@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
@@ -2,25 +2,25 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-ced28bc0.js');
6
- const component = require('./component-de54cd0d.js');
5
+ const index = require('./index-1299d729.js');
6
+ const component = require('./component-b50f0483.js');
7
7
  const globalSlimmerRegistry = require('./global-slimmer-registry-58eee093.js');
8
+ const placeholder = require('./placeholder-cb6d37ad.js');
8
9
  const injectVegaGlobalSlimmer = require('./inject-vega-global-slimmer-c81bb784.js');
9
- const pageResizeObserverSlimmer = require('./pageResizeObserverSlimmer-f83ef66f.js');
10
- const breakpoints = require('./breakpoints-96bd8c73.js');
10
+ const pageResizeObserverSlimmer = require('./pageResizeObserverSlimmer-9751395d.js');
11
+ const breakpoints = require('./breakpoints-97c1f5c8.js');
11
12
  const componentLoadRequired = require('./componentLoadRequired-bcc5c8a1.js');
12
- const vegaSlimmer = require('./vega-slimmer-f026897e.js');
13
- const responsiveFormatFacade = require('./responsiveFormatFacade-8bfed8eb.js');
14
- const mapToComponentMethod = require('./map-to-component-method-bdf875d3.js');
13
+ const vegaSlimmer = require('./vega-slimmer-af488dc3.js');
14
+ const responsiveFormatFacade = require('./responsiveFormatFacade-8518443e.js');
15
15
  const log = require('./log-5d8066e0.js');
16
- const ui = require('./ui-25a66a2a.js');
17
- const designToken = require('./designToken-ed34a533.js');
18
- require('./featureFlagController-daf977be.js');
19
- require('./typeGuard-46915d8c.js');
16
+ const ui = require('./ui-23cd9abb.js');
17
+ const designToken = require('./designToken-a55d5476.js');
18
+ require('./ui-ef822fe1.js');
19
+ require('./typeGuard-70b919b6.js');
20
20
  require('./typography-3d2ba97d.js');
21
21
  require('./number-7e7d9981.js');
22
22
 
23
- var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
23
+ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
24
24
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
25
25
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
26
26
  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;
@@ -37,14 +37,14 @@ class VegaFontVariantController extends vegaSlimmer.VegaSlimmer {
37
37
  return responsiveFormatFacade.ResponsiveFormatFacade.formatCustom(this.variant);
38
38
  }
39
39
  }
