@heartlandone/vega 2.0.0-temp-test-0.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (811) hide show
  1. package/dist/cjs/{app-globals-44d18beb.js → app-globals-54d42962.js} +12 -13
  2. package/dist/cjs/{array-e1e5ed1d.js → array-5f977aa2.js} +0 -12
  3. package/dist/cjs/breakpoints-97c1f5c8.js +66 -0
  4. package/dist/cjs/{childNodesEventPreventSlimmer-ab75a6a2.js → childNodesEventPreventSlimmer-4b96b18b.js} +10 -11
  5. package/dist/cjs/{childNodesNotifyObserverSlimmer-cc6d9d8d.js → childNodesNotifyObserverSlimmer-77d939be.js} +6 -7
  6. package/dist/cjs/{component-de54cd0d.js → component-b50f0483.js} +2 -5
  7. package/dist/cjs/componentGlobalStyleSlimmer-d988c66b.js +88 -0
  8. package/dist/cjs/date-177d34ab.js +95 -0
  9. package/dist/cjs/designToken-a55d5476.js +460 -0
  10. package/dist/cjs/{dynamic-slimmer-028b0e61.js → dynamic-slimmer-c718b7d9.js} +2 -3
  11. package/dist/cjs/{elementAppender-f0ebe01e.js → elementAppender-e585dbc9.js} +17 -17
  12. package/dist/cjs/{subStateNotifySlimmer-d704ac90.js → elementAppenderSlimmer-853b7f89.js} +33 -101
  13. package/dist/cjs/{eventEmitSlimmer-63a34620.js → eventEmitSlimmer-f0546f9d.js} +157 -10
  14. package/dist/cjs/{featureFlagController-daf977be.js → featureFlagController-e3dc9be9.js} +19 -2
  15. package/dist/cjs/{formFieldControllerSlimmer-b50512f8.js → formFieldControllerSlimmer-69ea8396.js} +181 -108
  16. package/dist/cjs/{index-ced28bc0.js → index-1299d729.js} +94 -460
  17. package/dist/cjs/index.cjs.js +22 -20
  18. package/dist/cjs/{injectKeyboardManager-1bffba97.js → injectKeyboardManager-59ac5d96.js} +5 -3
  19. package/dist/cjs/{internalVegaEventManager-a5ad4b61.js → internalVegaEventManager-cfb1df83.js} +175 -46
  20. package/dist/cjs/{keyboardManager-e8331705.js → keyboardManager-1ea14f2e.js} +3 -15
  21. package/dist/cjs/keyboardManagerSlimmer-7d750268.js +40 -0
  22. package/dist/cjs/{legendInputProcessor-12cf2dfe.js → legendInputProcessor-88c81168.js} +1 -1
  23. package/dist/cjs/loader.cjs.js +14 -16
  24. package/dist/cjs/{misc-3d30df91.js → misc-0197689b.js} +0 -10
  25. package/dist/cjs/{pageResizeObserverSlimmer-f83ef66f.js → pageResizeObserverSlimmer-9751395d.js} +5 -6
  26. package/dist/cjs/{responsiveFormatFacade-8bfed8eb.js → responsiveFormatFacade-8518443e.js} +133 -6
  27. package/dist/cjs/{staticSubjectTitle-9a2a1b10.js → staticSubjectTitle-b02c917c.js} +0 -4
  28. package/dist/cjs/stringMaskStrategy-b22eb314.js +183 -0
  29. package/dist/cjs/{subStateObserverSlimmer-6c750137.js → subStateObserverSlimmer-96ca747f.js} +47 -9
  30. package/dist/cjs/{typeGuard-46915d8c.js → typeGuard-70b919b6.js} +315 -27
  31. package/dist/cjs/{ui-25a66a2a.js → ui-23cd9abb.js} +16 -0
  32. package/dist/cjs/ui-ef822fe1.js +43 -0
  33. package/dist/cjs/vega-accordion.cjs.entry.js +22 -26
  34. package/dist/cjs/vega-app-footer.cjs.entry.js +11 -8
  35. package/dist/cjs/vega-app-header-button.cjs.entry.js +21 -25
  36. package/dist/cjs/vega-backdrop.cjs.entry.js +150 -0
  37. package/dist/cjs/vega-bar-chart.cjs.entry.js +4 -4
  38. package/dist/cjs/vega-box.cjs.entry.js +156 -11
  39. package/dist/cjs/vega-breadcrumb.cjs.entry.js +16 -21
  40. package/dist/cjs/vega-button-circle.cjs.entry.js +21 -20
  41. package/dist/cjs/vega-button-link.cjs.entry.js +10 -15
  42. package/dist/cjs/vega-button.cjs.entry.js +151 -0
  43. package/dist/cjs/vega-card.cjs.entry.js +149 -0
  44. package/dist/cjs/vega-carousel.cjs.entry.js +484 -0
  45. package/dist/cjs/vega-checkbox_2.cjs.entry.js +558 -0
  46. package/dist/cjs/vega-chip.cjs.entry.js +17 -21
  47. package/dist/cjs/vega-color-picker.cjs.entry.js +16 -31
  48. package/dist/cjs/vega-combo-box.cjs.entry.js +26 -41
  49. package/dist/cjs/vega-counter-badge.cjs.entry.js +2 -3
  50. package/dist/cjs/vega-date-picker_2.cjs.entry.js +1908 -0
  51. package/dist/cjs/vega-dialog_2.cjs.entry.js +594 -0
  52. package/dist/cjs/{vega-dropdown.cjs.entry.js → vega-dropdown_5.cjs.entry.js} +763 -205
  53. package/dist/cjs/vega-field-error.cjs.entry.js +6 -8
  54. package/dist/cjs/vega-field-label.cjs.entry.js +90 -0
  55. package/dist/cjs/vega-flex.cjs.entry.js +78 -0
  56. package/dist/cjs/vega-font.cjs.entry.js +52 -160
  57. package/dist/cjs/vega-form.cjs.entry.js +51 -49
  58. package/dist/cjs/vega-grid.cjs.entry.js +89 -0
  59. package/dist/cjs/vega-icon.cjs.entry.js +210 -0
  60. package/dist/cjs/vega-image-uploader.cjs.entry.js +27 -42
  61. package/dist/cjs/vega-input-credit-card.cjs.entry.js +21 -33
  62. package/dist/cjs/vega-input-select.cjs.entry.js +585 -0
  63. package/dist/cjs/vega-input.cjs.entry.js +534 -0
  64. package/dist/cjs/vega-item-toggle.cjs.entry.js +13 -41
  65. package/dist/cjs/vega-left-nav_5.cjs.entry.js +976 -0
  66. package/dist/cjs/vega-line-chart.cjs.entry.js +376 -0
  67. package/dist/cjs/{vega-loading-indicator.cjs.entry.js → vega-loader-wrapper_2.cjs.entry.js} +36 -10
  68. package/dist/cjs/{vega-page-notification.cjs.entry.js → vega-page-notification_2.cjs.entry.js} +32 -6
  69. package/dist/cjs/vega-pagination.cjs.entry.js +16 -21
  70. package/dist/cjs/vega-pie-chart.cjs.entry.js +4 -5
  71. package/dist/cjs/{injectElementAppender-bfece2a0.js → vega-popover_2.cjs.entry.js} +185 -3
  72. package/dist/cjs/vega-progress-tracker.cjs.entry.js +183 -0
  73. package/dist/cjs/vega-radio_2.cjs.entry.js +543 -0
  74. package/dist/cjs/{vega-slimmer-f026897e.js → vega-slimmer-af488dc3.js} +30 -0
  75. package/dist/cjs/vega-slot-container.cjs.entry.js +17 -1
  76. package/dist/cjs/vega-stepper.cjs.entry.js +27 -70
  77. package/dist/cjs/vega-tab-group_2.cjs.entry.js +1194 -0
  78. package/dist/cjs/vega-table_8.cjs.entry.js +3869 -0
  79. package/dist/cjs/vega-text.cjs.entry.js +114 -55
  80. package/dist/cjs/vega-textarea.cjs.entry.js +17 -30
  81. package/dist/cjs/vega-time-picker_2.cjs.entry.js +2051 -0
  82. package/dist/cjs/vega-toggle-switch.cjs.entry.js +95 -0
  83. package/dist/cjs/vega-tooltip_2.cjs.entry.js +141 -45
  84. package/dist/cjs/vega.cjs.js +14 -16
  85. package/dist/cjs/{vegaDialogController-d2ae40fb.js → vegaDialogController-01bddb6a.js} +1 -1
  86. package/dist/cjs/{vegaEventManager-ab0f12ff.js → vegaEventManager-2da0ff37.js} +1445 -12
  87. package/dist/cjs/{yAxisInputProcessor-c0f51130.js → yAxisInputProcessor-b32e5aa0.js} +2 -2
  88. package/dist/collection/collection-manifest.json +277 -7
  89. package/dist/collection/components/vega-accordion/slimmers/vega-accordion-renderer.js +1 -1
  90. package/dist/collection/components/vega-accordion/vega-accordion.css +17 -26
  91. package/dist/collection/components/vega-app-footer/vega-app-footer.css +1 -1
  92. package/dist/collection/components/vega-app-header-button/vega-app-header-button.css +1 -1
  93. package/dist/collection/components/vega-app-header-button/vega-app-header-button.js +4 -4
  94. package/dist/collection/components/vega-backdrop/vega-backdrop.css +1 -1
  95. package/dist/collection/components/vega-backdrop/vega-backdrop.js +5 -1
  96. package/dist/collection/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.js +117 -0
  97. package/dist/collection/components/vega-box/vega-box.css +2109 -19
  98. package/dist/collection/components/vega-box/vega-box.js +264 -4
  99. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-collapsed-item-renderer.js +1 -1
  100. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.js +2 -2
  101. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.css +1 -1
  102. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.js +5 -5
  103. package/dist/collection/components/vega-button/vega-button.css +1 -1
  104. package/dist/collection/components/vega-button/vega-button.js +1 -1
  105. package/dist/collection/components/vega-button-circle/vega-button-circle.css +1 -1
  106. package/dist/collection/components/vega-button-circle/vega-button-circle.js +45 -1
  107. package/dist/collection/components/vega-button-link/vega-button-link.css +27 -1
  108. package/dist/collection/components/vega-card/vega-card.css +1 -1
  109. package/dist/collection/components/vega-carousel/vega-carousel.css +1 -1
  110. package/dist/collection/components/vega-carousel/vega-carousel.js +1 -1
  111. package/dist/collection/components/vega-chart/vega-bar-chart/vega-bar-chart.css +1 -1
  112. package/dist/collection/components/vega-chart/vega-line-chart/vega-line-chart.css +1 -1
  113. package/dist/collection/components/vega-chart/vega-pie-chart/vega-pie-chart.css +1 -1
  114. package/dist/collection/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.js +10 -17
  115. package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.css +1 -1
  116. package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.js +6 -97
  117. package/dist/collection/components/vega-checkbox/vega-checkbox.css +1 -1
  118. package/dist/collection/components/vega-checkbox/vega-checkbox.js +1 -54
  119. package/dist/collection/components/vega-chip/vega-chip.css +1 -1
  120. package/dist/collection/components/vega-color-picker/vega-color-picker.css +1 -1
  121. package/dist/collection/components/vega-color-picker/vega-color-picker.js +3 -54
  122. package/dist/collection/components/vega-combo-box/vega-combo-box.css +1 -1
  123. package/dist/collection/components/vega-combo-box/vega-combo-box.js +7 -56
  124. package/dist/collection/components/vega-counter-badge/vega-counter-badge.css +1 -1
  125. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-calendar-renderer.js +5 -6
  126. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-range-input-renderer.js +1 -1
  127. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.js +1 -9
  128. package/dist/collection/components/vega-date-picker/slimmers/renderers/vega-date-picker-single-input-renderer.js +1 -1
  129. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +1 -1
  130. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +13 -0
  131. package/dist/collection/components/vega-date-picker/vega-date-picker.css +1 -1
  132. package/dist/collection/components/vega-date-picker/vega-date-picker.js +1 -92
  133. package/dist/collection/components/vega-dialog/vega-dialog.css +1 -1
  134. package/dist/collection/components/vega-dialog/vega-dialog.js +3 -3
  135. package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.js +17 -10
  136. package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-search-renderer.js +1 -1
  137. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.css +1 -1
  138. package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.js +5 -1
  139. package/dist/collection/components/vega-dropdown/vega-dropdown-group/vega-dropdown-group.css +1 -1
  140. package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.css +1 -1
  141. package/dist/collection/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.js +1 -1
  142. package/dist/collection/components/vega-dropdown/vega-dropdown.css +1 -1
  143. package/dist/collection/components/vega-dropdown/vega-dropdown.js +2 -2
  144. package/dist/collection/components/vega-field-error/vega-field-error.css +1 -1
  145. package/dist/collection/components/vega-field-label/vega-field-label.css +1 -1
  146. package/dist/collection/components/vega-flex/vega-flex.css +75 -1
  147. package/dist/collection/components/vega-flex/vega-flex.js +70 -2
  148. package/dist/collection/components/vega-font/slimmers/controllers/vega-font-as-controller.js +10 -140
  149. package/dist/collection/components/vega-font/slimmers/renderers/vega-font-renderer.js +18 -0
  150. package/dist/collection/components/vega-font/vega-font.css +1 -1
  151. package/dist/collection/components/vega-font/vega-font.js +8 -3
  152. package/dist/collection/components/vega-form/vega-form.css +1 -1
  153. package/dist/collection/components/vega-form/vega-form.js +27 -19
  154. package/dist/collection/components/vega-grid/vega-grid.css +1 -1
  155. package/dist/collection/components/vega-grid/vega-grid.js +2 -2
  156. package/dist/collection/components/vega-icon/vega-icon.css +2 -1
  157. package/dist/collection/components/vega-image-uploader/slimmers/controllers/vega-image-uploader-actions-visibility-controller.js +2 -2
  158. package/dist/collection/components/vega-image-uploader/slimmers/renderers/vega-image-uploader-actions-renderer.js +1 -1
  159. package/dist/collection/components/vega-image-uploader/vega-image-uploader.css +1 -1
  160. package/dist/collection/components/vega-image-uploader/vega-image-uploader.js +1 -51
  161. package/dist/collection/components/vega-input/vega-input.css +1 -1
  162. package/dist/collection/components/vega-input/vega-input.js +3 -92
  163. package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.css +1 -1
  164. package/dist/collection/components/vega-input-credit-card/vega-input-credit-card.js +6 -51
  165. package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.js +4 -4
  166. package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +7 -1
  167. package/dist/collection/components/vega-input-select/vega-input-select.css +1 -1
  168. package/dist/collection/components/vega-input-select/vega-input-select.js +3 -86
  169. package/dist/collection/components/vega-item-toggle/vega-item-toggle.css +1 -13
  170. package/dist/collection/components/vega-item-toggle/vega-item-toggle.js +2 -40
  171. package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.css +1 -1
  172. package/dist/collection/components/vega-loader-wrapper/vega-loader-wrapper.js +13 -0
  173. package/dist/collection/components/vega-loading-indicator/vega-loading-indicator.css +1 -1
  174. package/dist/collection/components/vega-modal/vega-modal.css +1 -1
  175. package/dist/collection/components/vega-modal/vega-modal.js +7 -1
  176. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.css +1 -1
  177. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +1 -1
  178. package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.css +1 -1
  179. package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.js +1 -1
  180. package/dist/collection/components/vega-nav/vega-left-nav-link/vega-left-nav-link.css +1 -1
  181. package/dist/collection/components/vega-nav/vega-left-nav-section/vega-left-nav-section.css +1 -1
  182. package/dist/collection/components/vega-nav/vega-nav-card/vega-nav-card.css +1 -1
  183. package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.css +1 -1
  184. package/dist/collection/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.js +13 -0
  185. package/dist/collection/components/vega-page-notification/vega-page-notification.css +1 -1
  186. package/dist/collection/components/vega-pagination/internal/vega-pagination-go-to.js +2 -2
  187. package/dist/collection/components/vega-pagination/internal/vega-pagination-page-selector.js +1 -1
  188. package/dist/collection/components/vega-pagination/internal/vega-pagination-page-size-selector.js +1 -1
  189. package/dist/collection/components/vega-pagination/vega-pagination.css +1 -1
  190. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.css +1 -1
  191. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +13 -0
  192. package/dist/collection/components/vega-popover/vega-popover.css +1 -1
  193. package/dist/collection/components/vega-popover/vega-popover.js +2 -2
  194. package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.css +1 -1
  195. package/dist/collection/components/vega-progress-tracker/vega-progress-tracker.js +2 -2
  196. package/dist/collection/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.js +13 -14
  197. package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.css +1 -1
  198. package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.js +6 -99
  199. package/dist/collection/components/vega-radio/vega-radio.css +1 -1
  200. package/dist/collection/components/vega-slot-container/vega-slot-container.js +13 -0
  201. package/dist/collection/components/vega-stepper/vega-stepper.css +1 -1
  202. package/dist/collection/components/vega-stepper/vega-stepper.js +15 -134
  203. package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-direction-button-renderer.js +1 -1
  204. package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +1 -1
  205. package/dist/collection/components/vega-tab-group/vega-tab-group-panel/vega-tab-group-panel.css +1 -1
  206. package/dist/collection/components/vega-tab-group/vega-tab-group.css +1 -1
  207. package/dist/collection/components/vega-tab-group/vega-tab-group.js +1 -1
  208. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-header-renderer.js +1 -1
  209. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-pagination-renderer.js +2 -2
  210. package/dist/collection/components/vega-table/slimmers/renderers/vega-table-row-renderer.js +1 -1
  211. package/dist/collection/components/vega-table/vega-table-body/vega-table-body.css +1 -1
  212. package/dist/collection/components/vega-table/vega-table-cell/vega-table-cell.css +2 -2
  213. package/dist/collection/components/vega-table/vega-table-expand-row/vega-table-expand-row.css +1 -1
  214. package/dist/collection/components/vega-table/vega-table-head/vega-table-head.css +1 -1
  215. package/dist/collection/components/vega-table/vega-table-head-cell/vega-table-head-cell.css +2 -2
  216. package/dist/collection/components/vega-table/vega-table-head-row/slimmers/renderers/vega-table-head-row-renderer.js +1 -1
  217. package/dist/collection/components/vega-table/vega-table-head-row/vega-table-head-row.css +1 -1
  218. package/dist/collection/components/vega-table/vega-table-row/slimmers/renderers/vega-table-row-renderer.js +1 -1
  219. package/dist/collection/components/vega-table/vega-table-row/vega-table-row.css +1 -1
  220. package/dist/collection/components/vega-table/vega-table.css +1 -1
  221. package/dist/collection/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.js +135 -0
  222. package/dist/collection/components/vega-text/vega-text.css +1 -1
  223. package/dist/collection/components/vega-text/vega-text.js +40 -92
  224. package/dist/collection/components/vega-textarea/vega-textarea.css +1 -1
  225. package/dist/collection/components/vega-textarea/vega-textarea.js +1 -50
  226. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-range-input-renderer.js +3 -3
  227. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-dropdown-renderer.js +2 -2
  228. package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-input-renderer.js +3 -3
  229. package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.css +1 -1
  230. package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.js +13 -0
  231. package/dist/collection/components/vega-time-picker/vega-time-picker.css +1 -1
  232. package/dist/collection/components/vega-time-picker/vega-time-picker.js +1 -47
  233. package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.css +1 -1
  234. package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.js +1 -1
  235. package/dist/collection/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.js +62 -0
  236. package/dist/collection/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.js +22 -0
  237. package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.css +31 -5
  238. package/dist/collection/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.js +17 -4
  239. package/dist/collection/components/vega-tooltip/vega-tooltip.css +1 -1
  240. package/dist/collection/components/vega-tooltip/vega-tooltip.js +70 -28
  241. package/dist/collection/constants/misc.js +0 -56
  242. package/dist/collection/constants/tokens/borderRadius.js +10 -10
  243. package/dist/collection/constants/tokens/borders.js +31 -0
  244. package/dist/collection/constants/tokens/colors.js +182 -0
  245. package/dist/collection/constants/tokens/overridableColorTokens.js +3 -3
  246. package/dist/collection/constants/tokens/shadows.js +12 -0
  247. package/dist/collection/constants/ui.js +2 -0
  248. package/dist/collection/decorators/property-decorators/injectKeyboardManager.js +4 -2
  249. package/dist/collection/decorators/property-decorators/tests/injectElementAppenderProxy.test.js +1 -1
  250. package/dist/collection/decorators/property-decorators/tests/injectKeyboardManager.test.js +9 -1
  251. package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectFactory.js +1 -1
  252. package/dist/collection/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.js +3 -3
  253. package/dist/collection/helpers/change-manager/test/domNodeSubjectFactory.test.js +3 -3
  254. package/dist/collection/helpers/event-manager/event-delegated/baseStrategy.js +15 -1
  255. package/dist/collection/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.js +2 -2
  256. package/dist/collection/helpers/event-manager/eventID/vegaEventId.js +8 -0
  257. package/dist/collection/helpers/event-manager/eventID/vegaInternalEventId.js +21 -0
  258. package/dist/collection/helpers/event-manager/internalVegaEventManager.js +1 -1
  259. package/dist/collection/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.js +3 -3
  260. package/dist/collection/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.js +2 -2
  261. package/dist/collection/helpers/event-manager/slimmers/eventEmitSlimmer.js +2 -2
  262. package/dist/collection/helpers/event-manager/test/childNodesEventPreventSlimmer.test.js +1 -1
  263. package/dist/collection/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.js +1 -1
  264. package/dist/collection/helpers/event-manager/test/jqueryDelegatedStrategyController.test.js +34 -1
  265. package/dist/collection/helpers/event-manager/vegaEventManager.js +1 -1
  266. package/dist/collection/helpers/feature-control/featureFlagsMap.js +19 -2
  267. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.js +56 -0
  268. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveFormatFacade.js +6 -0
  269. package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.js +52 -0
  270. package/dist/collection/helpers/formatter/state-formatter/stateBackgroundColorFormatter.js +46 -0
  271. package/dist/collection/helpers/formatter/state-formatter/stateBorderColorFormatter.js +45 -0
  272. package/dist/collection/helpers/formatter/state-formatter/stateBorderFormatter.js +47 -0
  273. package/dist/collection/helpers/formatter/state-formatter/stateFormatFacade.js +42 -0
  274. package/dist/collection/helpers/formatter/state-formatter/stateShadowFormatter.js +42 -0
  275. package/dist/collection/helpers/formatter/state-formatter/stateVariantFormatter.js +35 -0
  276. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.js +64 -0
  277. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveFormatMediator.test.js +4 -0
  278. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.js +20 -0
  279. package/dist/collection/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.js +18 -0
  280. package/dist/collection/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.js +13 -0
  281. package/dist/collection/helpers/formatter/test/state-formatter/stateBorderFormatter.test.js +13 -0
  282. package/dist/collection/helpers/formatter/test/state-formatter/stateFormatFacade.test.js +27 -0
  283. package/dist/collection/helpers/formatter/test/state-formatter/stateShadowFormatter.test.js +13 -0
  284. package/dist/collection/helpers/keyboard/keyboardManager.js +3 -15
  285. package/dist/collection/helpers/slimmers/elementAppenderSlimmer.js +23 -15
  286. package/dist/collection/helpers/slimmers/fieldErrorUiControllerSlimmer.js +26 -38
  287. package/dist/collection/helpers/slimmers/formFieldControllerSlimmer.js +9 -26
  288. package/dist/collection/helpers/slimmers/formFieldValidInvokeSlimmer.js +55 -0
  289. package/dist/collection/helpers/slimmers/global/vegaWatchMethodCancelSlimmer.js +2 -1
  290. package/dist/collection/helpers/slimmers/keyboardManagerSlimmer.js +2 -1
  291. package/dist/collection/helpers/slimmers/test/elementAppenderSlimmer.test.js +92 -2
  292. package/dist/collection/helpers/slimmers/test/fieldErrorControllerSlimmer.test.js +1 -1
  293. package/dist/collection/helpers/slimmers/test/formFieldControllerSlimmer.test.js +5 -44
  294. package/dist/collection/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.js +106 -0
  295. package/dist/collection/helpers/slimmers/test/global/vegaWatchMethodCancelSlimmer.test.js +23 -0
  296. package/dist/collection/helpers/slimmers/test/keyboardManagerSlimmer.test.js +9 -1
  297. package/dist/collection/helpers/slimmers/test/pageResizeObserverSlimmer.test.js +1 -1
  298. package/dist/collection/helpers/touch-helper/test/touchListener.test.js +1 -1
  299. package/dist/collection/helpers/validator/formFieldController.js +43 -15
  300. package/dist/collection/helpers/validator/test/validator/formFieldController.test.js +69 -19
  301. package/dist/collection/polyfill/test-polyfill/unit/createTouchEvent.js +31 -0
  302. package/dist/collection/polyfill/test-polyfill/unit/events.js +100 -0
  303. package/dist/collection/polyfill/test-polyfill/unit/index.js +2 -0
  304. package/dist/collection/polyfill/test-polyfill/unit/methods.js +23 -0
  305. package/dist/collection/types/test/typeGuard.test.js +8 -1
  306. package/dist/collection/types/typeGuard.js +66 -12
  307. package/dist/collection/utils/component.js +2 -5
  308. package/dist/collection/utils/designToken.js +49 -5
  309. package/dist/collection/utils/test/component.test.js +0 -31
  310. package/dist/collection/utils/test/designToken.test.js +17 -3
  311. package/dist/collection/utils/test/ui.test.js +20 -1
  312. package/dist/collection/utils/testUtils.js +13 -4
  313. package/dist/collection/utils/ui.js +15 -0
  314. package/dist/esm/{app-globals-eb6caa92.js → app-globals-23df32db.js} +9 -10
  315. package/dist/esm/{array-195d7d64.js → array-e1522673.js} +1 -12
  316. package/dist/esm/{breakpoints-3152fa9c.js → breakpoints-900a4c99.js} +2 -29
  317. package/dist/esm/{childNodesEventPreventSlimmer-7229b70d.js → childNodesEventPreventSlimmer-65a53b20.js} +8 -9
  318. package/dist/esm/{childNodesNotifyObserverSlimmer-616bfa28.js → childNodesNotifyObserverSlimmer-0d2eac09.js} +4 -5
  319. package/dist/esm/{component-ff56c5f5.js → component-e4eb3f14.js} +2 -5
  320. package/dist/esm/componentGlobalStyleSlimmer-10980768.js +86 -0
  321. package/dist/esm/date-f031fe13.js +87 -0
  322. package/dist/esm/designToken-9b27a244.js +447 -0
  323. package/dist/esm/{dynamic-slimmer-16826d2b.js → dynamic-slimmer-c8ad78de.js} +1 -2
  324. package/dist/esm/{elementAppender-d9abb547.js → elementAppender-4e1e8de0.js} +8 -8
  325. package/dist/esm/{subStateNotifySlimmer-afeceb8e.js → elementAppenderSlimmer-d4cbab06.js} +32 -98
  326. package/dist/esm/{eventEmitSlimmer-da1fd54e.js → eventEmitSlimmer-d605ac81.js} +155 -11
  327. package/dist/esm/{featureFlagController-5d7e64f1.js → featureFlagController-f5c118d6.js} +19 -2
  328. package/dist/esm/{formFieldControllerSlimmer-4b2250b8.js → formFieldControllerSlimmer-862c5c79.js} +171 -100
  329. package/dist/esm/{global-slimmer-registry-f1dec4a2.js → global-slimmer-registry-b91c742d.js} +1 -1
  330. package/dist/esm/{index-3e41c219.js → index-c3505689.js} +94 -460
  331. package/dist/esm/index.js +15 -17
  332. package/dist/esm/{inject-vega-global-slimmer-0e6dd982.js → inject-vega-global-slimmer-c3f84156.js} +1 -1
  333. package/dist/esm/{injectKeyboardManager-0d5713b7.js → injectKeyboardManager-8157140d.js} +5 -3
  334. package/dist/esm/{internalVegaEventManager-4ab886bc.js → internalVegaEventManager-efa77ebb.js} +106 -7
  335. package/dist/esm/{keyboardManager-73a24265.js → keyboardManager-0a038e77.js} +3 -15
  336. package/dist/esm/keyboardManagerSlimmer-69d10dfc.js +38 -0
  337. package/dist/esm/{legendInputProcessor-c730fa05.js → legendInputProcessor-73659534.js} +1 -1
  338. package/dist/esm/loader.js +15 -17
  339. package/dist/esm/{misc-9fdbcfbb.js → misc-c21a85c9.js} +1 -10
  340. package/dist/esm/{pageResizeObserverSlimmer-ee15d7fd.js → pageResizeObserverSlimmer-b476bb1f.js} +3 -4
  341. package/dist/esm/polyfills/core-js.js +0 -0
  342. package/dist/esm/polyfills/dom.js +0 -0
  343. package/dist/esm/polyfills/es5-html-element.js +0 -0
  344. package/dist/esm/polyfills/index.js +0 -0
  345. package/dist/esm/polyfills/system.js +0 -0
  346. package/dist/esm/{responsiveFormatFacade-949f8957.js → responsiveFormatFacade-e91e14ac.js} +132 -5
  347. package/dist/esm/{staticSubjectTitle-ba738b9d.js → staticSubjectTitle-bb1e9570.js} +1 -3
  348. package/dist/esm/stringMaskStrategy-c463fad7.js +180 -0
  349. package/dist/esm/{subStateObserverSlimmer-7b44f3ec.js → subStateObserverSlimmer-450d79de.js} +44 -7
  350. package/dist/esm/{typeGuard-b2943363.js → typeGuard-5e282437.js} +303 -23
  351. package/dist/esm/ui-535c5fb3.js +32 -0
  352. package/dist/esm/{ui-608b4032.js → ui-6e5294cb.js} +16 -1
  353. package/dist/esm/vega-accordion.entry.js +18 -22
  354. package/dist/esm/vega-app-footer.entry.js +9 -6
  355. package/dist/esm/vega-app-header-button.entry.js +20 -24
  356. package/dist/esm/vega-backdrop.entry.js +146 -0
  357. package/dist/esm/vega-bar-chart.entry.js +6 -6
  358. package/dist/esm/vega-box.entry.js +157 -12
  359. package/dist/esm/vega-breadcrumb.entry.js +16 -21
  360. package/dist/esm/vega-button-circle.entry.js +21 -20
  361. package/dist/esm/vega-button-link.entry.js +10 -15
  362. package/dist/esm/vega-button.entry.js +147 -0
  363. package/dist/esm/vega-card.entry.js +145 -0
  364. package/dist/esm/vega-carousel.entry.js +480 -0
  365. package/dist/esm/vega-checkbox_2.entry.js +553 -0
  366. package/dist/esm/vega-chip.entry.js +16 -20
  367. package/dist/esm/vega-color-picker.entry.js +17 -32
  368. package/dist/esm/vega-combo-box.entry.js +24 -39
  369. package/dist/esm/vega-counter-badge.entry.js +4 -5
  370. package/dist/esm/vega-date-picker_2.entry.js +1903 -0
  371. package/dist/esm/vega-dialog_2.entry.js +589 -0
  372. package/dist/esm/{vega-dropdown.entry.js → vega-dropdown_5.entry.js} +732 -178
  373. package/dist/esm/vega-field-error.entry.js +6 -8
  374. package/dist/esm/vega-field-label.entry.js +86 -0
  375. package/dist/esm/vega-flex.entry.js +74 -0
  376. package/dist/esm/vega-font.entry.js +54 -162
  377. package/dist/esm/vega-form.entry.js +44 -42
  378. package/dist/esm/vega-grid.entry.js +85 -0
  379. package/dist/esm/vega-icon.entry.js +206 -0
  380. package/dist/esm/vega-image-uploader.entry.js +20 -35
  381. package/dist/esm/vega-input-credit-card.entry.js +19 -31
  382. package/dist/esm/vega-input-select.entry.js +581 -0
  383. package/dist/esm/vega-input.entry.js +530 -0
  384. package/dist/esm/vega-item-toggle.entry.js +11 -39
  385. package/dist/esm/{vega-left-nav.entry.js → vega-left-nav_5.entry.js} +545 -126
  386. package/dist/esm/vega-line-chart.entry.js +372 -0
  387. package/dist/esm/{vega-loading-indicator.entry.js → vega-loader-wrapper_2.entry.js} +38 -13
  388. package/dist/esm/{vega-page-notification.entry.js → vega-page-notification_2.entry.js} +34 -9
  389. package/dist/esm/vega-pagination.entry.js +14 -19
  390. package/dist/esm/vega-pie-chart.entry.js +6 -7
  391. package/dist/esm/{injectElementAppender-408d92be.js → vega-popover_2.entry.js} +182 -3
  392. package/dist/esm/vega-progress-tracker.entry.js +179 -0
  393. package/dist/esm/vega-radio_2.entry.js +538 -0
  394. package/dist/esm/{vega-slimmer-d63e92d9.js → vega-slimmer-ce2e45d1.js} +31 -2
  395. package/dist/esm/vega-slot-container.entry.js +17 -1
  396. package/dist/esm/vega-stepper.entry.js +28 -71
  397. package/dist/esm/vega-tab-group_2.entry.js +1189 -0
  398. package/dist/esm/vega-table_8.entry.js +3858 -0
  399. package/dist/esm/vega-text.entry.js +116 -57
  400. package/dist/esm/vega-textarea.entry.js +16 -29
  401. package/dist/esm/vega-time-picker_2.entry.js +2046 -0
  402. package/dist/esm/vega-toggle-switch.entry.js +91 -0
  403. package/dist/esm/vega-tooltip_2.entry.js +142 -46
  404. package/dist/esm/vega.js +15 -17
  405. package/dist/esm/{vegaDialogController-a23aae0f.js → vegaDialogController-69cc3f35.js} +1 -1
  406. package/dist/esm/{vegaEventManager-bf1be12b.js → vegaEventManager-50e19845.js} +1443 -12
  407. package/dist/esm/{yAxisInputProcessor-1441a62c.js → yAxisInputProcessor-e30d7e4c.js} +2 -2
  408. package/dist/types/components/vega-backdrop/vega-backdrop.d.ts +2 -0
  409. package/dist/types/components/vega-box/slimmers/controllers/vega-box-state-styles-controller.d.ts +53 -0
  410. package/dist/types/components/vega-box/vega-box.d.ts +68 -2
  411. package/dist/types/components/vega-breadcrumb/vega-breadcrumb.d.ts +4 -4
  412. package/dist/types/components/vega-button/vega-button.d.ts +2 -1
  413. package/dist/types/components/vega-button-circle/types.d.ts +7 -0
  414. package/dist/types/components/vega-button-circle/vega-button-circle.d.ts +9 -1
  415. package/dist/types/components/vega-carousel/vega-carousel.d.ts +1 -1
  416. package/dist/types/components/vega-checkbox/slimmers/controllers/vega-checkbox-show-error-controller.d.ts +2 -6
  417. package/dist/types/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.d.ts +2 -25
  418. package/dist/types/components/vega-checkbox/vega-checkbox.d.ts +0 -12
  419. package/dist/types/components/vega-color-picker/vega-color-picker.d.ts +1 -12
  420. package/dist/types/components/vega-combo-box/vega-combo-box.d.ts +4 -15
  421. package/dist/types/components/vega-date-picker/slimmers/renderers/vega-date-picker-renderer.d.ts +0 -2
  422. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +2 -0
  423. package/dist/types/components/vega-date-picker/vega-date-picker.d.ts +1 -24
  424. package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.d.ts +8 -4
  425. package/dist/types/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.d.ts +2 -0
  426. package/dist/types/components/vega-dropdown/vega-dropdown-item/vega-dropdown-item.d.ts +2 -1
  427. package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +2 -2
  428. package/dist/types/components/vega-flex/vega-flex.d.ts +14 -0
  429. package/dist/types/components/vega-font/slimmers/controllers/vega-font-as-controller.d.ts +4 -50
  430. package/dist/types/components/vega-font/slimmers/renderers/vega-font-renderer.d.ts +6 -0
  431. package/dist/types/components/vega-font/vega-font.d.ts +2 -0
  432. package/dist/types/components/vega-form/vega-form.d.ts +1 -1
  433. package/dist/types/components/vega-image-uploader/vega-image-uploader.d.ts +0 -13
  434. package/dist/types/components/vega-input/vega-input.d.ts +6 -27
  435. package/dist/types/components/vega-input-credit-card/vega-input-credit-card.d.ts +2 -12
  436. package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +3 -0
  437. package/dist/types/components/vega-input-select/vega-input-select.d.ts +1 -20
  438. package/dist/types/components/vega-item-toggle/vega-item-toggle.d.ts +1 -14
  439. package/dist/types/components/vega-loader-wrapper/vega-loader-wrapper.d.ts +2 -0
  440. package/dist/types/components/vega-modal/vega-modal.d.ts +3 -1
  441. package/dist/types/components/vega-nav/vega-left-nav/vega-left-nav.d.ts +1 -1
  442. package/dist/types/components/vega-nav/vega-left-nav-group/vega-left-nav-group.d.ts +2 -1
  443. package/dist/types/components/vega-page-notification/vega-page-notification-list/vega-page-notification-list.d.ts +2 -0
  444. package/dist/types/components/vega-popover/vega-popover-content-box/vega-popover-content-box.d.ts +2 -0
  445. package/dist/types/components/vega-popover/vega-popover.d.ts +2 -2
  446. package/dist/types/components/vega-progress-tracker/vega-progress-tracker.d.ts +2 -1
  447. package/dist/types/components/vega-radio/slimmers/controllers/vega-radio-show-error-controller.d.ts +3 -6
  448. package/dist/types/components/vega-radio/vega-radio-group/vega-radio-group.d.ts +2 -26
  449. package/dist/types/components/vega-slot-container/vega-slot-container.d.ts +2 -0
  450. package/dist/types/components/vega-stepper/vega-stepper.d.ts +0 -29
  451. package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +1 -1
  452. package/dist/types/components/vega-text/slimmers/renderers/vega-text-tooltip-renderer.d.ts +54 -0
  453. package/dist/types/components/vega-text/types.d.ts +3 -0
  454. package/dist/types/components/vega-text/vega-text.d.ts +11 -35
  455. package/dist/types/components/vega-textarea/vega-textarea.d.ts +0 -12
  456. package/dist/types/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.d.ts +2 -0
  457. package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +0 -12
  458. package/dist/types/components/vega-toggle-switch/vega-toggle-switch.d.ts +1 -1
  459. package/dist/types/components/vega-tooltip/slimmers/controllers/vega-tooltip-element-appender-controller.d.ts +22 -0
  460. package/dist/types/components/vega-tooltip/slimmers/renderers/vega-tooltip-content-box-renderer.d.ts +8 -0
  461. package/dist/types/components/vega-tooltip/vega-tooltip-content-box/vega-tooltip-content-box.d.ts +4 -2
  462. package/dist/types/components/vega-tooltip/vega-tooltip.d.ts +19 -4
  463. package/dist/types/components.d.ts +161 -468
  464. package/dist/types/constants/misc.d.ts +0 -2
  465. package/dist/types/constants/tokens/borderRadius.d.ts +1 -1
  466. package/dist/types/constants/tokens/borders.d.ts +4 -0
  467. package/dist/types/constants/tokens/colors.d.ts +179 -0
  468. package/dist/types/constants/tokens/shadows.d.ts +3 -0
  469. package/dist/types/constants/ui.d.ts +1 -0
  470. package/dist/types/decorators/property-decorators/tests/injectElementAppenderProxy.test.d.ts +1 -1
  471. package/dist/types/decorators/property-decorators/tests/injectKeyboardManager.test.d.ts +1 -1
  472. package/dist/types/helpers/change-manager/subject/dom-node-subject/domNodeSubjectObserverFactory.d.ts +2 -2
  473. package/dist/types/helpers/event-manager/event-delegated/baseStrategy.d.ts +8 -0
  474. package/dist/types/helpers/event-manager/event-delegated/jqueryDelegatedStrategyController.d.ts +5 -5
  475. package/dist/types/helpers/event-manager/eventID/componentEventIdMap.d.ts +2 -2
  476. package/dist/types/helpers/event-manager/eventID/vegaEventId.d.ts +39 -33
  477. package/dist/types/helpers/event-manager/eventID/vegaEventIdInterface.d.ts +1 -4
  478. package/dist/types/helpers/event-manager/eventID/vegaInternalEventId.d.ts +19 -0
  479. package/dist/types/helpers/event-manager/internalVegaEventManager.d.ts +3 -3
  480. package/dist/types/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.d.ts +5 -5
  481. package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/eventEmitHandler.d.ts +2 -2
  482. package/dist/types/helpers/event-manager/slimmers/event-emit-handlers/jqueryDelegatedEventEmitHandler.d.ts +4 -4
  483. package/dist/types/helpers/event-manager/slimmers/eventEmitSlimmer.d.ts +5 -5
  484. package/dist/types/helpers/event-manager/test/childNodesEventPreventSlimmer.test.d.ts +1 -1
  485. package/dist/types/helpers/event-manager/test/childNodesNotifyObserverSlimmer.test.d.ts +1 -1
  486. package/dist/types/helpers/event-manager/vegaEventManager.d.ts +3 -3
  487. package/dist/types/helpers/feature-control/featureFlag.d.ts +3 -1
  488. package/dist/types/helpers/formatter/responsive-map-formatter/responsiveBorderRadiusFomatter.d.ts +27 -0
  489. package/dist/types/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.d.ts +33 -0
  490. package/dist/types/helpers/formatter/state-formatter/stateBackgroundColorFormatter.d.ts +32 -0
  491. package/dist/types/helpers/formatter/state-formatter/stateBorderColorFormatter.d.ts +31 -0
  492. package/dist/types/helpers/formatter/state-formatter/stateBorderFormatter.d.ts +33 -0
  493. package/dist/types/helpers/formatter/state-formatter/stateFormatFacade.d.ts +27 -0
  494. package/dist/types/helpers/formatter/state-formatter/stateFormatter.d.ts +3 -0
  495. package/dist/types/helpers/formatter/state-formatter/stateShadowFormatter.d.ts +28 -0
  496. package/dist/types/helpers/formatter/state-formatter/stateVariantFormatter.d.ts +23 -0
  497. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveBorderRadiusFormatter.test.d.ts +1 -0
  498. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsiveWidthAndHeightFormatter.test.d.ts +1 -0
  499. package/dist/types/helpers/formatter/test/state-formatter/stateBackgroundColorFormatter.test.d.ts +1 -0
  500. package/dist/types/helpers/formatter/test/state-formatter/stateBorderColorFormatter.test.d.ts +1 -0
  501. package/dist/types/helpers/formatter/test/state-formatter/stateBorderFormatter.test.d.ts +1 -0
  502. package/dist/types/helpers/formatter/test/state-formatter/stateFormatFacade.test.d.ts +1 -0
  503. package/dist/types/helpers/formatter/test/state-formatter/stateShadowFormatter.test.d.ts +1 -0
  504. package/dist/types/helpers/keyboard/keyboardManager.d.ts +0 -6
  505. package/dist/types/helpers/slimmers/elementAppenderSlimmer.d.ts +6 -1
  506. package/dist/types/helpers/slimmers/fieldErrorUiControllerSlimmer.d.ts +7 -9
  507. package/dist/types/helpers/slimmers/formFieldControllerSlimmer.d.ts +6 -15
  508. package/dist/types/helpers/slimmers/formFieldValidInvokeSlimmer.d.ts +22 -0
  509. package/dist/types/helpers/slimmers/test/elementAppenderSlimmer.test.d.ts +1 -1
  510. package/dist/types/helpers/slimmers/test/fieldErrorControllerSlimmer.test.d.ts +1 -1
  511. package/dist/types/helpers/slimmers/test/formFieldControllerSlimmer.test.d.ts +1 -1
  512. package/dist/types/helpers/slimmers/test/formFieldValidInvokeSlimmer.test.d.ts +1 -0
  513. package/dist/types/helpers/slimmers/test/keyboardManagerSlimmer.test.d.ts +1 -1
  514. package/dist/types/helpers/slimmers/test/pageResizeObserverSlimmer.test.d.ts +1 -1
  515. package/dist/types/helpers/theme/theme.d.ts +1 -1
  516. package/dist/types/helpers/validator/formFieldController.d.ts +14 -5
  517. package/dist/types/helpers/validator/test/validator/formFieldController.test.d.ts +1 -1
  518. package/dist/types/polyfill/test-polyfill/unit/events.d.ts +1 -0
  519. package/dist/types/polyfill/test-polyfill/unit/index.d.ts +2 -0
  520. package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +1 -0
  521. package/dist/types/types/components.type.d.ts +16 -8
  522. package/dist/types/types/designToken.type.d.ts +2 -0
  523. package/dist/types/types/publicApi.d.ts +4 -0
  524. package/dist/types/types/typeGuard.d.ts +52 -11
  525. package/dist/types/types/ui.type.d.ts +21 -2
  526. package/dist/types/utils/designToken.d.ts +25 -1
  527. package/dist/types/utils/ui.d.ts +7 -0
  528. package/dist/vega/index.esm.js +1 -1
  529. package/dist/vega/p-06c75598.entry.js +1 -0
  530. package/dist/vega/p-08c655b1.entry.js +1 -0
  531. package/dist/vega/{p-50c9b4ac.js → p-0c190870.js} +1 -1
  532. package/dist/vega/p-1080804e.entry.js +1 -0
  533. package/dist/vega/p-144ca0ab.entry.js +1 -0
  534. package/dist/vega/p-145af458.js +1 -0
  535. package/dist/vega/p-1cd083af.entry.js +1 -0
  536. package/dist/vega/p-1ebda78a.entry.js +1 -0
  537. package/dist/vega/p-23d2bfb0.js +1 -0
  538. package/dist/vega/p-25c42935.js +1 -0
  539. package/dist/vega/p-29e0e3b0.entry.js +1 -0
  540. package/dist/vega/p-29fc3be2.js +1 -0
  541. package/dist/vega/p-2e2d0eee.js +1 -0
  542. package/dist/vega/{p-292ec840.js → p-2e78c9d7.js} +1 -1
  543. package/dist/vega/p-2e7d94cc.js +1 -0
  544. package/dist/vega/p-30726013.entry.js +1 -0
  545. package/dist/vega/p-327e9a3e.entry.js +1 -0
  546. package/dist/vega/p-32c62db3.entry.js +1 -0
  547. package/dist/vega/p-3c59f6b1.entry.js +1 -0
  548. package/dist/vega/p-409e2bec.entry.js +1 -0
  549. package/dist/vega/p-45b42d1f.entry.js +1 -0
  550. package/dist/vega/p-469bc36e.js +1 -0
  551. package/dist/vega/p-471ccf0b.js +1 -0
  552. package/dist/vega/p-479b4e25.js +1 -0
  553. package/dist/vega/p-4bab2b3f.js +1 -0
  554. package/dist/vega/p-54f85f16.entry.js +1 -0
  555. package/dist/vega/p-5b0e2628.entry.js +1 -0
  556. package/dist/vega/p-5cc8abf6.entry.js +1 -0
  557. package/dist/vega/p-5fd43609.js +1 -0
  558. package/dist/vega/p-63676b71.js +1 -0
  559. package/dist/vega/p-65b15f63.entry.js +1 -0
  560. package/dist/vega/{p-081450d7.js → p-669e3b3f.js} +1 -1
  561. package/dist/vega/p-67f327d3.entry.js +1 -0
  562. package/dist/vega/p-67fad7cb.js +1 -0
  563. package/dist/vega/p-69ced4a7.entry.js +1 -0
  564. package/dist/vega/p-6e6ce771.entry.js +1 -0
  565. package/dist/vega/p-790b4922.js +1 -0
  566. package/dist/vega/p-79630f03.entry.js +1 -0
  567. package/dist/vega/p-7a09f31b.entry.js +1 -0
  568. package/dist/vega/{p-afc0df78.js → p-7b7a66bf.js} +1 -1
  569. package/dist/vega/p-80478a51.entry.js +1 -0
  570. package/dist/vega/p-811c4a60.entry.js +1 -0
  571. package/dist/vega/p-82a4e991.entry.js +1 -0
  572. package/dist/vega/p-8430651d.entry.js +1 -0
  573. package/dist/vega/p-8506001a.entry.js +1 -0
  574. package/dist/vega/p-85296a9a.entry.js +1 -0
  575. package/dist/vega/p-854e3f5f.entry.js +1 -0
  576. package/dist/vega/p-8e2e90a4.entry.js +1 -0
  577. package/dist/vega/p-9148637c.entry.js +1 -0
  578. package/dist/vega/p-96f54c30.js +1 -0
  579. package/dist/vega/p-9777b1c1.js +2 -0
  580. package/dist/vega/p-9d7e95fe.js +1 -0
  581. package/dist/vega/p-9dcfd5f2.js +1 -0
  582. package/dist/vega/p-aa3b4b75.entry.js +1 -0
  583. package/dist/vega/p-ae16c168.js +1 -0
  584. package/dist/vega/p-af526815.js +1 -0
  585. package/dist/vega/p-afc9e3d4.js +1 -0
  586. package/dist/vega/p-b2467703.js +1 -0
  587. package/dist/vega/p-b3726704.js +1 -0
  588. package/dist/vega/{p-b8143a53.js → p-b87c2075.js} +1 -1
  589. package/dist/vega/p-b8d0c7df.entry.js +1 -0
  590. package/dist/vega/p-bc26ead3.entry.js +13 -0
  591. package/dist/vega/p-bd194b02.js +1 -0
  592. package/dist/vega/p-bf399c33.js +1 -0
  593. package/dist/vega/p-bf9a2f52.entry.js +1 -0
  594. package/dist/vega/p-c0d77377.js +1 -0
  595. package/dist/vega/{p-684aea02.js → p-c44ffa92.js} +1 -1
  596. package/dist/vega/p-c63e43ac.entry.js +1 -0
  597. package/dist/vega/p-c66481b5.js +1 -0
  598. package/dist/vega/p-c88f6441.entry.js +1 -0
  599. package/dist/vega/p-cfd6c9c2.js +1 -0
  600. package/dist/vega/p-d01f6b04.entry.js +1 -0
  601. package/dist/vega/p-d2783f44.entry.js +1 -0
  602. package/dist/vega/p-d375c84f.entry.js +1 -0
  603. package/dist/vega/p-db595aac.entry.js +1 -0
  604. package/dist/vega/p-df5a0abf.entry.js +1 -0
  605. package/dist/vega/p-e1c0b53e.entry.js +1 -0
  606. package/dist/vega/p-e496d0e2.js +1 -0
  607. package/dist/vega/p-eed35a1b.entry.js +1 -0
  608. package/dist/vega/p-f152b5e3.entry.js +1 -0
  609. package/dist/vega/p-f2dcf3a0.entry.js +1 -0
  610. package/dist/vega/p-f4d065d3.entry.js +1 -0
  611. package/dist/vega/p-f625215d.entry.js +1 -0
  612. package/dist/vega/p-f87f8358.entry.js +1 -0
  613. package/dist/vega/p-faed1c2a.js +1 -0
  614. package/dist/vega/p-fecc9382.entry.js +1 -0
  615. package/dist/vega/vega.css +1 -1
  616. package/dist/vega/vega.esm.js +1 -1
  617. package/package.json +7 -6
  618. package/style/vega.css +1 -1
  619. package/dist/cjs/breakpoints-96bd8c73.js +0 -102
  620. package/dist/cjs/designToken-ed34a533.js +0 -188
  621. package/dist/cjs/domNodeSubjectObserverFactory-8663ab4f.js +0 -123
  622. package/dist/cjs/map-to-component-method-bdf875d3.js +0 -34
  623. package/dist/cjs/misc-649f158c.js +0 -11
  624. package/dist/cjs/observer-f49483e8.js +0 -32
  625. package/dist/cjs/typeGuard-e07496ac.js +0 -26
  626. package/dist/cjs/utils-5e451be5.js +0 -51
  627. package/dist/cjs/vega-backdrop_27.cjs.entry.js +0 -12597
  628. package/dist/cjs/vega-badge.cjs.entry.js +0 -76
  629. package/dist/cjs/vega-date-picker-calendar.cjs.entry.js +0 -19
  630. package/dist/cjs/vega-dialog.cjs.entry.js +0 -115
  631. package/dist/cjs/vega-dropdown-content-box.cjs.entry.js +0 -43
  632. package/dist/cjs/vega-dropdown-group.cjs.entry.js +0 -82
  633. package/dist/cjs/vega-dropdown-item.cjs.entry.js +0 -305
  634. package/dist/cjs/vega-header.cjs.entry.js +0 -55
  635. package/dist/cjs/vega-left-nav-group.cjs.entry.js +0 -148
  636. package/dist/cjs/vega-left-nav-link.cjs.entry.js +0 -166
  637. package/dist/cjs/vega-left-nav-section.cjs.entry.js +0 -74
  638. package/dist/cjs/vega-left-nav.cjs.entry.js +0 -553
  639. package/dist/cjs/vega-loader-wrapper.cjs.entry.js +0 -19
  640. package/dist/cjs/vega-nav-card.cjs.entry.js +0 -107
  641. package/dist/cjs/vega-nav-list-renderer-9da0ac45.js +0 -50
  642. package/dist/cjs/vega-nav-observer-slimmer-e983768b.js +0 -59
  643. package/dist/cjs/vega-page-notification-list.cjs.entry.js +0 -19
  644. package/dist/cjs/vega-popover-content-box.cjs.entry.js +0 -23
  645. package/dist/cjs/vega-popover.cjs.entry.js +0 -165
  646. package/dist/cjs/vega-table-body.cjs.entry.js +0 -48
  647. package/dist/cjs/vega-table-cell.cjs.entry.js +0 -104
  648. package/dist/cjs/vega-table-expand-row-controller-eeb7fdc2.js +0 -238
  649. package/dist/cjs/vega-table-expand-row.cjs.entry.js +0 -363
  650. package/dist/cjs/vega-table-head-cell.cjs.entry.js +0 -150
  651. package/dist/cjs/vega-table-head-row.cjs.entry.js +0 -286
  652. package/dist/cjs/vega-table-head.cjs.entry.js +0 -105
  653. package/dist/cjs/vega-table-row.cjs.entry.js +0 -553
  654. package/dist/cjs/vega-time-picker-dropdown.cjs.entry.js +0 -23
  655. package/dist/cjs/vega-virtual-scroll.cjs.entry.js +0 -182
  656. package/dist/cjs/vegaEnvManager-d53d26f0.js +0 -1440
  657. package/dist/cjs/vegaEventId-dfd382d2.js +0 -110
  658. package/dist/collection/components/vega-badge/vega-badge.css +0 -22
  659. package/dist/collection/components/vega-badge/vega-badge.js +0 -156
  660. package/dist/collection/components/vega-footer/vega-footer.js +0 -93
  661. package/dist/collection/components/vega-header/vega-header.js +0 -55
  662. package/dist/collection/components/vega-sidenav/icon/chevron-left.svg +0 -3
  663. package/dist/collection/components/vega-sidenav/icon/chevron-right.svg +0 -3
  664. package/dist/collection/components/vega-sidenav/icon/toggle-button-bg.svg +0 -3
  665. package/dist/collection/components/vega-sidenav/js/index.js +0 -22
  666. package/dist/collection/components/vega-sidenav/vega-sidenav-group.js +0 -121
  667. package/dist/collection/components/vega-sidenav/vega-sidenav-link.js +0 -172
  668. package/dist/collection/components/vega-sidenav/vega-sidenav.js +0 -580
  669. package/dist/collection/constants/test/picture.js +0 -9
  670. package/dist/collection/polyfill/testPolyfill.js +0 -64
  671. package/dist/esm/designToken-0b38620e.js +0 -177
  672. package/dist/esm/domNodeSubjectObserverFactory-8aeac4b6.js +0 -120
  673. package/dist/esm/map-to-component-method-4e36ea1f.js +0 -32
  674. package/dist/esm/misc-58f3604c.js +0 -6
  675. package/dist/esm/observer-3959f9dd.js +0 -30
  676. package/dist/esm/typeGuard-50eca553.js +0 -23
  677. package/dist/esm/utils-0630a720.js +0 -47
  678. package/dist/esm/vega-backdrop_27.entry.js +0 -12567
  679. package/dist/esm/vega-badge.entry.js +0 -72
  680. package/dist/esm/vega-date-picker-calendar.entry.js +0 -15
  681. package/dist/esm/vega-dialog.entry.js +0 -111
  682. package/dist/esm/vega-dropdown-content-box.entry.js +0 -39
  683. package/dist/esm/vega-dropdown-group.entry.js +0 -78
  684. package/dist/esm/vega-dropdown-item.entry.js +0 -301
  685. package/dist/esm/vega-header.entry.js +0 -51
  686. package/dist/esm/vega-left-nav-group.entry.js +0 -144
  687. package/dist/esm/vega-left-nav-link.entry.js +0 -162
  688. package/dist/esm/vega-left-nav-section.entry.js +0 -70
  689. package/dist/esm/vega-loader-wrapper.entry.js +0 -15
  690. package/dist/esm/vega-nav-card.entry.js +0 -103
  691. package/dist/esm/vega-nav-list-renderer-33134131.js +0 -48
  692. package/dist/esm/vega-nav-observer-slimmer-401925a0.js +0 -57
  693. package/dist/esm/vega-page-notification-list.entry.js +0 -15
  694. package/dist/esm/vega-popover-content-box.entry.js +0 -19
  695. package/dist/esm/vega-popover.entry.js +0 -161
  696. package/dist/esm/vega-table-body.entry.js +0 -44
  697. package/dist/esm/vega-table-cell.entry.js +0 -100
  698. package/dist/esm/vega-table-expand-row-controller-2ca2503b.js +0 -236
  699. package/dist/esm/vega-table-expand-row.entry.js +0 -359
  700. package/dist/esm/vega-table-head-cell.entry.js +0 -146
  701. package/dist/esm/vega-table-head-row.entry.js +0 -282
  702. package/dist/esm/vega-table-head.entry.js +0 -101
  703. package/dist/esm/vega-table-row.entry.js +0 -549
  704. package/dist/esm/vega-time-picker-dropdown.entry.js +0 -19
  705. package/dist/esm/vega-virtual-scroll.entry.js +0 -178
  706. package/dist/esm/vegaEnvManager-6d877f06.js +0 -1436
  707. package/dist/esm/vegaEventId-78665c18.js +0 -79
  708. package/dist/types/components/vega-badge/types.d.ts +0 -1
  709. package/dist/types/components/vega-badge/vega-badge.d.ts +0 -32
  710. package/dist/types/components/vega-footer/vega-footer.d.ts +0 -16
  711. package/dist/types/components/vega-header/vega-header.d.ts +0 -17
  712. package/dist/types/components/vega-sidenav/types.d.ts +0 -24
  713. package/dist/types/components/vega-sidenav/vega-sidenav-group.d.ts +0 -37
  714. package/dist/types/components/vega-sidenav/vega-sidenav-link.d.ts +0 -51
  715. package/dist/types/components/vega-sidenav/vega-sidenav.d.ts +0 -174
  716. package/dist/types/constants/test/picture.d.ts +0 -3
  717. package/dist/vega/p-03146aef.entry.js +0 -1
  718. package/dist/vega/p-0707a008.js +0 -1
  719. package/dist/vega/p-083d4455.js +0 -1
  720. package/dist/vega/p-0e553455.js +0 -1
  721. package/dist/vega/p-0f57513d.js +0 -1
  722. package/dist/vega/p-11cb6266.entry.js +0 -1
  723. package/dist/vega/p-1bc8e7ee.entry.js +0 -1
  724. package/dist/vega/p-1da70662.entry.js +0 -1
  725. package/dist/vega/p-22e0831f.entry.js +0 -1
  726. package/dist/vega/p-289382ea.entry.js +0 -1
  727. package/dist/vega/p-299b6f97.entry.js +0 -1
  728. package/dist/vega/p-303b67c5.js +0 -1
  729. package/dist/vega/p-31ca243c.js +0 -1
  730. package/dist/vega/p-331a62d5.js +0 -1
  731. package/dist/vega/p-34a385e4.js +0 -1
  732. package/dist/vega/p-3626fcb5.entry.js +0 -1
  733. package/dist/vega/p-381a16b8.js +0 -1
  734. package/dist/vega/p-42e0b877.entry.js +0 -1
  735. package/dist/vega/p-447a846e.js +0 -1
  736. package/dist/vega/p-4638e1e4.entry.js +0 -1
  737. package/dist/vega/p-4780e0a0.js +0 -2
  738. package/dist/vega/p-48238888.entry.js +0 -1
  739. package/dist/vega/p-4995baa3.entry.js +0 -1
  740. package/dist/vega/p-49b5a267.entry.js +0 -1
  741. package/dist/vega/p-4a651b91.js +0 -1
  742. package/dist/vega/p-4b25fac2.entry.js +0 -1
  743. package/dist/vega/p-4bd1c2b1.entry.js +0 -1
  744. package/dist/vega/p-4c0e46f0.js +0 -1
  745. package/dist/vega/p-590c9ca4.entry.js +0 -1
  746. package/dist/vega/p-5e241584.js +0 -1
  747. package/dist/vega/p-5e3ce19a.entry.js +0 -1
  748. package/dist/vega/p-645b3ea1.js +0 -1
  749. package/dist/vega/p-69400591.js +0 -1
  750. package/dist/vega/p-6f297399.entry.js +0 -1
  751. package/dist/vega/p-70085fd3.entry.js +0 -1
  752. package/dist/vega/p-732bd363.entry.js +0 -1
  753. package/dist/vega/p-738bf8cf.js +0 -1
  754. package/dist/vega/p-76f2d5b3.js +0 -1
  755. package/dist/vega/p-7770e04e.js +0 -1
  756. package/dist/vega/p-7aff0afd.entry.js +0 -1
  757. package/dist/vega/p-7d441fee.js +0 -1
  758. package/dist/vega/p-7e1be3db.entry.js +0 -1
  759. package/dist/vega/p-7eaaa612.entry.js +0 -1
  760. package/dist/vega/p-82180f6b.entry.js +0 -1
  761. package/dist/vega/p-83ddd213.entry.js +0 -1
  762. package/dist/vega/p-87040d8d.entry.js +0 -1
  763. package/dist/vega/p-8705cca1.entry.js +0 -13
  764. package/dist/vega/p-8a886438.entry.js +0 -1
  765. package/dist/vega/p-8b5d3a52.js +0 -1
  766. package/dist/vega/p-8d12c974.entry.js +0 -1
  767. package/dist/vega/p-903a8846.js +0 -1
  768. package/dist/vega/p-9040b011.js +0 -1
  769. package/dist/vega/p-92d825b2.js +0 -1
  770. package/dist/vega/p-960cae20.entry.js +0 -1
  771. package/dist/vega/p-9a28fa22.js +0 -1
  772. package/dist/vega/p-9abb457b.entry.js +0 -1
  773. package/dist/vega/p-9b116651.js +0 -1
  774. package/dist/vega/p-9b6d1375.js +0 -1
  775. package/dist/vega/p-9c50935d.js +0 -1
  776. package/dist/vega/p-9c7c5d80.js +0 -1
  777. package/dist/vega/p-a4534b15.js +0 -1
  778. package/dist/vega/p-a6717515.entry.js +0 -1
  779. package/dist/vega/p-a690b48d.entry.js +0 -1
  780. package/dist/vega/p-a90f4bcd.js +0 -1
  781. package/dist/vega/p-aa05113f.entry.js +0 -1
  782. package/dist/vega/p-ab48949b.entry.js +0 -1
  783. package/dist/vega/p-ab4bbcae.entry.js +0 -1
  784. package/dist/vega/p-abb37bae.js +0 -1
  785. package/dist/vega/p-af73fc60.entry.js +0 -1
  786. package/dist/vega/p-b4da16e0.entry.js +0 -1
  787. package/dist/vega/p-c01adae1.entry.js +0 -1
  788. package/dist/vega/p-c30815d1.entry.js +0 -1
  789. package/dist/vega/p-c5275371.entry.js +0 -1
  790. package/dist/vega/p-c76ed31b.js +0 -1
  791. package/dist/vega/p-cb19da5d.js +0 -1
  792. package/dist/vega/p-cb82d91d.entry.js +0 -1
  793. package/dist/vega/p-cd2e3096.entry.js +0 -1
  794. package/dist/vega/p-d8fd417a.js +0 -1
  795. package/dist/vega/p-de0d19a6.entry.js +0 -1
  796. package/dist/vega/p-df95a519.entry.js +0 -1
  797. package/dist/vega/p-e0dcb908.entry.js +0 -1
  798. package/dist/vega/p-e1fec7ba.js +0 -1
  799. package/dist/vega/p-e2aea25c.entry.js +0 -1
  800. package/dist/vega/p-e30b9635.entry.js +0 -1
  801. package/dist/vega/p-e81db65a.entry.js +0 -1
  802. package/dist/vega/p-eb8f686b.entry.js +0 -1
  803. package/dist/vega/p-ee9e2dcb.entry.js +0 -1
  804. package/dist/vega/p-f3df84bd.entry.js +0 -1
  805. package/dist/vega/p-f6965e1f.entry.js +0 -1
  806. package/dist/vega/p-fa7ecd11.js +0 -1
  807. package/dist/vega/p-fe05c729.entry.js +0 -1
  808. package/style/vega_min.css +0 -1
  809. /package/dist/collection/polyfill/{testRetryPolyfill.js → test-polyfill/e2e/retry.js} +0 -0
  810. /package/dist/types/polyfill/{testRetryPolyfill.d.ts → test-polyfill/e2e/retry.d.ts} +0 -0
  811. /package/dist/types/polyfill/{testPolyfill.d.ts → test-polyfill/unit/createTouchEvent.d.ts} +0 -0
