@dialpad/dialtone 9.2.0 → 9.4.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 (127) hide show
  1. package/dist/css/dialtone.css +2 -2
  2. package/dist/eslint-plugin/rules/custom-implementation.js +1 -1
  3. package/dist/eslint-plugin/rules/deprecated-component.js +5 -5
  4. package/dist/eslint-plugin/rules/deprecated-directive.js +1 -1
  5. package/dist/eslint-plugin/rules/deprecated-icons.js +1 -1
  6. package/dist/icons/icons.json +1 -1
  7. package/dist/icons/keywords.json +1 -1
  8. package/dist/icons/svg/unread.svg +1 -0
  9. package/dist/icons/svg/user-rematch.svg +1 -0
  10. package/dist/tokens/android/java/tokens-dark.kt +1 -1
  11. package/dist/tokens/android/java/tokens-light.kt +1 -1
  12. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  13. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  14. package/dist/tokens/android/res/values/dimens.xml +1 -1
  15. package/dist/tokens/css/variables-dark.css +1 -1
  16. package/dist/tokens/css/variables-light.css +1 -1
  17. package/dist/tokens/ios/tokens-dark.swift +1 -1
  18. package/dist/tokens/ios/tokens-light.swift +1 -1
  19. package/dist/tokens/less/variables-dark.less +1 -1
  20. package/dist/tokens/less/variables-light.less +1 -1
  21. package/dist/vue2/component-documentation.json +1 -1
  22. package/dist/vue2/dialtone-vue.cjs +5 -6
  23. package/dist/vue2/dialtone-vue.js +1757 -3809
  24. package/dist/vue2/directives.cjs +1 -1
  25. package/dist/vue2/directives.js +1 -1
  26. package/dist/vue2/emoji-BMxSCSLg.js +56039 -0
  27. package/dist/vue2/emoji-ZkNhBVKW.cjs +1 -0
  28. package/dist/vue2/emoji.cjs +1 -1
  29. package/dist/vue2/emoji.js +29 -27
  30. package/dist/vue2/emoji_picker-Qces1MZK.cjs +1 -0
  31. package/dist/vue2/emoji_picker-sjGJ0HVH.js +83604 -0
  32. package/dist/vue2/emoji_text_wrapper-Tni6PAOS.cjs +1 -0
  33. package/dist/vue2/emoji_text_wrapper-uHcCrlwz.js +91 -0
  34. package/dist/vue2/message_input.cjs +92 -0
  35. package/dist/vue2/message_input.js +13530 -0
  36. package/dist/vue2/stack-153kJjKj.cjs +2 -0
  37. package/dist/vue2/stack-DRdhbSNl.js +2336 -0
  38. package/dist/vue2/style.css +1 -1
  39. package/dist/vue2/{tooltip-_ykHbRFm.js → tooltip-PDBwUvGD.js} +17 -14
  40. package/dist/vue2/{tooltip-N61DaooE.cjs → tooltip-RmgCyjmY.cjs} +6 -6
  41. package/dist/vue2/types/common/dates.d.ts +1 -1
  42. package/dist/vue2/types/common/storybook_utils.d.ts +1 -1
  43. package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -1
  44. package/dist/vue2/types/components/avatar/avatar.vue.d.ts +2 -2
  45. package/dist/vue2/types/components/badge/badge.vue.d.ts +8 -10
  46. package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
  47. package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +7 -7
  48. package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  49. package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
  50. package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  51. package/dist/vue2/types/components/combobox/combobox.vue.d.ts +7 -10
  52. package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -1
  53. package/dist/vue2/types/components/emoji/emoji.vue.d.ts +2 -2
  54. package/dist/vue2/types/components/input_group/input_group.vue.d.ts +4 -9
  55. package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -1
  56. package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -4
  57. package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
  58. package/dist/vue2/types/components/radio/radio.vue.d.ts +12 -2
  59. package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -1
  60. package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +6 -1
  61. package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  62. package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -4
  63. package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
  64. package/dist/vue2/types/index.d.ts +1 -1
  65. package/dist/vue2/types/message_input.d.ts +3 -0
  66. package/dist/vue2/types/message_input.d.ts.map +1 -0
  67. package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
  68. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
  69. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
  70. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
  71. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
  72. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
  73. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
  74. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
  75. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
  76. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
  77. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
  78. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
  79. package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
  80. package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
  81. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
  82. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
  83. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
  84. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
  85. package/dist/vue3/component-documentation.json +1 -1
  86. package/dist/vue3/dialtone-vue.cjs +1 -1
  87. package/dist/vue3/dialtone-vue.js +12 -12
  88. package/dist/vue3/emoji-AfK6oyUP.cjs +1 -0
  89. package/dist/vue3/{emoji-1yDNLQQx.js → emoji-w7mkBLzY.js} +5115 -5059
  90. package/dist/vue3/emoji.cjs +1 -1
  91. package/dist/vue3/emoji.js +3 -3
  92. package/dist/vue3/{emoji_picker-sjmzGlSc.cjs → emoji_picker-4xiNkfJF.cjs} +1 -1
  93. package/dist/vue3/{emoji_picker-DCzVDeyC.js → emoji_picker-nLVt8cFZ.js} +1 -1
  94. package/dist/vue3/{emoji_text_wrapper-dcKiFm0_.cjs → emoji_text_wrapper-MBYdbA6A.cjs} +1 -1
  95. package/dist/vue3/{emoji_text_wrapper-N58kVmVI.js → emoji_text_wrapper-mBDw9Xy3.js} +1 -1
  96. package/dist/vue3/message_input.cjs +10 -10
  97. package/dist/vue3/message_input.js +162 -143
  98. package/dist/vue3/{stack-l0ciejd8.js → stack-FdfddyeK.js} +4 -2
  99. package/dist/vue3/{stack-eFs3WCJT.cjs → stack-w8PNJngT.cjs} +2 -2
  100. package/dist/vue3/style.css +1 -1
  101. package/dist/vue3/types/common/dates.d.ts +1 -1
  102. package/dist/vue3/types/components/badge/badge.vue.d.ts +8 -10
  103. package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
  104. package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +7 -7
  105. package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  106. package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +8 -11
  107. package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  108. package/dist/vue3/types/components/combobox/combobox.vue.d.ts +11 -4
  109. package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -1
  110. package/dist/vue3/types/components/emoji/emoji.vue.d.ts +2 -2
  111. package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -3
  112. package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -1
  113. package/dist/vue3/types/components/modal/modal.vue.d.ts +4 -1
  114. package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
  115. package/dist/vue3/types/components/radio/radio.vue.d.ts +4 -4
  116. package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
  117. package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
  118. package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -4
  119. package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
  120. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
  121. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
  122. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +7 -2
  123. package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  124. package/package.json +1 -1
  125. package/dist/vue2/emoji-Cr1KlTAT.cjs +0 -1
  126. package/dist/vue2/emoji-tPpc6ODh.js +0 -139701
  127. package/dist/vue3/emoji-_XsewxWh.cjs +0 -1
