@dialpad/dialtone-vue 2.157.1-beta.1 → 2.157.1

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 (1122) hide show
  1. package/dist/_virtual/_plugin-vue2_normalizer.cjs +18 -0
  2. package/dist/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
  3. package/dist/_virtual/_plugin-vue2_normalizer.js +19 -0
  4. package/dist/_virtual/_plugin-vue2_normalizer.js.map +1 -0
  5. package/dist/common/dates.cjs +0 -2
  6. package/dist/common/dates.cjs.map +1 -1
  7. package/dist/common/dates.js +0 -2
  8. package/dist/common/dates.js.map +1 -1
  9. package/dist/common/emoji.cjs +163 -40
  10. package/dist/common/emoji.cjs.map +1 -1
  11. package/dist/common/emoji.js +145 -2
  12. package/dist/common/emoji.js.map +1 -1
  13. package/dist/common/mixins/dom.cjs +101 -0
  14. package/dist/common/mixins/dom.cjs.map +1 -0
  15. package/dist/common/mixins/dom.js +102 -0
  16. package/dist/common/mixins/dom.js.map +1 -0
  17. package/dist/{chunks/input-Axw-wFj2.js → common/mixins/input.cjs} +5 -4
  18. package/dist/common/mixins/input.cjs.map +1 -0
  19. package/dist/{chunks/input-6kbd8Pju.js → common/mixins/input.js} +4 -4
  20. package/dist/common/mixins/input.js.map +1 -0
  21. package/dist/{chunks/input_group-m3cWYUfI.js → common/mixins/input_group.cjs} +6 -5
  22. package/dist/common/mixins/input_group.cjs.map +1 -0
  23. package/dist/{chunks/input_group-qVZaS5Bb.js → common/mixins/input_group.js} +4 -4
  24. package/dist/common/mixins/input_group.js.map +1 -0
  25. package/dist/{chunks/keyboard_list_navigation-fJnl_Iox.js → common/mixins/keyboard_list_navigation.cjs} +4 -101
  26. package/dist/common/mixins/keyboard_list_navigation.cjs.map +1 -0
  27. package/dist/{chunks/keyboard_list_navigation-ScXhrxya.js → common/mixins/keyboard_list_navigation.js} +3 -100
  28. package/dist/common/mixins/keyboard_list_navigation.js.map +1 -0
  29. package/dist/{chunks/modal-VgxXAQFP.js → common/mixins/modal.cjs} +3 -4
  30. package/dist/common/mixins/modal.cjs.map +1 -0
  31. package/dist/{chunks/modal-XOr4kiNZ.js → common/mixins/modal.js} +3 -4
  32. package/dist/common/mixins/modal.js.map +1 -0
  33. package/dist/common/mixins/skeleton.cjs +27 -0
  34. package/dist/common/mixins/skeleton.cjs.map +1 -0
  35. package/dist/common/mixins/skeleton.js +28 -0
  36. package/dist/common/mixins/skeleton.js.map +1 -0
  37. package/dist/common/mixins/sr_only_close_button.cjs +45 -0
  38. package/dist/common/mixins/sr_only_close_button.cjs.map +1 -0
  39. package/dist/common/mixins/sr_only_close_button.js +46 -0
  40. package/dist/common/mixins/sr_only_close_button.js.map +1 -0
  41. package/dist/common/mixins.cjs +4 -10
  42. package/dist/common/mixins.cjs.map +1 -1
  43. package/dist/common/mixins.js +4 -10
  44. package/dist/common/mixins.js.map +1 -1
  45. package/dist/common/sr_only_close_button.vue.cjs +48 -0
  46. package/dist/common/sr_only_close_button.vue.cjs.map +1 -0
  47. package/dist/common/sr_only_close_button.vue.js +49 -0
  48. package/dist/common/sr_only_close_button.vue.js.map +1 -0
  49. package/dist/common/storybook_utils.cjs +8 -0
  50. package/dist/common/storybook_utils.cjs.map +1 -0
  51. package/dist/common/storybook_utils.js +8 -0
  52. package/dist/common/storybook_utils.js.map +1 -0
  53. package/dist/common/utils.cjs +3 -6
  54. package/dist/common/utils.cjs.map +1 -1
  55. package/dist/common/utils.js +3 -6
  56. package/dist/common/utils.js.map +1 -1
  57. package/dist/components/avatar/avatar.vue.cjs +327 -0
  58. package/dist/components/avatar/avatar.vue.cjs.map +1 -0
  59. package/dist/components/avatar/avatar.vue.js +328 -0
  60. package/dist/components/avatar/avatar.vue.js.map +1 -0
  61. package/dist/components/avatar/avatar_constants.cjs +64 -0
  62. package/dist/components/avatar/avatar_constants.cjs.map +1 -0
  63. package/dist/components/avatar/avatar_constants.js +64 -0
  64. package/dist/components/avatar/avatar_constants.js.map +1 -0
  65. package/dist/components/avatar/utils.cjs +9 -0
  66. package/dist/components/avatar/utils.cjs.map +1 -0
  67. package/dist/components/avatar/utils.js +9 -0
  68. package/dist/components/avatar/utils.js.map +1 -0
  69. package/dist/components/badge/badge.vue.cjs +157 -0
  70. package/dist/components/badge/badge.vue.cjs.map +1 -0
  71. package/dist/components/badge/badge.vue.js +158 -0
  72. package/dist/components/badge/badge.vue.js.map +1 -0
  73. package/dist/components/badge/badge_constants.cjs +43 -0
  74. package/dist/components/badge/badge_constants.cjs.map +1 -0
  75. package/dist/components/badge/badge_constants.js +43 -0
  76. package/dist/components/badge/badge_constants.js.map +1 -0
  77. package/dist/components/banner/banner.vue.cjs +199 -0
  78. package/dist/components/banner/banner.vue.cjs.map +1 -0
  79. package/dist/components/banner/banner.vue.js +200 -0
  80. package/dist/components/banner/banner.vue.js.map +1 -0
  81. package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
  82. package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
  83. package/dist/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
  84. package/dist/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
  85. package/dist/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
  86. package/dist/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
  87. package/dist/components/breadcrumbs/breadcrumbs.vue.js +74 -0
  88. package/dist/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
  89. package/dist/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
  90. package/dist/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
  91. package/dist/components/breadcrumbs/breadcrumbs_constants.js +7 -0
  92. package/dist/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
  93. package/dist/components/button/button.vue.cjs +282 -0
  94. package/dist/components/button/button.vue.cjs.map +1 -0
  95. package/dist/components/button/button.vue.js +283 -0
  96. package/dist/components/button/button.vue.js.map +1 -0
  97. package/dist/components/button/button_constants.cjs +71 -0
  98. package/dist/components/button/button_constants.cjs.map +1 -0
  99. package/dist/components/button/button_constants.js +71 -0
  100. package/dist/components/button/button_constants.js.map +1 -0
  101. package/dist/components/button_group/button_group.vue.cjs +40 -0
  102. package/dist/components/button_group/button_group.vue.cjs.map +1 -0
  103. package/dist/components/button_group/button_group.vue.js +41 -0
  104. package/dist/components/button_group/button_group.vue.js.map +1 -0
  105. package/dist/components/button_group/button_group_constants.cjs +9 -0
  106. package/dist/components/button_group/button_group_constants.cjs.map +1 -0
  107. package/dist/components/button_group/button_group_constants.js +9 -0
  108. package/dist/components/button_group/button_group_constants.js.map +1 -0
  109. package/dist/components/card/card.vue.cjs +71 -0
  110. package/dist/components/card/card.vue.cjs.map +1 -0
  111. package/dist/components/card/card.vue.js +72 -0
  112. package/dist/components/card/card.vue.js.map +1 -0
  113. package/dist/components/checkbox/checkbox.vue.cjs +117 -0
  114. package/dist/components/checkbox/checkbox.vue.cjs.map +1 -0
  115. package/dist/components/checkbox/checkbox.vue.js +118 -0
  116. package/dist/components/checkbox/checkbox.vue.js.map +1 -0
  117. package/dist/components/checkbox/checkbox_constants.cjs +9 -0
  118. package/dist/components/checkbox/checkbox_constants.cjs.map +1 -0
  119. package/dist/components/checkbox/checkbox_constants.js +9 -0
  120. package/dist/components/checkbox/checkbox_constants.js.map +1 -0
  121. package/dist/components/checkbox_group/checkbox_group.vue.cjs +122 -0
  122. package/dist/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
  123. package/dist/components/checkbox_group/checkbox_group.vue.js +123 -0
  124. package/dist/components/checkbox_group/checkbox_group.vue.js.map +1 -0
  125. package/dist/components/chip/chip.vue.cjs +172 -0
  126. package/dist/components/chip/chip.vue.cjs.map +1 -0
  127. package/dist/components/chip/chip.vue.js +173 -0
  128. package/dist/components/chip/chip.vue.js.map +1 -0
  129. package/dist/components/chip/chip_constants.cjs +21 -0
  130. package/dist/components/chip/chip_constants.cjs.map +1 -0
  131. package/dist/components/chip/chip_constants.js +21 -0
  132. package/dist/components/chip/chip_constants.js.map +1 -0
  133. package/dist/components/codeblock/codeblock.vue.cjs +27 -0
  134. package/dist/components/codeblock/codeblock.vue.cjs.map +1 -0
  135. package/dist/components/codeblock/codeblock.vue.js +28 -0
  136. package/dist/components/codeblock/codeblock.vue.js.map +1 -0
  137. package/dist/components/collapsible/collapsible.vue.cjs +196 -0
  138. package/dist/components/collapsible/collapsible.vue.cjs.map +1 -0
  139. package/dist/components/collapsible/collapsible.vue.js +197 -0
  140. package/dist/components/collapsible/collapsible.vue.js.map +1 -0
  141. package/dist/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
  142. package/dist/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
  143. package/dist/components/collapsible/collapsible_lazy_show.vue.js +134 -0
  144. package/dist/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
  145. package/dist/{chunks/index-gj1jEXP4.js → components/combobox/combobox.vue.cjs} +27 -113
  146. package/dist/components/combobox/combobox.vue.cjs.map +1 -0
  147. package/dist/{chunks/index-eJ-WWRdf.js → components/combobox/combobox.vue.js} +22 -108
  148. package/dist/components/combobox/combobox.vue.js.map +1 -0
  149. package/dist/components/combobox/combobox_constants.cjs +11 -0
  150. package/dist/components/combobox/combobox_constants.cjs.map +1 -0
  151. package/dist/components/combobox/combobox_constants.js +11 -0
  152. package/dist/components/combobox/combobox_constants.js.map +1 -0
  153. package/dist/components/combobox/combobox_empty-list.vue.cjs +44 -0
  154. package/dist/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
  155. package/dist/components/combobox/combobox_empty-list.vue.js +45 -0
  156. package/dist/components/combobox/combobox_empty-list.vue.js.map +1 -0
  157. package/dist/components/combobox/combobox_loading-list.vue.cjs +26 -0
  158. package/dist/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
  159. package/dist/components/combobox/combobox_loading-list.vue.js +27 -0
  160. package/dist/components/combobox/combobox_loading-list.vue.js.map +1 -0
  161. package/dist/components/datepicker/datepicker.vue.cjs +146 -0
  162. package/dist/components/datepicker/datepicker.vue.cjs.map +1 -0
  163. package/dist/components/datepicker/datepicker.vue.js +147 -0
  164. package/dist/components/datepicker/datepicker.vue.js.map +1 -0
  165. package/dist/components/datepicker/datepicker_constants.cjs +9 -0
  166. package/dist/components/datepicker/datepicker_constants.cjs.map +1 -0
  167. package/dist/components/datepicker/datepicker_constants.js +9 -0
  168. package/dist/components/datepicker/datepicker_constants.js.map +1 -0
  169. package/dist/components/datepicker/formatUtils.cjs +25 -0
  170. package/dist/components/datepicker/formatUtils.cjs.map +1 -0
  171. package/dist/components/datepicker/formatUtils.js +25 -0
  172. package/dist/components/datepicker/formatUtils.js.map +1 -0
  173. package/dist/components/datepicker/modules/calendar.vue.cjs +198 -0
  174. package/dist/components/datepicker/modules/calendar.vue.cjs.map +1 -0
  175. package/dist/components/datepicker/modules/calendar.vue.js +199 -0
  176. package/dist/components/datepicker/modules/calendar.vue.js.map +1 -0
  177. package/dist/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
  178. package/dist/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
  179. package/dist/components/datepicker/modules/month-year-picker.vue.js +220 -0
  180. package/dist/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
  181. package/dist/components/datepicker/utils.cjs +84 -0
  182. package/dist/components/datepicker/utils.cjs.map +1 -0
  183. package/dist/components/datepicker/utils.js +84 -0
  184. package/dist/components/datepicker/utils.js.map +1 -0
  185. package/dist/components/description_list/description_list.vue.cjs +84 -0
  186. package/dist/components/description_list/description_list.vue.cjs.map +1 -0
  187. package/dist/components/description_list/description_list.vue.js +85 -0
  188. package/dist/components/description_list/description_list.vue.js.map +1 -0
  189. package/dist/components/description_list/description_list_constants.cjs +5 -0
  190. package/dist/components/description_list/description_list_constants.cjs.map +1 -0
  191. package/dist/components/description_list/description_list_constants.js +5 -0
  192. package/dist/components/description_list/description_list_constants.js.map +1 -0
  193. package/dist/components/description_list/description_list_validators.cjs +33 -0
  194. package/dist/components/description_list/description_list_validators.cjs.map +1 -0
  195. package/dist/components/description_list/description_list_validators.js +33 -0
  196. package/dist/components/description_list/description_list_validators.js.map +1 -0
  197. package/dist/{chunks/dropdown-pHxnQPzT.js → components/dropdown/dropdown.vue.cjs} +18 -18
  198. package/dist/components/dropdown/dropdown.vue.cjs.map +1 -0
  199. package/dist/{chunks/dropdown-6UoczdUY.js → components/dropdown/dropdown.vue.js} +13 -13
  200. package/dist/components/dropdown/dropdown.vue.js.map +1 -0
  201. package/dist/{chunks/dropdown_constants-2pGCXy7m.js → components/dropdown/dropdown_constants.cjs} +2 -1
  202. package/dist/components/dropdown/dropdown_constants.cjs.map +1 -0
  203. package/dist/{chunks/dropdown_constants-w1MXGC3Z.js → components/dropdown/dropdown_constants.js} +1 -1
  204. package/dist/components/dropdown/dropdown_constants.js.map +1 -0
  205. package/dist/components/dropdown/dropdown_separator.vue.cjs +22 -0
  206. package/dist/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
  207. package/dist/components/dropdown/dropdown_separator.vue.js +23 -0
  208. package/dist/components/dropdown/dropdown_separator.vue.js.map +1 -0
  209. package/dist/components/emoji/emoji.vue.cjs +140 -0
  210. package/dist/components/emoji/emoji.vue.cjs.map +1 -0
  211. package/dist/components/emoji/emoji.vue.js +141 -0
  212. package/dist/components/emoji/emoji.vue.js.map +1 -0
  213. package/dist/components/emoji_picker/emoji_picker.vue.cjs +207 -0
  214. package/dist/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
  215. package/dist/components/emoji_picker/emoji_picker.vue.js +208 -0
  216. package/dist/components/emoji_picker/emoji_picker.vue.js.map +1 -0
  217. package/dist/components/emoji_picker/emoji_picker_constants.cjs +28 -0
  218. package/dist/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
  219. package/dist/components/emoji_picker/emoji_picker_constants.js +28 -0
  220. package/dist/components/emoji_picker/emoji_picker_constants.js.map +1 -0
  221. package/dist/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
  222. package/dist/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
  223. package/dist/components/emoji_picker/modules/emoji_description.vue.js +40 -0
  224. package/dist/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
  225. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
  226. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
  227. package/dist/components/emoji_picker/modules/emoji_search.vue.js +80 -0
  228. package/dist/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
  229. package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
  230. package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
  231. package/dist/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
  232. package/dist/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
  233. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
  234. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
  235. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
  236. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
  237. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
  238. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
  239. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
  240. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
  241. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
  242. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
  243. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
  244. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
  245. package/dist/components/empty_state/empty_state.vue.cjs +158 -0
  246. package/dist/components/empty_state/empty_state.vue.cjs.map +1 -0
  247. package/dist/components/empty_state/empty_state.vue.js +159 -0
  248. package/dist/components/empty_state/empty_state.vue.js.map +1 -0
  249. package/dist/components/empty_state/empty_state_constants.cjs +9 -0
  250. package/dist/components/empty_state/empty_state_constants.cjs.map +1 -0
  251. package/dist/components/empty_state/empty_state_constants.js +9 -0
  252. package/dist/components/empty_state/empty_state_constants.js.map +1 -0
  253. package/dist/components/hovercard/hovercard.vue.cjs +158 -0
  254. package/dist/components/hovercard/hovercard.vue.cjs.map +1 -0
  255. package/dist/components/hovercard/hovercard.vue.js +159 -0
  256. package/dist/components/hovercard/hovercard.vue.js.map +1 -0
  257. package/dist/components/hovercard/timer.cjs +58 -0
  258. package/dist/components/hovercard/timer.cjs.map +1 -0
  259. package/dist/components/hovercard/timer.js +59 -0
  260. package/dist/components/hovercard/timer.js.map +1 -0
  261. package/dist/components/icon/icon.vue.cjs +54 -0
  262. package/dist/components/icon/icon.vue.cjs.map +1 -0
  263. package/dist/components/icon/icon.vue.js +55 -0
  264. package/dist/components/icon/icon.vue.js.map +1 -0
  265. package/dist/{chunks/icon_constants-da57m7BZ.js → components/icon/icon_constants.cjs} +2 -1
  266. package/dist/components/icon/icon_constants.cjs.map +1 -0
  267. package/dist/{chunks/icon_constants-H9ahUVCG.js → components/icon/icon_constants.js} +1 -1
  268. package/dist/components/icon/icon_constants.js.map +1 -0
  269. package/dist/components/illustration/illustration.vue.cjs +38 -0
  270. package/dist/components/illustration/illustration.vue.cjs.map +1 -0
  271. package/dist/components/illustration/illustration.vue.js +39 -0
  272. package/dist/components/illustration/illustration.vue.js.map +1 -0
  273. package/dist/components/illustration/illustration_constants.cjs +6 -0
  274. package/dist/components/illustration/illustration_constants.cjs.map +1 -0
  275. package/dist/components/illustration/illustration_constants.js +6 -0
  276. package/dist/components/illustration/illustration_constants.js.map +1 -0
  277. package/dist/components/image_viewer/image_viewer.vue.cjs +193 -0
  278. package/dist/components/image_viewer/image_viewer.vue.cjs.map +1 -0
  279. package/dist/components/image_viewer/image_viewer.vue.js +194 -0
  280. package/dist/components/image_viewer/image_viewer.vue.js.map +1 -0
  281. package/dist/components/input/input.vue.cjs +413 -0
  282. package/dist/components/input/input.vue.cjs.map +1 -0
  283. package/dist/components/input/input.vue.js +414 -0
  284. package/dist/components/input/input.vue.js.map +1 -0
  285. package/dist/components/input/input_constants.cjs +65 -0
  286. package/dist/components/input/input_constants.cjs.map +1 -0
  287. package/dist/components/input/input_constants.js +65 -0
  288. package/dist/components/input/input_constants.js.map +1 -0
  289. package/dist/components/input_group/input_group.vue.cjs +85 -0
  290. package/dist/components/input_group/input_group.vue.cjs.map +1 -0
  291. package/dist/components/input_group/input_group.vue.js +86 -0
  292. package/dist/components/input_group/input_group.vue.js.map +1 -0
  293. package/dist/components/item_layout/item_layout.vue.cjs +38 -0
  294. package/dist/components/item_layout/item_layout.vue.cjs.map +1 -0
  295. package/dist/components/item_layout/item_layout.vue.js +39 -0
  296. package/dist/components/item_layout/item_layout.vue.js.map +1 -0
  297. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
  298. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
  299. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
  300. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
  301. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
  302. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
  303. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
  304. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
  305. package/dist/components/lazy_show/lazy_show.vue.cjs +77 -0
  306. package/dist/components/lazy_show/lazy_show.vue.cjs.map +1 -0
  307. package/dist/components/lazy_show/lazy_show.vue.js +78 -0
  308. package/dist/components/lazy_show/lazy_show.vue.js.map +1 -0
  309. package/dist/components/link/link.vue.cjs +80 -0
  310. package/dist/components/link/link.vue.cjs.map +1 -0
  311. package/dist/components/link/link.vue.js +81 -0
  312. package/dist/components/link/link.vue.js.map +1 -0
  313. package/dist/{chunks/link_constants-x8NwdqmA.js → components/link/link_constants.cjs} +6 -1
  314. package/dist/components/link/link_constants.cjs.map +1 -0
  315. package/dist/{chunks/link_constants-AfTWrr-n.js → components/link/link_constants.js} +5 -1
  316. package/dist/components/link/link_constants.js.map +1 -0
  317. package/dist/components/list_item/list_item.vue.cjs +196 -0
  318. package/dist/components/list_item/list_item.vue.cjs.map +1 -0
  319. package/dist/components/list_item/list_item.vue.js +197 -0
  320. package/dist/components/list_item/list_item.vue.js.map +1 -0
  321. package/dist/{chunks/list_item_constants-EiqkqZvP.js → components/list_item/list_item_constants.cjs} +2 -1
  322. package/dist/components/list_item/list_item_constants.cjs.map +1 -0
  323. package/dist/{chunks/list_item_constants-u1xcN9Dd.js → components/list_item/list_item_constants.js} +1 -1
  324. package/dist/components/list_item/list_item_constants.js.map +1 -0
  325. package/dist/components/list_item_group/list_item_group.vue.cjs +56 -0
  326. package/dist/components/list_item_group/list_item_group.vue.cjs.map +1 -0
  327. package/dist/components/list_item_group/list_item_group.vue.js +57 -0
  328. package/dist/components/list_item_group/list_item_group.vue.js.map +1 -0
  329. package/dist/components/modal/modal.vue.cjs +326 -0
  330. package/dist/components/modal/modal.vue.cjs.map +1 -0
  331. package/dist/components/modal/modal.vue.js +327 -0
  332. package/dist/components/modal/modal.vue.js.map +1 -0
  333. package/dist/components/modal/modal_constants.cjs +21 -0
  334. package/dist/components/modal/modal_constants.cjs.map +1 -0
  335. package/dist/components/modal/modal_constants.js +21 -0
  336. package/dist/components/modal/modal_constants.js.map +1 -0
  337. package/dist/components/notice/notice.vue.cjs +156 -0
  338. package/dist/components/notice/notice.vue.cjs.map +1 -0
  339. package/dist/components/notice/notice.vue.js +157 -0
  340. package/dist/components/notice/notice.vue.js.map +1 -0
  341. package/dist/components/notice/notice_action.vue.cjs +96 -0
  342. package/dist/components/notice/notice_action.vue.cjs.map +1 -0
  343. package/dist/components/notice/notice_action.vue.js +97 -0
  344. package/dist/components/notice/notice_action.vue.js.map +1 -0
  345. package/dist/{chunks/notice_constants-UXo9e3bS.js → components/notice/notice_constants.cjs} +2 -1
  346. package/dist/components/notice/notice_constants.cjs.map +1 -0
  347. package/dist/{chunks/notice_constants-7Qt2CQEY.js → components/notice/notice_constants.js} +1 -1
  348. package/dist/components/notice/notice_constants.js.map +1 -0
  349. package/dist/components/notice/notice_content.vue.cjs +48 -0
  350. package/dist/components/notice/notice_content.vue.cjs.map +1 -0
  351. package/dist/components/notice/notice_content.vue.js +49 -0
  352. package/dist/components/notice/notice_content.vue.js.map +1 -0
  353. package/dist/components/notice/notice_icon.vue.cjs +53 -0
  354. package/dist/components/notice/notice_icon.vue.cjs.map +1 -0
  355. package/dist/components/notice/notice_icon.vue.js +54 -0
  356. package/dist/components/notice/notice_icon.vue.js.map +1 -0
  357. package/dist/components/pagination/pagination.vue.cjs +145 -0
  358. package/dist/components/pagination/pagination.vue.cjs.map +1 -0
  359. package/dist/components/pagination/pagination.vue.js +146 -0
  360. package/dist/components/pagination/pagination.vue.js.map +1 -0
  361. package/dist/components/popover/popover.vue.cjs +905 -0
  362. package/dist/components/popover/popover.vue.cjs.map +1 -0
  363. package/dist/components/popover/popover.vue.js +906 -0
  364. package/dist/components/popover/popover.vue.js.map +1 -0
  365. package/dist/components/popover/popover_constants.cjs +34 -0
  366. package/dist/components/popover/popover_constants.cjs.map +1 -0
  367. package/dist/components/popover/popover_constants.js +34 -0
  368. package/dist/components/popover/popover_constants.js.map +1 -0
  369. package/dist/components/popover/popover_header_footer.vue.cjs +89 -0
  370. package/dist/components/popover/popover_header_footer.vue.cjs.map +1 -0
  371. package/dist/components/popover/popover_header_footer.vue.js +90 -0
  372. package/dist/components/popover/popover_header_footer.vue.js.map +1 -0
  373. package/dist/{chunks/popover_constants-XnGWXaxX.js → components/popover/tippy_utils.cjs} +6 -52
  374. package/dist/components/popover/tippy_utils.cjs.map +1 -0
  375. package/dist/{chunks/popover_constants-WsOUIY-m.js → components/popover/tippy_utils.js} +5 -52
  376. package/dist/components/popover/tippy_utils.js.map +1 -0
  377. package/dist/components/presence/presence.vue.cjs +50 -0
  378. package/dist/components/presence/presence.vue.cjs.map +1 -0
  379. package/dist/components/presence/presence.vue.js +51 -0
  380. package/dist/components/presence/presence.vue.js.map +1 -0
  381. package/dist/components/presence/presence_constants.cjs +17 -0
  382. package/dist/components/presence/presence_constants.cjs.map +1 -0
  383. package/dist/components/presence/presence_constants.js +17 -0
  384. package/dist/components/presence/presence_constants.js.map +1 -0
  385. package/dist/components/radio/radio.vue.cjs +107 -0
  386. package/dist/components/radio/radio.vue.cjs.map +1 -0
  387. package/dist/components/radio/radio.vue.js +108 -0
  388. package/dist/components/radio/radio.vue.js.map +1 -0
  389. package/dist/components/radio/radio_constants.cjs +9 -0
  390. package/dist/components/radio/radio_constants.cjs.map +1 -0
  391. package/dist/components/radio/radio_constants.js +9 -0
  392. package/dist/components/radio/radio_constants.js.map +1 -0
  393. package/dist/components/radio_group/radio_group.vue.cjs +90 -0
  394. package/dist/components/radio_group/radio_group.vue.cjs.map +1 -0
  395. package/dist/components/radio_group/radio_group.vue.js +91 -0
  396. package/dist/components/radio_group/radio_group.vue.js.map +1 -0
  397. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
  398. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
  399. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
  400. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
  401. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
  402. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
  403. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
  404. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
  405. package/dist/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
  406. package/dist/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
  407. package/dist/components/rich_text_editor/extensions/channels/channel.js +46 -0
  408. package/dist/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
  409. package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
  410. package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
  411. package/dist/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
  412. package/dist/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
  413. package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
  414. package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
  415. package/dist/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
  416. package/dist/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
  417. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
  418. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
  419. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
  420. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
  421. package/dist/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
  422. package/dist/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
  423. package/dist/components/rich_text_editor/extensions/custom_link/index.js +5 -0
  424. package/dist/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
  425. package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
  426. package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
  427. package/dist/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
  428. package/dist/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
  429. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
  430. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
  431. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
  432. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
  433. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
  434. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
  435. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
  436. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
  437. package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
  438. package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
  439. package/dist/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
  440. package/dist/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
  441. package/dist/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
  442. package/dist/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
  443. package/dist/components/rich_text_editor/extensions/emoji/index.js +5 -0
  444. package/dist/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
  445. package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
  446. package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
  447. package/dist/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
  448. package/dist/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
  449. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
  450. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
  451. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
  452. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
  453. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
  454. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
  455. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
  456. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
  457. package/dist/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
  458. package/dist/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
  459. package/dist/components/rich_text_editor/extensions/mentions/mention.js +45 -0
  460. package/dist/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
  461. package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
  462. package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
  463. package/dist/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
  464. package/dist/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
  465. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
  466. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
  467. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
  468. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
  469. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
  470. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
  471. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
  472. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
  473. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
  474. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
  475. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
  476. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
  477. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
  478. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
  479. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
  480. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
  481. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
  482. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
  483. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
  484. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
  485. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
  486. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
  487. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
  488. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
  489. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
  490. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
  491. package/dist/components/rich_text_editor/rich_text_editor.vue.js +525 -0
  492. package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
  493. package/dist/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
  494. package/dist/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
  495. package/dist/components/rich_text_editor/rich_text_editor_constants.js +24 -0
  496. package/dist/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
  497. package/dist/components/root_layout/root_layout.vue.cjs +122 -0
  498. package/dist/components/root_layout/root_layout.vue.cjs.map +1 -0
  499. package/dist/components/root_layout/root_layout.vue.js +123 -0
  500. package/dist/components/root_layout/root_layout.vue.js.map +1 -0
  501. package/dist/components/root_layout/root_layout_constants.cjs +10 -0
  502. package/dist/components/root_layout/root_layout_constants.cjs.map +1 -0
  503. package/dist/components/root_layout/root_layout_constants.js +10 -0
  504. package/dist/components/root_layout/root_layout_constants.js.map +1 -0
  505. package/dist/components/select_menu/select_menu.vue.cjs +237 -0
  506. package/dist/components/select_menu/select_menu.vue.cjs.map +1 -0
  507. package/dist/components/select_menu/select_menu.vue.js +238 -0
  508. package/dist/components/select_menu/select_menu.vue.js.map +1 -0
  509. package/dist/components/select_menu/select_menu_constants.cjs +17 -0
  510. package/dist/components/select_menu/select_menu_constants.cjs.map +1 -0
  511. package/dist/components/select_menu/select_menu_constants.js +17 -0
  512. package/dist/components/select_menu/select_menu_constants.js.map +1 -0
  513. package/dist/components/select_menu/select_menu_validators.cjs +34 -0
  514. package/dist/components/select_menu/select_menu_validators.cjs.map +1 -0
  515. package/dist/components/select_menu/select_menu_validators.js +34 -0
  516. package/dist/components/select_menu/select_menu_validators.js.map +1 -0
  517. package/dist/components/skeleton/skeleton-list-item.vue.cjs +102 -0
  518. package/dist/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
  519. package/dist/components/skeleton/skeleton-list-item.vue.js +103 -0
  520. package/dist/components/skeleton/skeleton-list-item.vue.js.map +1 -0
  521. package/dist/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
  522. package/dist/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
  523. package/dist/components/skeleton/skeleton-paragraph.vue.js +142 -0
  524. package/dist/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
  525. package/dist/components/skeleton/skeleton-shape.vue.cjs +101 -0
  526. package/dist/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
  527. package/dist/components/skeleton/skeleton-shape.vue.js +102 -0
  528. package/dist/components/skeleton/skeleton-shape.vue.js.map +1 -0
  529. package/dist/components/skeleton/skeleton-text.vue.cjs +111 -0
  530. package/dist/components/skeleton/skeleton-text.vue.cjs.map +1 -0
  531. package/dist/components/skeleton/skeleton-text.vue.js +112 -0
  532. package/dist/components/skeleton/skeleton-text.vue.js.map +1 -0
  533. package/dist/components/skeleton/skeleton.vue.cjs +125 -0
  534. package/dist/components/skeleton/skeleton.vue.cjs.map +1 -0
  535. package/dist/components/skeleton/skeleton.vue.js +126 -0
  536. package/dist/components/skeleton/skeleton.vue.js.map +1 -0
  537. package/dist/components/skeleton/skeleton_constants.cjs +27 -0
  538. package/dist/components/skeleton/skeleton_constants.cjs.map +1 -0
  539. package/dist/components/skeleton/skeleton_constants.js +27 -0
  540. package/dist/components/skeleton/skeleton_constants.js.map +1 -0
  541. package/dist/components/split_button/split_button-alpha.vue.cjs +113 -0
  542. package/dist/components/split_button/split_button-alpha.vue.cjs.map +1 -0
  543. package/dist/components/split_button/split_button-alpha.vue.js +114 -0
  544. package/dist/components/split_button/split_button-alpha.vue.js.map +1 -0
  545. package/dist/components/split_button/split_button-omega.vue.cjs +97 -0
  546. package/dist/components/split_button/split_button-omega.vue.cjs.map +1 -0
  547. package/dist/components/split_button/split_button-omega.vue.js +98 -0
  548. package/dist/components/split_button/split_button-omega.vue.js.map +1 -0
  549. package/dist/components/split_button/split_button.vue.cjs +283 -0
  550. package/dist/components/split_button/split_button.vue.cjs.map +1 -0
  551. package/dist/components/split_button/split_button.vue.js +284 -0
  552. package/dist/components/split_button/split_button.vue.js.map +1 -0
  553. package/dist/components/split_button/split_button_constants.cjs +11 -0
  554. package/dist/components/split_button/split_button_constants.cjs.map +1 -0
  555. package/dist/components/split_button/split_button_constants.js +11 -0
  556. package/dist/components/split_button/split_button_constants.js.map +1 -0
  557. package/dist/components/stack/stack.vue.cjs +82 -0
  558. package/dist/components/stack/stack.vue.cjs.map +1 -0
  559. package/dist/components/stack/stack.vue.js +83 -0
  560. package/dist/components/stack/stack.vue.js.map +1 -0
  561. package/dist/{chunks/stack_constants-SMzMWnAQ.js → components/stack/stack_constants.cjs} +2 -1
  562. package/dist/components/stack/stack_constants.cjs.map +1 -0
  563. package/dist/{chunks/stack_constants-HraCekPm.js → components/stack/stack_constants.js} +1 -1
  564. package/dist/components/stack/stack_constants.js.map +1 -0
  565. package/dist/components/stack/utils.cjs +68 -0
  566. package/dist/components/stack/utils.cjs.map +1 -0
  567. package/dist/components/stack/utils.js +68 -0
  568. package/dist/components/stack/utils.js.map +1 -0
  569. package/dist/components/stack/validators.cjs +26 -0
  570. package/dist/components/stack/validators.cjs.map +1 -0
  571. package/dist/components/stack/validators.js +26 -0
  572. package/dist/components/stack/validators.js.map +1 -0
  573. package/dist/components/tabs/tab.vue.cjs +119 -0
  574. package/dist/components/tabs/tab.vue.cjs.map +1 -0
  575. package/dist/components/tabs/tab.vue.js +120 -0
  576. package/dist/components/tabs/tab.vue.js.map +1 -0
  577. package/dist/{chunks/tab-FcsV5VmK.js → components/tabs/tab_group.vue.cjs} +24 -171
  578. package/dist/components/tabs/tab_group.vue.cjs.map +1 -0
  579. package/dist/{chunks/tab-V4cb44Ry.js → components/tabs/tab_group.vue.js} +19 -166
  580. package/dist/components/tabs/tab_group.vue.js.map +1 -0
  581. package/dist/components/tabs/tab_panel.vue.cjs +87 -0
  582. package/dist/components/tabs/tab_panel.vue.cjs.map +1 -0
  583. package/dist/components/tabs/tab_panel.vue.js +88 -0
  584. package/dist/components/tabs/tab_panel.vue.js.map +1 -0
  585. package/dist/components/tabs/tabs_constants.cjs +21 -0
  586. package/dist/components/tabs/tabs_constants.cjs.map +1 -0
  587. package/dist/components/tabs/tabs_constants.js +21 -0
  588. package/dist/components/tabs/tabs_constants.js.map +1 -0
  589. package/dist/components/toast/toast.vue.cjs +236 -0
  590. package/dist/components/toast/toast.vue.cjs.map +1 -0
  591. package/dist/components/toast/toast.vue.js +237 -0
  592. package/dist/components/toast/toast.vue.js.map +1 -0
  593. package/dist/components/toast/toast_constants.cjs +7 -0
  594. package/dist/components/toast/toast_constants.cjs.map +1 -0
  595. package/dist/components/toast/toast_constants.js +7 -0
  596. package/dist/components/toast/toast_constants.js.map +1 -0
  597. package/dist/components/toggle/toggle.vue.cjs +168 -0
  598. package/dist/components/toggle/toggle.vue.cjs.map +1 -0
  599. package/dist/components/toggle/toggle.vue.js +169 -0
  600. package/dist/components/toggle/toggle.vue.js.map +1 -0
  601. package/dist/components/toggle/toggle_constants.cjs +10 -0
  602. package/dist/components/toggle/toggle_constants.cjs.map +1 -0
  603. package/dist/components/toggle/toggle_constants.js +10 -0
  604. package/dist/components/toggle/toggle_constants.js.map +1 -0
  605. package/dist/components/tooltip/tooltip.vue.cjs +429 -0
  606. package/dist/components/tooltip/tooltip.vue.cjs.map +1 -0
  607. package/dist/components/tooltip/tooltip.vue.js +430 -0
  608. package/dist/components/tooltip/tooltip.vue.js.map +1 -0
  609. package/dist/components/tooltip/tooltip_constants.cjs +23 -0
  610. package/dist/components/tooltip/tooltip_constants.cjs.map +1 -0
  611. package/dist/components/tooltip/tooltip_constants.js +23 -0
  612. package/dist/components/tooltip/tooltip_constants.js.map +1 -0
  613. package/dist/components/validation_messages/validation_messages.vue.cjs +81 -0
  614. package/dist/components/validation_messages/validation_messages.vue.cjs.map +1 -0
  615. package/dist/components/validation_messages/validation_messages.vue.js +82 -0
  616. package/dist/components/validation_messages/validation_messages.vue.js.map +1 -0
  617. package/dist/dialtone-vue.cjs +320 -314
  618. package/dist/dialtone-vue.cjs.map +1 -1
  619. package/dist/dialtone-vue.js +218 -212
  620. package/dist/dialtone-vue.js.map +1 -1
  621. package/dist/directives/scrollbar/scrollbar.cjs +31 -0
  622. package/dist/directives/scrollbar/scrollbar.cjs.map +1 -0
  623. package/dist/directives/scrollbar/scrollbar.js +31 -0
  624. package/dist/directives/scrollbar/scrollbar.js.map +1 -0
  625. package/dist/directives/tooltip/tooltip.cjs +85 -0
  626. package/dist/directives/tooltip/tooltip.cjs.map +1 -0
  627. package/dist/directives/tooltip/tooltip.js +85 -0
  628. package/dist/directives/tooltip/tooltip.js.map +1 -0
  629. package/dist/lib/attachment-carousel.cjs +1 -257
  630. package/dist/lib/attachment-carousel.cjs.map +1 -1
  631. package/dist/lib/attachment-carousel.js +2 -258
  632. package/dist/lib/attachment-carousel.js.map +1 -1
  633. package/dist/lib/avatar.cjs +11 -400
  634. package/dist/lib/avatar.cjs.map +1 -1
  635. package/dist/lib/avatar.js +3 -392
  636. package/dist/lib/avatar.js.map +1 -1
  637. package/dist/lib/badge.cjs +6 -200
  638. package/dist/lib/badge.cjs.map +1 -1
  639. package/dist/lib/badge.js +3 -197
  640. package/dist/lib/badge.js.map +1 -1
  641. package/dist/lib/banner.cjs +1 -206
  642. package/dist/lib/banner.cjs.map +1 -1
  643. package/dist/lib/banner.js +2 -207
  644. package/dist/lib/banner.js.map +1 -1
  645. package/dist/lib/breadcrumbs.cjs +6 -146
  646. package/dist/lib/breadcrumbs.cjs.map +1 -1
  647. package/dist/lib/breadcrumbs.js +5 -145
  648. package/dist/lib/breadcrumbs.js.map +1 -1
  649. package/dist/lib/button-group.cjs +3 -44
  650. package/dist/lib/button-group.cjs.map +1 -1
  651. package/dist/lib/button-group.js +3 -44
  652. package/dist/lib/button-group.js.map +1 -1
  653. package/dist/lib/button.cjs +10 -350
  654. package/dist/lib/button.cjs.map +1 -1
  655. package/dist/lib/button.js +3 -343
  656. package/dist/lib/button.js.map +1 -1
  657. package/dist/lib/callbar-button-with-popover.cjs +1 -261
  658. package/dist/lib/callbar-button-with-popover.cjs.map +1 -1
  659. package/dist/lib/callbar-button-with-popover.js +2 -262
  660. package/dist/lib/callbar-button-with-popover.js.map +1 -1
  661. package/dist/lib/callbar-button.cjs +4 -179
  662. package/dist/lib/callbar-button.cjs.map +1 -1
  663. package/dist/lib/callbar-button.js +3 -178
  664. package/dist/lib/callbar-button.js.map +1 -1
  665. package/dist/lib/callbox.cjs +4 -143
  666. package/dist/lib/callbox.cjs.map +1 -1
  667. package/dist/lib/callbox.js +3 -142
  668. package/dist/lib/callbox.js.map +1 -1
  669. package/dist/lib/card.cjs +2 -71
  670. package/dist/lib/card.cjs.map +1 -1
  671. package/dist/lib/card.js +2 -71
  672. package/dist/lib/card.js.map +1 -1
  673. package/dist/lib/checkbox-group.cjs +1 -126
  674. package/dist/lib/checkbox-group.cjs.map +1 -1
  675. package/dist/lib/checkbox-group.js +2 -127
  676. package/dist/lib/checkbox-group.js.map +1 -1
  677. package/dist/lib/checkbox.cjs +1 -124
  678. package/dist/lib/checkbox.cjs.map +1 -1
  679. package/dist/lib/checkbox.js +2 -125
  680. package/dist/lib/checkbox.js.map +1 -1
  681. package/dist/lib/chip.cjs +6 -196
  682. package/dist/lib/chip.cjs.map +1 -1
  683. package/dist/lib/chip.js +3 -193
  684. package/dist/lib/chip.js.map +1 -1
  685. package/dist/lib/codeblock.cjs +1 -26
  686. package/dist/lib/codeblock.cjs.map +1 -1
  687. package/dist/lib/codeblock.js +2 -27
  688. package/dist/lib/codeblock.js.map +1 -1
  689. package/dist/lib/collapsible.cjs +2 -332
  690. package/dist/lib/collapsible.cjs.map +1 -1
  691. package/dist/lib/collapsible.js +2 -332
  692. package/dist/lib/collapsible.js.map +1 -1
  693. package/dist/lib/combobox-multi-select.cjs +5 -584
  694. package/dist/lib/combobox-multi-select.cjs.map +1 -1
  695. package/dist/lib/combobox-multi-select.js +3 -582
  696. package/dist/lib/combobox-multi-select.js.map +1 -1
  697. package/dist/lib/combobox-with-popover.cjs +2 -382
  698. package/dist/lib/combobox-with-popover.cjs.map +1 -1
  699. package/dist/lib/combobox-with-popover.js +2 -382
  700. package/dist/lib/combobox-with-popover.js.map +1 -1
  701. package/dist/lib/combobox.cjs +4 -16
  702. package/dist/lib/combobox.cjs.map +1 -1
  703. package/dist/lib/combobox.js +3 -15
  704. package/dist/lib/combobox.js.map +1 -1
  705. package/dist/lib/contact-centers-row.cjs +1 -163
  706. package/dist/lib/contact-centers-row.cjs.map +1 -1
  707. package/dist/lib/contact-centers-row.js +2 -164
  708. package/dist/lib/contact-centers-row.js.map +1 -1
  709. package/dist/lib/contact-info.cjs +1 -149
  710. package/dist/lib/contact-info.cjs.map +1 -1
  711. package/dist/lib/contact-info.js +2 -150
  712. package/dist/lib/contact-info.js.map +1 -1
  713. package/dist/lib/contact-row.cjs +1 -207
  714. package/dist/lib/contact-row.cjs.map +1 -1
  715. package/dist/lib/contact-row.js +2 -208
  716. package/dist/lib/contact-row.js.map +1 -1
  717. package/dist/lib/datepicker.cjs +7 -658
  718. package/dist/lib/datepicker.cjs.map +1 -1
  719. package/dist/lib/datepicker.js +3 -654
  720. package/dist/lib/datepicker.js.map +1 -1
  721. package/dist/lib/description-list.cjs +3 -111
  722. package/dist/lib/description-list.cjs.map +1 -1
  723. package/dist/lib/description-list.js +3 -111
  724. package/dist/lib/description-list.js.map +1 -1
  725. package/dist/lib/dropdown.cjs +5 -42
  726. package/dist/lib/dropdown.cjs.map +1 -1
  727. package/dist/lib/dropdown.js +5 -42
  728. package/dist/lib/dropdown.js.map +1 -1
  729. package/dist/lib/editor.cjs +1 -554
  730. package/dist/lib/editor.cjs.map +1 -1
  731. package/dist/lib/editor.js +2 -555
  732. package/dist/lib/editor.js.map +1 -1
  733. package/dist/lib/emoji-picker.cjs +7 -1147
  734. package/dist/lib/emoji-picker.cjs.map +1 -1
  735. package/dist/lib/emoji-picker.js +3 -1143
  736. package/dist/lib/emoji-picker.js.map +1 -1
  737. package/dist/lib/emoji-row.cjs +3 -83
  738. package/dist/lib/emoji-row.cjs.map +1 -1
  739. package/dist/lib/emoji-row.js +3 -83
  740. package/dist/lib/emoji-row.js.map +1 -1
  741. package/dist/lib/emoji-text-wrapper.cjs +2 -109
  742. package/dist/lib/emoji-text-wrapper.cjs.map +1 -1
  743. package/dist/lib/emoji-text-wrapper.js +2 -109
  744. package/dist/lib/emoji-text-wrapper.js.map +1 -1
  745. package/dist/lib/emoji.cjs +2 -142
  746. package/dist/lib/emoji.cjs.map +1 -1
  747. package/dist/lib/emoji.js +2 -142
  748. package/dist/lib/emoji.js.map +1 -1
  749. package/dist/lib/empty-state.cjs +3 -165
  750. package/dist/lib/empty-state.cjs.map +1 -1
  751. package/dist/lib/empty-state.js +3 -165
  752. package/dist/lib/empty-state.js.map +1 -1
  753. package/dist/lib/feed-item-row.cjs +4 -220
  754. package/dist/lib/feed-item-row.cjs.map +1 -1
  755. package/dist/lib/feed-item-row.js +3 -219
  756. package/dist/lib/feed-item-row.js.map +1 -1
  757. package/dist/lib/feed-pill.cjs +3 -146
  758. package/dist/lib/feed-pill.cjs.map +1 -1
  759. package/dist/lib/feed-pill.js +3 -146
  760. package/dist/lib/feed-pill.js.map +1 -1
  761. package/dist/lib/general-row.cjs +8 -444
  762. package/dist/lib/general-row.cjs.map +1 -1
  763. package/dist/lib/general-row.js +3 -439
  764. package/dist/lib/general-row.js.map +1 -1
  765. package/dist/lib/group-row.cjs +1 -112
  766. package/dist/lib/group-row.cjs.map +1 -1
  767. package/dist/lib/group-row.js +2 -113
  768. package/dist/lib/group-row.js.map +1 -1
  769. package/dist/lib/grouped-chip.cjs +1 -42
  770. package/dist/lib/grouped-chip.cjs.map +1 -1
  771. package/dist/lib/grouped-chip.js +2 -43
  772. package/dist/lib/grouped-chip.js.map +1 -1
  773. package/dist/lib/hovercard.cjs +1 -224
  774. package/dist/lib/hovercard.cjs.map +1 -1
  775. package/dist/lib/hovercard.js +2 -225
  776. package/dist/lib/hovercard.js.map +1 -1
  777. package/dist/lib/icon.cjs +3 -55
  778. package/dist/lib/icon.cjs.map +1 -1
  779. package/dist/lib/icon.js +3 -55
  780. package/dist/lib/icon.js.map +1 -1
  781. package/dist/lib/illustration.cjs +4 -40
  782. package/dist/lib/illustration.cjs.map +1 -1
  783. package/dist/lib/illustration.js +3 -39
  784. package/dist/lib/illustration.js.map +1 -1
  785. package/dist/lib/image-viewer.cjs +2 -198
  786. package/dist/lib/image-viewer.cjs.map +1 -1
  787. package/dist/lib/image-viewer.js +2 -198
  788. package/dist/lib/image-viewer.js.map +1 -1
  789. package/dist/lib/input-group.cjs +2 -89
  790. package/dist/lib/input-group.cjs.map +1 -1
  791. package/dist/lib/input-group.js +2 -89
  792. package/dist/lib/input-group.js.map +1 -1
  793. package/dist/lib/input.cjs +5 -471
  794. package/dist/lib/input.cjs.map +1 -1
  795. package/dist/lib/input.js +3 -469
  796. package/dist/lib/input.js.map +1 -1
  797. package/dist/lib/item-layout.cjs +2 -38
  798. package/dist/lib/item-layout.cjs.map +1 -1
  799. package/dist/lib/item-layout.js +2 -38
  800. package/dist/lib/item-layout.js.map +1 -1
  801. package/dist/lib/ivr-node.cjs +13 -211
  802. package/dist/lib/ivr-node.cjs.map +1 -1
  803. package/dist/lib/ivr-node.js +3 -201
  804. package/dist/lib/ivr-node.js.map +1 -1
  805. package/dist/lib/keyboard-shortcut.cjs +5 -103
  806. package/dist/lib/keyboard-shortcut.cjs.map +1 -1
  807. package/dist/lib/keyboard-shortcut.js +3 -101
  808. package/dist/lib/keyboard-shortcut.js.map +1 -1
  809. package/dist/lib/lazy-show.cjs +2 -78
  810. package/dist/lib/lazy-show.cjs.map +1 -1
  811. package/dist/lib/lazy-show.js +2 -78
  812. package/dist/lib/lazy-show.js.map +1 -1
  813. package/dist/lib/link.cjs +3 -80
  814. package/dist/lib/link.cjs.map +1 -1
  815. package/dist/lib/link.js +3 -80
  816. package/dist/lib/link.js.map +1 -1
  817. package/dist/lib/list-item-group.cjs +1 -57
  818. package/dist/lib/list-item-group.cjs.map +1 -1
  819. package/dist/lib/list-item-group.js +2 -58
  820. package/dist/lib/list-item-group.js.map +1 -1
  821. package/dist/lib/list-item.cjs +3 -200
  822. package/dist/lib/list-item.cjs.map +1 -1
  823. package/dist/lib/list-item.js +3 -200
  824. package/dist/lib/list-item.js.map +1 -1
  825. package/dist/lib/message-input.cjs +1 -647
  826. package/dist/lib/message-input.cjs.map +1 -1
  827. package/dist/lib/message-input.js +2 -648
  828. package/dist/lib/message-input.js.map +1 -1
  829. package/dist/lib/modal.cjs +5 -347
  830. package/dist/lib/modal.cjs.map +1 -1
  831. package/dist/lib/modal.js +3 -345
  832. package/dist/lib/modal.js.map +1 -1
  833. package/dist/lib/notice.cjs +9 -164
  834. package/dist/lib/notice.cjs.map +1 -1
  835. package/dist/lib/notice.js +9 -164
  836. package/dist/lib/notice.js.map +1 -1
  837. package/dist/lib/pagination.cjs +1 -149
  838. package/dist/lib/pagination.cjs.map +1 -1
  839. package/dist/lib/pagination.js +2 -150
  840. package/dist/lib/pagination.js.map +1 -1
  841. package/dist/lib/popover.cjs +3 -1014
  842. package/dist/lib/popover.cjs.map +1 -1
  843. package/dist/lib/popover.js +3 -1015
  844. package/dist/lib/popover.js.map +1 -1
  845. package/dist/lib/presence.cjs +5 -63
  846. package/dist/lib/presence.cjs.map +1 -1
  847. package/dist/lib/presence.js +3 -61
  848. package/dist/lib/presence.js.map +1 -1
  849. package/dist/lib/radio-group.cjs +1 -95
  850. package/dist/lib/radio-group.cjs.map +1 -1
  851. package/dist/lib/radio-group.js +2 -96
  852. package/dist/lib/radio-group.js.map +1 -1
  853. package/dist/lib/radio.cjs +3 -115
  854. package/dist/lib/radio.cjs.map +1 -1
  855. package/dist/lib/radio.js +3 -115
  856. package/dist/lib/radio.js.map +1 -1
  857. package/dist/lib/rich-text-editor.cjs +5 -1705
  858. package/dist/lib/rich-text-editor.cjs.map +1 -1
  859. package/dist/lib/rich-text-editor.js +3 -1703
  860. package/dist/lib/rich-text-editor.js.map +1 -1
  861. package/dist/lib/root-layout.cjs +4 -127
  862. package/dist/lib/root-layout.cjs.map +1 -1
  863. package/dist/lib/root-layout.js +3 -126
  864. package/dist/lib/root-layout.js.map +1 -1
  865. package/dist/lib/scrollbar-directive.cjs +2 -2438
  866. package/dist/lib/scrollbar-directive.cjs.map +1 -1
  867. package/dist/lib/scrollbar-directive.js +2 -2438
  868. package/dist/lib/scrollbar-directive.js.map +1 -1
  869. package/dist/lib/select-menu.cjs +4 -279
  870. package/dist/lib/select-menu.cjs.map +1 -1
  871. package/dist/lib/select-menu.js +3 -278
  872. package/dist/lib/select-menu.js.map +1 -1
  873. package/dist/lib/settings-menu-button.cjs +1 -62
  874. package/dist/lib/settings-menu-button.cjs.map +1 -1
  875. package/dist/lib/settings-menu-button.js +2 -63
  876. package/dist/lib/settings-menu-button.js.map +1 -1
  877. package/dist/lib/skeleton.cjs +16 -610
  878. package/dist/lib/skeleton.cjs.map +1 -1
  879. package/dist/lib/skeleton.js +11 -605
  880. package/dist/lib/skeleton.js.map +1 -1
  881. package/dist/lib/split-button.cjs +3 -508
  882. package/dist/lib/split-button.cjs.map +1 -1
  883. package/dist/lib/split-button.js +3 -508
  884. package/dist/lib/split-button.js.map +1 -1
  885. package/dist/lib/stack.cjs +3 -159
  886. package/dist/lib/stack.cjs.map +1 -1
  887. package/dist/lib/stack.js +3 -159
  888. package/dist/lib/stack.js.map +1 -1
  889. package/dist/lib/tabs.cjs +10 -96
  890. package/dist/lib/tabs.cjs.map +1 -1
  891. package/dist/lib/tabs.js +7 -93
  892. package/dist/lib/tabs.js.map +1 -1
  893. package/dist/lib/time-pill.cjs +1 -44
  894. package/dist/lib/time-pill.cjs.map +1 -1
  895. package/dist/lib/time-pill.js +2 -45
  896. package/dist/lib/time-pill.js.map +1 -1
  897. package/dist/lib/toast.cjs +4 -244
  898. package/dist/lib/toast.cjs.map +1 -1
  899. package/dist/lib/toast.js +3 -243
  900. package/dist/lib/toast.js.map +1 -1
  901. package/dist/lib/toggle.cjs +4 -174
  902. package/dist/lib/toggle.cjs.map +1 -1
  903. package/dist/lib/toggle.js +3 -173
  904. package/dist/lib/toggle.js.map +1 -1
  905. package/dist/lib/tooltip-directive.cjs +2 -85
  906. package/dist/lib/tooltip-directive.cjs.map +1 -1
  907. package/dist/lib/tooltip-directive.js +2 -85
  908. package/dist/lib/tooltip-directive.js.map +1 -1
  909. package/dist/lib/tooltip.cjs +8 -439
  910. package/dist/lib/tooltip.cjs.map +1 -1
  911. package/dist/lib/tooltip.js +3 -435
  912. package/dist/lib/tooltip.js.map +1 -1
  913. package/dist/lib/top-banner-info.cjs +3 -60
  914. package/dist/lib/top-banner-info.cjs.map +1 -1
  915. package/dist/lib/top-banner-info.js +3 -60
  916. package/dist/lib/top-banner-info.js.map +1 -1
  917. package/dist/lib/unread-pill.cjs +4 -60
  918. package/dist/lib/unread-pill.cjs.map +1 -1
  919. package/dist/lib/unread-pill.js +3 -59
  920. package/dist/lib/unread-pill.js.map +1 -1
  921. package/dist/lib/validation-messages.cjs +2 -83
  922. package/dist/lib/validation-messages.cjs.map +1 -1
  923. package/dist/lib/validation-messages.js +2 -83
  924. package/dist/lib/validation-messages.js.map +1 -1
  925. package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
  926. package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
  927. package/dist/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
  928. package/dist/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
  929. package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
  930. package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
  931. package/dist/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
  932. package/dist/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
  933. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
  934. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
  935. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
  936. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
  937. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
  938. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
  939. package/dist/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
  940. package/dist/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
  941. package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
  942. package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
  943. package/dist/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
  944. package/dist/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
  945. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
  946. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
  947. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
  948. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
  949. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
  950. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
  951. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
  952. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
  953. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
  954. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
  955. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
  956. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
  957. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
  958. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
  959. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
  960. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
  961. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
  962. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
  963. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
  964. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
  965. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
  966. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
  967. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
  968. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
  969. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
  970. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
  971. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
  972. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
  973. package/dist/recipes/conversation_view/editor/editor.vue.cjs +496 -0
  974. package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
  975. package/dist/recipes/conversation_view/editor/editor.vue.js +497 -0
  976. package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -0
  977. package/dist/recipes/conversation_view/editor/editor_constants.cjs +14 -0
  978. package/dist/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
  979. package/dist/recipes/conversation_view/editor/editor_constants.js +14 -0
  980. package/dist/recipes/conversation_view/editor/editor_constants.js.map +1 -0
  981. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
  982. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
  983. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
  984. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
  985. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
  986. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
  987. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
  988. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
  989. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
  990. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
  991. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
  992. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
  993. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
  994. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
  995. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
  996. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
  997. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
  998. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
  999. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
  1000. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
  1001. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
  1002. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
  1003. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
  1004. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
  1005. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
  1006. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
  1007. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
  1008. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
  1009. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
  1010. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
  1011. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
  1012. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
  1013. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
  1014. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
  1015. package/dist/recipes/conversation_view/message_input/message_input.vue.js +531 -0
  1016. package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
  1017. package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
  1018. package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
  1019. package/dist/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
  1020. package/dist/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
  1021. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
  1022. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
  1023. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
  1024. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
  1025. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
  1026. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
  1027. package/dist/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
  1028. package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
  1029. package/dist/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
  1030. package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
  1031. package/dist/recipes/leftbar/callbox/callbox.vue.js +128 -0
  1032. package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
  1033. package/dist/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
  1034. package/dist/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
  1035. package/dist/recipes/leftbar/callbox/callbox_constants.js +13 -0
  1036. package/dist/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
  1037. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
  1038. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
  1039. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
  1040. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
  1041. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
  1042. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
  1043. package/dist/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
  1044. package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
  1045. package/dist/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
  1046. package/dist/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
  1047. package/dist/recipes/leftbar/general_row/general_row.vue.js +318 -0
  1048. package/dist/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
  1049. package/dist/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
  1050. package/dist/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
  1051. package/dist/recipes/leftbar/general_row/general_row_constants.js +58 -0
  1052. package/dist/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
  1053. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
  1054. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
  1055. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
  1056. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
  1057. package/dist/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
  1058. package/dist/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
  1059. package/dist/recipes/leftbar/group_row/group_row.vue.js +98 -0
  1060. package/dist/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
  1061. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
  1062. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
  1063. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
  1064. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
  1065. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
  1066. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
  1067. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
  1068. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
  1069. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
  1070. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
  1071. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
  1072. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
  1073. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
  1074. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
  1075. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
  1076. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
  1077. package/dist/style.css +1016 -1659
  1078. package/package.json +6 -4
  1079. package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
  1080. package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
  1081. package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
  1082. package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
  1083. package/dist/chunks/dropdown-6UoczdUY.js.map +0 -1
  1084. package/dist/chunks/dropdown-pHxnQPzT.js.map +0 -1
  1085. package/dist/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
  1086. package/dist/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
  1087. package/dist/chunks/icon_constants-H9ahUVCG.js.map +0 -1
  1088. package/dist/chunks/icon_constants-da57m7BZ.js.map +0 -1
  1089. package/dist/chunks/index-ODod4Oj_.js +0 -175
  1090. package/dist/chunks/index-ODod4Oj_.js.map +0 -1
  1091. package/dist/chunks/index-anN_sx1F.js +0 -169
  1092. package/dist/chunks/index-anN_sx1F.js.map +0 -1
  1093. package/dist/chunks/index-eJ-WWRdf.js.map +0 -1
  1094. package/dist/chunks/index-gj1jEXP4.js.map +0 -1
  1095. package/dist/chunks/input-6kbd8Pju.js.map +0 -1
  1096. package/dist/chunks/input-Axw-wFj2.js.map +0 -1
  1097. package/dist/chunks/input_group-m3cWYUfI.js.map +0 -1
  1098. package/dist/chunks/input_group-qVZaS5Bb.js.map +0 -1
  1099. package/dist/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
  1100. package/dist/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
  1101. package/dist/chunks/link_constants-AfTWrr-n.js.map +0 -1
  1102. package/dist/chunks/link_constants-x8NwdqmA.js.map +0 -1
  1103. package/dist/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
  1104. package/dist/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
  1105. package/dist/chunks/modal-VgxXAQFP.js.map +0 -1
  1106. package/dist/chunks/modal-XOr4kiNZ.js.map +0 -1
  1107. package/dist/chunks/notice_action-IRUoLX2d.js +0 -196
  1108. package/dist/chunks/notice_action-IRUoLX2d.js.map +0 -1
  1109. package/dist/chunks/notice_action-P6uDyE9x.js +0 -195
  1110. package/dist/chunks/notice_action-P6uDyE9x.js.map +0 -1
  1111. package/dist/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
  1112. package/dist/chunks/notice_constants-UXo9e3bS.js.map +0 -1
  1113. package/dist/chunks/popover_constants-WsOUIY-m.js.map +0 -1
  1114. package/dist/chunks/popover_constants-XnGWXaxX.js.map +0 -1
  1115. package/dist/chunks/sr_only_close_button-81bHIpPu.js +0 -95
  1116. package/dist/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
  1117. package/dist/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
  1118. package/dist/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
  1119. package/dist/chunks/stack_constants-HraCekPm.js.map +0 -1
  1120. package/dist/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
  1121. package/dist/chunks/tab-FcsV5VmK.js.map +0 -1
  1122. package/dist/chunks/tab-V4cb44Ry.js.map +0 -1