@@ -1 +0,0 @@
1
- import{r,c as a,h as t,H as e,F as o,g as c}from"./p-4780e0a0.js";import{s as g}from"./p-fa7ecd11.js";import{R as v}from"./p-9040b011.js";import{a as i}from"./p-b8143a53.js";import{d as b,i as s}from"./p-a4534b15.js";import{c as n}from"./p-86194314.js";import{g as l}from"./p-7d441fee.js";import{I as d}from"./p-50c9b4ac.js";import{I as h}from"./p-4a651b91.js";import{P as k}from"./p-9c7c5d80.js";import{c as p}from"./p-9a28fa22.js";import{a as u,e as y}from"./p-7770e04e.js";import{C as f}from"./p-34a385e4.js";import"./p-083d4455.js";import"./p-9ad088e0.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-381a16b8.js";import"./p-f6642024.js";import"./p-69400591.js";import"./p-331a62d5.js";import"./p-e1fec7ba.js";var x=function(r,a,t,e){var o,c=arguments.length,g=c<3?a:null===e?e=Object.getOwnPropertyDescriptor(a,t):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)g=Reflect.decorate(r,a,t,e);else for(var v=r.length-1;v>=0;v--)(o=r[v])&&(g=(c<3?o(g):c>3?o(a,t,g):o(a,t))||g);return c>3&&g&&Object.defineProperty(a,t,g),g};const m=class{constructor(t){r(this,t),this.vegaClose=a(this,"vegaClose",7),this.close=a(this,"close",7),this.vegaClick=a(this,"vegaClick",7),this.click=a(this,"click",7),this.globalSlimmers={},this.pageResizeObserverSlimmer=new k({callback:()=>{this.setCurrentSize()}}),this.flexEventPrevent=new f([u],(()=>this.vegaFlexRef)),this.closeEventEmit=p(m,y),this.clickEventEmit=p(m,u),this.currentBreakpoint=l(),this.text="",this.clickable=!1,this.variant="filled-background",this.size="default",this.bgColor="bg-chip",this.textColor="text-primary",this.statusColor="bg-status-info",this.chipType="label",this.showCloseIcon=!1,this.iconAlign="left",this.closeChip=r=>{r.stopPropagation(),this.closeEventEmit.emit(void 0,r)},this.clickChip=r=>{r.stopPropagation(),this.clickEventEmit.emit(void 0,r)}}watchSize(){this.setCurrentSize()}componentWillLoad(){this.setCurrentSize()}render(){return g(t(e,null,t("vega-flex",{"align-items":"center",ref:r=>this.vegaFlexRef=r},this.renderChip())),this.host)}renderChip(){const r=this.getChipClasses();return this.clickable?this.renderButtonChip(r):this.renderLabelChip(r)}renderLabelChip(r){return t(o,null,t("div",{class:r},this.renderContent()),this.renderCloseIcon())}renderButtonChip(r){return t(o,null,t("button",{type:"button","aria-label":this.text||"No label defined",class:r,onClick:this.clickChip},this.renderContent()),this.renderCloseIcon())}renderContent(){return t("vega-flex",{gap:this.getFlexGap(),"align-items":"center"},this.renderPrefixIcon(),this.renderText(),this.renderSuffixIcon())}renderPrefixIcon(){return"status"===this.chipType?this.renderDot():this.icon&&"left"===this.iconAlign&&t("div",{class:"vega-chip-icon"},this.renderIcon(this.icon))}renderSuffixIcon(){return this.icon&&"label"===this.chipType&&"right"===this.iconAlign&&t("div",{class:"vega-chip-icon"},this.renderIcon(this.icon))}renderCloseIcon(){return this.showCloseIcon&&t("div",{class:"vega-chip-close-icon","aria-label":"close vega chip",onClick:this.closeChip,role:"button",tabIndex:0,onKeyDown:n()},this.renderIcon("close"))}renderIcon(r){return t("vega-icon",{icon:r,size:"close"===r?m.closeIconSizeMap[this.currentSize]:m.iconSizeMap[this.currentSize]})}renderDot(){const r=m.iconSizeMap[this.currentSize],a=i(["vega-chip-dot",`v-w-${r}`,`v-h-${r}`,b(this.statusColor,["dark"])]);return t("div",{class:"vega-chip-dot-container"},t("div",{class:a}))}renderText(){return t("span",{class:"vega-chip-text"},t("vega-text",{overflow:"ellipsis",key:this.text},this.text))}setCurrentSize(){this.currentSize=v.formatCustom(this.size)}getFlexGap(){let r="0";switch(this.currentSize){case"default":case"large":r="size-8";break;default:r="size-4"}return r}getChipClasses(){return i(["vega-chip",`vega-chip-size-${this.currentSize}`,`vega-chip-${this.variant}`,"filled-background"===this.variant?b(this.bgColor,["dark"]):"",s(this.textColor,["dark"]),this.showCloseIcon?this.clickable?"vega-chip-clickable-with-close-icon":"vega-chip-with-close-icon":""])}get host(){return c(this)}static get watchers(){return{size:["watchSize"]}}};m.iconSizeMap={"extra-small":"size-8",small:"size-12",default:"size-16",large:"size-20"},m.closeIconSizeMap={"extra-small":"size-8",small:"size-8",default:"size-12",large:"size-16"},x([h()],m.prototype,"globalSlimmers",void 0),x([d()],m.prototype,"pageResizeObserverSlimmer",void 0),x([d()],m.prototype,"flexEventPrevent",void 0),x([d()],m.prototype,"closeEventEmit",void 0),x([d()],m.prototype,"clickEventEmit",void 0),m.style=':host(.v-bg-brand),.v-bg-brand{background-color:rgba(var(--v-bg-brand, 89, 96, 99, 1))}:host(.v-bg-page),.v-bg-page{background-color:rgba(var(--v-bg-page, 240, 243, 247, 1))}:host(.v-bg-transparent),.v-bg-transparent{background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0))}:host(.v-bg-primary),.v-bg-primary{background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1))}:host(.v-bg-secondary),.v-bg-secondary{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}:host(.v-bg-tertiary),.v-bg-tertiary{background-color:rgba(var(--v-bg-tertiary, 240, 243, 247, 1))}:host(.v-bg-quaternary),.v-bg-quaternary{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host(.v-bg-inverted-primary),.v-bg-inverted-primary{background-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1))}:host(.v-bg-inverted-secondary),.v-bg-inverted-secondary{background-color:rgba(var(--v-bg-inverted-secondary, 18, 18, 39, 1))}:host(.v-bg-inverted-tertiary),.v-bg-inverted-tertiary{background-color:rgba(var(--v-bg-inverted-tertiary, 24, 24, 48, 1))}:host(.v-bg-inverted-quaternary),.v-bg-inverted-quaternary{background-color:rgba(var(--v-bg-inverted-quaternary, 70, 71, 101, 1))}:host(.v-bg-selected),.v-bg-selected{background-color:rgba(var(--v-bg-selected, 0, 151, 255, 0.3))}:host(.v-bg-action),.v-bg-action{background-color:rgba(var(--v-bg-action, 19, 98, 226, 1))}:host(.v-bg-action-hover),.v-bg-action-hover{background-color:rgba(var(--v-bg-action-hover, 4, 112, 236, 1))}:host(.v-bg-action-focus),.v-bg-action-focus{background-color:rgba(var(--v-bg-action-focus, 0, 151, 255, 1))}:host(.v-bg-action-active),.v-bg-action-active{background-color:rgba(var(--v-bg-action-active, 29, 65, 195, 1))}:host(.v-bg-action-secondary),.v-bg-action-secondary{background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))}:host(.v-bg-action-tertiary),.v-bg-action-tertiary{background-color:rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0))}:host(.v-bg-action-tertiary-hover),.v-bg-action-tertiary-hover{background-color:rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))}:host(.v-bg-action-tertiary-active),.v-bg-action-tertiary-active{background-color:rgba(var(--v-bg-action-tertiary-active, 4, 4, 28, 0.1))}:host(.v-bg-action-quaternary),.v-bg-action-quaternary{background-color:rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1))}:host(.v-bg-action-quaternary-hover),.v-bg-action-quaternary-hover{background-color:rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1))}:host(.v-bg-action-quaternary-active),.v-bg-action-quaternary-active{background-color:rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1))}:host(.v-bg-danger),.v-bg-danger{background-color:rgba(var(--v-bg-danger, 230, 50, 87, 1))}:host(.v-bg-danger-hover),.v-bg-danger-hover{background-color:rgba(var(--v-bg-danger-hover, 255, 87, 114, 1))}:host(.v-bg-danger-focus),.v-bg-danger-focus{background-color:rgba(var(--v-bg-danger-focus, 240, 52, 91, 1))}:host(.v-bg-danger-active),.v-bg-danger-active{background-color:rgba(var(--v-bg-danger-active, 189, 41, 71, 1))}:host(.v-bg-danger-tertiary),.v-bg-danger-tertiary{background-color:rgba(var(--v-bg-danger-tertiary, 0, 0, 0, 0))}:host(.v-bg-danger-tertiary-hover),.v-bg-danger-tertiary-hover{background-color:rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2))}:host(.v-bg-danger-tertiary-active),.v-bg-danger-tertiary-active{background-color:rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))}:host(.v-bg-status-success),.v-bg-status-success{background-color:rgba(var(--v-bg-status-success, 160, 233, 167, 1))}:host(.v-bg-status-warning),.v-bg-status-warning{background-color:rgba(var(--v-bg-status-warning, 255, 220, 131, 1))}:host(.v-bg-status-info),.v-bg-status-info{background-color:rgba(var(--v-bg-status-info, 205, 209, 211, 1))}:host(.v-bg-status-error),.v-bg-status-error{background-color:rgba(var(--v-bg-status-error, 255, 110, 139, 1))}:host(.v-bg-sidebar),.v-bg-sidebar{background-color:rgba(var(--v-bg-sidebar, 18, 18, 39, 1))}:host(.v-bg-sidebar-item-hover),.v-bg-sidebar-item-hover{background-color:rgba(var(--v-bg-sidebar-item-hover, 252, 252, 252, 1))}:host(.v-bg-sidebar-item-selected),.v-bg-sidebar-item-selected{background-color:rgba(var(--v-bg-sidebar-item-selected, 19, 98, 226, 0.4))}:host(.v-bg-sidebar-icon),.v-bg-sidebar-icon{background-color:rgba(var(--v-bg-sidebar-icon, 188, 186, 213, 1))}:host(.v-bg-sidebar-icon-hover),.v-bg-sidebar-icon-hover{background-color:rgba(var(--v-bg-sidebar-icon-hover, 18, 18, 39, 1))}:host(.v-bg-sidebar-icon-selected),.v-bg-sidebar-icon-selected{background-color:rgba(var(--v-bg-sidebar-icon-selected, 252, 252, 252, 1))}:host(.v-bg-backdrop-popover),.v-bg-backdrop-popover{background-color:rgba(var(--v-bg-backdrop-popover, 32, 54, 69, 0.16))}:host(.v-bg-backdrop-modal),.v-bg-backdrop-modal{background-color:rgba(var(--v-bg-backdrop-modal, 18, 18, 39, 0.85))}:host(.v-bg-backdrop-sidebar),.v-bg-backdrop-sidebar{background-color:rgba(var(--v-bg-backdrop-sidebar, 18, 18, 39, 0.85))}:host(.v-bg-accent1-primary),.v-bg-accent1-primary{background-color:rgba(var(--v-bg-accent1-primary, 115, 230, 220, 1))}:host(.v-bg-accent1-secondary),.v-bg-accent1-secondary{background-color:rgba(var(--v-bg-accent1-secondary, 193, 244, 239, 1))}:host(.v-bg-accent1-tertiary),.v-bg-accent1-tertiary{background-color:rgba(var(--v-bg-accent1-tertiary, 224, 249, 247, 1))}:host(.v-bg-accent2-primary),.v-bg-accent2-primary{background-color:rgba(var(--v-bg-accent2-primary, 128, 107, 255, 1))}:host(.v-bg-accent2-secondary),.v-bg-accent2-secondary{background-color:rgba(var(--v-bg-accent2-secondary, 199, 189, 255, 1))}:host(.v-bg-accent2-tertiary),.v-bg-accent2-tertiary{background-color:rgba(var(--v-bg-accent2-tertiary, 227, 222, 255, 1))}:host(.v-bg-accent3-primary),.v-bg-accent3-primary{background-color:rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))}:host(.v-bg-accent3-secondary),.v-bg-accent3-secondary{background-color:rgba(var(--v-bg-accent3-secondary, 255, 239, 200, 1))}:host(.v-bg-accent3-tertiary),.v-bg-accent3-tertiary{background-color:rgba(var(--v-bg-accent3-tertiary, 255, 247, 227, 1))}:host(.v-bg-accent4-primary),.v-bg-accent4-primary{background-color:rgba(var(--v-bg-accent4-primary, 255, 149, 113, 1))}:host(.v-bg-accent4-secondary),.v-bg-accent4-secondary{background-color:rgba(var(--v-bg-accent4-secondary, 255, 208, 192, 1))}:host(.v-bg-accent4-tertiary),.v-bg-accent4-tertiary{background-color:rgba(var(--v-bg-accent4-tertiary, 255, 231, 223, 1))}:host(.v-bg-accent5-primary),.v-bg-accent5-primary{background-color:rgba(var(--v-bg-accent5-primary, 0, 187, 255, 1))}:host(.v-bg-accent5-secondary),.v-bg-accent5-secondary{background-color:rgba(var(--v-bg-accent5-secondary, 142, 223, 249, 1))}:host(.v-bg-accent5-tertiary),.v-bg-accent5-tertiary{background-color:rgba(var(--v-bg-accent5-tertiary, 227, 247, 253, 1))}:host(.v-bg-accent6-primary),.v-bg-accent6-primary{background-color:rgba(var(--v-bg-accent6-primary, 255, 130, 201, 1))}:host(.v-bg-accent6-secondary),.v-bg-accent6-secondary{background-color:rgba(var(--v-bg-accent6-secondary, 255, 199, 231, 1))}:host(.v-bg-accent6-tertiary),.v-bg-accent6-tertiary{background-color:rgba(var(--v-bg-accent6-tertiary, 255, 227, 243, 1))}:host(.v-bg-accent7-primary),.v-bg-accent7-primary{background-color:rgba(var(--v-bg-accent7-primary, 37, 159, 159, 1))}:host(.v-bg-accent7-secondary),.v-bg-accent7-secondary{background-color:rgba(var(--v-bg-accent7-secondary, 155, 212, 214, 1))}:host(.v-bg-accent7-tertiary),.v-bg-accent7-tertiary{background-color:rgba(var(--v-bg-accent7-tertiary, 208, 239, 239, 1))}:host(.v-bg-accent8-primary),.v-bg-accent8-primary{background-color:rgba(var(--v-bg-accent8-primary, 86, 61, 130, 1))}:host(.v-bg-accent8-secondary),.v-bg-accent8-secondary{background-color:rgba(var(--v-bg-accent8-secondary, 199, 162, 204, 1))}:host(.v-bg-accent8-tertiary),.v-bg-accent8-tertiary{background-color:rgba(var(--v-bg-accent8-tertiary, 230, 214, 234, 1))}:host(.v-bg-accent9-primary),.v-bg-accent9-primary{background-color:rgba(var(--v-bg-accent9-primary, 255, 191, 63, 1))}:host(.v-bg-accent9-secondary),.v-bg-accent9-secondary{background-color:rgba(var(--v-bg-accent9-secondary, 254, 215, 142, 1))}:host(.v-bg-accent9-tertiary),.v-bg-accent9-tertiary{background-color:rgba(var(--v-bg-accent9-tertiary, 251, 226, 185, 1))}:host(.v-bg-accent10-primary),.v-bg-accent10-primary{background-color:rgba(var(--v-bg-accent10-primary, 237, 122, 35, 1))}:host(.v-bg-accent10-secondary),.v-bg-accent10-secondary{background-color:rgba(var(--v-bg-accent10-secondary, 241, 146, 85, 1))}:host(.v-bg-accent10-tertiary),.v-bg-accent10-tertiary{background-color:rgba(var(--v-bg-accent10-tertiary, 245, 187, 148, 1))}:host(.v-bg-divider),.v-bg-divider{background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1))}:host(.v-bg-divider-secondary),.v-bg-divider-secondary{background-color:rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))}:host(.v-bg-disabled),.v-bg-disabled{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}:host(.v-bg-tab),.v-bg-tab{background-color:rgba(var(--v-bg-tab, 240, 243, 247, 1))}:host(.v-bg-tab-hover),.v-bg-tab-hover{background-color:rgba(var(--v-bg-tab-hover, 245, 247, 247, 1))}:host(.v-bg-tab-selected),.v-bg-tab-selected{background-color:rgba(var(--v-bg-tab-selected, 32, 54, 69, 1))}:host(.v-bg-table-header),.v-bg-table-header{background-color:rgba(var(--v-bg-table-header, 240, 243, 247, 1))}:host(.v-bg-table-alt-row),.v-bg-table-alt-row{background-color:rgba(var(--v-bg-table-alt-row, 245, 247, 247, 1))}:host(.v-bg-table-selected-row),.v-bg-table-selected-row{background-color:rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))}:host(.v-bg-site-footer),.v-bg-site-footer{background-color:rgba(var(--v-bg-site-footer, 51, 57, 61, 1))}:host(.v-bg-site-footer-action),.v-bg-site-footer-action{background-color:rgba(var(--v-bg-site-footer-action, 171, 198, 216, 1))}:host(.v-bg-site-footer-action-hover),.v-bg-site-footer-action-hover{background-color:rgba(var(--v-bg-site-footer-action-hover, 199, 217, 229, 1))}:host(.v-bg-site-footer-action-active),.v-bg-site-footer-action-active{background-color:rgba(var(--v-bg-site-footer-action-active, 143, 179, 203, 1))}:host(.v-bg-site-footer-field),.v-bg-site-footer-field{background-color:rgba(var(--v-bg-site-footer-field, 89, 96, 99, 1))}:host(.v-bg-textarea-count),.v-bg-textarea-count{background-color:rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6))}:host(.v-bg-table-row-hover),.v-bg-table-row-hover{background-color:rgba(var(--v-bg-table-row-hover, 241, 248, 251, 1))}:host(.v-bg-table-row-selected-expanded),.v-bg-table-row-selected-expanded{background-color:rgba(var(--v-bg-table-row-selected-expanded, 229, 239, 255, 1))}:host(.v-bg-app-header),.v-bg-app-header{background-color:rgba(var(--v-bg-app-header, 240, 243, 247, 0.88))}:host(.v-bg-selection-tile),.v-bg-selection-tile{background-color:rgba(var(--v-bg-selection-tile, 252, 252, 252, 1))}:host(.v-bg-selection-tile-hover),.v-bg-selection-tile-hover{background-color:rgba(var(--v-bg-selection-tile-hover, 247, 247, 247, 1))}:host(.v-bg-selection-tile-selected),.v-bg-selection-tile-selected{background-color:rgba(var(--v-bg-selection-tile-selected, 242, 247, 255, 1))}:host(.v-bg-selection-tile-selected-hover),.v-bg-selection-tile-selected-hover{background-color:rgba(var(--v-bg-selection-tile-selected-hover, 229, 239, 255, 1))}:host(.v-bg-loading-track),.v-bg-loading-track{background-color:rgba(var(--v-bg-loading-track, 229, 239, 255, 1))}:host(.v-bg-loading-progress),.v-bg-loading-progress{background-color:rgba(var(--v-bg-loading-progress, 153, 192, 255, 1))}:host(.v-bg-toggle-switch),.v-bg-toggle-switch{background-color:rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))}:host(.v-bg-toggle-switch-hover),.v-bg-toggle-switch-hover{background-color:rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))}:host(.v-bg-toggle-switch-selected-disabled),.v-bg-toggle-switch-selected-disabled{background-color:rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))}:host(.v-bg-segment-control),.v-bg-segment-control{background-color:rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1))}:host(.v-bg-segment-hover),.v-bg-segment-hover{background-color:rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))}:host(.v-bg-slider-handle),.v-bg-slider-handle{background-color:rgba(var(--v-bg-slider-handle, 252, 252, 252, 1))}:host(.v-bg-chip),.v-bg-chip{background-color:rgba(var(--v-bg-chip, 32, 54, 69, 0.06))}:host(.v-bg-chip-hover),.v-bg-chip-hover{background-color:rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))}:host(.v-bg-chip-active),.v-bg-chip-active{background-color:rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))}:host(.v-bg-keypad-btn-active),.v-bg-keypad-btn-active{background-color:rgba(var(--v-bg-keypad-btn-active, 229, 239, 255, 1))}:host(.v-bg-action-secondary-hover),.v-bg-action-secondary-hover{background-color:rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1))}:host(.v-bg-action-secondary-active),.v-bg-action-secondary-active{background-color:rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1))}:host(.v-fill-bg-brand),.v-fill-bg-brand{background-color:rgba(var(--v-bg-brand, 89, 96, 99, 1))}:host(.v-fill-bg-page),.v-fill-bg-page{background-color:rgba(var(--v-bg-page, 240, 243, 247, 1))}:host(.v-fill-bg-transparent),.v-fill-bg-transparent{background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0))}:host(.v-fill-bg-primary),.v-fill-bg-primary{background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1))}:host(.v-fill-bg-secondary),.v-fill-bg-secondary{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}:host(.v-fill-bg-tertiary),.v-fill-bg-tertiary{background-color:rgba(var(--v-bg-tertiary, 240, 243, 247, 1))}:host(.v-fill-bg-quaternary),.v-fill-bg-quaternary{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host(.v-fill-bg-inverted-primary),.v-fill-bg-inverted-primary{background-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1))}:host(.v-fill-bg-inverted-secondary),.v-fill-bg-inverted-secondary{background-color:rgba(var(--v-bg-inverted-secondary, 18, 18, 39, 1))}:host(.v-fill-bg-inverted-tertiary),.v-fill-bg-inverted-tertiary{background-color:rgba(var(--v-bg-inverted-tertiary, 24, 24, 48, 1))}:host(.v-fill-bg-inverted-quaternary),.v-fill-bg-inverted-quaternary{background-color:rgba(var(--v-bg-inverted-quaternary, 70, 71, 101, 1))}:host(.v-fill-bg-selected),.v-fill-bg-selected{background-color:rgba(var(--v-bg-selected, 0, 151, 255, 0.3))}:host(.v-fill-bg-action),.v-fill-bg-action{background-color:rgba(var(--v-bg-action, 19, 98, 226, 1))}:host(.v-fill-bg-action-hover),.v-fill-bg-action-hover{background-color:rgba(var(--v-bg-action-hover, 4, 112, 236, 1))}:host(.v-fill-bg-action-focus),.v-fill-bg-action-focus{background-color:rgba(var(--v-bg-action-focus, 0, 151, 255, 1))}:host(.v-fill-bg-action-active),.v-fill-bg-action-active{background-color:rgba(var(--v-bg-action-active, 29, 65, 195, 1))}:host(.v-fill-bg-action-secondary),.v-fill-bg-action-secondary{background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))}:host(.v-fill-bg-action-tertiary),.v-fill-bg-action-tertiary{background-color:rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0))}:host(.v-fill-bg-action-tertiary-hover),.v-fill-bg-action-tertiary-hover{background-color:rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))}:host(.v-fill-bg-action-tertiary-active),.v-fill-bg-action-tertiary-active{background-color:rgba(var(--v-bg-action-tertiary-active, 4, 4, 28, 0.1))}:host(.v-fill-bg-action-quaternary),.v-fill-bg-action-quaternary{background-color:rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1))}:host(.v-fill-bg-action-quaternary-hover),.v-fill-bg-action-quaternary-hover{background-color:rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1))}:host(.v-fill-bg-action-quaternary-active),.v-fill-bg-action-quaternary-active{background-color:rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1))}:host(.v-fill-bg-danger),.v-fill-bg-danger{background-color:rgba(var(--v-bg-danger, 230, 50, 87, 1))}:host(.v-fill-bg-danger-hover),.v-fill-bg-danger-hover{background-color:rgba(var(--v-bg-danger-hover, 255, 87, 114, 1))}:host(.v-fill-bg-danger-focus),.v-fill-bg-danger-focus{background-color:rgba(var(--v-bg-danger-focus, 240, 52, 91, 1))}:host(.v-fill-bg-danger-active),.v-fill-bg-danger-active{background-color:rgba(var(--v-bg-danger-active, 189, 41, 71, 1))}:host(.v-fill-bg-danger-tertiary),.v-fill-bg-danger-tertiary{background-color:rgba(var(--v-bg-danger-tertiary, 0, 0, 0, 0))}:host(.v-fill-bg-danger-tertiary-hover),.v-fill-bg-danger-tertiary-hover{background-color:rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2))}:host(.v-fill-bg-danger-tertiary-active),.v-fill-bg-danger-tertiary-active{background-color:rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))}:host(.v-fill-bg-status-success),.v-fill-bg-status-success{background-color:rgba(var(--v-bg-status-success, 160, 233, 167, 1))}:host(.v-fill-bg-status-warning),.v-fill-bg-status-warning{background-color:rgba(var(--v-bg-status-warning, 255, 220, 131, 1))}:host(.v-fill-bg-status-info),.v-fill-bg-status-info{background-color:rgba(var(--v-bg-status-info, 205, 209, 211, 1))}:host(.v-fill-bg-status-error),.v-fill-bg-status-error{background-color:rgba(var(--v-bg-status-error, 255, 110, 139, 1))}:host(.v-fill-bg-sidebar),.v-fill-bg-sidebar{background-color:rgba(var(--v-bg-sidebar, 18, 18, 39, 1))}:host(.v-fill-bg-sidebar-item-hover),.v-fill-bg-sidebar-item-hover{background-color:rgba(var(--v-bg-sidebar-item-hover, 252, 252, 252, 1))}:host(.v-fill-bg-sidebar-item-selected),.v-fill-bg-sidebar-item-selected{background-color:rgba(var(--v-bg-sidebar-item-selected, 19, 98, 226, 0.4))}:host(.v-fill-bg-sidebar-icon),.v-fill-bg-sidebar-icon{background-color:rgba(var(--v-bg-sidebar-icon, 188, 186, 213, 1))}:host(.v-fill-bg-sidebar-icon-hover),.v-fill-bg-sidebar-icon-hover{background-color:rgba(var(--v-bg-sidebar-icon-hover, 18, 18, 39, 1))}:host(.v-fill-bg-sidebar-icon-selected),.v-fill-bg-sidebar-icon-selected{background-color:rgba(var(--v-bg-sidebar-icon-selected, 252, 252, 252, 1))}:host(.v-fill-bg-backdrop-popover),.v-fill-bg-backdrop-popover{background-color:rgba(var(--v-bg-backdrop-popover, 32, 54, 69, 0.16))}:host(.v-fill-bg-backdrop-modal),.v-fill-bg-backdrop-modal{background-color:rgba(var(--v-bg-backdrop-modal, 18, 18, 39, 0.85))}:host(.v-fill-bg-backdrop-sidebar),.v-fill-bg-backdrop-sidebar{background-color:rgba(var(--v-bg-backdrop-sidebar, 18, 18, 39, 0.85))}:host(.v-fill-bg-accent1-primary),.v-fill-bg-accent1-primary{background-color:rgba(var(--v-bg-accent1-primary, 115, 230, 220, 1))}:host(.v-fill-bg-accent1-secondary),.v-fill-bg-accent1-secondary{background-color:rgba(var(--v-bg-accent1-secondary, 193, 244, 239, 1))}:host(.v-fill-bg-accent1-tertiary),.v-fill-bg-accent1-tertiary{background-color:rgba(var(--v-bg-accent1-tertiary, 224, 249, 247, 1))}:host(.v-fill-bg-accent2-primary),.v-fill-bg-accent2-primary{background-color:rgba(var(--v-bg-accent2-primary, 128, 107, 255, 1))}:host(.v-fill-bg-accent2-secondary),.v-fill-bg-accent2-secondary{background-color:rgba(var(--v-bg-accent2-secondary, 199, 189, 255, 1))}:host(.v-fill-bg-accent2-tertiary),.v-fill-bg-accent2-tertiary{background-color:rgba(var(--v-bg-accent2-tertiary, 227, 222, 255, 1))}:host(.v-fill-bg-accent3-primary),.v-fill-bg-accent3-primary{background-color:rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))}:host(.v-fill-bg-accent3-secondary),.v-fill-bg-accent3-secondary{background-color:rgba(var(--v-bg-accent3-secondary, 255, 239, 200, 1))}:host(.v-fill-bg-accent3-tertiary),.v-fill-bg-accent3-tertiary{background-color:rgba(var(--v-bg-accent3-tertiary, 255, 247, 227, 1))}:host(.v-fill-bg-accent4-primary),.v-fill-bg-accent4-primary{background-color:rgba(var(--v-bg-accent4-primary, 255, 149, 113, 1))}:host(.v-fill-bg-accent4-secondary),.v-fill-bg-accent4-secondary{background-color:rgba(var(--v-bg-accent4-secondary, 255, 208, 192, 1))}:host(.v-fill-bg-accent4-tertiary),.v-fill-bg-accent4-tertiary{background-color:rgba(var(--v-bg-accent4-tertiary, 255, 231, 223, 1))}:host(.v-fill-bg-accent5-primary),.v-fill-bg-accent5-primary{background-color:rgba(var(--v-bg-accent5-primary, 0, 187, 255, 1))}:host(.v-fill-bg-accent5-secondary),.v-fill-bg-accent5-secondary{background-color:rgba(var(--v-bg-accent5-secondary, 142, 223, 249, 1))}:host(.v-fill-bg-accent5-tertiary),.v-fill-bg-accent5-tertiary{background-color:rgba(var(--v-bg-accent5-tertiary, 227, 247, 253, 1))}:host(.v-fill-bg-accent6-primary),.v-fill-bg-accent6-primary{background-color:rgba(var(--v-bg-accent6-primary, 255, 130, 201, 1))}:host(.v-fill-bg-accent6-secondary),.v-fill-bg-accent6-secondary{background-color:rgba(var(--v-bg-accent6-secondary, 255, 199, 231, 1))}:host(.v-fill-bg-accent6-tertiary),.v-fill-bg-accent6-tertiary{background-color:rgba(var(--v-bg-accent6-tertiary, 255, 227, 243, 1))}:host(.v-fill-bg-accent7-primary),.v-fill-bg-accent7-primary{background-color:rgba(var(--v-bg-accent7-primary, 37, 159, 159, 1))}:host(.v-fill-bg-accent7-secondary),.v-fill-bg-accent7-secondary{background-color:rgba(var(--v-bg-accent7-secondary, 155, 212, 214, 1))}:host(.v-fill-bg-accent7-tertiary),.v-fill-bg-accent7-tertiary{background-color:rgba(var(--v-bg-accent7-tertiary, 208, 239, 239, 1))}:host(.v-fill-bg-accent8-primary),.v-fill-bg-accent8-primary{background-color:rgba(var(--v-bg-accent8-primary, 86, 61, 130, 1))}:host(.v-fill-bg-accent8-secondary),.v-fill-bg-accent8-secondary{background-color:rgba(var(--v-bg-accent8-secondary, 199, 162, 204, 1))}:host(.v-fill-bg-accent8-tertiary),.v-fill-bg-accent8-tertiary{background-color:rgba(var(--v-bg-accent8-tertiary, 230, 214, 234, 1))}:host(.v-fill-bg-accent9-primary),.v-fill-bg-accent9-primary{background-color:rgba(var(--v-bg-accent9-primary, 255, 191, 63, 1))}:host(.v-fill-bg-accent9-secondary),.v-fill-bg-accent9-secondary{background-color:rgba(var(--v-bg-accent9-secondary, 254, 215, 142, 1))}:host(.v-fill-bg-accent9-tertiary),.v-fill-bg-accent9-tertiary{background-color:rgba(var(--v-bg-accent9-tertiary, 251, 226, 185, 1))}:host(.v-fill-bg-accent10-primary),.v-fill-bg-accent10-primary{background-color:rgba(var(--v-bg-accent10-primary, 237, 122, 35, 1))}:host(.v-fill-bg-accent10-secondary),.v-fill-bg-accent10-secondary{background-color:rgba(var(--v-bg-accent10-secondary, 241, 146, 85, 1))}:host(.v-fill-bg-accent10-tertiary),.v-fill-bg-accent10-tertiary{background-color:rgba(var(--v-bg-accent10-tertiary, 245, 187, 148, 1))}:host(.v-fill-bg-divider),.v-fill-bg-divider{background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1))}:host(.v-fill-bg-divider-secondary),.v-fill-bg-divider-secondary{background-color:rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))}:host(.v-fill-bg-disabled),.v-fill-bg-disabled{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}:host(.v-fill-bg-tab),.v-fill-bg-tab{background-color:rgba(var(--v-bg-tab, 240, 243, 247, 1))}:host(.v-fill-bg-tab-hover),.v-fill-bg-tab-hover{background-color:rgba(var(--v-bg-tab-hover, 245, 247, 247, 1))}:host(.v-fill-bg-tab-selected),.v-fill-bg-tab-selected{background-color:rgba(var(--v-bg-tab-selected, 32, 54, 69, 1))}:host(.v-fill-bg-table-header),.v-fill-bg-table-header{background-color:rgba(var(--v-bg-table-header, 240, 243, 247, 1))}:host(.v-fill-bg-table-alt-row),.v-fill-bg-table-alt-row{background-color:rgba(var(--v-bg-table-alt-row, 245, 247, 247, 1))}:host(.v-fill-bg-table-selected-row),.v-fill-bg-table-selected-row{background-color:rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))}:host(.v-fill-bg-site-footer),.v-fill-bg-site-footer{background-color:rgba(var(--v-bg-site-footer, 51, 57, 61, 1))}:host(.v-fill-bg-site-footer-action),.v-fill-bg-site-footer-action{background-color:rgba(var(--v-bg-site-footer-action, 171, 198, 216, 1))}:host(.v-fill-bg-site-footer-action-hover),.v-fill-bg-site-footer-action-hover{background-color:rgba(var(--v-bg-site-footer-action-hover, 199, 217, 229, 1))}:host(.v-fill-bg-site-footer-action-active),.v-fill-bg-site-footer-action-active{background-color:rgba(var(--v-bg-site-footer-action-active, 143, 179, 203, 1))}:host(.v-fill-bg-site-footer-field),.v-fill-bg-site-footer-field{background-color:rgba(var(--v-bg-site-footer-field, 89, 96, 99, 1))}:host(.v-fill-bg-textarea-count),.v-fill-bg-textarea-count{background-color:rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6))}:host(.v-fill-bg-table-row-hover),.v-fill-bg-table-row-hover{background-color:rgba(var(--v-bg-table-row-hover, 241, 248, 251, 1))}:host(.v-fill-bg-table-row-selected-expanded),.v-fill-bg-table-row-selected-expanded{background-color:rgba(var(--v-bg-table-row-selected-expanded, 229, 239, 255, 1))}:host(.v-fill-bg-app-header),.v-fill-bg-app-header{background-color:rgba(var(--v-bg-app-header, 240, 243, 247, 0.88))}:host(.v-fill-bg-selection-tile),.v-fill-bg-selection-tile{background-color:rgba(var(--v-bg-selection-tile, 252, 252, 252, 1))}:host(.v-fill-bg-selection-tile-hover),.v-fill-bg-selection-tile-hover{background-color:rgba(var(--v-bg-selection-tile-hover, 247, 247, 247, 1))}:host(.v-fill-bg-selection-tile-selected),.v-fill-bg-selection-tile-selected{background-color:rgba(var(--v-bg-selection-tile-selected, 242, 247, 255, 1))}:host(.v-fill-bg-selection-tile-selected-hover),.v-fill-bg-selection-tile-selected-hover{background-color:rgba(var(--v-bg-selection-tile-selected-hover, 229, 239, 255, 1))}:host(.v-fill-bg-loading-track),.v-fill-bg-loading-track{background-color:rgba(var(--v-bg-loading-track, 229, 239, 255, 1))}:host(.v-fill-bg-loading-progress),.v-fill-bg-loading-progress{background-color:rgba(var(--v-bg-loading-progress, 153, 192, 255, 1))}:host(.v-fill-bg-toggle-switch),.v-fill-bg-toggle-switch{background-color:rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))}:host(.v-fill-bg-toggle-switch-hover),.v-fill-bg-toggle-switch-hover{background-color:rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))}:host(.v-fill-bg-toggle-switch-selected-disabled),.v-fill-bg-toggle-switch-selected-disabled{background-color:rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))}:host(.v-fill-bg-segment-control),.v-fill-bg-segment-control{background-color:rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1))}:host(.v-fill-bg-segment-hover),.v-fill-bg-segment-hover{background-color:rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))}:host(.v-fill-bg-slider-handle),.v-fill-bg-slider-handle{background-color:rgba(var(--v-bg-slider-handle, 252, 252, 252, 1))}:host(.v-fill-bg-chip),.v-fill-bg-chip{background-color:rgba(var(--v-bg-chip, 32, 54, 69, 0.06))}:host(.v-fill-bg-chip-hover),.v-fill-bg-chip-hover{background-color:rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))}:host(.v-fill-bg-chip-active),.v-fill-bg-chip-active{background-color:rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))}:host(.v-fill-bg-keypad-btn-active),.v-fill-bg-keypad-btn-active{background-color:rgba(var(--v-bg-keypad-btn-active, 229, 239, 255, 1))}:host(.v-fill-bg-action-secondary-hover),.v-fill-bg-action-secondary-hover{background-color:rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1))}:host(.v-fill-bg-action-secondary-active),.v-fill-bg-action-secondary-active{background-color:rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1))}:host(.v-stroke-bg-brand),.v-stroke-bg-brand{background-color:rgba(var(--v-bg-brand, 89, 96, 99, 1))}:host(.v-stroke-bg-page),.v-stroke-bg-page{background-color:rgba(var(--v-bg-page, 240, 243, 247, 1))}:host(.v-stroke-bg-transparent),.v-stroke-bg-transparent{background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0))}:host(.v-stroke-bg-primary),.v-stroke-bg-primary{background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1))}:host(.v-stroke-bg-secondary),.v-stroke-bg-secondary{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}:host(.v-stroke-bg-tertiary),.v-stroke-bg-tertiary{background-color:rgba(var(--v-bg-tertiary, 240, 243, 247, 1))}:host(.v-stroke-bg-quaternary),.v-stroke-bg-quaternary{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host(.v-stroke-bg-inverted-primary),.v-stroke-bg-inverted-primary{background-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1))}:host(.v-stroke-bg-inverted-secondary),.v-stroke-bg-inverted-secondary{background-color:rgba(var(--v-bg-inverted-secondary, 18, 18, 39, 1))}:host(.v-stroke-bg-inverted-tertiary),.v-stroke-bg-inverted-tertiary{background-color:rgba(var(--v-bg-inverted-tertiary, 24, 24, 48, 1))}:host(.v-stroke-bg-inverted-quaternary),.v-stroke-bg-inverted-quaternary{background-color:rgba(var(--v-bg-inverted-quaternary, 70, 71, 101, 1))}:host(.v-stroke-bg-selected),.v-stroke-bg-selected{background-color:rgba(var(--v-bg-selected, 0, 151, 255, 0.3))}:host(.v-stroke-bg-action),.v-stroke-bg-action{background-color:rgba(var(--v-bg-action, 19, 98, 226, 1))}:host(.v-stroke-bg-action-hover),.v-stroke-bg-action-hover{background-color:rgba(var(--v-bg-action-hover, 4, 112, 236, 1))}:host(.v-stroke-bg-action-focus),.v-stroke-bg-action-focus{background-color:rgba(var(--v-bg-action-focus, 0, 151, 255, 1))}:host(.v-stroke-bg-action-active),.v-stroke-bg-action-active{background-color:rgba(var(--v-bg-action-active, 29, 65, 195, 1))}:host(.v-stroke-bg-action-secondary),.v-stroke-bg-action-secondary{background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))}:host(.v-stroke-bg-action-tertiary),.v-stroke-bg-action-tertiary{background-color:rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0))}:host(.v-stroke-bg-action-tertiary-hover),.v-stroke-bg-action-tertiary-hover{background-color:rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))}:host(.v-stroke-bg-action-tertiary-active),.v-stroke-bg-action-tertiary-active{background-color:rgba(var(--v-bg-action-tertiary-active, 4, 4, 28, 0.1))}:host(.v-stroke-bg-action-quaternary),.v-stroke-bg-action-quaternary{background-color:rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1))}:host(.v-stroke-bg-action-quaternary-hover),.v-stroke-bg-action-quaternary-hover{background-color:rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1))}:host(.v-stroke-bg-action-quaternary-active),.v-stroke-bg-action-quaternary-active{background-color:rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1))}:host(.v-stroke-bg-danger),.v-stroke-bg-danger{background-color:rgba(var(--v-bg-danger, 230, 50, 87, 1))}:host(.v-stroke-bg-danger-hover),.v-stroke-bg-danger-hover{background-color:rgba(var(--v-bg-danger-hover, 255, 87, 114, 1))}:host(.v-stroke-bg-danger-focus),.v-stroke-bg-danger-focus{background-color:rgba(var(--v-bg-danger-focus, 240, 52, 91, 1))}:host(.v-stroke-bg-danger-active),.v-stroke-bg-danger-active{background-color:rgba(var(--v-bg-danger-active, 189, 41, 71, 1))}:host(.v-stroke-bg-danger-tertiary),.v-stroke-bg-danger-tertiary{background-color:rgba(var(--v-bg-danger-tertiary, 0, 0, 0, 0))}:host(.v-stroke-bg-danger-tertiary-hover),.v-stroke-bg-danger-tertiary-hover{background-color:rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2))}:host(.v-stroke-bg-danger-tertiary-active),.v-stroke-bg-danger-tertiary-active{background-color:rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))}:host(.v-stroke-bg-status-success),.v-stroke-bg-status-success{background-color:rgba(var(--v-bg-status-success, 160, 233, 167, 1))}:host(.v-stroke-bg-status-warning),.v-stroke-bg-status-warning{background-color:rgba(var(--v-bg-status-warning, 255, 220, 131, 1))}:host(.v-stroke-bg-status-info),.v-stroke-bg-status-info{background-color:rgba(var(--v-bg-status-info, 205, 209, 211, 1))}:host(.v-stroke-bg-status-error),.v-stroke-bg-status-error{background-color:rgba(var(--v-bg-status-error, 255, 110, 139, 1))}:host(.v-stroke-bg-sidebar),.v-stroke-bg-sidebar{background-color:rgba(var(--v-bg-sidebar, 18, 18, 39, 1))}:host(.v-stroke-bg-sidebar-item-hover),.v-stroke-bg-sidebar-item-hover{background-color:rgba(var(--v-bg-sidebar-item-hover, 252, 252, 252, 1))}:host(.v-stroke-bg-sidebar-item-selected),.v-stroke-bg-sidebar-item-selected{background-color:rgba(var(--v-bg-sidebar-item-selected, 19, 98, 226, 0.4))}:host(.v-stroke-bg-sidebar-icon),.v-stroke-bg-sidebar-icon{background-color:rgba(var(--v-bg-sidebar-icon, 188, 186, 213, 1))}:host(.v-stroke-bg-sidebar-icon-hover),.v-stroke-bg-sidebar-icon-hover{background-color:rgba(var(--v-bg-sidebar-icon-hover, 18, 18, 39, 1))}:host(.v-stroke-bg-sidebar-icon-selected),.v-stroke-bg-sidebar-icon-selected{background-color:rgba(var(--v-bg-sidebar-icon-selected, 252, 252, 252, 1))}:host(.v-stroke-bg-backdrop-popover),.v-stroke-bg-backdrop-popover{background-color:rgba(var(--v-bg-backdrop-popover, 32, 54, 69, 0.16))}:host(.v-stroke-bg-backdrop-modal),.v-stroke-bg-backdrop-modal{background-color:rgba(var(--v-bg-backdrop-modal, 18, 18, 39, 0.85))}:host(.v-stroke-bg-backdrop-sidebar),.v-stroke-bg-backdrop-sidebar{background-color:rgba(var(--v-bg-backdrop-sidebar, 18, 18, 39, 0.85))}:host(.v-stroke-bg-accent1-primary),.v-stroke-bg-accent1-primary{background-color:rgba(var(--v-bg-accent1-primary, 115, 230, 220, 1))}:host(.v-stroke-bg-accent1-secondary),.v-stroke-bg-accent1-secondary{background-color:rgba(var(--v-bg-accent1-secondary, 193, 244, 239, 1))}:host(.v-stroke-bg-accent1-tertiary),.v-stroke-bg-accent1-tertiary{background-color:rgba(var(--v-bg-accent1-tertiary, 224, 249, 247, 1))}:host(.v-stroke-bg-accent2-primary),.v-stroke-bg-accent2-primary{background-color:rgba(var(--v-bg-accent2-primary, 128, 107, 255, 1))}:host(.v-stroke-bg-accent2-secondary),.v-stroke-bg-accent2-secondary{background-color:rgba(var(--v-bg-accent2-secondary, 199, 189, 255, 1))}:host(.v-stroke-bg-accent2-tertiary),.v-stroke-bg-accent2-tertiary{background-color:rgba(var(--v-bg-accent2-tertiary, 227, 222, 255, 1))}:host(.v-stroke-bg-accent3-primary),.v-stroke-bg-accent3-primary{background-color:rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))}:host(.v-stroke-bg-accent3-secondary),.v-stroke-bg-accent3-secondary{background-color:rgba(var(--v-bg-accent3-secondary, 255, 239, 200, 1))}:host(.v-stroke-bg-accent3-tertiary),.v-stroke-bg-accent3-tertiary{background-color:rgba(var(--v-bg-accent3-tertiary, 255, 247, 227, 1))}:host(.v-stroke-bg-accent4-primary),.v-stroke-bg-accent4-primary{background-color:rgba(var(--v-bg-accent4-primary, 255, 149, 113, 1))}:host(.v-stroke-bg-accent4-secondary),.v-stroke-bg-accent4-secondary{background-color:rgba(var(--v-bg-accent4-secondary, 255, 208, 192, 1))}:host(.v-stroke-bg-accent4-tertiary),.v-stroke-bg-accent4-tertiary{background-color:rgba(var(--v-bg-accent4-tertiary, 255, 231, 223, 1))}:host(.v-stroke-bg-accent5-primary),.v-stroke-bg-accent5-primary{background-color:rgba(var(--v-bg-accent5-primary, 0, 187, 255, 1))}:host(.v-stroke-bg-accent5-secondary),.v-stroke-bg-accent5-secondary{background-color:rgba(var(--v-bg-accent5-secondary, 142, 223, 249, 1))}:host(.v-stroke-bg-accent5-tertiary),.v-stroke-bg-accent5-tertiary{background-color:rgba(var(--v-bg-accent5-tertiary, 227, 247, 253, 1))}:host(.v-stroke-bg-accent6-primary),.v-stroke-bg-accent6-primary{background-color:rgba(var(--v-bg-accent6-primary, 255, 130, 201, 1))}:host(.v-stroke-bg-accent6-secondary),.v-stroke-bg-accent6-secondary{background-color:rgba(var(--v-bg-accent6-secondary, 255, 199, 231, 1))}:host(.v-stroke-bg-accent6-tertiary),.v-stroke-bg-accent6-tertiary{background-color:rgba(var(--v-bg-accent6-tertiary, 255, 227, 243, 1))}:host(.v-stroke-bg-accent7-primary),.v-stroke-bg-accent7-primary{background-color:rgba(var(--v-bg-accent7-primary, 37, 159, 159, 1))}:host(.v-stroke-bg-accent7-secondary),.v-stroke-bg-accent7-secondary{background-color:rgba(var(--v-bg-accent7-secondary, 155, 212, 214, 1))}:host(.v-stroke-bg-accent7-tertiary),.v-stroke-bg-accent7-tertiary{background-color:rgba(var(--v-bg-accent7-tertiary, 208, 239, 239, 1))}:host(.v-stroke-bg-accent8-primary),.v-stroke-bg-accent8-primary{background-color:rgba(var(--v-bg-accent8-primary, 86, 61, 130, 1))}:host(.v-stroke-bg-accent8-secondary),.v-stroke-bg-accent8-secondary{background-color:rgba(var(--v-bg-accent8-secondary, 199, 162, 204, 1))}:host(.v-stroke-bg-accent8-tertiary),.v-stroke-bg-accent8-tertiary{background-color:rgba(var(--v-bg-accent8-tertiary, 230, 214, 234, 1))}:host(.v-stroke-bg-accent9-primary),.v-stroke-bg-accent9-primary{background-color:rgba(var(--v-bg-accent9-primary, 255, 191, 63, 1))}:host(.v-stroke-bg-accent9-secondary),.v-stroke-bg-accent9-secondary{background-color:rgba(var(--v-bg-accent9-secondary, 254, 215, 142, 1))}:host(.v-stroke-bg-accent9-tertiary),.v-stroke-bg-accent9-tertiary{background-color:rgba(var(--v-bg-accent9-tertiary, 251, 226, 185, 1))}:host(.v-stroke-bg-accent10-primary),.v-stroke-bg-accent10-primary{background-color:rgba(var(--v-bg-accent10-primary, 237, 122, 35, 1))}:host(.v-stroke-bg-accent10-secondary),.v-stroke-bg-accent10-secondary{background-color:rgba(var(--v-bg-accent10-secondary, 241, 146, 85, 1))}:host(.v-stroke-bg-accent10-tertiary),.v-stroke-bg-accent10-tertiary{background-color:rgba(var(--v-bg-accent10-tertiary, 245, 187, 148, 1))}:host(.v-stroke-bg-divider),.v-stroke-bg-divider{background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1))}:host(.v-stroke-bg-divider-secondary),.v-stroke-bg-divider-secondary{background-color:rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))}:host(.v-stroke-bg-disabled),.v-stroke-bg-disabled{background-color:rgba(var(--v-bg-disabled, 176, 180, 181, 1))}:host(.v-stroke-bg-tab),.v-stroke-bg-tab{background-color:rgba(var(--v-bg-tab, 240, 243, 247, 1))}:host(.v-stroke-bg-tab-hover),.v-stroke-bg-tab-hover{background-color:rgba(var(--v-bg-tab-hover, 245, 247, 247, 1))}:host(.v-stroke-bg-tab-selected),.v-stroke-bg-tab-selected{background-color:rgba(var(--v-bg-tab-selected, 32, 54, 69, 1))}:host(.v-stroke-bg-table-header),.v-stroke-bg-table-header{background-color:rgba(var(--v-bg-table-header, 240, 243, 247, 1))}:host(.v-stroke-bg-table-alt-row),.v-stroke-bg-table-alt-row{background-color:rgba(var(--v-bg-table-alt-row, 245, 247, 247, 1))}:host(.v-stroke-bg-table-selected-row),.v-stroke-bg-table-selected-row{background-color:rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))}:host(.v-stroke-bg-site-footer),.v-stroke-bg-site-footer{background-color:rgba(var(--v-bg-site-footer, 51, 57, 61, 1))}:host(.v-stroke-bg-site-footer-action),.v-stroke-bg-site-footer-action{background-color:rgba(var(--v-bg-site-footer-action, 171, 198, 216, 1))}:host(.v-stroke-bg-site-footer-action-hover),.v-stroke-bg-site-footer-action-hover{background-color:rgba(var(--v-bg-site-footer-action-hover, 199, 217, 229, 1))}:host(.v-stroke-bg-site-footer-action-active),.v-stroke-bg-site-footer-action-active{background-color:rgba(var(--v-bg-site-footer-action-active, 143, 179, 203, 1))}:host(.v-stroke-bg-site-footer-field),.v-stroke-bg-site-footer-field{background-color:rgba(var(--v-bg-site-footer-field, 89, 96, 99, 1))}:host(.v-stroke-bg-textarea-count),.v-stroke-bg-textarea-count{background-color:rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6))}:host(.v-stroke-bg-table-row-hover),.v-stroke-bg-table-row-hover{background-color:rgba(var(--v-bg-table-row-hover, 241, 248, 251, 1))}:host(.v-stroke-bg-table-row-selected-expanded),.v-stroke-bg-table-row-selected-expanded{background-color:rgba(var(--v-bg-table-row-selected-expanded, 229, 239, 255, 1))}:host(.v-stroke-bg-app-header),.v-stroke-bg-app-header{background-color:rgba(var(--v-bg-app-header, 240, 243, 247, 0.88))}:host(.v-stroke-bg-selection-tile),.v-stroke-bg-selection-tile{background-color:rgba(var(--v-bg-selection-tile, 252, 252, 252, 1))}:host(.v-stroke-bg-selection-tile-hover),.v-stroke-bg-selection-tile-hover{background-color:rgba(var(--v-bg-selection-tile-hover, 247, 247, 247, 1))}:host(.v-stroke-bg-selection-tile-selected),.v-stroke-bg-selection-tile-selected{background-color:rgba(var(--v-bg-selection-tile-selected, 242, 247, 255, 1))}:host(.v-stroke-bg-selection-tile-selected-hover),.v-stroke-bg-selection-tile-selected-hover{background-color:rgba(var(--v-bg-selection-tile-selected-hover, 229, 239, 255, 1))}:host(.v-stroke-bg-loading-track),.v-stroke-bg-loading-track{background-color:rgba(var(--v-bg-loading-track, 229, 239, 255, 1))}:host(.v-stroke-bg-loading-progress),.v-stroke-bg-loading-progress{background-color:rgba(var(--v-bg-loading-progress, 153, 192, 255, 1))}:host(.v-stroke-bg-toggle-switch),.v-stroke-bg-toggle-switch{background-color:rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))}:host(.v-stroke-bg-toggle-switch-hover),.v-stroke-bg-toggle-switch-hover{background-color:rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))}:host(.v-stroke-bg-toggle-switch-selected-disabled),.v-stroke-bg-toggle-switch-selected-disabled{background-color:rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))}:host(.v-stroke-bg-segment-control),.v-stroke-bg-segment-control{background-color:rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1))}:host(.v-stroke-bg-segment-hover),.v-stroke-bg-segment-hover{background-color:rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))}:host(.v-stroke-bg-slider-handle),.v-stroke-bg-slider-handle{background-color:rgba(var(--v-bg-slider-handle, 252, 252, 252, 1))}:host(.v-stroke-bg-chip),.v-stroke-bg-chip{background-color:rgba(var(--v-bg-chip, 32, 54, 69, 0.06))}:host(.v-stroke-bg-chip-hover),.v-stroke-bg-chip-hover{background-color:rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))}:host(.v-stroke-bg-chip-active),.v-stroke-bg-chip-active{background-color:rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))}:host(.v-stroke-bg-keypad-btn-active),.v-stroke-bg-keypad-btn-active{background-color:rgba(var(--v-bg-keypad-btn-active, 229, 239, 255, 1))}:host(.v-stroke-bg-action-secondary-hover),.v-stroke-bg-action-secondary-hover{background-color:rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1))}:host(.v-stroke-bg-action-secondary-active),.v-stroke-bg-action-secondary-active{background-color:rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1))}: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-w-0),.v-w-0{width:0px}:host(.v-w-size-0),.v-w-size-0{width:0px}:host(.v-w-size-4),.v-w-size-4{width:4px}:host(.v-w-size-8),.v-w-size-8{width:8px}:host(.v-w-size-12),.v-w-size-12{width:12px}:host(.v-w-size-16),.v-w-size-16{width:16px}:host(.v-w-size-20),.v-w-size-20{width:20px}:host(.v-w-size-24),.v-w-size-24{width:24px}:host(.v-w-size-32),.v-w-size-32{width:32px}:host(.v-w-size-40),.v-w-size-40{width:40px}:host(.v-w-size-48),.v-w-size-48{width:48px}:host(.v-w-size-64),.v-w-size-64{width:64px}:host(.v-w-size-72),.v-w-size-72{width:72px}:host(.v-w-size-80),.v-w-size-80{width:80px}:host(.v-w-size-112),.v-w-size-112{width:112px}:host(.v-w-size-2),.v-w-size-2{width:2px}:host(.v-h-0),.v-h-0{height:0px}:host(.v-h-size-0),.v-h-size-0{height:0px}:host(.v-h-size-4),.v-h-size-4{height:4px}:host(.v-h-size-8),.v-h-size-8{height:8px}:host(.v-h-size-12),.v-h-size-12{height:12px}:host(.v-h-size-16),.v-h-size-16{height:16px}:host(.v-h-size-20),.v-h-size-20{height:20px}:host(.v-h-size-24),.v-h-size-24{height:24px}:host(.v-h-size-32),.v-h-size-32{height:32px}:host(.v-h-size-40),.v-h-size-40{height:40px}:host(.v-h-size-48),.v-h-size-48{height:48px}:host(.v-h-size-64),.v-h-size-64{height:64px}:host(.v-h-size-72),.v-h-size-72{height:72px}:host(.v-h-size-80),.v-h-size-80{height:80px}:host(.v-h-size-112),.v-h-size-112{height:112px}:host(.v-h-size-2),.v-h-size-2{height:2px}:host{display:inline-block;max-width:100%;position:relative}:host button{border-style:none;outline:2px solid transparent;outline-offset:2px;cursor:pointer}:host .vega-chip.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host .vega-chip-filled-background{border-radius:9999px}:host .vega-chip-outlined{background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-radius:9999px;border:1px solid rgba(var(--v-border-chip, 205, 209, 211, 1))}:host .vega-chip-size-extra-small{padding-left:8px;padding-right:8px;font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;padding-top:2px;padding-bottom:2px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-chip-size-extra-small{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 .vega-chip-size-extra-small{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 .vega-chip-size-extra-small{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}:host .vega-chip-size-small{padding-left:8px;padding-right:8px;padding-top:4px;padding-bottom:4px;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 .vega-chip-size-small{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 .vega-chip-size-small{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 .vega-chip-size-small{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host .vega-chip-size-default{padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px;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 .vega-chip-size-default{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 .vega-chip-size-default{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 .vega-chip-size-default{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host .vega-chip-size-large{padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px;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 .vega-chip-size-large{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 .vega-chip-size-large{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 .vega-chip-size-large{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}:host .vega-chip-size-large.vega-chip-filled-background:not(.v-bg-chip){padding-left:20px;padding-right:20px}:host .vega-chip vega-flex>:not(.vega-chip-text){display:flex;align-items:center}:host .vega-chip-dot{border-radius:9999px}:host .vega-chip-icon{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host .vega-chip-close-icon{color:rgba(var(--v-text-secondary, 107, 116, 125, 1));cursor:pointer}:host button.vega-chip-filled-background:hover{background-color:rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))}:host button.vega-chip-filled-background:active{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));background-color:rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))}:host button.vega-chip-filled-background:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25))}:host button.vega-chip-outlined:hover{background-color:rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))}:host button.vega-chip-outlined:active{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));background-color:rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))}:host button.vega-chip-outlined:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25))}:host .vega-chip-close-icon:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25));outline:2px solid transparent;outline-offset:2px}:host .vega-chip+.vega-chip-close-icon{position:absolute;display:flex;top:0px;right:0px;align-items:center;border-top-right-radius:9999px;border-bottom-right-radius:9999px;height:100%}:host .vega-chip-outlined+.vega-chip-close-icon{top:1px;height:calc(100% - 2px)}:host .vega-chip-size-extra-small+.vega-chip-close-icon{padding-right:8px}:host .vega-chip-size-small+.vega-chip-close-icon{padding-right:8px}:host .vega-chip-size-default+.vega-chip-close-icon{padding-right:12px}:host .vega-chip-size-large+.vega-chip-close-icon{padding-right:16px}:host .vega-chip-size-large.vega-chip-filled-background:not(.v-bg-chip)+.vega-chip-close-icon{padding-right:20px}:host .vega-chip-clickable-with-close-icon.vega-chip-size-extra-small,:host .vega-chip-clickable-with-close-icon.vega-chip-size-small,:host .vega-chip-with-close-icon.vega-chip-size-extra-small,:host .vega-chip-with-close-icon.vega-chip-size-small{padding-right:24px}:host .vega-chip-clickable-with-close-icon.vega-chip-size-default,:host .vega-chip-with-close-icon.vega-chip-size-default{padding-right:36px}:host .vega-chip-clickable-with-close-icon.vega-chip-size-large,:host .vega-chip-with-close-icon.vega-chip-size-large{padding-right:44px}:host .vega-chip-clickable-with-close-icon.vega-chip-size-large.vega-chip-filled-background:not(.v-bg-chip){padding-right:48px}:host .vega-chip-with-close-icon.vega-chip-size-large.vega-chip-filled-background:not(.v-bg-chip){padding-right:48px}';export{m as vega_chip}
@@ -1 +0,0 @@
1
- import{r as t,c as s,h as i,H as e,g as a}from"./p-4780e0a0.js";import{F as h}from"./p-4c0e46f0.js";import{C as r}from"./p-f6642024.js";import{O as n}from"./p-331a62d5.js";import{m as o,c,j as l,i as m,k as d,F as p,a as u}from"./p-31ca243c.js";import{e as f}from"./p-447a846e.js";import{s as v}from"./p-fa7ecd11.js";import{f as w,i as g,b as j}from"./p-b8143a53.js";import{I as b}from"./p-50c9b4ac.js";import{I as F}from"./p-4a651b91.js";import{c as y}from"./p-9a28fa22.js";import{C as V}from"./p-34a385e4.js";import{k as E,l as M,m as C}from"./p-7770e04e.js";import{C as P}from"./p-738bf8cf.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-083d4455.js";import"./p-9ad088e0.js";import"./p-0bb29d98.js";import"./p-8b5d3a52.js";import"./p-381a16b8.js";import"./p-9c7c5d80.js";import"./p-7d441fee.js";import"./p-e179550a.js";import"./p-69400591.js";import"./p-e1fec7ba.js";class O{constructor(t,s){this.size=0,this.map=new Map,t&&(this.map=t,this.size=t.size),"function"==typeof s&&(this.onMutate=s)}has(t){return this.map.has(t)}keys(){return this.map.keys()}set(t,s){return this.withMutation((i=>{i.set(t,s)}))}get(t){return this.map.get(t)}delete(t){return this.withMutation((s=>{s.delete(t)}))}clear(){return this.withMutation((t=>{t.clear()}))}onMutate(t){}withMutation(t){const s=new Map(this.map);t(s);const i=new O(s,this.onMutate);return this.onMutate(i),i}}var R=function(t,s,i,e){var a,h=arguments.length,r=h<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,i):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,s,i,e);else for(var n=t.length-1;n>=0;n--)(a=t[n])&&(r=(h<3?a(r):h>3?a(s,i,r):a(s,i))||r);return h>3&&r&&Object.defineProperty(s,i,r),r};const I=class{constructor(i){t(this,i),this.vegaValidate=s(this,"vegaValidate",7),this.validate=s(this,"validate",7),this.vegaFormSubmit=s(this,"vegaFormSubmit",7),this.formSubmit=s(this,"formSubmit",7),this.vegaFormReset=s(this,"vegaFormReset",7),this.formReset=s(this,"formReset",7),this.globalSlimmers={},this.submitEventEmitter=y(I,E),this.resetEventEmitter=y(I,M),this.validateEventEmitter=y(I,C),this.childEventPrevent=new V([E,M],(()=>this.host.querySelector("vega-form")),{customPreventHandle:t=>{t.stopPropagation()}}),this.childFormValidateEventPrevent=new V([C],(()=>this.host),{customPreventHandle:t=>{t.stopPropagation()}}),this.childValidateEventPrevent=new V([C],(()=>this.host),{useCapture:!0,customPreventHandle:t=>{"VEGA-FORM"!==t.target.tagName&&t.stopPropagation()}}),this.childNotifyObserver=new P(o,(t=>this.updateInternalValidStatus(t))),this.childNodeValueChangeObserver=new P(c,(()=>this.updateInternalTouchedStatus())),this.invalidFieldPathMap=new O(new Map,(t=>{this.invalidFieldPathMap=t,this.updateIsValidFlag()})),this.pendingValidFieldPathMap=new O(new Map,(t=>{this.pendingValidFieldPathMap=t,this.updateIsValidFlag()})),this.controlledFieldPathSet=new Set,this.isValid=null,this.isTouched=!1,this.updateInternalValidStatus=t=>{if(t.host!==this.host){const s=t.host,i=t.detail;h.isValidFormField(s)&&this.shouldVisitElement(s,!1,!1)&&(i?this.invalidFieldPathMap.delete(s):this.invalidFieldPathMap.set(s,s.dataset.vegaForm))}}}watchIsValid(){this.validateEventEmitter.emit(this.isValid),r.notify(o,{host:this.host,detail:this.isValid})}async disconnectedCallback(){r.notify(l,{host:this.host}),r.unregister(l,this.formFieldDisconnectedObserver),r.unregister(m,this.formFieldPendingValidObserver)}async componentDidLoad(){await this.navigateVegaFormChildren((async(t,s)=>{s||this.controlledFieldPathSet.add(this.getFormFieldName(t,!0))})),this.initFormFieldDisconnectedObserver(),this.registerFormSubmitChangeManager(),this.registerFormResetChangeManager(),this.registerFormFieldPendingValidChangeManager()}async valid(t=!0){const s={isValid:!0,invalidFields:[]};return await this.navigateVegaFormChildren((async(i,e)=>{if("function"==typeof i.valid)if(e){const e=await i.valid(t);e.isValid||(s.isValid=!1,s.invalidFields.push(...e.invalidFields))}else await i.valid(t)||(s.isValid=!1,s.invalidFields.push(this.getFormFieldName(i)))})),s}async getValue(t){const s={};return await this.navigateVegaFormChildren((async(i,e)=>{const a=this.getFormFieldName(i);s[a]=e?await i.getValue(t):I.getFormFieldValue(i)}),t),f(s)?Object.values(s):s}async setValue(t,s){t&&(await this.navigateVegaFormChildren((async(i,e)=>{const a=this.getFormFieldName(i);e?await i.setValue(t[a],s):(await i.componentOnReady(),void 0!==t[a]&&("function"==typeof i.setValue?await i.setValue(t[a]):i.value=t[a]))}),s),this.isTouched=!1)}async reset(t={},s){await this.navigateVegaFormChildren((async(i,e)=>{const a=this.getFormFieldName(i);e&&await i.reset(t[a]||{},s)}),s),r.notify(d,{host:this.host,defaultValueMap:t,option:s}),this.isTouched=!1}static getFormFieldValue(t){return void 0===t.value?t.getAttribute("value"):t.value}render(){return v(i(e,null,i("slot",null)),this.host)}updateInternalTouchedStatus(){this.isTouched=!0}async navigateVegaFormChildren(t,s,i=this.host){const e=[];Array.from(i.children).forEach((i=>{h.isValidFormField(i)?this.shouldVisitElement(i,null==s?void 0:s.skipDisabled,null==s?void 0:s.skipInvisible)&&e.push(t(i,"VEGA-FORM"===i.tagName)):e.push(this.navigateVegaFormChildren(t,s,i))})),await Promise.all(e)}updateIsValidFlag(){this.isValid=this.pendingValidFieldPathMap.size>0?null:0===this.invalidFieldPathMap.size}getFormFieldName(t,s){let i=t.dataset.vegaForm;if(s){let s=w(t,"vega-form");for(;s&&s!==this.host;)i=s.dataset.vegaForm+" -> "+i,s=w(s,"vega-form")}return i}shouldVisitElement(t,s,i){return this.getFormFieldName(t)&&(!s||!t.disabled)&&(!i||g(t))}initFormFieldDisconnectedObserver(){this.formFieldDisconnectedObserver=new n(this.canAcceptFormFieldDisconnectedOperation.bind(this),this.updateInvalidFieldPath.bind(this)),r.register(l,this.formFieldDisconnectedObserver)}canAcceptFormFieldDisconnectedOperation(t){return this.invalidFieldPathMap.has(t.host)}async updateInvalidFieldPath(t){this.invalidFieldPathMap.delete(t.host),this.pendingValidFieldPathMap.delete(t.host)}registerFormSubmitChangeManager(){this.formEventsObserver=new n(this.canAcceptFormSubmitEvent.bind(this),this.handleSubmitEvents.bind(this)),r.register(p,this.formEventsObserver)}canAcceptFormSubmitEvent(t){return this.isElementInCurrentForm(t.host)}async handleSubmitEvents(){if((await this.valid()).isValid){const t=await this.getValue();this.submitEventEmitter.emit(t)}}registerFormResetChangeManager(){this.formEventsObserver=new n(this.canAcceptFormResetEvent.bind(this),this.handleResetEvents.bind(this)),r.register(u,this.formEventsObserver)}canAcceptFormResetEvent(t){return this.isElementInCurrentForm(t.host)}async handleResetEvents(){await this.reset(),this.resetEventEmitter.emit()}registerFormFieldPendingValidChangeManager(){this.formFieldPendingValidObserver=new n(this.canAcceptFormFieldPendingValid.bind(this),this.handleFieldPendingValid.bind(this)),r.register(m,this.formFieldPendingValidObserver)}canAcceptFormFieldPendingValid(t){return this.isElementInCurrentForm(t.host)}handleFieldPendingValid(t){"boolean"==typeof t.detail?this.pendingValidFieldPathMap.delete(t.host):this.pendingValidFieldPathMap.set(t.host,t.host.dataset.vegaForm)}isElementInCurrentForm(t){return this.invalidFieldPathMap.has(t)||j(t,this.host)}get host(){return a(this)}static get watchers(){return{isValid:["watchIsValid"]}}};R([F()],I.prototype,"globalSlimmers",void 0),R([b()],I.prototype,"submitEventEmitter",void 0),R([b()],I.prototype,"resetEventEmitter",void 0),R([b()],I.prototype,"validateEventEmitter",void 0),R([b()],I.prototype,"childEventPrevent",void 0),R([b()],I.prototype,"childFormValidateEventPrevent",void 0),R([b()],I.prototype,"childValidateEventPrevent",void 0),R([b()],I.prototype,"childNotifyObserver",void 0),R([b()],I.prototype,"childNodeValueChangeObserver",void 0),I.style=":host{display:block}";export{I as vega_form}
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as e,H as s,g as p}from"./p-4780e0a0.js";import{s as i}from"./p-fa7ecd11.js";import{I as r}from"./p-645b3ea1.js";import{I as a}from"./p-c76ed31b.js";import{I as h}from"./p-50c9b4ac.js";import{I as c}from"./p-4a651b91.js";import{c as m}from"./p-9a28fa22.js";import{x as n,y as v}from"./p-7770e04e.js";import"./p-083d4455.js";import"./p-9ad088e0.js";import"./p-081450d7.js";import"./p-7d441fee.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-9040b011.js";import"./p-e179550a.js";import"./p-b8143a53.js";import"./p-3c37039f.js";import"./p-381a16b8.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-9c7c5d80.js";import"./p-76f2d5b3.js";import"./p-f6642024.js";import"./p-69400591.js";import"./p-331a62d5.js";import"./p-e1fec7ba.js";var l=function(t,o,e,s){var p,i=arguments.length,r=i<3?o:null===s?s=Object.getOwnPropertyDescriptor(o,e):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,o,e,s);else for(var a=t.length-1;a>=0;a--)(p=t[a])&&(r=(i<3?p(r):i>3?p(o,e,r):p(o,e))||r);return i>3&&r&&Object.defineProperty(o,e,r),r};const d=class{constructor(e){t(this,e),this.vegaPopoverShow=o(this,"vegaPopoverShow",7),this.popoverShow=o(this,"popoverShow",7),this.vegaPopoverHide=o(this,"vegaPopoverHide",7),this.popoverHide=o(this,"popoverHide",7),this.globalSlimmers={},this.popoverShowEventEmitter=m(d,n),this.popoverHideEventEmitter=m(d,v),this.isPopoverShow=!1,this.placement="top",this.alignment="center",this.showPopover=()=>{var t;null===(t=this.elementAppender)||void 0===t||t.show()},this.hidePopover=()=>{var t;null===(t=this.elementAppender)||void 0===t||t.hide()}}async watchIsPopoverShow(){this.isPopoverShow?this.popoverShowEventEmitter.emit():this.popoverHideEventEmitter.emit()}watchToRefreshPopover(){this.isPopoverShow&&this.elementAppender.show()}componentDidRender(){const t=this.host.querySelector("[slot='popover']");t&&this.popoverContentBox.appendChild(t)}async show(){this.isPopoverShow||this.showPopover()}async hide(){this.isPopoverShow&&this.hidePopover()}render(){return i(e(s,null,e("slot",{name:"popover-content"}),this.renderPopover()),this.host)}renderPopover(){return e("vega-popover-content-box",{ref:t=>this.popoverContentBox=t})}get host(){return p(this)}static get watchers(){return{isPopoverShow:["watchIsPopoverShow"],size:["watchToRefreshPopover"],placement:["watchToRefreshPopover"],alignment:["watchToRefreshPopover"]}}};l([c()],d.prototype,"globalSlimmers",void 0),l([h()],d.prototype,"popoverShowEventEmitter",void 0),l([h()],d.prototype,"popoverHideEventEmitter",void 0),l([r((t=>({target:t.host,appendableElement:t.popoverContentBox,positionRelativeTo:t.positionRelativeTo,matchTargetWidth:!1,size:t.size,placement:t.placement,alignment:t.alignment})),(()=>"click"),"isPopoverShow")],d.prototype,"elementAppender",void 0),l([a((t=>[{keyCode:"Escape",activeElementInScope:[t.host],callback:t.hidePopover},{keyCode:"Tab",activeElementOutScope:[t.host,t.popoverContentBox],callback:t.hidePopover}]))],d.prototype,"host",void 0),d.style=":host{display:inline-block}";export{d as vega_popover}
@@ -1 +0,0 @@
1
- import{Z as t}from"./p-3c37039f.js";import{g as e}from"./p-8b5d3a52.js";import{g as r,D as a}from"./p-b8143a53.js";import{I as n}from"./p-50c9b4ac.js";import{c as i}from"./p-381a16b8.js";import{P as s}from"./p-9c7c5d80.js";import{c as f,a as h}from"./p-112455b1.js";class o{constructor(){this.resizeObserverSlimmer=i(o,s,[],[{mapFrom:"connectResizeObserver",mapTo:"connectResizeObserver"}],[{callback:e=>{var r;!(e[0].contentRect.height>0)&&(null===(r=this.container)||void 0===r?void 0:r.classList.contains("hydrated"))&&(t.removeZIndex(this.container,"top"),this.container.remove(),this.container=null)},target:()=>this.container}])}async open(t){const e=this.createPageNotification(t);return this.getContainer().append(e),e.id}async closeAll(){this.container&&Array.from(this.container.children).forEach((t=>{t.close()}))}async close(t){await document.getElementById(t).close()}connectResizeObserver(){}createPageNotification(t){const n=document.createElement("vega-page-notification");return Object.keys(t).forEach((e=>{void 0!==t[e]&&(n[e]=t[e])})),n.style.marginBottom=r()===a.MOBILE?"12px":"16px",n.id=`vega-page-notification-${e()}`,n}getContainer(){return this.container||(this.container=document.createElement("vega-page-notification-list"),t.setZIndex(this.container,"top"),r()===a.MOBILE?this.container.classList.add("vega-page-notification-list-bottom"):this.container.classList.add("vega-page-notification-list-topRight"),document.body.append(this.container),this.connectResizeObserver()),this.container}}!function(t,e,r,a){var n,i=arguments.length,s=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,a);else for(var f=t.length-1;f>=0;f--)(n=t[f])&&(s=(i<3?n(s):i>3?n(e,r,s):n(e,r))||s);i>3&&s&&Object.defineProperty(e,r,s)}([n()],o.prototype,"resizeObserverSlimmer",void 0);const u=new o;var c,l=f((function(t){t.exports=function(){const t=/^\s+/,e=/\s+$/;function r(a,n){if(n=n||{},(a=a||"")instanceof r)return a;if(!(this instanceof r))return new r(a,n);var i=function(r){var a={r:0,g:0,b:0},n=1,i=null,s=null,f=null,h=!1,o=!1;return"string"==typeof r&&(r=function(r){r=r.replace(t,"").replace(e,"").toLowerCase();var a,n=!1;if(M[r])r=M[r],n=!0;else if("transparent"==r)return{r:0,g:0,b:0,a:0,format:"name"};return(a=H.rgb.exec(r))?{r:a[1],g:a[2],b:a[3]}:(a=H.rgba.exec(r))?{r:a[1],g:a[2],b:a[3],a:a[4]}:(a=H.hsl.exec(r))?{h:a[1],s:a[2],l:a[3]}:(a=H.hsla.exec(r))?{h:a[1],s:a[2],l:a[3],a:a[4]}:(a=H.hsv.exec(r))?{h:a[1],s:a[2],v:a[3]}:(a=H.hsva.exec(r))?{h:a[1],s:a[2],v:a[3],a:a[4]}:(a=H.hex8.exec(r))?{r:x(a[1]),g:x(a[2]),b:x(a[3]),a:S(a[4]),format:n?"name":"hex8"}:(a=H.hex6.exec(r))?{r:x(a[1]),g:x(a[2]),b:x(a[3]),format:n?"name":"hex"}:(a=H.hex4.exec(r))?{r:x(a[1]+""+a[1]),g:x(a[2]+""+a[2]),b:x(a[3]+""+a[3]),a:S(a[4]+""+a[4]),format:n?"name":"hex8"}:!!(a=H.hex3.exec(r))&&{r:x(a[1]+""+a[1]),g:x(a[2]+""+a[2]),b:x(a[3]+""+a[3]),format:n?"name":"hex"}}(r)),"object"==typeof r&&(O(r.r)&&O(r.g)&&O(r.b)?(u=r.r,c=r.g,l=r.b,a={r:255*w(u,255),g:255*w(c,255),b:255*w(l,255)},h=!0,o="%"===String(r.r).substr(-1)?"prgb":"rgb"):O(r.h)&&O(r.s)&&O(r.v)?(i=R(r.s),s=R(r.v),a=function(t,e,r){t=6*w(t,360),e=w(e,100),r=w(r,100);var a=Math.floor(t),n=t-a,i=r*(1-e),s=r*(1-n*e),f=r*(1-(1-n)*e),h=a%6;return{r:255*[r,s,i,i,f,r][h],g:255*[f,r,r,s,i,i][h],b:255*[i,i,f,r,r,s][h]}}(r.h,i,s),h=!0,o="hsv"):O(r.h)&&O(r.s)&&O(r.l)&&(i=R(r.s),f=R(r.l),a=function(t,e,r){var a,n,i;function s(t,e,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?t+6*(e-t)*r:r<.5?e:r<2/3?t+(e-t)*(2/3-r)*6:t}if(t=w(t,360),e=w(e,100),r=w(r,100),0===e)a=n=i=r;else{var f=r<.5?r*(1+e):r+e-r*e,h=2*r-f;a=s(h,f,t+1/3),n=s(h,f,t),i=s(h,f,t-1/3)}return{r:255*a,g:255*n,b:255*i}}(r.h,i,f),h=!0,o="hsl"),r.hasOwnProperty("a")&&(n=r.a)),n=k(n),{ok:h,format:r.format||o,r:Math.min(255,Math.max(a.r,0)),g:Math.min(255,Math.max(a.g,0)),b:Math.min(255,Math.max(a.b,0)),a:n};var u,c,l}(a);this._originalInput=a,this._r=i.r,this._g=i.g,this._b=i.b,this._a=i.a,this._roundA=Math.round(100*this._a)/100,this._format=n.format||i.format,this._gradientType=n.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=i.ok}function a(t,e,r){t=w(t,255),e=w(e,255),r=w(r,255);var a,n,i=Math.max(t,e,r),s=Math.min(t,e,r),f=(i+s)/2;if(i==s)a=n=0;else{var h=i-s;switch(n=f>.5?h/(2-i-s):h/(i+s),i){case t:a=(e-r)/h+(e<r?6:0);break;case e:a=(r-t)/h+2;break;case r:a=(t-e)/h+4}a/=6}return{h:a,s:n,l:f}}function n(t,e,r){t=w(t,255),e=w(e,255),r=w(r,255);var a,n,i=Math.max(t,e,r),s=Math.min(t,e,r),f=i,h=i-s;if(n=0===i?0:h/i,i==s)a=0;else{switch(i){case t:a=(e-r)/h+(e<r?6:0);break;case e:a=(r-t)/h+2;break;case r:a=(t-e)/h+4}a/=6}return{h:a,s:n,v:f}}function i(t,e,r,a){var n=[F(Math.round(t).toString(16)),F(Math.round(e).toString(16)),F(Math.round(r).toString(16))];return a&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function s(t,e,r,a){return[F(j(a)),F(Math.round(t).toString(16)),F(Math.round(e).toString(16)),F(Math.round(r).toString(16))].join("")}function f(t,e){e=0===e?0:e||10;var a=r(t).toHsl();return a.s-=e/100,a.s=A(a.s),r(a)}function h(t,e){e=0===e?0:e||10;var a=r(t).toHsl();return a.s+=e/100,a.s=A(a.s),r(a)}function o(t){return r(t).desaturate(100)}function u(t,e){e=0===e?0:e||10;var a=r(t).toHsl();return a.l+=e/100,a.l=A(a.l),r(a)}function c(t,e){e=0===e?0:e||10;var a=r(t).toRgb();return a.r=Math.max(0,Math.min(255,a.r-Math.round(-e/100*255))),a.g=Math.max(0,Math.min(255,a.g-Math.round(-e/100*255))),a.b=Math.max(0,Math.min(255,a.b-Math.round(-e/100*255))),r(a)}function l(t,e){e=0===e?0:e||10;var a=r(t).toHsl();return a.l-=e/100,a.l=A(a.l),r(a)}function g(t,e){var a=r(t).toHsl(),n=(a.h+e)%360;return a.h=n<0?360+n:n,r(a)}function d(t){var e=r(t).toHsl();return e.h=(e.h+180)%360,r(e)}function b(t,e){if(isNaN(e)||e<=0)throw new Error("Argument to polyad must be a positive number");for(var a=r(t).toHsl(),n=[r(t)],i=360/e,s=1;s<e;s++)n.push(r({h:(a.h+s*i)%360,s:a.s,l:a.l}));return n}function m(t){var e=r(t).toHsl(),a=e.h;return[r(t),r({h:(a+72)%360,s:e.s,l:e.l}),r({h:(a+216)%360,s:e.s,l:e.l})]}function v(t,e,a){e=e||6,a=a||30;var n=r(t).toHsl(),i=360/a,s=[r(t)];for(n.h=(n.h-(i*e>>1)+720)%360;--e;)n.h=(n.h+i)%360,s.push(r(n));return s}function p(t,e){e=e||6;for(var a=r(t).toHsv(),n=a.h,i=a.s,s=a.v,f=[],h=1/e;e--;)f.push(r({h:n,s:i,v:s})),s=(s+h)%1;return f}r.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(299*t.r+587*t.g+114*t.b)/1e3},getLuminance:function(){var t,e,r,a=this.toRgb();return e=a.g/255,r=a.b/255,.2126*((t=a.r/255)<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.7152*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.0722*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))},setAlpha:function(t){return this._a=k(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=n(this._r,this._g,this._b);return{h:360*t.h,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=n(this._r,this._g,this._b),e=Math.round(360*t.h),r=Math.round(100*t.s),a=Math.round(100*t.v);return 1==this._a?"hsv("+e+", "+r+"%, "+a+"%)":"hsva("+e+", "+r+"%, "+a+"%, "+this._roundA+")"},toHsl:function(){var t=a(this._r,this._g,this._b);return{h:360*t.h,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=a(this._r,this._g,this._b),e=Math.round(360*t.h),r=Math.round(100*t.s),n=Math.round(100*t.l);return 1==this._a?"hsl("+e+", "+r+"%, "+n+"%)":"hsla("+e+", "+r+"%, "+n+"%, "+this._roundA+")"},toHex:function(t){return i(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return function(t,e,r,a,n){var i=[F(Math.round(t).toString(16)),F(Math.round(e).toString(16)),F(Math.round(r).toString(16)),F(j(a))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*w(this._r,255))+"%",g:Math.round(100*w(this._g,255))+"%",b:Math.round(100*w(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*w(this._r,255))+"%, "+Math.round(100*w(this._g,255))+"%, "+Math.round(100*w(this._b,255))+"%)":"rgba("+Math.round(100*w(this._r,255))+"%, "+Math.round(100*w(this._g,255))+"%, "+Math.round(100*w(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(y[i(this._r,this._g,this._b,!0)]||!1)},toFilter:function(t){var e="#"+s(this._r,this._g,this._b,this._a),a=e,n=this._gradientType?"GradientType = 1, ":"";if(t){var i=r(t);a="#"+s(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+n+"startColorstr="+e+",endColorstr="+a+")"},toString:function(t){var e=!!t;t=t||this._format;var r=!1;return e||!(this._a<1&&this._a>=0)||"hex"!==t&&"hex6"!==t&&"hex3"!==t&&"hex4"!==t&&"hex8"!==t&&"name"!==t?("rgb"===t&&(r=this.toRgbString()),"prgb"===t&&(r=this.toPercentageRgbString()),"hex"!==t&&"hex6"!==t||(r=this.toHexString()),"hex3"===t&&(r=this.toHexString(!0)),"hex4"===t&&(r=this.toHex8String(!0)),"hex8"===t&&(r=this.toHex8String()),"name"===t&&(r=this.toName()),"hsl"===t&&(r=this.toHslString()),"hsv"===t&&(r=this.toHsvString()),r||this.toHexString()):"name"===t&&0===this._a?this.toName():this.toRgbString()},clone:function(){return r(this.toString())},_applyModification:function(t,e){var r=t.apply(null,[this].concat([].slice.call(e)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(u,arguments)},brighten:function(){return this._applyModification(c,arguments)},darken:function(){return this._applyModification(l,arguments)},desaturate:function(){return this._applyModification(f,arguments)},saturate:function(){return this._applyModification(h,arguments)},greyscale:function(){return this._applyModification(o,arguments)},spin:function(){return this._applyModification(g,arguments)},_applyCombination:function(t,e){return t.apply(null,[this].concat([].slice.call(e)))},analogous:function(){return this._applyCombination(v,arguments)},complement:function(){return this._applyCombination(d,arguments)},monochromatic:function(){return this._applyCombination(p,arguments)},splitcomplement:function(){return this._applyCombination(m,arguments)},triad:function(){return this._applyCombination(b,[3])},tetrad:function(){return this._applyCombination(b,[4])}},r.fromRatio=function(t,e){if("object"==typeof t){var a={};for(var n in t)t.hasOwnProperty(n)&&(a[n]="a"===n?t[n]:R(t[n]));t=a}return r(t,e)},r.equals=function(t,e){return!(!t||!e)&&r(t).toRgbString()==r(e).toRgbString()},r.random=function(){return r.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},r.mix=function(t,e,a){a=0===a?0:a||50;var n=r(t).toRgb(),i=r(e).toRgb(),s=a/100;return r({r:(i.r-n.r)*s+n.r,g:(i.g-n.g)*s+n.g,b:(i.b-n.b)*s+n.b,a:(i.a-n.a)*s+n.a})},r.readability=function(t,e){var a=r(t),n=r(e);return(Math.max(a.getLuminance(),n.getLuminance())+.05)/(Math.min(a.getLuminance(),n.getLuminance())+.05)},r.isReadable=function(t,e,a){var n,i,s,f,h,o=r.readability(t,e);switch(i=!1,(s=a,"AA"!==(f=((s=s||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==f&&(f="AA"),"small"!==(h=(s.size||"small").toLowerCase())&&"large"!==h&&(h="small"),n={level:f,size:h}).level+n.size){case"AAsmall":case"AAAlarge":i=o>=4.5;break;case"AAlarge":i=o>=3;break;case"AAAsmall":i=o>=7}return i},r.mostReadable=function(t,e,a){var n,i,s,f,h=null,o=0;i=(a=a||{}).includeFallbackColors,s=a.level,f=a.size;for(var u=0;u<e.length;u++)(n=r.readability(t,e[u]))>o&&(o=n,h=r(e[u]));return r.isReadable(t,h,{level:s,size:f})||!i?h:(a.includeFallbackColors=!1,r.mostReadable(t,["#fff","#000"],a))};var M=r.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},y=r.hexNames=function(t){var e={};for(var r in t)t.hasOwnProperty(r)&&(e[t[r]]=r);return e}(M);function k(t){return t=parseFloat(t),(isNaN(t)||t<0||t>1)&&(t=1),t}function w(t,e){(function(t){return"string"==typeof t&&-1!=t.indexOf(".")&&1===parseFloat(t)})(t)&&(t="100%");var r=function(t){return"string"==typeof t&&-1!=t.indexOf("%")}(t);return t=Math.min(e,Math.max(0,parseFloat(t))),r&&(t=parseInt(t*e,10)/100),Math.abs(t-e)<1e-6?1:t%e/parseFloat(e)}function A(t){return Math.min(1,Math.max(0,t))}function x(t){return parseInt(t,16)}function F(t){return 1==t.length?"0"+t:""+t}function R(t){return t<=1&&(t=100*t+"%"),t}function j(t){return Math.round(255*parseFloat(t)).toString(16)}function S(t){return x(t)/255}var q,E,z,H=(E="[\\s|\\(]+("+(q="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+q+")[,|\\s]+("+q+")\\s*\\)?",z="[\\s|\\(]+("+q+")[,|\\s]+("+q+")[,|\\s]+("+q+")[,|\\s]+("+q+")\\s*\\)?",{CSS_UNIT:new RegExp(q),rgb:new RegExp("rgb"+E),rgba:new RegExp("rgba"+z),hsl:new RegExp("hsl"+E),hsla:new RegExp("hsla"+z),hsv:new RegExp("hsv"+E),hsva:new RegExp("hsva"+z),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function O(t){return!!H.CSS_UNIT.exec(t)}return r}()}));!function(t){t.Angular="angular",t.Vue="vue",t.React="react",t.Next="next",t.VanillaJs="vanilla-js"}(c||(c={}));const g=new class{constructor(){this.vegaVersion='"2.0.0-temp-test-0.3"',this.framework=c.VanillaJs}getVegaEnv(){return{version:this.vegaVersion,framework:this.framework}}setVegaFramework(t){this.framework=t}};export{c as F,u as V,l as t,g as v}
@@ -1 +0,0 @@
1
- class E{constructor(E){this.title=E}getDescription(){return this.title}}const _=new E("SIDENAV_LINK_SELECTED_TOPIC"),A=new E("LEFT_NAV_LINK_SELECTED_TOPIC"),O=new E("ACCORDION_EXPAND_TOPIC"),L=new E("FORM_RESET_OPERATION_TRIGGERED"),R=new E("FORM_FIELD_ELEMENT_DISCONNECTED"),s=new E("FORM_SUBMIT"),T=new E("FORM_RESET"),C=new E("RADIO_GROUP_DISABLED_CHANGE"),D=new E("CHECKBOX_GROUP_DISABLED_CHANGE"),e=new E("FORM_FIELD_PENDING_VALID_CHANGE"),n=new E("TAB_PANEL_ADD_OR_DEL_TO_GROUP"),N=new E("TABLE_EXPAND_ROW"),I=new E("TABLE_ROW_SELECTION"),a=new E("TABLE_ROW_SELECTION_ALL"),w=new E("TABLE_ROW_CLICK"),S=new E("SUB_STATE_CHANGE"),G=new E("FIELD_ERROR_MESSAGE_CHANGE"),M=new E("DROPDOWN_ITEM_CLICK"),F=new E("CHECKBOX_VALUE_CHANGE"),P=new E("RADIO_VALUE_CHANGE"),B=new E("FORM_ELEMENT_VALUE_CHANGE"),H=new E("FORM_EMEMENT_VALIDATE"),t=new E("FIELD_ERROR_STATE_CHANGE");export{O as A,F as C,M as D,s as F,A as L,P as R,_ as S,n as T,T as a,t as b,B as c,D as d,C as e,I as f,a as g,w as h,e as i,R as j,L as k,G as l,H as m,N as n,S as o}
@@ -1 +0,0 @@
1
- class s{constructor(s,t){this.accept=s,this.listener=t}notify(s){this.accept(s)&&this.listener(s)}}export{s as O}
@@ -1 +0,0 @@
1
- import{M as t,V as e}from"./p-cb19da5d.js";import{M as s}from"./p-a90f4bcd.js";import"./p-50c9b4ac.js";import{i,j as n}from"./p-e1fec7ba.js";var o=function(t,e,s,i){var n,o=arguments.length,c=o<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,s):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(t,e,s,i);else for(var r=t.length-1;r>=0;r--)(n=t[r])&&(c=(o<3?n(c):o>3?n(e,s,c):n(e,s))||c);return o>3&&c&&Object.defineProperty(e,s,c),c};class c extends e{constructor(t,e,s){if(super(),this.eventIds=[],this.useCapture=!1,this.isEventListenerAdded=!1,this.preventChildEvent=t=>{const e=this.getHostElement();if("function"==typeof this.customPreventHandle)this.customPreventHandle(t);else{const s=t.composedPath();e===t.target&&e===s[0]||t.stopImmediatePropagation()}},this.eventIds=t,this.getHostElement=e,!0===s)this.useCapture=!0;else if(s){const{useCapture:t=!1,customPreventHandle:e}=s;this.useCapture=t,this.customPreventHandle=e}}setup(){this.addOrRemoveEventListener("add")}checkEventListenerStatus(){this.isEventListenerAdded||this.setup()}destroy(){this.addOrRemoveEventListener("remove")}addOrRemoveEventListener(t){const e=this.getHostElement();this.eventIds&&this.eventIds.length&&e&&(this.eventIds.filter((t=>this.shouldPrevent(t))).forEach((s=>{e["add"===t?"addEventListener":"removeEventListener"](this.getCurrentEventName(s),this.preventChildEvent,this.useCapture)})),this.isEventListenerAdded="add"===t)}getCurrentEventName(t){return t.getCurrentName(i.getSemantics(this.host))}shouldPrevent(t){const{namespace:e,jqueryDelegatedEvent:s}=i.getSemantics(this.host);return!("native"===e&&s&&n.isSupportDelegated(this.host,t))}}o([t()],c.prototype,"host",void 0),o([s("connectedCallback")],c.prototype,"setup",null),o([s("componentDidLoad")],c.prototype,"checkEventListenerStatus",null),o([s("disconnectedCallback")],c.prototype,"destroy",null);export{c as C}
@@ -1 +0,0 @@
1
- import{r as e,h as s,H as t,g as o}from"./p-4780e0a0.js";import{s as a}from"./p-fa7ecd11.js";import{I as r}from"./p-50c9b4ac.js";import{I as i}from"./p-4a651b91.js";import{M as n,V as l}from"./p-cb19da5d.js";import{M as c}from"./p-a90f4bcd.js";import{C as f}from"./p-f6642024.js";import{l as p}from"./p-31ca243c.js";import"./p-083d4455.js";import"./p-9ad088e0.js";var m=function(e,s,t,o){var a,r=arguments.length,i=r<3?s:null===o?o=Object.getOwnPropertyDescriptor(s,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,s,t,o);else for(var n=e.length-1;n>=0;n--)(a=e[n])&&(i=(r<3?a(i):r>3?a(s,t,i):a(s,t))||i);return r>3&&i&&Object.defineProperty(s,t,i),i};class d extends l{handleMessageChange(){this.notifyMessageUpdate()}handleComponentDidLoad(){this.notifyMessageUpdate()}notifyMessageUpdate(){f.notify(p,{host:this.host,message:this.message})}}m([n()],d.prototype,"host",void 0),m([n()],d.prototype,"message",void 0),m([c("watchMessage")],d.prototype,"handleMessageChange",null),m([c("componentDidLoad")],d.prototype,"handleComponentDidLoad",null);var h=function(e,s,t,o){var a,r=arguments.length,i=r<3?s:null===o?o=Object.getOwnPropertyDescriptor(s,t):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,s,t,o);else for(var n=e.length-1;n>=0;n--)(a=e[n])&&(i=(r<3?a(i):r>3?a(s,t,i):a(s,t))||i);return r>3&&i&&Object.defineProperty(s,t,i),i};const g=class{constructor(s){e(this,s),this.globalSlimmers={},this.messageController=new d,this.message=""}watchMessage(){}render(){return a(s(t,null,s("slot",null)),this.host)}get host(){return o(this)}static get watchers(){return{message:["watchMessage"]}}};h([i()],g.prototype,"globalSlimmers",void 0),h([r()],g.prototype,"messageController",void 0),g.style=":host{display:block}";export{g as vega_field_error}
@@ -1 +0,0 @@
1
- import{M as t}from"./p-cb19da5d.js";import{M as n}from"./p-a90f4bcd.js";function o(t,n,o=[],c=[],e=[]){var r;const a=[t.name,n.name,...o.map((t=>t.mapFrom)),...c.map((t=>t.mapFrom))].join("-");return(r=t.prototype)[a]||(r[a]=s(n,o,c)),new t.prototype[a](...e)}const s=(o,s,c)=>{const e=class extends o{};return s.forEach((n=>{t(Object.assign(n,{componentFieldName:n.mapFrom}))(e.prototype,n.mapTo)})),c.forEach((t=>{n(t.mapFrom)(e.prototype,t.mapTo)})),e};export{o as c}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as n,H as a,g as i}from"./p-4780e0a0.js";import{s as o}from"./p-fa7ecd11.js";import{I as r}from"./p-50c9b4ac.js";import{I as l}from"./p-4a651b91.js";import{c as s}from"./p-9a28fa22.js";import{a as b}from"./p-7770e04e.js";import{C as g}from"./p-34a385e4.js";import"./p-083d4455.js";import"./p-9ad088e0.js";import"./p-cb19da5d.js";import"./p-381a16b8.js";import"./p-a90f4bcd.js";import"./p-f6642024.js";import"./p-69400591.js";import"./p-331a62d5.js";import"./p-e1fec7ba.js";var v=function(t,e,n,a){var i,o=arguments.length,r=o<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,n):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(t,e,n,a);else for(var l=t.length-1;l>=0;l--)(i=t[l])&&(r=(o<3?i(r):o>3?i(e,n,r):i(e,n))||r);return o>3&&r&&Object.defineProperty(e,n,r),r};const d=class{constructor(n){t(this,n),this.vegaClick=e(this,"vegaClick",7),this.click=e(this,"click",7),this.globalSlimmers={},this.clickEventEmitter=s(d,b),this.eventPrevent=new g([b],(()=>this.host)),this.link=d.defaultLink,this.size="default",this.iconType="icon",this.iconAlign="left",this.label="",this.disabled=!1,this.danger=!1,this.eventful=!0,this.onClick=t=>{this.disabled?t.preventDefault():this.clickEventEmitter.emit(this.host.dataset.key,t)}}componentWillLoad(){this.label||(this.label=this.host.textContent),this.host.innerHTML=""}render(){const t=this.isEventLink(),e=t?d.defaultLink:this.link;return o(n(a,{class:{"vega-button-link-disabled":this.disabled}},n("a",{tabIndex:this.disabled?-1:0,role:t?"button":"link","aria-label":this.label.trim()||"No label defined",href:e,onClick:t&&this.onClick,class:{"vega-button-link":!0,[`vega-button-link-size-${this.size}`]:!0,"vega-button-link-left-button":this.hasIconButton("left"),"vega-button-link-right-button":this.hasIconButton("right"),"vega-button-link-danger":this.danger}},n("div",{class:"vega-button-link-content"},this.renderContent()),n("div",{class:"vega-button-link-outer-border"}))),this.host)}hasIconButton(t){return this.icon&&"button"===this.iconType&&this.iconAlign===t}renderContent(){return this.icon?n("vega-flex",{alignItems:"center",gap:this.getGapByButtonSize(),justifyContent:"center"},"left"===this.iconAlign&&this.renderIcon(),this.renderLabel(),"right"===this.iconAlign&&this.renderIcon()):this.renderLabel()}getGapByButtonSize(){return"large"===this.size?"size-16":"small"===this.size?"size-8":"default"===this.size?"icon"===this.iconType?"size-8":"size-12":void 0}renderLabel(){return this.label&&n("span",{class:"vega-button-link-label",part:"label-container"},n("vega-text",{part:"label-text"},this.label))}renderIcon(){return n("div",{class:`vega-button-link-${this.iconType} vega-flex-shrink-0 v-min-w-min`},"icon"===this.iconType?this.renderVegaIcon():n("div",{class:"vega-button-link-button-container"},this.renderVegaIcon()))}renderVegaIcon(){return n("vega-icon",{icon:this.icon,size:"large"===this.size?"size-24":"size-16"})}isEventLink(){return!this.link||this.link===d.defaultLink}get host(){return i(this)}};d.defaultLink="javascript:void(0);",v([l()],d.prototype,"globalSlimmers",void 0),v([r()],d.prototype,"clickEventEmitter",void 0),v([r()],d.prototype,"eventPrevent",void 0),d.style=':host{display:inline-block;position:relative;margin:0px;line-height:normal}a{text-decoration:none;color:rgba(var(--v-text-link, 19, 98, 226, 1));background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0));outline:none}a:visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}a:hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}a:active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}a:focus-visible{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host>a:hover .vega-button-link-label,:host>a:focus-visible .vega-button-link-label{text-decoration:underline}a:active{text-decoration:none}a:active:hover .vega-button-link-label{text-decoration:none}a.vega-button-link-danger{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}a.vega-button-link-danger:visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}a.vega-button-link-danger:hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}a.vega-button-link-danger:active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}a.vega-button-link-danger:focus-visible{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}a .vega-button-link-button-container{border-radius:9999px;cursor:pointer;background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1));color:rgba(var(--v-text-link, 19, 98, 226, 1));box-sizing:border-box;border:2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1))}a:visited .vega-button-link-button-container{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1));border-color:var(--v-text-link-visited)}a:hover .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-btn-hover, 4, 112, 236, 1));background-color:rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1));color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}a:focus .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1))}a:active .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-btn-active, 29, 65, 195, 1));background-color:rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1));color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}a.vega-button-link-danger .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1));color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}a.vega-button-link-danger:hover .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-danger-btn-hover, 255, 87, 114, 1));background-color:rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2));color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}a.vega-button-link-danger:focus .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1))}a.vega-button-link-danger:active .vega-button-link-button-container{border:2px solid rgba(var(--v-border-secondary-danger-btn-active, 189, 41, 71, 1));background-color:rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2));color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}a.vega-button-link-size-default .vega-button-link-button-container{width:40px;height:40px;padding:10px}a.vega-button-link-size-large .vega-button-link-button-container{width:56px;height:56px;padding:14px}a.vega-button-link-size-small .vega-button-link-button-container{width:32px;height:32px;padding:6px}a.vega-button-link-size-default .vega-button-link-icon,a.vega-button-link-size-small .vega-button-link-icon{width:16px;height:16px}a.vega-button-link-size-large .vega-button-link-icon{width:24px;height:24px}a .vega-button-link-label{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}a.vega-button-link-size-small .vega-button-link-label{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){a.vega-button-link-size-small .vega-button-link-label{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){a.vega-button-link-size-small .vega-button-link-label{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){a.vega-button-link-size-small .vega-button-link-label{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}a.vega-button-link-size-default .vega-button-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){a.vega-button-link-size-default .vega-button-link-label{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){a.vega-button-link-size-default .vega-button-link-label{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){a.vega-button-link-size-default .vega-button-link-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}a.vega-button-link-size-large .vega-button-link-label{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){a.vega-button-link-size-large .vega-button-link-label{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){a.vega-button-link-size-large .vega-button-link-label{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){a.vega-button-link-size-large .vega-button-link-label{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}a:focus-visible>.vega-button-link-outer-border{position:absolute;pointer-events:none;border-radius:9999px;box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25));display:inline-block;top:-4px;left:-8px;height:calc(100% + 8px);width:calc(100% + 16px)}a.vega-button-link-left-button:focus>.vega-button-link-outer-border{left:-4px}a.vega-button-link-right-button:focus>.vega-button-link-outer-border{width:calc(100% + 12px)}a.vega-button-link-danger:focus-visible>.vega-button-link-outer-border{box-shadow:0 0 0 4px rgba(var(--v-ring-action-danger-focus, 230, 50, 87, 0.25))}:host(.vega-button-link-disabled){pointer-events:none}:host(.vega-button-link-disabled) a{color:rgba(var(--v-text-disabled, 176, 180, 181, 1));text-decoration:none;background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))}:host(.vega-button-link-disabled) a.vega-button-link .vega-button-link-button-container{color:rgba(var(--v-text-disabled, 176, 180, 181, 1));border:2px solid rgba(var(--v-border-secondary-btn-disabled, 176, 180, 181, 1));background-color:rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))}:host(.vega-button-link-disabled) a:focus>.vega-button-link-content{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.vega-button-link-disabled) a:focus>.vega-button-link-outer-border{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0, 0, 0, 0))}';export{d as vega_button_link}
@@ -1 +0,0 @@
1
- import{c as r}from"./p-e179550a.js";const n=(r,t="children")=>r.reduce(((r,e)=>r.concat(e[t]?n(e[t],t):e)),[]),t=(r,n,t=!1)=>{if(!Array.isArray(r)||!Array.isArray(n)||r.length!=n.length)return!1;if(t){const t=new Set(r),e=new Set(n);return r.every((r=>e.has(r)))&&n.every((r=>t.has(r)))}for(let t=0;t<r.length;t++)if(r[t]!==n[t])return!1;return!0},e=n=>Object.keys(n).every((n=>!isNaN(r(n)))),o=(r,n)=>(n.forEach((n=>{const t=r.indexOf(n);t>-1&&r.splice(t,1)})),r);function s(r){let n=0;return r.forEach((r=>{n=r&&r.length>n?r.length:n})),n}function a(r,n){if(n.length){const t=[];return n.reduce(((n,e)=>(t.push(r.slice(n,n+e)),n+e)),0),t}return r}function c(r){return r&&Array.isArray(r[0])?r.reduce(((r,n)=>r.concat(n)),[]):r}function u(r,n){let t=r;return Array.isArray(r[0])?t=r.map((r=>(r.sort(((r,t)=>n(r)-n(t))),r))):t.sort(((r,t)=>n(r)-n(t))),t}function f(r,n,t,e){const o=r=>"function"==typeof n?n(r):r;e=e||Array.from(new Set(c(r).map(o)));const s=("function"==typeof t?e.sort(t):e).reduce(((r,n,t)=>(r[n]=t,r)),{});return u(r,(r=>s[o(r)]))}export{u as a,n as b,a as c,o as d,e,c as f,s as g,t as i,f as s}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as s,g as r}from"./p-4780e0a0.js";import{Z as o}from"./p-3c37039f.js";import{s as a}from"./p-fa7ecd11.js";import{M as i}from"./p-cb19da5d.js";import{I as p}from"./p-50c9b4ac.js";import{S as c}from"./p-9c50935d.js";import{I as l}from"./p-4a651b91.js";import"./p-9ad088e0.js";import"./p-e179550a.js";import"./p-083d4455.js";import"./p-a90f4bcd.js";import"./p-331a62d5.js";import"./p-f6642024.js";import"./p-31ca243c.js";import"./p-b8143a53.js";var d=function(t,e,s,r){var o,a=arguments.length,i=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,s):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,s,r);else for(var p=t.length-1;p>=0;p--)(o=t[p])&&(i=(a<3?o(i):a>3?o(e,s,i):o(e,s))||i);return a>3&&i&&Object.defineProperty(e,s,i),i};class f extends c{constructor(){super({parent:"vega-table",subStates:[{subStateName:"fixed",parentStateName:"scrollConfig",callback:t=>{this.fixed=t&&t.maxHeight&&!1!==t.fixedHeader}}]})}}d([i()],f.prototype,"host",void 0),d([i({writable:!0})],f.prototype,"fixed",void 0);var n=function(t,e,s,r){var o,a=arguments.length,i=a<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,s):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,s,r);else for(var p=t.length-1;p>=0;p--)(o=t[p])&&(i=(a<3?o(i):a>3?o(e,s,i):o(e,s))||i);return a>3&&i&&Object.defineProperty(e,s,i),i};const b=class{constructor(e){t(this,e),this.globalSlimmers={},this.vegaTableHeadStateController=new f,this.fixed=!1,this.handleTableHeadRefChange=t=>{this.tableHeadRef&&o.removeZIndex(this.tableHeadRef,"base"),this.fixed&&o.setZIndex(t,"base"),this.tableHeadRef=t}}disconnectedCallback(){o.removeZIndex(this.tableHeadRef,"base")}render(){return a(e(s,{class:{"fixed-header":this.fixed},ref:t=>this.handleTableHeadRefChange(t)},e("thead",null,e("slot",null))),this.host)}get host(){return r(this)}};n([l()],b.prototype,"globalSlimmers",void 0),n([p()],b.prototype,"vegaTableHeadStateController",void 0),b.style=":host{display:table-header-group;border-top-right-radius:12px;border-bottom-right-radius:12px;border-top-left-radius:12px;border-bottom-left-radius:12px}:host thead{display:contents}:host(.fixed-header){position:sticky;top:0px}";export{b as vega_table_head}
@@ -1,2 +0,0 @@
1
- let e,t,n,l=!1,o=!1,s=!1,i=!1,r=!1;const c="undefined"!=typeof window?window:{},f=c.document||{head:{}},a={t:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},u=e=>Promise.resolve(e),d=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),$=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=p(e,n),i=h(t,o),r=y(n);a.ael(s,l,i,r),(t.o=t.o||[]).push((()=>a.rel(s,l,i,r)))}))},h=(e,t)=>n=>{try{256&e.t?e.i[t](n):(e.u=e.u||[]).push([t,n])}catch(e){he(e)}},p=(e,t)=>8&t?c:e,y=e=>0!=(2&e),m="http://www.w3.org/1999/xlink",b=new WeakMap,w=e=>"sc-"+e.$,g={},v=e=>"object"==(e=typeof e)||"function"===e,k=(e,t,...n)=>{let l=null,o=null,s=null,i=!1,r=!1;const c=[],f=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?f(l):null!=l&&"boolean"!=typeof l&&((i="function"!=typeof e&&!v(l))&&(l+=""),i&&r?c[c.length-1].h+=l:c.push(i?j(null,l):l),r=i)};if(f(n),t){t.key&&(o=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,c,O);const a=j(e,null);return a.p=t,c.length>0&&(a.m=c),a.g=o,a.v=s,a},j=(e,t)=>({t:0,k:e,h:t,j:null,m:null,p:null,g:null,v:null}),S={},O={forEach:(e,t)=>e.map(C).forEach(t),map:(e,t)=>e.map(C).map(t).map(M)},C=e=>({vattrs:e.p,vchildren:e.m,vkey:e.g,vname:e.v,vtag:e.k,vtext:e.h}),M=e=>{if("function"==typeof e.vtag){const t=Object.assign({},e.vattrs);return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),k(e.vtag,t,...e.vchildren||[])}const t=j(e.vtag,e.vtext);return t.p=e.vattrs,t.m=e.vchildren,t.g=e.vkey,t.v=e.vname,t},x=(e,t,n,l,o,s)=>{if(n!==l){let i=$e(e,t),r=t.toLowerCase();if("class"===t){const t=e.classList,o=P(n),s=P(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("key"===t);else if("ref"===t)l&&l(e);else if(i||"o"!==t[0]||"n"!==t[1]){const c=v(l);if((i||c&&null!==l)&&!o)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?i=!1:null!=n&&e[t]==o||(e[t]=o)}}catch(e){}let f=!1;r!==(r=r.replace(/^xlink\:?/,""))&&(t=r,f=!0),null==l||!1===l?!1===l&&""!==e.getAttribute(t)||(f?e.removeAttributeNS(m,t):e.removeAttribute(t)):(!i||4&s||o)&&!c&&(l=!0===l?"":l,f?e.setAttributeNS(m,t,l):e.setAttribute(t,l))}else t="-"===t[2]?t.slice(3):$e(c,r)?r.slice(2):r[2]+t.slice(3),n&&a.rel(e,t,n,!1),l&&a.ael(e,t,l,!1)}},R=/\s/,P=e=>e?e.split(R):[],T=(e,t,n,l)=>{const o=11===t.j.nodeType&&t.j.host?t.j.host:t.j,s=e&&e.p||g,i=t.p||g;for(l in s)l in i||x(o,l,s[l],void 0,n,t.t);for(l in i)x(o,l,s[l],i[l],n,t.t)},E=(o,r,c,a)=>{const u=r.m[c];let d,$,h,p=0;if(l||(s=!0,"slot"===u.k&&(e&&a.classList.add(e+"-s"),u.t|=u.m?2:1)),null!==u.h)d=u.j=f.createTextNode(u.h);else if(1&u.t)d=u.j=f.createTextNode("");else{if(i||(i="svg"===u.k),d=u.j=f.createElementNS(i?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&u.t?"slot-fb":u.k),i&&"foreignObject"===u.k&&(i=!1),T(null,u,i),null!=e&&d["s-si"]!==e&&d.classList.add(d["s-si"]=e),u.m)for(p=0;p<u.m.length;++p)$=E(o,u,p,d),$&&d.appendChild($);"svg"===u.k?i=!1:"foreignObject"===d.tagName&&(i=!0)}return d["s-hn"]=n,3&u.t&&(d["s-sr"]=!0,d["s-cr"]=t,d["s-sn"]=u.v||"",h=o&&o.m&&o.m[c],h&&h.k===u.k&&o.j&&L(o.j,!1)),d},L=(e,t)=>{a.t|=1;const l=e.childNodes;for(let e=l.length-1;e>=0;e--){const o=l[e];o["s-hn"]!==n&&o["s-ol"]&&(W(o).insertBefore(o,U(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&L(o,t)}a.t&=-2},N=(e,t,l,o,s,i)=>{let r,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===n&&(c=c.shadowRoot);s<=i;++s)o[s]&&(r=E(null,l,s,e),r&&(o[s].j=r,c.insertBefore(r,U(t))))},D=(e,t,n,l,s)=>{for(;t<=n;++t)(l=e[t])&&(s=l.j,z(l),o=!0,s["s-ol"]?s["s-ol"].remove():L(s,!0),s.remove())},F=(e,t)=>e.k===t.k&&("slot"===e.k?e.v===t.v:e.g===t.g),U=e=>e&&e["s-ol"]||e,W=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,A=(e,t)=>{const n=t.j=e.j,l=e.m,o=t.m,s=t.k,r=t.h;let c;null===r?(i="svg"===s||"foreignObject"!==s&&i,"slot"===s||T(e,t,i),null!==l&&null!==o?((e,t,n,l)=>{let o,s,i=0,r=0,c=0,f=0,a=t.length-1,u=t[0],d=t[a],$=l.length-1,h=l[0],p=l[$];for(;i<=a&&r<=$;)if(null==u)u=t[++i];else if(null==d)d=t[--a];else if(null==h)h=l[++r];else if(null==p)p=l[--$];else if(F(u,h))A(u,h),u=t[++i],h=l[++r];else if(F(d,p))A(d,p),d=t[--a],p=l[--$];else if(F(u,p))"slot"!==u.k&&"slot"!==p.k||L(u.j.parentNode,!1),A(u,p),e.insertBefore(u.j,d.j.nextSibling),u=t[++i],p=l[--$];else if(F(d,h))"slot"!==u.k&&"slot"!==p.k||L(d.j.parentNode,!1),A(d,h),e.insertBefore(d.j,u.j),d=t[--a],h=l[++r];else{for(c=-1,f=i;f<=a;++f)if(t[f]&&null!==t[f].g&&t[f].g===h.g){c=f;break}c>=0?(s=t[c],s.k!==h.k?o=E(t&&t[r],n,c,e):(A(s,h),t[c]=void 0,o=s.j),h=l[++r]):(o=E(t&&t[r],n,r,e),h=l[++r]),o&&W(u.j).insertBefore(o,U(u.j))}i>a?N(e,null==l[$+1]?null:l[$+1].j,n,l,r,$):r>$&&D(t,i,a)})(n,l,t,o):null!==o?(null!==e.h&&(n.textContent=""),N(n,null,t,o,0,o.length-1)):null!==l&&D(l,0,l.length-1),i&&"svg"===s&&(i=!1)):(c=n["s-cr"])?c.parentNode.textContent=r:e.h!==r&&(n.data=r)},H=e=>{const t=e.childNodes;let n,l,o,s,i,r;for(l=0,o=t.length;l<o;l++)if(n=t[l],1===n.nodeType){if(n["s-sr"])for(i=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(r=t[s].nodeType,t[s]["s-hn"]!==n["s-hn"]||""!==i){if(1===r&&i===t[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===r||3===r&&""!==t[s].textContent.trim()){n.hidden=!0;break}H(n)}},q=[],V=e=>{let t,n,l,s,i,r,c=0;const f=e.childNodes,a=f.length;for(;c<a;c++){if(t=f[c],t["s-sr"]&&(n=t["s-cr"])&&n.parentNode)for(l=n.parentNode.childNodes,s=t["s-sn"],r=l.length-1;r>=0;r--)n=l[r],n["s-cn"]||n["s-nr"]||n["s-hn"]===t["s-hn"]||(_(n,s)?(i=q.find((e=>e.S===n)),o=!0,n["s-sn"]=n["s-sn"]||s,i?i.O=t:q.push({O:t,S:n}),n["s-sr"]&&q.map((e=>{_(e.S,n["s-sn"])&&(i=q.find((e=>e.S===n)),i&&!e.O&&(e.O=i.O))}))):q.some((e=>e.S===n))||q.push({S:n}));1===t.nodeType&&V(t)}},_=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,z=e=>{e.p&&e.p.ref&&e.p.ref(null),e.m&&e.m.map(z)},B=e=>ae(e).C,G=(e,t,n)=>{const l=B(e);return{emit:e=>I(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},I=(e,t,n)=>{const l=a.ce(t,n);return e.dispatchEvent(l),l},J=(e,t)=>{t&&!e.M&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.M=t)))},K=(e,t)=>{if(e.t|=16,!(4&e.t))return J(e,e.R),Se((()=>Q(e,t)));e.t|=512},Q=(e,t)=>{const n=e.i;let l;return t&&(e.t|=256,e.u&&(e.u.map((([e,t])=>ne(n,e,t))),e.u=null),l=ne(n,"componentWillLoad")),le(l,(()=>X(e,n,t)))},X=async(e,t,n)=>{const l=e.C,o=l["s-rc"];n&&(e=>{const t=e.P,n=e.C,l=t.t,o=((e,t)=>{let n=w(t);const l=me.get(n);if(e=11===e.nodeType?e:f,l)if("string"==typeof l){let t,o=b.get(e=e.head||e);o||b.set(e,o=new Set),o.has(n)||(t=f.createElement("style"),t.innerHTML=l,e.insertBefore(t,e.querySelector("link")),o&&o.add(n))}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return n})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);Y(e,t),o&&(o.map((e=>e())),l["s-rc"]=void 0);{const t=l["s-p"],n=()=>Z(e);0===t.length?n():(Promise.all(t).then(n),e.t|=4,t.length=0)}},Y=(i,r)=>{try{r=r.render(),i.t&=-17,i.t|=2,((i,r)=>{const c=i.C,u=i.P,d=i.T||j(null,null),$=(e=>e&&e.k===S)(r)?r:k(null,null,r);if(n=c.tagName,u.L&&($.p=$.p||{},u.L.map((([e,t])=>$.p[t]=c[e]))),$.k=null,$.t|=4,i.T=$,$.j=d.j=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],l=0!=(1&u.t),o=!1,A(d,$),a.t|=1,s){let e,t,n,l,o,s;V($.j);let i=0;for(;i<q.length;i++)e=q[i],t=e.S,t["s-ol"]||(n=f.createTextNode(""),n["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=n,t));for(i=0;i<q.length;i++)if(e=q[i],t=e.S,e.O){for(l=e.O.parentNode,o=e.O.nextSibling,n=t["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===t["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),l.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&H($.j),a.t&=-2,q.length=0})(i,r)}catch(e){he(e,i.C)}return null},Z=e=>{const t=e.C,n=e.i,l=e.R;ne(n,"componentDidRender"),64&e.t?ne(n,"componentDidUpdate"):(e.t|=64,oe(t),ne(n,"componentDidLoad"),e.N(t),l||te()),e.D(t),e.M&&(e.M(),e.M=void 0),512&e.t&&je((()=>K(e,!1))),e.t&=-517},ee=e=>{{const t=ae(e),n=t.C.isConnected;return n&&2==(18&t.t)&&K(t,!1),n}},te=()=>{oe(f.documentElement),je((()=>I(c,"appload",{detail:{namespace:"vega"}})))},ne=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){he(e)}},le=(e,t)=>e&&e.then?e.then(t):t(),oe=e=>e.classList.add("hydrated"),se=(e,t,n)=>{if(t.F){e.watchers&&(t.U=e.watchers);const l=Object.entries(t.F),o=e.prototype;if(l.map((([e,[l]])=>{31&l||2&n&&32&l?Object.defineProperty(o,e,{get(){return((e,t)=>ae(this).W.get(t))(0,e)},set(n){((e,t,n,l)=>{const o=ae(e),s=o.C,i=o.W.get(t),r=o.t,c=o.i;if(n=((e,t)=>null==e||v(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(n,l.F[t][0]),(!(8&r)||void 0===i)&&n!==i&&(!Number.isNaN(i)||!Number.isNaN(n))&&(o.W.set(t,n),c)){if(l.U&&128&r){const e=l.U[t];e&&e.map((e=>{try{c[e](n,i,t)}catch(e){he(e,s)}}))}2==(18&r)&&K(o,!1)}})(this,e,n,t)},configurable:!0,enumerable:!0}):1&n&&64&l&&Object.defineProperty(o,e,{value(...t){const n=ae(this);return n.A.then((()=>n.i[e](...t)))}})})),1&n){const n=new Map;o.attributeChangedCallback=function(e,t,l){a.jmp((()=>{const t=n.get(e);if(this.hasOwnProperty(t))l=this[t],delete this[t];else if(o.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==l)return;this[t]=(null!==l||"boolean"!=typeof this[t])&&l}))},e.observedAttributes=l.filter((([e,t])=>15&t[0])).map((([e,l])=>{const o=l[1]||e;return n.set(o,e),512&l[0]&&t.L.push([e,o]),o}))}}return e},ie=e=>{ne(e,"connectedCallback")},re=(e,t={})=>{const n=[],l=t.exclude||[],o=c.customElements,s=f.head,i=s.querySelector("meta[charset]"),r=f.createElement("style"),u=[];let h,p=!0;Object.assign(a,t),a.l=new URL(t.resourcesUrl||"./",f.baseURI).href,e.map((e=>{e[1].map((t=>{const s={t:t[0],$:t[1],F:t[2],H:t[3]};s.F=t[2],s.H=t[3],s.L=[],s.U={};const i=s.$,r=class extends HTMLElement{constructor(e){super(e),de(e=this,s),1&s.t&&e.attachShadow({mode:"open"})}connectedCallback(){h&&(clearTimeout(h),h=null),p?u.push(this):a.jmp((()=>(e=>{if(0==(1&a.t)){const t=ae(e),n=t.P,l=()=>{};if(1&t.t)$(e,t,n.H),ie(t.i);else{t.t|=1,12&n.t&&(e=>{const t=e["s-cr"]=f.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){J(t,t.R=n);break}}n.F&&Object.entries(n.F).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n,l,o)=>{if(0==(32&t.t)){{if(t.t|=32,(o=ye(n)).then){const e=()=>{};o=await o,e()}o.isProxied||(n.U=o.watchers,se(o,n,2),o.isProxied=!0);const e=()=>{};t.t|=8;try{new o(t)}catch(e){he(e)}t.t&=-9,t.t|=128,e(),ie(t.i)}if(o.style){let e=o.style;const t=w(n);if(!me.has(t)){const l=()=>{};((e,t,n)=>{let l=me.get(e);d&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,me.set(e,l)})(t,e,!!(1&n.t)),l()}}}const s=t.R,i=()=>K(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,t,n)}l()}})(this)))}disconnectedCallback(){a.jmp((()=>(()=>{if(0==(1&a.t)){const e=ae(this),t=e.i;e.o&&(e.o.map((e=>e())),e.o=void 0),ne(t,"disconnectedCallback")}})()))}componentOnReady(){return ae(this).q}};s.V=e[0],l.includes(i)||o.get(i)||(n.push(i),o.define(i,se(r,s,1)))}))})),r.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles",""),s.insertBefore(r,i?i.nextSibling:s.firstChild),p=!1,u.length?u.map((e=>e.connectedCallback())):a.jmp((()=>h=setTimeout(te,30)))},ce=(e,t)=>t,fe=new WeakMap,ae=e=>fe.get(e),ue=(e,t)=>fe.set(t.i=e,t),de=(e,t)=>{const n={t:0,C:e,P:t,W:new Map};return n.A=new Promise((e=>n.D=e)),n.q=new Promise((e=>n.N=e)),e["s-p"]=[],e["s-rc"]=[],$(e,n,t.H),fe.set(e,n)},$e=(e,t)=>t in e,he=(e,t)=>(0,console.error)(e,t),pe=new Map,ye=e=>{const t=e.$.replace(/-/g,"_"),n=e.V,l=pe.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(pe.set(n,e),e[t])),he)
2
- /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},me=new Map,be=[],we=[],ge=(e,t)=>n=>{e.push(n),r||(r=!0,t&&4&a.t?je(ke):a.raf(ke))},ve=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){he(e)}e.length=0},ke=()=>{ve(be),ve(we),(r=be.length>0)&&a.raf(ke)},je=e=>u().then(e),Se=ge(we,!0);export{ce as F,S as H,re as b,G as c,ee as f,B as g,k as h,u as p,ue as r}
@@ -1 +0,0 @@
1
- import{h as e,F as t,r as o,c as i,H as r,g as a}from"./p-4780e0a0.js";import{I as s}from"./p-50c9b4ac.js";import{s as l}from"./p-6bd5c49b.js";import{I as d}from"./p-4a651b91.js";import{M as c,V as n}from"./p-cb19da5d.js";import{D as p}from"./p-69400591.js";import{d as h,a as b}from"./p-7770e04e.js";import{M as v}from"./p-a90f4bcd.js";import{O as f}from"./p-331a62d5.js";import{C as u}from"./p-f6642024.js";import{f as m,g as w,n as g,h as x}from"./p-31ca243c.js";import{a as y,i as k}from"./p-d8fd417a.js";import{s as j}from"./p-fa7ecd11.js";import{S as C}from"./p-9c50935d.js";import{f as R}from"./p-b8143a53.js";import{c as S}from"./p-9a28fa22.js";import{C as T}from"./p-34a385e4.js";import{R as O}from"./p-9040b011.js";import{g as N}from"./p-7d441fee.js";import{P as E}from"./p-9c7c5d80.js";import"./p-9ad088e0.js";import"./p-083d4455.js";import"./p-381a16b8.js";import"./p-e1fec7ba.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";var K=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};class D extends n{constructor(){super(...arguments),this.renderRowSelection=()=>{if("multiple"===this.selectionType)return e("td",{class:"vega-table-selection-column"},e("div",{class:"vega-table-checkbox-wrapper"},e("vega-checkbox",{size:"small",checked:this.checked,onClick:this.stopRowSelectionPropagation,ref:e=>{p.addObserverToNode(e,h,this.onRowSelectionChange)}})))},this.renderExpandIcon=()=>this.expandable&&e("td",{class:"vega-table-expand-action-column"},e("div",{class:"vega-table-expand-icon-wrapper"},e("vega-icon",{icon:"chevron-down",color:"text-link",onClick:this.onExpandIconClick}))),this.onRowClick=e=>{e.stopPropagation(),this.vegaTableRowClickController.handleRowClick()},this.onRowSelectionChange=e=>{"vegaChange"===e.eventName&&this.vegaTableRowSelectionController.handleRowSelect(e.detail)},this.stopRowSelectionPropagation=e=>{e.stopPropagation()},this.onExpandIconClick=async e=>{e.stopPropagation(),this.vegaTableRowExpandController.handleExpandIconClick()}}render(){var o,i;return e(t,null,this.renderExpandRowSpace(this.rowKey),e("tr",{class:{"vega-table-row":!0,checked:this.checked,clickable:this.clickable,"current-clicked-row":this.clicked,"expand-row":this.expanded},onClick:this.clickable?this.onRowClick:null},e("td",{style:{width:null===(o=this.paddingX)||void 0===o?void 0:o[0]}}),this.renderRowSelection(),e("slot",null),this.renderExpandIcon(),e("td",{style:{width:null===(i=this.paddingX)||void 0===i?void 0:i[1]}})))}renderExpandRowSpace(t){return this.expandable&&e("tr",{key:`vega-table-expand-row-space-${t}`,class:"expand-row-space"})}}K([c()],D.prototype,"host",void 0),K([c()],D.prototype,"rowKey",void 0),K([c()],D.prototype,"checked",void 0),K([c()],D.prototype,"clickable",void 0),K([c()],D.prototype,"clicked",void 0),K([c()],D.prototype,"expanded",void 0),K([c()],D.prototype,"paddingX",void 0),K([c()],D.prototype,"expandable",void 0),K([c()],D.prototype,"vegaClick",void 0),K([c()],D.prototype,"selectionType",void 0),K([c()],D.prototype,"vegaTableRowSelectionController",void 0),K([c()],D.prototype,"vegaTableRowExpandController",void 0),K([c()],D.prototype,"vegaTableRowClickController",void 0);var X=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};class z extends n{constructor(){super(...arguments),this.handleRowSelect=e=>{this.checked=e,u.notify(m,{host:this.host,checked:e,rowKey:this.rowKey})}}connectedCallback(){this.initRowSelectionObserver()}disconnectedCallback(){u.unregister(w,this.rowSelectionAllObserver),u.unregister(m,this.rowSelectionObserver)}setChecked(e){this.checked=e}initRowSelectionObserver(){this.rowSelectionAllObserver=new f(y.bind(this),(e=>{(e.checked||!1===e.checked&&e.noneChecked)&&(this.checked=e.checked)})),u.register(w,this.rowSelectionAllObserver),this.rowSelectionObserver=new f(y.bind(this),(e=>{e.rowKey===this.rowKey&&(this.checked=e.checked)})),u.register(m,this.rowSelectionObserver)}}X([c()],z.prototype,"host",void 0),X([c()],z.prototype,"selectionType",void 0),X([c()],z.prototype,"rowKey",void 0),X([c({writable:!0})],z.prototype,"checked",void 0),X([v("connectedCallback")],z.prototype,"connectedCallback",null),X([v("disconnectedCallback")],z.prototype,"disconnectedCallback",null);var I=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};class L extends n{connectedCallback(){this.initRowExpandObserver()}disconnectedCallback(){u.unregister(g,this.rowExpandObserver)}handleExpandIconClick(){this.expanded=!this.expanded,u.notify(g,{host:this.host,rowKey:this.rowKey,expanded:this.expanded})}initRowExpandObserver(){this.rowExpandObserver=new f(y.bind({host:this.host}),(e=>{e.rowKey===this.rowKey&&(this.expanded=e.expanded)})),u.register(g,this.rowExpandObserver)}}I([c()],L.prototype,"host",void 0),I([c()],L.prototype,"rowKey",void 0),I([c()],L.prototype,"expandable",void 0),I([c({writable:!0})],L.prototype,"expanded",void 0),I([v("connectedCallback")],L.prototype,"connectedCallback",null),I([v("disconnectedCallback")],L.prototype,"disconnectedCallback",null);var W=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};class M extends n{connectedCallback(){this.initRowClickObserver()}disconnectedCallback(){u.unregister(x,this.rowClickObserver)}handleRowClick(){u.notify(x,{host:this.host,rowKey:this.rowKey}),this.clickEventEmitter.emit({rowKey:this.rowKey})}initRowClickObserver(){this.rowClickObserver=new f(k.bind(this),(e=>{this.clicked=e.host===this.host,this.vegaTableRowSelectionController.setChecked("single"===this.selectionType&&e.host===this.host&&!this.checked)})),u.register(x,this.rowClickObserver)}}W([c()],M.prototype,"host",void 0),W([c()],M.prototype,"rowKey",void 0),W([c({writable:!0})],M.prototype,"clicked",void 0),W([c()],M.prototype,"checked",void 0),W([c()],M.prototype,"selectionType",void 0),W([c()],M.prototype,"vegaClick",void 0),W([c()],M.prototype,"vegaTableRowSelectionController",void 0),W([c()],M.prototype,"clickEventEmitter",void 0),W([v("connectedCallback")],M.prototype,"connectedCallback",null),W([v("disconnectedCallback")],M.prototype,"disconnectedCallback",null);var P=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};class V extends C{constructor(){super({parent:"vega-table",subStates:[{subStateName:"expandable",parentStateName:"rowExpandable"},{subStateName:"clickable",parentStateName:"rowClickable"},{subStateName:"paddingX",parentStateName:"paddingX",callback:e=>{const t=R(this.host,"vega-table");0!==t.dataSource.length&&0!==t.columns.length||(this.paddingX=e)}},{subStateName:"selectionType",parentStateName:"rowSelection",callback:e=>{if(e){const{type:t="multiple"}=e;this.selectionType=t}else this.selectionType=null}},{subStateName:"rowDivider",parentStateName:"rowDivider"},{subStateName:"columnDivider",parentStateName:"columnDivider"},{subStateName:"density",parentStateName:"density"}]})}watchSelectionType(){this.updateClickable()}handleComponentWillLoad(){this.updateClickable()}updateClickable(){this.selectionType&&(this.clickable="single"===this.selectionType||this.clickable)}}P([c()],V.prototype,"host",void 0),P([c({writable:!0})],V.prototype,"expandable",void 0),P([c({writable:!0})],V.prototype,"clickable",void 0),P([c({writable:!0})],V.prototype,"paddingX",void 0),P([c({writable:!0})],V.prototype,"selectionType",void 0),P([c({writable:!0})],V.prototype,"rowDivider",void 0),P([c({writable:!0})],V.prototype,"columnDivider",void 0),P([c({writable:!0})],V.prototype,"density",void 0),P([v("watchSelectionType")],V.prototype,"watchSelectionType",null),P([v("componentWillLoad")],V.prototype,"handleComponentWillLoad",null);var $=function(e,t,o,i){var r,a=arguments.length,s=a<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,o):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(e,t,o,i);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(s=(a<3?r(s):a>3?r(t,o,s):r(t,o))||s);return a>3&&s&&Object.defineProperty(t,o,s),s};const _=class{constructor(e){o(this,e),this.vegaClick=i(this,"vegaClick",7),this.click=i(this,"click",7),this.globalSlimmers={},this.vegaTableRowRenderer=new D,this.vegaTableRowSelectionController=new z,this.vegaTableRowExpandController=new L,this.vegaTableRowClickController=new M,this.vegaTableRowStateController=new V,this.clickEventEmitter=S(_,b),this.checkboxValueChangeEventPrevent=new T([h,b],(()=>this.host)),this.pageResizeObserverSlimmer=new E,this.currentBreakpoint=N()}watchSelectionType(){}render(){return l(e("slot",null)),j(e(r,{class:{"row-divider":this.rowDivider,"column-divider":this.columnDivider,[`density-${O.formatCustom(this.density)}`]:!0}},this.vegaTableRowRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{selectionType:["watchSelectionType"]}}};$([d()],_.prototype,"globalSlimmers",void 0),$([s()],_.prototype,"vegaTableRowRenderer",void 0),$([s()],_.prototype,"vegaTableRowSelectionController",void 0),$([s()],_.prototype,"vegaTableRowExpandController",void 0),$([s()],_.prototype,"vegaTableRowClickController",void 0),$([s()],_.prototype,"vegaTableRowStateController",void 0),$([s()],_.prototype,"clickEventEmitter",void 0),$([s()],_.prototype,"checkboxValueChangeEventPrevent",void 0),$([s()],_.prototype,"pageResizeObserverSlimmer",void 0),_.style=":host{display:contents}:host(.v-hidden){display:none}td{padding:0px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));vertical-align:middle}td:first-of-type{border-top-left-radius:12px;border-bottom-left-radius:12px}td:last-of-type{border-top-right-radius:12px;border-bottom-right-radius:12px}:host([data-striped=striped]) .vega-table-row:not(.checked):not(.clickable:hover) td,:host([data-striped=striped]) .vega-table-row:not(.checked):not(.clickable:hover) ::slotted(vega-table-cell){background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}.checked td,.checked ::slotted(vega-table-cell){background-color:rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))}:not(.checked).clickable:hover{cursor:pointer}:not(.checked).clickable:hover td,:not(.checked).clickable:hover ::slotted(vega-table-cell){background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}.vega-table-checkbox-wrapper{display:flex;align-items:center;justify-content:center}.vega-table-row .vega-table-expand-icon-wrapper{display:flex;align-items:center;justify-content:center}.vega-table-row .vega-table-expand-icon-wrapper vega-icon{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms;cursor:pointer}.vega-table-row.expand-row .vega-table-expand-icon-wrapper vega-icon{transform:rotate(180deg)}:host tr.expand-row td,:host tr.expand-row ::slotted(vega-table-cell){border-top-width:1px;border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-style:solid;border-color:rgba(var(--v-border-color-input-field, 171, 198, 216, 1))}:host tr.expand-row td:first-of-type{border-left-width:1px;border-top-width:1px;border-bottom-left-radius:0px}:host tr.expand-row td:last-of-type{border-right-width:1px;border-top-width:1px;border-bottom-right-radius:0px}tr.expand-row-space{display:block;padding-top:8px}:host(.row-divider:not(:last-of-type)) td,:host(.row-divider:not(:last-of-type)) ::slotted(vega-table-cell){border-color:rgba(var(--v-border-color-divider, 171, 198, 216, 1));border-bottom-width:1px;border-bottom-style:solid}:host(.row-divider:not(:last-of-type)) td:first-of-type,:host(.row-divider:not(:last-of-type)) td:last-of-type{border-radius:0px}:host(.column-divider) ::slotted(vega-table-cell:not(:last-of-type)){border-color:rgba(var(--v-border-color-divider, 171, 198, 216, 1));border-right-width:1px;border-right-style:solid}:host(.density-default) td:first-of-type{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.density-default) td:last-of-type{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.density-default) tr.expand-row-space{display:block;padding-top:8px}:host(.density-compact) td:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}:host(.density-compact) td:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}:host(.density-compact) tr.expand-row-space{display:block;padding-top:4px}:host(.density-relaxed) td:first-of-type{border-top-left-radius:12px;border-bottom-left-radius:12px}:host(.density-relaxed) td:last-of-type{border-top-right-radius:12px;border-bottom-right-radius:12px}:host(.density-relaxed) tr.expand-row-space{display:block;padding-top:12px}.vega-table-expand-action-column{width:40px;min-width:40px}.vega-table-selection-column{width:40px;min-width:40px}";export{_ as vega_table_row}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as i,g as e}from"./p-4780e0a0.js";import{j as h,k as a}from"./p-b8143a53.js";import{I as o}from"./p-50c9b4ac.js";import{I as r}from"./p-4a651b91.js";import{P as l}from"./p-9c7c5d80.js";import"./p-9ad088e0.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-7d441fee.js";var n=function(t,s,i,e){var h,a=arguments.length,o=a<3?s:null===e?e=Object.getOwnPropertyDescriptor(s,i):e;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,s,i,e);else for(var r=t.length-1;r>=0;r--)(h=t[r])&&(o=(a<3?h(o):a>3?h(s,i,o):h(s,i))||o);return a>3&&o&&Object.defineProperty(s,i,o),o};const p=class{constructor(s){t(this,s),this.globalSlimmers={},this.pageResizeObserverSlimmer=new l({callback:()=>{"ellipsis"===this.overflow&&(this.tooltip&&(this.tooltip.innerText=this.content),this.handleTooltip())},isDeferred:!0}),this.overflow="newline",this.initTextContent=()=>{this.content=this.el.textContent},this.handleTooltip=async()=>{h(this.el)?this.createTooltip().componentOnReady().then((()=>{this.updateTooltipDisplayText()})):this.tooltip&&this.tooltip.classList.contains("hydrated")&&(this.el.innerText=this.content,this.tooltip.remove(),this.tooltip=null)},this.createTooltip=()=>(this.tooltip=this.el.querySelector("vega-tooltip"),this.tooltip||(this.tooltip=document.createElement("vega-tooltip"),this.tooltip.content=this.content,this.tooltip.innerText=this.content,this.el.replaceChildren(this.tooltip)),this.tooltip),this.updateTooltipDisplayText=async()=>{let t=parseFloat(a(this.el,"font-size"));t=isNaN(t)?p.DEFAULT_FONT_SIZE:t;let s=Math.floor(this.el.getBoundingClientRect().width/Math.floor(t/2));if(h(this.tooltip))for(;h(this.tooltip);)s-=1,this.tooltip.textContent=this.truncateStringWithEllipsis(s)},this.truncateStringWithEllipsis=t=>this.content.substring(0,t)+"..."}componentDidLoad(){this.initTextContent()}render(){return s(i,{class:{"vega-container-text-ellipsis":"ellipsis"===this.overflow,"vega-container-text-newline":"newline"===this.overflow}},s("slot",null))}get el(){return e(this)}};p.DEFAULT_FONT_SIZE=16,n([r()],p.prototype,"globalSlimmers",void 0),n([o()],p.prototype,"pageResizeObserverSlimmer",void 0),p.style=":host{display:block}:host(.vega-container-text-newline){overflow-wrap:break-word}:host(.vega-container-text-ellipsis){word-break:break-all}";export{p as vega_text}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as a,H as s,g as i}from"./p-4780e0a0.js";import{a as l}from"./p-b8143a53.js";import{g as n,a as o}from"./p-abb37bae.js";import{c as r}from"./p-86194314.js";import{s as c}from"./p-fa7ecd11.js";import{c as p}from"./p-9a28fa22.js";import{a as d}from"./p-7770e04e.js";import{I as m}from"./p-50c9b4ac.js";import{I as h}from"./p-4a651b91.js";import{S as b}from"./p-9c50935d.js";import{M as f}from"./p-cb19da5d.js";import{R as g}from"./p-9040b011.js";import{g as v}from"./p-7d441fee.js";import{P as x}from"./p-9c7c5d80.js";import"./p-9ad088e0.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-083d4455.js";import"./p-381a16b8.js";import"./p-a90f4bcd.js";import"./p-f6642024.js";import"./p-69400591.js";import"./p-331a62d5.js";import"./p-e1fec7ba.js";import"./p-31ca243c.js";import"./p-e179550a.js";class u extends b{constructor(){super({parent:"vega-table",subStates:[{subStateName:"density",parentStateName:"density"}]})}}!function(e,t,a,s){var i,l=arguments.length,n=l<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,a):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,a,s);else for(var o=e.length-1;o>=0;o--)(i=e[o])&&(n=(l<3?i(n):l>3?i(t,a,n):i(t,a))||n);l>3&&n&&Object.defineProperty(t,a,n)}([f({writable:!0})],u.prototype,"density",void 0);var j=function(e,t,a,s){var i,l=arguments.length,n=l<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,a):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,a,s);else for(var o=e.length-1;o>=0;o--)(i=e[o])&&(n=(l<3?i(n):l>3?i(t,a,n):i(t,a))||n);return l>3&&n&&Object.defineProperty(t,a,n),n};const y=class{constructor(s){e(this,s),this.vegaClick=t(this,"vegaClick",7),this.click=t(this,"click",7),this.globalSlimmers={},this.clickEventEmitter=p(y,d),this.vegaTableHeadCellStateController=new u,this.pageResizeObserverSlimmer=new x,this.currentBreakpoint=v(),this.handleSort=e=>{this.currentSortOrder=this.getNextSortOrder(this.currentSortOrder),this.clickEventEmitter.emit({sortOrder:this.currentSortOrder},e)},this.renderSortIconButton=()=>{if(this.sorter)return a("div",{class:"vega-table-column-sorter"},a("span",{class:this.isSortActive("asc")?"v-text-link":""},a("vega-icon",{icon:"chevron-up",size:"size-8"})),a("span",{class:this.isSortActive("desc")?"v-text-link":""},a("vega-icon",{icon:"chevron-down",size:"size-8"})))},this.isSortActive=e=>this.currentSortOrder===e,this.getNextSortOrder=e=>{let t;switch(e){case"desc":t="asc";break;case"asc":t=null;break;default:t="desc"}return t}}render(){const e=l(["vega-table-cell",this.sorter?"sortable":null]),t=o(this.textAlign),i=this.sorter?{role:"button",onKeyDown:r(),tabIndex:0,onClick:e=>this.handleSort(e)}:null;return c(a(s,{class:{[`density-${g.formatCustom(this.density)}`]:!0,[n(this.breakpoint,"v-table-cell")]:!0},style:{width:this.width}},a("th",Object.assign({class:e},i),a("div",{class:"vega-table-column"},a("span",{class:`vega-table-column-label ${t}`},a("slot",null)),this.renderSortIconButton()))),this.host)}get host(){return i(this)}};j([h()],y.prototype,"globalSlimmers",void 0),j([m()],y.prototype,"clickEventEmitter",void 0),j([m()],y.prototype,"vegaTableHeadCellStateController",void 0),j([m()],y.prototype,"pageResizeObserverSlimmer",void 0),y.style=':host(.v-hidden){display:none}@media (min-width: 320px){:host(.S\\:v-table-cell){display:table-cell}}@media (min-width: 768px){:host(.M\\:v-table-cell){display:table-cell}}@media (min-width: 1024px){:host(.L\\:v-table-cell){display:table-cell}}@media (min-width: 1440px){:host(.XL\\:v-table-cell){display:table-cell}}:host{display:table-cell;background-color:rgba(var(--v-bg-table-header, 240, 243, 247, 1));color:rgba(var(--v-text-primary, 32, 54, 69, 1));text-align:left;vertical-align:middle}th{display:block;padding:0px;padding:12px;font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;word-break:break-word}@media screen and (min-width: 768px) and (max-width: 1023px){th{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){th{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){th{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}th.vega-table-cell.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vega-table-column{display:flex;align-items:center;justify-content:space-between}.vega-table-column-sorter{display:flex;flex-direction:column;gap:4px;margin-left:4px;cursor:pointer;outline:none}.vega-table-column-sorter span{display:inline-flex}.vega-table-column-sorter span.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}.vega-table-column-label{flex-grow:1}.vega-table-column-label.v-text-center{text-align:center}.vega-table-column-label.v-text-left{text-align:left}.vega-table-column-label.v-text-right{text-align:right}:host(.density-default) .vega-table-cell{padding:12px}:host(.density-compact) .vega-table-cell{padding:4px}:host(.density-relaxed) .vega-table-cell{padding:16px}';export{y as vega_table_head_cell}
@@ -1 +0,0 @@
1
- import{G as t,c as n,C as c,b as s}from"./p-50c9b4ac.js";function o(){return function(t,n){Object.defineProperty(t,n,{set:e(n),get:s(n)})}}function e(s){return function(){const o={};t.globalSlimmers.forEach((t=>{o[t.name]=new t({component:this})}));const e=Object.values(o);e.forEach((t=>{n(s).call(this,t)})),e.length>0&&this[c].set(s,o)}}export{o as I}
@@ -1 +0,0 @@
1
- import{h as e,H as t,r as i,g as s}from"./p-4780e0a0.js";import{s as r}from"./p-fa7ecd11.js";import{I as a}from"./p-50c9b4ac.js";import{s as n}from"./p-6bd5c49b.js";import{I as o}from"./p-4a651b91.js";import{M as d,V as l}from"./p-cb19da5d.js";import"./p-083d4455.js";import"./p-9ad088e0.js";class p extends l{render(){return e(t,null,this.renderSectionHeader(),e("slot",null),this.renderListSeparator())}renderListSeparator(){return e("div",{class:"list-separator-container"},e("div",{class:"list-separator"}))}renderSectionHeader(){var t;return(null===(t=this.sectionHeader)||void 0===t?void 0:t.title)&&e("div",{class:"section-header"},e("div",{class:"section-header-title"},this.sectionHeader.title),this.sectionHeader.actionTitle&&e("vega-button-link",{label:this.sectionHeader.actionTitle,size:"small",link:this.sectionHeader.actionLink,eventful:this.sectionHeader.actionEventful}))}}!function(e,t,i,s){var r,a=arguments.length,n=a<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(n=(a<3?r(n):a>3?r(t,i,n):r(t,i))||n);a>3&&n&&Object.defineProperty(t,i,n)}([d()],p.prototype,"sectionHeader",void 0);var c=function(e,t,i,s){var r,a=arguments.length,n=a<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,i):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,s);else for(var o=e.length-1;o>=0;o--)(r=e[o])&&(n=(a<3?r(n):a>3?r(t,i,n):r(t,i))||n);return a>3&&n&&Object.defineProperty(t,i,n),n};const f=class{constructor(e){i(this,e),this.globalSlimmers={},this.renderer=new p}render(){return n(e("slot",null)),r(this.renderer.render(),this.host)}get host(){return s(this)}};c([o()],f.prototype,"globalSlimmers",void 0),c([a()],f.prototype,"renderer",void 0),f.style=':host{display:block}:host(:last-child) .list-separator-container{display:none}.list-separator-container{padding-left:12px;padding-right:12px;padding-top:20px;padding-bottom:20px}.list-separator{width:100%;height:1px;background-color:rgba(var(--v-bg-divider, 171, 198, 216, 1))}.section-header{display:flex;align-items:center;gap:12px;padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px;border-radius:4px}.section-header>.section-header-title{color:rgba(var(--v-text-primary, 32, 54, 69, 1));font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;flex:1 1 0%;overflow:hidden;text-transform:uppercase}@media screen and (min-width: 768px) and (max-width: 1023px){.section-header>.section-header-title{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.section-header>.section-header-title{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.section-header>.section-header-title{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}.section-header>vega-button-link{flex-basis:0}';export{f as vega_left_nav_section}
@@ -1 +0,0 @@
1
- import{r as t,h as e,H as r,g as a}from"./p-4780e0a0.js";import{s as o}from"./p-fa7ecd11.js";import{I as i}from"./p-50c9b4ac.js";import{s}from"./p-6bd5c49b.js";import{I as p}from"./p-4a651b91.js";import{V as c}from"./p-0e553455.js";import{M as n}from"./p-cb19da5d.js";import{M as l}from"./p-a90f4bcd.js";import{P as f}from"./p-9c7c5d80.js";import{R as h}from"./p-9040b011.js";import"./p-083d4455.js";import"./p-9ad088e0.js";import"./p-7d441fee.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";var d=function(t,e,r,a){var o,i=arguments.length,s=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,a);else for(var p=t.length-1;p>=0;p--)(o=t[p])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};class m extends f{constructor(){super({callback:()=>{this.updateMaxHeight()}})}watchMaxHeight(){this.updateMaxHeight()}updateMaxHeight(){const t=h.formatCustom(this.maxHeight);this.currentMaxHeight="number"==typeof t||"string"==typeof t&&!isNaN(t)?`${t}px`:t}}d([n()],m.prototype,"maxHeight",void 0),d([n({writable:!0})],m.prototype,"currentMaxHeight",void 0),d([l("watchMaxHeight")],m.prototype,"watchMaxHeight",null);var x=function(t,e,r,a){var o,i=arguments.length,s=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,r):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,r,a);else for(var p=t.length-1;p>=0;p--)(o=t[p])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s};const g=class{constructor(e){t(this,e),this.globalSlimmers={},this.listRenderer=new c,this.maxHeightController=new m}watchMaxHeight(){}render(){return s(e("slot",null)),o(e(r,{style:{maxHeight:this.currentMaxHeight}},this.listRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{maxHeight:["watchMaxHeight"]}}};x([p()],g.prototype,"globalSlimmers",void 0),x([i()],g.prototype,"listRenderer",void 0),x([i()],g.prototype,"maxHeightController",void 0),g.style=":host{display:block;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-radius:12px;box-shadow:var(--v-shadow-form-field, 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1));text-align:left;overflow-y:auto;width:300px}.vega-nav-list-container{padding:12px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}.vega-nav-list-container .vega-links-icon .prefix-icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:20px;height:20px}a .vega-links-name{flex:1 1 0%;overflow:hidden;overflow-wrap:break-word}";export{g as vega_nav_card}
@@ -1 +0,0 @@
1
- import{M as t,V as s}from"./p-cb19da5d.js";import{M as e}from"./p-a90f4bcd.js";import{I as i}from"./p-50c9b4ac.js";import{F as r}from"./p-083d4455.js";import{c as o}from"./p-0bb29d98.js";import{C as h}from"./p-f6642024.js";import{O as n}from"./p-331a62d5.js";import{b as l,i as a,j as c,c as u,k as d,F as f,l as m,m as v}from"./p-31ca243c.js";import{f as p,i as b}from"./p-b8143a53.js";import{a as R,g as y}from"./p-8b5d3a52.js";import{c as E}from"./p-381a16b8.js";import{P as F}from"./p-9c7c5d80.js";class w{constructor(t){this.rule=t}getStatus(t,s,e){return{canEvaluate:this.rule.canEvaluate(t,s,e),isAsync:R(this.rule.evaluate)}}shouldShowError(t,s){try{return this.rule.shouldShowError?this.rule.shouldShowError(t,s):this.defaultShouldShowError(t)}catch(t){return!1}}handle(t){try{return this.rule.evaluate(t)}catch(t){return{isValid:!0,message:""}}}defaultShouldShowError(t){return!t.disabled&&t.visible&&(t.touched||t.modified)}}class j{constructor(){this.handlers=[],this.processId=""}checkIncludesAsyncRuleHandler(t,s,e){return!!this.handlers.find((i=>{const r=i.getStatus(t,s,e);return r.canEvaluate&&r.isAsync}))}setHandlersByRules(t){this.handlers=t&&t.length?t.map((t=>new w(t))):[]}async process(t,s,e,i,r){const o=this.preProcess();let h;for(const i of this.handlers){if(o!==this.processId)break;const r=i.getStatus(t,s,e);if(!r.canEvaluate)continue;let n;if(r.isAsync)try{n=await i.handle(t)}catch(t){}else n=i.handle(t);if(n&&!n.isValid){const t=i.shouldShowError(s,e);h=Object.assign(Object.assign({},n),{shouldShowError:t});break}}return this.postProcess(o,i,h,r),!h}preProcess(){const t=y();return this.processId=t,t}postProcess(t,s,e,i){this.processId===t&&i(s,e)}}var g=function(t,s,e,i){var r,o=arguments.length,h=o<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)h=Reflect.decorate(t,s,e,i);else for(var n=t.length-1;n>=0;n--)(r=t[n])&&(h=(o<3?r(h):o>3?r(s,e,h):r(s,e))||h);return o>3&&h&&Object.defineProperty(s,e,h),h};class O extends s{applyInputInvalidUI(t){if(t){const s=this.getInputElementContainer(),e=this.getErrorContainer();e.innerHTML=t,e.classList.remove("vega-hidden"),s.classList.add("error"),h.notify(l,{host:this.host,showError:!0})}}resetInputInvalidUI(){const t=this.getInputElementContainer();this.getErrorContainer().classList.add("vega-hidden"),t.classList.remove("error"),h.notify(l,{host:this.host,showError:!1})}getInputElementContainerBySelector(){const t=this.options&&this.options.inputContainerSelector?this.options.inputContainerSelector:".vega-input-container",s=(this.host.shadowRoot||this.host).querySelector(t);if(!s)throw new Error(`Can't not find inputContainer with selector ${t}`);return s}getInputElementContainer(){return this.options&&this.options.inputContainerGetter?this.options.inputContainerGetter():this.getInputElementContainerBySelector()}getErrorContainer(){var t;const s=this.getInputElementContainer();let e=s.nextSibling;return e&&(null===(t=e.classList)||void 0===t?void 0:t.contains("vega-error"))||(e=document.createElement("label"),e.classList.add("vega-error"),e.setAttribute("part","field-error-message"),s.after(e)),e}}g([t()],O.prototype,"host",void 0),g([t()],O.prototype,"options",void 0);var A=function(t,s,e,i){var r,o=arguments.length,h=o<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)h=Reflect.decorate(t,s,e,i);else for(var n=t.length-1;n>=0;n--)(r=t[n])&&(h=(o<3?r(h):o>3?r(s,e,h):r(s,e))||h);return o>3&&h&&Object.defineProperty(s,e,h),h};class I{constructor(t,s,e,i,r="input"){var o,n;this.fieldErrorUIController=new O,this.resizeObserverSlimmer=E(I,F,[],[{mapFrom:"connectResizeObserver",mapTo:"connectResizeObserver"}],[{callback:t=>{const s=this.isVisible,e=t[0].contentRect.height>0;this.isVisible=e,this.isAutoValidationEnabled()&&p(this.host,"vega-form")&&s!==e&&this.valid(["visible"])},target:()=>this.host}]),this.defaultRules=[],this.additionalRules=[],this.listeners=[],this.isTouched=!1,this.isModified=!1,this.isVisible=!1,this.formFieldValidationRuleHandlerChain=new j,this.handleValidationResult=(t,s)=>{let e=!0;return s?("rule"===t?s.shouldShowError?this.fieldErrorUIController.applyInputInvalidUI(s.message):this.fieldErrorUIController.resetInputInvalidUI():t?this.fieldErrorUIController.applyInputInvalidUI(s.message):this.fieldErrorUIController.resetInputInvalidUI(),e=!1):this.fieldErrorUIController.resetInputInvalidUI(),this.invokeListeners(e),h.notify(a,{host:this.host,detail:e}),e},this.defaultRules=t||[],this.host=s,this.touchableArea=r,this.defaultValue=e,this.options=i,this.initDisabledAttrObserver(),this.connectResizeObserver(),this.initFormResetObserver(),null===(n=(o=this.host).componentOnReady)||void 0===n||n.call(o).then((()=>{this.didRender()})),this.listenHostElementKeydown(),this.updateValidationHandlers()}async validate(t){return await this.valid([],t)}addListener(t){this.listeners.push(t)}getRules(){return[...this.defaultRules,...this.additionalRules]}setDefaultRules(t){this.defaultRules=t,this.updateValidationHandlers()}setAdditionalRules(t){this.additionalRules=t,this.updateValidationHandlers()}destroy(){h.notify(c,{host:this.host}),this.unregisterFormResetObserver(),h.unregister(u,this.hostValueChangeObserver)}connectResizeObserver(){}updateValidationHandlers(){this.formFieldValidationRuleHandlerChain.setHandlersByRules(this.getRules())}async valid(t,s="rule"){const e=this.getStatus(),i=this.host.value;return this.formFieldValidationRuleHandlerChain.checkIncludesAsyncRuleHandler(i,e,t)&&h.notify(a,{host:this.host,detail:null}),await this.formFieldValidationRuleHandlerChain.process(i,e,t,s,this.handleValidationResult)}invokeListeners(t){this.listeners.forEach((s=>s.callback(t)))}getStatus(){return{touched:this.isTouched,modified:this.isModified,disabled:this.host.disabled,visible:this.isVisible}}updateIsTouched(t){const s=this.isTouched;this.isTouched=t,this.isAutoValidationEnabled()&&this.valid(s===t?[]:["touched"])}updateIsModified(t){const s=this.isModified;this.isModified=t,this.isAutoValidationEnabled()&&this.valid(s===t?[]:["modified"])}initDisabledAttrObserver(){this.disabledAttrObserver=new MutationObserver((()=>{this.isAutoValidationEnabled()&&this.valid(["disabled"])})),this.disabledAttrObserver.observe(this.host,{attributes:!0,attributeFilter:["disabled"]})}canAcceptFormResetOperation(t){return p(this.host,"vega-form")===t.host}unregisterFormResetObserver(){h.unregister(d,this.formResetTriggeredObserver)}setupTouchedListener(){this.getTouchableAreaElements().forEach((t=>t.addEventListener("blur",(()=>{this.updateIsTouched(!0)}))))}getTouchableAreaElements(){return this.options&&this.options.touchableAreaGetter?this.options.touchableAreaGetter():Array.from(this.host.querySelectorAll(this.touchableArea))}setupModifiedListener(){this.hostValueChangeObserver=new n(this.isCurrentTarget.bind(this),(()=>this.updateIsModified(!0))),h.register(u,this.hostValueChangeObserver)}isCurrentTarget(t){return this.host===t.host}async reset(t){var s,e;if(this.shouldVisitElement(this.host,null===(s=t.option)||void 0===s?void 0:s.skipDisabled,null===(e=t.option)||void 0===e?void 0:e.skipInvisible)){const s=t.defaultValueMap,e=this.host.dataset.vegaForm,i=null==s[e]?this.getDefaultValue():s[e];"function"==typeof this.host.setValue?await this.host.setValue(i):this.host.value=i,this.isTouched=!1,this.isModified=!1,this.fieldErrorUIController.resetInputInvalidUI()}}getDefaultValue(){return this.defaultValue instanceof Function?this.defaultValue(this.host):this.defaultValue}didRender(){this.setupTouchedListener(),this.setupModifiedListener()}initFormResetObserver(){this.formResetTriggeredObserver=new n(this.canAcceptFormResetOperation.bind(this),this.reset.bind(this)),h.register(d,this.formResetTriggeredObserver)}isAutoValidationEnabled(){return!1!==this.host.autoValidation}shouldVisitElement(t,s,e){return!(!t.dataset.vegaForm||s&&t.disabled||e&&!b(t))}listenHostElementKeydown(){this.host.addEventListener("keydown",(t=>{this.canSubmitFormByEvent(t)&&h.notify(f,{host:this.host})}))}canSubmitFormByEvent(t){const s="Enter"===t.key||13===t.keyCode,e=s&&t.shiftKey;switch(this.host.tagName){case"VEGA-TEXTAREA":case"VEGA-DATE-PICKER":case"VEGA-TIME-PICKER":return e&&t.preventDefault(),e;default:return s}}}A([i()],I.prototype,"fieldErrorUIController",void 0),A([i()],I.prototype,"resizeObserverSlimmer",void 0);var C=function(t,s,e,i){var r,o=arguments.length,h=o<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)h=Reflect.decorate(t,s,e,i);else for(var n=t.length-1;n>=0;n--)(r=t[n])&&(h=(o<3?r(h):o>3?r(s,e,h):r(s,e))||h);return o>3&&h&&Object.defineProperty(s,e,h),h};class V extends s{constructor(){super(...arguments),this.fieldErrorUIController=new O,this.handleFieldErrorMessageUpdate=t=>{const{message:s}=t;s?this.fieldErrorUIController.applyInputInvalidUI(s):this.fieldErrorUIController.resetInputInvalidUI()}}handleComponentWillLoadByFieldErrorSlimmer(){this.fieldErrorMessageChangeObserver=new n(this.canAcceptFieldErrorMessageUpdate.bind(this),this.handleFieldErrorMessageUpdate),h.register(m,this.fieldErrorMessageChangeObserver)}handleUnregisterObserver(){h.unregister(m,this.fieldErrorMessageChangeObserver)}canAcceptFieldErrorMessageUpdate(t){const{host:s}=t,e=this.host.parentElement;return!(!e||e!==s)}}C([t()],V.prototype,"host",void 0),C([t()],V.prototype,"options",void 0),C([i()],V.prototype,"fieldErrorUIController",void 0),C([e("setInjectFormFieldHelper")],V.prototype,"handleComponentWillLoadByFieldErrorSlimmer",null),C([e("destroy")],V.prototype,"handleUnregisterObserver",null);var S=function(t,s,e,i){var r,o=arguments.length,h=o<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)h=Reflect.decorate(t,s,e,i);else for(var n=t.length-1;n>=0;n--)(r=t[n])&&(h=(o<3?r(h):o>3?r(s,e,h):r(s,e))||h);return o>3&&h&&Object.defineProperty(s,e,h),h};class T extends s{constructor(t){super(),this.fieldErrorSlimmer=new V,this.options=t}static isValidFormField(t){return t&&Boolean(t.getAttribute("data-vega-form"))}watchValidationRulesByFormControllerSlimmer(){this.setAdditionalRules(),this.internalValidate()}validByFormControllerSlimmer(t=!0){var s;return null===(s=this.validator)||void 0===s?void 0:s.validate(t)}initialFormFieldHelper(){null===this.validator&&(this.setInjectFormFieldHelper(),this.observeDefaultRuleAttributes())}destroy(){this.validator&&(this.validator.destroy(),this.formFieldAttributesObserver.disconnect(),this.validator=null,this.formFieldAttributesObserver=null)}createRuleObserve(){this.observeDefaultRuleAttributes()}setInjectFormFieldHelper(){const t=r.isEnabled("VEGA_INJECT_FORM_FIELD_CONTROLLER.ADD_DATA_VEGA_FORM_FILTER");if(!t||t&&T.isValidFormField(this.host)){const{defaultValue:t,touchableAreaSelector:s}=this.options,e=new I(this.getPropertyRules(),this.host,t,this.options,s);e.addListener({callback:t=>{this.isValid!=t&&(this.isValid=t,this.vegaValidate&&(this.vegaValidate.emit(t),h.notify(v,{host:this.host,detail:t})))}}),this.validator=e,this.setAdditionalRules()}}observeDefaultRuleAttributes(){if(this.validator){this.formFieldAttributesObserver||(this.formFieldAttributesObserver=new MutationObserver((async()=>{this.setDefaultRules(),this.internalValidate()})));const t=this.options.propertyRules.map((t=>o(t.propertyName)));this.formFieldAttributesObserver.observe(this.host,{attributeFilter:t})}}setAdditionalRules(){this.options.validationRulesName&&"validationRules"===this.options.validationRulesName&&this.validator&&this.validator.setAdditionalRules(this.validationRules||[])}setDefaultRules(){this.validator&&this.validator.setDefaultRules(this.getPropertyRules())}getPropertyRules(){const{propertyRules:t,attributeGetter:s}=this.options;return t.map((t=>{const e=t.dependence&&"string"==typeof t.dependence?[s(t.dependence)]:Array.isArray(t.dependence)?t.dependence.map((t=>s(t))):[null];return t.ruleFactory(s(t.propertyName),...e)})).filter(Boolean)}internalValidate(){!this.disabled&&this.validator&&this.validator.validate()}}S([t()],T.prototype,"host",void 0),S([t({writable:!0})],T.prototype,"validationRules",void 0),S([t()],T.prototype,"disabled",void 0),S([t()],T.prototype,"autoValidation",void 0),S([t({writable:!0})],T.prototype,"isValid",void 0),S([t()],T.prototype,"vegaValidate",void 0),S([i()],T.prototype,"fieldErrorSlimmer",void 0),S([e("watchValidationRules")],T.prototype,"watchValidationRulesByFormControllerSlimmer",null),S([e("valid")],T.prototype,"validByFormControllerSlimmer",null),S([e("connectedCallback")],T.prototype,"initialFormFieldHelper",null),S([e("disconnectedCallback")],T.prototype,"destroy",null),S([e("componentDidLoad")],T.prototype,"createRuleObserve",null),S([e("componentWillLoad")],T.prototype,"setInjectFormFieldHelper",null);export{T as F}
@@ -1 +0,0 @@
1
- import{h as e,F as t,r as i,c as o,H as r,g as s}from"./p-4780e0a0.js";import{g as n,s as l}from"./p-fa7ecd11.js";import{I as c}from"./p-50c9b4ac.js";import{m as a,s as h}from"./p-6bd5c49b.js";import{I as d}from"./p-4a651b91.js";import{M as u,V as p}from"./p-cb19da5d.js";import{M as v}from"./p-a90f4bcd.js";import{f,e as m}from"./p-b8143a53.js";import{x as w,D as S}from"./p-0f57513d.js";import{c as b}from"./p-86194314.js";import{L as y}from"./p-9ad088e0.js";import{D as g}from"./p-69400591.js";import{d as R,h as j,i as C,b as x,f as D,j as O}from"./p-7770e04e.js";import{K as E,E as I,c as L}from"./p-92d825b2.js";import{i as k,d as T}from"./p-447a846e.js";import{c as K}from"./p-9a28fa22.js";import{C as A}from"./p-738bf8cf.js";import{D as M}from"./p-31ca243c.js";import"./p-083d4455.js";import"./p-7d441fee.js";import"./p-29ba4bd0.js";import"./p-f6642024.js";import"./p-331a62d5.js";import"./p-081450d7.js";import"./p-9040b011.js";import"./p-e179550a.js";import"./p-3c37039f.js";import"./p-381a16b8.js";import"./p-9c7c5d80.js";import"./p-76f2d5b3.js";import"./p-e1fec7ba.js";var W=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class H extends p{componentDidRender(){this.setVirtualContainer(),this.appendItemsToContentBox(),this.appendDropdownToContentBox()}getDropdownRef(){return this.dropdownRef}getDropdownContentBoxRef(){return this.dropdownContentBoxRef}getVirtualContainerRef(){return this.virtualContainerRef}getNextActiveItem(e){const t=this.getAllItems(),i=this.getCurrentActiveItem();if(i){const o=t.findIndex((e=>e===i)),r="ArrowDown"===e?o+1:o-1,s=t[r];return s?s.disabled?this.findNextCallFocusItem(t,r,e):s:null}return t[0]}render(){return e(t,null,this.renderContentSlot(),this.renderDropdown())}renderContentSlot(){return this.renderModeController.isSourceRenderMode()?e("slot",null):e("slot",{name:"dropdown-content"})}renderDropdown(){return e("vega-dropdown-content-box",{ref:e=>this.dropdownContentBoxRef=e,style:{maxHeight:`${this.maxHeight}px`},"data-parent-ref":this.host},e("div",{ref:e=>this.dropdownRef=e,class:{"vega-dropdown":!0,"vega-dropdown-with-searchable":this.searchable}},e("div",{class:"vega-dropdown-actions"},this.searchRenderer.render(),this.createRenderer.render()),e("div",null,e("div",{class:"vega-dropdown-container"},this.renderModeController.isSourceRenderMode()?this.listRenderer.renderBySource():this.listRenderer.renderBySlot()))))}setVirtualContainer(){this.virtualContainerRef=this.dropdownRef.querySelector(".vega-dropdown-container")}appendItemsToContentBox(){if(!this.renderModeController.isSourceRenderMode()){const e=this.host.querySelector("[slot='items']");!this.dropdownContentBoxRef.contains(e)&&e&&this.dropdownContentBoxRef.append(e)}}appendDropdownToContentBox(){var e,t;(null===(e=this.dropdownContentBoxRef.shadowRoot)||void 0===e?void 0:e.contains(this.dropdownRef))||null===(t=this.dropdownContentBoxRef.shadowRoot)||void 0===t||t.append(this.dropdownRef)}getAllItems(){const e=this.dropdownRef.querySelector("vega-virtual-scroll");return Array.from((e?e.shadowRoot:this.dropdownRef).querySelectorAll("vega-dropdown-item"))}getCurrentActiveItem(){return f(n(this.dropdownContentBoxRef.shadowRoot),"vega-dropdown-item")}findNextCallFocusItem(e,t,i){const o="ArrowDown"===i?t+1:t-1,r=e[o];return r?r.disabled?this.findNextCallFocusItem(e,o,i):r:null}}W([u()],H.prototype,"host",void 0),W([u()],H.prototype,"maxHeight",void 0),W([u()],H.prototype,"searchable",void 0),W([u()],H.prototype,"searchRenderer",void 0),W([u()],H.prototype,"createRenderer",void 0),W([u()],H.prototype,"listRenderer",void 0),W([u()],H.prototype,"renderModeController",void 0),W([v("componentDidRender")],H.prototype,"componentDidRender",null);var $=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class B extends p{componentWillLoad(){this.handleSource()}watchSource(){this.handleSource()}setRenderSource(){this.sourceForRender=this.searchController.search(this.source)}handleSource(){this.validSource(),this.setRenderSource()}validSource(){this.source=w(this.source,S)?this.source:[]}}$([u({writable:!0})],B.prototype,"source",void 0),$([u({writable:!0})],B.prototype,"sourceForRender",void 0),$([u()],B.prototype,"searchController",void 0),$([v("componentWillLoad")],B.prototype,"componentWillLoad",null),$([v("watchSource")],B.prototype,"watchSource",null);var N=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class F extends p{constructor(){super(...arguments),this.onItemAdd=()=>{this.createEventEmitter.emit(this.searchString),this.appenderController.hide()}}render(){return this.searchString&&this.dynamicOption&&!this.childrenController.isLabelExist(this.searchString)&&e("fragment",null,e("div",{class:"vega-dropdown-add-item",onClick:this.onItemAdd,tabIndex:0,role:"button","aria-label":`Add ${this.searchString}`,onKeyDown:b()},e("div",null,e("vega-icon",{icon:"plus-sign"})),e("span",{class:"v-break-all"},`Add "${this.searchString}"`)),e("div",{class:"vega-dropdown-divider"}))}}N([u()],F.prototype,"searchString",void 0),N([u()],F.prototype,"dynamicOption",void 0),N([u()],F.prototype,"sourceForRender",void 0),N([u()],F.prototype,"appenderController",void 0),N([u()],F.prototype,"childrenController",void 0),N([u()],F.prototype,"renderModeController",void 0),N([u()],F.prototype,"createEventEmitter",void 0);var U=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class V extends p{async scrollToIndex(){this.adjustListContainerMaxHeight();const e=this.sourceForRender.findIndex((e=>e.key===("multiple"===this.selectType?this.selectedSourceKey[0]:this.selectedSourceKey)));e>=0&&await this.virtualScrollRef.scrollToIndex(e)}getVirtualScrollRef(){return this.virtualScrollRef}getTemplateItemsRef(){return this.templateItemsRef}renderBySource(){return e(t,null,this.renderLoading(),this.renderDropdownListBySource())}renderBySlot(){return e(t,null,this.renderLoading(),this.renderDropdownListBySlot())}renderLoading(){return e("div",{class:{"vega-dropdown-loading":!0,"v-hidden":!this.isLoading}},e("vega-flex",{gap:"size-8",direction:"row"},e("vega-loading-indicator",{size:"small"}),e("span",null,"Loading")))}renderDropdownListBySource(){return 0===this.sourceForRender.length?e("div",{class:"vega-dropdown-empty-list"},this.searchString?"No results found":"No options"):e("ul",{role:"menu","aria-label":"dropdown-ul"},e("vega-virtual-scroll",{source:this.sourceForRender,renderItem:(e,t,i)=>e.children?this.groupLevelRenderer.render(e,t,i):this.itemLevelRenderer.render(e,i),viewportMaxHeight:this.maxHeightOfItemsContainer,ref:e=>this.virtualScrollRef=e}))}renderDropdownListBySlot(){return e("ul",{role:"menu","aria-label":"dropdown-ul",class:{[`vega-dropdown-item-display-${this.itemDisplayRule}`]:!0,"v-hidden":this.isLoading},style:{maxHeight:`${this.maxHeightOfItemsContainer}px`},ref:e=>this.templateItemsRef=e},e("slot",{name:"items"}))}adjustListContainerMaxHeight(){const e=this.renderer.getDropdownContentBoxRef(),t=m(e.style.maxHeight)-(this.searchable?59:8)-8-(e.classList.contains("vega-placement-top")?0:16);e.style.maxHeight="unset",t<=40?(this.maxHeightOfItemsContainer=40,y.error("There have no space on the bottom to display dropdown, if you want to adjust position, you should make 'match-container-height' as false.")):this.maxHeightOfItemsContainer=t}}U([u()],V.prototype,"isLoading",void 0),U([u()],V.prototype,"searchString",void 0),U([u()],V.prototype,"selectType",void 0),U([u()],V.prototype,"searchable",void 0),U([u()],V.prototype,"selectedSourceKey",void 0),U([u()],V.prototype,"itemDisplayRule",void 0),U([u({writable:!0})],V.prototype,"maxHeightOfItemsContainer",void 0),U([u()],V.prototype,"sourceForRender",void 0),U([u()],V.prototype,"itemLevelRenderer",void 0),U([u()],V.prototype,"groupLevelRenderer",void 0),U([u()],V.prototype,"renderer",void 0);var z=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class P extends p{render(t,i){return e("vega-dropdown-item",Object.assign({},t,{itemKey:t.key,height:i,prefixIcon:t.prefixIcon}))}}z([u()],P.prototype,"selectType",void 0),z([u()],P.prototype,"selectedController",void 0),z([u()],P.prototype,"sourceController",void 0);var G=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class X extends p{constructor(){super(...arguments),this.clear=()=>{this.searchString=null,this.searchInputRef&&(this.searchInputRef.value="")},this.onInputSearch=e=>{this.searchInputRef=e,g.addObserverToNode(e,R,(e=>{this.search(e.detail)}))},this.search=e=>{this.searchString=e,this.renderModeController.isSourceRenderMode()?this.useDefaultFilter?(this.sourceController.setRenderSource(),this.focus()):this.isDropdownShow&&this.searchEventEmitter.emit(e):this.searchEventEmitter.emit(e)}}userSearch(e){this.search(e)}focus(){this.searchInputRef&&this.searchInputRef.shadowRoot.querySelector("input").focus()}render(){return this.searchable&&(!this.renderModeController.isSourceRenderMode()||this.source.length>0)&&e("div",{class:"vega-dropdown-search"},e("vega-input",{"prefix-icon":"search",size:"small",autoValidation:!1,ref:this.onInputSearch}))}}G([u()],X.prototype,"searchable",void 0),G([u({writable:!0})],X.prototype,"searchString",void 0),G([u()],X.prototype,"source",void 0),G([u()],X.prototype,"useDefaultFilter",void 0),G([u()],X.prototype,"searchEventEmitter",void 0),G([u()],X.prototype,"isDropdownShow",void 0),G([u()],X.prototype,"sourceController",void 0),G([u()],X.prototype,"renderModeController",void 0),G([v("search")],X.prototype,"userSearch",null);var Y=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class _ extends E{constructor(){super((e=>{const t=this.renderer.getDropdownRef(),i=this.renderer.getVirtualContainerRef();return[{keyCode:"Tab",activeElementInScope:[e.host],callback:e.showDropdownIfHover},{keyCode:"Escape",activeElementInScope:[e.host,t,i],callback:()=>e.appenderController.hide()},{keyCode:["ArrowUp","ArrowDown"],activeElementInScope:[e.host,t],callback:t=>e.controlDirectionByKeyboard(t.code)},{keyCode:"Tab",activeElementOutScope:[e.host,t,i],callback:()=>e.isDropdownShow&&e.appenderController.hide()}]})),this.showDropdownIfHover=async()=>{"hover"===this.trigger&&this.appenderController.show()},this.controlDirectionByKeyboard=e=>{var t;null===(t=this.renderer.getNextActiveItem(e))||void 0===t||t.shadowRoot.querySelector("li").focus()}}}Y([u()],_.prototype,"host",void 0),Y([u()],_.prototype,"trigger",void 0),Y([u()],_.prototype,"isDropdownShow",void 0),Y([u()],_.prototype,"renderer",void 0),Y([u()],_.prototype,"appenderController",void 0),Y([u()],_.prototype,"listRenderer",void 0);var q=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class J extends I{constructor(){super((()=>({target:this.host,appendableElement:this.renderer.getDropdownContentBoxRef(),positionRelativeTo:this.positionRelativeTo,matchTargetWidth:this.matchTargetWidth,matchContainerHeight:this.matchContainerHeight,size:this.size,minWidth:this.minWidth,maxWidth:this.maxWidth,translocation:this.translocation,maxHeight:this.maxHeight,placement:this.placement,alignment:this.alignment})),(()=>this.trigger))}async watchIsDropdownShow(){this.isDropdownShow?(await this.renderer.listRenderer.scrollToIndex(),this.showEventEmitter.emit()):(this.searchRenderer.clear(),this.hideEventEmitter.emit())}userShow(){this.isDropdownShow||this.show()}userHide(){this.isDropdownShow&&this.hide()}}q([u()],J.prototype,"host",void 0),q([u()],J.prototype,"trigger",void 0),q([u({writable:!0})],J.prototype,"isDropdownShow",void 0),q([u()],J.prototype,"positionRelativeTo",void 0),q([u()],J.prototype,"matchTargetWidth",void 0),q([u()],J.prototype,"matchContainerHeight",void 0),q([u()],J.prototype,"size",void 0),q([u()],J.prototype,"minWidth",void 0),q([u()],J.prototype,"maxWidth",void 0),q([u()],J.prototype,"translocation",void 0),q([u()],J.prototype,"maxHeight",void 0),q([u()],J.prototype,"placement",void 0),q([u()],J.prototype,"alignment",void 0),q([u()],J.prototype,"renderer",void 0),q([u()],J.prototype,"listRenderer",void 0),q([u()],J.prototype,"searchRenderer",void 0),q([u()],J.prototype,"showEventEmitter",void 0),q([u()],J.prototype,"hideEventEmitter",void 0),q([v("watchIsDropdownShow")],J.prototype,"watchIsDropdownShow",null),q([v("show")],J.prototype,"userShow",null),q([v("hide")],J.prototype,"userHide",null);var Q=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class Z extends p{render(t,i,o){return e("vega-dropdown-group",{label:t.label,key:t.key,divide:i<this.sourceForRender.length-1},t.children.map((e=>this.itemLevelRenderer.render(e,o))))}}Q([u()],Z.prototype,"sourceForRender",void 0),Q([u()],Z.prototype,"itemLevelRenderer",void 0);var ee=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class te extends p{search(e){return this.searchString?this.searchSource(e,[]):e}searchSource(e,t){return e.forEach((e=>{if(e.children){const i=this.searchSource(e.children,[]);i.length>0&&t.push(Object.assign(Object.assign({},e),{children:i}))}else this.isLabelIncludeSearchString(e.label)&&t.push(Object.assign(Object.assign({},e),{label:this.replaceLabelBySearchString(e.label)}))})),t}isLabelIncludeSearchString(e){return this.caseSensitive?e.includes(this.searchString):e.toLowerCase().includes(this.searchString.toLowerCase())}replaceLabelBySearchString(e){return e.replace(new RegExp(`(${this.searchString})`,"g"+(this.caseSensitive?"":"i")),"<b>$1</b>")}}ee([u()],te.prototype,"searchString",void 0),ee([u()],te.prototype,"caseSensitive",void 0);var ie=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class oe extends p{componentWillLoad(){this.checkSelectedSourceKey(this.selectedSourceKey)}clearSelection(){this.selectedSourceKey="multiple"===this.selectType?[]:""}getSelection(){return this.selectedSourceKey}watchSelectedRowKeySet(e){this.checkSelectedSourceKey(e)}watchSelectType(){this.checkSelectedSourceKey(this.selectedSourceKey)}watchSelectedSourceKey(e,t){Array.isArray(t)&&Array.isArray(e)&&k(t,e)||this.checkSelectedSourceKey(e)}watchSource(){this.checkSelectedSourceKey(this.selectedSourceKey)}isAcceptableItemSelectionObserver(e){return"VEGA-DROPDOWN-ITEM"===e.host.tagName&&this.isCurrentDropdown(e.host)}select(e){"multiple"===this.selectType?this.selectedSourceKey=this.selectedSourceKey.includes(e)?[...T([...this.selectedSourceKey],[e])]:[...this.selectedSourceKey,e]:"single"===this.selectType?(this.selectedSourceKey=e,this.appenderController.hide()):this.appenderController.hide(),this.dropdownClickEventEmitter.emit(e)}isCurrentDropdown(e){const t=f(e,"vega-dropdown-content-box");return this.host===t["data-parent-ref"]}checkSelectedSourceKey(e){if(this.renderModeController.isSourceRenderMode()){let t;this.childrenController.syncUpDropdownCurrentData(),"string"==typeof e&&"single"===this.selectType&&this.childrenController.isKeyExist(e)?t=e:Array.isArray(e)&&"multiple"===this.selectType?t=this.checkMultipleSelectedKeys(e):(y.warn(`Invalid selectedSourceKey ${e} for ${this.selectType} mode`),t="multiple"===this.selectType?[]:""),this.selectedSourceKey=t}else this.selectedSourceKey=e}checkMultipleSelectedKeys(e){const t=[],i=e.filter((e=>{const i=this.childrenController.isKeyExist(e);return i||t.push(e),i}));return t.length>0&&y.warn(`Invalid selectedSourceKey ${e} for ${this.selectType} mode`),i}}ie([u()],oe.prototype,"host",void 0),ie([u()],oe.prototype,"selectType",void 0),ie([u()],oe.prototype,"source",void 0),ie([u({writable:!0})],oe.prototype,"selectedSourceKey",void 0),ie([u()],oe.prototype,"vegaDropdownClick",void 0),ie([u()],oe.prototype,"appenderController",void 0),ie([u()],oe.prototype,"childrenController",void 0),ie([u()],oe.prototype,"renderModeController",void 0),ie([u()],oe.prototype,"dropdownClickEventEmitter",void 0),ie([v("componentWillLoad")],oe.prototype,"componentWillLoad",null),ie([v("clearSelection")],oe.prototype,"clearSelection",null),ie([v("getSelection")],oe.prototype,"getSelection",null),ie([v("setSelection")],oe.prototype,"watchSelectedRowKeySet",null),ie([v("watchSelectType")],oe.prototype,"watchSelectType",null),ie([v("watchSelectedSourceKey")],oe.prototype,"watchSelectedSourceKey",null),ie([v("watchSource")],oe.prototype,"watchSource",null);var re=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class se extends p{constructor(){super(...arguments),this.renderMode="SOURCE"}connectedCallback(){this.setRenderMode()}isSourceRenderMode(){return"SOURCE"===this.renderMode}setRenderMode(){this.renderMode=null!==this.host.querySelector("[slot=items]")?"SLOT":"SOURCE"}}re([u()],se.prototype,"host",void 0),re([v("connectedCallback")],se.prototype,"connectedCallback",null);var ne=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};class le extends p{constructor(){super(...arguments),this.labelSet=new Set,this.keySet=new Set,this.syncUpDropdownCurrentDataBySlot=()=>{const e=this.renderer.getDropdownRef()||this.host;Array.from(e.querySelectorAll("vega-dropdown-item")).forEach((e=>{e.label&&this.labelSet.add(e.label),e.itemKey&&this.keySet.add(e.itemKey)}))}}disconnectedCallback(){var e;null===(e=this.mutationObserver)||void 0===e||e.disconnect()}componentWillLoad(){this.syncUpDropdownCurrentData()}componentDidLoad(){this.initMutationObserver()}watchSource(){this.syncUpDropdownCurrentData()}isLabelExist(e){return this.labelSet.has(e)}isKeyExist(e){return this.keySet.has(e)}syncUpDropdownCurrentData(){this.clearDropdownCurrentData(),this.renderModeController.isSourceRenderMode()?this.syncUpDropdownCurrentDataBySource():this.syncUpDropdownCurrentDataBySlot()}syncUpDropdownCurrentDataBySource(){this.renderModeController.isSourceRenderMode()&&this.source.forEach((e=>{this.labelSet.add(e.label),this.keySet.add(e.key)}))}initMutationObserver(){this.renderModeController.isSourceRenderMode()||(this.mutationObserver=new MutationObserver((async e=>{e.filter((e=>"items"===e.target.slot)).length>0&&this.selectedController.watchSource()})),this.mutationObserver.observe(this.listRenderer.getTemplateItemsRef(),{childList:!0,subtree:!0}))}clearDropdownCurrentData(){this.keySet.clear(),this.labelSet.clear()}}ne([u()],le.prototype,"host",void 0),ne([u()],le.prototype,"source",void 0),ne([u()],le.prototype,"sourceController",void 0),ne([u()],le.prototype,"renderModeController",void 0),ne([u()],le.prototype,"listRenderer",void 0),ne([u()],le.prototype,"renderer",void 0),ne([u()],le.prototype,"selectedController",void 0),ne([v("disconnectedCallback")],le.prototype,"disconnectedCallback",null),ne([v("componentWillLoad")],le.prototype,"componentWillLoad",null),ne([v("componentDidLoad")],le.prototype,"componentDidLoad",null),ne([v("watchSource")],le.prototype,"watchSource",null);var ce=function(e,t,i,o){var r,s=arguments.length,n=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,i):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,t,i,o);else for(var l=e.length-1;l>=0;l--)(r=e[l])&&(n=(s<3?r(n):s>3?r(t,i,n):r(t,i))||n);return s>3&&n&&Object.defineProperty(t,i,n),n};const ae=class{constructor(e){i(this,e),this.vegaDropdownClick=o(this,"vegaDropdownClick",7),this.dropdownClick=o(this,"dropdownClick",7),this.vegaShow=o(this,"vegaShow",7),this.dropdownShow=o(this,"dropdownShow",7),this.vegaHide=o(this,"vegaHide",7),this.dropdownHide=o(this,"dropdownHide",7),this.vegaCreate=o(this,"vegaCreate",7),this.create=o(this,"create",7),this.vegaSearch=o(this,"vegaSearch",7),this.dropdownSearch=o(this,"dropdownSearch",7),this.globalSlimmers={},this.renderer=new H,this.sourceController=new B,this.searchRenderer=new X,this.createRenderer=new F,this.listRenderer=new V,this.groupLevelRenderer=new Z,this.itemLevelRenderer=new P,this.keyboardController=new _,this.appenderController=new J,this.searchController=new te,this.selectedController=new oe,this.renderModeController=new se,this.childrenController=new le,this.selectTypeNotifySlimmer=L(ae,"selectType","watchSelectType"),this.selectedSourceKeyNotifySlimmer=L(ae,"selectedSourceKey","watchSelectedSourceKey"),this.prefixIconSlotNotifySlimmer=L(ae,"prefixIconSlot","watchPrefixIconSlot"),this.itemClickObserver=new A(M,(e=>this.selectedController.select(e.detail.itemKey)),this.selectedController.isAcceptableItemSelectionObserver.bind(this.selectedController)),this.showEventEmitter=K(ae,j),this.hideEventEmitter=K(ae,C),this.dropdownClickEventEmitter=K(ae,x),this.createEventEmitter=K(ae,D),this.searchEventEmitter=K(ae,O),this.itemDisplayRuleNotifySlimmer=L(ae,"itemDisplayRule","watchItemDisplayRule"),this.searchString=null,this.maxHeightOfItemsContainer=400,this.isDropdownShow=!1,this.trigger="hover",this.translocation={X:0,Y:8},this.source=[],this.selectType="none",this.selectedSourceKey="multiple"===this.selectType?[]:"",this.prefixIconSlot=!1,this.maxHeight=400,this.searchable=!1,this.matchTargetWidth=!1,this.itemDisplayRule="newline",this.matchContainerHeight=!1,this.caseSensitive=!1,this.dynamicOption=!1,this.useDefaultFilter=!0,this.isLoading=!1,this.placement=["bottom","top"],this.alignment="start"}watchIsDropdownShow(){}watchSource(){}watchSelectType(){}watchSelectedSourceKey(){}watchPrefixIconSlot(){}watchItemDisplayRule(){}async show(){}async hide(){}async search(e){}async clearSelection(){}async getSelection(){return a()}async setSelection(e){}render(){return h(e("slot",null)),l(e(r,null,this.renderer.render()),this.host)}get host(){return s(this)}static get watchers(){return{isDropdownShow:["watchIsDropdownShow"],source:["watchSource","watchItemDisplayRule"],selectType:["watchSelectType"],selectedSourceKey:["watchSelectedSourceKey"],prefixIconSlot:["watchPrefixIconSlot"]}}};ce([d()],ae.prototype,"globalSlimmers",void 0),ce([c()],ae.prototype,"renderer",void 0),ce([c()],ae.prototype,"sourceController",void 0),ce([c()],ae.prototype,"searchRenderer",void 0),ce([c()],ae.prototype,"createRenderer",void 0),ce([c()],ae.prototype,"listRenderer",void 0),ce([c()],ae.prototype,"groupLevelRenderer",void 0),ce([c()],ae.prototype,"itemLevelRenderer",void 0),ce([c()],ae.prototype,"keyboardController",void 0),ce([c()],ae.prototype,"appenderController",void 0),ce([c()],ae.prototype,"searchController",void 0),ce([c()],ae.prototype,"selectedController",void 0),ce([c()],ae.prototype,"renderModeController",void 0),ce([c()],ae.prototype,"childrenController",void 0),ce([c()],ae.prototype,"selectTypeNotifySlimmer",void 0),ce([c()],ae.prototype,"selectedSourceKeyNotifySlimmer",void 0),ce([c()],ae.prototype,"prefixIconSlotNotifySlimmer",void 0),ce([c()],ae.prototype,"itemClickObserver",void 0),ce([c()],ae.prototype,"showEventEmitter",void 0),ce([c()],ae.prototype,"hideEventEmitter",void 0),ce([c()],ae.prototype,"dropdownClickEventEmitter",void 0),ce([c()],ae.prototype,"createEventEmitter",void 0),ce([c()],ae.prototype,"searchEventEmitter",void 0),ce([c()],ae.prototype,"itemDisplayRuleNotifySlimmer",void 0),ae.style=":host{display:inline-block}";export{ae as vega_dropdown}
@@ -1 +0,0 @@
1
- import{M as t,V as e}from"./p-cb19da5d.js";import{M as s}from"./p-a90f4bcd.js";import"./p-50c9b4ac.js";import{L as o}from"./p-9ad088e0.js";import{f as a}from"./p-4780e0a0.js";import{C as i}from"./p-f6642024.js";import{n}from"./p-31ca243c.js";import{O as l}from"./p-331a62d5.js";import{f as d}from"./p-b8143a53.js";var h=function(t,e,s,o){var a,i=arguments.length,n=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,s):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,s,o);else for(var l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(e,s,n):a(e,s))||n);return i>3&&n&&Object.defineProperty(e,s,n),n};class c extends e{constructor(){super(...arguments),this.toggleExpandRow=t=>{this.rowExpandable&&this.handleToggleExpandRow(t,!this.isExpanded(t))},this.openExpandRow=t=>{this.rowExpandable&&this.handleToggleExpandRow(t,!0)},this.closeExpandRow=t=>{this.rowExpandable&&this.handleToggleExpandRow(t,!1)},this.closeAllExpandRow=()=>{this.rowExpandable&&this.handleCloseAllExpandRow()},this.isExpanded=t=>this.expandedRowKeySet.has(t),this.handleCloseAllExpandRow=()=>{this.expandedRowKeySet.toArray().forEach((t=>{i.notify(n,{host:this.host,rowKey:t,expanded:!1})})),this.expandedRowKeySet.clear()},this.handleToggleExpandRow=(t,e)=>{e?this.expandedRowKeySet.add(t):this.expandedRowKeySet.delete(t),i.notify(n,{host:this.host,rowKey:t,expanded:e})},this.initMutationObserver=()=>{this.mutationObserver=new MutationObserver((async t=>{this.expandRowSlotGuard(t)&&a(this.host)})),this.mutationObserver.observe(this.host,{childList:!0,subtree:!0})},this.expandRowSlotGuard=t=>{const e=this.vegaTableDataSourceController.getCurrentData().map((t=>`${c.expandRowSlotNamePrefix}${this.vegaTableDataSourceController.getRecordKey(t)}`)),s=[];for(let a=0;a<t.length;a++)Array.from(t[a].addedNodes).filter((t=>t instanceof HTMLElement&&t.getAttribute("slot"))).forEach((t=>{t.removeAttribute("hidden");const a=t.getAttribute("slot");e.includes(a)?s.push(t):o.warn(`The vega-table expand row slot name '${a}' is not as expected, it must be like: vega-table-expand-row-[rowKey]`)}));return s.length>0}}connectedCallback(){this.initRowExpandObserver()}disconnectedCallback(){this.mutationObserver&&this.mutationObserver.disconnect(),i.unregister(n,this.expandObserver)}componentDidLoad(){this.initMutationObserver()}watchRowExpandable(){this.handleCloseAllExpandRow()}initRowExpandObserver(){this.expandObserver=new l(this.isAcceptableTableRowObserver.bind({host:this.host}),(t=>{t.expanded?this.expandedRowKeySet.add(t.rowKey):this.expandedRowKeySet.delete(t.rowKey)})),i.register(n,this.expandObserver)}isAcceptableTableRowObserver(t){return"VEGA-TABLE-ROW"===t.host.tagName&&this.host===d(t.host,"vega-table")}}c.expandRowSlotNamePrefix="vega-table-expand-row-",h([t()],c.prototype,"host",void 0),h([t()],c.prototype,"expandedRowKeySet",void 0),h([t()],c.prototype,"rowExpandable",void 0),h([t()],c.prototype,"vegaTableDataSourceController",void 0),h([s("connectedCallback")],c.prototype,"connectedCallback",null),h([s("disconnectedCallback")],c.prototype,"disconnectedCallback",null),h([s("componentDidLoad")],c.prototype,"componentDidLoad",null),h([s("toggleExpandRow")],c.prototype,"toggleExpandRow",void 0),h([s("openExpandRow")],c.prototype,"openExpandRow",void 0),h([s("closeExpandRow")],c.prototype,"closeExpandRow",void 0),h([s("closeAllExpandRow")],c.prototype,"closeAllExpandRow",void 0),h([s("watchRowExpandable")],c.prototype,"watchRowExpandable",null);export{c as V}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,f as i,H as r,g as o}from"./p-4780e0a0.js";import{s as n}from"./p-fa7ecd11.js";import{a as s}from"./p-b8143a53.js";import{d as h,i as p}from"./p-a4534b15.js";import{R as c}from"./p-9040b011.js";import{L as l}from"./p-9ad088e0.js";import{g as d}from"./p-7d441fee.js";import{I as g}from"./p-50c9b4ac.js";import{I as v}from"./p-4a651b91.js";import{P as b}from"./p-9c7c5d80.js";import{C as f}from"./p-34a385e4.js";import{c as m}from"./p-9a28fa22.js";import{D as u}from"./p-69400591.js";import{a as x,b as w,h as y,i as j}from"./p-7770e04e.js";import"./p-083d4455.js";import"./p-0f57513d.js";import"./p-29ba4bd0.js";import"./p-e179550a.js";import"./p-cb19da5d.js";import"./p-a90f4bcd.js";import"./p-e1fec7ba.js";import"./p-381a16b8.js";import"./p-f6642024.js";import"./p-331a62d5.js";var k=function(t,e,a,i){var r,o=arguments.length,n=o<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,a):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,a,i);else for(var s=t.length-1;s>=0;s--)(r=t[s])&&(n=(o<3?r(n):o>3?r(e,a,n):r(e,a))||n);return o>3&&n&&Object.defineProperty(e,a,n),n};const z=class{constructor(r){t(this,r),this.vegaClick=e(this,"vegaClick",7),this.click=e(this,"click",7),this.vegaDropdownClick=e(this,"vegaDropdownClick",7),this.dropdownClick=e(this,"dropdownClick",7),this.globalSlimmers={},this.pageResizeObserverSlimmer=new b,this.dropdownEventPrevent=new f([x,w],(()=>this.dropdownRef),{customPreventHandle:t=>{t.stopPropagation()}}),this.clickEventEmitter=m(z,x),this.dropdownClickEventEmitter=m(z,w),this.avatarImgLoaded=null,this.isDropdownShow=!1,this.currentBreakpoint=d(),this.dropdown=null,this.size="default",this.label="",this.showLabel=!0,this.avatar={},this.avatarPosition="left",this.showBorder=!1,this.showMenuArrowIcon=!0,this.selected=!1,this.renderButton=(t,e)=>a("button",{type:"button","aria-label":this.label||"No label defined",class:s(["vega-app-header-button-container",!this.avatar.src&&!this.avatar.fallbackText&&"icon",this.showBorder&&"with-border",t&&"with-menu-arrow-icon"]),onClick:()=>this.clickEventEmitter.emit()},"left"===this.avatarPosition&&this.renderAvatar(),(e||t||"right"===this.avatarPosition)&&a("div",{class:"right-container"},e&&a("span",{class:"label"},this.label),"right"===this.avatarPosition&&this.renderAvatar(),t&&this.renderMenuArrowIcon())),this.renderMenuArrowIcon=()=>a("span",{class:"toggle-icon-wrapper"},a("vega-icon",{size:"size-12",icon:this.isDropdownShow?"chevron-up":"chevron-down"})),this.renderAvatar=()=>this.avatar.icon||!this.avatar.fallbackText&&!this.avatar.src?this.renderIconAvatar():this.avatar.src&&!1!==this.avatarImgLoaded?this.renderImgAvatar():this.renderFallbackTextAvatar(),this.renderFallbackTextAvatar=()=>{var t;let e=this.avatar.fallbackText;(null===(t=this.avatar.fallbackText)||void 0===t?void 0:t.length)>2&&(l.warn("The fallback text for avatar should not be more than two letters."),e=this.avatar.fallbackText.slice(0,2));const i=s(["vega-avatar",this.avatar.fallbackBgColor?h(this.avatar.fallbackBgColor,["dark"]):"v-bg-accent3-primary",this.avatar.fallbackTextColor?p(this.avatar.fallbackTextColor):"v-text-black"]);return a("span",{class:i},e)},this.renderImgAvatar=()=>a("img",{class:"vega-avatar profile",src:this.avatar.src,alt:"",onError:()=>this.handleImgAvatarLoadError(),onLoad:()=>this.setAvatarImgLoaded(!0)}),this.renderIconAvatar=()=>{if(this.avatar.icon)return a("span",{class:"avatar-icon-wrapper"},a("vega-icon",{icon:this.avatar.icon,size:"small"===this.size?"size-16":"size-20"}))},this.renderDropdownContainer=t=>this.dropdown?a("vega-dropdown",Object.assign({trigger:"click"},this.dropdown,{ref:t=>{this.dropdownRef=t,this.dropdownEventPrevent.setup(),u.addObserverToNode(t,y,(()=>{this.onDropdownShow()})),u.addObserverToNode(t,j,(()=>{this.onDropdownHide()})),u.addObserverToNode(t,w,this.triggerDropdownClickEvent)}}),t):t,this.onDropdownShow=()=>{this.isDropdownShow=!0},this.onDropdownHide=()=>{this.isDropdownShow=!1},this.setAvatarImgLoaded=t=>{this.avatarImgLoaded=t},this.handleImgAvatarLoadError=()=>{this.setAvatarImgLoaded(!1),i(this.host)},this.triggerDropdownClickEvent=t=>{this.dropdownClickEventEmitter.emit(t.detail)}}watchAvatar(){var t;(null===(t=this.avatar)||void 0===t?void 0:t.src)&&null!==this.avatarImgLoaded&&(this.avatarImgLoaded=null)}render(){var t;const e=this.showMenuArrowIcon&&(null===(t=this.dropdown)||void 0===t?void 0:t.source.length)>0,i=this.label&&this.showLabel,o=this.label&&!this.showLabel,h=s([c.formatCustom(this.size),this.selected&&"selected"].filter(Boolean));return n(a(r,{class:h},this.renderDropdownContainer(o?a("vega-tooltip",{content:this.label},this.renderButton(e,i)):this.renderButton(e,i))),this.host)}get host(){return o(this)}static get watchers(){return{avatar:["watchAvatar"]}}};k([v()],z.prototype,"globalSlimmers",void 0),k([g()],z.prototype,"pageResizeObserverSlimmer",void 0),k([g()],z.prototype,"dropdownEventPrevent",void 0),k([g()],z.prototype,"clickEventEmitter",void 0),k([g()],z.prototype,"dropdownClickEventEmitter",void 0),z.style=':host{display:inline-block;vertical-align:middle}:host .vega-app-header-button-container{padding:8px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-radius:9999px;border-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;gap:8px;outline:none}:host(.default) .vega-app-header-button-container{min-height:52px}:host(.small) .vega-app-header-button-container{gap:4px;min-height:44px}:host .vega-app-header-button-container:hover{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1))}:host .vega-app-header-button-container:active{background-color:rgba(var(--v-bg-tertiary, 240, 243, 247, 1))}:host .vega-app-header-button-container:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25))}:host .vega-app-header-button-container.icon{padding:16px}:host(.small) .vega-app-header-button-container.icon{padding:12px}:host .vega-app-header-button-container .label{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));display:flex;align-items:center}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-app-header-button-container .label{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 .vega-app-header-button-container .label{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 .vega-app-header-button-container .label{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host .vega-app-header-button-container .vega-avatar{border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;width:36px;height:36px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-app-header-button-container .vega-avatar{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 .vega-app-header-button-container .vega-avatar{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 .vega-app-header-button-container .vega-avatar{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}:host .vega-app-header-button-container .vega-avatar.profile{background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0))}:host.default .vega-app-header-button-container .vega-avatar{width:36px;height:36px}:host(.small) .vega-app-header-button-container .vega-avatar{width:28px;height:28px}:host .vega-app-header-button-container .toggle-icon-wrapper{display:flex;justify-content:center;align-items:center;padding:4px}:host .vega-app-header-button-container.icon .toggle-icon-wrapper{margin-right:0px}:host .vega-app-header-button-container .right-container{display:flex;gap:8px}:host .vega-app-header-button-container .avatar-icon-wrapper{display:flex;align-items:center;justify-content:center;width:20px;height:20px}:host .vega-app-header-button-container .toggle-icon-wrapper vega-icon,:host .vega-app-header-button-container .avatar-icon-wrapper vega-icon{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host .vega-app-header-button-container.with-border{border:1px solid rgba(var(--v-border-chip, 205, 209, 211, 1))}:host .vega-app-header-button-container:not(.icon) .right-container span:not(.vega-avatar):last-child{margin-right:8px}:host(.small) .vega-app-header-button-container:not(.icon) .right-container span:not(.vega-avatar):last-child{margin-right:4px}:host(.selected) .vega-app-header-button-container{background-color:rgba(var(--v-bg-quaternary, 241, 248, 251, 1))}:host(.selected) .vega-app-header-button-container .toggle-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container .avatar-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container .label{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.selected) .vega-app-header-button-container:hover .toggle-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:hover .avatar-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:hover .label{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.selected) .vega-app-header-button-container:active .toggle-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:active .avatar-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:active .label{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.selected) .vega-app-header-button-container:focus-visible .toggle-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:focus-visible .avatar-icon-wrapper vega-icon,:host(.selected) .vega-app-header-button-container:focus-visible .label{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.selected) .vega-app-header-button-container:focus-visible{border-color:rgba(var(--v-border-color-action, 19, 98, 226, 1));border-style:solid;border-width:1px}:host .vega-app-header-button-container .vega-avatar.v-bg-accent3-primary{background-color:rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))}:host .vega-app-header-button-container .vega-avatar.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}';export{z as vega_app_header_button}