@dialpad/dialtone-vue 3.152.0-beta.2 → 3.152.2

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 (230) hide show
  1. package/dist/common/sr_only_close_button.vue.cjs +4 -4
  2. package/dist/common/sr_only_close_button.vue.cjs.map +1 -1
  3. package/dist/common/sr_only_close_button.vue.js +4 -4
  4. package/dist/common/sr_only_close_button.vue.js.map +1 -1
  5. package/dist/common/storybook_utils.cjs +8 -0
  6. package/dist/common/storybook_utils.cjs.map +1 -0
  7. package/dist/common/storybook_utils.js +8 -0
  8. package/dist/common/storybook_utils.js.map +1 -0
  9. package/dist/component-documentation.json +1 -1
  10. package/dist/components/avatar/avatar.vue.cjs +41 -30
  11. package/dist/components/avatar/avatar.vue.cjs.map +1 -1
  12. package/dist/components/avatar/avatar.vue.js +43 -32
  13. package/dist/components/avatar/avatar.vue.js.map +1 -1
  14. package/dist/components/badge/badge.vue.cjs +39 -22
  15. package/dist/components/badge/badge.vue.cjs.map +1 -1
  16. package/dist/components/badge/badge.vue.js +40 -23
  17. package/dist/components/badge/badge.vue.js.map +1 -1
  18. package/dist/components/chip/chip.vue.cjs +7 -4
  19. package/dist/components/chip/chip.vue.cjs.map +1 -1
  20. package/dist/components/chip/chip.vue.js +7 -4
  21. package/dist/components/chip/chip.vue.js.map +1 -1
  22. package/dist/components/collapsible/collapsible.vue.cjs +6 -12
  23. package/dist/components/collapsible/collapsible.vue.cjs.map +1 -1
  24. package/dist/components/collapsible/collapsible.vue.js +6 -12
  25. package/dist/components/collapsible/collapsible.vue.js.map +1 -1
  26. package/dist/components/datepicker/modules/month-year-picker.vue.cjs +17 -5
  27. package/dist/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -1
  28. package/dist/components/datepicker/modules/month-year-picker.vue.js +17 -5
  29. package/dist/components/datepicker/modules/month-year-picker.vue.js.map +1 -1
  30. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs +9 -4
  31. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -1
  32. package/dist/components/emoji_picker/modules/emoji_search.vue.js +10 -5
  33. package/dist/components/emoji_picker/modules/emoji_search.vue.js.map +1 -1
  34. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +14 -11
  35. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
  36. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +15 -12
  37. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
  38. package/dist/components/empty_state/empty_state.vue.cjs +92 -19
  39. package/dist/components/empty_state/empty_state.vue.cjs.map +1 -1
  40. package/dist/components/empty_state/empty_state.vue.js +93 -20
  41. package/dist/components/empty_state/empty_state.vue.js.map +1 -1
  42. package/dist/components/empty_state/empty_state_constants.cjs +0 -18
  43. package/dist/components/empty_state/empty_state_constants.cjs.map +1 -1
  44. package/dist/components/empty_state/empty_state_constants.js +0 -18
  45. package/dist/components/empty_state/empty_state_constants.js.map +1 -1
  46. package/dist/components/icon/icon.vue.cjs +2 -2
  47. package/dist/components/icon/icon.vue.js +2 -2
  48. package/dist/components/illustration/illustration.vue.cjs +2 -2
  49. package/dist/components/illustration/illustration.vue.js +2 -2
  50. package/dist/components/image_viewer/image_viewer.vue.cjs +5 -4
  51. package/dist/components/image_viewer/image_viewer.vue.cjs.map +1 -1
  52. package/dist/components/image_viewer/image_viewer.vue.js +5 -4
  53. package/dist/components/image_viewer/image_viewer.vue.js.map +1 -1
  54. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +11 -24
  55. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -1
  56. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js +10 -23
  57. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -1
  58. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +14 -8
  59. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -1
  60. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js +15 -9
  61. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -1
  62. package/dist/components/list_item/list_item.vue.cjs +5 -4
  63. package/dist/components/list_item/list_item.vue.cjs.map +1 -1
  64. package/dist/components/list_item/list_item.vue.js +5 -4
  65. package/dist/components/list_item/list_item.vue.js.map +1 -1
  66. package/dist/components/modal/modal.vue.cjs +7 -4
  67. package/dist/components/modal/modal.vue.cjs.map +1 -1
  68. package/dist/components/modal/modal.vue.js +7 -4
  69. package/dist/components/modal/modal.vue.js.map +1 -1
  70. package/dist/components/notice/notice_action.vue.cjs +7 -4
  71. package/dist/components/notice/notice_action.vue.cjs.map +1 -1
  72. package/dist/components/notice/notice_action.vue.js +7 -4
  73. package/dist/components/notice/notice_action.vue.js.map +1 -1
  74. package/dist/components/notice/notice_icon.vue.cjs +12 -12
  75. package/dist/components/notice/notice_icon.vue.cjs.map +1 -1
  76. package/dist/components/notice/notice_icon.vue.js +13 -13
  77. package/dist/components/notice/notice_icon.vue.js.map +1 -1
  78. package/dist/components/pagination/pagination.vue.cjs +15 -10
  79. package/dist/components/pagination/pagination.vue.cjs.map +1 -1
  80. package/dist/components/pagination/pagination.vue.js +15 -10
  81. package/dist/components/pagination/pagination.vue.js.map +1 -1
  82. package/dist/components/popover/popover_header_footer.vue.cjs +7 -4
  83. package/dist/components/popover/popover_header_footer.vue.cjs.map +1 -1
  84. package/dist/components/popover/popover_header_footer.vue.js +7 -4
  85. package/dist/components/popover/popover_header_footer.vue.js.map +1 -1
  86. package/dist/components/tooltip/tooltip.vue.cjs +13 -6
  87. package/dist/components/tooltip/tooltip.vue.cjs.map +1 -1
  88. package/dist/components/tooltip/tooltip.vue.js +14 -7
  89. package/dist/components/tooltip/tooltip.vue.js.map +1 -1
  90. package/dist/dialtone-vue.cjs +3 -0
  91. package/dist/dialtone-vue.cjs.map +1 -1
  92. package/dist/dialtone-vue.js +5 -2
  93. package/dist/lib/general-row.cjs +1 -0
  94. package/dist/lib/general-row.cjs.map +1 -1
  95. package/dist/lib/general-row.js +2 -1
  96. package/dist/lib/keyboard-shortcut.cjs +2 -0
  97. package/dist/lib/keyboard-shortcut.cjs.map +1 -1
  98. package/dist/lib/keyboard-shortcut.js +4 -2
  99. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +5 -4
  100. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
  101. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +5 -4
  102. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
  103. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs +11 -27
  104. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -1
  105. package/dist/recipes/cards/ivr_node/ivr_node.vue.js +13 -29
  106. package/dist/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -1
  107. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +19 -6
  108. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -1
  109. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +19 -6
  110. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -1
  111. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +11 -7
  112. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -1
  113. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +11 -7
  114. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -1
  115. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +7 -4
  116. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -1
  117. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +7 -4
  118. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -1
  119. package/dist/recipes/conversation_view/editor/editor.vue.cjs +25 -33
  120. package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -1
  121. package/dist/recipes/conversation_view/editor/editor.vue.js +26 -34
  122. package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -1
  123. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -14
  124. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
  125. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +8 -15
  126. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
  127. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +25 -23
  128. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
  129. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +26 -24
  130. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
  131. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +12 -8
  132. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
  133. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +12 -8
  134. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
  135. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +18 -29
  136. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
  137. package/dist/recipes/conversation_view/message_input/message_input.vue.js +18 -29
  138. package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
  139. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +12 -6
  140. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -1
  141. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js +12 -6
  142. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -1
  143. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +13 -33
  144. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
  145. package/dist/recipes/item_layout/contact_info/contact_info.vue.js +14 -34
  146. package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
  147. package/dist/recipes/leftbar/callbox/callbox.vue.cjs +4 -13
  148. package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
  149. package/dist/recipes/leftbar/callbox/callbox.vue.js +5 -14
  150. package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
  151. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +7 -13
  152. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
  153. package/dist/recipes/leftbar/contact_row/contact_row.vue.js +8 -14
  154. package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
  155. package/dist/recipes/leftbar/general_row/general_row.vue.cjs +13 -9
  156. package/dist/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -1
  157. package/dist/recipes/leftbar/general_row/general_row.vue.js +13 -9
  158. package/dist/recipes/leftbar/general_row/general_row.vue.js.map +1 -1
  159. package/dist/recipes/leftbar/general_row/general_row_constants.cjs +17 -0
  160. package/dist/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -1
  161. package/dist/recipes/leftbar/general_row/general_row_constants.js +17 -0
  162. package/dist/recipes/leftbar/general_row/general_row_constants.js.map +1 -1
  163. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +11 -39
  164. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -1
  165. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +13 -41
  166. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -1
  167. package/dist/recipes/leftbar/group_row/group_row.vue.cjs +7 -4
  168. package/dist/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -1
  169. package/dist/recipes/leftbar/group_row/group_row.vue.js +7 -4
  170. package/dist/recipes/leftbar/group_row/group_row.vue.js.map +1 -1
  171. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs +6 -11
  172. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -1
  173. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js +7 -12
  174. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -1
  175. package/dist/style.css +132 -135
  176. package/dist/types/common/storybook_utils.d.ts +25 -0
  177. package/dist/types/common/storybook_utils.d.ts.map +1 -0
  178. package/dist/types/components/avatar/avatar.vue.d.ts +33 -5
  179. package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
  180. package/dist/types/components/badge/badge.vue.d.ts +34 -17
  181. package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
  182. package/dist/types/components/chip/chip.vue.d.ts +1 -1
  183. package/dist/types/components/collapsible/collapsible.vue.d.ts +1 -1
  184. package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
  185. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
  186. package/dist/types/components/empty_state/empty_state.vue.d.ts +0 -4
  187. package/dist/types/components/empty_state/empty_state.vue.d.ts.map +1 -1
  188. package/dist/types/components/empty_state/empty_state_constants.d.ts +0 -27
  189. package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  190. package/dist/types/components/keyboard_shortcut/index.d.ts +1 -1
  191. package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +15 -210
  192. package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
  193. package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +11 -0
  194. package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -1
  195. package/dist/types/components/list_item/list_item.vue.d.ts +8 -2
  196. package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -1
  197. package/dist/types/components/notice/notice_action.vue.d.ts +4 -5
  198. package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
  199. package/dist/types/components/notice/notice_icon.vue.d.ts +1 -30
  200. package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -1
  201. package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
  202. package/dist/types/components/split_button/split_button-omega.vue.d.ts +1 -1
  203. package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -8
  204. package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  205. package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
  206. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
  207. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -30
  208. package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  209. package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  210. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +8 -240
  211. package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  212. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -0
  213. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  214. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +16 -31
  215. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  216. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +6 -4
  217. package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  218. package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +16 -3
  219. package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
  220. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
  221. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -0
  222. package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  223. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  224. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  225. package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +6 -0
  226. package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -1
  227. package/dist/types/recipes/leftbar/general_row/index.d.ts +1 -1
  228. package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -30
  229. package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  230. package/package.json +4 -4
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Gets the full list of icon component names from the dialtone package
3
+ * @returns {string[]} icon component names
4
+ */
5
+ export function getIconNames(): string[];
6
+ /**
7
+ * Gets the full list of icon component names from the dialtone package
8
+ * @returns {string[]} icon component names
9
+ */
10
+ export function getIllustrationNames(): string[];
11
+ export function createTemplateFromVueFile(args: object, argTypes: any, templateComponent: component): component;
12
+ export function generateTemplate(component: any, { props, excludeProps, customProps, childTemplate }?: {
13
+ props?: any[] | undefined;
14
+ excludeProps?: any[] | undefined;
15
+ customProps?: any[] | undefined;
16
+ childTemplate: any;
17
+ }): string;
18
+ declare namespace _default {
19
+ export { generateTemplate };
20
+ export { createTemplateFromVueFile };
21
+ export { getIllustrationNames };
22
+ export { getIconNames };
23
+ }
24
+ export default _default;
25
+ //# sourceMappingURL=storybook_utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storybook_utils.d.ts","sourceRoot":"","sources":["../../../common/storybook_utils.js"],"names":[],"mappings":"AAsBA;;;GAGG;AACH,gCAFa,MAAM,EAAE,CAIpB;AAED;;;GAGG;AACH,wCAFa,MAAM,EAAE,CAIpB;AAtBM,gDANI,MAAM,0DAYf;AAkBK;;;;;WAoBN"}
@@ -80,6 +80,13 @@ declare const _default: import("vue").DefineComponent<{
80
80
  default: undefined;
81
81
  validator: (group: unknown) => boolean;
82
82
  };
