kemet-ui 2.0.3 → 3.0.1
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/custom-elements.json +621 -692
- package/dist/components/kemet-accordion/kemet-accordion-panel.d.ts +3 -4
- package/dist/components/kemet-accordion/kemet-accordion-panel.js +4 -3
- package/dist/components/kemet-accordion/kemet-accordion-panel.js.map +1 -1
- package/dist/components/kemet-accordion/kemet-accordion.d.ts +6 -5
- package/dist/components/kemet-accordion/kemet-accordion.js +14 -5
- package/dist/components/kemet-accordion/kemet-accordion.js.map +1 -1
- package/dist/components/kemet-accordion/stories.d.ts +2 -0
- package/dist/components/kemet-accordion/stories.js +6 -3
- package/dist/components/kemet-accordion/stories.js.map +1 -1
- package/dist/components/kemet-accordion/styles.js +5 -5
- package/dist/components/kemet-accordion/styles.js.map +1 -1
- package/dist/components/kemet-alert/docs/stories.d.ts +12 -0
- package/dist/components/kemet-alert/docs/stories.js +180 -36
- package/dist/components/kemet-alert/docs/stories.js.map +1 -1
- package/dist/components/kemet-alert/kemet-alert.d.ts +6 -7
- package/dist/components/kemet-alert/kemet-alert.js +8 -5
- package/dist/components/kemet-alert/kemet-alert.js.map +1 -1
- package/dist/components/kemet-alert/styles.js +10 -8
- package/dist/components/kemet-alert/styles.js.map +1 -1
- package/dist/components/kemet-alert/types.d.ts +0 -9
- package/dist/components/kemet-alert/types.js.map +1 -1
- package/dist/components/kemet-avatar/docs/stories.d.ts +4 -0
- package/dist/components/kemet-avatar/docs/stories.js +57 -35
- package/dist/components/kemet-avatar/docs/stories.js.map +1 -1
- package/dist/components/kemet-avatar/kemet-avatar.d.ts +4 -4
- package/dist/components/kemet-avatar/kemet-avatar.js +4 -4
- package/dist/components/kemet-avatar/kemet-avatar.js.map +1 -1
- package/dist/components/kemet-avatar/styles.js +16 -9
- package/dist/components/kemet-avatar/styles.js.map +1 -1
- package/dist/components/kemet-badge/docs/stories.d.ts +6 -0
- package/dist/components/kemet-badge/docs/stories.js +52 -16
- package/dist/components/kemet-badge/docs/stories.js.map +1 -1
- package/dist/components/kemet-badge/kemet-badge.d.ts +2 -1
- package/dist/components/kemet-badge/kemet-badge.js +1 -1
- package/dist/components/kemet-badge/kemet-badge.js.map +1 -1
- package/dist/components/kemet-badge/styles.js +11 -9
- package/dist/components/kemet-badge/styles.js.map +1 -1
- package/dist/components/kemet-badge/types.d.ts +1 -6
- package/dist/components/kemet-badge/types.js.map +1 -1
- package/dist/components/kemet-button/docs/stories.d.ts +12 -0
- package/dist/components/kemet-button/docs/stories.js +81 -20
- package/dist/components/kemet-button/docs/stories.js.map +1 -1
- package/dist/components/kemet-button/kemet-button.d.ts +23 -23
- package/dist/components/kemet-button/kemet-button.js +23 -23
- package/dist/components/kemet-button/kemet-button.js.map +1 -1
- package/dist/components/kemet-button/styles.js +46 -26
- package/dist/components/kemet-button/styles.js.map +1 -1
- package/dist/components/kemet-button/types.d.ts +1 -10
- package/dist/components/kemet-button/types.js.map +1 -1
- package/dist/components/kemet-card/docs/stories.d.ts +10 -0
- package/dist/components/kemet-card/docs/stories.js +78 -66
- package/dist/components/kemet-card/docs/stories.js.map +1 -1
- package/dist/components/kemet-card/kemet-card.d.ts +16 -16
- package/dist/components/kemet-card/kemet-card.js +16 -16
- package/dist/components/kemet-card/kemet-card.js.map +1 -1
- package/dist/components/kemet-card/styles.js +29 -14
- package/dist/components/kemet-card/styles.js.map +1 -1
- package/dist/components/kemet-carousel/docs/stories.d.ts +6 -0
- package/dist/components/kemet-carousel/docs/stories.js +72 -60
- package/dist/components/kemet-carousel/docs/stories.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-current.d.ts +2 -2
- package/dist/components/kemet-carousel/kemet-carousel-current.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-last.d.ts +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-last.js +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-last.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel-total.d.ts +2 -2
- package/dist/components/kemet-carousel/kemet-carousel-total.js.map +1 -1
- package/dist/components/kemet-carousel/kemet-carousel.d.ts +33 -29
- package/dist/components/kemet-carousel/kemet-carousel.js +47 -28
- package/dist/components/kemet-carousel/kemet-carousel.js.map +1 -1
- package/dist/components/kemet-carousel/styles.js +31 -15
- package/dist/components/kemet-carousel/styles.js.map +1 -1
- package/dist/components/kemet-checkbox/docs/stories.d.ts +4 -0
- package/dist/components/kemet-checkbox/docs/stories.js +28 -28
- package/dist/components/kemet-checkbox/docs/stories.js.map +1 -1
- package/dist/components/kemet-checkbox/kemet-checkbox.d.ts +8 -8
- package/dist/components/kemet-checkbox/kemet-checkbox.js +8 -8
- package/dist/components/kemet-checkbox/kemet-checkbox.js.map +1 -1
- package/dist/components/kemet-checkbox/styles.js +20 -13
- package/dist/components/kemet-checkbox/styles.js.map +1 -1
- package/dist/components/kemet-combo/docs/stories.js +14 -12
- package/dist/components/kemet-combo/docs/stories.js.map +1 -1
- package/dist/components/kemet-combo/kemet-combo.d.ts +17 -17
- package/dist/components/kemet-combo/kemet-combo.js +22 -26
- package/dist/components/kemet-combo/kemet-combo.js.map +1 -1
- package/dist/components/kemet-combo/styles.js +21 -9
- package/dist/components/kemet-combo/styles.js.map +1 -1
- package/dist/components/kemet-count/docs/stories.js +10 -25
- package/dist/components/kemet-count/docs/stories.js.map +1 -1
- package/dist/components/kemet-count/kemet-count.d.ts +1 -1
- package/dist/components/kemet-count/kemet-count.js +1 -1
- package/dist/components/kemet-count/kemet-count.js.map +1 -1
- package/dist/components/kemet-draggable/docs/stories.d.ts +1 -0
- package/dist/components/kemet-draggable/docs/stories.js +8 -15
- package/dist/components/kemet-draggable/docs/stories.js.map +1 -1
- package/dist/components/kemet-draggable/kemet-draggable.d.ts +3 -3
- package/dist/components/kemet-draggable/kemet-draggable.js +6 -5
- package/dist/components/kemet-draggable/kemet-draggable.js.map +1 -1
- package/dist/components/kemet-drawer/docs/stories.d.ts +6 -0
- package/dist/components/kemet-drawer/docs/stories.js +59 -60
- package/dist/components/kemet-drawer/docs/stories.js.map +1 -1
- package/dist/components/kemet-drawer/kemet-drawer.d.ts +7 -7
- package/dist/components/kemet-drawer/kemet-drawer.js +7 -7
- package/dist/components/kemet-drawer/kemet-drawer.js.map +1 -1
- package/dist/components/kemet-drawer/styles.js +32 -25
- package/dist/components/kemet-drawer/styles.js.map +1 -1
- package/dist/components/kemet-drawer/types.d.ts +0 -6
- package/dist/components/kemet-drawer/types.js.map +1 -1
- package/dist/components/kemet-fab/docs/stories.d.ts +3 -0
- package/dist/components/kemet-fab/docs/stories.js +23 -32
- package/dist/components/kemet-fab/docs/stories.js.map +1 -1
- package/dist/components/kemet-fab/kemet-fab.d.ts +7 -7
- package/dist/components/kemet-fab/kemet-fab.js +7 -7
- package/dist/components/kemet-fab/kemet-fab.js.map +1 -1
- package/dist/components/kemet-fab/styles.js +19 -10
- package/dist/components/kemet-fab/styles.js.map +1 -1
- package/dist/components/kemet-field/docs/stories.d.ts +1 -1
- package/dist/components/kemet-field/docs/stories.js +19 -69
- package/dist/components/kemet-field/docs/stories.js.map +1 -1
- package/dist/components/kemet-field/kemet-field.d.ts +12 -12
- package/dist/components/kemet-field/kemet-field.js +9 -14
- package/dist/components/kemet-field/kemet-field.js.map +1 -1
- package/dist/components/kemet-field/styles.js +6 -6
- package/dist/components/kemet-field/styles.js.map +1 -1
- package/dist/components/kemet-flipcard/docs/stories.d.ts +3 -0
- package/dist/components/kemet-flipcard/docs/stories.js +29 -78
- package/dist/components/kemet-flipcard/docs/stories.js.map +1 -1
- package/dist/components/kemet-flipcard/kemet-flipcard-trigger.d.ts +1 -1
- package/dist/components/kemet-flipcard/kemet-flipcard-trigger.js +2 -3
- package/dist/components/kemet-flipcard/kemet-flipcard-trigger.js.map +1 -1
- package/dist/components/kemet-flipcard/kemet-flipcard.d.ts +9 -9
- package/dist/components/kemet-flipcard/kemet-flipcard.js +10 -12
- package/dist/components/kemet-flipcard/kemet-flipcard.js.map +1 -1
- package/dist/components/kemet-flipcard/styles.js +20 -10
- package/dist/components/kemet-flipcard/styles.js.map +1 -1
- package/dist/components/kemet-icon/docs/stories.js +8 -15
- package/dist/components/kemet-icon/docs/stories.js.map +1 -1
- package/dist/components/kemet-input/docs/stories.d.ts +4 -0
- package/dist/components/kemet-input/docs/stories.js +54 -113
- package/dist/components/kemet-input/docs/stories.js.map +1 -1
- package/dist/components/kemet-input/kemet-input.d.ts +18 -37
- package/dist/components/kemet-input/kemet-input.js +18 -38
- package/dist/components/kemet-input/kemet-input.js.map +1 -1
- package/dist/components/kemet-input/styles.js +38 -21
- package/dist/components/kemet-input/styles.js.map +1 -1
- package/dist/components/kemet-modal/docs/stories.d.ts +2 -0
- package/dist/components/kemet-modal/docs/stories.js +25 -68
- package/dist/components/kemet-modal/docs/stories.js.map +1 -1
- package/dist/components/kemet-modal/kemet-modal-close.js +1 -1
- package/dist/components/kemet-modal/kemet-modal-close.js.map +1 -1
- package/dist/components/kemet-modal/kemet-modal.d.ts +20 -10
- package/dist/components/kemet-modal/kemet-modal.js +39 -20
- package/dist/components/kemet-modal/kemet-modal.js.map +1 -1
- package/dist/components/kemet-modal/styles.js +77 -48
- package/dist/components/kemet-modal/styles.js.map +1 -1
- package/dist/components/kemet-password/docs/stories.js +10 -18
- package/dist/components/kemet-password/docs/stories.js.map +1 -1
- package/dist/components/kemet-password/kemet-password.d.ts +14 -8
- package/dist/components/kemet-password/kemet-password.js +4 -33
- package/dist/components/kemet-password/kemet-password.js.map +1 -1
- package/dist/components/kemet-password/styles.js +7 -7
- package/dist/components/kemet-password/styles.js.map +1 -1
- package/dist/components/kemet-popper/docs/stories.d.ts +2 -0
- package/dist/components/kemet-popper/docs/stories.js +32 -39
- package/dist/components/kemet-popper/docs/stories.js.map +1 -1
- package/dist/components/kemet-popper/kemet-popper-close.d.ts +1 -1
- package/dist/components/kemet-popper/kemet-popper-close.js +2 -3
- package/dist/components/kemet-popper/kemet-popper-close.js.map +1 -1
- package/dist/components/kemet-popper/kemet-popper.d.ts +19 -10
- package/dist/components/kemet-popper/kemet-popper.js +23 -32
- package/dist/components/kemet-popper/kemet-popper.js.map +1 -1
- package/dist/components/kemet-popper/styles.js +14 -5
- package/dist/components/kemet-popper/styles.js.map +1 -1
- package/dist/components/kemet-radio/docs/stories.d.ts +2 -0
- package/dist/components/kemet-radio/docs/stories.js +24 -20
- package/dist/components/kemet-radio/docs/stories.js.map +1 -1
- package/dist/components/kemet-radio/kemet-radio.d.ts +7 -6
- package/dist/components/kemet-radio/kemet-radio.js +7 -6
- package/dist/components/kemet-radio/kemet-radio.js.map +1 -1
- package/dist/components/kemet-radio/kemet-radios.d.ts +6 -5
- package/dist/components/kemet-radio/kemet-radios.js +11 -5
- package/dist/components/kemet-radio/kemet-radios.js.map +1 -1
- package/dist/components/kemet-radio/styles.js +26 -16
- package/dist/components/kemet-radio/styles.js.map +1 -1
- package/dist/components/kemet-rotator/docs/stories.d.ts +1 -0
- package/dist/components/kemet-rotator/docs/stories.js +16 -28
- package/dist/components/kemet-rotator/docs/stories.js.map +1 -1
- package/dist/components/kemet-rotator/kemet-rotator.d.ts +3 -3
- package/dist/components/kemet-rotator/kemet-rotator.js +2 -3
- package/dist/components/kemet-rotator/kemet-rotator.js.map +1 -1
- package/dist/components/kemet-rotator/styles.js +4 -2
- package/dist/components/kemet-rotator/styles.js.map +1 -1
- package/dist/components/kemet-scroll-link/docs/stories.js +2 -2
- package/dist/components/kemet-scroll-link/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-link/kemet-scroll-link.d.ts +2 -2
- package/dist/components/kemet-scroll-link/kemet-scroll-link.js +11 -10
- package/dist/components/kemet-scroll-link/kemet-scroll-link.js.map +1 -1
- package/dist/components/kemet-scroll-nav/docs/stories.js +5 -5
- package/dist/components/kemet-scroll-nav/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.d.ts +7 -7
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.js +7 -12
- package/dist/components/kemet-scroll-nav/kemet-scroll-nav.js.map +1 -1
- package/dist/components/kemet-scroll-nav/styles.js +10 -4
- package/dist/components/kemet-scroll-nav/styles.js.map +1 -1
- package/dist/components/kemet-scroll-snap/docs/stories.d.ts +6 -0
- package/dist/components/kemet-scroll-snap/docs/stories.js +72 -82
- package/dist/components/kemet-scroll-snap/docs/stories.js.map +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.d.ts +8 -7
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js +4 -4
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-paginator.js.map +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-slide.d.ts +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-slide.js +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap-slide.js.map +1 -1
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.d.ts +7 -6
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.js +6 -11
- package/dist/components/kemet-scroll-snap/kemet-scroll-snap.js.map +1 -1
- package/dist/components/kemet-scroll-snap/styles.js +14 -6
- package/dist/components/kemet-scroll-snap/styles.js.map +1 -1
- package/dist/components/kemet-select/docs/stories.d.ts +3 -0
- package/dist/components/kemet-select/docs/stories.js +25 -33
- package/dist/components/kemet-select/docs/stories.js.map +1 -1
- package/dist/components/kemet-select/kemet-option.d.ts +1 -1
- package/dist/components/kemet-select/kemet-option.js +1 -1
- package/dist/components/kemet-select/kemet-option.js.map +1 -1
- package/dist/components/kemet-select/kemet-select.d.ts +32 -23
- package/dist/components/kemet-select/kemet-select.js +3 -44
- package/dist/components/kemet-select/kemet-select.js.map +1 -1
- package/dist/components/kemet-select/styles.js +32 -16
- package/dist/components/kemet-select/styles.js.map +1 -1
- package/dist/components/kemet-sortable/docs/stories.js +5 -10
- package/dist/components/kemet-sortable/docs/stories.js.map +1 -1
- package/dist/components/kemet-sortable/kemet-sortable.d.ts +5 -5
- package/dist/components/kemet-sortable/kemet-sortable.js +5 -5
- package/dist/components/kemet-sortable/kemet-sortable.js.map +1 -1
- package/dist/components/kemet-sortable/styles.js +1 -1
- package/dist/components/kemet-sortable/styles.js.map +1 -1
- package/dist/components/kemet-svgs/docs/stories.js +11 -11
- package/dist/components/kemet-svgs/docs/stories.js.map +1 -1
- package/dist/components/kemet-svgs/kemet-svgs.d.ts +1 -1
- package/dist/components/kemet-svgs/kemet-svgs.js +1 -1
- package/dist/components/kemet-svgs/kemet-svgs.js.map +1 -1
- package/dist/components/kemet-tabs/docs/stories.d.ts +9 -0
- package/dist/components/kemet-tabs/docs/stories.js +78 -78
- package/dist/components/kemet-tabs/docs/stories.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.d.ts +2 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.js +4 -1
- package/dist/components/kemet-tabs/kemet-tab-panel.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tab.d.ts +3 -2
- package/dist/components/kemet-tabs/kemet-tab.js +6 -3
- package/dist/components/kemet-tabs/kemet-tab.js.map +1 -1
- package/dist/components/kemet-tabs/kemet-tabs.d.ts +30 -21
- package/dist/components/kemet-tabs/kemet-tabs.js +12 -48
- package/dist/components/kemet-tabs/kemet-tabs.js.map +1 -1
- package/dist/components/kemet-tabs/styles.js +12 -5
- package/dist/components/kemet-tabs/styles.js.map +1 -1
- package/dist/components/kemet-textarea/docs/stories.d.ts +3 -0
- package/dist/components/kemet-textarea/docs/stories.js +37 -67
- package/dist/components/kemet-textarea/docs/stories.js.map +1 -1
- package/dist/components/kemet-textarea/kemet-textarea.d.ts +12 -12
- package/dist/components/kemet-textarea/kemet-textarea.js +12 -12
- package/dist/components/kemet-textarea/kemet-textarea.js.map +1 -1
- package/dist/components/kemet-textarea/styles.js +31 -16
- package/dist/components/kemet-textarea/styles.js.map +1 -1
- package/dist/components/kemet-toggle/docs/stories.d.ts +2 -0
- package/dist/components/kemet-toggle/docs/stories.js +21 -36
- package/dist/components/kemet-toggle/docs/stories.js.map +1 -1
- package/dist/components/kemet-toggle/kemet-toggle.d.ts +12 -12
- package/dist/components/kemet-toggle/kemet-toggle.js +12 -12
- package/dist/components/kemet-toggle/kemet-toggle.js.map +1 -1
- package/dist/components/kemet-toggle/styles.js +12 -6
- package/dist/components/kemet-toggle/styles.js.map +1 -1
- package/dist/components/kemet-tooltip/docs/stories.d.ts +4 -0
- package/dist/components/kemet-tooltip/docs/stories.js +58 -33
- package/dist/components/kemet-tooltip/docs/stories.js.map +1 -1
- package/dist/components/kemet-tooltip/kemet-tooltip.d.ts +2 -2
- package/dist/components/kemet-tooltip/kemet-tooltip.js +13 -12
- package/dist/components/kemet-tooltip/kemet-tooltip.js.map +1 -1
- package/dist/components/kemet-tooltip/styles.js +2 -2
- package/dist/components/kemet-tooltip/styles.js.map +1 -1
- package/dist/components/kemet-tracker/docs/stories.d.ts +1 -0
- package/dist/components/kemet-tracker/docs/stories.js +18 -22
- package/dist/components/kemet-tracker/docs/stories.js.map +1 -1
- package/dist/components/kemet-tracker/kemet-tracker-step.d.ts +18 -18
- package/dist/components/kemet-tracker/kemet-tracker-step.js +18 -18
- package/dist/components/kemet-tracker/kemet-tracker-step.js.map +1 -1
- package/dist/components/kemet-tracker/kemet-tracker.d.ts +2 -1
- package/dist/components/kemet-tracker/kemet-tracker.js.map +1 -1
- package/dist/components/kemet-tracker/styles.js +23 -12
- package/dist/components/kemet-tracker/styles.js.map +1 -1
- package/dist/components/kemet-upload/docs/stories.js +17 -22
- package/dist/components/kemet-upload/docs/stories.js.map +1 -1
- package/dist/components/kemet-upload/kemet-upload-file.d.ts +3 -3
- package/dist/components/kemet-upload/kemet-upload-file.js +4 -5
- package/dist/components/kemet-upload/kemet-upload-file.js.map +1 -1
- package/dist/components/kemet-upload/kemet-upload.d.ts +7 -7
- package/dist/components/kemet-upload/kemet-upload.js +7 -12
- package/dist/components/kemet-upload/kemet-upload.js.map +1 -1
- package/dist/components/kemet-upload/styles.js +27 -18
- package/dist/components/kemet-upload/styles.js.map +1 -1
- package/dist/kemet-components.bundle.js +98 -86
- package/dist/kemet-components.bundle.js.map +1 -1
- package/dist/kemet-components.cjs +3076 -2910
- package/dist/kemet-components.js +3076 -2910
- package/dist/styles/kemet.base.css +255 -78
- package/dist/styles/kemet.base.css.map +1 -1
- package/dist/styles/kemet.base.scss +6 -5
- package/dist/styles/kemet.components.css +1 -16
- package/dist/styles/kemet.components.css.map +1 -1
- package/dist/styles/kemet.components.scss +0 -2
- package/dist/styles/kemet.core.css +5554 -2122
- package/dist/styles/kemet.core.css.map +1 -1
- package/dist/styles/shared/_config.scss +306 -93
- package/dist/styles/shared/_helpers.scss +88 -16
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -14
- package/dist/components/kemet-accordion/types.d.ts +0 -9
- package/dist/components/kemet-accordion/types.js +0 -2
- package/dist/components/kemet-accordion/types.js.map +0 -1
- package/dist/components/kemet-avatar/types.d.ts +0 -8
- package/dist/components/kemet-avatar/types.js +0 -2
- package/dist/components/kemet-avatar/types.js.map +0 -1
- package/dist/components/kemet-card/types.d.ts +0 -3
- package/dist/components/kemet-card/types.js +0 -2
- package/dist/components/kemet-card/types.js.map +0 -1
- package/dist/components/kemet-carousel/types.d.ts +0 -21
- package/dist/components/kemet-carousel/types.js +0 -2
- package/dist/components/kemet-carousel/types.js.map +0 -1
- package/dist/components/kemet-combo/types.d.ts +0 -5
- package/dist/components/kemet-combo/types.js +0 -2
- package/dist/components/kemet-combo/types.js.map +0 -1
- package/dist/components/kemet-draggable/types.d.ts +0 -6
- package/dist/components/kemet-draggable/types.js +0 -2
- package/dist/components/kemet-draggable/types.js.map +0 -1
- package/dist/styles/components/drawer.scss +0 -11
- package/dist/styles/components/modal.scss +0 -8
package/custom-elements.json
CHANGED
|
@@ -10,12 +10,6 @@
|
|
|
10
10
|
"kind": "class",
|
|
11
11
|
"description": "",
|
|
12
12
|
"name": "KemetAccordionPanel",
|
|
13
|
-
"cssProperties": [
|
|
14
|
-
{
|
|
15
|
-
"description": "The speed of the opening and closing effect. Default: 0.3s.",
|
|
16
|
-
"name": "--kemet-accordion-panel-transition-speed"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
13
|
"cssParts": [
|
|
20
14
|
{
|
|
21
15
|
"description": "Contains the trigger for the panel.",
|
|
@@ -72,6 +66,14 @@
|
|
|
72
66
|
"description": "Uniquely identifies a panel for accessibility purposes",
|
|
73
67
|
"attribute": "slug"
|
|
74
68
|
},
|
|
69
|
+
{
|
|
70
|
+
"kind": "field",
|
|
71
|
+
"name": "index",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "number"
|
|
74
|
+
},
|
|
75
|
+
"attribute": "index"
|
|
76
|
+
},
|
|
75
77
|
{
|
|
76
78
|
"kind": "method",
|
|
77
79
|
"name": "toggle"
|
|
@@ -89,7 +91,10 @@
|
|
|
89
91
|
"name": "handleKeyDown",
|
|
90
92
|
"parameters": [
|
|
91
93
|
{
|
|
92
|
-
"name": "event"
|
|
94
|
+
"name": "event",
|
|
95
|
+
"type": {
|
|
96
|
+
"text": "KeyboardEvent"
|
|
97
|
+
}
|
|
93
98
|
}
|
|
94
99
|
]
|
|
95
100
|
}
|
|
@@ -134,6 +139,13 @@
|
|
|
134
139
|
"default": "'panel'",
|
|
135
140
|
"description": "Uniquely identifies a panel for accessibility purposes",
|
|
136
141
|
"fieldName": "slug"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "index",
|
|
145
|
+
"type": {
|
|
146
|
+
"text": "number"
|
|
147
|
+
},
|
|
148
|
+
"fieldName": "index"
|
|
137
149
|
}
|
|
138
150
|
],
|
|
139
151
|
"superclass": {
|
|
@@ -179,8 +191,9 @@
|
|
|
179
191
|
"type": {
|
|
180
192
|
"text": "number"
|
|
181
193
|
},
|
|
194
|
+
"default": "0",
|
|
182
195
|
"description": "The index value for the most recently opened panel",
|
|
183
|
-
"attribute": "
|
|
196
|
+
"attribute": "current-panel"
|
|
184
197
|
},
|
|
185
198
|
{
|
|
186
199
|
"kind": "field",
|
|
@@ -190,7 +203,7 @@
|
|
|
190
203
|
},
|
|
191
204
|
"default": "false",
|
|
192
205
|
"description": "Support for closing all inactive panels when one is opened",
|
|
193
|
-
"attribute": "toggle-panels
|
|
206
|
+
"attribute": "toggle-panels"
|
|
194
207
|
},
|
|
195
208
|
{
|
|
196
209
|
"kind": "method",
|
|
@@ -201,7 +214,10 @@
|
|
|
201
214
|
"name": "handlePanelOpened",
|
|
202
215
|
"parameters": [
|
|
203
216
|
{
|
|
204
|
-
"name": "event"
|
|
217
|
+
"name": "event",
|
|
218
|
+
"type": {
|
|
219
|
+
"text": "CustomEvent"
|
|
220
|
+
}
|
|
205
221
|
}
|
|
206
222
|
]
|
|
207
223
|
},
|
|
@@ -210,7 +226,10 @@
|
|
|
210
226
|
"name": "navigatePanels",
|
|
211
227
|
"parameters": [
|
|
212
228
|
{
|
|
213
|
-
"name": "direction"
|
|
229
|
+
"name": "direction",
|
|
230
|
+
"type": {
|
|
231
|
+
"text": "string"
|
|
232
|
+
}
|
|
214
233
|
}
|
|
215
234
|
]
|
|
216
235
|
},
|
|
@@ -219,7 +238,10 @@
|
|
|
219
238
|
"name": "handleKeyDown",
|
|
220
239
|
"parameters": [
|
|
221
240
|
{
|
|
222
|
-
"name": "event"
|
|
241
|
+
"name": "event",
|
|
242
|
+
"type": {
|
|
243
|
+
"text": "KeyboardEvent"
|
|
244
|
+
}
|
|
223
245
|
}
|
|
224
246
|
]
|
|
225
247
|
},
|
|
@@ -234,15 +256,16 @@
|
|
|
234
256
|
],
|
|
235
257
|
"attributes": [
|
|
236
258
|
{
|
|
237
|
-
"name": "
|
|
259
|
+
"name": "current-panel",
|
|
238
260
|
"type": {
|
|
239
261
|
"text": "number"
|
|
240
262
|
},
|
|
263
|
+
"default": "0",
|
|
241
264
|
"description": "The index value for the most recently opened panel",
|
|
242
265
|
"fieldName": "currentPanel"
|
|
243
266
|
},
|
|
244
267
|
{
|
|
245
|
-
"name": "toggle-panels
|
|
268
|
+
"name": "toggle-panels",
|
|
246
269
|
"type": {
|
|
247
270
|
"text": "boolean"
|
|
248
271
|
},
|
|
@@ -289,19 +312,19 @@
|
|
|
289
312
|
"name": "KemetAvatar",
|
|
290
313
|
"cssProperties": [
|
|
291
314
|
{
|
|
292
|
-
"description": "The color of the text.
|
|
315
|
+
"description": "The color of the text.",
|
|
293
316
|
"name": "--kemet-avatar-color"
|
|
294
317
|
},
|
|
295
318
|
{
|
|
296
|
-
"description": "The color of the background.
|
|
319
|
+
"description": "The color of the background.",
|
|
297
320
|
"name": "--kemet-avatar-background-color"
|
|
298
321
|
},
|
|
299
322
|
{
|
|
300
|
-
"description": "The border radius of the rounded type.
|
|
323
|
+
"description": "The border radius of the rounded type.",
|
|
301
324
|
"name": "--kemet-avatar-rounded-radius"
|
|
302
325
|
},
|
|
303
326
|
{
|
|
304
|
-
"description": "The space around the initials.
|
|
327
|
+
"description": "The space around the initials.",
|
|
305
328
|
"name": "--kemet-avatar-initials-margin"
|
|
306
329
|
}
|
|
307
330
|
],
|
|
@@ -514,11 +537,11 @@
|
|
|
514
537
|
"name": "KemetAlert",
|
|
515
538
|
"cssProperties": [
|
|
516
539
|
{
|
|
517
|
-
"description": "The padding on the alert.
|
|
540
|
+
"description": "The padding on the alert.",
|
|
518
541
|
"name": "--kemet-alert-padding"
|
|
519
542
|
},
|
|
520
543
|
{
|
|
521
|
-
"description": "The thickness of the border.
|
|
544
|
+
"description": "The thickness of the border.",
|
|
522
545
|
"name": "--kemet-alert-border-thickness"
|
|
523
546
|
},
|
|
524
547
|
{
|
|
@@ -526,15 +549,11 @@
|
|
|
526
549
|
"name": "--kemet-alert-status-color"
|
|
527
550
|
},
|
|
528
551
|
{
|
|
529
|
-
"description": "The alert's
|
|
530
|
-
"name": "--kemet-alert-gap"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"description": "The alert's alignment. Default: center.",
|
|
552
|
+
"description": "The alert's alignment.",
|
|
534
553
|
"name": "--kemet-alert-align-items"
|
|
535
554
|
},
|
|
536
555
|
{
|
|
537
|
-
"description": "The border around the alert.
|
|
556
|
+
"description": "The border around the alert.",
|
|
538
557
|
"name": "--kemet-alert-border"
|
|
539
558
|
}
|
|
540
559
|
],
|
|
@@ -587,6 +606,7 @@
|
|
|
587
606
|
"type": {
|
|
588
607
|
"text": "TypeStatus"
|
|
589
608
|
},
|
|
609
|
+
"default": "'standard'",
|
|
590
610
|
"attribute": "status",
|
|
591
611
|
"reflects": true
|
|
592
612
|
},
|
|
@@ -669,6 +689,7 @@
|
|
|
669
689
|
"type": {
|
|
670
690
|
"text": "TypeStatus"
|
|
671
691
|
},
|
|
692
|
+
"default": "'standard'",
|
|
672
693
|
"fieldName": "status"
|
|
673
694
|
},
|
|
674
695
|
{
|
|
@@ -863,63 +884,63 @@
|
|
|
863
884
|
"name": "KemetCard",
|
|
864
885
|
"cssProperties": [
|
|
865
886
|
{
|
|
866
|
-
"description": "The space around elements.
|
|
887
|
+
"description": "The space around elements.",
|
|
867
888
|
"name": "--kemet-card-padding"
|
|
868
889
|
},
|
|
869
890
|
{
|
|
870
|
-
"description": "The color of the borders.
|
|
891
|
+
"description": "The color of the borders.",
|
|
871
892
|
"name": "--kemet-card-border-color"
|
|
872
893
|
},
|
|
873
894
|
{
|
|
874
|
-
"description": "The color of the text. Default:
|
|
895
|
+
"description": "The color of the text. Default:",
|
|
875
896
|
"name": "--kemet-card-color"
|
|
876
897
|
},
|
|
877
898
|
{
|
|
878
|
-
"description": "The max width of the card.
|
|
899
|
+
"description": "The max width of the card.",
|
|
879
900
|
"name": "--kemet-card-max-width"
|
|
880
901
|
},
|
|
881
902
|
{
|
|
882
|
-
"description": "The border around the card.
|
|
903
|
+
"description": "The border around the card.",
|
|
883
904
|
"name": "--kemet-card-border"
|
|
884
905
|
},
|
|
885
906
|
{
|
|
886
|
-
"description": "The border radius of the card.
|
|
907
|
+
"description": "The border radius of the card.",
|
|
887
908
|
"name": "--kemet-card-border-radius"
|
|
888
909
|
},
|
|
889
910
|
{
|
|
890
|
-
"description": "The background color.
|
|
911
|
+
"description": "The background color.",
|
|
891
912
|
"name": "--kemet-card-background-color"
|
|
892
913
|
},
|
|
893
914
|
{
|
|
894
|
-
"description": "The body spacing.
|
|
915
|
+
"description": "The body spacing.",
|
|
895
916
|
"name": "--kemet-card-body-padding"
|
|
896
917
|
},
|
|
897
918
|
{
|
|
898
|
-
"description": "The header spacing.
|
|
919
|
+
"description": "The header spacing.",
|
|
899
920
|
"name": "--kemet-card-header-padding"
|
|
900
921
|
},
|
|
901
922
|
{
|
|
902
|
-
"description": "The header border.
|
|
923
|
+
"description": "The header border.",
|
|
903
924
|
"name": "--kemet-card-header-border-bottom"
|
|
904
925
|
},
|
|
905
926
|
{
|
|
906
|
-
"description": "The caption text color.
|
|
927
|
+
"description": "The caption text color.",
|
|
907
928
|
"name": "--kemet-card-caption-color"
|
|
908
929
|
},
|
|
909
930
|
{
|
|
910
|
-
"description": "The caption spacing.
|
|
931
|
+
"description": "The caption spacing.",
|
|
911
932
|
"name": "--kemet-card-caption-padding"
|
|
912
933
|
},
|
|
913
934
|
{
|
|
914
|
-
"description": "The caption background color.
|
|
935
|
+
"description": "The caption background color.",
|
|
915
936
|
"name": "--kemet-card-caption-background-color"
|
|
916
937
|
},
|
|
917
938
|
{
|
|
918
|
-
"description": "The footer spacing.
|
|
939
|
+
"description": "The footer spacing.",
|
|
919
940
|
"name": "--kemet-card-footer-padding"
|
|
920
941
|
},
|
|
921
942
|
{
|
|
922
|
-
"description": "The footer border.
|
|
943
|
+
"description": "The footer border.",
|
|
923
944
|
"name": "--kemet-card-footer-border-top"
|
|
924
945
|
}
|
|
925
946
|
],
|
|
@@ -939,7 +960,7 @@
|
|
|
939
960
|
"name": "default"
|
|
940
961
|
},
|
|
941
962
|
{
|
|
942
|
-
"description": "The
|
|
963
|
+
"description": "The card's header.",
|
|
943
964
|
"name": "header"
|
|
944
965
|
},
|
|
945
966
|
{
|
|
@@ -1015,75 +1036,75 @@
|
|
|
1015
1036
|
"name": "KemetButton",
|
|
1016
1037
|
"cssProperties": [
|
|
1017
1038
|
{
|
|
1018
|
-
"description": "The font size.
|
|
1039
|
+
"description": "The font size.",
|
|
1019
1040
|
"name": "--kemet-button-font-size"
|
|
1020
1041
|
},
|
|
1021
1042
|
{
|
|
1022
|
-
"description": "The text color.
|
|
1043
|
+
"description": "The text color.",
|
|
1023
1044
|
"name": "--kemet-button-color"
|
|
1024
1045
|
},
|
|
1025
1046
|
{
|
|
1026
|
-
"description": "The width.
|
|
1047
|
+
"description": "The width.",
|
|
1027
1048
|
"name": "--kemet-button-width"
|
|
1028
1049
|
},
|
|
1029
1050
|
{
|
|
1030
|
-
"description": "The height.
|
|
1051
|
+
"description": "The height.",
|
|
1031
1052
|
"name": "--kemet-button-height"
|
|
1032
1053
|
},
|
|
1033
1054
|
{
|
|
1034
|
-
"description": "The border.
|
|
1055
|
+
"description": "The border.",
|
|
1035
1056
|
"name": "--kemet-button-border"
|
|
1036
1057
|
},
|
|
1037
1058
|
{
|
|
1038
|
-
"description": "The border radius.
|
|
1059
|
+
"description": "The border radius.",
|
|
1039
1060
|
"name": "--kemet-button-border-radius"
|
|
1040
1061
|
},
|
|
1041
1062
|
{
|
|
1042
|
-
"description": "The transition speed of the hover effect.
|
|
1063
|
+
"description": "The transition speed of the hover effect.",
|
|
1043
1064
|
"name": "--kemet-button-transition-speed"
|
|
1044
1065
|
},
|
|
1045
1066
|
{
|
|
1046
|
-
"description": "The background color.
|
|
1067
|
+
"description": "The background color.",
|
|
1047
1068
|
"name": "--kemet-button-background-color"
|
|
1048
1069
|
},
|
|
1049
1070
|
{
|
|
1050
|
-
"description": "The brightness of the hover effect.
|
|
1071
|
+
"description": "The brightness of the hover effect.",
|
|
1051
1072
|
"name": "--kemet-button-hover-brightness"
|
|
1052
1073
|
},
|
|
1053
1074
|
{
|
|
1054
|
-
"description": "The gap between the button and icons.
|
|
1075
|
+
"description": "The gap between the button and icons.",
|
|
1055
1076
|
"name": "--kemet-button-gap"
|
|
1056
1077
|
},
|
|
1057
1078
|
{
|
|
1058
|
-
"description": "The button padding.
|
|
1079
|
+
"description": "The button padding.",
|
|
1059
1080
|
"name": "--kemet-button-padding"
|
|
1060
1081
|
},
|
|
1061
1082
|
{
|
|
1062
|
-
"description": "The decoration for a text button's hover.
|
|
1083
|
+
"description": "The decoration for a text button's hover.",
|
|
1063
1084
|
"name": "--kemet-button-hover-decoration"
|
|
1064
1085
|
},
|
|
1065
1086
|
{
|
|
1066
|
-
"description": "The diameter of a circle button.
|
|
1087
|
+
"description": "The diameter of a circle button.",
|
|
1067
1088
|
"name": "--kemet-button-circle-size"
|
|
1068
1089
|
},
|
|
1069
1090
|
{
|
|
1070
|
-
"description": "The border radius of the rounded button.
|
|
1091
|
+
"description": "The border radius of the rounded button.",
|
|
1071
1092
|
"name": "--kemet-button-rounded-amount"
|
|
1072
1093
|
},
|
|
1073
1094
|
{
|
|
1074
|
-
"description": "The width of the outline border.
|
|
1095
|
+
"description": "The width of the outline border.",
|
|
1075
1096
|
"name": "--kemet-button-border-width"
|
|
1076
1097
|
},
|
|
1077
1098
|
{
|
|
1078
|
-
"description": "The style of the outline border.
|
|
1099
|
+
"description": "The style of the outline border.",
|
|
1079
1100
|
"name": "--kemet-button-border-style"
|
|
1080
1101
|
},
|
|
1081
1102
|
{
|
|
1082
|
-
"description": "The color of the outline border.
|
|
1103
|
+
"description": "The color of the outline border.",
|
|
1083
1104
|
"name": "--kemet-button-border-color"
|
|
1084
1105
|
},
|
|
1085
1106
|
{
|
|
1086
|
-
"description": "The opacity of the disabled state.
|
|
1107
|
+
"description": "The opacity of the disabled state.",
|
|
1087
1108
|
"name": "--kemet-button-disabled-opacity"
|
|
1088
1109
|
}
|
|
1089
1110
|
],
|
|
@@ -1110,7 +1131,7 @@
|
|
|
1110
1131
|
"type": {
|
|
1111
1132
|
"text": "boolean"
|
|
1112
1133
|
},
|
|
1113
|
-
"description": "Determines
|
|
1134
|
+
"description": "Determines if the button is active",
|
|
1114
1135
|
"attribute": "active",
|
|
1115
1136
|
"reflects": true
|
|
1116
1137
|
},
|
|
@@ -1167,13 +1188,13 @@
|
|
|
1167
1188
|
},
|
|
1168
1189
|
{
|
|
1169
1190
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1191
|
+
"name": "variant",
|
|
1171
1192
|
"type": {
|
|
1172
1193
|
"text": "string"
|
|
1173
1194
|
},
|
|
1174
1195
|
"default": "'standard'",
|
|
1175
1196
|
"description": "Controls the type of button. standard | text | circle | rounded | pill",
|
|
1176
|
-
"attribute": "
|
|
1197
|
+
"attribute": "variant",
|
|
1177
1198
|
"reflects": true
|
|
1178
1199
|
},
|
|
1179
1200
|
{
|
|
@@ -1206,10 +1227,10 @@
|
|
|
1206
1227
|
"parameters": [
|
|
1207
1228
|
{
|
|
1208
1229
|
"name": "event",
|
|
1209
|
-
"description": "event object",
|
|
1210
1230
|
"type": {
|
|
1211
1231
|
"text": "object"
|
|
1212
|
-
}
|
|
1232
|
+
},
|
|
1233
|
+
"description": "event object"
|
|
1213
1234
|
}
|
|
1214
1235
|
],
|
|
1215
1236
|
"description": "Handles keyup",
|
|
@@ -1222,7 +1243,7 @@
|
|
|
1222
1243
|
"type": {
|
|
1223
1244
|
"text": "boolean"
|
|
1224
1245
|
},
|
|
1225
|
-
"description": "Determines
|
|
1246
|
+
"description": "Determines if the button is active",
|
|
1226
1247
|
"fieldName": "active"
|
|
1227
1248
|
},
|
|
1228
1249
|
{
|
|
@@ -1268,13 +1289,13 @@
|
|
|
1268
1289
|
"fieldName": "disabled"
|
|
1269
1290
|
},
|
|
1270
1291
|
{
|
|
1271
|
-
"name": "
|
|
1292
|
+
"name": "variant",
|
|
1272
1293
|
"type": {
|
|
1273
1294
|
"text": "string"
|
|
1274
1295
|
},
|
|
1275
1296
|
"default": "'standard'",
|
|
1276
1297
|
"description": "Controls the type of button. standard | text | circle | rounded | pill",
|
|
1277
|
-
"fieldName": "
|
|
1298
|
+
"fieldName": "variant"
|
|
1278
1299
|
}
|
|
1279
1300
|
],
|
|
1280
1301
|
"superclass": {
|
|
@@ -1327,7 +1348,7 @@
|
|
|
1327
1348
|
"kind": "field",
|
|
1328
1349
|
"name": "carousel",
|
|
1329
1350
|
"type": {
|
|
1330
|
-
"text": "
|
|
1351
|
+
"text": "KemetCarousel | null"
|
|
1331
1352
|
}
|
|
1332
1353
|
}
|
|
1333
1354
|
],
|
|
@@ -1480,7 +1501,7 @@
|
|
|
1480
1501
|
"package": "lit"
|
|
1481
1502
|
},
|
|
1482
1503
|
"tagName": "kemet-carousel-last",
|
|
1483
|
-
"summary": "A link to the last slide in the carousel
|
|
1504
|
+
"summary": "A link to the last slide in the carousel.",
|
|
1484
1505
|
"customElement": true
|
|
1485
1506
|
}
|
|
1486
1507
|
],
|
|
@@ -1850,7 +1871,7 @@
|
|
|
1850
1871
|
"kind": "field",
|
|
1851
1872
|
"name": "carousel",
|
|
1852
1873
|
"type": {
|
|
1853
|
-
"text": "
|
|
1874
|
+
"text": "KemetCarousel | null"
|
|
1854
1875
|
}
|
|
1855
1876
|
}
|
|
1856
1877
|
],
|
|
@@ -1902,63 +1923,63 @@
|
|
|
1902
1923
|
"name": "KemetCarousel",
|
|
1903
1924
|
"cssProperties": [
|
|
1904
1925
|
{
|
|
1905
|
-
"description": "The width of the carousel.
|
|
1926
|
+
"description": "The width of the carousel.",
|
|
1906
1927
|
"name": "--kemet-carousel-width"
|
|
1907
1928
|
},
|
|
1908
1929
|
{
|
|
1909
|
-
"description": "The height of the carousel.
|
|
1930
|
+
"description": "The height of the carousel.",
|
|
1910
1931
|
"name": "--kemet-carousel-height"
|
|
1911
1932
|
},
|
|
1912
1933
|
{
|
|
1913
|
-
"description": "The space between items in the toolbar.
|
|
1934
|
+
"description": "The space between items in the toolbar.",
|
|
1914
1935
|
"name": "--kemet-carousel-toolbar-gap"
|
|
1915
1936
|
},
|
|
1916
1937
|
{
|
|
1917
|
-
"description": "The cross axis alignment of the toolbar.
|
|
1938
|
+
"description": "The cross axis alignment of the toolbar.",
|
|
1918
1939
|
"name": "--kemet-carousel-toolbar-justify-content"
|
|
1919
1940
|
},
|
|
1920
1941
|
{
|
|
1921
|
-
"description": "The padding of the toolbar.
|
|
1942
|
+
"description": "The padding of the toolbar.",
|
|
1922
1943
|
"name": "--kemet-carousel-toolbar-padding"
|
|
1923
1944
|
},
|
|
1924
1945
|
{
|
|
1925
|
-
"description": "The inner toolbar width.
|
|
1946
|
+
"description": "The inner toolbar width.",
|
|
1926
1947
|
"name": "--kemet-carousel-toolbar-inner-width"
|
|
1927
1948
|
},
|
|
1928
1949
|
{
|
|
1929
|
-
"description": "The bottom position of the inner toolbar.
|
|
1950
|
+
"description": "The bottom position of the inner toolbar.",
|
|
1930
1951
|
"name": "--kemet-carousel-toolbar-inner-bottom"
|
|
1931
1952
|
},
|
|
1932
1953
|
{
|
|
1933
|
-
"description": "The top position of the inner toolbar.
|
|
1954
|
+
"description": "The top position of the inner toolbar.",
|
|
1934
1955
|
"name": "--kemet-carousel-toolbar-inner-top"
|
|
1935
1956
|
},
|
|
1936
1957
|
{
|
|
1937
|
-
"description": "The inner toolbar text color.
|
|
1958
|
+
"description": "The inner toolbar text color.",
|
|
1938
1959
|
"name": "--kemet-carousel-toolbar-inner-color"
|
|
1939
1960
|
},
|
|
1940
1961
|
{
|
|
1941
|
-
"description": "The inner toolbar background color.
|
|
1962
|
+
"description": "The inner toolbar background color.",
|
|
1942
1963
|
"name": "--kemet-carousel-toolbar-inner-background-color"
|
|
1943
1964
|
},
|
|
1944
1965
|
{
|
|
1945
|
-
"description": "The border around the slides.
|
|
1966
|
+
"description": "The border around the slides.",
|
|
1946
1967
|
"name": "--kemet-carousel-slides-border"
|
|
1947
1968
|
},
|
|
1948
1969
|
{
|
|
1949
|
-
"description": "The transition speed of the slides.
|
|
1970
|
+
"description": "The transition speed of the slides.",
|
|
1950
1971
|
"name": "--kemet-carousel-transition-speed"
|
|
1951
1972
|
},
|
|
1952
1973
|
{
|
|
1953
|
-
"description": "The arrows start opacity.
|
|
1974
|
+
"description": "The arrows start opacity.",
|
|
1954
1975
|
"name": "--kemet-carousel-arrows-opacity"
|
|
1955
1976
|
},
|
|
1956
1977
|
{
|
|
1957
|
-
"description": "The arrows however opacity.
|
|
1978
|
+
"description": "The arrows however opacity.",
|
|
1958
1979
|
"name": "--kemet-carousel-arrows-opacity-hover"
|
|
1959
1980
|
},
|
|
1960
1981
|
{
|
|
1961
|
-
"description": "The arrows transition speed.
|
|
1982
|
+
"description": "The arrows transition speed.",
|
|
1962
1983
|
"name": "--kemet-carousel-arrows-transition-speed"
|
|
1963
1984
|
}
|
|
1964
1985
|
],
|
|
@@ -2062,7 +2083,7 @@
|
|
|
2062
2083
|
"text": "boolean"
|
|
2063
2084
|
},
|
|
2064
2085
|
"default": "false",
|
|
2065
|
-
"description": "Determines whether
|
|
2086
|
+
"description": "Determines whether to display arrows.",
|
|
2066
2087
|
"attribute": "arrows",
|
|
2067
2088
|
"reflects": true
|
|
2068
2089
|
},
|
|
@@ -2091,7 +2112,10 @@
|
|
|
2091
2112
|
"name": "swipeStart",
|
|
2092
2113
|
"parameters": [
|
|
2093
2114
|
{
|
|
2094
|
-
"name": "event"
|
|
2115
|
+
"name": "event",
|
|
2116
|
+
"type": {
|
|
2117
|
+
"text": "TouchEvent | MouseEvent"
|
|
2118
|
+
}
|
|
2095
2119
|
}
|
|
2096
2120
|
]
|
|
2097
2121
|
},
|
|
@@ -2100,7 +2124,10 @@
|
|
|
2100
2124
|
"name": "swipeEnd",
|
|
2101
2125
|
"parameters": [
|
|
2102
2126
|
{
|
|
2103
|
-
"name": "event"
|
|
2127
|
+
"name": "event",
|
|
2128
|
+
"type": {
|
|
2129
|
+
"text": "TouchEvent | MouseEvent"
|
|
2130
|
+
}
|
|
2104
2131
|
}
|
|
2105
2132
|
]
|
|
2106
2133
|
},
|
|
@@ -2109,7 +2136,10 @@
|
|
|
2109
2136
|
"name": "swipeUpdate",
|
|
2110
2137
|
"parameters": [
|
|
2111
2138
|
{
|
|
2112
|
-
"name": "event"
|
|
2139
|
+
"name": "event",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "TouchEvent | MouseEvent"
|
|
2142
|
+
}
|
|
2113
2143
|
}
|
|
2114
2144
|
]
|
|
2115
2145
|
},
|
|
@@ -2158,7 +2188,10 @@
|
|
|
2158
2188
|
"name": "updateIndex",
|
|
2159
2189
|
"parameters": [
|
|
2160
2190
|
{
|
|
2161
|
-
"name": "newIndex"
|
|
2191
|
+
"name": "newIndex",
|
|
2192
|
+
"type": {
|
|
2193
|
+
"text": "number"
|
|
2194
|
+
}
|
|
2162
2195
|
}
|
|
2163
2196
|
]
|
|
2164
2197
|
},
|
|
@@ -2171,7 +2204,10 @@
|
|
|
2171
2204
|
"name": "goToSlide",
|
|
2172
2205
|
"parameters": [
|
|
2173
2206
|
{
|
|
2174
|
-
"name": "index"
|
|
2207
|
+
"name": "index",
|
|
2208
|
+
"type": {
|
|
2209
|
+
"text": "number"
|
|
2210
|
+
}
|
|
2175
2211
|
}
|
|
2176
2212
|
]
|
|
2177
2213
|
},
|
|
@@ -2184,7 +2220,10 @@
|
|
|
2184
2220
|
"name": "handleLink",
|
|
2185
2221
|
"parameters": [
|
|
2186
2222
|
{
|
|
2187
|
-
"name": "event"
|
|
2223
|
+
"name": "event",
|
|
2224
|
+
"type": {
|
|
2225
|
+
"text": "CustomEvent"
|
|
2226
|
+
}
|
|
2188
2227
|
}
|
|
2189
2228
|
]
|
|
2190
2229
|
},
|
|
@@ -2193,14 +2232,17 @@
|
|
|
2193
2232
|
"name": "getOption",
|
|
2194
2233
|
"parameters": [
|
|
2195
2234
|
{
|
|
2196
|
-
"name": "option"
|
|
2235
|
+
"name": "option",
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "string"
|
|
2238
|
+
}
|
|
2197
2239
|
}
|
|
2198
2240
|
]
|
|
2199
2241
|
}
|
|
2200
2242
|
],
|
|
2201
2243
|
"events": [
|
|
2202
2244
|
{
|
|
2203
|
-
"description": "Fires
|
|
2245
|
+
"description": "Fires when the slide has begun to change.",
|
|
2204
2246
|
"name": "kemet-carousel-change-start"
|
|
2205
2247
|
},
|
|
2206
2248
|
{
|
|
@@ -2260,7 +2302,7 @@
|
|
|
2260
2302
|
"text": "boolean"
|
|
2261
2303
|
},
|
|
2262
2304
|
"default": "false",
|
|
2263
|
-
"description": "Determines whether
|
|
2305
|
+
"description": "Determines whether to display arrows.",
|
|
2264
2306
|
"fieldName": "arrows"
|
|
2265
2307
|
},
|
|
2266
2308
|
{
|
|
@@ -2320,27 +2362,27 @@
|
|
|
2320
2362
|
"name": "KemetCheckbox",
|
|
2321
2363
|
"cssProperties": [
|
|
2322
2364
|
{
|
|
2323
|
-
"description": "The width and height of the checkbox.
|
|
2365
|
+
"description": "The width and height of the checkbox.",
|
|
2324
2366
|
"name": "--kemet-checkbox-size"
|
|
2325
2367
|
},
|
|
2326
2368
|
{
|
|
2327
|
-
"description": "The color of the checkbox
|
|
2369
|
+
"description": "The color of the checkbox mark.",
|
|
2328
2370
|
"name": "--kemet-checkbox-color"
|
|
2329
2371
|
},
|
|
2330
2372
|
{
|
|
2331
|
-
"description": "The border of the checkbox.
|
|
2373
|
+
"description": "The border of the checkbox.",
|
|
2332
2374
|
"name": "--kemet-checkbox-border"
|
|
2333
2375
|
},
|
|
2334
2376
|
{
|
|
2335
|
-
"description": "The border radius of the checkbox.
|
|
2377
|
+
"description": "The border radius of the checkbox.",
|
|
2336
2378
|
"name": "--kemet-checkbox-border-radius"
|
|
2337
2379
|
},
|
|
2338
2380
|
{
|
|
2339
|
-
"description": "The filled color of the checkbox
|
|
2381
|
+
"description": "The filled color of the checkbox mark.",
|
|
2340
2382
|
"name": "--kemet-checkbox-filled-color"
|
|
2341
2383
|
},
|
|
2342
2384
|
{
|
|
2343
|
-
"description": "The filled background color.
|
|
2385
|
+
"description": "The filled background color.",
|
|
2344
2386
|
"name": "--kemet-checkbox-filled-background-color"
|
|
2345
2387
|
}
|
|
2346
2388
|
],
|
|
@@ -2350,7 +2392,7 @@
|
|
|
2350
2392
|
"name": "label"
|
|
2351
2393
|
},
|
|
2352
2394
|
{
|
|
2353
|
-
"description": "The
|
|
2395
|
+
"description": "The label's text.",
|
|
2354
2396
|
"name": "text"
|
|
2355
2397
|
},
|
|
2356
2398
|
{
|
|
@@ -2675,39 +2717,39 @@
|
|
|
2675
2717
|
"name": "KemetCombo",
|
|
2676
2718
|
"cssProperties": [
|
|
2677
2719
|
{
|
|
2678
|
-
"description": "The width of the combo box.
|
|
2720
|
+
"description": "The width of the combo box.",
|
|
2679
2721
|
"name": "--kemet-combo-width"
|
|
2680
2722
|
},
|
|
2681
2723
|
{
|
|
2682
|
-
"description": "The margins on the combo box.
|
|
2724
|
+
"description": "The margins on the combo box.",
|
|
2683
2725
|
"name": "--kemet-combo-margin"
|
|
2684
2726
|
},
|
|
2685
2727
|
{
|
|
2686
|
-
"description": "The max height of the combo box.
|
|
2728
|
+
"description": "The max height of the combo box.",
|
|
2687
2729
|
"name": "--kemet-combo-max-height"
|
|
2688
2730
|
},
|
|
2689
2731
|
{
|
|
2690
|
-
"description": "The border of the combo box.
|
|
2732
|
+
"description": "The border of the combo box.",
|
|
2691
2733
|
"name": "--kemet-combo-border"
|
|
2692
2734
|
},
|
|
2693
2735
|
{
|
|
2694
|
-
"description": "The border radius of the combo box.
|
|
2736
|
+
"description": "The border radius of the combo box.",
|
|
2695
2737
|
"name": "--kemet-combo-border-radius"
|
|
2696
2738
|
},
|
|
2697
2739
|
{
|
|
2698
|
-
"description": "The background color of the combo box.
|
|
2740
|
+
"description": "The background color of the combo box.",
|
|
2699
2741
|
"name": "--kemet-combo-background-color"
|
|
2700
2742
|
},
|
|
2701
2743
|
{
|
|
2702
|
-
"description": "The shadow of the combo box.
|
|
2744
|
+
"description": "The shadow of the combo box.",
|
|
2703
2745
|
"name": "--kemet-combo-shadow"
|
|
2704
2746
|
},
|
|
2705
2747
|
{
|
|
2706
|
-
"description": "The hover item's text color.
|
|
2748
|
+
"description": "The hover item's text color.",
|
|
2707
2749
|
"name": "--kemet-combo-hover-color"
|
|
2708
2750
|
},
|
|
2709
2751
|
{
|
|
2710
|
-
"description": "The hover item's background color.
|
|
2752
|
+
"description": "The hover item's background color.",
|
|
2711
2753
|
"name": "--kemet-combo-hover-background-color"
|
|
2712
2754
|
}
|
|
2713
2755
|
],
|
|
@@ -2755,14 +2797,14 @@
|
|
|
2755
2797
|
"kind": "field",
|
|
2756
2798
|
"name": "filteredOptions",
|
|
2757
2799
|
"type": {
|
|
2758
|
-
"text": "
|
|
2800
|
+
"text": "string[]"
|
|
2759
2801
|
}
|
|
2760
2802
|
},
|
|
2761
2803
|
{
|
|
2762
2804
|
"kind": "field",
|
|
2763
2805
|
"name": "field",
|
|
2764
2806
|
"type": {
|
|
2765
|
-
"text": "
|
|
2807
|
+
"text": "KemetField"
|
|
2766
2808
|
}
|
|
2767
2809
|
},
|
|
2768
2810
|
{
|
|
@@ -2781,7 +2823,10 @@
|
|
|
2781
2823
|
"name": "handleInput",
|
|
2782
2824
|
"parameters": [
|
|
2783
2825
|
{
|
|
2784
|
-
"name": "event"
|
|
2826
|
+
"name": "event",
|
|
2827
|
+
"type": {
|
|
2828
|
+
"text": "CustomEvent"
|
|
2829
|
+
}
|
|
2785
2830
|
}
|
|
2786
2831
|
]
|
|
2787
2832
|
},
|
|
@@ -2790,7 +2835,10 @@
|
|
|
2790
2835
|
"name": "handleSelection",
|
|
2791
2836
|
"parameters": [
|
|
2792
2837
|
{
|
|
2793
|
-
"name": "event"
|
|
2838
|
+
"name": "event",
|
|
2839
|
+
"type": {
|
|
2840
|
+
"text": "KeyboardEvent"
|
|
2841
|
+
}
|
|
2794
2842
|
}
|
|
2795
2843
|
]
|
|
2796
2844
|
},
|
|
@@ -2799,7 +2847,10 @@
|
|
|
2799
2847
|
"name": "handleOptionKeyDown",
|
|
2800
2848
|
"parameters": [
|
|
2801
2849
|
{
|
|
2802
|
-
"name": "event"
|
|
2850
|
+
"name": "event",
|
|
2851
|
+
"type": {
|
|
2852
|
+
"text": "KeyboardEvent"
|
|
2853
|
+
}
|
|
2803
2854
|
}
|
|
2804
2855
|
]
|
|
2805
2856
|
},
|
|
@@ -2808,7 +2859,10 @@
|
|
|
2808
2859
|
"name": "handleInputKeyDown",
|
|
2809
2860
|
"parameters": [
|
|
2810
2861
|
{
|
|
2811
|
-
"name": "event"
|
|
2862
|
+
"name": "event",
|
|
2863
|
+
"type": {
|
|
2864
|
+
"text": "KeyboardEvent"
|
|
2865
|
+
}
|
|
2812
2866
|
}
|
|
2813
2867
|
]
|
|
2814
2868
|
}
|
|
@@ -2999,7 +3053,7 @@
|
|
|
2999
3053
|
"package": "lit"
|
|
3000
3054
|
},
|
|
3001
3055
|
"tagName": "kemet-count",
|
|
3002
|
-
"summary": "Maintains a character count for
|
|
3056
|
+
"summary": "Maintains a character count for an input field. Is to be used only in the component slot of a Field component.",
|
|
3003
3057
|
"customElement": true
|
|
3004
3058
|
}
|
|
3005
3059
|
],
|
|
@@ -3075,7 +3129,10 @@
|
|
|
3075
3129
|
"name": "startDrag",
|
|
3076
3130
|
"parameters": [
|
|
3077
3131
|
{
|
|
3078
|
-
"name": "event"
|
|
3132
|
+
"name": "event",
|
|
3133
|
+
"type": {
|
|
3134
|
+
"text": "MouseEvent"
|
|
3135
|
+
}
|
|
3079
3136
|
}
|
|
3080
3137
|
]
|
|
3081
3138
|
},
|
|
@@ -3084,7 +3141,10 @@
|
|
|
3084
3141
|
"name": "drag",
|
|
3085
3142
|
"parameters": [
|
|
3086
3143
|
{
|
|
3087
|
-
"name": "event"
|
|
3144
|
+
"name": "event",
|
|
3145
|
+
"type": {
|
|
3146
|
+
"text": "MouseEvent"
|
|
3147
|
+
}
|
|
3088
3148
|
}
|
|
3089
3149
|
]
|
|
3090
3150
|
},
|
|
@@ -3180,23 +3240,23 @@
|
|
|
3180
3240
|
"name": "KemetDrawer",
|
|
3181
3241
|
"cssProperties": [
|
|
3182
3242
|
{
|
|
3183
|
-
"description": "The width of the drawer.
|
|
3243
|
+
"description": "The width of the drawer.",
|
|
3184
3244
|
"name": "--kemet-drawer-width"
|
|
3185
3245
|
},
|
|
3186
3246
|
{
|
|
3187
|
-
"description": "The height of the drawer.
|
|
3247
|
+
"description": "The height of the drawer.",
|
|
3188
3248
|
"name": "--kemet-drawer-height"
|
|
3189
3249
|
},
|
|
3190
3250
|
{
|
|
3191
|
-
"description": "The text color of the drawer.
|
|
3251
|
+
"description": "The text color of the drawer.",
|
|
3192
3252
|
"name": "--kemet-drawer-color"
|
|
3193
3253
|
},
|
|
3194
3254
|
{
|
|
3195
|
-
"description": "The background color of the drawer.
|
|
3255
|
+
"description": "The background color of the drawer.",
|
|
3196
3256
|
"name": "--kemet-drawer-background-color"
|
|
3197
3257
|
},
|
|
3198
3258
|
{
|
|
3199
|
-
"description": "The color of the overlay.
|
|
3259
|
+
"description": "The color of the overlay.",
|
|
3200
3260
|
"name": "--kemet-drawer-overlay-color"
|
|
3201
3261
|
}
|
|
3202
3262
|
],
|
|
@@ -3268,7 +3328,7 @@
|
|
|
3268
3328
|
"text": "boolean"
|
|
3269
3329
|
},
|
|
3270
3330
|
"default": "false",
|
|
3271
|
-
"description": "Adds
|
|
3331
|
+
"description": "Adds an overlay over the content section of the Drawer when opened",
|
|
3272
3332
|
"attribute": "overlay",
|
|
3273
3333
|
"reflects": true
|
|
3274
3334
|
}
|
|
@@ -3320,7 +3380,7 @@
|
|
|
3320
3380
|
"text": "boolean"
|
|
3321
3381
|
},
|
|
3322
3382
|
"default": "false",
|
|
3323
|
-
"description": "Adds
|
|
3383
|
+
"description": "Adds an overlay over the content section of the Drawer when opened",
|
|
3324
3384
|
"fieldName": "overlay"
|
|
3325
3385
|
}
|
|
3326
3386
|
],
|
|
@@ -3362,27 +3422,27 @@
|
|
|
3362
3422
|
"name": "KemetFAB",
|
|
3363
3423
|
"cssProperties": [
|
|
3364
3424
|
{
|
|
3365
|
-
"description": "The width and height of the fab.
|
|
3425
|
+
"description": "The width and height of the fab.",
|
|
3366
3426
|
"name": "--kemet-fab-size"
|
|
3367
3427
|
},
|
|
3368
3428
|
{
|
|
3369
|
-
"description": "The text color of the fab.
|
|
3429
|
+
"description": "The text color of the fab.",
|
|
3370
3430
|
"name": "--kemet-fab-color"
|
|
3371
3431
|
},
|
|
3372
3432
|
{
|
|
3373
|
-
"description": "The bg color of the tab.
|
|
3433
|
+
"description": "The bg color of the tab.",
|
|
3374
3434
|
"name": "--kemet-fab-background-color"
|
|
3375
3435
|
},
|
|
3376
3436
|
{
|
|
3377
|
-
"description": "The text color of an outlined fab.
|
|
3437
|
+
"description": "The text color of an outlined fab.",
|
|
3378
3438
|
"name": "--kemet-fab-outlined-color"
|
|
3379
3439
|
},
|
|
3380
3440
|
{
|
|
3381
|
-
"description": "The border of an outlined fab.
|
|
3441
|
+
"description": "The border of an outlined fab.",
|
|
3382
3442
|
"name": "--kemet-fab-outlined-border"
|
|
3383
3443
|
},
|
|
3384
3444
|
{
|
|
3385
|
-
"description": "The border radius of a pill fab.
|
|
3445
|
+
"description": "The border radius of a pill fab.",
|
|
3386
3446
|
"name": "--kemet-fab-pill-radius"
|
|
3387
3447
|
}
|
|
3388
3448
|
],
|
|
@@ -3392,7 +3452,7 @@
|
|
|
3392
3452
|
"name": "button"
|
|
3393
3453
|
},
|
|
3394
3454
|
{
|
|
3395
|
-
"description": " The FAB
|
|
3455
|
+
"description": " The FAB icon.",
|
|
3396
3456
|
"name": "icon"
|
|
3397
3457
|
},
|
|
3398
3458
|
{
|
|
@@ -3590,7 +3650,7 @@
|
|
|
3590
3650
|
],
|
|
3591
3651
|
"slots": [
|
|
3592
3652
|
{
|
|
3593
|
-
"description": "Allows
|
|
3653
|
+
"description": "Allows subcomponents of the field to display.",
|
|
3594
3654
|
"name": "component"
|
|
3595
3655
|
}
|
|
3596
3656
|
],
|
|
@@ -3601,7 +3661,7 @@
|
|
|
3601
3661
|
"type": {
|
|
3602
3662
|
"text": "string"
|
|
3603
3663
|
},
|
|
3604
|
-
"description": "Uniquely identifies the control. Use the same slug for slotted
|
|
3664
|
+
"description": "Uniquely identifies the control. Use the same slug for slotted subcomponents.",
|
|
3605
3665
|
"attribute": "slug"
|
|
3606
3666
|
},
|
|
3607
3667
|
{
|
|
@@ -3689,21 +3749,21 @@
|
|
|
3689
3749
|
"text": "string"
|
|
3690
3750
|
},
|
|
3691
3751
|
"default": "'check-lg'",
|
|
3692
|
-
"description": "The icon while in
|
|
3752
|
+
"description": "The icon while in a success state",
|
|
3693
3753
|
"attribute": "success-icon"
|
|
3694
3754
|
},
|
|
3695
3755
|
{
|
|
3696
3756
|
"kind": "field",
|
|
3697
3757
|
"name": "slotInput",
|
|
3698
3758
|
"type": {
|
|
3699
|
-
"text": "
|
|
3759
|
+
"text": "KemetInput | KemetTextarea"
|
|
3700
3760
|
}
|
|
3701
3761
|
},
|
|
3702
3762
|
{
|
|
3703
3763
|
"kind": "field",
|
|
3704
3764
|
"name": "slotCombo",
|
|
3705
3765
|
"type": {
|
|
3706
|
-
"text": "
|
|
3766
|
+
"text": "KemetCombo"
|
|
3707
3767
|
}
|
|
3708
3768
|
},
|
|
3709
3769
|
{
|
|
@@ -3719,7 +3779,10 @@
|
|
|
3719
3779
|
"name": "handleFocused",
|
|
3720
3780
|
"parameters": [
|
|
3721
3781
|
{
|
|
3722
|
-
"name": "event"
|
|
3782
|
+
"name": "event",
|
|
3783
|
+
"type": {
|
|
3784
|
+
"text": "CustomEvent"
|
|
3785
|
+
}
|
|
3723
3786
|
}
|
|
3724
3787
|
]
|
|
3725
3788
|
},
|
|
@@ -3728,7 +3791,10 @@
|
|
|
3728
3791
|
"name": "handleStatus",
|
|
3729
3792
|
"parameters": [
|
|
3730
3793
|
{
|
|
3731
|
-
"name": "event"
|
|
3794
|
+
"name": "event",
|
|
3795
|
+
"type": {
|
|
3796
|
+
"text": "CustomEvent"
|
|
3797
|
+
}
|
|
3732
3798
|
}
|
|
3733
3799
|
]
|
|
3734
3800
|
},
|
|
@@ -3737,7 +3803,10 @@
|
|
|
3737
3803
|
"name": "handleInput",
|
|
3738
3804
|
"parameters": [
|
|
3739
3805
|
{
|
|
3740
|
-
"name": "event"
|
|
3806
|
+
"name": "event",
|
|
3807
|
+
"type": {
|
|
3808
|
+
"text": "CustomEvent"
|
|
3809
|
+
}
|
|
3741
3810
|
}
|
|
3742
3811
|
]
|
|
3743
3812
|
},
|
|
@@ -3746,7 +3815,10 @@
|
|
|
3746
3815
|
"name": "handleSelection",
|
|
3747
3816
|
"parameters": [
|
|
3748
3817
|
{
|
|
3749
|
-
"name": "event"
|
|
3818
|
+
"name": "event",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"text": "CustomEvent"
|
|
3821
|
+
}
|
|
3750
3822
|
}
|
|
3751
3823
|
]
|
|
3752
3824
|
}
|
|
@@ -3763,7 +3835,7 @@
|
|
|
3763
3835
|
"type": {
|
|
3764
3836
|
"text": "string"
|
|
3765
3837
|
},
|
|
3766
|
-
"description": "Uniquely identifies the control. Use the same slug for slotted
|
|
3838
|
+
"description": "Uniquely identifies the control. Use the same slug for slotted subcomponents.",
|
|
3767
3839
|
"fieldName": "slug"
|
|
3768
3840
|
},
|
|
3769
3841
|
{
|
|
@@ -3838,7 +3910,7 @@
|
|
|
3838
3910
|
"text": "string"
|
|
3839
3911
|
},
|
|
3840
3912
|
"default": "'check-lg'",
|
|
3841
|
-
"description": "The icon while in
|
|
3913
|
+
"description": "The icon while in a success state",
|
|
3842
3914
|
"fieldName": "successIcon"
|
|
3843
3915
|
}
|
|
3844
3916
|
],
|
|
@@ -3888,7 +3960,10 @@
|
|
|
3888
3960
|
"name": "handleKeyup",
|
|
3889
3961
|
"parameters": [
|
|
3890
3962
|
{
|
|
3891
|
-
"name": "event"
|
|
3963
|
+
"name": "event",
|
|
3964
|
+
"type": {
|
|
3965
|
+
"text": "KeyboardEvent"
|
|
3966
|
+
}
|
|
3892
3967
|
}
|
|
3893
3968
|
]
|
|
3894
3969
|
}
|
|
@@ -3937,31 +4012,31 @@
|
|
|
3937
4012
|
"name": "KemetFlipcard",
|
|
3938
4013
|
"cssProperties": [
|
|
3939
4014
|
{
|
|
3940
|
-
"description": "The text color for the front of the card.
|
|
4015
|
+
"description": "The text color for the front of the card.",
|
|
3941
4016
|
"name": "--kemet-flipcard-front-color"
|
|
3942
4017
|
},
|
|
3943
4018
|
{
|
|
3944
|
-
"description": "The text color for the back of the card.
|
|
4019
|
+
"description": "The text color for the back of the card.",
|
|
3945
4020
|
"name": "--kemet-flipcard-back-color"
|
|
3946
4021
|
},
|
|
3947
4022
|
{
|
|
3948
|
-
"description": "The background color for the front of the card.
|
|
4023
|
+
"description": "The background color for the front of the card.",
|
|
3949
4024
|
"name": "--kemet-flipcard-front-background-color"
|
|
3950
4025
|
},
|
|
3951
4026
|
{
|
|
3952
|
-
"description": "The background color for the back of the card.
|
|
4027
|
+
"description": "The background color for the back of the card.",
|
|
3953
4028
|
"name": "--kemet-flipcard-back-background-color"
|
|
3954
4029
|
},
|
|
3955
4030
|
{
|
|
3956
|
-
"description": "The border on the front and back of the card.
|
|
4031
|
+
"description": "The border on the front and back of the card.",
|
|
3957
4032
|
"name": "--kemet-flipcard-border"
|
|
3958
4033
|
},
|
|
3959
4034
|
{
|
|
3960
|
-
"description": "The border radius on the front and back of the card.
|
|
4035
|
+
"description": "The border radius on the front and back of the card.",
|
|
3961
4036
|
"name": "--kemet-flipcard-border-radius"
|
|
3962
4037
|
},
|
|
3963
4038
|
{
|
|
3964
|
-
"description": "The aspect ratio of the card.
|
|
4039
|
+
"description": "The aspect ratio of the card.",
|
|
3965
4040
|
"name": "--kemet-flipcard-ratio"
|
|
3966
4041
|
}
|
|
3967
4042
|
],
|
|
@@ -4055,14 +4130,14 @@
|
|
|
4055
4130
|
"kind": "field",
|
|
4056
4131
|
"name": "frontElement",
|
|
4057
4132
|
"type": {
|
|
4058
|
-
"text": "
|
|
4133
|
+
"text": "HTMLElement"
|
|
4059
4134
|
}
|
|
4060
4135
|
},
|
|
4061
4136
|
{
|
|
4062
4137
|
"kind": "field",
|
|
4063
4138
|
"name": "backElement",
|
|
4064
4139
|
"type": {
|
|
4065
|
-
"text": "
|
|
4140
|
+
"text": "HTMLElement"
|
|
4066
4141
|
}
|
|
4067
4142
|
},
|
|
4068
4143
|
{
|
|
@@ -4255,64 +4330,64 @@
|
|
|
4255
4330
|
"name": "KemetInput",
|
|
4256
4331
|
"cssProperties": [
|
|
4257
4332
|
{
|
|
4258
|
-
"description": "The height of the input.
|
|
4333
|
+
"description": "The height of the input.",
|
|
4259
4334
|
"name": "--kemet-input-height"
|
|
4260
4335
|
},
|
|
4261
4336
|
{
|
|
4262
|
-
"description": "The padding on the input.
|
|
4263
|
-
"name": "
|
|
4337
|
+
"description": "The padding on the input.",
|
|
4338
|
+
"name": "--kemet-input-padding"
|
|
4264
4339
|
},
|
|
4265
4340
|
{
|
|
4266
|
-
"description": "The border of the input.
|
|
4267
|
-
"name": "
|
|
4341
|
+
"description": "The border of the input.",
|
|
4342
|
+
"name": "--kemet-input-border"
|
|
4268
4343
|
},
|
|
4269
4344
|
{
|
|
4270
|
-
"description": " The border of the error state.
|
|
4271
|
-
"name": "
|
|
4345
|
+
"description": " The border of the error state.",
|
|
4346
|
+
"name": "--kemet-input-border-color-error"
|
|
4272
4347
|
},
|
|
4273
4348
|
{
|
|
4274
|
-
"description": "The border of the success state.
|
|
4275
|
-
"name": "
|
|
4349
|
+
"description": "The border of the success state.",
|
|
4350
|
+
"name": "--kemet-input-border-color-success"
|
|
4276
4351
|
},
|
|
4277
4352
|
{
|
|
4278
|
-
"description": "The border of the warning state.
|
|
4279
|
-
"name": "
|
|
4353
|
+
"description": "The border of the warning state.",
|
|
4354
|
+
"name": "--kemet-input-border-color-warning"
|
|
4280
4355
|
},
|
|
4281
4356
|
{
|
|
4282
|
-
"description": "The icon-left padding.
|
|
4283
|
-
"name": "
|
|
4357
|
+
"description": "The icon-left padding.",
|
|
4358
|
+
"name": "--kemet-input-icon-left-padding"
|
|
4284
4359
|
},
|
|
4285
4360
|
{
|
|
4286
|
-
"description": "The icon-right padding.
|
|
4287
|
-
"name": "
|
|
4361
|
+
"description": "The icon-right padding.",
|
|
4362
|
+
"name": "--kemet-input-icon-right-padding"
|
|
4288
4363
|
},
|
|
4289
4364
|
{
|
|
4290
|
-
"description": "The border radius on rounded.
|
|
4291
|
-
"name": "
|
|
4365
|
+
"description": "The border radius on rounded.",
|
|
4366
|
+
"name": "--kemet-input-border-radius-rounded"
|
|
4292
4367
|
},
|
|
4293
4368
|
{
|
|
4294
|
-
"description": "The border on filled.
|
|
4295
|
-
"name": "
|
|
4369
|
+
"description": "The border on filled.",
|
|
4370
|
+
"name": "--kemet-input-border-filled"
|
|
4296
4371
|
},
|
|
4297
4372
|
{
|
|
4298
|
-
"description": "The color on filled.
|
|
4299
|
-
"name": "
|
|
4373
|
+
"description": "The color on filled.",
|
|
4374
|
+
"name": "--kemet-input-color-filled"
|
|
4300
4375
|
},
|
|
4301
4376
|
{
|
|
4302
|
-
"description": "The background-color on filled.
|
|
4303
|
-
"name": "
|
|
4377
|
+
"description": "The background-color on filled.",
|
|
4378
|
+
"name": "--kemet-input-background-color-filled"
|
|
4304
4379
|
},
|
|
4305
4380
|
{
|
|
4306
|
-
"description": "The error state background color.
|
|
4307
|
-
"name": "
|
|
4381
|
+
"description": "The error state background color.",
|
|
4382
|
+
"name": "--kemet-input-background-color-error"
|
|
4308
4383
|
},
|
|
4309
4384
|
{
|
|
4310
|
-
"description": "The success state background color.
|
|
4311
|
-
"name": "
|
|
4385
|
+
"description": "The success state background color.",
|
|
4386
|
+
"name": "--kemet-input-background-color-success"
|
|
4312
4387
|
},
|
|
4313
4388
|
{
|
|
4314
|
-
"description": "The warning state background color.
|
|
4315
|
-
"name": "
|
|
4389
|
+
"description": "The warning state background color.",
|
|
4390
|
+
"name": "--kemet-input-background-color-warning"
|
|
4316
4391
|
}
|
|
4317
4392
|
],
|
|
4318
4393
|
"cssParts": [
|
|
@@ -4486,7 +4561,7 @@
|
|
|
4486
4561
|
"type": {
|
|
4487
4562
|
"text": "boolean"
|
|
4488
4563
|
},
|
|
4489
|
-
"description": "States whether
|
|
4564
|
+
"description": "States whether the input is invalid",
|
|
4490
4565
|
"attribute": "invalid",
|
|
4491
4566
|
"reflects": true
|
|
4492
4567
|
},
|
|
@@ -4650,46 +4725,19 @@
|
|
|
4650
4725
|
},
|
|
4651
4726
|
{
|
|
4652
4727
|
"kind": "method",
|
|
4653
|
-
"name": "makeIconRight"
|
|
4654
|
-
"description": "Makes the right icon",
|
|
4655
|
-
"privacy": "private",
|
|
4656
|
-
"return": {
|
|
4657
|
-
"type": {
|
|
4658
|
-
"text": "templateResult"
|
|
4659
|
-
}
|
|
4660
|
-
}
|
|
4728
|
+
"name": "makeIconRight"
|
|
4661
4729
|
},
|
|
4662
4730
|
{
|
|
4663
4731
|
"kind": "method",
|
|
4664
|
-
"name": "makeIconLeft"
|
|
4665
|
-
"description": "Makes the left icon",
|
|
4666
|
-
"privacy": "private",
|
|
4667
|
-
"return": {
|
|
4668
|
-
"type": {
|
|
4669
|
-
"text": "templateResult"
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4732
|
+
"name": "makeIconLeft"
|
|
4672
4733
|
},
|
|
4673
4734
|
{
|
|
4674
4735
|
"kind": "method",
|
|
4675
|
-
"name": "makeIconClear"
|
|
4676
|
-
"description": "Makes a clear icon for search.",
|
|
4677
|
-
"privacy": "private",
|
|
4678
|
-
"return": {
|
|
4679
|
-
"type": {
|
|
4680
|
-
"text": "templateResult"
|
|
4681
|
-
}
|
|
4682
|
-
}
|
|
4736
|
+
"name": "makeIconClear"
|
|
4683
4737
|
},
|
|
4684
4738
|
{
|
|
4685
4739
|
"kind": "method",
|
|
4686
|
-
"name": "makeVisibilityToggle"
|
|
4687
|
-
"description": "Makes a password visibility toggle button",
|
|
4688
|
-
"return": {
|
|
4689
|
-
"type": {
|
|
4690
|
-
"text": "templateResult"
|
|
4691
|
-
}
|
|
4692
|
-
}
|
|
4740
|
+
"name": "makeVisibilityToggle"
|
|
4693
4741
|
},
|
|
4694
4742
|
{
|
|
4695
4743
|
"kind": "method",
|
|
@@ -4730,7 +4778,10 @@
|
|
|
4730
4778
|
"name": "handleStatus",
|
|
4731
4779
|
"parameters": [
|
|
4732
4780
|
{
|
|
4733
|
-
"name": "event"
|
|
4781
|
+
"name": "event",
|
|
4782
|
+
"type": {
|
|
4783
|
+
"text": "CustomEvent"
|
|
4784
|
+
}
|
|
4734
4785
|
}
|
|
4735
4786
|
]
|
|
4736
4787
|
},
|
|
@@ -4749,24 +4800,24 @@
|
|
|
4749
4800
|
{
|
|
4750
4801
|
"kind": "method",
|
|
4751
4802
|
"name": "checkLimitValidity",
|
|
4752
|
-
"description": "Checks the validity of the character limit for the count component",
|
|
4753
|
-
"privacy": "private",
|
|
4754
4803
|
"return": {
|
|
4755
4804
|
"type": {
|
|
4756
4805
|
"text": "boolean"
|
|
4757
4806
|
}
|
|
4758
|
-
}
|
|
4807
|
+
},
|
|
4808
|
+
"description": "Checks the validity of the character limit for the count component",
|
|
4809
|
+
"privacy": "public"
|
|
4759
4810
|
},
|
|
4760
4811
|
{
|
|
4761
4812
|
"kind": "method",
|
|
4762
4813
|
"name": "checkValidity",
|
|
4763
|
-
"description": "Checks the validity of the standard input",
|
|
4764
|
-
"privacy": "public",
|
|
4765
4814
|
"return": {
|
|
4766
4815
|
"type": {
|
|
4767
4816
|
"text": "boolean"
|
|
4768
4817
|
}
|
|
4769
|
-
}
|
|
4818
|
+
},
|
|
4819
|
+
"description": "Checks the validity of the standard input",
|
|
4820
|
+
"privacy": "public"
|
|
4770
4821
|
},
|
|
4771
4822
|
{
|
|
4772
4823
|
"kind": "method",
|
|
@@ -4934,7 +4985,7 @@
|
|
|
4934
4985
|
"type": {
|
|
4935
4986
|
"text": "boolean"
|
|
4936
4987
|
},
|
|
4937
|
-
"description": "States whether
|
|
4988
|
+
"description": "States whether the input is invalid",
|
|
4938
4989
|
"fieldName": "invalid"
|
|
4939
4990
|
},
|
|
4940
4991
|
{
|
|
@@ -5141,30 +5192,42 @@
|
|
|
5141
5192
|
"name": "KemetModal",
|
|
5142
5193
|
"cssProperties": [
|
|
5143
5194
|
{
|
|
5144
|
-
"description": "The
|
|
5145
|
-
"name": "--kemet-modal-
|
|
5195
|
+
"description": "The mount of rounding for rounded corners",
|
|
5196
|
+
"name": "--kemet-modal-radius"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"description": "The minimum width of the dialog.",
|
|
5200
|
+
"name": "--kemet-modal-dialog-min-width"
|
|
5146
5201
|
},
|
|
5147
5202
|
{
|
|
5148
|
-
"description": "The maximum width of the
|
|
5149
|
-
"name": "--kemet-modal-
|
|
5203
|
+
"description": "The maximum width of the dialog.",
|
|
5204
|
+
"name": "--kemet-modal-dialog-max-width"
|
|
5150
5205
|
},
|
|
5151
5206
|
{
|
|
5152
|
-
"description": "The background color of the
|
|
5153
|
-
"name": "--kemet-modal-
|
|
5207
|
+
"description": "The background color of the dialog.",
|
|
5208
|
+
"name": "--kemet-modal-dialog-background-color"
|
|
5154
5209
|
},
|
|
5155
5210
|
{
|
|
5156
|
-
"description": "The
|
|
5157
|
-
"name": "--kemet-modal-
|
|
5211
|
+
"description": "The width of the mobile dialog.",
|
|
5212
|
+
"name": "--kemet-modal-dialog-mobile-width"
|
|
5158
5213
|
},
|
|
5159
5214
|
{
|
|
5160
|
-
"description": "The
|
|
5161
|
-
"name": "--kemet-modal-
|
|
5215
|
+
"description": "The margins of the mobile dialog.",
|
|
5216
|
+
"name": "--kemet-modal-dialog-mobile-margin"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"description": "The padding of the mobile dialog.",
|
|
5220
|
+
"name": "--kemet-modal-dialog-mobile-padding"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"description": "The color of the backdrop overlay.",
|
|
5224
|
+
"name": "--kemet-modal-overlay-background-color"
|
|
5162
5225
|
}
|
|
5163
5226
|
],
|
|
5164
5227
|
"cssParts": [
|
|
5165
5228
|
{
|
|
5166
5229
|
"description": "The main contents of the modal.",
|
|
5167
|
-
"name": "
|
|
5230
|
+
"name": "dialog"
|
|
5168
5231
|
},
|
|
5169
5232
|
{
|
|
5170
5233
|
"description": "The surrounding scrim of the modal.",
|
|
@@ -5220,28 +5283,34 @@
|
|
|
5220
5283
|
},
|
|
5221
5284
|
{
|
|
5222
5285
|
"kind": "field",
|
|
5223
|
-
"name": "
|
|
5286
|
+
"name": "rounded",
|
|
5224
5287
|
"type": {
|
|
5225
|
-
"text": "
|
|
5226
|
-
}
|
|
5288
|
+
"text": "boolean"
|
|
5289
|
+
},
|
|
5290
|
+
"attribute": "rounded",
|
|
5291
|
+
"reflects": true
|
|
5227
5292
|
},
|
|
5228
5293
|
{
|
|
5229
|
-
"kind": "
|
|
5230
|
-
"name": "
|
|
5231
|
-
"type": {
|
|
5232
|
-
"text": "any"
|
|
5233
|
-
}
|
|
5294
|
+
"kind": "method",
|
|
5295
|
+
"name": "isMobile"
|
|
5234
5296
|
},
|
|
5235
5297
|
{
|
|
5236
5298
|
"kind": "method",
|
|
5237
|
-
"name": "
|
|
5299
|
+
"name": "handleOpen"
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"kind": "method",
|
|
5303
|
+
"name": "handleClose"
|
|
5238
5304
|
},
|
|
5239
5305
|
{
|
|
5240
5306
|
"kind": "method",
|
|
5241
5307
|
"name": "handleFocusableDown",
|
|
5242
5308
|
"parameters": [
|
|
5243
5309
|
{
|
|
5244
|
-
"name": "event"
|
|
5310
|
+
"name": "event",
|
|
5311
|
+
"type": {
|
|
5312
|
+
"text": "KeyboardEvent"
|
|
5313
|
+
}
|
|
5245
5314
|
}
|
|
5246
5315
|
]
|
|
5247
5316
|
}
|
|
@@ -5294,6 +5363,13 @@
|
|
|
5294
5363
|
"text": "boolean"
|
|
5295
5364
|
},
|
|
5296
5365
|
"fieldName": "mobile"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"name": "rounded",
|
|
5369
|
+
"type": {
|
|
5370
|
+
"text": "boolean"
|
|
5371
|
+
},
|
|
5372
|
+
"fieldName": "rounded"
|
|
5297
5373
|
}
|
|
5298
5374
|
],
|
|
5299
5375
|
"superclass": {
|
|
@@ -5301,7 +5377,7 @@
|
|
|
5301
5377
|
"package": "lit"
|
|
5302
5378
|
},
|
|
5303
5379
|
"tagName": "kemet-modal",
|
|
5304
|
-
"summary": "A dialog that has many built
|
|
5380
|
+
"summary": "A dialog that has many built-in effects and flexible styles.",
|
|
5305
5381
|
"customElement": true
|
|
5306
5382
|
}
|
|
5307
5383
|
],
|
|
@@ -5332,33 +5408,14 @@
|
|
|
5332
5408
|
"kind": "class",
|
|
5333
5409
|
"description": "",
|
|
5334
5410
|
"name": "KemetPassword",
|
|
5335
|
-
"cssParts": [
|
|
5336
|
-
{
|
|
5337
|
-
"description": "The status message.",
|
|
5338
|
-
"name": "status"
|
|
5339
|
-
},
|
|
5340
|
-
{
|
|
5341
|
-
"description": "The strength indicator bars.",
|
|
5342
|
-
"name": "indicator"
|
|
5343
|
-
},
|
|
5344
|
-
{
|
|
5345
|
-
"description": "A message to display to the user.",
|
|
5346
|
-
"name": "message"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"description": "A description of rules to follow.",
|
|
5350
|
-
"name": "rules"
|
|
5351
|
-
}
|
|
5352
|
-
],
|
|
5353
5411
|
"members": [
|
|
5354
5412
|
{
|
|
5355
5413
|
"kind": "field",
|
|
5356
5414
|
"name": "rules",
|
|
5357
5415
|
"type": {
|
|
5358
|
-
"text": "
|
|
5416
|
+
"text": "IOptions[]"
|
|
5359
5417
|
},
|
|
5360
5418
|
"default": "[\n { pattern: '(?=.{8,}$)', message: 'At least 8 characters long' },\n { pattern: '(?=.*[a-z])(?=.*[A-Z])', message: 'Uppercase and lowercase' },\n { pattern: '(?=.*[0-9])', message: 'At least one number (0-9)' },\n ]",
|
|
5361
|
-
"description": "An array of objects containing the rules the password must meet.",
|
|
5362
5419
|
"attribute": "rules"
|
|
5363
5420
|
},
|
|
5364
5421
|
{
|
|
@@ -5367,7 +5424,6 @@
|
|
|
5367
5424
|
"type": {
|
|
5368
5425
|
"text": "boolean"
|
|
5369
5426
|
},
|
|
5370
|
-
"description": "Controls the display of the component.",
|
|
5371
5427
|
"attribute": "show",
|
|
5372
5428
|
"reflects": true
|
|
5373
5429
|
},
|
|
@@ -5377,7 +5433,6 @@
|
|
|
5377
5433
|
"type": {
|
|
5378
5434
|
"text": "string"
|
|
5379
5435
|
},
|
|
5380
|
-
"description": "The value of the input component.",
|
|
5381
5436
|
"attribute": "value"
|
|
5382
5437
|
},
|
|
5383
5438
|
{
|
|
@@ -5387,7 +5442,6 @@
|
|
|
5387
5442
|
"text": "string"
|
|
5388
5443
|
},
|
|
5389
5444
|
"default": "'Please make sure you meet all the requirements.'",
|
|
5390
|
-
"description": "A message that is above the rules.",
|
|
5391
5445
|
"attribute": "message"
|
|
5392
5446
|
},
|
|
5393
5447
|
{
|
|
@@ -5396,7 +5450,6 @@
|
|
|
5396
5450
|
"type": {
|
|
5397
5451
|
"text": "string"
|
|
5398
5452
|
},
|
|
5399
|
-
"description": "The strength of the password. Weak | Better | Strong.",
|
|
5400
5453
|
"attribute": "strength"
|
|
5401
5454
|
},
|
|
5402
5455
|
{
|
|
@@ -5441,17 +5494,22 @@
|
|
|
5441
5494
|
{
|
|
5442
5495
|
"kind": "method",
|
|
5443
5496
|
"name": "makeRules",
|
|
5444
|
-
"description": "Makes the list of rules",
|
|
5445
|
-
"privacy": "private",
|
|
5446
5497
|
"return": {
|
|
5447
5498
|
"type": {
|
|
5448
|
-
"text": "
|
|
5499
|
+
"text": "TemplateResult<1>[]"
|
|
5449
5500
|
}
|
|
5450
|
-
}
|
|
5501
|
+
},
|
|
5502
|
+
"description": "Makes the list of rules",
|
|
5503
|
+
"privacy": "private"
|
|
5451
5504
|
},
|
|
5452
5505
|
{
|
|
5453
5506
|
"kind": "method",
|
|
5454
5507
|
"name": "makeCheckIcon",
|
|
5508
|
+
"return": {
|
|
5509
|
+
"type": {
|
|
5510
|
+
"text": "TemplateResult"
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5455
5513
|
"parameters": [
|
|
5456
5514
|
{
|
|
5457
5515
|
"name": "meetsCriteria",
|
|
@@ -5461,12 +5519,7 @@
|
|
|
5461
5519
|
}
|
|
5462
5520
|
],
|
|
5463
5521
|
"description": "Makes the check icon if the criteria has been met",
|
|
5464
|
-
"privacy": "private"
|
|
5465
|
-
"return": {
|
|
5466
|
-
"type": {
|
|
5467
|
-
"text": "templateResults"
|
|
5468
|
-
}
|
|
5469
|
-
}
|
|
5522
|
+
"privacy": "private"
|
|
5470
5523
|
},
|
|
5471
5524
|
{
|
|
5472
5525
|
"kind": "method",
|
|
@@ -5495,20 +5548,13 @@
|
|
|
5495
5548
|
"privacy": "private"
|
|
5496
5549
|
}
|
|
5497
5550
|
],
|
|
5498
|
-
"events": [
|
|
5499
|
-
{
|
|
5500
|
-
"description": "Fires when there's a change in status.",
|
|
5501
|
-
"name": "kemet-password-status"
|
|
5502
|
-
}
|
|
5503
|
-
],
|
|
5504
5551
|
"attributes": [
|
|
5505
5552
|
{
|
|
5506
5553
|
"name": "rules",
|
|
5507
5554
|
"type": {
|
|
5508
|
-
"text": "
|
|
5555
|
+
"text": "IOptions[]"
|
|
5509
5556
|
},
|
|
5510
5557
|
"default": "[\n { pattern: '(?=.{8,}$)', message: 'At least 8 characters long' },\n { pattern: '(?=.*[a-z])(?=.*[A-Z])', message: 'Uppercase and lowercase' },\n { pattern: '(?=.*[0-9])', message: 'At least one number (0-9)' },\n ]",
|
|
5511
|
-
"description": "An array of objects containing the rules the password must meet.",
|
|
5512
5558
|
"fieldName": "rules"
|
|
5513
5559
|
},
|
|
5514
5560
|
{
|
|
@@ -5516,7 +5562,6 @@
|
|
|
5516
5562
|
"type": {
|
|
5517
5563
|
"text": "boolean"
|
|
5518
5564
|
},
|
|
5519
|
-
"description": "Controls the display of the component.",
|
|
5520
5565
|
"fieldName": "show"
|
|
5521
5566
|
},
|
|
5522
5567
|
{
|
|
@@ -5524,7 +5569,6 @@
|
|
|
5524
5569
|
"type": {
|
|
5525
5570
|
"text": "string"
|
|
5526
5571
|
},
|
|
5527
|
-
"description": "The value of the input component.",
|
|
5528
5572
|
"fieldName": "value"
|
|
5529
5573
|
},
|
|
5530
5574
|
{
|
|
@@ -5533,7 +5577,6 @@
|
|
|
5533
5577
|
"text": "string"
|
|
5534
5578
|
},
|
|
5535
5579
|
"default": "'Please make sure you meet all the requirements.'",
|
|
5536
|
-
"description": "A message that is above the rules.",
|
|
5537
5580
|
"fieldName": "message"
|
|
5538
5581
|
},
|
|
5539
5582
|
{
|
|
@@ -5541,7 +5584,6 @@
|
|
|
5541
5584
|
"type": {
|
|
5542
5585
|
"text": "string"
|
|
5543
5586
|
},
|
|
5544
|
-
"description": "The strength of the password. Weak | Better | Strong.",
|
|
5545
5587
|
"fieldName": "strength"
|
|
5546
5588
|
},
|
|
5547
5589
|
{
|
|
@@ -5566,7 +5608,6 @@
|
|
|
5566
5608
|
"package": "lit"
|
|
5567
5609
|
},
|
|
5568
5610
|
"tagName": "kemet-password",
|
|
5569
|
-
"summary": "Gauges the strength of a password entered by the user.",
|
|
5570
5611
|
"customElement": true
|
|
5571
5612
|
}
|
|
5572
5613
|
],
|
|
@@ -5607,7 +5648,10 @@
|
|
|
5607
5648
|
"name": "handleKeyboard",
|
|
5608
5649
|
"parameters": [
|
|
5609
5650
|
{
|
|
5610
|
-
"name": "event"
|
|
5651
|
+
"name": "event",
|
|
5652
|
+
"type": {
|
|
5653
|
+
"text": "KeyboardEvent"
|
|
5654
|
+
}
|
|
5611
5655
|
}
|
|
5612
5656
|
]
|
|
5613
5657
|
}
|
|
@@ -5705,21 +5749,10 @@
|
|
|
5705
5749
|
"type": {
|
|
5706
5750
|
"text": "boolean"
|
|
5707
5751
|
},
|
|
5708
|
-
"description": "Determines if the
|
|
5752
|
+
"description": "Determines if the Popper is opened or closed",
|
|
5709
5753
|
"attribute": "opened",
|
|
5710
5754
|
"reflects": true
|
|
5711
5755
|
},
|
|
5712
|
-
{
|
|
5713
|
-
"kind": "field",
|
|
5714
|
-
"name": "effect",
|
|
5715
|
-
"type": {
|
|
5716
|
-
"text": "TypeEffect"
|
|
5717
|
-
},
|
|
5718
|
-
"default": "'fade'",
|
|
5719
|
-
"description": "The open/close animation effect for the Popper",
|
|
5720
|
-
"attribute": "effect",
|
|
5721
|
-
"reflects": true
|
|
5722
|
-
},
|
|
5723
5756
|
{
|
|
5724
5757
|
"kind": "field",
|
|
5725
5758
|
"name": "fireOn",
|
|
@@ -5773,7 +5806,10 @@
|
|
|
5773
5806
|
"name": "toggle",
|
|
5774
5807
|
"parameters": [
|
|
5775
5808
|
{
|
|
5776
|
-
"name": "event"
|
|
5809
|
+
"name": "event",
|
|
5810
|
+
"type": {
|
|
5811
|
+
"text": "MouseEvent | KeyboardEvent"
|
|
5812
|
+
}
|
|
5777
5813
|
}
|
|
5778
5814
|
]
|
|
5779
5815
|
},
|
|
@@ -5782,7 +5818,10 @@
|
|
|
5782
5818
|
"name": "handleKeyUp",
|
|
5783
5819
|
"parameters": [
|
|
5784
5820
|
{
|
|
5785
|
-
"name": "event"
|
|
5821
|
+
"name": "event",
|
|
5822
|
+
"type": {
|
|
5823
|
+
"text": "KeyboardEvent"
|
|
5824
|
+
}
|
|
5786
5825
|
}
|
|
5787
5826
|
]
|
|
5788
5827
|
},
|
|
@@ -5791,7 +5830,10 @@
|
|
|
5791
5830
|
"name": "handleFocusableDown",
|
|
5792
5831
|
"parameters": [
|
|
5793
5832
|
{
|
|
5794
|
-
"name": "event"
|
|
5833
|
+
"name": "event",
|
|
5834
|
+
"type": {
|
|
5835
|
+
"text": "KeyboardEvent"
|
|
5836
|
+
}
|
|
5795
5837
|
}
|
|
5796
5838
|
]
|
|
5797
5839
|
}
|
|
@@ -5821,18 +5863,9 @@
|
|
|
5821
5863
|
"type": {
|
|
5822
5864
|
"text": "boolean"
|
|
5823
5865
|
},
|
|
5824
|
-
"description": "Determines if the
|
|
5866
|
+
"description": "Determines if the Popper is opened or closed",
|
|
5825
5867
|
"fieldName": "opened"
|
|
5826
5868
|
},
|
|
5827
|
-
{
|
|
5828
|
-
"name": "effect",
|
|
5829
|
-
"type": {
|
|
5830
|
-
"text": "TypeEffect"
|
|
5831
|
-
},
|
|
5832
|
-
"default": "'fade'",
|
|
5833
|
-
"description": "The open/close animation effect for the Popper",
|
|
5834
|
-
"fieldName": "effect"
|
|
5835
|
-
},
|
|
5836
5869
|
{
|
|
5837
5870
|
"name": "fire-on",
|
|
5838
5871
|
"type": {
|
|
@@ -5908,28 +5941,32 @@
|
|
|
5908
5941
|
"name": "KemetRadio",
|
|
5909
5942
|
"cssProperties": [
|
|
5910
5943
|
{
|
|
5911
|
-
"description": "The size of the radio button.
|
|
5944
|
+
"description": "The size of the radio button.",
|
|
5912
5945
|
"name": "--kemet-radio-size"
|
|
5913
5946
|
},
|
|
5914
5947
|
{
|
|
5915
|
-
"description": "The outer border of the radio button.
|
|
5948
|
+
"description": "The outer border of the radio button.",
|
|
5916
5949
|
"name": "--kemet-radio-border"
|
|
5917
5950
|
},
|
|
5918
5951
|
{
|
|
5919
|
-
"description": "The color of the radio button's dot.
|
|
5952
|
+
"description": "The color of the radio button's dot.",
|
|
5920
5953
|
"name": "--kemet-radio-dot-color"
|
|
5921
5954
|
},
|
|
5922
5955
|
{
|
|
5923
|
-
"description": "The border width of the radio button's dot.
|
|
5956
|
+
"description": "The border width of the radio button's dot.",
|
|
5924
5957
|
"name": "--kemet-radio-dot-border-width"
|
|
5925
5958
|
},
|
|
5926
5959
|
{
|
|
5927
|
-
"description": "The border color of the radio button's dot.
|
|
5960
|
+
"description": "The border color of the radio button's dot.",
|
|
5928
5961
|
"name": "--kemet-radio-dot-border-color"
|
|
5929
5962
|
},
|
|
5930
5963
|
{
|
|
5931
|
-
"description": "The filled color of the radio button.
|
|
5964
|
+
"description": "The filled color of the radio button.",
|
|
5932
5965
|
"name": "--kemet-radio-dot-color-filled"
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"description": "The ring color of the radio button's dot.",
|
|
5969
|
+
"name": "--kemet-radio-dot-ring-color"
|
|
5933
5970
|
}
|
|
5934
5971
|
],
|
|
5935
5972
|
"cssParts": [
|
|
@@ -6231,14 +6268,14 @@
|
|
|
6231
6268
|
"type": {
|
|
6232
6269
|
"text": "boolean"
|
|
6233
6270
|
},
|
|
6234
|
-
"description": "Determines whether
|
|
6271
|
+
"description": "Determines whether the radio button set is required",
|
|
6235
6272
|
"attribute": "required"
|
|
6236
6273
|
},
|
|
6237
6274
|
{
|
|
6238
6275
|
"kind": "field",
|
|
6239
6276
|
"name": "radios",
|
|
6240
6277
|
"type": {
|
|
6241
|
-
"text": "
|
|
6278
|
+
"text": "NodeListOf<KemetRadio>"
|
|
6242
6279
|
}
|
|
6243
6280
|
},
|
|
6244
6281
|
{
|
|
@@ -6246,7 +6283,10 @@
|
|
|
6246
6283
|
"name": "handleClick",
|
|
6247
6284
|
"parameters": [
|
|
6248
6285
|
{
|
|
6249
|
-
"name": "event"
|
|
6286
|
+
"name": "event",
|
|
6287
|
+
"type": {
|
|
6288
|
+
"text": "MouseEvent"
|
|
6289
|
+
}
|
|
6250
6290
|
}
|
|
6251
6291
|
]
|
|
6252
6292
|
},
|
|
@@ -6255,7 +6295,10 @@
|
|
|
6255
6295
|
"name": "handleKeyDown",
|
|
6256
6296
|
"parameters": [
|
|
6257
6297
|
{
|
|
6258
|
-
"name": "event"
|
|
6298
|
+
"name": "event",
|
|
6299
|
+
"type": {
|
|
6300
|
+
"text": "KeyboardEvent"
|
|
6301
|
+
}
|
|
6259
6302
|
}
|
|
6260
6303
|
]
|
|
6261
6304
|
},
|
|
@@ -6336,7 +6379,7 @@
|
|
|
6336
6379
|
"type": {
|
|
6337
6380
|
"text": "boolean"
|
|
6338
6381
|
},
|
|
6339
|
-
"description": "Determines whether
|
|
6382
|
+
"description": "Determines whether the radio button set is required",
|
|
6340
6383
|
"fieldName": "required"
|
|
6341
6384
|
}
|
|
6342
6385
|
],
|
|
@@ -6378,7 +6421,7 @@
|
|
|
6378
6421
|
"name": "KemetRotator",
|
|
6379
6422
|
"cssProperties": [
|
|
6380
6423
|
{
|
|
6381
|
-
"description": "How long, in css time units, the transition effect lasts.
|
|
6424
|
+
"description": "How long, in css time units, the transition effect lasts.",
|
|
6382
6425
|
"name": "--kemet-rotator-transition-speed"
|
|
6383
6426
|
}
|
|
6384
6427
|
],
|
|
@@ -6610,7 +6653,10 @@
|
|
|
6610
6653
|
"name": "handleKeyup",
|
|
6611
6654
|
"parameters": [
|
|
6612
6655
|
{
|
|
6613
|
-
"name": "event"
|
|
6656
|
+
"name": "event",
|
|
6657
|
+
"type": {
|
|
6658
|
+
"text": "KeyboardEvent"
|
|
6659
|
+
}
|
|
6614
6660
|
}
|
|
6615
6661
|
]
|
|
6616
6662
|
},
|
|
@@ -6664,7 +6710,7 @@
|
|
|
6664
6710
|
"package": "lit"
|
|
6665
6711
|
},
|
|
6666
6712
|
"tagName": "kemet-scroll-link",
|
|
6667
|
-
"summary": "A component that adds a smooth scrolling link to
|
|
6713
|
+
"summary": "A component that adds a smooth scrolling link to a target.",
|
|
6668
6714
|
"customElement": true
|
|
6669
6715
|
}
|
|
6670
6716
|
],
|
|
@@ -6697,23 +6743,23 @@
|
|
|
6697
6743
|
"name": "KemetScrollNav",
|
|
6698
6744
|
"cssProperties": [
|
|
6699
6745
|
{
|
|
6700
|
-
"description": "The padding of the nav.
|
|
6746
|
+
"description": "The padding of the nav.",
|
|
6701
6747
|
"name": "--kemet-scroll-nav-padding"
|
|
6702
6748
|
},
|
|
6703
6749
|
{
|
|
6704
|
-
"description": "The background color of the nav.
|
|
6750
|
+
"description": "The background color of the nav.",
|
|
6705
6751
|
"name": "--kemet-scroll-nav-background"
|
|
6706
6752
|
},
|
|
6707
6753
|
{
|
|
6708
|
-
"description": "The transition speed of the transformation.
|
|
6754
|
+
"description": "The transition speed of the transformation.",
|
|
6709
6755
|
"name": "--kemet-scroll-nav-transition"
|
|
6710
6756
|
},
|
|
6711
6757
|
{
|
|
6712
|
-
"description": "The height of the pre-transformed nav.
|
|
6758
|
+
"description": "The height of the pre-transformed nav.",
|
|
6713
6759
|
"name": "--kemet-scroll-nav-resize-height"
|
|
6714
6760
|
},
|
|
6715
6761
|
{
|
|
6716
|
-
"description": "The height of the transformed nav.
|
|
6762
|
+
"description": "The height of the transformed nav.",
|
|
6717
6763
|
"name": "--kemet-scroll-nav-resize-height-transformed"
|
|
6718
6764
|
}
|
|
6719
6765
|
],
|
|
@@ -6736,7 +6782,7 @@
|
|
|
6736
6782
|
"text": "boolean"
|
|
6737
6783
|
},
|
|
6738
6784
|
"default": "false",
|
|
6739
|
-
"description": "Whether
|
|
6785
|
+
"description": "Whether the nav has shifted into a new state.",
|
|
6740
6786
|
"attribute": "transform",
|
|
6741
6787
|
"reflects": true
|
|
6742
6788
|
},
|
|
@@ -6755,10 +6801,16 @@
|
|
|
6755
6801
|
"name": "handleScroll",
|
|
6756
6802
|
"parameters": [
|
|
6757
6803
|
{
|
|
6758
|
-
"name": "stickPoint"
|
|
6804
|
+
"name": "stickPoint",
|
|
6805
|
+
"type": {
|
|
6806
|
+
"text": "number"
|
|
6807
|
+
}
|
|
6759
6808
|
},
|
|
6760
6809
|
{
|
|
6761
|
-
"name": "elementHeight"
|
|
6810
|
+
"name": "elementHeight",
|
|
6811
|
+
"type": {
|
|
6812
|
+
"text": "number"
|
|
6813
|
+
}
|
|
6762
6814
|
}
|
|
6763
6815
|
]
|
|
6764
6816
|
}
|
|
@@ -6779,7 +6831,7 @@
|
|
|
6779
6831
|
"text": "boolean"
|
|
6780
6832
|
},
|
|
6781
6833
|
"default": "false",
|
|
6782
|
-
"description": "Whether
|
|
6834
|
+
"description": "Whether the nav has shifted into a new state.",
|
|
6783
6835
|
"fieldName": "transform"
|
|
6784
6836
|
},
|
|
6785
6837
|
{
|
|
@@ -6830,15 +6882,15 @@
|
|
|
6830
6882
|
"name": "KemetScrollSnapPaginator",
|
|
6831
6883
|
"cssProperties": [
|
|
6832
6884
|
{
|
|
6833
|
-
"description": "The padding on the container.
|
|
6885
|
+
"description": "The padding on the container.",
|
|
6834
6886
|
"name": "--kemet-scroll-snap-paginator-padding"
|
|
6835
6887
|
},
|
|
6836
6888
|
{
|
|
6837
|
-
"description": "The space between pagination items.
|
|
6889
|
+
"description": "The space between pagination items.",
|
|
6838
6890
|
"name": "--kemet-scroll-snap-paginator-gap"
|
|
6839
6891
|
},
|
|
6840
6892
|
{
|
|
6841
|
-
"description": "The color of a linkable pagination item.
|
|
6893
|
+
"description": "The color of a linkable pagination item.",
|
|
6842
6894
|
"name": "--kemet-scroll-snap-paginator-link-color"
|
|
6843
6895
|
}
|
|
6844
6896
|
],
|
|
@@ -6924,10 +6976,16 @@
|
|
|
6924
6976
|
"name": "pageDisplay",
|
|
6925
6977
|
"parameters": [
|
|
6926
6978
|
{
|
|
6927
|
-
"name": "slide"
|
|
6979
|
+
"name": "slide",
|
|
6980
|
+
"type": {
|
|
6981
|
+
"text": "KemetScrollSnapSlide"
|
|
6982
|
+
}
|
|
6928
6983
|
},
|
|
6929
6984
|
{
|
|
6930
|
-
"name": "visibleIndex"
|
|
6985
|
+
"name": "visibleIndex",
|
|
6986
|
+
"type": {
|
|
6987
|
+
"text": "number"
|
|
6988
|
+
}
|
|
6931
6989
|
}
|
|
6932
6990
|
]
|
|
6933
6991
|
},
|
|
@@ -6936,7 +6994,10 @@
|
|
|
6936
6994
|
"name": "slideLink",
|
|
6937
6995
|
"parameters": [
|
|
6938
6996
|
{
|
|
6939
|
-
"name": "index"
|
|
6997
|
+
"name": "index",
|
|
6998
|
+
"type": {
|
|
6999
|
+
"text": "string"
|
|
7000
|
+
}
|
|
6940
7001
|
}
|
|
6941
7002
|
]
|
|
6942
7003
|
},
|
|
@@ -6945,10 +7006,16 @@
|
|
|
6945
7006
|
"name": "handleKeyboardInput",
|
|
6946
7007
|
"parameters": [
|
|
6947
7008
|
{
|
|
6948
|
-
"name": "event"
|
|
7009
|
+
"name": "event",
|
|
7010
|
+
"type": {
|
|
7011
|
+
"text": "KeyboardEvent"
|
|
7012
|
+
}
|
|
6949
7013
|
},
|
|
6950
7014
|
{
|
|
6951
|
-
"name": "id"
|
|
7015
|
+
"name": "id",
|
|
7016
|
+
"type": {
|
|
7017
|
+
"text": "string"
|
|
7018
|
+
}
|
|
6952
7019
|
}
|
|
6953
7020
|
]
|
|
6954
7021
|
}
|
|
@@ -7076,7 +7143,7 @@
|
|
|
7076
7143
|
"type": {
|
|
7077
7144
|
"text": "boolean"
|
|
7078
7145
|
},
|
|
7079
|
-
"description": "Is true when the slide is fully visible in
|
|
7146
|
+
"description": "Is true when the slide is fully visible in its container.",
|
|
7080
7147
|
"attribute": "focused",
|
|
7081
7148
|
"reflects": true
|
|
7082
7149
|
},
|
|
@@ -7111,7 +7178,7 @@
|
|
|
7111
7178
|
"type": {
|
|
7112
7179
|
"text": "boolean"
|
|
7113
7180
|
},
|
|
7114
|
-
"description": "Is true when the slide is fully visible in
|
|
7181
|
+
"description": "Is true when the slide is fully visible in its container.",
|
|
7115
7182
|
"fieldName": "focused"
|
|
7116
7183
|
},
|
|
7117
7184
|
{
|
|
@@ -7169,19 +7236,19 @@
|
|
|
7169
7236
|
"name": "KemetScrollSnap",
|
|
7170
7237
|
"cssProperties": [
|
|
7171
7238
|
{
|
|
7172
|
-
"description": "Space between the slides.
|
|
7239
|
+
"description": "Space between the slides.",
|
|
7173
7240
|
"name": "--kemet-scroll-snap-gap"
|
|
7174
7241
|
},
|
|
7175
7242
|
{
|
|
7176
|
-
"description": "The horizontal max width of the container.
|
|
7243
|
+
"description": "The horizontal max width of the container.",
|
|
7177
7244
|
"name": "--kemet-scroll-snap-horizontal-max-width"
|
|
7178
7245
|
},
|
|
7179
7246
|
{
|
|
7180
|
-
"description": "The vertical height of the container.
|
|
7247
|
+
"description": "The vertical height of the container.",
|
|
7181
7248
|
"name": "--kemet-scroll-snap-vertical-height"
|
|
7182
7249
|
},
|
|
7183
7250
|
{
|
|
7184
|
-
"description": "Padding on the vertical axis.
|
|
7251
|
+
"description": "Padding on the vertical axis.",
|
|
7185
7252
|
"name": "--kemet-scroll-snap-slides-vertical-padding"
|
|
7186
7253
|
}
|
|
7187
7254
|
],
|
|
@@ -7239,7 +7306,7 @@
|
|
|
7239
7306
|
"kind": "field",
|
|
7240
7307
|
"name": "slides",
|
|
7241
7308
|
"type": {
|
|
7242
|
-
"text": "
|
|
7309
|
+
"text": "KemetScrollSnapSlide[]"
|
|
7243
7310
|
}
|
|
7244
7311
|
},
|
|
7245
7312
|
{
|
|
@@ -7255,7 +7322,10 @@
|
|
|
7255
7322
|
"name": "focusSlide",
|
|
7256
7323
|
"parameters": [
|
|
7257
7324
|
{
|
|
7258
|
-
"name": "index"
|
|
7325
|
+
"name": "index",
|
|
7326
|
+
"type": {
|
|
7327
|
+
"text": "number"
|
|
7328
|
+
}
|
|
7259
7329
|
}
|
|
7260
7330
|
]
|
|
7261
7331
|
},
|
|
@@ -7348,11 +7418,12 @@
|
|
|
7348
7418
|
},
|
|
7349
7419
|
{
|
|
7350
7420
|
"kind": "field",
|
|
7351
|
-
"name": "
|
|
7421
|
+
"name": "disabled",
|
|
7352
7422
|
"type": {
|
|
7353
7423
|
"text": "boolean"
|
|
7354
7424
|
},
|
|
7355
|
-
"
|
|
7425
|
+
"description": "Determines whether to disable the option",
|
|
7426
|
+
"attribute": "disabled"
|
|
7356
7427
|
},
|
|
7357
7428
|
{
|
|
7358
7429
|
"kind": "field",
|
|
@@ -7362,14 +7433,6 @@
|
|
|
7362
7433
|
},
|
|
7363
7434
|
"description": "Selects the option if true",
|
|
7364
7435
|
"attribute": "selected"
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"type": {
|
|
7368
|
-
"text": "boolean"
|
|
7369
|
-
},
|
|
7370
|
-
"description": "Determines whether to disable the option",
|
|
7371
|
-
"name": "disabled",
|
|
7372
|
-
"kind": "field"
|
|
7373
7436
|
}
|
|
7374
7437
|
],
|
|
7375
7438
|
"events": [
|
|
@@ -7401,11 +7464,12 @@
|
|
|
7401
7464
|
"fieldName": "value"
|
|
7402
7465
|
},
|
|
7403
7466
|
{
|
|
7404
|
-
"name": "
|
|
7467
|
+
"name": "disabled",
|
|
7405
7468
|
"type": {
|
|
7406
7469
|
"text": "boolean"
|
|
7407
7470
|
},
|
|
7408
|
-
"
|
|
7471
|
+
"description": "Determines whether to disable the option",
|
|
7472
|
+
"fieldName": "disabled"
|
|
7409
7473
|
},
|
|
7410
7474
|
{
|
|
7411
7475
|
"name": "selected",
|
|
@@ -7452,65 +7516,6 @@
|
|
|
7452
7516
|
"kind": "class",
|
|
7453
7517
|
"description": "",
|
|
7454
7518
|
"name": "KemetSelect",
|
|
7455
|
-
"cssProperties": [
|
|
7456
|
-
{
|
|
7457
|
-
"description": "The padding on the textarea. Default: 1rem.",
|
|
7458
|
-
"name": "--kemet-select-padding"
|
|
7459
|
-
},
|
|
7460
|
-
{
|
|
7461
|
-
"description": "The border of the textarea. Default: 1px solid var(--kemet-color-background).",
|
|
7462
|
-
"name": "--kemet-select-border"
|
|
7463
|
-
},
|
|
7464
|
-
{
|
|
7465
|
-
"description": "The border of the error state. Default: 1px solid var(--kemet-color-error).",
|
|
7466
|
-
"name": "--kemet-select-border-color-error"
|
|
7467
|
-
},
|
|
7468
|
-
{
|
|
7469
|
-
"description": "The border of the success state. Default: 1px solid var(--kemet-color-success).",
|
|
7470
|
-
"name": "--kemet-select-border-color-success"
|
|
7471
|
-
},
|
|
7472
|
-
{
|
|
7473
|
-
"description": "The border of the warning state. Default: 1px solid var(--kemet-color-warning).",
|
|
7474
|
-
"name": "--kemet-select-border-color-warning"
|
|
7475
|
-
},
|
|
7476
|
-
{
|
|
7477
|
-
"description": "The border radius on rounded. Default: var(--kemet-border-radius).",
|
|
7478
|
-
"name": "--kemet-select-border-radius-rounded"
|
|
7479
|
-
},
|
|
7480
|
-
{
|
|
7481
|
-
"description": "The border on filled. Default: none.",
|
|
7482
|
-
"name": "--kemet-select-border-filled"
|
|
7483
|
-
},
|
|
7484
|
-
{
|
|
7485
|
-
"description": "The color on filled. Default: var(--kemet-color-white).",
|
|
7486
|
-
"name": "--kemet-select-color-filled"
|
|
7487
|
-
},
|
|
7488
|
-
{
|
|
7489
|
-
"description": "The background-color on filled. Default: var(--kemet-color-primary).",
|
|
7490
|
-
"name": "--kemet-select-background-color-filled"
|
|
7491
|
-
},
|
|
7492
|
-
{
|
|
7493
|
-
"description": "The error state background color. Default: var(--kemet-color-error).",
|
|
7494
|
-
"name": "--kemet-select-background-color-error"
|
|
7495
|
-
},
|
|
7496
|
-
{
|
|
7497
|
-
"description": "The success state background color. Default: var(--kemet-color-success).",
|
|
7498
|
-
"name": "--kemet-select-background-color-success"
|
|
7499
|
-
},
|
|
7500
|
-
{
|
|
7501
|
-
"description": "The warning state background color. Default: var(--kemet-color-warning).",
|
|
7502
|
-
"name": "--kemet-select-background-color-warning"
|
|
7503
|
-
},
|
|
7504
|
-
{
|
|
7505
|
-
"description": "The space on the right of the icon. Default: 1rem.",
|
|
7506
|
-
"name": "--kemet-select-icon-right"
|
|
7507
|
-
}
|
|
7508
|
-
],
|
|
7509
|
-
"cssParts": [
|
|
7510
|
-
{
|
|
7511
|
-
"name": "select"
|
|
7512
|
-
}
|
|
7513
|
-
],
|
|
7514
7519
|
"members": [
|
|
7515
7520
|
{
|
|
7516
7521
|
"kind": "field",
|
|
@@ -7518,7 +7523,6 @@
|
|
|
7518
7523
|
"type": {
|
|
7519
7524
|
"text": "string"
|
|
7520
7525
|
},
|
|
7521
|
-
"description": "A string the uniquely identifies the select",
|
|
7522
7526
|
"attribute": "slug"
|
|
7523
7527
|
},
|
|
7524
7528
|
{
|
|
@@ -7528,7 +7532,6 @@
|
|
|
7528
7532
|
"text": "string"
|
|
7529
7533
|
},
|
|
7530
7534
|
"default": "'select'",
|
|
7531
|
-
"description": "The name of the select",
|
|
7532
7535
|
"attribute": "name"
|
|
7533
7536
|
},
|
|
7534
7537
|
{
|
|
@@ -7537,16 +7540,14 @@
|
|
|
7537
7540
|
"type": {
|
|
7538
7541
|
"text": "string"
|
|
7539
7542
|
},
|
|
7540
|
-
"description": "The value of the select",
|
|
7541
7543
|
"attribute": "value"
|
|
7542
7544
|
},
|
|
7543
7545
|
{
|
|
7544
7546
|
"kind": "field",
|
|
7545
7547
|
"name": "options",
|
|
7546
7548
|
"type": {
|
|
7547
|
-
"text": "
|
|
7549
|
+
"text": "IOptions[]"
|
|
7548
7550
|
},
|
|
7549
|
-
"description": "The options the select contains",
|
|
7550
7551
|
"attribute": "options"
|
|
7551
7552
|
},
|
|
7552
7553
|
{
|
|
@@ -7555,7 +7556,6 @@
|
|
|
7555
7556
|
"type": {
|
|
7556
7557
|
"text": "string"
|
|
7557
7558
|
},
|
|
7558
|
-
"description": "The status of the select",
|
|
7559
7559
|
"attribute": "status",
|
|
7560
7560
|
"reflects": true
|
|
7561
7561
|
},
|
|
@@ -7565,7 +7565,6 @@
|
|
|
7565
7565
|
"type": {
|
|
7566
7566
|
"text": "boolean"
|
|
7567
7567
|
},
|
|
7568
|
-
"description": "Determines whether or not the field is required",
|
|
7569
7568
|
"attribute": "required",
|
|
7570
7569
|
"reflects": true
|
|
7571
7570
|
},
|
|
@@ -7575,7 +7574,6 @@
|
|
|
7575
7574
|
"type": {
|
|
7576
7575
|
"text": "boolean"
|
|
7577
7576
|
},
|
|
7578
|
-
"description": "Determines whether or not the field is disabled",
|
|
7579
7577
|
"attribute": "disabled",
|
|
7580
7578
|
"reflects": true
|
|
7581
7579
|
},
|
|
@@ -7585,7 +7583,6 @@
|
|
|
7585
7583
|
"type": {
|
|
7586
7584
|
"text": "boolean"
|
|
7587
7585
|
},
|
|
7588
|
-
"description": "Support of multiple choice selections",
|
|
7589
7586
|
"attribute": "multiple"
|
|
7590
7587
|
},
|
|
7591
7588
|
{
|
|
@@ -7595,7 +7592,6 @@
|
|
|
7595
7592
|
"text": "string"
|
|
7596
7593
|
},
|
|
7597
7594
|
"default": "'chevron-down'",
|
|
7598
|
-
"description": "The dropdown icon",
|
|
7599
7595
|
"attribute": "icon"
|
|
7600
7596
|
},
|
|
7601
7597
|
{
|
|
@@ -7605,7 +7601,6 @@
|
|
|
7605
7601
|
"text": "number"
|
|
7606
7602
|
},
|
|
7607
7603
|
"default": "16",
|
|
7608
|
-
"description": "The dropdown icon size",
|
|
7609
7604
|
"attribute": "icon-size"
|
|
7610
7605
|
},
|
|
7611
7606
|
{
|
|
@@ -7614,7 +7609,6 @@
|
|
|
7614
7609
|
"type": {
|
|
7615
7610
|
"text": "boolean"
|
|
7616
7611
|
},
|
|
7617
|
-
"description": "Displays a filled select",
|
|
7618
7612
|
"attribute": "filled",
|
|
7619
7613
|
"reflects": true
|
|
7620
7614
|
},
|
|
@@ -7624,7 +7618,6 @@
|
|
|
7624
7618
|
"type": {
|
|
7625
7619
|
"text": "boolean"
|
|
7626
7620
|
},
|
|
7627
|
-
"description": "Displays rounded corners",
|
|
7628
7621
|
"attribute": "rounded",
|
|
7629
7622
|
"reflects": true
|
|
7630
7623
|
},
|
|
@@ -7653,7 +7646,7 @@
|
|
|
7653
7646
|
"kind": "field",
|
|
7654
7647
|
"name": "optionElements",
|
|
7655
7648
|
"type": {
|
|
7656
|
-
"text": "
|
|
7649
|
+
"text": "NodeListOf<KemetOption>"
|
|
7657
7650
|
}
|
|
7658
7651
|
},
|
|
7659
7652
|
{
|
|
@@ -7666,18 +7659,18 @@
|
|
|
7666
7659
|
{
|
|
7667
7660
|
"kind": "method",
|
|
7668
7661
|
"name": "makeOptions",
|
|
7669
|
-
"description": "Generates the option elements",
|
|
7670
|
-
"privacy": "private",
|
|
7671
7662
|
"return": {
|
|
7672
7663
|
"type": {
|
|
7673
7664
|
"text": "TemplateResult"
|
|
7674
7665
|
}
|
|
7675
|
-
}
|
|
7666
|
+
},
|
|
7667
|
+
"description": "Generates the option elements",
|
|
7668
|
+
"privacy": "private"
|
|
7676
7669
|
},
|
|
7677
7670
|
{
|
|
7678
7671
|
"kind": "method",
|
|
7679
7672
|
"name": "makeIcon",
|
|
7680
|
-
"description": "Generates
|
|
7673
|
+
"description": "Generates a dropdown icon",
|
|
7681
7674
|
"privacy": "private"
|
|
7682
7675
|
},
|
|
7683
7676
|
{
|
|
@@ -7707,23 +7700,13 @@
|
|
|
7707
7700
|
{
|
|
7708
7701
|
"kind": "method",
|
|
7709
7702
|
"name": "checkValidity",
|
|
7710
|
-
"description": "Checks the validity of the standard select",
|
|
7711
|
-
"privacy": "public",
|
|
7712
7703
|
"return": {
|
|
7713
7704
|
"type": {
|
|
7714
7705
|
"text": "boolean"
|
|
7715
7706
|
}
|
|
7716
|
-
}
|
|
7717
|
-
|
|
7718
|
-
|
|
7719
|
-
"events": [
|
|
7720
|
-
{
|
|
7721
|
-
"description": "Fires when the input receives and loses focus",
|
|
7722
|
-
"name": "kemet-input-focused"
|
|
7723
|
-
},
|
|
7724
|
-
{
|
|
7725
|
-
"description": "Fires when there's a change in status",
|
|
7726
|
-
"name": "kemet-input-status"
|
|
7707
|
+
},
|
|
7708
|
+
"description": "Checks the validity of the standard select",
|
|
7709
|
+
"privacy": "public"
|
|
7727
7710
|
}
|
|
7728
7711
|
],
|
|
7729
7712
|
"attributes": [
|
|
@@ -7732,7 +7715,6 @@
|
|
|
7732
7715
|
"type": {
|
|
7733
7716
|
"text": "string"
|
|
7734
7717
|
},
|
|
7735
|
-
"description": "A string the uniquely identifies the select",
|
|
7736
7718
|
"fieldName": "slug"
|
|
7737
7719
|
},
|
|
7738
7720
|
{
|
|
@@ -7741,7 +7723,6 @@
|
|
|
7741
7723
|
"text": "string"
|
|
7742
7724
|
},
|
|
7743
7725
|
"default": "'select'",
|
|
7744
|
-
"description": "The name of the select",
|
|
7745
7726
|
"fieldName": "name"
|
|
7746
7727
|
},
|
|
7747
7728
|
{
|
|
@@ -7749,15 +7730,13 @@
|
|
|
7749
7730
|
"type": {
|
|
7750
7731
|
"text": "string"
|
|
7751
7732
|
},
|
|
7752
|
-
"description": "The value of the select",
|
|
7753
7733
|
"fieldName": "value"
|
|
7754
7734
|
},
|
|
7755
7735
|
{
|
|
7756
7736
|
"name": "options",
|
|
7757
7737
|
"type": {
|
|
7758
|
-
"text": "
|
|
7738
|
+
"text": "IOptions[]"
|
|
7759
7739
|
},
|
|
7760
|
-
"description": "The options the select contains",
|
|
7761
7740
|
"fieldName": "options"
|
|
7762
7741
|
},
|
|
7763
7742
|
{
|
|
@@ -7765,7 +7744,6 @@
|
|
|
7765
7744
|
"type": {
|
|
7766
7745
|
"text": "string"
|
|
7767
7746
|
},
|
|
7768
|
-
"description": "The status of the select",
|
|
7769
7747
|
"fieldName": "status"
|
|
7770
7748
|
},
|
|
7771
7749
|
{
|
|
@@ -7773,7 +7751,6 @@
|
|
|
7773
7751
|
"type": {
|
|
7774
7752
|
"text": "boolean"
|
|
7775
7753
|
},
|
|
7776
|
-
"description": "Determines whether or not the field is required",
|
|
7777
7754
|
"fieldName": "required"
|
|
7778
7755
|
},
|
|
7779
7756
|
{
|
|
@@ -7781,7 +7758,6 @@
|
|
|
7781
7758
|
"type": {
|
|
7782
7759
|
"text": "boolean"
|
|
7783
7760
|
},
|
|
7784
|
-
"description": "Determines whether or not the field is disabled",
|
|
7785
7761
|
"fieldName": "disabled"
|
|
7786
7762
|
},
|
|
7787
7763
|
{
|
|
@@ -7789,7 +7765,6 @@
|
|
|
7789
7765
|
"type": {
|
|
7790
7766
|
"text": "boolean"
|
|
7791
7767
|
},
|
|
7792
|
-
"description": "Support of multiple choice selections",
|
|
7793
7768
|
"fieldName": "multiple"
|
|
7794
7769
|
},
|
|
7795
7770
|
{
|
|
@@ -7798,7 +7773,6 @@
|
|
|
7798
7773
|
"text": "string"
|
|
7799
7774
|
},
|
|
7800
7775
|
"default": "'chevron-down'",
|
|
7801
|
-
"description": "The dropdown icon",
|
|
7802
7776
|
"fieldName": "icon"
|
|
7803
7777
|
},
|
|
7804
7778
|
{
|
|
@@ -7807,7 +7781,6 @@
|
|
|
7807
7781
|
"text": "number"
|
|
7808
7782
|
},
|
|
7809
7783
|
"default": "16",
|
|
7810
|
-
"description": "The dropdown icon size",
|
|
7811
7784
|
"fieldName": "iconSize"
|
|
7812
7785
|
},
|
|
7813
7786
|
{
|
|
@@ -7815,7 +7788,6 @@
|
|
|
7815
7788
|
"type": {
|
|
7816
7789
|
"text": "boolean"
|
|
7817
7790
|
},
|
|
7818
|
-
"description": "Displays a filled select",
|
|
7819
7791
|
"fieldName": "filled"
|
|
7820
7792
|
},
|
|
7821
7793
|
{
|
|
@@ -7823,7 +7795,6 @@
|
|
|
7823
7795
|
"type": {
|
|
7824
7796
|
"text": "boolean"
|
|
7825
7797
|
},
|
|
7826
|
-
"description": "Displays rounded corners",
|
|
7827
7798
|
"fieldName": "rounded"
|
|
7828
7799
|
}
|
|
7829
7800
|
],
|
|
@@ -7832,7 +7803,6 @@
|
|
|
7832
7803
|
"package": "lit"
|
|
7833
7804
|
},
|
|
7834
7805
|
"tagName": "kemet-select",
|
|
7835
|
-
"summary": "An enhanced select element.",
|
|
7836
7806
|
"customElement": true
|
|
7837
7807
|
}
|
|
7838
7808
|
],
|
|
@@ -7926,7 +7896,7 @@
|
|
|
7926
7896
|
"kind": "field",
|
|
7927
7897
|
"name": "sortableItem",
|
|
7928
7898
|
"type": {
|
|
7929
|
-
"text": "
|
|
7899
|
+
"text": "KemetSortableItem"
|
|
7930
7900
|
}
|
|
7931
7901
|
},
|
|
7932
7902
|
{
|
|
@@ -7934,7 +7904,10 @@
|
|
|
7934
7904
|
"name": "handleDragStart",
|
|
7935
7905
|
"parameters": [
|
|
7936
7906
|
{
|
|
7937
|
-
"name": "event"
|
|
7907
|
+
"name": "event",
|
|
7908
|
+
"type": {
|
|
7909
|
+
"text": "DragEvent"
|
|
7910
|
+
}
|
|
7938
7911
|
}
|
|
7939
7912
|
]
|
|
7940
7913
|
},
|
|
@@ -7943,7 +7916,10 @@
|
|
|
7943
7916
|
"name": "handleDragOver",
|
|
7944
7917
|
"parameters": [
|
|
7945
7918
|
{
|
|
7946
|
-
"name": "event"
|
|
7919
|
+
"name": "event",
|
|
7920
|
+
"type": {
|
|
7921
|
+
"text": "DragEvent"
|
|
7922
|
+
}
|
|
7947
7923
|
}
|
|
7948
7924
|
]
|
|
7949
7925
|
},
|
|
@@ -7952,7 +7928,10 @@
|
|
|
7952
7928
|
"name": "handleDragEnd",
|
|
7953
7929
|
"parameters": [
|
|
7954
7930
|
{
|
|
7955
|
-
"name": "event"
|
|
7931
|
+
"name": "event",
|
|
7932
|
+
"type": {
|
|
7933
|
+
"text": "DragEvent"
|
|
7934
|
+
}
|
|
7956
7935
|
}
|
|
7957
7936
|
]
|
|
7958
7937
|
}
|
|
@@ -8192,7 +8171,7 @@
|
|
|
8192
8171
|
"package": "lit"
|
|
8193
8172
|
},
|
|
8194
8173
|
"tagName": "kemet-svgs",
|
|
8195
|
-
"summary": "A set of SVG graphics that can be referenced
|
|
8174
|
+
"summary": "A set of SVG graphics that can be referenced anywhere in a page or app.",
|
|
8196
8175
|
"customElement": true
|
|
8197
8176
|
}
|
|
8198
8177
|
],
|
|
@@ -8225,7 +8204,7 @@
|
|
|
8225
8204
|
"name": "KemetTabPanel",
|
|
8226
8205
|
"cssProperties": [
|
|
8227
8206
|
{
|
|
8228
|
-
"description": "The fade speed.
|
|
8207
|
+
"description": "The fade speed.",
|
|
8229
8208
|
"name": "--kemet-tab-panel-fade-speed"
|
|
8230
8209
|
}
|
|
8231
8210
|
],
|
|
@@ -8250,6 +8229,14 @@
|
|
|
8250
8229
|
"description": "Identifies the panel to be linked by a tab",
|
|
8251
8230
|
"attribute": "panel"
|
|
8252
8231
|
},
|
|
8232
|
+
{
|
|
8233
|
+
"kind": "field",
|
|
8234
|
+
"name": "index",
|
|
8235
|
+
"type": {
|
|
8236
|
+
"text": "number"
|
|
8237
|
+
},
|
|
8238
|
+
"attribute": "index"
|
|
8239
|
+
},
|
|
8253
8240
|
{
|
|
8254
8241
|
"kind": "method",
|
|
8255
8242
|
"name": "a11y"
|
|
@@ -8272,6 +8259,13 @@
|
|
|
8272
8259
|
},
|
|
8273
8260
|
"description": "Identifies the panel to be linked by a tab",
|
|
8274
8261
|
"fieldName": "panel"
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"name": "index",
|
|
8265
|
+
"type": {
|
|
8266
|
+
"text": "number"
|
|
8267
|
+
},
|
|
8268
|
+
"fieldName": "index"
|
|
8275
8269
|
}
|
|
8276
8270
|
],
|
|
8277
8271
|
"superclass": {
|
|
@@ -8312,15 +8306,23 @@
|
|
|
8312
8306
|
"name": "KemetTab",
|
|
8313
8307
|
"cssProperties": [
|
|
8314
8308
|
{
|
|
8315
|
-
"description": "The padding of the tab.
|
|
8309
|
+
"description": "The padding of the tab.",
|
|
8316
8310
|
"name": "--kemet-tab-padding"
|
|
8317
8311
|
},
|
|
8318
8312
|
{
|
|
8319
|
-
"description": "The color of the selected tab.
|
|
8313
|
+
"description": "The color of the selected tab.",
|
|
8320
8314
|
"name": "--kemet-tab-color"
|
|
8321
8315
|
}
|
|
8322
8316
|
],
|
|
8323
8317
|
"members": [
|
|
8318
|
+
{
|
|
8319
|
+
"kind": "field",
|
|
8320
|
+
"name": "index",
|
|
8321
|
+
"type": {
|
|
8322
|
+
"text": "number"
|
|
8323
|
+
},
|
|
8324
|
+
"attribute": "index"
|
|
8325
|
+
},
|
|
8324
8326
|
{
|
|
8325
8327
|
"kind": "field",
|
|
8326
8328
|
"name": "selected",
|
|
@@ -8378,6 +8380,13 @@
|
|
|
8378
8380
|
}
|
|
8379
8381
|
],
|
|
8380
8382
|
"attributes": [
|
|
8383
|
+
{
|
|
8384
|
+
"name": "index",
|
|
8385
|
+
"type": {
|
|
8386
|
+
"text": "number"
|
|
8387
|
+
},
|
|
8388
|
+
"fieldName": "index"
|
|
8389
|
+
},
|
|
8381
8390
|
{
|
|
8382
8391
|
"name": "selected",
|
|
8383
8392
|
"type": {
|
|
@@ -8440,68 +8449,6 @@
|
|
|
8440
8449
|
"kind": "class",
|
|
8441
8450
|
"description": "",
|
|
8442
8451
|
"name": "KemetTabs",
|
|
8443
|
-
"cssProperties": [
|
|
8444
|
-
{
|
|
8445
|
-
"description": "The thickness of the ink. Default: 6px.",
|
|
8446
|
-
"name": "--kemet-tabs-ink-size"
|
|
8447
|
-
},
|
|
8448
|
-
{
|
|
8449
|
-
"description": "The radius on the ink. Default: 6px.",
|
|
8450
|
-
"name": "--kemet-tabs-ink-radius"
|
|
8451
|
-
},
|
|
8452
|
-
{
|
|
8453
|
-
"description": "The color of the ink. Default: var(--kemet-color-background).",
|
|
8454
|
-
"name": "--kemet-tabs-ink-color"
|
|
8455
|
-
},
|
|
8456
|
-
{
|
|
8457
|
-
"description": "The thickness of the divider. Default: 1px.",
|
|
8458
|
-
"name": "--kemet-tabs-divider-size"
|
|
8459
|
-
},
|
|
8460
|
-
{
|
|
8461
|
-
"description": "The color of the divider. Default: var(--kemet-color-gray4).",
|
|
8462
|
-
"name": "--kemet-tabs-divider-color"
|
|
8463
|
-
},
|
|
8464
|
-
{
|
|
8465
|
-
"description": "The transition speed of the panels. Default: 0.5s.",
|
|
8466
|
-
"name": "--kemet-tabs-transition-speed"
|
|
8467
|
-
},
|
|
8468
|
-
{
|
|
8469
|
-
"description": "The space between tabs and panels. Default: 1rem.",
|
|
8470
|
-
"name": "--kemet-tabs-spacer"
|
|
8471
|
-
}
|
|
8472
|
-
],
|
|
8473
|
-
"cssParts": [
|
|
8474
|
-
{
|
|
8475
|
-
"description": "The container for the tablist.",
|
|
8476
|
-
"name": "links"
|
|
8477
|
-
},
|
|
8478
|
-
{
|
|
8479
|
-
"description": "Contains the tabs.",
|
|
8480
|
-
"name": "tablist"
|
|
8481
|
-
},
|
|
8482
|
-
{
|
|
8483
|
-
"description": "Contains the panels.",
|
|
8484
|
-
"name": "panels"
|
|
8485
|
-
},
|
|
8486
|
-
{
|
|
8487
|
-
"description": "The ink element.",
|
|
8488
|
-
"name": "ink"
|
|
8489
|
-
},
|
|
8490
|
-
{
|
|
8491
|
-
"description": "The divider element.",
|
|
8492
|
-
"name": "divider"
|
|
8493
|
-
}
|
|
8494
|
-
],
|
|
8495
|
-
"slots": [
|
|
8496
|
-
{
|
|
8497
|
-
"description": "Place the tabs here.",
|
|
8498
|
-
"name": "tab"
|
|
8499
|
-
},
|
|
8500
|
-
{
|
|
8501
|
-
"description": "Place the panels here.",
|
|
8502
|
-
"name": "panel"
|
|
8503
|
-
}
|
|
8504
|
-
],
|
|
8505
8452
|
"members": [
|
|
8506
8453
|
{
|
|
8507
8454
|
"kind": "field",
|
|
@@ -8509,7 +8456,6 @@
|
|
|
8509
8456
|
"type": {
|
|
8510
8457
|
"text": "string"
|
|
8511
8458
|
},
|
|
8512
|
-
"description": "The selected tab by name",
|
|
8513
8459
|
"attribute": "selected",
|
|
8514
8460
|
"reflects": true
|
|
8515
8461
|
},
|
|
@@ -8520,7 +8466,6 @@
|
|
|
8520
8466
|
"text": "number"
|
|
8521
8467
|
},
|
|
8522
8468
|
"default": "0",
|
|
8523
|
-
"description": "The selected tab by index",
|
|
8524
8469
|
"attribute": "selectedIndex"
|
|
8525
8470
|
},
|
|
8526
8471
|
{
|
|
@@ -8530,17 +8475,15 @@
|
|
|
8530
8475
|
"text": "number"
|
|
8531
8476
|
},
|
|
8532
8477
|
"default": "0",
|
|
8533
|
-
"description": "Positions the current panel",
|
|
8534
8478
|
"attribute": "panelPosition"
|
|
8535
8479
|
},
|
|
8536
8480
|
{
|
|
8537
8481
|
"kind": "field",
|
|
8538
8482
|
"name": "panelEffect",
|
|
8539
8483
|
"type": {
|
|
8540
|
-
"text": "
|
|
8484
|
+
"text": "TypePanelEffect"
|
|
8541
8485
|
},
|
|
8542
8486
|
"default": "'none'",
|
|
8543
|
-
"description": "The transition effect for panels",
|
|
8544
8487
|
"attribute": "panel-effect",
|
|
8545
8488
|
"reflects": true
|
|
8546
8489
|
},
|
|
@@ -8550,17 +8493,15 @@
|
|
|
8550
8493
|
"type": {
|
|
8551
8494
|
"text": "boolean"
|
|
8552
8495
|
},
|
|
8553
|
-
"description": "Determines whether or not to enable swipe behavior",
|
|
8554
8496
|
"attribute": "swipe"
|
|
8555
8497
|
},
|
|
8556
8498
|
{
|
|
8557
8499
|
"kind": "field",
|
|
8558
8500
|
"name": "placement",
|
|
8559
8501
|
"type": {
|
|
8560
|
-
"text": "
|
|
8502
|
+
"text": "TypePlacement"
|
|
8561
8503
|
},
|
|
8562
8504
|
"default": "'top'",
|
|
8563
|
-
"description": "Places the tabs to the top, right, bottom, or left",
|
|
8564
8505
|
"attribute": "placement",
|
|
8565
8506
|
"reflects": true
|
|
8566
8507
|
},
|
|
@@ -8570,17 +8511,15 @@
|
|
|
8570
8511
|
"type": {
|
|
8571
8512
|
"text": "boolean"
|
|
8572
8513
|
},
|
|
8573
|
-
"description": "Determines whether or not to show a divider line",
|
|
8574
8514
|
"attribute": "divider"
|
|
8575
8515
|
},
|
|
8576
8516
|
{
|
|
8577
8517
|
"kind": "field",
|
|
8578
8518
|
"name": "tabsAlign",
|
|
8579
8519
|
"type": {
|
|
8580
|
-
"text": "
|
|
8520
|
+
"text": "TypeTabsAlign"
|
|
8581
8521
|
},
|
|
8582
8522
|
"default": "'center'",
|
|
8583
|
-
"description": "Spacing alignment of the tabs",
|
|
8584
8523
|
"attribute": "tabs-align",
|
|
8585
8524
|
"reflects": true
|
|
8586
8525
|
},
|
|
@@ -8588,9 +8527,8 @@
|
|
|
8588
8527
|
"kind": "field",
|
|
8589
8528
|
"name": "ink",
|
|
8590
8529
|
"type": {
|
|
8591
|
-
"text": "
|
|
8530
|
+
"text": "Iink"
|
|
8592
8531
|
},
|
|
8593
|
-
"description": "An object that contains information about the ink",
|
|
8594
8532
|
"attribute": "ink"
|
|
8595
8533
|
},
|
|
8596
8534
|
{
|
|
@@ -8600,7 +8538,6 @@
|
|
|
8600
8538
|
"text": "boolean"
|
|
8601
8539
|
},
|
|
8602
8540
|
"default": "false",
|
|
8603
|
-
"description": "Determines whether or not to hide the ink",
|
|
8604
8541
|
"attribute": "hide-ink"
|
|
8605
8542
|
},
|
|
8606
8543
|
{
|
|
@@ -8609,7 +8546,6 @@
|
|
|
8609
8546
|
"type": {
|
|
8610
8547
|
"text": "boolean"
|
|
8611
8548
|
},
|
|
8612
|
-
"description": "Is true when the space of the tabs is larger than it's container",
|
|
8613
8549
|
"attribute": "overflow",
|
|
8614
8550
|
"reflects": true
|
|
8615
8551
|
},
|
|
@@ -8617,14 +8553,14 @@
|
|
|
8617
8553
|
"kind": "field",
|
|
8618
8554
|
"name": "tabs",
|
|
8619
8555
|
"type": {
|
|
8620
|
-
"text": "
|
|
8556
|
+
"text": "KemetTab[]"
|
|
8621
8557
|
}
|
|
8622
8558
|
},
|
|
8623
8559
|
{
|
|
8624
8560
|
"kind": "field",
|
|
8625
8561
|
"name": "panels",
|
|
8626
8562
|
"type": {
|
|
8627
|
-
"text": "
|
|
8563
|
+
"text": "KemetTabPanel[]"
|
|
8628
8564
|
}
|
|
8629
8565
|
},
|
|
8630
8566
|
{
|
|
@@ -8676,7 +8612,10 @@
|
|
|
8676
8612
|
"name": "handleTabClose",
|
|
8677
8613
|
"parameters": [
|
|
8678
8614
|
{
|
|
8679
|
-
"name": "event"
|
|
8615
|
+
"name": "event",
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "CustomEvent"
|
|
8618
|
+
}
|
|
8680
8619
|
}
|
|
8681
8620
|
]
|
|
8682
8621
|
},
|
|
@@ -8685,7 +8624,10 @@
|
|
|
8685
8624
|
"name": "makeInk",
|
|
8686
8625
|
"parameters": [
|
|
8687
8626
|
{
|
|
8688
|
-
"name": "location"
|
|
8627
|
+
"name": "location",
|
|
8628
|
+
"type": {
|
|
8629
|
+
"text": "string"
|
|
8630
|
+
}
|
|
8689
8631
|
}
|
|
8690
8632
|
]
|
|
8691
8633
|
},
|
|
@@ -8718,7 +8660,10 @@
|
|
|
8718
8660
|
"name": "tabSelectedChange",
|
|
8719
8661
|
"parameters": [
|
|
8720
8662
|
{
|
|
8721
|
-
"name": "event"
|
|
8663
|
+
"name": "event",
|
|
8664
|
+
"type": {
|
|
8665
|
+
"text": "CustomEvent"
|
|
8666
|
+
}
|
|
8722
8667
|
}
|
|
8723
8668
|
]
|
|
8724
8669
|
},
|
|
@@ -8743,10 +8688,16 @@
|
|
|
8743
8688
|
"name": "animatePanel",
|
|
8744
8689
|
"parameters": [
|
|
8745
8690
|
{
|
|
8746
|
-
"name": "panelName"
|
|
8691
|
+
"name": "panelName",
|
|
8692
|
+
"type": {
|
|
8693
|
+
"text": "string"
|
|
8694
|
+
}
|
|
8747
8695
|
},
|
|
8748
8696
|
{
|
|
8749
|
-
"name": "panelIndex"
|
|
8697
|
+
"name": "panelIndex",
|
|
8698
|
+
"type": {
|
|
8699
|
+
"text": "number"
|
|
8700
|
+
}
|
|
8750
8701
|
}
|
|
8751
8702
|
]
|
|
8752
8703
|
},
|
|
@@ -8755,7 +8706,10 @@
|
|
|
8755
8706
|
"name": "handleTabKeydown",
|
|
8756
8707
|
"parameters": [
|
|
8757
8708
|
{
|
|
8758
|
-
"name": "event"
|
|
8709
|
+
"name": "event",
|
|
8710
|
+
"type": {
|
|
8711
|
+
"text": "KeyboardEvent"
|
|
8712
|
+
}
|
|
8759
8713
|
}
|
|
8760
8714
|
]
|
|
8761
8715
|
},
|
|
@@ -8764,7 +8718,10 @@
|
|
|
8764
8718
|
"name": "handleTouchStart",
|
|
8765
8719
|
"parameters": [
|
|
8766
8720
|
{
|
|
8767
|
-
"name": "event"
|
|
8721
|
+
"name": "event",
|
|
8722
|
+
"type": {
|
|
8723
|
+
"text": "TouchEvent"
|
|
8724
|
+
}
|
|
8768
8725
|
}
|
|
8769
8726
|
]
|
|
8770
8727
|
},
|
|
@@ -8773,24 +8730,20 @@
|
|
|
8773
8730
|
"name": "handleTouchMove",
|
|
8774
8731
|
"parameters": [
|
|
8775
8732
|
{
|
|
8776
|
-
"name": "event"
|
|
8733
|
+
"name": "event",
|
|
8734
|
+
"type": {
|
|
8735
|
+
"text": "TouchEvent"
|
|
8736
|
+
}
|
|
8777
8737
|
}
|
|
8778
8738
|
]
|
|
8779
8739
|
}
|
|
8780
8740
|
],
|
|
8781
|
-
"events": [
|
|
8782
|
-
{
|
|
8783
|
-
"description": "Fires when a tab is changed",
|
|
8784
|
-
"name": "kemet-tab-changed"
|
|
8785
|
-
}
|
|
8786
|
-
],
|
|
8787
8741
|
"attributes": [
|
|
8788
8742
|
{
|
|
8789
8743
|
"name": "selected",
|
|
8790
8744
|
"type": {
|
|
8791
8745
|
"text": "string"
|
|
8792
8746
|
},
|
|
8793
|
-
"description": "The selected tab by name",
|
|
8794
8747
|
"fieldName": "selected"
|
|
8795
8748
|
},
|
|
8796
8749
|
{
|
|
@@ -8799,7 +8752,6 @@
|
|
|
8799
8752
|
"text": "number"
|
|
8800
8753
|
},
|
|
8801
8754
|
"default": "0",
|
|
8802
|
-
"description": "The selected tab by index",
|
|
8803
8755
|
"fieldName": "selectedIndex"
|
|
8804
8756
|
},
|
|
8805
8757
|
{
|
|
@@ -8808,16 +8760,14 @@
|
|
|
8808
8760
|
"text": "number"
|
|
8809
8761
|
},
|
|
8810
8762
|
"default": "0",
|
|
8811
|
-
"description": "Positions the current panel",
|
|
8812
8763
|
"fieldName": "panelPosition"
|
|
8813
8764
|
},
|
|
8814
8765
|
{
|
|
8815
8766
|
"name": "panel-effect",
|
|
8816
8767
|
"type": {
|
|
8817
|
-
"text": "
|
|
8768
|
+
"text": "TypePanelEffect"
|
|
8818
8769
|
},
|
|
8819
8770
|
"default": "'none'",
|
|
8820
|
-
"description": "The transition effect for panels",
|
|
8821
8771
|
"fieldName": "panelEffect"
|
|
8822
8772
|
},
|
|
8823
8773
|
{
|
|
@@ -8825,16 +8775,14 @@
|
|
|
8825
8775
|
"type": {
|
|
8826
8776
|
"text": "boolean"
|
|
8827
8777
|
},
|
|
8828
|
-
"description": "Determines whether or not to enable swipe behavior",
|
|
8829
8778
|
"fieldName": "swipe"
|
|
8830
8779
|
},
|
|
8831
8780
|
{
|
|
8832
8781
|
"name": "placement",
|
|
8833
8782
|
"type": {
|
|
8834
|
-
"text": "
|
|
8783
|
+
"text": "TypePlacement"
|
|
8835
8784
|
},
|
|
8836
8785
|
"default": "'top'",
|
|
8837
|
-
"description": "Places the tabs to the top, right, bottom, or left",
|
|
8838
8786
|
"fieldName": "placement"
|
|
8839
8787
|
},
|
|
8840
8788
|
{
|
|
@@ -8842,24 +8790,21 @@
|
|
|
8842
8790
|
"type": {
|
|
8843
8791
|
"text": "boolean"
|
|
8844
8792
|
},
|
|
8845
|
-
"description": "Determines whether or not to show a divider line",
|
|
8846
8793
|
"fieldName": "divider"
|
|
8847
8794
|
},
|
|
8848
8795
|
{
|
|
8849
8796
|
"name": "tabs-align",
|
|
8850
8797
|
"type": {
|
|
8851
|
-
"text": "
|
|
8798
|
+
"text": "TypeTabsAlign"
|
|
8852
8799
|
},
|
|
8853
8800
|
"default": "'center'",
|
|
8854
|
-
"description": "Spacing alignment of the tabs",
|
|
8855
8801
|
"fieldName": "tabsAlign"
|
|
8856
8802
|
},
|
|
8857
8803
|
{
|
|
8858
8804
|
"name": "ink",
|
|
8859
8805
|
"type": {
|
|
8860
|
-
"text": "
|
|
8806
|
+
"text": "Iink"
|
|
8861
8807
|
},
|
|
8862
|
-
"description": "An object that contains information about the ink",
|
|
8863
8808
|
"fieldName": "ink"
|
|
8864
8809
|
},
|
|
8865
8810
|
{
|
|
@@ -8868,7 +8813,6 @@
|
|
|
8868
8813
|
"text": "boolean"
|
|
8869
8814
|
},
|
|
8870
8815
|
"default": "false",
|
|
8871
|
-
"description": "Determines whether or not to hide the ink",
|
|
8872
8816
|
"fieldName": "hideInk"
|
|
8873
8817
|
},
|
|
8874
8818
|
{
|
|
@@ -8876,7 +8820,6 @@
|
|
|
8876
8820
|
"type": {
|
|
8877
8821
|
"text": "boolean"
|
|
8878
8822
|
},
|
|
8879
|
-
"description": "Is true when the space of the tabs is larger than it's container",
|
|
8880
8823
|
"fieldName": "overflow"
|
|
8881
8824
|
}
|
|
8882
8825
|
],
|
|
@@ -8885,7 +8828,6 @@
|
|
|
8885
8828
|
"package": "lit"
|
|
8886
8829
|
},
|
|
8887
8830
|
"tagName": "kemet-tabs",
|
|
8888
|
-
"summary": "A group of tabs and panels.",
|
|
8889
8831
|
"customElement": true
|
|
8890
8832
|
}
|
|
8891
8833
|
],
|
|
@@ -8918,51 +8860,51 @@
|
|
|
8918
8860
|
"name": "KemetTextarea",
|
|
8919
8861
|
"cssProperties": [
|
|
8920
8862
|
{
|
|
8921
|
-
"description": "The padding on the textarea.
|
|
8863
|
+
"description": "The padding on the textarea.",
|
|
8922
8864
|
"name": "--kemet-textarea-padding"
|
|
8923
8865
|
},
|
|
8924
8866
|
{
|
|
8925
|
-
"description": "The border of the textarea.
|
|
8867
|
+
"description": "The border of the textarea.",
|
|
8926
8868
|
"name": "--kemet-textarea-border"
|
|
8927
8869
|
},
|
|
8928
8870
|
{
|
|
8929
|
-
"description": "The border of the error state.
|
|
8871
|
+
"description": "The border of the error state.",
|
|
8930
8872
|
"name": "--kemet-textarea-border-color-error"
|
|
8931
8873
|
},
|
|
8932
8874
|
{
|
|
8933
|
-
"description": "The border of the success state.
|
|
8875
|
+
"description": "The border of the success state.",
|
|
8934
8876
|
"name": "--kemet-textarea-border-color-success"
|
|
8935
8877
|
},
|
|
8936
8878
|
{
|
|
8937
|
-
"description": "The border of the warning state.
|
|
8879
|
+
"description": "The border of the warning state.",
|
|
8938
8880
|
"name": "--kemet-textarea-border-color-warning"
|
|
8939
8881
|
},
|
|
8940
8882
|
{
|
|
8941
|
-
"description": "The border radius on rounded.
|
|
8883
|
+
"description": "The border radius on rounded.",
|
|
8942
8884
|
"name": "--kemet-textarea-border-radius-rounded"
|
|
8943
8885
|
},
|
|
8944
8886
|
{
|
|
8945
|
-
"description": "The border on filled.
|
|
8887
|
+
"description": "The border on filled.",
|
|
8946
8888
|
"name": "--kemet-textarea-border-filled"
|
|
8947
8889
|
},
|
|
8948
8890
|
{
|
|
8949
|
-
"description": "The color on filled.
|
|
8891
|
+
"description": "The color on filled.",
|
|
8950
8892
|
"name": "--kemet-textarea-color-filled"
|
|
8951
8893
|
},
|
|
8952
8894
|
{
|
|
8953
|
-
"description": "The background-color on filled.
|
|
8895
|
+
"description": "The background-color on filled.",
|
|
8954
8896
|
"name": "--kemet-textarea-background-color-filled"
|
|
8955
8897
|
},
|
|
8956
8898
|
{
|
|
8957
|
-
"description": "The error state background color.
|
|
8899
|
+
"description": "The error state background color.",
|
|
8958
8900
|
"name": "--kemet-textarea-background-color-error"
|
|
8959
8901
|
},
|
|
8960
8902
|
{
|
|
8961
|
-
"description": "The success state background color.
|
|
8903
|
+
"description": "The success state background color.",
|
|
8962
8904
|
"name": "--kemet-textarea-background-color-success"
|
|
8963
8905
|
},
|
|
8964
8906
|
{
|
|
8965
|
-
"description": "The warning state background color.
|
|
8907
|
+
"description": "The warning state background color.",
|
|
8966
8908
|
"name": "--kemet-textarea-background-color-warning"
|
|
8967
8909
|
}
|
|
8968
8910
|
],
|
|
@@ -9195,24 +9137,24 @@
|
|
|
9195
9137
|
{
|
|
9196
9138
|
"kind": "method",
|
|
9197
9139
|
"name": "checkLimitValidity",
|
|
9198
|
-
"description": "Checks the validity of the character limit for the count component",
|
|
9199
|
-
"privacy": "private",
|
|
9200
9140
|
"return": {
|
|
9201
9141
|
"type": {
|
|
9202
9142
|
"text": "boolean"
|
|
9203
9143
|
}
|
|
9204
|
-
}
|
|
9144
|
+
},
|
|
9145
|
+
"description": "Checks the validity of the character limit for the count component",
|
|
9146
|
+
"privacy": "private"
|
|
9205
9147
|
},
|
|
9206
9148
|
{
|
|
9207
9149
|
"kind": "method",
|
|
9208
9150
|
"name": "checkValidity",
|
|
9209
|
-
"description": "Checks the validity of the standard input",
|
|
9210
|
-
"privacy": "public",
|
|
9211
9151
|
"return": {
|
|
9212
9152
|
"type": {
|
|
9213
9153
|
"text": "boolean"
|
|
9214
9154
|
}
|
|
9215
|
-
}
|
|
9155
|
+
},
|
|
9156
|
+
"description": "Checks the validity of the standard input",
|
|
9157
|
+
"privacy": "public"
|
|
9216
9158
|
},
|
|
9217
9159
|
{
|
|
9218
9160
|
"kind": "method",
|
|
@@ -9415,39 +9357,39 @@
|
|
|
9415
9357
|
"name": "KemetToggle",
|
|
9416
9358
|
"cssProperties": [
|
|
9417
9359
|
{
|
|
9418
|
-
"description": "The width of the entire toggle.
|
|
9360
|
+
"description": "The width of the entire toggle.",
|
|
9419
9361
|
"name": "--kemet-toggle-width"
|
|
9420
9362
|
},
|
|
9421
9363
|
{
|
|
9422
|
-
"description": "The height of the entire toggle.
|
|
9364
|
+
"description": "The height of the entire toggle.",
|
|
9423
9365
|
"name": "--kemet-toggle-height"
|
|
9424
9366
|
},
|
|
9425
9367
|
{
|
|
9426
|
-
"description": "The diameter of the handle.
|
|
9368
|
+
"description": "The diameter of the handle.",
|
|
9427
9369
|
"name": "--kemet-toggle-handle-diameter"
|
|
9428
9370
|
},
|
|
9429
9371
|
{
|
|
9430
|
-
"description": "The border of the track.
|
|
9372
|
+
"description": "The border of the track.",
|
|
9431
9373
|
"name": "--kemet-toggle-track-border"
|
|
9432
9374
|
},
|
|
9433
9375
|
{
|
|
9434
|
-
"description": "The color of the track.
|
|
9376
|
+
"description": "The color of the track.",
|
|
9435
9377
|
"name": "--kemet-toggle-track-color"
|
|
9436
9378
|
},
|
|
9437
9379
|
{
|
|
9438
|
-
"description": "The shadow on the track.
|
|
9380
|
+
"description": "The shadow on the track.",
|
|
9439
9381
|
"name": "--kemet-toggle-track-shadow"
|
|
9440
9382
|
},
|
|
9441
9383
|
{
|
|
9442
|
-
"description": "The border on the handle.
|
|
9384
|
+
"description": "The border on the handle.",
|
|
9443
9385
|
"name": "--kemet-toggle-handle-border"
|
|
9444
9386
|
},
|
|
9445
9387
|
{
|
|
9446
|
-
"description": "The color of the handle.
|
|
9388
|
+
"description": "The color of the handle.",
|
|
9447
9389
|
"name": "--kemet-toggle-handle-color"
|
|
9448
9390
|
},
|
|
9449
9391
|
{
|
|
9450
|
-
"description": "The shadow on the handle.
|
|
9392
|
+
"description": "The shadow on the handle.",
|
|
9451
9393
|
"name": "--kemet-toggle-handle-shadow"
|
|
9452
9394
|
}
|
|
9453
9395
|
],
|
|
@@ -9491,7 +9433,7 @@
|
|
|
9491
9433
|
"text": "boolean"
|
|
9492
9434
|
},
|
|
9493
9435
|
"default": "false",
|
|
9494
|
-
"description": "Determines whether
|
|
9436
|
+
"description": "Determines whether the toggle is checked",
|
|
9495
9437
|
"attribute": "checked",
|
|
9496
9438
|
"reflects": true
|
|
9497
9439
|
},
|
|
@@ -9502,7 +9444,7 @@
|
|
|
9502
9444
|
"text": "boolean"
|
|
9503
9445
|
},
|
|
9504
9446
|
"default": "false",
|
|
9505
|
-
"description": "Determines whether
|
|
9447
|
+
"description": "Determines whether the toggle is disabled",
|
|
9506
9448
|
"attribute": "disabled"
|
|
9507
9449
|
},
|
|
9508
9450
|
{
|
|
@@ -9522,7 +9464,7 @@
|
|
|
9522
9464
|
"text": "boolean"
|
|
9523
9465
|
},
|
|
9524
9466
|
"default": "false",
|
|
9525
|
-
"description": "Determines whether
|
|
9467
|
+
"description": "Determines whether to show text options",
|
|
9526
9468
|
"attribute": "show"
|
|
9527
9469
|
},
|
|
9528
9470
|
{
|
|
@@ -9597,7 +9539,7 @@
|
|
|
9597
9539
|
"text": "boolean"
|
|
9598
9540
|
},
|
|
9599
9541
|
"default": "false",
|
|
9600
|
-
"description": "Determines whether
|
|
9542
|
+
"description": "Determines whether the toggle is checked",
|
|
9601
9543
|
"fieldName": "checked"
|
|
9602
9544
|
},
|
|
9603
9545
|
{
|
|
@@ -9606,7 +9548,7 @@
|
|
|
9606
9548
|
"text": "boolean"
|
|
9607
9549
|
},
|
|
9608
9550
|
"default": "false",
|
|
9609
|
-
"description": "Determines whether
|
|
9551
|
+
"description": "Determines whether the toggle is disabled",
|
|
9610
9552
|
"fieldName": "disabled"
|
|
9611
9553
|
},
|
|
9612
9554
|
{
|
|
@@ -9624,7 +9566,7 @@
|
|
|
9624
9566
|
"text": "boolean"
|
|
9625
9567
|
},
|
|
9626
9568
|
"default": "false",
|
|
9627
|
-
"description": "Determines whether
|
|
9569
|
+
"description": "Determines whether to show text options",
|
|
9628
9570
|
"fieldName": "show"
|
|
9629
9571
|
},
|
|
9630
9572
|
{
|
|
@@ -9713,7 +9655,7 @@
|
|
|
9713
9655
|
"name": "--kemet-tooltip-background-color"
|
|
9714
9656
|
},
|
|
9715
9657
|
{
|
|
9716
|
-
"description": "The border color of the
|
|
9658
|
+
"description": "The border color of the arrow",
|
|
9717
9659
|
"name": "--kemet-tooltip-border-color"
|
|
9718
9660
|
},
|
|
9719
9661
|
{
|
|
@@ -9767,7 +9709,7 @@
|
|
|
9767
9709
|
"type": {
|
|
9768
9710
|
"text": "boolean"
|
|
9769
9711
|
},
|
|
9770
|
-
"description": "Determines if the
|
|
9712
|
+
"description": "Determines if the Popper is opened or closed",
|
|
9771
9713
|
"attribute": "opened",
|
|
9772
9714
|
"reflects": true,
|
|
9773
9715
|
"inheritedFrom": {
|
|
@@ -9775,21 +9717,6 @@
|
|
|
9775
9717
|
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9776
9718
|
}
|
|
9777
9719
|
},
|
|
9778
|
-
{
|
|
9779
|
-
"kind": "field",
|
|
9780
|
-
"name": "effect",
|
|
9781
|
-
"type": {
|
|
9782
|
-
"text": "TypeEffect"
|
|
9783
|
-
},
|
|
9784
|
-
"default": "'fade'",
|
|
9785
|
-
"description": "The open/close animation effect for the Popper",
|
|
9786
|
-
"attribute": "effect",
|
|
9787
|
-
"reflects": true,
|
|
9788
|
-
"inheritedFrom": {
|
|
9789
|
-
"name": "KemetPopper",
|
|
9790
|
-
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9791
|
-
}
|
|
9792
|
-
},
|
|
9793
9720
|
{
|
|
9794
9721
|
"kind": "field",
|
|
9795
9722
|
"name": "fireOn",
|
|
@@ -9867,7 +9794,10 @@
|
|
|
9867
9794
|
"name": "toggle",
|
|
9868
9795
|
"parameters": [
|
|
9869
9796
|
{
|
|
9870
|
-
"name": "event"
|
|
9797
|
+
"name": "event",
|
|
9798
|
+
"type": {
|
|
9799
|
+
"text": "MouseEvent | KeyboardEvent"
|
|
9800
|
+
}
|
|
9871
9801
|
}
|
|
9872
9802
|
],
|
|
9873
9803
|
"inheritedFrom": {
|
|
@@ -9880,7 +9810,10 @@
|
|
|
9880
9810
|
"name": "handleKeyUp",
|
|
9881
9811
|
"parameters": [
|
|
9882
9812
|
{
|
|
9883
|
-
"name": "event"
|
|
9813
|
+
"name": "event",
|
|
9814
|
+
"type": {
|
|
9815
|
+
"text": "KeyboardEvent"
|
|
9816
|
+
}
|
|
9884
9817
|
}
|
|
9885
9818
|
],
|
|
9886
9819
|
"inheritedFrom": {
|
|
@@ -9893,7 +9826,10 @@
|
|
|
9893
9826
|
"name": "handleFocusableDown",
|
|
9894
9827
|
"parameters": [
|
|
9895
9828
|
{
|
|
9896
|
-
"name": "event"
|
|
9829
|
+
"name": "event",
|
|
9830
|
+
"type": {
|
|
9831
|
+
"text": "KeyboardEvent"
|
|
9832
|
+
}
|
|
9897
9833
|
}
|
|
9898
9834
|
],
|
|
9899
9835
|
"inheritedFrom": {
|
|
@@ -9907,7 +9843,7 @@
|
|
|
9907
9843
|
"module": "/src/components/kemet-popper/kemet-popper"
|
|
9908
9844
|
},
|
|
9909
9845
|
"tagName": "kemet-tooltip",
|
|
9910
|
-
"summary": "A tooltip is a Popper component that displays
|
|
9846
|
+
"summary": "A tooltip is a Popper component that displays a dynamic arrow pointing to the trigger.",
|
|
9911
9847
|
"customElement": true,
|
|
9912
9848
|
"attributes": [
|
|
9913
9849
|
{
|
|
@@ -9928,26 +9864,13 @@
|
|
|
9928
9864
|
"type": {
|
|
9929
9865
|
"text": "boolean"
|
|
9930
9866
|
},
|
|
9931
|
-
"description": "Determines if the
|
|
9867
|
+
"description": "Determines if the Popper is opened or closed",
|
|
9932
9868
|
"fieldName": "opened",
|
|
9933
9869
|
"inheritedFrom": {
|
|
9934
9870
|
"name": "KemetPopper",
|
|
9935
9871
|
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9936
9872
|
}
|
|
9937
9873
|
},
|
|
9938
|
-
{
|
|
9939
|
-
"name": "effect",
|
|
9940
|
-
"type": {
|
|
9941
|
-
"text": "TypeEffect"
|
|
9942
|
-
},
|
|
9943
|
-
"default": "'fade'",
|
|
9944
|
-
"description": "The open/close animation effect for the Popper",
|
|
9945
|
-
"fieldName": "effect",
|
|
9946
|
-
"inheritedFrom": {
|
|
9947
|
-
"name": "KemetPopper",
|
|
9948
|
-
"module": "src/components/kemet-popper/kemet-popper.ts"
|
|
9949
|
-
}
|
|
9950
|
-
},
|
|
9951
9874
|
{
|
|
9952
9875
|
"name": "fire-on",
|
|
9953
9876
|
"type": {
|
|
@@ -10050,67 +9973,67 @@
|
|
|
10050
9973
|
"name": "KemetTrackerStep",
|
|
10051
9974
|
"cssProperties": [
|
|
10052
9975
|
{
|
|
10053
|
-
"description": "The font size.
|
|
9976
|
+
"description": "The font size.",
|
|
10054
9977
|
"name": "--kemet-tracker-step-dot-font-size"
|
|
10055
9978
|
},
|
|
10056
9979
|
{
|
|
10057
|
-
"description": "The text color.
|
|
9980
|
+
"description": "The text color.",
|
|
10058
9981
|
"name": "--kemet-tracker-step-dot-color"
|
|
10059
9982
|
},
|
|
10060
9983
|
{
|
|
10061
|
-
"description": "Border around a dot.
|
|
9984
|
+
"description": "Border around a dot.",
|
|
10062
9985
|
"name": "--kemet-tracker-step-dot-border"
|
|
10063
9986
|
},
|
|
10064
9987
|
{
|
|
10065
|
-
"description": "Width and height of a dot.
|
|
9988
|
+
"description": "Width and height of a dot.",
|
|
10066
9989
|
"name": "--kemet-tracker-step-dot-size"
|
|
10067
9990
|
},
|
|
10068
9991
|
{
|
|
10069
|
-
"description": "Mobile width and height of a dot.
|
|
9992
|
+
"description": "Mobile width and height of a dot.",
|
|
10070
9993
|
"name": "--kemet-tracker-step-dot-size-mobile"
|
|
10071
9994
|
},
|
|
10072
9995
|
{
|
|
10073
|
-
"description": "Space between a dot and connector line.
|
|
9996
|
+
"description": "Space between a dot and connector line.",
|
|
10074
9997
|
"name": "--kemet-tracker-step-dot-gap"
|
|
10075
9998
|
},
|
|
10076
9999
|
{
|
|
10077
|
-
"description": "Transition of a dot.
|
|
10000
|
+
"description": "Transition of a dot.",
|
|
10078
10001
|
"name": "--kemet-tracker-step-dot-transition"
|
|
10079
10002
|
},
|
|
10080
10003
|
{
|
|
10081
|
-
"description": "Fill color of a dot.
|
|
10004
|
+
"description": "Fill color of a dot.",
|
|
10082
10005
|
"name": "--kemet-tracker-step-dot-fill-color"
|
|
10083
10006
|
},
|
|
10084
10007
|
{
|
|
10085
|
-
"description": "Color of the background a dot is on.
|
|
10008
|
+
"description": "Color of the background a dot is on.",
|
|
10086
10009
|
"name": "--kemet-tracker-step-dot-background-color"
|
|
10087
10010
|
},
|
|
10088
10011
|
{
|
|
10089
|
-
"description": "Current dot text color.
|
|
10012
|
+
"description": "Current dot text color.",
|
|
10090
10013
|
"name": "--kemet-tracker-step-current-color"
|
|
10091
10014
|
},
|
|
10092
10015
|
{
|
|
10093
|
-
"description": "Current dot fill color.
|
|
10016
|
+
"description": "Current dot fill color.",
|
|
10094
10017
|
"name": "--kemet-tracker-step-current-fill-color"
|
|
10095
10018
|
},
|
|
10096
10019
|
{
|
|
10097
|
-
"description": "Text color of a completed dot.
|
|
10020
|
+
"description": "Text color of a completed dot.",
|
|
10098
10021
|
"name": "--kemet-tracker-step-completed-color"
|
|
10099
10022
|
},
|
|
10100
10023
|
{
|
|
10101
|
-
"description": "Background color of a completed dot.
|
|
10024
|
+
"description": "Background color of a completed dot.",
|
|
10102
10025
|
"name": "--kemet-tracker-step-completed-fill-color"
|
|
10103
10026
|
},
|
|
10104
10027
|
{
|
|
10105
|
-
"description": "Completed connector line color.
|
|
10028
|
+
"description": "Completed connector line color.",
|
|
10106
10029
|
"name": "--kemet-tracker-step-completed-line-color"
|
|
10107
10030
|
},
|
|
10108
10031
|
{
|
|
10109
|
-
"description": "Completed line weight.
|
|
10032
|
+
"description": "Completed line weight.",
|
|
10110
10033
|
"name": "--kemet-tracker-step-completed-line-weight"
|
|
10111
10034
|
},
|
|
10112
10035
|
{
|
|
10113
|
-
"description": "Standard line weight.
|
|
10036
|
+
"description": "Standard line weight.",
|
|
10114
10037
|
"name": "--kemet-tracker-step-standard-line-weight"
|
|
10115
10038
|
}
|
|
10116
10039
|
],
|
|
@@ -10144,7 +10067,7 @@
|
|
|
10144
10067
|
"type": {
|
|
10145
10068
|
"text": "boolean"
|
|
10146
10069
|
},
|
|
10147
|
-
"description": "Determines whether
|
|
10070
|
+
"description": "Determines whether a step renders as complete",
|
|
10148
10071
|
"attribute": "completed",
|
|
10149
10072
|
"reflects": true
|
|
10150
10073
|
},
|
|
@@ -10154,7 +10077,7 @@
|
|
|
10154
10077
|
"type": {
|
|
10155
10078
|
"text": "boolean"
|
|
10156
10079
|
},
|
|
10157
|
-
"description": "Determines whether
|
|
10080
|
+
"description": "Determines whether a step renders as the current step",
|
|
10158
10081
|
"attribute": "current",
|
|
10159
10082
|
"reflects": true
|
|
10160
10083
|
},
|
|
@@ -10240,7 +10163,7 @@
|
|
|
10240
10163
|
"type": {
|
|
10241
10164
|
"text": "boolean"
|
|
10242
10165
|
},
|
|
10243
|
-
"description": "Determines whether
|
|
10166
|
+
"description": "Determines whether a step renders as complete",
|
|
10244
10167
|
"fieldName": "completed"
|
|
10245
10168
|
},
|
|
10246
10169
|
{
|
|
@@ -10248,7 +10171,7 @@
|
|
|
10248
10171
|
"type": {
|
|
10249
10172
|
"text": "boolean"
|
|
10250
10173
|
},
|
|
10251
|
-
"description": "Determines whether
|
|
10174
|
+
"description": "Determines whether a step renders as the current step",
|
|
10252
10175
|
"fieldName": "current"
|
|
10253
10176
|
},
|
|
10254
10177
|
{
|
|
@@ -10345,7 +10268,7 @@
|
|
|
10345
10268
|
"kind": "field",
|
|
10346
10269
|
"name": "steps",
|
|
10347
10270
|
"type": {
|
|
10348
|
-
"text": "
|
|
10271
|
+
"text": "NodeListOf<KemetTrackerStep>"
|
|
10349
10272
|
}
|
|
10350
10273
|
},
|
|
10351
10274
|
{
|
|
@@ -10413,15 +10336,15 @@
|
|
|
10413
10336
|
"name": "KemetUploadFile",
|
|
10414
10337
|
"cssProperties": [
|
|
10415
10338
|
{
|
|
10416
|
-
"description": "The default text color.
|
|
10339
|
+
"description": "The default text color.",
|
|
10417
10340
|
"name": "--kemet-upload-file-color"
|
|
10418
10341
|
},
|
|
10419
10342
|
{
|
|
10420
|
-
"description": "The padding around the file.
|
|
10343
|
+
"description": "The padding around the file.",
|
|
10421
10344
|
"name": "--kemet-upload-file-padding"
|
|
10422
10345
|
},
|
|
10423
10346
|
{
|
|
10424
|
-
"description": "The border around the file.
|
|
10347
|
+
"description": "The border around the file.",
|
|
10425
10348
|
"name": "--kemet-upload-file-border"
|
|
10426
10349
|
}
|
|
10427
10350
|
],
|
|
@@ -10623,19 +10546,19 @@
|
|
|
10623
10546
|
"name": "KemetUpload",
|
|
10624
10547
|
"cssProperties": [
|
|
10625
10548
|
{
|
|
10626
|
-
"description": "The default text color.
|
|
10549
|
+
"description": "The default text color.",
|
|
10627
10550
|
"name": "--kemet-upload-color"
|
|
10628
10551
|
},
|
|
10629
10552
|
{
|
|
10630
|
-
"description": "The height.
|
|
10553
|
+
"description": "The height.",
|
|
10631
10554
|
"name": "--kemet-upload-height"
|
|
10632
10555
|
},
|
|
10633
10556
|
{
|
|
10634
|
-
"description": "The border.
|
|
10557
|
+
"description": "The border.",
|
|
10635
10558
|
"name": "--kemet-upload-border"
|
|
10636
10559
|
},
|
|
10637
10560
|
{
|
|
10638
|
-
"description": "The background color.
|
|
10561
|
+
"description": "The background color.",
|
|
10639
10562
|
"name": "--kemet-upload-background-color"
|
|
10640
10563
|
}
|
|
10641
10564
|
],
|
|
@@ -10733,7 +10656,7 @@
|
|
|
10733
10656
|
"type": {
|
|
10734
10657
|
"text": "boolean"
|
|
10735
10658
|
},
|
|
10736
|
-
"description": "
|
|
10659
|
+
"description": "Is true if drag and drop support is not detected",
|
|
10737
10660
|
"attribute": "no-drag-drop",
|
|
10738
10661
|
"reflects": true
|
|
10739
10662
|
},
|
|
@@ -10775,7 +10698,10 @@
|
|
|
10775
10698
|
"name": "handleChange",
|
|
10776
10699
|
"parameters": [
|
|
10777
10700
|
{
|
|
10778
|
-
"name": "event"
|
|
10701
|
+
"name": "event",
|
|
10702
|
+
"type": {
|
|
10703
|
+
"text": "Event"
|
|
10704
|
+
}
|
|
10779
10705
|
}
|
|
10780
10706
|
]
|
|
10781
10707
|
},
|
|
@@ -10784,7 +10710,10 @@
|
|
|
10784
10710
|
"name": "handleDrop",
|
|
10785
10711
|
"parameters": [
|
|
10786
10712
|
{
|
|
10787
|
-
"name": "event"
|
|
10713
|
+
"name": "event",
|
|
10714
|
+
"type": {
|
|
10715
|
+
"text": "DragEvent"
|
|
10716
|
+
}
|
|
10788
10717
|
}
|
|
10789
10718
|
]
|
|
10790
10719
|
},
|
|
@@ -10868,7 +10797,7 @@
|
|
|
10868
10797
|
"type": {
|
|
10869
10798
|
"text": "boolean"
|
|
10870
10799
|
},
|
|
10871
|
-
"description": "
|
|
10800
|
+
"description": "Is true if drag and drop support is not detected",
|
|
10872
10801
|
"fieldName": "noDragDrop"
|
|
10873
10802
|
},
|
|
10874
10803
|
{
|