@heartlandone/vega 2.79.0 → 2.80.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 (1025) hide show
  1. package/dist/cjs/{app-globals-e9fdfbf9.js → app-globals-7a48292d.js} +6 -6
  2. package/dist/cjs/{aria-dialog-focusable-trap-slimmer-6faafc3e.js → aria-dialog-focusable-trap-slimmer-5a0a78fe.js} +60 -6
  3. package/dist/cjs/{child-nodes-notify-observer-slimmer-06c78f97.js → child-nodes-notify-observer-slimmer-a8d13f4c.js} +1 -1
  4. package/dist/cjs/{code-block-847534e3.js → code-block-71a330a1.js} +124 -56
  5. package/dist/cjs/{component-value-history-controller-slimmer.abstract-d7f9812a.js → component-value-history-controller-slimmer.abstract-fd077a6c.js} +6 -6
  6. package/dist/cjs/{content-state-99be18a3.js → content-state-afa26456.js} +401 -18
  7. package/dist/cjs/{date-required-rule-3823d506.js → date-required-rule-9f0e3e99.js} +1 -1
  8. package/dist/cjs/{design-token-b497bb6e.js → design-token-3f9589eb.js} +2 -2
  9. package/dist/cjs/{dom-node-subject-observer-factory-f7ed3bdc.js → dom-node-subject-observer-factory-a3a60da4.js} +1 -1
  10. package/dist/cjs/{element-appender-slimmer-eba4f3a2.js → element-appender-slimmer-7a66229b.js} +5 -5
  11. package/dist/cjs/{event-emit-slimmer-83f8e2bd.js → event-emit-slimmer-024e26bb.js} +1 -1
  12. package/dist/cjs/{form-field-controller-slimmer-93ca7239.js → form-field-controller-slimmer-c487cf2b.js} +4 -4
  13. package/dist/cjs/{image-annotation-action-9d6af380.js → image-annotation-action-4e72af4b.js} +3 -3
  14. package/dist/cjs/index.cjs.js +15 -15
  15. package/dist/cjs/{inject-keyboard-manager-23d07d87.js → inject-keyboard-manager-d1a82089.js} +1 -1
  16. package/dist/cjs/{keyboard-manager-3923e29b.js → keyboard-manager-9dbbb0d4.js} +13 -5
  17. package/dist/cjs/{keyboard-manager-slimmer-f602725d.js → keyboard-manager-slimmer-68cff676.js} +1 -1
  18. package/dist/cjs/loader.cjs.js +10 -10
  19. package/dist/cjs/{month-view-generator-aa8e8e74.js → month-view-generator-65a2f883.js} +2 -3
  20. package/dist/cjs/{public-rules-1dbda124.js → public-rules-36f202b3.js} +9 -9
  21. package/dist/cjs/{range-60fb9dd2.js → range-fa15d524.js} +2 -2
  22. package/dist/cjs/{responsive-format-facade-a32cdb67.js → responsive-format-facade-4419b4ae.js} +1 -1
  23. package/dist/cjs/{rich-text-editor-required-rule-b4aab68d.js → rich-text-editor-required-rule-7d4c2973.js} +1 -1
  24. package/dist/cjs/{split-cell-operation-190d4a87.js → split-cell-operation-19f98afb.js} +4 -4
  25. package/dist/cjs/{string-format-strategy.abstract-730088ee.js → string-format-strategy.abstract-c65d9861.js} +5 -2
  26. package/dist/cjs/{string-input-formatter-slimmer-9d6df58b.js → string-input-formatter-slimmer-c2e04acc.js} +4 -4
  27. package/dist/cjs/{string-mask-strategy-b69e3b9e.js → string-mask-strategy-418fc0b8.js} +40 -9
  28. package/dist/cjs/{style-formatter-9d8a4ad2.js → style-formatter-3c9ce0e5.js} +2 -2
  29. package/dist/cjs/{sub-state-notify-slimmer-c80b9d21.js → sub-state-notify-slimmer-7a4c6061.js} +2 -2
  30. package/dist/cjs/{sub-state-observer-slimmer-15740c97.js → sub-state-observer-slimmer-f728e068.js} +3 -3
  31. package/dist/cjs/{time-required-rule-6524b650.js → time-required-rule-ad091302.js} +1 -1
  32. package/dist/cjs/{token-extension-b7c4ea17.js → token-extension-90396de7.js} +7 -7
  33. package/dist/cjs/{type-guard-2a46bca5.js → type-guard-d760850a.js} +11 -0
  34. package/dist/cjs/{ui-b3db0122.js → ui-9e8c9732.js} +8 -2
  35. package/dist/cjs/{valid-credit-card-number-rule-8eb02ea7.js → valid-credit-card-number-rule-5ce8e973.js} +1 -1
  36. package/dist/cjs/vega-accordion.cjs.entry.js +6 -6
  37. package/dist/cjs/vega-app-header-button.cjs.entry.js +6 -6
  38. package/dist/cjs/vega-backdrop.cjs.entry.js +1 -1
  39. package/dist/cjs/vega-banner.cjs.entry.js +3 -3
  40. package/dist/cjs/vega-box.cjs.entry.js +5 -5
  41. package/dist/cjs/vega-breadcrumb.cjs.entry.js +3 -3
  42. package/dist/cjs/vega-button-circle.cjs.entry.js +7 -7
  43. package/dist/cjs/vega-button-group_2.cjs.entry.js +6 -6
  44. package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
  45. package/dist/cjs/vega-button.cjs.entry.js +6 -6
  46. package/dist/cjs/vega-calendar_4.cjs.entry.js +30 -17
  47. package/dist/cjs/vega-card.cjs.entry.js +4 -4
  48. package/dist/cjs/vega-carousel.cjs.entry.js +5 -5
  49. package/dist/cjs/vega-checkbox_2.cjs.entry.js +7 -7
  50. package/dist/cjs/vega-chip.cjs.entry.js +6 -6
  51. package/dist/cjs/vega-code-block.cjs.entry.js +10 -10
  52. package/dist/cjs/vega-color-picker.cjs.entry.js +6 -6
  53. package/dist/cjs/vega-combo-box.cjs.entry.js +9 -9
  54. package/dist/cjs/vega-date-picker_2.cjs.entry.js +23 -23
  55. package/dist/cjs/vega-dialog_2.cjs.entry.js +8 -7
  56. package/dist/cjs/vega-divider.cjs.entry.js +3 -3
  57. package/dist/cjs/vega-dropdown_5.cjs.entry.js +12 -12
  58. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  59. package/dist/cjs/vega-field-label.cjs.entry.js +3 -3
  60. package/dist/cjs/vega-file-uploader.cjs.entry.js +6 -6
  61. package/dist/cjs/vega-flag-icon.cjs.entry.js +3 -3
  62. package/dist/cjs/vega-flex.cjs.entry.js +5 -5
  63. package/dist/cjs/vega-font.cjs.entry.js +4 -4
  64. package/dist/cjs/vega-form.cjs.entry.js +9 -9
  65. package/dist/cjs/vega-grid.cjs.entry.js +4 -4
  66. package/dist/cjs/vega-icon.cjs.entry.js +4 -4
  67. package/dist/cjs/vega-image-uploader.cjs.entry.js +8 -8
  68. package/dist/cjs/vega-input-credit-card.cjs.entry.js +10 -10
  69. package/dist/cjs/vega-input-numeric.cjs.entry.js +10 -10
  70. package/dist/cjs/vega-input-passcode.cjs.entry.js +9 -9
  71. package/dist/cjs/vega-input-phone-number.cjs.entry.js +8 -8
  72. package/dist/cjs/vega-input-range.cjs.entry.js +6 -6
  73. package/dist/cjs/vega-input-select.cjs.entry.js +8 -8
  74. package/dist/cjs/vega-input.cjs.entry.js +37 -27
  75. package/dist/cjs/{vega-internal-event-id-67bb91c1.js → vega-internal-event-id-a1837fa2.js} +2 -0
  76. package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
  77. package/dist/cjs/vega-left-nav_5.cjs.entry.js +9 -9
  78. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
  79. package/dist/cjs/vega-page-notification_2.cjs.entry.js +2 -2
  80. package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +3 -3
  81. package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +3 -3
  82. package/dist/cjs/vega-pagination.cjs.entry.js +6 -6
  83. package/dist/cjs/vega-popover_2.cjs.entry.js +48 -12
  84. package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +8 -8
  85. package/dist/cjs/vega-radio_2.cjs.entry.js +10 -10
  86. package/dist/cjs/vega-rich-text-content.cjs.entry.js +9 -9
  87. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +17 -17
  88. package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +9 -9
  89. package/dist/cjs/vega-segment-control.cjs.entry.js +3 -3
  90. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +9 -9
  91. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +8 -8
  92. package/dist/cjs/vega-sidenav_3.cjs.entry.js +8 -8
  93. package/dist/cjs/vega-signature-capture.cjs.entry.js +9 -9
  94. package/dist/cjs/vega-stepper.cjs.entry.js +6 -6
  95. package/dist/cjs/vega-tab-group_2.cjs.entry.js +3 -3
  96. package/dist/cjs/vega-table_11.cjs.entry.js +8 -8
  97. package/dist/cjs/vega-text.cjs.entry.js +1 -1
  98. package/dist/cjs/vega-textarea.cjs.entry.js +6 -6
  99. package/dist/cjs/vega-time-picker_2.cjs.entry.js +12 -12
  100. package/dist/cjs/vega-toggle-switch.cjs.entry.js +6 -6
  101. package/dist/cjs/vega-tooltip_2.cjs.entry.js +8 -8
  102. package/dist/cjs/vega.cjs.js +10 -10
  103. package/dist/cjs/{wait-for-component-did-render-9e41b39e.js → wait-for-component-did-render-b6aba2de.js} +2 -2
  104. package/dist/collection/components/vega-calendar/vega-calendar-event/slimmers/renderers/vega-calendar-event-renderer.js +4 -4
  105. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.css +15 -12
  106. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.js +1 -1
  107. package/dist/collection/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.js +17 -3
  108. package/dist/collection/components/vega-calendar/vega-calendar.css +1 -1
  109. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +5 -5
  110. package/dist/collection/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.js +13 -12
  111. package/dist/collection/components/vega-input/vega-input.js +1 -1
  112. package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +25 -1
  113. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +6 -1
  114. package/dist/collection/components/vega-popover/vega-popover.js +7 -0
  115. package/dist/collection/components/vega-rich-text-editor/dto/annotations/bold-annotation.js +2 -1
  116. package/dist/collection/components/vega-rich-text-editor/dto/annotations/code-annotation.js +13 -6
  117. package/dist/collection/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.js +18 -9
  118. package/dist/collection/components/vega-rich-text-editor/dto/annotations/image-annotation.js +11 -1
  119. package/dist/collection/components/vega-rich-text-editor/dto/annotations/italic-annotation.js +2 -1
  120. package/dist/collection/components/vega-rich-text-editor/dto/annotations/link-group-annotation.js +12 -1
  121. package/dist/collection/components/vega-rich-text-editor/dto/annotations/list-annotation.js +12 -4
  122. package/dist/collection/components/vega-rich-text-editor/dto/annotations/strikethrough-annotation.js +2 -1
  123. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.js +22 -0
  124. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-style-annotation.js +43 -32
  125. package/dist/collection/components/vega-rich-text-editor/dto/annotations/underline-annotation.js +2 -1
  126. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.js +31 -0
  127. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +16 -0
  128. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +12 -0
  129. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.js +13 -0
  130. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.js +39 -0
  131. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.js +26 -0
  132. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +30 -0
  133. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.js +89 -0
  134. package/dist/collection/components/vega-rich-text-editor/dto/setup.js +18 -0
  135. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/bold-annotaion-handler.js +3 -2
  136. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.js +40 -2
  137. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/italic-annotation-handler.js +2 -1
  138. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/strike-through-annotation-handler.js +2 -1
  139. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/text-style-annotation-handler.js +3 -1
  140. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/underline-annotation-handler.js +2 -1
  141. package/dist/collection/helpers/calendar/calendar-date.js +10 -0
  142. package/dist/collection/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.js +2 -2
  143. package/dist/collection/helpers/event-manager/event-id/vega-internal-event-id.js +1 -0
  144. package/dist/collection/helpers/formatter/string-formatter/custom-formatter-strategy.js +3 -1
  145. package/dist/collection/helpers/formatter/string-formatter/number-mask-strategy.js +3 -1
  146. package/dist/collection/helpers/formatter/string-formatter/number-thousand-comma-strategy.js +3 -2
  147. package/dist/collection/helpers/formatter/string-formatter/string-format-strategy.abstract.js +4 -1
  148. package/dist/collection/helpers/formatter/string-formatter/string-mask-strategy.js +38 -7
  149. package/dist/collection/helpers/formatter/string-formatter/thousand-comma-strategy.js +4 -0
  150. package/dist/collection/helpers/keyboard/keyboard-manager.js +11 -3
  151. package/dist/collection/helpers/slimmers/aria-dialog-focusable-trap-slimmer.js +59 -5
  152. package/dist/collection/utils/ui.js +8 -2
  153. package/dist/esm/{app-globals-776ccaa3.js → app-globals-e77015e3.js} +6 -6
  154. package/dist/esm/{aria-dialog-focusable-trap-slimmer-cc98a7a4.js → aria-dialog-focusable-trap-slimmer-5a2f92be.js} +60 -6
  155. package/dist/esm/{child-nodes-notify-observer-slimmer-c7297b9f.js → child-nodes-notify-observer-slimmer-b7f0e419.js} +1 -1
  156. package/dist/esm/{code-block-58d1dbe5.js → code-block-7d6f231b.js} +117 -57
  157. package/dist/esm/{component-value-history-controller-slimmer.abstract-5beb8acb.js → component-value-history-controller-slimmer.abstract-acf65b17.js} +6 -6
  158. package/dist/esm/{content-state-dad1fd71.js → content-state-084cd705.js} +401 -18
  159. package/dist/esm/{date-required-rule-4c40a4eb.js → date-required-rule-29608215.js} +1 -1
  160. package/dist/esm/{design-token-9c4eb6b1.js → design-token-edcd787b.js} +2 -2
  161. package/dist/esm/{dom-node-subject-observer-factory-94b2e2c3.js → dom-node-subject-observer-factory-cea9248d.js} +1 -1
  162. package/dist/esm/{element-appender-slimmer-fde815dc.js → element-appender-slimmer-08ec429b.js} +5 -5
  163. package/dist/esm/{event-emit-slimmer-b236945b.js → event-emit-slimmer-4fba1b35.js} +1 -1
  164. package/dist/esm/{form-field-controller-slimmer-00fa3678.js → form-field-controller-slimmer-8dd39707.js} +4 -4
  165. package/dist/esm/{image-annotation-action-1ec7b461.js → image-annotation-action-a6b33a81.js} +3 -3
  166. package/dist/esm/index.js +15 -15
  167. package/dist/esm/{inject-keyboard-manager-784b1364.js → inject-keyboard-manager-7557816f.js} +1 -1
  168. package/dist/esm/{keyboard-manager-e020039f.js → keyboard-manager-1846c6a5.js} +13 -5
  169. package/dist/esm/{keyboard-manager-slimmer-4722d20c.js → keyboard-manager-slimmer-1ae0aa4d.js} +1 -1
  170. package/dist/esm/loader.js +10 -10
  171. package/dist/esm/{month-view-generator-6fe1f491.js → month-view-generator-b700ed08.js} +2 -3
  172. package/dist/esm/{public-rules-1626fb0d.js → public-rules-fe2c7934.js} +9 -9
  173. package/dist/esm/{range-4f9bf69d.js → range-00afe462.js} +2 -2
  174. package/dist/esm/{responsive-format-facade-e8534e59.js → responsive-format-facade-37d4d850.js} +1 -1
  175. package/dist/esm/{rich-text-editor-required-rule-c391aeb6.js → rich-text-editor-required-rule-6487ec94.js} +1 -1
  176. package/dist/esm/{split-cell-operation-55cd9fae.js → split-cell-operation-9445e642.js} +4 -4
  177. package/dist/esm/{string-format-strategy.abstract-8c48e515.js → string-format-strategy.abstract-ec6d627b.js} +5 -2
  178. package/dist/esm/{string-input-formatter-slimmer-519480ce.js → string-input-formatter-slimmer-959dff7a.js} +4 -4
  179. package/dist/esm/{string-mask-strategy-8070817e.js → string-mask-strategy-49be41f0.js} +40 -9
  180. package/dist/esm/{style-formatter-7afd0680.js → style-formatter-ad0b2bac.js} +2 -2
  181. package/dist/esm/{sub-state-notify-slimmer-54531808.js → sub-state-notify-slimmer-ee8c417b.js} +2 -2
  182. package/dist/esm/{sub-state-observer-slimmer-b3a773c5.js → sub-state-observer-slimmer-4d30fa5c.js} +3 -3
  183. package/dist/esm/{time-required-rule-2569e5ad.js → time-required-rule-414b1590.js} +1 -1
  184. package/dist/esm/{token-extension-612575cb.js → token-extension-600b1c88.js} +7 -7
  185. package/dist/esm/{type-guard-c20cbbff.js → type-guard-23a08026.js} +11 -1
  186. package/dist/esm/{ui-ac244bf0.js → ui-ba5a4758.js} +8 -2
  187. package/dist/esm/{valid-credit-card-number-rule-b9c3c2f8.js → valid-credit-card-number-rule-60abddac.js} +1 -1
  188. package/dist/esm/vega-accordion.entry.js +6 -6
  189. package/dist/esm/vega-app-header-button.entry.js +6 -6
  190. package/dist/esm/vega-backdrop.entry.js +1 -1
  191. package/dist/esm/vega-banner.entry.js +3 -3
  192. package/dist/esm/vega-box.entry.js +5 -5
  193. package/dist/esm/vega-breadcrumb.entry.js +3 -3
  194. package/dist/esm/vega-button-circle.entry.js +7 -7
  195. package/dist/esm/vega-button-group_2.entry.js +6 -6
  196. package/dist/esm/vega-button-link.entry.js +3 -3
  197. package/dist/esm/vega-button.entry.js +6 -6
  198. package/dist/esm/vega-calendar_4.entry.js +30 -17
  199. package/dist/esm/vega-card.entry.js +4 -4
  200. package/dist/esm/vega-carousel.entry.js +5 -5
  201. package/dist/esm/vega-checkbox_2.entry.js +7 -7
  202. package/dist/esm/vega-chip.entry.js +6 -6
  203. package/dist/esm/vega-code-block.entry.js +10 -10
  204. package/dist/esm/vega-color-picker.entry.js +6 -6
  205. package/dist/esm/vega-combo-box.entry.js +9 -9
  206. package/dist/esm/vega-date-picker_2.entry.js +23 -23
  207. package/dist/esm/vega-dialog_2.entry.js +8 -7
  208. package/dist/esm/vega-divider.entry.js +3 -3
  209. package/dist/esm/vega-dropdown_5.entry.js +12 -12
  210. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  211. package/dist/esm/vega-field-label.entry.js +3 -3
  212. package/dist/esm/vega-file-uploader.entry.js +6 -6
  213. package/dist/esm/vega-flag-icon.entry.js +3 -3
  214. package/dist/esm/vega-flex.entry.js +5 -5
  215. package/dist/esm/vega-font.entry.js +4 -4
  216. package/dist/esm/vega-form.entry.js +9 -9
  217. package/dist/esm/vega-grid.entry.js +4 -4
  218. package/dist/esm/vega-icon.entry.js +4 -4
  219. package/dist/esm/vega-image-uploader.entry.js +8 -8
  220. package/dist/esm/vega-input-credit-card.entry.js +10 -10
  221. package/dist/esm/vega-input-numeric.entry.js +10 -10
  222. package/dist/esm/vega-input-passcode.entry.js +9 -9
  223. package/dist/esm/vega-input-phone-number.entry.js +8 -8
  224. package/dist/esm/vega-input-range.entry.js +6 -6
  225. package/dist/esm/vega-input-select.entry.js +8 -8
  226. package/dist/esm/vega-input.entry.js +37 -27
  227. package/dist/esm/{vega-internal-event-id-8002b179.js → vega-internal-event-id-70bd893d.js} +2 -1
  228. package/dist/esm/vega-item-toggle.entry.js +3 -3
  229. package/dist/esm/vega-left-nav_5.entry.js +9 -9
  230. package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
  231. package/dist/esm/vega-page-notification_2.entry.js +2 -2
  232. package/dist/esm/vega-pagination-page-selector-mobile.entry.js +3 -3
  233. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +3 -3
  234. package/dist/esm/vega-pagination.entry.js +6 -6
  235. package/dist/esm/vega-popover_2.entry.js +48 -12
  236. package/dist/esm/vega-progress-tracker_2.entry.js +8 -8
  237. package/dist/esm/vega-radio_2.entry.js +10 -10
  238. package/dist/esm/vega-rich-text-content.entry.js +9 -9
  239. package/dist/esm/vega-rich-text-editor_4.entry.js +17 -17
  240. package/dist/esm/vega-rich-text-table-properties_3.entry.js +9 -9
  241. package/dist/esm/vega-segment-control.entry.js +3 -3
  242. package/dist/esm/vega-selection-chip_2.entry.js +9 -9
  243. package/dist/esm/vega-selection-tile_2.entry.js +8 -8
  244. package/dist/esm/vega-sidenav_3.entry.js +8 -8
  245. package/dist/esm/vega-signature-capture.entry.js +9 -9
  246. package/dist/esm/vega-stepper.entry.js +6 -6
  247. package/dist/esm/vega-tab-group_2.entry.js +3 -3
  248. package/dist/esm/vega-table_11.entry.js +8 -8
  249. package/dist/esm/vega-text.entry.js +1 -1
  250. package/dist/esm/vega-textarea.entry.js +6 -6
  251. package/dist/esm/vega-time-picker_2.entry.js +12 -12
  252. package/dist/esm/vega-toggle-switch.entry.js +6 -6
  253. package/dist/esm/vega-tooltip_2.entry.js +8 -8
  254. package/dist/esm/vega.js +10 -10
  255. package/dist/esm/{wait-for-component-did-render-1e62d6f7.js → wait-for-component-did-render-03e7ccb2.js} +2 -2
  256. package/dist/sri/vega-sri-manifest.json +346 -346
  257. package/dist/types/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.d.ts +5 -0
  258. package/dist/types/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.d.ts +1 -0
  259. package/dist/types/components/vega-input/types.d.ts +30 -1
  260. package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +6 -0
  261. package/dist/types/components/vega-rich-text-editor/dto/annotations/code-annotation.d.ts +6 -0
  262. package/dist/types/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.d.ts +7 -0
  263. package/dist/types/components/vega-rich-text-editor/dto/annotations/image-annotation.d.ts +6 -0
  264. package/dist/types/components/vega-rich-text-editor/dto/annotations/link-group-annotation.d.ts +7 -0
  265. package/dist/types/components/vega-rich-text-editor/dto/annotations/list-annotation.d.ts +6 -0
  266. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.d.ts +22 -0
  267. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-style-annotation.d.ts +7 -0
  268. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.d.ts +20 -0
  269. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +10 -0
  270. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +8 -0
  271. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.d.ts +9 -0
  272. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.d.ts +27 -0
  273. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.d.ts +17 -0
  274. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +17 -0
  275. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.d.ts +41 -0
  276. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.d.ts +10 -0
  277. package/dist/types/helpers/calendar/calendar-date.d.ts +7 -0
  278. package/dist/types/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.d.ts +0 -1
  279. package/dist/types/helpers/event-manager/event-id/vega-internal-event-id.d.ts +1 -0
  280. package/dist/types/helpers/formatter/string-formatter/custom-formatter-strategy.d.ts +2 -1
  281. package/dist/types/helpers/formatter/string-formatter/number-mask-strategy.d.ts +2 -1
  282. package/dist/types/helpers/formatter/string-formatter/number-thousand-comma-strategy.d.ts +2 -1
  283. package/dist/types/helpers/formatter/string-formatter/string-format-strategy.abstract.d.ts +1 -0
  284. package/dist/types/helpers/formatter/string-formatter/string-mask-strategy.d.ts +32 -4
  285. package/dist/types/helpers/formatter/string-formatter/thousand-comma-strategy.d.ts +1 -0
  286. package/dist/types/helpers/keyboard/keyboard-manager.d.ts +1 -0
  287. package/dist/types/helpers/slimmers/aria-dialog-focusable-trap-slimmer.d.ts +19 -0
  288. package/dist/types/utils/ui.d.ts +3 -1
  289. package/dist/vega/index.esm.js +1 -1
  290. package/dist/vega/{p-8cd70b3b.js → p-010b5e74.js} +1 -1
  291. package/dist/vega/{p-33cacbd6.entry.js → p-01883ffc.entry.js} +1 -1
  292. package/dist/vega/{p-7f68abf7.js → p-02578a59.js} +1 -1
  293. package/dist/vega/{p-916ef5dd.entry.js → p-0313393d.entry.js} +1 -1
  294. package/dist/vega/p-043e685a.entry.js +1 -0
  295. package/dist/vega/{p-972c594b.entry.js → p-04e56b0c.entry.js} +1 -1
  296. package/dist/vega/p-07a2b42a.js +1 -0
  297. package/dist/vega/{p-fb92092b.entry.js → p-08780df0.entry.js} +1 -1
  298. package/dist/vega/p-10fa4eac.js +1 -0
  299. package/dist/vega/{p-19adff1f.entry.js → p-1557ed92.entry.js} +1 -1
  300. package/dist/vega/{p-405ab757.js → p-18619467.js} +1 -1
  301. package/dist/vega/{p-a5543b6a.entry.js → p-19ad4f15.entry.js} +1 -1
  302. package/dist/vega/{p-46c7763f.entry.js → p-1a2f92a3.entry.js} +1 -1
  303. package/dist/vega/{p-085d45c9.js → p-1c45565d.js} +1 -1
  304. package/dist/vega/{p-b91aff06.entry.js → p-1feb4f2a.entry.js} +1 -1
  305. package/dist/vega/{p-14dfdba3.entry.js → p-203bc4db.entry.js} +1 -1
  306. package/dist/vega/{p-6e13e2fc.js → p-204c7d41.js} +1 -1
  307. package/dist/vega/{p-833b79ad.entry.js → p-21c9e1ca.entry.js} +1 -1
  308. package/dist/vega/p-22336063.js +1 -0
  309. package/dist/vega/{p-1784724a.entry.js → p-224b67ff.entry.js} +1 -1
  310. package/dist/vega/{p-dccda3d1.js → p-2c2df248.js} +1 -1
  311. package/dist/vega/{p-667d5b80.entry.js → p-2d917e2d.entry.js} +1 -1
  312. package/dist/vega/{p-02bab5ea.entry.js → p-2e73582d.entry.js} +1 -1
  313. package/dist/vega/{p-b7dd3ef2.entry.js → p-334e3b02.entry.js} +1 -1
  314. package/dist/vega/{p-6554a801.js → p-33860e54.js} +1 -1
  315. package/dist/vega/{p-dba91c23.entry.js → p-35386999.entry.js} +1 -1
  316. package/dist/vega/{p-bc142c5c.entry.js → p-365d21ac.entry.js} +1 -1
  317. package/dist/vega/{p-fadeb5a2.entry.js → p-367d44d9.entry.js} +1 -1
  318. package/dist/vega/{p-a6ad6515.entry.js → p-382b71a3.entry.js} +1 -1
  319. package/dist/vega/{p-b67672ae.entry.js → p-434fc427.entry.js} +1 -1
  320. package/dist/vega/p-44c5cbb7.js +1 -0
  321. package/dist/vega/{p-408a1baa.entry.js → p-47ca1f69.entry.js} +1 -1
  322. package/dist/vega/{p-5d397ee0.entry.js → p-4eb282ef.entry.js} +1 -1
  323. package/dist/vega/{p-b589cafd.entry.js → p-517434d4.entry.js} +1 -1
  324. package/dist/vega/p-559197f8.js +1 -0
  325. package/dist/vega/{p-6e05fc55.js → p-576fe408.js} +1 -1
  326. package/dist/vega/p-5ae4ea20.entry.js +1 -0
  327. package/dist/vega/p-5f377954.js +1 -1
  328. package/dist/vega/{p-b15a2d4b.js → p-60cf2a68.js} +1 -1
  329. package/dist/vega/p-612e3ded.js +1 -0
  330. package/dist/vega/{p-679a4046.entry.js → p-65900dbf.entry.js} +1 -1
  331. package/dist/vega/p-68124bc5.js +1 -0
  332. package/dist/vega/{p-28ed34b3.entry.js → p-6af55f1c.entry.js} +1 -1
  333. package/dist/vega/{p-5b90bbfe.js → p-6c5250b3.js} +1 -1
  334. package/dist/vega/p-6f2e5bc6.js +1 -0
  335. package/dist/vega/{p-439c7c13.entry.js → p-70f1cf4e.entry.js} +1 -1
  336. package/dist/vega/{p-a02f77c7.js → p-716c71e6.js} +1 -1
  337. package/dist/vega/{p-d862195c.entry.js → p-7362723e.entry.js} +1 -1
  338. package/dist/vega/{p-28c8ffb4.js → p-7618dde4.js} +1 -1
  339. package/dist/vega/p-76b80a0c.js +1 -0
  340. package/dist/vega/{p-937d5317.entry.js → p-7912741f.entry.js} +1 -1
  341. package/dist/vega/{p-6b19d33a.entry.js → p-7942c042.entry.js} +1 -1
  342. package/dist/vega/{p-820906b8.entry.js → p-7c2fecfd.entry.js} +1 -1
  343. package/dist/vega/{p-02fec68b.entry.js → p-7ceab8c7.entry.js} +1 -1
  344. package/dist/vega/p-8327635d.js +1 -0
  345. package/dist/vega/{p-db29681a.entry.js → p-840ad046.entry.js} +1 -1
  346. package/dist/vega/{p-4068e7de.js → p-878851f6.js} +1 -1
  347. package/dist/vega/{p-a2161e9d.js → p-89e56502.js} +1 -1
  348. package/dist/vega/{p-9e6e76b2.entry.js → p-8adf9732.entry.js} +1 -1
  349. package/dist/vega/{p-18378017.entry.js → p-90137c68.entry.js} +1 -1
  350. package/dist/vega/p-9341c1a9.js +1 -0
  351. package/dist/vega/{p-cb0324e7.entry.js → p-9390a94b.entry.js} +1 -1
  352. package/dist/vega/p-9551da9c.entry.js +1 -0
  353. package/dist/vega/p-9862d1a8.entry.js +1 -0
  354. package/dist/vega/{p-2bbbdf87.entry.js → p-9dc23325.entry.js} +1 -1
  355. package/dist/vega/p-a4dbf2cc.js +1 -0
  356. package/dist/vega/{p-561e9097.entry.js → p-a99e75a1.entry.js} +1 -1
  357. package/dist/vega/{p-b4d72eff.entry.js → p-ab21fdf6.entry.js} +1 -1
  358. package/dist/vega/{p-fc3d6d9d.js → p-b3e40faf.js} +1 -1
  359. package/dist/vega/{p-4ea3cf5f.entry.js → p-b5a6bd0f.entry.js} +1 -1
  360. package/dist/vega/{p-5dfd36d3.entry.js → p-b5c2fff3.entry.js} +1 -1
  361. package/dist/vega/{p-a0a39ec3.js → p-b696a861.js} +1 -1
  362. package/dist/vega/{p-076c6445.entry.js → p-ba415db6.entry.js} +1 -1
  363. package/dist/vega/{p-814c37be.entry.js → p-be3517be.entry.js} +1 -1
  364. package/dist/vega/{p-615bc3de.entry.js → p-c045e4c1.entry.js} +1 -1
  365. package/dist/vega/{p-4e76a84d.entry.js → p-c4e32125.entry.js} +1 -1
  366. package/dist/vega/{p-20981b17.entry.js → p-c5b698f6.entry.js} +1 -1
  367. package/dist/vega/{p-71720290.entry.js → p-c61279a7.entry.js} +1 -1
  368. package/dist/vega/p-c6d62f0d.js +1 -0
  369. package/dist/vega/{p-4e15958f.js → p-c9201bf4.js} +1 -1
  370. package/dist/vega/{p-ace7aa6c.entry.js → p-cc055723.entry.js} +1 -1
  371. package/dist/vega/{p-fc93b467.entry.js → p-cca5042b.entry.js} +1 -1
  372. package/dist/vega/{p-c58c3e7e.entry.js → p-cda45d2a.entry.js} +1 -1
  373. package/dist/vega/p-cdf5b2f0.entry.js +1 -0
  374. package/dist/vega/p-cf70c57d.js +1 -0
  375. package/dist/vega/{p-441fd2b3.entry.js → p-d1494c7c.entry.js} +1 -1
  376. package/dist/vega/{p-a6fb81c5.js → p-d1ca70a1.js} +1 -1
  377. package/dist/vega/p-d202e69d.entry.js +1 -0
  378. package/dist/vega/{p-dd4c3d9b.entry.js → p-dc9b5063.entry.js} +1 -1
  379. package/dist/vega/{p-d6875e49.js → p-dcd18ab1.js} +1 -1
  380. package/dist/vega/p-df5bfbc4.entry.js +1 -0
  381. package/dist/vega/{p-d5a8bb62.entry.js → p-e4726dcd.entry.js} +1 -1
  382. package/dist/vega/{p-76f2e0f5.js → p-e84b95d4.js} +1 -1
  383. package/dist/vega/p-ea21462f.js +1 -0
  384. package/dist/vega/{p-905cf163.entry.js → p-ec1d76c6.entry.js} +1 -1
  385. package/dist/vega/{p-04f9b0d4.entry.js → p-f3456993.entry.js} +1 -1
  386. package/dist/vega/{p-32a0eed4.entry.js → p-f4190826.entry.js} +1 -1
  387. package/dist/vega/{p-558a707e.entry.js → p-f48c43f4.entry.js} +1 -1
  388. package/dist/vega/{p-1665d4b8.entry.js → p-fdac91c4.entry.js} +1 -1
  389. package/dist/vega/{p-5395faac.entry.js → p-ffa2e3a6.entry.js} +1 -1
  390. package/dist/vega/vega.esm.js +1 -1
  391. package/package.json +3 -2
  392. package/dist/collection/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.js +0 -195
  393. package/dist/collection/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.js +0 -94
  394. package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.js +0 -72
  395. package/dist/collection/components/vega-code-block/test/code-block-range.test.js +0 -81
  396. package/dist/collection/components/vega-dropdown/test/share.js +0 -13
  397. package/dist/collection/components/vega-input-credit-card/test/share.js +0 -21
  398. package/dist/collection/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.js +0 -147
  399. package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.test.js +0 -21
  400. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +0 -71
  401. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.js +0 -69
  402. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +0 -24
  403. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.js +0 -20
  404. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +0 -15
  405. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +0 -32
  406. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +0 -11
  407. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +0 -16
  408. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +0 -20
  409. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +0 -87
  410. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +0 -32
  411. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +0 -17
  412. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +0 -77
  413. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +0 -23
  414. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-actions.test.js +0 -39
  415. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-style.test.js +0 -71
  416. package/dist/collection/components/vega-rich-text-editor/test/dto/annotations.test.js +0 -381
  417. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/code-block.test.js +0 -54
  418. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/html-block.test.js +0 -167
  419. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/image-block.test.js +0 -90
  420. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +0 -176
  421. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-item.test.js +0 -188
  422. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/text-block.test.js +0 -193
  423. package/dist/collection/components/vega-rich-text-editor/test/dto/content-state.test.js +0 -3375
  424. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/image-node.test.js +0 -108
  425. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/text-node.test.js +0 -510
  426. package/dist/collection/components/vega-rich-text-editor/test/dto/range.test.js +0 -53
  427. package/dist/collection/components/vega-rich-text-editor/test/e2e-utils.js +0 -182
  428. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.js +0 -49
  429. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.js +0 -38
  430. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.js +0 -26
  431. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.js +0 -32
  432. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/vega-code-block-to-rte-code-block-strategy.test.js +0 -61
  433. package/dist/collection/components/vega-rich-text-editor/test/extensions/extension-test-utils.js +0 -43
  434. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.js +0 -164
  435. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.js +0 -298
  436. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.js +0 -316
  437. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.js +0 -411
  438. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.js +0 -99
  439. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.js +0 -181
  440. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.js +0 -84
  441. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.js +0 -331
  442. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.js +0 -32
  443. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-dto.test.js +0 -1094
  444. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.js +0 -1590
  445. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-test-utils.js +0 -172
  446. package/dist/collection/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.js +0 -129
  447. package/dist/collection/components/vega-rich-text-editor/test/fixture.js +0 -257
  448. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.js +0 -186
  449. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.js +0 -22
  450. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.js +0 -22
  451. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.js +0 -26
  452. package/dist/collection/components/vega-rich-text-editor/test/spec-utils.js +0 -35
  453. package/dist/collection/components/vega-sidenav/test/test.helper.js +0 -68
  454. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.js +0 -83
  455. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.js +0 -147
  456. package/dist/collection/components/vega-table/test/utils.js +0 -22
  457. package/dist/collection/components/vega-table/test/vega-table-sorter.test.js +0 -508
  458. package/dist/collection/constants/tests/validator.test.js +0 -24
  459. package/dist/collection/decorators/method-decorators/tests/component-load-required.test.js +0 -114
  460. package/dist/collection/decorators/property-decorators/tests/inject-element-appender-proxy.test.js +0 -237
  461. package/dist/collection/decorators/property-decorators/tests/inject-keyboard-manager.test.js +0 -91
  462. package/dist/collection/global/tests/before-vega-load.test.js +0 -62
  463. package/dist/collection/helpers/calendar/test/calendar-date-time.test.js +0 -27
  464. package/dist/collection/helpers/calendar/test/calendar-date.test.js +0 -172
  465. package/dist/collection/helpers/calendar/test/calendar-event.test.js +0 -263
  466. package/dist/collection/helpers/calendar/test/calendar-period/day-period.test.js +0 -118
  467. package/dist/collection/helpers/calendar/test/calendar-period/month-period.test.js +0 -144
  468. package/dist/collection/helpers/calendar/test/calendar-period/week-period.test.js +0 -114
  469. package/dist/collection/helpers/calendar/test/calendar-time.test.js +0 -45
  470. package/dist/collection/helpers/calendar/test/calendar-view-generator/day-view-generator.test.js +0 -19
  471. package/dist/collection/helpers/calendar/test/calendar-view-generator/month-view-generator.test.js +0 -123
  472. package/dist/collection/helpers/calendar/test/calendar-view-generator/week-view-generator.test.js +0 -43
  473. package/dist/collection/helpers/calendar/test/calendar-view.test.js +0 -9
  474. package/dist/collection/helpers/calendar/test/index.test.js +0 -13
  475. package/dist/collection/helpers/calendar/test/utils.test.js +0 -62
  476. package/dist/collection/helpers/change-manager/test/change-manager.test.js +0 -30
  477. package/dist/collection/helpers/change-manager/test/dom-node-subject-factory.test.js +0 -38
  478. package/dist/collection/helpers/chart/test/controllers/chart-dimension-controller.test.js +0 -63
  479. package/dist/collection/helpers/chart/test/drawers/arc-path-drawer.test.js +0 -55
  480. package/dist/collection/helpers/chart/test/drawers/legend-drawer.test.js +0 -94
  481. package/dist/collection/helpers/chart/test/drawers/line-drawer.test.js +0 -25
  482. package/dist/collection/helpers/chart/test/drawers/path-drawer.test.js +0 -21
  483. package/dist/collection/helpers/chart/test/drawers/rect-drawer.test.js +0 -78
  484. package/dist/collection/helpers/chart/test/drawers/text-drawer.test.js +0 -25
  485. package/dist/collection/helpers/chart/test/drawers/x-axis-drawer.test.js +0 -38
  486. package/dist/collection/helpers/chart/test/drawers/y-axis-drawer.test.js +0 -44
  487. package/dist/collection/helpers/chart/test/graph-context-factory.test.js +0 -17
  488. package/dist/collection/helpers/chart/test/input-processors/format-time-positions-input-processor.test.js +0 -62
  489. package/dist/collection/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.js +0 -45
  490. package/dist/collection/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.js +0 -80
  491. package/dist/collection/helpers/chart/test/input-processors/layout-input-processor.test.js +0 -40
  492. package/dist/collection/helpers/chart/test/input-processors/line-path-input-processor.test.js +0 -16
  493. package/dist/collection/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.js +0 -20
  494. package/dist/collection/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.js +0 -48
  495. package/dist/collection/helpers/chart/test/input-processors/sort-positions-input-processor.test.js +0 -53
  496. package/dist/collection/helpers/chart/test/input-processors/x-axis-input-processor.test.js +0 -78
  497. package/dist/collection/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.js +0 -109
  498. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.js +0 -39
  499. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.test.js +0 -55
  500. package/dist/collection/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.js +0 -11
  501. package/dist/collection/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.js +0 -25
  502. package/dist/collection/helpers/chart/test/interactors/interactor-factory.test.js +0 -19
  503. package/dist/collection/helpers/chart/test/interactors/svg-interactor.test.js +0 -48
  504. package/dist/collection/helpers/chart/test/line-chart.test.js +0 -96
  505. package/dist/collection/helpers/chart/test/pie-chart.test.js +0 -38
  506. package/dist/collection/helpers/chart/test/renderers/canvas-renderer.test.js +0 -31
  507. package/dist/collection/helpers/chart/test/renderers/renderer-factory.test.js +0 -19
  508. package/dist/collection/helpers/chart/test/renderers/svg-renderer.test.js +0 -99
  509. package/dist/collection/helpers/code-format/test/code-formatter.test.js +0 -410
  510. package/dist/collection/helpers/common/test/common.test.js +0 -7
  511. package/dist/collection/helpers/common/test/wait-for-component-did-render.test.js +0 -67
  512. package/dist/collection/helpers/common/test/wait-for-vega-handler.test.js +0 -17
  513. package/dist/collection/helpers/csp/test/styles-preservator.test.js +0 -207
  514. package/dist/collection/helpers/csp/test/vega-nonce-manager.test.js +0 -177
  515. package/dist/collection/helpers/dialog/test/vega-dialog-controller.test.js +0 -114
  516. package/dist/collection/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.js +0 -209
  517. package/dist/collection/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.js +0 -81
  518. package/dist/collection/helpers/event-manager/test/component-event-id-map.test.js +0 -16
  519. package/dist/collection/helpers/event-manager/test/event-emit-slimmer.test.js +0 -144
  520. package/dist/collection/helpers/event-manager/test/internal-vega-event-manager.test.js +0 -70
  521. package/dist/collection/helpers/event-manager/test/jquery-delegated-strategy-controller.test.js +0 -131
  522. package/dist/collection/helpers/event-manager/test/vega-event-id.test.js +0 -16
  523. package/dist/collection/helpers/event-manager/test/vega-event-manager.test.js +0 -97
  524. package/dist/collection/helpers/feature-control/tests/feature-flag-controller.test.js +0 -69
  525. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.js +0 -64
  526. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.js +0 -32
  527. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.js +0 -31
  528. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.js +0 -17
  529. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.js +0 -23
  530. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.js +0 -19
  531. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.js +0 -19
  532. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.js +0 -43
  533. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.js +0 -29
  534. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.js +0 -23
  535. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.js +0 -19
  536. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.js +0 -27
  537. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.js +0 -43
  538. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.js +0 -28
  539. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.js +0 -43
  540. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.js +0 -28
  541. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.js +0 -27
  542. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.js +0 -19
  543. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.js +0 -51
  544. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.js +0 -20
  545. package/dist/collection/helpers/formatter/test/state-formatter/state-background-color-formatter.test.js +0 -18
  546. package/dist/collection/helpers/formatter/test/state-formatter/state-border-color-formatter.test.js +0 -13
  547. package/dist/collection/helpers/formatter/test/state-formatter/state-border-formatter.test.js +0 -13
  548. package/dist/collection/helpers/formatter/test/state-formatter/state-format-facade.test.js +0 -27
  549. package/dist/collection/helpers/formatter/test/state-formatter/state-shadow-formatter.test.js +0 -13
  550. package/dist/collection/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.js +0 -13
  551. package/dist/collection/helpers/formatter/test/string-formatter/number-mask-strategy.test.js +0 -101
  552. package/dist/collection/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.js +0 -40
  553. package/dist/collection/helpers/formatter/test/string-formatter/string-mask-strategy.test.js +0 -147
  554. package/dist/collection/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.js +0 -21
  555. package/dist/collection/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.js +0 -43
  556. package/dist/collection/helpers/formatter/test/style-formatter.test.js +0 -16
  557. package/dist/collection/helpers/icon/test/icon-manager-controller.test.js +0 -101
  558. package/dist/collection/helpers/icon/test/internal-icon-manager.test.js +0 -18
  559. package/dist/collection/helpers/immutable/test/immutable-array.test.js +0 -78
  560. package/dist/collection/helpers/immutable/test/immutable-map.test.js +0 -83
  561. package/dist/collection/helpers/immutable/test/immutable-set.test.js +0 -87
  562. package/dist/collection/helpers/keyboard/test/keyboard-manager.test.js +0 -241
  563. package/dist/collection/helpers/level-tracker/test/nested-level-tracker.test.js +0 -33
  564. package/dist/collection/helpers/loading-indicator/tests/vega-loader-controller.test.js +0 -192
  565. package/dist/collection/helpers/notify/tests/vega-notify-controller.test.js +0 -165
  566. package/dist/collection/helpers/paginator/test/value-paginator.test.js +0 -15
  567. package/dist/collection/helpers/queue/test/synchronize-task-queue.test.js +0 -76
  568. package/dist/collection/helpers/remote-invocation/remote-invocation-registry.test.js +0 -17
  569. package/dist/collection/helpers/rte-manager/rte.manager.test.js +0 -94
  570. package/dist/collection/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.js +0 -194
  571. package/dist/collection/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.js +0 -66
  572. package/dist/collection/helpers/slimmers/element-appender/test/element-appender-slimmer.test.js +0 -621
  573. package/dist/collection/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.js +0 -248
  574. package/dist/collection/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.js +0 -120
  575. package/dist/collection/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.js +0 -182
  576. package/dist/collection/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.js +0 -399
  577. package/dist/collection/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.js +0 -383
  578. package/dist/collection/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.js +0 -96
  579. package/dist/collection/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.js +0 -228
  580. package/dist/collection/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.js +0 -375
  581. package/dist/collection/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.js +0 -46
  582. package/dist/collection/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.js +0 -75
  583. package/dist/collection/helpers/slimmers/test/component-global-style-slimmer.test.js +0 -104
  584. package/dist/collection/helpers/slimmers/test/component-usage-runtime-metrics.test.js +0 -72
  585. package/dist/collection/helpers/slimmers/test/dark-mode-state-controller.test.js +0 -65
  586. package/dist/collection/helpers/slimmers/test/deprecated-property-slimmer.test.js +0 -36
  587. package/dist/collection/helpers/slimmers/test/field-error-controller-slimmer.test.js +0 -55
  588. package/dist/collection/helpers/slimmers/test/form-field-controller-slimmer.test.js +0 -278
  589. package/dist/collection/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.js +0 -106
  590. package/dist/collection/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.js +0 -64
  591. package/dist/collection/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.js +0 -89
  592. package/dist/collection/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.js +0 -101
  593. package/dist/collection/helpers/slimmers/test/keyboard-manager-slimmer.test.js +0 -90
  594. package/dist/collection/helpers/slimmers/test/page-resize-observer-slimmer.test.js +0 -278
  595. package/dist/collection/helpers/slimmers/test/string-input-formatter-slimmer.test.js +0 -220
  596. package/dist/collection/helpers/slimmers/test/translation-slimmer.test.js +0 -89
  597. package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +0 -614
  598. package/dist/collection/helpers/touch-helper/test/touch-listener.test.js +0 -122
  599. package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +0 -288
  600. package/dist/collection/helpers/translation/tests/translation.test.js +0 -46
  601. package/dist/collection/helpers/ui/test/element-appender.test.js +0 -530
  602. package/dist/collection/helpers/validator/test/rules/check-box-required-rule.test.js +0 -88
  603. package/dist/collection/helpers/validator/test/rules/custom-validation-rule.test.js +0 -56
  604. package/dist/collection/helpers/validator/test/rules/date-range-rule.test.js +0 -67
  605. package/dist/collection/helpers/validator/test/rules/date-required-rule.test.js +0 -120
  606. package/dist/collection/helpers/validator/test/rules/email-field-rule.test.js +0 -69
  607. package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +0 -7
  608. package/dist/collection/helpers/validator/test/rules/input-phone-number-required-rule.test.js +0 -105
  609. package/dist/collection/helpers/validator/test/rules/input-range-min-and-max-rule.test.js +0 -146
  610. package/dist/collection/helpers/validator/test/rules/input-range-required-rule.test.js +0 -82
  611. package/dist/collection/helpers/validator/test/rules/input-select-value-in-source-rule.test.js +0 -99
  612. package/dist/collection/helpers/validator/test/rules/max-number-rule.test.js +0 -97
  613. package/dist/collection/helpers/validator/test/rules/max-string-length-rule.test.js +0 -85
  614. package/dist/collection/helpers/validator/test/rules/min-and-max-date-rule.test.js +0 -174
  615. package/dist/collection/helpers/validator/test/rules/min-number-rule.test.js +0 -97
  616. package/dist/collection/helpers/validator/test/rules/min-string-length-rule.test.js +0 -85
  617. package/dist/collection/helpers/validator/test/rules/public-rules.test.js +0 -80
  618. package/dist/collection/helpers/validator/test/rules/required-field-rule.test.js +0 -126
  619. package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +0 -360
  620. package/dist/collection/helpers/validator/test/rules/time-range-required-rule.test.js +0 -82
  621. package/dist/collection/helpers/validator/test/rules/time-range-rule.test.js +0 -67
  622. package/dist/collection/helpers/validator/test/rules/time-required-rule.test.js +0 -116
  623. package/dist/collection/helpers/validator/test/rules/toggle-switch-required-rule.test.js +0 -72
  624. package/dist/collection/helpers/validator/test/rules/valid-credit-card-number-rule.test.js +0 -135
  625. package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +0 -95
  626. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.js +0 -65
  627. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.js +0 -82
  628. package/dist/collection/helpers/validator/test/validator/form-field-controller.test.js +0 -205
  629. package/dist/collection/helpers/vega-telemetry-helper/test/vega-env-manager.test.js +0 -14
  630. package/dist/collection/helpers/zindex/test/internal-vega-z-index-manager.test.js +0 -176
  631. package/dist/collection/helpers/zindex/test/vega-z-index-manager.test.js +0 -46
  632. package/dist/collection/polyfill/d3/test/d3-array-polyfill.test.js +0 -72
  633. package/dist/collection/polyfill/d3/test/d3-axis-polyfill.test.js +0 -171
  634. package/dist/collection/polyfill/d3/test/d3-integration.test.js +0 -137
  635. package/dist/collection/polyfill/d3/test/d3-scale-polyfill.test.js +0 -382
  636. package/dist/collection/polyfill/d3/test/d3-selection-polyfill.test.js +0 -239
  637. package/dist/collection/polyfill/d3/test/d3-shape-polyfill.test.js +0 -225
  638. package/dist/collection/polyfill/d3/test/d3-time-format-polyfill.test.js +0 -162
  639. package/dist/collection/polyfill/d3/test/d3-time-polyfill.test.js +0 -76
  640. package/dist/collection/polyfill/d3/test/index.test.js +0 -78
  641. package/dist/collection/polyfill/libphonenumber/test/as-you-type.test.js +0 -309
  642. package/dist/collection/polyfill/libphonenumber/test/format-helpers.test.js +0 -192
  643. package/dist/collection/polyfill/libphonenumber/test/index.test.js +0 -16
  644. package/dist/collection/polyfill/libphonenumber/test/metadata.test.js +0 -196
  645. package/dist/collection/polyfill/libphonenumber/test/parse-phone-number.test.js +0 -218
  646. package/dist/collection/polyfill/libphonenumber/test/phone-number.test.js +0 -56
  647. package/dist/collection/polyfill/prism/test/css.test.js +0 -61
  648. package/dist/collection/polyfill/prism/test/javascript.test.js +0 -113
  649. package/dist/collection/polyfill/prism/test/jsx.test.js +0 -48
  650. package/dist/collection/polyfill/prism/test/language-registry.test.js +0 -77
  651. package/dist/collection/polyfill/prism/test/markup.test.js +0 -57
  652. package/dist/collection/polyfill/prism/test/test-utils.js +0 -22
  653. package/dist/collection/polyfill/prism/test/tokenizer.test.js +0 -180
  654. package/dist/collection/polyfill/prism/test/tsx.test.js +0 -87
  655. package/dist/collection/polyfill/prism/test/typescript.test.js +0 -86
  656. package/dist/collection/polyfill/shadow-selection/test/shadow-selection-polyfill.test.js +0 -234
  657. package/dist/collection/polyfill/test-polyfill/e2e/retry.js +0 -42
  658. package/dist/collection/polyfill/test-polyfill/unit/create-touch-event.js +0 -31
  659. package/dist/collection/polyfill/test-polyfill/unit/events.js +0 -100
  660. package/dist/collection/polyfill/test-polyfill/unit/index.js +0 -3
  661. package/dist/collection/polyfill/test-polyfill/unit/methods.js +0 -47
  662. package/dist/collection/polyfill/test-polyfill/unit/range.js +0 -15
  663. package/dist/collection/polyfill/test-polyfill/unit/shadow-selection.js +0 -17
  664. package/dist/collection/polyfill/tinycolor/tinycolor-polyfill.test.js +0 -361
  665. package/dist/collection/test-assets/test-icons.js +0 -5
  666. package/dist/collection/types/test/type-guard.test.js +0 -46
  667. package/dist/collection/utils/e2e-utils.js +0 -389
  668. package/dist/collection/utils/sanitize/test/empty-strategy.test.js +0 -12
  669. package/dist/collection/utils/sanitize/test/html-sanitizer.test.js +0 -57
  670. package/dist/collection/utils/sanitize/test/label-strategy.test.js +0 -56
  671. package/dist/collection/utils/sanitize/test/sanitize-strategy.test.js +0 -85
  672. package/dist/collection/utils/sanitize/test/sanitize.test.js +0 -22
  673. package/dist/collection/utils/sanitize/test/serialize-fragment.test.js +0 -25
  674. package/dist/collection/utils/sanitize/test/style-strategy.test.js +0 -45
  675. package/dist/collection/utils/spec-utils.js +0 -226
  676. package/dist/collection/utils/test/accessibility.test.js +0 -40
  677. package/dist/collection/utils/test/api.test.js +0 -34
  678. package/dist/collection/utils/test/array.test.js +0 -260
  679. package/dist/collection/utils/test/breakpoint.test.js +0 -37
  680. package/dist/collection/utils/test/component.test.js +0 -59
  681. package/dist/collection/utils/test/date.test.js +0 -104
  682. package/dist/collection/utils/test/design-token.test.js +0 -91
  683. package/dist/collection/utils/test/effect.test.js +0 -64
  684. package/dist/collection/utils/test/local-storage.test.js +0 -38
  685. package/dist/collection/utils/test/log.test.js +0 -49
  686. package/dist/collection/utils/test/misc.test.js +0 -40
  687. package/dist/collection/utils/test/number.test.js +0 -18
  688. package/dist/collection/utils/test/object.test.js +0 -77
  689. package/dist/collection/utils/test/pagination.test.js +0 -40
  690. package/dist/collection/utils/test/pixel.test.js +0 -29
  691. package/dist/collection/utils/test/safe-document.test.js +0 -13
  692. package/dist/collection/utils/test/spec-utils.test.js +0 -73
  693. package/dist/collection/utils/test/string.test.js +0 -8
  694. package/dist/collection/utils/test/test-utils.test.js +0 -70
  695. package/dist/collection/utils/test/timer.test.js +0 -16
  696. package/dist/collection/utils/test/ui.test.js +0 -301
  697. package/dist/collection/utils/test-utils.js +0 -156
  698. package/dist/types/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.d.ts +0 -1
  699. package/dist/types/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.d.ts +0 -1
  700. package/dist/types/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.d.ts +0 -1
  701. package/dist/types/components/vega-code-block/test/code-block-range.test.d.ts +0 -1
  702. package/dist/types/components/vega-dropdown/test/share.d.ts +0 -12
  703. package/dist/types/components/vega-input-credit-card/test/share.d.ts +0 -18
  704. package/dist/types/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.d.ts +0 -4
  705. package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.test.d.ts +0 -1
  706. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.d.ts +0 -1
  707. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.d.ts +0 -1
  708. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.d.ts +0 -1
  709. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.d.ts +0 -1
  710. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +0 -1
  711. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +0 -1
  712. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +0 -1
  713. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +0 -1
  714. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +0 -1
  715. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +0 -1
  716. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +0 -1
  717. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +0 -1
  718. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +0 -1
  719. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +0 -1
  720. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-actions.test.d.ts +0 -1
  721. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-style.test.d.ts +0 -1
  722. package/dist/types/components/vega-rich-text-editor/test/dto/annotations.test.d.ts +0 -1
  723. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/code-block.test.d.ts +0 -1
  724. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/html-block.test.d.ts +0 -1
  725. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/image-block.test.d.ts +0 -1
  726. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-block.test.d.ts +0 -1
  727. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-item.test.d.ts +0 -1
  728. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/text-block.test.d.ts +0 -1
  729. package/dist/types/components/vega-rich-text-editor/test/dto/content-state.test.d.ts +0 -1
  730. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/image-node.test.d.ts +0 -1
  731. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/text-node.test.d.ts +0 -1
  732. package/dist/types/components/vega-rich-text-editor/test/dto/range.test.d.ts +0 -1
  733. package/dist/types/components/vega-rich-text-editor/test/e2e-utils.d.ts +0 -67
  734. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.d.ts +0 -1
  735. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.d.ts +0 -1
  736. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.d.ts +0 -1
  737. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.d.ts +0 -1
  738. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/vega-code-block-to-rte-code-block-strategy.test.d.ts +0 -1
  739. package/dist/types/components/vega-rich-text-editor/test/extensions/extension-test-utils.d.ts +0 -21
  740. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.d.ts +0 -1
  741. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.d.ts +0 -1
  742. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.d.ts +0 -8
  743. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.d.ts +0 -1
  744. package/dist/types/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.d.ts +0 -1
  745. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.d.ts +0 -1
  746. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.d.ts +0 -1
  747. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.d.ts +0 -1
  748. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.d.ts +0 -1
  749. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-dto.test.d.ts +0 -1
  750. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.d.ts +0 -1
  751. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-test-utils.d.ts +0 -11
  752. package/dist/types/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.d.ts +0 -1
  753. package/dist/types/components/vega-rich-text-editor/test/fixture.d.ts +0 -19
  754. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.d.ts +0 -1
  755. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.d.ts +0 -1
  756. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.d.ts +0 -1
  757. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.d.ts +0 -1
  758. package/dist/types/components/vega-rich-text-editor/test/spec-utils.d.ts +0 -19
  759. package/dist/types/components/vega-sidenav/test/test.helper.d.ts +0 -6
  760. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.d.ts +0 -1
  761. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.d.ts +0 -1
  762. package/dist/types/components/vega-table/test/utils.d.ts +0 -9
  763. package/dist/types/components/vega-table/test/vega-table-sorter.test.d.ts +0 -1
  764. package/dist/types/constants/tests/validator.test.d.ts +0 -1
  765. package/dist/types/decorators/method-decorators/tests/component-load-required.test.d.ts +0 -1
  766. package/dist/types/decorators/property-decorators/tests/inject-element-appender-proxy.test.d.ts +0 -1
  767. package/dist/types/decorators/property-decorators/tests/inject-keyboard-manager.test.d.ts +0 -1
  768. package/dist/types/global/tests/before-vega-load.test.d.ts +0 -1
  769. package/dist/types/helpers/calendar/test/calendar-date-time.test.d.ts +0 -1
  770. package/dist/types/helpers/calendar/test/calendar-date.test.d.ts +0 -1
  771. package/dist/types/helpers/calendar/test/calendar-event.test.d.ts +0 -1
  772. package/dist/types/helpers/calendar/test/calendar-period/day-period.test.d.ts +0 -1
  773. package/dist/types/helpers/calendar/test/calendar-period/month-period.test.d.ts +0 -1
  774. package/dist/types/helpers/calendar/test/calendar-period/week-period.test.d.ts +0 -1
  775. package/dist/types/helpers/calendar/test/calendar-time.test.d.ts +0 -1
  776. package/dist/types/helpers/calendar/test/calendar-view-generator/day-view-generator.test.d.ts +0 -1
  777. package/dist/types/helpers/calendar/test/calendar-view-generator/month-view-generator.test.d.ts +0 -1
  778. package/dist/types/helpers/calendar/test/calendar-view-generator/week-view-generator.test.d.ts +0 -1
  779. package/dist/types/helpers/calendar/test/calendar-view.test.d.ts +0 -1
  780. package/dist/types/helpers/calendar/test/index.test.d.ts +0 -1
  781. package/dist/types/helpers/calendar/test/utils.test.d.ts +0 -1
  782. package/dist/types/helpers/change-manager/test/change-manager.test.d.ts +0 -1
  783. package/dist/types/helpers/change-manager/test/dom-node-subject-factory.test.d.ts +0 -1
  784. package/dist/types/helpers/chart/test/controllers/chart-dimension-controller.test.d.ts +0 -1
  785. package/dist/types/helpers/chart/test/drawers/arc-path-drawer.test.d.ts +0 -1
  786. package/dist/types/helpers/chart/test/drawers/legend-drawer.test.d.ts +0 -1
  787. package/dist/types/helpers/chart/test/drawers/line-drawer.test.d.ts +0 -1
  788. package/dist/types/helpers/chart/test/drawers/path-drawer.test.d.ts +0 -1
  789. package/dist/types/helpers/chart/test/drawers/rect-drawer.test.d.ts +0 -1
  790. package/dist/types/helpers/chart/test/drawers/text-drawer.test.d.ts +0 -1
  791. package/dist/types/helpers/chart/test/drawers/x-axis-drawer.test.d.ts +0 -1
  792. package/dist/types/helpers/chart/test/drawers/y-axis-drawer.test.d.ts +0 -1
  793. package/dist/types/helpers/chart/test/graph-context-factory.test.d.ts +0 -1
  794. package/dist/types/helpers/chart/test/input-processors/format-time-positions-input-processor.test.d.ts +0 -1
  795. package/dist/types/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.d.ts +0 -1
  796. package/dist/types/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.d.ts +0 -1
  797. package/dist/types/helpers/chart/test/input-processors/layout-input-processor.test.d.ts +0 -1
  798. package/dist/types/helpers/chart/test/input-processors/line-path-input-processor.test.d.ts +0 -1
  799. package/dist/types/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.d.ts +0 -1
  800. package/dist/types/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.d.ts +0 -1
  801. package/dist/types/helpers/chart/test/input-processors/sort-positions-input-processor.test.d.ts +0 -1
  802. package/dist/types/helpers/chart/test/input-processors/x-axis-input-processor.test.d.ts +0 -1
  803. package/dist/types/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.d.ts +0 -1
  804. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.d.ts +0 -1
  805. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.test.d.ts +0 -1
  806. package/dist/types/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.d.ts +0 -1
  807. package/dist/types/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.d.ts +0 -1
  808. package/dist/types/helpers/chart/test/interactors/interactor-factory.test.d.ts +0 -1
  809. package/dist/types/helpers/chart/test/interactors/svg-interactor.test.d.ts +0 -1
  810. package/dist/types/helpers/chart/test/line-chart.test.d.ts +0 -1
  811. package/dist/types/helpers/chart/test/pie-chart.test.d.ts +0 -1
  812. package/dist/types/helpers/chart/test/renderers/canvas-renderer.test.d.ts +0 -1
  813. package/dist/types/helpers/chart/test/renderers/renderer-factory.test.d.ts +0 -1
  814. package/dist/types/helpers/chart/test/renderers/svg-renderer.test.d.ts +0 -1
  815. package/dist/types/helpers/code-format/test/code-formatter.test.d.ts +0 -1
  816. package/dist/types/helpers/common/test/common.test.d.ts +0 -1
  817. package/dist/types/helpers/common/test/wait-for-component-did-render.test.d.ts +0 -1
  818. package/dist/types/helpers/common/test/wait-for-vega-handler.test.d.ts +0 -1
  819. package/dist/types/helpers/csp/test/styles-preservator.test.d.ts +0 -1
  820. package/dist/types/helpers/csp/test/vega-nonce-manager.test.d.ts +0 -1
  821. package/dist/types/helpers/dialog/test/vega-dialog-controller.test.d.ts +0 -1
  822. package/dist/types/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.d.ts +0 -1
  823. package/dist/types/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.d.ts +0 -1
  824. package/dist/types/helpers/event-manager/test/component-event-id-map.test.d.ts +0 -1
  825. package/dist/types/helpers/event-manager/test/event-emit-slimmer.test.d.ts +0 -1
  826. package/dist/types/helpers/event-manager/test/internal-vega-event-manager.test.d.ts +0 -1
  827. package/dist/types/helpers/event-manager/test/jquery-delegated-strategy-controller.test.d.ts +0 -1
  828. package/dist/types/helpers/event-manager/test/vega-event-id.test.d.ts +0 -1
  829. package/dist/types/helpers/event-manager/test/vega-event-manager.test.d.ts +0 -1
  830. package/dist/types/helpers/feature-control/tests/feature-flag-controller.test.d.ts +0 -1
  831. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.d.ts +0 -1
  832. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.d.ts +0 -1
  833. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.d.ts +0 -1
  834. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.d.ts +0 -1
  835. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.d.ts +0 -1
  836. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.d.ts +0 -1
  837. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.d.ts +0 -1
  838. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.d.ts +0 -1
  839. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.d.ts +0 -1
  840. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.d.ts +0 -1
  841. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.d.ts +0 -1
  842. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.d.ts +0 -1
  843. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.d.ts +0 -1
  844. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.d.ts +0 -1
  845. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.d.ts +0 -1
  846. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.d.ts +0 -1
  847. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.d.ts +0 -1
  848. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.d.ts +0 -1
  849. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.d.ts +0 -1
  850. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.d.ts +0 -1
  851. package/dist/types/helpers/formatter/test/state-formatter/state-background-color-formatter.test.d.ts +0 -1
  852. package/dist/types/helpers/formatter/test/state-formatter/state-border-color-formatter.test.d.ts +0 -1
  853. package/dist/types/helpers/formatter/test/state-formatter/state-border-formatter.test.d.ts +0 -1
  854. package/dist/types/helpers/formatter/test/state-formatter/state-format-facade.test.d.ts +0 -1
  855. package/dist/types/helpers/formatter/test/state-formatter/state-shadow-formatter.test.d.ts +0 -1
  856. package/dist/types/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.d.ts +0 -1
  857. package/dist/types/helpers/formatter/test/string-formatter/number-mask-strategy.test.d.ts +0 -1
  858. package/dist/types/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.d.ts +0 -1
  859. package/dist/types/helpers/formatter/test/string-formatter/string-mask-strategy.test.d.ts +0 -1
  860. package/dist/types/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.d.ts +0 -1
  861. package/dist/types/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.d.ts +0 -1
  862. package/dist/types/helpers/formatter/test/style-formatter.test.d.ts +0 -1
  863. package/dist/types/helpers/icon/test/icon-manager-controller.test.d.ts +0 -1
  864. package/dist/types/helpers/icon/test/internal-icon-manager.test.d.ts +0 -1
  865. package/dist/types/helpers/immutable/test/immutable-array.test.d.ts +0 -1
  866. package/dist/types/helpers/immutable/test/immutable-map.test.d.ts +0 -1
  867. package/dist/types/helpers/immutable/test/immutable-set.test.d.ts +0 -1
  868. package/dist/types/helpers/keyboard/test/keyboard-manager.test.d.ts +0 -1
  869. package/dist/types/helpers/level-tracker/test/nested-level-tracker.test.d.ts +0 -1
  870. package/dist/types/helpers/loading-indicator/tests/vega-loader-controller.test.d.ts +0 -1
  871. package/dist/types/helpers/notify/tests/vega-notify-controller.test.d.ts +0 -1
  872. package/dist/types/helpers/paginator/test/value-paginator.test.d.ts +0 -1
  873. package/dist/types/helpers/queue/test/synchronize-task-queue.test.d.ts +0 -1
  874. package/dist/types/helpers/remote-invocation/remote-invocation-registry.test.d.ts +0 -1
  875. package/dist/types/helpers/rte-manager/rte.manager.test.d.ts +0 -1
  876. package/dist/types/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.d.ts +0 -1
  877. package/dist/types/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.d.ts +0 -1
  878. package/dist/types/helpers/slimmers/element-appender/test/element-appender-slimmer.test.d.ts +0 -1
  879. package/dist/types/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.d.ts +0 -1
  880. package/dist/types/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.d.ts +0 -1
  881. package/dist/types/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.d.ts +0 -1
  882. package/dist/types/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.d.ts +0 -15
  883. package/dist/types/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.d.ts +0 -1
  884. package/dist/types/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.d.ts +0 -1
  885. package/dist/types/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.d.ts +0 -1
  886. package/dist/types/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.d.ts +0 -1
  887. package/dist/types/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.d.ts +0 -1
  888. package/dist/types/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.d.ts +0 -1
  889. package/dist/types/helpers/slimmers/test/component-global-style-slimmer.test.d.ts +0 -1
  890. package/dist/types/helpers/slimmers/test/component-usage-runtime-metrics.test.d.ts +0 -1
  891. package/dist/types/helpers/slimmers/test/dark-mode-state-controller.test.d.ts +0 -1
  892. package/dist/types/helpers/slimmers/test/deprecated-property-slimmer.test.d.ts +0 -1
  893. package/dist/types/helpers/slimmers/test/field-error-controller-slimmer.test.d.ts +0 -1
  894. package/dist/types/helpers/slimmers/test/form-field-controller-slimmer.test.d.ts +0 -1
  895. package/dist/types/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.d.ts +0 -1
  896. package/dist/types/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.d.ts +0 -1
  897. package/dist/types/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.d.ts +0 -1
  898. package/dist/types/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.d.ts +0 -1
  899. package/dist/types/helpers/slimmers/test/keyboard-manager-slimmer.test.d.ts +0 -1
  900. package/dist/types/helpers/slimmers/test/page-resize-observer-slimmer.test.d.ts +0 -1
  901. package/dist/types/helpers/slimmers/test/string-input-formatter-slimmer.test.d.ts +0 -1
  902. package/dist/types/helpers/slimmers/test/translation-slimmer.test.d.ts +0 -1
  903. package/dist/types/helpers/theme/tests/theme-manager-controller.test.d.ts +0 -1
  904. package/dist/types/helpers/touch-helper/test/touch-listener.test.d.ts +0 -1
  905. package/dist/types/helpers/translation/tests/internal-translation-controller.test.d.ts +0 -1
  906. package/dist/types/helpers/translation/tests/translation.test.d.ts +0 -1
  907. package/dist/types/helpers/ui/test/element-appender.test.d.ts +0 -1
  908. package/dist/types/helpers/validator/test/rules/check-box-required-rule.test.d.ts +0 -1
  909. package/dist/types/helpers/validator/test/rules/custom-validation-rule.test.d.ts +0 -1
  910. package/dist/types/helpers/validator/test/rules/date-range-rule.test.d.ts +0 -1
  911. package/dist/types/helpers/validator/test/rules/date-required-rule.test.d.ts +0 -1
  912. package/dist/types/helpers/validator/test/rules/email-field-rule.test.d.ts +0 -1
  913. package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +0 -1
  914. package/dist/types/helpers/validator/test/rules/input-phone-number-required-rule.test.d.ts +0 -1
  915. package/dist/types/helpers/validator/test/rules/input-range-min-and-max-rule.test.d.ts +0 -1
  916. package/dist/types/helpers/validator/test/rules/input-range-required-rule.test.d.ts +0 -1
  917. package/dist/types/helpers/validator/test/rules/input-select-value-in-source-rule.test.d.ts +0 -1
  918. package/dist/types/helpers/validator/test/rules/max-number-rule.test.d.ts +0 -1
  919. package/dist/types/helpers/validator/test/rules/max-string-length-rule.test.d.ts +0 -1
  920. package/dist/types/helpers/validator/test/rules/min-and-max-date-rule.test.d.ts +0 -1
  921. package/dist/types/helpers/validator/test/rules/min-number-rule.test.d.ts +0 -1
  922. package/dist/types/helpers/validator/test/rules/min-string-length-rule.test.d.ts +0 -1
  923. package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +0 -1
  924. package/dist/types/helpers/validator/test/rules/required-field-rule.test.d.ts +0 -1
  925. package/dist/types/helpers/validator/test/rules/rich-text-editor-required-rule.test.d.ts +0 -1
  926. package/dist/types/helpers/validator/test/rules/time-range-required-rule.test.d.ts +0 -1
  927. package/dist/types/helpers/validator/test/rules/time-range-rule.test.d.ts +0 -1
  928. package/dist/types/helpers/validator/test/rules/time-required-rule.test.d.ts +0 -1
  929. package/dist/types/helpers/validator/test/rules/toggle-switch-required-rule.test.d.ts +0 -1
  930. package/dist/types/helpers/validator/test/rules/valid-credit-card-number-rule.test.d.ts +0 -1
  931. package/dist/types/helpers/validator/test/rules/valid-phone-number-rule.test.d.ts +0 -1
  932. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.d.ts +0 -1
  933. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.d.ts +0 -1
  934. package/dist/types/helpers/validator/test/validator/form-field-controller.test.d.ts +0 -1
  935. package/dist/types/helpers/vega-telemetry-helper/test/vega-env-manager.test.d.ts +0 -1
  936. package/dist/types/helpers/zindex/test/internal-vega-z-index-manager.test.d.ts +0 -1
  937. package/dist/types/helpers/zindex/test/vega-z-index-manager.test.d.ts +0 -1
  938. package/dist/types/polyfill/d3/test/d3-array-polyfill.test.d.ts +0 -1
  939. package/dist/types/polyfill/d3/test/d3-axis-polyfill.test.d.ts +0 -1
  940. package/dist/types/polyfill/d3/test/d3-integration.test.d.ts +0 -1
  941. package/dist/types/polyfill/d3/test/d3-scale-polyfill.test.d.ts +0 -1
  942. package/dist/types/polyfill/d3/test/d3-selection-polyfill.test.d.ts +0 -1
  943. package/dist/types/polyfill/d3/test/d3-shape-polyfill.test.d.ts +0 -1
  944. package/dist/types/polyfill/d3/test/d3-time-format-polyfill.test.d.ts +0 -1
  945. package/dist/types/polyfill/d3/test/d3-time-polyfill.test.d.ts +0 -1
  946. package/dist/types/polyfill/d3/test/index.test.d.ts +0 -1
  947. package/dist/types/polyfill/libphonenumber/test/as-you-type.test.d.ts +0 -1
  948. package/dist/types/polyfill/libphonenumber/test/format-helpers.test.d.ts +0 -1
  949. package/dist/types/polyfill/libphonenumber/test/index.test.d.ts +0 -1
  950. package/dist/types/polyfill/libphonenumber/test/metadata.test.d.ts +0 -1
  951. package/dist/types/polyfill/libphonenumber/test/parse-phone-number.test.d.ts +0 -1
  952. package/dist/types/polyfill/libphonenumber/test/phone-number.test.d.ts +0 -1
  953. package/dist/types/polyfill/prism/test/css.test.d.ts +0 -1
  954. package/dist/types/polyfill/prism/test/javascript.test.d.ts +0 -1
  955. package/dist/types/polyfill/prism/test/jsx.test.d.ts +0 -1
  956. package/dist/types/polyfill/prism/test/language-registry.test.d.ts +0 -1
  957. package/dist/types/polyfill/prism/test/markup.test.d.ts +0 -1
  958. package/dist/types/polyfill/prism/test/test-utils.d.ts +0 -10
  959. package/dist/types/polyfill/prism/test/tokenizer.test.d.ts +0 -1
  960. package/dist/types/polyfill/prism/test/tsx.test.d.ts +0 -1
  961. package/dist/types/polyfill/prism/test/typescript.test.d.ts +0 -1
  962. package/dist/types/polyfill/shadow-selection/test/shadow-selection-polyfill.test.d.ts +0 -0
  963. package/dist/types/polyfill/test-polyfill/e2e/retry.d.ts +0 -8
  964. package/dist/types/polyfill/test-polyfill/unit/create-touch-event.d.ts +0 -11
  965. package/dist/types/polyfill/test-polyfill/unit/events.d.ts +0 -1
  966. package/dist/types/polyfill/test-polyfill/unit/index.d.ts +0 -3
  967. package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +0 -1
  968. package/dist/types/polyfill/test-polyfill/unit/range.d.ts +0 -7
  969. package/dist/types/polyfill/test-polyfill/unit/shadow-selection.d.ts +0 -0
  970. package/dist/types/polyfill/tinycolor/tinycolor-polyfill.test.d.ts +0 -1
  971. package/dist/types/test-assets/test-icons.d.ts +0 -4
  972. package/dist/types/types/test/type-guard.test.d.ts +0 -1
  973. package/dist/types/utils/e2e-utils.d.ts +0 -160
  974. package/dist/types/utils/sanitize/test/empty-strategy.test.d.ts +0 -1
  975. package/dist/types/utils/sanitize/test/html-sanitizer.test.d.ts +0 -1
  976. package/dist/types/utils/sanitize/test/label-strategy.test.d.ts +0 -1
  977. package/dist/types/utils/sanitize/test/sanitize-strategy.test.d.ts +0 -1
  978. package/dist/types/utils/sanitize/test/sanitize.test.d.ts +0 -1
  979. package/dist/types/utils/sanitize/test/serialize-fragment.test.d.ts +0 -1
  980. package/dist/types/utils/sanitize/test/style-strategy.test.d.ts +0 -1
  981. package/dist/types/utils/spec-utils.d.ts +0 -109
  982. package/dist/types/utils/test/accessibility.test.d.ts +0 -1
  983. package/dist/types/utils/test/api.test.d.ts +0 -1
  984. package/dist/types/utils/test/array.test.d.ts +0 -1
  985. package/dist/types/utils/test/breakpoint.test.d.ts +0 -1
  986. package/dist/types/utils/test/component.test.d.ts +0 -1
  987. package/dist/types/utils/test/date.test.d.ts +0 -1
  988. package/dist/types/utils/test/design-token.test.d.ts +0 -1
  989. package/dist/types/utils/test/effect.test.d.ts +0 -1
  990. package/dist/types/utils/test/local-storage.test.d.ts +0 -1
  991. package/dist/types/utils/test/log.test.d.ts +0 -1
  992. package/dist/types/utils/test/misc.test.d.ts +0 -1
  993. package/dist/types/utils/test/number.test.d.ts +0 -1
  994. package/dist/types/utils/test/object.test.d.ts +0 -1
  995. package/dist/types/utils/test/pagination.test.d.ts +0 -1
  996. package/dist/types/utils/test/pixel.test.d.ts +0 -1
  997. package/dist/types/utils/test/safe-document.test.d.ts +0 -1
  998. package/dist/types/utils/test/spec-utils.test.d.ts +0 -1
  999. package/dist/types/utils/test/string.test.d.ts +0 -1
  1000. package/dist/types/utils/test/test-utils.test.d.ts +0 -1
  1001. package/dist/types/utils/test/timer.test.d.ts +0 -1
  1002. package/dist/types/utils/test/ui.test.d.ts +0 -1
  1003. package/dist/types/utils/test-utils.d.ts +0 -61
  1004. package/dist/vega/p-0ac91609.entry.js +0 -1
  1005. package/dist/vega/p-10e9438e.js +0 -1
  1006. package/dist/vega/p-2697b52b.js +0 -1
  1007. package/dist/vega/p-2fd266fa.js +0 -1
  1008. package/dist/vega/p-31945d6c.js +0 -1
  1009. package/dist/vega/p-33475bcf.entry.js +0 -1
  1010. package/dist/vega/p-3a0b3fed.entry.js +0 -1
  1011. package/dist/vega/p-4a9be903.js +0 -1
  1012. package/dist/vega/p-541ae774.entry.js +0 -1
  1013. package/dist/vega/p-603b851c.js +0 -1
  1014. package/dist/vega/p-6d6ea8b4.js +0 -1
  1015. package/dist/vega/p-6db0556d.js +0 -1
  1016. package/dist/vega/p-79df30e3.entry.js +0 -1
  1017. package/dist/vega/p-8f88fb57.js +0 -1
  1018. package/dist/vega/p-a01ef160.entry.js +0 -1
  1019. package/dist/vega/p-c962cf5b.js +0 -1
  1020. package/dist/vega/p-d94d785a.entry.js +0 -1
  1021. package/dist/vega/p-dce9349e.js +0 -1
  1022. package/dist/vega/p-e2268eef.js +0 -1
  1023. package/dist/vega/p-e5da9f66.js +0 -1
  1024. package/dist/vega/p-f7505267.js +0 -1
  1025. package/dist/vega/p-fef22245.js +0 -1
