@dialpad/dialtone 9.124.0 → 9.125.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/README.md +9 -2
  2. package/dist/tokens/doc.json +24416 -24416
  3. package/dist/vue2/common/mixins/index.cjs +1 -1
  4. package/dist/vue2/common/mixins/index.js +10 -10
  5. package/dist/vue2/common/mixins/localization.cjs +2 -0
  6. package/dist/vue2/common/mixins/localization.cjs.map +1 -0
  7. package/dist/vue2/common/mixins/localization.js +10 -0
  8. package/dist/vue2/common/mixins/localization.js.map +1 -0
  9. package/dist/vue2/common/utils/index.cjs +1 -1
  10. package/dist/vue2/common/utils/index.cjs.map +1 -1
  11. package/dist/vue2/common/utils/index.js +43 -39
  12. package/dist/vue2/common/utils/index.js.map +1 -1
  13. package/dist/vue2/component-documentation.json +1 -1
  14. package/dist/vue2/dialtone-vue.cjs +1 -1
  15. package/dist/vue2/dialtone-vue.js +341 -340
  16. package/dist/vue2/dialtone-vue.js.map +1 -1
  17. package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs +1 -1
  18. package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs.map +1 -1
  19. package/dist/vue2/lib/attachment-carousel/attachment-carousel.js +61 -86
  20. package/dist/vue2/lib/attachment-carousel/attachment-carousel.js.map +1 -1
  21. package/dist/vue2/lib/banner/banner.cjs +2 -2
  22. package/dist/vue2/lib/banner/banner.cjs.map +1 -1
  23. package/dist/vue2/lib/banner/banner.js +25 -33
  24. package/dist/vue2/lib/banner/banner.js.map +1 -1
  25. package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs +1 -1
  26. package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
  27. package/dist/vue2/lib/breadcrumbs/breadcrumbs.js +14 -12
  28. package/dist/vue2/lib/breadcrumbs/breadcrumbs.js.map +1 -1
  29. package/dist/vue2/lib/button/button.cjs +1 -1
  30. package/dist/vue2/lib/button/button.cjs.map +1 -1
  31. package/dist/vue2/lib/button/button.js +11 -9
  32. package/dist/vue2/lib/button/button.js.map +1 -1
  33. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
  34. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
  35. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +19 -25
  36. package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
  37. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
  38. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
  39. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js +18 -21
  40. package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
  41. package/dist/vue2/lib/chip/chip.cjs +1 -1
  42. package/dist/vue2/lib/chip/chip.cjs.map +1 -1
  43. package/dist/vue2/lib/chip/chip.js +24 -29
  44. package/dist/vue2/lib/chip/chip.js.map +1 -1
  45. package/dist/vue2/lib/combobox/combobox-constants.cjs +1 -1
  46. package/dist/vue2/lib/combobox/combobox-constants.cjs.map +1 -1
  47. package/dist/vue2/lib/combobox/combobox-constants.js +2 -2
  48. package/dist/vue2/lib/combobox/combobox-constants.js.map +1 -1
  49. package/dist/vue2/lib/combobox/combobox-empty-list.cjs.map +1 -1
  50. package/dist/vue2/lib/combobox/combobox-empty-list.js.map +1 -1
  51. package/dist/vue2/lib/combobox/combobox-loading-list.cjs.map +1 -1
  52. package/dist/vue2/lib/combobox/combobox-loading-list.js.map +1 -1
  53. package/dist/vue2/lib/combobox/combobox.cjs +2 -2
  54. package/dist/vue2/lib/combobox/combobox.cjs.map +1 -1
  55. package/dist/vue2/lib/combobox/combobox.js +12 -12
  56. package/dist/vue2/lib/combobox/combobox.js.map +1 -1
  57. package/dist/vue2/lib/combobox/index.cjs +1 -1
  58. package/dist/vue2/lib/combobox/index.js +3 -3
  59. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
  60. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
  61. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js +16 -18
  62. package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
  63. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
  64. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
  65. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js +22 -24
  66. package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
  67. package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs +1 -1
  68. package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
  69. package/dist/vue2/lib/contact-centers-row/contact-centers-row.js +40 -36
  70. package/dist/vue2/lib/contact-centers-row/contact-centers-row.js.map +1 -1
  71. package/dist/vue2/lib/contact-row/contact-row.cjs +1 -1
  72. package/dist/vue2/lib/contact-row/contact-row.cjs.map +1 -1
  73. package/dist/vue2/lib/contact-row/contact-row.js +11 -25
  74. package/dist/vue2/lib/contact-row/contact-row.js.map +1 -1
  75. package/dist/vue2/lib/datepicker/datepicker-constants.cjs +1 -1
  76. package/dist/vue2/lib/datepicker/datepicker-constants.cjs.map +1 -1
  77. package/dist/vue2/lib/datepicker/datepicker-constants.js +2 -3
  78. package/dist/vue2/lib/datepicker/datepicker-constants.js.map +1 -1
  79. package/dist/vue2/lib/datepicker/datepicker.cjs +1 -1
  80. package/dist/vue2/lib/datepicker/datepicker.cjs.map +1 -1
  81. package/dist/vue2/lib/datepicker/datepicker.js +143 -229
  82. package/dist/vue2/lib/datepicker/datepicker.js.map +1 -1
  83. package/dist/vue2/lib/datepicker/utils.cjs +1 -1
  84. package/dist/vue2/lib/datepicker/utils.cjs.map +1 -1
  85. package/dist/vue2/lib/datepicker/utils.js +12 -11
  86. package/dist/vue2/lib/datepicker/utils.js.map +1 -1
  87. package/dist/vue2/lib/description-list/description-list.cjs +1 -1
  88. package/dist/vue2/lib/description-list/description-list.cjs.map +1 -1
  89. package/dist/vue2/lib/description-list/description-list.js +8 -8
  90. package/dist/vue2/lib/description-list/description-list.js.map +1 -1
  91. package/dist/vue2/lib/dropdown/dropdown.cjs +1 -1
  92. package/dist/vue2/lib/dropdown/dropdown.cjs.map +1 -1
  93. package/dist/vue2/lib/dropdown/dropdown.js +48 -50
  94. package/dist/vue2/lib/dropdown/dropdown.js.map +1 -1
  95. package/dist/vue2/lib/editor/editor.cjs +1 -1
  96. package/dist/vue2/lib/editor/editor.cjs.map +1 -1
  97. package/dist/vue2/lib/editor/editor.js +78 -87
  98. package/dist/vue2/lib/editor/editor.js.map +1 -1
  99. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs +1 -1
  100. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
  101. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js +6 -19
  102. package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
  103. package/dist/vue2/lib/emoji-picker/emoji-picker.cjs +1 -1
  104. package/dist/vue2/lib/emoji-picker/emoji-picker.cjs.map +1 -1
  105. package/dist/vue2/lib/emoji-picker/emoji-picker.js +106 -145
  106. package/dist/vue2/lib/emoji-picker/emoji-picker.js.map +1 -1
  107. package/dist/vue2/lib/emoji-picker/index.cjs +1 -1
  108. package/dist/vue2/lib/emoji-picker/index.js +6 -7
  109. package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs +1 -1
  110. package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs.map +1 -1
  111. package/dist/vue2/lib/emoji-row/emoji-row-constants.js +5 -7
  112. package/dist/vue2/lib/emoji-row/emoji-row-constants.js.map +1 -1
  113. package/dist/vue2/lib/emoji-row/emoji-row.cjs +1 -1
  114. package/dist/vue2/lib/emoji-row/emoji-row.cjs.map +1 -1
  115. package/dist/vue2/lib/emoji-row/emoji-row.js +31 -22
  116. package/dist/vue2/lib/emoji-row/emoji-row.js.map +1 -1
  117. package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs +1 -1
  118. package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
  119. package/dist/vue2/lib/feed-item-pill/feed-item-pill.js +20 -22
  120. package/dist/vue2/lib/feed-item-pill/feed-item-pill.js.map +1 -1
  121. package/dist/vue2/lib/general-row/general-row.cjs +1 -1
  122. package/dist/vue2/lib/general-row/general-row.cjs.map +1 -1
  123. package/dist/vue2/lib/general-row/general-row.js +63 -52
  124. package/dist/vue2/lib/general-row/general-row.js.map +1 -1
  125. package/dist/vue2/lib/group-row/group-row.cjs +1 -1
  126. package/dist/vue2/lib/group-row/group-row.cjs.map +1 -1
  127. package/dist/vue2/lib/group-row/group-row.js +43 -32
  128. package/dist/vue2/lib/group-row/group-row.js.map +1 -1
  129. package/dist/vue2/lib/icon/icon-constants.cjs.map +1 -1
  130. package/dist/vue2/lib/icon/icon-constants.js.map +1 -1
  131. package/dist/vue2/lib/icon/icon.cjs +1 -1
  132. package/dist/vue2/lib/icon/icon.cjs.map +1 -1
  133. package/dist/vue2/lib/icon/icon.js +12 -8
  134. package/dist/vue2/lib/icon/icon.js.map +1 -1
  135. package/dist/vue2/lib/image-viewer/image-viewer.cjs +1 -1
  136. package/dist/vue2/lib/image-viewer/image-viewer.cjs.map +1 -1
  137. package/dist/vue2/lib/image-viewer/image-viewer.js +30 -31
  138. package/dist/vue2/lib/image-viewer/image-viewer.js.map +1 -1
  139. package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs +1 -1
  140. package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs.map +1 -1
  141. package/dist/vue2/lib/ivr-node/ivr-node-constants.js +24 -24
  142. package/dist/vue2/lib/ivr-node/ivr-node-constants.js.map +1 -1
  143. package/dist/vue2/lib/ivr-node/ivr-node.cjs +1 -1
  144. package/dist/vue2/lib/ivr-node/ivr-node.cjs.map +1 -1
  145. package/dist/vue2/lib/ivr-node/ivr-node.js +38 -36
  146. package/dist/vue2/lib/ivr-node/ivr-node.js.map +1 -1
  147. package/dist/vue2/lib/message-input/message-input-link.cjs +1 -1
  148. package/dist/vue2/lib/message-input/message-input-link.cjs.map +1 -1
  149. package/dist/vue2/lib/message-input/message-input-link.js +48 -23
  150. package/dist/vue2/lib/message-input/message-input-link.js.map +1 -1
  151. package/dist/vue2/lib/message-input/message-input-topbar.cjs +1 -1
  152. package/dist/vue2/lib/message-input/message-input-topbar.cjs.map +1 -1
  153. package/dist/vue2/lib/message-input/message-input-topbar.js +50 -22
  154. package/dist/vue2/lib/message-input/message-input-topbar.js.map +1 -1
  155. package/dist/vue2/lib/message-input/message-input.cjs +1 -1
  156. package/dist/vue2/lib/message-input/message-input.cjs.map +1 -1
  157. package/dist/vue2/lib/message-input/message-input.js +112 -143
  158. package/dist/vue2/lib/message-input/message-input.js.map +1 -1
  159. package/dist/vue2/lib/modal/modal.cjs +1 -2
  160. package/dist/vue2/lib/modal/modal.cjs.map +1 -1
  161. package/dist/vue2/lib/modal/modal.js +25 -42
  162. package/dist/vue2/lib/modal/modal.js.map +1 -1
  163. package/dist/vue2/lib/notice/notice-action.cjs +1 -1
  164. package/dist/vue2/lib/notice/notice-action.cjs.map +1 -1
  165. package/dist/vue2/lib/notice/notice-action.js +19 -26
  166. package/dist/vue2/lib/notice/notice-action.js.map +1 -1
  167. package/dist/vue2/lib/notice/notice.cjs +1 -1
  168. package/dist/vue2/lib/notice/notice.cjs.map +1 -1
  169. package/dist/vue2/lib/notice/notice.js +18 -27
  170. package/dist/vue2/lib/notice/notice.js.map +1 -1
  171. package/dist/vue2/lib/pagination/pagination.cjs +1 -1
  172. package/dist/vue2/lib/pagination/pagination.cjs.map +1 -1
  173. package/dist/vue2/lib/pagination/pagination.js +49 -58
  174. package/dist/vue2/lib/pagination/pagination.js.map +1 -1
  175. package/dist/vue2/lib/popover/popover-header-footer.cjs +1 -1
  176. package/dist/vue2/lib/popover/popover-header-footer.cjs.map +1 -1
  177. package/dist/vue2/lib/popover/popover-header-footer.js +24 -26
  178. package/dist/vue2/lib/popover/popover-header-footer.js.map +1 -1
  179. package/dist/vue2/lib/popover/popover.cjs +1 -1
  180. package/dist/vue2/lib/popover/popover.cjs.map +1 -1
  181. package/dist/vue2/lib/popover/popover.js +26 -35
  182. package/dist/vue2/lib/popover/popover.js.map +1 -1
  183. package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs +5 -5
  184. package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  185. package/dist/vue2/lib/rich-text-editor/rich-text-editor.js +330 -320
  186. package/dist/vue2/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  187. package/dist/vue2/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
  188. package/dist/vue2/lib/settings-menu-button/settings-menu-button.js.map +1 -1
  189. package/dist/vue2/lib/time-pill/time-pill.cjs.map +1 -1
  190. package/dist/vue2/lib/time-pill/time-pill.js.map +1 -1
  191. package/dist/vue2/lib/toast/toast.cjs +1 -1
  192. package/dist/vue2/lib/toast/toast.cjs.map +1 -1
  193. package/dist/vue2/lib/toast/toast.js +64 -97
  194. package/dist/vue2/lib/toast/toast.js.map +1 -1
  195. package/dist/vue2/lib/unread-pill/unread-pill.cjs +1 -1
  196. package/dist/vue2/lib/unread-pill/unread-pill.cjs.map +1 -1
  197. package/dist/vue2/lib/unread-pill/unread-pill.js +27 -18
  198. package/dist/vue2/lib/unread-pill/unread-pill.js.map +1 -1
  199. package/dist/vue2/localization/en-US.cjs +185 -0
  200. package/dist/vue2/localization/en-US.cjs.map +1 -0
  201. package/dist/vue2/localization/en-US.js +188 -0
  202. package/dist/vue2/localization/en-US.js.map +1 -0
  203. package/dist/vue2/localization/es-LA.cjs +169 -0
  204. package/dist/vue2/localization/es-LA.cjs.map +1 -0
  205. package/dist/vue2/localization/es-LA.js +172 -0
  206. package/dist/vue2/localization/es-LA.js.map +1 -0
  207. package/dist/vue2/localization/index.cjs +1176 -0
  208. package/dist/vue2/localization/index.cjs.map +1 -0
  209. package/dist/vue2/localization/index.js +1239 -0
  210. package/dist/vue2/localization/index.js.map +1 -0
  211. package/dist/vue2/node_modules/@tiptap/vue-2.cjs.map +1 -1
  212. package/dist/vue2/node_modules/@tiptap/vue-2.js.map +1 -1
  213. package/dist/vue2/shared/sr_only_close_button.cjs +1 -1
  214. package/dist/vue2/shared/sr_only_close_button.cjs.map +1 -1
  215. package/dist/vue2/shared/sr_only_close_button.js +19 -22
  216. package/dist/vue2/shared/sr_only_close_button.js.map +1 -1
  217. package/dist/vue2/types/common/mixins/index.d.ts +1 -1
  218. package/dist/vue2/types/common/mixins/localization.d.ts +8 -0
  219. package/dist/vue2/types/common/mixins/localization.d.ts.map +1 -0
  220. package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +7 -13
  221. package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -1
  222. package/dist/vue2/types/common/utils/index.d.ts +1 -0
  223. package/dist/vue2/types/common/utils/index.d.ts.map +1 -1
  224. package/dist/vue2/types/components/banner/banner.vue.d.ts +0 -33
  225. package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
  226. package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +5 -1
  227. package/dist/vue2/types/components/button/button.vue.d.ts +6 -2
  228. package/dist/vue2/types/components/chip/chip.vue.d.ts +8 -18
  229. package/dist/vue2/types/components/combobox/combobox_constants.d.ts +2 -2
  230. package/dist/vue2/types/components/combobox/index.d.ts +1 -1
  231. package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
  232. package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts +0 -1
  233. package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts.map +1 -1
  234. package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +5 -17
  235. package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +8 -48
  236. package/dist/vue2/types/components/datepicker/utils.d.ts +1 -0
  237. package/dist/vue2/types/components/datepicker/utils.d.ts.map +1 -1
  238. package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +0 -24
  239. package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  240. package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +5 -1
  241. package/dist/vue2/types/components/emoji_picker/emoji_picker_constants.d.ts +0 -13
  242. package/dist/vue2/types/components/icon/icon.vue.d.ts +1 -0
  243. package/dist/vue2/types/components/icon/icon_constants.d.ts.map +1 -1
  244. package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +5 -8
  245. package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
  246. package/dist/vue2/types/components/modal/modal.vue.d.ts +3 -33
  247. package/dist/vue2/types/components/notice/notice.vue.d.ts +1 -34
  248. package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
  249. package/dist/vue2/types/components/notice/notice_action.vue.d.ts +3 -31
  250. package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
  251. package/dist/vue2/types/components/pagination/pagination.vue.d.ts +9 -26
  252. package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
  253. package/dist/vue2/types/components/popover/popover.vue.d.ts +0 -33
  254. package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
  255. package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +8 -11
  256. package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
  257. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +15 -2
  258. package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
  259. package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +1 -43
  260. package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
  261. package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts +1 -34
  262. package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
  263. package/dist/vue2/types/components/toast/toast.vue.d.ts +3 -111
  264. package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
  265. package/dist/vue2/types/index.d.ts +1 -0
  266. package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +7 -13
  267. package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +7 -12
  268. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +8 -10
  269. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
  270. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +7 -7
  271. package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
  272. package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -25
  273. package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
  274. package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -25
  275. package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  276. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +5 -41
  277. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
  278. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +8 -26
  279. package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +2 -2
  280. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +20 -61
  281. package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
  282. package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +6 -1
  283. package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -1
  284. package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +9 -12
  285. package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
  286. package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +8 -2
  287. package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
  288. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +15 -90
  289. package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
  290. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +14 -2
  291. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +14 -1
  292. package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  293. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +10 -11
  294. package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
  295. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -18
  296. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  297. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +21 -37
  298. package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  299. package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -18
  300. package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  301. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +7 -1
  302. package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
  303. package/package.json +4 -3
  304. package/dist/vue2/common/mixins/sr-only-close-button.cjs +0 -3
  305. package/dist/vue2/common/mixins/sr-only-close-button.cjs.map +0 -1
  306. package/dist/vue2/common/mixins/sr-only-close-button.js +0 -44
  307. package/dist/vue2/common/mixins/sr-only-close-button.js.map +0 -1
  308. package/dist/vue2/lib/contact-row/contact-row-constants.cjs +0 -2
  309. package/dist/vue2/lib/contact-row/contact-row-constants.cjs.map +0 -1
  310. package/dist/vue2/lib/contact-row/contact-row-constants.js +0 -5
  311. package/dist/vue2/lib/contact-row/contact-row-constants.js.map +0 -1
  312. package/dist/vue2/lib/emoji/emoji-constants.cjs +0 -2
  313. package/dist/vue2/lib/emoji/emoji-constants.cjs.map +0 -1
  314. package/dist/vue2/lib/emoji/emoji-constants.js +0 -5
  315. package/dist/vue2/lib/emoji/emoji-constants.js.map +0 -1
  316. package/dist/vue2/lib/group-row/group-row-constants.cjs +0 -2
  317. package/dist/vue2/lib/group-row/group-row-constants.cjs.map +0 -1
  318. package/dist/vue2/lib/group-row/group-row-constants.js +0 -8
  319. package/dist/vue2/lib/group-row/group-row-constants.js.map +0 -1
  320. package/dist/vue2/lib/time-pill/time-pill-constants.cjs +0 -2
  321. package/dist/vue2/lib/time-pill/time-pill-constants.cjs.map +0 -1
  322. package/dist/vue2/lib/time-pill/time-pill-constants.js +0 -8
  323. package/dist/vue2/lib/time-pill/time-pill-constants.js.map +0 -1
  324. package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts +0 -30
  325. package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts.map +0 -1
  326. package/dist/vue2/types/components/emoji/emoji_constants.d.ts +0 -3
  327. package/dist/vue2/types/components/emoji/emoji_constants.d.ts.map +0 -1
  328. package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +0 -6
  329. package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +0 -1
  330. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +0 -3
  331. package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +0 -1
  332. package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts +0 -6
  333. package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../localization/zh-CN.ftl?raw","../../localization/nl-NL.ftl?raw","../../localization/fr-FR.ftl?raw","../../localization/de-DE.ftl?raw","../../localization/it-IT.ftl?raw","../../localization/ja-JP.ftl?raw","../../localization/pt-BR.ftl?raw","../../localization/ru-RU.ftl?raw","../../localization/index.js"],"sourcesContent":["export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = 点击关闭\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = 面包屑导航\\nDIALTONE_BUTTON_LOADING = 正在加载\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] 没有未读消息\\n [1] 1 条未读消息\\n *[other] { $unreadCount } 条未读消息\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] 没有未读提及\\n [1] 1 条未读提及\\n *[other] { $unreadCount } 条未读提及\\n }\\nDIALTONE_TYPING_TEXT = 正在打字\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = 点击打开\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = 上传\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = 上一步\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = 下一步\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = 打开下拉菜单\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = 打开弹出窗口\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = 打开菜单\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = 上个月\\nDIALTONE_DATEPICKER_NEXT_MONTH = 下个月\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = 上一年\\nDIALTONE_DATEPICKER_NEXT_YEAR = 明年\\nDIALTONE_DATEPICKER_SELECT_DAY = 选择日期\\nDIALTONE_DATEPICKER_CHANGE_TO = 更改为\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = 确认\\n .aria-label = 确认设置链接\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = 移除\\n .aria-label = 删除链接\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = 取消\\n .aria-label = 取消设置链接\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = 快速回复\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = 粗体\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = 斜体\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = 下划线\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = 删除线\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = 左对齐\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = 居中对齐\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = 右对齐\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = 对齐\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = 项目符号列表\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = 有序列表\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = 引用\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = 代码\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = 图像\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = 链接\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = 添加链接\\n .aria-label = 添加链接的输入字段\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } 个人使用了 { $reaction } 作为回复。\\n [true] 包括您在内的 { $reactionCount } 个人使用了 { $reaction } 作为回复。\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = 添加表情符号\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = 没有结果\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = 搜索结果\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = 搜索……\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = 更改默认肤色\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = 最近使用\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = 笑脸和人物\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = 自然\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = 食物\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = 活动\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = 旅行\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = 对象\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = 符号\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = 旗帜\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = 自定义\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = 点击展开\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = 进行语音聊天\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = 呼叫\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = 请勿打扰\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 位用户\\n *[other] { $count } 用户\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = 打开菜单\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = 提示菜单节点\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = 提示收集节点\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = 提示播放节点\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = 前往专家节点\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = 分支节点\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = 转到节点\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = 分配节点\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = 客户数据节点\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = 传输节点\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = 挂断节点\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = 发送\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = 附上图片\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = 选择表情符号\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = 取消\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = 切换选定文本的粗体\\n .tooltip-text = 粗体\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = 切换所选文本的斜体\\n .tooltip-text = 斜体\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = 切换选定文本的删除线\\n .tooltip-text = 删除线\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = 在选定的文本上创建或编辑项目符号列表\\n .tooltip-text = 项目符号列表\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = 创建或编辑选定文本的有序列表\\n .tooltip-text = 有序列表\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = 在选定的文本上创建或编辑块引用\\n .tooltip-text = 块引用\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = 在选定的文本上创建或编辑代码\\n .tooltip-text = 代码\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = 在选定的文本上创建或编辑代码块\\n .tooltip-text = 代码块\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = 在选定的文本上创建或编辑链接\\n .tooltip-text = 链接\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = 添加链接\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = 显示的文本(可选)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = 链接\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = 例如,https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = 移除\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = 取消\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = 完成\\nDIALTONE_PAGINATION_FIRST_PAGE = 名\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = 上一页\\nDIALTONE_PAGINATION_NEXT_PAGE = 下一页\\nDIALTONE_PAGINATION_LAST_PAGE = 最后一页\\nDIALTONE_PAGINATION_PAGE_NUMBER = 页码 { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = 编辑\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = 打开链接\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = 移除\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = 设置\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = 更新\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = 未读提及\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = 未读消息\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = English\\nSTORYBOOK_LANGUAGE_CHINESE = 中文\\nSTORYBOOK_LANGUAGE_DUTCH = 荷兰语\\nSTORYBOOK_LANGUAGE_FRENCH = 法语\\nSTORYBOOK_LANGUAGE_GERMAN = 德语\\nSTORYBOOK_LANGUAGE_ITALIAN = 意大利语\\nSTORYBOOK_LANGUAGE_JAPANESE = 日语\\nSTORYBOOK_LANGUAGE_PORTUGUESE = 葡萄牙语\\nSTORYBOOK_LANGUAGE_RUSSIAN = 俄语\\nSTORYBOOK_LANGUAGE_SPANISH = 西班牙语\\nSTORYBOOK_SET_LANGUAGE = 设置语言\\n\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Klik om te sluiten\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Breadcrumbs\\nDIALTONE_BUTTON_LOADING = Laden\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Geen ongelezen berichten\\n [1] 1 ongelezen bericht\\n *[other] { $unreadCount } ongelezen berichten\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Geen ongelezen vermeldingen\\n [1] 1 ongelezen vermelding\\n *[other] { $unreadCount } ongelezen vermeldingen\\n }\\nDIALTONE_TYPING_TEXT = Typen\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Klik om te openen\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Uploaden\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = vorige\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = Volgende\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Vervolgkeuzelijst openen\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Popover openen\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Menu openen\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Vorige maand\\nDIALTONE_DATEPICKER_NEXT_MONTH = volgende maand\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Vorig jaar\\nDIALTONE_DATEPICKER_NEXT_YEAR = volgend jaar\\nDIALTONE_DATEPICKER_SELECT_DAY = Dag selecteren\\nDIALTONE_DATEPICKER_CHANGE_TO = Wijzigen in\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Bevestigen\\n .aria-label = Ingestelde link bevestigen\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Verwijderen\\n .aria-label = Link verwijderen\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = Annuleren\\n .aria-label = Ingestelde link annuleren\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Snel antwoord\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Vet\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Cursief\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Onderstrepen\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Doorhalen\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Links uitlijnen\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Centreren\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Rechts uitlijnen\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Uitvullen\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Lijst met opsommingstekens\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Lijst op volgorde\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Citaat\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Code\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Afbeelding\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Link\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Link toevoegen\\n .aria-label = Invoerveld om link toe te voegen\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } reageerde met { $reaction }.\\n [true] Je reageerde met { $reaction }.\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } mensen reageerden met { $reaction }.\\n [true] { $reactionCount } mensen, waaronder jij, reageerden met { $reaction }.\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Emoji toevoegen\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Geen resultaten\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = Zoekresultaten\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Zoeken...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Standaardhuidskleur wijzigen\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Meest recent gebruikt\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Smileys en mensen\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = Natuur\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = Voedsel\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Activiteit\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = Reizen\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Voorwerpen\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Symbolen\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Vlaggen\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Op maat\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Klik om uit te vouwen\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Actieve voicechat\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Bel\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Niet storen\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 gebruiker\\n *[other] { $count } gebruikers\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Menu openen\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = knooppunt promptmenu\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = knooppunt prompt verzamelen\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = knooppunt prompt afspelen\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = knooppunt naar expert\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = knooppunt vertakking\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = knooppunt ga naar\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = knooppunt toewijzen\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = knooppunt klantgegevens\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = knooppunt overdracht\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = knooppunt ophangen\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = VERZENDEN\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Afbeelding bijvoegen\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Emoji selecteren\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = Annuleren\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Vet in- of uitschakelen voor geselecteerde tekst\\n .tooltip-text = Vet\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Cursief in- of uitschakelen voor geselecteerde tekst\\n .tooltip-text = Cursief\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Doorhalen in- of uitschakelen voor geselecteerde tekst\\n .tooltip-text = Doorhalen\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Lijst met opsommingstekens maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Lijst met opsommingstekens\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Lijst op volgorde maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Lijst op volgorde\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Blokcitaat maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Blokcitaat\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Code maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Code\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Codeblok maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Codeblok\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Link maken of bewerken voor geselecteerde tekst\\n .tooltip-text = Link\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Link toevoegen\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Tekst om weer te geven (optioneel)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Link\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = bijv. https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Verwijderen\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = Annuleren\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Klaar\\nDIALTONE_PAGINATION_FIRST_PAGE = Eerste pagina\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Vorige pagina\\nDIALTONE_PAGINATION_NEXT_PAGE = Volgende pagina\\nDIALTONE_PAGINATION_LAST_PAGE = Laatste pagina\\nDIALTONE_PAGINATION_PAGE_NUMBER = Paginanummer { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Bewerken\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Link openen\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Verwijderen\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Instellingen\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Bijwerken\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Ongelezen vermeldingen\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Ongelezen berichten\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Engels\\nSTORYBOOK_LANGUAGE_CHINESE = Chinees\\nSTORYBOOK_LANGUAGE_DUTCH = Nederlands\\nSTORYBOOK_LANGUAGE_FRENCH = Frans\\nSTORYBOOK_LANGUAGE_GERMAN = Duits\\nSTORYBOOK_LANGUAGE_ITALIAN = Italiaans\\nSTORYBOOK_LANGUAGE_JAPANESE = Japans\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Portugees\\nSTORYBOOK_LANGUAGE_RUSSIAN = Russisch\\nSTORYBOOK_LANGUAGE_SPANISH = Spaans\\nSTORYBOOK_SET_LANGUAGE = Taal instellen\\n\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Cliquez pour fermer\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Breadcrumbs\\nDIALTONE_BUTTON_LOADING = En cours de chargement\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Aucun message non lu\\n [1] 1 message non lu\\n *[other] { $unreadCount } messages non lus\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Aucune mention non lue\\n [1] 1 mention non lue\\n *[other] { $unreadCount } mentions non lues\\n }\\nDIALTONE_TYPING_TEXT = Est en train d’écrire\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Cliquez pour ouvrir\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Téléchargement en cours\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = Précédent\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = Suivant\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Ouvrir le menu déroulant\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Ouvrir le popover\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Ouvrir le menu\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Mois précédent\\nDIALTONE_DATEPICKER_NEXT_MONTH = le mois prochain\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Année précédente\\nDIALTONE_DATEPICKER_NEXT_YEAR = l'année prochaine\\nDIALTONE_DATEPICKER_SELECT_DAY = Sélectionnez le jour\\nDIALTONE_DATEPICKER_CHANGE_TO = Passez à\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Confirmer\\n .aria-label = Confirmer le lien défini\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Supprimer\\n .aria-label = Supprimer le lien\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = Annuler\\n .aria-label = Annuler le lien défini\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Réponse rapide\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Gras\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Italique\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Souligner\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Barré\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Aligner à gauche\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Aligner au centre\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Aligner à droite\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Justifier\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Liste à puces\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Liste numérotée\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Citation\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Code\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Image\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Lien\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Ajouter un lien\\n .aria-label = Champ de saisie pour ajouter un lien\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } a réagi avec { $reaction }.\\n [true] Vous avez réagi avec { $reaction }.\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } personnes ont réagi avec { $reaction }.\\n [true] { $reactionCount } personnes, dont vous, ont réagi avec { $reaction }.\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Ajouter un émoji\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Aucun résultat\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = résultats de la recherche\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Rechercher...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Modifier la couleur de peau par défaut\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Dernière utilisation\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Smileys et personnes\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = Nature\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = Alimentation\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Activité\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = Voyage\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Objets\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Symboles\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Drapeaux\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Personnalisé\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Cliquez pour agrandir\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Chat vocal actif\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Appel\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Ne pas déranger\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 utilisateur\\n *[other] { $count } utilisateurs\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Ouvrir le menu\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = nœud de menu d'invite\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = nœud de collecte d'invite\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = nœud de lecture d'invite\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = nœud de transfert vers un expert\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = nœud de branchement\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = nœud de redirection\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = nœud d'affectation\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = nœud de données clients\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = nœud de transfert\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = nœud de raccrochage\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = Envoyer\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Joindre une image\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Sélectionner un emoji\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = Annuler\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Mettre en gras le texte sélectionné\\n .tooltip-text = Gras\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Mettre en italique le texte sélectionné\\n .tooltip-text = Italique\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Barrer le texte sélectionné\\n .tooltip-text = Barré\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Créez ou modifiez une liste à puces sur le texte sélectionné\\n .tooltip-text = Liste à puces\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Créer ou modifier une liste numérotée sur le texte sélectionné\\n .tooltip-text = Liste numérotée\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Créer ou modifier un bloc de citation sur le texte sélectionné\\n .tooltip-text = Bloc de citation\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Créer ou modifier un code sur le texte sélectionné\\n .tooltip-text = Code\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Créer ou modifier un bloc de code sur le texte sélectionné\\n .tooltip-text = Bloc de code\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Créer ou modifier un lien sur le texte sélectionné\\n .tooltip-text = Lien\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Ajouter un lien\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Texte à afficher (facultatif)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Lien\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = par exemple : https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Supprimer\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = Annuler\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Terminé\\nDIALTONE_PAGINATION_FIRST_PAGE = Prénom\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Page précédente\\nDIALTONE_PAGINATION_NEXT_PAGE = Page suivante\\nDIALTONE_PAGINATION_LAST_PAGE = Dernière page\\nDIALTONE_PAGINATION_PAGE_NUMBER = Page numéro { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Modifier\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Ouvrir le lien\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Supprimer\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Paramètres\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Mettre à jour\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Mentions non lues\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Messages non lus\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Anglais\\nSTORYBOOK_LANGUAGE_CHINESE = Chinois\\nSTORYBOOK_LANGUAGE_DUTCH = Néerlandais\\nSTORYBOOK_LANGUAGE_FRENCH = Français\\nSTORYBOOK_LANGUAGE_GERMAN = Allemand\\nSTORYBOOK_LANGUAGE_ITALIAN = Italien\\nSTORYBOOK_LANGUAGE_JAPANESE = Japonais\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Portugais\\nSTORYBOOK_LANGUAGE_RUSSIAN = Russe\\nSTORYBOOK_LANGUAGE_SPANISH = Espagnol\\nSTORYBOOK_SET_LANGUAGE = Définir la langue\\n\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Zum Schließen klicken\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Brotkrumen\\nDIALTONE_BUTTON_LOADING = Lädt ...\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Keine ungelesenen Nachrichten\\n [1] 1 ungelesene Nachricht\\n *[other] { $unreadCount } ungelesene Nachrichten\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Keine ungelesenen Erwähnungen\\n [1] 1 ungelesene Erwähnung\\n *[other] { $unreadCount } ungelesene Erwähnungen\\n }\\nDIALTONE_TYPING_TEXT = schreibt\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Zum Öffnen klicken\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Wird hochgeladen\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = Vorherig\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = Weiter\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Dropdown-Menü öffnen\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Popover öffnen\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Menü öffnen\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Vorheriger Monat\\nDIALTONE_DATEPICKER_NEXT_MONTH = nächsten Monat\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Vorheriges Jahr\\nDIALTONE_DATEPICKER_NEXT_YEAR = nächstes Jahr\\nDIALTONE_DATEPICKER_SELECT_DAY = Tag auswählen\\nDIALTONE_DATEPICKER_CHANGE_TO = Wechseln zu\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Bestätigen\\n .aria-label = Gesetzten Link bestätigen\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Entfernen\\n .aria-label = Link entfernen\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = ABBRECHEN\\n .aria-label = Set-Link abbrechen\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Schnelle Antwort\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Fett\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Kursiv\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Unterstreichen\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Durchstreichen\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Linksbündig ausrichten\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Zentriert ausrichten\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Rechtsbündig ausrichten\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Blocksatz ausrichten\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Aufzählung\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Geordnete Liste\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Zitieren\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Code\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Bild\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Link\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Link hinzufügen\\n .aria-label = Eingabefeld zum Hinzufügen eines Links\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } hat mit { $reaction } reagiert.\\n [true] Sie haben mit { $reaction } reagiert.\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } Personen haben mit { $reaction } reagiert.\\n [true] { $reactionCount } Personen haben so wie Sie mit { $reaction }reagiert.\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Emoji hinzufügen\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Keine Ergebnisse\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = Suchergebnisse\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Suchen ...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Standardhautton verändern\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Zuletzt verwendet\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Smileys und Menschen\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = Natur\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = Essen\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Aktivität\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = Reisen\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Objekte\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Symbole\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Flaggen\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Benutzerdefiniert\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Zum Vergrößern anklicken\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Aktiver Voice-Chat\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Anruf\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Bitte nicht stören\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 Benutzer\\n *[other] { $count } Benutzer\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Menü öffnen\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = Prompt-Menü-Knoten\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = Prompterfassung-Knoten\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = Promptwiedergabe-Knoten\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = Zum Expertenknoten wechseln\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = Zweigknoten\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = Zu Knoten gehen\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = Knoten zuweisen\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = Kundendaten-Knoten\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = Knoten übertragen\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = Auflegen-Knoten\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = Senden\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Bild anhängen\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Emoji auswählen\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = ABBRECHEN\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Ausgewählten Text auf fett umschalten\\n .tooltip-text = Fett\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Ausgewählten Text auf kursiv umschalten\\n .tooltip-text = Kursiv\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Markierten Text durchstreichen\\n .tooltip-text = Durchstreichen\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten einer Aufzählung für ausgewählten Text\\n .tooltip-text = Aufzählung\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten einer geordneten Liste für ausgewählten Text\\n .tooltip-text = Geordnete Liste\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten von Blockzitaten für ausgewählten Text\\n .tooltip-text = Blockzitat\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten von Code für markierten Text\\n .tooltip-text = Code\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten eines Codeblocks für ausgewählten Text\\n .tooltip-text = Codeblock\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Erstellen oder Bearbeiten eines Links für ausgewählten Text\\n .tooltip-text = Link\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Link hinzufügen\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Anzuzeigender Text (optional)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Link\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = z. B. https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Entfernen\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = ABBRECHEN\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Fertig\\nDIALTONE_PAGINATION_FIRST_PAGE = Erste Seite\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Vorherige Seite\\nDIALTONE_PAGINATION_NEXT_PAGE = Nächste Seite\\nDIALTONE_PAGINATION_LAST_PAGE = Letzte Seite\\nDIALTONE_PAGINATION_PAGE_NUMBER = Seitenzahl { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Bearbeiten\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Link öffnen\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Entfernen\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Einstellungen\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Update\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Ungelesene Erwähnungen\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Ungelesene Nachrichten\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Englisch\\nSTORYBOOK_LANGUAGE_CHINESE = Chinesisch\\nSTORYBOOK_LANGUAGE_DUTCH = Holländisch\\nSTORYBOOK_LANGUAGE_FRENCH = Französisch\\nSTORYBOOK_LANGUAGE_GERMAN = Deutsch\\nSTORYBOOK_LANGUAGE_ITALIAN = Italienisch\\nSTORYBOOK_LANGUAGE_JAPANESE = Japanisch\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Portugiesisch\\nSTORYBOOK_LANGUAGE_RUSSIAN = Russisch\\nSTORYBOOK_LANGUAGE_SPANISH = Spanisch\\nSTORYBOOK_SET_LANGUAGE = Sprache einstellen\\n\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Clicca per chiudere\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Breadcrumb\\nDIALTONE_BUTTON_LOADING = Caricamento in corso\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Nessun messaggio non letto\\n [1] 1 messaggio non letto\\n *[other] { $unreadCount } messaggi non letti\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Nessuna menzione non letta\\n [1] 1 menzione non letta\\n *[other] { $unreadCount } menzioni non lette\\n }\\nDIALTONE_TYPING_TEXT = Digitare\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Clicca per aprire\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Caricamento\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = Precedente\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = AVANTI\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Apri il menu a discesa\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Apri popover\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Apri menu\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Mese precedente\\nDIALTONE_DATEPICKER_NEXT_MONTH = il mese prossimo\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Anno precedente\\nDIALTONE_DATEPICKER_NEXT_YEAR = l'anno prossimo\\nDIALTONE_DATEPICKER_SELECT_DAY = Seleziona il giorno\\nDIALTONE_DATEPICKER_CHANGE_TO = Cambia in\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Conferma\\n .aria-label = Conferma il link impostato\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Rimuovi\\n .aria-label = Rimuovi il link\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = Annulla\\n .aria-label = Annulla il link impostato\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Risposta rapida\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Grassetto\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Corsivo\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Sottolineato\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Barrato\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Allineamento a sinistra\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Allineamento al centro\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Allineamento a destra\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Allineamento giustificato\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Elenco puntato\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Elenco ordinato\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Citazione\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Codice\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Immagine\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Link\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Aggiungi link\\n .aria-label = Campo di input per aggiungere il link\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } ha reagito con { $reaction }.\\n [true] Hai reagito con { $reaction }.\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } persone hanno reagito con { $reaction }.\\n [true] { $reactionCount } persone, fra cui tu, hanno reagito con { $reaction }.\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Aggiungi emoji\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Nessun risultato\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = ricerca risultati\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Ricerca...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Modifica il tono predefinito della pelle\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Utilizzato più di recente\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Smiley e persone\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = natura\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = cibo\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Attività\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = viaggi\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Oggetti\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Simboli\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Bandiere\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Personalizzato\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Clicca per ingrandire\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Chat vocale attiva\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Chiamata\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Non disturbare\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 utente\\n *[other] { $count } utenti\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Apri menu\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = nodo del menu di richiesta\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = nodo di raccolta prompt\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = nodo di riproduzione prompt\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = vai a nodo expert\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = nodo di branch\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = vai al nodo\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = assegna nodo\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = nodo dati cliente\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = nodo di trasferimento\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = nodo di riaggancio\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = Invia\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Allega immagine\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Seleziona emoji\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = Annulla\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Attiva/disattiva il grassetto per il testo selezionato\\n .tooltip-text = Grassetto\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Attiva/disattiva il corsivo per il testo selezionato\\n .tooltip-text = Corsivo\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Attiva/disattiva il barrato per il testo selezionato\\n .tooltip-text = Barrato\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Crea o modifica l'elenco puntato per il testo selezionato\\n .tooltip-text = Elenco puntato\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Crea o modifica un elenco ordinato per il testo selezionato\\n .tooltip-text = Elenco ordinato\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Crea o modifica una citazione in blocco per il testo selezionato\\n .tooltip-text = Citazione in blocco\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Crea o modifica il codice per il testo selezionato\\n .tooltip-text = Codice\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Crea o modifica un blocco di codice per il testo selezionato\\n .tooltip-text = Blocco di codice\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Crea o modifica un collegamento per il testo selezionato\\n .tooltip-text = Link\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Aggiungi un link\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Testo da visualizzare (facoltativo)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Link\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = es. https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Rimuovi\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = Annulla\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Fatto\\nDIALTONE_PAGINATION_FIRST_PAGE = Prima pagina\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Pagina precedente\\nDIALTONE_PAGINATION_NEXT_PAGE = Pagina successiva\\nDIALTONE_PAGINATION_LAST_PAGE = Ultima pagina\\nDIALTONE_PAGINATION_PAGE_NUMBER = Pagina n. { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Modifica\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Apri il link\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Rimuovi\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Impostazioni\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Aggiorna\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Menzioni non lette\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Messaggi non letti\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Inglese\\nSTORYBOOK_LANGUAGE_CHINESE = Cinese\\nSTORYBOOK_LANGUAGE_DUTCH = Olandese\\nSTORYBOOK_LANGUAGE_FRENCH = Francese\\nSTORYBOOK_LANGUAGE_GERMAN = Tedesco\\nSTORYBOOK_LANGUAGE_ITALIAN = Italiano\\nSTORYBOOK_LANGUAGE_JAPANESE = Giapponese\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Portoghese\\nSTORYBOOK_LANGUAGE_RUSSIAN = Russo\\nSTORYBOOK_LANGUAGE_SPANISH = Spagnolo\\nSTORYBOOK_SET_LANGUAGE = Imposta la lingua\\n\"","export default \"\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Clique para fechar\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Breadcrumbs\\nDIALTONE_BUTTON_LOADING = Carregando\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Nenhuma mensagem não lida\\n [1] 1 mensagem não lida\\n *[other] { $unreadCount } mensagens não lidas\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Sem menções não lidas\\n [1] 1 menção não lida\\n *[other] { $unreadCount } menções não lidas\\n }\\nDIALTONE_TYPING_TEXT = Digitando\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Clique para abrir\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Carregando\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = Anterior\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = Próximo\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Abrir menu suspenso\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Abrir popover\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Abrir menu\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Mês anterior\\nDIALTONE_DATEPICKER_NEXT_MONTH = próximo mês\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Ano anterior\\nDIALTONE_DATEPICKER_NEXT_YEAR = próximo ano\\nDIALTONE_DATEPICKER_SELECT_DAY = Selecionar dia\\nDIALTONE_DATEPICKER_CHANGE_TO = Mudar para\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Confirmar\\n .aria-label = Confirmar link de definição\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Remover\\n .aria-label = Remover link\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = Cancelar\\n .aria-label = Cancelar link de definição\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Resposta rápida\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Negrito\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Itálico\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Sublinhado\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Tachado\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Alinhar à esquerda\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Alinhar ao centro\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Alinhar à direita\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Alinhar e justificar\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Lista de marcadores\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Lista ordenada\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Citação\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Código\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Imagem\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Link\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Adicionar link\\n .aria-label = Campo de entrada para adicionar link\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } pessoa reagiu com { $reaction }.\\n [true] Você reagiu com { $reaction }.\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } pessoas reagiram com { $reaction }.\\n [true] { $reactionCount } pessoas, incluindo você, reagiram com { $reaction }.\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Adicionar emoji\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Nenhum resultado\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = resultados da pesquisa\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Pesquisar...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Alterar o tom de pele padrão\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Usado mais recentemente\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Smileys e pessoas\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = natureza\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = comida\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Atividade\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = viagem\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Objetos\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Símbolos\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Bandeiras\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Personalizar\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Clique para expandir\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Chat de voz ativo\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Ligar\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Não Perturbe\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 usuário\\n *[other] { $count } Usuários\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Abrir menu\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = nó do menu de comandos\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = nó de coleta de comandos\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = nó de reprodução de prompt\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = acessar nó de exportação\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = nó de ramificação\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = acessar nó\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = atribuir nó\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = nó de dados do cliente\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = nó de transferência\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = modo de desligamento\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = Enviar\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Anexar imagem\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Selecione emoji\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = Cancelar\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Ativar negrito no texto selecionado\\n .tooltip-text = Negrito\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Ativar itálico no texto selecionado\\n .tooltip-text = Itálico\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Ativar o tachado no texto selecionado\\n .tooltip-text = Tachado\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Crie ou edite uma lista de marcadores no texto selecionado\\n .tooltip-text = Lista de marcadores\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Crie ou edite uma lista ordenada no texto selecionado\\n .tooltip-text = Lista ordenada\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Crie ou edite a citação em bloco no texto selecionado\\n .tooltip-text = Citação em bloco\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Crie ou edite código no texto selecionado\\n .tooltip-text = Código\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Crie ou edite um bloco de código no texto selecionado\\n .tooltip-text = Bloco de código\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Crie ou edite link no texto selecionado\\n .tooltip-text = Link\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Adicionar um link\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Texto a ser exibido (opcional)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Link\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = ex. https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Remover\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = Cancelar\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Concluído\\nDIALTONE_PAGINATION_FIRST_PAGE = Primeira página\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Página anterior\\nDIALTONE_PAGINATION_NEXT_PAGE = Próxima página\\nDIALTONE_PAGINATION_LAST_PAGE = Última página\\nDIALTONE_PAGINATION_PAGE_NUMBER = Número da página { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Editar\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Abrir link\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Remover\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Configurações\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Atualizar\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Menções não lidas\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Mensagens não lidas\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Inglês\\nSTORYBOOK_LANGUAGE_CHINESE = Chinês\\nSTORYBOOK_LANGUAGE_DUTCH = Holandês\\nSTORYBOOK_LANGUAGE_FRENCH = Francês\\nSTORYBOOK_LANGUAGE_GERMAN = Alemão\\nSTORYBOOK_LANGUAGE_ITALIAN = Italiano\\nSTORYBOOK_LANGUAGE_JAPANESE = Japonês\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Português\\nSTORYBOOK_LANGUAGE_RUSSIAN = Russo\\nSTORYBOOK_LANGUAGE_SPANISH = Espanhol\\nSTORYBOOK_SET_LANGUAGE = Definir idioma\\n\"","export default \"# Dialtone\\nDIALTONE_CLOSE_BUTTON = Нажмите, чтобы закрыть\\nDIALTONE_BREADCRUMBS_ARIA_LABEL = Навигационная цепочка\\nDIALTONE_BUTTON_LOADING = Идет загрузка\\nDIALTONE_UNREAD_MESSAGE_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Нет непрочитанных сообщений\\n [1] 1 непрочитанное сообщение\\n *[other] Непрочитанных сообщений: { $unreadCount }\\n }\\nDIALTONE_UNREAD_MENTION_COUNT_TEXT =\\n { $unreadCount ->\\n [0] Нет непрочитанных упоминаний\\n [1] 1 непрочитанное упоминание\\n *[other] Непрочитанных упоминаний: { $unreadCount }\\n }\\nDIALTONE_TYPING_TEXT = Пишет\\nDIALTONE_ATTACHMENT_CAROUSEL_CLICK_TO_OPEN_ARIA_LABEL = Нажмите, чтобы открыть\\nDIALTONE_ATTACHMENT_CAROUSEL_PROGRESS_BAR_ARIA_LABEL = Загрузка\\nDIALTONE_ATTACHMENT_CAROUSEL_LEFT_ARROW_ARIA_LABEL = Предыдущ.\\nDIALTONE_ATTACHMENT_CAROUSEL_RIGHT_ARROW_ARIA_LABEL = Далее\\nDIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL = Открыть выпадающий список\\nDIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL = Открыть всплывающее окно\\nDIALTONE_CONTACT_CENTERS_ROW_MENU_BUTTON_LABEL = Открыть меню\\nDIALTONE_DATEPICKER_PREVIOUS_MONTH = Предыдущий месяц\\nDIALTONE_DATEPICKER_NEXT_MONTH = в следующем месяце\\nDIALTONE_DATEPICKER_PREVIOUS_YEAR = Предыдущий год\\nDIALTONE_DATEPICKER_NEXT_YEAR = в следующем году\\nDIALTONE_DATEPICKER_SELECT_DAY = Выберите день\\nDIALTONE_DATEPICKER_CHANGE_TO = Изменить на\\nDIALTONE_EDITOR_CONFIRM_SET_LINK_BUTTON =\\n .title = Подтвердить\\n .aria-label = Подтвердите заданную ссылку\\nDIALTONE_EDITOR_REMOVE_LINK_BUTTON =\\n .title = Удалить\\n .aria-label = Удалить ссылку\\nDIALTONE_EDITOR_CANCEL_SET_LINK_BUTTON =\\n .title = Отмена\\n .aria-label = Отменить заданную ссылку\\nDIALTONE_EDITOR_QUICK_REPLY_BUTTON_LABEL = Быстрый ответ\\nDIALTONE_EDITOR_BOLD_BUTTON_LABEL = Жирный\\nDIALTONE_EDITOR_ITALICS_BUTTON_LABEL = Курсив\\nDIALTONE_EDITOR_UNDERLINE_BUTTON_LABEL = Подчеркнутый\\nDIALTONE_EDITOR_STRIKE_BUTTON_LABEL = Зачеркнутый\\nDIALTONE_EDITOR_ALIGN_LEFT_BUTTON_LABEL = Выровнять по левому краю\\nDIALTONE_EDITOR_ALIGN_CENTER_BUTTON_LABEL = Выровнять по центру\\nDIALTONE_EDITOR_ALIGN_RIGHT_BUTTON_LABEL = Выровнять по правому краю\\nDIALTONE_EDITOR_ALIGN_JUSTIFY_BUTTON_LABEL = Выровнять или центрировать\\nDIALTONE_EDITOR_BULLET_LIST_BUTTON_LABEL = Маркированный список\\nDIALTONE_EDITOR_ORDERED_LIST_BUTTON_LABEL = Упорядоченный список\\nDIALTONE_EDITOR_QUOTE_BUTTON_LABEL = Цитата\\nDIALTONE_EDITOR_CODE_BUTTON_LABEL = Код\\nDIALTONE_EDITOR_IMAGE_BUTTON_LABEL = Изображение\\nDIALTONE_EDITOR_LINK_BUTTON_LABEL = Ссылка\\nDIALTONE_EDITOR_ADD_LINK_BUTTON =\\n .title = Добавить ссылку\\n .aria-label = Поле ввода для добавления ссылки\\nDIALTONE_EMOJI_ROW_REACTION_LABEL =\\n { $reactionCount ->\\n [one]\\n { $selected ->\\n *[false] { $name } человек отреагировал ({ $reaction }).\\n [true] Вы отреагировали ({ $reaction }).\\n }\\n [few]\\n { $selected ->\\n *[false] { $reactionCount } человека отреагировало ({ $reaction }).\\n [true] { $reactionCount } человека, включая вас, отреагировало ({ $reaction }).\\n }\\n [many]\\n { $selected ->\\n *[false] { $reactionCount } человек отреагировало ({ $reaction }).\\n [true] { $reactionCount } человек, включая вас, отреагировало ({ $reaction }).\\n }\\n *[other]\\n { $selected ->\\n *[false] { $reactionCount } человека отреагировало { $reaction }.\\n [true] { $reactionCount } человека, включая вас, отреагировало ({ $reaction }).\\n }\\n }\\nDIALTONE_EMOJI_PICKER_ADD_EMOJI_LABEL = Добавить смайлик\\nDIALTONE_EMOJI_PICKER_SEARCH_NO_RESULTS_LABEL = Нет результатов\\nDIALTONE_EMOJI_PICKER_SEARCH_RESULTS_LABEL = результаты поиска\\nDIALTONE_EMOJI_PICKER_SEARCH_PLACEHOLDER_LABEL = Поиск...\\nDIALTONE_EMOJI_PICKER_SKIN_SELECTOR_BUTTON_TOOLTIP_LABEL = Изменить стандартный тон кожи\\nDIALTONE_EMOJI_PICKER_TABSET_RECENTLY_USED_LABEL = Недавно использовано\\nDIALTONE_EMOJI_PICKER_TABSET_SMILEYS_AND_PEOPLE_LABEL = Смайлики и люди\\nDIALTONE_EMOJI_PICKER_TABSET_NATURE_LABEL = природа\\nDIALTONE_EMOJI_PICKER_TABSET_FOOD_LABEL = еда\\nDIALTONE_EMOJI_PICKER_TABSET_ACTIVITY_LABEL = Деятельность\\nDIALTONE_EMOJI_PICKER_TABSET_TRAVEL_LABEL = путешествия\\nDIALTONE_EMOJI_PICKER_TABSET_OBJECTS_LABEL = Объекты\\nDIALTONE_EMOJI_PICKER_TABSET_SYMBOLS_LABEL = Символы\\nDIALTONE_EMOJI_PICKER_TABSET_FLAGS_LABEL = Флаги\\nDIALTONE_EMOJI_PICKER_TABSET_CUSTOM_LABEL = Выбрать период\\nDIALTONE_FEED_ITEM_PILL_ARIA_LABEL = Нажмите, чтобы развернуть\\nDIALTONE_GENERAL_ROW_ACTIVE_VOICE_CHAT_TEXT = Активный голосовой чат\\nDIALTONE_GENERAL_ROW_CALL_BUTTON_TOOLTIP = Вызов\\nDIALTONE_GENERAL_ROW_DND_TEXT_TOOLTIP = Режим «Не беспокоить»\\nDIALTONE_GROUP_ROW_GROUP_COUNT_TEXT =\\n { $count ->\\n [1] 1 пользователь\\n *[other] { $count } пользователей\\n }\\nDIALTONE_IVR_NODE_MENU_BUTTON_ARIA_LABEL = Открыть меню\\nDIALTONE_IVR_NODE_PROMPTMENU_ARIA_LABEL = узел меню запросов\\nDIALTONE_IVR_NODE_PROMPTCOLLECT_ARIA_LABEL = узел сбора запросов\\nDIALTONE_IVR_NODE_PROMPTPLAY_ARIA_LABEL = узел воспроизведения запросов\\nDIALTONE_IVR_NODE_GOTOEXPERT_ARIA_LABEL = перейти к экспертному узлу\\nDIALTONE_IVR_NODE_BRANCH_ARIA_LABEL = узел ветвления\\nDIALTONE_IVR_NODE_GOTO_ARIA_LABEL = перейти к узлу\\nDIALTONE_IVR_NODE_ASSIGN_ARIA_LABEL = назначить узел\\nDIALTONE_IVR_NODE_CUSTOMERDATA_ARIA_LABEL = узел данных клиента\\nDIALTONE_IVR_NODE_TRANSFER_ARIA_LABEL = узел передачи\\nDIALTONE_IVR_NODE_HANGUP_ARIA_LABEL = узел зависания\\nDIALTONE_MESSAGE_INPUT_SEND_BUTTON_ARIA_LABEL = Отправить\\nDIALTONE_MESSAGE_INPUT_IMAGE_PICKER_BUTTON_ARIA_LABEL = Прикрепить изображение\\nDIALTONE_MESSAGE_INPUT_EMOJI_PICKER_BUTTON_ARIA_LABEL = Выбрать эмодзи\\nDIALTONE_MESSAGE_INPUT_CANCEL_BUTTON_ARIA_LABEL = Отмена\\nDIALTONE_MESSAGE_INPUT_BOLD_BUTTON_LABEL =\\n .aria-label = Переключить жирный шрифт в выбранном тексте\\n .tooltip-text = Жирный\\nDIALTONE_MESSAGE_INPUT_ITALIC_BUTTON_LABEL =\\n .aria-label = Включить курсив в выбранном тексте\\n .tooltip-text = Курсив\\nDIALTONE_MESSAGE_INPUT_STRIKETHROUGH_BUTTON_LABEL =\\n .aria-label = Включить зачеркивание выбранного текста\\n .tooltip-text = Зачеркнутый\\nDIALTONE_MESSAGE_INPUT_BULLET_LIST_BUTTON_LABEL =\\n .aria-label = Создать или отредактировать маркированный список в выбранном тексте\\n .tooltip-text = Маркированный список\\nDIALTONE_MESSAGE_INPUT_ORDERED_LIST_BUTTON_LABEL =\\n .aria-label = Создать или отредактировать упорядоченный список в выбранном тексте\\n .tooltip-text = Упорядоченный список\\nDIALTONE_MESSAGE_INPUT_BLOCK_QUOTE_BUTTON_LABEL =\\n .aria-label = Создать или отредактировать блочную цитату в выбранном тексте\\n .tooltip-text = Блочная цитата\\nDIALTONE_MESSAGE_INPUT_CODE_BUTTON_LABEL =\\n .aria-label = Создать или отредактировать код в выбранном тексте\\n .tooltip-text = Код\\nDIALTONE_MESSAGE_INPUT_CODE_BLOCK_BUTTON_LABEL =\\n .aria-label = Создать или отредактировать блок кода в выбранном тексте\\n .tooltip-text = Блок кода\\nDIALTONE_MESSAGE_INPUT_LINK_BUTTON_LABEL =\\n .aria-label = Создать или изменить ссылку в выделенном тексте\\n .tooltip-text = Ссылка\\nDIALTONE_MESSAGE_INPUT_LINK_DIALOG_TITLE = Добавить ссылку\\nDIALTONE_MESSAGE_INPUT_LINK_TEXT_LABEL = Текст для отображения (необязательно)\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_LABEL = Ссылка\\nDIALTONE_MESSAGE_INPUT_LINK_LINK_PLACEHOLDER = например, https://www.dialpad.com\\nDIALTONE_MESSAGE_INPUT_LINK_REMOVE_LABEL = Удалить\\nDIALTONE_MESSAGE_INPUT_LINK_CANCEL_LABEL = Отмена\\nDIALTONE_MESSAGE_INPUT_LINK_CONFIRM_LABEL = Готово\\nDIALTONE_PAGINATION_FIRST_PAGE = Первая страница\\nDIALTONE_PAGINATION_PREVIOUS_PAGE = Предыдущая страница\\nDIALTONE_PAGINATION_NEXT_PAGE = Следующая страница\\nDIALTONE_PAGINATION_LAST_PAGE = Последняя страница\\nDIALTONE_PAGINATION_PAGE_NUMBER = Номер страницы { $page }\\nDIALTONE_RICH_TEXT_EDITOR_EDIT_BUTTON_LABEL = Изменить\\nDIALTONE_RICH_TEXT_EDITOR_OPEN_LINK_BUTTON_LABEL = Открыть ссылку\\nDIALTONE_RICH_TEXT_EDITOR_REMOVE_BUTTON_LABEL = Удалить\\nDIALTONE_SETTINGS_MENU_DEFAULT_BUTTON_LABEL = Настройки\\nDIALTONE_SETTINGS_MENU_UPDATE_BUTTON_LABEL = Обновить\\nDIALTONE_UNREAD_PILL_MENTIONS_TEXT = Непрочитанные упоминания\\nDIALTONE_UNREAD_PILL_MESSAGES_TEXT = Непрочитанные сообщения\\n# Storybook only\\nSTORYBOOK_LANGUAGE_ENGLISH = Английский\\nSTORYBOOK_LANGUAGE_CHINESE = Китайский\\nSTORYBOOK_LANGUAGE_DUTCH = Голландский\\nSTORYBOOK_LANGUAGE_FRENCH = Французский\\nSTORYBOOK_LANGUAGE_GERMAN = Германия\\nSTORYBOOK_LANGUAGE_ITALIAN = Итальянский\\nSTORYBOOK_LANGUAGE_JAPANESE = Японский\\nSTORYBOOK_LANGUAGE_PORTUGUESE = Португальский\\nSTORYBOOK_LANGUAGE_RUSSIAN = Русский\\nSTORYBOOK_LANGUAGE_SPANISH = Испанский\\nSTORYBOOK_SET_LANGUAGE = Установить язык\\n\"","import { LocaleManager, RawBundleSource, useI18N } from '@dialpad/i18n-vue2';\n\nimport enUS from './en-US.ftl?raw';\nimport zhCN from './zh-CN.ftl?raw';\nimport nlNL from './nl-NL.ftl?raw';\nimport frFR from './fr-FR.ftl?raw';\nimport deDE from './de-DE.ftl?raw';\nimport itIT from './it-IT.ftl?raw';\nimport jaJP from './ja-JP.ftl?raw';\nimport ptBR from './pt-BR.ftl?raw';\nimport ruRU from './ru-RU.ftl?raw';\nimport esLA from './es-LA.ftl?raw';\n\nconst dialtoneNamespace = 'dialtone';\n\nexport class DialtoneLocalization {\n constructor (locale = 'en-US') {\n if (typeof DialtoneLocalization.instance === 'object') {\n return DialtoneLocalization.instance;\n }\n\n this._locale = locale;\n this._allowedLocales = {\n ENGLISH: 'en-US',\n CHINESE: 'zh-CN',\n DUTCH: 'nl-NL',\n FRENCH: 'fr-FR',\n GERMAN: 'de-DE',\n ITALIAN: 'it-IT',\n JAPANESE: 'ja-JP',\n PORTUGUESE: 'pt-BR',\n RUSSIAN: 'ru-RU',\n SPANISH: 'es-LA',\n };\n\n const bundleSource = new RawBundleSource({\n resources: RawBundleSource.builtResources([\n ['en-US', dialtoneNamespace, enUS],\n ['zh-CN', dialtoneNamespace, zhCN],\n ['nl-NL', dialtoneNamespace, nlNL],\n ['fr-FR', dialtoneNamespace, frFR],\n ['de-DE', dialtoneNamespace, deDE],\n ['it-IT', dialtoneNamespace, itIT],\n ['ja-JP', dialtoneNamespace, jaJP],\n ['pt-BR', dialtoneNamespace, ptBR],\n ['ru-RU', dialtoneNamespace, ruRU],\n ['es-LA', dialtoneNamespace, esLA],\n ]),\n });\n\n const localeManager = new LocaleManager({\n bundleSource,\n fallbackLocale: locale,\n preferredLocale: locale,\n namespaces: [dialtoneNamespace],\n });\n\n localeManager.install();\n\n DialtoneLocalization.instance = this;\n return this;\n }\n\n $t (...args) {\n return useI18N().$t(...args);\n }\n\n $ta (...args) {\n return useI18N().$ta(...args);\n }\n\n get currentLocale () {\n return this._locale;\n }\n\n set currentLocale (newLocale) {\n if (newLocale === this._locale) return;\n if (!Object.values(this.allowedLocales).includes(newLocale)) {\n throw new Error(`Locale ${newLocale} is not allowed, please use one of the following: ${Object.values(this.allowedLocales).join(', ')}`);\n }\n\n this._locale = newLocale;\n useI18N().setI18N({ preferredLocale: newLocale });\n }\n\n get allowedLocales () {\n return this._allowedLocales;\n }\n}\n"],"names":["zhCN","nlNL","frFR","deDE","itIT","jaJP","ptBR","ruRU","dialtoneNamespace","DialtoneLocalization","locale","bundleSource","RawBundleSource","enUS","esLA","LocaleManager","args","useI18N","newLocale"],"mappings":";;;AAAA,MAAeA,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA,ICAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCAAC,IAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCaTC,IAAoB;AAEnB,MAAMC,EAAqB;AAAA,EAChC,YAAaC,IAAS,SAAS;AAC7B,QAAI,OAAOD,EAAqB,YAAa;AAC3C,aAAOA,EAAqB;AAG9B,SAAK,UAAUC,GACf,KAAK,kBAAkB;AAAA,MACrB,SAAS;AAAA,MACT,SAAS;AAAA,MACT,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,SAAS;AAAA,MACT,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,SAAS;AAAA,MACT,SAAS;AAAA,IACf;AAEI,UAAMC,IAAe,IAAIC,EAAgB;AAAA,MACvC,WAAWA,EAAgB,eAAe;AAAA,QACxC,CAAC,SAASJ,GAAmBK,CAAI;AAAA,QACjC,CAAC,SAASL,GAAmBR,CAAI;AAAA,QACjC,CAAC,SAASQ,GAAmBP,CAAI;AAAA,QACjC,CAAC,SAASO,GAAmBN,CAAI;AAAA,QACjC,CAAC,SAASM,GAAmBL,CAAI;AAAA,QACjC,CAAC,SAASK,GAAmBJ,CAAI;AAAA,QACjC,CAAC,SAASI,GAAmBH,CAAI;AAAA,QACjC,CAAC,SAASG,GAAmBF,CAAI;AAAA,QACjC,CAAC,SAASE,GAAmBD,CAAI;AAAA,QACjC,CAAC,SAASC,GAAmBM,CAAI;AAAA,MACzC,CAAO;AAAA,IACP,CAAK;AASD,WAPsB,IAAIC,EAAc;AAAA,MACtC,cAAAJ;AAAA,MACA,gBAAgBD;AAAA,MAChB,iBAAiBA;AAAA,MACjB,YAAY,CAACF,CAAiB;AAAA,IACpC,CAAK,EAEa,QAAO,GAErBC,EAAqB,WAAW,MACzB;AAAA,EACR;AAAA,EAED,MAAOO,GAAM;AACX,WAAOC,EAAS,EAAC,GAAG,GAAGD,CAAI;AAAA,EAC5B;AAAA,EAED,OAAQA,GAAM;AACZ,WAAOC,EAAS,EAAC,IAAI,GAAGD,CAAI;AAAA,EAC7B;AAAA,EAED,IAAI,gBAAiB;AACnB,WAAO,KAAK;AAAA,EACb;AAAA,EAED,IAAI,cAAeE,GAAW;AAC5B,QAAIA,MAAc,KAAK,SACvB;AAAA,UAAI,CAAC,OAAO,OAAO,KAAK,cAAc,EAAE,SAASA,CAAS;AACxD,cAAM,IAAI,MAAM,UAAUA,CAAS,qDAAqD,OAAO,OAAO,KAAK,cAAc,EAAE,KAAK,IAAI,CAAC,EAAE;AAGzI,WAAK,UAAUA,GACfD,EAAS,EAAC,QAAQ,EAAE,iBAAiBC,EAAW,CAAA;AAAA;AAAA,EACjD;AAAA,EAED,IAAI,iBAAkB;AACpB,WAAO,KAAK;AAAA,EACb;AACH;"}
