@dialpad/dialtone 9.151.0 → 9.153.9
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/README.md +1 -34
- package/dist/css/dialtone-default-theme.css +8 -2
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +8 -2
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/css/tokens-botany-dark.css +1 -1
- package/dist/tokens/css/tokens-buttercream-dark.css +1 -1
- package/dist/tokens/css/tokens-deca-light.css +3 -3
- package/dist/tokens/css/tokens-dp-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-dark.css +1 -1
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/tokens-high-desert-dark.css +1 -1
- package/dist/tokens/css/tokens-plum-dark.css +1 -1
- package/dist/tokens/css/tokens-sunflower-dark.css +1 -1
- package/dist/tokens/css/tokens-tmo-dark.css +2 -2
- package/dist/tokens/doc.json +78308 -78308
- package/dist/tokens/themes/botany-dark.cjs +1 -1
- package/dist/tokens/themes/botany-dark.js +1 -1
- package/dist/tokens/themes/buttercream-dark.cjs +1 -1
- package/dist/tokens/themes/buttercream-dark.js +1 -1
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/dp-deca-light.cjs +1 -1
- package/dist/tokens/themes/dp-deca-light.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/high-desert-dark.cjs +1 -1
- package/dist/tokens/themes/high-desert-dark.js +1 -1
- package/dist/tokens/themes/plum-dark.cjs +1 -1
- package/dist/tokens/themes/plum-dark.js +1 -1
- package/dist/tokens/themes/sunflower-dark.cjs +1 -1
- package/dist/tokens/themes/sunflower-dark.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/vue2/lib/tab/tab-group.cjs +1 -1
- package/dist/vue2/lib/tab/tab-group.cjs.map +1 -1
- package/dist/vue2/lib/tab/tab-group.js +4 -4
- package/dist/vue2/lib/tab/tab-group.js.map +1 -1
- package/dist/vue2/localization/index.cjs +1 -1
- package/dist/vue2/localization/index.cjs.map +1 -1
- package/dist/vue2/localization/index.js +46 -42
- package/dist/vue2/localization/index.js.map +1 -1
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +2 -3
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -2
- package/dist/vue2/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/chip/chip.vue.d.ts +2 -3
- package/dist/vue2/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +1 -2
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -2
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/loader/loader.vue.d.ts +1 -2
- package/dist/vue2/types/components/loader/loader.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +2 -3
- package/dist/vue2/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +2 -3
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +3 -4
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +2 -3
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -2
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +3 -4
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +14 -15
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -6
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +9 -10
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js +100 -93
- package/dist/vue3/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/vue3/lib/radio/radio.cjs +1 -1
- package/dist/vue3/lib/radio/radio.cjs.map +1 -1
- package/dist/vue3/lib/radio/radio.js +7 -14
- package/dist/vue3/lib/radio/radio.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.cjs +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.js +12 -2
- package/dist/vue3/lib/rich-text-editor/mention-suggestion.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +95 -73
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/tab/tab-group.cjs +1 -1
- package/dist/vue3/lib/tab/tab-group.cjs.map +1 -1
- package/dist/vue3/lib/tab/tab-group.js +1 -1
- package/dist/vue3/lib/tab/tab-group.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.js +21 -21
- package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/vue3/localization/index.cjs +1 -1
- package/dist/vue3/localization/index.cjs.map +1 -1
- package/dist/vue3/localization/index.js +48 -46
- package/dist/vue3/localization/index.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +2 -3
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +1 -2
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +2 -3
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
- 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 +2 -3
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +2 -3
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +3 -4
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +2 -3
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +1 -2
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +3 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +3 -3
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
- 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 +2 -3
- 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 +3 -4
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
- 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 +2 -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/editor.vue.d.ts +14 -15
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts +2 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts.map +1 -0
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
- 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 +2 -3
- 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 +2 -3
- 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.vue.d.ts +5 -6
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
- 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 +9 -10
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
- 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 +1 -2
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
hideClose: {
|
|
4
3
|
type: BooleanConstructor;
|
|
@@ -9,12 +8,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
8
|
default: boolean;
|
|
10
9
|
};
|
|
11
10
|
}, {}, {
|
|
12
|
-
i18n:
|
|
11
|
+
i18n: any;
|
|
13
12
|
}, {
|
|
14
13
|
noticeActionListeners(): {
|
|
15
14
|
click: (event: any) => void;
|
|
16
15
|
};
|
|
17
|
-
closeButtonTitle():
|
|
16
|
+
closeButtonTitle(): any;
|
|
18
17
|
}, {
|
|
19
18
|
close(): void;
|
|
20
19
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA
|
|
1
|
+
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue"],"names":[],"mappings":"AA8BA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
ariaLabel: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -22,13 +21,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
22
21
|
};
|
|
23
22
|
}, {}, {
|
|
24
23
|
currentPage: any;
|
|
25
|
-
i18n:
|
|
24
|
+
i18n: any;
|
|
26
25
|
}, {
|
|
27
26
|
isFirstPage(): boolean;
|
|
28
27
|
isLastPage(): boolean;
|
|
29
28
|
pages(): any[];
|
|
30
|
-
prevAriaLabel():
|
|
31
|
-
nextAriaLabel():
|
|
29
|
+
prevAriaLabel(): any;
|
|
30
|
+
nextAriaLabel(): any;
|
|
32
31
|
pageNumberAriaLabel(): (page: any) => string;
|
|
33
32
|
}, {
|
|
34
33
|
range(from: any, to: any): any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA
|
|
1
|
+
{"version":3,"file":"pagination.vue.d.ts","sourceRoot":"","sources":["../../../../components/pagination/pagination.vue"],"names":[],"mappings":"AAiEA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
type: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -13,9 +12,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
12
|
default: boolean;
|
|
14
13
|
};
|
|
15
14
|
}, {}, {
|
|
16
|
-
i18n:
|
|
15
|
+
i18n: any;
|
|
17
16
|
}, {
|
|
18
|
-
closeButtonTitle():
|
|
17
|
+
closeButtonTitle(): any;
|
|
19
18
|
}, {
|
|
20
19
|
focusCloseButton(): void;
|
|
21
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA
|
|
1
|
+
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../localization';
|
|
2
1
|
import { Extension } from '@tiptap/core';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
value: {
|
|
@@ -125,7 +124,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
125
124
|
appendTo: () => any;
|
|
126
125
|
placement: string;
|
|
127
126
|
};
|
|
128
|
-
i18n:
|
|
127
|
+
i18n: any;
|
|
129
128
|
jsonToMarkdownConverter: {
|
|
130
129
|
convertToMarkdown(doc: any): any;
|
|
131
130
|
processNodeContent(node: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAqtC0B,cAAc"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
id: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -64,11 +63,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
64
63
|
};
|
|
65
64
|
}, {}, {
|
|
66
65
|
open: boolean;
|
|
67
|
-
i18n:
|
|
66
|
+
i18n: any;
|
|
68
67
|
}, {
|
|
69
68
|
showArrowButton(): any;
|
|
70
69
|
isCompactMode(): boolean;
|
|
71
|
-
arrowButtonLabel():
|
|
70
|
+
arrowButtonLabel(): any;
|
|
72
71
|
}, {
|
|
73
72
|
arrowClick(ev: any): boolean;
|
|
74
73
|
toggleOpen(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAqEA
|
|
1
|
+
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAqEA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
id: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -80,12 +79,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
80
79
|
};
|
|
81
80
|
}, {}, {
|
|
82
81
|
open: boolean;
|
|
83
|
-
i18n:
|
|
82
|
+
i18n: any;
|
|
84
83
|
}, {
|
|
85
84
|
showArrowButton(): any;
|
|
86
85
|
isCompactMode(): boolean;
|
|
87
86
|
showPopover(): boolean;
|
|
88
|
-
arrowButtonLabel():
|
|
87
|
+
arrowButtonLabel(): any;
|
|
89
88
|
}, {
|
|
90
89
|
arrowClick(ev: any): boolean;
|
|
91
90
|
toggleOpen(): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AAiFA
|
|
1
|
+
{"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue"],"names":[],"mappings":"AAiFA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
nodeType: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -18,13 +17,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
17
|
};
|
|
19
18
|
}, {}, {
|
|
20
19
|
isOpen: boolean;
|
|
21
|
-
i18n:
|
|
20
|
+
i18n: any;
|
|
22
21
|
}, {
|
|
23
22
|
nodeIcon(): any;
|
|
24
23
|
nodeClass(): any;
|
|
25
24
|
isGotoNode(): boolean;
|
|
26
|
-
nodeAriaLabel():
|
|
27
|
-
menuButtonAriaLabel():
|
|
25
|
+
nodeAriaLabel(): any;
|
|
26
|
+
menuButtonAriaLabel(): any;
|
|
28
27
|
}, {
|
|
29
28
|
openMenu(): void;
|
|
30
29
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA
|
|
1
|
+
{"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;"}
|
package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
mediaList: any[];
|
|
4
3
|
}, {}, {
|
|
@@ -6,7 +5,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
5
|
showRightArrow: boolean;
|
|
7
6
|
showLeftArrow: boolean;
|
|
8
7
|
isMounted: boolean;
|
|
9
|
-
i18n:
|
|
8
|
+
i18n: any;
|
|
10
9
|
}, {
|
|
11
10
|
filteredMediaList(): any;
|
|
12
11
|
}, {
|
|
@@ -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;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
mediaItem: {
|
|
4
3
|
type: ObjectConstructor;
|
|
@@ -9,9 +8,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
8
|
required: true;
|
|
10
9
|
};
|
|
11
10
|
}, {}, {
|
|
12
|
-
i18n:
|
|
11
|
+
i18n: any;
|
|
13
12
|
}, {
|
|
14
|
-
closeButtonTitle():
|
|
13
|
+
closeButtonTitle(): any;
|
|
15
14
|
}, {
|
|
16
15
|
removeMediaItem(index: any): void;
|
|
17
16
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "remove-media"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -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":"AAyCA
|
|
1
|
+
{"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue"],"names":[],"mappings":"AAyCA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
value: {
|
|
4
3
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -109,7 +108,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
109
108
|
showLinkInput: boolean;
|
|
110
109
|
linkInput: string;
|
|
111
110
|
currentButtonRefIndex: number;
|
|
112
|
-
i18n:
|
|
111
|
+
i18n: any;
|
|
113
112
|
}, {
|
|
114
113
|
inputLength(): any;
|
|
115
114
|
htmlOutputFormat(): string;
|
|
@@ -124,7 +123,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
124
123
|
selector: string;
|
|
125
124
|
icon: any;
|
|
126
125
|
dataQA: string;
|
|
127
|
-
tooltipMessage:
|
|
126
|
+
tooltipMessage: any;
|
|
128
127
|
onClick: () => void;
|
|
129
128
|
}[];
|
|
130
129
|
} | {
|
|
@@ -136,17 +135,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
136
135
|
};
|
|
137
136
|
icon: any;
|
|
138
137
|
dataQA: string;
|
|
139
|
-
tooltipMessage:
|
|
138
|
+
tooltipMessage: any;
|
|
140
139
|
onClick: () => any;
|
|
141
140
|
}[];
|
|
142
141
|
})[];
|
|
143
142
|
newButtons(): {
|
|
144
143
|
showBtn: any;
|
|
145
|
-
label:
|
|
144
|
+
label: any;
|
|
146
145
|
selector: string;
|
|
147
146
|
icon: any;
|
|
148
147
|
dataQA: string;
|
|
149
|
-
tooltipMessage:
|
|
148
|
+
tooltipMessage: any;
|
|
150
149
|
onClick: () => void;
|
|
151
150
|
}[];
|
|
152
151
|
textFormatButtons(): {
|
|
@@ -154,7 +153,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
154
153
|
selector: string;
|
|
155
154
|
icon: any;
|
|
156
155
|
dataQA: string;
|
|
157
|
-
tooltipMessage:
|
|
156
|
+
tooltipMessage: any;
|
|
158
157
|
onClick: () => void;
|
|
159
158
|
}[];
|
|
160
159
|
alignmentButtons(): {
|
|
@@ -164,7 +163,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
164
163
|
};
|
|
165
164
|
icon: any;
|
|
166
165
|
dataQA: string;
|
|
167
|
-
tooltipMessage:
|
|
166
|
+
tooltipMessage: any;
|
|
168
167
|
onClick: () => any;
|
|
169
168
|
}[];
|
|
170
169
|
listButtons(): {
|
|
@@ -172,7 +171,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
172
171
|
selector: string;
|
|
173
172
|
icon: any;
|
|
174
173
|
dataQA: string;
|
|
175
|
-
tooltipMessage:
|
|
174
|
+
tooltipMessage: any;
|
|
176
175
|
onClick: () => void;
|
|
177
176
|
}[];
|
|
178
177
|
individualButtons(): {
|
|
@@ -180,7 +179,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
180
179
|
selector: string;
|
|
181
180
|
icon: any;
|
|
182
181
|
dataQA: string;
|
|
183
|
-
tooltipMessage:
|
|
182
|
+
tooltipMessage: any;
|
|
184
183
|
onClick: () => void;
|
|
185
184
|
}[];
|
|
186
185
|
linkButton(): {
|
|
@@ -188,13 +187,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
188
187
|
selector: string;
|
|
189
188
|
icon: any;
|
|
190
189
|
dataQA: string;
|
|
191
|
-
tooltipMessage:
|
|
190
|
+
tooltipMessage: any;
|
|
192
191
|
onClick: () => void;
|
|
193
192
|
};
|
|
194
|
-
confirmSetLinkButtonLabels():
|
|
195
|
-
cancelSetLinkButtonLabels():
|
|
196
|
-
removeLinkButtonLabels():
|
|
197
|
-
showAddLinkButtonLabels():
|
|
193
|
+
confirmSetLinkButtonLabels(): any;
|
|
194
|
+
cancelSetLinkButtonLabels(): any;
|
|
195
|
+
removeLinkButtonLabels(): any;
|
|
196
|
+
showAddLinkButtonLabels(): any;
|
|
198
197
|
}, {
|
|
199
198
|
onInputFocus(event: any): void;
|
|
200
199
|
removeLink(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA2LA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAonDe,MAAM
|
|
1
|
+
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA2LA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAonDe,MAAM"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
reactions: {
|
|
4
3
|
type: ArrayConstructor;
|
|
@@ -6,11 +5,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
5
|
validator: (reactions: unknown) => boolean;
|
|
7
6
|
};
|
|
8
7
|
}, {}, {
|
|
9
|
-
i18n:
|
|
8
|
+
i18n: any;
|
|
10
9
|
}, {}, {
|
|
11
10
|
emojiClicked(reaction: any): void;
|
|
12
11
|
emojiHovered(reaction: any, state: any): void;
|
|
13
|
-
reactionLabel(reaction: any):
|
|
12
|
+
reactionLabel(reaction: any): any;
|
|
14
13
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("emoji-clicked" | "emoji-hovered")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
15
14
|
reactions: {
|
|
16
15
|
type: ArrayConstructor;
|
|
@@ -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;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
title: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -28,13 +27,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
28
27
|
}, {}, {
|
|
29
28
|
hover: boolean;
|
|
30
29
|
expanded: any;
|
|
31
|
-
i18n:
|
|
30
|
+
i18n: any;
|
|
32
31
|
}, {
|
|
33
32
|
toggleIcon(): any;
|
|
34
33
|
showChevronIcon(): any;
|
|
35
34
|
toggleableClass(): "" | "d-recipe-feed-item-pill--toggleable";
|
|
36
35
|
borderClass(): any;
|
|
37
|
-
anchorTitle():
|
|
36
|
+
anchorTitle(): any;
|
|
38
37
|
}, {
|
|
39
38
|
onClick(): void;
|
|
40
39
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, Readonly<import('vue').ExtractPropTypes<{
|
package/dist/vue2/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
|
|
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;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { default as lastActiveNodes } from './last_active_nodes';
|
|
2
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
richText: {
|
|
5
4
|
type: BooleanConstructor;
|
|
@@ -158,7 +157,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
158
157
|
selectedText: string;
|
|
159
158
|
text: string;
|
|
160
159
|
hideLinkBubbleMenu: boolean;
|
|
161
|
-
i18n:
|
|
160
|
+
i18n: any;
|
|
162
161
|
}, {
|
|
163
162
|
showSendIcon(): boolean;
|
|
164
163
|
inputLength(): number;
|
|
@@ -167,10 +166,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
167
166
|
isSendDisabled(): any;
|
|
168
167
|
emojiPickerHovered(): boolean;
|
|
169
168
|
sendIconSize(): "300";
|
|
170
|
-
sendButtonLabel():
|
|
171
|
-
imagePickerButtonLabel():
|
|
172
|
-
emojiPickerButtonLabel():
|
|
173
|
-
cancelButtonLabel():
|
|
169
|
+
sendButtonLabel(): any;
|
|
170
|
+
imagePickerButtonLabel(): any;
|
|
171
|
+
emojiPickerButtonLabel(): any;
|
|
172
|
+
cancelButtonLabel(): any;
|
|
174
173
|
}, {
|
|
175
174
|
linkDialogOpened(value: any): void;
|
|
176
175
|
handleTopbarClick(type: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AAkRA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAigC4B,qBAAqB
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AAkRA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAigC4B,qBAAqB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
open: {
|
|
4
3
|
type: BooleanConstructor;
|
|
@@ -16,15 +15,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
15
|
linkText: string;
|
|
17
16
|
linkInput: string;
|
|
18
17
|
isOpen: boolean;
|
|
19
|
-
i18n:
|
|
18
|
+
i18n: any;
|
|
20
19
|
}, {
|
|
21
|
-
anchorButtonLabel():
|
|
22
|
-
textInputLabel():
|
|
23
|
-
linkInputLabel():
|
|
24
|
-
linkInputPlaceHolder():
|
|
25
|
-
removeButtonLabel():
|
|
26
|
-
cancelButtonLabel():
|
|
27
|
-
confirmButtonLabel():
|
|
20
|
+
anchorButtonLabel(): any;
|
|
21
|
+
textInputLabel(): any;
|
|
22
|
+
linkInputLabel(): any;
|
|
23
|
+
linkInputPlaceHolder(): any;
|
|
24
|
+
removeButtonLabel(): any;
|
|
25
|
+
cancelButtonLabel(): any;
|
|
26
|
+
confirmButtonLabel(): any;
|
|
28
27
|
}, {
|
|
29
28
|
setInitialValues(linkText: any, linkInput: any): void;
|
|
30
29
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("opened" | "set-link" | "remove-link")[], string, Readonly<import('vue').ExtractPropTypes<{
|
package/dist/vue2/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":"AAwGA
|
|
1
|
+
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAwGA;"}
|
package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
boldButtonOptions: {
|
|
4
3
|
type: ObjectConstructor;
|
|
@@ -37,16 +36,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
37
36
|
default: () => void;
|
|
38
37
|
};
|
|
39
38
|
}, {}, {
|
|
40
|
-
i18n:
|
|
39
|
+
i18n: any;
|
|
41
40
|
}, {
|
|
42
|
-
boldButtonLabel():
|
|
43
|
-
italicButtonLabel():
|
|
44
|
-
strikeButtonLabel():
|
|
45
|
-
bulletListButtonLabel():
|
|
46
|
-
orderedListButtonLabel():
|
|
47
|
-
blockQuoteButtonLabel():
|
|
48
|
-
codeButtonLabel():
|
|
49
|
-
codeBlockButtonLabel():
|
|
41
|
+
boldButtonLabel(): any;
|
|
42
|
+
italicButtonLabel(): any;
|
|
43
|
+
strikeButtonLabel(): any;
|
|
44
|
+
bulletListButtonLabel(): any;
|
|
45
|
+
orderedListButtonLabel(): any;
|
|
46
|
+
blockQuoteButtonLabel(): any;
|
|
47
|
+
codeButtonLabel(): any;
|
|
48
|
+
codeBlockButtonLabel(): any;
|
|
50
49
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
51
50
|
boldButtonOptions: {
|
|
52
51
|
type: ObjectConstructor;
|
package/dist/vue2/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
|
|
1
|
+
{"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
ariaLabel: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -23,7 +22,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
22
|
};
|
|
24
23
|
}, {}, {
|
|
25
24
|
labelWidth: string;
|
|
26
|
-
i18n:
|
|
25
|
+
i18n: any;
|
|
27
26
|
}, {
|
|
28
27
|
leftbarContactCentersRowClasses(): (string | {
|
|
29
28
|
'd-recipe-leftbar-row__unread-count': boolean;
|
|
@@ -31,7 +30,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
30
|
})[];
|
|
32
31
|
getAriaLabel(): any;
|
|
33
32
|
showUnreadCount(): boolean;
|
|
34
|
-
menuButtonLabel():
|
|
33
|
+
menuButtonLabel(): any;
|
|
35
34
|
}, {
|
|
36
35
|
adjustLabelWidth(): void;
|
|
37
36
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "click-menu")[], string, Readonly<import('vue').ExtractPropTypes<{
|
package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"AA4EA
|
|
1
|
+
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"AA4EA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
type: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -66,7 +65,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
66
65
|
}, {}, {
|
|
67
66
|
actionFocused: boolean;
|
|
68
67
|
labelWidth: string;
|
|
69
|
-
i18n:
|
|
68
|
+
i18n: any;
|
|
70
69
|
}, {
|
|
71
70
|
leftbarGeneralRowClasses(): (string | {
|
|
72
71
|
'd-recipe-leftbar-row--no-action': boolean;
|
|
@@ -90,7 +89,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
90
89
|
unreadCountTooltip(): string;
|
|
91
90
|
dndTextTooltip(): any;
|
|
92
91
|
activeVoiceChatTooltip(): any;
|
|
93
|
-
callButtonTooltip():
|
|
92
|
+
callButtonTooltip(): any;
|
|
94
93
|
typingTooltip(): any;
|
|
95
94
|
}, {
|
|
96
95
|
validateProps(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAgJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8uBiB,OAAO
|
|
1
|
+
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAgJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8uBiB,OAAO"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
names: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -25,7 +24,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
25
24
|
default: boolean;
|
|
26
25
|
};
|
|
27
26
|
}, {}, {
|
|
28
|
-
i18n:
|
|
27
|
+
i18n: any;
|
|
29
28
|
}, {
|
|
30
29
|
groupCount(): any;
|
|
31
30
|
messageCount(): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAmBA
|
|
1
|
+
{"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAmBA;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
kind: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -11,9 +10,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
10
|
validator: (dir: unknown) => boolean;
|
|
12
11
|
};
|
|
13
12
|
}, {}, {
|
|
14
|
-
i18n:
|
|
13
|
+
i18n: any;
|
|
15
14
|
}, {
|
|
16
|
-
text():
|
|
15
|
+
text(): any;
|
|
17
16
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
18
17
|
kind: {
|
|
19
18
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue"],"names":[],"mappings":"AAsBA
|
|
1
|
+
{"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue"],"names":[],"mappings":"AAsBA;"}
|