@heartlandone/vega 2.0.0-temp-test-0.3 → 2.0.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 (811) hide show
  1. package/dist/cjs/{app-globals-44d18beb.js → app-globals-54d42962.js} +12 -13
  2. package/dist/cjs/{array-e1e5ed1d.js → array-5f977aa2.js} +0 -12
  3. package/dist/cjs/breakpoints-97c1f5c8.js +66 -0
  4. package/dist/cjs/{childNodesEventPreventSlimmer-ab75a6a2.js → childNodesEventPreventSlimmer-4b96b18b.js} +10 -11
  5. package/dist/cjs/{childNodesNotifyObserverSlimmer-cc6d9d8d.js → childNodesNotifyObserverSlimmer-77d939be.js} +6 -7
  6. package/dist/cjs/{component-de54cd0d.js → component-b50f0483.js} +2 -5
  7. package/dist/cjs/componentGlobalStyleSlimmer-d988c66b.js +88 -0
  8. package/dist/cjs/date-177d34ab.js +95 -0
  9. package/dist/cjs/designToken-a55d5476.js +460 -0
  10. package/dist/cjs/{dynamic-slimmer-028b0e61.js → dynamic-slimmer-c718b7d9.js} +2 -3
  11. package/dist/cjs/{elementAppender-f0ebe01e.js → elementAppender-e585dbc9.js} +17 -17
  12. package/dist/cjs/{subStateNotifySlimmer-d704ac90.js → elementAppenderSlimmer-853b7f89.js} +33 -101
  13. package/dist/cjs/{eventEmitSlimmer-63a34620.js → eventEmitSlimmer-f0546f9d.js} +157 -10
  14. package/dist/cjs/{featureFlagController-daf977be.js → featureFlagController-e3dc9be9.js} +19 -2
  15. package/dist/cjs/{formFieldControllerSlimmer-b50512f8.js → formFieldControllerSlimmer-69ea8396.js} +181 -108
  16. package/dist/cjs/{index-ced28bc0.js → index-1299d729.js} +94 -460
  17. package/dist/cjs/index.cjs.js +22 -20
  18. package/dist/cjs/{injectKeyboardManager-1bffba97.js → injectKeyboardManager-59ac5d96.js} +5 -3
  19. package/dist/cjs/{internalVegaEventManager-a5ad4b61.js → internalVegaEventManager-cfb1df83.js} +175 -46
  20. package/dist/cjs/{keyboardManager-e8331705.js → keyboardManager-1ea14f2e.js} +3 -15
  21. package/dist/cjs/keyboardManagerSlimmer-7d750268.js +40 -0
  22. package/dist/cjs/{legendInputProcessor-12cf2dfe.js → legendInputProcessor-88c81168.js} +1 -1
  23. package/dist/cjs/loader.cjs.js +14 -16
  24. package/dist/cjs/{misc-3d30df91.js → misc-0197689b.js} +0 -10
  25. package/dist/cjs/{pageResizeObserverSlimmer-f83ef66f.js → pageResizeObserverSlimmer-9751395d.js} +5 -6
  26. package/dist/cjs/{responsiveFormatFacade-8bfed8eb.js → responsiveFormatFacade-8518443e.js} +133 -6
  27. package/dist/cjs/{staticSubjectTitle-9a2a1b10.js → staticSubjectTitle-b02c917c.js} +0 -4
  28. package/dist/cjs/stringMaskStrategy-b22eb314.js +183 -0
  29. package/dist/cjs/{subStateObserverSlimmer-6c750137.js → subStateObserverSlimmer-96ca747f.js} +47 -9
  30. package/dist/cjs/{typeGuard-46915d8c.js → typeGuard-70b919b6.js} +315 -27
  31. package/dist/cjs/{ui-25a66a2a.js → ui-23cd9abb.js} +16 -0
  32. package/dist/cjs/ui-ef822fe1.js +43 -0
  33. package/dist/cjs/vega-accordion.cjs.entry.js +22 -26
  34. package/dist/cjs/vega-app-footer.cjs.entry.js +11 -8
  35. package/dist/cjs/vega-app-header-button.cjs.entry.js +21 -25
  36. package/dist/cjs/vega-backdrop.cjs.entry.js +150 -0
  37. package/dist/cjs/vega-bar-chart.cjs.entry.js +4 -4
  38. package/dist/cjs/vega-box.cjs.entry.js +156 -11
  39. package/dist/cjs/vega-breadcrumb.cjs.entry.js +16 -21
  40. package/dist/cjs/vega-button-circle.cjs.entry.js +21 -20
  41. package/dist/cjs/vega-button-link.cjs.entry.js +10 -15
  42. package/dist/cjs/vega-button.cjs.entry.js +151 -0
  43. package/dist/cjs/vega-card.cjs.entry.js +149 -0
  44. package/dist/cjs/vega-carousel.cjs.entry.js +484 -0
  45. package/dist/cjs/vega-checkbox_2.cjs.entry.js +558 -0
  46. package/dist/cjs/vega-chip.cjs.entry.js +17 -21
  47. package/dist/cjs/vega-color-picker.cjs.entry.js +16 -31
  48. package/dist/cjs/vega-combo-box.cjs.entry.js +26 -41
  49. package/dist/cjs/vega-counter-badge.cjs.entry.js +2 -3
  50. package/dist/cjs/vega-date-picker_2.cjs.entry.js +1908 -0
  51. package/dist/cjs/vega-dialog_2.cjs.entry.js +594 -0
  52. package/dist/cjs/{vega-dropdown.cjs.entry.js → vega-dropdown_5.cjs.entry.js} +763 -205
  53. package/dist/cjs/vega-field-error.cjs.entry.js +6 -8
  54. package/dist/cjs/vega-field-label.cjs.entry.js +90 -0
  55. package/dist/cjs/vega-flex.cjs.entry.js +78 -0
  56. package/dist/cjs/vega-font.cjs.entry.js +52 -160
  57. package/dist/cjs/vega-form.cjs.entry.js +51 -49
  58. package/dist/cjs/vega-grid.cjs.entry.js +89 -0
  59. package/dist/cjs/vega-icon.cjs.entry.js +210 -0
  60. package/dist/cjs/vega-image-uploader.cjs.entry.js +27 -42
  61. package/dist/cjs/vega-input-credit-card.cjs.entry.js +21 -33
  62. package/dist/cjs/vega-input-select.cjs.entry.js +585 -0
  63. package/dist/cjs/vega-input.cjs.entry.js +534 -0
  64. package/dist/cjs/vega-item-toggle.cjs.entry.js +13 -41
  65. package/dist/cjs/vega-left-nav_5.cjs.entry.js +976 -0
  66. package/dist/cjs/vega-line-chart.cjs.entry.js +376 -0
  67. package/dist/cjs/{vega-loading-indicator.cjs.entry.js → vega-loader-wrapper_2.cjs.entry.js} +36 -10
  68. package/dist/cjs/{vega-page-notification.cjs.entry.js → vega-page-notification_2.cjs.entry.js} +32 -6
  69. package/dist/cjs/vega-pagination.cjs.entry.js +16 -21
  70. package/dist/cjs/vega-pie-chart.cjs.entry.js +4 -5
  71. package/dist/cjs/{injectElementAppender-bfece2a0.js → vega-popover_2.cjs.entry.js} +185 -3
  72. package/dist/cjs/vega-progress-tracker.cjs.entry.js +183 -0
  73. package/dist/cjs/vega-radio_2.cjs.entry.js +543 -0
  74. package/dist/cjs/{vega-slimmer-f026897e.js → vega-slimmer-af488dc3.js} +30 -0
  75. package/dist/cjs/vega-slot-container.cjs.entry.js +17 -1
  76. package/dist/cjs/vega-stepper.cjs.entry.js +27 -70
  77. package/dist/cjs/vega-tab-group_2.cjs.entry.js +1194 -0
  78. package/dist/cjs/vega-table_8.cjs.entry.js +3869 -0
  79. package/dist/cjs/vega-text.cjs.entry.js +114 -55
  80. package/dist/cjs/vega-textarea.cjs.entry.js +17 -30
  81. package/dist/cjs/vega-time-picker_2.cjs.entry.js +2051 -0
  82. package/dist/cjs/vega-toggle-switch.cjs.entry.js +95 -0
  83. package/dist/cjs/vega-tooltip_2.cjs.entry.js +141 -45
  84. package/dist/cjs/vega.cjs.js +14 -16
  85. package/dist/cjs/{vegaDialogController-d2ae40fb.js → vegaDialogController-01bddb6a.js} +1 -1
  86. package/dist/cjs/{vegaEventManager-ab0f12ff.js → vegaEventManager-2da0ff37.js} +1445 -12
  87. package/dist/cjs/{yAxisInputProcessor-c0f51130.js → yAxisInputProcessor-b32e5aa0.js} +2 -2
  88. package/dist/collection/collection-manifest.json +277 -7
  89. package/dist/collection/components/vega-accordion/slimmers/vega-accordion-renderer.js +1 -1
  90. package/dist/collection/components/vega-accordion/vega-accordion.css +17 -26
  91. package/dist/collection/components/vega-app-footer/vega-app-footer.css +1 -1
  92. package/dist/collection/components/vega-app-header-button/vega-app-header-button.css +1 -1
  93. package/dist/collection/components/vega-app-header-button/vega-app-header-button.js +4 -4
  94. package/dist/collection/components/vega-backdrop/vega-backdrop.css +1 -1
  95. package/dist/collection/components/vega-backdrop/vega-backdrop.js +5 -1
  96. package/dist/collection/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.js +117 -0
  97. package/dist/collection/components/vega-box/vega-box.css +2109 -19
  98. package/dist/collection/components/vega-box/vega-box.js +264 -4
  99. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-collapsed-item-renderer.js +1 -1
  100. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.js +2 -2
  101. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.css +1 -1
  102. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.js +5 -5
  103. package/dist/collection/components/vega-button/vega-button.css +1 -1
  104. package/dist/collection/components/vega-button/vega-button.js +1 -1
  105. package/dist/collection/components/vega-button-circle/vega-button-circle.css +1 -1
  106. package/dist/collection/components/vega-button-circle/vega-button-circle.js +45 -1
  107. package/dist/collection/components/vega-button-link/vega-button-link.css +27 -1
  108. package/dist/collection/components/vega-card/vega-card.css +1 -1
  109. package/dist/collection/components/vega-carousel/vega-carousel.css +1 -1
  110. package/dist/collection/components/vega-carousel/vega-carousel.js +1 -1
  111. package/dist/collection/components/vega-chart/vega-bar-chart/vega-bar-chart.css +1 -1
  112. package/dist/collection/components/vega-chart/vega-line-chart/vega-line-chart.css +1 -1
  113. package/dist/collection/components/vega-chart/vega-pie-chart/vega-pie-chart.css +1 -1
  114. package/dist/collection/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.js +10 -17
  115. package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.css +1 -1
  116. package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.js +6 -97
  117. package/dist/collection/components/vega-checkbox/vega-checkbox.css +1 -1
  118. package/dist/collection/components/vega-checkbox/vega-checkbox.js +1 -54
  119. package/dist/collection/components/vega-chip/vega-chip.css +1 -1
  120. package/dist/collection/components/vega-color-picker/vega-color-picker.css +1 -1
  121. package/dist/collection/components/vega-color-picker/vega-color-picker.js +3 -54
  122. package/dist/collection/components/vega-combo-box/vega-combo-box.css +1 -1
  123. package/dist/collection/components/vega-combo-box/vega-combo-box.js +7 -56
  124. package/dist/collection/components/vega-counter-badge/vega-counter-badge.css +1 -1
  125. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-calendar-renderer.js +5 -6
  126. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-range-input-renderer.js +1 -1
  127. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.js +1 -9
  128. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-single-input-renderer.js +1 -1
  129. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +1 -1
  130. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +13 -0
  131. package/dist/collection/components/vega-date-picker/vega-date-picker.css +1 -1
  132. package/dist/collection/components/vega-date-picker/vega-date-picker.js +1 -92
  133. package/dist/collection/components/vega-dialog/vega-dialog.css +1 -1
  134. package/dist/collection/components/vega-dialog/vega-dialog.js +3 -3
  135. package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.js +17 -10
  136. package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-search-renderer.js +1 -1
  137. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.css +1 -1
  138. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.js +5 -1
  139. package/dist/collection/components/vega-dropdown/vega-dropdown-group/vega-dropdown-group.css +1 -1
  140. package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.css +1 -1
  141. package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.js +1 -1
  142. package/dist/collection/components/vega-dropdown/vega-dropdown.css +1 -1
  143. package/dist/collection/components/vega-dropdown/vega-dropdown.js +2 -2
  144. package/dist/collection/components/vega-field-error/vega-field-error.css +1 -1
  145. package/dist/collection/components/vega-field-label/vega-field-label.css +1 -1
  146. package/dist/collection/components/vega-flex/vega-flex.css +75 -1
  147. package/dist/collection/components/vega-flex/vega-flex.js +70 -2
  148. package/dist/collection/components/vega-font/slimmers/controllers/vega-font-as-controller.js +10 -140
  149. package/dist/collection/components/vega-font/slimmers/renderers/vega-font-renderer.js +18 -0
  150. package/dist/collection/components/vega-font/vega-font.css +1 -1
  151. package/dist/collection/components/vega-font/vega-font.js +8 -3
  152. package/dist/collection/components/vega-form/vega-form.css +1 -1
  153. package/dist/collection/components/vega-form/vega-form.js +27 -19
  154. package/dist/collection/components/vega-grid/vega-grid.css +1 -1
  155. package/dist/collection/components/vega-grid/vega-grid.js +2 -2
  156. package/dist/collection/components/vega-icon/vega-icon.css +2 -1
  157. package/dist/collection/components/vega-image-uploader/slimmers/controllers/vega-image-uploader-actions-visibility-controller.js +2 -2
  158. package/dist/collection/components/vega-image-uploader/slimmers/renderers/vega-image-uploader-actions-renderer.js +1 -1
  159. package/dist/collection/components/vega-image-uploader/vega-image-uploader.css +1 -1
  160. package/dist/collection/components/vega-image-uploader/vega-image-uploader.js +1 -51
  161. package/dist/collection/components/vega-input/vega-input.css +1 -1
  162. package/dist/collection/components/vega-input/vega-input.js +3 -92
  163. package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.css +1 -1
  164. package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.js +6 -51
  165. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.js +4 -4
  166. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +7 -1
  167. package/dist/collection/components/vega-input-select/vega-input-select.css +1 -1
  168. package/dist/collection/components/vega-input-select/vega-input-select.js +3 -86
  169. package/dist/collection/components/vega-item-toggle/vega-item-toggle.css +1 -13
  170. package/dist/collection/components/vega-item-toggle/vega-item-toggle.js +2 -40
  171. package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.css +1 -1
  172. package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.js +13 -0
  173. package/dist/collection/components/vega-loading-indicator/vega-loading-indicator.css +1 -1
  174. package/dist/collection/components/vega-modal/vega-modal.css +1 -1
  175. package/dist/collection/components/vega-modal/vega-modal.js +7 -1
  176. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.css +1 -1
  177. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +1 -1
  178. package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.css +1 -1
  179. package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.js +1 -1
  180. package/dist/collection/components/vega-nav/vega-left-nav-link/vega-left-nav-link.css +1 -1
  181. package/dist/collection/components/vega-nav/vega-left-nav-section/vega-left-nav-section.css +1 -1
  182. package/dist/collection/components/vega-nav/vega-nav-card/vega-nav-card.css +1 -1
  183. package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.css +1 -1
  184. package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.js +13 -0
  185. package/dist/collection/components/vega-page-notification/vega-page-notification.css +1 -1
  186. package/dist/collection/components/vega-pagination/internal/vega-pagination-go-to.js +2 -2
  187. package/dist/collection/components/vega-pagination/internal/vega-pagination-page-selector.js +1 -1
  188. package/dist/collection/components/vega-pagination/internal/vega-pagination-page-size-selector.js +1 -1
  189. package/dist/collection/components/vega-pagination/vega-pagination.css +1 -1
  190. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.css +1 -1
  191. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +13 -0
  192. package/dist/collection/components/vega-popover/vega-popover.css +1 -1
  193. package/dist/collection/components/vega-popover/vega-popover.js +2 -2
  194. package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.css +1 -1
  195. package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.js +2 -2
  196. package/dist/collection/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.js +13 -14
  197. package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.css +1 -1
  198. package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.js +6 -99
  199. package/dist/collection/components/vega-radio/vega-radio.css +1 -1
  200. package/dist/collection/components/vega-slot-container/vega-slot-container.js +13 -0
  201. package/dist/collection/components/vega-stepper/vega-stepper.css +1 -1
  202. package/dist/collection/components/vega-stepper/vega-stepper.js +15 -134
  203. package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-direction-button-renderer.js +1 -1
  204. package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +1 -1
  205. package/dist/collection/components/vega-tab-group/vega-tab-group-panel/vega-tab-group-panel.css +1 -1
  206. package/dist/collection/components/vega-tab-group/vega-tab-group.css +1 -1
  207. package/dist/collection/components/vega-tab-group/vega-tab-group.js +1 -1
  208. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-header-renderer.js +1 -1
  209. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-pagination-renderer.js +2 -2
  210. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-row-renderer.js +1 -1
  211. package/dist/collection/components/vega-table/vega-table-body/vega-table-body.css +1 -1
  212. package/dist/collection/components/vega-table/vega-table-cell/vega-table-cell.css +2 -2
  213. package/dist/collection/components/vega-table/vega-table-expand-row/vega-table-expand-row.css +1 -1
  214. package/dist/collection/components/vega-table/vega-table-head/vega-table-head.css +1 -1
  215. package/dist/collection/components/vega-table/vega-table-head-cell/vega-table-head-cell.css +2 -2
  216. package/dist/collection/components/vega-table/vega-table-head-row/slimmers/renderers/vega-table-head-row-renderer.js +1 -1
  217. package/dist/collection/components/vega-table/vega-table-head-row/vega-table-head-row.css +1 -1
  218. package/dist/collection/components/vega-table/vega-table-row/slimmers/renderers/vega-table-row-renderer.js +1 -1
  219. package/dist/collection/components/vega-table/vega-table-row/vega-table-row.css +1 -1
  220. package/dist/collection/components/vega-table/vega-table.css +1 -1
  221. package/dist/collection/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.js +135 -0
  222. package/dist/collection/components/vega-text/vega-text.css +1 -1
  223. package/dist/collection/components/vega-text/vega-text.js +40 -92
  224. package/dist/collection/components/vega-textarea/vega-textarea.css +1 -1
  225. package/dist/collection/components/vega-textarea/vega-textarea.js +1 -50
  226. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-range-input-renderer.js +3 -3
  227. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-dropdown-renderer.js +2 -2
  228. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-input-renderer.js +3 -3
  229. package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.css +1 -1
  230. package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.js +13 -0
  231. package/dist/collection/components/vega-time-picker/vega-time-picker.css +1 -1
  232. package/dist/collection/components/vega-time-picker/vega-time-picker.js +1 -47
  233. package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.css +1 -1
  234. package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.js +1 -1
  235. package/dist/collection/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.js +62 -0
  236. package/dist/collection/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.js +22 -0
  237. package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.css +31 -5
  238. package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.js +17 -4
  239. package/dist/collection/components/vega-tooltip/vega-tooltip.css +1 -1
  240. package/dist/collection/components/vega-tooltip/vega-tooltip.js +70 -28
  241. package/dist/collection/constants/misc.js +0 -56
  242. package/dist/collection/constants/tokens/borderRadius.js +10 -10
  243. package/dist/collection/constants/tokens/borders.js +31 -0
  244. package/dist/collection/constants/tokens/colors.js +182 -0
  245. package/dist/collection/constants/tokens/overridableColorTokens.js +3 -3
  246. package/dist/collection/constants/tokens/shadows.js +12 -0
  247. package/dist/collection/constants/ui.js +2 -0
  248. package/dist/collection/decorators/property-decorators/injectKeyboardManager.js +4 -2
  249. package/dist/collection/decorators/property-decorators/tests/injectElementAppenderProxy.test.js +1 -1
  250. package/dist/collection/decorators/property-decorators/tests/injectKeyboardManager.test.js +9 -1
  251. package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectFactory.js +1 -1
  252. package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.js +3 -3
  253. package/dist/collection/helpers/change-manager/test/domNodeSubjectFactory.test.js +3 -3
  254. package/dist/collection/helpers/event-manager/event-delegated/baseStrategy.js +15 -1
  255. package/dist/collection/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.js +2 -2
  256. package/dist/collection/helpers/event-manager/eventID/vegaEventId.js +8 -0
  257. package/dist/collection/helpers/event-manager/eventID/vegaInternalEventId.js +21 -0
  258. package/dist/collection/helpers/event-manager/internalVegaEventManager.js +1 -1
  259. package/dist/collection/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.js +3 -3
  260. package/dist/collection/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.js +2 -2
  261. package/dist/collection/helpers/event-manager/slimmers/eventEmitSlimmer.js +2 -2
  262. package/dist/collection/helpers/event-manager/test/childNodesEventPreventSlimmer.test.js +1 -1
  263. package/dist/collection/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.js +1 -1
  264. package/dist/collection/helpers/event-manager/test/jqueryDelegatedStrategyController.test.js +34 -1
  265. package/dist/collection/helpers/event-manager/vegaEventManager.js +1 -1
  266. package/dist/collection/helpers/feature-control/featureFlagsMap.js +19 -2
  267. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.js +56 -0
  268. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveFormatFacade.js +6 -0
  269. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.js +52 -0
  270. package/dist/collection/helpers/formatter/state-formatter/stateBackgroundColorFormatter.js +46 -0
  271. package/dist/collection/helpers/formatter/state-formatter/stateBorderColorFormatter.js +45 -0
  272. package/dist/collection/helpers/formatter/state-formatter/stateBorderFormatter.js +47 -0
  273. package/dist/collection/helpers/formatter/state-formatter/stateFormatFacade.js +42 -0
  274. package/dist/collection/helpers/formatter/state-formatter/stateShadowFormatter.js +42 -0
  275. package/dist/collection/helpers/formatter/state-formatter/stateVariantFormatter.js +35 -0
  276. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.js +64 -0
  277. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveFormatMediator.test.js +4 -0
  278. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.js +20 -0
  279. package/dist/collection/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.js +18 -0
  280. package/dist/collection/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.js +13 -0
  281. package/dist/collection/helpers/formatter/test/state-formatter/stateBorderFormatter.test.js +13 -0
  282. package/dist/collection/helpers/formatter/test/state-formatter/stateFormatFacade.test.js +27 -0
  283. package/dist/collection/helpers/formatter/test/state-formatter/stateShadowFormatter.test.js +13 -0
  284. package/dist/collection/helpers/keyboard/keyboardManager.js +3 -15
  285. package/dist/collection/helpers/slimmers/elementAppenderSlimmer.js +23 -15
  286. package/dist/collection/helpers/slimmers/fieldErrorUiControllerSlimmer.js +26 -38
  287. package/dist/collection/helpers/slimmers/formFieldControllerSlimmer.js +9 -26
  288. package/dist/collection/helpers/slimmers/formFieldValidInvokeSlimmer.js +55 -0
  289. package/dist/collection/helpers/slimmers/global/vegaWatchMethodCancelSlimmer.js +2 -1
  290. package/dist/collection/helpers/slimmers/keyboardManagerSlimmer.js +2 -1
  291. package/dist/collection/helpers/slimmers/test/elementAppenderSlimmer.test.js +92 -2
  292. package/dist/collection/helpers/slimmers/test/fieldErrorControllerSlimmer.test.js +1 -1
  293. package/dist/collection/helpers/slimmers/test/formFieldControllerSlimmer.test.js +5 -44
  294. package/dist/collection/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.js +106 -0
  295. package/dist/collection/helpers/slimmers/test/global/vegaWatchMethodCancelSlimmer.test.js +23 -0
  296. package/dist/collection/helpers/slimmers/test/keyboardManagerSlimmer.test.js +9 -1
  297. package/dist/collection/helpers/slimmers/test/pageResizeObserverSlimmer.test.js +1 -1
  298. package/dist/collection/helpers/touch-helper/test/touchListener.test.js +1 -1
  299. package/dist/collection/helpers/validator/formFieldController.js +43 -15
  300. package/dist/collection/helpers/validator/test/validator/formFieldController.test.js +69 -19
  301. package/dist/collection/polyfill/test-polyfill/unit/createTouchEvent.js +31 -0
  302. package/dist/collection/polyfill/test-polyfill/unit/events.js +100 -0
  303. package/dist/collection/polyfill/test-polyfill/unit/index.js +2 -0
  304. package/dist/collection/polyfill/test-polyfill/unit/methods.js +23 -0
  305. package/dist/collection/types/test/typeGuard.test.js +8 -1
  306. package/dist/collection/types/typeGuard.js +66 -12
  307. package/dist/collection/utils/component.js +2 -5
  308. package/dist/collection/utils/designToken.js +49 -5
  309. package/dist/collection/utils/test/component.test.js +0 -31
  310. package/dist/collection/utils/test/designToken.test.js +17 -3
  311. package/dist/collection/utils/test/ui.test.js +20 -1
  312. package/dist/collection/utils/testUtils.js +13 -4
  313. package/dist/collection/utils/ui.js +15 -0
  314. package/dist/esm/{app-globals-eb6caa92.js → app-globals-23df32db.js} +9 -10
  315. package/dist/esm/{array-195d7d64.js → array-e1522673.js} +1 -12
  316. package/dist/esm/{breakpoints-3152fa9c.js → breakpoints-900a4c99.js} +2 -29
  317. package/dist/esm/{childNodesEventPreventSlimmer-7229b70d.js → childNodesEventPreventSlimmer-65a53b20.js} +8 -9
  318. package/dist/esm/{childNodesNotifyObserverSlimmer-616bfa28.js → childNodesNotifyObserverSlimmer-0d2eac09.js} +4 -5
  319. package/dist/esm/{component-ff56c5f5.js → component-e4eb3f14.js} +2 -5
  320. package/dist/esm/componentGlobalStyleSlimmer-10980768.js +86 -0
  321. package/dist/esm/date-f031fe13.js +87 -0
  322. package/dist/esm/designToken-9b27a244.js +447 -0
  323. package/dist/esm/{dynamic-slimmer-16826d2b.js → dynamic-slimmer-c8ad78de.js} +1 -2
  324. package/dist/esm/{elementAppender-d9abb547.js → elementAppender-4e1e8de0.js} +8 -8
  325. package/dist/esm/{subStateNotifySlimmer-afeceb8e.js → elementAppenderSlimmer-d4cbab06.js} +32 -98
  326. package/dist/esm/{eventEmitSlimmer-da1fd54e.js → eventEmitSlimmer-d605ac81.js} +155 -11
  327. package/dist/esm/{featureFlagController-5d7e64f1.js → featureFlagController-f5c118d6.js} +19 -2
  328. package/dist/esm/{formFieldControllerSlimmer-4b2250b8.js → formFieldControllerSlimmer-862c5c79.js} +171 -100
  329. package/dist/esm/{global-slimmer-registry-f1dec4a2.js → global-slimmer-registry-b91c742d.js} +1 -1
  330. package/dist/esm/{index-3e41c219.js → index-c3505689.js} +94 -460
  331. package/dist/esm/index.js +15 -17
  332. package/dist/esm/{inject-vega-global-slimmer-0e6dd982.js → inject-vega-global-slimmer-c3f84156.js} +1 -1
  333. package/dist/esm/{injectKeyboardManager-0d5713b7.js → injectKeyboardManager-8157140d.js} +5 -3
  334. package/dist/esm/{internalVegaEventManager-4ab886bc.js → internalVegaEventManager-efa77ebb.js} +106 -7
  335. package/dist/esm/{keyboardManager-73a24265.js → keyboardManager-0a038e77.js} +3 -15
  336. package/dist/esm/keyboardManagerSlimmer-69d10dfc.js +38 -0
  337. package/dist/esm/{legendInputProcessor-c730fa05.js → legendInputProcessor-73659534.js} +1 -1
  338. package/dist/esm/loader.js +15 -17
  339. package/dist/esm/{misc-9fdbcfbb.js → misc-c21a85c9.js} +1 -10
  340. package/dist/esm/{pageResizeObserverSlimmer-ee15d7fd.js → pageResizeObserverSlimmer-b476bb1f.js} +3 -4
  341. package/dist/esm/polyfills/core-js.js +0 -0
  342. package/dist/esm/polyfills/dom.js +0 -0
  343. package/dist/esm/polyfills/es5-html-element.js +0 -0
  344. package/dist/esm/polyfills/index.js +0 -0
  345. package/dist/esm/polyfills/system.js +0 -0
  346. package/dist/esm/{responsiveFormatFacade-949f8957.js → responsiveFormatFacade-e91e14ac.js} +132 -5
  347. package/dist/esm/{staticSubjectTitle-ba738b9d.js → staticSubjectTitle-bb1e9570.js} +1 -3
  348. package/dist/esm/stringMaskStrategy-c463fad7.js +180 -0
  349. package/dist/esm/{subStateObserverSlimmer-7b44f3ec.js → subStateObserverSlimmer-450d79de.js} +44 -7
  350. package/dist/esm/{typeGuard-b2943363.js → typeGuard-5e282437.js} +303 -23
  351. package/dist/esm/ui-535c5fb3.js +32 -0
  352. package/dist/esm/{ui-608b4032.js → ui-6e5294cb.js} +16 -1
  353. package/dist/esm/vega-accordion.entry.js +18 -22
  354. package/dist/esm/vega-app-footer.entry.js +9 -6
  355. package/dist/esm/vega-app-header-button.entry.js +20 -24
  356. package/dist/esm/vega-backdrop.entry.js +146 -0
  357. package/dist/esm/vega-bar-chart.entry.js +6 -6
  358. package/dist/esm/vega-box.entry.js +157 -12
  359. package/dist/esm/vega-breadcrumb.entry.js +16 -21
  360. package/dist/esm/vega-button-circle.entry.js +21 -20
  361. package/dist/esm/vega-button-link.entry.js +10 -15
  362. package/dist/esm/vega-button.entry.js +147 -0
  363. package/dist/esm/vega-card.entry.js +145 -0
  364. package/dist/esm/vega-carousel.entry.js +480 -0
  365. package/dist/esm/vega-checkbox_2.entry.js +553 -0
  366. package/dist/esm/vega-chip.entry.js +16 -20
  367. package/dist/esm/vega-color-picker.entry.js +17 -32
  368. package/dist/esm/vega-combo-box.entry.js +24 -39
  369. package/dist/esm/vega-counter-badge.entry.js +4 -5
  370. package/dist/esm/vega-date-picker_2.entry.js +1903 -0
  371. package/dist/esm/vega-dialog_2.entry.js +589 -0
  372. package/dist/esm/{vega-dropdown.entry.js → vega-dropdown_5.entry.js} +732 -178
  373. package/dist/esm/vega-field-error.entry.js +6 -8
  374. package/dist/esm/vega-field-label.entry.js +86 -0
  375. package/dist/esm/vega-flex.entry.js +74 -0
  376. package/dist/esm/vega-font.entry.js +54 -162
  377. package/dist/esm/vega-form.entry.js +44 -42
  378. package/dist/esm/vega-grid.entry.js +85 -0
  379. package/dist/esm/vega-icon.entry.js +206 -0
  380. package/dist/esm/vega-image-uploader.entry.js +20 -35
  381. package/dist/esm/vega-input-credit-card.entry.js +19 -31
  382. package/dist/esm/vega-input-select.entry.js +581 -0
  383. package/dist/esm/vega-input.entry.js +530 -0
  384. package/dist/esm/vega-item-toggle.entry.js +11 -39
  385. package/dist/esm/{vega-left-nav.entry.js → vega-left-nav_5.entry.js} +545 -126
  386. package/dist/esm/vega-line-chart.entry.js +372 -0
  387. package/dist/esm/{vega-loading-indicator.entry.js → vega-loader-wrapper_2.entry.js} +38 -13
  388. package/dist/esm/{vega-page-notification.entry.js → vega-page-notification_2.entry.js} +34 -9
  389. package/dist/esm/vega-pagination.entry.js +14 -19
  390. package/dist/esm/vega-pie-chart.entry.js +6 -7
  391. package/dist/esm/{injectElementAppender-408d92be.js → vega-popover_2.entry.js} +182 -3
  392. package/dist/esm/vega-progress-tracker.entry.js +179 -0
  393. package/dist/esm/vega-radio_2.entry.js +538 -0
  394. package/dist/esm/{vega-slimmer-d63e92d9.js → vega-slimmer-ce2e45d1.js} +31 -2
  395. package/dist/esm/vega-slot-container.entry.js +17 -1
  396. package/dist/esm/vega-stepper.entry.js +28 -71
  397. package/dist/esm/vega-tab-group_2.entry.js +1189 -0
  398. package/dist/esm/vega-table_8.entry.js +3858 -0
  399. package/dist/esm/vega-text.entry.js +116 -57
  400. package/dist/esm/vega-textarea.entry.js +16 -29
  401. package/dist/esm/vega-time-picker_2.entry.js +2046 -0
  402. package/dist/esm/vega-toggle-switch.entry.js +91 -0
  403. package/dist/esm/vega-tooltip_2.entry.js +142 -46
  404. package/dist/esm/vega.js +15 -17
  405. package/dist/esm/{vegaDialogController-a23aae0f.js → vegaDialogController-69cc3f35.js} +1 -1
  406. package/dist/esm/{vegaEventManager-bf1be12b.js → vegaEventManager-50e19845.js} +1443 -12
  407. package/dist/esm/{yAxisInputProcessor-1441a62c.js → yAxisInputProcessor-e30d7e4c.js} +2 -2
  408. package/dist/types/components/vega-backdrop/vega-backdrop.d.ts +2 -0
  409. package/dist/types/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.d.ts +53 -0
  410. package/dist/types/components/vega-box/vega-box.d.ts +68 -2
  411. package/dist/types/components/vega-breadcrumb/vega-breadcrumb.d.ts +4 -4
  412. package/dist/types/components/vega-button/vega-button.d.ts +2 -1
  413. package/dist/types/components/vega-button-circle/types.d.ts +7 -0
  414. package/dist/types/components/vega-button-circle/vega-button-circle.d.ts +9 -1
  415. package/dist/types/components/vega-carousel/vega-carousel.d.ts +1 -1
  416. package/dist/types/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.d.ts +2 -6
  417. package/dist/types/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.d.ts +2 -25
  418. package/dist/types/components/vega-checkbox/vega-checkbox.d.ts +0 -12
  419. package/dist/types/components/vega-color-picker/vega-color-picker.d.ts +1 -12
  420. package/dist/types/components/vega-combo-box/vega-combo-box.d.ts +4 -15
  421. package/dist/types/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.d.ts +0 -2
  422. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +2 -0
  423. package/dist/types/components/vega-date-picker/vega-date-picker.d.ts +1 -24
  424. package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.d.ts +8 -4
  425. package/dist/types/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.d.ts +2 -0
  426. package/dist/types/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.d.ts +2 -1
  427. package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +2 -2
  428. package/dist/types/components/vega-flex/vega-flex.d.ts +14 -0
  429. package/dist/types/components/vega-font/slimmers/controllers/vega-font-as-controller.d.ts +4 -50
  430. package/dist/types/components/vega-font/slimmers/renderers/vega-font-renderer.d.ts +6 -0
  431. package/dist/types/components/vega-font/vega-font.d.ts +2 -0
  432. package/dist/types/components/vega-form/vega-form.d.ts +1 -1
  433. package/dist/types/components/vega-image-uploader/vega-image-uploader.d.ts +0 -13
  434. package/dist/types/components/vega-input/vega-input.d.ts +6 -27
  435. package/dist/types/components/vega-input-credit-card/vega-input-credit-card.d.ts +2 -12
  436. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +3 -0
  437. package/dist/types/components/vega-input-select/vega-input-select.d.ts +1 -20
  438. package/dist/types/components/vega-item-toggle/vega-item-toggle.d.ts +1 -14
  439. package/dist/types/components/vega-loader-wrapper/vega-loader-wrapper.d.ts +2 -0
  440. package/dist/types/components/vega-modal/vega-modal.d.ts +3 -1
  441. package/dist/types/components/vega-nav/vega-left-nav/vega-left-nav.d.ts +1 -1
  442. package/dist/types/components/vega-nav/vega-left-nav-group/vega-left-nav-group.d.ts +2 -1
  443. package/dist/types/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.d.ts +2 -0
  444. package/dist/types/components/vega-popover/vega-popover-content-box/vega-popover-content-box.d.ts +2 -0
  445. package/dist/types/components/vega-popover/vega-popover.d.ts +2 -2
  446. package/dist/types/components/vega-progress-tracker/vega-progress-tracker.d.ts +2 -1
  447. package/dist/types/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.d.ts +3 -6
  448. package/dist/types/components/vega-radio/vega-radio-group/vega-radio-group.d.ts +2 -26
  449. package/dist/types/components/vega-slot-container/vega-slot-container.d.ts +2 -0
  450. package/dist/types/components/vega-stepper/vega-stepper.d.ts +0 -29
  451. package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +1 -1
  452. package/dist/types/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.d.ts +54 -0
  453. package/dist/types/components/vega-text/types.d.ts +3 -0
  454. package/dist/types/components/vega-text/vega-text.d.ts +11 -35
  455. package/dist/types/components/vega-textarea/vega-textarea.d.ts +0 -12
  456. package/dist/types/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.d.ts +2 -0
  457. package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +0 -12
  458. package/dist/types/components/vega-toggle-switch/vega-toggle-switch.d.ts +1 -1
  459. package/dist/types/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.d.ts +22 -0
  460. package/dist/types/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.d.ts +8 -0
  461. package/dist/types/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.d.ts +4 -2
  462. package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +19 -4
  463. package/dist/types/components.d.ts +161 -468
  464. package/dist/types/constants/misc.d.ts +0 -2
  465. package/dist/types/constants/tokens/borderRadius.d.ts +1 -1
  466. package/dist/types/constants/tokens/borders.d.ts +4 -0
  467. package/dist/types/constants/tokens/colors.d.ts +179 -0
  468. package/dist/types/constants/tokens/shadows.d.ts +3 -0
  469. package/dist/types/constants/ui.d.ts +1 -0
  470. package/dist/types/decorators/property-decorators/tests/injectElementAppenderProxy.test.d.ts +1 -1
  471. package/dist/types/decorators/property-decorators/tests/injectKeyboardManager.test.d.ts +1 -1
  472. package/dist/types/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.d.ts +2 -2
  473. package/dist/types/helpers/event-manager/event-delegated/baseStrategy.d.ts +8 -0
  474. package/dist/types/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.d.ts +5 -5
  475. package/dist/types/helpers/event-manager/eventID/componentEventIdMap.d.ts +2 -2
  476. package/dist/types/helpers/event-manager/eventID/vegaEventId.d.ts +39 -33
  477. package/dist/types/helpers/event-manager/eventID/vegaEventIdInterface.d.ts +1 -4
  478. package/dist/types/helpers/event-manager/eventID/vegaInternalEventId.d.ts +19 -0
  479. package/dist/types/helpers/event-manager/internalVegaEventManager.d.ts +3 -3
  480. package/dist/types/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.d.ts +5 -5
  481. package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/eventEmitHandler.d.ts +2 -2
  482. package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.d.ts +4 -4
  483. package/dist/types/helpers/event-manager/slimmers/eventEmitSlimmer.d.ts +5 -5
  484. package/dist/types/helpers/event-manager/test/childNodesEventPreventSlimmer.test.d.ts +1 -1
  485. package/dist/types/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.d.ts +1 -1
  486. package/dist/types/helpers/event-manager/vegaEventManager.d.ts +3 -3
  487. package/dist/types/helpers/feature-control/featureFlag.d.ts +3 -1
  488. package/dist/types/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.d.ts +27 -0
  489. package/dist/types/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.d.ts +33 -0
  490. package/dist/types/helpers/formatter/state-formatter/stateBackgroundColorFormatter.d.ts +32 -0
  491. package/dist/types/helpers/formatter/state-formatter/stateBorderColorFormatter.d.ts +31 -0
  492. package/dist/types/helpers/formatter/state-formatter/stateBorderFormatter.d.ts +33 -0
  493. package/dist/types/helpers/formatter/state-formatter/stateFormatFacade.d.ts +27 -0
  494. package/dist/types/helpers/formatter/state-formatter/stateFormatter.d.ts +3 -0
  495. package/dist/types/helpers/formatter/state-formatter/stateShadowFormatter.d.ts +28 -0
  496. package/dist/types/helpers/formatter/state-formatter/stateVariantFormatter.d.ts +23 -0
  497. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.d.ts +1 -0
  498. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.d.ts +1 -0
  499. package/dist/types/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.d.ts +1 -0
  500. package/dist/types/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.d.ts +1 -0
  501. package/dist/types/helpers/formatter/test/state-formatter/stateBorderFormatter.test.d.ts +1 -0
  502. package/dist/types/helpers/formatter/test/state-formatter/stateFormatFacade.test.d.ts +1 -0
  503. package/dist/types/helpers/formatter/test/state-formatter/stateShadowFormatter.test.d.ts +1 -0
  504. package/dist/types/helpers/keyboard/keyboardManager.d.ts +0 -6
  505. package/dist/types/helpers/slimmers/elementAppenderSlimmer.d.ts +6 -1
  506. package/dist/types/helpers/slimmers/fieldErrorUiControllerSlimmer.d.ts +7 -9
  507. package/dist/types/helpers/slimmers/formFieldControllerSlimmer.d.ts +6 -15
  508. package/dist/types/helpers/slimmers/formFieldValidInvokeSlimmer.d.ts +22 -0
  509. package/dist/types/helpers/slimmers/test/elementAppenderSlimmer.test.d.ts +1 -1
  510. package/dist/types/helpers/slimmers/test/fieldErrorControllerSlimmer.test.d.ts +1 -1
  511. package/dist/types/helpers/slimmers/test/formFieldControllerSlimmer.test.d.ts +1 -1
  512. package/dist/types/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.d.ts +1 -0
  513. package/dist/types/helpers/slimmers/test/keyboardManagerSlimmer.test.d.ts +1 -1
  514. package/dist/types/helpers/slimmers/test/pageResizeObserverSlimmer.test.d.ts +1 -1
  515. package/dist/types/helpers/theme/theme.d.ts +1 -1
  516. package/dist/types/helpers/validator/formFieldController.d.ts +14 -5
  517. package/dist/types/helpers/validator/test/validator/formFieldController.test.d.ts +1 -1
  518. package/dist/types/polyfill/test-polyfill/unit/events.d.ts +1 -0
  519. package/dist/types/polyfill/test-polyfill/unit/index.d.ts +2 -0
  520. package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +1 -0
  521. package/dist/types/types/components.type.d.ts +16 -8
  522. package/dist/types/types/designToken.type.d.ts +2 -0
  523. package/dist/types/types/publicApi.d.ts +4 -0
  524. package/dist/types/types/typeGuard.d.ts +52 -11
  525. package/dist/types/types/ui.type.d.ts +21 -2
  526. package/dist/types/utils/designToken.d.ts +25 -1
  527. package/dist/types/utils/ui.d.ts +7 -0
  528. package/dist/vega/index.esm.js +1 -1
  529. package/dist/vega/p-06c75598.entry.js +1 -0
  530. package/dist/vega/p-08c655b1.entry.js +1 -0
  531. package/dist/vega/{p-50c9b4ac.js → p-0c190870.js} +1 -1
  532. package/dist/vega/p-1080804e.entry.js +1 -0
  533. package/dist/vega/p-144ca0ab.entry.js +1 -0
  534. package/dist/vega/p-145af458.js +1 -0
  535. package/dist/vega/p-1cd083af.entry.js +1 -0
  536. package/dist/vega/p-1ebda78a.entry.js +1 -0
  537. package/dist/vega/p-23d2bfb0.js +1 -0
  538. package/dist/vega/p-25c42935.js +1 -0
  539. package/dist/vega/p-29e0e3b0.entry.js +1 -0
  540. package/dist/vega/p-29fc3be2.js +1 -0
  541. package/dist/vega/p-2e2d0eee.js +1 -0
  542. package/dist/vega/{p-292ec840.js → p-2e78c9d7.js} +1 -1
  543. package/dist/vega/p-2e7d94cc.js +1 -0
  544. package/dist/vega/p-30726013.entry.js +1 -0
  545. package/dist/vega/p-327e9a3e.entry.js +1 -0
  546. package/dist/vega/p-32c62db3.entry.js +1 -0
  547. package/dist/vega/p-3c59f6b1.entry.js +1 -0
  548. package/dist/vega/p-409e2bec.entry.js +1 -0
  549. package/dist/vega/p-45b42d1f.entry.js +1 -0
  550. package/dist/vega/p-469bc36e.js +1 -0
  551. package/dist/vega/p-471ccf0b.js +1 -0
  552. package/dist/vega/p-479b4e25.js +1 -0
  553. package/dist/vega/p-4bab2b3f.js +1 -0
  554. package/dist/vega/p-54f85f16.entry.js +1 -0
  555. package/dist/vega/p-5b0e2628.entry.js +1 -0
  556. package/dist/vega/p-5cc8abf6.entry.js +1 -0
  557. package/dist/vega/p-5fd43609.js +1 -0
  558. package/dist/vega/p-63676b71.js +1 -0
  559. package/dist/vega/p-65b15f63.entry.js +1 -0
  560. package/dist/vega/{p-081450d7.js → p-669e3b3f.js} +1 -1
  561. package/dist/vega/p-67f327d3.entry.js +1 -0
  562. package/dist/vega/p-67fad7cb.js +1 -0
  563. package/dist/vega/p-69ced4a7.entry.js +1 -0
  564. package/dist/vega/p-6e6ce771.entry.js +1 -0
  565. package/dist/vega/p-790b4922.js +1 -0
  566. package/dist/vega/p-79630f03.entry.js +1 -0
  567. package/dist/vega/p-7a09f31b.entry.js +1 -0
  568. package/dist/vega/{p-afc0df78.js → p-7b7a66bf.js} +1 -1
  569. package/dist/vega/p-80478a51.entry.js +1 -0
  570. package/dist/vega/p-811c4a60.entry.js +1 -0
  571. package/dist/vega/p-82a4e991.entry.js +1 -0
  572. package/dist/vega/p-8430651d.entry.js +1 -0
  573. package/dist/vega/p-8506001a.entry.js +1 -0
  574. package/dist/vega/p-85296a9a.entry.js +1 -0
  575. package/dist/vega/p-854e3f5f.entry.js +1 -0
  576. package/dist/vega/p-8e2e90a4.entry.js +1 -0
  577. package/dist/vega/p-9148637c.entry.js +1 -0
  578. package/dist/vega/p-96f54c30.js +1 -0
  579. package/dist/vega/p-9777b1c1.js +2 -0
  580. package/dist/vega/p-9d7e95fe.js +1 -0
  581. package/dist/vega/p-9dcfd5f2.js +1 -0
  582. package/dist/vega/p-aa3b4b75.entry.js +1 -0
  583. package/dist/vega/p-ae16c168.js +1 -0
  584. package/dist/vega/p-af526815.js +1 -0
  585. package/dist/vega/p-afc9e3d4.js +1 -0
  586. package/dist/vega/p-b2467703.js +1 -0
  587. package/dist/vega/p-b3726704.js +1 -0
  588. package/dist/vega/{p-b8143a53.js → p-b87c2075.js} +1 -1
  589. package/dist/vega/p-b8d0c7df.entry.js +1 -0
  590. package/dist/vega/p-bc26ead3.entry.js +13 -0
  591. package/dist/vega/p-bd194b02.js +1 -0
  592. package/dist/vega/p-bf399c33.js +1 -0
  593. package/dist/vega/p-bf9a2f52.entry.js +1 -0
  594. package/dist/vega/p-c0d77377.js +1 -0
  595. package/dist/vega/{p-684aea02.js → p-c44ffa92.js} +1 -1
  596. package/dist/vega/p-c63e43ac.entry.js +1 -0
  597. package/dist/vega/p-c66481b5.js +1 -0
  598. package/dist/vega/p-c88f6441.entry.js +1 -0
  599. package/dist/vega/p-cfd6c9c2.js +1 -0
  600. package/dist/vega/p-d01f6b04.entry.js +1 -0
  601. package/dist/vega/p-d2783f44.entry.js +1 -0
  602. package/dist/vega/p-d375c84f.entry.js +1 -0
  603. package/dist/vega/p-db595aac.entry.js +1 -0
  604. package/dist/vega/p-df5a0abf.entry.js +1 -0
  605. package/dist/vega/p-e1c0b53e.entry.js +1 -0
  606. package/dist/vega/p-e496d0e2.js +1 -0
  607. package/dist/vega/p-eed35a1b.entry.js +1 -0
  608. package/dist/vega/p-f152b5e3.entry.js +1 -0
  609. package/dist/vega/p-f2dcf3a0.entry.js +1 -0
  610. package/dist/vega/p-f4d065d3.entry.js +1 -0
  611. package/dist/vega/p-f625215d.entry.js +1 -0
  612. package/dist/vega/p-f87f8358.entry.js +1 -0
  613. package/dist/vega/p-faed1c2a.js +1 -0
  614. package/dist/vega/p-fecc9382.entry.js +1 -0
  615. package/dist/vega/vega.css +1 -1
  616. package/dist/vega/vega.esm.js +1 -1
  617. package/package.json +7 -6
  618. package/style/vega.css +1 -1
  619. package/dist/cjs/breakpoints-96bd8c73.js +0 -102
  620. package/dist/cjs/designToken-ed34a533.js +0 -188
  621. package/dist/cjs/domNodeSubjectObserverFactory-8663ab4f.js +0 -123
  622. package/dist/cjs/map-to-component-method-bdf875d3.js +0 -34
  623. package/dist/cjs/misc-649f158c.js +0 -11
  624. package/dist/cjs/observer-f49483e8.js +0 -32
  625. package/dist/cjs/typeGuard-e07496ac.js +0 -26
  626. package/dist/cjs/utils-5e451be5.js +0 -51
  627. package/dist/cjs/vega-backdrop_27.cjs.entry.js +0 -12597
  628. package/dist/cjs/vega-badge.cjs.entry.js +0 -76
  629. package/dist/cjs/vega-date-picker-calendar.cjs.entry.js +0 -19
  630. package/dist/cjs/vega-dialog.cjs.entry.js +0 -115
  631. package/dist/cjs/vega-dropdown-content-box.cjs.entry.js +0 -43
  632. package/dist/cjs/vega-dropdown-group.cjs.entry.js +0 -82
  633. package/dist/cjs/vega-dropdown-item.cjs.entry.js +0 -305
  634. package/dist/cjs/vega-header.cjs.entry.js +0 -55
  635. package/dist/cjs/vega-left-nav-group.cjs.entry.js +0 -148
  636. package/dist/cjs/vega-left-nav-link.cjs.entry.js +0 -166
  637. package/dist/cjs/vega-left-nav-section.cjs.entry.js +0 -74
  638. package/dist/cjs/vega-left-nav.cjs.entry.js +0 -553
  639. package/dist/cjs/vega-loader-wrapper.cjs.entry.js +0 -19
  640. package/dist/cjs/vega-nav-card.cjs.entry.js +0 -107
  641. package/dist/cjs/vega-nav-list-renderer-9da0ac45.js +0 -50
  642. package/dist/cjs/vega-nav-observer-slimmer-e983768b.js +0 -59
  643. package/dist/cjs/vega-page-notification-list.cjs.entry.js +0 -19
  644. package/dist/cjs/vega-popover-content-box.cjs.entry.js +0 -23
  645. package/dist/cjs/vega-popover.cjs.entry.js +0 -165
  646. package/dist/cjs/vega-table-body.cjs.entry.js +0 -48
  647. package/dist/cjs/vega-table-cell.cjs.entry.js +0 -104
  648. package/dist/cjs/vega-table-expand-row-controller-eeb7fdc2.js +0 -238
  649. package/dist/cjs/vega-table-expand-row.cjs.entry.js +0 -363
  650. package/dist/cjs/vega-table-head-cell.cjs.entry.js +0 -150
  651. package/dist/cjs/vega-table-head-row.cjs.entry.js +0 -286
  652. package/dist/cjs/vega-table-head.cjs.entry.js +0 -105
  653. package/dist/cjs/vega-table-row.cjs.entry.js +0 -553
  654. package/dist/cjs/vega-time-picker-dropdown.cjs.entry.js +0 -23
  655. package/dist/cjs/vega-virtual-scroll.cjs.entry.js +0 -182
  656. package/dist/cjs/vegaEnvManager-d53d26f0.js +0 -1440
  657. package/dist/cjs/vegaEventId-dfd382d2.js +0 -110
  658. package/dist/collection/components/vega-badge/vega-badge.css +0 -22
  659. package/dist/collection/components/vega-badge/vega-badge.js +0 -156
  660. package/dist/collection/components/vega-footer/vega-footer.js +0 -93
  661. package/dist/collection/components/vega-header/vega-header.js +0 -55
  662. package/dist/collection/components/vega-sidenav/icon/chevron-left.svg +0 -3
  663. package/dist/collection/components/vega-sidenav/icon/chevron-right.svg +0 -3
  664. package/dist/collection/components/vega-sidenav/icon/toggle-button-bg.svg +0 -3
  665. package/dist/collection/components/vega-sidenav/js/index.js +0 -22
  666. package/dist/collection/components/vega-sidenav/vega-sidenav-group.js +0 -121
  667. package/dist/collection/components/vega-sidenav/vega-sidenav-link.js +0 -172
  668. package/dist/collection/components/vega-sidenav/vega-sidenav.js +0 -580
  669. package/dist/collection/constants/test/picture.js +0 -9
  670. package/dist/collection/polyfill/testPolyfill.js +0 -64
  671. package/dist/esm/designToken-0b38620e.js +0 -177
  672. package/dist/esm/domNodeSubjectObserverFactory-8aeac4b6.js +0 -120
  673. package/dist/esm/map-to-component-method-4e36ea1f.js +0 -32
  674. package/dist/esm/misc-58f3604c.js +0 -6
  675. package/dist/esm/observer-3959f9dd.js +0 -30
  676. package/dist/esm/typeGuard-50eca553.js +0 -23
  677. package/dist/esm/utils-0630a720.js +0 -47
  678. package/dist/esm/vega-backdrop_27.entry.js +0 -12567
  679. package/dist/esm/vega-badge.entry.js +0 -72
  680. package/dist/esm/vega-date-picker-calendar.entry.js +0 -15
  681. package/dist/esm/vega-dialog.entry.js +0 -111
  682. package/dist/esm/vega-dropdown-content-box.entry.js +0 -39
  683. package/dist/esm/vega-dropdown-group.entry.js +0 -78
  684. package/dist/esm/vega-dropdown-item.entry.js +0 -301
  685. package/dist/esm/vega-header.entry.js +0 -51
  686. package/dist/esm/vega-left-nav-group.entry.js +0 -144
  687. package/dist/esm/vega-left-nav-link.entry.js +0 -162
  688. package/dist/esm/vega-left-nav-section.entry.js +0 -70
  689. package/dist/esm/vega-loader-wrapper.entry.js +0 -15
  690. package/dist/esm/vega-nav-card.entry.js +0 -103
  691. package/dist/esm/vega-nav-list-renderer-33134131.js +0 -48
  692. package/dist/esm/vega-nav-observer-slimmer-401925a0.js +0 -57
  693. package/dist/esm/vega-page-notification-list.entry.js +0 -15
  694. package/dist/esm/vega-popover-content-box.entry.js +0 -19
  695. package/dist/esm/vega-popover.entry.js +0 -161
  696. package/dist/esm/vega-table-body.entry.js +0 -44
  697. package/dist/esm/vega-table-cell.entry.js +0 -100
  698. package/dist/esm/vega-table-expand-row-controller-2ca2503b.js +0 -236
  699. package/dist/esm/vega-table-expand-row.entry.js +0 -359
  700. package/dist/esm/vega-table-head-cell.entry.js +0 -146
  701. package/dist/esm/vega-table-head-row.entry.js +0 -282
  702. package/dist/esm/vega-table-head.entry.js +0 -101
  703. package/dist/esm/vega-table-row.entry.js +0 -549
  704. package/dist/esm/vega-time-picker-dropdown.entry.js +0 -19
  705. package/dist/esm/vega-virtual-scroll.entry.js +0 -178
  706. package/dist/esm/vegaEnvManager-6d877f06.js +0 -1436
  707. package/dist/esm/vegaEventId-78665c18.js +0 -79
  708. package/dist/types/components/vega-badge/types.d.ts +0 -1
  709. package/dist/types/components/vega-badge/vega-badge.d.ts +0 -32
  710. package/dist/types/components/vega-footer/vega-footer.d.ts +0 -16
  711. package/dist/types/components/vega-header/vega-header.d.ts +0 -17
  712. package/dist/types/components/vega-sidenav/types.d.ts +0 -24
  713. package/dist/types/components/vega-sidenav/vega-sidenav-group.d.ts +0 -37
  714. package/dist/types/components/vega-sidenav/vega-sidenav-link.d.ts +0 -51
  715. package/dist/types/components/vega-sidenav/vega-sidenav.d.ts +0 -174
  716. package/dist/types/constants/test/picture.d.ts +0 -3
  717. package/dist/vega/p-03146aef.entry.js +0 -1
  718. package/dist/vega/p-0707a008.js +0 -1
  719. package/dist/vega/p-083d4455.js +0 -1
  720. package/dist/vega/p-0e553455.js +0 -1
  721. package/dist/vega/p-0f57513d.js +0 -1
  722. package/dist/vega/p-11cb6266.entry.js +0 -1
  723. package/dist/vega/p-1bc8e7ee.entry.js +0 -1
  724. package/dist/vega/p-1da70662.entry.js +0 -1
  725. package/dist/vega/p-22e0831f.entry.js +0 -1
  726. package/dist/vega/p-289382ea.entry.js +0 -1
  727. package/dist/vega/p-299b6f97.entry.js +0 -1
  728. package/dist/vega/p-303b67c5.js +0 -1
  729. package/dist/vega/p-31ca243c.js +0 -1
  730. package/dist/vega/p-331a62d5.js +0 -1
  731. package/dist/vega/p-34a385e4.js +0 -1
  732. package/dist/vega/p-3626fcb5.entry.js +0 -1
  733. package/dist/vega/p-381a16b8.js +0 -1
  734. package/dist/vega/p-42e0b877.entry.js +0 -1
  735. package/dist/vega/p-447a846e.js +0 -1
  736. package/dist/vega/p-4638e1e4.entry.js +0 -1
  737. package/dist/vega/p-4780e0a0.js +0 -2
  738. package/dist/vega/p-48238888.entry.js +0 -1
  739. package/dist/vega/p-4995baa3.entry.js +0 -1
  740. package/dist/vega/p-49b5a267.entry.js +0 -1
  741. package/dist/vega/p-4a651b91.js +0 -1
  742. package/dist/vega/p-4b25fac2.entry.js +0 -1
  743. package/dist/vega/p-4bd1c2b1.entry.js +0 -1
  744. package/dist/vega/p-4c0e46f0.js +0 -1
  745. package/dist/vega/p-590c9ca4.entry.js +0 -1
  746. package/dist/vega/p-5e241584.js +0 -1
  747. package/dist/vega/p-5e3ce19a.entry.js +0 -1
  748. package/dist/vega/p-645b3ea1.js +0 -1
  749. package/dist/vega/p-69400591.js +0 -1
  750. package/dist/vega/p-6f297399.entry.js +0 -1
  751. package/dist/vega/p-70085fd3.entry.js +0 -1
  752. package/dist/vega/p-732bd363.entry.js +0 -1
  753. package/dist/vega/p-738bf8cf.js +0 -1
  754. package/dist/vega/p-76f2d5b3.js +0 -1
  755. package/dist/vega/p-7770e04e.js +0 -1
  756. package/dist/vega/p-7aff0afd.entry.js +0 -1
  757. package/dist/vega/p-7d441fee.js +0 -1
  758. package/dist/vega/p-7e1be3db.entry.js +0 -1
  759. package/dist/vega/p-7eaaa612.entry.js +0 -1
  760. package/dist/vega/p-82180f6b.entry.js +0 -1
  761. package/dist/vega/p-83ddd213.entry.js +0 -1
  762. package/dist/vega/p-87040d8d.entry.js +0 -1
  763. package/dist/vega/p-8705cca1.entry.js +0 -13
  764. package/dist/vega/p-8a886438.entry.js +0 -1
  765. package/dist/vega/p-8b5d3a52.js +0 -1
  766. package/dist/vega/p-8d12c974.entry.js +0 -1
  767. package/dist/vega/p-903a8846.js +0 -1
  768. package/dist/vega/p-9040b011.js +0 -1
  769. package/dist/vega/p-92d825b2.js +0 -1
  770. package/dist/vega/p-960cae20.entry.js +0 -1
  771. package/dist/vega/p-9a28fa22.js +0 -1
  772. package/dist/vega/p-9abb457b.entry.js +0 -1
  773. package/dist/vega/p-9b116651.js +0 -1
  774. package/dist/vega/p-9b6d1375.js +0 -1
  775. package/dist/vega/p-9c50935d.js +0 -1
  776. package/dist/vega/p-9c7c5d80.js +0 -1
  777. package/dist/vega/p-a4534b15.js +0 -1
  778. package/dist/vega/p-a6717515.entry.js +0 -1
  779. package/dist/vega/p-a690b48d.entry.js +0 -1
  780. package/dist/vega/p-a90f4bcd.js +0 -1
  781. package/dist/vega/p-aa05113f.entry.js +0 -1
  782. package/dist/vega/p-ab48949b.entry.js +0 -1
  783. package/dist/vega/p-ab4bbcae.entry.js +0 -1
  784. package/dist/vega/p-abb37bae.js +0 -1
  785. package/dist/vega/p-af73fc60.entry.js +0 -1
  786. package/dist/vega/p-b4da16e0.entry.js +0 -1
  787. package/dist/vega/p-c01adae1.entry.js +0 -1
  788. package/dist/vega/p-c30815d1.entry.js +0 -1
  789. package/dist/vega/p-c5275371.entry.js +0 -1
  790. package/dist/vega/p-c76ed31b.js +0 -1
  791. package/dist/vega/p-cb19da5d.js +0 -1
  792. package/dist/vega/p-cb82d91d.entry.js +0 -1
  793. package/dist/vega/p-cd2e3096.entry.js +0 -1
  794. package/dist/vega/p-d8fd417a.js +0 -1
  795. package/dist/vega/p-de0d19a6.entry.js +0 -1
  796. package/dist/vega/p-df95a519.entry.js +0 -1
  797. package/dist/vega/p-e0dcb908.entry.js +0 -1
  798. package/dist/vega/p-e1fec7ba.js +0 -1
  799. package/dist/vega/p-e2aea25c.entry.js +0 -1
  800. package/dist/vega/p-e30b9635.entry.js +0 -1
  801. package/dist/vega/p-e81db65a.entry.js +0 -1
  802. package/dist/vega/p-eb8f686b.entry.js +0 -1
  803. package/dist/vega/p-ee9e2dcb.entry.js +0 -1
  804. package/dist/vega/p-f3df84bd.entry.js +0 -1
  805. package/dist/vega/p-f6965e1f.entry.js +0 -1
  806. package/dist/vega/p-fa7ecd11.js +0 -1
  807. package/dist/vega/p-fe05c729.entry.js +0 -1
  808. package/style/vega_min.css +0 -1
  809. /package/dist/collection/polyfill/{testRetryPolyfill.js → test-polyfill/e2e/retry.js} +0 -0
  810. /package/dist/types/polyfill/{testRetryPolyfill.d.ts → test-polyfill/e2e/retry.d.ts} +0 -0
  811. /package/dist/types/polyfill/{testPolyfill.d.ts → test-polyfill/unit/createTouchEvent.d.ts} +0 -0
