@dialpad/dialtone-vue 3.219.0 → 3.220.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/{attachment_carousel-CouFqFMw.js → attachment_carousel-1qxTI-NN.js} +5 -5
- package/dist/attachment_carousel-1qxTI-NN.js.map +1 -0
- package/dist/attachment_carousel-wnZS3vEt.cjs +2 -0
- package/dist/attachment_carousel-wnZS3vEt.cjs.map +1 -0
- package/dist/{combobox-DgClbLOg.js → combobox-BQBKrDTW.js} +36 -35
- package/dist/combobox-BQBKrDTW.js.map +1 -0
- package/dist/combobox-Da7wBh3G.cjs +3 -0
- package/dist/combobox-Da7wBh3G.cjs.map +1 -0
- package/dist/common/composables/useIndicatorAnimation.cjs +2 -0
- package/dist/common/composables/useIndicatorAnimation.cjs.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/composables/useIndicatorAnimation.js +78 -0
- package/dist/common/composables/useIndicatorAnimation.js.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 +27 -21
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +25 -14
- package/dist/common/constants/index.js.map +1 -1
- 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.cjs +1 -1
- package/dist/common/mixins/input.cjs.map +1 -1
- package/dist/common/mixins/input.d.ts +27 -33
- 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/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/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 +53 -7
- 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/component-documentation.json +1 -1
- package/dist/components/avatar/avatar.vue.d.ts +85 -27
- package/dist/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/components/avatar/avatar_constants.d.ts +86 -29
- package/dist/components/avatar/avatar_constants.d.ts.map +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.vue.d.ts +1 -1
- package/dist/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/components/badge/badge_constants.d.ts +1 -1
- package/dist/components/banner/banner.vue.d.ts +269 -34
- package/dist/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/components/box/box.vue.d.ts +73 -0
- package/dist/components/box/box.vue.d.ts.map +1 -0
- package/dist/components/box/box_constants.d.ts +11 -0
- package/dist/components/box/box_constants.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/box/validators.d.ts +11 -0
- package/dist/components/box/validators.d.ts.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts +26 -17
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -1
- package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts +25 -16
- package/dist/components/button/button.vue.d.ts +53 -7
- package/dist/components/button/button.vue.d.ts.map +1 -1
- package/dist/components/button/button_constants.d.ts +29 -20
- package/dist/components/button/button_constants.d.ts.map +1 -1
- package/dist/components/card/card.vue.d.ts +0 -9
- package/dist/components/card/card.vue.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox.vue.d.ts +183 -10
- package/dist/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/components/checkbox/checkbox_constants.d.ts +2 -2
- package/dist/components/checkbox_group/checkbox_group.vue.d.ts +142 -0
- package/dist/components/chip/chip.vue.d.ts +62 -16
- package/dist/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/components/chip/chip_constants.d.ts +24 -21
- package/dist/components/chip/chip_constants.d.ts.map +1 -1
- package/dist/components/codeblock/codeblock.vue.d.ts +25 -2
- package/dist/components/codeblock/codeblock.vue.d.ts.map +1 -1
- package/dist/components/codeblock/codeblock_constants.d.ts +9 -0
- package/dist/components/codeblock/codeblock_constants.d.ts.map +1 -0
- package/dist/components/collapsible/collapsible.vue.d.ts +53 -7
- package/dist/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/components/combobox/combobox.vue.d.ts +113 -38
- package/dist/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/components/combobox/combobox_empty-list.vue.d.ts +40 -7
- package/dist/components/combobox/combobox_empty-list.vue.d.ts.map +1 -1
- package/dist/components/combobox/combobox_loading-list.vue.d.ts +64 -22
- package/dist/components/combobox/combobox_loading-list.vue.d.ts.map +1 -1
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts +16 -13
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -1
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +399 -93
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/components/dropdown/dropdown.vue.d.ts +175 -19
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/components/emoji/emoji.vue.d.ts +24 -15
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts +204 -22
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +204 -22
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +24 -15
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/components/empty_state/empty_state.vue.d.ts.map +1 -1
- package/dist/components/empty_state/empty_state_constants.d.ts +52 -31
- package/dist/components/empty_state/empty_state_constants.d.ts.map +1 -1
- package/dist/components/filter_pill/filter_pill.vue.d.ts +4491 -0
- package/dist/components/filter_pill/filter_pill.vue.d.ts.map +1 -0
- package/dist/components/filter_pill/index.d.ts +2 -0
- package/dist/components/filter_pill/index.d.ts.map +1 -0
- package/dist/components/hovercard/hovercard.vue.d.ts +380 -41
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/components/image_viewer/image_viewer.vue.d.ts +131 -14
- package/dist/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/components/input/input.vue.d.ts +195 -19
- package/dist/components/input/input.vue.d.ts.map +1 -1
- package/dist/components/input/input_constants.d.ts +46 -48
- package/dist/components/input/input_constants.d.ts.map +1 -1
- package/dist/components/input_group/input_group.vue.d.ts +142 -0
- package/dist/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/components/item_layout/item_layout.vue.d.ts +37 -6
- package/dist/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +142 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
- package/dist/components/link/index.d.ts +1 -1
- package/dist/components/link/link.vue.d.ts +25 -6
- package/dist/components/link/link_constants.d.ts +4 -4
- package/dist/components/link/link_constants.d.ts.map +1 -1
- package/dist/components/list_item/list_item.vue.d.ts +40 -7
- package/dist/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/components/modal/modal.vue.d.ts +292 -97
- package/dist/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/components/modal/modal_constants.d.ts +7 -6
- package/dist/components/mode_island/index.d.ts +3 -0
- package/dist/components/mode_island/index.d.ts.map +1 -0
- package/dist/components/mode_island/mode_island.vue.d.ts +3 -0
- package/dist/components/mode_island/mode_island.vue.d.ts.map +1 -0
- package/dist/components/mode_island/mode_island_constants.d.ts +10 -0
- package/dist/components/mode_island/mode_island_constants.d.ts.map +1 -0
- package/dist/components/mode_island/utils.d.ts +12 -0
- package/dist/components/mode_island/utils.d.ts.map +1 -0
- package/dist/components/mode_island/validators.d.ts +6 -0
- package/dist/components/mode_island/validators.d.ts.map +1 -0
- package/dist/components/motion_text/motion_text_constants.d.ts +27 -23
- package/dist/components/motion_text/motion_text_constants.d.ts.map +1 -1
- package/dist/components/notice/notice.vue.d.ts +269 -34
- package/dist/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/components/notice/notice_action.vue.d.ts +112 -20
- package/dist/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/components/notice/notice_constants.d.ts.map +1 -1
- package/dist/components/notice/notice_content.vue.d.ts +144 -1
- package/dist/components/notice/notice_content.vue.d.ts.map +1 -1
- package/dist/components/notice/notice_icon.vue.d.ts +2 -2
- package/dist/components/notice/notice_icon.vue.d.ts.map +1 -1
- package/dist/components/pagination/pagination.vue.d.ts +56 -10
- package/dist/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/components/popover/popover.vue.d.ts +163 -18
- package/dist/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/components/popover/popover_header_footer.vue.d.ts +62 -7
- package/dist/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/components/radio/radio.vue.d.ts +178 -6
- package/dist/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/components/radio/radio_constants.d.ts +2 -2
- package/dist/components/radio_group/radio_group.vue.d.ts +142 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +25 -6
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +24 -15
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +24 -15
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +25 -6
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +227 -27
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +144 -1
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +40 -7
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +411 -44
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts +59 -13
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/components/root_layout/root_layout_constants.d.ts +2 -0
- package/dist/components/root_layout/root_layout_constants.d.ts.map +1 -1
- package/dist/components/scroller/modules/core_scroller.vue.d.ts +2 -2
- package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts +12 -12
- package/dist/components/scroller/scroller.vue.d.ts +18 -18
- package/dist/components/segmented_control/index.d.ts +4 -0
- package/dist/components/segmented_control/index.d.ts.map +1 -0
- package/dist/components/segmented_control/segmented_control.vue.d.ts +226 -0
- package/dist/components/segmented_control/segmented_control.vue.d.ts.map +1 -0
- package/dist/components/segmented_control/segmented_control_constants.d.ts +41 -0
- package/dist/components/segmented_control/segmented_control_constants.d.ts.map +1 -0
- package/dist/components/segmented_control/segmented_control_item.vue.d.ts +35 -0
- package/dist/components/segmented_control/segmented_control_item.vue.d.ts.map +1 -0
- package/dist/components/select_menu/select_menu.vue.d.ts +189 -31
- package/dist/components/select_menu/select_menu.vue.d.ts.map +1 -1
- package/dist/components/select_menu/select_menu_constants.d.ts +14 -9
- package/dist/components/select_menu/select_menu_constants.d.ts.map +1 -1
- package/dist/components/skeleton/skeleton-list-item.vue.d.ts +13 -10
- package/dist/components/skeleton/skeleton-paragraph.vue.d.ts +3 -0
- package/dist/components/skeleton/skeleton-shape.vue.d.ts +5 -5
- package/dist/components/skeleton/skeleton-text.vue.d.ts +3 -0
- package/dist/components/skeleton/skeleton.vue.d.ts +24 -15
- package/dist/components/skeleton/skeleton_constants.d.ts +18 -13
- package/dist/components/skeleton/skeleton_constants.d.ts.map +1 -1
- package/dist/components/split_button/{split_button-omega.vue.d.ts → split_button-end.vue.d.ts} +64 -13
- package/dist/components/split_button/{split_button-omega.vue.d.ts.map → split_button-end.vue.d.ts.map} +1 -1
- package/dist/components/split_button/{split_button-alpha.vue.d.ts → split_button-start.vue.d.ts} +125 -11
- package/dist/components/split_button/split_button-start.vue.d.ts.map +1 -0
- package/dist/components/split_button/split_button.vue.d.ts +602 -78
- package/dist/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/components/split_button/split_button_constants.d.ts +12 -7
- package/dist/components/split_button/split_button_constants.d.ts.map +1 -1
- package/dist/components/stack/stack_constants.d.ts.map +1 -1
- package/dist/components/tab/index.d.ts +1 -1
- package/dist/components/tab/tab.vue.d.ts +86 -11
- package/dist/components/tab/tab.vue.d.ts.map +1 -1
- package/dist/components/tab/tab_group.vue.d.ts +125 -10
- package/dist/components/tab/tab_group.vue.d.ts.map +1 -1
- package/dist/components/tab/tabs_constants.d.ts +23 -5
- package/dist/components/tab/tabs_constants.d.ts.map +1 -1
- package/dist/components/text/index.d.ts +3 -0
- package/dist/components/text/index.d.ts.map +1 -0
- package/dist/components/text/text.vue.d.ts +145 -0
- package/dist/components/text/text.vue.d.ts.map +1 -0
- package/dist/components/text/text_constants.d.ts +93 -0
- package/dist/components/text/text_constants.d.ts.map +1 -0
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts +264 -29
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts +2 -2
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts.map +1 -1
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts +267 -32
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/components/toast/toast.vue.d.ts +1125 -185
- package/dist/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/components/toggle/toggle.vue.d.ts +19 -19
- package/dist/components/toggle/toggle.vue.d.ts.map +1 -1
- package/dist/components/toggle/toggle_constants.d.ts +6 -4
- package/dist/components/toggle/toggle_constants.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +31 -5
- package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/{datepicker-LVDRC6Lf.js → datepicker-B2nhxiCg.js} +20 -24
- package/dist/datepicker-B2nhxiCg.js.map +1 -0
- package/dist/datepicker-CZrNL0Yn.cjs +2 -0
- package/dist/datepicker-CZrNL0Yn.cjs.map +1 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.js +170 -150
- 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/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/emoji_picker-BQW4qRFg.cjs +2 -0
- package/dist/emoji_picker-BQW4qRFg.cjs.map +1 -0
- package/dist/{emoji_picker-tVHfpHDk.js → emoji_picker-BjgAohQy.js} +9 -8
- package/dist/emoji_picker-BjgAohQy.js.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/lib/attachment-carousel/attachment-carousel.cjs +1 -1
- package/dist/lib/attachment-carousel/attachment-carousel.js +1 -1
- package/dist/lib/attachment-carousel/index.cjs +1 -1
- package/dist/lib/attachment-carousel/index.js +1 -1
- 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 +111 -24
- 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 +145 -84
- 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/badge/badge-constants.cjs +1 -1
- package/dist/lib/badge/badge-constants.cjs.map +1 -1
- package/dist/lib/badge/badge-constants.js +1 -1
- 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 +26 -14
- 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 +17 -16
- 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 +103 -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 +229 -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 +7 -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 +29 -38
- package/dist/lib/breadcrumbs/breadcrumb-item.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 +6 -6
- 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 +17 -3
- 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 +98 -15
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/button-group/button-group.cjs.map +1 -1
- package/dist/lib/button-group/button-group.js.map +1 -1
- package/dist/lib/callbar-button/callbar-button.cjs +1 -1
- package/dist/lib/callbar-button/callbar-button.cjs.map +1 -1
- package/dist/lib/callbar-button/callbar-button.js +26 -27
- package/dist/lib/callbar-button/callbar-button.js.map +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +45 -36
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +47 -38
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
- package/dist/lib/callbox/callbox.cjs +1 -1
- package/dist/lib/callbox/callbox.cjs.map +1 -1
- package/dist/lib/callbox/callbox.js +4 -4
- package/dist/lib/callbox/callbox.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 +10 -18
- 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 +2 -2
- 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 +79 -28
- package/dist/lib/checkbox/checkbox.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 +0 -1
- 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 +9 -0
- 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 +13 -13
- 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 +25 -14
- package/dist/lib/codeblock/codeblock.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 +1 -1
- package/dist/lib/collapsible/collapsible.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 +6 -0
- package/dist/lib/combobox-multi-select/combobox-multi-select-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 +34 -33
- package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +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 +51 -46
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.js +51 -45
- package/dist/lib/contact-centers-row/contact-centers-row.js.map +1 -1
- package/dist/lib/contact-info/contact-info.cjs +1 -1
- package/dist/lib/contact-info/contact-info.cjs.map +1 -1
- package/dist/lib/contact-info/contact-info.js +8 -8
- package/dist/lib/contact-info/contact-info.js.map +1 -1
- package/dist/lib/contact-row/contact-row.cjs +1 -1
- package/dist/lib/contact-row/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row/contact-row.js +3 -3
- package/dist/lib/contact-row/contact-row.js.map +1 -1
- package/dist/lib/datepicker/datepicker.cjs +1 -1
- package/dist/lib/datepicker/datepicker.js +1 -1
- package/dist/lib/datepicker/index.cjs +1 -1
- package/dist/lib/datepicker/index.js +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 +1 -1
- 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 +2 -2
- 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 +28 -16
- package/dist/lib/dropdown/dropdown-list.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 +30 -26
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.js +1 -1
- package/dist/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.js +1 -1
- package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.js +1 -1
- package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +134 -135
- package/dist/lib/editor/editor.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-row/emoji-row.cjs +1 -1
- package/dist/lib/emoji-row/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row/emoji-row.js +1 -1
- package/dist/lib/emoji-row/emoji-row.js.map +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.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 +37 -9
- 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 +46 -26
- package/dist/lib/empty-state/empty-state.js.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.js +40 -42
- package/dist/lib/feed-item-pill/feed-item-pill.js.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.js +3 -3
- package/dist/lib/feed-item-row/feed-item-row.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 +433 -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/general-row/general-row.cjs +1 -1
- package/dist/lib/general-row/general-row.cjs.map +1 -1
- package/dist/lib/general-row/general-row.js +105 -61
- package/dist/lib/general-row/general-row.js.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js.map +1 -1
- package/dist/lib/group-row/group-row.cjs +1 -1
- package/dist/lib/group-row/group-row.cjs.map +1 -1
- package/dist/lib/group-row/group-row.js +2 -2
- package/dist/lib/group-row/group-row.js.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.js +9 -9
- package/dist/lib/grouped-chip/grouped-chip.js.map +1 -1
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +28 -24
- package/dist/lib/hovercard/hovercard.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 +1 -1
- package/dist/lib/icon/icon.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 +1 -1
- 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 +32 -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 +25 -11
- 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 +161 -79
- 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 +25 -15
- 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 +35 -12
- package/dist/lib/item-layout/item-layout.js.map +1 -1
- package/dist/lib/ivr-node/ivr-node.cjs +1 -1
- package/dist/lib/ivr-node/ivr-node.cjs.map +1 -1
- package/dist/lib/ivr-node/ivr-node.js +1 -1
- package/dist/lib/ivr-node/ivr-node.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 +48 -38
- 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/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 +7 -7
- 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 +17 -2
- package/dist/lib/link/link.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 +9 -5
- package/dist/lib/list-item/list-item.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 +1 -1
- package/dist/lib/list-item-group/list-item-group.js.map +1 -1
- package/dist/lib/message-input/index.cjs +1 -1
- package/dist/lib/message-input/index.js +1 -1
- package/dist/lib/message-input/message-input-button.cjs +1 -1
- package/dist/lib/message-input/message-input-button.cjs.map +1 -1
- package/dist/lib/message-input/message-input-button.js +1 -1
- package/dist/lib/message-input/message-input-button.js.map +1 -1
- package/dist/lib/message-input/message-input-link.cjs +1 -1
- package/dist/lib/message-input/message-input-link.cjs.map +1 -1
- package/dist/lib/message-input/message-input-link.js +9 -9
- package/dist/lib/message-input/message-input-link.js.map +1 -1
- package/dist/lib/message-input/message-input-topbar.cjs +1 -1
- package/dist/lib/message-input/message-input-topbar.cjs.map +1 -1
- package/dist/lib/message-input/message-input-topbar.js +2 -2
- package/dist/lib/message-input/message-input-topbar.js.map +1 -1
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.js +1 -1
- 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 +3 -3
- 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 +158 -157
- 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 +67 -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 +102 -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 +28 -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/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 +18 -6
- 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 +5 -7
- 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 +14 -14
- 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 +2 -2
- 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 +29 -12
- 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 +4 -4
- 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 +17 -16
- 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 +13 -12
- 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 +6 -6
- 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 +11 -3
- 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 +78 -58
- package/dist/lib/popover/popover.js.map +1 -1
- 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 +2 -2
- 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 +94 -31
- package/dist/lib/radio/radio.js.map +1 -1
- package/dist/lib/resizable/index.cjs +1 -1
- package/dist/lib/resizable/index.js +3 -3
- 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.js +1 -1
- package/dist/lib/resizable/resizable.cjs +1 -1
- package/dist/lib/resizable/resizable.js +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/markdownRenderer.cjs +1 -1
- package/dist/lib/rich-text-editor/markdownRenderer.js +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/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 +2 -0
- 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 +2 -2
- package/dist/lib/root-layout/root-layout.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 +204 -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 +7 -2
- package/dist/lib/select-menu/select-menu-constants.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 +117 -58
- package/dist/lib/select-menu/select-menu.js.map +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.cjs +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.js +5 -5
- package/dist/lib/settings-menu-button/settings-menu-button.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 +10 -2
- 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 +2 -2
- package/dist/lib/skeleton/skeleton-list-item.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 +3 -3
- package/dist/lib/skeleton/skeleton-shape.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 +5 -0
- 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-omega.js → split-button-end.js} +9 -9
- 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 +182 -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 +246 -71
- 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 +10 -2
- package/dist/lib/stack/stack-constants.js.map +1 -1
- package/dist/lib/stack/stack.cjs.map +1 -1
- package/dist/lib/stack/stack.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 +173 -50
- package/dist/lib/tab/tab-group.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 +108 -23
- 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 +33 -2
- 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 +126 -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 +150 -0
- package/dist/lib/text/text.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.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 +2 -0
- 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 +24 -29
- package/dist/lib/toggle/toggle.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 +36 -31
- 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/top-banner-info/top-banner-info.cjs +1 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs.map +1 -1
- package/dist/lib/top-banner-info/top-banner-info.js +4 -4
- package/dist/lib/top-banner-info/top-banner-info.js.map +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs.map +1 -1
- package/dist/lib/unread-pill/unread-pill.js +1 -1
- package/dist/lib/unread-pill/unread-pill.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 +2 -2
- 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/{markdownRenderer-DCgGQseq.cjs → markdownRenderer-Dsq-CiH9.cjs} +1 -1
- package/dist/{markdownRenderer-DCgGQseq.cjs.map → markdownRenderer-Dsq-CiH9.cjs.map} +1 -1
- package/dist/{markdownRenderer-D_P94RyM.js → markdownRenderer-k7_rQkox.js} +1 -1
- package/dist/{markdownRenderer-D_P94RyM.js.map → markdownRenderer-k7_rQkox.js.map} +1 -1
- package/dist/{message_input-CHlTsBGK.js → message_input-BYy1xKCy.js} +129 -130
- package/dist/message_input-BYy1xKCy.js.map +1 -0
- package/dist/message_input-sSCHhaeC.cjs +2 -0
- package/dist/message_input-sSCHhaeC.cjs.map +1 -0
- 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/recipes/buttons/callbar_button/callbar_button.vue.d.ts +85 -14
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +313 -41
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +302 -41
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +228 -35
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +62 -16
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +237 -28
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +184 -21
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +53 -7
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +228 -26
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +216 -25
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +1163 -178
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +132 -42
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +91 -23
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +126 -35
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +90 -13
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +1622 -207
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +226 -12
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +636 -55
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +226 -12
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +53 -7
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts +122 -33
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts +87 -29
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +82 -28
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +588 -72
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +480 -31
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +479 -30
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -1
- package/dist/{resizable-aOVGO_Os.cjs → resizable-DhowneUp.cjs} +2 -2
- package/dist/{resizable-aOVGO_Os.cjs.map → resizable-DhowneUp.cjs.map} +1 -1
- package/dist/{resizable-D4-peBOl.js → resizable-xcOu-0_w.js} +3 -3
- package/dist/{resizable-D4-peBOl.js.map → resizable-xcOu-0_w.js.map} +1 -1
- package/dist/{resizable_handle-BlKBiWnx.js → resizable_handle-BAZzCA_i.js} +3 -3
- package/dist/{resizable_handle-BlKBiWnx.js.map → resizable_handle-BAZzCA_i.js.map} +1 -1
- package/dist/{resizable_handle-RIKS8frB.cjs → resizable_handle-fjKg48eY.cjs} +2 -2
- package/dist/{resizable_handle-RIKS8frB.cjs.map → resizable_handle-fjKg48eY.cjs.map} +1 -1
- package/dist/{resizable_utils-DhuzXRdP.cjs → resizable_utils-BE4lK07_.cjs} +1 -1
- package/dist/{resizable_utils-DhuzXRdP.cjs.map → resizable_utils-BE4lK07_.cjs.map} +1 -1
- package/dist/{resizable_utils-BComtrMV.js → resizable_utils-DsKnGHKW.js} +1 -1
- package/dist/{resizable_utils-BComtrMV.js.map → resizable_utils-DsKnGHKW.js.map} +1 -1
- package/dist/{rich_text_editor-Ba67C4Uk.js → rich_text_editor-CEW74QNe.js} +637 -598
- package/dist/{rich_text_editor-Ba67C4Uk.js.map → rich_text_editor-CEW74QNe.js.map} +1 -1
- package/dist/rich_text_editor-immDiKq_.cjs +10 -0
- package/dist/{rich_text_editor-DMP5eTlf.cjs.map → rich_text_editor-immDiKq_.cjs.map} +1 -1
- package/dist/scroller-C15VLKNK.cjs +2 -0
- package/dist/scroller-C15VLKNK.cjs.map +1 -0
- package/dist/{scroller-BGVDh3sq.js → scroller-DPqcc_Wl.js} +6 -6
- package/dist/scroller-DPqcc_Wl.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/dist/toast-B1WZNMAm.cjs +2 -0
- package/dist/toast-B1WZNMAm.cjs.map +1 -0
- package/dist/{toast-DvPN-bCi.js → toast-DaH2KF7B.js} +52 -51
- package/dist/toast-DaH2KF7B.js.map +1 -0
- package/dist/{useResizableCalculations-DAajatT4.js → useResizableCalculations-2UpEXvfY.js} +2 -2
- package/dist/{useResizableCalculations-DAajatT4.js.map → useResizableCalculations-2UpEXvfY.js.map} +1 -1
- package/dist/{useResizableCalculations-BDITle3Q.cjs → useResizableCalculations-DPBjAFWQ.cjs} +2 -2
- package/dist/{useResizableCalculations-BDITle3Q.cjs.map → useResizableCalculations-DPBjAFWQ.cjs.map} +1 -1
- package/package.json +9 -7
- package/dist/attachment_carousel-BHxR7A76.cjs +0 -2
- package/dist/attachment_carousel-BHxR7A76.cjs.map +0 -1
- package/dist/attachment_carousel-CouFqFMw.js.map +0 -1
- package/dist/combobox-DgClbLOg.js.map +0 -1
- package/dist/combobox-DhjZxfUw.cjs +0 -3
- package/dist/combobox-DhjZxfUw.cjs.map +0 -1
- package/dist/components/split_button/split_button-alpha.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.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.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.map +0 -1
- package/dist/message_input-AWgvtwMV.cjs +0 -2
- package/dist/message_input-AWgvtwMV.cjs.map +0 -1
- package/dist/message_input-CHlTsBGK.js.map +0 -1
- package/dist/rich_text_editor-DMP5eTlf.cjs +0 -10
- 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.map +0 -1
- package/dist/toast-d8_zmgkL.cjs +0 -2
- package/dist/toast-d8_zmgkL.cjs.map +0 -1
|
@@ -142,13 +142,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
type: StringConstructor;
|
|
143
143
|
default: undefined;
|
|
144
144
|
};
|
|
145
|
+
family: {
|
|
146
|
+
type: NumberConstructor;
|
|
147
|
+
default: undefined;
|
|
148
|
+
validator: (val: unknown) => boolean;
|
|
149
|
+
};
|
|
150
|
+
variant: {
|
|
151
|
+
type: NumberConstructor;
|
|
152
|
+
default: undefined;
|
|
153
|
+
validator: (val: unknown) => boolean;
|
|
154
|
+
};
|
|
145
155
|
color: {
|
|
146
156
|
type: StringConstructor;
|
|
147
157
|
default: undefined;
|
|
148
158
|
};
|
|
149
159
|
size: {
|
|
150
|
-
type: StringConstructor;
|
|
151
|
-
default:
|
|
160
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
161
|
+
default: number;
|
|
152
162
|
validator: (size: unknown) => boolean;
|
|
153
163
|
};
|
|
154
164
|
avatarClass: {
|
|
@@ -193,25 +203,43 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
193
203
|
type: StringConstructor;
|
|
194
204
|
default: undefined;
|
|
195
205
|
};
|
|
196
|
-
iconSize: {
|
|
197
|
-
type: StringConstructor;
|
|
198
|
-
default: string;
|
|
199
|
-
validator: (size: unknown) => boolean;
|
|
200
|
-
};
|
|
201
206
|
fullName: {
|
|
202
207
|
type: StringConstructor;
|
|
203
208
|
default: string;
|
|
204
209
|
};
|
|
205
|
-
|
|
210
|
+
interactive: {
|
|
206
211
|
type: BooleanConstructor;
|
|
207
212
|
default: boolean;
|
|
208
213
|
};
|
|
214
|
+
clickable: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: null;
|
|
217
|
+
};
|
|
209
218
|
iconAriaLabel: {
|
|
210
219
|
type: StringConstructor;
|
|
211
220
|
default: undefined;
|
|
212
221
|
};
|
|
222
|
+
iconOnly: {
|
|
223
|
+
type: BooleanConstructor;
|
|
224
|
+
default: boolean;
|
|
225
|
+
};
|
|
226
|
+
deactivated: {
|
|
227
|
+
type: BooleanConstructor;
|
|
228
|
+
default: boolean;
|
|
229
|
+
};
|
|
213
230
|
}>, {}, {
|
|
214
231
|
AVATAR_SIZE_MODIFIERS: {
|
|
232
|
+
100: string;
|
|
233
|
+
150: string;
|
|
234
|
+
200: string;
|
|
235
|
+
250: string;
|
|
236
|
+
300: string;
|
|
237
|
+
400: string;
|
|
238
|
+
500: string;
|
|
239
|
+
600: string;
|
|
240
|
+
700: string;
|
|
241
|
+
800: string;
|
|
242
|
+
900: string;
|
|
215
243
|
xs: string;
|
|
216
244
|
sm: string;
|
|
217
245
|
md: string;
|
|
@@ -224,34 +252,43 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
252
|
initials: string;
|
|
225
253
|
};
|
|
226
254
|
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
255
|
+
100: string;
|
|
256
|
+
150: string;
|
|
257
|
+
200: string;
|
|
258
|
+
250: string;
|
|
259
|
+
300: string;
|
|
260
|
+
400: string;
|
|
261
|
+
500: string;
|
|
231
262
|
xs: string;
|
|
232
263
|
sm: string;
|
|
233
264
|
md: string;
|
|
234
265
|
lg: string;
|
|
235
|
-
xl: string;
|
|
236
266
|
};
|
|
237
267
|
imageLoadedSuccessfully: null;
|
|
238
268
|
formattedInitials: string;
|
|
239
269
|
initializing: boolean;
|
|
240
270
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
271
|
+
anchorHue: number;
|
|
241
272
|
}, {
|
|
273
|
+
resolvedInteractive(): boolean;
|
|
242
274
|
hasOverlayIcon(): any;
|
|
275
|
+
isIconType(): any;
|
|
243
276
|
iconDataQa(): "dt-avatar-icon";
|
|
277
|
+
computedFamily(): number | undefined;
|
|
278
|
+
computedVariant(): number | undefined;
|
|
244
279
|
avatarClasses(): any[];
|
|
280
|
+
avatarStyles(): {
|
|
281
|
+
'--avatar-color-background': string;
|
|
282
|
+
}[] | undefined;
|
|
245
283
|
overlayClasses(): (string | unknown[] | Record<string, any>)[];
|
|
246
284
|
showGroup(): boolean;
|
|
247
|
-
formattedGroup(): number | "99+" | undefined;
|
|
248
|
-
validatedSize(): string;
|
|
285
|
+
formattedGroup(): number | "9+" | "99+" | undefined;
|
|
286
|
+
validatedSize(): string | number;
|
|
249
287
|
showImage(): string | false;
|
|
250
288
|
}, {
|
|
251
|
-
isIconType(): any;
|
|
252
289
|
setImageListeners(): Promise<void>;
|
|
253
290
|
formatInitials(): void;
|
|
254
|
-
|
|
291
|
+
readAnchorHue(): void;
|
|
255
292
|
_loadedImageEventHandler(el: any): void;
|
|
256
293
|
_erroredImageEventHandler(el: any): void;
|
|
257
294
|
validateProps(): void;
|
|
@@ -265,13 +302,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
302
|
type: StringConstructor;
|
|
266
303
|
default: undefined;
|
|
267
304
|
};
|
|
305
|
+
family: {
|
|
306
|
+
type: NumberConstructor;
|
|
307
|
+
default: undefined;
|
|
308
|
+
validator: (val: unknown) => boolean;
|
|
309
|
+
};
|
|
310
|
+
variant: {
|
|
311
|
+
type: NumberConstructor;
|
|
312
|
+
default: undefined;
|
|
313
|
+
validator: (val: unknown) => boolean;
|
|
314
|
+
};
|
|
268
315
|
color: {
|
|
269
316
|
type: StringConstructor;
|
|
270
317
|
default: undefined;
|
|
271
318
|
};
|
|
272
319
|
size: {
|
|
273
|
-
type: StringConstructor;
|
|
274
|
-
default:
|
|
320
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
321
|
+
default: number;
|
|
275
322
|
validator: (size: unknown) => boolean;
|
|
276
323
|
};
|
|
277
324
|
avatarClass: {
|
|
@@ -316,31 +363,40 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
363
|
type: StringConstructor;
|
|
317
364
|
default: undefined;
|
|
318
365
|
};
|
|
319
|
-
iconSize: {
|
|
320
|
-
type: StringConstructor;
|
|
321
|
-
default: string;
|
|
322
|
-
validator: (size: unknown) => boolean;
|
|
323
|
-
};
|
|
324
366
|
fullName: {
|
|
325
367
|
type: StringConstructor;
|
|
326
368
|
default: string;
|
|
327
369
|
};
|
|
328
|
-
|
|
370
|
+
interactive: {
|
|
329
371
|
type: BooleanConstructor;
|
|
330
372
|
default: boolean;
|
|
331
373
|
};
|
|
374
|
+
clickable: {
|
|
375
|
+
type: BooleanConstructor;
|
|
376
|
+
default: null;
|
|
377
|
+
};
|
|
332
378
|
iconAriaLabel: {
|
|
333
379
|
type: StringConstructor;
|
|
334
380
|
default: undefined;
|
|
335
381
|
};
|
|
382
|
+
iconOnly: {
|
|
383
|
+
type: BooleanConstructor;
|
|
384
|
+
default: boolean;
|
|
385
|
+
};
|
|
386
|
+
deactivated: {
|
|
387
|
+
type: BooleanConstructor;
|
|
388
|
+
default: boolean;
|
|
389
|
+
};
|
|
336
390
|
}>> & Readonly<{
|
|
337
391
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
338
392
|
}>, {
|
|
339
393
|
id: string;
|
|
394
|
+
family: number;
|
|
340
395
|
presence: string;
|
|
341
396
|
seed: string;
|
|
397
|
+
variant: number;
|
|
342
398
|
color: string;
|
|
343
|
-
size: string;
|
|
399
|
+
size: string | number;
|
|
344
400
|
avatarClass: string | unknown[] | Record<string, any>;
|
|
345
401
|
canvasClass: string | unknown[] | Record<string, any>;
|
|
346
402
|
iconClass: string | unknown[] | Record<string, any>;
|
|
@@ -350,10 +406,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
350
406
|
overlayClass: string | unknown[] | Record<string, any>;
|
|
351
407
|
imageSrc: string;
|
|
352
408
|
imageAlt: string;
|
|
353
|
-
iconSize: string;
|
|
354
409
|
fullName: string;
|
|
410
|
+
interactive: boolean;
|
|
355
411
|
clickable: boolean;
|
|
356
412
|
iconAriaLabel: string;
|
|
413
|
+
iconOnly: boolean;
|
|
414
|
+
deactivated: boolean;
|
|
357
415
|
}, {}, {
|
|
358
416
|
DtPresence: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
359
417
|
presence: {
|
|
@@ -458,6 +516,40 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
458
516
|
'd-recipe-leftbar-row--action-focused': boolean;
|
|
459
517
|
})[];
|
|
460
518
|
getIcon(): string;
|
|
519
|
+
getIconComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
520
|
+
size: {
|
|
521
|
+
type: StringConstructor;
|
|
522
|
+
default: string;
|
|
523
|
+
validator: (s: unknown) => boolean;
|
|
524
|
+
};
|
|
525
|
+
ariaLabel: {
|
|
526
|
+
type: StringConstructor;
|
|
527
|
+
default: undefined;
|
|
528
|
+
};
|
|
529
|
+
}>, {}, {}, {
|
|
530
|
+
iconSizeClass(): any;
|
|
531
|
+
ariaHidden(): "true" | "false";
|
|
532
|
+
dataQA(): {};
|
|
533
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "loaded"[], "loaded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
534
|
+
size: {
|
|
535
|
+
type: StringConstructor;
|
|
536
|
+
default: string;
|
|
537
|
+
validator: (s: unknown) => boolean;
|
|
538
|
+
};
|
|
539
|
+
ariaLabel: {
|
|
540
|
+
type: StringConstructor;
|
|
541
|
+
default: undefined;
|
|
542
|
+
};
|
|
543
|
+
}>> & Readonly<{
|
|
544
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
545
|
+
}>, {
|
|
546
|
+
size: string;
|
|
547
|
+
ariaLabel: string;
|
|
548
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | undefined;
|
|
549
|
+
isDialbotType(): boolean;
|
|
550
|
+
isContactCenterType(): boolean;
|
|
551
|
+
contactCenterIconClasses(): any[];
|
|
552
|
+
avatarSize(): string;
|
|
461
553
|
generalRowListeners(): Object;
|
|
462
554
|
getAriaLabel(): string;
|
|
463
555
|
hasActions(): string | boolean;
|
|
@@ -476,7 +568,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
476
568
|
typingTooltip(): any;
|
|
477
569
|
}, {
|
|
478
570
|
removeClassStyleAttrs: typeof import('../../../common/utils').removeClassStyleAttrs;
|
|
479
|
-
addClassStyleAttrs: typeof import('../../../common/utils').addClassStyleAttrs;
|
|
480
571
|
validateProps(): void;
|
|
481
572
|
adjustLabelWidth(): void;
|
|
482
573
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "call"[], "call", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -548,8 +639,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
548
639
|
}>, {
|
|
549
640
|
type: string;
|
|
550
641
|
color: string;
|
|
551
|
-
iconSize: string;
|
|
552
642
|
ariaLabel: string;
|
|
643
|
+
iconSize: string;
|
|
553
644
|
muted: boolean;
|
|
554
645
|
selected: boolean;
|
|
555
646
|
unreadCount: string;
|
|
@@ -773,6 +864,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
773
864
|
};
|
|
774
865
|
}>, {}, {
|
|
775
866
|
SKELETON_HEADING_HEIGHTS: {
|
|
867
|
+
200: string;
|
|
868
|
+
300: string;
|
|
869
|
+
400: string;
|
|
776
870
|
sm: string;
|
|
777
871
|
md: string;
|
|
778
872
|
lg: string;
|
|
@@ -832,8 +926,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
832
926
|
validator: (shape: unknown) => boolean;
|
|
833
927
|
};
|
|
834
928
|
size: {
|
|
835
|
-
type: StringConstructor;
|
|
836
|
-
default:
|
|
929
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
930
|
+
default: number;
|
|
837
931
|
};
|
|
838
932
|
animationDuration: {
|
|
839
933
|
type: NumberConstructor;
|
|
@@ -880,8 +974,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
880
974
|
validator: (shape: unknown) => boolean;
|
|
881
975
|
};
|
|
882
976
|
size: {
|
|
883
|
-
type: StringConstructor;
|
|
884
|
-
default:
|
|
977
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
978
|
+
default: number;
|
|
885
979
|
};
|
|
886
980
|
animationDuration: {
|
|
887
981
|
type: NumberConstructor;
|
|
@@ -902,7 +996,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
902
996
|
}>> & Readonly<{}>, {
|
|
903
997
|
offset: number;
|
|
904
998
|
animationDuration: number;
|
|
905
|
-
size: string;
|
|
999
|
+
size: string | number;
|
|
906
1000
|
contentClass: string | unknown[] | Record<string, any>;
|
|
907
1001
|
shape: string;
|
|
908
1002
|
animate: boolean;
|
|
@@ -914,8 +1008,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
914
1008
|
validator: (shape: unknown) => boolean;
|
|
915
1009
|
};
|
|
916
1010
|
shapeSize: {
|
|
917
|
-
type: StringConstructor;
|
|
918
|
-
default:
|
|
1011
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1012
|
+
default: number;
|
|
919
1013
|
};
|
|
920
1014
|
paragraphs: {
|
|
921
1015
|
type: ObjectConstructor;
|
|
@@ -951,8 +1045,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
951
1045
|
validator: (shape: unknown) => boolean;
|
|
952
1046
|
};
|
|
953
1047
|
shapeSize: {
|
|
954
|
-
type: StringConstructor;
|
|
955
|
-
default:
|
|
1048
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1049
|
+
default: number;
|
|
956
1050
|
};
|
|
957
1051
|
paragraphs: {
|
|
958
1052
|
type: ObjectConstructor;
|
|
@@ -987,7 +1081,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
987
1081
|
contentClass: string;
|
|
988
1082
|
shape: string;
|
|
989
1083
|
animate: boolean;
|
|
990
|
-
shapeSize: string;
|
|
1084
|
+
shapeSize: string | number;
|
|
991
1085
|
paragraphs: Record<string, any>;
|
|
992
1086
|
shapeClass: string;
|
|
993
1087
|
}, {}, {
|
|
@@ -998,8 +1092,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
998
1092
|
validator: (shape: unknown) => boolean;
|
|
999
1093
|
};
|
|
1000
1094
|
size: {
|
|
1001
|
-
type: StringConstructor;
|
|
1002
|
-
default:
|
|
1095
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1096
|
+
default: number;
|
|
1003
1097
|
};
|
|
1004
1098
|
animationDuration: {
|
|
1005
1099
|
type: NumberConstructor;
|
|
@@ -1046,8 +1140,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1046
1140
|
validator: (shape: unknown) => boolean;
|
|
1047
1141
|
};
|
|
1048
1142
|
size: {
|
|
1049
|
-
type: StringConstructor;
|
|
1050
|
-
default:
|
|
1143
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1144
|
+
default: number;
|
|
1051
1145
|
};
|
|
1052
1146
|
animationDuration: {
|
|
1053
1147
|
type: NumberConstructor;
|
|
@@ -1068,7 +1162,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1068
1162
|
}>> & Readonly<{}>, {
|
|
1069
1163
|
offset: number;
|
|
1070
1164
|
animationDuration: number;
|
|
1071
|
-
size: string;
|
|
1165
|
+
size: string | number;
|
|
1072
1166
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1073
1167
|
shape: string;
|
|
1074
1168
|
animate: boolean;
|
|
@@ -1211,6 +1305,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1211
1305
|
};
|
|
1212
1306
|
}>, {}, {
|
|
1213
1307
|
SKELETON_HEADING_HEIGHTS: {
|
|
1308
|
+
200: string;
|
|
1309
|
+
300: string;
|
|
1310
|
+
400: string;
|
|
1214
1311
|
sm: string;
|
|
1215
1312
|
md: string;
|
|
1216
1313
|
lg: string;
|
|
@@ -1403,6 +1500,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1403
1500
|
};
|
|
1404
1501
|
}>, {}, {
|
|
1405
1502
|
SKELETON_HEADING_HEIGHTS: {
|
|
1503
|
+
200: string;
|
|
1504
|
+
300: string;
|
|
1505
|
+
400: string;
|
|
1406
1506
|
sm: string;
|
|
1407
1507
|
md: string;
|
|
1408
1508
|
lg: string;
|
|
@@ -1500,7 +1600,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1500
1600
|
BADGE_TYPE_MODIFIERS: {
|
|
1501
1601
|
default: string;
|
|
1502
1602
|
info: string;
|
|
1503
|
-
|
|
1603
|
+
positive: string;
|
|
1504
1604
|
warning: string;
|
|
1505
1605
|
critical: string;
|
|
1506
1606
|
bulletin: string;
|
|
@@ -1617,6 +1717,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1617
1717
|
type: BooleanConstructor;
|
|
1618
1718
|
default: boolean;
|
|
1619
1719
|
};
|
|
1720
|
+
linkUnderline: {
|
|
1721
|
+
type: BooleanConstructor;
|
|
1722
|
+
default: boolean;
|
|
1723
|
+
};
|
|
1724
|
+
underline: {
|
|
1725
|
+
type: BooleanConstructor;
|
|
1726
|
+
default: null;
|
|
1727
|
+
};
|
|
1620
1728
|
disabled: {
|
|
1621
1729
|
type: BooleanConstructor;
|
|
1622
1730
|
default: boolean;
|
|
@@ -1631,14 +1739,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1631
1739
|
default: null;
|
|
1632
1740
|
};
|
|
1633
1741
|
size: {
|
|
1634
|
-
type: StringConstructor;
|
|
1635
|
-
default:
|
|
1742
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1743
|
+
default: number;
|
|
1636
1744
|
validator: (s: unknown) => boolean;
|
|
1637
1745
|
};
|
|
1638
1746
|
labelClass: {
|
|
1639
1747
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1640
1748
|
default: string;
|
|
1641
1749
|
};
|
|
1750
|
+
leadingClass: {
|
|
1751
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1752
|
+
default: string;
|
|
1753
|
+
};
|
|
1754
|
+
trailingClass: {
|
|
1755
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1756
|
+
default: string;
|
|
1757
|
+
};
|
|
1642
1758
|
loading: {
|
|
1643
1759
|
type: BooleanConstructor;
|
|
1644
1760
|
default: boolean;
|
|
@@ -1678,6 +1794,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1678
1794
|
};
|
|
1679
1795
|
}>, {}, {
|
|
1680
1796
|
ICON_POSITION_MODIFIERS: {
|
|
1797
|
+
start: string;
|
|
1798
|
+
end: string;
|
|
1799
|
+
blockStart: string;
|
|
1800
|
+
blockEnd: string;
|
|
1681
1801
|
left: string;
|
|
1682
1802
|
right: string;
|
|
1683
1803
|
top: string;
|
|
@@ -1687,6 +1807,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1687
1807
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1688
1808
|
i18n: any;
|
|
1689
1809
|
}, {
|
|
1810
|
+
resolvedUnderline(): boolean;
|
|
1690
1811
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1691
1812
|
isNativeButton(): boolean;
|
|
1692
1813
|
computedAttrs(): {
|
|
@@ -1719,7 +1840,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1719
1840
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1720
1841
|
buttonClasses(): any[];
|
|
1721
1842
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1722
|
-
|
|
1843
|
+
hasStartIcon(): any;
|
|
1844
|
+
hasEndIcon(): any;
|
|
1845
|
+
hasBlockStartIcon(): any;
|
|
1846
|
+
hasBlockEndIcon(): any;
|
|
1847
|
+
hasNewIconSlots(): any;
|
|
1848
|
+
shouldRenderLegacyIcon(): any;
|
|
1723
1849
|
isIconOnly(): any;
|
|
1724
1850
|
isVerticalIconLayout(): boolean;
|
|
1725
1851
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1750,6 +1876,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1750
1876
|
type: BooleanConstructor;
|
|
1751
1877
|
default: boolean;
|
|
1752
1878
|
};
|
|
1879
|
+
linkUnderline: {
|
|
1880
|
+
type: BooleanConstructor;
|
|
1881
|
+
default: boolean;
|
|
1882
|
+
};
|
|
1883
|
+
underline: {
|
|
1884
|
+
type: BooleanConstructor;
|
|
1885
|
+
default: null;
|
|
1886
|
+
};
|
|
1753
1887
|
disabled: {
|
|
1754
1888
|
type: BooleanConstructor;
|
|
1755
1889
|
default: boolean;
|
|
@@ -1764,14 +1898,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1764
1898
|
default: null;
|
|
1765
1899
|
};
|
|
1766
1900
|
size: {
|
|
1767
|
-
type: StringConstructor;
|
|
1768
|
-
default:
|
|
1901
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1902
|
+
default: number;
|
|
1769
1903
|
validator: (s: unknown) => boolean;
|
|
1770
1904
|
};
|
|
1771
1905
|
labelClass: {
|
|
1772
1906
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1773
1907
|
default: string;
|
|
1774
1908
|
};
|
|
1909
|
+
leadingClass: {
|
|
1910
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1911
|
+
default: string;
|
|
1912
|
+
};
|
|
1913
|
+
trailingClass: {
|
|
1914
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1915
|
+
default: string;
|
|
1916
|
+
};
|
|
1775
1917
|
loading: {
|
|
1776
1918
|
type: BooleanConstructor;
|
|
1777
1919
|
default: boolean;
|
|
@@ -1819,9 +1961,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1819
1961
|
target: string;
|
|
1820
1962
|
circle: boolean;
|
|
1821
1963
|
active: boolean;
|
|
1822
|
-
|
|
1823
|
-
size: string;
|
|
1964
|
+
size: string | number;
|
|
1824
1965
|
replace: boolean;
|
|
1966
|
+
loading: boolean;
|
|
1967
|
+
underline: boolean;
|
|
1825
1968
|
kind: string;
|
|
1826
1969
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1827
1970
|
href: string;
|
|
@@ -1830,7 +1973,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1830
1973
|
importance: string;
|
|
1831
1974
|
linkKind: string;
|
|
1832
1975
|
linkInverted: boolean;
|
|
1976
|
+
linkUnderline: boolean;
|
|
1833
1977
|
width: string;
|
|
1978
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
1979
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1834
1980
|
assertiveOnFocus: boolean;
|
|
1835
1981
|
rel: string;
|
|
1836
1982
|
}, {}, {
|
|
@@ -1906,7 +2052,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1906
2052
|
type: BooleanConstructor;
|
|
1907
2053
|
default: boolean;
|
|
1908
2054
|
};
|
|
1909
|
-
|
|
2055
|
+
open: {
|
|
1910
2056
|
type: BooleanConstructor;
|
|
1911
2057
|
default: null;
|
|
1912
2058
|
};
|
|
@@ -1984,6 +2130,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1984
2130
|
};
|
|
1985
2131
|
anchor(): any;
|
|
1986
2132
|
}, {
|
|
2133
|
+
getModeReferenceEl(): any;
|
|
1987
2134
|
calculateAnchorZindex(): 651 | 400;
|
|
1988
2135
|
hasVisibleFocus(): any;
|
|
1989
2136
|
onEnterAnchor(e: any): void;
|
|
@@ -2034,7 +2181,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2034
2181
|
};
|
|
2035
2182
|
addExternalAnchorEventListeners(): void;
|
|
2036
2183
|
removeExternalAnchorEventListeners(): void;
|
|
2037
|
-
},
|
|
2184
|
+
}, {
|
|
2185
|
+
props: {
|
|
2186
|
+
contentMode: {
|
|
2187
|
+
type: StringConstructor;
|
|
2188
|
+
default: null;
|
|
2189
|
+
validator: (v: any) => boolean;
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2192
|
+
data(): {
|
|
2193
|
+
modeContrast: string;
|
|
2194
|
+
modeResolved: null;
|
|
2195
|
+
};
|
|
2196
|
+
computed: {
|
|
2197
|
+
modeAttrs(): any;
|
|
2198
|
+
};
|
|
2199
|
+
watch: {
|
|
2200
|
+
contentMode(): void;
|
|
2201
|
+
};
|
|
2202
|
+
mounted(): void;
|
|
2203
|
+
beforeUnmount(): void;
|
|
2204
|
+
methods: {
|
|
2205
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
2206
|
+
setupModeObservers(): void;
|
|
2207
|
+
cleanupModeObservers(): void;
|
|
2208
|
+
};
|
|
2209
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "shown")[], "update:open" | "shown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2038
2210
|
id: {
|
|
2039
2211
|
type: StringConstructor;
|
|
2040
2212
|
default(): string;
|
|
@@ -2081,7 +2253,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2081
2253
|
type: BooleanConstructor;
|
|
2082
2254
|
default: boolean;
|
|
2083
2255
|
};
|
|
2084
|
-
|
|
2256
|
+
open: {
|
|
2085
2257
|
type: BooleanConstructor;
|
|
2086
2258
|
default: null;
|
|
2087
2259
|
};
|
|
@@ -2109,15 +2281,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2109
2281
|
default: null;
|
|
2110
2282
|
};
|
|
2111
2283
|
}>> & Readonly<{
|
|
2284
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
2112
2285
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
2113
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2114
2286
|
}>, {
|
|
2115
2287
|
id: string;
|
|
2116
2288
|
offset: unknown[];
|
|
2289
|
+
open: boolean;
|
|
2117
2290
|
message: string;
|
|
2118
2291
|
inverted: boolean;
|
|
2119
2292
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2120
|
-
show: boolean;
|
|
2121
2293
|
transition: boolean;
|
|
2122
2294
|
appendTo: string | HTMLElement;
|
|
2123
2295
|
delay: boolean;
|
|
@@ -2189,6 +2361,341 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2189
2361
|
size: string;
|
|
2190
2362
|
ariaLabel: string;
|
|
2191
2363
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2364
|
+
DtIconDialbot: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2365
|
+
size: {
|
|
2366
|
+
type: StringConstructor;
|
|
2367
|
+
default: string;
|
|
2368
|
+
validator: (s: unknown) => boolean;
|
|
2369
|
+
};
|
|
2370
|
+
ariaLabel: {
|
|
2371
|
+
type: StringConstructor;
|
|
2372
|
+
default: undefined;
|
|
2373
|
+
};
|
|
2374
|
+
}>, {}, {}, {
|
|
2375
|
+
iconSizeClass(): any;
|
|
2376
|
+
ariaHidden(): "true" | "false";
|
|
2377
|
+
dataQA(): {};
|
|
2378
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "loaded"[], "loaded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2379
|
+
size: {
|
|
2380
|
+
type: StringConstructor;
|
|
2381
|
+
default: string;
|
|
2382
|
+
validator: (s: unknown) => boolean;
|
|
2383
|
+
};
|
|
2384
|
+
ariaLabel: {
|
|
2385
|
+
type: StringConstructor;
|
|
2386
|
+
default: undefined;
|
|
2387
|
+
};
|
|
2388
|
+
}>> & Readonly<{
|
|
2389
|
+
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
2390
|
+
}>, {
|
|
2391
|
+
size: string;
|
|
2392
|
+
ariaLabel: string;
|
|
2393
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2394
|
+
DtAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2395
|
+
id: {
|
|
2396
|
+
type: StringConstructor;
|
|
2397
|
+
default(): string;
|
|
2398
|
+
};
|
|
2399
|
+
seed: {
|
|
2400
|
+
type: StringConstructor;
|
|
2401
|
+
default: undefined;
|
|
2402
|
+
};
|
|
2403
|
+
family: {
|
|
2404
|
+
type: NumberConstructor;
|
|
2405
|
+
default: undefined;
|
|
2406
|
+
validator: (val: unknown) => boolean;
|
|
2407
|
+
};
|
|
2408
|
+
variant: {
|
|
2409
|
+
type: NumberConstructor;
|
|
2410
|
+
default: undefined;
|
|
2411
|
+
validator: (val: unknown) => boolean;
|
|
2412
|
+
};
|
|
2413
|
+
color: {
|
|
2414
|
+
type: StringConstructor;
|
|
2415
|
+
default: undefined;
|
|
2416
|
+
};
|
|
2417
|
+
size: {
|
|
2418
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2419
|
+
default: number;
|
|
2420
|
+
validator: (size: unknown) => boolean;
|
|
2421
|
+
};
|
|
2422
|
+
avatarClass: {
|
|
2423
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2424
|
+
default: string;
|
|
2425
|
+
};
|
|
2426
|
+
canvasClass: {
|
|
2427
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2428
|
+
default: string;
|
|
2429
|
+
};
|
|
2430
|
+
iconClass: {
|
|
2431
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2432
|
+
default: string;
|
|
2433
|
+
};
|
|
2434
|
+
presence: {
|
|
2435
|
+
type: StringConstructor;
|
|
2436
|
+
default: string;
|
|
2437
|
+
validator: (state: unknown) => boolean;
|
|
2438
|
+
};
|
|
2439
|
+
presenceProps: {
|
|
2440
|
+
type: ObjectConstructor;
|
|
2441
|
+
default: () => {};
|
|
2442
|
+
};
|
|
2443
|
+
group: {
|
|
2444
|
+
type: NumberConstructor;
|
|
2445
|
+
default: undefined;
|
|
2446
|
+
validator: (group: unknown) => boolean;
|
|
2447
|
+
};
|
|
2448
|
+
overlayText: {
|
|
2449
|
+
type: StringConstructor;
|
|
2450
|
+
default: string;
|
|
2451
|
+
};
|
|
2452
|
+
overlayClass: {
|
|
2453
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2454
|
+
default: string;
|
|
2455
|
+
};
|
|
2456
|
+
imageSrc: {
|
|
2457
|
+
type: StringConstructor;
|
|
2458
|
+
default: string;
|
|
2459
|
+
};
|
|
2460
|
+
imageAlt: {
|
|
2461
|
+
type: StringConstructor;
|
|
2462
|
+
default: undefined;
|
|
2463
|
+
};
|
|
2464
|
+
fullName: {
|
|
2465
|
+
type: StringConstructor;
|
|
2466
|
+
default: string;
|
|
2467
|
+
};
|
|
2468
|
+
interactive: {
|
|
2469
|
+
type: BooleanConstructor;
|
|
2470
|
+
default: boolean;
|
|
2471
|
+
};
|
|
2472
|
+
clickable: {
|
|
2473
|
+
type: BooleanConstructor;
|
|
2474
|
+
default: null;
|
|
2475
|
+
};
|
|
2476
|
+
iconAriaLabel: {
|
|
2477
|
+
type: StringConstructor;
|
|
2478
|
+
default: undefined;
|
|
2479
|
+
};
|
|
2480
|
+
iconOnly: {
|
|
2481
|
+
type: BooleanConstructor;
|
|
2482
|
+
default: boolean;
|
|
2483
|
+
};
|
|
2484
|
+
deactivated: {
|
|
2485
|
+
type: BooleanConstructor;
|
|
2486
|
+
default: boolean;
|
|
2487
|
+
};
|
|
2488
|
+
}>, {}, {
|
|
2489
|
+
AVATAR_SIZE_MODIFIERS: {
|
|
2490
|
+
100: string;
|
|
2491
|
+
150: string;
|
|
2492
|
+
200: string;
|
|
2493
|
+
250: string;
|
|
2494
|
+
300: string;
|
|
2495
|
+
400: string;
|
|
2496
|
+
500: string;
|
|
2497
|
+
600: string;
|
|
2498
|
+
700: string;
|
|
2499
|
+
800: string;
|
|
2500
|
+
900: string;
|
|
2501
|
+
xs: string;
|
|
2502
|
+
sm: string;
|
|
2503
|
+
md: string;
|
|
2504
|
+
lg: string;
|
|
2505
|
+
xl: string;
|
|
2506
|
+
};
|
|
2507
|
+
AVATAR_KIND_MODIFIERS: {
|
|
2508
|
+
default: string;
|
|
2509
|
+
icon: string;
|
|
2510
|
+
initials: string;
|
|
2511
|
+
};
|
|
2512
|
+
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
2513
|
+
100: string;
|
|
2514
|
+
150: string;
|
|
2515
|
+
200: string;
|
|
2516
|
+
250: string;
|
|
2517
|
+
300: string;
|
|
2518
|
+
400: string;
|
|
2519
|
+
500: string;
|
|
2520
|
+
xs: string;
|
|
2521
|
+
sm: string;
|
|
2522
|
+
md: string;
|
|
2523
|
+
lg: string;
|
|
2524
|
+
};
|
|
2525
|
+
imageLoadedSuccessfully: null;
|
|
2526
|
+
formattedInitials: string;
|
|
2527
|
+
initializing: boolean;
|
|
2528
|
+
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2529
|
+
anchorHue: number;
|
|
2530
|
+
}, {
|
|
2531
|
+
resolvedInteractive(): boolean;
|
|
2532
|
+
hasOverlayIcon(): any;
|
|
2533
|
+
isIconType(): any;
|
|
2534
|
+
iconDataQa(): "dt-avatar-icon";
|
|
2535
|
+
computedFamily(): number | undefined;
|
|
2536
|
+
computedVariant(): number | undefined;
|
|
2537
|
+
avatarClasses(): any[];
|
|
2538
|
+
avatarStyles(): {
|
|
2539
|
+
'--avatar-color-background': string;
|
|
2540
|
+
}[] | undefined;
|
|
2541
|
+
overlayClasses(): (string | unknown[] | Record<string, any>)[];
|
|
2542
|
+
showGroup(): boolean;
|
|
2543
|
+
formattedGroup(): number | "9+" | "99+" | undefined;
|
|
2544
|
+
validatedSize(): string | number;
|
|
2545
|
+
showImage(): string | false;
|
|
2546
|
+
}, {
|
|
2547
|
+
setImageListeners(): Promise<void>;
|
|
2548
|
+
formatInitials(): void;
|
|
2549
|
+
readAnchorHue(): void;
|
|
2550
|
+
_loadedImageEventHandler(el: any): void;
|
|
2551
|
+
_erroredImageEventHandler(el: any): void;
|
|
2552
|
+
validateProps(): void;
|
|
2553
|
+
handleClick(e: any): void;
|
|
2554
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2555
|
+
id: {
|
|
2556
|
+
type: StringConstructor;
|
|
2557
|
+
default(): string;
|
|
2558
|
+
};
|
|
2559
|
+
seed: {
|
|
2560
|
+
type: StringConstructor;
|
|
2561
|
+
default: undefined;
|
|
2562
|
+
};
|
|
2563
|
+
family: {
|
|
2564
|
+
type: NumberConstructor;
|
|
2565
|
+
default: undefined;
|
|
2566
|
+
validator: (val: unknown) => boolean;
|
|
2567
|
+
};
|
|
2568
|
+
variant: {
|
|
2569
|
+
type: NumberConstructor;
|
|
2570
|
+
default: undefined;
|
|
2571
|
+
validator: (val: unknown) => boolean;
|
|
2572
|
+
};
|
|
2573
|
+
color: {
|
|
2574
|
+
type: StringConstructor;
|
|
2575
|
+
default: undefined;
|
|
2576
|
+
};
|
|
2577
|
+
size: {
|
|
2578
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2579
|
+
default: number;
|
|
2580
|
+
validator: (size: unknown) => boolean;
|
|
2581
|
+
};
|
|
2582
|
+
avatarClass: {
|
|
2583
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2584
|
+
default: string;
|
|
2585
|
+
};
|
|
2586
|
+
canvasClass: {
|
|
2587
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2588
|
+
default: string;
|
|
2589
|
+
};
|
|
2590
|
+
iconClass: {
|
|
2591
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2592
|
+
default: string;
|
|
2593
|
+
};
|
|
2594
|
+
presence: {
|
|
2595
|
+
type: StringConstructor;
|
|
2596
|
+
default: string;
|
|
2597
|
+
validator: (state: unknown) => boolean;
|
|
2598
|
+
};
|
|
2599
|
+
presenceProps: {
|
|
2600
|
+
type: ObjectConstructor;
|
|
2601
|
+
default: () => {};
|
|
2602
|
+
};
|
|
2603
|
+
group: {
|
|
2604
|
+
type: NumberConstructor;
|
|
2605
|
+
default: undefined;
|
|
2606
|
+
validator: (group: unknown) => boolean;
|
|
2607
|
+
};
|
|
2608
|
+
overlayText: {
|
|
2609
|
+
type: StringConstructor;
|
|
2610
|
+
default: string;
|
|
2611
|
+
};
|
|
2612
|
+
overlayClass: {
|
|
2613
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2614
|
+
default: string;
|
|
2615
|
+
};
|
|
2616
|
+
imageSrc: {
|
|
2617
|
+
type: StringConstructor;
|
|
2618
|
+
default: string;
|
|
2619
|
+
};
|
|
2620
|
+
imageAlt: {
|
|
2621
|
+
type: StringConstructor;
|
|
2622
|
+
default: undefined;
|
|
2623
|
+
};
|
|
2624
|
+
fullName: {
|
|
2625
|
+
type: StringConstructor;
|
|
2626
|
+
default: string;
|
|
2627
|
+
};
|
|
2628
|
+
interactive: {
|
|
2629
|
+
type: BooleanConstructor;
|
|
2630
|
+
default: boolean;
|
|
2631
|
+
};
|
|
2632
|
+
clickable: {
|
|
2633
|
+
type: BooleanConstructor;
|
|
2634
|
+
default: null;
|
|
2635
|
+
};
|
|
2636
|
+
iconAriaLabel: {
|
|
2637
|
+
type: StringConstructor;
|
|
2638
|
+
default: undefined;
|
|
2639
|
+
};
|
|
2640
|
+
iconOnly: {
|
|
2641
|
+
type: BooleanConstructor;
|
|
2642
|
+
default: boolean;
|
|
2643
|
+
};
|
|
2644
|
+
deactivated: {
|
|
2645
|
+
type: BooleanConstructor;
|
|
2646
|
+
default: boolean;
|
|
2647
|
+
};
|
|
2648
|
+
}>> & Readonly<{
|
|
2649
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2650
|
+
}>, {
|
|
2651
|
+
id: string;
|
|
2652
|
+
family: number;
|
|
2653
|
+
presence: string;
|
|
2654
|
+
seed: string;
|
|
2655
|
+
variant: number;
|
|
2656
|
+
color: string;
|
|
2657
|
+
size: string | number;
|
|
2658
|
+
avatarClass: string | unknown[] | Record<string, any>;
|
|
2659
|
+
canvasClass: string | unknown[] | Record<string, any>;
|
|
2660
|
+
iconClass: string | unknown[] | Record<string, any>;
|
|
2661
|
+
presenceProps: Record<string, any>;
|
|
2662
|
+
group: number;
|
|
2663
|
+
overlayText: string;
|
|
2664
|
+
overlayClass: string | unknown[] | Record<string, any>;
|
|
2665
|
+
imageSrc: string;
|
|
2666
|
+
imageAlt: string;
|
|
2667
|
+
fullName: string;
|
|
2668
|
+
interactive: boolean;
|
|
2669
|
+
clickable: boolean;
|
|
2670
|
+
iconAriaLabel: string;
|
|
2671
|
+
iconOnly: boolean;
|
|
2672
|
+
deactivated: boolean;
|
|
2673
|
+
}, {}, {
|
|
2674
|
+
DtPresence: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2675
|
+
presence: {
|
|
2676
|
+
type: StringConstructor;
|
|
2677
|
+
default: string;
|
|
2678
|
+
validator: (role: unknown) => boolean;
|
|
2679
|
+
};
|
|
2680
|
+
srText: {
|
|
2681
|
+
type: StringConstructor;
|
|
2682
|
+
default: null;
|
|
2683
|
+
};
|
|
2684
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2685
|
+
presence: {
|
|
2686
|
+
type: StringConstructor;
|
|
2687
|
+
default: string;
|
|
2688
|
+
validator: (role: unknown) => boolean;
|
|
2689
|
+
};
|
|
2690
|
+
srText: {
|
|
2691
|
+
type: StringConstructor;
|
|
2692
|
+
default: null;
|
|
2693
|
+
};
|
|
2694
|
+
}>> & Readonly<{}>, {
|
|
2695
|
+
presence: string;
|
|
2696
|
+
srText: string;
|
|
2697
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2698
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2192
2699
|
DtRecipeLeftbarGeneralRowIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2193
2700
|
type: {
|
|
2194
2701
|
type: StringConstructor;
|
|
@@ -2919,6 +3426,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2919
3426
|
};
|
|
2920
3427
|
}>, {}, {
|
|
2921
3428
|
SKELETON_HEADING_HEIGHTS: {
|
|
3429
|
+
200: string;
|
|
3430
|
+
300: string;
|
|
3431
|
+
400: string;
|
|
2922
3432
|
sm: string;
|
|
2923
3433
|
md: string;
|
|
2924
3434
|
lg: string;
|
|
@@ -2978,8 +3488,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2978
3488
|
validator: (shape: unknown) => boolean;
|
|
2979
3489
|
};
|
|
2980
3490
|
size: {
|
|
2981
|
-
type: StringConstructor;
|
|
2982
|
-
default:
|
|
3491
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3492
|
+
default: number;
|
|
2983
3493
|
};
|
|
2984
3494
|
animationDuration: {
|
|
2985
3495
|
type: NumberConstructor;
|
|
@@ -3026,8 +3536,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3026
3536
|
validator: (shape: unknown) => boolean;
|
|
3027
3537
|
};
|
|
3028
3538
|
size: {
|
|
3029
|
-
type: StringConstructor;
|
|
3030
|
-
default:
|
|
3539
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3540
|
+
default: number;
|
|
3031
3541
|
};
|
|
3032
3542
|
animationDuration: {
|
|
3033
3543
|
type: NumberConstructor;
|
|
@@ -3048,7 +3558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3048
3558
|
}>> & Readonly<{}>, {
|
|
3049
3559
|
offset: number;
|
|
3050
3560
|
animationDuration: number;
|
|
3051
|
-
size: string;
|
|
3561
|
+
size: string | number;
|
|
3052
3562
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3053
3563
|
shape: string;
|
|
3054
3564
|
animate: boolean;
|
|
@@ -3060,8 +3570,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3060
3570
|
validator: (shape: unknown) => boolean;
|
|
3061
3571
|
};
|
|
3062
3572
|
shapeSize: {
|
|
3063
|
-
type: StringConstructor;
|
|
3064
|
-
default:
|
|
3573
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3574
|
+
default: number;
|
|
3065
3575
|
};
|
|
3066
3576
|
paragraphs: {
|
|
3067
3577
|
type: ObjectConstructor;
|
|
@@ -3097,8 +3607,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3097
3607
|
validator: (shape: unknown) => boolean;
|
|
3098
3608
|
};
|
|
3099
3609
|
shapeSize: {
|
|
3100
|
-
type: StringConstructor;
|
|
3101
|
-
default:
|
|
3610
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3611
|
+
default: number;
|
|
3102
3612
|
};
|
|
3103
3613
|
paragraphs: {
|
|
3104
3614
|
type: ObjectConstructor;
|
|
@@ -3133,7 +3643,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3133
3643
|
contentClass: string;
|
|
3134
3644
|
shape: string;
|
|
3135
3645
|
animate: boolean;
|
|
3136
|
-
shapeSize: string;
|
|
3646
|
+
shapeSize: string | number;
|
|
3137
3647
|
paragraphs: Record<string, any>;
|
|
3138
3648
|
shapeClass: string;
|
|
3139
3649
|
}, {}, {
|
|
@@ -3144,8 +3654,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3144
3654
|
validator: (shape: unknown) => boolean;
|
|
3145
3655
|
};
|
|
3146
3656
|
size: {
|
|
3147
|
-
type: StringConstructor;
|
|
3148
|
-
default:
|
|
3657
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3658
|
+
default: number;
|
|
3149
3659
|
};
|
|
3150
3660
|
animationDuration: {
|
|
3151
3661
|
type: NumberConstructor;
|
|
@@ -3192,8 +3702,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3192
3702
|
validator: (shape: unknown) => boolean;
|
|
3193
3703
|
};
|
|
3194
3704
|
size: {
|
|
3195
|
-
type: StringConstructor;
|
|
3196
|
-
default:
|
|
3705
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3706
|
+
default: number;
|
|
3197
3707
|
};
|
|
3198
3708
|
animationDuration: {
|
|
3199
3709
|
type: NumberConstructor;
|
|
@@ -3214,7 +3724,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3214
3724
|
}>> & Readonly<{}>, {
|
|
3215
3725
|
offset: number;
|
|
3216
3726
|
animationDuration: number;
|
|
3217
|
-
size: string;
|
|
3727
|
+
size: string | number;
|
|
3218
3728
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3219
3729
|
shape: string;
|
|
3220
3730
|
animate: boolean;
|
|
@@ -3357,6 +3867,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3357
3867
|
};
|
|
3358
3868
|
}>, {}, {
|
|
3359
3869
|
SKELETON_HEADING_HEIGHTS: {
|
|
3870
|
+
200: string;
|
|
3871
|
+
300: string;
|
|
3872
|
+
400: string;
|
|
3360
3873
|
sm: string;
|
|
3361
3874
|
md: string;
|
|
3362
3875
|
lg: string;
|
|
@@ -3549,6 +4062,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3549
4062
|
};
|
|
3550
4063
|
}>, {}, {
|
|
3551
4064
|
SKELETON_HEADING_HEIGHTS: {
|
|
4065
|
+
200: string;
|
|
4066
|
+
300: string;
|
|
4067
|
+
400: string;
|
|
3552
4068
|
sm: string;
|
|
3553
4069
|
md: string;
|
|
3554
4070
|
lg: string;
|