Wykres commitów

162 Commity (e1ca7d1f592ee043e56ca60fc6ffdb925ed22b22)

Autor SHA1 Wiadomość Data
Cory LaViska e1ca7d1f59
Lit a11y update (#1444)
* update eslint-plugin-lit-a11y to latest

* update eslint deps

* remove aria- and role attribs from slots; closes #1422
2023-07-12 11:12:15 -04:00
Konnor Rogers 60d7f688eb
fix extensionless imports (#1394) 2023-06-22 10:56:24 -04:00
Justin Fagnani a01b2cf8a2 Replace .bind() with arrow functions, add listeners in constructors. 2023-06-14 08:52:12 +09:00
Cory LaViska 1b347874ef fix tests 2023-06-13 14:22:56 -04:00
Cory LaViska d609fa87b4 reflect size; fixes #1348 2023-05-25 10:47:44 -04:00
dhellgartner 65734dc993
Slot aria attributes (#1296)
* Fix acessability issue

* Additionally adapted the test

* Added more accessability tests

* Updated the testing documentation

to take the fact that accessability checks cover only
rendered content into account

---------

Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
2023-04-13 12:45:52 -04:00
Cory LaViska 051baa4ff5 remove warning 2023-03-02 11:27:47 -05:00
Cory LaViska a27fd4d2e9 Merge branch 'next' into autoload 2023-03-02 10:49:30 -05:00
Cory LaViska 77b25f4581 add tag parts to <sl-select> 2023-03-01 10:58:24 -05:00
Cory LaViska 2371c5490f Merge branch 'next' into autoload 2023-02-28 12:45:23 -05:00
Cory LaViska 218e78e947 add getForm() method; closes #1180 2023-02-28 12:10:14 -05:00
Cory LaViska 8a1efac9b8 fixes #1201 2023-02-28 12:03:20 -05:00
Cory LaViska a127b8722e fix autoload timing issues 2023-02-22 14:18:43 -05:00
Matt Pharoah 21bef1c2ea Merge branch 'next' into mpharoah/typescript-events 2023-02-14 22:59:20 -05:00
Cory LaViska 65e90f12f4 rename event 2023-02-14 15:12:21 -05:00
Cory LaViska 4335289d6a make doc comments consistent for check/report validity 2023-02-14 15:02:52 -05:00
Cory LaViska 86cc721e03 update description and document sl-invalid event 2023-02-14 14:59:34 -05:00
xdev1 4a28825ea7
Added some missing form validation standard features (implemented for #1181) (#1167)
* #1163 - added read-only properties 'validity' and 'validationMessage' to all nine form controls

* #1163 - added base support for showing form validation messages below the form controls

* #1163 - animated validation errors in demo

* #1181 - Removed all previous changes that have been validation error specific

* Started with 'Inline validation' demo / fixed merge issues / etc.

* #1181 - continued work on missing form validation features

* #1181 - enhanced validation support for SlColorPicker / some cleanup

* #1181 - fixed CSS issues

* #1181 - fixed again CSS issues

* '1181 - added form validation features finally working

* #1181 - bug fixes

* #1181 - fixed open issues / added API doc comments

* #1181 - updated inline validation demos / removed some legacy code

* #1181 - finished invalid form validation example

* #1181 - added tests / several bugfixes

* #1181 - fixed typos etc.

* #1181 - tests

* #1181 - tests

* #1181 - tests
2023-02-14 14:50:06 -05:00
Matt Pharoah 41b5cb367f Use typed events in components and tests 2023-02-08 18:19:27 -05:00
Cory LaViska 1f1024f4ca change default; #1175 2023-02-07 15:57:50 -05:00
Cory LaViska 8685ddd049 fix select template; fixes #1178 2023-02-05 10:53:51 -05:00
Cory LaViska 29c671c0f4 fixes #1138 2023-01-19 14:22:29 -05:00
Cory LaViska 3c2f5ec48e sort this, eslint 2023-01-13 15:43:55 -05:00
Cory LaViska 6e26daf804 add form attribute; fixes #1130 2023-01-13 12:34:33 -05:00
Cory LaViska edc9e69f30 add @documentation tag 2023-01-12 10:26:25 -05:00
Cory LaViska 2e7ac38678 fixes #1127 2023-01-12 09:34:41 -05:00
Cory LaViska 1fbb809057 update docs comment 2023-01-10 15:04:53 -05:00
Cory LaViska e2d2f5d670 rename FormSubmitController; remove this.invalid 2023-01-10 13:24:06 -05:00
Cory LaViska 8056379fdd support multiple properties in watch decorator 2023-01-09 16:07:59 -05:00
Cory LaViska 9a6b9a7841 fixes #1119 2023-01-09 14:54:17 -05:00
Cory LaViska 02fc39ebe0 add parts 2023-01-09 14:25:26 -05:00
Cory LaViska f5dd4f2aca fixes #1117 2023-01-09 14:20:17 -05:00
Cory LaViska fbcb4d8dbd fixes #1109 2023-01-06 12:25:03 -05:00
Cory LaViska c8555f448c reorg and add private keyword 2023-01-03 15:04:07 -05:00
Cory LaViska 417f0d17c9 don't scroll when refocusing 2022-12-28 17:21:11 -05:00
Cory LaViska d9252fe755 ignore disabled controls 2022-12-28 17:18:48 -05:00
Cory LaViska 913243f8c1 more finishing touches + tests 2022-12-28 16:07:37 -05:00
Cory LaViska 70585e1d2a finishing touches 2022-12-28 15:31:42 -05:00
Cory LaViska 06dc5740bf updates 2022-12-28 11:42:08 -05:00
Cory LaViska fe524e0fac ignore clear button keys 2022-12-20 20:49:10 -05:00
Cory LaViska ea7de2eb70 document slots 2022-12-20 18:44:57 -05:00
Cory LaViska 24744ef8c5 docs + cleanup wrapper 2022-12-20 18:24:25 -05:00
Cory LaViska c0013c5639 refactor into set function 2022-12-20 17:53:55 -05:00
Cory LaViska 0f67b9a9d1 remove unused var 2022-12-20 13:51:53 -05:00
Cory LaViska 1f457cdde0 keep on keepin on 2022-12-20 13:36:53 -05:00
Cory LaViska e22c2f839b don't select disabled options 2022-12-20 13:00:27 -05:00
Cory LaViska f3010cecbe fix tests 2022-12-20 12:13:39 -05:00
Cory LaViska 2dc275defd fix validity and events 2022-12-20 11:40:49 -05:00
Cory LaViska 9f79445292 improve scroll on open 2022-12-20 10:31:55 -05:00
Cory LaViska 10cb26b81e focus after update 2022-12-20 10:21:41 -05:00