@heartlandone/vega 2.68.0 → 2.69.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 (269) hide show
  1. package/dist/cjs/{app-globals-f7106a22.js → app-globals-2dfd2b65.js} +3 -3
  2. package/dist/cjs/{design-token-e14a4e66.js → design-token-bab85370.js} +1 -1
  3. package/dist/cjs/{element-appender-slimmer-7ee27ab3.js → element-appender-slimmer-2b4eccdc.js} +2 -2
  4. package/dist/cjs/{form-field-controller-slimmer-2a091912.js → form-field-controller-slimmer-f865d397.js} +1 -1
  5. package/dist/cjs/{function-extension-f0e845f2.js → function-extension-7c4f55ab.js} +9 -6
  6. package/dist/cjs/index-58ea899e.js +2 -2
  7. package/dist/cjs/index.cjs.js +5 -5
  8. package/dist/cjs/{language-extension-d0103d1a.js → language-extension-9f771818.js} +1 -1
  9. package/dist/cjs/loader.cjs.js +5 -5
  10. package/dist/cjs/{responsive-format-facade-347db035.js → responsive-format-facade-d673f4bd.js} +2 -2
  11. package/dist/cjs/{style-formatter-0a09f0dd.js → style-formatter-72a8b6ac.js} +1 -1
  12. package/dist/cjs/{translation-f5adcb9f.js → translation-5f9f9c0c.js} +2 -0
  13. package/dist/cjs/{translation-slimmer-4b6239d1.js → translation-slimmer-f0ebe710.js} +1 -1
  14. package/dist/cjs/vega-accordion.cjs.entry.js +4 -4
  15. package/dist/cjs/vega-app-header-button.cjs.entry.js +4 -4
  16. package/dist/cjs/vega-box.cjs.entry.js +5 -5
  17. package/dist/cjs/vega-button-circle.cjs.entry.js +4 -4
  18. package/dist/cjs/vega-button.cjs.entry.js +3 -3
  19. package/dist/cjs/vega-calendar_4.cjs.entry.js +9 -7
  20. package/dist/cjs/vega-card.cjs.entry.js +4 -4
  21. package/dist/cjs/vega-carousel.cjs.entry.js +3 -3
  22. package/dist/cjs/vega-checkbox_2.cjs.entry.js +2 -2
  23. package/dist/cjs/vega-chip.cjs.entry.js +4 -4
  24. package/dist/cjs/vega-code-block.cjs.entry.js +2 -2
  25. package/dist/cjs/vega-color-picker.cjs.entry.js +2 -2
  26. package/dist/cjs/vega-combo-box.cjs.entry.js +2 -2
  27. package/dist/cjs/vega-date-picker_2.cjs.entry.js +6 -6
  28. package/dist/cjs/vega-dialog_2.cjs.entry.js +4 -4
  29. package/dist/cjs/vega-divider.cjs.entry.js +4 -4
  30. package/dist/cjs/vega-dropdown_5.cjs.entry.js +15 -6
  31. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  32. package/dist/cjs/vega-file-uploader.cjs.entry.js +3 -3
  33. package/dist/cjs/vega-flag-icon.cjs.entry.js +4 -4
  34. package/dist/cjs/vega-flex.cjs.entry.js +5 -5
  35. package/dist/cjs/vega-font.cjs.entry.js +4 -4
  36. package/dist/cjs/vega-form.cjs.entry.js +2 -2
  37. package/dist/cjs/vega-grid.cjs.entry.js +4 -4
  38. package/dist/cjs/vega-icon.cjs.entry.js +4 -4
  39. package/dist/cjs/vega-image-uploader.cjs.entry.js +5 -5
  40. package/dist/cjs/vega-input-credit-card.cjs.entry.js +2 -2
  41. package/dist/cjs/vega-input-numeric.cjs.entry.js +2 -2
  42. package/dist/cjs/vega-input-passcode.cjs.entry.js +2 -2
  43. package/dist/cjs/vega-input-phone-number.cjs.entry.js +3 -3
  44. package/dist/cjs/vega-input-range.cjs.entry.js +3 -3
  45. package/dist/cjs/vega-input-select.cjs.entry.js +139 -13
  46. package/dist/cjs/vega-input.cjs.entry.js +89 -29
  47. package/dist/cjs/vega-left-nav_5.cjs.entry.js +4 -4
  48. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
  49. package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +2 -2
  50. package/dist/cjs/vega-pagination.cjs.entry.js +4 -4
  51. package/dist/cjs/vega-popover_2.cjs.entry.js +5 -5
  52. package/dist/cjs/vega-radio_2.cjs.entry.js +2 -2
  53. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +3 -3
  54. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +4 -4
  55. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +2 -2
  56. package/dist/cjs/vega-sidenav_3.cjs.entry.js +3 -3
  57. package/dist/cjs/vega-signature-capture.cjs.entry.js +8 -6
  58. package/dist/cjs/vega-stepper.cjs.entry.js +2 -2
  59. package/dist/cjs/vega-tab-group_2.cjs.entry.js +1 -1
  60. package/dist/cjs/{vega-table_8.cjs.entry.js → vega-table_11.cjs.entry.js} +745 -318
  61. package/dist/cjs/vega-textarea.cjs.entry.js +3 -3
  62. package/dist/cjs/vega-time-picker_2.cjs.entry.js +6 -6
  63. package/dist/cjs/vega-toggle-switch.cjs.entry.js +2 -2
  64. package/dist/cjs/vega-tooltip_2.cjs.entry.js +4 -4
  65. package/dist/cjs/vega.cjs.js +5 -5
  66. package/dist/collection/collection-manifest.json +6 -0
  67. package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/day-view-timed-event-layout-column.js +3 -1
  68. package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/vega-calendar-day-event-layout-renderer.js +4 -4
  69. package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-selected-controller.js +4 -1
  70. package/dist/collection/components/vega-dropdown/vega-dropdown.js +27 -0
  71. package/dist/collection/components/vega-input/slimmers/renderers/vega-input-password-eye-renderer.js +41 -0
  72. package/dist/collection/components/vega-input/vega-input.css +13 -0
  73. package/dist/collection/components/vega-input/vega-input.js +21 -3
  74. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-source-controller.js +4 -0
  75. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-value-controller.js +18 -4
  76. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +17 -3
  77. package/dist/collection/components/vega-input-select/vega-input-select.js +14 -1
  78. package/dist/collection/components/vega-rich-text-editor/extensions/functions/renderers/function-toolbar-button-renderer.js +9 -6
  79. package/dist/collection/components/vega-signature-capture/slimmers/written-mode/controllers/written-mode-svg-controller.js +1 -0
  80. package/dist/collection/components/vega-signature-capture/slimmers/written-mode/renderers/written-mode-renderer.js +1 -0
  81. package/dist/collection/components/vega-tab-group/vega-tab-group.js +2 -2
  82. package/dist/collection/components/vega-table/slimmers/controllers/vega-table-children-controller.js +25 -1
  83. package/dist/collection/components/vega-table/vega-table-foot/slimmers/controllers/vega-table-foot-state-controller.js +67 -0
  84. package/dist/collection/components/vega-table/vega-table-foot/vega-table-foot.css +34 -0
  85. package/dist/collection/components/vega-table/vega-table-foot/vega-table-foot.js +65 -0
  86. package/dist/collection/components/vega-table/vega-table-foot-cell/slimmers/controllers/vega-table-foot-cell-state-controller.js +43 -0
  87. package/dist/collection/components/vega-table/vega-table-foot-cell/slimmers/renderers/vega-table-foot-cell-renderer.js +32 -0
  88. package/dist/collection/components/vega-table/vega-table-foot-cell/vega-table-foot-cell.css +116 -0
  89. package/dist/collection/components/vega-table/vega-table-foot-cell/vega-table-foot-cell.js +130 -0
  90. package/dist/collection/components/vega-table/vega-table-foot-row/slimmers/controllers/vega-table-foot-row-state-controller.js +77 -0
  91. package/dist/collection/components/vega-table/vega-table-foot-row/slimmers/renderers/vega-table-foot-row-renderer.js +41 -0
  92. package/dist/collection/components/vega-table/vega-table-foot-row/vega-table-foot-row.css +52 -0
  93. package/dist/collection/components/vega-table/vega-table-foot-row/vega-table-foot-row.js +71 -0
  94. package/dist/collection/components/vega-table/vega-table.css +10 -0
  95. package/dist/collection/components/vega-table/vega-table.js +1 -1
  96. package/dist/collection/components/vega-textarea/vega-textarea.js +2 -2
  97. package/dist/collection/global/icons/eye-slash.js +3 -0
  98. package/dist/collection/global/icons/eye.js +3 -0
  99. package/dist/collection/helpers/translation/locales/en.js +2 -0
  100. package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +2 -0
  101. package/dist/collection/helpers/validator/rules/input-select-value-in-source-rule.js +85 -0
  102. package/dist/collection/helpers/validator/test/rules/input-select-value-in-source-rule.test.js +99 -0
  103. package/dist/esm/{app-globals-2f689986.js → app-globals-92d24d99.js} +3 -3
  104. package/dist/esm/{design-token-e9e6b011.js → design-token-64e09c2a.js} +1 -1
  105. package/dist/esm/{element-appender-slimmer-8dbc8387.js → element-appender-slimmer-5c85b48f.js} +2 -2
  106. package/dist/esm/{form-field-controller-slimmer-b23d9ff3.js → form-field-controller-slimmer-bf071b75.js} +1 -1
  107. package/dist/esm/{function-extension-eb1d062f.js → function-extension-7ce27a8e.js} +9 -6
  108. package/dist/esm/index-090d31ca.js +2 -2
  109. package/dist/esm/index.js +5 -5
  110. package/dist/esm/{language-extension-3331131f.js → language-extension-44413556.js} +1 -1
  111. package/dist/esm/loader.js +5 -5
  112. package/dist/esm/{responsive-format-facade-b0712993.js → responsive-format-facade-f88850c5.js} +2 -2
  113. package/dist/esm/{style-formatter-a20a1ef4.js → style-formatter-7dd2c026.js} +1 -1
  114. package/dist/esm/{translation-f10b1e19.js → translation-96e5debd.js} +2 -0
  115. package/dist/esm/{translation-slimmer-984c9ce6.js → translation-slimmer-c936cb1b.js} +1 -1
  116. package/dist/esm/vega-accordion.entry.js +4 -4
  117. package/dist/esm/vega-app-header-button.entry.js +4 -4
  118. package/dist/esm/vega-box.entry.js +5 -5
  119. package/dist/esm/vega-button-circle.entry.js +4 -4
  120. package/dist/esm/vega-button.entry.js +3 -3
  121. package/dist/esm/vega-calendar_4.entry.js +9 -7
  122. package/dist/esm/vega-card.entry.js +4 -4
  123. package/dist/esm/vega-carousel.entry.js +3 -3
  124. package/dist/esm/vega-checkbox_2.entry.js +2 -2
  125. package/dist/esm/vega-chip.entry.js +4 -4
  126. package/dist/esm/vega-code-block.entry.js +2 -2
  127. package/dist/esm/vega-color-picker.entry.js +2 -2
  128. package/dist/esm/vega-combo-box.entry.js +2 -2
  129. package/dist/esm/vega-date-picker_2.entry.js +6 -6
  130. package/dist/esm/vega-dialog_2.entry.js +4 -4
  131. package/dist/esm/vega-divider.entry.js +4 -4
  132. package/dist/esm/vega-dropdown_5.entry.js +15 -6
  133. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  134. package/dist/esm/vega-file-uploader.entry.js +3 -3
  135. package/dist/esm/vega-flag-icon.entry.js +4 -4
  136. package/dist/esm/vega-flex.entry.js +5 -5
  137. package/dist/esm/vega-font.entry.js +4 -4
  138. package/dist/esm/vega-form.entry.js +2 -2
  139. package/dist/esm/vega-grid.entry.js +4 -4
  140. package/dist/esm/vega-icon.entry.js +4 -4
  141. package/dist/esm/vega-image-uploader.entry.js +5 -5
  142. package/dist/esm/vega-input-credit-card.entry.js +2 -2
  143. package/dist/esm/vega-input-numeric.entry.js +2 -2
  144. package/dist/esm/vega-input-passcode.entry.js +2 -2
  145. package/dist/esm/vega-input-phone-number.entry.js +3 -3
  146. package/dist/esm/vega-input-range.entry.js +3 -3
  147. package/dist/esm/vega-input-select.entry.js +139 -13
  148. package/dist/esm/vega-input.entry.js +90 -30
  149. package/dist/esm/vega-left-nav_5.entry.js +4 -4
  150. package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
  151. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +2 -2
  152. package/dist/esm/vega-pagination.entry.js +4 -4
  153. package/dist/esm/vega-popover_2.entry.js +5 -5
  154. package/dist/esm/vega-radio_2.entry.js +2 -2
  155. package/dist/esm/vega-rich-text-editor_4.entry.js +3 -3
  156. package/dist/esm/vega-selection-chip_2.entry.js +4 -4
  157. package/dist/esm/vega-selection-tile_2.entry.js +2 -2
  158. package/dist/esm/vega-sidenav_3.entry.js +3 -3
  159. package/dist/esm/vega-signature-capture.entry.js +8 -6
  160. package/dist/esm/vega-stepper.entry.js +2 -2
  161. package/dist/esm/vega-tab-group_2.entry.js +1 -1
  162. package/dist/esm/{vega-table_8.entry.js → vega-table_11.entry.js} +743 -319
  163. package/dist/esm/vega-textarea.entry.js +3 -3
  164. package/dist/esm/vega-time-picker_2.entry.js +6 -6
  165. package/dist/esm/vega-toggle-switch.entry.js +2 -2
  166. package/dist/esm/vega-tooltip_2.entry.js +4 -4
  167. package/dist/esm/vega.js +5 -5
  168. package/dist/sri/vega-sri-manifest.json +216 -216
  169. package/dist/types/components/vega-calendar/slimmers/day-view/renderers/timed-event/vega-calendar-day-event-layout-renderer.d.ts +1 -1
  170. package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-selected-controller.d.ts +1 -0
  171. package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +6 -0
  172. package/dist/types/components/vega-input/slimmers/renderers/vega-input-password-eye-renderer.d.ts +9 -0
  173. package/dist/types/components/vega-input/vega-input.d.ts +4 -0
  174. package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-source-controller.d.ts +1 -0
  175. package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-value-controller.d.ts +1 -0
  176. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +1 -0
  177. package/dist/types/components/vega-input-select/types.d.ts +1 -0
  178. package/dist/types/components/vega-input-select/vega-input-select.d.ts +1 -0
  179. package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +1 -1
  180. package/dist/types/components/vega-table/interface.d.ts +4 -0
  181. package/dist/types/components/vega-table/slimmers/controllers/vega-table-children-controller.d.ts +9 -1
  182. package/dist/types/components/vega-table/vega-table-foot/slimmers/controllers/vega-table-foot-state-controller.d.ts +22 -0
  183. package/dist/types/components/vega-table/vega-table-foot/types.d.ts +4 -0
  184. package/dist/types/components/vega-table/vega-table-foot/vega-table-foot.d.ts +23 -0
  185. package/dist/types/components/vega-table/vega-table-foot-cell/slimmers/controllers/vega-table-foot-cell-state-controller.d.ts +10 -0
  186. package/dist/types/components/vega-table/vega-table-foot-cell/slimmers/renderers/vega-table-foot-cell-renderer.d.ts +8 -0
  187. package/dist/types/components/vega-table/vega-table-foot-cell/vega-table-foot-cell.d.ts +45 -0
  188. package/dist/types/components/vega-table/vega-table-foot-row/slimmers/controllers/vega-table-foot-row-state-controller.d.ts +20 -0
  189. package/dist/types/components/vega-table/vega-table-foot-row/slimmers/renderers/vega-table-foot-row-renderer.d.ts +11 -0
  190. package/dist/types/components/vega-table/vega-table-foot-row/types.d.ts +4 -0
  191. package/dist/types/components/vega-table/vega-table-foot-row/vega-table-foot-row.d.ts +41 -0
  192. package/dist/types/components/vega-textarea/vega-textarea.d.ts +1 -1
  193. package/dist/types/components.d.ts +83 -4
  194. package/dist/types/global/icons/eye-slash.d.ts +3 -0
  195. package/dist/types/global/icons/eye.d.ts +3 -0
  196. package/dist/types/helpers/translation/interface.d.ts +2 -0
  197. package/dist/types/helpers/validator/rules/input-select-value-in-source-rule.d.ts +60 -0
  198. package/dist/types/helpers/validator/test/rules/input-select-value-in-source-rule.test.d.ts +1 -0
  199. package/dist/vega/index.esm.js +1 -1
  200. package/dist/vega/{p-bb0f2b5f.entry.js → p-001a56b3.entry.js} +1 -1
  201. package/dist/vega/{p-b78670c9.entry.js → p-04134522.entry.js} +1 -1
  202. package/dist/vega/{p-2c945862.entry.js → p-05d64537.entry.js} +1 -1
  203. package/dist/vega/{p-7dde3be9.entry.js → p-0cefecb6.entry.js} +1 -1
  204. package/dist/vega/{p-018d70a5.js → p-0fe9cff6.js} +1 -1
  205. package/dist/vega/{p-a6fb5a40.entry.js → p-1d5f57ec.entry.js} +1 -1
  206. package/dist/vega/{p-9fb6fbcc.js → p-1f26de89.js} +1 -1
  207. package/dist/vega/{p-76b1dae4.entry.js → p-235bf01b.entry.js} +1 -1
  208. package/dist/vega/{p-85407fb9.js → p-2c8e5ecb.js} +1 -1
  209. package/dist/vega/{p-e0979451.entry.js → p-2e6ce1e9.entry.js} +1 -1
  210. package/dist/vega/p-304275ae.entry.js +1 -0
  211. package/dist/vega/p-35cd469a.entry.js +1 -0
  212. package/dist/vega/p-366825fa.entry.js +1 -0
  213. package/dist/vega/{p-19256107.entry.js → p-3c865f86.entry.js} +1 -1
  214. package/dist/vega/{p-16d68187.js → p-3d13b234.js} +1 -1
  215. package/dist/vega/{p-56636a58.entry.js → p-3e040167.entry.js} +1 -1
  216. package/dist/vega/{p-3b800f1b.entry.js → p-45dd1adf.entry.js} +1 -1
  217. package/dist/vega/{p-b8558278.entry.js → p-4fe4d946.entry.js} +1 -1
  218. package/dist/vega/{p-238afe1b.entry.js → p-52efaadb.entry.js} +1 -1
  219. package/dist/vega/p-54776c23.entry.js +1 -0
  220. package/dist/vega/{p-99bf5993.entry.js → p-560d29f8.entry.js} +1 -1
  221. package/dist/vega/{p-48bc03fa.entry.js → p-58769a72.entry.js} +1 -1
  222. package/dist/vega/{p-de02f404.entry.js → p-5972c101.entry.js} +1 -1
  223. package/dist/vega/p-5f377954.js +1 -1
  224. package/dist/vega/p-6078bbac.entry.js +1 -0
  225. package/dist/vega/{p-6609d87e.entry.js → p-652626b6.entry.js} +1 -1
  226. package/dist/vega/{p-787caad3.entry.js → p-67db4cea.entry.js} +1 -1
  227. package/dist/vega/{p-b5060e84.entry.js → p-69335c91.entry.js} +1 -1
  228. package/dist/vega/{p-0a55f984.entry.js → p-71e36fae.entry.js} +1 -1
  229. package/dist/vega/{p-d5ff8b7f.js → p-75f981ce.js} +1 -1
  230. package/dist/vega/{p-c26332ae.entry.js → p-796d840c.entry.js} +1 -1
  231. package/dist/vega/{p-8dba59a6.entry.js → p-7a590741.entry.js} +1 -1
  232. package/dist/vega/{p-ad5393f0.entry.js → p-7b42da4f.entry.js} +1 -1
  233. package/dist/vega/{p-69d27eaf.entry.js → p-7cd09051.entry.js} +1 -1
  234. package/dist/vega/{p-83a50ac2.entry.js → p-85935dd4.entry.js} +1 -1
  235. package/dist/vega/{p-0849f85e.js → p-895560eb.js} +1 -1
  236. package/dist/vega/{p-56f77466.entry.js → p-91d71ae9.entry.js} +1 -1
  237. package/dist/vega/{p-d3905af1.entry.js → p-97e2b6c8.entry.js} +1 -1
  238. package/dist/vega/{p-626246b4.entry.js → p-997308b1.entry.js} +1 -1
  239. package/dist/vega/{p-22fe8c61.entry.js → p-9a507d97.entry.js} +1 -1
  240. package/dist/vega/{p-1dcb1fcd.entry.js → p-a31e6ff6.entry.js} +1 -1
  241. package/dist/vega/{p-24419ebe.entry.js → p-a5ec6ca4.entry.js} +1 -1
  242. package/dist/vega/{p-00376f71.entry.js → p-bcdd3495.entry.js} +1 -1
  243. package/dist/vega/{p-f0fb3fdd.entry.js → p-c4b9fbc8.entry.js} +1 -1
  244. package/dist/vega/{p-de8c5fae.entry.js → p-c73aeafc.entry.js} +1 -1
  245. package/dist/vega/{p-f3399ef1.entry.js → p-cdac385a.entry.js} +1 -1
  246. package/dist/vega/{p-94e167b8.entry.js → p-cebd6896.entry.js} +1 -1
  247. package/dist/vega/{p-1922303e.entry.js → p-d6934517.entry.js} +1 -1
  248. package/dist/vega/p-d70e178a.js +1 -0
  249. package/dist/vega/{p-1dd7f8b2.entry.js → p-dbcd70cc.entry.js} +1 -1
  250. package/dist/vega/{p-2478f65e.js → p-dda5a984.js} +1 -1
  251. package/dist/vega/{p-bd0e55a2.entry.js → p-dde03224.entry.js} +1 -1
  252. package/dist/vega/{p-a2506cb5.entry.js → p-df58f29b.entry.js} +1 -1
  253. package/dist/vega/{p-30a8d9d6.entry.js → p-e2ab52cd.entry.js} +1 -1
  254. package/dist/vega/{p-7747c163.js → p-e9c323a4.js} +1 -1
  255. package/dist/vega/{p-d67200e8.entry.js → p-ea96635b.entry.js} +1 -1
  256. package/dist/vega/{p-2e32fbe6.entry.js → p-ed111a57.entry.js} +1 -1
  257. package/dist/vega/p-f69f84a7.js +1 -0
  258. package/dist/vega/{p-c54148fb.entry.js → p-f6d84ffc.entry.js} +1 -1
  259. package/dist/vega/p-fd43d473.entry.js +1 -0
  260. package/dist/vega/vega.esm.js +1 -1
  261. package/package.json +1 -1
  262. package/dist/vega/p-113d305b.entry.js +0 -1
  263. package/dist/vega/p-16358fec.entry.js +0 -1
  264. package/dist/vega/p-240d9d35.entry.js +0 -1
  265. package/dist/vega/p-39482a1a.js +0 -1
  266. package/dist/vega/p-437f865f.js +0 -1
  267. package/dist/vega/p-634499cb.entry.js +0 -1
  268. package/dist/vega/p-705dad87.entry.js +0 -1
  269. package/dist/vega/p-8233d814.entry.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, H as Host, g as getElement } from './index-090d31ca.js';