83
+ /**
84
+ * The icon that overlays the avatar
85
+ */
86
+ overlayIcon: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
83
90
  /**
84
91
  * The text that overlays the avatar
85
92
  */
@@ -110,6 +117,14 @@ declare const _default: import("vue").DefineComponent<{
110
117
  type: StringConstructor;
111
118
  default: undefined;
112
119
  };
120
+ /**
121
+ * Icon name to be displayed on the avatar
122
+ */
123
+ iconName: {
124
+ type: StringConstructor;
125
+ default: undefined;
126
+ validator: (name: unknown) => boolean;
127
+ };
113
128
  /**
114
129
  * Icon size to be displayed on the avatar
115
130
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -169,11 +184,8 @@ declare const _default: import("vue").DefineComponent<{
169
184
  imageLoadedSuccessfully: null;
170
185
  formattedInitials: string;
171
186
  initializing: boolean;
172
- hasSlotContent: typeof hasSlotContent;
173
187
  }, {
174
- isIconType(): any;
175
- hasOverlayIcon(): any;
176
- iconDataQa(): "dt-avatar-icon";
188
+ isNotIconType(): boolean;
177
189
  avatarClasses(): any[];
178
190
  overlayClasses(): any[];
179
191
  showGroup(): boolean;
@@ -270,6 +282,13 @@ declare const _default: import("vue").DefineComponent<{
270
282
  default: undefined;
271
283
  validator: (group: unknown) => boolean;
272
284
  };
285
+ /**
286
+ * The icon that overlays the avatar
287
+ */
288
+ overlayIcon: {
289
+ type: StringConstructor;
290
+ default: string;
291
+ };
273
292
  /**
274
293
  * The text that overlays the avatar
275
294
  */
