@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/components/tabs/index.js
CHANGED
|
@@ -15,56 +15,43 @@
|
|
|
15
15
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
16
16
|
* SOFTWARE.
|
|
17
17
|
* */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import { O as ObserveSlotText } from "../observe-slot-text-CjnkkBPn.js";
|
|
33
|
-
import { r as randomID } from "../random-id-BEc6QIUL.js";
|
|
34
|
-
import { IntersectionController } from "@lit-labs/observers/intersection-controller.js";
|
|
35
|
-
import { ResizeController } from "@lit-labs/observers/resize-controller.js";
|
|
36
|
-
import { property as property$1, query, state, queryAssignedElements } from "lit/decorators.js";
|
|
37
|
-
import { classMap } from "lit/directives/class-map.js";
|
|
38
|
-
import { ifDefined } from "lit/directives/if-defined.js";
|
|
39
|
-
import { S as SizedMixin } from "../sized-mixin-DmkrNdWB.js";
|
|
40
|
-
import { F as Focusable } from "../focusable-ChCLg1k4.js";
|
|
41
|
-
import { R as RovingTabindexController } from "../roving-tabindex-DPF9NmrH.js";
|
|
42
|
-
import { luzmoAngleLeft, luzmoAngleRight } from "@luzmo/icons";
|
|
18
|
+
import { a as g, r as b, E as S, x as v, n as l, i as A } from "../base-CFWO09N1.js";
|
|
19
|
+
import { F as _ } from "../focus-visible-BvScGDCE.js";
|
|
20
|
+
import { O as P } from "../observe-slot-presence-CmVi0zTc.js";
|
|
21
|
+
import { O as q } from "../observe-slot-text-C3moTjwy.js";
|
|
22
|
+
import { r as C } from "../random-id-ByCz1xaq.js";
|
|
23
|
+
import { e as x } from "../query-D_KR_GUc.js";
|
|
24
|
+
import { e as p } from "../class-map-CGfNk3Ee.js";
|
|
25
|
+
import { o as k } from "../if-defined-DULpqYwi.js";
|
|
26
|
+
import { S as T } from "../sized-mixin-CJbBHWRQ.js";
|
|
27
|
+
import { F as U } from "../focusable-C5JjRZmT.js";
|
|
28
|
+
import { R as B } from "../roving-tabindex-DOg4z6ZU.js";
|
|
29
|
+
import { k as F, S as O } from "../luzmo-icons-CiSek5iM.js";
|
|
30
|
+
import { r as R } from "../state-DwIwYPvt.js";
|
|
31
|
+
import { o as D } from "../query-assigned-elements-DjfhL1cl.js";
|
|
43
32
|
import "../action-button/index.js";
|
|
44
33
|
import "../icon/index.js";
|
|
45
|
-
const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
34
|
+
const E = () => {
|
|
35
|
+
if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
|
|
36
|
+
const r = document.createElement("style");
|
|
37
|
+
r.setAttribute("data-luzmo-vars", ""), r.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-disabled-color);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-informative-color: #1a77e9;--luzmo-informative-color-rgb: 26, 119, 233;--luzmo-disabled-color: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(r);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
E();
|
|
41
|
+
const W = ':host{font-family:var(--luzmo-tab-font-family, var(--luzmo-font-family));box-sizing:border-box;block-size:calc(var(--luzmo-tabs-item-height, var(--tabs-item-height)) - var(--luzmo-tabs-divider-size, var(--tabs-divider-size)));z-index:1;white-space:nowrap;color:var(--highcontrast-tabs-color, var(--luzmo-tabs-color, var(--tabs-color)));transition:color var(--luzmo-tabs-animation-duration, var(--tabs-animation-duration)) ease-out;cursor:pointer;outline:none;-webkit-text-decoration:none;text-decoration:none;position:relative}::slotted([slot=icon]){block-size:var(--luzmo-tabs-icon-size, var(--tabs-icon-size));inline-size:var(--luzmo-tabs-icon-size, var(--tabs-icon-size));margin-block-start:var(--luzmo-tabs-top-to-icon, var(--tabs-top-to-icon))}[name=icon]+#item-label{margin-inline-start:var(--luzmo-tabs-icon-to-text, var(--tabs-icon-to-text))}:host:before{content:"";box-sizing:border-box;block-size:calc(100% - var(--luzmo-tabs-top-to-text, var(--tabs-top-to-text)));inline-size:calc(100% + var(--luzmo-tabs-focus-indicator-gap, var(--tabs-focus-indicator-gap)) * 2);border:var(--luzmo-tabs-focus-indicator-width, var(--tabs-focus-indicator-width)) solid transparent;border-radius:var(--luzmo-tabs-focus-indicator-border-radius, var(--tabs-focus-indicator-border-radius));pointer-events:none;position:absolute;inset-block-start:calc(var(--luzmo-tabs-top-to-text, var(--tabs-top-to-text)) / 2);inset-inline-start:calc(var(--luzmo-tabs-focus-indicator-gap, var(--tabs-focus-indicator-gap)) * -1);inset-inline-end:calc(var(--luzmo-tabs-focus-indicator-gap, var(--tabs-focus-indicator-gap)) * -1)}@media (hover: hover){:host(:hover){color:var(--highcontrast-tabs-color-hover, var(--luzmo-tabs-color-hover, var(--tabs-color-hover)))}}:host([selected]){color:var(--highcontrast-tabs-color-selected, var(--luzmo-tabs-color-selected, var(--tabs-color-selected)))}:host([disabled]){cursor:default;color:var(--highcontrast-tabs-color-disabled, var(--luzmo-tabs-color-disabled, var(--tabs-color-disabled)))}:host([disabled]) #item-label{cursor:default}:host(:focus-visible){color:var(--highcontrast-tabs-color-key-focus, var(--luzmo-tabs-color-key-focus, var(--tabs-color-key-focus)))}:host(:focus-visible):before{border-color:var(--highcontrast-tabs-focus-indicator-color, var(--luzmo-tabs-focus-indicator-color, var(--tabs-focus-indicator-color)))}#item-label{cursor:pointer;vertical-align:top;font-family:var(--luzmo-tabs-font-family, var(--tabs-font-family));font-style:var(--luzmo-tabs-font-style, var(--tabs-font-style));font-size:var(--luzmo-tabs-font-size, var(--tabs-font-size));font-weight:var(--luzmo-tabs-font-weight, var(--tabs-font-weight));line-height:var(--luzmo-tabs-line-height, var(--tabs-line-height));margin-block-start:var(--luzmo-tabs-top-to-text, var(--tabs-top-to-text));margin-block-end:var(--luzmo-tabs-bottom-to-text, var(--tabs-bottom-to-text));-webkit-text-decoration:none;text-decoration:none;display:inline-block}#item-label:empty{display:none}:host{scroll-margin-inline:var(--luzmo-tabs-item-horizontal-spacing, var(--tabs-item-horizontal-spacing))}:host([disabled]){pointer-events:none}#item-label[hidden]{display:none}@media (forced-colors: active){:host:before{background-color:ButtonFace}:host ::slotted([slot=icon]){z-index:1;position:relative;color:inherit}#item-label{position:relative;z-index:1}:host([selected]){color:HighlightText}:host([selected]) ::slotted([slot=icon]){color:HighlightText}:host([selected]) #item-label{color:HighlightText}}:host([vertical]){display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto}:host([dir][vertical]) slot[name=icon]+#item-label{margin-inline-start:0;margin-block:calc(var(--luzmo-tabs-top-to-text, var(--tabs-top-to-text)) / 2) calc(var(--luzmo-tabs-bottom-to-text, var(--tabs-bottom-to-text)) / 2)}:host([vertical]) ::slotted([slot=icon]){margin-block-start:calc(var(--luzmo-tabs-top-to-icon, var(--tabs-top-to-icon)) / 2)}';
|
|
42
|
+
var H = Object.defineProperty, z = (r, t, o, i) => {
|
|
43
|
+
for (var e = void 0, a = r.length - 1, s; a >= 0; a--)
|
|
44
|
+
(s = r[a]) && (e = s(t, o, e) || e);
|
|
45
|
+
return e && H(t, o, e), e;
|
|
54
46
|
};
|
|
55
|
-
class
|
|
56
|
-
|
|
47
|
+
class h extends _(
|
|
48
|
+
q(P(g, '[slot="icon"]'), "")
|
|
57
49
|
) {
|
|
58
50
|
constructor() {
|
|
59
|
-
super(...arguments);
|
|
60
|
-
this.disabled = false;
|
|
61
|
-
this.label = "";
|
|
62
|
-
this.selected = false;
|
|
63
|
-
this.vertical = false;
|
|
64
|
-
this.value = "";
|
|
51
|
+
super(...arguments), this.disabled = !1, this.label = "", this.selected = !1, this.vertical = !1, this.value = "";
|
|
65
52
|
}
|
|
66
53
|
static get styles() {
|
|
67
|
-
return [
|
|
54
|
+
return [b(W)];
|
|
68
55
|
}
|
|
69
56
|
get hasIcon() {
|
|
70
57
|
return this.slotContentIsPresent;
|
|
@@ -73,69 +60,48 @@ class LuzmoTab extends FocusVisiblePolyfillMixin(
|
|
|
73
60
|
return !!this.label || this.slotHasContent;
|
|
74
61
|
}
|
|
75
62
|
render() {
|
|
76
|
-
return
|
|
77
|
-
${this.hasIcon ?
|
|
63
|
+
return v`
|
|
64
|
+
${this.hasIcon ? v` <slot name="icon"></slot> ` : S}
|
|
78
65
|
<label id="item-label" ?hidden=${!this.hasLabel}>
|
|
79
|
-
${this.slotHasContent ?
|
|
66
|
+
${this.slotHasContent ? S : this.label}
|
|
80
67
|
<slot>${this.label}</slot>
|
|
81
68
|
</label>
|
|
82
69
|
`;
|
|
83
70
|
}
|
|
84
|
-
firstUpdated(
|
|
85
|
-
super.firstUpdated(
|
|
86
|
-
this.setAttribute("role", "tab");
|
|
87
|
-
if (!this.hasAttribute("id")) {
|
|
88
|
-
this.id = `luzmo-tab-${randomID()}`;
|
|
89
|
-
}
|
|
71
|
+
firstUpdated(t) {
|
|
72
|
+
super.firstUpdated(t), this.setAttribute("role", "tab"), this.hasAttribute("id") || (this.id = `luzmo-tab-${C()}`);
|
|
90
73
|
}
|
|
91
|
-
updated(
|
|
92
|
-
super.updated(
|
|
93
|
-
if (changes.has("selected")) {
|
|
94
|
-
this.setAttribute("aria-selected", this.selected ? "true" : "false");
|
|
95
|
-
this.setAttribute("tabindex", this.selected ? "0" : "-1");
|
|
96
|
-
}
|
|
97
|
-
if (changes.has("disabled")) {
|
|
98
|
-
if (this.disabled) {
|
|
99
|
-
this.setAttribute("aria-disabled", "true");
|
|
100
|
-
} else {
|
|
101
|
-
this.removeAttribute("aria-disabled");
|
|
102
|
-
}
|
|
103
|
-
}
|
|
74
|
+
updated(t) {
|
|
75
|
+
super.updated(t), t.has("selected") && (this.setAttribute("aria-selected", this.selected ? "true" : "false"), this.setAttribute("tabindex", this.selected ? "0" : "-1")), t.has("disabled") && (this.disabled ? this.setAttribute("aria-disabled", "true") : this.removeAttribute("aria-disabled"));
|
|
104
76
|
}
|
|
105
77
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
],
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
],
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
],
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
],
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
],
|
|
121
|
-
const
|
|
122
|
-
var
|
|
123
|
-
var
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
if (decorator = decorators[i])
|
|
127
|
-
result = decorator(target, key, result) || result;
|
|
128
|
-
if (result) __defProp$2(target, key, result);
|
|
129
|
-
return result;
|
|
78
|
+
z([
|
|
79
|
+
l({ type: Boolean, reflect: !0 })
|
|
80
|
+
], h.prototype, "disabled");
|
|
81
|
+
z([
|
|
82
|
+
l({ reflect: !0 })
|
|
83
|
+
], h.prototype, "label");
|
|
84
|
+
z([
|
|
85
|
+
l({ type: Boolean, reflect: !0 })
|
|
86
|
+
], h.prototype, "selected");
|
|
87
|
+
z([
|
|
88
|
+
l({ type: Boolean, reflect: !0 })
|
|
89
|
+
], h.prototype, "vertical");
|
|
90
|
+
z([
|
|
91
|
+
l({ type: String, reflect: !0 })
|
|
92
|
+
], h.prototype, "value");
|
|
93
|
+
const M = ":host{display:inline-flex;font-family:var(--luzmo-tab-panel-font-family, var(--luzmo-font-family))}:host(:not([selected])){display:none}:host(:focus-visible){outline:var(--luzmo-tab-panel-indicator-color, var(--luzmo-indicator-color)) solid var(--luzmo-tab-panel-indicator-width, var(--luzmo-indicator-width))}";
|
|
94
|
+
var j = Object.defineProperty, L = (r, t, o, i) => {
|
|
95
|
+
for (var e = void 0, a = r.length - 1, s; a >= 0; a--)
|
|
96
|
+
(s = r[a]) && (e = s(t, o, e) || e);
|
|
97
|
+
return e && j(t, o, e), e;
|
|
130
98
|
};
|
|
131
|
-
class
|
|
99
|
+
class w extends g {
|
|
132
100
|
constructor() {
|
|
133
|
-
super(...arguments);
|
|
134
|
-
this.selected = false;
|
|
135
|
-
this.value = "";
|
|
101
|
+
super(...arguments), this.selected = !1, this.value = "";
|
|
136
102
|
}
|
|
137
103
|
static get styles() {
|
|
138
|
-
return [
|
|
104
|
+
return [b(M)];
|
|
139
105
|
}
|
|
140
106
|
handleFocusin() {
|
|
141
107
|
this.removeAttribute("tabindex");
|
|
@@ -144,7 +110,7 @@ class LuzmoTabPanel extends LuzmoElement {
|
|
|
144
110
|
this.tabIndex = this.selected ? 0 : -1;
|
|
145
111
|
}
|
|
146
112
|
render() {
|
|
147
|
-
return
|
|
113
|
+
return v`
|
|
148
114
|
<slot
|
|
149
115
|
@focusin=${this.handleFocusin}
|
|
150
116
|
@focusout=${this.handleFocusout}
|
|
@@ -152,55 +118,107 @@ class LuzmoTabPanel extends LuzmoElement {
|
|
|
152
118
|
`;
|
|
153
119
|
}
|
|
154
120
|
firstUpdated() {
|
|
155
|
-
this.slot = "tab-panel";
|
|
156
|
-
this.setAttribute("role", "tabpanel");
|
|
157
|
-
this.tabIndex = 0;
|
|
158
|
-
if (!this.hasAttribute("id")) {
|
|
159
|
-
this.id = `luzmo-tab-panel-${randomID()}`;
|
|
160
|
-
}
|
|
121
|
+
this.slot = "tab-panel", this.setAttribute("role", "tabpanel"), this.tabIndex = 0, this.hasAttribute("id") || (this.id = `luzmo-tab-panel-${C()}`);
|
|
161
122
|
}
|
|
162
|
-
updated(
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
123
|
+
updated(t) {
|
|
124
|
+
t.has("selected") && (this.selected ? (this.removeAttribute("aria-hidden"), this.tabIndex = 0) : (this.setAttribute("aria-hidden", "true"), this.tabIndex = -1));
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
L([
|
|
128
|
+
l({ type: Boolean, reflect: !0 })
|
|
129
|
+
], w.prototype, "selected");
|
|
130
|
+
L([
|
|
131
|
+
l({ type: String, reflect: !0 })
|
|
132
|
+
], w.prototype, "value");
|
|
133
|
+
/**
|
|
134
|
+
* @license
|
|
135
|
+
* Copyright 2021 Google LLC
|
|
136
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
137
|
+
*/
|
|
138
|
+
class N {
|
|
139
|
+
constructor(t, { target: o, config: i, callback: e, skipInitial: a }) {
|
|
140
|
+
this.t = /* @__PURE__ */ new Set(), this.o = !1, this.i = !1, this.h = t, o !== null && this.t.add(o ?? t), this.o = a ?? this.o, this.callback = e, window.IntersectionObserver ? (this.u = new IntersectionObserver((s) => {
|
|
141
|
+
const f = this.i;
|
|
142
|
+
this.i = !1, this.o && f || (this.handleChanges(s), this.h.requestUpdate());
|
|
143
|
+
}, i), t.addController(this)) : console.warn("IntersectionController error: browser does not support IntersectionObserver.");
|
|
144
|
+
}
|
|
145
|
+
handleChanges(t) {
|
|
146
|
+
var o;
|
|
147
|
+
this.value = (o = this.callback) == null ? void 0 : o.call(this, t, this.u);
|
|
148
|
+
}
|
|
149
|
+
hostConnected() {
|
|
150
|
+
for (const t of this.t) this.observe(t);
|
|
151
|
+
}
|
|
152
|
+
hostDisconnected() {
|
|
153
|
+
this.disconnect();
|
|
154
|
+
}
|
|
155
|
+
async hostUpdated() {
|
|
156
|
+
const t = this.u.takeRecords();
|
|
157
|
+
t.length && this.handleChanges(t);
|
|
158
|
+
}
|
|
159
|
+
observe(t) {
|
|
160
|
+
this.t.add(t), this.u.observe(t), this.i = !0;
|
|
161
|
+
}
|
|
162
|
+
unobserve(t) {
|
|
163
|
+
this.t.delete(t), this.u.unobserve(t);
|
|
164
|
+
}
|
|
165
|
+
disconnect() {
|
|
166
|
+
this.u.disconnect();
|
|
172
167
|
}
|
|
173
168
|
}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
169
|
+
/**
|
|
170
|
+
* @license
|
|
171
|
+
* Copyright 2021 Google LLC
|
|
172
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
173
|
+
*/
|
|
174
|
+
class $ {
|
|
175
|
+
constructor(t, { target: o, config: i, callback: e, skipInitial: a }) {
|
|
176
|
+
this.t = /* @__PURE__ */ new Set(), this.o = !1, this.i = !1, this.h = t, o !== null && this.t.add(o ?? t), this.l = i, this.o = a ?? this.o, this.callback = e, window.ResizeObserver ? (this.u = new ResizeObserver((s) => {
|
|
177
|
+
this.handleChanges(s), this.h.requestUpdate();
|
|
178
|
+
}), t.addController(this)) : console.warn("ResizeController error: browser does not support ResizeObserver.");
|
|
179
|
+
}
|
|
180
|
+
handleChanges(t) {
|
|
181
|
+
var o;
|
|
182
|
+
this.value = (o = this.callback) == null ? void 0 : o.call(this, t, this.u);
|
|
183
|
+
}
|
|
184
|
+
hostConnected() {
|
|
185
|
+
for (const t of this.t) this.observe(t);
|
|
186
|
+
}
|
|
187
|
+
hostDisconnected() {
|
|
188
|
+
this.disconnect();
|
|
189
|
+
}
|
|
190
|
+
async hostUpdated() {
|
|
191
|
+
!this.o && this.i && this.handleChanges([]), this.i = !1;
|
|
192
|
+
}
|
|
193
|
+
observe(t) {
|
|
194
|
+
this.t.add(t), this.u.observe(t, this.l), this.i = !0, this.h.requestUpdate();
|
|
195
|
+
}
|
|
196
|
+
unobserve(t) {
|
|
197
|
+
this.t.delete(t), this.u.unobserve(t);
|
|
198
|
+
}
|
|
199
|
+
disconnect() {
|
|
200
|
+
this.u.disconnect();
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
const I = "#list{--tabs-item-height: calc( var(--luzmo-component-height) + var(--luzmo-spacing-5) );--tabs-item-horizontal-spacing: calc( var(--luzmo-spacing-5) + var(--luzmo-spacing-3) );--tabs-item-vertical-spacing: var(--luzmo-spacing-2);--tabs-start-to-edge: var(--luzmo-spacing-4);--tabs-top-to-text: calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1));--tabs-bottom-to-text: calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1));--tabs-icon-size: var(--luzmo-icon-size-s);--tabs-icon-to-text: var(--luzmo-spacing-3);--tabs-top-to-icon: var(--luzmo-spacing-4);--tabs-focus-indicator-gap: var(--luzmo-spacing-3);--tabs-font-size: var(--luzmo-font-size)}:host([size=s]) #list{--tabs-item-height: calc( var(--luzmo-component-height-s) + var(--luzmo-spacing-4) );--tabs-item-horizontal-spacing: calc( var(--luzmo-spacing-5) + var(--luzmo-spacing-2) );--tabs-item-vertical-spacing: var(--luzmo-spacing-2);--tabs-start-to-edge: var(--luzmo-spacing-4);--tabs-top-to-text: calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1));--tabs-bottom-to-text: var(--luzmo-spacing-4);--tabs-icon-size: var(--luzmo-icon-size-xs);--tabs-icon-to-text: var(--luzmo-spacing-3);--tabs-top-to-icon: var(--luzmo-spacing-4);--tabs-focus-indicator-gap: var(--luzmo-spacing-3);--tabs-font-size: var(--luzmo-font-size-s)}:host([size=l]) #list{--tabs-item-height: calc( var(--luzmo-component-height-l) + var(--luzmo-spacing-5) );--tabs-item-horizontal-spacing: calc( var(--luzmo-spacing-5) + var(--luzmo-spacing-4) );--tabs-item-vertical-spacing: var(--luzmo-spacing-2);--tabs-start-to-edge: calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1));--tabs-top-to-text: calc(var(--luzmo-spacing-5) + var(--luzmo-spacing-1));--tabs-bottom-to-text: calc(var(--luzmo-spacing-5) + var(--luzmo-spacing-1));--tabs-icon-size: var(--luzmo-icon-size-m);--tabs-icon-to-text: calc(var(--luzmo-spacing-3) + var(--luzmo-spacing-1));--tabs-top-to-icon: var(--luzmo-spacing-5);--tabs-focus-indicator-gap: calc( var(--luzmo-spacing-3) + var(--luzmo-spacing-1) );--tabs-font-size: var(--luzmo-font-size-l)}:host([size=xl]) #list{--tabs-item-height: calc( var(--luzmo-component-height-xl) + var(--luzmo-spacing-5) );--tabs-item-horizontal-spacing: calc( var(--luzmo-spacing-5) + var(--luzmo-spacing-4) );--tabs-item-vertical-spacing: var(--luzmo-spacing-2);--tabs-start-to-edge: calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1));--tabs-top-to-text: calc(var(--luzmo-spacing-5) + var(--luzmo-spacing-1));--tabs-bottom-to-text: calc(var(--luzmo-spacing-5) + var(--luzmo-spacing-1));--tabs-icon-size: var(--luzmo-icon-size-l);--tabs-icon-to-text: calc(var(--luzmo-spacing-3) + var(--luzmo-spacing-1));--tabs-top-to-icon: var(--luzmo-spacing-5);--tabs-focus-indicator-gap: calc( var(--luzmo-spacing-3) + var(--luzmo-spacing-1) );--tabs-font-size: var(--luzmo-font-size-xl)}:host([compact]) #list{--luzmo-tabs-item-height: var( --luzmo-tabs-item-height-compact, var(--luzmo-component-height) );--luzmo-tabs-top-to-text: var( --luzmo-tabs-top-to-text-compact, calc(var(--luzmo-spacing-2) + var(--luzmo-spacing-1)) );--luzmo-tabs-bottom-to-text: var( --luzmo-tabs-bottom-to-text-compact, calc(var(--luzmo-spacing-2) + var(--luzmo-spacing-1)) );--luzmo-tabs-top-to-icon: var( --luzmo-tabs-top-to-icon-compact, var(--luzmo-spacing-2) )}:host([size=s][compact]) #list{--luzmo-tabs-item-height: var( --luzmo-tabs-item-height-compact, var(--luzmo-component-height-s) );--luzmo-tabs-top-to-text: var( --luzmo-tabs-top-to-text-compact, var(--luzmo-spacing-2) );--luzmo-tabs-bottom-to-text: var( --luzmo-tabs-bottom-to-text-compact, var(--luzmo-spacing-2) );--luzmo-tabs-top-to-icon: var( --luzmo-tabs-top-to-icon-compact, var(--luzmo-spacing-1) )}:host([size=l][compact]) #list{--luzmo-tabs-item-height: var( --luzmo-tabs-item-height-compact, var(--luzmo-component-height-l) );--luzmo-tabs-top-to-text: var( --luzmo-tabs-top-to-text-compact, calc(var(--luzmo-spacing-3) + var(--luzmo-spacing-1)) );--luzmo-tabs-bottom-to-text: var( --luzmo-tabs-bottom-to-text-compact, calc(var(--luzmo-spacing-3) + var(--luzmo-spacing-1)) );--luzmo-tabs-top-to-icon: var( --luzmo-tabs-top-to-icon-compact, calc(var(--luzmo-spacing-3)) )}:host([size=xl][compact]) #list{--luzmo-tabs-item-height: var( --luzmo-tabs-item-height-compact, var(--luzmo-component-height-xl) );--luzmo-tabs-top-to-text: var( --luzmo-tabs-top-to-text-compact, var(--luzmo-spacing-4) );--luzmo-tabs-bottom-to-text: var( --luzmo-tabs-bottom-to-text-compact, var(--luzmo-spacing-4) );--luzmo-tabs-top-to-icon: var( --luzmo-tabs-top-to-icon-compact, calc(var(--luzmo-spacing-3) + var(--luzmo-spacing-1)) )}", X = "#list{--tabs-color: var(--luzmo-font-color);--tabs-color-selected: var(--luzmo-font-color-down);--tabs-color-hover: var(--luzmo-font-color-hover);--tabs-color-key-focus: var(--luzmo-font-color-focus);--tabs-color-disabled: var(--luzmo-disabled-color);--tabs-font-family: var(--luzmo-font-family);--tabs-font-style: var(--luzmo-font-style);--tabs-font-size: var(--luzmo-font-size);--tabs-line-height: var(--luzmo-line-height);--tabs-focus-indicator-width: var(--luzmo-indicator-width);--tabs-focus-indicator-border-radius: var(--luzmo-border-radius);--tabs-focus-indicator-color: var(--luzmo-indicator-color);--tabs-selection-indicator-color: var(--luzmo-font-color-down);--tabs-list-background-direction: top;--tabs-divider-size: 2px;--tabs-divider-border-radius: 1px;--tabs-animation-duration: var(--luzmo-animation-duration);--tabs-animation-ease: ease-in-out}:host([emphasized]) #list{--luzmo-tabs-color-selected: var( --luzmo-tabs-color-selected-emphasized, var(--luzmo-primary) );--luzmo-tabs-color-hover: var( --luzmo-tabs-color-hover-emphasized, var(--luzmo-primary-hover) );--luzmo-tabs-color-key-focus: var( --luzmo-tabs-color-key-focus-emphasized, var(--luzmo-primary-focus) );--luzmo-tabs-selection-indicator-color: var( --luzmo-tabs-selection-indicator-color-emphasized, var(--luzmo-primary-down) )}:host([direction^=vertical]) #list{--luzmo-tabs-list-background-direction: var( --luzmo-tabs-list-background-direction-vertical, right )}:host([direction^=vertical-right]) #list{--luzmo-tabs-list-background-direction: var( --luzmo-tabs-list-background-direction-vertical-right, left )}:host([direction^=vertical]) #list:dir(rtl),:host([dir=rtl][direction^=vertical]) #list{--luzmo-tabs-list-background-direction: var( --luzmo-tabs-list-background-direction-vertical, left )}:host([direction^=vertical-right]) #list:dir(rtl),:host([dir=rtl][direction^=vertical-right]) #list{--luzmo-tabs-list-background-direction: var( --luzmo-tabs-list-background-direction-vertical, right )}#list{z-index:0;vertical-align:top;background:linear-gradient(to var(--luzmo-tabs-list-background-direction, var(--tabs-list-background-direction)),var(--highcontrast-tabs-divider-background-color, var(--luzmo-tabs-divider-background-color, var(--tabs-divider-background-color))) 0 var(--luzmo-tabs-divider-size, var(--tabs-divider-size)),transparent var(--luzmo-tabs-divider-size, var(--tabs-divider-size)));margin:0;padding-block:0;display:flex;position:relative}::slotted([selected]:not([slot])){color:var(--highcontrast-tabs-color-selected, var(--luzmo-tabs-color-selected, var(--tabs-color-selected)))}::slotted([disabled]:not([slot])){cursor:default;color:var(--highcontrast-tabs-color-disabled, var(--luzmo-tabs-color-disabled, var(--tabs-color-disabled)))}#selection-indicator{background-color:var(--highcontrast-tabs-selection-indicator-color, var(--luzmo-tabs-selection-indicator-color, var(--tabs-selection-indicator-color)));z-index:0;transition:transform var(--luzmo-tabs-animation-duration, var(--tabs-animation-duration)) var(--luzmo-tabs-animation-ease, var(--tabs-animation-ease));transform-origin:0 0;border-radius:var(--luzmo-tabs-divider-border-radius, var(--tabs-divider-border-radius));position:absolute;inset-inline-start:0}:host([direction^=horizontal]) #list{align-items:center}:host([direction^=horizontal]) #list ::slotted(:not([slot])){vertical-align:top}:host([direction^=horizontal]) ::slotted(:not(:first-child)){margin-inline-start:var(--luzmo-tabs-item-horizontal-spacing, var(--tabs-item-horizontal-spacing))}:host([direction^=horizontal]) #list #selection-indicator{block-size:var(--luzmo-tabs-divider-size, var(--tabs-divider-size));position:absolute;inset-block-end:0}:host([direction^=horizontal][compact]) #list{box-sizing:initial;align-items:end}:host([quiet]) #list{background:none;border-color:transparent;display:inline-flex}:host([quiet]) #selection-indicator{padding-inline-start:var(--luzmo-tabs-start-to-item-quiet)}:host([direction^=vertical]) #list,:host([direction^=vertical-right]) #list{flex-direction:column;padding:0;display:inline-flex}:host([direction^=vertical-right][quiet]) #list,:host([direction^=vertical][quiet]) #list{border-color:transparent}:host([direction^=vertical]) #list ::slotted(:not([slot])),:host([direction^=vertical-right]) #list ::slotted(:not([slot])){block-size:var(--luzmo-tabs-item-height, var(--tabs-item-height));line-height:var(--luzmo-tabs-item-height, var(--tabs-item-height));margin-block-end:var(--luzmo-tabs-item-vertical-spacing, var(--tabs-item-vertical-spacing));margin-inline-start:var(--luzmo-tabs-start-to-edge, var(--tabs-start-to-edge));margin-inline-end:var(--luzmo-tabs-start-to-edge, var(--tabs-start-to-edge));padding-block:0}:host([direction^=vertical]) #list ::slotted(:not([slot])):before,:host([direction^=vertical-right]) #list ::slotted(:not([slot])):before{inset-inline-start:calc(var(--luzmo-tabs-focus-indicator-gap, var(--tabs-focus-indicator-gap)) * -1)}:host([direction^=vertical]) #list #selection-indicator,:host([direction^=vertical-right]) #list #selection-indicator{inline-size:var(--luzmo-tabs-divider-size, var(--tabs-divider-size));position:absolute;inset-block-start:0;inset-inline-start:0}:host([direction^=vertical-right]) #list #selection-indicator{inset-inline:auto 0}@media (forced-colors: active){#list{--highcontrast-tabs-divider-background-color: var(--luzmo-border-color);--highcontrast-tabs-selection-indicator-color: Highlight;--highcontrast-tabs-focus-indicator-color: CanvasText;--highcontrast-tabs-focus-indicator-background-color: Highlight;--highcontrast-tabs-color: ButtonText;--highcontrast-tabs-color-hover: ButtonText;--highcontrast-tabs-color-selected: HighlightText;--highcontrast-tabs-color-key-focus: ButtonText;--highcontrast-tabs-color-disabled: GrayText;forced-color-adjust:none}#list ::slotted([selected]:not([slot])):before{background-color:var(--highcontrast-tabs-focus-indicator-background-color)}:host([direction^=vertical][compact]) #list #list ::slotted(:not([slot])):before{block-size:100%;inset-block-start:0}:host([quiet]) #list{background:linear-gradient(to var(--luzmo-tabs-list-background-direction, var(--tabs-list-background-direction)),var(--highcontrast-tabs-divider-background-color, var(--luzmo-tabs-divider-background-color, var(--tabs-divider-background-color))) 0 var(--luzmo-tabs-divider-size, var(--tabs-divider-size)),transparent var(--luzmo-tabs-divider-size, var(--tabs-divider-size)))}}#list{--tabs-font-weight: var(--luzmo-font-weight);--tabs-divider-background-color: var(--luzmo-border-color)}:host{display:grid;grid-template-columns:100%;position:relative}:host(:not([direction^=vertical])){grid-template-rows:auto 1fr}:host([direction^=vertical]){grid-template-columns:auto 1fr}:host([dir=rtl]) #selection-indicator{left:0;right:auto}:host([direction=vertical-right]) #list #selection-indicator{inset-inline:auto 0}#list{justify-content:var(--luzmo-tabs-list-justify-content)}:host([disabled]) #list{pointer-events:none}:host([disabled]) #list #selection-indicator{background-color:var(--luzmo-tabs-color-disabled, var(--tabs-color-disabled))}:host([disabled]) ::slotted(sp-tab){color:var(--luzmo-tabs-color-disabled, var(--tabs-color-disabled))}:host([direction=vertical-right]) #list #selection-indicator,:host([direction=vertical]) #list #selection-indicator{inset-block-start:0}#selection-indicator.first-position{transition:none}:host([dir][direction=horizontal]) #list.scroll{scrollbar-width:none;overflow:auto hidden}:host([dir][direction=horizontal]) #list.scroll::-webkit-scrollbar{display:none}";
|
|
204
|
+
var Y = Object.defineProperty, c = (r, t, o, i) => {
|
|
205
|
+
for (var e = void 0, a = r.length - 1, s; a >= 0; a--)
|
|
206
|
+
(s = r[a]) && (e = s(t, o, e) || e);
|
|
207
|
+
return e && Y(t, o, e), e;
|
|
190
208
|
};
|
|
191
|
-
const
|
|
209
|
+
const m = {
|
|
192
210
|
baseSize: 100,
|
|
193
211
|
noSelectionStyle: "transform: translateX(0px) scaleX(0) scaleY(0)",
|
|
194
|
-
transformX(
|
|
195
|
-
const
|
|
196
|
-
return `transform: translateX(${
|
|
212
|
+
transformX(r, t) {
|
|
213
|
+
const o = t / this.baseSize;
|
|
214
|
+
return `transform: translateX(${r}px) scaleX(${o});`;
|
|
197
215
|
},
|
|
198
|
-
transformY(
|
|
199
|
-
const
|
|
200
|
-
return `transform: translateY(${
|
|
216
|
+
transformY(r, t) {
|
|
217
|
+
const o = t / this.baseSize;
|
|
218
|
+
return `transform: translateY(${r}px) scaleY(${o});`;
|
|
201
219
|
},
|
|
202
220
|
baseStyles() {
|
|
203
|
-
return
|
|
221
|
+
return A`
|
|
204
222
|
:host([direction='vertical-right']) #selection-indicator,
|
|
205
223
|
:host([direction='vertical']) #selection-indicator {
|
|
206
224
|
height: ${this.baseSize}px;
|
|
@@ -211,118 +229,77 @@ const ScaledIndicator = {
|
|
|
211
229
|
`;
|
|
212
230
|
}
|
|
213
231
|
};
|
|
214
|
-
function
|
|
215
|
-
const
|
|
216
|
-
|
|
217
|
-
const viewportEnd = container.scrollLeft + container.offsetWidth;
|
|
218
|
-
return nextTab ? nextTab.offsetLeft - container.offsetWidth : viewportEnd;
|
|
232
|
+
function G(r, t, o, i) {
|
|
233
|
+
const e = r + (t === "rtl" ? -1 : 1), a = o[e], s = i.scrollLeft + i.offsetWidth;
|
|
234
|
+
return a ? a.offsetLeft - i.offsetWidth : s;
|
|
219
235
|
}
|
|
220
|
-
function
|
|
221
|
-
const
|
|
222
|
-
|
|
223
|
-
const leftmostElement = direction === "rtl" ? -container.offsetWidth : 0;
|
|
224
|
-
return prevTab ? prevTab.offsetLeft + prevTab.offsetWidth : leftmostElement;
|
|
236
|
+
function K(r, t, o, i) {
|
|
237
|
+
const e = r + (t === "rtl" ? 1 : -1), a = o[e], s = t === "rtl" ? -i.offsetWidth : 0;
|
|
238
|
+
return a ? a.offsetLeft + a.offsetWidth : s;
|
|
225
239
|
}
|
|
226
|
-
class
|
|
240
|
+
class n extends T(U, { noDefaultSize: !0 }) {
|
|
227
241
|
constructor() {
|
|
228
|
-
super()
|
|
229
|
-
this.auto = false;
|
|
230
|
-
this.compact = false;
|
|
231
|
-
this.direction = "horizontal";
|
|
232
|
-
this.emphasized = false;
|
|
233
|
-
this.label = "";
|
|
234
|
-
this.enableTabsScroll = false;
|
|
235
|
-
this.quiet = false;
|
|
236
|
-
this.selectionIndicatorStyle = ScaledIndicator.noSelectionStyle;
|
|
237
|
-
this.shouldAnimate = false;
|
|
238
|
-
this.selected = "";
|
|
239
|
-
this._tabs = [];
|
|
240
|
-
this.resizeController = new ResizeController(this, {
|
|
242
|
+
super(), this.auto = !1, this.compact = !1, this.direction = "horizontal", this.emphasized = !1, this.label = "", this.enableTabsScroll = !1, this.quiet = !1, this.selectionIndicatorStyle = m.noSelectionStyle, this.shouldAnimate = !1, this.selected = "", this._tabs = [], this.resizeController = new $(this, {
|
|
241
243
|
callback: () => {
|
|
242
244
|
this.updateSelectionIndicator();
|
|
243
245
|
}
|
|
244
|
-
})
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
return focusInElement;
|
|
252
|
-
});
|
|
253
|
-
return firstFocusableElement ? focusInIndex : -1;
|
|
246
|
+
}), this.rovingTabindexController = new B(this, {
|
|
247
|
+
focusInIndex: (t) => {
|
|
248
|
+
let o = 0;
|
|
249
|
+
return t.find((e, a) => {
|
|
250
|
+
const s = this.selected ? e.value === this.selected : !e.disabled;
|
|
251
|
+
return o = a, s;
|
|
252
|
+
}) ? o : -1;
|
|
254
253
|
},
|
|
255
254
|
direction: () => "both",
|
|
256
|
-
elementEnterAction: (
|
|
257
|
-
|
|
258
|
-
this.shouldAnimate = true;
|
|
259
|
-
this.selectTarget(el);
|
|
255
|
+
elementEnterAction: (t) => {
|
|
256
|
+
this.auto && (this.shouldAnimate = !0, this.selectTarget(t));
|
|
260
257
|
},
|
|
261
258
|
elements: () => this.tabs,
|
|
262
|
-
isFocusableElement: (
|
|
259
|
+
isFocusableElement: (t) => !this.disabled && !t.disabled,
|
|
263
260
|
listenerScope: () => this.tabList
|
|
264
|
-
})
|
|
265
|
-
this.onTabsScroll = () => {
|
|
261
|
+
}), this.onTabsScroll = () => {
|
|
266
262
|
this.dispatchEvent(
|
|
267
263
|
new Event("luzmo-tabs-scroll", {
|
|
268
|
-
bubbles:
|
|
269
|
-
composed:
|
|
264
|
+
bubbles: !0,
|
|
265
|
+
composed: !0
|
|
270
266
|
})
|
|
271
267
|
);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
if (this.disabled) {
|
|
275
|
-
return;
|
|
276
|
-
}
|
|
277
|
-
const target = event.composedPath().find((el) => el.parentElement === this);
|
|
278
|
-
if (!target || target.disabled) {
|
|
268
|
+
}, this.onClick = (t) => {
|
|
269
|
+
if (this.disabled)
|
|
279
270
|
return;
|
|
271
|
+
const o = t.composedPath().find((i) => i.parentElement === this);
|
|
272
|
+
!o || o.disabled || (this.shouldAnimate = !0, this.selectTarget(o));
|
|
273
|
+
}, this.onKeyDown = (t) => {
|
|
274
|
+
if (t.code === "Enter" || t.code === "Space") {
|
|
275
|
+
t.preventDefault();
|
|
276
|
+
const o = t.target;
|
|
277
|
+
o && this.selectTarget(o);
|
|
280
278
|
}
|
|
281
|
-
|
|
282
|
-
this.
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
const target = event.target;
|
|
288
|
-
if (target) {
|
|
289
|
-
this.selectTarget(target);
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
};
|
|
293
|
-
this.updateCheckedState = () => {
|
|
294
|
-
this.tabs.forEach((element) => {
|
|
295
|
-
element.removeAttribute("selected");
|
|
296
|
-
});
|
|
297
|
-
if (this.selected) {
|
|
298
|
-
const currentChecked = this.tabs.find((el) => el.value === this.selected);
|
|
299
|
-
if (currentChecked) {
|
|
300
|
-
currentChecked.selected = true;
|
|
301
|
-
} else {
|
|
302
|
-
this.selected = "";
|
|
303
|
-
}
|
|
279
|
+
}, this.updateCheckedState = () => {
|
|
280
|
+
if (this.tabs.forEach((t) => {
|
|
281
|
+
t.removeAttribute("selected");
|
|
282
|
+
}), this.selected) {
|
|
283
|
+
const t = this.tabs.find((o) => o.value === this.selected);
|
|
284
|
+
t ? t.selected = !0 : this.selected = "";
|
|
304
285
|
} else {
|
|
305
|
-
const
|
|
306
|
-
|
|
307
|
-
firstTab.setAttribute("tabindex", "0");
|
|
308
|
-
}
|
|
286
|
+
const t = this.tabs[0];
|
|
287
|
+
t && t.setAttribute("tabindex", "0");
|
|
309
288
|
}
|
|
310
289
|
this.updateSelectionIndicator();
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
this.selectionIndicatorStyle = ScaledIndicator.noSelectionStyle;
|
|
290
|
+
}, this.updateSelectionIndicator = async () => {
|
|
291
|
+
const t = this.tabs.find((e) => e.selected);
|
|
292
|
+
if (!t) {
|
|
293
|
+
this.selectionIndicatorStyle = m.noSelectionStyle;
|
|
316
294
|
return;
|
|
317
295
|
}
|
|
318
296
|
await Promise.all([
|
|
319
|
-
|
|
297
|
+
t.updateComplete,
|
|
320
298
|
document.fonts ? document.fonts.ready : Promise.resolve()
|
|
321
299
|
]);
|
|
322
|
-
const { width, height } =
|
|
323
|
-
this.selectionIndicatorStyle = this.direction === "horizontal" ?
|
|
324
|
-
}
|
|
325
|
-
new IntersectionController(this, {
|
|
300
|
+
const { width: o, height: i } = t.getBoundingClientRect();
|
|
301
|
+
this.selectionIndicatorStyle = this.direction === "horizontal" ? m.transformX(t.offsetLeft, o) : m.transformY(t.offsetTop, i);
|
|
302
|
+
}, new N(this, {
|
|
326
303
|
config: {
|
|
327
304
|
root: null,
|
|
328
305
|
rootMargin: "0px",
|
|
@@ -335,21 +312,17 @@ class LuzmoTabs extends SizedMixin(Focusable, { noDefaultSize: true }) {
|
|
|
335
312
|
}
|
|
336
313
|
static get styles() {
|
|
337
314
|
return [
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
315
|
+
b(I),
|
|
316
|
+
b(X),
|
|
317
|
+
m.baseStyles()
|
|
341
318
|
];
|
|
342
319
|
}
|
|
343
|
-
set tabs(
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
this.resizeController.observe(tab);
|
|
350
|
-
});
|
|
351
|
-
this._tabs = tabs;
|
|
352
|
-
this.rovingTabindexController.clearElementCache();
|
|
320
|
+
set tabs(t) {
|
|
321
|
+
t !== this.tabs && (this._tabs.forEach((o) => {
|
|
322
|
+
this.resizeController.unobserve(o);
|
|
323
|
+
}), t.forEach((o) => {
|
|
324
|
+
this.resizeController.observe(o);
|
|
325
|
+
}), this._tabs = t, this.rovingTabindexController.clearElementCache());
|
|
353
326
|
}
|
|
354
327
|
get tabs() {
|
|
355
328
|
return this._tabs;
|
|
@@ -360,117 +333,80 @@ class LuzmoTabs extends SizedMixin(Focusable, { noDefaultSize: true }) {
|
|
|
360
333
|
get focusElement() {
|
|
361
334
|
return this.rovingTabindexController.focusInElement || this;
|
|
362
335
|
}
|
|
363
|
-
limitDeltaToInterval(
|
|
364
|
-
return (
|
|
365
|
-
if (delta < min) return min;
|
|
366
|
-
if (delta > max) return max;
|
|
367
|
-
return delta;
|
|
368
|
-
};
|
|
336
|
+
limitDeltaToInterval(t, o) {
|
|
337
|
+
return (i) => i < t ? t : i > o ? o : i;
|
|
369
338
|
}
|
|
370
339
|
/**
|
|
371
340
|
* Scrolls through the tabs component, on the X-axis, by a given ammount of pixels/ delta. The given delta is limited to the scrollable area of the tabs component.
|
|
372
341
|
* @param delta - The ammount of pixels to scroll by. If the value is positive, the tabs will scroll to the right. If the value is negative, the tabs will scroll to the left.
|
|
373
342
|
* @param behavior - The scroll behavior to use. Defaults to 'smooth'.
|
|
374
343
|
*/
|
|
375
|
-
scrollTabs(
|
|
376
|
-
var
|
|
377
|
-
if (
|
|
378
|
-
const { scrollLeft, clientWidth, scrollWidth } = this.tabList;
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
(_a = this.tabList) == null ? void 0 : _a.scrollBy({
|
|
382
|
-
left: limitDelta(delta),
|
|
344
|
+
scrollTabs(t, o = "smooth") {
|
|
345
|
+
var y;
|
|
346
|
+
if (t === 0) return;
|
|
347
|
+
const { scrollLeft: i, clientWidth: e, scrollWidth: a } = this.tabList, s = a - e - Math.abs(i), f = this.dir === "ltr" ? this.limitDeltaToInterval(-i, s) : this.limitDeltaToInterval(-s, Math.abs(i));
|
|
348
|
+
(y = this.tabList) == null || y.scrollBy({
|
|
349
|
+
left: f(t),
|
|
383
350
|
top: 0,
|
|
384
|
-
behavior
|
|
351
|
+
behavior: o
|
|
385
352
|
});
|
|
386
353
|
}
|
|
387
354
|
get scrollState() {
|
|
388
355
|
if (this.tabList) {
|
|
389
|
-
const { scrollLeft, clientWidth, scrollWidth } = this.tabList;
|
|
390
|
-
const canScrollLeft = Math.abs(scrollLeft) > 0;
|
|
391
|
-
const canScrollRight = Math.ceil(Math.abs(scrollLeft)) < scrollWidth - clientWidth;
|
|
356
|
+
const { scrollLeft: t, clientWidth: o, scrollWidth: i } = this.tabList, e = Math.abs(t) > 0, a = Math.ceil(Math.abs(t)) < i - o;
|
|
392
357
|
return {
|
|
393
|
-
canScrollLeft: this.dir === "ltr" ?
|
|
394
|
-
canScrollRight: this.dir === "ltr" ?
|
|
358
|
+
canScrollLeft: this.dir === "ltr" ? e : a,
|
|
359
|
+
canScrollRight: this.dir === "ltr" ? a : e
|
|
395
360
|
};
|
|
396
361
|
}
|
|
397
362
|
return {};
|
|
398
363
|
}
|
|
399
364
|
async getUpdateComplete() {
|
|
400
|
-
const
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
const viewportStart = this.tabList.scrollLeft;
|
|
417
|
-
if (selectionEnd > viewportEnd) {
|
|
418
|
-
return calculateScrollTargetForRightSide(
|
|
419
|
-
index,
|
|
420
|
-
this.dir,
|
|
421
|
-
this.tabs,
|
|
422
|
-
this.tabList
|
|
423
|
-
);
|
|
424
|
-
} else if (selectionStart < viewportStart) {
|
|
425
|
-
return calculateScrollTargetForLeftSide(
|
|
426
|
-
index,
|
|
427
|
-
this.dir,
|
|
428
|
-
this.tabs,
|
|
429
|
-
this.tabList
|
|
430
|
-
);
|
|
431
|
-
}
|
|
432
|
-
return -1;
|
|
365
|
+
const t = await super.getUpdateComplete(), i = [...this.children].map((e) => e.updateComplete !== void 0 ? e.updateComplete : Promise.resolve(!0));
|
|
366
|
+
return await Promise.all(i), t;
|
|
367
|
+
}
|
|
368
|
+
getNecessaryAutoScroll(t) {
|
|
369
|
+
const o = this.tabs[t], i = o.offsetLeft + o.offsetWidth, e = this.tabList.scrollLeft + this.tabList.offsetWidth, a = o.offsetLeft, s = this.tabList.scrollLeft;
|
|
370
|
+
return i > e ? G(
|
|
371
|
+
t,
|
|
372
|
+
this.dir,
|
|
373
|
+
this.tabs,
|
|
374
|
+
this.tabList
|
|
375
|
+
) : a < s ? K(
|
|
376
|
+
t,
|
|
377
|
+
this.dir,
|
|
378
|
+
this.tabs,
|
|
379
|
+
this.tabList
|
|
380
|
+
) : -1;
|
|
433
381
|
}
|
|
434
382
|
async scrollToSelection() {
|
|
435
|
-
if (!this.enableTabsScroll || !this.selected)
|
|
383
|
+
if (!this.enableTabsScroll || !this.selected)
|
|
436
384
|
return;
|
|
437
|
-
}
|
|
438
385
|
await this.updateComplete;
|
|
439
|
-
const
|
|
440
|
-
(
|
|
386
|
+
const t = this.tabs.findIndex(
|
|
387
|
+
(o) => o.value === this.selected
|
|
441
388
|
);
|
|
442
|
-
if (
|
|
443
|
-
const
|
|
444
|
-
|
|
445
|
-
this.tabList.scrollTo({ left: scrollTarget });
|
|
446
|
-
}
|
|
389
|
+
if (t !== -1 && this.tabList) {
|
|
390
|
+
const o = this.getNecessaryAutoScroll(t);
|
|
391
|
+
o !== -1 && this.tabList.scrollTo({ left: o });
|
|
447
392
|
}
|
|
448
393
|
}
|
|
449
|
-
updated(
|
|
450
|
-
super.updated(
|
|
451
|
-
if (changedProperties.has("selected")) {
|
|
452
|
-
this.scrollToSelection();
|
|
453
|
-
}
|
|
394
|
+
updated(t) {
|
|
395
|
+
super.updated(t), t.has("selected") && this.scrollToSelection();
|
|
454
396
|
}
|
|
455
397
|
managePanels({
|
|
456
|
-
target
|
|
398
|
+
target: t
|
|
457
399
|
}) {
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
const tab = this.querySelector(`[role="tab"][value="${value}"]`);
|
|
462
|
-
if (tab) {
|
|
463
|
-
tab.setAttribute("aria-controls", id);
|
|
464
|
-
panel.setAttribute("aria-labelledby", tab.id);
|
|
465
|
-
}
|
|
466
|
-
panel.selected = value === this.selected;
|
|
400
|
+
t.assignedElements().map((i) => {
|
|
401
|
+
const { value: e, id: a } = i, s = this.querySelector(`[role="tab"][value="${e}"]`);
|
|
402
|
+
s && (s.setAttribute("aria-controls", a), i.setAttribute("aria-labelledby", s.id)), i.selected = e === this.selected;
|
|
467
403
|
});
|
|
468
404
|
}
|
|
469
405
|
render() {
|
|
470
|
-
return
|
|
406
|
+
return v`
|
|
471
407
|
<div
|
|
472
|
-
class=${
|
|
473
|
-
aria-label=${
|
|
408
|
+
class=${p({ scroll: this.enableTabsScroll })}
|
|
409
|
+
aria-label=${k(this.label ?? void 0)}
|
|
474
410
|
@click=${this.onClick}
|
|
475
411
|
@keydown=${this.onKeyDown}
|
|
476
412
|
@scroll=${this.onTabsScroll}
|
|
@@ -481,7 +417,7 @@ class LuzmoTabs extends SizedMixin(Focusable, { noDefaultSize: true }) {
|
|
|
481
417
|
<slot @slotchange=${this.onSlotChange}></slot>
|
|
482
418
|
<div
|
|
483
419
|
id="selection-indicator"
|
|
484
|
-
class=${
|
|
420
|
+
class=${k(this.shouldAnimate ? void 0 : "first-position")}
|
|
485
421
|
style=${this.selectionIndicatorStyle}
|
|
486
422
|
role="presentation"
|
|
487
423
|
></div>
|
|
@@ -489,147 +425,99 @@ class LuzmoTabs extends SizedMixin(Focusable, { noDefaultSize: true }) {
|
|
|
489
425
|
<slot name="tab-panel" @slotchange=${this.managePanels}></slot>
|
|
490
426
|
`;
|
|
491
427
|
}
|
|
492
|
-
willUpdate(
|
|
428
|
+
willUpdate(t) {
|
|
493
429
|
if (!this.hasUpdated) {
|
|
494
|
-
const
|
|
430
|
+
const o = this.querySelector(
|
|
495
431
|
":scope > [selected]"
|
|
496
432
|
);
|
|
497
|
-
|
|
498
|
-
this.selectTarget(selectedChild);
|
|
499
|
-
}
|
|
433
|
+
o && this.selectTarget(o);
|
|
500
434
|
}
|
|
501
|
-
super.willUpdate(
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
}
|
|
506
|
-
if (changes.get("selected")) {
|
|
507
|
-
const previous = this.querySelector(
|
|
508
|
-
`[role="tabpanel"][value="${changes.get("selected")}"]`
|
|
435
|
+
if (super.willUpdate(t), t.has("selected")) {
|
|
436
|
+
if (this.tabs.length > 0 && this.updateCheckedState(), t.get("selected")) {
|
|
437
|
+
const i = this.querySelector(
|
|
438
|
+
`[role="tabpanel"][value="${t.get("selected")}"]`
|
|
509
439
|
);
|
|
510
|
-
|
|
440
|
+
i && (i.selected = !1);
|
|
511
441
|
}
|
|
512
|
-
const
|
|
442
|
+
const o = this.querySelector(
|
|
513
443
|
`[role="tabpanel"][value="${this.selected}"]`
|
|
514
444
|
);
|
|
515
|
-
|
|
516
|
-
}
|
|
517
|
-
if (changes.has("direction")) {
|
|
518
|
-
if (this.direction === "horizontal") {
|
|
519
|
-
this.removeAttribute("aria-orientation");
|
|
520
|
-
} else {
|
|
521
|
-
this.setAttribute("aria-orientation", "vertical");
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
if (changes.has("dir")) {
|
|
525
|
-
this.updateSelectionIndicator();
|
|
526
|
-
}
|
|
527
|
-
if (changes.has("disabled")) {
|
|
528
|
-
if (this.disabled) {
|
|
529
|
-
this.setAttribute("aria-disabled", "true");
|
|
530
|
-
} else {
|
|
531
|
-
this.removeAttribute("aria-disabled");
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
if (!this.shouldAnimate && changes.get("shouldAnimate") !== void 0) {
|
|
535
|
-
this.shouldAnimate = true;
|
|
445
|
+
o && (o.selected = !0);
|
|
536
446
|
}
|
|
447
|
+
t.has("direction") && (this.direction === "horizontal" ? this.removeAttribute("aria-orientation") : this.setAttribute("aria-orientation", "vertical")), t.has("dir") && this.updateSelectionIndicator(), t.has("disabled") && (this.disabled ? this.setAttribute("aria-disabled", "true") : this.removeAttribute("aria-disabled")), !this.shouldAnimate && t.get("shouldAnimate") !== void 0 && (this.shouldAnimate = !0);
|
|
537
448
|
}
|
|
538
|
-
selectTarget(
|
|
539
|
-
const
|
|
540
|
-
if (
|
|
541
|
-
const
|
|
542
|
-
this.selected =
|
|
543
|
-
const applyDefault = this.dispatchEvent(
|
|
449
|
+
selectTarget(t) {
|
|
450
|
+
const o = t.getAttribute("value");
|
|
451
|
+
if (o) {
|
|
452
|
+
const i = this.selected;
|
|
453
|
+
this.selected = o, this.dispatchEvent(
|
|
544
454
|
new Event("change", {
|
|
545
|
-
cancelable:
|
|
455
|
+
cancelable: !0
|
|
546
456
|
})
|
|
547
|
-
);
|
|
548
|
-
if (!applyDefault) {
|
|
549
|
-
this.selected = selected;
|
|
550
|
-
}
|
|
457
|
+
) || (this.selected = i);
|
|
551
458
|
}
|
|
552
459
|
}
|
|
553
460
|
onSlotChange() {
|
|
554
|
-
this.tabs = this.slotEl.assignedElements().filter((
|
|
555
|
-
this.updateCheckedState();
|
|
461
|
+
this.tabs = this.slotEl.assignedElements().filter((t) => t.getAttribute("role") === "tab"), this.updateCheckedState();
|
|
556
462
|
}
|
|
557
463
|
connectedCallback() {
|
|
558
|
-
super.connectedCallback();
|
|
559
|
-
window.addEventListener("resize", this.updateSelectionIndicator);
|
|
560
|
-
if ("fonts" in document) {
|
|
561
|
-
document.fonts.addEventListener("loadingdone", this.updateSelectionIndicator);
|
|
562
|
-
}
|
|
464
|
+
super.connectedCallback(), window.addEventListener("resize", this.updateSelectionIndicator), "fonts" in document && document.fonts.addEventListener("loadingdone", this.updateSelectionIndicator);
|
|
563
465
|
}
|
|
564
466
|
disconnectedCallback() {
|
|
565
|
-
window.removeEventListener("resize", this.updateSelectionIndicator);
|
|
566
|
-
if ("fonts" in document) {
|
|
567
|
-
document.fonts.removeEventListener("loadingdone", this.updateSelectionIndicator);
|
|
568
|
-
}
|
|
569
|
-
super.disconnectedCallback();
|
|
467
|
+
window.removeEventListener("resize", this.updateSelectionIndicator), "fonts" in document && document.fonts.removeEventListener("loadingdone", this.updateSelectionIndicator), super.disconnectedCallback();
|
|
570
468
|
}
|
|
571
469
|
}
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
],
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
],
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
],
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
],
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
],
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
],
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
],
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
],
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
],
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
],
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
],
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
],
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
],
|
|
611
|
-
const
|
|
612
|
-
var
|
|
613
|
-
var
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
if (decorator = decorators[i])
|
|
617
|
-
result = decorator(target, key, result) || result;
|
|
618
|
-
if (result) __defProp(target, key, result);
|
|
619
|
-
return result;
|
|
470
|
+
c([
|
|
471
|
+
l({ type: Boolean })
|
|
472
|
+
], n.prototype, "auto");
|
|
473
|
+
c([
|
|
474
|
+
l({ type: Boolean, reflect: !0 })
|
|
475
|
+
], n.prototype, "compact");
|
|
476
|
+
c([
|
|
477
|
+
l({ reflect: !0 })
|
|
478
|
+
], n.prototype, "dir");
|
|
479
|
+
c([
|
|
480
|
+
l({ reflect: !0 })
|
|
481
|
+
], n.prototype, "direction");
|
|
482
|
+
c([
|
|
483
|
+
l({ type: Boolean, reflect: !0 })
|
|
484
|
+
], n.prototype, "emphasized");
|
|
485
|
+
c([
|
|
486
|
+
l()
|
|
487
|
+
], n.prototype, "label");
|
|
488
|
+
c([
|
|
489
|
+
l({ type: Boolean })
|
|
490
|
+
], n.prototype, "enableTabsScroll");
|
|
491
|
+
c([
|
|
492
|
+
l({ type: Boolean, reflect: !0 })
|
|
493
|
+
], n.prototype, "quiet");
|
|
494
|
+
c([
|
|
495
|
+
l({ attribute: !1 })
|
|
496
|
+
], n.prototype, "selectionIndicatorStyle");
|
|
497
|
+
c([
|
|
498
|
+
l({ attribute: !1 })
|
|
499
|
+
], n.prototype, "shouldAnimate");
|
|
500
|
+
c([
|
|
501
|
+
x("slot")
|
|
502
|
+
], n.prototype, "slotEl");
|
|
503
|
+
c([
|
|
504
|
+
x("#list")
|
|
505
|
+
], n.prototype, "tabList");
|
|
506
|
+
c([
|
|
507
|
+
l({ reflect: !0 })
|
|
508
|
+
], n.prototype, "selected");
|
|
509
|
+
const V = ':host{top:0;right:0;bottom:0;left:0;width:100%;--tabs-divider-size: 2px;--tab-item-height-m: calc( var(--luzmo-component-height) + var(--luzmo-spacing-5) );--tabs-overflow-button-height: calc( var(--tab-item-height-m) - var( --luzmo-tabs-divider-size, var(--tabs-divider-size) ) );--tabs-overflow-button-size: var(--tab-item-height-m);--tabs-overflow-icon-color: var(--luzmo-font-color-focus);--tabs-overflow-shadow-color: var(--luzmo-background-color);--tabs-overflow-shadow-width: 50px;--luzmo-action-button-icon-size: var(--luzmo-font-size);--tabs-overflow-next-button-right: calc(-1 * var(--luzmo-spacing-4));--tabs-overflow-previous-button-left: calc(-1 * var(--luzmo-spacing-4))}:host([size=s]){--tab-item-height-s: calc( var(--luzmo-component-height-s) + var(--luzmo-spacing-4) );--tabs-overflow-button-height: calc( var(--tab-item-height-s) - var( --luzmo-tabs-divider-size, var(--tabs-divider-size) ) );--tabs-overflow-button-size: var(--tab-item-height-s);--luzmo-action-button-icon-size: var(--luzmo-font-size-s);--tabs-overflow-next-button-right: calc(-1 * var(--luzmo-spacing-3));--tabs-overflow-previous-button-left: calc(-1 * var(--luzmo-spacing-3))}:host([size=l]){--tab-item-height-l: calc( var(--luzmo-component-height-l) + var(--luzmo-spacing-5) );--tabs-overflow-button-height: calc( var(--tab-item-height-l) - var( --luzmo-tabs-divider-size, var(--tabs-divider-size) ) );--tabs-overflow-button-size: var(--tab-item-height-l);--luzmo-action-button-icon-size: var(--luzmo-font-size-l);--tabs-overflow-next-button-right: calc( -1 * calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1)) );--tabs-overflow-previous-button-left: calc( -1 * calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-1)) )}:host([size=xl]){--tab-item-height-xl: calc( var(--luzmo-component-height-xl) + var(--luzmo-spacing-5) );--tabs-overflow-button-height: calc( var(--tab-item-height-xl) - var( --luzmo-tabs-divider-size, var(--tabs-divider-size) ) );--tabs-overflow-button-size: var(--tab-item-height-xl);--luzmo-action-button-icon-size: var(--luzmo-font-size-xl);--tabs-overflow-next-button-right: calc( -1 * calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-2)) );--tabs-overflow-previous-button-left: calc( -1 * calc(var(--luzmo-spacing-4) + var(--luzmo-spacing-2)) )}:host([compact]){--tabs-overflow-button-height: calc( var(--tab-item-compact-height-m) - var( --luzmo-tabs-divider-size, var(--tabs-divider-size) ) );--luzmo-action-button-icon-size: var(--luzmo-font-size-s)}luzmo-action-button{width:var(--luzmo-tabs-overflow-button-size, var(--tabs-overflow-button-size));height:var(--luzmo-tabs-overflow-button-height, var(--tabs-overflow-button-height));position:absolute;z-index:2;border:none;text-align:center;box-shadow:none;background:transparent;color:var(--luzmo-tabs-overflow-icon-color, var(--tabs-overflow-icon-color))}luzmo-action-button.left-scroll{visibility:hidden;left:var(--luzmo-tabs-overflow-previous-button-left, var(--tabs-overflow-previous-button-left))}luzmo-action-button.right-scroll{visibility:hidden;right:var(--luzmo-tabs-overflow-next-button-right, var(--tabs-overflow-next-button-right))}luzmo-action-button.left-scroll.show,luzmo-action-button.right-scroll.show{visibility:visible}.tabs-overflow-container{position:relative}.tabs-overflow-container:before,.tabs-overflow-container:after{content:"";visibility:hidden;position:absolute;z-index:1;height:var(--luzmo-tabs-overflow-button-height, var(--tabs-overflow-button-height));width:var(--luzmo-tabs-overflow-shadow-width, var(--tabs-overflow-shadow-width));pointer-events:none;inset-block-start:0}.tabs-overflow-container:before{background:transparent linear-gradient(270deg,transparent,var(--luzmo-tabs-overflow-shadow-color, var(--tabs-overflow-shadow-color))) 0 0 no-repeat padding-box;left:0}.tabs-overflow-container:after{background:transparent linear-gradient(90deg,transparent,var(--luzmo-tabs-overflow-shadow-color, var(--tabs-overflow-shadow-color))) 0 0 no-repeat padding-box;right:0}.tabs-overflow-container.left-shadow:before,.tabs-overflow-container.right-shadow:after{visibility:visible}';
|
|
510
|
+
var J = Object.defineProperty, d = (r, t, o, i) => {
|
|
511
|
+
for (var e = void 0, a = r.length - 1, s; a >= 0; a--)
|
|
512
|
+
(s = r[a]) && (e = s(t, o, e) || e);
|
|
513
|
+
return e && J(t, o, e), e;
|
|
620
514
|
};
|
|
621
|
-
class
|
|
515
|
+
class u extends T(g) {
|
|
622
516
|
constructor() {
|
|
623
|
-
super()
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
this.
|
|
627
|
-
this.overflowState = {
|
|
628
|
-
canScrollLeft: false,
|
|
629
|
-
canScrollRight: false
|
|
630
|
-
};
|
|
631
|
-
this.scrollFactor = 0.5;
|
|
632
|
-
this.resizeController = new ResizeController(this, {
|
|
517
|
+
super(), this.compact = !1, this.labelPrevious = "Scroll to previous tabs", this.labelNext = "Scroll to next tabs", this.overflowState = {
|
|
518
|
+
canScrollLeft: !1,
|
|
519
|
+
canScrollRight: !1
|
|
520
|
+
}, this.scrollFactor = 0.5, this.resizeController = new $(this, {
|
|
633
521
|
target: this,
|
|
634
522
|
callback: () => {
|
|
635
523
|
this._updateScrollState();
|
|
@@ -637,88 +525,75 @@ class LuzmoTabsOverflow extends SizedMixin(LuzmoElement) {
|
|
|
637
525
|
});
|
|
638
526
|
}
|
|
639
527
|
static get styles() {
|
|
640
|
-
return [
|
|
528
|
+
return [b(V), b(I)];
|
|
641
529
|
}
|
|
642
530
|
get scrollContent() {
|
|
643
531
|
return this.tabs;
|
|
644
532
|
}
|
|
645
|
-
firstUpdated(
|
|
646
|
-
super.firstUpdated(
|
|
647
|
-
const [
|
|
648
|
-
|
|
649
|
-
tabs.enableTabsScroll = true;
|
|
650
|
-
}
|
|
651
|
-
this.resizeController.observe(this.overflowContainer);
|
|
533
|
+
firstUpdated(t) {
|
|
534
|
+
super.firstUpdated(t);
|
|
535
|
+
const [o] = this.scrollContent;
|
|
536
|
+
o && (o.enableTabsScroll = !0), this.resizeController.observe(this.overflowContainer);
|
|
652
537
|
}
|
|
653
538
|
async _handleSlotChange() {
|
|
654
|
-
const [
|
|
655
|
-
await (
|
|
656
|
-
this._updateScrollState();
|
|
539
|
+
const [t] = this.scrollContent;
|
|
540
|
+
await (t == null ? void 0 : t.updateComplete), this._updateScrollState();
|
|
657
541
|
}
|
|
658
542
|
_updateScrollState() {
|
|
659
|
-
const { scrollContent, overflowState } = this;
|
|
660
|
-
if (
|
|
661
|
-
const [
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
canScrollRight: false
|
|
543
|
+
const { scrollContent: t, overflowState: o } = this;
|
|
544
|
+
if (t) {
|
|
545
|
+
const [i] = this.scrollContent, { canScrollLeft: e, canScrollRight: a } = (i == null ? void 0 : i.scrollState) || {
|
|
546
|
+
canScrollLeft: !1,
|
|
547
|
+
canScrollRight: !1
|
|
665
548
|
};
|
|
666
549
|
this.overflowState = {
|
|
667
|
-
...
|
|
668
|
-
canScrollLeft,
|
|
669
|
-
canScrollRight
|
|
550
|
+
...o,
|
|
551
|
+
canScrollLeft: e,
|
|
552
|
+
canScrollRight: a
|
|
670
553
|
};
|
|
671
554
|
}
|
|
672
555
|
}
|
|
673
|
-
_handleScrollClick(
|
|
674
|
-
const currentTarget =
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
}
|
|
680
|
-
updated(changedProperties) {
|
|
681
|
-
super.updated(changedProperties);
|
|
682
|
-
if (changedProperties.has("dir")) {
|
|
683
|
-
this._updateScrollState();
|
|
684
|
-
}
|
|
556
|
+
_handleScrollClick(t) {
|
|
557
|
+
const o = t.currentTarget, [i] = this.scrollContent, e = i.clientWidth * this.scrollFactor, a = o.classList.contains("left-scroll") ? -e : e;
|
|
558
|
+
i.scrollTabs(a, "smooth");
|
|
559
|
+
}
|
|
560
|
+
updated(t) {
|
|
561
|
+
super.updated(t), t.has("dir") && this._updateScrollState();
|
|
685
562
|
}
|
|
686
563
|
render() {
|
|
687
|
-
const { canScrollRight, canScrollLeft } = this.overflowState;
|
|
688
|
-
|
|
689
|
-
const ariaLabelNext = this.labelNext;
|
|
690
|
-
return html`
|
|
564
|
+
const { canScrollRight: t, canScrollLeft: o } = this.overflowState, i = this.labelPrevious, e = this.labelNext;
|
|
565
|
+
return v`
|
|
691
566
|
<div
|
|
692
|
-
class=${
|
|
693
|
-
"tabs-overflow-container":
|
|
694
|
-
"left-shadow":
|
|
695
|
-
"right-shadow":
|
|
567
|
+
class=${p({
|
|
568
|
+
"tabs-overflow-container": !0,
|
|
569
|
+
"left-shadow": o,
|
|
570
|
+
"right-shadow": t
|
|
696
571
|
})}
|
|
697
572
|
>
|
|
698
573
|
<luzmo-action-button
|
|
699
|
-
class=${
|
|
700
|
-
"left-scroll":
|
|
701
|
-
show:
|
|
574
|
+
class=${p({
|
|
575
|
+
"left-scroll": !0,
|
|
576
|
+
show: o
|
|
702
577
|
})}
|
|
703
|
-
aria-label=${
|
|
578
|
+
aria-label=${i}
|
|
704
579
|
quiet
|
|
705
580
|
dir="rtl"
|
|
706
581
|
tabindex="-1"
|
|
707
582
|
@click=${this._handleScrollClick}
|
|
708
583
|
>
|
|
709
|
-
<luzmo-icon slot="icon" .icon=${
|
|
584
|
+
<luzmo-icon slot="icon" .icon=${F}></luzmo-icon>
|
|
710
585
|
</luzmo-action-button>
|
|
711
586
|
<luzmo-action-button
|
|
712
|
-
class=${
|
|
713
|
-
"right-scroll":
|
|
714
|
-
show:
|
|
587
|
+
class=${p({
|
|
588
|
+
"right-scroll": !0,
|
|
589
|
+
show: t
|
|
715
590
|
})}
|
|
716
|
-
aria-label=${
|
|
591
|
+
aria-label=${e}
|
|
717
592
|
quiet
|
|
718
593
|
tabindex="-1"
|
|
719
594
|
@click=${this._handleScrollClick}
|
|
720
595
|
>
|
|
721
|
-
<luzmo-icon slot="icon" .icon=${
|
|
596
|
+
<luzmo-icon slot="icon" .icon=${O}></luzmo-icon>
|
|
722
597
|
</luzmo-action-button>
|
|
723
598
|
<slot
|
|
724
599
|
@slotchange=${this._handleSlotChange}
|
|
@@ -728,42 +603,34 @@ class LuzmoTabsOverflow extends SizedMixin(LuzmoElement) {
|
|
|
728
603
|
`;
|
|
729
604
|
}
|
|
730
605
|
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
],
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
],
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
],
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
],
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
],
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
],
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
],
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
customElements.define("luzmo-tabs", LuzmoTabs);
|
|
757
|
-
}
|
|
758
|
-
if (!customElements.get("luzmo-tab-panel")) {
|
|
759
|
-
customElements.define("luzmo-tab-panel", LuzmoTabPanel);
|
|
760
|
-
}
|
|
761
|
-
if (!customElements.get("luzmo-tabs-overflow")) {
|
|
762
|
-
customElements.define("luzmo-tabs-overflow", LuzmoTabsOverflow);
|
|
763
|
-
}
|
|
606
|
+
d([
|
|
607
|
+
l({ type: Boolean, reflect: !0 })
|
|
608
|
+
], u.prototype, "compact");
|
|
609
|
+
d([
|
|
610
|
+
l({ type: String, attribute: "label-previous" })
|
|
611
|
+
], u.prototype, "labelPrevious");
|
|
612
|
+
d([
|
|
613
|
+
l({ type: String, attribute: "label-next" })
|
|
614
|
+
], u.prototype, "labelNext");
|
|
615
|
+
d([
|
|
616
|
+
l({ reflect: !0 })
|
|
617
|
+
], u.prototype, "dir");
|
|
618
|
+
d([
|
|
619
|
+
R()
|
|
620
|
+
], u.prototype, "overflowState");
|
|
621
|
+
d([
|
|
622
|
+
D({ selector: "luzmo-tabs", flatten: !0 })
|
|
623
|
+
], u.prototype, "tabs");
|
|
624
|
+
d([
|
|
625
|
+
x(".tabs-overflow-container")
|
|
626
|
+
], u.prototype, "overflowContainer");
|
|
627
|
+
customElements.get("luzmo-tab") || customElements.define("luzmo-tab", h);
|
|
628
|
+
customElements.get("luzmo-tabs") || customElements.define("luzmo-tabs", n);
|
|
629
|
+
customElements.get("luzmo-tab-panel") || customElements.define("luzmo-tab-panel", w);
|
|
630
|
+
customElements.get("luzmo-tabs-overflow") || customElements.define("luzmo-tabs-overflow", u);
|
|
764
631
|
export {
|
|
765
|
-
LuzmoTab,
|
|
766
|
-
LuzmoTabPanel,
|
|
767
|
-
LuzmoTabs,
|
|
768
|
-
LuzmoTabsOverflow
|
|
632
|
+
h as LuzmoTab,
|
|
633
|
+
w as LuzmoTabPanel,
|
|
634
|
+
n as LuzmoTabs,
|
|
635
|
+
u as LuzmoTabsOverflow
|
|
769
636
|
};
|