2
- import { f as formatAndValidResponsiveToken } from './design-token-e9e6b011.js';
2
+ import { f as formatAndValidResponsiveToken } from './design-token-64e09c2a.js';
3
3
  import { s as sanitizeVegaComponent } from './component-7d906393.js';
4
4
  import { a as arrayToClassString } from './ui-bb99c0c2.js';
5
5
  import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
@@ -8,14 +8,14 @@ import './type-guard-12f7654b.js';
8
8
  import './breakpoints-d9faf11c.js';
9
9
  import './ui-8424715a.js';
10
10
  import './typography-396de03f.js';
11
- import './responsive-format-facade-b0712993.js';
11
+ import './responsive-format-facade-f88850c5.js';
12
12
  import './page-resize-observer-slimmer-0bf7fbf3.js';
13
13
  import './try-get-document-bef0f526.js';
14
14
  import './number-4398f2e1.js';
15
15
  import './pixel-f32c07ce.js';
16
16
  import './array-7888f339.js';
17
17
  import './vega-env-manager-8f8dc473.js';
18
- import './function-extension-eb1d062f.js';
18
+ import './function-extension-7ce27a8e.js';
19
19
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
20
20
  import './dynamic-slimmer-90b8af32.js';
21
21
  import './dark-mode-style-controller-b7e85b6a.js';
