@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
package/button/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/button/utils.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const typeValues = ['primary', 'secondary', 'tertiary', 'cta-primary', 'cta-secondary', 'destructive'];
|
package/card/index.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import '../title';
|
|
2
|
+
import '../text';
|
|
3
|
+
import type { TSinchCardElement, TSinchCardReact } from './types';
|
|
4
|
+
declare global {
|
|
5
|
+
namespace JSX {
|
|
6
|
+
interface IntrinsicElements {
|
|
7
|
+
'sinch-card': TSinchCardReact;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
interface HTMLElementTagNameMap {
|
|
11
|
+
'sinch-card': TSinchCardElement;
|
|
12
|
+
}
|
|
13
|
+
}
|
package/card/index.js
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import '../title';
|
|
2
|
+
import '../text';
|
|
3
|
+
import { defineCustomElement, getBooleanAttribute, getAttribute, updateAttribute, setClass, NectaryElement, isAttrTrue, getRect, isAttrEqual, updateBooleanAttribute } from '../utils';
|
|
4
|
+
const templateHTML = '<style>:host{display:block;outline:0}#wrapper{border-radius:var(--sinch-comp-card-shape-radius);border:1px solid var(--sinch-comp-card-color-white-default-border-initial);background-color:var(--sinch-comp-card-color-white-default-background-initial);box-shadow:var(--sinch-comp-card-shadow-initial);overflow:hidden}:host(:hover) #wrapper{box-shadow:var(--sinch-comp-card-shadow-hover)}#card-body{padding:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}#illustration-wrapper{display:none;overflow:hidden;height:240px}#illustration-wrapper.active{display:block}#label{--sinch-comp-text-font:var(--sinch-comp-card-font-label);--sinch-global-color-text:var(--sinch-comp-card-color-white-default-title-initial)}#label:empty{display:none}#header{display:flex;flex-direction:row;align-items:center;gap:8px;--sinch-global-size-icon:var(--sinch-comp-card-size-icon)}#caption{flex:1;min-width:0;--sinch-comp-title-font:var(--sinch-comp-card-font-title);--sinch-global-color-text:var(--sinch-comp-card-color-white-default-title-initial)}#description{flex:1;min-height:0;max-height:120px;overflow-y:auto;--sinch-comp-text-font:var(--sinch-comp-card-font-description);--sinch-global-color-text:var(--sinch-comp-card-color-white-default-description-initial)}#description:empty{display:none}slot[name=action]::slotted(*){margin-top:20px;align-self:flex-start;max-width:100%}:host([draggable=true]) #header{cursor:grab}</style><div id="wrapper"><div id="illustration-wrapper"><slot name="illustration"></slot></div><div id="card-body"><sinch-text id="label" type="s" emphasized ellipsis></sinch-text><div id="header"><slot name="icon"></slot><sinch-title id="caption" type="m" level="3" ellipsis></sinch-title></div><sinch-text id="description" type="m"></sinch-text><slot name="action"></slot></div></div>';
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
defineCustomElement('sinch-card', class extends NectaryElement {
|
|
8
|
+
#$text;
|
|
9
|
+
#$label;
|
|
10
|
+
#$caption;
|
|
11
|
+
#$header;
|
|
12
|
+
#$cardBody;
|
|
13
|
+
#$iconSlot;
|
|
14
|
+
#$illustrationSlot;
|
|
15
|
+
#$illustrationSlotWrapper;
|
|
16
|
+
#isDraggingCorrectHandle = false;
|
|
17
|
+
#isDraggingSubscribed = false;
|
|
18
|
+
#controller = null;
|
|
19
|
+
constructor() {
|
|
20
|
+
super();
|
|
21
|
+
const shadowRoot = this.attachShadow();
|
|
22
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
23
|
+
this.#$text = shadowRoot.querySelector('#description');
|
|
24
|
+
this.#$label = shadowRoot.querySelector('#label');
|
|
25
|
+
this.#$caption = shadowRoot.querySelector('#caption');
|
|
26
|
+
this.#$header = shadowRoot.querySelector('#header');
|
|
27
|
+
this.#$cardBody = shadowRoot.querySelector('#wrapper');
|
|
28
|
+
this.#$iconSlot = shadowRoot.querySelector('slot[name="icon"]');
|
|
29
|
+
this.#$illustrationSlot = shadowRoot.querySelector('slot[name="illustration"]');
|
|
30
|
+
this.#$illustrationSlotWrapper = shadowRoot.querySelector('#illustration-wrapper');
|
|
31
|
+
}
|
|
32
|
+
connectedCallback() {
|
|
33
|
+
super.connectedCallback();
|
|
34
|
+
this.#controller = new AbortController();
|
|
35
|
+
const options = {
|
|
36
|
+
signal: this.#controller.signal
|
|
37
|
+
};
|
|
38
|
+
this.#$illustrationSlot.addEventListener('slotchange', this.#onIllustrationSlotChange, options);
|
|
39
|
+
this.#onIllustrationSlotChange();
|
|
40
|
+
if (getBooleanAttribute(this, 'draggable')) {
|
|
41
|
+
this.#enableDraggable();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
disconnectedCallback() {
|
|
45
|
+
super.disconnectedCallback();
|
|
46
|
+
this.#disableDragging();
|
|
47
|
+
this.#controller.abort();
|
|
48
|
+
this.#controller = null;
|
|
49
|
+
}
|
|
50
|
+
static get observedAttributes() {
|
|
51
|
+
return ['text', 'label', 'caption', 'draggable'];
|
|
52
|
+
}
|
|
53
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
54
|
+
switch (name) {
|
|
55
|
+
case 'text':
|
|
56
|
+
{
|
|
57
|
+
this.#$text.textContent = newVal;
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
case 'label':
|
|
61
|
+
{
|
|
62
|
+
this.#$label.textContent = newVal;
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
65
|
+
case 'caption':
|
|
66
|
+
{
|
|
67
|
+
updateAttribute(this.#$caption, 'text', newVal);
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
case 'draggable':
|
|
71
|
+
{
|
|
72
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
const isDraggingEnabled = isAttrTrue(newVal);
|
|
76
|
+
if (isDraggingEnabled) {
|
|
77
|
+
this.#enableDraggable();
|
|
78
|
+
} else {
|
|
79
|
+
this.#disableDragging();
|
|
80
|
+
}
|
|
81
|
+
updateBooleanAttribute(this, name, isDraggingEnabled);
|
|
82
|
+
break;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
set text(value) {
|
|
87
|
+
updateAttribute(this, 'text', value);
|
|
88
|
+
}
|
|
89
|
+
get text() {
|
|
90
|
+
return getAttribute(this, 'text', '');
|
|
91
|
+
}
|
|
92
|
+
set caption(value) {
|
|
93
|
+
updateAttribute(this, 'caption', value);
|
|
94
|
+
}
|
|
95
|
+
get caption() {
|
|
96
|
+
return getAttribute(this, 'caption', '');
|
|
97
|
+
}
|
|
98
|
+
set label(value) {
|
|
99
|
+
updateAttribute(this, 'label', value);
|
|
100
|
+
}
|
|
101
|
+
get label() {
|
|
102
|
+
return getAttribute(this, 'label', '');
|
|
103
|
+
}
|
|
104
|
+
get dragRect() {
|
|
105
|
+
return this.#isDraggingSubscribed ? getRect(this.#$header) : null;
|
|
106
|
+
}
|
|
107
|
+
#onIllustrationSlotChange = () => {
|
|
108
|
+
setClass(this.#$illustrationSlotWrapper, 'active', this.#$illustrationSlot.assignedElements().length > 0);
|
|
109
|
+
};
|
|
110
|
+
#enableDraggable() {
|
|
111
|
+
if (this.isDomConnected && !this.#isDraggingSubscribed) {
|
|
112
|
+
this.addEventListener('dragstart', this.#onDragStart);
|
|
113
|
+
this.#$cardBody.addEventListener('mousedown', this.#onDraggableMouseDown);
|
|
114
|
+
this.#isDraggingSubscribed = true;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
#disableDragging() {
|
|
118
|
+
if (this.#isDraggingSubscribed) {
|
|
119
|
+
this.removeEventListener('dragstart', this.#onDragStart);
|
|
120
|
+
this.#$cardBody.removeEventListener('mousedown', this.#onDraggableMouseDown);
|
|
121
|
+
this.#isDraggingSubscribed = false;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
#onDraggableMouseDown = e => {
|
|
125
|
+
this.#isDraggingCorrectHandle = this.#$header.contains(e.target) || this.#$iconSlot.assignedElements().includes(e.target);
|
|
126
|
+
};
|
|
127
|
+
#onDragStart = e => {
|
|
128
|
+
if (!this.#isDraggingCorrectHandle) {
|
|
129
|
+
e.preventDefault();
|
|
130
|
+
e.stopPropagation();
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
});
|
package/card/types.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { TRect, TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchCardElement = HTMLElement & {
|
|
3
|
+
/** Text */
|
|
4
|
+
text: string;
|
|
5
|
+
/** Caption */
|
|
6
|
+
caption: string;
|
|
7
|
+
/** Label */
|
|
8
|
+
label: string | null;
|
|
9
|
+
readonly dragRect: TRect | null;
|
|
10
|
+
/** Text */
|
|
11
|
+
setAttribute(name: 'text', value: string): void;
|
|
12
|
+
/** Caption */
|
|
13
|
+
setAttribute(name: 'caption', value: string): void;
|
|
14
|
+
/** Label */
|
|
15
|
+
setAttribute(name: 'label', value: string): void;
|
|
16
|
+
/** Draggable */
|
|
17
|
+
setAttribute(name: 'draggable', value: ''): void;
|
|
18
|
+
};
|
|
19
|
+
export type TSinchCardReact = TSinchElementReact<TSinchCardElement> & {
|
|
20
|
+
/** Text */
|
|
21
|
+
text: string;
|
|
22
|
+
/** Caption */
|
|
23
|
+
caption: string;
|
|
24
|
+
/** Label */
|
|
25
|
+
label?: string;
|
|
26
|
+
/** Draggable */
|
|
27
|
+
draggable?: boolean;
|
|
28
|
+
};
|
package/card/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchCardContainerElement, TSinchCardContainerReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-card-container': TSinchCardContainerReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-card-container': TSinchCardContainerElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block}#wrapper{height:100%;padding:20px 0;box-sizing:border-box;background-color:var(--sinch-comp-card-color-white-default-background-initial);border-radius:var(--sinch-comp-card-shape-radius);border:1px solid var(--sinch-comp-card-color-white-default-border-initial)}#scroll{overflow:auto;height:100%;box-sizing:border-box;padding:4px 24px}</style><div id="wrapper"><div id="scroll"><slot></slot></div></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-card-container', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/chat/index.d.ts
ADDED
package/chat/index.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block;outline:0}#wrapper{display:flex;flex-direction:column;gap:32px;box-sizing:border-box;width:100%}</style><div id="wrapper"><slot></slot></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-chat', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
});
|
package/chat/types.d.ts
ADDED
package/chat/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchChatBlockElement, TSinchChatBlockReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-chat-block': TSinchChatBlockReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-chat-block': TSinchChatBlockElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { typeValues } from '../chat-bubble/utils';
|
|
2
|
+
import { defineCustomElement, getAttribute, getLiteralAttribute, NectaryElement, updateAttribute, updateLiteralAttribute } from '../utils';
|
|
3
|
+
const templateHTML = '<style>:host{display:block;outline:0}#wrapper{position:relative;display:flex;flex-direction:column;gap:4px;align-items:flex-end;padding-left:72px}#stamp{display:flex;gap:4px;margin:0;font:var(--sinch-sys-font-body-xs);color:var(--sinch-sys-color-text-default)}#avatar{display:none;position:absolute;left:0;top:24px}:host([type=customer])>#wrapper{align-items:flex-start}:host([type=customer]) #avatar{display:block}</style><div id="wrapper"><div id="avatar"><slot name="avatar"></slot></div><p id="stamp"><span id="firstname"></span><span id="lastname"></span>•<span id="time"></span></p><slot name="bubble"></slot></div>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-chat-block', class extends NectaryElement {
|
|
7
|
+
#$firstName;
|
|
8
|
+
#$lastName;
|
|
9
|
+
#$timeStamp;
|
|
10
|
+
#$bubbleSlot;
|
|
11
|
+
constructor() {
|
|
12
|
+
super();
|
|
13
|
+
const shadowRoot = this.attachShadow();
|
|
14
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
15
|
+
this.#$firstName = shadowRoot.querySelector('#firstname');
|
|
16
|
+
this.#$lastName = shadowRoot.querySelector('#lastname');
|
|
17
|
+
this.#$timeStamp = shadowRoot.querySelector('#time');
|
|
18
|
+
this.#$bubbleSlot = shadowRoot.querySelector('slot[name="bubble"]');
|
|
19
|
+
}
|
|
20
|
+
connectedCallback() {
|
|
21
|
+
this.#$bubbleSlot.addEventListener('slotchange', this.#onBubbleSlotChange);
|
|
22
|
+
}
|
|
23
|
+
disconnectedCallback() {
|
|
24
|
+
this.#$bubbleSlot.removeEventListener('slotchange', this.#onBubbleSlotChange);
|
|
25
|
+
}
|
|
26
|
+
static get observedAttributes() {
|
|
27
|
+
return ['firstname', 'lastname', 'timestamp', 'type'];
|
|
28
|
+
}
|
|
29
|
+
attributeChangedCallback(name, _, newVal) {
|
|
30
|
+
switch (name) {
|
|
31
|
+
case 'firstname':
|
|
32
|
+
{
|
|
33
|
+
this.#$firstName.textContent = newVal;
|
|
34
|
+
break;
|
|
35
|
+
}
|
|
36
|
+
case 'lastname':
|
|
37
|
+
{
|
|
38
|
+
this.#$lastName.textContent = newVal;
|
|
39
|
+
break;
|
|
40
|
+
}
|
|
41
|
+
case 'timestamp':
|
|
42
|
+
{
|
|
43
|
+
this.#$timeStamp.textContent = newVal;
|
|
44
|
+
break;
|
|
45
|
+
}
|
|
46
|
+
case 'type':
|
|
47
|
+
{
|
|
48
|
+
this.#updateBubbleTypes();
|
|
49
|
+
break;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
set type(value) {
|
|
54
|
+
updateLiteralAttribute(this, typeValues, 'type', value);
|
|
55
|
+
}
|
|
56
|
+
get type() {
|
|
57
|
+
return getLiteralAttribute(this, typeValues, 'type', null);
|
|
58
|
+
}
|
|
59
|
+
set firstName(value) {
|
|
60
|
+
updateAttribute(this, 'firstname', value);
|
|
61
|
+
}
|
|
62
|
+
get firstName() {
|
|
63
|
+
return getAttribute(this, 'firstname');
|
|
64
|
+
}
|
|
65
|
+
set lastName(value) {
|
|
66
|
+
updateAttribute(this, 'lastname', value);
|
|
67
|
+
}
|
|
68
|
+
get lastName() {
|
|
69
|
+
return getAttribute(this, 'lastname');
|
|
70
|
+
}
|
|
71
|
+
set timestamp(value) {
|
|
72
|
+
updateAttribute(this, 'timestamp', value);
|
|
73
|
+
}
|
|
74
|
+
get timestamp() {
|
|
75
|
+
return getAttribute(this, 'timestamp');
|
|
76
|
+
}
|
|
77
|
+
#onBubbleSlotChange = () => {
|
|
78
|
+
this.#updateBubbleTypes();
|
|
79
|
+
};
|
|
80
|
+
#updateBubbleTypes() {
|
|
81
|
+
const typeValue = getAttribute(this, 'type');
|
|
82
|
+
this.#$bubbleSlot.assignedElements().forEach(el => {
|
|
83
|
+
updateAttribute(el, 'data-type', typeValue);
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchChatBlockType = 'customer' | 'agent' | 'agent-prev';
|
|
3
|
+
export type TSinchChatBlockElement = HTMLElement & {
|
|
4
|
+
/** Type */
|
|
5
|
+
type: TSinchChatBlockType | null;
|
|
6
|
+
/** First name */
|
|
7
|
+
firstName: string | null;
|
|
8
|
+
/** Last name */
|
|
9
|
+
lastName: string | null;
|
|
10
|
+
/** Timestamp */
|
|
11
|
+
timestamp: string | null;
|
|
12
|
+
/** Type */
|
|
13
|
+
setAttribute(name: 'type', value: TSinchChatBlockType): void;
|
|
14
|
+
/** First name */
|
|
15
|
+
setAttribute(name: 'firstName', value: string): void;
|
|
16
|
+
/** Last name */
|
|
17
|
+
setAttribute(name: 'lastName', value: string): void;
|
|
18
|
+
/** Timestamp */
|
|
19
|
+
setAttribute(name: 'timestamp', value: string): void;
|
|
20
|
+
};
|
|
21
|
+
export type TSinchChatBlockReact = TSinchElementReact<TSinchChatBlockElement> & {
|
|
22
|
+
/** Type */
|
|
23
|
+
type: TSinchChatBlockType;
|
|
24
|
+
/** First name */
|
|
25
|
+
firstName?: string;
|
|
26
|
+
/** Last name */
|
|
27
|
+
lastName?: string;
|
|
28
|
+
/** Timestamp */
|
|
29
|
+
timestamp?: string;
|
|
30
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchChatBubbleElement, TSinchChatBubbleReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-chat-bubble': TSinchChatBubbleReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-chat-bubble': TSinchChatBubbleElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { defineCustomElement, getAttribute, getLiteralAttribute, NectaryElement, updateAttribute, updateLiteralAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:block;outline:0}#wrapper{position:relative;padding:12px 16px;border-radius:16px;max-width:595px;box-sizing:border-box}:host([data-type=customer])>#wrapper{background-color:var(--sinch-sys-color-container-contrast-primary-default);border-top-left-radius:0}:host([data-type=agent-prev])>#wrapper{background-color:var(--sinch-sys-color-container-contrast-primary-active);border-top-right-radius:0}:host([data-type=agent])>#wrapper{background-color:var(--sinch-sys-color-container-complement-primary-hover);border-top-right-radius:0}#text{--sinch-global-color-text:var(--sinch-sys-color-text-default)}#icon-error,#icon-received,#icon-seen,#icon-sending,#icon-sent{display:none;position:absolute;right:16px;bottom:12px;height:16px}#icon-sending{fill:var(--sinch-sys-color-text-default)}#icon-sent{fill:var(--sinch-sys-color-text-default)}#icon-received{fill:var(--sinch-sys-color-text-default)}#icon-seen{fill:var(--sinch-sys-color-feedback-success-contrast)}#icon-error{fill:var(--sinch-sys-color-feedback-invalid-contrast)}:host([status=error]) #icon-error,:host([status=received]) #icon-received,:host([status=seen]) #icon-seen,:host([status=sending]) #icon-sending,:host([status=sent]) #icon-sent{display:block}:host([status]:not([status=""])) #wrapper{padding-right:42px}</style><div id="wrapper"><sinch-text id="text" type="m"></sinch-text><svg id="icon-sending" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2ZM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Zm-.22-13h-.06c-.4 0-.72.32-.72.72v4.72c0 .35.18.68.49.86l4.15 2.49c.34.2.78.1.98-.24a.71.71 0 0 0-.25-.99l-3.87-2.3V7.72c0-.4-.32-.72-.72-.72Z"/></svg><svg id="icon-sent" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M9 16.17 5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17Z"/></svg><svg id="icon-received" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M17.3 6.3a.996.996 0 0 0-1.41 0l-5.64 5.64 1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4Zm4.24-.01-9.88 9.88-3.48-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71a.996.996 0 0 0 0-1.41h-.01a.975.975 0 0 0-1.4-.01ZM1.12 14.12 5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7-4.88-4.9a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42Z"/></svg><svg id="icon-seen" id="icon-received" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M17.3 6.3a.996.996 0 0 0-1.41 0l-5.64 5.64 1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4Zm4.24-.01-9.88 9.88-3.48-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71a.996.996 0 0 0 0-1.41h-.01a.975.975 0 0 0-1.4-.01ZM1.12 14.12 5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7-4.88-4.9a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42Z"/></svg><svg id="icon-error" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 7c.55 0 1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1Zm-.01-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2ZM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Zm1-3h-2v-2h2v2Z"/></svg></div>';
|
|
3
|
+
import { statusValues, typeValues } from './utils';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-chat-bubble', class extends NectaryElement {
|
|
7
|
+
#$text;
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
const shadowRoot = this.attachShadow();
|
|
11
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
12
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
13
|
+
}
|
|
14
|
+
static get observedAttributes() {
|
|
15
|
+
return ['text'];
|
|
16
|
+
}
|
|
17
|
+
attributeChangedCallback(name, _, newVal) {
|
|
18
|
+
switch (name) {
|
|
19
|
+
case 'text':
|
|
20
|
+
{
|
|
21
|
+
this.#$text.textContent = newVal;
|
|
22
|
+
break;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
set text(value) {
|
|
27
|
+
updateAttribute(this, 'text', value);
|
|
28
|
+
}
|
|
29
|
+
get text() {
|
|
30
|
+
return getAttribute(this, 'text', '');
|
|
31
|
+
}
|
|
32
|
+
get type() {
|
|
33
|
+
return getLiteralAttribute(this, typeValues, 'data-type', null);
|
|
34
|
+
}
|
|
35
|
+
set status(value) {
|
|
36
|
+
updateLiteralAttribute(this, statusValues, 'status', value);
|
|
37
|
+
}
|
|
38
|
+
get status() {
|
|
39
|
+
return getLiteralAttribute(this, statusValues, 'status', null);
|
|
40
|
+
}
|
|
41
|
+
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchChatBubbleType = 'customer' | 'agent' | 'agent-prev';
|
|
3
|
+
export type TSinchChatBubbleStatus = 'sending' | 'sent' | 'received' | 'seen' | 'error';
|
|
4
|
+
export type TSinchChatBubbleElement = HTMLElement & {
|
|
5
|
+
readonly type: TSinchChatBubbleType | null;
|
|
6
|
+
/** Text */
|
|
7
|
+
text: string;
|
|
8
|
+
/** Status */
|
|
9
|
+
status: TSinchChatBubbleStatus | null;
|
|
10
|
+
/** Text */
|
|
11
|
+
setAttribute(name: 'text', value: string): void;
|
|
12
|
+
/** Status */
|
|
13
|
+
setAttribute(name: 'status', value: TSinchChatBubbleStatus): void;
|
|
14
|
+
};
|
|
15
|
+
export type TSinchChatBubbleReact = TSinchElementReact<TSinchChatBubbleElement> & {
|
|
16
|
+
/** Text */
|
|
17
|
+
text: string;
|
|
18
|
+
/** Status */
|
|
19
|
+
status?: TSinchChatBubbleStatus;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchCheckboxElement, TSinchCheckboxReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-checkbox': TSinchCheckboxReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-checkbox': TSinchCheckboxElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, getReactEventHandler, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateExplicitBooleanAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:inline-block;vertical-align:middle;outline:0}#wrapper{display:flex;flex-direction:row;box-sizing:border-box;width:100%;min-height:24px;--sinch-local-color-background:var(--sinch-comp-checkbox-color-default-background-initial);--sinch-local-color-background-hover:var(--sinch-comp-checkbox-color-default-background-hover);--sinch-local-color-background-active:var(--sinch-comp-checkbox-color-default-background-active);--sinch-local-color-border:var(--sinch-comp-checkbox-color-default-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-checkbox-color-default-border-hover);--sinch-local-color-border-active:var(--sinch-comp-checkbox-color-default-border-active);--sinch-local-color-text:var(--sinch-comp-checkbox-color-default-text-initial)}:host([invalid])>#wrapper{--sinch-local-color-background:var(--sinch-comp-checkbox-color-invalid-background-initial);--sinch-local-color-background-hover:var(--sinch-comp-checkbox-color-invalid-background-hover);--sinch-local-color-background-active:var(--sinch-comp-checkbox-color-invalid-background-active);--sinch-local-color-border:var(--sinch-comp-checkbox-color-invalid-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-checkbox-color-invalid-border-hover);--sinch-local-color-border-active:var(--sinch-comp-checkbox-color-invalid-border-active);--sinch-local-color-text:var(--sinch-comp-checkbox-color-invalid-text-initial)}:host([checked])>#wrapper{--sinch-local-color-background:var(--sinch-comp-checkbox-color-checked-background-initial);--sinch-local-color-background-hover:var(--sinch-comp-checkbox-color-checked-background-hover);--sinch-local-color-background-active:var(--sinch-comp-checkbox-color-checked-background-active);--sinch-local-color-border:var(--sinch-comp-checkbox-color-checked-border-initial);--sinch-local-color-border-hover:var(--sinch-comp-checkbox-color-checked-border-hover);--sinch-local-color-border-active:var(--sinch-comp-checkbox-color-checked-border-active)}:host([disabled])>#wrapper{--sinch-local-color-background:var(--sinch-comp-checkbox-color-disabled-background-initial);--sinch-local-color-border:var(--sinch-comp-checkbox-color-disabled-border-initial);--sinch-local-color-text:var(--sinch-comp-checkbox-color-disabled-text-initial)}:host([disabled][checked])>#wrapper{--sinch-local-color-background:var(--sinch-comp-checkbox-color-checked-disabled-background-initial);--sinch-local-color-border:var(--sinch-comp-checkbox-color-checked-disabled-border-initial)}#checkbox{width:18px;height:18px;cursor:pointer}:host([disabled]) #checkbox{cursor:initial}#icon-container{position:relative;width:18px;height:18px;align-self:flex-start;margin-top:3px}#checkbox::before{content:"";position:absolute;inset:-3px;border:2px solid var(--sinch-comp-checkbox-color-default-outline-focus);border-radius:calc(var(--sinch-comp-checkbox-shape-radius) + 3px);transition:opacity .1s linear;opacity:0;box-sizing:border-box;pointer-events:none}:host(:focus-visible) #checkbox::before{opacity:1}#checkbox::after{content:"";position:absolute;width:18px;height:18px;inset:0;margin:auto;background-color:var(--sinch-local-color-background);border:1px solid var(--sinch-local-color-border);border-radius:var(--sinch-comp-checkbox-shape-radius);transition:background-color .1s linear;box-sizing:border-box;pointer-events:none}:host(:hover:not([disabled])) #checkbox::after{background-color:var(--sinch-local-color-background-hover);border-color:var(--sinch-local-color-border-hover)}:host(:active:not([disabled])) #checkbox::after{background-color:var(--sinch-local-color-background-active);border-color:var(--sinch-local-color-border-active)}#icon-checkmark,#icon-indeterminate{position:absolute;left:1px;top:1px;width:16px;height:16px;transition:opacity .1s linear;opacity:0;pointer-events:none;fill:var(--sinch-sys-color-container-main-default)}:host(:not([indeterminate])[checked]) #icon-checkmark{opacity:1}:host([indeterminate][checked]) #icon-indeterminate{opacity:1}@media (prefers-reduced-motion){#checkbox::after,#checkbox::before,#icon-checkmark,#icon-indeterminate{transition:none}}#label{flex:1;align-self:center;padding-left:8px;font:var(--sinch-comp-checkbox-font-label);color:var(--sinch-local-color-text);cursor:pointer}#label:empty{display:none}:host([disabled]) #label{cursor:initial}</style><div id="wrapper"><div id="icon-container"><div id="checkbox"></div><svg id="icon-checkmark" viewBox="0 0 24 24" aria-hidden="true"><path d="M9 16.17 5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17Z"/></svg><svg id="icon-indeterminate" viewBox="0 0 24 24" aria-hidden="true"><path d="M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1Z"/></svg></div><span id="label"></span></div>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-checkbox', class extends NectaryElement {
|
|
6
|
+
#$label;
|
|
7
|
+
#controller = null;
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
const shadowRoot = this.attachShadow();
|
|
11
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
12
|
+
this.#$label = shadowRoot.querySelector('#label');
|
|
13
|
+
}
|
|
14
|
+
connectedCallback() {
|
|
15
|
+
this.#controller = new AbortController();
|
|
16
|
+
const {
|
|
17
|
+
signal
|
|
18
|
+
} = this.#controller;
|
|
19
|
+
const options = {
|
|
20
|
+
signal
|
|
21
|
+
};
|
|
22
|
+
this.role = 'checkbox';
|
|
23
|
+
this.tabIndex = 0;
|
|
24
|
+
this.addEventListener('click', this.#onClick, options);
|
|
25
|
+
this.addEventListener('focus', this.#onFocus, options);
|
|
26
|
+
this.addEventListener('blur', this.#onBlur, options);
|
|
27
|
+
this.addEventListener('-change', this.#onChangeReactHandler, options);
|
|
28
|
+
this.addEventListener('-focus', this.#onFocusReactHandler, options);
|
|
29
|
+
this.addEventListener('-blur', this.#onBlurReactHandler, options);
|
|
30
|
+
}
|
|
31
|
+
disconnectedCallback() {
|
|
32
|
+
this.#controller.abort();
|
|
33
|
+
this.#controller = null;
|
|
34
|
+
}
|
|
35
|
+
static get observedAttributes() {
|
|
36
|
+
return ['checked', 'disabled', 'text', 'invalid', 'indeterminate'];
|
|
37
|
+
}
|
|
38
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
39
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
switch (name) {
|
|
43
|
+
case 'text':
|
|
44
|
+
{
|
|
45
|
+
this.#$label.textContent = newVal;
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
case 'checked':
|
|
49
|
+
{
|
|
50
|
+
const isChecked = isAttrTrue(newVal);
|
|
51
|
+
updateExplicitBooleanAttribute(this, 'aria-checked', isChecked);
|
|
52
|
+
updateBooleanAttribute(this, 'checked', isChecked);
|
|
53
|
+
break;
|
|
54
|
+
}
|
|
55
|
+
case 'disabled':
|
|
56
|
+
{
|
|
57
|
+
const isDisabled = isAttrTrue(newVal);
|
|
58
|
+
updateExplicitBooleanAttribute(this, 'aria-disabled', isDisabled);
|
|
59
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
60
|
+
break;
|
|
61
|
+
}
|
|
62
|
+
case 'invalid':
|
|
63
|
+
case 'indeterminate':
|
|
64
|
+
{
|
|
65
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
set checked(isChecked) {
|
|
71
|
+
updateBooleanAttribute(this, 'checked', isChecked);
|
|
72
|
+
}
|
|
73
|
+
get checked() {
|
|
74
|
+
return getBooleanAttribute(this, 'checked');
|
|
75
|
+
}
|
|
76
|
+
set indeterminate(isIndeterminate) {
|
|
77
|
+
updateBooleanAttribute(this, 'indeterminate', isIndeterminate);
|
|
78
|
+
}
|
|
79
|
+
get indeterminate() {
|
|
80
|
+
return getBooleanAttribute(this, 'indeterminate');
|
|
81
|
+
}
|
|
82
|
+
set disabled(isDisabled) {
|
|
83
|
+
updateBooleanAttribute(this, 'disabled', isDisabled);
|
|
84
|
+
}
|
|
85
|
+
get disabled() {
|
|
86
|
+
return getBooleanAttribute(this, 'disabled');
|
|
87
|
+
}
|
|
88
|
+
set invalid(isInvalid) {
|
|
89
|
+
updateBooleanAttribute(this, 'invalid', isInvalid);
|
|
90
|
+
}
|
|
91
|
+
get invalid() {
|
|
92
|
+
return getBooleanAttribute(this, 'invalid');
|
|
93
|
+
}
|
|
94
|
+
set text(value) {
|
|
95
|
+
updateAttribute(this, 'text', value);
|
|
96
|
+
}
|
|
97
|
+
get text() {
|
|
98
|
+
return getAttribute(this, 'text');
|
|
99
|
+
}
|
|
100
|
+
get focusable() {
|
|
101
|
+
return true;
|
|
102
|
+
}
|
|
103
|
+
#onClick = () => {
|
|
104
|
+
if (this.disabled) {
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
this.dispatchEvent(new CustomEvent('-change', {
|
|
108
|
+
detail: !this.checked
|
|
109
|
+
}));
|
|
110
|
+
};
|
|
111
|
+
#onFocus = () => {
|
|
112
|
+
this.dispatchEvent(new CustomEvent('-focus'));
|
|
113
|
+
};
|
|
114
|
+
#onBlur = () => {
|
|
115
|
+
this.dispatchEvent(new CustomEvent('-blur'));
|
|
116
|
+
};
|
|
117
|
+
#onChangeReactHandler = e => {
|
|
118
|
+
getReactEventHandler(this, 'on-change')?.(e);
|
|
119
|
+
};
|
|
120
|
+
#onFocusReactHandler = e => {
|
|
121
|
+
getReactEventHandler(this, 'on-focus')?.(e);
|
|
122
|
+
};
|
|
123
|
+
#onBlurReactHandler = e => {
|
|
124
|
+
getReactEventHandler(this, 'on-blur')?.(e);
|
|
125
|
+
};
|
|
126
|
+
});
|