@dialpad/dialtone-vue 2.205.0 → 2.205.4

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 (79) hide show
  1. package/dist/component-documentation.json +1 -1
  2. package/dist/lib/stack/stack-constants.cjs +1 -1
  3. package/dist/lib/stack/stack-constants.cjs.map +1 -1
  4. package/dist/lib/stack/stack-constants.js +8 -8
  5. package/dist/lib/stack/stack-constants.js.map +1 -1
  6. package/dist/lib/stack/stack.cjs.map +1 -1
  7. package/dist/lib/stack/stack.js +1 -1
  8. package/dist/lib/stack/stack.js.map +1 -1
  9. package/dist/lib/stack/utils.cjs +1 -1
  10. package/dist/lib/stack/utils.cjs.map +1 -1
  11. package/dist/lib/stack/utils.js +56 -44
  12. package/dist/lib/stack/utils.js.map +1 -1
  13. package/dist/lib/tab/tab-group.cjs +1 -1
  14. package/dist/lib/tab/tab-group.cjs.map +1 -1
  15. package/dist/lib/tab/tab-group.js +4 -4
  16. package/dist/lib/tab/tab-group.js.map +1 -1
  17. package/dist/localization/index.cjs +1 -1
  18. package/dist/localization/index.cjs.map +1 -1
  19. package/dist/localization/index.js +46 -42
  20. package/dist/localization/index.js.map +1 -1
  21. package/dist/types/common/sr_only_close_button.vue.d.ts +2 -3
  22. package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -1
  23. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -2
  24. package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
  25. package/dist/types/components/button/button.vue.d.ts +1 -2
  26. package/dist/types/components/button/button.vue.d.ts.map +1 -1
  27. package/dist/types/components/chip/chip.vue.d.ts +2 -3
  28. package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
  29. package/dist/types/components/datepicker/modules/calendar.vue.d.ts +1 -2
  30. package/dist/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -1
  31. package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -2
  32. package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
  33. package/dist/types/components/image_viewer/image_viewer.vue.d.ts +2 -3
  34. package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  35. package/dist/types/components/loader/loader.vue.d.ts +1 -2
  36. package/dist/types/components/loader/loader.vue.d.ts.map +1 -1
  37. package/dist/types/components/modal/modal.vue.d.ts +2 -3
  38. package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
  39. package/dist/types/components/notice/notice_action.vue.d.ts +2 -3
  40. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  41. package/dist/types/components/pagination/pagination.vue.d.ts +3 -4
  42. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  43. package/dist/types/components/popover/popover_header_footer.vue.d.ts +2 -3
  44. package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  45. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -2
  46. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  47. package/dist/types/components/stack/stack_constants.d.ts.map +1 -1
  48. package/dist/types/components/stack/utils.d.ts.map +1 -1
  49. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +2 -3
  50. package/dist/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  51. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -3
  52. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  53. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +3 -4
  54. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  55. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -2
  56. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  57. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -3
  58. package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  59. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +14 -15
  60. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  61. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -3
  62. package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  63. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -3
  64. package/dist/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  65. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -6
  66. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  67. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +8 -9
  68. package/dist/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  69. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +9 -10
  70. package/dist/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  71. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -3
  72. package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  73. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -3
  74. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  75. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -2
  76. package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  77. package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -3
  78. package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  79. package/package.json +12 -7
@@ -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: DialtoneLocalization;
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: string;
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: string;
138
+ tooltipMessage: any;
140
139
  onClick: () => any;
141
140
  }[];
142
141
  })[];
143
142
  newButtons(): {
144
143
  showBtn: any;
145
- label: string;
144
+ label: any;
146
145
  selector: string;
147
146
  icon: any;
148
147
  dataQA: string;
149
- tooltipMessage: string;
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: string;
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: string;
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: string;
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: string;
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: string;
190
+ tooltipMessage: any;
192
191
  onClick: () => void;
193
192
  };
194
- confirmSetLinkButtonLabels(): Record<string, string>;
195
- cancelSetLinkButtonLabels(): Record<string, string>;
196
- removeLinkButtonLabels(): Record<string, string>;
197
- showAddLinkButtonLabels(): Record<string, string>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA7qBgB,gBAAgB"}
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: 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")[], 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;;;;;;;;;;;;;;;;;;;;;;;qCAoIqC,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
  }, {}, {
29
28
  hover: boolean;
30
29
  expanded: any;
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, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA2LqC,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,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: DialtoneLocalization;
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(): string;
171
- imagePickerButtonLabel(): string;
172
- emojiPickerButtonLabel(): string;
173
- cancelButtonLabel(): string;
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;qCAaZ,gBAAgB"}
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: 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")[], string, 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":"AAwGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA6LqC,gBAAgB"}
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,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: 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"[], string, 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4PqC,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
  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: DialtoneLocalization;
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(): string;
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<{
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA8OqC,gBAAgB"}
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: DialtoneLocalization;
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(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAtPa,gBAAgB"}
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: 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":"AAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAoJqC,gBAAgB"}
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: DialtoneLocalization;
13
+ i18n: any;
15
14
  }, {
16
- text(): string;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAuFqC,gBAAgB"}
1
+ {"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue"],"names":[],"mappings":"AAsBA;"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.205.0",
3
+ "version": "2.205.4",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
8
  "dependencies": {
9
- "@dialpad/i18n-vue2": "1.2.0",
9
+ "@dialpad/i18n-vue2": "1.7.1",
10
10
  "@linusborg/vue-simple-portal": "0.1.5",
11
11
  "@tiptap/core": "2.12.0",
12
12
  "@tiptap/extension-blockquote": "2.12.0",
@@ -45,8 +45,8 @@
45
45
  "regex-combined-emojis": "1.6.0",
46
46
  "tippy.js": "6.3.7",
47
47
  "turndown": "7.2.0",
48
- "@dialpad/dialtone-emojis": "1.2.3",
49
- "@dialpad/dialtone-icons": "4.46.1"
48
+ "@dialpad/dialtone-emojis": "1.2.4",
49
+ "@dialpad/dialtone-icons": "4.47.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@storybook/addon-a11y": "7.6.20",
@@ -58,12 +58,12 @@
58
58
  "react": "^18.3.1",
59
59
  "storybook-dark-mode": "^3.0.3",
60
60
  "vue": "^2.7.15",
61
- "@dialpad/dialtone-css": "8.71.0",
62
- "@dialpad/generator-dialtone": "0.1.0"
61
+ "@dialpad/generator-dialtone": "0.1.0",
62
+ "@dialpad/dialtone-css": "8.71.4"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "vue": ">=2.6",
66
- "@dialpad/dialtone-css": "^8.71.0"
66
+ "@dialpad/dialtone-css": "^8.71.4"
67
67
  },
68
68
  "bugs": {
69
69
  "email": "dialtone@dialpad.com"
@@ -129,6 +129,11 @@
129
129
  "Storybook"
130
130
  ],
131
131
  "license": "MIT",
132
+ "repository": {
133
+ "type": "git",
134
+ "url": "https://github.com/dialpad/dialtone.git",
135
+ "directory": "packages/dialtone-vue2"
136
+ },
132
137
  "sideEffects": false,
133
138
  "scripts": {
134
139
  "lint": "run-s lint:code lint:docs",