@dialpad/dialtone-vue 3.223.1 → 3.224.0-next.2
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/dist/Combobox-96zAPv6d.cjs +3 -0
- package/dist/Combobox-96zAPv6d.cjs.map +1 -0
- package/dist/Combobox-WsLvegw6.js +230 -0
- package/dist/Combobox-WsLvegw6.js.map +1 -0
- package/dist/Datepicker-CGFa1nGm.js +484 -0
- package/dist/Datepicker-CGFa1nGm.js.map +1 -0
- package/dist/Datepicker-DkGmnVc8.cjs +2 -0
- package/dist/Datepicker-DkGmnVc8.cjs.map +1 -0
- package/dist/EmojiPicker-BllVwJf4.js +858 -0
- package/dist/EmojiPicker-BllVwJf4.js.map +1 -0
- package/dist/EmojiPicker-KO1yhODv.cjs +2 -0
- package/dist/EmojiPicker-KO1yhODv.cjs.map +1 -0
- package/dist/MarkdownRenderer-D5XWsyQk.cjs +31 -0
- package/dist/MarkdownRenderer-D5XWsyQk.cjs.map +1 -0
- package/dist/MarkdownRenderer-NSSny0ID.js +322 -0
- package/dist/MarkdownRenderer-NSSny0ID.js.map +1 -0
- package/dist/Presence-CGgyodnC.js +112 -0
- package/dist/Presence-CGgyodnC.js.map +1 -0
- package/dist/Presence-DLM3JR-n.cjs +2 -0
- package/dist/Presence-DLM3JR-n.cjs.map +1 -0
- package/dist/Resizable-DBRsEUf3.cjs +2 -0
- package/dist/Resizable-DBRsEUf3.cjs.map +1 -0
- package/dist/Resizable-EY7mWluI.js +964 -0
- package/dist/Resizable-EY7mWluI.js.map +1 -0
- package/dist/ResizableHandle-DQG7a5D9.cjs +2 -0
- package/dist/ResizableHandle-DQG7a5D9.cjs.map +1 -0
- package/dist/ResizableHandle-v-oU-sj-.js +308 -0
- package/dist/ResizableHandle-v-oU-sj-.js.map +1 -0
- package/dist/ResizableUtils-C9qEZRN5.js +100 -0
- package/dist/ResizableUtils-C9qEZRN5.js.map +1 -0
- package/dist/ResizableUtils-DMfertP2.cjs +2 -0
- package/dist/ResizableUtils-DMfertP2.cjs.map +1 -0
- package/dist/RichTextEditor-DQMPmLEs.cjs +12 -0
- package/dist/RichTextEditor-DQMPmLEs.cjs.map +1 -0
- package/dist/RichTextEditor-jmf39No_.js +3070 -0
- package/dist/RichTextEditor-jmf39No_.js.map +1 -0
- package/dist/Scroller-BZ6uXRvs.cjs +2 -0
- package/dist/Scroller-BZ6uXRvs.cjs.map +1 -0
- package/dist/Scroller-PdWd9P1m.js +623 -0
- package/dist/Scroller-PdWd9P1m.js.map +1 -0
- package/dist/TextList-B6XFfQfD.js +88 -0
- package/dist/TextList-B6XFfQfD.js.map +1 -0
- package/dist/TextList-Dd-ROFiI.cjs +2 -0
- package/dist/TextList-Dd-ROFiI.cjs.map +1 -0
- package/dist/TextListItem-DIlrCkaM.cjs +2 -0
- package/dist/TextListItem-DIlrCkaM.cjs.map +1 -0
- package/dist/TextListItem-ImUi_FWh.js +62 -0
- package/dist/TextListItem-ImUi_FWh.js.map +1 -0
- package/dist/Toast-BIHkIpZP.js +554 -0
- package/dist/Toast-BIHkIpZP.js.map +1 -0
- package/dist/Toast-D8ARDEgT.cjs +2 -0
- package/dist/Toast-D8ARDEgT.cjs.map +1 -0
- package/dist/UseResizableCalculations-BTQ4jiff.js +80 -0
- package/dist/UseResizableCalculations-BTQ4jiff.js.map +1 -0
- package/dist/UseResizableCalculations-C6lmroJg.cjs +2 -0
- package/dist/UseResizableCalculations-C6lmroJg.cjs.map +1 -0
- package/dist/common/composables/use-indicator-animation.cjs +2 -0
- package/dist/common/composables/use-indicator-animation.cjs.map +1 -0
- package/dist/common/composables/use-indicator-animation.js +78 -0
- package/dist/common/composables/use-indicator-animation.js.map +1 -0
- package/dist/common/composables/useIndicatorAnimation.d.ts +18 -0
- package/dist/common/composables/useIndicatorAnimation.d.ts.map +1 -0
- package/dist/common/constants/index.cjs +1 -1
- package/dist/common/constants/index.cjs.map +1 -1
- package/dist/common/constants/index.d.ts +29 -21
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +27 -14
- package/dist/common/constants/index.js.map +1 -1
- package/dist/common/constants/layout.cjs +2 -0
- package/dist/common/constants/layout.cjs.map +1 -0
- package/dist/common/constants/layout.d.ts +10 -0
- package/dist/common/constants/layout.d.ts.map +1 -0
- package/dist/common/constants/layout.js +26 -0
- package/dist/common/constants/layout.js.map +1 -0
- package/dist/common/constants/sizes.cjs +2 -0
- package/dist/common/constants/sizes.cjs.map +1 -0
- package/dist/common/constants/sizes.d.ts +22 -0
- package/dist/common/constants/sizes.d.ts.map +1 -0
- package/dist/common/constants/sizes.js +19 -0
- package/dist/common/constants/sizes.js.map +1 -0
- package/dist/common/mixins/index.cjs +1 -1
- package/dist/common/mixins/index.d.ts +1 -0
- package/dist/common/mixins/index.js +2 -1
- package/dist/common/mixins/input-group.cjs +1 -1
- package/dist/common/mixins/input-group.cjs.map +1 -1
- package/dist/common/mixins/input-group.js +2 -2
- package/dist/common/mixins/input-group.js.map +1 -1
- package/dist/common/mixins/input.cjs +1 -1
- package/dist/common/mixins/input.cjs.map +1 -1
- package/dist/common/mixins/input.d.ts +30 -36
- package/dist/common/mixins/input.d.ts.map +1 -1
- package/dist/common/mixins/input.js +0 -8
- package/dist/common/mixins/input.js.map +1 -1
- package/dist/common/mixins/input_group.d.ts +3 -3
- package/dist/common/mixins/input_group.d.ts.map +1 -1
- package/dist/common/mixins/mode.cjs +2 -0
- package/dist/common/mixins/mode.cjs.map +1 -0
- package/dist/common/mixins/mode.d.ts +25 -0
- package/dist/common/mixins/mode.d.ts.map +1 -0
- package/dist/common/mixins/mode.js +62 -0
- package/dist/common/mixins/mode.js.map +1 -0
- package/dist/common/mixins/skeleton.cjs.map +1 -1
- package/dist/common/mixins/skeleton.js.map +1 -1
- package/dist/common/mode_constants.d.ts +37 -0
- package/dist/common/mode_constants.d.ts.map +1 -0
- package/dist/common/sr_only_close_button.vue.d.ts +114 -23
- package/dist/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/common/utils/index.cjs +1 -1
- package/dist/common/utils/index.cjs.map +1 -1
- package/dist/common/utils/index.d.ts +2 -8
- package/dist/common/utils/index.d.ts.map +1 -1
- package/dist/common/utils/index.js +79 -88
- package/dist/common/utils/index.js.map +1 -1
- package/dist/common/validators/index.cjs +1 -1
- package/dist/common/validators/index.cjs.map +1 -1
- package/dist/common/validators/index.d.ts +2 -0
- package/dist/common/validators/index.d.ts.map +1 -1
- package/dist/common/validators/index.js +9 -2
- package/dist/common/validators/index.js.map +1 -1
- package/dist/component-documentation.json +1 -1
- package/dist/components/Avatar/Avatar.vue.d.ts +322 -0
- package/dist/components/Avatar/Avatar.vue.d.ts.map +1 -0
- package/dist/components/Avatar/AvatarConstants.d.ts +111 -0
- package/dist/components/Avatar/AvatarConstants.d.ts.map +1 -0
- package/dist/components/Avatar/Utils.d.ts +2 -0
- package/dist/components/Avatar/Utils.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Badge/Badge.vue.d.ts +150 -0
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -0
- package/dist/components/Badge/BadgeConstants.d.ts +39 -0
- package/dist/components/Badge/BadgeConstants.d.ts.map +1 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/components/Banner/Banner.vue.d.ts +1429 -0
- package/dist/components/Banner/Banner.vue.d.ts.map +1 -0
- package/dist/components/Banner/index.d.ts +2 -0
- package/dist/components/Banner/index.d.ts.map +1 -0
- package/dist/components/Box/Box.vue.d.ts +93 -0
- package/dist/components/Box/Box.vue.d.ts.map +1 -0
- package/dist/components/Box/BoxConstants.d.ts +15 -0
- package/dist/components/Box/BoxConstants.d.ts.map +1 -0
- package/dist/components/Box/Validators.d.ts +15 -0
- package/dist/components/Box/Validators.d.ts.map +1 -0
- package/dist/components/Box/index.d.ts +3 -0
- package/dist/components/Box/index.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +137 -0
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +182 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts +3 -0
- package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts.map +1 -0
- package/dist/components/Breadcrumbs/index.d.ts +4 -0
- package/dist/components/Breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/Button/Button.vue.d.ts +364 -0
- package/dist/components/Button/Button.vue.d.ts.map +1 -0
- package/dist/components/Button/ButtonConstants.d.ts +68 -0
- package/dist/components/Button/ButtonConstants.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +3 -0
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts +23 -0
- package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +6 -0
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts.map +1 -0
- package/dist/components/ButtonGroup/index.d.ts +3 -0
- package/dist/components/ButtonGroup/index.d.ts.map +1 -0
- package/dist/components/Card/Card.vue.d.ts +45 -0
- package/dist/components/Card/Card.vue.d.ts.map +1 -0
- package/dist/components/Card/index.d.ts +2 -0
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +545 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/CheckboxConstants.d.ts +10 -0
- package/dist/components/Checkbox/CheckboxConstants.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +680 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/CheckboxGroup/index.d.ts +2 -0
- package/dist/components/CheckboxGroup/index.d.ts.map +1 -0
- package/dist/components/Chip/Chip.vue.d.ts +512 -0
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -0
- package/dist/components/Chip/ChipConstants.d.ts +31 -0
- package/dist/components/Chip/ChipConstants.d.ts.map +1 -0
- package/dist/components/Chip/index.d.ts +3 -0
- package/dist/components/Chip/index.d.ts.map +1 -0
- package/dist/components/Codeblock/Codeblock.vue.d.ts +36 -0
- package/dist/components/Codeblock/Codeblock.vue.d.ts.map +1 -0
- package/dist/components/Codeblock/CodeblockConstants.d.ts +9 -0
- package/dist/components/Codeblock/CodeblockConstants.d.ts.map +1 -0
- package/dist/components/Codeblock/index.d.ts +2 -0
- package/dist/components/Codeblock/index.d.ts.map +1 -0
- package/dist/components/Collapsible/Collapsible.vue.d.ts +584 -0
- package/dist/components/Collapsible/Collapsible.vue.d.ts.map +1 -0
- package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts +44 -0
- package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts.map +1 -0
- package/dist/components/Collapsible/index.d.ts +2 -0
- package/dist/components/Collapsible/index.d.ts.map +1 -0
- package/dist/components/Combobox/Combobox.vue.d.ts +1548 -0
- package/dist/components/Combobox/Combobox.vue.d.ts.map +1 -0
- package/dist/components/Combobox/ComboboxConstants.d.ts +12 -0
- package/dist/components/Combobox/ComboboxConstants.d.ts.map +1 -0
- package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts +270 -0
- package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts.map +1 -0
- package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts +1061 -0
- package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts.map +1 -0
- package/dist/components/Combobox/index.d.ts +3 -0
- package/dist/components/Combobox/index.d.ts.map +1 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts +3 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts.map +1 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts +28 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts.map +1 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts +6 -0
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts.map +1 -0
- package/dist/components/ComboboxMultiSelect/index.d.ts +3 -0
- package/dist/components/ComboboxMultiSelect/index.d.ts.map +1 -0
- package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts +4535 -0
- package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts.map +1 -0
- package/dist/components/ComboboxWithPopover/index.d.ts +2 -0
- package/dist/components/ComboboxWithPopover/index.d.ts.map +1 -0
- package/dist/components/Datepicker/Composables/UseCalendar.d.ts +10 -0
- package/dist/components/Datepicker/Composables/UseCalendar.d.ts.map +1 -0
- package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts +21 -0
- package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts.map +1 -0
- package/dist/components/Datepicker/Datepicker.vue.d.ts +73 -0
- package/dist/components/Datepicker/Datepicker.vue.d.ts.map +1 -0
- package/dist/components/Datepicker/DatepickerConstants.d.ts +3 -0
- package/dist/components/Datepicker/DatepickerConstants.d.ts.map +1 -0
- package/dist/components/Datepicker/FormatUtils.d.ts +14 -0
- package/dist/components/Datepicker/FormatUtils.d.ts.map +1 -0
- package/dist/components/Datepicker/Modules/Calendar.vue.d.ts +12 -0
- package/dist/components/Datepicker/Modules/Calendar.vue.d.ts.map +1 -0
- package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts +18 -0
- package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts.map +1 -0
- package/dist/components/Datepicker/Utils.d.ts +7 -0
- package/dist/components/Datepicker/Utils.d.ts.map +1 -0
- package/dist/components/Datepicker/index.d.ts +3 -0
- package/dist/components/Datepicker/index.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.vue.d.ts +64 -0
- package/dist/components/DescriptionList/DescriptionList.vue.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionListConstants.d.ts +2 -0
- package/dist/components/DescriptionList/DescriptionListConstants.d.ts.map +1 -0
- package/dist/components/DescriptionList/DescriptionListValidators.d.ts +2 -0
- package/dist/components/DescriptionList/DescriptionListValidators.d.ts.map +1 -0
- package/dist/components/DescriptionList/index.d.ts +3 -0
- package/dist/components/DescriptionList/index.d.ts.map +1 -0
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1667 -0
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -0
- package/dist/components/Dropdown/DropdownConstants.d.ts +10 -0
- package/dist/components/Dropdown/DropdownConstants.d.ts.map +1 -0
- package/dist/components/Dropdown/DropdownSeparator.vue.d.ts +3 -0
- package/dist/components/Dropdown/DropdownSeparator.vue.d.ts.map +1 -0
- package/dist/components/Dropdown/DropdownStoryConstants.d.ts +5 -0
- package/dist/components/Dropdown/DropdownStoryConstants.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts +4 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -0
- package/dist/components/Emoji/Emoji.vue.d.ts +877 -0
- package/dist/components/Emoji/Emoji.vue.d.ts.map +1 -0
- package/dist/components/Emoji/index.d.ts +2 -0
- package/dist/components/Emoji/index.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts +11 -0
- package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts.map +1 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +859 -0
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts +21 -0
- package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts +8 -0
- package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts +770 -0
- package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts +15 -0
- package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts +12 -0
- package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts +10 -0
- package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts.map +1 -0
- package/dist/components/EmojiPicker/index.d.ts +3 -0
- package/dist/components/EmojiPicker/index.d.ts.map +1 -0
- package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts +909 -0
- package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts.map +1 -0
- package/dist/components/EmojiTextWrapper/index.d.ts +2 -0
- package/dist/components/EmojiTextWrapper/index.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyState.vue.d.ts +12 -0
- package/dist/components/EmptyState/EmptyState.vue.d.ts.map +1 -0
- package/dist/components/EmptyState/EmptyStateConstants.d.ts +58 -0
- package/dist/components/EmptyState/EmptyStateConstants.d.ts.map +1 -0
- package/dist/components/EmptyState/index.d.ts +3 -0
- package/dist/components/EmptyState/index.d.ts.map +1 -0
- package/dist/components/FilterPill/FilterPill.vue.d.ts +5259 -0
- package/dist/components/FilterPill/FilterPill.vue.d.ts.map +1 -0
- package/dist/components/FilterPill/index.d.ts +2 -0
- package/dist/components/FilterPill/index.d.ts.map +1 -0
- package/dist/components/Hovercard/Hovercard.vue.d.ts +3100 -0
- package/dist/components/Hovercard/Hovercard.vue.d.ts.map +1 -0
- package/dist/components/Hovercard/index.d.ts +2 -0
- package/dist/components/Hovercard/index.d.ts.map +1 -0
- package/dist/components/Icon/Icon.vue.d.ts +39 -0
- package/dist/components/Icon/Icon.vue.d.ts.map +1 -0
- package/dist/components/Icon/IconConstants.d.ts +17 -0
- package/dist/components/Icon/IconConstants.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +3 -0
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/Illustration/Illustration.vue.d.ts +8 -0
- package/dist/components/Illustration/Illustration.vue.d.ts.map +1 -0
- package/dist/components/Illustration/IllustrationConstants.d.ts +6 -0
- package/dist/components/Illustration/IllustrationConstants.d.ts.map +1 -0
- package/dist/components/Illustration/index.d.ts +3 -0
- package/dist/components/Illustration/index.d.ts.map +1 -0
- package/dist/components/ImageViewer/ImageViewer.vue.d.ts +894 -0
- package/dist/components/ImageViewer/ImageViewer.vue.d.ts.map +1 -0
- package/dist/components/ImageViewer/index.d.ts +2 -0
- package/dist/components/ImageViewer/index.d.ts.map +1 -0
- package/dist/components/Input/Input.vue.d.ts +643 -0
- package/dist/components/Input/Input.vue.d.ts.map +1 -0
- package/dist/components/Input/InputConstants.d.ts +81 -0
- package/dist/components/Input/InputConstants.d.ts.map +1 -0
- package/dist/components/Input/index.d.ts +3 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/InputGroup/InputGroup.vue.d.ts +635 -0
- package/dist/components/InputGroup/InputGroup.vue.d.ts.map +1 -0
- package/dist/components/InputGroup/index.d.ts +2 -0
- package/dist/components/InputGroup/index.d.ts.map +1 -0
- package/dist/components/ItemLayout/ItemLayout.vue.d.ts +122 -0
- package/dist/components/ItemLayout/ItemLayout.vue.d.ts.map +1 -0
- package/dist/components/ItemLayout/index.d.ts +2 -0
- package/dist/components/ItemLayout/index.d.ts.map +1 -0
- package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts +699 -0
- package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts.map +1 -0
- package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts +2 -0
- package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts.map +1 -0
- package/dist/components/KeyboardShortcut/index.d.ts +3 -0
- package/dist/components/KeyboardShortcut/index.d.ts.map +1 -0
- package/dist/components/LazyShow/LazyShow.vue.d.ts +37 -0
- package/dist/components/LazyShow/LazyShow.vue.d.ts.map +1 -0
- package/dist/components/LazyShow/index.d.ts +2 -0
- package/dist/components/LazyShow/index.d.ts.map +1 -0
- package/dist/components/Link/Link.vue.d.ts +96 -0
- package/dist/components/Link/Link.vue.d.ts.map +1 -0
- package/dist/components/Link/LinkConstants.d.ts +28 -0
- package/dist/components/Link/LinkConstants.d.ts.map +1 -0
- package/dist/components/Link/index.d.ts +3 -0
- package/dist/components/Link/index.d.ts.map +1 -0
- package/dist/components/ListItem/ListItem.vue.d.ts +248 -0
- package/dist/components/ListItem/ListItem.vue.d.ts.map +1 -0
- package/dist/components/ListItem/ListItemConstants.d.ts +15 -0
- package/dist/components/ListItem/ListItemConstants.d.ts.map +1 -0
- package/dist/components/ListItem/index.d.ts +3 -0
- package/dist/components/ListItem/index.d.ts.map +1 -0
- package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts +42 -0
- package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts.map +1 -0
- package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts +6 -0
- package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts.map +1 -0
- package/dist/components/ListItemGroup/index.d.ts +2 -0
- package/dist/components/ListItemGroup/index.d.ts.map +1 -0
- package/dist/components/Loader/Loader.vue.d.ts +26 -0
- package/dist/components/Loader/Loader.vue.d.ts.map +1 -0
- package/dist/components/Loader/index.d.ts +2 -0
- package/dist/components/Loader/index.d.ts.map +1 -0
- package/dist/components/Modal/Modal.vue.d.ts +1236 -0
- package/dist/components/Modal/Modal.vue.d.ts.map +1 -0
- package/dist/components/Modal/ModalConstants.d.ts +14 -0
- package/dist/components/Modal/ModalConstants.d.ts.map +1 -0
- package/dist/components/Modal/index.d.ts +3 -0
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/components/ModeIsland/ModeIsland.vue.d.ts +3 -0
- package/dist/components/ModeIsland/ModeIsland.vue.d.ts.map +1 -0
- package/dist/components/ModeIsland/ModeIslandConstants.d.ts +10 -0
- package/dist/components/ModeIsland/ModeIslandConstants.d.ts.map +1 -0
- package/dist/components/ModeIsland/Utils.d.ts +14 -0
- package/dist/components/ModeIsland/Utils.d.ts.map +1 -0
- package/dist/components/ModeIsland/Validators.d.ts +6 -0
- package/dist/components/ModeIsland/Validators.d.ts.map +1 -0
- package/dist/components/ModeIsland/index.d.ts +3 -0
- package/dist/components/ModeIsland/index.d.ts.map +1 -0
- package/dist/components/MotionText/MotionText.vue.d.ts +3 -0
- package/dist/components/MotionText/MotionText.vue.d.ts.map +1 -0
- package/dist/components/MotionText/MotionTextConstants.d.ts +36 -0
- package/dist/components/MotionText/MotionTextConstants.d.ts.map +1 -0
- package/dist/components/MotionText/index.d.ts +3 -0
- package/dist/components/MotionText/index.d.ts.map +1 -0
- package/dist/components/Notice/Notice.vue.d.ts +1411 -0
- package/dist/components/Notice/Notice.vue.d.ts.map +1 -0
- package/dist/components/Notice/NoticeAction.vue.d.ts +834 -0
- package/dist/components/Notice/NoticeAction.vue.d.ts.map +1 -0
- package/dist/components/Notice/NoticeConstants.d.ts +8 -0
- package/dist/components/Notice/NoticeConstants.d.ts.map +1 -0
- package/dist/components/Notice/NoticeContent.vue.d.ts +232 -0
- package/dist/components/Notice/NoticeContent.vue.d.ts.map +1 -0
- package/dist/components/Notice/NoticeIcon.vue.d.ts +211 -0
- package/dist/components/Notice/NoticeIcon.vue.d.ts.map +1 -0
- package/dist/components/Notice/index.d.ts +6 -0
- package/dist/components/Notice/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +516 -0
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/Popover/Popover.vue.d.ts +1374 -0
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -0
- package/dist/components/Popover/PopoverConstants.d.ts +36 -0
- package/dist/components/Popover/PopoverConstants.d.ts.map +1 -0
- package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts +443 -0
- package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts.map +1 -0
- package/dist/components/Popover/TippyUtils.d.ts +39 -0
- package/dist/components/Popover/TippyUtils.d.ts.map +1 -0
- package/dist/components/Popover/index.d.ts +3 -0
- package/dist/components/Popover/index.d.ts.map +1 -0
- package/dist/components/Presence/Presence.vue.d.ts +40 -0
- package/dist/components/Presence/Presence.vue.d.ts.map +1 -0
- package/dist/components/Presence/PresenceConstants.d.ts +9 -0
- package/dist/components/Presence/PresenceConstants.d.ts.map +1 -0
- package/dist/components/Presence/index.d.ts +3 -0
- package/dist/components/Presence/index.d.ts.map +1 -0
- package/dist/components/Presence/modules/presence_active_icon.vue.d.ts +3 -0
- package/dist/components/Presence/modules/presence_active_icon.vue.d.ts.map +1 -0
- package/dist/components/Presence/modules/presence_away_icon.vue.d.ts +3 -0
- package/dist/components/Presence/modules/presence_away_icon.vue.d.ts.map +1 -0
- package/dist/components/Presence/modules/presence_busy_icon.vue.d.ts +3 -0
- package/dist/components/Presence/modules/presence_busy_icon.vue.d.ts.map +1 -0
- package/dist/components/Presence/modules/presence_dnd_icon.vue.d.ts +3 -0
- package/dist/components/Presence/modules/presence_dnd_icon.vue.d.ts.map +1 -0
- package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts +70 -0
- package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts.map +1 -0
- package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts +23 -0
- package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts.map +1 -0
- package/dist/components/ProgressCircle/index.d.ts +3 -0
- package/dist/components/ProgressCircle/index.d.ts.map +1 -0
- package/dist/components/Prose/Prose.vue.d.ts +26 -0
- package/dist/components/Prose/Prose.vue.d.ts.map +1 -0
- package/dist/components/Prose/ProseConstants.d.ts +34 -0
- package/dist/components/Prose/ProseConstants.d.ts.map +1 -0
- package/dist/components/Prose/index.d.ts +3 -0
- package/dist/components/Prose/index.d.ts.map +1 -0
- package/dist/components/Radio/Radio.vue.d.ts +556 -0
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -0
- package/dist/components/Radio/RadioConstants.d.ts +10 -0
- package/dist/components/Radio/RadioConstants.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +3 -0
- package/dist/components/Radio/index.d.ts.map +1 -0
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +680 -0
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/ComputeLayout.d.ts +35 -0
- package/dist/components/Resizable/Composables/ComputeLayout.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/ConstraintResolver.d.ts +22 -0
- package/dist/components/Resizable/Composables/ConstraintResolver.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts +6 -0
- package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts +14 -0
- package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableDrag.d.ts +42 -0
- package/dist/components/Resizable/Composables/UseResizableDrag.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableGroup.d.ts +25 -0
- package/dist/components/Resizable/Composables/UseResizableGroup.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts +41 -0
- package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableOffset.d.ts +15 -0
- package/dist/components/Resizable/Composables/UseResizableOffset.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts +46 -0
- package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts +9 -0
- package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/UseResizableStorage.d.ts +12 -0
- package/dist/components/Resizable/Composables/UseResizableStorage.d.ts.map +1 -0
- package/dist/components/Resizable/Composables/index.d.ts +16 -0
- package/dist/components/Resizable/Composables/index.d.ts.map +1 -0
- package/dist/components/Resizable/Resizable.vue.d.ts +69 -0
- package/dist/components/Resizable/Resizable.vue.d.ts.map +1 -0
- package/dist/components/Resizable/ResizableConstants.d.ts +104 -0
- package/dist/components/Resizable/ResizableConstants.d.ts.map +1 -0
- package/dist/components/Resizable/ResizableHandle.vue.d.ts +22 -0
- package/dist/components/Resizable/ResizableHandle.vue.d.ts.map +1 -0
- package/dist/components/Resizable/ResizablePanel.vue.d.ts +46 -0
- package/dist/components/Resizable/ResizablePanel.vue.d.ts.map +1 -0
- package/dist/components/Resizable/ResizableUtils.d.ts +15 -0
- package/dist/components/Resizable/ResizableUtils.d.ts.map +1 -0
- package/dist/components/Resizable/index.d.ts +6 -0
- package/dist/components/Resizable/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/ChannelSuggestion.d.ts +17 -0
- package/dist/components/RichTextEditor/ChannelSuggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts +303 -0
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelSuggestion.vue.d.ts +144 -0
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelSuggestion.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts +6 -0
- package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts +16 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Div/index.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/Div/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts +982 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts +957 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts +15 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts +4 -0
- package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Image/index.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/Image/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/LinkPhoneNumbers/LinkPhoneNumbers.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/LinkPhoneNumbers/LinkPhoneNumbers.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts +213 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts +586 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts +6 -0
- package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandComponent.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts +195 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts +7 -0
- package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts +295 -0
- package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts +5 -0
- package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts +2 -0
- package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts +29 -0
- package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts +2642 -0
- package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts +3 -0
- package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts.map +1 -0
- package/dist/components/RichTextEditor/MarkdownRenderer.d.ts +2 -0
- package/dist/components/RichTextEditor/MarkdownRenderer.d.ts.map +1 -0
- package/dist/components/RichTextEditor/MentionSuggestion.d.ts +34 -0
- package/dist/components/RichTextEditor/MentionSuggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts +3 -0
- package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts.map +1 -0
- package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts +10 -0
- package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts.map +1 -0
- package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts +15 -0
- package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts.map +1 -0
- package/dist/components/RichTextEditor/index.d.ts +3 -0
- package/dist/components/RichTextEditor/index.d.ts.map +1 -0
- package/dist/components/RootLayout/RootLayout.vue.d.ts +121 -0
- package/dist/components/RootLayout/RootLayout.vue.d.ts.map +1 -0
- package/dist/components/RootLayout/RootLayoutConstants.d.ts +13 -0
- package/dist/components/RootLayout/RootLayoutConstants.d.ts.map +1 -0
- package/dist/components/RootLayout/index.d.ts +3 -0
- package/dist/components/RootLayout/index.d.ts.map +1 -0
- package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts +57 -0
- package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts.map +1 -0
- package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts +582 -0
- package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts.map +1 -0
- package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts +73 -0
- package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts.map +1 -0
- package/dist/components/Scroller/Scroller.vue.d.ts +786 -0
- package/dist/components/Scroller/Scroller.vue.d.ts.map +1 -0
- package/dist/components/Scroller/index.d.ts +2 -0
- package/dist/components/Scroller/index.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts +226 -0
- package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts +41 -0
- package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts +35 -0
- package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts.map +1 -0
- package/dist/components/SegmentedControl/index.d.ts +4 -0
- package/dist/components/SegmentedControl/index.d.ts.map +1 -0
- package/dist/components/SelectMenu/SelectMenu.vue.d.ts +572 -0
- package/dist/components/SelectMenu/SelectMenu.vue.d.ts.map +1 -0
- package/dist/components/SelectMenu/SelectMenuConstants.d.ts +23 -0
- package/dist/components/SelectMenu/SelectMenuConstants.d.ts.map +1 -0
- package/dist/components/SelectMenu/SelectMenuValidators.d.ts +2 -0
- package/dist/components/SelectMenu/SelectMenuValidators.d.ts.map +1 -0
- package/dist/components/SelectMenu/index.d.ts +3 -0
- package/dist/components/SelectMenu/index.d.ts.map +1 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts +813 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -0
- package/dist/components/Skeleton/SkeletonConstants.d.ts +32 -0
- package/dist/components/Skeleton/SkeletonConstants.d.ts.map +1 -0
- package/dist/components/Skeleton/SkeletonListItem.vue.d.ts +363 -0
- package/dist/components/Skeleton/SkeletonListItem.vue.d.ts.map +1 -0
- package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts +196 -0
- package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts.map +1 -0
- package/dist/components/Skeleton/SkeletonShape.vue.d.ts +84 -0
- package/dist/components/Skeleton/SkeletonShape.vue.d.ts.map +1 -0
- package/dist/components/Skeleton/SkeletonText.vue.d.ts +90 -0
- package/dist/components/Skeleton/SkeletonText.vue.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +7 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/components/SplitButton/SplitButton.vue.d.ts +3128 -0
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -0
- package/dist/components/SplitButton/SplitButtonConstants.d.ts +17 -0
- package/dist/components/SplitButton/SplitButtonConstants.d.ts.map +1 -0
- package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts +483 -0
- package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts.map +1 -0
- package/dist/components/SplitButton/SplitButtonStart.vue.d.ts +548 -0
- package/dist/components/SplitButton/SplitButtonStart.vue.d.ts.map +1 -0
- package/dist/components/SplitButton/index.d.ts +3 -0
- package/dist/components/SplitButton/index.d.ts.map +1 -0
- package/dist/components/Stack/Stack.vue.d.ts +70 -0
- package/dist/components/Stack/Stack.vue.d.ts.map +1 -0
- package/dist/components/Stack/StackConstants.d.ts +16 -0
- package/dist/components/Stack/StackConstants.d.ts.map +1 -0
- package/dist/components/Stack/Utils.d.ts +6 -0
- package/dist/components/Stack/Utils.d.ts.map +1 -0
- package/dist/components/Stack/Validators.d.ts +5 -0
- package/dist/components/Stack/Validators.d.ts.map +1 -0
- package/dist/components/Stack/index.d.ts +3 -0
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/components/Tab/Tab.vue.d.ts +462 -0
- package/dist/components/Tab/Tab.vue.d.ts.map +1 -0
- package/dist/components/Tab/TabGroup.vue.d.ts +250 -0
- package/dist/components/Tab/TabGroup.vue.d.ts.map +1 -0
- package/dist/components/Tab/TabPanel.vue.d.ts +55 -0
- package/dist/components/Tab/TabPanel.vue.d.ts.map +1 -0
- package/dist/components/Tab/TabsConstants.d.ts +32 -0
- package/dist/components/Tab/TabsConstants.d.ts.map +1 -0
- package/dist/components/Tab/index.d.ts +5 -0
- package/dist/components/Tab/index.d.ts.map +1 -0
- package/dist/components/Text/Text.vue.d.ts +180 -0
- package/dist/components/Text/Text.vue.d.ts.map +1 -0
- package/dist/components/Text/TextConstants.d.ts +148 -0
- package/dist/components/Text/TextConstants.d.ts.map +1 -0
- package/dist/components/Text/index.d.ts +3 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/TextList/TextList.vue.d.ts +87 -0
- package/dist/components/TextList/TextList.vue.d.ts.map +1 -0
- package/dist/components/TextList/TextListConstants.d.ts +20 -0
- package/dist/components/TextList/TextListConstants.d.ts.map +1 -0
- package/dist/components/TextList/TextListItem.vue.d.ts +60 -0
- package/dist/components/TextList/TextListItem.vue.d.ts.map +1 -0
- package/dist/components/TextList/Validators.d.ts +5 -0
- package/dist/components/TextList/Validators.d.ts.map +1 -0
- package/dist/components/TextList/index.d.ts +4 -0
- package/dist/components/TextList/index.d.ts.map +1 -0
- package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts +1379 -0
- package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts.map +1 -0
- package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts +189 -0
- package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts.map +1 -0
- package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts +1420 -0
- package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts.map +1 -0
- package/dist/components/Toast/Toast.vue.d.ts +5764 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastConstants.d.ts +12 -0
- package/dist/components/Toast/ToastConstants.d.ts.map +1 -0
- package/dist/components/Toast/index.d.ts +3 -0
- package/dist/components/Toast/index.d.ts.map +1 -0
- package/dist/components/Toggle/Toggle.vue.d.ts +108 -0
- package/dist/components/Toggle/Toggle.vue.d.ts.map +1 -0
- package/dist/components/Toggle/ToggleConstants.d.ts +13 -0
- package/dist/components/Toggle/ToggleConstants.d.ts.map +1 -0
- package/dist/components/Toggle/index.d.ts +3 -0
- package/dist/components/Toggle/index.d.ts.map +1 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts +310 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -0
- package/dist/components/Tooltip/TooltipConstants.d.ts +19 -0
- package/dist/components/Tooltip/TooltipConstants.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts +172 -0
- package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts.map +1 -0
- package/dist/components/ValidationMessages/index.d.ts +2 -0
- package/dist/components/ValidationMessages/index.d.ts.map +1 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.js +162 -174
- package/dist/directives/focusgroup_directive/focusgroup.d.ts +6 -0
- package/dist/directives/focusgroup_directive/focusgroup.d.ts.map +1 -0
- package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts +74 -0
- package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts.map +1 -0
- package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts +15 -0
- package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts.map +1 -0
- package/dist/directives/focusgroup_directive/index.d.ts +2 -0
- package/dist/directives/focusgroup_directive/index.d.ts.map +1 -0
- package/dist/directives/focustrap_directive/focustrap.d.ts +6 -0
- package/dist/directives/focustrap_directive/focustrap.d.ts.map +1 -0
- package/dist/directives/focustrap_directive/focustrap_constants.d.ts +7 -0
- package/dist/directives/focustrap_directive/focustrap_constants.d.ts.map +1 -0
- package/dist/directives/focustrap_directive/focustrap_utils.d.ts +5 -0
- package/dist/directives/focustrap_directive/focustrap_utils.d.ts.map +1 -0
- package/dist/directives/focustrap_directive/index.d.ts +2 -0
- package/dist/directives/focustrap_directive/index.d.ts.map +1 -0
- package/dist/directives/mode_directive/index.d.ts +2 -0
- package/dist/directives/mode_directive/index.d.ts.map +1 -0
- package/dist/directives/mode_directive/mode.d.ts +6 -0
- package/dist/directives/mode_directive/mode.d.ts.map +1 -0
- package/dist/directives/scrollbar_directive/scrollbar.d.ts.map +1 -1
- package/dist/directives/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/index.d.ts +67 -78
- package/dist/lib/avatar/avatar-constants.cjs +1 -1
- package/dist/lib/avatar/avatar-constants.cjs.map +1 -1
- package/dist/lib/avatar/avatar-constants.js +114 -26
- package/dist/lib/avatar/avatar-constants.js.map +1 -1
- package/dist/lib/avatar/avatar.cjs +1 -1
- package/dist/lib/avatar/avatar.cjs.map +1 -1
- package/dist/lib/avatar/avatar.js +129 -68
- package/dist/lib/avatar/avatar.js.map +1 -1
- package/dist/lib/avatar/index.cjs +1 -1
- package/dist/lib/avatar/index.js +3 -3
- package/dist/lib/avatar/utils.cjs.map +1 -1
- package/dist/lib/avatar/utils.js +1 -1
- package/dist/lib/avatar/utils.js.map +1 -1
- package/dist/lib/badge/badge-constants.cjs +1 -1
- package/dist/lib/badge/badge-constants.cjs.map +1 -1
- package/dist/lib/badge/badge-constants.js +2 -2
- package/dist/lib/badge/badge-constants.js.map +1 -1
- package/dist/lib/badge/badge.cjs +1 -1
- package/dist/lib/badge/badge.cjs.map +1 -1
- package/dist/lib/badge/badge.js +60 -29
- package/dist/lib/badge/badge.js.map +1 -1
- package/dist/lib/banner/banner.cjs +2 -2
- package/dist/lib/banner/banner.cjs.map +1 -1
- package/dist/lib/banner/banner.js +105 -57
- package/dist/lib/banner/banner.js.map +1 -1
- package/dist/lib/box/box-constants.cjs +2 -0
- package/dist/lib/box/box-constants.cjs.map +1 -0
- package/dist/lib/box/box-constants.js +135 -0
- package/dist/lib/box/box-constants.js.map +1 -0
- package/dist/lib/box/box.cjs +2 -0
- package/dist/lib/box/box.cjs.map +1 -0
- package/dist/lib/box/box.js +296 -0
- package/dist/lib/box/box.js.map +1 -0
- package/dist/lib/box/index.cjs +1 -0
- package/dist/lib/box/index.js +3 -0
- package/dist/lib/box/validators.cjs +2 -0
- package/dist/lib/box/validators.cjs.map +1 -0
- package/dist/lib/box/validators.js +17 -0
- package/dist/lib/box/validators.js.map +1 -0
- package/dist/lib/breadcrumbs/breadcrumb-item.cjs +1 -1
- package/dist/lib/breadcrumbs/breadcrumb-item.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumb-item.js +32 -41
- package/dist/lib/breadcrumbs/breadcrumb-item.js.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.js +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.js.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.cjs +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.js +31 -28
- package/dist/lib/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/lib/button/button-constants.cjs +1 -1
- package/dist/lib/button/button-constants.cjs.map +1 -1
- package/dist/lib/button/button-constants.js +18 -4
- package/dist/lib/button/button-constants.js.map +1 -1
- package/dist/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +200 -57
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/button-group/button-group-constants.cjs.map +1 -1
- package/dist/lib/button-group/button-group-constants.js +1 -1
- package/dist/lib/button-group/button-group-constants.js.map +1 -1
- package/dist/lib/button-group/button-group.cjs +1 -1
- package/dist/lib/button-group/button-group.cjs.map +1 -1
- package/dist/lib/button-group/button-group.js +1 -2
- package/dist/lib/button-group/button-group.js.map +1 -1
- package/dist/lib/button-group/buttons-decorator.cjs +1 -1
- package/dist/lib/button-group/buttons-decorator.cjs.map +1 -1
- package/dist/lib/button-group/buttons-decorator.js +1 -2
- package/dist/lib/button-group/buttons-decorator.js.map +1 -1
- package/dist/lib/card/card.cjs +1 -1
- package/dist/lib/card/card.cjs.map +1 -1
- package/dist/lib/card/card.js +11 -20
- package/dist/lib/card/card.js.map +1 -1
- package/dist/lib/checkbox/checkbox-constants.cjs +1 -1
- package/dist/lib/checkbox/checkbox-constants.cjs.map +1 -1
- package/dist/lib/checkbox/checkbox-constants.js +3 -3
- package/dist/lib/checkbox/checkbox-constants.js.map +1 -1
- package/dist/lib/checkbox/checkbox.cjs +1 -1
- package/dist/lib/checkbox/checkbox.cjs.map +1 -1
- package/dist/lib/checkbox/checkbox.js +100 -35
- package/dist/lib/checkbox/checkbox.js.map +1 -1
- package/dist/lib/checkbox-group/checkbox-group.cjs +1 -1
- package/dist/lib/checkbox-group/checkbox-group.cjs.map +1 -1
- package/dist/lib/checkbox-group/checkbox-group.js +7 -14
- package/dist/lib/checkbox-group/checkbox-group.js.map +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.cjs +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.cjs.map +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.js +1 -3
- package/dist/lib/checkbox-group/checkboxes-decorator.js.map +1 -1
- package/dist/lib/chip/chip-constants.cjs +1 -1
- package/dist/lib/chip/chip-constants.cjs.map +1 -1
- package/dist/lib/chip/chip-constants.js +10 -1
- package/dist/lib/chip/chip-constants.js.map +1 -1
- package/dist/lib/chip/chip.cjs +1 -1
- package/dist/lib/chip/chip.cjs.map +1 -1
- package/dist/lib/chip/chip.js +63 -46
- package/dist/lib/chip/chip.js.map +1 -1
- package/dist/lib/codeblock/codeblock-constants.cjs +2 -0
- package/dist/lib/codeblock/codeblock-constants.cjs.map +1 -0
- package/dist/lib/codeblock/codeblock-constants.js +20 -0
- package/dist/lib/codeblock/codeblock-constants.js.map +1 -0
- package/dist/lib/codeblock/codeblock.cjs +1 -2
- package/dist/lib/codeblock/codeblock.cjs.map +1 -1
- package/dist/lib/codeblock/codeblock.js +28 -17
- package/dist/lib/codeblock/codeblock.js.map +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.cjs.map +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.js +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.js.map +1 -1
- package/dist/lib/collapsible/collapsible.cjs +1 -1
- package/dist/lib/collapsible/collapsible.cjs.map +1 -1
- package/dist/lib/collapsible/collapsible.js +25 -28
- package/dist/lib/collapsible/collapsible.js.map +1 -1
- package/dist/lib/combobox/combobox-constants.cjs.map +1 -1
- package/dist/lib/combobox/combobox-constants.js +1 -1
- package/dist/lib/combobox/combobox-constants.js.map +1 -1
- package/dist/lib/combobox/combobox-empty-list.cjs.map +1 -1
- package/dist/lib/combobox/combobox-empty-list.js +1 -1
- package/dist/lib/combobox/combobox-empty-list.js.map +1 -1
- package/dist/lib/combobox/combobox-loading-list.cjs.map +1 -1
- package/dist/lib/combobox/combobox-loading-list.js +1 -1
- package/dist/lib/combobox/combobox-loading-list.js.map +1 -1
- package/dist/lib/combobox/combobox.cjs +1 -1
- package/dist/lib/combobox/combobox.js +1 -1
- package/dist/lib/combobox/index.cjs +1 -1
- package/dist/lib/combobox/index.js +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js +7 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.js +118 -71
- package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-multi-select/index.cjs +1 -1
- package/dist/lib/combobox-multi-select/index.js +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.js +78 -51
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/combobox-with-popover/index.cjs +1 -1
- package/dist/lib/combobox-with-popover/index.js +1 -1
- package/dist/lib/datepicker/datepicker-constants.cjs.map +1 -1
- package/dist/lib/datepicker/datepicker-constants.js +1 -1
- package/dist/lib/datepicker/datepicker-constants.js.map +1 -1
- package/dist/lib/datepicker/datepicker.cjs +1 -1
- package/dist/lib/datepicker/datepicker.js +1 -1
- package/dist/lib/datepicker/format-utils.cjs +2 -0
- package/dist/lib/datepicker/format-utils.cjs.map +1 -0
- package/dist/lib/datepicker/format-utils.js +55 -0
- package/dist/lib/datepicker/format-utils.js.map +1 -0
- package/dist/lib/datepicker/index.cjs +1 -1
- package/dist/lib/datepicker/index.js +2 -2
- package/dist/lib/datepicker/utils.cjs.map +1 -1
- package/dist/lib/datepicker/utils.js +1 -1
- package/dist/lib/datepicker/utils.js.map +1 -1
- package/dist/lib/description-list/description-list-constants.cjs.map +1 -1
- package/dist/lib/description-list/description-list-constants.js +1 -1
- package/dist/lib/description-list/description-list-constants.js.map +1 -1
- package/dist/lib/description-list/description-list-validators.cjs.map +1 -1
- package/dist/lib/description-list/description-list-validators.js +1 -1
- package/dist/lib/description-list/description-list-validators.js.map +1 -1
- package/dist/lib/description-list/description-list.cjs +1 -1
- package/dist/lib/description-list/description-list.cjs.map +1 -1
- package/dist/lib/description-list/description-list.js +3 -4
- package/dist/lib/description-list/description-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.js +3 -3
- package/dist/lib/dropdown/dropdown-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-list.js +29 -18
- package/dist/lib/dropdown/dropdown-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.js +2 -5
- package/dist/lib/dropdown/dropdown-separator.js.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown.cjs +1 -1
- package/dist/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown.js +44 -31
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/emoji/emoji.cjs +1 -1
- package/dist/lib/emoji/emoji.cjs.map +1 -1
- package/dist/lib/emoji/emoji.js +26 -26
- package/dist/lib/emoji/emoji.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker.cjs +1 -1
- package/dist/lib/emoji-picker/emoji-picker.js +1 -1
- package/dist/lib/emoji-picker/index.cjs +1 -1
- package/dist/lib/emoji-picker/index.js +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs.map +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js +21 -21
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.js +38 -10
- package/dist/lib/empty-state/empty-state-constants.js.map +1 -1
- package/dist/lib/empty-state/empty-state.cjs +1 -1
- package/dist/lib/empty-state/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state.js +81 -33
- package/dist/lib/empty-state/empty-state.js.map +1 -1
- package/dist/lib/filter-pill/filter-pill.cjs +2 -0
- package/dist/lib/filter-pill/filter-pill.cjs.map +1 -0
- package/dist/lib/filter-pill/filter-pill.js +443 -0
- package/dist/lib/filter-pill/filter-pill.js.map +1 -0
- package/dist/lib/filter-pill/index.cjs +1 -0
- package/dist/lib/filter-pill/index.js +2 -0
- package/dist/lib/focusgroup-directive/focusgroup-constants.cjs +2 -0
- package/dist/lib/focusgroup-directive/focusgroup-constants.cjs.map +1 -0
- package/dist/lib/focusgroup-directive/focusgroup-constants.js +77 -0
- package/dist/lib/focusgroup-directive/focusgroup-constants.js.map +1 -0
- package/dist/lib/focusgroup-directive/focusgroup-utils.cjs +2 -0
- package/dist/lib/focusgroup-directive/focusgroup-utils.cjs.map +1 -0
- package/dist/lib/focusgroup-directive/focusgroup-utils.js +33 -0
- package/dist/lib/focusgroup-directive/focusgroup-utils.js.map +1 -0
- package/dist/lib/focusgroup-directive/focusgroup.cjs +2 -0
- package/dist/lib/focusgroup-directive/focusgroup.cjs.map +1 -0
- package/dist/lib/focusgroup-directive/focusgroup.js +143 -0
- package/dist/lib/focusgroup-directive/focusgroup.js.map +1 -0
- package/dist/lib/focusgroup-directive/index.cjs +1 -0
- package/dist/lib/focusgroup-directive/index.js +2 -0
- package/dist/lib/focustrap-directive/focustrap-constants.cjs +2 -0
- package/dist/lib/focustrap-directive/focustrap-constants.cjs.map +1 -0
- package/dist/lib/focustrap-directive/focustrap-constants.js +10 -0
- package/dist/lib/focustrap-directive/focustrap-constants.js.map +1 -0
- package/dist/lib/focustrap-directive/focustrap-utils.cjs +2 -0
- package/dist/lib/focustrap-directive/focustrap-utils.cjs.map +1 -0
- package/dist/lib/focustrap-directive/focustrap-utils.js +19 -0
- package/dist/lib/focustrap-directive/focustrap-utils.js.map +1 -0
- package/dist/lib/focustrap-directive/focustrap.cjs +2 -0
- package/dist/lib/focustrap-directive/focustrap.cjs.map +1 -0
- package/dist/lib/focustrap-directive/focustrap.js +96 -0
- package/dist/lib/focustrap-directive/focustrap.js.map +1 -0
- package/dist/lib/focustrap-directive/index.cjs +1 -0
- package/dist/lib/focustrap-directive/index.js +2 -0
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +42 -26
- package/dist/lib/hovercard/hovercard.js.map +1 -1
- package/dist/lib/icon/icon-constants.cjs.map +1 -1
- package/dist/lib/icon/icon-constants.js +1 -1
- package/dist/lib/icon/icon-constants.js.map +1 -1
- package/dist/lib/icon/icon.cjs +1 -1
- package/dist/lib/icon/icon.cjs.map +1 -1
- package/dist/lib/icon/icon.js +17 -17
- package/dist/lib/icon/icon.js.map +1 -1
- package/dist/lib/illustration/illustration-constants.cjs.map +1 -1
- package/dist/lib/illustration/illustration-constants.js +1 -1
- package/dist/lib/illustration/illustration-constants.js.map +1 -1
- package/dist/lib/illustration/illustration.cjs +1 -1
- package/dist/lib/illustration/illustration.cjs.map +1 -1
- package/dist/lib/illustration/illustration.js +3 -3
- package/dist/lib/illustration/illustration.js.map +1 -1
- package/dist/lib/image-viewer/image-viewer.cjs +1 -1
- package/dist/lib/image-viewer/image-viewer.cjs.map +1 -1
- package/dist/lib/image-viewer/image-viewer.js +28 -31
- package/dist/lib/image-viewer/image-viewer.js.map +1 -1
- package/dist/lib/input/input-constants.cjs +1 -1
- package/dist/lib/input/input-constants.cjs.map +1 -1
- package/dist/lib/input/input-constants.js +26 -12
- package/dist/lib/input/input-constants.js.map +1 -1
- package/dist/lib/input/input.cjs +1 -1
- package/dist/lib/input/input.cjs.map +1 -1
- package/dist/lib/input/input.js +204 -81
- package/dist/lib/input/input.js.map +1 -1
- package/dist/lib/input-group/input-group.cjs +1 -1
- package/dist/lib/input-group/input-group.cjs.map +1 -1
- package/dist/lib/input-group/input-group.js +52 -25
- package/dist/lib/input-group/input-group.js.map +1 -1
- package/dist/lib/item-layout/item-layout.cjs +3 -3
- package/dist/lib/item-layout/item-layout.cjs.map +1 -1
- package/dist/lib/item-layout/item-layout.js +83 -21
- package/dist/lib/item-layout/item-layout.js.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.js +49 -40
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/lib/kitchen-sink/kitchen-sink-view.cjs +2 -0
- package/dist/lib/kitchen-sink/kitchen-sink-view.cjs.map +1 -0
- package/dist/lib/kitchen-sink/kitchen-sink-view.js +205 -0
- package/dist/lib/kitchen-sink/kitchen-sink-view.js.map +1 -0
- package/dist/lib/lazy-show/lazy-show.cjs +1 -1
- package/dist/lib/lazy-show/lazy-show.cjs.map +1 -1
- package/dist/lib/lazy-show/lazy-show.js +1 -2
- package/dist/lib/lazy-show/lazy-show.js.map +1 -1
- package/dist/lib/link/index.cjs +1 -1
- package/dist/lib/link/index.js +2 -2
- package/dist/lib/link/link-constants.cjs +1 -1
- package/dist/lib/link/link-constants.cjs.map +1 -1
- package/dist/lib/link/link-constants.js +20 -15
- package/dist/lib/link/link-constants.js.map +1 -1
- package/dist/lib/link/link.cjs +1 -1
- package/dist/lib/link/link.cjs.map +1 -1
- package/dist/lib/link/link.js +33 -16
- package/dist/lib/link/link.js.map +1 -1
- package/dist/lib/list-item/list-item-constants.cjs.map +1 -1
- package/dist/lib/list-item/list-item-constants.js +1 -1
- package/dist/lib/list-item/list-item-constants.js.map +1 -1
- package/dist/lib/list-item/list-item.cjs +1 -1
- package/dist/lib/list-item/list-item.cjs.map +1 -1
- package/dist/lib/list-item/list-item.js +10 -7
- package/dist/lib/list-item/list-item.js.map +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.cjs.map +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.js +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.js.map +1 -1
- package/dist/lib/list-item-group/list-item-group.cjs +1 -1
- package/dist/lib/list-item-group/list-item-group.cjs.map +1 -1
- package/dist/lib/list-item-group/list-item-group.js +2 -3
- package/dist/lib/list-item-group/list-item-group.js.map +1 -1
- package/dist/lib/loader/loader.cjs +3 -3
- package/dist/lib/loader/loader.cjs.map +1 -1
- package/dist/lib/loader/loader.js +22 -21
- package/dist/lib/loader/loader.js.map +1 -1
- package/dist/lib/modal/index.cjs +1 -1
- package/dist/lib/modal/index.js +3 -3
- package/dist/lib/modal/modal-constants.cjs +1 -1
- package/dist/lib/modal/modal-constants.cjs.map +1 -1
- package/dist/lib/modal/modal-constants.js +5 -8
- package/dist/lib/modal/modal-constants.js.map +1 -1
- package/dist/lib/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +204 -183
- package/dist/lib/modal/modal.js.map +1 -1
- package/dist/lib/mode-directive/index.cjs +1 -0
- package/dist/lib/mode-directive/index.js +2 -0
- package/dist/lib/mode-directive/mode.cjs +2 -0
- package/dist/lib/mode-directive/mode.cjs.map +1 -0
- package/dist/lib/mode-directive/mode.js +73 -0
- package/dist/lib/mode-directive/mode.js.map +1 -0
- package/dist/lib/mode-island/index.cjs +1 -0
- package/dist/lib/mode-island/index.js +3 -0
- package/dist/lib/mode-island/mode-island-constants.cjs +2 -0
- package/dist/lib/mode-island/mode-island-constants.cjs.map +1 -0
- package/dist/lib/mode-island/mode-island-constants.js +10 -0
- package/dist/lib/mode-island/mode-island-constants.js.map +1 -0
- package/dist/lib/mode-island/mode-island.cjs +2 -0
- package/dist/lib/mode-island/mode-island.cjs.map +1 -0
- package/dist/lib/mode-island/mode-island.js +113 -0
- package/dist/lib/mode-island/mode-island.js.map +1 -0
- package/dist/lib/mode-island/utils.cjs +2 -0
- package/dist/lib/mode-island/utils.cjs.map +1 -0
- package/dist/lib/mode-island/utils.js +32 -0
- package/dist/lib/mode-island/utils.js.map +1 -0
- package/dist/lib/mode-island/validators.cjs +2 -0
- package/dist/lib/mode-island/validators.cjs.map +1 -0
- package/dist/lib/mode-island/validators.js +10 -0
- package/dist/lib/mode-island/validators.js.map +1 -0
- package/dist/lib/motion-text/index.cjs +1 -1
- package/dist/lib/motion-text/index.js +1 -1
- package/dist/lib/motion-text/motion-text-constants.cjs +1 -1
- package/dist/lib/motion-text/motion-text-constants.cjs.map +1 -1
- package/dist/lib/motion-text/motion-text-constants.js +19 -7
- package/dist/lib/motion-text/motion-text-constants.js.map +1 -1
- package/dist/lib/motion-text/motion-text.cjs +1 -1
- package/dist/lib/motion-text/motion-text.cjs.map +1 -1
- package/dist/lib/motion-text/motion-text.js +6 -9
- package/dist/lib/motion-text/motion-text.js.map +1 -1
- package/dist/lib/notice/notice-action.cjs +1 -1
- package/dist/lib/notice/notice-action.cjs.map +1 -1
- package/dist/lib/notice/notice-action.js +35 -28
- package/dist/lib/notice/notice-action.js.map +1 -1
- package/dist/lib/notice/notice-constants.cjs +1 -1
- package/dist/lib/notice/notice-constants.cjs.map +1 -1
- package/dist/lib/notice/notice-constants.js +3 -3
- package/dist/lib/notice/notice-constants.js.map +1 -1
- package/dist/lib/notice/notice-content.cjs +1 -1
- package/dist/lib/notice/notice-content.cjs.map +1 -1
- package/dist/lib/notice/notice-content.js +52 -20
- package/dist/lib/notice/notice-content.js.map +1 -1
- package/dist/lib/notice/notice-icon.cjs +1 -1
- package/dist/lib/notice/notice-icon.cjs.map +1 -1
- package/dist/lib/notice/notice-icon.js +39 -30
- package/dist/lib/notice/notice-icon.js.map +1 -1
- package/dist/lib/notice/notice.cjs +1 -1
- package/dist/lib/notice/notice.cjs.map +1 -1
- package/dist/lib/notice/notice.js +71 -25
- package/dist/lib/notice/notice.js.map +1 -1
- package/dist/lib/pagination/pagination.cjs +1 -1
- package/dist/lib/pagination/pagination.cjs.map +1 -1
- package/dist/lib/pagination/pagination.js +14 -14
- package/dist/lib/pagination/pagination.js.map +1 -1
- package/dist/lib/popover/popover-constants.cjs +1 -1
- package/dist/lib/popover/popover-constants.cjs.map +1 -1
- package/dist/lib/popover/popover-constants.js +7 -7
- package/dist/lib/popover/popover-constants.js.map +1 -1
- package/dist/lib/popover/popover-header-footer.cjs +1 -1
- package/dist/lib/popover/popover-header-footer.cjs.map +1 -1
- package/dist/lib/popover/popover-header-footer.js +12 -5
- package/dist/lib/popover/popover-header-footer.js.map +1 -1
- package/dist/lib/popover/popover.cjs +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +85 -49
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/popover/tippy-utils.cjs.map +1 -1
- package/dist/lib/popover/tippy-utils.js +1 -1
- package/dist/lib/popover/tippy-utils.js.map +1 -1
- package/dist/lib/presence/index.cjs +1 -1
- package/dist/lib/presence/index.js +1 -1
- package/dist/lib/presence/presence-constants.cjs +1 -1
- package/dist/lib/presence/presence-constants.cjs.map +1 -1
- package/dist/lib/presence/presence-constants.js +5 -3
- package/dist/lib/presence/presence-constants.js.map +1 -1
- package/dist/lib/presence/presence.cjs +1 -2
- package/dist/lib/presence/presence.js +2 -41
- package/dist/lib/progress-circle/progress-circle-constants.cjs.map +1 -1
- package/dist/lib/progress-circle/progress-circle-constants.js +1 -1
- package/dist/lib/progress-circle/progress-circle-constants.js.map +1 -1
- package/dist/lib/progress-circle/progress-circle.cjs +1 -1
- package/dist/lib/progress-circle/progress-circle.cjs.map +1 -1
- package/dist/lib/progress-circle/progress-circle.js +34 -34
- package/dist/lib/progress-circle/progress-circle.js.map +1 -1
- package/dist/lib/prose/index.cjs +1 -0
- package/dist/lib/prose/index.js +3 -0
- package/dist/lib/prose/prose-constants.cjs +2 -0
- package/dist/lib/prose/prose-constants.cjs.map +1 -0
- package/dist/lib/prose/prose-constants.js +89 -0
- package/dist/lib/prose/prose-constants.js.map +1 -0
- package/dist/lib/prose/prose.cjs +2 -0
- package/dist/lib/prose/prose.cjs.map +1 -0
- package/dist/lib/prose/prose.js +69 -0
- package/dist/lib/prose/prose.js.map +1 -0
- package/dist/lib/radio/radio-constants.cjs +1 -1
- package/dist/lib/radio/radio-constants.cjs.map +1 -1
- package/dist/lib/radio/radio-constants.js +3 -3
- package/dist/lib/radio/radio-constants.js.map +1 -1
- package/dist/lib/radio/radio.cjs +1 -1
- package/dist/lib/radio/radio.cjs.map +1 -1
- package/dist/lib/radio/radio.js +115 -38
- package/dist/lib/radio/radio.js.map +1 -1
- package/dist/lib/radio-group/radio-group.cjs +1 -1
- package/dist/lib/radio-group/radio-group.cjs.map +1 -1
- package/dist/lib/radio-group/radio-group.js +3 -4
- package/dist/lib/radio-group/radio-group.js.map +1 -1
- package/dist/lib/radio-group/radios-decorator.cjs +1 -1
- package/dist/lib/radio-group/radios-decorator.cjs.map +1 -1
- package/dist/lib/radio-group/radios-decorator.js +1 -2
- package/dist/lib/radio-group/radios-decorator.js.map +1 -1
- package/dist/lib/resizable/index.cjs +1 -1
- package/dist/lib/resizable/index.js +5 -5
- package/dist/lib/resizable/resizable-handle.cjs +1 -1
- package/dist/lib/resizable/resizable-handle.js +1 -1
- package/dist/lib/resizable/resizable-panel.cjs +1 -1
- package/dist/lib/resizable/resizable-panel.cjs.map +1 -1
- package/dist/lib/resizable/resizable-panel.js +13 -5
- package/dist/lib/resizable/resizable-panel.js.map +1 -1
- package/dist/lib/resizable/resizable.cjs +1 -1
- package/dist/lib/resizable/resizable.js +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.js +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.js.map +1 -1
- package/dist/lib/rich-text-editor/index.cjs +1 -1
- package/dist/lib/rich-text-editor/index.js +1 -1
- package/dist/lib/rich-text-editor/markdown-renderer.cjs +1 -0
- package/dist/lib/rich-text-editor/markdown-renderer.js +2 -0
- package/dist/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/mention-suggestion.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.cjs.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.js +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.js +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.js.map +1 -1
- package/dist/lib/root-layout/root-layout-constants.cjs +1 -1
- package/dist/lib/root-layout/root-layout-constants.cjs.map +1 -1
- package/dist/lib/root-layout/root-layout-constants.js +3 -1
- package/dist/lib/root-layout/root-layout-constants.js.map +1 -1
- package/dist/lib/root-layout/root-layout.cjs +1 -1
- package/dist/lib/root-layout/root-layout.cjs.map +1 -1
- package/dist/lib/root-layout/root-layout.js +3 -4
- package/dist/lib/root-layout/root-layout.js.map +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.cjs +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.cjs.map +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.js +52 -8
- package/dist/lib/scrollbar-directive/scrollbar.js.map +1 -1
- package/dist/lib/scroller/index.cjs +1 -1
- package/dist/lib/scroller/index.js +1 -1
- package/dist/lib/scroller/scroller.cjs +1 -1
- package/dist/lib/scroller/scroller.js +1 -1
- package/dist/lib/segmented-control/index.cjs +1 -0
- package/dist/lib/segmented-control/index.js +4 -0
- package/dist/lib/segmented-control/segmented-control-constants.cjs +2 -0
- package/dist/lib/segmented-control/segmented-control-constants.cjs.map +1 -0
- package/dist/lib/segmented-control/segmented-control-constants.js +41 -0
- package/dist/lib/segmented-control/segmented-control-constants.js.map +1 -0
- package/dist/lib/segmented-control/segmented-control-item.cjs +2 -0
- package/dist/lib/segmented-control/segmented-control-item.cjs.map +1 -0
- package/dist/lib/segmented-control/segmented-control-item.js +104 -0
- package/dist/lib/segmented-control/segmented-control-item.js.map +1 -0
- package/dist/lib/segmented-control/segmented-control.cjs +2 -0
- package/dist/lib/segmented-control/segmented-control.cjs.map +1 -0
- package/dist/lib/segmented-control/segmented-control.js +205 -0
- package/dist/lib/segmented-control/segmented-control.js.map +1 -0
- package/dist/lib/select-menu/select-menu-constants.cjs +1 -1
- package/dist/lib/select-menu/select-menu-constants.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu-constants.js +8 -3
- package/dist/lib/select-menu/select-menu-constants.js.map +1 -1
- package/dist/lib/select-menu/select-menu-validators.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu-validators.js +1 -1
- package/dist/lib/select-menu/select-menu-validators.js.map +1 -1
- package/dist/lib/select-menu/select-menu.cjs +1 -1
- package/dist/lib/select-menu/select-menu.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu.js +143 -73
- package/dist/lib/select-menu/select-menu.js.map +1 -1
- package/dist/lib/skeleton/skeleton-constants.cjs +1 -1
- package/dist/lib/skeleton/skeleton-constants.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-constants.js +13 -5
- package/dist/lib/skeleton/skeleton-constants.js.map +1 -1
- package/dist/lib/skeleton/skeleton-list-item.cjs +1 -1
- package/dist/lib/skeleton/skeleton-list-item.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-list-item.js +3 -4
- package/dist/lib/skeleton/skeleton-list-item.js.map +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.cjs +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.js +1 -2
- package/dist/lib/skeleton/skeleton-paragraph.js.map +1 -1
- package/dist/lib/skeleton/skeleton-shape.cjs +1 -1
- package/dist/lib/skeleton/skeleton-shape.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-shape.js +4 -5
- package/dist/lib/skeleton/skeleton-shape.js.map +1 -1
- package/dist/lib/skeleton/skeleton-text.cjs +1 -1
- package/dist/lib/skeleton/skeleton-text.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-text.js +1 -2
- package/dist/lib/skeleton/skeleton-text.js.map +1 -1
- package/dist/lib/skeleton/skeleton.cjs +1 -1
- package/dist/lib/skeleton/skeleton.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton.js +1 -2
- package/dist/lib/skeleton/skeleton.js.map +1 -1
- package/dist/lib/split-button/split-button-constants.cjs +1 -1
- package/dist/lib/split-button/split-button-constants.cjs.map +1 -1
- package/dist/lib/split-button/split-button-constants.js +6 -1
- package/dist/lib/split-button/split-button-constants.js.map +1 -1
- package/dist/lib/split-button/split-button-end.cjs +2 -0
- package/dist/lib/split-button/split-button-end.cjs.map +1 -0
- package/dist/lib/split-button/split-button-end.js +85 -0
- package/dist/lib/split-button/split-button-end.js.map +1 -0
- package/dist/lib/split-button/split-button-start.cjs +2 -0
- package/dist/lib/split-button/split-button-start.cjs.map +1 -0
- package/dist/lib/split-button/split-button-start.js +181 -0
- package/dist/lib/split-button/split-button-start.js.map +1 -0
- package/dist/lib/split-button/split-button.cjs +1 -1
- package/dist/lib/split-button/split-button.cjs.map +1 -1
- package/dist/lib/split-button/split-button.js +257 -82
- package/dist/lib/split-button/split-button.js.map +1 -1
- package/dist/lib/stack/stack-constants.cjs +1 -1
- package/dist/lib/stack/stack-constants.cjs.map +1 -1
- package/dist/lib/stack/stack-constants.js +11 -3
- package/dist/lib/stack/stack-constants.js.map +1 -1
- package/dist/lib/stack/stack.cjs +1 -1
- package/dist/lib/stack/stack.cjs.map +1 -1
- package/dist/lib/stack/stack.js +1 -2
- package/dist/lib/stack/stack.js.map +1 -1
- package/dist/lib/stack/utils.cjs.map +1 -1
- package/dist/lib/stack/utils.js +1 -1
- package/dist/lib/stack/utils.js.map +1 -1
- package/dist/lib/stack/validators.cjs.map +1 -1
- package/dist/lib/stack/validators.js +1 -1
- package/dist/lib/stack/validators.js.map +1 -1
- package/dist/lib/tab/index.cjs +1 -1
- package/dist/lib/tab/index.js +5 -5
- package/dist/lib/tab/tab-group.cjs +1 -1
- package/dist/lib/tab/tab-group.cjs.map +1 -1
- package/dist/lib/tab/tab-group.js +187 -55
- package/dist/lib/tab/tab-group.js.map +1 -1
- package/dist/lib/tab/tab-panel.cjs +1 -1
- package/dist/lib/tab/tab-panel.cjs.map +1 -1
- package/dist/lib/tab/tab-panel.js +1 -2
- package/dist/lib/tab/tab-panel.js.map +1 -1
- package/dist/lib/tab/tab.cjs +1 -1
- package/dist/lib/tab/tab.cjs.map +1 -1
- package/dist/lib/tab/tab.js +109 -25
- package/dist/lib/tab/tab.js.map +1 -1
- package/dist/lib/tab/tabs-constants.cjs +1 -1
- package/dist/lib/tab/tabs-constants.cjs.map +1 -1
- package/dist/lib/tab/tabs-constants.js +34 -3
- package/dist/lib/tab/tabs-constants.js.map +1 -1
- package/dist/lib/text/index.cjs +1 -0
- package/dist/lib/text/index.js +3 -0
- package/dist/lib/text/text-constants.cjs +2 -0
- package/dist/lib/text/text-constants.cjs.map +1 -0
- package/dist/lib/text/text-constants.js +177 -0
- package/dist/lib/text/text-constants.js.map +1 -0
- package/dist/lib/text/text.cjs +2 -0
- package/dist/lib/text/text.cjs.map +1 -0
- package/dist/lib/text/text.js +184 -0
- package/dist/lib/text/text.js.map +1 -0
- package/dist/lib/text-list/index.cjs +1 -0
- package/dist/lib/text-list/index.js +4 -0
- package/dist/lib/text-list/text-list-constants.cjs +2 -0
- package/dist/lib/text-list/text-list-constants.cjs.map +1 -0
- package/dist/lib/text-list/text-list-constants.js +31 -0
- package/dist/lib/text-list/text-list-constants.js.map +1 -0
- package/dist/lib/text-list/text-list-item.cjs +1 -0
- package/dist/lib/text-list/text-list-item.js +2 -0
- package/dist/lib/text-list/text-list.cjs +1 -0
- package/dist/lib/text-list/text-list.js +2 -0
- package/dist/lib/text-list/validators.cjs +2 -0
- package/dist/lib/text-list/validators.cjs.map +1 -0
- package/dist/lib/text-list/validators.js +10 -0
- package/dist/lib/text-list/validators.js.map +1 -0
- package/dist/lib/toast/index.cjs +1 -1
- package/dist/lib/toast/index.js +1 -1
- package/dist/lib/toast/toast-constants.cjs.map +1 -1
- package/dist/lib/toast/toast-constants.js +1 -1
- package/dist/lib/toast/toast-constants.js.map +1 -1
- package/dist/lib/toast/toast.cjs +1 -1
- package/dist/lib/toast/toast.js +1 -1
- package/dist/lib/toggle/toggle-constants.cjs +1 -1
- package/dist/lib/toggle/toggle-constants.cjs.map +1 -1
- package/dist/lib/toggle/toggle-constants.js +3 -1
- package/dist/lib/toggle/toggle-constants.js.map +1 -1
- package/dist/lib/toggle/toggle.cjs +1 -1
- package/dist/lib/toggle/toggle.cjs.map +1 -1
- package/dist/lib/toggle/toggle.js +27 -32
- package/dist/lib/toggle/toggle.js.map +1 -1
- package/dist/lib/tooltip/tooltip-constants.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip-constants.js +1 -1
- package/dist/lib/tooltip/tooltip-constants.js.map +1 -1
- package/dist/lib/tooltip/tooltip.cjs +1 -4
- package/dist/lib/tooltip/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip.js +52 -35
- package/dist/lib/tooltip/tooltip.js.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.js +36 -35
- package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs.map +1 -1
- package/dist/lib/validation-messages/validation-messages.js +47 -24
- package/dist/lib/validation-messages/validation-messages.js.map +1 -1
- package/dist/localization/en-US.cjs +5 -0
- package/dist/localization/en-US.cjs.map +1 -1
- package/dist/localization/en-US.js +1 -1
- package/dist/localization/en-US.js.map +1 -1
- package/dist/localization/ko-KR.cjs +32 -32
- package/dist/localization/ko-KR.cjs.map +1 -1
- package/dist/localization/ko-KR.js +1 -1
- package/dist/localization/ko-KR.js.map +1 -1
- package/dist/mode_constants-CzYJW9ua.cjs +2 -0
- package/dist/mode_constants-CzYJW9ua.cjs.map +1 -0
- package/dist/mode_constants-tb7TL85q.js +14 -0
- package/dist/mode_constants-tb7TL85q.js.map +1 -0
- package/dist/shared/sr_only_close_button.cjs +1 -1
- package/dist/shared/sr_only_close_button.cjs.map +1 -1
- package/dist/shared/sr_only_close_button.js +1 -1
- package/dist/shared/sr_only_close_button.js.map +1 -1
- package/package.json +6 -5
- package/dist/attachment_carousel-BHxR7A76.cjs +0 -2
- package/dist/attachment_carousel-BHxR7A76.cjs.map +0 -1
- package/dist/attachment_carousel-CouFqFMw.js +0 -191
- package/dist/attachment_carousel-CouFqFMw.js.map +0 -1
- package/dist/combobox-CTHgn0Ym.cjs +0 -3
- package/dist/combobox-CTHgn0Ym.cjs.map +0 -1
- package/dist/combobox-DYdjapa4.js +0 -229
- package/dist/combobox-DYdjapa4.js.map +0 -1
- package/dist/components/avatar/avatar.vue.d.ts +0 -250
- package/dist/components/avatar/avatar.vue.d.ts.map +0 -1
- package/dist/components/avatar/avatar_constants.d.ts +0 -53
- package/dist/components/avatar/avatar_constants.d.ts.map +0 -1
- package/dist/components/avatar/index.d.ts +0 -3
- package/dist/components/avatar/index.d.ts.map +0 -1
- package/dist/components/avatar/utils.d.ts +0 -2
- package/dist/components/avatar/utils.d.ts.map +0 -1
- package/dist/components/badge/badge.vue.d.ts +0 -132
- package/dist/components/badge/badge.vue.d.ts.map +0 -1
- package/dist/components/badge/badge_constants.d.ts +0 -39
- package/dist/components/badge/badge_constants.d.ts.map +0 -1
- package/dist/components/badge/index.d.ts +0 -3
- package/dist/components/badge/index.d.ts.map +0 -1
- package/dist/components/banner/banner.vue.d.ts +0 -1007
- package/dist/components/banner/banner.vue.d.ts.map +0 -1
- package/dist/components/banner/index.d.ts +0 -2
- package/dist/components/banner/index.d.ts.map +0 -1
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts +0 -126
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +0 -1
- package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts +0 -164
- package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts.map +0 -1
- package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts +0 -3
- package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts.map +0 -1
- package/dist/components/breadcrumbs/index.d.ts +0 -4
- package/dist/components/breadcrumbs/index.d.ts.map +0 -1
- package/dist/components/button/button.vue.d.ts +0 -273
- package/dist/components/button/button.vue.d.ts.map +0 -1
- package/dist/components/button/button_constants.d.ts +0 -59
- package/dist/components/button/button_constants.d.ts.map +0 -1
- package/dist/components/button/index.d.ts +0 -3
- package/dist/components/button/index.d.ts.map +0 -1
- package/dist/components/button_group/button_group.vue.d.ts +0 -23
- package/dist/components/button_group/button_group.vue.d.ts.map +0 -1
- package/dist/components/button_group/button_group_constants.d.ts +0 -6
- package/dist/components/button_group/button_group_constants.d.ts.map +0 -1
- package/dist/components/button_group/index.d.ts +0 -3
- package/dist/components/button_group/index.d.ts.map +0 -1
- package/dist/components/card/card.vue.d.ts +0 -54
- package/dist/components/card/card.vue.d.ts.map +0 -1
- package/dist/components/card/index.d.ts +0 -2
- package/dist/components/card/index.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.vue.d.ts +0 -204
- package/dist/components/checkbox/checkbox.vue.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox_constants.d.ts +0 -10
- package/dist/components/checkbox/checkbox_constants.d.ts.map +0 -1
- package/dist/components/checkbox/index.d.ts +0 -2
- package/dist/components/checkbox/index.d.ts.map +0 -1
- package/dist/components/checkbox_group/checkbox_group.vue.d.ts +0 -251
- package/dist/components/checkbox_group/checkbox_group.vue.d.ts.map +0 -1
- package/dist/components/checkbox_group/index.d.ts +0 -2
- package/dist/components/checkbox_group/index.d.ts.map +0 -1
- package/dist/components/chip/chip.vue.d.ts +0 -403
- package/dist/components/chip/chip.vue.d.ts.map +0 -1
- package/dist/components/chip/chip_constants.d.ts +0 -28
- package/dist/components/chip/chip_constants.d.ts.map +0 -1
- package/dist/components/chip/index.d.ts +0 -3
- package/dist/components/chip/index.d.ts.map +0 -1
- package/dist/components/codeblock/codeblock.vue.d.ts +0 -13
- package/dist/components/codeblock/codeblock.vue.d.ts.map +0 -1
- package/dist/components/codeblock/index.d.ts +0 -2
- package/dist/components/codeblock/index.d.ts.map +0 -1
- package/dist/components/collapsible/collapsible.vue.d.ts +0 -528
- package/dist/components/collapsible/collapsible.vue.d.ts.map +0 -1
- package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts +0 -44
- package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts.map +0 -1
- package/dist/components/collapsible/index.d.ts +0 -2
- package/dist/components/collapsible/index.d.ts.map +0 -1
- package/dist/components/combobox/combobox.vue.d.ts +0 -1473
- package/dist/components/combobox/combobox.vue.d.ts.map +0 -1
- package/dist/components/combobox/combobox_constants.d.ts +0 -12
- package/dist/components/combobox/combobox_constants.d.ts.map +0 -1
- package/dist/components/combobox/combobox_empty-list.vue.d.ts +0 -237
- package/dist/components/combobox/combobox_empty-list.vue.d.ts.map +0 -1
- package/dist/components/combobox/combobox_loading-list.vue.d.ts +0 -1019
- package/dist/components/combobox/combobox_loading-list.vue.d.ts.map +0 -1
- package/dist/components/combobox/index.d.ts +0 -3
- package/dist/components/combobox/index.d.ts.map +0 -1
- package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts +0 -3
- package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts.map +0 -1
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts +0 -25
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts.map +0 -1
- package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -6
- package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +0 -1
- package/dist/components/combobox_multi_select/index.d.ts +0 -3
- package/dist/components/combobox_multi_select/index.d.ts.map +0 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +0 -4103
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +0 -1
- package/dist/components/combobox_with_popover/index.d.ts +0 -2
- package/dist/components/combobox_with_popover/index.d.ts.map +0 -1
- package/dist/components/datepicker/composables/useCalendar.d.ts +0 -10
- package/dist/components/datepicker/composables/useCalendar.d.ts.map +0 -1
- package/dist/components/datepicker/composables/useMonthYearPicker.d.ts +0 -21
- package/dist/components/datepicker/composables/useMonthYearPicker.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.vue.d.ts +0 -73
- package/dist/components/datepicker/datepicker.vue.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker_constants.d.ts +0 -3
- package/dist/components/datepicker/datepicker_constants.d.ts.map +0 -1
- package/dist/components/datepicker/formatUtils.d.ts +0 -14
- package/dist/components/datepicker/formatUtils.d.ts.map +0 -1
- package/dist/components/datepicker/index.d.ts +0 -3
- package/dist/components/datepicker/index.d.ts.map +0 -1
- package/dist/components/datepicker/modules/calendar.vue.d.ts +0 -12
- package/dist/components/datepicker/modules/calendar.vue.d.ts.map +0 -1
- package/dist/components/datepicker/modules/month-year-picker.vue.d.ts +0 -18
- package/dist/components/datepicker/modules/month-year-picker.vue.d.ts.map +0 -1
- package/dist/components/datepicker/utils.d.ts +0 -7
- package/dist/components/datepicker/utils.d.ts.map +0 -1
- package/dist/components/description_list/description_list.vue.d.ts +0 -64
- package/dist/components/description_list/description_list.vue.d.ts.map +0 -1
- package/dist/components/description_list/description_list_constants.d.ts +0 -2
- package/dist/components/description_list/description_list_constants.d.ts.map +0 -1
- package/dist/components/description_list/description_list_validators.d.ts +0 -2
- package/dist/components/description_list/description_list_validators.d.ts.map +0 -1
- package/dist/components/description_list/index.d.ts +0 -3
- package/dist/components/description_list/index.d.ts.map +0 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +0 -1394
- package/dist/components/dropdown/dropdown.vue.d.ts.map +0 -1
- package/dist/components/dropdown/dropdown_constants.d.ts +0 -10
- package/dist/components/dropdown/dropdown_constants.d.ts.map +0 -1
- package/dist/components/dropdown/dropdown_separator.vue.d.ts +0 -3
- package/dist/components/dropdown/dropdown_separator.vue.d.ts.map +0 -1
- package/dist/components/dropdown/dropdown_story_constants.d.ts +0 -5
- package/dist/components/dropdown/dropdown_story_constants.d.ts.map +0 -1
- package/dist/components/dropdown/index.d.ts +0 -4
- package/dist/components/dropdown/index.d.ts.map +0 -1
- package/dist/components/emoji/emoji.vue.d.ts +0 -868
- package/dist/components/emoji/emoji.vue.d.ts.map +0 -1
- package/dist/components/emoji/index.d.ts +0 -2
- package/dist/components/emoji/index.d.ts.map +0 -1
- package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts +0 -11
- package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +0 -1
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts +0 -510
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts.map +0 -1
- package/dist/components/emoji_picker/emoji_picker_constants.d.ts +0 -21
- package/dist/components/emoji_picker/emoji_picker_constants.d.ts.map +0 -1
- package/dist/components/emoji_picker/index.d.ts +0 -3
- package/dist/components/emoji_picker/index.d.ts.map +0 -1
- package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts +0 -8
- package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts.map +0 -1
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +0 -421
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +0 -1
- package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts +0 -15
- package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +0 -1
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +0 -12
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +0 -1
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts +0 -10
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +0 -1
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +0 -900
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +0 -1
- package/dist/components/emoji_text_wrapper/index.d.ts +0 -2
- package/dist/components/emoji_text_wrapper/index.d.ts.map +0 -1
- package/dist/components/empty_state/empty_state.vue.d.ts +0 -12
- package/dist/components/empty_state/empty_state.vue.d.ts.map +0 -1
- package/dist/components/empty_state/empty_state_constants.d.ts +0 -37
- package/dist/components/empty_state/empty_state_constants.d.ts.map +0 -1
- package/dist/components/empty_state/index.d.ts +0 -3
- package/dist/components/empty_state/index.d.ts.map +0 -1
- package/dist/components/hovercard/hovercard.vue.d.ts +0 -2541
- package/dist/components/hovercard/hovercard.vue.d.ts.map +0 -1
- package/dist/components/hovercard/index.d.ts +0 -2
- package/dist/components/hovercard/index.d.ts.map +0 -1
- package/dist/components/icon/icon.vue.d.ts +0 -39
- package/dist/components/icon/icon.vue.d.ts.map +0 -1
- package/dist/components/icon/icon_constants.d.ts +0 -17
- package/dist/components/icon/icon_constants.d.ts.map +0 -1
- package/dist/components/icon/index.d.ts +0 -3
- package/dist/components/icon/index.d.ts.map +0 -1
- package/dist/components/illustration/illustration.vue.d.ts +0 -8
- package/dist/components/illustration/illustration.vue.d.ts.map +0 -1
- package/dist/components/illustration/illustration_constants.d.ts +0 -6
- package/dist/components/illustration/illustration_constants.d.ts.map +0 -1
- package/dist/components/illustration/index.d.ts +0 -3
- package/dist/components/illustration/index.d.ts.map +0 -1
- package/dist/components/image_viewer/image_viewer.vue.d.ts +0 -697
- package/dist/components/image_viewer/image_viewer.vue.d.ts.map +0 -1
- package/dist/components/image_viewer/index.d.ts +0 -2
- package/dist/components/image_viewer/index.d.ts.map +0 -1
- package/dist/components/input/index.d.ts +0 -3
- package/dist/components/input/index.d.ts.map +0 -1
- package/dist/components/input/input.vue.d.ts +0 -293
- package/dist/components/input/input.vue.d.ts.map +0 -1
- package/dist/components/input/input_constants.d.ts +0 -83
- package/dist/components/input/input_constants.d.ts.map +0 -1
- package/dist/components/input_group/index.d.ts +0 -2
- package/dist/components/input_group/index.d.ts.map +0 -1
- package/dist/components/input_group/input_group.vue.d.ts +0 -194
- package/dist/components/input_group/input_group.vue.d.ts.map +0 -1
- package/dist/components/item_layout/index.d.ts +0 -2
- package/dist/components/item_layout/index.d.ts.map +0 -1
- package/dist/components/item_layout/item_layout.vue.d.ts +0 -91
- package/dist/components/item_layout/item_layout.vue.d.ts.map +0 -1
- package/dist/components/keyboard_shortcut/index.d.ts +0 -3
- package/dist/components/keyboard_shortcut/index.d.ts.map +0 -1
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +0 -522
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +0 -1
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +0 -2
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +0 -1
- package/dist/components/lazy_show/index.d.ts +0 -2
- package/dist/components/lazy_show/index.d.ts.map +0 -1
- package/dist/components/lazy_show/lazy_show.vue.d.ts +0 -37
- package/dist/components/lazy_show/lazy_show.vue.d.ts.map +0 -1
- package/dist/components/link/index.d.ts +0 -3
- package/dist/components/link/index.d.ts.map +0 -1
- package/dist/components/link/link.vue.d.ts +0 -75
- package/dist/components/link/link.vue.d.ts.map +0 -1
- package/dist/components/link/link_constants.d.ts +0 -23
- package/dist/components/link/link_constants.d.ts.map +0 -1
- package/dist/components/list_item/index.d.ts +0 -3
- package/dist/components/list_item/index.d.ts.map +0 -1
- package/dist/components/list_item/list_item.vue.d.ts +0 -215
- package/dist/components/list_item/list_item.vue.d.ts.map +0 -1
- package/dist/components/list_item/list_item_constants.d.ts +0 -15
- package/dist/components/list_item/list_item_constants.d.ts.map +0 -1
- package/dist/components/list_item_group/index.d.ts +0 -2
- package/dist/components/list_item_group/index.d.ts.map +0 -1
- package/dist/components/list_item_group/list_item_group.vue.d.ts +0 -42
- package/dist/components/list_item_group/list_item_group.vue.d.ts.map +0 -1
- package/dist/components/list_item_group/list_item_group_constants.d.ts +0 -6
- package/dist/components/list_item_group/list_item_group_constants.d.ts.map +0 -1
- package/dist/components/loader/index.d.ts +0 -2
- package/dist/components/loader/index.d.ts.map +0 -1
- package/dist/components/loader/loader.vue.d.ts +0 -26
- package/dist/components/loader/loader.vue.d.ts.map +0 -1
- package/dist/components/modal/index.d.ts +0 -3
- package/dist/components/modal/index.d.ts.map +0 -1
- package/dist/components/modal/modal.vue.d.ts +0 -895
- package/dist/components/modal/modal.vue.d.ts.map +0 -1
- package/dist/components/modal/modal_constants.d.ts +0 -18
- package/dist/components/modal/modal_constants.d.ts.map +0 -1
- package/dist/components/motion_text/index.d.ts +0 -3
- package/dist/components/motion_text/index.d.ts.map +0 -1
- package/dist/components/motion_text/motion_text.vue.d.ts +0 -3
- package/dist/components/motion_text/motion_text.vue.d.ts.map +0 -1
- package/dist/components/motion_text/motion_text_constants.d.ts +0 -32
- package/dist/components/motion_text/motion_text_constants.d.ts.map +0 -1
- package/dist/components/notice/index.d.ts +0 -6
- package/dist/components/notice/index.d.ts.map +0 -1
- package/dist/components/notice/notice.vue.d.ts +0 -979
- package/dist/components/notice/notice.vue.d.ts.map +0 -1
- package/dist/components/notice/notice_action.vue.d.ts +0 -643
- package/dist/components/notice/notice_action.vue.d.ts.map +0 -1
- package/dist/components/notice/notice_constants.d.ts +0 -8
- package/dist/components/notice/notice_constants.d.ts.map +0 -1
- package/dist/components/notice/notice_content.vue.d.ts +0 -36
- package/dist/components/notice/notice_content.vue.d.ts.map +0 -1
- package/dist/components/notice/notice_icon.vue.d.ts +0 -202
- package/dist/components/notice/notice_icon.vue.d.ts.map +0 -1
- package/dist/components/pagination/index.d.ts +0 -2
- package/dist/components/pagination/index.d.ts.map +0 -1
- package/dist/components/pagination/pagination.vue.d.ts +0 -425
- package/dist/components/pagination/pagination.vue.d.ts.map +0 -1
- package/dist/components/popover/index.d.ts +0 -3
- package/dist/components/popover/index.d.ts.map +0 -1
- package/dist/components/popover/popover.vue.d.ts +0 -1121
- package/dist/components/popover/popover.vue.d.ts.map +0 -1
- package/dist/components/popover/popover_constants.d.ts +0 -36
- package/dist/components/popover/popover_constants.d.ts.map +0 -1
- package/dist/components/popover/popover_header_footer.vue.d.ts +0 -343
- package/dist/components/popover/popover_header_footer.vue.d.ts.map +0 -1
- package/dist/components/popover/tippy_utils.d.ts +0 -39
- package/dist/components/popover/tippy_utils.d.ts.map +0 -1
- package/dist/components/presence/index.d.ts +0 -3
- package/dist/components/presence/index.d.ts.map +0 -1
- package/dist/components/presence/presence.vue.d.ts +0 -26
- package/dist/components/presence/presence.vue.d.ts.map +0 -1
- package/dist/components/presence/presence_constants.d.ts +0 -8
- package/dist/components/presence/presence_constants.d.ts.map +0 -1
- package/dist/components/progress_circle/index.d.ts +0 -3
- package/dist/components/progress_circle/index.d.ts.map +0 -1
- package/dist/components/progress_circle/progress_circle.vue.d.ts +0 -70
- package/dist/components/progress_circle/progress_circle.vue.d.ts.map +0 -1
- package/dist/components/progress_circle/progress_circle_constants.d.ts +0 -23
- package/dist/components/progress_circle/progress_circle_constants.d.ts.map +0 -1
- package/dist/components/radio/index.d.ts +0 -3
- package/dist/components/radio/index.d.ts.map +0 -1
- package/dist/components/radio/radio.vue.d.ts +0 -217
- package/dist/components/radio/radio.vue.d.ts.map +0 -1
- package/dist/components/radio/radio_constants.d.ts +0 -10
- package/dist/components/radio/radio_constants.d.ts.map +0 -1
- package/dist/components/radio_group/index.d.ts +0 -2
- package/dist/components/radio_group/index.d.ts.map +0 -1
- package/dist/components/radio_group/radio_group.vue.d.ts +0 -240
- package/dist/components/radio_group/radio_group.vue.d.ts.map +0 -1
- package/dist/components/resizable/composables/computeLayout.d.ts +0 -35
- package/dist/components/resizable/composables/computeLayout.d.ts.map +0 -1
- package/dist/components/resizable/composables/constraintResolver.d.ts +0 -22
- package/dist/components/resizable/composables/constraintResolver.d.ts.map +0 -1
- package/dist/components/resizable/composables/index.d.ts +0 -16
- package/dist/components/resizable/composables/index.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableAnnouncements.d.ts +0 -6
- package/dist/components/resizable/composables/useResizableAnnouncements.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableCalculations.d.ts +0 -14
- package/dist/components/resizable/composables/useResizableCalculations.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableDrag.d.ts +0 -42
- package/dist/components/resizable/composables/useResizableDrag.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableGroup.d.ts +0 -25
- package/dist/components/resizable/composables/useResizableGroup.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableKeyboard.d.ts +0 -41
- package/dist/components/resizable/composables/useResizableKeyboard.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableOffset.d.ts +0 -15
- package/dist/components/resizable/composables/useResizableOffset.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizablePanelControls.d.ts +0 -46
- package/dist/components/resizable/composables/useResizablePanelControls.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizablePanelState.d.ts +0 -9
- package/dist/components/resizable/composables/useResizablePanelState.d.ts.map +0 -1
- package/dist/components/resizable/composables/useResizableStorage.d.ts +0 -12
- package/dist/components/resizable/composables/useResizableStorage.d.ts.map +0 -1
- package/dist/components/resizable/index.d.ts +0 -6
- package/dist/components/resizable/index.d.ts.map +0 -1
- package/dist/components/resizable/resizable.vue.d.ts +0 -69
- package/dist/components/resizable/resizable.vue.d.ts.map +0 -1
- package/dist/components/resizable/resizable_constants.d.ts +0 -103
- package/dist/components/resizable/resizable_constants.d.ts.map +0 -1
- package/dist/components/resizable/resizable_handle.vue.d.ts +0 -22
- package/dist/components/resizable/resizable_handle.vue.d.ts.map +0 -1
- package/dist/components/resizable/resizable_panel.vue.d.ts +0 -44
- package/dist/components/resizable/resizable_panel.vue.d.ts.map +0 -1
- package/dist/components/resizable/resizable_utils.d.ts +0 -15
- package/dist/components/resizable/resizable_utils.d.ts.map +0 -1
- package/dist/components/rich_text_editor/channel_suggestion.d.ts +0 -17
- package/dist/components/rich_text_editor/channel_suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +0 -282
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +0 -144
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/channels/channel.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/channels/channel.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts +0 -6
- package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts +0 -16
- package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/div/div.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/div/div.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/div/index.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/div/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +0 -973
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +0 -948
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/emoji/index.d.ts +0 -4
- package/dist/components/rich_text_editor/extensions/emoji/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts +0 -15
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/image/image.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/image/image.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/image/index.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/image/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/link_phone_numbers/link_phone_numbers.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/link_phone_numbers/link_phone_numbers.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +0 -192
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +0 -337
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts +0 -6
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +0 -17
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts +0 -7
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +0 -262
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/table/table.d.ts +0 -5
- package/dist/components/rich_text_editor/extensions/table/table.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts +0 -2
- package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts +0 -29
- package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +0 -1930
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/variable/index.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/variable/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/extensions/variable/variable.d.ts +0 -3
- package/dist/components/rich_text_editor/extensions/variable/variable.d.ts.map +0 -1
- package/dist/components/rich_text_editor/index.d.ts +0 -3
- package/dist/components/rich_text_editor/index.d.ts.map +0 -1
- package/dist/components/rich_text_editor/markdownRenderer.d.ts +0 -2
- package/dist/components/rich_text_editor/markdownRenderer.d.ts.map +0 -1
- package/dist/components/rich_text_editor/mention_suggestion.d.ts +0 -34
- package/dist/components/rich_text_editor/mention_suggestion.d.ts.map +0 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts +0 -3
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts.map +0 -1
- package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts +0 -10
- package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts.map +0 -1
- package/dist/components/rich_text_editor/slash_command_suggestion.d.ts +0 -15
- package/dist/components/rich_text_editor/slash_command_suggestion.d.ts.map +0 -1
- package/dist/components/root_layout/index.d.ts +0 -3
- package/dist/components/root_layout/index.d.ts.map +0 -1
- package/dist/components/root_layout/root_layout.vue.d.ts +0 -121
- package/dist/components/root_layout/root_layout.vue.d.ts.map +0 -1
- package/dist/components/root_layout/root_layout_constants.d.ts +0 -11
- package/dist/components/root_layout/root_layout_constants.d.ts.map +0 -1
- package/dist/components/scroller/index.d.ts +0 -2
- package/dist/components/scroller/index.d.ts.map +0 -1
- package/dist/components/scroller/modules/core_scroller.vue.d.ts +0 -57
- package/dist/components/scroller/modules/core_scroller.vue.d.ts.map +0 -1
- package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts +0 -582
- package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts.map +0 -1
- package/dist/components/scroller/modules/scroller_item.vue.d.ts +0 -73
- package/dist/components/scroller/modules/scroller_item.vue.d.ts.map +0 -1
- package/dist/components/scroller/scroller.vue.d.ts +0 -786
- package/dist/components/scroller/scroller.vue.d.ts.map +0 -1
- package/dist/components/select_menu/index.d.ts +0 -3
- package/dist/components/select_menu/index.d.ts.map +0 -1
- package/dist/components/select_menu/select_menu.vue.d.ts +0 -248
- package/dist/components/select_menu/select_menu.vue.d.ts.map +0 -1
- package/dist/components/select_menu/select_menu_constants.d.ts +0 -18
- package/dist/components/select_menu/select_menu_constants.d.ts.map +0 -1
- package/dist/components/select_menu/select_menu_validators.d.ts +0 -2
- package/dist/components/select_menu/select_menu_validators.d.ts.map +0 -1
- package/dist/components/skeleton/index.d.ts +0 -7
- package/dist/components/skeleton/index.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton-list-item.vue.d.ts +0 -360
- package/dist/components/skeleton/skeleton-list-item.vue.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton-paragraph.vue.d.ts +0 -193
- package/dist/components/skeleton/skeleton-paragraph.vue.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton-shape.vue.d.ts +0 -84
- package/dist/components/skeleton/skeleton-shape.vue.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton-text.vue.d.ts +0 -87
- package/dist/components/skeleton/skeleton-text.vue.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton.vue.d.ts +0 -804
- package/dist/components/skeleton/skeleton.vue.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton_constants.d.ts +0 -27
- package/dist/components/skeleton/skeleton_constants.d.ts.map +0 -1
- package/dist/components/split_button/index.d.ts +0 -3
- package/dist/components/split_button/index.d.ts.map +0 -1
- package/dist/components/split_button/split_button-alpha.vue.d.ts +0 -389
- package/dist/components/split_button/split_button-alpha.vue.d.ts.map +0 -1
- package/dist/components/split_button/split_button-omega.vue.d.ts +0 -387
- package/dist/components/split_button/split_button-omega.vue.d.ts.map +0 -1
- package/dist/components/split_button/split_button.vue.d.ts +0 -2397
- package/dist/components/split_button/split_button.vue.d.ts.map +0 -1
- package/dist/components/split_button/split_button_constants.d.ts +0 -12
- package/dist/components/split_button/split_button_constants.d.ts.map +0 -1
- package/dist/components/stack/index.d.ts +0 -3
- package/dist/components/stack/index.d.ts.map +0 -1
- package/dist/components/stack/stack.vue.d.ts +0 -70
- package/dist/components/stack/stack.vue.d.ts.map +0 -1
- package/dist/components/stack/stack_constants.d.ts +0 -16
- package/dist/components/stack/stack_constants.d.ts.map +0 -1
- package/dist/components/stack/utils.d.ts +0 -6
- package/dist/components/stack/utils.d.ts.map +0 -1
- package/dist/components/stack/validators.d.ts +0 -5
- package/dist/components/stack/validators.d.ts.map +0 -1
- package/dist/components/tab/index.d.ts +0 -5
- package/dist/components/tab/index.d.ts.map +0 -1
- package/dist/components/tab/tab.vue.d.ts +0 -342
- package/dist/components/tab/tab.vue.d.ts.map +0 -1
- package/dist/components/tab/tab_group.vue.d.ts +0 -124
- package/dist/components/tab/tab_group.vue.d.ts.map +0 -1
- package/dist/components/tab/tab_panel.vue.d.ts +0 -55
- package/dist/components/tab/tab_panel.vue.d.ts.map +0 -1
- package/dist/components/tab/tabs_constants.d.ts +0 -14
- package/dist/components/tab/tabs_constants.d.ts.map +0 -1
- package/dist/components/toast/index.d.ts +0 -3
- package/dist/components/toast/index.d.ts.map +0 -1
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts +0 -947
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +0 -1
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts +0 -180
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts.map +0 -1
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts +0 -988
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts.map +0 -1
- package/dist/components/toast/toast.vue.d.ts +0 -4000
- package/dist/components/toast/toast.vue.d.ts.map +0 -1
- package/dist/components/toast/toast_constants.d.ts +0 -12
- package/dist/components/toast/toast_constants.d.ts.map +0 -1
- package/dist/components/toggle/index.d.ts +0 -3
- package/dist/components/toggle/index.d.ts.map +0 -1
- package/dist/components/toggle/toggle.vue.d.ts +0 -109
- package/dist/components/toggle/toggle.vue.d.ts.map +0 -1
- package/dist/components/toggle/toggle_constants.d.ts +0 -11
- package/dist/components/toggle/toggle_constants.d.ts.map +0 -1
- package/dist/components/tooltip/index.d.ts +0 -3
- package/dist/components/tooltip/index.d.ts.map +0 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +0 -273
- package/dist/components/tooltip/tooltip.vue.d.ts.map +0 -1
- package/dist/components/tooltip/tooltip_constants.d.ts +0 -19
- package/dist/components/tooltip/tooltip_constants.d.ts.map +0 -1
- package/dist/components/validation_messages/index.d.ts +0 -2
- package/dist/components/validation_messages/index.d.ts.map +0 -1
- package/dist/components/validation_messages/validation_messages.vue.d.ts +0 -42
- package/dist/components/validation_messages/validation_messages.vue.d.ts.map +0 -1
- package/dist/datepicker-DprRX9AH.cjs +0 -2
- package/dist/datepicker-DprRX9AH.cjs.map +0 -1
- package/dist/datepicker-LVDRC6Lf.js +0 -488
- package/dist/datepicker-LVDRC6Lf.js.map +0 -1
- package/dist/emoji_picker-Cl-T4BXK.cjs +0 -2
- package/dist/emoji_picker-Cl-T4BXK.cjs.map +0 -1
- package/dist/emoji_picker-tVHfpHDk.js +0 -857
- package/dist/emoji_picker-tVHfpHDk.js.map +0 -1
- package/dist/lib/attachment-carousel/attachment-carousel.cjs +0 -1
- package/dist/lib/attachment-carousel/attachment-carousel.js +0 -2
- package/dist/lib/attachment-carousel/index.cjs +0 -1
- package/dist/lib/attachment-carousel/index.js +0 -2
- package/dist/lib/callbar-button/callbar-button-constants.cjs +0 -2
- package/dist/lib/callbar-button/callbar-button-constants.cjs.map +0 -1
- package/dist/lib/callbar-button/callbar-button-constants.js +0 -11
- package/dist/lib/callbar-button/callbar-button-constants.js.map +0 -1
- package/dist/lib/callbar-button/callbar-button.cjs +0 -2
- package/dist/lib/callbar-button/callbar-button.cjs.map +0 -1
- package/dist/lib/callbar-button/callbar-button.js +0 -169
- package/dist/lib/callbar-button/callbar-button.js.map +0 -1
- package/dist/lib/callbar-button/index.cjs +0 -1
- package/dist/lib/callbar-button/index.js +0 -3
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +0 -2
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +0 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +0 -224
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +0 -1
- package/dist/lib/callbar-button-with-dropdown/index.cjs +0 -1
- package/dist/lib/callbar-button-with-dropdown/index.js +0 -2
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +0 -2
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +0 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +0 -260
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +0 -1
- package/dist/lib/callbar-button-with-popover/index.cjs +0 -1
- package/dist/lib/callbar-button-with-popover/index.js +0 -2
- package/dist/lib/callbox/callbox-constants.cjs +0 -2
- package/dist/lib/callbox/callbox-constants.cjs.map +0 -1
- package/dist/lib/callbox/callbox-constants.js +0 -13
- package/dist/lib/callbox/callbox-constants.js.map +0 -1
- package/dist/lib/callbox/callbox.cjs +0 -2
- package/dist/lib/callbox/callbox.cjs.map +0 -1
- package/dist/lib/callbox/callbox.js +0 -151
- package/dist/lib/callbox/callbox.js.map +0 -1
- package/dist/lib/callbox/index.cjs +0 -1
- package/dist/lib/callbox/index.js +0 -3
- package/dist/lib/contact-centers-row/contact-centers-row.cjs +0 -2
- package/dist/lib/contact-centers-row/contact-centers-row.cjs.map +0 -1
- package/dist/lib/contact-centers-row/contact-centers-row.js +0 -157
- package/dist/lib/contact-centers-row/contact-centers-row.js.map +0 -1
- package/dist/lib/contact-centers-row/index.cjs +0 -1
- package/dist/lib/contact-centers-row/index.js +0 -2
- package/dist/lib/contact-info/contact-info.cjs +0 -2
- package/dist/lib/contact-info/contact-info.cjs.map +0 -1
- package/dist/lib/contact-info/contact-info.js +0 -157
- package/dist/lib/contact-info/contact-info.js.map +0 -1
- package/dist/lib/contact-info/index.cjs +0 -1
- package/dist/lib/contact-info/index.js +0 -2
- package/dist/lib/contact-row/contact-row.cjs +0 -2
- package/dist/lib/contact-row/contact-row.cjs.map +0 -1
- package/dist/lib/contact-row/contact-row.js +0 -164
- package/dist/lib/contact-row/contact-row.js.map +0 -1
- package/dist/lib/contact-row/index.cjs +0 -1
- package/dist/lib/contact-row/index.js +0 -2
- package/dist/lib/datepicker/formatUtils.cjs +0 -2
- package/dist/lib/datepicker/formatUtils.cjs.map +0 -1
- package/dist/lib/datepicker/formatUtils.js +0 -55
- package/dist/lib/datepicker/formatUtils.js.map +0 -1
- package/dist/lib/editor/EditorToolbarButton.cjs +0 -2
- package/dist/lib/editor/EditorToolbarButton.cjs.map +0 -1
- package/dist/lib/editor/EditorToolbarButton.js +0 -73
- package/dist/lib/editor/EditorToolbarButton.js.map +0 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs +0 -2
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +0 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.js +0 -87
- package/dist/lib/editor/EditorToolbarDropdownButton.js.map +0 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs +0 -2
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +0 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.js +0 -88
- package/dist/lib/editor/EditorToolbarPopoverButton.js.map +0 -1
- package/dist/lib/editor/editor-constants.cjs +0 -2
- package/dist/lib/editor/editor-constants.cjs.map +0 -1
- package/dist/lib/editor/editor-constants.js +0 -17
- package/dist/lib/editor/editor-constants.js.map +0 -1
- package/dist/lib/editor/editor.cjs +0 -2
- package/dist/lib/editor/editor.cjs.map +0 -1
- package/dist/lib/editor/editor.js +0 -1099
- package/dist/lib/editor/editor.js.map +0 -1
- package/dist/lib/editor/index.cjs +0 -1
- package/dist/lib/editor/index.js +0 -2
- package/dist/lib/emoji-row/emoji-row-constants.cjs +0 -2
- package/dist/lib/emoji-row/emoji-row-constants.cjs.map +0 -1
- package/dist/lib/emoji-row/emoji-row-constants.js +0 -11
- package/dist/lib/emoji-row/emoji-row-constants.js.map +0 -1
- package/dist/lib/emoji-row/emoji-row.cjs +0 -2
- package/dist/lib/emoji-row/emoji-row.cjs.map +0 -1
- package/dist/lib/emoji-row/emoji-row.js +0 -99
- package/dist/lib/emoji-row/emoji-row.js.map +0 -1
- package/dist/lib/emoji-row/index.cjs +0 -1
- package/dist/lib/emoji-row/index.js +0 -3
- package/dist/lib/feed-item-pill/feed-item-pill-constants.cjs +0 -2
- package/dist/lib/feed-item-pill/feed-item-pill-constants.cjs.map +0 -1
- package/dist/lib/feed-item-pill/feed-item-pill-constants.js +0 -10
- package/dist/lib/feed-item-pill/feed-item-pill-constants.js.map +0 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs +0 -2
- package/dist/lib/feed-item-pill/feed-item-pill.cjs.map +0 -1
- package/dist/lib/feed-item-pill/feed-item-pill.js +0 -144
- package/dist/lib/feed-item-pill/feed-item-pill.js.map +0 -1
- package/dist/lib/feed-item-pill/index.cjs +0 -1
- package/dist/lib/feed-item-pill/index.js +0 -3
- package/dist/lib/feed-item-row/feed-item-row-constants.cjs +0 -2
- package/dist/lib/feed-item-row/feed-item-row-constants.cjs.map +0 -1
- package/dist/lib/feed-item-row/feed-item-row-constants.js +0 -13
- package/dist/lib/feed-item-row/feed-item-row-constants.js.map +0 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs +0 -2
- package/dist/lib/feed-item-row/feed-item-row.cjs.map +0 -1
- package/dist/lib/feed-item-row/feed-item-row.js +0 -205
- package/dist/lib/feed-item-row/feed-item-row.js.map +0 -1
- package/dist/lib/feed-item-row/index.cjs +0 -1
- package/dist/lib/feed-item-row/index.js +0 -3
- package/dist/lib/general-row/general-row-constants.cjs +0 -2
- package/dist/lib/general-row/general-row-constants.cjs.map +0 -1
- package/dist/lib/general-row/general-row-constants.js +0 -38
- package/dist/lib/general-row/general-row-constants.js.map +0 -1
- package/dist/lib/general-row/general-row.cjs +0 -2
- package/dist/lib/general-row/general-row.cjs.map +0 -1
- package/dist/lib/general-row/general-row.js +0 -318
- package/dist/lib/general-row/general-row.js.map +0 -1
- package/dist/lib/general-row/index.cjs +0 -1
- package/dist/lib/general-row/index.js +0 -4
- package/dist/lib/general-row/leftbar-general-row-icon.cjs +0 -2
- package/dist/lib/general-row/leftbar-general-row-icon.cjs.map +0 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js +0 -91
- package/dist/lib/general-row/leftbar-general-row-icon.js.map +0 -1
- package/dist/lib/group-row/group-row.cjs +0 -2
- package/dist/lib/group-row/group-row.cjs.map +0 -1
- package/dist/lib/group-row/group-row.js +0 -103
- package/dist/lib/group-row/group-row.js.map +0 -1
- package/dist/lib/group-row/index.cjs +0 -1
- package/dist/lib/group-row/index.js +0 -2
- package/dist/lib/grouped-chip/grouped-chip.cjs +0 -2
- package/dist/lib/grouped-chip/grouped-chip.cjs.map +0 -1
- package/dist/lib/grouped-chip/grouped-chip.js +0 -60
- package/dist/lib/grouped-chip/grouped-chip.js.map +0 -1
- package/dist/lib/grouped-chip/index.cjs +0 -1
- package/dist/lib/grouped-chip/index.js +0 -2
- package/dist/lib/ivr-node/index.cjs +0 -1
- package/dist/lib/ivr-node/index.js +0 -3
- package/dist/lib/ivr-node/ivr-node-constants.cjs +0 -2
- package/dist/lib/ivr-node/ivr-node-constants.cjs.map +0 -1
- package/dist/lib/ivr-node/ivr-node-constants.js +0 -52
- package/dist/lib/ivr-node/ivr-node-constants.js.map +0 -1
- package/dist/lib/ivr-node/ivr-node.cjs +0 -2
- package/dist/lib/ivr-node/ivr-node.cjs.map +0 -1
- package/dist/lib/ivr-node/ivr-node.js +0 -152
- package/dist/lib/ivr-node/ivr-node.js.map +0 -1
- package/dist/lib/message-input/index.cjs +0 -1
- package/dist/lib/message-input/index.js +0 -2
- package/dist/lib/message-input/last-active-nodes.cjs +0 -2
- package/dist/lib/message-input/last-active-nodes.cjs.map +0 -1
- package/dist/lib/message-input/last-active-nodes.js +0 -33
- package/dist/lib/message-input/last-active-nodes.js.map +0 -1
- package/dist/lib/message-input/message-input-button.cjs +0 -2
- package/dist/lib/message-input/message-input-button.cjs.map +0 -1
- package/dist/lib/message-input/message-input-button.js +0 -75
- package/dist/lib/message-input/message-input-button.js.map +0 -1
- package/dist/lib/message-input/message-input-constants.cjs +0 -2
- package/dist/lib/message-input/message-input-constants.cjs.map +0 -1
- package/dist/lib/message-input/message-input-constants.js +0 -6
- package/dist/lib/message-input/message-input-constants.js.map +0 -1
- package/dist/lib/message-input/message-input-link.cjs +0 -2
- package/dist/lib/message-input/message-input-link.cjs.map +0 -1
- package/dist/lib/message-input/message-input-link.js +0 -202
- package/dist/lib/message-input/message-input-link.js.map +0 -1
- package/dist/lib/message-input/message-input-topbar.cjs +0 -2
- package/dist/lib/message-input/message-input-topbar.cjs.map +0 -1
- package/dist/lib/message-input/message-input-topbar.js +0 -265
- package/dist/lib/message-input/message-input-topbar.js.map +0 -1
- package/dist/lib/message-input/message-input.cjs +0 -1
- package/dist/lib/message-input/message-input.js +0 -2
- package/dist/lib/presence/presence.cjs.map +0 -1
- package/dist/lib/presence/presence.js.map +0 -1
- package/dist/lib/recipes/eslint.config.cjs +0 -2
- package/dist/lib/recipes/eslint.config.cjs.map +0 -1
- package/dist/lib/recipes/eslint.config.js +0 -9
- package/dist/lib/recipes/eslint.config.js.map +0 -1
- package/dist/lib/rich-text-editor/markdownRenderer.cjs +0 -1
- package/dist/lib/rich-text-editor/markdownRenderer.js +0 -2
- package/dist/lib/settings-menu-button/index.cjs +0 -1
- package/dist/lib/settings-menu-button/index.js +0 -2
- package/dist/lib/settings-menu-button/settings-menu-button.cjs +0 -2
- package/dist/lib/settings-menu-button/settings-menu-button.cjs.map +0 -1
- package/dist/lib/settings-menu-button/settings-menu-button.js +0 -53
- package/dist/lib/settings-menu-button/settings-menu-button.js.map +0 -1
- package/dist/lib/split-button/split-button-alpha.cjs +0 -2
- package/dist/lib/split-button/split-button-alpha.cjs.map +0 -1
- package/dist/lib/split-button/split-button-alpha.js +0 -107
- package/dist/lib/split-button/split-button-alpha.js.map +0 -1
- package/dist/lib/split-button/split-button-omega.cjs +0 -2
- package/dist/lib/split-button/split-button-omega.cjs.map +0 -1
- package/dist/lib/split-button/split-button-omega.js +0 -86
- package/dist/lib/split-button/split-button-omega.js.map +0 -1
- package/dist/lib/time-pill/index.cjs +0 -1
- package/dist/lib/time-pill/index.js +0 -2
- package/dist/lib/time-pill/time-pill.cjs +0 -2
- package/dist/lib/time-pill/time-pill.cjs.map +0 -1
- package/dist/lib/time-pill/time-pill.js +0 -33
- package/dist/lib/time-pill/time-pill.js.map +0 -1
- package/dist/lib/top-banner-info/index.cjs +0 -1
- package/dist/lib/top-banner-info/index.js +0 -3
- package/dist/lib/top-banner-info/top-banner-info-constants.cjs +0 -2
- package/dist/lib/top-banner-info/top-banner-info-constants.cjs.map +0 -1
- package/dist/lib/top-banner-info/top-banner-info-constants.js +0 -15
- package/dist/lib/top-banner-info/top-banner-info-constants.js.map +0 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs +0 -2
- package/dist/lib/top-banner-info/top-banner-info.cjs.map +0 -1
- package/dist/lib/top-banner-info/top-banner-info.js +0 -45
- package/dist/lib/top-banner-info/top-banner-info.js.map +0 -1
- package/dist/lib/unread-pill/index.cjs +0 -1
- package/dist/lib/unread-pill/index.js +0 -3
- package/dist/lib/unread-pill/unread-pill-constants.cjs +0 -2
- package/dist/lib/unread-pill/unread-pill-constants.cjs.map +0 -1
- package/dist/lib/unread-pill/unread-pill-constants.js +0 -9
- package/dist/lib/unread-pill/unread-pill-constants.js.map +0 -1
- package/dist/lib/unread-pill/unread-pill.cjs +0 -2
- package/dist/lib/unread-pill/unread-pill.cjs.map +0 -1
- package/dist/lib/unread-pill/unread-pill.js +0 -57
- package/dist/lib/unread-pill/unread-pill.js.map +0 -1
- package/dist/markdownRenderer-DCgGQseq.cjs +0 -31
- package/dist/markdownRenderer-DCgGQseq.cjs.map +0 -1
- package/dist/markdownRenderer-vnndXQhE.js +0 -322
- package/dist/markdownRenderer-vnndXQhE.js.map +0 -1
- package/dist/message_input-B45NFtUx.cjs +0 -2
- package/dist/message_input-B45NFtUx.cjs.map +0 -1
- package/dist/message_input-DQQ3d8vG.js +0 -668
- package/dist/message_input-DQQ3d8vG.js.map +0 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +0 -698
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.d.ts +0 -6
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button/index.d.ts +0 -3
- package/dist/recipes/buttons/callbar_button/index.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +0 -2562
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/index.d.ts +0 -2
- package/dist/recipes/buttons/callbar_button_with_dropdown/index.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +0 -2325
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +0 -1
- package/dist/recipes/buttons/callbar_button_with_popover/index.d.ts +0 -2
- package/dist/recipes/buttons/callbar_button_with_popover/index.d.ts.map +0 -1
- package/dist/recipes/cards/ivr_node/index.d.ts +0 -3
- package/dist/recipes/cards/ivr_node/index.d.ts.map +0 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +0 -2129
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +0 -1
- package/dist/recipes/cards/ivr_node/ivr_node_constants.d.ts +0 -86
- package/dist/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +0 -1
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +0 -407
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +0 -1
- package/dist/recipes/chips/grouped_chip/index.d.ts +0 -2
- package/dist/recipes/chips/grouped_chip/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +0 -1447
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/attachment_carousel/index.d.ts +0 -2
- package/dist/recipes/conversation_view/attachment_carousel/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +0 -1093
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +0 -340
- package/dist/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +0 -1728
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +0 -1454
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +0 -8752
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/editor_constants.d.ts +0 -10
- package/dist/recipes/conversation_view/editor/editor_constants.d.ts.map +0 -1
- package/dist/recipes/conversation_view/editor/index.d.ts +0 -2
- package/dist/recipes/conversation_view/editor/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts +0 -2
- package/dist/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts.map +0 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +0 -2331
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +0 -6
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +0 -1
- package/dist/recipes/conversation_view/emoji_row/index.d.ts +0 -3
- package/dist/recipes/conversation_view/emoji_row/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +0 -717
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.d.ts +0 -11
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill_constants.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_pill/index.d.ts +0 -3
- package/dist/recipes/conversation_view/feed_item_pill/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -786
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +0 -12
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +0 -1
- package/dist/recipes/conversation_view/feed_item_row/index.d.ts +0 -3
- package/dist/recipes/conversation_view/feed_item_row/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +0 -533
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/meeting_pill.d.ts +0 -4
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/meeting_pill.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/index.d.ts +0 -2
- package/dist/recipes/conversation_view/message_input/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/last_active_nodes.d.ts +0 -3
- package/dist/recipes/conversation_view/message_input/last_active_nodes.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +0 -7619
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +0 -1179
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/message_input_constants.d.ts +0 -6
- package/dist/recipes/conversation_view/message_input/message_input_constants.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +0 -3005
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +0 -1586
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +0 -1
- package/dist/recipes/conversation_view/time_pill/index.d.ts +0 -2
- package/dist/recipes/conversation_view/time_pill/index.d.ts.map +0 -1
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.d.ts +0 -23
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +0 -1
- package/dist/recipes/eslint.config.d.ts +0 -8
- package/dist/recipes/eslint.config.d.ts.map +0 -1
- package/dist/recipes/header/settings_menu_button/index.d.ts +0 -2
- package/dist/recipes/header/settings_menu_button/index.d.ts.map +0 -1
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +0 -324
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +0 -1
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts +0 -436
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +0 -1
- package/dist/recipes/item_layout/contact_info/index.d.ts +0 -2
- package/dist/recipes/item_layout/contact_info/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts +0 -507
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/callbox/callbox_constants.d.ts +0 -15
- package/dist/recipes/leftbar/callbox/callbox_constants.d.ts.map +0 -1
- package/dist/recipes/leftbar/callbox/index.d.ts +0 -3
- package/dist/recipes/leftbar/callbox/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +0 -1431
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/contact_centers_row/index.d.ts +0 -2
- package/dist/recipes/leftbar/contact_centers_row/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -3640
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/contact_row/index.d.ts +0 -2
- package/dist/recipes/leftbar/contact_row/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +0 -2330
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/general_row/general_row_constants.d.ts +0 -39
- package/dist/recipes/leftbar/general_row/general_row_constants.d.ts.map +0 -1
- package/dist/recipes/leftbar/general_row/index.d.ts +0 -4
- package/dist/recipes/leftbar/general_row/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +0 -519
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +0 -2427
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/group_row/index.d.ts +0 -2
- package/dist/recipes/leftbar/group_row/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/unread_pill/index.d.ts +0 -3
- package/dist/recipes/leftbar/unread_pill/index.d.ts.map +0 -1
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +0 -95
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +0 -1
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +0 -8
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +0 -1
- package/dist/recipes/notices/top_banner_info/index.d.ts +0 -3
- package/dist/recipes/notices/top_banner_info/index.d.ts.map +0 -1
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +0 -19
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +0 -1
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +0 -6
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +0 -1
- package/dist/resizable-BOCf9EIc.cjs +0 -2
- package/dist/resizable-BOCf9EIc.cjs.map +0 -1
- package/dist/resizable-CPaF9dgG.js +0 -964
- package/dist/resizable-CPaF9dgG.js.map +0 -1
- package/dist/resizable_handle-BlKBiWnx.js +0 -307
- package/dist/resizable_handle-BlKBiWnx.js.map +0 -1
- package/dist/resizable_handle-RIKS8frB.cjs +0 -2
- package/dist/resizable_handle-RIKS8frB.cjs.map +0 -1
- package/dist/resizable_utils-BComtrMV.js +0 -131
- package/dist/resizable_utils-BComtrMV.js.map +0 -1
- package/dist/resizable_utils-DhuzXRdP.cjs +0 -2
- package/dist/resizable_utils-DhuzXRdP.cjs.map +0 -1
- package/dist/rich_text_editor-COc4LaIk.js +0 -3042
- package/dist/rich_text_editor-COc4LaIk.js.map +0 -1
- package/dist/rich_text_editor-DWrdKcza.cjs +0 -12
- package/dist/rich_text_editor-DWrdKcza.cjs.map +0 -1
- package/dist/scroller-BGVDh3sq.js +0 -623
- package/dist/scroller-BGVDh3sq.js.map +0 -1
- package/dist/scroller-CjAsgjl9.cjs +0 -2
- package/dist/scroller-CjAsgjl9.cjs.map +0 -1
- package/dist/toast-DvPN-bCi.js +0 -422
- package/dist/toast-DvPN-bCi.js.map +0 -1
- package/dist/toast-d8_zmgkL.cjs +0 -2
- package/dist/toast-d8_zmgkL.cjs.map +0 -1
- package/dist/useResizableCalculations-BDITle3Q.cjs +0 -2
- package/dist/useResizableCalculations-BDITle3Q.cjs.map +0 -1
- package/dist/useResizableCalculations-DAajatT4.js +0 -80
- package/dist/useResizableCalculations-DAajatT4.js.map +0 -1
- /package/dist/components/{rich_text_editor/extensions/slash_command → RichTextEditor/Extensions/SlashCommand}/SlashCommandComponent.vue.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Scroller-PdWd9P1m.js","names":["$emit"],"sources":["../components/Scroller/Modules/CoreScroller.vue","../components/Scroller/Modules/ScrollerItem.vue","../components/Scroller/Modules/DynamicScroller.vue","../components/Scroller/Scroller.vue"],"sourcesContent":["<!-- eslint-disable max-len -->\n<template>\n <div\n ref=\"scroller\"\n class=\"vue-recycle-scroller\"\n :class=\"{\n ready,\n [`direction-${direction}`]: true,\n }\"\n @scroll.passive=\"handleScroll\"\n >\n <component\n :is=\"listTag\"\n ref=\"wrapper\"\n :style=\"{ [direction === 'vertical' ? 'minHeight' : 'minWidth']: `${totalSize}px` }\"\n class=\"vue-recycle-scroller__item-wrapper\"\n :class=\"listClass\"\n >\n <component\n :is=\"itemTag\"\n v-for=\"view in pool\"\n :key=\"view.nr.id\"\n :style=\"ready ? {\n transform: `translate${direction === 'vertical' ? 'Y' : 'X'}(${view.position}px) translate${direction === 'vertical' ? 'X' : 'Y'}(${view.offset}px)`,\n width: undefined,\n height: undefined,\n } : null\"\n class=\"vue-recycle-scroller__item-view\"\n :class=\"[\n itemClass,\n {\n hover: props.enableHover && hoverKey === view.nr.key,\n },\n ]\"\n v-on=\"props.enableHover ? {\n mouseenter: () => { hoverKey = view.nr.key },\n mouseleave: () => { hoverKey = null },\n } : {}\"\n >\n <slot\n :item=\"view.item\"\n :index=\"view.nr.index\"\n :active=\"view.nr.used\"\n />\n </component>\n </component>\n </div>\n</template>\n\n<script setup>\n/*\nThis is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/RecycleScroller.vue)\nWe have modified it for our own specific use.\n*/\nimport { computed, watch, markRaw, shallowReactive, onMounted, nextTick, reactive, ref } from 'vue';\n\nconst props = defineProps({\n /**\n * List of items you want to display in the scroller.\n */\n items: {\n type: Array,\n required: true,\n },\n\n /**\n *\n * Field used to identify items and optimize managing rendered views\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /**\n * Direction of the scroller. Can be either `vertical` or `horizontal`.\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /**\n * Size of the items in the list.\n * If it is set to null (the default value), it will use variable size mode.\n */\n itemSize: {\n type: Number,\n default: null,\n },\n\n /**\n * Minimum size used if the height (or width in horizontal mode) of an item is unknown.\n */\n minItemSize: {\n type: [Number, String],\n default: null,\n },\n\n /**\n * Field used to get the item's size in variable size mode.\n */\n sizeField: {\n type: String,\n default: 'size',\n },\n\n /**\n * Amount of pixel to add to edges of the scrolling visible area to start rendering items further away.\n */\n buffer: {\n type: Number,\n default: 200,\n },\n\n /**\n * Enables hover state CSS class and mouse events on items.\n * Set to false if you want to manage hover state yourself.\n */\n enableHover: {\n type: Boolean,\n default: true,\n },\n\n /**\n * The element to render as the list's wrapper.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The element to render as the list item.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The custom classes added to the item list wrapper.\n */\n listClass: {\n type: [String, Object, Array],\n default: '',\n },\n\n /**\n * The custom classes added to each item.\n */\n itemClass: {\n type: [String, Object, Array],\n default: '',\n },\n});\n\nconst emit = defineEmits(['user-position']);\n\nconst views = reactive(new Map());\n// const reactiveItems = reactive(props.items);\nconst unusedViews = reactive(new Map());\nconst updateTimeout = null;\nconst pool = ref([]);\nconst hoverKey = ref(null);\nconst ready = ref(false);\nconst scroller = ref(null);\nconst userPosition = ref('top');\n\nlet startIndex = 0;\nlet endIndex = 0;\nlet scrollDirty = false;\nlet lastUpdateScrollPosition = 0;\nlet sortTimer = null;\nlet computedMinItemSize = null;\nlet totalSize = 0;\nlet uid = 0;\n\nconst sizes = computed(() => {\n if (props.itemSize === null) {\n const sizes = {\n '-1': { accumulator: 0 },\n };\n const items = props.items;\n const field = props.sizeField;\n const minItemSize = props.minItemSize;\n let computedMinSize = 10000;\n let accumulator = 0;\n let current;\n for (let i = 0, l = items.length; i < l; i++) {\n current = items[i][field] || minItemSize;\n if (current < computedMinSize) {\n computedMinSize = current;\n }\n accumulator += current;\n sizes[i] = { accumulator, size: current };\n }\n\n computedMinItemSize = computedMinSize;\n return sizes;\n }\n return [];\n});\n\nconst simpleArray = computed(() => {\n return props.items.length && typeof props.items[0] !== 'object';\n});\n\nconst itemIndexByKey = computed(() => {\n const result = {};\n for (let i = 0, l = props.items.length; i < l; i++) {\n result[props.items[i][props.keyField]] = i;\n }\n return result;\n});\n\n// watch(reactiveItems, () => {\n// // if add to the top\n// // _updateVisibleItems(true);\n// // if autoscrolling if add to the bottom\n// // _updateVisibleItems(false, true);\n// });\n\nwatch(sizes, () => {\n _updateVisibleItems(false);\n}, { deep: true });\n\nonMounted(() => {\n nextTick(() => {\n // In SSR mode, render the real number of visible items\n _updateVisibleItems(true);\n ready.value = true;\n });\n});\n\nconst _addView = (pool, index, item, key, type) => {\n const nr = markRaw({\n id: uid++,\n index,\n used: true,\n key,\n type,\n });\n const view = shallowReactive({\n item,\n position: 0,\n nr,\n });\n pool.value.push(view);\n return view;\n};\n\nconst _unuseView = (view, fake = false) => {\n const _unusedViews = unusedViews;\n const type = view.nr.type;\n let unusedPool = _unusedViews.get(type);\n if (!unusedPool) {\n unusedPool = [];\n _unusedViews.set(type, unusedPool);\n }\n unusedPool.push(view);\n if (!fake) {\n view.nr.used = false;\n view.position = -9999;\n }\n};\n\nconst _getScroll = () => {\n const isVertical = props.direction === 'vertical';\n let scrollState;\n\n if (isVertical) {\n scrollState = {\n start: scroller.value.scrollTop,\n end: scroller.value.scrollTop + scroller.value.clientHeight,\n };\n } else {\n scrollState = {\n start: scroller.value.scrollLeft,\n end: scroller.value.scrollLeft + scroller.value.clientWidth,\n };\n }\n\n return scrollState;\n};\n\nconst _itemsLimitError = () => {\n setTimeout(() => {\n \n console.error('It seems the scroller element isn\\'t scrolling, so it tries to render all the items at once.', 'Scroller:', scroller);\n \n console.error('Make sure the scroller has a fixed height (or width) and \\'overflow-y\\' (or \\'overflow-x\\') set to \\'auto\\' so it can scroll correctly and only render the items visible in the scroll viewport.');\n });\n throw new Error('Rendered items limit reached');\n};\n\nconst _sortViews = () => {\n pool.value.sort((viewA, viewB) => viewA.nr.index - viewB.nr.index);\n};\n\nconst _updateVisibleItems = (checkItem, checkPositionDiff = false) => {\n const itemSize = props.itemSize;\n const minItemSize = computedMinItemSize;\n const keyField = simpleArray.value ? null : props.keyField;\n const items = props.items;\n const count = items.length;\n const _sizes = sizes.value;\n const _views = views;\n const _unusedViews = unusedViews;\n const _pool = pool;\n const _itemIndexByKey = itemIndexByKey;\n let _startIndex, _endIndex;\n let _totalSize;\n let visibleStartIndex, visibleEndIndex;\n\n if (!count) {\n _startIndex = _endIndex = visibleStartIndex = visibleEndIndex = _totalSize = 0;\n } else {\n const scroll = _getScroll();\n\n // Skip update if use hasn't scrolled enough\n if (checkPositionDiff) {\n let positionDiff = scroll.start - lastUpdateScrollPosition.value;\n if (positionDiff < 0) positionDiff = -positionDiff;\n if ((itemSize === null && positionDiff < minItemSize.value) || positionDiff < itemSize) {\n return {\n continuous: true,\n };\n }\n }\n lastUpdateScrollPosition = scroll.start;\n\n const _buffer = props.buffer;\n scroll.start -= _buffer;\n scroll.end += _buffer;\n\n // Variable size mode\n if (itemSize === null) {\n let h;\n let a = 0;\n let b = count - 1;\n let i = ~~(count / 2);\n let oldI;\n\n // Searching for _startIndex\n do {\n oldI = i;\n h = _sizes[i]?.accumulator;\n if (h < scroll.start) {\n a = i;\n } else if (i < count - 1 && _sizes[i + 1]?.accumulator > scroll.start) {\n b = i;\n }\n i = ~~((a + b) / 2);\n } while (i !== oldI);\n i < 0 && (i = 0);\n _startIndex = i;\n\n // For container style\n _totalSize = _sizes[count - 1]?.accumulator;\n\n // Searching for _endIndex\n for (\n _endIndex = i;\n _endIndex < count && _sizes[_endIndex]?.accumulator < scroll.end;\n _endIndex++\n );\n\n if (_endIndex === -1) {\n _endIndex = items.length - 1;\n } else {\n _endIndex++;\n // Bounds\n _endIndex > count && (_endIndex = count);\n }\n\n // search visible _startIndex\n for (\n visibleStartIndex = startIndex;\n visibleStartIndex < count && (_sizes[visibleStartIndex]?.accumulator) < scroll.start;\n visibleStartIndex++\n );\n\n // search visible endIndex\n for (\n visibleEndIndex = visibleStartIndex;\n visibleEndIndex < count && (_sizes[visibleEndIndex]?.accumulator) < scroll.end;\n visibleEndIndex++\n );\n } else {\n // Fixed size mode\n _startIndex = ~~(scroll.start / itemSize);\n const remainer = _startIndex % 1;\n _startIndex -= remainer;\n _endIndex = Math.ceil(scroll.end / itemSize);\n visibleStartIndex = Math.max(0, Math.floor((scroll.start) / itemSize));\n visibleEndIndex = Math.floor((scroll.end) / itemSize);\n\n // Bounds\n _startIndex < 0 && (_startIndex = 0);\n _endIndex > count && (_endIndex = count);\n visibleStartIndex < 0 && (visibleStartIndex = 0);\n visibleEndIndex > count && (visibleEndIndex = count);\n\n _totalSize = Math.ceil(count / 1) * itemSize;\n }\n }\n\n // items limit 1000\n if (_endIndex - _startIndex > 1000) {\n _itemsLimitError();\n }\n\n totalSize = _totalSize;\n\n let view;\n\n const continuous = _startIndex <= endIndex && _endIndex >= _startIndex;\n\n // Unuse views that are no longer visible\n if (continuous) {\n for (let i = 0, l = _pool.value.length; i < l; i++) {\n view = _pool.value[i];\n if (view?.nr.used) {\n // Update view item index\n if (checkItem) {\n view.nr.index = _itemIndexByKey[view.item[keyField]];\n }\n\n // Check if index is still in visible range\n if (\n view.nr.index == null ||\n view.nr.index < _startIndex ||\n view.nr.index >= _endIndex\n ) {\n _unuseView(view);\n }\n }\n }\n }\n\n const unusedIndex = continuous ? null : new Map();\n\n let item, type;\n let v;\n for (let i = _startIndex; i < _endIndex; i++) {\n item = items[i];\n const key = keyField ? item?.[keyField] : item;\n\n if (key == null) {\n throw new Error(`Key is ${key} on item (keyField is '${keyField}')`);\n }\n view = _views.get(key);\n\n if (!itemSize && !_sizes[i]?.size) {\n if (view) _unuseView(view);\n continue;\n }\n\n type = item.type;\n\n let unusedPool = _unusedViews.get(type);\n // let newlyUsedView = false;\n\n // No view assigned to item\n if (!view) {\n if (continuous) {\n // Reuse existing view\n if (unusedPool && unusedPool.length) {\n view = unusedPool.pop();\n } else {\n view = _addView(_pool, i, item, key, type);\n }\n } else {\n // Use existing view\n // We don't care if they are already used\n // because we are not in continous scrolling\n v = unusedIndex.get(type) || 0;\n\n if (!unusedPool || v >= unusedPool.length) {\n view = _addView(_pool, i, item, key, type);\n _unuseView(view, true);\n unusedPool = _unusedViews.get(type);\n }\n\n view = unusedPool[v];\n unusedIndex.set(type, v + 1);\n }\n\n // Assign view to item\n _views.delete(view.nr.key);\n view.nr.used = true;\n view.nr.index = i;\n view.nr.key = key;\n view.nr.type = type;\n _views.set(key, view);\n\n // newlyUsedView = true;\n } else {\n // View already assigned to item\n if (!view.nr.used) {\n view.nr.used = true;\n // newlyUsedView = true;\n if (unusedPool) {\n const index = unusedPool.indexOf(view);\n if (index !== -1) unusedPool.splice(index, 1);\n }\n }\n }\n\n // Always set item in case it's a new object with the same key\n view.item = item;\n\n // if (newlyUsedView) {\n // if (items.length === 0) return;\n // if (i === items.length - 1) emit('scroll-end');\n // if (i === 0) emit('scroll-start');\n // }\n\n // Update position\n if (itemSize === null) {\n view.position = _sizes[i - 1]?.accumulator;\n view.offset = 0;\n } else {\n view.position = Math.floor(i) * itemSize;\n view.offset = (i % 1) * itemSize;\n }\n }\n\n startIndex = _startIndex;\n endIndex = _endIndex;\n\n // After the user has finished scrolling\n // Sort views so text selection is correct\n clearTimeout(sortTimer);\n sortTimer = setTimeout(_sortViews, 300);\n\n return {\n continuous,\n };\n};\n\nconst _scrollToPosition = (position) => {\n const direction = props.direction === 'vertical'\n ? { scroll: 'scrollTop', start: 'top' }\n : { scroll: 'scrollLeft', start: 'left' };\n\n const viewport = scroller.value;\n const scrollDirection = direction.scroll;\n\n viewport[scrollDirection] = position;\n};\n\nconst scrollToItem = (index) => {\n let scroll;\n if (props.itemSize === null) {\n scroll = index > 0 ? sizes.value[index - 1]?.accumulator : 0;\n } else {\n scroll = Math.floor(index) * props.itemSize;\n }\n _scrollToPosition(scroll);\n};\n\nconst handleScroll = () => {\n const container = scroller.value;\n\n if (userPosition.value !== 'middle') {\n userPosition.value = 'middle';\n emit('user-position', 'middle');\n }\n\n // Check if the scroll is at the top of the container\n if (container.scrollTop === 0) {\n userPosition.value = 'top';\n emit('user-position', 'top');\n }\n\n // Check if the scroll is at the bottom of the container\n if (container.scrollTop + container.clientHeight === container.scrollHeight) {\n userPosition.value = 'bottom';\n emit('user-position', 'bottom');\n }\n\n if (!scrollDirty) {\n scrollDirty = true;\n if (updateTimeout) return;\n\n const requestUpdate = () => requestAnimationFrame(() => {\n scrollDirty = false;\n _updateVisibleItems(false, true);\n });\n\n requestUpdate();\n }\n};\n\ndefineExpose({\n scrollToItem,\n _updateVisibleItems,\n});\n</script>\n","<script>\n/*\nThis is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/DynamicScrollerItem.vue)\nWe have modified it for our own specific use.\n*/\nimport { h } from 'vue';\nimport { returnFirstEl } from '@/common/utils';\n\nexport default {\n name: 'DtScrollerItem',\n\n inject: [\n 'vscrollData',\n 'vscrollParent',\n 'vscrollResizeObserver',\n ],\n\n props: {\n // eslint-disable-next-line vue/require-prop-types\n item: {\n required: true,\n },\n\n watchData: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Indicates if the view is actively used to display an item.\n */\n active: {\n type: Boolean,\n required: true,\n },\n\n index: {\n type: Number,\n default: undefined,\n },\n\n sizeDependencies: {\n type: [Array, Object],\n default: null,\n },\n\n tag: {\n type: String,\n default: 'div',\n },\n },\n\n computed: {\n id () {\n if (this.vscrollData.simpleArray) return this.index;\n \n if (this.vscrollData.keyField in this.item) return this.item[this.vscrollData.keyField];\n throw new Error(`keyField '${this.vscrollData.keyField}' not found in your item. You should set a valid keyField prop on your Scroller`);\n },\n\n size () {\n return this.vscrollData.sizes[this.id] || 0;\n },\n\n finalActive () {\n return this.active && this.vscrollData.active;\n },\n },\n\n watch: {\n watchData: 'updateWatchData',\n\n id (value, oldValue) {\n returnFirstEl(this.$el).$_vs_id = this.id;\n if (!this.size) {\n this.onDataUpdate();\n }\n\n if (this.$_sizeObserved) {\n // In case the old item had the same size, it won't trigger the ResizeObserver\n // since we are reusing the same DOM node\n const oldSize = this.vscrollData.sizes[oldValue];\n const size = this.vscrollData.sizes[value];\n if (oldSize != null && oldSize !== size) {\n this.applySize(oldSize);\n }\n }\n },\n\n finalActive (value) {\n if (!this.size) {\n if (value) {\n if (!this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes++;\n this.vscrollParent.$_undefinedMap[this.id] = true;\n }\n } else {\n if (this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes--;\n this.vscrollParent.$_undefinedMap[this.id] = false;\n }\n }\n }\n\n if (this.vscrollResizeObserver) {\n if (value) {\n this.observeSize();\n } else {\n this.unobserveSize();\n }\n } else if (value && this.$_pendingVScrollUpdate === this.id) {\n this.updateSize();\n }\n },\n },\n\n created () {\n if (this.$isServer) return;\n\n this.$_forceNextVScrollUpdate = null;\n this.updateWatchData();\n\n if (!this.vscrollResizeObserver) {\n for (const k in this.sizeDependencies) {\n this.$watch(() => this.sizeDependencies[k], this.onDataUpdate);\n }\n }\n },\n\n mounted () {\n if (this.finalActive) {\n this.updateSize();\n this.observeSize();\n }\n },\n\n beforeUnmount () {\n this.unobserveSize();\n },\n\n methods: {\n updateSize () {\n if (this.finalActive) {\n if (this.$_pendingSizeUpdate !== this.id) {\n this.$_pendingSizeUpdate = this.id;\n this.$_forceNextVScrollUpdate = null;\n this.$_pendingVScrollUpdate = null;\n this.computeSize(this.id);\n }\n } else {\n this.$_forceNextVScrollUpdate = this.id;\n }\n },\n\n updateWatchData () {\n if (this.watchData && !this.vscrollResizeObserver) {\n this.$_watchData = this.$watch('item', () => {\n this.onDataUpdate();\n }, {\n deep: true,\n });\n } else if (this.$_watchData) {\n this.$_watchData();\n this.$_watchData = null;\n }\n },\n\n onVscrollUpdate ({ force }) {\n // If not active, sechedule a size update when it becomes active\n if (!this.finalActive && force) {\n this.$_pendingVScrollUpdate = this.id;\n }\n\n if (this.$_forceNextVScrollUpdate === this.id || force || !this.size) {\n this.updateSize();\n }\n },\n\n onDataUpdate () {\n this.updateSize();\n },\n\n computeSize (id) {\n this.$nextTick(() => {\n if (this.id === id) {\n const width = returnFirstEl(this.$el).offsetWidth;\n const height = returnFirstEl(this.$el).offsetHeight;\n this.applyWidthHeight(width, height);\n }\n this.$_pendingSizeUpdate = null;\n });\n },\n\n applyWidthHeight (width, height) {\n const size = ~~(this.vscrollParent.direction === 'vertical' ? height : width);\n if (size && this.size !== size) {\n this.applySize(size);\n }\n },\n\n applySize (size) {\n if (this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes--;\n this.vscrollParent.$_undefinedMap[this.id] = undefined;\n }\n this.vscrollData.sizes[this.id] = size;\n },\n\n observeSize () {\n if (!this.vscrollResizeObserver) return;\n if (this.$_sizeObserved) return;\n this.vscrollResizeObserver.observe(returnFirstEl(this.$el));\n this.$el.$_vs_id = this.id;\n this.$el.$_vs_onResize = this.onResize;\n this.$_sizeObserved = true;\n },\n\n unobserveSize () {\n if (!this.vscrollResizeObserver) return;\n if (!this.$_sizeObserved) return;\n this.vscrollResizeObserver.unobserve(returnFirstEl(this.$el));\n this.$el.$_vs_onResize = undefined;\n this.$_sizeObserved = false;\n },\n\n onResize (id, width, height) {\n if (this.id === id) {\n this.applyWidthHeight(width, height);\n }\n },\n },\n\n render () {\n return h(this.tag, this.$slots.default());\n },\n};\n</script>\n","<template>\n <core-scroller\n ref=\"scroller\"\n :items=\"itemsWithSize\"\n :min-item-size=\"minItemSize\"\n :direction=\"direction\"\n :key-field=\"keyField\"\n :list-tag=\"listTag\"\n :item-tag=\"itemTag\"\n v-bind=\"$attrs\"\n >\n <template\n #default=\"{ item: itemWithSize, index, active }\"\n >\n <dt-scroller-item\n :item=\"itemWithSize\"\n :active=\"active\"\n :size-dependencies=\"[\n itemWithSize.message,\n ]\"\n :data-index=\"index\"\n >\n <slot\n v-bind=\"{\n item: itemWithSize.item,\n index,\n active,\n itemWithSize,\n }\"\n />\n </dt-scroller-item>\n </template>\n </core-scroller>\n</template>\n\n<!-- eslint-disable-next-line max-len -->\n<!-- This is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/DynamicScroller.vue)\nWe have modified it for our own specific use. -->\n<script>\nimport CoreScroller from './CoreScroller.vue';\nimport DtScrollerItem from './ScrollerItem.vue';\nimport { returnFirstEl } from '@/common/utils';\n\nexport default {\n name: 'DynamicScroller',\n\n components: {\n CoreScroller,\n DtScrollerItem,\n },\n\n provide () {\n if (typeof ResizeObserver !== 'undefined') {\n this.$_resizeObserver = new ResizeObserver(entries => {\n requestAnimationFrame(() => {\n if (!Array.isArray(entries)) {\n return;\n }\n for (const entry of entries) {\n if (entry.target && entry.target.$_vs_onResize) {\n let width, height;\n if (entry.borderBoxSize) {\n const resizeObserverSize = entry.borderBoxSize[0];\n width = resizeObserverSize.inlineSize;\n height = resizeObserverSize.blockSize;\n } else {\n // @TODO remove when contentRect is deprecated\n width = entry.contentRect.width;\n height = entry.contentRect.height;\n }\n entry.target.$_vs_onResize(entry.target.$_vs_id, width, height);\n }\n }\n });\n });\n }\n\n return {\n vscrollData: this.vscrollData,\n vscrollParent: this,\n vscrollResizeObserver: this.$_resizeObserver,\n };\n },\n\n inheritAttrs: false,\n\n props: {\n /*\n * The items to render.\n * If the items are simple arrays, the index will be used as the key.\n * If the items are objects, the keyField will be used as the key.\n */\n items: {\n type: Array,\n required: true,\n },\n\n /*\n * Indicates if the items are dynamic.\n * If true, the items will be wrapped in a DtScrollerItem component.\n * This is required for dynamic items to be able to react to changes in their size.\n */\n dynamic: {\n type: Boolean,\n default: false,\n },\n\n /*\n * The key field to use for the items.\n * Only used if the items are objects.\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /*\n * The direction of the scroller.\n * Can be either 'vertical' or 'horizontal'.\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /*\n * The tag to use for the list.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /*\n * The tag to use for the items.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /*\n * Display height (or width in horizontal mode) of the items in pixels\n * used to calculate the scroll size and position.\n * Is required for the initial render of items in DYNAMIC size mode.\n */\n minItemSize: {\n type: [Number, String],\n },\n },\n\n data () {\n return {\n vscrollData: {\n active: true,\n sizes: {},\n keyField: this.keyField,\n simpleArray: false,\n },\n };\n },\n\n computed: {\n simpleArray () {\n return this.items.length && typeof this.items[0] !== 'object';\n },\n\n itemsWithSize () {\n const result = [];\n const { items, keyField, simpleArray } = this;\n const sizes = this.vscrollData.sizes;\n const l = items.length;\n for (let i = 0; i < l; i++) {\n const item = items[i];\n const id = simpleArray ? i : item[keyField];\n let size = sizes[id];\n if (typeof size === 'undefined' && !this.$_undefinedMap[id]) {\n size = 0;\n }\n result.push({\n item,\n [keyField]: id,\n size,\n });\n }\n return result;\n },\n },\n\n watch: {\n simpleArray: {\n handler (value) {\n this.vscrollData.simpleArray = value;\n },\n\n immediate: true,\n },\n\n itemsWithSize (next, prev) {\n const scrollTop = returnFirstEl(this.$el).scrollTop;\n\n // Calculate total diff between prev and next sizes\n // over current scroll top. Then add it to scrollTop to\n // avoid jumping the contents that the user is seeing.\n let prevActiveTop = 0; let activeTop = 0;\n const length = Math.min(next.length, prev.length);\n for (let i = 0; i < length; i++) {\n if (prevActiveTop >= scrollTop) {\n break;\n }\n prevActiveTop += prev[i].size || this.minItemSize;\n activeTop += next[i].size || this.minItemSize;\n }\n const offset = activeTop - prevActiveTop;\n\n if (offset === 0) {\n return;\n }\n\n returnFirstEl(this.$el).scrollTop += offset;\n },\n },\n\n beforeCreate () {\n this.$_updates = [];\n this.$_undefinedSizes = 0;\n this.$_undefinedMap = {};\n },\n\n activated () {\n this.vscrollData.active = true;\n },\n\n deactivated () {\n this.vscrollData.active = false;\n },\n\n methods: {\n dynamicScrollerUpdateItems () {\n const scroller = this.$refs.scroller;\n if (scroller) scroller._updateVisibleItems(true);\n },\n\n dynamicScrollerUpdateItemsFromBottom () {\n const scroller = this.$refs.scroller;\n if (scroller) scroller._updateVisibleItems(false, true);\n },\n\n scrollToItem (index) {\n const scroller = this.$refs.scroller;\n if (scroller) scroller.scrollToItem(index);\n },\n\n scrollToBottom () {\n if (this.$_scrollingToBottom) return;\n this.$_scrollingToBottom = true;\n const el = returnFirstEl(this.$el);\n // Item is inserted to the DOM\n this.$nextTick(() => {\n el.scrollTop = el.scrollHeight + 5000;\n // Item sizes are computed\n const cb = () => {\n el.scrollTop = el.scrollHeight + 5000;\n requestAnimationFrame(() => {\n el.scrollTop = el.scrollHeight + 5000;\n if (this.$_undefinedSizes === 0) {\n this.$_scrollingToBottom = false;\n } else {\n requestAnimationFrame(cb);\n }\n });\n };\n requestAnimationFrame(cb);\n });\n },\n },\n};\n</script>\n","<template>\n <component\n :is=\"dynamic ? DynamicScroller : CoreScroller\"\n ref=\"scroller\"\n data-qa=\"dt-scroller\"\n :items=\"items\"\n :item-size=\"itemSize\"\n :min-item-size=\"minItemSize\"\n :direction=\"direction\"\n :key-field=\"keyField\"\n :list-tag=\"listTag\"\n :item-tag=\"itemTag\"\n :style=\"computedStyle\"\n tabindex=\"0\"\n @user-position=\"$emit('user-position', $event)\"\n >\n <template\n #default=\"{ item, index, active }\"\n >\n <slot\n v-bind=\"{\n item: item,\n index,\n active,\n }\"\n />\n </template>\n </component>\n</template>\n\n<script setup>\nimport CoreScroller from './Modules/CoreScroller.vue';\nimport DynamicScroller from './Modules/DynamicScroller.vue';\nimport { provide, computed, watch, ref } from 'vue';\n\ndefineOptions({\n name: 'DtScroller',\n});\n\nconst props = defineProps({\n /**\n * The direction of the scroller.\n * @values vertical, horizontal\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /**\n * Indicates if the items need to react to changes in their size.\n * If disabled the itemSize prop is required and you will get improved performance.\n * If enabled the minItemSize prop is required and you\n * will have reduced performance but the ability to reactively size list items\n * @values true, false\n */\n dynamic: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Display height (or width in horizontal mode) of the items in pixels\n * used to calculate the scroll size and position.\n * Required if DYNAMIC is false\n */\n itemSize: {\n type: Number,\n default: null,\n },\n\n /**\n * The tag to use for the items.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The items to render.\n * If the items are simple arrays, the index will be used as the key.\n * If the items are objects, the keyField will be used as the key.\n * @example items: [ 'item1', 'item2', 'item3' ]\n * @example items: [ { id: 1, name: 'item1' }, { id: 2, name: 'item2' }, { id: 3, name: 'item3' } ]\n */\n items: {\n type: Array,\n required: true,\n },\n\n /**\n * The key field to use for the items.\n * If the items are objects, the scroller needs to be able to identify them.\n * By default it will look for an id field on the items.\n * This can be configured with this prop if you are using another field name.\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /**\n * The tag to use for the list.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * Minimum size used if the height (or width in horizontal mode) of a item is unknown.\n * Is required for the initial render of items in DYNAMIC size mode.\n */\n minItemSize: {\n type: [Number, String],\n default: null,\n },\n\n /**\n * The height of the scroller.\n * Can be a number (in pixels) or a string (in CSS units).\n */\n scrollerHeight: {\n type: [String, Number],\n default: '100%',\n },\n\n /**\n * The width of the scroller.\n * Can be a number (in pixels) or a string (in CSS units).\n */\n scrollerWidth: {\n type: [String, Number],\n default: '100%',\n },\n});\n\nconst emits = defineEmits([\n /**\n * Describe when the scroller changes from start/middle/end\n * @param {string} position The position of the scroller.\n * @values start, middle, end\n */\n 'user-position',\n]);\n\nprovide('emit', emits);\n\nconst scroller = ref(null);\n\nconst computedStyle = computed(() => {\n return {\n width: typeof props.scrollerWidth === 'number' ? `${props.scrollerWidth}px` : props.scrollerWidth,\n height: typeof props.scrollerHeight === 'number' ? `${props.scrollerHeight}px` : props.scrollerHeight,\n };\n});\n\nwatch(props, () => {\n validateProps();\n}, { deep: true, immediate: true });\n\nfunction scrollToBottom () {\n if (scroller.value) scroller.value.scrollToBottom();\n}\n\nfunction scrollToItem (index) {\n if (scroller.value) scroller.value.scrollToItem(index);\n}\n\nfunction updateItems () {\n if (!scroller.value) return;\n if (props.dynamic) {\n scroller.value.dynamicScrollerUpdateItems();\n } else {\n scroller.value._updateVisibleItems(true);\n }\n}\n\nfunction updateItemsFromBottom () {\n if (!scroller.value) return;\n if (props.dynamic) {\n scroller.value.dynamicScrollerUpdateItemsFromBottom();\n } else {\n scroller.value._updateVisibleItems(false, true);\n }\n}\n\nfunction validateProps () {\n if (props.dynamic && !props.minItemSize) {\n console.error('scroller error: \\'minItemSize\\' is required on \\'dynamic\\' mode.');\n }\n\n if (!props.dynamic && !props.itemSize) {\n console.error('scroller error: \\'itemSize\\' is required.');\n }\n}\n\ndefineExpose({\n scrollToBottom,\n scrollToItem,\n updateItems,\n updateItemsFromBottom,\n});\n</script>\n"],"mappings":"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"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { DT_TEXT_LIST_CONTEXT as e, DT_TEXT_LIST_DEFAULT_TYPE as t, DT_TEXT_LIST_ORDERED_MARKERS as n, DT_TEXT_LIST_UNORDERED_MARKERS as r } from "./lib/text-list/text-list-constants.js";
|
|
2
|
+
import { textListGapValidator as i, textListMarkerToneValidator as a, textListMarkerValidator as o, textListTypeValidator as s } from "./lib/text-list/validators.js";
|
|
3
|
+
import { computed as c, createBlock as l, defineComponent as u, normalizeClass as d, onMounted as f, openBlock as p, provide as m, ref as h, renderSlot as g, resolveDynamicComponent as _, toRef as v, withCtx as y } from "vue";
|
|
4
|
+
//#endregion
|
|
5
|
+
//#region components/TextList/TextList.vue
|
|
6
|
+
var b = /* @__PURE__ */ u({
|
|
7
|
+
name: "DtTextList",
|
|
8
|
+
__name: "TextList",
|
|
9
|
+
props: {
|
|
10
|
+
type: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: t,
|
|
13
|
+
validator: s
|
|
14
|
+
},
|
|
15
|
+
marker: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: void 0,
|
|
18
|
+
validator: o
|
|
19
|
+
},
|
|
20
|
+
markerTone: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: void 0,
|
|
23
|
+
validator: a
|
|
24
|
+
},
|
|
25
|
+
gap: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: void 0,
|
|
28
|
+
validator: i
|
|
29
|
+
},
|
|
30
|
+
start: {
|
|
31
|
+
type: Number,
|
|
32
|
+
default: void 0
|
|
33
|
+
},
|
|
34
|
+
reversed: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
default: !1
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
setup(t) {
|
|
40
|
+
let i = t, a = h(null);
|
|
41
|
+
m(e, { type: v(i, "type") });
|
|
42
|
+
let o = c(() => i.type === "ordered"), s = c(() => o.value ? "ol" : "ul"), u = c(() => i.marker === "none" ? "list" : void 0), b = c(() => o.value ? i.start : void 0), x = c(() => o.value && i.reversed ? !0 : void 0), S = c(() => [
|
|
43
|
+
"d-text-list",
|
|
44
|
+
i.gap ? `d-text-list--gap-${i.gap}` : null,
|
|
45
|
+
{ "d-text-list--ordered": o.value },
|
|
46
|
+
i.marker ? `d-text-list--marker-${i.marker}` : null,
|
|
47
|
+
i.markerTone ? `d-text-list--marker-tone-${i.markerTone}` : null
|
|
48
|
+
]), C = (e) => console.warn(`[DtTextList] ${e}`);
|
|
49
|
+
function w() {
|
|
50
|
+
o.value || (i.start !== void 0 && C("The start prop only applies when type=\"ordered\"."), i.reversed && C("The reversed prop only applies when type=\"ordered\"."));
|
|
51
|
+
}
|
|
52
|
+
function T() {
|
|
53
|
+
!i.marker || i.marker === "none" || (i.type === "ordered" && r.includes(i.marker) && C(`The marker="${i.marker}" value is usually used with type="unordered".`), i.type === "unordered" && n.includes(i.marker) && C(`The marker="${i.marker}" value is usually used with type="ordered".`));
|
|
54
|
+
}
|
|
55
|
+
function E() {
|
|
56
|
+
let e = a.value?.$el ?? a.value;
|
|
57
|
+
if (e) {
|
|
58
|
+
for (let t of e.children) if (t.tagName !== "LI") {
|
|
59
|
+
C("Use DtTextListItem or a native li as the direct child of DtTextList.");
|
|
60
|
+
break;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
return f(() => {
|
|
65
|
+
process.env.NODE_ENV !== "production" && (w(), T(), E());
|
|
66
|
+
}), (e, t) => (p(), l(_(s.value), {
|
|
67
|
+
ref_key: "listRef",
|
|
68
|
+
ref: a,
|
|
69
|
+
"data-qa": "dt-text-list",
|
|
70
|
+
class: d(S.value),
|
|
71
|
+
role: u.value,
|
|
72
|
+
start: b.value,
|
|
73
|
+
reversed: x.value
|
|
74
|
+
}, {
|
|
75
|
+
default: y(() => [g(e.$slots, "default")]),
|
|
76
|
+
_: 3
|
|
77
|
+
}, 8, [
|
|
78
|
+
"class",
|
|
79
|
+
"role",
|
|
80
|
+
"start",
|
|
81
|
+
"reversed"
|
|
82
|
+
]));
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
//#endregion
|
|
86
|
+
export { b as t };
|
|
87
|
+
|
|
88
|
+
//# sourceMappingURL=TextList-B6XFfQfD.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextList-B6XFfQfD.js","names":[],"sources":["../components/TextList/TextList.vue","../components/TextList/TextList.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <component\n :is=\"listElement\"\n ref=\"listRef\"\n data-qa=\"dt-text-list\"\n :class=\"textListClasses\"\n :role=\"role\"\n :start=\"orderedStart\"\n :reversed=\"orderedReversed\"\n >\n <!-- @slot Text list items. Use DtTextListItem as the direct child. -->\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n onMounted,\n provide,\n ref,\n toRef,\n} from 'vue';\nimport {\n DT_TEXT_LIST_CONTEXT,\n DT_TEXT_LIST_DEFAULT_TYPE,\n DT_TEXT_LIST_ORDERED_MARKERS,\n DT_TEXT_LIST_UNORDERED_MARKERS,\n} from './TextListConstants';\nimport {\n textListGapValidator,\n textListMarkerToneValidator,\n textListMarkerValidator,\n textListTypeValidator,\n} from './Validators';\n\ndefineOptions({\n name: 'DtTextList',\n});\n\nconst props = defineProps({\n /**\n * Semantic list type. Sets the rendered element to `ul` or `ol`.\n * @values unordered, ordered\n */\n type: {\n type: String,\n default: DT_TEXT_LIST_DEFAULT_TYPE,\n validator: textListTypeValidator,\n },\n\n /**\n * Visual marker style. Leave unset for automatic depth-aware markers.\n * @values disc, circle, square, decimal, lower-alpha, upper-alpha, lower-roman, upper-roman, none\n */\n marker: {\n type: String,\n default: undefined,\n validator: textListMarkerValidator,\n },\n\n /**\n * Marker foreground tone. Uses the same tone vocabulary as DtText.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Space between list items and before nested lists.\n * @values 0, 1, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 350, 400\n */\n gap: {\n type: String,\n default: undefined,\n validator: textListGapValidator,\n },\n\n /**\n * Starting number for ordered lists.\n */\n start: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Reverse ordered list numbering.\n */\n reversed: {\n type: Boolean,\n default: false,\n },\n});\n\nconst listRef = ref(null);\n\nprovide(DT_TEXT_LIST_CONTEXT, {\n type: toRef(props, 'type'),\n});\n\nconst isOrdered = computed(() => props.type === 'ordered');\nconst listElement = computed(() => isOrdered.value ? 'ol' : 'ul');\n// Safari drops list semantics when list-style is none; restore them explicitly.\nconst role = computed(() => props.marker === 'none' ? 'list' : undefined);\nconst orderedStart = computed(() => isOrdered.value ? props.start : undefined);\nconst orderedReversed = computed(() => isOrdered.value && props.reversed ? true : undefined);\n\nconst textListClasses = computed(() => [\n 'd-text-list',\n props.gap ? `d-text-list--gap-${props.gap}` : null,\n {\n 'd-text-list--ordered': isOrdered.value,\n },\n props.marker ? `d-text-list--marker-${props.marker}` : null,\n props.markerTone ? `d-text-list--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextList] ${message}`);\n\nfunction validateOrderedOnlyProps () {\n if (isOrdered.value) return;\n\n if (props.start !== undefined) {\n warn('The start prop only applies when type=\"ordered\".');\n }\n\n if (props.reversed) {\n warn('The reversed prop only applies when type=\"ordered\".');\n }\n}\n\nfunction validateMarkerFamily () {\n if (!props.marker || props.marker === 'none') return;\n\n if (props.type === 'ordered' && DT_TEXT_LIST_UNORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"unordered\".`);\n }\n\n if (props.type === 'unordered' && DT_TEXT_LIST_ORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"ordered\".`);\n }\n}\n\nfunction validateChildren () {\n const rootElement = listRef.value?.$el ?? listRef.value;\n if (!rootElement) return;\n\n for (const child of rootElement.children) {\n if (child.tagName === 'LI') continue;\n\n warn('Use DtTextListItem or a native li as the direct child of DtTextList.');\n break;\n }\n}\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n validateOrderedOnlyProps();\n validateMarkerFamily();\n validateChildren();\n }\n});\n</script>\n","<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <component\n :is=\"listElement\"\n ref=\"listRef\"\n data-qa=\"dt-text-list\"\n :class=\"textListClasses\"\n :role=\"role\"\n :start=\"orderedStart\"\n :reversed=\"orderedReversed\"\n >\n <!-- @slot Text list items. Use DtTextListItem as the direct child. -->\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n onMounted,\n provide,\n ref,\n toRef,\n} from 'vue';\nimport {\n DT_TEXT_LIST_CONTEXT,\n DT_TEXT_LIST_DEFAULT_TYPE,\n DT_TEXT_LIST_ORDERED_MARKERS,\n DT_TEXT_LIST_UNORDERED_MARKERS,\n} from './TextListConstants';\nimport {\n textListGapValidator,\n textListMarkerToneValidator,\n textListMarkerValidator,\n textListTypeValidator,\n} from './Validators';\n\ndefineOptions({\n name: 'DtTextList',\n});\n\nconst props = defineProps({\n /**\n * Semantic list type. Sets the rendered element to `ul` or `ol`.\n * @values unordered, ordered\n */\n type: {\n type: String,\n default: DT_TEXT_LIST_DEFAULT_TYPE,\n validator: textListTypeValidator,\n },\n\n /**\n * Visual marker style. Leave unset for automatic depth-aware markers.\n * @values disc, circle, square, decimal, lower-alpha, upper-alpha, lower-roman, upper-roman, none\n */\n marker: {\n type: String,\n default: undefined,\n validator: textListMarkerValidator,\n },\n\n /**\n * Marker foreground tone. Uses the same tone vocabulary as DtText.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Space between list items and before nested lists.\n * @values 0, 1, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 350, 400\n */\n gap: {\n type: String,\n default: undefined,\n validator: textListGapValidator,\n },\n\n /**\n * Starting number for ordered lists.\n */\n start: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Reverse ordered list numbering.\n */\n reversed: {\n type: Boolean,\n default: false,\n },\n});\n\nconst listRef = ref(null);\n\nprovide(DT_TEXT_LIST_CONTEXT, {\n type: toRef(props, 'type'),\n});\n\nconst isOrdered = computed(() => props.type === 'ordered');\nconst listElement = computed(() => isOrdered.value ? 'ol' : 'ul');\n// Safari drops list semantics when list-style is none; restore them explicitly.\nconst role = computed(() => props.marker === 'none' ? 'list' : undefined);\nconst orderedStart = computed(() => isOrdered.value ? props.start : undefined);\nconst orderedReversed = computed(() => isOrdered.value && props.reversed ? true : undefined);\n\nconst textListClasses = computed(() => [\n 'd-text-list',\n props.gap ? `d-text-list--gap-${props.gap}` : null,\n {\n 'd-text-list--ordered': isOrdered.value,\n },\n props.marker ? `d-text-list--marker-${props.marker}` : null,\n props.markerTone ? `d-text-list--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextList] ${message}`);\n\nfunction validateOrderedOnlyProps () {\n if (isOrdered.value) return;\n\n if (props.start !== undefined) {\n warn('The start prop only applies when type=\"ordered\".');\n }\n\n if (props.reversed) {\n warn('The reversed prop only applies when type=\"ordered\".');\n }\n}\n\nfunction validateMarkerFamily () {\n if (!props.marker || props.marker === 'none') return;\n\n if (props.type === 'ordered' && DT_TEXT_LIST_UNORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"unordered\".`);\n }\n\n if (props.type === 'unordered' && DT_TEXT_LIST_ORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"ordered\".`);\n }\n}\n\nfunction validateChildren () {\n const rootElement = listRef.value?.$el ?? listRef.value;\n if (!rootElement) return;\n\n for (const child of rootElement.children) {\n if (child.tagName === 'LI') continue;\n\n warn('Use DtTextListItem or a native li as the direct child of DtTextList.');\n break;\n }\n}\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n validateOrderedOnlyProps();\n validateMarkerFamily();\n validateChildren();\n }\n});\n</script>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0CA,IAAM,IAAQ,GA0DR,IAAU,EAAI,KAAK;AAEzB,IAAQ,GAAsB,EAC5B,MAAM,EAAM,GAAO,OAAO,EAC3B,CAAC;EAEF,IAAM,IAAY,QAAe,EAAM,SAAS,UAAU,EACpD,IAAc,QAAe,EAAU,QAAQ,OAAO,KAAK,EAE3D,IAAO,QAAe,EAAM,WAAW,SAAS,SAAS,KAAA,EAAU,EACnE,IAAe,QAAe,EAAU,QAAQ,EAAM,QAAQ,KAAA,EAAU,EACxE,IAAkB,QAAe,EAAU,SAAS,EAAM,WAAW,KAAO,KAAA,EAAU,EAEtF,IAAkB,QAAe;GACrC;GACA,EAAM,MAAM,oBAAoB,EAAM,QAAQ;GAC9C,EACE,wBAAwB,EAAU,OACnC;GACD,EAAM,SAAS,uBAAuB,EAAM,WAAW;GACvD,EAAM,aAAa,4BAA4B,EAAM,eAAe;GACrE,CAAC,EAGI,KAAO,MAAW,QAAQ,KAAK,gBAAgB,IAAU;EAE/D,SAAS,IAA4B;AAC/B,KAAU,UAEV,EAAM,UAAU,KAAA,KAClB,EAAK,qDAAmD,EAGtD,EAAM,YACR,EAAK,wDAAsD;;EAI/D,SAAS,IAAwB;AAC3B,IAAC,EAAM,UAAU,EAAM,WAAW,WAElC,EAAM,SAAS,aAAa,EAA+B,SAAS,EAAM,OAAO,IACnF,EAAK,eAAe,EAAM,OAAO,gDAAgD,EAG/E,EAAM,SAAS,eAAe,EAA6B,SAAS,EAAM,OAAO,IACnF,EAAK,eAAe,EAAM,OAAO,8CAA8C;;EAInF,SAAS,IAAoB;GAC3B,IAAM,IAAc,EAAQ,OAAO,OAAO,EAAQ;AAC7C,UAEL;SAAK,IAAM,KAAS,EAAY,SAC1B,OAAM,YAAY,MAEtB;OAAK,uEAAuE;AAC5E;;;;SAIJ,QAAgB;AACd,GAAA,QAAA,IAAA,aAA6B,iBAC3B,GAA0B,EAC1B,GAAsB,EACtB,GAAkB;IAEpB,kBAtKA,EAWY,EAVL,EAAA,MAAW,EAAA;YACZ;GAAJ,KAAI;GACJ,WAAQ;GACP,OAAK,EAAE,EAAA,MAAe;GACtB,MAAM,EAAA;GACN,OAAO,EAAA;GACP,UAAU,EAAA;;oBAGH,CAAR,EAAQ,EAAA,QAAA,UAAA,CAAA,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require(`./chunk-Bmb41Sf3.cjs`);const e=require(`./lib/text-list/text-list-constants.cjs`),t=require(`./lib/text-list/validators.cjs`);let n=require(`vue`);var r=(0,n.defineComponent)({name:`DtTextList`,__name:`TextList`,props:{type:{type:String,default:e.DT_TEXT_LIST_DEFAULT_TYPE,validator:t.textListTypeValidator},marker:{type:String,default:void 0,validator:t.textListMarkerValidator},markerTone:{type:String,default:void 0,validator:t.textListMarkerToneValidator},gap:{type:String,default:void 0,validator:t.textListGapValidator},start:{type:Number,default:void 0},reversed:{type:Boolean,default:!1}},setup(t){let r=t,i=(0,n.ref)(null);(0,n.provide)(e.DT_TEXT_LIST_CONTEXT,{type:(0,n.toRef)(r,`type`)});let a=(0,n.computed)(()=>r.type===`ordered`),o=(0,n.computed)(()=>a.value?`ol`:`ul`),s=(0,n.computed)(()=>r.marker===`none`?`list`:void 0),c=(0,n.computed)(()=>a.value?r.start:void 0),l=(0,n.computed)(()=>a.value&&r.reversed?!0:void 0),u=(0,n.computed)(()=>[`d-text-list`,r.gap?`d-text-list--gap-${r.gap}`:null,{"d-text-list--ordered":a.value},r.marker?`d-text-list--marker-${r.marker}`:null,r.markerTone?`d-text-list--marker-tone-${r.markerTone}`:null]),d=e=>console.warn(`[DtTextList] ${e}`);function f(){a.value||(r.start!==void 0&&d(`The start prop only applies when type="ordered".`),r.reversed&&d(`The reversed prop only applies when type="ordered".`))}function p(){!r.marker||r.marker===`none`||(r.type===`ordered`&&e.DT_TEXT_LIST_UNORDERED_MARKERS.includes(r.marker)&&d(`The marker="${r.marker}" value is usually used with type="unordered".`),r.type===`unordered`&&e.DT_TEXT_LIST_ORDERED_MARKERS.includes(r.marker)&&d(`The marker="${r.marker}" value is usually used with type="ordered".`))}function m(){let e=i.value?.$el??i.value;if(e){for(let t of e.children)if(t.tagName!==`LI`){d(`Use DtTextListItem or a native li as the direct child of DtTextList.`);break}}}return(0,n.onMounted)(()=>{process.env.NODE_ENV!==`production`&&(f(),p(),m())}),(e,t)=>((0,n.openBlock)(),(0,n.createBlock)((0,n.resolveDynamicComponent)(o.value),{ref_key:`listRef`,ref:i,"data-qa":`dt-text-list`,class:(0,n.normalizeClass)(u.value),role:s.value,start:c.value,reversed:l.value},{default:(0,n.withCtx)(()=>[(0,n.renderSlot)(e.$slots,`default`)]),_:3},8,[`class`,`role`,`start`,`reversed`]))}});Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return r}});
|
|
2
|
+
//# sourceMappingURL=TextList-Dd-ROFiI.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextList-Dd-ROFiI.cjs","names":[],"sources":["../components/TextList/TextList.vue","../components/TextList/TextList.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <component\n :is=\"listElement\"\n ref=\"listRef\"\n data-qa=\"dt-text-list\"\n :class=\"textListClasses\"\n :role=\"role\"\n :start=\"orderedStart\"\n :reversed=\"orderedReversed\"\n >\n <!-- @slot Text list items. Use DtTextListItem as the direct child. -->\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n onMounted,\n provide,\n ref,\n toRef,\n} from 'vue';\nimport {\n DT_TEXT_LIST_CONTEXT,\n DT_TEXT_LIST_DEFAULT_TYPE,\n DT_TEXT_LIST_ORDERED_MARKERS,\n DT_TEXT_LIST_UNORDERED_MARKERS,\n} from './TextListConstants';\nimport {\n textListGapValidator,\n textListMarkerToneValidator,\n textListMarkerValidator,\n textListTypeValidator,\n} from './Validators';\n\ndefineOptions({\n name: 'DtTextList',\n});\n\nconst props = defineProps({\n /**\n * Semantic list type. Sets the rendered element to `ul` or `ol`.\n * @values unordered, ordered\n */\n type: {\n type: String,\n default: DT_TEXT_LIST_DEFAULT_TYPE,\n validator: textListTypeValidator,\n },\n\n /**\n * Visual marker style. Leave unset for automatic depth-aware markers.\n * @values disc, circle, square, decimal, lower-alpha, upper-alpha, lower-roman, upper-roman, none\n */\n marker: {\n type: String,\n default: undefined,\n validator: textListMarkerValidator,\n },\n\n /**\n * Marker foreground tone. Uses the same tone vocabulary as DtText.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Space between list items and before nested lists.\n * @values 0, 1, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 350, 400\n */\n gap: {\n type: String,\n default: undefined,\n validator: textListGapValidator,\n },\n\n /**\n * Starting number for ordered lists.\n */\n start: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Reverse ordered list numbering.\n */\n reversed: {\n type: Boolean,\n default: false,\n },\n});\n\nconst listRef = ref(null);\n\nprovide(DT_TEXT_LIST_CONTEXT, {\n type: toRef(props, 'type'),\n});\n\nconst isOrdered = computed(() => props.type === 'ordered');\nconst listElement = computed(() => isOrdered.value ? 'ol' : 'ul');\n// Safari drops list semantics when list-style is none; restore them explicitly.\nconst role = computed(() => props.marker === 'none' ? 'list' : undefined);\nconst orderedStart = computed(() => isOrdered.value ? props.start : undefined);\nconst orderedReversed = computed(() => isOrdered.value && props.reversed ? true : undefined);\n\nconst textListClasses = computed(() => [\n 'd-text-list',\n props.gap ? `d-text-list--gap-${props.gap}` : null,\n {\n 'd-text-list--ordered': isOrdered.value,\n },\n props.marker ? `d-text-list--marker-${props.marker}` : null,\n props.markerTone ? `d-text-list--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextList] ${message}`);\n\nfunction validateOrderedOnlyProps () {\n if (isOrdered.value) return;\n\n if (props.start !== undefined) {\n warn('The start prop only applies when type=\"ordered\".');\n }\n\n if (props.reversed) {\n warn('The reversed prop only applies when type=\"ordered\".');\n }\n}\n\nfunction validateMarkerFamily () {\n if (!props.marker || props.marker === 'none') return;\n\n if (props.type === 'ordered' && DT_TEXT_LIST_UNORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"unordered\".`);\n }\n\n if (props.type === 'unordered' && DT_TEXT_LIST_ORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"ordered\".`);\n }\n}\n\nfunction validateChildren () {\n const rootElement = listRef.value?.$el ?? listRef.value;\n if (!rootElement) return;\n\n for (const child of rootElement.children) {\n if (child.tagName === 'LI') continue;\n\n warn('Use DtTextListItem or a native li as the direct child of DtTextList.');\n break;\n }\n}\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n validateOrderedOnlyProps();\n validateMarkerFamily();\n validateChildren();\n }\n});\n</script>\n","<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <component\n :is=\"listElement\"\n ref=\"listRef\"\n data-qa=\"dt-text-list\"\n :class=\"textListClasses\"\n :role=\"role\"\n :start=\"orderedStart\"\n :reversed=\"orderedReversed\"\n >\n <!-- @slot Text list items. Use DtTextListItem as the direct child. -->\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n onMounted,\n provide,\n ref,\n toRef,\n} from 'vue';\nimport {\n DT_TEXT_LIST_CONTEXT,\n DT_TEXT_LIST_DEFAULT_TYPE,\n DT_TEXT_LIST_ORDERED_MARKERS,\n DT_TEXT_LIST_UNORDERED_MARKERS,\n} from './TextListConstants';\nimport {\n textListGapValidator,\n textListMarkerToneValidator,\n textListMarkerValidator,\n textListTypeValidator,\n} from './Validators';\n\ndefineOptions({\n name: 'DtTextList',\n});\n\nconst props = defineProps({\n /**\n * Semantic list type. Sets the rendered element to `ul` or `ol`.\n * @values unordered, ordered\n */\n type: {\n type: String,\n default: DT_TEXT_LIST_DEFAULT_TYPE,\n validator: textListTypeValidator,\n },\n\n /**\n * Visual marker style. Leave unset for automatic depth-aware markers.\n * @values disc, circle, square, decimal, lower-alpha, upper-alpha, lower-roman, upper-roman, none\n */\n marker: {\n type: String,\n default: undefined,\n validator: textListMarkerValidator,\n },\n\n /**\n * Marker foreground tone. Uses the same tone vocabulary as DtText.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Space between list items and before nested lists.\n * @values 0, 1, 25, 50, 75, 100, 125, 150, 175, 200, 250, 300, 350, 400\n */\n gap: {\n type: String,\n default: undefined,\n validator: textListGapValidator,\n },\n\n /**\n * Starting number for ordered lists.\n */\n start: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Reverse ordered list numbering.\n */\n reversed: {\n type: Boolean,\n default: false,\n },\n});\n\nconst listRef = ref(null);\n\nprovide(DT_TEXT_LIST_CONTEXT, {\n type: toRef(props, 'type'),\n});\n\nconst isOrdered = computed(() => props.type === 'ordered');\nconst listElement = computed(() => isOrdered.value ? 'ol' : 'ul');\n// Safari drops list semantics when list-style is none; restore them explicitly.\nconst role = computed(() => props.marker === 'none' ? 'list' : undefined);\nconst orderedStart = computed(() => isOrdered.value ? props.start : undefined);\nconst orderedReversed = computed(() => isOrdered.value && props.reversed ? true : undefined);\n\nconst textListClasses = computed(() => [\n 'd-text-list',\n props.gap ? `d-text-list--gap-${props.gap}` : null,\n {\n 'd-text-list--ordered': isOrdered.value,\n },\n props.marker ? `d-text-list--marker-${props.marker}` : null,\n props.markerTone ? `d-text-list--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextList] ${message}`);\n\nfunction validateOrderedOnlyProps () {\n if (isOrdered.value) return;\n\n if (props.start !== undefined) {\n warn('The start prop only applies when type=\"ordered\".');\n }\n\n if (props.reversed) {\n warn('The reversed prop only applies when type=\"ordered\".');\n }\n}\n\nfunction validateMarkerFamily () {\n if (!props.marker || props.marker === 'none') return;\n\n if (props.type === 'ordered' && DT_TEXT_LIST_UNORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"unordered\".`);\n }\n\n if (props.type === 'unordered' && DT_TEXT_LIST_ORDERED_MARKERS.includes(props.marker)) {\n warn(`The marker=\"${props.marker}\" value is usually used with type=\"ordered\".`);\n }\n}\n\nfunction validateChildren () {\n const rootElement = listRef.value?.$el ?? listRef.value;\n if (!rootElement) return;\n\n for (const child of rootElement.children) {\n if (child.tagName === 'LI') continue;\n\n warn('Use DtTextListItem or a native li as the direct child of DtTextList.');\n break;\n }\n}\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n validateOrderedOnlyProps();\n validateMarkerFamily();\n validateChildren();\n }\n});\n</script>\n"],"mappings":"umBA0CA,IAAM,EAAQ,EA0DR,GAAA,EAAA,EAAA,KAAc,KAAK,EAEzB,EAAA,EAAA,SAAQ,EAAA,qBAAsB,CAC5B,MAAA,EAAA,EAAA,OAAY,EAAO,OAAO,CAC3B,CAAC,CAEF,IAAM,GAAA,EAAA,EAAA,cAA2B,EAAM,OAAS,UAAU,CACpD,GAAA,EAAA,EAAA,cAA6B,EAAU,MAAQ,KAAO,KAAK,CAE3D,GAAA,EAAA,EAAA,cAAsB,EAAM,SAAW,OAAS,OAAS,IAAA,GAAU,CACnE,GAAA,EAAA,EAAA,cAA8B,EAAU,MAAQ,EAAM,MAAQ,IAAA,GAAU,CACxE,GAAA,EAAA,EAAA,cAAiC,EAAU,OAAS,EAAM,SAAW,GAAO,IAAA,GAAU,CAEtF,GAAA,EAAA,EAAA,cAAiC,CACrC,cACA,EAAM,IAAM,oBAAoB,EAAM,MAAQ,KAC9C,CACE,uBAAwB,EAAU,MACnC,CACD,EAAM,OAAS,uBAAuB,EAAM,SAAW,KACvD,EAAM,WAAa,4BAA4B,EAAM,aAAe,KACrE,CAAC,CAGI,EAAO,GAAW,QAAQ,KAAK,gBAAgB,IAAU,CAE/D,SAAS,GAA4B,CAC/B,EAAU,QAEV,EAAM,QAAU,IAAA,IAClB,EAAK,mDAAmD,CAGtD,EAAM,UACR,EAAK,sDAAsD,EAI/D,SAAS,GAAwB,CAC3B,CAAC,EAAM,QAAU,EAAM,SAAW,SAElC,EAAM,OAAS,WAAa,EAAA,+BAA+B,SAAS,EAAM,OAAO,EACnF,EAAK,eAAe,EAAM,OAAO,gDAAgD,CAG/E,EAAM,OAAS,aAAe,EAAA,6BAA6B,SAAS,EAAM,OAAO,EACnF,EAAK,eAAe,EAAM,OAAO,8CAA8C,EAInF,SAAS,GAAoB,CAC3B,IAAM,EAAc,EAAQ,OAAO,KAAO,EAAQ,MAC7C,KAEL,KAAK,IAAM,KAAS,EAAY,SAC1B,KAAM,UAAY,KAEtB,GAAK,uEAAuE,CAC5E,eAIJ,EAAA,EAAA,eAAgB,CACd,QAAA,IAAA,WAA6B,eAC3B,GAA0B,CAC1B,GAAsB,CACtB,GAAkB,GAEpB,2EArKO,EAAA,MAAW,CAAA,SACZ,UAAJ,IAAI,EACJ,UAAQ,eACP,OAAA,EAAA,EAAA,gBAAO,EAAA,MAAe,CACtB,KAAM,EAAA,MACN,MAAO,EAAA,MACP,SAAU,EAAA,kCAGH,EAAA,EAAA,EAAA,YAAA,EAAA,OAAA,UAAA,CAAA,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
require(`./chunk-Bmb41Sf3.cjs`);const e=require(`./common/utils/index.cjs`),t=require(`./lib/text-list/text-list-constants.cjs`),n=require(`./lib/text-list/validators.cjs`);let r=require(`vue`);var i=[`value`],a=(0,r.defineComponent)({name:`DtTextListItem`,__name:`TextListItem`,props:{value:{type:Number,default:void 0},markerTone:{type:String,default:void 0,validator:n.textListMarkerToneValidator},markerClass:{type:[String,Array,Object],default:``},contentClass:{type:[String,Array,Object],default:``}},setup(n){let a=n,o=(0,r.useSlots)(),s=(0,r.inject)(t.DT_TEXT_LIST_CONTEXT,null),c=(0,r.computed)(()=>s?(0,r.unref)(s.type):void 0),l=(0,r.computed)(()=>e.hasSlotContent(o.marker)),u=(0,r.computed)(()=>c.value===`ordered`?a.value:void 0),d=(0,r.computed)(()=>[`d-text-list__item`,{"d-text-list__item--custom-marker":l.value},a.markerTone?`d-text-list__item--marker-tone-${a.markerTone}`:null]),f=e=>console.warn(`[DtTextListItem] ${e}`);return(0,r.onMounted)(()=>{process.env.NODE_ENV!==`production`&&(s||f(`DtTextListItem must be used inside DtTextList.`),a.value!==void 0&&c.value!==`ordered`&&f(`The value prop only applies inside a DtTextList with type="ordered".`))}),(e,t)=>((0,r.openBlock)(),(0,r.createElementBlock)(`li`,{"data-qa":`dt-text-list-item`,class:(0,r.normalizeClass)(d.value),value:u.value},[l.value?((0,r.openBlock)(),(0,r.createElementBlock)(`span`,{key:0,"data-qa":`dt-text-list-item-marker`,class:(0,r.normalizeClass)([`d-text-list__item-marker`,n.markerClass]),"aria-hidden":`true`},[(0,r.renderSlot)(e.$slots,`marker`)],2)):(0,r.createCommentVNode)(``,!0),(0,r.createElementVNode)(`div`,{"data-qa":`dt-text-list-item-content`,class:(0,r.normalizeClass)([`d-text-list__item-content`,n.contentClass])},[(0,r.renderSlot)(e.$slots,`default`)],2)],10,i))}});Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return a}});
|
|
2
|
+
//# sourceMappingURL=TextListItem-DIlrCkaM.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextListItem-DIlrCkaM.cjs","names":[],"sources":["../components/TextList/TextListItem.vue","../components/TextList/TextListItem.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <li\n data-qa=\"dt-text-list-item\"\n :class=\"textListItemClasses\"\n :value=\"orderedValue\"\n >\n <span\n v-if=\"hasCustomMarker\"\n data-qa=\"dt-text-list-item-marker\"\n class=\"d-text-list__item-marker\"\n :class=\"markerClass\"\n aria-hidden=\"true\"\n >\n <!-- @slot Custom marker content. Decorative by default. -->\n <slot name=\"marker\" />\n </span>\n <div\n data-qa=\"dt-text-list-item-content\"\n :class=\"['d-text-list__item-content', contentClass]\"\n >\n <!-- @slot Text list item content. -->\n <slot />\n </div>\n </li>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n inject,\n onMounted,\n unref,\n useSlots,\n} from 'vue';\nimport { hasSlotContent } from '@/common/utils';\nimport { DT_TEXT_LIST_CONTEXT } from './TextListConstants';\nimport { textListMarkerToneValidator } from './Validators';\n\ndefineOptions({\n name: 'DtTextListItem',\n});\n\nconst props = defineProps({\n /**\n * Native `li` value for ordered lists.\n */\n value: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Marker foreground tone for this item. Overrides the parent DtTextList markerTone.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Additional class name for the marker wrapper.\n */\n markerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n});\n\nconst slots = useSlots();\nconst parentContext = inject(DT_TEXT_LIST_CONTEXT, null);\nconst parentType = computed(() => parentContext ? unref(parentContext.type) : undefined);\nconst hasCustomMarker = computed(() => hasSlotContent(slots.marker));\nconst orderedValue = computed(() => parentType.value === 'ordered' ? props.value : undefined);\nconst textListItemClasses = computed(() => [\n 'd-text-list__item',\n { 'd-text-list__item--custom-marker': hasCustomMarker.value },\n props.markerTone ? `d-text-list__item--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextListItem] ${message}`);\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n if (!parentContext) {\n warn('DtTextListItem must be used inside DtTextList.');\n }\n\n if (props.value !== undefined && parentType.value !== 'ordered') {\n warn('The value prop only applies inside a DtTextList with type=\"ordered\".');\n }\n }\n});\n</script>\n","<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <li\n data-qa=\"dt-text-list-item\"\n :class=\"textListItemClasses\"\n :value=\"orderedValue\"\n >\n <span\n v-if=\"hasCustomMarker\"\n data-qa=\"dt-text-list-item-marker\"\n class=\"d-text-list__item-marker\"\n :class=\"markerClass\"\n aria-hidden=\"true\"\n >\n <!-- @slot Custom marker content. Decorative by default. -->\n <slot name=\"marker\" />\n </span>\n <div\n data-qa=\"dt-text-list-item-content\"\n :class=\"['d-text-list__item-content', contentClass]\"\n >\n <!-- @slot Text list item content. -->\n <slot />\n </div>\n </li>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n inject,\n onMounted,\n unref,\n useSlots,\n} from 'vue';\nimport { hasSlotContent } from '@/common/utils';\nimport { DT_TEXT_LIST_CONTEXT } from './TextListConstants';\nimport { textListMarkerToneValidator } from './Validators';\n\ndefineOptions({\n name: 'DtTextListItem',\n});\n\nconst props = defineProps({\n /**\n * Native `li` value for ordered lists.\n */\n value: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Marker foreground tone for this item. Overrides the parent DtTextList markerTone.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Additional class name for the marker wrapper.\n */\n markerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n});\n\nconst slots = useSlots();\nconst parentContext = inject(DT_TEXT_LIST_CONTEXT, null);\nconst parentType = computed(() => parentContext ? unref(parentContext.type) : undefined);\nconst hasCustomMarker = computed(() => hasSlotContent(slots.marker));\nconst orderedValue = computed(() => parentType.value === 'ordered' ? props.value : undefined);\nconst textListItemClasses = computed(() => [\n 'd-text-list__item',\n { 'd-text-list__item--custom-marker': hasCustomMarker.value },\n props.markerTone ? `d-text-list__item--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextListItem] ${message}`);\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n if (!parentContext) {\n warn('DtTextListItem must be used inside DtTextList.');\n }\n\n if (props.value !== undefined && parentType.value !== 'ordered') {\n warn('The value prop only applies inside a DtTextList with type=\"ordered\".');\n }\n }\n});\n</script>\n"],"mappings":"ogBA4CA,IAAM,EAAQ,EAoCR,GAAA,EAAA,EAAA,WAAkB,CAClB,GAAA,EAAA,EAAA,QAAuB,EAAA,qBAAsB,KAAK,CAClD,GAAA,EAAA,EAAA,cAA4B,GAAA,EAAA,EAAA,OAAsB,EAAc,KAAK,CAAG,IAAA,GAAU,CAClF,GAAA,EAAA,EAAA,cAAiC,EAAA,eAAe,EAAM,OAAO,CAAC,CAC9D,GAAA,EAAA,EAAA,cAA8B,EAAW,QAAU,UAAY,EAAM,MAAQ,IAAA,GAAU,CACvF,GAAA,EAAA,EAAA,cAAqC,CACzC,oBACA,CAAE,mCAAoC,EAAgB,MAAO,CAC7D,EAAM,WAAa,kCAAkC,EAAM,aAAe,KAC3E,CAAC,CAGI,EAAO,GAAW,QAAQ,KAAK,oBAAoB,IAAU,QAEnE,EAAA,EAAA,eAAgB,CACd,QAAA,IAAA,WAA6B,eACtB,GACH,EAAK,iDAAiD,CAGpD,EAAM,QAAU,IAAA,IAAa,EAAW,QAAU,WACpD,EAAK,uEAAuE,GAGhF,oDAhFK,KAAA,CArBH,UAAQ,oBACP,OAAA,EAAA,EAAA,gBAAO,EAAA,MAAmB,CAC1B,MAAO,EAAA,QAGA,EAAA,QAAA,EAAA,EAAA,YAAA,EAAA,EAAA,EAAA,oBAQD,OAAA,OAPL,UAAQ,2BACR,OAAA,EAAA,EAAA,gBAAK,CAAC,2BACE,EAAA,YAAW,CAAA,CACnB,cAAY,0BAGU,EAAA,OAAA,SAAA,CAAA,CAAA,EAAA,GAAA,EAAA,EAAA,oBAAA,GAAA,GAAA,EAAA,EAAA,EAAA,oBAQlB,MAAA,CALJ,UAAQ,4BACP,OAAA,EAAA,EAAA,gBAAK,CAAA,4BAAgC,EAAA,aAAY,CAAA,oBAG1C,EAAA,OAAA,UAAA,CAAA,CAAA,EAAA,CAAA,CAAA,GAAA,EAAA"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { hasSlotContent as e } from "./common/utils/index.js";
|
|
2
|
+
import { DT_TEXT_LIST_CONTEXT as t } from "./lib/text-list/text-list-constants.js";
|
|
3
|
+
import { textListMarkerToneValidator as n } from "./lib/text-list/validators.js";
|
|
4
|
+
import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, defineComponent as s, inject as c, normalizeClass as l, onMounted as u, openBlock as d, renderSlot as f, unref as p, useSlots as m } from "vue";
|
|
5
|
+
//#region components/TextList/TextListItem.vue?vue&type=script&setup=true&lang.ts
|
|
6
|
+
var h = ["value"], g = /* @__PURE__ */ s({
|
|
7
|
+
name: "DtTextListItem",
|
|
8
|
+
__name: "TextListItem",
|
|
9
|
+
props: {
|
|
10
|
+
value: {
|
|
11
|
+
type: Number,
|
|
12
|
+
default: void 0
|
|
13
|
+
},
|
|
14
|
+
markerTone: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: void 0,
|
|
17
|
+
validator: n
|
|
18
|
+
},
|
|
19
|
+
markerClass: {
|
|
20
|
+
type: [
|
|
21
|
+
String,
|
|
22
|
+
Array,
|
|
23
|
+
Object
|
|
24
|
+
],
|
|
25
|
+
default: ""
|
|
26
|
+
},
|
|
27
|
+
contentClass: {
|
|
28
|
+
type: [
|
|
29
|
+
String,
|
|
30
|
+
Array,
|
|
31
|
+
Object
|
|
32
|
+
],
|
|
33
|
+
default: ""
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
setup(n) {
|
|
37
|
+
let s = n, g = m(), _ = c(t, null), v = r(() => _ ? p(_.type) : void 0), y = r(() => e(g.marker)), b = r(() => v.value === "ordered" ? s.value : void 0), x = r(() => [
|
|
38
|
+
"d-text-list__item",
|
|
39
|
+
{ "d-text-list__item--custom-marker": y.value },
|
|
40
|
+
s.markerTone ? `d-text-list__item--marker-tone-${s.markerTone}` : null
|
|
41
|
+
]), S = (e) => console.warn(`[DtTextListItem] ${e}`);
|
|
42
|
+
return u(() => {
|
|
43
|
+
process.env.NODE_ENV !== "production" && (_ || S("DtTextListItem must be used inside DtTextList."), s.value !== void 0 && v.value !== "ordered" && S("The value prop only applies inside a DtTextList with type=\"ordered\"."));
|
|
44
|
+
}), (e, t) => (d(), a("li", {
|
|
45
|
+
"data-qa": "dt-text-list-item",
|
|
46
|
+
class: l(x.value),
|
|
47
|
+
value: b.value
|
|
48
|
+
}, [y.value ? (d(), a("span", {
|
|
49
|
+
key: 0,
|
|
50
|
+
"data-qa": "dt-text-list-item-marker",
|
|
51
|
+
class: l(["d-text-list__item-marker", n.markerClass]),
|
|
52
|
+
"aria-hidden": "true"
|
|
53
|
+
}, [f(e.$slots, "marker")], 2)) : i("", !0), o("div", {
|
|
54
|
+
"data-qa": "dt-text-list-item-content",
|
|
55
|
+
class: l(["d-text-list__item-content", n.contentClass])
|
|
56
|
+
}, [f(e.$slots, "default")], 2)], 10, h));
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
//#endregion
|
|
60
|
+
export { g as t };
|
|
61
|
+
|
|
62
|
+
//# sourceMappingURL=TextListItem-ImUi_FWh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextListItem-ImUi_FWh.js","names":[],"sources":["../components/TextList/TextListItem.vue","../components/TextList/TextListItem.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <li\n data-qa=\"dt-text-list-item\"\n :class=\"textListItemClasses\"\n :value=\"orderedValue\"\n >\n <span\n v-if=\"hasCustomMarker\"\n data-qa=\"dt-text-list-item-marker\"\n class=\"d-text-list__item-marker\"\n :class=\"markerClass\"\n aria-hidden=\"true\"\n >\n <!-- @slot Custom marker content. Decorative by default. -->\n <slot name=\"marker\" />\n </span>\n <div\n data-qa=\"dt-text-list-item-content\"\n :class=\"['d-text-list__item-content', contentClass]\"\n >\n <!-- @slot Text list item content. -->\n <slot />\n </div>\n </li>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n inject,\n onMounted,\n unref,\n useSlots,\n} from 'vue';\nimport { hasSlotContent } from '@/common/utils';\nimport { DT_TEXT_LIST_CONTEXT } from './TextListConstants';\nimport { textListMarkerToneValidator } from './Validators';\n\ndefineOptions({\n name: 'DtTextListItem',\n});\n\nconst props = defineProps({\n /**\n * Native `li` value for ordered lists.\n */\n value: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Marker foreground tone for this item. Overrides the parent DtTextList markerTone.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Additional class name for the marker wrapper.\n */\n markerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n});\n\nconst slots = useSlots();\nconst parentContext = inject(DT_TEXT_LIST_CONTEXT, null);\nconst parentType = computed(() => parentContext ? unref(parentContext.type) : undefined);\nconst hasCustomMarker = computed(() => hasSlotContent(slots.marker));\nconst orderedValue = computed(() => parentType.value === 'ordered' ? props.value : undefined);\nconst textListItemClasses = computed(() => [\n 'd-text-list__item',\n { 'd-text-list__item--custom-marker': hasCustomMarker.value },\n props.markerTone ? `d-text-list__item--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextListItem] ${message}`);\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n if (!parentContext) {\n warn('DtTextListItem must be used inside DtTextList.');\n }\n\n if (props.value !== undefined && parentType.value !== 'ordered') {\n warn('The value prop only applies inside a DtTextList with type=\"ordered\".');\n }\n }\n});\n</script>\n","<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <li\n data-qa=\"dt-text-list-item\"\n :class=\"textListItemClasses\"\n :value=\"orderedValue\"\n >\n <span\n v-if=\"hasCustomMarker\"\n data-qa=\"dt-text-list-item-marker\"\n class=\"d-text-list__item-marker\"\n :class=\"markerClass\"\n aria-hidden=\"true\"\n >\n <!-- @slot Custom marker content. Decorative by default. -->\n <slot name=\"marker\" />\n </span>\n <div\n data-qa=\"dt-text-list-item-content\"\n :class=\"['d-text-list__item-content', contentClass]\"\n >\n <!-- @slot Text list item content. -->\n <slot />\n </div>\n </li>\n</template>\n\n<script setup lang=\"ts\">\n// @ts-nocheck\nimport {\n computed,\n inject,\n onMounted,\n unref,\n useSlots,\n} from 'vue';\nimport { hasSlotContent } from '@/common/utils';\nimport { DT_TEXT_LIST_CONTEXT } from './TextListConstants';\nimport { textListMarkerToneValidator } from './Validators';\n\ndefineOptions({\n name: 'DtTextListItem',\n});\n\nconst props = defineProps({\n /**\n * Native `li` value for ordered lists.\n */\n value: {\n type: Number,\n default: undefined,\n },\n\n /**\n * Marker foreground tone for this item. Overrides the parent DtTextList markerTone.\n * @values primary, secondary, tertiary, muted, disabled, placeholder, critical, critical-strong, positive, positive-strong, warning, info, info-strong, neutral-black, neutral-white\n */\n markerTone: {\n type: String,\n default: undefined,\n validator: textListMarkerToneValidator,\n },\n\n /**\n * Additional class name for the marker wrapper.\n */\n markerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the content wrapper.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n});\n\nconst slots = useSlots();\nconst parentContext = inject(DT_TEXT_LIST_CONTEXT, null);\nconst parentType = computed(() => parentContext ? unref(parentContext.type) : undefined);\nconst hasCustomMarker = computed(() => hasSlotContent(slots.marker));\nconst orderedValue = computed(() => parentType.value === 'ordered' ? props.value : undefined);\nconst textListItemClasses = computed(() => [\n 'd-text-list__item',\n { 'd-text-list__item--custom-marker': hasCustomMarker.value },\n props.markerTone ? `d-text-list__item--marker-tone-${props.markerTone}` : null,\n]);\n\n// eslint-disable-next-line no-console\nconst warn = message => console.warn(`[DtTextListItem] ${message}`);\n\nonMounted(() => {\n if (process.env.NODE_ENV !== 'production') {\n if (!parentContext) {\n warn('DtTextListItem must be used inside DtTextList.');\n }\n\n if (props.value !== undefined && parentType.value !== 'ordered') {\n warn('The value prop only applies inside a DtTextList with type=\"ordered\".');\n }\n }\n});\n</script>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4CA,IAAM,IAAQ,GAoCR,IAAQ,GAAU,EAClB,IAAgB,EAAO,GAAsB,KAAK,EAClD,IAAa,QAAe,IAAgB,EAAM,EAAc,KAAK,GAAG,KAAA,EAAU,EAClF,IAAkB,QAAe,EAAe,EAAM,OAAO,CAAC,EAC9D,IAAe,QAAe,EAAW,UAAU,YAAY,EAAM,QAAQ,KAAA,EAAU,EACvF,IAAsB,QAAe;GACzC;GACA,EAAE,oCAAoC,EAAgB,OAAO;GAC7D,EAAM,aAAa,kCAAkC,EAAM,eAAe;GAC3E,CAAC,EAGI,KAAO,MAAW,QAAQ,KAAK,oBAAoB,IAAU;SAEnE,QAAgB;AACd,GAAA,QAAA,IAAA,aAA6B,iBACtB,KACH,EAAK,iDAAiD,EAGpD,EAAM,UAAU,KAAA,KAAa,EAAW,UAAU,aACpD,EAAK,yEAAuE;IAGhF,kBAtGA,EAsBK,MAAA;GArBH,WAAQ;GACP,OAAK,EAAE,EAAA,MAAmB;GAC1B,OAAO,EAAA;MAGA,EAAA,SAAA,GAAA,EADR,EASO,QAAA;;GAPL,WAAQ;GACR,OAAK,EAAA,CAAC,4BACE,EAAA,YAAW,CAAA;GACnB,eAAY;MAGZ,EAAsB,EAAA,QAAA,SAAA,CAAA,EAAA,EAAA,IAAA,EAAA,IAAA,GAAA,EAExB,EAMM,OAAA;GALJ,WAAQ;GACP,OAAK,EAAA,CAAA,6BAAgC,EAAA,aAAY,CAAA;MAGlD,EAAQ,EAAA,QAAA,UAAA,CAAA,EAAA,EAAA,CAAA,EAAA,IAAA,EAAA"}
|