@dialpad/dialtone 9.167.0 → 9.169.0
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/css/dialtone-default-theme.css +6 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +6 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +85072 -85072
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +56 -44
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarButton.js +18 -17
- package/dist/vue3/lib/editor/EditorToolbarButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarDropdownButton.js.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -1
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js +38 -35
- package/dist/vue3/lib/editor/EditorToolbarPopoverButton.js.map +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +114 -106
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard/hovercard.js +37 -28
- package/dist/vue3/lib/hovercard/hovercard.js.map +1 -1
- package/dist/vue3/lib/popover/popover.cjs +1 -1
- package/dist/vue3/lib/popover/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover/popover.js +16 -4
- package/dist/vue3/lib/popover/popover.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +27 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +69 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +140 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +69 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +96 -3
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +123 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +69 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +96 -3
- package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +123 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts
CHANGED
|
@@ -146,6 +146,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
146
146
|
};
|
|
147
147
|
computedAriaLive(): unknown;
|
|
148
148
|
iconSize(): any;
|
|
149
|
+
loaderSize(): any;
|
|
149
150
|
}, {
|
|
150
151
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
151
152
|
buttonClasses(): any[];
|
|
@@ -264,7 +265,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
265
|
width: string;
|
|
265
266
|
assertiveOnFocus: boolean;
|
|
266
267
|
rel: string;
|
|
267
|
-
}, {}, {
|
|
268
|
+
}, {}, {
|
|
269
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
270
|
+
ariaLabel: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
size: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: string;
|
|
277
|
+
validator: (s: unknown) => boolean;
|
|
278
|
+
};
|
|
279
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
280
|
+
ariaLabel: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
size: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: string;
|
|
287
|
+
validator: (s: unknown) => boolean;
|
|
288
|
+
};
|
|
289
|
+
}>> & Readonly<{}>, {
|
|
290
|
+
size: string;
|
|
291
|
+
ariaLabel: string;
|
|
292
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
293
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
268
294
|
DtIconArrowRight: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
269
295
|
size: {
|
|
270
296
|
type: StringConstructor;
|
|
@@ -600,6 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
600
626
|
};
|
|
601
627
|
computedAriaLive(): unknown;
|
|
602
628
|
iconSize(): any;
|
|
629
|
+
loaderSize(): any;
|
|
603
630
|
}, {
|
|
604
631
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
605
632
|
buttonClasses(): any[];
|
|
@@ -718,7 +745,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
718
745
|
width: string;
|
|
719
746
|
assertiveOnFocus: boolean;
|
|
720
747
|
rel: string;
|
|
721
|
-
}, {}, {
|
|
748
|
+
}, {}, {
|
|
749
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
750
|
+
ariaLabel: {
|
|
751
|
+
type: StringConstructor;
|
|
752
|
+
default: string;
|
|
753
|
+
};
|
|
754
|
+
size: {
|
|
755
|
+
type: StringConstructor;
|
|
756
|
+
default: string;
|
|
757
|
+
validator: (s: unknown) => boolean;
|
|
758
|
+
};
|
|
759
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
760
|
+
ariaLabel: {
|
|
761
|
+
type: StringConstructor;
|
|
762
|
+
default: string;
|
|
763
|
+
};
|
|
764
|
+
size: {
|
|
765
|
+
type: StringConstructor;
|
|
766
|
+
default: string;
|
|
767
|
+
validator: (s: unknown) => boolean;
|
|
768
|
+
};
|
|
769
|
+
}>> & Readonly<{}>, {
|
|
770
|
+
size: string;
|
|
771
|
+
ariaLabel: string;
|
|
772
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
773
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
722
774
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
723
775
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
724
776
|
circle: {
|
|
@@ -845,6 +897,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
845
897
|
};
|
|
846
898
|
computedAriaLive(): unknown;
|
|
847
899
|
iconSize(): any;
|
|
900
|
+
loaderSize(): any;
|
|
848
901
|
}, {
|
|
849
902
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
850
903
|
buttonClasses(): any[];
|
|
@@ -963,7 +1016,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
963
1016
|
width: string;
|
|
964
1017
|
assertiveOnFocus: boolean;
|
|
965
1018
|
rel: string;
|
|
966
|
-
}, {}, {
|
|
1019
|
+
}, {}, {
|
|
1020
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1021
|
+
ariaLabel: {
|
|
1022
|
+
type: StringConstructor;
|
|
1023
|
+
default: string;
|
|
1024
|
+
};
|
|
1025
|
+
size: {
|
|
1026
|
+
type: StringConstructor;
|
|
1027
|
+
default: string;
|
|
1028
|
+
validator: (s: unknown) => boolean;
|
|
1029
|
+
};
|
|
1030
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1031
|
+
ariaLabel: {
|
|
1032
|
+
type: StringConstructor;
|
|
1033
|
+
default: string;
|
|
1034
|
+
};
|
|
1035
|
+
size: {
|
|
1036
|
+
type: StringConstructor;
|
|
1037
|
+
default: string;
|
|
1038
|
+
validator: (s: unknown) => boolean;
|
|
1039
|
+
};
|
|
1040
|
+
}>> & Readonly<{}>, {
|
|
1041
|
+
size: string;
|
|
1042
|
+
ariaLabel: string;
|
|
1043
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1044
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
967
1045
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
968
1046
|
size: {
|
|
969
1047
|
type: StringConstructor;
|
|
@@ -1120,6 +1198,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1120
1198
|
};
|
|
1121
1199
|
computedAriaLive(): unknown;
|
|
1122
1200
|
iconSize(): any;
|
|
1201
|
+
loaderSize(): any;
|
|
1123
1202
|
}, {
|
|
1124
1203
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1125
1204
|
buttonClasses(): any[];
|
|
@@ -1238,7 +1317,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1238
1317
|
width: string;
|
|
1239
1318
|
assertiveOnFocus: boolean;
|
|
1240
1319
|
rel: string;
|
|
1241
|
-
}, {}, {
|
|
1320
|
+
}, {}, {
|
|
1321
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1322
|
+
ariaLabel: {
|
|
1323
|
+
type: StringConstructor;
|
|
1324
|
+
default: string;
|
|
1325
|
+
};
|
|
1326
|
+
size: {
|
|
1327
|
+
type: StringConstructor;
|
|
1328
|
+
default: string;
|
|
1329
|
+
validator: (s: unknown) => boolean;
|
|
1330
|
+
};
|
|
1331
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1332
|
+
ariaLabel: {
|
|
1333
|
+
type: StringConstructor;
|
|
1334
|
+
default: string;
|
|
1335
|
+
};
|
|
1336
|
+
size: {
|
|
1337
|
+
type: StringConstructor;
|
|
1338
|
+
default: string;
|
|
1339
|
+
validator: (s: unknown) => boolean;
|
|
1340
|
+
};
|
|
1341
|
+
}>> & Readonly<{}>, {
|
|
1342
|
+
size: string;
|
|
1343
|
+
ariaLabel: string;
|
|
1344
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1345
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1242
1346
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1243
1347
|
size: {
|
|
1244
1348
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"attachment_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel.vue"],"names":[],"mappings":"AA0DA
|
|
1
|
+
{"version":3,"file":"attachment_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel.vue"],"names":[],"mappings":"AA0DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAqLA,GAzI0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAyI1E,GAzI0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAyI1E,IApD+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAoD/D,GAzI0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAyI1E,GAzI0E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyI1E,GAzI0E"}
|
|
@@ -273,6 +273,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
273
273
|
};
|
|
274
274
|
computedAriaLive(): unknown;
|
|
275
275
|
iconSize(): any;
|
|
276
|
+
loaderSize(): any;
|
|
276
277
|
}, {
|
|
277
278
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
278
279
|
buttonClasses(): any[];
|
|
@@ -391,7 +392,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
392
|
width: string;
|
|
392
393
|
assertiveOnFocus: boolean;
|
|
393
394
|
rel: string;
|
|
394
|
-
}, {}, {
|
|
395
|
+
}, {}, {
|
|
396
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
397
|
+
ariaLabel: {
|
|
398
|
+
type: StringConstructor;
|
|
399
|
+
default: string;
|
|
400
|
+
};
|
|
401
|
+
size: {
|
|
402
|
+
type: StringConstructor;
|
|
403
|
+
default: string;
|
|
404
|
+
validator: (s: unknown) => boolean;
|
|
405
|
+
};
|
|
406
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
407
|
+
ariaLabel: {
|
|
408
|
+
type: StringConstructor;
|
|
409
|
+
default: string;
|
|
410
|
+
};
|
|
411
|
+
size: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: string;
|
|
414
|
+
validator: (s: unknown) => boolean;
|
|
415
|
+
};
|
|
416
|
+
}>> & Readonly<{}>, {
|
|
417
|
+
size: string;
|
|
418
|
+
ariaLabel: string;
|
|
419
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
420
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
395
421
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
396
422
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
397
423
|
circle: {
|
|
@@ -518,6 +544,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
518
544
|
};
|
|
519
545
|
computedAriaLive(): unknown;
|
|
520
546
|
iconSize(): any;
|
|
547
|
+
loaderSize(): any;
|
|
521
548
|
}, {
|
|
522
549
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
523
550
|
buttonClasses(): any[];
|
|
@@ -636,7 +663,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
636
663
|
width: string;
|
|
637
664
|
assertiveOnFocus: boolean;
|
|
638
665
|
rel: string;
|
|
639
|
-
}, {}, {
|
|
666
|
+
}, {}, {
|
|
667
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
668
|
+
ariaLabel: {
|
|
669
|
+
type: StringConstructor;
|
|
670
|
+
default: string;
|
|
671
|
+
};
|
|
672
|
+
size: {
|
|
673
|
+
type: StringConstructor;
|
|
674
|
+
default: string;
|
|
675
|
+
validator: (s: unknown) => boolean;
|
|
676
|
+
};
|
|
677
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
678
|
+
ariaLabel: {
|
|
679
|
+
type: StringConstructor;
|
|
680
|
+
default: string;
|
|
681
|
+
};
|
|
682
|
+
size: {
|
|
683
|
+
type: StringConstructor;
|
|
684
|
+
default: string;
|
|
685
|
+
validator: (s: unknown) => boolean;
|
|
686
|
+
};
|
|
687
|
+
}>> & Readonly<{}>, {
|
|
688
|
+
size: string;
|
|
689
|
+
ariaLabel: string;
|
|
690
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
691
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
640
692
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
641
693
|
size: {
|
|
642
694
|
type: StringConstructor;
|
|
@@ -793,6 +845,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
793
845
|
};
|
|
794
846
|
computedAriaLive(): unknown;
|
|
795
847
|
iconSize(): any;
|
|
848
|
+
loaderSize(): any;
|
|
796
849
|
}, {
|
|
797
850
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
798
851
|
buttonClasses(): any[];
|
|
@@ -911,7 +964,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
911
964
|
width: string;
|
|
912
965
|
assertiveOnFocus: boolean;
|
|
913
966
|
rel: string;
|
|
914
|
-
}, {}, {
|
|
967
|
+
}, {}, {
|
|
968
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
969
|
+
ariaLabel: {
|
|
970
|
+
type: StringConstructor;
|
|
971
|
+
default: string;
|
|
972
|
+
};
|
|
973
|
+
size: {
|
|
974
|
+
type: StringConstructor;
|
|
975
|
+
default: string;
|
|
976
|
+
validator: (s: unknown) => boolean;
|
|
977
|
+
};
|
|
978
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
979
|
+
ariaLabel: {
|
|
980
|
+
type: StringConstructor;
|
|
981
|
+
default: string;
|
|
982
|
+
};
|
|
983
|
+
size: {
|
|
984
|
+
type: StringConstructor;
|
|
985
|
+
default: string;
|
|
986
|
+
validator: (s: unknown) => boolean;
|
|
987
|
+
};
|
|
988
|
+
}>> & Readonly<{}>, {
|
|
989
|
+
size: string;
|
|
990
|
+
ariaLabel: string;
|
|
991
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
992
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
915
993
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
916
994
|
size: {
|
|
917
995
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue"],"names":[],"mappings":"AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAiJK,IAAD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BApCJ,GA7DC
|
|
1
|
+
{"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue"],"names":[],"mappings":"AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAiJK,IAAD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BApCJ,GA7DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6DD,GA7DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6DD,GA7DC"}
|
|
@@ -190,6 +190,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
computedAriaLive(): unknown;
|
|
192
192
|
iconSize(): any;
|
|
193
|
+
loaderSize(): any;
|
|
193
194
|
}, {
|
|
194
195
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
195
196
|
buttonClasses(): any[];
|
|
@@ -308,7 +309,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
309
|
width: string;
|
|
309
310
|
assertiveOnFocus: boolean;
|
|
310
311
|
rel: string;
|
|
311
|
-
}, {}, {
|
|
312
|
+
}, {}, {
|
|
313
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
314
|
+
ariaLabel: {
|
|
315
|
+
type: StringConstructor;
|
|
316
|
+
default: string;
|
|
317
|
+
};
|
|
318
|
+
size: {
|
|
319
|
+
type: StringConstructor;
|
|
320
|
+
default: string;
|
|
321
|
+
validator: (s: unknown) => boolean;
|
|
322
|
+
};
|
|
323
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
324
|
+
ariaLabel: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: string;
|
|
327
|
+
};
|
|
328
|
+
size: {
|
|
329
|
+
type: StringConstructor;
|
|
330
|
+
default: string;
|
|
331
|
+
validator: (s: unknown) => boolean;
|
|
332
|
+
};
|
|
333
|
+
}>> & Readonly<{}>, {
|
|
334
|
+
size: string;
|
|
335
|
+
ariaLabel: string;
|
|
336
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
337
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
312
338
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
313
339
|
export default _default;
|
|
314
340
|
//# sourceMappingURL=EditorToolbarButton.vue.d.ts.map
|
package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts
CHANGED
|
@@ -182,6 +182,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
182
182
|
};
|
|
183
183
|
computedAriaLive(): unknown;
|
|
184
184
|
iconSize(): any;
|
|
185
|
+
loaderSize(): any;
|
|
185
186
|
}, {
|
|
186
187
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
187
188
|
buttonClasses(): any[];
|
|
@@ -300,7 +301,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
300
301
|
width: string;
|
|
301
302
|
assertiveOnFocus: boolean;
|
|
302
303
|
rel: string;
|
|
303
|
-
}, {}, {
|
|
304
|
+
}, {}, {
|
|
305
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
306
|
+
ariaLabel: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
default: string;
|
|
309
|
+
};
|
|
310
|
+
size: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
default: string;
|
|
313
|
+
validator: (s: unknown) => boolean;
|
|
314
|
+
};
|
|
315
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
316
|
+
ariaLabel: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
size: {
|
|
321
|
+
type: StringConstructor;
|
|
322
|
+
default: string;
|
|
323
|
+
validator: (s: unknown) => boolean;
|
|
324
|
+
};
|
|
325
|
+
}>> & Readonly<{}>, {
|
|
326
|
+
size: string;
|
|
327
|
+
ariaLabel: string;
|
|
328
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
329
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
304
330
|
DtDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
305
331
|
open: {
|
|
306
332
|
type: BooleanConstructor;
|
|
@@ -630,6 +656,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
630
656
|
type: StringConstructor;
|
|
631
657
|
default: string;
|
|
632
658
|
};
|
|
659
|
+
externalAnchorElement: {
|
|
660
|
+
type: {
|
|
661
|
+
new (): HTMLElement;
|
|
662
|
+
prototype: HTMLElement;
|
|
663
|
+
};
|
|
664
|
+
default: null;
|
|
665
|
+
};
|
|
633
666
|
id: {
|
|
634
667
|
type: StringConstructor;
|
|
635
668
|
default(): string;
|
|
@@ -857,6 +890,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
857
890
|
type: StringConstructor;
|
|
858
891
|
default: string;
|
|
859
892
|
};
|
|
893
|
+
externalAnchorElement: {
|
|
894
|
+
type: {
|
|
895
|
+
new (): HTMLElement;
|
|
896
|
+
prototype: HTMLElement;
|
|
897
|
+
};
|
|
898
|
+
default: null;
|
|
899
|
+
};
|
|
860
900
|
id: {
|
|
861
901
|
type: StringConstructor;
|
|
862
902
|
default(): string;
|
|
@@ -963,6 +1003,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
963
1003
|
fallbackPlacements: unknown[];
|
|
964
1004
|
tether: boolean;
|
|
965
1005
|
externalAnchor: string;
|
|
1006
|
+
externalAnchorElement: HTMLElement;
|
|
966
1007
|
showCloseButton: boolean;
|
|
967
1008
|
openOnContext: boolean;
|
|
968
1009
|
ariaLabelledby: string;
|
|
@@ -1138,6 +1179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1138
1179
|
};
|
|
1139
1180
|
computedAriaLive(): unknown;
|
|
1140
1181
|
iconSize(): any;
|
|
1182
|
+
loaderSize(): any;
|
|
1141
1183
|
}, {
|
|
1142
1184
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1143
1185
|
buttonClasses(): any[];
|
|
@@ -1256,7 +1298,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1256
1298
|
width: string;
|
|
1257
1299
|
assertiveOnFocus: boolean;
|
|
1258
1300
|
rel: string;
|
|
1259
|
-
}, {}, {
|
|
1301
|
+
}, {}, {
|
|
1302
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1303
|
+
ariaLabel: {
|
|
1304
|
+
type: StringConstructor;
|
|
1305
|
+
default: string;
|
|
1306
|
+
};
|
|
1307
|
+
size: {
|
|
1308
|
+
type: StringConstructor;
|
|
1309
|
+
default: string;
|
|
1310
|
+
validator: (s: unknown) => boolean;
|
|
1311
|
+
};
|
|
1312
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1313
|
+
ariaLabel: {
|
|
1314
|
+
type: StringConstructor;
|
|
1315
|
+
default: string;
|
|
1316
|
+
};
|
|
1317
|
+
size: {
|
|
1318
|
+
type: StringConstructor;
|
|
1319
|
+
default: string;
|
|
1320
|
+
validator: (s: unknown) => boolean;
|
|
1321
|
+
};
|
|
1322
|
+
}>> & Readonly<{}>, {
|
|
1323
|
+
size: string;
|
|
1324
|
+
ariaLabel: string;
|
|
1325
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1326
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1260
1327
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1261
1328
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1262
1329
|
show: {
|
|
@@ -1457,6 +1524,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1457
1524
|
};
|
|
1458
1525
|
computedAriaLive(): unknown;
|
|
1459
1526
|
iconSize(): any;
|
|
1527
|
+
loaderSize(): any;
|
|
1460
1528
|
}, {
|
|
1461
1529
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1462
1530
|
buttonClasses(): any[];
|
|
@@ -1575,7 +1643,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1575
1643
|
width: string;
|
|
1576
1644
|
assertiveOnFocus: boolean;
|
|
1577
1645
|
rel: string;
|
|
1578
|
-
}, {}, {
|
|
1646
|
+
}, {}, {
|
|
1647
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1648
|
+
ariaLabel: {
|
|
1649
|
+
type: StringConstructor;
|
|
1650
|
+
default: string;
|
|
1651
|
+
};
|
|
1652
|
+
size: {
|
|
1653
|
+
type: StringConstructor;
|
|
1654
|
+
default: string;
|
|
1655
|
+
validator: (s: unknown) => boolean;
|
|
1656
|
+
};
|
|
1657
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1658
|
+
ariaLabel: {
|
|
1659
|
+
type: StringConstructor;
|
|
1660
|
+
default: string;
|
|
1661
|
+
};
|
|
1662
|
+
size: {
|
|
1663
|
+
type: StringConstructor;
|
|
1664
|
+
default: string;
|
|
1665
|
+
validator: (s: unknown) => boolean;
|
|
1666
|
+
};
|
|
1667
|
+
}>> & Readonly<{}>, {
|
|
1668
|
+
size: string;
|
|
1669
|
+
ariaLabel: string;
|
|
1670
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1671
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1579
1672
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1580
1673
|
size: {
|
|
1581
1674
|
type: StringConstructor;
|
package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorToolbarDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/EditorToolbarDropdownButton.vue"],"names":[],"mappings":"AAsCA
|
|
1
|
+
{"version":3,"file":"EditorToolbarDropdownButton.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/EditorToolbarDropdownButton.vue"],"names":[],"mappings":"AAsCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAmLgC,IAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA/DnC,GA9DC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8DD,GA9DC"}
|