@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
|
breadcrumbs: {
|
|
4
3
|
type: ArrayConstructor;
|
|
@@ -15,7 +14,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
15
14
|
};
|
|
16
15
|
}, any, {
|
|
17
16
|
BREADCRUMBS_INVERTED_MODIFIER: string;
|
|
18
|
-
i18n:
|
|
17
|
+
i18n: any;
|
|
19
18
|
}, {}, {
|
|
20
19
|
getBreadcrumbItemKey(index: any): string;
|
|
21
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumbs.vue.d.ts","sourceRoot":"","sources":["../../../../components/breadcrumbs/breadcrumbs.vue"],"names":[],"mappings":"AAsBA
|
|
1
|
+
{"version":3,"file":"breadcrumbs.vue.d.ts","sourceRoot":"","sources":["../../../../components/breadcrumbs/breadcrumbs.vue"],"names":[],"mappings":"AAsBA;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { hasSlotContent } from '../../common/utils';
|
|
2
|
-
import { DialtoneLocalization } from '../../localization';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
circle: {
|
|
5
4
|
type: BooleanConstructor;
|
|
@@ -76,7 +75,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
76
75
|
};
|
|
77
76
|
isInFocus: boolean;
|
|
78
77
|
hasSlotContent: typeof hasSlotContent;
|
|
79
|
-
i18n:
|
|
78
|
+
i18n: any;
|
|
80
79
|
}, {
|
|
81
80
|
buttonListeners(): {
|
|
82
81
|
focusin: (e: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue"],"names":[],"mappings":"AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAyW+B,gBAAgB
|
|
1
|
+
{"version":3,"file":"button.vue.d.ts","sourceRoot":"","sources":["../../../../components/button/button.vue"],"names":[],"mappings":"AA8CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAyW+B,gBAAgB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { hasSlotContent } from '../../common/utils';
|
|
2
|
-
import { DialtoneLocalization } from '../../localization';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
disabled: {
|
|
5
4
|
type: BooleanConstructor;
|
|
@@ -37,7 +36,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
37
36
|
}, any, {
|
|
38
37
|
isActive: boolean;
|
|
39
38
|
hasSlotContent: typeof hasSlotContent;
|
|
40
|
-
i18n:
|
|
39
|
+
i18n: any;
|
|
41
40
|
}, {
|
|
42
41
|
chipListeners(): {
|
|
43
42
|
click: (event: any) => void;
|
|
@@ -45,7 +44,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
45
44
|
keyup: (event: any) => void;
|
|
46
45
|
};
|
|
47
46
|
closeButtonIconSize(): any;
|
|
48
|
-
closeButtonTitle():
|
|
47
|
+
closeButtonTitle(): any;
|
|
49
48
|
}, {
|
|
50
49
|
chipClasses(): any[];
|
|
51
50
|
chipCloseButtonClasses(): any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.vue.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuQgD,gBAAgB
|
|
1
|
+
{"version":3,"file":"chip.vue.d.ts","sourceRoot":"","sources":["../../../../components/chip/chip.vue"],"names":[],"mappings":"AAyDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuQgD,gBAAgB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
appendTo: {
|
|
4
3
|
type: StringConstructor;
|
|
@@ -28,13 +27,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
28
27
|
}, any, {
|
|
29
28
|
showCloseButton: boolean;
|
|
30
29
|
isOpen: boolean;
|
|
31
|
-
i18n:
|
|
30
|
+
i18n: any;
|
|
32
31
|
}, {
|
|
33
32
|
modalListeners(): {
|
|
34
33
|
click: (event: any) => void;
|
|
35
34
|
keydown: (event: any) => void;
|
|
36
35
|
};
|
|
37
|
-
closeButtonTitle():
|
|
36
|
+
closeButtonTitle(): any;
|
|
38
37
|
}, {
|
|
39
38
|
openModal(): void;
|
|
40
39
|
close(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAyQA,IAjJK
|
|
1
|
+
{"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue"],"names":[],"mappings":"AAuEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEAyQA,IAjJK"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { hasSlotContent } from '../../common/utils';
|
|
2
|
-
import { DialtoneLocalization } from '../../localization';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
copy: {
|
|
5
4
|
type: StringConstructor;
|
|
@@ -115,7 +114,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
115
114
|
end: string;
|
|
116
115
|
};
|
|
117
116
|
hasSlotContent: typeof hasSlotContent;
|
|
118
|
-
i18n:
|
|
117
|
+
i18n: any;
|
|
119
118
|
}, {
|
|
120
119
|
modalListeners(): {
|
|
121
120
|
click: (event: any) => void;
|
|
@@ -126,7 +125,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
126
125
|
open(): string;
|
|
127
126
|
hasFooterSlot(): boolean;
|
|
128
127
|
bannerKindClass(): never;
|
|
129
|
-
closeButtonTitle():
|
|
128
|
+
closeButtonTitle(): any;
|
|
130
129
|
}, {
|
|
131
130
|
close(): void;
|
|
132
131
|
setFocusAfterTransition(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+eA,IArXE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA6XwG,gBAAgB
|
|
1
|
+
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue"],"names":[],"mappings":"AAwHA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qEA+eA,IArXE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA6XwG,gBAAgB"}
|
|
@@ -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,9 +8,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
8
|
default: boolean;
|
|
10
9
|
};
|
|
11
10
|
}, any, {
|
|
12
|
-
i18n:
|
|
11
|
+
i18n: any;
|
|
13
12
|
}, {
|
|
14
|
-
closeButtonTitle():
|
|
13
|
+
closeButtonTitle(): any;
|
|
15
14
|
}, {
|
|
16
15
|
close(): void;
|
|
17
16
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, 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
|
}, any, {
|
|
24
23
|
currentPage: number;
|
|
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,5 +1,4 @@
|
|
|
1
1
|
import { hasSlotContent } from '../../common/utils';
|
|
2
|
-
import { DialtoneLocalization } from '../../localization';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
type: {
|
|
5
4
|
type: StringConstructor;
|
|
@@ -15,9 +14,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
15
14
|
};
|
|
16
15
|
}, any, {
|
|
17
16
|
hasSlotContent: typeof hasSlotContent;
|
|
18
|
-
i18n:
|
|
17
|
+
i18n: any;
|
|
19
18
|
}, {
|
|
20
|
-
closeButtonTitle():
|
|
19
|
+
closeButtonTitle(): any;
|
|
21
20
|
}, {
|
|
22
21
|
focusCloseButton(): void;
|
|
23
22
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "close"[], "close", import('vue').PublicProps, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuH8C,gBAAgB
|
|
1
|
+
{"version":3,"file":"popover_header_footer.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_header_footer.vue"],"names":[],"mappings":"AA0CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAuH8C,gBAAgB"}
|
|
@@ -158,14 +158,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
158
158
|
computed: {
|
|
159
159
|
formattedMessages(): any;
|
|
160
160
|
};
|
|
161
|
-
}, import('vue').ComponentOptionsMixin, ("input" | "
|
|
161
|
+
}, import('vue').ComponentOptionsMixin, ("input" | "focus" | "focusin" | "focusout" | "update:modelValue")[], "input" | "focus" | "focusin" | "focusout" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
162
162
|
value: {
|
|
163
163
|
type: (StringConstructor | NumberConstructor)[];
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
166
|
}>> & {
|
|
167
167
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
168
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
169
168
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
170
169
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
171
170
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue"],"names":[],"mappings":"AAqDA
|
|
1
|
+
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue"],"names":[],"mappings":"AAqDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAyM0E,gBAAgB;sCAAhB,gBAAgB;mCAAhB,gBAAgB"}
|
package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts
CHANGED
|
@@ -45,7 +45,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
45
45
|
};
|
|
46
46
|
}, any, any, {
|
|
47
47
|
text(): string;
|
|
48
|
-
}, {
|
|
48
|
+
}, {
|
|
49
|
+
handleClick(): void;
|
|
50
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
51
|
editor: {
|
|
50
52
|
type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
|
|
51
53
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MentionComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/MentionComponent.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MentionComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/mentions/MentionComponent.vue"],"names":[],"mappings":"AAaA;"}
|
|
@@ -4,6 +4,7 @@ declare namespace _default {
|
|
|
4
4
|
}): Promise<({
|
|
5
5
|
id: string;
|
|
6
6
|
name: string;
|
|
7
|
+
contactKey: string;
|
|
7
8
|
avatarSrc: any;
|
|
8
9
|
showDetails: boolean;
|
|
9
10
|
presence: string;
|
|
@@ -12,6 +13,7 @@ declare namespace _default {
|
|
|
12
13
|
} | {
|
|
13
14
|
id: string;
|
|
14
15
|
name: string;
|
|
16
|
+
contactKey: string;
|
|
15
17
|
avatarSrc: any;
|
|
16
18
|
showDetails: boolean;
|
|
17
19
|
presence: string;
|
|
@@ -20,6 +22,7 @@ declare namespace _default {
|
|
|
20
22
|
} | {
|
|
21
23
|
id: string;
|
|
22
24
|
name: string;
|
|
25
|
+
contactKey: string;
|
|
23
26
|
avatarSrc: any;
|
|
24
27
|
showDetails?: undefined;
|
|
25
28
|
presence?: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mention_suggestion.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/mention_suggestion.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"mention_suggestion.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/mention_suggestion.js"],"names":[],"mappings":";IAuFE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAMC"}
|
|
@@ -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
|
modelValue: {
|
|
@@ -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;
|
|
@@ -186,7 +185,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
186
185
|
getExtension(extension: any, options: any): any;
|
|
187
186
|
updateEditorAttributes(attributes: any): void;
|
|
188
187
|
focusEditor(): void;
|
|
189
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link")[], "input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
188
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link" | "mention-click")[], "input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link" | "mention-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
190
189
|
modelValue: {
|
|
191
190
|
type: (ObjectConstructor | StringConstructor)[];
|
|
192
191
|
default: string;
|
|
@@ -318,6 +317,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
318
317
|
"onText-input"?: ((...args: any[]) => any) | undefined;
|
|
319
318
|
"onMarkdown-input"?: ((...args: any[]) => any) | undefined;
|
|
320
319
|
"onEdit-link"?: ((...args: any[]) => any) | undefined;
|
|
320
|
+
"onMention-click"?: ((...args: any[]) => any) | undefined;
|
|
321
321
|
}, {
|
|
322
322
|
link: boolean | Record<string, any>;
|
|
323
323
|
modelValue: string | Record<string, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAmuC0B,cAAc"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
id: {
|
|
@@ -69,11 +68,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
69
68
|
};
|
|
70
69
|
}, any, {
|
|
71
70
|
open: boolean;
|
|
72
|
-
i18n:
|
|
71
|
+
i18n: any;
|
|
73
72
|
}, {
|
|
74
73
|
showArrowButton(): any;
|
|
75
74
|
isCompactMode(): boolean;
|
|
76
|
-
arrowButtonLabel():
|
|
75
|
+
arrowButtonLabel(): any;
|
|
77
76
|
}, {
|
|
78
77
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
79
78
|
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
@@ -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":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
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":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAyViG,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../localization';
|
|
2
1
|
import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
id: {
|
|
@@ -85,12 +84,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
85
84
|
};
|
|
86
85
|
}, any, {
|
|
87
86
|
open: boolean;
|
|
88
|
-
i18n:
|
|
87
|
+
i18n: any;
|
|
89
88
|
}, {
|
|
90
89
|
showArrowButton(): any;
|
|
91
90
|
isCompactMode(): boolean;
|
|
92
91
|
showPopover(): boolean;
|
|
93
|
-
arrowButtonLabel():
|
|
92
|
+
arrowButtonLabel(): any;
|
|
94
93
|
}, {
|
|
95
94
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
96
95
|
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
@@ -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":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
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":"AA6EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCA6YiG,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -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,7 +17,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
17
|
};
|
|
19
18
|
}, any, {
|
|
20
19
|
isOpen: boolean;
|
|
21
|
-
i18n:
|
|
20
|
+
i18n: any;
|
|
22
21
|
}, {
|
|
23
22
|
nodeListeners(): {
|
|
24
23
|
click: (e: any) => void;
|
|
@@ -26,8 +25,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
26
25
|
nodeIcon(): any;
|
|
27
26
|
nodeClass(): any;
|
|
28
27
|
isGotoNode(): boolean;
|
|
29
|
-
nodeAriaLabel():
|
|
30
|
-
menuButtonAriaLabel():
|
|
28
|
+
nodeAriaLabel(): any;
|
|
29
|
+
menuButtonAriaLabel(): any;
|
|
31
30
|
}, {
|
|
32
31
|
openMenu(): void;
|
|
33
32
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, 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/vue3/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
|
}, any, {
|
|
@@ -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
|
}, any, {
|
|
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"[], "remove-media", import('vue').PublicProps, 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
|
import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
|
|
3
2
|
declare const _default: import('vue').DefineComponent<{
|
|
4
3
|
modelValue: {
|
|
@@ -110,7 +109,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
110
109
|
showLinkInput: boolean;
|
|
111
110
|
linkInput: string;
|
|
112
111
|
currentButtonRefIndex: number;
|
|
113
|
-
i18n:
|
|
112
|
+
i18n: any;
|
|
114
113
|
}, {
|
|
115
114
|
inputLength(): any;
|
|
116
115
|
htmlOutputFormat(): string;
|
|
@@ -125,7 +124,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
125
124
|
selector: string;
|
|
126
125
|
icon: any;
|
|
127
126
|
dataQA: string;
|
|
128
|
-
tooltipMessage:
|
|
127
|
+
tooltipMessage: any;
|
|
129
128
|
onClick: () => void;
|
|
130
129
|
}[];
|
|
131
130
|
} | {
|
|
@@ -137,17 +136,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
137
136
|
};
|
|
138
137
|
icon: any;
|
|
139
138
|
dataQA: string;
|
|
140
|
-
tooltipMessage:
|
|
139
|
+
tooltipMessage: any;
|
|
141
140
|
onClick: () => any;
|
|
142
141
|
}[];
|
|
143
142
|
})[];
|
|
144
143
|
newButtons(): {
|
|
145
144
|
showBtn: any;
|
|
146
|
-
label:
|
|
145
|
+
label: any;
|
|
147
146
|
selector: string;
|
|
148
147
|
icon: any;
|
|
149
148
|
dataQA: string;
|
|
150
|
-
tooltipMessage:
|
|
149
|
+
tooltipMessage: any;
|
|
151
150
|
onClick: () => void;
|
|
152
151
|
}[];
|
|
153
152
|
textFormatButtons(): {
|
|
@@ -155,7 +154,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
155
154
|
selector: string;
|
|
156
155
|
icon: any;
|
|
157
156
|
dataQA: string;
|
|
158
|
-
tooltipMessage:
|
|
157
|
+
tooltipMessage: any;
|
|
159
158
|
onClick: () => void;
|
|
160
159
|
}[];
|
|
161
160
|
alignmentButtons(): {
|
|
@@ -165,7 +164,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
165
164
|
};
|
|
166
165
|
icon: any;
|
|
167
166
|
dataQA: string;
|
|
168
|
-
tooltipMessage:
|
|
167
|
+
tooltipMessage: any;
|
|
169
168
|
onClick: () => any;
|
|
170
169
|
}[];
|
|
171
170
|
listButtons(): {
|
|
@@ -173,7 +172,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
173
172
|
selector: string;
|
|
174
173
|
icon: any;
|
|
175
174
|
dataQA: string;
|
|
176
|
-
tooltipMessage:
|
|
175
|
+
tooltipMessage: any;
|
|
177
176
|
onClick: () => void;
|
|
178
177
|
}[];
|
|
179
178
|
individualButtons(): {
|
|
@@ -181,7 +180,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
181
180
|
selector: string;
|
|
182
181
|
icon: any;
|
|
183
182
|
dataQA: string;
|
|
184
|
-
tooltipMessage:
|
|
183
|
+
tooltipMessage: any;
|
|
185
184
|
onClick: () => void;
|
|
186
185
|
}[];
|
|
187
186
|
linkButton(): {
|
|
@@ -189,13 +188,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
189
188
|
selector: string;
|
|
190
189
|
icon: any;
|
|
191
190
|
dataQA: string;
|
|
192
|
-
tooltipMessage:
|
|
191
|
+
tooltipMessage: any;
|
|
193
192
|
onClick: () => void;
|
|
194
193
|
};
|
|
195
|
-
confirmSetLinkButtonLabels():
|
|
196
|
-
cancelSetLinkButtonLabels():
|
|
197
|
-
removeLinkButtonLabels():
|
|
198
|
-
showAddLinkButtonLabels():
|
|
194
|
+
confirmSetLinkButtonLabels(): any;
|
|
195
|
+
cancelSetLinkButtonLabels(): any;
|
|
196
|
+
removeLinkButtonLabels(): any;
|
|
197
|
+
showAddLinkButtonLabels(): any;
|
|
199
198
|
}, {
|
|
200
199
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
201
200
|
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA2LA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwpDe,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"editor.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/editor/editor.vue"],"names":[],"mappings":"AA2LA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAwpDe,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCArtBqC,gBAAgB;mCAAhB,gBAAgB"}
|
package/dist/vue3/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMockReactions.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/emoji_row/composables/useMockReactions.js"],"names":[],"mappings":"AAOA,oCAFa,MAAM,CAmClB"}
|
|
@@ -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
|
}, any, {
|
|
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")[], "emoji-clicked" | "emoji-hovered", import('vue').PublicProps, 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
|
}, any, {
|
|
29
28
|
hover: boolean;
|
|
30
29
|
expanded: boolean;
|
|
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, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
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
|
|
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,4 +1,3 @@
|
|
|
1
|
-
import { DialtoneLocalization } from '../../../../../localization';
|
|
2
1
|
declare const _default: import('vue').DefineComponent<{
|
|
3
2
|
editor: {
|
|
4
3
|
type: import('vue').PropType<import('@tiptap/core').NodeViewProps["editor"]>;
|
|
@@ -45,9 +44,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
45
44
|
required: true;
|
|
46
45
|
};
|
|
47
46
|
}, any, {
|
|
48
|
-
i18n:
|
|
47
|
+
i18n: any;
|
|
49
48
|
}, {
|
|
50
|
-
closeButtonTitle():
|
|
49
|
+
closeButtonTitle(): any;
|
|
51
50
|
}, {
|
|
52
51
|
close(e: any): void;
|
|
53
52
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "meeting-pill-close"[], "meeting-pill-close", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -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
|
|
1
|
+
{"version":3,"file":"MeetingPill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue"],"names":[],"mappings":"AAmCA;"}
|