@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
|
@@ -82,7 +82,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
82
82
|
type: ArrayConstructor;
|
|
83
83
|
default: () => number[];
|
|
84
84
|
};
|
|
85
|
-
|
|
85
|
+
closeOnClick: {
|
|
86
86
|
type: BooleanConstructor;
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
@@ -119,10 +119,18 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
119
119
|
type: BooleanConstructor;
|
|
120
120
|
default: boolean;
|
|
121
121
|
};
|
|
122
|
+
headerWrapperClass: {
|
|
123
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
122
126
|
headerClass: {
|
|
123
127
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
124
128
|
default: string;
|
|
125
129
|
};
|
|
130
|
+
footerWrapperClass: {
|
|
131
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
126
134
|
footerClass: {
|
|
127
135
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
128
136
|
default: string;
|
|
@@ -189,6 +197,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
189
197
|
calculatedMaxHeight(): string;
|
|
190
198
|
labelledBy(): string | false;
|
|
191
199
|
}, {
|
|
200
|
+
getModeReferenceEl(): unknown;
|
|
192
201
|
hasIntersectedViewport(entries: any): void;
|
|
193
202
|
updateAnchorEl(): void;
|
|
194
203
|
popperOptions(): {
|
|
@@ -253,6 +262,31 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
253
262
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
254
263
|
focusTrappedTabPress(e: object, el: object): void;
|
|
255
264
|
};
|
|
265
|
+
} | {
|
|
266
|
+
props: {
|
|
267
|
+
contentMode: {
|
|
268
|
+
type: StringConstructor;
|
|
269
|
+
default: null;
|
|
270
|
+
validator: (v: any) => boolean;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
data(): {
|
|
274
|
+
modeContrast: string;
|
|
275
|
+
modeResolved: null;
|
|
276
|
+
};
|
|
277
|
+
computed: {
|
|
278
|
+
modeAttrs(): any;
|
|
279
|
+
};
|
|
280
|
+
watch: {
|
|
281
|
+
contentMode(): void;
|
|
282
|
+
};
|
|
283
|
+
mounted(): void;
|
|
284
|
+
beforeUnmount(): void;
|
|
285
|
+
methods: {
|
|
286
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
287
|
+
setupModeObservers(): void;
|
|
288
|
+
cleanupModeObservers(): void;
|
|
289
|
+
};
|
|
256
290
|
}, import('vue').ComponentOptionsMixin, ("keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor")[], import('vue').PublicProps, {
|
|
257
291
|
id: string;
|
|
258
292
|
offset: unknown[];
|
|
@@ -260,6 +294,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
260
294
|
ariaLabel: string;
|
|
261
295
|
role: string;
|
|
262
296
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
297
|
+
padding: string;
|
|
263
298
|
maxHeight: string;
|
|
264
299
|
contentClass: string | unknown[] | Record<string, any>;
|
|
265
300
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -268,7 +303,6 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
268
303
|
transition: string;
|
|
269
304
|
maxWidth: string;
|
|
270
305
|
appendTo: string | HTMLElement;
|
|
271
|
-
hideOnClick: boolean;
|
|
272
306
|
placement: string;
|
|
273
307
|
sticky: string | boolean;
|
|
274
308
|
fallbackPlacements: unknown[];
|
|
@@ -278,11 +312,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
278
312
|
showCloseButton: boolean;
|
|
279
313
|
openOnContext: boolean;
|
|
280
314
|
ariaLabelledby: string;
|
|
281
|
-
padding: string;
|
|
282
315
|
contentWidth: string;
|
|
283
316
|
contentAppear: boolean;
|
|
284
317
|
contentTabindex: number;
|
|
318
|
+
closeOnClick: boolean;
|
|
285
319
|
modal: boolean;
|
|
320
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
321
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
286
322
|
initialFocusElement: string | HTMLElement;
|
|
287
323
|
openWithArrowKeys: boolean;
|
|
288
324
|
}, true, {}, {}, {
|
|
@@ -353,6 +389,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
353
389
|
type: BooleanConstructor;
|
|
354
390
|
default: boolean;
|
|
355
391
|
};
|
|
392
|
+
linkUnderline: {
|
|
393
|
+
type: BooleanConstructor;
|
|
394
|
+
default: boolean;
|
|
395
|
+
};
|
|
396
|
+
underline: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: null;
|
|
399
|
+
};
|
|
356
400
|
disabled: {
|
|
357
401
|
type: BooleanConstructor;
|
|
358
402
|
default: boolean;
|
|
@@ -367,14 +411,22 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
367
411
|
default: null;
|
|
368
412
|
};
|
|
369
413
|
size: {
|
|
370
|
-
type: StringConstructor;
|
|
371
|
-
default:
|
|
414
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
415
|
+
default: number;
|
|
372
416
|
validator: (s: unknown) => boolean;
|
|
373
417
|
};
|
|
374
418
|
labelClass: {
|
|
375
419
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
376
420
|
default: string;
|
|
377
421
|
};
|
|
422
|
+
leadingClass: {
|
|
423
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
424
|
+
default: string;
|
|
425
|
+
};
|
|
426
|
+
trailingClass: {
|
|
427
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
428
|
+
default: string;
|
|
429
|
+
};
|
|
378
430
|
loading: {
|
|
379
431
|
type: BooleanConstructor;
|
|
380
432
|
default: boolean;
|
|
@@ -414,6 +466,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
414
466
|
};
|
|
415
467
|
}>, {}, {
|
|
416
468
|
ICON_POSITION_MODIFIERS: {
|
|
469
|
+
start: string;
|
|
470
|
+
end: string;
|
|
471
|
+
blockStart: string;
|
|
472
|
+
blockEnd: string;
|
|
417
473
|
left: string;
|
|
418
474
|
right: string;
|
|
419
475
|
top: string;
|
|
@@ -423,6 +479,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
423
479
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
424
480
|
i18n: any;
|
|
425
481
|
}, {
|
|
482
|
+
resolvedUnderline(): boolean;
|
|
426
483
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
427
484
|
isNativeButton(): boolean;
|
|
428
485
|
computedAttrs(): {
|
|
@@ -455,7 +512,12 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
455
512
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
456
513
|
buttonClasses(): any[];
|
|
457
514
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
458
|
-
|
|
515
|
+
hasStartIcon(): any;
|
|
516
|
+
hasEndIcon(): any;
|
|
517
|
+
hasBlockStartIcon(): any;
|
|
518
|
+
hasBlockEndIcon(): any;
|
|
519
|
+
hasNewIconSlots(): any;
|
|
520
|
+
shouldRenderLegacyIcon(): any;
|
|
459
521
|
isIconOnly(): any;
|
|
460
522
|
isVerticalIconLayout(): boolean;
|
|
461
523
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -486,6 +548,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
486
548
|
type: BooleanConstructor;
|
|
487
549
|
default: boolean;
|
|
488
550
|
};
|
|
551
|
+
linkUnderline: {
|
|
552
|
+
type: BooleanConstructor;
|
|
553
|
+
default: boolean;
|
|
554
|
+
};
|
|
555
|
+
underline: {
|
|
556
|
+
type: BooleanConstructor;
|
|
557
|
+
default: null;
|
|
558
|
+
};
|
|
489
559
|
disabled: {
|
|
490
560
|
type: BooleanConstructor;
|
|
491
561
|
default: boolean;
|
|
@@ -500,14 +570,22 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
500
570
|
default: null;
|
|
501
571
|
};
|
|
502
572
|
size: {
|
|
503
|
-
type: StringConstructor;
|
|
504
|
-
default:
|
|
573
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
574
|
+
default: number;
|
|
505
575
|
validator: (s: unknown) => boolean;
|
|
506
576
|
};
|
|
507
577
|
labelClass: {
|
|
508
578
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
509
579
|
default: string;
|
|
510
580
|
};
|
|
581
|
+
leadingClass: {
|
|
582
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
583
|
+
default: string;
|
|
584
|
+
};
|
|
585
|
+
trailingClass: {
|
|
586
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
587
|
+
default: string;
|
|
588
|
+
};
|
|
511
589
|
loading: {
|
|
512
590
|
type: BooleanConstructor;
|
|
513
591
|
default: boolean;
|
|
@@ -555,9 +633,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
555
633
|
target: string;
|
|
556
634
|
circle: boolean;
|
|
557
635
|
active: boolean;
|
|
558
|
-
|
|
559
|
-
size: string;
|
|
636
|
+
size: string | number;
|
|
560
637
|
replace: boolean;
|
|
638
|
+
loading: boolean;
|
|
639
|
+
underline: boolean;
|
|
561
640
|
kind: string;
|
|
562
641
|
labelClass: string | unknown[] | Record<string, any>;
|
|
563
642
|
href: string;
|
|
@@ -566,7 +645,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
566
645
|
importance: string;
|
|
567
646
|
linkKind: string;
|
|
568
647
|
linkInverted: boolean;
|
|
648
|
+
linkUnderline: boolean;
|
|
569
649
|
width: string;
|
|
650
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
651
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
570
652
|
assertiveOnFocus: boolean;
|
|
571
653
|
rel: string;
|
|
572
654
|
}, {}, {
|
|
@@ -636,6 +718,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
636
718
|
type: StringConstructor;
|
|
637
719
|
validator: (value: unknown) => boolean;
|
|
638
720
|
};
|
|
721
|
+
wrapperClass: {
|
|
722
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
723
|
+
default: string;
|
|
724
|
+
};
|
|
639
725
|
contentClass: {
|
|
640
726
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
641
727
|
default: string;
|
|
@@ -656,6 +742,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
656
742
|
type: StringConstructor;
|
|
657
743
|
validator: (value: unknown) => boolean;
|
|
658
744
|
};
|
|
745
|
+
wrapperClass: {
|
|
746
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
747
|
+
default: string;
|
|
748
|
+
};
|
|
659
749
|
contentClass: {
|
|
660
750
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
661
751
|
default: string;
|
|
@@ -668,6 +758,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
668
758
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
669
759
|
}>, {
|
|
670
760
|
contentClass: string | unknown[] | Record<string, any>;
|
|
761
|
+
wrapperClass: string | unknown[] | Record<string, any>;
|
|
671
762
|
showCloseButton: boolean;
|
|
672
763
|
}, {}, {
|
|
673
764
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -698,6 +789,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
698
789
|
type: BooleanConstructor;
|
|
699
790
|
default: boolean;
|
|
700
791
|
};
|
|
792
|
+
linkUnderline: {
|
|
793
|
+
type: BooleanConstructor;
|
|
794
|
+
default: boolean;
|
|
795
|
+
};
|
|
796
|
+
underline: {
|
|
797
|
+
type: BooleanConstructor;
|
|
798
|
+
default: null;
|
|
799
|
+
};
|
|
701
800
|
disabled: {
|
|
702
801
|
type: BooleanConstructor;
|
|
703
802
|
default: boolean;
|
|
@@ -712,14 +811,22 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
712
811
|
default: null;
|
|
713
812
|
};
|
|
714
813
|
size: {
|
|
715
|
-
type: StringConstructor;
|
|
716
|
-
default:
|
|
814
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
815
|
+
default: number;
|
|
717
816
|
validator: (s: unknown) => boolean;
|
|
718
817
|
};
|
|
719
818
|
labelClass: {
|
|
720
819
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
721
820
|
default: string;
|
|
722
821
|
};
|
|
822
|
+
leadingClass: {
|
|
823
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
824
|
+
default: string;
|
|
825
|
+
};
|
|
826
|
+
trailingClass: {
|
|
827
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
828
|
+
default: string;
|
|
829
|
+
};
|
|
723
830
|
loading: {
|
|
724
831
|
type: BooleanConstructor;
|
|
725
832
|
default: boolean;
|
|
@@ -759,6 +866,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
759
866
|
};
|
|
760
867
|
}>, {}, {
|
|
761
868
|
ICON_POSITION_MODIFIERS: {
|
|
869
|
+
start: string;
|
|
870
|
+
end: string;
|
|
871
|
+
blockStart: string;
|
|
872
|
+
blockEnd: string;
|
|
762
873
|
left: string;
|
|
763
874
|
right: string;
|
|
764
875
|
top: string;
|
|
@@ -768,6 +879,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
768
879
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
769
880
|
i18n: any;
|
|
770
881
|
}, {
|
|
882
|
+
resolvedUnderline(): boolean;
|
|
771
883
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
772
884
|
isNativeButton(): boolean;
|
|
773
885
|
computedAttrs(): {
|
|
@@ -800,7 +912,12 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
800
912
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
801
913
|
buttonClasses(): any[];
|
|
802
914
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
803
|
-
|
|
915
|
+
hasStartIcon(): any;
|
|
916
|
+
hasEndIcon(): any;
|
|
917
|
+
hasBlockStartIcon(): any;
|
|
918
|
+
hasBlockEndIcon(): any;
|
|
919
|
+
hasNewIconSlots(): any;
|
|
920
|
+
shouldRenderLegacyIcon(): any;
|
|
804
921
|
isIconOnly(): any;
|
|
805
922
|
isVerticalIconLayout(): boolean;
|
|
806
923
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -831,6 +948,14 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
831
948
|
type: BooleanConstructor;
|
|
832
949
|
default: boolean;
|
|
833
950
|
};
|
|
951
|
+
linkUnderline: {
|
|
952
|
+
type: BooleanConstructor;
|
|
953
|
+
default: boolean;
|
|
954
|
+
};
|
|
955
|
+
underline: {
|
|
956
|
+
type: BooleanConstructor;
|
|
957
|
+
default: null;
|
|
958
|
+
};
|
|
834
959
|
disabled: {
|
|
835
960
|
type: BooleanConstructor;
|
|
836
961
|
default: boolean;
|
|
@@ -845,14 +970,22 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
845
970
|
default: null;
|
|
846
971
|
};
|
|
847
972
|
size: {
|
|
848
|
-
type: StringConstructor;
|
|
849
|
-
default:
|
|
973
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
974
|
+
default: number;
|
|
850
975
|
validator: (s: unknown) => boolean;
|
|
851
976
|
};
|
|
852
977
|
labelClass: {
|
|
853
978
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
854
979
|
default: string;
|
|
855
980
|
};
|
|
981
|
+
leadingClass: {
|
|
982
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
983
|
+
default: string;
|
|
984
|
+
};
|
|
985
|
+
trailingClass: {
|
|
986
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
987
|
+
default: string;
|
|
988
|
+
};
|
|
856
989
|
loading: {
|
|
857
990
|
type: BooleanConstructor;
|
|
858
991
|
default: boolean;
|
|
@@ -900,9 +1033,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
900
1033
|
target: string;
|
|
901
1034
|
circle: boolean;
|
|
902
1035
|
active: boolean;
|
|
903
|
-
|
|
904
|
-
size: string;
|
|
1036
|
+
size: string | number;
|
|
905
1037
|
replace: boolean;
|
|
1038
|
+
loading: boolean;
|
|
1039
|
+
underline: boolean;
|
|
906
1040
|
kind: string;
|
|
907
1041
|
labelClass: string | unknown[] | Record<string, any>;
|
|
908
1042
|
href: string;
|
|
@@ -911,7 +1045,10 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
911
1045
|
importance: string;
|
|
912
1046
|
linkKind: string;
|
|
913
1047
|
linkInverted: boolean;
|
|
1048
|
+
linkUnderline: boolean;
|
|
914
1049
|
width: string;
|
|
1050
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
1051
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
915
1052
|
assertiveOnFocus: boolean;
|
|
916
1053
|
rel: string;
|
|
917
1054
|
}, {}, {
|
|
@@ -992,6 +1129,22 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
992
1129
|
C: {};
|
|
993
1130
|
M: {};
|
|
994
1131
|
Defaults: {};
|
|
1132
|
+
} & {
|
|
1133
|
+
P: {};
|
|
1134
|
+
B: {};
|
|
1135
|
+
D: {
|
|
1136
|
+
modeContrast: string;
|
|
1137
|
+
modeResolved: null;
|
|
1138
|
+
};
|
|
1139
|
+
C: {
|
|
1140
|
+
modeAttrs(): any;
|
|
1141
|
+
};
|
|
1142
|
+
M: {
|
|
1143
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
1144
|
+
setupModeObservers(): void;
|
|
1145
|
+
cleanupModeObservers(): void;
|
|
1146
|
+
};
|
|
1147
|
+
Defaults: {};
|
|
995
1148
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
996
1149
|
open: {
|
|
997
1150
|
type: BooleanConstructor;
|
|
@@ -1063,7 +1216,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1063
1216
|
type: ArrayConstructor;
|
|
1064
1217
|
default: () => number[];
|
|
1065
1218
|
};
|
|
1066
|
-
|
|
1219
|
+
closeOnClick: {
|
|
1067
1220
|
type: BooleanConstructor;
|
|
1068
1221
|
default: boolean;
|
|
1069
1222
|
};
|
|
@@ -1100,10 +1253,18 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1100
1253
|
type: BooleanConstructor;
|
|
1101
1254
|
default: boolean;
|
|
1102
1255
|
};
|
|
1256
|
+
headerWrapperClass: {
|
|
1257
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1258
|
+
default: string;
|
|
1259
|
+
};
|
|
1103
1260
|
headerClass: {
|
|
1104
1261
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1105
1262
|
default: string;
|
|
1106
1263
|
};
|
|
1264
|
+
footerWrapperClass: {
|
|
1265
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1266
|
+
default: string;
|
|
1267
|
+
};
|
|
1107
1268
|
footerClass: {
|
|
1108
1269
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1109
1270
|
default: string;
|
|
@@ -1141,6 +1302,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1141
1302
|
"onMouseenter-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
1142
1303
|
"onMouseleave-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
1143
1304
|
}>, {}, {
|
|
1305
|
+
modeContrast: string;
|
|
1306
|
+
modeResolved: null;
|
|
1307
|
+
} & {
|
|
1144
1308
|
POPOVER_PADDING_CLASSES: {
|
|
1145
1309
|
none: undefined;
|
|
1146
1310
|
small: string;
|
|
@@ -1162,6 +1326,8 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1162
1326
|
popoverContentEl: null;
|
|
1163
1327
|
hasSlotContent: typeof import('../../common/utils').hasSlotContent;
|
|
1164
1328
|
}, import('vue').ComputedOptions & {
|
|
1329
|
+
modeAttrs(): any;
|
|
1330
|
+
} & {
|
|
1165
1331
|
popoverListeners(): {
|
|
1166
1332
|
keydown: (event: any) => void;
|
|
1167
1333
|
'after-leave': () => void;
|
|
@@ -1177,6 +1343,11 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1177
1343
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
1178
1344
|
focusTrappedTabPress(e: object, el: object): void;
|
|
1179
1345
|
} & {
|
|
1346
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
1347
|
+
setupModeObservers(): void;
|
|
1348
|
+
cleanupModeObservers(): void;
|
|
1349
|
+
} & {
|
|
1350
|
+
getModeReferenceEl(): unknown;
|
|
1180
1351
|
hasIntersectedViewport(entries: any): void;
|
|
1181
1352
|
updateAnchorEl(): void;
|
|
1182
1353
|
popperOptions(): {
|
|
@@ -1239,6 +1410,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1239
1410
|
ariaLabel: string;
|
|
1240
1411
|
role: string;
|
|
1241
1412
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
1413
|
+
padding: string;
|
|
1242
1414
|
maxHeight: string;
|
|
1243
1415
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1244
1416
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -1247,7 +1419,6 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1247
1419
|
transition: string;
|
|
1248
1420
|
maxWidth: string;
|
|
1249
1421
|
appendTo: string | HTMLElement;
|
|
1250
|
-
hideOnClick: boolean;
|
|
1251
1422
|
placement: string;
|
|
1252
1423
|
sticky: string | boolean;
|
|
1253
1424
|
fallbackPlacements: unknown[];
|
|
@@ -1257,11 +1428,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
1257
1428
|
showCloseButton: boolean;
|
|
1258
1429
|
openOnContext: boolean;
|
|
1259
1430
|
ariaLabelledby: string;
|
|
1260
|
-
padding: string;
|
|
1261
1431
|
contentWidth: string;
|
|
1262
1432
|
contentAppear: boolean;
|
|
1263
1433
|
contentTabindex: number;
|
|
1434
|
+
closeOnClick: boolean;
|
|
1264
1435
|
modal: boolean;
|
|
1436
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1437
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1265
1438
|
initialFocusElement: string | HTMLElement;
|
|
1266
1439
|
openWithArrowKeys: boolean;
|
|
1267
1440
|
}> | null;
|
|
@@ -1346,7 +1519,7 @@ type __VLS_TemplateResult = {
|
|
|
1346
1519
|
type: ArrayConstructor;
|
|
1347
1520
|
default: () => number[];
|
|
1348
1521
|
};
|
|
1349
|
-
|
|
1522
|
+
closeOnClick: {
|
|
1350
1523
|
type: BooleanConstructor;
|
|
1351
1524
|
default: boolean;
|
|
1352
1525
|
};
|
|
@@ -1383,10 +1556,18 @@ type __VLS_TemplateResult = {
|
|
|
1383
1556
|
type: BooleanConstructor;
|
|
1384
1557
|
default: boolean;
|
|
1385
1558
|
};
|
|
1559
|
+
headerWrapperClass: {
|
|
1560
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1561
|
+
default: string;
|
|
1562
|
+
};
|
|
1386
1563
|
headerClass: {
|
|
1387
1564
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1388
1565
|
default: string;
|
|
1389
1566
|
};
|
|
1567
|
+
footerWrapperClass: {
|
|
1568
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1569
|
+
default: string;
|
|
1570
|
+
};
|
|
1390
1571
|
footerClass: {
|
|
1391
1572
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1392
1573
|
default: string;
|
|
@@ -1445,6 +1626,7 @@ type __VLS_TemplateResult = {
|
|
|
1445
1626
|
calculatedMaxHeight(): string;
|
|
1446
1627
|
labelledBy(): string | false;
|
|
1447
1628
|
}, {
|
|
1629
|
+
getModeReferenceEl(): unknown;
|
|
1448
1630
|
hasIntersectedViewport(entries: any): void;
|
|
1449
1631
|
updateAnchorEl(): void;
|
|
1450
1632
|
popperOptions(): {
|
|
@@ -1509,6 +1691,31 @@ type __VLS_TemplateResult = {
|
|
|
1509
1691
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
1510
1692
|
focusTrappedTabPress(e: object, el: object): void;
|
|
1511
1693
|
};
|
|
1694
|
+
} | {
|
|
1695
|
+
props: {
|
|
1696
|
+
contentMode: {
|
|
1697
|
+
type: StringConstructor;
|
|
1698
|
+
default: null;
|
|
1699
|
+
validator: (v: any) => boolean;
|
|
1700
|
+
};
|
|
1701
|
+
};
|
|
1702
|
+
data(): {
|
|
1703
|
+
modeContrast: string;
|
|
1704
|
+
modeResolved: null;
|
|
1705
|
+
};
|
|
1706
|
+
computed: {
|
|
1707
|
+
modeAttrs(): any;
|
|
1708
|
+
};
|
|
1709
|
+
watch: {
|
|
1710
|
+
contentMode(): void;
|
|
1711
|
+
};
|
|
1712
|
+
mounted(): void;
|
|
1713
|
+
beforeUnmount(): void;
|
|
1714
|
+
methods: {
|
|
1715
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
1716
|
+
setupModeObservers(): void;
|
|
1717
|
+
cleanupModeObservers(): void;
|
|
1718
|
+
};
|
|
1512
1719
|
}, ComponentOptionsMixin, ("keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor")[], PublicProps, {
|
|
1513
1720
|
id: string;
|
|
1514
1721
|
offset: unknown[];
|
|
@@ -1516,6 +1723,7 @@ type __VLS_TemplateResult = {
|
|
|
1516
1723
|
ariaLabel: string;
|
|
1517
1724
|
role: string;
|
|
1518
1725
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
1726
|
+
padding: string;
|
|
1519
1727
|
maxHeight: string;
|
|
1520
1728
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1521
1729
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -1524,7 +1732,6 @@ type __VLS_TemplateResult = {
|
|
|
1524
1732
|
transition: string;
|
|
1525
1733
|
maxWidth: string;
|
|
1526
1734
|
appendTo: string | HTMLElement;
|
|
1527
|
-
hideOnClick: boolean;
|
|
1528
1735
|
placement: string;
|
|
1529
1736
|
sticky: string | boolean;
|
|
1530
1737
|
fallbackPlacements: unknown[];
|
|
@@ -1534,11 +1741,13 @@ type __VLS_TemplateResult = {
|
|
|
1534
1741
|
showCloseButton: boolean;
|
|
1535
1742
|
openOnContext: boolean;
|
|
1536
1743
|
ariaLabelledby: string;
|
|
1537
|
-
padding: string;
|
|
1538
1744
|
contentWidth: string;
|
|
1539
1745
|
contentAppear: boolean;
|
|
1540
1746
|
contentTabindex: number;
|
|
1747
|
+
closeOnClick: boolean;
|
|
1541
1748
|
modal: boolean;
|
|
1749
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1750
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1542
1751
|
initialFocusElement: string | HTMLElement;
|
|
1543
1752
|
openWithArrowKeys: boolean;
|
|
1544
1753
|
}, true, {}, {}, {
|
|
@@ -1607,6 +1816,14 @@ type __VLS_TemplateResult = {
|
|
|
1607
1816
|
type: BooleanConstructor;
|
|
1608
1817
|
default: boolean;
|
|
1609
1818
|
};
|
|
1819
|
+
linkUnderline: {
|
|
1820
|
+
type: BooleanConstructor;
|
|
1821
|
+
default: boolean;
|
|
1822
|
+
};
|
|
1823
|
+
underline: {
|
|
1824
|
+
type: BooleanConstructor;
|
|
1825
|
+
default: null;
|
|
1826
|
+
};
|
|
1610
1827
|
disabled: {
|
|
1611
1828
|
type: BooleanConstructor;
|
|
1612
1829
|
default: boolean;
|
|
@@ -1621,14 +1838,22 @@ type __VLS_TemplateResult = {
|
|
|
1621
1838
|
default: null;
|
|
1622
1839
|
};
|
|
1623
1840
|
size: {
|
|
1624
|
-
type: StringConstructor;
|
|
1625
|
-
default:
|
|
1841
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1842
|
+
default: number;
|
|
1626
1843
|
validator: (s: unknown) => boolean;
|
|
1627
1844
|
};
|
|
1628
1845
|
labelClass: {
|
|
1629
1846
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1630
1847
|
default: string;
|
|
1631
1848
|
};
|
|
1849
|
+
leadingClass: {
|
|
1850
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1851
|
+
default: string;
|
|
1852
|
+
};
|
|
1853
|
+
trailingClass: {
|
|
1854
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1855
|
+
default: string;
|
|
1856
|
+
};
|
|
1632
1857
|
loading: {
|
|
1633
1858
|
type: BooleanConstructor;
|
|
1634
1859
|
default: boolean;
|
|
@@ -1668,6 +1893,10 @@ type __VLS_TemplateResult = {
|
|
|
1668
1893
|
};
|
|
1669
1894
|
}>, {}, {
|
|
1670
1895
|
ICON_POSITION_MODIFIERS: {
|
|
1896
|
+
start: string;
|
|
1897
|
+
end: string;
|
|
1898
|
+
blockStart: string;
|
|
1899
|
+
blockEnd: string;
|
|
1671
1900
|
left: string;
|
|
1672
1901
|
right: string;
|
|
1673
1902
|
top: string;
|
|
@@ -1677,6 +1906,7 @@ type __VLS_TemplateResult = {
|
|
|
1677
1906
|
hasSlotContent: typeof hasSlotContent;
|
|
1678
1907
|
i18n: any;
|
|
1679
1908
|
}, {
|
|
1909
|
+
resolvedUnderline(): boolean;
|
|
1680
1910
|
computedTag(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1681
1911
|
isNativeButton(): boolean;
|
|
1682
1912
|
computedAttrs(): {
|
|
@@ -1709,7 +1939,12 @@ type __VLS_TemplateResult = {
|
|
|
1709
1939
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
1710
1940
|
buttonClasses(): any[];
|
|
1711
1941
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1712
|
-
|
|
1942
|
+
hasStartIcon(): any;
|
|
1943
|
+
hasEndIcon(): any;
|
|
1944
|
+
hasBlockStartIcon(): any;
|
|
1945
|
+
hasBlockEndIcon(): any;
|
|
1946
|
+
hasNewIconSlots(): any;
|
|
1947
|
+
shouldRenderLegacyIcon(): any;
|
|
1713
1948
|
isIconOnly(): any;
|
|
1714
1949
|
isVerticalIconLayout(): boolean;
|
|
1715
1950
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
@@ -1740,6 +1975,14 @@ type __VLS_TemplateResult = {
|
|
|
1740
1975
|
type: BooleanConstructor;
|
|
1741
1976
|
default: boolean;
|
|
1742
1977
|
};
|
|
1978
|
+
linkUnderline: {
|
|
1979
|
+
type: BooleanConstructor;
|
|
1980
|
+
default: boolean;
|
|
1981
|
+
};
|
|
1982
|
+
underline: {
|
|
1983
|
+
type: BooleanConstructor;
|
|
1984
|
+
default: null;
|
|
1985
|
+
};
|
|
1743
1986
|
disabled: {
|
|
1744
1987
|
type: BooleanConstructor;
|
|
1745
1988
|
default: boolean;
|
|
@@ -1754,14 +1997,22 @@ type __VLS_TemplateResult = {
|
|
|
1754
1997
|
default: null;
|
|
1755
1998
|
};
|
|
1756
1999
|
size: {
|
|
1757
|
-
type: StringConstructor;
|
|
1758
|
-
default:
|
|
2000
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2001
|
+
default: number;
|
|
1759
2002
|
validator: (s: unknown) => boolean;
|
|
1760
2003
|
};
|
|
1761
2004
|
labelClass: {
|
|
1762
2005
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1763
2006
|
default: string;
|
|
1764
2007
|
};
|
|
2008
|
+
leadingClass: {
|
|
2009
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2010
|
+
default: string;
|
|
2011
|
+
};
|
|
2012
|
+
trailingClass: {
|
|
2013
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2014
|
+
default: string;
|
|
2015
|
+
};
|
|
1765
2016
|
loading: {
|
|
1766
2017
|
type: BooleanConstructor;
|
|
1767
2018
|
default: boolean;
|
|
@@ -1806,9 +2057,10 @@ type __VLS_TemplateResult = {
|
|
|
1806
2057
|
target: string;
|
|
1807
2058
|
circle: boolean;
|
|
1808
2059
|
active: boolean;
|
|
1809
|
-
|
|
1810
|
-
size: string;
|
|
2060
|
+
size: string | number;
|
|
1811
2061
|
replace: boolean;
|
|
2062
|
+
loading: boolean;
|
|
2063
|
+
underline: boolean;
|
|
1812
2064
|
kind: string;
|
|
1813
2065
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1814
2066
|
href: string;
|
|
@@ -1817,7 +2069,10 @@ type __VLS_TemplateResult = {
|
|
|
1817
2069
|
importance: string;
|
|
1818
2070
|
linkKind: string;
|
|
1819
2071
|
linkInverted: boolean;
|
|
2072
|
+
linkUnderline: boolean;
|
|
1820
2073
|
width: string;
|
|
2074
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2075
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
1821
2076
|
assertiveOnFocus: boolean;
|
|
1822
2077
|
rel: string;
|
|
1823
2078
|
}, {}, {
|
|
@@ -1887,6 +2142,10 @@ type __VLS_TemplateResult = {
|
|
|
1887
2142
|
type: StringConstructor;
|
|
1888
2143
|
validator: (value: unknown) => boolean;
|
|
1889
2144
|
};
|
|
2145
|
+
wrapperClass: {
|
|
2146
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2147
|
+
default: string;
|
|
2148
|
+
};
|
|
1890
2149
|
contentClass: {
|
|
1891
2150
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1892
2151
|
default: string;
|
|
@@ -1907,6 +2166,10 @@ type __VLS_TemplateResult = {
|
|
|
1907
2166
|
type: StringConstructor;
|
|
1908
2167
|
validator: (value: unknown) => boolean;
|
|
1909
2168
|
};
|
|
2169
|
+
wrapperClass: {
|
|
2170
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2171
|
+
default: string;
|
|
2172
|
+
};
|
|
1910
2173
|
contentClass: {
|
|
1911
2174
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1912
2175
|
default: string;
|
|
@@ -1917,6 +2180,7 @@ type __VLS_TemplateResult = {
|
|
|
1917
2180
|
};
|
|
1918
2181
|
}>, "close"[]>, {
|
|
1919
2182
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2183
|
+
wrapperClass: string | unknown[] | Record<string, any>;
|
|
1920
2184
|
showCloseButton: boolean;
|
|
1921
2185
|
}, {}, {
|
|
1922
2186
|
DtButton: DefineComponent<ExtractPropTypes<{
|
|
@@ -1947,6 +2211,14 @@ type __VLS_TemplateResult = {
|
|
|
1947
2211
|
type: BooleanConstructor;
|
|
1948
2212
|
default: boolean;
|
|
1949
2213
|
};
|
|
2214
|
+
linkUnderline: {
|
|
2215
|
+
type: BooleanConstructor;
|
|
2216
|
+
default: boolean;
|
|
2217
|
+
};
|
|
2218
|
+
underline: {
|
|
2219
|
+
type: BooleanConstructor;
|
|
2220
|
+
default: null;
|
|
2221
|
+
};
|
|
1950
2222
|
disabled: {
|
|
1951
2223
|
type: BooleanConstructor;
|
|
1952
2224
|
default: boolean;
|
|
@@ -1961,14 +2233,22 @@ type __VLS_TemplateResult = {
|
|
|
1961
2233
|
default: null;
|
|
1962
2234
|
};
|
|
1963
2235
|
size: {
|
|
1964
|
-
type: StringConstructor;
|
|
1965
|
-
default:
|
|
2236
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2237
|
+
default: number;
|
|
1966
2238
|
validator: (s: unknown) => boolean;
|
|
1967
2239
|
};
|
|
1968
2240
|
labelClass: {
|
|
1969
2241
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1970
2242
|
default: string;
|
|
1971
2243
|
};
|
|
2244
|
+
leadingClass: {
|
|
2245
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2246
|
+
default: string;
|
|
2247
|
+
};
|
|
2248
|
+
trailingClass: {
|
|
2249
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2250
|
+
default: string;
|
|
2251
|
+
};
|
|
1972
2252
|
loading: {
|
|
1973
2253
|
type: BooleanConstructor;
|
|
1974
2254
|
default: boolean;
|
|
@@ -2008,6 +2288,10 @@ type __VLS_TemplateResult = {
|
|
|
2008
2288
|
};
|
|
2009
2289
|
}>, {}, {
|
|
2010
2290
|
ICON_POSITION_MODIFIERS: {
|
|
2291
|
+
start: string;
|
|
2292
|
+
end: string;
|
|
2293
|
+
blockStart: string;
|
|
2294
|
+
blockEnd: string;
|
|
2011
2295
|
left: string;
|
|
2012
2296
|
right: string;
|
|
2013
2297
|
top: string;
|
|
@@ -2017,6 +2301,7 @@ type __VLS_TemplateResult = {
|
|
|
2017
2301
|
hasSlotContent: typeof hasSlotContent;
|
|
2018
2302
|
i18n: any;
|
|
2019
2303
|
}, {
|
|
2304
|
+
resolvedUnderline(): boolean;
|
|
2020
2305
|
computedTag(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
2021
2306
|
isNativeButton(): boolean;
|
|
2022
2307
|
computedAttrs(): {
|
|
@@ -2049,7 +2334,12 @@ type __VLS_TemplateResult = {
|
|
|
2049
2334
|
resolveRouterLink(): string | ConcreteComponent<{}, any, any, ComputedOptions, MethodOptions, {}, any>;
|
|
2050
2335
|
buttonClasses(): any[];
|
|
2051
2336
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2052
|
-
|
|
2337
|
+
hasStartIcon(): any;
|
|
2338
|
+
hasEndIcon(): any;
|
|
2339
|
+
hasBlockStartIcon(): any;
|
|
2340
|
+
hasBlockEndIcon(): any;
|
|
2341
|
+
hasNewIconSlots(): any;
|
|
2342
|
+
shouldRenderLegacyIcon(): any;
|
|
2053
2343
|
isIconOnly(): any;
|
|
2054
2344
|
isVerticalIconLayout(): boolean;
|
|
2055
2345
|
}, ComponentOptionsMixin, ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", PublicProps, ToResolvedProps<ExtractPropTypes<{
|
|
@@ -2080,6 +2370,14 @@ type __VLS_TemplateResult = {
|
|
|
2080
2370
|
type: BooleanConstructor;
|
|
2081
2371
|
default: boolean;
|
|
2082
2372
|
};
|
|
2373
|
+
linkUnderline: {
|
|
2374
|
+
type: BooleanConstructor;
|
|
2375
|
+
default: boolean;
|
|
2376
|
+
};
|
|
2377
|
+
underline: {
|
|
2378
|
+
type: BooleanConstructor;
|
|
2379
|
+
default: null;
|
|
2380
|
+
};
|
|
2083
2381
|
disabled: {
|
|
2084
2382
|
type: BooleanConstructor;
|
|
2085
2383
|
default: boolean;
|
|
@@ -2094,14 +2392,22 @@ type __VLS_TemplateResult = {
|
|
|
2094
2392
|
default: null;
|
|
2095
2393
|
};
|
|
2096
2394
|
size: {
|
|
2097
|
-
type: StringConstructor;
|
|
2098
|
-
default:
|
|
2395
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2396
|
+
default: number;
|
|
2099
2397
|
validator: (s: unknown) => boolean;
|
|
2100
2398
|
};
|
|
2101
2399
|
labelClass: {
|
|
2102
2400
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2103
2401
|
default: string;
|
|
2104
2402
|
};
|
|
2403
|
+
leadingClass: {
|
|
2404
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2405
|
+
default: string;
|
|
2406
|
+
};
|
|
2407
|
+
trailingClass: {
|
|
2408
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2409
|
+
default: string;
|
|
2410
|
+
};
|
|
2105
2411
|
loading: {
|
|
2106
2412
|
type: BooleanConstructor;
|
|
2107
2413
|
default: boolean;
|
|
@@ -2146,9 +2452,10 @@ type __VLS_TemplateResult = {
|
|
|
2146
2452
|
target: string;
|
|
2147
2453
|
circle: boolean;
|
|
2148
2454
|
active: boolean;
|
|
2149
|
-
|
|
2150
|
-
size: string;
|
|
2455
|
+
size: string | number;
|
|
2151
2456
|
replace: boolean;
|
|
2457
|
+
loading: boolean;
|
|
2458
|
+
underline: boolean;
|
|
2152
2459
|
kind: string;
|
|
2153
2460
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2154
2461
|
href: string;
|
|
@@ -2157,7 +2464,10 @@ type __VLS_TemplateResult = {
|
|
|
2157
2464
|
importance: string;
|
|
2158
2465
|
linkKind: string;
|
|
2159
2466
|
linkInverted: boolean;
|
|
2467
|
+
linkUnderline: boolean;
|
|
2160
2468
|
width: string;
|
|
2469
|
+
leadingClass: string | unknown[] | Record<string, any>;
|
|
2470
|
+
trailingClass: string | unknown[] | Record<string, any>;
|
|
2161
2471
|
assertiveOnFocus: boolean;
|
|
2162
2472
|
rel: string;
|
|
2163
2473
|
}, {}, {
|
|
@@ -2224,7 +2534,16 @@ type __VLS_TemplateResult = {
|
|
|
2224
2534
|
_getFirstFocusElement(focusableElements: any): any;
|
|
2225
2535
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
2226
2536
|
focusTrappedTabPress(e: object, el: object): void;
|
|
2227
|
-
}, {}> & OptionTypesType<{}, {}, {}, {}, {}, {}
|
|
2537
|
+
}, {}> & OptionTypesType<{}, {}, {}, {}, {}, {}> & OptionTypesType<{}, {}, {
|
|
2538
|
+
modeContrast: string;
|
|
2539
|
+
modeResolved: null;
|
|
2540
|
+
}, {
|
|
2541
|
+
modeAttrs(): any;
|
|
2542
|
+
}, {
|
|
2543
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
2544
|
+
setupModeObservers(): void;
|
|
2545
|
+
cleanupModeObservers(): void;
|
|
2546
|
+
}, {}>, Readonly<ExtractPropTypes<{
|
|
2228
2547
|
open: {
|
|
2229
2548
|
type: BooleanConstructor;
|
|
2230
2549
|
default: null;
|
|
@@ -2295,7 +2614,7 @@ type __VLS_TemplateResult = {
|
|
|
2295
2614
|
type: ArrayConstructor;
|
|
2296
2615
|
default: () => number[];
|
|
2297
2616
|
};
|
|
2298
|
-
|
|
2617
|
+
closeOnClick: {
|
|
2299
2618
|
type: BooleanConstructor;
|
|
2300
2619
|
default: boolean;
|
|
2301
2620
|
};
|
|
@@ -2332,10 +2651,18 @@ type __VLS_TemplateResult = {
|
|
|
2332
2651
|
type: BooleanConstructor;
|
|
2333
2652
|
default: boolean;
|
|
2334
2653
|
};
|
|
2654
|
+
headerWrapperClass: {
|
|
2655
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2656
|
+
default: string;
|
|
2657
|
+
};
|
|
2335
2658
|
headerClass: {
|
|
2336
2659
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2337
2660
|
default: string;
|
|
2338
2661
|
};
|
|
2662
|
+
footerWrapperClass: {
|
|
2663
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2664
|
+
default: string;
|
|
2665
|
+
};
|
|
2339
2666
|
footerClass: {
|
|
2340
2667
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2341
2668
|
default: string;
|
|
@@ -2373,6 +2700,9 @@ type __VLS_TemplateResult = {
|
|
|
2373
2700
|
"onMouseenter-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
2374
2701
|
"onMouseleave-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
2375
2702
|
}>, {}, {
|
|
2703
|
+
modeContrast: string;
|
|
2704
|
+
modeResolved: null;
|
|
2705
|
+
} & {
|
|
2376
2706
|
POPOVER_PADDING_CLASSES: {
|
|
2377
2707
|
none: undefined;
|
|
2378
2708
|
small: string;
|
|
@@ -2394,6 +2724,8 @@ type __VLS_TemplateResult = {
|
|
|
2394
2724
|
popoverContentEl: null;
|
|
2395
2725
|
hasSlotContent: typeof hasSlotContent;
|
|
2396
2726
|
}, ComputedOptions & {
|
|
2727
|
+
modeAttrs(): any;
|
|
2728
|
+
} & {
|
|
2397
2729
|
popoverListeners(): {
|
|
2398
2730
|
keydown: (event: any) => void;
|
|
2399
2731
|
'after-leave': () => void;
|
|
@@ -2409,6 +2741,11 @@ type __VLS_TemplateResult = {
|
|
|
2409
2741
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
2410
2742
|
focusTrappedTabPress(e: object, el: object): void;
|
|
2411
2743
|
} & {
|
|
2744
|
+
getModeReferenceEl(): HTMLElement | null;
|
|
2745
|
+
setupModeObservers(): void;
|
|
2746
|
+
cleanupModeObservers(): void;
|
|
2747
|
+
} & {
|
|
2748
|
+
getModeReferenceEl(): unknown;
|
|
2412
2749
|
hasIntersectedViewport(entries: any): void;
|
|
2413
2750
|
updateAnchorEl(): void;
|
|
2414
2751
|
popperOptions(): {
|
|
@@ -2471,6 +2808,7 @@ type __VLS_TemplateResult = {
|
|
|
2471
2808
|
ariaLabel: string;
|
|
2472
2809
|
role: string;
|
|
2473
2810
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
2811
|
+
padding: string;
|
|
2474
2812
|
maxHeight: string;
|
|
2475
2813
|
contentClass: string | unknown[] | Record<string, any>;
|
|
2476
2814
|
headerClass: string | unknown[] | Record<string, any>;
|
|
@@ -2479,7 +2817,6 @@ type __VLS_TemplateResult = {
|
|
|
2479
2817
|
transition: string;
|
|
2480
2818
|
maxWidth: string;
|
|
2481
2819
|
appendTo: string | HTMLElement;
|
|
2482
|
-
hideOnClick: boolean;
|
|
2483
2820
|
placement: string;
|
|
2484
2821
|
sticky: string | boolean;
|
|
2485
2822
|
fallbackPlacements: unknown[];
|
|
@@ -2489,11 +2826,13 @@ type __VLS_TemplateResult = {
|
|
|
2489
2826
|
showCloseButton: boolean;
|
|
2490
2827
|
openOnContext: boolean;
|
|
2491
2828
|
ariaLabelledby: string;
|
|
2492
|
-
padding: string;
|
|
2493
2829
|
contentWidth: string;
|
|
2494
2830
|
contentAppear: boolean;
|
|
2495
2831
|
contentTabindex: number;
|
|
2832
|
+
closeOnClick: boolean;
|
|
2496
2833
|
modal: boolean;
|
|
2834
|
+
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
2835
|
+
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
2497
2836
|
initialFocusElement: string | HTMLElement;
|
|
2498
2837
|
openWithArrowKeys: boolean;
|
|
2499
2838
|
}> | null;
|