@@ -300,6 +319,14 @@ declare const _default: import("vue").DefineComponent<{
300
319
  type: StringConstructor;
301
320
  default: undefined;
302
321
  };
322
+ /**
323
+ * Icon name to be displayed on the avatar
324
+ */
325
+ iconName: {
326
+ type: StringConstructor;
327
+ default: undefined;
328
+ validator: (name: unknown) => boolean;
329
+ };
303
330
  /**
304
331
  * Icon size to be displayed on the avatar
305
332
  * @values 100, 200, 300, 400, 500, 600, 700, 800
@@ -347,13 +374,14 @@ declare const _default: import("vue").DefineComponent<{
347
374
  canvasClass: string | Record<string, any> | unknown[];
348
375
  iconClass: string | Record<string, any> | unknown[];
349
376
  presenceProps: Record<string, any>;
377
+ overlayIcon: string;
350
378
  overlayText: string;
351
379
  overlayClass: string | Record<string, any> | unknown[];
352
380
  imageAlt: string;
381
+ iconName: string;
353
382
  iconSize: string;
354
383
  clickable: boolean;
355
384
  iconAriaLabel: string;
356
385
  }, {}>;
357
386
  export default _default;
358
- import { hasSlotContent } from '@/common/utils';
359
387
  //# sourceMappingURL=avatar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA2BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7JH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAtL2D,gBAAgB"}
1
+ {"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA+BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9KH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
@@ -1,12 +1,20 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  /**
3
- * The size of the left and right icons.
4
- * @values 100, 200, 300, 400, 500, 600, 700, 800
3
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
4
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
5
+ * will automatically be shown here, but this can be overridden by setting this prop.
5
6
  */
