@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
@@ -1,222 +0,0 @@
1
- "use strict";
2
- const notice_constants = require("./notice_constants-UXo9e3bS.js");
3
- const common_utils = require("../common/utils.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("./_plugin-vue_export-helper-fhnQq0tA.js");
6
- const lib_icon = require("../lib/icon.cjs");
7
- const sr_only_close_button = require("./sr_only_close_button-xGrHFjwA.js");
8
- const lib_button = require("../lib/button.cjs");
9
- const kindToIcon = /* @__PURE__ */ new Map([
10
- ["info", "info"],
11
- ["success", "check-circle"],
12
- ["warning", "alert-triangle"],
13
- ["error", "alert-circle"],
14
- ["base", "bell"]
15
- ]);
16
- const _sfc_main$2 = {
17
- name: "DtNoticeIcon",
18
- components: {
19
- DtIcon: lib_icon.DtIcon
20
- },
21
- props: {
22
- /**
23
- * Kind of icon
24
- * @values base, error, info, success, warning
25
- */
26
- kind: {
27
- type: String,
28
- default: "base",
29
- validate(kind) {
30
- return notice_constants.NOTICE_KINDS.includes(kind);
31
- }
32
- }
33
- },
34
- data() {
35
- return {
36
- hasSlotContent: common_utils.hasSlotContent
37
- };
38
- },
39
- computed: {
40
- defaultIcon() {
41
- return kindToIcon.get(this.kind);
42
- }
43
- }
44
- };
45
- const _hoisted_1$2 = {
46
- key: 0,
47
- "aria-hidden": "true",
48
- class: "d-notice__icon"
49
- };
50
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
51
- const _component_dt_icon = vue.resolveComponent("dt-icon");
52
- return $options.defaultIcon || $data.hasSlotContent(_ctx.$slots.default) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$2, [
53
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
54
- vue.createVNode(_component_dt_icon, {
55
- name: $options.defaultIcon,
56
- size: "400"
57
- }, null, 8, ["name"])
58
- ])
59
- ])) : vue.createCommentVNode("", true);
60
- }
61
- const DtNoticeIcon = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
62
- const _sfc_main$1 = {
63
- name: "DtNoticeContent",
64
- props: {
65
- /**
66
- * Title header of the notice. This can be left blank to remove the title from the notice entirely.
67
- */
68
- title: {
69
- type: String,
70
- default: ""
71
- },
72
- /**
73
- * ID for the title element of the component. Useful for aria-describedby
74
- * or aria-labelledby or any other reason you may need an id to refer to the title.
75
- */
76
- titleId: {
77
- type: String,
78
- default: void 0
79
- },
80
- /**
81
- * ID for the content element of the component. Useful for aria-describedby
82
- * or aria-labelledby or any other reason you may need an id to refer to the content.
83
- */
84
- contentId: {
85
- type: String,
86
- default: void 0
87
- }
88
- },
89
- data() {
90
- return {
91
- hasSlotContent: common_utils.hasSlotContent
92
- };
93
- }
94
- };
95
- const _hoisted_1$1 = {
96
- class: "d-notice__content",
97
- "data-qa": "notice-content"
98
- };
99
- const _hoisted_2 = ["id"];
100
- const _hoisted_3 = ["id"];
101
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
102
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
103
- $props.title || $data.hasSlotContent(_ctx.$slots.titleOverride) ? (vue.openBlock(), vue.createElementBlock("p", {
104
- key: 0,
105
- id: $props.titleId,
106
- class: "d-notice__title",
107
- "data-qa": "notice-content-title"
108
- }, [
109
- vue.renderSlot(_ctx.$slots, "titleOverride", {}, () => [
110
- vue.createTextVNode(vue.toDisplayString($props.title), 1)
111
- ])
112
- ], 8, _hoisted_2)) : vue.createCommentVNode("", true),
113
- vue.createElementVNode("p", {
114
- id: $props.contentId,
115
- class: "d-notice__message",
116
- "data-qa": "notice-content-message"
117
- }, [
118
- vue.renderSlot(_ctx.$slots, "default")
119
- ], 8, _hoisted_3)
120
- ]);
121
- }
122
- const DtNoticeContent = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
123
- const _sfc_main = {
124
- name: "DtNoticeAction",
125
- components: {
126
- DtIcon: lib_icon.DtIcon,
127
- DtButton: lib_button.DtButton,
128
- SrOnlyCloseButton: sr_only_close_button.SrOnlyCloseButton
129
- },
130
- mixins: [sr_only_close_button.SrOnlyCloseButtonMixin],
131
- props: {
132
- /**
133
- * Props for the notice close button.
134
- */
135
- closeButtonProps: {
136
- type: Object,
137
- default: () => ({})
138
- },
139
- /**
140
- * Hides the close button from the notice
141
- * @values true, false
142
- */
143
- hideClose: {
144
- type: Boolean,
145
- default: false
146
- },
147
- /**
148
- * Hides the action from the notice
149
- * @values true, false
150
- */
151
- hideAction: {
152
- type: Boolean,
153
- default: false
154
- }
155
- },
156
- emits: [
157
- /**
158
- * Close button click event
159
- *
160
- * @event close
161
- */
162
- "close"
163
- ],
164
- created() {
165
- if (!this.hideClose && !this.closeButtonProps.ariaLabel) {
166
- console.error("Invalid props: you must pass in closeButtonProps.ariaLabel if the close button is displayed.");
167
- }
168
- },
169
- mounted() {
170
- if (!this.hideClose) {
171
- this.lastFocusedElement = document.activeElement;
172
- }
173
- },
174
- beforeUnmount() {
175
- var _a;
176
- (_a = this.lastFocusedElement) == null ? void 0 : _a.focus();
177
- },
178
- methods: {
179
- close() {
180
- this.$emit("close");
181
- }
182
- }
183
- };
184
- const _hoisted_1 = {
185
- class: "d-notice__actions",
186
- "data-qa": "notice-content-actions"
187
- };
188
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
189
- const _component_dt_icon = vue.resolveComponent("dt-icon");
190
- const _component_dt_button = vue.resolveComponent("dt-button");
191
- const _component_sr_only_close_button = vue.resolveComponent("sr-only-close-button");
192
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
193
- !$props.hideAction ? vue.renderSlot(_ctx.$slots, "default", { key: 0 }) : vue.createCommentVNode("", true),
194
- !$props.hideClose ? (vue.openBlock(), vue.createBlock(_component_dt_button, vue.mergeProps({
195
- key: 1,
196
- ref: "closeButton",
197
- "data-qa": "dt-notice-action-close-button",
198
- size: "sm",
199
- importance: "clear",
200
- circle: "",
201
- "aria-label": $props.closeButtonProps.ariaLabel ? $props.closeButtonProps.ariaLabel : "Close"
202
- }, $props.closeButtonProps, { onClick: $options.close }), {
203
- icon: vue.withCtx(() => [
204
- vue.createVNode(_component_dt_icon, {
205
- name: "close",
206
- size: "200"
207
- })
208
- ]),
209
- _: 1
210
- }, 16, ["aria-label", "onClick"])) : vue.createCommentVNode("", true),
211
- _ctx.showVisuallyHiddenClose ? (vue.openBlock(), vue.createBlock(_component_sr_only_close_button, {
212
- key: 2,
213
- "visually-hidden-close-label": _ctx.visuallyHiddenCloseLabel,
214
- onClose: $options.close
215
- }, null, 8, ["visually-hidden-close-label", "onClose"])) : vue.createCommentVNode("", true)
216
- ]);
217
- }
218
- const DtNoticeAction = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render]]);
219
- exports.DtNoticeAction = DtNoticeAction;
220
- exports.DtNoticeContent = DtNoticeContent;
221
- exports.DtNoticeIcon = DtNoticeIcon;
222
- //# sourceMappingURL=notice_action-WTucGhvr.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notice_action-WTucGhvr.js","sources":["../../components/notice/notice_icon.vue","../../components/notice/notice_content.vue","../../components/notice/notice_action.vue"],"sourcesContent":["<template>\n <div\n v-if=\"defaultIcon || hasSlotContent($slots.default)\"\n aria-hidden=\"true\"\n class=\"d-notice__icon\"\n >\n <!-- @slot Slot for the main content -->\n <slot>\n <dt-icon\n :name=\"defaultIcon\"\n size=\"400\"\n />\n </slot>\n </div>\n</template>\n\n<script>\nimport { DtIcon } from '@/components/icon';\nimport { NOTICE_KINDS } from './notice_constants.js';\nimport { hasSlotContent } from '@/common/utils';\n\nconst kindToIcon = new Map([\n ['info', 'info'],\n ['success', 'check-circle'],\n ['warning', 'alert-triangle'],\n ['error', 'alert-circle'],\n ['base', 'bell'],\n]);\n\nexport default {\n name: 'DtNoticeIcon',\n\n components: {\n DtIcon,\n },\n\n props: {\n /**\n * Kind of icon\n * @values base, error, info, success, warning\n */\n kind: {\n type: String,\n default: 'base',\n validate (kind) {\n return NOTICE_KINDS.includes(kind);\n },\n },\n },\n\n data () {\n return {\n hasSlotContent,\n };\n },\n\n computed: {\n defaultIcon () {\n return kindToIcon.get(this.kind);\n },\n },\n};\n</script>\n","<template>\n <div\n class=\"d-notice__content\"\n data-qa=\"notice-content\"\n >\n <p\n v-if=\"title || hasSlotContent($slots.titleOverride)\"\n :id=\"titleId\"\n class=\"d-notice__title\"\n data-qa=\"notice-content-title\"\n >\n <!-- @slot Slot for the title -->\n <slot name=\"titleOverride\">\n {{ title }}\n </slot>\n </p>\n <p\n :id=\"contentId\"\n class=\"d-notice__message\"\n data-qa=\"notice-content-message\"\n >\n <!-- @slot Slot for main content -->\n <slot />\n </p>\n </div>\n</template>\n\n<script>\nimport { hasSlotContent } from '@/common/utils';\n\nexport default {\n name: 'DtNoticeContent',\n\n props: {\n /**\n * Title header of the notice. This can be left blank to remove the title from the notice entirely.\n */\n title: {\n type: String,\n default: '',\n },\n\n /**\n * ID for the title element of the component. Useful for aria-describedby\n * or aria-labelledby or any other reason you may need an id to refer to the title.\n */\n titleId: {\n type: String,\n default: undefined,\n },\n\n /**\n * ID for the content element of the component. Useful for aria-describedby\n * or aria-labelledby or any other reason you may need an id to refer to the content.\n */\n contentId: {\n type: String,\n default: undefined,\n },\n },\n\n data () {\n return {\n hasSlotContent,\n };\n },\n};\n</script>\n","<template>\n <div\n class=\"d-notice__actions\"\n data-qa=\"notice-content-actions\"\n >\n <!-- @slot Slot for main content -->\n <slot v-if=\"!hideAction\" />\n <dt-button\n v-if=\"!hideClose\"\n ref=\"closeButton\"\n data-qa=\"dt-notice-action-close-button\"\n size=\"sm\"\n importance=\"clear\"\n circle\n :aria-label=\"closeButtonProps.ariaLabel ? closeButtonProps.ariaLabel : 'Close'\"\n v-bind=\"closeButtonProps\"\n @click=\"close\"\n >\n <template #icon>\n <dt-icon\n name=\"close\"\n size=\"200\"\n />\n </template>\n </dt-button>\n <sr-only-close-button\n v-if=\"showVisuallyHiddenClose\"\n :visually-hidden-close-label=\"visuallyHiddenCloseLabel\"\n @close=\"close\"\n />\n </div>\n</template>\n\n<script>\nimport { DtIcon } from '@/components/icon';\nimport { DtButton } from '@/components/button';\nimport SrOnlyCloseButtonMixin from '@/common/mixins/sr_only_close_button';\nimport SrOnlyCloseButton from '@/common/sr_only_close_button.vue';\n\nexport default {\n name: 'DtNoticeAction',\n\n components: {\n DtIcon,\n DtButton,\n SrOnlyCloseButton,\n },\n\n mixins: [SrOnlyCloseButtonMixin],\n\n props: {\n /**\n * Props for the notice close button.\n */\n closeButtonProps: {\n type: Object,\n default: () => ({}),\n },\n\n /**\n * Hides the close button from the notice\n * @values true, false\n */\n hideClose: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Hides the action from the notice\n * @values true, false\n */\n hideAction: {\n type: Boolean,\n default: false,\n },\n },\n\n emits: [\n /**\n * Close button click event\n *\n * @event close\n */\n 'close',\n ],\n\n created () {\n if (!this.hideClose && !this.closeButtonProps.ariaLabel) {\n console.error('Invalid props: you must pass in closeButtonProps.ariaLabel if the close button is displayed.');\n }\n },\n\n mounted () {\n if (!this.hideClose) {\n this.lastFocusedElement = document.activeElement;\n }\n },\n\n beforeUnmount () {\n this.lastFocusedElement?.focus();\n },\n\n methods: {\n close () {\n this.$emit('close');\n },\n },\n};\n</script>\n"],"names":["_sfc_main","DtIcon","NOTICE_KINDS","hasSlotContent","_openBlock","_createElementBlock","_hoisted_1","_renderSlot","_createVNode","_createElementVNode","DtButton","SrOnlyCloseButton","SrOnlyCloseButtonMixin","_createBlock","_mergeProps"],"mappings":"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"}
@@ -1,223 +0,0 @@
1
- import { NOTICE_KINDS } from "./notice_constants-7Qt2CQEY.js";
2
- import { hasSlotContent } from "../common/utils.js";
3
- import { resolveComponent, openBlock, createElementBlock, renderSlot, createVNode, createCommentVNode, createTextVNode, toDisplayString, createElementVNode, createBlock, mergeProps, withCtx } from "vue";
4
- import { _export_sfc } from "./_plugin-vue_export-helper-caHeSgYY.js";
5
- import { DtIcon } from "../lib/icon.js";
6
- import { SrOnlyCloseButton, SrOnlyCloseButtonMixin } from "./sr_only_close_button-3EdsV-dH.js";
7
- import { DtButton } from "../lib/button.js";
8
- const kindToIcon = /* @__PURE__ */ new Map([
9
- ["info", "info"],
10
- ["success", "check-circle"],
11
- ["warning", "alert-triangle"],
12
- ["error", "alert-circle"],
13
- ["base", "bell"]
14
- ]);
15
- const _sfc_main$2 = {
16
- name: "DtNoticeIcon",
17
- components: {
18
- DtIcon
19
- },
20
- props: {
21
- /**
22
- * Kind of icon
23
- * @values base, error, info, success, warning
24
- */
25
- kind: {
26
- type: String,
27
- default: "base",
28
- validate(kind) {
29
- return NOTICE_KINDS.includes(kind);
30
- }
31
- }
32
- },
33
- data() {
34
- return {
35
- hasSlotContent
36
- };
37
- },
38
- computed: {
39
- defaultIcon() {
40
- return kindToIcon.get(this.kind);
41
- }
42
- }
43
- };
44
- const _hoisted_1$2 = {
45
- key: 0,
46
- "aria-hidden": "true",
47
- class: "d-notice__icon"
48
- };
49
- function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
50
- const _component_dt_icon = resolveComponent("dt-icon");
51
- return $options.defaultIcon || $data.hasSlotContent(_ctx.$slots.default) ? (openBlock(), createElementBlock("div", _hoisted_1$2, [
52
- renderSlot(_ctx.$slots, "default", {}, () => [
53
- createVNode(_component_dt_icon, {
54
- name: $options.defaultIcon,
55
- size: "400"
56
- }, null, 8, ["name"])
57
- ])
58
- ])) : createCommentVNode("", true);
59
- }
60
- const DtNoticeIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
61
- const _sfc_main$1 = {
62
- name: "DtNoticeContent",
63
- props: {
64
- /**
65
- * Title header of the notice. This can be left blank to remove the title from the notice entirely.
66
- */
67
- title: {
68
- type: String,
69
- default: ""
70
- },
71
- /**
72
- * ID for the title element of the component. Useful for aria-describedby
73
- * or aria-labelledby or any other reason you may need an id to refer to the title.
74
- */
75
- titleId: {
76
- type: String,
77
- default: void 0
78
- },
79
- /**
80
- * ID for the content element of the component. Useful for aria-describedby
81
- * or aria-labelledby or any other reason you may need an id to refer to the content.
82
- */
83
- contentId: {
84
- type: String,
85
- default: void 0
86
- }
87
- },
88
- data() {
89
- return {
90
- hasSlotContent
91
- };
92
- }
93
- };
94
- const _hoisted_1$1 = {
95
- class: "d-notice__content",
96
- "data-qa": "notice-content"
97
- };
98
- const _hoisted_2 = ["id"];
99
- const _hoisted_3 = ["id"];
100
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
101
- return openBlock(), createElementBlock("div", _hoisted_1$1, [
102
- $props.title || $data.hasSlotContent(_ctx.$slots.titleOverride) ? (openBlock(), createElementBlock("p", {
103
- key: 0,
104
- id: $props.titleId,
105
- class: "d-notice__title",
106
- "data-qa": "notice-content-title"
107
- }, [
108
- renderSlot(_ctx.$slots, "titleOverride", {}, () => [
109
- createTextVNode(toDisplayString($props.title), 1)
110
- ])
111
- ], 8, _hoisted_2)) : createCommentVNode("", true),
112
- createElementVNode("p", {
113
- id: $props.contentId,
114
- class: "d-notice__message",
115
- "data-qa": "notice-content-message"
116
- }, [
117
- renderSlot(_ctx.$slots, "default")
118
- ], 8, _hoisted_3)
119
- ]);
120
- }
121
- const DtNoticeContent = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
122
- const _sfc_main = {
123
- name: "DtNoticeAction",
124
- components: {
125
- DtIcon,
126
- DtButton,
127
- SrOnlyCloseButton
128
- },
129
- mixins: [SrOnlyCloseButtonMixin],
130
- props: {
131
- /**
132
- * Props for the notice close button.
133
- */
134
- closeButtonProps: {
135
- type: Object,
136
- default: () => ({})
137
- },
138
- /**
139
- * Hides the close button from the notice
140
- * @values true, false
141
- */
142
- hideClose: {
143
- type: Boolean,
144
- default: false
145
- },
146
- /**
147
- * Hides the action from the notice
148
- * @values true, false
149
- */
150
- hideAction: {
151
- type: Boolean,
152
- default: false
153
- }
154
- },
155
- emits: [
156
- /**
157
- * Close button click event
158
- *
159
- * @event close
160
- */
161
- "close"
162
- ],
163
- created() {
164
- if (!this.hideClose && !this.closeButtonProps.ariaLabel) {
165
- console.error("Invalid props: you must pass in closeButtonProps.ariaLabel if the close button is displayed.");
166
- }
167
- },
168
- mounted() {
169
- if (!this.hideClose) {
170
- this.lastFocusedElement = document.activeElement;
171
- }
172
- },
173
- beforeUnmount() {
174
- var _a;
175
- (_a = this.lastFocusedElement) == null ? void 0 : _a.focus();
176
- },
177
- methods: {
178
- close() {
179
- this.$emit("close");
180
- }
181
- }
182
- };
183
- const _hoisted_1 = {
184
- class: "d-notice__actions",
185
- "data-qa": "notice-content-actions"
186
- };
187
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
188
- const _component_dt_icon = resolveComponent("dt-icon");
189
- const _component_dt_button = resolveComponent("dt-button");
190
- const _component_sr_only_close_button = resolveComponent("sr-only-close-button");
191
- return openBlock(), createElementBlock("div", _hoisted_1, [
192
- !$props.hideAction ? renderSlot(_ctx.$slots, "default", { key: 0 }) : createCommentVNode("", true),
193
- !$props.hideClose ? (openBlock(), createBlock(_component_dt_button, mergeProps({
194
- key: 1,
195
- ref: "closeButton",
196
- "data-qa": "dt-notice-action-close-button",
197
- size: "sm",
198
- importance: "clear",
199
- circle: "",
200
- "aria-label": $props.closeButtonProps.ariaLabel ? $props.closeButtonProps.ariaLabel : "Close"
201
- }, $props.closeButtonProps, { onClick: $options.close }), {
202
- icon: withCtx(() => [
203
- createVNode(_component_dt_icon, {
204
- name: "close",
205
- size: "200"
206
- })
207
- ]),
208
- _: 1
209
- }, 16, ["aria-label", "onClick"])) : createCommentVNode("", true),
210
- _ctx.showVisuallyHiddenClose ? (openBlock(), createBlock(_component_sr_only_close_button, {
211
- key: 2,
212
- "visually-hidden-close-label": _ctx.visuallyHiddenCloseLabel,
213
- onClose: $options.close
214
- }, null, 8, ["visually-hidden-close-label", "onClose"])) : createCommentVNode("", true)
215
- ]);
216
- }
217
- const DtNoticeAction = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
218
- export {
219
- DtNoticeAction,
220
- DtNoticeContent,
221
- DtNoticeIcon
222
- };
223
- //# sourceMappingURL=notice_action-p-ePanW_.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"notice_action-p-ePanW_.js","sources":["../../components/notice/notice_icon.vue","../../components/notice/notice_content.vue","../../components/notice/notice_action.vue"],"sourcesContent":["<template>\n <div\n v-if=\"defaultIcon || hasSlotContent($slots.default)\"\n aria-hidden=\"true\"\n class=\"d-notice__icon\"\n >\n <!-- @slot Slot for the main content -->\n <slot>\n <dt-icon\n :name=\"defaultIcon\"\n size=\"400\"\n />\n </slot>\n </div>\n</template>\n\n<script>\nimport { DtIcon } from '@/components/icon';\nimport { NOTICE_KINDS } from './notice_constants.js';\nimport { hasSlotContent } from '@/common/utils';\n\nconst kindToIcon = new Map([\n ['info', 'info'],\n ['success', 'check-circle'],\n ['warning', 'alert-triangle'],\n ['error', 'alert-circle'],\n ['base', 'bell'],\n]);\n\nexport default {\n name: 'DtNoticeIcon',\n\n components: {\n DtIcon,\n },\n\n props: {\n /**\n * Kind of icon\n * @values base, error, info, success, warning\n */\n kind: {\n type: String,\n default: 'base',\n validate (kind) {\n return NOTICE_KINDS.includes(kind);\n },\n },\n },\n\n data () {\n return {\n hasSlotContent,\n };\n },\n\n computed: {\n defaultIcon () {\n return kindToIcon.get(this.kind);\n },\n },\n};\n</script>\n","<template>\n <div\n class=\"d-notice__content\"\n data-qa=\"notice-content\"\n >\n <p\n v-if=\"title || hasSlotContent($slots.titleOverride)\"\n :id=\"titleId\"\n class=\"d-notice__title\"\n data-qa=\"notice-content-title\"\n >\n <!-- @slot Slot for the title -->\n <slot name=\"titleOverride\">\n {{ title }}\n </slot>\n </p>\n <p\n :id=\"contentId\"\n class=\"d-notice__message\"\n data-qa=\"notice-content-message\"\n >\n <!-- @slot Slot for main content -->\n <slot />\n </p>\n </div>\n</template>\n\n<script>\nimport { hasSlotContent } from '@/common/utils';\n\nexport default {\n name: 'DtNoticeContent',\n\n props: {\n /**\n * Title header of the notice. This can be left blank to remove the title from the notice entirely.\n */\n title: {\n type: String,\n default: '',\n },\n\n /**\n * ID for the title element of the component. Useful for aria-describedby\n * or aria-labelledby or any other reason you may need an id to refer to the title.\n */\n titleId: {\n type: String,\n default: undefined,\n },\n\n /**\n * ID for the content element of the component. Useful for aria-describedby\n * or aria-labelledby or any other reason you may need an id to refer to the content.\n */\n contentId: {\n type: String,\n default: undefined,\n },\n },\n\n data () {\n return {\n hasSlotContent,\n };\n },\n};\n</script>\n","<template>\n <div\n class=\"d-notice__actions\"\n data-qa=\"notice-content-actions\"\n >\n <!-- @slot Slot for main content -->\n <slot v-if=\"!hideAction\" />\n <dt-button\n v-if=\"!hideClose\"\n ref=\"closeButton\"\n data-qa=\"dt-notice-action-close-button\"\n size=\"sm\"\n importance=\"clear\"\n circle\n :aria-label=\"closeButtonProps.ariaLabel ? closeButtonProps.ariaLabel : 'Close'\"\n v-bind=\"closeButtonProps\"\n @click=\"close\"\n >\n <template #icon>\n <dt-icon\n name=\"close\"\n size=\"200\"\n />\n </template>\n </dt-button>\n <sr-only-close-button\n v-if=\"showVisuallyHiddenClose\"\n :visually-hidden-close-label=\"visuallyHiddenCloseLabel\"\n @close=\"close\"\n />\n </div>\n</template>\n\n<script>\nimport { DtIcon } from '@/components/icon';\nimport { DtButton } from '@/components/button';\nimport SrOnlyCloseButtonMixin from '@/common/mixins/sr_only_close_button';\nimport SrOnlyCloseButton from '@/common/sr_only_close_button.vue';\n\nexport default {\n name: 'DtNoticeAction',\n\n components: {\n DtIcon,\n DtButton,\n SrOnlyCloseButton,\n },\n\n mixins: [SrOnlyCloseButtonMixin],\n\n props: {\n /**\n * Props for the notice close button.\n */\n closeButtonProps: {\n type: Object,\n default: () => ({}),\n },\n\n /**\n * Hides the close button from the notice\n * @values true, false\n */\n hideClose: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Hides the action from the notice\n * @values true, false\n */\n hideAction: {\n type: Boolean,\n default: false,\n },\n },\n\n emits: [\n /**\n * Close button click event\n *\n * @event close\n */\n 'close',\n ],\n\n created () {\n if (!this.hideClose && !this.closeButtonProps.ariaLabel) {\n console.error('Invalid props: you must pass in closeButtonProps.ariaLabel if the close button is displayed.');\n }\n },\n\n mounted () {\n if (!this.hideClose) {\n this.lastFocusedElement = document.activeElement;\n }\n },\n\n beforeUnmount () {\n this.lastFocusedElement?.focus();\n },\n\n methods: {\n close () {\n this.$emit('close');\n },\n },\n};\n</script>\n"],"names":["_sfc_main","_openBlock","_createElementBlock","_hoisted_1","_renderSlot","_createVNode","_createElementVNode","_createBlock","_mergeProps"],"mappings":";;;;;;;AAqBA,MAAM,aAAa,oBAAI,IAAI;AAAA,EACzB,CAAC,QAAQ,MAAM;AAAA,EACf,CAAC,WAAW,cAAc;AAAA,EAC1B,CAAC,WAAW,gBAAgB;AAAA,EAC5B,CAAC,SAAS,cAAc;AAAA,EACxB,CAAC,QAAQ,MAAM;AACjB,CAAC;AAED,MAAKA,cAAU;AAAA,EACb,MAAM;AAAA,EAEN,YAAY;AAAA,IACV;AAAA,EACD;AAAA,EAED,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,MACT,SAAU,MAAM;AACd,eAAO,aAAa,SAAS,IAAI;AAAA,MAClC;AAAA,IACF;AAAA,EACF;AAAA,EAED,OAAQ;AACN,WAAO;AAAA,MACL;AAAA;EAEH;AAAA,EAED,UAAU;AAAA,IACR,cAAe;AACb,aAAO,WAAW,IAAI,KAAK,IAAI;AAAA,IAChC;AAAA,EACF;AACH;;;EA1DI,eAAY;AAAA,EACZ,OAAM;;;;AAFA,SAAA,SAAA,eAAe,MAAA,eAAe,KAAA,OAAO,OAAO,KADpDC,aAAAC,mBAYM,OAZNC,cAYM;AAAA,IANJC,WAKO,4BALP,MAKO;AAAA,MAJLC,YAGE,oBAAA;AAAA,QAFC,MAAM,SAAW;AAAA,QAClB,MAAK;AAAA;;;;;ACoBb,MAAKL,cAAU;AAAA,EACb,MAAM;AAAA,EAEN,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,OAAO;AAAA,MACL,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,SAAS;AAAA,MACP,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA,EAED,OAAQ;AACN,WAAO;AAAA,MACL;AAAA;EAEH;AACH;;EAhEI,OAAM;AAAA,EACN,WAAQ;;;;;AAFV,SAAAC,UAAA,GAAAC,mBAuBM,OAvBNC,cAuBM;AAAA,IAlBI,OAAA,SAAS,MAAA,eAAe,KAAA,OAAO,aAAa,kBADpDD,mBAUI,KAAA;AAAA;MARD,IAAI,OAAO;AAAA,MACZ,OAAM;AAAA,MACN,WAAQ;AAAA;MAGRE,WAEO,kCAFP,MAEO;AAAA,wCADF,OAAK,KAAA,GAAA,CAAA;AAAA;;IAGZE,mBAOI,KAAA;AAAA,MAND,IAAI,OAAS;AAAA,MACd,OAAM;AAAA,MACN,WAAQ;AAAA;MAGRF,WAAQ,KAAA,QAAA,SAAA;AAAA;;;;ACiBd,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EAEN,YAAY;AAAA,IACV;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA,EAED,QAAQ,CAAC,sBAAsB;AAAA,EAE/B,OAAO;AAAA;AAAA;AAAA;AAAA,IAIL,kBAAkB;AAAA,MAChB,MAAM;AAAA,MACN,SAAS,OAAO,CAAA;AAAA,IACjB;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,WAAW;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,YAAY;AAAA,MACV,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA,EAED,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAML;AAAA,EACD;AAAA,EAED,UAAW;AACT,QAAI,CAAC,KAAK,aAAa,CAAC,KAAK,iBAAiB,WAAW;AACvD,cAAQ,MAAM,8FAA8F;AAAA,IAC9G;AAAA,EACD;AAAA,EAED,UAAW;AACT,QAAI,CAAC,KAAK,WAAW;AACnB,WAAK,qBAAqB,SAAS;AAAA,IACrC;AAAA,EACD;AAAA,EAED,gBAAiB;;AACf,eAAK,uBAAL,mBAAyB;AAAA,EAC1B;AAAA,EAED,SAAS;AAAA,IACP,QAAS;AACP,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACF;AACH;;EA1GI,OAAM;AAAA,EACN,WAAQ;;;;;;AAFV,SAAAH,UAAA,GAAAC,mBA6BM,OA7BN,YA6BM;AAAA,KAxBS,OAAU,aAAvBE,WAA2B,KAAA,QAAA,WAAA,EAAA,KAAA,GAAA;KAElB,OAAS,aADlBH,aAAAM,YAiBY,sBAjBZC,WAiBY;AAAA;MAfV,KAAI;AAAA,MACJ,WAAQ;AAAA,MACR,MAAK;AAAA,MACL,YAAW;AAAA,MACX,QAAA;AAAA,MACC,cAAY,OAAgB,iBAAC,YAAY,OAAA,iBAAiB,YAAS;AAAA,OAC5D,OAAgB,kBAAA,EACvB,SAAO,SAAK,MAAA,CAAA,GAAA;AAAA,MAEF,cACT,MAGE;AAAA,QAHFH,YAGE,oBAAA;AAAA,UAFA,MAAK;AAAA,UACL,MAAK;AAAA;;;;IAKH,KAAuB,wCAD/BE,YAIE,iCAAA;AAAA;MAFC,+BAA6B,KAAwB;AAAA,MACrD,SAAO,SAAK;AAAA;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notice_constants-7Qt2CQEY.js","sources":["../../components/notice/notice_constants.js"],"sourcesContent":["export const NOTICE_KINDS = ['base', 'error', 'info', 'success', 'warning'];\nexport const NOTICE_ROLES = ['alert', 'alertdialog', 'status'];\n\nexport default {\n NOTICE_KINDS,\n NOTICE_ROLES,\n};\n"],"names":[],"mappings":"AAAY,MAAC,eAAe,CAAC,QAAQ,SAAS,QAAQ,WAAW,SAAS;AAC9D,MAAC,eAAe,CAAC,SAAS,eAAe,QAAQ;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"notice_constants-UXo9e3bS.js","sources":["../../components/notice/notice_constants.js"],"sourcesContent":["export const NOTICE_KINDS = ['base', 'error', 'info', 'success', 'warning'];\nexport const NOTICE_ROLES = ['alert', 'alertdialog', 'status'];\n\nexport default {\n NOTICE_KINDS,\n NOTICE_ROLES,\n};\n"],"names":[],"mappings":";AAAY,MAAC,eAAe,CAAC,QAAQ,SAAS,QAAQ,WAAW,SAAS;AAC9D,MAAC,eAAe,CAAC,SAAS,eAAe,QAAQ;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"popover_constants-WsOUIY-m.js","sources":["../../components/popover/tippy_utils.js","../../components/tooltip/tooltip_constants.js","../../components/popover/popover_constants.js"],"sourcesContent":["import tippy, { sticky } from 'tippy.js';\n\nexport const BASE_TIPPY_DIRECTIONS = [\n 'bottom', 'bottom-start', 'bottom-end',\n 'right', 'right-start', 'right-end',\n 'left', 'left-start', 'left-end',\n 'top', 'top-start', 'top-end',\n];\n\nexport const TIPPY_STICKY_VALUES = [true, false, 'reference', 'popper'];\nexport const createTippyPopover = (anchorElement, options) => {\n const { contentElement } = { ...options };\n delete options.contentElement;\n return tippy(anchorElement, {\n ...options,\n plugins: [sticky],\n render: () => getContentWrapper(contentElement),\n });\n};\n\nexport const createTippy = (anchorElement, options) => {\n return tippy(anchorElement, {\n ...options,\n plugins: [sticky],\n });\n};\n\nexport const getPopperOptions = ({\n boundary = 'clippingParents',\n fallbackPlacements = [],\n onChangePlacement = () => {},\n hasHideModifierEnabled = false,\n // If set to false the dialog will display over top of the anchor when there is insufficient space.\n // if set to true it will never move from its position relative to the anchor and will clip instead.\n tether = true,\n} = {}) => {\n return {\n modifiers: [\n {\n name: 'flip',\n options: {\n fallbackPlacements,\n boundary,\n },\n },\n {\n name: 'hide',\n enabled: hasHideModifierEnabled,\n },\n {\n name: 'preventOverflow',\n options: {\n altAxis: !tether,\n tether,\n },\n },\n ],\n };\n};\n\nconst createAnchor = (anchorWrapper) => {\n const span = document.createElement('span');\n span.innerText = anchorWrapper.innerText || '';\n anchorWrapper.innerText = '';\n anchorWrapper.appendChild(span);\n return span;\n};\n\nexport const getAnchor = (anchorWrapper) => {\n const anchor = anchorWrapper?.children[0];\n if (!anchor) return createAnchor(anchorWrapper);\n return anchor;\n};\n\nexport const getContentWrapper = content => {\n // The recommended structure is to use the popper as an outer wrapper\n const popper = document.createElement('div');\n popper.className = 'tippy-box d-ps-absolute';\n popper.appendChild(content);\n return {\n popper,\n };\n};\n","/*\n* Tippy directions - https://atomiks.github.io/tippyjs/v6/all-props/#placement\n* */\nimport { BASE_TIPPY_DIRECTIONS, TIPPY_STICKY_VALUES } from '@/components/popover/tippy_utils';\n\nexport const TOOLTIP_DIRECTIONS = [\n ...BASE_TIPPY_DIRECTIONS,\n];\n\nexport const TOOLTIP_DELAY_MS = 300;\n\nexport const TOOLTIP_KIND_MODIFIERS = {\n hover: `d-tooltip--hover`,\n show: `d-tooltip--show`,\n inverted: `d-tooltip--inverted`,\n hide: `d-tooltip--hide`,\n};\n\nexport const TOOLTIP_STICKY_VALUES = [\n ...TIPPY_STICKY_VALUES,\n];\n\nexport const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];\n\nexport default {\n TOOLTIP_DIRECTIONS,\n TOOLTIP_DELAY_MS,\n TOOLTIP_KIND_MODIFIERS,\n TOOLTIP_STICKY_VALUES,\n TOOLTIP_HIDE_ON_CLICK_VARIANTS,\n};\n","import { BASE_TIPPY_DIRECTIONS, TIPPY_STICKY_VALUES } from './tippy_utils';\n\nexport const POPOVER_PADDING_CLASSES = {\n none: undefined,\n small: 'd-p4',\n medium: 'd-p8',\n large: 'd-p16',\n};\nexport const POPOVER_HEADER_FOOTER_PADDING_CLASSES = {\n none: undefined,\n small: 'd-pl4',\n medium: 'd-pl8',\n large: 'd-pl16',\n};\nexport const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];\nexport const POPOVER_CONTENT_WIDTHS = ['', 'anchor'];\nexport const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];\nexport const POPOVER_APPEND_TO_VALUES = ['parent', 'body', 'root'];\nexport const POPOVER_STICKY_VALUES = [\n ...TIPPY_STICKY_VALUES,\n];\nexport const POPOVER_DIRECTIONS = [\n ...BASE_TIPPY_DIRECTIONS,\n];\n\nexport default {\n POPOVER_PADDING_CLASSES,\n POPOVER_HEADER_FOOTER_PADDING_CLASSES,\n POPOVER_ROLES,\n POPOVER_CONTENT_WIDTHS,\n POPOVER_INITIAL_FOCUS_STRINGS,\n POPOVER_APPEND_TO_VALUES,\n POPOVER_STICKY_VALUES,\n POPOVER_DIRECTIONS,\n};\n"],"names":[],"mappings":";AAEO,MAAM,wBAAwB;AAAA,EACnC;AAAA,EAAU;AAAA,EAAgB;AAAA,EAC1B;AAAA,EAAS;AAAA,EAAe;AAAA,EACxB;AAAA,EAAQ;AAAA,EAAc;AAAA,EACtB;AAAA,EAAO;AAAA,EAAa;AACtB;AAEO,MAAM,sBAAsB,CAAC,MAAM,OAAO,aAAa,QAAQ;AAC1D,MAAC,qBAAqB,CAAC,eAAe,YAAY;AAC5D,QAAM,EAAE,eAAc,IAAK,EAAE,GAAG,QAAO;AACvC,SAAO,QAAQ;AACf,SAAO,MAAM,eAAe;AAAA,IAC1B,GAAG;AAAA,IACH,SAAS,CAAC,MAAM;AAAA,IAChB,QAAQ,MAAM,kBAAkB,cAAc;AAAA,EAClD,CAAG;AACH;AAEY,MAAC,cAAc,CAAC,eAAe,YAAY;AACrD,SAAO,MAAM,eAAe;AAAA,IAC1B,GAAG;AAAA,IACH,SAAS,CAAC,MAAM;AAAA,EACpB,CAAG;AACH;AAEY,MAAC,mBAAmB,CAAC;AAAA,EAC/B,WAAW;AAAA,EACX,qBAAqB,CAAE;AAAA,EACvB,oBAAoB,MAAM;AAAA,EAAE;AAAA,EAC5B,yBAAyB;AAAA;AAAA;AAAA,EAGzB,SAAS;AACX,IAAI,OAAO;AACT,SAAO;AAAA,IACL,WAAW;AAAA,MACT;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,UACP;AAAA,UACA;AAAA,QACD;AAAA,MACF;AAAA,MACD;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,MACV;AAAA,MACD;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,UACP,SAAS,CAAC;AAAA,UACV;AAAA,QACD;AAAA,MACF;AAAA,IACF;AAAA,EACL;AACA;AAEA,MAAM,eAAe,CAAC,kBAAkB;AACtC,QAAM,OAAO,SAAS,cAAc,MAAM;AAC1C,OAAK,YAAY,cAAc,aAAa;AAC5C,gBAAc,YAAY;AAC1B,gBAAc,YAAY,IAAI;AAC9B,SAAO;AACT;AAEY,MAAC,YAAY,CAAC,kBAAkB;AAC1C,QAAM,SAAS,+CAAe,SAAS;AACvC,MAAI,CAAC;AAAQ,WAAO,aAAa,aAAa;AAC9C,SAAO;AACT;AAEO,MAAM,oBAAoB,aAAW;AAE1C,QAAM,SAAS,SAAS,cAAc,KAAK;AAC3C,SAAO,YAAY;AACnB,SAAO,YAAY,OAAO;AAC1B,SAAO;AAAA,IACL;AAAA,EACJ;AACA;AC7EY,MAAC,qBAAqB;AAAA,EAChC,GAAG;AACL;AAEY,MAAC,mBAAmB;AAEpB,MAAC,yBAAyB;AAAA,EACpC,OAAO;AAAA,EACP,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AACR;AAEY,MAAC,wBAAwB;AAAA,EACnC,GAAG;AACL;AAEY,MAAC,iCAAiC,CAAC,MAAM,OAAO,QAAQ;ACpBxD,MAAC,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AACT;AACY,MAAC,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AACT;AACY,MAAC,gBAAgB,CAAC,UAAU,QAAQ,WAAW,QAAQ,MAAM;AAC7D,MAAC,yBAAyB,CAAC,IAAI,QAAQ;AACvC,MAAC,gCAAgC,CAAC,QAAQ,UAAU,OAAO;AAC3D,MAAC,2BAA2B,CAAC,UAAU,QAAQ,MAAM;AACrD,MAAC,wBAAwB;AAAA,EACnC,GAAG;AACL;AACY,MAAC,qBAAqB;AAAA,EAChC,GAAG;AACL;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"popover_constants-XnGWXaxX.js","sources":["../../components/popover/tippy_utils.js","../../components/tooltip/tooltip_constants.js","../../components/popover/popover_constants.js"],"sourcesContent":["import tippy, { sticky } from 'tippy.js';\n\nexport const BASE_TIPPY_DIRECTIONS = [\n 'bottom', 'bottom-start', 'bottom-end',\n 'right', 'right-start', 'right-end',\n 'left', 'left-start', 'left-end',\n 'top', 'top-start', 'top-end',\n];\n\nexport const TIPPY_STICKY_VALUES = [true, false, 'reference', 'popper'];\nexport const createTippyPopover = (anchorElement, options) => {\n const { contentElement } = { ...options };\n delete options.contentElement;\n return tippy(anchorElement, {\n ...options,\n plugins: [sticky],\n render: () => getContentWrapper(contentElement),\n });\n};\n\nexport const createTippy = (anchorElement, options) => {\n return tippy(anchorElement, {\n ...options,\n plugins: [sticky],\n });\n};\n\nexport const getPopperOptions = ({\n boundary = 'clippingParents',\n fallbackPlacements = [],\n onChangePlacement = () => {},\n hasHideModifierEnabled = false,\n // If set to false the dialog will display over top of the anchor when there is insufficient space.\n // if set to true it will never move from its position relative to the anchor and will clip instead.\n tether = true,\n} = {}) => {\n return {\n modifiers: [\n {\n name: 'flip',\n options: {\n fallbackPlacements,\n boundary,\n },\n },\n {\n name: 'hide',\n enabled: hasHideModifierEnabled,\n },\n {\n name: 'preventOverflow',\n options: {\n altAxis: !tether,\n tether,\n },\n },\n ],\n };\n};\n\nconst createAnchor = (anchorWrapper) => {\n const span = document.createElement('span');\n span.innerText = anchorWrapper.innerText || '';\n anchorWrapper.innerText = '';\n anchorWrapper.appendChild(span);\n return span;\n};\n\nexport const getAnchor = (anchorWrapper) => {\n const anchor = anchorWrapper?.children[0];\n if (!anchor) return createAnchor(anchorWrapper);\n return anchor;\n};\n\nexport const getContentWrapper = content => {\n // The recommended structure is to use the popper as an outer wrapper\n const popper = document.createElement('div');\n popper.className = 'tippy-box d-ps-absolute';\n popper.appendChild(content);\n return {\n popper,\n };\n};\n","/*\n* Tippy directions - https://atomiks.github.io/tippyjs/v6/all-props/#placement\n* */\nimport { BASE_TIPPY_DIRECTIONS, TIPPY_STICKY_VALUES } from '@/components/popover/tippy_utils';\n\nexport const TOOLTIP_DIRECTIONS = [\n ...BASE_TIPPY_DIRECTIONS,\n];\n\nexport const TOOLTIP_DELAY_MS = 300;\n\nexport const TOOLTIP_KIND_MODIFIERS = {\n hover: `d-tooltip--hover`,\n show: `d-tooltip--show`,\n inverted: `d-tooltip--inverted`,\n hide: `d-tooltip--hide`,\n};\n\nexport const TOOLTIP_STICKY_VALUES = [\n ...TIPPY_STICKY_VALUES,\n];\n\nexport const TOOLTIP_HIDE_ON_CLICK_VARIANTS = [true, false, 'toggle'];\n\nexport default {\n TOOLTIP_DIRECTIONS,\n TOOLTIP_DELAY_MS,\n TOOLTIP_KIND_MODIFIERS,\n TOOLTIP_STICKY_VALUES,\n TOOLTIP_HIDE_ON_CLICK_VARIANTS,\n};\n","import { BASE_TIPPY_DIRECTIONS, TIPPY_STICKY_VALUES } from './tippy_utils';\n\nexport const POPOVER_PADDING_CLASSES = {\n none: undefined,\n small: 'd-p4',\n medium: 'd-p8',\n large: 'd-p16',\n};\nexport const POPOVER_HEADER_FOOTER_PADDING_CLASSES = {\n none: undefined,\n small: 'd-pl4',\n medium: 'd-pl8',\n large: 'd-pl16',\n};\nexport const POPOVER_ROLES = ['dialog', 'menu', 'listbox', 'tree', 'grid'];\nexport const POPOVER_CONTENT_WIDTHS = ['', 'anchor'];\nexport const POPOVER_INITIAL_FOCUS_STRINGS = ['none', 'dialog', 'first'];\nexport const POPOVER_APPEND_TO_VALUES = ['parent', 'body', 'root'];\nexport const POPOVER_STICKY_VALUES = [\n ...TIPPY_STICKY_VALUES,\n];\nexport const POPOVER_DIRECTIONS = [\n ...BASE_TIPPY_DIRECTIONS,\n];\n\nexport default {\n POPOVER_PADDING_CLASSES,\n POPOVER_HEADER_FOOTER_PADDING_CLASSES,\n POPOVER_ROLES,\n POPOVER_CONTENT_WIDTHS,\n POPOVER_INITIAL_FOCUS_STRINGS,\n POPOVER_APPEND_TO_VALUES,\n POPOVER_STICKY_VALUES,\n POPOVER_DIRECTIONS,\n};\n"],"names":["sticky"],"mappings":";;AAEO,MAAM,wBAAwB;AAAA,EACnC;AAAA,EAAU;AAAA,EAAgB;AAAA,EAC1B;AAAA,EAAS;AAAA,EAAe;AAAA,EACxB;AAAA,EAAQ;AAAA,EAAc;AAAA,EACtB;AAAA,EAAO;AAAA,EAAa;AACtB;AAEO,MAAM,sBAAsB,CAAC,MAAM,OAAO,aAAa,QAAQ;AAC1D,MAAC,qBAAqB,CAAC,eAAe,YAAY;AAC5D,QAAM,EAAE,eAAc,IAAK,EAAE,GAAG,QAAO;AACvC,SAAO,QAAQ;AACf,SAAO,MAAM,eAAe;AAAA,IAC1B,GAAG;AAAA,IACH,SAAS,CAACA,MAAAA,MAAM;AAAA,IAChB,QAAQ,MAAM,kBAAkB,cAAc;AAAA,EAClD,CAAG;AACH;AAEY,MAAC,cAAc,CAAC,eAAe,YAAY;AACrD,SAAO,MAAM,eAAe;AAAA,IAC1B,GAAG;AAAA,IACH,SAAS,CAACA,MAAAA,MAAM;AAAA,EACpB,CAAG;AACH;AAEY,MAAC,mBAAmB,CAAC;AAAA,EAC/B,WAAW;AAAA,EACX,qBAAqB,CAAE;AAAA,EACvB,oBAAoB,MAAM;AAAA,EAAE;AAAA,EAC5B,yBAAyB;AAAA;AAAA;AAAA,EAGzB,SAAS;AACX,IAAI,OAAO;AACT,SAAO;AAAA,IACL,WAAW;AAAA,MACT;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,UACP;AAAA,UACA;AAAA,QACD;AAAA,MACF;AAAA,MACD;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,MACV;AAAA,MACD;AAAA,QACE,MAAM;AAAA,QACN,SAAS;AAAA,UACP,SAAS,CAAC;AAAA,UACV;AAAA,QACD;AAAA,MACF;AAAA,IACF;AAAA,EACL;AACA;AAEA,MAAM,eAAe,CAAC,kBAAkB;AACtC,QAAM,OAAO,SAAS,cAAc,MAAM;AAC1C,OAAK,YAAY,cAAc,aAAa;AAC5C,gBAAc,YAAY;AAC1B,gBAAc,YAAY,IAAI;AAC9B,SAAO;AACT;AAEY,MAAC,YAAY,CAAC,kBAAkB;AAC1C,QAAM,SAAS,+CAAe,SAAS;AACvC,MAAI,CAAC;AAAQ,WAAO,aAAa,aAAa;AAC9C,SAAO;AACT;AAEO,MAAM,oBAAoB,aAAW;AAE1C,QAAM,SAAS,SAAS,cAAc,KAAK;AAC3C,SAAO,YAAY;AACnB,SAAO,YAAY,OAAO;AAC1B,SAAO;AAAA,IACL;AAAA,EACJ;AACA;AC7EY,MAAC,qBAAqB;AAAA,EAChC,GAAG;AACL;AAEY,MAAC,mBAAmB;AAEpB,MAAC,yBAAyB;AAAA,EACpC,OAAO;AAAA,EACP,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AACR;AAEY,MAAC,wBAAwB;AAAA,EACnC,GAAG;AACL;AAEY,MAAC,iCAAiC,CAAC,MAAM,OAAO,QAAQ;ACpBxD,MAAC,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AACT;AACY,MAAC,wCAAwC;AAAA,EACnD,MAAM;AAAA,EACN,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,OAAO;AACT;AACY,MAAC,gBAAgB,CAAC,UAAU,QAAQ,WAAW,QAAQ,MAAM;AAC7D,MAAC,yBAAyB,CAAC,IAAI,QAAQ;AACvC,MAAC,gCAAgC,CAAC,QAAQ,UAAU,OAAO;AAC3D,MAAC,2BAA2B,CAAC,UAAU,QAAQ,MAAM;AACrD,MAAC,wBAAwB;AAAA,EACnC,GAAG;AACL;AACY,MAAC,qBAAqB;AAAA,EAChC,GAAG;AACL;;;;;;;;;;;;;;;;;;"}
@@ -1,92 +0,0 @@
1
- import { resolveComponent, openBlock, createBlock, withKeys, withModifiers, withCtx, createVNode } from "vue";
2
- import { _export_sfc } from "./_plugin-vue_export-helper-caHeSgYY.js";
3
- import { DtIcon } from "../lib/icon.js";
4
- import { DtButton } from "../lib/button.js";
5
- const SrOnlyCloseButtonMixin = {
6
- props: {
7
- /**
8
- * If true, a hidden close button is included for screen readers
9
- * @values true, false
10
- */
11
- visuallyHiddenClose: {
12
- type: Boolean,
13
- default: false
14
- },
15
- /**
16
- * Label for the visually hidden close button
17
- * Required if visuallyHiddenClose is set to `true`
18
- */
19
- visuallyHiddenCloseLabel: {
20
- type: String,
21
- default: null
22
- }
23
- },
24
- watch: {
25
- $props: {
26
- immediate: true,
27
- deep: true,
28
- handler() {
29
- this.validateVisuallyHiddenCloseProps();
30
- }
31
- }
32
- },
33
- computed: {
34
- showVisuallyHiddenClose() {
35
- return this.visuallyHiddenClose && this.visuallyHiddenCloseLabel != null;
36
- }
37
- },
38
- methods: {
39
- validateVisuallyHiddenCloseProps() {
40
- if (this.visuallyHiddenClose && !this.visuallyHiddenCloseLabel) {
41
- console.error(`If visuallyHiddenClose prop is true, the component includes
42
- a visually hidden close button and you must set the visuallyHiddenCloseLabel prop.`);
43
- }
44
- }
45
- }
46
- };
47
- const _sfc_main = {
48
- name: "SrOnlyCloseButton",
49
- components: {
50
- DtIcon,
51
- DtButton
52
- },
53
- props: {
54
- /**
55
- * Label for the visually hidden close button
56
- * Required if visuallyHiddenClose is set to `true`
57
- */
58
- visuallyHiddenCloseLabel: {
59
- type: String,
60
- default: null
61
- }
62
- },
63
- emits: ["close"],
64
- methods: {
65
- close() {
66
- this.$emit("close");
67
- }
68
- }
69
- };
70
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
71
- const _component_dt_icon = resolveComponent("dt-icon");
72
- const _component_dt_button = resolveComponent("dt-button");
73
- return openBlock(), createBlock(_component_dt_button, {
74
- id: "sr-only-close-button",
75
- "data-qa": "dt-sr-only-close-button",
76
- class: "d-vi-visible-sr",
77
- "aria-label": $props.visuallyHiddenCloseLabel,
78
- onClick: $options.close,
79
- onKeydown: withKeys(withModifiers($options.close, ["prevent", "stop"]), ["space"])
80
- }, {
81
- default: withCtx(() => [
82
- createVNode(_component_dt_icon, { name: "close" })
83
- ]),
84
- _: 1
85
- }, 8, ["aria-label", "onClick", "onKeydown"]);
86
- }
87
- const SrOnlyCloseButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
88
- export {
89
- SrOnlyCloseButton,
90
- SrOnlyCloseButtonMixin
91
- };
92
- //# sourceMappingURL=sr_only_close_button-3EdsV-dH.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sr_only_close_button-3EdsV-dH.js","sources":["../../common/mixins/sr_only_close_button.js","../../common/sr_only_close_button.vue"],"sourcesContent":["/**\n * @displayName Sr-Only close button mixin\n */\nexport default {\n props: {\n /**\n * If true, a hidden close button is included for screen readers\n * @values true, false\n */\n visuallyHiddenClose: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Label for the visually hidden close button\n * Required if visuallyHiddenClose is set to `true`\n */\n visuallyHiddenCloseLabel: {\n type: String,\n default: null,\n },\n },\n\n watch: {\n $props: {\n immediate: true,\n deep: true,\n handler () {\n this.validateVisuallyHiddenCloseProps();\n },\n },\n },\n\n computed: {\n showVisuallyHiddenClose () {\n return this.visuallyHiddenClose && this.visuallyHiddenCloseLabel != null;\n },\n },\n\n methods: {\n validateVisuallyHiddenCloseProps () {\n if (this.visuallyHiddenClose && !this.visuallyHiddenCloseLabel) {\n console.error(`If visuallyHiddenClose prop is true, the component includes\n a visually hidden close button and you must set the visuallyHiddenCloseLabel prop.`);\n }\n },\n },\n};\n","<template>\n <dt-button\n id=\"sr-only-close-button\"\n data-qa=\"dt-sr-only-close-button\"\n class=\"d-vi-visible-sr\"\n :aria-label=\"visuallyHiddenCloseLabel\"\n @click=\"close\"\n @keydown.space.prevent.stop=\"close\"\n >\n <dt-icon name=\"close\" />\n </dt-button>\n</template>\n\n<script>\nimport { DtIcon } from '@/components/icon';\nimport { DtButton } from '@/components/button';\n\nexport default {\n name: 'SrOnlyCloseButton',\n components: {\n DtIcon,\n DtButton,\n },\n\n props: {\n /**\n * Label for the visually hidden close button\n * Required if visuallyHiddenClose is set to `true`\n */\n visuallyHiddenCloseLabel: {\n type: String,\n default: null,\n },\n },\n\n emits: ['close'],\n\n methods: {\n close () {\n this.$emit('close');\n },\n },\n};\n</script>\n"],"names":["_createBlock","_createVNode"],"mappings":";;;;AAGA,MAAe,yBAAA;AAAA,EACb,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,qBAAqB;AAAA,MACnB,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA;AAAA;AAAA;AAAA;AAAA,IAMD,0BAA0B;AAAA,MACxB,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA,EAED,OAAO;AAAA,IACL,QAAQ;AAAA,MACN,WAAW;AAAA,MACX,MAAM;AAAA,MACN,UAAW;AACT,aAAK,iCAAgC;AAAA,MACtC;AAAA,IACF;AAAA,EACF;AAAA,EAED,UAAU;AAAA,IACR,0BAA2B;AACzB,aAAO,KAAK,uBAAuB,KAAK,4BAA4B;AAAA,IACrE;AAAA,EACF;AAAA,EAED,SAAS;AAAA,IACP,mCAAoC;AAClC,UAAI,KAAK,uBAAuB,CAAC,KAAK,0BAA0B;AAC9D,gBAAQ,MAAM;AAAA,8FACwE;AAAA,MACvF;AAAA,IACF;AAAA,EACF;AACH;AC/BA,MAAK,YAAU;AAAA,EACb,MAAM;AAAA,EACN,YAAY;AAAA,IACV;AAAA,IACA;AAAA,EACD;AAAA,EAED,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA,IAKL,0BAA0B;AAAA,MACxB,MAAM;AAAA,MACN,SAAS;AAAA,IACV;AAAA,EACF;AAAA,EAED,OAAO,CAAC,OAAO;AAAA,EAEf,SAAS;AAAA,IACP,QAAS;AACP,WAAK,MAAM,OAAO;AAAA,IACnB;AAAA,EACF;AACH;;;;sBAzCEA,YASY,sBAAA;AAAA,IARV,IAAG;AAAA,IACH,WAAQ;AAAA,IACR,OAAM;AAAA,IACL,cAAY,OAAwB;AAAA,IACpC,SAAO,SAAK;AAAA,IACZ,kCAA4B,SAAK,OAAA,CAAA,WAAA,MAAA,CAAA,GAAA,CAAA,OAAA,CAAA;AAAA;qBAElC,MAAwB;AAAA,MAAxBC,YAAwB,oBAAA,EAAf,MAAK,QAAO,CAAA;AAAA;;;;;"}