@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
|
@@ -118,7 +118,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
type: ArrayConstructor;
|
|
119
119
|
default: () => number[];
|
|
120
120
|
};
|
|
121
|
-
|
|
121
|
+
closeOnClick: {
|
|
122
122
|
type: BooleanConstructor;
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
@@ -155,10 +155,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
155
|
type: BooleanConstructor;
|
|
156
156
|
default: boolean;
|
|
157
157
|
};
|
|
158
|
+
headerWrapperClass: {
|
|
159
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
158
162
|
headerClass: {
|
|
159
163
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
160
164
|
default: string;
|
|
161
165
|
};
|
|
166
|
+
footerWrapperClass: {
|
|
167
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
162
170
|
footerClass: {
|
|
163
171
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
164
172
|
default: string;
|
|
@@ -217,6 +225,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
217
225
|
calculatedMaxHeight(): string;
|
|
218
226
|
labelledBy(): string | false;
|
|
219
227
|
}, {
|
|
228
|
+
getModeReferenceEl(): unknown;
|
|
220
229
|
hasIntersectedViewport(entries: any): void;
|
|
221
230
|
updateAnchorEl(): void;
|
|
222
231
|
popperOptions(): {
|
|
@@ -281,6 +290,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
290
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
282
291
|
focusTrappedTabPress(e: object, el: object): void;
|
|
283
292
|
};
|
|
293
|
+
} | {
|
|
294
|
+
props: {
|
|
295
|
+
contentMode: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: null;
|
|
298
|
+
validator: (v: any) => boolean;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
data(): {
|
|
302
|
+
modeContrast: string;
|
|
303
|
+
modeResolved: null;
|
|
304
|
+
};
|
|
305
|
+
computed: {
|
|
306
|
+
modeAttrs(): any;
|
|
307
|
+
};
|
|
308
|
+
watch: {
|
|
309
|
+
contentMode(): void;
|
|
310
|
+
};
|
|
311
|
+
mounted(): void;
|
|
312
|
+
beforeUnmount(): void;
|
|
313
|
+
methods: {
|
|
314
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
315
|
+
setupModeObservers(): void;
|
|
316
|
+
cleanupModeObservers(): void;
|
|
317
|
+
};
|
|
284
318
|
}, 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<{
|
|
285
319
|
open: {
|
|
286
320
|
type: BooleanConstructor;
|
|
@@ -352,7 +386,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
352
386
|
type: ArrayConstructor;
|
|
353
387
|
default: () => number[];
|
|
354
388
|
};
|
|
355
|
-
|
|
389
|
+
closeOnClick: {
|
|
356
390
|
type: BooleanConstructor;
|
|
357
391
|
default: boolean;
|
|
358
392
|
};
|
|
@@ -389,10 +423,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
423
|
type: BooleanConstructor;
|
|
390
424
|
default: boolean;
|
|
391
425
|
};
|
|
426
|
+
headerWrapperClass: {
|
|
427
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
428
|
+
default: string;
|
|
429
|
+
};
|
|
392
430
|
headerClass: {
|
|
393
431
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
394
432
|
default: string;
|
|
395
433
|
};
|
|
434
|
+
footerWrapperClass: {
|
|
435
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
396
438
|
footerClass: {
|
|
397
439
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
398
440
|
default: string;
|
|
@@ -436,6 +478,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
436
478
|
ariaLabel: string;
|
|
437
479
|
role: string;
|
|
438
480
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
481
|
+
padding: string;
|
|
439
482
|
maxHeight: string;
|
|
440
483
|
contentClass: string | unknown[] | Record<string, any>;
|
|
441
484
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -444,7 +487,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
444
487
|
transition: string;
|
|
445
488
|
maxWidth: string;
|
|
446
489
|
appendTo: string | HTMLElement;
|
|
447
|
-
hideOnClick: boolean;
|
|
448
490
|
placement: string;
|
|
449
491
|
sticky: string | boolean;
|
|
450
492
|
fallbackPlacements: unknown[];
|
|
@@ -454,11 +496,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
454
496
|
showCloseButton: boolean;
|
|
455
497
|
openOnContext: boolean;
|
|
456
498
|
ariaLabelledby: string;
|
|
457
|
-
padding: string;
|
|
458
499
|
contentWidth: string;
|
|
459
500
|
contentAppear: boolean;
|
|
460
501
|
contentTabindex: number;
|
|
502
|
+
closeOnClick: boolean;
|
|
461
503
|
modal: boolean;
|
|
504
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
505
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
462
506
|
initialFocusElement: string | HTMLElement;
|
|
463
507
|
openWithArrowKeys: boolean;
|
|
464
508
|
}, {}, {
|
|
@@ -529,6 +573,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
529
573
|
type: BooleanConstructor;
|
|
530
574
|
default: boolean;
|
|
531
575
|
};
|
|
576
|
+
linkUnderline: {
|
|
577
|
+
type: BooleanConstructor;
|
|
578
|
+
default: boolean;
|
|
579
|
+
};
|
|
580
|
+
underline: {
|
|
581
|
+
type: BooleanConstructor;
|
|
582
|
+
default: null;
|
|
583
|
+
};
|
|
532
584
|
disabled: {
|
|
533
585
|
type: BooleanConstructor;
|
|
534
586
|
default: boolean;
|
|
@@ -543,14 +595,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
543
595
|
default: null;
|
|
544
596
|
};
|
|
545
597
|
size: {
|
|
546
|
-
type: StringConstructor;
|
|
547
|
-
default:
|
|
598
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
599
|
+
default: number;
|
|
548
600
|
validator: (s: unknown) => boolean;
|
|
549
601
|
};
|
|
550
602
|
labelClass: {
|
|
551
603
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
552
604
|
default: string;
|
|
553
605
|
};
|
|
606
|
+
leadingClass: {
|
|
607
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
608
|
+
default: string;
|
|
609
|
+
};
|
|
610
|
+
trailingClass: {
|
|
611
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
612
|
+
default: string;
|
|
613
|
+
};
|
|
554
614
|
loading: {
|
|
555
615
|
type: BooleanConstructor;
|
|
556
616
|
default: boolean;
|
|
@@ -590,6 +650,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
590
650
|
};
|
|
591
651
|
}>, {}, {
|
|
592
652
|
ICON_POSITION_MODIFIERS: {
|
|
653
|
+
start: string;
|
|
654
|
+
end: string;
|
|
655
|
+
blockStart: string;
|
|
656
|
+
blockEnd: string;
|
|
593
657
|
left: string;
|
|
594
658
|
right: string;
|
|
595
659
|
top: string;
|
|
@@ -599,6 +663,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
599
663
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
600
664
|
i18n: any;
|
|
601
665
|
}, {
|
|
666
|
+
resolvedUnderline(): boolean;
|
|
602
667
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
603
668
|
isNativeButton(): boolean;
|
|
604
669
|
computedAttrs(): {
|
|
@@ -631,7 +696,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
631
696
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
632
697
|
buttonClasses(): any[];
|
|
633
698
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
634
|
-
|
|
699
|
+
hasStartIcon(): any;
|
|
700
|
+
hasEndIcon(): any;
|
|
701
|
+
hasBlockStartIcon(): any;
|
|
702
|
+
hasBlockEndIcon(): any;
|
|
703
|
+
hasNewIconSlots(): any;
|
|
704
|
+
shouldRenderLegacyIcon(): any;
|
|
635
705
|
isIconOnly(): any;
|
|
636
706
|
isVerticalIconLayout(): boolean;
|
|
637
707
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -662,6 +732,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
662
732
|
type: BooleanConstructor;
|
|
663
733
|
default: boolean;
|
|
664
734
|
};
|
|
735
|
+
linkUnderline: {
|
|
736
|
+
type: BooleanConstructor;
|
|
737
|
+
default: boolean;
|
|
738
|
+
};
|
|
739
|
+
underline: {
|
|
740
|
+
type: BooleanConstructor;
|
|
741
|
+
default: null;
|
|
742
|
+
};
|
|
665
743
|
disabled: {
|
|
666
744
|
type: BooleanConstructor;
|
|
667
745
|
default: boolean;
|
|
@@ -676,14 +754,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
676
754
|
default: null;
|
|
677
755
|
};
|
|
678
756
|
size: {
|
|
679
|
-
type: StringConstructor;
|
|
680
|
-
default:
|
|
757
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
758
|
+
default: number;
|
|
681
759
|
validator: (s: unknown) => boolean;
|
|
682
760
|
};
|
|
683
761
|
labelClass: {
|
|
684
762
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
685
763
|
default: string;
|
|
686
764
|
};
|
|
765
|
+
leadingClass: {
|
|
766
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
767
|
+
default: string;
|
|
768
|
+
};
|
|
769
|
+
trailingClass: {
|
|
770
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
771
|
+
default: string;
|
|
772
|
+
};
|
|
687
773
|
loading: {
|
|
688
774
|
type: BooleanConstructor;
|
|
689
775
|
default: boolean;
|
|
@@ -731,9 +817,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
731
817
|
target: string;
|
|
732
818
|
circle: boolean;
|
|
733
819
|
active: boolean;
|
|
734
|
-
|
|
735
|
-
size: string;
|
|
820
|
+
size: string | number;
|
|
736
821
|
replace: boolean;
|
|
822
|
+
loading: boolean;
|
|
823
|
+
underline: boolean;
|
|
737
824
|
kind: string;
|
|
738
825
|
labelClass: string | unknown[] | Record<string, any>;
|
|
739
826
|
href: string;
|
|
@@ -742,7 +829,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
742
829
|
importance: string;
|
|
743
830
|
linkKind: string;
|
|
744
831
|
linkInverted: boolean;
|
|
832
|
+
linkUnderline: boolean;
|
|
745
833
|
width: string;
|
|
834
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
835
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
746
836
|
assertiveOnFocus: boolean;
|
|
747
837
|
rel: string;
|
|
748
838
|
}, {}, {
|
|
@@ -812,6 +902,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
812
902
|
type: StringConstructor;
|
|
813
903
|
validator: (value: unknown) => boolean;
|
|
814
904
|
};
|
|
905
|
+
wrapperClass: {
|
|
906
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
907
|
+
default: string;
|
|
908
|
+
};
|
|
815
909
|
contentClass: {
|
|
816
910
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
817
911
|
default: string;
|
|
@@ -832,6 +926,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
832
926
|
type: StringConstructor;
|
|
833
927
|
validator: (value: unknown) => boolean;
|
|
834
928
|
};
|
|
929
|
+
wrapperClass: {
|
|
930
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
931
|
+
default: string;
|
|
932
|
+
};
|
|
835
933
|
contentClass: {
|
|
836
934
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
837
935
|
default: string;
|
|
@@ -844,6 +942,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
844
942
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
845
943
|
}>, {
|
|
846
944
|
contentClass: string | unknown[] | Record<string, any>;
|
|
945
|
+
wrapperClass: string | unknown[] | Record<string, any>;
|
|
847
946
|
showCloseButton: boolean;
|
|
848
947
|
}, {}, {
|
|
849
948
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -874,6 +973,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
874
973
|
type: BooleanConstructor;
|
|
875
974
|
default: boolean;
|
|
876
975
|
};
|
|
976
|
+
linkUnderline: {
|
|
977
|
+
type: BooleanConstructor;
|
|
978
|
+
default: boolean;
|
|
979
|
+
};
|
|
980
|
+
underline: {
|
|
981
|
+
type: BooleanConstructor;
|
|
982
|
+
default: null;
|
|
983
|
+
};
|
|
877
984
|
disabled: {
|
|
878
985
|
type: BooleanConstructor;
|
|
879
986
|
default: boolean;
|
|
@@ -888,14 +995,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
888
995
|
default: null;
|
|
889
996
|
};
|
|
890
997
|
size: {
|
|
891
|
-
type: StringConstructor;
|
|
892
|
-
default:
|
|
998
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
999
|
+
default: number;
|
|
893
1000
|
validator: (s: unknown) => boolean;
|
|
894
1001
|
};
|
|
895
1002
|
labelClass: {
|
|
896
1003
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
897
1004
|
default: string;
|
|
898
1005
|
};
|
|
1006
|
+
leadingClass: {
|
|
1007
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1008
|
+
default: string;
|
|
1009
|
+
};
|
|
1010
|
+
trailingClass: {
|
|
1011
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1012
|
+
default: string;
|
|
1013
|
+
};
|
|
899
1014
|
loading: {
|
|
900
1015
|
type: BooleanConstructor;
|
|
901
1016
|
default: boolean;
|
|
@@ -935,6 +1050,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
935
1050
|
};
|
|
936
1051
|
}>, {}, {
|
|
937
1052
|
ICON_POSITION_MODIFIERS: {
|
|
1053
|
+
start: string;
|
|
1054
|
+
end: string;
|
|
1055
|
+
blockStart: string;
|
|
1056
|
+
blockEnd: string;
|
|
938
1057
|
left: string;
|
|
939
1058
|
right: string;
|
|
940
1059
|
top: string;
|
|
@@ -944,6 +1063,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
944
1063
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
945
1064
|
i18n: any;
|
|
946
1065
|
}, {
|
|
1066
|
+
resolvedUnderline(): boolean;
|
|
947
1067
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
948
1068
|
isNativeButton(): boolean;
|
|
949
1069
|
computedAttrs(): {
|
|
@@ -976,7 +1096,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
976
1096
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
977
1097
|
buttonClasses(): any[];
|
|
978
1098
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
979
|
-
|
|
1099
|
+
hasStartIcon(): any;
|
|
1100
|
+
hasEndIcon(): any;
|
|
1101
|
+
hasBlockStartIcon(): any;
|
|
1102
|
+
hasBlockEndIcon(): any;
|
|
1103
|
+
hasNewIconSlots(): any;
|
|
1104
|
+
shouldRenderLegacyIcon(): any;
|
|
980
1105
|
isIconOnly(): any;
|
|
981
1106
|
isVerticalIconLayout(): boolean;
|
|
982
1107
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1007,6 +1132,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1007
1132
|
type: BooleanConstructor;
|
|
1008
1133
|
default: boolean;
|
|
1009
1134
|
};
|
|
1135
|
+
linkUnderline: {
|
|
1136
|
+
type: BooleanConstructor;
|
|
1137
|
+
default: boolean;
|
|
1138
|
+
};
|
|
1139
|
+
underline: {
|
|
1140
|
+
type: BooleanConstructor;
|
|
1141
|
+
default: null;
|
|
1142
|
+
};
|
|
1010
1143
|
disabled: {
|
|
1011
1144
|
type: BooleanConstructor;
|
|
1012
1145
|
default: boolean;
|
|
@@ -1021,14 +1154,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1021
1154
|
default: null;
|
|
1022
1155
|
};
|
|
1023
1156
|
size: {
|
|
1024
|
-
type: StringConstructor;
|
|
1025
|
-
default:
|
|
1157
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1158
|
+
default: number;
|
|
1026
1159
|
validator: (s: unknown) => boolean;
|
|
1027
1160
|
};
|
|
1028
1161
|
labelClass: {
|
|
1029
1162
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1030
1163
|
default: string;
|
|
1031
1164
|
};
|
|
1165
|
+
leadingClass: {
|
|
1166
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1167
|
+
default: string;
|
|
1168
|
+
};
|
|
1169
|
+
trailingClass: {
|
|
1170
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1171
|
+
default: string;
|
|
1172
|
+
};
|
|
1032
1173
|
loading: {
|
|
1033
1174
|
type: BooleanConstructor;
|
|
1034
1175
|
default: boolean;
|
|
@@ -1076,9 +1217,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1076
1217
|
target: string;
|
|
1077
1218
|
circle: boolean;
|
|
1078
1219
|
active: boolean;
|
|
1079
|
-
|
|
1080
|
-
size: string;
|
|
1220
|
+
size: string | number;
|
|
1081
1221
|
replace: boolean;
|
|
1222
|
+
loading: boolean;
|
|
1223
|
+
underline: boolean;
|
|
1082
1224
|
kind: string;
|
|
1083
1225
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1084
1226
|
href: string;
|
|
@@ -1087,7 +1229,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1087
1229
|
importance: string;
|
|
1088
1230
|
linkKind: string;
|
|
1089
1231
|
linkInverted: boolean;
|
|
1232
|
+
linkUnderline: boolean;
|
|
1090
1233
|
width: string;
|
|
1234
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
1235
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1091
1236
|
assertiveOnFocus: boolean;
|
|
1092
1237
|
rel: string;
|
|
1093
1238
|
}, {}, {
|
|
@@ -1170,7 +1315,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1170
1315
|
type: StringConstructor;
|
|
1171
1316
|
default: string;
|
|
1172
1317
|
};
|
|
1173
|
-
|
|
1318
|
+
showLabel: {
|
|
1174
1319
|
type: BooleanConstructor;
|
|
1175
1320
|
default: boolean;
|
|
1176
1321
|
};
|
|
@@ -1178,9 +1323,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1178
1323
|
type: StringConstructor;
|
|
1179
1324
|
default: string;
|
|
1180
1325
|
};
|
|
1181
|
-
|
|
1182
|
-
type: StringConstructor;
|
|
1326
|
+
descriptionClass: {
|
|
1327
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1183
1328
|
default: string;
|
|
1329
|
+
};
|
|
1330
|
+
size: {
|
|
1331
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1332
|
+
default: number;
|
|
1184
1333
|
validator: (t: unknown) => boolean;
|
|
1185
1334
|
};
|
|
1186
1335
|
inputClass: {
|
|
@@ -1191,10 +1340,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1191
1340
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1192
1341
|
default: string;
|
|
1193
1342
|
};
|
|
1194
|
-
rootClass: {
|
|
1195
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1196
|
-
default: string;
|
|
1197
|
-
};
|
|
1198
1343
|
currentLength: {
|
|
1199
1344
|
type: NumberConstructor;
|
|
1200
1345
|
default: null;
|
|
@@ -1211,6 +1356,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1211
1356
|
type: BooleanConstructor;
|
|
1212
1357
|
default: boolean;
|
|
1213
1358
|
};
|
|
1359
|
+
labelSize: {
|
|
1360
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1361
|
+
default: null;
|
|
1362
|
+
validator: (s: unknown) => boolean;
|
|
1363
|
+
};
|
|
1364
|
+
labelStrength: {
|
|
1365
|
+
type: StringConstructor;
|
|
1366
|
+
default: null;
|
|
1367
|
+
validator: (s: unknown) => boolean;
|
|
1368
|
+
};
|
|
1369
|
+
labelClass: {
|
|
1370
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1371
|
+
default: string;
|
|
1372
|
+
};
|
|
1214
1373
|
}>, {}, {
|
|
1215
1374
|
isInputFocused: boolean;
|
|
1216
1375
|
isInvalid: boolean;
|
|
@@ -1253,11 +1412,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1253
1412
|
shouldValidateLength(): boolean;
|
|
1254
1413
|
shouldLimitMaxLength(): any;
|
|
1255
1414
|
showLengthLimitValidation(): any;
|
|
1415
|
+
resolvedLabelSize(): string | number;
|
|
1416
|
+
resolvedDescriptionSize(): any;
|
|
1417
|
+
resolvedDescriptionDensity(): "300" | undefined;
|
|
1256
1418
|
sizeModifierClass(): any;
|
|
1257
1419
|
stateClass(): any[];
|
|
1258
1420
|
}, {
|
|
1259
1421
|
removeClassStyleAttrs: typeof import('../../..').removeClassStyleAttrs;
|
|
1260
|
-
addClassStyleAttrs: typeof import('../../..').addClassStyleAttrs;
|
|
1261
1422
|
inputClasses(): any[];
|
|
1262
1423
|
inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
|
|
1263
1424
|
calculateLength(value: any): number;
|
|
@@ -1273,6 +1434,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1273
1434
|
getMessageKey(type: any, index: any): string;
|
|
1274
1435
|
validateLength(length: any): void;
|
|
1275
1436
|
clearInput(): void;
|
|
1437
|
+
runValidations(): void;
|
|
1276
1438
|
}, {
|
|
1277
1439
|
props: {
|
|
1278
1440
|
messagesClass: {
|
|
@@ -1318,7 +1480,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1318
1480
|
type: StringConstructor;
|
|
1319
1481
|
default: string;
|
|
1320
1482
|
};
|
|
1321
|
-
|
|
1483
|
+
showLabel: {
|
|
1322
1484
|
type: BooleanConstructor;
|
|
1323
1485
|
default: boolean;
|
|
1324
1486
|
};
|
|
@@ -1326,9 +1488,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1326
1488
|
type: StringConstructor;
|
|
1327
1489
|
default: string;
|
|
1328
1490
|
};
|
|
1329
|
-
|
|
1330
|
-
type: StringConstructor;
|
|
1491
|
+
descriptionClass: {
|
|
1492
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1331
1493
|
default: string;
|
|
1494
|
+
};
|
|
1495
|
+
size: {
|
|
1496
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1497
|
+
default: number;
|
|
1332
1498
|
validator: (t: unknown) => boolean;
|
|
1333
1499
|
};
|
|
1334
1500
|
inputClass: {
|
|
@@ -1339,10 +1505,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1339
1505
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1340
1506
|
default: string;
|
|
1341
1507
|
};
|
|
1342
|
-
rootClass: {
|
|
1343
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1344
|
-
default: string;
|
|
1345
|
-
};
|
|
1346
1508
|
currentLength: {
|
|
1347
1509
|
type: NumberConstructor;
|
|
1348
1510
|
default: null;
|
|
@@ -1359,6 +1521,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1359
1521
|
type: BooleanConstructor;
|
|
1360
1522
|
default: boolean;
|
|
1361
1523
|
};
|
|
1524
|
+
labelSize: {
|
|
1525
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1526
|
+
default: null;
|
|
1527
|
+
validator: (s: unknown) => boolean;
|
|
1528
|
+
};
|
|
1529
|
+
labelStrength: {
|
|
1530
|
+
type: StringConstructor;
|
|
1531
|
+
default: null;
|
|
1532
|
+
validator: (s: unknown) => boolean;
|
|
1533
|
+
};
|
|
1534
|
+
labelClass: {
|
|
1535
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1536
|
+
default: string;
|
|
1537
|
+
};
|
|
1362
1538
|
}>> & Readonly<{
|
|
1363
1539
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1364
1540
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -1376,11 +1552,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1376
1552
|
name: string;
|
|
1377
1553
|
type: string;
|
|
1378
1554
|
hidden: boolean;
|
|
1379
|
-
size: string;
|
|
1555
|
+
size: string | number;
|
|
1380
1556
|
description: string;
|
|
1557
|
+
labelClass: string | unknown[] | Record<string, any>;
|
|
1381
1558
|
validate: Record<string, any>;
|
|
1382
|
-
|
|
1383
|
-
|
|
1559
|
+
showLabel: boolean;
|
|
1560
|
+
labelSize: string | number;
|
|
1561
|
+
labelStrength: string;
|
|
1562
|
+
descriptionClass: string | unknown[] | Record<string, any>;
|
|
1384
1563
|
inputClass: string | unknown[] | Record<string, any>;
|
|
1385
1564
|
inputWrapperClass: string | unknown[] | Record<string, any>;
|
|
1386
1565
|
currentLength: number;
|
|
@@ -1426,6 +1605,148 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1426
1605
|
validationMessages: unknown[];
|
|
1427
1606
|
showMessages: boolean;
|
|
1428
1607
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1608
|
+
DtText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1609
|
+
as: {
|
|
1610
|
+
type: StringConstructor;
|
|
1611
|
+
default: string;
|
|
1612
|
+
};
|
|
1613
|
+
kind: {
|
|
1614
|
+
type: StringConstructor;
|
|
1615
|
+
default: null;
|
|
1616
|
+
validator: (value: unknown) => boolean;
|
|
1617
|
+
};
|
|
1618
|
+
size: {
|
|
1619
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1620
|
+
default: null;
|
|
1621
|
+
};
|
|
1622
|
+
tone: {
|
|
1623
|
+
type: StringConstructor;
|
|
1624
|
+
default: null;
|
|
1625
|
+
validator: (value: unknown) => boolean;
|
|
1626
|
+
};
|
|
1627
|
+
align: {
|
|
1628
|
+
type: StringConstructor;
|
|
1629
|
+
default: null;
|
|
1630
|
+
validator: (value: unknown) => boolean;
|
|
1631
|
+
};
|
|
1632
|
+
truncate: {
|
|
1633
|
+
type: BooleanConstructor;
|
|
1634
|
+
default: boolean;
|
|
1635
|
+
};
|
|
1636
|
+
maxLines: {
|
|
1637
|
+
type: NumberConstructor;
|
|
1638
|
+
default: null;
|
|
1639
|
+
validator: (value: unknown) => boolean;
|
|
1640
|
+
};
|
|
1641
|
+
numeric: {
|
|
1642
|
+
type: BooleanConstructor;
|
|
1643
|
+
default: boolean;
|
|
1644
|
+
};
|
|
1645
|
+
wrap: {
|
|
1646
|
+
type: StringConstructor;
|
|
1647
|
+
default: null;
|
|
1648
|
+
validator: (value: unknown) => boolean;
|
|
1649
|
+
};
|
|
1650
|
+
textBoxTrim: {
|
|
1651
|
+
type: StringConstructor;
|
|
1652
|
+
default: null;
|
|
1653
|
+
validator: (value: unknown) => boolean;
|
|
1654
|
+
};
|
|
1655
|
+
strength: {
|
|
1656
|
+
type: StringConstructor;
|
|
1657
|
+
default: null;
|
|
1658
|
+
validator: (value: unknown) => boolean;
|
|
1659
|
+
};
|
|
1660
|
+
density: {
|
|
1661
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1662
|
+
default: null;
|
|
1663
|
+
validator: (value: unknown) => boolean;
|
|
1664
|
+
};
|
|
1665
|
+
}>, {}, {}, {
|
|
1666
|
+
textClasses(): string[];
|
|
1667
|
+
textStyles(): {
|
|
1668
|
+
'--dt-text-line-clamp': number;
|
|
1669
|
+
} | undefined;
|
|
1670
|
+
}, {
|
|
1671
|
+
getVariantClass(): string | null;
|
|
1672
|
+
getModifierClass(value: any, modifiers: any, propName: any): any;
|
|
1673
|
+
getAlignClass(): any;
|
|
1674
|
+
getToneClass(): any;
|
|
1675
|
+
getWrapClass(): any;
|
|
1676
|
+
getTextBoxTrimClass(): any;
|
|
1677
|
+
getStrengthClass(): any;
|
|
1678
|
+
getDensityClass(): any;
|
|
1679
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1680
|
+
as: {
|
|
1681
|
+
type: StringConstructor;
|
|
1682
|
+
default: string;
|
|
1683
|
+
};
|
|
1684
|
+
kind: {
|
|
1685
|
+
type: StringConstructor;
|
|
1686
|
+
default: null;
|
|
1687
|
+
validator: (value: unknown) => boolean;
|
|
1688
|
+
};
|
|
1689
|
+
size: {
|
|
1690
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1691
|
+
default: null;
|
|
1692
|
+
};
|
|
1693
|
+
tone: {
|
|
1694
|
+
type: StringConstructor;
|
|
1695
|
+
default: null;
|
|
1696
|
+
validator: (value: unknown) => boolean;
|
|
1697
|
+
};
|
|
1698
|
+
align: {
|
|
1699
|
+
type: StringConstructor;
|
|
1700
|
+
default: null;
|
|
1701
|
+
validator: (value: unknown) => boolean;
|
|
1702
|
+
};
|
|
1703
|
+
truncate: {
|
|
1704
|
+
type: BooleanConstructor;
|
|
1705
|
+
default: boolean;
|
|
1706
|
+
};
|
|
1707
|
+
maxLines: {
|
|
1708
|
+
type: NumberConstructor;
|
|
1709
|
+
default: null;
|
|
1710
|
+
validator: (value: unknown) => boolean;
|
|
1711
|
+
};
|
|
1712
|
+
numeric: {
|
|
1713
|
+
type: BooleanConstructor;
|
|
1714
|
+
default: boolean;
|
|
1715
|
+
};
|
|
1716
|
+
wrap: {
|
|
1717
|
+
type: StringConstructor;
|
|
1718
|
+
default: null;
|
|
1719
|
+
validator: (value: unknown) => boolean;
|
|
1720
|
+
};
|
|
1721
|
+
textBoxTrim: {
|
|
1722
|
+
type: StringConstructor;
|
|
1723
|
+
default: null;
|
|
1724
|
+
validator: (value: unknown) => boolean;
|
|
1725
|
+
};
|
|
1726
|
+
strength: {
|
|
1727
|
+
type: StringConstructor;
|
|
1728
|
+
default: null;
|
|
1729
|
+
validator: (value: unknown) => boolean;
|
|
1730
|
+
};
|
|
1731
|
+
density: {
|
|
1732
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1733
|
+
default: null;
|
|
1734
|
+
validator: (value: unknown) => boolean;
|
|
1735
|
+
};
|
|
1736
|
+
}>> & Readonly<{}>, {
|
|
1737
|
+
wrap: string;
|
|
1738
|
+
size: string | number;
|
|
1739
|
+
kind: string;
|
|
1740
|
+
as: string;
|
|
1741
|
+
tone: string;
|
|
1742
|
+
align: string;
|
|
1743
|
+
truncate: boolean;
|
|
1744
|
+
maxLines: number;
|
|
1745
|
+
numeric: boolean;
|
|
1746
|
+
textBoxTrim: string;
|
|
1747
|
+
strength: string;
|
|
1748
|
+
density: string | number;
|
|
1749
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1429
1750
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1430
1751
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1431
1752
|
circle: {
|
|
@@ -1455,6 +1776,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1455
1776
|
type: BooleanConstructor;
|
|
1456
1777
|
default: boolean;
|
|
1457
1778
|
};
|
|
1779
|
+
linkUnderline: {
|
|
1780
|
+
type: BooleanConstructor;
|
|
1781
|
+
default: boolean;
|
|
1782
|
+
};
|
|
1783
|
+
underline: {
|
|
1784
|
+
type: BooleanConstructor;
|
|
1785
|
+
default: null;
|
|
1786
|
+
};
|
|
1458
1787
|
disabled: {
|
|
1459
1788
|
type: BooleanConstructor;
|
|
1460
1789
|
default: boolean;
|
|
@@ -1469,14 +1798,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1469
1798
|
default: null;
|
|
1470
1799
|
};
|
|
1471
1800
|
size: {
|
|
1472
|
-
type: StringConstructor;
|
|
1473
|
-
default:
|
|
1801
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1802
|
+
default: number;
|
|
1474
1803
|
validator: (s: unknown) => boolean;
|
|
1475
1804
|
};
|
|
1476
1805
|
labelClass: {
|
|
1477
1806
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1478
1807
|
default: string;
|
|
1479
1808
|
};
|
|
1809
|
+
leadingClass: {
|
|
1810
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1811
|
+
default: string;
|
|
1812
|
+
};
|
|
1813
|
+
trailingClass: {
|
|
1814
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1815
|
+
default: string;
|
|
1816
|
+
};
|
|
1480
1817
|
loading: {
|
|
1481
1818
|
type: BooleanConstructor;
|
|
1482
1819
|
default: boolean;
|
|
@@ -1516,6 +1853,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1516
1853
|
};
|
|
1517
1854
|
}>, {}, {
|
|
1518
1855
|
ICON_POSITION_MODIFIERS: {
|
|
1856
|
+
start: string;
|
|
1857
|
+
end: string;
|
|
1858
|
+
blockStart: string;
|
|
1859
|
+
blockEnd: string;
|
|
1519
1860
|
left: string;
|
|
1520
1861
|
right: string;
|
|
1521
1862
|
top: string;
|
|
@@ -1525,6 +1866,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1525
1866
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1526
1867
|
i18n: any;
|
|
1527
1868
|
}, {
|
|
1869
|
+
resolvedUnderline(): boolean;
|
|
1528
1870
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1529
1871
|
isNativeButton(): boolean;
|
|
1530
1872
|
computedAttrs(): {
|
|
@@ -1557,7 +1899,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1557
1899
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1558
1900
|
buttonClasses(): any[];
|
|
1559
1901
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1560
|
-
|
|
1902
|
+
hasStartIcon(): any;
|
|
1903
|
+
hasEndIcon(): any;
|
|
1904
|
+
hasBlockStartIcon(): any;
|
|
1905
|
+
hasBlockEndIcon(): any;
|
|
1906
|
+
hasNewIconSlots(): any;
|
|
1907
|
+
shouldRenderLegacyIcon(): any;
|
|
1561
1908
|
isIconOnly(): any;
|
|
1562
1909
|
isVerticalIconLayout(): boolean;
|
|
1563
1910
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1588,6 +1935,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1588
1935
|
type: BooleanConstructor;
|
|
1589
1936
|
default: boolean;
|
|
1590
1937
|
};
|
|
1938
|
+
linkUnderline: {
|
|
1939
|
+
type: BooleanConstructor;
|
|
1940
|
+
default: boolean;
|
|
1941
|
+
};
|
|
1942
|
+
underline: {
|
|
1943
|
+
type: BooleanConstructor;
|
|
1944
|
+
default: null;
|
|
1945
|
+
};
|
|
1591
1946
|
disabled: {
|
|
1592
1947
|
type: BooleanConstructor;
|
|
1593
1948
|
default: boolean;
|
|
@@ -1602,14 +1957,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1602
1957
|
default: null;
|
|
1603
1958
|
};
|
|
1604
1959
|
size: {
|
|
1605
|
-
type: StringConstructor;
|
|
1606
|
-
default:
|
|
1960
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1961
|
+
default: number;
|
|
1607
1962
|
validator: (s: unknown) => boolean;
|
|
1608
1963
|
};
|
|
1609
1964
|
labelClass: {
|
|
1610
1965
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1611
1966
|
default: string;
|
|
1612
1967
|
};
|
|
1968
|
+
leadingClass: {
|
|
1969
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1970
|
+
default: string;
|
|
1971
|
+
};
|
|
1972
|
+
trailingClass: {
|
|
1973
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1974
|
+
default: string;
|
|
1975
|
+
};
|
|
1613
1976
|
loading: {
|
|
1614
1977
|
type: BooleanConstructor;
|
|
1615
1978
|
default: boolean;
|
|
@@ -1657,9 +2020,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1657
2020
|
target: string;
|
|
1658
2021
|
circle: boolean;
|
|
1659
2022
|
active: boolean;
|
|
1660
|
-
|
|
1661
|
-
size: string;
|
|
2023
|
+
size: string | number;
|
|
1662
2024
|
replace: boolean;
|
|
2025
|
+
loading: boolean;
|
|
2026
|
+
underline: boolean;
|
|
1663
2027
|
kind: string;
|
|
1664
2028
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1665
2029
|
href: string;
|
|
@@ -1668,7 +2032,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1668
2032
|
importance: string;
|
|
1669
2033
|
linkKind: string;
|
|
1670
2034
|
linkInverted: boolean;
|
|
2035
|
+
linkUnderline: boolean;
|
|
1671
2036
|
width: string;
|
|
2037
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2038
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1672
2039
|
assertiveOnFocus: boolean;
|
|
1673
2040
|
rel: string;
|
|
1674
2041
|
}, {}, {
|
|
@@ -1871,6 +2238,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1871
2238
|
type: BooleanConstructor;
|
|
1872
2239
|
default: boolean;
|
|
1873
2240
|
};
|
|
2241
|
+
linkUnderline: {
|
|
2242
|
+
type: BooleanConstructor;
|
|
2243
|
+
default: boolean;
|
|
2244
|
+
};
|
|
2245
|
+
underline: {
|
|
2246
|
+
type: BooleanConstructor;
|
|
2247
|
+
default: null;
|
|
2248
|
+
};
|
|
1874
2249
|
disabled: {
|
|
1875
2250
|
type: BooleanConstructor;
|
|
1876
2251
|
default: boolean;
|
|
@@ -1885,14 +2260,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1885
2260
|
default: null;
|
|
1886
2261
|
};
|
|
1887
2262
|
size: {
|
|
1888
|
-
type: StringConstructor;
|
|
1889
|
-
default:
|
|
2263
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2264
|
+
default: number;
|
|
1890
2265
|
validator: (s: unknown) => boolean;
|
|
1891
2266
|
};
|
|
1892
2267
|
labelClass: {
|
|
1893
2268
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1894
2269
|
default: string;
|
|
1895
2270
|
};
|
|
2271
|
+
leadingClass: {
|
|
2272
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2273
|
+
default: string;
|
|
2274
|
+
};
|
|
2275
|
+
trailingClass: {
|
|
2276
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2277
|
+
default: string;
|
|
2278
|
+
};
|
|
1896
2279
|
loading: {
|
|
1897
2280
|
type: BooleanConstructor;
|
|
1898
2281
|
default: boolean;
|
|
@@ -1932,6 +2315,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1932
2315
|
};
|
|
1933
2316
|
}>, {}, {
|
|
1934
2317
|
ICON_POSITION_MODIFIERS: {
|
|
2318
|
+
start: string;
|
|
2319
|
+
end: string;
|
|
2320
|
+
blockStart: string;
|
|
2321
|
+
blockEnd: string;
|
|
1935
2322
|
left: string;
|
|
1936
2323
|
right: string;
|
|
1937
2324
|
top: string;
|
|
@@ -1941,6 +2328,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1941
2328
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1942
2329
|
i18n: any;
|
|
1943
2330
|
}, {
|
|
2331
|
+
resolvedUnderline(): boolean;
|
|
1944
2332
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1945
2333
|
isNativeButton(): boolean;
|
|
1946
2334
|
computedAttrs(): {
|
|
@@ -1973,7 +2361,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1973
2361
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1974
2362
|
buttonClasses(): any[];
|
|
1975
2363
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1976
|
-
|
|
2364
|
+
hasStartIcon(): any;
|
|
2365
|
+
hasEndIcon(): any;
|
|
2366
|
+
hasBlockStartIcon(): any;
|
|
2367
|
+
hasBlockEndIcon(): any;
|
|
2368
|
+
hasNewIconSlots(): any;
|
|
2369
|
+
shouldRenderLegacyIcon(): any;
|
|
1977
2370
|
isIconOnly(): any;
|
|
1978
2371
|
isVerticalIconLayout(): boolean;
|
|
1979
2372
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2004,6 +2397,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2004
2397
|
type: BooleanConstructor;
|
|
2005
2398
|
default: boolean;
|
|
2006
2399
|
};
|
|
2400
|
+
linkUnderline: {
|
|
2401
|
+
type: BooleanConstructor;
|
|
2402
|
+
default: boolean;
|
|
2403
|
+
};
|
|
2404
|
+
underline: {
|
|
2405
|
+
type: BooleanConstructor;
|
|
2406
|
+
default: null;
|
|
2407
|
+
};
|
|
2007
2408
|
disabled: {
|
|
2008
2409
|
type: BooleanConstructor;
|
|
2009
2410
|
default: boolean;
|
|
@@ -2018,14 +2419,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2018
2419
|
default: null;
|
|
2019
2420
|
};
|
|
2020
2421
|
size: {
|
|
2021
|
-
type: StringConstructor;
|
|
2022
|
-
default:
|
|
2422
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2423
|
+
default: number;
|
|
2023
2424
|
validator: (s: unknown) => boolean;
|
|
2024
2425
|
};
|
|
2025
2426
|
labelClass: {
|
|
2026
2427
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2027
2428
|
default: string;
|
|
2028
2429
|
};
|
|
2430
|
+
leadingClass: {
|
|
2431
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2432
|
+
default: string;
|
|
2433
|
+
};
|
|
2434
|
+
trailingClass: {
|
|
2435
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2436
|
+
default: string;
|
|
2437
|
+
};
|
|
2029
2438
|
loading: {
|
|
2030
2439
|
type: BooleanConstructor;
|
|
2031
2440
|
default: boolean;
|
|
@@ -2073,9 +2482,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2073
2482
|
target: string;
|
|
2074
2483
|
circle: boolean;
|
|
2075
2484
|
active: boolean;
|
|
2076
|
-
|
|
2077
|
-
size: string;
|
|
2485
|
+
size: string | number;
|
|
2078
2486
|
replace: boolean;
|
|
2487
|
+
loading: boolean;
|
|
2488
|
+
underline: boolean;
|
|
2079
2489
|
kind: string;
|
|
2080
2490
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2081
2491
|
href: string;
|
|
@@ -2084,7 +2494,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2084
2494
|
importance: string;
|
|
2085
2495
|
linkKind: string;
|
|
2086
2496
|
linkInverted: boolean;
|
|
2497
|
+
linkUnderline: boolean;
|
|
2087
2498
|
width: string;
|
|
2499
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2500
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
2088
2501
|
assertiveOnFocus: boolean;
|
|
2089
2502
|
rel: string;
|
|
2090
2503
|
}, {}, {
|
|
@@ -2160,7 +2573,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2160
2573
|
type: BooleanConstructor;
|
|
2161
2574
|
default: boolean;
|
|
2162
2575
|
};
|
|
2163
|
-
|
|
2576
|
+
open: {
|
|
2164
2577
|
type: BooleanConstructor;
|
|
2165
2578
|
default: null;
|
|
2166
2579
|
};
|
|
@@ -2238,6 +2651,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2238
2651
|
};
|
|
2239
2652
|
anchor(): any;
|
|
2240
2653
|
}, {
|
|
2654
|
+
getModeReferenceEl(): any;
|
|
2241
2655
|
calculateAnchorZindex(): 651 | 400;
|
|
2242
2656
|
hasVisibleFocus(): any;
|
|
2243
2657
|
onEnterAnchor(e: any): void;
|
|
@@ -2288,7 +2702,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2288
2702
|
};
|
|
2289
2703
|
addExternalAnchorEventListeners(): void;
|
|
2290
2704
|
removeExternalAnchorEventListeners(): void;
|
|
2291
|
-
},
|
|
2705
|
+
}, {
|
|
2706
|
+
props: {
|
|
2707
|
+
contentMode: {
|
|
2708
|
+
type: StringConstructor;
|
|
2709
|
+
default: null;
|
|
2710
|
+
validator: (v: any) => boolean;
|
|
2711
|
+
};
|
|
2712
|
+
};
|
|
2713
|
+
data(): {
|
|
2714
|
+
modeContrast: string;
|
|
2715
|
+
modeResolved: null;
|
|
2716
|
+
};
|
|
2717
|
+
computed: {
|
|
2718
|
+
modeAttrs(): any;
|
|
2719
|
+
};
|
|
2720
|
+
watch: {
|
|
2721
|
+
contentMode(): void;
|
|
2722
|
+
};
|
|
2723
|
+
mounted(): void;
|
|
2724
|
+
beforeUnmount(): void;
|
|
2725
|
+
methods: {
|
|
2726
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
2727
|
+
setupModeObservers(): void;
|
|
2728
|
+
cleanupModeObservers(): void;
|
|
2729
|
+
};
|
|
2730
|
+
}, import('vue').ComponentOptionsMixin, ("update:open" | "shown")[], "update:open" | "shown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2292
2731
|
id: {
|
|
2293
2732
|
type: StringConstructor;
|
|
2294
2733
|
default(): string;
|
|
@@ -2335,7 +2774,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2335
2774
|
type: BooleanConstructor;
|
|
2336
2775
|
default: boolean;
|
|
2337
2776
|
};
|
|
2338
|
-
|
|
2777
|
+
open: {
|
|
2339
2778
|
type: BooleanConstructor;
|
|
2340
2779
|
default: null;
|
|
2341
2780
|
};
|
|
@@ -2363,15 +2802,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2363
2802
|
default: null;
|
|
2364
2803
|
};
|
|
2365
2804
|
}>> & Readonly<{
|
|
2805
|
+
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
2366
2806
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
2367
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2368
2807
|
}>, {
|
|
2369
2808
|
id: string;
|
|
2370
2809
|
offset: unknown[];
|
|
2810
|
+
open: boolean;
|
|
2371
2811
|
message: string;
|
|
2372
2812
|
inverted: boolean;
|
|
2373
2813
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2374
|
-
show: boolean;
|
|
2375
2814
|
transition: boolean;
|
|
2376
2815
|
appendTo: string | HTMLElement;
|
|
2377
2816
|
delay: boolean;
|
|
@@ -2970,6 +3409,148 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2970
3409
|
size: string;
|
|
2971
3410
|
ariaLabel: string;
|
|
2972
3411
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3412
|
+
DtText: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3413
|
+
as: {
|
|
3414
|
+
type: StringConstructor;
|
|
3415
|
+
default: string;
|
|
3416
|
+
};
|
|
3417
|
+
kind: {
|
|
3418
|
+
type: StringConstructor;
|
|
3419
|
+
default: null;
|
|
3420
|
+
validator: (value: unknown) => boolean;
|
|
3421
|
+
};
|
|
3422
|
+
size: {
|
|
3423
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3424
|
+
default: null;
|
|
3425
|
+
};
|
|
3426
|
+
tone: {
|
|
3427
|
+
type: StringConstructor;
|
|
3428
|
+
default: null;
|
|
3429
|
+
validator: (value: unknown) => boolean;
|
|
3430
|
+
};
|
|
3431
|
+
align: {
|
|
3432
|
+
type: StringConstructor;
|
|
3433
|
+
default: null;
|
|
3434
|
+
validator: (value: unknown) => boolean;
|
|
3435
|
+
};
|
|
3436
|
+
truncate: {
|
|
3437
|
+
type: BooleanConstructor;
|
|
3438
|
+
default: boolean;
|
|
3439
|
+
};
|
|
3440
|
+
maxLines: {
|
|
3441
|
+
type: NumberConstructor;
|
|
3442
|
+
default: null;
|
|
3443
|
+
validator: (value: unknown) => boolean;
|
|
3444
|
+
};
|
|
3445
|
+
numeric: {
|
|
3446
|
+
type: BooleanConstructor;
|
|
3447
|
+
default: boolean;
|
|
3448
|
+
};
|
|
3449
|
+
wrap: {
|
|
3450
|
+
type: StringConstructor;
|
|
3451
|
+
default: null;
|
|
3452
|
+
validator: (value: unknown) => boolean;
|
|
3453
|
+
};
|
|
3454
|
+
textBoxTrim: {
|
|
3455
|
+
type: StringConstructor;
|
|
3456
|
+
default: null;
|
|
3457
|
+
validator: (value: unknown) => boolean;
|
|
3458
|
+
};
|
|
3459
|
+
strength: {
|
|
3460
|
+
type: StringConstructor;
|
|
3461
|
+
default: null;
|
|
3462
|
+
validator: (value: unknown) => boolean;
|
|
3463
|
+
};
|
|
3464
|
+
density: {
|
|
3465
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3466
|
+
default: null;
|
|
3467
|
+
validator: (value: unknown) => boolean;
|
|
3468
|
+
};
|
|
3469
|
+
}>, {}, {}, {
|
|
3470
|
+
textClasses(): string[];
|
|
3471
|
+
textStyles(): {
|
|
3472
|
+
'--dt-text-line-clamp': number;
|
|
3473
|
+
} | undefined;
|
|
3474
|
+
}, {
|
|
3475
|
+
getVariantClass(): string | null;
|
|
3476
|
+
getModifierClass(value: any, modifiers: any, propName: any): any;
|
|
3477
|
+
getAlignClass(): any;
|
|
3478
|
+
getToneClass(): any;
|
|
3479
|
+
getWrapClass(): any;
|
|
3480
|
+
getTextBoxTrimClass(): any;
|
|
3481
|
+
getStrengthClass(): any;
|
|
3482
|
+
getDensityClass(): any;
|
|
3483
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
3484
|
+
as: {
|
|
3485
|
+
type: StringConstructor;
|
|
3486
|
+
default: string;
|
|
3487
|
+
};
|
|
3488
|
+
kind: {
|
|
3489
|
+
type: StringConstructor;
|
|
3490
|
+
default: null;
|
|
3491
|
+
validator: (value: unknown) => boolean;
|
|
3492
|
+
};
|
|
3493
|
+
size: {
|
|
3494
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3495
|
+
default: null;
|
|
3496
|
+
};
|
|
3497
|
+
tone: {
|
|
3498
|
+
type: StringConstructor;
|
|
3499
|
+
default: null;
|
|
3500
|
+
validator: (value: unknown) => boolean;
|
|
3501
|
+
};
|
|
3502
|
+
align: {
|
|
3503
|
+
type: StringConstructor;
|
|
3504
|
+
default: null;
|
|
3505
|
+
validator: (value: unknown) => boolean;
|
|
3506
|
+
};
|
|
3507
|
+
truncate: {
|
|
3508
|
+
type: BooleanConstructor;
|
|
3509
|
+
default: boolean;
|
|
3510
|
+
};
|
|
3511
|
+
maxLines: {
|
|
3512
|
+
type: NumberConstructor;
|
|
3513
|
+
default: null;
|
|
3514
|
+
validator: (value: unknown) => boolean;
|
|
3515
|
+
};
|
|
3516
|
+
numeric: {
|
|
3517
|
+
type: BooleanConstructor;
|
|
3518
|
+
default: boolean;
|
|
3519
|
+
};
|
|
3520
|
+
wrap: {
|
|
3521
|
+
type: StringConstructor;
|
|
3522
|
+
default: null;
|
|
3523
|
+
validator: (value: unknown) => boolean;
|
|
3524
|
+
};
|
|
3525
|
+
textBoxTrim: {
|
|
3526
|
+
type: StringConstructor;
|
|
3527
|
+
default: null;
|
|
3528
|
+
validator: (value: unknown) => boolean;
|
|
3529
|
+
};
|
|
3530
|
+
strength: {
|
|
3531
|
+
type: StringConstructor;
|
|
3532
|
+
default: null;
|
|
3533
|
+
validator: (value: unknown) => boolean;
|
|
3534
|
+
};
|
|
3535
|
+
density: {
|
|
3536
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3537
|
+
default: null;
|
|
3538
|
+
validator: (value: unknown) => boolean;
|
|
3539
|
+
};
|
|
3540
|
+
}>> & Readonly<{}>, {
|
|
3541
|
+
wrap: string;
|
|
3542
|
+
size: string | number;
|
|
3543
|
+
kind: string;
|
|
3544
|
+
as: string;
|
|
3545
|
+
tone: string;
|
|
3546
|
+
align: string;
|
|
3547
|
+
truncate: boolean;
|
|
3548
|
+
maxLines: number;
|
|
3549
|
+
numeric: boolean;
|
|
3550
|
+
textBoxTrim: string;
|
|
3551
|
+
strength: string;
|
|
3552
|
+
density: string | number;
|
|
3553
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2973
3554
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2974
3555
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2975
3556
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|