@@ -1,22 +1,22 @@
1
- import { r as registerInstance, h, H as Host, g as getElement } from './index-3e41c219.js';
2
- import { s as sanitizeVegaComponent } from './component-ff56c5f5.js';
3
- import { I as InjectVegaSlimmer } from './global-slimmer-registry-f1dec4a2.js';
4
- import { I as InjectVegaGlobalSlimmer } from './inject-vega-global-slimmer-0e6dd982.js';
5
- import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-ee15d7fd.js';
6
- import { g as getCurrentBreakpoint } from './breakpoints-3152fa9c.js';
1
+ import { h, r as registerInstance, H as Host, g as getElement } from './index-c3505689.js';
2
+ import { s as sanitizeVegaComponent } from './component-e4eb3f14.js';
3
+ import { I as InjectVegaSlimmer } from './global-slimmer-registry-b91c742d.js';
4
+ import { s as slotPlaceholder } from './placeholder-bf562081.js';
5
+ import { I as InjectVegaGlobalSlimmer } from './inject-vega-global-slimmer-c3f84156.js';
6
+ import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-b476bb1f.js';
7
+ import { g as getCurrentBreakpoint } from './breakpoints-900a4c99.js';
7
8
  import { C as ComponentLoadRequired } from './componentLoadRequired-ec47331b.js';
