@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
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
import { hasSlotContent } from '../../common/utils';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
contentMode: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: null;
|
|
6
|
+
validator: (v: any) => boolean;
|
|
7
|
+
};
|
|
3
8
|
label: {
|
|
4
9
|
type: StringConstructor;
|
|
5
10
|
required: true;
|
|
6
11
|
};
|
|
7
|
-
|
|
12
|
+
showLabel: {
|
|
8
13
|
type: BooleanConstructor;
|
|
9
14
|
default: boolean;
|
|
10
15
|
};
|
|
11
16
|
size: {
|
|
12
|
-
type: StringConstructor;
|
|
17
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
13
18
|
default: null;
|
|
14
19
|
validator: (t: unknown) => boolean;
|
|
15
20
|
};
|
|
@@ -126,16 +131,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
126
131
|
onFocusOut(e: any): void;
|
|
127
132
|
openOnArrowKeyPress(): void;
|
|
128
133
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], "select" | "opened" | "escape" | "highlight", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
134
|
+
contentMode: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: null;
|
|
137
|
+
validator: (v: any) => boolean;
|
|
138
|
+
};
|
|
129
139
|
label: {
|
|
130
140
|
type: StringConstructor;
|
|
131
141
|
required: true;
|
|
132
142
|
};
|
|
133
|
-
|
|
143
|
+
showLabel: {
|
|
134
144
|
type: BooleanConstructor;
|
|
135
145
|
default: boolean;
|
|
136
146
|
};
|
|
137
147
|
size: {
|
|
138
|
-
type: StringConstructor;
|
|
148
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
139
149
|
default: null;
|
|
140
150
|
validator: (t: unknown) => boolean;
|
|
141
151
|
};
|
|
@@ -227,13 +237,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
227
237
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
228
238
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
229
239
|
}>, {
|
|
230
|
-
|
|
231
|
-
size: string;
|
|
240
|
+
contentMode: string;
|
|
241
|
+
size: string | number;
|
|
232
242
|
description: string;
|
|
243
|
+
loading: boolean;
|
|
244
|
+
padding: string;
|
|
233
245
|
maxHeight: string;
|
|
246
|
+
showLabel: boolean;
|
|
234
247
|
transition: string;
|
|
235
248
|
maxWidth: string;
|
|
236
|
-
labelVisible: boolean;
|
|
237
249
|
listId: string;
|
|
238
250
|
onBeginningOfList: Function;
|
|
239
251
|
onEndOfList: Function;
|
|
@@ -241,7 +253,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
253
|
emptyList: boolean;
|
|
242
254
|
emptyStateMessage: string;
|
|
243
255
|
appendTo: string | HTMLElement;
|
|
244
|
-
padding: string;
|
|
245
256
|
contentWidth: string;
|
|
246
257
|
openWithArrowKeys: boolean;
|
|
247
258
|
listClass: string | unknown[] | Record<string, any>;
|
|
@@ -254,12 +265,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
265
|
type: StringConstructor;
|
|
255
266
|
required: true;
|
|
256
267
|
};
|
|
257
|
-
|
|
268
|
+
showLabel: {
|
|
258
269
|
type: BooleanConstructor;
|
|
259
270
|
default: boolean;
|
|
260
271
|
};
|
|
261
272
|
size: {
|
|
262
|
-
type: StringConstructor;
|
|
273
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
263
274
|
default: null;
|
|
264
275
|
validator: (t: unknown) => boolean;
|
|
265
276
|
};
|
|
@@ -313,8 +324,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
313
324
|
}, {
|
|
314
325
|
inputProps(): {
|
|
315
326
|
label: string;
|
|
316
|
-
|
|
317
|
-
size: string;
|
|
327
|
+
showLabel: boolean;
|
|
328
|
+
size: string | number;
|
|
318
329
|
description: string;
|
|
319
330
|
role: string;
|
|
320
331
|
'aria-label': string;
|
|
@@ -393,12 +404,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
393
404
|
type: StringConstructor;
|
|
394
405
|
required: true;
|
|
395
406
|
};
|
|
396
|
-
|
|
407
|
+
showLabel: {
|
|
397
408
|
type: BooleanConstructor;
|
|
398
409
|
default: boolean;
|
|
399
410
|
};
|
|
400
411
|
size: {
|
|
401
|
-
type: StringConstructor;
|
|
412
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
402
413
|
default: null;
|
|
403
414
|
validator: (t: unknown) => boolean;
|
|
404
415
|
};
|
|
@@ -452,10 +463,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
452
463
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
453
464
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
454
465
|
}>, {
|
|
455
|
-
|
|
456
|
-
size: string;
|
|
466
|
+
size: string | number;
|
|
457
467
|
description: string;
|
|
458
|
-
|
|
468
|
+
loading: boolean;
|
|
469
|
+
showLabel: boolean;
|
|
459
470
|
listId: string;
|
|
460
471
|
onBeginningOfList: Function;
|
|
461
472
|
onEndOfList: Function;
|
|
@@ -505,6 +516,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
505
516
|
}, {
|
|
506
517
|
isDefaultType(): boolean;
|
|
507
518
|
listItemListeners(): {
|
|
519
|
+
click: (event: any) => void;
|
|
508
520
|
keydown: (event: any) => void;
|
|
509
521
|
mousemove: (event: any) => void;
|
|
510
522
|
mouseleave: (event: any) => void;
|
|
@@ -516,7 +528,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
516
528
|
onClick(e: any): void;
|
|
517
529
|
onMouseHover(): void;
|
|
518
530
|
onMouseLeave(): void;
|
|
519
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("keydown" | "mouseleave" | "mousemove")[], "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
531
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "keydown" | "mouseleave" | "mousemove")[], "click" | "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
520
532
|
id: {
|
|
521
533
|
type: StringConstructor;
|
|
522
534
|
default(): string;
|
|
@@ -549,6 +561,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
549
561
|
default: string;
|
|
550
562
|
};
|
|
551
563
|
}>> & Readonly<{
|
|
564
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
552
565
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
553
566
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
554
567
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -570,10 +583,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
570
583
|
type: BooleanConstructor;
|
|
571
584
|
default: boolean;
|
|
572
585
|
};
|
|
573
|
-
|
|
586
|
+
startClass: {
|
|
574
587
|
type: StringConstructor;
|
|
575
588
|
default: string;
|
|
576
589
|
};
|
|
590
|
+
leftClass: {
|
|
591
|
+
type: StringConstructor;
|
|
592
|
+
default: undefined;
|
|
593
|
+
};
|
|
577
594
|
contentClass: {
|
|
578
595
|
type: StringConstructor;
|
|
579
596
|
default: string;
|
|
@@ -586,19 +603,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
586
603
|
type: StringConstructor;
|
|
587
604
|
default: string;
|
|
588
605
|
};
|
|
606
|
+
blockEndClass: {
|
|
607
|
+
type: StringConstructor;
|
|
608
|
+
default: string;
|
|
609
|
+
};
|
|
589
610
|
bottomClass: {
|
|
611
|
+
type: StringConstructor;
|
|
612
|
+
default: undefined;
|
|
613
|
+
};
|
|
614
|
+
endClass: {
|
|
590
615
|
type: StringConstructor;
|
|
591
616
|
default: string;
|
|
592
617
|
};
|
|
593
618
|
rightClass: {
|
|
594
619
|
type: StringConstructor;
|
|
595
|
-
default:
|
|
620
|
+
default: undefined;
|
|
596
621
|
};
|
|
597
622
|
selectedClass: {
|
|
598
623
|
type: StringConstructor;
|
|
599
624
|
default: string;
|
|
600
625
|
};
|
|
601
|
-
}>, {}, {}, {
|
|
626
|
+
}>, {}, {}, {
|
|
627
|
+
resolvedStartClass(): string;
|
|
628
|
+
resolvedEndClass(): string;
|
|
629
|
+
resolvedBlockEndClass(): string;
|
|
630
|
+
}, {
|
|
602
631
|
dynamicGridTemplateColumns(): string;
|
|
603
632
|
hasSlotContent: typeof hasSlotContent;
|
|
604
633
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -610,10 +639,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
610
639
|
type: BooleanConstructor;
|
|
611
640
|
default: boolean;
|
|
612
641
|
};
|
|
613
|
-
|
|
642
|
+
startClass: {
|
|
614
643
|
type: StringConstructor;
|
|
615
644
|
default: string;
|
|
616
645
|
};
|
|
646
|
+
leftClass: {
|
|
647
|
+
type: StringConstructor;
|
|
648
|
+
default: undefined;
|
|
649
|
+
};
|
|
617
650
|
contentClass: {
|
|
618
651
|
type: StringConstructor;
|
|
619
652
|
default: string;
|
|
@@ -626,26 +659,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
626
659
|
type: StringConstructor;
|
|
627
660
|
default: string;
|
|
628
661
|
};
|
|
662
|
+
blockEndClass: {
|
|
663
|
+
type: StringConstructor;
|
|
664
|
+
default: string;
|
|
665
|
+
};
|
|
629
666
|
bottomClass: {
|
|
667
|
+
type: StringConstructor;
|
|
668
|
+
default: undefined;
|
|
669
|
+
};
|
|
670
|
+
endClass: {
|
|
630
671
|
type: StringConstructor;
|
|
631
672
|
default: string;
|
|
632
673
|
};
|
|
633
674
|
rightClass: {
|
|
634
675
|
type: StringConstructor;
|
|
635
|
-
default:
|
|
676
|
+
default: undefined;
|
|
636
677
|
};
|
|
637
678
|
selectedClass: {
|
|
638
679
|
type: StringConstructor;
|
|
639
680
|
default: string;
|
|
640
681
|
};
|
|
641
682
|
}>> & Readonly<{}>, {
|
|
683
|
+
as: string;
|
|
642
684
|
unstyled: boolean;
|
|
643
685
|
contentClass: string;
|
|
644
|
-
|
|
686
|
+
startClass: string;
|
|
645
687
|
leftClass: string;
|
|
646
688
|
titleClass: string;
|
|
647
689
|
subtitleClass: string;
|
|
690
|
+
blockEndClass: string;
|
|
648
691
|
bottomClass: string;
|
|
692
|
+
endClass: string;
|
|
649
693
|
rightClass: string;
|
|
650
694
|
selectedClass: string;
|
|
651
695
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -798,6 +842,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
798
842
|
};
|
|
799
843
|
}>, {}, {
|
|
800
844
|
SKELETON_HEADING_HEIGHTS: {
|
|
845
|
+
200: string;
|
|
846
|
+
300: string;
|
|
847
|
+
400: string;
|
|
801
848
|
sm: string;
|
|
802
849
|
md: string;
|
|
803
850
|
lg: string;
|
|
@@ -857,8 +904,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
857
904
|
validator: (shape: unknown) => boolean;
|
|
858
905
|
};
|
|
859
906
|
size: {
|
|
860
|
-
type: StringConstructor;
|
|
861
|
-
default:
|
|
907
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
908
|
+
default: number;
|
|
862
909
|
};
|
|
863
910
|
animationDuration: {
|
|
864
911
|
type: NumberConstructor;
|
|
@@ -905,8 +952,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
905
952
|
validator: (shape: unknown) => boolean;
|
|
906
953
|
};
|
|
907
954
|
size: {
|
|
908
|
-
type: StringConstructor;
|
|
909
|
-
default:
|
|
955
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
956
|
+
default: number;
|
|
910
957
|
};
|
|
911
958
|
animationDuration: {
|
|
912
959
|
type: NumberConstructor;
|
|
@@ -927,7 +974,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
927
974
|
}>> & Readonly<{}>, {
|
|
928
975
|
offset: number;
|
|
929
976
|
animationDuration: number;
|
|
930
|
-
size: string;
|
|
977
|
+
size: string | number;
|
|
931
978
|
contentClass: string | unknown[] | Record<string, any>;
|
|
932
979
|
shape: string;
|
|
933
980
|
animate: boolean;
|
|
@@ -939,8 +986,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
939
986
|
validator: (shape: unknown) => boolean;
|
|
940
987
|
};
|
|
941
988
|
shapeSize: {
|
|
942
|
-
type: StringConstructor;
|
|
943
|
-
default:
|
|
989
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
990
|
+
default: number;
|
|
944
991
|
};
|
|
945
992
|
paragraphs: {
|
|
946
993
|
type: ObjectConstructor;
|
|
@@ -976,8 +1023,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
976
1023
|
validator: (shape: unknown) => boolean;
|
|
977
1024
|
};
|
|
978
1025
|
shapeSize: {
|
|
979
|
-
type: StringConstructor;
|
|
980
|
-
default:
|
|
1026
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1027
|
+
default: number;
|
|
981
1028
|
};
|
|
982
1029
|
paragraphs: {
|
|
983
1030
|
type: ObjectConstructor;
|
|
@@ -1012,7 +1059,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1012
1059
|
contentClass: string;
|
|
1013
1060
|
shape: string;
|
|
1014
1061
|
animate: boolean;
|
|
1015
|
-
shapeSize: string;
|
|
1062
|
+
shapeSize: string | number;
|
|
1016
1063
|
paragraphs: Record<string, any>;
|
|
1017
1064
|
shapeClass: string;
|
|
1018
1065
|
}, {}, {
|
|
@@ -1023,8 +1070,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1023
1070
|
validator: (shape: unknown) => boolean;
|
|
1024
1071
|
};
|
|
1025
1072
|
size: {
|
|
1026
|
-
type: StringConstructor;
|
|
1027
|
-
default:
|
|
1073
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1074
|
+
default: number;
|
|
1028
1075
|
};
|
|
1029
1076
|
animationDuration: {
|
|
1030
1077
|
type: NumberConstructor;
|
|
@@ -1071,8 +1118,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1071
1118
|
validator: (shape: unknown) => boolean;
|
|
1072
1119
|
};
|
|
1073
1120
|
size: {
|
|
1074
|
-
type: StringConstructor;
|
|
1075
|
-
default:
|
|
1121
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1122
|
+
default: number;
|
|
1076
1123
|
};
|
|
1077
1124
|
animationDuration: {
|
|
1078
1125
|
type: NumberConstructor;
|
|
@@ -1093,7 +1140,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1093
1140
|
}>> & Readonly<{}>, {
|
|
1094
1141
|
offset: number;
|
|
1095
1142
|
animationDuration: number;
|
|
1096
|
-
size: string;
|
|
1143
|
+
size: string | number;
|
|
1097
1144
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1098
1145
|
shape: string;
|
|
1099
1146
|
animate: boolean;
|
|
@@ -1236,6 +1283,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1236
1283
|
};
|
|
1237
1284
|
}>, {}, {
|
|
1238
1285
|
SKELETON_HEADING_HEIGHTS: {
|
|
1286
|
+
200: string;
|
|
1287
|
+
300: string;
|
|
1288
|
+
400: string;
|
|
1239
1289
|
sm: string;
|
|
1240
1290
|
md: string;
|
|
1241
1291
|
lg: string;
|
|
@@ -1428,6 +1478,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1428
1478
|
};
|
|
1429
1479
|
}>, {}, {
|
|
1430
1480
|
SKELETON_HEADING_HEIGHTS: {
|
|
1481
|
+
200: string;
|
|
1482
|
+
300: string;
|
|
1483
|
+
400: string;
|
|
1431
1484
|
sm: string;
|
|
1432
1485
|
md: string;
|
|
1433
1486
|
lg: string;
|
|
@@ -1542,6 +1595,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1542
1595
|
}, {
|
|
1543
1596
|
isDefaultType(): boolean;
|
|
1544
1597
|
listItemListeners(): {
|
|
1598
|
+
click: (event: any) => void;
|
|
1545
1599
|
keydown: (event: any) => void;
|
|
1546
1600
|
mousemove: (event: any) => void;
|
|
1547
1601
|
mouseleave: (event: any) => void;
|
|
@@ -1553,7 +1607,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1553
1607
|
onClick(e: any): void;
|
|
1554
1608
|
onMouseHover(): void;
|
|
1555
1609
|
onMouseLeave(): void;
|
|
1556
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("keydown" | "mouseleave" | "mousemove")[], "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1610
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "keydown" | "mouseleave" | "mousemove")[], "click" | "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1557
1611
|
id: {
|
|
1558
1612
|
type: StringConstructor;
|
|
1559
1613
|
default(): string;
|
|
@@ -1586,6 +1640,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1586
1640
|
default: string;
|
|
1587
1641
|
};
|
|
1588
1642
|
}>> & Readonly<{
|
|
1643
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
1589
1644
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1590
1645
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
1591
1646
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -1607,10 +1662,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1607
1662
|
type: BooleanConstructor;
|
|
1608
1663
|
default: boolean;
|
|
1609
1664
|
};
|
|
1610
|
-
|
|
1665
|
+
startClass: {
|
|
1611
1666
|
type: StringConstructor;
|
|
1612
1667
|
default: string;
|
|
1613
1668
|
};
|
|
1669
|
+
leftClass: {
|
|
1670
|
+
type: StringConstructor;
|
|
1671
|
+
default: undefined;
|
|
1672
|
+
};
|
|
1614
1673
|
contentClass: {
|
|
1615
1674
|
type: StringConstructor;
|
|
1616
1675
|
default: string;
|
|
@@ -1623,19 +1682,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1623
1682
|
type: StringConstructor;
|
|
1624
1683
|
default: string;
|
|
1625
1684
|
};
|
|
1685
|
+
blockEndClass: {
|
|
1686
|
+
type: StringConstructor;
|
|
1687
|
+
default: string;
|
|
1688
|
+
};
|
|
1626
1689
|
bottomClass: {
|
|
1690
|
+
type: StringConstructor;
|
|
1691
|
+
default: undefined;
|
|
1692
|
+
};
|
|
1693
|
+
endClass: {
|
|
1627
1694
|
type: StringConstructor;
|
|
1628
1695
|
default: string;
|
|
1629
1696
|
};
|
|
1630
1697
|
rightClass: {
|
|
1631
1698
|
type: StringConstructor;
|
|
1632
|
-
default:
|
|
1699
|
+
default: undefined;
|
|
1633
1700
|
};
|
|
1634
1701
|
selectedClass: {
|
|
1635
1702
|
type: StringConstructor;
|
|
1636
1703
|
default: string;
|
|
1637
1704
|
};
|
|
1638
|
-
}>, {}, {}, {
|
|
1705
|
+
}>, {}, {}, {
|
|
1706
|
+
resolvedStartClass(): string;
|
|
1707
|
+
resolvedEndClass(): string;
|
|
1708
|
+
resolvedBlockEndClass(): string;
|
|
1709
|
+
}, {
|
|
1639
1710
|
dynamicGridTemplateColumns(): string;
|
|
1640
1711
|
hasSlotContent: typeof hasSlotContent;
|
|
1641
1712
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1647,10 +1718,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1647
1718
|
type: BooleanConstructor;
|
|
1648
1719
|
default: boolean;
|
|
1649
1720
|
};
|
|
1650
|
-
|
|
1721
|
+
startClass: {
|
|
1651
1722
|
type: StringConstructor;
|
|
1652
1723
|
default: string;
|
|
1653
1724
|
};
|
|
1725
|
+
leftClass: {
|
|
1726
|
+
type: StringConstructor;
|
|
1727
|
+
default: undefined;
|
|
1728
|
+
};
|
|
1654
1729
|
contentClass: {
|
|
1655
1730
|
type: StringConstructor;
|
|
1656
1731
|
default: string;
|
|
@@ -1663,26 +1738,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1663
1738
|
type: StringConstructor;
|
|
1664
1739
|
default: string;
|
|
1665
1740
|
};
|
|
1741
|
+
blockEndClass: {
|
|
1742
|
+
type: StringConstructor;
|
|
1743
|
+
default: string;
|
|
1744
|
+
};
|
|
1666
1745
|
bottomClass: {
|
|
1746
|
+
type: StringConstructor;
|
|
1747
|
+
default: undefined;
|
|
1748
|
+
};
|
|
1749
|
+
endClass: {
|
|
1667
1750
|
type: StringConstructor;
|
|
1668
1751
|
default: string;
|
|
1669
1752
|
};
|
|
1670
1753
|
rightClass: {
|
|
1671
1754
|
type: StringConstructor;
|
|
1672
|
-
default:
|
|
1755
|
+
default: undefined;
|
|
1673
1756
|
};
|
|
1674
1757
|
selectedClass: {
|
|
1675
1758
|
type: StringConstructor;
|
|
1676
1759
|
default: string;
|
|
1677
1760
|
};
|
|
1678
1761
|
}>> & Readonly<{}>, {
|
|
1762
|
+
as: string;
|
|
1679
1763
|
unstyled: boolean;
|
|
1680
1764
|
contentClass: string;
|
|
1681
|
-
|
|
1765
|
+
startClass: string;
|
|
1682
1766
|
leftClass: string;
|
|
1683
1767
|
titleClass: string;
|
|
1684
1768
|
subtitleClass: string;
|
|
1769
|
+
blockEndClass: string;
|
|
1685
1770
|
bottomClass: string;
|
|
1771
|
+
endClass: string;
|
|
1686
1772
|
rightClass: string;
|
|
1687
1773
|
selectedClass: string;
|
|
1688
1774
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1790,7 +1876,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1790
1876
|
type: ArrayConstructor;
|
|
1791
1877
|
default: () => number[];
|
|
1792
1878
|
};
|
|
1793
|
-
|
|
1879
|
+
closeOnClick: {
|
|
1794
1880
|
type: BooleanConstructor;
|
|
1795
1881
|
default: boolean;
|
|
1796
1882
|
};
|
|
@@ -1827,10 +1913,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1827
1913
|
type: BooleanConstructor;
|
|
1828
1914
|
default: boolean;
|
|
1829
1915
|
};
|
|
1916
|
+
headerWrapperClass: {
|
|
1917
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1918
|
+
default: string;
|
|
1919
|
+
};
|
|
1830
1920
|
headerClass: {
|
|
1831
1921
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1832
1922
|
default: string;
|
|
1833
1923
|
};
|
|
1924
|
+
footerWrapperClass: {
|
|
1925
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1926
|
+
default: string;
|
|
1927
|
+
};
|
|
1834
1928
|
footerClass: {
|
|
1835
1929
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1836
1930
|
default: string;
|
|
@@ -1889,6 +1983,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1889
1983
|
calculatedMaxHeight(): string;
|
|
1890
1984
|
labelledBy(): string | false;
|
|
1891
1985
|
}, {
|
|
1986
|
+
getModeReferenceEl(): unknown;
|
|
1892
1987
|
hasIntersectedViewport(entries: any): void;
|
|
1893
1988
|
updateAnchorEl(): void;
|
|
1894
1989
|
popperOptions(): {
|
|
@@ -1953,6 +2048,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1953
2048
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
1954
2049
|
focusTrappedTabPress(e: object, el: object): void;
|
|
1955
2050
|
};
|
|
2051
|
+
} | {
|
|
2052
|
+
props: {
|
|
2053
|
+
contentMode: {
|
|
2054
|
+
type: StringConstructor;
|
|
2055
|
+
default: null;
|
|
2056
|
+
validator: (v: any) => boolean;
|
|
2057
|
+
};
|
|
2058
|
+
};
|
|
2059
|
+
data(): {
|
|
2060
|
+
modeContrast: string;
|
|
2061
|
+
modeResolved: null;
|
|
2062
|
+
};
|
|
2063
|
+
computed: {
|
|
2064
|
+
modeAttrs(): any;
|
|
2065
|
+
};
|
|
2066
|
+
watch: {
|
|
2067
|
+
contentMode(): void;
|
|
2068
|
+
};
|
|
2069
|
+
mounted(): void;
|
|
2070
|
+
beforeUnmount(): void;
|
|
2071
|
+
methods: {
|
|
2072
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
2073
|
+
setupModeObservers(): void;
|
|
2074
|
+
cleanupModeObservers(): void;
|
|
2075
|
+
};
|
|
1956
2076
|
}, import('vue').ComponentOptionsMixin, ("keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor")[], "keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1957
2077
|
open: {
|
|
1958
2078
|
type: BooleanConstructor;
|
|
@@ -2024,7 +2144,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2024
2144
|
type: ArrayConstructor;
|
|
2025
2145
|
default: () => number[];
|
|
2026
2146
|
};
|
|
2027
|
-
|
|
2147
|
+
closeOnClick: {
|
|
2028
2148
|
type: BooleanConstructor;
|
|
2029
2149
|
default: boolean;
|
|
2030
2150
|
};
|
|
@@ -2061,10 +2181,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2061
2181
|
type: BooleanConstructor;
|
|
2062
2182
|
default: boolean;
|
|
2063
2183
|
};
|
|
2184
|
+
headerWrapperClass: {
|
|
2185
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2186
|
+
default: string;
|
|
2187
|
+
};
|
|
2064
2188
|
headerClass: {
|
|
2065
2189
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2066
2190
|
default: string;
|
|
2067
2191
|
};
|
|
2192
|
+
footerWrapperClass: {
|
|
2193
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2194
|
+
default: string;
|
|
2195
|
+
};
|
|
2068
2196
|
footerClass: {
|
|
2069
2197
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2070
2198
|
default: string;
|
|
@@ -2108,6 +2236,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2108
2236
|
ariaLabel: string;
|
|
2109
2237
|
role: string;
|
|
2110
2238
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
2239
|
+
padding: string;
|
|
2111
2240
|
maxHeight: string;
|
|
2112
2241
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2113
2242
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -2116,7 +2245,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2116
2245
|
transition: string;
|
|
2117
2246
|
maxWidth: string;
|
|
2118
2247
|
appendTo: string | HTMLElement;
|
|
2119
|
-
hideOnClick: boolean;
|
|
2120
2248
|
placement: string;
|
|
2121
2249
|
sticky: string | boolean;
|
|
2122
2250
|
fallbackPlacements: unknown[];
|
|
@@ -2126,11 +2254,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2126
2254
|
showCloseButton: boolean;
|
|
2127
2255
|
openOnContext: boolean;
|
|
2128
2256
|
ariaLabelledby: string;
|
|
2129
|
-
padding: string;
|
|
2130
2257
|
contentWidth: string;
|
|
2131
2258
|
contentAppear: boolean;
|
|
2132
2259
|
contentTabindex: number;
|
|
2260
|
+
closeOnClick: boolean;
|
|
2133
2261
|
modal: boolean;
|
|
2262
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
2263
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
2134
2264
|
initialFocusElement: string | HTMLElement;
|
|
2135
2265
|
openWithArrowKeys: boolean;
|
|
2136
2266
|
}, {}, {
|
|
@@ -2201,6 +2331,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2201
2331
|
type: BooleanConstructor;
|
|
2202
2332
|
default: boolean;
|
|
2203
2333
|
};
|
|
2334
|
+
linkUnderline: {
|
|
2335
|
+
type: BooleanConstructor;
|
|
2336
|
+
default: boolean;
|
|
2337
|
+
};
|
|
2338
|
+
underline: {
|
|
2339
|
+
type: BooleanConstructor;
|
|
2340
|
+
default: null;
|
|
2341
|
+
};
|
|
2204
2342
|
disabled: {
|
|
2205
2343
|
type: BooleanConstructor;
|
|
2206
2344
|
default: boolean;
|
|
@@ -2215,14 +2353,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2215
2353
|
default: null;
|
|
2216
2354
|
};
|
|
2217
2355
|
size: {
|
|
2218
|
-
type: StringConstructor;
|
|
2219
|
-
default:
|
|
2356
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2357
|
+
default: number;
|
|
2220
2358
|
validator: (s: unknown) => boolean;
|
|
2221
2359
|
};
|
|
2222
2360
|
labelClass: {
|
|
2223
2361
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2224
2362
|
default: string;
|
|
2225
2363
|
};
|
|
2364
|
+
leadingClass: {
|
|
2365
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2366
|
+
default: string;
|
|
2367
|
+
};
|
|
2368
|
+
trailingClass: {
|
|
2369
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2370
|
+
default: string;
|
|
2371
|
+
};
|
|
2226
2372
|
loading: {
|
|
2227
2373
|
type: BooleanConstructor;
|
|
2228
2374
|
default: boolean;
|
|
@@ -2262,6 +2408,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2262
2408
|
};
|
|
2263
2409
|
}>, {}, {
|
|
2264
2410
|
ICON_POSITION_MODIFIERS: {
|
|
2411
|
+
start: string;
|
|
2412
|
+
end: string;
|
|
2413
|
+
blockStart: string;
|
|
2414
|
+
blockEnd: string;
|
|
2265
2415
|
left: string;
|
|
2266
2416
|
right: string;
|
|
2267
2417
|
top: string;
|
|
@@ -2271,6 +2421,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2271
2421
|
hasSlotContent: typeof hasSlotContent;
|
|
2272
2422
|
i18n: any;
|
|
2273
2423
|
}, {
|
|
2424
|
+
resolvedUnderline(): boolean;
|
|
2274
2425
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2275
2426
|
isNativeButton(): boolean;
|
|
2276
2427
|
computedAttrs(): {
|
|
@@ -2303,7 +2454,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2303
2454
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2304
2455
|
buttonClasses(): any[];
|
|
2305
2456
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2306
|
-
|
|
2457
|
+
hasStartIcon(): any;
|
|
2458
|
+
hasEndIcon(): any;
|
|
2459
|
+
hasBlockStartIcon(): any;
|
|
2460
|
+
hasBlockEndIcon(): any;
|
|
2461
|
+
hasNewIconSlots(): any;
|
|
2462
|
+
shouldRenderLegacyIcon(): any;
|
|
2307
2463
|
isIconOnly(): any;
|
|
2308
2464
|
isVerticalIconLayout(): boolean;
|
|
2309
2465
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2334,6 +2490,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2334
2490
|
type: BooleanConstructor;
|
|
2335
2491
|
default: boolean;
|
|
2336
2492
|
};
|
|
2493
|
+
linkUnderline: {
|
|
2494
|
+
type: BooleanConstructor;
|
|
2495
|
+
default: boolean;
|
|
2496
|
+
};
|
|
2497
|
+
underline: {
|
|
2498
|
+
type: BooleanConstructor;
|
|
2499
|
+
default: null;
|
|
2500
|
+
};
|
|
2337
2501
|
disabled: {
|
|
2338
2502
|
type: BooleanConstructor;
|
|
2339
2503
|
default: boolean;
|
|
@@ -2348,14 +2512,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2348
2512
|
default: null;
|
|
2349
2513
|
};
|
|
2350
2514
|
size: {
|
|
2351
|
-
type: StringConstructor;
|
|
2352
|
-
default:
|
|
2515
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2516
|
+
default: number;
|
|
2353
2517
|
validator: (s: unknown) => boolean;
|
|
2354
2518
|
};
|
|
2355
2519
|
labelClass: {
|
|
2356
2520
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2357
2521
|
default: string;
|
|
2358
2522
|
};
|
|
2523
|
+
leadingClass: {
|
|
2524
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2525
|
+
default: string;
|
|
2526
|
+
};
|
|
2527
|
+
trailingClass: {
|
|
2528
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2529
|
+
default: string;
|
|
2530
|
+
};
|
|
2359
2531
|
loading: {
|
|
2360
2532
|
type: BooleanConstructor;
|
|
2361
2533
|
default: boolean;
|
|
@@ -2403,9 +2575,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2403
2575
|
target: string;
|
|
2404
2576
|
circle: boolean;
|
|
2405
2577
|
active: boolean;
|
|
2406
|
-
|
|
2407
|
-
size: string;
|
|
2578
|
+
size: string | number;
|
|
2408
2579
|
replace: boolean;
|
|
2580
|
+
loading: boolean;
|
|
2581
|
+
underline: boolean;
|
|
2409
2582
|
kind: string;
|
|
2410
2583
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2411
2584
|
href: string;
|
|
@@ -2414,7 +2587,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2414
2587
|
importance: string;
|
|
2415
2588
|
linkKind: string;
|
|
2416
2589
|
linkInverted: boolean;
|
|
2590
|
+
linkUnderline: boolean;
|
|
2417
2591
|
width: string;
|
|
2592
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2593
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
2418
2594
|
assertiveOnFocus: boolean;
|
|
2419
2595
|
rel: string;
|
|
2420
2596
|
}, {}, {
|
|
@@ -2484,6 +2660,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2484
2660
|
type: StringConstructor;
|
|
2485
2661
|
validator: (value: unknown) => boolean;
|
|
2486
2662
|
};
|
|
2663
|
+
wrapperClass: {
|
|
2664
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2665
|
+
default: string;
|
|
2666
|
+
};
|
|
2487
2667
|
contentClass: {
|
|
2488
2668
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2489
2669
|
default: string;
|
|
@@ -2504,6 +2684,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2504
2684
|
type: StringConstructor;
|
|
2505
2685
|
validator: (value: unknown) => boolean;
|
|
2506
2686
|
};
|
|
2687
|
+
wrapperClass: {
|
|
2688
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2689
|
+
default: string;
|
|
2690
|
+
};
|
|
2507
2691
|
contentClass: {
|
|
2508
2692
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2509
2693
|
default: string;
|
|
@@ -2516,6 +2700,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2516
2700
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2517
2701
|
}>, {
|
|
2518
2702
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2703
|
+
wrapperClass: string | unknown[] | Record<string, any>;
|
|
2519
2704
|
showCloseButton: boolean;
|
|
2520
2705
|
}, {}, {
|
|
2521
2706
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2546,6 +2731,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2546
2731
|
type: BooleanConstructor;
|
|
2547
2732
|
default: boolean;
|
|
2548
2733
|
};
|
|
2734
|
+
linkUnderline: {
|
|
2735
|
+
type: BooleanConstructor;
|
|
2736
|
+
default: boolean;
|
|
2737
|
+
};
|
|
2738
|
+
underline: {
|
|
2739
|
+
type: BooleanConstructor;
|
|
2740
|
+
default: null;
|
|
2741
|
+
};
|
|
2549
2742
|
disabled: {
|
|
2550
2743
|
type: BooleanConstructor;
|
|
2551
2744
|
default: boolean;
|
|
@@ -2560,14 +2753,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2560
2753
|
default: null;
|
|
2561
2754
|
};
|
|
2562
2755
|
size: {
|
|
2563
|
-
type: StringConstructor;
|
|
2564
|
-
default:
|
|
2756
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2757
|
+
default: number;
|
|
2565
2758
|
validator: (s: unknown) => boolean;
|
|
2566
2759
|
};
|
|
2567
2760
|
labelClass: {
|
|
2568
2761
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2569
2762
|
default: string;
|
|
2570
2763
|
};
|
|
2764
|
+
leadingClass: {
|
|
2765
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2766
|
+
default: string;
|
|
2767
|
+
};
|
|
2768
|
+
trailingClass: {
|
|
2769
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2770
|
+
default: string;
|
|
2771
|
+
};
|
|
2571
2772
|
loading: {
|
|
2572
2773
|
type: BooleanConstructor;
|
|
2573
2774
|
default: boolean;
|
|
@@ -2607,6 +2808,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2607
2808
|
};
|
|
2608
2809
|
}>, {}, {
|
|
2609
2810
|
ICON_POSITION_MODIFIERS: {
|
|
2811
|
+
start: string;
|
|
2812
|
+
end: string;
|
|
2813
|
+
blockStart: string;
|
|
2814
|
+
blockEnd: string;
|
|
2610
2815
|
left: string;
|
|
2611
2816
|
right: string;
|
|
2612
2817
|
top: string;
|
|
@@ -2616,6 +2821,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2616
2821
|
hasSlotContent: typeof hasSlotContent;
|
|
2617
2822
|
i18n: any;
|
|
2618
2823
|
}, {
|
|
2824
|
+
resolvedUnderline(): boolean;
|
|
2619
2825
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2620
2826
|
isNativeButton(): boolean;
|
|
2621
2827
|
computedAttrs(): {
|
|
@@ -2648,7 +2854,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2648
2854
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2649
2855
|
buttonClasses(): any[];
|
|
2650
2856
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2651
|
-
|
|
2857
|
+
hasStartIcon(): any;
|
|
2858
|
+
hasEndIcon(): any;
|
|
2859
|
+
hasBlockStartIcon(): any;
|
|
2860
|
+
hasBlockEndIcon(): any;
|
|
2861
|
+
hasNewIconSlots(): any;
|
|
2862
|
+
shouldRenderLegacyIcon(): any;
|
|
2652
2863
|
isIconOnly(): any;
|
|
2653
2864
|
isVerticalIconLayout(): boolean;
|
|
2654
2865
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2679,6 +2890,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2679
2890
|
type: BooleanConstructor;
|
|
2680
2891
|
default: boolean;
|
|
2681
2892
|
};
|
|
2893
|
+
linkUnderline: {
|
|
2894
|
+
type: BooleanConstructor;
|
|
2895
|
+
default: boolean;
|
|
2896
|
+
};
|
|
2897
|
+
underline: {
|
|
2898
|
+
type: BooleanConstructor;
|
|
2899
|
+
default: null;
|
|
2900
|
+
};
|
|
2682
2901
|
disabled: {
|
|
2683
2902
|
type: BooleanConstructor;
|
|
2684
2903
|
default: boolean;
|
|
@@ -2693,14 +2912,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2693
2912
|
default: null;
|
|
2694
2913
|
};
|
|
2695
2914
|
size: {
|
|
2696
|
-
type: StringConstructor;
|
|
2697
|
-
default:
|
|
2915
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2916
|
+
default: number;
|
|
2698
2917
|
validator: (s: unknown) => boolean;
|
|
2699
2918
|
};
|
|
2700
2919
|
labelClass: {
|
|
2701
2920
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2702
2921
|
default: string;
|
|
2703
2922
|
};
|
|
2923
|
+
leadingClass: {
|
|
2924
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2925
|
+
default: string;
|
|
2926
|
+
};
|
|
2927
|
+
trailingClass: {
|
|
2928
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2929
|
+
default: string;
|
|
2930
|
+
};
|
|
2704
2931
|
loading: {
|
|
2705
2932
|
type: BooleanConstructor;
|
|
2706
2933
|
default: boolean;
|
|
@@ -2748,9 +2975,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2748
2975
|
target: string;
|
|
2749
2976
|
circle: boolean;
|
|
2750
2977
|
active: boolean;
|
|
2751
|
-
|
|
2752
|
-
size: string;
|
|
2978
|
+
size: string | number;
|
|
2753
2979
|
replace: boolean;
|
|
2980
|
+
loading: boolean;
|
|
2981
|
+
underline: boolean;
|
|
2754
2982
|
kind: string;
|
|
2755
2983
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2756
2984
|
href: string;
|
|
@@ -2759,7 +2987,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2759
2987
|
importance: string;
|
|
2760
2988
|
linkKind: string;
|
|
2761
2989
|
linkInverted: boolean;
|
|
2990
|
+
linkUnderline: boolean;
|
|
2762
2991
|
width: string;
|
|
2992
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2993
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
2763
2994
|
assertiveOnFocus: boolean;
|
|
2764
2995
|
rel: string;
|
|
2765
2996
|
}, {}, {
|
|
@@ -2859,6 +3090,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2859
3090
|
}, {
|
|
2860
3091
|
isDefaultType(): boolean;
|
|
2861
3092
|
listItemListeners(): {
|
|
3093
|
+
click: (event: any) => void;
|
|
2862
3094
|
keydown: (event: any) => void;
|
|
2863
3095
|
mousemove: (event: any) => void;
|
|
2864
3096
|
mouseleave: (event: any) => void;
|
|
@@ -2870,7 +3102,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2870
3102
|
onClick(e: any): void;
|
|
2871
3103
|
onMouseHover(): void;
|
|
2872
3104
|
onMouseLeave(): void;
|
|
2873
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("keydown" | "mouseleave" | "mousemove")[], "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3105
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "keydown" | "mouseleave" | "mousemove")[], "click" | "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2874
3106
|
id: {
|
|
2875
3107
|
type: StringConstructor;
|
|
2876
3108
|
default(): string;
|
|
@@ -2903,6 +3135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2903
3135
|
default: string;
|
|
2904
3136
|
};
|
|
2905
3137
|
}>> & Readonly<{
|
|
3138
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2906
3139
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
2907
3140
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
2908
3141
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -2924,10 +3157,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2924
3157
|
type: BooleanConstructor;
|
|
2925
3158
|
default: boolean;
|
|
2926
3159
|
};
|
|
2927
|
-
|
|
3160
|
+
startClass: {
|
|
2928
3161
|
type: StringConstructor;
|
|
2929
3162
|
default: string;
|
|
2930
3163
|
};
|
|
3164
|
+
leftClass: {
|
|
3165
|
+
type: StringConstructor;
|
|
3166
|
+
default: undefined;
|
|
3167
|
+
};
|
|
2931
3168
|
contentClass: {
|
|
2932
3169
|
type: StringConstructor;
|
|
2933
3170
|
default: string;
|
|
@@ -2940,19 +3177,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2940
3177
|
type: StringConstructor;
|
|
2941
3178
|
default: string;
|
|
2942
3179
|
};
|
|
3180
|
+
blockEndClass: {
|
|
3181
|
+
type: StringConstructor;
|
|
3182
|
+
default: string;
|
|
3183
|
+
};
|
|
2943
3184
|
bottomClass: {
|
|
3185
|
+
type: StringConstructor;
|
|
3186
|
+
default: undefined;
|
|
3187
|
+
};
|
|
3188
|
+
endClass: {
|
|
2944
3189
|
type: StringConstructor;
|
|
2945
3190
|
default: string;
|
|
2946
3191
|
};
|
|
2947
3192
|
rightClass: {
|
|
2948
3193
|
type: StringConstructor;
|
|
2949
|
-
default:
|
|
3194
|
+
default: undefined;
|
|
2950
3195
|
};
|
|
2951
3196
|
selectedClass: {
|
|
2952
3197
|
type: StringConstructor;
|
|
2953
3198
|
default: string;
|
|
2954
3199
|
};
|
|
2955
|
-
}>, {}, {}, {
|
|
3200
|
+
}>, {}, {}, {
|
|
3201
|
+
resolvedStartClass(): string;
|
|
3202
|
+
resolvedEndClass(): string;
|
|
3203
|
+
resolvedBlockEndClass(): string;
|
|
3204
|
+
}, {
|
|
2956
3205
|
dynamicGridTemplateColumns(): string;
|
|
2957
3206
|
hasSlotContent: typeof hasSlotContent;
|
|
2958
3207
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2964,10 +3213,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2964
3213
|
type: BooleanConstructor;
|
|
2965
3214
|
default: boolean;
|
|
2966
3215
|
};
|
|
2967
|
-
|
|
3216
|
+
startClass: {
|
|
2968
3217
|
type: StringConstructor;
|
|
2969
3218
|
default: string;
|
|
2970
3219
|
};
|
|
3220
|
+
leftClass: {
|
|
3221
|
+
type: StringConstructor;
|
|
3222
|
+
default: undefined;
|
|
3223
|
+
};
|
|
2971
3224
|
contentClass: {
|
|
2972
3225
|
type: StringConstructor;
|
|
2973
3226
|
default: string;
|
|
@@ -2980,26 +3233,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2980
3233
|
type: StringConstructor;
|
|
2981
3234
|
default: string;
|
|
2982
3235
|
};
|
|
3236
|
+
blockEndClass: {
|
|
3237
|
+
type: StringConstructor;
|
|
3238
|
+
default: string;
|
|
3239
|
+
};
|
|
2983
3240
|
bottomClass: {
|
|
3241
|
+
type: StringConstructor;
|
|
3242
|
+
default: undefined;
|
|
3243
|
+
};
|
|
3244
|
+
endClass: {
|
|
2984
3245
|
type: StringConstructor;
|
|
2985
3246
|
default: string;
|
|
2986
3247
|
};
|
|
2987
3248
|
rightClass: {
|
|
2988
3249
|
type: StringConstructor;
|
|
2989
|
-
default:
|
|
3250
|
+
default: undefined;
|
|
2990
3251
|
};
|
|
2991
3252
|
selectedClass: {
|
|
2992
3253
|
type: StringConstructor;
|
|
2993
3254
|
default: string;
|
|
2994
3255
|
};
|
|
2995
3256
|
}>> & Readonly<{}>, {
|
|
3257
|
+
as: string;
|
|
2996
3258
|
unstyled: boolean;
|
|
2997
3259
|
contentClass: string;
|
|
2998
|
-
|
|
3260
|
+
startClass: string;
|
|
2999
3261
|
leftClass: string;
|
|
3000
3262
|
titleClass: string;
|
|
3001
3263
|
subtitleClass: string;
|
|
3264
|
+
blockEndClass: string;
|
|
3002
3265
|
bottomClass: string;
|
|
3266
|
+
endClass: string;
|
|
3003
3267
|
rightClass: string;
|
|
3004
3268
|
selectedClass: string;
|
|
3005
3269
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3152,6 +3416,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3152
3416
|
};
|
|
3153
3417
|
}>, {}, {
|
|
3154
3418
|
SKELETON_HEADING_HEIGHTS: {
|
|
3419
|
+
200: string;
|
|
3420
|
+
300: string;
|
|
3421
|
+
400: string;
|
|
3155
3422
|
sm: string;
|
|
3156
3423
|
md: string;
|
|
3157
3424
|
lg: string;
|
|
@@ -3211,8 +3478,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3211
3478
|
validator: (shape: unknown) => boolean;
|
|
3212
3479
|
};
|
|
3213
3480
|
size: {
|
|
3214
|
-
type: StringConstructor;
|
|
3215
|
-
default:
|
|
3481
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3482
|
+
default: number;
|
|
3216
3483
|
};
|
|
3217
3484
|
animationDuration: {
|
|
3218
3485
|
type: NumberConstructor;
|
|
@@ -3259,8 +3526,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3259
3526
|
validator: (shape: unknown) => boolean;
|
|
3260
3527
|
};
|
|
3261
3528
|
size: {
|
|
3262
|
-
type: StringConstructor;
|
|
3263
|
-
default:
|
|
3529
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3530
|
+
default: number;
|
|
3264
3531
|
};
|
|
3265
3532
|
animationDuration: {
|
|
3266
3533
|
type: NumberConstructor;
|
|
@@ -3281,7 +3548,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3281
3548
|
}>> & Readonly<{}>, {
|
|
3282
3549
|
offset: number;
|
|
3283
3550
|
animationDuration: number;
|
|
3284
|
-
size: string;
|
|
3551
|
+
size: string | number;
|
|
3285
3552
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3286
3553
|
shape: string;
|
|
3287
3554
|
animate: boolean;
|
|
@@ -3293,8 +3560,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3293
3560
|
validator: (shape: unknown) => boolean;
|
|
3294
3561
|
};
|
|
3295
3562
|
shapeSize: {
|
|
3296
|
-
type: StringConstructor;
|
|
3297
|
-
default:
|
|
3563
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3564
|
+
default: number;
|
|
3298
3565
|
};
|
|
3299
3566
|
paragraphs: {
|
|
3300
3567
|
type: ObjectConstructor;
|
|
@@ -3330,8 +3597,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3330
3597
|
validator: (shape: unknown) => boolean;
|
|
3331
3598
|
};
|
|
3332
3599
|
shapeSize: {
|
|
3333
|
-
type: StringConstructor;
|
|
3334
|
-
default:
|
|
3600
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3601
|
+
default: number;
|
|
3335
3602
|
};
|
|
3336
3603
|
paragraphs: {
|
|
3337
3604
|
type: ObjectConstructor;
|
|
@@ -3366,7 +3633,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3366
3633
|
contentClass: string;
|
|
3367
3634
|
shape: string;
|
|
3368
3635
|
animate: boolean;
|
|
3369
|
-
shapeSize: string;
|
|
3636
|
+
shapeSize: string | number;
|
|
3370
3637
|
paragraphs: Record<string, any>;
|
|
3371
3638
|
shapeClass: string;
|
|
3372
3639
|
}, {}, {
|
|
@@ -3377,8 +3644,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3377
3644
|
validator: (shape: unknown) => boolean;
|
|
3378
3645
|
};
|
|
3379
3646
|
size: {
|
|
3380
|
-
type: StringConstructor;
|
|
3381
|
-
default:
|
|
3647
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3648
|
+
default: number;
|
|
3382
3649
|
};
|
|
3383
3650
|
animationDuration: {
|
|
3384
3651
|
type: NumberConstructor;
|
|
@@ -3425,8 +3692,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3425
3692
|
validator: (shape: unknown) => boolean;
|
|
3426
3693
|
};
|
|
3427
3694
|
size: {
|
|
3428
|
-
type: StringConstructor;
|
|
3429
|
-
default:
|
|
3695
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3696
|
+
default: number;
|
|
3430
3697
|
};
|
|
3431
3698
|
animationDuration: {
|
|
3432
3699
|
type: NumberConstructor;
|
|
@@ -3447,7 +3714,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3447
3714
|
}>> & Readonly<{}>, {
|
|
3448
3715
|
offset: number;
|
|
3449
3716
|
animationDuration: number;
|
|
3450
|
-
size: string;
|
|
3717
|
+
size: string | number;
|
|
3451
3718
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3452
3719
|
shape: string;
|
|
3453
3720
|
animate: boolean;
|
|
@@ -3590,6 +3857,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3590
3857
|
};
|
|
3591
3858
|
}>, {}, {
|
|
3592
3859
|
SKELETON_HEADING_HEIGHTS: {
|
|
3860
|
+
200: string;
|
|
3861
|
+
300: string;
|
|
3862
|
+
400: string;
|
|
3593
3863
|
sm: string;
|
|
3594
3864
|
md: string;
|
|
3595
3865
|
lg: string;
|
|
@@ -3782,6 +4052,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3782
4052
|
};
|
|
3783
4053
|
}>, {}, {
|
|
3784
4054
|
SKELETON_HEADING_HEIGHTS: {
|
|
4055
|
+
200: string;
|
|
4056
|
+
300: string;
|
|
4057
|
+
400: string;
|
|
3785
4058
|
sm: string;
|
|
3786
4059
|
md: string;
|
|
3787
4060
|
lg: string;
|
|
@@ -3896,6 +4169,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3896
4169
|
}, {
|
|
3897
4170
|
isDefaultType(): boolean;
|
|
3898
4171
|
listItemListeners(): {
|
|
4172
|
+
click: (event: any) => void;
|
|
3899
4173
|
keydown: (event: any) => void;
|
|
3900
4174
|
mousemove: (event: any) => void;
|
|
3901
4175
|
mouseleave: (event: any) => void;
|
|
@@ -3907,7 +4181,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3907
4181
|
onClick(e: any): void;
|
|
3908
4182
|
onMouseHover(): void;
|
|
3909
4183
|
onMouseLeave(): void;
|
|
3910
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("keydown" | "mouseleave" | "mousemove")[], "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
4184
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "keydown" | "mouseleave" | "mousemove")[], "click" | "keydown" | "mouseleave" | "mousemove", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3911
4185
|
id: {
|
|
3912
4186
|
type: StringConstructor;
|
|
3913
4187
|
default(): string;
|
|
@@ -3940,6 +4214,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3940
4214
|
default: string;
|
|
3941
4215
|
};
|
|
3942
4216
|
}>> & Readonly<{
|
|
4217
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3943
4218
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
3944
4219
|
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
3945
4220
|
onMousemove?: ((...args: any[]) => any) | undefined;
|
|
@@ -3961,10 +4236,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3961
4236
|
type: BooleanConstructor;
|
|
3962
4237
|
default: boolean;
|
|
3963
4238
|
};
|
|
3964
|
-
|
|
4239
|
+
startClass: {
|
|
3965
4240
|
type: StringConstructor;
|
|
3966
4241
|
default: string;
|
|
3967
4242
|
};
|
|
4243
|
+
leftClass: {
|
|
4244
|
+
type: StringConstructor;
|
|
4245
|
+
default: undefined;
|
|
4246
|
+
};
|
|
3968
4247
|
contentClass: {
|
|
3969
4248
|
type: StringConstructor;
|
|
3970
4249
|
default: string;
|
|
@@ -3977,19 +4256,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3977
4256
|
type: StringConstructor;
|
|
3978
4257
|
default: string;
|
|
3979
4258
|
};
|
|
4259
|
+
blockEndClass: {
|
|
4260
|
+
type: StringConstructor;
|
|
4261
|
+
default: string;
|
|
4262
|
+
};
|
|
3980
4263
|
bottomClass: {
|
|
4264
|
+
type: StringConstructor;
|
|
4265
|
+
default: undefined;
|
|
4266
|
+
};
|
|
4267
|
+
endClass: {
|
|
3981
4268
|
type: StringConstructor;
|
|
3982
4269
|
default: string;
|
|
3983
4270
|
};
|
|
3984
4271
|
rightClass: {
|
|
3985
4272
|
type: StringConstructor;
|
|
3986
|
-
default:
|
|
4273
|
+
default: undefined;
|
|
3987
4274
|
};
|
|
3988
4275
|
selectedClass: {
|
|
3989
4276
|
type: StringConstructor;
|
|
3990
4277
|
default: string;
|
|
3991
4278
|
};
|
|
3992
|
-
}>, {}, {}, {
|
|
4279
|
+
}>, {}, {}, {
|
|
4280
|
+
resolvedStartClass(): string;
|
|
4281
|
+
resolvedEndClass(): string;
|
|
4282
|
+
resolvedBlockEndClass(): string;
|
|
4283
|
+
}, {
|
|
3993
4284
|
dynamicGridTemplateColumns(): string;
|
|
3994
4285
|
hasSlotContent: typeof hasSlotContent;
|
|
3995
4286
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -4001,10 +4292,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4001
4292
|
type: BooleanConstructor;
|
|
4002
4293
|
default: boolean;
|
|
4003
4294
|
};
|
|
4004
|
-
|
|
4295
|
+
startClass: {
|
|
4005
4296
|
type: StringConstructor;
|
|
4006
4297
|
default: string;
|
|
4007
4298
|
};
|
|
4299
|
+
leftClass: {
|
|
4300
|
+
type: StringConstructor;
|
|
4301
|
+
default: undefined;
|
|
4302
|
+
};
|
|
4008
4303
|
contentClass: {
|
|
4009
4304
|
type: StringConstructor;
|
|
4010
4305
|
default: string;
|
|
@@ -4017,26 +4312,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4017
4312
|
type: StringConstructor;
|
|
4018
4313
|
default: string;
|
|
4019
4314
|
};
|
|
4315
|
+
blockEndClass: {
|
|
4316
|
+
type: StringConstructor;
|
|
4317
|
+
default: string;
|
|
4318
|
+
};
|
|
4020
4319
|
bottomClass: {
|
|
4320
|
+
type: StringConstructor;
|
|
4321
|
+
default: undefined;
|
|
4322
|
+
};
|
|
4323
|
+
endClass: {
|
|
4021
4324
|
type: StringConstructor;
|
|
4022
4325
|
default: string;
|
|
4023
4326
|
};
|
|
4024
4327
|
rightClass: {
|
|
4025
4328
|
type: StringConstructor;
|
|
4026
|
-
default:
|
|
4329
|
+
default: undefined;
|
|
4027
4330
|
};
|
|
4028
4331
|
selectedClass: {
|
|
4029
4332
|
type: StringConstructor;
|
|
4030
4333
|
default: string;
|
|
4031
4334
|
};
|
|
4032
4335
|
}>> & Readonly<{}>, {
|
|
4336
|
+
as: string;
|
|
4033
4337
|
unstyled: boolean;
|
|
4034
4338
|
contentClass: string;
|
|
4035
|
-
|
|
4339
|
+
startClass: string;
|
|
4036
4340
|
leftClass: string;
|
|
4037
4341
|
titleClass: string;
|
|
4038
4342
|
subtitleClass: string;
|
|
4343
|
+
blockEndClass: string;
|
|
4039
4344
|
bottomClass: string;
|
|
4345
|
+
endClass: string;
|
|
4040
4346
|
rightClass: string;
|
|
4041
4347
|
selectedClass: string;
|
|
4042
4348
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|