@sandlada/mdc 0.1.0-20250907.a
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/LICENSE +21 -0
- package/LICENSES/LICENSE-APACHE-2.0.txt +202 -0
- package/README.md +43 -0
- package/build/all.d.ts +24 -0
- package/build/all.d.ts.map +1 -0
- package/build/all.js +1 -0
- package/build/class-map-DlMb2KKL.js +11 -0
- package/build/color-CigMJnjV.js +1 -0
- package/build/component-definitions/badge.definition.d.ts +15 -0
- package/build/component-definitions/badge.definition.d.ts.map +1 -0
- package/build/component-definitions/badge.definition.js +6 -0
- package/build/component-definitions/button.definition.d.ts +1017 -0
- package/build/component-definitions/button.definition.d.ts.map +1 -0
- package/build/component-definitions/button.definition.js +6 -0
- package/build/component-definitions/card.definition.d.ts +99 -0
- package/build/component-definitions/card.definition.d.ts.map +1 -0
- package/build/component-definitions/card.definition.js +6 -0
- package/build/component-definitions/checkbox.definition.d.ts +74 -0
- package/build/component-definitions/checkbox.definition.d.ts.map +1 -0
- package/build/component-definitions/checkbox.definition.js +6 -0
- package/build/component-definitions/dialog.definition.d.ts +74 -0
- package/build/component-definitions/dialog.definition.d.ts.map +1 -0
- package/build/component-definitions/dialog.definition.js +1 -0
- package/build/component-definitions/divider.definition.d.ts +5 -0
- package/build/component-definitions/divider.definition.d.ts.map +1 -0
- package/build/component-definitions/divider.definition.js +6 -0
- package/build/component-definitions/elevation.definition.d.ts +5 -0
- package/build/component-definitions/elevation.definition.d.ts.map +1 -0
- package/build/component-definitions/elevation.definition.js +6 -0
- package/build/component-definitions/fab.definition.d.ts +643 -0
- package/build/component-definitions/fab.definition.d.ts.map +1 -0
- package/build/component-definitions/fab.definition.js +6 -0
- package/build/component-definitions/focus-ring.definition.d.ts +13 -0
- package/build/component-definitions/focus-ring.definition.d.ts.map +1 -0
- package/build/component-definitions/focus-ring.definition.js +6 -0
- package/build/component-definitions/icon-button.definition.d.ts +718 -0
- package/build/component-definitions/icon-button.definition.d.ts.map +1 -0
- package/build/component-definitions/icon-button.definition.js +6 -0
- package/build/component-definitions/icon.definition.d.ts +10 -0
- package/build/component-definitions/icon.definition.d.ts.map +1 -0
- package/build/component-definitions/icon.definition.js +6 -0
- package/build/component-definitions/navigation-bar.definition.d.ts +36 -0
- package/build/component-definitions/navigation-bar.definition.d.ts.map +1 -0
- package/build/component-definitions/navigation-bar.definition.js +1 -0
- package/build/component-definitions/navigation-rail.definition.d.ts +37 -0
- package/build/component-definitions/navigation-rail.definition.d.ts.map +1 -0
- package/build/component-definitions/navigation-rail.definition.js +1 -0
- package/build/component-definitions/navigation-tab.definition.d.ts +337 -0
- package/build/component-definitions/navigation-tab.definition.d.ts.map +1 -0
- package/build/component-definitions/navigation-tab.definition.js +23 -0
- package/build/component-definitions/progress-indicator.definition.d.ts +52 -0
- package/build/component-definitions/progress-indicator.definition.d.ts.map +1 -0
- package/build/component-definitions/progress-indicator.definition.js +1 -0
- package/build/component-definitions/radio-button.definition.d.ts +29 -0
- package/build/component-definitions/radio-button.definition.d.ts.map +1 -0
- package/build/component-definitions/radio-button.definition.js +6 -0
- package/build/component-definitions/ripple.definition.d.ts +9 -0
- package/build/component-definitions/ripple.definition.d.ts.map +1 -0
- package/build/component-definitions/ripple.definition.js +6 -0
- package/build/component-definitions/search.definition.d.ts +47 -0
- package/build/component-definitions/search.definition.d.ts.map +1 -0
- package/build/component-definitions/search.definition.js +1 -0
- package/build/component-definitions/slider.definition.d.ts +80 -0
- package/build/component-definitions/slider.definition.d.ts.map +1 -0
- package/build/component-definitions/slider.definition.js +1 -0
- package/build/component-definitions/switch.definition.d.ts +84 -0
- package/build/component-definitions/switch.definition.d.ts.map +1 -0
- package/build/component-definitions/switch.definition.js +6 -0
- package/build/components/button/base-button.d.ts +100 -0
- package/build/components/button/base-button.d.ts.map +1 -0
- package/build/components/button/base-button.js +1 -0
- package/build/components/button/button.d.ts +34 -0
- package/build/components/button/button.d.ts.map +1 -0
- package/build/components/button/button.js +1 -0
- package/build/components/button/button.style.d.ts +2 -0
- package/build/components/button/button.style.d.ts.map +1 -0
- package/build/components/button/button.style.js +468 -0
- package/build/components/button/toggle-button.d.ts +71 -0
- package/build/components/button/toggle-button.d.ts.map +1 -0
- package/build/components/button/toggle-button.js +1 -0
- package/build/components/button-group/base-button-group.d.ts +6 -0
- package/build/components/button-group/base-button-group.d.ts.map +1 -0
- package/build/components/button-group/base-button-group.js +1 -0
- package/build/components/button-group/connected-button-group.d.ts +8 -0
- package/build/components/button-group/connected-button-group.d.ts.map +1 -0
- package/build/components/button-group/connected-button-group.js +1 -0
- package/build/components/button-group/standard-button-group.d.ts +4 -0
- package/build/components/button-group/standard-button-group.d.ts.map +1 -0
- package/build/components/button-group/standard-button-group.js +1 -0
- package/build/components/dialog/base-dialog.d.ts +42 -0
- package/build/components/dialog/base-dialog.d.ts.map +1 -0
- package/build/components/dialog/base-dialog.js +1 -0
- package/build/components/dialog/basic-dialog.d.ts +10 -0
- package/build/components/dialog/basic-dialog.d.ts.map +1 -0
- package/build/components/dialog/basic-dialog.js +1 -0
- package/build/components/dialog/dialog-action.d.ts +62 -0
- package/build/components/dialog/dialog-action.d.ts.map +1 -0
- package/build/components/dialog/dialog-action.js +1 -0
- package/build/components/dialog/dialog-animations.d.ts +48 -0
- package/build/components/dialog/dialog-animations.d.ts.map +1 -0
- package/build/components/dialog/dialog-animations.js +6 -0
- package/build/components/dialog/dialog.style.d.ts +2 -0
- package/build/components/dialog/dialog.style.d.ts.map +1 -0
- package/build/components/dialog/dialog.style.js +217 -0
- package/build/components/divider/divider.d.ts +18 -0
- package/build/components/divider/divider.d.ts.map +1 -0
- package/build/components/divider/divider.js +1 -0
- package/build/components/divider/divider.style.d.ts +2 -0
- package/build/components/divider/divider.style.d.ts.map +1 -0
- package/build/components/divider/divider.style.js +6 -0
- package/build/components/elevation/elevation.d.ts +46 -0
- package/build/components/elevation/elevation.d.ts.map +1 -0
- package/build/components/elevation/elevation.js +1 -0
- package/build/components/elevation/elevation.style.d.ts +2 -0
- package/build/components/elevation/elevation.style.d.ts.map +1 -0
- package/build/components/elevation/elevation.style.js +6 -0
- package/build/components/fab/base-extended-fab.d.ts +23 -0
- package/build/components/fab/base-extended-fab.d.ts.map +1 -0
- package/build/components/fab/base-extended-fab.js +1 -0
- package/build/components/fab/base-fab.d.ts +47 -0
- package/build/components/fab/base-fab.d.ts.map +1 -0
- package/build/components/fab/base-fab.js +1 -0
- package/build/components/fab/fab.d.ts +29 -0
- package/build/components/fab/fab.d.ts.map +1 -0
- package/build/components/fab/fab.js +1 -0
- package/build/components/fab/fab.style.d.ts +2 -0
- package/build/components/fab/fab.style.d.ts.map +1 -0
- package/build/components/fab/fab.style.js +180 -0
- package/build/components/focus-ring/focus-ring.d.ts +56 -0
- package/build/components/focus-ring/focus-ring.d.ts.map +1 -0
- package/build/components/focus-ring/focus-ring.js +1 -0
- package/build/components/focus-ring/focus-ring.style.d.ts +2 -0
- package/build/components/focus-ring/focus-ring.style.d.ts.map +1 -0
- package/build/components/focus-ring/focus-ring.style.js +108 -0
- package/build/components/icon/icon.d.ts +50 -0
- package/build/components/icon/icon.d.ts.map +1 -0
- package/build/components/icon/icon.js +1 -0
- package/build/components/icon/icon.style.d.ts +2 -0
- package/build/components/icon/icon.style.d.ts.map +1 -0
- package/build/components/icon/icon.style.js +6 -0
- package/build/components/icon-button/base-icon-button.d.ts +69 -0
- package/build/components/icon-button/base-icon-button.d.ts.map +1 -0
- package/build/components/icon-button/base-icon-button.js +1 -0
- package/build/components/icon-button/icon-button.d.ts +24 -0
- package/build/components/icon-button/icon-button.d.ts.map +1 -0
- package/build/components/icon-button/icon-button.js +1 -0
- package/build/components/icon-button/icon-button.style.d.ts +2 -0
- package/build/components/icon-button/icon-button.style.d.ts.map +1 -0
- package/build/components/icon-button/icon-button.style.js +357 -0
- package/build/components/icon-button/toggle-icon-button.d.ts +68 -0
- package/build/components/icon-button/toggle-icon-button.d.ts.map +1 -0
- package/build/components/icon-button/toggle-icon-button.js +1 -0
- package/build/components/navigation-bar/navigation-bar-animations.d.ts +21 -0
- package/build/components/navigation-bar/navigation-bar-animations.d.ts.map +1 -0
- package/build/components/navigation-bar/navigation-bar-animations.js +1 -0
- package/build/components/navigation-bar/navigation-bar.d.ts +75 -0
- package/build/components/navigation-bar/navigation-bar.d.ts.map +1 -0
- package/build/components/navigation-bar/navigation-bar.js +1 -0
- package/build/components/navigation-bar/navigation-bar.style.d.ts +2 -0
- package/build/components/navigation-bar/navigation-bar.style.d.ts.map +1 -0
- package/build/components/navigation-bar/navigation-bar.style.js +1 -0
- package/build/components/navigation-item/base-navigation-tab.d.ts +67 -0
- package/build/components/navigation-item/base-navigation-tab.d.ts.map +1 -0
- package/build/components/navigation-item/base-navigation-tab.js +1 -0
- package/build/components/navigation-item/navigation-bar-tab.d.ts +30 -0
- package/build/components/navigation-item/navigation-bar-tab.d.ts.map +1 -0
- package/build/components/navigation-item/navigation-bar-tab.js +1 -0
- package/build/components/navigation-item/navigation-rail-tab.d.ts +32 -0
- package/build/components/navigation-item/navigation-rail-tab.d.ts.map +1 -0
- package/build/components/navigation-item/navigation-rail-tab.js +1 -0
- package/build/components/navigation-item/navigation-tab-sigle-selection-controller.d.ts +37 -0
- package/build/components/navigation-item/navigation-tab-sigle-selection-controller.d.ts.map +1 -0
- package/build/components/navigation-item/navigation-tab-sigle-selection-controller.js +6 -0
- package/build/components/navigation-item/navigation-tab.d.ts +6 -0
- package/build/components/navigation-item/navigation-tab.d.ts.map +1 -0
- package/build/components/navigation-item/navigation-tab.js +1 -0
- package/build/components/navigation-item/navigation-tab.style.d.ts +3 -0
- package/build/components/navigation-item/navigation-tab.style.d.ts.map +1 -0
- package/build/components/navigation-item/navigation-tab.style.js +353 -0
- package/build/components/navigation-rail/navigation-rail-animations.d.ts +21 -0
- package/build/components/navigation-rail/navigation-rail-animations.d.ts.map +1 -0
- package/build/components/navigation-rail/navigation-rail-animations.js +1 -0
- package/build/components/navigation-rail/navigation-rail.d.ts +94 -0
- package/build/components/navigation-rail/navigation-rail.d.ts.map +1 -0
- package/build/components/navigation-rail/navigation-rail.js +1 -0
- package/build/components/navigation-rail/navigation-rail.style.d.ts +2 -0
- package/build/components/navigation-rail/navigation-rail.style.d.ts.map +1 -0
- package/build/components/navigation-rail/navigation-rail.style.js +1 -0
- package/build/components/progress-indicator/base-progress-indicator.d.ts +33 -0
- package/build/components/progress-indicator/base-progress-indicator.d.ts.map +1 -0
- package/build/components/progress-indicator/base-progress-indicator.js +1 -0
- package/build/components/progress-indicator/linear-progress-indicator.d.ts +47 -0
- package/build/components/progress-indicator/linear-progress-indicator.d.ts.map +1 -0
- package/build/components/progress-indicator/linear-progress-indicator.js +1 -0
- package/build/components/progress-indicator/progress-indicator.style.d.ts +2 -0
- package/build/components/progress-indicator/progress-indicator.style.d.ts.map +1 -0
- package/build/components/progress-indicator/progress-indicator.style.js +154 -0
- package/build/components/radio-button/radio-button.d.ts +49 -0
- package/build/components/radio-button/radio-button.d.ts.map +1 -0
- package/build/components/radio-button/radio-button.js +1 -0
- package/build/components/radio-button/radio-button.style.d.ts +2 -0
- package/build/components/radio-button/radio-button.style.d.ts.map +1 -0
- package/build/components/radio-button/radio-button.style.js +143 -0
- package/build/components/ripple/ripple-action.d.ts +62 -0
- package/build/components/ripple/ripple-action.d.ts.map +1 -0
- package/build/components/ripple/ripple-action.js +10 -0
- package/build/components/ripple/ripple.d.ts +55 -0
- package/build/components/ripple/ripple.d.ts.map +1 -0
- package/build/components/ripple/ripple.js +1 -0
- package/build/components/ripple/ripple.style.d.ts +2 -0
- package/build/components/ripple/ripple.style.d.ts.map +1 -0
- package/build/components/ripple/ripple.style.js +6 -0
- package/build/components/search/search-bar.d.ts +30 -0
- package/build/components/search/search-bar.d.ts.map +1 -0
- package/build/components/search/search-bar.js +1 -0
- package/build/components/search/search-bar.style.d.ts +2 -0
- package/build/components/search/search-bar.style.d.ts.map +1 -0
- package/build/components/search/search-bar.style.js +1 -0
- package/build/components/slider/base-slider.d.ts +58 -0
- package/build/components/slider/base-slider.d.ts.map +1 -0
- package/build/components/slider/base-slider.js +1 -0
- package/build/components/slider/slider.d.ts +3 -0
- package/build/components/slider/slider.d.ts.map +1 -0
- package/build/components/slider/slider.js +1 -0
- package/build/components/switch/switch.d.ts +45 -0
- package/build/components/switch/switch.d.ts.map +1 -0
- package/build/components/switch/switch.js +1 -0
- package/build/components/switch/switch.style.d.ts +2 -0
- package/build/components/switch/switch.style.d.ts.map +1 -0
- package/build/components/switch/switch.style.js +329 -0
- package/build/components/typography/typography.d.ts +44 -0
- package/build/components/typography/typography.d.ts.map +1 -0
- package/build/components/typography/typography.js +1 -0
- package/build/components/typography/typography.styles.d.ts +3 -0
- package/build/components/typography/typography.styles.d.ts.map +1 -0
- package/build/components/typography/typography.styles.js +6 -0
- package/build/components/wave/base-wave.d.ts +12 -0
- package/build/components/wave/base-wave.d.ts.map +1 -0
- package/build/components/wave/base-wave.js +1 -0
- package/build/components/wave/circular-wave.d.ts +37 -0
- package/build/components/wave/circular-wave.d.ts.map +1 -0
- package/build/components/wave/circular-wave.js +1 -0
- package/build/components/wave/linear-wave.d.ts +26 -0
- package/build/components/wave/linear-wave.d.ts.map +1 -0
- package/build/components/wave/linear-wave.js +1 -0
- package/build/custom-element-Dz3n6kSt.js +6 -0
- package/build/definitions.d.ts +18 -0
- package/build/definitions.d.ts.map +1 -0
- package/build/definitions.js +1 -0
- package/build/duration-CDKuKTyT.js +1 -0
- package/build/easing-5hHInU7b.js +1 -0
- package/build/elevation-dUQez_WX.js +1 -0
- package/build/lit-element-Ho-VPzO1.js +22 -0
- package/build/property-Ck1wIidx.js +6 -0
- package/build/query-DifSdHBD.js +11 -0
- package/build/query-assigned-elements-CAhlPqtD.js +6 -0
- package/build/shape-CrZ0CLVJ.js +1 -0
- package/build/state--U2hSgGK.js +6 -0
- package/build/state-C-haZXan.js +1 -0
- package/build/tslib.es6-CmLYFWVC.js +1 -0
- package/build/typescale-Bh1NLwSE.js +1 -0
- package/build/utils/aria/aria.d.ts +71 -0
- package/build/utils/aria/aria.d.ts.map +1 -0
- package/build/utils/aria/aria.js +6 -0
- package/build/utils/aria/delegate.d.ts +55 -0
- package/build/utils/aria/delegate.d.ts.map +1 -0
- package/build/utils/aria/delegate.js +7 -0
- package/build/utils/behaviors/connected-promise-resolve.d.ts +8 -0
- package/build/utils/behaviors/connected-promise-resolve.d.ts.map +1 -0
- package/build/utils/behaviors/connected-promise-resolve.js +1 -0
- package/build/utils/behaviors/constraint-validation.d.ts +134 -0
- package/build/utils/behaviors/constraint-validation.d.ts.map +1 -0
- package/build/utils/behaviors/constraint-validation.js +6 -0
- package/build/utils/behaviors/element-internals.d.ts +46 -0
- package/build/utils/behaviors/element-internals.d.ts.map +1 -0
- package/build/utils/behaviors/element-internals.js +6 -0
- package/build/utils/behaviors/mixin.d.ts +55 -0
- package/build/utils/behaviors/mixin.d.ts.map +1 -0
- package/build/utils/behaviors/mixin.js +1 -0
- package/build/utils/behaviors/validators/checkbox-validator.d.ts +36 -0
- package/build/utils/behaviors/validators/checkbox-validator.d.ts.map +1 -0
- package/build/utils/behaviors/validators/checkbox-validator.js +6 -0
- package/build/utils/behaviors/validators/radio-validator.d.ts +39 -0
- package/build/utils/behaviors/validators/radio-validator.d.ts.map +1 -0
- package/build/utils/behaviors/validators/radio-validator.js +6 -0
- package/build/utils/behaviors/validators/select-validator.d.ts +36 -0
- package/build/utils/behaviors/validators/select-validator.d.ts.map +1 -0
- package/build/utils/behaviors/validators/select-validator.js +6 -0
- package/build/utils/behaviors/validators/text-field-validator.d.ts +111 -0
- package/build/utils/behaviors/validators/text-field-validator.d.ts.map +1 -0
- package/build/utils/behaviors/validators/text-field-validator.js +6 -0
- package/build/utils/behaviors/validators/validator.d.ts +97 -0
- package/build/utils/behaviors/validators/validator.d.ts.map +1 -0
- package/build/utils/behaviors/validators/validator.js +6 -0
- package/build/utils/controller/attachable-controller.d.ts +116 -0
- package/build/utils/controller/attachable-controller.d.ts.map +1 -0
- package/build/utils/controller/attachable-controller.js +9 -0
- package/build/utils/controller/form-submitter.d.ts +71 -0
- package/build/utils/controller/form-submitter.d.ts.map +1 -0
- package/build/utils/controller/form-submitter.js +6 -0
- package/build/utils/controller/selection-controller.d.ts +24 -0
- package/build/utils/controller/selection-controller.d.ts.map +1 -0
- package/build/utils/controller/selection-controller.js +1 -0
- package/build/utils/controller/single-selection-controller.d.ts +46 -0
- package/build/utils/controller/single-selection-controller.d.ts.map +1 -0
- package/build/utils/controller/single-selection-controller.js +6 -0
- package/build/utils/event/dispatch-hook.d.ts +86 -0
- package/build/utils/event/dispatch-hook.d.ts.map +1 -0
- package/build/utils/event/dispatch-hook.js +6 -0
- package/build/utils/event/form-label-activation.d.ts +56 -0
- package/build/utils/event/form-label-activation.d.ts.map +1 -0
- package/build/utils/event/form-label-activation.js +6 -0
- package/build/utils/event/redispatch-event.d.ts +28 -0
- package/build/utils/event/redispatch-event.d.ts.map +1 -0
- package/build/utils/event/redispatch-event.js +6 -0
- package/build/utils/form/form-associated.d.ts +200 -0
- package/build/utils/form/form-associated.d.ts.map +1 -0
- package/build/utils/form/form-associated.js +1 -0
- package/build/utils/string/to-kebab-case.d.ts +11 -0
- package/build/utils/string/to-kebab-case.d.ts.map +1 -0
- package/build/utils/string/to-kebab-case.js +6 -0
- package/build/utils/tokens/create-logic-shape-tokens.d.ts +14 -0
- package/build/utils/tokens/create-logic-shape-tokens.d.ts.map +1 -0
- package/build/utils/tokens/create-logic-shape-tokens.js +6 -0
- package/build/utils/tokens/create-var.d.ts +14 -0
- package/build/utils/tokens/create-var.d.ts.map +1 -0
- package/build/utils/tokens/create-var.js +6 -0
- package/build/utils/tokens/create-wrapped-tokens.d.ts +25 -0
- package/build/utils/tokens/create-wrapped-tokens.d.ts.map +1 -0
- package/build/utils/tokens/create-wrapped-tokens.js +6 -0
- package/build/utils/tokens/exclude-tokens.d.ts +7 -0
- package/build/utils/tokens/exclude-tokens.d.ts.map +1 -0
- package/build/utils/tokens/exclude-tokens.js +6 -0
- package/build/utils/tokens/index.d.ts +12 -0
- package/build/utils/tokens/index.d.ts.map +1 -0
- package/build/utils/tokens/index.js +1 -0
- package/build/utils/tokens/override-component-tokens.d.ts +34 -0
- package/build/utils/tokens/override-component-tokens.d.ts.map +1 -0
- package/build/utils/tokens/override-component-tokens.js +6 -0
- package/build/utils/tokens/string-tokens.d.ts +14 -0
- package/build/utils/tokens/string-tokens.d.ts.map +1 -0
- package/build/utils/tokens/string-tokens.js +6 -0
- package/build/utils/uuid/generate-uuid.d.ts +19 -0
- package/build/utils/uuid/generate-uuid.d.ts.map +1 -0
- package/build/utils/uuid/generate-uuid.js +6 -0
- package/build/utils.d.ts +3 -0
- package/build/utils.d.ts.map +1 -0
- package/build/utils.js +1 -0
- package/package.json +74 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as t}from"../../tslib.es6-CmLYFWVC.js";import{i as e,x as s}from"../../lit-element-Ho-VPzO1.js";import{n}from"../../property-Ck1wIidx.js";import{r as a}from"../../state--U2hSgGK.js";import{e as i}from"../../query-DifSdHBD.js";import{e as o}from"../../class-map-DlMb2KKL.js";import{mixinElementInternals as r,internals as l}from"../../utils/behaviors/element-internals.js";import{isActivationClick as h}from"../../utils/event/form-label-activation.js";import{NavigationTabSingleSelectionController as c}from"./navigation-tab-sigle-selection-controller.js";var d;const p=Symbol("active");class g extends(r(e)){static{d=p}static{this.shadowRootOptions={mode:"open",delegatesFocus:!0}}get name(){return this.getAttribute("name")??""}set name(t){this.setAttribute("name",t)}get active(){return this[p]}set active(t){if(t===this[p])return;const e=this[p];this[p]=t,this.requestUpdate("checked",e),this.selectionController.handleCheckedChange()}constructor(){super(),this.hasLabel=!1,this.hasActiveIcon=!1,this.hasInactiveIcon=!1,this.hasBadge=!1,this[d]=!1,this.selectionController=new c(this),this.addController(this.selectionController),this[l].role="tab",this.addEventListener("click",this.handleClick.bind(this)),this.addEventListener("keydown",this.handleKeydown.bind(this))}render(){return s`<button id="button" class="${o(this.getRenderClasses())}">${this.renderLabel()} ${this.renderIcon()} ${this.renderIndicator()}<mdc-focus-ring inward for="button" part="focus-ring"></mdc-focus-ring></button>`}renderIndicator(){return s`<span class="indicator"><span class="background"></span><mdc-ripple for="button" part="ripple"></mdc-ripple></span>`}renderLabel(){return s`<span class="label"><slot @slotchange="${this.handleLabelSlotChange}"></slot></span>`}renderIcon(){return s`<span class="icon active-icon"><slot name="active-icon" @slotchange="${this.handleActiveIconSlotChange}"></slot></span><span class="icon inactive-icon"><slot name="inactive-icon" @slotchange="${this.handleInactiveIconSlotChange}"></slot></span>`}renderBadge(){return s`<span class="badge"><slot name="badge" @slotchange="${this.handleBadgeSlotChange}"></slot></span>`}getRenderClasses(){return{"has-label":this.hasLabel,"has-active-icon":this.hasActiveIcon,"has-inactive-icon":this.hasInactiveIcon,"has-badge":this.hasBadge,active:this.active,inactive:!this.active}}async handleClick(t){this.buttonElement&&(await 0,t.defaultPrevented||(h(t)&&this.focus(),this.active=!0,this.dispatchEvent(new Event("change",{bubbles:!0})),this.dispatchEvent(new InputEvent("input",{bubbles:!0,composed:!0}))))}async handleKeydown(t){await 0}handleLabelSlotChange(t){this.hasLabel=t.target.assignedElements().length>0}handleActiveIconSlotChange(t){this.hasLabel=t.target.assignedElements().length>0}handleInactiveIconSlotChange(t){this.hasInactiveIcon=t.target.assignedElements().length>0}handleBadgeSlotChange(t){this.hasBadge=t.target.assignedElements().length>0}}t([n({type:String,noAccessor:!0})],g.prototype,"name",null),t([n({type:Boolean,attribute:"active",noAccessor:!0})],g.prototype,"active",null),t([a()],g.prototype,"hasLabel",void 0),t([a()],g.prototype,"hasActiveIcon",void 0),t([a()],g.prototype,"hasInactiveIcon",void 0),t([a()],g.prototype,"hasBadge",void 0),t([i("button")],g.prototype,"buttonElement",void 0);export{g as BaseNavigationTab};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BaseNavigationTab, type TNavigationTabDirection } from './base-navigation-tab';
|
|
2
|
+
declare global {
|
|
3
|
+
interface HTMLElementTagNameMap {
|
|
4
|
+
"mdc-navigation-bar-tab": NavigationBarTab;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @version
|
|
10
|
+
* Material Design 3 - Expressive
|
|
11
|
+
*
|
|
12
|
+
* @link
|
|
13
|
+
* https://www.figma.com/design/4GM7ohCF2Qtjzs7Fra6jlp/Material-3-Design-Kit--Community-?node-id=58016-36959&t=Lo93bap9LHFqZ0Q1-0
|
|
14
|
+
*/
|
|
15
|
+
export declare class NavigationBarTab extends BaseNavigationTab {
|
|
16
|
+
static styles: import("lit").CSSResult[];
|
|
17
|
+
direction: TNavigationTabDirection;
|
|
18
|
+
xr: boolean;
|
|
19
|
+
protected getRenderClasses(): {
|
|
20
|
+
'has-label': boolean;
|
|
21
|
+
'has-active-icon': boolean;
|
|
22
|
+
'has-inactive-icon': boolean;
|
|
23
|
+
'has-badge': boolean;
|
|
24
|
+
active: boolean;
|
|
25
|
+
inactive: boolean;
|
|
26
|
+
vertical: boolean;
|
|
27
|
+
horizonal: boolean;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=navigation-bar-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-bar-tab.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-item/navigation-bar-tab.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,KAAK,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAGvF,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,wBAAwB,EAAE,gBAAgB,CAAA;KAC7C;CACJ;AAED;;;;;;;GAOG;AACH,qBACa,gBAAiB,SAAQ,iBAAiB;IAEnD,OAAgB,MAAM,4BAAwB;IAGvC,SAAS,EAAE,uBAAuB,CAAa;IAG/C,EAAE,EAAE,OAAO,CAAQ;cAEP,gBAAgB;;;;;;;;;;CAatC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as t}from"../../tslib.es6-CmLYFWVC.js";import{t as i}from"../../custom-element-Dz3n6kSt.js";import{n as e}from"../../property-Ck1wIidx.js";import{BaseNavigationTab as s}from"./base-navigation-tab.js";import{navigationBarTabStyle as o}from"./navigation-tab.style.js";import"../../lit-element-Ho-VPzO1.js";import"../../state--U2hSgGK.js";import"../../query-DifSdHBD.js";import"../../class-map-DlMb2KKL.js";import"../../utils/behaviors/element-internals.js";import"../../utils/event/form-label-activation.js";import"./navigation-tab-sigle-selection-controller.js";import"../../duration-CDKuKTyT.js";import"../../easing-5hHInU7b.js";import"../../component-definitions/navigation-tab.definition.js";import"../../color-CigMJnjV.js";import"../../shape-CrZ0CLVJ.js";import"../../state-C-haZXan.js";import"../../typescale-Bh1NLwSE.js";import"../../utils/controller/attachable-controller.js";import"../../utils/tokens/create-logic-shape-tokens.js";import"../../utils/tokens/create-wrapped-tokens.js";import"../../utils/tokens/override-component-tokens.js";import"../../utils/tokens/string-tokens.js";let r=class extends s{constructor(){super(...arguments),this.direction="vertical",this.xr=!1}static{this.styles=o}getRenderClasses(){return{"has-label":this.hasLabel,"has-active-icon":this.hasActiveIcon,"has-inactive-icon":this.hasInactiveIcon,"has-badge":this.hasBadge,active:this.active,inactive:!this.active,vertical:"vertical"===this.direction,horizonal:"vertical"!==this.direction}}};t([e({type:String})],r.prototype,"direction",void 0),t([e({type:Boolean,reflect:!0})],r.prototype,"xr",void 0),r=t([i("mdc-navigation-bar-tab")],r);export{r as NavigationBarTab};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BaseNavigationTab, type TNavigationTabDirection } from './base-navigation-tab';
|
|
2
|
+
declare global {
|
|
3
|
+
interface HTMLElementTagNameMap {
|
|
4
|
+
"mdc-navigation-rail-tab": NavigationRailTab;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @version
|
|
10
|
+
* Material Design 3 - Expressive
|
|
11
|
+
*
|
|
12
|
+
* @link
|
|
13
|
+
* https://www.figma.com/design/4GM7ohCF2Qtjzs7Fra6jlp/Material-3-Design-Kit--Community-?node-id=58016-36303&t=R7G4qUAXpMs1bFlk-0
|
|
14
|
+
*/
|
|
15
|
+
export declare class NavigationRailTab extends BaseNavigationTab {
|
|
16
|
+
static styles: import("lit").CSSResult[];
|
|
17
|
+
direction: TNavigationTabDirection;
|
|
18
|
+
round: boolean;
|
|
19
|
+
xr: boolean;
|
|
20
|
+
protected getRenderClasses(): {
|
|
21
|
+
'has-label': boolean;
|
|
22
|
+
'has-active-icon': boolean;
|
|
23
|
+
'has-inactive-icon': boolean;
|
|
24
|
+
'has-badge': boolean;
|
|
25
|
+
active: boolean;
|
|
26
|
+
inactive: boolean;
|
|
27
|
+
vertical: boolean;
|
|
28
|
+
horizonal: boolean;
|
|
29
|
+
round: boolean;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=navigation-rail-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-rail-tab.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-item/navigation-rail-tab.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,KAAK,uBAAuB,EAAE,MAAM,uBAAuB,CAAA;AAGvF,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,yBAAyB,EAAE,iBAAiB,CAAA;KAC/C;CACJ;AAED;;;;;;;GAOG;AACH,qBACa,iBAAkB,SAAQ,iBAAiB;IAEpD,OAAgB,MAAM,4BAAyB;IAGxC,SAAS,EAAE,uBAAuB,CAAa;IAG/C,KAAK,EAAE,OAAO,CAAQ;IAGtB,EAAE,EAAE,OAAO,CAAQ;cAEP,gBAAgB;;;;;;;;;;;CActC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as t}from"../../tslib.es6-CmLYFWVC.js";import{t as i}from"../../custom-element-Dz3n6kSt.js";import{n as o}from"../../property-Ck1wIidx.js";import{BaseNavigationTab as e}from"./base-navigation-tab.js";import{navigationRailTabStyle as s}from"./navigation-tab.style.js";import"../../lit-element-Ho-VPzO1.js";import"../../state--U2hSgGK.js";import"../../query-DifSdHBD.js";import"../../class-map-DlMb2KKL.js";import"../../utils/behaviors/element-internals.js";import"../../utils/event/form-label-activation.js";import"./navigation-tab-sigle-selection-controller.js";import"../../duration-CDKuKTyT.js";import"../../easing-5hHInU7b.js";import"../../component-definitions/navigation-tab.definition.js";import"../../color-CigMJnjV.js";import"../../shape-CrZ0CLVJ.js";import"../../state-C-haZXan.js";import"../../typescale-Bh1NLwSE.js";import"../../utils/controller/attachable-controller.js";import"../../utils/tokens/create-logic-shape-tokens.js";import"../../utils/tokens/create-wrapped-tokens.js";import"../../utils/tokens/override-component-tokens.js";import"../../utils/tokens/string-tokens.js";let r=class extends e{constructor(){super(...arguments),this.direction="vertical",this.round=!1,this.xr=!1}static{this.styles=s}getRenderClasses(){return{"has-label":this.hasLabel,"has-active-icon":this.hasActiveIcon,"has-inactive-icon":this.hasInactiveIcon,"has-badge":this.hasBadge,active:this.active,inactive:!this.active,vertical:"vertical"===this.direction,horizonal:"vertical"!==this.direction,round:this.round}}};t([o({type:String})],r.prototype,"direction",void 0),t([o({type:Boolean})],r.prototype,"round",void 0),t([o({type:Boolean,reflect:!0})],r.prototype,"xr",void 0),r=t([i("mdc-navigation-rail-tab")],r);export{r as NavigationRailTab};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2025 Kai-Orion & Sandlada
|
|
4
|
+
* SPDX-License-Identifier: MIT
|
|
5
|
+
*/
|
|
6
|
+
import { type ReactiveController } from 'lit';
|
|
7
|
+
export interface ISingleSelectionElement extends HTMLElement {
|
|
8
|
+
active: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare class NavigationTabSingleSelectionController implements ReactiveController {
|
|
11
|
+
get controls(): [ISingleSelectionElement, ...ISingleSelectionElement[]];
|
|
12
|
+
private focused;
|
|
13
|
+
private root;
|
|
14
|
+
private readonly host;
|
|
15
|
+
constructor(host: ISingleSelectionElement);
|
|
16
|
+
hostConnected(): void;
|
|
17
|
+
hostDisconnected(): void;
|
|
18
|
+
/**
|
|
19
|
+
* Should be called whenever the host's `checked` property changes
|
|
20
|
+
* synchronously.
|
|
21
|
+
*/
|
|
22
|
+
handleCheckedChange(): void;
|
|
23
|
+
private readonly handleFocusIn;
|
|
24
|
+
private readonly handleFocusOut;
|
|
25
|
+
private uncheckSiblings;
|
|
26
|
+
/**
|
|
27
|
+
* Updates the `tabindex` of the host and its siblings.
|
|
28
|
+
*/
|
|
29
|
+
private updateTabIndices;
|
|
30
|
+
/**
|
|
31
|
+
* Handles arrow key events from the host. Using the arrow keys will
|
|
32
|
+
* select and check the next or previous sibling with the host's
|
|
33
|
+
* `name` attribute.
|
|
34
|
+
*/
|
|
35
|
+
private readonly handleKeyDown;
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=navigation-tab-sigle-selection-controller.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-tab-sigle-selection-controller.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-item/navigation-tab-sigle-selection-controller.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,KAAK,CAAA;AAG7C,MAAM,WAAW,uBAAwB,SAAQ,WAAW;IACxD,MAAM,EAAE,OAAO,CAAA;CAClB;AAED,qBAAa,sCAAuC,YAAW,kBAAkB;IAC7E,IAAI,QAAQ,IAAI,CAAC,uBAAuB,EAAE,GAAG,uBAAuB,EAAE,CAAC,CAStE;IAED,OAAO,CAAC,OAAO,CAAQ;IACvB,OAAO,CAAC,IAAI,CAA0B;IACtC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAyB;gBAElC,IAAI,EAAE,uBAAuB;IAIzC,aAAa;IAeb,gBAAgB;IASZ;;;GAGD;IACH,mBAAmB;IASnB,OAAO,CAAC,QAAQ,CAAC,aAAa,CAG5B;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAG7B;IAEF,OAAO,CAAC,eAAe;IAQvB;;OAEG;IACH,OAAO,CAAC,gBAAgB;IAwBxB;;;;OAIG;IACH,OAAO,CAAC,QAAQ,CAAC,aAAa,CAqE5B;CACL"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import"../../lit-element-Ho-VPzO1.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2025 Kai-Orion & Sandlada
|
|
5
|
+
* SPDX-License-Identifier: MIT
|
|
6
|
+
*/class t{get controls(){const t=this.host.getAttribute("name");return t&&this.root&&this.host.isConnected?Array.from(this.root.querySelectorAll(`[name="${t}"]`)):[this.host]}constructor(t){this.focused=!1,this.root=null,this.handleFocusIn=()=>{this.focused=!0,this.updateTabIndices()},this.handleFocusOut=()=>{this.focused=!1,this.updateTabIndices()},this.handleKeyDown=t=>{const s="ArrowDown"===t.key,e="ArrowUp"===t.key,o="ArrowLeft"===t.key,n="ArrowRight"===t.key;if(!(o||n||s||e))return;const i=this.controls;if(!i.length)return;t.preventDefault();const h="rtl"===getComputedStyle(this.host).direction?o||s:n||s,c=i.indexOf(this.host);let r=h?c+1:c-1;for(;r!==c;){r>=i.length?r=0:r<0&&(r=i.length-1);const t=i[r];if(!t.hasAttribute("disabled")){for(const s of i)s!==t&&(s.tabIndex=-1,s.blur());t.tabIndex=0,t.focus();break}h?r++:r--}},this.host=t}hostConnected(){this.root=this.host.getRootNode(),this.host.addEventListener("keydown",this.handleKeyDown),this.host.addEventListener("focusin",this.handleFocusIn),this.host.addEventListener("focusout",this.handleFocusOut),this.host.active&&this.uncheckSiblings(),this.updateTabIndices()}hostDisconnected(){this.host.removeEventListener("keydown",this.handleKeyDown),this.host.removeEventListener("focusin",this.handleFocusIn),this.host.removeEventListener("focusout",this.handleFocusOut),this.updateTabIndices(),this.root=null}handleCheckedChange(){this.host.active&&(this.uncheckSiblings(),this.updateTabIndices())}uncheckSiblings(){for(const t of this.controls)t!==this.host&&(t.active=!1)}updateTabIndices(){const t=this.controls,s=t.find(t=>t.active);if(s||this.focused){const e=s||this.host;e.tabIndex=0;for(const s of t)s!==e&&(s.tabIndex=-1);return}for(const s of t)s.tabIndex=0}}export{t as NavigationTabSingleSelectionController};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-tab.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-item/navigation-tab.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-tab.style.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-item/navigation-tab.style.ts"],"names":[],"mappings":"AA0PA,eAAO,MAAM,qBAAqB,2BAiEhC,CAAA;AAEF,eAAO,MAAM,sBAAsB,2BA0ElC,CAAA"}
|
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
import{D as i}from"../../duration-CDKuKTyT.js";import{E as t}from"../../easing-5hHInU7b.js";import{r as a,a as r}from"../../lit-element-Ho-VPzO1.js";import{NavigationBarTabDefinition as e,NavigationBarXRTabDefinition as o,NavigationRailTabDefinition as n,NavigationRailXRTabDefinition as l}from"../../component-definitions/navigation-tab.definition.js";import"../../utils/controller/attachable-controller.js";import{createWrappedTokens as c}from"../../utils/tokens/create-wrapped-tokens.js";import{overrideComponentTokens as d}from"../../utils/tokens/override-component-tokens.js";import{stringTokens as s}from"../../utils/tokens/string-tokens.js";import"../../color-CigMJnjV.js";import"../../shape-CrZ0CLVJ.js";import"../../state-C-haZXan.js";import"../../typescale-Bh1NLwSE.js";import"../../utils/tokens/create-logic-shape-tokens.js";
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright 2025 Kai-Orion & Sandlada
|
|
5
|
+
* SPDX-License-Identifier: MIT
|
|
6
|
+
*/const v=s(c("--mdc-navigation-bar-tab",e)),b=s(c("--mdc-navigation-bar-xr-tab",o)),h=s(c("--mdc-navigation-rail-tab",n)),g=s(c("--mdc-navigation-rail-xr-tab",l)),p=a(t.ExpressiveFastSpatial),u=a(i.ExpressiveFastSpatial),f=r`
|
|
7
|
+
.label,
|
|
8
|
+
.icon {
|
|
9
|
+
z-index: 1;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.badge {
|
|
13
|
+
z-index: 1;
|
|
14
|
+
}
|
|
15
|
+
.icon {
|
|
16
|
+
display: none;
|
|
17
|
+
fill: currentColor;
|
|
18
|
+
block-size: var(--_icon-size);
|
|
19
|
+
inline-size: var(--_icon-size);
|
|
20
|
+
${s(d("--mdc-icon",{size:"var(--_icon-size)"}))};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
button.vertical.inactive .label {
|
|
24
|
+
font-size: var(--_inactive-vertical-label-size);
|
|
25
|
+
line-height: var(--_inactive-vertical-label-line-height);
|
|
26
|
+
font-family: var(--_inactive-vertical-label-font);
|
|
27
|
+
letter-spacing: var(--_inactive-vertical-label-trackig);
|
|
28
|
+
font-weight: var(--_inactive-vertical-label-font-weight);
|
|
29
|
+
}
|
|
30
|
+
button.vertical.active .label {
|
|
31
|
+
font-size: var(--_active-vertical-label-size);
|
|
32
|
+
line-height: var(--_active-vertical-label-line-height);
|
|
33
|
+
font-family: var(--_active-vertical-label-font);
|
|
34
|
+
letter-spacing: var(--_active-vertical-label-trackig);
|
|
35
|
+
font-weight: var(--_active-vertical-label-font-weight);
|
|
36
|
+
}
|
|
37
|
+
button.horizonal.inactive .label {
|
|
38
|
+
font-size: var(--_inactive-horizonal-label-size);
|
|
39
|
+
line-height: var(--_inactive-horizonal-label-line-height);
|
|
40
|
+
font-family: var(--_inactive-horizonal-label-font);
|
|
41
|
+
letter-spacing: var(--_inactive-horizonal-label-trackig);
|
|
42
|
+
font-weight: var(--_inactive-horizonal-label-font-weight);
|
|
43
|
+
}
|
|
44
|
+
button.horizonal.active .label {
|
|
45
|
+
font-size: var(--_active-horizonal-label-size);
|
|
46
|
+
line-height: var(--_active-horizonal-label-line-height);
|
|
47
|
+
font-family: var(--_active-horizonal-label-font);
|
|
48
|
+
letter-spacing: var(--_active-horizonal-label-trackig);
|
|
49
|
+
font-weight: var(--_active-horizonal-label-font-weight);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
button.inactive .icon.inactive-icon {
|
|
53
|
+
display: block;
|
|
54
|
+
}
|
|
55
|
+
button.active .icon.active-icon {
|
|
56
|
+
display: block;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.icon.inactive-icon {
|
|
60
|
+
color: var(--_inactive-icon-color);
|
|
61
|
+
}
|
|
62
|
+
button:hover .icon.inactive-icon {
|
|
63
|
+
color: var(--_hovered-inactive-icon-color);
|
|
64
|
+
}
|
|
65
|
+
button:focus-within .icon.inactive-icon {
|
|
66
|
+
color: var(--_focused-inactive-icon-color);
|
|
67
|
+
}
|
|
68
|
+
button:active .icon.inactive-icon {
|
|
69
|
+
color: var(--_pressed-inactive-icon-color);
|
|
70
|
+
}
|
|
71
|
+
.icon.active-icon {
|
|
72
|
+
color: var(--_active-icon-color);
|
|
73
|
+
}
|
|
74
|
+
button:hover .icon.active-icon {
|
|
75
|
+
color: var(--_hovered-active-icon-color);
|
|
76
|
+
}
|
|
77
|
+
button:focus-within .icon.active-icon {
|
|
78
|
+
color: var(--_focused-active-icon-color);
|
|
79
|
+
}
|
|
80
|
+
button:active .icon.active-icon {
|
|
81
|
+
color: var(--_pressed-active-icon-color);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.inactive .label {
|
|
85
|
+
color: var(--_inactive-label-color);
|
|
86
|
+
}
|
|
87
|
+
button.inactive:hover .label {
|
|
88
|
+
color: var(--_hovered-inactive-label-color);
|
|
89
|
+
}
|
|
90
|
+
button.inactive:focus-within .label {
|
|
91
|
+
color: var(--_focused-inactive-label-color);
|
|
92
|
+
}
|
|
93
|
+
button.inactive:active .label {
|
|
94
|
+
color: var(--_pressed-inactive-label-color);
|
|
95
|
+
}
|
|
96
|
+
.active .label {
|
|
97
|
+
color: var(--_active-label-color);
|
|
98
|
+
}
|
|
99
|
+
button.active:hover .label {
|
|
100
|
+
color: var(--_hovered-active-label-color);
|
|
101
|
+
}
|
|
102
|
+
button.active:focus-within .label {
|
|
103
|
+
color: var(--_focused-active-label-color);
|
|
104
|
+
}
|
|
105
|
+
button.active:active .label {
|
|
106
|
+
color: var(--_pressed-active-label-color);
|
|
107
|
+
}
|
|
108
|
+
`,_=r`
|
|
109
|
+
mdc-ripple {
|
|
110
|
+
z-index: -1;
|
|
111
|
+
transition-property: opacity;
|
|
112
|
+
transition-duration: 250ms;
|
|
113
|
+
}
|
|
114
|
+
button.active mdc-ripple {
|
|
115
|
+
opacity: 0;
|
|
116
|
+
}
|
|
117
|
+
button .indicator {
|
|
118
|
+
position: absolute;
|
|
119
|
+
display: flex;
|
|
120
|
+
inset: 0;
|
|
121
|
+
z-index: -1;
|
|
122
|
+
}
|
|
123
|
+
button .indicator .background {
|
|
124
|
+
position: absolute;
|
|
125
|
+
display: flex;
|
|
126
|
+
inset: 0;
|
|
127
|
+
z-index: -1;
|
|
128
|
+
transition-property: transform, background;
|
|
129
|
+
transition-duration: ${u}, 50ms;
|
|
130
|
+
transition-timing-function: ${p}, linear;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
button.vertical :is(.indicator, .indicator .background) {
|
|
134
|
+
border-start-start-radius: var(--_vertical-indicator-shape-start-start);
|
|
135
|
+
border-start-end-radius: var(--_vertical-indicator-shape-start-end);
|
|
136
|
+
border-end-start-radius: var(--_vertical-indicator-shape-end-start);
|
|
137
|
+
border-end-end-radius: var(--_vertical-indicator-shape-end-end);
|
|
138
|
+
}
|
|
139
|
+
button.horizonal :is(.indicator, .indicator .background) {
|
|
140
|
+
border-start-start-radius: var(--_horizonal-indicator-shape-start-start);
|
|
141
|
+
border-start-end-radius: var(--_horizonal-indicator-shape-start-end);
|
|
142
|
+
border-end-start-radius: var(--_horizonal-indicator-shape-end-start);
|
|
143
|
+
border-end-end-radius: var(--_horizonal-indicator-shape-end-end);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
button.vertical .indicator .background,
|
|
147
|
+
button.vertical .indicator {
|
|
148
|
+
height: var(--_vertical-indicator-height);
|
|
149
|
+
width: var(--_vertical-indicator-width);
|
|
150
|
+
}
|
|
151
|
+
button.horizonal .indicator .background,
|
|
152
|
+
button.horizonal .indicator {
|
|
153
|
+
height: var(--_horizonal-indicator-height);
|
|
154
|
+
width: var(--_horizonal-indicator-width);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
button.round .indicator .background,
|
|
158
|
+
button.round .indicator {
|
|
159
|
+
height: var(--_vertical-round-indicator-height);
|
|
160
|
+
width: var(--_vertical-round-indicator-width);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
button.inactive .indicator .background {
|
|
164
|
+
background: var(--_inactive-indicator-color);
|
|
165
|
+
transform: scaleX(0);
|
|
166
|
+
}
|
|
167
|
+
button.active .indicator .background {
|
|
168
|
+
background: var(--_active-indicator-color);
|
|
169
|
+
transform: scaleX(1);
|
|
170
|
+
}
|
|
171
|
+
`,m=r`
|
|
172
|
+
:host {
|
|
173
|
+
display: inline-flex;
|
|
174
|
+
vertical-align: top;
|
|
175
|
+
outline: none;
|
|
176
|
+
border: none;
|
|
177
|
+
cursor: pointer;
|
|
178
|
+
box-sizing: border-box;
|
|
179
|
+
-webkit-tap-highlight-color: transparent;
|
|
180
|
+
width: fit-content;
|
|
181
|
+
height: fit-content;
|
|
182
|
+
background: transparent;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
button {
|
|
186
|
+
all: unset;
|
|
187
|
+
position: relative;
|
|
188
|
+
background: transparent;
|
|
189
|
+
box-sizing: border-box;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
button.vertical {
|
|
193
|
+
border-start-start-radius: var(--_vertical-container-shape-start-start);
|
|
194
|
+
border-start-end-radius: var(--_vertical-container-shape-start-end);
|
|
195
|
+
border-end-start-radius: var(--_vertical-container-shape-end-start);
|
|
196
|
+
border-end-end-radius: var(--_vertical-container-shape-end-end);
|
|
197
|
+
}
|
|
198
|
+
button.horizonal {
|
|
199
|
+
border-start-start-radius: var(--_horizonal-container-shape-start-start);
|
|
200
|
+
border-start-end-radius: var(--_horizonal-container-shape-start-end);
|
|
201
|
+
border-end-start-radius: var(--_horizonal-container-shape-end-start);
|
|
202
|
+
border-end-end-radius: var(--_horizonal-container-shape-end-end);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
button.vertical {
|
|
206
|
+
height: var(--_vertical-container-height);
|
|
207
|
+
width: var(--_vertical-container-width);
|
|
208
|
+
padding-inline-start: var(--_vertical-container-inline-leading-space);
|
|
209
|
+
padding-inline-end: var(--_vertical-container-inline-trailing-space);
|
|
210
|
+
padding-block-start: var(--_vertical-container-block-leading-space);
|
|
211
|
+
padding-block-end: var(--_vertical-container-block-trailing-space);
|
|
212
|
+
gap: var(--_vertical-icon-label-between-space);
|
|
213
|
+
}
|
|
214
|
+
button.horizonal {
|
|
215
|
+
height: var(--_horizonal-container-height);
|
|
216
|
+
width: var(--_horizonal-container-width);
|
|
217
|
+
padding-inline-start: var(--_horizonal-container-inline-leading-space);
|
|
218
|
+
padding-inline-end: var(--_horizonal-container-inline-trailing-space);
|
|
219
|
+
padding-block-start: var(--_horizonal-container-block-leading-space);
|
|
220
|
+
padding-block-end: var(--_horizonal-container-block-trailing-space);
|
|
221
|
+
gap: var(--_horizonal-icon-label-between-space);
|
|
222
|
+
}
|
|
223
|
+
`,z=[f,_,m,r`
|
|
224
|
+
:host(:not(xr)) { ${v}; }
|
|
225
|
+
:host([xr]) { ${b}; }
|
|
226
|
+
|
|
227
|
+
/* SPEC */
|
|
228
|
+
button.vertical {
|
|
229
|
+
display: grid;
|
|
230
|
+
grid-template-columns: 1fr;
|
|
231
|
+
grid-template-rows: var(--_vertical-indicator-height) 1fr;
|
|
232
|
+
|
|
233
|
+
.indicator {
|
|
234
|
+
grid-column: 1/3;
|
|
235
|
+
grid-row: 1/2;
|
|
236
|
+
justify-self: center;
|
|
237
|
+
}
|
|
238
|
+
.label {
|
|
239
|
+
grid-column: 1/2;
|
|
240
|
+
grid-row: 2/3;
|
|
241
|
+
justify-self: center;
|
|
242
|
+
overflow: hidden;
|
|
243
|
+
display: -webkit-box;
|
|
244
|
+
-webkit-box-orient: vertical;
|
|
245
|
+
-webkit-line-clamp: 1;
|
|
246
|
+
}
|
|
247
|
+
.icon {
|
|
248
|
+
grid-column: 1/2;
|
|
249
|
+
grid-row: 1/2;
|
|
250
|
+
place-self: center;
|
|
251
|
+
align-self: center;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
button.horizonal {
|
|
255
|
+
display: grid;
|
|
256
|
+
grid-template-columns: auto 1fr;
|
|
257
|
+
grid-template-rows: 1fr;
|
|
258
|
+
justify-content: center;
|
|
259
|
+
|
|
260
|
+
box-sizing: border-box;
|
|
261
|
+
|
|
262
|
+
.indicator {
|
|
263
|
+
grid-column: 1/-1;
|
|
264
|
+
grid-row: 1/2;
|
|
265
|
+
}
|
|
266
|
+
.label {
|
|
267
|
+
grid-column: 2/3;
|
|
268
|
+
grid-row: 1/2;
|
|
269
|
+
justify-self: center;
|
|
270
|
+
overflow: hidden;
|
|
271
|
+
display: -webkit-box;
|
|
272
|
+
-webkit-box-orient: vertical;
|
|
273
|
+
-webkit-line-clamp: 1;
|
|
274
|
+
place-self: center;
|
|
275
|
+
padding-inline-end: var(--_horizonal-indicator-inline-trailing-space);
|
|
276
|
+
}
|
|
277
|
+
.icon {
|
|
278
|
+
grid-column: 1/2;
|
|
279
|
+
grid-row: 1/2;
|
|
280
|
+
place-self: center;
|
|
281
|
+
padding-inline-start: var(--_horizonal-indicator-inline-leading-space);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
`],w=[f,_,m,r`
|
|
285
|
+
:host(:not(xr)) { ${h}; }
|
|
286
|
+
:host([xr]) { ${g}; }
|
|
287
|
+
button.round {
|
|
288
|
+
height: var(--_vertical-round-container-size);
|
|
289
|
+
width: var(--_vertical-round-container-size);
|
|
290
|
+
display: grid;
|
|
291
|
+
place-content: center;
|
|
292
|
+
}
|
|
293
|
+
button.round .label {
|
|
294
|
+
display: none;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
button.vertical:not(.round) {
|
|
298
|
+
display: grid;
|
|
299
|
+
grid-template-columns: 1fr;
|
|
300
|
+
grid-template-rows: var(--_vertical-indicator-height) 1fr;
|
|
301
|
+
|
|
302
|
+
.indicator {
|
|
303
|
+
grid-column: 1/3;
|
|
304
|
+
grid-row: 1/2;
|
|
305
|
+
justify-self: center;
|
|
306
|
+
}
|
|
307
|
+
.label {
|
|
308
|
+
grid-column: 1/2;
|
|
309
|
+
grid-row: 2/3;
|
|
310
|
+
justify-self: center;
|
|
311
|
+
overflow: hidden;
|
|
312
|
+
display: -webkit-box;
|
|
313
|
+
-webkit-box-orient: vertical;
|
|
314
|
+
-webkit-line-clamp: 1;
|
|
315
|
+
}
|
|
316
|
+
.icon {
|
|
317
|
+
grid-column: 1/2;
|
|
318
|
+
grid-row: 1/2;
|
|
319
|
+
place-self: center;
|
|
320
|
+
align-self: center;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
button.horizonal:not(.round) {
|
|
324
|
+
display: grid;
|
|
325
|
+
grid-template-columns: auto 1fr;
|
|
326
|
+
grid-template-rows: 1fr;
|
|
327
|
+
justify-content: center;
|
|
328
|
+
|
|
329
|
+
box-sizing: border-box;
|
|
330
|
+
|
|
331
|
+
.indicator {
|
|
332
|
+
grid-column: 1/-1;
|
|
333
|
+
grid-row: 1/2;
|
|
334
|
+
}
|
|
335
|
+
.label {
|
|
336
|
+
grid-column: 2/3;
|
|
337
|
+
grid-row: 1/2;
|
|
338
|
+
justify-self: center;
|
|
339
|
+
overflow: hidden;
|
|
340
|
+
display: -webkit-box;
|
|
341
|
+
-webkit-box-orient: vertical;
|
|
342
|
+
-webkit-line-clamp: 1;
|
|
343
|
+
place-self: center;
|
|
344
|
+
padding-inline-end: var(--_horizonal-indicator-inline-trailing-space);
|
|
345
|
+
}
|
|
346
|
+
.icon {
|
|
347
|
+
grid-column: 1/2;
|
|
348
|
+
grid-row: 1/2;
|
|
349
|
+
place-self: center;
|
|
350
|
+
padding-inline-start: var(--_horizonal-indicator-inline-leading-space);
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
`];export{z as navigationBarTabStyle,w as navigationRailTabStyle};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export type TNavigationRailAnimationArgs = Parameters<Element['animate']>;
|
|
2
|
+
export type TNavigationRailAnimation = {
|
|
3
|
+
/**
|
|
4
|
+
* Animations for the dialog itself.
|
|
5
|
+
*/
|
|
6
|
+
dialog?: TNavigationRailAnimationArgs[];
|
|
7
|
+
/**
|
|
8
|
+
* Animations for the container of the dialog.
|
|
9
|
+
*/
|
|
10
|
+
container?: TNavigationRailAnimationArgs[];
|
|
11
|
+
/**
|
|
12
|
+
* Animations for the contents section.
|
|
13
|
+
*/
|
|
14
|
+
content?: TNavigationRailAnimationArgs[];
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* The default dialog open animation.
|
|
18
|
+
*/
|
|
19
|
+
export declare const NavigationRailDefaultOpenAnimation: TNavigationRailAnimation;
|
|
20
|
+
export declare const NavigationRailDefaultCloseAnimation: TNavigationRailAnimation;
|
|
21
|
+
//# sourceMappingURL=navigation-rail-animations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-rail-animations.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-rail/navigation-rail-animations.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAA;AAEzE,MAAM,MAAM,wBAAwB,GAAG;IACnC;;OAEG;IACH,MAAM,CAAC,EAAE,4BAA4B,EAAE,CAAA;IAEvC;;OAEG;IACH,SAAS,CAAC,EAAE,4BAA4B,EAAE,CAAA;IAE1C;;OAEG;IACH,OAAO,CAAC,EAAE,4BAA4B,EAAE,CAAA;CAC3C,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,wBAsBhD,CAAA;AAED,eAAO,MAAM,mCAAmC,EAAE,wBA+BjD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{E as a}from"../../easing-5hHInU7b.js";const e={dialog:[[[{transform:"translateX(-100%)"},{transform:"translateX(0)"}],{duration:500,easing:a.Emphasized}]],container:[[[{opacity:0},{opacity:1}],{duration:50,easing:"linear",pseudoElement:"::before"}]],content:[[[{opacity:0},{opacity:0,offset:.2},{opacity:1}],{duration:250,easing:"linear",fill:"forwards"}]]},t={dialog:[[[{transform:"translateX(0)"},{transform:"translateX(-100%)"}],{duration:150,easing:a.EmphasizedAccelerate}]],container:[[[{height:"100%"},{height:"35%"}],{duration:150,easing:a.EmphasizedAccelerate,pseudoElement:"::before"}],[[{opacity:"1"},{opacity:"0"}],{delay:100,duration:50,easing:"linear",pseudoElement:"::before"}]],content:[[[{opacity:1},{opacity:0}],{duration:100,easing:"linear",fill:"forwards"}]]};export{t as NavigationRailDefaultCloseAnimation,e as NavigationRailDefaultOpenAnimation};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { LitElement, type TemplateResult } from 'lit';
|
|
2
|
+
declare global {
|
|
3
|
+
interface HTMLElementTagNameMap {
|
|
4
|
+
"mdc-navigation-rail": NavigationRail;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
declare const NavigationRail_base: import("../../utils/behaviors/mixin").MixinReturn<typeof LitElement, import("../../utils/behaviors/connected-promise-resolve").IConnectedPromiseResolve>;
|
|
8
|
+
/**
|
|
9
|
+
* @todo
|
|
10
|
+
* - docked / floating
|
|
11
|
+
* - position
|
|
12
|
+
* - scrollable
|
|
13
|
+
*
|
|
14
|
+
* expanded
|
|
15
|
+
* - false (default)
|
|
16
|
+
* - true
|
|
17
|
+
*
|
|
18
|
+
* position:
|
|
19
|
+
* - top (default)
|
|
20
|
+
* - middle
|
|
21
|
+
*
|
|
22
|
+
* xr:
|
|
23
|
+
* - false (default)
|
|
24
|
+
* - true
|
|
25
|
+
*
|
|
26
|
+
* open:
|
|
27
|
+
* - false (default)
|
|
28
|
+
* - true
|
|
29
|
+
*
|
|
30
|
+
* When xr is enabled, only vertical is valid:
|
|
31
|
+
* <mdc-navigation-bar open xr direction="vertical"></mdc-navigation-bar>
|
|
32
|
+
*
|
|
33
|
+
* @version
|
|
34
|
+
* Material Design 3 - Expressive
|
|
35
|
+
*
|
|
36
|
+
* @link
|
|
37
|
+
* https://www.figma.com/design/4GM7ohCF2Qtjzs7Fra6jlp/Material-3-Design-Kit--Community-?node-id=58016-36879&t=KiHBf0L3gSBbEFIZ-0
|
|
38
|
+
*/
|
|
39
|
+
export declare class NavigationRail extends NavigationRail_base {
|
|
40
|
+
static styles: import("lit").CSSResult;
|
|
41
|
+
expanded: boolean;
|
|
42
|
+
position: 'top' | 'middle' | 'bottom';
|
|
43
|
+
xr: boolean;
|
|
44
|
+
quick: boolean;
|
|
45
|
+
get open(): boolean;
|
|
46
|
+
set open(value: boolean);
|
|
47
|
+
/**
|
|
48
|
+
* @todo
|
|
49
|
+
* - auto open/close
|
|
50
|
+
* - auto change direction
|
|
51
|
+
*/
|
|
52
|
+
private readonly dialog;
|
|
53
|
+
private readonly container;
|
|
54
|
+
private readonly content;
|
|
55
|
+
private readonly tabs;
|
|
56
|
+
protected hasInactiveMenu: boolean;
|
|
57
|
+
protected hasActiveMenu: boolean;
|
|
58
|
+
protected hasFab: boolean;
|
|
59
|
+
protected hasContent: boolean;
|
|
60
|
+
protected isOpen: boolean;
|
|
61
|
+
protected isOpening: boolean;
|
|
62
|
+
protected getRenderClasses(): {
|
|
63
|
+
expanded: boolean;
|
|
64
|
+
collapsed: boolean;
|
|
65
|
+
xr: boolean;
|
|
66
|
+
top: boolean;
|
|
67
|
+
middle: boolean;
|
|
68
|
+
'has-menu': boolean;
|
|
69
|
+
'has-inactive-menu': boolean;
|
|
70
|
+
'has-active-menu': boolean;
|
|
71
|
+
'has-fab': boolean;
|
|
72
|
+
'has-content': boolean;
|
|
73
|
+
};
|
|
74
|
+
protected render(): TemplateResult;
|
|
75
|
+
protected renderContent(): TemplateResult<1>;
|
|
76
|
+
protected renderFab(): TemplateResult<1>;
|
|
77
|
+
protected renderMenu(): TemplateResult<1>;
|
|
78
|
+
protected renderMenuInactiveIcon(): TemplateResult<1>;
|
|
79
|
+
protected renderMenuActiveIcon(): TemplateResult<1>;
|
|
80
|
+
protected cancelAnimations: AbortController | null;
|
|
81
|
+
show(): Promise<void>;
|
|
82
|
+
close(): Promise<void>;
|
|
83
|
+
private animateDialog;
|
|
84
|
+
protected updated(changedProperties: Map<string | number | symbol, unknown>): void;
|
|
85
|
+
private updateSlottedChild;
|
|
86
|
+
private handleExpanded;
|
|
87
|
+
private handleCollapsed;
|
|
88
|
+
protected handleInactiveMenuSlotChange(e: Event): void;
|
|
89
|
+
protected handleActiveMenuSlotChange(e: Event): void;
|
|
90
|
+
protected handleFabSlotChange(e: Event): void;
|
|
91
|
+
protected handleContentSlotChange(e: Event): void;
|
|
92
|
+
}
|
|
93
|
+
export {};
|
|
94
|
+
//# sourceMappingURL=navigation-rail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation-rail.d.ts","sourceRoot":"","sources":["../../../src/components/navigation-rail/navigation-rail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAA;AAS3D,OAAO,CAAC,MAAM,CAAC;IACX,UAAU,qBAAqB;QAC3B,qBAAqB,EAAE,cAAc,CAAA;KACxC;CACJ;;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,qBACa,cAAe,SAAQ,mBAAwC;IAExE,OAAgB,MAAM,0BAAsB;IAGrC,QAAQ,EAAE,OAAO,CAAQ;IAGzB,QAAQ,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAQ;IAG7C,EAAE,EAAE,OAAO,CAAQ;IAGnB,KAAK,EAAE,OAAO,CAAQ;IAE7B,IACW,IAAI,IAAI,OAAO,CAEzB;IACD,IAAW,IAAI,CAAC,KAAK,EAAE,OAAO,EAY7B;IAED;;;;OAIG;IAOH,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA2B;IAErD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA2B;IAGnD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAwC;IAG7D,SAAS,CAAC,eAAe,EAAE,OAAO,CAAQ;IAE1C,SAAS,CAAC,aAAa,EAAE,OAAO,CAAQ;IAExC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAQ;IAEjC,SAAS,CAAC,UAAU,EAAE,OAAO,CAAQ;IAErC,SAAS,CAAC,MAAM,UAAQ;IACxB,SAAS,CAAC,SAAS,UAAQ;IAE3B,SAAS,CAAC,gBAAgB;;;;;;;;;;;;cAeP,MAAM,IAAI,cAAc;IAe3C,SAAS,CAAC,aAAa;IAOvB,SAAS,CAAC,SAAS;IAOnB,SAAS,CAAC,UAAU;IAkBpB,SAAS,CAAC,sBAAsB;IAKhC,SAAS,CAAC,oBAAoB;IAM9B,SAAS,CAAC,gBAAgB,EAAE,eAAe,GAAG,IAAI,CAAO;IAG5C,IAAI;IAgCJ,KAAK;YA6BJ,aAAa;cAkDR,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;IAUpF,OAAO,CAAC,kBAAkB;IAsB1B,OAAO,CAAC,cAAc;IAGtB,OAAO,CAAC,eAAe;IAIvB,SAAS,CAAC,4BAA4B,CAAC,CAAC,EAAE,KAAK;IAG/C,SAAS,CAAC,0BAA0B,CAAC,CAAC,EAAE,KAAK;IAG7C,SAAS,CAAC,mBAAmB,CAAC,CAAC,EAAE,KAAK;IAGtC,SAAS,CAAC,uBAAuB,CAAC,CAAC,EAAE,KAAK;CAG7C"}
|