@dialpad/dialtone-vue 3.199.1 → 3.201.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/common/utils/index.js +3 -3
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +440 -410
- package/dist/lib/avatar/avatar.js +5 -5
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +51 -43
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +161 -149
- package/dist/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +6 -6
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +6 -6
- package/dist/types/components/notice/notice.vue.d.ts +4 -4
- package/dist/types/components/notice/notice_action.vue.d.ts +2 -2
- package/dist/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/types/components/radio_group/radio_group.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +9 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +1 -1
- package/dist/types/components/tab/tab.vue.d.ts +1 -1
- package/dist/types/components/toast/toast.vue.d.ts +14 -14
- package/dist/types/index.d.ts +2 -2
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +6 -6
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +4 -4
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +3 -3
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +18 -0
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +9 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +10 -10
- package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +2 -2
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +2 -2
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/package.json +3 -3
|
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
138
|
};
|
|
139
139
|
}>, {}, {}, {}, {
|
|
140
140
|
dynamicGridTemplateColumns(): string;
|
|
141
|
-
hasSlotContent: typeof import('
|
|
141
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
142
142
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
143
143
|
as: {
|
|
144
144
|
type: StringConstructor;
|
|
@@ -379,7 +379,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
379
379
|
bottom: string;
|
|
380
380
|
};
|
|
381
381
|
isInFocus: boolean;
|
|
382
|
-
hasSlotContent: typeof import('
|
|
382
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
383
383
|
i18n: any;
|
|
384
384
|
}, {
|
|
385
385
|
buttonListeners(): {
|
|
@@ -149,7 +149,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
149
149
|
};
|
|
150
150
|
}>, {}, {}, {}, {
|
|
151
151
|
dynamicGridTemplateColumns(): string;
|
|
152
|
-
hasSlotContent: typeof import('
|
|
152
|
+
hasSlotContent: typeof import('../../../../..').hasSlotContent;
|
|
153
153
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
154
154
|
as: {
|
|
155
155
|
type: StringConstructor;
|
|
@@ -303,7 +303,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
303
303
|
bottom: string;
|
|
304
304
|
};
|
|
305
305
|
isInFocus: boolean;
|
|
306
|
-
hasSlotContent: typeof import('
|
|
306
|
+
hasSlotContent: typeof import('../../../../..').hasSlotContent;
|
|
307
307
|
i18n: any;
|
|
308
308
|
}, {
|
|
309
309
|
buttonListeners(): {
|
|
@@ -6376,6 +6376,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6376
6376
|
type: BooleanConstructor;
|
|
6377
6377
|
default: boolean;
|
|
6378
6378
|
};
|
|
6379
|
+
allowTables: {
|
|
6380
|
+
type: BooleanConstructor;
|
|
6381
|
+
default: boolean;
|
|
6382
|
+
};
|
|
6379
6383
|
}>, {}, {
|
|
6380
6384
|
editor: null;
|
|
6381
6385
|
tippyOptions: {
|
|
@@ -6562,6 +6566,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6562
6566
|
type: BooleanConstructor;
|
|
6563
6567
|
default: boolean;
|
|
6564
6568
|
};
|
|
6569
|
+
allowTables: {
|
|
6570
|
+
type: BooleanConstructor;
|
|
6571
|
+
default: boolean;
|
|
6572
|
+
};
|
|
6565
6573
|
}>> & Readonly<{
|
|
6566
6574
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
6567
6575
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
@@ -6606,6 +6614,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
6606
6614
|
additionalExtensions: unknown[];
|
|
6607
6615
|
hideLinkBubbleMenu: boolean;
|
|
6608
6616
|
useDivTags: boolean;
|
|
6617
|
+
allowTables: boolean;
|
|
6609
6618
|
}, {}, {
|
|
6610
6619
|
EditorContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6611
6620
|
editor: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA2gCA,IAn7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAm7BvD,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAy+BlC,IAn7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAm7BvD,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA2gCA,IAn7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAm7BvD,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAy+BlC,IAn7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAm7BvD,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAy+BlC,CAj9B0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAi9B1B,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAy+BlC,GAz+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAy+BlC,GAz+BkC;;;;;;;4BA8+BN,qBAAqB;sCACwB,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
121
121
|
bottom: string;
|
|
122
122
|
};
|
|
123
123
|
isInFocus: boolean;
|
|
124
|
-
hasSlotContent: typeof import('
|
|
124
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
125
125
|
i18n: any;
|
|
126
126
|
}, {
|
|
127
127
|
buttonListeners(): {
|
|
@@ -297,7 +297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
297
297
|
inverted: string;
|
|
298
298
|
hide: string;
|
|
299
299
|
};
|
|
300
|
-
hasSlotContent: typeof import('
|
|
300
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
301
301
|
tip: null;
|
|
302
302
|
inTimer: null;
|
|
303
303
|
internalShow: boolean;
|
|
@@ -200,7 +200,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
200
200
|
toAppear: boolean;
|
|
201
201
|
anchorEl: null;
|
|
202
202
|
popoverContentEl: null;
|
|
203
|
-
hasSlotContent: typeof import('
|
|
203
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
204
204
|
}, {
|
|
205
205
|
popoverListeners(): {
|
|
206
206
|
keydown: (event: any) => void;
|
|
@@ -561,7 +561,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
561
561
|
bottom: string;
|
|
562
562
|
};
|
|
563
563
|
isInFocus: boolean;
|
|
564
|
-
hasSlotContent: typeof import('
|
|
564
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
565
565
|
i18n: any;
|
|
566
566
|
}, {
|
|
567
567
|
buttonListeners(): {
|
|
@@ -713,7 +713,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
713
713
|
default: boolean;
|
|
714
714
|
};
|
|
715
715
|
}>, {}, {
|
|
716
|
-
hasSlotContent: typeof import('
|
|
716
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
717
717
|
i18n: any;
|
|
718
718
|
}, {
|
|
719
719
|
closeButtonTitle(): any;
|
|
@@ -813,7 +813,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
813
813
|
bottom: string;
|
|
814
814
|
};
|
|
815
815
|
isInFocus: boolean;
|
|
816
|
-
hasSlotContent: typeof import('
|
|
816
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
817
817
|
i18n: any;
|
|
818
818
|
}, {
|
|
819
819
|
buttonListeners(): {
|
|
@@ -1014,7 +1014,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1014
1014
|
isInputFocused: boolean;
|
|
1015
1015
|
isInvalid: boolean;
|
|
1016
1016
|
defaultLength: number;
|
|
1017
|
-
hasSlotContent: typeof import('
|
|
1017
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1018
1018
|
}, {
|
|
1019
1019
|
isTextarea(): boolean;
|
|
1020
1020
|
isDefaultSize(): boolean;
|
|
@@ -1051,8 +1051,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1051
1051
|
sizeModifierClass(): any;
|
|
1052
1052
|
stateClass(): any[];
|
|
1053
1053
|
}, {
|
|
1054
|
-
removeClassStyleAttrs: typeof import('
|
|
1055
|
-
addClassStyleAttrs: typeof import('
|
|
1054
|
+
removeClassStyleAttrs: typeof import('../../..').removeClassStyleAttrs;
|
|
1055
|
+
addClassStyleAttrs: typeof import('../../..').addClassStyleAttrs;
|
|
1056
1056
|
inputClasses(): any[];
|
|
1057
1057
|
inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
|
|
1058
1058
|
calculateLength(value: any): number;
|
|
@@ -1297,7 +1297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1297
1297
|
bottom: string;
|
|
1298
1298
|
};
|
|
1299
1299
|
isInFocus: boolean;
|
|
1300
|
-
hasSlotContent: typeof import('
|
|
1300
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1301
1301
|
i18n: any;
|
|
1302
1302
|
}, {
|
|
1303
1303
|
buttonListeners(): {
|
|
@@ -1620,7 +1620,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1620
1620
|
bottom: string;
|
|
1621
1621
|
};
|
|
1622
1622
|
isInFocus: boolean;
|
|
1623
|
-
hasSlotContent: typeof import('
|
|
1623
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1624
1624
|
i18n: any;
|
|
1625
1625
|
}, {
|
|
1626
1626
|
buttonListeners(): {
|
|
@@ -1796,7 +1796,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1796
1796
|
inverted: string;
|
|
1797
1797
|
hide: string;
|
|
1798
1798
|
};
|
|
1799
|
-
hasSlotContent: typeof import('
|
|
1799
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1800
1800
|
tip: null;
|
|
1801
1801
|
inTimer: null;
|
|
1802
1802
|
internalShow: boolean;
|
|
@@ -527,7 +527,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
527
527
|
bottom: string;
|
|
528
528
|
};
|
|
529
529
|
isInFocus: boolean;
|
|
530
|
-
hasSlotContent: typeof import('
|
|
530
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
531
531
|
i18n: any;
|
|
532
532
|
}, {
|
|
533
533
|
buttonListeners(): {
|
|
@@ -703,7 +703,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
703
703
|
inverted: string;
|
|
704
704
|
hide: string;
|
|
705
705
|
};
|
|
706
|
-
hasSlotContent: typeof import('
|
|
706
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
707
707
|
tip: null;
|
|
708
708
|
inTimer: null;
|
|
709
709
|
internalShow: boolean;
|
|
@@ -94,7 +94,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
94
|
bottom: string;
|
|
95
95
|
};
|
|
96
96
|
isInFocus: boolean;
|
|
97
|
-
hasSlotContent: typeof import('
|
|
97
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
98
98
|
i18n: any;
|
|
99
99
|
}, {
|
|
100
100
|
buttonListeners(): {
|
|
@@ -200,7 +200,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
200
200
|
imageLoadedSuccessfully: null;
|
|
201
201
|
formattedInitials: string;
|
|
202
202
|
initializing: boolean;
|
|
203
|
-
hasSlotContent: typeof import('
|
|
203
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
204
204
|
}, {
|
|
205
205
|
hasOverlayIcon(): any;
|
|
206
206
|
iconDataQa(): "dt-avatar-icon";
|
|
@@ -382,7 +382,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
382
382
|
};
|
|
383
383
|
}>, {}, {}, {}, {
|
|
384
384
|
dynamicGridTemplateColumns(): string;
|
|
385
|
-
hasSlotContent: typeof import('
|
|
385
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
386
386
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
387
387
|
as: {
|
|
388
388
|
type: StringConstructor;
|
|
@@ -329,7 +329,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
329
|
imageLoadedSuccessfully: null;
|
|
330
330
|
formattedInitials: string;
|
|
331
331
|
initializing: boolean;
|
|
332
|
-
hasSlotContent: typeof import('
|
|
332
|
+
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
333
333
|
}, {
|
|
334
334
|
hasOverlayIcon(): any;
|
|
335
335
|
iconDataQa(): "dt-avatar-icon";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.201.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"react": "^18.3.1",
|
|
58
58
|
"storybook-dark-mode": "^3.0.3",
|
|
59
59
|
"vue": "^3.3.4",
|
|
60
|
-
"@dialpad/dialtone-css": "8.
|
|
60
|
+
"@dialpad/dialtone-css": "8.72.0",
|
|
61
61
|
"@dialpad/generator-dialtone": "0.1.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"vue": ">=3.2",
|
|
65
|
-
"@dialpad/dialtone-css": "^8.
|
|
65
|
+
"@dialpad/dialtone-css": "^8.72.0"
|
|
66
66
|
},
|
|
67
67
|
"bugs": {
|
|
68
68
|
"email": "dialtone@dialpad.com"
|