@@ -36,7 +36,7 @@ import './base-renderer-101f6d04.js';
36
36
  import './feature-flag-controller-51659753.js';
37
37
  import './index-e9da316f.js';
38
38
  import './wait-for-vega-handler-c2c07ac3.js';
39
- import './translation-f10b1e19.js';
39
+ import './translation-96e5debd.js';
40
40
  import './state-background-color-formatter-0f01d27a.js';
41
41
 
42
42
  const vegaGridCss = ":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-row-0),.v-gap-row-0{row-gap:0px}:host(.v-gap-col-0),.v-gap-col-0{column-gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-row-size-0),.v-gap-row-size-0{row-gap:0px}:host(.v-gap-col-size-0),.v-gap-col-size-0{column-gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-row-size-4),.v-gap-row-size-4{row-gap:4px}:host(.v-gap-col-size-4),.v-gap-col-size-4{column-gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-row-size-8),.v-gap-row-size-8{row-gap:8px}:host(.v-gap-col-size-8),.v-gap-col-size-8{column-gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-row-size-12),.v-gap-row-size-12{row-gap:12px}:host(.v-gap-col-size-12),.v-gap-col-size-12{column-gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-row-size-16),.v-gap-row-size-16{row-gap:16px}:host(.v-gap-col-size-16),.v-gap-col-size-16{column-gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-row-size-20),.v-gap-row-size-20{row-gap:20px}:host(.v-gap-col-size-20),.v-gap-col-size-20{column-gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-row-size-24),.v-gap-row-size-24{row-gap:24px}:host(.v-gap-col-size-24),.v-gap-col-size-24{column-gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-row-size-32),.v-gap-row-size-32{row-gap:32px}:host(.v-gap-col-size-32),.v-gap-col-size-32{column-gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-row-size-40),.v-gap-row-size-40{row-gap:40px}:host(.v-gap-col-size-40),.v-gap-col-size-40{column-gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-row-size-48),.v-gap-row-size-48{row-gap:48px}:host(.v-gap-col-size-48),.v-gap-col-size-48{column-gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-row-size-64),.v-gap-row-size-64{row-gap:64px}:host(.v-gap-col-size-64),.v-gap-col-size-64{column-gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-row-size-72),.v-gap-row-size-72{row-gap:72px}:host(.v-gap-col-size-72),.v-gap-col-size-72{column-gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-row-size-80),.v-gap-row-size-80{row-gap:80px}:host(.v-gap-col-size-80),.v-gap-col-size-80{column-gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-row-size-112),.v-gap-row-size-112{row-gap:112px}:host(.v-gap-col-size-112),.v-gap-col-size-112{column-gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}:host(.v-gap-row-size-2),.v-gap-row-size-2{row-gap:2px}:host(.v-gap-col-size-2),.v-gap-col-size-2{column-gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-row-0),.S\\:v-gap-row-0{row-gap:0px}:host(.S\\:v-gap-col-0),.S\\:v-gap-col-0{column-gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-row-size-0),.S\\:v-gap-row-size-0{row-gap:0px}:host(.S\\:v-gap-col-size-0),.S\\:v-gap-col-size-0{column-gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-row-size-4),.S\\:v-gap-row-size-4{row-gap:4px}:host(.S\\:v-gap-col-size-4),.S\\:v-gap-col-size-4{column-gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-row-size-8),.S\\:v-gap-row-size-8{row-gap:8px}:host(.S\\:v-gap-col-size-8),.S\\:v-gap-col-size-8{column-gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-row-size-12),.S\\:v-gap-row-size-12{row-gap:12px}:host(.S\\:v-gap-col-size-12),.S\\:v-gap-col-size-12{column-gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-row-size-16),.S\\:v-gap-row-size-16{row-gap:16px}:host(.S\\:v-gap-col-size-16),.S\\:v-gap-col-size-16{column-gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-row-size-20),.S\\:v-gap-row-size-20{row-gap:20px}:host(.S\\:v-gap-col-size-20),.S\\:v-gap-col-size-20{column-gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-row-size-24),.S\\:v-gap-row-size-24{row-gap:24px}:host(.S\\:v-gap-col-size-24),.S\\:v-gap-col-size-24{column-gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-row-size-32),.S\\:v-gap-row-size-32{row-gap:32px}:host(.S\\:v-gap-col-size-32),.S\\:v-gap-col-size-32{column-gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-row-size-40),.S\\:v-gap-row-size-40{row-gap:40px}:host(.S\\:v-gap-col-size-40),.S\\:v-gap-col-size-40{column-gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-row-size-48),.S\\:v-gap-row-size-48{row-gap:48px}:host(.S\\:v-gap-col-size-48),.S\\:v-gap-col-size-48{column-gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-row-size-64),.S\\:v-gap-row-size-64{row-gap:64px}:host(.S\\:v-gap-col-size-64),.S\\:v-gap-col-size-64{column-gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-row-size-72),.S\\:v-gap-row-size-72{row-gap:72px}:host(.S\\:v-gap-col-size-72),.S\\:v-gap-col-size-72{column-gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-row-size-80),.S\\:v-gap-row-size-80{row-gap:80px}:host(.S\\:v-gap-col-size-80),.S\\:v-gap-col-size-80{column-gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-row-size-112),.S\\:v-gap-row-size-112{row-gap:112px}:host(.S\\:v-gap-col-size-112),.S\\:v-gap-col-size-112{column-gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}:host(.S\\:v-gap-row-size-2),.S\\:v-gap-row-size-2{row-gap:2px}:host(.S\\:v-gap-col-size-2),.S\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-row-0),.M\\:v-gap-row-0{row-gap:0px}:host(.M\\:v-gap-col-0),.M\\:v-gap-col-0{column-gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-row-size-0),.M\\:v-gap-row-size-0{row-gap:0px}:host(.M\\:v-gap-col-size-0),.M\\:v-gap-col-size-0{column-gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-row-size-4),.M\\:v-gap-row-size-4{row-gap:4px}:host(.M\\:v-gap-col-size-4),.M\\:v-gap-col-size-4{column-gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-row-size-8),.M\\:v-gap-row-size-8{row-gap:8px}:host(.M\\:v-gap-col-size-8),.M\\:v-gap-col-size-8{column-gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-row-size-12),.M\\:v-gap-row-size-12{row-gap:12px}:host(.M\\:v-gap-col-size-12),.M\\:v-gap-col-size-12{column-gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-row-size-16),.M\\:v-gap-row-size-16{row-gap:16px}:host(.M\\:v-gap-col-size-16),.M\\:v-gap-col-size-16{column-gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-row-size-20),.M\\:v-gap-row-size-20{row-gap:20px}:host(.M\\:v-gap-col-size-20),.M\\:v-gap-col-size-20{column-gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-row-size-24),.M\\:v-gap-row-size-24{row-gap:24px}:host(.M\\:v-gap-col-size-24),.M\\:v-gap-col-size-24{column-gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-row-size-32),.M\\:v-gap-row-size-32{row-gap:32px}:host(.M\\:v-gap-col-size-32),.M\\:v-gap-col-size-32{column-gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-row-size-40),.M\\:v-gap-row-size-40{row-gap:40px}:host(.M\\:v-gap-col-size-40),.M\\:v-gap-col-size-40{column-gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-row-size-48),.M\\:v-gap-row-size-48{row-gap:48px}:host(.M\\:v-gap-col-size-48),.M\\:v-gap-col-size-48{column-gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-row-size-64),.M\\:v-gap-row-size-64{row-gap:64px}:host(.M\\:v-gap-col-size-64),.M\\:v-gap-col-size-64{column-gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-row-size-72),.M\\:v-gap-row-size-72{row-gap:72px}:host(.M\\:v-gap-col-size-72),.M\\:v-gap-col-size-72{column-gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-row-size-80),.M\\:v-gap-row-size-80{row-gap:80px}:host(.M\\:v-gap-col-size-80),.M\\:v-gap-col-size-80{column-gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-row-size-112),.M\\:v-gap-row-size-112{row-gap:112px}:host(.M\\:v-gap-col-size-112),.M\\:v-gap-col-size-112{column-gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}:host(.M\\:v-gap-row-size-2),.M\\:v-gap-row-size-2{row-gap:2px}:host(.M\\:v-gap-col-size-2),.M\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-row-0),.L\\:v-gap-row-0{row-gap:0px}:host(.L\\:v-gap-col-0),.L\\:v-gap-col-0{column-gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-row-size-0),.L\\:v-gap-row-size-0{row-gap:0px}:host(.L\\:v-gap-col-size-0),.L\\:v-gap-col-size-0{column-gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-row-size-4),.L\\:v-gap-row-size-4{row-gap:4px}:host(.L\\:v-gap-col-size-4),.L\\:v-gap-col-size-4{column-gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-row-size-8),.L\\:v-gap-row-size-8{row-gap:8px}:host(.L\\:v-gap-col-size-8),.L\\:v-gap-col-size-8{column-gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-row-size-12),.L\\:v-gap-row-size-12{row-gap:12px}:host(.L\\:v-gap-col-size-12),.L\\:v-gap-col-size-12{column-gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-row-size-16),.L\\:v-gap-row-size-16{row-gap:16px}:host(.L\\:v-gap-col-size-16),.L\\:v-gap-col-size-16{column-gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-row-size-20),.L\\:v-gap-row-size-20{row-gap:20px}:host(.L\\:v-gap-col-size-20),.L\\:v-gap-col-size-20{column-gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-row-size-24),.L\\:v-gap-row-size-24{row-gap:24px}:host(.L\\:v-gap-col-size-24),.L\\:v-gap-col-size-24{column-gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-row-size-32),.L\\:v-gap-row-size-32{row-gap:32px}:host(.L\\:v-gap-col-size-32),.L\\:v-gap-col-size-32{column-gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-row-size-40),.L\\:v-gap-row-size-40{row-gap:40px}:host(.L\\:v-gap-col-size-40),.L\\:v-gap-col-size-40{column-gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-row-size-48),.L\\:v-gap-row-size-48{row-gap:48px}:host(.L\\:v-gap-col-size-48),.L\\:v-gap-col-size-48{column-gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-row-size-64),.L\\:v-gap-row-size-64{row-gap:64px}:host(.L\\:v-gap-col-size-64),.L\\:v-gap-col-size-64{column-gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-row-size-72),.L\\:v-gap-row-size-72{row-gap:72px}:host(.L\\:v-gap-col-size-72),.L\\:v-gap-col-size-72{column-gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-row-size-80),.L\\:v-gap-row-size-80{row-gap:80px}:host(.L\\:v-gap-col-size-80),.L\\:v-gap-col-size-80{column-gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-row-size-112),.L\\:v-gap-row-size-112{row-gap:112px}:host(.L\\:v-gap-col-size-112),.L\\:v-gap-col-size-112{column-gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}:host(.L\\:v-gap-row-size-2),.L\\:v-gap-row-size-2{row-gap:2px}:host(.L\\:v-gap-col-size-2),.L\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-row-0),.XL\\:v-gap-row-0{row-gap:0px}:host(.XL\\:v-gap-col-0),.XL\\:v-gap-col-0{column-gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-row-size-0),.XL\\:v-gap-row-size-0{row-gap:0px}:host(.XL\\:v-gap-col-size-0),.XL\\:v-gap-col-size-0{column-gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-row-size-4),.XL\\:v-gap-row-size-4{row-gap:4px}:host(.XL\\:v-gap-col-size-4),.XL\\:v-gap-col-size-4{column-gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-row-size-8),.XL\\:v-gap-row-size-8{row-gap:8px}:host(.XL\\:v-gap-col-size-8),.XL\\:v-gap-col-size-8{column-gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-row-size-12),.XL\\:v-gap-row-size-12{row-gap:12px}:host(.XL\\:v-gap-col-size-12),.XL\\:v-gap-col-size-12{column-gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-row-size-16),.XL\\:v-gap-row-size-16{row-gap:16px}:host(.XL\\:v-gap-col-size-16),.XL\\:v-gap-col-size-16{column-gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-row-size-20),.XL\\:v-gap-row-size-20{row-gap:20px}:host(.XL\\:v-gap-col-size-20),.XL\\:v-gap-col-size-20{column-gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-row-size-24),.XL\\:v-gap-row-size-24{row-gap:24px}:host(.XL\\:v-gap-col-size-24),.XL\\:v-gap-col-size-24{column-gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-row-size-32),.XL\\:v-gap-row-size-32{row-gap:32px}:host(.XL\\:v-gap-col-size-32),.XL\\:v-gap-col-size-32{column-gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-row-size-40),.XL\\:v-gap-row-size-40{row-gap:40px}:host(.XL\\:v-gap-col-size-40),.XL\\:v-gap-col-size-40{column-gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-row-size-48),.XL\\:v-gap-row-size-48{row-gap:48px}:host(.XL\\:v-gap-col-size-48),.XL\\:v-gap-col-size-48{column-gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-row-size-64),.XL\\:v-gap-row-size-64{row-gap:64px}:host(.XL\\:v-gap-col-size-64),.XL\\:v-gap-col-size-64{column-gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-row-size-72),.XL\\:v-gap-row-size-72{row-gap:72px}:host(.XL\\:v-gap-col-size-72),.XL\\:v-gap-col-size-72{column-gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-row-size-80),.XL\\:v-gap-row-size-80{row-gap:80px}:host(.XL\\:v-gap-col-size-80),.XL\\:v-gap-col-size-80{column-gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-row-size-112),.XL\\:v-gap-row-size-112{row-gap:112px}:host(.XL\\:v-gap-col-size-112),.XL\\:v-gap-col-size-112{column-gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{gap:2px}:host(.XL\\:v-gap-row-size-2),.XL\\:v-gap-row-size-2{row-gap:2px}:host(.XL\\:v-gap-col-size-2),.XL\\:v-gap-col-size-2{column-gap:2px}}:host{display:grid}:host(.v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}@media (min-width: 320px){:host(.S\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.S\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.S\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.S\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.S\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.S\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.S\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.S\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.S\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.M\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.M\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.M\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.M\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.M\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.M\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.M\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.M\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.L\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.L\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.L\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.L\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.L\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.L\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.L\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.L\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.XL\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.XL\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.XL\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.XL\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.XL\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.XL\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.XL\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.XL\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 320px){:host(.S\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.S\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.S\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.S\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.S\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.S\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.S\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.S\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.S\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.M\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.M\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.M\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.M\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.M\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.M\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.M\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.M\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.L\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.L\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.L\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.L\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.L\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.L\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.L\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.L\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.XL\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.XL\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.XL\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.XL\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.XL\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.XL\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.XL\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.XL\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}";
