@nectary/components 2.9.0 → 2.11.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
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
import '../input';
|
|
2
|
+
import '../icon-button';
|
|
3
|
+
import '../icon';
|
|
4
|
+
import '../text';
|
|
5
|
+
import { attrValueToPixels, defineCustomElement, getAttribute, getBooleanAttribute, unpackCsv, getFirstCsvValue, getIntegerAttribute, getReactEventHandler, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateCsv, updateExplicitBooleanAttribute, updateIntegerAttribute, debounceTimeout, setClass, subscribeContext, hasClass, isTargetEqual } from '../utils';
|
|
6
|
+
const templateHTML = '<style>:host{display:block;outline:0}#listbox{overflow-y:auto}#search{display:none;margin:10px}#search.active{display:block}#search-clear:not(.active){display:none}#not-found{display:flex;align-items:center;justify-content:center;width:100%;height:30px;margin-bottom:10px;pointer-events:none;user-select:none;--sinch-comp-text-font:var(--sinch-comp-select-menu-font-not-found-text);--sinch-global-color-text:var(--sinch-comp-select-menu-color-default-not-found-text-initial)}#not-found:not(.active){display:none}::slotted(.hidden){display:none}</style><sinch-input id="search" size="s" placeholder="Search"><sinch-icon id="icon-search" slot="icon" name="search"></sinch-icon><sinch-icon-button id="search-clear" slot="right"><sinch-icon slot="icon" name="close"></sinch-icon></sinch-icon-button></sinch-input><div id="not-found"><sinch-text type="m">No results</sinch-text></div><div id="listbox" role="presentation"><slot></slot></div>';
|
|
7
|
+
const ITEM_HEIGHT = 40;
|
|
8
|
+
const NUM_ITEMS_SEARCH = 7;
|
|
9
|
+
const template = document.createElement('template');
|
|
10
|
+
template.innerHTML = templateHTML;
|
|
11
|
+
defineCustomElement('sinch-select-menu', class extends NectaryElement {
|
|
12
|
+
#$optionSlot;
|
|
13
|
+
#$listbox;
|
|
14
|
+
#$search;
|
|
15
|
+
#$searchClear;
|
|
16
|
+
#$notFound;
|
|
17
|
+
#controller = null;
|
|
18
|
+
#searchDebounce;
|
|
19
|
+
constructor() {
|
|
20
|
+
super();
|
|
21
|
+
const shadowRoot = this.attachShadow();
|
|
22
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
23
|
+
this.#$optionSlot = shadowRoot.querySelector('slot');
|
|
24
|
+
this.#$listbox = shadowRoot.querySelector('#listbox');
|
|
25
|
+
this.#$search = shadowRoot.querySelector('#search');
|
|
26
|
+
this.#$searchClear = shadowRoot.querySelector('#search-clear');
|
|
27
|
+
this.#$notFound = shadowRoot.querySelector('#not-found');
|
|
28
|
+
this.#searchDebounce = debounceTimeout(200)(this.#updateSearch);
|
|
29
|
+
}
|
|
30
|
+
connectedCallback() {
|
|
31
|
+
this.#controller = new AbortController();
|
|
32
|
+
const options = {
|
|
33
|
+
signal: this.#controller.signal
|
|
34
|
+
};
|
|
35
|
+
this.role = 'listbox';
|
|
36
|
+
this.tabIndex = 0;
|
|
37
|
+
this.addEventListener('keydown', this.#onListboxKeyDown, options);
|
|
38
|
+
this.addEventListener('focus', this.#onFocus, options);
|
|
39
|
+
this.addEventListener('blur', this.#onListboxBlur, options);
|
|
40
|
+
this.#$listbox.addEventListener('click', this.#onListboxClick, options);
|
|
41
|
+
this.#$search.addEventListener('-change', this.#onSearchChange, options);
|
|
42
|
+
this.#$searchClear.addEventListener('-click', this.#onSearchClearClick, options);
|
|
43
|
+
this.#$optionSlot.addEventListener('slotchange', this.#onOptionSlotChange, options);
|
|
44
|
+
this.addEventListener('-search-change', this.#onSearchChangeReactHandler, options);
|
|
45
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
46
|
+
subscribeContext(this, 'keydown', this.#onContextKeyDown, this.#controller.signal);
|
|
47
|
+
subscribeContext(this, 'visibility', this.#onContextVisibility, this.#controller.signal);
|
|
48
|
+
this.#onOptionSlotChange();
|
|
49
|
+
}
|
|
50
|
+
disconnectedCallback() {
|
|
51
|
+
this.#searchDebounce.cancel();
|
|
52
|
+
this.#controller.abort();
|
|
53
|
+
this.#controller = null;
|
|
54
|
+
}
|
|
55
|
+
static get observedAttributes() {
|
|
56
|
+
return ['value', 'rows', 'multiple', 'search-placeholder'];
|
|
57
|
+
}
|
|
58
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
59
|
+
switch (name) {
|
|
60
|
+
case 'multiple':
|
|
61
|
+
{
|
|
62
|
+
this.#onValueChange(this.value);
|
|
63
|
+
updateExplicitBooleanAttribute(this, 'aria-multiselectable', isAttrTrue(newVal));
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
case 'value':
|
|
67
|
+
{
|
|
68
|
+
this.#onValueChange(newVal ?? '');
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
case 'rows':
|
|
72
|
+
{
|
|
73
|
+
this.#$listbox.style.maxHeight = attrValueToPixels(newVal, {
|
|
74
|
+
min: 2,
|
|
75
|
+
itemSizeMultiplier: ITEM_HEIGHT
|
|
76
|
+
});
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
case 'search-placeholder':
|
|
80
|
+
{
|
|
81
|
+
updateAttribute(this.#$search, 'placeholder', newVal);
|
|
82
|
+
break;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
set value(value) {
|
|
87
|
+
updateAttribute(this, 'value', value);
|
|
88
|
+
}
|
|
89
|
+
get value() {
|
|
90
|
+
return getAttribute(this, 'value', '');
|
|
91
|
+
}
|
|
92
|
+
set rows(value) {
|
|
93
|
+
updateIntegerAttribute(this, 'rows', value);
|
|
94
|
+
}
|
|
95
|
+
get rows() {
|
|
96
|
+
return getIntegerAttribute(this, 'rows', null);
|
|
97
|
+
}
|
|
98
|
+
set multiple(isMultiple) {
|
|
99
|
+
updateBooleanAttribute(this, 'multiple', isMultiple);
|
|
100
|
+
}
|
|
101
|
+
get multiple() {
|
|
102
|
+
return getBooleanAttribute(this, 'multiple');
|
|
103
|
+
}
|
|
104
|
+
set searchable(isSearchable) {
|
|
105
|
+
updateBooleanAttribute(this, 'searchable', isSearchable);
|
|
106
|
+
}
|
|
107
|
+
get searchable() {
|
|
108
|
+
const searchableAttribute = this.getAttribute('searchable');
|
|
109
|
+
return searchableAttribute === null ? searchableAttribute : isAttrTrue(searchableAttribute);
|
|
110
|
+
}
|
|
111
|
+
set 'search-placeholder'(placeholder) {
|
|
112
|
+
updateAttribute(this.#$search, 'placeholder', placeholder);
|
|
113
|
+
}
|
|
114
|
+
get 'search-placeholder'() {
|
|
115
|
+
return getAttribute(this.#$search, 'placeholder', '');
|
|
116
|
+
}
|
|
117
|
+
get focusable() {
|
|
118
|
+
return true;
|
|
119
|
+
}
|
|
120
|
+
#onFocus = () => {
|
|
121
|
+
const isSearchActive = hasClass(this.#$search, 'active');
|
|
122
|
+
if (isSearchActive) {
|
|
123
|
+
this.#$search.focus();
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
#onListboxBlur = () => {
|
|
127
|
+
this.#selectOption(null);
|
|
128
|
+
};
|
|
129
|
+
#onListboxClick = e => {
|
|
130
|
+
const $elem = e.target;
|
|
131
|
+
this.focus();
|
|
132
|
+
if (!isTargetEqual(e, this.#$listbox) && !getBooleanAttribute($elem, 'disabled')) {
|
|
133
|
+
this.#selectOption($elem);
|
|
134
|
+
this.#dispatchChangeEvent($elem);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
#onSearchChange = e => {
|
|
138
|
+
this.#$search.value = e.detail;
|
|
139
|
+
this.#searchDebounce.fn();
|
|
140
|
+
setClass(this.#$searchClear, 'active', e.detail.length > 0);
|
|
141
|
+
};
|
|
142
|
+
#onSearchClearClick = () => {
|
|
143
|
+
this.#$search.value = '';
|
|
144
|
+
this.#$search.focus();
|
|
145
|
+
this.#searchDebounce.fn();
|
|
146
|
+
setClass(this.#$searchClear, 'active', false);
|
|
147
|
+
};
|
|
148
|
+
#updateSearch = () => {
|
|
149
|
+
const searchValue = this.#$search.value.toLowerCase();
|
|
150
|
+
const searchChangedEvent = new CustomEvent('-search-change', {
|
|
151
|
+
detail: searchValue,
|
|
152
|
+
cancelable: true
|
|
153
|
+
});
|
|
154
|
+
this.dispatchEvent(searchChangedEvent);
|
|
155
|
+
if (!searchChangedEvent.defaultPrevented) {
|
|
156
|
+
const $options = this.#getOptionElements();
|
|
157
|
+
let someFound = false;
|
|
158
|
+
for (const $opt of $options) {
|
|
159
|
+
const isHidden = searchValue.length > 0 && !$opt.matchesSearch(searchValue);
|
|
160
|
+
someFound ||= !isHidden;
|
|
161
|
+
setClass($opt, 'hidden', isHidden);
|
|
162
|
+
}
|
|
163
|
+
setClass(this.#$notFound, 'active', !someFound);
|
|
164
|
+
this.#selectOption(null);
|
|
165
|
+
}
|
|
166
|
+
};
|
|
167
|
+
#onContextKeyDown = e => {
|
|
168
|
+
this.#handleKeydown(e.detail);
|
|
169
|
+
};
|
|
170
|
+
#onContextVisibility = e => {
|
|
171
|
+
if (e.detail) {
|
|
172
|
+
this.#selectOption(this.#findCheckedOption());
|
|
173
|
+
this.#onFocus();
|
|
174
|
+
} else {
|
|
175
|
+
this.#selectOption(null);
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
#onListboxKeyDown = e => {
|
|
179
|
+
this.#handleKeydown(e);
|
|
180
|
+
};
|
|
181
|
+
#handleKeydown(e) {
|
|
182
|
+
switch (e.code) {
|
|
183
|
+
case 'Space':
|
|
184
|
+
case 'Enter':
|
|
185
|
+
{
|
|
186
|
+
e.preventDefault();
|
|
187
|
+
const $option = this.#findSelectedOption();
|
|
188
|
+
if ($option !== null) {
|
|
189
|
+
this.#dispatchChangeEvent($option);
|
|
190
|
+
}
|
|
191
|
+
break;
|
|
192
|
+
}
|
|
193
|
+
case 'ArrowUp':
|
|
194
|
+
{
|
|
195
|
+
e.preventDefault();
|
|
196
|
+
this.#selectOption(this.#getPrevOption());
|
|
197
|
+
break;
|
|
198
|
+
}
|
|
199
|
+
case 'ArrowDown':
|
|
200
|
+
{
|
|
201
|
+
e.preventDefault();
|
|
202
|
+
this.#selectOption(this.#getNextOption());
|
|
203
|
+
break;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
#onOptionSlotChange = () => {
|
|
208
|
+
const searchable = this.searchable;
|
|
209
|
+
const options = this.#$optionSlot.assignedElements();
|
|
210
|
+
const isEnoughOptions = options.length >= NUM_ITEMS_SEARCH;
|
|
211
|
+
const isSearchActive = isEnoughOptions && searchable !== false || Boolean(searchable);
|
|
212
|
+
if (!isSearchActive) {
|
|
213
|
+
updateAttribute(this.#$search, 'value', null);
|
|
214
|
+
}
|
|
215
|
+
setClass(this.#$search, 'active', isSearchActive);
|
|
216
|
+
this.#onValueChange(this.value);
|
|
217
|
+
};
|
|
218
|
+
#onValueChange(csv) {
|
|
219
|
+
if (this.multiple) {
|
|
220
|
+
const values = unpackCsv(csv);
|
|
221
|
+
for (const $option of this.#getOptionElements()) {
|
|
222
|
+
const isChecked = !getBooleanAttribute($option, 'disabled') && values.includes(getAttribute($option, 'value', ''));
|
|
223
|
+
updateBooleanAttribute($option, 'data-checked', isChecked);
|
|
224
|
+
}
|
|
225
|
+
} else {
|
|
226
|
+
const value = getFirstCsvValue(csv);
|
|
227
|
+
for (const $option of this.#getOptionElements()) {
|
|
228
|
+
const isChecked = !getBooleanAttribute($option, 'disabled') && value === getAttribute($option, 'value', '');
|
|
229
|
+
updateBooleanAttribute($option, 'data-checked', isChecked);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
#getFirstOption() {
|
|
234
|
+
const $options = this.#getOptionElements();
|
|
235
|
+
for (let i = 0; i < $options.length; i++) {
|
|
236
|
+
const el = $options[i];
|
|
237
|
+
if (!getBooleanAttribute(el, 'disabled') && !el.classList.contains('hidden')) {
|
|
238
|
+
return el;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
return null;
|
|
242
|
+
}
|
|
243
|
+
#getLastOption() {
|
|
244
|
+
const $options = this.#getOptionElements();
|
|
245
|
+
for (let i = $options.length - 1; i >= 0; i--) {
|
|
246
|
+
const el = $options[i];
|
|
247
|
+
if (!getBooleanAttribute(el, 'disabled') && !el.classList.contains('hidden')) {
|
|
248
|
+
return el;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
return null;
|
|
252
|
+
}
|
|
253
|
+
#getNextOption() {
|
|
254
|
+
const index = this.#getSelectedOptionIndex();
|
|
255
|
+
if (index !== null) {
|
|
256
|
+
const $options = this.#getOptionElements();
|
|
257
|
+
for (let i = 1; i <= $options.length; i++) {
|
|
258
|
+
const el = $options[(i + index) % $options.length];
|
|
259
|
+
if (!getBooleanAttribute(el, 'disabled') && !el.classList.contains('hidden')) {
|
|
260
|
+
return el;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
return this.#getFirstOption();
|
|
265
|
+
}
|
|
266
|
+
#getPrevOption() {
|
|
267
|
+
const index = this.#getSelectedOptionIndex();
|
|
268
|
+
if (index !== null) {
|
|
269
|
+
const $options = this.#getOptionElements();
|
|
270
|
+
for (let i = 1; i <= $options.length; i++) {
|
|
271
|
+
const el = $options[(index - i + $options.length) % $options.length];
|
|
272
|
+
if (!getBooleanAttribute(el, 'disabled') && !el.classList.contains('hidden')) {
|
|
273
|
+
return el;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
return this.#getLastOption();
|
|
278
|
+
}
|
|
279
|
+
#selectOption($option) {
|
|
280
|
+
const hasRows = this.hasAttribute('rows');
|
|
281
|
+
for (const $op of this.#getOptionElements()) {
|
|
282
|
+
const isSelected = $op === $option;
|
|
283
|
+
updateBooleanAttribute($op, 'data-selected', isSelected);
|
|
284
|
+
if (isSelected && hasRows) {
|
|
285
|
+
$op.scrollIntoView?.({
|
|
286
|
+
block: 'nearest'
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
#getOptionElements() {
|
|
292
|
+
return this.#$optionSlot.assignedElements();
|
|
293
|
+
}
|
|
294
|
+
#getSelectedOptionIndex() {
|
|
295
|
+
const elements = this.#getOptionElements();
|
|
296
|
+
for (let i = 0; i < elements.length; i++) {
|
|
297
|
+
const el = elements[i];
|
|
298
|
+
if (!getBooleanAttribute(el, 'disabled') && getBooleanAttribute(el, 'data-selected')) {
|
|
299
|
+
return i;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
return null;
|
|
303
|
+
}
|
|
304
|
+
#findSelectedOption() {
|
|
305
|
+
const elements = this.#getOptionElements();
|
|
306
|
+
for (const el of elements) {
|
|
307
|
+
if (!getBooleanAttribute(el, 'disabled') && getBooleanAttribute(el, 'data-selected')) {
|
|
308
|
+
return el;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
return null;
|
|
312
|
+
}
|
|
313
|
+
#findCheckedOption() {
|
|
314
|
+
const elements = this.#getOptionElements();
|
|
315
|
+
const value = this.multiple ? getFirstCsvValue(this.value) : this.value;
|
|
316
|
+
for (const $el of elements) {
|
|
317
|
+
if (!getBooleanAttribute($el, 'disabled') && getAttribute($el, 'value') === value) {
|
|
318
|
+
return $el;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
return null;
|
|
322
|
+
}
|
|
323
|
+
#dispatchChangeEvent($opt) {
|
|
324
|
+
if ($opt === null) {
|
|
325
|
+
return;
|
|
326
|
+
}
|
|
327
|
+
const value = $opt.value;
|
|
328
|
+
const result = this.multiple ? updateCsv(this.value, value, !getBooleanAttribute($opt, 'data-checked')) : value;
|
|
329
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
330
|
+
detail: result
|
|
331
|
+
}));
|
|
332
|
+
}
|
|
333
|
+
#onChangeReactHandler = e => {
|
|
334
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
335
|
+
};
|
|
336
|
+
#onSearchChangeReactHandler = e => {
|
|
337
|
+
getReactEventHandler(this, 'on-search-change')?.(e);
|
|
338
|
+
};
|
|
339
|
+
});
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchSelectMenuElement = HTMLElement & {
|
|
3
|
+
/** Selected value, CSV when multiple */
|
|
4
|
+
value: string;
|
|
5
|
+
/** How many rows to show and scroll the rest */
|
|
6
|
+
rows: number | null;
|
|
7
|
+
/** Allows multiple selection */
|
|
8
|
+
multiple: boolean;
|
|
9
|
+
/** Enforce the search bar appearing, by default it appears above a certain number of options */
|
|
10
|
+
searchable: boolean | null;
|
|
11
|
+
/** Text for search bar's placeholder */
|
|
12
|
+
'search-placeholder': string;
|
|
13
|
+
/** Change value event */
|
|
14
|
+
addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
|
|
15
|
+
/** Change value event */
|
|
16
|
+
addEventListener(type: '-search-change', listener: (e: CustomEvent<string>) => void): void;
|
|
17
|
+
/** Selected value, CSV when multiple */
|
|
18
|
+
setAttribute(name: 'value', value: string): void;
|
|
19
|
+
/** How many rows to show and scroll the rest */
|
|
20
|
+
setAttribute(name: 'rows', value: string): void;
|
|
21
|
+
/** Allows multiple selection */
|
|
22
|
+
setAttribute(name: 'multiple', value: ''): void;
|
|
23
|
+
};
|
|
24
|
+
export type TSinchSelectMenuReact = TSinchElementReact<TSinchSelectMenuElement> & {
|
|
25
|
+
/** Selected value, CSV when multiple */
|
|
26
|
+
value: string;
|
|
27
|
+
/** How many rows to show and scroll the rest */
|
|
28
|
+
rows?: number;
|
|
29
|
+
/** Allows multiple selection */
|
|
30
|
+
multiple?: boolean;
|
|
31
|
+
/** Enforce the search bar appearing, by default it appears above a certain number of options */
|
|
32
|
+
searchable?: boolean | null;
|
|
33
|
+
/** Text for search bar's placeholder */
|
|
34
|
+
'search-placeholder'?: string;
|
|
35
|
+
/** Label that is used for a11y */
|
|
36
|
+
'aria-label': string;
|
|
37
|
+
/** Change value handler */
|
|
38
|
+
'on-search-change'?: (e: CustomEvent<string>) => void;
|
|
39
|
+
/** Change value handler */
|
|
40
|
+
'on-change'?: (e: CustomEvent<string>) => void;
|
|
41
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../text';
|
|
3
|
+
import { NectaryElement } from '../utils';
|
|
4
|
+
import type { TSinchSelectMenuOptionElement, TSinchSelectMenuOptionReact } from './types';
|
|
5
|
+
export declare class SelectMenuOption extends NectaryElement {
|
|
6
|
+
#private;
|
|
7
|
+
constructor();
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
static get observedAttributes(): string[];
|
|
10
|
+
attributeChangedCallback(name: string, oldVal: string | null, newVal: string | null): void;
|
|
11
|
+
set value(value: string);
|
|
12
|
+
get value(): string;
|
|
13
|
+
set text(value: string);
|
|
14
|
+
get text(): string;
|
|
15
|
+
set disabled(isDisabled: boolean);
|
|
16
|
+
get disabled(): boolean;
|
|
17
|
+
matchesSearch(searchValue: string): boolean;
|
|
18
|
+
}
|
|
19
|
+
declare global {
|
|
20
|
+
namespace JSX {
|
|
21
|
+
interface IntrinsicElements {
|
|
22
|
+
'sinch-select-menu-option': TSinchSelectMenuOptionReact;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
interface HTMLElementTagNameMap {
|
|
26
|
+
'sinch-select-menu-option': TSinchSelectMenuOptionElement;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../text';
|
|
3
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
4
|
+
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;position:relative;box-sizing:border-box;height:40px;padding:8px 16px;align-items:center;gap:10px;user-select:none;cursor:pointer;background-color:var(--sinch-comp-select-menu-color-default-background-initial);--sinch-global-color-text:var(--sinch-comp-select-menu-color-default-option-initial);--sinch-global-color-icon:var(--sinch-comp-select-menu-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-select-menu-size-icon)}#content{flex:1;min-width:0;--sinch-comp-text-font:var(--sinch-comp-select-menu-font-option)}#icon-check{display:none;margin-right:-6px}:host([data-checked]) #icon-check{display:block}:host([data-selected])>#wrapper{background-color:var(--sinch-comp-select-menu-color-default-background-selected)}:host(:hover)>#wrapper{background-color:var(--sinch-comp-select-menu-color-default-background-hover)}:host([disabled])>#wrapper{cursor:initial;pointer-events:none;background-color:var(--sinch-comp-select-menu-color-disabled-background-initial);--sinch-global-color-text:var(--sinch-comp-select-menu-color-disabled-option-initial);--sinch-global-color-icon:var(--sinch-comp-select-menu-color-disabled-icon-initial)}::slotted(*){margin-left:-6px}</style><div id="wrapper"><slot name="icon"></slot><sinch-text id="content" type="m" ellipsis></sinch-text><sinch-icon id="icon-check" name="check"></sinch-icon></div>';
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
export class SelectMenuOption extends NectaryElement {
|
|
8
|
+
#$content;
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
const shadowRoot = this.attachShadow();
|
|
12
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
13
|
+
this.#$content = shadowRoot.querySelector('#content');
|
|
14
|
+
}
|
|
15
|
+
connectedCallback() {
|
|
16
|
+
this.setAttribute('role', 'option');
|
|
17
|
+
}
|
|
18
|
+
static get observedAttributes() {
|
|
19
|
+
return ['text', 'data-checked', 'disabled'];
|
|
20
|
+
}
|
|
21
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
22
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
switch (name) {
|
|
26
|
+
case 'text':
|
|
27
|
+
{
|
|
28
|
+
this.#$content.textContent = newVal;
|
|
29
|
+
break;
|
|
30
|
+
}
|
|
31
|
+
case 'data-checked':
|
|
32
|
+
{
|
|
33
|
+
updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal));
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
case 'disabled':
|
|
37
|
+
{
|
|
38
|
+
updateBooleanAttribute(this, 'disabled', isAttrTrue(newVal));
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
set value(value) {
|
|
44
|
+
updateAttribute(this, 'value', value);
|
|
45
|
+
}
|
|
46
|
+
get value() {
|
|
47
|
+
return getAttribute(this, 'value', '');
|
|
48
|
+
}
|
|
49
|
+
set text(value) {
|
|
50
|
+
updateAttribute(this, 'text', value);
|
|
51
|
+
}
|
|
52
|
+
get text() {
|
|
53
|
+
return getAttribute(this, 'text', '');
|
|
54
|
+
}
|
|
55
|
+
set disabled(isDisabled) {
|
|
56
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
57
|
+
}
|
|
58
|
+
get disabled() {
|
|
59
|
+
return getBooleanAttribute(this, 'disabled');
|
|
60
|
+
}
|
|
61
|
+
matchesSearch(searchValue) {
|
|
62
|
+
return this.text.toLowerCase().includes(searchValue);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
defineCustomElement('sinch-select-menu-option', SelectMenuOption);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchSelectMenuOptionElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Display text */
|
|
6
|
+
text: string;
|
|
7
|
+
/** Disabled state */
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
matchesSearch(value: string): boolean;
|
|
10
|
+
/** Value */
|
|
11
|
+
setAttribute(name: 'value', value: string): void;
|
|
12
|
+
/** Display text */
|
|
13
|
+
setAttribute(name: 'text', value: string): void;
|
|
14
|
+
/** Disabled state */
|
|
15
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
16
|
+
};
|
|
17
|
+
export type TSinchSelectMenuOptionReact = TSinchElementReact<TSinchSelectMenuOptionElement> & {
|
|
18
|
+
/** Value */
|
|
19
|
+
value: string;
|
|
20
|
+
/** Display text */
|
|
21
|
+
text: string;
|
|
22
|
+
/** Disabled state */
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
/** Label that is used for a11y */
|
|
25
|
+
'aria-label': string;
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchSkeletonElement, TSinchSkeletonReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-skeleton': TSinchSkeletonReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-skeleton': TSinchSkeletonElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import { attrValueToInteger, defineCustomElement, getCssVar, getUid, isAttrTrue, NectaryElement, shouldReduceMotion } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block}#wrapper{position:relative;display:flex;flex-direction:column;gap:16px;height:100%;box-sizing:border-box;overflow:hidden}:host([card]:not([card=false]))>#wrapper{padding:16px;background-color:var(--sinch-sys-color-container-main-default);border-radius:var(--sinch-sys-shape-radius-l);border:1px solid var(--sinch-sys-color-border-light)}#shimmer{position:absolute;inset:0;background-image:linear-gradient(90deg,transparent 0,var(--sinch-sys-color-container-contrast-primary-default) 100px,transparent 200px);clip-path:url("#clip")}#svg{display:block;width:0;height:0}</style><svg id="svg"><defs><clipPath id="clip"></clipPath></defs></svg><div id="wrapper"><slot></slot><div id="shimmer"></div></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
const ANIMATION_DURATION = 2000;
|
|
6
|
+
const BORDER_WIDTH = 1;
|
|
7
|
+
defineCustomElement('sinch-skeleton', class extends NectaryElement {
|
|
8
|
+
#animation = null;
|
|
9
|
+
#shimmer;
|
|
10
|
+
#wrapper;
|
|
11
|
+
#slot;
|
|
12
|
+
#controller = null;
|
|
13
|
+
#clip;
|
|
14
|
+
#borderWidth = 0;
|
|
15
|
+
#bb = null;
|
|
16
|
+
#observer = null;
|
|
17
|
+
constructor() {
|
|
18
|
+
super();
|
|
19
|
+
const shadowRoot = this.attachShadow();
|
|
20
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
21
|
+
this.#shimmer = shadowRoot.querySelector('#shimmer');
|
|
22
|
+
this.#slot = shadowRoot.querySelector('slot');
|
|
23
|
+
this.#wrapper = shadowRoot.querySelector('#wrapper');
|
|
24
|
+
this.#clip = shadowRoot.querySelector('#clip');
|
|
25
|
+
}
|
|
26
|
+
connectedCallback() {
|
|
27
|
+
const id = getUid();
|
|
28
|
+
this.#shimmer.style.setProperty('clip-path', `url(#${id})`);
|
|
29
|
+
this.#clip.setAttribute('id', id);
|
|
30
|
+
this.#controller = new AbortController();
|
|
31
|
+
if (!shouldReduceMotion()) {
|
|
32
|
+
this.#slot.addEventListener('slotchange', this.#onSlotChange, {
|
|
33
|
+
signal: this.#controller.signal
|
|
34
|
+
});
|
|
35
|
+
this.#observer = new IntersectionObserver(entries => {
|
|
36
|
+
this.#bb = entries[0].boundingClientRect;
|
|
37
|
+
if (this.#bb.width === 0) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
this.#updateAnimation();
|
|
41
|
+
for (const child of this.#slot.assignedElements()) {
|
|
42
|
+
this.#handleSkeletonItemData(child);
|
|
43
|
+
}
|
|
44
|
+
this.#observer.disconnect();
|
|
45
|
+
this.#observer = null;
|
|
46
|
+
}, {
|
|
47
|
+
threshold: 1
|
|
48
|
+
});
|
|
49
|
+
this.#observer.observe(this.#wrapper);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
disconnectedCallback() {
|
|
53
|
+
this.#animation?.cancel();
|
|
54
|
+
this.#animation = null;
|
|
55
|
+
this.#controller.abort();
|
|
56
|
+
this.#controller = null;
|
|
57
|
+
this.#observer?.disconnect();
|
|
58
|
+
this.#observer = null;
|
|
59
|
+
}
|
|
60
|
+
static get observedAttributes() {
|
|
61
|
+
return ['card'];
|
|
62
|
+
}
|
|
63
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
64
|
+
switch (name) {
|
|
65
|
+
case 'card':
|
|
66
|
+
{
|
|
67
|
+
this.#borderWidth = isAttrTrue(newVal) ? BORDER_WIDTH : 0;
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
#updateAnimation() {
|
|
73
|
+
const bb = this.#bb;
|
|
74
|
+
const bgWidth = bb.width * 4;
|
|
75
|
+
this.#shimmer.style.setProperty('background-size', `${bgWidth}px`);
|
|
76
|
+
this.#animation = this.#shimmer.animate({
|
|
77
|
+
backgroundPosition: [`0px`, `${bgWidth}px`]
|
|
78
|
+
}, {
|
|
79
|
+
duration: ANIMATION_DURATION,
|
|
80
|
+
iterations: Infinity
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
#onSlotChange = () => {
|
|
84
|
+
this.#clip.innerHTML = '';
|
|
85
|
+
if (this.#bb === null) {
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
for (const child of this.#slot.assignedElements()) {
|
|
89
|
+
this.#handleSkeletonItemData(child);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
#handleSkeletonItemData(child) {
|
|
93
|
+
const data = child.getBoundingClientRect();
|
|
94
|
+
const radiusStr = getCssVar(child, '--sinch-local-shape-radius') ?? '0';
|
|
95
|
+
const radius = attrValueToInteger(radiusStr, {
|
|
96
|
+
min: 0,
|
|
97
|
+
defaultValue: 0
|
|
98
|
+
});
|
|
99
|
+
const bb = this.#bb;
|
|
100
|
+
const rect = document.createElementNS('http://www.w3.org/2000/svg', 'rect');
|
|
101
|
+
rect.setAttribute('x', (data.x - bb.x - this.#borderWidth).toString());
|
|
102
|
+
rect.setAttribute('y', (data.y - bb.y - this.#borderWidth).toString());
|
|
103
|
+
rect.setAttribute('width', data.width.toString());
|
|
104
|
+
rect.setAttribute('height', data.height.toString());
|
|
105
|
+
rect.setAttribute('rx', radius.toString());
|
|
106
|
+
this.#clip.appendChild(rect);
|
|
107
|
+
}
|
|
108
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchSkeletonElement = HTMLElement & {
|
|
3
|
+
/** Card like container */
|
|
4
|
+
setAttribute(name: 'card', value: ''): void;
|
|
5
|
+
};
|
|
6
|
+
export type TSinchSkeletonReact = TSinchElementReact<TSinchSkeletonElement> & {
|
|
7
|
+
/** Card like container */
|
|
8
|
+
card?: boolean;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchSkeletonItemElement, TSinchSkeletonItemReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-skeleton-item': TSinchSkeletonItemReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-skeleton-item': TSinchSkeletonItemElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block;height:var(--sinch-sys-size-m);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-m)}:host([size=xs]){height:var(--sinch-sys-size-xs);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-xs)}:host([size="s"]){height:var(--sinch-sys-size-s);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-s)}:host([size="m"]){height:var(--sinch-sys-size-m);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-m)}:host([size="l"]){height:var(--sinch-sys-size-l);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-l)}#content{height:100%;background-color:var(--sinch-sys-color-border-light);border-radius:var(--sinch-local-shape-radius)}</style><div id="content"></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-skeleton-item', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
import type { TSinchSizeEx } from '../utils/size';
|
|
3
|
+
export type TSinchSkeletonItemBoundingBox = TRect & {
|
|
4
|
+
radius: number;
|
|
5
|
+
};
|
|
6
|
+
export type TSinchSkeletonItemElement = HTMLElement & {
|
|
7
|
+
/** Size */
|
|
8
|
+
setAttribute(name: 'size', value: TSinchSizeEx): void;
|
|
9
|
+
};
|
|
10
|
+
export type TSinchSkeletonItemReact = TSinchElementReact<TSinchSkeletonItemElement> & {
|
|
11
|
+
/** Size */
|
|
12
|
+
size?: TSinchSizeEx;
|
|
13
|
+
};
|