@@ -1,1708 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const vue2 = require("@tiptap/vue-2");
4
- const Blockquote = require("@tiptap/extension-blockquote");
5
- const CodeBlock = require("@tiptap/extension-code-block");
6
- const Document = require("@tiptap/extension-document");
7
- const HardBreak = require("@tiptap/extension-hard-break");
8
- const Paragraph = require("@tiptap/extension-paragraph");
9
- const Placeholder = require("@tiptap/extension-placeholder");
10
- const Bold = require("@tiptap/extension-bold");
11
- const BulletList = require("@tiptap/extension-bullet-list");
12
- const Italic = require("@tiptap/extension-italic");
13
- const TipTapLink = require("@tiptap/extension-link");
14
- const ListItem = require("@tiptap/extension-list-item");
15
- const OrderedList = require("@tiptap/extension-ordered-list");
16
- const Strike = require("@tiptap/extension-strike");
17
- const Underline = require("@tiptap/extension-underline");
18
- const Text = require("@tiptap/extension-text");
19
- const TextAlign = require("@tiptap/extension-text-align");
20
- const History = require("@tiptap/extension-history");
21
- const core = require("@tiptap/core");
22
- const _pluginVue2_normalizer = require("../chunks/_plugin-vue2_normalizer-1aBeR4AK.js");
23
- const lib_emoji = require("./emoji.cjs");
24
- const common_emoji = require("../chunks/index-anN_sx1F.js");
25
- const state = require("@tiptap/pm/state");
26
- const Suggestion = require("@tiptap/suggestion");
27
- const dialtoneEmojis = require("@dialpad/dialtone-emojis");
28
- const lib_listItem = require("./list-item.cjs");
29
- const lib_stack = require("./stack.cjs");
30
- const tippy = require("tippy.js");
31
- const common_utils = require("../common/utils.cjs");
32
- const Mention = require("@tiptap/extension-mention");
33
- const lib_link = require("./link.cjs");
34
- const lib_avatar = require("./avatar.cjs");
35
- const DtIconHash = require("@dialpad/dialtone-icons/vue2/hash");
36
- const DtIconLock = require("@dialpad/dialtone-icons/vue2/lock");
37
- require("./skeleton.cjs");
38
- require("../chunks/icon_constants-da57m7BZ.js");
39
- require("@dialpad/dialtone-icons/icons.js");
40
- require("emoji-toolkit/emoji_strategy.json");
41
- require("../chunks/list_item_constants-EiqkqZvP.js");
42
- require("./item-layout.cjs");
43
- require("./icon.cjs");
44
- require("@dialpad/dialtone-icons/vue2");
45
- require("../chunks/stack_constants-SMzMWnAQ.js");
46
- require("../common/constants.cjs");
47
- require("vue");
48
- require("../chunks/link_constants-x8NwdqmA.js");
49
- require("./presence.cjs");
50
- const _sfc_main$9 = {
51
- name: "EmojiComponent",
52
- components: {
53
- NodeViewWrapper: vue2.NodeViewWrapper,
54
- DtEmoji: lib_emoji.DtEmoji
55
- },
56
- props: vue2.nodeViewProps
57
- };
58
- var _sfc_render$9 = function render() {
59
- var _vm = this, _c = _vm._self._c;
60
- return _c("node-view-wrapper", { staticClass: "d-d-inline-block d-va-bottom d-lh0" }, [_c("dt-emoji", { attrs: { "size": "500", "code": _vm.node.attrs.code } })], 1);
61
- };
62
- var _sfc_staticRenderFns$9 = [];
63
- var __component__$9 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
64
- _sfc_main$9,
65
- _sfc_render$9,
66
- _sfc_staticRenderFns$9,
67
- false,
68
- null,
69
- null,
70
- null,
71
- null
72
- );
73
- const EmojiComponent = __component__$9.exports;
74
- const _sfc_main$8 = {
75
- name: "SuggestionList",
76
- components: {
77
- DtListItem: lib_listItem.DtListItem
78
- },
79
- props: {
80
- items: {
81
- type: Array,
82
- required: true
83
- },
84
- command: {
85
- type: Function,
86
- required: true
87
- },
88
- itemComponent: {
89
- type: Object,
90
- required: true
91
- },
92
- itemType: {
93
- type: String,
94
- required: true
95
- }
96
- },
97
- data() {
98
- return {
99
- selectedIndex: 0
100
- };
101
- },
102
- watch: {
103
- items() {
104
- this.selectedIndex = 0;
105
- }
106
- },
107
- methods: {
108
- onKeyDown({ event }) {
109
- if (event.key === "ArrowUp") {
110
- this.upHandler();
111
- return true;
112
- }
113
- if (event.key === "ArrowDown") {
114
- this.downHandler();
115
- return true;
116
- }
117
- if (event.key === "Enter" || event.key === "Tab") {
118
- this.selectHandler();
119
- return true;
120
- }
121
- return false;
122
- },
123
- upHandler() {
124
- this.selectedIndex = (this.selectedIndex + this.items.length - 1) % this.items.length;
125
- this.scrollActiveElementIntoView();
126
- },
127
- downHandler() {
128
- this.selectedIndex = (this.selectedIndex + 1) % this.items.length;
129
- this.scrollActiveElementIntoView();
130
- },
131
- async scrollActiveElementIntoView() {
132
- await this.$nextTick();
133
- const activeElement = this.$refs.suggestionList.querySelector(".dt-list-item--highlighted");
134
- if (activeElement) {
135
- activeElement.scrollIntoView({
136
- behaviour: "smooth",
137
- block: "center"
138
- });
139
- }
140
- },
141
- selectHandler() {
142
- this.selectItem(this.selectedIndex);
143
- },
144
- selectItem(index) {
145
- const item = this.items[index];
146
- switch (this.itemType) {
147
- case "emoji":
148
- this.command(item);
149
- return;
150
- case "mention":
151
- this.command({ name: item.name, id: item.id, avatarSrc: item.avatarSrc });
152
- break;
153
- case "channel":
154
- this.command({ name: item.name, id: item.id });
155
- break;
156
- case "slash-command":
157
- this.command({ command: item.command });
158
- break;
159
- }
160
- }
161
- }
162
- };
163
- var _sfc_render$8 = function render2() {
164
- var _vm = this, _c = _vm._self._c;
165
- return _c("div", { staticClass: "d-popover__dialog dt-suggestion-list__container" }, [_c("ul", { directives: [{ name: "show", rawName: "v-show", value: _vm.items.length, expression: "items.length" }], ref: "suggestionList", staticClass: "dt-suggestion-list" }, _vm._l(_vm.items, function(item, index) {
166
- return _c("dt-list-item", { key: item.id, class: [
167
- "dt-suggestion-list--item",
168
- { "dt-list-item--highlighted": index === _vm.selectedIndex }
169
- ], attrs: { "navigation-type": "arrow-keys" }, on: { "click": function($event) {
170
- return _vm.selectItem(index);
171
- }, "keydown": function($event) {
172
- $event.preventDefault();
173
- return _vm.onKeyDown.apply(null, arguments);
174
- } } }, [_c(_vm.itemComponent, { tag: "component", attrs: { "item": item } })], 1);
175
- }), 1)]);
176
- };
177
- var _sfc_staticRenderFns$8 = [];
178
- var __component__$8 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
179
- _sfc_main$8,
180
- _sfc_render$8,
181
- _sfc_staticRenderFns$8,
182
- false,
183
- null,
184
- null,
185
- null,
186
- null
187
- );
188
- const SuggestionList = __component__$8.exports;
189
- const _sfc_main$7 = {
190
- name: "EmojiSuggestion",
191
- components: {
192
- DtEmoji: lib_emoji.DtEmoji,
193
- DtStack: lib_stack.DtStack
194
- },
195
- props: {
196
- item: {
197
- type: Object,
198
- required: true
199
- }
200
- }
201
- };
202
- var _sfc_render$7 = function render3() {
203
- var _vm = this, _c = _vm._self._c;
204
- return _c("dt-stack", { attrs: { "direction": "row", "gap": "400" } }, [_c("dt-emoji", { attrs: { "size": "200", "code": _vm.item.code } }), _vm._v(" " + _vm._s(_vm.item.code) + " ")], 1);
205
- };
206
- var _sfc_staticRenderFns$7 = [];
207
- var __component__$7 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
208
- _sfc_main$7,
209
- _sfc_render$7,
210
- _sfc_staticRenderFns$7,
211
- false,
212
- null,
213
- null,
214
- null,
215
- null
216
- );
217
- const EmojiSuggestion = __component__$7.exports;
218
- const hideOnEsc = {
219
- name: "hideOnEsc",
220
- defaultValue: true,
221
- fn({ hide }) {
222
- function onKeyDown(event) {
223
- if (event.keyCode === 27) {
224
- hide();
225
- }
226
- }
227
- return {
228
- onShow() {
229
- document.addEventListener("keydown", onKeyDown);
230
- },
231
- onHide() {
232
- document.removeEventListener("keydown", onKeyDown);
233
- }
234
- };
235
- }
236
- };
237
- const suggestionOptions = {
238
- items: ({ query }) => {
239
- if (query.length < 2) {
240
- return [];
241
- }
242
- const emojiList = Object.values(dialtoneEmojis.emojisIndexed);
243
- const filteredEmoji = emojiList.filter(function(item) {
244
- if (item.shortname.substring(1, item.shortname.length - 1).startsWith(query.toLowerCase())) {
245
- return true;
246
- }
247
- return false;
248
- });
249
- return filteredEmoji.map((item) => {
250
- return { code: item.shortname };
251
- });
252
- },
253
- command: ({ editor, range, props }) => {
254
- var _a, _b;
255
- const nodeAfter = editor.view.state.selection.$to.nodeAfter;
256
- const overrideSpace = (_a = nodeAfter == null ? void 0 : nodeAfter.text) == null ? void 0 : _a.startsWith(" ");
257
- if (overrideSpace) {
258
- range.to += 1;
259
- }
260
- editor.chain().focus().insertContentAt(range, [
261
- {
262
- type: "emoji",
263
- attrs: props
264
- },
265
- {
266
- type: "text",
267
- text: " "
268
- }
269
- ]).run();
270
- (_b = window.getSelection()) == null ? void 0 : _b.collapseToEnd();
271
- },
272
- render: () => {
273
- let component;
274
- let popup;
275
- let popupIsOpen = false;
276
- return {
277
- onStart: (props) => {
278
- component = new vue2.VueRenderer(SuggestionList, {
279
- parent: void 0,
280
- propsData: {
281
- itemComponent: EmojiSuggestion,
282
- itemType: "emoji",
283
- ...props
284
- },
285
- editor: props.editor
286
- });
287
- if (!props.clientRect) {
288
- return;
289
- }
290
- popup = tippy("body", {
291
- getReferenceClientRect: props.clientRect,
292
- appendTo: () => document.body,
293
- content: component.element,
294
- showOnCreate: false,
295
- onShow: () => {
296
- popupIsOpen = true;
297
- },
298
- onHidden: () => {
299
- popupIsOpen = false;
300
- },
301
- interactive: true,
302
- trigger: "manual",
303
- placement: "top-start",
304
- zIndex: 650,
305
- plugins: [hideOnEsc]
306
- });
307
- if (props.items.length > 0) {
308
- popup == null ? void 0 : popup[0].show();
309
- }
310
- },
311
- onUpdate(props) {
312
- component == null ? void 0 : component.updateProps(props);
313
- if (props.items.length > 0) {
314
- popup == null ? void 0 : popup[0].show();
315
- } else {
316
- popup == null ? void 0 : popup[0].hide();
317
- }
318
- popup == null ? void 0 : popup[0].setProps({
319
- getReferenceClientRect: props.clientRect
320
- });
321
- },
322
- onKeyDown(props) {
323
- var _a;
324
- if (popupIsOpen) {
325
- return (_a = component == null ? void 0 : component.ref) == null ? void 0 : _a.onKeyDown(props);
326
- }
327
- },
328
- onExit() {
329
- popup == null ? void 0 : popup[0].destroy();
330
- popup = null;
331
- component == null ? void 0 : component.destroy();
332
- component = null;
333
- }
334
- };
335
- }
336
- };
337
- const EmojiPluginKey = new state.PluginKey("emoji");
338
- const inputShortCodeRegex = new RegExp("(^| |(?<=:))(:\\w+:)$");
339
- const inputUnicodeRegex = new RegExp(common_emoji.emojiPattern + "$");
340
- const inputRuleMatch = (match) => {
341
- if (match && common_emoji.codeToEmojiData(match[0])) {
342
- const text = match[2] || match[0];
343
- return {
344
- index: match.index,
345
- text,
346
- match
347
- };
348
- }
349
- };
350
- const shortCodePasteMatch = (text) => {
351
- const matches = [...text.matchAll(common_emoji.emojiShortCodeRegex)];
352
- return matches.filter((match) => common_emoji.codeToEmojiData(match[0])).map((match) => ({
353
- index: match.index,
354
- text: match[0],
355
- match
356
- }));
357
- };
358
- const Emoji = core.Node.create({
359
- addOptions() {
360
- return {
361
- HTMLAttributes: {},
362
- suggestion: {
363
- char: ":",
364
- pluginKey: EmojiPluginKey
365
- }
366
- };
367
- },
368
- name: "emoji",
369
- group: "inline",
370
- inline: true,
371
- selectable: true,
372
- addNodeView() {
373
- return vue2.VueNodeViewRenderer(EmojiComponent);
374
- },
375
- addAttributes() {
376
- return {
377
- code: {
378
- default: null
379
- }
380
- };
381
- },
382
- parseHTML() {
383
- return [
384
- {
385
- tag: "emoji-component"
386
- }
387
- ];
388
- },
389
- renderText({ node }) {
390
- const unicodeEmoji = common_emoji.stringToUnicode(common_emoji.codeToEmojiData(node.attrs.code).unicode_output);
391
- return unicodeEmoji;
392
- },
393
- renderHTML({ HTMLAttributes }) {
394
- return ["emoji-component", core.mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
395
- },
396
- addInputRules() {
397
- return [
398
- // shortcode input
399
- core.nodeInputRule({
400
- find: (text) => {
401
- const match = text.match(inputShortCodeRegex);
402
- if (!match)
403
- return;
404
- return inputRuleMatch(match);
405
- },
406
- type: this.type,
407
- getAttributes(attrs) {
408
- return {
409
- code: attrs[0]
410
- };
411
- }
412
- }),
413
- core.nodeInputRule({
414
- find: (text) => {
415
- const match = text.match(inputUnicodeRegex);
416
- if (!match)
417
- return;
418
- return inputRuleMatch(match);
419
- },
420
- type: this.type,
421
- getAttributes(attrs) {
422
- const emoji = common_emoji.codeToEmojiData(attrs[0]).shortname;
423
- return {
424
- code: emoji
425
- };
426
- }
427
- })
428
- ];
429
- },
430
- addPasteRules() {
431
- return [
432
- core.nodePasteRule({
433
- find: shortCodePasteMatch,
434
- type: this.type,
435
- getAttributes(attrs) {
436
- return {
437
- code: attrs[0]
438
- };
439
- }
440
- }),
441
- core.nodePasteRule({
442
- find: common_emoji.emojiRegex,
443
- type: this.type,
444
- getAttributes(attrs) {
445
- return {
446
- code: attrs[0]
447
- };
448
- }
449
- })
450
- ];
451
- },
452
- addProseMirrorPlugins() {
453
- return [
454
- Suggestion({
455
- editor: this.editor,
456
- ...this.options.suggestion,
457
- ...suggestionOptions
458
- })
459
- ];
460
- }
461
- });
462
- function getRegexMatches(text, regex, validator = () => true) {
463
- const matches = [];
464
- regex.lastIndex = 0;
465
- let match;
466
- while (match = regex.exec(text)) {
467
- if (validator(text, match)) {
468
- matches.push(match);
469
- }
470
- }
471
- return matches;
472
- }
473
- function hasValidPrefix(text, match) {
474
- return !["#", "@"].includes(text.charAt(match.index)) && !["#", "@"].includes(text.charAt(match.index - 1));
475
- }
476
- function trimEndPunctiation(string) {
477
- const endPunctuationRegex = new RegExp(
478
- "(?:" + [
479
- `[!?.,:;'"]`,
480
- "(?:&|&amp;)(?:lt|gt|quot|apos|raquo|laquo|rsaquo|lsaquo);)+$"
481
- ].join("|"),
482
- "g"
483
- );
484
- return string.replace(endPunctuationRegex, "");
485
- }
486
- function getWordAt(text, index) {
487
- const left = text.slice(0, index + 1).search(/\S+\s*$/);
488
- const right = text.slice(index).search(/\s/);
489
- if (right < 0) {
490
- const word = text.slice(left);
491
- return {
492
- text: word,
493
- from: left,
494
- to: left + word.length
495
- };
496
- }
497
- return {
498
- text: text.slice(left, right + index),
499
- from: left,
500
- to: right + index
501
- };
502
- }
503
- function getWordAtUntil(text, index, direction, regex) {
504
- const word = getWordAt(text, index);
505
- regex.lastIndex = 0;
506
- if (!regex.test(word.text)) {
507
- return word;
508
- }
509
- const newIndex = direction === "left" ? word.from - 1 : word.to + 1;
510
- if (newIndex <= 0 || newIndex >= text.length || newIndex === index) {
511
- return word;
512
- }
513
- return getWordAtUntil(text, newIndex, direction, regex);
514
- }
515
- function removeMarks(range, doc, tr, type) {
516
- const from = Math.max(range.from - 1, 0);
517
- const to = Math.min(range.to + 1, doc.content.size);
518
- const marksInRange = core.getMarksBetween(from, to, doc);
519
- for (const mark of marksInRange) {
520
- if (mark.mark.type !== type) {
521
- continue;
522
- }
523
- tr.removeMark(mark.from, mark.to, type);
524
- }
525
- }
526
- const partialPhoneNumberRegex = common_utils.getPhoneNumberRegex(1, 15);
527
- function addMarks(text, pos, from, to, tr, type) {
528
- if (!text) {
529
- return;
530
- }
531
- let rangeFrom = from - pos - 1;
532
- rangeFrom = rangeFrom < 0 ? 0 : rangeFrom;
533
- const rangeTo = to - pos;
534
- const firstWordInRange = getWordAtUntil(
535
- text,
536
- rangeFrom,
537
- "left",
538
- partialPhoneNumberRegex
539
- );
540
- const lastWordInRange = getWordAtUntil(
541
- text,
542
- rangeTo,
543
- "right",
544
- partialPhoneNumberRegex
545
- );
546
- const wordsInRange = text.slice(firstWordInRange.from, lastWordInRange.to);
547
- const matches = getRegexMatches(wordsInRange, common_utils.linkRegex, hasValidPrefix);
548
- matches.forEach((match) => {
549
- const word = trimEndPunctiation(match[0]);
550
- const from2 = pos + firstWordInRange.from + match.index + 1;
551
- const to2 = from2 + word.length;
552
- tr.addMark(from2, to2, type.create());
553
- });
554
- }
555
- function autolink(options) {
556
- let hasInitialized = false;
557
- return new state.Plugin({
558
- key: new state.PluginKey("autolink"),
559
- appendTransaction: (transactions, oldState, newState) => {
560
- const contentChanged = transactions.some((tr2) => tr2.docChanged) && !oldState.doc.eq(newState.doc);
561
- if (hasInitialized && !contentChanged) {
562
- return;
563
- }
564
- const { tr } = newState;
565
- const { textContent } = newState.doc;
566
- if (!hasInitialized) {
567
- addMarks(textContent, 0, 0, textContent.length, tr, options.type);
568
- }
569
- hasInitialized = true;
570
- const transform = core.combineTransactionSteps(
571
- oldState.doc,
572
- [...transactions]
573
- );
574
- const changes = core.getChangedRanges(transform);
575
- changes.forEach(({ oldRange, newRange }) => {
576
- removeMarks(newRange, newState.doc, tr, options.type);
577
- const paragraphs = core.findChildrenInRange(
578
- newState.doc,
579
- newRange,
580
- (node) => node.isTextblock
581
- );
582
- paragraphs.forEach(({ node, pos }) => {
583
- addMarks(
584
- node.textContent,
585
- pos,
586
- oldRange.from,
587
- newRange.to,
588
- tr,
589
- options.type
590
- );
591
- });
592
- });
593
- return tr;
594
- }
595
- });
596
- }
597
- const defaultAttributes = {
598
- class: "d-link d-c-text d-d-inline-block d-wb-break-all",
599
- rel: "noopener noreferrer nofollow"
600
- };
601
- const CustomLink = core.Mark.create({
602
- name: "CustomLink",
603
- renderHTML({ HTMLAttributes }) {
604
- return [
605
- "a",
606
- core.mergeAttributes(
607
- this.options.HTMLAttributes,
608
- HTMLAttributes,
609
- defaultAttributes
610
- )
611
- ];
612
- },
613
- renderText({ node }) {
614
- return node.attrs.text;
615
- },
616
- addProseMirrorPlugins() {
617
- return [
618
- autolink({ type: this.type })
619
- ];
620
- }
621
- });
622
- const _sfc_main$6 = {
623
- name: "MentionComponent",
624
- components: {
625
- NodeViewWrapper: vue2.NodeViewWrapper,
626
- DtLink: lib_link.DtLink
627
- },
628
- props: vue2.nodeViewProps,
629
- computed: {
630
- text() {
631
- return "@" + this.$props.node.attrs.name;
632
- }
633
- }
634
- };
635
- var _sfc_render$6 = function render4() {
636
- var _vm = this, _c = _vm._self._c;
637
- return _c("node-view-wrapper", { staticClass: "d-d-inline-block" }, [_c("dt-link", { attrs: { "kind": "mention" } }, [_vm._v(" " + _vm._s(_vm.text) + " ")])], 1);
638
- };
639
- var _sfc_staticRenderFns$6 = [];
640
- var __component__$6 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
641
- _sfc_main$6,
642
- _sfc_render$6,
643
- _sfc_staticRenderFns$6,
644
- false,
645
- null,
646
- null,
647
- null,
648
- null
649
- );
650
- const MentionComponent = __component__$6.exports;
651
- const MentionPlugin = Mention.extend({
652
- addNodeView() {
653
- return vue2.VueNodeViewRenderer(MentionComponent);
654
- },
655
- parseHTML() {
656
- return [
657
- {
658
- tag: "mention-component"
659
- }
660
- ];
661
- },
662
- addAttributes() {
663
- return {
664
- name: {
665
- default: ""
666
- },
667
- avatarSrc: {
668
- default: ""
669
- },
670
- id: {
671
- default: ""
672
- }
673
- };
674
- },
675
- renderText({ node }) {
676
- return `@${node.attrs.id}`;
677
- },
678
- renderHTML({ HTMLAttributes }) {
679
- return ["mention-component", core.mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
680
- }
681
- }).configure({
682
- suggestion: {
683
- char: "@",
684
- pluginKey: new state.PluginKey("mentionSuggestion")
685
- }
686
- });
687
- const _sfc_main$5 = {
688
- name: "ChannelComponent",
689
- components: {
690
- NodeViewWrapper: vue2.NodeViewWrapper,
691
- DtLink: lib_link.DtLink
692
- },
693
- props: vue2.nodeViewProps,
694
- computed: {
695
- text() {
696
- return "#" + this.$props.node.attrs.name;
697
- }
698
- }
699
- };
700
- var _sfc_render$5 = function render5() {
701
- var _vm = this, _c = _vm._self._c;
702
- return _c("node-view-wrapper", { staticClass: "d-d-inline-block" }, [_c("dt-link", { attrs: { "kind": "mention" } }, [_vm._v(" " + _vm._s(_vm.text) + " ")])], 1);
703
- };
704
- var _sfc_staticRenderFns$5 = [];
705
- var __component__$5 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
706
- _sfc_main$5,
707
- _sfc_render$5,
708
- _sfc_staticRenderFns$5,
709
- false,
710
- null,
711
- null,
712
- null,
713
- null
714
- );
715
- const ChannelComponent = __component__$5.exports;
716
- const ChannelPlugin = Mention.extend({
717
- name: "channel",
718
- addNodeView() {
719
- return vue2.VueNodeViewRenderer(ChannelComponent);
720
- },
721
- parseHTML() {
722
- return [
723
- {
724
- tag: "channel-component"
725
- }
726
- ];
727
- },
728
- addAttributes() {
729
- return {
730
- name: {
731
- default: ""
732
- },
733
- id: {
734
- default: ""
735
- },
736
- locked: {
737
- default: false
738
- }
739
- };
740
- },
741
- renderText({ node }) {
742
- return `#${node.attrs.id}`;
743
- },
744
- renderHTML({ HTMLAttributes }) {
745
- return ["channel-component", core.mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
746
- }
747
- }).configure({
748
- suggestion: {
749
- char: "#",
750
- pluginKey: new state.PluginKey("channelSuggestion")
751
- }
752
- });
753
- const _sfc_main$4 = {
754
- name: "SlashCommandsComponent",
755
- components: {
756
- NodeViewWrapper: vue2.NodeViewWrapper
757
- },
758
- props: vue2.nodeViewProps,
759
- emits: ["selected-command"],
760
- computed: {
761
- text() {
762
- return "/" + this.$props.node.attrs.command;
763
- }
764
- },
765
- created() {
766
- this.$parent.$emit("selected-command", this.$props.node.attrs.command);
767
- }
768
- };
769
- var _sfc_render$4 = function render6() {
770
- var _vm = this, _c = _vm._self._c;
771
- return _c("node-view-wrapper", { staticClass: "d-d-inline-block" }, [_vm._v(" " + _vm._s(_vm.text) + " ")]);
772
- };
773
- var _sfc_staticRenderFns$4 = [];
774
- var __component__$4 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
775
- _sfc_main$4,
776
- _sfc_render$4,
777
- _sfc_staticRenderFns$4,
778
- false,
779
- null,
780
- null,
781
- null,
782
- null
783
- );
784
- const SlashCommandComponent = __component__$4.exports;
785
- const slashCommandPasteMatch = (text, slashCommandRegex) => {
786
- const matches = [...text.matchAll(slashCommandRegex)];
787
- return matches.map((match) => {
788
- let slashCommand = match[2];
789
- if (!slashCommand.endsWith(" "))
790
- slashCommand += " ";
791
- return {
792
- index: match.index,
793
- text: slashCommand,
794
- match
795
- };
796
- });
797
- };
798
- const SlashCommandPlugin = Mention.extend({
799
- name: "slash-commands",
800
- group: "inline",
801
- inline: true,
802
- addNodeView() {
803
- return vue2.VueNodeViewRenderer(SlashCommandComponent);
804
- },
805
- parseHTML() {
806
- return [
807
- {
808
- tag: "command-component"
809
- }
810
- ];
811
- },
812
- addAttributes() {
813
- return {
814
- command: {
815
- default: ""
816
- },
817
- parametersExample: {
818
- default: ""
819
- },
820
- description: {
821
- default: ""
822
- }
823
- };
824
- },
825
- renderText({ node }) {
826
- return `/${node.attrs.command}`;
827
- },
828
- renderHTML({ HTMLAttributes }) {
829
- return ["command-component", core.mergeAttributes(this.options.HTMLAttributes, HTMLAttributes)];
830
- },
831
- addInputRules() {
832
- var _a;
833
- const suggestions = (_a = this.options.suggestion) == null ? void 0 : _a.items({ query: "" }).map((suggestion) => suggestion.command);
834
- const slashCommandRegex = new RegExp(`^((?:\\/)(${suggestions.join("|")})) $`);
835
- return [
836
- core.nodeInputRule({
837
- find: slashCommandRegex,
838
- type: this.type,
839
- getAttributes(attrs) {
840
- return { command: attrs[2] };
841
- }
842
- })
843
- ];
844
- },
845
- addPasteRules() {
846
- var _a;
847
- const suggestions = (_a = this.options.suggestion) == null ? void 0 : _a.items({ query: "" }).map((suggestion) => suggestion.command);
848
- const slashCommandRegex = new RegExp(`^((?:\\/)(${suggestions.join("|")})) ?$`, "g");
849
- return [
850
- core.nodePasteRule({
851
- find: (text) => slashCommandPasteMatch(text, slashCommandRegex),
852
- type: this.type,
853
- getAttributes(attrs) {
854
- return { command: attrs[0].trim() };
855
- }
856
- })
857
- ];
858
- }
859
- }).configure({
860
- suggestion: {
861
- char: "/",
862
- pluginKey: new state.PluginKey("slashCommandSuggestion")
863
- }
864
- });
865
- const RICH_TEXT_EDITOR_OUTPUT_FORMATS = [
866
- "text",
867
- "json",
868
- "html"
869
- ];
870
- const RICH_TEXT_EDITOR_AUTOFOCUS_TYPES = [
871
- "start",
872
- "end",
873
- "all"
874
- ];
875
- const RICH_TEXT_EDITOR_SUPPORTED_LINK_PROTOCOLS = [
876
- "https",
877
- "http",
878
- "ftp",
879
- "ftps",
880
- "sftp",
881
- "mailto"
882
- ];
883
- const _sfc_main$3 = {
884
- name: "MentionSuggestion",
885
- components: {
886
- DtAvatar: lib_avatar.DtAvatar,
887
- DtStack: lib_stack.DtStack
888
- },
889
- props: {
890
- item: {
891
- type: Object,
892
- required: true
893
- }
894
- },
895
- computed: {
896
- name() {
897
- return this.item.name;
898
- },
899
- avatarSrc() {
900
- return this.item.avatarSrc;
901
- }
902
- }
903
- };
904
- var _sfc_render$3 = function render7() {
905
- var _vm = this, _c = _vm._self._c;
906
- return _c("dt-stack", { attrs: { "direction": "row", "gap": "400" } }, [_c("dt-avatar", { attrs: { "full-name": _vm.name, "image-src": _vm.avatarSrc, "image-alt": _vm.name, "size": "xs" } }), _c("span", { staticClass: "mention-suggestion-name" }, [_vm._v(" " + _vm._s(_vm.name) + " ")])], 1);
907
- };
908
- var _sfc_staticRenderFns$3 = [];
909
- var __component__$3 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
910
- _sfc_main$3,
911
- _sfc_render$3,
912
- _sfc_staticRenderFns$3,
913
- false,
914
- null,
915
- "65bcbd51",
916
- null,
917
- null
918
- );
919
- const MentionSuggestion = __component__$3.exports;
920
- const mentionSuggestion = {
921
- // This function comes from the user and passed to the editor directly.
922
- // This will also activate the mention plugin on the editor
923
- // items: ({ query }) => { return [] },
924
- allowSpaces: true,
925
- render: () => {
926
- let component;
927
- let popup;
928
- let popupIsOpen = false;
929
- return {
930
- onStart: (props) => {
931
- component = new vue2.VueRenderer(SuggestionList, {
932
- parent: void 0,
933
- propsData: {
934
- itemComponent: MentionSuggestion,
935
- itemType: "mention",
936
- ...props
937
- },
938
- editor: props.editor
939
- });
940
- if (!props.clientRect) {
941
- return;
942
- }
943
- popup = tippy("body", {
944
- getReferenceClientRect: props.clientRect,
945
- appendTo: () => document.body,
946
- content: component.element,
947
- showOnCreate: false,
948
- onShow: () => {
949
- popupIsOpen = true;
950
- },
951
- onHidden: () => {
952
- popupIsOpen = false;
953
- },
954
- interactive: true,
955
- trigger: "manual",
956
- placement: "top-start",
957
- zIndex: 650,
958
- plugins: [hideOnEsc]
959
- });
960
- if (props.items.length > 0) {
961
- popup == null ? void 0 : popup[0].show();
962
- }
963
- },
964
- onUpdate(props) {
965
- component == null ? void 0 : component.updateProps(props);
966
- if (props.items.length > 0) {
967
- popup == null ? void 0 : popup[0].show();
968
- } else {
969
- popup == null ? void 0 : popup[0].hide();
970
- }
971
- if (!props.clientRect) {
972
- return;
973
- }
974
- popup == null ? void 0 : popup[0].setProps({
975
- getReferenceClientRect: props.clientRect
976
- });
977
- },
978
- onKeyDown(props) {
979
- var _a;
980
- if (popupIsOpen) {
981
- return (_a = component == null ? void 0 : component.ref) == null ? void 0 : _a.onKeyDown(props);
982
- }
983
- },
984
- onExit() {
985
- popup == null ? void 0 : popup[0].destroy();
986
- popup = null;
987
- component == null ? void 0 : component.destroy();
988
- component = null;
989
- }
990
- };
991
- }
992
- };
993
- const _sfc_main$2 = {
994
- name: "ChannelSuggestion",
995
- components: {
996
- DtStack: lib_stack.DtStack,
997
- DtIconHash,
998
- DtIconLock
999
- },
1000
- props: {
1001
- item: {
1002
- type: Object,
1003
- required: true
1004
- }
1005
- },
1006
- computed: {
1007
- name() {
1008
- return this.item.name;
1009
- }
1010
- }
1011
- };
1012
- var _sfc_render$2 = function render8() {
1013
- var _vm = this, _c = _vm._self._c;
1014
- return _c("dt-stack", { attrs: { "direction": "row", "gap": "400" } }, [!_vm.item.locked ? _c("dt-icon-hash", { attrs: { "size": "300" } }) : _c("dt-icon-lock", { attrs: { "size": "300" } }), _c("span", [_vm._v(_vm._s(_vm.name))])], 1);
1015
- };
1016
- var _sfc_staticRenderFns$2 = [];
1017
- var __component__$2 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
1018
- _sfc_main$2,
1019
- _sfc_render$2,
1020
- _sfc_staticRenderFns$2,
1021
- false,
1022
- null,
1023
- null,
1024
- null,
1025
- null
1026
- );
1027
- const ChannelSuggestion = __component__$2.exports;
1028
- const channelSuggestion = {
1029
- // This function comes from the user and passed to the editor directly.
1030
- // This will also activate the mention plugin on the editor
1031
- // items: ({ query }) => { return [] },
1032
- allowSpaces: true,
1033
- render: () => {
1034
- let component;
1035
- let popup;
1036
- let popupIsOpen = false;
1037
- return {
1038
- onStart: (props) => {
1039
- component = new vue2.VueRenderer(SuggestionList, {
1040
- parent: void 0,
1041
- propsData: {
1042
- itemComponent: ChannelSuggestion,
1043
- itemType: "channel",
1044
- ...props
1045
- },
1046
- editor: props.editor
1047
- });
1048
- if (!props.clientRect) {
1049
- return;
1050
- }
1051
- popup = tippy("body", {
1052
- getReferenceClientRect: props.clientRect,
1053
- appendTo: () => document.body,
1054
- content: component.element,
1055
- showOnCreate: false,
1056
- onShow: () => {
1057
- popupIsOpen = true;
1058
- },
1059
- onHidden: () => {
1060
- popupIsOpen = false;
1061
- },
1062
- interactive: true,
1063
- trigger: "manual",
1064
- placement: "top-start",
1065
- zIndex: 650,
1066
- plugins: [hideOnEsc]
1067
- });
1068
- if (props.items.length > 0) {
1069
- popup == null ? void 0 : popup[0].show();
1070
- }
1071
- },
1072
- onUpdate(props) {
1073
- component == null ? void 0 : component.updateProps(props);
1074
- if (props.items.length > 0) {
1075
- popup == null ? void 0 : popup[0].show();
1076
- } else {
1077
- popup == null ? void 0 : popup[0].hide();
1078
- }
1079
- if (!props.clientRect) {
1080
- return;
1081
- }
1082
- popup == null ? void 0 : popup[0].setProps({
1083
- getReferenceClientRect: props.clientRect
1084
- });
1085
- },
1086
- onKeyDown(props) {
1087
- var _a;
1088
- if (popupIsOpen) {
1089
- return (_a = component == null ? void 0 : component.ref) == null ? void 0 : _a.onKeyDown(props);
1090
- }
1091
- },
1092
- onExit() {
1093
- popup == null ? void 0 : popup[0].destroy();
1094
- popup = null;
1095
- component == null ? void 0 : component.destroy();
1096
- component = null;
1097
- }
1098
- };
1099
- }
1100
- };
1101
- const _sfc_main$1 = {
1102
- name: "SlashCommandSuggestion",
1103
- props: {
1104
- item: {
1105
- type: Object,
1106
- required: true
1107
- }
1108
- },
1109
- computed: {
1110
- command() {
1111
- return this.item.command;
1112
- },
1113
- description() {
1114
- return this.item.description;
1115
- },
1116
- parametersExample() {
1117
- return this.item.parametersExample;
1118
- }
1119
- }
1120
- };
1121
- var _sfc_render$1 = function render9() {
1122
- var _vm = this, _c = _vm._self._c;
1123
- return _c("div", [_c("div", { staticClass: "d-body--md-compact" }, [_c("span", [_vm._v("/" + _vm._s(_vm.command))]), _vm.parametersExample ? _c("span", [_vm._v(" " + _vm._s(_vm.parametersExample))]) : _vm._e()]), _c("div", { staticClass: "d-body--sm d-fc-tertiary" }, [_vm._v(" " + _vm._s(_vm.description) + " ")])]);
1124
- };
1125
- var _sfc_staticRenderFns$1 = [];
1126
- var __component__$1 = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
1127
- _sfc_main$1,
1128
- _sfc_render$1,
1129
- _sfc_staticRenderFns$1,
1130
- false,
1131
- null,
1132
- null,
1133
- null,
1134
- null
1135
- );
1136
- const SlashCommandSuggestion = __component__$1.exports;
1137
- const slashCommandSuggestion = {
1138
- // This function comes from the user and passed to the editor directly.
1139
- // This will also activate the mention plugin on the editor
1140
- // items: ({ query }) => { return [] },
1141
- allowSpaces: true,
1142
- startOfLine: true,
1143
- render: () => {
1144
- let component;
1145
- let popup;
1146
- let popupIsOpen = false;
1147
- return {
1148
- onStart: (props) => {
1149
- component = new vue2.VueRenderer(SuggestionList, {
1150
- parent: void 0,
1151
- propsData: {
1152
- itemComponent: SlashCommandSuggestion,
1153
- itemType: "slash-command",
1154
- ...props
1155
- },
1156
- editor: props.editor
1157
- });
1158
- if (!props.clientRect) {
1159
- return;
1160
- }
1161
- popup = tippy("body", {
1162
- getReferenceClientRect: props.clientRect,
1163
- appendTo: () => document.body,
1164
- content: component.element,
1165
- showOnCreate: false,
1166
- onShow: () => {
1167
- popupIsOpen = true;
1168
- },
1169
- onHidden: () => {
1170
- popupIsOpen = false;
1171
- },
1172
- interactive: true,
1173
- trigger: "manual",
1174
- placement: "top-start",
1175
- zIndex: 650,
1176
- plugins: [hideOnEsc]
1177
- });
1178
- if (props.items.length > 0) {
1179
- popup == null ? void 0 : popup[0].show();
1180
- }
1181
- },
1182
- onUpdate(props) {
1183
- component == null ? void 0 : component.updateProps(props);
1184
- if (props.items.length > 0) {
1185
- popup == null ? void 0 : popup[0].show();
1186
- } else {
1187
- popup == null ? void 0 : popup[0].hide();
1188
- }
1189
- if (!props.clientRect) {
1190
- return;
1191
- }
1192
- popup == null ? void 0 : popup[0].setProps({
1193
- getReferenceClientRect: props.clientRect
1194
- });
1195
- },
1196
- onKeyDown(props) {
1197
- var _a;
1198
- if (popupIsOpen) {
1199
- return (_a = component == null ? void 0 : component.ref) == null ? void 0 : _a.onKeyDown(props);
1200
- }
1201
- },
1202
- onExit() {
1203
- popup == null ? void 0 : popup[0].destroy();
1204
- popup = null;
1205
- component == null ? void 0 : component.destroy();
1206
- component = null;
1207
- }
1208
- };
1209
- }
1210
- };
1211
- const _sfc_main = {
1212
- name: "DtRichTextEditor",
1213
- components: {
1214
- EditorContent: vue2.EditorContent
1215
- },
1216
- props: {
1217
- /**
1218
- * Value of the input. The object format should match TipTap's JSON
1219
- * document structure: https://tiptap.dev/guide/output#option-1-json
1220
- */
1221
- value: {
1222
- type: [Object, String],
1223
- default: ""
1224
- },
1225
- /**
1226
- * Whether the input is editable
1227
- */
1228
- editable: {
1229
- type: Boolean,
1230
- default: true
1231
- },
1232
- /**
1233
- * Prevents the user from typing any further. Deleting text will still work.
1234
- */
1235
- preventTyping: {
1236
- type: Boolean,
1237
- default: false
1238
- },
1239
- /**
1240
- * Whether the input allows for line breaks to be introduced in the text by pressing enter. If this is disabled,
1241
- * line breaks can still be entered by pressing shift+enter.
1242
- */
1243
- allowLineBreaks: {
1244
- type: Boolean,
1245
- default: false
1246
- },
1247
- /**
1248
- * Descriptive label for the input element
1249
- */
1250
- inputAriaLabel: {
1251
- type: String,
1252
- required: true
1253
- },
1254
- /**
1255
- * Additional class name for the input element. Only accepts a String value
1256
- * because this is passed to the editor via options. For multiple classes,
1257
- * join them into one string, e.g. "d-p8 d-hmx96"
1258
- */
1259
- inputClass: {
1260
- type: String,
1261
- default: ""
1262
- },
1263
- /**
1264
- * Whether the input should receive focus after the component has been
1265
- * mounted. Either one of `start`, `end`, `all` or a Boolean or a Number.
1266
- * - `start` Sets the focus to the beginning of the input
1267
- * - `end` Sets the focus to the end of the input
1268
- * - `all` Selects the whole contents of the input
1269
- * - `Number` Sets the focus to a specific position in the input
1270
- * - `true` Defaults to `start`
1271
- * - `false` Disables autofocus
1272
- * @values true, false, start, end, all, number
1273
- */
1274
- autoFocus: {
1275
- type: [Boolean, String, Number],
1276
- default: false,
1277
- validator(autoFocus) {
1278
- if (typeof autoFocus === "string") {
1279
- return RICH_TEXT_EDITOR_AUTOFOCUS_TYPES.includes(autoFocus);
1280
- }
1281
- return true;
1282
- }
1283
- },
1284
- /**
1285
- * The output format that the editor uses when emitting the "@input" event.
1286
- * One of `text`, `json`, `html`. See https://tiptap.dev/guide/output for
1287
- * examples.
1288
- * @values text, json, html
1289
- */
1290
- outputFormat: {
1291
- type: String,
1292
- default: "html",
1293
- validator(outputFormat) {
1294
- return RICH_TEXT_EDITOR_OUTPUT_FORMATS.includes(outputFormat);
1295
- }
1296
- },
1297
- /**
1298
- * Placeholder text
1299
- */
1300
- placeholder: {
1301
- type: String,
1302
- default: ""
1303
- },
1304
- /**
1305
- * Enables the TipTap Link extension and optionally passes configurations to it
1306
- *
1307
- * It is not recommended to use this and the custom link extension at the same time.
1308
- */
1309
- link: {
1310
- type: [Boolean, Object],
1311
- default: false
1312
- },
1313
- /**
1314
- * Enables the Custom Link extension and optionally passes configurations to it
1315
- *
1316
- * It is not recommended to use this and the built in TipTap link extension at the same time.
1317
- *
1318
- * The custom link does some additional things on top of the built in TipTap link
1319
- * extension such as styling phone numbers and IP adresses as links, and allows you
1320
- * to linkify text without having to type a space after the link. Currently it is missing some
1321
- * functionality such as editing links and will likely require more work to be fully usable,
1322
- * so it is recommended to use the built in TipTap link for now.
1323
- */
1324
- customLink: {
1325
- type: [Boolean, Object],
1326
- default: false
1327
- },
1328
- /**
1329
- * suggestion object containing the items query function.
1330
- * The valid keys passed into this object can be found here: https://tiptap.dev/api/utilities/suggestion
1331
- *
1332
- * The only required key is the items function which is used to query the contacts for suggestion.
1333
- * items({ query }) => { return [ContactObject]; }
1334
- * ContactObject format:
1335
- * { name: string, avatarSrc: string, id: string }
1336
- *
1337
- * When null, it does not add the plugin.
1338
- */
1339
- mentionSuggestion: {
1340
- type: Object,
1341
- default: null
1342
- },
1343
- /**
1344
- * suggestion object containing the items query function.
1345
- * The valid keys passed into this object can be found here: https://tiptap.dev/api/utilities/suggestion
1346
- *
1347
- * The only required key is the items function which is used to query the channels for suggestion.
1348
- * items({ query }) => { return [ChannelObject]; }
1349
- * ChannelObject format:
1350
- * { name: string, id: string, locked: boolean }
1351
- *
1352
- * When null, it does not add the plugin. Setting locked to true will display a lock rather than hash.
1353
- */
1354
- channelSuggestion: {
1355
- type: Object,
1356
- default: null
1357
- },
1358
- /**
1359
- * suggestion object containing the items query function.
1360
- * The valid keys passed into this object can be found here: https://tiptap.dev/api/utilities/suggestion
1361
- *
1362
- * The only required key is the items function which is used to query the slash commands for suggestion.
1363
- * items({ query }) => { return [SlashCommandObject]; }
1364
- * SlashCommandObject format:
1365
- * { command: string, description: string, parametersExample?: string }
1366
- * The "parametersExample" parameter is optional, and describes an example
1367
- * of the parameters that command can take.
1368
- *
1369
- * When null, it does not add the plugin.
1370
- * Note that slash commands only work when they are the first word in the input.
1371
- */
1372
- slashCommandSuggestion: {
1373
- type: Object,
1374
- default: null
1375
- },
1376
- /**
1377
- * Whether the input allows for block quote.
1378
- */
1379
- allowBlockquote: {
1380
- type: Boolean,
1381
- default: true
1382
- },
1383
- /**
1384
- * Whether the input allows for bold to be introduced in the text.
1385
- */
1386
- allowBold: {
1387
- type: Boolean,
1388
- default: true
1389
- },
1390
- /**
1391
- * Whether the input allows for bullet list to be introduced in the text.
1392
- */
1393
- allowBulletList: {
1394
- type: Boolean,
1395
- default: true
1396
- },
1397
- /**
1398
- * Whether the input allows for italic to be introduced in the text.
1399
- */
1400
- allowItalic: {
1401
- type: Boolean,
1402
- default: true
1403
- },
1404
- /**
1405
- * Whether the input allows for strike to be introduced in the text.
1406
- */
1407
- allowStrike: {
1408
- type: Boolean,
1409
- default: true
1410
- },
1411
- /**
1412
- * Whether the input allows for underline to be introduced in the text.
1413
- */
1414
- allowUnderline: {
1415
- type: Boolean,
1416
- default: true
1417
- },
1418
- /**
1419
- * Whether the input allows codeblock to be introduced in the text.
1420
- */
1421
- allowCodeblock: {
1422
- type: Boolean,
1423
- default: true
1424
- },
1425
- /**
1426
- * Additional TipTap extensions to be added to the editor.
1427
- */
1428
- additionalExtensions: {
1429
- type: Array,
1430
- default: () => []
1431
- }
1432
- },
1433
- emits: [
1434
- /**
1435
- * Editor input event
1436
- * @event input
1437
- * @type {String|JSON}
1438
- */
1439
- "input",
1440
- /**
1441
- * Event to sync the value with the parent
1442
- * @event update:value
1443
- * @type {String|JSON}
1444
- */
1445
- "update:value",
1446
- /**
1447
- * Editor blur event
1448
- * @event blur
1449
- * @type {FocusEvent}
1450
- */
1451
- "blur",
1452
- /**
1453
- * Editor focus event
1454
- * @event focus
1455
- * @type {FocusEvent}
1456
- */
1457
- "focus",
1458
- /**
1459
- * Enter was pressed. Note that shift enter must be pressed to line break the input.
1460
- * @event enter
1461
- * @type {String}
1462
- */
1463
- "enter"
1464
- ],
1465
- data() {
1466
- return {
1467
- editor: null
1468
- };
1469
- },
1470
- computed: {
1471
- editorListeners() {
1472
- return {
1473
- ...this.$listeners,
1474
- input: () => {
1475
- },
1476
- focus: () => {
1477
- },
1478
- blur: () => {
1479
- }
1480
- };
1481
- },
1482
- // eslint-disable-next-line complexity
1483
- extensions() {
1484
- const extensions = [Document, Paragraph, Text, History];
1485
- if (this.link) {
1486
- extensions.push(TipTapLink.extend({ inclusive: false }).configure({
1487
- HTMLAttributes: {
1488
- class: "d-link d-wb-break-all"
1489
- },
1490
- autolink: true,
1491
- protocols: RICH_TEXT_EDITOR_SUPPORTED_LINK_PROTOCOLS
1492
- }));
1493
- }
1494
- if (this.customLink) {
1495
- extensions.push(this.getExtension(CustomLink, this.customLink));
1496
- }
1497
- if (this.allowBlockquote) {
1498
- extensions.push(Blockquote);
1499
- }
1500
- if (this.allowBold) {
1501
- extensions.push(Bold);
1502
- }
1503
- if (this.allowBulletList) {
1504
- extensions.push(BulletList);
1505
- extensions.push(ListItem);
1506
- extensions.push(OrderedList);
1507
- }
1508
- if (this.allowItalic) {
1509
- extensions.push(Italic);
1510
- }
1511
- if (this.allowStrike) {
1512
- extensions.push(Strike);
1513
- }
1514
- if (this.allowUnderline) {
1515
- extensions.push(Underline);
1516
- }
1517
- if (this.placeholder) {
1518
- extensions.push(
1519
- Placeholder.configure({ placeholder: this.placeholder })
1520
- );
1521
- }
1522
- if (!this.allowLineBreaks) {
1523
- const self = this;
1524
- extensions.push(
1525
- HardBreak.extend({
1526
- addKeyboardShortcuts() {
1527
- return {
1528
- Enter: () => {
1529
- self.$emit("enter");
1530
- return true;
1531
- },
1532
- "Shift-Enter": () => {
1533
- this.editor.commands.setHardBreak();
1534
- return true;
1535
- }
1536
- };
1537
- }
1538
- })
1539
- );
1540
- } else {
1541
- extensions.push(HardBreak);
1542
- }
1543
- if (this.mentionSuggestion) {
1544
- const suggestionObject = { ...this.mentionSuggestion, ...mentionSuggestion };
1545
- extensions.push(MentionPlugin.configure({ suggestion: suggestionObject }));
1546
- }
1547
- if (this.channelSuggestion) {
1548
- const suggestionObject = { ...this.channelSuggestion, ...channelSuggestion };
1549
- extensions.push(ChannelPlugin.configure({ suggestion: suggestionObject }));
1550
- }
1551
- if (this.slashCommandSuggestion) {
1552
- const suggestionObject = { ...this.slashCommandSuggestion, ...slashCommandSuggestion };
1553
- extensions.push(SlashCommandPlugin.configure({ suggestion: suggestionObject }));
1554
- }
1555
- extensions.push(Emoji);
1556
- extensions.push(TextAlign.configure({
1557
- types: ["paragraph"],
1558
- defaultAlignment: "left"
1559
- }));
1560
- if (this.allowCodeblock) {
1561
- extensions.push(CodeBlock.configure({
1562
- HTMLAttributes: {
1563
- class: "dt-rich-text-editor--code-block"
1564
- }
1565
- }));
1566
- }
1567
- if (this.additionalExtensions.length) {
1568
- extensions.push(...this.additionalExtensions);
1569
- }
1570
- return extensions;
1571
- },
1572
- inputAttrs() {
1573
- const attrs = {
1574
- "aria-label": this.inputAriaLabel,
1575
- "aria-multiline": true,
1576
- role: "textbox"
1577
- };
1578
- if (!this.editable) {
1579
- attrs["aria-readonly"] = true;
1580
- }
1581
- return attrs;
1582
- }
1583
- },
1584
- /**
1585
- * Because the Editor instance is initialized when mounted it does not get
1586
- * updated props automatically, so the ones that can change after mount have
1587
- * to be hooked up to the Editor's own API.
1588
- */
1589
- watch: {
1590
- editable(isEditable) {
1591
- this.editor.setEditable(isEditable);
1592
- this.updateEditorAttributes({ "aria-readonly": !isEditable });
1593
- },
1594
- inputClass(newClass) {
1595
- this.updateEditorAttributes({ class: newClass });
1596
- },
1597
- inputAriaLabel(newLabel) {
1598
- this.updateEditorAttributes({ "aria-label": newLabel });
1599
- },
1600
- extensions() {
1601
- this.destroyEditor();
1602
- this.createEditor();
1603
- },
1604
- value(newValue) {
1605
- let currentValue = this.getOutput();
1606
- if (this.outputFormat === "json") {
1607
- newValue = JSON.stringify(newValue);
1608
- currentValue = JSON.stringify(currentValue);
1609
- }
1610
- if (newValue === currentValue) {
1611
- return;
1612
- }
1613
- this.editor.commands.setContent(newValue, false);
1614
- }
1615
- },
1616
- created() {
1617
- this.createEditor();
1618
- },
1619
- beforeUnmount() {
1620
- this.destroyEditor();
1621
- },
1622
- methods: {
1623
- createEditor() {
1624
- this.editor = new vue2.Editor({
1625
- autofocus: this.autoFocus,
1626
- content: this.value,
1627
- editable: this.editable,
1628
- extensions: this.extensions,
1629
- editorProps: {
1630
- attributes: {
1631
- ...this.inputAttrs,
1632
- class: this.inputClass
1633
- }
1634
- }
1635
- });
1636
- this.addEditorListeners();
1637
- },
1638
- destroyEditor() {
1639
- this.editor.destroy();
1640
- },
1641
- /**
1642
- * The Editor exposes event hooks that we have to map our emits into. See
1643
- * https://tiptap.dev/api/events for all events.
1644
- */
1645
- addEditorListeners() {
1646
- this.editor.on("update", () => {
1647
- var _a, _b;
1648
- const value = this.getOutput();
1649
- if (this.preventTyping && ((_b = (_a = this.editor.view) == null ? void 0 : _a.input) == null ? void 0 : _b.lastKeyCode) !== 8) {
1650
- this.editor.commands.setContent(this.value, false);
1651
- return;
1652
- }
1653
- this.$emit("input", value);
1654
- this.$emit("update:value", value);
1655
- });
1656
- this.editor.on("focus", ({ event }) => {
1657
- this.$emit("focus", event);
1658
- });
1659
- this.editor.on("blur", ({ event }) => {
1660
- this.$emit("blur", event);
1661
- });
1662
- },
1663
- getOutput() {
1664
- switch (this.outputFormat) {
1665
- case "json":
1666
- return this.editor.getJSON();
1667
- case "html":
1668
- return this.editor.getHTML();
1669
- case "text":
1670
- default:
1671
- return this.editor.getText();
1672
- }
1673
- },
1674
- getExtension(extension, options) {
1675
- var _a;
1676
- if (typeof options === "boolean") {
1677
- return extension;
1678
- }
1679
- return (_a = extension.configure) == null ? void 0 : _a.call(extension, options);
1680
- },
1681
- updateEditorAttributes(attributes) {
1682
- this.editor.setOptions({ editorProps: { attributes } });
1683
- },
1684
- focusEditor() {
1685
- this.editor.commands.focus();
1686
- }
1687
- }
1688
- };
1689
- var _sfc_render = function render10() {
1690
- var _vm = this, _c = _vm._self._c;
1691
- return _c("editor-content", _vm._g({ staticClass: "dt-rich-text-editor", attrs: { "editor": _vm.editor, "data-qa": "dt-rich-text-editor" } }, _vm.editorListeners));
1692
- };
1693
- var _sfc_staticRenderFns = [];
1694
- var __component__ = /* @__PURE__ */ _pluginVue2_normalizer.normalizeComponent(
1695
- _sfc_main,
1696
- _sfc_render,
1697
- _sfc_staticRenderFns,
1698
- false,
1699
- null,
1700
- null,
1701
- null,
1702
- null
1703
- );
1704
- const DtRichTextEditor = __component__.exports;
1705
- exports.DtRichTextEditor = DtRichTextEditor;
1706
- exports.RICH_TEXT_EDITOR_AUTOFOCUS_TYPES = RICH_TEXT_EDITOR_AUTOFOCUS_TYPES;
1707
- exports.RICH_TEXT_EDITOR_OUTPUT_FORMATS = RICH_TEXT_EDITOR_OUTPUT_FORMATS;
3
+ const rich_text_editor = require("../components/rich_text_editor/rich_text_editor.vue.cjs");
4
+ const rich_text_editor_constants = require("../components/rich_text_editor/rich_text_editor_constants.cjs");
5
+ exports.DtRichTextEditor = rich_text_editor;
6
+ exports.RICH_TEXT_EDITOR_AUTOFOCUS_TYPES = rich_text_editor_constants.RICH_TEXT_EDITOR_AUTOFOCUS_TYPES;
7
+ exports.RICH_TEXT_EDITOR_OUTPUT_FORMATS = rich_text_editor_constants.RICH_TEXT_EDITOR_OUTPUT_FORMATS;
1708
8
  //# sourceMappingURL=rich-text-editor.cjs.map