@@ -2,7 +2,7 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-09
2
2
  import { g as getIconFromToken, I as Icons } from './icons-8627925e.js';
3
3
  import { h as Spacing } from './type-guard-12f7654b.js';
4
4
  import { s as sanitizeVegaComponent } from './component-7d906393.js';
5
- import { i as formatAndValidTextColor } from './design-token-e9e6b011.js';
5
+ import { i as formatAndValidTextColor } from './design-token-64e09c2a.js';
6
6
  import { a as arrayToClassString } from './ui-bb99c0c2.js';
7
7
  import { V as VegaIconManager } from './internal-icon-manager-f0486245.js';
8
8
  import { L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
@@ -11,13 +11,13 @@ import { t as tryGetDocument } from './try-get-document-bef0f526.js';
11
11
  import './breakpoints-d9faf11c.js';
12
12
  import './ui-8424715a.js';
13
13
  import './typography-396de03f.js';
14
- import './responsive-format-facade-b0712993.js';
14
+ import './responsive-format-facade-f88850c5.js';
15
15
  import './page-resize-observer-slimmer-0bf7fbf3.js';
16
16
  import './number-4398f2e1.js';
17
17
  import './pixel-f32c07ce.js';
18
18
  import './array-7888f339.js';
19
19
  import './vega-env-manager-8f8dc473.js';
20
- import './function-extension-eb1d062f.js';
20
+ import './function-extension-7ce27a8e.js';
21
21
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
22
22
  import './dynamic-slimmer-90b8af32.js';
23
23
  import './dark-mode-style-controller-b7e85b6a.js';
@@ -37,7 +37,7 @@ import './base-renderer-101f6d04.js';
37
37
  import './feature-flag-controller-51659753.js';
38
38
  import './index-e9da316f.js';
39
39
  import './wait-for-vega-handler-c2c07ac3.js';
40
- import './translation-f10b1e19.js';
40
+ import './translation-96e5debd.js';
41
41
  import './state-background-color-formatter-0f01d27a.js';
42
42
 
43
43
  const vegaIconCss = ":host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-w-0),.v-w-0{width:0px}:host(.v-w-size-0),.v-w-size-0{width:0px}:host(.v-w-size-4),.v-w-size-4{width:4px}:host(.v-w-size-8),.v-w-size-8{width:8px}:host(.v-w-size-12),.v-w-size-12{width:12px}:host(.v-w-size-16),.v-w-size-16{width:16px}:host(.v-w-size-20),.v-w-size-20{width:20px}:host(.v-w-size-24),.v-w-size-24{width:24px}:host(.v-w-size-32),.v-w-size-32{width:32px}:host(.v-w-size-40),.v-w-size-40{width:40px}:host(.v-w-size-48),.v-w-size-48{width:48px}:host(.v-w-size-64),.v-w-size-64{width:64px}:host(.v-w-size-72),.v-w-size-72{width:72px}:host(.v-w-size-80),.v-w-size-80{width:80px}:host(.v-w-size-112),.v-w-size-112{width:112px}:host(.v-w-size-2),.v-w-size-2{width:2px}:host(.v-h-0),.v-h-0{height:0px}:host(.v-h-size-0),.v-h-size-0{height:0px}:host(.v-h-size-4),.v-h-size-4{height:4px}:host(.v-h-size-8),.v-h-size-8{height:8px}:host(.v-h-size-12),.v-h-size-12{height:12px}:host(.v-h-size-16),.v-h-size-16{height:16px}:host(.v-h-size-20),.v-h-size-20{height:20px}:host(.v-h-size-24),.v-h-size-24{height:24px}:host(.v-h-size-32),.v-h-size-32{height:32px}:host(.v-h-size-40),.v-h-size-40{height:40px}:host(.v-h-size-48),.v-h-size-48{height:48px}:host(.v-h-size-64),.v-h-size-64{height:64px}:host(.v-h-size-72),.v-h-size-72{height:72px}:host(.v-h-size-80),.v-h-size-80{height:80px}:host(.v-h-size-112),.v-h-size-112{height:112px}:host(.v-h-size-2),.v-h-size-2{height:2px}:host{display:inline-flex;user-select:none}i{line-height:1}:host(:not(.vega-auto-size)) ::slotted(svg){width:100%;height:100%}";
@@ -2,19 +2,19 @@ import { h, H as Host, r as registerInstance, c as createEvent, g as getElement
2
2
  import { s as sanitizeVegaComponent } from './component-7d906393.js';
3
3
  import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
4
4
  import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
5
- import { R as ResponsiveFormatFacade } from './responsive-format-facade-b0712993.js';
5
+ import { R as ResponsiveFormatFacade } from './responsive-format-facade-f88850c5.js';
6
6
  import { m as methodPlaceholder } from './placeholder-bf562081.js';
7
7
  import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-a84cc93e.js';
8
8
  import { D as DomNodeSubjectObserverFactory, a as VegaClick, f as VegaChange, l as VegaRemove, B as VegaCancel } from './dom-node-subject-observer-factory-dca87b70.js';
9
9
  import { F as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-52f93124.js';
10
10
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
11
11
  import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
12
- import { c as VegaDialog } from './function-extension-eb1d062f.js';
13
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
12
+ import { c as VegaDialog } from './function-extension-7ce27a8e.js';
13
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
14
14
  import { f as findParent, e as getDeepActiveElementInShadow } from './ui-bb99c0c2.js';
15
15
  import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-76331524.js';
16
16
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
17
- import { T as TranslationSlimmer } from './translation-slimmer-984c9ce6.js';
17
+ import { T as TranslationSlimmer } from './translation-slimmer-c936cb1b.js';
18
18
  import { D as DarkModeStateControllerSlimmer } from './dark-mode-state-controller-slimmer-f2b4f8ed.js';
19
19
  import { V as VegaInternalThemeManager } from './dark-mode-style-controller-b7e85b6a.js';
20
20
  import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
@@ -35,7 +35,7 @@ import './internal-icon-manager-f0486245.js';
35
35
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
36
36
  import './dynamic-slimmer-90b8af32.js';
37
37
  import './wait-for-vega-handler-c2c07ac3.js';
38
- import './translation-f10b1e19.js';
38
+ import './translation-96e5debd.js';
39
39
  import './dto-renderer-manager-7abc53bf.js';
40
40
  import './code-block-e8839202.js';
41
41
  import './vega-internal-event-id-5c3e5f7f.js';
@@ -6,7 +6,7 @@ import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-
6
6
  import { s as sanitizeVegaComponent } from './component-7d906393.js';
7
7
  import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
8
8
  import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-a84cc93e.js';
9
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
9
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
10
10
  import { F as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-52f93124.js';
11
11
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
12
12
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
@@ -27,7 +27,7 @@ import './ui-bb99c0c2.js';
27
27
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
28
28
  import './dynamic-slimmer-90b8af32.js';
29
29
  import './vega-internal-event-id-5c3e5f7f.js';
30
- import './translation-f10b1e19.js';
30
+ import './translation-96e5debd.js';
31
31
  import './page-resize-observer-slimmer-0bf7fbf3.js';
32
32
  import './try-get-document-bef0f526.js';
33
33
  import './mutation-observer-slimmer-58ebc13c.js';
@@ -9,7 +9,7 @@ import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
9
9
  import { F as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-52f93124.js';
10
10
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
11
11
  import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-f39214e4.js';
12
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
12
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
13
13
  import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
14
14
  import { c as createSubStateNotifySlimmer } from './sub-state-notify-slimmer-56380f02.js';
15
15
  import { M as MinNumberRule, a as MaxNumberRule } from './min-number-rule-2f1cfbf9.js';
@@ -30,7 +30,7 @@ import './typography-396de03f.js';
30
30
  import './string-a953eafc.js';
31
31
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
32
32
  import './vega-internal-event-id-5c3e5f7f.js';
33
- import './translation-f10b1e19.js';
33
+ import './translation-96e5debd.js';
34
34
  import './page-resize-observer-slimmer-0bf7fbf3.js';
35
35
  import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
36
36
  import './mutation-observer-slimmer-58ebc13c.js';
@@ -8,7 +8,7 @@ import { C as ChangeManager } from './change-manager-6a7eb88c.js';
8
8
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
9
9
  import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-f39214e4.js';
10
10
  import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-76331524.js';
11
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
11
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
12
12
  import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
13
13
  import './observer-3959f9dd.js';
14
14
  import './ui-bb99c0c2.js';
@@ -27,7 +27,7 @@ import './_commonjsHelpers-9943807e.js';
27
27
  import './string-a953eafc.js';
28
28
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
29
29
  import './vega-internal-event-id-5c3e5f7f.js';
30
- import './translation-f10b1e19.js';
30
+ import './translation-96e5debd.js';
31
31
  import './page-resize-observer-slimmer-0bf7fbf3.js';
32
32
  import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
33
33
  import './mutation-observer-slimmer-58ebc13c.js';
@@ -7,10 +7,10 @@ import { a as VegaInternalIconManager } from './internal-icon-manager-f0486245.j
7
7
  import { r as remoteInvocationRegistry } from './remote-invocation-registry-d69245c2.js';
8
8
  import { p as VegaDropdownRenderItemInternalOverridden, l as VegaInputSelectRenderPrefixIconInternalOverridden, q as VegaDropdownSearchInternalOverridden } from './vega-internal-event-id-5c3e5f7f.js';
9
9
  import './vega-env-manager-8f8dc473.js';
10
- import './function-extension-eb1d062f.js';
10
+ import './function-extension-7ce27a8e.js';
11
11
  import { F as FeatureFlag } from './feature-flag-controller-51659753.js';
12
12
  import './wait-for-vega-handler-c2c07ac3.js';
13
- import './translation-f10b1e19.js';
13
+ import './translation-96e5debd.js';
14
14
  import './dto-renderer-manager-7abc53bf.js';
15
15
  import './vega-nonce-manager-87615d3c.js';
16
16
  import './code-block-e8839202.js';
@@ -19,7 +19,7 @@ import { S as StringFormatStrategy } from './string-format-strategy.abstract-452
19
19
  import { i as isNonNullable } from './type-guard-12f7654b.js';
20
20
  import { F as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-52f93124.js';
21
21
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
22
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
22
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
23
23
  import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
24
24
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
25
25
  import { I as InputPhoneNumberRequiredRule } from './input-phone-number-required-rule-be6a5572.js';
@@ -4,7 +4,7 @@ import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod,
4
4
  import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-a84cc93e.js';
5
5
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
6
6
  import { D as DomNodeSubjectObserverFactory, f as VegaChange } from './dom-node-subject-observer-factory-dca87b70.js';
7
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
7
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
8
8
  import { i as isArrayEqual } from './array-7888f339.js';
9
9
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
10
10
  import { F as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-52f93124.js';
@@ -13,7 +13,7 @@ import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-
13
13
  import { I as InputRangeRequiredRule } from './input-range-required-rule-3ad74776.js';
14
14
  import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
15
15
  import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
16
- import { T as TranslationSlimmer } from './translation-slimmer-984c9ce6.js';
16
+ import { T as TranslationSlimmer } from './translation-slimmer-c936cb1b.js';
17
17
  import './dynamic-slimmer-90b8af32.js';
18
18
  import './internal-vega-event-manager-516aa721.js';
19
19
  import './try-get-document-bef0f526.js';
@@ -21,7 +21,7 @@ import './observer-3959f9dd.js';
21
21
  import './string-a953eafc.js';
22
22
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
23
23
  import './vega-internal-event-id-5c3e5f7f.js';
24
- import './translation-f10b1e19.js';
24
+ import './translation-96e5debd.js';
25
25
  import './page-resize-observer-slimmer-0bf7fbf3.js';
26
26
  import './ui-8424715a.js';
27
27
  import './breakpoints-d9faf11c.js';
@@ -4,7 +4,7 @@ import { s as sanitizeVegaComponent } from './component-7d906393.js';
4
4
  import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-0bf7fbf3.js';
5
5
  import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
6
6
  import { a as arrayToClassString } from './ui-bb99c0c2.js';
7
- import { R as ResponsiveFormatFacade } from './responsive-format-facade-b0712993.js';
7
+ import { R as ResponsiveFormatFacade } from './responsive-format-facade-f88850c5.js';
8
8
  import { D as DomNodeSubjectObserverFactory, u as VegaLabelButtonClick, p as VegaDropdownShow, q as VegaDropdownHide, V as VegaDropdownClick, s as VegaDropdownSearch, t as VegaSearchTrigger, r as VegaReset, d as domNodeSubjectFactory, f as VegaChange, n as VegaSearch, I as VegaShow, J as VegaHide } from './dom-node-subject-observer-factory-dca87b70.js';
9
9
  import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-a84cc93e.js';
10
10
  import { j as VegaInternalDropdownTemplateItemsChange, k as VegaInternalVirtualScrollToBottom, l as VegaInputSelectRenderPrefixIconInternalOverridden } from './vega-internal-event-id-5c3e5f7f.js';
@@ -15,22 +15,22 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
15
15
  import { c as chevronUp } from './chevron-up-b1989751.js';
16
16
  import { c as chevronDown } from './chevron-down-4a75d28e.js';
17
17
  import { a as VegaInternalIconManager } from './internal-icon-manager-f0486245.js';
18
- import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-b23d9ff3.js';
18
+ import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-bf071b75.js';
19
19
  import { c as createEventEmitSlimmer } from './event-emit-slimmer-4e28e9f8.js';
20
20
  import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-76331524.js';
21
21
  import { Q as isArrayOfType, U as isSelectSourceItemType } from './type-guard-12f7654b.js';
22
22
  import { M as MutationObserverSlimmer } from './mutation-observer-slimmer-58ebc13c.js';
23
23
  import { T as TagNameMutationFilter } from './mutation-observer-filters-1a054fb0.js';
24
- import { T as TranslationSlimmer } from './translation-slimmer-984c9ce6.js';
24
+ import { T as TranslationSlimmer } from './translation-slimmer-c936cb1b.js';
25
25
  import { r as remoteInvocationRegistry } from './remote-invocation-registry-d69245c2.js';
26
- import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
26
+ import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
27
27
  import './ui-8424715a.js';
28
28
  import './breakpoints-d9faf11c.js';
29
29
  import './try-get-document-bef0f526.js';
30
30
  import './number-4398f2e1.js';
31
31
  import './pixel-f32c07ce.js';
32
32
  import './vega-env-manager-8f8dc473.js';
33
- import './function-extension-eb1d062f.js';
33
+ import './function-extension-7ce27a8e.js';
34
34
  import './create-public-api-runtime-metrics-slimmer-bedf3a1e.js';
35
35
  import './dynamic-slimmer-90b8af32.js';
36
36
  import './dark-mode-style-controller-b7e85b6a.js';
@@ -46,7 +46,7 @@ import './base-renderer-101f6d04.js';
46
46
  import './feature-flag-controller-51659753.js';
47
47
  import './index-e9da316f.js';
48
48
  import './wait-for-vega-handler-c2c07ac3.js';
49
- import './translation-f10b1e19.js';
49
+ import './translation-96e5debd.js';
50
50
  import './sub-state-observer-slimmer-3504e2f2.js';
51
51
  import './typography-396de03f.js';
52
52
 
@@ -225,9 +225,15 @@ class VegaInputSelectValueController extends VegaSlimmer {
225
225
  if (this.selectType === 'multiple') {
226
226
  newValue = newValue;
227
227
  oldValue = oldValue;
228
- const validValue = newValue
229
- ? newValue.filter((value) => this.sourceController.getItem(value))
230
- : [];
228
+ let validValue;
229
+ if (newValue) {
230
+ validValue = !this.vegaDropdownProps.preserveValueIfNotInSource
231
+ ? newValue.filter((value) => this.sourceController.getItem(value))
232
+ : newValue;
233
+ }
234
+ else {
235
+ validValue = [];
236
+ }
231
237
  if (!isArrayEqual(validValue, oldValue, true)) {
232
238
  this.setValue(validValue);
233
239
  this.changeEventEmitter.emit(validValue);
@@ -243,7 +249,12 @@ class VegaInputSelectValueController extends VegaSlimmer {
243
249
  else {
244
250
  if (newValue !== oldValue) {
245
251
  const sourceItem = this.sourceController.getItem(newValue);
246
- this.setValue(sourceItem ? sourceItem.id : '');
252
+ if (!this.vegaDropdownProps.preserveValueIfNotInSource) {
253
+ this.setValue(sourceItem ? sourceItem.id : '');
254
+ }
255
+ else {
256
+ this.setValue(newValue);
257
+ }
247
258
  this.changeEventEmitter.emit(this.value);
248
259
  ChangeManager.notify(FORM_ELEMENT_VALUE_CHANGE, {
249
260
  host: this.host,
@@ -297,6 +308,9 @@ __decorate$6([
297
308
  __decorate$6([
298
309
  MapToComponentField()
299
310
  ], VegaInputSelectValueController.prototype, "sourceController", void 0);
311
+ __decorate$6([
312
+ MapToComponentField()
313
+ ], VegaInputSelectValueController.prototype, "vegaDropdownProps", void 0);
300
314
  __decorate$6([
301
315
  MapToComponentMethod('watchValue')
302
316
  ], VegaInputSelectValueController.prototype, "handleValueChange", void 0);
@@ -342,9 +356,14 @@ class VegaInputSelectDropdownRenderer extends VegaSlimmer {
342
356
  };
343
357
  this.renderSingleSelected = () => {
344
358
  const item = this.sourceController.getItem(this.value);
345
- if (item) {
359
+ if (item || (this.vegaDropdownProps.preserveValueIfNotInSource && this.value)) {
346
360
  return (h("span", { class: "vega-input-select-selected", part: "selected-box" },
347
- h("vega-text", { overflow: "ellipsis", tooltip: { placement: 'bottom' }, key: item.displayName }, item.displayName)));
361
+ h("vega-text", { overflow: "ellipsis", tooltip: { placement: 'bottom' }, key: this.vegaDropdownProps.preserveValueIfNotInSource
362
+ ? this.value
363
+ : // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
364
+ item.displayName },
365
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
366
+ this.vegaDropdownProps.preserveValueIfNotInSource ? this.value : item.displayName)));
348
367
  }
349
368
  else {
350
369
  return (h("div", { class: "vega-input-select-placeholder", part: "placeholder" }, this.translationSlimmer.t(this.placeholder)));
@@ -354,6 +373,12 @@ class VegaInputSelectDropdownRenderer extends VegaSlimmer {
354
373
  return Object.assign({ searchable: true, caseSensitive: false }, this.vegaDropdownProps);
355
374
  };
356
375
  }
376
+ watchVegaDropdownProps() {
377
+ if (this.vegaDropdownProps && this.vegaDropdownProps.preserveValueIfNotInSource !== undefined) {
378
+ this.dropdown.preserveValueIfNotInSource = this.vegaDropdownProps.preserveValueIfNotInSource;
379
+ this.dropdown.selectedSourceKey = this.value;
380
+ }
381
+ }
357
382
  show() {
358
383
  return this.dropdown.show();
359
384
  }
@@ -445,6 +470,9 @@ __decorate$5([
445
470
  __decorate$5([
446
471
  MapToComponentField()
447
472
  ], VegaInputSelectDropdownRenderer.prototype, "disabled", void 0);
473
+ __decorate$5([
474
+ MapToComponentMethod('watchVegaDropdownProps')
475
+ ], VegaInputSelectDropdownRenderer.prototype, "watchVegaDropdownProps", null);
448
476
 
449
477
  var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
450
478
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -582,6 +610,7 @@ class VegaInputSelectSourceController extends VegaSlimmer {
582
610
  * convert the dropdown source when the component watchSource call
583
611
  */
584
612
  this.handleSourceChange = () => {
613
+ this.host.dataset.source = JSON.stringify(this.source);
585
614
  this.source = isArrayOfType(this.source, isSelectSourceItemType) ? this.source : [];
586
615
  };
587
616
  }
@@ -605,6 +634,9 @@ class VegaInputSelectSourceController extends VegaSlimmer {
605
634
  return this.source.find((item) => item.id === id);
606
635
  }
607
636
  }
637
+ __decorate$3([
638
+ MapToComponentField()
639
+ ], VegaInputSelectSourceController.prototype, "host", void 0);
608
640
  __decorate$3([
609
641
  MapToComponentField({ writable: true })
610
642
  ], VegaInputSelectSourceController.prototype, "source", void 0);
@@ -716,6 +748,91 @@ __decorate$1([
716
748
  MapToComponentMethod('connectedCallback')
717
749
  ], VegaInputSelectPrefixIconRenderer.prototype, "connectedCallback", null);
718
750
 
751
+ /**
752
+ * A rule that checks if the value exists in the source or not
753
+ *
754
+ * @augments {InternalFormFieldValidationRule<SelectValueType<SelectType>>}
755
+ */
756
+ class InputSelectValueInSourceRule extends InternalFormFieldValidationRule {
757
+ /**
758
+ * It creates a new instance of the class with the given config.
759
+ *
760
+ * @param {() => SelectSourceItem[]} inputSelectSourceGetter - The input select source getter function
761
+ */
762
+ constructor(inputSelectSourceGetter) {
763
+ super();
764
+ this.inputSelectSourceGetter = inputSelectSourceGetter;
765
+ /**
766
+ * Generate an invalid result
767
+ *
768
+ * @param {string} message Error message
769
+ * @returns {EvaluateResultTranslation} invalid validation result
770
+ */
771
+ this.invalidResult = (message) => ({
772
+ isValid: false,
773
+ message,
774
+ });
775
+ /**
776
+ * Generate a valid result
777
+ *
778
+ * @returns {EvaluateResultTranslation} invalid validation result
779
+ */
780
+ this.validResult = () => ({
781
+ isValid: true,
782
+ message: '',
783
+ });
784
+ }
785
+ /**
786
+ * If the input is accepted and the status is not disabled and visible, then return true
787
+ *
788
+ * @param {unknown} input - The input to be evaluated.
789
+ * @param {FormFieldStatusMeta} [status] - FormFieldStatusMeta
790
+ * @returns {boolean} A boolean value.
791
+ */
792
+ canEvaluate(input, status) {
793
+ return status
794
+ ? this.isAcceptedInputType(input) && !status.disabled && status.visible
795
+ : this.isAcceptedInputType(input);
796
+ }
797
+ /**
798
+ * check if the value exists in the source
799
+ *
800
+ * @param {SelectValueType<SelectType>} input - The input to be evaluated.
801
+ * @returns {EvaluateResultTranslation} - The result of the evaluation.
802
+ */
803
+ evaluate(input) {
804
+ if (typeof input === 'string' &&
805
+ !this.inputSelectSourceGetter().find((item) => item.id === input)) {
806
+ return this.invalidResult(`The value does not exist in the source`);
807
+ }
808
+ else if (Array.isArray(input) &&
809
+ !input.every((value) => this.inputSelectSourceGetter().find((item) => item.id === value))) {
810
+ return this.invalidResult(`There are values that do not exist in the source`);
811
+ }
812
+ return this.validResult();
813
+ }
814
+ /**
815
+ * If the field is not disabled, visible, and has been touched or modified, then show the error
816
+ *
817
+ * @param {FormFieldStatusMeta} status - FormFieldStatusMeta
818
+ * @returns {boolean} A boolean value.
819
+ */
820
+ shouldShowError(status) {
821
+ return !status.disabled && status.visible && (status.touched || status.modified);
822
+ }
823
+ /**
824
+ * It returns true if the input is a string or an array of two strings, and each string is a valid string
825
+ *
826
+ * @param {unknown} input - The input value to be validated.
827
+ * @returns {boolean} A boolean value.
828
+ */
829
+ isAcceptedInputType(input) {
830
+ return ((typeof input === 'string' ||
831
+ (Array.isArray(input) && input.every((item) => typeof item === 'string'))) &&
832
+ input.length > 0);
833
+ }
834
+ }
835
+
719
836
  const vegaInputSelectCss = ":host{display:inline-block;width:100%;min-width:0px;text-align:left;line-height:normal}:host(.default) .vega-input-select-container{padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px}:host(.small) .vega-input-select-container{padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px}vega-field-label{margin-bottom:8px}:host .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-radius:8px;gap:8px;display:block;display:flex;align-items:center;cursor:pointer}:host .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}:host .vega-input-select-container:focus{outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:3px;border:1px solid rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1))}:host .error .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}:host .error .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}:host .error .vega-input-select-container:focus{outline:2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));outline-offset:3px;border:1px solid rgba(var(--v-border-color-input-field-danger-focus, 233, 71, 104, 1))}:host(.vega-input-select-disabled) vega-dropdown{pointer-events:none}:host(.vega-input-select-disabled) .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));--tw-shadow:0 0 #0000;box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px}:host(.vega-input-select-disabled) .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}:host(.vega-input-select-disabled) vega-icon{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host .vega-input-select-select-container{flex-grow:1;min-width:0px}:host .vega-input-select-selected{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));display:block;min-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-selected{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-input-select-selected{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-input-select-selected{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.vega-input-select-disabled) .vega-input-select-selected{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host .vega-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-input-select-prefix-icon{text-align:center;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));font-size:0px}:host .vega-input-select-toggle-icon{width:16px;height:16px;color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host .vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:12px;font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-error{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host .vega-hidden{display:none}:host .vega-input-select-hint{padding-left:8px;padding-right:8px;padding-top:12px;font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-hint{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-input-select-hint{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-input-select-hint{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host vega-dropdown{display:block}";
720
837
 
721
838
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -756,6 +873,12 @@ const VegaInputSelect = class {
756
873
  propertyName: 'required',
757
874
  ruleFactory: (isRequired) => (isRequired ? new RequiredFieldRule() : null),
758
875
  },
876
+ {
877
+ propertyName: 'data-source',
878
+ ruleFactory: () => {
879
+ return new InputSelectValueInSourceRule(() => this.source);
880
+ },
881
+ },
759
882
  ],
760
883
  validationRulesName: 'validationRules',
761
884
  defaultValue: (target) => (target.selectType === 'multiple' ? [] : ''),
@@ -897,6 +1020,8 @@ const VegaInputSelect = class {
897
1020
  }
898
1021
  watchValidationRules() {
899
1022
  }
1023
+ watchVegaDropdownProps() {
1024
+ }
900
1025
  componentWillLoad() {
901
1026
  }
902
1027
  /**
@@ -931,7 +1056,8 @@ const VegaInputSelect = class {
931
1056
  static get watchers() { return {
932
1057
  "source": ["watchSource"],
933
1058
  "value": ["watchValue"],
934
- "validationRules": ["watchValidationRules"]
1059
+ "validationRules": ["watchValidationRules"],
1060
+ "vegaDropdownProps": ["watchVegaDropdownProps"]
935
1061
  }; }
936
1062
  };
937
1063
  __decorate([