@nectary/components 2.9.0 → 2.10.0
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/accordion/index.d.ts +11 -0
- package/accordion/index.js +86 -0
- package/accordion/types.d.ts +21 -0
- package/accordion/types.js +1 -0
- package/accordion-item/index.d.ts +14 -0
- package/accordion-item/index.js +95 -0
- package/accordion-item/types.d.ts +36 -0
- package/accordion-item/types.js +1 -0
- package/accordion-item/utils.d.ts +2 -0
- package/accordion-item/utils.js +1 -0
- package/action-menu/index.d.ts +11 -0
- package/action-menu/index.js +195 -0
- package/action-menu/types.d.ts +13 -0
- package/action-menu/types.js +1 -0
- package/action-menu-option/index.d.ts +12 -0
- package/action-menu-option/index.js +82 -0
- package/action-menu-option/types.d.ts +23 -0
- package/action-menu-option/types.js +1 -0
- package/action-menu-option/utils.d.ts +2 -0
- package/action-menu-option/utils.js +3 -0
- package/alert/index.d.ts +14 -0
- package/alert/index.js +48 -0
- package/alert/types.d.ts +18 -0
- package/alert/types.js +1 -0
- package/alert/utils.d.ts +2 -0
- package/alert/utils.js +1 -0
- package/avatar/index.d.ts +11 -0
- package/avatar/index.js +94 -0
- package/avatar/types.d.ts +37 -0
- package/avatar/types.js +1 -0
- package/avatar/utils.d.ts +4 -0
- package/avatar/utils.js +7 -0
- package/badge/index.d.ts +11 -0
- package/badge/index.js +114 -0
- package/badge/types.d.ts +34 -0
- package/badge/types.js +1 -0
- package/badge/utils.d.ts +2 -0
- package/badge/utils.js +1 -0
- package/button/index.d.ts +11 -0
- package/button/index.js +182 -0
- package/button/types.d.ts +53 -0
- package/button/types.js +1 -0
- package/button/utils.d.ts +2 -0
- package/button/utils.js +1 -0
- package/card/index.d.ts +13 -0
- package/card/index.js +133 -0
- package/card/types.d.ts +28 -0
- package/card/types.js +1 -0
- package/card-container/index.d.ts +11 -0
- package/card-container/index.js +11 -0
- package/card-container/types.d.ts +3 -0
- package/card-container/types.js +1 -0
- package/chat/index.d.ts +11 -0
- package/chat/index.js +11 -0
- package/chat/types.d.ts +3 -0
- package/chat/types.js +1 -0
- package/chat-block/index.d.ts +11 -0
- package/chat-block/index.js +86 -0
- package/chat-block/types.d.ts +30 -0
- package/chat-block/types.js +1 -0
- package/chat-bubble/index.d.ts +11 -0
- package/chat-bubble/index.js +41 -0
- package/chat-bubble/types.d.ts +20 -0
- package/chat-bubble/types.js +1 -0
- package/chat-bubble/utils.d.ts +3 -0
- package/chat-bubble/utils.js +2 -0
- package/checkbox/index.d.ts +11 -0
- package/checkbox/index.js +126 -0
- package/checkbox/types.d.ts +49 -0
- package/checkbox/types.js +1 -0
- package/chip/index.d.ts +13 -0
- package/chip/index.js +144 -0
- package/chip/types.d.ts +37 -0
- package/chip/types.js +1 -0
- package/chip/utils.d.ts +2 -0
- package/chip/utils.js +6 -0
- package/code-tag/index.d.ts +11 -0
- package/code-tag/index.js +31 -0
- package/code-tag/types.d.ts +11 -0
- package/code-tag/types.js +1 -0
- package/color-menu/index.d.ts +11 -0
- package/color-menu/index.js +308 -0
- package/color-menu/types.d.ts +32 -0
- package/color-menu/types.js +1 -0
- package/color-menu/utils.d.ts +1 -0
- package/color-menu/utils.js +11 -0
- package/color-menu-option/index.d.ts +13 -0
- package/color-menu-option/index.js +48 -0
- package/color-menu-option/types.d.ts +11 -0
- package/color-menu-option/types.js +1 -0
- package/color-menu-option/utils.d.ts +1 -0
- package/color-menu-option/utils.js +11 -0
- package/color-swatch/index.d.ts +12 -0
- package/color-swatch/index.js +54 -0
- package/color-swatch/types.d.ts +11 -0
- package/color-swatch/types.js +1 -0
- package/color-swatch/utils.d.ts +2 -0
- package/color-swatch/utils.js +6 -0
- package/date-picker/index.d.ts +14 -0
- package/date-picker/index.js +381 -0
- package/date-picker/types.d.ts +70 -0
- package/date-picker/types.js +1 -0
- package/date-picker/utils.d.ts +28 -0
- package/date-picker/utils.js +142 -0
- package/dialog/index.d.ts +15 -0
- package/dialog/index.js +144 -0
- package/dialog/types.d.ts +28 -0
- package/dialog/types.js +1 -0
- package/dialog/utils.d.ts +2 -0
- package/dialog/utils.js +18 -0
- package/emoji/index.d.ts +11 -0
- package/emoji/index.js +46 -0
- package/emoji/types.d.ts +11 -0
- package/emoji/types.js +1 -0
- package/emoji/utils.d.ts +3 -0
- package/emoji/utils.js +47 -0
- package/emoji-picker/index.d.ts +22 -0
- package/emoji-picker/index.js +308 -0
- package/emoji-picker/types.d.ts +26 -0
- package/emoji-picker/types.js +1 -0
- package/field/index.d.ts +11 -0
- package/field/index.js +120 -0
- package/field/types.d.ts +35 -0
- package/field/types.js +1 -0
- package/file-drop/index.d.ts +13 -0
- package/file-drop/index.js +205 -0
- package/file-drop/types.d.ts +50 -0
- package/file-drop/types.js +1 -0
- package/file-drop/utils.d.ts +2 -0
- package/file-drop/utils.js +31 -0
- package/file-picker/index.d.ts +11 -0
- package/file-picker/index.js +103 -0
- package/file-picker/types.d.ts +32 -0
- package/file-picker/types.js +1 -0
- package/file-picker/utils.d.ts +1 -0
- package/file-picker/utils.js +8 -0
- package/file-status/index.d.ts +14 -0
- package/file-status/index.js +61 -0
- package/file-status/types.d.ts +18 -0
- package/file-status/types.js +1 -0
- package/file-status/utils.d.ts +2 -0
- package/file-status/utils.js +1 -0
- package/flag/index.d.ts +11 -0
- package/flag/index.js +46 -0
- package/flag/types.d.ts +11 -0
- package/flag/types.js +1 -0
- package/flag/utils.d.ts +1 -0
- package/flag/utils.js +17 -0
- package/grid/index.d.ts +11 -0
- package/grid/index.js +11 -0
- package/grid/types.d.ts +3 -0
- package/grid/types.js +1 -0
- package/grid-item/index.d.ts +11 -0
- package/grid-item/index.js +35 -0
- package/grid-item/types.d.ts +17 -0
- package/grid-item/types.js +1 -0
- package/help-tooltip/index.d.ts +13 -0
- package/help-tooltip/index.js +74 -0
- package/help-tooltip/types.d.ts +3 -0
- package/help-tooltip/types.js +1 -0
- package/horizontal-stepper/index.d.ts +11 -0
- package/horizontal-stepper/index.js +61 -0
- package/horizontal-stepper/types.d.ts +13 -0
- package/horizontal-stepper/types.js +1 -0
- package/horizontal-stepper-item/index.d.ts +14 -0
- package/horizontal-stepper-item/index.js +61 -0
- package/horizontal-stepper-item/types.d.ts +24 -0
- package/horizontal-stepper-item/types.js +1 -0
- package/horizontal-stepper-item/utils.d.ts +2 -0
- package/horizontal-stepper-item/utils.js +1 -0
- package/icon/index.d.ts +11 -0
- package/icon/index.js +32 -0
- package/icon/types.d.ts +11 -0
- package/icon/types.js +1 -0
- package/icon-button/index.d.ts +12 -0
- package/icon-button/index.js +175 -0
- package/icon-button/types.d.ts +44 -0
- package/icon-button/types.js +1 -0
- package/icon-button/utils.d.ts +2 -0
- package/icon-button/utils.js +1 -0
- package/inline-alert/index.d.ts +15 -0
- package/inline-alert/index.js +83 -0
- package/inline-alert/types.d.ts +15 -0
- package/inline-alert/types.js +1 -0
- package/inline-alert/utils.d.ts +2 -0
- package/inline-alert/utils.js +1 -0
- package/input/index.d.ts +11 -0
- package/input/index.js +642 -0
- package/input/types.d.ts +86 -0
- package/input/types.js +1 -0
- package/input/utils.d.ts +26 -0
- package/input/utils.js +302 -0
- package/link/index.d.ts +12 -0
- package/link/index.js +150 -0
- package/link/types.d.ts +59 -0
- package/link/types.js +1 -0
- package/list/index.d.ts +11 -0
- package/list/index.js +14 -0
- package/list/types.d.ts +3 -0
- package/list/types.js +1 -0
- package/list-item/index.d.ts +11 -0
- package/list-item/index.js +14 -0
- package/list-item/types.d.ts +3 -0
- package/list-item/types.js +1 -0
- package/package.json +1 -1
- package/pagination/index.d.ts +12 -0
- package/pagination/index.js +147 -0
- package/pagination/types.d.ts +16 -0
- package/pagination/types.js +1 -0
- package/pop/index.d.ts +11 -0
- package/pop/index.js +425 -0
- package/pop/types.d.ts +35 -0
- package/pop/types.js +1 -0
- package/pop/utils.d.ts +4 -0
- package/pop/utils.js +16 -0
- package/popover/index.d.ts +12 -0
- package/popover/index.js +146 -0
- package/popover/types.d.ts +38 -0
- package/popover/types.js +1 -0
- package/popover/utils.d.ts +4 -0
- package/popover/utils.js +10 -0
- package/progress/index.d.ts +12 -0
- package/progress/index.js +58 -0
- package/progress/types.d.ts +12 -0
- package/progress/types.js +1 -0
- package/progress-stepper/index.d.ts +11 -0
- package/progress-stepper/index.js +206 -0
- package/progress-stepper/types.d.ts +22 -0
- package/progress-stepper/types.js +1 -0
- package/progress-stepper-item/index.d.ts +12 -0
- package/progress-stepper-item/index.js +82 -0
- package/progress-stepper-item/types.d.ts +23 -0
- package/progress-stepper-item/types.js +1 -0
- package/progress-stepper-item/utils.d.ts +11 -0
- package/progress-stepper-item/utils.js +13 -0
- package/radio/index.d.ts +11 -0
- package/radio/index.js +154 -0
- package/radio/types.d.ts +14 -0
- package/radio/types.js +1 -0
- package/radio-option/index.d.ts +11 -0
- package/radio-option/index.js +79 -0
- package/radio-option/types.d.ts +18 -0
- package/radio-option/types.js +1 -0
- package/rich-text/index.d.ts +14 -0
- package/rich-text/index.js +75 -0
- package/rich-text/types.d.ts +12 -0
- package/rich-text/types.js +1 -0
- package/rich-text/utils.d.ts +7 -0
- package/rich-text/utils.js +107 -0
- package/rich-textarea/index.d.ts +11 -0
- package/rich-textarea/index.js +464 -0
- package/rich-textarea/types.d.ts +48 -0
- package/rich-textarea/types.js +1 -0
- package/rich-textarea/utils.d.ts +39 -0
- package/rich-textarea/utils.js +1730 -0
- package/segment/index.d.ts +12 -0
- package/segment/index.js +109 -0
- package/segment/types.d.ts +16 -0
- package/segment/types.js +1 -0
- package/segment/utils.d.ts +3 -0
- package/segment/utils.js +16 -0
- package/segment-collapse/index.d.ts +13 -0
- package/segment-collapse/index.js +60 -0
- package/segment-collapse/types.d.ts +11 -0
- package/segment-collapse/types.js +1 -0
- package/segmented-control/index.d.ts +11 -0
- package/segmented-control/index.js +85 -0
- package/segmented-control/types.d.ts +11 -0
- package/segmented-control/types.js +1 -0
- package/segmented-control-option/index.d.ts +11 -0
- package/segmented-control-option/index.js +95 -0
- package/segmented-control-option/types.d.ts +19 -0
- package/segmented-control-option/types.js +1 -0
- package/segmented-icon-control/index.d.ts +11 -0
- package/segmented-icon-control/index.js +101 -0
- package/segmented-icon-control/types.d.ts +14 -0
- package/segmented-icon-control/types.js +1 -0
- package/segmented-icon-control-option/index.d.ts +11 -0
- package/segmented-icon-control-option/index.js +82 -0
- package/segmented-icon-control-option/types.d.ts +16 -0
- package/segmented-icon-control-option/types.js +1 -0
- package/select-button/index.d.ts +13 -0
- package/select-button/index.js +202 -0
- package/select-button/types.d.ts +50 -0
- package/select-button/types.js +1 -0
- package/select-menu/index.d.ts +15 -0
- package/select-menu/index.js +339 -0
- package/select-menu/types.d.ts +41 -0
- package/select-menu/types.js +1 -0
- package/select-menu-option/index.d.ts +28 -0
- package/select-menu-option/index.js +65 -0
- package/select-menu-option/types.d.ts +26 -0
- package/select-menu-option/types.js +1 -0
- package/skeleton/index.d.ts +11 -0
- package/skeleton/index.js +108 -0
- package/skeleton/types.d.ts +9 -0
- package/skeleton/types.js +1 -0
- package/skeleton-item/index.d.ts +11 -0
- package/skeleton-item/index.js +11 -0
- package/skeleton-item/types.d.ts +13 -0
- package/skeleton-item/types.js +1 -0
- package/spinner/index.d.ts +11 -0
- package/spinner/index.js +58 -0
- package/spinner/types.d.ts +12 -0
- package/spinner/types.js +1 -0
- package/standalone.d.ts +85 -0
- package/standalone.js +87 -0
- package/stop-events/index.d.ts +1 -0
- package/stop-events/index.js +27 -0
- package/table/index.d.ts +11 -0
- package/table/index.js +14 -0
- package/table/types.d.ts +3 -0
- package/table/types.js +1 -0
- package/table-body/index.d.ts +11 -0
- package/table-body/index.js +14 -0
- package/table-body/types.d.ts +3 -0
- package/table-body/types.js +1 -0
- package/table-cell/index.d.ts +11 -0
- package/table-cell/index.js +21 -0
- package/table-cell/types.d.ts +9 -0
- package/table-cell/types.js +1 -0
- package/table-cell/utils.d.ts +2 -0
- package/table-cell/utils.js +1 -0
- package/table-head/index.d.ts +11 -0
- package/table-head/index.js +14 -0
- package/table-head/types.d.ts +3 -0
- package/table-head/types.js +1 -0
- package/table-head-cell/index.d.ts +12 -0
- package/table-head-cell/index.js +57 -0
- package/table-head-cell/types.d.ts +15 -0
- package/table-head-cell/types.js +1 -0
- package/table-row/index.d.ts +11 -0
- package/table-row/index.js +42 -0
- package/table-row/types.d.ts +11 -0
- package/table-row/types.js +1 -0
- package/tabs/index.d.ts +11 -0
- package/tabs/index.js +80 -0
- package/tabs/types.d.ts +18 -0
- package/tabs/types.js +1 -0
- package/tabs-icon-option/index.d.ts +11 -0
- package/tabs-icon-option/index.js +79 -0
- package/tabs-icon-option/types.d.ts +19 -0
- package/tabs-icon-option/types.js +1 -0
- package/tabs-option/index.d.ts +12 -0
- package/tabs-option/index.js +86 -0
- package/tabs-option/types.d.ts +25 -0
- package/tabs-option/types.js +1 -0
- package/tag/index.d.ts +12 -0
- package/tag/index.js +84 -0
- package/tag/types.d.ts +23 -0
- package/tag/types.js +1 -0
- package/tag/utils.d.ts +2 -0
- package/tag/utils.js +6 -0
- package/text/index.d.ts +11 -0
- package/text/index.js +64 -0
- package/text/types.d.ts +30 -0
- package/text/types.js +1 -0
- package/text/utils.d.ts +2 -0
- package/text/utils.js +1 -0
- package/textarea/index.d.ts +11 -0
- package/textarea/index.js +322 -0
- package/textarea/types.d.ts +60 -0
- package/textarea/types.js +1 -0
- package/tile-control/index.d.ts +11 -0
- package/tile-control/index.js +110 -0
- package/tile-control/types.d.ts +37 -0
- package/tile-control/types.js +1 -0
- package/tile-control-option/index.d.ts +11 -0
- package/tile-control-option/index.js +98 -0
- package/tile-control-option/types.d.ts +37 -0
- package/tile-control-option/types.js +1 -0
- package/time-picker/index.d.ts +15 -0
- package/time-picker/index.js +337 -0
- package/time-picker/types.d.ts +34 -0
- package/time-picker/types.js +1 -0
- package/time-picker/utils.d.ts +11 -0
- package/time-picker/utils.js +75 -0
- package/title/index.d.ts +11 -0
- package/title/index.js +60 -0
- package/title/types.d.ts +31 -0
- package/title/types.js +1 -0
- package/title/utils.d.ts +3 -0
- package/title/utils.js +17 -0
- package/toast/index.d.ts +13 -0
- package/toast/index.js +86 -0
- package/toast/types.d.ts +28 -0
- package/toast/types.js +1 -0
- package/toast/utils.d.ts +2 -0
- package/toast/utils.js +1 -0
- package/toast-manager/index.d.ts +13 -0
- package/toast-manager/index.js +170 -0
- package/toast-manager/types.d.ts +13 -0
- package/toast-manager/types.js +1 -0
- package/toast-manager/utils.d.ts +2 -0
- package/toast-manager/utils.js +1 -0
- package/toggle/index.d.ts +11 -0
- package/toggle/index.js +141 -0
- package/toggle/types.d.ts +23 -0
- package/toggle/types.js +1 -0
- package/tooltip/index.d.ts +13 -0
- package/tooltip/index.js +275 -0
- package/tooltip/tooltip-state.d.ts +19 -0
- package/tooltip/tooltip-state.js +126 -0
- package/tooltip/types.d.ts +42 -0
- package/tooltip/types.js +1 -0
- package/tooltip/utils.d.ts +6 -0
- package/tooltip/utils.js +18 -0
- package/utils/context.d.ts +20 -0
- package/utils/context.js +84 -0
- package/utils/countries.d.ts +6 -0
- package/utils/countries.js +2 -0
- package/utils/csv.d.ts +5 -0
- package/utils/csv.js +22 -0
- package/utils/debounce.d.ts +8 -0
- package/utils/debounce.js +22 -0
- package/utils/dom.d.ts +34 -0
- package/utils/dom.js +154 -0
- package/utils/element.d.ts +16 -0
- package/utils/element.js +48 -0
- package/utils/event-target.d.ts +4 -0
- package/utils/event-target.js +26 -0
- package/utils/get-react-event-handler.d.ts +1 -0
- package/utils/get-react-event-handler.js +8 -0
- package/utils/index.d.ts +12 -0
- package/utils/index.js +12 -0
- package/utils/markdown.d.ts +19 -0
- package/utils/markdown.js +143 -0
- package/utils/rect.d.ts +4 -0
- package/utils/rect.js +28 -0
- package/utils/size.d.ts +5 -0
- package/utils/size.js +3 -0
- package/utils/slot.d.ts +4 -0
- package/utils/slot.js +38 -0
- package/utils/throttle.d.ts +4 -0
- package/utils/throttle.js +20 -0
- package/utils/uid.d.ts +1 -0
- package/utils/uid.js +13 -0
- package/vertical-stepper/index.d.ts +11 -0
- package/vertical-stepper/index.js +57 -0
- package/vertical-stepper/types.d.ts +13 -0
- package/vertical-stepper/types.js +1 -0
- package/vertical-stepper-item/index.d.ts +14 -0
- package/vertical-stepper-item/index.js +61 -0
- package/vertical-stepper-item/types.d.ts +24 -0
- package/vertical-stepper-item/types.js +1 -0
- package/vertical-stepper-item/utils.d.ts +2 -0
- package/vertical-stepper-item/utils.js +1 -0
package/toast/index.js
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../rich-text';
|
|
3
|
+
import { defineCustomElement, getAttribute, getLiteralAttribute, updateAttribute, updateLiteralAttribute, NectaryElement, getReactEventHandler, getBooleanAttribute, updateBooleanAttribute } from '../utils';
|
|
4
|
+
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;width:328px;max-width:90vw;padding:16px;box-sizing:border-box;border-radius:var(--sinch-comp-toast-shape-radius);box-shadow:var(--sinch-comp-toast-shadow)}:host([type=success]) #wrapper{background-color:var(--sinch-comp-toast-color-success-default-background)}:host([type=warn]) #wrapper{background-color:var(--sinch-comp-toast-color-warning-default-background)}:host([type=error]) #wrapper{background-color:var(--sinch-comp-toast-color-error-default-background)}:host([type=info]) #wrapper{background-color:var(--sinch-comp-toast-color-info-default-background)}#text{padding:4px 0 4px 4px;flex:1;min-width:0;word-wrap:break-word;--sinch-comp-text-font:var(--sinch-comp-toast-font-body)}:host([type=success]) #text{--sinch-global-color-text:var(--sinch-comp-toast-color-success-default-text)}:host([type=warn]) #text{--sinch-global-color-text:var(--sinch-comp-toast-color-warning-default-text)}:host([type=error]) #text{--sinch-global-color-text:var(--sinch-comp-toast-color-error-default-text)}:host([type=info]) #text{--sinch-global-color-text:var(--sinch-comp-toast-color-info-default-text)}#icon{align-self:flex-start;margin:4px 0}#icon-error,#icon-info,#icon-success,#icon-warn{display:none}#icon-success{--sinch-global-color-icon:var(--sinch-comp-toast-color-success-default-icon)}#icon-warn{--sinch-global-color-icon:var(--sinch-comp-toast-color-warning-default-icon)}#icon-error{--sinch-global-color-icon:var(--sinch-comp-toast-color-error-default-icon)}#icon-info{--sinch-global-color-icon:var(--sinch-comp-toast-color-info-default-icon)}:host([type=error]) #icon-error,:host([type=info]) #icon-info,:host([type=success]) #icon-success,:host([type=warn]) #icon-warn{display:block}</style><div id="wrapper"><sinch-icon id="icon-info" name="info"></sinch-icon><sinch-icon id="icon-success" name="check_circle"></sinch-icon><sinch-icon id="icon-warn" name="report_problem"></sinch-icon><sinch-icon id="icon-error" name="report"></sinch-icon><sinch-rich-text id="text" size="m"></sinch-rich-text><slot name="action"></slot><slot name="close"></slot></div>';
|
|
5
|
+
import { typeValues } from './utils';
|
|
6
|
+
const TIMEOUT = 5000;
|
|
7
|
+
const template = document.createElement('template');
|
|
8
|
+
template.innerHTML = templateHTML;
|
|
9
|
+
defineCustomElement('sinch-toast', class extends NectaryElement {
|
|
10
|
+
#$text;
|
|
11
|
+
#tid = null;
|
|
12
|
+
constructor() {
|
|
13
|
+
super();
|
|
14
|
+
const shadowRoot = this.attachShadow();
|
|
15
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
16
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
17
|
+
}
|
|
18
|
+
connectedCallback() {
|
|
19
|
+
super.connectedCallback();
|
|
20
|
+
this.setAttribute('aria-atomic', 'true');
|
|
21
|
+
this.setAttribute('aria-live', 'polite');
|
|
22
|
+
this.addEventListener('-timeout', this.#onTimeoutReactHandler);
|
|
23
|
+
this.#updateTimeout();
|
|
24
|
+
}
|
|
25
|
+
disconnectedCallback() {
|
|
26
|
+
super.disconnectedCallback();
|
|
27
|
+
this.removeEventListener('-timeout', this.#onTimeoutReactHandler);
|
|
28
|
+
this.#clearTimeout();
|
|
29
|
+
}
|
|
30
|
+
static get observedAttributes() {
|
|
31
|
+
return ['text', 'persistent'];
|
|
32
|
+
}
|
|
33
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
34
|
+
switch (name) {
|
|
35
|
+
case 'text':
|
|
36
|
+
{
|
|
37
|
+
updateAttribute(this.#$text, name, newVal);
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
case 'persistent':
|
|
41
|
+
{
|
|
42
|
+
this.#updateTimeout();
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
get type() {
|
|
48
|
+
return getLiteralAttribute(this, typeValues, 'type');
|
|
49
|
+
}
|
|
50
|
+
set type(value) {
|
|
51
|
+
updateLiteralAttribute(this, typeValues, 'type', value);
|
|
52
|
+
}
|
|
53
|
+
get text() {
|
|
54
|
+
return getAttribute(this, 'text', '');
|
|
55
|
+
}
|
|
56
|
+
set text(value) {
|
|
57
|
+
updateAttribute(this, 'text', value);
|
|
58
|
+
}
|
|
59
|
+
get persistent() {
|
|
60
|
+
return getBooleanAttribute(this, 'persistent');
|
|
61
|
+
}
|
|
62
|
+
set persistent(isPersistent) {
|
|
63
|
+
updateBooleanAttribute(this, 'persistent', isPersistent);
|
|
64
|
+
}
|
|
65
|
+
#updateTimeout() {
|
|
66
|
+
if (this.persistent) {
|
|
67
|
+
this.#clearTimeout();
|
|
68
|
+
return;
|
|
69
|
+
}
|
|
70
|
+
if (this.#tid === null) {
|
|
71
|
+
this.#tid = window.setTimeout(this.#onTimeout, TIMEOUT);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
#onTimeout = () => {
|
|
75
|
+
this.dispatchEvent(new CustomEvent('-timeout'));
|
|
76
|
+
};
|
|
77
|
+
#clearTimeout() {
|
|
78
|
+
if (this.#tid !== null) {
|
|
79
|
+
window.clearTimeout(this.#tid);
|
|
80
|
+
this.#tid = null;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
#onTimeoutReactHandler = e => {
|
|
84
|
+
getReactEventHandler(this, 'on-timeout')?.(e);
|
|
85
|
+
};
|
|
86
|
+
});
|
package/toast/types.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchToastType = 'info' | 'warn' | 'error' | 'success';
|
|
3
|
+
export type TSinchToastElement = HTMLElement & {
|
|
4
|
+
/** Type */
|
|
5
|
+
type: TSinchToastType;
|
|
6
|
+
/** Text */
|
|
7
|
+
text: string;
|
|
8
|
+
/** Persistent, i.e. doesn't automatically dissapear after 5s */
|
|
9
|
+
persistent: boolean;
|
|
10
|
+
/** Timeout event */
|
|
11
|
+
addEventListener(type: '-timeout', listener: (e: CustomEvent<void>) => void): void;
|
|
12
|
+
/** Type */
|
|
13
|
+
setAttribute(name: 'type', value: TSinchToastType): void;
|
|
14
|
+
/** Text */
|
|
15
|
+
setAttribute(name: 'text', value: string): void;
|
|
16
|
+
/** Persistent, i.e. doesn't automatically dissapear after 5s */
|
|
17
|
+
setAttribute(name: 'persistent', value: ''): void;
|
|
18
|
+
};
|
|
19
|
+
export type TSinchToastReact = TSinchElementReact<TSinchToastElement> & {
|
|
20
|
+
/** Type */
|
|
21
|
+
type: TSinchToastType;
|
|
22
|
+
/** Text */
|
|
23
|
+
text: string;
|
|
24
|
+
/** Persistent, i.e. doesn't automatically dissapear after 5s */
|
|
25
|
+
persistent?: boolean;
|
|
26
|
+
/** Timeout handler */
|
|
27
|
+
'on-timeout'?: (e: CustomEvent<void>) => void;
|
|
28
|
+
};
|
package/toast/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/toast/utils.d.ts
ADDED
package/toast/utils.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const typeValues = ['info', 'success', 'warn', 'error'];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '../title';
|
|
2
|
+
import '../text';
|
|
3
|
+
import type { TSinchToastManagerElement, TSinchToastManagerReact } from './types';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'sinch-toast-manager': TSinchToastManagerReact;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'sinch-toast-manager': TSinchToastManagerElement;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
import '../title';
|
|
2
|
+
import '../text';
|
|
3
|
+
import { cloneNode, defineCustomElement, getLiteralAttribute, getRect, NectaryElement, shouldReduceMotion, updateLiteralAttribute } from '../utils';
|
|
4
|
+
const templateHTML = '<style>:host{display:block}#items{display:block;width:0;height:0;visibility:hidden;overflow:hidden}#list{display:flex;flex-direction:column;position:fixed;z-index:1;bottom:0;right:16px}:host([origin=top-right]) #list{flex-direction:column-reverse;bottom:unset;top:16px}.item-wrapper{height:0;opacity:0;position:relative}.item-wrapper[data-deleting]::after{content:"";position:absolute;top:0;left:0;bottom:0;right:0}</style><slot id="items"></slot><div id="list"></div>';
|
|
5
|
+
import { originValues } from './utils';
|
|
6
|
+
const DURATION_ADD = 250;
|
|
7
|
+
const DURATION_REMOVE = 250;
|
|
8
|
+
const ITEMS_GAP = 16;
|
|
9
|
+
const template = document.createElement('template');
|
|
10
|
+
template.innerHTML = templateHTML;
|
|
11
|
+
defineCustomElement('sinch-toast-manager', class extends NectaryElement {
|
|
12
|
+
#$slot;
|
|
13
|
+
#$list;
|
|
14
|
+
#map = new WeakMap();
|
|
15
|
+
#shouldReduceMotion;
|
|
16
|
+
#animations = new Set();
|
|
17
|
+
constructor() {
|
|
18
|
+
super();
|
|
19
|
+
const shadowRoot = this.attachShadow();
|
|
20
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
21
|
+
this.#$slot = shadowRoot.querySelector('slot');
|
|
22
|
+
this.#$list = shadowRoot.querySelector('#list');
|
|
23
|
+
this.#shouldReduceMotion = shouldReduceMotion();
|
|
24
|
+
}
|
|
25
|
+
connectedCallback() {
|
|
26
|
+
this.#$slot.addEventListener('slotchange', this.#onSlotChange);
|
|
27
|
+
}
|
|
28
|
+
disconnectedCallback() {
|
|
29
|
+
this.#$slot.removeEventListener('slotchange', this.#onSlotChange);
|
|
30
|
+
this.#clear();
|
|
31
|
+
}
|
|
32
|
+
get origin() {
|
|
33
|
+
return getLiteralAttribute(this, originValues, 'origin', 'bottom-right');
|
|
34
|
+
}
|
|
35
|
+
set origin(value) {
|
|
36
|
+
updateLiteralAttribute(this, originValues, 'origin', value);
|
|
37
|
+
}
|
|
38
|
+
get containerRect() {
|
|
39
|
+
return getRect(this.#$list);
|
|
40
|
+
}
|
|
41
|
+
nthActionRect(nth) {
|
|
42
|
+
const item = this.#$list.children[nth]?.querySelector('[slot=action]');
|
|
43
|
+
return item != null ? getRect(item) : null;
|
|
44
|
+
}
|
|
45
|
+
nthCloseRect(nth) {
|
|
46
|
+
const item = this.#$list.children[nth]?.querySelector('[slot=close]');
|
|
47
|
+
return item != null ? getRect(item) : null;
|
|
48
|
+
}
|
|
49
|
+
#onAnimateAdd(item, index, height) {
|
|
50
|
+
const duration = this.#shouldReduceMotion ? 0 : DURATION_ADD;
|
|
51
|
+
const addAnim = item.animate({
|
|
52
|
+
height: ['0', `${height + ITEMS_GAP}px`],
|
|
53
|
+
opacity: [0, 1]
|
|
54
|
+
}, {
|
|
55
|
+
delay: index * duration,
|
|
56
|
+
duration,
|
|
57
|
+
iterations: 1,
|
|
58
|
+
fill: 'forwards'
|
|
59
|
+
});
|
|
60
|
+
this.#storeAnimation(addAnim);
|
|
61
|
+
}
|
|
62
|
+
#onAnimateRemove(item, index) {
|
|
63
|
+
const rect = item.getBoundingClientRect();
|
|
64
|
+
const duration = this.#shouldReduceMotion ? 0 : DURATION_REMOVE;
|
|
65
|
+
const indexInQueue = item.hasAttribute('data-delete-now') ? 0 : index;
|
|
66
|
+
const heightAnim = item.animate({
|
|
67
|
+
height: [`${rect.height}px`, '0']
|
|
68
|
+
}, {
|
|
69
|
+
delay: duration + indexInQueue * duration,
|
|
70
|
+
duration,
|
|
71
|
+
iterations: 1,
|
|
72
|
+
fill: 'forwards'
|
|
73
|
+
});
|
|
74
|
+
const opacityAnim = item.animate({
|
|
75
|
+
opacity: [1, 0]
|
|
76
|
+
}, {
|
|
77
|
+
delay: indexInQueue * duration,
|
|
78
|
+
duration,
|
|
79
|
+
iterations: 1,
|
|
80
|
+
fill: 'forwards'
|
|
81
|
+
});
|
|
82
|
+
item.setAttribute('data-deleting', '');
|
|
83
|
+
this.#storeAnimation(heightAnim, () => item.remove());
|
|
84
|
+
this.#storeAnimation(opacityAnim);
|
|
85
|
+
}
|
|
86
|
+
#onSlotChange = () => {
|
|
87
|
+
const slotItems = this.#$slot.assignedElements();
|
|
88
|
+
const listItems = Array.from(this.#$list.children);
|
|
89
|
+
let removeIndex = 0;
|
|
90
|
+
for (const item of listItems) {
|
|
91
|
+
if (item.hasAttribute('data-deleting')) {
|
|
92
|
+
++removeIndex;
|
|
93
|
+
continue;
|
|
94
|
+
}
|
|
95
|
+
const orig = this.#map.get(item);
|
|
96
|
+
if (orig != null && slotItems.includes(orig)) {
|
|
97
|
+
continue;
|
|
98
|
+
}
|
|
99
|
+
this.#map.delete(item);
|
|
100
|
+
if (orig != null) {
|
|
101
|
+
this.#map.delete(orig);
|
|
102
|
+
}
|
|
103
|
+
this.#unsubscribeChildren(item);
|
|
104
|
+
this.#onAnimateRemove(item, removeIndex);
|
|
105
|
+
++removeIndex;
|
|
106
|
+
}
|
|
107
|
+
let addIndex = 0;
|
|
108
|
+
for (const item of slotItems) {
|
|
109
|
+
if (this.#map.has(item)) {
|
|
110
|
+
continue;
|
|
111
|
+
}
|
|
112
|
+
const cloned = cloneNode(item, true);
|
|
113
|
+
const rect = item.getBoundingClientRect();
|
|
114
|
+
const wrapper = document.createElement('div');
|
|
115
|
+
wrapper.className = 'item-wrapper';
|
|
116
|
+
wrapper.appendChild(cloned);
|
|
117
|
+
this.#$list.appendChild(wrapper);
|
|
118
|
+
this.#map.set(item, wrapper);
|
|
119
|
+
this.#map.set(wrapper, item);
|
|
120
|
+
this.#subscribeChildren(cloned);
|
|
121
|
+
this.#onAnimateAdd(wrapper, addIndex, rect.height);
|
|
122
|
+
addIndex++;
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
#storeAnimation(anim, cb) {
|
|
126
|
+
const onAnimEnd = () => {
|
|
127
|
+
this.#animations.delete(anim);
|
|
128
|
+
cb?.();
|
|
129
|
+
anim.removeEventListener('finish', onAnimEnd);
|
|
130
|
+
anim.removeEventListener('remove', onAnimEnd);
|
|
131
|
+
anim.removeEventListener('cancel', onAnimEnd);
|
|
132
|
+
};
|
|
133
|
+
anim.addEventListener('finish', onAnimEnd);
|
|
134
|
+
anim.addEventListener('remove', onAnimEnd);
|
|
135
|
+
anim.addEventListener('cancel', onAnimEnd);
|
|
136
|
+
this.#animations.add(anim);
|
|
137
|
+
}
|
|
138
|
+
#clear() {
|
|
139
|
+
const listItems = Array.from(this.#$list.children);
|
|
140
|
+
for (const item of listItems) {
|
|
141
|
+
this.#map.delete(item);
|
|
142
|
+
this.#unsubscribeChildren(item);
|
|
143
|
+
item.remove();
|
|
144
|
+
}
|
|
145
|
+
for (const anim of this.#animations) {
|
|
146
|
+
anim.cancel();
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
#subscribeChildren(item) {
|
|
150
|
+
item.querySelector('[slot=close]')?.addEventListener('-click', this.#onCloneCloseClick);
|
|
151
|
+
item.querySelector('[slot=action]')?.addEventListener('-click', this.#onCloneActionClick);
|
|
152
|
+
}
|
|
153
|
+
#unsubscribeChildren(item) {
|
|
154
|
+
item.querySelector('[slot=close]')?.removeEventListener('-click', this.#onCloneCloseClick);
|
|
155
|
+
item.querySelector('[slot=action]')?.removeEventListener('-click', this.#onCloneActionClick);
|
|
156
|
+
}
|
|
157
|
+
#onCloneCloseClick = e => {
|
|
158
|
+
const item = e.target.parentElement?.parentElement;
|
|
159
|
+
if (item != null) {
|
|
160
|
+
item.setAttribute('data-delete-now', '');
|
|
161
|
+
this.#map.get(item)?.querySelector('[slot=close]')?.dispatchEvent(new CustomEvent('-click'));
|
|
162
|
+
}
|
|
163
|
+
};
|
|
164
|
+
#onCloneActionClick = e => {
|
|
165
|
+
const item = e.target.parentElement?.parentElement;
|
|
166
|
+
if (item != null) {
|
|
167
|
+
this.#map.get(item)?.querySelector('[slot=action]')?.dispatchEvent(new CustomEvent('-click'));
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchToastManagerOrigin = 'top-right' | 'bottom-right';
|
|
3
|
+
export type TSinchToastManagerElement = HTMLElement & {
|
|
4
|
+
readonly containerRect: TRect;
|
|
5
|
+
nthActionRect: (nth: number) => TRect | null;
|
|
6
|
+
nthCloseRect: (nth: number) => TRect | null;
|
|
7
|
+
origin: TSinchToastManagerOrigin;
|
|
8
|
+
/** Origin */
|
|
9
|
+
setAttribute(name: 'origin', value: TSinchToastManagerOrigin): void;
|
|
10
|
+
};
|
|
11
|
+
export type TSinchToastManagerReact = TSinchElementReact<TSinchToastManagerElement> & {
|
|
12
|
+
origin?: TSinchToastManagerOrigin;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const originValues = ['bottom-right', 'top-right'];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchToggleElement, TSinchToggleReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-toggle': TSinchToggleReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-toggle': TSinchToggleElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
package/toggle/index.js
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:inline-block;vertical-align:middle;outline:0}#wrapper{position:relative;display:flex;flex-direction:row;gap:8px;width:100%;height:var(--sinch-local-size);cursor:pointer;user-select:none;--sinch-local-size:20px}:host([small]) #wrapper{--sinch-local-size:16px}:host([disabled]) #wrapper{cursor:initial}#knob-container{position:relative;width:40px;height:var(--sinch-local-size);border-radius:calc(var(--sinch-local-size) * .5);background-color:var(--sinch-comp-toggle-color-default-background-initial);pointer-events:none;transition:background-color .15s ease-in-out}:host([small]) #knob-container{width:32px;height:var(--sinch-local-size)}:host([checked]) #knob-container{background-color:var(--sinch-comp-toggle-color-checked-background-initial)}:host([disabled]) #knob-container{background-color:var(--sinch-comp-toggle-color-disabled-background-initial)}:host([checked][disabled]) #knob-container{background-color:var(--sinch-comp-toggle-color-checked-disabled-background-initial)}#knob{position:relative;width:16px;height:16px;left:2px;top:2px;border-radius:50%;background-color:var(--sinch-comp-toggle-color-default-knob-background-initial);box-shadow:var(--sinch-comp-toggle-shadow-knob-default);transform:translateX(0);transition:transform .15s ease-in-out;will-change:transform}:host([small]) #knob{width:12px;height:12px}:host([disabled]) #knob-container>#knob{box-shadow:var(--sinch-comp-toggle-shadow-knob-disabled)}:host([checked]) #knob-container>#knob{transform:translateX(20px)}:host([small][checked]) #knob-container>#knob{transform:translateX(16px)}#knob::after,#knob::before{font:var(--sinch-comp-toggle-font-size-m-inside-text);color:var(--sinch-comp-toggle-color-default-text-inside-initial);text-transform:uppercase;position:absolute;top:0;padding:0 1px;opacity:0;transition:opacity .15s ease-in-out;user-select:none}#knob::before{content:"on";right:100%}#knob::after{content:"off";left:100%}:host([labeled]:not([small]):not([checked])) #knob::after{opacity:1}:host([labeled]:not([small])[checked]) #knob::before{opacity:1}@media (prefers-reduced-motion){#knob,#knob-container,#knob::after,#knob::before{transition:none}}#outline{display:none;position:absolute;left:-3px;top:-3px;right:-3px;bottom:-3px;border:2px solid var(--sinch-comp-toggle-color-default-outline-focus);border-radius:17px;pointer-events:none}:host(:focus-visible) #outline{display:block}#label{flex:1;min-width:0;align-self:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font:var(--sinch-comp-toggle-font-size-m-label);color:var(--sinch-comp-toggle-color-default-label-initial)}#label:empty{display:none}:host([small]) #label{font:var(--sinch-comp-toggle-font-size-s-label)}:host([disabled]) #label{color:var(--sinch-comp-toggle-color-disabled-label-initial)}</style><div id="wrapper"><div id="knob-container"><div id="outline"></div><div id="knob"></div></div><span id="label"></span></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-toggle', class extends NectaryElement {
|
|
6
|
+
#$label;
|
|
7
|
+
#controller = null;
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
const shadowRoot = this.attachShadow();
|
|
11
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
12
|
+
this.#$label = shadowRoot.querySelector('#label');
|
|
13
|
+
}
|
|
14
|
+
connectedCallback() {
|
|
15
|
+
this.#controller = new AbortController();
|
|
16
|
+
const {
|
|
17
|
+
signal
|
|
18
|
+
} = this.#controller;
|
|
19
|
+
const options = {
|
|
20
|
+
signal
|
|
21
|
+
};
|
|
22
|
+
this.role = 'checkbox';
|
|
23
|
+
this.addEventListener('click', this.#onClick, options);
|
|
24
|
+
this.addEventListener('keydown', this.#onKeydown, options);
|
|
25
|
+
this.addEventListener('focus', this.#onFocus, options);
|
|
26
|
+
this.addEventListener('blur', this.#onBlur, options);
|
|
27
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
28
|
+
this.addEventListener('-focus', this.#onFocusReactHandler, options);
|
|
29
|
+
this.addEventListener('-blur', this.#onBlurReactHandler, options);
|
|
30
|
+
this.#updateTabIndex();
|
|
31
|
+
}
|
|
32
|
+
disconnectedCallback() {
|
|
33
|
+
this.#controller.abort();
|
|
34
|
+
this.#controller = null;
|
|
35
|
+
}
|
|
36
|
+
static get observedAttributes() {
|
|
37
|
+
return ['checked', 'disabled', 'text', 'labeled', 'small'];
|
|
38
|
+
}
|
|
39
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
40
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
41
|
+
return;
|
|
42
|
+
}
|
|
43
|
+
switch (name) {
|
|
44
|
+
case 'text':
|
|
45
|
+
{
|
|
46
|
+
this.#$label.textContent = newVal;
|
|
47
|
+
break;
|
|
48
|
+
}
|
|
49
|
+
case 'checked':
|
|
50
|
+
{
|
|
51
|
+
const isChecked = isAttrTrue(newVal);
|
|
52
|
+
updateExplicitBooleanAttribute(this, 'aria-checked', isChecked);
|
|
53
|
+
updateBooleanAttribute(this, name, isChecked);
|
|
54
|
+
break;
|
|
55
|
+
}
|
|
56
|
+
case 'disabled':
|
|
57
|
+
{
|
|
58
|
+
const isDisabled = isAttrTrue(newVal);
|
|
59
|
+
this.#updateTabIndex();
|
|
60
|
+
updateExplicitBooleanAttribute(this, 'aria-disabled', isDisabled);
|
|
61
|
+
updateBooleanAttribute(this, name, isDisabled);
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
case 'small':
|
|
65
|
+
case 'labeled':
|
|
66
|
+
{
|
|
67
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
set checked(isChecked) {
|
|
73
|
+
updateBooleanAttribute(this, 'checked', isChecked);
|
|
74
|
+
}
|
|
75
|
+
get checked() {
|
|
76
|
+
return getBooleanAttribute(this, 'checked');
|
|
77
|
+
}
|
|
78
|
+
set small(isSmall) {
|
|
79
|
+
updateBooleanAttribute(this, 'small', isSmall);
|
|
80
|
+
}
|
|
81
|
+
get small() {
|
|
82
|
+
return getBooleanAttribute(this, 'small');
|
|
83
|
+
}
|
|
84
|
+
set labeled(isLabeled) {
|
|
85
|
+
updateBooleanAttribute(this, 'labeled', isLabeled);
|
|
86
|
+
}
|
|
87
|
+
get labeled() {
|
|
88
|
+
return getBooleanAttribute(this, 'labeled');
|
|
89
|
+
}
|
|
90
|
+
set disabled(isDisabled) {
|
|
91
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
92
|
+
}
|
|
93
|
+
get disabled() {
|
|
94
|
+
return getBooleanAttribute(this, 'disabled');
|
|
95
|
+
}
|
|
96
|
+
set text(value) {
|
|
97
|
+
updateAttribute(this, 'text', value);
|
|
98
|
+
}
|
|
99
|
+
get text() {
|
|
100
|
+
return getAttribute(this, 'text');
|
|
101
|
+
}
|
|
102
|
+
get focusable() {
|
|
103
|
+
return true;
|
|
104
|
+
}
|
|
105
|
+
#onClick = () => {
|
|
106
|
+
if (this.disabled) {
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
110
|
+
detail: !this.checked
|
|
111
|
+
}));
|
|
112
|
+
};
|
|
113
|
+
#onKeydown = e => {
|
|
114
|
+
switch (e.code) {
|
|
115
|
+
case 'Space':
|
|
116
|
+
case 'Enter':
|
|
117
|
+
{
|
|
118
|
+
e.preventDefault();
|
|
119
|
+
this.click();
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
};
|
|
123
|
+
#updateTabIndex() {
|
|
124
|
+
this.tabIndex = this.disabled ? -1 : 0;
|
|
125
|
+
}
|
|
126
|
+
#onFocus = () => {
|
|
127
|
+
this.dispatchEvent(new CustomEvent('-focus'));
|
|
128
|
+
};
|
|
129
|
+
#onBlur = () => {
|
|
130
|
+
this.dispatchEvent(new CustomEvent('-blur'));
|
|
131
|
+
};
|
|
132
|
+
#onChangeReactHandler = e => {
|
|
133
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
134
|
+
};
|
|
135
|
+
#onFocusReactHandler = e => {
|
|
136
|
+
getReactEventHandler(this, 'on-focus')?.(e);
|
|
137
|
+
};
|
|
138
|
+
#onBlurReactHandler = e => {
|
|
139
|
+
getReactEventHandler(this, 'on-blur')?.(e);
|
|
140
|
+
};
|
|
141
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchToggleElement = HTMLElement & {
|
|
3
|
+
checked: boolean;
|
|
4
|
+
small: boolean;
|
|
5
|
+
labeled: boolean;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
text: string | null;
|
|
8
|
+
addEventListener(type: '-change', listener: (e: CustomEvent<boolean>) => void): void;
|
|
9
|
+
setAttribute(name: 'checked', value: ''): void;
|
|
10
|
+
setAttribute(name: 'small', value: ''): void;
|
|
11
|
+
setAttribute(name: 'labeled', value: ''): void;
|
|
12
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
13
|
+
setAttribute(name: 'text', value: string): void;
|
|
14
|
+
};
|
|
15
|
+
export type TSinchToggleReact = TSinchElementReact<TSinchToggleElement> & {
|
|
16
|
+
checked?: boolean;
|
|
17
|
+
small?: boolean;
|
|
18
|
+
labeled?: boolean;
|
|
19
|
+
disabled?: boolean;
|
|
20
|
+
text?: string;
|
|
21
|
+
'aria-label': string;
|
|
22
|
+
'on-change'?: (e: CustomEvent<boolean>) => void;
|
|
23
|
+
};
|
package/toggle/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import '../pop';
|
|
3
|
+
import type { TSinchTooltipElement, TSinchTooltipReact } from './types';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'sinch-tooltip': TSinchTooltipReact;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'sinch-tooltip': TSinchTooltipElement;
|
|
12
|
+
}
|
|
13
|
+
}
|