40
- __decorate$3([
40
+ __decorate$4([
41
41
  vegaSlimmer.MapToComponentField()
42
42
  ], VegaFontVariantController.prototype, "variant", void 0);
43
- __decorate$3([
43
+ __decorate$4([
44
44
  vegaSlimmer.MapToComponentField()
45
45
  ], VegaFontVariantController.prototype, "currentBreakpoint", void 0);
46
46
 
47
- var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
47
+ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
48
48
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
49
49
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
50
50
  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;
@@ -71,102 +71,24 @@ const VEGA_FONT_AS_SAFE_LIST = [
71
71
  ];
72
72
  /** 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. */
73
73
  class VegaFontAsController extends vegaSlimmer.VegaSlimmer {
74
- /**
75
- * check should render the extra node
76
- */
77
- checkAndRenderExtraNode() {
78
- const tagName = this.getTagNameFromPropAs(this.as);
79
- if (tagName) {
80
- this.renderSlotContent(tagName);
81
- }
82
- }
83
74
  /*
84
75
  * The below method is e2e-test covered in
85
76
  * @see{module:vega-font-responsive-as}
86
77
  */
87
78
  /* istanbul ignore next */
88
79
  /**
89
- * update the extra node className
90
- */
91
- updateAsNodeClassNameOrTagName() {
92
- const tagName = this.getTagNameFromPropAs(this.as);
93
- const asNode = this.getAsNode();
94
- if ((tagName && asNode && asNode.tagName.toLowerCase() !== tagName) ||
95
- (!tagName && asNode) ||
96
- (tagName && !asNode)) {
97
- this.renderSlotContent(tagName);
98
- }
99
- else if (asNode) {
100
- asNode.className = this.getAsNodeClassName();
101
- }
102
- }
103
- /**
104
- * update the extra node when prop as change
105
- *
106
- * @param {ResponsiveType<VegaFontAs>} newValue the new value
107
- */
108
- updateExtraNode(newValue) {
109
- const newTagName = this.getTagNameFromPropAs(newValue);
110
- this.renderSlotContent(newTagName);
111
- }
112
- /**
113
- * The function `getSlotContent` returns a list of child nodes based on the as node.
114
- *
115
- * @returns {NodeListOf<ChildNode>} a NodeListOf<ChildNode>.
116
- */
117
- getSlotContent() {
118
- const asNode = this.getAsNode();
119
- if (asNode) {
120
- return asNode.childNodes;
121
- }
122
- else {
123
- return this.host.childNodes;
124
- }
125
- }
126
- /**
127
- * 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.
80
+ * The function `getTagNameFromPropAs` returns a `VegaFontAs` value based on the input
81
+ * `ResponsiveType<VegaFontAs>`.
128
82
  *
129
- * @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.
83
+ * @returns {VegaFontAs} a value of type `VegaFontAs`.
130
84
  */
131
- renderSlotContent(as) {
132
- if (!this.isSafeAs(as)) {
133
- log.LogUtility.warn(`The as value ${as} is invalid, it must be a value of: `, VEGA_FONT_AS_SAFE_LIST);
134
- }
135
- else {
136
- const content = this.getSlotContent();
137
- let extraNode = null;
138
- try {
139
- if (as) {
140
- extraNode = document.createElement(as);
141
- extraNode.className = this.getAsNodeClassName();
142
- }
143
- // eslint-disable-next-line no-empty
144
- }
145
- catch (e) { }
146
- const nodeLength = content.length;
147
- for (let i = 0; i < nodeLength; i++) {
148
- if (extraNode) {
149
- extraNode.appendChild(content[0]);
150
- }
151
- else {
152
- this.host.appendChild(content[0]);
153
- }
154
- }
155
- if (extraNode) {
156
- if (this.host.childNodes.length > 0 && this.host.firstElementChild) {
157
- this.host.replaceChild(extraNode, this.host.firstElementChild);
158
- }
159
- else {
160
- this.host.appendChild(extraNode);
161
- }
162
- }
163
- else {
164
- const oldAsNode = this.getAsNode();
165
- if (oldAsNode) {
166
- oldAsNode.remove();
167
- }
168
- }
85
+ getTagNameFromPropAs() {
86
+ const result = responsiveFormatFacade.ResponsiveFormatFacade.formatCustom(this.as) || '';
87
+ if (!this.isSafeAs(result)) {
88
+ log.LogUtility.warn(`The as value ${result} is invalid, it must be a value of: `, VEGA_FONT_AS_SAFE_LIST);
89
+ return '';
169
90
  }
91
+ return result;
170
92
  }
171
93
  /**
172
94
  * The function checks if a given value is safe to use as a VegaFontAs.
@@ -181,64 +103,12 @@ class VegaFontAsController extends vegaSlimmer.VegaSlimmer {
181
103
  }
182
104
  return false;
183
105
  }
184
- /**
185
- * The function returns the first element with the class "vega-font-as-node" as an HTMLElement or null if no such element exists.
186
- *
187
- * @returns {Nullable<HTMLElement>} The method is returning a Nullable<HTMLElement> object.
188
- */
189
- getAsNode() {
190
- return this.host.querySelector('.vega-font-as-node');
191
- }
192
- /**
193
- * The function returns a string that combines the class name from a classesController with the string "vega-font-as-node".
194
- *
195
- * @returns {string} The method is returning a string that is the concatenation of the result of the
196
- * `getClassName()` method from the `classesController` object and the string "vega-font-as-node".
197
- */
198
- getAsNodeClassName() {
199
- return `${this.classesController.getClassName()} vega-font-as-node`;
200
- }
201
- /*
202
- * The below method is e2e-test covered in
203
- * @see{module:vega-font-responsive-as}
204
- */
205
- /* istanbul ignore next */
206
- /**
207
- * The function `getTagNameFromPropAs` returns a `VegaFontAs` value based on the input
208
- * `ResponsiveType<VegaFontAs>`.
209
- *
210
- * @param {ResponsiveType<VegaFontAs>} input - The input parameter is of type ResponsiveType<VegaFontAs>. It represents the font as
211
- * a string or an object with breakpoints. The VegaFontAs type is a string type that represents the
212
- * font name or alias.
213
- * @returns {VegaFontAs} a value of type `VegaFontAs`.
214
- */
215
- getTagNameFromPropAs(input) {
216
- return responsiveFormatFacade.ResponsiveFormatFacade.formatCustom(input) || '';
217
- }
218
106
  }
219
- __decorate$2([
220
- vegaSlimmer.MapToComponentField()
221
- ], VegaFontAsController.prototype, "host", void 0);
222
- __decorate$2([
107
+ __decorate$3([
223
108
  vegaSlimmer.MapToComponentField()
224
109
  ], VegaFontAsController.prototype, "as", void 0);
225
- __decorate$2([
226
- vegaSlimmer.MapToComponentField()
227
- ], VegaFontAsController.prototype, "currentBreakpoint", void 0);
228
- __decorate$2([
229
- vegaSlimmer.MapToComponentField()
230
- ], VegaFontAsController.prototype, "classesController", void 0);
231
- __decorate$2([
232
- mapToComponentMethod.MapToComponentMethod('componentDidLoad')
233
- ], VegaFontAsController.prototype, "checkAndRenderExtraNode", null);
234
- __decorate$2([
235
- mapToComponentMethod.MapToComponentMethod('componentDidUpdate')
236
- ], VegaFontAsController.prototype, "updateAsNodeClassNameOrTagName", null);
237
- __decorate$2([
238
- mapToComponentMethod.MapToComponentMethod('watchAsChange')
239
- ], VegaFontAsController.prototype, "updateExtraNode", null);
240
110
 
241
- var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
111
+ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
242
112
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
243
113
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
244
114
  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;
@@ -266,16 +136,33 @@ class VegaFontClassesController extends vegaSlimmer.VegaSlimmer {
266
136
  return ui.arrayToClassString(hostClasses);
267
137
  }
268
138
  }
269
- __decorate$1([
139
+ __decorate$2([
270
140
  vegaSlimmer.MapToComponentField()
271
141
  ], VegaFontClassesController.prototype, "color", void 0);
272
- __decorate$1([
142
+ __decorate$2([
273
143
  vegaSlimmer.MapToComponentField()
274
144
  ], VegaFontClassesController.prototype, "disableResponsive", void 0);
275
- __decorate$1([
145
+ __decorate$2([
276
146
  vegaSlimmer.MapToComponentField()
277
147
  ], VegaFontClassesController.prototype, "variantController", void 0);
278
148
 
149
+ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
150
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
151
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
152
+ 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;
153
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
154
+ };
155
+ /* The `VegaFontRenderer` class in TypeScript React extends `VegaSlimmer` and renders an HTML element based on specified properties. */
156
+ class VegaFontRenderer extends vegaSlimmer.VegaSlimmer {
157
+ render(hostClasses) {
158
+ const tagName = this.asController.getTagNameFromPropAs();
159
+ return tagName ? index.h(tagName, { className: hostClasses }, [index.h("slot", null)]) : index.h("slot", null);
160
+ }
161
+ }
162
+ __decorate$1([
163
+ vegaSlimmer.MapToComponentField()
164
+ ], VegaFontRenderer.prototype, "asController", void 0);
165
+
279
166
  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}}";
280
167
 
281
168
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
@@ -296,6 +183,7 @@ const VegaFont = class {
296
183
  this.variantController = new VegaFontVariantController();
297
184
  this.asController = new VegaFontAsController();
298
185
  this.classesController = new VegaFontClassesController();
186
+ this.renderer = new VegaFontRenderer();
299
187
  this.currentBreakpoint = breakpoints.getCurrentBreakpoint();
300
188
  /**
301
189
  * Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height.
@@ -324,7 +212,8 @@ const VegaFont = class {
324
212
  }
325
213
  render() {
326
214
  const hostClasses = this.classesController.getClassName();
327
- return component.sanitizeVegaComponent(index.h(index.Host, { class: hostClasses }, index.h("slot", null)), this.host);
215
+ placeholder.slotPlaceholder(index.h("slot", null));
216
+ return component.sanitizeVegaComponent(index.h(index.Host, { class: hostClasses }, this.renderer.render(hostClasses)), this.host);
328
217
  }
329
218
  get host() { return index.getElement(this); }
330
219
  static get watchers() { return {
@@ -346,6 +235,9 @@ __decorate([
346
235
  __decorate([
347
236
  globalSlimmerRegistry.InjectVegaSlimmer()
348
237
  ], VegaFont.prototype, "classesController", void 0);
238
+ __decorate([
239
+ globalSlimmerRegistry.InjectVegaSlimmer()
240
+ ], VegaFont.prototype, "renderer", void 0);
349
241
  __decorate([
350
242
  componentLoadRequired.ComponentLoadRequired()
351
243
  ], VegaFont.prototype, "watchAsChange", null);
@@ -2,32 +2,28 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-ced28bc0.js');
6
- const formFieldControllerSlimmer = require('./formFieldControllerSlimmer-b50512f8.js');
5
+ const index = require('./index-1299d729.js');
6
+ const formFieldControllerSlimmer = require('./formFieldControllerSlimmer-69ea8396.js');
7
7
  const changeManager = require('./changeManager-1dd5ac2a.js');
8
- const observer = require('./observer-f49483e8.js');
9
- const staticSubjectTitle = require('./staticSubjectTitle-9a2a1b10.js');
10
- const array = require('./array-e1e5ed1d.js');
11
- const component = require('./component-de54cd0d.js');
12
- const ui = require('./ui-25a66a2a.js');
8
+ const eventEmitSlimmer = require('./eventEmitSlimmer-f0546f9d.js');
9
+ const staticSubjectTitle = require('./staticSubjectTitle-b02c917c.js');
10
+ const array = require('./array-5f977aa2.js');
11
+ const component = require('./component-b50f0483.js');
12
+ const ui = require('./ui-23cd9abb.js');
13
13
  const globalSlimmerRegistry = require('./global-slimmer-registry-58eee093.js');
14
14
  const injectVegaGlobalSlimmer = require('./inject-vega-global-slimmer-c81bb784.js');
15
- const eventEmitSlimmer = require('./eventEmitSlimmer-63a34620.js');
16
- const childNodesEventPreventSlimmer = require('./childNodesEventPreventSlimmer-ab75a6a2.js');
17
- const vegaEventId = require('./vegaEventId-dfd382d2.js');
18
- const childNodesNotifyObserverSlimmer = require('./childNodesNotifyObserverSlimmer-cc6d9d8d.js');
19
- require('./vega-slimmer-f026897e.js');
20
- require('./map-to-component-method-bdf875d3.js');
21
- require('./featureFlagController-daf977be.js');
22
- require('./log-5d8066e0.js');
15
+ const childNodesEventPreventSlimmer = require('./childNodesEventPreventSlimmer-4b96b18b.js');
16
+ const internalVegaEventManager = require('./internalVegaEventManager-cfb1df83.js');
17
+ const childNodesNotifyObserverSlimmer = require('./childNodesNotifyObserverSlimmer-77d939be.js');
18
+ require('./vega-slimmer-af488dc3.js');
23
19
  require('./string-21427167.js');
24
- require('./misc-3d30df91.js');
25
- require('./dynamic-slimmer-028b0e61.js');
26
- require('./pageResizeObserverSlimmer-f83ef66f.js');
27
- require('./breakpoints-96bd8c73.js');
20
+ require('./misc-0197689b.js');
21
+ require('./dynamic-slimmer-c718b7d9.js');
22
+ require('./pageResizeObserverSlimmer-9751395d.js');
23
+ require('./breakpoints-97c1f5c8.js');
24
+ require('./ui-ef822fe1.js');
25
+ require('./log-5d8066e0.js');
28
26
  require('./number-7e7d9981.js');
29
- require('./domNodeSubjectObserverFactory-8663ab4f.js');
30
- require('./internalVegaEventManager-a5ad4b61.js');
31
27
 
32
28
  /** The `ImmutableMap` class is a TypeScript implementation of an immutable map data structure that allows for mutation through a `withMutation` method. */
33
29
  class ImmutableMap {
@@ -157,27 +153,19 @@ const VegaForm = class {
157
153
  this.vegaFormReset = index.createEvent(this, "vegaFormReset", 7);
158
154
  this.formReset = index.createEvent(this, "formReset", 7);
159
155
  this.globalSlimmers = {};
160
- this.submitEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, vegaEventId.VegaFormSubmit);
161
- this.resetEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, vegaEventId.VegaFormReset);
162
- this.validateEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, vegaEventId.VegaValidate);
163
- this.childEventPrevent = new childNodesEventPreventSlimmer.ChildNodesEventPreventSlimmer([vegaEventId.VegaFormSubmit, vegaEventId.VegaFormReset], () => this.host.querySelector('vega-form'), {
156
+ this.submitEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, internalVegaEventManager.VegaFormSubmit);
157
+ this.resetEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, internalVegaEventManager.VegaFormReset);
158
+ this.validateEventEmitter = eventEmitSlimmer.createEventEmitSlimmer(VegaForm, internalVegaEventManager.VegaValidate);
159
+ this.childEventPrevent = new childNodesEventPreventSlimmer.ChildNodesEventPreventSlimmer([internalVegaEventManager.VegaFormSubmit, internalVegaEventManager.VegaFormReset], () => this.host.querySelector('vega-form'), {
164
160
  customPreventHandle: (e) => {
165
161
  e.stopPropagation();
166
162
  },
167
163
  });
168
- this.childFormValidateEventPrevent = new childNodesEventPreventSlimmer.ChildNodesEventPreventSlimmer([vegaEventId.VegaValidate], () => this.host, {
164
+ this.childFormValidateEventPrevent = new childNodesEventPreventSlimmer.ChildNodesEventPreventSlimmer([internalVegaEventManager.VegaValidate], () => this.host, {
169
165
  customPreventHandle: (e) => {
170
166
  e.stopPropagation();
171
167
  },
172
168
  });
173
- this.childValidateEventPrevent = new childNodesEventPreventSlimmer.ChildNodesEventPreventSlimmer([vegaEventId.VegaValidate], () => this.host, {
174
- useCapture: true,
175
- customPreventHandle: (e) => {
176
- if (e.target['tagName'] !== 'VEGA-FORM') {
177
- e.stopPropagation();
178
- }
179
- },
180
- });
181
169
  this.childNotifyObserver = new childNodesNotifyObserverSlimmer.ChildNodesNotifyObserverSlimmer(staticSubjectTitle.FORM_ELEMENT_VALIDATE, (input) => this.updateInternalValidStatus(input));
182
170
  this.childNodeValueChangeObserver = new childNodesNotifyObserverSlimmer.ChildNodesNotifyObserverSlimmer(staticSubjectTitle.FORM_ELEMENT_VALUE_CHANGE, () => this.updateInternalTouchedStatus());
183
171
  this.invalidFieldPathMap = new ImmutableMap(new Map(), (newMap) => {
@@ -284,15 +272,16 @@ const VegaForm = class {
284
272
  async valid(showError = true) {
285
273
  const result = { isValid: true, invalidFields: [] };
286
274
  await this.navigateVegaFormChildren(async (element, isForm) => {
287
- if (typeof element['valid'] === 'function') {
288
- if (isForm) {
289
- const nestedFormValidationResult = await element.valid(showError);
290
- if (!nestedFormValidationResult.isValid) {
291
- result.isValid = false;
292
- result.invalidFields.push(...nestedFormValidationResult.invalidFields);
293
- }
275
+ if (typeof element['valid'] === 'function' && isForm) {
276
+ const nestedFormValidationResult = await element.valid(showError);
277
+ if (!nestedFormValidationResult.isValid) {
278
+ result.isValid = false;
279
+ result.invalidFields.push(...nestedFormValidationResult.invalidFields);
294
280
  }
295
- else if (!(await element['valid'](showError))) {
281
+ }
282
+ else {
283
+ const isValid = await this.handleChildFormFieldElementValid(element, showError);
284
+ if (!isValid) {
296
285
  result.isValid = false;
297
286
  result.invalidFields.push(this.getFormFieldName(element));
298
287
  }
@@ -462,7 +451,7 @@ const VegaForm = class {
462
451
  * delete operation is triggered
463
452
  */
464
453
  initFormFieldDisconnectedObserver() {
465
- this.formFieldDisconnectedObserver = new observer.Observer(this.canAcceptFormFieldDisconnectedOperation.bind(this), this.updateInvalidFieldPath.bind(this));
454
+ this.formFieldDisconnectedObserver = new eventEmitSlimmer.Observer(this.canAcceptFormFieldDisconnectedOperation.bind(this), this.updateInvalidFieldPath.bind(this));
466
455
  changeManager.ChangeManager.register(staticSubjectTitle.FORM_FIELD_ELEMENT_DISCONNECTED, this.formFieldDisconnectedObserver);
467
456
  }
468
457
  /**
@@ -482,7 +471,7 @@ const VegaForm = class {
482
471
  this.pendingValidFieldPathMap.delete(payload.host);
483
472
  }
484
473
  registerFormSubmitChangeManager() {
485
- this.formEventsObserver = new observer.Observer(this.canAcceptFormSubmitEvent.bind(this), this.handleSubmitEvents.bind(this));
474
+ this.formEventsObserver = new eventEmitSlimmer.Observer(this.canAcceptFormSubmitEvent.bind(this), this.handleSubmitEvents.bind(this));
486
475
  changeManager.ChangeManager.register(staticSubjectTitle.FORM_SUBMIT, this.formEventsObserver);
487
476
  }
488
477
  /**
@@ -501,7 +490,7 @@ const VegaForm = class {
501
490
  }
502
491
  }
503
492
  registerFormResetChangeManager() {
504
- this.formEventsObserver = new observer.Observer(this.canAcceptFormResetEvent.bind(this), this.handleResetEvents.bind(this));
493
+ this.formEventsObserver = new eventEmitSlimmer.Observer(this.canAcceptFormResetEvent.bind(this), this.handleResetEvents.bind(this));
505
494
  changeManager.ChangeManager.register(staticSubjectTitle.FORM_RESET, this.formEventsObserver);
506
495
  }
507
496
  canAcceptFormResetEvent(payload) {
@@ -512,7 +501,7 @@ const VegaForm = class {
512
501
  this.resetEventEmitter.emit();
513
502
  }
514
503
  registerFormFieldPendingValidChangeManager() {
515
- this.formFieldPendingValidObserver = new observer.Observer(this.canAcceptFormFieldPendingValid.bind(this), this.handleFieldPendingValid.bind(this));
504
+ this.formFieldPendingValidObserver = new eventEmitSlimmer.Observer(this.canAcceptFormFieldPendingValid.bind(this), this.handleFieldPendingValid.bind(this));
516
505
  changeManager.ChangeManager.register(staticSubjectTitle.FORM_FIELD_PENDING_VALID_CHANGE, this.formFieldPendingValidObserver);
517
506
  }
518
507
  canAcceptFormFieldPendingValid(payload) {
@@ -529,6 +518,22 @@ const VegaForm = class {
529
518
  isElementInCurrentForm(element) {
530
519
  return this.invalidFieldPathMap.has(element) || ui.isParent(element, this.host);
531
520
  }
521
+ async handleChildFormFieldElementValid(element, showError) {
522
+ const subject = eventEmitSlimmer.domNodeSubjectFactory.getSubject(element, formFieldControllerSlimmer.VegaInternalValid);
523
+ const isValid = await new Promise((resolve) => {
524
+ //This setTimeout method here to avoid the dom node subject observer not existing and blocks the promise status
525
+ const timerId = setTimeout(() => {
526
+ resolve(true);
527
+ }, 2000);
528
+ changeManager.ChangeManager.notify(subject, {
529
+ host: element,
530
+ message: showError,
531
+ promiseResolve: resolve,
532
+ timerId,
533
+ });
534
+ });
535
+ return isValid;
536
+ }
532
537
  get host() { return index.getElement(this); }
533
538
  static get watchers() { return {
534
539
  "isValid": ["watchIsValid"]
@@ -552,9 +557,6 @@ __decorate([
552
557
  __decorate([
553
558
  globalSlimmerRegistry.InjectVegaSlimmer()
554
559
  ], VegaForm.prototype, "childFormValidateEventPrevent", void 0);
555
- __decorate([
556
- globalSlimmerRegistry.InjectVegaSlimmer()
557
- ], VegaForm.prototype, "childValidateEventPrevent", void 0);
558
560
  __decorate([
559
561
  globalSlimmerRegistry.InjectVegaSlimmer()
560
562
  ], VegaForm.prototype, "childNotifyObserver", void 0);