@@ -29,13 +29,13 @@ declare const _default: import("vue").DefineComponent<{}, any, {}, {
29
29
  };
30
30
  disabled: {
31
31
  type: BooleanConstructor;
32
- default: boolean; /**
33
- * Native input focusout event
34
- *
35
- * @event focusout
36
- * @type {FocusEvent}
37
- */
38
- };
32
+ default: boolean;
33
+ }; /**
34
+ * Native input focusout event
35
+ *
36
+ * @event focusout
37
+ * @type {FocusEvent}
38
+ */
39
39
  validationState: {
40
40
  type: StringConstructor;
41
41
  default: string;
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/checkbox.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA2CI;;;;;eAKG"}
1
+ {"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox/checkbox.vue.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2CI;;;;;WAKG"}
@@ -133,9 +133,7 @@ declare const _default: import("vue").DefineComponent<{
133
133
  legend: {
134
134
  type: StringConstructor;
135
135
  default: string;
136
- }; /**
137
- * A data qa tag for the radio group
138
- */
136
+ };
139
137
  disabled: {
140
138
  type: BooleanConstructor;
141
139
  default: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkbox_group.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7BH;;;eAGG;;;;;;;;;;;;;;;;;;;;;eAHH;;;eAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAQH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAjCH;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"checkbox_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/checkbox_group/checkbox_group.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7BH;;;eAGG;;;;;;;;;;;;;;;;;;;;;eAHH;;;eAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvBH;;OAEG;;;;;;IAkBH;;;OAGG;;;;;IAQH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -153,19 +153,11 @@ declare const _default: import("vue").DefineComponent<{
153
153
  scrollElementIntoView(ref: Element, opt_scrollToTop: any, opt_behavior: any, opt_parent: any): void;
154
154
  scrollIntoViewIfNeeded(ref: any, opt_center: any, opt_behavior: any, opt_parent: any): void;
155
155
  scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void;
156
- /**
157
- * If the list is rendered outside the component, like when using popover as the list wrapper.
158
- * @values true, false
159
- */
160
156
  _setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void;
161
157
  _getElementHeight(el: any): any;
162
158
  _getScrollBounds(el: any): {
163
159
  top: any;
164
- bottom: any; /**
165
- * Programmatically click on the active list item element when a selection
166
- * comes from keyboard navigation, i.e. pressing the "Enter" key.
167
- * @values true, false
168
- */
160
+ bottom: any;
169
161
  };
170
162
  _inScrollBounds(top: any, bottom: any, bounds: any): boolean;
171
163
  };
@@ -179,9 +171,14 @@ declare const _default: import("vue").DefineComponent<{
179
171
  highlightId: () => any;
180
172
  };
181
173
  methods: {
174
+ /**
175
+ * Determines when to show the list element and also controls the aria-expanded attribute.
176
+ * @values true, false
177
+ */
182
178
  _getListElement(): any;
183
179
  _itemsLength(): any;
184
- _getListItemNodes(): any; /**
180
+ _getListItemNodes(): any;
181
+ /**
185
182
  * Additional class name for the empty list element.
186
183
  * Can accept all of String, Object, and Array, i.e. has the
187
184
  * same api as Vue's built-in handling of the class attribute.
@@ -1 +1 @@
1
- {"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAjDH;;;eAGG;;;;;6BA0CH;;;;mBAIG;;;;;;;;;;;;;;;;kCAdH;;;;WAIG;;;;;;;;;;;;;;;;;IA5GH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA1DH;;;WAGG;;;;QAyCH;;;;WAIG;;;;;;;;;;;;;;;;;IA5GH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG"}
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  };
11
11
  /**
12
12
  * The size of the emoji. Can be any of the icon size utility classes from
13
- * <a class="d-link" href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
13
+ * <a class="d-link" href="https://dialtone.dialpad.com/components/icon.html" target="_blank"> Dialpad Icon Size</a>
14
14
  * @values 100, 200, 300, 400, 500, 600, 700, 800
15
15
  */
16
16
  size: {
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<{
70
70
  };
71
71
  /**
72
72
  * The size of the emoji. Can be any of the icon size utility classes from
73
- * <a class="d-link" href="https://dialpad.design/components/icon.html" target="_blank"> Dialpad Icon Size</a>
73
+ * <a class="d-link" href="https://dialtone.dialpad.com/components/icon.html" target="_blank"> Dialpad Icon Size</a>
74
74
  * @values 100, 200, 300, 400, 500, 600, 700, 800
75
75
  */
76
76
  size: {
@@ -71,14 +71,13 @@ declare const _default: import("vue").DefineComponent<{
71
71
  }>;
72
72
  };
73
73
  provide(): {
74
- groupContext: any;
74
+ groupContext: any; /**
75
+ * A data qa tag for the input group
76
+ */
75
77
  setGroupValue: any;
76
78
  };
77
79
  props: {
78
80
  id: {
79
- /**
80
- * A data qa tag for the input group legend
81
- */
82
81
  type: StringConstructor;
83
82
  default(): string;
84
83
  };
@@ -88,11 +87,7 @@ declare const _default: import("vue").DefineComponent<{
88
87
  };
89
88
  name: {
90
89
  type: StringConstructor;
91
- required: boolean; /**
92
- * Native input event
93
- *
94
- * @event input
95
- */
90
+ required: boolean;
96
91
  };
97
92
  legend: {
98
93
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAVH;;eAEG;;;;;;;;;;+BAgBH;;;;eAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9BH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAlBH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -413,10 +413,7 @@ declare const _default: import("vue").DefineComponent<{
413
413
  methods: {
414
414
  getFirstFocusableElement(el: object): Promise<any>;
415
415
  focusFirstElement(el?: object): Promise<void>;
416
- focusElementById(elementId: any): Promise<void>; /**
417
- * ARIA role for the content of the popover. Defaults to "dialog".
418
- * <a class="d-link" href="https://www.w3.org/TR/wai-aria/#aria-haspopup" target="_blank">aria-haspopup</a>
419
- */
416
+ focusElementById(elementId: any): Promise<void>;
420
417
  _getFirstFocusElement(focusableElements: any): any;
421
418
  _getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
422
419
  focusTrappedTabPress(e: object, el: object): void;
@@ -1 +1 @@
1
- {"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue.js"],"names":[],"mappings":";IAyCI;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAvSH;;;WAGG;;;;;;IAzCH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"popover.vue.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover.vue.js"],"names":[],"mappings":";IAyCI;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7UH;;;;;OAKG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;;;OAMG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;SAUK;;;;;IAQL;;;;;;;;;;;;;;OAcG;;;;;IAMH;;;;;;;;;;;OAWG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;;;OAOG;;;;;;;;;IAWH;;;;OAIG;;;;;IAMH;;;;OAIG"}
@@ -33,11 +33,21 @@ declare const _default: import("vue").DefineComponent<{
33
33
  };
34
34
  disabled: {
35
35
  type: BooleanConstructor;
36
- default: boolean;
36
+ default: boolean; /**
37
+ * Native input focusin event
38
+ *
39
+ * @event focusin
40
+ * @property {FocusEvent}
41
+ */
37
42
  };
38
43
  validationState: {
39
44
  type: StringConstructor;
40
- default: string;
45
+ default: string; /**
46
+ * Native input focusout event
47
+ *
48
+ * @event focusout
49
+ * @property {FocusEvent}
50
+ */
41
51
  validator: (validationState: any) => boolean;
42
52
  };
43
53
  inputClass: {
@@ -1 +1 @@
1
- {"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA0BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
1
+ {"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA0BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAgBH;;;;;eAKG;;;;6BAGH;;;;;eAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA/BH;;OAEG"}
@@ -109,7 +109,12 @@ declare const _default: import("vue").DefineComponent<{
109
109
  };
110
110
  value: {
111
111
  type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
112
- default: null;
112
+ default: null; /**
113
+ * Native input event
114
+ *
115
+ * @event input
116
+ * @type {String | Number}
117
+ */
113
118
  };
114
119
  name: {
115
120
  type: StringConstructor;
@@ -1 +1 @@
1
- {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3BH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAQH;;;;;eAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxCH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -123,10 +123,7 @@ declare const _default: import("vue").DefineComponent<{
123
123
  };
124
124
  computed: {
125
125
  showVisuallyHiddenClose(): any;
126
- }; /**
127
- * Sets an ID on the title element of the component. Useful for aria-describedby
128
- * or aria-labelledby or any other reason you may need an id to refer to the title.
129
- */
126
+ };
130
127
  methods: {
131
128
  validateVisuallyHiddenCloseProps(): void;
132
129
  };
@@ -1 +1 @@
1
- {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArGH;;;OAGG;;;;;IAHH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
@@ -10,7 +10,6 @@ export * from "./components/combobox";
10
10
  export * from "./components/collapsible";
11
11
  export * from "./components/description_list";
12
12
  export * from "./components/dropdown";
13
- export * from "./components/emoji_picker";
14
13
  export * from "./components/image_viewer";
15
14
  export * from "./components/input";
16
15
  export * from "./components/input_group";
@@ -58,6 +57,7 @@ export * from "./recipes/conversation_view/feed_item_row";
58
57
  export * from "./recipes/conversation_view/feed_pill";
59
58
  export * from "./recipes/conversation_view/time_pill";
60
59
  export * from "./recipes/conversation_view/emoji_row";
60
+ export * from "./recipes/conversation_view/attachment_carousel";
61
61
  export * from "./recipes/leftbar/callbox";
62
62
  export * from "./common/mixins";
63
63
  export * from "./common/dates";
@@ -0,0 +1,3 @@
1
+ export * from "./recipes/conversation_view/message_input";
2
+ export * from "./components/rich_text_editor";
3
+ //# sourceMappingURL=message_input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message_input.d.ts","sourceRoot":"","sources":["../../message_input.js"],"names":[],"mappings":""}
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
10
10
  * Determines whether the button should have active styling
11
11
  * default is false.
12
12
  * @values true, false
13
- * @see https://dialpad.design/components/button/
13
+ * @see https://dialtone.dialpad.com/components/button/
14
14
  */
15
15
  active: {
16
16
  type: BooleanConstructor;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  * Determines whether the button should have danger styling
21
21
  * default is false.
22
22
  * @values true, false
23
- * @see https://dialpad.design/components/button/
23
+ * @see https://dialtone.dialpad.com/components/button/
24
24
  */
25
25
  danger: {
26
26
  type: BooleanConstructor;
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
38
38
  /**
39
39
  * Whether the button is a circle or not.
40
40
  * @values true, false
41
- * @see https://dialpad.design/components/button/
41
+ * @see https://dialtone.dialpad.com/components/button/
42
42
  */
43
43
  circle: {
44
44
  type: BooleanConstructor;
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<{
99
99
  * Determines whether the button should have active styling
100
100
  * default is false.
101
101
  * @values true, false
102
- * @see https://dialpad.design/components/button/
102
+ * @see https://dialtone.dialpad.com/components/button/
103
103
  */
104
104
  active: {
105
105
  type: BooleanConstructor;
@@ -109,7 +109,7 @@ declare const _default: import("vue").DefineComponent<{
109
109
  * Determines whether the button should have danger styling
110
110
  * default is false.
111
111
  * @values true, false
112
- * @see https://dialpad.design/components/button/
112
+ * @see https://dialtone.dialpad.com/components/button/
113
113
  */
114
114
  danger: {
115
115
  type: BooleanConstructor;
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
127
127
  /**
128
128
  * Whether the button is a circle or not.
129
129
  * @values true, false
130
- * @see https://dialpad.design/components/button/
130
+ * @see https://dialtone.dialpad.com/components/button/
131
131
  */
132
132
  circle: {
133
133
  type: BooleanConstructor;
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
74
74
  * Determines whether the button should have active styling
75
75
  * default is false.
76
76
  * @values true, false
77
- * @see https://dialpad.design/components/button/
77
+ * @see https://dialtone.dialpad.com/components/button/
78
78
  */
79
79
  active: {
80
80
  type: BooleanConstructor;
@@ -84,7 +84,7 @@ declare const _default: import("vue").DefineComponent<{
84
84
  * Determines whether the button should have danger styling
85
85
  * default is false.
86
86
  * @values true, false
87
- * @see https://dialpad.design/components/button/
87
+ * @see https://dialtone.dialpad.com/components/button/
88
88
  */
89
89
  danger: {
90
90
  type: BooleanConstructor;
@@ -211,7 +211,7 @@ declare const _default: import("vue").DefineComponent<{
211
211
  * Determines whether the button should have active styling
212
212
  * default is false.
213
213
  * @values true, false
214
- * @see https://dialpad.design/components/button/
214
+ * @see https://dialtone.dialpad.com/components/button/
215
215
  */
216
216
  active: {
217
217
  type: BooleanConstructor;
@@ -221,7 +221,7 @@ declare const _default: import("vue").DefineComponent<{
221
221
  * Determines whether the button should have danger styling
222
222
  * default is false.
223
223
  * @values true, false
224
- * @see https://dialpad.design/components/button/
224
+ * @see https://dialtone.dialpad.com/components/button/
225
225
  */
226
226
  danger: {
227
227
  type: BooleanConstructor;
@@ -0,0 +1,80 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /**
3
+ * media - object array of media objects
4
+ * @type {Array}
5
+ *
6
+ * Object: {
7
+ * path: String,
8
+ * altText: String | null,
9
+ * }
10
+ */
11
+ mediaList: any[];
12
+ closeAriaLabel: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ clickToOpenAriaLabel: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
20
+ progressbarAriaLabel: {
21
+ type: StringConstructor;
22
+ required: true;
23
+ };
24
+ leftArrowAriaLabel: {
25
+ type: StringConstructor;
26
+ required: true;
27
+ };
28
+ rightArrowAriaLabel: {
29
+ type: StringConstructor;
30
+ required: true;
31
+ };
32
+ }, {}, {
33
+ showCloseButton: {};
34
+ showRightArrow: boolean;
35
+ showLeftArrow: boolean;
36
+ isMounted: boolean;
37
+ }, {
38
+ filteredMediaList(): any;
39
+ }, {
40
+ onItemFocus(e: any): void;
41
+ mediaComponent(type: any): "dt-image-carousel" | null;
42
+ removeMediaItem(index: any): void;
43
+ closeButton(val: any, index: any): void;
44
+ handleScroll(): void;
45
+ leftScroll(): void;
46
+ rightScroll(): void;
47
+ }, never, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
48
+ /**
49
+ * media - object array of media objects
50
+ * @type {Array}
51
+ *
52
+ * Object: {
53
+ * path: String,
54
+ * altText: String | null,
55
+ * }
56
+ */
57
+ mediaList: any[];
58
+ closeAriaLabel: {
59
+ type: StringConstructor;
60
+ required: true;
61
+ };
62
+ clickToOpenAriaLabel: {
63
+ type: StringConstructor;
64
+ required: true;
65
+ };
66
+ progressbarAriaLabel: {
67
+ type: StringConstructor;
68
+ required: true;
69
+ };
70
+ leftArrowAriaLabel: {
71
+ type: StringConstructor;
72
+ required: true;
73
+ };
74
+ rightArrowAriaLabel: {
75
+ type: StringConstructor;
76
+ required: true;
77
+ };
78
+ }>>, {}>;
79
+ export default _default;
80
+ //# sourceMappingURL=attachment_carousel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js"],"names":[],"mappings":";IA2BI;;;;;;;;OAQG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IARH;;;;;;;;OAQG"}
@@ -0,0 +1,6 @@
1
+ export const DEFAULT_CONSTANTS: null;
2
+ declare namespace _default {
3
+ export { DEFAULT_CONSTANTS };
4
+ }
5
+ export default _default;
6
+ //# sourceMappingURL=attachment_carousel_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment_carousel_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/attachment_carousel_constants.js"],"names":[],"mappings":"AAAA,qCAAsC"}
@@ -0,0 +1,2 @@
1
+ export { default as DtRecipeAttachmentCarousel } from "./attachment_carousel.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/attachment_carousel/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,47 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ mediaItem: {
3
+ type: ObjectConstructor;
4
+ required: true;
5
+ };
6
+ index: {
7
+ type: NumberConstructor;
8
+ required: true;
9
+ };
10
+ closeAriaLabel: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ clickToOpenAriaLabel: {
15
+ type: StringConstructor;
16
+ required: true;
17
+ };
18
+ progressbarAriaLabel: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ }, {}, {}, {}, {
23
+ removeMediaItem(index: any): void;
24
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, "remove-media"[], string, Readonly<import("vue").ExtractPropTypes<{
25
+ mediaItem: {
26
+ type: ObjectConstructor;
27
+ required: true;
28
+ };
29
+ index: {
30
+ type: NumberConstructor;
31
+ required: true;
32
+ };
33
+ closeAriaLabel: {
34
+ type: StringConstructor;
35
+ required: true;
36
+ };
37
+ clickToOpenAriaLabel: {
38
+ type: StringConstructor;
39
+ required: true;
40
+ };
41
+ progressbarAriaLabel: {
42
+ type: StringConstructor;
43
+ required: true;
44
+ };
45
+ }>>, {}>;
46
+ export default _default;
47
+ //# sourceMappingURL=image_carousel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image_carousel.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ progressbarAriaLabel: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ progress: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ }, {}, {
11
+ circleCircumference: number;
12
+ }, {
13
+ cssVars(): {
14
+ '--stroke-dashoffset': number;
15
+ '--stroke-dasharray': number;
16
+ };
17
+ }, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
18
+ progressbarAriaLabel: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ progress: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ }>>, {
27
+ progress: number;
28
+ }>;
29
+ export default _default;
30
+ //# sourceMappingURL=progress_bar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress_bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { default as DtRecipeMessageInput } from "./message_input.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/index.js"],"names":[],"mappings":""}