8
- import { M as MapToComponentField, V as VegaSlimmer } from './vega-slimmer-d63e92d9.js';
9
- import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-949f8957.js';
10
- import { M as MapToComponentMethod } from './map-to-component-method-4e36ea1f.js';
9
+ import { a as MapToComponentField, V as VegaSlimmer } from './vega-slimmer-ce2e45d1.js';
10
+ import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-e91e14ac.js';
11
11
  import { L as LogUtility } from './log-a824be80.js';
12
- import { a as arrayToClassString } from './ui-608b4032.js';
13
- import { j as formatAndValidTypographyToken, i as formatAndValidTextColor } from './designToken-0b38620e.js';
14
- import './featureFlagController-5d7e64f1.js';
15
- import './typeGuard-b2943363.js';
12
+ import { a as arrayToClassString } from './ui-6e5294cb.js';
13
+ import { l as formatAndValidTypographyToken, i as formatAndValidTextColor } from './designToken-9b27a244.js';
14
+ import './ui-535c5fb3.js';
15
+ import './typeGuard-5e282437.js';
16
16
  import './typography-03d285b4.js';
17
17
  import './number-400b3bf2.js';
18
18
 
19
- var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
19
+ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
20
20
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
21
21
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
22
22
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
@@ -33,14 +33,14 @@ class VegaFontVariantController extends VegaSlimmer {
33
33
  return ResponsiveFormatFacade.formatCustom(this.variant);
34
34
  }
