@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
package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { removeClassStyleAttrs
|
|
1
|
+
import { removeClassStyleAttrs } from '../../../common/utils';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
id: {
|
|
4
4
|
type: StringConstructor;
|
|
@@ -92,7 +92,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
arrowButtonLabel(): any;
|
|
93
93
|
}, {
|
|
94
94
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
95
|
-
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
96
95
|
arrowClick(ev: any): boolean;
|
|
97
96
|
toggleOpen(): boolean;
|
|
98
97
|
syncOpenState(): void;
|
|
@@ -197,6 +196,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
196
|
placement: string;
|
|
198
197
|
showCloseButton: boolean;
|
|
199
198
|
initialFocusElement: string;
|
|
199
|
+
openPopover: boolean;
|
|
200
200
|
tooltipText: string;
|
|
201
201
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
202
202
|
textClass: string | unknown[] | Record<string, any>;
|
|
@@ -205,7 +205,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
205
205
|
showTooltip: boolean;
|
|
206
206
|
tooltipDelay: boolean;
|
|
207
207
|
forceShowArrow: boolean;
|
|
208
|
-
openPopover: boolean;
|
|
209
208
|
}, {}, {
|
|
210
209
|
DtRecipeCallbarButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
211
210
|
id: {
|
|
@@ -283,7 +282,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
283
282
|
};
|
|
284
283
|
}, {
|
|
285
284
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
286
|
-
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
287
285
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
288
286
|
id: {
|
|
289
287
|
type: StringConstructor;
|
|
@@ -389,6 +387,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
387
|
type: BooleanConstructor;
|
|
390
388
|
default: boolean;
|
|
391
389
|
};
|
|
390
|
+
linkUnderline: {
|
|
391
|
+
type: BooleanConstructor;
|
|
392
|
+
default: boolean;
|
|
393
|
+
};
|
|
394
|
+
underline: {
|
|
395
|
+
type: BooleanConstructor;
|
|
396
|
+
default: null;
|
|
397
|
+
};
|
|
392
398
|
disabled: {
|
|
393
399
|
type: BooleanConstructor;
|
|
394
400
|
default: boolean;
|
|
@@ -403,14 +409,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
403
409
|
default: null;
|
|
404
410
|
};
|
|
405
411
|
size: {
|
|
406
|
-
type: StringConstructor;
|
|
407
|
-
default:
|
|
412
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
413
|
+
default: number;
|
|
408
414
|
validator: (s: unknown) => boolean;
|
|
409
415
|
};
|
|
410
416
|
labelClass: {
|
|
411
417
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
412
418
|
default: string;
|
|
413
419
|
};
|
|
420
|
+
leadingClass: {
|
|
421
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
422
|
+
default: string;
|
|
423
|
+
};
|
|
424
|
+
trailingClass: {
|
|
425
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
426
|
+
default: string;
|
|
427
|
+
};
|
|
414
428
|
loading: {
|
|
415
429
|
type: BooleanConstructor;
|
|
416
430
|
default: boolean;
|
|
@@ -450,6 +464,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
450
464
|
};
|
|
451
465
|
}>, {}, {
|
|
452
466
|
ICON_POSITION_MODIFIERS: {
|
|
467
|
+
start: string;
|
|
468
|
+
end: string;
|
|
469
|
+
blockStart: string;
|
|
470
|
+
blockEnd: string;
|
|
453
471
|
left: string;
|
|
454
472
|
right: string;
|
|
455
473
|
top: string;
|
|
@@ -459,6 +477,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
477
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
460
478
|
i18n: any;
|
|
461
479
|
}, {
|
|
480
|
+
resolvedUnderline(): boolean;
|
|
462
481
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
463
482
|
isNativeButton(): boolean;
|
|
464
483
|
computedAttrs(): {
|
|
@@ -491,7 +510,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
491
510
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
492
511
|
buttonClasses(): any[];
|
|
493
512
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
494
|
-
|
|
513
|
+
hasStartIcon(): any;
|
|
514
|
+
hasEndIcon(): any;
|
|
515
|
+
hasBlockStartIcon(): any;
|
|
516
|
+
hasBlockEndIcon(): any;
|
|
517
|
+
hasNewIconSlots(): any;
|
|
518
|
+
shouldRenderLegacyIcon(): any;
|
|
495
519
|
isIconOnly(): any;
|
|
496
520
|
isVerticalIconLayout(): boolean;
|
|
497
521
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -522,6 +546,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
522
546
|
type: BooleanConstructor;
|
|
523
547
|
default: boolean;
|
|
524
548
|
};
|
|
549
|
+
linkUnderline: {
|
|
550
|
+
type: BooleanConstructor;
|
|
551
|
+
default: boolean;
|
|
552
|
+
};
|
|
553
|
+
underline: {
|
|
554
|
+
type: BooleanConstructor;
|
|
555
|
+
default: null;
|
|
556
|
+
};
|
|
525
557
|
disabled: {
|
|
526
558
|
type: BooleanConstructor;
|
|
527
559
|
default: boolean;
|
|
@@ -536,14 +568,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
536
568
|
default: null;
|
|
537
569
|
};
|
|
538
570
|
size: {
|
|
539
|
-
type: StringConstructor;
|
|
540
|
-
default:
|
|
571
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
572
|
+
default: number;
|
|
541
573
|
validator: (s: unknown) => boolean;
|
|
542
574
|
};
|
|
543
575
|
labelClass: {
|
|
544
576
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
545
577
|
default: string;
|
|
546
578
|
};
|
|
579
|
+
leadingClass: {
|
|
580
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
581
|
+
default: string;
|
|
582
|
+
};
|
|
583
|
+
trailingClass: {
|
|
584
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
585
|
+
default: string;
|
|
586
|
+
};
|
|
547
587
|
loading: {
|
|
548
588
|
type: BooleanConstructor;
|
|
549
589
|
default: boolean;
|
|
@@ -591,9 +631,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
591
631
|
target: string;
|
|
592
632
|
circle: boolean;
|
|
593
633
|
active: boolean;
|
|
594
|
-
|
|
595
|
-
size: string;
|
|
634
|
+
size: string | number;
|
|
596
635
|
replace: boolean;
|
|
636
|
+
loading: boolean;
|
|
637
|
+
underline: boolean;
|
|
597
638
|
kind: string;
|
|
598
639
|
labelClass: string | unknown[] | Record<string, any>;
|
|
599
640
|
href: string;
|
|
@@ -602,7 +643,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
602
643
|
importance: string;
|
|
603
644
|
linkKind: string;
|
|
604
645
|
linkInverted: boolean;
|
|
646
|
+
linkUnderline: boolean;
|
|
605
647
|
width: string;
|
|
648
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
649
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
606
650
|
assertiveOnFocus: boolean;
|
|
607
651
|
rel: string;
|
|
608
652
|
}, {}, {
|
|
@@ -678,7 +722,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
678
722
|
type: BooleanConstructor;
|
|
679
723
|
default: boolean;
|
|
680
724
|
};
|
|
681
|
-
|
|
725
|
+
open: {
|
|
682
726
|
type: BooleanConstructor;
|
|
683
727
|
default: null;
|
|
684
728
|
};
|
|
@@ -756,6 +800,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
756
800
|
};
|
|
757
801
|
anchor(): any;
|
|
758
802
|
}, {
|
|
803
|
+
getModeReferenceEl(): any;
|
|
759
804
|
calculateAnchorZindex(): 651 | 400;
|
|
760
805
|
hasVisibleFocus(): any;
|
|
761
806
|
onEnterAnchor(e: any): void;
|
|
@@ -806,7 +851,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
806
851
|
};
|
|
807
852
|
addExternalAnchorEventListeners(): void;
|
|
808
853
|
removeExternalAnchorEventListeners(): void;
|
|
809
|
-
},
|
|
854
|
+
}, {
|
|
855
|
+
props: {
|
|
856
|
+
contentMode: {
|
|
857
|
+
type: StringConstructor;
|
|
858
|
+
default: null;
|
|
859
|
+
validator: (v: any) => boolean;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
data(): {
|
|
863
|
+
modeContrast: string;
|
|
864
|
+
modeResolved: null;
|
|
865
|
+
};
|
|
866
|
+
computed: {
|
|
867
|
+
modeAttrs(): any;
|
|
868
|
+
};
|
|
869
|
+
watch: {
|
|
870
|
+
contentMode(): void;
|
|
871
|
+
};
|
|
872
|
+
mounted(): void;
|
|
873
|
+
beforeUnmount(): void;
|
|
874
|
+
methods: {
|
|
875
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
876
|
+
setupModeObservers(): void;
|
|
877
|
+
cleanupModeObservers(): void;
|
|
878
|
+
};
|
|
879
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "shown")[], "update:open" | "shown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
810
880
|
id: {
|
|
811
881
|
type: StringConstructor;
|
|
812
882
|
default(): string;
|
|
@@ -853,7 +923,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
853
923
|
type: BooleanConstructor;
|
|
854
924
|
default: boolean;
|
|
855
925
|
};
|
|
856
|
-
|
|
926
|
+
open: {
|
|
857
927
|
type: BooleanConstructor;
|
|
858
928
|
default: null;
|
|
859
929
|
};
|
|
@@ -881,15 +951,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
881
951
|
default: null;
|
|
882
952
|
};
|
|
883
953
|
}>> & Readonly<{
|
|
954
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
884
955
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
885
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
886
956
|
}>, {
|
|
887
957
|
id: string;
|
|
888
958
|
offset: unknown[];
|
|
959
|
+
open: boolean;
|
|
889
960
|
message: string;
|
|
890
961
|
inverted: boolean;
|
|
891
962
|
contentClass: string | unknown[] | Record<string, any>;
|
|
892
|
-
show: boolean;
|
|
893
963
|
transition: boolean;
|
|
894
964
|
appendTo: string | HTMLElement;
|
|
895
965
|
delay: boolean;
|
|
@@ -973,7 +1043,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
973
1043
|
type: ArrayConstructor;
|
|
974
1044
|
default: () => number[];
|
|
975
1045
|
};
|
|
976
|
-
|
|
1046
|
+
closeOnClick: {
|
|
977
1047
|
type: BooleanConstructor;
|
|
978
1048
|
default: boolean;
|
|
979
1049
|
};
|
|
@@ -1010,10 +1080,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1010
1080
|
type: BooleanConstructor;
|
|
1011
1081
|
default: boolean;
|
|
1012
1082
|
};
|
|
1083
|
+
headerWrapperClass: {
|
|
1084
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1085
|
+
default: string;
|
|
1086
|
+
};
|
|
1013
1087
|
headerClass: {
|
|
1014
1088
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1015
1089
|
default: string;
|
|
1016
1090
|
};
|
|
1091
|
+
footerWrapperClass: {
|
|
1092
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1093
|
+
default: string;
|
|
1094
|
+
};
|
|
1017
1095
|
footerClass: {
|
|
1018
1096
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1019
1097
|
default: string;
|
|
@@ -1072,6 +1150,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1072
1150
|
calculatedMaxHeight(): string;
|
|
1073
1151
|
labelledBy(): string | false;
|
|
1074
1152
|
}, {
|
|
1153
|
+
getModeReferenceEl(): unknown;
|
|
1075
1154
|
hasIntersectedViewport(entries: any): void;
|
|
1076
1155
|
updateAnchorEl(): void;
|
|
1077
1156
|
popperOptions(): {
|
|
@@ -1136,6 +1215,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1136
1215
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
1137
1216
|
focusTrappedTabPress(e: object, el: object): void;
|
|
1138
1217
|
};
|
|
1218
|
+
} | {
|
|
1219
|
+
props: {
|
|
1220
|
+
contentMode: {
|
|
1221
|
+
type: StringConstructor;
|
|
1222
|
+
default: null;
|
|
1223
|
+
validator: (v: any) => boolean;
|
|
1224
|
+
};
|
|
1225
|
+
};
|
|
1226
|
+
data(): {
|
|
1227
|
+
modeContrast: string;
|
|
1228
|
+
modeResolved: null;
|
|
1229
|
+
};
|
|
1230
|
+
computed: {
|
|
1231
|
+
modeAttrs(): any;
|
|
1232
|
+
};
|
|
1233
|
+
watch: {
|
|
1234
|
+
contentMode(): void;
|
|
1235
|
+
};
|
|
1236
|
+
mounted(): void;
|
|
1237
|
+
beforeUnmount(): void;
|
|
1238
|
+
methods: {
|
|
1239
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
1240
|
+
setupModeObservers(): void;
|
|
1241
|
+
cleanupModeObservers(): void;
|
|
1242
|
+
};
|
|
1139
1243
|
}, 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<{
|
|
1140
1244
|
open: {
|
|
1141
1245
|
type: BooleanConstructor;
|
|
@@ -1207,7 +1311,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1207
1311
|
type: ArrayConstructor;
|
|
1208
1312
|
default: () => number[];
|
|
1209
1313
|
};
|
|
1210
|
-
|
|
1314
|
+
closeOnClick: {
|
|
1211
1315
|
type: BooleanConstructor;
|
|
1212
1316
|
default: boolean;
|
|
1213
1317
|
};
|
|
@@ -1244,10 +1348,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1244
1348
|
type: BooleanConstructor;
|
|
1245
1349
|
default: boolean;
|
|
1246
1350
|
};
|
|
1351
|
+
headerWrapperClass: {
|
|
1352
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1353
|
+
default: string;
|
|
1354
|
+
};
|
|
1247
1355
|
headerClass: {
|
|
1248
1356
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1249
1357
|
default: string;
|
|
1250
1358
|
};
|
|
1359
|
+
footerWrapperClass: {
|
|
1360
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1361
|
+
default: string;
|
|
1362
|
+
};
|
|
1251
1363
|
footerClass: {
|
|
1252
1364
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1253
1365
|
default: string;
|
|
@@ -1291,6 +1403,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1291
1403
|
ariaLabel: string;
|
|
1292
1404
|
role: string;
|
|
1293
1405
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
1406
|
+
padding: string;
|
|
1294
1407
|
maxHeight: string;
|
|
1295
1408
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1296
1409
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -1299,7 +1412,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1299
1412
|
transition: string;
|
|
1300
1413
|
maxWidth: string;
|
|
1301
1414
|
appendTo: string | HTMLElement;
|
|
1302
|
-
hideOnClick: boolean;
|
|
1303
1415
|
placement: string;
|
|
1304
1416
|
sticky: string | boolean;
|
|
1305
1417
|
fallbackPlacements: unknown[];
|
|
@@ -1309,11 +1421,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1309
1421
|
showCloseButton: boolean;
|
|
1310
1422
|
openOnContext: boolean;
|
|
1311
1423
|
ariaLabelledby: string;
|
|
1312
|
-
padding: string;
|
|
1313
1424
|
contentWidth: string;
|
|
1314
1425
|
contentAppear: boolean;
|
|
1315
1426
|
contentTabindex: number;
|
|
1427
|
+
closeOnClick: boolean;
|
|
1316
1428
|
modal: boolean;
|
|
1429
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1430
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1317
1431
|
initialFocusElement: string | HTMLElement;
|
|
1318
1432
|
openWithArrowKeys: boolean;
|
|
1319
1433
|
}, {}, {
|
|
@@ -1384,6 +1498,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1384
1498
|
type: BooleanConstructor;
|
|
1385
1499
|
default: boolean;
|
|
1386
1500
|
};
|
|
1501
|
+
linkUnderline: {
|
|
1502
|
+
type: BooleanConstructor;
|
|
1503
|
+
default: boolean;
|
|
1504
|
+
};
|
|
1505
|
+
underline: {
|
|
1506
|
+
type: BooleanConstructor;
|
|
1507
|
+
default: null;
|
|
1508
|
+
};
|
|
1387
1509
|
disabled: {
|
|
1388
1510
|
type: BooleanConstructor;
|
|
1389
1511
|
default: boolean;
|
|
@@ -1398,14 +1520,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1398
1520
|
default: null;
|
|
1399
1521
|
};
|
|
1400
1522
|
size: {
|
|
1401
|
-
type: StringConstructor;
|
|
1402
|
-
default:
|
|
1523
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1524
|
+
default: number;
|
|
1403
1525
|
validator: (s: unknown) => boolean;
|
|
1404
1526
|
};
|
|
1405
1527
|
labelClass: {
|
|
1406
1528
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1407
1529
|
default: string;
|
|
1408
1530
|
};
|
|
1531
|
+
leadingClass: {
|
|
1532
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1533
|
+
default: string;
|
|
1534
|
+
};
|
|
1535
|
+
trailingClass: {
|
|
1536
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1537
|
+
default: string;
|
|
1538
|
+
};
|
|
1409
1539
|
loading: {
|
|
1410
1540
|
type: BooleanConstructor;
|
|
1411
1541
|
default: boolean;
|
|
@@ -1445,6 +1575,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1445
1575
|
};
|
|
1446
1576
|
}>, {}, {
|
|
1447
1577
|
ICON_POSITION_MODIFIERS: {
|
|
1578
|
+
start: string;
|
|
1579
|
+
end: string;
|
|
1580
|
+
blockStart: string;
|
|
1581
|
+
blockEnd: string;
|
|
1448
1582
|
left: string;
|
|
1449
1583
|
right: string;
|
|
1450
1584
|
top: string;
|
|
@@ -1454,6 +1588,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1454
1588
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1455
1589
|
i18n: any;
|
|
1456
1590
|
}, {
|
|
1591
|
+
resolvedUnderline(): boolean;
|
|
1457
1592
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1458
1593
|
isNativeButton(): boolean;
|
|
1459
1594
|
computedAttrs(): {
|
|
@@ -1486,7 +1621,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1486
1621
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1487
1622
|
buttonClasses(): any[];
|
|
1488
1623
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1489
|
-
|
|
1624
|
+
hasStartIcon(): any;
|
|
1625
|
+
hasEndIcon(): any;
|
|
1626
|
+
hasBlockStartIcon(): any;
|
|
1627
|
+
hasBlockEndIcon(): any;
|
|
1628
|
+
hasNewIconSlots(): any;
|
|
1629
|
+
shouldRenderLegacyIcon(): any;
|
|
1490
1630
|
isIconOnly(): any;
|
|
1491
1631
|
isVerticalIconLayout(): boolean;
|
|
1492
1632
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1517,6 +1657,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1517
1657
|
type: BooleanConstructor;
|
|
1518
1658
|
default: boolean;
|
|
1519
1659
|
};
|
|
1660
|
+
linkUnderline: {
|
|
1661
|
+
type: BooleanConstructor;
|
|
1662
|
+
default: boolean;
|
|
1663
|
+
};
|
|
1664
|
+
underline: {
|
|
1665
|
+
type: BooleanConstructor;
|
|
1666
|
+
default: null;
|
|
1667
|
+
};
|
|
1520
1668
|
disabled: {
|
|
1521
1669
|
type: BooleanConstructor;
|
|
1522
1670
|
default: boolean;
|
|
@@ -1531,14 +1679,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1531
1679
|
default: null;
|
|
1532
1680
|
};
|
|
1533
1681
|
size: {
|
|
1534
|
-
type: StringConstructor;
|
|
1535
|
-
default:
|
|
1682
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1683
|
+
default: number;
|
|
1536
1684
|
validator: (s: unknown) => boolean;
|
|
1537
1685
|
};
|
|
1538
1686
|
labelClass: {
|
|
1539
1687
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1540
1688
|
default: string;
|
|
1541
1689
|
};
|
|
1690
|
+
leadingClass: {
|
|
1691
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1692
|
+
default: string;
|
|
1693
|
+
};
|
|
1694
|
+
trailingClass: {
|
|
1695
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1696
|
+
default: string;
|
|
1697
|
+
};
|
|
1542
1698
|
loading: {
|
|
1543
1699
|
type: BooleanConstructor;
|
|
1544
1700
|
default: boolean;
|
|
@@ -1586,9 +1742,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1586
1742
|
target: string;
|
|
1587
1743
|
circle: boolean;
|
|
1588
1744
|
active: boolean;
|
|
1589
|
-
|
|
1590
|
-
size: string;
|
|
1745
|
+
size: string | number;
|
|
1591
1746
|
replace: boolean;
|
|
1747
|
+
loading: boolean;
|
|
1748
|
+
underline: boolean;
|
|
1592
1749
|
kind: string;
|
|
1593
1750
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1594
1751
|
href: string;
|
|
@@ -1597,7 +1754,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1597
1754
|
importance: string;
|
|
1598
1755
|
linkKind: string;
|
|
1599
1756
|
linkInverted: boolean;
|
|
1757
|
+
linkUnderline: boolean;
|
|
1600
1758
|
width: string;
|
|
1759
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
1760
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1601
1761
|
assertiveOnFocus: boolean;
|
|
1602
1762
|
rel: string;
|
|
1603
1763
|
}, {}, {
|
|
@@ -1667,6 +1827,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1667
1827
|
type: StringConstructor;
|
|
1668
1828
|
validator: (value: unknown) => boolean;
|
|
1669
1829
|
};
|
|
1830
|
+
wrapperClass: {
|
|
1831
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1832
|
+
default: string;
|
|
1833
|
+
};
|
|
1670
1834
|
contentClass: {
|
|
1671
1835
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1672
1836
|
default: string;
|
|
@@ -1687,6 +1851,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1687
1851
|
type: StringConstructor;
|
|
1688
1852
|
validator: (value: unknown) => boolean;
|
|
1689
1853
|
};
|
|
1854
|
+
wrapperClass: {
|
|
1855
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1856
|
+
default: string;
|
|
1857
|
+
};
|
|
1690
1858
|
contentClass: {
|
|
1691
1859
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1692
1860
|
default: string;
|
|
@@ -1699,6 +1867,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1699
1867
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1700
1868
|
}>, {
|
|
1701
1869
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1870
|
+
wrapperClass: string | unknown[] | Record<string, any>;
|
|
1702
1871
|
showCloseButton: boolean;
|
|
1703
1872
|
}, {}, {
|
|
1704
1873
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1729,6 +1898,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1729
1898
|
type: BooleanConstructor;
|
|
1730
1899
|
default: boolean;
|
|
1731
1900
|
};
|
|
1901
|
+
linkUnderline: {
|
|
1902
|
+
type: BooleanConstructor;
|
|
1903
|
+
default: boolean;
|
|
1904
|
+
};
|
|
1905
|
+
underline: {
|
|
1906
|
+
type: BooleanConstructor;
|
|
1907
|
+
default: null;
|
|
1908
|
+
};
|
|
1732
1909
|
disabled: {
|
|
1733
1910
|
type: BooleanConstructor;
|
|
1734
1911
|
default: boolean;
|
|
@@ -1743,14 +1920,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1743
1920
|
default: null;
|
|
1744
1921
|
};
|
|
1745
1922
|
size: {
|
|
1746
|
-
type: StringConstructor;
|
|
1747
|
-
default:
|
|
1923
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1924
|
+
default: number;
|
|
1748
1925
|
validator: (s: unknown) => boolean;
|
|
1749
1926
|
};
|
|
1750
1927
|
labelClass: {
|
|
1751
1928
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1752
1929
|
default: string;
|
|
1753
1930
|
};
|
|
1931
|
+
leadingClass: {
|
|
1932
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1933
|
+
default: string;
|
|
1934
|
+
};
|
|
1935
|
+
trailingClass: {
|
|
1936
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1937
|
+
default: string;
|
|
1938
|
+
};
|
|
1754
1939
|
loading: {
|
|
1755
1940
|
type: BooleanConstructor;
|
|
1756
1941
|
default: boolean;
|
|
@@ -1790,6 +1975,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1790
1975
|
};
|
|
1791
1976
|
}>, {}, {
|
|
1792
1977
|
ICON_POSITION_MODIFIERS: {
|
|
1978
|
+
start: string;
|
|
1979
|
+
end: string;
|
|
1980
|
+
blockStart: string;
|
|
1981
|
+
blockEnd: string;
|
|
1793
1982
|
left: string;
|
|
1794
1983
|
right: string;
|
|
1795
1984
|
top: string;
|
|
@@ -1799,6 +1988,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1799
1988
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1800
1989
|
i18n: any;
|
|
1801
1990
|
}, {
|
|
1991
|
+
resolvedUnderline(): boolean;
|
|
1802
1992
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1803
1993
|
isNativeButton(): boolean;
|
|
1804
1994
|
computedAttrs(): {
|
|
@@ -1831,7 +2021,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1831
2021
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1832
2022
|
buttonClasses(): any[];
|
|
1833
2023
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1834
|
-
|
|
2024
|
+
hasStartIcon(): any;
|
|
2025
|
+
hasEndIcon(): any;
|
|
2026
|
+
hasBlockStartIcon(): any;
|
|
2027
|
+
hasBlockEndIcon(): any;
|
|
2028
|
+
hasNewIconSlots(): any;
|
|
2029
|
+
shouldRenderLegacyIcon(): any;
|
|
1835
2030
|
isIconOnly(): any;
|
|
1836
2031
|
isVerticalIconLayout(): boolean;
|
|
1837
2032
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1862,6 +2057,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1862
2057
|
type: BooleanConstructor;
|
|
1863
2058
|
default: boolean;
|
|
1864
2059
|
};
|
|
2060
|
+
linkUnderline: {
|
|
2061
|
+
type: BooleanConstructor;
|
|
2062
|
+
default: boolean;
|
|
2063
|
+
};
|
|
2064
|
+
underline: {
|
|
2065
|
+
type: BooleanConstructor;
|
|
2066
|
+
default: null;
|
|
2067
|
+
};
|
|
1865
2068
|
disabled: {
|
|
1866
2069
|
type: BooleanConstructor;
|
|
1867
2070
|
default: boolean;
|
|
@@ -1876,14 +2079,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1876
2079
|
default: null;
|
|
1877
2080
|
};
|
|
1878
2081
|
size: {
|
|
1879
|
-
type: StringConstructor;
|
|
1880
|
-
default:
|
|
2082
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2083
|
+
default: number;
|
|
1881
2084
|
validator: (s: unknown) => boolean;
|
|
1882
2085
|
};
|
|
1883
2086
|
labelClass: {
|
|
1884
2087
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1885
2088
|
default: string;
|
|
1886
2089
|
};
|
|
2090
|
+
leadingClass: {
|
|
2091
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2092
|
+
default: string;
|
|
2093
|
+
};
|
|
2094
|
+
trailingClass: {
|
|
2095
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2096
|
+
default: string;
|
|
2097
|
+
};
|
|
1887
2098
|
loading: {
|
|
1888
2099
|
type: BooleanConstructor;
|
|
1889
2100
|
default: boolean;
|
|
@@ -1931,9 +2142,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1931
2142
|
target: string;
|
|
1932
2143
|
circle: boolean;
|
|
1933
2144
|
active: boolean;
|
|
1934
|
-
|
|
1935
|
-
size: string;
|
|
2145
|
+
size: string | number;
|
|
1936
2146
|
replace: boolean;
|
|
2147
|
+
loading: boolean;
|
|
2148
|
+
underline: boolean;
|
|
1937
2149
|
kind: string;
|
|
1938
2150
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1939
2151
|
href: string;
|
|
@@ -1942,7 +2154,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1942
2154
|
importance: string;
|
|
1943
2155
|
linkKind: string;
|
|
1944
2156
|
linkInverted: boolean;
|
|
2157
|
+
linkUnderline: boolean;
|
|
1945
2158
|
width: string;
|
|
2159
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2160
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1946
2161
|
assertiveOnFocus: boolean;
|
|
1947
2162
|
rel: string;
|
|
1948
2163
|
}, {}, {
|
|
@@ -2031,6 +2246,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2031
2246
|
type: BooleanConstructor;
|
|
2032
2247
|
default: boolean;
|
|
2033
2248
|
};
|
|
2249
|
+
linkUnderline: {
|
|
2250
|
+
type: BooleanConstructor;
|
|
2251
|
+
default: boolean;
|
|
2252
|
+
};
|
|
2253
|
+
underline: {
|
|
2254
|
+
type: BooleanConstructor;
|
|
2255
|
+
default: null;
|
|
2256
|
+
};
|
|
2034
2257
|
disabled: {
|
|
2035
2258
|
type: BooleanConstructor;
|
|
2036
2259
|
default: boolean;
|
|
@@ -2045,14 +2268,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2045
2268
|
default: null;
|
|
2046
2269
|
};
|
|
2047
2270
|
size: {
|
|
2048
|
-
type: StringConstructor;
|
|
2049
|
-
default:
|
|
2271
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2272
|
+
default: number;
|
|
2050
2273
|
validator: (s: unknown) => boolean;
|
|
2051
2274
|
};
|
|
2052
2275
|
labelClass: {
|
|
2053
2276
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2054
2277
|
default: string;
|
|
2055
2278
|
};
|
|
2279
|
+
leadingClass: {
|
|
2280
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2281
|
+
default: string;
|
|
2282
|
+
};
|
|
2283
|
+
trailingClass: {
|
|
2284
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2285
|
+
default: string;
|
|
2286
|
+
};
|
|
2056
2287
|
loading: {
|
|
2057
2288
|
type: BooleanConstructor;
|
|
2058
2289
|
default: boolean;
|
|
@@ -2092,6 +2323,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2092
2323
|
};
|
|
2093
2324
|
}>, {}, {
|
|
2094
2325
|
ICON_POSITION_MODIFIERS: {
|
|
2326
|
+
start: string;
|
|
2327
|
+
end: string;
|
|
2328
|
+
blockStart: string;
|
|
2329
|
+
blockEnd: string;
|
|
2095
2330
|
left: string;
|
|
2096
2331
|
right: string;
|
|
2097
2332
|
top: string;
|
|
@@ -2101,6 +2336,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2101
2336
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2102
2337
|
i18n: any;
|
|
2103
2338
|
}, {
|
|
2339
|
+
resolvedUnderline(): boolean;
|
|
2104
2340
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2105
2341
|
isNativeButton(): boolean;
|
|
2106
2342
|
computedAttrs(): {
|
|
@@ -2133,7 +2369,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2133
2369
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2134
2370
|
buttonClasses(): any[];
|
|
2135
2371
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2136
|
-
|
|
2372
|
+
hasStartIcon(): any;
|
|
2373
|
+
hasEndIcon(): any;
|
|
2374
|
+
hasBlockStartIcon(): any;
|
|
2375
|
+
hasBlockEndIcon(): any;
|
|
2376
|
+
hasNewIconSlots(): any;
|
|
2377
|
+
shouldRenderLegacyIcon(): any;
|
|
2137
2378
|
isIconOnly(): any;
|
|
2138
2379
|
isVerticalIconLayout(): boolean;
|
|
2139
2380
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2164,6 +2405,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2164
2405
|
type: BooleanConstructor;
|
|
2165
2406
|
default: boolean;
|
|
2166
2407
|
};
|
|
2408
|
+
linkUnderline: {
|
|
2409
|
+
type: BooleanConstructor;
|
|
2410
|
+
default: boolean;
|
|
2411
|
+
};
|
|
2412
|
+
underline: {
|
|
2413
|
+
type: BooleanConstructor;
|
|
2414
|
+
default: null;
|
|
2415
|
+
};
|
|
2167
2416
|
disabled: {
|
|
2168
2417
|
type: BooleanConstructor;
|
|
2169
2418
|
default: boolean;
|
|
@@ -2178,14 +2427,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2178
2427
|
default: null;
|
|
2179
2428
|
};
|
|
2180
2429
|
size: {
|
|
2181
|
-
type: StringConstructor;
|
|
2182
|
-
default:
|
|
2430
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2431
|
+
default: number;
|
|
2183
2432
|
validator: (s: unknown) => boolean;
|
|
2184
2433
|
};
|
|
2185
2434
|
labelClass: {
|
|
2186
2435
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2187
2436
|
default: string;
|
|
2188
2437
|
};
|
|
2438
|
+
leadingClass: {
|
|
2439
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2440
|
+
default: string;
|
|
2441
|
+
};
|
|
2442
|
+
trailingClass: {
|
|
2443
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2444
|
+
default: string;
|
|
2445
|
+
};
|
|
2189
2446
|
loading: {
|
|
2190
2447
|
type: BooleanConstructor;
|
|
2191
2448
|
default: boolean;
|
|
@@ -2233,9 +2490,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2233
2490
|
target: string;
|
|
2234
2491
|
circle: boolean;
|
|
2235
2492
|
active: boolean;
|
|
2236
|
-
|
|
2237
|
-
size: string;
|
|
2493
|
+
size: string | number;
|
|
2238
2494
|
replace: boolean;
|
|
2495
|
+
loading: boolean;
|
|
2496
|
+
underline: boolean;
|
|
2239
2497
|
kind: string;
|
|
2240
2498
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2241
2499
|
href: string;
|
|
@@ -2244,7 +2502,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2244
2502
|
importance: string;
|
|
2245
2503
|
linkKind: string;
|
|
2246
2504
|
linkInverted: boolean;
|
|
2505
|
+
linkUnderline: boolean;
|
|
2247
2506
|
width: string;
|
|
2507
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2508
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
2248
2509
|
assertiveOnFocus: boolean;
|
|
2249
2510
|
rel: string;
|
|
2250
2511
|
}, {}, {
|