@@ -0,0 +1 @@
1
+ import{B as r}from"./p-ed45b3b6.js";import{B as e,C as t,G as a,F as o,a as i,b,c as n,d as c,T as s}from"./p-d4ea8e22.js";import{a as g}from"./p-d884c644.js";import{V as d}from"./p-82016096.js";import{L as l}from"./p-6e1ab235.js";const v=new RegExp(/^([1-9]|1[0-2])(-auto)?$/),p=new RegExp(/^([1-9]|1[0-2])(-auto)?$/),h=/^4/,y=/^(5[1-5]|677189)|^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/,u=/^3[47]/,f=/^(6011|65|64[4-9]|622)/,x=/(\\)?(Y{2,4}|M{1,4}|D{1,2}|d{1,4})/g,m=["bg-brand","bg-page","bg-primary","bg-secondary","bg-tertiary","bg-quaternary","bg-inverted-primary","bg-inverted-secondary","bg-inverted-tertiary","bg-inverted-quaternary","bg-action","bg-action-hover","bg-action-focus","bg-action-active","bg-action-quaternary","bg-action-quaternary-hover","bg-action-quaternary-active","bg-action-secondary","bg-action-secondary-hover","bg-action-secondary-active","bg-action-tertiary","bg-action-tertiary-hover","bg-action-tertiary-active","bg-app-header","bg-backdrop-modal","bg-backdrop-popover","bg-backdrop-sidebar","bg-chip","bg-chip-hover","bg-chip-active","bg-danger","bg-danger-hover","bg-danger-focus","bg-danger-active","bg-danger-tertiary","bg-danger-tertiary-hover","bg-danger-tertiary-active","bg-disabled","bg-divider","bg-divider-secondary","bg-keypad-btn-active","bg-loading-progress","bg-loading-track","bg-segment-hover","bg-segment-control","bg-selected","bg-sidebar","bg-sidebar-icon","bg-sidebar-icon-hover","bg-sidebar-icon-selected","bg-sidebar-item-hover","bg-sidebar-item-selected","bg-site-footer","bg-site-footer-action","bg-site-footer-action-hover","bg-site-footer-action-active","bg-site-footer-field","bg-slider-handle","bg-status-error","bg-status-info","bg-status-success","bg-status-warning","bg-tab","bg-tab-hover","bg-tab-selected","bg-table-alt-row","bg-table-header","bg-table-row-hover","bg-table-row-selected-expanded","bg-table-selected-row","bg-textarea-count","bg-tile","bg-tile-hover","bg-tile-selected","bg-tile-selected-hover","bg-toggle-switch","bg-toggle-switch-hover","bg-toggle-switch-selected-disabled","bg-transparent","bg-accent1-primary","bg-accent1-secondary","bg-accent1-tertiary","bg-accent2-primary","bg-accent2-secondary","bg-accent2-tertiary","bg-accent3-primary","bg-accent3-secondary","bg-accent3-tertiary","bg-accent4-primary","bg-accent4-secondary","bg-accent4-tertiary","bg-accent5-primary","bg-accent5-secondary","bg-accent5-tertiary","bg-accent6-primary","bg-accent6-secondary","bg-accent6-tertiary","bg-accent7-primary","bg-accent7-secondary","bg-accent7-tertiary","bg-accent8-primary","bg-accent8-secondary","bg-accent8-tertiary","bg-accent9-primary","bg-accent9-secondary","bg-accent9-tertiary","bg-accent10-primary","bg-accent10-secondary","bg-accent10-tertiary","bg-date-picker-range","text-primary","text-secondary","text-inverted-primary","text-inverted-secondary","text-black","text-white","text-brand","text-danger-link","text-danger-link-hover","text-danger-link-active","text-danger-link-focus","text-danger-link-visited","text-disabled","text-error","text-input-disabled","text-input-placeholder","text-link","text-link-hover","text-link-active","text-link-focus","text-link-visited","text-on-action","text-on-danger","text-on-disabled","text-sidebar-link","text-sidebar-link-hover","text-sidebar-link-selected","text-site-footer-link","text-site-footer-link-hover","text-site-footer-link-active","text-success","text-inverted-success","text-accent1-primary","text-accent2-primary","text-accent3-primary","text-accent4-primary","text-accent5-primary","text-accent6-primary","text-accent7-primary","text-accent8-primary","text-accent9-primary","text-accent10-primary","border-color-action","border-color-action-hover","border-color-action-active","border-color-chip","border-color-danger","border-color-danger-hover","border-color-danger-active","border-color-divider","border-color-divider-secondary","border-color-input-field","border-color-input-field-hover","border-color-input-field-focus","border-color-input-field-danger","border-color-input-field-danger-hover","border-color-input-field-danger-focus","border-color-input-field-disabled","border-color-secondary-btn-disabled","border-color-sidebar-item-focus","border-color-slider-handle","border-color-success","border-color-table-divider","border-color-tile","border-color-tile-hover","border-color-tile-focus","border-color-tile-selected-focus","border-color-tile-selected","border-color-tile-selected-hover","border-color-notification-btn","border-color-notification-btn-dark"],k=["bg-brand","bg-page","bg-primary","bg-secondary","bg-tertiary","bg-quaternary","bg-inverted-primary","bg-inverted-secondary","bg-inverted-tertiary","bg-inverted-quaternary","bg-action","bg-action-hover","bg-action-focus","bg-action-active","bg-action-quaternary","bg-action-quaternary-hover","bg-action-quaternary-active","bg-action-secondary","bg-action-secondary-hover","bg-action-secondary-active","bg-action-tertiary","bg-action-tertiary-hover","bg-action-tertiary-active","bg-app-header","bg-backdrop-modal","bg-backdrop-popover","bg-backdrop-sidebar","bg-chip","bg-chip-hover","bg-chip-active","bg-danger","bg-danger-hover","bg-danger-focus","bg-danger-active","bg-danger-tertiary","bg-danger-tertiary-hover","bg-danger-tertiary-active","bg-disabled","bg-divider","bg-divider-secondary","bg-keypad-btn-active","bg-loading-progress","bg-loading-track","bg-segment-hover","bg-segment-control","bg-selected","bg-sidebar","bg-sidebar-icon","bg-sidebar-icon-hover","bg-sidebar-icon-selected","bg-sidebar-item-hover","bg-sidebar-item-selected","bg-site-footer","bg-site-footer-action","bg-site-footer-action-hover","bg-site-footer-action-active","bg-site-footer-field","bg-slider-handle","bg-status-error","bg-status-info","bg-status-success","bg-status-warning","bg-tab","bg-tab-hover","bg-tab-selected","bg-table-alt-row","bg-table-header","bg-table-row-hover","bg-table-row-selected-expanded","bg-table-selected-row","bg-textarea-count","bg-tile","bg-tile-hover","bg-tile-selected","bg-tile-selected-hover","bg-toggle-switch","bg-toggle-switch-hover","bg-toggle-switch-selected-disabled","bg-transparent","bg-accent1-primary","bg-accent1-secondary","bg-accent1-tertiary","bg-accent2-primary","bg-accent2-secondary","bg-accent2-tertiary","bg-accent3-primary","bg-accent3-secondary","bg-accent3-tertiary","bg-accent4-primary","bg-accent4-secondary","bg-accent4-tertiary","bg-accent5-primary","bg-accent5-secondary","bg-accent5-tertiary","bg-accent6-primary","bg-accent6-secondary","bg-accent6-tertiary","bg-accent7-primary","bg-accent7-secondary","bg-accent7-tertiary","bg-accent8-primary","bg-accent8-secondary","bg-accent8-tertiary","bg-accent9-primary","bg-accent9-secondary","bg-accent9-tertiary","bg-accent10-primary","bg-accent10-secondary","bg-accent10-tertiary","bg-date-picker-range"],w=["fill-bg-brand","fill-bg-page","fill-bg-primary","fill-bg-secondary","fill-bg-tertiary","fill-bg-quaternary","fill-bg-inverted-primary","fill-bg-inverted-secondary","fill-bg-inverted-tertiary","fill-bg-inverted-quaternary","fill-bg-action","fill-bg-action-hover","fill-bg-action-focus","fill-bg-action-active","fill-bg-action-quaternary","fill-bg-action-quaternary-hover","fill-bg-action-quaternary-active","fill-bg-action-secondary","fill-bg-action-secondary-hover","fill-bg-action-secondary-active","fill-bg-action-tertiary","fill-bg-action-tertiary-hover","fill-bg-action-tertiary-active","fill-bg-app-header","fill-bg-backdrop-modal","fill-bg-backdrop-popover","fill-bg-backdrop-sidebar","fill-bg-chip","fill-bg-chip-hover","fill-bg-chip-active","fill-bg-danger","fill-bg-danger-hover","fill-bg-danger-focus","fill-bg-danger-active","fill-bg-danger-tertiary","fill-bg-danger-tertiary-hover","fill-bg-danger-tertiary-active","fill-bg-disabled","fill-bg-divider","fill-bg-divider-secondary","fill-bg-keypad-btn-active","fill-bg-loading-progress","fill-bg-loading-track","fill-bg-segment-hover","fill-bg-segment-control","fill-bg-selected","fill-bg-sidebar","fill-bg-sidebar-icon","fill-bg-sidebar-icon-hover","fill-bg-sidebar-icon-selected","fill-bg-sidebar-item-hover","fill-bg-sidebar-item-selected","fill-bg-site-footer","fill-bg-site-footer-action","fill-bg-site-footer-action-hover","fill-bg-site-footer-action-active","fill-bg-site-footer-field","fill-bg-slider-handle","fill-bg-status-error","fill-bg-status-info","fill-bg-status-success","fill-bg-status-warning","fill-bg-tab","fill-bg-tab-hover","fill-bg-tab-selected","fill-bg-table-alt-row","fill-bg-table-header","fill-bg-table-row-hover","fill-bg-table-row-selected-expanded","fill-bg-table-selected-row","fill-bg-textarea-count","fill-bg-tile","fill-bg-tile-hover","fill-bg-tile-selected","fill-bg-tile-selected-hover","fill-bg-toggle-switch","fill-bg-toggle-switch-hover","fill-bg-toggle-switch-selected-disabled","fill-bg-transparent","fill-bg-accent1-primary","fill-bg-accent1-secondary","fill-bg-accent1-tertiary","fill-bg-accent2-primary","fill-bg-accent2-secondary","fill-bg-accent2-tertiary","fill-bg-accent3-primary","fill-bg-accent3-secondary","fill-bg-accent3-tertiary","fill-bg-accent4-primary","fill-bg-accent4-secondary","fill-bg-accent4-tertiary","fill-bg-accent5-primary","fill-bg-accent5-secondary","fill-bg-accent5-tertiary","fill-bg-accent6-primary","fill-bg-accent6-secondary","fill-bg-accent6-tertiary","fill-bg-accent7-primary","fill-bg-accent7-secondary","fill-bg-accent7-tertiary","fill-bg-accent8-primary","fill-bg-accent8-secondary","fill-bg-accent8-tertiary","fill-bg-accent9-primary","fill-bg-accent9-secondary","fill-bg-accent9-tertiary","fill-bg-accent10-primary","fill-bg-accent10-secondary","fill-bg-accent10-tertiary","fill-bg-date-picker-range"],$=["stroke-bg-brand","stroke-bg-page","stroke-bg-primary","stroke-bg-secondary","stroke-bg-tertiary","stroke-bg-quaternary","stroke-bg-inverted-primary","stroke-bg-inverted-secondary","stroke-bg-inverted-tertiary","stroke-bg-inverted-quaternary","stroke-bg-action","stroke-bg-action-hover","stroke-bg-action-focus","stroke-bg-action-active","stroke-bg-action-quaternary","stroke-bg-action-quaternary-hover","stroke-bg-action-quaternary-active","stroke-bg-action-secondary","stroke-bg-action-secondary-hover","stroke-bg-action-secondary-active","stroke-bg-action-tertiary","stroke-bg-action-tertiary-hover","stroke-bg-action-tertiary-active","stroke-bg-app-header","stroke-bg-backdrop-modal","stroke-bg-backdrop-popover","stroke-bg-backdrop-sidebar","stroke-bg-chip","stroke-bg-chip-hover","stroke-bg-chip-active","stroke-bg-danger","stroke-bg-danger-hover","stroke-bg-danger-focus","stroke-bg-danger-active","stroke-bg-danger-tertiary","stroke-bg-danger-tertiary-hover","stroke-bg-danger-tertiary-active","stroke-bg-disabled","stroke-bg-divider","stroke-bg-divider-secondary","stroke-bg-keypad-btn-active","stroke-bg-loading-progress","stroke-bg-loading-track","stroke-bg-segment-hover","stroke-bg-segment-control","stroke-bg-selected","stroke-bg-sidebar","stroke-bg-sidebar-icon","stroke-bg-sidebar-icon-hover","stroke-bg-sidebar-icon-selected","stroke-bg-sidebar-item-hover","stroke-bg-sidebar-item-selected","stroke-bg-site-footer","stroke-bg-site-footer-action","stroke-bg-site-footer-action-hover","stroke-bg-site-footer-action-active","stroke-bg-site-footer-field","stroke-bg-slider-handle","stroke-bg-status-error","stroke-bg-status-info","stroke-bg-status-success","stroke-bg-status-warning","stroke-bg-tab","stroke-bg-tab-hover","stroke-bg-tab-selected","stroke-bg-table-alt-row","stroke-bg-table-header","stroke-bg-table-row-hover","stroke-bg-table-row-selected-expanded","stroke-bg-table-selected-row","stroke-bg-textarea-count","stroke-bg-tile","stroke-bg-tile-hover","stroke-bg-tile-selected","stroke-bg-tile-selected-hover","stroke-bg-toggle-switch","stroke-bg-toggle-switch-hover","stroke-bg-toggle-switch-selected-disabled","stroke-bg-transparent","stroke-bg-accent1-primary","stroke-bg-accent1-secondary","stroke-bg-accent1-tertiary","stroke-bg-accent2-primary","stroke-bg-accent2-secondary","stroke-bg-accent2-tertiary","stroke-bg-accent3-primary","stroke-bg-accent3-secondary","stroke-bg-accent3-tertiary","stroke-bg-accent4-primary","stroke-bg-accent4-secondary","stroke-bg-accent4-tertiary","stroke-bg-accent5-primary","stroke-bg-accent5-secondary","stroke-bg-accent5-tertiary","stroke-bg-accent6-primary","stroke-bg-accent6-secondary","stroke-bg-accent6-tertiary","stroke-bg-accent7-primary","stroke-bg-accent7-secondary","stroke-bg-accent7-tertiary","stroke-bg-accent8-primary","stroke-bg-accent8-secondary","stroke-bg-accent8-tertiary","stroke-bg-accent9-primary","stroke-bg-accent9-secondary","stroke-bg-accent9-tertiary","stroke-bg-accent10-primary","stroke-bg-accent10-secondary","stroke-bg-accent10-tertiary","stroke-bg-date-picker-range"],D=["text-primary","text-secondary","text-inverted-primary","text-inverted-secondary","text-black","text-white","text-brand","text-danger-link","text-danger-link-hover","text-danger-link-active","text-danger-link-focus","text-danger-link-visited","text-disabled","text-error","text-input-disabled","text-input-placeholder","text-link","text-link-hover","text-link-active","text-link-focus","text-link-visited","text-on-action","text-on-danger","text-on-disabled","text-sidebar-link","text-sidebar-link-hover","text-sidebar-link-selected","text-site-footer-link","text-site-footer-link-hover","text-site-footer-link-active","text-success","text-inverted-success","text-accent1-primary","text-accent2-primary","text-accent3-primary","text-accent4-primary","text-accent5-primary","text-accent6-primary","text-accent7-primary","text-accent8-primary","text-accent9-primary","text-accent10-primary"],M=["border-color-action","border-color-action-hover","border-color-action-active","border-color-chip","border-color-danger","border-color-danger-hover","border-color-danger-active","border-color-divider","border-color-divider-secondary","border-color-input-field","border-color-input-field-hover","border-color-input-field-focus","border-color-input-field-danger","border-color-input-field-danger-hover","border-color-input-field-danger-focus","border-color-input-field-disabled","border-color-secondary-btn-disabled","border-color-sidebar-item-focus","border-color-slider-handle","border-color-success","border-color-table-divider","border-color-tile","border-color-tile-hover","border-color-tile-focus","border-color-tile-selected-focus","border-color-tile-selected","border-color-tile-selected-hover","border-color-notification-btn","border-color-notification-btn-dark"],q={"text-primary":"rgba(var(--v-text-primary, 32, 54, 69, 1))","text-secondary":"rgba(var(--v-text-secondary, 107, 116, 125, 1))","text-inverted-primary":"rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))","text-inverted-secondary":"rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))","text-black":"rgba(var(--v-text-black, 32, 54, 69, 1))","text-white":"rgba(var(--v-text-white, 252, 252, 252, 1))","text-brand":"rgba(var(--v-text-brand, 51, 57, 61, 1))","text-danger-link":"rgba(var(--v-text-danger-link, 230, 50, 87, 1))","text-danger-link-hover":"rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))","text-danger-link-active":"rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))","text-danger-link-focus":"rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))","text-danger-link-visited":"rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))","text-disabled":"rgba(var(--v-text-disabled, 176, 180, 181, 1))","text-error":"rgba(var(--v-text-error, 189, 41, 71, 1))","text-input-disabled":"rgba(var(--v-text-input-disabled, 107, 116, 125, 1))","text-input-placeholder":"rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))","text-link":"rgba(var(--v-text-link, 19, 98, 226, 1))","text-link-hover":"rgba(var(--v-text-link-hover, 4, 112, 236, 1))","text-link-active":"rgba(var(--v-text-link-active, 29, 65, 195, 1))","text-link-focus":"rgba(var(--v-text-link-focus, 4, 112, 236, 1))","text-link-visited":"rgba(var(--v-text-link-visited, 95, 56, 206, 1))","text-on-action":"rgba(var(--v-text-on-action, 252, 252, 252, 1))","text-on-danger":"rgba(var(--v-text-on-danger, 252, 252, 252, 1))","text-on-disabled":"rgba(var(--v-text-on-disabled, 252, 252, 252, 1))","text-sidebar-link":"rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))","text-sidebar-link-hover":"rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))","text-sidebar-link-selected":"rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))","text-site-footer-link":"rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))","text-site-footer-link-hover":"rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))","text-site-footer-link-active":"rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))","text-success":"rgba(var(--v-text-success, 1, 128, 31, 1))","text-inverted-success":"rgba(var(--v-text-inverted-success, 89, 217, 119, 1))","text-accent1-primary":"rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))","text-accent2-primary":"rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))","text-accent3-primary":"rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))","text-accent4-primary":"rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))","text-accent5-primary":"rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))","text-accent6-primary":"rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))","text-accent7-primary":"rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))","text-accent8-primary":"rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))","text-accent9-primary":"rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))","text-accent10-primary":"rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))"},j={"bg-brand":"rgba(var(--v-bg-brand, 51, 57, 61, 1))","bg-page":"rgba(var(--v-bg-page, 240, 243, 247, 1))","bg-primary":"rgba(var(--v-bg-primary, 252, 252, 252, 1))","bg-secondary":"rgba(var(--v-bg-secondary, 245, 247, 247, 1))","bg-tertiary":"rgba(var(--v-bg-tertiary, 240, 243, 247, 1))","bg-quaternary":"rgba(var(--v-bg-quaternary, 241, 248, 251, 1))","bg-inverted-primary":"rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1))","bg-inverted-secondary":"rgba(var(--v-bg-inverted-secondary, 18, 18, 39, 1))","bg-inverted-tertiary":"rgba(var(--v-bg-inverted-tertiary, 24, 24, 48, 1))","bg-inverted-quaternary":"rgba(var(--v-bg-inverted-quaternary, 70, 71, 101, 1))","bg-action":"rgba(var(--v-bg-action, 19, 98, 226, 1))","bg-action-hover":"rgba(var(--v-bg-action-hover, 4, 112, 236, 1))","bg-action-focus":"rgba(var(--v-bg-action-focus, 19, 98, 226, 1))","bg-action-active":"rgba(var(--v-bg-action-active, 29, 65, 195, 1))","bg-action-quaternary":"rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1))","bg-action-quaternary-hover":"rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1))","bg-action-quaternary-active":"rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1))","bg-action-secondary":"rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))","bg-action-secondary-hover":"rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1))","bg-action-secondary-active":"rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1))","bg-action-tertiary":"rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0))","bg-action-tertiary-hover":"rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))","bg-action-tertiary-active":"rgba(var(--v-bg-action-tertiary-active, 4, 4, 28, 0.1))","bg-app-header":"rgba(var(--v-bg-app-header, 240, 243, 247, 0.88))","bg-backdrop-modal":"rgba(var(--v-bg-backdrop-modal, 18, 18, 39, 0.85))","bg-backdrop-popover":"rgba(var(--v-bg-backdrop-popover, 32, 54, 69, 0.16))","bg-backdrop-sidebar":"rgba(var(--v-bg-backdrop-sidebar, 18, 18, 39, 0.85))","bg-chip":"rgba(var(--v-bg-chip, 32, 54, 69, 0.06))","bg-chip-hover":"rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))","bg-chip-active":"rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))","bg-danger":"rgba(var(--v-bg-danger, 189, 41, 71, 1))","bg-danger-hover":"rgba(var(--v-bg-danger-hover, 233, 71, 104, 1))","bg-danger-focus":"rgba(var(--v-bg-danger-focus, 189, 41, 71, 1))","bg-danger-active":"rgba(var(--v-bg-danger-active, 230, 50, 87, 1))","bg-danger-tertiary":"rgba(var(--v-bg-danger-tertiary, 0, 0, 0, 0))","bg-danger-tertiary-hover":"rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2))","bg-danger-tertiary-active":"rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))","bg-disabled":"rgba(var(--v-bg-disabled, 176, 180, 181, 1))","bg-divider":"rgba(var(--v-bg-divider, 171, 198, 216, 1))","bg-divider-secondary":"rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))","bg-keypad-btn-active":"rgba(var(--v-bg-keypad-btn-active, 229, 239, 255, 1))","bg-loading-progress":"rgba(var(--v-bg-loading-progress, 153, 192, 255, 1))","bg-loading-track":"rgba(var(--v-bg-loading-track, 229, 239, 255, 1))","bg-segment-hover":"rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))","bg-segment-control":"rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1))","bg-selected":"rgba(var(--v-bg-selected, 0, 151, 255, 0.3))","bg-sidebar":"rgba(var(--v-bg-sidebar, 18, 18, 39, 1))","bg-sidebar-icon":"rgba(var(--v-bg-sidebar-icon, 188, 186, 213, 1))","bg-sidebar-icon-hover":"rgba(var(--v-bg-sidebar-icon-hover, 18, 18, 39, 1))","bg-sidebar-icon-selected":"rgba(var(--v-bg-sidebar-icon-selected, 252, 252, 252, 1))","bg-sidebar-item-hover":"rgba(var(--v-bg-sidebar-item-hover, 252, 252, 252, 1))","bg-sidebar-item-selected":"rgba(var(--v-bg-sidebar-item-selected, 19, 98, 226, 0.4))","bg-site-footer":"rgba(var(--v-bg-site-footer, 51, 57, 61, 1))","bg-site-footer-action":"rgba(var(--v-bg-site-footer-action, 171, 198, 216, 1))","bg-site-footer-action-hover":"rgba(var(--v-bg-site-footer-action-hover, 199, 217, 229, 1))","bg-site-footer-action-active":"rgba(var(--v-bg-site-footer-action-active, 143, 179, 203, 1))","bg-site-footer-field":"rgba(var(--v-bg-site-footer-field, 89, 96, 99, 1))","bg-slider-handle":"rgba(var(--v-bg-slider-handle, 252, 252, 252, 1))","bg-status-error":"rgba(var(--v-bg-status-error, 255, 110, 139, 1))","bg-status-info":"rgba(var(--v-bg-status-info, 205, 209, 211, 1))","bg-status-success":"rgba(var(--v-bg-status-success, 160, 233, 167, 1))","bg-status-warning":"rgba(var(--v-bg-status-warning, 255, 220, 131, 1))","bg-tab":"rgba(var(--v-bg-tab, 240, 243, 247, 1))","bg-tab-hover":"rgba(var(--v-bg-tab-hover, 245, 247, 247, 1))","bg-tab-selected":"rgba(var(--v-bg-tab-selected, 32, 54, 69, 1))","bg-table-alt-row":"rgba(var(--v-bg-table-alt-row, 245, 247, 247, 1))","bg-table-header":"rgba(var(--v-bg-table-header, 240, 243, 247, 1))","bg-table-row-hover":"rgba(var(--v-bg-table-row-hover, 241, 248, 251, 1))","bg-table-row-selected-expanded":"rgba(var(--v-bg-table-row-selected-expanded, 229, 239, 255, 1))","bg-table-selected-row":"rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))","bg-textarea-count":"rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6))","bg-tile":"rgba(var(--v-bg-tile, 252, 252, 252, 1))","bg-tile-hover":"rgba(var(--v-bg-tile-hover, 245, 247, 247, 1))","bg-tile-selected":"rgba(var(--v-bg-tile-selected, 242, 247, 255, 1))","bg-tile-selected-hover":"rgba(var(--v-bg-tile-selected-hover, 229, 239, 255, 1))","bg-toggle-switch":"rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))","bg-toggle-switch-hover":"rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))","bg-toggle-switch-selected-disabled":"rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))","bg-transparent":"rgba(var(--v-bg-transparent, 0, 0, 0, 0))","bg-accent1-primary":"rgba(var(--v-bg-accent1-primary, 115, 230, 220, 1))","bg-accent1-secondary":"rgba(var(--v-bg-accent1-secondary, 193, 244, 239, 1))","bg-accent1-tertiary":"rgba(var(--v-bg-accent1-tertiary, 224, 249, 247, 1))","bg-accent2-primary":"rgba(var(--v-bg-accent2-primary, 128, 107, 255, 1))","bg-accent2-secondary":"rgba(var(--v-bg-accent2-secondary, 199, 189, 255, 1))","bg-accent2-tertiary":"rgba(var(--v-bg-accent2-tertiary, 227, 222, 255, 1))","bg-accent3-primary":"rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))","bg-accent3-secondary":"rgba(var(--v-bg-accent3-secondary, 255, 239, 200, 1))","bg-accent3-tertiary":"rgba(var(--v-bg-accent3-tertiary, 255, 247, 227, 1))","bg-accent4-primary":"rgba(var(--v-bg-accent4-primary, 255, 149, 113, 1))","bg-accent4-secondary":"rgba(var(--v-bg-accent4-secondary, 255, 208, 192, 1))","bg-accent4-tertiary":"rgba(var(--v-bg-accent4-tertiary, 255, 231, 223, 1))","bg-accent5-primary":"rgba(var(--v-bg-accent5-primary, 0, 187, 255, 1))","bg-accent5-secondary":"rgba(var(--v-bg-accent5-secondary, 142, 223, 249, 1))","bg-accent5-tertiary":"rgba(var(--v-bg-accent5-tertiary, 227, 247, 253, 1))","bg-accent6-primary":"rgba(var(--v-bg-accent6-primary, 255, 130, 201, 1))","bg-accent6-secondary":"rgba(var(--v-bg-accent6-secondary, 255, 199, 231, 1))","bg-accent6-tertiary":"rgba(var(--v-bg-accent6-tertiary, 255, 227, 243, 1))","bg-accent7-primary":"rgba(var(--v-bg-accent7-primary, 37, 159, 159, 1))","bg-accent7-secondary":"rgba(var(--v-bg-accent7-secondary, 155, 212, 214, 1))","bg-accent7-tertiary":"rgba(var(--v-bg-accent7-tertiary, 208, 239, 239, 1))","bg-accent8-primary":"rgba(var(--v-bg-accent8-primary, 86, 61, 130, 1))","bg-accent8-secondary":"rgba(var(--v-bg-accent8-secondary, 199, 162, 204, 1))","bg-accent8-tertiary":"rgba(var(--v-bg-accent8-tertiary, 230, 214, 234, 1))","bg-accent9-primary":"rgba(var(--v-bg-accent9-primary, 255, 191, 63, 1))","bg-accent9-secondary":"rgba(var(--v-bg-accent9-secondary, 254, 215, 142, 1))","bg-accent9-tertiary":"rgba(var(--v-bg-accent9-tertiary, 251, 226, 185, 1))","bg-accent10-primary":"rgba(var(--v-bg-accent10-primary, 237, 122, 35, 1))","bg-accent10-secondary":"rgba(var(--v-bg-accent10-secondary, 241, 146, 85, 1))","bg-accent10-tertiary":"rgba(var(--v-bg-accent10-tertiary, 245, 187, 148, 1))","bg-date-picker-range":"rgba(var(--v-bg-date-picker-range, 229, 239, 255, 1))"},Y={"border-color-action":"rgba(var(--v-border-color-action, 19, 98, 226, 1))","border-color-action-hover":"rgba(var(--v-border-color-action-hover, 4, 112, 236, 1))","border-color-action-active":"rgba(var(--v-border-color-action-active, 29, 65, 195, 1))","border-color-chip":"rgba(var(--v-border-color-chip, 205, 209, 211, 1))","border-color-danger":"rgba(var(--v-border-color-danger, 230, 50, 87, 1))","border-color-danger-hover":"rgba(var(--v-border-color-danger-hover, 255, 87, 114, 1))","border-color-danger-active":"rgba(var(--v-border-color-danger-active, 189, 41, 71, 1))","border-color-divider":"rgba(var(--v-border-color-divider, 171, 198, 216, 1))","border-color-divider-secondary":"rgba(var(--v-border-color-divider-secondary, 199, 217, 229, 1))","border-color-input-field":"rgba(var(--v-border-color-input-field, 171, 198, 216, 1))","border-color-input-field-hover":"rgba(var(--v-border-color-input-field-hover, 115, 160, 190, 1))","border-color-input-field-focus":"rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1))","border-color-input-field-danger":"rgba(var(--v-border-color-input-field-danger, 230, 50, 87, 1))","border-color-input-field-danger-hover":"rgba(var(--v-border-color-input-field-danger-hover, 255, 87, 114, 1))","border-color-input-field-danger-focus":"rgba(var(--v-border-color-input-field-danger-focus, 233, 71, 104, 1))","border-color-input-field-disabled":"rgba(var(--v-border-color-input-field-disabled, 222, 225, 227, 1))","border-color-secondary-btn-disabled":"rgba(var(--v-border-color-secondary-btn-disabled, 176, 180, 181, 1))","border-color-sidebar-item-focus":"rgba(var(--v-border-color-sidebar-item-focus, 19, 98, 226, 1))","border-color-slider-handle":"rgba(var(--v-border-color-slider-handle, 199, 217, 229, 1))","border-color-success":"rgba(var(--v-border-color-success, 1, 128, 31, 1))","border-color-table-divider":"rgba(var(--v-border-color-table-divider, 171, 198, 216, 1))","border-color-tile":"rgba(var(--v-border-color-tile, 171, 198, 216, 1))","border-color-tile-hover":"rgba(var(--v-border-color-tile-hover, 115, 160, 190, 1))","border-color-tile-focus":"rgba(var(--v-border-color-tile-focus, 19, 98, 226, 1))","border-color-tile-selected-focus":"rgba(var(--v-border-color-tile-selected-focus, 19, 98, 226, 1))","border-color-tile-selected":"rgba(var(--v-border-color-tile-selected, 19, 98, 226, 1))","border-color-tile-selected-hover":"rgba(var(--v-border-color-tile-selected-hover, 4, 112, 236, 1))","border-color-notification-btn":"rgba(var(--v-border-color-notification-btn, 32, 54, 69, 1))","border-color-notification-btn-dark":"rgba(var(--v-border-color-notification-btn-dark, 32, 54, 69, 1))"},N={0:0,"size-4":4,"size-8":8,"size-12":12,"size-16":16,"size-20":20,"size-24":24,"size-32":32,"size-40":40,"size-48":48,"size-64":64,"size-72":72,"size-80":80,"size-112":112,"size-2":2},S=["shadow-card","shadow-modal","shadow-popover","shadow-form-field","shadow-dropdown-menu","shadow-app-header","shadow-modal-header","shadow-modal-footer","shadow-modal-footer-no-scroll"],T={"shadow-card":"var(--v-shadow-card, 0px 2px 8px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.02))","shadow-modal":"var(--v-shadow-modal, 0px 6px 40px 0px rgba(2, 2, 15, 0.04), 0px 4px 24px 0px rgba(2, 2, 15, 0.08), 0px 8px 80px 0px rgba(2, 2, 15, 0.16))","shadow-popover":"var(--v-shadow-popover, 0px 0px 88px 0px rgba(2, 2, 15, 0.01), 0px 0px 32px 0px rgba(2, 2, 15, 0.02), 0px 4px 72px 0px rgba(2, 2, 15, 0.06))","shadow-form-field":"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))","shadow-dropdown-menu":"var(--v-shadow-dropdown-menu, 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1))","shadow-app-header":"var(--v-shadow-app-header, 0px 1px 0px 0px rgba(45, 76, 97, 0.15))","shadow-modal-header":"var(--v-shadow-modal-header, 0px 1px 0px 0px rgba(45, 76, 97, 0.15))","shadow-modal-footer":"var(--v-shadow-modal-footer, 0px -2px 8px 0px rgba(45, 76, 97, 0.2), 0px -1px 0px 0px rgba(45, 76, 97, 0.15))","shadow-modal-footer-no-scroll":"var(--v-shadow-modal-footer-no-scroll, 0px -1px 0px 0px rgba(45, 76, 97, 0.15))"},z={"rounded-none":0,"rounded-full":9999,"rounded-2":2,"rounded-4":4,"rounded-8":8,"rounded-12":12,"rounded-16":16,"rounded-24":24,"rounded-32":32,"rounded-48":48},O=["border-secondary-btn","border-secondary-btn-hover","border-secondary-danger-btn","border-secondary-btn-active","border-secondary-danger-btn-hover","border-secondary-danger-btn-active","border-input-field","border-input-field-hover","border-input-field-focus","border-input-field-danger","border-input-field-danger-hover","border-input-field-danger-focus","border-sidebar-item-focus","border-input-field-disabled","border-success","border-secondary-btn-disabled","border-chip","border-divider","border-divider-secondary","border-tile-selected","border-tile-selected-hover","border-table-divider","border-slider-handle","border-tile","border-tile-hover","border-tile-focus","border-tile-selected-focus","border-notification-btn","border-notification-btn-black"],I={"border-secondary-btn":"2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1))","border-secondary-btn-hover":"2px solid rgba(var(--v-border-secondary-btn-hover, 4, 112, 236, 1))","border-secondary-danger-btn":"2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1))","border-secondary-btn-active":"2px solid rgba(var(--v-border-secondary-btn-active, 29, 65, 195, 1))","border-secondary-danger-btn-hover":"2px solid rgba(var(--v-border-secondary-danger-btn-hover, 255, 87, 114, 1))","border-secondary-danger-btn-active":"2px solid rgba(var(--v-border-secondary-danger-btn-active, 189, 41, 71, 1))","border-input-field":"1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1))","border-input-field-hover":"1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))","border-input-field-focus":"1px solid rgba(var(--v-border-input-field-focus, 19, 98, 226, 1))","border-input-field-danger":"1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))","border-input-field-danger-hover":"1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))","border-input-field-danger-focus":"1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1))","border-sidebar-item-focus":"2px solid rgba(var(--v-border-sidebar-item-focus, 19, 98, 226, 1))","border-input-field-disabled":"1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))","border-success":"2px solid rgba(var(--v-border-success, 1, 128, 31, 1))","border-secondary-btn-disabled":"2px solid rgba(var(--v-border-secondary-btn-disabled, 176, 180, 181, 1))","border-chip":"1px solid rgba(var(--v-border-chip, 205, 209, 211, 1))","border-divider":"1px solid rgba(var(--v-border-divider, 171, 198, 216, 1))","border-divider-secondary":"1px solid rgba(var(--v-border-divider-secondary, 199, 217, 229, 1))","border-tile-selected":"2px solid rgba(var(--v-border-tile-selected, 19, 98, 226, 1))","border-tile-selected-hover":"2px solid rgba(var(--v-border-tile-selected-hover, 4, 112, 236, 1))","border-table-divider":"1px solid rgba(var(--v-border-table-divider, 171, 198, 216, 1))","border-slider-handle":"1px solid rgba(var(--v-border-slider-handle, 199, 217, 229, 1))","border-tile":"1px solid rgba(var(--v-border-tile, 171, 198, 216, 1))","border-tile-hover":"1px solid rgba(var(--v-border-tile-hover, 115, 160, 190, 1))","border-tile-focus":"1px solid rgba(var(--v-border-tile-focus, 19, 98, 226, 1))","border-tile-selected-focus":"2px solid rgba(var(--v-border-tile-selected-focus, 19, 98, 226, 1))","border-notification-btn":"2px solid rgba(var(--v-border-notification-btn, 32, 54, 69, 1))","border-notification-btn-black":"2px solid rgba(var(--v-border-notification-btn-black, 32, 54, 69, 1))"},B=(r=0)=>{const e=[0,1,2,3,4,5,6];return e.concat(e).slice(r,r+7)};var E;!function(r){r.sun="Sunday",r.mon="Monday",r.tue="Tuesday",r.wed="Wednesday",r.thu="Thursday",r.fri="Friday",r.sat="Saturday"}(E||(E={}));const F=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,P=r=>{const e=r.mode,t=r.startDate,a=r.endDate;if(!t&&!a)return"";const o=r=>`${r.getMonthName()} ${r.date} ${r.year}`;if("single"===e&&t)return`${d.t("Selected result")}: ${o(t)}`;if("range"===e){const r=d.t("Start Date"),e=d.t("End Date");if(t&&a)return`${d.t("Selected result")} ${r}: ${o(t)}. ${e}: ${o(a)}.`;if(t)return`${d.t("Selected result")} ${r}: ${o(t)}.`}return""};class A{constructor(r,e){this._hours=r,this._minutes=e}static fromString(r){const e=this.convertTimeTo24Hour(r),[t,a]=e.split(":");return new A(Number(t),Number(a))}static fromDate(r){return new A(r.getHours(),r.getMinutes())}static calculateDuration(r,e,t="minutes"){let a=e.totalMinutes;0===e.hours&&0!==r.hours&&(a+=1440);const o=a-r.totalMinutes;return"hours"===t?o/60:o}static convertTimeTo24Hour(r){const e=r.toLocaleLowerCase();if(e.includes("am")||e.includes("pm")){const r=e.includes("am"),t=e.replace("am","").replace("pm","").trim(),[a,o]=t.split(":"),i=o.padStart(2,"0");return r?`${"12"===a?"00":a}:${i}`:`${"12"===a?"12":`${Number(a)+12}`}:${i}`}return r}get hours(){return this._hours}get minutes(){return this._minutes}get totalMinutes(){return 60*this._hours+this._minutes}toString(r="hh:mm"){const e=this._hours.toString().padStart(2,"0"),t=this._minutes.toString().padStart(2,"0");switch(r.toLowerCase()){case"hh:m":return`${e}:${this._minutes}`;case"h:mm":return`${this._hours}:${t}`;case"h:m":return`${this._hours}:${this._minutes}`;case"12-hour":return`${this._hours%12||12}:${t} ${d.t(this._hours>=12?"pm":"am")}`;default:return`${e}:${t}`}}}class R{constructor(r,e){this.originalDate=r,this.timezone=e,this.syncDateTime()}static fromDate(r,e){return new R(r,e)}static fromInitDataSource(r,e){const t=new Date(r);if(e.time){const r=A.fromString(e.time);t.setHours(r.hours,r.minutes,0,0)}else e.endTimeMissing&&t.setHours(23,59,59,0);return R.fromDate(t,e.timezone)}get calendarDate(){return this.date}get calendarTime(){return this.time}toDate(){return this.date.toDate()}setTimezone(r){this.timezone=r,this.syncDateTime()}syncDateTime(){const r=this.convertDateToTimezone(this.originalDate);this.date=new J(r.getFullYear(),r.getMonth()+1,r.getDate()),this.time=A.fromDate(r)}convertDateToTimezone(r){if(this.timezone===F())return r;try{const e=new Intl.DateTimeFormat([],{timeZone:this.timezone,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",hour12:!1}).formatToParts(r),t=this.findDateTimeFormatPart(e,"year"),a=this.findDateTimeFormatPart(e,"month"),o=this.findDateTimeFormatPart(e,"day"),i=this.findDateTimeFormatPart(e,"hour"),b=this.findDateTimeFormatPart(e,"minute"),n=this.findDateTimeFormatPart(e,"second");if(t&&a&&o&&i&&b&&n){const r=parseInt(t.value,10),e=parseInt(a.value,10),c=parseInt(o.value,10),s=parseInt(i.value,10),g=parseInt(b.value,10),d=parseInt(n.value,10);return new Date(r,e-1,c,s,g,d)}}catch(r){l.warn("Invalid timezone:",this.timezone)}return r}findDateTimeFormatPart(r,e){return r.find((r=>r.type===e))}}const C=r=>!isNaN(Date.parse(r)),W=(r,e)=>r.getTime()>e.getTime(),G=(r,e)=>r.getTime()<e.getTime(),V=(r,e)=>r.getTime()<=e.getTime(),H=(r,e)=>"12-hour"===e?new RegExp(/^(1[012]|0[1-9]):[0-5][0-9] ([AP][M])$/).test(r):new RegExp(/^([0-1][0-9]|2[0-3]):[0-5][0-9]$/).test(r),L=(r,e=2,t="0")=>{if(r||0===r)return r.toString().padStart(e,t);l.error("The input should be a number")},U=r=>{if(H(r,"12-hour")){const[e,t,a]=r.replace(" ",":").split(":");let o=parseInt(e,10);return"PM"===a&&12!==o?o+=12:"AM"===a&&12===o&&(o=0),`${L(o)}:${t}`}return r},Z=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];class J{constructor(r,e,t){this._date=t,this._month=e,this._year=r}static from(r,e=F()){return R.fromDate(r,e).calendarDate}static fromString(r,e="MM/DD/YYYY",t="en-us"){if(!r)return null;const a=[];let o=null;for(;null!=(o=x.exec(e));)"\\"!==o[1]&&a.push(o);if(a.length){const e={year:void 0,month:void 0,shortMonth:void 0,longMonth:void 0,day:void 0,value:""},o=a[0];o&&o.index>0&&(e.value+=".*?");for(const[r,o]of Object.entries(a)){const a=Number(r);if(o){const{group:r,pattern:i}=this.getPatternByFormatToken(o[0],t);e[r]=a+1,e.value+=i,e.value+=".*?"}}const i=new RegExp(`^${e.value}$`);if(i.test(r)){const a=i.exec(r);if(a&&e.year&&(e.month||e.shortMonth||e.longMonth)&&e.day){const r=Number(a[e.year]);let o=1;e.month?o=Number(a[e.month])-1:e.shortMonth?o=this.shortMonths(t).indexOf(a[e.shortMonth]):e.longMonth&&(o=this.longMonths(t).indexOf(a[e.longMonth]));const i=Number(a[e.day]),b=Number(L(r,4,`${(new Date).getFullYear()}`.slice(0,2)));return isNaN(Date.parse(`${b}-${L(o+1)}-${L(i)}`))?null:this.from(new Date(b,o,i,0,0,0,0))}}}return this.from(new Date(r))}static getPatternByFormatToken(r,e){switch(r){case"YY":case"YYYY":return{group:"year",pattern:`(\\d{${r.length}})`};case"M":return{group:"month",pattern:"(\\d{1,2})"};case"MM":return{group:"month",pattern:"(\\d{2})"};case"MMM":return{group:"shortMonth",pattern:`(${this.shortMonths(e).join("|")})`};case"MMMM":return{group:"longMonth",pattern:`(${this.longMonths(e).join("|")})`};case"D":return{group:"day",pattern:"(\\d{1,2})"};case"DD":return{group:"day",pattern:"(\\d{2})"};default:return{group:"unknown",pattern:"(.*)"}}}static shortMonths(r){return this.MONTHS.map((e=>new Date(2019,e).toLocaleString(r,{month:"short"})))}static longMonths(r){return this.MONTHS.map((e=>new Date(2019,e).toLocaleString(r,{month:"long"})))}get year(){return this._year}set year(r){this._year=r}get month(){return this._month}set month(r){this._month=r}get date(){return this._date}set date(r){this._date=r}toString(r="MM/DD/YYYY",e="en-us"){let t="";const a=[];let o=null;for(;null!=(o=x.exec(r));)"\\"!==o[1]&&a.push(o);if(a.length){const o=a[0];o&&o.index>0&&(t+=r.substring(0,o.index));for(const[o,i]of Object.entries(a)){const b=Number(o);if(i){t+=this.getDateItemByFormatToken(i[0],e);const o=a[b+1];o&&(t+=r.substring(i.index+i[0].length,o.index)),b===a.length-1&&(t+=r.substring(i.index+i[0].length))}}}return t.replace(/\\/g,"")}isToday(r=F()){if(r===F()){const r=new Date;return r.getFullYear()===this.year&&r.getMonth()+1===this.month&&r.getDate()===this.date}const{year:e,month:t,date:a}=R.fromDate(new Date,r).calendarDate;return e===this.year&&t===this.month&&a===this.date}toDate(){return new Date(this.year,this.month-1,this.date)}compare(r){const{year:e,month:t}=r,a={isPreviousMonth:!1,inMonth:!1,isNextMonth:!1};return this.year===e?this.month<t?a.isPreviousMonth=!0:this.month>t?a.isNextMonth=!0:a.inMonth=!0:this.year>e?a.isNextMonth=!0:a.isPreviousMonth=!0,a}equal(r){if(!r)return!1;const{year:e,month:t,date:a}=r;return this._year===e&&this._month===t&&this._date===a}getMonthName(r=!1){return d.t(this.toDate().toLocaleDateString("en-US",{month:r?"short":"long"}))}isAfter(r){return!!r&&W(this.toDate(),r.toDate())}isBefore(r){return!!r&&G(this.toDate(),r.toDate())}firstDateOfMonth(){return J.from(new Date(this.year,this.month-1,1))}lastDateOfMonth(){return J.from(new Date(this.year,this.month,0))}add(r=0,e=0,t=0){const a=this.toDate(),o=new Date(a.getFullYear()+r,a.getMonth()+e,a.getDate()+t);return J.from(o)}getWeekDayShortName(){const r=this.toDate();return Z[r.getDay()]}getDateItemByFormatToken(r,e){switch(r){case"YY":return String(this.year).slice(-2);case"YYYY":return String(this.year);case"M":return String(this.month);case"MM":return`0${this.month}`.slice(-2);case"MMM":return J.shortMonths(e)[this.month-1];case"MMMM":return J.longMonths(e)[this.month-1];case"D":return String(this.date);case"DD":return`0${this.date}`.slice(-2);default:return""}}}J.MONTHS=[0,1,2,3,4,5,6,7,8,9,10,11];class K{constructor(r,e,t){this._count=r,this._timezone=t||F(),this._current=e||J.from(new Date,this._timezone),this.calculatePeriod(this._current)}get current(){return this._current}get startDate(){return this._startDate}get endDate(){return this._endDate}get count(){return this._count}get type(){return this._type}get showWeekends(){return this._showWeekends}get timezone(){return this._timezone}goTo(r){return this.createBy(r)}now(){return this.createBy(J.from(new Date,this._timezone))}equal(r){return this.startDate.equal(r.startDate)&&this.endDate.equal(r.endDate)}calculatePeriod(r){const e=r.toDate();this.count>1&&e.setDate(e.getDate()-B().indexOf(e.getDay())),this._startDate=J.from(e),e.setDate(e.getDate()+this.count-1),this._endDate=J.from(e)}}class Q{format(r){if(Ar(r)){const e=[];return this.getStates().forEach((t=>{const a=this.formatToken(r[t]);a&&e.push(`:host${"default"===t?"":`(:${t})`}{\n\t${a}\n}`)})),e.join("\n")}return`:host{\n\t${this.formatToken(r)}\n}`}}const X=new class extends Q{constructor(){super(...arguments),this.states=["default","hover","active","focus-visible"]}formatToken(r){return yr(r)?`background-color: ${j[r]};`:(l.warn(`The backgroundColor value ${r} is invalid, it must be a value of: `,k),"")}getStates(){return this.states}};var _;function rr(r,e=15){const[t,a]=r.split(":");return Math.round((60*Number(t)+Number(a))/e)}function er(r){return"vega-calendar-event-slot-"+r}function tr(r,e=_.NEXT){const t=r.toDate().getDay();if(0===t||6===t){let a=0===t?1:2;return e===_.PREVIOUS&&(a=0===t?-2:-1),J.from(new Date(r.year,r.month-1,r.date+a))}return r}function ar(r="bg-accent6-primary"){return yr(r)?`.event-bg-color{${X.formatToken(r)}}`:`.event-bg-color{background-color:${r}}`}!function(r){r.PREVIOUS="-1",r.NEXT="1"}(_||(_={}));class or extends K{constructor(r,e,t){super(or.DISPLAY_DATE_COUNT,r,t),this._type="day",this._showWeekends=!0,this._showWeekends=!1!==e}next(){const r=this.current.toDate();r.setDate(r.getDate()+1);let e=J.from(r);return!1===this._showWeekends&&(e=tr(e)),this.createBy(e)}previous(){const r=this.current.toDate();r.setDate(r.getDate()-1);let e=J.from(r);return!1===this._showWeekends&&(e=tr(e,_.PREVIOUS)),this.createBy(e)}now(){let r=J.from(new Date,this.timezone);return!1===this._showWeekends&&(r=tr(r)),this.createBy(r)}createBy(r){return new or(r,this._showWeekends,this.timezone)}}or.DISPLAY_DATE_COUNT=1;class ir extends K{constructor(r,e,t){super(ir.DISPLAY_DATE_COUNT,r,t),this._type="week",this._showWeekends=!0,this._showWeekends=!1!==e}next(){const r=this.current.toDate();return r.setDate(r.getDate()+7),this.createBy(J.from(r))}previous(){const r=this.current.toDate();return r.setDate(r.getDate()-7),this.createBy(J.from(r))}createBy(r){return new ir(r,this._showWeekends,this.timezone)}}ir.DISPLAY_DATE_COUNT=7;class br extends K{constructor(r,e,t){super(br.DISPLAY_DATE_COUNT,r,t),this._type="month",this._showWeekends=!0,this._showWeekends=!1!==e}static getMonthFirstDay(r,e){const t=r||J.from(new Date,e);return new J(t.year,t.month,1)}calculatePeriod(r){const e=br.getMonthFirstDay(r).toDate();e.setDate(e.getDate()-B().indexOf(e.getDay())),this._startDate=J.from(e),e.setDate(e.getDate()+this.count-1),this._endDate=J.from(e)}next(){const r=this.current.toDate(),e=r.getFullYear(),t=r.getMonth()+1,a=r.getDate(),o=new Date(e,t+1,0).getDate(),i=Math.min(a,o),b=new Date(e,t,i);return this.createBy(J.from(b))}previous(){const r=this.current.toDate(),e=r.getFullYear(),t=r.getMonth()-1,a=r.getDate(),o=new Date(e,t+1,0).getDate(),i=Math.min(a,o),b=new Date(e,t,i);return this.createBy(J.from(b))}createBy(r){return new br(r,this._showWeekends,this.timezone)}}br.DISPLAY_DATE_COUNT=42;const nr=r=>"string"==typeof r&&["top","bottom","left","right","x","y"].includes(r),cr=r=>"string"==typeof r&&"number"==typeof N[r],sr=r=>"object"==typeof r&&null!==r&&Object.keys(r).every(nr)&&Object.values(r).every((r=>r in N)),gr=r=>"object"==typeof r&&null!==r&&Object.keys(r).every(dr),dr=e=>"string"==typeof e&&(e in r||"default"===e),lr=r=>"string"==typeof r&&r in z,vr=r=>"string"==typeof r&&m.includes(r),pr=r=>vr(r)&&/^border-color-.+$/.test(r),hr=r=>"string"==typeof r&&O.includes(r),yr=r=>vr(r)&&/^bg-.+$/.test(r),ur=r=>vr(r)&&/^text-.+$/.test(r),fr=r=>"string"==typeof r&&S.includes(r),xr=r=>("string"==typeof r||"number"==typeof r)&&p.test(r.toString()),mr=r=>("string"==typeof r||"number"==typeof r)&&v.test(r.toString()),kr=r=>"string"==typeof r&&a.includes(r),wr=e=>Object.keys(r).includes(e),$r=r=>"object"==typeof r&&null!==r&&("number"==typeof r.X||["start","center","end"].includes(r.X))&&("number"==typeof r.Y||["start","center","end"].includes(r.Y)),Dr=r=>"string"==typeof r.groupId&&r.element&&"VEGA-ACCORDION"===r.element.tagName,Mr=r=>"string"==typeof r&&o.includes(r),qr=r=>"string"==typeof r&&i.includes(r),jr=r=>"string"==typeof r&&b.includes(r),Yr=r=>"string"==typeof r&&n.includes(r),Nr=r=>"string"==typeof r&&s.includes(r),Sr=(r,e)=>Array.isArray(r)&&r.every(e),Tr=r=>"object"==typeof r&&Object.prototype.hasOwnProperty.call(r,"label")&&Object.prototype.hasOwnProperty.call(r,"key"),zr=r=>"object"==typeof r&&Object.prototype.hasOwnProperty.call(r,"id")&&Object.prototype.hasOwnProperty.call(r,"displayName"),Or=r=>"string"==typeof r&&c.includes(r),Ir=r=>null!=r,Br=r=>"string"==typeof r&&g.includes(r),Er=r=>"string"==typeof r&&e.includes(r),Fr=r=>"string"==typeof r&&["top","right","bottom","left","top-left","top-right","bottom-left","bottom-right"].includes(r),Pr=r=>"object"==typeof r&&null!==r&&Object.keys(r).every(Fr)&&Object.values(r).every((r=>r in z)),Ar=r=>"object"==typeof r&&null!==r&&Object.keys(r).every(Rr),Rr=r=>"string"==typeof r&&t.includes(r),Cr=r=>"object"==typeof r&&null!==r&&"key"in r&&"label"in r&&"string"==typeof r.label,Wr=r=>r instanceof J,Gr=r=>!!r&&"function"==typeof r.evaluate&&"function"==typeof r.canEvaluate;export{G as $,u as A,z as B,m as C,f as D,xr as E,w as F,mr as G,kr as H,$r as I,Mr as J,qr as K,jr as L,y as M,Yr as N,Or as O,Pr as P,Nr as Q,C as R,$ as S,D as T,H as U,h as V,Dr as W,Sr as X,Tr as Y,zr as Z,V as _,k as a,W as a0,J as a1,P as a2,br as a3,Wr as a4,Gr as a5,B as a6,Z as a7,L as a8,U as a9,E as aa,tr as ab,or as ac,ir as ad,F as ae,A as af,R as ag,er as ah,rr as ai,ar as aj,Cr as ak,M as b,q as c,j as d,Y as e,S as f,T as g,N as h,Ir as i,Q as j,pr as k,fr as l,hr as m,O as n,I as o,X as p,cr as q,lr as r,yr as s,ur as t,dr as u,Er as v,Br as w,gr as x,wr as y,sr as z}
@@ -1 +1 @@
1
- import{c as t,M as s,V as e}from"./p-6e1ab235.js";import{O as i}from"./p-331a62d5.js";import{C as c}from"./p-2d0d575f.js";import{b as n}from"./p-d6875e49.js";var o=function(t,s,e,i){var c,n=arguments.length,o=n<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(t,s,e,i);else for(var a=t.length-1;a>=0;a--)(c=t[a])&&(o=(n<3?c(o):n>3?c(s,e,o):c(s,e))||o);return n>3&&o&&Object.defineProperty(s,e,o),o};class a extends e{constructor(t,s,e){super(),this.acceptableResultMap=new WeakMap,this.isAcceptableObserverPayload=t=>{let s=!1;return"function"==typeof this.customAcceptableHandle?s=this.customAcceptableHandle(t):this.host&&t.host&&(this.acceptableResultMap.has(t.host)?s=!!this.acceptableResultMap.get(t.host):(s=this.host!==t.host&&n(t.host,this.host),this.acceptableResultMap.set(t.host,s))),s},this.handleObserver=t=>{"function"==typeof this.callback&&this.callback(t)},this.subject=t,this.callback=s,this.customAcceptableHandle=e}connectedCallback(){this.subject&&(this.notifyObserver=new i(this.isAcceptableObserverPayload.bind(this),this.handleObserver),c.register(this.subject,this.notifyObserver))}disconnectedCallback(){this.subject&&c.unregister(this.subject,this.notifyObserver)}}o([t()],a.prototype,"host",void 0),o([s("connectedCallback")],a.prototype,"connectedCallback",null),o([s("disconnectedCallback")],a.prototype,"disconnectedCallback",null);export{a as C}
1
+ import{c as t,M as s,V as i}from"./p-6e1ab235.js";import{O as e}from"./p-331a62d5.js";import{C as c}from"./p-2d0d575f.js";import{b as n}from"./p-dcd18ab1.js";var o=function(t,s,i,e){var c,n=arguments.length,o=n<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 a=t.length-1;a>=0;a--)(c=t[a])&&(o=(n<3?c(o):n>3?c(s,i,o):c(s,i))||o);return n>3&&o&&Object.defineProperty(s,i,o),o};class a extends i{constructor(t,s,i){super(),this.acceptableResultMap=new WeakMap,this.isAcceptableObserverPayload=t=>{let s=!1;return"function"==typeof this.customAcceptableHandle?s=this.customAcceptableHandle(t):this.host&&t.host&&(this.acceptableResultMap.has(t.host)?s=!!this.acceptableResultMap.get(t.host):(s=this.host!==t.host&&n(t.host,this.host),this.acceptableResultMap.set(t.host,s))),s},this.handleObserver=t=>{"function"==typeof this.callback&&this.callback(t)},this.subject=t,this.callback=s,this.customAcceptableHandle=i}connectedCallback(){this.subject&&(this.notifyObserver=new e(this.isAcceptableObserverPayload.bind(this),this.handleObserver),c.register(this.subject,this.notifyObserver))}disconnectedCallback(){this.subject&&c.unregister(this.subject,this.notifyObserver)}}o([t()],a.prototype,"host",void 0),o([s("connectedCallback")],a.prototype,"connectedCallback",null),o([s("disconnectedCallback")],a.prototype,"disconnectedCallback",null);export{a as C}
@@ -1 +1 @@
1
- import{h as t,r as e,H as o,g as a}from"./p-6b2342e0.js";import{s as r}from"./p-519a7d55.js";import{I as i}from"./p-c962cf5b.js";import{c as n,M as p,I as l}from"./p-6e1ab235.js";import{V as s,I as c}from"./p-4415ad28.js";import{E as g}from"./p-6e13e2fc.js";import{c as h}from"./p-2a9960c9.js";import"./p-e5da9f66.js";import"./p-d6875e49.js";import"./p-6d6ea8b4.js";import"./p-ed45b3b6.js";import"./p-d4ea8e22.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-781fd6e0.js";import"./p-262ec334.js";import"./p-6a334573.js";import"./p-81dd00d0.js";import"./p-49a2e141.js";import"./p-b75ee3ba.js";import"./p-a02f77c7.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";import"./p-331a62d5.js";import"./p-4068e7de.js";import"./p-6554a801.js";import"./p-a841cf13.js";var d=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};class m extends g{constructor(){super((()=>this.getShowConfig()),(()=>this.trigger),"isTooltipShow",(()=>this.disableInteractive)),this.getShowConfig=()=>({target:this.host,appendableElement:this.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef(),positionRelativeTo:this.positionRelativeTo,matchTargetWidth:!1,size:this.size,minWidth:this.minWidth,maxWidth:this.maxWidth,placement:this.placement,alignment:this.alignment})}watchTrigger(){"none"===this.trigger&&this.hide()}watchToShowTooltip(){this.isTooltipShow&&this.show()}watchTextChange(t,e){!t&&e&&this.isTooltipShow&&this.hide()}show(){this.deprecatedPropertySlimmer.getValue()&&super.show()}}d([n()],m.prototype,"host",void 0),d([n()],m.prototype,"positionRelativeTo",void 0),d([n()],m.prototype,"size",void 0),d([n()],m.prototype,"minWidth",void 0),d([n()],m.prototype,"maxWidth",void 0),d([n()],m.prototype,"placement",void 0),d([n()],m.prototype,"alignment",void 0),d([n()],m.prototype,"trigger",void 0),d([n()],m.prototype,"disableInteractive",void 0),d([n()],m.prototype,"deprecatedPropertySlimmer",void 0),d([n({writable:!0})],m.prototype,"isTooltipShow",void 0),d([n()],m.prototype,"vegaTooltipContentBoxRenderer",void 0),d([p("watchTrigger")],m.prototype,"watchTrigger",null),d([p("watchToShowTooltip")],m.prototype,"watchToShowTooltip",null),d([p("watchTextChange")],m.prototype,"watchTextChange",null);class v{getTooltipContentBoxRef(){return this.tooltip}render(){return t("vega-tooltip-content-box",{ref:t=>this.tooltip=t,text:this.deprecatedPropertySlimmer.getValue()})}}!function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);i>3&&n&&Object.defineProperty(e,o,n)}([n()],v.prototype,"deprecatedPropertySlimmer",void 0);const f=[{payloadKey:"CONTENT_IS_EMPTY",payloadDescription:"@deprecated Specifies the content that is displayed inside the tooltip.",payloadValue:t=>void 0===t.content||""===t.content},{payloadKey:"CONTENT_IS_NOT_EMPTY",payloadDescription:"@deprecated Specifies the content that is displayed inside the tooltip.",payloadValue:t=>void 0!==t.content&&""!==t.content}];var b=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};const x=class{constructor(t){e(this,t),this.globalSlimmers={},this.vegaTooltipElementAppenderController=new m,this.vegaTooltipContentBoxRenderer=new v,this.deprecatedPropertySlimmer=h(x,"text","content",void 0),this.vegaComponentUsageRuntimeMetricsSlimmer=new s(f),this.isTooltipShow=!1,this.trigger="hover",this.placement="top",this.alignment="center",this.disableInteractive=!1}watchTrigger(){}watchTextChange(){}watchToShowTooltip(){}render(){return r(t(o,null,t("slot",null),this.vegaTooltipContentBoxRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{trigger:["watchTrigger"],content:["watchTextChange"],text:["watchTextChange"],size:["watchToShowTooltip"],placement:["watchToShowTooltip"],alignment:["watchToShowTooltip"]}}};b([c()],x.prototype,"globalSlimmers",void 0),b([l()],x.prototype,"vegaTooltipElementAppenderController",void 0),b([l()],x.prototype,"vegaTooltipContentBoxRenderer",void 0),b([i((t=>[{keyCode:"Tab",activeElementInScope:[t.host],callback:()=>"hover"===t.trigger&&t.vegaTooltipElementAppenderController.show()},{keyCode:"Escape",activeElementInScope:[t.host,t.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef()],callback:()=>t.vegaTooltipElementAppenderController.hide()},{keyCode:"Tab",activeElementOutScope:[t.host,t.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef()],callback:()=>t.isTooltipShow&&t.vegaTooltipElementAppenderController.hide()}])),l()],x.prototype,"deprecatedPropertySlimmer",void 0),b([l()],x.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),x.style=":host{display:inline-block}";var w=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};const j=class{constructor(t){e(this,t),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new s}render(){return r(t(o,{class:"vega-tooltip",role:"tooltip"},t("div",{class:"vega-tooltip-content"},this.text)),this.host)}get host(){return a(this)}};w([c()],j.prototype,"globalSlimmers",void 0),w([l()],j.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),j.style=':host{position:absolute}:host(.vega-force-hidden){display:none !important}:host(.vega-placement-bottom){margin-top:8px}:host(.vega-placement-left){margin-left:-8px}:host(.vega-placement-right){margin-left:8px}:host(.vega-placement-top){margin-top:-8px}.vega-tooltip-content{border-radius:4px;padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px;overflow-wrap:break-word;background-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host(.vega-no-suitable-placement) .vega-tooltip-content::after,:host(.vega-no-suitable-alignment) .vega-tooltip-content::after{display:none}.vega-tooltip-content::after{content:"";position:absolute;border-style:solid}:host(.vega-placement-bottom) .vega-tooltip-content::after{top:-4px;border-width:0 5px 4px 5px;border-bottom-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-left-color:transparent;border-right-color:transparent}:host(.vega-placement-left) .vega-tooltip-content::after{left:100%;border-width:5px 0 5px 4px;border-left-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}:host(.vega-placement-right) .vega-tooltip-content::after{left:-4px;border-width:5px 4px 5px 0;border-right-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent}:host(.vega-placement-top) .vega-tooltip-content::after{bottom:-4px;border-width:4px 5px 0px 5px;border-top-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}:host(.vega-placement-bottom.vega-alignment-start) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-start) .vega-tooltip-content::after{left:8px}:host(.vega-placement-bottom.vega-alignment-center) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-center) .vega-tooltip-content::after{left:calc(50% - 5px)}:host(.vega-placement-bottom.vega-alignment-end) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-end) .vega-tooltip-content::after{right:8px}:host(.vega-placement-left.vega-alignment-start) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-start) .vega-tooltip-content::after{top:8px}:host(.vega-placement-left.vega-alignment-center) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-center) .vega-tooltip-content::after{top:calc(50% - 5px)}:host(.vega-placement-left.vega-alignment-end) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-end) .vega-tooltip-content::after{bottom:8px}';export{x as vega_tooltip,j as vega_tooltip_content_box}
1
+ import{h as t,r as e,H as o,g as a}from"./p-6b2342e0.js";import{s as r}from"./p-519a7d55.js";import{I as i}from"./p-ea21462f.js";import{c as n,M as p,I as l}from"./p-6e1ab235.js";import{V as s,I as c}from"./p-4415ad28.js";import{E as g}from"./p-204c7d41.js";import{c as h}from"./p-2a9960c9.js";import"./p-22336063.js";import"./p-dcd18ab1.js";import"./p-c6d62f0d.js";import"./p-ed45b3b6.js";import"./p-d4ea8e22.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-781fd6e0.js";import"./p-262ec334.js";import"./p-6a334573.js";import"./p-81dd00d0.js";import"./p-49a2e141.js";import"./p-b75ee3ba.js";import"./p-716c71e6.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";import"./p-331a62d5.js";import"./p-878851f6.js";import"./p-33860e54.js";import"./p-a841cf13.js";var d=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};class m extends g{constructor(){super((()=>this.getShowConfig()),(()=>this.trigger),"isTooltipShow",(()=>this.disableInteractive)),this.getShowConfig=()=>({target:this.host,appendableElement:this.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef(),positionRelativeTo:this.positionRelativeTo,matchTargetWidth:!1,size:this.size,minWidth:this.minWidth,maxWidth:this.maxWidth,placement:this.placement,alignment:this.alignment})}watchTrigger(){"none"===this.trigger&&this.hide()}watchToShowTooltip(){this.isTooltipShow&&this.show()}watchTextChange(t,e){!t&&e&&this.isTooltipShow&&this.hide()}show(){this.deprecatedPropertySlimmer.getValue()&&super.show()}}d([n()],m.prototype,"host",void 0),d([n()],m.prototype,"positionRelativeTo",void 0),d([n()],m.prototype,"size",void 0),d([n()],m.prototype,"minWidth",void 0),d([n()],m.prototype,"maxWidth",void 0),d([n()],m.prototype,"placement",void 0),d([n()],m.prototype,"alignment",void 0),d([n()],m.prototype,"trigger",void 0),d([n()],m.prototype,"disableInteractive",void 0),d([n()],m.prototype,"deprecatedPropertySlimmer",void 0),d([n({writable:!0})],m.prototype,"isTooltipShow",void 0),d([n()],m.prototype,"vegaTooltipContentBoxRenderer",void 0),d([p("watchTrigger")],m.prototype,"watchTrigger",null),d([p("watchToShowTooltip")],m.prototype,"watchToShowTooltip",null),d([p("watchTextChange")],m.prototype,"watchTextChange",null);class v{getTooltipContentBoxRef(){return this.tooltip}render(){return t("vega-tooltip-content-box",{ref:t=>this.tooltip=t,text:this.deprecatedPropertySlimmer.getValue()})}}!function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);i>3&&n&&Object.defineProperty(e,o,n)}([n()],v.prototype,"deprecatedPropertySlimmer",void 0);const f=[{payloadKey:"CONTENT_IS_EMPTY",payloadDescription:"@deprecated Specifies the content that is displayed inside the tooltip.",payloadValue:t=>void 0===t.content||""===t.content},{payloadKey:"CONTENT_IS_NOT_EMPTY",payloadDescription:"@deprecated Specifies the content that is displayed inside the tooltip.",payloadValue:t=>void 0!==t.content&&""!==t.content}];var b=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};const x=class{constructor(t){e(this,t),this.globalSlimmers={},this.vegaTooltipElementAppenderController=new m,this.vegaTooltipContentBoxRenderer=new v,this.deprecatedPropertySlimmer=h(x,"text","content",void 0),this.vegaComponentUsageRuntimeMetricsSlimmer=new s(f),this.isTooltipShow=!1,this.trigger="hover",this.placement="top",this.alignment="center",this.disableInteractive=!1}watchTrigger(){}watchTextChange(){}watchToShowTooltip(){}render(){return r(t(o,null,t("slot",null),this.vegaTooltipContentBoxRenderer.render()),this.host)}get host(){return a(this)}static get watchers(){return{trigger:["watchTrigger"],content:["watchTextChange"],text:["watchTextChange"],size:["watchToShowTooltip"],placement:["watchToShowTooltip"],alignment:["watchToShowTooltip"]}}};b([c()],x.prototype,"globalSlimmers",void 0),b([l()],x.prototype,"vegaTooltipElementAppenderController",void 0),b([l()],x.prototype,"vegaTooltipContentBoxRenderer",void 0),b([i((t=>[{keyCode:"Tab",activeElementInScope:[t.host],callback:()=>"hover"===t.trigger&&t.vegaTooltipElementAppenderController.show()},{keyCode:"Escape",activeElementInScope:[t.host,t.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef()],callback:()=>t.vegaTooltipElementAppenderController.hide()},{keyCode:"Tab",activeElementOutScope:[t.host,t.vegaTooltipContentBoxRenderer.getTooltipContentBoxRef()],callback:()=>t.isTooltipShow&&t.vegaTooltipElementAppenderController.hide()}])),l()],x.prototype,"deprecatedPropertySlimmer",void 0),b([l()],x.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),x.style=":host{display:inline-block}";var w=function(t,e,o,a){var r,i=arguments.length,n=i<3?e:null===a?a=Object.getOwnPropertyDescriptor(e,o):a;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(t,e,o,a);else for(var p=t.length-1;p>=0;p--)(r=t[p])&&(n=(i<3?r(n):i>3?r(e,o,n):r(e,o))||n);return i>3&&n&&Object.defineProperty(e,o,n),n};const j=class{constructor(t){e(this,t),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new s}render(){return r(t(o,{class:"vega-tooltip",role:"tooltip"},t("div",{class:"vega-tooltip-content"},this.text)),this.host)}get host(){return a(this)}};w([c()],j.prototype,"globalSlimmers",void 0),w([l()],j.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),j.style=':host{position:absolute}:host(.vega-force-hidden){display:none !important}:host(.vega-placement-bottom){margin-top:8px}:host(.vega-placement-left){margin-left:-8px}:host(.vega-placement-right){margin-left:8px}:host(.vega-placement-top){margin-top:-8px}.vega-tooltip-content{border-radius:4px;padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px;overflow-wrap:break-word;background-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-tooltip-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host(.vega-no-suitable-placement) .vega-tooltip-content::after,:host(.vega-no-suitable-alignment) .vega-tooltip-content::after{display:none}.vega-tooltip-content::after{content:"";position:absolute;border-style:solid}:host(.vega-placement-bottom) .vega-tooltip-content::after{top:-4px;border-width:0 5px 4px 5px;border-bottom-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-left-color:transparent;border-right-color:transparent}:host(.vega-placement-left) .vega-tooltip-content::after{left:100%;border-width:5px 0 5px 4px;border-left-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}:host(.vega-placement-right) .vega-tooltip-content::after{left:-4px;border-width:5px 4px 5px 0;border-right-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent}:host(.vega-placement-top) .vega-tooltip-content::after{bottom:-4px;border-width:4px 5px 0px 5px;border-top-color:rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1));border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent}:host(.vega-placement-bottom.vega-alignment-start) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-start) .vega-tooltip-content::after{left:8px}:host(.vega-placement-bottom.vega-alignment-center) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-center) .vega-tooltip-content::after{left:calc(50% - 5px)}:host(.vega-placement-bottom.vega-alignment-end) .vega-tooltip-content::after,:host(.vega-placement-top.vega-alignment-end) .vega-tooltip-content::after{right:8px}:host(.vega-placement-left.vega-alignment-start) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-start) .vega-tooltip-content::after{top:8px}:host(.vega-placement-left.vega-alignment-center) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-center) .vega-tooltip-content::after{top:calc(50% - 5px)}:host(.vega-placement-left.vega-alignment-end) .vega-tooltip-content::after,:host(.vega-placement-right.vega-alignment-end) .vega-tooltip-content::after{bottom:8px}';export{x as vega_tooltip,j as vega_tooltip_content_box}
@@ -1 +1 @@
1
- import{r as t,h as e,H as r,g as i}from"./p-6b2342e0.js";import{g as o,I as s}from"./p-16493e5b.js";import{h as a}from"./p-6d6ea8b4.js";import{s as v}from"./p-519a7d55.js";import{i as n}from"./p-405ab757.js";import{a as h}from"./p-d6875e49.js";import{V as c}from"./p-e6adf829.js";import{L as l,I as x}from"./p-6e1ab235.js";import{V as p,I as d}from"./p-4415ad28.js";import{t as g}from"./p-b75ee3ba.js";import{h as m,s as b}from"./p-f0e828d8.js";import"./p-ed45b3b6.js";import"./p-d4ea8e22.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-a02f77c7.js";import"./p-49a2e141.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";import"./p-593e0f80.js";import"./p-6a334573.js";import"./p-8b5d3a52.js";var z=function(t,e,r,i){var o,s=arguments.length,a=s<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,i);else for(var v=t.length-1;v>=0;v--)(o=t[v])&&(a=(s<3?o(a):s>3?o(e,r,a):o(e,r))||a);return s>3&&a&&Object.defineProperty(e,r,a),a};const f=class{constructor(e){t(this,e),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new p,this.size="size-16",this.cloneFAIconStyles=()=>{if(this.isThirdPartyIcon(this.icon)){const t=this.getIconStyleHTML();t&&this.appendStyles(t);let e=0;const r=window.setInterval((()=>{if(!(e<10))return l.warn("[Vega] Loading Font Awesome timeout.",this.icon),void clearInterval(r);{e++;const t=this.getIconStyleHTML();if(t)return this.appendStyles(t),void clearInterval(r)}}),300)}}}watchIcon(){this.cloneFAIconStyles()}componentWillLoad(){this.cloneFAIconStyles()}render(){const t=s.findIndex((t=>t===this.icon));if(c.hasIcon(this.icon)){const{icon:t,autoSize:e}=c.getIcon(this.icon);return this.renderForVegaIconToken(t,e?null:this.size,e)}return t>-1?this.renderForVegaIconToken(o(this.icon),this.size):this.renderForThirdPartyIcon()}isThirdPartyIcon(t){return!c.hasIcon(t)&&!s.find((e=>e===t))}renderForVegaIconToken(t,i,o=!1){const s=i?this.formatAndValidSize(this.size):null;return v(e(r,{class:h([s,this.color&&n(this.color),o&&"vega-auto-size"]),innerHTML:t},e("slot",null)),this.host)}renderForThirdPartyIcon(){return v(e(r,{class:h([this.color&&n(this.color)]),style:this.formatThirdPartyIconSize(this.size)},e("i",{part:"icon",class:this.icon})),this.host)}formatAndValidSize(t){return`v-w-${t} v-h-${t}`}formatThirdPartyIconSize(t){return{"font-size":`${a[t]}px`}}appendStyles(t){var e;if(t&&g()){const r=null!==(e=this.host.shadowRoot.querySelector("#fa-icon-styles"))&&void 0!==e?e:g().createElement("style");r.id="fa-icon-styles",r.innerHTML=m.sanitize(t,b),this.host.shadowRoot.appendChild(r)}}getIconStyleHTML(){var t;if(f.iconStyleCache.has(this.icon))return f.iconStyleCache.get(this.icon);if(g()){const e=g().createElement("i");e.className=this.icon,e.style.display="none",g().body.appendChild(e);const r=getComputedStyle(e);if(null===(t=r.fontFamily)||void 0===t?void 0:t.includes("Font Awesome")){const t=getComputedStyle(e,"::before"),i=getComputedStyle(e,"::after"),o=`\n\t\t\t\ti {\n\t\t\t\t\tfont-weight: ${r.fontWeight};\n\t\t\t\t\tfont-family: ${r.fontFamily};\n\t\t\t\t\tfont-style: ${r.fontStyle};\n\t\t\t\t\tposition: ${r.position};\n\t\t\t\t\tletter-spacing: ${r.letterSpacing};\n\t\t\t\t}\n\t\t\t\ti::before {\n\t\t\t\t\tcontent: ${t.content};\n\t\t\t\t\tposition: ${t.position};\n\t\t\t\t\topacity: ${t.opacity};\n\t\t\t\t}\n\t\t\t\ti::after {\n\t\t\t\t\tcontent: ${i.content};\n\t\t\t\t\tposition: ${i.position};\n\t\t\t\t\topacity: ${i.opacity};\n\t\t\t\t}\n\t\t\t`.replace(/[\n\t]/gi,"");return f.iconStyleCache.set(this.icon,o),g().body.removeChild(e),o}return g().body.removeChild(e),null}}get host(){return i(this)}static get watchers(){return{icon:["watchIcon"]}}};f.iconStyleCache=new Map,z([d()],f.prototype,"globalSlimmers",void 0),z([x()],f.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),f.style=":host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-w-0),.v-w-0{width:0px}:host(.v-w-size-0),.v-w-size-0{width:0px}:host(.v-w-size-4),.v-w-size-4{width:4px}:host(.v-w-size-8),.v-w-size-8{width:8px}:host(.v-w-size-12),.v-w-size-12{width:12px}:host(.v-w-size-16),.v-w-size-16{width:16px}:host(.v-w-size-20),.v-w-size-20{width:20px}:host(.v-w-size-24),.v-w-size-24{width:24px}:host(.v-w-size-32),.v-w-size-32{width:32px}:host(.v-w-size-40),.v-w-size-40{width:40px}:host(.v-w-size-48),.v-w-size-48{width:48px}:host(.v-w-size-64),.v-w-size-64{width:64px}:host(.v-w-size-72),.v-w-size-72{width:72px}:host(.v-w-size-80),.v-w-size-80{width:80px}:host(.v-w-size-112),.v-w-size-112{width:112px}:host(.v-w-size-2),.v-w-size-2{width:2px}:host(.v-h-0),.v-h-0{height:0px}:host(.v-h-size-0),.v-h-size-0{height:0px}:host(.v-h-size-4),.v-h-size-4{height:4px}:host(.v-h-size-8),.v-h-size-8{height:8px}:host(.v-h-size-12),.v-h-size-12{height:12px}:host(.v-h-size-16),.v-h-size-16{height:16px}:host(.v-h-size-20),.v-h-size-20{height:20px}:host(.v-h-size-24),.v-h-size-24{height:24px}:host(.v-h-size-32),.v-h-size-32{height:32px}:host(.v-h-size-40),.v-h-size-40{height:40px}:host(.v-h-size-48),.v-h-size-48{height:48px}:host(.v-h-size-64),.v-h-size-64{height:64px}:host(.v-h-size-72),.v-h-size-72{height:72px}:host(.v-h-size-80),.v-h-size-80{height:80px}:host(.v-h-size-112),.v-h-size-112{height:112px}:host(.v-h-size-2),.v-h-size-2{height:2px}:host{display:inline-flex;user-select:none}i{line-height:1}:host(:not(.vega-auto-size)) ::slotted(svg){width:100%;height:100%}";export{f as vega_icon}
1
+ import{r as t,h as e,H as r,g as i}from"./p-6b2342e0.js";import{g as o,I as s}from"./p-16493e5b.js";import{h as a}from"./p-c6d62f0d.js";import{s as v}from"./p-519a7d55.js";import{i as n}from"./p-18619467.js";import{a as h}from"./p-dcd18ab1.js";import{V as c}from"./p-e6adf829.js";import{L as l,I as x}from"./p-6e1ab235.js";import{V as p,I as d}from"./p-4415ad28.js";import{t as g}from"./p-b75ee3ba.js";import{h as m,s as b}from"./p-f0e828d8.js";import"./p-ed45b3b6.js";import"./p-d4ea8e22.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-716c71e6.js";import"./p-49a2e141.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";import"./p-593e0f80.js";import"./p-6a334573.js";import"./p-8b5d3a52.js";var z=function(t,e,r,i){var o,s=arguments.length,a=s<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,r):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(t,e,r,i);else for(var v=t.length-1;v>=0;v--)(o=t[v])&&(a=(s<3?o(a):s>3?o(e,r,a):o(e,r))||a);return s>3&&a&&Object.defineProperty(e,r,a),a};const f=class{constructor(e){t(this,e),this.globalSlimmers={},this.vegaComponentUsageRuntimeMetricsSlimmer=new p,this.size="size-16",this.cloneFAIconStyles=()=>{if(this.isThirdPartyIcon(this.icon)){const t=this.getIconStyleHTML();t&&this.appendStyles(t);let e=0;const r=window.setInterval((()=>{if(!(e<10))return l.warn("[Vega] Loading Font Awesome timeout.",this.icon),void clearInterval(r);{e++;const t=this.getIconStyleHTML();if(t)return this.appendStyles(t),void clearInterval(r)}}),300)}}}watchIcon(){this.cloneFAIconStyles()}componentWillLoad(){this.cloneFAIconStyles()}render(){const t=s.findIndex((t=>t===this.icon));if(c.hasIcon(this.icon)){const{icon:t,autoSize:e}=c.getIcon(this.icon);return this.renderForVegaIconToken(t,e?null:this.size,e)}return t>-1?this.renderForVegaIconToken(o(this.icon),this.size):this.renderForThirdPartyIcon()}isThirdPartyIcon(t){return!c.hasIcon(t)&&!s.find((e=>e===t))}renderForVegaIconToken(t,i,o=!1){const s=i?this.formatAndValidSize(this.size):null;return v(e(r,{class:h([s,this.color&&n(this.color),o&&"vega-auto-size"]),innerHTML:t},e("slot",null)),this.host)}renderForThirdPartyIcon(){return v(e(r,{class:h([this.color&&n(this.color)]),style:this.formatThirdPartyIconSize(this.size)},e("i",{part:"icon",class:this.icon})),this.host)}formatAndValidSize(t){return`v-w-${t} v-h-${t}`}formatThirdPartyIconSize(t){return{"font-size":`${a[t]}px`}}appendStyles(t){var e;if(t&&g()){const r=null!==(e=this.host.shadowRoot.querySelector("#fa-icon-styles"))&&void 0!==e?e:g().createElement("style");r.id="fa-icon-styles",r.innerHTML=m.sanitize(t,b),this.host.shadowRoot.appendChild(r)}}getIconStyleHTML(){var t;if(f.iconStyleCache.has(this.icon))return f.iconStyleCache.get(this.icon);if(g()){const e=g().createElement("i");e.className=this.icon,e.style.display="none",g().body.appendChild(e);const r=getComputedStyle(e);if(null===(t=r.fontFamily)||void 0===t?void 0:t.includes("Font Awesome")){const t=getComputedStyle(e,"::before"),i=getComputedStyle(e,"::after"),o=`\n\t\t\t\ti {\n\t\t\t\t\tfont-weight: ${r.fontWeight};\n\t\t\t\t\tfont-family: ${r.fontFamily};\n\t\t\t\t\tfont-style: ${r.fontStyle};\n\t\t\t\t\tposition: ${r.position};\n\t\t\t\t\tletter-spacing: ${r.letterSpacing};\n\t\t\t\t}\n\t\t\t\ti::before {\n\t\t\t\t\tcontent: ${t.content};\n\t\t\t\t\tposition: ${t.position};\n\t\t\t\t\topacity: ${t.opacity};\n\t\t\t\t}\n\t\t\t\ti::after {\n\t\t\t\t\tcontent: ${i.content};\n\t\t\t\t\tposition: ${i.position};\n\t\t\t\t\topacity: ${i.opacity};\n\t\t\t\t}\n\t\t\t`.replace(/[\n\t]/gi,"");return f.iconStyleCache.set(this.icon,o),g().body.removeChild(e),o}return g().body.removeChild(e),null}}get host(){return i(this)}static get watchers(){return{icon:["watchIcon"]}}};f.iconStyleCache=new Map,z([d()],f.prototype,"globalSlimmers",void 0),z([x()],f.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),f.style=":host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-w-0),.v-w-0{width:0px}:host(.v-w-size-0),.v-w-size-0{width:0px}:host(.v-w-size-4),.v-w-size-4{width:4px}:host(.v-w-size-8),.v-w-size-8{width:8px}:host(.v-w-size-12),.v-w-size-12{width:12px}:host(.v-w-size-16),.v-w-size-16{width:16px}:host(.v-w-size-20),.v-w-size-20{width:20px}:host(.v-w-size-24),.v-w-size-24{width:24px}:host(.v-w-size-32),.v-w-size-32{width:32px}:host(.v-w-size-40),.v-w-size-40{width:40px}:host(.v-w-size-48),.v-w-size-48{width:48px}:host(.v-w-size-64),.v-w-size-64{width:64px}:host(.v-w-size-72),.v-w-size-72{width:72px}:host(.v-w-size-80),.v-w-size-80{width:80px}:host(.v-w-size-112),.v-w-size-112{width:112px}:host(.v-w-size-2),.v-w-size-2{width:2px}:host(.v-h-0),.v-h-0{height:0px}:host(.v-h-size-0),.v-h-size-0{height:0px}:host(.v-h-size-4),.v-h-size-4{height:4px}:host(.v-h-size-8),.v-h-size-8{height:8px}:host(.v-h-size-12),.v-h-size-12{height:12px}:host(.v-h-size-16),.v-h-size-16{height:16px}:host(.v-h-size-20),.v-h-size-20{height:20px}:host(.v-h-size-24),.v-h-size-24{height:24px}:host(.v-h-size-32),.v-h-size-32{height:32px}:host(.v-h-size-40),.v-h-size-40{height:40px}:host(.v-h-size-48),.v-h-size-48{height:48px}:host(.v-h-size-64),.v-h-size-64{height:64px}:host(.v-h-size-72),.v-h-size-72{height:72px}:host(.v-h-size-80),.v-h-size-80{height:80px}:host(.v-h-size-112),.v-h-size-112{height:112px}:host(.v-h-size-2),.v-h-size-2{height:2px}:host{display:inline-flex;user-select:none}i{line-height:1}:host(:not(.vega-auto-size)) ::slotted(svg){width:100%;height:100%}";export{f as vega_icon}
@@ -1 +1 @@
1
- import{h as e,r as t,H as n,g as i}from"./p-6b2342e0.js";import{s}from"./p-519a7d55.js";import{c as o,V as a,L as l,I as f}from"./p-6e1ab235.js";import{s as r}from"./p-6bd5c49b.js";import{V as p,I as d}from"./p-4415ad28.js";import{P as h}from"./p-81dd00d0.js";import{g as x}from"./p-49a2e141.js";import{C as v}from"./p-75b58efe.js";import{R as m}from"./p-a02f77c7.js";import{a as g}from"./p-d6875e49.js";import{m as b,i as c,f as w}from"./p-405ab757.js";import"./p-b75ee3ba.js";import"./p-d4ea8e22.js";import"./p-ed45b3b6.js";import"./p-6d6ea8b4.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";class y extends a{getFontTokenByBreakpoint(){return m.formatCustom(this.variant)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],y.prototype,"variant",void 0);const I=["h1","h2","h3","h4","h5","h6","i","p","span","q","s","del","em","cite","b","abbr",""];class z extends a{getTagNameFromPropAs(){const e=m.formatCustom(this.as)||"";return this.isSafeAs(e)?e:(l.warn(`The as value ${e} is invalid, it must be a value of: `,I),"")}isSafeAs(e){return!!I.includes(e)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],z.prototype,"as",void 0);var u=function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};class k extends a{getClassName(){const e=this.variantController.getFontTokenByBreakpoint(),t=[];return e&&t.push(b(e)),this.color&&t.push(c(this.color)),this.disableResponsive&&t.push("disable-responsive"),this.textAlign&&t.push(w(this.textAlign,"textAlign")),g(t)}}u([o()],k.prototype,"color",void 0),u([o()],k.prototype,"disableResponsive",void 0),u([o()],k.prototype,"variantController",void 0),u([o()],k.prototype,"textAlign",void 0);class j extends a{render(t){const n=this.asController.getTagNameFromPropAs();return n?e(n,{class:t},e("slot",null)):e("slot",null)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],j.prototype,"asController",void 0);const L=[{payloadKey:"VARIANT_IS_FONT_FIELD_LABEL",payloadDescription:"Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height",payloadValue:e=>"font-field-label"===e.variant},{payloadKey:"VARIANT_IS_NOT_FONT_FIELD_LABEL",payloadDescription:"Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height",payloadValue:e=>"font-field-label"!==e.variant}];var R=function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};const S=class{constructor(e){t(this,e),this.globalSlimmers={},this.pageResizeSlimmer=new h,this.variantController=new y,this.asController=new z,this.classesController=new k,this.renderer=new j,this.vegaComponentUsageRuntimeMetricsSlimmer=new p(L),this.currentBreakpoint=x(),this.variant="font-field-label",this.color="text-primary",this.disableResponsive=!1,this.as=""}watchAsChange(e){}componentDidLoad(){}componentDidUpdate(){}render(){const t=this.classesController.getClassName();return r(e("slot",null)),s(e(n,{class:t},this.renderer.render(t)),this.host)}get host(){return i(this)}static get watchers(){return{as:["watchAsChange"]}}};R([d()],S.prototype,"globalSlimmers",void 0),R([f()],S.prototype,"pageResizeSlimmer",void 0),R([f()],S.prototype,"variantController",void 0),R([f()],S.prototype,"asController",void 0),R([f()],S.prototype,"classesController",void 0),R([f()],S.prototype,"renderer",void 0),R([f()],S.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),R([v()],S.prototype,"watchAsChange",null),S.style=':host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-font-h1),.v-font-h1{font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:0.42px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:2.52px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:48px;font-weight:700;line-height:56px;letter-spacing:0.96px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:60px;font-weight:700;line-height:70px;letter-spacing:1.8px}}:host(.v-font-h2),.v-font-h2{font-family:"Inter", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:36px;font-weight:700;line-height:44px;letter-spacing:1.8px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:52px;letter-spacing:0.42px}}:host(.v-font-h3),.v-font-h3{font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:32px;font-weight:500;line-height:44px;letter-spacing:0.32px}}:host(.v-font-h4),.v-font-h4{font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:700;line-height:36px;letter-spacing:0px}}:host(.v-font-h5),.v-font-h5{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}:host(.v-font-h6),.v-font-h6{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}:host(.v-font-p1-short),.v-font-p1-short{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}:host(.v-font-p1-long),.v-font-p1-long{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}:host(.v-font-p2-short),.v-font-p2-short{font-family:"Inter", sans-serif;font-size:18px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-p2-long),.v-font-p2-long{font-family:"Inter", sans-serif;font-size:18px;font-weight:500;line-height:30px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}:host(.v-font-btn-label),.v-font-btn-label{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-lg),.v-font-btn-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-sm),.v-font-btn-label-sm{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-btn-link-label),.v-font-btn-link-label{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-lg),.v-font-btn-link-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-sm),.v-font-btn-link-label-sm{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-field-label),.v-font-field-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-field-label-sm),.v-font-field-label-sm{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host(.v-font-field-label-xs),.v-font-field-label-xs{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}:host(.v-font-field-label-lg),.v-font-field-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-field-label-em),.v-font-field-label-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-field-label-sm-em),.v-font-field-label-sm-em{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}:host(.v-font-field-label-xs-em),.v-font-field-label-xs-em{font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}:host(.v-font-field-label-lg-em),.v-font-field-label-lg-em{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value),.v-font-field-value{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value-sm),.v-font-field-value-sm{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}:host(.v-font-field-value-em),.v-font-field-value-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-field-value-disabled),.v-font-field-value-disabled{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link),.v-font-sidebar-link{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link-em),.v-font-sidebar-link-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-footnote1-short),.v-font-footnote1-short{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote1-long),.v-font-footnote1-long{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote2-short),.v-font-footnote2-short{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}:host(.v-font-footnote2-long),.v-font-footnote2-long{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-h-modal),.v-font-h-modal{font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}:host(.v-font-keypad-label),.v-font-keypad-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-keypad-label-large),.v-font-keypad-label-large{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}:host(.v-font-notification-content),.v-font-notification-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-counter-badge-label),.v-font-counter-badge-label{font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}:host(.v-text-start),.v-text-start{text-align:start}:host(.v-text-end),.v-text-end{text-align:end}:host(.v-text-left),.v-text-left{text-align:left}:host(.v-text-right),.v-text-right{text-align:right}:host(.v-text-center),.v-text-center{text-align:center}:host(.v-text-justify),.v-text-justify{text-align:justify}@media (min-width: 320px){:host(.S\\:v-text-start),.S\\:v-text-start{text-align:start}:host(.S\\:v-text-end),.S\\:v-text-end{text-align:end}:host(.S\\:v-text-left),.S\\:v-text-left{text-align:left}:host(.S\\:v-text-right),.S\\:v-text-right{text-align:right}:host(.S\\:v-text-center),.S\\:v-text-center{text-align:center}:host(.S\\:v-text-justify),.S\\:v-text-justify{text-align:justify}}@media (min-width: 768px){:host(.M\\:v-text-start),.M\\:v-text-start{text-align:start}:host(.M\\:v-text-end),.M\\:v-text-end{text-align:end}:host(.M\\:v-text-left),.M\\:v-text-left{text-align:left}:host(.M\\:v-text-right),.M\\:v-text-right{text-align:right}:host(.M\\:v-text-center),.M\\:v-text-center{text-align:center}:host(.M\\:v-text-justify),.M\\:v-text-justify{text-align:justify}}@media (min-width: 1024px){:host(.L\\:v-text-start),.L\\:v-text-start{text-align:start}:host(.L\\:v-text-end),.L\\:v-text-end{text-align:end}:host(.L\\:v-text-left),.L\\:v-text-left{text-align:left}:host(.L\\:v-text-right),.L\\:v-text-right{text-align:right}:host(.L\\:v-text-center),.L\\:v-text-center{text-align:center}:host(.L\\:v-text-justify),.L\\:v-text-justify{text-align:justify}}@media (min-width: 1440px){:host(.XL\\:v-text-start),.XL\\:v-text-start{text-align:start}:host(.XL\\:v-text-end),.XL\\:v-text-end{text-align:end}:host(.XL\\:v-text-left),.XL\\:v-text-left{text-align:left}:host(.XL\\:v-text-right),.XL\\:v-text-right{text-align:right}:host(.XL\\:v-text-center),.XL\\:v-text-center{text-align:center}:host(.XL\\:v-text-justify),.XL\\:v-text-justify{text-align:justify}}';export{S as vega_font}
1
+ import{h as e,r as t,H as n,g as i}from"./p-6b2342e0.js";import{s}from"./p-519a7d55.js";import{c as o,V as a,L as l,I as f}from"./p-6e1ab235.js";import{s as r}from"./p-6bd5c49b.js";import{V as p,I as d}from"./p-4415ad28.js";import{P as h}from"./p-81dd00d0.js";import{g as x}from"./p-49a2e141.js";import{C as v}from"./p-75b58efe.js";import{R as m}from"./p-716c71e6.js";import{a as g}from"./p-dcd18ab1.js";import{m as b,i as c,f as w}from"./p-18619467.js";import"./p-b75ee3ba.js";import"./p-d4ea8e22.js";import"./p-ed45b3b6.js";import"./p-c6d62f0d.js";import"./p-d884c644.js";import"./p-82016096.js";import"./p-2d0d575f.js";import"./p-a528714c.js";import"./p-262ec334.js";import"./p-0c667d6a.js";import"./p-d27ae9ff.js";import"./p-18e8d9b7.js";import"./p-5a25014f.js";class y extends a{getFontTokenByBreakpoint(){return m.formatCustom(this.variant)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],y.prototype,"variant",void 0);const I=["h1","h2","h3","h4","h5","h6","i","p","span","q","s","del","em","cite","b","abbr",""];class z extends a{getTagNameFromPropAs(){const e=m.formatCustom(this.as)||"";return this.isSafeAs(e)?e:(l.warn(`The as value ${e} is invalid, it must be a value of: `,I),"")}isSafeAs(e){return!!I.includes(e)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],z.prototype,"as",void 0);var u=function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};class k extends a{getClassName(){const e=this.variantController.getFontTokenByBreakpoint(),t=[];return e&&t.push(b(e)),this.color&&t.push(c(this.color)),this.disableResponsive&&t.push("disable-responsive"),this.textAlign&&t.push(w(this.textAlign,"textAlign")),g(t)}}u([o()],k.prototype,"color",void 0),u([o()],k.prototype,"disableResponsive",void 0),u([o()],k.prototype,"variantController",void 0),u([o()],k.prototype,"textAlign",void 0);class j extends a{render(t){const n=this.asController.getTagNameFromPropAs();return n?e(n,{class:t},e("slot",null)):e("slot",null)}}!function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);o>3&&a&&Object.defineProperty(t,n,a)}([o()],j.prototype,"asController",void 0);const L=[{payloadKey:"VARIANT_IS_FONT_FIELD_LABEL",payloadDescription:"Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height",payloadValue:e=>"font-field-label"===e.variant},{payloadKey:"VARIANT_IS_NOT_FONT_FIELD_LABEL",payloadDescription:"Specifies the typography token used for styling the text within this component. A typography token includes values for font size and line height",payloadValue:e=>"font-field-label"!==e.variant}];var R=function(e,t,n,i){var s,o=arguments.length,a=o<3?t:null===i?i=Object.getOwnPropertyDescriptor(t,n):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,i);else for(var l=e.length-1;l>=0;l--)(s=e[l])&&(a=(o<3?s(a):o>3?s(t,n,a):s(t,n))||a);return o>3&&a&&Object.defineProperty(t,n,a),a};const S=class{constructor(e){t(this,e),this.globalSlimmers={},this.pageResizeSlimmer=new h,this.variantController=new y,this.asController=new z,this.classesController=new k,this.renderer=new j,this.vegaComponentUsageRuntimeMetricsSlimmer=new p(L),this.currentBreakpoint=x(),this.variant="font-field-label",this.color="text-primary",this.disableResponsive=!1,this.as=""}watchAsChange(e){}componentDidLoad(){}componentDidUpdate(){}render(){const t=this.classesController.getClassName();return r(e("slot",null)),s(e(n,{class:t},this.renderer.render(t)),this.host)}get host(){return i(this)}static get watchers(){return{as:["watchAsChange"]}}};R([d()],S.prototype,"globalSlimmers",void 0),R([f()],S.prototype,"pageResizeSlimmer",void 0),R([f()],S.prototype,"variantController",void 0),R([f()],S.prototype,"asController",void 0),R([f()],S.prototype,"classesController",void 0),R([f()],S.prototype,"renderer",void 0),R([f()],S.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),R([v()],S.prototype,"watchAsChange",null),S.style=':host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-font-h1),.v-font-h1{font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:0.42px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:50px;letter-spacing:2.52px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:48px;font-weight:700;line-height:56px;letter-spacing:0.96px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h1:not(.disable-responsive)),.v-font-h1:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:60px;font-weight:700;line-height:70px;letter-spacing:1.8px}}:host(.v-font-h2),.v-font-h2{font-family:"Inter", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:32px;font-weight:700;line-height:40px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:36px;font-weight:700;line-height:44px;letter-spacing:1.8px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h2:not(.disable-responsive)),.v-font-h2:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:42px;font-weight:700;line-height:52px;letter-spacing:0.42px}}:host(.v-font-h3),.v-font-h3{font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0.28px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h3:not(.disable-responsive)),.v-font-h3:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:32px;font-weight:500;line-height:44px;letter-spacing:0.32px}}:host(.v-font-h4),.v-font-h4{font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h4:not(.disable-responsive)),.v-font-h4:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:28px;font-weight:700;line-height:36px;letter-spacing:0px}}:host(.v-font-h5),.v-font-h5{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h5:not(.disable-responsive)),.v-font-h5:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:28px;letter-spacing:0px}}:host(.v-font-h6),.v-font-h6{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h6:not(.disable-responsive)),.v-font-h6:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:25px;letter-spacing:0px}}:host(.v-font-p1-short),.v-font-p1-short{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-short:not(.disable-responsive)),.v-font-p1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:27px;letter-spacing:0px}}:host(.v-font-p1-long),.v-font-p1-long{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:32px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p1-long:not(.disable-responsive)),.v-font-p1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:30px;letter-spacing:0px}}:host(.v-font-p2-short),.v-font-p2-short{font-family:"Inter", sans-serif;font-size:18px;font-weight:500;line-height:28px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-short:not(.disable-responsive)),.v-font-p2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-p2-long),.v-font-p2-long{font-family:"Inter", sans-serif;font-size:18px;font-weight:500;line-height:30px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-p2-long:not(.disable-responsive)),.v-font-p2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:28px;letter-spacing:0px}}:host(.v-font-btn-label),.v-font-btn-label{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label:not(.disable-responsive)),.v-font-btn-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-lg),.v-font-btn-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-lg:not(.disable-responsive)),.v-font-btn-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-btn-label-sm),.v-font-btn-label-sm{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-label-sm:not(.disable-responsive)),.v-font-btn-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-btn-link-label),.v-font-btn-link-label{font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label:not(.disable-responsive)),.v-font-btn-link-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-lg),.v-font-btn-link-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-lg:not(.disable-responsive)),.v-font-btn-link-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-btn-link-label-sm),.v-font-btn-link-label-sm{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-btn-link-label-sm:not(.disable-responsive)),.v-font-btn-link-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px;letter-spacing:0px}}:host(.v-font-field-label),.v-font-field-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label:not(.disable-responsive)),.v-font-field-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-field-label-sm),.v-font-field-label-sm{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm:not(.disable-responsive)),.v-font-field-label-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}:host(.v-font-field-label-xs),.v-font-field-label-xs{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs:not(.disable-responsive)),.v-font-field-label-xs:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px}}:host(.v-font-field-label-lg),.v-font-field-label-lg{font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg:not(.disable-responsive)),.v-font-field-label-lg:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-field-label-em),.v-font-field-label-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-em:not(.disable-responsive)),.v-font-field-label-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-field-label-sm-em),.v-font-field-label-sm-em{font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-sm-em:not(.disable-responsive)),.v-font-field-label-sm-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:700;line-height:18px}}:host(.v-font-field-label-xs-em),.v-font-field-label-xs-em{font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-xs-em:not(.disable-responsive)),.v-font-field-label-xs-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px;letter-spacing:0px}}:host(.v-font-field-label-lg-em),.v-font-field-label-lg-em{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-label-lg-em:not(.disable-responsive)),.v-font-field-label-lg-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value),.v-font-field-value{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value:not(.disable-responsive)),.v-font-field-value:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-field-value-sm),.v-font-field-value-sm{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-sm:not(.disable-responsive)),.v-font-field-value-sm:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:16px}}:host(.v-font-field-value-em),.v-font-field-value-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-em:not(.disable-responsive)),.v-font-field-value-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:22px;letter-spacing:0px}}:host(.v-font-field-value-disabled),.v-font-field-value-disabled{font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-field-value-disabled:not(.disable-responsive)),.v-font-field-value-disabled:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link),.v-font-sidebar-link{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link:not(.disable-responsive)),.v-font-sidebar-link:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0px}}:host(.v-font-sidebar-link-em),.v-font-sidebar-link-em{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-sidebar-link-em:not(.disable-responsive)),.v-font-sidebar-link-em:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px;letter-spacing:0px}}:host(.v-font-footnote1-short),.v-font-footnote1-short{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote1-short:not(.disable-responsive)),.v-font-footnote1-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote1-long),.v-font-footnote1-long{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote1-long:not(.disable-responsive)),.v-font-footnote1-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-footnote2-short),.v-font-footnote2-short{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-short:not(.disable-responsive)),.v-font-footnote2-short:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:0px}}:host(.v-font-footnote2-long),.v-font-footnote2-long{font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-footnote2-long:not(.disable-responsive)),.v-font-footnote2-long:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0px}}:host(.v-font-h-modal),.v-font-h-modal{font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-h-modal:not(.disable-responsive)),.v-font-h-modal:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:24px;font-weight:700;line-height:32px}}:host(.v-font-keypad-label),.v-font-keypad-label{font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label:not(.disable-responsive)),.v-font-keypad-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:700;line-height:24px}}:host(.v-font-keypad-label-large),.v-font-keypad-label-large{font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-keypad-label-large:not(.disable-responsive)),.v-font-keypad-label-large:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:20px;font-weight:700;line-height:24px}}:host(.v-font-notification-content),.v-font-notification-content{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-notification-content:not(.disable-responsive)),.v-font-notification-content:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host(.v-font-counter-badge-label),.v-font-counter-badge-label{font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host(.v-font-counter-badge-label:not(.disable-responsive)),.v-font-counter-badge-label:not(.disable-responsive){font-family:"Inter", sans-serif;font-size:12px;font-weight:700;line-height:16px}}:host(.v-text-start),.v-text-start{text-align:start}:host(.v-text-end),.v-text-end{text-align:end}:host(.v-text-left),.v-text-left{text-align:left}:host(.v-text-right),.v-text-right{text-align:right}:host(.v-text-center),.v-text-center{text-align:center}:host(.v-text-justify),.v-text-justify{text-align:justify}@media (min-width: 320px){:host(.S\\:v-text-start),.S\\:v-text-start{text-align:start}:host(.S\\:v-text-end),.S\\:v-text-end{text-align:end}:host(.S\\:v-text-left),.S\\:v-text-left{text-align:left}:host(.S\\:v-text-right),.S\\:v-text-right{text-align:right}:host(.S\\:v-text-center),.S\\:v-text-center{text-align:center}:host(.S\\:v-text-justify),.S\\:v-text-justify{text-align:justify}}@media (min-width: 768px){:host(.M\\:v-text-start),.M\\:v-text-start{text-align:start}:host(.M\\:v-text-end),.M\\:v-text-end{text-align:end}:host(.M\\:v-text-left),.M\\:v-text-left{text-align:left}:host(.M\\:v-text-right),.M\\:v-text-right{text-align:right}:host(.M\\:v-text-center),.M\\:v-text-center{text-align:center}:host(.M\\:v-text-justify),.M\\:v-text-justify{text-align:justify}}@media (min-width: 1024px){:host(.L\\:v-text-start),.L\\:v-text-start{text-align:start}:host(.L\\:v-text-end),.L\\:v-text-end{text-align:end}:host(.L\\:v-text-left),.L\\:v-text-left{text-align:left}:host(.L\\:v-text-right),.L\\:v-text-right{text-align:right}:host(.L\\:v-text-center),.L\\:v-text-center{text-align:center}:host(.L\\:v-text-justify),.L\\:v-text-justify{text-align:justify}}@media (min-width: 1440px){:host(.XL\\:v-text-start),.XL\\:v-text-start{text-align:start}:host(.XL\\:v-text-end),.XL\\:v-text-end{text-align:end}:host(.XL\\:v-text-left),.XL\\:v-text-left{text-align:left}:host(.XL\\:v-text-right),.XL\\:v-text-right{text-align:right}:host(.XL\\:v-text-center),.XL\\:v-text-center{text-align:center}:host(.XL\\:v-text-justify),.XL\\:v-text-justify{text-align:justify}}';export{S as vega_font}