@nectary/components 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +11 -0
- package/accordion/index.js +86 -0
- package/accordion/types.d.ts +21 -0
- package/accordion/types.js +1 -0
- package/accordion-item/index.d.ts +14 -0
- package/accordion-item/index.js +95 -0
- package/accordion-item/types.d.ts +36 -0
- package/accordion-item/types.js +1 -0
- package/accordion-item/utils.d.ts +2 -0
- package/accordion-item/utils.js +1 -0
- package/action-menu/index.d.ts +11 -0
- package/action-menu/index.js +195 -0
- package/action-menu/types.d.ts +13 -0
- package/action-menu/types.js +1 -0
- package/action-menu-option/index.d.ts +12 -0
- package/action-menu-option/index.js +82 -0
- package/action-menu-option/types.d.ts +23 -0
- package/action-menu-option/types.js +1 -0
- package/action-menu-option/utils.d.ts +2 -0
- package/action-menu-option/utils.js +3 -0
- package/alert/index.d.ts +14 -0
- package/alert/index.js +48 -0
- package/alert/types.d.ts +18 -0
- package/alert/types.js +1 -0
- package/alert/utils.d.ts +2 -0
- package/alert/utils.js +1 -0
- package/avatar/index.d.ts +11 -0
- package/avatar/index.js +94 -0
- package/avatar/types.d.ts +37 -0
- package/avatar/types.js +1 -0
- package/avatar/utils.d.ts +4 -0
- package/avatar/utils.js +7 -0
- package/badge/index.d.ts +11 -0
- package/badge/index.js +114 -0
- package/badge/types.d.ts +34 -0
- package/badge/types.js +1 -0
- package/badge/utils.d.ts +2 -0
- package/badge/utils.js +1 -0
- package/button/index.d.ts +11 -0
- package/button/index.js +182 -0
- package/button/types.d.ts +53 -0
- package/button/types.js +1 -0
- package/button/utils.d.ts +2 -0
- package/button/utils.js +1 -0
- package/card/index.d.ts +13 -0
- package/card/index.js +133 -0
- package/card/types.d.ts +28 -0
- package/card/types.js +1 -0
- package/card-container/index.d.ts +11 -0
- package/card-container/index.js +11 -0
- package/card-container/types.d.ts +3 -0
- package/card-container/types.js +1 -0
- package/chat/index.d.ts +11 -0
- package/chat/index.js +11 -0
- package/chat/types.d.ts +3 -0
- package/chat/types.js +1 -0
- package/chat-block/index.d.ts +11 -0
- package/chat-block/index.js +86 -0
- package/chat-block/types.d.ts +30 -0
- package/chat-block/types.js +1 -0
- package/chat-bubble/index.d.ts +11 -0
- package/chat-bubble/index.js +41 -0
- package/chat-bubble/types.d.ts +20 -0
- package/chat-bubble/types.js +1 -0
- package/chat-bubble/utils.d.ts +3 -0
- package/chat-bubble/utils.js +2 -0
- package/checkbox/index.d.ts +11 -0
- package/checkbox/index.js +126 -0
- package/checkbox/types.d.ts +49 -0
- package/checkbox/types.js +1 -0
- package/chip/index.d.ts +13 -0
- package/chip/index.js +144 -0
- package/chip/types.d.ts +37 -0
- package/chip/types.js +1 -0
- package/chip/utils.d.ts +2 -0
- package/chip/utils.js +6 -0
- package/code-tag/index.d.ts +11 -0
- package/code-tag/index.js +31 -0
- package/code-tag/types.d.ts +11 -0
- package/code-tag/types.js +1 -0
- package/color-menu/index.d.ts +11 -0
- package/color-menu/index.js +308 -0
- package/color-menu/types.d.ts +32 -0
- package/color-menu/types.js +1 -0
- package/color-menu/utils.d.ts +1 -0
- package/color-menu/utils.js +11 -0
- package/color-menu-option/index.d.ts +13 -0
- package/color-menu-option/index.js +48 -0
- package/color-menu-option/types.d.ts +11 -0
- package/color-menu-option/types.js +1 -0
- package/color-menu-option/utils.d.ts +1 -0
- package/color-menu-option/utils.js +11 -0
- package/color-swatch/index.d.ts +12 -0
- package/color-swatch/index.js +54 -0
- package/color-swatch/types.d.ts +11 -0
- package/color-swatch/types.js +1 -0
- package/color-swatch/utils.d.ts +2 -0
- package/color-swatch/utils.js +6 -0
- package/date-picker/index.d.ts +14 -0
- package/date-picker/index.js +381 -0
- package/date-picker/types.d.ts +70 -0
- package/date-picker/types.js +1 -0
- package/date-picker/utils.d.ts +28 -0
- package/date-picker/utils.js +142 -0
- package/dialog/index.d.ts +15 -0
- package/dialog/index.js +144 -0
- package/dialog/types.d.ts +28 -0
- package/dialog/types.js +1 -0
- package/dialog/utils.d.ts +2 -0
- package/dialog/utils.js +18 -0
- package/emoji/index.d.ts +11 -0
- package/emoji/index.js +46 -0
- package/emoji/types.d.ts +11 -0
- package/emoji/types.js +1 -0
- package/emoji/utils.d.ts +3 -0
- package/emoji/utils.js +47 -0
- package/emoji-picker/index.d.ts +22 -0
- package/emoji-picker/index.js +308 -0
- package/emoji-picker/types.d.ts +26 -0
- package/emoji-picker/types.js +1 -0
- package/field/index.d.ts +11 -0
- package/field/index.js +120 -0
- package/field/types.d.ts +35 -0
- package/field/types.js +1 -0
- package/file-drop/index.d.ts +13 -0
- package/file-drop/index.js +205 -0
- package/file-drop/types.d.ts +50 -0
- package/file-drop/types.js +1 -0
- package/file-drop/utils.d.ts +2 -0
- package/file-drop/utils.js +31 -0
- package/file-picker/index.d.ts +11 -0
- package/file-picker/index.js +103 -0
- package/file-picker/types.d.ts +32 -0
- package/file-picker/types.js +1 -0
- package/file-picker/utils.d.ts +1 -0
- package/file-picker/utils.js +8 -0
- package/file-status/index.d.ts +14 -0
- package/file-status/index.js +61 -0
- package/file-status/types.d.ts +18 -0
- package/file-status/types.js +1 -0
- package/file-status/utils.d.ts +2 -0
- package/file-status/utils.js +1 -0
- package/flag/index.d.ts +11 -0
- package/flag/index.js +46 -0
- package/flag/types.d.ts +11 -0
- package/flag/types.js +1 -0
- package/flag/utils.d.ts +1 -0
- package/flag/utils.js +17 -0
- package/grid/index.d.ts +11 -0
- package/grid/index.js +11 -0
- package/grid/types.d.ts +3 -0
- package/grid/types.js +1 -0
- package/grid-item/index.d.ts +11 -0
- package/grid-item/index.js +35 -0
- package/grid-item/types.d.ts +17 -0
- package/grid-item/types.js +1 -0
- package/help-tooltip/index.d.ts +13 -0
- package/help-tooltip/index.js +74 -0
- package/help-tooltip/types.d.ts +3 -0
- package/help-tooltip/types.js +1 -0
- package/horizontal-stepper/index.d.ts +11 -0
- package/horizontal-stepper/index.js +61 -0
- package/horizontal-stepper/types.d.ts +13 -0
- package/horizontal-stepper/types.js +1 -0
- package/horizontal-stepper-item/index.d.ts +14 -0
- package/horizontal-stepper-item/index.js +61 -0
- package/horizontal-stepper-item/types.d.ts +24 -0
- package/horizontal-stepper-item/types.js +1 -0
- package/horizontal-stepper-item/utils.d.ts +2 -0
- package/horizontal-stepper-item/utils.js +1 -0
- package/icon/index.d.ts +11 -0
- package/icon/index.js +32 -0
- package/icon/types.d.ts +11 -0
- package/icon/types.js +1 -0
- package/icon-button/index.d.ts +12 -0
- package/icon-button/index.js +175 -0
- package/icon-button/types.d.ts +44 -0
- package/icon-button/types.js +1 -0
- package/icon-button/utils.d.ts +2 -0
- package/icon-button/utils.js +1 -0
- package/inline-alert/index.d.ts +15 -0
- package/inline-alert/index.js +83 -0
- package/inline-alert/types.d.ts +15 -0
- package/inline-alert/types.js +1 -0
- package/inline-alert/utils.d.ts +2 -0
- package/inline-alert/utils.js +1 -0
- package/input/index.d.ts +11 -0
- package/input/index.js +642 -0
- package/input/types.d.ts +86 -0
- package/input/types.js +1 -0
- package/input/utils.d.ts +26 -0
- package/input/utils.js +302 -0
- package/link/index.d.ts +12 -0
- package/link/index.js +150 -0
- package/link/types.d.ts +59 -0
- package/link/types.js +1 -0
- package/list/index.d.ts +11 -0
- package/list/index.js +14 -0
- package/list/types.d.ts +3 -0
- package/list/types.js +1 -0
- package/list-item/index.d.ts +11 -0
- package/list-item/index.js +14 -0
- package/list-item/types.d.ts +3 -0
- package/list-item/types.js +1 -0
- package/package.json +1 -1
- package/pagination/index.d.ts +12 -0
- package/pagination/index.js +147 -0
- package/pagination/types.d.ts +16 -0
- package/pagination/types.js +1 -0
- package/pop/index.d.ts +11 -0
- package/pop/index.js +425 -0
- package/pop/types.d.ts +35 -0
- package/pop/types.js +1 -0
- package/pop/utils.d.ts +4 -0
- package/pop/utils.js +16 -0
- package/popover/index.d.ts +12 -0
- package/popover/index.js +146 -0
- package/popover/types.d.ts +38 -0
- package/popover/types.js +1 -0
- package/popover/utils.d.ts +4 -0
- package/popover/utils.js +10 -0
- package/progress/index.d.ts +12 -0
- package/progress/index.js +58 -0
- package/progress/types.d.ts +12 -0
- package/progress/types.js +1 -0
- package/progress-stepper/index.d.ts +11 -0
- package/progress-stepper/index.js +206 -0
- package/progress-stepper/types.d.ts +22 -0
- package/progress-stepper/types.js +1 -0
- package/progress-stepper-item/index.d.ts +12 -0
- package/progress-stepper-item/index.js +82 -0
- package/progress-stepper-item/types.d.ts +23 -0
- package/progress-stepper-item/types.js +1 -0
- package/progress-stepper-item/utils.d.ts +11 -0
- package/progress-stepper-item/utils.js +13 -0
- package/radio/index.d.ts +11 -0
- package/radio/index.js +154 -0
- package/radio/types.d.ts +14 -0
- package/radio/types.js +1 -0
- package/radio-option/index.d.ts +11 -0
- package/radio-option/index.js +79 -0
- package/radio-option/types.d.ts +18 -0
- package/radio-option/types.js +1 -0
- package/rich-text/index.d.ts +14 -0
- package/rich-text/index.js +75 -0
- package/rich-text/types.d.ts +12 -0
- package/rich-text/types.js +1 -0
- package/rich-text/utils.d.ts +7 -0
- package/rich-text/utils.js +107 -0
- package/rich-textarea/index.d.ts +11 -0
- package/rich-textarea/index.js +464 -0
- package/rich-textarea/types.d.ts +48 -0
- package/rich-textarea/types.js +1 -0
- package/rich-textarea/utils.d.ts +39 -0
- package/rich-textarea/utils.js +1730 -0
- package/segment/index.d.ts +12 -0
- package/segment/index.js +109 -0
- package/segment/types.d.ts +16 -0
- package/segment/types.js +1 -0
- package/segment/utils.d.ts +3 -0
- package/segment/utils.js +16 -0
- package/segment-collapse/index.d.ts +13 -0
- package/segment-collapse/index.js +60 -0
- package/segment-collapse/types.d.ts +11 -0
- package/segment-collapse/types.js +1 -0
- package/segmented-control/index.d.ts +11 -0
- package/segmented-control/index.js +85 -0
- package/segmented-control/types.d.ts +11 -0
- package/segmented-control/types.js +1 -0
- package/segmented-control-option/index.d.ts +11 -0
- package/segmented-control-option/index.js +95 -0
- package/segmented-control-option/types.d.ts +19 -0
- package/segmented-control-option/types.js +1 -0
- package/segmented-icon-control/index.d.ts +11 -0
- package/segmented-icon-control/index.js +101 -0
- package/segmented-icon-control/types.d.ts +14 -0
- package/segmented-icon-control/types.js +1 -0
- package/segmented-icon-control-option/index.d.ts +11 -0
- package/segmented-icon-control-option/index.js +82 -0
- package/segmented-icon-control-option/types.d.ts +16 -0
- package/segmented-icon-control-option/types.js +1 -0
- package/select-button/index.d.ts +13 -0
- package/select-button/index.js +202 -0
- package/select-button/types.d.ts +50 -0
- package/select-button/types.js +1 -0
- package/select-menu/index.d.ts +15 -0
- package/select-menu/index.js +339 -0
- package/select-menu/types.d.ts +41 -0
- package/select-menu/types.js +1 -0
- package/select-menu-option/index.d.ts +28 -0
- package/select-menu-option/index.js +65 -0
- package/select-menu-option/types.d.ts +26 -0
- package/select-menu-option/types.js +1 -0
- package/skeleton/index.d.ts +11 -0
- package/skeleton/index.js +108 -0
- package/skeleton/types.d.ts +9 -0
- package/skeleton/types.js +1 -0
- package/skeleton-item/index.d.ts +11 -0
- package/skeleton-item/index.js +11 -0
- package/skeleton-item/types.d.ts +13 -0
- package/skeleton-item/types.js +1 -0
- package/spinner/index.d.ts +11 -0
- package/spinner/index.js +58 -0
- package/spinner/types.d.ts +12 -0
- package/spinner/types.js +1 -0
- package/standalone.d.ts +85 -0
- package/standalone.js +87 -0
- package/stop-events/index.d.ts +1 -0
- package/stop-events/index.js +27 -0
- package/table/index.d.ts +11 -0
- package/table/index.js +14 -0
- package/table/types.d.ts +3 -0
- package/table/types.js +1 -0
- package/table-body/index.d.ts +11 -0
- package/table-body/index.js +14 -0
- package/table-body/types.d.ts +3 -0
- package/table-body/types.js +1 -0
- package/table-cell/index.d.ts +11 -0
- package/table-cell/index.js +21 -0
- package/table-cell/types.d.ts +9 -0
- package/table-cell/types.js +1 -0
- package/table-cell/utils.d.ts +2 -0
- package/table-cell/utils.js +1 -0
- package/table-head/index.d.ts +11 -0
- package/table-head/index.js +14 -0
- package/table-head/types.d.ts +3 -0
- package/table-head/types.js +1 -0
- package/table-head-cell/index.d.ts +12 -0
- package/table-head-cell/index.js +57 -0
- package/table-head-cell/types.d.ts +15 -0
- package/table-head-cell/types.js +1 -0
- package/table-row/index.d.ts +11 -0
- package/table-row/index.js +42 -0
- package/table-row/types.d.ts +11 -0
- package/table-row/types.js +1 -0
- package/tabs/index.d.ts +11 -0
- package/tabs/index.js +80 -0
- package/tabs/types.d.ts +18 -0
- package/tabs/types.js +1 -0
- package/tabs-icon-option/index.d.ts +11 -0
- package/tabs-icon-option/index.js +79 -0
- package/tabs-icon-option/types.d.ts +19 -0
- package/tabs-icon-option/types.js +1 -0
- package/tabs-option/index.d.ts +12 -0
- package/tabs-option/index.js +86 -0
- package/tabs-option/types.d.ts +25 -0
- package/tabs-option/types.js +1 -0
- package/tag/index.d.ts +12 -0
- package/tag/index.js +84 -0
- package/tag/types.d.ts +23 -0
- package/tag/types.js +1 -0
- package/tag/utils.d.ts +2 -0
- package/tag/utils.js +6 -0
- package/text/index.d.ts +11 -0
- package/text/index.js +64 -0
- package/text/types.d.ts +30 -0
- package/text/types.js +1 -0
- package/text/utils.d.ts +2 -0
- package/text/utils.js +1 -0
- package/textarea/index.d.ts +11 -0
- package/textarea/index.js +322 -0
- package/textarea/types.d.ts +60 -0
- package/textarea/types.js +1 -0
- package/tile-control/index.d.ts +11 -0
- package/tile-control/index.js +110 -0
- package/tile-control/types.d.ts +37 -0
- package/tile-control/types.js +1 -0
- package/tile-control-option/index.d.ts +11 -0
- package/tile-control-option/index.js +98 -0
- package/tile-control-option/types.d.ts +37 -0
- package/tile-control-option/types.js +1 -0
- package/time-picker/index.d.ts +15 -0
- package/time-picker/index.js +337 -0
- package/time-picker/types.d.ts +34 -0
- package/time-picker/types.js +1 -0
- package/time-picker/utils.d.ts +11 -0
- package/time-picker/utils.js +75 -0
- package/title/index.d.ts +11 -0
- package/title/index.js +60 -0
- package/title/types.d.ts +31 -0
- package/title/types.js +1 -0
- package/title/utils.d.ts +3 -0
- package/title/utils.js +17 -0
- package/toast/index.d.ts +13 -0
- package/toast/index.js +86 -0
- package/toast/types.d.ts +28 -0
- package/toast/types.js +1 -0
- package/toast/utils.d.ts +2 -0
- package/toast/utils.js +1 -0
- package/toast-manager/index.d.ts +13 -0
- package/toast-manager/index.js +170 -0
- package/toast-manager/types.d.ts +13 -0
- package/toast-manager/types.js +1 -0
- package/toast-manager/utils.d.ts +2 -0
- package/toast-manager/utils.js +1 -0
- package/toggle/index.d.ts +11 -0
- package/toggle/index.js +141 -0
- package/toggle/types.d.ts +23 -0
- package/toggle/types.js +1 -0
- package/tooltip/index.d.ts +13 -0
- package/tooltip/index.js +275 -0
- package/tooltip/tooltip-state.d.ts +19 -0
- package/tooltip/tooltip-state.js +126 -0
- package/tooltip/types.d.ts +42 -0
- package/tooltip/types.js +1 -0
- package/tooltip/utils.d.ts +6 -0
- package/tooltip/utils.js +18 -0
- package/utils/context.d.ts +20 -0
- package/utils/context.js +84 -0
- package/utils/countries.d.ts +6 -0
- package/utils/countries.js +2 -0
- package/utils/csv.d.ts +5 -0
- package/utils/csv.js +22 -0
- package/utils/debounce.d.ts +8 -0
- package/utils/debounce.js +22 -0
- package/utils/dom.d.ts +34 -0
- package/utils/dom.js +154 -0
- package/utils/element.d.ts +16 -0
- package/utils/element.js +48 -0
- package/utils/event-target.d.ts +4 -0
- package/utils/event-target.js +26 -0
- package/utils/get-react-event-handler.d.ts +1 -0
- package/utils/get-react-event-handler.js +8 -0
- package/utils/index.d.ts +12 -0
- package/utils/index.js +12 -0
- package/utils/markdown.d.ts +19 -0
- package/utils/markdown.js +143 -0
- package/utils/rect.d.ts +4 -0
- package/utils/rect.js +28 -0
- package/utils/size.d.ts +5 -0
- package/utils/size.js +3 -0
- package/utils/slot.d.ts +4 -0
- package/utils/slot.js +38 -0
- package/utils/throttle.d.ts +4 -0
- package/utils/throttle.js +20 -0
- package/utils/uid.d.ts +1 -0
- package/utils/uid.js +13 -0
- package/vertical-stepper/index.d.ts +11 -0
- package/vertical-stepper/index.js +57 -0
- package/vertical-stepper/types.d.ts +13 -0
- package/vertical-stepper/types.js +1 -0
- package/vertical-stepper-item/index.d.ts +14 -0
- package/vertical-stepper-item/index.js +61 -0
- package/vertical-stepper-item/types.d.ts +24 -0
- package/vertical-stepper-item/types.js +1 -0
- package/vertical-stepper-item/utils.d.ts +2 -0
- package/vertical-stepper-item/utils.js +1 -0
package/pop/types.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchPopOrientation = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'bottom-center' | 'bottom-stretch' | 'top-center' | 'top-stretch' | 'center-right' | 'center-left';
|
|
3
|
+
export type TSinchPopElement = HTMLElement & {
|
|
4
|
+
/** Open/close state */
|
|
5
|
+
open: boolean;
|
|
6
|
+
/** Orientation, where it *points to* from origin */
|
|
7
|
+
orientation: TSinchPopOrientation;
|
|
8
|
+
/** Modal/non-modal mode */
|
|
9
|
+
modal: boolean;
|
|
10
|
+
inset: number;
|
|
11
|
+
readonly footprintRect: TRect;
|
|
12
|
+
readonly popoverRect: TRect;
|
|
13
|
+
/** Close event */
|
|
14
|
+
addEventListener(type: '-close', listener: (e: CustomEvent<void>) => void): void;
|
|
15
|
+
/** Open/close state */
|
|
16
|
+
setAttribute(name: 'open', value: ''): void;
|
|
17
|
+
/** Orientation, where it *points to* from origin */
|
|
18
|
+
setAttribute(name: 'orientation', value: TSinchPopOrientation): void;
|
|
19
|
+
/** Modal/non-modal mode */
|
|
20
|
+
setAttribute(name: 'modal', value: boolean): void;
|
|
21
|
+
setAttribute(name: 'inset', value: string): void;
|
|
22
|
+
};
|
|
23
|
+
export type TSinchPopReact = TSinchElementReact<TSinchPopElement> & {
|
|
24
|
+
/** Open/close state */
|
|
25
|
+
open: boolean;
|
|
26
|
+
/** Orientation, where it *points to* from origin */
|
|
27
|
+
orientation: TSinchPopOrientation;
|
|
28
|
+
/** Modal/non-modal mode */
|
|
29
|
+
modal?: boolean;
|
|
30
|
+
inset?: number;
|
|
31
|
+
/** Label that is used for a11y */
|
|
32
|
+
'aria-label': string;
|
|
33
|
+
/** Close event handler */
|
|
34
|
+
'on-close'?: (e: CustomEvent<void>) => void;
|
|
35
|
+
};
|
package/pop/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/pop/utils.d.ts
ADDED
package/pop/utils.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const orientationValues = ['top-left', 'top-right', 'bottom-left', 'bottom-right', 'bottom-stretch', 'bottom-center', 'top-stretch', 'top-center', 'center-left', 'center-right'];
|
|
2
|
+
const bodyEl = document.body;
|
|
3
|
+
export const disableOverscroll = () => {
|
|
4
|
+
bodyEl.__pop_counter__ = (bodyEl.__pop_counter__ ?? 0) + 1;
|
|
5
|
+
if (bodyEl.__pop_counter__ === 1) {
|
|
6
|
+
bodyEl.style.setProperty('overscroll-behavior', 'none');
|
|
7
|
+
document.documentElement.style.setProperty('overscroll-behavior', 'none');
|
|
8
|
+
}
|
|
9
|
+
};
|
|
10
|
+
export const enableOverscroll = () => {
|
|
11
|
+
bodyEl.__pop_counter__ = Math.max(0, (bodyEl.__pop_counter__ ?? 0) - 1);
|
|
12
|
+
if (bodyEl.__pop_counter__ === 0) {
|
|
13
|
+
bodyEl.style.removeProperty('overscroll-behavior');
|
|
14
|
+
document.documentElement.style.removeProperty('overscroll-behavior');
|
|
15
|
+
}
|
|
16
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../pop';
|
|
2
|
+
import type { TSinchPopoverElement, TSinchPopoverReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-popover': TSinchPopoverReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-popover': TSinchPopoverElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
package/popover/index.js
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import '../pop';
|
|
2
|
+
import { defineCustomElement, getBooleanAttribute, getLiteralAttribute, updateLiteralAttribute, updateBooleanAttribute, NectaryElement, updateAttribute, getReactEventHandler, isAttrTrue, setClass, rectOverlap, subscribeContext, isAttrEqual } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:contents}#content-wrapper{position:relative;padding-top:4px}:host([tip]) #content-wrapper{padding-top:12px;filter:drop-shadow(var(--sinch-comp-popover-shadow))}:host([orientation^=top]) #content-wrapper{padding-top:0;padding-bottom:4px}:host([orientation^=top][tip]) #content-wrapper{padding-top:0;padding-bottom:12px}#content{background-color:var(--sinch-comp-popover-color-default-background-initial);border:1px solid var(--sinch-comp-popover-color-default-border-initial);border-radius:var(--sinch-comp-popover-shape-radius);box-shadow:var(--sinch-comp-popover-shadow);overflow:hidden}:host([tip]) #content{box-shadow:none}#tip{position:absolute;left:50%;top:13px;transform:translateX(-50%) rotate(180deg);transform-origin:top center;fill:var(--sinch-comp-popover-color-default-background-initial);stroke:var(--sinch-comp-popover-color-default-border-initial);stroke-linecap:square;pointer-events:none;display:none}:host([orientation^=top]) #tip{transform:translateX(-50%) rotate(0);top:calc(100% - 13px)}:host([tip]) #tip:not(.hidden){display:block}</style><sinch-pop id="pop" inset="4"><slot name="target" slot="target"></slot><div id="content-wrapper" slot="content"><div id="content"><slot name="content"></slot></div><svg id="tip" width="16" height="9" aria-hidden="true"><path d="m0 0 8 8 8 -8"/></svg></div></sinch-pop>';
|
|
4
|
+
import { getPopOrientation, orientationValues } from './utils';
|
|
5
|
+
const TIP_SIZE = 16;
|
|
6
|
+
const template = document.createElement('template');
|
|
7
|
+
template.innerHTML = templateHTML;
|
|
8
|
+
defineCustomElement('sinch-popover', class extends NectaryElement {
|
|
9
|
+
#$pop;
|
|
10
|
+
#$content;
|
|
11
|
+
#$tip;
|
|
12
|
+
#controller = null;
|
|
13
|
+
constructor() {
|
|
14
|
+
super();
|
|
15
|
+
const shadowRoot = this.attachShadow();
|
|
16
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
17
|
+
this.#$pop = shadowRoot.querySelector('#pop');
|
|
18
|
+
this.#$content = shadowRoot.querySelector('#content');
|
|
19
|
+
this.#$tip = shadowRoot.querySelector('#tip');
|
|
20
|
+
}
|
|
21
|
+
connectedCallback() {
|
|
22
|
+
this.#controller = new AbortController();
|
|
23
|
+
const {
|
|
24
|
+
signal
|
|
25
|
+
} = this.#controller;
|
|
26
|
+
this.addEventListener('-close', this.#onCloseReactHandler, {
|
|
27
|
+
signal
|
|
28
|
+
});
|
|
29
|
+
this.#$pop.addEventListener('-close', this.#onPopClose, {
|
|
30
|
+
signal
|
|
31
|
+
});
|
|
32
|
+
subscribeContext(this.#$content, 'visibility', this.#onContextVisibility, signal);
|
|
33
|
+
updateAttribute(this.#$pop, 'orientation', getPopOrientation(this.orientation));
|
|
34
|
+
}
|
|
35
|
+
disconnectedCallback() {
|
|
36
|
+
this.#controller.abort();
|
|
37
|
+
this.#controller = null;
|
|
38
|
+
}
|
|
39
|
+
static get observedAttributes() {
|
|
40
|
+
return ['orientation', 'open', 'modal', 'tip', 'aria-label', 'aria-description'];
|
|
41
|
+
}
|
|
42
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
43
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
44
|
+
return;
|
|
45
|
+
}
|
|
46
|
+
switch (name) {
|
|
47
|
+
case 'orientation':
|
|
48
|
+
{
|
|
49
|
+
updateAttribute(this.#$pop, 'orientation', getPopOrientation(this.orientation));
|
|
50
|
+
if (this.#$pop.open) {
|
|
51
|
+
this.#updateTipOrientation();
|
|
52
|
+
}
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
case 'tip':
|
|
56
|
+
{
|
|
57
|
+
const hasTip = isAttrTrue(newVal);
|
|
58
|
+
if (hasTip && this.#$pop.open) {
|
|
59
|
+
this.#updateTipOrientation();
|
|
60
|
+
}
|
|
61
|
+
updateBooleanAttribute(this, name, hasTip);
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
case 'modal':
|
|
65
|
+
case 'open':
|
|
66
|
+
{
|
|
67
|
+
updateAttribute(this.#$pop, name, newVal);
|
|
68
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
case 'aria-label':
|
|
72
|
+
case 'aria-description':
|
|
73
|
+
{
|
|
74
|
+
updateAttribute(this.#$pop, name, newVal);
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
set modal(isModal) {
|
|
80
|
+
updateBooleanAttribute(this, 'modal', isModal);
|
|
81
|
+
}
|
|
82
|
+
get modal() {
|
|
83
|
+
return getBooleanAttribute(this, 'modal');
|
|
84
|
+
}
|
|
85
|
+
set open(isOpen) {
|
|
86
|
+
updateBooleanAttribute(this, 'open', isOpen);
|
|
87
|
+
}
|
|
88
|
+
get open() {
|
|
89
|
+
return getBooleanAttribute(this, 'open');
|
|
90
|
+
}
|
|
91
|
+
set tip(hasTip) {
|
|
92
|
+
updateBooleanAttribute(this, 'tip', hasTip);
|
|
93
|
+
}
|
|
94
|
+
get tip() {
|
|
95
|
+
return getBooleanAttribute(this, 'tip');
|
|
96
|
+
}
|
|
97
|
+
get orientation() {
|
|
98
|
+
return getLiteralAttribute(this, orientationValues, 'orientation', 'bottom-left');
|
|
99
|
+
}
|
|
100
|
+
set orientation(value) {
|
|
101
|
+
updateLiteralAttribute(this, orientationValues, 'orientation', value);
|
|
102
|
+
}
|
|
103
|
+
get footprintRect() {
|
|
104
|
+
return this.#$pop.footprintRect;
|
|
105
|
+
}
|
|
106
|
+
get popoverRect() {
|
|
107
|
+
return this.#$pop.popoverRect;
|
|
108
|
+
}
|
|
109
|
+
#onPopClose = () => {
|
|
110
|
+
this.#dispatchCloseEvent();
|
|
111
|
+
};
|
|
112
|
+
#onCloseReactHandler = e => {
|
|
113
|
+
getReactEventHandler(this, 'onClose')?.();
|
|
114
|
+
getReactEventHandler(this, 'on-close')?.(e);
|
|
115
|
+
};
|
|
116
|
+
#dispatchCloseEvent() {
|
|
117
|
+
this.dispatchEvent(new CustomEvent('-close'));
|
|
118
|
+
}
|
|
119
|
+
#onContextVisibility = e => {
|
|
120
|
+
if (e.detail) {
|
|
121
|
+
this.#updateTipOrientation();
|
|
122
|
+
} else {
|
|
123
|
+
this.#resetTipOrientation();
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
#resetTipOrientation() {
|
|
127
|
+
this.#$tip.style.top = '';
|
|
128
|
+
this.#$tip.style.left = '';
|
|
129
|
+
}
|
|
130
|
+
#updateTipOrientation = () => {
|
|
131
|
+
const orientation = this.orientation;
|
|
132
|
+
const targetRect = this.#$pop.footprintRect;
|
|
133
|
+
const contentRect = this.#$content.getBoundingClientRect();
|
|
134
|
+
const diffX = targetRect.x - contentRect.x;
|
|
135
|
+
let desiredX = diffX + targetRect.width / 2;
|
|
136
|
+
if (orientation === 'bottom-left' || orientation === 'top-left') {
|
|
137
|
+
desiredX = Math.max(desiredX, contentRect.width * 0.75);
|
|
138
|
+
}
|
|
139
|
+
if (orientation === 'bottom-right' || orientation === 'top-right') {
|
|
140
|
+
desiredX = Math.min(desiredX, contentRect.width * 0.25);
|
|
141
|
+
}
|
|
142
|
+
const xPos = Math.max(TIP_SIZE, Math.min(desiredX, contentRect.width - TIP_SIZE));
|
|
143
|
+
this.#$tip.style.left = `${xPos}px`;
|
|
144
|
+
setClass(this.#$tip, 'hidden', rectOverlap(targetRect, contentRect));
|
|
145
|
+
};
|
|
146
|
+
});
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchPopoverOrientation = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'bottom' | 'top';
|
|
3
|
+
export type TSinchPopoverElement = HTMLElement & {
|
|
4
|
+
/** Open/close state */
|
|
5
|
+
open: boolean;
|
|
6
|
+
/** Orientation, where it *points to* from origin */
|
|
7
|
+
orientation: TSinchPopoverOrientation;
|
|
8
|
+
/** Modal/non-modal mode */
|
|
9
|
+
modal: boolean;
|
|
10
|
+
/** Show tip */
|
|
11
|
+
tip: boolean;
|
|
12
|
+
readonly footprintRect: TRect;
|
|
13
|
+
readonly popoverRect: TRect;
|
|
14
|
+
/** Close event */
|
|
15
|
+
addEventListener(type: '-close', listener: (e: CustomEvent<void>) => void): void;
|
|
16
|
+
/** Open/close state */
|
|
17
|
+
setAttribute(name: 'open', value: ''): void;
|
|
18
|
+
/** Orientation, where it *points to* from origin */
|
|
19
|
+
setAttribute(name: 'orientation', value: TSinchPopoverOrientation): void;
|
|
20
|
+
/** Modal/non-modal mode */
|
|
21
|
+
setAttribute(name: 'modal', value: ''): void;
|
|
22
|
+
/** Show tip */
|
|
23
|
+
setAttribute(name: 'tip', value: ''): void;
|
|
24
|
+
};
|
|
25
|
+
export type TSinchPopoverReact = TSinchElementReact<TSinchPopoverElement> & {
|
|
26
|
+
/** Open/close state */
|
|
27
|
+
open: boolean;
|
|
28
|
+
/** Orientation, where it *points to* from origin */
|
|
29
|
+
orientation?: TSinchPopoverOrientation;
|
|
30
|
+
/** Modal/non-modal mode */
|
|
31
|
+
modal?: boolean;
|
|
32
|
+
/** Show tip */
|
|
33
|
+
tip?: boolean;
|
|
34
|
+
/** Label that is used for a11y */
|
|
35
|
+
'aria-label': string;
|
|
36
|
+
/** Close event handler */
|
|
37
|
+
'on-close'?: (e: CustomEvent<void>) => void;
|
|
38
|
+
};
|
package/popover/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { TSinchPopoverOrientation } from './types';
|
|
2
|
+
import type { TSinchPopOrientation } from '../pop/types';
|
|
3
|
+
export declare const orientationValues: readonly TSinchPopoverOrientation[];
|
|
4
|
+
export declare const getPopOrientation: (orientation: TSinchPopoverOrientation) => TSinchPopOrientation;
|
package/popover/utils.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const orientationValues = ['top-left', 'top-right', 'bottom-left', 'bottom-right', 'bottom', 'top'];
|
|
2
|
+
export const getPopOrientation = orientation => {
|
|
3
|
+
if (orientation === 'top') {
|
|
4
|
+
return 'top-stretch';
|
|
5
|
+
}
|
|
6
|
+
if (orientation === 'bottom') {
|
|
7
|
+
return 'bottom-stretch';
|
|
8
|
+
}
|
|
9
|
+
return orientation;
|
|
10
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchProgressElement, TSinchProgressReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-progress': TSinchProgressReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-progress': TSinchProgressElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { defineCustomElement, updateAttribute, NectaryElement, updateBooleanAttribute, getIntegerAttribute, getBooleanAttribute, attrValueToInteger, isAttrTrue, isAttrEqual } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;align-items:center;height:24px}#bar,#progress{height:8px;border-radius:4px}#progress{background-color:var(--sinch-comp-progress-color-default-background-initial);flex:1;min-width:0}#bar{background-color:var(--sinch-comp-progress-color-default-bar-initial);width:0}#text{display:none;width:46px;--sinch-global-color-text:var(--sinch-comp-progress-color-default-text-initial)}:host([detailed]) #text{display:block}</style><div id="wrapper"><sinch-text id="text" type="m"></sinch-text><div id="progress"><div id="bar"></div></div></div>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-progress', class extends NectaryElement {
|
|
7
|
+
#$bar;
|
|
8
|
+
#$text;
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
const shadowRoot = this.attachShadow();
|
|
12
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
13
|
+
this.#$bar = shadowRoot.querySelector('#bar');
|
|
14
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
15
|
+
}
|
|
16
|
+
connectedCallback() {
|
|
17
|
+
this.setAttribute('role', 'progressbar');
|
|
18
|
+
}
|
|
19
|
+
static get observedAttributes() {
|
|
20
|
+
return ['value', 'detailed'];
|
|
21
|
+
}
|
|
22
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
23
|
+
switch (name) {
|
|
24
|
+
case 'value':
|
|
25
|
+
{
|
|
26
|
+
const int = attrValueToInteger(newVal, {
|
|
27
|
+
min: 0,
|
|
28
|
+
max: 100
|
|
29
|
+
});
|
|
30
|
+
const intCss = int === null ? '0%' : `${int}%`;
|
|
31
|
+
this.#$bar.style.width = intCss;
|
|
32
|
+
this.#$text.textContent = intCss;
|
|
33
|
+
this.setAttribute('valuenow', int !== null ? String(int) : '0');
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
case 'detailed':
|
|
37
|
+
{
|
|
38
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
42
|
+
break;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
get value() {
|
|
47
|
+
return getIntegerAttribute(this, 'value', 0);
|
|
48
|
+
}
|
|
49
|
+
set value(value) {
|
|
50
|
+
updateAttribute(this, 'value', value);
|
|
51
|
+
}
|
|
52
|
+
get detailed() {
|
|
53
|
+
return getBooleanAttribute(this, 'detailed');
|
|
54
|
+
}
|
|
55
|
+
set detailed(isDetailed) {
|
|
56
|
+
updateBooleanAttribute(this, 'detailed', isDetailed);
|
|
57
|
+
}
|
|
58
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchProgressElement = HTMLElement & {
|
|
3
|
+
value: number;
|
|
4
|
+
detailed: boolean;
|
|
5
|
+
setAttribute(name: 'value', value: string): void;
|
|
6
|
+
setAttribute(name: 'detailed', value: ''): void;
|
|
7
|
+
};
|
|
8
|
+
export type TSinchProgressReact = TSinchElementReact<TSinchProgressElement> & {
|
|
9
|
+
value: number;
|
|
10
|
+
detailed?: boolean;
|
|
11
|
+
'aria-label': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchProgressStepperElement, TSinchProgressStepperReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-progress-stepper': TSinchProgressStepperReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-progress-stepper': TSinchProgressStepperElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import { isProgressStepperItemActive, isProgressStepperItemChecked, setProgressStepperItemActiveDescendant, setProgressStepperItemChecked, setProgressStepperItemStatus } from '../progress-stepper-item/utils';
|
|
2
|
+
import { defineCustomElement, getAttribute, getReactEventHandler, getRect, getTargetByAttribute, NectaryElement, updateAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;width:100%}::slotted(sinch-progress-stepper-item){flex:1;min-width:0}</style><div id="wrapper"><slot></slot></div>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-progress-stepper', class extends NectaryElement {
|
|
7
|
+
#$slot;
|
|
8
|
+
#controller = null;
|
|
9
|
+
#$items = [];
|
|
10
|
+
#currentActiveDescendantIndex = -1;
|
|
11
|
+
#isGoingToFocusItem = false;
|
|
12
|
+
constructor() {
|
|
13
|
+
super();
|
|
14
|
+
const shadowRoot = this.attachShadow();
|
|
15
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
16
|
+
this.#$slot = shadowRoot.querySelector('slot');
|
|
17
|
+
}
|
|
18
|
+
connectedCallback() {
|
|
19
|
+
this.#controller = new AbortController();
|
|
20
|
+
const {
|
|
21
|
+
signal
|
|
22
|
+
} = this.#controller;
|
|
23
|
+
const options = {
|
|
24
|
+
signal
|
|
25
|
+
};
|
|
26
|
+
this.role = 'tablist';
|
|
27
|
+
this.#$slot.addEventListener('click', this.#onOptionClick, options);
|
|
28
|
+
this.#$slot.addEventListener('keydown', this.#onOptionKeydown, options);
|
|
29
|
+
this.#$slot.addEventListener('focusout', this.#onOptionBlur, options);
|
|
30
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
31
|
+
queueMicrotask(() => {
|
|
32
|
+
this.#$slot.addEventListener('slotchange', this.#onSlotChange, options);
|
|
33
|
+
this.#onSlotChange();
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
disconnectedCallback() {
|
|
37
|
+
this.#controller.abort();
|
|
38
|
+
this.#controller = null;
|
|
39
|
+
}
|
|
40
|
+
static get observedAttributes() {
|
|
41
|
+
return ['value', 'progressvalue'];
|
|
42
|
+
}
|
|
43
|
+
attributeChangedCallback(name, _, newVal) {
|
|
44
|
+
switch (name) {
|
|
45
|
+
case 'value':
|
|
46
|
+
{
|
|
47
|
+
this.#onValueChange(newVal);
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
case 'progressvalue':
|
|
51
|
+
{
|
|
52
|
+
this.#updateProgressValue();
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
set value(value) {
|
|
58
|
+
updateAttribute(this, 'value', value);
|
|
59
|
+
}
|
|
60
|
+
get value() {
|
|
61
|
+
return getAttribute(this, 'value', '');
|
|
62
|
+
}
|
|
63
|
+
set progressValue(value) {
|
|
64
|
+
updateAttribute(this, 'progressvalue', value);
|
|
65
|
+
}
|
|
66
|
+
get progressValue() {
|
|
67
|
+
return getAttribute(this, 'progressvalue', '');
|
|
68
|
+
}
|
|
69
|
+
nthOptionRect(index) {
|
|
70
|
+
const $el = this.#$slot.assignedElements()[index];
|
|
71
|
+
if ($el != null) {
|
|
72
|
+
return getRect($el);
|
|
73
|
+
}
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
76
|
+
#onSlotChange = () => {
|
|
77
|
+
this.#$items = this.#$slot.assignedElements();
|
|
78
|
+
this.#onValueChange(this.value);
|
|
79
|
+
this.#updateProgressValue();
|
|
80
|
+
};
|
|
81
|
+
#onOptionClick = e => {
|
|
82
|
+
const target = getTargetByAttribute(e, 'value');
|
|
83
|
+
if (target !== null && isProgressStepperItemActive(target)) {
|
|
84
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
85
|
+
detail: getAttribute(target, 'value')
|
|
86
|
+
}));
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
#onValueChange(value) {
|
|
90
|
+
for (const $item of this.#$items) {
|
|
91
|
+
const isChecked = value === getAttribute($item, 'value');
|
|
92
|
+
setProgressStepperItemChecked($item, isChecked);
|
|
93
|
+
}
|
|
94
|
+
this.#resetActiveDescendant();
|
|
95
|
+
}
|
|
96
|
+
#focusNextItem() {
|
|
97
|
+
for (let i = 0; i < this.#$items.length; i++) {
|
|
98
|
+
const nextIndex = (this.#currentActiveDescendantIndex + 1 + i) % this.#$items.length;
|
|
99
|
+
const item = this.#$items[nextIndex];
|
|
100
|
+
if (isProgressStepperItemActive(item)) {
|
|
101
|
+
setProgressStepperItemActiveDescendant(item, true);
|
|
102
|
+
this.#isGoingToFocusItem = true;
|
|
103
|
+
item.focus();
|
|
104
|
+
if (this.#currentActiveDescendantIndex >= 0) {
|
|
105
|
+
setProgressStepperItemActiveDescendant(this.#$items[this.#currentActiveDescendantIndex], false);
|
|
106
|
+
}
|
|
107
|
+
this.#currentActiveDescendantIndex = nextIndex;
|
|
108
|
+
break;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
#focusPrevItem() {
|
|
113
|
+
for (let i = 0; i < this.#$items.length; i++) {
|
|
114
|
+
const nextIndex = (this.#currentActiveDescendantIndex - i - 1 + this.#$items.length) % this.#$items.length;
|
|
115
|
+
const item = this.#$items[nextIndex];
|
|
116
|
+
if (isProgressStepperItemActive(item)) {
|
|
117
|
+
setProgressStepperItemActiveDescendant(item, true);
|
|
118
|
+
this.#isGoingToFocusItem = true;
|
|
119
|
+
item.focus();
|
|
120
|
+
if (this.#currentActiveDescendantIndex >= 0) {
|
|
121
|
+
setProgressStepperItemActiveDescendant(this.#$items[this.#currentActiveDescendantIndex], false);
|
|
122
|
+
}
|
|
123
|
+
this.#currentActiveDescendantIndex = nextIndex;
|
|
124
|
+
break;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
#updateProgressValue() {
|
|
129
|
+
const progressValue = this.progressValue;
|
|
130
|
+
const $items = this.#$slot.assignedElements();
|
|
131
|
+
const $progressValueIndex = $items.findIndex(it => getAttribute(it, 'value') === progressValue);
|
|
132
|
+
for (let i = 0; i < $items.length; i++) {
|
|
133
|
+
if ($progressValueIndex < 0 || $progressValueIndex < i) {
|
|
134
|
+
setProgressStepperItemStatus($items[i], 'inactive');
|
|
135
|
+
} else if ($progressValueIndex > i) {
|
|
136
|
+
setProgressStepperItemStatus($items[i], 'complete');
|
|
137
|
+
} else {
|
|
138
|
+
setProgressStepperItemStatus($items[i], 'incomplete');
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
this.#resetActiveDescendant();
|
|
142
|
+
}
|
|
143
|
+
#getCheckedItemIndex() {
|
|
144
|
+
for (let i = 0; i < this.#$items.length; i++) {
|
|
145
|
+
if (isProgressStepperItemChecked(this.#$items[i])) {
|
|
146
|
+
return i;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
return -1;
|
|
150
|
+
}
|
|
151
|
+
#getFirstActiveItemIndex() {
|
|
152
|
+
for (let i = 0; i < this.#$items.length; i++) {
|
|
153
|
+
if (isProgressStepperItemActive(this.#$items[i])) {
|
|
154
|
+
return i;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
return -1;
|
|
158
|
+
}
|
|
159
|
+
#resetActiveDescendant() {
|
|
160
|
+
if (this.#currentActiveDescendantIndex >= 0) {
|
|
161
|
+
setProgressStepperItemActiveDescendant(this.#$items[this.#currentActiveDescendantIndex], false);
|
|
162
|
+
}
|
|
163
|
+
this.#currentActiveDescendantIndex = this.#getCheckedItemIndex();
|
|
164
|
+
if (this.#currentActiveDescendantIndex >= 0) {
|
|
165
|
+
setProgressStepperItemActiveDescendant(this.#$items[this.#currentActiveDescendantIndex], true);
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
this.#currentActiveDescendantIndex = this.#getFirstActiveItemIndex();
|
|
169
|
+
if (this.#currentActiveDescendantIndex >= 0) {
|
|
170
|
+
setProgressStepperItemActiveDescendant(this.#$items[this.#currentActiveDescendantIndex], true);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
#onOptionKeydown = e => {
|
|
174
|
+
switch (e.code) {
|
|
175
|
+
case 'Enter':
|
|
176
|
+
case 'Space':
|
|
177
|
+
{
|
|
178
|
+
e.preventDefault();
|
|
179
|
+
getTargetByAttribute(e, 'value')?.click();
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
case 'ArrowRight':
|
|
183
|
+
{
|
|
184
|
+
e.preventDefault();
|
|
185
|
+
this.#focusNextItem();
|
|
186
|
+
break;
|
|
187
|
+
}
|
|
188
|
+
case 'ArrowLeft':
|
|
189
|
+
{
|
|
190
|
+
e.preventDefault();
|
|
191
|
+
this.#focusPrevItem();
|
|
192
|
+
break;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
};
|
|
196
|
+
#onOptionBlur = () => {
|
|
197
|
+
if (this.#isGoingToFocusItem) {
|
|
198
|
+
this.#isGoingToFocusItem = false;
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
this.#resetActiveDescendant();
|
|
202
|
+
};
|
|
203
|
+
#onChangeReactHandler = e => {
|
|
204
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
205
|
+
};
|
|
206
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchProgressStepperElement = HTMLElement & {
|
|
3
|
+
/** Current selected item value */
|
|
4
|
+
value: string;
|
|
5
|
+
/** Current progress value */
|
|
6
|
+
progressValue: string;
|
|
7
|
+
nthOptionRect(index: number): TRect | null;
|
|
8
|
+
/** Change value event */
|
|
9
|
+
addEventListener(type: '-change', listener: (e: CustomEvent<string>) => void): void;
|
|
10
|
+
/** Current selected item value */
|
|
11
|
+
setAttribute(name: 'value', value: string): void;
|
|
12
|
+
/** Current progress value */
|
|
13
|
+
setAttribute(name: 'progressvalue', value: string): void;
|
|
14
|
+
};
|
|
15
|
+
export type TSinchProgressStepperReact = TSinchElementReact<TSinchProgressStepperElement> & {
|
|
16
|
+
/** Current selected item value */
|
|
17
|
+
value: string;
|
|
18
|
+
/** Current progress value */
|
|
19
|
+
progressValue: string;
|
|
20
|
+
/** Change selected value event */
|
|
21
|
+
'on-change'?: (e: CustomEvent<string>) => void;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchProgressStepperItemElement, TSinchProgressStepperItemReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-progress-stepper-item': TSinchProgressStepperItemReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-progress-stepper-item': TSinchProgressStepperItemElement;
|
|
11
|
+
}
|
|
12
|
+
}
|