35
35
  }
36
- __decorate$3([
36
+ __decorate$4([
37
37
  MapToComponentField()
38
38
  ], VegaFontVariantController.prototype, "variant", void 0);
39
- __decorate$3([
39
+ __decorate$4([
40
40
  MapToComponentField()
41
41
  ], VegaFontVariantController.prototype, "currentBreakpoint", void 0);
42
42
 
43
- var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
43
+ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
44
44
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
45
45
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
46
46
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
@@ -67,102 +67,24 @@ const VEGA_FONT_AS_SAFE_LIST = [
67
67
  ];
68
68
  /** The `VegaFontAsController` class is a TypeScript class that extends `VegaSlimmer` and provides methods for rendering and updating an extra node based on a specified `as` property. */
69
69
  class VegaFontAsController extends VegaSlimmer {
70
- /**
71
- * check should render the extra node
72
- */
73
- checkAndRenderExtraNode() {
74
- const tagName = this.getTagNameFromPropAs(this.as);
75
- if (tagName) {
76
- this.renderSlotContent(tagName);
77
- }
78
- }
79
70
  /*
80
71
  * The below method is e2e-test covered in
81
72
  * @see{module:vega-font-responsive-as}
82
73
  */
83
74
  /* istanbul ignore next */
84
75
  /**
85
- * update the extra node className
86
- */
87
- updateAsNodeClassNameOrTagName() {
88
- const tagName = this.getTagNameFromPropAs(this.as);
89
- const asNode = this.getAsNode();
90
- if ((tagName && asNode && asNode.tagName.toLowerCase() !== tagName) ||
91
- (!tagName && asNode) ||
92
- (tagName && !asNode)) {
93
- this.renderSlotContent(tagName);
94
- }
95
- else if (asNode) {
96
- asNode.className = this.getAsNodeClassName();
97
- }
98
- }
99
- /**
100
- * update the extra node when prop as change
101
- *
102
- * @param {ResponsiveType<VegaFontAs>} newValue the new value
103
- */
104
- updateExtraNode(newValue) {
105
- const newTagName = this.getTagNameFromPropAs(newValue);
106
- this.renderSlotContent(newTagName);
107
- }
108
- /**
109
- * The function `getSlotContent` returns a list of child nodes based on the as node.
110
- *
111
- * @returns {NodeListOf<ChildNode>} a NodeListOf<ChildNode>.
112
- */
113
- getSlotContent() {
114
- const asNode = this.getAsNode();
115
- if (asNode) {
116
- return asNode.childNodes;
117
- }
118
- else {
119
- return this.host.childNodes;
120
- }
121
- }
122
- /**
123
- * The function renders the content of a slot by creating a new element and appending the content to it, then replacing the existing element with the new one.
76
+ * The function `getTagNameFromPropAs` returns a `VegaFontAs` value based on the input
77
+ * `ResponsiveType<VegaFontAs>`.
124
78
  *
125
- * @param {VegaFontAs} as - The "as" parameter is a string that represents the type of element to create. It is used to create a new element using the document.createElement() method.
79
+ * @returns {VegaFontAs} a value of type `VegaFontAs`.
126
80
  */
127
- renderSlotContent(as) {
128
- if (!this.isSafeAs(as)) {
129
- LogUtility.warn(`The as value ${as} is invalid, it must be a value of: `, VEGA_FONT_AS_SAFE_LIST);
130
- }
131
- else {
132
- const content = this.getSlotContent();
133
- let extraNode = null;
134
- try {
135
- if (as) {
136
- extraNode = document.createElement(as);
137
- extraNode.className = this.getAsNodeClassName();
138
- }
139
- // eslint-disable-next-line no-empty
140
- }
141
- catch (e) { }
142
- const nodeLength = content.length;
143
- for (let i = 0; i < nodeLength; i++) {
144
- if (extraNode) {
145
- extraNode.appendChild(content[0]);
146
- }
147
- else {
148
- this.host.appendChild(content[0]);
149
- }
150
- }
151
- if (extraNode) {
152
- if (this.host.childNodes.length > 0 && this.host.firstElementChild) {
153
- this.host.replaceChild(extraNode, this.host.firstElementChild);
154
- }
155
- else {
156
- this.host.appendChild(extraNode);
157
- }
158
- }
159
- else {
160
- const oldAsNode = this.getAsNode();
161
- if (oldAsNode) {
162
- oldAsNode.remove();
163
- }
164
- }
81
+ getTagNameFromPropAs() {
82
+ const result = ResponsiveFormatFacade.formatCustom(this.as) || '';
83
+ if (!this.isSafeAs(result)) {
84
+ LogUtility.warn(`The as value ${result} is invalid, it must be a value of: `, VEGA_FONT_AS_SAFE_LIST);
85
+ return '';
165
86
  }
87
+ return result;
166
88
  }
167
89
  /**
168
90
  * The function checks if a given value is safe to use as a VegaFontAs.
@@ -177,64 +99,12 @@ class VegaFontAsController extends VegaSlimmer {
177
99
  }
178
100
  return false;
179
101
  }
180
- /**
181
- * The function returns the first element with the class "vega-font-as-node" as an HTMLElement or null if no such element exists.
182
- *
183
- * @returns {Nullable<HTMLElement>} The method is returning a Nullable<HTMLElement> object.
184
- */
185
- getAsNode() {
186
- return this.host.querySelector('.vega-font-as-node');
187
- }
188
- /**
189
- * The function returns a string that combines the class name from a classesController with the string "vega-font-as-node".
190
- *
191
- * @returns {string} The method is returning a string that is the concatenation of the result of the
192
- * `getClassName()` method from the `classesController` object and the string "vega-font-as-node".
193
- */
194
- getAsNodeClassName() {
195
- return `${this.classesController.getClassName()} vega-font-as-node`;
196
- }
197
- /*
198
- * The below method is e2e-test covered in
199
- * @see{module:vega-font-responsive-as}
200
- */
201
- /* istanbul ignore next */
202
- /**
203
- * The function `getTagNameFromPropAs` returns a `VegaFontAs` value based on the input
204
- * `ResponsiveType<VegaFontAs>`.
205
- *
206
- * @param {ResponsiveType<VegaFontAs>} input - The input parameter is of type ResponsiveType<VegaFontAs>. It represents the font as
207
- * a string or an object with breakpoints. The VegaFontAs type is a string type that represents the
208
- * font name or alias.
209
- * @returns {VegaFontAs} a value of type `VegaFontAs`.
210
- */
211
- getTagNameFromPropAs(input) {
212
- return ResponsiveFormatFacade.formatCustom(input) || '';
213
- }
214
102
  }
215
- __decorate$2([
216
- MapToComponentField()
217
- ], VegaFontAsController.prototype, "host", void 0);
218
- __decorate$2([
103
+ __decorate$3([
219
104
  MapToComponentField()
220
105
  ], VegaFontAsController.prototype, "as", void 0);
221
- __decorate$2([
222
- MapToComponentField()
223
- ], VegaFontAsController.prototype, "currentBreakpoint", void 0);
224
- __decorate$2([
225
- MapToComponentField()
226
- ], VegaFontAsController.prototype, "classesController", void 0);
227
- __decorate$2([
228
- MapToComponentMethod('componentDidLoad')
229
- ], VegaFontAsController.prototype, "checkAndRenderExtraNode", null);
230
- __decorate$2([
231
- MapToComponentMethod('componentDidUpdate')
232
- ], VegaFontAsController.prototype, "updateAsNodeClassNameOrTagName", null);
233
- __decorate$2([
234
- MapToComponentMethod('watchAsChange')
235
- ], VegaFontAsController.prototype, "updateExtraNode", null);
236
106
 
237
- var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
107
+ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
238
108
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
239
109
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
240
110
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
@@ -262,16 +132,33 @@ class VegaFontClassesController extends VegaSlimmer {
262
132
  return arrayToClassString(hostClasses);
263
133
  }
264
134
  }
265
- __decorate$1([
135
+ __decorate$2([
266
136
  MapToComponentField()
267
137
  ], VegaFontClassesController.prototype, "color", void 0);
268
- __decorate$1([
138
+ __decorate$2([
269
139
  MapToComponentField()
270
140
  ], VegaFontClassesController.prototype, "disableResponsive", void 0);
271
- __decorate$1([
141
+ __decorate$2([
272
142
  MapToComponentField()
273
143
  ], VegaFontClassesController.prototype, "variantController", void 0);
274
144
 
145
+ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
146
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
147
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
148
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
149
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
150
+ };
151
+ /* The `VegaFontRenderer` class in TypeScript React extends `VegaSlimmer` and renders an HTML element based on specified properties. */
152
+ class VegaFontRenderer extends VegaSlimmer {
153
+ render(hostClasses) {
154
+ const tagName = this.asController.getTagNameFromPropAs();
155
+ return tagName ? h(tagName, { className: hostClasses }, [h("slot", null)]) : h("slot", null);
156
+ }
157
+ }
158
+ __decorate$1([
159
+ MapToComponentField()
160
+ ], VegaFontRenderer.prototype, "asController", void 0);
161
+
275
162
  const vegaFontCss = ":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-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-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-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 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-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 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-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 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-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-brand),.v-text-brand{color:rgba(var(--v-text-brand, 89, 96, 99, 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-font-h1),.v-font-h1{font-family:\"Inter\", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:0.42px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:2.52px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:48px;font-weight:700;line-height:56px;letter-spacing:0.96px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:60px;font-weight:700;line-height:70px;letter-spacing:1.8px}}:host(.v-font-h2),.v-font-h2{font-family:\"Inter\", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:36px;font-weight:700;line-height:44px;letter-spacing:1.8px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:42px;font-weight:700;line-height:52px;letter-spacing:0.42px}}:host(.v-font-h3),.v-font-h3{font-family:\"Inter\", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:32px;font-weight:500;line-height:44px;letter-spacing:0.32px}}:host(.v-font-h4),.v-font-h4{font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:28px;font-weight:700;line-height:36px;letter-spacing:0px}}:host(.v-font-h5),.v-font-h5{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}:host(.v-font-h6),.v-font-h6{font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}:host(.v-font-p1-short),.v-font-p1-short{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}:host(.v-font-p1-long),.v-font-p1-long{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}:host(.v-font-p2-short),.v-font-p2-short{font-family:\"Inter\", sans-serif;font-size:18px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-p2-long),.v-font-p2-long{font-family:\"Inter\", sans-serif;font-size:18px;font-weight:500;line-height:30px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}:host(.v-font-btn-label),.v-font-btn-label{font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-lg),.v-font-btn-label-lg{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-sm),.v-font-btn-label-sm{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-btn-link-label),.v-font-btn-link-label{font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-lg),.v-font-btn-link-label-lg{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-sm),.v-font-btn-link-label-sm{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-field-label),.v-font-field-label{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-field-label-sm),.v-font-field-label-sm{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host(.v-font-field-label-xs),.v-font-field-label-xs{font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px}}:host(.v-font-field-label-lg),.v-font-field-label-lg{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-field-label-em),.v-font-field-label-em{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-field-label-sm-em),.v-font-field-label-sm-em{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:700;line-height:18px}}:host(.v-font-field-label-xs-em),.v-font-field-label-xs-em{font-family:\"Inter\", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}:host(.v-font-field-label-lg-em),.v-font-field-label-lg-em{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value),.v-font-field-value{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){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(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){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(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value-sm),.v-font-field-value-sm{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:16px}}:host(.v-font-field-value-em),.v-font-field-value-em{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-field-value-disabled),.v-font-field-value-disabled{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){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(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){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(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link),.v-font-sidebar-link{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link-em),.v-font-sidebar-link-em{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-footnote1-short),.v-font-footnote1-short{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){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(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){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(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote1-long),.v-font-footnote1-long{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote2-short),.v-font-footnote2-short{font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}:host(.v-font-footnote2-long),.v-font-footnote2-long{font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-h-modal),.v-font-h-modal{font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:24px;font-weight:700;line-height:32px}}:host(.v-font-keypad-label),.v-font-keypad-label{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-keypad-label-large),.v-font-keypad-label-large{font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:\"Inter\", sans-serif;font-size:20px;font-weight:700;line-height:24px}}";
276
163
 
277
164
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -292,6 +179,7 @@ const VegaFont = class {
292
179
  this.variantController = new VegaFontVariantController();
293
180
  this.asController = new VegaFontAsController();
294
181
  this.classesController = new VegaFontClassesController();
182
+ this.renderer = new VegaFontRenderer();
295
183
  this.currentBreakpoint = getCurrentBreakpoint();
296
184
  /**
297
185
  * Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height.
@@ -320,7 +208,8 @@ const VegaFont = class {
320
208
  }
321
209
  render() {
322
210
  const hostClasses = this.classesController.getClassName();
323
- return sanitizeVegaComponent(h(Host, { class: hostClasses }, h("slot", null)), this.host);
211
+ slotPlaceholder(h("slot", null));
212
+ return sanitizeVegaComponent(h(Host, { class: hostClasses }, this.renderer.render(hostClasses)), this.host);
324
213
  }
325
214
  get host() { return getElement(this); }
326
215
  static get watchers() { return {
@@ -342,6 +231,9 @@ __decorate([
342
231
  __decorate([
343
232
  InjectVegaSlimmer()
344
233
  ], VegaFont.prototype, "classesController", void 0);
234
+ __decorate([
235
+ InjectVegaSlimmer()
236
+ ], VegaFont.prototype, "renderer", void 0);
345
237
  __decorate([
346
238
  ComponentLoadRequired()
347
239
  ], VegaFont.prototype, "watchAsChange", null);
@@ -1,29 +1,25 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-3e41c219.js';
2
- import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-4b2250b8.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-c3505689.js';
2
+ import { F as FormFieldControllerSlimmer, V as VegaInternalValid } from './formFieldControllerSlimmer-862c5c79.js';
3
3
  import { C as ChangeManager } from './changeManager-935d420b.js';
4
- import { O as Observer } from './observer-3959f9dd.js';
5
- import { m as FORM_ELEMENT_VALIDATE, c as FORM_ELEMENT_VALUE_CHANGE, j as FORM_FIELD_ELEMENT_DISCONNECTED, i as FORM_FIELD_PENDING_VALID_CHANGE, k as FORM_RESET_OPERATION_TRIGGERED, F as FORM_SUBMIT, a as FORM_RESET } from './staticSubjectTitle-ba738b9d.js';
6
- import { e as isObjectArrayLike } from './array-195d7d64.js';
7
- import { s as sanitizeVegaComponent } from './component-ff56c5f5.js';
8
- import { f as findParent, i as isElementVisible, b as isParent } from './ui-608b4032.js';
9
- import { I as InjectVegaSlimmer } from './global-slimmer-registry-f1dec4a2.js';
10
- import { I as InjectVegaGlobalSlimmer } from './inject-vega-global-slimmer-0e6dd982.js';
11
- import { c as createEventEmitSlimmer } from './eventEmitSlimmer-da1fd54e.js';
12
- import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-7229b70d.js';
13
- import { k as VegaFormSubmit, l as VegaFormReset, m as VegaValidate } from './vegaEventId-78665c18.js';
14
- import { C as ChildNodesNotifyObserverSlimmer } from './childNodesNotifyObserverSlimmer-616bfa28.js';
15
- import './vega-slimmer-d63e92d9.js';
16
- import './map-to-component-method-4e36ea1f.js';
17
- import './featureFlagController-5d7e64f1.js';
18
- import './log-a824be80.js';
4
+ import { c as createEventEmitSlimmer, O as Observer, d as domNodeSubjectFactory } from './eventEmitSlimmer-d605ac81.js';
5
+ import { g as FORM_ELEMENT_VALIDATE, b as FORM_ELEMENT_VALUE_CHANGE, d as FORM_FIELD_ELEMENT_DISCONNECTED, c as FORM_FIELD_PENDING_VALID_CHANGE, e as FORM_RESET_OPERATION_TRIGGERED, F as FORM_SUBMIT, a as FORM_RESET } from './staticSubjectTitle-bb1e9570.js';
6
+ import { i as isObjectArrayLike } from './array-e1522673.js';
7
+ import { s as sanitizeVegaComponent } from './component-e4eb3f14.js';
8
+ import { f as findParent, i as isElementVisible, c as isParent } from './ui-6e5294cb.js';
9
+ import { I as InjectVegaSlimmer } from './global-slimmer-registry-b91c742d.js';
10
+ import { I as InjectVegaGlobalSlimmer } from './inject-vega-global-slimmer-c3f84156.js';
11
+ import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-65a53b20.js';
12
+ import { k as VegaFormSubmit, l as VegaFormReset, m as VegaValidate } from './internalVegaEventManager-efa77ebb.js';
13
+ import { C as ChildNodesNotifyObserverSlimmer } from './childNodesNotifyObserverSlimmer-0d2eac09.js';
14
+ import './vega-slimmer-ce2e45d1.js';
19
15
  import './string-be824360.js';
20
- import './misc-9fdbcfbb.js';
21
- import './dynamic-slimmer-16826d2b.js';
22
- import './pageResizeObserverSlimmer-ee15d7fd.js';
23
- import './breakpoints-3152fa9c.js';
16
+ import './misc-c21a85c9.js';
17
+ import './dynamic-slimmer-c8ad78de.js';
18
+ import './pageResizeObserverSlimmer-b476bb1f.js';
19
+ import './breakpoints-900a4c99.js';
20
+ import './ui-535c5fb3.js';
21
+ import './log-a824be80.js';
24
22
  import './number-400b3bf2.js';
25
- import './domNodeSubjectObserverFactory-8aeac4b6.js';
26
- import './internalVegaEventManager-4ab886bc.js';
27
23
 
28
24
  /** The `ImmutableMap` class is a TypeScript implementation of an immutable map data structure that allows for mutation through a `withMutation` method. */
29
25
  class ImmutableMap {
@@ -166,14 +162,6 @@ const VegaForm = class {
166
162
  e.stopPropagation();
167
163
  },
168
164
  });
169
- this.childValidateEventPrevent = new ChildNodesEventPreventSlimmer([VegaValidate], () => this.host, {
170
- useCapture: true,
171
- customPreventHandle: (e) => {
172
- if (e.target['tagName'] !== 'VEGA-FORM') {
173
- e.stopPropagation();
174
- }
175
- },
176
- });
177
165
  this.childNotifyObserver = new ChildNodesNotifyObserverSlimmer(FORM_ELEMENT_VALIDATE, (input) => this.updateInternalValidStatus(input));
178
166
  this.childNodeValueChangeObserver = new ChildNodesNotifyObserverSlimmer(FORM_ELEMENT_VALUE_CHANGE, () => this.updateInternalTouchedStatus());
179
167
  this.invalidFieldPathMap = new ImmutableMap(new Map(), (newMap) => {
@@ -280,15 +268,16 @@ const VegaForm = class {
280
268
  async valid(showError = true) {
281
269
  const result = { isValid: true, invalidFields: [] };
282
270
  await this.navigateVegaFormChildren(async (element, isForm) => {
283
- if (typeof element['valid'] === 'function') {
284
- if (isForm) {
285
- const nestedFormValidationResult = await element.valid(showError);
286
- if (!nestedFormValidationResult.isValid) {
287
- result.isValid = false;
288
- result.invalidFields.push(...nestedFormValidationResult.invalidFields);
289
- }
271
+ if (typeof element['valid'] === 'function' && isForm) {
272
+ const nestedFormValidationResult = await element.valid(showError);
273
+ if (!nestedFormValidationResult.isValid) {
274
+ result.isValid = false;
275
+ result.invalidFields.push(...nestedFormValidationResult.invalidFields);
290
276
  }
291
- else if (!(await element['valid'](showError))) {
277
+ }
278
+ else {
279
+ const isValid = await this.handleChildFormFieldElementValid(element, showError);
280
+ if (!isValid) {
292
281
  result.isValid = false;
293
282
  result.invalidFields.push(this.getFormFieldName(element));
294
283
  }
@@ -525,6 +514,22 @@ const VegaForm = class {
525
514
  isElementInCurrentForm(element) {
526
515
  return this.invalidFieldPathMap.has(element) || isParent(element, this.host);
527
516
  }
517
+ async handleChildFormFieldElementValid(element, showError) {
518
+ const subject = domNodeSubjectFactory.getSubject(element, VegaInternalValid);
519
+ const isValid = await new Promise((resolve) => {
520
+ //This setTimeout method here to avoid the dom node subject observer not existing and blocks the promise status
521
+ const timerId = setTimeout(() => {
522
+ resolve(true);
523
+ }, 2000);
524
+ ChangeManager.notify(subject, {
525
+ host: element,
526
+ message: showError,
527
+ promiseResolve: resolve,
528
+ timerId,
529
+ });
530
+ });
531
+ return isValid;
532
+ }
528
533
  get host() { return getElement(this); }
529
534
  static get watchers() { return {
530
535
  "isValid": ["watchIsValid"]
@@ -548,9 +553,6 @@ __decorate([
548
553
  __decorate([
549
554
  InjectVegaSlimmer()
550
555
  ], VegaForm.prototype, "childFormValidateEventPrevent", void 0);
551
- __decorate([
552
- InjectVegaSlimmer()
553
- ], VegaForm.prototype, "childValidateEventPrevent", void 0);
554
556
  __decorate([
555
557
  InjectVegaSlimmer()
556
558
  ], VegaForm.prototype, "childNotifyObserver", void 0);
@@ -0,0 +1,85 @@
1
+ import { r as registerInstance, h, H as Host, g as getElement } from './index-c3505689.js';
2
+ import { f as formatAndValidResponsiveToken } from './designToken-9b27a244.js';
3
+ import { s as sanitizeVegaComponent } from './component-e4eb3f14.js';
4
+ import { a as arrayToClassString } from './ui-6e5294cb.js';
5
+ import './global-slimmer-registry-b91c742d.js';
6
+ import { I as InjectVegaGlobalSlimmer } from './inject-vega-global-slimmer-c3f84156.js';
7
+ import './typeGuard-5e282437.js';
8
+ import './breakpoints-900a4c99.js';
9
+ import './ui-535c5fb3.js';
10
+ import './typography-03d285b4.js';
11
+ import './log-a824be80.js';
12
+ import './responsiveFormatFacade-e91e14ac.js';
13
+ import './number-400b3bf2.js';
14
+
15
+ const vegaGridCss = ":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{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)}}";
16
+
17
+ var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
20
+ r = Reflect.decorate(decorators, target, key, desc);
21
+ else
22
+ for (var i = decorators.length - 1; i >= 0; i--)
23
+ if (d = decorators[i])
24
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
25
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
26
+ };
27
+ const VegaGrid = class {
28
+ constructor(hostRef) {
29
+ registerInstance(this, hostRef);
30
+ this.globalSlimmers = {};
31
+ /**
32
+ * Determines the configuration of the grid columns.
33
+ * It can be provided as an integer, string, or a responsive map
34
+ * using key-value pairs.
35
+ *
36
+ * If provided as an integer from 1 to 12, each column will have the same width.
37
+ * The CSS for this configuration is `grid-template-columns: repeat(number, minmax(0, 1fr))`.
38
+ *
39
+ * If provided as a string in the format of n-auto
40
+ * (e.g., `1-auto`, `2-auto`, ..., `12-auto`),
41
+ * each column will have auto width. The CSS for this configuration is
42
+ * `grid-template-columns: repeat(number, auto)`.
43
+ *
44
+ * Alternatively, you can use a responsive map to define different column configurations
45
+ * for various breakpoints. The keys in the map should represent the breakpoints,
46
+ * such as `default` or `L`, and the values can be integers or strings following the
47
+ * same patterns mentioned above.
48
+ */
49
+ this.column = 1;
50
+ /**
51
+ * Determines the configuration of the grid rows.
52
+ * It can be provided as an integer, string, or a responsive map
53
+ * using key-value pairs.
54
+ *
55
+ * If provided as an integer from 1 to 6, each row will have the same height.
56
+ * The CSS for this configuration is `grid-template-rows: repeat(number, minmax(0, 1fr))`.
57
+ *
58
+ * If provided as a string in the format of n-auto
59
+ * (e.g., `1-auto`, `2-auto`, ..., `6-auto`),
60
+ * each row will have auto height. The CSS for this configuration is
61
+ * `grid-template-rows: repeat(number, auto)`.
62
+ *
63
+ * Alternatively, you can use a responsive map to define different row configurations
64
+ * for various breakpoints. The keys in the map should represent the breakpoints,
65
+ * such as `default` or `L`, and the values can be integers or strings following the
66
+ * same patterns mentioned above.
67
+ */
68
+ this.row = 1;
69
+ }
70
+ render() {
71
+ const classNames = [
72
+ formatAndValidResponsiveToken(this.column, 'gridColumn'),
73
+ formatAndValidResponsiveToken(this.row, 'gridRow'),
74
+ formatAndValidResponsiveToken(this.gap, 'gap'),
75
+ ];
76
+ return sanitizeVegaComponent(h(Host, { class: arrayToClassString(classNames) }, h("slot", null)), this.host);
77
+ }
78
+ get host() { return getElement(this); }
79
+ };
80
+ __decorate([
81
+ InjectVegaGlobalSlimmer()
82
+ ], VegaGrid.prototype, "globalSlimmers", void 0);
83
+ VegaGrid.style = vegaGridCss;
84
+
85
+ export { VegaGrid as vega_grid };