@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/editor/EditorToolbarPopoverButton.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
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
305
331
|
open: {
|
|
306
332
|
type: BooleanConstructor;
|
|
@@ -357,6 +383,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
383
|
type: StringConstructor;
|
|
358
384
|
default: string;
|
|
359
385
|
};
|
|
386
|
+
externalAnchorElement: {
|
|
387
|
+
type: {
|
|
388
|
+
new (): HTMLElement;
|
|
389
|
+
prototype: HTMLElement;
|
|
390
|
+
};
|
|
391
|
+
default: null;
|
|
392
|
+
};
|
|
360
393
|
id: {
|
|
361
394
|
type: StringConstructor;
|
|
362
395
|
default(): string;
|
|
@@ -584,6 +617,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
584
617
|
type: StringConstructor;
|
|
585
618
|
default: string;
|
|
586
619
|
};
|
|
620
|
+
externalAnchorElement: {
|
|
621
|
+
type: {
|
|
622
|
+
new (): HTMLElement;
|
|
623
|
+
prototype: HTMLElement;
|
|
624
|
+
};
|
|
625
|
+
default: null;
|
|
626
|
+
};
|
|
587
627
|
id: {
|
|
588
628
|
type: StringConstructor;
|
|
589
629
|
default(): string;
|
|
@@ -690,6 +730,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
690
730
|
fallbackPlacements: unknown[];
|
|
691
731
|
tether: boolean;
|
|
692
732
|
externalAnchor: string;
|
|
733
|
+
externalAnchorElement: HTMLElement;
|
|
693
734
|
showCloseButton: boolean;
|
|
694
735
|
openOnContext: boolean;
|
|
695
736
|
ariaLabelledby: string;
|
|
@@ -865,6 +906,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
865
906
|
};
|
|
866
907
|
computedAriaLive(): unknown;
|
|
867
908
|
iconSize(): any;
|
|
909
|
+
loaderSize(): any;
|
|
868
910
|
}, {
|
|
869
911
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
870
912
|
buttonClasses(): any[];
|
|
@@ -983,7 +1025,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
983
1025
|
width: string;
|
|
984
1026
|
assertiveOnFocus: boolean;
|
|
985
1027
|
rel: string;
|
|
986
|
-
}, {}, {
|
|
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>;
|
|
987
1054
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
988
1055
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
989
1056
|
show: {
|
|
@@ -1184,6 +1251,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1184
1251
|
};
|
|
1185
1252
|
computedAriaLive(): unknown;
|
|
1186
1253
|
iconSize(): any;
|
|
1254
|
+
loaderSize(): any;
|
|
1187
1255
|
}, {
|
|
1188
1256
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1189
1257
|
buttonClasses(): any[];
|
|
@@ -1302,7 +1370,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1302
1370
|
width: string;
|
|
1303
1371
|
assertiveOnFocus: boolean;
|
|
1304
1372
|
rel: string;
|
|
1305
|
-
}, {}, {
|
|
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>;
|
|
1306
1399
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1307
1400
|
size: {
|
|
1308
1401
|
type: StringConstructor;
|
package/dist/vue3/types/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map
CHANGED
|
@@ -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;
|
package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map
CHANGED
|
@@ -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"}
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts
CHANGED
|
@@ -171,6 +171,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
171
171
|
};
|
|
172
172
|
computedAriaLive(): unknown;
|
|
173
173
|
iconSize(): any;
|
|
174
|
+
loaderSize(): any;
|
|
174
175
|
}, {
|
|
175
176
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
176
177
|
buttonClasses(): any[];
|
|
@@ -289,7 +290,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
289
290
|
width: string;
|
|
290
291
|
assertiveOnFocus: boolean;
|
|
291
292
|
rel: string;
|
|
292
|
-
}, {}, {
|
|
293
|
+
}, {}, {
|
|
294
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
295
|
+
ariaLabel: {
|
|
296
|
+
type: StringConstructor;
|
|
297
|
+
default: string;
|
|
298
|
+
};
|
|
299
|
+
size: {
|
|
300
|
+
type: StringConstructor;
|
|
301
|
+
default: string;
|
|
302
|
+
validator: (s: unknown) => boolean;
|
|
303
|
+
};
|
|
304
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
305
|
+
ariaLabel: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
size: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
validator: (s: unknown) => boolean;
|
|
313
|
+
};
|
|
314
|
+
}>> & Readonly<{}>, {
|
|
315
|
+
size: string;
|
|
316
|
+
ariaLabel: string;
|
|
317
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
318
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
293
319
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
294
320
|
id: {
|
|
295
321
|
type: StringConstructor;
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_button.vue"],"names":[],"mappings":"AA2BA
|
|
1
|
+
{"version":3,"file":"message_input_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_button.vue"],"names":[],"mappings":"AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2EA,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC"}
|
|
@@ -103,6 +103,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
103
|
type: StringConstructor;
|
|
104
104
|
default: string;
|
|
105
105
|
};
|
|
106
|
+
externalAnchorElement: {
|
|
107
|
+
type: {
|
|
108
|
+
new (): HTMLElement;
|
|
109
|
+
prototype: HTMLElement;
|
|
110
|
+
};
|
|
111
|
+
default: null;
|
|
112
|
+
};
|
|
106
113
|
id: {
|
|
107
114
|
type: StringConstructor;
|
|
108
115
|
default(): string;
|
|
@@ -330,6 +337,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
337
|
type: StringConstructor;
|
|
331
338
|
default: string;
|
|
332
339
|
};
|
|
340
|
+
externalAnchorElement: {
|
|
341
|
+
type: {
|
|
342
|
+
new (): HTMLElement;
|
|
343
|
+
prototype: HTMLElement;
|
|
344
|
+
};
|
|
345
|
+
default: null;
|
|
346
|
+
};
|
|
333
347
|
id: {
|
|
334
348
|
type: StringConstructor;
|
|
335
349
|
default(): string;
|
|
@@ -436,6 +450,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
436
450
|
fallbackPlacements: unknown[];
|
|
437
451
|
tether: boolean;
|
|
438
452
|
externalAnchor: string;
|
|
453
|
+
externalAnchorElement: HTMLElement;
|
|
439
454
|
showCloseButton: boolean;
|
|
440
455
|
openOnContext: boolean;
|
|
441
456
|
ariaLabelledby: string;
|
|
@@ -611,6 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
611
626
|
};
|
|
612
627
|
computedAriaLive(): unknown;
|
|
613
628
|
iconSize(): any;
|
|
629
|
+
loaderSize(): any;
|
|
614
630
|
}, {
|
|
615
631
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
616
632
|
buttonClasses(): any[];
|
|
@@ -729,7 +745,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
729
745
|
width: string;
|
|
730
746
|
assertiveOnFocus: boolean;
|
|
731
747
|
rel: string;
|
|
732
|
-
}, {}, {
|
|
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>;
|
|
733
774
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
734
775
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
735
776
|
show: {
|
|
@@ -930,6 +971,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
930
971
|
};
|
|
931
972
|
computedAriaLive(): unknown;
|
|
932
973
|
iconSize(): any;
|
|
974
|
+
loaderSize(): any;
|
|
933
975
|
}, {
|
|
934
976
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
935
977
|
buttonClasses(): any[];
|
|
@@ -1048,7 +1090,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1048
1090
|
width: string;
|
|
1049
1091
|
assertiveOnFocus: boolean;
|
|
1050
1092
|
rel: string;
|
|
1051
|
-
}, {}, {
|
|
1093
|
+
}, {}, {
|
|
1094
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1095
|
+
ariaLabel: {
|
|
1096
|
+
type: StringConstructor;
|
|
1097
|
+
default: string;
|
|
1098
|
+
};
|
|
1099
|
+
size: {
|
|
1100
|
+
type: StringConstructor;
|
|
1101
|
+
default: string;
|
|
1102
|
+
validator: (s: unknown) => boolean;
|
|
1103
|
+
};
|
|
1104
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1105
|
+
ariaLabel: {
|
|
1106
|
+
type: StringConstructor;
|
|
1107
|
+
default: string;
|
|
1108
|
+
};
|
|
1109
|
+
size: {
|
|
1110
|
+
type: StringConstructor;
|
|
1111
|
+
default: string;
|
|
1112
|
+
validator: (s: unknown) => boolean;
|
|
1113
|
+
};
|
|
1114
|
+
}>> & Readonly<{}>, {
|
|
1115
|
+
size: string;
|
|
1116
|
+
ariaLabel: string;
|
|
1117
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1118
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1052
1119
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1053
1120
|
size: {
|
|
1054
1121
|
type: StringConstructor;
|
|
@@ -1484,6 +1551,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1484
1551
|
};
|
|
1485
1552
|
computedAriaLive(): unknown;
|
|
1486
1553
|
iconSize(): any;
|
|
1554
|
+
loaderSize(): any;
|
|
1487
1555
|
}, {
|
|
1488
1556
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1489
1557
|
buttonClasses(): any[];
|
|
@@ -1602,7 +1670,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1602
1670
|
width: string;
|
|
1603
1671
|
assertiveOnFocus: boolean;
|
|
1604
1672
|
rel: string;
|
|
1605
|
-
}, {}, {
|
|
1673
|
+
}, {}, {
|
|
1674
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1675
|
+
ariaLabel: {
|
|
1676
|
+
type: StringConstructor;
|
|
1677
|
+
default: string;
|
|
1678
|
+
};
|
|
1679
|
+
size: {
|
|
1680
|
+
type: StringConstructor;
|
|
1681
|
+
default: string;
|
|
1682
|
+
validator: (s: unknown) => boolean;
|
|
1683
|
+
};
|
|
1684
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1685
|
+
ariaLabel: {
|
|
1686
|
+
type: StringConstructor;
|
|
1687
|
+
default: string;
|
|
1688
|
+
};
|
|
1689
|
+
size: {
|
|
1690
|
+
type: StringConstructor;
|
|
1691
|
+
default: string;
|
|
1692
|
+
validator: (s: unknown) => boolean;
|
|
1693
|
+
};
|
|
1694
|
+
}>> & Readonly<{}>, {
|
|
1695
|
+
size: string;
|
|
1696
|
+
ariaLabel: string;
|
|
1697
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1698
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1606
1699
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1607
1700
|
direction: {
|
|
1608
1701
|
type: (ObjectConstructor | StringConstructor)[];
|
|
@@ -1874,6 +1967,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1874
1967
|
};
|
|
1875
1968
|
computedAriaLive(): unknown;
|
|
1876
1969
|
iconSize(): any;
|
|
1970
|
+
loaderSize(): any;
|
|
1877
1971
|
}, {
|
|
1878
1972
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1879
1973
|
buttonClasses(): any[];
|
|
@@ -1992,7 +2086,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1992
2086
|
width: string;
|
|
1993
2087
|
assertiveOnFocus: boolean;
|
|
1994
2088
|
rel: string;
|
|
1995
|
-
}, {}, {
|
|
2089
|
+
}, {}, {
|
|
2090
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2091
|
+
ariaLabel: {
|
|
2092
|
+
type: StringConstructor;
|
|
2093
|
+
default: string;
|
|
2094
|
+
};
|
|
2095
|
+
size: {
|
|
2096
|
+
type: StringConstructor;
|
|
2097
|
+
default: string;
|
|
2098
|
+
validator: (s: unknown) => boolean;
|
|
2099
|
+
};
|
|
2100
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2101
|
+
ariaLabel: {
|
|
2102
|
+
type: StringConstructor;
|
|
2103
|
+
default: string;
|
|
2104
|
+
};
|
|
2105
|
+
size: {
|
|
2106
|
+
type: StringConstructor;
|
|
2107
|
+
default: string;
|
|
2108
|
+
validator: (s: unknown) => boolean;
|
|
2109
|
+
};
|
|
2110
|
+
}>> & Readonly<{}>, {
|
|
2111
|
+
size: string;
|
|
2112
|
+
ariaLabel: string;
|
|
2113
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2114
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1996
2115
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1997
2116
|
id: {
|
|
1998
2117
|
type: StringConstructor;
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA
|
|
1
|
+
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC"}
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts
CHANGED
|
@@ -577,6 +577,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
577
577
|
};
|
|
578
578
|
computedAriaLive(): unknown;
|
|
579
579
|
iconSize(): any;
|
|
580
|
+
loaderSize(): any;
|
|
580
581
|
}, {
|
|
581
582
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
582
583
|
buttonClasses(): any[];
|
|
@@ -695,7 +696,32 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
695
696
|
width: string;
|
|
696
697
|
assertiveOnFocus: boolean;
|
|
697
698
|
rel: string;
|
|
698
|
-
}, {}, {
|
|
699
|
+
}, {}, {
|
|
700
|
+
DtLoader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
701
|
+
ariaLabel: {
|
|
702
|
+
type: StringConstructor;
|
|
703
|
+
default: string;
|
|
704
|
+
};
|
|
705
|
+
size: {
|
|
706
|
+
type: StringConstructor;
|
|
707
|
+
default: string;
|
|
708
|
+
validator: (s: unknown) => boolean;
|
|
709
|
+
};
|
|
710
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
711
|
+
ariaLabel: {
|
|
712
|
+
type: StringConstructor;
|
|
713
|
+
default: string;
|
|
714
|
+
};
|
|
715
|
+
size: {
|
|
716
|
+
type: StringConstructor;
|
|
717
|
+
default: string;
|
|
718
|
+
validator: (s: unknown) => boolean;
|
|
719
|
+
};
|
|
720
|
+
}>> & Readonly<{}>, {
|
|
721
|
+
size: string;
|
|
722
|
+
ariaLabel: string;
|
|
723
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
724
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
699
725
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
700
726
|
id: {
|
|
701
727
|
type: StringConstructor;
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiPA,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM
|
|
1
|
+
{"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiPA,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM"}
|