@nectary/components 2.4.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 +168 -0
- package/button/types.d.ts +45 -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/colors.json +88 -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 +1 -0
- package/emoji/utils.js +42 -0
- package/emoji-picker/data.json +1 -0
- package/emoji-picker/index.d.ts +22 -0
- package/emoji-picker/index.js +304 -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 +112 -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 +173 -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 +620 -0
- package/input/types.d.ts +80 -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 +132 -0
- package/link/types.d.ts +55 -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 +30 -0
- 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 +140 -0
- package/popover/types.d.ts +40 -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 +17 -0
- package/radio-option/types.js +1 -0
- package/readme.md +179 -0
- package/rich-text/index.d.ts +11 -0
- package/rich-text/index.js +48 -0
- package/rich-text/types.d.ts +12 -0
- package/rich-text/types.js +1 -0
- package/rich-text/utils.d.ts +2 -0
- package/rich-text/utils.js +1 -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 +200 -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 +307 -0
- package/select-menu/types.d.ts +29 -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/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 +228 -0
- package/textarea/types.d.ts +57 -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 +35 -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 +14 -0
- package/toast/index.js +87 -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 +163 -0
- package/toast-manager/types.d.ts +7 -0
- package/toast-manager/types.js +1 -0
- package/toggle/index.d.ts +11 -0
- package/toggle/index.js +126 -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 +258 -0
- package/tooltip/tooltip-state.d.ts +19 -0
- package/tooltip/tooltip-state.js +126 -0
- package/tooltip/types.d.ts +35 -0
- package/tooltip/types.js +1 -0
- package/tooltip/utils.d.ts +5 -0
- package/tooltip/utils.js +17 -0
- package/types.d.ts +14 -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/countries.json +1217 -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 +1 -0
- package/utils/markdown.js +128 -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,19 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTabsIconOptionElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Disabled */
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
/** Value */
|
|
8
|
+
setAttribute(name: 'value', value: string): void;
|
|
9
|
+
/** Disabled */
|
|
10
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
11
|
+
};
|
|
12
|
+
export type TSinchTabsIconOptionReact = TSinchElementReact<TSinchTabsIconOptionElement> & {
|
|
13
|
+
/** Value */
|
|
14
|
+
value: string;
|
|
15
|
+
/** Label that is used for a11y */
|
|
16
|
+
'aria-label': string;
|
|
17
|
+
/** Disabled */
|
|
18
|
+
disabled?: boolean;
|
|
19
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchTabsOptionElement, TSinchTabsOptionReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-tabs-option': TSinchTabsOptionReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-tabs-option': TSinchTabsOptionElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block}#button{all:initial;position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;box-sizing:border-box;cursor:pointer;background-color:var(--sinch-comp-tab-color-default-background-initial);border-top-left-radius:var(--sinch-comp-tab-shape-radius);border-top-right-radius:var(--sinch-comp-tab-shape-radius);height:39px;--sinch-global-color-text:var(--sinch-comp-tab-color-default-text-initial);--sinch-global-color-icon:var(--sinch-comp-tab-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-tab-size-icon)}#button:hover{background-color:var(--sinch-comp-tab-color-default-background-hover)}#button:focus-visible::after{content:"";position:absolute;inset:0;bottom:-3px;border:2px solid var(--sinch-comp-tab-color-default-outline-focus);border-top-left-radius:var(--sinch-comp-tab-shape-radius);border-top-right-radius:var(--sinch-comp-tab-shape-radius);pointer-events:none}#button:disabled{cursor:unset;pointer-events:none;--sinch-global-color-text:var(--sinch-comp-tab-color-disabled-text-initial);--sinch-global-color-icon:var(--sinch-comp-tab-color-disabled-icon-initial)}:host([data-checked]) #button{--sinch-global-color-text:var(--sinch-comp-tab-color-checked-text-initial);--sinch-global-color-icon:var(--sinch-comp-tab-color-checked-icon-initial)}:host([data-checked]) #button::before{content:"";position:absolute;left:0;right:0;bottom:-1px;pointer-events:none;border-top:2px solid var(--sinch-comp-tab-color-checked-border-initial)}#text{flex-shrink:1;flex-basis:auto;min-width:0;--sinch-comp-text-font:var(--sinch-comp-tab-font-label)}::slotted(*){display:block}</style><button id="button" tabindex="0"><slot name="icon"></slot><sinch-text id="text" type="m" ellipsis></sinch-text></button>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-tabs-option', class extends NectaryElement {
|
|
7
|
+
#$button;
|
|
8
|
+
#$text;
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
const shadowRoot = this.attachShadow({
|
|
12
|
+
delegatesFocus: true
|
|
13
|
+
});
|
|
14
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
15
|
+
this.#$button = shadowRoot.querySelector('#button');
|
|
16
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
17
|
+
}
|
|
18
|
+
connectedCallback() {
|
|
19
|
+
this.role = 'tab';
|
|
20
|
+
this.#$button.addEventListener('click', this.#onClick);
|
|
21
|
+
}
|
|
22
|
+
disconnectedCallback() {
|
|
23
|
+
this.#$button.removeEventListener('click', this.#onClick);
|
|
24
|
+
}
|
|
25
|
+
static get observedAttributes() {
|
|
26
|
+
return ['data-checked', 'disabled', 'text'];
|
|
27
|
+
}
|
|
28
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
29
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
switch (name) {
|
|
33
|
+
case 'text':
|
|
34
|
+
{
|
|
35
|
+
this.#$text.textContent = newVal;
|
|
36
|
+
break;
|
|
37
|
+
}
|
|
38
|
+
case 'data-checked':
|
|
39
|
+
{
|
|
40
|
+
updateExplicitBooleanAttribute(this, 'aria-selected', isAttrTrue(newVal));
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
case 'disabled':
|
|
44
|
+
{
|
|
45
|
+
const isDisabled = isAttrTrue(newVal);
|
|
46
|
+
this.#$button.disabled = isDisabled;
|
|
47
|
+
updateBooleanAttribute(this, name, isDisabled);
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
set value(value) {
|
|
53
|
+
updateAttribute(this, 'value', value);
|
|
54
|
+
}
|
|
55
|
+
get value() {
|
|
56
|
+
return getAttribute(this, 'value', '');
|
|
57
|
+
}
|
|
58
|
+
set disabled(isDisabled) {
|
|
59
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
60
|
+
}
|
|
61
|
+
get disabled() {
|
|
62
|
+
return getBooleanAttribute(this, 'disabled');
|
|
63
|
+
}
|
|
64
|
+
set text(value) {
|
|
65
|
+
updateAttribute(this, 'text', value);
|
|
66
|
+
}
|
|
67
|
+
get text() {
|
|
68
|
+
return getAttribute(this, 'text', '');
|
|
69
|
+
}
|
|
70
|
+
get focusable() {
|
|
71
|
+
return true;
|
|
72
|
+
}
|
|
73
|
+
focus() {
|
|
74
|
+
this.#$button.focus();
|
|
75
|
+
}
|
|
76
|
+
blur() {
|
|
77
|
+
this.#$button.blur();
|
|
78
|
+
}
|
|
79
|
+
#onClick = e => {
|
|
80
|
+
e.stopPropagation();
|
|
81
|
+
this.dispatchEvent(new CustomEvent('option-change', {
|
|
82
|
+
bubbles: true,
|
|
83
|
+
detail: this.value
|
|
84
|
+
}));
|
|
85
|
+
};
|
|
86
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTabsOptionElement = HTMLElement & {
|
|
3
|
+
/** Value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Text */
|
|
6
|
+
text: string;
|
|
7
|
+
/** Disabled */
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
/** Value */
|
|
10
|
+
setAttribute(name: 'value', value: string): void;
|
|
11
|
+
/** Text */
|
|
12
|
+
setAttribute(name: 'text', value: string): void;
|
|
13
|
+
/** Disabled */
|
|
14
|
+
setAttribute(name: 'disabled', value: ''): void;
|
|
15
|
+
};
|
|
16
|
+
export type TSinchTabsOptionReact = TSinchElementReact<TSinchTabsOptionElement> & {
|
|
17
|
+
/** Value */
|
|
18
|
+
value: string;
|
|
19
|
+
/** Text */
|
|
20
|
+
text: string;
|
|
21
|
+
/** Label that is used for a11y */
|
|
22
|
+
'aria-label': string;
|
|
23
|
+
/** Disabled */
|
|
24
|
+
disabled?: boolean;
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/tag/index.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchTagElement, TSinchTagReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-tag': TSinchTagReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-tag': TSinchTagElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
package/tag/index.js
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { defineCustomElement, getBooleanAttribute, getAttribute, updateBooleanAttribute, updateAttribute, NectaryElement, isAttrTrue, isAttrEqual } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:inline-block;vertical-align:middle;outline:0}#wrapper{display:flex;flex-direction:row;align-items:center;gap:4px;width:100%;height:var(--sinch-comp-tag-size-container-m);padding:0 9px;border-radius:var(--sinch-comp-tag-shape-radius);background-color:var(--sinch-comp-tag-color-default-background);box-sizing:border-box;user-select:none;--sinch-global-color-text:var(--sinch-comp-tag-color-default-foreground);--sinch-global-color-icon:var(--sinch-comp-tag-color-default-foreground);--sinch-global-size-icon:var(--sinch-comp-tag-size-icon-m)}:host([small]) #wrapper{height:var(--sinch-comp-tag-size-container-s);padding:0 8px;--sinch-global-size-icon:var(--sinch-comp-tag-size-icon-s)}#text{flex:1;--sinch-comp-text-font:var(--sinch-comp-tag-font-size-m-label)}:host([small]) #text{--sinch-comp-text-font:var(--sinch-comp-tag-font-size-s-label)}::slotted(*){margin-left:-4px}</style><div id="wrapper"><slot name="icon"></slot><sinch-text id="text" type="s" ellipsis></sinch-text></div>';
|
|
4
|
+
import { getTagColorBg, getTagColorFg } from './utils';
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
defineCustomElement('sinch-tag', class extends NectaryElement {
|
|
8
|
+
#$text;
|
|
9
|
+
#$wrapper;
|
|
10
|
+
constructor() {
|
|
11
|
+
super();
|
|
12
|
+
const shadowRoot = this.attachShadow();
|
|
13
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
14
|
+
this.#$wrapper = shadowRoot.querySelector('#wrapper');
|
|
15
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
16
|
+
}
|
|
17
|
+
connectedCallback() {
|
|
18
|
+
super.connectedCallback();
|
|
19
|
+
this.#updateColor();
|
|
20
|
+
}
|
|
21
|
+
disconnectedCallback() {
|
|
22
|
+
super.disconnectedCallback();
|
|
23
|
+
}
|
|
24
|
+
get color() {
|
|
25
|
+
return getAttribute(this, 'color');
|
|
26
|
+
}
|
|
27
|
+
set color(value) {
|
|
28
|
+
updateAttribute(this, 'color', value);
|
|
29
|
+
}
|
|
30
|
+
get text() {
|
|
31
|
+
return getAttribute(this, 'text', '');
|
|
32
|
+
}
|
|
33
|
+
set text(value) {
|
|
34
|
+
updateAttribute(this, 'text', value);
|
|
35
|
+
}
|
|
36
|
+
get small() {
|
|
37
|
+
return getBooleanAttribute(this, 'small');
|
|
38
|
+
}
|
|
39
|
+
set small(isSmall) {
|
|
40
|
+
updateBooleanAttribute(this, 'small', isSmall);
|
|
41
|
+
}
|
|
42
|
+
static get observedAttributes() {
|
|
43
|
+
return ['text', 'color', 'small'];
|
|
44
|
+
}
|
|
45
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
46
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
47
|
+
return;
|
|
48
|
+
}
|
|
49
|
+
switch (name) {
|
|
50
|
+
case 'color':
|
|
51
|
+
{
|
|
52
|
+
this.#updateColor();
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
case 'text':
|
|
56
|
+
{
|
|
57
|
+
this.#$text.textContent = newVal;
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
case 'small':
|
|
61
|
+
{
|
|
62
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
#updateColor() {
|
|
68
|
+
if (!this.isDomConnected) {
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
const colorName = this.color;
|
|
72
|
+
if (colorName !== null && colorName.length > 0) {
|
|
73
|
+
const bg = getTagColorBg(colorName);
|
|
74
|
+
const fg = getTagColorFg(colorName);
|
|
75
|
+
this.#$wrapper.style.setProperty('background-color', bg);
|
|
76
|
+
this.#$wrapper.style.setProperty('--sinch-global-color-text', fg);
|
|
77
|
+
this.#$wrapper.style.setProperty('--sinch-global-color-icon', fg);
|
|
78
|
+
} else {
|
|
79
|
+
this.#$wrapper.style.removeProperty('background-color');
|
|
80
|
+
this.#$wrapper.style.removeProperty('--sinch-global-color-text');
|
|
81
|
+
this.#$wrapper.style.removeProperty('--sinch-global-color-icon');
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
});
|
package/tag/types.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTagElement = HTMLElement & {
|
|
3
|
+
/** Text */
|
|
4
|
+
text: string;
|
|
5
|
+
/** Color, gray by default */
|
|
6
|
+
color: string | null;
|
|
7
|
+
/** Small */
|
|
8
|
+
small: boolean;
|
|
9
|
+
/** Text */
|
|
10
|
+
setAttribute(name: 'text', value: string): void;
|
|
11
|
+
/** Color, gray by default */
|
|
12
|
+
setAttribute(name: 'color', value: string): void;
|
|
13
|
+
/** Small */
|
|
14
|
+
setAttribute(name: 'small', value: ''): void;
|
|
15
|
+
};
|
|
16
|
+
export type TSinchTagReact = TSinchElementReact<TSinchTagElement> & {
|
|
17
|
+
/** Text */
|
|
18
|
+
text: string;
|
|
19
|
+
/** Color, gray by default */
|
|
20
|
+
color?: string;
|
|
21
|
+
/** Small */
|
|
22
|
+
small?: boolean;
|
|
23
|
+
};
|
package/tag/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/tag/utils.d.ts
ADDED
package/tag/utils.js
ADDED
package/text/index.d.ts
ADDED
package/text/index.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { defineCustomElement, getBooleanAttribute, updateBooleanAttribute, NectaryElement, getLiteralAttribute, updateLiteralAttribute, isAttrTrue, isAttrEqual } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block;font:var(--sinch-comp-text-font);color:var(--sinch-global-color-text,var(--sinch-sys-color-text-default));--sinch-comp-text-font:var(--sinch-sys-font-body-m)}:host([inline]){display:inline}:host([type="s"]){--sinch-comp-text-font:var(--sinch-sys-font-body-s)}:host([type=xs]){--sinch-comp-text-font:var(--sinch-sys-font-body-xs)}:host([type=xxs]){--sinch-comp-text-font:var(--sinch-sys-font-body-xxs)}:host([type="m"][emphasized]){--sinch-comp-text-font:var(--sinch-sys-font-body-emphasize)}:host([type="s"][emphasized]){--sinch-comp-text-font:var(--sinch-sys-font-body-emphasize-s)}:host([ellipsis]){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--sinch-global-text-white-space:nowrap}</style><slot></slot>';
|
|
3
|
+
import { typeValues } from './utils';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-text', class extends NectaryElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
const shadowRoot = this.attachShadow();
|
|
10
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
11
|
+
}
|
|
12
|
+
connectedCallback() {
|
|
13
|
+
this.#updateRole();
|
|
14
|
+
}
|
|
15
|
+
static get observedAttributes() {
|
|
16
|
+
return ['inline', 'ellipsis', 'emphasized'];
|
|
17
|
+
}
|
|
18
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
19
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
20
|
+
return;
|
|
21
|
+
}
|
|
22
|
+
switch (name) {
|
|
23
|
+
case 'inline':
|
|
24
|
+
{
|
|
25
|
+
this.#updateRole();
|
|
26
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
27
|
+
break;
|
|
28
|
+
}
|
|
29
|
+
case 'ellipsis':
|
|
30
|
+
case 'emphasized':
|
|
31
|
+
{
|
|
32
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
33
|
+
break;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
get type() {
|
|
38
|
+
return getLiteralAttribute(this, typeValues, 'type');
|
|
39
|
+
}
|
|
40
|
+
set type(value) {
|
|
41
|
+
updateLiteralAttribute(this, typeValues, 'type', value);
|
|
42
|
+
}
|
|
43
|
+
set inline(isInline) {
|
|
44
|
+
updateBooleanAttribute(this, 'inline', isInline);
|
|
45
|
+
}
|
|
46
|
+
get inline() {
|
|
47
|
+
return getBooleanAttribute(this, 'inline');
|
|
48
|
+
}
|
|
49
|
+
set ellipsis(isEllipsis) {
|
|
50
|
+
updateBooleanAttribute(this, 'ellipsis', isEllipsis);
|
|
51
|
+
}
|
|
52
|
+
get ellipsis() {
|
|
53
|
+
return getBooleanAttribute(this, 'ellipsis');
|
|
54
|
+
}
|
|
55
|
+
set emphasized(isEmphasized) {
|
|
56
|
+
updateBooleanAttribute(this, 'emphasized', isEmphasized);
|
|
57
|
+
}
|
|
58
|
+
get emphasized() {
|
|
59
|
+
return getBooleanAttribute(this, 'emphasized');
|
|
60
|
+
}
|
|
61
|
+
#updateRole() {
|
|
62
|
+
this.setAttribute('role', getBooleanAttribute(this, 'inline') ? 'text' : 'paragraph');
|
|
63
|
+
}
|
|
64
|
+
});
|
package/text/types.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTextType = 'm' | 's' | 'xs' | 'xxs';
|
|
3
|
+
export type TSinchTextElement = HTMLElement & {
|
|
4
|
+
/** Type */
|
|
5
|
+
type: TSinchTextType;
|
|
6
|
+
/** Block (“paragraph”, default) or inline (“span”) */
|
|
7
|
+
inline: boolean;
|
|
8
|
+
/** Emphasized */
|
|
9
|
+
emphasized: boolean;
|
|
10
|
+
/** Cuts the long text with “…” ellipsis */
|
|
11
|
+
ellipsis: boolean;
|
|
12
|
+
/** Type */
|
|
13
|
+
setAttribute(name: 'type', value: TSinchTextType): void;
|
|
14
|
+
/** Block (“paragraph”, default) or inline (“span”) */
|
|
15
|
+
setAttribute(name: 'inline', value: ''): void;
|
|
16
|
+
/** Emphasized */
|
|
17
|
+
setAttribute(name: 'emphasized', value: ''): void;
|
|
18
|
+
/** Cuts the long text with “…” ellipsis */
|
|
19
|
+
setAttribute(name: 'ellipsis', value: ''): void;
|
|
20
|
+
};
|
|
21
|
+
export type TSinchTextReact = TSinchElementReact<TSinchTextElement> & {
|
|
22
|
+
/** Type */
|
|
23
|
+
type: TSinchTextType;
|
|
24
|
+
/** Block (“paragraph”, default) or inline (“span”) */
|
|
25
|
+
inline?: boolean;
|
|
26
|
+
/** Emphasized */
|
|
27
|
+
emphasized?: boolean;
|
|
28
|
+
/** Cuts the long text with “…” ellipsis */
|
|
29
|
+
ellipsis?: boolean;
|
|
30
|
+
};
|
package/text/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/text/utils.d.ts
ADDED
package/text/utils.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const typeValues = ['m', 's', 'xs', 'xxs'];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTextareaElement, TSinchTextareaReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-textarea': TSinchTextareaReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-textarea': TSinchTextareaElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { Context, defineCustomElement, getAttribute, getBooleanAttribute, getIntegerAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, NectaryElement, setClass, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
2
|
+
import { DEFAULT_SIZE } from '../utils/size';
|
|
3
|
+
const templateHTML = '<style>:host{all:initial;display:inline-block;vertical-align:middle}#wrapper{display:flex;flex-direction:column;position:relative;width:100%;box-sizing:border-box;background-color:var(--sinch-comp-textarea-color-default-background-initial);border-radius:var(--sinch-local-shape-radius);padding-right:2px;padding-bottom:2px;overflow:hidden;--sinch-local-shape-radius:var(--sinch-comp-textarea-shape-radius)}#input{all:initial;display:block;font:var(--sinch-comp-textarea-font-input);color:var(--sinch-comp-textarea-color-default-text-initial);resize:none;white-space:pre-wrap;overflow-wrap:break-word;padding:8px 10px 8px 12px;border:none}#input::placeholder{color:var(--sinch-comp-textarea-color-default-text-placeholder);opacity:1}#input:disabled{color:var(--sinch-comp-textarea-color-disabled-text-initial);-webkit-text-fill-color:var(--sinch-comp-textarea-color-disabled-text-initial)}:host([resizable]) #input{resize:vertical}#border{position:absolute;border:1px solid var(--sinch-comp-textarea-color-default-border-initial);border-radius:var(--sinch-local-shape-radius);inset:0;pointer-events:none}:host([invalid]) #border{border-color:var(--sinch-comp-textarea-color-invalid-border-initial)}#input:focus+#border{border-color:var(--sinch-comp-textarea-color-default-border-focus);border-width:2px}#input:disabled+#border{border-color:var(--sinch-comp-textarea-color-disabled-border-initial)}#bottom{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 10px 10px 12px}#bottom.empty{display:none}</style><div id="wrapper"><textarea id="input"></textarea><div id="border"></div><div id="bottom"><slot name="bottom"></slot></div></div>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-textarea', class extends NectaryElement {
|
|
7
|
+
#$input;
|
|
8
|
+
#$bottomSlot;
|
|
9
|
+
#$bottomWrapper;
|
|
10
|
+
#cursorPos = null;
|
|
11
|
+
#isPendingDk = false;
|
|
12
|
+
#controller = null;
|
|
13
|
+
#sizeContext;
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
const shadowRoot = this.attachShadow({
|
|
17
|
+
delegatesFocus: true
|
|
18
|
+
});
|
|
19
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
20
|
+
this.#$input = shadowRoot.querySelector('#input');
|
|
21
|
+
this.#$bottomSlot = shadowRoot.querySelector('slot[name="bottom"]');
|
|
22
|
+
this.#$bottomWrapper = shadowRoot.querySelector('#bottom');
|
|
23
|
+
this.#sizeContext = new Context(this.#$bottomWrapper, 'size');
|
|
24
|
+
}
|
|
25
|
+
connectedCallback() {
|
|
26
|
+
super.connectedCallback();
|
|
27
|
+
this.#controller = new AbortController();
|
|
28
|
+
const options = {
|
|
29
|
+
signal: this.#controller.signal
|
|
30
|
+
};
|
|
31
|
+
this.role = 'textbox';
|
|
32
|
+
this.ariaMultiLine = 'true';
|
|
33
|
+
this.#$input.addEventListener('input', this.#onInput, options);
|
|
34
|
+
this.#$input.addEventListener('compositionstart', this.#onCompositionStart, options);
|
|
35
|
+
this.#$input.addEventListener('mousedown', this.#onSelectionChange, options);
|
|
36
|
+
this.#$input.addEventListener('keydown', this.#onSelectionChange, options);
|
|
37
|
+
this.#$input.addEventListener('focus', this.#onInputFocus, options);
|
|
38
|
+
this.#$input.addEventListener('blur', this.#onInputBlur, options);
|
|
39
|
+
this.#$bottomSlot.addEventListener('slotchange', this.#onBottomSlotChange, options);
|
|
40
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
41
|
+
this.addEventListener('-focus', this.#onFocusReactHandler, options);
|
|
42
|
+
this.addEventListener('-blur', this.#onBlurReactHandler, options);
|
|
43
|
+
this.#sizeContext.listen(this.#controller.signal);
|
|
44
|
+
this.#onBottomSlotChange();
|
|
45
|
+
this.#onSizeUpdate();
|
|
46
|
+
}
|
|
47
|
+
disconnectedCallback() {
|
|
48
|
+
super.disconnectedCallback();
|
|
49
|
+
this.#controller.abort();
|
|
50
|
+
this.#controller = null;
|
|
51
|
+
}
|
|
52
|
+
static get observedAttributes() {
|
|
53
|
+
return ['value', 'placeholder', 'invalid', 'disabled', 'rows', 'resizable'];
|
|
54
|
+
}
|
|
55
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
56
|
+
switch (name) {
|
|
57
|
+
case 'value':
|
|
58
|
+
{
|
|
59
|
+
const nextVal = newVal ?? '';
|
|
60
|
+
const prevVal = this.#$input.value;
|
|
61
|
+
if (nextVal !== prevVal) {
|
|
62
|
+
const prevCursorPos = this.#$input.selectionEnd;
|
|
63
|
+
const isPrevCursorEnd = prevCursorPos === prevVal.length;
|
|
64
|
+
this.#$input.value = nextVal;
|
|
65
|
+
if (!isPrevCursorEnd) {
|
|
66
|
+
this.#$input.setSelectionRange(this.#cursorPos, this.#cursorPos);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
case 'placeholder':
|
|
72
|
+
{
|
|
73
|
+
this.#$input.placeholder = newVal ?? '';
|
|
74
|
+
updateAttribute(this, 'aria-placeholder', newVal);
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
case 'invalid':
|
|
78
|
+
{
|
|
79
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
const isInvalid = isAttrTrue(newVal);
|
|
83
|
+
updateExplicitBooleanAttribute(this, 'aria-invalid', isInvalid);
|
|
84
|
+
updateBooleanAttribute(this, 'invalid', isInvalid);
|
|
85
|
+
break;
|
|
86
|
+
}
|
|
87
|
+
case 'disabled':
|
|
88
|
+
{
|
|
89
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
90
|
+
break;
|
|
91
|
+
}
|
|
92
|
+
const isDisabled = isAttrTrue(newVal);
|
|
93
|
+
this.#$input.disabled = isDisabled;
|
|
94
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
95
|
+
break;
|
|
96
|
+
}
|
|
97
|
+
case 'rows':
|
|
98
|
+
{
|
|
99
|
+
updateAttribute(this.#$input, 'rows', newVal);
|
|
100
|
+
break;
|
|
101
|
+
}
|
|
102
|
+
case 'resizable':
|
|
103
|
+
{
|
|
104
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
105
|
+
break;
|
|
106
|
+
}
|
|
107
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
set value(value) {
|
|
113
|
+
updateAttribute(this, 'value', value);
|
|
114
|
+
}
|
|
115
|
+
get value() {
|
|
116
|
+
return getAttribute(this, 'value', '');
|
|
117
|
+
}
|
|
118
|
+
set placeholder(value) {
|
|
119
|
+
updateAttribute(this, 'placeholder', value);
|
|
120
|
+
}
|
|
121
|
+
get placeholder() {
|
|
122
|
+
return getAttribute(this, 'placeholder');
|
|
123
|
+
}
|
|
124
|
+
set invalid(value) {
|
|
125
|
+
updateBooleanAttribute(this, 'invalid', value);
|
|
126
|
+
}
|
|
127
|
+
get invalid() {
|
|
128
|
+
return getBooleanAttribute(this, 'invalid');
|
|
129
|
+
}
|
|
130
|
+
set disabled(isDisabled) {
|
|
131
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
132
|
+
}
|
|
133
|
+
get disabled() {
|
|
134
|
+
return getBooleanAttribute(this, 'disabled');
|
|
135
|
+
}
|
|
136
|
+
set resizable(isResizable) {
|
|
137
|
+
updateBooleanAttribute(this, 'resizable', isResizable);
|
|
138
|
+
}
|
|
139
|
+
get resizable() {
|
|
140
|
+
return getBooleanAttribute(this, 'resizable');
|
|
141
|
+
}
|
|
142
|
+
set rows(value) {
|
|
143
|
+
updateAttribute(this, 'rows', value);
|
|
144
|
+
}
|
|
145
|
+
get rows() {
|
|
146
|
+
return getIntegerAttribute(this, 'rows', 0);
|
|
147
|
+
}
|
|
148
|
+
get selectionStart() {
|
|
149
|
+
return this.#$input.selectionStart;
|
|
150
|
+
}
|
|
151
|
+
set selectionStart(value) {
|
|
152
|
+
this.#$input.selectionStart = value;
|
|
153
|
+
}
|
|
154
|
+
get selectionEnd() {
|
|
155
|
+
return this.#$input.selectionEnd;
|
|
156
|
+
}
|
|
157
|
+
set selectionEnd(value) {
|
|
158
|
+
this.#$input.selectionEnd = value;
|
|
159
|
+
}
|
|
160
|
+
get selectionDirection() {
|
|
161
|
+
return this.#$input.selectionDirection;
|
|
162
|
+
}
|
|
163
|
+
set selectionDirection(value) {
|
|
164
|
+
this.#$input.selectionDirection = value;
|
|
165
|
+
}
|
|
166
|
+
get focusable() {
|
|
167
|
+
return true;
|
|
168
|
+
}
|
|
169
|
+
focus() {
|
|
170
|
+
this.#$input.focus();
|
|
171
|
+
}
|
|
172
|
+
blur() {
|
|
173
|
+
this.#$input.blur();
|
|
174
|
+
}
|
|
175
|
+
#onCompositionStart = () => {
|
|
176
|
+
this.#isPendingDk = true;
|
|
177
|
+
};
|
|
178
|
+
#onSelectionChange = () => {
|
|
179
|
+
this.#cursorPos = this.#$input.selectionEnd;
|
|
180
|
+
};
|
|
181
|
+
#onInput = e => {
|
|
182
|
+
e.stopPropagation();
|
|
183
|
+
const nextValue = this.#$input.value;
|
|
184
|
+
const prevValue = this.value;
|
|
185
|
+
if (prevValue !== nextValue) {
|
|
186
|
+
const nextCursorPos = this.#$input.selectionEnd;
|
|
187
|
+
if (!this.#isPendingDk) {
|
|
188
|
+
this.#$input.value = prevValue;
|
|
189
|
+
const prevCursorPos = this.#cursorPos;
|
|
190
|
+
const isPrevCursorEnd = prevCursorPos === null || prevCursorPos === prevValue.length;
|
|
191
|
+
if (!isPrevCursorEnd) {
|
|
192
|
+
this.#$input.setSelectionRange(prevCursorPos, prevCursorPos);
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
this.#isPendingDk = false;
|
|
196
|
+
this.#cursorPos = nextCursorPos;
|
|
197
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
198
|
+
detail: nextValue
|
|
199
|
+
}));
|
|
200
|
+
}
|
|
201
|
+
};
|
|
202
|
+
#onInputFocus = () => {
|
|
203
|
+
this.dispatchEvent(new CustomEvent('-focus'));
|
|
204
|
+
};
|
|
205
|
+
#onInputBlur = () => {
|
|
206
|
+
this.dispatchEvent(new CustomEvent('-blur'));
|
|
207
|
+
};
|
|
208
|
+
#onBottomSlotChange = () => {
|
|
209
|
+
const isEmpty = this.#$bottomSlot.assignedElements().length === 0;
|
|
210
|
+
setClass(this.#$bottomWrapper, 'empty', isEmpty);
|
|
211
|
+
};
|
|
212
|
+
#onSizeUpdate() {
|
|
213
|
+
if (!this.isDomConnected) {
|
|
214
|
+
return;
|
|
215
|
+
}
|
|
216
|
+
const size = this.getAttribute('data-size') ?? DEFAULT_SIZE;
|
|
217
|
+
this.#sizeContext.dispatch(size);
|
|
218
|
+
}
|
|
219
|
+
#onChangeReactHandler = e => {
|
|
220
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
221
|
+
};
|
|
222
|
+
#onFocusReactHandler = () => {
|
|
223
|
+
getReactEventHandler(this, 'on-focus')?.();
|
|
224
|
+
};
|
|
225
|
+
#onBlurReactHandler = () => {
|
|
226
|
+
getReactEventHandler(this, 'on-blur')?.();
|
|
227
|
+
};
|
|
228
|
+
});
|