Cory LaViska
3ea31389dd
fixes #1082
2023-02-28 13:33:34 -05:00
Cory LaViska
d79799043a
remove unused import
2023-02-28 13:07:18 -05:00
Cory LaViska
9f8ce58288
use clickOnElement
2023-02-28 13:07:07 -05:00
Cory LaViska
77abd42d66
fix popup positioning edge case; closes #1135
2023-02-28 12:30:05 -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
f9ae8327f6
fix menu focus color
2023-02-28 09:46:49 -05:00
Cory LaViska
7f3076d195
Merge branch 'next' of https://github.com/shoelace-style/shoelace into next
2023-02-27 16:40:55 -05:00
Cory LaViska
1fa79e64ae
fix track color in dark mode
2023-02-27 16:40:53 -05:00
Bünyamin Eskiocak
dde1010465
Fixed clipped calendar toggle in Firefox ( #1213 )
...
* fixed clipped calendar toggle in firefox
* changelog
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net >
2023-02-27 12:04:32 -05:00
Cory LaViska
77c9750206
fix sl-tab-show event when closing
2023-02-27 11:13:59 -05:00
Cory LaViska
3d2e618be8
fix term
2023-02-24 16:08:06 -05:00
Cory LaViska
b0f7dfb86b
update comment
2023-02-24 15:55:02 -05:00
Cory LaViska
e1979b8f38
reorder custom properties
2023-02-24 15:54:57 -05:00
Cory LaViska
7e9ae32b9b
add carousel terms
2023-02-24 15:48:39 -05:00
Cory LaViska
480a1df246
reorder
2023-02-24 15:24:39 -05:00
Cory LaViska
70a64262e9
add svg part
2023-02-24 12:51:46 -05:00
Cory LaViska
c69db4919b
wip; improve carousel docs
2023-02-23 16:50:18 -05:00
Cory LaViska
a526e8a956
cleanup
2023-02-23 15:00:27 -05:00
Cory LaViska
4970ba065e
set a default aspect ratio
2023-02-23 15:00:02 -05:00
Cory LaViska
b64b1c2536
fix test
2023-02-23 14:49:49 -05:00
Cory LaViska
8f9eb012ba
sort imports
2023-02-23 14:42:58 -05:00
Cory LaViska
603aa93322
update and fix typos
2023-02-23 14:39:05 -05:00
Cory LaViska
74203de094
sort imports
2023-02-23 14:23:38 -05:00
Cory LaViska
34e0fb2fc1
Merge branch 'feat/carousel' of github.com:alenaksu/shoelace into alenaksu-feat/carousel
2023-02-23 14:13:19 -05:00
Cory LaViska
50972f2b38
update changelog and comment
2023-02-23 11:33:31 -05:00
Cory LaViska
8412b150b2
Merge branch 'mpharoah/typescript-events' of github.com:mpharoah/shoelace into mpharoah-mpharoah/typescript-events
2023-02-23 11:24:19 -05:00
Justin Fagnani
22b8ef4edf
Fix a few spelling issues ( #1192 )
2023-02-23 11:15:20 -05:00
Cory LaViska
d638d811ad
remove unused type
2023-02-23 11:04:51 -05:00
Cory LaViska
bc58472b7b
fix skipped tests
2023-02-23 11:02:26 -05:00
Cory LaViska
226c856b1e
update scroll controls when adding tabs; fixes #1208
2023-02-23 10:12:36 -05:00
Cory LaViska
5b12de1edf
fixes #1205
2023-02-21 11:54:39 -05:00
Cory LaViska
f79a670ca3
fix padding in Chrome; closes #1197
2023-02-17 09:56:52 -05:00
dhellgartner
3430b33c3e
Alert test ( #1189 )
...
* Improved tests for SlAlert
* added more test for coverage
* Grouped tests in multiple subgroups
* remove executing only one tests
* Fix the now executing tests
---------
Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com >
2023-02-16 15:04:11 -05:00
Cory LaViska
1bc2a6ef76
expose rel; fixes #1200
2023-02-16 12:15:59 -05:00
Thomas Blum
4277377189
Underscore was missing ( #1195 )
2023-02-16 10:39:01 -05:00
Matt Pharoah
d818980dea
Fixed copy-paste type in comment
2023-02-15 09:41:05 -05:00
Matt Pharoah
636f61006f
Adjusted comment to be more clear
2023-02-15 09:39:43 -05:00
Matt Pharoah
d93e698baf
Added comments to explain the Typescript metaprogramming
2023-02-15 09:37:48 -05:00
Matt Pharoah
f8d8291caa
Added sl-invalid event type
2023-02-14 23:06:47 -05:00
Matt Pharoah
21bef1c2ea
Merge branch 'next' into mpharoah/typescript-events
2023-02-14 22:59:20 -05:00
Cory LaViska
a3844fe074
comments
2023-02-14 15:21:52 -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
Christophe Eymard
737b55d78d
allow Element as the anchor - now with correct typings
2023-02-10 21:56:57 +01:00
Cory LaViska
8493131db5
Revert "let popup be anchored to Element and not HTMLElement ( #1186 )"
...
This reverts commit 0d86c2af37 .
2023-02-10 12:42:19 -05:00
Christophe Eymard
0d86c2af37
let popup be anchored to Element and not HTMLElement ( #1186 )
...
It works with SVG as well, is there a need to be restrictive here ?
2023-02-10 12:38:47 -05:00
Matt Pharoah
d6a7820a52
Make emit return the actual event type instead of CustomEvent<any>
2023-02-09 15:56:54 -05:00