@dialpad/dialtone-vue 3.197.0 → 3.199.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.
Files changed (106) hide show
  1. package/README.md +1 -5
  2. package/dist/component-documentation.json +1 -1
  3. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  4. package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  5. package/dist/lib/combobox-multi-select/combobox-multi-select.js +100 -93
  6. package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  7. package/dist/lib/radio/radio.cjs +1 -1
  8. package/dist/lib/radio/radio.cjs.map +1 -1
  9. package/dist/lib/radio/radio.js +7 -14
  10. package/dist/lib/radio/radio.js.map +1 -1
  11. package/dist/lib/rich-text-editor/mention-suggestion.cjs +1 -1
  12. package/dist/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
  13. package/dist/lib/rich-text-editor/mention-suggestion.js +12 -2
  14. package/dist/lib/rich-text-editor/mention-suggestion.js.map +1 -1
  15. package/dist/lib/rich-text-editor/rich-text-editor.cjs +4 -4
  16. package/dist/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  17. package/dist/lib/rich-text-editor/rich-text-editor.js +141 -98
  18. package/dist/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  19. package/dist/lib/stack/stack-constants.cjs +1 -1
  20. package/dist/lib/stack/stack-constants.cjs.map +1 -1
  21. package/dist/lib/stack/stack-constants.js +8 -8
  22. package/dist/lib/stack/stack-constants.js.map +1 -1
  23. package/dist/lib/stack/stack.cjs.map +1 -1
  24. package/dist/lib/stack/stack.js +1 -1
  25. package/dist/lib/stack/stack.js.map +1 -1
  26. package/dist/lib/stack/utils.cjs +1 -1
  27. package/dist/lib/stack/utils.cjs.map +1 -1
  28. package/dist/lib/stack/utils.js +56 -44
  29. package/dist/lib/stack/utils.js.map +1 -1
  30. package/dist/lib/tab/tab-group.cjs +1 -1
  31. package/dist/lib/tab/tab-group.cjs.map +1 -1
  32. package/dist/lib/tab/tab-group.js +1 -1
  33. package/dist/lib/tab/tab-group.js.map +1 -1
  34. package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
  35. package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
  36. package/dist/lib/tooltip-directive/tooltip.js +21 -21
  37. package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
  38. package/dist/localization/index.cjs +1 -1
  39. package/dist/localization/index.cjs.map +1 -1
  40. package/dist/localization/index.js +48 -46
  41. package/dist/localization/index.js.map +1 -1
  42. package/dist/types/common/sr_only_close_button.vue.d.ts +2 -3
  43. package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -1
  44. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
  45. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
  46. package/dist/types/components/button/button.vue.d.ts +1 -2
  47. package/dist/types/components/button/button.vue.d.ts.map +1 -1
  48. package/dist/types/components/chip/chip.vue.d.ts +2 -3
  49. package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
  50. package/dist/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
  51. package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  52. package/dist/types/components/modal/modal.vue.d.ts +2 -3
  53. package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
  54. package/dist/types/components/notice/notice_action.vue.d.ts +2 -3
  55. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  56. package/dist/types/components/pagination/pagination.vue.d.ts +3 -4
  57. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  58. package/dist/types/components/popover/popover_header_footer.vue.d.ts +2 -3
  59. package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  60. package/dist/types/components/radio/radio.vue.d.ts +1 -2
  61. package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
  62. package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +3 -1
  63. package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
  64. package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +3 -1
  65. package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -1
  66. package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +3 -0
  67. package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
  68. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -3
  69. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  70. package/dist/types/components/stack/stack_constants.d.ts.map +1 -1
  71. package/dist/types/components/stack/utils.d.ts.map +1 -1
  72. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
  73. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  74. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -3
  75. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  76. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +3 -4
  77. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  78. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
  79. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  80. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -3
  81. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  82. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +14 -15
  83. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  84. package/dist/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts +2 -0
  85. package/dist/types/recipes/conversation_view/emoji_row/composables/useMockReactions.d.ts.map +1 -0
  86. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
  87. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  88. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -3
  89. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  90. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +2 -3
  91. package/dist/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  92. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -6
  93. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  94. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
  95. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  96. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +9 -10
  97. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  98. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
  99. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  100. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
  101. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  102. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -2
  103. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  104. package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
  105. package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  106. package/package.json +12 -7
