@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,308 @@
|
|
|
1
|
+
import { attrValueToPixels, defineCustomElement, getAttribute, getBooleanAttribute, getIntegerAttribute, getReactEventHandler, getRect, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute, updateIntegerAttribute, subscribeContext, getTargetByAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block;outline:0}#listbox{display:flex;flex-direction:row;flex-wrap:wrap;padding:4px 10px;overflow-y:auto}#listbox.empty{display:none}</style><div id="listbox" role="presentation"><slot id="options"></slot></div>';
|
|
3
|
+
const NUM_COLS_DEFAULT = 5;
|
|
4
|
+
const ITEM_WIDTH = 44;
|
|
5
|
+
const ITEM_HEIGHT = 56;
|
|
6
|
+
const template = document.createElement('template');
|
|
7
|
+
template.innerHTML = templateHTML;
|
|
8
|
+
defineCustomElement('sinch-color-menu', class extends NectaryElement {
|
|
9
|
+
#$listbox;
|
|
10
|
+
#$optionsSlot;
|
|
11
|
+
#controller = null;
|
|
12
|
+
constructor() {
|
|
13
|
+
super();
|
|
14
|
+
const shadowRoot = this.attachShadow();
|
|
15
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
16
|
+
this.#$listbox = shadowRoot.querySelector('#listbox');
|
|
17
|
+
this.#$optionsSlot = shadowRoot.querySelector('#options');
|
|
18
|
+
}
|
|
19
|
+
connectedCallback() {
|
|
20
|
+
super.connectedCallback();
|
|
21
|
+
this.#controller = new AbortController();
|
|
22
|
+
const {
|
|
23
|
+
signal
|
|
24
|
+
} = this.#controller;
|
|
25
|
+
const options = {
|
|
26
|
+
signal
|
|
27
|
+
};
|
|
28
|
+
this.role = 'listbox';
|
|
29
|
+
this.tabIndex = 0;
|
|
30
|
+
this.addEventListener('keydown', this.#onListboxKeyDown, options);
|
|
31
|
+
this.addEventListener('blur', this.#onListboxBlur, options);
|
|
32
|
+
this.#$listbox.addEventListener('click', this.#onListboxClick, options);
|
|
33
|
+
this.#$optionsSlot.addEventListener('slotchange', this.#onSlotChange, options);
|
|
34
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
35
|
+
subscribeContext(this, 'keydown', this.#onContextKeyDown, signal);
|
|
36
|
+
subscribeContext(this, 'visibility', this.#onContextVisibility, signal);
|
|
37
|
+
this.#onSlotChange();
|
|
38
|
+
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
super.disconnectedCallback();
|
|
41
|
+
this.#controller.abort();
|
|
42
|
+
this.#controller = null;
|
|
43
|
+
}
|
|
44
|
+
static get observedAttributes() {
|
|
45
|
+
return ['value', 'rows', 'cols'];
|
|
46
|
+
}
|
|
47
|
+
attributeChangedCallback(name) {
|
|
48
|
+
switch (name) {
|
|
49
|
+
case 'value':
|
|
50
|
+
{
|
|
51
|
+
if (this.isDomConnected) {
|
|
52
|
+
this.#onValueChange();
|
|
53
|
+
}
|
|
54
|
+
break;
|
|
55
|
+
}
|
|
56
|
+
case 'rows':
|
|
57
|
+
{
|
|
58
|
+
this.#updateRows();
|
|
59
|
+
break;
|
|
60
|
+
}
|
|
61
|
+
case 'cols':
|
|
62
|
+
{
|
|
63
|
+
if (this.isDomConnected) {
|
|
64
|
+
this.#updateColumns();
|
|
65
|
+
}
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
set value(value) {
|
|
71
|
+
updateAttribute(this, 'value', value);
|
|
72
|
+
}
|
|
73
|
+
get value() {
|
|
74
|
+
return getAttribute(this, 'value', '');
|
|
75
|
+
}
|
|
76
|
+
set colors(value) {
|
|
77
|
+
updateAttribute(this, 'colors', value);
|
|
78
|
+
}
|
|
79
|
+
get colors() {
|
|
80
|
+
return getAttribute(this, 'colors');
|
|
81
|
+
}
|
|
82
|
+
set rows(value) {
|
|
83
|
+
updateIntegerAttribute(this, 'rows', value);
|
|
84
|
+
}
|
|
85
|
+
get rows() {
|
|
86
|
+
return getIntegerAttribute(this, 'rows', null);
|
|
87
|
+
}
|
|
88
|
+
set cols(value) {
|
|
89
|
+
updateIntegerAttribute(this, 'cols', value);
|
|
90
|
+
}
|
|
91
|
+
get cols() {
|
|
92
|
+
return getIntegerAttribute(this, 'cols', null);
|
|
93
|
+
}
|
|
94
|
+
get focusable() {
|
|
95
|
+
return true;
|
|
96
|
+
}
|
|
97
|
+
nthItemRect(index) {
|
|
98
|
+
const $item = this.#getOptionElements()[index];
|
|
99
|
+
if ($item != null) {
|
|
100
|
+
return getRect($item);
|
|
101
|
+
}
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
#onSlotChange = () => {
|
|
105
|
+
this.#updateColumns();
|
|
106
|
+
this.#onValueChange();
|
|
107
|
+
};
|
|
108
|
+
#updateRows() {
|
|
109
|
+
const rowsValue = getAttribute(this, 'rows');
|
|
110
|
+
this.#$listbox.style.maxHeight = attrValueToPixels(rowsValue, {
|
|
111
|
+
min: 2,
|
|
112
|
+
itemSizeMultiplier: ITEM_HEIGHT
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
#updateColumns() {
|
|
116
|
+
const colsValue = getAttribute(this, 'cols');
|
|
117
|
+
const numItems = this.#getOptionElements().length;
|
|
118
|
+
this.#$listbox.style.width = attrValueToPixels(colsValue, {
|
|
119
|
+
min: 1,
|
|
120
|
+
max: numItems,
|
|
121
|
+
defaultValue: Math.min(numItems, NUM_COLS_DEFAULT),
|
|
122
|
+
itemSizeMultiplier: ITEM_WIDTH
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
#onListboxBlur = () => {
|
|
126
|
+
this.#selectOption(null);
|
|
127
|
+
};
|
|
128
|
+
#onListboxClick = e => {
|
|
129
|
+
const target = getTargetByAttribute(e, 'value');
|
|
130
|
+
if (target === null) {
|
|
131
|
+
return;
|
|
132
|
+
}
|
|
133
|
+
this.focus();
|
|
134
|
+
this.#dispatchChangeEvent(target);
|
|
135
|
+
};
|
|
136
|
+
#onContextVisibility = e => {
|
|
137
|
+
if (e.detail) {
|
|
138
|
+
this.#selectOption(this.#findCheckedOption());
|
|
139
|
+
} else {
|
|
140
|
+
this.#selectOption(null);
|
|
141
|
+
}
|
|
142
|
+
};
|
|
143
|
+
#onContextKeyDown = e => {
|
|
144
|
+
this.#handleKeydown(e.detail);
|
|
145
|
+
};
|
|
146
|
+
#onListboxKeyDown = e => {
|
|
147
|
+
this.#handleKeydown(e);
|
|
148
|
+
};
|
|
149
|
+
#handleKeydown(e) {
|
|
150
|
+
switch (e.code) {
|
|
151
|
+
case 'Space':
|
|
152
|
+
case 'Enter':
|
|
153
|
+
{
|
|
154
|
+
e.preventDefault();
|
|
155
|
+
const $option = this.#findSelectedOption();
|
|
156
|
+
if ($option !== null) {
|
|
157
|
+
this.#dispatchChangeEvent($option);
|
|
158
|
+
}
|
|
159
|
+
break;
|
|
160
|
+
}
|
|
161
|
+
case 'ArrowLeft':
|
|
162
|
+
{
|
|
163
|
+
e.preventDefault();
|
|
164
|
+
this.#selectOption(this.#getPrevOption());
|
|
165
|
+
break;
|
|
166
|
+
}
|
|
167
|
+
case 'ArrowRight':
|
|
168
|
+
{
|
|
169
|
+
e.preventDefault();
|
|
170
|
+
this.#selectOption(this.#getNextOption());
|
|
171
|
+
break;
|
|
172
|
+
}
|
|
173
|
+
case 'ArrowDown':
|
|
174
|
+
{
|
|
175
|
+
e.preventDefault();
|
|
176
|
+
this.#selectOption(this.#getNextRowOption());
|
|
177
|
+
break;
|
|
178
|
+
}
|
|
179
|
+
case 'ArrowUp':
|
|
180
|
+
{
|
|
181
|
+
e.preventDefault();
|
|
182
|
+
this.#selectOption(this.#getPrevRowOption());
|
|
183
|
+
break;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
#onValueChange() {
|
|
188
|
+
const value = this.value;
|
|
189
|
+
for (const $option of this.#getOptionElements()) {
|
|
190
|
+
const isChecked = value === getAttribute($option, 'value', '');
|
|
191
|
+
updateBooleanAttribute($option, 'data-checked', isChecked);
|
|
192
|
+
updateBooleanAttribute($option, 'data-selected', isChecked);
|
|
193
|
+
updateExplicitBooleanAttribute($option, 'aria-selected', isChecked);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
#getFirstOption() {
|
|
197
|
+
const $options = this.#getOptionElements();
|
|
198
|
+
return $options[0] ?? null;
|
|
199
|
+
}
|
|
200
|
+
#getLastOption() {
|
|
201
|
+
const $options = this.#getOptionElements();
|
|
202
|
+
return $options[$options.length - 1] ?? null;
|
|
203
|
+
}
|
|
204
|
+
#getNextOption() {
|
|
205
|
+
const index = this.#getSelectedOptionIndex();
|
|
206
|
+
if (index !== null) {
|
|
207
|
+
const $options = this.#getOptionElements();
|
|
208
|
+
return $options[(1 + index) % $options.length];
|
|
209
|
+
}
|
|
210
|
+
return this.#getFirstOption();
|
|
211
|
+
}
|
|
212
|
+
#getPrevOption() {
|
|
213
|
+
const index = this.#getSelectedOptionIndex();
|
|
214
|
+
if (index !== null) {
|
|
215
|
+
const $options = this.#getOptionElements();
|
|
216
|
+
return $options[(index - 1 + $options.length) % $options.length];
|
|
217
|
+
}
|
|
218
|
+
return this.#getLastOption();
|
|
219
|
+
}
|
|
220
|
+
#getNextRowOption() {
|
|
221
|
+
const selectedIndex = this.#getSelectedOptionIndex();
|
|
222
|
+
if (selectedIndex !== null) {
|
|
223
|
+
const $options = this.#getOptionElements();
|
|
224
|
+
const numCols = Math.min(this.cols ?? NUM_COLS_DEFAULT, $options.length);
|
|
225
|
+
const numColsInLastRow = $options.length % numCols;
|
|
226
|
+
if (numColsInLastRow > 0) {
|
|
227
|
+
if (selectedIndex < $options.length - numCols) {
|
|
228
|
+
return $options[selectedIndex + numCols];
|
|
229
|
+
}
|
|
230
|
+
if (numColsInLastRow > 0 && selectedIndex < $options.length - numColsInLastRow) {
|
|
231
|
+
return $options[$options.length - 1];
|
|
232
|
+
}
|
|
233
|
+
return $options[selectedIndex + numColsInLastRow - $options.length];
|
|
234
|
+
}
|
|
235
|
+
return $options[(selectedIndex + numCols) % $options.length];
|
|
236
|
+
}
|
|
237
|
+
return this.#getFirstOption();
|
|
238
|
+
}
|
|
239
|
+
#getPrevRowOption() {
|
|
240
|
+
const selectedIndex = this.#getSelectedOptionIndex();
|
|
241
|
+
if (selectedIndex !== null) {
|
|
242
|
+
const $options = this.#getOptionElements();
|
|
243
|
+
const numCols = Math.min(this.cols ?? NUM_COLS_DEFAULT, $options.length);
|
|
244
|
+
const numColsInLastRow = $options.length % numCols;
|
|
245
|
+
if (selectedIndex < numColsInLastRow) {
|
|
246
|
+
return $options[(selectedIndex - numColsInLastRow + $options.length) % $options.length];
|
|
247
|
+
}
|
|
248
|
+
if (selectedIndex < numCols) {
|
|
249
|
+
return $options[(selectedIndex - numCols - numColsInLastRow + $options.length) % $options.length];
|
|
250
|
+
}
|
|
251
|
+
return $options[(selectedIndex - numCols + $options.length) % $options.length];
|
|
252
|
+
}
|
|
253
|
+
return this.#getFirstOption();
|
|
254
|
+
}
|
|
255
|
+
#selectOption($option) {
|
|
256
|
+
const hasRows = this.hasAttribute('rows');
|
|
257
|
+
for (const $op of this.#getOptionElements()) {
|
|
258
|
+
const isSelected = $op === $option;
|
|
259
|
+
updateBooleanAttribute($op, 'data-selected', isSelected);
|
|
260
|
+
if (isSelected && hasRows) {
|
|
261
|
+
$op.scrollIntoView?.({
|
|
262
|
+
block: 'nearest'
|
|
263
|
+
});
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
#getOptionElements() {
|
|
268
|
+
return this.#$optionsSlot.assignedElements();
|
|
269
|
+
}
|
|
270
|
+
#getSelectedOptionIndex() {
|
|
271
|
+
const elements = this.#getOptionElements();
|
|
272
|
+
for (let i = 0; i < elements.length; i++) {
|
|
273
|
+
const el = elements[i];
|
|
274
|
+
if (getBooleanAttribute(el, 'data-selected')) {
|
|
275
|
+
return i;
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
return null;
|
|
279
|
+
}
|
|
280
|
+
#findSelectedOption() {
|
|
281
|
+
const elements = this.#getOptionElements();
|
|
282
|
+
for (const el of elements) {
|
|
283
|
+
if (getBooleanAttribute(el, 'data-selected')) {
|
|
284
|
+
return el;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
return null;
|
|
288
|
+
}
|
|
289
|
+
#findCheckedOption() {
|
|
290
|
+
const elements = this.#getOptionElements();
|
|
291
|
+
const value = this.value;
|
|
292
|
+
for (const $el of elements) {
|
|
293
|
+
if (getAttribute($el, 'value') === value) {
|
|
294
|
+
return $el;
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
return null;
|
|
298
|
+
}
|
|
299
|
+
#dispatchChangeEvent($opt) {
|
|
300
|
+
const value = getAttribute($opt, 'value', '');
|
|
301
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
302
|
+
detail: value
|
|
303
|
+
}));
|
|
304
|
+
}
|
|
305
|
+
#onChangeReactHandler = e => {
|
|
306
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
307
|
+
};
|
|
308
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchColorMenuElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** How many rows to show and scroll the rest */
|
|
6
|
+
rows: number | null;
|
|
7
|
+
/** How many cols to show and scroll the rest */
|
|
8
|
+
cols: number | null;
|
|
9
|
+
nthItemRect(index: number): TRect | null;
|
|
10
|
+
/** Change event */
|
|
11
|
+
addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
|
|
12
|
+
/** Comma-separated color names, all colors by default */
|
|
13
|
+
setAttribute(name: 'colors', value: string): void;
|
|
14
|
+
/** Value */
|
|
15
|
+
setAttribute(name: 'value', value: string): void;
|
|
16
|
+
/** How many rows to show and scroll the rest */
|
|
17
|
+
setAttribute(name: 'rows', value: string): void;
|
|
18
|
+
/** How many cols to show and scroll the rest */
|
|
19
|
+
setAttribute(name: 'cols', value: string): void;
|
|
20
|
+
};
|
|
21
|
+
export type TSinchColorMenuReact = TSinchElementReact<TSinchColorMenuElement> & {
|
|
22
|
+
/** Value */
|
|
23
|
+
value: string;
|
|
24
|
+
/** How many rows to show and scroll the rest */
|
|
25
|
+
rows?: number;
|
|
26
|
+
/** How many cols to show and scroll the rest */
|
|
27
|
+
cols?: number;
|
|
28
|
+
/** Label that is used for a11y */
|
|
29
|
+
'aria-label': string;
|
|
30
|
+
/** Change event handler */
|
|
31
|
+
'on-change'?: (e: CustomEvent<string>) => void;
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getParentOption: ($element: Element) => Element | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '../color-swatch';
|
|
2
|
+
import '../tooltip';
|
|
3
|
+
import type { TSinchColorMenuOptionElement, TSinchColorMenuOptionReact } from './types';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'sinch-color-menu-option': TSinchColorMenuOptionReact;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'sinch-color-menu-option': TSinchColorMenuOptionElement;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import '../color-swatch';
|
|
2
|
+
import '../tooltip';
|
|
3
|
+
import { getSwatchColorFg } from '../color-swatch/utils';
|
|
4
|
+
import { defineCustomElement, getAttribute, NectaryElement, updateAttribute } from '../utils';
|
|
5
|
+
const templateHTML = '<style>:host{display:block;outline:0}#wrapper{width:44px;height:56px;padding:12px 6px;box-sizing:border-box}#swatch-wrapper{position:relative;cursor:pointer;width:32px;height:32px}#swatch-wrapper::after{content:"";position:absolute;width:34px;height:34px;inset:-3px;border:2px solid var(--sinch-comp-color-menu-option-color-default-border-initial);border-radius:50%;pointer-events:none}:host([data-checked]) #swatch-wrapper::after{border-color:var(--sinch-comp-color-menu-option-color-default-border-selected)}:host([data-selected]) #swatch-wrapper::after{border-color:var(--sinch-comp-color-menu-option-color-default-border-focus)}:host(:hover) #swatch-wrapper::after{border-color:var(--sinch-comp-color-menu-option-color-default-border-hover)}:host(:active) #swatch-wrapper::after{border-color:var(--sinch-comp-color-menu-option-color-default-border-active)}</style><div id="wrapper"><sinch-tooltip id="tooltip"><div id="swatch-wrapper"><sinch-color-swatch id="swatch"></sinch-color-swatch></div></sinch-tooltip></div>';
|
|
6
|
+
const template = document.createElement('template');
|
|
7
|
+
template.innerHTML = templateHTML;
|
|
8
|
+
defineCustomElement('sinch-color-menu-option', class extends NectaryElement {
|
|
9
|
+
#$wrapper;
|
|
10
|
+
#$tooltip;
|
|
11
|
+
#$swatch;
|
|
12
|
+
constructor() {
|
|
13
|
+
super();
|
|
14
|
+
const shadowRoot = this.attachShadow();
|
|
15
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
16
|
+
this.#$wrapper = shadowRoot.querySelector('#wrapper');
|
|
17
|
+
this.#$tooltip = shadowRoot.querySelector('#tooltip');
|
|
18
|
+
this.#$swatch = shadowRoot.querySelector('#swatch');
|
|
19
|
+
}
|
|
20
|
+
connectedCallback() {
|
|
21
|
+
this.role = 'option';
|
|
22
|
+
}
|
|
23
|
+
disconnectedCallback() {}
|
|
24
|
+
static get observedAttributes() {
|
|
25
|
+
return ['value'];
|
|
26
|
+
}
|
|
27
|
+
attributeChangedCallback(name, _, newVal) {
|
|
28
|
+
switch (name) {
|
|
29
|
+
case 'value':
|
|
30
|
+
{
|
|
31
|
+
updateAttribute(this.#$tooltip, 'text', newVal);
|
|
32
|
+
updateAttribute(this.#$swatch, 'name', newVal);
|
|
33
|
+
if (newVal !== null) {
|
|
34
|
+
this.#$wrapper.style.setProperty('--sinch-global-color-icon', getSwatchColorFg(newVal));
|
|
35
|
+
} else {
|
|
36
|
+
this.#$wrapper.style.removeProperty('--sinch-global-color-icon');
|
|
37
|
+
}
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
set value(value) {
|
|
43
|
+
updateAttribute(this, 'value', value);
|
|
44
|
+
}
|
|
45
|
+
get value() {
|
|
46
|
+
return getAttribute(this, 'value', '');
|
|
47
|
+
}
|
|
48
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchColorMenuOptionElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Value */
|
|
6
|
+
setAttribute(name: 'value', value: string): void;
|
|
7
|
+
};
|
|
8
|
+
export type TSinchColorMenuOptionReact = TSinchElementReact<TSinchColorMenuOptionElement> & {
|
|
9
|
+
/** Value */
|
|
10
|
+
value: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getParentOption: ($element: Element) => Element | null;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchColorSwatchElement, TSinchColorSwatchReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-color-swatch': TSinchColorSwatchReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-color-swatch': TSinchColorSwatchElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { defineCustomElement, NectaryElement, setClass, getAttribute, updateAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:inline-block;vertical-align:middle}#wrapper{width:var(--sinch-global-size-icon,32px);height:var(--sinch-global-size-icon,32px);border-radius:50%}#wrapper.no-color{background:linear-gradient(45deg,var(--sinch-ref-color-complementary-orange-200),var(--sinch-ref-color-complementary-bolt-200),var(--sinch-ref-color-complementary-grass-200),var(--sinch-ref-color-complementary-night-200),var(--sinch-ref-color-complementary-violet-200))}</style><div id="wrapper"></div>';
|
|
4
|
+
import { getSwatchColorBg } from './utils';
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
defineCustomElement('sinch-color-swatch', class extends NectaryElement {
|
|
8
|
+
#$wrapper;
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
const shadowRoot = this.attachShadow();
|
|
12
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
13
|
+
this.#$wrapper = shadowRoot.querySelector('#wrapper');
|
|
14
|
+
}
|
|
15
|
+
connectedCallback() {
|
|
16
|
+
super.connectedCallback();
|
|
17
|
+
this.#updateColor();
|
|
18
|
+
}
|
|
19
|
+
disconnectedCallback() {
|
|
20
|
+
super.disconnectedCallback();
|
|
21
|
+
}
|
|
22
|
+
static get observedAttributes() {
|
|
23
|
+
return ['name'];
|
|
24
|
+
}
|
|
25
|
+
attributeChangedCallback(name) {
|
|
26
|
+
switch (name) {
|
|
27
|
+
case 'name':
|
|
28
|
+
{
|
|
29
|
+
this.#updateColor();
|
|
30
|
+
break;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
get name() {
|
|
35
|
+
return getAttribute(this, 'name');
|
|
36
|
+
}
|
|
37
|
+
set name(value) {
|
|
38
|
+
updateAttribute(this, 'name', value);
|
|
39
|
+
}
|
|
40
|
+
#updateColor() {
|
|
41
|
+
if (!this.isDomConnected) {
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
const colorName = this.name;
|
|
45
|
+
if (colorName !== null && colorName.length > 0) {
|
|
46
|
+
const bg = getSwatchColorBg(colorName);
|
|
47
|
+
this.#$wrapper.style.setProperty('background-color', bg);
|
|
48
|
+
setClass(this.#$wrapper, 'no-color', false);
|
|
49
|
+
} else {
|
|
50
|
+
this.#$wrapper.style.removeProperty('background-color');
|
|
51
|
+
setClass(this.#$wrapper, 'no-color', true);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchColorSwatchElement = HTMLElement & {
|
|
3
|
+
/** Color name */
|
|
4
|
+
name: string | null;
|
|
5
|
+
/** Color name */
|
|
6
|
+
setAttribute(name: 'name', value: string): void;
|
|
7
|
+
};
|
|
8
|
+
export type TSinchColorSwatchReact = TSinchElementReact<TSinchColorSwatchElement> & {
|
|
9
|
+
/** Color name */
|
|
10
|
+
name?: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../icon-button';
|
|
2
|
+
import '../icon';
|
|
3
|
+
import '../text';
|
|
4
|
+
import type { TSinchDatePickerElement, TSinchDatePickerReact } from './types';
|
|
5
|
+
declare global {
|
|
6
|
+
namespace JSX {
|
|
7
|
+
interface IntrinsicElements {
|
|
8
|
+
'sinch-date-picker': TSinchDatePickerReact;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'sinch-date-picker': TSinchDatePickerElement;
|
|
13
|
+
}
|
|
14
|
+
}
|