@luzmo/lucero 1.0.1-alpha.17 → 1.0.1-alpha.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/NumberFormatter-DewVDY5w.cjs +18 -0
- package/components/NumberFormatter-DgOUVrge.js +136 -0
- package/components/NumberParser-Dik4a0h-.cjs +18 -0
- package/components/NumberParser-ci9J5EKv.js +173 -0
- package/components/accordion/index.cjs +6 -183
- package/components/accordion/index.js +88 -136
- package/components/action-bar/index.cjs +4 -85
- package/components/action-bar/index.js +50 -72
- package/components/action-button/index.cjs +3 -205
- package/components/action-button/index.js +93 -167
- package/components/action-group/index.cjs +1 -7
- package/components/action-group/index.js +8 -12
- package/components/action-group-C54IxNZk.cjs +20 -0
- package/components/action-group-C9dsPJg-.js +258 -0
- package/components/action-menu/index.cjs +11 -91
- package/components/action-menu/index.js +47 -66
- package/components/async-directive-BwIAw5tB.js +82 -0
- package/components/async-directive-DLz6JB0v.cjs +22 -0
- package/components/avatar/index.cjs +3 -63
- package/components/avatar/index.js +42 -54
- package/components/{focusable-selectors-D0t_5P7C.cjs → base-BjTwmyRF.cjs} +5 -16
- package/components/base-CFWO09N1.js +684 -0
- package/components/base-Cy0MQrPT.cjs +40 -0
- package/components/base-D76d76ww.js +26 -0
- package/components/button/index.cjs +2 -134
- package/components/button/index.js +72 -106
- package/components/button-base-B8bWcklV.js +144 -0
- package/components/button-base-tf95Lyl4.cjs +25 -0
- package/components/button-group/index.cjs +1 -45
- package/components/button-group/index.js +25 -37
- package/components/calendar/index.cjs +1 -632
- package/components/calendar/index.js +7 -637
- package/components/checkbox/index.cjs +4 -111
- package/components/checkbox/index.js +53 -98
- package/components/checkbox-mixin-BOTvuPEu.js +70 -0
- package/components/checkbox-mixin-BVPpXtsq.cjs +27 -0
- package/components/class-map-CGfNk3Ee.js +51 -0
- package/components/class-map-D-Y-hsN5.cjs +22 -0
- package/components/clear-button-CuPbWwZY.cjs +18 -0
- package/components/clear-button-DzZ5ulBW.js +53 -0
- package/components/close-button-BTo4yrFR.cjs +18 -0
- package/components/close-button-CuQdsez5.js +51 -0
- package/components/color-area/index.cjs +13 -440
- package/components/color-area/index.js +187 -322
- package/components/color-controller-B0uX6Zso.js +3230 -0
- package/components/color-controller-CoUL5f9K.cjs +18 -0
- package/components/color-field/index.cjs +2 -95
- package/components/color-field/index.js +41 -77
- package/components/color-handle/index.cjs +3 -64
- package/components/color-handle/index.js +37 -58
- package/components/color-loupe/index.cjs +1 -7
- package/components/color-loupe/index.js +8 -12
- package/components/color-loupe-CrM2DVY3.cjs +56 -0
- package/components/color-loupe-DmQe3SpP.js +81 -0
- package/components/color-menu/index.cjs +12 -217
- package/components/color-menu/index.js +93 -187
- package/components/color-palette/index.cjs +1 -89
- package/components/color-palette/index.js +51 -78
- package/components/color-palette-group/index.cjs +3 -259
- package/components/color-palette-group/index.js +105 -193
- package/components/color-picker/index.cjs +6 -114
- package/components/color-picker/index.js +72 -92
- package/components/color-slider/index.cjs +1 -585
- package/components/color-slider/index.js +7 -590
- package/components/condition-attribute-with-id-DrQYZzFS.cjs +18 -0
- package/components/condition-attribute-with-id-Dv4lSRbe.js +31 -0
- package/components/date-time-picker/index.cjs +31 -1357
- package/components/date-time-picker/index.js +637 -951
- package/components/{dependency-manger-XHpQjFgK.js → dependency-manger-CO-VPlqq.js} +14 -24
- package/components/dependency-manger-uthev62E.cjs +18 -0
- package/components/directive-C7oCP5Bh.cjs +22 -0
- package/components/directive-helpers-D4KMv2dC.js +62 -0
- package/components/directive-helpers-t-TVum7J.cjs +22 -0
- package/components/{slottable-request-event-CANixJnR.cjs → directive-oAbCiebi.js} +25 -14
- package/components/divider/index.cjs +1 -54
- package/components/divider/index.js +30 -49
- package/components/divider.module-DDvBo9zo.cjs +18 -0
- package/components/divider.module-DoQWQEIJ.js +21 -0
- package/components/element-resolution-BvRLGqIU.cjs +18 -0
- package/components/element-resolution-FCUT-wql.js +91 -0
- package/components/field-group/index.cjs +1 -7
- package/components/field-group/index.js +8 -12
- package/components/field-group-5WQMBOk4.cjs +23 -0
- package/components/field-group-D4B0IOdA.js +66 -0
- package/components/field-label/index.cjs +1 -7
- package/components/field-label/index.js +8 -12
- package/components/field-label-DxmPiC5p.js +106 -0
- package/components/field-label-Dz9kisdW.cjs +25 -0
- package/components/flow-D-0MTYCm.js +527 -0
- package/components/flow-DM3dNAKs.cjs +30 -0
- package/components/focus-group-DHeTq18L.js +218 -0
- package/components/focus-group-DnxZUBhQ.cjs +18 -0
- package/components/focus-visible-BvScGDCE.js +74 -0
- package/components/focus-visible-D4BXb5RB.cjs +18 -0
- package/components/focusable-B_KwfEec.cjs +18 -0
- package/components/focusable-C5JjRZmT.js +153 -0
- package/components/{focusable-selectors-IltOAOd9.js → focusable-selectors-B4YgbghQ.js} +4 -7
- package/components/focusable-selectors-BgFlyFcY.cjs +18 -0
- package/components/icon/index.cjs +1 -90
- package/components/icon/index.js +46 -74
- package/components/if-defined-DULpqYwi.js +27 -0
- package/components/if-defined-DaXWqfzc.cjs +22 -0
- package/components/index-CNK8wHXu.cjs +57 -0
- package/components/index-Cf6G4q52.js +1490 -0
- package/components/index-D3ICqC7S.js +1174 -0
- package/components/index-hqVbNKYy.cjs +113 -0
- package/components/index.cjs +1 -174
- package/components/index.js +172 -174
- package/components/infield-button/index.cjs +2 -46
- package/components/infield-button/index.js +30 -41
- package/components/label/index.cjs +1 -37
- package/components/label/index.js +24 -36
- package/components/{language-resolution-BSGJAWiQ.js → language-resolution-B-wjV5bb.js} +17 -21
- package/components/language-resolution-EUER43cg.cjs +18 -0
- package/components/like-anchor-Bu3pXbjT.cjs +32 -0
- package/components/like-anchor-DCFJN0LV.js +69 -0
- package/components/luzmo-icons-CiSek5iM.js +229 -0
- package/components/luzmo-icons-CtA-TJPd.cjs +29 -0
- package/components/manage-help-text-CHfMLzSa.js +92 -0
- package/components/manage-help-text-DNqdEkTA.cjs +30 -0
- package/components/menu/index.cjs +29 -1297
- package/components/menu/index.js +499 -954
- package/components/multi-language-field/index.cjs +2 -132
- package/components/multi-language-field/index.js +88 -118
- package/components/mutation-controller-DH7YOCyj.js +52 -0
- package/components/mutation-controller-DkOMCW-c.cjs +22 -0
- package/components/number-field/index.cjs +10 -613
- package/components/number-field/index.js +243 -442
- package/components/observe-slot-presence-CmVi0zTc.js +68 -0
- package/components/observe-slot-presence-bc9chhsi.cjs +18 -0
- package/components/observe-slot-text-C3moTjwy.js +87 -0
- package/components/observe-slot-text-D2VAEFSd.cjs +18 -0
- package/components/options/index.cjs +60 -693
- package/components/options/index.js +953 -519
- package/components/overlay/index.cjs +21 -367
- package/components/overlay/index.js +189 -273
- package/components/overlay-B3ajDLLq.cjs +47 -0
- package/components/overlay-CUKs69yr.js +2745 -0
- package/components/{pending-state-CXbe-Xul.js → pending-state-B2wWssTo.js} +13 -28
- package/components/pending-state-bJr-nEJl.cjs +26 -0
- package/components/picker/index.cjs +1 -9
- package/components/picker/index.js +11 -15
- package/components/picker-C0LvseZe.cjs +123 -0
- package/components/picker-W1qNmtsh.js +461 -0
- package/components/picker-button/index.cjs +4 -56
- package/components/picker-button/index.js +34 -45
- package/components/{condition-attribute-with-id-Cn815e9W.js → platform-BM-uMWpX.js} +49 -24
- package/components/platform-BiXhwqk3.cjs +18 -0
- package/components/popover/index.cjs +1 -7
- package/components/popover/index.js +8 -12
- package/components/popover-fwJeZHMQ.cjs +30 -0
- package/components/popover-iD8f5Jkp.js +67 -0
- package/components/progress-circle/index.cjs +1 -7
- package/components/progress-circle/index.js +8 -12
- package/components/progress-circle-DZxaMe8L.cjs +33 -0
- package/components/progress-circle-USIIU1up.js +97 -0
- package/components/query-BL-TJj7K.cjs +22 -0
- package/components/query-D_KR_GUc.js +51 -0
- package/components/query-assigned-elements-DjfhL1cl.js +36 -0
- package/components/query-assigned-elements-DsKsfk7G.cjs +22 -0
- package/components/query-assigned-nodes-BcKWmGzy.cjs +22 -0
- package/components/query-assigned-nodes-C76XVPWY.js +36 -0
- package/components/radio/index.cjs +2 -244
- package/components/radio/index.js +110 -192
- package/components/{random-id-BEc6QIUL.js → random-id-ByCz1xaq.js} +3 -3
- package/components/random-id-CqvckpWe.cjs +18 -0
- package/components/roving-tabindex-By_fCy_e.cjs +18 -0
- package/components/roving-tabindex-DOg4z6ZU.js +66 -0
- package/components/search/index.cjs +8 -115
- package/components/search/index.js +66 -96
- package/components/select/index.cjs +51 -720
- package/components/select/index.js +347 -563
- package/components/sized-mixin-CJbBHWRQ.js +63 -0
- package/components/sized-mixin-WPHH0a_D.cjs +18 -0
- package/components/slider/index.cjs +1 -119
- package/components/slider/index.js +1113 -100
- package/components/slottable-request-event-BfUUt1Mh.cjs +18 -0
- package/components/{slottable-request-event-D9WzrdWv.js → slottable-request-event-DggLA4Rx.js} +9 -12
- package/components/state-DwIwYPvt.js +29 -0
- package/components/state-vf0PJN3_.cjs +22 -0
- package/components/strategies-C6HsQpU2.cjs +18 -0
- package/components/strategies-CUMLHtQI.js +195 -0
- package/components/streaming-listener-BQ68fKMa.js +91 -0
- package/components/streaming-listener-DeGQYM-9.cjs +18 -0
- package/components/style-map-Bnhf_mVZ.js +53 -0
- package/components/style-map-DuMd5xlY.cjs +22 -0
- package/components/swatch/index.cjs +7 -436
- package/components/swatch/index.js +205 -350
- package/components/switch/index.cjs +2 -61
- package/components/switch/index.js +34 -51
- package/components/tabs/index.cjs +26 -693
- package/components/tabs/index.js +388 -521
- package/components/tags/index.cjs +4 -201
- package/components/tags/index.js +87 -152
- package/components/text-field/index.cjs +3 -49
- package/components/text-field/index.js +30 -44
- package/components/text-field-BkFPYo7S.cjs +85 -0
- package/components/text-field-C2n3rzCK.js +314 -0
- package/components/text-field.module-C2KVUJcX.js +21 -0
- package/components/text-field.module-DXhFA9G-.cjs +18 -0
- package/components/toast/index.cjs +12 -177
- package/components/toast/index.js +73 -145
- package/components/tooltip/index.cjs +6 -221
- package/components/tooltip/index.js +131 -155
- package/components/tooltip/tooltip.d.ts +12 -1
- package/components/unit-input/index.cjs +8 -232
- package/components/unit-input/index.js +108 -201
- package/components/utils.cjs +1 -25
- package/components/utils.js +22 -22
- package/components/{random-id-BE6HA503.cjs → when-CDK1Tt5Y.js} +10 -7
- package/components/when-CDZyJPvd.cjs +22 -0
- package/custom-elements.json +1 -1
- package/package.json +1 -1
- package/components/action-group-DHp8RHDf.js +0 -392
- package/components/action-group-MPf19RPV.cjs +0 -391
- package/components/base-COw9n7UR.cjs +0 -119
- package/components/base-DmeVy0cq.js +0 -120
- package/components/button-base-7Ak55xFd.cjs +0 -206
- package/components/button-base-C3kf6BTK.js +0 -207
- package/components/checkbox-mixin-8cL-vfDy.js +0 -84
- package/components/checkbox-mixin-CE7dJj3J.cjs +0 -83
- package/components/clear-button-Co6oKSgl.js +0 -59
- package/components/clear-button-X_HDY2eH.cjs +0 -58
- package/components/close-button-DPBK6Kpu.cjs +0 -59
- package/components/close-button-Miw9ZjoJ.js +0 -60
- package/components/color-controller-BjDZaxhX.js +0 -491
- package/components/color-controller-C3c_vb2P.cjs +0 -490
- package/components/color-loupe-BQqNR8YD.cjs +0 -88
- package/components/color-loupe-B_DDFv8l.js +0 -89
- package/components/condition-attribute-with-id-DEc2Yjne.cjs +0 -43
- package/components/dependency-manger-CcIE1uvQ.cjs +0 -63
- package/components/divider.module-Cm5LcDRV.cjs +0 -20
- package/components/divider.module-DauH6k2_.js +0 -21
- package/components/element-resolution-DCsrhGZO.cjs +0 -112
- package/components/element-resolution-nMlmW4Jy.js +0 -113
- package/components/field-group-DNmY8W9v.cjs +0 -86
- package/components/field-group-DVdAWCQF.js +0 -87
- package/components/field-label-CKH9EXpR.cjs +0 -156
- package/components/field-label-Dpsecoc6.js +0 -157
- package/components/focus-group-BqDAk9Is.js +0 -337
- package/components/focus-group-DFzOlalL.cjs +0 -336
- package/components/focus-visible-B-B8-P9R.cjs +0 -104
- package/components/focus-visible-BUPRWlsh.js +0 -105
- package/components/focusable-BPrTcZPd.cjs +0 -262
- package/components/focusable-ChCLg1k4.js +0 -263
- package/components/language-resolution-iN9EImbb.cjs +0 -57
- package/components/like-anchor-D62faRNG.cjs +0 -79
- package/components/like-anchor-v3cJ9RWM.js +0 -80
- package/components/manage-help-text-BYx84zZR.cjs +0 -125
- package/components/manage-help-text-DOuMTGht.js +0 -126
- package/components/observe-slot-presence-9AwLGUQ_.cjs +0 -78
- package/components/observe-slot-presence-DcMdoumP.js +0 -79
- package/components/observe-slot-text-CSofZeeF.cjs +0 -104
- package/components/observe-slot-text-CjnkkBPn.js +0 -105
- package/components/overlay-CN8ISP1F.js +0 -2485
- package/components/overlay-LViy9VWM.cjs +0 -2484
- package/components/pending-state-e4RbXe9u.cjs +0 -75
- package/components/picker-DNde3awt.cjs +0 -672
- package/components/picker-PfUAF05y.js +0 -673
- package/components/platform-CxDar3Dn.cjs +0 -68
- package/components/platform-Cxn0WbyT.js +0 -69
- package/components/popover-BkbYhl3i.js +0 -74
- package/components/popover-BkgUf0kL.cjs +0 -74
- package/components/progress-circle-Hu_ivPHf.js +0 -133
- package/components/progress-circle-_Etqsj9f.cjs +0 -132
- package/components/roving-tabindex-AsmAh2In.cjs +0 -95
- package/components/roving-tabindex-DPF9NmrH.js +0 -96
- package/components/sized-mixin-DmkrNdWB.js +0 -80
- package/components/sized-mixin-UaTVa-AE.cjs +0 -79
- package/components/strategies-DlMlaSJR.cjs +0 -317
- package/components/strategies-DlPQoTFE.js +0 -318
- package/components/streaming-listener-D4sHaMub.cjs +0 -145
- package/components/streaming-listener-cAz5zJyk.js +0 -146
- package/components/text-field-11tcnftU.cjs +0 -338
- package/components/text-field-Chi9J2Cz.js +0 -339
- package/components/text-field.module-CMBS0jSL.js +0 -21
- package/components/text-field.module-DIJdV_sA.cjs +0 -20
package/package.json
CHANGED
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
/*! * Lucero - The design system for Luzmo.
|
|
2
|
-
*
|
|
3
|
-
* Copyright © 2025 Luzmo
|
|
4
|
-
* All rights reserved.
|
|
5
|
-
* Lucero (“Luzmo Design System”) must be used according to the Luzmo Terms of Service.
|
|
6
|
-
* This license allows users with a current active Luzmo account to use Lucero.
|
|
7
|
-
* This license terminates automatically if a user no longer has an active Luzmo account.
|
|
8
|
-
* Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
|
|
9
|
-
*
|
|
10
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
12
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
15
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16
|
-
* SOFTWARE.
|
|
17
|
-
* */
|
|
18
|
-
import { unsafeCSS, html } from "lit";
|
|
19
|
-
import { MutationController } from "@lit-labs/observers/mutation-controller.js";
|
|
20
|
-
import { property, query } from "lit/decorators.js";
|
|
21
|
-
import { a as LuzmoElement } from "./base-DmeVy0cq.js";
|
|
22
|
-
import { R as RovingTabindexController } from "./roving-tabindex-DPF9NmrH.js";
|
|
23
|
-
import { S as SizedMixin } from "./sized-mixin-DmkrNdWB.js";
|
|
24
|
-
const styles = ":host{gap:var(--luzmo-action-group-horizontal-spacing-regular, var(--action-group-horizontal-spacing-regular));flex-wrap:wrap;display:flex}::slotted(*){flex-shrink:0}::slotted(:focus-visible){z-index:3}:host(:not([vertical]):not([compact])) ::slotted(*){flex-shrink:0}:host([vertical]){gap:var(--luzmo-action-group-vertical-spacing-regular, var(--action-group-vertical-spacing-regular));flex-direction:column;display:inline-flex}:host([compact]){gap:var(--luzmo-action-group-gap-size-compact, var(--action-group-gap-size-compact))}:host([compact]:not([quiet])){flex-wrap:nowrap}:host([compact]:not([quiet])) ::slotted(*){border-radius:var(--luzmo-action-group-border-radius-reset, var(--action-group-border-radius-reset));z-index:0;position:relative}:host([compact]:not([quiet])) ::slotted(:first-child){--luzmo-actionbutton-focus-indicator-border-radius: var( --luzmo-action-group-border-radius, var(--action-group-border-radius) ) 0px 0px var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-start-start-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-end-start-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));margin-inline-start:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset))}:host([compact]:not([quiet])) ::slotted(:not(:first-child)){--luzmo-actionbutton-focus-indicator-border-radius: 0px;margin-inline-start:var(--luzmo-action-group-horizontal-spacing-compact, var(--action-group-horizontal-spacing-compact));margin-inline-end:var(--luzmo-action-group-horizontal-spacing-compact, var(--action-group-horizontal-spacing-compact))}:host([compact]:not([quiet])) ::slotted(:last-child){--luzmo-actionbutton-focus-indicator-border-radius: 0px var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0px;border-start-end-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-end-end-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));margin-inline-start:var(--luzmo-action-group-horizontal-spacing-compact, var(--action-group-horizontal-spacing-compact));margin-inline-end:var(--luzmo-action-group-border-radius-reset, var(--action-group-border-radius-reset))}:host([compact]:not([quiet])) ::slotted([selected]){z-index:1}@media (hover: hover){:host([compact]:not([quiet])) ::slotted(:hover){z-index:2}}:host([compact]:not([quiet])) ::slotted(:focus-visible){z-index:3}:host([compact]:not([quiet])[vertical]){gap:var(--luzmo-action-group-gap-size-compact, var(--action-group-gap-size-compact))}:host([compact][vertical]:not([quiet])) ::slotted(*){border-radius:var(--luzmo-action-group-border-radius-reset, var(--action-group-border-radius-reset))}:host([compact][vertical]:not([quiet])) ::slotted(:first-child){--luzmo-actionbutton-focus-indicator-border-radius: var( --luzmo-action-group-border-radius, var(--action-group-border-radius) ) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0px 0px;border-start-start-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-start-end-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));margin-block-start:var(--luzmo-action-group-vertical-spacing-compact, var(--action-group-vertical-spacing-compact));margin-block-end:var(--luzmo-action-group-vertical-spacing-compact, var(--action-group-vertical-spacing-compact));margin-inline-end:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset))}:host([compact][vertical]:not([quiet])) ::slotted(:not(:first-child)){margin-block-start:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset));margin-block-end:var(--luzmo-action-group-vertical-spacing-compact, var(--action-group-vertical-spacing-compact));margin-inline-start:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset));margin-inline-end:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset))}:host([compact][vertical]:not([quiet])) ::slotted(:last-child){--luzmo-actionbutton-focus-indicator-border-radius: 0px 0px var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-end-end-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));border-end-start-radius:var(--luzmo-action-group-border-radius, var(--action-group-border-radius));margin-block-start:var(--luzmo-action-group-vertical-spacing-compact, var(--action-group-vertical-spacing-compact));margin-block-end:var(--luzmo-action-group-button-spacing-reset, var(--action-group-button-spacing-reset))}:host([justified]) ::slotted(*){flex:1}:host{--action-group-gap-size-compact: 0px;--action-group-horizontal-spacing-compact: -1px;--action-group-vertical-spacing-compact: -1px;--action-group-button-spacing-reset: 0px;--action-group-border-radius-reset: 0px;--action-group-border-radius: var(--luzmo-border-radius);--action-group-horizontal-spacing-regular: var(--luzmo-spacing-3);--action-group-vertical-spacing-regular: var(--luzmo-spacing-3)}:host([size=xs]),:host([size=s]){--action-group-horizontal-spacing-regular: var(--luzmo-spacing-2);--action-group-vertical-spacing-regular: var(--luzmo-spacing-2)}:host,:host([size=l]),:host([size=xl]){--action-group-horizontal-spacing-regular: var(--luzmo-spacing-3);--action-group-vertical-spacing-regular: var(--luzmo-spacing-3)}:host([dir][compact][vertical]) ::slotted(:nth-child(n)){margin-right:0;margin-left:0}:host([justified]) ::slotted(:not([role])),:host([vertical]) ::slotted(:not([role])){display:flex;flex-direction:column;align-items:stretch}:host([compact]:not([quiet])) ::slotted(:not([role])){--overriden-border-radius: 0;--luzmo-action-button-border-radius: var(--overriden-border-radius)}:host([compact][vertical]:not([quiet])) ::slotted(:not([role]):first-child){--overriden-border-radius: var( --luzmo-action-group-border-radius, var(--action-group-border-radius) ) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0 0}:host([compact][vertical]:not([quiet])) ::slotted(:not([role]):last-child){--overriden-border-radius: 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}:host([dir=ltr][compact]:not([quiet],[vertical])) ::slotted(:not([role]):first-child){--overriden-border-radius: var( --luzmo-action-group-border-radius, var(--action-group-border-radius) ) 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}:host([dir=rtl][compact]:not([quiet],[vertical])) ::slotted(:not([role]):first-child){--overriden-border-radius: 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0}:host([dir=ltr][compact]:not([quiet],[vertical])) ::slotted(:not([role]):last-child){--overriden-border-radius: 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0}:host([dir=rtl][compact]:not([quiet],[vertical])) ::slotted(:not([role]):last-child){--overriden-border-radius: var( --luzmo-action-group-border-radius, var(--action-group-border-radius) ) 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}:host([compact]:not([quiet])) ::slotted(*){--luzmo-action-button-focus-ring-border-radius: 0}:host([compact][vertical]:not([quiet])) ::slotted(:first-child){--luzmo-action-button-focus-ring-border-radius: var(--luzmo-border-radius) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0 0}:host([compact][vertical]:not([quiet])) ::slotted(:last-child){--luzmo-action-button-focus-ring-border-radius: 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}:host([dir=ltr][compact]:not([quiet],[vertical])) ::slotted(:first-child){--luzmo-action-button-focus-ring-border-radius: var(--luzmo-border-radius) 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}:host([dir=rtl][compact]:not([quiet],[vertical])) ::slotted(:first-child){--luzmo-action-button-focus-ring-border-radius: 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0}:host([dir=ltr][compact]:not([quiet],[vertical])) ::slotted(:last-child){--luzmo-action-button-focus-ring-border-radius: 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) var(--luzmo-action-group-border-radius, var(--action-group-border-radius)) 0}:host([dir=rtl][compact]:not([quiet],[vertical])) ::slotted(:last-child){--luzmo-action-button-focus-ring-border-radius: var(--luzmo-border-radius) 0 0 var(--luzmo-action-group-border-radius, var(--action-group-border-radius))}";
|
|
25
|
-
var __defProp = Object.defineProperty;
|
|
26
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
27
|
-
var __decorateClass = (decorators, target, key, kind) => {
|
|
28
|
-
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
|
29
|
-
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
|
30
|
-
if (decorator = decorators[i])
|
|
31
|
-
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
|
32
|
-
if (kind && result) __defProp(target, key, result);
|
|
33
|
-
return result;
|
|
34
|
-
};
|
|
35
|
-
const emptySelection = [];
|
|
36
|
-
class LuzmoActionGroup extends SizedMixin(LuzmoElement, {
|
|
37
|
-
validSizes: ["xs", "s", "m", "l", "xl"],
|
|
38
|
-
noDefaultSize: true
|
|
39
|
-
}) {
|
|
40
|
-
constructor() {
|
|
41
|
-
super();
|
|
42
|
-
this._buttons = [];
|
|
43
|
-
this._buttonSelector = "luzmo-action-button, luzmo-action-menu";
|
|
44
|
-
this.rovingTabindexController = new RovingTabindexController(
|
|
45
|
-
this,
|
|
46
|
-
{
|
|
47
|
-
focusInIndex: (elements) => {
|
|
48
|
-
let firstEnabledIndex = -1;
|
|
49
|
-
const firstSelectedIndex = elements.findIndex((el, index) => {
|
|
50
|
-
if (!elements[firstEnabledIndex] && !el.disabled) {
|
|
51
|
-
firstEnabledIndex = index;
|
|
52
|
-
}
|
|
53
|
-
return el.selected && !el.disabled;
|
|
54
|
-
});
|
|
55
|
-
return elements[firstSelectedIndex] ? firstSelectedIndex : firstEnabledIndex;
|
|
56
|
-
},
|
|
57
|
-
elements: () => this.buttons,
|
|
58
|
-
isFocusableElement: (el) => !el.disabled
|
|
59
|
-
}
|
|
60
|
-
);
|
|
61
|
-
this.compact = false;
|
|
62
|
-
this.emphasized = false;
|
|
63
|
-
this.justified = false;
|
|
64
|
-
this.label = "";
|
|
65
|
-
this.quiet = false;
|
|
66
|
-
this.vertical = false;
|
|
67
|
-
this._selected = emptySelection;
|
|
68
|
-
this.hasManaged = false;
|
|
69
|
-
this.manageButtons = () => {
|
|
70
|
-
if (!this.slotElement) {
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
const assignedElements = this.slotElement.assignedElements({
|
|
74
|
-
flatten: true
|
|
75
|
-
});
|
|
76
|
-
const buttons = assignedElements.reduce((acc, el) => {
|
|
77
|
-
if (el.matches(this._buttonSelector)) {
|
|
78
|
-
acc.push(el);
|
|
79
|
-
} else {
|
|
80
|
-
const buttonDescendents = [
|
|
81
|
-
...el.querySelectorAll(`:scope > ${this._buttonSelector}`)
|
|
82
|
-
];
|
|
83
|
-
acc.push(...buttonDescendents);
|
|
84
|
-
}
|
|
85
|
-
return acc;
|
|
86
|
-
}, []);
|
|
87
|
-
this.buttons = buttons;
|
|
88
|
-
if (this.selects || !this.hasManaged) {
|
|
89
|
-
const currentlySelectedButtons = [];
|
|
90
|
-
this.buttons.forEach((button) => {
|
|
91
|
-
if (button.selected) {
|
|
92
|
-
currentlySelectedButtons.push(button.value);
|
|
93
|
-
}
|
|
94
|
-
});
|
|
95
|
-
this.setSelected([...this.selected, ...currentlySelectedButtons]);
|
|
96
|
-
}
|
|
97
|
-
this.manageChildren();
|
|
98
|
-
this.manageSelects();
|
|
99
|
-
this.hasManaged = true;
|
|
100
|
-
};
|
|
101
|
-
new MutationController(this, {
|
|
102
|
-
config: {
|
|
103
|
-
childList: true,
|
|
104
|
-
subtree: true
|
|
105
|
-
},
|
|
106
|
-
callback: () => {
|
|
107
|
-
this.manageButtons();
|
|
108
|
-
},
|
|
109
|
-
skipInitial: true
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
static get styles() {
|
|
113
|
-
return [unsafeCSS(styles)];
|
|
114
|
-
}
|
|
115
|
-
set buttons(buttons) {
|
|
116
|
-
if (buttons === this.buttons) {
|
|
117
|
-
return;
|
|
118
|
-
}
|
|
119
|
-
this._buttons = buttons;
|
|
120
|
-
this.rovingTabindexController.clearElementCache();
|
|
121
|
-
}
|
|
122
|
-
get buttons() {
|
|
123
|
-
return this._buttons;
|
|
124
|
-
}
|
|
125
|
-
set selected(selected) {
|
|
126
|
-
this.requestUpdate("selected", this._selected);
|
|
127
|
-
this._selected = selected;
|
|
128
|
-
this.updateComplete.then(() => {
|
|
129
|
-
this.applySelects();
|
|
130
|
-
this.manageChildren();
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
get selected() {
|
|
134
|
-
return this._selected;
|
|
135
|
-
}
|
|
136
|
-
dispatchChange(old) {
|
|
137
|
-
const applyDefault = this.dispatchEvent(
|
|
138
|
-
new Event("change", {
|
|
139
|
-
bubbles: true,
|
|
140
|
-
composed: true,
|
|
141
|
-
cancelable: true
|
|
142
|
-
})
|
|
143
|
-
);
|
|
144
|
-
if (!applyDefault) {
|
|
145
|
-
this.setSelected(old);
|
|
146
|
-
this.buttons.map((button) => {
|
|
147
|
-
button.selected = this.selected.includes(button.value);
|
|
148
|
-
});
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
setSelected(selected, announce) {
|
|
152
|
-
if (selected === this.selected) {
|
|
153
|
-
return;
|
|
154
|
-
}
|
|
155
|
-
const old = this.selected;
|
|
156
|
-
this.requestUpdate("selected", old);
|
|
157
|
-
this._selected = selected;
|
|
158
|
-
if (!announce) {
|
|
159
|
-
return;
|
|
160
|
-
}
|
|
161
|
-
this.dispatchChange(old);
|
|
162
|
-
}
|
|
163
|
-
focus(options) {
|
|
164
|
-
this.rovingTabindexController.focus(options);
|
|
165
|
-
}
|
|
166
|
-
deselectSelectedButtons() {
|
|
167
|
-
this.buttons.forEach((button) => {
|
|
168
|
-
if (!button.selected) {
|
|
169
|
-
return;
|
|
170
|
-
}
|
|
171
|
-
button.selected = false;
|
|
172
|
-
button.tabIndex = -1;
|
|
173
|
-
button.setAttribute(
|
|
174
|
-
this.selects ? "aria-checked" : (
|
|
175
|
-
/* c8 ignore */
|
|
176
|
-
"aria-pressed"
|
|
177
|
-
),
|
|
178
|
-
"false"
|
|
179
|
-
);
|
|
180
|
-
});
|
|
181
|
-
}
|
|
182
|
-
handleActionButtonChange(event) {
|
|
183
|
-
event.stopPropagation();
|
|
184
|
-
event.preventDefault();
|
|
185
|
-
}
|
|
186
|
-
handleClick(event) {
|
|
187
|
-
const target = event.target;
|
|
188
|
-
if (target.value === void 0) {
|
|
189
|
-
return;
|
|
190
|
-
}
|
|
191
|
-
switch (this.selects) {
|
|
192
|
-
case "single": {
|
|
193
|
-
this.deselectSelectedButtons();
|
|
194
|
-
target.selected = true;
|
|
195
|
-
target.tabIndex = 0;
|
|
196
|
-
target.setAttribute("aria-checked", "true");
|
|
197
|
-
this.setSelected([target.value], true);
|
|
198
|
-
break;
|
|
199
|
-
}
|
|
200
|
-
case "multiple": {
|
|
201
|
-
const selected = [...this.selected];
|
|
202
|
-
target.selected = !target.selected;
|
|
203
|
-
target.setAttribute("aria-checked", target.selected ? "true" : "false");
|
|
204
|
-
if (target.selected) {
|
|
205
|
-
selected.push(target.value);
|
|
206
|
-
} else {
|
|
207
|
-
selected.splice(this.selected.indexOf(target.value), 1);
|
|
208
|
-
}
|
|
209
|
-
this.setSelected(selected, true);
|
|
210
|
-
this.buttons.forEach((button) => {
|
|
211
|
-
button.tabIndex = -1;
|
|
212
|
-
});
|
|
213
|
-
target.tabIndex = 0;
|
|
214
|
-
break;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
async applySelects() {
|
|
219
|
-
await this.manageSelects(true);
|
|
220
|
-
}
|
|
221
|
-
async manageSelects(applied) {
|
|
222
|
-
if (this.buttons.length === 0) {
|
|
223
|
-
return;
|
|
224
|
-
}
|
|
225
|
-
const options = this.buttons;
|
|
226
|
-
switch (this.selects) {
|
|
227
|
-
case "single": {
|
|
228
|
-
this.setAttribute("role", "radiogroup");
|
|
229
|
-
const selections = [];
|
|
230
|
-
const updates = options.map(async (option) => {
|
|
231
|
-
await option.updateComplete;
|
|
232
|
-
option.setAttribute("role", "radio");
|
|
233
|
-
option.setAttribute(
|
|
234
|
-
"aria-checked",
|
|
235
|
-
option.selected ? "true" : "false"
|
|
236
|
-
);
|
|
237
|
-
if (option.selected) {
|
|
238
|
-
selections.push(option);
|
|
239
|
-
}
|
|
240
|
-
});
|
|
241
|
-
if (applied) {
|
|
242
|
-
break;
|
|
243
|
-
}
|
|
244
|
-
await Promise.all(updates);
|
|
245
|
-
const selected = selections.map((button) => button.value);
|
|
246
|
-
this.setSelected(selected || emptySelection);
|
|
247
|
-
break;
|
|
248
|
-
}
|
|
249
|
-
case "multiple": {
|
|
250
|
-
if (this.getAttribute("role") === "radiogroup") {
|
|
251
|
-
this.removeAttribute("role");
|
|
252
|
-
}
|
|
253
|
-
const selection = [];
|
|
254
|
-
const updates = options.map(async (option) => {
|
|
255
|
-
await option.updateComplete;
|
|
256
|
-
option.setAttribute("role", "checkbox");
|
|
257
|
-
option.setAttribute(
|
|
258
|
-
"aria-checked",
|
|
259
|
-
option.selected ? "true" : "false"
|
|
260
|
-
);
|
|
261
|
-
if (option.selected) {
|
|
262
|
-
selection.push(option.value);
|
|
263
|
-
}
|
|
264
|
-
});
|
|
265
|
-
if (applied) {
|
|
266
|
-
break;
|
|
267
|
-
}
|
|
268
|
-
await Promise.all(updates);
|
|
269
|
-
const selected = selection.length > 0 ? selection : emptySelection;
|
|
270
|
-
this.setSelected(selected);
|
|
271
|
-
break;
|
|
272
|
-
}
|
|
273
|
-
default: {
|
|
274
|
-
if (this.selected.length > 0) {
|
|
275
|
-
const selections = [];
|
|
276
|
-
const updates = options.map(async (option) => {
|
|
277
|
-
await option.updateComplete;
|
|
278
|
-
option.setAttribute("role", "button");
|
|
279
|
-
if (option.selected) {
|
|
280
|
-
option.setAttribute("aria-pressed", "true");
|
|
281
|
-
selections.push(option);
|
|
282
|
-
} else {
|
|
283
|
-
option.removeAttribute("aria-pressed");
|
|
284
|
-
}
|
|
285
|
-
});
|
|
286
|
-
if (applied) {
|
|
287
|
-
break;
|
|
288
|
-
}
|
|
289
|
-
await Promise.all(updates);
|
|
290
|
-
this.setSelected(selections.map((button) => button.value));
|
|
291
|
-
} else {
|
|
292
|
-
this.buttons.forEach((option) => {
|
|
293
|
-
option.setAttribute("role", "button");
|
|
294
|
-
});
|
|
295
|
-
break;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
if (!this.hasAttribute("role")) {
|
|
300
|
-
this.setAttribute("role", "toolbar");
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
render() {
|
|
304
|
-
return html`
|
|
305
|
-
<slot role="presentation" @slotchange=${this.manageButtons}></slot>
|
|
306
|
-
`;
|
|
307
|
-
}
|
|
308
|
-
firstUpdated(changes) {
|
|
309
|
-
super.firstUpdated(changes);
|
|
310
|
-
this.addEventListener("click", this.handleClick);
|
|
311
|
-
}
|
|
312
|
-
updated(changes) {
|
|
313
|
-
super.updated(changes);
|
|
314
|
-
if (changes.has("selects")) {
|
|
315
|
-
this.manageSelects();
|
|
316
|
-
this.manageChildren();
|
|
317
|
-
if (this.selects) {
|
|
318
|
-
this.renderRoot.addEventListener(
|
|
319
|
-
"change",
|
|
320
|
-
this.handleActionButtonChange
|
|
321
|
-
);
|
|
322
|
-
} else {
|
|
323
|
-
this.renderRoot.removeEventListener(
|
|
324
|
-
"change",
|
|
325
|
-
this.handleActionButtonChange
|
|
326
|
-
);
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
if (changes.has("quiet") || changes.has("emphasized") || changes.has("size") || changes.has("staticColor")) {
|
|
330
|
-
this.manageChildren(changes);
|
|
331
|
-
}
|
|
332
|
-
if (changes.has("label") && (this.label || changes.get("label") !== void 0)) {
|
|
333
|
-
if (this.label.length > 0) {
|
|
334
|
-
this.setAttribute("aria-label", this.label);
|
|
335
|
-
} else {
|
|
336
|
-
this.removeAttribute("aria-label");
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
manageChildren(changes) {
|
|
341
|
-
this.buttons.forEach((button) => {
|
|
342
|
-
if (this.quiet || (changes == null ? void 0 : changes.get("quiet"))) {
|
|
343
|
-
button.quiet = this.quiet;
|
|
344
|
-
}
|
|
345
|
-
if (this.emphasized || (changes == null ? void 0 : changes.get("emphasized"))) {
|
|
346
|
-
button.emphasized = this.emphasized;
|
|
347
|
-
}
|
|
348
|
-
if (this.staticColor || (changes == null ? void 0 : changes.get("staticColor"))) {
|
|
349
|
-
button.staticColor = this.staticColor;
|
|
350
|
-
}
|
|
351
|
-
if (this.selects || !this.hasManaged) {
|
|
352
|
-
button.selected = this.selected.includes(button.value);
|
|
353
|
-
}
|
|
354
|
-
if (this.size && (this.size !== "m" || (changes == null ? void 0 : changes.get("size")) !== void 0)) {
|
|
355
|
-
button.size = this.size;
|
|
356
|
-
}
|
|
357
|
-
});
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
__decorateClass([
|
|
361
|
-
property({ type: Boolean, reflect: true })
|
|
362
|
-
], LuzmoActionGroup.prototype, "compact", 2);
|
|
363
|
-
__decorateClass([
|
|
364
|
-
property({ type: Boolean, reflect: true })
|
|
365
|
-
], LuzmoActionGroup.prototype, "emphasized", 2);
|
|
366
|
-
__decorateClass([
|
|
367
|
-
property({ type: Boolean, reflect: true })
|
|
368
|
-
], LuzmoActionGroup.prototype, "justified", 2);
|
|
369
|
-
__decorateClass([
|
|
370
|
-
property({ type: String })
|
|
371
|
-
], LuzmoActionGroup.prototype, "label", 2);
|
|
372
|
-
__decorateClass([
|
|
373
|
-
property({ type: Boolean, reflect: true })
|
|
374
|
-
], LuzmoActionGroup.prototype, "quiet", 2);
|
|
375
|
-
__decorateClass([
|
|
376
|
-
property({ type: String })
|
|
377
|
-
], LuzmoActionGroup.prototype, "selects", 2);
|
|
378
|
-
__decorateClass([
|
|
379
|
-
property({ reflect: true, attribute: "static-color" })
|
|
380
|
-
], LuzmoActionGroup.prototype, "staticColor", 2);
|
|
381
|
-
__decorateClass([
|
|
382
|
-
property({ type: Boolean, reflect: true })
|
|
383
|
-
], LuzmoActionGroup.prototype, "vertical", 2);
|
|
384
|
-
__decorateClass([
|
|
385
|
-
property({ type: Array })
|
|
386
|
-
], LuzmoActionGroup.prototype, "selected", 1);
|
|
387
|
-
__decorateClass([
|
|
388
|
-
query("slot")
|
|
389
|
-
], LuzmoActionGroup.prototype, "slotElement", 2);
|
|
390
|
-
export {
|
|
391
|
-
LuzmoActionGroup as L
|
|
392
|
-
};
|