@nectary/components 5.42.4 → 5.42.5-rc.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/global/index.js +1 -1
- package/accordion/index.js +5 -5
- package/accordion/types.d.js +1 -0
- package/accordion-item/global/index.js +1 -1
- package/accordion-item/index.d.js +3 -0
- package/accordion-item/index.js +6 -6
- package/action-menu/global/index.d.js +1 -0
- package/action-menu/global/index.js +1 -1
- package/action-menu/index.d.js +1 -0
- package/action-menu/index.js +4 -4
- package/action-menu/types.d.js +1 -0
- package/action-menu-option/global/index.d.js +1 -0
- package/action-menu-option/global/index.js +1 -1
- package/action-menu-option/index.d.js +1 -0
- package/action-menu-option/index.js +4 -4
- package/action-menu-option/types.d.js +1 -0
- package/action-menu-option/utils.d.js +1 -0
- package/alert/global/index.d.js +1 -0
- package/alert/global/index.js +1 -1
- package/alert/index.d.js +3 -0
- package/alert/index.js +6 -6
- package/alert/types.d.js +1 -0
- package/alert/utils.d.js +1 -0
- package/avatar/colors.d.js +1 -0
- package/avatar/global/index.d.js +1 -0
- package/avatar/global/index.js +1 -1
- package/avatar/index.d.js +1 -0
- package/avatar/index.js +4 -4
- package/avatar/types.d.js +1 -0
- package/avatar/utils.d.js +1 -0
- package/badge/global/index.d.js +1 -0
- package/badge/global/index.js +1 -1
- package/badge/index.d.js +1 -0
- package/badge/index.js +5 -5
- package/badge/types.d.js +1 -0
- package/badge/utils.d.js +1 -0
- package/bundle.js +14159 -9183
- package/button/global/index.d.js +1 -0
- package/button/global/index.js +1 -1
- package/button/index.d.js +1 -0
- package/button/index.js +7 -7
- package/button/types.d.js +1 -0
- package/button/utils.d.js +1 -0
- package/button-group/global/index.d.js +1 -0
- package/button-group/global/index.js +1 -1
- package/button-group/index.d.js +1 -0
- package/button-group/index.js +4 -4
- package/button-group/types.d.js +1 -0
- package/button-group-item/global/index.d.js +1 -0
- package/button-group-item/global/index.js +1 -1
- package/button-group-item/index.d.js +1 -0
- package/button-group-item/index.js +3 -3
- package/button-group-item/types.d.js +1 -0
- package/card-container/global/index.d.js +1 -0
- package/card-container/global/index.js +1 -1
- package/card-container/index.d.js +1 -0
- package/card-container/index.js +1 -1
- package/card-container/types.d.js +1 -0
- package/card-v2/global/index.d.js +1 -0
- package/card-v2/global/index.js +1 -1
- package/card-v2/index.d.js +1 -0
- package/card-v2/index.js +3 -3
- package/card-v2/types.d.js +1 -0
- package/card-v2-title/global/index.d.js +1 -0
- package/card-v2-title/global/index.js +1 -1
- package/card-v2-title/index.d.js +1 -0
- package/card-v2-title/index.js +2 -2
- package/card-v2-title/types.d.js +1 -0
- package/checkbox/global/index.d.js +1 -0
- package/checkbox/global/index.js +1 -1
- package/checkbox/index.d.js +1 -0
- package/checkbox/index.js +5 -5
- package/checkbox/types.d.js +1 -0
- package/chip/colors.d.js +1 -0
- package/chip/global/index.d.js +1 -0
- package/chip/global/index.js +1 -1
- package/chip/index.d.js +2 -0
- package/chip/index.js +6 -6
- package/chip/types.d.js +1 -0
- package/chip/utils.d.js +1 -0
- package/code-tag/global/index.d.js +1 -0
- package/code-tag/global/index.js +1 -1
- package/code-tag/index.d.js +1 -0
- package/code-tag/index.js +2 -2
- package/code-tag/types.d.js +1 -0
- package/color-menu/global/index.d.js +1 -0
- package/color-menu/global/index.js +1 -1
- package/color-menu/index.d.js +1 -0
- package/color-menu/index.js +6 -6
- package/color-menu/types.d.js +1 -0
- package/color-menu/utils.d.js +1 -0
- package/color-menu-option/global/index.d.js +1 -0
- package/color-menu-option/global/index.js +1 -1
- package/color-menu-option/index.d.js +2 -0
- package/color-menu-option/index.js +5 -5
- package/color-menu-option/types.d.js +1 -0
- package/color-menu-option/utils.d.js +1 -0
- package/color-swatch/global/index.d.js +40 -0
- package/color-swatch/global/index.js +2 -2
- package/color-swatch/index.d.js +6 -0
- package/color-swatch/index.js +5 -5
- package/color-swatch/types.d.js +1 -0
- package/color-swatch/utils.d.js +1 -0
- package/color-swatch/utils.d.ts +2 -2
- package/color-swatch/utils.js +1 -1
- package/date-picker/global/index.d.js +1 -0
- package/date-picker/global/index.js +1 -1
- package/date-picker/index.d.js +2 -0
- package/date-picker/index.js +10 -10
- package/date-picker/types.d.js +1 -0
- package/date-picker/utils.d.js +1 -0
- package/dialog/global/index.d.js +1 -0
- package/dialog/global/index.js +1 -1
- package/dialog/index.d.js +3 -0
- package/dialog/index.d.ts +2 -2
- package/dialog/index.js +9 -9
- package/dialog/types.d.js +1 -0
- package/emoji/global/index.d.js +1 -0
- package/emoji/global/index.js +1 -1
- package/emoji/index.d.js +1 -0
- package/emoji/index.js +3 -3
- package/emoji/types.d.js +1 -0
- package/emoji/utils.d.js +1 -0
- package/emoji/utils.js +1 -1
- package/emoji-picker/global/index.d.js +1 -0
- package/emoji-picker/global/index.js +1 -1
- package/emoji-picker/index.d.js +7 -0
- package/emoji-picker/index.js +13 -16
- package/emoji-picker/types.d.js +1 -0
- package/field/global/index.d.js +1 -0
- package/field/global/index.js +1 -1
- package/field/index.d.js +1 -0
- package/field/index.js +4 -4
- package/field/types.d.js +1 -0
- package/field-v2/global/index.d.js +1 -0
- package/field-v2/global/index.js +1 -1
- package/field-v2/index.d.js +1 -0
- package/field-v2/index.js +5 -5
- package/field-v2/types.d.js +1 -0
- package/file-drop/global/index.d.js +1 -0
- package/file-drop/global/index.js +1 -1
- package/file-drop/index.d.js +2 -0
- package/file-drop/index.js +6 -6
- package/file-drop/types.d.js +1 -0
- package/file-drop/utils.d.js +1 -0
- package/file-picker/global/index.d.js +1 -0
- package/file-picker/global/index.js +1 -1
- package/file-picker/index.d.js +1 -0
- package/file-picker/index.js +4 -4
- package/file-picker/types.d.js +1 -0
- package/file-picker/utils.d.js +1 -0
- package/file-status/global/index.d.js +1 -0
- package/file-status/global/index.js +1 -1
- package/file-status/index.d.js +3 -0
- package/file-status/index.js +6 -6
- package/file-status/types.d.js +1 -0
- package/file-status/utils.d.js +1 -0
- package/flag/global/index.d.js +1 -0
- package/flag/global/index.js +1 -1
- package/flag/index.d.js +1 -0
- package/flag/index.js +3 -3
- package/flag/types.d.js +1 -0
- package/flag/utils.d.js +1 -0
- package/flag/utils.js +1 -1
- package/floating-panel/global/index.d.js +1 -0
- package/floating-panel/global/index.js +1 -1
- package/floating-panel/index.d.js +4 -0
- package/floating-panel/index.d.ts +3 -3
- package/floating-panel/index.js +10 -12
- package/floating-panel/types.d.js +1 -0
- package/floating-panel-button/index.d.js +1 -0
- package/floating-panel-button/index.js +3 -3
- package/floating-panel-button/types.d.js +1 -0
- package/floating-panel-icon-button/index.d.js +2 -0
- package/floating-panel-icon-button/index.js +4 -4
- package/floating-panel-icon-button/types.d.js +1 -0
- package/grid/global/index.d.js +1 -0
- package/grid/global/index.js +1 -1
- package/grid/index.d.js +1 -0
- package/grid/index.js +1 -1
- package/grid/types.d.js +1 -0
- package/grid-item/global/index.d.js +1 -0
- package/grid-item/global/index.js +1 -1
- package/grid-item/index.d.js +1 -0
- package/grid-item/index.js +2 -2
- package/grid-item/types.d.js +1 -0
- package/help-tooltip/global/index.d.js +1 -0
- package/help-tooltip/global/index.js +1 -1
- package/help-tooltip/index.d.js +2 -0
- package/help-tooltip/index.js +5 -5
- package/help-tooltip/types.d.js +1 -0
- package/icon/generated-icon-type.d.js +1 -0
- package/icon/global/index.d.js +1 -0
- package/icon/global/index.js +1 -1
- package/icon/index.d.js +1 -0
- package/icon/index.d.ts +1 -1
- package/icon/index.js +2 -2
- package/icon/types.d.js +1 -0
- package/inline-alert/global/index.d.js +1 -0
- package/inline-alert/global/index.js +1 -1
- package/inline-alert/index.d.js +5 -0
- package/inline-alert/index.js +8 -8
- package/inline-alert/types.d.js +1 -0
- package/inline-alert/utils.d.js +1 -0
- package/input/global/index.d.js +1 -0
- package/input/global/index.js +1 -1
- package/input/index.d.js +1 -0
- package/input/index.js +8 -8
- package/input/types.d.js +1 -0
- package/input/utils.d.js +1 -0
- package/link/global/index.d.js +1 -0
- package/link/global/index.js +1 -1
- package/link/index.d.js +2 -0
- package/link/index.js +6 -6
- package/link/types.d.js +1 -0
- package/link/utils.d.js +1 -0
- package/list/global/index.d.js +1 -0
- package/list/global/index.js +1 -1
- package/list/index.d.js +1 -0
- package/list/index.js +1 -1
- package/list/types.d.js +1 -0
- package/list-item/global/index.d.js +1 -0
- package/list-item/global/index.js +1 -1
- package/list-item/index.d.js +1 -0
- package/list-item/index.js +1 -1
- package/list-item/types.d.js +1 -0
- package/package.json +10 -10
- package/pagination/global/index.d.js +1 -0
- package/pagination/global/index.js +1 -1
- package/pagination/index.d.js +1 -0
- package/pagination/index.d.ts +2 -2
- package/pagination/index.js +6 -6
- package/pagination/types.d.js +1 -0
- package/persistent-overlay/global/index.d.js +1 -0
- package/persistent-overlay/global/index.js +1 -1
- package/persistent-overlay/index.d.js +1 -0
- package/persistent-overlay/index.js +4 -4
- package/persistent-overlay/types.d.js +1 -0
- package/pop/global/index.d.js +1 -0
- package/pop/global/index.js +1 -1
- package/pop/index.d.js +1 -0
- package/pop/index.d.ts +1 -1
- package/pop/index.js +9 -10
- package/pop/types.d.js +1 -0
- package/pop/utils.d.js +1 -0
- package/popover/global/index.d.js +1 -0
- package/popover/global/index.js +1 -1
- package/popover/index.d.js +1 -0
- package/popover/index.js +7 -7
- package/popover/types.d.js +1 -0
- package/popover/utils.d.js +1 -0
- package/progress/global/index.d.js +1 -0
- package/progress/global/index.js +1 -1
- package/progress/index.d.js +1 -0
- package/progress/index.js +3 -3
- package/progress/types.d.js +1 -0
- package/progress-stepper/global/index.d.js +1 -0
- package/progress-stepper/global/index.js +1 -1
- package/progress-stepper/index.d.js +1 -0
- package/progress-stepper/index.js +6 -6
- package/progress-stepper/types.d.js +1 -0
- package/progress-stepper-item/global/index.d.js +1 -0
- package/progress-stepper-item/global/index.js +1 -1
- package/progress-stepper-item/index.d.js +2 -0
- package/progress-stepper-item/index.js +5 -5
- package/progress-stepper-item/types.d.js +1 -0
- package/progress-stepper-item/utils.d.js +1 -0
- package/progress-stepper-item/utils.d.ts +5 -5
- package/progress-stepper-item/utils.js +1 -1
- package/progress-stepper-item-v2/global/index.d.js +1 -0
- package/progress-stepper-item-v2/global/index.js +1 -1
- package/progress-stepper-item-v2/index.d.js +2 -0
- package/progress-stepper-item-v2/index.js +5 -6
- package/progress-stepper-item-v2/types.d.js +1 -0
- package/progress-stepper-item-v2/utils.d.js +1 -0
- package/progress-stepper-item-v2/utils.d.ts +3 -3
- package/progress-stepper-item-v2/utils.js +1 -1
- package/progress-stepper-v2/compact-format.d.js +1 -0
- package/progress-stepper-v2/compact.d.js +1 -0
- package/progress-stepper-v2/compact.js +4 -5
- package/progress-stepper-v2/global/index.d.js +1 -0
- package/progress-stepper-v2/global/index.js +1 -1
- package/progress-stepper-v2/index.d.js +84 -0
- package/progress-stepper-v2/index.js +11 -14
- package/progress-stepper-v2/model.d.js +1 -0
- package/progress-stepper-v2/orientation.d.js +1 -0
- package/progress-stepper-v2/separators.d.js +1 -0
- package/progress-stepper-v2/separators.js +1 -1
- package/progress-stepper-v2/step-chip.d.js +1 -0
- package/progress-stepper-v2/step-chip.js +2 -2
- package/progress-stepper-v2/types.d.js +1 -0
- package/radio/global/index.d.js +1 -0
- package/radio/global/index.js +1 -1
- package/radio/index.d.js +1 -0
- package/radio/index.js +4 -4
- package/radio/types.d.js +1 -0
- package/radio-option/global/index.d.js +1 -0
- package/radio-option/global/index.js +1 -1
- package/radio-option/index.d.js +1 -0
- package/radio-option/index.js +2 -2
- package/radio-option/types.d.js +1 -0
- package/rich-text/global/index.d.js +1 -0
- package/rich-text/global/index.js +1 -1
- package/rich-text/index.d.js +4 -0
- package/rich-text/index.js +10 -10
- package/rich-text/types.d.js +1 -0
- package/rich-text/utils.d.js +1 -0
- package/rich-text/utils.js +1 -1
- package/rich-textarea/global/index.d.js +1 -0
- package/rich-textarea/global/index.js +1 -1
- package/rich-textarea/index.d.js +1 -0
- package/rich-textarea/index.js +8 -8
- package/rich-textarea/types.d.js +1 -0
- package/rich-textarea/utils.d.js +1 -0
- package/rich-textarea/utils.js +2 -2
- package/rich-textarea-chip/index.d.js +2 -0
- package/rich-textarea-chip/index.js +5 -5
- package/rich-textarea-chip/types.d.js +1 -0
- package/segment-collapse/global/index.d.js +1 -0
- package/segment-collapse/global/index.js +1 -1
- package/segment-collapse/index.d.js +1 -0
- package/segment-collapse/index.js +4 -4
- package/segment-collapse/types.d.js +1 -0
- package/segmented-control/global/index.d.js +1 -0
- package/segmented-control/global/index.js +1 -1
- package/segmented-control/index.d.js +1 -0
- package/segmented-control/index.js +5 -5
- package/segmented-control/types.d.js +1 -0
- package/segmented-control-option/global/index.d.js +1 -0
- package/segmented-control-option/global/index.js +1 -1
- package/segmented-control-option/index.d.js +1 -0
- package/segmented-control-option/index.js +3 -3
- package/segmented-control-option/types.d.js +1 -0
- package/segmented-icon-control/global/index.d.js +1 -0
- package/segmented-icon-control/global/index.js +1 -1
- package/segmented-icon-control/index.d.js +1 -0
- package/segmented-icon-control/index.js +6 -6
- package/segmented-icon-control/types.d.js +1 -0
- package/segmented-icon-control-option/global/index.d.js +1 -0
- package/segmented-icon-control-option/global/index.js +1 -1
- package/segmented-icon-control-option/index.d.js +1 -0
- package/segmented-icon-control-option/index.js +3 -3
- package/segmented-icon-control-option/types.d.js +1 -0
- package/select-button/global/index.d.js +1 -0
- package/select-button/global/index.js +1 -1
- package/select-button/index.d.js +2 -0
- package/select-button/index.js +7 -7
- package/select-button/types.d.js +1 -0
- package/select-menu/global/index.d.js +1 -0
- package/select-menu/global/index.js +1 -1
- package/select-menu/index.d.js +3 -0
- package/select-menu/index.js +12 -12
- package/select-menu/types.d.js +1 -0
- package/select-menu-option/global/index.d.js +1 -0
- package/select-menu-option/global/index.js +1 -1
- package/select-menu-option/index.d.js +2 -0
- package/select-menu-option/index.js +4 -4
- package/select-menu-option/types.d.js +1 -0
- package/select-menu-option/utils.d.js +1 -0
- package/sheet/global/index.d.js +1 -0
- package/sheet/global/index.js +1 -1
- package/sheet/index.d.js +1 -0
- package/sheet/index.d.ts +1 -1
- package/sheet/index.js +7 -7
- package/sheet/types.d.js +1 -0
- package/sheet-title/global/index.d.js +1 -0
- package/sheet-title/global/index.js +1 -1
- package/sheet-title/index.d.js +2 -0
- package/sheet-title/index.d.ts +1 -1
- package/sheet-title/index.js +5 -5
- package/sheet-title/types.d.js +1 -0
- package/skeleton/global/index.d.js +1 -0
- package/skeleton/global/index.js +1 -1
- package/skeleton/index.d.js +1 -0
- package/skeleton/index.js +3 -3
- package/skeleton/types.d.js +1 -0
- package/skeleton-item/global/index.d.js +1 -0
- package/skeleton-item/global/index.js +1 -1
- package/skeleton-item/index.d.js +1 -0
- package/skeleton-item/index.js +1 -1
- package/skeleton-item/types.d.js +1 -0
- package/spinner/global/index.d.js +1 -0
- package/spinner/global/index.js +1 -1
- package/spinner/index.d.js +1 -0
- package/spinner/index.js +4 -4
- package/spinner/types.d.js +1 -0
- package/standalone.js +25 -88
- package/stop-events/index.d.js +1 -0
- package/stop-events/index.js +2 -2
- package/table/global/index.d.js +1 -0
- package/table/global/index.js +1 -1
- package/table/index.d.js +1 -0
- package/table/index.js +1 -1
- package/table/types.d.js +1 -0
- package/table-body/global/index.d.js +1 -0
- package/table-body/global/index.js +1 -1
- package/table-body/index.d.js +1 -0
- package/table-body/index.js +1 -1
- package/table-body/types.d.js +1 -0
- package/table-cell/global/index.d.js +1 -0
- package/table-cell/global/index.js +1 -1
- package/table-cell/index.d.js +1 -0
- package/table-cell/index.js +3 -3
- package/table-cell/types.d.js +1 -0
- package/table-cell/utils.d.js +1 -0
- package/table-head/global/index.d.js +1 -0
- package/table-head/global/index.js +1 -1
- package/table-head/index.d.js +1 -0
- package/table-head/index.js +1 -1
- package/table-head/types.d.js +1 -0
- package/table-head-cell/global/index.d.js +1 -0
- package/table-head-cell/global/index.js +1 -1
- package/table-head-cell/index.d.js +1 -0
- package/table-head-cell/index.js +4 -4
- package/table-head-cell/types.d.js +1 -0
- package/table-row/global/index.d.js +1 -0
- package/table-row/global/index.js +1 -1
- package/table-row/index.d.js +1 -0
- package/table-row/index.js +2 -2
- package/table-row/types.d.js +1 -0
- package/tabs/global/index.d.js +1 -0
- package/tabs/global/index.js +1 -1
- package/tabs/index.d.js +1 -0
- package/tabs/index.js +6 -6
- package/tabs/types.d.js +1 -0
- package/tabs-icon-option/global/index.d.js +1 -0
- package/tabs-icon-option/global/index.js +1 -1
- package/tabs-icon-option/index.d.js +1 -0
- package/tabs-icon-option/index.js +3 -3
- package/tabs-icon-option/types.d.js +1 -0
- package/tabs-option/global/index.d.js +1 -0
- package/tabs-option/global/index.js +1 -1
- package/tabs-option/index.d.js +1 -0
- package/tabs-option/index.js +4 -4
- package/tabs-option/types.d.js +1 -0
- package/tag/colors.d.js +1 -0
- package/tag/global/index.d.js +1 -0
- package/tag/global/index.js +1 -1
- package/tag/index.d.js +2 -0
- package/tag/index.js +5 -5
- package/tag/types.d.js +1 -0
- package/tag/utils.d.js +1 -0
- package/text/global/index.d.js +1 -0
- package/text/global/index.js +1 -1
- package/text/index.d.js +1 -0
- package/text/index.js +3 -3
- package/text/types.d.js +1 -0
- package/text/utils.d.js +1 -0
- package/textarea/global/index.d.js +1 -0
- package/textarea/global/index.js +1 -1
- package/textarea/index.d.js +1 -0
- package/textarea/index.js +7 -7
- package/textarea/types.d.js +1 -0
- package/time-picker/global/index.d.js +1 -0
- package/time-picker/global/index.js +1 -1
- package/time-picker/index.d.js +2 -0
- package/time-picker/index.js +7 -8
- package/time-picker/types.d.js +1 -0
- package/time-picker/utils.d.js +1 -0
- package/title/global/index.d.js +1 -0
- package/title/global/index.js +1 -1
- package/title/index.d.js +1 -0
- package/title/index.js +3 -3
- package/title/types.d.js +1 -0
- package/title/utils.d.js +1 -0
- package/toast/global/index.d.js +1 -0
- package/toast/global/index.js +1 -1
- package/toast/index.d.js +2 -0
- package/toast/index.js +7 -7
- package/toast/types.d.js +1 -0
- package/toast/types.d.ts +2 -0
- package/toast/utils.d.js +1 -0
- package/toast-manager/global/index.d.js +1 -0
- package/toast-manager/global/index.js +1 -1
- package/toast-manager/index.d.js +2 -0
- package/toast-manager/index.js +6 -7
- package/toast-manager/types.d.js +1 -0
- package/toast-manager/utils.d.js +1 -0
- package/toggle/global/index.d.js +1 -0
- package/toggle/global/index.js +1 -1
- package/toggle/index.d.js +1 -0
- package/toggle/index.js +3 -3
- package/toggle/types.d.js +1 -0
- package/tooltip/global/index.d.js +1 -0
- package/tooltip/global/index.js +1 -1
- package/tooltip/index.d.js +2 -0
- package/tooltip/index.d.ts +1 -1
- package/tooltip/index.js +8 -9
- package/tooltip/tooltip-state.d.js +1 -0
- package/tooltip/types.d.js +1 -0
- package/tooltip/utils.d.js +1 -0
- package/utils/adapters.d.js +1 -0
- package/utils/component-names.d.js +1 -0
- package/utils/component-names.d.ts +1 -1
- package/utils/context.d.js +1 -0
- package/utils/control-keyboard-navigation.d.js +1 -0
- package/utils/control-keyboard-navigation.d.ts +1 -1
- package/utils/control-keyboard-navigation.js +2 -2
- package/utils/countries.d.js +1 -0
- package/utils/csv.d.js +1 -0
- package/utils/debounce.d.js +1 -0
- package/utils/dom.d.js +1 -0
- package/utils/element.d.js +1 -0
- package/utils/element.d.ts +16 -109
- package/utils/element.js +2 -2
- package/utils/event-target.d.js +1 -0
- package/utils/form.d.js +1 -0
- package/utils/get-react-event-handler.d.js +1 -0
- package/utils/global-components-constants.d.js +1 -0
- package/utils/global-components-manager.d.js +1 -0
- package/utils/global-components-manager.d.ts +4 -47
- package/utils/global-components-manager.js +91 -2
- package/utils/index.d.js +75 -0
- package/utils/index.js +73 -73
- package/utils/markdown.d.js +1 -0
- package/utils/placement.d.js +1 -0
- package/utils/placement.js +1 -1
- package/utils/rect.d.js +1 -0
- package/utils/rect.js +1 -1
- package/utils/scroll-lock.d.js +1 -0
- package/utils/size.d.js +1 -0
- package/utils/slot.d.js +1 -0
- package/utils/throttle.d.js +1 -0
- package/utils/uid.d.js +1 -0
- package/utils/shared/cdn-loader.js +0 -136
- package/utils/shared/deferred-promise.js +0 -10
- package/utils/shared/global-elements-manager.js +0 -150
- package/utils/shared/global-elements-store.js +0 -33
- package/utils/shared/index.d.js +0 -16
- package/utils/shared/index.js +0 -16
- package/utils/shared/nectary-element-base.js +0 -25
- /package/{utils/shared/global-elements-store.d.js → accordion/global/index.d.js} +0 -0
- /package/{utils/shared/nectary-element-base.d.js → accordion/index.d.js} +0 -0
- /package/{utils/shared/cdn-loader.d.js → accordion-item/global/index.d.js} +0 -0
- /package/{utils/shared/deferred-promise.d.js → accordion-item/types.d.js} +0 -0
- /package/{utils/shared/global-elements-manager.d.js → accordion-item/utils.d.js} +0 -0
package/select-menu/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import "../
|
|
3
|
-
import "../
|
|
4
|
-
import { isSelectMenuOption } from "../
|
|
5
|
-
import { subscribeContext } from "../
|
|
6
|
-
import { unpackCsv, getFirstCsvValue, updateCsv } from "../
|
|
7
|
-
import { getBooleanAttribute, updateAttribute, updateExplicitBooleanAttribute, isAttrTrue, getAttribute, updateIntegerAttribute, getIntegerAttribute, updateBooleanAttribute, getDeepActiveElement, hasClass, setClass, attrValueToPixels } from "../
|
|
8
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
9
|
-
import { debounceTimeout } from "../
|
|
10
|
-
import { getReactEventHandler } from "../
|
|
11
|
-
import { isTargetEqual } from "../
|
|
12
|
-
import { setFormValue, CSVToFormData } from "../
|
|
1
|
+
import "../index.d15.js";
|
|
2
|
+
import "../index.d3.js";
|
|
3
|
+
import "../index.d.js";
|
|
4
|
+
import { i as isSelectMenuOption } from "../utils25.js";
|
|
5
|
+
import { s as subscribeContext } from "../context.js";
|
|
6
|
+
import { u as unpackCsv, g as getFirstCsvValue, a as updateCsv } from "../csv.js";
|
|
7
|
+
import { j as getBooleanAttribute, y as updateAttribute, A as updateExplicitBooleanAttribute, t as isAttrTrue, i as getAttribute, B as updateIntegerAttribute, n as getIntegerAttribute, z as updateBooleanAttribute, m as getDeepActiveElement, r as hasClass, w as setClass, d as attrValueToPixels } from "../dom.js";
|
|
8
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
9
|
+
import { a as debounceTimeout } from "../debounce.js";
|
|
10
|
+
import { g as getReactEventHandler } from "../get-react-event-handler.js";
|
|
11
|
+
import { i as isTargetEqual } from "../event-target.js";
|
|
12
|
+
import { s as setFormValue, C as CSVToFormData } from "../form.js";
|
|
13
13
|
const templateHTML = '<style>:host{display:block;outline:0}#listbox{overflow-y:auto;max-height:var(--sinch-comp-select-menu-font-max-height)}#search{display:none;margin:10px}#search.active{display:block}#search-clear:not(.active){display:none}#not-found{display:flex;align-items:center;justify-content:center;width:100%;height:30px;margin-bottom:10px;pointer-events:none;user-select:none;--sinch-comp-text-font:var(--sinch-comp-select-menu-font-not-found-text);--sinch-global-color-text:var(--sinch-comp-select-menu-color-default-not-found-text-initial)}#not-found:not(.active){display:none}::slotted(.hidden){display:none}::slotted(sinch-title){padding:8px 16px;--sinch-global-color-text:var(--sinch-comp-select-menu-color-default-title-initial)}</style><sinch-input id="search" size="s" placeholder="Search" aria-label="Search"><sinch-icon icons-version="2" name="magnifying-glass" id="icon-search" slot="icon"></sinch-icon><sinch-button id="search-clear" slot="right"><sinch-icon icons-version="2" name="fa-xmark" slot="icon"></sinch-icon></sinch-button></sinch-input><div id="not-found"><sinch-text type="m">No results</sinch-text></div><div id="listbox" role="listbox" tabindex="-1"><slot></slot></div>';
|
|
14
14
|
const ITEM_HEIGHT = 40;
|
|
15
15
|
const DEFAULT_SEARCH_LABEL = "Search";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-select-menu-option");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import "../
|
|
3
|
-
import { isAttrEqual, updateBooleanAttribute, isAttrTrue, updateExplicitBooleanAttribute, updateAttribute, getAttribute, getBooleanAttribute } from "../
|
|
4
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import "../index.d3.js";
|
|
2
|
+
import "../index.d.js";
|
|
3
|
+
import { s as isAttrEqual, z as updateBooleanAttribute, t as isAttrTrue, A as updateExplicitBooleanAttribute, y as updateAttribute, i as getAttribute, j as getBooleanAttribute } from "../dom.js";
|
|
4
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
5
5
|
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;position:relative;box-sizing:border-box;min-height:40px;padding:8px 16px;align-items:center;gap:10px;user-select:none;cursor:pointer;background-color:var(--sinch-comp-select-menu-color-default-background-initial);--sinch-global-color-text:var(--sinch-comp-select-menu-color-default-option-initial);--sinch-global-color-icon:var(--sinch-comp-select-menu-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-select-menu-size-icon)}#content{flex:1;min-width:0;--sinch-comp-text-font:var(--sinch-comp-select-menu-font-option)}#icon-check{display:none;margin-right:-6px}:host([data-checked]:not([action])) #icon-check{display:block}:host([data-selected])>#wrapper{background-color:var(--sinch-comp-select-menu-color-default-background-selected)}:host(:hover)>#wrapper{background-color:var(--sinch-comp-select-menu-color-default-background-hover)}:host([disabled])>#wrapper{cursor:initial;pointer-events:none;background-color:var(--sinch-comp-select-menu-color-disabled-background-initial);--sinch-global-color-text:var(--sinch-comp-select-menu-color-disabled-option-initial);--sinch-global-color-icon:var(--sinch-comp-select-menu-color-disabled-icon-initial)}::slotted([slot=icon]){margin-left:-6px}::slotted([slot=content]){pointer-events:none;flex:1}</style><div id="wrapper"><slot name="icon"></slot><slot name="content"></slot><sinch-text id="content" type="m" ellipsis></sinch-text><sinch-icon icons-version="2" name="fa-check" id="icon-check"></sinch-icon></div>';
|
|
6
6
|
const template = document.createElement("template");
|
|
7
7
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/sheet/global/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-sheet");
|
package/sheet/index.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../index.d8.js";
|
package/sheet/index.d.ts
CHANGED
package/sheet/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import { isAttrEqual, updateBooleanAttribute, getBooleanAttribute, updateAttribute, getAttribute, getCssVar, setClass, isAttrTrue } from "../
|
|
3
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
4
|
-
import { getRect } from "../
|
|
5
|
-
import { getReactEventHandler } from "../
|
|
6
|
-
import { isTargetEqual } from "../
|
|
7
|
-
import { disableScroll, enableScroll } from "../
|
|
1
|
+
import "../index.d8.js";
|
|
2
|
+
import { s as isAttrEqual, z as updateBooleanAttribute, j as getBooleanAttribute, y as updateAttribute, i as getAttribute, k as getCssVar, w as setClass, t as isAttrTrue } from "../dom.js";
|
|
3
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
4
|
+
import { g as getRect } from "../rect.js";
|
|
5
|
+
import { g as getReactEventHandler } from "../get-react-event-handler.js";
|
|
6
|
+
import { i as isTargetEqual } from "../event-target.js";
|
|
7
|
+
import { d as disableScroll, e as enableScroll } from "../scroll-lock.js";
|
|
8
8
|
const templateHTML = '<style>:host{display:contents}#dialog{position:fixed;margin:0;display:grid;grid-template-rows:auto 1fr auto;padding:var(--sinch-comp-sheet-size-padding) 0;gap:var(--sinch-comp-sheet-size-gap);max-width:unset;max-height:unset;box-sizing:border-box;contain:content;background-color:var(--sinch-comp-sheet-color-background);border:none;outline:0;opacity:0;transition-property:transform,opacity;transition-duration:var(--sinch-comp-sheet-animation-duration),calc(var(--sinch-comp-sheet-animation-duration) / 2.5);transition-timing-function:var(--sinch-comp-sheet-animation-easing)}#dialog.overlay-push{opacity:.5}#dialog[open],#dialog[open].placement-bottom,#dialog[open].placement-left,#dialog[open].placement-right,#dialog[open].placement-top{transform:translateX(0) translateY(0);opacity:1}#dialog.placement-right{top:0;right:0;margin-left:auto;height:100dvh;transform:translateX(100%);max-width:var(--sinch-comp-sheet-size-max-horizontal)}#dialog.placement-left{top:0;left:0;margin-right:auto;height:100dvh;transform:translateX(-100%);max-width:var(--sinch-comp-sheet-size-max-horizontal)}#dialog.placement-top{top:0;left:0;right:0;width:100%;transform:translateY(-100%);max-height:var(--sinch-comp-sheet-size-max-vertical)}#dialog.placement-bottom{bottom:0;left:0;right:0;width:100%;margin-top:auto;transform:translateY(100%);max-height:var(--sinch-comp-sheet-size-max-vertical)}#dialog::backdrop{display:block;background:linear-gradient(var(--sinch-comp-sheet-color-backdrop-from),var(--sinch-comp-sheet-color-backdrop-to));backdrop-filter:blur(var(--sinch-comp-sheet-size-backdrop-blur))}#title{padding:0 var(--sinch-comp-sheet-size-padding)}#content{min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 var(--sinch-comp-sheet-size-padding);box-sizing:border-box}#action{display:flex;flex-direction:row;justify-content:flex-end;gap:16px;padding:0 var(--sinch-comp-sheet-size-padding)}#action.empty{display:none}@media screen and (max-width:576px){#dialog.placement-left,#dialog.placement-right{max-width:100dvw}}@media (prefers-reduced-motion:reduce){#dialog{transition-duration:0s}}</style><dialog id="dialog" aria-labelledby="title" aria-describedby="content"><div id="title"><slot name="title"></slot></div><div id="content"><sinch-stop-events events="close"><slot name="content"></slot></sinch-stop-events></div><div id="action"><sinch-stop-events events="close"><slot name="footer"></slot></sinch-stop-events></div></dialog>';
|
|
9
9
|
const template = document.createElement("template");
|
|
10
10
|
template.innerHTML = templateHTML;
|
package/sheet/types.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-sheet-title");
|
package/sheet-title/index.d.ts
CHANGED
package/sheet-title/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import "../
|
|
3
|
-
import { isAttrEqual, updateAttribute, getAttribute } from "../
|
|
4
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
5
|
-
import { getRect } from "../
|
|
1
|
+
import "../index.d3.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
import { s as isAttrEqual, y as updateAttribute, i as getAttribute } from "../dom.js";
|
|
4
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
5
|
+
import { g as getRect } from "../rect.js";
|
|
6
6
|
const templateHTML = '<style>:host{display:contents;--sinch-sheet-close-button-display:unset}#top{display:flex;flex-direction:row;align-items:center;margin-top:8px;gap:var(--sinch-comp-sheet-size-title-gap)}#text{--sinch-global-color-text:var(--sinch-comp-sheet-color-title);--sinch-comp-title-font:var(--sinch-comp-sheet-font-title)}#description{--sinch-global-color-text:var(--sinch-comp-sheet-color-description);--sinch-comp-text-font:var(--sinch-comp-sheet-font-description)}#close{display:var(--sinch-sheet-close-button-display,initial);margin-left:auto}</style><div id="title"><div id="top"><slot id="icon" name="icon"></slot><sinch-title id="text" type="m" level="3"></sinch-title><sinch-button id="close" size="s" aria-label="Close"><sinch-icon icons-version="2" name="fa-xmark" id="icon-close" slot="icon"></sinch-icon></sinch-button></div><sinch-text id="description" type="m"></sinch-text></div>';
|
|
7
7
|
const template = document.createElement("template");
|
|
8
8
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/skeleton/global/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-skeleton");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/skeleton/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { isAttrTrue, shouldReduceMotion, getCssVar, attrValueToInteger } from "../
|
|
2
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
3
|
-
import { getUid } from "../
|
|
1
|
+
import { t as isAttrTrue, x as shouldReduceMotion, k as getCssVar, c as attrValueToInteger } from "../dom.js";
|
|
2
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
3
|
+
import { g as getUid } from "../uid.js";
|
|
4
4
|
const templateHTML = '<style>:host{display:block;position:relative}#wrapper{position:relative;display:flex;flex-direction:column;gap:16px;overflow:hidden;box-sizing:border-box}:host([card]:not([card=false])) #wrapper{background-color:var(--sinch-sys-color-surface-primary-default);border:1px solid var(--sinch-sys-color-border-subtle);border-radius:var(--sinch-sys-shape-radius-l);padding:16px}#shimmer{position:absolute;inset:0;overflow:hidden;pointer-events:none}#shimmer-inner{position:absolute;left:0;top:0;width:400%;height:100%;background-image:linear-gradient(90deg,transparent 0,transparent 30%,var(--sinch-comp-skeleton-color-shimmer) 50%,transparent 53%,transparent 100%);background-size:100% 100%}#shimmer.animated #shimmer-inner{animation:nectary-skeleton-shimmer 2s linear infinite}@media (prefers-reduced-motion:reduce){#shimmer.animated #shimmer-inner{animation:none}}@keyframes nectary-skeleton-shimmer{0%{transform:translateX(-75%)}100%{transform:translateX(0)}}#svg{display:block;width:0;height:0}</style><svg id="svg"><defs><clipPath id="clip"></clipPath></defs></svg><div id="wrapper"><slot></slot><div id="shimmer"><div id="shimmer-inner"></div></div></div>';
|
|
5
5
|
const template = document.createElement("template");
|
|
6
6
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-skeleton-item");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/skeleton-item/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
2
2
|
const templateHTML = '<style>:host{display:block;box-sizing:border-box;--sinch-local-shape-radius:var(--sinch-sys-shape-radius-m, 4px)}#content{width:100%;height:100%;min-height:100%;box-sizing:border-box;background-color:var(--sinch-comp-skeleton-color-background);overflow:hidden;position:relative;border-radius:var(--sinch-local-shape-radius)}:host([size=xs]){height:var(--sinch-sys-size-xs,24px);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-xs, 4px)}:host([size="s"]){height:var(--sinch-sys-size-s,32px);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-s, 4px)}:host(:not([size])),:host([size="m"]){height:var(--sinch-sys-size-m,40px);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-m, 4px)}:host([size="l"]){height:var(--sinch-sys-size-l,48px);--sinch-local-shape-radius:var(--sinch-sys-shape-radius-l, 4px)}</style><div id="content"></div>';
|
|
3
3
|
const template = document.createElement("template");
|
|
4
4
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/spinner/global/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-spinner");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/spinner/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { subscribeContext } from "../
|
|
2
|
-
import { updateAttribute, updateLiteralAttribute, getLiteralAttribute } from "../
|
|
3
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
4
|
-
import { sizeValues, DEFAULT_SIZE } from "../
|
|
1
|
+
import { s as subscribeContext } from "../context.js";
|
|
2
|
+
import { y as updateAttribute, C as updateLiteralAttribute, o as getLiteralAttribute } from "../dom.js";
|
|
3
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
4
|
+
import { s as sizeValues, D as DEFAULT_SIZE } from "../size.js";
|
|
5
5
|
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>';
|
|
6
6
|
const template = document.createElement("template");
|
|
7
7
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/standalone.js
CHANGED
|
@@ -1,89 +1,26 @@
|
|
|
1
|
-
import { setNectaryRegistry } from "./
|
|
2
|
-
import "./
|
|
3
|
-
import "./
|
|
4
|
-
import "./
|
|
5
|
-
import "./
|
|
6
|
-
import "./
|
|
7
|
-
import "./
|
|
8
|
-
import "./
|
|
9
|
-
import "./
|
|
10
|
-
import "./
|
|
11
|
-
import "./
|
|
12
|
-
import "./
|
|
13
|
-
import "./
|
|
14
|
-
import "./
|
|
15
|
-
import "./
|
|
16
|
-
import "./
|
|
17
|
-
import "./
|
|
18
|
-
import "./
|
|
19
|
-
import "./
|
|
20
|
-
import "./
|
|
21
|
-
import "./
|
|
22
|
-
import "./
|
|
23
|
-
import "./
|
|
24
|
-
import "./
|
|
25
|
-
import "./
|
|
26
|
-
import "./field-v2/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 "./floating-panel/index.js";
|
|
32
|
-
import "./floating-panel-button/index.js";
|
|
33
|
-
import "./floating-panel-icon-button/index.js";
|
|
34
|
-
import "./grid-item/index.js";
|
|
35
|
-
import "./grid/index.js";
|
|
36
|
-
import "./help-tooltip/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 "./persistent-overlay/index.js";
|
|
45
|
-
import "./pop/index.js";
|
|
46
|
-
import "./popover/index.js";
|
|
47
|
-
import "./progress-stepper-item-v2/index.js";
|
|
48
|
-
import "./progress-stepper-item/index.js";
|
|
49
|
-
import "./progress-stepper-v2/index.js";
|
|
50
|
-
import "./progress-stepper/index.js";
|
|
51
|
-
import "./progress/index.js";
|
|
52
|
-
import "./radio-option/index.js";
|
|
53
|
-
import "./radio/index.js";
|
|
54
|
-
import "./rich-text/index.js";
|
|
55
|
-
import "./rich-textarea/index.js";
|
|
56
|
-
import "./rich-textarea-chip/index.js";
|
|
57
|
-
import "./segment-collapse/index.js";
|
|
58
|
-
import "./segmented-control-option/index.js";
|
|
59
|
-
import "./segmented-control/index.js";
|
|
60
|
-
import "./segmented-icon-control-option/index.js";
|
|
61
|
-
import "./segmented-icon-control/index.js";
|
|
62
|
-
import "./select-button/index.js";
|
|
63
|
-
import "./select-menu-option/index.js";
|
|
64
|
-
import "./select-menu/index.js";
|
|
65
|
-
import "./sheet/index.js";
|
|
66
|
-
import "./sheet-title/index.js";
|
|
67
|
-
import "./skeleton-item/index.js";
|
|
68
|
-
import "./skeleton/index.js";
|
|
69
|
-
import "./spinner/index.js";
|
|
70
|
-
import "./stop-events/index.js";
|
|
71
|
-
import "./table-body/index.js";
|
|
72
|
-
import "./table-cell/index.js";
|
|
73
|
-
import "./table-head-cell/index.js";
|
|
74
|
-
import "./table-head/index.js";
|
|
75
|
-
import "./table-row/index.js";
|
|
76
|
-
import "./table/index.js";
|
|
77
|
-
import "./tabs-icon-option/index.js";
|
|
78
|
-
import "./tabs-option/index.js";
|
|
79
|
-
import "./tabs/index.js";
|
|
80
|
-
import "./tag/index.js";
|
|
81
|
-
import "./text/index.js";
|
|
82
|
-
import "./textarea/index.js";
|
|
83
|
-
import "./time-picker/index.js";
|
|
84
|
-
import "./title/index.js";
|
|
85
|
-
import "./toast-manager/index.js";
|
|
86
|
-
import "./toast/index.js";
|
|
87
|
-
import "./toggle/index.js";
|
|
88
|
-
import "./tooltip/index.js";
|
|
1
|
+
import { s as setNectaryRegistry } from "./element.js";
|
|
2
|
+
import "./standalone.d.js";
|
|
3
|
+
import "./index2.js";
|
|
4
|
+
import "./index.d7.js";
|
|
5
|
+
import "./index.d9.js";
|
|
6
|
+
import "./index.d10.js";
|
|
7
|
+
import "./index.d11.js";
|
|
8
|
+
import "./index.d12.js";
|
|
9
|
+
import "./index3.js";
|
|
10
|
+
import "./index.d13.js";
|
|
11
|
+
import "./index.d14.js";
|
|
12
|
+
import "./index.d3.js";
|
|
13
|
+
import "./index.d15.js";
|
|
14
|
+
import "./index.d16.js";
|
|
15
|
+
import "./index.d2.js";
|
|
16
|
+
import "./index4.js";
|
|
17
|
+
import "./index.d5.js";
|
|
18
|
+
import "./index.d17.js";
|
|
19
|
+
import "./index.d18.js";
|
|
20
|
+
import "./index.d4.js";
|
|
21
|
+
import "./index.d8.js";
|
|
22
|
+
import "./index.d.js";
|
|
23
|
+
import "./index.js";
|
|
24
|
+
import "./utils.js";
|
|
25
|
+
import "./index.d6.js";
|
|
89
26
|
setNectaryRegistry(window.customElements);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/stop-events/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { unpackCsv } from "../
|
|
2
|
-
import { defineCustomElement } from "../
|
|
1
|
+
import { u as unpackCsv } from "../csv.js";
|
|
2
|
+
import { d as defineCustomElement } from "../element.js";
|
|
3
3
|
class StopEvents extends HTMLElement {
|
|
4
4
|
#controller = null;
|
|
5
5
|
constructor() {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table/global/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table");
|
package/table/index.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
2
2
|
const templateHTML = "<style>:host{display:table}</style><slot></slot>";
|
|
3
3
|
const template = document.createElement("template");
|
|
4
4
|
template.innerHTML = templateHTML;
|
package/table/types.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table-body");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table-body/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
2
2
|
const templateHTML = "<style>:host{display:table-row-group}</style><slot></slot>";
|
|
3
3
|
const template = document.createElement("template");
|
|
4
4
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table-cell");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table-cell/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { updateLiteralAttribute, getLiteralAttribute } from "../
|
|
2
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
3
|
-
import { alignValues } from "
|
|
1
|
+
import { C as updateLiteralAttribute, o as getLiteralAttribute } from "../dom.js";
|
|
2
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
3
|
+
import { a as alignValues } from "../utils26.js";
|
|
4
4
|
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>';
|
|
5
5
|
const template = document.createElement("template");
|
|
6
6
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table-head");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table-head/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
2
2
|
const templateHTML = "<style>:host{display:table-header-group}</style><slot></slot>";
|
|
3
3
|
const template = document.createElement("template");
|
|
4
4
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table-head-cell");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "../index.d.js";
|
package/table-head-cell/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import { alignValues } from "../
|
|
3
|
-
import { isAttrEqual, updateBooleanAttribute, isAttrTrue, updateAttribute, getAttribute, updateLiteralAttribute, getLiteralAttribute, getBooleanAttribute } from "../
|
|
4
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import "../index.d.js";
|
|
2
|
+
import { a as alignValues } from "../utils26.js";
|
|
3
|
+
import { s as isAttrEqual, z as updateBooleanAttribute, t as isAttrTrue, y as updateAttribute, i as getAttribute, C as updateLiteralAttribute, o as getLiteralAttribute, j as getBooleanAttribute } from "../dom.js";
|
|
4
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
5
5
|
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>';
|
|
6
6
|
const template = document.createElement("template");
|
|
7
7
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-table-row");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/table-row/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isAttrEqual, updateBooleanAttribute, isAttrTrue, getBooleanAttribute } from "../
|
|
2
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
1
|
+
import { s as isAttrEqual, z as updateBooleanAttribute, t as isAttrTrue, j as getBooleanAttribute } from "../dom.js";
|
|
2
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
3
3
|
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>";
|
|
4
4
|
const template = document.createElement("template");
|
|
5
5
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/tabs/global/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-tabs");
|
package/tabs/index.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
package/tabs/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { updateAttribute, getAttribute, getBooleanAttribute, updateBooleanAttribute } from "../
|
|
2
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
3
|
-
import { getRect } from "../
|
|
4
|
-
import { getReactEventHandler } from "../
|
|
5
|
-
import { getTargetByAttribute } from "../
|
|
6
|
-
import { createKeyboardNavigation } from "../
|
|
1
|
+
import { y as updateAttribute, i as getAttribute, j as getBooleanAttribute, z as updateBooleanAttribute } from "../dom.js";
|
|
2
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
3
|
+
import { g as getRect } from "../rect.js";
|
|
4
|
+
import { g as getReactEventHandler } from "../get-react-event-handler.js";
|
|
5
|
+
import { a as getTargetByAttribute } from "../event-target.js";
|
|
6
|
+
import { c as createKeyboardNavigation } from "../control-keyboard-navigation.js";
|
|
7
7
|
const templateHTML = '<style>:host{display:block}#wrapper{display:flex;width:100%;height:40px;border-bottom:1px solid var(--sinch-comp-tab-color-default-border-initial);box-sizing:border-box}</style><div id="wrapper"><slot></slot></div>';
|
|
8
8
|
const template = document.createElement("template");
|
|
9
9
|
template.innerHTML = templateHTML;
|
package/tabs/types.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { defineCustomElement } from "../../
|
|
1
|
+
import { d as defineCustomElement } from "../../element.js";
|
|
2
2
|
defineCustomElement("sinch-tabs-icon-option");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { updateAttribute, getAttribute, updateBooleanAttribute, getBooleanAttribute, isAttrEqual, updateExplicitBooleanAttribute, isAttrTrue } from "../
|
|
2
|
-
import { defineCustomElement, NectaryElement } from "../
|
|
3
|
-
import { isActivationKey } from "../
|
|
1
|
+
import { y as updateAttribute, i as getAttribute, z as updateBooleanAttribute, j as getBooleanAttribute, s as isAttrEqual, A as updateExplicitBooleanAttribute, t as isAttrTrue } from "../dom.js";
|
|
2
|
+
import { d as defineCustomElement, N as NectaryElement } from "../element.js";
|
|
3
|
+
import { i as isActivationKey } from "../control-keyboard-navigation.js";
|
|
4
4
|
const templateHTML = '<style>:host{display:block;outline:0}#button{all:initial;position:relative;display:flex;flex-direction:column;padding:12px 16px 0;box-sizing:border-box;cursor:pointer;background-color:var(--sinch-comp-tab-color-default-background-initial);border-top-left-radius:var(--sinch-comp-tab-shape-radius);border-top-right-radius:var(--sinch-comp-tab-shape-radius);height:39px;--sinch-global-color-icon:var(--sinch-comp-tab-color-default-icon-initial);--sinch-global-size-icon:var(--sinch-comp-tab-size-icon)}:host([disabled]) #button{cursor:unset;pointer-events:none;--sinch-global-color-icon:var(--sinch-comp-tab-color-disabled-icon-initial)}:host([data-checked]) #button{--sinch-global-color-icon:var(--sinch-comp-tab-color-checked-icon-initial)}:host([data-checked]) #button::before{content:"";position:absolute;left:0;right:0;bottom:-1px;pointer-events:none;border-top:2px solid var(--sinch-comp-tab-color-checked-border-initial)}:host(:hover:not([disabled])) #button{background-color:var(--sinch-comp-tab-color-default-background-hover)}:host(:focus-visible) #button::after{content:"";position:absolute;inset:0;bottom:-3px;border:2px solid var(--sinch-comp-tab-color-default-outline-focus);border-top-left-radius:var(--sinch-comp-tab-shape-radius);border-top-right-radius:var(--sinch-comp-tab-shape-radius);pointer-events:none}::slotted(*){display:block;pointer-events:none}</style><sinch-tooltip id="tooltip"><div id="button"><slot name="icon"></slot></div></sinch-tooltip>';
|
|
5
5
|
const template = document.createElement("template");
|
|
6
6
|
template.innerHTML = templateHTML;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|