@@ -1 +1 @@
1
- {"version":3,"file":"vue-2.cjs","sources":["../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isInstanceOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isInteger.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isOneOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isSymbol.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/index.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/util.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/string.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/boolean.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/number.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/integer.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/symbol.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/vueComponent.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/any.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/array.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/object.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/function.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOfObjectKeys.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOfTypes.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/instanceOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNegative.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isPositive.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNonNegative.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNonPositive.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/index.js","../../../../../node_modules/.pnpm/@tiptap+vue-2@2.12.0_@tiptap+core@2.12.0_@tiptap+pm@2.12.0__@tiptap+extension-bubble-menu@2.1_q4t6l7ek5esmmhlornfszdvzwm/node_modules/@tiptap/vue-2/dist/index.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isInstanceOf = void 0;\n/** Validator that only allows instances of the given parent. */\nconst isInstanceOf = (parent) => (value) => {\n if (!(value instanceof parent)) {\n return `value should be an instance of ${parent.name}`;\n }\n return undefined;\n};\nexports.isInstanceOf = isInstanceOf;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isInteger = void 0;\n/** Validator that only allows integer numbers. */\nconst isInteger = (value) => {\n if (typeof value !== 'number' || !Number.isInteger(value)) {\n return 'value should be an integer';\n }\n return undefined;\n};\nexports.isInteger = isInteger;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isOneOf = void 0;\n/** Validator that only allows any of the given values. */\nconst isOneOf = (allowedValues) => (value) => {\n if (!allowedValues.includes(value)) {\n return `value should be one of \"${allowedValues.join('\", \"')}\"`;\n }\n return undefined;\n};\nexports.isOneOf = isOneOf;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isSymbol = void 0;\n/** Validator that only allows symbols. */\nconst isSymbol = (value) => {\n if (typeof value !== 'symbol') {\n return 'value should be a symbol';\n }\n return undefined;\n};\nexports.isSymbol = isSymbol;\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isSymbol = exports.isOneOf = exports.isInteger = exports.isInstanceOf = exports.vuePropValidator = void 0;\nconst vue_1 = __importDefault(require(\"vue\"));\n/**\n * Creates a Vue prop validator that runs all type validators and the user validator (if specified).\n * @param userValidator Validator function specified by the user.\n * @param typeValidators Validator functions hard-coded by the prop type function.\n */\nfunction vuePropValidator(userValidator, ...typeValidators) {\n const validators = userValidator\n ? [...typeValidators, userValidator]\n : typeValidators;\n if (validators.length === 0) {\n return undefined;\n }\n return (value) => {\n for (const validator of validators) {\n const errorMessage = validator(value);\n if (errorMessage) {\n if (typeof vue_1.default === 'object' && 'util' in vue_1.default) {\n // @ts-expect-error -- Vue.util is only available in Vue 2, but provides more context than console.warn\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n vue_1.default.util.warn(`${errorMessage} (received: '${String(value)}')`);\n }\n else {\n console.warn(`${errorMessage} (received: '${String(value)}')`);\n }\n return false;\n }\n }\n return true;\n };\n}\nexports.vuePropValidator = vuePropValidator;\n// for internal use only\nvar isInstanceOf_1 = require(\"./isInstanceOf\");\nObject.defineProperty(exports, \"isInstanceOf\", { enumerable: true, get: function () { return isInstanceOf_1.isInstanceOf; } });\nvar isInteger_1 = require(\"./isInteger\");\nObject.defineProperty(exports, \"isInteger\", { enumerable: true, get: function () { return isInteger_1.isInteger; } });\nvar isOneOf_1 = require(\"./isOneOf\");\nObject.defineProperty(exports, \"isOneOf\", { enumerable: true, get: function () { return isOneOf_1.isOneOf; } });\nvar isSymbol_1 = require(\"./isSymbol\");\nObject.defineProperty(exports, \"isSymbol\", { enumerable: true, get: function () { return isSymbol_1.isSymbol; } });\n// custom validators provided for user convenience are exported from main entrypoint\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.propOptionsGenerator = void 0;\nconst validators_1 = require(\"./validators\");\nconst propOptionsGenerator = (type, userValidator, ...typeValidators) => ({\n optional: {\n type,\n required: false,\n default: undefined,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n nullable: {\n type,\n required: false,\n default: null,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n withDefault: (defaultValue) => ({\n type,\n required: false,\n default: defaultValue,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n }),\n required: {\n type,\n required: true,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n});\nexports.propOptionsGenerator = propOptionsGenerator;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.stringProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any string. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time with a union type.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst stringProp = (validator) => (0, util_1.propOptionsGenerator)(String, validator);\nexports.stringProp = stringProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.booleanProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any boolean (validated at runtime and compile time).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst booleanProp = (validator) => (0, util_1.propOptionsGenerator)(Boolean, validator);\nexports.booleanProp = booleanProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.numberProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any number (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to restrict the type at compile time with a union type.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst numberProp = (validator) => (0, util_1.propOptionsGenerator)(Number, validator);\nexports.numberProp = numberProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.integerProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows any integer (validated at runtime).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst integerProp = (validator) => (0, util_1.propOptionsGenerator)(Number, validator, validators_1.isInteger);\nexports.integerProp = integerProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.symbolProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows any symbol (validated at runtime and compile time).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst symbolProp = (validator) => (0, util_1.propOptionsGenerator)(undefined, validator, validators_1.isSymbol);\nexports.symbolProp = symbolProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.vueComponentProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any Vue component instance, name or options object. No built-in runtime validation is performed by default.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst vueComponentProp = (validator) => (0, util_1.propOptionsGenerator)([Object, String], validator);\nexports.vueComponentProp = vueComponentProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.anyProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any type. No built-in runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time.\n *\n * @param validator - Optional function for runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst anyProp = (validator) => (0, util_1.propOptionsGenerator)(undefined, validator);\nexports.anyProp = anyProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.arrayProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any array. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type of the array items at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst arrayProp = (validator) => (0, util_1.propOptionsGenerator)(Array, validator);\nexports.arrayProp = arrayProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.objectProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any object. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst objectProp = (validator) => (0, util_1.propOptionsGenerator)(Object, validator);\nexports.objectProp = objectProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.functionProp = void 0;\nconst validators_1 = require(\"../validators\");\n/* eslint-disable @typescript-eslint/ban-types */\n/**\n * Allows any function. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type to a specific function signature at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst functionProp = (validator) => ({\n optional: {\n type: Function,\n required: false,\n default: undefined,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n nullable: {\n type: Function,\n required: false,\n default: null,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n required: {\n type: Function,\n required: true,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n});\nexports.functionProp = functionProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n// inspired by https://github.com/dwightjack/vue-types/blob/4.1.1/src/validators/oneof.ts\nconst getOneOfType = (values) => {\n const allowedTypes = [\n ...new Set(values.flatMap((value) => {\n var _a;\n if (value === null || value === undefined) {\n return [];\n }\n return (\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access\n (_a = value.constructor) !== null && _a !== void 0 ? _a : []);\n })),\n ];\n if (allowedTypes.length === 0) {\n return undefined;\n }\n if (allowedTypes.length === 1) {\n return allowedTypes[0];\n }\n return allowedTypes;\n};\n/**\n * Allows any of the specified allowed values (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time, this is usually not necessary.\n *\n * @param allowedValues - The allowed values.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfProp = (allowedValues, validator) => (0, util_1.propOptionsGenerator)(getOneOfType(allowedValues), validator, (0, validators_1.isOneOf)(allowedValues));\nexports.oneOfProp = oneOfProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfObjectKeysProp = void 0;\nconst oneOf_1 = require(\"./oneOf\");\n/**\n * Allows any of the keys of the specified object (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time, this is usually not necessary.\n *\n * @param object - The object whose keys are allowed.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfObjectKeysProp = (object, validator) => (0, oneOf_1.oneOfProp)(Object.keys(object), validator);\nexports.oneOfObjectKeysProp = oneOfObjectKeysProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfTypesProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any of the passed constructor types (validated at runtime).\n *\n * Type parameter `T` has to be used to adjust the type at compile time.\n *\n * @param type - A single constructor or an array of constructors to allow.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfTypesProp = (type, validator) => (0, util_1.propOptionsGenerator)(type, validator);\nexports.oneOfTypesProp = oneOfTypesProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.instanceOfProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows instances of the given constructor (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time.\n *\n * @param parent - The constructor to allow.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst instanceOfProp = (parent, validator) => (0, util_1.propOptionsGenerator)(parent, validator, (0, validators_1.isInstanceOf)(parent));\nexports.instanceOfProp = instanceOfProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNegative = void 0;\n/** Validator that only allows negative numbers (`< 0`). */\nconst isNegative = (value) => {\n if (typeof value !== 'number' || value >= 0 || Number.isNaN(value)) {\n return 'value should be a negative number';\n }\n return undefined;\n};\nexports.isNegative = isNegative;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isPositive = void 0;\n/** Validator that only allows positive numbers (`> 0`). */\nconst isPositive = (value) => {\n if (typeof value !== 'number' || value <= 0 || Number.isNaN(value)) {\n return 'value should be a positive number';\n }\n return undefined;\n};\nexports.isPositive = isPositive;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonNegative = void 0;\n/** Validator that only allows non-negative numbers (`>= 0`). */\nconst isNonNegative = (value) => {\n if (typeof value !== 'number' || value < 0 || Number.isNaN(value)) {\n return 'value should be a non-negative number';\n }\n return undefined;\n};\nexports.isNonNegative = isNonNegative;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonPositive = void 0;\n/** Validator that only allows non-positive numbers (`<= 0`). */\nconst isNonPositive = (value) => {\n if (typeof value !== 'number' || value > 0 || Number.isNaN(value)) {\n return 'value should be a non-positive number';\n }\n return undefined;\n};\nexports.isNonPositive = isNonPositive;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonPositive = exports.isNonNegative = exports.isPositive = exports.isNegative = exports.instanceOfProp = exports.oneOfTypesProp = exports.oneOfObjectKeysProp = exports.oneOfProp = exports.functionProp = exports.objectProp = exports.arrayProp = exports.anyProp = exports.vueComponentProp = exports.symbolProp = exports.integerProp = exports.numberProp = exports.booleanProp = exports.stringProp = void 0;\nvar string_1 = require(\"./prop-types/string\");\nObject.defineProperty(exports, \"stringProp\", { enumerable: true, get: function () { return string_1.stringProp; } });\nvar boolean_1 = require(\"./prop-types/boolean\");\nObject.defineProperty(exports, \"booleanProp\", { enumerable: true, get: function () { return boolean_1.booleanProp; } });\nvar number_1 = require(\"./prop-types/number\");\nObject.defineProperty(exports, \"numberProp\", { enumerable: true, get: function () { return number_1.numberProp; } });\nvar integer_1 = require(\"./prop-types/integer\");\nObject.defineProperty(exports, \"integerProp\", { enumerable: true, get: function () { return integer_1.integerProp; } });\nvar symbol_1 = require(\"./prop-types/symbol\");\nObject.defineProperty(exports, \"symbolProp\", { enumerable: true, get: function () { return symbol_1.symbolProp; } });\nvar vueComponent_1 = require(\"./prop-types/vueComponent\");\nObject.defineProperty(exports, \"vueComponentProp\", { enumerable: true, get: function () { return vueComponent_1.vueComponentProp; } });\nvar any_1 = require(\"./prop-types/any\");\nObject.defineProperty(exports, \"anyProp\", { enumerable: true, get: function () { return any_1.anyProp; } });\nvar array_1 = require(\"./prop-types/array\");\nObject.defineProperty(exports, \"arrayProp\", { enumerable: true, get: function () { return array_1.arrayProp; } });\nvar object_1 = require(\"./prop-types/object\");\nObject.defineProperty(exports, \"objectProp\", { enumerable: true, get: function () { return object_1.objectProp; } });\nvar function_1 = require(\"./prop-types/function\");\nObject.defineProperty(exports, \"functionProp\", { enumerable: true, get: function () { return function_1.functionProp; } });\nvar oneOf_1 = require(\"./prop-types/oneOf\");\nObject.defineProperty(exports, \"oneOfProp\", { enumerable: true, get: function () { return oneOf_1.oneOfProp; } });\nvar oneOfObjectKeys_1 = require(\"./prop-types/oneOfObjectKeys\");\nObject.defineProperty(exports, \"oneOfObjectKeysProp\", { enumerable: true, get: function () { return oneOfObjectKeys_1.oneOfObjectKeysProp; } });\nvar oneOfTypes_1 = require(\"./prop-types/oneOfTypes\");\nObject.defineProperty(exports, \"oneOfTypesProp\", { enumerable: true, get: function () { return oneOfTypes_1.oneOfTypesProp; } });\nvar instanceOf_1 = require(\"./prop-types/instanceOf\");\nObject.defineProperty(exports, \"instanceOfProp\", { enumerable: true, get: function () { return instanceOf_1.instanceOfProp; } });\nvar isNegative_1 = require(\"./validators/isNegative\");\nObject.defineProperty(exports, \"isNegative\", { enumerable: true, get: function () { return isNegative_1.isNegative; } });\nvar isPositive_1 = require(\"./validators/isPositive\");\nObject.defineProperty(exports, \"isPositive\", { enumerable: true, get: function () { return isPositive_1.isPositive; } });\nvar isNonNegative_1 = require(\"./validators/isNonNegative\");\nObject.defineProperty(exports, \"isNonNegative\", { enumerable: true, get: function () { return isNonNegative_1.isNonNegative; } });\nvar isNonPositive_1 = require(\"./validators/isNonPositive\");\nObject.defineProperty(exports, \"isNonPositive\", { enumerable: true, get: function () { return isNonPositive_1.isNonPositive; } });\n","import { BubbleMenuPlugin } from '@tiptap/extension-bubble-menu';\nimport { Editor as Editor$1, NodeView } from '@tiptap/core';\nexport * from '@tiptap/core';\nimport { FloatingMenuPlugin } from '@tiptap/extension-floating-menu';\nimport Vue from 'vue';\nimport { objectProp, booleanProp, functionProp } from 'vue-ts-types';\n\nconst BubbleMenu = {\n name: 'BubbleMenu',\n props: {\n pluginKey: {\n type: [String, Object],\n default: 'bubbleMenu',\n },\n editor: {\n type: Object,\n required: true,\n },\n updateDelay: {\n type: Number,\n },\n tippyOptions: {\n type: Object,\n default: () => ({}),\n },\n shouldShow: {\n type: Function,\n default: null,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (!editor) {\n return;\n }\n this.$nextTick(() => {\n editor.registerPlugin(BubbleMenuPlugin({\n updateDelay: this.updateDelay,\n editor,\n element: this.$el,\n pluginKey: this.pluginKey,\n shouldShow: this.shouldShow,\n tippyOptions: this.tippyOptions,\n }));\n });\n },\n },\n },\n render(createElement) {\n return createElement('div', { style: { visibility: 'hidden' } }, this.$slots.default);\n },\n beforeDestroy() {\n this.editor.unregisterPlugin(this.pluginKey);\n },\n};\n\nclass Editor extends Editor$1 {\n constructor() {\n super(...arguments);\n this.contentComponent = null;\n }\n}\n\nconst EditorContent = {\n name: 'EditorContent',\n props: {\n editor: {\n default: null,\n type: Object,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (editor && editor.options.element) {\n this.$nextTick(() => {\n const element = this.$el;\n if (!element || !editor.options.element.firstChild) {\n return;\n }\n element.append(...editor.options.element.childNodes);\n editor.contentComponent = this;\n editor.setOptions({\n element,\n });\n editor.createNodeViews();\n });\n }\n },\n },\n },\n render(createElement) {\n return createElement('div');\n },\n beforeDestroy() {\n const { editor } = this;\n if (!editor) {\n return;\n }\n if (!editor.isDestroyed) {\n editor.view.setProps({\n nodeViews: {},\n });\n }\n editor.contentComponent = null;\n if (!editor.options.element.firstChild) {\n return;\n }\n const newElement = document.createElement('div');\n newElement.append(...editor.options.element.childNodes);\n editor.setOptions({\n element: newElement,\n });\n },\n};\n\nconst FloatingMenu = {\n name: 'FloatingMenu',\n props: {\n pluginKey: {\n type: [String, Object],\n default: 'floatingMenu',\n },\n editor: {\n type: Object,\n required: true,\n },\n tippyOptions: {\n type: Object,\n default: () => ({}),\n },\n shouldShow: {\n type: Function,\n default: null,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (!editor) {\n return;\n }\n this.$nextTick(() => {\n editor.registerPlugin(FloatingMenuPlugin({\n pluginKey: this.pluginKey,\n editor,\n element: this.$el,\n tippyOptions: this.tippyOptions,\n shouldShow: this.shouldShow,\n }));\n });\n },\n },\n },\n render(createElement) {\n return createElement('div', { style: { visibility: 'hidden' } }, this.$slots.default);\n },\n beforeDestroy() {\n this.editor.unregisterPlugin(this.pluginKey);\n },\n};\n\nconst NodeViewContent = {\n props: {\n as: {\n type: String,\n default: 'div',\n },\n },\n render(createElement) {\n return createElement(this.as, {\n style: {\n whiteSpace: 'pre-wrap',\n },\n attrs: {\n 'data-node-view-content': '',\n },\n });\n },\n};\n\nconst NodeViewWrapper = {\n props: {\n as: {\n type: String,\n default: 'div',\n },\n },\n inject: ['onDragStart', 'decorationClasses'],\n render(createElement) {\n return createElement(this.as, {\n class: this.decorationClasses.value,\n style: {\n whiteSpace: 'normal',\n },\n attrs: {\n 'data-node-view-wrapper': '',\n },\n on: {\n dragstart: this.onDragStart,\n },\n }, this.$slots.default);\n },\n};\n\n/**\n * The VueRenderer class is responsible for rendering a Vue component as a ProseMirror node view.\n */\nclass VueRenderer {\n constructor(component, props) {\n const Component = (typeof component === 'function') ? component : Vue.extend(component);\n this.ref = new Component(props).$mount();\n }\n get element() {\n return this.ref.$el;\n }\n updateProps(props = {}) {\n var _a, _b, _c;\n if (!this.ref.$props) {\n return;\n }\n // prevents `Avoid mutating a prop directly` error message\n // Fix: `VueNodeViewRenderer` change vue Constructor `config.silent` not working\n const currentVueConstructor = (_c = (_b = (_a = this.ref.$props.editor) === null || _a === void 0 ? void 0 : _a.contentComponent) === null || _b === void 0 ? void 0 : _b.$options._base) !== null && _c !== void 0 ? _c : Vue; // eslint-disable-line\n const originalSilent = currentVueConstructor.config.silent;\n currentVueConstructor.config.silent = true;\n Object\n .entries(props)\n .forEach(([key, value]) => {\n this.ref.$props[key] = value;\n });\n currentVueConstructor.config.silent = originalSilent;\n }\n destroy() {\n this.ref.$destroy();\n }\n}\n\nconst nodeViewProps = {\n editor: objectProp().required,\n node: objectProp().required,\n decorations: objectProp().required,\n selected: booleanProp().required,\n extension: objectProp().required,\n getPos: functionProp().required,\n updateAttributes: functionProp().required,\n deleteNode: functionProp().required,\n};\nclass VueNodeView extends NodeView {\n mount() {\n var _a, _b;\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extension,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode(),\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = Vue.observable({\n value: this.getDecorationClasses(),\n });\n // @ts-ignore\n const vue = (_b = (_a = this.editor.contentComponent) === null || _a === void 0 ? void 0 : _a.$options._base) !== null && _b !== void 0 ? _b : Vue; // eslint-disable-line\n const Component = vue.extend(this.component).extend({\n props: Object.keys(props),\n provide: () => {\n return {\n onDragStart,\n decorationClasses: this.decorationClasses,\n };\n },\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on('selectionUpdate', this.handleSelectionUpdate);\n this.renderer = new VueRenderer(Component, {\n parent: this.editor.contentComponent,\n propsData: props,\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element.hasAttribute('data-node-view-wrapper')) {\n throw Error('Please use the NodeViewWrapper component for your node view.');\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n const contentElement = this.dom.querySelector('[data-node-view-content]');\n return (contentElement || this.dom);\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== 'number') {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.ref.$props.selected) {\n return;\n }\n this.selectNode();\n }\n else {\n if (!this.renderer.ref.$props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === 'function') {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations }),\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true,\n });\n this.renderer.element.classList.add('ProseMirror-selectednode');\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false,\n });\n this.renderer.element.classList.remove('ProseMirror-selectednode');\n }\n getDecorationClasses() {\n return (this.decorations\n // @ts-ignore\n .map(item => item.type.attrs.class)\n .flat()\n .join(' '));\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off('selectionUpdate', this.handleSelectionUpdate);\n }\n}\nfunction VueNodeViewRenderer(component, options) {\n return props => {\n // try to get the parent component\n // this is important for vue devtools to show the component hierarchy correctly\n // maybe it’s `undefined` because <editor-content> isn’t rendered yet\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueNodeView(component, props, options);\n };\n}\n\nexport { BubbleMenu, Editor, EditorContent, FloatingMenu, NodeViewContent, NodeViewWrapper, VueNodeViewRenderer, VueRenderer, nodeViewProps };\n//# sourceMappingURL=index.js.map\n"],"names":["isInstanceOf_1","isInstanceOf","parent","value","isInteger_1","isInteger","isOneOf_1","isOneOf","allowedValues","isSymbol_1","isSymbol","__importDefault","this","mod","exports","vue_1","require$$0","vuePropValidator","userValidator","typeValidators","validators","validator","errorMessage","require$$1","require$$2","require$$3","require$$4","util","validators_1","propOptionsGenerator","type","defaultValue","string","util_1","stringProp","boolean","booleanProp","number","numberProp","integer","integerProp","symbol","symbolProp","vueComponent","vueComponentProp","any","anyProp","array","arrayProp","object","objectProp","_function","functionProp","oneOf","getOneOfType","values","allowedTypes","_a","oneOfProp","oneOfObjectKeys","oneOf_1","oneOfObjectKeysProp","oneOfTypes","oneOfTypesProp","instanceOf","instanceOfProp","isNegative_1","isNegative","isPositive_1","isPositive","isNonNegative_1","isNonNegative","isNonPositive_1","isNonPositive","string_1","boolean_1","number_1","integer_1","symbol_1","vueComponent_1","require$$5","any_1","require$$6","array_1","require$$7","object_1","require$$8","function_1","require$$9","require$$10","oneOfObjectKeys_1","require$$11","oneOfTypes_1","require$$12","instanceOf_1","require$$13","require$$14","require$$15","require$$16","require$$17","BubbleMenu","editor","BubbleMenuPlugin","createElement","Editor","Editor$1","EditorContent","element","newElement","FloatingMenu","FloatingMenuPlugin","NodeViewContent","NodeViewWrapper","VueRenderer","component","props","Component","Vue","_b","_c","currentVueConstructor","originalSilent","key","nodeViewProps","VueNodeView","NodeView","attributes","onDragStart","from","to","pos","node","decorations","innerDecorations","rerenderComponent","oldNode","oldDecorations","oldInnerDecorations","item","VueNodeViewRenderer","options"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}
1
+ {"version":3,"file":"vue-2.cjs","sources":["../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isInstanceOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isInteger.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isOneOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isSymbol.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/index.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/util.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/string.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/boolean.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/number.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/integer.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/symbol.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/vueComponent.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/any.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/array.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/object.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/function.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOfObjectKeys.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/oneOfTypes.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/prop-types/instanceOf.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNegative.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isPositive.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNonNegative.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/validators/isNonPositive.js","../../../../../node_modules/.pnpm/vue-ts-types@1.6.2_vue@2.7.16/node_modules/vue-ts-types/dist/index.js","../../../../../node_modules/.pnpm/@tiptap+vue-2@2.12.0_@tiptap+core@2.12.0_@tiptap+pm@2.12.0__@tiptap+pm@2.12.0_vue@2.7.16/node_modules/@tiptap/vue-2/dist/index.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isInstanceOf = void 0;\n/** Validator that only allows instances of the given parent. */\nconst isInstanceOf = (parent) => (value) => {\n if (!(value instanceof parent)) {\n return `value should be an instance of ${parent.name}`;\n }\n return undefined;\n};\nexports.isInstanceOf = isInstanceOf;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isInteger = void 0;\n/** Validator that only allows integer numbers. */\nconst isInteger = (value) => {\n if (typeof value !== 'number' || !Number.isInteger(value)) {\n return 'value should be an integer';\n }\n return undefined;\n};\nexports.isInteger = isInteger;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isOneOf = void 0;\n/** Validator that only allows any of the given values. */\nconst isOneOf = (allowedValues) => (value) => {\n if (!allowedValues.includes(value)) {\n return `value should be one of \"${allowedValues.join('\", \"')}\"`;\n }\n return undefined;\n};\nexports.isOneOf = isOneOf;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isSymbol = void 0;\n/** Validator that only allows symbols. */\nconst isSymbol = (value) => {\n if (typeof value !== 'symbol') {\n return 'value should be a symbol';\n }\n return undefined;\n};\nexports.isSymbol = isSymbol;\n","\"use strict\";\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isSymbol = exports.isOneOf = exports.isInteger = exports.isInstanceOf = exports.vuePropValidator = void 0;\nconst vue_1 = __importDefault(require(\"vue\"));\n/**\n * Creates a Vue prop validator that runs all type validators and the user validator (if specified).\n * @param userValidator Validator function specified by the user.\n * @param typeValidators Validator functions hard-coded by the prop type function.\n */\nfunction vuePropValidator(userValidator, ...typeValidators) {\n const validators = userValidator\n ? [...typeValidators, userValidator]\n : typeValidators;\n if (validators.length === 0) {\n return undefined;\n }\n return (value) => {\n for (const validator of validators) {\n const errorMessage = validator(value);\n if (errorMessage) {\n if (typeof vue_1.default === 'object' && 'util' in vue_1.default) {\n // @ts-expect-error -- Vue.util is only available in Vue 2, but provides more context than console.warn\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-call\n vue_1.default.util.warn(`${errorMessage} (received: '${String(value)}')`);\n }\n else {\n console.warn(`${errorMessage} (received: '${String(value)}')`);\n }\n return false;\n }\n }\n return true;\n };\n}\nexports.vuePropValidator = vuePropValidator;\n// for internal use only\nvar isInstanceOf_1 = require(\"./isInstanceOf\");\nObject.defineProperty(exports, \"isInstanceOf\", { enumerable: true, get: function () { return isInstanceOf_1.isInstanceOf; } });\nvar isInteger_1 = require(\"./isInteger\");\nObject.defineProperty(exports, \"isInteger\", { enumerable: true, get: function () { return isInteger_1.isInteger; } });\nvar isOneOf_1 = require(\"./isOneOf\");\nObject.defineProperty(exports, \"isOneOf\", { enumerable: true, get: function () { return isOneOf_1.isOneOf; } });\nvar isSymbol_1 = require(\"./isSymbol\");\nObject.defineProperty(exports, \"isSymbol\", { enumerable: true, get: function () { return isSymbol_1.isSymbol; } });\n// custom validators provided for user convenience are exported from main entrypoint\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.propOptionsGenerator = void 0;\nconst validators_1 = require(\"./validators\");\nconst propOptionsGenerator = (type, userValidator, ...typeValidators) => ({\n optional: {\n type,\n required: false,\n default: undefined,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n nullable: {\n type,\n required: false,\n default: null,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n withDefault: (defaultValue) => ({\n type,\n required: false,\n default: defaultValue,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n }),\n required: {\n type,\n required: true,\n validator: (0, validators_1.vuePropValidator)(userValidator, ...typeValidators),\n },\n});\nexports.propOptionsGenerator = propOptionsGenerator;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.stringProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any string. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time with a union type.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst stringProp = (validator) => (0, util_1.propOptionsGenerator)(String, validator);\nexports.stringProp = stringProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.booleanProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any boolean (validated at runtime and compile time).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst booleanProp = (validator) => (0, util_1.propOptionsGenerator)(Boolean, validator);\nexports.booleanProp = booleanProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.numberProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any number (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to restrict the type at compile time with a union type.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst numberProp = (validator) => (0, util_1.propOptionsGenerator)(Number, validator);\nexports.numberProp = numberProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.integerProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows any integer (validated at runtime).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst integerProp = (validator) => (0, util_1.propOptionsGenerator)(Number, validator, validators_1.isInteger);\nexports.integerProp = integerProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.symbolProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows any symbol (validated at runtime and compile time).\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst symbolProp = (validator) => (0, util_1.propOptionsGenerator)(undefined, validator, validators_1.isSymbol);\nexports.symbolProp = symbolProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.vueComponentProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any Vue component instance, name or options object. No built-in runtime validation is performed by default.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst vueComponentProp = (validator) => (0, util_1.propOptionsGenerator)([Object, String], validator);\nexports.vueComponentProp = vueComponentProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.anyProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any type. No built-in runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time.\n *\n * @param validator - Optional function for runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst anyProp = (validator) => (0, util_1.propOptionsGenerator)(undefined, validator);\nexports.anyProp = anyProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.arrayProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any array. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type of the array items at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst arrayProp = (validator) => (0, util_1.propOptionsGenerator)(Array, validator);\nexports.arrayProp = arrayProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.objectProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any object. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst objectProp = (validator) => (0, util_1.propOptionsGenerator)(Object, validator);\nexports.objectProp = objectProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.functionProp = void 0;\nconst validators_1 = require(\"../validators\");\n/* eslint-disable @typescript-eslint/ban-types */\n/**\n * Allows any function. No further runtime validation is performed by default.\n *\n * Type parameter `T` can be used to restrict the type to a specific function signature at compile time.\n *\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst functionProp = (validator) => ({\n optional: {\n type: Function,\n required: false,\n default: undefined,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n nullable: {\n type: Function,\n required: false,\n default: null,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n required: {\n type: Function,\n required: true,\n validator: (0, validators_1.vuePropValidator)(validator),\n },\n});\nexports.functionProp = functionProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n// inspired by https://github.com/dwightjack/vue-types/blob/4.1.1/src/validators/oneof.ts\nconst getOneOfType = (values) => {\n const allowedTypes = [\n ...new Set(values.flatMap((value) => {\n var _a;\n if (value === null || value === undefined) {\n return [];\n }\n return (\n // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access\n (_a = value.constructor) !== null && _a !== void 0 ? _a : []);\n })),\n ];\n if (allowedTypes.length === 0) {\n return undefined;\n }\n if (allowedTypes.length === 1) {\n return allowedTypes[0];\n }\n return allowedTypes;\n};\n/**\n * Allows any of the specified allowed values (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time, this is usually not necessary.\n *\n * @param allowedValues - The allowed values.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfProp = (allowedValues, validator) => (0, util_1.propOptionsGenerator)(getOneOfType(allowedValues), validator, (0, validators_1.isOneOf)(allowedValues));\nexports.oneOfProp = oneOfProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfObjectKeysProp = void 0;\nconst oneOf_1 = require(\"./oneOf\");\n/**\n * Allows any of the keys of the specified object (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time, this is usually not necessary.\n *\n * @param object - The object whose keys are allowed.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfObjectKeysProp = (object, validator) => (0, oneOf_1.oneOfProp)(Object.keys(object), validator);\nexports.oneOfObjectKeysProp = oneOfObjectKeysProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.oneOfTypesProp = void 0;\nconst util_1 = require(\"../util\");\n/**\n * Allows any of the passed constructor types (validated at runtime).\n *\n * Type parameter `T` has to be used to adjust the type at compile time.\n *\n * @param type - A single constructor or an array of constructors to allow.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst oneOfTypesProp = (type, validator) => (0, util_1.propOptionsGenerator)(type, validator);\nexports.oneOfTypesProp = oneOfTypesProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.instanceOfProp = void 0;\nconst util_1 = require(\"../util\");\nconst validators_1 = require(\"../validators\");\n/**\n * Allows instances of the given constructor (validated at runtime and compile time).\n *\n * Type parameter `T` can be used to adjust the inferred type at compile time.\n *\n * @param parent - The constructor to allow.\n * @param validator - Optional function for further runtime validation; should return `undefined` if valid, or an error string if invalid.\n */\nconst instanceOfProp = (parent, validator) => (0, util_1.propOptionsGenerator)(parent, validator, (0, validators_1.isInstanceOf)(parent));\nexports.instanceOfProp = instanceOfProp;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNegative = void 0;\n/** Validator that only allows negative numbers (`< 0`). */\nconst isNegative = (value) => {\n if (typeof value !== 'number' || value >= 0 || Number.isNaN(value)) {\n return 'value should be a negative number';\n }\n return undefined;\n};\nexports.isNegative = isNegative;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isPositive = void 0;\n/** Validator that only allows positive numbers (`> 0`). */\nconst isPositive = (value) => {\n if (typeof value !== 'number' || value <= 0 || Number.isNaN(value)) {\n return 'value should be a positive number';\n }\n return undefined;\n};\nexports.isPositive = isPositive;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonNegative = void 0;\n/** Validator that only allows non-negative numbers (`>= 0`). */\nconst isNonNegative = (value) => {\n if (typeof value !== 'number' || value < 0 || Number.isNaN(value)) {\n return 'value should be a non-negative number';\n }\n return undefined;\n};\nexports.isNonNegative = isNonNegative;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonPositive = void 0;\n/** Validator that only allows non-positive numbers (`<= 0`). */\nconst isNonPositive = (value) => {\n if (typeof value !== 'number' || value > 0 || Number.isNaN(value)) {\n return 'value should be a non-positive number';\n }\n return undefined;\n};\nexports.isNonPositive = isNonPositive;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.isNonPositive = exports.isNonNegative = exports.isPositive = exports.isNegative = exports.instanceOfProp = exports.oneOfTypesProp = exports.oneOfObjectKeysProp = exports.oneOfProp = exports.functionProp = exports.objectProp = exports.arrayProp = exports.anyProp = exports.vueComponentProp = exports.symbolProp = exports.integerProp = exports.numberProp = exports.booleanProp = exports.stringProp = void 0;\nvar string_1 = require(\"./prop-types/string\");\nObject.defineProperty(exports, \"stringProp\", { enumerable: true, get: function () { return string_1.stringProp; } });\nvar boolean_1 = require(\"./prop-types/boolean\");\nObject.defineProperty(exports, \"booleanProp\", { enumerable: true, get: function () { return boolean_1.booleanProp; } });\nvar number_1 = require(\"./prop-types/number\");\nObject.defineProperty(exports, \"numberProp\", { enumerable: true, get: function () { return number_1.numberProp; } });\nvar integer_1 = require(\"./prop-types/integer\");\nObject.defineProperty(exports, \"integerProp\", { enumerable: true, get: function () { return integer_1.integerProp; } });\nvar symbol_1 = require(\"./prop-types/symbol\");\nObject.defineProperty(exports, \"symbolProp\", { enumerable: true, get: function () { return symbol_1.symbolProp; } });\nvar vueComponent_1 = require(\"./prop-types/vueComponent\");\nObject.defineProperty(exports, \"vueComponentProp\", { enumerable: true, get: function () { return vueComponent_1.vueComponentProp; } });\nvar any_1 = require(\"./prop-types/any\");\nObject.defineProperty(exports, \"anyProp\", { enumerable: true, get: function () { return any_1.anyProp; } });\nvar array_1 = require(\"./prop-types/array\");\nObject.defineProperty(exports, \"arrayProp\", { enumerable: true, get: function () { return array_1.arrayProp; } });\nvar object_1 = require(\"./prop-types/object\");\nObject.defineProperty(exports, \"objectProp\", { enumerable: true, get: function () { return object_1.objectProp; } });\nvar function_1 = require(\"./prop-types/function\");\nObject.defineProperty(exports, \"functionProp\", { enumerable: true, get: function () { return function_1.functionProp; } });\nvar oneOf_1 = require(\"./prop-types/oneOf\");\nObject.defineProperty(exports, \"oneOfProp\", { enumerable: true, get: function () { return oneOf_1.oneOfProp; } });\nvar oneOfObjectKeys_1 = require(\"./prop-types/oneOfObjectKeys\");\nObject.defineProperty(exports, \"oneOfObjectKeysProp\", { enumerable: true, get: function () { return oneOfObjectKeys_1.oneOfObjectKeysProp; } });\nvar oneOfTypes_1 = require(\"./prop-types/oneOfTypes\");\nObject.defineProperty(exports, \"oneOfTypesProp\", { enumerable: true, get: function () { return oneOfTypes_1.oneOfTypesProp; } });\nvar instanceOf_1 = require(\"./prop-types/instanceOf\");\nObject.defineProperty(exports, \"instanceOfProp\", { enumerable: true, get: function () { return instanceOf_1.instanceOfProp; } });\nvar isNegative_1 = require(\"./validators/isNegative\");\nObject.defineProperty(exports, \"isNegative\", { enumerable: true, get: function () { return isNegative_1.isNegative; } });\nvar isPositive_1 = require(\"./validators/isPositive\");\nObject.defineProperty(exports, \"isPositive\", { enumerable: true, get: function () { return isPositive_1.isPositive; } });\nvar isNonNegative_1 = require(\"./validators/isNonNegative\");\nObject.defineProperty(exports, \"isNonNegative\", { enumerable: true, get: function () { return isNonNegative_1.isNonNegative; } });\nvar isNonPositive_1 = require(\"./validators/isNonPositive\");\nObject.defineProperty(exports, \"isNonPositive\", { enumerable: true, get: function () { return isNonPositive_1.isNonPositive; } });\n","import { BubbleMenuPlugin } from '@tiptap/extension-bubble-menu';\nimport { Editor as Editor$1, NodeView } from '@tiptap/core';\nexport * from '@tiptap/core';\nimport { FloatingMenuPlugin } from '@tiptap/extension-floating-menu';\nimport Vue from 'vue';\nimport { objectProp, booleanProp, functionProp } from 'vue-ts-types';\n\nconst BubbleMenu = {\n name: 'BubbleMenu',\n props: {\n pluginKey: {\n type: [String, Object],\n default: 'bubbleMenu',\n },\n editor: {\n type: Object,\n required: true,\n },\n updateDelay: {\n type: Number,\n },\n tippyOptions: {\n type: Object,\n default: () => ({}),\n },\n shouldShow: {\n type: Function,\n default: null,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (!editor) {\n return;\n }\n this.$nextTick(() => {\n editor.registerPlugin(BubbleMenuPlugin({\n updateDelay: this.updateDelay,\n editor,\n element: this.$el,\n pluginKey: this.pluginKey,\n shouldShow: this.shouldShow,\n tippyOptions: this.tippyOptions,\n }));\n });\n },\n },\n },\n render(createElement) {\n return createElement('div', { style: { visibility: 'hidden' } }, this.$slots.default);\n },\n beforeDestroy() {\n this.editor.unregisterPlugin(this.pluginKey);\n },\n};\n\nclass Editor extends Editor$1 {\n constructor() {\n super(...arguments);\n this.contentComponent = null;\n }\n}\n\nconst EditorContent = {\n name: 'EditorContent',\n props: {\n editor: {\n default: null,\n type: Object,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (editor && editor.options.element) {\n this.$nextTick(() => {\n const element = this.$el;\n if (!element || !editor.options.element.firstChild) {\n return;\n }\n element.append(...editor.options.element.childNodes);\n editor.contentComponent = this;\n editor.setOptions({\n element,\n });\n editor.createNodeViews();\n });\n }\n },\n },\n },\n render(createElement) {\n return createElement('div');\n },\n beforeDestroy() {\n const { editor } = this;\n if (!editor) {\n return;\n }\n if (!editor.isDestroyed) {\n editor.view.setProps({\n nodeViews: {},\n });\n }\n editor.contentComponent = null;\n if (!editor.options.element.firstChild) {\n return;\n }\n const newElement = document.createElement('div');\n newElement.append(...editor.options.element.childNodes);\n editor.setOptions({\n element: newElement,\n });\n },\n};\n\nconst FloatingMenu = {\n name: 'FloatingMenu',\n props: {\n pluginKey: {\n type: [String, Object],\n default: 'floatingMenu',\n },\n editor: {\n type: Object,\n required: true,\n },\n tippyOptions: {\n type: Object,\n default: () => ({}),\n },\n shouldShow: {\n type: Function,\n default: null,\n },\n },\n watch: {\n editor: {\n immediate: true,\n handler(editor) {\n if (!editor) {\n return;\n }\n this.$nextTick(() => {\n editor.registerPlugin(FloatingMenuPlugin({\n pluginKey: this.pluginKey,\n editor,\n element: this.$el,\n tippyOptions: this.tippyOptions,\n shouldShow: this.shouldShow,\n }));\n });\n },\n },\n },\n render(createElement) {\n return createElement('div', { style: { visibility: 'hidden' } }, this.$slots.default);\n },\n beforeDestroy() {\n this.editor.unregisterPlugin(this.pluginKey);\n },\n};\n\nconst NodeViewContent = {\n props: {\n as: {\n type: String,\n default: 'div',\n },\n },\n render(createElement) {\n return createElement(this.as, {\n style: {\n whiteSpace: 'pre-wrap',\n },\n attrs: {\n 'data-node-view-content': '',\n },\n });\n },\n};\n\nconst NodeViewWrapper = {\n props: {\n as: {\n type: String,\n default: 'div',\n },\n },\n inject: ['onDragStart', 'decorationClasses'],\n render(createElement) {\n return createElement(this.as, {\n class: this.decorationClasses.value,\n style: {\n whiteSpace: 'normal',\n },\n attrs: {\n 'data-node-view-wrapper': '',\n },\n on: {\n dragstart: this.onDragStart,\n },\n }, this.$slots.default);\n },\n};\n\n/**\n * The VueRenderer class is responsible for rendering a Vue component as a ProseMirror node view.\n */\nclass VueRenderer {\n constructor(component, props) {\n const Component = (typeof component === 'function') ? component : Vue.extend(component);\n this.ref = new Component(props).$mount();\n }\n get element() {\n return this.ref.$el;\n }\n updateProps(props = {}) {\n var _a, _b, _c;\n if (!this.ref.$props) {\n return;\n }\n // prevents `Avoid mutating a prop directly` error message\n // Fix: `VueNodeViewRenderer` change vue Constructor `config.silent` not working\n const currentVueConstructor = (_c = (_b = (_a = this.ref.$props.editor) === null || _a === void 0 ? void 0 : _a.contentComponent) === null || _b === void 0 ? void 0 : _b.$options._base) !== null && _c !== void 0 ? _c : Vue; // eslint-disable-line\n const originalSilent = currentVueConstructor.config.silent;\n currentVueConstructor.config.silent = true;\n Object\n .entries(props)\n .forEach(([key, value]) => {\n this.ref.$props[key] = value;\n });\n currentVueConstructor.config.silent = originalSilent;\n }\n destroy() {\n this.ref.$destroy();\n }\n}\n\nconst nodeViewProps = {\n editor: objectProp().required,\n node: objectProp().required,\n decorations: objectProp().required,\n selected: booleanProp().required,\n extension: objectProp().required,\n getPos: functionProp().required,\n updateAttributes: functionProp().required,\n deleteNode: functionProp().required,\n};\nclass VueNodeView extends NodeView {\n mount() {\n var _a, _b;\n const props = {\n editor: this.editor,\n node: this.node,\n decorations: this.decorations,\n innerDecorations: this.innerDecorations,\n view: this.view,\n selected: false,\n extension: this.extension,\n HTMLAttributes: this.HTMLAttributes,\n getPos: () => this.getPos(),\n updateAttributes: (attributes = {}) => this.updateAttributes(attributes),\n deleteNode: () => this.deleteNode(),\n };\n const onDragStart = this.onDragStart.bind(this);\n this.decorationClasses = Vue.observable({\n value: this.getDecorationClasses(),\n });\n // @ts-ignore\n const vue = (_b = (_a = this.editor.contentComponent) === null || _a === void 0 ? void 0 : _a.$options._base) !== null && _b !== void 0 ? _b : Vue; // eslint-disable-line\n const Component = vue.extend(this.component).extend({\n props: Object.keys(props),\n provide: () => {\n return {\n onDragStart,\n decorationClasses: this.decorationClasses,\n };\n },\n });\n this.handleSelectionUpdate = this.handleSelectionUpdate.bind(this);\n this.editor.on('selectionUpdate', this.handleSelectionUpdate);\n this.renderer = new VueRenderer(Component, {\n parent: this.editor.contentComponent,\n propsData: props,\n });\n }\n /**\n * Return the DOM element.\n * This is the element that will be used to display the node view.\n */\n get dom() {\n if (!this.renderer.element.hasAttribute('data-node-view-wrapper')) {\n throw Error('Please use the NodeViewWrapper component for your node view.');\n }\n return this.renderer.element;\n }\n /**\n * Return the content DOM element.\n * This is the element that will be used to display the rich-text content of the node.\n */\n get contentDOM() {\n if (this.node.isLeaf) {\n return null;\n }\n const contentElement = this.dom.querySelector('[data-node-view-content]');\n return (contentElement || this.dom);\n }\n /**\n * On editor selection update, check if the node is selected.\n * If it is, call `selectNode`, otherwise call `deselectNode`.\n */\n handleSelectionUpdate() {\n const { from, to } = this.editor.state.selection;\n const pos = this.getPos();\n if (typeof pos !== 'number') {\n return;\n }\n if (from <= pos && to >= pos + this.node.nodeSize) {\n if (this.renderer.ref.$props.selected) {\n return;\n }\n this.selectNode();\n }\n else {\n if (!this.renderer.ref.$props.selected) {\n return;\n }\n this.deselectNode();\n }\n }\n /**\n * On update, update the React component.\n * To prevent unnecessary updates, the `update` option can be used.\n */\n update(node, decorations, innerDecorations) {\n const rerenderComponent = (props) => {\n this.decorationClasses.value = this.getDecorationClasses();\n this.renderer.updateProps(props);\n };\n if (typeof this.options.update === 'function') {\n const oldNode = this.node;\n const oldDecorations = this.decorations;\n const oldInnerDecorations = this.innerDecorations;\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n return this.options.update({\n oldNode,\n oldDecorations,\n newNode: node,\n newDecorations: decorations,\n oldInnerDecorations,\n innerDecorations,\n updateProps: () => rerenderComponent({ node, decorations, innerDecorations }),\n });\n }\n if (node.type !== this.node.type) {\n return false;\n }\n if (node === this.node && this.decorations === decorations && this.innerDecorations === innerDecorations) {\n return true;\n }\n this.node = node;\n this.decorations = decorations;\n this.innerDecorations = innerDecorations;\n rerenderComponent({ node, decorations, innerDecorations });\n return true;\n }\n /**\n * Select the node.\n * Add the `selected` prop and the `ProseMirror-selectednode` class.\n */\n selectNode() {\n this.renderer.updateProps({\n selected: true,\n });\n this.renderer.element.classList.add('ProseMirror-selectednode');\n }\n /**\n * Deselect the node.\n * Remove the `selected` prop and the `ProseMirror-selectednode` class.\n */\n deselectNode() {\n this.renderer.updateProps({\n selected: false,\n });\n this.renderer.element.classList.remove('ProseMirror-selectednode');\n }\n getDecorationClasses() {\n return (this.decorations\n // @ts-ignore\n .map(item => item.type.attrs.class)\n .flat()\n .join(' '));\n }\n destroy() {\n this.renderer.destroy();\n this.editor.off('selectionUpdate', this.handleSelectionUpdate);\n }\n}\nfunction VueNodeViewRenderer(component, options) {\n return props => {\n // try to get the parent component\n // this is important for vue devtools to show the component hierarchy correctly\n // maybe it’s `undefined` because <editor-content> isn’t rendered yet\n if (!props.editor.contentComponent) {\n return {};\n }\n return new VueNodeView(component, props, options);\n };\n}\n\nexport { BubbleMenu, Editor, EditorContent, FloatingMenu, NodeViewContent, NodeViewWrapper, VueNodeViewRenderer, VueRenderer, nodeViewProps };\n//# sourceMappingURL=index.js.map\n"],"names":["isInstanceOf_1","isInstanceOf","parent","value","isInteger_1","isInteger","isOneOf_1","isOneOf","allowedValues","isSymbol_1","isSymbol","__importDefault","this","mod","exports","vue_1","require$$0","vuePropValidator","userValidator","typeValidators","validators","validator","errorMessage","require$$1","require$$2","require$$3","require$$4","util","validators_1","propOptionsGenerator","type","defaultValue","string","util_1","stringProp","boolean","booleanProp","number","numberProp","integer","integerProp","symbol","symbolProp","vueComponent","vueComponentProp","any","anyProp","array","arrayProp","object","objectProp","_function","functionProp","oneOf","getOneOfType","values","allowedTypes","_a","oneOfProp","oneOfObjectKeys","oneOf_1","oneOfObjectKeysProp","oneOfTypes","oneOfTypesProp","instanceOf","instanceOfProp","isNegative_1","isNegative","isPositive_1","isPositive","isNonNegative_1","isNonNegative","isNonPositive_1","isNonPositive","string_1","boolean_1","number_1","integer_1","symbol_1","vueComponent_1","require$$5","any_1","require$$6","array_1","require$$7","object_1","require$$8","function_1","require$$9","require$$10","oneOfObjectKeys_1","require$$11","oneOfTypes_1","require$$12","instanceOf_1","require$$13","require$$14","require$$15","require$$16","require$$17","BubbleMenu","editor","BubbleMenuPlugin","createElement","Editor","Editor$1","EditorContent","element","newElement","FloatingMenu","FloatingMenuPlugin","NodeViewContent","NodeViewWrapper","VueRenderer","component","props","Component","Vue","_b","_c","currentVueConstructor","originalSilent","key","nodeViewProps","VueNodeView","NodeView","attributes","onDragStart","from","to","pos","node","decorations","innerDecorations","rerenderComponent","oldNode","oldDecorations","oldInnerDecorations","item","VueNodeViewRenderer","options"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25]}