@@ -45,7 +45,9 @@ declare const _default: import('vue').DefineComponent<{
45
45
  };
46
46
  }, any, any, {
47
47
  text(): any;
48
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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":"ChannelComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/channels/ChannelComponent.vue"],"names":[],"mappings":"AAqBA;"}
1
+ {"version":3,"file":"ChannelComponent.vue.d.ts","sourceRoot":"","sources":["../../../../../../components/rich_text_editor/extensions/channels/ChannelComponent.vue"],"names":[],"mappings":"AAsBA;"}
@@ -45,7 +45,9 @@ declare const _default: import('vue').DefineComponent<{
45
45
  };
46
46
  }, any, any, {
47
47
  text(): string;
48
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
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":"AAYA;"}
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":";IA6EE;;;;;;;;;;;;;;;;;;;;;;;;;;UAMC"}
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: DialtoneLocalization;
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" | "channel-click")[], "input" | "blur" | "focus" | "selected" | "update:modelValue" | "enter" | "selected-command" | "json-input" | "html-input" | "text-input" | "markdown-input" | "edit-link" | "mention-click" | "channel-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
190
189
  modelValue: {
191
190
  type: (ObjectConstructor | StringConstructor)[];
192
191
  default: string;
@@ -318,6 +317,8 @@ 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
+ "onChannel-click"?: ((...args: any[]) => any) | undefined;
321
322
  }, {
322
323
  link: boolean | Record<string, any>;
323
324
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAkwCqC,gBAAgB;0BA3C3B,cAAc"}
1
+ {"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue"],"names":[],"mappings":"AAoDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA+uC0B,cAAc"}
@@ -1 +1 @@
1
- {"version":3,"file":"stack_constants.d.ts","sourceRoot":"","sources":["../../../../components/stack/stack_constants.js"],"names":[],"mappings":"AAMA;;EAME;AAMF,8CAFU,MAAM,EAAE,CAEsD;AAOxE,2BAFU,MAAM,EAAE,CAEiH;AAOnI,6BAFU,MAAM,EAAE,CAE8D;AAOhF,+BAFU,MAAM,EAAE,CAEwE"}
1
+ {"version":3,"file":"stack_constants.d.ts","sourceRoot":"","sources":["../../../../components/stack/stack_constants.js"],"names":[],"mappings":"AAMA;;EAME;AAMF,8CAFU,MAAM,EAAE,CAEsD;AAOxE,2BAFU,MAAM,EAAE,CAEiH;AAOnI,6BAFU,MAAM,EAAE,CAE8D;AAQhF,+BAFU,MAAM,EAAE,CAEyH"}
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/stack/utils.js"],"names":[],"mappings":"AAwDA,wEAIC;AAkBD,gGAOC;AAED,4DAGC;AAED,gEAGC;AAED,oEAGC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/stack/utils.js"],"names":[],"mappings":"AAwDA,wEAIC;AA4BD,gGAOC;AAED,4DAGC;AAED,gEAGC;AAkBD,oEAIC"}
@@ -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: DialtoneLocalization;
71
+ i18n: any;
73
72
  }, {
74
73
  showArrowButton(): any;
75
74
  isCompactMode(): boolean;
76
- arrowButtonLabel(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA0VqC,gBAAgB;sCAD4C,gBAAgB;mCAAhB,gBAAgB"}
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: DialtoneLocalization;
87
+ i18n: any;
89
88
  }, {
90
89
  showArrowButton(): any;
91
90
  isCompactMode(): boolean;
92
91
  showPopover(): boolean;
93
- arrowButtonLabel(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA8YqC,gBAAgB;sCAD4C,gBAAgB;mCAAhB,gBAAgB"}
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: DialtoneLocalization;
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(): string;
30
- menuButtonAriaLabel(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAkRqC,gBAAgB"}
1
+ {"version":3,"file":"ivr_node.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/cards/ivr_node/ivr_node.vue"],"names":[],"mappings":"AAsFA;"}
@@ -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: DialtoneLocalization;
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;;;;;;;;;;;;;;;;;;;;;;;;;qCAuLqC,gBAAgB"}
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: DialtoneLocalization;
11
+ i18n: any;
13
12
  }, {
14
- closeButtonTitle(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA2GqC,gBAAgB"}
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: DialtoneLocalization;
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: string;
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: string;
139
+ tooltipMessage: any;
141
140
  onClick: () => any;
142
141
  }[];
143
142
  })[];
144
143
  newButtons(): {
145
144
  showBtn: any;
146
- label: string;
145
+ label: any;
147
146
  selector: string;
148
147
  icon: any;
149
148
  dataQA: string;
150
- tooltipMessage: string;
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: string;
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: string;
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: string;
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: string;
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: string;
191
+ tooltipMessage: any;
193
192
  onClick: () => void;
194
193
  };
195
- confirmSetLinkButtonLabels(): Record<string, string>;
196
- cancelSetLinkButtonLabels(): Record<string, string>;
197
- removeLinkButtonLabels(): Record<string, string>;
198
- showAddLinkButtonLabels(): Record<string, string>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA9rBgB,gBAAgB;sCAvBK,gBAAgB;mCAAhB,gBAAgB"}
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"}
@@ -0,0 +1,2 @@
1
+ export function useMockReactions(): Object;
2
+ //# sourceMappingURL=useMockReactions.d.ts.map
@@ -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: DialtoneLocalization;
8
+ i18n: any;
10
9
  }, {}, {
11
10
  emojiClicked(reaction: any): void;
12
11
  emojiHovered(reaction: any, state: any): void;
13
- reactionLabel(reaction: any): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;qCAqIqC,gBAAgB"}
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: DialtoneLocalization;
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(): string;
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<{
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4LqC,gBAAgB"}
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: DialtoneLocalization;
47
+ i18n: any;
49
48
  }, {
50
- closeButtonTitle(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAwFqC,gBAAgB"}
1
+ {"version":3,"file":"MeetingPill.vue.d.ts","sourceRoot":"","sources":["../../../../../../../recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue"],"names":[],"mappings":"AAmCA;"}
@@ -1,5 +1,4 @@
1
1
  import { default as lastActiveNodes } from './last_active_nodes';
2
- import { DialtoneLocalization } from '../../../localization';
3
2
  import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
4
3
  declare const _default: import('vue').DefineComponent<{
5
4
  richText: {
@@ -159,7 +158,7 @@ declare const _default: import('vue').DefineComponent<{
159
158
  selectedText: string;
160
159
  text: string;
161
160
  hideLinkBubbleMenu: boolean;
162
- i18n: DialtoneLocalization;
161
+ i18n: any;
163
162
  }, {
164
163
  showSendIcon(): boolean;
165
164
  inputLength(): number;
@@ -168,10 +167,10 @@ declare const _default: import('vue').DefineComponent<{
168
167
  isSendDisabled(): any;
169
168
  emojiPickerHovered(): boolean;
170
169
  sendIconSize(): "300";
171
- sendButtonLabel(): string;
172
- imagePickerButtonLabel(): string;
173
- emojiPickerButtonLabel(): string;
174
- cancelButtonLabel(): string;
170
+ sendButtonLabel(): any;
171
+ imagePickerButtonLabel(): any;
172
+ emojiPickerButtonLabel(): any;
173
+ cancelButtonLabel(): any;
175
174
  }, {
176
175
  removeClassStyleAttrs: typeof removeClassStyleAttrs;
177
176
  addClassStyleAttrs: typeof addClassStyleAttrs;
@@ -1 +1 @@
1
- {"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAghC4B,qBAAqB;qCAcZ,gBAAgB;sCAboB,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAghC4B,qBAAqB;sCACwB,gBAAgB;mCAAhB,gBAAgB"}
@@ -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: DialtoneLocalization;
18
+ i18n: any;
20
19
  }, {
21
- anchorButtonLabel(): Record<string, string>;
22
- textInputLabel(): string;
23
- linkInputLabel(): string;
24
- linkInputPlaceHolder(): string;
25
- removeButtonLabel(): string;
26
- cancelButtonLabel(): string;
27
- confirmButtonLabel(): string;
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")[], "opened" | "set-link" | "remove-link", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1 +1 @@
1
- {"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4LqC,gBAAgB"}
1
+ {"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;"}
@@ -1,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
  }, any, {
40
- i18n: DialtoneLocalization;
39
+ i18n: any;
41
40
  }, {
42
- boldButtonLabel(): Record<string, string>;
43
- italicButtonLabel(): Record<string, string>;
44
- strikeButtonLabel(): Record<string, string>;
45
- bulletListButtonLabel(): Record<string, string>;
46
- orderedListButtonLabel(): Record<string, string>;
47
- blockQuoteButtonLabel(): Record<string, string>;
48
- codeButtonLabel(): Record<string, string>;
49
- codeBlockButtonLabel(): Record<string, string>;
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"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
50
  boldButtonOptions: {
52
51
  type: ObjectConstructor;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6PqC,gBAAgB"}
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
  import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
3
2
  declare const _default: import('vue').DefineComponent<{
4
3
  ariaLabel: {
@@ -24,7 +23,7 @@ declare const _default: import('vue').DefineComponent<{
24
23
  };
25
24
  }, any, {
26
25
  labelWidth: string;
27
- i18n: DialtoneLocalization;
26
+ i18n: any;
28
27
  }, {
29
28
  leftbarContactCentersRowClasses(): (string | {
30
29
  'd-recipe-leftbar-row__unread-count': boolean;
@@ -33,7 +32,7 @@ declare const _default: import('vue').DefineComponent<{
33
32
  getAriaLabel(): any;
34
33
  contactRowListeners(): Object;
35
34
  showUnreadCount(): boolean;
36
- menuButtonLabel(): string;
35
+ menuButtonLabel(): any;
37
36
  }, {
38
37
  removeClassStyleAttrs: typeof removeClassStyleAttrs;
39
38
  addClassStyleAttrs: typeof addClassStyleAttrs;
@@ -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":"AA8EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAwPqC,gBAAgB;sCAL4D,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"AA8EA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAmPiH,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
  type: {
@@ -67,7 +66,7 @@ declare const _default: import('vue').DefineComponent<{
67
66
  }, any, {
68
67
  actionFocused: boolean;
69
68
  labelWidth: string;
70
- i18n: DialtoneLocalization;
69
+ i18n: any;
71
70
  }, {
72
71
  leftbarGeneralRowClasses(): (string | {
73
72
  'd-recipe-leftbar-row--no-action': boolean;
@@ -92,7 +91,7 @@ declare const _default: import('vue').DefineComponent<{
92
91
  unreadCountTooltip(): string;
93
92
  dndTextTooltip(): any;
94
93
  activeVoiceChatTooltip(): any;
95
- callButtonTooltip(): string;
94
+ callButtonTooltip(): any;
96
95
  typingTooltip(): any;
97
96
  }, {
98
97
  removeClassStyleAttrs: typeof removeClassStyleAttrs;
@@ -1 +1 @@
1
- {"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAiJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4uBiB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAnPa,gBAAgB;sCAD4D,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAiJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4uBiB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCApPyF,gBAAgB;mCAAhB,gBAAgB"}
@@ -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
  }, any, {
28
- i18n: DialtoneLocalization;
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":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAgJqC,gBAAgB"}
1
+ {"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAoBA;"}