@dialpad/dialtone-vue 2.159.0-beta.1 → 2.159.0-beta.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/component-documentation.json +1 -1
- package/dist/components/avatar/avatar.vue.cjs +13 -24
- package/dist/components/avatar/avatar.vue.cjs.map +1 -1
- package/dist/components/avatar/avatar.vue.js +13 -24
- package/dist/components/avatar/avatar.vue.js.map +1 -1
- package/dist/components/icon/icon.vue.cjs +2 -2
- package/dist/components/icon/icon.vue.js +2 -2
- package/dist/directives/scrollbar/scrollbar.cjs.map +1 -1
- package/dist/directives/scrollbar/scrollbar.js.map +1 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -6
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +7 -6
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +9 -17
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +9 -17
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +3 -2
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +4 -3
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +22 -11
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input.vue.js +22 -11
- package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +14 -10
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js +14 -10
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs +6 -3
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.js +6 -3
- package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +6 -5
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js +6 -5
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/style.css +65 -62
- package/dist/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +5 -35
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/badge/badge.vue.d.ts +4 -4
- package/dist/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/types/components/button/button.vue.d.ts +1 -1
- package/dist/types/components/button_group/button_group.vue.d.ts +1 -1
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +1 -1
- package/dist/types/components/card/card.vue.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -3
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/types/components/codeblock/codeblock.vue.d.ts +1 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts +2 -2
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +1 -1
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -1
- package/dist/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +1 -1
- package/dist/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/types/components/illustration/illustration.vue.d.ts +1 -1
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/types/components/input/input.vue.d.ts +1 -1
- package/dist/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts +1 -1
- package/dist/types/components/input_group/input_group.vue.d.ts +2 -2
- package/dist/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +1 -1
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
- package/dist/types/components/link/link.vue.d.ts +1 -1
- package/dist/types/components/list_item/list_item.vue.d.ts +2 -2
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/types/components/notice/notice.vue.d.ts +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +1 -1
- package/dist/types/components/notice/notice_content.vue.d.ts +1 -1
- package/dist/types/components/notice/notice_icon.vue.d.ts +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/types/components/presence/presence.vue.d.ts +1 -1
- package/dist/types/components/radio/radio.vue.d.ts +1 -1
- package/dist/types/components/radio_group/radio_group.vue.d.ts +3 -3
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +17 -17
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +17 -17
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +17 -17
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +17 -17
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +1 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts +2 -2
- package/dist/types/components/split_button/split_button.vue.d.ts +2 -2
- package/dist/types/components/stack/stack.vue.d.ts +1 -1
- package/dist/types/components/tabs/tab.vue.d.ts +1 -1
- package/dist/types/components/tabs/tab_group.vue.d.ts +1 -1
- package/dist/types/components/tabs/tab_panel.vue.d.ts +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +1 -1
- package/dist/types/directives/scrollbar/scrollbar.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -2
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -2
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +3 -17
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +17 -17
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -7
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +1 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -17
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -2
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -2
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +1 -1
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +1 -1
- package/package.json +16 -16
- package/dist/common/storybook_utils.cjs +0 -8
- package/dist/common/storybook_utils.cjs.map +0 -1
- package/dist/common/storybook_utils.js +0 -8
- package/dist/common/storybook_utils.js.map +0 -1
- package/dist/types/common/storybook_utils.d.ts +0 -35
- package/dist/types/common/storybook_utils.d.ts.map +0 -1
package/dist/style.css
CHANGED
|
@@ -565,42 +565,42 @@
|
|
|
565
565
|
line-height: var(--dt-font-line-height-100);
|
|
566
566
|
font-variant: tabular-nums;
|
|
567
567
|
}
|
|
568
|
-
.dt-feed-item-row[data-v-
|
|
568
|
+
.dt-feed-item-row[data-v-90e0798e] {
|
|
569
569
|
width: var(--dt-size-100-percent);
|
|
570
570
|
box-sizing: border-box;
|
|
571
571
|
position: relative;
|
|
572
572
|
padding: var(--dt-space-300) var(--dt-space-500);
|
|
573
573
|
}
|
|
574
|
-
.dt-feed-item-row[data-v-
|
|
574
|
+
.dt-feed-item-row[data-v-90e0798e]:focus-visible {
|
|
575
575
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
576
576
|
}
|
|
577
|
-
.dt-feed-item-row--state-searched[data-v-
|
|
577
|
+
.dt-feed-item-row--state-searched[data-v-90e0798e] {
|
|
578
578
|
background-color: var(--dt-color-surface-warning-subtle);
|
|
579
579
|
}
|
|
580
|
-
.dt-feed-item-row--state-error[data-v-
|
|
580
|
+
.dt-feed-item-row--state-error[data-v-90e0798e] {
|
|
581
581
|
background-color: var(--dt-color-surface-critical-subtle);
|
|
582
582
|
}
|
|
583
|
-
.dt-feed-item-row--active[data-v-
|
|
583
|
+
.dt-feed-item-row--active[data-v-90e0798e] {
|
|
584
584
|
background-color: var(--dt-color-surface-secondary-opaque);
|
|
585
585
|
}
|
|
586
|
-
.dt-feed-item-row--state-transition[data-v-
|
|
586
|
+
.dt-feed-item-row--state-transition[data-v-90e0798e] {
|
|
587
587
|
transition-duration: 2s;
|
|
588
588
|
transition-delay: 0s;
|
|
589
589
|
transition-timing-function: var(--ttf-in-out);
|
|
590
590
|
transition-property: background-color;
|
|
591
591
|
}
|
|
592
|
-
.dt-feed-item-row__avatar-container[data-v-
|
|
592
|
+
.dt-feed-item-row__avatar-container[data-v-90e0798e] {
|
|
593
593
|
padding-top: var(--dt-space-300);
|
|
594
594
|
padding-bottom: var(--dt-space-300);
|
|
595
595
|
}
|
|
596
|
-
.dt-feed-item-row__content[data-v-
|
|
596
|
+
.dt-feed-item-row__content[data-v-90e0798e] {
|
|
597
597
|
padding-left: var(--dt-space-300);
|
|
598
598
|
}
|
|
599
|
-
.dt-feed-item-row__attachment[data-v-
|
|
599
|
+
.dt-feed-item-row__attachment[data-v-90e0798e] {
|
|
600
600
|
padding-top: var(--dt-space-200);
|
|
601
601
|
padding-bottom: var(--dt-space-300);
|
|
602
602
|
}
|
|
603
|
-
.dt-feed-item-row__attachment[data-v-
|
|
603
|
+
.dt-feed-item-row__attachment[data-v-90e0798e] .dt-feed-item-row__image {
|
|
604
604
|
border: var(--dt-color-border-subtle) solid var(--dt-size-border-100);
|
|
605
605
|
border-radius: var(--dt-size-radius-400);
|
|
606
606
|
display: block;
|
|
@@ -609,11 +609,11 @@
|
|
|
609
609
|
min-width: 5.6rem;
|
|
610
610
|
min-height: 5.6rem;
|
|
611
611
|
}
|
|
612
|
-
.dt-feed-item-row__attachment[data-v-
|
|
612
|
+
.dt-feed-item-row__attachment[data-v-90e0798e] .dt-feed-item-row__video {
|
|
613
613
|
display: block;
|
|
614
614
|
height: 25rem;
|
|
615
615
|
}
|
|
616
|
-
.dt-feed-item-row__header[data-v-
|
|
616
|
+
.dt-feed-item-row__header[data-v-90e0798e] {
|
|
617
617
|
display: flex;
|
|
618
618
|
align-items: baseline;
|
|
619
619
|
flex-wrap: wrap;
|
|
@@ -621,43 +621,43 @@
|
|
|
621
621
|
font-size: var(--dt-font-size-200);
|
|
622
622
|
line-height: var(--dt-font-line-height-300);
|
|
623
623
|
}
|
|
624
|
-
.dt-feed-item-row__header__name[data-v-
|
|
624
|
+
.dt-feed-item-row__header__name[data-v-90e0798e] {
|
|
625
625
|
font-weight: var(--dt-font-weight-bold);
|
|
626
626
|
}
|
|
627
|
-
.dt-feed-item-row__header__time[data-v-
|
|
627
|
+
.dt-feed-item-row__header__time[data-v-90e0798e] {
|
|
628
628
|
font-size: var(--dt-font-size-100);
|
|
629
629
|
color: var(--dt-color-foreground-tertiary);
|
|
630
630
|
flex-shrink: 0;
|
|
631
631
|
}
|
|
632
|
-
.dt-feed-item-row__reactions[data-v-
|
|
632
|
+
.dt-feed-item-row__reactions[data-v-90e0798e] {
|
|
633
633
|
display: flex;
|
|
634
634
|
flex-wrap: wrap;
|
|
635
635
|
padding-top: var(--dt-space-200);
|
|
636
636
|
padding-bottom: var(--dt-space-200);
|
|
637
637
|
padding-left: var(--dt-space-300);
|
|
638
638
|
}
|
|
639
|
-
.dt-feed-item-row__threading[data-v-
|
|
639
|
+
.dt-feed-item-row__threading[data-v-90e0798e] {
|
|
640
640
|
padding-top: var(--dt-space-200);
|
|
641
641
|
padding-bottom: var(--dt-space-200);
|
|
642
642
|
}
|
|
643
|
-
.dt-feed-item-row__left-time[data-v-
|
|
643
|
+
.dt-feed-item-row__left-time[data-v-90e0798e] {
|
|
644
644
|
color: var(--dt-color-foreground-tertiary);
|
|
645
645
|
font-size: var(--dt-font-size-100);
|
|
646
646
|
font-weight: var(--dt-font-weight-normal);
|
|
647
647
|
vertical-align: middle;
|
|
648
648
|
white-space: nowrap;
|
|
649
649
|
}
|
|
650
|
-
.dt-feed-item-row__menu[data-v-
|
|
650
|
+
.dt-feed-item-row__menu[data-v-90e0798e] {
|
|
651
651
|
position: absolute;
|
|
652
652
|
top: var(--dt-space-550-negative);
|
|
653
653
|
right: var(--dt-space-450);
|
|
654
654
|
}
|
|
655
|
-
.dt-feed-item-row[data-v-
|
|
655
|
+
.dt-feed-item-row[data-v-90e0798e] > .dt-item-layout {
|
|
656
656
|
font: var(--dt-typography-body-md-compact);
|
|
657
657
|
min-height: initial;
|
|
658
658
|
padding: 0px;
|
|
659
659
|
}
|
|
660
|
-
.dt-feed-item-row[data-v-
|
|
660
|
+
.dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--left {
|
|
661
661
|
align-self: flex-start;
|
|
662
662
|
text-align: end;
|
|
663
663
|
display: block;
|
|
@@ -665,20 +665,20 @@
|
|
|
665
665
|
padding-left: var(--dt-space-0);
|
|
666
666
|
min-width: calc(var(--dt-space-600) + var(--dt-space-300));
|
|
667
667
|
}
|
|
668
|
-
.dt-feed-item-row[data-v-
|
|
668
|
+
.dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--right {
|
|
669
669
|
padding: 0;
|
|
670
670
|
min-width: initial;
|
|
671
671
|
}
|
|
672
|
-
.dt-feed-item-row[data-v-
|
|
672
|
+
.dt-feed-item-row[data-v-90e0798e] > .dt-item-layout > .dt-item-layout--content > .dt-item-layout--bottom {
|
|
673
673
|
display: flex;
|
|
674
674
|
flex-direction: column;
|
|
675
675
|
margin-top: 0;
|
|
676
676
|
}
|
|
677
|
-
.dt-recipe-feed-item-pill__wrapper[data-v-
|
|
677
|
+
.dt-recipe-feed-item-pill__wrapper[data-v-df943928] {
|
|
678
678
|
background-color: var(--dt-color-surface-secondary);
|
|
679
679
|
padding: var(--dt-space-400);
|
|
680
680
|
}
|
|
681
|
-
.dt-recipe-feed-item-pill__button[data-v-
|
|
681
|
+
.dt-recipe-feed-item-pill__button[data-v-df943928] {
|
|
682
682
|
background-color: var(--dt-color-surface-moderate);
|
|
683
683
|
text-align: left;
|
|
684
684
|
width: 100%;
|
|
@@ -690,42 +690,45 @@
|
|
|
690
690
|
--button-color-text: var(--dt-action-color-foreground-muted-default);
|
|
691
691
|
--button-border-radius: var(--dt-size-radius-600);
|
|
692
692
|
}
|
|
693
|
-
.dt-recipe-feed-item-pill__layout[data-v-
|
|
693
|
+
.dt-recipe-feed-item-pill__layout[data-v-df943928] {
|
|
694
694
|
padding: var(--dt-space-400);
|
|
695
695
|
gap: var(--dt-space-300);
|
|
696
696
|
width: 100%;
|
|
697
697
|
}
|
|
698
|
-
.dt-recipe-feed-item-pill__layout[data-v-
|
|
698
|
+
.dt-recipe-feed-item-pill__layout[data-v-df943928] > .dt-item-layout--left {
|
|
699
699
|
padding-right: var(--dt-space-0);
|
|
700
700
|
justify-content: center;
|
|
701
701
|
}
|
|
702
|
-
.dt-recipe-feed-item-pill__icon[data-v-
|
|
703
|
-
|
|
702
|
+
.dt-recipe-feed-item-pill__icon[data-v-df943928] {
|
|
703
|
+
display: flex;
|
|
704
|
+
}
|
|
705
|
+
.dt-recipe-feed-item-pill__icon[data-v-df943928] svg {
|
|
706
|
+
animation: fade-df943928 0.15s ease-in;
|
|
704
707
|
}
|
|
705
|
-
.dt-recipe-feed-item-pill__content[data-v-
|
|
708
|
+
.dt-recipe-feed-item-pill__content[data-v-df943928] {
|
|
706
709
|
display: flex;
|
|
707
710
|
justify-content: center;
|
|
708
711
|
}
|
|
709
|
-
.dt-recipe-feed-item-pill__title[data-v-
|
|
712
|
+
.dt-recipe-feed-item-pill__title[data-v-df943928] {
|
|
710
713
|
font-weight: var(--dt-font-weight-bold);
|
|
711
714
|
}
|
|
712
|
-
.dt-recipe-feed-item-pill__border[data-v-
|
|
715
|
+
.dt-recipe-feed-item-pill__border[data-v-df943928] {
|
|
713
716
|
border: double 1px transparent;
|
|
714
717
|
border-radius: var(--dt-size-radius-600);
|
|
715
718
|
background-origin: border-box;
|
|
716
719
|
background-clip: content-box, border-box;
|
|
717
720
|
overflow: hidden;
|
|
718
721
|
}
|
|
719
|
-
.dt-recipe-feed-item-pill__border-default[data-v-
|
|
722
|
+
.dt-recipe-feed-item-pill__border-default[data-v-df943928] {
|
|
720
723
|
background: var(--dt-color-border-default);
|
|
721
724
|
}
|
|
722
|
-
.dt-recipe-feed-item-pill__border-ai[data-v-
|
|
725
|
+
.dt-recipe-feed-item-pill__border-ai[data-v-df943928] {
|
|
723
726
|
background-image: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)), var(--dt-badge-color-background-ai);
|
|
724
727
|
}
|
|
725
|
-
.dt-recipe-feed-item-pill__border-critical[data-v-
|
|
728
|
+
.dt-recipe-feed-item-pill__border-critical[data-v-df943928] {
|
|
726
729
|
background: var(--dt-color-foreground-critical);
|
|
727
730
|
}
|
|
728
|
-
@keyframes fade-
|
|
731
|
+
@keyframes fade-df943928 {
|
|
729
732
|
0% {
|
|
730
733
|
transform: scale(0);
|
|
731
734
|
}
|
|
@@ -840,20 +843,20 @@
|
|
|
840
843
|
background-color: hsla(var(--dt-color-blue-200-hsl) / 50%);
|
|
841
844
|
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
842
845
|
}
|
|
843
|
-
.dt-contact-info[data-v-
|
|
846
|
+
.dt-contact-info[data-v-3acaa9ec] {
|
|
844
847
|
--contact-info-avatar-border-color: var(--dt-color-surface-primary);
|
|
845
848
|
display: flex;
|
|
846
849
|
}
|
|
847
|
-
.dt-contact-info[data-v-
|
|
850
|
+
.dt-contact-info[data-v-3acaa9ec] .dt-item-layout {
|
|
848
851
|
flex: 1 1 0;
|
|
849
852
|
}
|
|
850
|
-
.dt-contact-info[data-v-
|
|
853
|
+
.dt-contact-info[data-v-3acaa9ec] .dt-item-layout--content {
|
|
851
854
|
/*
|
|
852
855
|
DP-74536: Add `min-width` to make the width of "contact info" adjustable.
|
|
853
856
|
*/
|
|
854
857
|
min-width: var(--dt-space-825);
|
|
855
858
|
}
|
|
856
|
-
.dt-contact-info[data-v-
|
|
859
|
+
.dt-contact-info[data-v-3acaa9ec] .dt-item-layout--left {
|
|
857
860
|
/*
|
|
858
861
|
DP-74536: To make 'Avatar' in fixed position when resizing the window.
|
|
859
862
|
*/
|
|
@@ -861,75 +864,75 @@
|
|
|
861
864
|
justify-content: flex-start;
|
|
862
865
|
align-items: center;
|
|
863
866
|
}
|
|
864
|
-
.dt-contact-info[data-v-
|
|
867
|
+
.dt-contact-info[data-v-3acaa9ec] .dt-item-layout--right {
|
|
865
868
|
/*
|
|
866
869
|
DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
|
|
867
870
|
*/
|
|
868
871
|
min-width: 0;
|
|
869
872
|
align-items: center;
|
|
870
873
|
}
|
|
871
|
-
.dt-contact-info__left[data-v-
|
|
874
|
+
.dt-contact-info__left[data-v-3acaa9ec] {
|
|
872
875
|
position: relative;
|
|
873
876
|
background-color: transparent;
|
|
874
877
|
background-image: none;
|
|
875
878
|
border-width: 0;
|
|
876
879
|
cursor: pointer;
|
|
877
880
|
}
|
|
878
|
-
.dt-contact-info--avatars[data-v-
|
|
881
|
+
.dt-contact-info--avatars[data-v-3acaa9ec] {
|
|
879
882
|
margin-right: var(--dt-space-300-negative);
|
|
880
883
|
display: flex;
|
|
881
884
|
flex-direction: row;
|
|
882
885
|
}
|
|
883
|
-
.dt-contact-info--avatars .d-avatar[data-v-
|
|
886
|
+
.dt-contact-info--avatars .d-avatar[data-v-3acaa9ec] {
|
|
884
887
|
border-radius: var(--dt-size-radius-pill);
|
|
885
888
|
border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
|
|
886
889
|
box-sizing: unset;
|
|
887
890
|
}
|
|
888
|
-
.dt-recipe-callbox[data-v-
|
|
891
|
+
.dt-recipe-callbox[data-v-8d007874] {
|
|
889
892
|
padding: 0;
|
|
890
893
|
color: var(--dt-color-foreground-primary);
|
|
891
894
|
background-color: var(--dt-color-surface-primary);
|
|
892
895
|
border-radius: var(--dt-size-radius-300);
|
|
893
896
|
}
|
|
894
|
-
.dt-recipe-callbox--video[data-v-
|
|
897
|
+
.dt-recipe-callbox--video[data-v-8d007874] {
|
|
895
898
|
display: flex;
|
|
896
899
|
border-radius: var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;
|
|
897
900
|
overflow: clip;
|
|
898
901
|
margin-bottom: var(--dt-space-300-negative);
|
|
899
902
|
}
|
|
900
|
-
.dt-recipe-callbox--main-content[data-v-
|
|
903
|
+
.dt-recipe-callbox--main-content[data-v-8d007874] {
|
|
901
904
|
padding: 0;
|
|
902
905
|
border-radius: var(--dt-size-radius-300);
|
|
903
906
|
border: var(--dt-size-border-100) solid transparent;
|
|
904
907
|
align-items: stretch;
|
|
905
908
|
}
|
|
906
|
-
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-
|
|
909
|
+
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-8d007874] {
|
|
907
910
|
border-color: var(--dt-color-border-default);
|
|
908
911
|
}
|
|
909
|
-
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-
|
|
912
|
+
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-8d007874] {
|
|
910
913
|
background: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, linear-gradient(135deg, var(--dt-color-border-accent), var(--dt-color-border-brand)) border-box;
|
|
911
914
|
}
|
|
912
|
-
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-
|
|
915
|
+
.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-8d007874] {
|
|
913
916
|
background: radial-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, radial-gradient(circle, #E7301D, #F78B23) border-box;
|
|
914
917
|
}
|
|
915
|
-
.dt-recipe-callbox--main-content-top[data-v-
|
|
918
|
+
.dt-recipe-callbox--main-content-top[data-v-8d007874] {
|
|
916
919
|
display: flex;
|
|
917
920
|
align-items: center;
|
|
918
921
|
padding: var(--dt-space-350) var(--dt-space-400);
|
|
919
922
|
}
|
|
920
|
-
.dt-recipe-callbox--main-content-bottom[data-v-
|
|
923
|
+
.dt-recipe-callbox--main-content-bottom[data-v-8d007874] {
|
|
921
924
|
border-top: 1px solid var(--dt-color-border-subtle);
|
|
922
925
|
}
|
|
923
|
-
.dt-recipe-callbox--avatar[data-v-
|
|
926
|
+
.dt-recipe-callbox--avatar[data-v-8d007874] {
|
|
924
927
|
margin-right: var(--dt-space-400);
|
|
925
928
|
}
|
|
926
|
-
.dt-recipe-callbox--content[data-v-
|
|
929
|
+
.dt-recipe-callbox--content[data-v-8d007874] {
|
|
927
930
|
display: flex;
|
|
928
931
|
flex-direction: column;
|
|
929
932
|
flex: 1 0 auto;
|
|
930
933
|
min-width: 0;
|
|
931
934
|
}
|
|
932
|
-
.dt-recipe-callbox--content-title[data-v-
|
|
935
|
+
.dt-recipe-callbox--content-title[data-v-8d007874] {
|
|
933
936
|
overflow: clip;
|
|
934
937
|
white-space: nowrap;
|
|
935
938
|
text-overflow: ellipsis;
|
|
@@ -944,10 +947,10 @@
|
|
|
944
947
|
user-select: text;
|
|
945
948
|
line-height: normal;
|
|
946
949
|
}
|
|
947
|
-
.dt-recipe-callbox--content-badge[data-v-
|
|
950
|
+
.dt-recipe-callbox--content-badge[data-v-8d007874] {
|
|
948
951
|
line-height: normal;
|
|
949
952
|
}
|
|
950
|
-
.dt-recipe-callbox--content-subtitle[data-v-
|
|
953
|
+
.dt-recipe-callbox--content-subtitle[data-v-8d007874] {
|
|
951
954
|
padding: 0;
|
|
952
955
|
font-size: var(--dt-font-size-100);
|
|
953
956
|
color: var(--dt-color-foreground-tertiary);
|
|
@@ -956,24 +959,24 @@
|
|
|
956
959
|
width: 0;
|
|
957
960
|
min-width: 100%;
|
|
958
961
|
}
|
|
959
|
-
.dt-recipe-callbox--right[data-v-
|
|
962
|
+
.dt-recipe-callbox--right[data-v-8d007874] {
|
|
960
963
|
display: flex;
|
|
961
964
|
justify-content: right;
|
|
962
965
|
}
|
|
963
|
-
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-
|
|
966
|
+
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874] {
|
|
964
967
|
cursor: pointer;
|
|
965
968
|
user-select: none;
|
|
966
969
|
border-radius: var(--dt-size-100);
|
|
967
970
|
}
|
|
968
|
-
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-
|
|
971
|
+
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:focus-visible {
|
|
969
972
|
outline: none;
|
|
970
973
|
box-shadow: var(--dt-shadow-focus);
|
|
971
974
|
}
|
|
972
|
-
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-
|
|
973
|
-
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-
|
|
975
|
+
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:hover,
|
|
976
|
+
.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-8d007874]:active {
|
|
974
977
|
text-decoration: underline;
|
|
975
978
|
}
|
|
976
|
-
.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-
|
|
979
|
+
.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-8d007874] {
|
|
977
980
|
background-color: var(--dt-color-surface-warning);
|
|
978
981
|
}
|
|
979
982
|
/* stylelint-disable selector-pseudo-class-no-unknown */
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
}, {}, {}, {}, {
|
|
11
11
|
close(): void;
|
|
12
|
-
}, import("vue
|
|
12
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
/**
|
|
14
14
|
* Label for the visually hidden close button
|
|
15
15
|
* Required if visuallyHiddenClose is set to `true`
|
|
@@ -80,13 +80,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
default: undefined;
|
|
81
81
|
validator: (group: unknown) => boolean;
|
|
82
82
|
};
|
|
83
|
-
/**
|
|
84
|
-
* The icon that overlays the avatar
|
|
85
|
-
*/
|
|
86
|
-
overlayIcon: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
83
|
/**
|
|
91
84
|
* The text that overlays the avatar
|
|
92
85
|
*/
|
|
@@ -117,14 +110,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
110
|
type: StringConstructor;
|
|
118
111
|
default: undefined;
|
|
119
112
|
};
|
|
120
|
-
/**
|
|
121
|
-
* Icon name to be displayed on the avatar
|
|
122
|
-
*/
|
|
123
|
-
iconName: {
|
|
124
|
-
type: StringConstructor;
|
|
125
|
-
default: undefined;
|
|
126
|
-
validator: (name: unknown) => boolean;
|
|
127
|
-
};
|
|
128
113
|
/**
|
|
129
114
|
* Icon size to be displayed on the avatar
|
|
130
115
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
@@ -185,7 +170,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
170
|
formattedInitials: string;
|
|
186
171
|
initializing: boolean;
|
|
187
172
|
}, {
|
|
188
|
-
|
|
173
|
+
isIconType(): import("vue/types/vnode").ScopedSlotChildren;
|
|
174
|
+
hasOverlayIcon(): boolean;
|
|
175
|
+
iconDataQa(): "dt-avatar-icon";
|
|
189
176
|
avatarClasses(): any[];
|
|
190
177
|
overlayClasses(): any[];
|
|
191
178
|
showGroup(): boolean;
|
|
@@ -200,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
187
|
_erroredImageEventHandler(el: any): void;
|
|
201
188
|
validateProps(): void;
|
|
202
189
|
handleClick(e: any): void;
|
|
203
|
-
}, import("vue
|
|
190
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
204
191
|
/**
|
|
205
192
|
* Id of the avatar content wrapper element
|
|
206
193
|
*/
|
|
@@ -282,13 +269,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
282
269
|
default: undefined;
|
|
283
270
|
validator: (group: unknown) => boolean;
|
|
284
271
|
};
|
|
285
|
-
/**
|
|
286
|
-
* The icon that overlays the avatar
|
|
287
|
-
*/
|
|
288
|
-
overlayIcon: {
|
|
289
|
-
type: StringConstructor;
|
|
290
|
-
default: string;
|
|
291
|
-
};
|
|
292
272
|
/**
|
|
293
273
|
* The text that overlays the avatar
|
|
294
274
|
*/
|
|
@@ -319,14 +299,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
319
299
|
type: StringConstructor;
|
|
320
300
|
default: undefined;
|
|
321
301
|
};
|
|
322
|
-
/**
|
|
323
|
-
* Icon name to be displayed on the avatar
|
|
324
|
-
*/
|
|
325
|
-
iconName: {
|
|
326
|
-
type: StringConstructor;
|
|
327
|
-
default: undefined;
|
|
328
|
-
validator: (name: unknown) => boolean;
|
|
329
|
-
};
|
|
330
302
|
/**
|
|
331
303
|
* Icon size to be displayed on the avatar
|
|
332
304
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
@@ -361,8 +333,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
333
|
};
|
|
362
334
|
}>>, {
|
|
363
335
|
presence: string;
|
|
364
|
-
size: string;
|
|
365
336
|
fullName: string;
|
|
337
|
+
size: string;
|
|
366
338
|
group: number;
|
|
367
339
|
imageSrc: string;
|
|
368
340
|
id: string;
|
|
@@ -372,11 +344,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
372
344
|
canvasClass: string | Record<string, any> | unknown[];
|
|
373
345
|
iconClass: string | Record<string, any> | unknown[];
|
|
374
346
|
presenceProps: Record<string, any>;
|
|
375
|
-
overlayIcon: string;
|
|
376
347
|
overlayText: string;
|
|
377
348
|
overlayClass: string | Record<string, any> | unknown[];
|
|
378
349
|
imageAlt: string;
|
|
379
|
-
iconName: string;
|
|
380
350
|
iconSize: string;
|
|
381
351
|
clickable: boolean;
|
|
382
352
|
iconAriaLabel: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7JH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|
|
@@ -107,14 +107,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
'magenta-400': string;
|
|
108
108
|
};
|
|
109
109
|
}, {
|
|
110
|
-
hasLeftIcon(): import("vue/types/vnode
|
|
111
|
-
hasRightIcon(): import("vue/types/vnode
|
|
112
|
-
hasIcons(): import("vue/types/vnode
|
|
110
|
+
hasLeftIcon(): import("vue/types/vnode").ScopedSlotChildren;
|
|
111
|
+
hasRightIcon(): import("vue/types/vnode").ScopedSlotChildren;
|
|
112
|
+
hasIcons(): import("vue/types/vnode").ScopedSlotChildren;
|
|
113
113
|
}, {
|
|
114
114
|
validateProps(): void;
|
|
115
115
|
validateTypePropCombination(): void;
|
|
116
116
|
validateDecorationPropCombination(): void;
|
|
117
|
-
}, import("vue
|
|
117
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
118
118
|
/**
|
|
119
119
|
* Text for the badge content
|
|
120
120
|
*/
|
|
@@ -146,7 +146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
146
146
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
147
147
|
focusTrappedTabPress(e: object, el: object): void;
|
|
148
148
|
};
|
|
149
|
-
}, import("vue
|
|
149
|
+
}, import("vue").ComponentOptionsMixin, "close"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
150
150
|
/**
|
|
151
151
|
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
152
152
|
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
linkKind(): "" | "muted";
|
|
27
27
|
linkInverted(): boolean;
|
|
28
28
|
ariaCurrent(): "location" | undefined;
|
|
29
|
-
}, {}, import("vue
|
|
29
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* Passed through to link. If true, applies inverted styles to the link.
|
|
32
32
|
*/
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
BREADCRUMBS_INVERTED_MODIFIER: string;
|
|
27
27
|
}, {}, {
|
|
28
28
|
getBreadcrumbItemKey(index: any): string;
|
|
29
|
-
}, import("vue
|
|
29
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* A provided list of breadcrumbs. Overridden by default slot
|
|
32
32
|
*/
|
|
@@ -159,7 +159,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
shouldRenderIcon(): boolean | undefined;
|
|
160
160
|
isIconOnly(): boolean | undefined;
|
|
161
161
|
isVerticalIconLayout(): boolean;
|
|
162
|
-
}, import("vue
|
|
162
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "focusin" | "focusout")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
163
163
|
/**
|
|
164
164
|
* Whether the button is a circle or not.
|
|
165
165
|
* @values true, false
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
end: string;
|
|
14
14
|
'space-between': string;
|
|
15
15
|
};
|
|
16
|
-
}, {}, {}, import("vue
|
|
16
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
/**
|
|
18
18
|
* Alignment of the buttons inside the container
|
|
19
19
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=buttons_decorator.vue.d.ts.map
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
|
-
}, {}, {}, {}, {}, import("vue
|
|
38
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
/**
|
|
40
40
|
* The maximum height of the card content.
|
|
41
41
|
* If given, makes content area scrollable.
|
|
@@ -150,6 +150,6 @@ declare const _default: import("vue").DefineComponent<{}, any, {}, {
|
|
|
150
150
|
computed: {
|
|
151
151
|
formattedMessages(): any;
|
|
152
152
|
};
|
|
153
|
-
}, import("vue
|
|
153
|
+
}, import("vue").ComponentOptionsMixin, ("input" | "focusin" | "focusout")[], string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
154
154
|
export default _default;
|
|
155
155
|
//# sourceMappingURL=checkbox.vue.d.ts.map
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
}, {}, {
|
|
45
45
|
setGroupValue(value: any, checked: any): void;
|
|
46
46
|
getMessageKey(type: any, index: any): any;
|
|
47
|
-
}, import("vue
|
|
47
|
+
}, import("vue").ComponentOptionsMixin, import("vue").DefineComponent<{
|
|
48
48
|
dataQaGroup: {
|
|
49
49
|
type: StringConstructor;
|
|
50
50
|
default: string;
|
|
@@ -90,7 +90,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
90
|
}, {
|
|
91
91
|
getMessageKey(type: any, index: any): string;
|
|
92
92
|
messageTypeClass(type: any): any;
|
|
93
|
-
}, import("vue
|
|
93
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
94
94
|
id: {
|
|
95
95
|
type: StringConstructor;
|
|
96
96
|
default(): string;
|
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
setGroupValue(newValue: any): void;
|
|
184
184
|
};
|
|
185
185
|
mounted(): void;
|
|
186
|
-
}, import("vue
|
|
186
|
+
}, import("vue").ComponentOptionsMixin, "input"[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
187
187
|
dataQaGroup: {
|
|
188
188
|
type: StringConstructor;
|
|
189
189
|
default: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=checkboxes_decorator.vue.d.ts.map
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
chipClasses(): any[];
|
|
77
77
|
chipCloseButtonClasses(): any[];
|
|
78
78
|
onClose(): void;
|
|
79
|
-
}, import("vue
|
|
79
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "click" | "keyup")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
80
80
|
/**
|
|
81
81
|
* A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
|
|
82
82
|
*/
|
|
@@ -144,8 +144,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
};
|
|
145
145
|
}>>, {
|
|
146
146
|
size: string;
|
|
147
|
-
ariaLabel: string;
|
|
148
147
|
id: string;
|
|
148
|
+
ariaLabel: string;
|
|
149
149
|
labelClass: string | Record<string, any> | unknown[];
|
|
150
150
|
closeButtonProps: Record<string, any>;
|
|
151
151
|
hideClose: boolean;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}, {}, {}, {}, {}, import("vue
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
text: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
required: true;
|
|
@@ -94,7 +94,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
94
94
|
defaultToggleOpen(): void;
|
|
95
95
|
toggleOpen(): void;
|
|
96
96
|
validateProperAnchor(): void;
|
|
97
|
-
}, import("vue
|
|
97
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:open" | "opened")[], string, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
/**
|
|
99
99
|
* Text that is displayed on the anchor if nothing is passed in the slot.
|
|
100
100
|
* Ignored if the anchor slot is used.
|
|
@@ -181,8 +181,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
181
|
default: null;
|
|
182
182
|
};
|
|
183
183
|
}>>, {
|
|
184
|
-
ariaLabel: string;
|
|
185
184
|
id: string;
|
|
185
|
+
ariaLabel: string;
|
|
186
186
|
maxHeight: string;
|
|
187
187
|
contentClass: string | Record<string, any> | unknown[];
|
|
188
188
|
elementType: string;
|