@dialpad/dialtone-vue 3.150.0 → 3.150.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 (1152) hide show
  1. package/dist/{chunks/_plugin-vue_export-helper-fhnQq0tA.js → _virtual/_plugin-vue_export-helper.cjs} +2 -2
  2. package/dist/_virtual/_plugin-vue_export-helper.cjs.map +1 -0
  3. package/dist/{chunks/_plugin-vue_export-helper-caHeSgYY.js → _virtual/_plugin-vue_export-helper.js} +2 -2
  4. package/dist/_virtual/_plugin-vue_export-helper.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-ttnte8zB.js → common/mixins/input.cjs} +5 -4
  18. package/dist/common/mixins/input.cjs.map +1 -0
  19. package/dist/{chunks/input-NmYDD5bn.js → common/mixins/input.js} +4 -4
  20. package/dist/common/mixins/input.js.map +1 -0
  21. package/dist/{chunks/input_group-M-D25pOJ.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-jWnq2DJT.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 +6 -12
  54. package/dist/common/utils.cjs.map +1 -1
  55. package/dist/common/utils.js +6 -12
  56. package/dist/common/utils.js.map +1 -1
  57. package/dist/components/avatar/avatar.vue.cjs +378 -0
  58. package/dist/components/avatar/avatar.vue.cjs.map +1 -0
  59. package/dist/components/avatar/avatar.vue.js +379 -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 +183 -0
  70. package/dist/components/badge/badge.vue.cjs.map +1 -0
  71. package/dist/components/badge/badge.vue.js +184 -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 +236 -0
  78. package/dist/components/banner/banner.vue.cjs.map +1 -0
  79. package/dist/components/banner/banner.vue.js +237 -0
  80. package/dist/components/banner/banner.vue.js.map +1 -0
  81. package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs +79 -0
  82. package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
  83. package/dist/components/breadcrumbs/breadcrumb_item.vue.js +80 -0
  84. package/dist/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
  85. package/dist/components/breadcrumbs/breadcrumbs.vue.cjs +77 -0
  86. package/dist/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
  87. package/dist/components/breadcrumbs/breadcrumbs.vue.js +78 -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 +290 -0
  94. package/dist/components/button/button.vue.cjs.map +1 -0
  95. package/dist/components/button/button.vue.js +291 -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 +36 -0
  102. package/dist/components/button_group/button_group.vue.cjs.map +1 -0
  103. package/dist/components/button_group/button_group.vue.js +37 -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 +90 -0
  110. package/dist/components/card/card.vue.cjs.map +1 -0
  111. package/dist/components/card/card.vue.js +91 -0
  112. package/dist/components/card/card.vue.js.map +1 -0
  113. package/dist/components/checkbox/checkbox.vue.cjs +149 -0
  114. package/dist/components/checkbox/checkbox.vue.cjs.map +1 -0
  115. package/dist/components/checkbox/checkbox.vue.js +150 -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 +110 -0
  122. package/dist/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
  123. package/dist/components/checkbox_group/checkbox_group.vue.js +111 -0
  124. package/dist/components/checkbox_group/checkbox_group.vue.js.map +1 -0
  125. package/dist/components/chip/chip.vue.cjs +212 -0
  126. package/dist/components/chip/chip.vue.cjs.map +1 -0
  127. package/dist/components/chip/chip.vue.js +213 -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 +23 -0
  134. package/dist/components/codeblock/codeblock.vue.cjs.map +1 -0
  135. package/dist/components/codeblock/codeblock.vue.js +24 -0
  136. package/dist/components/codeblock/codeblock.vue.js.map +1 -0
  137. package/dist/components/collapsible/collapsible.vue.cjs +250 -0
  138. package/dist/components/collapsible/collapsible.vue.cjs.map +1 -0
  139. package/dist/components/collapsible/collapsible.vue.js +251 -0
  140. package/dist/components/collapsible/collapsible.vue.js.map +1 -0
  141. package/dist/components/collapsible/collapsible_lazy_show.vue.cjs +149 -0
  142. package/dist/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
  143. package/dist/components/collapsible/collapsible_lazy_show.vue.js +150 -0
  144. package/dist/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
  145. package/dist/{chunks/index-4qgKeErp.js → components/combobox/combobox.vue.cjs} +19 -109
  146. package/dist/components/combobox/combobox.vue.cjs.map +1 -0
  147. package/dist/{chunks/index-b_MgDylR.js → components/combobox/combobox.vue.js} +15 -105
  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 +52 -0
  154. package/dist/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
  155. package/dist/components/combobox/combobox_empty-list.vue.js +53 -0
  156. package/dist/components/combobox/combobox_empty-list.vue.js.map +1 -0
  157. package/dist/components/combobox/combobox_loading-list.vue.cjs +37 -0
  158. package/dist/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
  159. package/dist/components/combobox/combobox_loading-list.vue.js +38 -0
  160. package/dist/components/combobox/combobox_loading-list.vue.js.map +1 -0
  161. package/dist/components/datepicker/composables/useCalendar.cjs +116 -0
  162. package/dist/components/datepicker/composables/useCalendar.cjs.map +1 -0
  163. package/dist/components/datepicker/composables/useCalendar.js +116 -0
  164. package/dist/components/datepicker/composables/useCalendar.js.map +1 -0
  165. package/dist/components/datepicker/composables/useMonthYearPicker.cjs +109 -0
  166. package/dist/components/datepicker/composables/useMonthYearPicker.cjs.map +1 -0
  167. package/dist/components/datepicker/composables/useMonthYearPicker.js +109 -0
  168. package/dist/components/datepicker/composables/useMonthYearPicker.js.map +1 -0
  169. package/dist/components/datepicker/datepicker.vue.cjs +153 -0
  170. package/dist/components/datepicker/datepicker.vue.cjs.map +1 -0
  171. package/dist/components/datepicker/datepicker.vue.js +154 -0
  172. package/dist/components/datepicker/datepicker.vue.js.map +1 -0
  173. package/dist/components/datepicker/datepicker_constants.cjs +9 -0
  174. package/dist/components/datepicker/datepicker_constants.cjs.map +1 -0
  175. package/dist/components/datepicker/datepicker_constants.js +9 -0
  176. package/dist/components/datepicker/datepicker_constants.js.map +1 -0
  177. package/dist/components/datepicker/formatUtils.cjs +25 -0
  178. package/dist/components/datepicker/formatUtils.cjs.map +1 -0
  179. package/dist/components/datepicker/formatUtils.js +25 -0
  180. package/dist/components/datepicker/formatUtils.js.map +1 -0
  181. package/dist/components/datepicker/modules/calendar.vue.cjs +137 -0
  182. package/dist/components/datepicker/modules/calendar.vue.cjs.map +1 -0
  183. package/dist/components/datepicker/modules/calendar.vue.js +138 -0
  184. package/dist/components/datepicker/modules/calendar.vue.js.map +1 -0
  185. package/dist/components/datepicker/modules/month-year-picker.vue.cjs +258 -0
  186. package/dist/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
  187. package/dist/components/datepicker/modules/month-year-picker.vue.js +259 -0
  188. package/dist/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
  189. package/dist/components/datepicker/utils.cjs +84 -0
  190. package/dist/components/datepicker/utils.cjs.map +1 -0
  191. package/dist/components/datepicker/utils.js +84 -0
  192. package/dist/components/datepicker/utils.js.map +1 -0
  193. package/dist/components/description_list/description_list.vue.cjs +88 -0
  194. package/dist/components/description_list/description_list.vue.cjs.map +1 -0
  195. package/dist/components/description_list/description_list.vue.js +89 -0
  196. package/dist/components/description_list/description_list.vue.js.map +1 -0
  197. package/dist/components/description_list/description_list_constants.cjs +5 -0
  198. package/dist/components/description_list/description_list_constants.cjs.map +1 -0
  199. package/dist/components/description_list/description_list_constants.js +5 -0
  200. package/dist/components/description_list/description_list_constants.js.map +1 -0
  201. package/dist/components/description_list/description_list_validators.cjs +33 -0
  202. package/dist/components/description_list/description_list_validators.cjs.map +1 -0
  203. package/dist/components/description_list/description_list_validators.js +33 -0
  204. package/dist/components/description_list/description_list_validators.js.map +1 -0
  205. package/dist/{chunks/dropdown-p-Azgwov.js → components/dropdown/dropdown.vue.cjs} +18 -16
  206. package/dist/components/dropdown/dropdown.vue.cjs.map +1 -0
  207. package/dist/{chunks/dropdown-oA-_Gotg.js → components/dropdown/dropdown.vue.js} +13 -11
  208. package/dist/components/dropdown/dropdown.vue.js.map +1 -0
  209. package/dist/{chunks/dropdown_constants-2pGCXy7m.js → components/dropdown/dropdown_constants.cjs} +2 -1
  210. package/dist/components/dropdown/dropdown_constants.cjs.map +1 -0
  211. package/dist/{chunks/dropdown_constants-w1MXGC3Z.js → components/dropdown/dropdown_constants.js} +1 -1
  212. package/dist/components/dropdown/dropdown_constants.js.map +1 -0
  213. package/dist/components/dropdown/dropdown_separator.vue.cjs +17 -0
  214. package/dist/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
  215. package/dist/components/dropdown/dropdown_separator.vue.js +18 -0
  216. package/dist/components/dropdown/dropdown_separator.vue.js.map +1 -0
  217. package/dist/components/emoji/emoji.vue.cjs +155 -0
  218. package/dist/components/emoji/emoji.vue.cjs.map +1 -0
  219. package/dist/components/emoji/emoji.vue.js +156 -0
  220. package/dist/components/emoji/emoji.vue.js.map +1 -0
  221. package/dist/components/emoji_picker/composables/useKeyboardNavigation.cjs +153 -0
  222. package/dist/components/emoji_picker/composables/useKeyboardNavigation.cjs.map +1 -0
  223. package/dist/components/emoji_picker/composables/useKeyboardNavigation.js +153 -0
  224. package/dist/components/emoji_picker/composables/useKeyboardNavigation.js.map +1 -0
  225. package/dist/components/emoji_picker/emoji_picker.vue.cjs +233 -0
  226. package/dist/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
  227. package/dist/components/emoji_picker/emoji_picker.vue.js +234 -0
  228. package/dist/components/emoji_picker/emoji_picker.vue.js.map +1 -0
  229. package/dist/components/emoji_picker/emoji_picker_constants.cjs +35 -0
  230. package/dist/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
  231. package/dist/components/emoji_picker/emoji_picker_constants.js +35 -0
  232. package/dist/components/emoji_picker/emoji_picker_constants.js.map +1 -0
  233. package/dist/components/emoji_picker/modules/emoji_description.vue.cjs +37 -0
  234. package/dist/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
  235. package/dist/components/emoji_picker/modules/emoji_description.vue.js +38 -0
  236. package/dist/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
  237. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs +84 -0
  238. package/dist/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
  239. package/dist/components/emoji_picker/modules/emoji_search.vue.js +85 -0
  240. package/dist/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
  241. package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs +428 -0
  242. package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
  243. package/dist/components/emoji_picker/modules/emoji_selector.vue.js +429 -0
  244. package/dist/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
  245. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +198 -0
  246. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
  247. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js +199 -0
  248. package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
  249. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +166 -0
  250. package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
  251. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +167 -0
  252. package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
  253. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +95 -0
  254. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
  255. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +96 -0
  256. package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
  257. package/dist/components/empty_state/empty_state.vue.cjs +171 -0
  258. package/dist/components/empty_state/empty_state.vue.cjs.map +1 -0
  259. package/dist/components/empty_state/empty_state.vue.js +172 -0
  260. package/dist/components/empty_state/empty_state.vue.js.map +1 -0
  261. package/dist/components/empty_state/empty_state_constants.cjs +9 -0
  262. package/dist/components/empty_state/empty_state_constants.cjs.map +1 -0
  263. package/dist/components/empty_state/empty_state_constants.js +9 -0
  264. package/dist/components/empty_state/empty_state_constants.js.map +1 -0
  265. package/dist/components/hovercard/hovercard.vue.cjs +166 -0
  266. package/dist/components/hovercard/hovercard.vue.cjs.map +1 -0
  267. package/dist/components/hovercard/hovercard.vue.js +167 -0
  268. package/dist/components/hovercard/hovercard.vue.js.map +1 -0
  269. package/dist/components/hovercard/timer.cjs +59 -0
  270. package/dist/components/hovercard/timer.cjs.map +1 -0
  271. package/dist/components/hovercard/timer.js +60 -0
  272. package/dist/components/hovercard/timer.js.map +1 -0
  273. package/dist/components/icon/icon.vue.cjs +55 -0
  274. package/dist/components/icon/icon.vue.cjs.map +1 -0
  275. package/dist/components/icon/icon.vue.js +56 -0
  276. package/dist/components/icon/icon.vue.js.map +1 -0
  277. package/dist/{chunks/icon_constants-da57m7BZ.js → components/icon/icon_constants.cjs} +2 -1
  278. package/dist/components/icon/icon_constants.cjs.map +1 -0
  279. package/dist/{chunks/icon_constants-H9ahUVCG.js → components/icon/icon_constants.js} +1 -1
  280. package/dist/components/icon/icon_constants.js.map +1 -0
  281. package/dist/components/illustration/illustration.vue.cjs +30 -0
  282. package/dist/components/illustration/illustration.vue.cjs.map +1 -0
  283. package/dist/components/illustration/illustration.vue.js +31 -0
  284. package/dist/components/illustration/illustration.vue.js.map +1 -0
  285. package/dist/components/illustration/illustration_constants.cjs +6 -0
  286. package/dist/components/illustration/illustration_constants.cjs.map +1 -0
  287. package/dist/components/illustration/illustration_constants.js +6 -0
  288. package/dist/components/illustration/illustration_constants.js.map +1 -0
  289. package/dist/components/image_viewer/image_viewer.vue.cjs +248 -0
  290. package/dist/components/image_viewer/image_viewer.vue.cjs.map +1 -0
  291. package/dist/components/image_viewer/image_viewer.vue.js +249 -0
  292. package/dist/components/image_viewer/image_viewer.vue.js.map +1 -0
  293. package/dist/components/input/input.vue.cjs +505 -0
  294. package/dist/components/input/input.vue.cjs.map +1 -0
  295. package/dist/components/input/input.vue.js +506 -0
  296. package/dist/components/input/input.vue.js.map +1 -0
  297. package/dist/components/input/input_constants.cjs +65 -0
  298. package/dist/components/input/input_constants.cjs.map +1 -0
  299. package/dist/components/input/input_constants.js +65 -0
  300. package/dist/components/input/input_constants.js.map +1 -0
  301. package/dist/components/input_group/input_group.vue.cjs +89 -0
  302. package/dist/components/input_group/input_group.vue.cjs.map +1 -0
  303. package/dist/components/input_group/input_group.vue.js +90 -0
  304. package/dist/components/input_group/input_group.vue.js.map +1 -0
  305. package/dist/components/item_layout/item_layout.vue.cjs +90 -0
  306. package/dist/components/item_layout/item_layout.vue.cjs.map +1 -0
  307. package/dist/components/item_layout/item_layout.vue.js +91 -0
  308. package/dist/components/item_layout/item_layout.vue.js.map +1 -0
  309. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +102 -0
  310. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
  311. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js +103 -0
  312. package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
  313. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
  314. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
  315. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
  316. package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
  317. package/dist/components/lazy_show/lazy_show.vue.cjs +81 -0
  318. package/dist/components/lazy_show/lazy_show.vue.cjs.map +1 -0
  319. package/dist/components/lazy_show/lazy_show.vue.js +82 -0
  320. package/dist/components/lazy_show/lazy_show.vue.js.map +1 -0
  321. package/dist/components/link/link.vue.cjs +55 -0
  322. package/dist/components/link/link.vue.cjs.map +1 -0
  323. package/dist/components/link/link.vue.js +56 -0
  324. package/dist/components/link/link.vue.js.map +1 -0
  325. package/dist/{chunks/link_constants-x8NwdqmA.js → components/link/link_constants.cjs} +6 -1
  326. package/dist/components/link/link_constants.cjs.map +1 -0
  327. package/dist/{chunks/link_constants-AfTWrr-n.js → components/link/link_constants.js} +5 -1
  328. package/dist/components/link/link_constants.js.map +1 -0
  329. package/dist/components/list_item/list_item.vue.cjs +211 -0
  330. package/dist/components/list_item/list_item.vue.cjs.map +1 -0
  331. package/dist/components/list_item/list_item.vue.js +212 -0
  332. package/dist/components/list_item/list_item.vue.js.map +1 -0
  333. package/dist/{chunks/list_item_constants-EiqkqZvP.js → components/list_item/list_item_constants.cjs} +2 -1
  334. package/dist/components/list_item/list_item_constants.cjs.map +1 -0
  335. package/dist/{chunks/list_item_constants-u1xcN9Dd.js → components/list_item/list_item_constants.js} +1 -1
  336. package/dist/components/list_item/list_item_constants.js.map +1 -0
  337. package/dist/components/list_item_group/list_item_group.vue.cjs +66 -0
  338. package/dist/components/list_item_group/list_item_group.vue.cjs.map +1 -0
  339. package/dist/components/list_item_group/list_item_group.vue.js +67 -0
  340. package/dist/components/list_item_group/list_item_group.vue.js.map +1 -0
  341. package/dist/components/modal/modal.vue.cjs +423 -0
  342. package/dist/components/modal/modal.vue.cjs.map +1 -0
  343. package/dist/components/modal/modal.vue.js +424 -0
  344. package/dist/components/modal/modal.vue.js.map +1 -0
  345. package/dist/components/modal/modal_constants.cjs +21 -0
  346. package/dist/components/modal/modal_constants.cjs.map +1 -0
  347. package/dist/components/modal/modal_constants.js +21 -0
  348. package/dist/components/modal/modal_constants.js.map +1 -0
  349. package/dist/components/notice/notice.vue.cjs +195 -0
  350. package/dist/components/notice/notice.vue.cjs.map +1 -0
  351. package/dist/components/notice/notice.vue.js +196 -0
  352. package/dist/components/notice/notice.vue.js.map +1 -0
  353. package/dist/components/notice/notice_action.vue.cjs +105 -0
  354. package/dist/components/notice/notice_action.vue.cjs.map +1 -0
  355. package/dist/components/notice/notice_action.vue.js +106 -0
  356. package/dist/components/notice/notice_action.vue.js.map +1 -0
  357. package/dist/{chunks/notice_constants-UXo9e3bS.js → components/notice/notice_constants.cjs} +2 -1
  358. package/dist/components/notice/notice_constants.cjs.map +1 -0
  359. package/dist/{chunks/notice_constants-7Qt2CQEY.js → components/notice/notice_constants.js} +1 -1
  360. package/dist/components/notice/notice_constants.js.map +1 -0
  361. package/dist/components/notice/notice_content.vue.cjs +67 -0
  362. package/dist/components/notice/notice_content.vue.cjs.map +1 -0
  363. package/dist/components/notice/notice_content.vue.js +68 -0
  364. package/dist/components/notice/notice_content.vue.js.map +1 -0
  365. package/dist/components/notice/notice_icon.vue.cjs +61 -0
  366. package/dist/components/notice/notice_icon.vue.cjs.map +1 -0
  367. package/dist/components/notice/notice_icon.vue.js +62 -0
  368. package/dist/components/notice/notice_icon.vue.js.map +1 -0
  369. package/dist/components/pagination/pagination.vue.cjs +199 -0
  370. package/dist/components/pagination/pagination.vue.cjs.map +1 -0
  371. package/dist/components/pagination/pagination.vue.js +200 -0
  372. package/dist/components/pagination/pagination.vue.js.map +1 -0
  373. package/dist/components/popover/popover.vue.cjs +1014 -0
  374. package/dist/components/popover/popover.vue.cjs.map +1 -0
  375. package/dist/components/popover/popover.vue.js +1015 -0
  376. package/dist/components/popover/popover.vue.js.map +1 -0
  377. package/dist/components/popover/popover_constants.cjs +34 -0
  378. package/dist/components/popover/popover_constants.cjs.map +1 -0
  379. package/dist/components/popover/popover_constants.js +34 -0
  380. package/dist/components/popover/popover_constants.js.map +1 -0
  381. package/dist/components/popover/popover_header_footer.vue.cjs +114 -0
  382. package/dist/components/popover/popover_header_footer.vue.cjs.map +1 -0
  383. package/dist/components/popover/popover_header_footer.vue.js +115 -0
  384. package/dist/components/popover/popover_header_footer.vue.js.map +1 -0
  385. package/dist/{chunks/popover_constants-XnGWXaxX.js → components/popover/tippy_utils.cjs} +6 -52
  386. package/dist/components/popover/tippy_utils.cjs.map +1 -0
  387. package/dist/{chunks/popover_constants-WsOUIY-m.js → components/popover/tippy_utils.js} +5 -52
  388. package/dist/components/popover/tippy_utils.js.map +1 -0
  389. package/dist/components/presence/presence.vue.cjs +57 -0
  390. package/dist/components/presence/presence.vue.cjs.map +1 -0
  391. package/dist/components/presence/presence.vue.js +58 -0
  392. package/dist/components/presence/presence.vue.js.map +1 -0
  393. package/dist/components/presence/presence_constants.cjs +17 -0
  394. package/dist/components/presence/presence_constants.cjs.map +1 -0
  395. package/dist/components/presence/presence_constants.js +17 -0
  396. package/dist/components/presence/presence_constants.js.map +1 -0
  397. package/dist/components/radio/radio.vue.cjs +155 -0
  398. package/dist/components/radio/radio.vue.cjs.map +1 -0
  399. package/dist/components/radio/radio.vue.js +156 -0
  400. package/dist/components/radio/radio.vue.js.map +1 -0
  401. package/dist/components/radio/radio_constants.cjs +9 -0
  402. package/dist/components/radio/radio_constants.cjs.map +1 -0
  403. package/dist/components/radio/radio_constants.js +9 -0
  404. package/dist/components/radio/radio_constants.js.map +1 -0
  405. package/dist/components/radio_group/radio_group.vue.cjs +82 -0
  406. package/dist/components/radio_group/radio_group.vue.cjs.map +1 -0
  407. package/dist/components/radio_group/radio_group.vue.js +83 -0
  408. package/dist/components/radio_group/radio_group.vue.js.map +1 -0
  409. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +36 -0
  410. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
  411. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +37 -0
  412. package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
  413. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +49 -0
  414. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
  415. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +50 -0
  416. package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
  417. package/dist/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
  418. package/dist/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
  419. package/dist/components/rich_text_editor/extensions/channels/channel.js +46 -0
  420. package/dist/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
  421. package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
  422. package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
  423. package/dist/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
  424. package/dist/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
  425. package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
  426. package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
  427. package/dist/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
  428. package/dist/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
  429. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
  430. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
  431. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
  432. package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
  433. package/dist/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
  434. package/dist/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
  435. package/dist/components/rich_text_editor/extensions/custom_link/index.js +5 -0
  436. package/dist/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
  437. package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
  438. package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
  439. package/dist/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
  440. package/dist/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
  441. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +29 -0
  442. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
  443. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +30 -0
  444. package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
  445. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +38 -0
  446. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
  447. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +39 -0
  448. package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
  449. package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
  450. package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
  451. package/dist/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
  452. package/dist/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
  453. package/dist/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
  454. package/dist/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
  455. package/dist/components/rich_text_editor/extensions/emoji/index.js +5 -0
  456. package/dist/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
  457. package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
  458. package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
  459. package/dist/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
  460. package/dist/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
  461. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +36 -0
  462. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
  463. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +37 -0
  464. package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
  465. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +50 -0
  466. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
  467. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +51 -0
  468. package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
  469. package/dist/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
  470. package/dist/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
  471. package/dist/components/rich_text_editor/extensions/mentions/mention.js +45 -0
  472. package/dist/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
  473. package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
  474. package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
  475. package/dist/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
  476. package/dist/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
  477. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +32 -0
  478. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
  479. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +33 -0
  480. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
  481. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
  482. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
  483. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
  484. package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
  485. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
  486. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
  487. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
  488. package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
  489. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs +83 -0
  490. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
  491. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js +84 -0
  492. package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
  493. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +128 -0
  494. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
  495. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +129 -0
  496. package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
  497. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
  498. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
  499. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
  500. package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
  501. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +520 -0
  502. package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
  503. package/dist/components/rich_text_editor/rich_text_editor.vue.js +521 -0
  504. package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
  505. package/dist/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
  506. package/dist/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
  507. package/dist/components/rich_text_editor/rich_text_editor_constants.js +24 -0
  508. package/dist/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
  509. package/dist/components/root_layout/root_layout.vue.cjs +152 -0
  510. package/dist/components/root_layout/root_layout.vue.cjs.map +1 -0
  511. package/dist/components/root_layout/root_layout.vue.js +153 -0
  512. package/dist/components/root_layout/root_layout.vue.js.map +1 -0
  513. package/dist/components/root_layout/root_layout_constants.cjs +10 -0
  514. package/dist/components/root_layout/root_layout_constants.cjs.map +1 -0
  515. package/dist/components/root_layout/root_layout_constants.js +10 -0
  516. package/dist/components/root_layout/root_layout_constants.js.map +1 -0
  517. package/dist/components/scroller/DtScroller.vue.cjs +185 -0
  518. package/dist/components/scroller/DtScroller.vue.cjs.map +1 -0
  519. package/dist/components/scroller/DtScroller.vue.js +186 -0
  520. package/dist/components/scroller/DtScroller.vue.js.map +1 -0
  521. package/dist/components/scroller/modules/core_scroller.vue.cjs +462 -0
  522. package/dist/components/scroller/modules/core_scroller.vue.cjs.map +1 -0
  523. package/dist/components/scroller/modules/core_scroller.vue.js +463 -0
  524. package/dist/components/scroller/modules/core_scroller.vue.js.map +1 -0
  525. package/dist/components/scroller/modules/dynamic_scroller.vue.cjs +246 -0
  526. package/dist/components/scroller/modules/dynamic_scroller.vue.cjs.map +1 -0
  527. package/dist/components/scroller/modules/dynamic_scroller.vue.js +247 -0
  528. package/dist/components/scroller/modules/dynamic_scroller.vue.js.map +1 -0
  529. package/dist/components/scroller/modules/scroller_item.vue.cjs +196 -0
  530. package/dist/components/scroller/modules/scroller_item.vue.cjs.map +1 -0
  531. package/dist/components/scroller/modules/scroller_item.vue.js +197 -0
  532. package/dist/components/scroller/modules/scroller_item.vue.js.map +1 -0
  533. package/dist/components/select_menu/select_menu.vue.cjs +269 -0
  534. package/dist/components/select_menu/select_menu.vue.cjs.map +1 -0
  535. package/dist/components/select_menu/select_menu.vue.js +270 -0
  536. package/dist/components/select_menu/select_menu.vue.js.map +1 -0
  537. package/dist/components/select_menu/select_menu_constants.cjs +17 -0
  538. package/dist/components/select_menu/select_menu_constants.cjs.map +1 -0
  539. package/dist/components/select_menu/select_menu_constants.js +17 -0
  540. package/dist/components/select_menu/select_menu_constants.js.map +1 -0
  541. package/dist/components/select_menu/select_menu_validators.cjs +34 -0
  542. package/dist/components/select_menu/select_menu_validators.cjs.map +1 -0
  543. package/dist/components/select_menu/select_menu_validators.js +34 -0
  544. package/dist/components/select_menu/select_menu_validators.js.map +1 -0
  545. package/dist/components/skeleton/skeleton-list-item.vue.cjs +116 -0
  546. package/dist/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
  547. package/dist/components/skeleton/skeleton-list-item.vue.js +117 -0
  548. package/dist/components/skeleton/skeleton-list-item.vue.js.map +1 -0
  549. package/dist/components/skeleton/skeleton-paragraph.vue.cjs +147 -0
  550. package/dist/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
  551. package/dist/components/skeleton/skeleton-paragraph.vue.js +148 -0
  552. package/dist/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
  553. package/dist/components/skeleton/skeleton-shape.vue.cjs +97 -0
  554. package/dist/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
  555. package/dist/components/skeleton/skeleton-shape.vue.js +98 -0
  556. package/dist/components/skeleton/skeleton-shape.vue.js.map +1 -0
  557. package/dist/components/skeleton/skeleton-text.vue.cjs +114 -0
  558. package/dist/components/skeleton/skeleton-text.vue.cjs.map +1 -0
  559. package/dist/components/skeleton/skeleton-text.vue.js +115 -0
  560. package/dist/components/skeleton/skeleton-text.vue.js.map +1 -0
  561. package/dist/components/skeleton/skeleton.vue.cjs +143 -0
  562. package/dist/components/skeleton/skeleton.vue.cjs.map +1 -0
  563. package/dist/components/skeleton/skeleton.vue.js +144 -0
  564. package/dist/components/skeleton/skeleton.vue.js.map +1 -0
  565. package/dist/components/skeleton/skeleton_constants.cjs +27 -0
  566. package/dist/components/skeleton/skeleton_constants.cjs.map +1 -0
  567. package/dist/components/skeleton/skeleton_constants.js +27 -0
  568. package/dist/components/skeleton/skeleton_constants.js.map +1 -0
  569. package/dist/components/split_button/split_button-alpha.vue.cjs +129 -0
  570. package/dist/components/split_button/split_button-alpha.vue.cjs.map +1 -0
  571. package/dist/components/split_button/split_button-alpha.vue.js +130 -0
  572. package/dist/components/split_button/split_button-alpha.vue.js.map +1 -0
  573. package/dist/components/split_button/split_button-omega.vue.cjs +110 -0
  574. package/dist/components/split_button/split_button-omega.vue.cjs.map +1 -0
  575. package/dist/components/split_button/split_button-omega.vue.js +111 -0
  576. package/dist/components/split_button/split_button-omega.vue.js.map +1 -0
  577. package/dist/components/split_button/split_button.vue.cjs +297 -0
  578. package/dist/components/split_button/split_button.vue.cjs.map +1 -0
  579. package/dist/components/split_button/split_button.vue.js +298 -0
  580. package/dist/components/split_button/split_button.vue.js.map +1 -0
  581. package/dist/components/split_button/split_button_constants.cjs +11 -0
  582. package/dist/components/split_button/split_button_constants.cjs.map +1 -0
  583. package/dist/components/split_button/split_button_constants.js +11 -0
  584. package/dist/components/split_button/split_button_constants.js.map +1 -0
  585. package/dist/components/stack/stack.vue.cjs +80 -0
  586. package/dist/components/stack/stack.vue.cjs.map +1 -0
  587. package/dist/components/stack/stack.vue.js +81 -0
  588. package/dist/components/stack/stack.vue.js.map +1 -0
  589. package/dist/{chunks/stack_constants-SMzMWnAQ.js → components/stack/stack_constants.cjs} +2 -1
  590. package/dist/components/stack/stack_constants.cjs.map +1 -0
  591. package/dist/{chunks/stack_constants-HraCekPm.js → components/stack/stack_constants.js} +1 -1
  592. package/dist/components/stack/stack_constants.js.map +1 -0
  593. package/dist/components/stack/utils.cjs +68 -0
  594. package/dist/components/stack/utils.cjs.map +1 -0
  595. package/dist/components/stack/utils.js +68 -0
  596. package/dist/components/stack/utils.js.map +1 -0
  597. package/dist/components/stack/validators.cjs +26 -0
  598. package/dist/components/stack/validators.cjs.map +1 -0
  599. package/dist/components/stack/validators.js +26 -0
  600. package/dist/components/stack/validators.js.map +1 -0
  601. package/dist/components/tabs/tab.vue.cjs +141 -0
  602. package/dist/components/tabs/tab.vue.cjs.map +1 -0
  603. package/dist/components/tabs/tab.vue.js +142 -0
  604. package/dist/components/tabs/tab.vue.js.map +1 -0
  605. package/dist/{chunks/tab-qc3f42Yp.js → components/tabs/tab_group.vue.cjs} +15 -171
  606. package/dist/components/tabs/tab_group.vue.cjs.map +1 -0
  607. package/dist/{chunks/tab-RTDgnD9-.js → components/tabs/tab_group.vue.js} +12 -168
  608. package/dist/components/tabs/tab_group.vue.js.map +1 -0
  609. package/dist/components/tabs/tab_panel.vue.cjs +91 -0
  610. package/dist/components/tabs/tab_panel.vue.cjs.map +1 -0
  611. package/dist/components/tabs/tab_panel.vue.js +92 -0
  612. package/dist/components/tabs/tab_panel.vue.js.map +1 -0
  613. package/dist/components/tabs/tabs_constants.cjs +21 -0
  614. package/dist/components/tabs/tabs_constants.cjs.map +1 -0
  615. package/dist/components/tabs/tabs_constants.js +21 -0
  616. package/dist/components/tabs/tabs_constants.js.map +1 -0
  617. package/dist/components/toast/toast.vue.cjs +273 -0
  618. package/dist/components/toast/toast.vue.cjs.map +1 -0
  619. package/dist/components/toast/toast.vue.js +274 -0
  620. package/dist/components/toast/toast.vue.js.map +1 -0
  621. package/dist/components/toast/toast_constants.cjs +7 -0
  622. package/dist/components/toast/toast_constants.cjs.map +1 -0
  623. package/dist/components/toast/toast_constants.js +7 -0
  624. package/dist/components/toast/toast_constants.js.map +1 -0
  625. package/dist/components/toggle/toggle.vue.cjs +185 -0
  626. package/dist/components/toggle/toggle.vue.cjs.map +1 -0
  627. package/dist/components/toggle/toggle.vue.js +186 -0
  628. package/dist/components/toggle/toggle.vue.js.map +1 -0
  629. package/dist/components/toggle/toggle_constants.cjs +10 -0
  630. package/dist/components/toggle/toggle_constants.cjs.map +1 -0
  631. package/dist/components/toggle/toggle_constants.js +10 -0
  632. package/dist/components/toggle/toggle_constants.js.map +1 -0
  633. package/dist/components/tooltip/tooltip.vue.cjs +441 -0
  634. package/dist/components/tooltip/tooltip.vue.cjs.map +1 -0
  635. package/dist/components/tooltip/tooltip.vue.js +442 -0
  636. package/dist/components/tooltip/tooltip.vue.js.map +1 -0
  637. package/dist/components/tooltip/tooltip_constants.cjs +23 -0
  638. package/dist/components/tooltip/tooltip_constants.cjs.map +1 -0
  639. package/dist/components/tooltip/tooltip_constants.js +23 -0
  640. package/dist/components/tooltip/tooltip_constants.js.map +1 -0
  641. package/dist/components/validation_messages/validation_messages.vue.cjs +88 -0
  642. package/dist/components/validation_messages/validation_messages.vue.cjs.map +1 -0
  643. package/dist/components/validation_messages/validation_messages.vue.js +89 -0
  644. package/dist/components/validation_messages/validation_messages.vue.js.map +1 -0
  645. package/dist/dialtone-vue.cjs +323 -315
  646. package/dist/dialtone-vue.cjs.map +1 -1
  647. package/dist/dialtone-vue.js +220 -212
  648. package/dist/dialtone-vue.js.map +1 -1
  649. package/dist/directives/scrollbar/scrollbar.cjs +31 -0
  650. package/dist/directives/scrollbar/scrollbar.cjs.map +1 -0
  651. package/dist/directives/scrollbar/scrollbar.js +31 -0
  652. package/dist/directives/scrollbar/scrollbar.js.map +1 -0
  653. package/dist/directives/tooltip/tooltip.cjs +83 -0
  654. package/dist/directives/tooltip/tooltip.cjs.map +1 -0
  655. package/dist/directives/tooltip/tooltip.js +83 -0
  656. package/dist/directives/tooltip/tooltip.js.map +1 -0
  657. package/dist/lib/attachment-carousel.cjs +1 -342
  658. package/dist/lib/attachment-carousel.cjs.map +1 -1
  659. package/dist/lib/attachment-carousel.js +2 -343
  660. package/dist/lib/attachment-carousel.js.map +1 -1
  661. package/dist/lib/avatar.cjs +11 -448
  662. package/dist/lib/avatar.cjs.map +1 -1
  663. package/dist/lib/avatar.js +3 -440
  664. package/dist/lib/avatar.js.map +1 -1
  665. package/dist/lib/badge.cjs +6 -224
  666. package/dist/lib/badge.cjs.map +1 -1
  667. package/dist/lib/badge.js +3 -221
  668. package/dist/lib/badge.js.map +1 -1
  669. package/dist/lib/banner.cjs +1 -239
  670. package/dist/lib/banner.cjs.map +1 -1
  671. package/dist/lib/banner.js +2 -240
  672. package/dist/lib/banner.js.map +1 -1
  673. package/dist/lib/breadcrumbs.cjs +6 -151
  674. package/dist/lib/breadcrumbs.cjs.map +1 -1
  675. package/dist/lib/breadcrumbs.js +5 -150
  676. package/dist/lib/breadcrumbs.js.map +1 -1
  677. package/dist/lib/button-group.cjs +3 -38
  678. package/dist/lib/button-group.cjs.map +1 -1
  679. package/dist/lib/button-group.js +3 -38
  680. package/dist/lib/button-group.js.map +1 -1
  681. package/dist/lib/button.cjs +10 -357
  682. package/dist/lib/button.cjs.map +1 -1
  683. package/dist/lib/button.js +3 -350
  684. package/dist/lib/button.js.map +1 -1
  685. package/dist/lib/callbar-button-with-popover.cjs +1 -334
  686. package/dist/lib/callbar-button-with-popover.cjs.map +1 -1
  687. package/dist/lib/callbar-button-with-popover.js +2 -335
  688. package/dist/lib/callbar-button-with-popover.js.map +1 -1
  689. package/dist/lib/callbar-button.cjs +4 -197
  690. package/dist/lib/callbar-button.cjs.map +1 -1
  691. package/dist/lib/callbar-button.js +3 -196
  692. package/dist/lib/callbar-button.js.map +1 -1
  693. package/dist/lib/callbox.cjs +4 -214
  694. package/dist/lib/callbox.cjs.map +1 -1
  695. package/dist/lib/callbox.js +3 -213
  696. package/dist/lib/callbox.js.map +1 -1
  697. package/dist/lib/card.cjs +2 -89
  698. package/dist/lib/card.cjs.map +1 -1
  699. package/dist/lib/card.js +2 -89
  700. package/dist/lib/card.js.map +1 -1
  701. package/dist/lib/checkbox-group.cjs +2 -113
  702. package/dist/lib/checkbox-group.cjs.map +1 -1
  703. package/dist/lib/checkbox-group.js +2 -113
  704. package/dist/lib/checkbox-group.js.map +1 -1
  705. package/dist/lib/checkbox.cjs +1 -153
  706. package/dist/lib/checkbox.cjs.map +1 -1
  707. package/dist/lib/checkbox.js +2 -154
  708. package/dist/lib/checkbox.js.map +1 -1
  709. package/dist/lib/chip.cjs +6 -233
  710. package/dist/lib/chip.cjs.map +1 -1
  711. package/dist/lib/chip.js +3 -230
  712. package/dist/lib/chip.js.map +1 -1
  713. package/dist/lib/codeblock.cjs +1 -20
  714. package/dist/lib/codeblock.cjs.map +1 -1
  715. package/dist/lib/codeblock.js +2 -21
  716. package/dist/lib/codeblock.js.map +1 -1
  717. package/dist/lib/collapsible.cjs +2 -396
  718. package/dist/lib/collapsible.cjs.map +1 -1
  719. package/dist/lib/collapsible.js +2 -396
  720. package/dist/lib/collapsible.js.map +1 -1
  721. package/dist/lib/combobox-multi-select.cjs +5 -651
  722. package/dist/lib/combobox-multi-select.cjs.map +1 -1
  723. package/dist/lib/combobox-multi-select.js +3 -649
  724. package/dist/lib/combobox-multi-select.js.map +1 -1
  725. package/dist/lib/combobox-with-popover.cjs +2 -450
  726. package/dist/lib/combobox-with-popover.cjs.map +1 -1
  727. package/dist/lib/combobox-with-popover.js +2 -450
  728. package/dist/lib/combobox-with-popover.js.map +1 -1
  729. package/dist/lib/combobox.cjs +4 -16
  730. package/dist/lib/combobox.cjs.map +1 -1
  731. package/dist/lib/combobox.js +3 -15
  732. package/dist/lib/combobox.js.map +1 -1
  733. package/dist/lib/contact-centers-row.cjs +1 -235
  734. package/dist/lib/contact-centers-row.cjs.map +1 -1
  735. package/dist/lib/contact-centers-row.js +2 -236
  736. package/dist/lib/contact-centers-row.js.map +1 -1
  737. package/dist/lib/contact-info.cjs +1 -210
  738. package/dist/lib/contact-info.cjs.map +1 -1
  739. package/dist/lib/contact-info.js +2 -211
  740. package/dist/lib/contact-info.js.map +1 -1
  741. package/dist/lib/contact-row.cjs +1 -249
  742. package/dist/lib/contact-row.cjs.map +1 -1
  743. package/dist/lib/contact-row.js +2 -250
  744. package/dist/lib/contact-row.js.map +1 -1
  745. package/dist/lib/datepicker.cjs +8 -855
  746. package/dist/lib/datepicker.cjs.map +1 -1
  747. package/dist/lib/datepicker.js +3 -850
  748. package/dist/lib/datepicker.js.map +1 -1
  749. package/dist/lib/description-list.cjs +3 -113
  750. package/dist/lib/description-list.cjs.map +1 -1
  751. package/dist/lib/description-list.js +3 -113
  752. package/dist/lib/description-list.js.map +1 -1
  753. package/dist/lib/dropdown.cjs +5 -33
  754. package/dist/lib/dropdown.cjs.map +1 -1
  755. package/dist/lib/dropdown.js +5 -33
  756. package/dist/lib/dropdown.js.map +1 -1
  757. package/dist/lib/editor.cjs +1 -710
  758. package/dist/lib/editor.cjs.map +1 -1
  759. package/dist/lib/editor.js +2 -711
  760. package/dist/lib/editor.js.map +1 -1
  761. package/dist/lib/emoji-picker.cjs +8 -1307
  762. package/dist/lib/emoji-picker.cjs.map +1 -1
  763. package/dist/lib/emoji-picker.js +3 -1302
  764. package/dist/lib/emoji-picker.js.map +1 -1
  765. package/dist/lib/emoji-row.cjs +3 -123
  766. package/dist/lib/emoji-row.cjs.map +1 -1
  767. package/dist/lib/emoji-row.js +3 -123
  768. package/dist/lib/emoji-row.js.map +1 -1
  769. package/dist/lib/emoji-text-wrapper.cjs +2 -101
  770. package/dist/lib/emoji-text-wrapper.cjs.map +1 -1
  771. package/dist/lib/emoji-text-wrapper.js +2 -101
  772. package/dist/lib/emoji-text-wrapper.js.map +1 -1
  773. package/dist/lib/emoji.cjs +2 -155
  774. package/dist/lib/emoji.cjs.map +1 -1
  775. package/dist/lib/emoji.js +2 -155
  776. package/dist/lib/emoji.js.map +1 -1
  777. package/dist/lib/empty-state.cjs +4 -178
  778. package/dist/lib/empty-state.cjs.map +1 -1
  779. package/dist/lib/empty-state.js +3 -177
  780. package/dist/lib/empty-state.js.map +1 -1
  781. package/dist/lib/feed-item-row.cjs +4 -304
  782. package/dist/lib/feed-item-row.cjs.map +1 -1
  783. package/dist/lib/feed-item-row.js +3 -303
  784. package/dist/lib/feed-item-row.js.map +1 -1
  785. package/dist/lib/feed-pill.cjs +3 -170
  786. package/dist/lib/feed-pill.cjs.map +1 -1
  787. package/dist/lib/feed-pill.js +3 -170
  788. package/dist/lib/feed-pill.js.map +1 -1
  789. package/dist/lib/general-row.cjs +8 -570
  790. package/dist/lib/general-row.cjs.map +1 -1
  791. package/dist/lib/general-row.js +3 -565
  792. package/dist/lib/general-row.js.map +1 -1
  793. package/dist/lib/group-row.cjs +1 -111
  794. package/dist/lib/group-row.cjs.map +1 -1
  795. package/dist/lib/group-row.js +2 -112
  796. package/dist/lib/group-row.js.map +1 -1
  797. package/dist/lib/grouped-chip.cjs +1 -93
  798. package/dist/lib/grouped-chip.cjs.map +1 -1
  799. package/dist/lib/grouped-chip.js +2 -94
  800. package/dist/lib/grouped-chip.js.map +1 -1
  801. package/dist/lib/hovercard.cjs +2 -229
  802. package/dist/lib/hovercard.cjs.map +1 -1
  803. package/dist/lib/hovercard.js +2 -229
  804. package/dist/lib/hovercard.js.map +1 -1
  805. package/dist/lib/icon.cjs +3 -54
  806. package/dist/lib/icon.cjs.map +1 -1
  807. package/dist/lib/icon.js +3 -54
  808. package/dist/lib/icon.js.map +1 -1
  809. package/dist/lib/illustration.cjs +4 -29
  810. package/dist/lib/illustration.cjs.map +1 -1
  811. package/dist/lib/illustration.js +3 -28
  812. package/dist/lib/illustration.js.map +1 -1
  813. package/dist/lib/image-viewer.cjs +2 -251
  814. package/dist/lib/image-viewer.cjs.map +1 -1
  815. package/dist/lib/image-viewer.js +2 -251
  816. package/dist/lib/image-viewer.js.map +1 -1
  817. package/dist/lib/input-group.cjs +2 -89
  818. package/dist/lib/input-group.cjs.map +1 -1
  819. package/dist/lib/input-group.js +2 -89
  820. package/dist/lib/input-group.js.map +1 -1
  821. package/dist/lib/input.cjs +5 -560
  822. package/dist/lib/input.cjs.map +1 -1
  823. package/dist/lib/input.js +3 -558
  824. package/dist/lib/input.js.map +1 -1
  825. package/dist/lib/item-layout.cjs +2 -89
  826. package/dist/lib/item-layout.cjs.map +1 -1
  827. package/dist/lib/item-layout.js +2 -89
  828. package/dist/lib/item-layout.js.map +1 -1
  829. package/dist/lib/ivr-node.cjs +13 -265
  830. package/dist/lib/ivr-node.cjs.map +1 -1
  831. package/dist/lib/ivr-node.js +3 -255
  832. package/dist/lib/ivr-node.js.map +1 -1
  833. package/dist/lib/keyboard-shortcut.cjs +5 -116
  834. package/dist/lib/keyboard-shortcut.cjs.map +1 -1
  835. package/dist/lib/keyboard-shortcut.js +3 -114
  836. package/dist/lib/keyboard-shortcut.js.map +1 -1
  837. package/dist/lib/lazy-show.cjs +2 -80
  838. package/dist/lib/lazy-show.cjs.map +1 -1
  839. package/dist/lib/lazy-show.js +2 -80
  840. package/dist/lib/lazy-show.js.map +1 -1
  841. package/dist/lib/link.cjs +3 -53
  842. package/dist/lib/link.cjs.map +1 -1
  843. package/dist/lib/link.js +3 -53
  844. package/dist/lib/link.js.map +1 -1
  845. package/dist/lib/list-item-group.cjs +1 -64
  846. package/dist/lib/list-item-group.cjs.map +1 -1
  847. package/dist/lib/list-item-group.js +2 -65
  848. package/dist/lib/list-item-group.js.map +1 -1
  849. package/dist/lib/list-item.cjs +3 -212
  850. package/dist/lib/list-item.cjs.map +1 -1
  851. package/dist/lib/list-item.js +3 -212
  852. package/dist/lib/list-item.js.map +1 -1
  853. package/dist/lib/message-input.cjs +1 -830
  854. package/dist/lib/message-input.cjs.map +1 -1
  855. package/dist/lib/message-input.js +2 -831
  856. package/dist/lib/message-input.js.map +1 -1
  857. package/dist/lib/modal.cjs +5 -441
  858. package/dist/lib/modal.cjs.map +1 -1
  859. package/dist/lib/modal.js +3 -439
  860. package/dist/lib/modal.js.map +1 -1
  861. package/dist/lib/notice.cjs +9 -202
  862. package/dist/lib/notice.cjs.map +1 -1
  863. package/dist/lib/notice.js +9 -202
  864. package/dist/lib/notice.js.map +1 -1
  865. package/dist/lib/pagination.cjs +1 -202
  866. package/dist/lib/pagination.cjs.map +1 -1
  867. package/dist/lib/pagination.js +2 -203
  868. package/dist/lib/pagination.js.map +1 -1
  869. package/dist/lib/popover.cjs +3 -1138
  870. package/dist/lib/popover.cjs.map +1 -1
  871. package/dist/lib/popover.js +3 -1139
  872. package/dist/lib/popover.js.map +1 -1
  873. package/dist/lib/presence.cjs +5 -68
  874. package/dist/lib/presence.cjs.map +1 -1
  875. package/dist/lib/presence.js +3 -66
  876. package/dist/lib/presence.js.map +1 -1
  877. package/dist/lib/radio-group.cjs +2 -86
  878. package/dist/lib/radio-group.cjs.map +1 -1
  879. package/dist/lib/radio-group.js +2 -86
  880. package/dist/lib/radio-group.js.map +1 -1
  881. package/dist/lib/radio.cjs +3 -159
  882. package/dist/lib/radio.cjs.map +1 -1
  883. package/dist/lib/radio.js +3 -159
  884. package/dist/lib/radio.js.map +1 -1
  885. package/dist/lib/rich-text-editor.cjs +5 -1702
  886. package/dist/lib/rich-text-editor.cjs.map +1 -1
  887. package/dist/lib/rich-text-editor.js +3 -1700
  888. package/dist/lib/rich-text-editor.js.map +1 -1
  889. package/dist/lib/root-layout.cjs +4 -155
  890. package/dist/lib/root-layout.cjs.map +1 -1
  891. package/dist/lib/root-layout.js +3 -154
  892. package/dist/lib/root-layout.js.map +1 -1
  893. package/dist/lib/scrollbar-directive.cjs +2 -2438
  894. package/dist/lib/scrollbar-directive.cjs.map +1 -1
  895. package/dist/lib/scrollbar-directive.js +2 -2438
  896. package/dist/lib/scrollbar-directive.js.map +1 -1
  897. package/dist/lib/scroller.cjs +2 -1088
  898. package/dist/lib/scroller.cjs.map +1 -1
  899. package/dist/lib/scroller.js +2 -1088
  900. package/dist/lib/scroller.js.map +1 -1
  901. package/dist/lib/select-menu.cjs +4 -309
  902. package/dist/lib/select-menu.cjs.map +1 -1
  903. package/dist/lib/select-menu.js +3 -308
  904. package/dist/lib/select-menu.js.map +1 -1
  905. package/dist/lib/settings-menu-button.cjs +1 -74
  906. package/dist/lib/settings-menu-button.cjs.map +1 -1
  907. package/dist/lib/settings-menu-button.js +2 -75
  908. package/dist/lib/settings-menu-button.js.map +1 -1
  909. package/dist/lib/skeleton.cjs +16 -633
  910. package/dist/lib/skeleton.cjs.map +1 -1
  911. package/dist/lib/skeleton.js +11 -628
  912. package/dist/lib/skeleton.js.map +1 -1
  913. package/dist/lib/split-button.cjs +3 -540
  914. package/dist/lib/split-button.cjs.map +1 -1
  915. package/dist/lib/split-button.js +3 -540
  916. package/dist/lib/split-button.js.map +1 -1
  917. package/dist/lib/stack.cjs +3 -155
  918. package/dist/lib/stack.cjs.map +1 -1
  919. package/dist/lib/stack.js +3 -155
  920. package/dist/lib/stack.js.map +1 -1
  921. package/dist/lib/tabs.cjs +10 -99
  922. package/dist/lib/tabs.cjs.map +1 -1
  923. package/dist/lib/tabs.js +7 -96
  924. package/dist/lib/tabs.js.map +1 -1
  925. package/dist/lib/time-pill.cjs +1 -38
  926. package/dist/lib/time-pill.cjs.map +1 -1
  927. package/dist/lib/time-pill.js +2 -39
  928. package/dist/lib/time-pill.js.map +1 -1
  929. package/dist/lib/toast.cjs +4 -278
  930. package/dist/lib/toast.cjs.map +1 -1
  931. package/dist/lib/toast.js +3 -277
  932. package/dist/lib/toast.js.map +1 -1
  933. package/dist/lib/toggle.cjs +4 -189
  934. package/dist/lib/toggle.cjs.map +1 -1
  935. package/dist/lib/toggle.js +3 -188
  936. package/dist/lib/toggle.js.map +1 -1
  937. package/dist/lib/tooltip-directive.cjs +2 -82
  938. package/dist/lib/tooltip-directive.cjs.map +1 -1
  939. package/dist/lib/tooltip-directive.js +2 -82
  940. package/dist/lib/tooltip-directive.js.map +1 -1
  941. package/dist/lib/tooltip.cjs +8 -447
  942. package/dist/lib/tooltip.cjs.map +1 -1
  943. package/dist/lib/tooltip.js +3 -443
  944. package/dist/lib/tooltip.js.map +1 -1
  945. package/dist/lib/top-banner-info.cjs +3 -68
  946. package/dist/lib/top-banner-info.cjs.map +1 -1
  947. package/dist/lib/top-banner-info.js +3 -68
  948. package/dist/lib/top-banner-info.js.map +1 -1
  949. package/dist/lib/unread-pill.cjs +4 -70
  950. package/dist/lib/unread-pill.cjs.map +1 -1
  951. package/dist/lib/unread-pill.js +3 -69
  952. package/dist/lib/unread-pill.js.map +1 -1
  953. package/dist/lib/validation-messages.cjs +2 -87
  954. package/dist/lib/validation-messages.cjs.map +1 -1
  955. package/dist/lib/validation-messages.js +2 -87
  956. package/dist/lib/validation-messages.js.map +1 -1
  957. package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs +195 -0
  958. package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
  959. package/dist/recipes/buttons/callbar_button/callbar_button.vue.js +196 -0
  960. package/dist/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
  961. package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
  962. package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
  963. package/dist/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
  964. package/dist/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
  965. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +328 -0
  966. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
  967. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +329 -0
  968. package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
  969. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs +188 -0
  970. package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
  971. package/dist/recipes/cards/ivr_node/ivr_node.vue.js +189 -0
  972. package/dist/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
  973. package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
  974. package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
  975. package/dist/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
  976. package/dist/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
  977. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs +90 -0
  978. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
  979. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js +91 -0
  980. package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
  981. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +610 -0
  982. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
  983. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +611 -0
  984. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
  985. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
  986. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
  987. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
  988. package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
  989. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +437 -0
  990. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
  991. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +438 -0
  992. package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
  993. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +190 -0
  994. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
  995. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +191 -0
  996. package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
  997. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +99 -0
  998. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
  999. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +100 -0
  1000. package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
  1001. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +66 -0
  1002. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
  1003. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +67 -0
  1004. package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
  1005. package/dist/recipes/conversation_view/editor/editor.vue.cjs +658 -0
  1006. package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
  1007. package/dist/recipes/conversation_view/editor/editor.vue.js +659 -0
  1008. package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -0
  1009. package/dist/recipes/conversation_view/editor/editor_constants.cjs +14 -0
  1010. package/dist/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
  1011. package/dist/recipes/conversation_view/editor/editor_constants.js +14 -0
  1012. package/dist/recipes/conversation_view/editor/editor_constants.js.map +1 -0
  1013. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +109 -0
  1014. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
  1015. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js +110 -0
  1016. package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
  1017. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
  1018. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
  1019. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
  1020. package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
  1021. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +292 -0
  1022. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
  1023. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +293 -0
  1024. package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
  1025. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
  1026. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
  1027. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
  1028. package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
  1029. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +160 -0
  1030. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
  1031. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +161 -0
  1032. package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
  1033. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
  1034. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
  1035. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
  1036. package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
  1037. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +76 -0
  1038. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
  1039. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +77 -0
  1040. package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
  1041. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
  1042. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
  1043. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
  1044. package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
  1045. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +690 -0
  1046. package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
  1047. package/dist/recipes/conversation_view/message_input/message_input.vue.js +691 -0
  1048. package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
  1049. package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs +42 -0
  1050. package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
  1051. package/dist/recipes/conversation_view/time_pill/time_pill.vue.js +43 -0
  1052. package/dist/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
  1053. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +72 -0
  1054. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
  1055. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js +73 -0
  1056. package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
  1057. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +207 -0
  1058. package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
  1059. package/dist/recipes/item_layout/contact_info/contact_info.vue.js +208 -0
  1060. package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
  1061. package/dist/recipes/leftbar/callbox/callbox.vue.cjs +201 -0
  1062. package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
  1063. package/dist/recipes/leftbar/callbox/callbox.vue.js +202 -0
  1064. package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
  1065. package/dist/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
  1066. package/dist/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
  1067. package/dist/recipes/leftbar/callbox/callbox_constants.js +13 -0
  1068. package/dist/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
  1069. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +229 -0
  1070. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
  1071. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +230 -0
  1072. package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
  1073. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +236 -0
  1074. package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
  1075. package/dist/recipes/leftbar/contact_row/contact_row.vue.js +237 -0
  1076. package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
  1077. package/dist/recipes/leftbar/general_row/general_row.vue.cjs +441 -0
  1078. package/dist/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
  1079. package/dist/recipes/leftbar/general_row/general_row.vue.js +442 -0
  1080. package/dist/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
  1081. package/dist/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
  1082. package/dist/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
  1083. package/dist/recipes/leftbar/general_row/general_row_constants.js +58 -0
  1084. package/dist/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
  1085. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +73 -0
  1086. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
  1087. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +74 -0
  1088. package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
  1089. package/dist/recipes/leftbar/group_row/group_row.vue.cjs +99 -0
  1090. package/dist/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
  1091. package/dist/recipes/leftbar/group_row/group_row.vue.js +100 -0
  1092. package/dist/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
  1093. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs +68 -0
  1094. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
  1095. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js +69 -0
  1096. package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
  1097. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
  1098. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
  1099. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
  1100. package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
  1101. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs +62 -0
  1102. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
  1103. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js +63 -0
  1104. package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
  1105. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
  1106. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
  1107. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
  1108. package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
  1109. package/dist/style.css +1093 -1736
  1110. package/package.json +8 -6
  1111. package/dist/chunks/_plugin-vue_export-helper-caHeSgYY.js.map +0 -1
  1112. package/dist/chunks/_plugin-vue_export-helper-fhnQq0tA.js.map +0 -1
  1113. package/dist/chunks/dropdown-oA-_Gotg.js.map +0 -1
  1114. package/dist/chunks/dropdown-p-Azgwov.js.map +0 -1
  1115. package/dist/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
  1116. package/dist/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
  1117. package/dist/chunks/icon_constants-H9ahUVCG.js.map +0 -1
  1118. package/dist/chunks/icon_constants-da57m7BZ.js.map +0 -1
  1119. package/dist/chunks/index-4qgKeErp.js.map +0 -1
  1120. package/dist/chunks/index-GVD15GIB.js +0 -175
  1121. package/dist/chunks/index-GVD15GIB.js.map +0 -1
  1122. package/dist/chunks/index-b_MgDylR.js.map +0 -1
  1123. package/dist/chunks/index-lu2o2f4r.js +0 -169
  1124. package/dist/chunks/index-lu2o2f4r.js.map +0 -1
  1125. package/dist/chunks/input-NmYDD5bn.js.map +0 -1
  1126. package/dist/chunks/input-ttnte8zB.js.map +0 -1
  1127. package/dist/chunks/input_group-M-D25pOJ.js.map +0 -1
  1128. package/dist/chunks/input_group-jWnq2DJT.js.map +0 -1
  1129. package/dist/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
  1130. package/dist/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
  1131. package/dist/chunks/link_constants-AfTWrr-n.js.map +0 -1
  1132. package/dist/chunks/link_constants-x8NwdqmA.js.map +0 -1
  1133. package/dist/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
  1134. package/dist/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
  1135. package/dist/chunks/modal-VgxXAQFP.js.map +0 -1
  1136. package/dist/chunks/modal-XOr4kiNZ.js.map +0 -1
  1137. package/dist/chunks/notice_action-WTucGhvr.js +0 -222
  1138. package/dist/chunks/notice_action-WTucGhvr.js.map +0 -1
  1139. package/dist/chunks/notice_action-p-ePanW_.js +0 -223
  1140. package/dist/chunks/notice_action-p-ePanW_.js.map +0 -1
  1141. package/dist/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
  1142. package/dist/chunks/notice_constants-UXo9e3bS.js.map +0 -1
  1143. package/dist/chunks/popover_constants-WsOUIY-m.js.map +0 -1
  1144. package/dist/chunks/popover_constants-XnGWXaxX.js.map +0 -1
  1145. package/dist/chunks/sr_only_close_button-3EdsV-dH.js +0 -92
  1146. package/dist/chunks/sr_only_close_button-3EdsV-dH.js.map +0 -1
  1147. package/dist/chunks/sr_only_close_button-xGrHFjwA.js +0 -91
  1148. package/dist/chunks/sr_only_close_button-xGrHFjwA.js.map +0 -1
  1149. package/dist/chunks/stack_constants-HraCekPm.js.map +0 -1
  1150. package/dist/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
  1151. package/dist/chunks/tab-RTDgnD9-.js.map +0 -1
  1152. package/dist/chunks/tab-qc3f42Yp.js.map +0 -1
@@ -0,0 +1,49 @@
1
+ import { combineTransactionSteps, getChangedRanges, findChildrenInRange } from "@tiptap/core";
2
+ import { Plugin, PluginKey } from "@tiptap/pm/state";
3
+ import { addMarks, removeMarks } from "./utils.js";
4
+ function autolink(options) {
5
+ let hasInitialized = false;
6
+ return new Plugin({
7
+ key: new PluginKey("autolink"),
8
+ appendTransaction: (transactions, oldState, newState) => {
9
+ const contentChanged = transactions.some((tr2) => tr2.docChanged) && !oldState.doc.eq(newState.doc);
10
+ if (hasInitialized && !contentChanged) {
11
+ return;
12
+ }
13
+ const { tr } = newState;
14
+ const { textContent } = newState.doc;
15
+ if (!hasInitialized) {
16
+ addMarks(textContent, 0, 0, textContent.length, tr, options.type);
17
+ }
18
+ hasInitialized = true;
19
+ const transform = combineTransactionSteps(
20
+ oldState.doc,
21
+ [...transactions]
22
+ );
23
+ const changes = getChangedRanges(transform);
24
+ changes.forEach(({ oldRange, newRange }) => {
25
+ removeMarks(newRange, newState.doc, tr, options.type);
26
+ const paragraphs = findChildrenInRange(
27
+ newState.doc,
28
+ newRange,
29
+ (node) => node.isTextblock
30
+ );
31
+ paragraphs.forEach(({ node, pos }) => {
32
+ addMarks(
33
+ node.textContent,
34
+ pos,
35
+ oldRange.from,
36
+ newRange.to,
37
+ tr,
38
+ options.type
39
+ );
40
+ });
41
+ });
42
+ return tr;
43
+ }
44
+ });
45
+ }
46
+ export {
47
+ autolink
48
+ };
49
+ //# sourceMappingURL=autolink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autolink.js","sources":["../../../../../components/rich_text_editor/extensions/custom_link/autolink.js"],"sourcesContent":["import {\n combineTransactionSteps,\n findChildrenInRange,\n getChangedRanges,\n} from '@tiptap/core';\nimport {\n Plugin,\n PluginKey,\n} from '@tiptap/pm/state';\nimport {\n addMarks,\n removeMarks,\n} from './utils';\n\n/**\n * Plugin to automatically add links into content.\n */\nexport function autolink (options) {\n // Flag to see if we've loaded this plugin once already. This is used to run\n // the initial content through the plugin if the editor was mounted with some.\n let hasInitialized = false;\n\n return new Plugin({\n key: new PluginKey('autolink'),\n\n appendTransaction: (transactions, oldState, newState) => {\n const contentChanged = transactions.some(tr => tr.docChanged) &&\n !oldState.doc.eq(newState.doc);\n\n // Every interaction with the editor is a transaction, but we only care\n // about the ones with content changes.\n if (hasInitialized && !contentChanged) {\n return;\n }\n\n // The original transaction that we're manipulating.\n const { tr } = newState;\n\n // Text content after the original transaction.\n const { textContent } = newState.doc;\n\n // When the editor is initialized we want to add links to it.\n if (!hasInitialized) {\n addMarks(textContent, 0, 0, textContent.length, tr, options.type);\n }\n\n hasInitialized = true;\n\n // The transformed state of the document.\n const transform = combineTransactionSteps(\n oldState.doc,\n [...transactions],\n );\n\n // All the changes within the document.\n const changes = getChangedRanges(transform);\n\n changes.forEach(({ oldRange, newRange }) => {\n // Remove all link marks in the changed range since we'll add them\n // right back if they're still valid links.\n removeMarks(newRange, newState.doc, tr, options.type);\n\n // Find all paragraphs (Textblocks) that were affected since we want to\n // handle matches in each paragraph separately.\n const paragraphs = findChildrenInRange(\n newState.doc,\n newRange,\n node => node.isTextblock,\n );\n\n paragraphs.forEach(({ node, pos }) => {\n addMarks(\n node.textContent,\n pos,\n oldRange.from,\n newRange.to,\n tr,\n options.type,\n );\n });\n });\n\n // Return the modified transaction or the changes above wont have effect.\n return tr;\n },\n });\n}\n"],"names":["tr"],"mappings":";;;AAiBO,SAAS,SAAU,SAAS;AAGjC,MAAI,iBAAiB;AAErB,SAAO,IAAI,OAAO;AAAA,IAChB,KAAK,IAAI,UAAU,UAAU;AAAA,IAE7B,mBAAmB,CAAC,cAAc,UAAU,aAAa;AACvD,YAAM,iBAAiB,aAAa,KAAK,CAAAA,QAAMA,IAAG,UAAU,KAC1D,CAAC,SAAS,IAAI,GAAG,SAAS,GAAG;AAI/B,UAAI,kBAAkB,CAAC,gBAAgB;AACrC;AAAA,MACD;AAGD,YAAM,EAAE,GAAI,IAAG;AAGf,YAAM,EAAE,YAAW,IAAK,SAAS;AAGjC,UAAI,CAAC,gBAAgB;AACnB,iBAAS,aAAa,GAAG,GAAG,YAAY,QAAQ,IAAI,QAAQ,IAAI;AAAA,MACjE;AAED,uBAAiB;AAGjB,YAAM,YAAY;AAAA,QAChB,SAAS;AAAA,QACT,CAAC,GAAG,YAAY;AAAA,MACxB;AAGM,YAAM,UAAU,iBAAiB,SAAS;AAE1C,cAAQ,QAAQ,CAAC,EAAE,UAAU,SAAQ,MAAO;AAG1C,oBAAY,UAAU,SAAS,KAAK,IAAI,QAAQ,IAAI;AAIpD,cAAM,aAAa;AAAA,UACjB,SAAS;AAAA,UACT;AAAA,UACA,UAAQ,KAAK;AAAA,QACvB;AAEQ,mBAAW,QAAQ,CAAC,EAAE,MAAM,IAAG,MAAO;AACpC;AAAA,YACE,KAAK;AAAA,YACL;AAAA,YACA,SAAS;AAAA,YACT,SAAS;AAAA,YACT;AAAA,YACA,QAAQ;AAAA,UACpB;AAAA,QACA,CAAS;AAAA,MACT,CAAO;AAGD,aAAO;AAAA,IACR;AAAA,EACL,CAAG;AACH;"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const core = require("@tiptap/core");
4
+ const autolink = require("./autolink.cjs");
5
+ const defaultAttributes = {
6
+ class: "d-link d-c-text d-d-inline-block d-wb-break-all",
7
+ rel: "noopener noreferrer nofollow"
8
+ };
9
+ const CustomLink = core.Mark.create({
10
+ name: "CustomLink",
11
+ renderHTML({ HTMLAttributes }) {
12
+ return [
13
+ "a",
14
+ core.mergeAttributes(
15
+ this.options.HTMLAttributes,
16
+ HTMLAttributes,
17
+ defaultAttributes
18
+ )
19
+ ];
20
+ },
21
+ renderText({ node }) {
22
+ return node.attrs.text;
23
+ },
24
+ addProseMirrorPlugins() {
25
+ return [
26
+ autolink.autolink({ type: this.type })
27
+ ];
28
+ }
29
+ });
30
+ exports.CustomLink = CustomLink;
31
+ //# sourceMappingURL=custom_link.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom_link.cjs","sources":["../../../../../components/rich_text_editor/extensions/custom_link/custom_link.js"],"sourcesContent":["/**\n *\n * The custom link does some additional things on top of the built in TipTap link\n * extension such as styling phone numbers and IP adresses as links, and allows you\n * to linkify text without having to type a space after the link. Currently it is missing some\n * functionality such as editing links and will likely require more work to be fully usable,\n * so it is recommended to use the built in TipTap link for now.\n */\n\nimport {\n mergeAttributes,\n Mark,\n} from '@tiptap/core';\nimport { autolink } from './autolink';\n\nconst defaultAttributes = {\n class: 'd-link d-c-text d-d-inline-block d-wb-break-all',\n rel: 'noopener noreferrer nofollow',\n};\n\n// This is the actual extension code, which is mostly showing that all the\n// functionality comes from the ProseMirror plugin.\nexport const CustomLink = Mark.create({\n name: 'CustomLink',\n\n renderHTML ({ HTMLAttributes }) {\n return [\n 'a',\n mergeAttributes(\n this.options.HTMLAttributes,\n HTMLAttributes,\n defaultAttributes,\n ),\n ];\n },\n\n renderText ({ node }) {\n return node.attrs.text;\n },\n\n addProseMirrorPlugins () {\n return [\n autolink({ type: this.type }),\n ];\n },\n});\n"],"names":["Mark","mergeAttributes","autolink"],"mappings":";;;;AAeA,MAAM,oBAAoB;AAAA,EACxB,OAAO;AAAA,EACP,KAAK;AACP;AAIY,MAAC,aAAaA,KAAI,KAAC,OAAO;AAAA,EACpC,MAAM;AAAA,EAEN,WAAY,EAAE,kBAAkB;AAC9B,WAAO;AAAA,MACL;AAAA,MACAC,KAAe;AAAA,QACb,KAAK,QAAQ;AAAA,QACb;AAAA,QACA;AAAA,MACD;AAAA,IACP;AAAA,EACG;AAAA,EAED,WAAY,EAAE,QAAQ;AACpB,WAAO,KAAK,MAAM;AAAA,EACnB;AAAA,EAED,wBAAyB;AACvB,WAAO;AAAA,MACLC,SAAAA,SAAS,EAAE,MAAM,KAAK,KAAI,CAAE;AAAA,IAClC;AAAA,EACG;AACH,CAAC;;"}
@@ -0,0 +1,31 @@
1
+ import { Mark, mergeAttributes } from "@tiptap/core";
2
+ import { autolink } from "./autolink.js";
3
+ const defaultAttributes = {
4
+ class: "d-link d-c-text d-d-inline-block d-wb-break-all",
5
+ rel: "noopener noreferrer nofollow"
6
+ };
7
+ const CustomLink = Mark.create({
8
+ name: "CustomLink",
9
+ renderHTML({ HTMLAttributes }) {
10
+ return [
11
+ "a",
12
+ mergeAttributes(
13
+ this.options.HTMLAttributes,
14
+ HTMLAttributes,
15
+ defaultAttributes
16
+ )
17
+ ];
18
+ },
19
+ renderText({ node }) {
20
+ return node.attrs.text;
21
+ },
22
+ addProseMirrorPlugins() {
23
+ return [
24
+ autolink({ type: this.type })
25
+ ];
26
+ }
27
+ });
28
+ export {
29
+ CustomLink
30
+ };
31
+ //# sourceMappingURL=custom_link.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom_link.js","sources":["../../../../../components/rich_text_editor/extensions/custom_link/custom_link.js"],"sourcesContent":["/**\n *\n * The custom link does some additional things on top of the built in TipTap link\n * extension such as styling phone numbers and IP adresses as links, and allows you\n * to linkify text without having to type a space after the link. Currently it is missing some\n * functionality such as editing links and will likely require more work to be fully usable,\n * so it is recommended to use the built in TipTap link for now.\n */\n\nimport {\n mergeAttributes,\n Mark,\n} from '@tiptap/core';\nimport { autolink } from './autolink';\n\nconst defaultAttributes = {\n class: 'd-link d-c-text d-d-inline-block d-wb-break-all',\n rel: 'noopener noreferrer nofollow',\n};\n\n// This is the actual extension code, which is mostly showing that all the\n// functionality comes from the ProseMirror plugin.\nexport const CustomLink = Mark.create({\n name: 'CustomLink',\n\n renderHTML ({ HTMLAttributes }) {\n return [\n 'a',\n mergeAttributes(\n this.options.HTMLAttributes,\n HTMLAttributes,\n defaultAttributes,\n ),\n ];\n },\n\n renderText ({ node }) {\n return node.attrs.text;\n },\n\n addProseMirrorPlugins () {\n return [\n autolink({ type: this.type }),\n ];\n },\n});\n"],"names":[],"mappings":";;AAeA,MAAM,oBAAoB;AAAA,EACxB,OAAO;AAAA,EACP,KAAK;AACP;AAIY,MAAC,aAAa,KAAK,OAAO;AAAA,EACpC,MAAM;AAAA,EAEN,WAAY,EAAE,kBAAkB;AAC9B,WAAO;AAAA,MACL;AAAA,MACA;AAAA,QACE,KAAK,QAAQ;AAAA,QACb;AAAA,QACA;AAAA,MACD;AAAA,IACP;AAAA,EACG;AAAA,EAED,WAAY,EAAE,QAAQ;AACpB,WAAO,KAAK,MAAM;AAAA,EACnB;AAAA,EAED,wBAAyB;AACvB,WAAO;AAAA,MACL,SAAS,EAAE,MAAM,KAAK,KAAI,CAAE;AAAA,IAClC;AAAA,EACG;AACH,CAAC;"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ const custom_link = require("./custom_link.cjs");
3
+ module.exports = custom_link.CustomLink;
4
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -0,0 +1,5 @@
1
+ import { CustomLink } from "./custom_link.js";
2
+ export {
3
+ CustomLink as default
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,105 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const core = require("@tiptap/core");
4
+ const common_utils = require("../../../../common/utils.cjs");
5
+ function getRegexMatches(text, regex, validator = () => true) {
6
+ const matches = [];
7
+ regex.lastIndex = 0;
8
+ let match;
9
+ while (match = regex.exec(text)) {
10
+ if (validator(text, match)) {
11
+ matches.push(match);
12
+ }
13
+ }
14
+ return matches;
15
+ }
16
+ function hasValidPrefix(text, match) {
17
+ return !["#", "@"].includes(text.charAt(match.index)) && !["#", "@"].includes(text.charAt(match.index - 1));
18
+ }
19
+ function trimEndPunctiation(string) {
20
+ const endPunctuationRegex = new RegExp(
21
+ "(?:" + [
22
+ `[!?.,:;'"]`,
23
+ "(?:&|&)(?:lt|gt|quot|apos|raquo|laquo|rsaquo|lsaquo);)+$"
24
+ ].join("|"),
25
+ "g"
26
+ );
27
+ return string.replace(endPunctuationRegex, "");
28
+ }
29
+ function getWordAt(text, index) {
30
+ const left = text.slice(0, index + 1).search(/\S+\s*$/);
31
+ const right = text.slice(index).search(/\s/);
32
+ if (right < 0) {
33
+ const word = text.slice(left);
34
+ return {
35
+ text: word,
36
+ from: left,
37
+ to: left + word.length
38
+ };
39
+ }
40
+ return {
41
+ text: text.slice(left, right + index),
42
+ from: left,
43
+ to: right + index
44
+ };
45
+ }
46
+ function getWordAtUntil(text, index, direction, regex) {
47
+ const word = getWordAt(text, index);
48
+ regex.lastIndex = 0;
49
+ if (!regex.test(word.text)) {
50
+ return word;
51
+ }
52
+ const newIndex = direction === "left" ? word.from - 1 : word.to + 1;
53
+ if (newIndex <= 0 || newIndex >= text.length || newIndex === index) {
54
+ return word;
55
+ }
56
+ return getWordAtUntil(text, newIndex, direction, regex);
57
+ }
58
+ function removeMarks(range, doc, tr, type) {
59
+ const from = Math.max(range.from - 1, 0);
60
+ const to = Math.min(range.to + 1, doc.content.size);
61
+ const marksInRange = core.getMarksBetween(from, to, doc);
62
+ for (const mark of marksInRange) {
63
+ if (mark.mark.type !== type) {
64
+ continue;
65
+ }
66
+ tr.removeMark(mark.from, mark.to, type);
67
+ }
68
+ }
69
+ const partialPhoneNumberRegex = common_utils.getPhoneNumberRegex(1, 15);
70
+ function addMarks(text, pos, from, to, tr, type) {
71
+ if (!text) {
72
+ return;
73
+ }
74
+ let rangeFrom = from - pos - 1;
75
+ rangeFrom = rangeFrom < 0 ? 0 : rangeFrom;
76
+ const rangeTo = to - pos;
77
+ const firstWordInRange = getWordAtUntil(
78
+ text,
79
+ rangeFrom,
80
+ "left",
81
+ partialPhoneNumberRegex
82
+ );
83
+ const lastWordInRange = getWordAtUntil(
84
+ text,
85
+ rangeTo,
86
+ "right",
87
+ partialPhoneNumberRegex
88
+ );
89
+ const wordsInRange = text.slice(firstWordInRange.from, lastWordInRange.to);
90
+ const matches = getRegexMatches(wordsInRange, common_utils.linkRegex, hasValidPrefix);
91
+ matches.forEach((match) => {
92
+ const word = trimEndPunctiation(match[0]);
93
+ const from2 = pos + firstWordInRange.from + match.index + 1;
94
+ const to2 = from2 + word.length;
95
+ tr.addMark(from2, to2, type.create());
96
+ });
97
+ }
98
+ exports.addMarks = addMarks;
99
+ exports.getRegexMatches = getRegexMatches;
100
+ exports.getWordAt = getWordAt;
101
+ exports.getWordAtUntil = getWordAtUntil;
102
+ exports.hasValidPrefix = hasValidPrefix;
103
+ exports.removeMarks = removeMarks;
104
+ exports.trimEndPunctiation = trimEndPunctiation;
105
+ //# sourceMappingURL=utils.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.cjs","sources":["../../../../../components/rich_text_editor/extensions/custom_link/utils.js"],"sourcesContent":["import { getMarksBetween } from '@tiptap/core';\nimport {\n getPhoneNumberRegex,\n linkRegex,\n} from '@/common/utils';\n\n/**\n * Get matches in a string and return the ones that pass the optional extra\n * validation or if no validator is provided return all matches.\n */\nexport function getRegexMatches (text, regex, validator = () => true) {\n const matches = [];\n\n // Reset the lastIndex since the last time this was run.\n regex.lastIndex = 0;\n\n let match;\n while ((match = regex.exec(text))) {\n if (validator(text, match)) {\n matches.push(match);\n }\n }\n\n return matches;\n}\n\n/**\n * Validate the prefix of a match in a string not to contain certain characters.\n */\nexport function hasValidPrefix (text, match) {\n // The string match can't start with # or @ or have either preceding the match\n // as they're reserved for mentions and hashtags.\n return !['#', '@'].includes(text.charAt(match.index)) &&\n !['#', '@'].includes(text.charAt(match.index - 1));\n}\n\n/**\n * Trim punctuation characters at the a of the string, e.g. \"dialpad.com!\" =>\n * \"dialpad.com\"\n */\nexport function trimEndPunctiation (string) {\n const endPunctuationRegex = new RegExp(\n '(?:' +\n [\n '[!?.,:;\\'\"]',\n '(?:&|&amp;)(?:lt|gt|quot|apos|raquo|laquo|rsaquo|lsaquo);)+$',\n ].join('|'),\n 'g',\n );\n return string.replace(endPunctuationRegex, '');\n}\n\n/**\n * Find the word from a string at a given index. For example for \"example here\"\n * - indices 0-7 => \"example\"\n * - indices 8-12 => \"here\".\n * Modified from https://stackoverflow.com/a/5174867\n */\nexport function getWordAt (text, index) {\n // Position of the first non-whitespace character following a possible\n // whitespace when looking from the index to the left.\n const left = text.slice(0, index + 1).search(/\\S+\\s*$/);\n\n // Position of the first whitespace when looking from the index to the right.\n const right = text.slice(index).search(/\\s/);\n\n // If the word is at the end of the string, right is -1.\n if (right < 0) {\n const word = text.slice(left);\n return {\n text: word,\n from: left,\n to: left + word.length,\n };\n }\n\n return {\n text: text.slice(left, right + index),\n from: left,\n to: right + index,\n };\n}\n\n/**\n * Helper to check if a word at a given index matches a regex and if true, finds\n * the previous or next word until the regex doesn't match anymore. Useful to\n * find for example the entire phone number when it is separated by whitespace.\n */\nexport function getWordAtUntil (text, index, direction, regex) {\n const word = getWordAt(text, index);\n\n // Reset the lastIndex since the last time this was run.\n regex.lastIndex = 0;\n\n // If the word doesn't match the regex we can just return it.\n if (!regex.test(word.text)) {\n return word;\n }\n\n // Depending on the direction take one step to the left or right to find the\n // preceding or following word.\n const newIndex = direction === 'left' ? word.from - 1 : word.to + 1;\n\n // Prevent an infinite loop for the base cases.\n if (newIndex <= 0 || newIndex >= text.length || newIndex === index) {\n return word;\n }\n\n // Run the preceding/following word through the validator until we meet the\n // string boundaries or find a word that doesn't match the regex.\n return getWordAtUntil(text, newIndex, direction, regex);\n}\n\n/**\n * Remove marks from a range.\n */\nexport function removeMarks (range, doc, tr, type) {\n const from = Math.max(range.from - 1, 0);\n const to = Math.min(range.to + 1, doc.content.size);\n const marksInRange = getMarksBetween(from, to, doc);\n\n for (const mark of marksInRange) {\n if (mark.mark.type !== type) {\n continue;\n }\n\n tr.removeMark(mark.from, mark.to, type);\n }\n}\n\n// Regex to match partial phone numbers.\nconst partialPhoneNumberRegex = getPhoneNumberRegex(1, 15);\n\n/**\n * Find matches from text and add marks on them.\n */\nexport function addMarks (text, pos, from, to, tr, type) {\n if (!text) {\n return;\n }\n\n // from = start index for the change\n // pos = start index of the node\n // 1 = range uses 1-based indexing, deduct 1\n let rangeFrom = from - pos - 1;\n\n // If the change spans multiple nodes/paragraphs the start index can become\n // negative, so default to 0.\n rangeFrom = rangeFrom < 0 ? 0 : rangeFrom;\n\n // to = end index of the change\n // pos = start index of the node\n const rangeTo = to - pos;\n\n // Get the first word in the range.\n const firstWordInRange = getWordAtUntil(\n text,\n rangeFrom,\n 'left',\n partialPhoneNumberRegex,\n );\n\n // Get the last word in the range.\n const lastWordInRange = getWordAtUntil(\n text,\n rangeTo,\n 'right',\n partialPhoneNumberRegex,\n );\n\n // Create a substring that consists of whole words only.\n const wordsInRange = text.slice(firstWordInRange.from, lastWordInRange.to);\n\n // Find all valid matches within the substring.\n const matches = getRegexMatches(wordsInRange, linkRegex, hasValidPrefix);\n\n // Loop through the matches and add marks.\n matches.forEach(match => {\n // Trim any punctuation characters at the end of the match.\n const word = trimEndPunctiation(match[0]);\n\n // pos = start index of the node\n // firstWordInRange.from = start index of the first word in range\n // match.index = index of the regex match\n // 1 = addMark() uses 1-based indexing, add 1\n const from = pos + firstWordInRange.from + match.index + 1;\n\n // Sum up the from index and the match length to get the end index.\n const to = from + word.length;\n\n tr.addMark(from, to, type.create());\n });\n}\n"],"names":["getMarksBetween","getPhoneNumberRegex","linkRegex","from","to"],"mappings":";;;;AAUO,SAAS,gBAAiB,MAAM,OAAO,YAAY,MAAM,MAAM;AACpE,QAAM,UAAU,CAAA;AAGhB,QAAM,YAAY;AAElB,MAAI;AACJ,SAAQ,QAAQ,MAAM,KAAK,IAAI,GAAI;AACjC,QAAI,UAAU,MAAM,KAAK,GAAG;AAC1B,cAAQ,KAAK,KAAK;AAAA,IACnB;AAAA,EACF;AAED,SAAO;AACT;AAKO,SAAS,eAAgB,MAAM,OAAO;AAG3C,SAAO,CAAC,CAAC,KAAK,GAAG,EAAE,SAAS,KAAK,OAAO,MAAM,KAAK,CAAC,KAClD,CAAC,CAAC,KAAK,GAAG,EAAE,SAAS,KAAK,OAAO,MAAM,QAAQ,CAAC,CAAC;AACrD;AAMO,SAAS,mBAAoB,QAAQ;AAC1C,QAAM,sBAAsB,IAAI;AAAA,IAC9B,QACA;AAAA,MACE;AAAA,MACA;AAAA,IACN,EAAM,KAAK,GAAG;AAAA,IACV;AAAA,EACJ;AACE,SAAO,OAAO,QAAQ,qBAAqB,EAAE;AAC/C;AAQO,SAAS,UAAW,MAAM,OAAO;AAGtC,QAAM,OAAO,KAAK,MAAM,GAAG,QAAQ,CAAC,EAAE,OAAO,SAAS;AAGtD,QAAM,QAAQ,KAAK,MAAM,KAAK,EAAE,OAAO,IAAI;AAG3C,MAAI,QAAQ,GAAG;AACb,UAAM,OAAO,KAAK,MAAM,IAAI;AAC5B,WAAO;AAAA,MACL,MAAM;AAAA,MACN,MAAM;AAAA,MACN,IAAI,OAAO,KAAK;AAAA,IACtB;AAAA,EACG;AAED,SAAO;AAAA,IACL,MAAM,KAAK,MAAM,MAAM,QAAQ,KAAK;AAAA,IACpC,MAAM;AAAA,IACN,IAAI,QAAQ;AAAA,EAChB;AACA;AAOO,SAAS,eAAgB,MAAM,OAAO,WAAW,OAAO;AAC7D,QAAM,OAAO,UAAU,MAAM,KAAK;AAGlC,QAAM,YAAY;AAGlB,MAAI,CAAC,MAAM,KAAK,KAAK,IAAI,GAAG;AAC1B,WAAO;AAAA,EACR;AAID,QAAM,WAAW,cAAc,SAAS,KAAK,OAAO,IAAI,KAAK,KAAK;AAGlE,MAAI,YAAY,KAAK,YAAY,KAAK,UAAU,aAAa,OAAO;AAClE,WAAO;AAAA,EACR;AAID,SAAO,eAAe,MAAM,UAAU,WAAW,KAAK;AACxD;AAKO,SAAS,YAAa,OAAO,KAAK,IAAI,MAAM;AACjD,QAAM,OAAO,KAAK,IAAI,MAAM,OAAO,GAAG,CAAC;AACvC,QAAM,KAAK,KAAK,IAAI,MAAM,KAAK,GAAG,IAAI,QAAQ,IAAI;AAClD,QAAM,eAAeA,KAAe,gBAAC,MAAM,IAAI,GAAG;AAElD,aAAW,QAAQ,cAAc;AAC/B,QAAI,KAAK,KAAK,SAAS,MAAM;AAC3B;AAAA,IACD;AAED,OAAG,WAAW,KAAK,MAAM,KAAK,IAAI,IAAI;AAAA,EACvC;AACH;AAGA,MAAM,0BAA0BC,aAAmB,oBAAC,GAAG,EAAE;AAKlD,SAAS,SAAU,MAAM,KAAK,MAAM,IAAI,IAAI,MAAM;AACvD,MAAI,CAAC,MAAM;AACT;AAAA,EACD;AAKD,MAAI,YAAY,OAAO,MAAM;AAI7B,cAAY,YAAY,IAAI,IAAI;AAIhC,QAAM,UAAU,KAAK;AAGrB,QAAM,mBAAmB;AAAA,IACvB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAGE,QAAM,kBAAkB;AAAA,IACtB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAGE,QAAM,eAAe,KAAK,MAAM,iBAAiB,MAAM,gBAAgB,EAAE;AAGzE,QAAM,UAAU,gBAAgB,cAAcC,aAAS,WAAE,cAAc;AAGvE,UAAQ,QAAQ,WAAS;AAEvB,UAAM,OAAO,mBAAmB,MAAM,CAAC,CAAC;AAMxC,UAAMC,QAAO,MAAM,iBAAiB,OAAO,MAAM,QAAQ;AAGzD,UAAMC,MAAKD,QAAO,KAAK;AAEvB,OAAG,QAAQA,OAAMC,KAAI,KAAK,OAAM,CAAE;AAAA,EACtC,CAAG;AACH;;;;;;;;"}
@@ -0,0 +1,105 @@
1
+ import { getMarksBetween } from "@tiptap/core";
2
+ import { linkRegex, getPhoneNumberRegex } from "../../../../common/utils.js";
3
+ function getRegexMatches(text, regex, validator = () => true) {
4
+ const matches = [];
5
+ regex.lastIndex = 0;
6
+ let match;
7
+ while (match = regex.exec(text)) {
8
+ if (validator(text, match)) {
9
+ matches.push(match);
10
+ }
11
+ }
12
+ return matches;
13
+ }
14
+ function hasValidPrefix(text, match) {
15
+ return !["#", "@"].includes(text.charAt(match.index)) && !["#", "@"].includes(text.charAt(match.index - 1));
16
+ }
17
+ function trimEndPunctiation(string) {
18
+ const endPunctuationRegex = new RegExp(
19
+ "(?:" + [
20
+ `[!?.,:;'"]`,
21
+ "(?:&|&amp;)(?:lt|gt|quot|apos|raquo|laquo|rsaquo|lsaquo);)+$"
22
+ ].join("|"),
23
+ "g"
24
+ );
25
+ return string.replace(endPunctuationRegex, "");
26
+ }
27
+ function getWordAt(text, index) {
28
+ const left = text.slice(0, index + 1).search(/\S+\s*$/);
29
+ const right = text.slice(index).search(/\s/);
30
+ if (right < 0) {
31
+ const word = text.slice(left);
32
+ return {
33
+ text: word,
34
+ from: left,
35
+ to: left + word.length
36
+ };
37
+ }
38
+ return {
39
+ text: text.slice(left, right + index),
40
+ from: left,
41
+ to: right + index
42
+ };
43
+ }
44
+ function getWordAtUntil(text, index, direction, regex) {
45
+ const word = getWordAt(text, index);
46
+ regex.lastIndex = 0;
47
+ if (!regex.test(word.text)) {
48
+ return word;
49
+ }
50
+ const newIndex = direction === "left" ? word.from - 1 : word.to + 1;
51
+ if (newIndex <= 0 || newIndex >= text.length || newIndex === index) {
52
+ return word;
53
+ }
54
+ return getWordAtUntil(text, newIndex, direction, regex);
55
+ }
56
+ function removeMarks(range, doc, tr, type) {
57
+ const from = Math.max(range.from - 1, 0);
58
+ const to = Math.min(range.to + 1, doc.content.size);
59
+ const marksInRange = getMarksBetween(from, to, doc);
60
+ for (const mark of marksInRange) {
61
+ if (mark.mark.type !== type) {
62
+ continue;
63
+ }
64
+ tr.removeMark(mark.from, mark.to, type);
65
+ }
66
+ }
67
+ const partialPhoneNumberRegex = getPhoneNumberRegex(1, 15);
68
+ function addMarks(text, pos, from, to, tr, type) {
69
+ if (!text) {
70
+ return;
71
+ }
72
+ let rangeFrom = from - pos - 1;
73
+ rangeFrom = rangeFrom < 0 ? 0 : rangeFrom;
74
+ const rangeTo = to - pos;
75
+ const firstWordInRange = getWordAtUntil(
76
+ text,
77
+ rangeFrom,
78
+ "left",
79
+ partialPhoneNumberRegex
80
+ );
81
+ const lastWordInRange = getWordAtUntil(
82
+ text,
83
+ rangeTo,
84
+ "right",
85
+ partialPhoneNumberRegex
86
+ );
87
+ const wordsInRange = text.slice(firstWordInRange.from, lastWordInRange.to);
88
+ const matches = getRegexMatches(wordsInRange, linkRegex, hasValidPrefix);
89
+ matches.forEach((match) => {
90
+ const word = trimEndPunctiation(match[0]);
91
+ const from2 = pos + firstWordInRange.from + match.index + 1;
92
+ const to2 = from2 + word.length;
93
+ tr.addMark(from2, to2, type.create());
94
+ });
95
+ }
96
+ export {
97
+ addMarks,
98
+ getRegexMatches,
99
+ getWordAt,
100
+ getWordAtUntil,
101
+ hasValidPrefix,
102
+ removeMarks,
103
+ trimEndPunctiation
104
+ };
105
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sources":["../../../../../components/rich_text_editor/extensions/custom_link/utils.js"],"sourcesContent":["import { getMarksBetween } from '@tiptap/core';\nimport {\n getPhoneNumberRegex,\n linkRegex,\n} from '@/common/utils';\n\n/**\n * Get matches in a string and return the ones that pass the optional extra\n * validation or if no validator is provided return all matches.\n */\nexport function getRegexMatches (text, regex, validator = () => true) {\n const matches = [];\n\n // Reset the lastIndex since the last time this was run.\n regex.lastIndex = 0;\n\n let match;\n while ((match = regex.exec(text))) {\n if (validator(text, match)) {\n matches.push(match);\n }\n }\n\n return matches;\n}\n\n/**\n * Validate the prefix of a match in a string not to contain certain characters.\n */\nexport function hasValidPrefix (text, match) {\n // The string match can't start with # or @ or have either preceding the match\n // as they're reserved for mentions and hashtags.\n return !['#', '@'].includes(text.charAt(match.index)) &&\n !['#', '@'].includes(text.charAt(match.index - 1));\n}\n\n/**\n * Trim punctuation characters at the a of the string, e.g. \"dialpad.com!\" =>\n * \"dialpad.com\"\n */\nexport function trimEndPunctiation (string) {\n const endPunctuationRegex = new RegExp(\n '(?:' +\n [\n '[!?.,:;\\'\"]',\n '(?:&|&amp;)(?:lt|gt|quot|apos|raquo|laquo|rsaquo|lsaquo);)+$',\n ].join('|'),\n 'g',\n );\n return string.replace(endPunctuationRegex, '');\n}\n\n/**\n * Find the word from a string at a given index. For example for \"example here\"\n * - indices 0-7 => \"example\"\n * - indices 8-12 => \"here\".\n * Modified from https://stackoverflow.com/a/5174867\n */\nexport function getWordAt (text, index) {\n // Position of the first non-whitespace character following a possible\n // whitespace when looking from the index to the left.\n const left = text.slice(0, index + 1).search(/\\S+\\s*$/);\n\n // Position of the first whitespace when looking from the index to the right.\n const right = text.slice(index).search(/\\s/);\n\n // If the word is at the end of the string, right is -1.\n if (right < 0) {\n const word = text.slice(left);\n return {\n text: word,\n from: left,\n to: left + word.length,\n };\n }\n\n return {\n text: text.slice(left, right + index),\n from: left,\n to: right + index,\n };\n}\n\n/**\n * Helper to check if a word at a given index matches a regex and if true, finds\n * the previous or next word until the regex doesn't match anymore. Useful to\n * find for example the entire phone number when it is separated by whitespace.\n */\nexport function getWordAtUntil (text, index, direction, regex) {\n const word = getWordAt(text, index);\n\n // Reset the lastIndex since the last time this was run.\n regex.lastIndex = 0;\n\n // If the word doesn't match the regex we can just return it.\n if (!regex.test(word.text)) {\n return word;\n }\n\n // Depending on the direction take one step to the left or right to find the\n // preceding or following word.\n const newIndex = direction === 'left' ? word.from - 1 : word.to + 1;\n\n // Prevent an infinite loop for the base cases.\n if (newIndex <= 0 || newIndex >= text.length || newIndex === index) {\n return word;\n }\n\n // Run the preceding/following word through the validator until we meet the\n // string boundaries or find a word that doesn't match the regex.\n return getWordAtUntil(text, newIndex, direction, regex);\n}\n\n/**\n * Remove marks from a range.\n */\nexport function removeMarks (range, doc, tr, type) {\n const from = Math.max(range.from - 1, 0);\n const to = Math.min(range.to + 1, doc.content.size);\n const marksInRange = getMarksBetween(from, to, doc);\n\n for (const mark of marksInRange) {\n if (mark.mark.type !== type) {\n continue;\n }\n\n tr.removeMark(mark.from, mark.to, type);\n }\n}\n\n// Regex to match partial phone numbers.\nconst partialPhoneNumberRegex = getPhoneNumberRegex(1, 15);\n\n/**\n * Find matches from text and add marks on them.\n */\nexport function addMarks (text, pos, from, to, tr, type) {\n if (!text) {\n return;\n }\n\n // from = start index for the change\n // pos = start index of the node\n // 1 = range uses 1-based indexing, deduct 1\n let rangeFrom = from - pos - 1;\n\n // If the change spans multiple nodes/paragraphs the start index can become\n // negative, so default to 0.\n rangeFrom = rangeFrom < 0 ? 0 : rangeFrom;\n\n // to = end index of the change\n // pos = start index of the node\n const rangeTo = to - pos;\n\n // Get the first word in the range.\n const firstWordInRange = getWordAtUntil(\n text,\n rangeFrom,\n 'left',\n partialPhoneNumberRegex,\n );\n\n // Get the last word in the range.\n const lastWordInRange = getWordAtUntil(\n text,\n rangeTo,\n 'right',\n partialPhoneNumberRegex,\n );\n\n // Create a substring that consists of whole words only.\n const wordsInRange = text.slice(firstWordInRange.from, lastWordInRange.to);\n\n // Find all valid matches within the substring.\n const matches = getRegexMatches(wordsInRange, linkRegex, hasValidPrefix);\n\n // Loop through the matches and add marks.\n matches.forEach(match => {\n // Trim any punctuation characters at the end of the match.\n const word = trimEndPunctiation(match[0]);\n\n // pos = start index of the node\n // firstWordInRange.from = start index of the first word in range\n // match.index = index of the regex match\n // 1 = addMark() uses 1-based indexing, add 1\n const from = pos + firstWordInRange.from + match.index + 1;\n\n // Sum up the from index and the match length to get the end index.\n const to = from + word.length;\n\n tr.addMark(from, to, type.create());\n });\n}\n"],"names":["from","to"],"mappings":";;AAUO,SAAS,gBAAiB,MAAM,OAAO,YAAY,MAAM,MAAM;AACpE,QAAM,UAAU,CAAA;AAGhB,QAAM,YAAY;AAElB,MAAI;AACJ,SAAQ,QAAQ,MAAM,KAAK,IAAI,GAAI;AACjC,QAAI,UAAU,MAAM,KAAK,GAAG;AAC1B,cAAQ,KAAK,KAAK;AAAA,IACnB;AAAA,EACF;AAED,SAAO;AACT;AAKO,SAAS,eAAgB,MAAM,OAAO;AAG3C,SAAO,CAAC,CAAC,KAAK,GAAG,EAAE,SAAS,KAAK,OAAO,MAAM,KAAK,CAAC,KAClD,CAAC,CAAC,KAAK,GAAG,EAAE,SAAS,KAAK,OAAO,MAAM,QAAQ,CAAC,CAAC;AACrD;AAMO,SAAS,mBAAoB,QAAQ;AAC1C,QAAM,sBAAsB,IAAI;AAAA,IAC9B,QACA;AAAA,MACE;AAAA,MACA;AAAA,IACN,EAAM,KAAK,GAAG;AAAA,IACV;AAAA,EACJ;AACE,SAAO,OAAO,QAAQ,qBAAqB,EAAE;AAC/C;AAQO,SAAS,UAAW,MAAM,OAAO;AAGtC,QAAM,OAAO,KAAK,MAAM,GAAG,QAAQ,CAAC,EAAE,OAAO,SAAS;AAGtD,QAAM,QAAQ,KAAK,MAAM,KAAK,EAAE,OAAO,IAAI;AAG3C,MAAI,QAAQ,GAAG;AACb,UAAM,OAAO,KAAK,MAAM,IAAI;AAC5B,WAAO;AAAA,MACL,MAAM;AAAA,MACN,MAAM;AAAA,MACN,IAAI,OAAO,KAAK;AAAA,IACtB;AAAA,EACG;AAED,SAAO;AAAA,IACL,MAAM,KAAK,MAAM,MAAM,QAAQ,KAAK;AAAA,IACpC,MAAM;AAAA,IACN,IAAI,QAAQ;AAAA,EAChB;AACA;AAOO,SAAS,eAAgB,MAAM,OAAO,WAAW,OAAO;AAC7D,QAAM,OAAO,UAAU,MAAM,KAAK;AAGlC,QAAM,YAAY;AAGlB,MAAI,CAAC,MAAM,KAAK,KAAK,IAAI,GAAG;AAC1B,WAAO;AAAA,EACR;AAID,QAAM,WAAW,cAAc,SAAS,KAAK,OAAO,IAAI,KAAK,KAAK;AAGlE,MAAI,YAAY,KAAK,YAAY,KAAK,UAAU,aAAa,OAAO;AAClE,WAAO;AAAA,EACR;AAID,SAAO,eAAe,MAAM,UAAU,WAAW,KAAK;AACxD;AAKO,SAAS,YAAa,OAAO,KAAK,IAAI,MAAM;AACjD,QAAM,OAAO,KAAK,IAAI,MAAM,OAAO,GAAG,CAAC;AACvC,QAAM,KAAK,KAAK,IAAI,MAAM,KAAK,GAAG,IAAI,QAAQ,IAAI;AAClD,QAAM,eAAe,gBAAgB,MAAM,IAAI,GAAG;AAElD,aAAW,QAAQ,cAAc;AAC/B,QAAI,KAAK,KAAK,SAAS,MAAM;AAC3B;AAAA,IACD;AAED,OAAG,WAAW,KAAK,MAAM,KAAK,IAAI,IAAI;AAAA,EACvC;AACH;AAGA,MAAM,0BAA0B,oBAAoB,GAAG,EAAE;AAKlD,SAAS,SAAU,MAAM,KAAK,MAAM,IAAI,IAAI,MAAM;AACvD,MAAI,CAAC,MAAM;AACT;AAAA,EACD;AAKD,MAAI,YAAY,OAAO,MAAM;AAI7B,cAAY,YAAY,IAAI,IAAI;AAIhC,QAAM,UAAU,KAAK;AAGrB,QAAM,mBAAmB;AAAA,IACvB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAGE,QAAM,kBAAkB;AAAA,IACtB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACJ;AAGE,QAAM,eAAe,KAAK,MAAM,iBAAiB,MAAM,gBAAgB,EAAE;AAGzE,QAAM,UAAU,gBAAgB,cAAc,WAAW,cAAc;AAGvE,UAAQ,QAAQ,WAAS;AAEvB,UAAM,OAAO,mBAAmB,MAAM,CAAC,CAAC;AAMxC,UAAMA,QAAO,MAAM,iBAAiB,OAAO,MAAM,QAAQ;AAGzD,UAAMC,MAAKD,QAAO,KAAK;AAEvB,OAAG,QAAQA,OAAMC,KAAI,KAAK,OAAM,CAAE;AAAA,EACtC,CAAG;AACH;"}
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ const vue3 = require("@tiptap/vue-3");
3
+ const vue = require("vue");
4
+ const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.cjs");
5
+ const emoji = require("../../../emoji/emoji.vue.cjs");
6
+ const _sfc_main = {
7
+ name: "EmojiComponent",
8
+ components: {
9
+ NodeViewWrapper: vue3.NodeViewWrapper,
10
+ DtEmoji: emoji
11
+ },
12
+ props: vue3.nodeViewProps
13
+ };
14
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
15
+ const _component_dt_emoji = vue.resolveComponent("dt-emoji");
16
+ const _component_node_view_wrapper = vue.resolveComponent("node-view-wrapper");
17
+ return vue.openBlock(), vue.createBlock(_component_node_view_wrapper, { class: "d-d-inline-block d-va-bottom d-lh0" }, {
18
+ default: vue.withCtx(() => [
19
+ vue.createVNode(_component_dt_emoji, {
20
+ size: "500",
21
+ code: _ctx.node.attrs.code
22
+ }, null, 8, ["code"])
23
+ ]),
24
+ _: 1
25
+ });
26
+ }
27
+ const EmojiComponent = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
28
+ module.exports = EmojiComponent;
29
+ //# sourceMappingURL=EmojiComponent.vue.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmojiComponent.vue.cjs","sources":["../../../../../components/rich_text_editor/extensions/emoji/EmojiComponent.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <node-view-wrapper\n class=\"d-d-inline-block d-va-bottom d-lh0\"\n >\n <dt-emoji\n size=\"500\"\n :code=\"node.attrs.code\"\n />\n </node-view-wrapper>\n</template>\n\n<script>\nimport { nodeViewProps, NodeViewWrapper } from '@tiptap/vue-3';\n\nimport { DtEmoji } from '@/components/emoji';\n\nexport default {\n name: 'EmojiComponent',\n components: {\n NodeViewWrapper,\n DtEmoji,\n },\n\n props: nodeViewProps,\n};\n</script>\n"],"names":["NodeViewWrapper","DtEmoji","nodeViewProps","_createBlock","_createVNode"],"mappings":";;;;;AAiBA,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV,iBAAAA,KAAe;AAAA,IACf,SAAAC;AAAAA,EACD;AAAA,EAED,OAAOC,KAAa;AACtB;;;;0BAvBEC,IAOoB,YAAA,8BAAA,EANlB,OAAM,wCAAoC;AAAA,yBAE1C,MAGE;AAAA,MAHFC,IAAAA,YAGE,qBAAA;AAAA,QAFA,MAAK;AAAA,QACJ,MAAM,KAAA,KAAK,MAAM;AAAA;;;;;;;"}
@@ -0,0 +1,30 @@
1
+ import { NodeViewWrapper, nodeViewProps } from "@tiptap/vue-3";
2
+ import { resolveComponent, openBlock, createBlock, withCtx, createVNode } from "vue";
3
+ import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
4
+ import DtEmoji from "../../../emoji/emoji.vue.js";
5
+ const _sfc_main = {
6
+ name: "EmojiComponent",
7
+ components: {
8
+ NodeViewWrapper,
9
+ DtEmoji
10
+ },
11
+ props: nodeViewProps
12
+ };
13
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
14
+ const _component_dt_emoji = resolveComponent("dt-emoji");
15
+ const _component_node_view_wrapper = resolveComponent("node-view-wrapper");
16
+ return openBlock(), createBlock(_component_node_view_wrapper, { class: "d-d-inline-block d-va-bottom d-lh0" }, {
17
+ default: withCtx(() => [
18
+ createVNode(_component_dt_emoji, {
19
+ size: "500",
20
+ code: _ctx.node.attrs.code
21
+ }, null, 8, ["code"])
22
+ ]),
23
+ _: 1
24
+ });
25
+ }
26
+ const EmojiComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
27
+ export {
28
+ EmojiComponent as default
29
+ };
30
+ //# sourceMappingURL=EmojiComponent.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmojiComponent.vue.js","sources":["../../../../../components/rich_text_editor/extensions/emoji/EmojiComponent.vue"],"sourcesContent":["<!-- eslint-disable vue/no-restricted-class -->\n<template>\n <node-view-wrapper\n class=\"d-d-inline-block d-va-bottom d-lh0\"\n >\n <dt-emoji\n size=\"500\"\n :code=\"node.attrs.code\"\n />\n </node-view-wrapper>\n</template>\n\n<script>\nimport { nodeViewProps, NodeViewWrapper } from '@tiptap/vue-3';\n\nimport { DtEmoji } from '@/components/emoji';\n\nexport default {\n name: 'EmojiComponent',\n components: {\n NodeViewWrapper,\n DtEmoji,\n },\n\n props: nodeViewProps,\n};\n</script>\n"],"names":["_createBlock","_createVNode"],"mappings":";;;;AAiBA,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV;AAAA,IACA;AAAA,EACD;AAAA,EAED,OAAO;AACT;;;;sBAvBEA,YAOoB,8BAAA,EANlB,OAAM,wCAAoC;AAAA,qBAE1C,MAGE;AAAA,MAHFC,YAGE,qBAAA;AAAA,QAFA,MAAK;AAAA,QACJ,MAAM,KAAA,KAAK,MAAM;AAAA;;;;;;"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ const vue = require("vue");
3
+ const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.cjs");
4
+ const emoji = require("../../../emoji/emoji.vue.cjs");
5
+ const stack = require("../../../stack/stack.vue.cjs");
6
+ const _sfc_main = {
7
+ name: "EmojiSuggestion",
8
+ components: {
9
+ DtEmoji: emoji,
10
+ DtStack: stack
11
+ },
12
+ props: {
13
+ item: {
14
+ type: Object,
15
+ required: true
16
+ }
17
+ }
18
+ };
19
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
+ const _component_dt_emoji = vue.resolveComponent("dt-emoji");
21
+ const _component_dt_stack = vue.resolveComponent("dt-stack");
22
+ return vue.openBlock(), vue.createBlock(_component_dt_stack, {
23
+ direction: "row",
24
+ gap: "400"
25
+ }, {
26
+ default: vue.withCtx(() => [
27
+ vue.createVNode(_component_dt_emoji, {
28
+ size: "200",
29
+ code: $props.item.code
30
+ }, null, 8, ["code"]),
31
+ vue.createTextVNode(" " + vue.toDisplayString($props.item.code), 1)
32
+ ]),
33
+ _: 1
34
+ });
35
+ }
36
+ const EmojiSuggestion = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
37
+ module.exports = EmojiSuggestion;
38
+ //# sourceMappingURL=EmojiSuggestion.vue.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmojiSuggestion.vue.cjs","sources":["../../../../../components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue"],"sourcesContent":["<template>\n <dt-stack\n direction=\"row\"\n gap=\"400\"\n >\n <dt-emoji\n size=\"200\"\n :code=\"item.code\"\n />\n {{ item.code }}\n </dt-stack>\n</template>\n\n<script>\nimport { DtEmoji } from '@/components/emoji';\nimport { DtStack } from '@/components/stack';\n\nexport default {\n name: 'EmojiSuggestion',\n components: {\n DtEmoji,\n DtStack,\n },\n\n props: {\n item: {\n type: Object,\n required: true,\n },\n },\n};\n</script>\n"],"names":["DtEmoji","DtStack","_createBlock","_createVNode","_toDisplayString"],"mappings":";;;;;AAiBA,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV,SAAAA;AAAAA,IACA,SAAAC;AAAAA,EACD;AAAA,EAED,OAAO;AAAA,IACL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,UAAU;AAAA,IACX;AAAA,EACF;AACH;;;;0BA7BEC,IASW,YAAA,qBAAA;AAAA,IART,WAAU;AAAA,IACV,KAAI;AAAA;yBAEJ,MAGE;AAAA,MAHFC,IAAAA,YAGE,qBAAA;AAAA,QAFA,MAAK;AAAA,QACJ,MAAM,OAAI,KAAC;AAAA;0BACZ,MACFC,oBAAG,OAAI,KAAC,IAAI,GAAA,CAAA;AAAA;;;;;;"}
@@ -0,0 +1,39 @@
1
+ import { resolveComponent, openBlock, createBlock, withCtx, createVNode, createTextVNode, toDisplayString } from "vue";
2
+ import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.js";
3
+ import DtEmoji from "../../../emoji/emoji.vue.js";
4
+ import DtStack from "../../../stack/stack.vue.js";
5
+ const _sfc_main = {
6
+ name: "EmojiSuggestion",
7
+ components: {
8
+ DtEmoji,
9
+ DtStack
10
+ },
11
+ props: {
12
+ item: {
13
+ type: Object,
14
+ required: true
15
+ }
16
+ }
17
+ };
18
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ const _component_dt_emoji = resolveComponent("dt-emoji");
20
+ const _component_dt_stack = resolveComponent("dt-stack");
21
+ return openBlock(), createBlock(_component_dt_stack, {
22
+ direction: "row",
23
+ gap: "400"
24
+ }, {
25
+ default: withCtx(() => [
26
+ createVNode(_component_dt_emoji, {
27
+ size: "200",
28
+ code: $props.item.code
29
+ }, null, 8, ["code"]),
30
+ createTextVNode(" " + toDisplayString($props.item.code), 1)
31
+ ]),
32
+ _: 1
33
+ });
34
+ }
35
+ const EmojiSuggestion = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export {
37
+ EmojiSuggestion as default
38
+ };
39
+ //# sourceMappingURL=EmojiSuggestion.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmojiSuggestion.vue.js","sources":["../../../../../components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue"],"sourcesContent":["<template>\n <dt-stack\n direction=\"row\"\n gap=\"400\"\n >\n <dt-emoji\n size=\"200\"\n :code=\"item.code\"\n />\n {{ item.code }}\n </dt-stack>\n</template>\n\n<script>\nimport { DtEmoji } from '@/components/emoji';\nimport { DtStack } from '@/components/stack';\n\nexport default {\n name: 'EmojiSuggestion',\n components: {\n DtEmoji,\n DtStack,\n },\n\n props: {\n item: {\n type: Object,\n required: true,\n },\n },\n};\n</script>\n"],"names":["_createBlock","_createVNode","_toDisplayString"],"mappings":";;;;AAiBA,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV;AAAA,IACA;AAAA,EACD;AAAA,EAED,OAAO;AAAA,IACL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,UAAU;AAAA,IACX;AAAA,EACF;AACH;;;;sBA7BEA,YASW,qBAAA;AAAA,IART,WAAU;AAAA,IACV,KAAI;AAAA;qBAEJ,MAGE;AAAA,MAHFC,YAGE,qBAAA;AAAA,QAFA,MAAK;AAAA,QACJ,MAAM,OAAI,KAAC;AAAA;sBACZ,MACFC,gBAAG,OAAI,KAAC,IAAI,GAAA,CAAA;AAAA;;;;;"}