@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchSpinnerElement, TSinchSpinnerReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-spinner': TSinchSpinnerReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-spinner': TSinchSpinnerElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
package/spinner/index.js
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { defineCustomElement, getLiteralAttribute, NectaryElement, subscribeContext, updateAttribute, updateLiteralAttribute } from '../utils';
|
|
2
|
+
import { DEFAULT_SIZE, sizeValues } from '../utils/size';
|
|
3
|
+
const templateHTML = '<style>@keyframes spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:host{display:block}:host([data-size="l"]){width:50px;height:50px;contain:strict}:host([data-size="m"]){width:24px;height:24px;contain:strict}:host([data-size="s"]){width:16px;height:16px;contain:strict}#spinner-size-l,#spinner-size-m,#spinner-size-s{display:none;will-change:transform}:host([data-size="l"])>#spinner-size-l{display:block;animation:1s linear infinite spinner}:host([data-size="m"])>#spinner-size-m{display:block;animation:1s linear infinite spinner}:host([data-size="s"])>#spinner-size-s{display:block;animation:1s linear infinite spinner}.bg{opacity:.3;stroke:var(--sinch-global-color-icon,var(--sinch-sys-color-text-default))}.fg{stroke:var(--sinch-global-color-icon,var(--sinch-sys-color-text-default))}</style><svg id="spinner-size-l" width="50" height="50" fill="none"><circle class="bg" cx="25" cy="25" r="22" stroke-width="6"/><path class="fg" d="M25 3a22 22 0 0 1 22 22" stroke-width="6" stroke-linecap="round"/></svg><svg id="spinner-size-m" width="24" height="24" fill="none"><circle class="bg" cx="12" cy="12" r="9" stroke-width="4"/><path class="fg" d="M21 12a9 9 0 0 0-9-9" stroke-width="4" stroke-linecap="round"/></svg><svg id="spinner-size-s" width="16" height="16" fill="none"><circle class="bg" cx="8" cy="8" r="6" stroke-width="2"/><path class="fg" d="M14 8a6 6 0 0 0-6-6" stroke-width="2" stroke-linecap="round"/></svg>';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-spinner', class extends NectaryElement {
|
|
7
|
+
#controller = null;
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
const shadowRoot = this.attachShadow();
|
|
11
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
12
|
+
}
|
|
13
|
+
connectedCallback() {
|
|
14
|
+
this.#controller = new AbortController();
|
|
15
|
+
this.setAttribute('aria-live', 'polite');
|
|
16
|
+
this.setAttribute('aria-busy', 'true');
|
|
17
|
+
subscribeContext(this, 'size', this.#onContextSize, this.#controller.signal);
|
|
18
|
+
}
|
|
19
|
+
disconnectedCallback() {
|
|
20
|
+
this.#controller.abort();
|
|
21
|
+
this.#controller = null;
|
|
22
|
+
}
|
|
23
|
+
static get observedAttributes() {
|
|
24
|
+
return ['size'];
|
|
25
|
+
}
|
|
26
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
27
|
+
switch (name) {
|
|
28
|
+
case 'size':
|
|
29
|
+
{
|
|
30
|
+
updateAttribute(this, 'data-size', newVal);
|
|
31
|
+
break;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
set size(size) {
|
|
36
|
+
updateLiteralAttribute(this, sizeValues, 'size', size);
|
|
37
|
+
}
|
|
38
|
+
get size() {
|
|
39
|
+
return getLiteralAttribute(this, sizeValues, 'size', DEFAULT_SIZE);
|
|
40
|
+
}
|
|
41
|
+
#onContextSize = e => {
|
|
42
|
+
if (this.hasAttribute('size')) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
switch (e.detail) {
|
|
46
|
+
case 'l':
|
|
47
|
+
case 'm':
|
|
48
|
+
{
|
|
49
|
+
this.setAttribute('data-size', 'm');
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
default:
|
|
53
|
+
{
|
|
54
|
+
this.setAttribute('data-size', 's');
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
import type { TSinchSize } from '../utils/size';
|
|
3
|
+
export type TSinchSpinnerElement = HTMLElement & {
|
|
4
|
+
/** Spinner size */
|
|
5
|
+
size: TSinchSize;
|
|
6
|
+
/** Spinner size */
|
|
7
|
+
setAttribute(name: 'size', value: TSinchSize): void;
|
|
8
|
+
};
|
|
9
|
+
export type TSinchSpinnerReact = TSinchElementReact<TSinchSpinnerElement> & {
|
|
10
|
+
/** Spinner size */
|
|
11
|
+
size?: TSinchSize;
|
|
12
|
+
};
|
package/spinner/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/standalone.d.ts
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import './accordion-item/index.js';
|
|
2
|
+
import './accordion/index.js';
|
|
3
|
+
import './action-menu-option/index.js';
|
|
4
|
+
import './action-menu/index.js';
|
|
5
|
+
import './alert/index.js';
|
|
6
|
+
import './avatar/index.js';
|
|
7
|
+
import './badge/index.js';
|
|
8
|
+
import './button/index.js';
|
|
9
|
+
import './card-container/index.js';
|
|
10
|
+
import './card/index.js';
|
|
11
|
+
import './chat-block/index.js';
|
|
12
|
+
import './chat-bubble/index.js';
|
|
13
|
+
import './chat/index.js';
|
|
14
|
+
import './checkbox/index.js';
|
|
15
|
+
import './chip/index.js';
|
|
16
|
+
import './code-tag/index.js';
|
|
17
|
+
import './color-menu-option/index.js';
|
|
18
|
+
import './color-menu/index.js';
|
|
19
|
+
import './color-swatch/index.js';
|
|
20
|
+
import './date-picker/index.js';
|
|
21
|
+
import './dialog/index.js';
|
|
22
|
+
import './emoji-picker/index.js';
|
|
23
|
+
import './emoji/index.js';
|
|
24
|
+
import './field/index.js';
|
|
25
|
+
import './file-drop/index.js';
|
|
26
|
+
import './file-picker/index.js';
|
|
27
|
+
import './file-status/index.js';
|
|
28
|
+
import './flag/index.js';
|
|
29
|
+
import './grid-item/index.js';
|
|
30
|
+
import './grid/index.js';
|
|
31
|
+
import './help-tooltip/index.js';
|
|
32
|
+
import './horizontal-stepper-item/index.js';
|
|
33
|
+
import './horizontal-stepper/index.js';
|
|
34
|
+
import './icon-button/index.js';
|
|
35
|
+
import './icon/index.js';
|
|
36
|
+
import './inline-alert/index.js';
|
|
37
|
+
import './input/index.js';
|
|
38
|
+
import './link/index.js';
|
|
39
|
+
import './list-item/index.js';
|
|
40
|
+
import './list/index.js';
|
|
41
|
+
import './pagination/index.js';
|
|
42
|
+
import './pop/index.js';
|
|
43
|
+
import './popover/index.js';
|
|
44
|
+
import './progress-stepper-item/index.js';
|
|
45
|
+
import './progress-stepper/index.js';
|
|
46
|
+
import './progress/index.js';
|
|
47
|
+
import './radio-option/index.js';
|
|
48
|
+
import './radio/index.js';
|
|
49
|
+
import './rich-text/index.js';
|
|
50
|
+
import './rich-textarea/index.js';
|
|
51
|
+
import './segment-collapse/index.js';
|
|
52
|
+
import './segment/index.js';
|
|
53
|
+
import './segmented-control-option/index.js';
|
|
54
|
+
import './segmented-control/index.js';
|
|
55
|
+
import './segmented-icon-control-option/index.js';
|
|
56
|
+
import './segmented-icon-control/index.js';
|
|
57
|
+
import './select-button/index.js';
|
|
58
|
+
import './select-menu-option/index.js';
|
|
59
|
+
import './select-menu/index.js';
|
|
60
|
+
import './skeleton-item/index.js';
|
|
61
|
+
import './skeleton/index.js';
|
|
62
|
+
import './spinner/index.js';
|
|
63
|
+
import './stop-events/index.js';
|
|
64
|
+
import './table-body/index.js';
|
|
65
|
+
import './table-cell/index.js';
|
|
66
|
+
import './table-head-cell/index.js';
|
|
67
|
+
import './table-head/index.js';
|
|
68
|
+
import './table-row/index.js';
|
|
69
|
+
import './table/index.js';
|
|
70
|
+
import './tabs-icon-option/index.js';
|
|
71
|
+
import './tabs-option/index.js';
|
|
72
|
+
import './tabs/index.js';
|
|
73
|
+
import './tag/index.js';
|
|
74
|
+
import './text/index.js';
|
|
75
|
+
import './textarea/index.js';
|
|
76
|
+
import './tile-control-option/index.js';
|
|
77
|
+
import './tile-control/index.js';
|
|
78
|
+
import './time-picker/index.js';
|
|
79
|
+
import './title/index.js';
|
|
80
|
+
import './toast-manager/index.js';
|
|
81
|
+
import './toast/index.js';
|
|
82
|
+
import './toggle/index.js';
|
|
83
|
+
import './tooltip/index.js';
|
|
84
|
+
import './vertical-stepper-item/index.js';
|
|
85
|
+
import './vertical-stepper/index.js';
|
package/standalone.js
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { setNectaryRegistry } from './utils';
|
|
2
|
+
setNectaryRegistry(window.customElements);
|
|
3
|
+
import './accordion-item/index.js';
|
|
4
|
+
import './accordion/index.js';
|
|
5
|
+
import './action-menu-option/index.js';
|
|
6
|
+
import './action-menu/index.js';
|
|
7
|
+
import './alert/index.js';
|
|
8
|
+
import './avatar/index.js';
|
|
9
|
+
import './badge/index.js';
|
|
10
|
+
import './button/index.js';
|
|
11
|
+
import './card-container/index.js';
|
|
12
|
+
import './card/index.js';
|
|
13
|
+
import './chat-block/index.js';
|
|
14
|
+
import './chat-bubble/index.js';
|
|
15
|
+
import './chat/index.js';
|
|
16
|
+
import './checkbox/index.js';
|
|
17
|
+
import './chip/index.js';
|
|
18
|
+
import './code-tag/index.js';
|
|
19
|
+
import './color-menu-option/index.js';
|
|
20
|
+
import './color-menu/index.js';
|
|
21
|
+
import './color-swatch/index.js';
|
|
22
|
+
import './date-picker/index.js';
|
|
23
|
+
import './dialog/index.js';
|
|
24
|
+
import './emoji-picker/index.js';
|
|
25
|
+
import './emoji/index.js';
|
|
26
|
+
import './field/index.js';
|
|
27
|
+
import './file-drop/index.js';
|
|
28
|
+
import './file-picker/index.js';
|
|
29
|
+
import './file-status/index.js';
|
|
30
|
+
import './flag/index.js';
|
|
31
|
+
import './grid-item/index.js';
|
|
32
|
+
import './grid/index.js';
|
|
33
|
+
import './help-tooltip/index.js';
|
|
34
|
+
import './horizontal-stepper-item/index.js';
|
|
35
|
+
import './horizontal-stepper/index.js';
|
|
36
|
+
import './icon-button/index.js';
|
|
37
|
+
import './icon/index.js';
|
|
38
|
+
import './inline-alert/index.js';
|
|
39
|
+
import './input/index.js';
|
|
40
|
+
import './link/index.js';
|
|
41
|
+
import './list-item/index.js';
|
|
42
|
+
import './list/index.js';
|
|
43
|
+
import './pagination/index.js';
|
|
44
|
+
import './pop/index.js';
|
|
45
|
+
import './popover/index.js';
|
|
46
|
+
import './progress-stepper-item/index.js';
|
|
47
|
+
import './progress-stepper/index.js';
|
|
48
|
+
import './progress/index.js';
|
|
49
|
+
import './radio-option/index.js';
|
|
50
|
+
import './radio/index.js';
|
|
51
|
+
import './rich-text/index.js';
|
|
52
|
+
import './rich-textarea/index.js';
|
|
53
|
+
import './segment-collapse/index.js';
|
|
54
|
+
import './segment/index.js';
|
|
55
|
+
import './segmented-control-option/index.js';
|
|
56
|
+
import './segmented-control/index.js';
|
|
57
|
+
import './segmented-icon-control-option/index.js';
|
|
58
|
+
import './segmented-icon-control/index.js';
|
|
59
|
+
import './select-button/index.js';
|
|
60
|
+
import './select-menu-option/index.js';
|
|
61
|
+
import './select-menu/index.js';
|
|
62
|
+
import './skeleton-item/index.js';
|
|
63
|
+
import './skeleton/index.js';
|
|
64
|
+
import './spinner/index.js';
|
|
65
|
+
import './stop-events/index.js';
|
|
66
|
+
import './table-body/index.js';
|
|
67
|
+
import './table-cell/index.js';
|
|
68
|
+
import './table-head-cell/index.js';
|
|
69
|
+
import './table-head/index.js';
|
|
70
|
+
import './table-row/index.js';
|
|
71
|
+
import './table/index.js';
|
|
72
|
+
import './tabs-icon-option/index.js';
|
|
73
|
+
import './tabs-option/index.js';
|
|
74
|
+
import './tabs/index.js';
|
|
75
|
+
import './tag/index.js';
|
|
76
|
+
import './text/index.js';
|
|
77
|
+
import './textarea/index.js';
|
|
78
|
+
import './tile-control-option/index.js';
|
|
79
|
+
import './tile-control/index.js';
|
|
80
|
+
import './time-picker/index.js';
|
|
81
|
+
import './title/index.js';
|
|
82
|
+
import './toast-manager/index.js';
|
|
83
|
+
import './toast/index.js';
|
|
84
|
+
import './toggle/index.js';
|
|
85
|
+
import './tooltip/index.js';
|
|
86
|
+
import './vertical-stepper-item/index.js';
|
|
87
|
+
import './vertical-stepper/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { defineCustomElement, unpackCsv } from '../utils';
|
|
2
|
+
defineCustomElement('sinch-stop-events', class extends HTMLElement {
|
|
3
|
+
#controller = null;
|
|
4
|
+
constructor() {
|
|
5
|
+
super();
|
|
6
|
+
this.style.display = 'contents';
|
|
7
|
+
}
|
|
8
|
+
connectedCallback() {
|
|
9
|
+
this.#controller = new AbortController();
|
|
10
|
+
const {
|
|
11
|
+
signal
|
|
12
|
+
} = this.#controller;
|
|
13
|
+
const events = unpackCsv(this.getAttribute('events'));
|
|
14
|
+
for (const event of events) {
|
|
15
|
+
this.addEventListener(event, this.#stopEvent, {
|
|
16
|
+
signal
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
disconnectedCallback() {
|
|
21
|
+
this.#controller.abort();
|
|
22
|
+
this.#controller = null;
|
|
23
|
+
}
|
|
24
|
+
#stopEvent = e => {
|
|
25
|
+
e.stopPropagation();
|
|
26
|
+
};
|
|
27
|
+
});
|
package/table/index.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTableElement, TSinchTableReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-table': TSinchTableReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-table': TSinchTableElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
package/table/index.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:table}</style><slot></slot>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-table', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
connectedCallback() {
|
|
12
|
+
this.setAttribute('role', 'table');
|
|
13
|
+
}
|
|
14
|
+
});
|
package/table/types.d.ts
ADDED
package/table/types.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTableBodyElement, TSinchTableBodyReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-table-body': TSinchTableBodyReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-table-body': TSinchTableBodyElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:table-row-group}</style><slot></slot>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-table-body', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
connectedCallback() {
|
|
12
|
+
this.setAttribute('role', 'rowgroup');
|
|
13
|
+
}
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTableCellElement, TSinchTableCellReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-table-cell': TSinchTableCellReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-table-cell': TSinchTableCellElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineCustomElement, getLiteralAttribute, NectaryElement, updateLiteralAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:table-cell;vertical-align:top;border-bottom:1px solid var(--sinch-comp-table-color-cell-default-border-initial)}#wrapper{display:flex;flex-direction:column;justify-content:center;min-height:48px;box-sizing:border-box;padding:8px}:host([align=end]) #wrapper{text-align:end;align-items:flex-end}:host([align=center]) #wrapper{text-align:center;align-items:center}</style><div id="wrapper"><slot></slot></div>';
|
|
3
|
+
import { alignValues } from './utils';
|
|
4
|
+
const template = document.createElement('template');
|
|
5
|
+
template.innerHTML = templateHTML;
|
|
6
|
+
defineCustomElement('sinch-table-cell', class extends NectaryElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
const shadowRoot = this.attachShadow();
|
|
10
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
11
|
+
}
|
|
12
|
+
connectedCallback() {
|
|
13
|
+
this.setAttribute('role', 'cell');
|
|
14
|
+
}
|
|
15
|
+
set align(value) {
|
|
16
|
+
updateLiteralAttribute(this, alignValues, 'align', value);
|
|
17
|
+
}
|
|
18
|
+
get align() {
|
|
19
|
+
return getLiteralAttribute(this, alignValues, 'align', 'start');
|
|
20
|
+
}
|
|
21
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTableAlignType = 'start' | 'center' | 'end';
|
|
3
|
+
export type TSinchTableCellElement = HTMLElement & {
|
|
4
|
+
align: TSinchTableAlignType;
|
|
5
|
+
setAttribute(name: 'align', value: TSinchTableAlignType): void;
|
|
6
|
+
};
|
|
7
|
+
export type TSinchTableCellReact = TSinchElementReact<TSinchTableCellElement> & {
|
|
8
|
+
align?: TSinchTableAlignType;
|
|
9
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const alignValues = ['start', 'center', 'end'];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTableHeadElement, TSinchTableHeadReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-table-head': TSinchTableHeadReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-table-head': TSinchTableHeadElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { defineCustomElement, NectaryElement } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:table-header-group}</style><slot></slot>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-table-head', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
connectedCallback() {
|
|
12
|
+
this.setAttribute('role', 'rowgroup');
|
|
13
|
+
}
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import type { TSinchTableHeaderCellElement, TSinchTableHeaderCellReact } from './types';
|
|
3
|
+
declare global {
|
|
4
|
+
namespace JSX {
|
|
5
|
+
interface IntrinsicElements {
|
|
6
|
+
'sinch-table-head-cell': TSinchTableHeaderCellReact;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
interface HTMLElementTagNameMap {
|
|
10
|
+
'sinch-table-head-cell': TSinchTableHeaderCellElement;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import '../text';
|
|
2
|
+
import { alignValues } from '../table-cell/utils';
|
|
3
|
+
import { defineCustomElement, getAttribute, getBooleanAttribute, getLiteralAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateAttribute, updateBooleanAttribute, updateLiteralAttribute } from '../utils';
|
|
4
|
+
const templateHTML = '<style>:host{display:table-cell;border-bottom:1px solid var(--sinch-comp-table-color-head-cell-default-border-initial);vertical-align:middle}#wrapper{position:relative;display:flex;align-items:center;gap:8px;width:100%;height:100%;padding:8px;box-sizing:border-box;--sinch-global-color-icon:var(--sinch-comp-table-color-head-cell-default-icon-initial)}#text{flex-shrink:1;min-width:0;--sinch-global-color-text:var(--sinch-comp-table-color-head-cell-default-text-initial)}#text:empty{display:none}:host([align=center])>#wrapper{justify-content:center}:host([align=end])>#wrapper{justify-content:flex-end}:host([fit]){width:1px}</style><div id="wrapper"><slot name="checkbox"></slot><slot name="left"></slot><sinch-text id="text" type="m"></sinch-text><slot name="tooltip"></slot><slot name="right"></slot></div>';
|
|
5
|
+
const template = document.createElement('template');
|
|
6
|
+
template.innerHTML = templateHTML;
|
|
7
|
+
defineCustomElement('sinch-table-head-cell', class extends NectaryElement {
|
|
8
|
+
#$text;
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
const shadowRoot = this.attachShadow();
|
|
12
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
13
|
+
this.#$text = shadowRoot.querySelector('#text');
|
|
14
|
+
}
|
|
15
|
+
connectedCallback() {
|
|
16
|
+
this.setAttribute('role', 'columnheader');
|
|
17
|
+
this.setAttribute('scope', 'col');
|
|
18
|
+
}
|
|
19
|
+
static get observedAttributes() {
|
|
20
|
+
return ['text', 'fit'];
|
|
21
|
+
}
|
|
22
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
23
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
switch (name) {
|
|
27
|
+
case 'text':
|
|
28
|
+
{
|
|
29
|
+
this.#$text.textContent = newVal;
|
|
30
|
+
break;
|
|
31
|
+
}
|
|
32
|
+
case 'fit':
|
|
33
|
+
{
|
|
34
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
35
|
+
break;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
set text(value) {
|
|
40
|
+
updateAttribute(this, 'text', value);
|
|
41
|
+
}
|
|
42
|
+
get text() {
|
|
43
|
+
return getAttribute(this, 'text');
|
|
44
|
+
}
|
|
45
|
+
set align(value) {
|
|
46
|
+
updateLiteralAttribute(this, alignValues, 'align', value);
|
|
47
|
+
}
|
|
48
|
+
get align() {
|
|
49
|
+
return getLiteralAttribute(this, alignValues, 'align', 'start');
|
|
50
|
+
}
|
|
51
|
+
set fit(isFit) {
|
|
52
|
+
updateBooleanAttribute(this, 'fit', isFit);
|
|
53
|
+
}
|
|
54
|
+
get fit() {
|
|
55
|
+
return getBooleanAttribute(this, 'fit');
|
|
56
|
+
}
|
|
57
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { TSinchTableAlignType } from '../table-cell/types';
|
|
2
|
+
import type { TSinchElementReact } from '../types';
|
|
3
|
+
export type TSinchTableHeaderCellElement = HTMLElement & {
|
|
4
|
+
text: string | null;
|
|
5
|
+
align: TSinchTableAlignType;
|
|
6
|
+
fit: boolean;
|
|
7
|
+
setAttribute(name: 'text', value: string): void;
|
|
8
|
+
setAttribute(name: 'align', value: TSinchTableAlignType): void;
|
|
9
|
+
setAttribute(name: 'fit', value: ''): void;
|
|
10
|
+
};
|
|
11
|
+
export type TSinchTableHeaderCellReact = TSinchElementReact<TSinchTableHeaderCellElement> & {
|
|
12
|
+
text?: string;
|
|
13
|
+
fit?: boolean;
|
|
14
|
+
align?: TSinchTableAlignType;
|
|
15
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchTableRowElement, TSinchTableRowReact } from './types';
|
|
2
|
+
declare global {
|
|
3
|
+
namespace JSX {
|
|
4
|
+
interface IntrinsicElements {
|
|
5
|
+
'sinch-table-row': TSinchTableRowReact;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
interface HTMLElementTagNameMap {
|
|
9
|
+
'sinch-table-row': TSinchTableRowElement;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { defineCustomElement, getBooleanAttribute, isAttrEqual, isAttrTrue, NectaryElement, updateBooleanAttribute } from '../utils';
|
|
2
|
+
const templateHTML = '<style>:host{display:table-row;background-color:var(--sinch-comp-table-color-row-default-background-initial)}:host([selected]){background-color:var(--sinch-comp-table-color-row-checked-background-initial)}:host(:hover){background-color:var(--sinch-comp-table-color-row-default-background-hover)}:host([sticky]) ::slotted(sinch-table-head-cell){position:sticky;top:0;z-index:1;background-color:var(--sinch-comp-table-color-row-default-background-sticky)}:host(:last-child) ::slotted(sinch-table-cell){border-bottom:none}</style><slot></slot>';
|
|
3
|
+
const template = document.createElement('template');
|
|
4
|
+
template.innerHTML = templateHTML;
|
|
5
|
+
defineCustomElement('sinch-table-row', class extends NectaryElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
const shadowRoot = this.attachShadow();
|
|
9
|
+
shadowRoot.appendChild(template.content.cloneNode(true));
|
|
10
|
+
}
|
|
11
|
+
connectedCallback() {
|
|
12
|
+
this.setAttribute('role', 'row');
|
|
13
|
+
}
|
|
14
|
+
static get observedAttributes() {
|
|
15
|
+
return ['sticky', 'selected'];
|
|
16
|
+
}
|
|
17
|
+
attributeChangedCallback(name, oldVal, newVal) {
|
|
18
|
+
if (isAttrEqual(oldVal, newVal)) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
switch (name) {
|
|
22
|
+
case 'sticky':
|
|
23
|
+
case 'selected':
|
|
24
|
+
{
|
|
25
|
+
updateBooleanAttribute(this, name, isAttrTrue(newVal));
|
|
26
|
+
break;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
set sticky(isSticky) {
|
|
31
|
+
updateBooleanAttribute(this, 'sticky', isSticky);
|
|
32
|
+
}
|
|
33
|
+
get sticky() {
|
|
34
|
+
return getBooleanAttribute(this, 'sticky');
|
|
35
|
+
}
|
|
36
|
+
set selected(isSelected) {
|
|
37
|
+
updateBooleanAttribute(this, 'selected', isSelected);
|
|
38
|
+
}
|
|
39
|
+
get selected() {
|
|
40
|
+
return getBooleanAttribute(this, 'selected');
|
|
41
|
+
}
|
|
42
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { TSinchElementReact } from '../types';
|
|
2
|
+
export type TSinchTableRowElement = HTMLElement & {
|
|
3
|
+
sticky: boolean;
|
|
4
|
+
selected: boolean;
|
|
5
|
+
setAttribute(name: 'sticky', value: ''): void;
|
|
6
|
+
setAttribute(name: 'selected', value: ''): void;
|
|
7
|
+
};
|
|
8
|
+
export type TSinchTableRowReact = TSinchElementReact<TSinchTableRowElement> & {
|
|
9
|
+
sticky?: boolean;
|
|
10
|
+
selected?: boolean;
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/tabs/index.d.ts
ADDED