@adyen/bento-vue3 1.89.2 → 1.91.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 (283) hide show
  1. package/dist/@types/components.d.ts +4 -0
  2. package/dist/@types/index.d.ts +767 -522
  3. package/dist/accordion.js +1 -1
  4. package/dist/action-bar.js +1 -1
  5. package/dist/ai-tag.js +1 -1
  6. package/dist/alert.js +1 -1
  7. package/dist/anchor-scroller.js +1 -1
  8. package/dist/assets/accordion-item.css +1 -1
  9. package/dist/assets/action-bar.css +1 -1
  10. package/dist/assets/base-modal.css +1 -1
  11. package/dist/assets/button-actions.css +1 -1
  12. package/dist/assets/card.css +1 -1
  13. package/dist/assets/data-grid.css +1 -1
  14. package/dist/assets/date-picker.css +1 -1
  15. package/dist/assets/date-range-picker.css +1 -1
  16. package/dist/assets/dialog-page.css +1 -1
  17. package/dist/assets/draggable-handle.css +1 -1
  18. package/dist/assets/dropdown.css +1 -1
  19. package/dist/assets/error-message.css +1 -1
  20. package/dist/assets/field-label.css +1 -0
  21. package/dist/assets/file-uploader.css +1 -1
  22. package/dist/assets/filter-bar.css +1 -1
  23. package/dist/assets/form-layout-title.css +1 -1
  24. package/dist/assets/input-field.css +1 -1
  25. package/dist/assets/input-time.css +1 -0
  26. package/dist/assets/inspector.css +1 -1
  27. package/dist/assets/modal-fullscreen.css +1 -1
  28. package/dist/assets/secondary-nav.css +1 -1
  29. package/dist/assets/sidepanel.css +1 -1
  30. package/dist/assets/use-cached-selected-values.css +1 -1
  31. package/dist/button.js +1 -1
  32. package/dist/card.js +1 -1
  33. package/dist/checkbox.js +2 -2
  34. package/dist/chip.js +1 -1
  35. package/dist/chunks/accordion-item.CZIxxSsH.js +141 -0
  36. package/dist/chunks/{accordion-item.BX1KrLMl.js.map → accordion-item.CZIxxSsH.js.map} +1 -1
  37. package/dist/chunks/action-bar.BPS3wPde.js +336 -0
  38. package/dist/chunks/{action-bar.DLMaIUWW.js.map → action-bar.BPS3wPde.js.map} +1 -1
  39. package/dist/chunks/ai-tag.D7shWB_x.js +137 -0
  40. package/dist/chunks/{ai-tag.DK63ExDc.js.map → ai-tag.D7shWB_x.js.map} +1 -1
  41. package/dist/chunks/{alert.C_8-VNi_.js → alert.CFWN2E0b.js} +86 -79
  42. package/dist/chunks/{alert.C_8-VNi_.js.map → alert.CFWN2E0b.js.map} +1 -1
  43. package/dist/chunks/anchor-scroller.DSfXK6vK.js +214 -0
  44. package/dist/chunks/{anchor-scroller.NhjLDBZI.js.map → anchor-scroller.DSfXK6vK.js.map} +1 -1
  45. package/dist/chunks/{base-modal.C2-JyHC_.js → base-modal.BxcS7Pao.js} +132 -125
  46. package/dist/chunks/{base-modal.C2-JyHC_.js.map → base-modal.BxcS7Pao.js.map} +1 -1
  47. package/dist/chunks/{button-actions-with-menu.BQFAgAI2.js → button-actions-with-menu.BKdNXYgU.js} +2 -2
  48. package/dist/chunks/{button-actions-with-menu.BQFAgAI2.js.map → button-actions-with-menu.BKdNXYgU.js.map} +1 -1
  49. package/dist/chunks/{button-actions.cMQWyZne.js → button-actions.DLiM8KZL.js} +203 -189
  50. package/dist/chunks/{button-actions.cMQWyZne.js.map → button-actions.DLiM8KZL.js.map} +1 -1
  51. package/dist/chunks/{calendar.DcCqkSNJ.js → calendar.qm-kFNQv.js} +460 -428
  52. package/dist/chunks/calendar.qm-kFNQv.js.map +1 -0
  53. package/dist/chunks/card.BEChcEqg.js +223 -0
  54. package/dist/chunks/{card.CoxQ_L0w.js.map → card.BEChcEqg.js.map} +1 -1
  55. package/dist/chunks/{checkbox-group.96n9Cc3W.js → checkbox-group.i3W8WO-7.js} +4 -4
  56. package/dist/chunks/{checkbox-group.96n9Cc3W.js.map → checkbox-group.i3W8WO-7.js.map} +1 -1
  57. package/dist/chunks/{checkbox.C6ATh8f5.js → checkbox.BPrymcRl.js} +68 -61
  58. package/dist/chunks/{checkbox.C6ATh8f5.js.map → checkbox.BPrymcRl.js.map} +1 -1
  59. package/dist/chunks/chip.DFldnqfz.js +72 -0
  60. package/dist/chunks/{chip.CdgpQyXN.js.map → chip.DFldnqfz.js.map} +1 -1
  61. package/dist/chunks/{click-outside.BPylIosK.js → click-outside.B0whuTUU.js} +2 -2
  62. package/dist/chunks/{click-outside.BPylIosK.js.map → click-outside.B0whuTUU.js.map} +1 -1
  63. package/dist/chunks/{code-snippet.DgAuuZF5.js → code-snippet.BG5ZmCrb.js} +113 -106
  64. package/dist/chunks/{code-snippet.DgAuuZF5.js.map → code-snippet.BG5ZmCrb.js.map} +1 -1
  65. package/dist/chunks/{controls-group.C7hOE1F4.js → controls-group.DqRpF9bh.js} +2 -2
  66. package/dist/chunks/{controls-group.C7hOE1F4.js.map → controls-group.DqRpF9bh.js.map} +1 -1
  67. package/dist/chunks/copy.CL893i9-.js +114 -0
  68. package/dist/chunks/{copy.C2kQ1PbI.js.map → copy.CL893i9-.js.map} +1 -1
  69. package/dist/chunks/{country.CaGc08Ps.js → country.15m_ATbO.js} +3 -3
  70. package/dist/chunks/{country.CaGc08Ps.js.map → country.15m_ATbO.js.map} +1 -1
  71. package/dist/chunks/country.types.6a7xxZIR.js +26 -0
  72. package/dist/chunks/{country.types.DjpMGz7a.js.map → country.types.6a7xxZIR.js.map} +1 -1
  73. package/dist/chunks/{dashboard-section.UafHRkMa.js → dashboard-section.C7mfUXOl.js} +3 -3
  74. package/dist/chunks/{dashboard-section.UafHRkMa.js.map → dashboard-section.C7mfUXOl.js.map} +1 -1
  75. package/dist/chunks/{dashed-underline.CcDV2Aks.js → dashed-underline.B50DIXjK.js} +3 -3
  76. package/dist/chunks/{dashed-underline.CcDV2Aks.js.map → dashed-underline.B50DIXjK.js.map} +1 -1
  77. package/dist/chunks/{data-grid-template.CnC4TQvk.js → data-grid-template.CKdZb6EN.js} +4 -4
  78. package/dist/chunks/{data-grid-template.CnC4TQvk.js.map → data-grid-template.CKdZb6EN.js.map} +1 -1
  79. package/dist/chunks/data-grid.DvMe72LK.js +4247 -0
  80. package/dist/chunks/data-grid.DvMe72LK.js.map +1 -0
  81. package/dist/chunks/date-picker.CidHad1p.js +269 -0
  82. package/dist/chunks/date-picker.CidHad1p.js.map +1 -0
  83. package/dist/chunks/date-range-picker.c5OwESTS.js +1027 -0
  84. package/dist/chunks/date-range-picker.c5OwESTS.js.map +1 -0
  85. package/dist/chunks/dialog-page.Bh-7RAwX.js +163 -0
  86. package/dist/chunks/{dialog-page.COfKqjT-.js.map → dialog-page.Bh-7RAwX.js.map} +1 -1
  87. package/dist/chunks/{directive.Dpivxq_t.js → directive.C8kY-ZW-.js} +2 -2
  88. package/dist/chunks/{directive.Dpivxq_t.js.map → directive.C8kY-ZW-.js.map} +1 -1
  89. package/dist/chunks/draggable-handle.CySRx1tb.js +171 -0
  90. package/dist/chunks/draggable-handle.CySRx1tb.js.map +1 -0
  91. package/dist/chunks/{dropdown-tag.Ysrac5GN.js → dropdown-tag.wcJ6Mgqe.js} +5 -5
  92. package/dist/chunks/{dropdown-tag.Ysrac5GN.js.map → dropdown-tag.wcJ6Mgqe.js.map} +1 -1
  93. package/dist/chunks/dropdown.DHoL50gV.js +1214 -0
  94. package/dist/chunks/dropdown.DHoL50gV.js.map +1 -0
  95. package/dist/chunks/error-message.Dyvrw6ZB.js +55 -0
  96. package/dist/chunks/error-message.Dyvrw6ZB.js.map +1 -0
  97. package/dist/chunks/field-label.DZYFjFgr.js +111 -0
  98. package/dist/chunks/field-label.DZYFjFgr.js.map +1 -0
  99. package/dist/chunks/{file-uploader.Bfd1uUMe.js → file-uploader.Dbg3vfZ_.js} +606 -584
  100. package/dist/chunks/{file-uploader.Bfd1uUMe.js.map → file-uploader.Dbg3vfZ_.js.map} +1 -1
  101. package/dist/chunks/{filter-bar.CkAjLQol.js → filter-bar.Dt-cU3zy.js} +1559 -1471
  102. package/dist/chunks/filter-bar.Dt-cU3zy.js.map +1 -0
  103. package/dist/chunks/fixed-scroller.yVsaQzy5.js +157 -0
  104. package/dist/chunks/{fixed-scroller.DtkaGyMD.js.map → fixed-scroller.yVsaQzy5.js.map} +1 -1
  105. package/dist/chunks/{footer-actions.BcYSsoUg.js → footer-actions.CYBdKDPo.js} +2 -2
  106. package/dist/chunks/{footer-actions.BcYSsoUg.js.map → footer-actions.CYBdKDPo.js.map} +1 -1
  107. package/dist/chunks/form-layout-title.B3ePK3yi.js +253 -0
  108. package/dist/chunks/form-layout-title.B3ePK3yi.js.map +1 -0
  109. package/dist/chunks/{header-meta.Bym9AlQm.js → header-meta.COak4D8-.js} +98 -84
  110. package/dist/chunks/{header-meta.Bym9AlQm.js.map → header-meta.COak4D8-.js.map} +1 -1
  111. package/dist/chunks/{header-with-views.Djba6iol.js → header-with-views.DqioajcO.js} +1091 -1070
  112. package/dist/chunks/{header-with-views.Djba6iol.js.map → header-with-views.DqioajcO.js.map} +1 -1
  113. package/dist/chunks/{header.o-7SyHtU.js → header.C21yzWrk.js} +3 -3
  114. package/dist/chunks/{header.o-7SyHtU.js.map → header.C21yzWrk.js.map} +1 -1
  115. package/dist/chunks/{info-icon.BUala_wq.js → info-icon.B3MDsjMu.js} +2 -2
  116. package/dist/chunks/{info-icon.BUala_wq.js.map → info-icon.B3MDsjMu.js.map} +1 -1
  117. package/dist/chunks/input-field-password.DyUphhxB.js +353 -0
  118. package/dist/chunks/{input-field-password.DZytmp_p.js.map → input-field-password.DyUphhxB.js.map} +1 -1
  119. package/dist/chunks/{input-field-phone-number.CxblrmaU.js → input-field-phone-number.BXVaC5ra.js} +12 -5
  120. package/dist/chunks/{input-field-phone-number.CxblrmaU.js.map → input-field-phone-number.BXVaC5ra.js.map} +1 -1
  121. package/dist/chunks/input-field.DkUFvIWt.js +326 -0
  122. package/dist/chunks/input-field.DkUFvIWt.js.map +1 -0
  123. package/dist/chunks/input-time.WI_qdwJc.js +122 -0
  124. package/dist/chunks/input-time.WI_qdwJc.js.map +1 -0
  125. package/dist/chunks/{inspector.B9k4tJWe.js → inspector.DMhKNW1K.js} +70 -63
  126. package/dist/chunks/{inspector.B9k4tJWe.js.map → inspector.DMhKNW1K.js.map} +1 -1
  127. package/dist/chunks/{list-item.DO5uULke.js → list-item.BHvXpqaS.js} +2 -2
  128. package/dist/chunks/{list-item.DO5uULke.js.map → list-item.BHvXpqaS.js.map} +1 -1
  129. package/dist/chunks/{listbox-option-tag.Cvplth7d.js → listbox-option-tag.CVxaZqbc.js} +2 -2
  130. package/dist/chunks/{listbox-option-tag.Cvplth7d.js.map → listbox-option-tag.CVxaZqbc.js.map} +1 -1
  131. package/dist/chunks/{modal-fullscreen.CuKVyTWb.js → modal-fullscreen.c6QphYQo.js} +54 -47
  132. package/dist/chunks/{modal-fullscreen.CuKVyTWb.js.map → modal-fullscreen.c6QphYQo.js.map} +1 -1
  133. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js → modal.vue_vue_type_script_setup_true_lang.ImqHKH-g.js} +48 -41
  134. package/dist/chunks/{modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js.map → modal.vue_vue_type_script_setup_true_lang.ImqHKH-g.js.map} +1 -1
  135. package/dist/chunks/on-click-outside.BgIzQ2G1.js +108 -0
  136. package/dist/chunks/on-click-outside.BgIzQ2G1.js.map +1 -0
  137. package/dist/chunks/{pagination.dpVc6Yt0.js → pagination.Cu85Lqms.js} +150 -138
  138. package/dist/chunks/{pagination.dpVc6Yt0.js.map → pagination.Cu85Lqms.js.map} +1 -1
  139. package/dist/chunks/{promo-banner.BzveHNOI.js → promo-banner.-H4r_cwj.js} +39 -32
  140. package/dist/chunks/{promo-banner.BzveHNOI.js.map → promo-banner.-H4r_cwj.js.map} +1 -1
  141. package/dist/chunks/{radio-group.Cuiq4mxy.js → radio-group.CfMr1fmW.js} +4 -4
  142. package/dist/chunks/{radio-group.Cuiq4mxy.js.map → radio-group.CfMr1fmW.js.map} +1 -1
  143. package/dist/chunks/{rich-text-editor.DLMiT4f5.js → rich-text-editor.Bf9EWzNk.js} +421 -413
  144. package/dist/chunks/{rich-text-editor.DLMiT4f5.js.map → rich-text-editor.Bf9EWzNk.js.map} +1 -1
  145. package/dist/chunks/search-bar.p6kHCCvT.js +114 -0
  146. package/dist/chunks/{search-bar.CsFyP0_I.js.map → search-bar.p6kHCCvT.js.map} +1 -1
  147. package/dist/chunks/secondary-nav.CaxiyVaO.js +285 -0
  148. package/dist/chunks/secondary-nav.CaxiyVaO.js.map +1 -0
  149. package/dist/chunks/{segmented-control.KeQ5kuR1.js → segmented-control.CQWOO1-J.js} +2 -2
  150. package/dist/chunks/{segmented-control.KeQ5kuR1.js.map → segmented-control.CQWOO1-J.js.map} +1 -1
  151. package/dist/chunks/{selection-card-group.XM11Kk-4.js → selection-card-group.58XZj_SJ.js} +3 -3
  152. package/dist/chunks/{selection-card-group.XM11Kk-4.js.map → selection-card-group.58XZj_SJ.js.map} +1 -1
  153. package/dist/chunks/{sidepanel.b2QZ1Jsx.js → sidepanel.CAVhSs-O.js} +56 -49
  154. package/dist/chunks/{sidepanel.b2QZ1Jsx.js.map → sidepanel.CAVhSs-O.js.map} +1 -1
  155. package/dist/chunks/step.AsX2jAeL.js +268 -0
  156. package/dist/chunks/{step.BlwoLfdw.js.map → step.AsX2jAeL.js.map} +1 -1
  157. package/dist/chunks/structured-list-item.CgJR_ufh.js +112 -0
  158. package/dist/chunks/{structured-list-item.e-8kRleh.js.map → structured-list-item.CgJR_ufh.js.map} +1 -1
  159. package/dist/chunks/{summary-grid.types.CcvOC03H.js → summary-grid.types.CDithi8M.js} +5 -5
  160. package/dist/chunks/{summary-grid.types.CcvOC03H.js.map → summary-grid.types.CDithi8M.js.map} +1 -1
  161. package/dist/chunks/{tab.mR5uUSdp.js → tab.9nyNZiGw.js} +2 -2
  162. package/dist/chunks/{tab.mR5uUSdp.js.map → tab.9nyNZiGw.js.map} +1 -1
  163. package/dist/chunks/{tag.DujMVFh-.js → tag.YN2r-Pp3.js} +2 -2
  164. package/dist/chunks/{tag.DujMVFh-.js.map → tag.YN2r-Pp3.js.map} +1 -1
  165. package/dist/chunks/textarea.JGXAlpx9.js +257 -0
  166. package/dist/chunks/{textarea.CHV6Z8nt.js.map → textarea.JGXAlpx9.js.map} +1 -1
  167. package/dist/chunks/timeline-item.BNFPpQz1.js +433 -0
  168. package/dist/chunks/{timeline-item.CaGcRZbt.js.map → timeline-item.BNFPpQz1.js.map} +1 -1
  169. package/dist/chunks/{toast.C2oehk9P.js → toast.De4MTkiH.js} +64 -57
  170. package/dist/chunks/{toast.C2oehk9P.js.map → toast.De4MTkiH.js.map} +1 -1
  171. package/dist/chunks/{tooltip.CbADa_4p.js → tooltip.DHfG2aRt.js} +40 -38
  172. package/dist/chunks/tooltip.DHfG2aRt.js.map +1 -0
  173. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js → tutorial.vue_vue_type_script_setup_true_lang.C1cF-adv.js} +120 -113
  174. package/dist/chunks/{tutorial.vue_vue_type_script_setup_true_lang.BOruzlTt.js.map → tutorial.vue_vue_type_script_setup_true_lang.C1cF-adv.js.map} +1 -1
  175. package/dist/chunks/{use-cached-selected-values.ClEJRFAd.js → use-cached-selected-values.Bx8uuky9.js} +436 -410
  176. package/dist/chunks/use-cached-selected-values.Bx8uuky9.js.map +1 -0
  177. package/dist/chunks/{use-country-items.D_3LBe2I.js → use-country-items.Dp7X1r2e.js} +3 -3
  178. package/dist/chunks/{use-country-items.D_3LBe2I.js.map → use-country-items.Dp7X1r2e.js.map} +1 -1
  179. package/dist/chunks/{use-country-phon-code.DoqTGkNr.js → use-country-phon-code.BzcawGpE.js} +107 -104
  180. package/dist/chunks/{use-country-phon-code.DoqTGkNr.js.map → use-country-phon-code.BzcawGpE.js.map} +1 -1
  181. package/dist/chunks/{use-date-input-formatter.CDRzd-hW.js → use-date-input-formatter.BOuXpRb-.js} +2 -2
  182. package/dist/chunks/{use-date-input-formatter.CDRzd-hW.js.map → use-date-input-formatter.BOuXpRb-.js.map} +1 -1
  183. package/dist/chunks/use-touch-device.DTqFAbXh.js +11 -0
  184. package/dist/chunks/use-touch-device.DTqFAbXh.js.map +1 -0
  185. package/dist/click-outside.js +1 -1
  186. package/dist/code-snippet.js +1 -1
  187. package/dist/country.js +3 -3
  188. package/dist/dashboard-template.js +1 -1
  189. package/dist/dashed-underline.js +1 -1
  190. package/dist/data-grid-template.js +1 -1
  191. package/dist/data-grid.js +1 -1
  192. package/dist/date-picker.js +2 -2
  193. package/dist/date-range-picker.js +2 -2
  194. package/dist/draggable.js +1383 -0
  195. package/dist/draggable.js.map +1 -0
  196. package/dist/dropdown.js +10 -11
  197. package/dist/dropdown.js.map +1 -1
  198. package/dist/file-uploader.js +1 -1
  199. package/dist/filter-bar.js +1 -1
  200. package/dist/form-layout.js +1 -1
  201. package/dist/header-with-views.js +1 -1
  202. package/dist/header.js +1 -1
  203. package/dist/index.js +284 -279
  204. package/dist/index.js.map +1 -1
  205. package/dist/info-icon.js +1 -1
  206. package/dist/input-field-password.js +1 -1
  207. package/dist/input-field-phone-number.js +1 -1
  208. package/dist/input-field.js +1 -1
  209. package/dist/input-time.js +5 -0
  210. package/dist/input-time.js.map +1 -0
  211. package/dist/inspector.js +1 -1
  212. package/dist/internal.js +26 -25
  213. package/dist/internal.js.map +1 -1
  214. package/dist/list.js +1 -1
  215. package/dist/menu.js +1 -1
  216. package/dist/modal-fullscreen.js +1 -1
  217. package/dist/modal.js +2 -2
  218. package/dist/pagination.js +1 -1
  219. package/dist/popover.js +1 -1
  220. package/dist/promo-banner.js +1 -1
  221. package/dist/radio-group.js +1 -1
  222. package/dist/rich-text-editor.js +1 -1
  223. package/dist/search-bar.js +2 -2
  224. package/dist/secondary-nav.js +1 -1
  225. package/dist/segmented-control.js +1 -1
  226. package/dist/selection-card.js +1 -1
  227. package/dist/sidepanel.js +1 -1
  228. package/dist/stepper.js +1 -1
  229. package/dist/structured-list.js +1 -1
  230. package/dist/summary-grid.js +1 -1
  231. package/dist/tabs.js +1 -1
  232. package/dist/tag.js +1 -1
  233. package/dist/textarea.js +1 -1
  234. package/dist/timeline.js +1 -1
  235. package/dist/toast.js +1 -1
  236. package/dist/tutorial.js +1 -1
  237. package/dist/web-types.json +1 -1
  238. package/package.json +7 -10
  239. package/dist/assets/dropdown-default-textbox.css +0 -1
  240. package/dist/chunks/accordion-item.BX1KrLMl.js +0 -134
  241. package/dist/chunks/action-bar.DLMaIUWW.js +0 -329
  242. package/dist/chunks/ai-tag.DK63ExDc.js +0 -130
  243. package/dist/chunks/anchor-scroller.NhjLDBZI.js +0 -207
  244. package/dist/chunks/calendar.DcCqkSNJ.js.map +0 -1
  245. package/dist/chunks/card.CoxQ_L0w.js +0 -216
  246. package/dist/chunks/chip.CdgpQyXN.js +0 -65
  247. package/dist/chunks/copy.C2kQ1PbI.js +0 -107
  248. package/dist/chunks/country.types.DjpMGz7a.js +0 -19
  249. package/dist/chunks/data-grid.BSIXLRm7.js +0 -4014
  250. package/dist/chunks/data-grid.BSIXLRm7.js.map +0 -1
  251. package/dist/chunks/date-picker.dlzZ_-5f.js +0 -231
  252. package/dist/chunks/date-picker.dlzZ_-5f.js.map +0 -1
  253. package/dist/chunks/date-range-picker.DC6CK0As.js +0 -995
  254. package/dist/chunks/date-range-picker.DC6CK0As.js.map +0 -1
  255. package/dist/chunks/debounce.DUTu11PS.js +0 -10
  256. package/dist/chunks/debounce.DUTu11PS.js.map +0 -1
  257. package/dist/chunks/dialog-page.COfKqjT-.js +0 -156
  258. package/dist/chunks/dropdown-default-textbox.bq9AlGzJ.js +0 -408
  259. package/dist/chunks/dropdown-default-textbox.bq9AlGzJ.js.map +0 -1
  260. package/dist/chunks/dropdown.MhmX1P9o.js +0 -799
  261. package/dist/chunks/dropdown.MhmX1P9o.js.map +0 -1
  262. package/dist/chunks/error-message.DCgo8q20.js +0 -143
  263. package/dist/chunks/error-message.DCgo8q20.js.map +0 -1
  264. package/dist/chunks/filter-bar.CkAjLQol.js.map +0 -1
  265. package/dist/chunks/fixed-scroller.DtkaGyMD.js +0 -150
  266. package/dist/chunks/form-layout-title.DW5Kg1rh.js +0 -230
  267. package/dist/chunks/form-layout-title.DW5Kg1rh.js.map +0 -1
  268. package/dist/chunks/input-field-password.DZytmp_p.js +0 -346
  269. package/dist/chunks/input-field.CfU0ZKtL.js +0 -315
  270. package/dist/chunks/input-field.CfU0ZKtL.js.map +0 -1
  271. package/dist/chunks/on-click-outside.ZUMLlxE_.js +0 -90
  272. package/dist/chunks/on-click-outside.ZUMLlxE_.js.map +0 -1
  273. package/dist/chunks/search-bar.CsFyP0_I.js +0 -107
  274. package/dist/chunks/secondary-nav.CLBdq98c.js +0 -138
  275. package/dist/chunks/secondary-nav.CLBdq98c.js.map +0 -1
  276. package/dist/chunks/step.BlwoLfdw.js +0 -259
  277. package/dist/chunks/structured-list-item.e-8kRleh.js +0 -105
  278. package/dist/chunks/textarea.CHV6Z8nt.js +0 -247
  279. package/dist/chunks/timeline-item.CaGcRZbt.js +0 -419
  280. package/dist/chunks/tooltip.CbADa_4p.js.map +0 -1
  281. package/dist/chunks/use-cached-selected-values.ClEJRFAd.js.map +0 -1
  282. package/dist/draggable-handle.js +0 -155
  283. package/dist/draggable-handle.js.map +0 -1
@@ -1,1185 +1,1192 @@
1
- import { openBlock as l, createElementBlock as o, mergeProps as V, toDisplayString as C, createCommentVNode as p, createElementVNode as s, createStaticVNode as Ae, ref as f, reactive as Xe, computed as Y, watch as t1, nextTick as _1, defineComponent as S1, toRef as We, withKeys as q, withModifiers as d1, createVNode as A, unref as n, withCtx as y, createBlock as F, Fragment as f1, renderList as g1, normalizeClass as i1, createTextVNode as Q, resolveDynamicComponent as h1, onMounted as Ie, useSlots as xe, createSlots as p1, renderSlot as G1 } from "vue";
2
- import { B as v1 } from "./button.DWF7FSIw.js";
3
- import { B as Pe } from "./checkbox.C6ATh8f5.js";
4
- import { u as w1, c as D1, h as $1, f as Oe, B as e5 } from "./button-actions.cMQWyZne.js";
5
- import { _ as Y1 } from "./modal.vue_vue_type_script_setup_true_lang.DmPw0l5Y.js";
6
- import { B as u1 } from "./typography.B3J6_tYk.js";
7
- import { u as t5 } from "./use-has-slot.CyMiImRQ.js";
8
- import { u as s5 } from "./use-bento-toast-controller.D_NSnBxi.js";
9
- import { g as m1 } from "./generate-uid.DBWe4g6T.js";
10
- import { B as i5 } from "./button-actions-with-menu.BQFAgAI2.js";
11
- import { u as H1 } from "./index.B875RXHM.js";
12
- import { B as l5 } from "./bin.Cude0fiB.js";
13
- import { D as n5 } from "./dot.DBmwmOUN.js";
1
+ import { openBlock as l, createElementBlock as n, mergeProps as b, toDisplayString as C, createCommentVNode as p, createElementVNode as i, createStaticVNode as R1, ref as g, reactive as Q1, computed as q, watch as te, nextTick as _e, defineComponent as Se, toRef as W1, withKeys as j, withModifiers as de, createVNode as R, unref as a, withCtx as y, createBlock as F, Fragment as ge, renderList as fe, normalizeClass as se, createTextVNode as X, resolveDynamicComponent as he, onMounted as I1, useSlots as x1, createSlots as pe, renderSlot as Be } from "vue";
2
+ import { B as ce } from "./button.DWF7FSIw.js";
3
+ import { B as O1 } from "./checkbox.BPrymcRl.js";
4
+ import { u as we, c as Te, h as $e, f as E1, B as et } from "./button-actions.DLiM8KZL.js";
5
+ import { _ as qe } from "./modal.vue_vue_type_script_setup_true_lang.ImqHKH-g.js";
6
+ import { B as ue } from "./typography.B3J6_tYk.js";
7
+ import { u as tt } from "./use-has-slot.CyMiImRQ.js";
8
+ import { u as it } from "./use-bento-toast-controller.D_NSnBxi.js";
9
+ import { g as me } from "./generate-uid.DBWe4g6T.js";
10
+ import { B as st } from "./button-actions-with-menu.BKdNXYgU.js";
11
+ import { u as He } from "./index.B875RXHM.js";
12
+ import { B as lt } from "./bin.Cude0fiB.js";
13
+ import { D as at } from "./dot.DBmwmOUN.js";
14
14
  /* empty css */
15
15
  import { _ as w } from "./_plugin-vue_export-helper.CHgC5LLL.js";
16
- import { R as o5 } from "./refresh.C31KClfx.js";
17
- import { b as Ee, o as a5 } from "./index.DDwcHPb6.js";
18
- import { I as r5, H as u5 } from "./header-meta.Bym9AlQm.js";
19
- import { G as d5 } from "./grab.DJYL4kBq.js";
20
- import { u as C1 } from "./on-click-outside.ZUMLlxE_.js";
21
- import { B as v5 } from "./divider.BIY84UH7.js";
22
- import { B as c5 } from "./input-field.CfU0ZKtL.js";
23
- import { d as p5 } from "./debounce.DUTu11PS.js";
24
- import { F as C5 } from "./error-message.DCgo8q20.js";
16
+ import { R as nt } from "./refresh.C31KClfx.js";
17
+ import { b as P1, o as ot } from "./index.DDwcHPb6.js";
18
+ import { I as rt, H as ut } from "./header-meta.COak4D8-.js";
19
+ import { G as dt } from "./grab.DJYL4kBq.js";
20
+ import { u as Ce } from "./on-click-outside.BgIzQ2G1.js";
21
+ import { B as ct } from "./divider.BIY84UH7.js";
22
+ import { B as vt } from "./input-field.DkUFvIWt.js";
23
+ import { d as pt } from "./use-cached-selected-values.Bx8uuky9.js";
24
+ import { F as Ct } from "./field-label.DZYFjFgr.js";
25
25
  import "../assets/header-with-views.css";