6
- iconSize: {
7
+ iconLeft: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ /**
12
+ * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
13
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog
14
+ */
15
+ iconRight: {
7
16
  type: StringConstructor;
8
17
  default: string;
9
- validator: (s: unknown) => boolean;
10
18
  };
11
19
  /**
12
20
  * Text for the badge content
@@ -35,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
35
43
  };
36
44
  /**
37
45
  * Decoration for the badge. This can be only used with kind: label and type: default
38
- * with no left and right icons
46
+ * with no iconLeft and iconRight
39
47
  * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
40
48
  * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
41
49
  * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
@@ -85,10 +93,12 @@ declare const _default: import("vue").DefineComponent<{
85
93
  'black-400': string;
86
94
  'black-500': string;
87
95
  'black-900': string;
88
- 'red-200': string; /**
89
- * The size of the left and right icons.
90
- * @values 100, 200, 300, 400, 500, 600, 700, 800
96
+ /**
97
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
98
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
99
+ * will automatically be shown here, but this can be overridden by setting this prop.
91
100
  */
101
+ 'red-200': string;
92
102
  'red-300': string;
93
103
  'red-400': string;
94
104
  'purple-200': string;
@@ -109,22 +119,28 @@ declare const _default: import("vue").DefineComponent<{
109
119
  'magenta-400': string;
110
120
  };
111
121
  }, {
112
- hasLeftIcon(): any;
113
- hasRightIcon(): any;
114
- hasIcons(): any;
122
+ hasIcons(): boolean;
115
123
  }, {
116
124
  validateProps(): void;
117
125
  validateTypePropCombination(): void;
118
126
  validateDecorationPropCombination(): void;
119
127
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
120
128
  /**
121
- * The size of the left and right icons.
122
- * @values 100, 200, 300, 400, 500, 600, 700, 800
129
+ * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
130
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
131
+ * will automatically be shown here, but this can be overridden by setting this prop.
132
+ */
133
+ iconLeft: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ /**
138
+ * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
139
+ * https://dialtone.dialpad.com/components/icon.html#icon-catalog
123
140
  */
124
- iconSize: {
141
+ iconRight: {
125
142
  type: StringConstructor;
126
143
  default: string;
127
- validator: (s: unknown) => boolean;
128
144
  };
129
145
  /**
130
146
  * Text for the badge content
@@ -153,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
153
169
  };
154
170
  /**
155
171
  * Decoration for the badge. This can be only used with kind: label and type: default
156
- * with no left and right icons
172
+ * with no iconLeft and iconRight
157
173
  * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
158
174
  * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
159
175
  * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
@@ -188,7 +204,8 @@ declare const _default: import("vue").DefineComponent<{
188
204
  }>>, {
189
205
  type: string;
190
206
  text: string;
191
- iconSize: string;
207
+ iconLeft: string;
208
+ iconRight: string;
192
209
  kind: string;
193
210
  decoration: string;
194
211
  labelClass: string | Record<string, any> | unknown[];
@@ -1 +1 @@
1
- {"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAeI;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;2BAtEH;;;WAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAHH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAkBI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;QA/EH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAJH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG"}
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<{
149
149
  onKeyup?: ((...args: any[]) => any) | undefined;
150
150
  }, {
151
151
  size: string;
152
- id: string;
153
152
  ariaLabel: string;
153
+ id: string;
154
154
  labelClass: string | Record<string, any> | unknown[];
155
155
  closeButtonProps: Record<string, any>;
156
156
  hideClose: boolean;
@@ -187,8 +187,8 @@ declare const _default: import("vue").DefineComponent<{
187
187
  "onUpdate:open"?: ((...args: any[]) => any) | undefined;
188
188
  onOpened?: ((...args: any[]) => any) | undefined;
189
189
  }, {
190
- id: string;
191
190
  ariaLabel: string;
191
+ id: string;
192
192
  maxHeight: string;
193
193
  contentClass: string | Record<string, any> | unknown[];
194
194
  elementType: string;
@@ -1 +1 @@
1
- {"version":3,"file":"collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;IA1FH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}
1
+ {"version":3,"file":"collapsible.vue.d.ts","sourceRoot":"","sources":["../../../../components/collapsible/collapsible.vue.js"],"names":[],"mappings":";IAuBI;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;IA1FH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG"}
@@ -1 +1 @@
1
- {"version":3,"file":"emoji_tabset.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_tabset.vue.js"],"names":[],"mappings":";;;;;;;;AAmIA,qCAEC"}
1
+ {"version":3,"file":"emoji_tabset.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_tabset.vue.js"],"names":[],"mappings":";;;;;;;;AAyHA,qCAEC"}
@@ -3,10 +3,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
3
3
  readonly [x: string]: any;
4
4
  };
5
5
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
6
- illustration?(_: {}): any;
7
- icon?(_: {
8
- iconSize: string;
9
- }): any;
10
6
  body?(_: {}): any;
11
7
  }>;
12
8
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"empty_state.vue.d.ts","sourceRoot":"","sources":["../../../../components/empty_state/empty_state.vue.js"],"names":[],"mappings":";;;;;0BA6MmC,GAAG;;;QACX,GAAG;kBACH,GAAG"}
1
+ {"version":3,"file":"empty_state.vue.d.ts","sourceRoot":"","sources":["../../../../components/empty_state/empty_state.vue.js"],"names":[],"mappings":";;;;;kBAgR2B,GAAG"}
@@ -3,35 +3,8 @@ export namespace EMPTY_STATE_SIZE_MODIFIERS {
3
3
  let md: string;
4
4
  let lg: string;
5
5
  }
6
- export namespace EMPTY_STATE_CONTENT_SIZE_MODIFIERS {
7
- let sm_1: string;
8
- export { sm_1 as sm };
9
- let md_1: string;
10
- export { md_1 as md };
11
- let lg_1: string;
12
- export { lg_1 as lg };
13
- }
14
- export namespace EMPTY_STATE_HEADLINE_SIZE_MODIFIERS {
15
- let sm_2: string;
16
- export { sm_2 as sm };
17
- let md_2: string;
18
- export { md_2 as md };
19
- let lg_2: string;
20
- export { lg_2 as lg };
21
- }
22
- export namespace EMPTY_STATE_BODY_SIZE_MODIFIERS {
23
- let sm_3: string;
24
- export { sm_3 as sm };
25
- let md_3: string;
26
- export { md_3 as md };
27
- let lg_3: string;
28
- export { lg_3 as lg };
29
- }
30
6
  declare namespace _default {
31
7
  export { EMPTY_STATE_SIZE_MODIFIERS };
32
- export { EMPTY_STATE_CONTENT_SIZE_MODIFIERS };
33
- export { EMPTY_STATE_HEADLINE_SIZE_MODIFIERS };
34
- export { EMPTY_STATE_BODY_SIZE_MODIFIERS };
35
8
  }
36
9
  export default _default;
37
10
  //# sourceMappingURL=empty_state_constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue.js"],"names":[],"mappings":";IAkBI;;;;;MAKE;;;;;IAMF;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA1DH;;;;;MAKE;;;;;IAMF;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"image_viewer.vue.d.ts","sourceRoot":"","sources":["../../../../components/image_viewer/image_viewer.vue.js"],"names":[],"mappings":";IAkBI;;;;;MAKE;;;;;IAKF;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAzDH;;;;;MAKE;;;;;IAKF;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG"}
@@ -1,3 +1,3 @@
1
1
  export { default as DtKeyboardShortcut } from "./keyboard_shortcut.vue";
2
- export { SHORTCUTS_ALIASES_LIST } from "./keyboard_shortcut_constants";
2
+ export { SHORTCUTS_ICON_ALIASES, SHORTCUTS_ALIASES_LIST, SHORTCUTS_ICON_SEPARATOR } from "./keyboard_shortcut_constants";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -23,219 +23,24 @@ declare const _default: import("vue").DefineComponent<{
23
23
  default: null;
24
24
  };
25
25
  }, any, {
26
+ SHORTCUTS_ICON_ALIASES: {
27
+ '{win}': string;
28
+ '{arrow-right}': string;
29
+ '{arrow-left}': string;
30
+ '{arrow-up}': string;
31
+ '{arrow-down}': string;
32
+ '{cmd}': string;
33
+ };
26
34
  separator: RegExp;
27
35
  }, {
28
36
  icons(): {
29
- '{plus}': import("vue").DefineComponent<{
30
- size: {
31
- type: StringConstructor;
32
- default: string;
33
- validator: (s: unknown) => boolean;
34
- };
35
- ariaLabel: {
36
- type: StringConstructor;
37
- default: undefined;
38
- };
39
- }, any, any, {
40
- iconSizeClass(): any;
41
- ariaHidden(): "true" | "false";
42
- dataQA(): any;
43
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
- size: {
45
- type: StringConstructor;
46
- default: string;
47
- validator: (s: unknown) => boolean;
48
- };
49
- ariaLabel: {
50
- type: StringConstructor;
51
- default: undefined;
52
- };
53
- }>> & {
54
- onLoaded?: ((...args: any[]) => any) | undefined;
55
- }, {
56
- size: string;
57
- ariaLabel: string;
58
- }, {}>;
59
- '{win}': import("vue").DefineComponent<{
60
- size: {
61
- type: StringConstructor;
62
- default: string;
63
- validator: (s: unknown) => boolean;
64
- };
65
- ariaLabel: {
66
- type: StringConstructor;
67
- default: undefined;
68
- };
69
- }, any, any, {
70
- iconSizeClass(): any;
71
- ariaHidden(): "true" | "false";
72
- dataQA(): any;
73
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
74
- size: {
75
- type: StringConstructor;
76
- default: string;
77
- validator: (s: unknown) => boolean;
78
- };
79
- ariaLabel: {
80
- type: StringConstructor;
81
- default: undefined;
82
- };
83
- }>> & {
84
- onLoaded?: ((...args: any[]) => any) | undefined;
85
- }, {
86
- size: string;
87
- ariaLabel: string;
88
- }, {}>;
89
- '{arrow-right}': import("vue").DefineComponent<{
90
- size: {
91
- type: StringConstructor;
92
- default: string;
93
- validator: (s: unknown) => boolean;
94
- };
95
- ariaLabel: {
96
- type: StringConstructor;
97
- default: undefined;
98
- };
99
- }, any, any, {
100
- iconSizeClass(): any;
101
- ariaHidden(): "true" | "false";
102
- dataQA(): any;
103
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
104
- size: {
105
- type: StringConstructor;
106
- default: string;
107
- validator: (s: unknown) => boolean;
108
- };
109
- ariaLabel: {
110
- type: StringConstructor;
111
- default: undefined;
112
- };
113
- }>> & {
114
- onLoaded?: ((...args: any[]) => any) | undefined;
115
- }, {
116
- size: string;
117
- ariaLabel: string;
118
- }, {}>;
119
- '{arrow-left}': import("vue").DefineComponent<{
120
- size: {
121
- type: StringConstructor;
122
- default: string;
123
- validator: (s: unknown) => boolean;
124
- };
125
- ariaLabel: {
126
- type: StringConstructor;
127
- default: undefined;
128
- };
129
- }, any, any, {
130
- iconSizeClass(): any;
131
- ariaHidden(): "true" | "false";
132
- dataQA(): any;
133
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
134
- size: {
135
- type: StringConstructor;
136
- default: string;
137
- validator: (s: unknown) => boolean;
138
- };
139
- ariaLabel: {
140
- type: StringConstructor;
141
- default: undefined;
142
- };
143
- }>> & {
144
- onLoaded?: ((...args: any[]) => any) | undefined;
145
- }, {
146
- size: string;
147
- ariaLabel: string;
148
- }, {}>;
149
- '{arrow-up}': import("vue").DefineComponent<{
150
- size: {
151
- type: StringConstructor;
152
- default: string;
153
- validator: (s: unknown) => boolean;
154
- };
155
- ariaLabel: {
156
- type: StringConstructor;
157
- default: undefined;
158
- };
159
- }, any, any, {
160
- iconSizeClass(): any;
161
- ariaHidden(): "true" | "false";
162
- dataQA(): any;
163
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
164
- size: {
165
- type: StringConstructor;
166
- default: string;
167
- validator: (s: unknown) => boolean;
168
- };
169
- ariaLabel: {
170
- type: StringConstructor;
171
- default: undefined;
172
- };
173
- }>> & {
174
- onLoaded?: ((...args: any[]) => any) | undefined;
175
- }, {
176
- size: string;
177
- ariaLabel: string;
178
- }, {}>;
179
- '{arrow-down}': import("vue").DefineComponent<{
180
- size: {
181
- type: StringConstructor;
182
- default: string;
183
- validator: (s: unknown) => boolean;
184
- };
185
- ariaLabel: {
186
- type: StringConstructor;
187
- default: undefined;
188
- };
189
- }, any, any, {
190
- iconSizeClass(): any;
191
- ariaHidden(): "true" | "false";
192
- dataQA(): any;
193
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
194
- size: {
195
- type: StringConstructor;
196
- default: string;
197
- validator: (s: unknown) => boolean;
198
- };
199
- ariaLabel: {
200
- type: StringConstructor;
201
- default: undefined;
202
- };
203
- }>> & {
204
- onLoaded?: ((...args: any[]) => any) | undefined;
205
- }, {
206
- size: string;
207
- ariaLabel: string;
208
- }, {}>;
209
- '{cmd}': import("vue").DefineComponent<{
210
- size: {
211
- type: StringConstructor;
212
- default: string;
213
- validator: (s: unknown) => boolean;
214
- };
215
- ariaLabel: {
216
- type: StringConstructor;
217
- default: undefined;
218
- };
219
- }, any, any, {
220
- iconSizeClass(): any;
221
- ariaHidden(): "true" | "false";
222
- dataQA(): any;
223
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "loaded"[], "loaded", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
224
- size: {
225
- type: StringConstructor;
226
- default: string;
227
- validator: (s: unknown) => boolean;
228
- };
229
- ariaLabel: {
230
- type: StringConstructor;
231
- default: undefined;
232
- };
233
- }>> & {
234
- onLoaded?: ((...args: any[]) => any) | undefined;
235
- }, {
236
- size: string;
237
- ariaLabel: string;
238
- }, {}>;
37
+ '{plus}': string;
38
+ '{win}': string;
39
+ '{arrow-right}': string;
40
+ '{arrow-left}': string;
41
+ '{arrow-up}': string;
42
+ '{arrow-down}': string;
43
+ '{cmd}': string;
239
44
  };
240
45
  shortcutWithSeparator(): any;
241
46
  formattedShortcut(): any;
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard_shortcut.vue.d.ts","sourceRoot":"","sources":["../../../../components/keyboard_shortcut/keyboard_shortcut.vue.js"],"names":[],"mappings":";IAuCI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApBH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"keyboard_shortcut.vue.d.ts","sourceRoot":"","sources":["../../../../components/keyboard_shortcut/keyboard_shortcut.vue.js"],"names":[],"mappings":";IAiBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApBH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG"}
@@ -1,2 +1,13 @@
1
+ export const SHORTCUTS_ICON_ALIASES: {
2
+ '{win}': string;
3
+ '{arrow-right}': string;
4
+ '{arrow-left}': string;
5
+ '{arrow-up}': string;
6
+ '{arrow-down}': string;
7
+ '{cmd}': string;
8
+ };
9
+ export const SHORTCUTS_ICON_SEPARATOR: {
10
+ '{plus}': string;
11
+ };
1
12
  export const SHORTCUTS_ALIASES_LIST: string[];
2
13
  //# sourceMappingURL=keyboard_shortcut_constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard_shortcut_constants.d.ts","sourceRoot":"","sources":["../../../../components/keyboard_shortcut/keyboard_shortcut_constants.js"],"names":[],"mappings":"AAAA,8CAOE"}
1
+ {"version":3,"file":"keyboard_shortcut_constants.d.ts","sourceRoot":"","sources":["../../../../components/keyboard_shortcut/keyboard_shortcut_constants.js"],"names":[],"mappings":"AAAA;;;;;;;EAOE;AAEF;;EAEE;AAEF,8CAA0E"}
@@ -57,7 +57,10 @@ declare const _default: import("vue").DefineComponent<{
57
57
  as: {
58
58
  type: StringConstructor;
59
59
  default: string;
60
- };
60
+ }; /**
61
+ * A list item is an element that can be used to represent individual items in a list.
62
+ * @see https://dialtone.dialpad.com/components/list_item.html
63
+ */
61
64
  unstyled: {
62
65
  type: BooleanConstructor;
63
66
  default: boolean;
@@ -68,7 +71,10 @@ declare const _default: import("vue").DefineComponent<{
68
71
  as: {
69
72
  type: StringConstructor;
70
73
  default: string;
71
- };
74
+ }; /**
75
+ * A list item is an element that can be used to represent individual items in a list.
76
+ * @see https://dialtone.dialpad.com/components/list_item.html
77
+ */
72
78
  unstyled: {
73
79
  type: BooleanConstructor;
74
80
  default: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"list_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item.vue.js"],"names":[],"mappings":";IAgCI;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8EH;;;OAGG;;;IAaH;;OAEG;;;;;;;IAlJH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
1
+ {"version":3,"file":"list_item.vue.d.ts","sourceRoot":"","sources":["../../../../components/list_item/list_item.vue.js"],"names":[],"mappings":";IAgCI;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;WAtEP;;;WAGG;;;;;;;;;;;WAHH;;;WAGG;;;;;;;;;;;;;;IAiJC;;;OAGG;;;IAaH;;OAEG;;;;;;;IAlJH;;OAEG;;;;;IAMH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
@@ -32,17 +32,16 @@ declare const _default: import("vue").DefineComponent<{
32
32
  };
33
33
  visuallyHiddenCloseLabel: {
34
34
  type: StringConstructor;
35
- default: null;
35
+ default: null; /**
36
+ * Props for the notice close button.
37
+ */
36
38
  };
37
39
  };
38
40
  watch: {
39
41
  $props: {
40
42
  immediate: boolean;
41
43
  deep: boolean;
42
- handler(): void; /**
43
- * Hides the close button from the notice
44
- * @values true, false
45
- */
44
+ handler(): void;
46
45
  };
47
46
  };
48
47
  computed: {
@@ -1 +1 @@
1
- {"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;6BAZH;;;eAGG;;;;;;;;;;IAXH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
1
+ {"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;2BApBH;;eAEG;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}