@dialpad/dialtone-vue 3.212.0 → 3.213.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/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +56 -44
- package/dist/lib/button/button.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 +18 -17
- 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 +38 -35
- 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 +38 -35
- 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 +114 -106
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/types/common/sr_only_close_button.vue.d.ts +27 -1
- package/dist/types/components/banner/banner.vue.d.ts +54 -2
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/button/button.vue.d.ts +27 -1
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +27 -1
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts +27 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +54 -2
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/hovercard/hovercard.vue.d.ts +108 -4
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +54 -2
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +54 -2
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice.vue.d.ts +54 -2
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +54 -2
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts +27 -1
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover.vue.d.ts +54 -2
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +27 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +81 -3
- package/dist/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +27 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts +27 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button.vue.d.ts +108 -4
- package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/types/components/tab/tab.vue.d.ts +27 -1
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +54 -2
- package/dist/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts +54 -2
- package/dist/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +216 -8
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -1
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +108 -4
- package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +108 -4
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +81 -3
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +27 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +54 -2
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +108 -4
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +81 -3
- package/dist/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +108 -4
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +27 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +27 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +27 -1
- 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 +27 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +27 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map
CHANGED
|
@@ -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
|
|
@@ -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;
|
|
@@ -1153,6 +1179,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1153
1179
|
};
|
|
1154
1180
|
computedAriaLive(): unknown;
|
|
1155
1181
|
iconSize(): any;
|
|
1182
|
+
loaderSize(): any;
|
|
1156
1183
|
}, {
|
|
1157
1184
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1158
1185
|
buttonClasses(): any[];
|
|
@@ -1271,7 +1298,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1271
1298
|
width: string;
|
|
1272
1299
|
assertiveOnFocus: boolean;
|
|
1273
1300
|
rel: string;
|
|
1274
|
-
}, {}, {
|
|
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>;
|
|
1275
1327
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1276
1328
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1277
1329
|
show: {
|
|
@@ -1472,6 +1524,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1472
1524
|
};
|
|
1473
1525
|
computedAriaLive(): unknown;
|
|
1474
1526
|
iconSize(): any;
|
|
1527
|
+
loaderSize(): any;
|
|
1475
1528
|
}, {
|
|
1476
1529
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1477
1530
|
buttonClasses(): any[];
|
|
@@ -1590,7 +1643,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1590
1643
|
width: string;
|
|
1591
1644
|
assertiveOnFocus: boolean;
|
|
1592
1645
|
rel: string;
|
|
1593
|
-
}, {}, {
|
|
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>;
|
|
1594
1672
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1595
1673
|
size: {
|
|
1596
1674
|
type: StringConstructor;
|
package/dist/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"}
|
|
@@ -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
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
305
331
|
open: {
|
|
306
332
|
type: BooleanConstructor;
|
|
@@ -880,6 +906,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
880
906
|
};
|
|
881
907
|
computedAriaLive(): unknown;
|
|
882
908
|
iconSize(): any;
|
|
909
|
+
loaderSize(): any;
|
|
883
910
|
}, {
|
|
884
911
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
885
912
|
buttonClasses(): any[];
|
|
@@ -998,7 +1025,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
998
1025
|
width: string;
|
|
999
1026
|
assertiveOnFocus: boolean;
|
|
1000
1027
|
rel: string;
|
|
1001
|
-
}, {}, {
|
|
1028
|
+
}, {}, {
|
|
1029
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1030
|
+
ariaLabel: {
|
|
1031
|
+
type: StringConstructor;
|
|
1032
|
+
default: string;
|
|
1033
|
+
};
|
|
1034
|
+
size: {
|
|
1035
|
+
type: StringConstructor;
|
|
1036
|
+
default: string;
|
|
1037
|
+
validator: (s: unknown) => boolean;
|
|
1038
|
+
};
|
|
1039
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1040
|
+
ariaLabel: {
|
|
1041
|
+
type: StringConstructor;
|
|
1042
|
+
default: string;
|
|
1043
|
+
};
|
|
1044
|
+
size: {
|
|
1045
|
+
type: StringConstructor;
|
|
1046
|
+
default: string;
|
|
1047
|
+
validator: (s: unknown) => boolean;
|
|
1048
|
+
};
|
|
1049
|
+
}>> & Readonly<{}>, {
|
|
1050
|
+
size: string;
|
|
1051
|
+
ariaLabel: string;
|
|
1052
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1053
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1002
1054
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1003
1055
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1004
1056
|
show: {
|
|
@@ -1199,6 +1251,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1199
1251
|
};
|
|
1200
1252
|
computedAriaLive(): unknown;
|
|
1201
1253
|
iconSize(): any;
|
|
1254
|
+
loaderSize(): any;
|
|
1202
1255
|
}, {
|
|
1203
1256
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1204
1257
|
buttonClasses(): any[];
|
|
@@ -1317,7 +1370,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1317
1370
|
width: string;
|
|
1318
1371
|
assertiveOnFocus: boolean;
|
|
1319
1372
|
rel: string;
|
|
1320
|
-
}, {}, {
|
|
1373
|
+
}, {}, {
|
|
1374
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1375
|
+
ariaLabel: {
|
|
1376
|
+
type: StringConstructor;
|
|
1377
|
+
default: string;
|
|
1378
|
+
};
|
|
1379
|
+
size: {
|
|
1380
|
+
type: StringConstructor;
|
|
1381
|
+
default: string;
|
|
1382
|
+
validator: (s: unknown) => boolean;
|
|
1383
|
+
};
|
|
1384
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1385
|
+
ariaLabel: {
|
|
1386
|
+
type: StringConstructor;
|
|
1387
|
+
default: string;
|
|
1388
|
+
};
|
|
1389
|
+
size: {
|
|
1390
|
+
type: StringConstructor;
|
|
1391
|
+
default: string;
|
|
1392
|
+
validator: (s: unknown) => boolean;
|
|
1393
|
+
};
|
|
1394
|
+
}>> & Readonly<{}>, {
|
|
1395
|
+
size: string;
|
|
1396
|
+
ariaLabel: string;
|
|
1397
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1398
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1321
1399
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1322
1400
|
size: {
|
|
1323
1401
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorToolbarPopoverButton.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/EditorToolbarPopoverButton.vue"],"names":[],"mappings":"AAuCA
|
|
1
|
+
{"version":3,"file":"EditorToolbarPopoverButton.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/EditorToolbarPopoverButton.vue"],"names":[],"mappings":"AAuCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAoLQ,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA/DZ,GA/DM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA+DN,GA/DM"}
|
|
@@ -417,6 +417,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
417
|
};
|
|
418
418
|
computedAriaLive(): unknown;
|
|
419
419
|
iconSize(): any;
|
|
420
|
+
loaderSize(): any;
|
|
420
421
|
}, {
|
|
421
422
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
422
423
|
buttonClasses(): any[];
|
|
@@ -535,7 +536,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
535
536
|
width: string;
|
|
536
537
|
assertiveOnFocus: boolean;
|
|
537
538
|
rel: string;
|
|
538
|
-
}, {}, {
|
|
539
|
+
}, {}, {
|
|
540
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
541
|
+
ariaLabel: {
|
|
542
|
+
type: StringConstructor;
|
|
543
|
+
default: string;
|
|
544
|
+
};
|
|
545
|
+
size: {
|
|
546
|
+
type: StringConstructor;
|
|
547
|
+
default: string;
|
|
548
|
+
validator: (s: unknown) => boolean;
|
|
549
|
+
};
|
|
550
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
551
|
+
ariaLabel: {
|
|
552
|
+
type: StringConstructor;
|
|
553
|
+
default: string;
|
|
554
|
+
};
|
|
555
|
+
size: {
|
|
556
|
+
type: StringConstructor;
|
|
557
|
+
default: string;
|
|
558
|
+
validator: (s: unknown) => boolean;
|
|
559
|
+
};
|
|
560
|
+
}>> & Readonly<{}>, {
|
|
561
|
+
size: string;
|
|
562
|
+
ariaLabel: string;
|
|
563
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
564
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
539
565
|
DtEmoji: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
540
566
|
code: {
|
|
541
567
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/emoji_row/emoji_row.vue"],"names":[],"mappings":"AA6DA
|
|
1
|
+
{"version":3,"file":"emoji_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/emoji_row/emoji_row.vue"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAoKU,KACR;;;6CAyC0C,KAAK"}
|
|
@@ -429,6 +429,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
429
429
|
};
|
|
430
430
|
computedAriaLive(): unknown;
|
|
431
431
|
iconSize(): any;
|
|
432
|
+
loaderSize(): any;
|
|
432
433
|
}, {
|
|
433
434
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
434
435
|
buttonClasses(): any[];
|
|
@@ -547,7 +548,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
547
548
|
width: string;
|
|
548
549
|
assertiveOnFocus: boolean;
|
|
549
550
|
rel: string;
|
|
550
|
-
}, {}, {
|
|
551
|
+
}, {}, {
|
|
552
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
553
|
+
ariaLabel: {
|
|
554
|
+
type: StringConstructor;
|
|
555
|
+
default: string;
|
|
556
|
+
};
|
|
557
|
+
size: {
|
|
558
|
+
type: StringConstructor;
|
|
559
|
+
default: string;
|
|
560
|
+
validator: (s: unknown) => boolean;
|
|
561
|
+
};
|
|
562
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
563
|
+
ariaLabel: {
|
|
564
|
+
type: StringConstructor;
|
|
565
|
+
default: string;
|
|
566
|
+
};
|
|
567
|
+
size: {
|
|
568
|
+
type: StringConstructor;
|
|
569
|
+
default: string;
|
|
570
|
+
validator: (s: unknown) => boolean;
|
|
571
|
+
};
|
|
572
|
+
}>> & Readonly<{}>, {
|
|
573
|
+
size: string;
|
|
574
|
+
ariaLabel: string;
|
|
575
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
576
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
551
577
|
DtCollapsibleLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
552
578
|
show: {
|
|
553
579
|
type: BooleanConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_pill/feed_item_pill.vue"],"names":[],"mappings":"AAgFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwLA,GAvJmC
|
|
1
|
+
{"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_pill/feed_item_pill.vue"],"names":[],"mappings":"AAgFA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwLA,GAvJmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJnC,GAvJmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAuJnC,GAvJmC"}
|
|
@@ -353,6 +353,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
353
353
|
};
|
|
354
354
|
computedAriaLive(): unknown;
|
|
355
355
|
iconSize(): any;
|
|
356
|
+
loaderSize(): any;
|
|
356
357
|
}, {
|
|
357
358
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
358
359
|
buttonClasses(): any[];
|
|
@@ -471,7 +472,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
472
|
width: string;
|
|
472
473
|
assertiveOnFocus: boolean;
|
|
473
474
|
rel: string;
|
|
474
|
-
}, {}, {
|
|
475
|
+
}, {}, {
|
|
476
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
477
|
+
ariaLabel: {
|
|
478
|
+
type: StringConstructor;
|
|
479
|
+
default: string;
|
|
480
|
+
};
|
|
481
|
+
size: {
|
|
482
|
+
type: StringConstructor;
|
|
483
|
+
default: string;
|
|
484
|
+
validator: (s: unknown) => boolean;
|
|
485
|
+
};
|
|
486
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
487
|
+
ariaLabel: {
|
|
488
|
+
type: StringConstructor;
|
|
489
|
+
default: string;
|
|
490
|
+
};
|
|
491
|
+
size: {
|
|
492
|
+
type: StringConstructor;
|
|
493
|
+
default: string;
|
|
494
|
+
validator: (s: unknown) => boolean;
|
|
495
|
+
};
|
|
496
|
+
}>> & Readonly<{}>, {
|
|
497
|
+
size: string;
|
|
498
|
+
ariaLabel: string;
|
|
499
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
500
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
475
501
|
DtIconVideo: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
476
502
|
size: {
|
|
477
503
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeetingPill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue"],"names":[],"mappings":"AAmCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoFA,GAxCW
|
|
1
|
+
{"version":3,"file":"MeetingPill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue"],"names":[],"mappings":"AAmCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAoFA,GAxCW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwCX,GAxCW"}
|