26
- let j1 = 0;
27
- const f5 = {
26
+ let Ye = 0;
27
+ const gt = {
28
28
  beforeCreate() {
29
- this.uuid = j1.toString(), j1 += 1;
29
+ this.uuid = Ye.toString(), Ye += 1;
30
30
  }
31
- }, g5 = { key: 0 };
32
- function h5(e, t, a, u, d, i) {
33
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
31
+ }, ft = { key: 0 };
32
+ function ht(e, t, o, u, d, s) {
33
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
34
34
  class: "ui-assets-icons-16",
35
35
  xmlns: "http://www.w3.org/2000/svg",
36
36
  width: "16",
37
37
  height: "16",
38
38
  fill: "none"
39
39
  }), [
40
- e.$attrs["svg-title"] ? (l(), o("title", g5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
41
- t[0] || (t[0] = s("path", {
40
+ e.$attrs["svg-title"] ? (l(), n("title", ft, C(e.$attrs["svg-title"]), 1)) : p("", !0),
41
+ t[0] || (t[0] = i("path", {
42
42
  fill: "#001222",
43
43
  d: "M2.75 12C2.75 12.6904 3.30964 13.25 4 13.25H12C12.6904 13.25 13.25 12.6904 13.25 12V10.25H14.75V12C14.75 13.5188 13.5188 14.75 12 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V10.25H2.75V12Z"
44
44
  }, null, -1)),
45
- t[1] || (t[1] = s("path", {
45
+ t[1] || (t[1] = i("path", {
46
46
  fill: "#001222",
47
47
  d: "M8.75 9.18945L11 6.93945L12.0605 8L8 12.0605L3.93945 8L5 6.93945L7.25 9.18945V1.25H8.75V9.18945Z"
48
48
  }, null, -1))
49
49
  ], 16);
50
50
  }
51
- const w5 = /* @__PURE__ */ w(f5, [["render", h5]]);
52
- let q1 = 0;
53
- const $5 = {
51
+ const wt = /* @__PURE__ */ w(gt, [["render", ht]]);
52
+ let je = 0;
53
+ const $t = {
54
54
  beforeCreate() {
55
- this.uuid = q1.toString(), q1 += 1;
55
+ this.uuid = je.toString(), je += 1;
56
56
  }
57
- }, m5 = { key: 0 };
58
- function V5(e, t, a, u, d, i) {
59
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
57
+ }, mt = { key: 0 };
58
+ function bt(e, t, o, u, d, s) {
59
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
60
60
  class: "ui-assets-icons-16",
61
61
  xmlns: "http://www.w3.org/2000/svg",
62
62
  width: "16",
63
63
  height: "16",
64
64
  fill: "none"
65
65
  }), [
66
- e.$attrs["svg-title"] ? (l(), o("title", m5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
67
- t[0] || (t[0] = s("path", {
66
+ e.$attrs["svg-title"] ? (l(), n("title", mt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
67
+ t[0] || (t[0] = i("path", {
68
68
  fill: "#001222",
69
69
  d: "M6.75 2.75H4C3.30965 2.75 2.75002 3.30966 2.75 4V12C2.75 12.6904 3.30964 13.25 4 13.25H12C12.6904 13.25 13.25 12.6904 13.25 12V9.25H14.75V12C14.75 13.5188 13.5188 14.75 12 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V4C1.25002 2.48123 2.48123 1.25 4 1.25H6.75V2.75Z"
70
70
  }, null, -1)),
71
- t[1] || (t[1] = s("path", {
71
+ t[1] || (t[1] = i("path", {
72
72
  fill: "#001222",
73
73
  d: "M10.1367 2.13574C11.166 1.10695 12.8351 1.10677 13.8643 2.13574C14.8933 3.16488 14.8931 4.834 13.8643 5.86328L8.31152 11.416H4.58398V7.68945L10.1367 2.13574ZM12.8037 3.19629C12.3604 2.75311 11.6407 2.75328 11.1973 3.19629L6.08398 8.30957V9.91602H7.69043L12.8037 4.80273C13.2468 4.35924 13.247 3.63964 12.8037 3.19629Z"
74
74
  }, null, -1))
75
75
  ], 16);
76
76
  }
77
- const b5 = /* @__PURE__ */ w($5, [["render", V5]]);
78
- let J1 = 0;
79
- const L5 = {
77
+ const Vt = /* @__PURE__ */ w($t, [["render", bt]]);
78
+ let Je = 0;
79
+ const Lt = {
80
80
  beforeCreate() {
81
- this.uuid = J1.toString(), J1 += 1;
81
+ this.uuid = Je.toString(), Je += 1;
82
82
  }
83
- }, _5 = { key: 0 };
84
- function H5(e, t, a, u, d, i) {
85
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
83
+ }, _t = { key: 0 };
84
+ function Ht(e, t, o, u, d, s) {
85
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
86
86
  class: "ui-assets-icons-16",
87
87
  xmlns: "http://www.w3.org/2000/svg",
88
88
  width: "16",
89
89
  height: "16",
90
90
  fill: "none"
91
91
  }), [
92
- e.$attrs["svg-title"] ? (l(), o("title", _5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
93
- t[0] || (t[0] = s("path", {
92
+ e.$attrs["svg-title"] ? (l(), n("title", _t, C(e.$attrs["svg-title"]), 1)) : p("", !0),
93
+ t[0] || (t[0] = i("path", {
94
94
  fill: "#001222",
95
95
  d: "M8 13.8501L7.65 13.6701C7.39 13.5301 1.25 10.2901 1.25 6.14015C1.25 5.50015 1.4 4.29015 2.4 3.33015C2.61 3.12015 3.73 2.14015 5.39 2.26015C6.41 2.33015 7.33 2.80015 8 3.53015C8.67 2.80015 9.6 2.33015 10.61 2.26015C12.27 2.14015 13.39 3.12015 13.6 3.32015C14.6 4.27015 14.75 5.49015 14.75 6.13015C14.75 10.2801 8.61 13.5301 8.35 13.6601L8 13.8401V13.8501ZM5.11 3.75015C4.16 3.75015 3.51 4.34015 3.43 4.41015C2.84 4.98015 2.75 5.73015 2.75 6.13015C2.75 8.64015 6.26 11.1601 8 12.1401C9.74 11.1501 13.25 8.64015 13.25 6.13015C13.25 5.73015 13.16 4.98015 12.57 4.41015C12.49 4.33015 11.77 3.67015 10.73 3.76015C9.84 3.82015 9.06 4.37015 8.69 5.19015L8.01 6.71015L7.33 5.19015C6.96 4.37015 6.18 3.82015 5.29 3.76015C5.23 3.76015 5.18 3.76015 5.12 3.76015L5.11 3.75015Z"
96
96
  }, null, -1))
97
97
  ], 16);
98
98
  }
99
- const Ue = /* @__PURE__ */ w(L5, [["render", H5]]);
100
- let Q1 = 0;
101
- const M5 = {
99
+ const z1 = /* @__PURE__ */ w(Lt, [["render", Ht]]);
100
+ let Xe = 0;
101
+ const Mt = {
102
102
  beforeCreate() {
103
- this.uuid = Q1.toString(), Q1 += 1;
103
+ this.uuid = Xe.toString(), Xe += 1;
104
104
  }
105
- }, y5 = { key: 0 };
106
- function Z5(e, t, a, u, d, i) {
107
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
105
+ }, yt = { key: 0 };
106
+ function Dt(e, t, o, u, d, s) {
107
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
108
108
  class: "ui-assets-icons-16",
109
109
  xmlns: "http://www.w3.org/2000/svg",
110
110
  width: "16",
111
111
  height: "16",
112
112
  fill: "none"
113
113
  }), [
114
- e.$attrs["svg-title"] ? (l(), o("title", y5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
115
- t[0] || (t[0] = s("path", {
114
+ e.$attrs["svg-title"] ? (l(), n("title", yt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
115
+ t[0] || (t[0] = i("path", {
116
116
  fill: "#001222",
117
117
  d: "M12 8C12 7.60217 12.158 7.22064 12.4393 6.93934C12.7206 6.65803 13.1022 6.5 13.5 6.5C13.7967 6.5 14.0867 6.58797 14.3334 6.75279C14.58 6.91762 14.7723 7.15189 14.8858 7.42597C14.9993 7.70006 15.0291 8.00166 14.9712 8.29264C14.9133 8.58361 14.7704 8.85088 14.5607 9.06066C14.3509 9.27044 14.0836 9.4133 13.7926 9.47118C13.5017 9.52906 13.2001 9.49935 12.926 9.38582C12.6519 9.27229 12.4176 9.08003 12.2528 8.83335C12.088 8.58668 12 8.29667 12 8Z"
118
118
  }, null, -1)),
119
- t[1] || (t[1] = s("path", {
119
+ t[1] || (t[1] = i("path", {
120
120
  fill: "#001222",
121
121
  d: "M0.999999 8C0.999999 8.29667 1.08797 8.58668 1.25279 8.83335C1.41762 9.08003 1.65189 9.27229 1.92597 9.38582C2.20006 9.49935 2.50166 9.52906 2.79263 9.47118C3.08361 9.4133 3.35088 9.27044 3.56066 9.06066C3.77044 8.85088 3.9133 8.58361 3.97118 8.29264C4.02905 8.00166 3.99935 7.70006 3.88582 7.42597C3.77229 7.15189 3.58003 6.91762 3.33335 6.75279C3.08668 6.58797 2.79667 6.5 2.5 6.5C2.10217 6.5 1.72064 6.65803 1.43934 6.93934C1.15803 7.22064 0.999999 7.60217 0.999999 8Z"
122
122
  }, null, -1)),
123
- t[2] || (t[2] = s("path", {
123
+ t[2] || (t[2] = i("path", {
124
124
  fill: "#001222",
125
125
  d: "M6.75279 8.83335C6.58797 8.58668 6.5 8.29667 6.5 8C6.5 7.60217 6.65803 7.22064 6.93934 6.93934C7.22064 6.65803 7.60217 6.5 8 6.5C8.29667 6.5 8.58668 6.58797 8.83335 6.75279C9.08003 6.91762 9.27229 7.15189 9.38582 7.42597C9.49935 7.70006 9.52906 8.00166 9.47118 8.29264C9.4133 8.58361 9.27044 8.85088 9.06066 9.06066C8.85088 9.27044 8.58361 9.4133 8.29263 9.47118C8.00166 9.52906 7.70006 9.49935 7.42597 9.38582C7.15189 9.27229 6.91762 9.08003 6.75279 8.83335Z"
126
126
  }, null, -1))
127
127
  ], 16);
128
128
  }
129
- const Ne = /* @__PURE__ */ w(M5, [["render", Z5]]);
130
- let X1 = 0;
131
- const k5 = {
129
+ const U1 = /* @__PURE__ */ w(Mt, [["render", Dt]]);
130
+ let Qe = 0;
131
+ const Zt = {
132
132
  beforeCreate() {
133
- this.uuid = X1.toString(), X1 += 1;
133
+ this.uuid = Qe.toString(), Qe += 1;
134
134
  }
135
- }, S5 = { key: 0 };
136
- function D5(e, t, a, u, d, i) {
137
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
135
+ }, St = { key: 0 };
136
+ function Tt(e, t, o, u, d, s) {
137
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
138
138
  class: "ui-assets-icons-16",
139
139
  xmlns: "http://www.w3.org/2000/svg",
140
140
  width: "16",
141
141
  height: "16",
142
142
  fill: "none"
143
143
  }), [
144
- e.$attrs["svg-title"] ? (l(), o("title", S5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
145
- t[0] || (t[0] = s("path", {
144
+ e.$attrs["svg-title"] ? (l(), n("title", St, C(e.$attrs["svg-title"]), 1)) : p("", !0),
145
+ t[0] || (t[0] = i("path", {
146
146
  fill: "#001222",
147
147
  d: "M8.75 7.25V2.25H7.25V7.25H2.25V8.75H7.25V13.75H8.75V8.75H13.75V7.25H8.75Z"
148
148
  }, null, -1))
149
149
  ], 16);
150
150
  }
151
- const R5 = /* @__PURE__ */ w(k5, [["render", D5]]);
152
- let W1 = 0;
153
- const T5 = {
151
+ const kt = /* @__PURE__ */ w(Zt, [["render", Tt]]);
152
+ let We = 0;
153
+ const At = {
154
154
  beforeCreate() {
155
- this.uuid = W1.toString(), W1 += 1;
155
+ this.uuid = We.toString(), We += 1;
156
156
  }
157
- }, A5 = { key: 0 }, I5 = ["clip-path"], P5 = ["id"];
158
- function O5(e, t, a, u, d, i) {
159
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
157
+ }, Rt = { key: 0 }, It = ["clip-path"], Ot = ["id"];
158
+ function Et(e, t, o, u, d, s) {
159
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
160
160
  class: "ui-assets-icons-16",
161
161
  xmlns: "http://www.w3.org/2000/svg",
162
162
  width: "16",
163
163
  height: "16",
164
164
  fill: "none"
165
165
  }), [
166
- e.$attrs["svg-title"] ? (l(), o("title", A5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
167
- s("g", {
166
+ e.$attrs["svg-title"] ? (l(), n("title", Rt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
167
+ i("g", {
168
168
  fill: "#001222",
169
169
  "clip-path": "url(#uia-ui-assets/icons-16-plus_multiple__a" + e.uuid + ")"
170
170
  }, t[0] || (t[0] = [
171
- s("path", { d: "M10.75 9.25H12.75V10.75H10.75V12.75H9.25V10.75H7.25V9.25H9.25V7.25H10.75V9.25Z" }, null, -1),
172
- s("path", {
171
+ i("path", { d: "M10.75 9.25H12.75V10.75H10.75V12.75H9.25V10.75H7.25V9.25H9.25V7.25H10.75V9.25Z" }, null, -1),
172
+ i("path", {
173
173
  "fill-rule": "evenodd",
174
174
  d: "M9 0.25C10.5188 0.25 11.75 1.48122 11.75 3V4.25H13C14.5188 4.25 15.75 5.48122 15.75 7V13C15.75 14.5188 14.5188 15.75 13 15.75H7C5.48122 15.75 4.25 14.5188 4.25 13V11.75H3C1.48122 11.75 0.25 10.5188 0.25 9V3C0.25 1.48122 1.48122 0.25 3 0.25H9ZM7 5.75C6.30964 5.75 5.75 6.30964 5.75 7V13C5.75 13.6904 6.30964 14.25 7 14.25H13C13.6904 14.25 14.25 13.6904 14.25 13V7C14.25 6.30964 13.6904 5.75 13 5.75H7ZM3 1.75C2.30964 1.75 1.75 2.30964 1.75 3V9C1.75 9.69036 2.30964 10.25 3 10.25H4.25V7C4.25 5.48122 5.48122 4.25 7 4.25H10.25V3C10.25 2.30964 9.69036 1.75 9 1.75H3Z",
175
175
  "clip-rule": "evenodd"
176
176
  }, null, -1)
177
- ]), 8, I5),
178
- s("defs", null, [
179
- s("clipPath", {
177
+ ]), 8, It),
178
+ i("defs", null, [
179
+ i("clipPath", {
180
180
  id: "uia-ui-assets/icons-16-plus_multiple__a" + e.uuid
181
181
  }, t[1] || (t[1] = [
182
- s("rect", {
182
+ i("rect", {
183
183
  width: "16",
184
184
  height: "16",
185
185
  fill: "#fff"
186
186
  }, null, -1)
187
- ]), 8, P5)
187
+ ]), 8, Ot)
188
188
  ])
189
189
  ], 16);
190
190
  }
191
- const E5 = /* @__PURE__ */ w(T5, [["render", O5]]);
192
- let x1 = 0;
193
- const U5 = {
191
+ const Pt = /* @__PURE__ */ w(At, [["render", Et]]);
192
+ let xe = 0;
193
+ const zt = {
194
194
  beforeCreate() {
195
- this.uuid = x1.toString(), x1 += 1;
195
+ this.uuid = xe.toString(), xe += 1;
196
196
  }
197
- }, N5 = { key: 0 };
198
- function z5(e, t, a, u, d, i) {
199
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
197
+ }, Ut = { key: 0 };
198
+ function Nt(e, t, o, u, d, s) {
199
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
200
200
  class: "ui-assets-icons-16",
201
201
  xmlns: "http://www.w3.org/2000/svg",
202
202
  width: "16",
203
203
  height: "16",
204
204
  fill: "none"
205
205
  }), [
206
- e.$attrs["svg-title"] ? (l(), o("title", N5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
207
- t[0] || (t[0] = s("path", {
206
+ e.$attrs["svg-title"] ? (l(), n("title", Ut, C(e.$attrs["svg-title"]), 1)) : p("", !0),
207
+ t[0] || (t[0] = i("path", {
208
208
  fill: "#001222",
209
209
  d: "M5.25 4.25V3C5.25 1.48579 6.48579 0.25 8 0.25C9.51421 0.25 10.75 1.48579 10.75 3V4.25H12.6149L14.9149 15.75H1.08496L3.38496 4.25H5.25ZM6.75 3V4.25H9.25V3C9.25 2.31421 8.68579 1.75 8 1.75C7.31421 1.75 6.75 2.31421 6.75 3ZM4.61467 5.75L2.91467 14.25H8.38496L10.085 5.75H4.61467ZM9.91467 14.25H13.0851L11.4999 6.3238L9.91467 14.25Z"
210
210
  }, null, -1))
211
211
  ], 16);
212
212
  }
213
- const F5 = /* @__PURE__ */ w(U5, [["render", z5]]);
214
- let ee = 0;
215
- const K5 = {
213
+ const Ft = /* @__PURE__ */ w(zt, [["render", Nt]]);
214
+ let e1 = 0;
215
+ const Kt = {
216
216
  beforeCreate() {
217
- this.uuid = ee.toString(), ee += 1;
217
+ this.uuid = e1.toString(), e1 += 1;
218
218
  }
219
- }, B5 = { key: 0 }, G5 = ["clip-path"], Y5 = ["id"];
220
- function j5(e, t, a, u, d, i) {
221
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
219
+ }, Gt = { key: 0 }, Bt = ["clip-path"], qt = ["id"];
220
+ function Yt(e, t, o, u, d, s) {
221
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
222
222
  class: "ui-assets-icons-16",
223
223
  xmlns: "http://www.w3.org/2000/svg",
224
224
  width: "16",
225
225
  height: "16",
226
226
  fill: "none"
227
227
  }), [
228
- e.$attrs["svg-title"] ? (l(), o("title", B5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
229
- s("g", {
228
+ e.$attrs["svg-title"] ? (l(), n("title", Gt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
229
+ i("g", {
230
230
  fill: "#001222",
231
231
  "clip-path": "url(#uia-ui-assets/icons-16-car__a" + e.uuid + ")"
232
232
  }, t[0] || (t[0] = [
233
- s("path", { d: "M5.75 10.25H3.25V8.75H5.75V10.25Z" }, null, -1),
234
- s("path", { d: "M12.75 10.25H10.25V8.75H12.75V10.25Z" }, null, -1),
235
- s("path", { d: "M10.3604 0.75C11.6685 0.750165 12.7941 1.67303 13.0547 2.96094L13.0557 2.96289L13.6143 5.75H15.75V7.25H14.8105L15.75 8.18945V15.25H11.25V13.25H4.75V15.25H0.25V8.18945L1.18945 7.25H0.25V5.75H2.38477L2.94434 2.96289L2.94531 2.95996C3.20547 1.68654 4.32777 0.750167 5.63965 0.75H10.3604ZM1.75 8.81055V13.75H3.25V11.75H12.75V13.75H14.25V8.81055L12.6895 7.25H3.31055L1.75 8.81055ZM5.63965 2.25C5.05195 2.25017 4.53498 2.67362 4.41504 3.25977L3.91504 5.75H12.085L11.585 3.25879L11.5576 3.14941C11.4004 2.6164 10.9146 2.25015 10.3604 2.25H5.63965Z" }, null, -1)
236
- ]), 8, G5),
237
- s("defs", null, [
238
- s("clipPath", {
233
+ i("path", { d: "M5.75 10.25H3.25V8.75H5.75V10.25Z" }, null, -1),
234
+ i("path", { d: "M12.75 10.25H10.25V8.75H12.75V10.25Z" }, null, -1),
235
+ i("path", { d: "M10.3604 0.75C11.6685 0.750165 12.7941 1.67303 13.0547 2.96094L13.0557 2.96289L13.6143 5.75H15.75V7.25H14.8105L15.75 8.18945V15.25H11.25V13.25H4.75V15.25H0.25V8.18945L1.18945 7.25H0.25V5.75H2.38477L2.94434 2.96289L2.94531 2.95996C3.20547 1.68654 4.32777 0.750167 5.63965 0.75H10.3604ZM1.75 8.81055V13.75H3.25V11.75H12.75V13.75H14.25V8.81055L12.6895 7.25H3.31055L1.75 8.81055ZM5.63965 2.25C5.05195 2.25017 4.53498 2.67362 4.41504 3.25977L3.91504 5.75H12.085L11.585 3.25879L11.5576 3.14941C11.4004 2.6164 10.9146 2.25015 10.3604 2.25H5.63965Z" }, null, -1)
236
+ ]), 8, Bt),
237
+ i("defs", null, [
238
+ i("clipPath", {
239
239
  id: "uia-ui-assets/icons-16-car__a" + e.uuid
240
240
  }, t[1] || (t[1] = [
241
- s("rect", {
241
+ i("rect", {
242
242
  width: "16",
243
243
  height: "16",
244
244
  fill: "#fff"
245
245
  }, null, -1)
246
- ]), 8, Y5)
246
+ ]), 8, qt)
247
247
  ])
248
248
  ], 16);
249
249
  }
250
- const q5 = /* @__PURE__ */ w(K5, [["render", j5]]);
251
- let te = 0;
252
- const J5 = {
250
+ const jt = /* @__PURE__ */ w(Kt, [["render", Yt]]);
251
+ let t1 = 0;
252
+ const Jt = {
253
253
  beforeCreate() {
254
- this.uuid = te.toString(), te += 1;
254
+ this.uuid = t1.toString(), t1 += 1;
255
255
  }
256
- }, Q5 = { key: 0 }, X5 = ["clip-path"], W5 = ["id"];
257
- function x5(e, t, a, u, d, i) {
258
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
256
+ }, Xt = { key: 0 }, Qt = ["clip-path"], Wt = ["id"];
257
+ function xt(e, t, o, u, d, s) {
258
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
259
259
  class: "ui-assets-icons-16",
260
260
  xmlns: "http://www.w3.org/2000/svg",
261
261
  width: "16",
262
262
  height: "16",
263
263
  fill: "none"
264
264
  }), [
265
- e.$attrs["svg-title"] ? (l(), o("title", Q5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
266
- s("g", {
265
+ e.$attrs["svg-title"] ? (l(), n("title", Xt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
266
+ i("g", {
267
267
  fill: "#001222",
268
268
  "clip-path": "url(#uia-ui-assets/icons-16-cash_stack__a" + e.uuid + ")"
269
269
  }, t[0] || (t[0] = [
270
- s("path", { d: "M8 2.25C6.48579 2.25 5.25 3.48579 5.25 5C5.25 6.51421 6.48579 7.75 8 7.75C9.51421 7.75 10.75 6.51421 10.75 5C10.75 3.48579 9.51421 2.25 8 2.25ZM6.75 5C6.75 4.31421 7.31421 3.75 8 3.75C8.68579 3.75 9.25 4.31421 9.25 5C9.25 5.68579 8.68579 6.25 8 6.25C7.31421 6.25 6.75 5.68579 6.75 5Z" }, null, -1),
271
- s("path", { d: "M0.25 0.25H15.75V9.75H0.25V0.25ZM1.75 1.75V8.25H14.25V1.75H1.75Z" }, null, -1),
272
- s("path", { d: "M15.75 12.75V11.25H0.25V12.75H15.75Z" }, null, -1),
273
- s("path", { d: "M15.75 15.75V14.25H0.25V15.75H15.75Z" }, null, -1)
274
- ]), 8, X5),
275
- s("defs", null, [
276
- s("clipPath", {
270
+ i("path", { d: "M8 2.25C6.48579 2.25 5.25 3.48579 5.25 5C5.25 6.51421 6.48579 7.75 8 7.75C9.51421 7.75 10.75 6.51421 10.75 5C10.75 3.48579 9.51421 2.25 8 2.25ZM6.75 5C6.75 4.31421 7.31421 3.75 8 3.75C8.68579 3.75 9.25 4.31421 9.25 5C9.25 5.68579 8.68579 6.25 8 6.25C7.31421 6.25 6.75 5.68579 6.75 5Z" }, null, -1),
271
+ i("path", { d: "M0.25 0.25H15.75V9.75H0.25V0.25ZM1.75 1.75V8.25H14.25V1.75H1.75Z" }, null, -1),
272
+ i("path", { d: "M15.75 12.75V11.25H0.25V12.75H15.75Z" }, null, -1),
273
+ i("path", { d: "M15.75 15.75V14.25H0.25V15.75H15.75Z" }, null, -1)
274
+ ]), 8, Qt),
275
+ i("defs", null, [
276
+ i("clipPath", {
277
277
  id: "uia-ui-assets/icons-16-cash_stack__a" + e.uuid
278
278
  }, t[1] || (t[1] = [
279
- s("rect", {
279
+ i("rect", {
280
280
  width: "16",
281
281
  height: "16",
282
282
  fill: "#fff"
283
283
  }, null, -1)
284
- ]), 8, W5)
284
+ ]), 8, Wt)
285
285
  ])
286
286
  ], 16);
287
287
  }
288
- const et = /* @__PURE__ */ w(J5, [["render", x5]]);
289
- let se = 0;
290
- const tt = {
288
+ const e5 = /* @__PURE__ */ w(Jt, [["render", xt]]);
289
+ let i1 = 0;
290
+ const t5 = {
291
291
  beforeCreate() {
292
- this.uuid = se.toString(), se += 1;
292
+ this.uuid = i1.toString(), i1 += 1;
293
293
  }
294
- }, st = { key: 0 };
295
- function it(e, t, a, u, d, i) {
296
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
294
+ }, i5 = { key: 0 };
295
+ function s5(e, t, o, u, d, s) {
296
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
297
297
  class: "ui-assets-icons-16",
298
298
  xmlns: "http://www.w3.org/2000/svg",
299
299
  width: "16",
300
300
  height: "16",
301
301
  fill: "none"
302
302
  }), [
303
- e.$attrs["svg-title"] ? (l(), o("title", st, C(e.$attrs["svg-title"]), 1)) : p("", !0),
304
- t[0] || (t[0] = s("path", {
303
+ e.$attrs["svg-title"] ? (l(), n("title", i5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
304
+ t[0] || (t[0] = i("path", {
305
305
  fill: "#001222",
306
306
  d: "M10.23 4.29004C9.3156 4.29004 8.51242 4.80018 8.09842 5.55918L7.71295 6.26587L7.03525 5.83145C6.76488 5.65813 6.44513 5.56004 6.1 5.56004C5.10421 5.56004 4.3 6.36425 4.3 7.36004V8.11004H3.55C2.55421 8.11004 1.75 8.91425 1.75 9.91004C1.75 10.9058 2.55421 11.71 3.55 11.71L12.45 11.71C13.4458 11.71 14.25 10.9058 14.25 9.91004V9.90004C14.25 9.12172 13.7547 8.45577 13.0664 8.21937L12.4036 7.99175L12.5858 7.31506C12.6366 7.12648 12.66 6.93285 12.66 6.72004C12.66 5.38272 11.5743 4.29004 10.23 4.29004ZM7.18175 4.24438C7.9021 3.35751 9.0015 2.79004 10.23 2.79004C12.4057 2.79004 14.16 4.55736 14.16 6.72004C14.16 6.83797 14.1552 6.95579 14.145 7.07378C15.113 7.64637 15.75 8.70715 15.75 9.90004V9.91004C15.75 11.7343 14.2742 13.21 12.45 13.21L3.55 13.21C1.72579 13.21 0.25 11.7343 0.25 9.91004C0.25 8.31898 1.37265 6.99297 2.86997 6.68001C3.18293 5.18269 4.50894 4.06004 6.1 4.06004C6.47667 4.06004 6.84115 4.12407 7.18175 4.24438Z"
307
307
  }, null, -1))
308
308
  ], 16);
309
309
  }
310
- const lt = /* @__PURE__ */ w(tt, [["render", it]]);
311
- let ie = 0;
312
- const nt = {
310
+ const l5 = /* @__PURE__ */ w(t5, [["render", s5]]);
311
+ let s1 = 0;
312
+ const a5 = {
313
313
  beforeCreate() {
314
- this.uuid = ie.toString(), ie += 1;
314
+ this.uuid = s1.toString(), s1 += 1;
315
315
  }
316
- }, ot = { key: 0 }, at = ["clip-path"], rt = ["id"];
317
- function ut(e, t, a, u, d, i) {
318
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
316
+ }, n5 = { key: 0 }, o5 = ["clip-path"], r5 = ["id"];
317
+ function u5(e, t, o, u, d, s) {
318
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
319
319
  class: "ui-assets-icons-16",
320
320
  xmlns: "http://www.w3.org/2000/svg",
321
321
  width: "16",
322
322
  height: "16",
323
323
  fill: "none"
324
324
  }), [
325
- e.$attrs["svg-title"] ? (l(), o("title", ot, C(e.$attrs["svg-title"]), 1)) : p("", !0),
326
- s("g", {
325
+ e.$attrs["svg-title"] ? (l(), n("title", n5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
326
+ i("g", {
327
327
  "clip-path": "url(#uia-ui-assets/icons-16-diamond__a" + e.uuid + ")"
328
328
  }, t[0] || (t[0] = [
329
- s("path", {
329
+ i("path", {
330
330
  fill: "#001222",
331
331
  d: "M11.7637 1.03027C12.8053 1.03027 13.7578 1.61912 14.2236 2.55078L15.8818 5.86719L15.5918 6.24121L8 16.002L0.408203 6.24121L0.118164 5.86719L1.77637 2.55078C2.2422 1.61913 3.19471 1.03027 4.23633 1.03027H11.7637ZM6.11426 6.75L7.99902 12.4062L9.88477 6.75H6.11426ZM2.70508 6.75L5.90234 10.8604L4.53223 6.75H2.70508ZM11.4678 6.75L10.0967 10.8604L13.2939 6.75H11.4678ZM4.23633 2.53027C3.76286 2.53027 3.3299 2.7982 3.11816 3.22168L2.10352 5.25H4.42676L5.78613 2.53027H4.23633ZM6.10254 5.25H9.89648L8.53613 2.53027H7.46289L6.10254 5.25ZM11.5732 5.25H13.8965L12.8818 3.22168C12.6701 2.7982 12.2371 2.53027 11.7637 2.53027H10.2139L11.5732 5.25Z"
332
332
  }, null, -1)
333
- ]), 8, at),
334
- s("defs", null, [
335
- s("clipPath", {
333
+ ]), 8, o5),
334
+ i("defs", null, [
335
+ i("clipPath", {
336
336
  id: "uia-ui-assets/icons-16-diamond__a" + e.uuid
337
337
  }, t[1] || (t[1] = [
338
- s("rect", {
338
+ i("rect", {
339
339
  width: "16",
340
340
  height: "16",
341
341
  fill: "#fff"
342
342
  }, null, -1)
343
- ]), 8, rt)
343
+ ]), 8, r5)
344
344
  ])
345
345
  ], 16);
346
346
  }
347
- const dt = /* @__PURE__ */ w(nt, [["render", ut]]);
348
- let le = 0;
349
- const vt = {
347
+ const d5 = /* @__PURE__ */ w(a5, [["render", u5]]);
348
+ let l1 = 0;
349
+ const c5 = {
350
350
  beforeCreate() {
351
- this.uuid = le.toString(), le += 1;
351
+ this.uuid = l1.toString(), l1 += 1;
352
352
  }
353
- }, ct = { key: 0 };
354
- function pt(e, t, a, u, d, i) {
355
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
353
+ }, v5 = { key: 0 };
354
+ function p5(e, t, o, u, d, s) {
355
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
356
356
  class: "ui-assets-icons-16",
357
357
  xmlns: "http://www.w3.org/2000/svg",
358
358
  width: "16",
359
359
  height: "16",
360
360
  fill: "none"
361
361
  }), [
362
- e.$attrs["svg-title"] ? (l(), o("title", ct, C(e.$attrs["svg-title"]), 1)) : p("", !0),
363
- t[0] || (t[0] = s("path", {
362
+ e.$attrs["svg-title"] ? (l(), n("title", v5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
363
+ t[0] || (t[0] = i("path", {
364
364
  fill: "#001222",
365
365
  d: "M16 6V11H14.5V6.93652L13.1104 7.80566V12C13.1102 13.5139 11.8742 14.7497 10.3604 14.75H5.62988C4.11584 14.7499 2.88007 13.514 2.87988 12V7.7998L0 6L8 1L16 6ZM4.37988 12C4.38008 12.6856 4.94427 13.2499 5.62988 13.25H10.3604C11.0458 13.2497 11.6102 12.6855 11.6104 12V8.74316L8 11L4.37988 8.7373V12ZM2.83008 6L8 9.23047L13.1699 6L8 2.76953L2.83008 6Z"
366
366
  }, null, -1))
367
367
  ], 16);
368
368
  }
369
- const Ct = /* @__PURE__ */ w(vt, [["render", pt]]);
370
- let ne = 0;
371
- const ft = {
369
+ const C5 = /* @__PURE__ */ w(c5, [["render", p5]]);
370
+ let a1 = 0;
371
+ const g5 = {
372
372
  beforeCreate() {
373
- this.uuid = ne.toString(), ne += 1;
373
+ this.uuid = a1.toString(), a1 += 1;
374
374
  }
375
- }, gt = { key: 0 }, ht = ["clip-path"], wt = ["id"];
376
- function $t(e, t, a, u, d, i) {
377
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
375
+ }, f5 = { key: 0 }, h5 = ["clip-path"], w5 = ["id"];
376
+ function $5(e, t, o, u, d, s) {
377
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
378
378
  class: "ui-assets-icons-16",
379
379
  xmlns: "http://www.w3.org/2000/svg",
380
380
  width: "16",
381
381
  height: "16",
382
382
  fill: "none"
383
383
  }), [
384
- e.$attrs["svg-title"] ? (l(), o("title", gt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
385
- s("g", {
384
+ e.$attrs["svg-title"] ? (l(), n("title", f5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
385
+ i("g", {
386
386
  fill: "#001222",
387
387
  "clip-path": "url(#uia-ui-assets/icons-16-emoticon_happy__a" + e.uuid + ")"
388
388
  }, t[0] || (t[0] = [
389
- s("path", { d: "M8 11.25C6.75421 11.25 5.75 10.2458 5.75 9H4.25C4.25 11.0742 5.92579 12.75 8 12.75C10.0742 12.75 11.75 11.0742 11.75 9H10.25C10.25 10.2458 9.24579 11.25 8 11.25Z" }, null, -1),
390
- s("path", { d: "M5 6.75C4.58421 6.75 4.25 7.08421 4.25 7.5H2.75C2.75 6.25579 3.75579 5.25 5 5.25C6.24421 5.25 7.25 6.25579 7.25 7.5H5.75C5.75 7.08421 5.41579 6.75 5 6.75Z" }, null, -1),
391
- s("path", { d: "M10.25 7.5C10.25 7.08421 10.5842 6.75 11 6.75C11.4158 6.75 11.75 7.08421 11.75 7.5H13.25C13.25 6.25579 12.2442 5.25 11 5.25C9.75579 5.25 8.75 6.25579 8.75 7.5H10.25Z" }, null, -1),
392
- s("path", { d: "M8 0.25C3.71579 0.25 0.25 3.71579 0.25 8C0.25 12.2842 3.71579 15.75 8 15.75C12.2842 15.75 15.75 12.2842 15.75 8C15.75 3.71579 12.2842 0.25 8 0.25ZM1.75 8C1.75 4.54421 4.54421 1.75 8 1.75C11.4558 1.75 14.25 4.54421 14.25 8C14.25 11.4558 11.4558 14.25 8 14.25C4.54421 14.25 1.75 11.4558 1.75 8Z" }, null, -1)
393
- ]), 8, ht),
394
- s("defs", null, [
395
- s("clipPath", {
389
+ i("path", { d: "M8 11.25C6.75421 11.25 5.75 10.2458 5.75 9H4.25C4.25 11.0742 5.92579 12.75 8 12.75C10.0742 12.75 11.75 11.0742 11.75 9H10.25C10.25 10.2458 9.24579 11.25 8 11.25Z" }, null, -1),
390
+ i("path", { d: "M5 6.75C4.58421 6.75 4.25 7.08421 4.25 7.5H2.75C2.75 6.25579 3.75579 5.25 5 5.25C6.24421 5.25 7.25 6.25579 7.25 7.5H5.75C5.75 7.08421 5.41579 6.75 5 6.75Z" }, null, -1),
391
+ i("path", { d: "M10.25 7.5C10.25 7.08421 10.5842 6.75 11 6.75C11.4158 6.75 11.75 7.08421 11.75 7.5H13.25C13.25 6.25579 12.2442 5.25 11 5.25C9.75579 5.25 8.75 6.25579 8.75 7.5H10.25Z" }, null, -1),
392
+ i("path", { d: "M8 0.25C3.71579 0.25 0.25 3.71579 0.25 8C0.25 12.2842 3.71579 15.75 8 15.75C12.2842 15.75 15.75 12.2842 15.75 8C15.75 3.71579 12.2842 0.25 8 0.25ZM1.75 8C1.75 4.54421 4.54421 1.75 8 1.75C11.4558 1.75 14.25 4.54421 14.25 8C14.25 11.4558 11.4558 14.25 8 14.25C4.54421 14.25 1.75 11.4558 1.75 8Z" }, null, -1)
393
+ ]), 8, h5),
394
+ i("defs", null, [
395
+ i("clipPath", {
396
396
  id: "uia-ui-assets/icons-16-emoticon_happy__a" + e.uuid
397
397
  }, t[1] || (t[1] = [
398
- s("rect", {
398
+ i("rect", {
399
399
  width: "16",
400
400
  height: "16",
401
401
  fill: "#fff"
402
402
  }, null, -1)
403
- ]), 8, wt)
403
+ ]), 8, w5)
404
404
  ])
405
405
  ], 16);
406
406
  }
407
- const mt = /* @__PURE__ */ w(ft, [["render", $t]]);
408
- let oe = 0;
409
- const Vt = {
407
+ const m5 = /* @__PURE__ */ w(g5, [["render", $5]]);
408
+ let n1 = 0;
409
+ const b5 = {
410
410
  beforeCreate() {
411
- this.uuid = oe.toString(), oe += 1;
411
+ this.uuid = n1.toString(), n1 += 1;
412
412
  }
413
- }, bt = { key: 0 }, Lt = ["clip-path"], _t = ["id"];
414
- function Ht(e, t, a, u, d, i) {
415
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
413
+ }, V5 = { key: 0 }, L5 = ["clip-path"], _5 = ["id"];
414
+ function H5(e, t, o, u, d, s) {
415
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
416
416
  class: "ui-assets-icons-16",
417
417
  xmlns: "http://www.w3.org/2000/svg",
418
418
  width: "16",
419
419
  height: "16",
420
420
  fill: "none"
421
421
  }), [
422
- e.$attrs["svg-title"] ? (l(), o("title", bt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
423
- s("g", {
422
+ e.$attrs["svg-title"] ? (l(), n("title", V5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
423
+ i("g", {
424
424
  "clip-path": "url(#uia-ui-assets/icons-16-gambling__a" + e.uuid + ")"
425
425
  }, t[0] || (t[0] = [
426
- s("path", {
426
+ i("path", {
427
427
  fill: "#001222",
428
428
  d: "M7.25 0.285553C5.66909 0.436349 4.23359 1.05951 3.07538 2.01472L3.04992 1.98926L1.98926 3.04992L2.01472 3.07538C1.05951 4.23359 0.436349 5.66909 0.285553 7.25H0.25V8.75H0.285553C0.436346 10.3309 1.05949 11.7664 2.01468 12.9246L1.98926 12.95L3.04992 14.0106L3.07533 13.9852C4.23355 14.9405 5.66907 15.5636 7.25 15.7144V15.75H8.75V15.7144C10.331 15.5636 11.7665 14.9404 12.9248 13.9852L12.9502 14.0106L14.0109 12.95L13.9854 12.9245C14.9405 11.7663 15.5637 10.3308 15.7144 8.75H15.75V7.25H15.7144C15.5637 5.66913 14.9405 4.23366 13.9853 3.07546L14.0109 3.04992L12.9502 1.98926L12.9247 2.01479C11.7665 1.05954 10.3309 0.436353 8.75 0.285553V0.25H7.25V0.285553ZM12.9187 11.8578L11.1275 10.0666C11.3873 9.67434 11.5766 9.22909 11.6745 8.75H14.206C14.0676 9.91739 13.6097 10.9798 12.9187 11.8578ZM10.0668 11.1273L11.8581 12.9185C10.98 13.6097 9.91751 14.0676 8.75 14.206V11.6745C9.22921 11.5766 9.67456 11.3872 10.0668 11.1273ZM1.79405 7.25C1.93236 6.08255 2.3903 5.02006 3.0814 4.14206L4.87264 5.9333C4.61275 6.32555 4.4234 6.77085 4.32554 7.25H1.79405ZM4.14206 3.0814C5.02006 2.3903 6.08255 1.93236 7.25 1.79405V4.32554C6.77085 4.4234 6.32555 4.61275 5.9333 4.87264L4.14206 3.0814ZM14.206 7.25H11.6745C11.5766 6.77088 11.3873 6.32561 11.1274 5.93339L12.9187 4.14214C13.6097 5.02013 14.0676 6.08259 14.206 7.25ZM10.25 8C10.25 8.62119 9.99617 9.18317 9.58967 9.58967C9.18317 9.99617 8.62119 10.25 8 10.25C7.37881 10.25 6.81683 9.99617 6.41033 9.58967C6.00383 9.18317 5.75 8.62119 5.75 8C5.75 7.37881 6.00383 6.81683 6.41033 6.41033C6.81683 6.00383 7.37881 5.75 8 5.75C8.62119 5.75 9.18317 6.00383 9.58967 6.41033C9.99617 6.81683 10.25 7.37881 10.25 8ZM3.08136 11.8579C2.39028 10.9799 1.93236 9.91743 1.79405 8.75H4.32554C4.42339 9.22913 4.61273 9.67441 4.8726 10.0666L3.08136 11.8579ZM11.858 3.08147L10.0668 4.8727C9.67452 4.61278 9.22919 4.4234 8.75 4.32554V1.79405C9.91749 1.93236 10.98 2.39033 11.858 3.08147ZM7.25 14.206C6.08253 14.0676 5.02002 13.6097 4.14201 12.9186L5.93324 11.1273C6.3255 11.3872 6.77082 11.5766 7.25 11.6745V14.206Z"
429
429
  }, null, -1)
430
- ]), 8, Lt),
431
- s("defs", null, [
432
- s("clipPath", {
430
+ ]), 8, L5),
431
+ i("defs", null, [
432
+ i("clipPath", {
433
433
  id: "uia-ui-assets/icons-16-gambling__a" + e.uuid
434
434
  }, t[1] || (t[1] = [
435
- s("rect", {
435
+ i("rect", {
436
436
  width: "16",
437
437
  height: "16",
438
438
  fill: "#fff"
439
439
  }, null, -1)
440
- ]), 8, _t)
440
+ ]), 8, _5)
441
441
  ])
442
442
  ], 16);
443
443
  }
444
- const Mt = /* @__PURE__ */ w(Vt, [["render", Ht]]);
445
- let ae = 0;
446
- const yt = {
444
+ const M5 = /* @__PURE__ */ w(b5, [["render", H5]]);
445
+ let o1 = 0;
446
+ const y5 = {
447
447
  beforeCreate() {
448
- this.uuid = ae.toString(), ae += 1;
448
+ this.uuid = o1.toString(), o1 += 1;
449
449
  }
450
- }, Zt = { key: 0 };
451
- function kt(e, t, a, u, d, i) {
452
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
450
+ }, D5 = { key: 0 };
451
+ function Z5(e, t, o, u, d, s) {
452
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
453
453
  class: "ui-assets-icons-16",
454
454
  xmlns: "http://www.w3.org/2000/svg",
455
455
  width: "16",
456
456
  height: "16",
457
457
  fill: "none"
458
458
  }), [
459
- e.$attrs["svg-title"] ? (l(), o("title", Zt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
460
- t[0] || (t[0] = Ae('<path fill="#001222" d="M5.49968 5.25C6.74232 5.25 7.74968 6.25736 7.74968 7.5C7.74968 8.74264 6.74232 9.75 5.49968 9.75C4.25723 9.74978 3.24968 8.7425 3.24968 7.5C3.24968 6.2575 4.25723 5.25022 5.49968 5.25ZM5.49968 6.75C5.08565 6.75022 4.74968 7.08592 4.74968 7.5C4.74968 7.91408 5.08565 8.24978 5.49968 8.25C5.91389 8.25 6.24968 7.91421 6.24968 7.5C6.24968 7.08579 5.91389 6.75 5.49968 6.75Z"></path><path fill="#001222" d="M10.9401 7.75C11.2201 7.27002 11.8302 7.09989 12.3102 7.37988C12.7901 7.65989 12.9602 8.27006 12.6803 8.75C12.4004 9.22992 11.7902 9.39993 11.3102 9.12012C10.8302 8.84012 10.6601 8.23 10.9401 7.75Z"></path><path fill="#001222" d="M8.69987 7.37988C9.17985 7.1099 9.78997 7.27006 10.07 7.75C10.34 8.23 10.1799 8.85012 9.69987 9.12012C9.2199 9.38997 8.59972 9.22994 8.32975 8.75C8.05991 8.27006 8.22 7.64988 8.69987 7.37988Z"></path><path fill="#001222" d="M10.4997 5C11.0497 5 11.4997 5.45 11.4997 6C11.4997 6.55 11.0497 7 10.4997 7C9.94986 6.99977 9.49968 6.54986 9.49968 6C9.49968 5.45014 9.94986 5.00023 10.4997 5Z"></path><path fill="#001222" d="M8.74968 2.25H12.1598C13.5856 2.25017 14.7834 3.34511 14.8962 4.76758L15.5671 12.7666L15.5758 12.916C15.6251 14.4583 14.3889 15.7499 12.8298 15.75H12.4499C11.27 15.7499 10.2102 14.9957 9.83757 13.8652L9.46745 12.75H6.55143L6.18132 13.8633L6.18229 13.8643C5.80991 14.9951 4.74998 15.7498 3.56999 15.75H3.18913C1.58008 15.7496 0.314762 14.3738 0.451824 12.7666L1.12175 4.76758L1.12272 4.76562C1.24556 3.34623 2.41796 2.26124 3.83952 2.25098L7.24968 2.25V0.25H8.74968V2.25ZM3.85905 3.75C3.21015 3.7504 2.67349 4.24103 2.61686 4.89453L1.94694 12.8926C1.88439 13.6247 2.45905 14.2496 3.18913 14.25H3.56999C4.10954 14.2498 4.58991 13.9043 4.75749 13.3955L5.46745 11.25H10.5514L11.2614 13.3945C11.429 13.9034 11.9102 14.2499 12.4499 14.25H12.8298C13.5601 14.2499 14.1345 13.6258 14.0719 12.8936L13.402 4.89258V4.8877C13.3525 4.25272 12.8121 3.75017 12.1598 3.75H3.85905Z"></path>', 5))
459
+ e.$attrs["svg-title"] ? (l(), n("title", D5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
460
+ t[0] || (t[0] = R1('<path fill="#001222" d="M5.49968 5.25C6.74232 5.25 7.74968 6.25736 7.74968 7.5C7.74968 8.74264 6.74232 9.75 5.49968 9.75C4.25723 9.74978 3.24968 8.7425 3.24968 7.5C3.24968 6.2575 4.25723 5.25022 5.49968 5.25ZM5.49968 6.75C5.08565 6.75022 4.74968 7.08592 4.74968 7.5C4.74968 7.91408 5.08565 8.24978 5.49968 8.25C5.91389 8.25 6.24968 7.91421 6.24968 7.5C6.24968 7.08579 5.91389 6.75 5.49968 6.75Z"></path><path fill="#001222" d="M10.9401 7.75C11.2201 7.27002 11.8302 7.09989 12.3102 7.37988C12.7901 7.65989 12.9602 8.27006 12.6803 8.75C12.4004 9.22992 11.7902 9.39993 11.3102 9.12012C10.8302 8.84012 10.6601 8.23 10.9401 7.75Z"></path><path fill="#001222" d="M8.69987 7.37988C9.17985 7.1099 9.78997 7.27006 10.07 7.75C10.34 8.23 10.1799 8.85012 9.69987 9.12012C9.2199 9.38997 8.59972 9.22994 8.32975 8.75C8.05991 8.27006 8.22 7.64988 8.69987 7.37988Z"></path><path fill="#001222" d="M10.4997 5C11.0497 5 11.4997 5.45 11.4997 6C11.4997 6.55 11.0497 7 10.4997 7C9.94986 6.99977 9.49968 6.54986 9.49968 6C9.49968 5.45014 9.94986 5.00023 10.4997 5Z"></path><path fill="#001222" d="M8.74968 2.25H12.1598C13.5856 2.25017 14.7834 3.34511 14.8962 4.76758L15.5671 12.7666L15.5758 12.916C15.6251 14.4583 14.3889 15.7499 12.8298 15.75H12.4499C11.27 15.7499 10.2102 14.9957 9.83757 13.8652L9.46745 12.75H6.55143L6.18132 13.8633L6.18229 13.8643C5.80991 14.9951 4.74998 15.7498 3.56999 15.75H3.18913C1.58008 15.7496 0.314762 14.3738 0.451824 12.7666L1.12175 4.76758L1.12272 4.76562C1.24556 3.34623 2.41796 2.26124 3.83952 2.25098L7.24968 2.25V0.25H8.74968V2.25ZM3.85905 3.75C3.21015 3.7504 2.67349 4.24103 2.61686 4.89453L1.94694 12.8926C1.88439 13.6247 2.45905 14.2496 3.18913 14.25H3.56999C4.10954 14.2498 4.58991 13.9043 4.75749 13.3955L5.46745 11.25H10.5514L11.2614 13.3945C11.429 13.9034 11.9102 14.2499 12.4499 14.25H12.8298C13.5601 14.2499 14.1345 13.6258 14.0719 12.8936L13.402 4.89258V4.8877C13.3525 4.25272 12.8121 3.75017 12.1598 3.75H3.85905Z"></path>', 5))
461
461
  ], 16);
462
462
  }
463
- const St = /* @__PURE__ */ w(yt, [["render", kt]]);
464
- let re = 0;
465
- const Dt = {
463
+ const S5 = /* @__PURE__ */ w(y5, [["render", Z5]]);
464
+ let r1 = 0;
465
+ const T5 = {
466
466
  beforeCreate() {
467
- this.uuid = re.toString(), re += 1;
467
+ this.uuid = r1.toString(), r1 += 1;
468
468
  }
469
- }, Rt = { key: 0 };
470
- function Tt(e, t, a, u, d, i) {
471
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
469
+ }, k5 = { key: 0 };
470
+ function A5(e, t, o, u, d, s) {
471
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
472
472
  class: "ui-assets-icons-16",
473
473
  xmlns: "http://www.w3.org/2000/svg",
474
474
  width: "16",
475
475
  height: "16",
476
476
  fill: "none"
477
477
  }), [
478
- e.$attrs["svg-title"] ? (l(), o("title", Rt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
479
- t[0] || (t[0] = s("path", {
478
+ e.$attrs["svg-title"] ? (l(), n("title", k5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
479
+ t[0] || (t[0] = i("path", {
480
480
  fill: "#001222",
481
481
  d: "M10 0.25C11.5142 0.25 12.75 1.48579 12.75 3C12.75 3.45004 12.6385 3.87428 12.4453 4.25H14.75V8.75H13.75V13C13.75 14.5188 12.5188 15.75 11 15.75H5C3.48122 15.75 2.25 14.5188 2.25 13V8.75H1.25V4.25H3.55469C3.3615 3.87428 3.25 3.45004 3.25 3C3.25 1.48579 4.48579 0.25 6 0.25C6.78756 0.25 7.49778 0.586212 8 1.12012C8.50222 0.586212 9.21244 0.25 10 0.25ZM8.75 14.25H11C11.6904 14.25 12.25 13.6904 12.25 13V8.75H8.75V14.25ZM3.75 13C3.75 13.6904 4.30964 14.25 5 14.25H7.25V8.75H3.75V13ZM8.75 7.25H13.25V5.75H8.75V7.25ZM2.75 7.25H7.25V5.75H2.75V7.25ZM6 1.75C5.31421 1.75 4.75 2.31421 4.75 3C4.75 3.68579 5.31421 4.25 6 4.25H7.25V3C7.25 2.31421 6.68579 1.75 6 1.75ZM10 1.75C9.31421 1.75 8.75 2.31421 8.75 3V4.25H10C10.6858 4.25 11.25 3.68579 11.25 3C11.25 2.31421 10.6858 1.75 10 1.75Z"
482
482
  }, null, -1))
483
483
  ], 16);
484
484
  }
485
- const At = /* @__PURE__ */ w(Dt, [["render", Tt]]);
486
- let ue = 0;
487
- const It = {
485
+ const R5 = /* @__PURE__ */ w(T5, [["render", A5]]);
486
+ let u1 = 0;
487
+ const I5 = {
488
488
  beforeCreate() {
489
- this.uuid = ue.toString(), ue += 1;
489
+ this.uuid = u1.toString(), u1 += 1;
490
490
  }
491
- }, Pt = { key: 0 };
492
- function Ot(e, t, a, u, d, i) {
493
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
491
+ }, O5 = { key: 0 };
492
+ function E5(e, t, o, u, d, s) {
493
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
494
494
  class: "ui-assets-icons-16",
495
495
  xmlns: "http://www.w3.org/2000/svg",
496
496
  width: "16",
497
497
  height: "16",
498
498
  fill: "none"
499
499
  }), [
500
- e.$attrs["svg-title"] ? (l(), o("title", Pt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
501
- t[0] || (t[0] = s("path", {
500
+ e.$attrs["svg-title"] ? (l(), n("title", O5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
501
+ t[0] || (t[0] = i("path", {
502
502
  fill: "#001222",
503
503
  d: "M4.17969 0.25C5.29369 0.250066 6.19994 1.15557 6.2002 2.26953V3.50293C6.36912 3.45695 6.54617 3.42973 6.72949 3.42969C7.21332 3.42969 7.65762 3.60125 8.00586 3.88574C8.35205 3.60723 8.79147 3.44054 9.26953 3.44043C9.45359 3.44043 9.63122 3.46738 9.80078 3.51367C9.82025 2.41618 10.7182 1.53027 11.8203 1.53027C12.9342 1.53042 13.8396 2.4359 13.8398 3.5498V13C13.8397 14.5141 12.6039 15.7499 11.0898 15.75H4.91016C3.39602 15.75 2.16029 14.5141 2.16016 13V2.26953C2.16041 1.15569 3.06584 0.250254 4.17969 0.25ZM11.8203 3.03027C11.5347 3.03027 11.3001 3.26423 11.2998 3.5498V8.39062H11.29V8.64062C11.2897 9.75453 10.3835 10.6602 9.26953 10.6602C8.78871 10.66 8.3471 10.4903 8 10.209C7.65292 10.4905 7.21133 10.6601 6.73047 10.6602H4.70996V9.16016H6.73047C7.01602 9.15992 7.24993 8.92523 7.25 8.63965C7.24974 8.35422 7.0159 8.12035 6.73047 8.12012H4.17969C3.89427 8.12037 3.66041 8.35423 3.66016 8.63965V13C3.66029 13.6857 4.22445 14.25 4.91016 14.25H11.0898C11.7755 14.2499 12.3397 13.6856 12.3398 13V3.5498C12.3396 3.26432 12.1058 3.03043 11.8203 3.03027ZM9.26953 4.94043C8.98411 4.94069 8.75026 5.17454 8.75 5.45996V8.64062C8.75037 8.92594 8.98418 9.1599 9.26953 9.16016C9.55509 9.16016 9.78967 8.9261 9.79004 8.64062V5.45996C9.78978 5.17439 9.55516 4.94043 9.26953 4.94043ZM4.17969 1.75C3.89427 1.75026 3.66041 1.98411 3.66016 2.26953V6.68945C3.82606 6.64523 4.00001 6.62016 4.17969 6.62012H4.7002V2.26953C4.69994 1.984 4.46526 1.75007 4.17969 1.75ZM6.72949 4.92969C6.4442 4.92994 6.21042 5.16397 6.20996 5.44922V6.62012H6.73047C6.91019 6.62016 7.08406 6.64521 7.25 6.68945V5.44922C7.24954 5.16381 7.015 4.92969 6.72949 4.92969Z"
504
504
  }, null, -1))
505
505
  ], 16);
506
506
  }
507
- const Et = /* @__PURE__ */ w(It, [["render", Ot]]);
508
- let de = 0;
509
- const Ut = {
507
+ const P5 = /* @__PURE__ */ w(I5, [["render", E5]]);
508
+ let d1 = 0;
509
+ const z5 = {
510
510
  beforeCreate() {
511
- this.uuid = de.toString(), de += 1;
511
+ this.uuid = d1.toString(), d1 += 1;
512
512
  }
513
- }, Nt = { key: 0 };
514
- function zt(e, t, a, u, d, i) {
515
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
513
+ }, U5 = { key: 0 };
514
+ function N5(e, t, o, u, d, s) {
515
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
516
516
  class: "ui-assets-icons-16",
517
517
  xmlns: "http://www.w3.org/2000/svg",
518
518
  width: "16",
519
519
  height: "16",
520
520
  fill: "none"
521
521
  }), [
522
- e.$attrs["svg-title"] ? (l(), o("title", Nt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
523
- t[0] || (t[0] = s("path", {
522
+ e.$attrs["svg-title"] ? (l(), n("title", U5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
523
+ t[0] || (t[0] = i("path", {
524
524
  fill: "#001222",
525
525
  d: "M7.62109 5.84961H9.0957L9.36035 4.25H10.8799L10.6152 5.84961H11.75V7.34961H10.3672L10.1523 8.65039H11.75V10.1504H9.9043L9.63965 11.75H8.12012L8.38477 10.1504H6.89844L6.62988 11.75H5.10938L5.37793 10.1504H4.25V8.65039H5.62988L5.84863 7.34961H4.25V5.84961H6.10156L6.37012 4.25H7.88965L7.62109 5.84961ZM7.15039 8.65039H8.63281L8.84766 7.34961H7.36914L7.15039 8.65039Z"
526
526
  }, null, -1)),
527
- t[1] || (t[1] = s("path", {
527
+ t[1] || (t[1] = i("path", {
528
528
  fill: "#001222",
529
529
  d: "M12 1.25C13.5188 1.25 14.75 2.48122 14.75 4V12C14.75 13.5188 13.5188 14.75 12 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V4C1.25 2.48122 2.48122 1.25 4 1.25H12ZM4 2.75C3.30964 2.75 2.75 3.30964 2.75 4V12C2.75 12.6904 3.30964 13.25 4 13.25H12C12.6904 13.25 13.25 12.6904 13.25 12V4C13.25 3.30964 12.6904 2.75 12 2.75H4Z"
530
530
  }, null, -1))
531
531
  ], 16);
532
532
  }
533
- const Ft = /* @__PURE__ */ w(Ut, [["render", zt]]);
534
- let ve = 0;
535
- const Kt = {
533
+ const F5 = /* @__PURE__ */ w(z5, [["render", N5]]);
534
+ let c1 = 0;
535
+ const K5 = {
536
536
  beforeCreate() {
537
- this.uuid = ve.toString(), ve += 1;
537
+ this.uuid = c1.toString(), c1 += 1;
538
538
  }
539
- }, Bt = { key: 0 };
540
- function Gt(e, t, a, u, d, i) {
541
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
539
+ }, G5 = { key: 0 };
540
+ function B5(e, t, o, u, d, s) {
541
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
542
542
  class: "ui-assets-icons-16",
543
543
  xmlns: "http://www.w3.org/2000/svg",
544
544
  width: "16",
545
545
  height: "16",
546
546
  fill: "none"
547
547
  }), [
548
- e.$attrs["svg-title"] ? (l(), o("title", Bt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
549
- t[0] || (t[0] = s("path", {
548
+ e.$attrs["svg-title"] ? (l(), n("title", G5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
549
+ t[0] || (t[0] = i("path", {
550
550
  fill: "#001222",
551
551
  d: "M11 4.25C12.5188 4.25 13.75 5.48122 13.75 7V10.25H15.75V14.75H0.25V10.25H2.25V7C2.25 5.48122 3.48122 4.25 5 4.25H11ZM1.75 13.25H14.25V11.75H1.75V13.25ZM5 5.75C4.30964 5.75 3.75 6.30964 3.75 7V10.25H12.25V7C12.25 6.30964 11.6904 5.75 11 5.75H5Z"
552
552
  }, null, -1)),
553
- t[1] || (t[1] = s("path", {
553
+ t[1] || (t[1] = i("path", {
554
554
  fill: "#001222",
555
555
  d: "M10.75 2.75H5.25V1.25H10.75V2.75Z"
556
556
  }, null, -1))
557
557
  ], 16);
558
558
  }
559
- const Yt = /* @__PURE__ */ w(Kt, [["render", Gt]]);
560
- let ce = 0;
561
- const jt = {
559
+ const q5 = /* @__PURE__ */ w(K5, [["render", B5]]);
560
+ let v1 = 0;
561
+ const Y5 = {
562
562
  beforeCreate() {
563
- this.uuid = ce.toString(), ce += 1;
563
+ this.uuid = v1.toString(), v1 += 1;
564
564
  }
565
- }, qt = { key: 0 };
566
- function Jt(e, t, a, u, d, i) {
567
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
565
+ }, j5 = { key: 0 };
566
+ function J5(e, t, o, u, d, s) {
567
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
568
568
  class: "ui-assets-icons-16",
569
569
  xmlns: "http://www.w3.org/2000/svg",
570
570
  width: "16",
571
571
  height: "16",
572
572
  fill: "none"
573
573
  }), [
574
- e.$attrs["svg-title"] ? (l(), o("title", qt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
575
- t[0] || (t[0] = s("path", {
574
+ e.$attrs["svg-title"] ? (l(), n("title", j5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
575
+ t[0] || (t[0] = i("path", {
576
576
  fill: "#001222",
577
577
  d: "M13.75 1.75H12.75V6C12.75 6.78782 12.4131 7.49775 11.8789 8C12.4131 8.50225 12.75 9.21218 12.75 10V14.25H13.75V15.75H2.25V14.25H3.25V10C3.25 9.21244 3.58621 8.50222 4.12012 8C3.58621 7.49778 3.25 6.78756 3.25 6V1.75H2.25V0.25H13.75V1.75ZM4.75 12.75V14.25H11.25V12.75H4.75ZM4.75 6C4.75 6.68579 5.31421 7.25 6 7.25H6.75V8.75H6C5.31421 8.75 4.75 9.31421 4.75 10V11.25H11.25V10C11.25 9.31421 10.6858 8.75 10 8.75H9.25V7.25H10C10.6858 7.25 11.25 6.68579 11.25 6V1.75H4.75V6Z"
578
578
  }, null, -1))
579
579
  ], 16);
580
580
  }
581
- const Qt = /* @__PURE__ */ w(jt, [["render", Jt]]);
582
- let pe = 0;
583
- const Xt = {
581
+ const X5 = /* @__PURE__ */ w(Y5, [["render", J5]]);
582
+ let p1 = 0;
583
+ const Q5 = {
584
584
  beforeCreate() {
585
- this.uuid = pe.toString(), pe += 1;
585
+ this.uuid = p1.toString(), p1 += 1;
586
586
  }
587
- }, Wt = { key: 0 }, xt = ["clip-path"], e2 = ["id"];
588
- function t2(e, t, a, u, d, i) {
589
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
587
+ }, W5 = { key: 0 }, x5 = ["clip-path"], ei = ["id"];
588
+ function ti(e, t, o, u, d, s) {
589
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
590
590
  class: "ui-assets-icons-16",
591
591
  xmlns: "http://www.w3.org/2000/svg",
592
592
  width: "16",
593
593
  height: "16",
594
594
  fill: "none"
595
595
  }), [
596
- e.$attrs["svg-title"] ? (l(), o("title", Wt, C(e.$attrs["svg-title"]), 1)) : p("", !0),
597
- s("g", {
596
+ e.$attrs["svg-title"] ? (l(), n("title", W5, C(e.$attrs["svg-title"]), 1)) : p("", !0),
597
+ i("g", {
598
598
  "clip-path": "url(#uia-ui-assets/icons-16-leaf__a" + e.uuid + ")"
599
599
  }, t[0] || (t[0] = [
600
- s("path", {
600
+ i("path", {
601
601
  fill: "#001222",
602
602
  d: "M15.75 8.16992C15.75 8.89401 15.4634 9.59536 14.9395 10.1094L13.1104 11.9404C12.5927 12.458 11.9031 12.75 11.1699 12.75H4.31055L1.53027 15.5303L0.469727 14.4697L3.25 11.6895V4.83008C3.25 4.106 3.53561 3.40366 4.05957 2.88965L5.88965 1.05957C6.40726 0.54198 7.09693 0.25 7.83008 0.25H15.75V8.16992ZM5.81055 11.25H11.1699C11.4967 11.25 11.8074 11.1222 12.0498 10.8799L13.8867 9.04297C13.975 8.957 14.0489 8.85806 14.1064 8.75H8.31055L5.81055 11.25ZM7.25 1.89551C7.14218 1.95356 7.04144 2.02888 6.9502 2.12012L5.11328 3.95703C4.88182 4.1824 4.75 4.49747 4.75 4.83008V10.1895L7.25 7.68945V1.89551ZM9.81055 7.25H14.25V2.81055L9.81055 7.25ZM8.75 6.18945L13.1895 1.75H8.75V6.18945Z"
603
603
  }, null, -1)
604
- ]), 8, xt),
605
- s("defs", null, [
606
- s("clipPath", {
604
+ ]), 8, x5),
605
+ i("defs", null, [
606
+ i("clipPath", {
607
607
  id: "uia-ui-assets/icons-16-leaf__a" + e.uuid
608
608
  }, t[1] || (t[1] = [
609
- s("rect", {
609
+ i("rect", {
610
610
  width: "16",
611
611
  height: "16",
612
612
  fill: "#fff"
613
613
  }, null, -1)
614
- ]), 8, e2)
614
+ ]), 8, ei)
615
615
  ])
616
616
  ], 16);
617
617
  }
618
- const s2 = /* @__PURE__ */ w(Xt, [["render", t2]]);
619
- let Ce = 0;
620
- const i2 = {
618
+ const ii = /* @__PURE__ */ w(Q5, [["render", ti]]);
619
+ let C1 = 0;
620
+ const si = {
621
621
  beforeCreate() {
622
- this.uuid = Ce.toString(), Ce += 1;
622
+ this.uuid = C1.toString(), C1 += 1;
623
623
  }
624
- }, l2 = { key: 0 };
625
- function n2(e, t, a, u, d, i) {
626
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
624
+ }, li = { key: 0 };
625
+ function ai(e, t, o, u, d, s) {
626
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
627
627
  class: "ui-assets-icons-16",
628
628
  xmlns: "http://www.w3.org/2000/svg",
629
629
  width: "16",
630
630
  height: "16",
631
631
  fill: "none"
632
632
  }), [
633
- e.$attrs["svg-title"] ? (l(), o("title", l2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
634
- t[0] || (t[0] = s("path", {
633
+ e.$attrs["svg-title"] ? (l(), n("title", li, C(e.$attrs["svg-title"]), 1)) : p("", !0),
634
+ t[0] || (t[0] = i("path", {
635
635
  fill: "#001222",
636
636
  d: "M9.75 6.25V0.25H8.63L1.5 9.75H6.25V15.75H7.38L14.5 6.25H9.75ZM4.5 8.25L8.25 3.25V7.75H11.5L7.75 12.75V8.25H4.5Z"
637
637
  }, null, -1))
638
638
  ], 16);
639
639
  }
640
- const o2 = /* @__PURE__ */ w(i2, [["render", n2]]);
641
- let fe = 0;
642
- const a2 = {
640
+ const ni = /* @__PURE__ */ w(si, [["render", ai]]);
641
+ let g1 = 0;
642
+ const oi = {
643
643
  beforeCreate() {
644
- this.uuid = fe.toString(), fe += 1;
644
+ this.uuid = g1.toString(), g1 += 1;
645
645
  }
646
- }, r2 = { key: 0 };
647
- function u2(e, t, a, u, d, i) {
648
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
646
+ }, ri = { key: 0 };
647
+ function ui(e, t, o, u, d, s) {
648
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
649
649
  class: "ui-assets-icons-16",
650
650
  xmlns: "http://www.w3.org/2000/svg",
651
651
  width: "16",
652
652
  height: "16",
653
653
  fill: "none"
654
654
  }), [
655
- e.$attrs["svg-title"] ? (l(), o("title", r2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
656
- t[0] || (t[0] = s("path", {
655
+ e.$attrs["svg-title"] ? (l(), n("title", ri, C(e.$attrs["svg-title"]), 1)) : p("", !0),
656
+ t[0] || (t[0] = i("path", {
657
657
  fill: "#001222",
658
658
  d: "M8.75 11.75H7.25V8.25H8.75V11.75Z"
659
659
  }, null, -1)),
660
- t[1] || (t[1] = s("path", {
660
+ t[1] || (t[1] = i("path", {
661
661
  fill: "#001222",
662
662
  d: "M8 1.25C9.51878 1.25 10.75 2.48122 10.75 4V5.25H11C12.5188 5.25 13.75 6.48122 13.75 8V12C13.75 13.5188 12.5188 14.75 11 14.75H5C3.48122 14.75 2.25 13.5188 2.25 12V8C2.25 6.48122 3.48122 5.25 5 5.25H5.25V4C5.25 2.48122 6.48122 1.25 8 1.25ZM5 6.75C4.30964 6.75 3.75 7.30964 3.75 8V12C3.75 12.6904 4.30964 13.25 5 13.25H11C11.6904 13.25 12.25 12.6904 12.25 12V8C12.25 7.30964 11.6904 6.75 11 6.75H5ZM8 2.75C7.30964 2.75 6.75 3.30964 6.75 4V5.25H9.25V4C9.25 3.30964 8.69036 2.75 8 2.75Z"
663
663
  }, null, -1))
664
664
  ], 16);
665
665
  }
666
- const d2 = /* @__PURE__ */ w(a2, [["render", u2]]);
667
- let ge = 0;
668
- const v2 = {
666
+ const di = /* @__PURE__ */ w(oi, [["render", ui]]);
667
+ let f1 = 0;
668
+ const ci = {
669
669
  beforeCreate() {
670
- this.uuid = ge.toString(), ge += 1;
670
+ this.uuid = f1.toString(), f1 += 1;
671
671
  }
672
- }, c2 = { key: 0 }, p2 = ["clip-path"], C2 = ["id"];
673
- function f2(e, t, a, u, d, i) {
674
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
672
+ }, vi = { key: 0 }, pi = ["clip-path"], Ci = ["id"];
673
+ function gi(e, t, o, u, d, s) {
674
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
675
675
  class: "ui-assets-icons-16",
676
676
  xmlns: "http://www.w3.org/2000/svg",
677
677
  width: "16",
678
678
  height: "16",
679
679
  fill: "none"
680
680
  }), [
681
- e.$attrs["svg-title"] ? (l(), o("title", c2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
682
- s("g", {
681
+ e.$attrs["svg-title"] ? (l(), n("title", vi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
682
+ i("g", {
683
683
  fill: "#001222",
684
684
  "clip-path": "url(#uia-ui-assets/icons-16-news__a" + e.uuid + ")"
685
685
  }, t[0] || (t[0] = [
686
- s("path", { d: "M12.75 12.75H7.25V6.25H12.75V12.75ZM8.75 11.25H11.25V7.75H8.75V11.25Z" }, null, -1),
687
- s("path", { d: "M10.75 4.75H7.25V3.25H10.75V4.75Z" }, null, -1),
688
- s("path", { d: "M13 0.25C14.5188 0.25 15.75 1.48122 15.75 3V13C15.75 14.5188 14.5188 15.75 13 15.75H3.25V15.7363C3.16759 15.7438 3.08435 15.75 3 15.75C1.48122 15.75 0.25 14.5188 0.25 13V8C0.25 6.48122 1.48122 5.25 3 5.25H4.25V3C4.25 1.48122 5.48122 0.25 7 0.25H13ZM3 6.75C2.30964 6.75 1.75 7.30964 1.75 8V13C1.75 13.6904 2.30964 14.25 3 14.25C3.69036 14.25 4.25 13.6904 4.25 13V6.75H3ZM7 1.75C6.30964 1.75 5.75 2.30964 5.75 3V13C5.75 13.4506 5.63935 13.8747 5.44727 14.25H13C13.6904 14.25 14.25 13.6904 14.25 13V3C14.25 2.30964 13.6904 1.75 13 1.75H7Z" }, null, -1)
689
- ]), 8, p2),
690
- s("defs", null, [
691
- s("clipPath", {
686
+ i("path", { d: "M12.75 12.75H7.25V6.25H12.75V12.75ZM8.75 11.25H11.25V7.75H8.75V11.25Z" }, null, -1),
687
+ i("path", { d: "M10.75 4.75H7.25V3.25H10.75V4.75Z" }, null, -1),
688
+ i("path", { d: "M13 0.25C14.5188 0.25 15.75 1.48122 15.75 3V13C15.75 14.5188 14.5188 15.75 13 15.75H3.25V15.7363C3.16759 15.7438 3.08435 15.75 3 15.75C1.48122 15.75 0.25 14.5188 0.25 13V8C0.25 6.48122 1.48122 5.25 3 5.25H4.25V3C4.25 1.48122 5.48122 0.25 7 0.25H13ZM3 6.75C2.30964 6.75 1.75 7.30964 1.75 8V13C1.75 13.6904 2.30964 14.25 3 14.25C3.69036 14.25 4.25 13.6904 4.25 13V6.75H3ZM7 1.75C6.30964 1.75 5.75 2.30964 5.75 3V13C5.75 13.4506 5.63935 13.8747 5.44727 14.25H13C13.6904 14.25 14.25 13.6904 14.25 13V3C14.25 2.30964 13.6904 1.75 13 1.75H7Z" }, null, -1)
689
+ ]), 8, pi),
690
+ i("defs", null, [
691
+ i("clipPath", {
692
692
  id: "uia-ui-assets/icons-16-news__a" + e.uuid
693
693
  }, t[1] || (t[1] = [
694
- s("rect", {
694
+ i("rect", {
695
695
  width: "16",
696
696
  height: "16",
697
697
  fill: "#fff",
698
698
  transform: "matrix(1 0 0 -1 0 16)"
699
699
  }, null, -1)
700
- ]), 8, C2)
700
+ ]), 8, Ci)
701
701
  ])
702
702
  ], 16);
703
703
  }
704
- const g2 = /* @__PURE__ */ w(v2, [["render", f2]]);
705
- let he = 0;
706
- const h2 = {
704
+ const fi = /* @__PURE__ */ w(ci, [["render", gi]]);
705
+ let h1 = 0;
706
+ const hi = {
707
707
  beforeCreate() {
708
- this.uuid = he.toString(), he += 1;
708
+ this.uuid = h1.toString(), h1 += 1;
709
709
  }
710
- }, w2 = { key: 0 };
711
- function $2(e, t, a, u, d, i) {
712
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
710
+ }, wi = { key: 0 };
711
+ function $i(e, t, o, u, d, s) {
712
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
713
713
  class: "ui-assets-icons-16",
714
714
  xmlns: "http://www.w3.org/2000/svg",
715
715
  width: "16",
716
716
  height: "16",
717
717
  fill: "none"
718
718
  }), [
719
- e.$attrs["svg-title"] ? (l(), o("title", w2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
720
- t[0] || (t[0] = s("path", {
719
+ e.$attrs["svg-title"] ? (l(), n("title", wi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
720
+ t[0] || (t[0] = i("path", {
721
721
  fill: "#001222",
722
722
  d: "M7.99047 0.25C6.85765 0.25 5.89704 0.935208 5.47759 1.9044C4.03119 2.68871 2.96599 4.13012 2.7463 5.87663L2.4163 8.50663L2.41589 8.51C2.32636 9.25062 1.98383 9.94416 1.45427 10.4656L1.23047 10.6859V13.75H5.35431C5.68227 14.9019 6.74559 15.75 8 15.75C9.25441 15.75 10.3177 14.9019 10.6457 13.75H14.7305V10.6893L14.5108 10.4697C14.0619 10.0208 13.7524 9.46107 13.6074 8.8473L13.2346 5.8764C13.0151 4.13169 11.9599 2.68854 10.5029 1.90326C10.0831 0.934672 9.12284 0.25 7.99047 0.25ZM13.2305 12.25H2.73047V11.2985C3.37295 10.5734 3.78718 9.66208 3.90483 8.69177L4.23463 6.06337C4.4008 4.74299 5.24843 3.65649 6.3979 3.11951L6.70638 2.97541L6.80095 2.64833C6.95173 2.12691 7.42704 1.75 7.99047 1.75C8.5539 1.75 9.02921 2.12691 9.17999 2.64833L9.27491 2.97662L9.58492 3.12039C10.7406 3.65634 11.5799 4.74095 11.7463 6.0636L11.9705 7.85H11.9451L12.0569 8.69805C12.1842 9.6635 12.5895 10.5649 13.2305 11.2958V12.25ZM7.00274 13.75H8.99726C8.76827 14.0529 8.40537 14.25 8 14.25C7.59463 14.25 7.23173 14.0529 7.00274 13.75Z"
723
723
  }, null, -1))
724
724
  ], 16);
725
725
  }
726
- const m2 = /* @__PURE__ */ w(h2, [["render", $2]]);
727
- let we = 0;
728
- const V2 = {
726
+ const mi = /* @__PURE__ */ w(hi, [["render", $i]]);
727
+ let w1 = 0;
728
+ const bi = {
729
729
  beforeCreate() {
730
- this.uuid = we.toString(), we += 1;
730
+ this.uuid = w1.toString(), w1 += 1;
731
731
  }
732
- }, b2 = { key: 0 }, L2 = ["clip-path"], _2 = ["id"];
733
- function H2(e, t, a, u, d, i) {
734
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
732
+ }, Vi = { key: 0 }, Li = ["clip-path"], _i = ["id"];
733
+ function Hi(e, t, o, u, d, s) {
734
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
735
735
  class: "ui-assets-icons-16",
736
736
  xmlns: "http://www.w3.org/2000/svg",
737
737
  width: "16",
738
738
  height: "16",
739
739
  fill: "none"
740
740
  }), [
741
- e.$attrs["svg-title"] ? (l(), o("title", b2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
742
- s("g", {
741
+ e.$attrs["svg-title"] ? (l(), n("title", Vi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
742
+ i("g", {
743
743
  "clip-path": "url(#uia-ui-assets/icons-16-prize__a" + e.uuid + ")"
744
744
  }, t[0] || (t[0] = [
745
- s("path", {
745
+ i("path", {
746
746
  fill: "#001222",
747
747
  d: "M12.75 3.25H15.75V6C15.75 7.51878 14.5188 8.75 13 8.75H12.75V9C12.75 10.5188 11.5188 11.75 10 11.75H8.75V14.25H12.75V15.75H3.25V14.25H7.25V11.75H6C4.48122 11.75 3.25 10.5188 3.25 9V8.75H3C1.48122 8.75 0.25 7.51878 0.25 6V3.25H3.25V0.25H12.75V3.25ZM4.75 9C4.75 9.69036 5.30964 10.25 6 10.25H10C10.6904 10.25 11.25 9.69036 11.25 9V1.75H4.75V9ZM1.75 6C1.75 6.69036 2.30964 7.25 3 7.25H3.25V4.75H1.75V6ZM12.75 7.25H13C13.6904 7.25 14.25 6.69036 14.25 6V4.75H12.75V7.25Z"
748
748
  }, null, -1)
749
- ]), 8, L2),
750
- s("defs", null, [
751
- s("clipPath", {
749
+ ]), 8, Li),
750
+ i("defs", null, [
751
+ i("clipPath", {
752
752
  id: "uia-ui-assets/icons-16-prize__a" + e.uuid
753
753
  }, t[1] || (t[1] = [
754
- s("rect", {
754
+ i("rect", {
755
755
  width: "16",
756
756
  height: "16",
757
757
  fill: "#fff"
758
758
  }, null, -1)
759
- ]), 8, _2)
759
+ ]), 8, _i)
760
760
  ])
761
761
  ], 16);
762
762
  }
763
- const M2 = /* @__PURE__ */ w(V2, [["render", H2]]);
764
- let $e = 0;
765
- const y2 = {
763
+ const Mi = /* @__PURE__ */ w(bi, [["render", Hi]]);
764
+ let $1 = 0;
765
+ const yi = {
766
766
  beforeCreate() {
767
- this.uuid = $e.toString(), $e += 1;
767
+ this.uuid = $1.toString(), $1 += 1;
768
768
  }
769
- }, Z2 = { key: 0 };
770
- function k2(e, t, a, u, d, i) {
771
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
769
+ }, Di = { key: 0 };
770
+ function Zi(e, t, o, u, d, s) {
771
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
772
772
  class: "ui-assets-icons-16",
773
773
  xmlns: "http://www.w3.org/2000/svg",
774
774
  width: "16",
775
775
  height: "16",
776
776
  fill: "none"
777
777
  }), [
778
- e.$attrs["svg-title"] ? (l(), o("title", Z2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
779
- t[0] || (t[0] = s("path", {
778
+ e.$attrs["svg-title"] ? (l(), n("title", Di, C(e.$attrs["svg-title"]), 1)) : p("", !0),
779
+ t[0] || (t[0] = i("path", {
780
780
  fill: "#001222",
781
781
  d: "M8 1.25C6.48579 1.25 5.25 2.48579 5.25 4H6.75C6.75 3.31421 7.31421 2.75 8 2.75C8.68579 2.75 9.25 3.31421 9.25 4C9.25 4.68579 8.68579 5.25 8 5.25H7.25V7.53638L2.68655 9.8181C1.79233 10.2592 1.25 11.1753 1.25 12.1499C1.25 13.5841 2.41579 14.7499 3.85 14.7499H12.15C13.5842 14.7499 14.75 13.5841 14.75 12.1499C14.75 11.1624 14.1872 10.2689 13.324 9.82338L8.75 7.53638V6.64569C9.90191 6.31773 10.75 5.25441 10.75 4C10.75 2.48579 9.51421 1.25 8 1.25ZM3.35114 11.1629L8 8.83843L12.6398 11.1583C13.0144 11.3534 13.25 11.7388 13.25 12.1499C13.25 12.7557 12.7558 13.2499 12.15 13.2499H3.85C3.24421 13.2499 2.75 12.7557 2.75 12.1499C2.75 11.7253 2.98674 11.3422 3.35114 11.1629Z"
782
782
  }, null, -1))
783
783
  ], 16);
784
784
  }
785
- const S2 = /* @__PURE__ */ w(y2, [["render", k2]]);
786
- let me = 0;
787
- const D2 = {
785
+ const Si = /* @__PURE__ */ w(yi, [["render", Zi]]);
786
+ let m1 = 0;
787
+ const Ti = {
788
788
  beforeCreate() {
789
- this.uuid = me.toString(), me += 1;
789
+ this.uuid = m1.toString(), m1 += 1;
790
790
  }
791
- }, R2 = { key: 0 };
792
- function T2(e, t, a, u, d, i) {
793
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
791
+ }, ki = { key: 0 };
792
+ function Ai(e, t, o, u, d, s) {
793
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
794
794
  class: "ui-assets-icons-16",
795
795
  xmlns: "http://www.w3.org/2000/svg",
796
796
  width: "16",
797
797
  height: "16",
798
798
  fill: "none"
799
799
  }), [
800
- e.$attrs["svg-title"] ? (l(), o("title", R2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
801
- t[0] || (t[0] = s("path", {
800
+ e.$attrs["svg-title"] ? (l(), n("title", ki, C(e.$attrs["svg-title"]), 1)) : p("", !0),
801
+ t[0] || (t[0] = i("path", {
802
802
  fill: "#001222",
803
803
  d: "M6.5 11.25C7.74421 11.25 8.75 12.2558 8.75 13.5C8.75 14.7442 7.74421 15.75 6.5 15.75C5.25579 15.75 4.25 14.7442 4.25 13.5C4.25 12.2558 5.25579 11.25 6.5 11.25ZM6.5 12.75C6.08421 12.75 5.75 13.0842 5.75 13.5C5.75 13.9158 6.08421 14.25 6.5 14.25C6.91579 14.25 7.25 13.9158 7.25 13.5C7.25 13.0842 6.91579 12.75 6.5 12.75Z"
804
804
  }, null, -1)),
805
- t[1] || (t[1] = s("path", {
805
+ t[1] || (t[1] = i("path", {
806
806
  fill: "#001222",
807
807
  d: "M12.5 11.25C13.7442 11.25 14.75 12.2558 14.75 13.5C14.75 14.7442 13.7442 15.75 12.5 15.75C11.2558 15.75 10.25 14.7442 10.25 13.5C10.25 12.2558 11.2558 11.25 12.5 11.25ZM12.5 12.75C12.0842 12.75 11.75 13.0842 11.75 13.5C11.75 13.9158 12.0842 14.25 12.5 14.25C12.9158 14.25 13.25 13.9158 13.25 13.5C13.25 13.0842 12.9158 12.75 12.5 12.75Z"
808
808
  }, null, -1)),
809
- t[2] || (t[2] = s("path", {
809
+ t[2] || (t[2] = i("path", {
810
810
  fill: "#001222",
811
811
  d: "M1.40039 0.25C2.6906 0.25018 3.80556 1.14319 4.08203 2.40723L4.26953 3.25H15.75V8C15.75 9.51421 14.5142 10.75 13 10.75H4.39844L2.61816 2.73242L2.61719 2.72949C2.49243 2.15562 1.98867 1.75018 1.40039 1.75H0.25V0.25H1.40039ZM5.60156 9.25H7.11426L6.36426 4.75H4.60254L5.60156 9.25ZM12.25 9.25H13C13.6858 9.25 14.25 8.68579 14.25 8V4.75H12.25V9.25ZM8.63574 9.25H10.75V4.75H7.88574L8.63574 9.25Z"
812
812
  }, null, -1))
813
813
  ], 16);
814
814
  }
815
- const A2 = /* @__PURE__ */ w(D2, [["render", T2]]);
816
- let Ve = 0;
817
- const I2 = {
815
+ const Ri = /* @__PURE__ */ w(Ti, [["render", Ai]]);
816
+ let b1 = 0;
817
+ const Ii = {
818
818
  beforeCreate() {
819
- this.uuid = Ve.toString(), Ve += 1;
819
+ this.uuid = b1.toString(), b1 += 1;
820
820
  }
821
- }, P2 = { key: 0 }, O2 = ["clip-path"], E2 = ["id"];
822
- function U2(e, t, a, u, d, i) {
823
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
821
+ }, Oi = { key: 0 }, Ei = ["clip-path"], Pi = ["id"];
822
+ function zi(e, t, o, u, d, s) {
823
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
824
824
  class: "ui-assets-icons-16",
825
825
  xmlns: "http://www.w3.org/2000/svg",
826
826
  width: "16",
827
827
  height: "16",
828
828
  fill: "none"
829
829
  }), [
830
- e.$attrs["svg-title"] ? (l(), o("title", P2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
831
- s("g", {
830
+ e.$attrs["svg-title"] ? (l(), n("title", Oi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
831
+ i("g", {
832
832
  fill: "#001222",
833
833
  "clip-path": "url(#uia-ui-assets/icons-16-sleep__a" + e.uuid + ")"
834
834
  }, t[0] || (t[0] = [
835
- s("path", { d: "M13.81 3.25L15.75 1.31V0.25H11.25V1.75H13.19L11.25 3.69V4.75H15.75V3.25H13.81Z" }, null, -1),
836
- s("path", { d: "M9.86 9.25H11.69C11.73 9.5 11.75 9.74 11.75 10C11.75 11.14 11.42 12.25 10.78 13.2C10.15 14.14 9.25 14.88 8.2 15.31C7.5 15.6 6.75 15.75 6 15.75C5.63 15.75 5.25 15.71 4.88 15.64C3.76 15.42 2.74 14.87 1.93 14.07C1.13 13.26 0.58 12.24 0.36 11.12C0.14 10 0.25 8.85 0.69 7.8C1.12 6.74 1.86 5.85 2.81 5.22C3.75 4.58 4.86 4.25 6 4.25C6.25 4.25 6.5 4.27 6.75 4.31V6.14C6.61 6.22 6.49 6.33 6.37 6.45C6.1 6.73 5.91 7.08 5.81 7.45C5.72 7.83 5.72 8.23 5.82 8.6C5.93 8.98 6.13 9.32 6.4 9.6C6.68 9.87 7.02 10.07 7.4 10.17C7.77 10.28 8.17 10.28 8.55 10.19C8.92 10.09 9.27 9.9 9.55 9.63C9.67 9.51 9.78 9.39 9.86 9.25ZM7.63 13.93C8.41 13.6 9.07 13.06 9.53 12.36C9.79 11.97 9.99 11.55 10.1 11.11C9.74 11.35 9.34 11.53 8.92 11.64C8.29 11.8 7.63 11.79 7 11.62C6.37 11.45 5.8 11.12 5.34 10.66C4.88 10.2 4.55 9.63 4.38 9C4.21 8.38 4.2 7.71 4.36 7.08C4.47 6.66 4.65 6.26 4.89 5.9C4.45 6.02 4.03 6.21 3.64 6.47C2.94 6.93 2.4 7.59 2.07 8.37C1.75 9.15 1.67 10 1.83 10.83C2 11.66 2.4 12.41 2.99 13C3.59 13.6 4.34 14 5.17 14.17C6 14.33 6.85 14.25 7.63 13.93Z" }, null, -1)
837
- ]), 8, O2),
838
- s("defs", null, [
839
- s("clipPath", {
835
+ i("path", { d: "M13.81 3.25L15.75 1.31V0.25H11.25V1.75H13.19L11.25 3.69V4.75H15.75V3.25H13.81Z" }, null, -1),
836
+ i("path", { d: "M9.86 9.25H11.69C11.73 9.5 11.75 9.74 11.75 10C11.75 11.14 11.42 12.25 10.78 13.2C10.15 14.14 9.25 14.88 8.2 15.31C7.5 15.6 6.75 15.75 6 15.75C5.63 15.75 5.25 15.71 4.88 15.64C3.76 15.42 2.74 14.87 1.93 14.07C1.13 13.26 0.58 12.24 0.36 11.12C0.14 10 0.25 8.85 0.69 7.8C1.12 6.74 1.86 5.85 2.81 5.22C3.75 4.58 4.86 4.25 6 4.25C6.25 4.25 6.5 4.27 6.75 4.31V6.14C6.61 6.22 6.49 6.33 6.37 6.45C6.1 6.73 5.91 7.08 5.81 7.45C5.72 7.83 5.72 8.23 5.82 8.6C5.93 8.98 6.13 9.32 6.4 9.6C6.68 9.87 7.02 10.07 7.4 10.17C7.77 10.28 8.17 10.28 8.55 10.19C8.92 10.09 9.27 9.9 9.55 9.63C9.67 9.51 9.78 9.39 9.86 9.25ZM7.63 13.93C8.41 13.6 9.07 13.06 9.53 12.36C9.79 11.97 9.99 11.55 10.1 11.11C9.74 11.35 9.34 11.53 8.92 11.64C8.29 11.8 7.63 11.79 7 11.62C6.37 11.45 5.8 11.12 5.34 10.66C4.88 10.2 4.55 9.63 4.38 9C4.21 8.38 4.2 7.71 4.36 7.08C4.47 6.66 4.65 6.26 4.89 5.9C4.45 6.02 4.03 6.21 3.64 6.47C2.94 6.93 2.4 7.59 2.07 8.37C1.75 9.15 1.67 10 1.83 10.83C2 11.66 2.4 12.41 2.99 13C3.59 13.6 4.34 14 5.17 14.17C6 14.33 6.85 14.25 7.63 13.93Z" }, null, -1)
837
+ ]), 8, Ei),
838
+ i("defs", null, [
839
+ i("clipPath", {
840
840
  id: "uia-ui-assets/icons-16-sleep__a" + e.uuid
841
841
  }, t[1] || (t[1] = [
842
- s("rect", {
842
+ i("rect", {
843
843
  width: "16",
844
844
  height: "16",
845
845
  fill: "#fff"
846
846
  }, null, -1)
847
- ]), 8, E2)
847
+ ]), 8, Pi)
848
848
  ])
849
849
  ], 16);
850
850
  }
851
- const N2 = /* @__PURE__ */ w(I2, [["render", U2]]);
852
- let be = 0;
853
- const z2 = {
851
+ const Ui = /* @__PURE__ */ w(Ii, [["render", zi]]);
852
+ let V1 = 0;
853
+ const Ni = {
854
854
  beforeCreate() {
855
- this.uuid = be.toString(), be += 1;
855
+ this.uuid = V1.toString(), V1 += 1;
856
856
  }
857
- }, F2 = { key: 0 };
858
- function K2(e, t, a, u, d, i) {
859
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
857
+ }, Fi = { key: 0 };
858
+ function Ki(e, t, o, u, d, s) {
859
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
860
860
  class: "ui-assets-icons-16",
861
861
  xmlns: "http://www.w3.org/2000/svg",
862
862
  width: "16",
863
863
  height: "16",
864
864
  fill: "none"
865
865
  }), [
866
- e.$attrs["svg-title"] ? (l(), o("title", F2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
867
- t[0] || (t[0] = s("path", {
866
+ e.$attrs["svg-title"] ? (l(), n("title", Fi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
867
+ t[0] || (t[0] = i("path", {
868
868
  fill: "#001222",
869
869
  d: "M6.99851 0.329277C7.60965 0.0237045 8.32485 0.0237045 8.936 0.329277L8.94763 0.335092L13.4899 2.80661C14.9132 3.5683 15.0156 5.45081 13.8121 6.36022C14.9426 7.15404 14.8998 8.80801 13.8648 9.65083C15.0545 10.501 14.8976 12.4276 13.573 13.1845L13.5662 13.1883L9.01459 15.665L9.00296 15.6708C8.39181 15.9763 7.67662 15.9763 7.06547 15.6708L7.05384 15.665L2.50223 13.1883L2.49544 13.1845C1.20854 12.4491 1.03328 10.6248 2.18975 9.74196C1.0278 8.92492 0.947607 7.14873 2.15756 6.33584C0.997812 5.42474 1.08812 3.5815 2.42848 2.81558L2.43527 2.81171L6.98688 0.335092L6.99851 0.329277ZM7.67888 1.66624L3.16715 4.12114C2.74814 4.36572 2.74509 4.95731 3.15799 5.20694L4.08079 5.66834L7.16483 7.34445L7.74797 7.66845C7.92526 7.75282 8.12695 7.75503 8.30552 7.67508L8.82242 7.35202L11.9204 5.66834L12.8431 5.20696C13.2441 4.96435 13.2605 4.38426 12.781 4.12853L12.7754 4.12558L8.25563 1.66624C8.07219 1.57805 7.86232 1.57805 7.67888 1.66624ZM7.73281 11.0237C7.90254 11.0878 8.08961 11.0801 8.25519 11.0006L11.9197 9.00179L12.8433 8.53998C13.2912 8.2708 13.2066 7.70823 12.865 7.53744L12.2815 7.2457L9.56162 8.72393L8.95041 9.06348L8.93584 9.07077C8.32469 9.37634 7.60949 9.37634 6.99835 9.07077L6.98377 9.06348L6.37257 8.72393L3.65264 7.2457L3.06917 7.53744C2.72758 7.70823 2.64303 8.2708 3.09087 8.53998L3.80065 8.89487L3.81599 8.88721L7.73281 11.0237ZM3.77974 10.5824L3.20296 10.8708C2.85902 11.0427 2.77566 11.6119 3.234 11.8788L7.74583 14.3338C7.92928 14.422 8.13915 14.422 8.3226 14.3338L12.8343 11.8789C13.049 11.7537 13.1599 11.5393 13.168 11.3144C13.1763 11.0868 13.0815 10.9295 12.9709 10.8568L12.416 10.5794L9.0816 12.3981L9.06963 12.4041C8.45848 12.7097 7.74328 12.7097 7.13214 12.4041L7.12016 12.3981L7.07964 12.376C7.05236 12.3637 7.02525 12.3509 6.99835 12.3374L6.98637 12.3315L3.77974 10.5824Z"
870
870
  }, null, -1))
871
871
  ], 16);
872
872
  }
873
- const B2 = /* @__PURE__ */ w(z2, [["render", K2]]);
874
- let Le = 0;
875
- const G2 = {
873
+ const Gi = /* @__PURE__ */ w(Ni, [["render", Ki]]);
874
+ let L1 = 0;
875
+ const Bi = {
876
876
  beforeCreate() {
877
- this.uuid = Le.toString(), Le += 1;
877
+ this.uuid = L1.toString(), L1 += 1;
878
878
  }
879
- }, Y2 = { key: 0 }, j2 = ["clip-path"], q2 = ["id"];
880
- function J2(e, t, a, u, d, i) {
881
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
879
+ }, qi = { key: 0 }, Yi = ["clip-path"], ji = ["id"];
880
+ function Ji(e, t, o, u, d, s) {
881
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
882
882
  class: "ui-assets-icons-16",
883
883
  xmlns: "http://www.w3.org/2000/svg",
884
884
  width: "16",
885
885
  height: "16",
886
886
  fill: "none"
887
887
  }), [
888
- e.$attrs["svg-title"] ? (l(), o("title", Y2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
889
- s("g", {
888
+ e.$attrs["svg-title"] ? (l(), n("title", qi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
889
+ i("g", {
890
890
  "clip-path": "url(#uia-ui-assets/icons-16-star__a" + e.uuid + ")"
891
891
  }, t[0] || (t[0] = [
892
- s("path", {
892
+ i("path", {
893
893
  fill: "#001222",
894
894
  d: "M7.99981 0.322998L10.4998 5.32304L15.4723 6.15178L11.8252 10.2041L13.1419 15.4004L8.00327 12.8397L2.97162 15.399L4.18057 10.2109L0.527344 6.15178L5.49979 5.32304L7.99981 0.322998ZM7.99981 3.6771L6.49983 6.67706L3.47227 7.18165L5.81904 9.78917L5.16379 12.6011L7.99635 11.1604L10.8848 12.5997L10.1744 9.79603L12.5273 7.18165L9.49979 6.67706L7.99981 3.6771Z"
895
895
  }, null, -1)
896
- ]), 8, j2),
897
- s("defs", null, [
898
- s("clipPath", {
896
+ ]), 8, Yi),
897
+ i("defs", null, [
898
+ i("clipPath", {
899
899
  id: "uia-ui-assets/icons-16-star__a" + e.uuid
900
900
  }, t[1] || (t[1] = [
901
- s("rect", {
901
+ i("rect", {
902
902
  width: "16",
903
903
  height: "16",
904
904
  fill: "#fff"
905
905
  }, null, -1)
906
- ]), 8, q2)
906
+ ]), 8, ji)
907
907
  ])
908
908
  ], 16);
909
909
  }
910
- const Q2 = /* @__PURE__ */ w(G2, [["render", J2]]);
911
- let _e = 0;
912
- const X2 = {
910
+ const Xi = /* @__PURE__ */ w(Bi, [["render", Ji]]);
911
+ let _1 = 0;
912
+ const Qi = {
913
913
  beforeCreate() {
914
- this.uuid = _e.toString(), _e += 1;
914
+ this.uuid = _1.toString(), _1 += 1;
915
915
  }
916
- }, W2 = { key: 0 }, x2 = ["clip-path"], e0 = ["id"];
917
- function t0(e, t, a, u, d, i) {
918
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
916
+ }, Wi = { key: 0 }, xi = ["clip-path"], e2 = ["id"];
917
+ function t2(e, t, o, u, d, s) {
918
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
919
919
  class: "ui-assets-icons-16",
920
920
  xmlns: "http://www.w3.org/2000/svg",
921
921
  width: "16",
922
922
  height: "16",
923
923
  fill: "none"
924
924
  }), [
925
- e.$attrs["svg-title"] ? (l(), o("title", W2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
926
- s("g", {
925
+ e.$attrs["svg-title"] ? (l(), n("title", Wi, C(e.$attrs["svg-title"]), 1)) : p("", !0),
926
+ i("g", {
927
927
  "clip-path": "url(#uia-ui-assets/icons-16-support__a" + e.uuid + ")"
928
928
  }, t[0] || (t[0] = [
929
- s("path", {
929
+ i("path", {
930
930
  fill: "#001222",
931
931
  d: "M1.98926 3.04992L2.0153 3.07596C0.878906 4.45704 0.25 6.1961 0.25 8C0.25 9.80388 0.878891 11.5429 2.01525 12.924L1.98926 12.95L3.04992 14.0106L3.0759 13.9847C4.45699 15.1211 6.19607 15.75 8 15.75C9.80396 15.75 11.5431 15.1211 12.9242 13.9846L12.9502 14.0106L14.0109 12.95L13.9848 12.9239C15.1211 11.5429 15.75 9.80384 15.75 8C15.75 6.19613 15.1211 4.45711 13.9848 3.07604L14.0109 3.04992L12.9502 1.98926L12.9241 2.01536C11.543 0.878931 9.80394 0.25 8 0.25C6.1961 0.25 4.45704 0.878906 3.07596 2.0153L3.04992 1.98926L1.98926 3.04992ZM12.9179 11.857L11.0911 10.0302C11.423 9.52647 11.6301 8.94655 11.6895 8.33877C11.7716 7.49946 11.5672 6.65772 11.1107 5.95016L12.9179 4.14291C13.7765 5.23764 14.25 6.59441 14.25 8C14.25 9.40557 13.7765 10.7623 12.9179 11.857ZM10.031 11.0914L11.8573 12.9177C10.7625 13.7765 9.40568 14.25 8 14.25C6.59435 14.25 5.23753 13.7765 4.14278 12.9178L5.94737 11.1132C6.5494 11.5017 7.25334 11.7105 7.97579 11.7099C8.71206 11.7093 9.42572 11.4912 10.031 11.0914ZM1.75 8C1.75 6.59437 2.2235 5.23757 3.08217 4.14283L4.85612 5.91678C4.7921 6.01372 4.73242 6.11393 4.67735 6.21715C4.27061 6.97954 4.14082 7.85938 4.31009 8.70673C4.40771 9.19546 4.60134 9.65594 4.876 10.0632L3.08213 11.8571C2.22348 10.7624 1.75 9.4056 1.75 8ZM6.63778 6.18271C6.78433 6.07359 6.94467 5.98212 7.11574 5.91111C7.59328 5.71288 8.12479 5.68638 8.61968 5.83612C9.11457 5.98585 9.54224 6.30256 9.82979 6.73228C10.1173 7.16199 10.247 7.67812 10.1967 8.19272C10.1463 8.70731 9.91909 9.18853 9.55371 9.55437C9.13501 9.97359 8.56697 10.2094 7.97447 10.2099C7.45742 10.2104 6.9562 10.0315 6.55624 9.70383C6.15628 9.37616 5.88231 8.91993 5.78102 8.4129C5.67974 7.90587 5.7574 7.3794 6.00078 6.92321C6.05366 6.82409 6.11366 6.72962 6.18007 6.64042L6.63778 6.18271ZM4.14283 3.08217C5.23757 2.2235 6.59438 1.75 8 1.75C9.40566 1.75 10.7625 2.22352 11.8573 3.08224L10.0608 4.87873C9.75322 4.67132 9.41431 4.50939 9.05408 4.40039C8.227 4.15015 7.33875 4.19445 6.54067 4.52572C6.3216 4.61666 6.11304 4.72767 5.91732 4.85666L4.14283 3.08217Z"
932
932
  }, null, -1)
933
- ]), 8, x2),
934
- s("defs", null, [
935
- s("clipPath", {
933
+ ]), 8, xi),
934
+ i("defs", null, [
935
+ i("clipPath", {
936
936
  id: "uia-ui-assets/icons-16-support__a" + e.uuid
937
937
  }, t[1] || (t[1] = [
938
- s("rect", {
938
+ i("rect", {
939
939
  width: "16",
940
940
  height: "16",
941
941
  fill: "#fff"
942
942
  }, null, -1)
943
- ]), 8, e0)
943
+ ]), 8, e2)
944
944
  ])
945
945
  ], 16);
946
946
  }
947
- const s0 = /* @__PURE__ */ w(X2, [["render", t0]]);
948
- let He = 0;
949
- const i0 = {
947
+ const i2 = /* @__PURE__ */ w(Qi, [["render", t2]]);
948
+ let H1 = 0;
949
+ const s2 = {
950
950
  beforeCreate() {
951
- this.uuid = He.toString(), He += 1;
951
+ this.uuid = H1.toString(), H1 += 1;
952
952
  }
953
- }, l0 = { key: 0 };
954
- function n0(e, t, a, u, d, i) {
955
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
953
+ }, l2 = { key: 0 };
954
+ function a2(e, t, o, u, d, s) {
955
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
956
956
  class: "ui-assets-icons-16",
957
957
  xmlns: "http://www.w3.org/2000/svg",
958
958
  width: "16",
959
959
  height: "16",
960
960
  fill: "none"
961
961
  }), [
962
- e.$attrs["svg-title"] ? (l(), o("title", l0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
963
- t[0] || (t[0] = s("path", {
962
+ e.$attrs["svg-title"] ? (l(), n("title", l2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
963
+ t[0] || (t[0] = i("path", {
964
964
  fill: "#001222",
965
965
  d: "M2.25 0.25H4.31066L5.70908 1.64842C6.42437 1.39051 7.19811 1.25 8 1.25C11.7242 1.25 14.75 4.27579 14.75 8C14.75 11.7242 11.7242 14.75 8 14.75C4.27579 14.75 1.25 11.7242 1.25 8C1.25 7.19811 1.39051 6.42437 1.64842 5.70908L0.25 4.31066V2.25H2.25V0.25ZM6.75 4.46261C7.14081 4.32489 7.5615 4.25 8 4.25C10.0742 4.25 11.75 5.92579 11.75 8C11.75 10.0742 10.0742 11.75 8 11.75C5.92579 11.75 4.25 10.0742 4.25 8C4.25 7.5615 4.32489 7.14081 4.46261 6.75H2.89933C2.8019 7.15004 2.75 7.56922 2.75 8C2.75 10.8958 5.10421 13.25 8 13.25C10.8958 13.25 13.25 10.8958 13.25 8C13.25 5.10421 10.8958 2.75 8 2.75C7.56922 2.75 7.15004 2.8019 6.75 2.89933V4.46261ZM5.96848 7.02914C5.82837 7.32282 5.75 7.65198 5.75 8C5.75 9.24579 6.75421 10.25 8 10.25C9.24579 10.25 10.25 9.24579 10.25 8C10.25 6.75421 9.24579 5.75 8 5.75C7.65198 5.75 7.32282 5.82837 7.02914 5.96848L9.06077 8.00011L8.00011 9.06077L5.96848 7.02914ZM3.75 1.81066V3.75H1.81066L3.31066 5.25H5.25V3.31066L3.75 1.81066Z"
966
966
  }, null, -1))
967
967
  ], 16);
968
968
  }
969
- const o0 = /* @__PURE__ */ w(i0, [["render", n0]]);
970
- let Me = 0;
971
- const a0 = {
969
+ const n2 = /* @__PURE__ */ w(s2, [["render", a2]]);
970
+ let M1 = 0;
971
+ const o2 = {
972
972
  beforeCreate() {
973
- this.uuid = Me.toString(), Me += 1;
973
+ this.uuid = M1.toString(), M1 += 1;
974
974
  }
975
- }, r0 = { key: 0 };
976
- function u0(e, t, a, u, d, i) {
977
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
975
+ }, r2 = { key: 0 };
976
+ function u2(e, t, o, u, d, s) {
977
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
978
978
  class: "ui-assets-icons-16",
979
979
  xmlns: "http://www.w3.org/2000/svg",
980
980
  width: "16",
981
981
  height: "16",
982
982
  fill: "none"
983
983
  }), [
984
- e.$attrs["svg-title"] ? (l(), o("title", r0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
985
- t[0] || (t[0] = s("path", {
984
+ e.$attrs["svg-title"] ? (l(), n("title", r2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
985
+ t[0] || (t[0] = i("path", {
986
986
  fill: "#001222",
987
987
  d: "M10.6797 1.25C11.783 1.25 12.7697 1.91156 13.207 2.90918L13.209 2.91406L14.3037 5.45996H14.3164L14.5107 5.91699C15.2793 7.72864 13.9505 9.74968 11.9805 9.75H10.1162L10.6045 10.9795L10.6055 10.9785C11.3359 12.7839 9.99885 14.75 8.05957 14.75H6.50293L6.31348 14.2793L4.81543 10.543C4.61821 10.0598 4.15918 9.75016 3.65039 9.75H1.25V1.25H10.6797ZM5.75 2.75V9.22754C5.93669 9.44832 6.09122 9.6999 6.2041 9.97656L6.20605 9.98047L7.51758 13.25H8.05957C8.94029 13.25 9.5444 12.3556 9.21484 11.541L9.21289 11.5371L7.9043 8.25H11.9805C12.8253 8.24969 13.4164 7.42163 13.1729 6.62891L13.1211 6.50586L11.833 3.51074C11.6302 3.04856 11.1763 2.75 10.6797 2.75H5.75ZM2.75 2.75V8.25H3.65039C3.85546 8.25003 4.05618 8.27304 4.25 8.31641V2.75H2.75Z"
988
988
  }, null, -1))
989
989
  ], 16);
990
990
  }
991
- const d0 = /* @__PURE__ */ w(a0, [["render", u0]]);
992
- let ye = 0;
993
- const v0 = {
991
+ const d2 = /* @__PURE__ */ w(o2, [["render", u2]]);
992
+ let y1 = 0;
993
+ const c2 = {
994
994
  beforeCreate() {
995
- this.uuid = ye.toString(), ye += 1;
995
+ this.uuid = y1.toString(), y1 += 1;
996
996
  }
997
- }, c0 = { key: 0 };
998
- function p0(e, t, a, u, d, i) {
999
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
997
+ }, v2 = { key: 0 };
998
+ function p2(e, t, o, u, d, s) {
999
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1000
1000
  class: "ui-assets-icons-16",
1001
1001
  xmlns: "http://www.w3.org/2000/svg",
1002
1002
  width: "16",
1003
1003
  height: "16",
1004
1004
  fill: "none"
1005
1005
  }), [
1006
- e.$attrs["svg-title"] ? (l(), o("title", c0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1007
- t[0] || (t[0] = s("path", {
1006
+ e.$attrs["svg-title"] ? (l(), n("title", v2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1007
+ t[0] || (t[0] = i("path", {
1008
1008
  fill: "#001222",
1009
1009
  d: "M8.05957 1.25C9.99885 1.25 11.3359 3.21606 10.6055 5.02148L10.6045 5.02051L10.1162 6.25H11.9805C13.9505 6.25032 15.2793 8.27136 14.5107 10.083L14.3164 10.54H14.3037L13.209 13.0859L13.207 13.0908C12.7697 14.0884 11.783 14.75 10.6797 14.75H1.25V6.25H3.65039C4.15918 6.24984 4.61821 5.94021 4.81543 5.45703L6.31348 1.7207L6.50293 1.25H8.05957ZM6.20605 6.01953L6.2041 6.02344C6.09132 6.29986 5.93648 6.55084 5.75 6.77148V13.25H10.6797C11.1763 13.25 11.6302 12.9514 11.833 12.4893L13.1211 9.49414L13.1729 9.37109C13.4164 8.57837 12.8253 7.75031 11.9805 7.75H7.9043L9.21289 4.46289L9.21484 4.45898C9.5444 3.64441 8.94029 2.75 8.05957 2.75H7.51758L6.20605 6.01953ZM4.25 7.68262C4.05611 7.72602 3.85554 7.74997 3.65039 7.75H2.75V13.25H4.25V7.68262Z"
1010
1010
  }, null, -1))
1011
1011
  ], 16);
1012
1012
  }
1013
- const C0 = /* @__PURE__ */ w(v0, [["render", p0]]);
1014
- let Ze = 0;
1015
- const f0 = {
1013
+ const C2 = /* @__PURE__ */ w(c2, [["render", p2]]);
1014
+ let D1 = 0;
1015
+ const g2 = {
1016
1016
  beforeCreate() {
1017
- this.uuid = Ze.toString(), Ze += 1;
1017
+ this.uuid = D1.toString(), D1 += 1;
1018
1018
  }
1019
- }, g0 = { key: 0 };
1020
- function h0(e, t, a, u, d, i) {
1021
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
1019
+ }, f2 = { key: 0 };
1020
+ function h2(e, t, o, u, d, s) {
1021
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1022
1022
  class: "ui-assets-icons-16",
1023
1023
  xmlns: "http://www.w3.org/2000/svg",
1024
1024
  width: "16",
1025
1025
  height: "16",
1026
1026
  fill: "none"
1027
1027
  }), [
1028
- e.$attrs["svg-title"] ? (l(), o("title", g0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1029
- t[0] || (t[0] = s("path", {
1028
+ e.$attrs["svg-title"] ? (l(), n("title", f2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1029
+ t[0] || (t[0] = i("path", {
1030
1030
  fill: "#001222",
1031
1031
  d: "M10.75 4.25H12C13.5188 4.25 14.75 5.48122 14.75 7V12C14.75 13.5188 13.5188 14.75 12 14.75H4C2.48122 14.75 1.25 13.5188 1.25 12V7C1.25 5.48122 2.48122 4.25 4 4.25H5.25V1.25H10.75V4.25ZM11.75 13.25H12C12.6904 13.25 13.25 12.6904 13.25 12V7C13.25 6.30964 12.6904 5.75 12 5.75H11.75V13.25ZM5.75 13.25H10.25V5.75H5.75V13.25ZM4 5.75C3.30964 5.75 2.75 6.30964 2.75 7V12C2.75 12.6904 3.30964 13.25 4 13.25H4.25V5.75H4ZM6.75 4.25H9.25V2.75H6.75V4.25Z"
1032
1032
  }, null, -1))
1033
1033
  ], 16);
1034
1034
  }
1035
- const w0 = /* @__PURE__ */ w(f0, [["render", h0]]);
1036
- let ke = 0;
1037
- const $0 = {
1035
+ const w2 = /* @__PURE__ */ w(g2, [["render", h2]]);
1036
+ let Z1 = 0;
1037
+ const $2 = {
1038
1038
  beforeCreate() {
1039
- this.uuid = ke.toString(), ke += 1;
1039
+ this.uuid = Z1.toString(), Z1 += 1;
1040
1040
  }
1041
- }, m0 = { key: 0 }, V0 = ["clip-path"], b0 = ["id"];
1042
- function L0(e, t, a, u, d, i) {
1043
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
1041
+ }, m2 = { key: 0 }, b2 = ["clip-path"], V2 = ["id"];
1042
+ function L2(e, t, o, u, d, s) {
1043
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1044
1044
  class: "ui-assets-icons-16",
1045
1045
  xmlns: "http://www.w3.org/2000/svg",
1046
1046
  width: "16",
1047
1047
  height: "16",
1048
1048
  fill: "none"
1049
1049
  }), [
1050
- e.$attrs["svg-title"] ? (l(), o("title", m0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1051
- s("g", {
1050
+ e.$attrs["svg-title"] ? (l(), n("title", m2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1051
+ i("g", {
1052
1052
  fill: "#001222",
1053
1053
  "clip-path": "url(#uia-ui-assets/icons-16-warning_diamond__a" + e.uuid + ")"
1054
1054
  }, t[0] || (t[0] = [
1055
- s("path", { d: "M8.00024 10.0005C8.55236 10.0007 9.00024 10.4483 9.00024 11.0005C8.99998 11.5524 8.5522 12.0003 8.00024 12.0005C7.44811 12.0005 7.00049 11.5525 7.00024 11.0005C7.00024 10.4482 7.44795 10.0005 8.00024 10.0005Z" }, null, -1),
1056
- s("path", { d: "M8.75024 8.42039H7.25024V4.25046H8.75024V8.42039Z" }, null, -1),
1057
- s("path", { d: "M6.05492 0.883276C7.12886 -0.190666 8.87063 -0.190666 9.94457 0.883276L15.1135 6.05222C16.1869 7.12613 16.1871 8.86708 15.1135 9.94089L9.94457 15.1098C8.87062 16.1837 7.12883 16.1838 6.05492 15.1098L0.886954 9.94089C-0.186957 8.86698 -0.186898 7.12617 0.886954 6.05222L6.05492 0.883276ZM8.88402 1.94382C8.39594 1.45574 7.60462 1.45588 7.11645 1.94382L1.9475 7.11277C1.45944 7.60093 1.45938 8.39222 1.9475 8.88035L7.11645 14.0493C7.60461 14.537 8.39601 14.5372 8.88402 14.0493L14.052 8.88035C14.5401 8.39219 14.5401 7.60092 14.052 7.11277L8.88402 1.94382Z" }, null, -1)
1058
- ]), 8, V0),
1059
- s("defs", null, [
1060
- s("clipPath", {
1055
+ i("path", { d: "M8.00024 10.0005C8.55236 10.0007 9.00024 10.4483 9.00024 11.0005C8.99998 11.5524 8.5522 12.0003 8.00024 12.0005C7.44811 12.0005 7.00049 11.5525 7.00024 11.0005C7.00024 10.4482 7.44795 10.0005 8.00024 10.0005Z" }, null, -1),
1056
+ i("path", { d: "M8.75024 8.42039H7.25024V4.25046H8.75024V8.42039Z" }, null, -1),
1057
+ i("path", { d: "M6.05492 0.883276C7.12886 -0.190666 8.87063 -0.190666 9.94457 0.883276L15.1135 6.05222C16.1869 7.12613 16.1871 8.86708 15.1135 9.94089L9.94457 15.1098C8.87062 16.1837 7.12883 16.1838 6.05492 15.1098L0.886954 9.94089C-0.186957 8.86698 -0.186898 7.12617 0.886954 6.05222L6.05492 0.883276ZM8.88402 1.94382C8.39594 1.45574 7.60462 1.45588 7.11645 1.94382L1.9475 7.11277C1.45944 7.60093 1.45938 8.39222 1.9475 8.88035L7.11645 14.0493C7.60461 14.537 8.39601 14.5372 8.88402 14.0493L14.052 8.88035C14.5401 8.39219 14.5401 7.60092 14.052 7.11277L8.88402 1.94382Z" }, null, -1)
1058
+ ]), 8, b2),
1059
+ i("defs", null, [
1060
+ i("clipPath", {
1061
1061
  id: "uia-ui-assets/icons-16-warning_diamond__a" + e.uuid
1062
1062
  }, t[1] || (t[1] = [
1063
- s("rect", {
1063
+ i("rect", {
1064
1064
  width: "16",
1065
1065
  height: "16",
1066
1066
  fill: "#fff"
1067
1067
  }, null, -1)
1068
- ]), 8, b0)
1068
+ ]), 8, V2)
1069
1069
  ])
1070
1070
  ], 16);
1071
1071
  }
1072
- const _0 = /* @__PURE__ */ w($0, [["render", L0]]);
1073
- let Se = 0;
1074
- const H0 = {
1072
+ const _2 = /* @__PURE__ */ w($2, [["render", L2]]);
1073
+ let S1 = 0;
1074
+ const H2 = {
1075
1075
  beforeCreate() {
1076
- this.uuid = Se.toString(), Se += 1;
1076
+ this.uuid = S1.toString(), S1 += 1;
1077
1077
  }
1078
- }, M0 = { key: 0 }, y0 = ["clip-path"], Z0 = ["id"];
1079
- function k0(e, t, a, u, d, i) {
1080
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
1078
+ }, M2 = { key: 0 }, y2 = ["clip-path"], D2 = ["id"];
1079
+ function Z2(e, t, o, u, d, s) {
1080
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1081
1081
  class: "ui-assets-icons-16",
1082
1082
  xmlns: "http://www.w3.org/2000/svg",
1083
1083
  width: "16",
1084
1084
  height: "16",
1085
1085
  fill: "none"
1086
1086
  }), [
1087
- e.$attrs["svg-title"] ? (l(), o("title", M0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1088
- s("g", {
1087
+ e.$attrs["svg-title"] ? (l(), n("title", M2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1088
+ i("g", {
1089
1089
  fill: "#001222",
1090
1090
  "clip-path": "url(#uia-ui-assets/icons-16-world__a" + e.uuid + ")"
1091
1091
  }, t[0] || (t[0] = [
1092
- Ae('<path d="M12.9004 7.3501C13.3146 7.3501 13.6504 7.01431 13.6504 6.6001C13.6504 6.18588 13.3146 5.8501 12.9004 5.8501C12.4862 5.8501 12.1504 6.18588 12.1504 6.6001C12.1504 7.01431 12.4862 7.3501 12.9004 7.3501Z"></path><path d="M13.6504 8.69995C13.6504 9.11416 13.3146 9.44995 12.9004 9.44995C12.4862 9.44995 12.1504 9.11416 12.1504 8.69995C12.1504 8.28574 12.4862 7.94995 12.9004 7.94995C13.3146 7.94995 13.6504 8.28574 13.6504 8.69995Z"></path><path d="M10.7998 5.94995C11.214 5.94995 11.5498 5.61416 11.5498 5.19995C11.5498 4.78574 11.214 4.44995 10.7998 4.44995C10.3856 4.44995 10.0498 4.78574 10.0498 5.19995C10.0498 5.61416 10.3856 5.94995 10.7998 5.94995Z"></path><path d="M11.5498 7.30005C11.5498 7.71426 11.214 8.05005 10.7998 8.05005C10.3856 8.05005 10.0498 7.71426 10.0498 7.30005C10.0498 6.88584 10.3856 6.55005 10.7998 6.55005C11.214 6.55005 11.5498 6.88584 11.5498 7.30005Z"></path><path d="M10.7998 10.1499C11.214 10.1499 11.5498 9.81412 11.5498 9.3999C11.5498 8.98569 11.214 8.6499 10.7998 8.6499C10.3856 8.6499 10.0498 8.98569 10.0498 9.3999C10.0498 9.81412 10.3856 10.1499 10.7998 10.1499Z"></path><path d="M11.5498 11.5C11.5498 11.9142 11.214 12.25 10.7998 12.25C10.3856 12.25 10.0498 11.9142 10.0498 11.5C10.0498 11.0858 10.3856 10.75 10.7998 10.75C11.214 10.75 11.5498 11.0858 11.5498 11.5Z"></path><path d="M8.7002 4.55005C9.11441 4.55005 9.4502 4.21426 9.4502 3.80005C9.4502 3.38584 9.11441 3.05005 8.7002 3.05005C8.28598 3.05005 7.9502 3.38584 7.9502 3.80005C7.9502 4.21426 8.28598 4.55005 8.7002 4.55005Z"></path><path d="M7.34961 7.30005C7.34961 7.71426 7.01382 8.05005 6.59961 8.05005C6.1854 8.05005 5.84961 7.71426 5.84961 7.30005C5.84961 6.88584 6.1854 6.55005 6.59961 6.55005C7.01382 6.55005 7.34961 6.88584 7.34961 7.30005Z"></path><path d="M8.7002 6.6499C9.11441 6.6499 9.4502 6.31412 9.4502 5.8999C9.4502 5.48569 9.11441 5.1499 8.7002 5.1499C8.28598 5.1499 7.9502 5.48569 7.9502 5.8999C7.9502 6.31412 8.28598 6.6499 8.7002 6.6499Z"></path><path d="M7.34961 5.19995C7.34961 5.61416 7.01382 5.94995 6.59961 5.94995C6.1854 5.94995 5.84961 5.61416 5.84961 5.19995C5.84961 4.78574 6.1854 4.44995 6.59961 4.44995C7.01382 4.44995 7.34961 4.78574 7.34961 5.19995Z"></path><path d="M8.7002 8.75C9.11441 8.75 9.4502 8.41421 9.4502 8C9.4502 7.58579 9.11441 7.25 8.7002 7.25C8.28598 7.25 7.9502 7.58579 7.9502 8C7.9502 8.41421 8.28598 8.75 8.7002 8.75Z"></path><path d="M5.25 3.80005C5.25 4.21426 4.91421 4.55005 4.5 4.55005C4.08579 4.55005 3.75 4.21426 3.75 3.80005C3.75 3.38584 4.08579 3.05005 4.5 3.05005C4.91421 3.05005 5.25 3.38584 5.25 3.80005Z"></path><path d="M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.704529 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM7.95322 1.75018C7.96139 1.84081 7.98602 1.92955 8.02626 2.01195C8.08507 2.13238 8.17507 2.23484 8.2869 2.30869C8.39873 2.38255 8.52831 2.42508 8.66215 2.43188C8.796 2.43868 8.92922 2.40949 9.04795 2.34735C9.16669 2.28521 9.26661 2.19239 9.33732 2.07854C9.36983 2.02619 9.39561 1.97028 9.41428 1.91212C9.856 2.01473 10.2833 2.16467 10.6893 2.35818C10.3275 2.41161 10.0498 2.72343 10.0498 3.1001C10.0498 3.51431 10.3856 3.8501 10.7998 3.8501C11.214 3.8501 11.5498 3.51431 11.5498 3.1001C11.5498 3.00058 11.5304 2.90559 11.4952 2.8187C11.8254 3.04143 12.1351 3.29626 12.4194 3.58059C12.4912 3.65234 12.561 3.72571 12.629 3.80061C12.3489 3.90937 12.1504 4.1815 12.1504 4.5C12.1504 4.91421 12.4862 5.25 12.9004 5.25C13.1304 5.25 13.3362 5.14645 13.4738 4.98342C13.7818 5.54229 14.0041 6.14805 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.7327 10.492 13.6887 10.591 13.6422 10.6886C13.5883 10.3272 13.2767 10.05 12.9004 10.05C12.4862 10.05 12.1504 10.3858 12.1504 10.8C12.1504 11.2143 12.4862 11.55 12.9004 11.55C12.9996 11.55 13.0942 11.5308 13.1809 11.4958C12.7294 12.165 12.1501 12.7438 11.4723 13.1967L11.4439 13.2156C11.3129 12.9967 11.0735 12.8501 10.7998 12.8501C10.3856 12.8501 10.0498 13.1859 10.0498 13.6001C10.0498 13.7008 10.0697 13.7969 10.1057 13.8846C9.43348 14.1251 8.72147 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576C6.35565 1.91617 7.15216 1.75618 7.95322 1.75018Z"></path>', 13)
1093
- ]), 8, y0),
1094
- s("defs", null, [
1095
- s("clipPath", {
1092
+ R1('<path d="M12.9004 7.3501C13.3146 7.3501 13.6504 7.01431 13.6504 6.6001C13.6504 6.18588 13.3146 5.8501 12.9004 5.8501C12.4862 5.8501 12.1504 6.18588 12.1504 6.6001C12.1504 7.01431 12.4862 7.3501 12.9004 7.3501Z"></path><path d="M13.6504 8.69995C13.6504 9.11416 13.3146 9.44995 12.9004 9.44995C12.4862 9.44995 12.1504 9.11416 12.1504 8.69995C12.1504 8.28574 12.4862 7.94995 12.9004 7.94995C13.3146 7.94995 13.6504 8.28574 13.6504 8.69995Z"></path><path d="M10.7998 5.94995C11.214 5.94995 11.5498 5.61416 11.5498 5.19995C11.5498 4.78574 11.214 4.44995 10.7998 4.44995C10.3856 4.44995 10.0498 4.78574 10.0498 5.19995C10.0498 5.61416 10.3856 5.94995 10.7998 5.94995Z"></path><path d="M11.5498 7.30005C11.5498 7.71426 11.214 8.05005 10.7998 8.05005C10.3856 8.05005 10.0498 7.71426 10.0498 7.30005C10.0498 6.88584 10.3856 6.55005 10.7998 6.55005C11.214 6.55005 11.5498 6.88584 11.5498 7.30005Z"></path><path d="M10.7998 10.1499C11.214 10.1499 11.5498 9.81412 11.5498 9.3999C11.5498 8.98569 11.214 8.6499 10.7998 8.6499C10.3856 8.6499 10.0498 8.98569 10.0498 9.3999C10.0498 9.81412 10.3856 10.1499 10.7998 10.1499Z"></path><path d="M11.5498 11.5C11.5498 11.9142 11.214 12.25 10.7998 12.25C10.3856 12.25 10.0498 11.9142 10.0498 11.5C10.0498 11.0858 10.3856 10.75 10.7998 10.75C11.214 10.75 11.5498 11.0858 11.5498 11.5Z"></path><path d="M8.7002 4.55005C9.11441 4.55005 9.4502 4.21426 9.4502 3.80005C9.4502 3.38584 9.11441 3.05005 8.7002 3.05005C8.28598 3.05005 7.9502 3.38584 7.9502 3.80005C7.9502 4.21426 8.28598 4.55005 8.7002 4.55005Z"></path><path d="M7.34961 7.30005C7.34961 7.71426 7.01382 8.05005 6.59961 8.05005C6.1854 8.05005 5.84961 7.71426 5.84961 7.30005C5.84961 6.88584 6.1854 6.55005 6.59961 6.55005C7.01382 6.55005 7.34961 6.88584 7.34961 7.30005Z"></path><path d="M8.7002 6.6499C9.11441 6.6499 9.4502 6.31412 9.4502 5.8999C9.4502 5.48569 9.11441 5.1499 8.7002 5.1499C8.28598 5.1499 7.9502 5.48569 7.9502 5.8999C7.9502 6.31412 8.28598 6.6499 8.7002 6.6499Z"></path><path d="M7.34961 5.19995C7.34961 5.61416 7.01382 5.94995 6.59961 5.94995C6.1854 5.94995 5.84961 5.61416 5.84961 5.19995C5.84961 4.78574 6.1854 4.44995 6.59961 4.44995C7.01382 4.44995 7.34961 4.78574 7.34961 5.19995Z"></path><path d="M8.7002 8.75C9.11441 8.75 9.4502 8.41421 9.4502 8C9.4502 7.58579 9.11441 7.25 8.7002 7.25C8.28598 7.25 7.9502 7.58579 7.9502 8C7.9502 8.41421 8.28598 8.75 8.7002 8.75Z"></path><path d="M5.25 3.80005C5.25 4.21426 4.91421 4.55005 4.5 4.55005C4.08579 4.55005 3.75 4.21426 3.75 3.80005C3.75 3.38584 4.08579 3.05005 4.5 3.05005C4.91421 3.05005 5.25 3.38584 5.25 3.80005Z"></path><path d="M9.51195 0.398918C8.0086 0.0998821 6.45033 0.253358 5.0342 0.839937C3.61808 1.42652 2.40769 2.41985 1.55611 3.69433C0.704529 4.96881 0.25 6.4672 0.25 8C0.25 10.0554 1.06652 12.0267 2.51992 13.4801C3.97333 14.9335 5.94457 15.75 8 15.75C9.53281 15.75 11.0312 15.2955 12.3057 14.4439C13.5801 13.5923 14.5735 12.3819 15.1601 10.9658C15.7466 9.54967 15.9001 7.99141 15.6011 6.48805C15.3021 4.9847 14.5639 3.60378 13.4801 2.51993C12.3962 1.43607 11.0153 0.697953 9.51195 0.398918ZM7.95322 1.75018C7.96139 1.84081 7.98602 1.92955 8.02626 2.01195C8.08507 2.13238 8.17507 2.23484 8.2869 2.30869C8.39873 2.38255 8.52831 2.42508 8.66215 2.43188C8.796 2.43868 8.92922 2.40949 9.04795 2.34735C9.16669 2.28521 9.26661 2.19239 9.33732 2.07854C9.36983 2.02619 9.39561 1.97028 9.41428 1.91212C9.856 2.01473 10.2833 2.16467 10.6893 2.35818C10.3275 2.41161 10.0498 2.72343 10.0498 3.1001C10.0498 3.51431 10.3856 3.8501 10.7998 3.8501C11.214 3.8501 11.5498 3.51431 11.5498 3.1001C11.5498 3.00058 11.5304 2.90559 11.4952 2.8187C11.8254 3.04143 12.1351 3.29626 12.4194 3.58059C12.4912 3.65234 12.561 3.72571 12.629 3.80061C12.3489 3.90937 12.1504 4.1815 12.1504 4.5C12.1504 4.91421 12.4862 5.25 12.9004 5.25C13.1304 5.25 13.3362 5.14645 13.4738 4.98342C13.7818 5.54229 14.0041 6.14805 14.1299 6.78069C14.3711 7.99307 14.2473 9.24974 13.7742 10.3918C13.7327 10.492 13.6887 10.591 13.6422 10.6886C13.5883 10.3272 13.2767 10.05 12.9004 10.05C12.4862 10.05 12.1504 10.3858 12.1504 10.8C12.1504 11.2143 12.4862 11.55 12.9004 11.55C12.9996 11.55 13.0942 11.5308 13.1809 11.4958C12.7294 12.165 12.1501 12.7438 11.4723 13.1967L11.4439 13.2156C11.3129 12.9967 11.0735 12.8501 10.7998 12.8501C10.3856 12.8501 10.0498 13.1859 10.0498 13.6001C10.0498 13.7008 10.0697 13.7969 10.1057 13.8846C9.43348 14.1251 8.72147 14.25 8 14.25C6.3424 14.25 4.75268 13.5915 3.58058 12.4194C2.40848 11.2473 1.75 9.65761 1.75 8C1.75 6.76387 2.11656 5.5555 2.80331 4.52769C3.49007 3.49988 4.46619 2.6988 5.60823 2.22576C6.35565 1.91617 7.15216 1.75618 7.95322 1.75018Z"></path>', 13)
1093
+ ]), 8, y2),
1094
+ i("defs", null, [
1095
+ i("clipPath", {
1096
1096
  id: "uia-ui-assets/icons-16-world__a" + e.uuid
1097
1097
  }, t[1] || (t[1] = [
1098
- s("rect", {
1098
+ i("rect", {
1099
1099
  width: "16",
1100
1100
  height: "16",
1101
1101
  fill: "#fff"
1102
1102
  }, null, -1)
1103
- ]), 8, Z0)
1103
+ ]), 8, D2)
1104
1104
  ])
1105
1105
  ], 16);
1106
1106
  }
1107
- const S0 = /* @__PURE__ */ w(H0, [["render", k0]]);
1108
- var V1 = /* @__PURE__ */ ((e) => (e.BLUE = "blue", e.GREEN = "green", e.ORANGE = "orange", e.PRIMARY = "primary", e.RED = "red", e.YELLOW = "yellow", e))(V1 || {}), b1 = /* @__PURE__ */ ((e) => (e.STACK = "stack", e.LEAF = "leaf", e.HAND_ROCK = "hand-rock", e.CAR = "car", e.EDUCATION = "education", e.HOTEL = "hotel", e.TRAVEL_BAG = "travel-bag", e.LIGHTNING = "lightning", e.NEWS = "news", e.PRIZE = "prize", e.LOCK = "lock", e.BAG = "bag", e.DIAMOND = "diamond", e.TARGET = "target", e.GIFT = "gift", e.CASH_STACK = "cash-stack", e.HASHTAG = "hashtag", e.CLOUD = "cloud", e.HOSPITALITY = "hospitality", e.SHOPPING_CART = "shopping-cart", e.SLEEP = "sleep", e.NOTIFICATION = "notification", e.THUMBS_UP = "thumb-up", e.THUMBS_DOWN = "thumb-down", e.STAR = "star", e.WARNING_DIAMOND = "warning-diamond", e.RETAIL = "retail", e.EMOTICON_HAPPY = "emoticon-happy", e.GAMING = "gaming", e.SUPPORT = "support", e.HEART = "heart", e.HOURGLASS = "hourglass", e.WORLD = "world", e))(b1 || {});
1109
- const L1 = {
1110
- stack: B2,
1111
- leaf: s2,
1112
- "hand-rock": Et,
1113
- car: q5,
1114
- education: Ct,
1115
- hotel: Mt,
1116
- "travel-bag": w0,
1117
- lightning: o2,
1118
- news: g2,
1119
- prize: M2,
1120
- lock: d2,
1121
- bag: F5,
1122
- diamond: dt,
1123
- target: o0,
1124
- gift: At,
1125
- "cash-stack": et,
1126
- hashtag: Ft,
1127
- cloud: lt,
1128
- hospitality: Yt,
1129
- "shopping-cart": A2,
1130
- sleep: N2,
1131
- notification: m2,
1132
- "thumb-up": C0,
1133
- "thumb-down": d0,
1134
- star: Q2,
1135
- "warning-diamond": _0,
1136
- retail: S2,
1137
- "emoticon-happy": mt,
1138
- gaming: St,
1139
- support: s0,
1140
- heart: Ue,
1141
- hourglass: Qt,
1142
- world: S0
1107
+ const S2 = /* @__PURE__ */ w(H2, [["render", Z2]]);
1108
+ var be = /* @__PURE__ */ ((e) => (e.BLUE = "blue", e.GREEN = "green", e.ORANGE = "orange", e.PRIMARY = "primary", e.RED = "red", e.YELLOW = "yellow", e))(be || {}), Ve = /* @__PURE__ */ ((e) => (e.STACK = "stack", e.LEAF = "leaf", e.HAND_ROCK = "hand-rock", e.CAR = "car", e.EDUCATION = "education", e.HOTEL = "hotel", e.TRAVEL_BAG = "travel-bag", e.LIGHTNING = "lightning", e.NEWS = "news", e.PRIZE = "prize", e.LOCK = "lock", e.BAG = "bag", e.DIAMOND = "diamond", e.TARGET = "target", e.GIFT = "gift", e.CASH_STACK = "cash-stack", e.HASHTAG = "hashtag", e.CLOUD = "cloud", e.HOSPITALITY = "hospitality", e.SHOPPING_CART = "shopping-cart", e.SLEEP = "sleep", e.NOTIFICATION = "notification", e.THUMBS_UP = "thumb-up", e.THUMBS_DOWN = "thumb-down", e.STAR = "star", e.WARNING_DIAMOND = "warning-diamond", e.RETAIL = "retail", e.EMOTICON_HAPPY = "emoticon-happy", e.GAMING = "gaming", e.SUPPORT = "support", e.HEART = "heart", e.HOURGLASS = "hourglass", e.WORLD = "world", e))(Ve || {});
1109
+ const Le = {
1110
+ stack: Gi,
1111
+ leaf: ii,
1112
+ "hand-rock": P5,
1113
+ car: jt,
1114
+ education: C5,
1115
+ hotel: M5,
1116
+ "travel-bag": w2,
1117
+ lightning: ni,
1118
+ news: fi,
1119
+ prize: Mi,
1120
+ lock: di,
1121
+ bag: Ft,
1122
+ diamond: d5,
1123
+ target: n2,
1124
+ gift: R5,
1125
+ "cash-stack": e5,
1126
+ hashtag: F5,
1127
+ cloud: l5,
1128
+ hospitality: q5,
1129
+ "shopping-cart": Ri,
1130
+ sleep: Ui,
1131
+ notification: mi,
1132
+ "thumb-up": C2,
1133
+ "thumb-down": d2,
1134
+ star: Xi,
1135
+ "warning-diamond": _2,
1136
+ retail: Si,
1137
+ "emoticon-happy": m5,
1138
+ gaming: S5,
1139
+ support: i2,
1140
+ heart: z1,
1141
+ hourglass: X5,
1142
+ world: S2
1143
1143
  };
1144
- let De = 0;
1145
- const D0 = {
1144
+ let T1 = 0;
1145
+ const T2 = {
1146
1146
  beforeCreate() {
1147
- this.uuid = De.toString(), De += 1;
1147
+ this.uuid = T1.toString(), T1 += 1;
1148
1148
  }
1149
- }, R0 = { key: 0 };
1150
- function T0(e, t, a, u, d, i) {
1151
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
1149
+ }, k2 = { key: 0 };
1150
+ function A2(e, t, o, u, d, s) {
1151
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1152
1152
  class: "ui-assets-icons-16",
1153
1153
  xmlns: "http://www.w3.org/2000/svg",
1154
1154
  width: "16",
1155
1155
  height: "16",
1156
1156
  fill: "none"
1157
1157
  }), [
1158
- e.$attrs["svg-title"] ? (l(), o("title", R0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1159
- t[0] || (t[0] = s("path", {
1158
+ e.$attrs["svg-title"] ? (l(), n("title", k2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1159
+ t[0] || (t[0] = i("path", {
1160
1160
  fill: "#001222",
1161
1161
  d: "M1.25 2.58325H14.75V4.08325H1.25V2.58325Z"
1162
1162
  }, null, -1)),
1163
- t[1] || (t[1] = s("path", {
1163
+ t[1] || (t[1] = i("path", {
1164
1164
  fill: "#001222",
1165
1165
  d: "M1.25 7.25H14.75V8.75H1.25V7.25Z"
1166
1166
  }, null, -1)),
1167
- t[2] || (t[2] = s("path", {
1167
+ t[2] || (t[2] = i("path", {
1168
1168
  fill: "#001222",
1169
1169
  d: "M14.75 11.9167H1.25V13.4167H14.75V11.9167Z"
1170
1170
  }, null, -1))
1171
1171
  ], 16);
1172
1172
  }
1173
- const A0 = /* @__PURE__ */ w(D0, [["render", T0]]), R1 = {
1173
+ const R2 = /* @__PURE__ */ w(T2, [["render", A2]]), ke = {
1174
+ "de-DE": { cancel: "Abbrechen", createView: "Ansicht erstellen", createViewToast: "„{label}“ wurde erfolgreich erstellt.", delete: "Löschen", deleteViewAction: "Ansicht löschen", deleteViewDescription: "Ihre Ansicht „{label}“ kann nach dem Löschen nicht wiederhergestellt werden.", deleteViewTitle: "„{label}“ löschen?", duplicate: "Duplizieren", edit: "Bearbeiten", editDetails: "Details bearbeiten", labelNoDuplicateError: "Ansichtstitel existiert bereits", labelRequiredError: "Titel anzeigen ist erforderlich", leave: "Verlassen", openViewOptions: "{label} Optionen öffnen", restoreChanges: "Änderungen wiederherstellen", saveChanges: "Änderungen speichern", saveChangesToast: "Änderungen gespeichert in „{label}“", setAsDefault: "Als Standard festlegen", setAsDefaultToast: "„{label}“ wurde erfolgreich als Standardansicht festgelegt", undo: "Rückgängig machen", unsavedChangesDescription: "Ungespeicherte Änderungen werden gelöscht", unsavedChangesTitle: "„{label}“ ohne Speichern der Änderungen belassen?", viewListLabel: "Ansichten", withUnsavedChanges: "Mit nicht gespeicherten Änderungen" },
1175
+ "en-GB": { cancel: "Cancel", createView: "Create view", createViewToast: "Successfully created '{label}'", delete: "Delete", deleteViewAction: "Delete view", deleteViewDescription: "Your '{label}' view cannot be recovered once it is deleted.", deleteViewTitle: "Delete '{label}'?", duplicate: "Duplicate", edit: "Edit", editDetails: "Edit details", labelNoDuplicateError: "View title already exists", labelRequiredError: "View title is required", leave: "Leave", openViewOptions: "Open {label} options", restoreChanges: "Restore changes", saveChanges: "Save changes", saveChangesToast: "Changes saved to '{label}'", setAsDefault: "Set as default", setAsDefaultToast: "Successfully set '{label}' as default view", undo: "Undo", unsavedChangesDescription: "Unsaved changes will be deleted", unsavedChangesTitle: "Leave '{label}' without saving changes?", viewListLabel: "Views", withUnsavedChanges: "With unsaved changes" },
1174
1176
  "en-US": { cancel: "Cancel", createView: "Create view", createViewToast: "Successfully created “{label}”", delete: "Delete", deleteViewAction: "Delete view", deleteViewDescription: "Your “{label}” view can't be recovered once it is deleted.", deleteViewTitle: "Delete “{label}”?", duplicate: "Duplicate", edit: "Edit", editDetails: "Edit details", labelNoDuplicateError: "View title already exists", labelRequiredError: "View title is required", leave: "Leave", openViewOptions: "Open {label} options", restoreChanges: "Restore changes", saveChanges: "Save changes", saveChangesToast: "Changes saved to “{label}”", setAsDefault: "Set as default", setAsDefaultToast: "Successfully set “{label}” as default view", undo: "Undo", unsavedChangesDescription: "Unsaved changes will be deleted", unsavedChangesTitle: "Leave “{label}” without saving changes?", viewListLabel: "Views", withUnsavedChanges: "With unsaved changes" },
1177
+ "es-ES": { cancel: "Cancelar", createView: "Crear vista", createViewToast: '"{label}" creada correctamente', delete: "Eliminar", deleteViewAction: "Eliminar vista", deleteViewDescription: 'Tu vista "{label}" no se puede recuperar una vez eliminada.', deleteViewTitle: '¿Eliminar "{label}"?', duplicate: "Duplicar", edit: "Editar", editDetails: "Editar detalles", labelNoDuplicateError: "El título de la vista ya existe", labelRequiredError: "El título de la vista es obligatorio", leave: "Dejar", openViewOptions: "Abrir opciones de {label}", restoreChanges: "Restaurar cambios", saveChanges: "Guardar cambios", saveChangesToast: "Cambios guardados en “{label}”", setAsDefault: "Establecer como predeterminado", setAsDefaultToast: 'Se ha establecido correctamente "{label}" como vista predeterminada', undo: "Deshacer", unsavedChangesDescription: "Los cambios no guardados se eliminarán", unsavedChangesTitle: '¿Dejar "{label}" sin guardar los cambios?', viewListLabel: "Vistas", withUnsavedChanges: "Con cambios no guardados" },
1178
+ "es-MX": { cancel: "Cancelar", createView: "Crear vista", createViewToast: "Se creó con éxito “{label}”", delete: "Eliminar", deleteViewAction: "Eliminar vista", deleteViewDescription: "Tu vista “{label}” no se puede recuperar una vez eliminada.", deleteViewTitle: "¿Eliminar “{label}”?", duplicate: "Duplicar", edit: "Editar", editDetails: "Editar detalles", labelNoDuplicateError: "El título de la vista ya existe", labelRequiredError: "Se requiere el título de la vista", leave: "Salir", openViewOptions: "Abrir opciones de {label}", restoreChanges: "Restaurar cambios", saveChanges: "Guardar cambios", saveChangesToast: "Cambios almacenados en “{label}”", setAsDefault: "Establecer como predeterminado", setAsDefaultToast: "Establecer correctamente “{label}” como vista predeterminada", undo: "Deshacer", unsavedChangesDescription: "Los cambios no guardados se borrarán", unsavedChangesTitle: "¿Salir de “{label}” sin guardar los cambios?", viewListLabel: "Vistas", withUnsavedChanges: "Con cambios no guardados" },
1179
+ "fr-FR": { cancel: "Annuler", createView: "Créer une vue", createViewToast: "« {label} » créé", delete: "Supprimer", deleteViewAction: "Supprimer la vue", deleteViewDescription: "Votre vue « {label} » ne peut plus être récupérée une fois supprimée.", deleteViewTitle: "Supprimer « {label} » ?", duplicate: "Dupliquer", edit: "Modifier", editDetails: "Modifier les détails", labelNoDuplicateError: "Le titre de la vue existe déjà", labelRequiredError: "Le titre de la vue est obligatoire", leave: "Quitter", openViewOptions: "Ouvrir les options {label}", restoreChanges: "Restaurer les modifications", saveChanges: "Enregistrer les modifications", saveChangesToast: "Modifications enregistrées dans « {label} »", setAsDefault: "Définir comme valeur par défaut", setAsDefaultToast: "« {label} » défini comme vue par défaut", undo: "Annuler", unsavedChangesDescription: "Les modifications non enregistrées seront supprimées", unsavedChangesTitle: "Quitter « {label} » sans enregistrer les modifications ?", viewListLabel: "Vues", withUnsavedChanges: "Avec des modifications non enregistrées" },
1180
+ "it-IT": { cancel: "Annulla", createView: "Crea visualizzazione", createViewToast: 'Etichetta "{label}" creata correttamente', delete: "Elimina", deleteViewAction: "Elimina visualizzazione", deleteViewDescription: "La tua visualizzazione “{label}” non può essere recuperata una volta eliminata.", deleteViewTitle: "Eliminare “{label}”?", duplicate: "Duplicato", edit: "Modifica", editDetails: "Modifica dettagli", labelNoDuplicateError: "Il titolo della visualizzazione esiste già", labelRequiredError: "È necessario un titolo per la visualizzazione", leave: "Lascia", openViewOptions: "Apri le opzioni {label}", restoreChanges: "Ripristina le modifiche", saveChanges: "Salva le modifiche", saveChangesToast: "Modifiche salvate in “{label}”", setAsDefault: "Imposta come predefinito", setAsDefaultToast: '"{label}" impostato correttamente come visualizzazione predefinita', undo: "Annulla", unsavedChangesDescription: "Le modifiche non salvate verranno cancellate", unsavedChangesTitle: "Lasciare “{label}” senza salvare le modifiche?", viewListLabel: "Visualizzazioni", withUnsavedChanges: "Con le modifiche non salvate" },
1175
1181
  "ja-JP": { cancel: "キャンセル", createView: "ビューを作成", createViewToast: "「{label}」が正常に作成されました", delete: "削除", deleteViewAction: "ビューを削除", deleteViewDescription: "一度削除された「{label}」ビューは復元できません。", deleteViewTitle: "「{label}」を削除しますか?", duplicate: "複製", edit: "編集", editDetails: "詳細を編集", labelNoDuplicateError: "ビュータイトルはすでに存在します", labelRequiredError: "ビュータイトルは必須です", leave: "離れる", openViewOptions: "{label}オプションを開く", restoreChanges: "変更を復元", saveChanges: "変更を保存", saveChangesToast: "「{label}」に変更を保存しました", setAsDefault: "デフォルトとして設定", setAsDefaultToast: "「{label}」をデフォルトビューとして設定しました", undo: "元に戻す", unsavedChangesDescription: "保存されていない変更は削除されます", unsavedChangesTitle: "変更を保存せずに「{label}」を離れますか?", viewListLabel: "ビュー", withUnsavedChanges: "未保存の変更あり" },
1176
- "pt-BR": { cancel: "Cancelar", createView: "Criar visualização", createViewToast: '"{label}" foi criado', delete: "Excluir", deleteViewAction: "Excluir visualização", deleteViewDescription: 'Sua visualização de "{label}" não pode ser recuperada depois de apagada.', deleteViewTitle: "Excluir “{label}”?", duplicate: "Duplicar", edit: "Editar", editDetails: "Editar detalhes", labelNoDuplicateError: "O título da visualização já existe", labelRequiredError: "É necessário o título da visualização", leave: "Sair", openViewOptions: "Abrir opções de {label}", restoreChanges: "Restaurar alterações", saveChanges: "Salvar alterações", saveChangesToast: "Alterações salvas em “{label}”", setAsDefault: "Deixar como padrão", setAsDefaultToast: "“{label}” foi definido como visualização padrão", undo: "Desfazer", unsavedChangesDescription: "As alterações não salvas serão excluídas", unsavedChangesTitle: "Deixar “{label}” sem salvar alterações?", viewListLabel: "Visualizações", withUnsavedChanges: "Com alterações não salvas" }
1177
- }, I0 = (e) => {
1178
- const t = f(e.views), a = Xe({ label: "" }), { t: u } = H1({ messages: R1 }), d = Y(
1182
+ "pt-BR": { cancel: "Cancelar", createView: "Criar visualização", createViewToast: '"{label}" foi criado', delete: "Excluir", deleteViewAction: "Apagar visualização", deleteViewDescription: 'Sua visualização de "{label}" não pode ser recuperada depois de apagada.', deleteViewTitle: "Apagar “{label}”?", duplicate: "Duplicar", edit: "Editar", editDetails: "Editar detalhes", labelNoDuplicateError: "O título da visualização já existe", labelRequiredError: "É necessário o título da visualização", leave: "Sair", openViewOptions: "Abrir opções de {label}", restoreChanges: "Restaurar alterações", saveChanges: "Salvar alterações", saveChangesToast: "Alterações salvas em “{label}”", setAsDefault: "Deixar como padrão", setAsDefaultToast: "“{label}” agora é a visualização padrão", undo: "Desfazer", unsavedChangesDescription: "As alterações não salvas serão apagadas", unsavedChangesTitle: "Deixar “{label}” sem salvar alterações?", viewListLabel: "Visualizações", withUnsavedChanges: "Com alterações não salvas" },
1183
+ "zh-CN": { cancel: "取消", createView: "创建视图", createViewToast: "已成功创建“{label}”", delete: "删除", deleteViewAction: "删除视图", deleteViewDescription: "删除后,您的“{label}”视图将无法恢复。", deleteViewTitle: "删除“{label}”?", duplicate: "复制", edit: "编辑", editDetails: "编辑详情", labelNoDuplicateError: "视图标题已经存在", labelRequiredError: "视图标题为必填项", leave: "离开", openViewOptions: "打开{label}选项", restoreChanges: "恢复更改", saveChanges: "保存更改", saveChangesToast: "更改已保存到“{label}”", setAsDefault: "设为默认", setAsDefaultToast: "成功将“{label}”设置为默认视图", undo: "撤销", unsavedChangesDescription: "未保存的更改将被删除", unsavedChangesTitle: "不保存更改就离开“{label}”?", viewListLabel: "浏览量", withUnsavedChanges: "有未保存的更改" }
1184
+ }, I2 = (e) => {
1185
+ const t = g(e.views), o = Q1({ label: "" }), { t: u } = He({ messages: ke }), d = q(
1179
1186
  () => t.value.map((m) => ({
1180
1187
  ...m,
1181
- iconColor: m.iconColor ?? V1.PRIMARY,
1182
- icon: m.icon ?? b1.STACK,
1188
+ iconColor: m.iconColor ?? be.PRIMARY,
1189
+ icon: m.icon ?? Ve.STACK,
1183
1190
  label: m.label,
1184
1191
  ...m.isDefault !== null ? { isDefault: m.isDefault } : null,
1185
1192
  ...e?.additionalViewSetting ? {
@@ -1189,219 +1196,226 @@ const A0 = /* @__PURE__ */ w(D0, [["render", T0]]), R1 = {
1189
1196
  }
1190
1197
  } : []
1191
1198
  }))
1192
- ), i = (m, Z) => {
1199
+ ), s = (m, D) => {
1193
1200
  let $ = [...t.value];
1194
- const D = [...t.value];
1195
- let T;
1196
- return $[Z] ? m ? (m.isDefault && ($ = $.map((E) => E.isDefault ? { ...E, isDefault: !1 } : E)), $[Z] = {
1197
- ...$[Z],
1201
+ const T = [...t.value];
1202
+ let A;
1203
+ return $[D] ? m ? (m.isDefault && ($ = $.map((P) => P.isDefault ? { ...P, isDefault: !1 } : P)), $[D] = {
1204
+ ...$[D],
1198
1205
  ...m
1199
- }, T = $[Z].label) : ($.splice(Z, 1), T = D[Z].label) : ($.push(m), T = m.label), t.value = [...$], {
1206
+ }, A = $[D].label) : ($.splice(D, 1), A = T[D].label) : ($.push(m), A = m.label), t.value = [...$], {
1200
1207
  newViews: t.value,
1201
- oldViews: D,
1202
- targetViewLabel: T
1208
+ oldViews: T,
1209
+ targetViewLabel: A
1203
1210
  };
1204
1211
  }, K = (m) => {
1205
- const Z = d.value[m].label;
1206
- let $ = `(1) - ${Z}`, D = 1;
1207
- for (; d.value.some((E) => E.label === $); )
1208
- D++, $ = `(${D}) - ${d.value[m].label}`;
1209
- const T = {
1212
+ const D = d.value[m].label;
1213
+ let $ = `(1) - ${D}`, T = 1;
1214
+ for (; d.value.some((P) => P.label === $); )
1215
+ T++, $ = `(${T}) - ${d.value[m].label}`;
1216
+ const A = {
1210
1217
  ...d.value[m],
1211
1218
  label: $
1212
1219
  };
1213
1220
  return {
1214
- ...i(T),
1215
- targetViewLabel: Z
1221
+ ...s(A),
1222
+ targetViewLabel: D
1216
1223
  };
1217
- }, R = (m) => {
1218
- const Z = t.value;
1219
- return t.value = m, { oldViews: Z, newViews: m };
1220
- }, k = () => {
1221
- a.label = "";
1224
+ }, k = (m) => {
1225
+ const D = t.value;
1226
+ return t.value = m, { oldViews: D, newViews: m };
1227
+ }, Z = () => {
1228
+ o.label = "";
1222
1229
  };
1223
1230
  return {
1224
1231
  // read
1225
1232
  computedViews: d,
1226
- errors: a,
1233
+ errors: o,
1227
1234
  // modify
1228
- clearError: k,
1235
+ clearError: Z,
1229
1236
  duplicateView: K,
1230
- setViews: R,
1231
- updateView: i,
1237
+ setViews: k,
1238
+ updateView: s,
1232
1239
  // validations
1233
- validateLabel: (m, Z) => {
1234
- const $ = m.trim().length === 0, D = d.value.some(
1235
- (T, E) => T.label === m && Z !== E
1240
+ validateLabel: (m, D) => {
1241
+ const $ = m.trim().length === 0, T = d.value.some(
1242
+ (A, P) => A.label === m && D !== P
1236
1243
  );
1237
- $ ? a.label = u("labelRequiredError") : D ? a.label = u("labelNoDuplicateError") : k();
1244
+ $ ? o.label = u("labelRequiredError") : T ? o.label = u("labelNoDuplicateError") : Z();
1238
1245
  }
1239
1246
  };
1240
1247
  };
1241
- var Z1 = /* @__PURE__ */ ((e) => (e.UP = "up", e.DOWN = "down", e))(Z1 || {});
1242
- const P0 = (e) => {
1243
- const { itemRefs: t, items: a, onDrop: u } = e, d = f(null), i = f(null), K = f(0), R = f(!1), k = f(0), b = f(null), m = f(0), Z = f(0), $ = f([]), D = (_) => i.value === _, T = (_, g) => {
1244
- if (!g.target.closest("[data-drag-trigger]"))
1248
+ var De = /* @__PURE__ */ ((e) => (e.UP = "up", e.DOWN = "down", e))(De || {});
1249
+ const O2 = (e) => {
1250
+ const { itemRefs: t, items: o, onDrop: u } = e, d = g(null), s = g(null), K = g(0), k = g(!1), Z = g(0), V = g(null), m = g(0), D = g(0), $ = g([]), T = (_) => s.value === _, A = (_, f) => {
1251
+ if (!f.target.closest("[data-drag-trigger]"))
1245
1252
  return;
1246
- i.value = _, I();
1253
+ s.value = _, I();
1247
1254
  const M = t.value[_];
1248
- M && (typeof g.clientY == "number" ? K.value = g.clientY : typeof g.key == "string" && (R.value = !0), k.value = M.clientHeight, m.value = k.value * (t.value.length - _ - 1), Z.value = -(k.value * _), document.documentElement.style.cursor = "grabbing", document.documentElement.style.userSelect = "none");
1249
- }, E = (_, g) => {
1250
- if (!R.value) {
1251
- b.value = _, T(_, g);
1255
+ M && (typeof f.clientY == "number" ? K.value = f.clientY : typeof f.key == "string" && (k.value = !0), Z.value = M.clientHeight, m.value = Z.value * (t.value.length - _ - 1), D.value = -(Z.value * _), document.documentElement.style.cursor = "grabbing", document.documentElement.style.userSelect = "none");
1256
+ }, P = (_, f) => {
1257
+ if (!k.value) {
1258
+ V.value = _, A(_, f);
1252
1259
  return;
1253
1260
  }
1254
- P();
1255
- }, B = (_, g) => {
1256
- if (!R.value)
1261
+ O();
1262
+ }, G = (_, f) => {
1263
+ if (!k.value)
1257
1264
  return;
1258
- g.preventDefault();
1259
- const M = t.value.length - 1, v = 0, H = _ === "down", h = _ === "up";
1260
- if (h && b.value === v || H && b.value === M)
1265
+ f.preventDefault();
1266
+ const M = t.value.length - 1, c = 0, H = _ === "down", h = _ === "up";
1267
+ if (h && V.value === c || H && V.value === M)
1261
1268
  return;
1262
- let U = b.value + 1;
1263
- h && (U = b.value - 1);
1264
- const S = i.value < U, l1 = i.value > U, s1 = H && l1 || h && S || // This doesn't typically need transformation, but in a "reversed" direction,
1269
+ let z = V.value + 1;
1270
+ h && (z = V.value - 1);
1271
+ const S = s.value < z, le = s.value > z, ie = H && le || h && S || // This doesn't typically need transformation, but in a "reversed" direction,
1265
1272
  // it may potentially need to pass through it's original position
1266
- i.value === U;
1267
- if (U > M || U < v)
1273
+ s.value === z;
1274
+ if (z > M || z < c)
1268
1275
  return;
1269
- const n1 = () => {
1270
- const W = t.value[i.value], X = O((b.value - i.value) * k.value);
1271
- W.style.transform = `translateY(${X}px)`;
1272
- }, c1 = () => {
1273
- const W = t.value[b.value], X = H ? -k.value : k.value;
1274
- W.style.transform = s1 ? "translateY(0px)" : `translateY(${X}px)`;
1276
+ const ae = () => {
1277
+ const W = t.value[s.value], Q = E((V.value - s.value) * Z.value);
1278
+ W.style.transform = `translateY(${Q}px)`;
1279
+ }, ve = () => {
1280
+ const W = t.value[V.value], Q = H ? -Z.value : Z.value;
1281
+ W.style.transform = ie ? "translateY(0px)" : `translateY(${Q}px)`;
1275
1282
  };
1276
- if (!s1) {
1277
- b.value = U, n1(), c1();
1283
+ if (!ie) {
1284
+ V.value = z, ae(), ve();
1278
1285
  return;
1279
1286
  }
1280
- c1(), b.value = U, n1();
1281
- }, z = (_) => {
1282
- _ && R.value && (_.stopPropagation(), _.preventDefault()), d.value = requestAnimationFrame(() => {
1283
- t.value.forEach((g) => {
1284
- const M = g;
1287
+ ve(), V.value = z, ae();
1288
+ }, N = (_) => {
1289
+ _ && k.value && (_.stopPropagation(), _.preventDefault()), d.value = requestAnimationFrame(() => {
1290
+ t.value.forEach((f) => {
1291
+ const M = f;
1285
1292
  M.style.transform = "";
1286
1293
  }), d.value = null;
1287
- }), b.value = null, i.value = null, document.documentElement.style.cursor = "", document.documentElement.style.userSelect = "", R.value = null;
1288
- }, j = (_) => {
1289
- i.value === null || d.value || R.value || (d.value = requestAnimationFrame(() => {
1290
- const g = _.clientY, M = $.value.findIndex(
1291
- (v, H) => g >= v.top && g <= v.bottom || g <= v.top && H === 0 || g >= v.bottom && H === $.value.length - 1
1294
+ }), V.value = null, s.value = null, document.documentElement.style.cursor = "", document.documentElement.style.userSelect = "", k.value = null;
1295
+ }, Y = (_) => {
1296
+ s.value === null || d.value || k.value || (d.value = requestAnimationFrame(() => {
1297
+ const f = _.clientY, M = $.value.findIndex(
1298
+ (c, H) => f >= c.top && f <= c.bottom || f <= c.top && H === 0 || f >= c.bottom && H === $.value.length - 1
1292
1299
  );
1293
- M !== -1 && M !== b.value && (b.value = M), G(g), d.value = null;
1300
+ M !== -1 && M !== V.value && (V.value = M), B(f), d.value = null;
1294
1301
  }));
1295
- }, P = () => {
1296
- if (i.value === null || !t.value[i.value])
1302
+ }, O = () => {
1303
+ if (s.value === null || !t.value[s.value])
1297
1304
  return;
1298
- if (i.value === b.value) {
1299
- z();
1305
+ if (s.value === V.value) {
1306
+ N();
1300
1307
  return;
1301
1308
  }
1302
- const M = a.value[i.value], v = [...a.value];
1303
- v.splice(i.value, 1), v.splice(b.value, 0, M), J(), z(), u(v);
1304
- }, G = (_) => {
1305
- const g = t.value[i.value];
1306
- if (!g)
1309
+ const M = o.value[s.value], c = [...o.value];
1310
+ c.splice(s.value, 1), c.splice(V.value, 0, M), J(), N(), u(c);
1311
+ }, B = (_) => {
1312
+ const f = t.value[s.value];
1313
+ if (!f)
1307
1314
  return;
1308
- g.style.transform = `translateY(${O(_ - K.value)}px)`;
1309
- const M = 0.25, v = i.value < b.value, H = i.value > b.value;
1315
+ f.style.transform = `translateY(${E(_ - K.value)}px)`;
1316
+ const M = 0.25, c = s.value < V.value, H = s.value > V.value;
1310
1317
  for (let h = 0; h < $.value.length; h++) {
1311
- if (h === i.value)
1318
+ if (h === s.value)
1312
1319
  continue;
1313
- const U = t.value[h], S = $.value[h], s1 = (_ - S.top) / S.height;
1314
- if (s1 >= M && v) {
1315
- if (h < i.value)
1320
+ const z = t.value[h], S = $.value[h], ie = (_ - S.top) / S.height;
1321
+ if (ie >= M && c) {
1322
+ if (h < s.value)
1316
1323
  continue;
1317
- U.style.transform = `translateY(-${k.value}px)`;
1318
- } else if (s1 <= 1 - M && H) {
1319
- if (h > i.value)
1324
+ z.style.transform = `translateY(-${Z.value}px)`;
1325
+ } else if (ie <= 1 - M && H) {
1326
+ if (h > s.value)
1320
1327
  continue;
1321
- U.style.transform = `translateY(${k.value}px)`;
1328
+ z.style.transform = `translateY(${Z.value}px)`;
1322
1329
  } else
1323
- U.style.transform = "translateY(0px)";
1330
+ z.style.transform = "translateY(0px)";
1324
1331
  }
1325
1332
  }, J = () => {
1326
- document.activeElement?.closest("[data-drag-item]") && t.value[b.value]?.querySelector("[data-drag-trigger]")?.focus();
1327
- }, O = (_) => Math.max(Z.value, Math.min(m.value, _)), I = () => {
1333
+ document.activeElement?.closest("[data-drag-item]") && t.value[V.value]?.querySelector("[data-drag-trigger]")?.focus();
1334
+ }, E = (_) => Math.max(D.value, Math.min(m.value, _)), I = () => {
1328
1335
  $.value = t.value.map((_) => {
1329
- const { top: g, bottom: M, height: v } = _.getBoundingClientRect();
1336
+ const { top: f, bottom: M, height: c } = _.getBoundingClientRect();
1330
1337
  return {
1331
- top: g,
1338
+ top: f,
1332
1339
  bottom: M,
1333
- height: v
1340
+ height: c
1334
1341
  };
1335
1342
  });
1336
1343
  };
1337
- return C1(document, "pointermove", j), C1(document, "pointerup", P, { capture: !0 }), C1(document, "keydown", (_) => {
1338
- _.key !== "Tab" || i.value === null || _.preventDefault();
1339
- }), C1(document, "pointerdown", () => {
1340
- R.value && z();
1344
+ return Ce(document, "pointermove", Y), Ce(document, "pointerup", O, { capture: !0 }), Ce(document, "keydown", (_) => {
1345
+ _.key !== "Tab" || s.value === null || _.preventDefault();
1346
+ }), Ce(document, "pointerdown", () => {
1347
+ k.value && N();
1341
1348
  }), {
1342
- draggedViewIndex: i,
1343
- draggingOverViewIndex: b,
1344
- isItemDragged: D,
1345
- handleDragKeyboardToggle: E,
1346
- handleDragKeyboardMove: B,
1347
- handleDragStart: T,
1348
- handleDragStop: z
1349
+ draggedViewIndex: s,
1350
+ draggingOverViewIndex: V,
1351
+ isItemDragged: T,
1352
+ handleDragKeyboardToggle: P,
1353
+ handleDragKeyboardMove: G,
1354
+ handleDragStart: A,
1355
+ handleDragStop: N
1349
1356
  };
1350
- }, O0 = (e) => {
1351
- const { container: t, children: a, offset: u, activeViewIndex: d } = e, i = f(a.value.length), { width: K } = Ee(t);
1352
- return t1(
1353
- [K, d, a],
1354
- async ([R, k, b], [, m]) => {
1355
- const Z = b.length;
1356
- if (Z === 0)
1357
+ }, E2 = (e) => {
1358
+ const { container: t, children: o, offset: u, activeViewIndex: d } = e, s = g(o.value.length), { width: K } = P1(t);
1359
+ return te(
1360
+ [K, d, o],
1361
+ async ([k, Z, V], [, m]) => {
1362
+ const D = V.length;
1363
+ if (D === 0)
1357
1364
  return;
1358
1365
  let $ = u.value.offsetWidth;
1359
- i.value = Z;
1360
- const D = b[m];
1361
- D && (D.style.display = "none");
1362
- for (let B = 0; B < Z; B++) {
1363
- const z = b[B];
1364
- if (z.style.display = "inline-flex", $ + z.offsetWidth <= R)
1365
- $ += z.offsetWidth;
1366
+ s.value = D;
1367
+ const T = V[m];
1368
+ T && (T.style.display = "none");
1369
+ for (let G = 0; G < D; G++) {
1370
+ const N = V[G];
1371
+ if (N.style.display = "inline-flex", $ + N.offsetWidth <= k)
1372
+ $ += N.offsetWidth;
1366
1373
  else {
1367
- i.value = B, z.style.display = "none";
1374
+ s.value = G, N.style.display = "none";
1368
1375
  break;
1369
1376
  }
1370
1377
  }
1371
- if (k < i.value || k === null)
1378
+ if (Z < s.value || Z === null)
1372
1379
  return;
1373
- await _1();
1374
- let T = i.value - 1;
1375
- const E = b[k];
1376
- if (E.style.display = "inline-flex", $ += E.offsetWidth, T < 0 && $ > R) {
1377
- E.style.display = "none";
1380
+ await _e();
1381
+ let A = s.value - 1;
1382
+ const P = V[Z];
1383
+ if (P.style.display = "inline-flex", $ += P.offsetWidth, A < 0 && $ > k) {
1384
+ P.style.display = "none";
1378
1385
  return;
1379
1386
  }
1380
- for (; $ > R && T >= 0; ) {
1381
- const B = a.value[T];
1382
- $ -= B.offsetWidth, B.style.display = "none", T--;
1387
+ for (; $ > k && A >= 0; ) {
1388
+ const G = o.value[A];
1389
+ $ -= G.offsetWidth, G.style.display = "none", A--;
1383
1390
  }
1384
1391
  },
1385
1392
  { immediate: !0 }
1386
- ), t1([i, () => a.value.length], ([R, k]) => {
1387
- for (let b = R; b < k; b++) {
1388
- const m = a.value[b];
1393
+ ), te([s, () => o.value.length], ([k, Z]) => {
1394
+ for (let V = k; V < Z; V++) {
1395
+ const m = o.value[V];
1389
1396
  m.style.display = "none";
1390
1397
  }
1391
1398
  }), {
1392
- maxDisplayedViews: i
1399
+ maxDisplayedViews: s
1393
1400
  };
1394
- }, ze = {
1401
+ }, N1 = {
1402
+ "de-DE": { movingDraggedToPosition: "{dragged} wird an die Position von {draggingOver} verschoben", openViewOptions: "{label} Optionen öffnen", reorderView: "{label} neu anordnen", toggleAllViews: "Alle Ansichten umschalten" },
1403
+ "en-GB": { movingDraggedToPosition: "Moving {dragged} to position of {draggingOver}", openViewOptions: "Open {label} options", reorderView: "Reorder {label}", toggleAllViews: "Toggle all views" },
1395
1404
  "en-US": { movingDraggedToPosition: "Moving {dragged} to position of {draggingOver}", openViewOptions: "Open {label} options", reorderView: "Reorder {label}", toggleAllViews: "Toggle all views" },
1405
+ "es-ES": { movingDraggedToPosition: "Mover {dragged} a la posición de {draggingOver}", openViewOptions: "Abrir opciones de {label}", reorderView: "Reordenar {label}", toggleAllViews: "Cambiar todas las vistas" },
1406
+ "es-MX": { movingDraggedToPosition: "Mover {dragged} a la posición de {draggingOver}", openViewOptions: "Abrir opciones de {label}", reorderView: "Reordenar {label}", toggleAllViews: "Alternar todas las vistas" },
1407
+ "fr-FR": { movingDraggedToPosition: "Déplacer {dragged} vers la position de {DraggingOver}", openViewOptions: "Ouvrir les options {label}", reorderView: "Réorganiser {label}", toggleAllViews: "Afficher/masquer toutes les vues" },
1408
+ "it-IT": { movingDraggedToPosition: "Spostamento di {dragged} nella posizione di {DraggingOver}", openViewOptions: "Apri le opzioni {label}", reorderView: "Riordina {label}", toggleAllViews: "Attiva/disattiva tutte le visualizzazioni" },
1396
1409
  "ja-JP": { movingDraggedToPosition: "{dragged}を{draggingOver}の位置に移動しています", openViewOptions: "{label}オプションを開く", reorderView: "{label}を並べ替え", toggleAllViews: "すべてのビューを切り替え" },
1397
- "pt-BR": { movingDraggedToPosition: "Movendo {dragged} para a posição de {draggingOver}", openViewOptions: "Abrir opções de {label}", reorderView: "Reordenar {label}", toggleAllViews: "Alternar todas as visualizações" }
1398
- }, E0 = ["onKeydown"], U0 = {
1410
+ "pt-BR": { movingDraggedToPosition: "Movendo {dragged} para a posição de {draggingOver}", openViewOptions: "Abrir opções de {label}", reorderView: "Reordenar {label}", toggleAllViews: "Alternar todas as visualizações" },
1411
+ "zh-CN": { movingDraggedToPosition: "将 {dragged} 移动到 {draggingOver} 位置", openViewOptions: "打开 {label} 选项", reorderView: "重新排序 {label}", toggleAllViews: "切换所有视图" }
1412
+ }, P2 = ["onKeydown"], z2 = {
1399
1413
  key: 0,
1400
1414
  class: "b-header-with-views-all-views__popover-status"
1401
- }, N0 = ["onPointerdown"], z0 = { class: "b-header-with-views-all-views__popover-menu-item-content" }, F0 = {
1402
- i18n: { messages: ze }
1403
- }, K0 = /* @__PURE__ */ S1({
1404
- ...F0,
1415
+ }, U2 = ["onPointerdown"], N2 = { class: "b-header-with-views-all-views__popover-menu-item-content" }, F2 = {
1416
+ i18n: { messages: N1 }
1417
+ }, K2 = /* @__PURE__ */ Se({
1418
+ ...F2,
1405
1419
  __name: "header-with-views-all-views",
1406
1420
  props: {
1407
1421
  menuCloseOnClickOutsideOptions: {},
@@ -1410,240 +1424,247 @@ const P0 = (e) => {
1410
1424
  },
1411
1425
  emits: ["close:all-views", "close:view-menu", "open:all-views", "open:view-menu", "select:view", "reorder:view"],
1412
1426
  setup(e, { emit: t }) {
1413
- const a = e, u = t, d = f(!1), i = f(null), K = f(null), R = f(null), k = f(null), b = f(null), m = f(null), Z = m1("menu-popover"), { t: $ } = H1({ messages: ze });
1414
- w1(K, () => T(), {
1415
- ignore: [i, ...a.menuCloseOnClickOutsideOptions?.ignore ?? []]
1427
+ const o = e, u = t, d = g(!1), s = g(null), K = g(null), k = g(null), Z = g(null), V = g(null), m = g(null), D = me("menu-popover"), { t: $ } = He({ messages: N1 });
1428
+ we(K, () => A(), {
1429
+ ignore: [s, ...o.menuCloseOnClickOutsideOptions?.ignore ?? []]
1416
1430
  });
1417
- const D = () => {
1431
+ const T = () => {
1418
1432
  d.value = !0, u("open:all-views");
1419
- }, T = async () => {
1420
- d.value && (d.value = !1, u("close:all-views"), await _1(), i.value.$el.focus());
1421
- }, E = (g) => {
1422
- g.stopPropagation(), d.value ? T() : D();
1433
+ }, A = async () => {
1434
+ d.value && (d.value = !1, u("close:all-views"), await _e(), s.value.$el.focus());
1435
+ }, P = (f) => {
1436
+ f.stopPropagation(), d.value ? A() : T();
1423
1437
  }, {
1424
- draggedViewIndex: B,
1425
- draggingOverViewIndex: z,
1426
- isItemDragged: j,
1427
- handleDragKeyboardMove: P,
1428
- handleDragKeyboardToggle: G,
1438
+ draggedViewIndex: G,
1439
+ draggingOverViewIndex: N,
1440
+ isItemDragged: Y,
1441
+ handleDragKeyboardMove: O,
1442
+ handleDragKeyboardToggle: B,
1429
1443
  handleDragStart: J,
1430
- handleDragStop: O
1431
- } = P0({
1432
- items: We(a, "menuItems"),
1433
- itemRefs: b,
1434
- onDrop: (g) => u("reorder:view", g)
1435
- }), I = (g) => ({
1436
- "b-header-with-views-all-views__popover-menu-item--dragging": j(g)
1437
- }), _ = (g) => {
1438
- m.value[g].closeMenu(!1);
1444
+ handleDragStop: E
1445
+ } = O2({
1446
+ items: W1(o, "menuItems"),
1447
+ itemRefs: V,
1448
+ onDrop: (f) => u("reorder:view", f)
1449
+ }), I = (f) => ({
1450
+ "b-header-with-views-all-views__popover-menu-item--dragging": Y(f)
1451
+ }), _ = (f) => {
1452
+ m.value[f].closeMenu(!1);
1439
1453
  };
1440
- return (g, M) => (l(), o("div", {
1454
+ return (f, M) => (l(), n("div", {
1441
1455
  ref_key: "allViewsRef",
1442
- ref: R,
1456
+ ref: k,
1443
1457
  class: "b-header-with-views-all-views",
1444
1458
  "data-testid": "header-with-views-all-views",
1445
- onKeydown: q(d1(T, ["stop", "prevent"]), ["esc"])
1459
+ onKeydown: j(de(A, ["stop", "prevent"]), ["esc"])
1446
1460
  }, [
1447
- A(n(D1), {
1461
+ R(a(Te), {
1448
1462
  ref_key: "allViewsMenuToggleRef",
1449
- ref: i,
1463
+ ref: s,
1450
1464
  "aria-haspopup": "true",
1451
1465
  "aria-expanded": d.value,
1452
- "aria-controls": d.value ? n(Z) : null,
1466
+ "aria-controls": d.value ? a(D) : null,
1453
1467
  variant: "tertiary",
1454
1468
  toggled: d.value,
1455
- onClick: E
1469
+ onClick: P
1456
1470
  }, {
1457
1471
  iconLeft: y(() => [
1458
- A(n(A0), {
1459
- "svg-title": n($)("toggleAllViews")
1472
+ R(a(R2), {
1473
+ "svg-title": a($)("toggleAllViews")
1460
1474
  }, null, 8, ["svg-title"])
1461
1475
  ]),
1462
1476
  _: 1
1463
1477
  }, 8, ["aria-expanded", "aria-controls", "toggled"]),
1464
- i.value ? (l(), F(n($1), {
1478
+ s.value ? (l(), F(a($e), {
1465
1479
  key: 0,
1466
- id: n(Z),
1480
+ id: a(D),
1467
1481
  ref_key: "allViewsMenuPopoverRef",
1468
1482
  ref: K,
1469
1483
  class: "b-header-with-views-all-views__popover",
1470
1484
  open: d.value,
1471
- "target-element": i.value,
1485
+ "target-element": s.value,
1472
1486
  "fixed-positioning": !0,
1473
1487
  "overflow-visible": !0,
1474
1488
  position: "bottom-end",
1475
1489
  "without-space": ""
1476
1490
  }, {
1477
1491
  default: y(() => [
1478
- n(B) !== null && n(z) !== null ? (l(), o("output", U0, C(n($)("movingDraggedToPosition", {
1479
- dragged: g.menuItems[n(B)].label,
1480
- draggingOver: g.menuItems[n(z)].label
1492
+ a(G) !== null && a(N) !== null ? (l(), n("output", z2, C(a($)("movingDraggedToPosition", {
1493
+ dragged: f.menuItems[a(G)].label,
1494
+ draggingOver: f.menuItems[a(N)].label
1481
1495
  })), 1)) : p("", !0),
1482
- s("ul", {
1496
+ i("ul", {
1483
1497
  ref_key: "menuRef",
1484
- ref: k,
1498
+ ref: Z,
1485
1499
  class: "b-header-with-views-all-views__popover-menu"
1486
1500
  }, [
1487
- (l(!0), o(f1, null, g1(g.menuItems, (v, H) => (l(), o("li", {
1501
+ (l(!0), n(ge, null, fe(f.menuItems, (c, H) => (l(), n("li", {
1488
1502
  ref_for: !0,
1489
1503
  ref_key: "menuItemRefs",
1490
- ref: b,
1504
+ ref: V,
1491
1505
  key: H,
1492
1506
  "data-drag-item": "",
1493
- class: i1(["b-header-with-views-all-views__popover-menu-item", I(H)]),
1494
- onPointerdown: (h) => n(J)(H, h)
1507
+ class: se(["b-header-with-views-all-views__popover-menu-item", I(H)]),
1508
+ onPointerdown: (h) => a(J)(H, h)
1495
1509
  }, [
1496
- s("div", z0, [
1497
- A(n(v1), {
1510
+ i("div", N2, [
1511
+ R(a(ce), {
1498
1512
  "data-drag-trigger": "",
1499
1513
  class: "b-header-with-views-all-views__popover-menu-item-button b-header-with-views-all-views__popover-menu-item-button-reorder",
1500
1514
  variant: "tertiary",
1501
- "aria-pressed": n(j)(H),
1515
+ "aria-pressed": a(Y)(H),
1502
1516
  onKeydown: [
1503
- q((h) => n(G)(H, h), ["enter", "native"]),
1504
- q((h) => n(G)(H, h), ["space", "native"]),
1505
- M[0] || (M[0] = q((h) => n(P)(n(Z1).DOWN, h), ["down", "native"])),
1506
- M[1] || (M[1] = q((h) => n(P)(n(Z1).UP, h), ["up", "native"])),
1507
- q(n(O), ["esc", "native"])
1517
+ j((h) => a(B)(H, h), ["enter", "native"]),
1518
+ j((h) => a(B)(H, h), ["space", "native"]),
1519
+ M[0] || (M[0] = j((h) => a(O)(a(De).DOWN, h), ["down", "native"])),
1520
+ M[1] || (M[1] = j((h) => a(O)(a(De).UP, h), ["up", "native"])),
1521
+ j(a(E), ["esc", "native"])
1508
1522
  ]
1509
1523
  }, {
1510
1524
  iconLeft: y(() => [
1511
- A(n(d5), {
1512
- "svg-title": n($)("reorderView", { label: v.label })
1525
+ R(a(dt), {
1526
+ "svg-title": a($)("reorderView", { label: c.label })
1513
1527
  }, null, 8, ["svg-title"])
1514
1528
  ]),
1515
1529
  _: 2
1516
1530
  }, 1032, ["aria-pressed", "onKeydown"]),
1517
- A(n(v1), {
1531
+ R(a(ce), {
1518
1532
  "data-view-select": "",
1519
1533
  class: "b-header-with-views-all-views__popover-menu-item-button b-header-with-views-all-views__popover-menu-item-button-select",
1520
1534
  variant: "tertiary",
1521
1535
  onClick: (h) => u("select:view", H)
1522
1536
  }, {
1523
1537
  iconLeft: y(() => [
1524
- s("span", {
1525
- class: i1(["b-header-with-views-all-views__popover-menu-item-button-icon", `b-header-with-views-all-views__popover-menu-item-button-icon--${v.iconColor}`]),
1538
+ i("span", {
1539
+ class: se(["b-header-with-views-all-views__popover-menu-item-button-icon", `b-header-with-views-all-views__popover-menu-item-button-icon--${c.iconColor}`]),
1526
1540
  "aria-hidden": "true"
1527
1541
  }, [
1528
- (l(), F(h1(n(L1)[v.icon])))
1542
+ (l(), F(he(a(Le)[c.icon])))
1529
1543
  ], 2)
1530
1544
  ]),
1531
1545
  default: y(() => [
1532
- A(n(u1), {
1546
+ R(a(ue), {
1533
1547
  el: "span",
1534
1548
  variant: "body",
1535
1549
  class: "b-header-with-views-all-views__popover-menu-item-button-text"
1536
1550
  }, {
1537
1551
  default: y(() => [
1538
- Q(C(v.label), 1)
1552
+ X(C(c.label), 1)
1539
1553
  ]),
1540
1554
  _: 2
1541
1555
  }, 1024)
1542
1556
  ]),
1543
1557
  _: 2
1544
1558
  }, 1032, ["onClick"]),
1545
- A(n(Oe), {
1559
+ R(a(E1), {
1546
1560
  ref_for: !0,
1547
1561
  ref_key: "editViewMenuRefs",
1548
1562
  ref: m,
1549
1563
  "data-view-menu": "",
1550
1564
  class: "b-header-with-views-all-views__popover-menu-item-button",
1551
1565
  button: { variant: "tertiary", condensed: !0 },
1552
- "close-on-click-outside-options": g.menuCloseOnClickOutsideOptions,
1553
- data: g.menuItemsActions,
1566
+ "close-on-click-outside-options": f.menuCloseOnClickOutsideOptions,
1567
+ data: f.menuItemsActions,
1554
1568
  "menu-position": "right-start",
1555
1569
  onOpen: (h) => u("open:view-menu", H),
1556
1570
  onClose: (h) => u("close:view-menu", H),
1557
- onKeydownCapture: q((h) => _(H), ["tab", "native"])
1571
+ onKeydownCapture: j((h) => _(H), ["tab", "native"])
1558
1572
  }, {
1559
1573
  iconLeft: y(() => [
1560
- A(n(Ne), {
1561
- "svg-title": n($)("openViewOptions", { label: v.label })
1574
+ R(a(U1), {
1575
+ "svg-title": a($)("openViewOptions", { label: c.label })
1562
1576
  }, null, 8, ["svg-title"])
1563
1577
  ]),
1564
1578
  _: 2
1565
1579
  }, 1032, ["close-on-click-outside-options", "data", "onOpen", "onClose", "onKeydownCapture"])
1566
1580
  ])
1567
- ], 42, N0))), 128))
1581
+ ], 42, U2))), 128))
1568
1582
  ], 512)
1569
1583
  ]),
1570
1584
  _: 1
1571
1585
  }, 8, ["id", "open", "target-element"])) : p("", !0)
1572
- ], 40, E0));
1586
+ ], 40, P2));
1573
1587
  }
1574
- }), B0 = /* @__PURE__ */ w(K0, [["__scopeId", "data-v-6d9e6be6"]]);
1575
- let Re = 0;
1576
- const G0 = {
1588
+ }), G2 = /* @__PURE__ */ w(K2, [["__scopeId", "data-v-6d9e6be6"]]);
1589
+ let k1 = 0;
1590
+ const B2 = {
1577
1591
  beforeCreate() {
1578
- this.uuid = Re.toString(), Re += 1;
1592
+ this.uuid = k1.toString(), k1 += 1;
1579
1593
  }
1580
- }, Y0 = { key: 0 }, j0 = ["clip-path"], q0 = ["id"];
1581
- function J0(e, t, a, u, d, i) {
1582
- return l(), o("svg", V({ role: "img" }, e.$attrs, {
1594
+ }, q2 = { key: 0 }, Y2 = ["clip-path"], j2 = ["id"];
1595
+ function J2(e, t, o, u, d, s) {
1596
+ return l(), n("svg", b({ role: "img" }, e.$attrs, {
1583
1597
  class: "ui-assets-icons-16",
1584
1598
  xmlns: "http://www.w3.org/2000/svg",
1585
1599
  width: "16",
1586
1600
  height: "16",
1587
1601
  fill: "none"
1588
1602
  }), [
1589
- e.$attrs["svg-title"] ? (l(), o("title", Y0, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1590
- s("g", {
1603
+ e.$attrs["svg-title"] ? (l(), n("title", q2, C(e.$attrs["svg-title"]), 1)) : p("", !0),
1604
+ i("g", {
1591
1605
  "clip-path": "url(#uia-ui-assets/icons-16-circle_filled__a" + e.uuid + ")"
1592
1606
  }, t[0] || (t[0] = [
1593
- s("path", {
1607
+ i("path", {
1594
1608
  fill: "#001222",
1595
1609
  d: "M8 0.25C3.71979 0.25 0.25 3.71979 0.25 8C0.25 12.2802 3.71979 15.75 8 15.75C12.2802 15.75 15.75 12.2802 15.75 8C15.75 3.71979 12.2802 0.25 8 0.25Z"
1596
1610
  }, null, -1)
1597
- ]), 8, j0),
1598
- s("defs", null, [
1599
- s("clipPath", {
1611
+ ]), 8, Y2),
1612
+ i("defs", null, [
1613
+ i("clipPath", {
1600
1614
  id: "uia-ui-assets/icons-16-circle_filled__a" + e.uuid
1601
1615
  }, t[1] || (t[1] = [
1602
- s("rect", {
1616
+ i("rect", {
1603
1617
  width: "16",
1604
1618
  height: "16",
1605
1619
  fill: "#fff"
1606
1620
  }, null, -1)
1607
- ]), 8, q0)
1621
+ ]), 8, j2)
1608
1622
  ])
1609
1623
  ], 16);
1610
1624
  }
1611
- const Q0 = /* @__PURE__ */ w(G0, [["render", J0]]);
1612
- var k1 = /* @__PURE__ */ ((e) => (e.EDIT = "edit", e.CREATE = "create", e))(k1 || {});
1613
- const Fe = {
1625
+ const X2 = /* @__PURE__ */ w(B2, [["render", J2]]);
1626
+ var Ze = /* @__PURE__ */ ((e) => (e.EDIT = "edit", e.CREATE = "create", e))(Ze || {});
1627
+ const F1 = {
1628
+ "de-DE": { cancel: "Abbrechen", color: "Farbe", create: "Erstellen", icon: "Symbol", save: "Speichern", selectIcon: "Wählen Sie das Symbol {icon}", selectIconColor: "Wählen Sie die Farbe {color} des Symbols aus", selected: "Ausgewählt", title: "Titel", viewIcons: "Symbole anzeigen", viewLabel: "Label anzeigen" },
1629
+ "en-GB": { cancel: "Cancel", color: "Colour", create: "Create", icon: "Icon", save: "Save", selectIcon: "Select {icon} icon", selectIconColor: "Select {colour} icon colour", selected: "Selected", title: "Title", viewIcons: "View icons", viewLabel: "View label" },
1614
1630
  "en-US": { cancel: "Cancel", color: "Color", create: "Create", icon: "Icon", save: "Save", selectIcon: "Select {icon} icon", selectIconColor: "Select {color} icon color", selected: "Selected", title: "Title", viewIcons: "View icons", viewLabel: "View label" },
1631
+ "es-ES": { cancel: "Cancelar", color: "Colorear", create: "Crear", icon: "Icono", save: "Guardar", selectIcon: "Selecciona el icono {icon}", selectIconColor: "Selecciona el color del icono {color}", selected: "Seleccionado", title: "Título", viewIcons: "Ver iconos", viewLabel: "Ver etiqueta" },
1632
+ "es-MX": { cancel: "Cancelar", color: "Color", create: "Crear", icon: "Icono", save: "Guardar", selectIcon: "Seleccionar {icon} icono", selectIconColor: "Seleccione el color del icono {color}", selected: "Seleccionado", title: "Título", viewIcons: "Ver iconos", viewLabel: "Ver etiqueta" },
1633
+ "fr-FR": { cancel: "Annuler", color: "Couleur", create: "Créer", icon: "Icône", save: "Enregistrer", selectIcon: "Sélectionner l'icône {icon}", selectIconColor: "Sélectionner la couleur d'icône {color}", selected: "Sélectionné", title: "Titre", viewIcons: "Afficher les icônes", viewLabel: "Afficher l'étiquette" },
1634
+ "it-IT": { cancel: "Annulla", color: "Colore", create: "Crea", icon: "Icona", save: "Salva", selectIcon: "Seleziona l'icona {icon}", selectIconColor: "Seleziona il colore icona {color}", selected: "Selezionato", title: "Titolo", viewIcons: "Visualizza le icone", viewLabel: "Visualizza etichetta" },
1615
1635
  "ja-JP": { cancel: "キャンセル", color: "色", create: "作成", icon: "アイコン", save: "保存", selectIcon: "{icon}アイコンを選択", selectIconColor: "{color}アイコンの色を選択", selected: "選択済み", title: "タイトル", viewIcons: "アイコンを表示", viewLabel: "ラベルを表示" },
1616
- "pt-BR": { cancel: "Cancelar", color: "Cor", create: "Criar", icon: "Ícone", save: "Salvar", selectIcon: "Selecionar ícone {icon}", selectIconColor: "Selecionar cor {color} do ícone", selected: "Selecionado", title: "Título", viewIcons: "Ver ícones", viewLabel: "Ver rótulo" }
1617
- }, X0 = { class: "b-header-with-views-edit-form" }, W0 = {
1636
+ "pt-BR": { cancel: "Cancelar", color: "Cor", create: "Criar", icon: "Ícone", save: "Salvar", selectIcon: "Selecionar ícone {icon}", selectIconColor: "Selecionar cor {color} do ícone", selected: "Selecionado", title: "Título", viewIcons: "Ver ícones", viewLabel: "Ver rótulo" },
1637
+ "zh-CN": { cancel: "取消", color: "颜色", create: "创建", icon: "图标", save: "保存", selectIcon: "选择 {icon} 图标", selectIconColor: "选择 {color} 图标颜色", selected: "已选", title: "标题", viewIcons: "查看图标", viewLabel: "查看标签" }
1638
+ }, Q2 = { class: "b-header-with-views-edit-form" }, W2 = {
1618
1639
  class: "b-header-with-views-edit-form__icon-choice-alert",
1619
1640
  role: "alert"
1620
- }, x0 = { class: "b-header-with-views-edit-form__icon-selector" }, es = { class: "b-header-with-views-edit-form__icon-panel" }, ts = { class: "b-header-with-views-edit-form__icon-color-options" }, ss = { class: "b-header-with-views-edit-form__icon-options" }, is = {
1621
- i18n: { messages: Fe }
1622
- }, ls = /* @__PURE__ */ S1({
1623
- ...is,
1641
+ }, x2 = { class: "b-header-with-views-edit-form__icon-selector" }, es = { class: "b-header-with-views-edit-form__icon-panel" }, ts = { class: "b-header-with-views-edit-form__icon-color-options" }, is = { class: "b-header-with-views-edit-form__icon-options" }, ss = {
1642
+ i18n: { messages: F1 }
1643
+ }, ls = /* @__PURE__ */ Se({
1644
+ ...ss,
1624
1645
  __name: "header-with-views-edit-form",
1625
1646
  props: {
1626
1647
  additionalFormItem: { default: null },
1627
- context: { default: k1.CREATE },
1648
+ context: { default: Ze.CREATE },
1628
1649
  disableCustomization: { type: Boolean, default: !1 },
1629
1650
  errors: { default: null },
1630
- icon: { default: b1.STACK },
1631
- iconColor: { default: V1.PRIMARY },
1651
+ icon: { default: Ve.STACK },
1652
+ iconColor: { default: be.PRIMARY },
1632
1653
  label: { default: "" }
1633
1654
  },
1634
1655
  emits: ["cancel", "update", "delete", "input:label", "blur:label", "keydown:enter"],
1635
1656
  setup(e, { emit: t }) {
1636
- const a = e, u = t, d = f(a.label), i = f(a.icon), K = f(a.iconColor), R = f(a.additionalFormItem?.value ?? !1), k = f(!1), b = f(null), m = f(null), Z = f(null), $ = m1("iconPopover"), D = f(!1), T = Y(() => Object.values(b1)), E = Y(() => Object.values(V1)), B = Y(() => Object.values(a.errors).some((v) => v.length > 0)), z = Y(
1637
- () => `${P("selected")}: ${i.value} ${P("icon")}, ${P("color")} ${K.value}`
1638
- ), j = Y(() => [
1639
- ...a.context === k1.EDIT ? (
1657
+ const o = e, u = t, d = g(o.label), s = g(o.icon), K = g(o.iconColor), k = g(o.additionalFormItem?.value ?? !1), Z = g(!1), V = g(null), m = g(null), D = g(null), $ = me("iconPopover"), T = g(!1), A = q(() => Object.values(Ve)), P = q(() => Object.values(be)), G = q(() => Object.values(o.errors).some((c) => c.length > 0)), N = q(
1658
+ () => `${O("selected")}: ${s.value} ${O("icon")}, ${O("color")} ${K.value}`
1659
+ ), Y = q(() => [
1660
+ ...o.context === Ze.EDIT ? (
1640
1661
  // edit mode
1641
1662
  [
1642
1663
  {
1643
- title: P("save"),
1664
+ title: O("save"),
1644
1665
  type: "submit",
1645
1666
  event: () => {
1646
- B.value || I();
1667
+ G.value || I();
1647
1668
  }
1648
1669
  }
1649
1670
  ]
@@ -1651,124 +1672,124 @@ const Fe = {
1651
1672
  // create mode
1652
1673
  [
1653
1674
  {
1654
- title: P("create"),
1675
+ title: O("create"),
1655
1676
  type: "submit",
1656
1677
  event: () => {
1657
- !k.value || B.value || I();
1678
+ !Z.value || G.value || I();
1658
1679
  }
1659
1680
  }
1660
1681
  ]
1661
1682
  ),
1662
1683
  {
1663
- title: P("cancel"),
1684
+ title: O("cancel"),
1664
1685
  event: _
1665
1686
  }
1666
- ]), { t: P } = H1({ messages: Fe }), G = Y(() => ({
1687
+ ]), { t: O } = He({ messages: F1 }), B = q(() => ({
1667
1688
  iconColor: K.value,
1668
- icon: i.value,
1689
+ icon: s.value,
1669
1690
  label: d.value,
1670
- ...a.additionalFormItem ? {
1691
+ ...o.additionalFormItem ? {
1671
1692
  additionalViewSetting: {
1672
- label: a.additionalFormItem.label,
1673
- value: R.value
1693
+ label: o.additionalFormItem.label,
1694
+ value: k.value
1674
1695
  }
1675
1696
  } : []
1676
- })), J = Y(
1677
- () => a.disableCustomization ? "" : `b-header-with-views-edit-form__icon-color--${K.value}`
1678
- ), O = () => {
1679
- D.value = !1;
1697
+ })), J = q(
1698
+ () => o.disableCustomization ? "" : `b-header-with-views-edit-form__icon-color--${K.value}`
1699
+ ), E = () => {
1700
+ T.value = !1;
1680
1701
  }, I = () => {
1681
- u("update", G.value);
1702
+ u("update", B.value);
1682
1703
  }, _ = () => {
1683
- i.value = a.icon, K.value = a.iconColor, d.value = a.label, u("cancel");
1684
- }, g = p5((v) => {
1685
- d.value = v, k.value = !0;
1686
- }, 200), M = (v) => {
1687
- R.value = v, k.value = !0;
1704
+ s.value = o.icon, K.value = o.iconColor, d.value = o.label, u("cancel");
1705
+ }, f = pt((c) => {
1706
+ d.value = c, Z.value = !0;
1707
+ }, 200), M = (c) => {
1708
+ k.value = c, Z.value = !0;
1688
1709
  };
1689
- return w1(m, O, {
1690
- ignore: [b]
1691
- }), a5("Escape", O, {
1710
+ return we(m, E, {
1711
+ ignore: [V]
1712
+ }), ot("Escape", E, {
1692
1713
  target: m,
1693
1714
  eventName: "keydown"
1694
- }), t1(d, (v) => u("input:label", v)), Ie(async () => {
1695
- await _1(), Z.value.$refs.inputFieldElement.focus();
1696
- }), (v, H) => (l(), o("form", X0, [
1697
- A(n(C5), null, {
1715
+ }), te(d, (c) => u("input:label", c)), I1(async () => {
1716
+ await _e(), D.value.$refs.inputFieldElement.focus();
1717
+ }), (c, H) => (l(), n("form", Q2, [
1718
+ R(a(Ct), null, {
1698
1719
  default: y(() => [
1699
- Q(C(n(P)("title")), 1)
1720
+ X(C(a(O)("title")), 1)
1700
1721
  ]),
1701
1722
  _: 1
1702
1723
  }),
1703
- s("div", W0, C(z.value), 1),
1704
- s("div", x0, [
1705
- A(n(D1), {
1724
+ i("div", W2, C(N.value), 1),
1725
+ i("div", x2, [
1726
+ R(a(Te), {
1706
1727
  ref_key: "iconSelectorButtonRef",
1707
- ref: b,
1728
+ ref: V,
1708
1729
  variant: "secondary",
1709
- "aria-expanded": D.value,
1710
- "aria-controls": D.value ? n($) : null,
1711
- disabled: a.disableCustomization,
1712
- toggled: D.value,
1713
- onClick: H[0] || (H[0] = (h) => D.value = !D.value)
1730
+ "aria-expanded": T.value,
1731
+ "aria-controls": T.value ? a($) : null,
1732
+ disabled: o.disableCustomization,
1733
+ toggled: T.value,
1734
+ onClick: H[0] || (H[0] = (h) => T.value = !T.value)
1714
1735
  }, {
1715
1736
  iconLeft: y(() => [
1716
- (l(), F(h1(n(L1)[i.value]), {
1717
- class: i1(J.value),
1718
- "svg-title": n(P)("viewIcons")
1737
+ (l(), F(he(a(Le)[s.value]), {
1738
+ class: se(J.value),
1739
+ "svg-title": a(O)("viewIcons")
1719
1740
  }, null, 8, ["class", "svg-title"]))
1720
1741
  ]),
1721
1742
  _: 1
1722
1743
  }, 8, ["aria-expanded", "aria-controls", "disabled", "toggled"]),
1723
- b.value && !a.disableCustomization ? (l(), F(n($1), {
1744
+ V.value && !o.disableCustomization ? (l(), F(a($e), {
1724
1745
  key: 0,
1725
- id: n($),
1746
+ id: a($),
1726
1747
  ref_key: "iconPopoverRef",
1727
1748
  ref: m,
1728
1749
  class: "b-header-with-views-edit-form__icon-selector-popover",
1729
- "target-element": b.value,
1730
- open: D.value,
1750
+ "target-element": V.value,
1751
+ open: T.value,
1731
1752
  "fallback-position": ["bottom-end"],
1732
1753
  "fixed-positioning": !0,
1733
1754
  "overflow-visible": !0,
1734
1755
  position: "bottom-end",
1735
- onDismiss: H[1] || (H[1] = (h) => D.value = !1),
1736
- onKeydownCapture: H[2] || (H[2] = q(d1((h) => D.value = !1, ["stop", "prevent"]), ["escape", "native"]))
1756
+ onDismiss: H[1] || (H[1] = (h) => T.value = !1),
1757
+ onKeydownCapture: H[2] || (H[2] = j(de((h) => T.value = !1, ["stop", "prevent"]), ["escape", "native"]))
1737
1758
  }, {
1738
1759
  default: y(() => [
1739
- s("div", es, [
1740
- s("div", ts, [
1741
- (l(!0), o(f1, null, g1(E.value, (h, U) => (l(), o("div", {
1742
- key: U,
1760
+ i("div", es, [
1761
+ i("div", ts, [
1762
+ (l(!0), n(ge, null, fe(P.value, (h, z) => (l(), n("div", {
1763
+ key: z,
1743
1764
  class: "b-header-with-views-edit-form__icon-options-wrapper"
1744
1765
  }, [
1745
- A(n(v1), {
1746
- class: i1(["b-header-with-views-edit-form__icon-color-options-button", `b-header-with-views-edit-form__icon-color--${h}`]),
1766
+ R(a(ce), {
1767
+ class: se(["b-header-with-views-edit-form__icon-color-options-button", `b-header-with-views-edit-form__icon-color--${h}`]),
1747
1768
  "aria-selected": K.value === h,
1748
1769
  variant: "tertiary",
1749
1770
  onClick: (S) => K.value = h
1750
1771
  }, {
1751
1772
  iconLeft: y(() => [
1752
- A(n(Q0), {
1753
- "svg-title": n(P)("selectIconColor", { color: h })
1773
+ R(a(X2), {
1774
+ "svg-title": a(O)("selectIconColor", { color: h })
1754
1775
  }, null, 8, ["svg-title"])
1755
1776
  ]),
1756
1777
  _: 2
1757
1778
  }, 1032, ["class", "aria-selected", "onClick"])
1758
1779
  ]))), 128))
1759
1780
  ]),
1760
- A(n(v5)),
1761
- s("div", ss, [
1762
- (l(!0), o(f1, null, g1(T.value, (h, U) => (l(), F(n(v1), {
1763
- key: U,
1781
+ R(a(ct)),
1782
+ i("div", is, [
1783
+ (l(!0), n(ge, null, fe(A.value, (h, z) => (l(), F(a(ce), {
1784
+ key: z,
1764
1785
  class: "b-header-with-views-edit-form__icon-options-button",
1765
- "aria-selected": i.value === h,
1786
+ "aria-selected": s.value === h,
1766
1787
  variant: "tertiary",
1767
- onClick: (S) => i.value = h
1788
+ onClick: (S) => s.value = h
1768
1789
  }, {
1769
1790
  iconLeft: y(() => [
1770
- (l(), F(h1(n(L1)[h]), {
1771
- "svg-title": n(P)("selectIcon", { icon: h })
1791
+ (l(), F(he(a(Le)[h]), {
1792
+ "svg-title": a(O)("selectIcon", { icon: h })
1772
1793
  }, null, 8, ["svg-title"]))
1773
1794
  ]),
1774
1795
  _: 2
@@ -1778,39 +1799,39 @@ const Fe = {
1778
1799
  ]),
1779
1800
  _: 1
1780
1801
  }, 8, ["id", "target-element", "open"])) : p("", !0),
1781
- A(n(c5), {
1802
+ R(a(vt), {
1782
1803
  ref_key: "inputFieldRef",
1783
- ref: Z,
1804
+ ref: D,
1784
1805
  class: "b-header-with-views-edit-form__icon-selector-input",
1785
- "aria-label": n(P)("viewLabel"),
1786
- "error-message": v.errors.label,
1806
+ "aria-label": a(O)("viewLabel"),
1807
+ "error-message": c.errors.label,
1787
1808
  "model-value": d.value,
1788
- onKeydown: H[3] || (H[3] = q(d1((h) => u("keydown:enter", G.value), ["prevent"]), ["enter"])),
1789
- "onUpdate:modelValue": n(g),
1809
+ onKeydown: H[3] || (H[3] = j(de((h) => u("keydown:enter", B.value), ["prevent"]), ["enter"])),
1810
+ "onUpdate:modelValue": a(f),
1790
1811
  onBlur: H[4] || (H[4] = (h) => u("blur:label", d.value))
1791
1812
  }, null, 8, ["aria-label", "error-message", "model-value", "onUpdate:modelValue"])
1792
1813
  ]),
1793
- v.additionalFormItem ? (l(), F(n(Pe), {
1814
+ c.additionalFormItem ? (l(), F(a(O1), {
1794
1815
  key: 0,
1795
- "model-value": R.value,
1816
+ "model-value": k.value,
1796
1817
  class: "b-header-with-views-edit-form__additional-config",
1797
1818
  "onUpdate:modelValue": M
1798
1819
  }, {
1799
1820
  default: y(() => [
1800
- Q(C(v.additionalFormItem.label), 1)
1821
+ X(C(c.additionalFormItem.label), 1)
1801
1822
  ]),
1802
1823
  _: 1
1803
1824
  }, 8, ["model-value"])) : p("", !0),
1804
- A(n(e5), {
1825
+ R(a(et), {
1805
1826
  class: "b-header-with-views-edit-form__actions",
1806
- actions: j.value,
1827
+ actions: Y.value,
1807
1828
  layout: "buttons-end"
1808
1829
  }, null, 8, ["actions"])
1809
1830
  ]));
1810
1831
  }
1811
- }), Te = /* @__PURE__ */ w(ls, [["__scopeId", "data-v-4e446190"]]), ns = { class: "b-header-with-views__title" }, os = ["aria-label"], as = { class: "b-header-with-views__bar-tab-button--unsaved" }, rs = { class: "b-header-with-views__modal-description" }, us = { class: "b-header-with-views__modal-description" }, ds = {
1812
- i18n: { messages: R1 }
1813
- }, vs = /* @__PURE__ */ S1({
1832
+ }), A1 = /* @__PURE__ */ w(ls, [["__scopeId", "data-v-4e446190"]]), as = { class: "b-header-with-views__title" }, ns = ["aria-label"], os = { class: "b-header-with-views__bar-tab-button--unsaved" }, rs = { class: "b-header-with-views__modal-description" }, us = { class: "b-header-with-views__modal-description" }, ds = {
1833
+ i18n: { messages: ke }
1834
+ }, cs = /* @__PURE__ */ Se({
1814
1835
  ...ds,
1815
1836
  __name: "header-with-views",
1816
1837
  props: {
@@ -1830,465 +1851,465 @@ const Fe = {
1830
1851
  },
1831
1852
  emits: ["add:view", "delete:view", "duplicate:view", "reorder:view", "restore:view", "save:view", "select:view", "update:view", "update:skip-unsaved-changes", "update:active-view-index"],
1832
1853
  setup(e, { emit: t }) {
1833
- const a = e, u = t, d = 573, { t: i } = H1({ messages: R1 }), K = xe(), R = t5(K), k = f(null), b = f(null), m = f(null), Z = f([]), $ = f(null), D = f(null), T = f(null), E = f([]), B = f(null), z = f(null), j = f(!1), P = f(!1), G = f(!1), J = f(!1), O = f(null), I = f(null), _ = f(null), g = f(null), M = f(null), v = Y({
1854
+ const o = e, u = t, d = 573, { t: s } = He({ messages: ke }), K = x1(), k = tt(K), Z = g(null), V = g(null), m = g(null), D = g([]), $ = g(null), T = g(null), A = g(null), P = g([]), G = g(null), N = g(null), Y = g(!1), O = g(!1), B = g(!1), J = g(!1), E = g(null), I = g(null), _ = g(null), f = g(null), M = g(null), c = q({
1834
1855
  get: () => _.value,
1835
1856
  set: (r) => {
1836
1857
  _.value = r, u("update:active-view-index", r);
1837
1858
  }
1838
- }), H = f(!1), h = m1("createViewPopover"), U = m1("editViewPopover");
1839
- O0({
1840
- container: T,
1841
- children: E,
1842
- offset: B,
1843
- activeViewIndex: v
1859
+ }), H = g(!1), h = me("createViewPopover"), z = me("editViewPopover");
1860
+ E2({
1861
+ container: A,
1862
+ children: P,
1863
+ offset: G,
1864
+ activeViewIndex: c
1844
1865
  });
1845
- const { computedViews: S, clearError: l1, duplicateView: s1, errors: n1, setViews: c1, updateView: W, validateLabel: X } = I0({
1846
- additionalViewSetting: a.additionalViewSetting,
1847
- views: a.views
1848
- }), r1 = async (r = !0) => {
1849
- j.value = !1, r && (await _1(), k.value.$el.focus()), l1();
1850
- }, T1 = () => {
1851
- (P.value ? z.value.$refs.editViewMenuRefs[O.value] : Z.value[0])?.closeMenu();
1866
+ const { computedViews: S, clearError: le, duplicateView: ie, errors: ae, setViews: ve, updateView: W, validateLabel: Q } = I2({
1867
+ additionalViewSetting: o.additionalViewSetting,
1868
+ views: o.views
1869
+ }), re = async (r = !0) => {
1870
+ Y.value = !1, r && (await _e(), Z.value.$el.focus()), le();
1871
+ }, Ae = () => {
1872
+ (O.value ? N.value.$refs.editViewMenuRefs[E.value] : D.value[0])?.closeMenu();
1852
1873
  };
1853
- w1(b, () => r1(!1), {
1854
- ignore: [k]
1855
- }), w1(m, () => o1(), {
1874
+ we(V, () => re(!1), {
1875
+ ignore: [Z]
1876
+ }), we(m, () => ne(), {
1856
1877
  ignore: [$]
1857
1878
  });
1858
- const { width: Ke } = Ee(D), { addToast: M1 } = s5(), Be = Y(() => [
1879
+ const { width: K1 } = P1(T), { addToast: Me } = it(), G1 = q(() => [
1859
1880
  {
1860
- title: i("saveChanges"),
1861
- event: F1
1881
+ title: s("saveChanges"),
1882
+ event: Fe
1862
1883
  },
1863
1884
  {
1864
- title: i("leave"),
1865
- event: K1
1885
+ title: s("leave"),
1886
+ event: Ke
1866
1887
  }
1867
- ]), Ge = Y(() => [
1888
+ ]), B1 = q(() => [
1868
1889
  {
1869
- title: i("deleteViewAction"),
1890
+ title: s("deleteViewAction"),
1870
1891
  event: async () => {
1871
1892
  J.value = !1;
1872
1893
  const r = W(null, M.value);
1873
- u("delete:view", r), x(), !(v.value < M.value) && (v.value > M.value ? v.value -= 1 : v.value === M.value && (r.newViews.length === 0 ? v.value = null : v.value >= r.newViews.length && (v.value -= 1)), M.value = null);
1894
+ u("delete:view", r), x(), !(c.value < M.value) && (c.value > M.value ? c.value -= 1 : c.value === M.value && (r.newViews.length === 0 ? c.value = null : c.value >= r.newViews.length && (c.value -= 1)), M.value = null);
1874
1895
  }
1875
1896
  },
1876
1897
  {
1877
- title: i("cancel"),
1898
+ title: s("cancel"),
1878
1899
  event: () => {
1879
1900
  J.value = !1;
1880
1901
  }
1881
1902
  }
1882
- ]), A1 = Y(() => S.value[M.value]?.label), I1 = Y(() => a.description || R("description") || a.lastUpdated), P1 = Y(() => Ke.value <= d), Ye = Y(() => ({
1883
- "b-header-with-views__container--is-compact": P1.value,
1884
- "b-header-with-views__container--has-meta": I1.value
1903
+ ]), Re = q(() => S.value[M.value]?.label), Ie = q(() => o.description || k("description") || o.lastUpdated), Oe = q(() => K1.value <= d), q1 = q(() => ({
1904
+ "b-header-with-views__container--is-compact": Oe.value,
1905
+ "b-header-with-views__container--has-meta": Ie.value
1885
1906
  }));
1886
- t1([v, S], ([r, c], [L, N]) => {
1887
- const e1 = r === L && c.length === N.length, Qe = c[r]?.label === N[L]?.label;
1888
- e1 || Qe || u("select:view", c[r]?.label ?? null);
1889
- }), t1(I, () => {
1890
- o1();
1891
- }), t1(P, (r) => {
1907
+ te([c, S], ([r, v], [L, U]) => {
1908
+ const ee = r === L && v.length === U.length, X1 = v[r]?.label === U[L]?.label;
1909
+ ee || X1 || u("select:view", v[r]?.label ?? null);
1910
+ }), te(I, () => {
1911
+ ne();
1912
+ }), te(O, (r) => {
1892
1913
  r || x();
1893
- }), t1(O, (r) => {
1894
- const c = y1(r) ? 2 : 0;
1895
- if (P.value) {
1896
- const N = z.value.$refs.editViewMenuRefs[I.value]?.$refs?.menuItemListRef;
1897
- $.value = z.value.$refs.editViewMenuRefs[I.value]?.$refs?.menuItemListRef?.$refs?.menuItemRef?.[c] ?? null, r || (N?.focusItem(), l1());
1914
+ }), te(E, (r) => {
1915
+ const v = ye(r) ? 2 : 0;
1916
+ if (O.value) {
1917
+ const U = N.value.$refs.editViewMenuRefs[I.value]?.$refs?.menuItemListRef;
1918
+ $.value = N.value.$refs.editViewMenuRefs[I.value]?.$refs?.menuItemListRef?.$refs?.menuItemRef?.[v] ?? null, r || (U?.focusItem(), le());
1898
1919
  return;
1899
1920
  }
1900
- const L = Z.value.find((N) => N.$refs.menuItemListRef)?.$refs?.menuItemListRef;
1901
- $.value = L?.$refs?.menuItemRef?.[c] ?? null, r || (L?.focusItem(), l1());
1902
- }), t1(
1903
- () => a.activeViewIndex,
1921
+ const L = D.value.find((U) => U.$refs.menuItemListRef)?.$refs?.menuItemListRef;
1922
+ $.value = L?.$refs?.menuItemRef?.[v] ?? null, r || (L?.focusItem(), le());
1923
+ }), te(
1924
+ () => o.activeViewIndex,
1904
1925
  (r) => {
1905
- r !== void 0 && r >= 0 && r < S.value.length && (v.value = r);
1926
+ r !== void 0 && r >= 0 && r < S.value.length && (c.value = r);
1906
1927
  }
1907
- ), Ie(() => {
1908
- if (a.activeViewIndex !== void 0 && a.activeViewIndex >= 0 && a.activeViewIndex < S.value.length)
1909
- v.value = a.activeViewIndex;
1910
- else if (!a.disableAutoSelect) {
1911
- const r = S.value.findIndex((c) => c.isDefault);
1912
- v.value = r >= 0 ? r : 0;
1928
+ ), I1(() => {
1929
+ if (o.activeViewIndex !== void 0 && o.activeViewIndex >= 0 && o.activeViewIndex < S.value.length)
1930
+ c.value = o.activeViewIndex;
1931
+ else if (!o.disableAutoSelect) {
1932
+ const r = S.value.findIndex((v) => v.isDefault);
1933
+ c.value = r >= 0 ? r : 0;
1913
1934
  }
1914
1935
  });
1915
- const O1 = (r) => [
1916
- ...y1(r) ? [
1936
+ const Ee = (r) => [
1937
+ ...ye(r) ? [
1917
1938
  {
1918
- text: i("saveChanges"),
1919
- handler: F1,
1920
- icon: w5
1939
+ text: s("saveChanges"),
1940
+ handler: Fe,
1941
+ icon: wt
1921
1942
  },
1922
1943
  {
1923
1944
  addDivider: !0,
1924
- text: i("restoreChanges"),
1925
- handler: K1,
1926
- icon: o5
1945
+ text: s("restoreChanges"),
1946
+ handler: Ke,
1947
+ icon: nt
1927
1948
  }
1928
1949
  ] : [],
1929
1950
  ...S.value[r]?.isFixed ? [] : [
1930
1951
  {
1931
- text: i("edit"),
1952
+ text: s("edit"),
1932
1953
  handler: () => {
1933
- o1(I.value);
1954
+ ne(I.value);
1934
1955
  },
1935
- icon: b5,
1956
+ icon: Vt,
1936
1957
  skipClose: !0
1937
1958
  }
1938
1959
  ],
1939
1960
  {
1940
- text: i("setAsDefault"),
1961
+ text: s("setAsDefault"),
1941
1962
  handler: () => {
1942
- const c = W({ isDefault: !0 }, I.value);
1943
- u("update:view", c), M1({
1944
- text: i("setAsDefaultToast", { label: c.targetViewLabel })
1963
+ const v = W({ isDefault: !0 }, I.value);
1964
+ u("update:view", v), Me({
1965
+ text: s("setAsDefaultToast", { label: v.targetViewLabel })
1945
1966
  }), x();
1946
1967
  },
1947
- icon: Ue
1968
+ icon: z1
1948
1969
  },
1949
1970
  {
1950
- text: i("duplicate"),
1971
+ text: s("duplicate"),
1951
1972
  handler: () => {
1952
- const c = s1(I.value);
1953
- u("duplicate:view", c), x(), a1(c.newViews.length - 1);
1973
+ const v = ie(I.value);
1974
+ u("duplicate:view", v), x(), oe(v.newViews.length - 1);
1954
1975
  },
1955
- icon: E5
1976
+ icon: Pt
1956
1977
  },
1957
1978
  ...S.value[r]?.isFixed ? [] : [
1958
1979
  {
1959
- text: i("delete"),
1980
+ text: s("delete"),
1960
1981
  handler: () => {
1961
1982
  M.value = I.value, J.value = !0;
1962
1983
  },
1963
1984
  critical: !0,
1964
- icon: l5
1985
+ icon: lt
1965
1986
  }
1966
1987
  ]
1967
- ], E1 = (r) => {
1988
+ ], Pe = (r) => {
1968
1989
  I.value = r;
1969
1990
  }, x = () => {
1970
- I.value = null, o1();
1971
- }, o1 = (r) => {
1972
- r === O.value ? O.value = null : O.value = r ?? null;
1973
- }, U1 = (r) => {
1974
- const c = W(r);
1975
- u("add:view", c), r1(), a1(c.newViews.findIndex((L) => c.targetViewLabel === L.label)), M1({
1976
- text: i("createViewToast", { label: c.targetViewLabel })
1991
+ I.value = null, ne();
1992
+ }, ne = (r) => {
1993
+ r === E.value ? E.value = null : E.value = r ?? null;
1994
+ }, ze = (r) => {
1995
+ const v = W(r);
1996
+ u("add:view", v), re(), oe(v.newViews.findIndex((L) => v.targetViewLabel === L.label)), Me({
1997
+ text: s("createViewToast", { label: v.targetViewLabel })
1977
1998
  });
1978
- }, N1 = (r) => {
1979
- u("update:view", W(r, O.value)), T1();
1980
- }, z1 = (r) => {
1981
- if (X(r.label, I.value), !Object.values(n1).some((c) => c.length > 0)) {
1982
- if (O.value) {
1983
- N1(r);
1999
+ }, Ue = (r) => {
2000
+ u("update:view", W(r, E.value)), Ae();
2001
+ }, Ne = (r) => {
2002
+ if (Q(r.label, I.value), !Object.values(ae).some((v) => v.length > 0)) {
2003
+ if (E.value) {
2004
+ Ue(r);
1984
2005
  return;
1985
2006
  }
1986
- U1(r);
2007
+ ze(r);
1987
2008
  }
1988
- }, a1 = (r) => {
1989
- if (v.value === null || !a.hasChanges || a.skipUnsavedChangesText === null) {
1990
- v.value !== null && u("restore:view", S.value[v.value].label), v.value = r;
2009
+ }, oe = (r) => {
2010
+ if (c.value === null || !o.hasChanges || o.skipUnsavedChangesText === null) {
2011
+ c.value !== null && u("restore:view", S.value[c.value].label), c.value = r;
1991
2012
  return;
1992
2013
  }
1993
- g.value = r, G.value = !0;
1994
- }, je = (r) => {
1995
- const c = v.value !== null ? S.value[v.value]?.label : null, L = c1(r);
1996
- if (c) {
1997
- const N = L.newViews.findIndex((e1) => e1.label === c);
1998
- N !== -1 && (v.value = N);
2014
+ f.value = r, B.value = !0;
2015
+ }, Y1 = (r) => {
2016
+ const v = c.value !== null ? S.value[c.value]?.label : null, L = ve(r);
2017
+ if (v) {
2018
+ const U = L.newViews.findIndex((ee) => ee.label === v);
2019
+ U !== -1 && (c.value = U);
1999
2020
  }
2000
2021
  u("reorder:view", L);
2001
- }, qe = (r) => {
2022
+ }, j1 = (r) => {
2002
2023
  r.target.closest("button") || (r.stopPropagation(), r.preventDefault());
2003
- }, Je = () => {
2004
- Z.value[0].closeMenu(!1);
2005
- }, F1 = () => {
2006
- const r = S.value[v.value].label;
2007
- u("save:view", r), G.value ? (u("update:skip-unsaved-changes", H.value), v.value = g.value, g.value = null, G.value = !1) : x(), M1({
2008
- text: i("saveChangesToast", { label: r }),
2024
+ }, J1 = () => {
2025
+ D.value[0].closeMenu(!1);
2026
+ }, Fe = () => {
2027
+ const r = S.value[c.value].label;
2028
+ u("save:view", r), B.value ? (u("update:skip-unsaved-changes", H.value), c.value = f.value, f.value = null, B.value = !1) : x(), Me({
2029
+ text: s("saveChangesToast", { label: r }),
2009
2030
  action: {
2010
2031
  handler: () => u("restore:view", r),
2011
- text: i("undo")
2032
+ text: s("undo")
2012
2033
  }
2013
2034
  });
2014
- }, K1 = () => {
2015
- u("restore:view", S.value[v.value].label), G.value ? (u("update:skip-unsaved-changes", H.value), v.value = g.value, g.value = null, G.value = !1) : x();
2016
- }, B1 = (r) => v.value === r, y1 = (r) => B1(r) && a.hasChanges;
2017
- return (r, c) => (l(), o("div", {
2035
+ }, Ke = () => {
2036
+ u("restore:view", S.value[c.value].label), B.value ? (u("update:skip-unsaved-changes", H.value), c.value = f.value, f.value = null, B.value = !1) : x();
2037
+ }, Ge = (r) => c.value === r, ye = (r) => Ge(r) && o.hasChanges;
2038
+ return (r, v) => (l(), n("div", {
2018
2039
  ref_key: "hostRef",
2019
- ref: D,
2040
+ ref: T,
2020
2041
  class: "b-header-with-views"
2021
2042
  }, [
2022
- s("div", {
2023
- class: i1(["b-header-with-views__container", Ye.value])
2043
+ i("div", {
2044
+ class: se(["b-header-with-views__container", q1.value])
2024
2045
  }, [
2025
- s("div", ns, [
2026
- A(n(u1), {
2046
+ i("div", as, [
2047
+ R(a(ue), {
2027
2048
  el: "h2",
2028
2049
  variant: "title"
2029
2050
  }, {
2030
2051
  default: y(() => [
2031
- Q(C(r.title), 1)
2052
+ X(C(r.title), 1)
2032
2053
  ]),
2033
2054
  _: 1
2034
2055
  }),
2035
- r.infoIconTooltipText || n(R)("infoIconTooltipContent") ? (l(), F(n(r5), {
2056
+ r.infoIconTooltipText || a(k)("infoIconTooltipContent") ? (l(), F(a(rt), {
2036
2057
  key: 0,
2037
2058
  "popover-text": r.infoIconTooltipText,
2038
2059
  class: "b-header-with-views__title-icon"
2039
- }, p1({ _: 2 }, [
2040
- n(R)("infoIconTooltipContent") ? {
2060
+ }, pe({ _: 2 }, [
2061
+ a(k)("infoIconTooltipContent") ? {
2041
2062
  name: "default",
2042
2063
  fn: y(() => [
2043
- G1(r.$slots, "infoIconTooltipContent", {}, void 0, !0)
2064
+ Be(r.$slots, "infoIconTooltipContent", {}, void 0, !0)
2044
2065
  ]),
2045
2066
  key: "0"
2046
2067
  } : void 0
2047
2068
  ]), 1032, ["popover-text"])) : p("", !0)
2048
2069
  ]),
2049
- s("fieldset", {
2070
+ i("fieldset", {
2050
2071
  ref_key: "viewsRef",
2051
- ref: T,
2072
+ ref: A,
2052
2073
  class: "b-header-with-views__bar",
2053
- "aria-label": n(i)("viewListLabel")
2074
+ "aria-label": a(s)("viewListLabel")
2054
2075
  }, [
2055
- (l(!0), o(f1, null, g1(n(S), (L, N) => (l(), o("div", {
2056
- key: N,
2076
+ (l(!0), n(ge, null, fe(a(S), (L, U) => (l(), n("div", {
2077
+ key: U,
2057
2078
  ref_for: !0,
2058
2079
  ref_key: "viewRefs",
2059
- ref: E,
2060
- class: i1(["b-header-with-views__bar-tab", B1(N) ? "b-header-with-views__bar-tab--active" : null])
2080
+ ref: P,
2081
+ class: se(["b-header-with-views__bar-tab", Ge(U) ? "b-header-with-views__bar-tab--active" : null])
2061
2082
  }, [
2062
- A(n(v1), {
2083
+ R(a(ce), {
2063
2084
  class: "b-header-with-views__bar-tab-button",
2064
2085
  variant: "tertiary-with-background",
2065
- "aria-current": v.value === N ? "true" : "false",
2066
- onClick: (e1) => a1(N),
2086
+ "aria-current": c.value === U ? "true" : "false",
2087
+ onClick: (ee) => oe(U),
2067
2088
  onKeydown: [
2068
- q((e1) => a1(N), ["enter", "native"]),
2069
- q((e1) => a1(N), ["space", "native"])
2089
+ j((ee) => oe(U), ["enter", "native"]),
2090
+ j((ee) => oe(U), ["space", "native"])
2070
2091
  ]
2071
- }, p1({
2092
+ }, pe({
2072
2093
  iconLeft: y(() => [
2073
- s("span", {
2074
- class: i1(["b-header-with-views__bar-tab-button-icon", `b-header-with-views__bar-tab-button-icon--${L.iconColor}`]),
2094
+ i("span", {
2095
+ class: se(["b-header-with-views__bar-tab-button-icon", `b-header-with-views__bar-tab-button-icon--${L.iconColor}`]),
2075
2096
  "aria-hidden": "true"
2076
2097
  }, [
2077
- (l(), F(h1(n(L1)[L.icon])))
2098
+ (l(), F(he(a(Le)[L.icon])))
2078
2099
  ], 2)
2079
2100
  ]),
2080
2101
  default: y(() => [
2081
- A(n(u1), {
2102
+ R(a(ue), {
2082
2103
  el: "span",
2083
2104
  variant: "body",
2084
2105
  stronger: "",
2085
2106
  class: "b-header-with-views__bar-tab-button-text"
2086
2107
  }, {
2087
2108
  default: y(() => [
2088
- Q(C(L.label), 1)
2109
+ X(C(L.label), 1)
2089
2110
  ]),
2090
2111
  _: 2
2091
2112
  }, 1024)
2092
2113
  ]),
2093
2114
  _: 2
2094
2115
  }, [
2095
- y1(N) ? {
2116
+ ye(U) ? {
2096
2117
  name: "iconRight",
2097
2118
  fn: y(() => [
2098
- s("span", as, [
2099
- A(n(n5), {
2100
- "svg-title": n(i)("withUnsavedChanges")
2119
+ i("span", os, [
2120
+ R(a(at), {
2121
+ "svg-title": a(s)("withUnsavedChanges")
2101
2122
  }, null, 8, ["svg-title"])
2102
2123
  ])
2103
2124
  ]),
2104
2125
  key: "0"
2105
2126
  } : void 0
2106
2127
  ]), 1032, ["aria-current", "onClick", "onKeydown"]),
2107
- v.value === N ? (l(), F(n(Oe), {
2128
+ c.value === U ? (l(), F(a(E1), {
2108
2129
  key: 0,
2109
2130
  ref_for: !0,
2110
2131
  ref_key: "editViewMenuRefs",
2111
- ref: Z,
2132
+ ref: D,
2112
2133
  class: "b-header-with-views__bar-tab-menu",
2113
2134
  button: { variant: "tertiary" },
2114
- data: O1(N),
2135
+ data: Ee(U),
2115
2136
  "close-on-click-outside-options": {
2116
- ignore: [`#${n(U)}`]
2137
+ ignore: [`#${a(z)}`]
2117
2138
  },
2118
2139
  "menu-fixed-positioning": !0,
2119
- onOpen: (e1) => E1(N),
2120
- onClose: c[0] || (c[0] = (e1) => x()),
2121
- onKeydownCapture: q(Je, ["tab", "native"])
2140
+ onOpen: (ee) => Pe(U),
2141
+ onClose: v[0] || (v[0] = (ee) => x()),
2142
+ onKeydownCapture: j(J1, ["tab", "native"])
2122
2143
  }, {
2123
2144
  iconLeft: y(() => [
2124
- A(n(Ne), {
2125
- "svg-title": n(i)("openViewOptions", { label: L.label })
2145
+ R(a(U1), {
2146
+ "svg-title": a(s)("openViewOptions", { label: L.label })
2126
2147
  }, null, 8, ["svg-title"])
2127
2148
  ]),
2128
2149
  _: 2
2129
2150
  }, 1032, ["data", "close-on-click-outside-options", "onOpen"])) : p("", !0)
2130
2151
  ], 2))), 128)),
2131
- s("div", {
2152
+ i("div", {
2132
2153
  ref_key: "viewControlRef",
2133
- ref: B,
2154
+ ref: G,
2134
2155
  class: "b-header-with-views__bar-control"
2135
2156
  }, [
2136
- n(S).length ? (l(), F(n(B0), {
2157
+ a(S).length ? (l(), F(a(G2), {
2137
2158
  key: 0,
2138
2159
  ref_key: "viewControlAllViewsRef",
2139
- ref: z,
2140
- "menu-items": n(S),
2141
- "menu-items-actions": O1(I.value),
2142
- "menu-close-on-click-outside-options": { ignore: [`#${n(U)}`] },
2143
- "onClose:viewMenu": c[1] || (c[1] = (L) => x()),
2144
- "onClose:allViews": c[2] || (c[2] = (L) => P.value = !1),
2145
- "onOpen:allViews": c[3] || (c[3] = (L) => P.value = !0),
2146
- "onOpen:viewMenu": c[4] || (c[4] = (L) => E1(L)),
2147
- "onReorder:view": c[5] || (c[5] = (L) => je(L)),
2148
- "onSelect:view": c[6] || (c[6] = (L) => a1(L))
2160
+ ref: N,
2161
+ "menu-items": a(S),
2162
+ "menu-items-actions": Ee(I.value),
2163
+ "menu-close-on-click-outside-options": { ignore: [`#${a(z)}`] },
2164
+ "onClose:viewMenu": v[1] || (v[1] = (L) => x()),
2165
+ "onClose:allViews": v[2] || (v[2] = (L) => O.value = !1),
2166
+ "onOpen:allViews": v[3] || (v[3] = (L) => O.value = !0),
2167
+ "onOpen:viewMenu": v[4] || (v[4] = (L) => Pe(L)),
2168
+ "onReorder:view": v[5] || (v[5] = (L) => Y1(L)),
2169
+ "onSelect:view": v[6] || (v[6] = (L) => oe(L))
2149
2170
  }, null, 8, ["menu-items", "menu-items-actions", "menu-close-on-click-outside-options"])) : p("", !0),
2150
- A(n(D1), {
2171
+ R(a(Te), {
2151
2172
  ref_key: "createViewButtonRef",
2152
- ref: k,
2153
- "aria-expanded": j.value,
2154
- "aria-controls": j.value ? n(h) : null,
2155
- toggled: j.value,
2173
+ ref: Z,
2174
+ "aria-expanded": Y.value,
2175
+ "aria-controls": Y.value ? a(h) : null,
2176
+ toggled: Y.value,
2156
2177
  variant: "tertiary",
2157
- onClick: c[7] || (c[7] = (L) => j.value = !j.value)
2158
- }, p1({
2178
+ onClick: v[7] || (v[7] = (L) => Y.value = !Y.value)
2179
+ }, pe({
2159
2180
  iconLeft: y(() => [
2160
- A(n(R5), {
2161
- "svg-title": n(i)("createView"),
2162
- "aria-hidden": n(S).length === 0
2181
+ R(a(kt), {
2182
+ "svg-title": a(s)("createView"),
2183
+ "aria-hidden": a(S).length === 0
2163
2184
  }, null, 8, ["svg-title", "aria-hidden"])
2164
2185
  ]),
2165
2186
  _: 2
2166
2187
  }, [
2167
- n(S).length === 0 ? {
2188
+ a(S).length === 0 ? {
2168
2189
  name: "default",
2169
2190
  fn: y(() => [
2170
- Q(C(n(i)("createView")), 1)
2191
+ X(C(a(s)("createView")), 1)
2171
2192
  ]),
2172
2193
  key: "0"
2173
2194
  } : void 0
2174
2195
  ]), 1032, ["aria-expanded", "aria-controls", "toggled"])
2175
2196
  ], 512)
2176
- ], 8, os),
2177
- I1.value ? (l(), F(n(u5), {
2197
+ ], 8, ns),
2198
+ Ie.value ? (l(), F(a(ut), {
2178
2199
  key: 0,
2179
2200
  class: "b-header-with-views__meta-container",
2180
2201
  description: r.description,
2181
2202
  "last-updated": r.lastUpdated,
2182
2203
  "reload-button": r.reloadButton
2183
- }, p1({ _: 2 }, [
2184
- n(R)("description") ? {
2204
+ }, pe({ _: 2 }, [
2205
+ a(k)("description") ? {
2185
2206
  name: "description",
2186
2207
  fn: y(() => [
2187
- G1(r.$slots, "description", {}, void 0, !0)
2208
+ Be(r.$slots, "description", {}, void 0, !0)
2188
2209
  ]),
2189
2210
  key: "0"
2190
2211
  } : void 0
2191
2212
  ]), 1032, ["description", "last-updated", "reload-button"])) : p("", !0),
2192
- r.actions ? (l(), F(i5, {
2213
+ r.actions ? (l(), F(st, {
2193
2214
  key: 1,
2194
2215
  actions: r.actions,
2195
- "actions-layout": P1.value ? "buttons-start" : "buttons-end",
2216
+ "actions-layout": Oe.value ? "buttons-start" : "buttons-end",
2196
2217
  "displayed-actions": 2,
2197
2218
  "disable-responsive-behavior": !0,
2198
2219
  "hide-displayed-actions-breakpoint": d,
2199
2220
  class: "b-header-with-views__actions"
2200
2221
  }, null, 8, ["actions", "actions-layout"])) : p("", !0)
2201
2222
  ], 2),
2202
- I.value === null && k.value ? (l(), F(n($1), {
2223
+ I.value === null && Z.value ? (l(), F(a($e), {
2203
2224
  key: 0,
2204
- id: n(h),
2225
+ id: a(h),
2205
2226
  ref_key: "createViewPopoverRef",
2206
- ref: b,
2227
+ ref: V,
2207
2228
  dismissible: !0,
2208
2229
  "fixed-positioning": !0,
2209
- "target-element": k.value,
2210
- title: n(i)("createView"),
2211
- open: j.value,
2230
+ "target-element": Z.value,
2231
+ title: a(s)("createView"),
2232
+ open: Y.value,
2212
2233
  "overflow-visible": !0,
2213
2234
  position: "bottom-start",
2214
- onDismiss: r1,
2215
- onKeydownCapture: q(d1(r1, ["stop", "prevent"]), ["esc", "native"])
2235
+ onDismiss: re,
2236
+ onKeydownCapture: j(de(re, ["stop", "prevent"]), ["esc", "native"])
2216
2237
  }, {
2217
2238
  default: y(() => [
2218
- A(n(Te), {
2239
+ R(a(A1), {
2219
2240
  context: "create",
2220
- errors: n(n1),
2241
+ errors: a(ae),
2221
2242
  "additional-form-item": r.additionalViewSetting,
2222
2243
  "disable-customization": r.disableCustomization,
2223
- "onBlur:label": c[8] || (c[8] = (L) => n(X)(L, I.value)),
2224
- "onInput:label": c[9] || (c[9] = (L) => n(X)(L, I.value)),
2225
- "onKeydown:enter": z1,
2226
- onUpdate: U1,
2227
- onCancel: r1
2244
+ "onBlur:label": v[8] || (v[8] = (L) => a(Q)(L, I.value)),
2245
+ "onInput:label": v[9] || (v[9] = (L) => a(Q)(L, I.value)),
2246
+ "onKeydown:enter": Ne,
2247
+ onUpdate: ze,
2248
+ onCancel: re
2228
2249
  }, null, 8, ["errors", "additional-form-item", "disable-customization"])
2229
2250
  ]),
2230
2251
  _: 1
2231
2252
  }, 8, ["id", "target-element", "title", "open", "onKeydownCapture"])) : p("", !0),
2232
- I.value !== null && $.value ? (l(), F(n($1), {
2253
+ I.value !== null && $.value ? (l(), F(a($e), {
2233
2254
  key: 1,
2234
- id: n(U),
2255
+ id: a(z),
2235
2256
  ref_key: "editViewPopoverRef",
2236
2257
  ref: m,
2237
2258
  "disable-focus-trap": !1,
2238
2259
  dismissible: !0,
2239
2260
  "fixed-positioning": !0,
2240
2261
  "target-element": $.value,
2241
- title: n(i)("editDetails"),
2242
- open: O.value !== null,
2262
+ title: a(s)("editDetails"),
2263
+ open: E.value !== null,
2243
2264
  "overflow-visible": !0,
2244
2265
  position: "right-start",
2245
- onDismiss: c[12] || (c[12] = (L) => o1()),
2246
- onKeydownCapture: c[13] || (c[13] = q(d1((L) => o1(), ["stop", "prevent"]), ["esc", "native"]))
2266
+ onDismiss: v[12] || (v[12] = (L) => ne()),
2267
+ onKeydownCapture: v[13] || (v[13] = j(de((L) => ne(), ["stop", "prevent"]), ["esc", "native"]))
2247
2268
  }, {
2248
2269
  default: y(() => [
2249
- n(S)[O.value] ? (l(), F(n(Te), {
2270
+ a(S)[E.value] ? (l(), F(a(A1), {
2250
2271
  key: 0,
2251
2272
  context: "edit",
2252
- "additional-form-item": n(S)[O.value].additionalViewSetting,
2253
- errors: n(n1),
2254
- icon: n(S)[O.value].icon,
2255
- "icon-color": n(S)[O.value].iconColor,
2256
- label: n(S)[O.value].label,
2273
+ "additional-form-item": a(S)[E.value].additionalViewSetting,
2274
+ errors: a(ae),
2275
+ icon: a(S)[E.value].icon,
2276
+ "icon-color": a(S)[E.value].iconColor,
2277
+ label: a(S)[E.value].label,
2257
2278
  "disable-customization": r.disableCustomization,
2258
- "onBlur:label": c[10] || (c[10] = (L) => n(X)(L, I.value)),
2259
- "onInput:label": c[11] || (c[11] = (L) => n(X)(L, I.value)),
2260
- "onKeydown:enter": z1,
2261
- onUpdate: N1,
2262
- onCancel: T1
2279
+ "onBlur:label": v[10] || (v[10] = (L) => a(Q)(L, I.value)),
2280
+ "onInput:label": v[11] || (v[11] = (L) => a(Q)(L, I.value)),
2281
+ "onKeydown:enter": Ne,
2282
+ onUpdate: Ue,
2283
+ onCancel: Ae
2263
2284
  }, null, 8, ["additional-form-item", "errors", "icon", "icon-color", "label", "disable-customization"])) : p("", !0)
2264
2285
  ]),
2265
2286
  _: 1
2266
2287
  }, 8, ["id", "target-element", "title", "open"])) : p("", !0),
2267
- G.value ? (l(), F(Y1, {
2288
+ B.value ? (l(), F(qe, {
2268
2289
  key: 2,
2269
- actions: Be.value,
2290
+ actions: G1.value,
2270
2291
  "is-dismissible": !1,
2271
- "is-open": G.value,
2272
- onCloseModal: c[15] || (c[15] = (L) => G.value = !1)
2292
+ "is-open": B.value,
2293
+ onCloseModal: v[15] || (v[15] = (L) => B.value = !1)
2273
2294
  }, {
2274
2295
  default: y(() => [
2275
- Q(C(n(i)("unsavedChangesTitle", { label: n(S)[v.value].label })), 1)
2296
+ X(C(a(s)("unsavedChangesTitle", { label: a(S)[c.value].label })), 1)
2276
2297
  ]),
2277
2298
  content: y(() => [
2278
- s("div", rs, [
2279
- A(n(u1), null, {
2299
+ i("div", rs, [
2300
+ R(a(ue), null, {
2280
2301
  default: y(() => [
2281
- Q(C(n(i)("unsavedChangesDescription")), 1)
2302
+ X(C(a(s)("unsavedChangesDescription")), 1)
2282
2303
  ]),
2283
2304
  _: 1
2284
2305
  }),
2285
- r.skipUnsavedChangesText ? (l(), F(n(Pe), {
2306
+ r.skipUnsavedChangesText ? (l(), F(a(O1), {
2286
2307
  key: 0,
2287
2308
  "model-value": H.value,
2288
- "onUpdate:modelValue": c[14] || (c[14] = (L) => H.value = L)
2309
+ "onUpdate:modelValue": v[14] || (v[14] = (L) => H.value = L)
2289
2310
  }, {
2290
2311
  default: y(() => [
2291
- Q(C(r.skipUnsavedChangesText), 1)
2312
+ X(C(r.skipUnsavedChangesText), 1)
2292
2313
  ]),
2293
2314
  _: 1
2294
2315
  }, 8, ["model-value"])) : p("", !0)
@@ -2296,23 +2317,23 @@ const Fe = {
2296
2317
  ]),
2297
2318
  _: 1
2298
2319
  }, 8, ["actions", "is-open"])) : p("", !0),
2299
- J.value ? (l(), F(Y1, {
2320
+ J.value ? (l(), F(qe, {
2300
2321
  key: 3,
2301
- actions: Ge.value,
2322
+ actions: B1.value,
2302
2323
  "is-open": J.value,
2303
2324
  "is-dismissible": !1,
2304
2325
  "destructive-actions": "",
2305
- onClickCapture: qe,
2306
- onCloseModal: c[16] || (c[16] = (L) => J.value = !1)
2326
+ onClickCapture: j1,
2327
+ onCloseModal: v[16] || (v[16] = (L) => J.value = !1)
2307
2328
  }, {
2308
2329
  default: y(() => [
2309
- Q(C(n(i)("deleteViewTitle", { label: A1.value })), 1)
2330
+ X(C(a(s)("deleteViewTitle", { label: Re.value })), 1)
2310
2331
  ]),
2311
2332
  content: y(() => [
2312
- s("div", us, [
2313
- A(n(u1), null, {
2333
+ i("div", us, [
2334
+ R(a(ue), null, {
2314
2335
  default: y(() => [
2315
- Q(C(n(i)("deleteViewDescription", { label: A1.value })), 1)
2336
+ X(C(a(s)("deleteViewDescription", { label: Re.value })), 1)
2316
2337
  ]),
2317
2338
  _: 1
2318
2339
  })
@@ -2322,8 +2343,8 @@ const Fe = {
2322
2343
  }, 8, ["actions", "is-open"])) : p("", !0)
2323
2344
  ], 512));
2324
2345
  }
2325
- }), Ps = /* @__PURE__ */ w(vs, [["__scopeId", "data-v-d21b268d"]]);
2346
+ }), Os = /* @__PURE__ */ w(cs, [["__scopeId", "data-v-d21b268d"]]);
2326
2347
  export {
2327
- Ps as h
2348
+ Os as h
2328
2349
  };
2329
- //# sourceMappingURL=header-with-views.Djba6iol.js.map
2350
+ //# sourceMappingURL=header-with-views.DqioajcO.js.map