@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,11 @@
|
|
|
1
|
+
import type { TSinchAccordionElement, TSinchAccordionReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-accordion': TSinchAccordionReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-accordion': TSinchAccordionElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { NectaryElement, defineCustomElement, getAttribute, getBooleanAttribute, getFirstCsvValue, getReactEventHandler, getTargetByAttribute, unpackCsv, updateAttribute, updateBooleanAttribute, updateCsv } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%}::slotted(sinch-accordion-item){flex-shrink:1}</style><div id="wrapper"><slot></slot></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-accordion', class extends NectaryElement {
|
|
6
|
+
#$slot;
|
|
7
|
+
#controller = null;
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
const shadowRoot = this.attachShadow();
|
|
11
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
12
|
+
this.#$slot = shadowRoot.querySelector('slot');
|
|
13
|
+
}
|
|
14
|
+
static get observedAttributes() {
|
|
15
|
+
return ['value'];
|
|
16
|
+
}
|
|
17
|
+
connectedCallback() {
|
|
18
|
+
this.#controller = new AbortController();
|
|
19
|
+
const {
|
|
20
|
+
signal
|
|
21
|
+
} = this.#controller;
|
|
22
|
+
const options = {
|
|
23
|
+
signal
|
|
24
|
+
};
|
|
25
|
+
this.#$slot.addEventListener('slotchange', this.#onSlotChange, options);
|
|
26
|
+
this.#$slot.addEventListener('click', this.#onOptionClick, options);
|
|
27
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
28
|
+
}
|
|
29
|
+
disconnectedCallback() {
|
|
30
|
+
this.#controller.abort();
|
|
31
|
+
this.#controller = null;
|
|
32
|
+
}
|
|
33
|
+
set value(value) {
|
|
34
|
+
updateAttribute(this, 'value', value);
|
|
35
|
+
}
|
|
36
|
+
get value() {
|
|
37
|
+
return getAttribute(this, 'value', '');
|
|
38
|
+
}
|
|
39
|
+
set multiple(isMultiple) {
|
|
40
|
+
updateBooleanAttribute(this, 'multiple', isMultiple);
|
|
41
|
+
}
|
|
42
|
+
get multiple() {
|
|
43
|
+
return getBooleanAttribute(this, 'multiple');
|
|
44
|
+
}
|
|
45
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
46
|
+
switch (name) {
|
|
47
|
+
case 'value':
|
|
48
|
+
{
|
|
49
|
+
this.#onValueChange(newVal ?? '');
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
#onSlotChange = () => {
|
|
55
|
+
this.#onValueChange(this.value);
|
|
56
|
+
};
|
|
57
|
+
#onOptionClick = e => {
|
|
58
|
+
const target = getTargetByAttribute(e, 'value');
|
|
59
|
+
if (target === null || getBooleanAttribute(target, 'disabled')) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
const value = getAttribute(target, 'value', '');
|
|
63
|
+
const result = this.multiple ? updateCsv(this.value, value, !getBooleanAttribute(target, 'data-checked')) : getBooleanAttribute(target, 'data-checked') ? '' : value;
|
|
64
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
65
|
+
detail: result
|
|
66
|
+
}));
|
|
67
|
+
};
|
|
68
|
+
#onValueChange(csv) {
|
|
69
|
+
if (this.multiple) {
|
|
70
|
+
const values = unpackCsv(csv);
|
|
71
|
+
for (const $option of this.#$slot.assignedElements()) {
|
|
72
|
+
const isChecked = !getBooleanAttribute($option, 'disabled') && values.includes(getAttribute($option, 'value', ''));
|
|
73
|
+
updateBooleanAttribute($option, 'data-checked', isChecked);
|
|
74
|
+
}
|
|
75
|
+
} else {
|
|
76
|
+
const value = getFirstCsvValue(csv);
|
|
77
|
+
for (const $option of this.#$slot.assignedElements()) {
|
|
78
|
+
const isChecked = !getBooleanAttribute($option, 'disabled') && value === getAttribute($option, 'value', '');
|
|
79
|
+
updateBooleanAttribute($option, 'data-checked', isChecked);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
#onChangeReactHandler = e => {
|
|
84
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
85
|
+
};
|
|
86
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchAccordionElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Allows to expand multiple items simultanously */
|
|
6
|
+
multiple: boolean;
|
|
7
|
+
/** Change value event */
|
|
8
|
+
addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
|
|
9
|
+
/** Value */
|
|
10
|
+
setAttribute(name: 'value', value: string): void;
|
|
11
|
+
/** Allows to expand multiple items simultanously */
|
|
12
|
+
setAttribute(name: 'multiple', value: ''): void;
|
|
13
|
+
};
|
|
14
|
+
export type TSinchAccordionReact = TSinchElementReact<TSinchAccordionElement> & {
|
|
15
|
+
/** Value */
|
|
16
|
+
value: string;
|
|
17
|
+
multiple?: boolean;
|
|
18
|
+
/** Allows to expand multiple items simultanously */
|
|
19
|
+
/** Change value handler */
|
|
20
|
+
'on-change'?: (e: CustomEvent<string>) => void;
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../text';
|
|
3
|
+
import '../title';
|
|
4
|
+
import type { TSinchAccordionItemElement, TSinchAccordionItemReact } from './types';
|
|
5
|
+
declare global {
|
|
6
|
+
namespace JSX {
|
|
7
|
+
interface IntrinsicElements {
|
|
8
|
+
'sinch-accordion-item': TSinchAccordionItemReact;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'sinch-accordion-item': TSinchAccordionItemElement;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../text';
|
|
3
|
+
import '../title';
|
|
4
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, getLiteralAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute, updateLiteralAttribute } from '../utils';
|
|
5
|
+
const templateHTML = '<style>:host{display:block;outline:0;min-height:48px}#wrapper{display:flex;flex-direction:column;position:relative;width:100%;height:100%;box-sizing:border-box;overflow:hidden;border-bottom:1px solid var(--sinch-comp-accordion-color-default-border-initial)}:host(:last-child)>#wrapper{border-bottom:none}#button{all:initial;display:flex;position:relative;align-items:center;gap:8px;box-sizing:border-box;width:100%;height:48px;padding:0 4px 0 8px;cursor:pointer;--sinch-global-color-icon:var(--sinch-comp-accordion-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-accordion-size-icon)}#button>*{pointer-events:none}#button:disabled{cursor:initial;--sinch-global-color-icon:var(--sinch-comp-accordion-color-disabled-icon-initial)}#button:focus-visible::after{content:"";position:absolute;inset:0;border:2px solid var(--sinch-comp-accordion-color-default-outline-focus);pointer-events:none}#status-wrapper{display:none;width:18px;height:24px;padding:8px 8px 8px 2px;box-sizing:border-box}#status{width:8px;height:8px;border-radius:50%}:host([status]:not([status=""])) #status-wrapper{display:block}:host([status=success]) #status{background-color:var(--sinch-comp-accordion-color-default-status-success)}:host([status=warn]) #status{background-color:var(--sinch-comp-accordion-color-default-status-warning)}:host([status=error]) #status{background-color:var(--sinch-comp-accordion-color-default-status-error)}:host([status=info]) #status{background-color:var(--sinch-comp-accordion-color-default-status-info)}#title{flex:1;min-width:0;--sinch-comp-title-font:var(--sinch-comp-accordion-font-title);--sinch-global-color-text:var(--sinch-comp-accordion-color-default-title-initial)}#button:disabled>#title{--sinch-global-color-text:var(--sinch-comp-accordion-color-disabled-title-initial)}#content{display:none;overflow-y:auto;flex-shrink:1;min-height:0;padding:0 8px 12px}#dropdown-icon{transform:rotate(0);will-change:transform;transition:transform .25s ease-in-out}#button[aria-expanded=true]>#dropdown-icon{transform:rotate(180deg)}#button[aria-expanded=true]+#content{display:block}#optional{--sinch-comp-text-font:var(--sinch-comp-accordion-font-optional-text);--sinch-global-color-text:var(--sinch-comp-accordion-color-default-optional-text-initial)}#button:disabled>#optional{--sinch-global-color-text:var(--sinch-comp-accordion-color-disabled-optional-text-initial)}</style><div id="wrapper"><button id="button" aria-controls="content" aria-expanded="false"><div id="status-wrapper"><div id="status"></div></div><slot name="icon"></slot><sinch-title id="title" level="3" type="m" ellipsis></sinch-title><sinch-text id="optional" type="m"></sinch-text><sinch-icon id="dropdown-icon" name="keyboard_arrow_down"></sinch-icon></button><div id="content" role="region" aria-labelledby="button"><slot name="content"></slot></div></div>';
|
|
6
|
+
import { statusValues } from './utils';
|
|
7
|
+
const template = document.createElement('template');
|
|
8
|
+
template.innerHTML = templateHTML;
|
|
9
|
+
defineCustomElement('sinch-accordion-item', class extends NectaryElement {
|
|
10
|
+
#$button;
|
|
11
|
+
#$title;
|
|
12
|
+
#$optionalText;
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
const shadowRoot = this.attachShadow({
|
|
16
|
+
delegatesFocus: true
|
|
17
|
+
});
|
|
18
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
19
|
+
this.#$button = shadowRoot.querySelector('#button');
|
|
20
|
+
this.#$title = shadowRoot.querySelector('#title');
|
|
21
|
+
this.#$optionalText = shadowRoot.querySelector('#optional');
|
|
22
|
+
}
|
|
23
|
+
connectedCallback() {}
|
|
24
|
+
disconnectedCallback() {}
|
|
25
|
+
static get observedAttributes() {
|
|
26
|
+
return ['label', 'disabled', 'data-checked', 'optionaltext'];
|
|
27
|
+
}
|
|
28
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
29
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
switch (name) {
|
|
33
|
+
case 'label':
|
|
34
|
+
{
|
|
35
|
+
updateAttribute(this.#$title, 'text', newVal);
|
|
36
|
+
break;
|
|
37
|
+
}
|
|
38
|
+
case 'disabled':
|
|
39
|
+
{
|
|
40
|
+
this.#$button.disabled = isAttrTrue(newVal);
|
|
41
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
42
|
+
break;
|
|
43
|
+
}
|
|
44
|
+
case 'data-checked':
|
|
45
|
+
{
|
|
46
|
+
updateExplicitBooleanAttribute(this.#$button, 'aria-expanded', isAttrTrue(newVal));
|
|
47
|
+
break;
|
|
48
|
+
}
|
|
49
|
+
case 'optionaltext':
|
|
50
|
+
{
|
|
51
|
+
this.#$optionalText.textContent = newVal;
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
set value(value) {
|
|
57
|
+
updateAttribute(this, 'value', value);
|
|
58
|
+
}
|
|
59
|
+
get value() {
|
|
60
|
+
return getAttribute(this, 'value', '');
|
|
61
|
+
}
|
|
62
|
+
set label(value) {
|
|
63
|
+
updateAttribute(this, 'label', value);
|
|
64
|
+
}
|
|
65
|
+
get label() {
|
|
66
|
+
return getAttribute(this, 'label', '');
|
|
67
|
+
}
|
|
68
|
+
set disabled(isDisabled) {
|
|
69
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
70
|
+
}
|
|
71
|
+
get disabled() {
|
|
72
|
+
return getBooleanAttribute(this, 'disabled');
|
|
73
|
+
}
|
|
74
|
+
get status() {
|
|
75
|
+
return getLiteralAttribute(this, statusValues, 'status', null);
|
|
76
|
+
}
|
|
77
|
+
set status(value) {
|
|
78
|
+
updateLiteralAttribute(this, statusValues, 'status', value);
|
|
79
|
+
}
|
|
80
|
+
set optionalText(value) {
|
|
81
|
+
updateAttribute(this, 'optionaltext', value);
|
|
82
|
+
}
|
|
83
|
+
get optionalText() {
|
|
84
|
+
return getAttribute(this, 'optionaltext');
|
|
85
|
+
}
|
|
86
|
+
get focusable() {
|
|
87
|
+
return true;
|
|
88
|
+
}
|
|
89
|
+
focus() {
|
|
90
|
+
this.#$button.focus();
|
|
91
|
+
}
|
|
92
|
+
blur() {
|
|
93
|
+
this.#$button.blur();
|
|
94
|
+
}
|
|
95
|
+
});
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchAccordionStatusType = 'info' | 'success' | 'warn' | 'error';
|
|
3
|
+
export type TSinchAccordionItemElement = HTMLElement & {
|
|
4
|
+
/** Value */
|
|
5
|
+
value: string;
|
|
6
|
+
/** Label */
|
|
7
|
+
label: string;
|
|
8
|
+
/** Optional text on the right side */
|
|
9
|
+
optionalText: string | null;
|
|
10
|
+
/** Status */
|
|
11
|
+
status: TSinchAccordionStatusType | null;
|
|
12
|
+
/** Disabled */
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
/** Value */
|
|
15
|
+
setAttribute(name: 'value', value: string): void;
|
|
16
|
+
/** Label */
|
|
17
|
+
setAttribute(name: 'label', value: string): void;
|
|
18
|
+
/** Optional text on the right side */
|
|
19
|
+
setAttribute(name: 'optionaltext', value: string): void;
|
|
20
|
+
/** Status */
|
|
21
|
+
setAttribute(name: 'status', value: TSinchAccordionStatusType): void;
|
|
22
|
+
/** Disabled */
|
|
23
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
24
|
+
};
|
|
25
|
+
export type TSinchAccordionItemReact = TSinchElementReact<TSinchAccordionItemElement> & {
|
|
26
|
+
/** Value */
|
|
27
|
+
value: string;
|
|
28
|
+
/** Label */
|
|
29
|
+
label: string;
|
|
30
|
+
/** Optional text on the right side */
|
|
31
|
+
optionalText?: string;
|
|
32
|
+
/** Status */
|
|
33
|
+
status?: TSinchAccordionStatusType;
|
|
34
|
+
/** Disabled */
|
|
35
|
+
disabled?: boolean;
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const statusValues = ['info', 'success', 'warn', 'error'];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchActionMenuElement, TSinchActionMenuReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-action-menu': TSinchActionMenuReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-action-menu': TSinchActionMenuElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
import { isSinchActionMenuOption } from '../action-menu-option/utils';
|
|
2
|
+
import { attrValueToPixels, defineCustomElement, getBooleanAttribute, getIntegerAttribute, NectaryElement, subscribeContext, updateBooleanAttribute, updateIntegerAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block;outline:0}#listbox{overflow-y:auto}</style><div id="listbox" role="presentation"><slot></slot></div>';
|
|
4
|
+
const ITEM_HEIGHT = 40;
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
defineCustomElement('sinch-action-menu', class extends NectaryElement {
|
|
8
|
+
#$optionSlot;
|
|
9
|
+
#$listbox;
|
|
10
|
+
#controller = null;
|
|
11
|
+
constructor() {
|
|
12
|
+
super();
|
|
13
|
+
const shadowRoot = this.attachShadow();
|
|
14
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
15
|
+
this.#$optionSlot = shadowRoot.querySelector('slot');
|
|
16
|
+
this.#$listbox = shadowRoot.querySelector('#listbox');
|
|
17
|
+
}
|
|
18
|
+
connectedCallback() {
|
|
19
|
+
this.#controller = new AbortController();
|
|
20
|
+
const {
|
|
21
|
+
signal
|
|
22
|
+
} = this.#controller;
|
|
23
|
+
this.setAttribute('role', 'listbox');
|
|
24
|
+
this.setAttribute('tabindex', '0');
|
|
25
|
+
this.addEventListener('keydown', this.#onListboxKeyDown, {
|
|
26
|
+
signal
|
|
27
|
+
});
|
|
28
|
+
this.addEventListener('blur', this.#onListboxBlur, {
|
|
29
|
+
signal
|
|
30
|
+
});
|
|
31
|
+
this.#$listbox.addEventListener('click', this.#onListboxClick, {
|
|
32
|
+
signal
|
|
33
|
+
});
|
|
34
|
+
subscribeContext(this, 'keydown', this.#onContextKeyDown, signal);
|
|
35
|
+
subscribeContext(this, 'visibility', this.#onContextVisibility, signal);
|
|
36
|
+
}
|
|
37
|
+
disconnectedCallback() {
|
|
38
|
+
this.#controller.abort();
|
|
39
|
+
this.#controller = null;
|
|
40
|
+
}
|
|
41
|
+
static get observedAttributes() {
|
|
42
|
+
return ['rows'];
|
|
43
|
+
}
|
|
44
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
45
|
+
switch (name) {
|
|
46
|
+
case 'rows':
|
|
47
|
+
{
|
|
48
|
+
this.#$listbox.style.maxHeight = attrValueToPixels(newVal, {
|
|
49
|
+
min: 1,
|
|
50
|
+
itemSizeMultiplier: ITEM_HEIGHT
|
|
51
|
+
});
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
set rows(value) {
|
|
57
|
+
updateIntegerAttribute(this, 'rows', value);
|
|
58
|
+
}
|
|
59
|
+
get rows() {
|
|
60
|
+
return getIntegerAttribute(this, 'rows', null);
|
|
61
|
+
}
|
|
62
|
+
#onListboxBlur = () => {
|
|
63
|
+
this.#selectOption(null);
|
|
64
|
+
};
|
|
65
|
+
#onListboxClick = e => {
|
|
66
|
+
this.focus();
|
|
67
|
+
if (isSinchActionMenuOption(e.target)) {
|
|
68
|
+
this.#selectOption(e.target);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
#onListboxKeyDown = e => {
|
|
72
|
+
this.#handleKeydown(e);
|
|
73
|
+
};
|
|
74
|
+
#onContextKeyDown = e => {
|
|
75
|
+
this.#handleKeydown(e.detail);
|
|
76
|
+
};
|
|
77
|
+
#onContextVisibility = e => {
|
|
78
|
+
if (!e.detail) {
|
|
79
|
+
this.#selectOption(null);
|
|
80
|
+
this.#$listbox.scrollTo({
|
|
81
|
+
top: 0,
|
|
82
|
+
behavior: 'auto'
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
#handleKeydown(e) {
|
|
87
|
+
switch (e.code) {
|
|
88
|
+
case 'Enter':
|
|
89
|
+
case 'Space':
|
|
90
|
+
{
|
|
91
|
+
e.preventDefault();
|
|
92
|
+
const $opt = this.#findSelectedOption();
|
|
93
|
+
if ($opt !== null) {
|
|
94
|
+
$opt.click();
|
|
95
|
+
}
|
|
96
|
+
break;
|
|
97
|
+
}
|
|
98
|
+
case 'ArrowUp':
|
|
99
|
+
{
|
|
100
|
+
e.preventDefault();
|
|
101
|
+
this.#selectOption(this.#getPrevOption());
|
|
102
|
+
break;
|
|
103
|
+
}
|
|
104
|
+
case 'ArrowDown':
|
|
105
|
+
{
|
|
106
|
+
e.preventDefault();
|
|
107
|
+
this.#selectOption(this.#getNextOption());
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
#getFirstOption() {
|
|
113
|
+
const $options = this.#getOptionElements();
|
|
114
|
+
for (let i = 0; i < $options.length; i++) {
|
|
115
|
+
const el = $options[i];
|
|
116
|
+
if (!getBooleanAttribute(el, 'disabled')) {
|
|
117
|
+
return el;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
return null;
|
|
121
|
+
}
|
|
122
|
+
#getLastOption() {
|
|
123
|
+
const $options = this.#getOptionElements();
|
|
124
|
+
for (let i = $options.length - 1; i >= 0; i--) {
|
|
125
|
+
const el = $options[i];
|
|
126
|
+
if (!getBooleanAttribute(el, 'disabled')) {
|
|
127
|
+
return el;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
return null;
|
|
131
|
+
}
|
|
132
|
+
#getNextOption() {
|
|
133
|
+
const index = this.#getSelectedOptionIndex();
|
|
134
|
+
if (index !== null) {
|
|
135
|
+
const $options = this.#getOptionElements();
|
|
136
|
+
for (let i = 1; i <= $options.length; i++) {
|
|
137
|
+
const el = $options[(i + index) % $options.length];
|
|
138
|
+
if (!getBooleanAttribute(el, 'disabled')) {
|
|
139
|
+
return el;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
return this.#getFirstOption();
|
|
144
|
+
}
|
|
145
|
+
#getPrevOption() {
|
|
146
|
+
const index = this.#getSelectedOptionIndex();
|
|
147
|
+
if (index !== null) {
|
|
148
|
+
const $options = this.#getOptionElements();
|
|
149
|
+
for (let i = 1; i <= $options.length; i++) {
|
|
150
|
+
const el = $options[(index - i + $options.length) % $options.length];
|
|
151
|
+
if (!getBooleanAttribute(el, 'disabled')) {
|
|
152
|
+
return el;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
return this.#getLastOption();
|
|
157
|
+
}
|
|
158
|
+
#selectOption($option) {
|
|
159
|
+
const hasRows = this.hasAttribute('rows');
|
|
160
|
+
for (const $op of this.#getOptionElements()) {
|
|
161
|
+
const isSelected = $op === $option;
|
|
162
|
+
updateBooleanAttribute($op, 'data-selected', isSelected);
|
|
163
|
+
if (isSelected && hasRows) {
|
|
164
|
+
$op.scrollIntoView?.({
|
|
165
|
+
block: 'nearest'
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
#getOptionElements() {
|
|
171
|
+
return this.#$optionSlot.assignedElements();
|
|
172
|
+
}
|
|
173
|
+
#getSelectedOptionIndex() {
|
|
174
|
+
const elements = this.#getOptionElements();
|
|
175
|
+
for (let i = 0; i < elements.length; i++) {
|
|
176
|
+
const el = elements[i];
|
|
177
|
+
if (!getBooleanAttribute(el, 'disabled') && getBooleanAttribute(el, 'data-selected')) {
|
|
178
|
+
return i;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
return null;
|
|
182
|
+
}
|
|
183
|
+
#findSelectedOption() {
|
|
184
|
+
const elements = this.#getOptionElements();
|
|
185
|
+
for (const el of elements) {
|
|
186
|
+
if (getBooleanAttribute(el, 'data-selected')) {
|
|
187
|
+
return el;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
return null;
|
|
191
|
+
}
|
|
192
|
+
get focusable() {
|
|
193
|
+
return true;
|
|
194
|
+
}
|
|
195
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchActionMenuElement = HTMLElement & {
|
|
3
|
+
/** How many rows to show and scroll the rest */
|
|
4
|
+
rows: number | null;
|
|
5
|
+
/** How many rows to show and scroll the rest */
|
|
6
|
+
setAttribute(name: 'rows', value: string): void;
|
|
7
|
+
};
|
|
8
|
+
export type TSinchActionMenuReact = TSinchElementReact<TSinchActionMenuElement> & {
|
|
9
|
+
/** How many rows to show and scroll the rest */
|
|
10
|
+
rows?: number;
|
|
11
|
+
/** Label that is used for a11y */
|
|
12
|
+
'aria-label': string;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchActionMenuOptionElement, TSinchActionMenuOptionReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-action-menu-option': TSinchActionMenuOptionReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-action-menu-option': TSinchActionMenuOptionElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block;cursor:pointer}:host([disabled]){cursor:initial}#wrapper{all:initial;display:flex;position:relative;box-sizing:border-box;height:40px;width:100%;padding:8px 16px;align-items:center;gap:10px;user-select:none;background-color:var(--sinch-comp-action-menu-color-default-background-initial);--sinch-global-color-text:var(--sinch-comp-action-menu-color-default-text-initial);--sinch-global-color-icon:var(--sinch-comp-action-menu-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-action-menu-size-icon)}:host([data-selected])>#wrapper{background-color:var(--sinch-comp-action-menu-color-default-background-selected)}:host(:hover)>#wrapper{background-color:var(--sinch-comp-action-menu-color-default-background-hover)}:host([disabled])>#wrapper{pointer-events:none;background-color:var(--sinch-comp-action-menu-color-disabled-background-initial);--sinch-global-color-text:var(--sinch-comp-action-menu-color-disabled-text-initial);--sinch-global-color-icon:var(--sinch-comp-action-menu-color-disabled-icon-initial)}#content{flex:1;min-width:0;--sinch-comp-text-font:var(--sinch-comp-action-menu-font-option)}::slotted(*){margin-left:-6px}</style><div id="wrapper" inert><slot name="icon"></slot><sinch-text id="content" type="m" ellipsis></sinch-text></div>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-action-menu-option', class ActionMenuOption extends NectaryElement {
|
|
7
|
+
#$content;
|
|
8
|
+
#controller = null;
|
|
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.#controller = new AbortController();
|
|
17
|
+
const {
|
|
18
|
+
signal
|
|
19
|
+
} = this.#controller;
|
|
20
|
+
this.setAttribute('role', 'option');
|
|
21
|
+
this.addEventListener('mousedown', this.#onMouseDown, {
|
|
22
|
+
signal
|
|
23
|
+
});
|
|
24
|
+
this.addEventListener('-click', this.#onClickReactHandler, {
|
|
25
|
+
signal
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
disconnectedCallback() {
|
|
29
|
+
this.#controller.abort();
|
|
30
|
+
this.#controller = null;
|
|
31
|
+
}
|
|
32
|
+
static get observedAttributes() {
|
|
33
|
+
return ['text', 'disabled', 'data-selected'];
|
|
34
|
+
}
|
|
35
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
36
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
37
|
+
return;
|
|
38
|
+
}
|
|
39
|
+
switch (name) {
|
|
40
|
+
case 'text':
|
|
41
|
+
{
|
|
42
|
+
this.#$content.textContent = newVal;
|
|
43
|
+
break;
|
|
44
|
+
}
|
|
45
|
+
case 'disabled':
|
|
46
|
+
{
|
|
47
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
case 'data-selected':
|
|
51
|
+
{
|
|
52
|
+
const isDisabled = getBooleanAttribute(this, 'disabled');
|
|
53
|
+
updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal) && !isDisabled);
|
|
54
|
+
break;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
set text(value) {
|
|
59
|
+
updateAttribute(this, 'text', value);
|
|
60
|
+
}
|
|
61
|
+
get text() {
|
|
62
|
+
return getAttribute(this, 'text', '');
|
|
63
|
+
}
|
|
64
|
+
set disabled(isDisabled) {
|
|
65
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
66
|
+
}
|
|
67
|
+
get disabled() {
|
|
68
|
+
return getBooleanAttribute(this, 'disabled');
|
|
69
|
+
}
|
|
70
|
+
click() {
|
|
71
|
+
this.#dispatchClickEvent();
|
|
72
|
+
}
|
|
73
|
+
#onMouseDown = () => {
|
|
74
|
+
this.#dispatchClickEvent();
|
|
75
|
+
};
|
|
76
|
+
#dispatchClickEvent() {
|
|
77
|
+
this.dispatchEvent(new CustomEvent('-click'));
|
|
78
|
+
}
|
|
79
|
+
#onClickReactHandler = e => {
|
|
80
|
+
getReactEventHandler(this, 'on-click')?.(e);
|
|
81
|
+
};
|
|
82
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchActionMenuOptionElement = HTMLElement & {
|
|
3
|
+
/** Display text */
|
|
4
|
+
text: string;
|
|
5
|
+
/** Disabled state */
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
/** Click event */
|
|
8
|
+
addEventListener(type: '-click', listener: (e: CustomEvent<void>) => void): void;
|
|
9
|
+
/** Display text */
|
|
10
|
+
setAttribute(name: 'text', value: string): void;
|
|
11
|
+
/** Disabled state */
|
|
12
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
13
|
+
};
|
|
14
|
+
export type TSinchActionMenuOptionReact = TSinchElementReact<TSinchActionMenuOptionElement> & {
|
|
15
|
+
/** Display text */
|
|
16
|
+
text: string;
|
|
17
|
+
/** Disabled state */
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
/** Label that is used for a11y */
|
|
20
|
+
'aria-label': string;
|
|
21
|
+
/** Click event handler */
|
|
22
|
+
'on-click'?: (e: CustomEvent<void>) => void;
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/alert/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import '../icon';
|
|
2
|
+
import '../rich-text';
|
|
3
|
+
import '../text';
|
|
4
|
+
import type { TSinchAlertElement, TSinchAlertReact } from './types';
|
|
5
|
+
declare global {
|
|
6
|
+
namespace JSX {
|
|
7
|
+
interface IntrinsicElements {
|
|
8
|
+
'sinch-alert': TSinchAlertReact;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
interface HTMLElementTagNameMap {
|
|
12
|
+
'sinch-alert': TSinchAlertElement;
|
|
13
|
+
}
|
|
14
|
+
}
|