@heartlandone/vega 2.79.0 → 2.81.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 (1373) hide show
  1. package/dist/cjs/app-globals-25e1bfac.js +430 -0
  2. package/dist/cjs/aria-dialog-focusable-trap-slimmer-ced9566d.js +217 -0
  3. package/dist/cjs/child-nodes-notify-observer-slimmer-2631c381.js +90 -0
  4. package/dist/cjs/code-block-24b3d0e7.js +5262 -0
  5. package/dist/cjs/component-value-history-controller-slimmer.abstract-bd662b32.js +714 -0
  6. package/dist/cjs/content-state-0f26036c.js +4962 -0
  7. package/dist/cjs/date-required-rule-4377217a.js +92 -0
  8. package/dist/cjs/design-token-40276b11.js +402 -0
  9. package/dist/cjs/dom-node-subject-observer-factory-9110cb94.js +141 -0
  10. package/dist/cjs/element-appender-slimmer-be1b4d57.js +1974 -0
  11. package/dist/cjs/event-emit-slimmer-bee6b676.js +267 -0
  12. package/dist/cjs/form-field-controller-slimmer-982dbfe4.js +1266 -0
  13. package/dist/cjs/image-annotation-action-e0df5a20.js +285 -0
  14. package/dist/cjs/index.cjs.js +16 -15
  15. package/dist/cjs/inject-keyboard-manager-12b65e98.js +37 -0
  16. package/dist/cjs/keyboard-manager-c89a66d3.js +148 -0
  17. package/dist/cjs/keyboard-manager-slimmer-93fcbf46.js +39 -0
  18. package/dist/cjs/loader.cjs.js +11 -11
  19. package/dist/cjs/month-view-generator-0d25e950.js +101 -0
  20. package/dist/cjs/page-size-option-utils-d038dd3a.js +68 -0
  21. package/dist/cjs/public-rules-652ec269.js +46 -0
  22. package/dist/cjs/range-cdd61881.js +178 -0
  23. package/dist/cjs/responsive-format-facade-9cae7f27.js +944 -0
  24. package/dist/cjs/rich-text-editor-required-rule-4b919054.js +64 -0
  25. package/dist/cjs/split-cell-operation-3596f738.js +2446 -0
  26. package/dist/cjs/string-format-strategy.abstract-ebdb2573.js +63 -0
  27. package/dist/cjs/string-input-formatter-slimmer-9b6a8399.js +230 -0
  28. package/dist/cjs/string-mask-strategy-6cc9f391.js +203 -0
  29. package/dist/cjs/style-formatter-18289c4d.js +34 -0
  30. package/dist/cjs/sub-state-notify-slimmer-39bfcfe3.js +81 -0
  31. package/dist/cjs/sub-state-observer-slimmer-e5b50cbf.js +134 -0
  32. package/dist/cjs/time-required-rule-3517beff.js +141 -0
  33. package/dist/cjs/token-extension-addc97c1.js +7612 -0
  34. package/dist/cjs/type-guard-362d7da3.js +2056 -0
  35. package/dist/cjs/ui-ae4ee13d.js +352 -0
  36. package/dist/cjs/valid-credit-card-number-rule-1d8bf49c.js +173 -0
  37. package/dist/cjs/vega-accordion.cjs.entry.js +6 -6
  38. package/dist/cjs/vega-app-header-button.cjs.entry.js +6 -6
  39. package/dist/cjs/vega-backdrop.cjs.entry.js +1 -1
  40. package/dist/cjs/vega-banner.cjs.entry.js +5 -4
  41. package/dist/cjs/vega-box.cjs.entry.js +5 -5
  42. package/dist/cjs/vega-breadcrumb.cjs.entry.js +27 -10
  43. package/dist/cjs/vega-button-circle.cjs.entry.js +7 -7
  44. package/dist/cjs/vega-button-group_2.cjs.entry.js +6 -6
  45. package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
  46. package/dist/cjs/vega-button.cjs.entry.js +6 -6
  47. package/dist/cjs/vega-calendar_4.cjs.entry.js +30 -17
  48. package/dist/cjs/vega-card.cjs.entry.js +5 -5
  49. package/dist/cjs/vega-carousel.cjs.entry.js +5 -5
  50. package/dist/cjs/vega-checkbox_2.cjs.entry.js +7 -7
  51. package/dist/cjs/vega-chip.cjs.entry.js +7 -7
  52. package/dist/cjs/vega-code-block.cjs.entry.js +10 -10
  53. package/dist/cjs/vega-color-picker.cjs.entry.js +6 -6
  54. package/dist/cjs/vega-combo-box.cjs.entry.js +9 -9
  55. package/dist/cjs/vega-date-picker_2.cjs.entry.js +343 -285
  56. package/dist/cjs/vega-dialog_2.cjs.entry.js +74 -10
  57. package/dist/cjs/vega-divider.cjs.entry.js +5 -5
  58. package/dist/cjs/vega-dropdown_5.cjs.entry.js +52 -14
  59. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  60. package/dist/cjs/vega-field-label.cjs.entry.js +3 -3
  61. package/dist/cjs/vega-file-uploader.cjs.entry.js +6 -6
  62. package/dist/cjs/vega-flag-icon.cjs.entry.js +3 -3
  63. package/dist/cjs/vega-flex.cjs.entry.js +6 -6
  64. package/dist/cjs/vega-font.cjs.entry.js +4 -4
  65. package/dist/cjs/vega-form.cjs.entry.js +9 -9
  66. package/dist/cjs/vega-grid.cjs.entry.js +4 -4
  67. package/dist/cjs/vega-icon.cjs.entry.js +4 -4
  68. package/dist/cjs/vega-image-uploader.cjs.entry.js +8 -8
  69. package/dist/cjs/vega-input-credit-card.cjs.entry.js +10 -10
  70. package/dist/cjs/vega-input-numeric.cjs.entry.js +10 -10
  71. package/dist/cjs/vega-input-passcode.cjs.entry.js +9 -9
  72. package/dist/cjs/vega-input-phone-number.cjs.entry.js +8 -8
  73. package/dist/cjs/vega-input-range.cjs.entry.js +6 -6
  74. package/dist/cjs/vega-input-select.cjs.entry.js +8 -8
  75. package/dist/cjs/vega-input.cjs.entry.js +41 -28
  76. package/dist/cjs/vega-internal-event-id-a1837fa2.js +126 -0
  77. package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
  78. package/dist/cjs/vega-left-nav_5.cjs.entry.js +118 -13
  79. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
  80. package/dist/cjs/vega-page-notification_2.cjs.entry.js +2 -2
  81. package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +3 -3
  82. package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +24 -8
  83. package/dist/cjs/vega-pagination.cjs.entry.js +44 -20
  84. package/dist/cjs/vega-popover_2.cjs.entry.js +48 -12
  85. package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +43 -12
  86. package/dist/cjs/vega-radio_2.cjs.entry.js +10 -10
  87. package/dist/cjs/vega-rich-text-content.cjs.entry.js +101 -20
  88. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +30 -19
  89. package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +9 -9
  90. package/dist/cjs/vega-section-title.cjs.entry.js +21 -3
  91. package/dist/cjs/vega-segment-control.cjs.entry.js +3 -3
  92. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +9 -9
  93. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +8 -8
  94. package/dist/cjs/vega-sidenav_3.cjs.entry.js +8 -8
  95. package/dist/cjs/vega-signature-capture.cjs.entry.js +9 -9
  96. package/dist/cjs/vega-stepper.cjs.entry.js +7 -7
  97. package/dist/cjs/vega-tab-group_2.cjs.entry.js +3 -3
  98. package/dist/cjs/vega-table_11.cjs.entry.js +8 -8
  99. package/dist/cjs/vega-text.cjs.entry.js +1 -1
  100. package/dist/cjs/vega-textarea.cjs.entry.js +6 -6
  101. package/dist/cjs/vega-time-picker_2.cjs.entry.js +12 -12
  102. package/dist/cjs/vega-toggle-switch.cjs.entry.js +6 -6
  103. package/dist/cjs/vega-tooltip_2.cjs.entry.js +8 -8
  104. package/dist/cjs/vega.cjs.js +11 -11
  105. package/dist/cjs/wait-for-component-did-render-b6d12d51.js +32 -0
  106. package/dist/collection/components/vega-banner/slimmers/renderers/vega-banner-renderer.js +1 -0
  107. package/dist/collection/components/vega-banner/vega-banner.css +36 -0
  108. package/dist/collection/components/vega-box/vega-box.js +1 -1
  109. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.js +9 -6
  110. package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-renderer.js +4 -0
  111. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.css +6 -0
  112. package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.js +31 -0
  113. package/dist/collection/components/vega-calendar/vega-calendar-event/slimmers/renderers/vega-calendar-event-renderer.js +4 -4
  114. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.css +15 -12
  115. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.js +1 -1
  116. package/dist/collection/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.js +17 -3
  117. package/dist/collection/components/vega-calendar/vega-calendar.css +1 -1
  118. package/dist/collection/components/vega-card/vega-card.css +157 -0
  119. package/dist/collection/components/vega-card/vega-card.js +1 -1
  120. package/dist/collection/components/vega-chip/vega-chip.js +26 -1
  121. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-current-period-controller.js +5 -10
  122. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-is-dual-months-controller.js +64 -0
  123. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-header-render.js +3 -6
  124. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.js +3 -11
  125. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-year-month-switcher-renderer.js +2 -2
  126. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +9 -10
  127. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +13 -15
  128. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +41 -2
  129. package/dist/collection/components/vega-dialog/vega-dialog.js +1 -1
  130. package/dist/collection/components/vega-divider/slimmers/controllers/vega-divider-size-controller.js +1 -1
  131. package/dist/collection/components/vega-divider/vega-divider.css +157 -0
  132. package/dist/collection/components/vega-divider/vega-divider.js +1 -1
  133. package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.js +37 -1
  134. package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-renderer.js +4 -1
  135. package/dist/collection/components/vega-flex/vega-flex.css +157 -0
  136. package/dist/collection/components/vega-flex/vega-flex.js +1 -1
  137. package/dist/collection/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.js +13 -12
  138. package/dist/collection/components/vega-input/slimmers/renderers/vega-input-input-renderer.js +4 -1
  139. package/dist/collection/components/vega-input/vega-input.js +26 -1
  140. package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +37 -1
  141. package/dist/collection/components/vega-modal/slimmers/renderers/vega-modal-renderer.js +11 -1
  142. package/dist/collection/components/vega-modal/vega-modal.css +2683 -7
  143. package/dist/collection/components/vega-modal/vega-modal.js +75 -0
  144. package/dist/collection/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-open-state-controller.js +85 -2
  145. package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +23 -0
  146. package/dist/collection/components/vega-pagination/constants/page-size.js +2 -0
  147. package/dist/collection/components/vega-pagination/internal/vega-pagination-page-size-selector.js +11 -7
  148. package/dist/collection/components/vega-pagination/slimmers/controllers/vega-pagination-page-size-observer-controller.js +11 -1
  149. package/dist/collection/components/vega-pagination/utils/page-size-option-utils.js +57 -0
  150. package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-dropdown-renderer.js +15 -5
  151. package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/vega-pagination-page-size-selector-mobile.js +39 -3
  152. package/dist/collection/components/vega-pagination/vega-pagination.js +32 -11
  153. package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +25 -1
  154. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +6 -1
  155. package/dist/collection/components/vega-popover/vega-popover.js +7 -0
  156. package/dist/collection/components/vega-progress-tracker/slimmers/controllers/vega-progress-tracker-current-direction-controller.js +34 -3
  157. package/dist/collection/components/vega-progress-tracker/slimmers/renderers/vega-progress-tracker-renderer.js +3 -2
  158. package/dist/collection/components/vega-rich-text-editor/constants/constant.js +20 -0
  159. package/dist/collection/components/vega-rich-text-editor/dto/annotations/bold-annotation.js +2 -1
  160. package/dist/collection/components/vega-rich-text-editor/dto/annotations/code-annotation.js +13 -6
  161. package/dist/collection/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.js +18 -9
  162. package/dist/collection/components/vega-rich-text-editor/dto/annotations/image-annotation.js +12 -1
  163. package/dist/collection/components/vega-rich-text-editor/dto/annotations/inline-html-annotation.js +12 -0
  164. package/dist/collection/components/vega-rich-text-editor/dto/annotations/italic-annotation.js +2 -1
  165. package/dist/collection/components/vega-rich-text-editor/dto/annotations/link-group-annotation.js +20 -3
  166. package/dist/collection/components/vega-rich-text-editor/dto/annotations/list-annotation.js +12 -4
  167. package/dist/collection/components/vega-rich-text-editor/dto/annotations/strikethrough-annotation.js +2 -1
  168. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.js +22 -0
  169. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-style-annotation.js +43 -32
  170. package/dist/collection/components/vega-rich-text-editor/dto/annotations/underline-annotation.js +2 -1
  171. package/dist/collection/components/vega-rich-text-editor/dto/blocks/block.abstract.js +15 -4
  172. package/dist/collection/components/vega-rich-text-editor/dto/blocks/code-block.js +6 -2
  173. package/dist/collection/components/vega-rich-text-editor/dto/blocks/html-block.js +9 -15
  174. package/dist/collection/components/vega-rich-text-editor/dto/blocks/image-block.js +3 -3
  175. package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +3 -3
  176. package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +3 -7
  177. package/dist/collection/components/vega-rich-text-editor/dto/blocks/text-block.js +50 -9
  178. package/dist/collection/components/vega-rich-text-editor/dto/content-state.js +25 -6
  179. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-block-filter-styles-strategy.js +39 -0
  180. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-node-filter-styles-strategy.js +47 -0
  181. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy-registry.js +64 -0
  182. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.js +166 -2
  183. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +39 -0
  184. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +36 -0
  185. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-heading-item-block-filter-styles-strategy.js +29 -0
  186. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.js +51 -0
  187. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-title-item-block-filter-styles-strategy.js +29 -0
  188. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/predicate.js +94 -0
  189. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.js +39 -0
  190. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/heading-filter-styles-strategy.js +15 -0
  191. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/paragraph-filter-styles-strategy.js +48 -0
  192. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/title-filter-styles-strategy.js +16 -0
  193. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.js +55 -0
  194. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +69 -0
  195. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.js +89 -0
  196. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/title-heading-node-filter-styles-strategy.js +108 -0
  197. package/dist/collection/components/vega-rich-text-editor/dto/nodes/code-block-node.js +7 -2
  198. package/dist/collection/components/vega-rich-text-editor/dto/nodes/image-node.js +2 -2
  199. package/dist/collection/components/vega-rich-text-editor/dto/nodes/node.abstract.js +15 -4
  200. package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +84 -14
  201. package/dist/collection/components/vega-rich-text-editor/dto/renderers/blocks/block-text-nodes-renderer.abstract.js +61 -6
  202. package/dist/collection/components/vega-rich-text-editor/dto/renderers/blocks/text-block-renderer.js +16 -0
  203. package/dist/collection/components/vega-rich-text-editor/dto/renderers/nodes/text-node-renderer.js +14 -3
  204. package/dist/collection/components/vega-rich-text-editor/dto/setup.js +50 -2
  205. package/dist/collection/components/vega-rich-text-editor/extensions/extension.abstract.js +10 -0
  206. package/dist/collection/components/vega-rich-text-editor/extensions/languages/language-extension.js +9 -3
  207. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.js +17 -1
  208. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.js +17 -18
  209. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.js +19 -0
  210. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-block.js +3 -3
  211. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-body-block.js +3 -3
  212. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.js +21 -4
  213. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.js +3 -3
  214. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-block.js +3 -3
  215. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.js +3 -3
  216. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-row-block.js +3 -3
  217. package/dist/collection/components/vega-rich-text-editor/extensions/table/element-to-dto-strategies/caption-to-caption-block-strategy.js +2 -1
  218. package/dist/collection/components/vega-rich-text-editor/extensions/table/element-to-dto-strategies/td-to-table-cell-block-strategy.js +2 -2
  219. package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-block/table-block-filter-styles-strategy.js +39 -0
  220. package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-caption/table-caption-filter-styles-strategy.js +39 -0
  221. package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-cell/table-cell-filter-styles-strategy.js +63 -0
  222. package/dist/collection/components/vega-rich-text-editor/extensions/table/table-extension.js +7 -0
  223. package/dist/collection/components/vega-rich-text-editor/helpers/utils.js +24 -0
  224. package/dist/collection/components/vega-rich-text-editor/public-api.js +2 -0
  225. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/bold-annotaion-handler.js +3 -2
  226. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/custom-style-annotation-handler.js +2 -25
  227. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.js +47 -3
  228. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/inline-html-annotation-handler.js +30 -53
  229. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/italic-annotation-handler.js +2 -1
  230. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/link-annotation-handler.js +2 -1
  231. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/strike-through-annotation-handler.js +2 -1
  232. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/text-style-annotation-handler.js +4 -1
  233. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/underline-annotation-handler.js +2 -1
  234. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/continue-inline-to-rte-text-block-strategy.js +85 -17
  235. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/element-to-dto-strategy-processor.js +12 -5
  236. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/html-block-strategy.js +95 -43
  237. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/inline-element-to-text-node-strategy.js +1 -2
  238. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/predicate.js +29 -0
  239. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/strategy-tags.js +142 -0
  240. package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/source-edit-toolbar-button-slimmer.js +1 -0
  241. package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/vega-rich-text-editor-source-view-renderer.js +12 -2
  242. package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +1 -1
  243. package/dist/collection/components/vega-section-title/slimmers/renderers/vega-section-title-renderer.js +8 -2
  244. package/dist/collection/components/vega-section-title/vega-section-title.css +35 -0
  245. package/dist/collection/components/vega-section-title/vega-section-title.js +64 -0
  246. package/dist/collection/components/vega-stepper/vega-stepper.css +3 -0
  247. package/dist/collection/helpers/calendar/calendar-date.js +10 -0
  248. package/dist/collection/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.js +2 -2
  249. package/dist/collection/helpers/event-manager/event-id/vega-internal-event-id.js +1 -0
  250. package/dist/collection/helpers/formatter/responsive-map-formatter/responsive-margin-formatter.js +3 -3
  251. package/dist/collection/helpers/formatter/string-formatter/custom-formatter-strategy.js +3 -1
  252. package/dist/collection/helpers/formatter/string-formatter/number-mask-strategy.js +3 -1
  253. package/dist/collection/helpers/formatter/string-formatter/number-thousand-comma-strategy.js +3 -2
  254. package/dist/collection/helpers/formatter/string-formatter/string-format-strategy.abstract.js +4 -1
  255. package/dist/collection/helpers/formatter/string-formatter/string-mask-strategy.js +38 -7
  256. package/dist/collection/helpers/formatter/string-formatter/thousand-comma-strategy.js +4 -0
  257. package/dist/collection/helpers/keyboard/keyboard-manager.js +11 -3
  258. package/dist/collection/helpers/slimmers/aria-dialog-focusable-trap-slimmer.js +67 -68
  259. package/dist/collection/types/type-guard.js +21 -0
  260. package/dist/collection/utils/ui.js +76 -2
  261. package/dist/esm/app-globals-80a7d395.js +428 -0
  262. package/dist/esm/aria-dialog-focusable-trap-slimmer-cc6a8c3e.js +215 -0
  263. package/dist/esm/child-nodes-notify-observer-slimmer-a8cb19cf.js +88 -0
  264. package/dist/esm/code-block-cd913077.js +5189 -0
  265. package/dist/esm/component-value-history-controller-slimmer.abstract-e595761d.js +709 -0
  266. package/dist/esm/content-state-89f8eecb.js +4942 -0
  267. package/dist/esm/date-required-rule-2b08f32c.js +90 -0
  268. package/dist/esm/design-token-7566d54c.js +388 -0
  269. package/dist/esm/dom-node-subject-observer-factory-aca0116e.js +138 -0
  270. package/dist/esm/element-appender-slimmer-df2a2da2.js +1972 -0
  271. package/dist/esm/event-emit-slimmer-9abc9241.js +265 -0
  272. package/dist/esm/form-field-controller-slimmer-40fcb5c2.js +1264 -0
  273. package/dist/esm/image-annotation-action-6048d32e.js +280 -0
  274. package/dist/esm/index.js +15 -15
  275. package/dist/esm/inject-keyboard-manager-c6557f50.js +35 -0
  276. package/dist/esm/keyboard-manager-c7b125d7.js +146 -0
  277. package/dist/esm/keyboard-manager-slimmer-6109039b.js +37 -0
  278. package/dist/esm/loader.js +11 -11
  279. package/dist/esm/month-view-generator-139ace5a.js +97 -0
  280. package/dist/esm/page-size-option-utils-50afc81a.js +61 -0
  281. package/dist/esm/public-rules-e42bce9d.js +31 -0
  282. package/dist/esm/range-b76edec7.js +176 -0
  283. package/dist/esm/responsive-format-facade-151dbd10.js +940 -0
  284. package/dist/esm/rich-text-editor-required-rule-1fc7c040.js +62 -0
  285. package/dist/esm/split-cell-operation-548ea374.js +2395 -0
  286. package/dist/esm/string-format-strategy.abstract-6488031a.js +61 -0
  287. package/dist/esm/string-input-formatter-slimmer-625e17a2.js +228 -0
  288. package/dist/esm/string-mask-strategy-a165d316.js +201 -0
  289. package/dist/esm/style-formatter-280757ae.js +32 -0
  290. package/dist/esm/sub-state-notify-slimmer-6c972bb4.js +79 -0
  291. package/dist/esm/sub-state-observer-slimmer-53643b5c.js +132 -0
  292. package/dist/esm/time-required-rule-3f5a8822.js +138 -0
  293. package/dist/esm/token-extension-5ee7a3f1.js +7591 -0
  294. package/dist/esm/type-guard-f6c9c89d.js +1979 -0
  295. package/dist/esm/ui-b7600a48.js +335 -0
  296. package/dist/esm/valid-credit-card-number-rule-3bf19ad6.js +171 -0
  297. package/dist/esm/vega-accordion.entry.js +6 -6
  298. package/dist/esm/vega-app-header-button.entry.js +6 -6
  299. package/dist/esm/vega-backdrop.entry.js +1 -1
  300. package/dist/esm/vega-banner.entry.js +5 -4
  301. package/dist/esm/vega-box.entry.js +5 -5
  302. package/dist/esm/vega-breadcrumb.entry.js +27 -10
  303. package/dist/esm/vega-button-circle.entry.js +7 -7
  304. package/dist/esm/vega-button-group_2.entry.js +6 -6
  305. package/dist/esm/vega-button-link.entry.js +3 -3
  306. package/dist/esm/vega-button.entry.js +6 -6
  307. package/dist/esm/vega-calendar_4.entry.js +30 -17
  308. package/dist/esm/vega-card.entry.js +5 -5
  309. package/dist/esm/vega-carousel.entry.js +5 -5
  310. package/dist/esm/vega-checkbox_2.entry.js +7 -7
  311. package/dist/esm/vega-chip.entry.js +7 -7
  312. package/dist/esm/vega-code-block.entry.js +10 -10
  313. package/dist/esm/vega-color-picker.entry.js +6 -6
  314. package/dist/esm/vega-combo-box.entry.js +9 -9
  315. package/dist/esm/vega-date-picker_2.entry.js +343 -285
  316. package/dist/esm/vega-dialog_2.entry.js +74 -10
  317. package/dist/esm/vega-divider.entry.js +5 -5
  318. package/dist/esm/vega-dropdown_5.entry.js +53 -15
  319. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  320. package/dist/esm/vega-field-label.entry.js +3 -3
  321. package/dist/esm/vega-file-uploader.entry.js +6 -6
  322. package/dist/esm/vega-flag-icon.entry.js +3 -3
  323. package/dist/esm/vega-flex.entry.js +6 -6
  324. package/dist/esm/vega-font.entry.js +4 -4
  325. package/dist/esm/vega-form.entry.js +9 -9
  326. package/dist/esm/vega-grid.entry.js +4 -4
  327. package/dist/esm/vega-icon.entry.js +4 -4
  328. package/dist/esm/vega-image-uploader.entry.js +8 -8
  329. package/dist/esm/vega-input-credit-card.entry.js +10 -10
  330. package/dist/esm/vega-input-numeric.entry.js +10 -10
  331. package/dist/esm/vega-input-passcode.entry.js +9 -9
  332. package/dist/esm/vega-input-phone-number.entry.js +8 -8
  333. package/dist/esm/vega-input-range.entry.js +6 -6
  334. package/dist/esm/vega-input-select.entry.js +8 -8
  335. package/dist/esm/vega-input.entry.js +41 -28
  336. package/dist/esm/vega-internal-event-id-70bd893d.js +73 -0
  337. package/dist/esm/vega-item-toggle.entry.js +3 -3
  338. package/dist/esm/vega-left-nav_5.entry.js +118 -13
  339. package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
  340. package/dist/esm/vega-page-notification_2.entry.js +2 -2
  341. package/dist/esm/vega-pagination-page-selector-mobile.entry.js +3 -3
  342. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +24 -8
  343. package/dist/esm/vega-pagination.entry.js +44 -20
  344. package/dist/esm/vega-popover_2.entry.js +48 -12
  345. package/dist/esm/vega-progress-tracker_2.entry.js +43 -12
  346. package/dist/esm/vega-radio_2.entry.js +10 -10
  347. package/dist/esm/vega-rich-text-content.entry.js +101 -20
  348. package/dist/esm/vega-rich-text-editor_4.entry.js +30 -19
  349. package/dist/esm/vega-rich-text-table-properties_3.entry.js +9 -9
  350. package/dist/esm/vega-section-title.entry.js +21 -3
  351. package/dist/esm/vega-segment-control.entry.js +3 -3
  352. package/dist/esm/vega-selection-chip_2.entry.js +9 -9
  353. package/dist/esm/vega-selection-tile_2.entry.js +8 -8
  354. package/dist/esm/vega-sidenav_3.entry.js +8 -8
  355. package/dist/esm/vega-signature-capture.entry.js +9 -9
  356. package/dist/esm/vega-stepper.entry.js +7 -7
  357. package/dist/esm/vega-tab-group_2.entry.js +3 -3
  358. package/dist/esm/vega-table_11.entry.js +8 -8
  359. package/dist/esm/vega-text.entry.js +1 -1
  360. package/dist/esm/vega-textarea.entry.js +6 -6
  361. package/dist/esm/vega-time-picker_2.entry.js +12 -12
  362. package/dist/esm/vega-toggle-switch.entry.js +6 -6
  363. package/dist/esm/vega-tooltip_2.entry.js +8 -8
  364. package/dist/esm/vega.js +11 -11
  365. package/dist/esm/wait-for-component-did-render-6980a1a6.js +30 -0
  366. package/dist/sri/vega-sri-manifest.json +343 -339
  367. package/dist/types/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.d.ts +1 -0
  368. package/dist/types/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-renderer.d.ts +1 -0
  369. package/dist/types/components/vega-breadcrumb/vega-breadcrumb.d.ts +10 -0
  370. package/dist/types/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.d.ts +5 -0
  371. package/dist/types/components/vega-chip/vega-chip.d.ts +9 -0
  372. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-current-period-controller.d.ts +1 -6
  373. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-is-dual-months-controller.d.ts +28 -0
  374. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-header-render.d.ts +1 -2
  375. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.d.ts +1 -2
  376. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-year-month-switcher-renderer.d.ts +1 -1
  377. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.d.ts +1 -1
  378. package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +12 -0
  379. package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.d.ts +12 -0
  380. package/dist/types/components/vega-dropdown/slimmers/renderers/vega-dropdown-renderer.d.ts +1 -0
  381. package/dist/types/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.d.ts +1 -0
  382. package/dist/types/components/vega-input/slimmers/renderers/vega-input-input-renderer.d.ts +1 -0
  383. package/dist/types/components/vega-input/types.d.ts +35 -1
  384. package/dist/types/components/vega-input/vega-input.d.ts +17 -1
  385. package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.d.ts +9 -0
  386. package/dist/types/components/vega-modal/slimmers/renderers/vega-modal-renderer.d.ts +3 -0
  387. package/dist/types/components/vega-modal/vega-modal.d.ts +24 -1
  388. package/dist/types/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-open-state-controller.d.ts +17 -0
  389. package/dist/types/components/vega-pagination/constants/page-size.d.ts +2 -0
  390. package/dist/types/components/vega-pagination/internal/vega-pagination-page-size-selector.d.ts +3 -2
  391. package/dist/types/components/vega-pagination/slimmers/controllers/vega-pagination-page-size-observer-controller.d.ts +2 -0
  392. package/dist/types/components/vega-pagination/types.d.ts +9 -0
  393. package/dist/types/components/vega-pagination/utils/page-size-option-utils.d.ts +42 -0
  394. package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-dropdown-renderer.d.ts +2 -0
  395. package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/vega-pagination-page-size-selector-mobile.d.ts +9 -2
  396. package/dist/types/components/vega-pagination/vega-pagination.d.ts +8 -3
  397. package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +6 -0
  398. package/dist/types/components/vega-progress-tracker/slimmers/controllers/vega-progress-tracker-current-direction-controller.d.ts +14 -2
  399. package/dist/types/components/vega-progress-tracker/slimmers/renderers/vega-progress-tracker-renderer.d.ts +1 -1
  400. package/dist/types/components/vega-rich-text-editor/constants/constant.d.ts +5 -0
  401. package/dist/types/components/vega-rich-text-editor/dto/annotations/code-annotation.d.ts +6 -0
  402. package/dist/types/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.d.ts +7 -0
  403. package/dist/types/components/vega-rich-text-editor/dto/annotations/image-annotation.d.ts +7 -0
  404. package/dist/types/components/vega-rich-text-editor/dto/annotations/inline-html-annotation.d.ts +14 -0
  405. package/dist/types/components/vega-rich-text-editor/dto/annotations/link-group-annotation.d.ts +15 -2
  406. package/dist/types/components/vega-rich-text-editor/dto/annotations/list-annotation.d.ts +6 -0
  407. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.d.ts +22 -0
  408. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-style-annotation.d.ts +7 -0
  409. package/dist/types/components/vega-rich-text-editor/dto/blocks/block.abstract.d.ts +4 -2
  410. package/dist/types/components/vega-rich-text-editor/dto/blocks/code-block.d.ts +2 -2
  411. package/dist/types/components/vega-rich-text-editor/dto/blocks/html-block.d.ts +1 -11
  412. package/dist/types/components/vega-rich-text-editor/dto/blocks/image-block.d.ts +1 -1
  413. package/dist/types/components/vega-rich-text-editor/dto/blocks/list-block.d.ts +1 -1
  414. package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +1 -1
  415. package/dist/types/components/vega-rich-text-editor/dto/blocks/text-block.d.ts +15 -2
  416. package/dist/types/components/vega-rich-text-editor/dto/content-state.d.ts +9 -3
  417. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-block-filter-styles-strategy.d.ts +27 -0
  418. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-node-filter-styles-strategy.d.ts +27 -0
  419. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy-registry.d.ts +27 -1
  420. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.d.ts +104 -0
  421. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +28 -0
  422. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +23 -0
  423. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-heading-item-block-filter-styles-strategy.d.ts +19 -0
  424. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.d.ts +34 -0
  425. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-title-item-block-filter-styles-strategy.d.ts +19 -0
  426. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/predicate.d.ts +72 -0
  427. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.d.ts +27 -0
  428. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/heading-filter-styles-strategy.d.ts +10 -0
  429. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/paragraph-filter-styles-strategy.d.ts +34 -0
  430. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/title-filter-styles-strategy.d.ts +11 -0
  431. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.d.ts +40 -0
  432. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +37 -0
  433. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.d.ts +41 -0
  434. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/title-heading-node-filter-styles-strategy.d.ts +62 -0
  435. package/dist/types/components/vega-rich-text-editor/dto/nodes/code-block-node.d.ts +7 -3
  436. package/dist/types/components/vega-rich-text-editor/dto/nodes/image-node.d.ts +1 -1
  437. package/dist/types/components/vega-rich-text-editor/dto/nodes/node.abstract.d.ts +5 -3
  438. package/dist/types/components/vega-rich-text-editor/dto/nodes/text-node.d.ts +43 -4
  439. package/dist/types/components/vega-rich-text-editor/dto/renderers/blocks/block-text-nodes-renderer.abstract.d.ts +25 -0
  440. package/dist/types/components/vega-rich-text-editor/dto/renderers/blocks/text-block-renderer.d.ts +5 -0
  441. package/dist/types/components/vega-rich-text-editor/dto/renderers/nodes/text-node-renderer.d.ts +12 -0
  442. package/dist/types/components/vega-rich-text-editor/extensions/extension.abstract.d.ts +8 -0
  443. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.d.ts +8 -0
  444. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.d.ts +7 -1
  445. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.d.ts +9 -1
  446. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-block.d.ts +1 -1
  447. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-body-block.d.ts +1 -1
  448. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.d.ts +5 -2
  449. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.d.ts +1 -1
  450. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-block.d.ts +1 -1
  451. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.d.ts +1 -1
  452. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-row-block.d.ts +1 -1
  453. package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-block/table-block-filter-styles-strategy.d.ts +29 -0
  454. package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-caption/table-caption-filter-styles-strategy.d.ts +29 -0
  455. package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-cell/table-cell-filter-styles-strategy.d.ts +46 -0
  456. package/dist/types/components/vega-rich-text-editor/helpers/utils.d.ts +8 -0
  457. package/dist/types/components/vega-rich-text-editor/interface.d.ts +27 -5
  458. package/dist/types/components/vega-rich-text-editor/public-api.d.ts +1 -0
  459. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/custom-style-annotation-handler.d.ts +0 -7
  460. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.d.ts +11 -1
  461. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/inline-html-annotation-handler.d.ts +11 -1
  462. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/continue-inline-to-rte-text-block-strategy.d.ts +43 -7
  463. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/element-to-dto-strategy-processor.d.ts +8 -3
  464. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/html-block-strategy.d.ts +34 -1
  465. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/predicate.d.ts +21 -0
  466. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/strategy-tags.d.ts +83 -0
  467. package/dist/types/components/vega-rich-text-editor/slimmers/renderers/vega-rich-text-editor-source-view-renderer.d.ts +6 -0
  468. package/dist/types/components/vega-section-title/slimmers/renderers/vega-section-title-renderer.d.ts +2 -0
  469. package/dist/types/components/vega-section-title/types.d.ts +1 -0
  470. package/dist/types/components/vega-section-title/vega-section-title.d.ts +14 -0
  471. package/dist/types/components.d.ts +93 -8
  472. package/dist/types/helpers/calendar/calendar-date.d.ts +7 -0
  473. package/dist/types/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.d.ts +0 -1
  474. package/dist/types/helpers/event-manager/event-id/vega-internal-event-id.d.ts +1 -0
  475. package/dist/types/helpers/formatter/string-formatter/custom-formatter-strategy.d.ts +2 -1
  476. package/dist/types/helpers/formatter/string-formatter/number-mask-strategy.d.ts +2 -1
  477. package/dist/types/helpers/formatter/string-formatter/number-thousand-comma-strategy.d.ts +2 -1
  478. package/dist/types/helpers/formatter/string-formatter/string-format-strategy.abstract.d.ts +1 -0
  479. package/dist/types/helpers/formatter/string-formatter/string-mask-strategy.d.ts +32 -4
  480. package/dist/types/helpers/formatter/string-formatter/thousand-comma-strategy.d.ts +1 -0
  481. package/dist/types/helpers/keyboard/keyboard-manager.d.ts +1 -0
  482. package/dist/types/helpers/slimmers/aria-dialog-focusable-trap-slimmer.d.ts +20 -9
  483. package/dist/types/types/components.type.d.ts +3 -0
  484. package/dist/types/types/type-guard.d.ts +15 -1
  485. package/dist/types/types/ui.type.d.ts +11 -1
  486. package/dist/types/utils/ui.d.ts +17 -1
  487. package/dist/vega/index.esm.js +1 -1
  488. package/dist/vega/p-001d36af.js +1 -0
  489. package/dist/vega/p-01541820.entry.js +1 -0
  490. package/dist/vega/p-0304c3a7.js +1 -0
  491. package/dist/vega/p-08f03a52.entry.js +1 -0
  492. package/dist/vega/p-0a145766.entry.js +1 -0
  493. package/dist/vega/p-0d205fbf.js +1 -0
  494. package/dist/vega/p-0fc2ccc4.entry.js +1 -0
  495. package/dist/vega/p-118aeed1.entry.js +1 -0
  496. package/dist/vega/p-1a4e8d8a.js +1 -0
  497. package/dist/vega/p-23dc4064.entry.js +1 -0
  498. package/dist/vega/p-24b45c85.js +1 -0
  499. package/dist/vega/p-262a27d0.js +1 -0
  500. package/dist/vega/p-27dc6562.entry.js +1 -0
  501. package/dist/vega/p-295326ca.entry.js +1 -0
  502. package/dist/vega/p-2beace1c.entry.js +1 -0
  503. package/dist/vega/p-2ce2972f.js +1 -0
  504. package/dist/vega/p-2e7d5e28.entry.js +1 -0
  505. package/dist/vega/p-2f99c511.js +1 -0
  506. package/dist/vega/p-32592497.entry.js +1 -0
  507. package/dist/vega/p-33860e54.js +1 -0
  508. package/dist/vega/p-37a9f4b4.entry.js +1 -0
  509. package/dist/vega/p-4013d954.entry.js +1 -0
  510. package/dist/vega/p-42da45e3.entry.js +1 -0
  511. package/dist/vega/p-42e246e4.entry.js +1 -0
  512. package/dist/vega/p-479a169c.entry.js +1 -0
  513. package/dist/vega/p-47a2eec1.entry.js +1 -0
  514. package/dist/vega/p-49ae8c79.js +1 -0
  515. package/dist/vega/p-4ed416e7.js +1 -0
  516. package/dist/vega/p-53ba1adb.entry.js +1 -0
  517. package/dist/vega/p-55019e55.entry.js +1 -0
  518. package/dist/vega/p-565aac6e.entry.js +1 -0
  519. package/dist/vega/p-574586c9.entry.js +1 -0
  520. package/dist/vega/p-5781b9f4.entry.js +1 -0
  521. package/dist/vega/p-57827342.entry.js +1 -0
  522. package/dist/vega/p-59c6f795.js +1 -0
  523. package/dist/vega/p-5a8be21c.entry.js +1 -0
  524. package/dist/vega/p-5baff397.js +1 -0
  525. package/dist/vega/p-5e9f6fb6.entry.js +1 -0
  526. package/dist/vega/p-5f377954.js +1 -1
  527. package/dist/vega/p-5f95a2fa.js +1 -0
  528. package/dist/vega/p-6216c30e.js +1 -0
  529. package/dist/vega/p-62e80151.entry.js +1 -0
  530. package/dist/vega/p-63d73fa0.entry.js +1 -0
  531. package/dist/vega/p-64e22fe5.js +1 -0
  532. package/dist/vega/p-679b1f00.entry.js +1 -0
  533. package/dist/vega/p-6e70d3cc.js +1 -0
  534. package/dist/vega/p-757bfca2.entry.js +1 -0
  535. package/dist/vega/p-76063dcb.js +1 -0
  536. package/dist/vega/p-76daa632.entry.js +1 -0
  537. package/dist/vega/p-77c6f14a.entry.js +1 -0
  538. package/dist/vega/p-7ac9e8ff.entry.js +1 -0
  539. package/dist/vega/p-83863463.js +1 -0
  540. package/dist/vega/p-88e6618d.js +1 -0
  541. package/dist/vega/p-90a0b9f3.entry.js +1 -0
  542. package/dist/vega/p-9324dd2c.entry.js +1 -0
  543. package/dist/vega/p-98c44c03.js +1 -0
  544. package/dist/vega/p-9aa1c66a.entry.js +1 -0
  545. package/dist/vega/p-9b01a28a.entry.js +1 -0
  546. package/dist/vega/p-9b14ac66.entry.js +1 -0
  547. package/dist/vega/p-9dcecdd3.js +1 -0
  548. package/dist/vega/p-a1d51bc2.js +1 -0
  549. package/dist/vega/p-ab4b06c9.entry.js +1 -0
  550. package/dist/vega/p-ac43be09.entry.js +1 -0
  551. package/dist/vega/p-add63fe0.entry.js +1 -0
  552. package/dist/vega/p-ae0f03c1.js +1 -0
  553. package/dist/vega/p-b525c800.entry.js +1 -0
  554. package/dist/vega/p-be651266.entry.js +1 -0
  555. package/dist/vega/p-c0d45f77.entry.js +1 -0
  556. package/dist/vega/p-c2e7992b.js +1 -0
  557. package/dist/vega/p-c56aa01c.entry.js +1 -0
  558. package/dist/vega/p-cc3c661c.entry.js +1 -0
  559. package/dist/vega/p-cda09e99.entry.js +1 -0
  560. package/dist/vega/p-d0ac7af8.js +1 -0
  561. package/dist/vega/p-d289a6af.js +3 -0
  562. package/dist/vega/p-d29e8972.entry.js +1 -0
  563. package/dist/vega/p-d47aa28f.js +1 -0
  564. package/dist/vega/p-d90eee9a.entry.js +1 -0
  565. package/dist/vega/p-da742a7f.entry.js +1 -0
  566. package/dist/vega/p-dc6e7a77.js +1 -0
  567. package/dist/vega/p-dcf8f58f.entry.js +1 -0
  568. package/dist/vega/p-dff66a67.entry.js +1 -0
  569. package/dist/vega/p-e1117034.entry.js +1 -0
  570. package/dist/vega/p-e223e0dc.entry.js +1 -0
  571. package/dist/vega/p-e22e5aa1.js +1 -0
  572. package/dist/vega/p-e753fac2.entry.js +1 -0
  573. package/dist/vega/p-e7a4b760.entry.js +1 -0
  574. package/dist/vega/p-e8fc8495.entry.js +1 -0
  575. package/dist/vega/p-ea2b5dbb.js +1 -0
  576. package/dist/vega/p-eccabba7.entry.js +1 -0
  577. package/dist/vega/p-f0d605e9.entry.js +1 -0
  578. package/dist/vega/p-f28a6074.js +1 -0
  579. package/dist/vega/p-f2c65579.entry.js +1 -0
  580. package/dist/vega/p-f2cef51a.js +1 -0
  581. package/dist/vega/p-f40d479d.entry.js +1 -0
  582. package/dist/vega/p-f5013494.entry.js +1 -0
  583. package/dist/vega/p-f509b439.js +1 -0
  584. package/dist/vega/p-f5d3ce94.js +1 -0
  585. package/dist/vega/p-f69e2801.entry.js +1 -0
  586. package/dist/vega/p-fa654762.entry.js +1 -0
  587. package/dist/vega/p-fbc5a7f6.entry.js +1 -0
  588. package/dist/vega/p-fd5ddc55.js +1 -0
  589. package/dist/vega/p-ff47aeee.entry.js +1 -0
  590. package/dist/vega/vega.esm.js +1 -1
  591. package/package.json +3 -2
  592. package/dist/cjs/app-globals-e9fdfbf9.js +0 -430
  593. package/dist/cjs/aria-dialog-focusable-trap-slimmer-6faafc3e.js +0 -218
  594. package/dist/cjs/child-nodes-notify-observer-slimmer-06c78f97.js +0 -90
  595. package/dist/cjs/code-block-847534e3.js +0 -4453
  596. package/dist/cjs/component-value-history-controller-slimmer.abstract-d7f9812a.js +0 -714
  597. package/dist/cjs/content-state-99be18a3.js +0 -4076
  598. package/dist/cjs/date-required-rule-3823d506.js +0 -92
  599. package/dist/cjs/design-token-b497bb6e.js +0 -402
  600. package/dist/cjs/dom-node-subject-observer-factory-f7ed3bdc.js +0 -141
  601. package/dist/cjs/element-appender-slimmer-eba4f3a2.js +0 -1974
  602. package/dist/cjs/event-emit-slimmer-83f8e2bd.js +0 -267
  603. package/dist/cjs/form-field-controller-slimmer-93ca7239.js +0 -1266
  604. package/dist/cjs/image-annotation-action-9d6af380.js +0 -285
  605. package/dist/cjs/inject-keyboard-manager-23d07d87.js +0 -37
  606. package/dist/cjs/keyboard-manager-3923e29b.js +0 -140
  607. package/dist/cjs/keyboard-manager-slimmer-f602725d.js +0 -39
  608. package/dist/cjs/month-view-generator-aa8e8e74.js +0 -102
  609. package/dist/cjs/public-rules-1dbda124.js +0 -46
  610. package/dist/cjs/range-60fb9dd2.js +0 -178
  611. package/dist/cjs/responsive-format-facade-a32cdb67.js +0 -944
  612. package/dist/cjs/rich-text-editor-required-rule-b4aab68d.js +0 -64
  613. package/dist/cjs/split-cell-operation-190d4a87.js +0 -2411
  614. package/dist/cjs/string-format-strategy.abstract-730088ee.js +0 -60
  615. package/dist/cjs/string-input-formatter-slimmer-9d6df58b.js +0 -230
  616. package/dist/cjs/string-mask-strategy-b69e3b9e.js +0 -172
  617. package/dist/cjs/style-formatter-9d8a4ad2.js +0 -34
  618. package/dist/cjs/sub-state-notify-slimmer-c80b9d21.js +0 -81
  619. package/dist/cjs/sub-state-observer-slimmer-15740c97.js +0 -134
  620. package/dist/cjs/time-required-rule-6524b650.js +0 -141
  621. package/dist/cjs/token-extension-b7c4ea17.js +0 -7438
  622. package/dist/cjs/type-guard-2a46bca5.js +0 -2022
  623. package/dist/cjs/ui-b3db0122.js +0 -277
  624. package/dist/cjs/valid-credit-card-number-rule-8eb02ea7.js +0 -173
  625. package/dist/cjs/vega-internal-event-id-67bb91c1.js +0 -124
  626. package/dist/cjs/wait-for-component-did-render-9e41b39e.js +0 -32
  627. package/dist/collection/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.js +0 -195
  628. package/dist/collection/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.js +0 -94
  629. package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.js +0 -72
  630. package/dist/collection/components/vega-code-block/test/code-block-range.test.js +0 -81
  631. package/dist/collection/components/vega-dropdown/test/share.js +0 -13
  632. package/dist/collection/components/vega-input-credit-card/test/share.js +0 -21
  633. package/dist/collection/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.js +0 -147
  634. package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.test.js +0 -21
  635. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +0 -71
  636. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.js +0 -69
  637. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +0 -24
  638. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.js +0 -20
  639. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +0 -15
  640. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +0 -32
  641. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +0 -11
  642. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +0 -16
  643. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +0 -20
  644. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +0 -87
  645. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +0 -32
  646. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +0 -17
  647. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +0 -77
  648. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +0 -23
  649. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-actions.test.js +0 -39
  650. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-style.test.js +0 -71
  651. package/dist/collection/components/vega-rich-text-editor/test/dto/annotations.test.js +0 -381
  652. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/code-block.test.js +0 -54
  653. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/html-block.test.js +0 -167
  654. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/image-block.test.js +0 -90
  655. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +0 -176
  656. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-item.test.js +0 -188
  657. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/text-block.test.js +0 -193
  658. package/dist/collection/components/vega-rich-text-editor/test/dto/content-state.test.js +0 -3375
  659. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/image-node.test.js +0 -108
  660. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/text-node.test.js +0 -510
  661. package/dist/collection/components/vega-rich-text-editor/test/dto/range.test.js +0 -53
  662. package/dist/collection/components/vega-rich-text-editor/test/e2e-utils.js +0 -182
  663. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.js +0 -49
  664. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.js +0 -38
  665. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.js +0 -26
  666. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.js +0 -32
  667. 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
  668. package/dist/collection/components/vega-rich-text-editor/test/extensions/extension-test-utils.js +0 -43
  669. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.js +0 -164
  670. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.js +0 -298
  671. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.js +0 -316
  672. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.js +0 -411
  673. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.js +0 -99
  674. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.js +0 -181
  675. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.js +0 -84
  676. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.js +0 -331
  677. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.js +0 -32
  678. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-dto.test.js +0 -1094
  679. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.js +0 -1590
  680. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-test-utils.js +0 -172
  681. package/dist/collection/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.js +0 -129
  682. package/dist/collection/components/vega-rich-text-editor/test/fixture.js +0 -257
  683. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.js +0 -186
  684. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.js +0 -22
  685. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.js +0 -22
  686. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.js +0 -26
  687. package/dist/collection/components/vega-rich-text-editor/test/spec-utils.js +0 -35
  688. package/dist/collection/components/vega-sidenav/test/test.helper.js +0 -68
  689. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.js +0 -83
  690. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.js +0 -147
  691. package/dist/collection/components/vega-table/test/utils.js +0 -22
  692. package/dist/collection/components/vega-table/test/vega-table-sorter.test.js +0 -508
  693. package/dist/collection/constants/tests/validator.test.js +0 -24
  694. package/dist/collection/decorators/method-decorators/tests/component-load-required.test.js +0 -114
  695. package/dist/collection/decorators/property-decorators/tests/inject-element-appender-proxy.test.js +0 -237
  696. package/dist/collection/decorators/property-decorators/tests/inject-keyboard-manager.test.js +0 -91
  697. package/dist/collection/global/tests/before-vega-load.test.js +0 -62
  698. package/dist/collection/helpers/calendar/test/calendar-date-time.test.js +0 -27
  699. package/dist/collection/helpers/calendar/test/calendar-date.test.js +0 -172
  700. package/dist/collection/helpers/calendar/test/calendar-event.test.js +0 -263
  701. package/dist/collection/helpers/calendar/test/calendar-period/day-period.test.js +0 -118
  702. package/dist/collection/helpers/calendar/test/calendar-period/month-period.test.js +0 -144
  703. package/dist/collection/helpers/calendar/test/calendar-period/week-period.test.js +0 -114
  704. package/dist/collection/helpers/calendar/test/calendar-time.test.js +0 -45
  705. package/dist/collection/helpers/calendar/test/calendar-view-generator/day-view-generator.test.js +0 -19
  706. package/dist/collection/helpers/calendar/test/calendar-view-generator/month-view-generator.test.js +0 -123
  707. package/dist/collection/helpers/calendar/test/calendar-view-generator/week-view-generator.test.js +0 -43
  708. package/dist/collection/helpers/calendar/test/calendar-view.test.js +0 -9
  709. package/dist/collection/helpers/calendar/test/index.test.js +0 -13
  710. package/dist/collection/helpers/calendar/test/utils.test.js +0 -62
  711. package/dist/collection/helpers/change-manager/test/change-manager.test.js +0 -30
  712. package/dist/collection/helpers/change-manager/test/dom-node-subject-factory.test.js +0 -38
  713. package/dist/collection/helpers/chart/test/controllers/chart-dimension-controller.test.js +0 -63
  714. package/dist/collection/helpers/chart/test/drawers/arc-path-drawer.test.js +0 -55
  715. package/dist/collection/helpers/chart/test/drawers/legend-drawer.test.js +0 -94
  716. package/dist/collection/helpers/chart/test/drawers/line-drawer.test.js +0 -25
  717. package/dist/collection/helpers/chart/test/drawers/path-drawer.test.js +0 -21
  718. package/dist/collection/helpers/chart/test/drawers/rect-drawer.test.js +0 -78
  719. package/dist/collection/helpers/chart/test/drawers/text-drawer.test.js +0 -25
  720. package/dist/collection/helpers/chart/test/drawers/x-axis-drawer.test.js +0 -38
  721. package/dist/collection/helpers/chart/test/drawers/y-axis-drawer.test.js +0 -44
  722. package/dist/collection/helpers/chart/test/graph-context-factory.test.js +0 -17
  723. package/dist/collection/helpers/chart/test/input-processors/format-time-positions-input-processor.test.js +0 -62
  724. package/dist/collection/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.js +0 -45
  725. package/dist/collection/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.js +0 -80
  726. package/dist/collection/helpers/chart/test/input-processors/layout-input-processor.test.js +0 -40
  727. package/dist/collection/helpers/chart/test/input-processors/line-path-input-processor.test.js +0 -16
  728. package/dist/collection/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.js +0 -20
  729. package/dist/collection/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.js +0 -48
  730. package/dist/collection/helpers/chart/test/input-processors/sort-positions-input-processor.test.js +0 -53
  731. package/dist/collection/helpers/chart/test/input-processors/x-axis-input-processor.test.js +0 -78
  732. package/dist/collection/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.js +0 -109
  733. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.js +0 -39
  734. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.test.js +0 -55
  735. package/dist/collection/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.js +0 -11
  736. package/dist/collection/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.js +0 -25
  737. package/dist/collection/helpers/chart/test/interactors/interactor-factory.test.js +0 -19
  738. package/dist/collection/helpers/chart/test/interactors/svg-interactor.test.js +0 -48
  739. package/dist/collection/helpers/chart/test/line-chart.test.js +0 -96
  740. package/dist/collection/helpers/chart/test/pie-chart.test.js +0 -38
  741. package/dist/collection/helpers/chart/test/renderers/canvas-renderer.test.js +0 -31
  742. package/dist/collection/helpers/chart/test/renderers/renderer-factory.test.js +0 -19
  743. package/dist/collection/helpers/chart/test/renderers/svg-renderer.test.js +0 -99
  744. package/dist/collection/helpers/code-format/test/code-formatter.test.js +0 -410
  745. package/dist/collection/helpers/common/test/common.test.js +0 -7
  746. package/dist/collection/helpers/common/test/wait-for-component-did-render.test.js +0 -67
  747. package/dist/collection/helpers/common/test/wait-for-vega-handler.test.js +0 -17
  748. package/dist/collection/helpers/csp/test/styles-preservator.test.js +0 -207
  749. package/dist/collection/helpers/csp/test/vega-nonce-manager.test.js +0 -177
  750. package/dist/collection/helpers/dialog/test/vega-dialog-controller.test.js +0 -114
  751. package/dist/collection/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.js +0 -209
  752. package/dist/collection/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.js +0 -81
  753. package/dist/collection/helpers/event-manager/test/component-event-id-map.test.js +0 -16
  754. package/dist/collection/helpers/event-manager/test/event-emit-slimmer.test.js +0 -144
  755. package/dist/collection/helpers/event-manager/test/internal-vega-event-manager.test.js +0 -70
  756. package/dist/collection/helpers/event-manager/test/jquery-delegated-strategy-controller.test.js +0 -131
  757. package/dist/collection/helpers/event-manager/test/vega-event-id.test.js +0 -16
  758. package/dist/collection/helpers/event-manager/test/vega-event-manager.test.js +0 -97
  759. package/dist/collection/helpers/feature-control/tests/feature-flag-controller.test.js +0 -69
  760. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.js +0 -64
  761. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.js +0 -32
  762. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.js +0 -31
  763. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.js +0 -17
  764. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.js +0 -23
  765. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.js +0 -19
  766. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.js +0 -19
  767. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.js +0 -43
  768. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.js +0 -29
  769. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.js +0 -23
  770. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.js +0 -19
  771. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.js +0 -27
  772. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.js +0 -43
  773. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.js +0 -28
  774. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.js +0 -43
  775. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.js +0 -28
  776. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.js +0 -27
  777. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.js +0 -19
  778. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.js +0 -51
  779. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.js +0 -20
  780. package/dist/collection/helpers/formatter/test/state-formatter/state-background-color-formatter.test.js +0 -18
  781. package/dist/collection/helpers/formatter/test/state-formatter/state-border-color-formatter.test.js +0 -13
  782. package/dist/collection/helpers/formatter/test/state-formatter/state-border-formatter.test.js +0 -13
  783. package/dist/collection/helpers/formatter/test/state-formatter/state-format-facade.test.js +0 -27
  784. package/dist/collection/helpers/formatter/test/state-formatter/state-shadow-formatter.test.js +0 -13
  785. package/dist/collection/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.js +0 -13
  786. package/dist/collection/helpers/formatter/test/string-formatter/number-mask-strategy.test.js +0 -101
  787. package/dist/collection/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.js +0 -40
  788. package/dist/collection/helpers/formatter/test/string-formatter/string-mask-strategy.test.js +0 -147
  789. package/dist/collection/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.js +0 -21
  790. package/dist/collection/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.js +0 -43
  791. package/dist/collection/helpers/formatter/test/style-formatter.test.js +0 -16
  792. package/dist/collection/helpers/icon/test/icon-manager-controller.test.js +0 -101
  793. package/dist/collection/helpers/icon/test/internal-icon-manager.test.js +0 -18
  794. package/dist/collection/helpers/immutable/test/immutable-array.test.js +0 -78
  795. package/dist/collection/helpers/immutable/test/immutable-map.test.js +0 -83
  796. package/dist/collection/helpers/immutable/test/immutable-set.test.js +0 -87
  797. package/dist/collection/helpers/keyboard/test/keyboard-manager.test.js +0 -241
  798. package/dist/collection/helpers/level-tracker/test/nested-level-tracker.test.js +0 -33
  799. package/dist/collection/helpers/loading-indicator/tests/vega-loader-controller.test.js +0 -192
  800. package/dist/collection/helpers/notify/tests/vega-notify-controller.test.js +0 -165
  801. package/dist/collection/helpers/paginator/test/value-paginator.test.js +0 -15
  802. package/dist/collection/helpers/queue/test/synchronize-task-queue.test.js +0 -76
  803. package/dist/collection/helpers/remote-invocation/remote-invocation-registry.test.js +0 -17
  804. package/dist/collection/helpers/rte-manager/rte.manager.test.js +0 -94
  805. package/dist/collection/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.js +0 -194
  806. package/dist/collection/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.js +0 -66
  807. package/dist/collection/helpers/slimmers/element-appender/test/element-appender-slimmer.test.js +0 -621
  808. package/dist/collection/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.js +0 -248
  809. package/dist/collection/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.js +0 -120
  810. package/dist/collection/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.js +0 -182
  811. package/dist/collection/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.js +0 -399
  812. package/dist/collection/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.js +0 -383
  813. package/dist/collection/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.js +0 -96
  814. package/dist/collection/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.js +0 -228
  815. package/dist/collection/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.js +0 -375
  816. package/dist/collection/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.js +0 -46
  817. package/dist/collection/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.js +0 -75
  818. package/dist/collection/helpers/slimmers/test/component-global-style-slimmer.test.js +0 -104
  819. package/dist/collection/helpers/slimmers/test/component-usage-runtime-metrics.test.js +0 -72
  820. package/dist/collection/helpers/slimmers/test/dark-mode-state-controller.test.js +0 -65
  821. package/dist/collection/helpers/slimmers/test/deprecated-property-slimmer.test.js +0 -36
  822. package/dist/collection/helpers/slimmers/test/field-error-controller-slimmer.test.js +0 -55
  823. package/dist/collection/helpers/slimmers/test/form-field-controller-slimmer.test.js +0 -278
  824. package/dist/collection/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.js +0 -106
  825. package/dist/collection/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.js +0 -64
  826. package/dist/collection/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.js +0 -89
  827. package/dist/collection/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.js +0 -101
  828. package/dist/collection/helpers/slimmers/test/keyboard-manager-slimmer.test.js +0 -90
  829. package/dist/collection/helpers/slimmers/test/page-resize-observer-slimmer.test.js +0 -278
  830. package/dist/collection/helpers/slimmers/test/string-input-formatter-slimmer.test.js +0 -220
  831. package/dist/collection/helpers/slimmers/test/translation-slimmer.test.js +0 -89
  832. package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +0 -614
  833. package/dist/collection/helpers/touch-helper/test/touch-listener.test.js +0 -122
  834. package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +0 -288
  835. package/dist/collection/helpers/translation/tests/translation.test.js +0 -46
  836. package/dist/collection/helpers/ui/test/element-appender.test.js +0 -530
  837. package/dist/collection/helpers/validator/test/rules/check-box-required-rule.test.js +0 -88
  838. package/dist/collection/helpers/validator/test/rules/custom-validation-rule.test.js +0 -56
  839. package/dist/collection/helpers/validator/test/rules/date-range-rule.test.js +0 -67
  840. package/dist/collection/helpers/validator/test/rules/date-required-rule.test.js +0 -120
  841. package/dist/collection/helpers/validator/test/rules/email-field-rule.test.js +0 -69
  842. package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +0 -7
  843. package/dist/collection/helpers/validator/test/rules/input-phone-number-required-rule.test.js +0 -105
  844. package/dist/collection/helpers/validator/test/rules/input-range-min-and-max-rule.test.js +0 -146
  845. package/dist/collection/helpers/validator/test/rules/input-range-required-rule.test.js +0 -82
  846. package/dist/collection/helpers/validator/test/rules/input-select-value-in-source-rule.test.js +0 -99
  847. package/dist/collection/helpers/validator/test/rules/max-number-rule.test.js +0 -97
  848. package/dist/collection/helpers/validator/test/rules/max-string-length-rule.test.js +0 -85
  849. package/dist/collection/helpers/validator/test/rules/min-and-max-date-rule.test.js +0 -174
  850. package/dist/collection/helpers/validator/test/rules/min-number-rule.test.js +0 -97
  851. package/dist/collection/helpers/validator/test/rules/min-string-length-rule.test.js +0 -85
  852. package/dist/collection/helpers/validator/test/rules/public-rules.test.js +0 -80
  853. package/dist/collection/helpers/validator/test/rules/required-field-rule.test.js +0 -126
  854. package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +0 -360
  855. package/dist/collection/helpers/validator/test/rules/time-range-required-rule.test.js +0 -82
  856. package/dist/collection/helpers/validator/test/rules/time-range-rule.test.js +0 -67
  857. package/dist/collection/helpers/validator/test/rules/time-required-rule.test.js +0 -116
  858. package/dist/collection/helpers/validator/test/rules/toggle-switch-required-rule.test.js +0 -72
  859. package/dist/collection/helpers/validator/test/rules/valid-credit-card-number-rule.test.js +0 -135
  860. package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +0 -95
  861. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.js +0 -65
  862. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.js +0 -82
  863. package/dist/collection/helpers/validator/test/validator/form-field-controller.test.js +0 -205
  864. package/dist/collection/helpers/vega-telemetry-helper/test/vega-env-manager.test.js +0 -14
  865. package/dist/collection/helpers/zindex/test/internal-vega-z-index-manager.test.js +0 -176
  866. package/dist/collection/helpers/zindex/test/vega-z-index-manager.test.js +0 -46
  867. package/dist/collection/polyfill/d3/test/d3-array-polyfill.test.js +0 -72
  868. package/dist/collection/polyfill/d3/test/d3-axis-polyfill.test.js +0 -171
  869. package/dist/collection/polyfill/d3/test/d3-integration.test.js +0 -137
  870. package/dist/collection/polyfill/d3/test/d3-scale-polyfill.test.js +0 -382
  871. package/dist/collection/polyfill/d3/test/d3-selection-polyfill.test.js +0 -239
  872. package/dist/collection/polyfill/d3/test/d3-shape-polyfill.test.js +0 -225
  873. package/dist/collection/polyfill/d3/test/d3-time-format-polyfill.test.js +0 -162
  874. package/dist/collection/polyfill/d3/test/d3-time-polyfill.test.js +0 -76
  875. package/dist/collection/polyfill/d3/test/index.test.js +0 -78
  876. package/dist/collection/polyfill/libphonenumber/test/as-you-type.test.js +0 -309
  877. package/dist/collection/polyfill/libphonenumber/test/format-helpers.test.js +0 -192
  878. package/dist/collection/polyfill/libphonenumber/test/index.test.js +0 -16
  879. package/dist/collection/polyfill/libphonenumber/test/metadata.test.js +0 -196
  880. package/dist/collection/polyfill/libphonenumber/test/parse-phone-number.test.js +0 -218
  881. package/dist/collection/polyfill/libphonenumber/test/phone-number.test.js +0 -56
  882. package/dist/collection/polyfill/prism/test/css.test.js +0 -61
  883. package/dist/collection/polyfill/prism/test/javascript.test.js +0 -113
  884. package/dist/collection/polyfill/prism/test/jsx.test.js +0 -48
  885. package/dist/collection/polyfill/prism/test/language-registry.test.js +0 -77
  886. package/dist/collection/polyfill/prism/test/markup.test.js +0 -57
  887. package/dist/collection/polyfill/prism/test/test-utils.js +0 -22
  888. package/dist/collection/polyfill/prism/test/tokenizer.test.js +0 -180
  889. package/dist/collection/polyfill/prism/test/tsx.test.js +0 -87
  890. package/dist/collection/polyfill/prism/test/typescript.test.js +0 -86
  891. package/dist/collection/polyfill/shadow-selection/test/shadow-selection-polyfill.test.js +0 -234
  892. package/dist/collection/polyfill/test-polyfill/e2e/retry.js +0 -42
  893. package/dist/collection/polyfill/test-polyfill/unit/create-touch-event.js +0 -31
  894. package/dist/collection/polyfill/test-polyfill/unit/events.js +0 -100
  895. package/dist/collection/polyfill/test-polyfill/unit/index.js +0 -3
  896. package/dist/collection/polyfill/test-polyfill/unit/methods.js +0 -47
  897. package/dist/collection/polyfill/test-polyfill/unit/range.js +0 -15
  898. package/dist/collection/polyfill/test-polyfill/unit/shadow-selection.js +0 -17
  899. package/dist/collection/polyfill/tinycolor/tinycolor-polyfill.test.js +0 -361
  900. package/dist/collection/test-assets/test-icons.js +0 -5
  901. package/dist/collection/types/test/type-guard.test.js +0 -46
  902. package/dist/collection/utils/e2e-utils.js +0 -389
  903. package/dist/collection/utils/sanitize/test/empty-strategy.test.js +0 -12
  904. package/dist/collection/utils/sanitize/test/html-sanitizer.test.js +0 -57
  905. package/dist/collection/utils/sanitize/test/label-strategy.test.js +0 -56
  906. package/dist/collection/utils/sanitize/test/sanitize-strategy.test.js +0 -85
  907. package/dist/collection/utils/sanitize/test/sanitize.test.js +0 -22
  908. package/dist/collection/utils/sanitize/test/serialize-fragment.test.js +0 -25
  909. package/dist/collection/utils/sanitize/test/style-strategy.test.js +0 -45
  910. package/dist/collection/utils/spec-utils.js +0 -226
  911. package/dist/collection/utils/test/accessibility.test.js +0 -40
  912. package/dist/collection/utils/test/api.test.js +0 -34
  913. package/dist/collection/utils/test/array.test.js +0 -260
  914. package/dist/collection/utils/test/breakpoint.test.js +0 -37
  915. package/dist/collection/utils/test/component.test.js +0 -59
  916. package/dist/collection/utils/test/date.test.js +0 -104
  917. package/dist/collection/utils/test/design-token.test.js +0 -91
  918. package/dist/collection/utils/test/effect.test.js +0 -64
  919. package/dist/collection/utils/test/local-storage.test.js +0 -38
  920. package/dist/collection/utils/test/log.test.js +0 -49
  921. package/dist/collection/utils/test/misc.test.js +0 -40
  922. package/dist/collection/utils/test/number.test.js +0 -18
  923. package/dist/collection/utils/test/object.test.js +0 -77
  924. package/dist/collection/utils/test/pagination.test.js +0 -40
  925. package/dist/collection/utils/test/pixel.test.js +0 -29
  926. package/dist/collection/utils/test/safe-document.test.js +0 -13
  927. package/dist/collection/utils/test/spec-utils.test.js +0 -73
  928. package/dist/collection/utils/test/string.test.js +0 -8
  929. package/dist/collection/utils/test/test-utils.test.js +0 -70
  930. package/dist/collection/utils/test/timer.test.js +0 -16
  931. package/dist/collection/utils/test/ui.test.js +0 -301
  932. package/dist/collection/utils/test-utils.js +0 -156
  933. package/dist/esm/app-globals-776ccaa3.js +0 -428
  934. package/dist/esm/aria-dialog-focusable-trap-slimmer-cc98a7a4.js +0 -216
  935. package/dist/esm/child-nodes-notify-observer-slimmer-c7297b9f.js +0 -88
  936. package/dist/esm/code-block-58d1dbe5.js +0 -4395
  937. package/dist/esm/component-value-history-controller-slimmer.abstract-5beb8acb.js +0 -709
  938. package/dist/esm/content-state-dad1fd71.js +0 -4056
  939. package/dist/esm/date-required-rule-4c40a4eb.js +0 -90
  940. package/dist/esm/design-token-9c4eb6b1.js +0 -388
  941. package/dist/esm/dom-node-subject-observer-factory-94b2e2c3.js +0 -138
  942. package/dist/esm/element-appender-slimmer-fde815dc.js +0 -1972
  943. package/dist/esm/event-emit-slimmer-b236945b.js +0 -265
  944. package/dist/esm/form-field-controller-slimmer-00fa3678.js +0 -1264
  945. package/dist/esm/image-annotation-action-1ec7b461.js +0 -280
  946. package/dist/esm/inject-keyboard-manager-784b1364.js +0 -35
  947. package/dist/esm/keyboard-manager-e020039f.js +0 -138
  948. package/dist/esm/keyboard-manager-slimmer-4722d20c.js +0 -37
  949. package/dist/esm/month-view-generator-6fe1f491.js +0 -98
  950. package/dist/esm/public-rules-1626fb0d.js +0 -31
  951. package/dist/esm/range-4f9bf69d.js +0 -176
  952. package/dist/esm/responsive-format-facade-e8534e59.js +0 -940
  953. package/dist/esm/rich-text-editor-required-rule-c391aeb6.js +0 -62
  954. package/dist/esm/split-cell-operation-55cd9fae.js +0 -2360
  955. package/dist/esm/string-format-strategy.abstract-8c48e515.js +0 -58
  956. package/dist/esm/string-input-formatter-slimmer-519480ce.js +0 -228
  957. package/dist/esm/string-mask-strategy-8070817e.js +0 -170
  958. package/dist/esm/style-formatter-7afd0680.js +0 -32
  959. package/dist/esm/sub-state-notify-slimmer-54531808.js +0 -79
  960. package/dist/esm/sub-state-observer-slimmer-b3a773c5.js +0 -132
  961. package/dist/esm/time-required-rule-2569e5ad.js +0 -138
  962. package/dist/esm/token-extension-612575cb.js +0 -7417
  963. package/dist/esm/type-guard-c20cbbff.js +0 -1948
  964. package/dist/esm/ui-ac244bf0.js +0 -261
  965. package/dist/esm/valid-credit-card-number-rule-b9c3c2f8.js +0 -171
  966. package/dist/esm/vega-internal-event-id-8002b179.js +0 -72
  967. package/dist/esm/wait-for-component-did-render-1e62d6f7.js +0 -30
  968. package/dist/types/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.d.ts +0 -1
  969. package/dist/types/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.d.ts +0 -1
  970. package/dist/types/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.d.ts +0 -1
  971. package/dist/types/components/vega-code-block/test/code-block-range.test.d.ts +0 -1
  972. package/dist/types/components/vega-dropdown/test/share.d.ts +0 -12
  973. package/dist/types/components/vega-input-credit-card/test/share.d.ts +0 -18
  974. package/dist/types/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.d.ts +0 -4
  975. package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.test.d.ts +0 -1
  976. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.d.ts +0 -1
  977. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.d.ts +0 -1
  978. 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
  979. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.d.ts +0 -1
  980. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +0 -1
  981. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +0 -1
  982. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +0 -1
  983. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +0 -1
  984. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +0 -1
  985. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +0 -1
  986. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +0 -1
  987. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +0 -1
  988. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +0 -1
  989. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +0 -1
  990. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-actions.test.d.ts +0 -1
  991. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-style.test.d.ts +0 -1
  992. package/dist/types/components/vega-rich-text-editor/test/dto/annotations.test.d.ts +0 -1
  993. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/code-block.test.d.ts +0 -1
  994. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/html-block.test.d.ts +0 -1
  995. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/image-block.test.d.ts +0 -1
  996. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-block.test.d.ts +0 -1
  997. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-item.test.d.ts +0 -1
  998. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/text-block.test.d.ts +0 -1
  999. package/dist/types/components/vega-rich-text-editor/test/dto/content-state.test.d.ts +0 -1
  1000. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/image-node.test.d.ts +0 -1
  1001. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/text-node.test.d.ts +0 -1
  1002. package/dist/types/components/vega-rich-text-editor/test/dto/range.test.d.ts +0 -1
  1003. package/dist/types/components/vega-rich-text-editor/test/e2e-utils.d.ts +0 -67
  1004. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.d.ts +0 -1
  1005. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.d.ts +0 -1
  1006. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.d.ts +0 -1
  1007. 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
  1008. 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
  1009. package/dist/types/components/vega-rich-text-editor/test/extensions/extension-test-utils.d.ts +0 -21
  1010. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.d.ts +0 -1
  1011. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.d.ts +0 -1
  1012. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.d.ts +0 -8
  1013. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.d.ts +0 -1
  1014. package/dist/types/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.d.ts +0 -1
  1015. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.d.ts +0 -1
  1016. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.d.ts +0 -1
  1017. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.d.ts +0 -1
  1018. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.d.ts +0 -1
  1019. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-dto.test.d.ts +0 -1
  1020. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.d.ts +0 -1
  1021. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-test-utils.d.ts +0 -11
  1022. package/dist/types/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.d.ts +0 -1
  1023. package/dist/types/components/vega-rich-text-editor/test/fixture.d.ts +0 -19
  1024. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.d.ts +0 -1
  1025. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.d.ts +0 -1
  1026. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.d.ts +0 -1
  1027. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.d.ts +0 -1
  1028. package/dist/types/components/vega-rich-text-editor/test/spec-utils.d.ts +0 -19
  1029. package/dist/types/components/vega-sidenav/test/test.helper.d.ts +0 -6
  1030. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.d.ts +0 -1
  1031. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.d.ts +0 -1
  1032. package/dist/types/components/vega-table/test/utils.d.ts +0 -9
  1033. package/dist/types/components/vega-table/test/vega-table-sorter.test.d.ts +0 -1
  1034. package/dist/types/constants/tests/validator.test.d.ts +0 -1
  1035. package/dist/types/decorators/method-decorators/tests/component-load-required.test.d.ts +0 -1
  1036. package/dist/types/decorators/property-decorators/tests/inject-element-appender-proxy.test.d.ts +0 -1
  1037. package/dist/types/decorators/property-decorators/tests/inject-keyboard-manager.test.d.ts +0 -1
  1038. package/dist/types/global/tests/before-vega-load.test.d.ts +0 -1
  1039. package/dist/types/helpers/calendar/test/calendar-date-time.test.d.ts +0 -1
  1040. package/dist/types/helpers/calendar/test/calendar-date.test.d.ts +0 -1
  1041. package/dist/types/helpers/calendar/test/calendar-event.test.d.ts +0 -1
  1042. package/dist/types/helpers/calendar/test/calendar-period/day-period.test.d.ts +0 -1
  1043. package/dist/types/helpers/calendar/test/calendar-period/month-period.test.d.ts +0 -1
  1044. package/dist/types/helpers/calendar/test/calendar-period/week-period.test.d.ts +0 -1
  1045. package/dist/types/helpers/calendar/test/calendar-time.test.d.ts +0 -1
  1046. package/dist/types/helpers/calendar/test/calendar-view-generator/day-view-generator.test.d.ts +0 -1
  1047. package/dist/types/helpers/calendar/test/calendar-view-generator/month-view-generator.test.d.ts +0 -1
  1048. package/dist/types/helpers/calendar/test/calendar-view-generator/week-view-generator.test.d.ts +0 -1
  1049. package/dist/types/helpers/calendar/test/calendar-view.test.d.ts +0 -1
  1050. package/dist/types/helpers/calendar/test/index.test.d.ts +0 -1
  1051. package/dist/types/helpers/calendar/test/utils.test.d.ts +0 -1
  1052. package/dist/types/helpers/change-manager/test/change-manager.test.d.ts +0 -1
  1053. package/dist/types/helpers/change-manager/test/dom-node-subject-factory.test.d.ts +0 -1
  1054. package/dist/types/helpers/chart/test/controllers/chart-dimension-controller.test.d.ts +0 -1
  1055. package/dist/types/helpers/chart/test/drawers/arc-path-drawer.test.d.ts +0 -1
  1056. package/dist/types/helpers/chart/test/drawers/legend-drawer.test.d.ts +0 -1
  1057. package/dist/types/helpers/chart/test/drawers/line-drawer.test.d.ts +0 -1
  1058. package/dist/types/helpers/chart/test/drawers/path-drawer.test.d.ts +0 -1
  1059. package/dist/types/helpers/chart/test/drawers/rect-drawer.test.d.ts +0 -1
  1060. package/dist/types/helpers/chart/test/drawers/text-drawer.test.d.ts +0 -1
  1061. package/dist/types/helpers/chart/test/drawers/x-axis-drawer.test.d.ts +0 -1
  1062. package/dist/types/helpers/chart/test/drawers/y-axis-drawer.test.d.ts +0 -1
  1063. package/dist/types/helpers/chart/test/graph-context-factory.test.d.ts +0 -1
  1064. package/dist/types/helpers/chart/test/input-processors/format-time-positions-input-processor.test.d.ts +0 -1
  1065. package/dist/types/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.d.ts +0 -1
  1066. package/dist/types/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.d.ts +0 -1
  1067. package/dist/types/helpers/chart/test/input-processors/layout-input-processor.test.d.ts +0 -1
  1068. package/dist/types/helpers/chart/test/input-processors/line-path-input-processor.test.d.ts +0 -1
  1069. package/dist/types/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.d.ts +0 -1
  1070. package/dist/types/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.d.ts +0 -1
  1071. package/dist/types/helpers/chart/test/input-processors/sort-positions-input-processor.test.d.ts +0 -1
  1072. package/dist/types/helpers/chart/test/input-processors/x-axis-input-processor.test.d.ts +0 -1
  1073. package/dist/types/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.d.ts +0 -1
  1074. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.d.ts +0 -1
  1075. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.test.d.ts +0 -1
  1076. package/dist/types/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.d.ts +0 -1
  1077. package/dist/types/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.d.ts +0 -1
  1078. package/dist/types/helpers/chart/test/interactors/interactor-factory.test.d.ts +0 -1
  1079. package/dist/types/helpers/chart/test/interactors/svg-interactor.test.d.ts +0 -1
  1080. package/dist/types/helpers/chart/test/line-chart.test.d.ts +0 -1
  1081. package/dist/types/helpers/chart/test/pie-chart.test.d.ts +0 -1
  1082. package/dist/types/helpers/chart/test/renderers/canvas-renderer.test.d.ts +0 -1
  1083. package/dist/types/helpers/chart/test/renderers/renderer-factory.test.d.ts +0 -1
  1084. package/dist/types/helpers/chart/test/renderers/svg-renderer.test.d.ts +0 -1
  1085. package/dist/types/helpers/code-format/test/code-formatter.test.d.ts +0 -1
  1086. package/dist/types/helpers/common/test/common.test.d.ts +0 -1
  1087. package/dist/types/helpers/common/test/wait-for-component-did-render.test.d.ts +0 -1
  1088. package/dist/types/helpers/common/test/wait-for-vega-handler.test.d.ts +0 -1
  1089. package/dist/types/helpers/csp/test/styles-preservator.test.d.ts +0 -1
  1090. package/dist/types/helpers/csp/test/vega-nonce-manager.test.d.ts +0 -1
  1091. package/dist/types/helpers/dialog/test/vega-dialog-controller.test.d.ts +0 -1
  1092. package/dist/types/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.d.ts +0 -1
  1093. package/dist/types/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.d.ts +0 -1
  1094. package/dist/types/helpers/event-manager/test/component-event-id-map.test.d.ts +0 -1
  1095. package/dist/types/helpers/event-manager/test/event-emit-slimmer.test.d.ts +0 -1
  1096. package/dist/types/helpers/event-manager/test/internal-vega-event-manager.test.d.ts +0 -1
  1097. package/dist/types/helpers/event-manager/test/jquery-delegated-strategy-controller.test.d.ts +0 -1
  1098. package/dist/types/helpers/event-manager/test/vega-event-id.test.d.ts +0 -1
  1099. package/dist/types/helpers/event-manager/test/vega-event-manager.test.d.ts +0 -1
  1100. package/dist/types/helpers/feature-control/tests/feature-flag-controller.test.d.ts +0 -1
  1101. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.d.ts +0 -1
  1102. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.d.ts +0 -1
  1103. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.d.ts +0 -1
  1104. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.d.ts +0 -1
  1105. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.d.ts +0 -1
  1106. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.d.ts +0 -1
  1107. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.d.ts +0 -1
  1108. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.d.ts +0 -1
  1109. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.d.ts +0 -1
  1110. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.d.ts +0 -1
  1111. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.d.ts +0 -1
  1112. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.d.ts +0 -1
  1113. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.d.ts +0 -1
  1114. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.d.ts +0 -1
  1115. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.d.ts +0 -1
  1116. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.d.ts +0 -1
  1117. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.d.ts +0 -1
  1118. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.d.ts +0 -1
  1119. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.d.ts +0 -1
  1120. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.d.ts +0 -1
  1121. package/dist/types/helpers/formatter/test/state-formatter/state-background-color-formatter.test.d.ts +0 -1
  1122. package/dist/types/helpers/formatter/test/state-formatter/state-border-color-formatter.test.d.ts +0 -1
  1123. package/dist/types/helpers/formatter/test/state-formatter/state-border-formatter.test.d.ts +0 -1
  1124. package/dist/types/helpers/formatter/test/state-formatter/state-format-facade.test.d.ts +0 -1
  1125. package/dist/types/helpers/formatter/test/state-formatter/state-shadow-formatter.test.d.ts +0 -1
  1126. package/dist/types/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.d.ts +0 -1
  1127. package/dist/types/helpers/formatter/test/string-formatter/number-mask-strategy.test.d.ts +0 -1
  1128. package/dist/types/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.d.ts +0 -1
  1129. package/dist/types/helpers/formatter/test/string-formatter/string-mask-strategy.test.d.ts +0 -1
  1130. package/dist/types/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.d.ts +0 -1
  1131. package/dist/types/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.d.ts +0 -1
  1132. package/dist/types/helpers/formatter/test/style-formatter.test.d.ts +0 -1
  1133. package/dist/types/helpers/icon/test/icon-manager-controller.test.d.ts +0 -1
  1134. package/dist/types/helpers/icon/test/internal-icon-manager.test.d.ts +0 -1
  1135. package/dist/types/helpers/immutable/test/immutable-array.test.d.ts +0 -1
  1136. package/dist/types/helpers/immutable/test/immutable-map.test.d.ts +0 -1
  1137. package/dist/types/helpers/immutable/test/immutable-set.test.d.ts +0 -1
  1138. package/dist/types/helpers/keyboard/test/keyboard-manager.test.d.ts +0 -1
  1139. package/dist/types/helpers/level-tracker/test/nested-level-tracker.test.d.ts +0 -1
  1140. package/dist/types/helpers/loading-indicator/tests/vega-loader-controller.test.d.ts +0 -1
  1141. package/dist/types/helpers/notify/tests/vega-notify-controller.test.d.ts +0 -1
  1142. package/dist/types/helpers/paginator/test/value-paginator.test.d.ts +0 -1
  1143. package/dist/types/helpers/queue/test/synchronize-task-queue.test.d.ts +0 -1
  1144. package/dist/types/helpers/remote-invocation/remote-invocation-registry.test.d.ts +0 -1
  1145. package/dist/types/helpers/rte-manager/rte.manager.test.d.ts +0 -1
  1146. package/dist/types/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.d.ts +0 -1
  1147. package/dist/types/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.d.ts +0 -1
  1148. package/dist/types/helpers/slimmers/element-appender/test/element-appender-slimmer.test.d.ts +0 -1
  1149. package/dist/types/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.d.ts +0 -1
  1150. package/dist/types/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.d.ts +0 -1
  1151. package/dist/types/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.d.ts +0 -1
  1152. package/dist/types/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.d.ts +0 -15
  1153. package/dist/types/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.d.ts +0 -1
  1154. package/dist/types/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.d.ts +0 -1
  1155. package/dist/types/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.d.ts +0 -1
  1156. package/dist/types/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.d.ts +0 -1
  1157. package/dist/types/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.d.ts +0 -1
  1158. package/dist/types/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.d.ts +0 -1
  1159. package/dist/types/helpers/slimmers/test/component-global-style-slimmer.test.d.ts +0 -1
  1160. package/dist/types/helpers/slimmers/test/component-usage-runtime-metrics.test.d.ts +0 -1
  1161. package/dist/types/helpers/slimmers/test/dark-mode-state-controller.test.d.ts +0 -1
  1162. package/dist/types/helpers/slimmers/test/deprecated-property-slimmer.test.d.ts +0 -1
  1163. package/dist/types/helpers/slimmers/test/field-error-controller-slimmer.test.d.ts +0 -1
  1164. package/dist/types/helpers/slimmers/test/form-field-controller-slimmer.test.d.ts +0 -1
  1165. package/dist/types/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.d.ts +0 -1
  1166. package/dist/types/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.d.ts +0 -1
  1167. package/dist/types/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.d.ts +0 -1
  1168. package/dist/types/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.d.ts +0 -1
  1169. package/dist/types/helpers/slimmers/test/keyboard-manager-slimmer.test.d.ts +0 -1
  1170. package/dist/types/helpers/slimmers/test/page-resize-observer-slimmer.test.d.ts +0 -1
  1171. package/dist/types/helpers/slimmers/test/string-input-formatter-slimmer.test.d.ts +0 -1
  1172. package/dist/types/helpers/slimmers/test/translation-slimmer.test.d.ts +0 -1
  1173. package/dist/types/helpers/theme/tests/theme-manager-controller.test.d.ts +0 -1
  1174. package/dist/types/helpers/touch-helper/test/touch-listener.test.d.ts +0 -1
  1175. package/dist/types/helpers/translation/tests/internal-translation-controller.test.d.ts +0 -1
  1176. package/dist/types/helpers/translation/tests/translation.test.d.ts +0 -1
  1177. package/dist/types/helpers/ui/test/element-appender.test.d.ts +0 -1
  1178. package/dist/types/helpers/validator/test/rules/check-box-required-rule.test.d.ts +0 -1
  1179. package/dist/types/helpers/validator/test/rules/custom-validation-rule.test.d.ts +0 -1
  1180. package/dist/types/helpers/validator/test/rules/date-range-rule.test.d.ts +0 -1
  1181. package/dist/types/helpers/validator/test/rules/date-required-rule.test.d.ts +0 -1
  1182. package/dist/types/helpers/validator/test/rules/email-field-rule.test.d.ts +0 -1
  1183. package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +0 -1
  1184. package/dist/types/helpers/validator/test/rules/input-phone-number-required-rule.test.d.ts +0 -1
  1185. package/dist/types/helpers/validator/test/rules/input-range-min-and-max-rule.test.d.ts +0 -1
  1186. package/dist/types/helpers/validator/test/rules/input-range-required-rule.test.d.ts +0 -1
  1187. package/dist/types/helpers/validator/test/rules/input-select-value-in-source-rule.test.d.ts +0 -1
  1188. package/dist/types/helpers/validator/test/rules/max-number-rule.test.d.ts +0 -1
  1189. package/dist/types/helpers/validator/test/rules/max-string-length-rule.test.d.ts +0 -1
  1190. package/dist/types/helpers/validator/test/rules/min-and-max-date-rule.test.d.ts +0 -1
  1191. package/dist/types/helpers/validator/test/rules/min-number-rule.test.d.ts +0 -1
  1192. package/dist/types/helpers/validator/test/rules/min-string-length-rule.test.d.ts +0 -1
  1193. package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +0 -1
  1194. package/dist/types/helpers/validator/test/rules/required-field-rule.test.d.ts +0 -1
  1195. package/dist/types/helpers/validator/test/rules/rich-text-editor-required-rule.test.d.ts +0 -1
  1196. package/dist/types/helpers/validator/test/rules/time-range-required-rule.test.d.ts +0 -1
  1197. package/dist/types/helpers/validator/test/rules/time-range-rule.test.d.ts +0 -1
  1198. package/dist/types/helpers/validator/test/rules/time-required-rule.test.d.ts +0 -1
  1199. package/dist/types/helpers/validator/test/rules/toggle-switch-required-rule.test.d.ts +0 -1
  1200. package/dist/types/helpers/validator/test/rules/valid-credit-card-number-rule.test.d.ts +0 -1
  1201. package/dist/types/helpers/validator/test/rules/valid-phone-number-rule.test.d.ts +0 -1
  1202. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.d.ts +0 -1
  1203. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.d.ts +0 -1
  1204. package/dist/types/helpers/validator/test/validator/form-field-controller.test.d.ts +0 -1
  1205. package/dist/types/helpers/vega-telemetry-helper/test/vega-env-manager.test.d.ts +0 -1
  1206. package/dist/types/helpers/zindex/test/internal-vega-z-index-manager.test.d.ts +0 -1
  1207. package/dist/types/helpers/zindex/test/vega-z-index-manager.test.d.ts +0 -1
  1208. package/dist/types/polyfill/d3/test/d3-array-polyfill.test.d.ts +0 -1
  1209. package/dist/types/polyfill/d3/test/d3-axis-polyfill.test.d.ts +0 -1
  1210. package/dist/types/polyfill/d3/test/d3-integration.test.d.ts +0 -1
  1211. package/dist/types/polyfill/d3/test/d3-scale-polyfill.test.d.ts +0 -1
  1212. package/dist/types/polyfill/d3/test/d3-selection-polyfill.test.d.ts +0 -1
  1213. package/dist/types/polyfill/d3/test/d3-shape-polyfill.test.d.ts +0 -1
  1214. package/dist/types/polyfill/d3/test/d3-time-format-polyfill.test.d.ts +0 -1
  1215. package/dist/types/polyfill/d3/test/d3-time-polyfill.test.d.ts +0 -1
  1216. package/dist/types/polyfill/d3/test/index.test.d.ts +0 -1
  1217. package/dist/types/polyfill/libphonenumber/test/as-you-type.test.d.ts +0 -1
  1218. package/dist/types/polyfill/libphonenumber/test/format-helpers.test.d.ts +0 -1
  1219. package/dist/types/polyfill/libphonenumber/test/index.test.d.ts +0 -1
  1220. package/dist/types/polyfill/libphonenumber/test/metadata.test.d.ts +0 -1
  1221. package/dist/types/polyfill/libphonenumber/test/parse-phone-number.test.d.ts +0 -1
  1222. package/dist/types/polyfill/libphonenumber/test/phone-number.test.d.ts +0 -1
  1223. package/dist/types/polyfill/prism/test/css.test.d.ts +0 -1
  1224. package/dist/types/polyfill/prism/test/javascript.test.d.ts +0 -1
  1225. package/dist/types/polyfill/prism/test/jsx.test.d.ts +0 -1
  1226. package/dist/types/polyfill/prism/test/language-registry.test.d.ts +0 -1
  1227. package/dist/types/polyfill/prism/test/markup.test.d.ts +0 -1
  1228. package/dist/types/polyfill/prism/test/test-utils.d.ts +0 -10
  1229. package/dist/types/polyfill/prism/test/tokenizer.test.d.ts +0 -1
  1230. package/dist/types/polyfill/prism/test/tsx.test.d.ts +0 -1
  1231. package/dist/types/polyfill/prism/test/typescript.test.d.ts +0 -1
  1232. package/dist/types/polyfill/shadow-selection/test/shadow-selection-polyfill.test.d.ts +0 -0
  1233. package/dist/types/polyfill/test-polyfill/e2e/retry.d.ts +0 -8
  1234. package/dist/types/polyfill/test-polyfill/unit/create-touch-event.d.ts +0 -11
  1235. package/dist/types/polyfill/test-polyfill/unit/events.d.ts +0 -1
  1236. package/dist/types/polyfill/test-polyfill/unit/index.d.ts +0 -3
  1237. package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +0 -1
  1238. package/dist/types/polyfill/test-polyfill/unit/range.d.ts +0 -7
  1239. package/dist/types/polyfill/test-polyfill/unit/shadow-selection.d.ts +0 -0
  1240. package/dist/types/polyfill/tinycolor/tinycolor-polyfill.test.d.ts +0 -1
  1241. package/dist/types/test-assets/test-icons.d.ts +0 -4
  1242. package/dist/types/types/test/type-guard.test.d.ts +0 -1
  1243. package/dist/types/utils/e2e-utils.d.ts +0 -160
  1244. package/dist/types/utils/sanitize/test/empty-strategy.test.d.ts +0 -1
  1245. package/dist/types/utils/sanitize/test/html-sanitizer.test.d.ts +0 -1
  1246. package/dist/types/utils/sanitize/test/label-strategy.test.d.ts +0 -1
  1247. package/dist/types/utils/sanitize/test/sanitize-strategy.test.d.ts +0 -1
  1248. package/dist/types/utils/sanitize/test/sanitize.test.d.ts +0 -1
  1249. package/dist/types/utils/sanitize/test/serialize-fragment.test.d.ts +0 -1
  1250. package/dist/types/utils/sanitize/test/style-strategy.test.d.ts +0 -1
  1251. package/dist/types/utils/spec-utils.d.ts +0 -109
  1252. package/dist/types/utils/test/accessibility.test.d.ts +0 -1
  1253. package/dist/types/utils/test/api.test.d.ts +0 -1
  1254. package/dist/types/utils/test/array.test.d.ts +0 -1
  1255. package/dist/types/utils/test/breakpoint.test.d.ts +0 -1
  1256. package/dist/types/utils/test/component.test.d.ts +0 -1
  1257. package/dist/types/utils/test/date.test.d.ts +0 -1
  1258. package/dist/types/utils/test/design-token.test.d.ts +0 -1
  1259. package/dist/types/utils/test/effect.test.d.ts +0 -1
  1260. package/dist/types/utils/test/local-storage.test.d.ts +0 -1
  1261. package/dist/types/utils/test/log.test.d.ts +0 -1
  1262. package/dist/types/utils/test/misc.test.d.ts +0 -1
  1263. package/dist/types/utils/test/number.test.d.ts +0 -1
  1264. package/dist/types/utils/test/object.test.d.ts +0 -1
  1265. package/dist/types/utils/test/pagination.test.d.ts +0 -1
  1266. package/dist/types/utils/test/pixel.test.d.ts +0 -1
  1267. package/dist/types/utils/test/safe-document.test.d.ts +0 -1
  1268. package/dist/types/utils/test/spec-utils.test.d.ts +0 -1
  1269. package/dist/types/utils/test/string.test.d.ts +0 -1
  1270. package/dist/types/utils/test/test-utils.test.d.ts +0 -1
  1271. package/dist/types/utils/test/timer.test.d.ts +0 -1
  1272. package/dist/types/utils/test/ui.test.d.ts +0 -1
  1273. package/dist/types/utils/test-utils.d.ts +0 -61
  1274. package/dist/vega/p-02bab5ea.entry.js +0 -1
  1275. package/dist/vega/p-02fec68b.entry.js +0 -1
  1276. package/dist/vega/p-04f9b0d4.entry.js +0 -1
  1277. package/dist/vega/p-076c6445.entry.js +0 -1
  1278. package/dist/vega/p-085d45c9.js +0 -1
  1279. package/dist/vega/p-0ac91609.entry.js +0 -1
  1280. package/dist/vega/p-10e9438e.js +0 -1
  1281. package/dist/vega/p-14dfdba3.entry.js +0 -1
  1282. package/dist/vega/p-1665d4b8.entry.js +0 -1
  1283. package/dist/vega/p-1784724a.entry.js +0 -1
  1284. package/dist/vega/p-18378017.entry.js +0 -1
  1285. package/dist/vega/p-19adff1f.entry.js +0 -1
  1286. package/dist/vega/p-20981b17.entry.js +0 -1
  1287. package/dist/vega/p-2697b52b.js +0 -1
  1288. package/dist/vega/p-28c8ffb4.js +0 -1
  1289. package/dist/vega/p-28ed34b3.entry.js +0 -1
  1290. package/dist/vega/p-2bbbdf87.entry.js +0 -1
  1291. package/dist/vega/p-2fd266fa.js +0 -1
  1292. package/dist/vega/p-31945d6c.js +0 -1
  1293. package/dist/vega/p-32a0eed4.entry.js +0 -1
  1294. package/dist/vega/p-33475bcf.entry.js +0 -1
  1295. package/dist/vega/p-33cacbd6.entry.js +0 -1
  1296. package/dist/vega/p-3a0b3fed.entry.js +0 -1
  1297. package/dist/vega/p-405ab757.js +0 -1
  1298. package/dist/vega/p-4068e7de.js +0 -1
  1299. package/dist/vega/p-408a1baa.entry.js +0 -1
  1300. package/dist/vega/p-439c7c13.entry.js +0 -1
  1301. package/dist/vega/p-441fd2b3.entry.js +0 -1
  1302. package/dist/vega/p-46c7763f.entry.js +0 -1
  1303. package/dist/vega/p-4a9be903.js +0 -1
  1304. package/dist/vega/p-4e15958f.js +0 -1
  1305. package/dist/vega/p-4e76a84d.entry.js +0 -1
  1306. package/dist/vega/p-4ea3cf5f.entry.js +0 -1
  1307. package/dist/vega/p-5395faac.entry.js +0 -1
  1308. package/dist/vega/p-541ae774.entry.js +0 -1
  1309. package/dist/vega/p-558a707e.entry.js +0 -1
  1310. package/dist/vega/p-561e9097.entry.js +0 -1
  1311. package/dist/vega/p-5b90bbfe.js +0 -1
  1312. package/dist/vega/p-5d397ee0.entry.js +0 -1
  1313. package/dist/vega/p-5dfd36d3.entry.js +0 -1
  1314. package/dist/vega/p-603b851c.js +0 -1
  1315. package/dist/vega/p-615bc3de.entry.js +0 -1
  1316. package/dist/vega/p-6554a801.js +0 -1
  1317. package/dist/vega/p-667d5b80.entry.js +0 -1
  1318. package/dist/vega/p-679a4046.entry.js +0 -1
  1319. package/dist/vega/p-6b19d33a.entry.js +0 -1
  1320. package/dist/vega/p-6d6ea8b4.js +0 -1
  1321. package/dist/vega/p-6db0556d.js +0 -1
  1322. package/dist/vega/p-6e05fc55.js +0 -1
  1323. package/dist/vega/p-6e13e2fc.js +0 -1
  1324. package/dist/vega/p-71720290.entry.js +0 -1
  1325. package/dist/vega/p-76f2e0f5.js +0 -1
  1326. package/dist/vega/p-79df30e3.entry.js +0 -1
  1327. package/dist/vega/p-7f68abf7.js +0 -1
  1328. package/dist/vega/p-814c37be.entry.js +0 -1
  1329. package/dist/vega/p-820906b8.entry.js +0 -1
  1330. package/dist/vega/p-833b79ad.entry.js +0 -1
  1331. package/dist/vega/p-8b891f36.entry.js +0 -1
  1332. package/dist/vega/p-8cd70b3b.js +0 -1
  1333. package/dist/vega/p-8f88fb57.js +0 -1
  1334. package/dist/vega/p-905cf163.entry.js +0 -1
  1335. package/dist/vega/p-916ef5dd.entry.js +0 -1
  1336. package/dist/vega/p-937d5317.entry.js +0 -1
  1337. package/dist/vega/p-972c594b.entry.js +0 -1
  1338. package/dist/vega/p-9e6e76b2.entry.js +0 -1
  1339. package/dist/vega/p-a01ef160.entry.js +0 -1
  1340. package/dist/vega/p-a02f77c7.js +0 -1
  1341. package/dist/vega/p-a0a39ec3.js +0 -1
  1342. package/dist/vega/p-a2161e9d.js +0 -1
  1343. package/dist/vega/p-a5543b6a.entry.js +0 -1
  1344. package/dist/vega/p-a6ad6515.entry.js +0 -1
  1345. package/dist/vega/p-a6fb81c5.js +0 -1
  1346. package/dist/vega/p-ace7aa6c.entry.js +0 -1
  1347. package/dist/vega/p-b15a2d4b.js +0 -1
  1348. package/dist/vega/p-b4d72eff.entry.js +0 -1
  1349. package/dist/vega/p-b589cafd.entry.js +0 -1
  1350. package/dist/vega/p-b67672ae.entry.js +0 -1
  1351. package/dist/vega/p-b7dd3ef2.entry.js +0 -1
  1352. package/dist/vega/p-b91aff06.entry.js +0 -1
  1353. package/dist/vega/p-bc142c5c.entry.js +0 -1
  1354. package/dist/vega/p-c58c3e7e.entry.js +0 -1
  1355. package/dist/vega/p-c962cf5b.js +0 -1
  1356. package/dist/vega/p-cb0324e7.entry.js +0 -1
  1357. package/dist/vega/p-d5a8bb62.entry.js +0 -1
  1358. package/dist/vega/p-d6875e49.js +0 -1
  1359. package/dist/vega/p-d862195c.entry.js +0 -1
  1360. package/dist/vega/p-d94d785a.entry.js +0 -1
  1361. package/dist/vega/p-db29681a.entry.js +0 -1
  1362. package/dist/vega/p-dba91c23.entry.js +0 -1
  1363. package/dist/vega/p-dccda3d1.js +0 -1
  1364. package/dist/vega/p-dce9349e.js +0 -1
  1365. package/dist/vega/p-dd4c3d9b.entry.js +0 -1
  1366. package/dist/vega/p-e2268eef.js +0 -1
  1367. package/dist/vega/p-e5da9f66.js +0 -1
  1368. package/dist/vega/p-f7505267.js +0 -1
  1369. package/dist/vega/p-fadeb5a2.entry.js +0 -1
  1370. package/dist/vega/p-fb92092b.entry.js +0 -1
  1371. package/dist/vega/p-fc3d6d9d.js +0 -1
  1372. package/dist/vega/p-fc93b467.entry.js +0 -1
  1373. package/dist/vega/p-fef22245.js +0 -1
@@ -0,0 +1,1979 @@
1
+ import { B as Breakpoints } from './breakpoints-d9faf11c.js';
2
+ import { B as BorderStyle, C as CssStates, G as GridJustifyItems, F as FlexDirections, a as FlexAlignItem, b as FlexJustifyContent, c as FlexWrap, d as BoxDisplay, T as TextAlign } from './ui-93922c59.js';
3
+ import { a as TypographyKeys } from './typography-396de03f.js';
4
+ import { V as VegaInternalTranslation } from './internal-translation-controller-b08aa9ab.js';
5
+ import { L as LogUtility } from './global-slimmer-registry-17c4efd4.js';
6
+
7
+ const GridRowsRegex = new RegExp(/^([1-9]|1[0-2])(-auto)?$/);
8
+ const GridColumnsRegex = new RegExp(/^([1-9]|1[0-2])(-auto)?$/);
9
+ const VisaRegex = /^4/;
10
+ const MasterCardRegex = /^(5[1-5]|677189)|^(222[1-9]|2[3-6]\d{2}|27[0-1]\d|2720)/;
11
+ const AmexRegex = /^3[47]/;
12
+ const DiscoverRegex = /^(6011|65|64[4-9]|622)/;
13
+ const DateFormatParserRegex = /(\\)?(Y{2,4}|M{1,4}|D{1,2}|d{1,4})/g;
14
+
15
+ /* This file is generated by vega-design 2.0.77 */
16
+ /* eslint-disable */
17
+ /* tslint:disable */
18
+ // prettier-ignore
19
+ const Colors = ["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"];
20
+ // prettier-ignore
21
+ const BackgroundColors = ["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"];
22
+ // prettier-ignore
23
+ const FillBackgroundColors = ["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"];
24
+ // prettier-ignore
25
+ const StrokeBackgroundColors = ["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"];
26
+ // prettier-ignore
27
+ const TextColors = ["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"];
28
+ // prettier-ignore
29
+ const BorderColors = ["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"];
30
+ // prettier-ignore
31
+ const TextColorMap = {
32
+ 'text-primary': 'rgba(var(--v-text-primary, 32, 54, 69, 1))',
33
+ 'text-secondary': 'rgba(var(--v-text-secondary, 107, 116, 125, 1))',
34
+ 'text-inverted-primary': 'rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))',
35
+ 'text-inverted-secondary': 'rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))',
36
+ 'text-black': 'rgba(var(--v-text-black, 32, 54, 69, 1))',
37
+ 'text-white': 'rgba(var(--v-text-white, 252, 252, 252, 1))',
38
+ 'text-brand': 'rgba(var(--v-text-brand, 51, 57, 61, 1))',
39
+ 'text-danger-link': 'rgba(var(--v-text-danger-link, 230, 50, 87, 1))',
40
+ 'text-danger-link-hover': 'rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))',
41
+ 'text-danger-link-active': 'rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))',
42
+ 'text-danger-link-focus': 'rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))',
43
+ 'text-danger-link-visited': 'rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))',
44
+ 'text-disabled': 'rgba(var(--v-text-disabled, 176, 180, 181, 1))',
45
+ 'text-error': 'rgba(var(--v-text-error, 189, 41, 71, 1))',
46
+ 'text-input-disabled': 'rgba(var(--v-text-input-disabled, 107, 116, 125, 1))',
47
+ 'text-input-placeholder': 'rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))',
48
+ 'text-link': 'rgba(var(--v-text-link, 19, 98, 226, 1))',
49
+ 'text-link-hover': 'rgba(var(--v-text-link-hover, 4, 112, 236, 1))',
50
+ 'text-link-active': 'rgba(var(--v-text-link-active, 29, 65, 195, 1))',
51
+ 'text-link-focus': 'rgba(var(--v-text-link-focus, 4, 112, 236, 1))',
52
+ 'text-link-visited': 'rgba(var(--v-text-link-visited, 95, 56, 206, 1))',
53
+ 'text-on-action': 'rgba(var(--v-text-on-action, 252, 252, 252, 1))',
54
+ 'text-on-danger': 'rgba(var(--v-text-on-danger, 252, 252, 252, 1))',
55
+ 'text-on-disabled': 'rgba(var(--v-text-on-disabled, 252, 252, 252, 1))',
56
+ 'text-sidebar-link': 'rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))',
57
+ 'text-sidebar-link-hover': 'rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))',
58
+ 'text-sidebar-link-selected': 'rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))',
59
+ 'text-site-footer-link': 'rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))',
60
+ 'text-site-footer-link-hover': 'rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))',
61
+ 'text-site-footer-link-active': 'rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))',
62
+ 'text-success': 'rgba(var(--v-text-success, 1, 128, 31, 1))',
63
+ 'text-inverted-success': 'rgba(var(--v-text-inverted-success, 89, 217, 119, 1))',
64
+ 'text-accent1-primary': 'rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))',
65
+ 'text-accent2-primary': 'rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))',
66
+ 'text-accent3-primary': 'rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))',
67
+ 'text-accent4-primary': 'rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))',
68
+ 'text-accent5-primary': 'rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))',
69
+ 'text-accent6-primary': 'rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))',
70
+ 'text-accent7-primary': 'rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))',
71
+ 'text-accent8-primary': 'rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))',
72
+ 'text-accent9-primary': 'rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))',
73
+ 'text-accent10-primary': 'rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))'
74
+ };
75
+ // prettier-ignore
76
+ const BackgroundColorMap = {
77
+ 'bg-brand': 'rgba(var(--v-bg-brand, 51, 57, 61, 1))',
78
+ 'bg-page': 'rgba(var(--v-bg-page, 240, 243, 247, 1))',
79
+ 'bg-primary': 'rgba(var(--v-bg-primary, 252, 252, 252, 1))',
80
+ 'bg-secondary': 'rgba(var(--v-bg-secondary, 245, 247, 247, 1))',
81
+ 'bg-tertiary': 'rgba(var(--v-bg-tertiary, 240, 243, 247, 1))',
82
+ 'bg-quaternary': 'rgba(var(--v-bg-quaternary, 241, 248, 251, 1))',
83
+ 'bg-inverted-primary': 'rgba(var(--v-bg-inverted-primary, 4, 4, 28, 1))',
84
+ 'bg-inverted-secondary': 'rgba(var(--v-bg-inverted-secondary, 18, 18, 39, 1))',
85
+ 'bg-inverted-tertiary': 'rgba(var(--v-bg-inverted-tertiary, 24, 24, 48, 1))',
86
+ 'bg-inverted-quaternary': 'rgba(var(--v-bg-inverted-quaternary, 70, 71, 101, 1))',
87
+ 'bg-action': 'rgba(var(--v-bg-action, 19, 98, 226, 1))',
88
+ 'bg-action-hover': 'rgba(var(--v-bg-action-hover, 4, 112, 236, 1))',
89
+ 'bg-action-focus': 'rgba(var(--v-bg-action-focus, 19, 98, 226, 1))',
90
+ 'bg-action-active': 'rgba(var(--v-bg-action-active, 29, 65, 195, 1))',
91
+ 'bg-action-quaternary': 'rgba(var(--v-bg-action-quaternary, 222, 225, 227, 1))',
92
+ 'bg-action-quaternary-hover': 'rgba(var(--v-bg-action-quaternary-hover, 239, 239, 239, 1))',
93
+ 'bg-action-quaternary-active': 'rgba(var(--v-bg-action-quaternary-active, 205, 209, 211, 1))',
94
+ 'bg-action-secondary': 'rgba(var(--v-bg-action-secondary, 252, 252, 252, 1))',
95
+ 'bg-action-secondary-hover': 'rgba(var(--v-bg-action-secondary-hover, 4, 112, 236, 0.1))',
96
+ 'bg-action-secondary-active': 'rgba(var(--v-bg-action-secondary-active, 29, 65, 195, 0.1))',
97
+ 'bg-action-tertiary': 'rgba(var(--v-bg-action-tertiary, 0, 0, 0, 0))',
98
+ 'bg-action-tertiary-hover': 'rgba(var(--v-bg-action-tertiary-hover, 4, 4, 28, 0.05))',
99
+ 'bg-action-tertiary-active': 'rgba(var(--v-bg-action-tertiary-active, 4, 4, 28, 0.1))',
100
+ 'bg-app-header': 'rgba(var(--v-bg-app-header, 240, 243, 247, 0.88))',
101
+ 'bg-backdrop-modal': 'rgba(var(--v-bg-backdrop-modal, 18, 18, 39, 0.85))',
102
+ 'bg-backdrop-popover': 'rgba(var(--v-bg-backdrop-popover, 32, 54, 69, 0.16))',
103
+ 'bg-backdrop-sidebar': 'rgba(var(--v-bg-backdrop-sidebar, 18, 18, 39, 0.85))',
104
+ 'bg-chip': 'rgba(var(--v-bg-chip, 32, 54, 69, 0.06))',
105
+ 'bg-chip-hover': 'rgba(var(--v-bg-chip-hover, 32, 54, 69, 0.12))',
106
+ 'bg-chip-active': 'rgba(var(--v-bg-chip-active, 32, 54, 69, 0.2))',
107
+ 'bg-danger': 'rgba(var(--v-bg-danger, 189, 41, 71, 1))',
108
+ 'bg-danger-hover': 'rgba(var(--v-bg-danger-hover, 233, 71, 104, 1))',
109
+ 'bg-danger-focus': 'rgba(var(--v-bg-danger-focus, 189, 41, 71, 1))',
110
+ 'bg-danger-active': 'rgba(var(--v-bg-danger-active, 230, 50, 87, 1))',
111
+ 'bg-danger-tertiary': 'rgba(var(--v-bg-danger-tertiary, 0, 0, 0, 0))',
112
+ 'bg-danger-tertiary-hover': 'rgba(var(--v-bg-danger-tertiary-hover, 255, 87, 114, 0.2))',
113
+ 'bg-danger-tertiary-active': 'rgba(var(--v-bg-danger-tertiary-active, 189, 41, 71, 0.2))',
114
+ 'bg-disabled': 'rgba(var(--v-bg-disabled, 176, 180, 181, 1))',
115
+ 'bg-divider': 'rgba(var(--v-bg-divider, 171, 198, 216, 1))',
116
+ 'bg-divider-secondary': 'rgba(var(--v-bg-divider-secondary, 199, 217, 229, 1))',
117
+ 'bg-keypad-btn-active': 'rgba(var(--v-bg-keypad-btn-active, 229, 239, 255, 1))',
118
+ 'bg-loading-progress': 'rgba(var(--v-bg-loading-progress, 153, 192, 255, 1))',
119
+ 'bg-loading-track': 'rgba(var(--v-bg-loading-track, 229, 239, 255, 1))',
120
+ 'bg-segment-hover': 'rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))',
121
+ 'bg-segment-control': 'rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1))',
122
+ 'bg-selected': 'rgba(var(--v-bg-selected, 0, 151, 255, 0.3))',
123
+ 'bg-sidebar': 'rgba(var(--v-bg-sidebar, 18, 18, 39, 1))',
124
+ 'bg-sidebar-icon': 'rgba(var(--v-bg-sidebar-icon, 188, 186, 213, 1))',
125
+ 'bg-sidebar-icon-hover': 'rgba(var(--v-bg-sidebar-icon-hover, 18, 18, 39, 1))',
126
+ 'bg-sidebar-icon-selected': 'rgba(var(--v-bg-sidebar-icon-selected, 252, 252, 252, 1))',
127
+ 'bg-sidebar-item-hover': 'rgba(var(--v-bg-sidebar-item-hover, 252, 252, 252, 1))',
128
+ 'bg-sidebar-item-selected': 'rgba(var(--v-bg-sidebar-item-selected, 19, 98, 226, 0.4))',
129
+ 'bg-site-footer': 'rgba(var(--v-bg-site-footer, 51, 57, 61, 1))',
130
+ 'bg-site-footer-action': 'rgba(var(--v-bg-site-footer-action, 171, 198, 216, 1))',
131
+ 'bg-site-footer-action-hover': 'rgba(var(--v-bg-site-footer-action-hover, 199, 217, 229, 1))',
132
+ 'bg-site-footer-action-active': 'rgba(var(--v-bg-site-footer-action-active, 143, 179, 203, 1))',
133
+ 'bg-site-footer-field': 'rgba(var(--v-bg-site-footer-field, 89, 96, 99, 1))',
134
+ 'bg-slider-handle': 'rgba(var(--v-bg-slider-handle, 252, 252, 252, 1))',
135
+ 'bg-status-error': 'rgba(var(--v-bg-status-error, 255, 110, 139, 1))',
136
+ 'bg-status-info': 'rgba(var(--v-bg-status-info, 205, 209, 211, 1))',
137
+ 'bg-status-success': 'rgba(var(--v-bg-status-success, 160, 233, 167, 1))',
138
+ 'bg-status-warning': 'rgba(var(--v-bg-status-warning, 255, 220, 131, 1))',
139
+ 'bg-tab': 'rgba(var(--v-bg-tab, 240, 243, 247, 1))',
140
+ 'bg-tab-hover': 'rgba(var(--v-bg-tab-hover, 245, 247, 247, 1))',
141
+ 'bg-tab-selected': 'rgba(var(--v-bg-tab-selected, 32, 54, 69, 1))',
142
+ 'bg-table-alt-row': 'rgba(var(--v-bg-table-alt-row, 245, 247, 247, 1))',
143
+ 'bg-table-header': 'rgba(var(--v-bg-table-header, 240, 243, 247, 1))',
144
+ 'bg-table-row-hover': 'rgba(var(--v-bg-table-row-hover, 241, 248, 251, 1))',
145
+ 'bg-table-row-selected-expanded': 'rgba(var(--v-bg-table-row-selected-expanded, 229, 239, 255, 1))',
146
+ 'bg-table-selected-row': 'rgba(var(--v-bg-table-selected-row, 204, 223, 255, 1))',
147
+ 'bg-textarea-count': 'rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6))',
148
+ 'bg-tile': 'rgba(var(--v-bg-tile, 252, 252, 252, 1))',
149
+ 'bg-tile-hover': 'rgba(var(--v-bg-tile-hover, 245, 247, 247, 1))',
150
+ 'bg-tile-selected': 'rgba(var(--v-bg-tile-selected, 242, 247, 255, 1))',
151
+ 'bg-tile-selected-hover': 'rgba(var(--v-bg-tile-selected-hover, 229, 239, 255, 1))',
152
+ 'bg-toggle-switch': 'rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7))',
153
+ 'bg-toggle-switch-hover': 'rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1))',
154
+ 'bg-toggle-switch-selected-disabled': 'rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1))',
155
+ 'bg-transparent': 'rgba(var(--v-bg-transparent, 0, 0, 0, 0))',
156
+ 'bg-accent1-primary': 'rgba(var(--v-bg-accent1-primary, 115, 230, 220, 1))',
157
+ 'bg-accent1-secondary': 'rgba(var(--v-bg-accent1-secondary, 193, 244, 239, 1))',
158
+ 'bg-accent1-tertiary': 'rgba(var(--v-bg-accent1-tertiary, 224, 249, 247, 1))',
159
+ 'bg-accent2-primary': 'rgba(var(--v-bg-accent2-primary, 128, 107, 255, 1))',
160
+ 'bg-accent2-secondary': 'rgba(var(--v-bg-accent2-secondary, 199, 189, 255, 1))',
161
+ 'bg-accent2-tertiary': 'rgba(var(--v-bg-accent2-tertiary, 227, 222, 255, 1))',
162
+ 'bg-accent3-primary': 'rgba(var(--v-bg-accent3-primary, 255, 220, 131, 1))',
163
+ 'bg-accent3-secondary': 'rgba(var(--v-bg-accent3-secondary, 255, 239, 200, 1))',
164
+ 'bg-accent3-tertiary': 'rgba(var(--v-bg-accent3-tertiary, 255, 247, 227, 1))',
165
+ 'bg-accent4-primary': 'rgba(var(--v-bg-accent4-primary, 255, 149, 113, 1))',
166
+ 'bg-accent4-secondary': 'rgba(var(--v-bg-accent4-secondary, 255, 208, 192, 1))',
167
+ 'bg-accent4-tertiary': 'rgba(var(--v-bg-accent4-tertiary, 255, 231, 223, 1))',
168
+ 'bg-accent5-primary': 'rgba(var(--v-bg-accent5-primary, 0, 187, 255, 1))',
169
+ 'bg-accent5-secondary': 'rgba(var(--v-bg-accent5-secondary, 142, 223, 249, 1))',
170
+ 'bg-accent5-tertiary': 'rgba(var(--v-bg-accent5-tertiary, 227, 247, 253, 1))',
171
+ 'bg-accent6-primary': 'rgba(var(--v-bg-accent6-primary, 255, 130, 201, 1))',
172
+ 'bg-accent6-secondary': 'rgba(var(--v-bg-accent6-secondary, 255, 199, 231, 1))',
173
+ 'bg-accent6-tertiary': 'rgba(var(--v-bg-accent6-tertiary, 255, 227, 243, 1))',
174
+ 'bg-accent7-primary': 'rgba(var(--v-bg-accent7-primary, 37, 159, 159, 1))',
175
+ 'bg-accent7-secondary': 'rgba(var(--v-bg-accent7-secondary, 155, 212, 214, 1))',
176
+ 'bg-accent7-tertiary': 'rgba(var(--v-bg-accent7-tertiary, 208, 239, 239, 1))',
177
+ 'bg-accent8-primary': 'rgba(var(--v-bg-accent8-primary, 86, 61, 130, 1))',
178
+ 'bg-accent8-secondary': 'rgba(var(--v-bg-accent8-secondary, 199, 162, 204, 1))',
179
+ 'bg-accent8-tertiary': 'rgba(var(--v-bg-accent8-tertiary, 230, 214, 234, 1))',
180
+ 'bg-accent9-primary': 'rgba(var(--v-bg-accent9-primary, 255, 191, 63, 1))',
181
+ 'bg-accent9-secondary': 'rgba(var(--v-bg-accent9-secondary, 254, 215, 142, 1))',
182
+ 'bg-accent9-tertiary': 'rgba(var(--v-bg-accent9-tertiary, 251, 226, 185, 1))',
183
+ 'bg-accent10-primary': 'rgba(var(--v-bg-accent10-primary, 237, 122, 35, 1))',
184
+ 'bg-accent10-secondary': 'rgba(var(--v-bg-accent10-secondary, 241, 146, 85, 1))',
185
+ 'bg-accent10-tertiary': 'rgba(var(--v-bg-accent10-tertiary, 245, 187, 148, 1))',
186
+ 'bg-date-picker-range': 'rgba(var(--v-bg-date-picker-range, 229, 239, 255, 1))'
187
+ };
188
+ // prettier-ignore
189
+ const BorderColorMap = {
190
+ 'border-color-action': 'rgba(var(--v-border-color-action, 19, 98, 226, 1))',
191
+ 'border-color-action-hover': 'rgba(var(--v-border-color-action-hover, 4, 112, 236, 1))',
192
+ 'border-color-action-active': 'rgba(var(--v-border-color-action-active, 29, 65, 195, 1))',
193
+ 'border-color-chip': 'rgba(var(--v-border-color-chip, 205, 209, 211, 1))',
194
+ 'border-color-danger': 'rgba(var(--v-border-color-danger, 230, 50, 87, 1))',
195
+ 'border-color-danger-hover': 'rgba(var(--v-border-color-danger-hover, 255, 87, 114, 1))',
196
+ 'border-color-danger-active': 'rgba(var(--v-border-color-danger-active, 189, 41, 71, 1))',
197
+ 'border-color-divider': 'rgba(var(--v-border-color-divider, 171, 198, 216, 1))',
198
+ 'border-color-divider-secondary': 'rgba(var(--v-border-color-divider-secondary, 199, 217, 229, 1))',
199
+ 'border-color-input-field': 'rgba(var(--v-border-color-input-field, 171, 198, 216, 1))',
200
+ 'border-color-input-field-hover': 'rgba(var(--v-border-color-input-field-hover, 115, 160, 190, 1))',
201
+ 'border-color-input-field-focus': 'rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1))',
202
+ 'border-color-input-field-danger': 'rgba(var(--v-border-color-input-field-danger, 230, 50, 87, 1))',
203
+ 'border-color-input-field-danger-hover': 'rgba(var(--v-border-color-input-field-danger-hover, 255, 87, 114, 1))',
204
+ 'border-color-input-field-danger-focus': 'rgba(var(--v-border-color-input-field-danger-focus, 233, 71, 104, 1))',
205
+ 'border-color-input-field-disabled': 'rgba(var(--v-border-color-input-field-disabled, 222, 225, 227, 1))',
206
+ 'border-color-secondary-btn-disabled': 'rgba(var(--v-border-color-secondary-btn-disabled, 176, 180, 181, 1))',
207
+ 'border-color-sidebar-item-focus': 'rgba(var(--v-border-color-sidebar-item-focus, 19, 98, 226, 1))',
208
+ 'border-color-slider-handle': 'rgba(var(--v-border-color-slider-handle, 199, 217, 229, 1))',
209
+ 'border-color-success': 'rgba(var(--v-border-color-success, 1, 128, 31, 1))',
210
+ 'border-color-table-divider': 'rgba(var(--v-border-color-table-divider, 171, 198, 216, 1))',
211
+ 'border-color-tile': 'rgba(var(--v-border-color-tile, 171, 198, 216, 1))',
212
+ 'border-color-tile-hover': 'rgba(var(--v-border-color-tile-hover, 115, 160, 190, 1))',
213
+ 'border-color-tile-focus': 'rgba(var(--v-border-color-tile-focus, 19, 98, 226, 1))',
214
+ 'border-color-tile-selected-focus': 'rgba(var(--v-border-color-tile-selected-focus, 19, 98, 226, 1))',
215
+ 'border-color-tile-selected': 'rgba(var(--v-border-color-tile-selected, 19, 98, 226, 1))',
216
+ 'border-color-tile-selected-hover': 'rgba(var(--v-border-color-tile-selected-hover, 4, 112, 236, 1))',
217
+ 'border-color-notification-btn': 'rgba(var(--v-border-color-notification-btn, 32, 54, 69, 1))',
218
+ 'border-color-notification-btn-dark': 'rgba(var(--v-border-color-notification-btn-dark, 32, 54, 69, 1))'
219
+ };
220
+
221
+ /* This file is generated by vega-design 2.0.77 */
222
+ /* eslint-disable */
223
+ /* tslint:disable */
224
+ // prettier-ignore
225
+ const Spacing = {
226
+ "0": 0,
227
+ "size-4": 4,
228
+ "size-8": 8,
229
+ "size-12": 12,
230
+ "size-16": 16,
231
+ "size-20": 20,
232
+ "size-24": 24,
233
+ "size-32": 32,
234
+ "size-40": 40,
235
+ "size-48": 48,
236
+ "size-64": 64,
237
+ "size-72": 72,
238
+ "size-80": 80,
239
+ "size-112": 112,
240
+ "size-2": 2
241
+ };
242
+
243
+ /* This file is generated by vega-design 2.0.77 */
244
+ /* eslint-disable */
245
+ /* tslint:disable */
246
+ // prettier-ignore
247
+ const Shadows = ["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"];
248
+ // prettier-ignore
249
+ const ShadowMap = {
250
+ '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))',
251
+ '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))',
252
+ '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))',
253
+ '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))',
254
+ '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))',
255
+ 'shadow-app-header': 'var(--v-shadow-app-header, 0px 1px 0px 0px rgba(45, 76, 97, 0.15))',
256
+ 'shadow-modal-header': 'var(--v-shadow-modal-header, 0px 1px 0px 0px rgba(45, 76, 97, 0.15))',
257
+ '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))',
258
+ 'shadow-modal-footer-no-scroll': 'var(--v-shadow-modal-footer-no-scroll, 0px -1px 0px 0px rgba(45, 76, 97, 0.15))'
259
+ };
260
+
261
+ /* This file is generated by vega-design 2.0.77 */
262
+ /* eslint-disable */
263
+ /* tslint:disable */
264
+ // prettier-ignore
265
+ const BorderRadius = {
266
+ "rounded-none": 0,
267
+ "rounded-full": 9999,
268
+ "rounded-2": 2,
269
+ "rounded-4": 4,
270
+ "rounded-8": 8,
271
+ "rounded-12": 12,
272
+ "rounded-16": 16,
273
+ "rounded-24": 24,
274
+ "rounded-32": 32,
275
+ "rounded-48": 48
276
+ };
277
+
278
+ /* This file is generated by vega-design 2.0.77 */
279
+ /* eslint-disable */
280
+ /* tslint:disable */
281
+ // prettier-ignore
282
+ const Borders = ["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"];
283
+ // prettier-ignore
284
+ const BorderMap = {
285
+ 'border-secondary-btn': '2px solid rgba(var(--v-border-secondary-btn, 19, 98, 226, 1))',
286
+ 'border-secondary-btn-hover': '2px solid rgba(var(--v-border-secondary-btn-hover, 4, 112, 236, 1))',
287
+ 'border-secondary-danger-btn': '2px solid rgba(var(--v-border-secondary-danger-btn, 230, 50, 87, 1))',
288
+ 'border-secondary-btn-active': '2px solid rgba(var(--v-border-secondary-btn-active, 29, 65, 195, 1))',
289
+ 'border-secondary-danger-btn-hover': '2px solid rgba(var(--v-border-secondary-danger-btn-hover, 255, 87, 114, 1))',
290
+ 'border-secondary-danger-btn-active': '2px solid rgba(var(--v-border-secondary-danger-btn-active, 189, 41, 71, 1))',
291
+ 'border-input-field': '1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1))',
292
+ 'border-input-field-hover': '1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))',
293
+ 'border-input-field-focus': '1px solid rgba(var(--v-border-input-field-focus, 19, 98, 226, 1))',
294
+ 'border-input-field-danger': '1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))',
295
+ 'border-input-field-danger-hover': '1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))',
296
+ 'border-input-field-danger-focus': '1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1))',
297
+ 'border-sidebar-item-focus': '2px solid rgba(var(--v-border-sidebar-item-focus, 19, 98, 226, 1))',
298
+ 'border-input-field-disabled': '1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))',
299
+ 'border-success': '2px solid rgba(var(--v-border-success, 1, 128, 31, 1))',
300
+ 'border-secondary-btn-disabled': '2px solid rgba(var(--v-border-secondary-btn-disabled, 176, 180, 181, 1))',
301
+ 'border-chip': '1px solid rgba(var(--v-border-chip, 205, 209, 211, 1))',
302
+ 'border-divider': '1px solid rgba(var(--v-border-divider, 171, 198, 216, 1))',
303
+ 'border-divider-secondary': '1px solid rgba(var(--v-border-divider-secondary, 199, 217, 229, 1))',
304
+ 'border-tile-selected': '2px solid rgba(var(--v-border-tile-selected, 19, 98, 226, 1))',
305
+ 'border-tile-selected-hover': '2px solid rgba(var(--v-border-tile-selected-hover, 4, 112, 236, 1))',
306
+ 'border-table-divider': '1px solid rgba(var(--v-border-table-divider, 171, 198, 216, 1))',
307
+ 'border-slider-handle': '1px solid rgba(var(--v-border-slider-handle, 199, 217, 229, 1))',
308
+ 'border-tile': '1px solid rgba(var(--v-border-tile, 171, 198, 216, 1))',
309
+ 'border-tile-hover': '1px solid rgba(var(--v-border-tile-hover, 115, 160, 190, 1))',
310
+ 'border-tile-focus': '1px solid rgba(var(--v-border-tile-focus, 19, 98, 226, 1))',
311
+ 'border-tile-selected-focus': '2px solid rgba(var(--v-border-tile-selected-focus, 19, 98, 226, 1))',
312
+ 'border-notification-btn': '2px solid rgba(var(--v-border-notification-btn, 32, 54, 69, 1))',
313
+ 'border-notification-btn-black': '2px solid rgba(var(--v-border-notification-btn-black, 32, 54, 69, 1))'
314
+ };
315
+
316
+ /**
317
+ * Get a week days array
318
+ *
319
+ * @param {number} firstWeekDay - The first week day (0: Sunday, 1: Monday, ...)
320
+ * @returns {number[]} - The week days array
321
+ */
322
+ const getWeekdays = (firstWeekDay = 0) => {
323
+ const weekdays = [0, 1, 2, 3, 4, 5, 6];
324
+ return weekdays.concat(weekdays).slice(firstWeekDay, firstWeekDay + 7);
325
+ };
326
+ var WeekdayLongNames;
327
+ (function (WeekdayLongNames) {
328
+ WeekdayLongNames["sun"] = "Sunday";
329
+ WeekdayLongNames["mon"] = "Monday";
330
+ WeekdayLongNames["tue"] = "Tuesday";
331
+ WeekdayLongNames["wed"] = "Wednesday";
332
+ WeekdayLongNames["thu"] = "Thursday";
333
+ WeekdayLongNames["fri"] = "Friday";
334
+ WeekdayLongNames["sat"] = "Saturday";
335
+ })(WeekdayLongNames || (WeekdayLongNames = {}));
336
+ /**
337
+ * Get the system timezone identifier
338
+ *
339
+ * @returns {string} - The system timezone identifier (e.g., "America/New_York")
340
+ */
341
+ const getSystemTimezone = () => {
342
+ return Intl.DateTimeFormat().resolvedOptions().timeZone;
343
+ };
344
+ /**
345
+ * Build an aria announcement string for date picker selection.
346
+ * TODO: consider to implement i18n for aria announcement .
347
+ *
348
+ * @param {object} options - The options for building the announcement.
349
+ * @param {'single' | 'range'} options.mode - The date picker selection mode.
350
+ * @param {Nullable<CalendarDate>} options.startDate - The start date.
351
+ * @param {Nullable<CalendarDate>} [options.endDate] - The end date (used in range mode).
352
+ * @returns {string} - The aria announcement string.
353
+ */
354
+ const buildDatePickerAnnouncement = (options) => {
355
+ const mode = options.mode;
356
+ const startDate = options.startDate;
357
+ const endDate = options.endDate;
358
+ if (!startDate && !endDate) {
359
+ return '';
360
+ }
361
+ // eslint-disable-next-line jsdoc/require-jsdoc
362
+ const formatDate = (d) => `${d.getMonthName()} ${d.date} ${d.year}`;
363
+ if (mode === 'single' && startDate) {
364
+ return `${VegaInternalTranslation.t('Selected result')}: ${formatDate(startDate)}`;
365
+ }
366
+ if (mode === 'range') {
367
+ const startDateLabel = VegaInternalTranslation.t('Start Date');
368
+ const endDateLabel = VegaInternalTranslation.t('End Date');
369
+ if (startDate && endDate) {
370
+ return `${VegaInternalTranslation.t('Selected result')} ${startDateLabel}: ${formatDate(startDate)}. ${endDateLabel}: ${formatDate(endDate)}.`;
371
+ }
372
+ if (startDate) {
373
+ return `${VegaInternalTranslation.t('Selected result')} ${startDateLabel}: ${formatDate(startDate)}.`;
374
+ }
375
+ }
376
+ return '';
377
+ };
378
+
379
+ /**
380
+ * CalendarTime represents hours/minutes in 24-hour format and centralizes parsing/formatting logic.
381
+ */
382
+ class CalendarTime {
383
+ constructor(hours, minutes) {
384
+ this._hours = hours;
385
+ this._minutes = minutes;
386
+ }
387
+ /**
388
+ * Parse a raw time string into a CalendarTime instance.
389
+ *
390
+ * @param {string} rawTime - Source time value such as "9:00" or "9am".
391
+ * @returns {CalendarTime} Parsed time.
392
+ */
393
+ static fromString(rawTime) {
394
+ const normalized = this.convertTimeTo24Hour(rawTime);
395
+ const [hourPart, minutePart] = normalized.split(':');
396
+ return new CalendarTime(Number(hourPart), Number(minutePart));
397
+ }
398
+ /**
399
+ * Build a CalendarTime from a Date instance while preserving hours/minutes.
400
+ *
401
+ * @param {Date} date - The source date.
402
+ * @returns {CalendarTime} Time representation extracted from the date.
403
+ */
404
+ static fromDate(date) {
405
+ return new CalendarTime(date.getHours(), date.getMinutes());
406
+ }
407
+ /**
408
+ * Calculate the duration in the requested precision between two CalendarTime values, accounting for overnight spans.
409
+ *
410
+ * @param {CalendarTime} start - Start time of the interval.
411
+ * @param {CalendarTime} end - End time of the interval.
412
+ * @param {'minutes' | 'hours'} precision - Desired unit of measure for the result (defaults to minutes).
413
+ * @returns {number} Duration expressed in the requested precision.
414
+ */
415
+ static calculateDuration(start, end, precision = 'minutes') {
416
+ const startMinutes = start.totalMinutes;
417
+ let endMinutes = end.totalMinutes;
418
+ if (end.hours === 0 && start.hours !== 0) {
419
+ endMinutes += 24 * 60;
420
+ }
421
+ const durationMinutes = endMinutes - startMinutes;
422
+ return precision === 'hours' ? durationMinutes / 60 : durationMinutes;
423
+ }
424
+ /**
425
+ * Normalize various time inputs (e.g. 9am, 9:30 PM) to a 24-hour HH:mm string.
426
+ *
427
+ * @param {string} timeString - User supplied time value.
428
+ * @returns {string} 24-hour formatted string.
429
+ */
430
+ static convertTimeTo24Hour(timeString) {
431
+ const normalized = timeString.toLocaleLowerCase();
432
+ if (normalized.includes('am') || normalized.includes('pm')) {
433
+ const isAm = normalized.includes('am');
434
+ const cleaned = normalized.replace('am', '').replace('pm', '').trim();
435
+ const [rawHour, rawMinutes] = cleaned.split(':');
436
+ const minutes = rawMinutes.padStart(2, '0');
437
+ if (isAm) {
438
+ return `${rawHour === '12' ? '00' : rawHour}:${minutes}`;
439
+ }
440
+ else {
441
+ const convertedHour = rawHour === '12' ? '12' : `${Number(rawHour) + 12}`;
442
+ return `${convertedHour}:${minutes}`;
443
+ }
444
+ }
445
+ return timeString;
446
+ }
447
+ /**
448
+ * Hour component in 24-hour clock.
449
+ *
450
+ * @returns {number} Hours between 0-23.
451
+ */
452
+ get hours() {
453
+ return this._hours;
454
+ }
455
+ /**
456
+ * Minute component.
457
+ *
458
+ * @returns {number} Minutes between 0-59.
459
+ */
460
+ get minutes() {
461
+ return this._minutes;
462
+ }
463
+ /**
464
+ * Total minutes elapsed since midnight for this time value.
465
+ *
466
+ * @returns {number} Minutes from 00:00.
467
+ */
468
+ get totalMinutes() {
469
+ return this._hours * 60 + this._minutes;
470
+ }
471
+ /**
472
+ * Format the time into a string using a simple formatter.
473
+ *
474
+ * @param {TimeStringFormat} format - time string Format. Defaults to 'hh:mm'.
475
+ * @returns {string} Formatted time string.
476
+ */
477
+ toString(format = 'hh:mm') {
478
+ const defaultHours = this._hours.toString().padStart(2, '0');
479
+ const defaultMinutes = this._minutes.toString().padStart(2, '0');
480
+ const normalizedFormat = format.toLowerCase();
481
+ switch (normalizedFormat) {
482
+ case 'hh:m':
483
+ return `${defaultHours}:${this._minutes}`;
484
+ case 'h:mm':
485
+ return `${this._hours}:${defaultMinutes}`;
486
+ case 'h:m':
487
+ return `${this._hours}:${this._minutes}`;
488
+ case '12-hour': {
489
+ const amPm = this._hours >= 12 ? 'pm' : 'am';
490
+ const hour12 = this._hours % 12 || 12;
491
+ return `${hour12}:${defaultMinutes} ${VegaInternalTranslation.t(amPm)}`;
492
+ }
493
+ default:
494
+ return `${defaultHours}:${defaultMinutes}`;
495
+ }
496
+ }
497
+ }
498
+
499
+ /**
500
+ * CalendarDateTime centralizes timezone-aware conversions between native Date instances and calendar helpers.
501
+ */
502
+ class CalendarDateTime {
503
+ constructor(date, timezone) {
504
+ this.originalDate = date;
505
+ this.timezone = timezone;
506
+ this.syncDateTime();
507
+ }
508
+ /**
509
+ * Build a CalendarDateTime from a native Date while the specific timezone.
510
+ *
511
+ * @param {Date} date - The native Date object to convert.
512
+ * @param {string} timezone - The timezone to apply.
513
+ * @returns {CalendarDateTime} A timezone-aware CalendarDateTime instance.
514
+ */
515
+ static fromDate(date, timezone) {
516
+ return new CalendarDateTime(date, timezone);
517
+ }
518
+ /**
519
+ * Build a CalendarDateTime from a date input (Date or string) and optional time metadata.
520
+ *
521
+ * @param {string | Date} date - The input date value (string or Date).
522
+ * @param {CalendarDateTimeOptions} options - Additional options for time, timezone, seconds, etc.
523
+ * @returns {CalendarDateTime} A timezone-aware CalendarDateTime instance.
524
+ */
525
+ static fromInitDataSource(date, options) {
526
+ const baseDate = new Date(date);
527
+ if (options.time) {
528
+ const calendarTime = CalendarTime.fromString(options.time);
529
+ baseDate.setHours(calendarTime.hours, calendarTime.minutes, 0, 0);
530
+ }
531
+ else if (options.endTimeMissing) {
532
+ baseDate.setHours(23, 59, 59, 0);
533
+ }
534
+ return CalendarDateTime.fromDate(baseDate, options.timezone);
535
+ }
536
+ /**
537
+ * Get the CalendarDate instance representing the date portion.
538
+ *
539
+ * @returns {CalendarDate} The CalendarDate object.
540
+ */
541
+ get calendarDate() {
542
+ return this.date;
543
+ }
544
+ /**
545
+ * Get the CalendarTime instance representing the time portion.
546
+ *
547
+ * @returns {CalendarTime} The CalendarTime object.
548
+ */
549
+ get calendarTime() {
550
+ return this.time;
551
+ }
552
+ /**
553
+ * Get a native Date object representing this CalendarDateTime.
554
+ *
555
+ * @returns {Date} The native Date object.
556
+ */
557
+ toDate() {
558
+ return this.date.toDate();
559
+ }
560
+ /**
561
+ * Set a new timezone and update CalendarDate/CalendarTime accordingly.
562
+ *
563
+ * @param {string} newTimezone - The new timezone to set.
564
+ */
565
+ setTimezone(newTimezone) {
566
+ this.timezone = newTimezone;
567
+ this.syncDateTime();
568
+ }
569
+ /**
570
+ * Sync CalendarDate and CalendarTime with the current originalDate and timezone.
571
+ */
572
+ syncDateTime() {
573
+ const normalized = this.convertDateToTimezone(this.originalDate);
574
+ this.date = new CalendarDate(normalized.getFullYear(), normalized.getMonth() + 1, normalized.getDate());
575
+ this.time = CalendarTime.fromDate(normalized);
576
+ }
577
+ /**
578
+ * Convert a Date to the specific timezone.
579
+ *
580
+ * @param {Date} date - The date to convert.
581
+ * @returns {Date} The date adjusted to the specific timezone.
582
+ */
583
+ convertDateToTimezone(date) {
584
+ if (this.timezone === getSystemTimezone()) {
585
+ return date;
586
+ }
587
+ try {
588
+ const formatter = new Intl.DateTimeFormat([], {
589
+ timeZone: this.timezone,
590
+ year: 'numeric',
591
+ month: '2-digit',
592
+ day: '2-digit',
593
+ hour: '2-digit',
594
+ minute: '2-digit',
595
+ second: '2-digit',
596
+ hour12: false,
597
+ });
598
+ const parts = formatter.formatToParts(date);
599
+ const yearPart = this.findDateTimeFormatPart(parts, 'year');
600
+ const monthPart = this.findDateTimeFormatPart(parts, 'month');
601
+ const dayPart = this.findDateTimeFormatPart(parts, 'day');
602
+ const hourPart = this.findDateTimeFormatPart(parts, 'hour');
603
+ const minutePart = this.findDateTimeFormatPart(parts, 'minute');
604
+ const secondPart = this.findDateTimeFormatPart(parts, 'second');
605
+ if (yearPart && monthPart && dayPart && hourPart && minutePart && secondPart) {
606
+ const year = parseInt(yearPart.value, 10);
607
+ const month = parseInt(monthPart.value, 10);
608
+ const day = parseInt(dayPart.value, 10);
609
+ const hour = parseInt(hourPart.value, 10);
610
+ const minute = parseInt(minutePart.value, 10);
611
+ const second = parseInt(secondPart.value, 10);
612
+ return new Date(year, month - 1, day, hour, minute, second);
613
+ }
614
+ }
615
+ catch (_a) {
616
+ LogUtility.warn('Invalid timezone:', this.timezone);
617
+ }
618
+ return date;
619
+ }
620
+ /**
621
+ * Find a specific part in the Intl.DateTimeFormatPart array.
622
+ *
623
+ * @param {Intl.DateTimeFormatPart[]} parts - The array of date/time format parts.
624
+ * @param {DateTimeFormatPartType} type - The type of part to find (e.g., 'year', 'month').
625
+ * @returns {Intl.DateTimeFormatPart | undefined} The matching part, if found.
626
+ */
627
+ findDateTimeFormatPart(parts, type) {
628
+ return parts.find((part) => part.type === type);
629
+ }
630
+ }
631
+
632
+ // TODO: Need rename calendar-date as vega-date to manage all date operation in vega project
633
+ // https://gethired.atlassian.net/browse/VD-5918
634
+ /**
635
+ * It returns true if the input is a valid date string, and false otherwise.
636
+ * Note:
637
+ * This is not a strict date validation, it just use Date.parse to check the input string can be parsed to a valid date or not.
638
+ * For strict date validation, please use CalendarDate.fromString method in calendar-date.ts
639
+ * Example:
640
+ * For Chrome: Date.parse('Jan/08/2026') => 1767801600000
641
+ * For Safari: Date.parse('Jan/08/2026') => NaN
642
+ * Format is DD/MM/YYYY: Date.parse('20/11/2024') => NaN
643
+ *
644
+ * @param {string} input - The string to check.
645
+ * @returns {boolean} is a valid date string or not
646
+ */
647
+ const isDateStr = (input) => !isNaN(Date.parse(input));
648
+ /**
649
+ * Compare if the firstDate is after the secondDate
650
+ *
651
+ * @param {Date} firstDate - The first date to compare.
652
+ * @param {Date} secondDate - The date to compare to.
653
+ * @returns {boolean} Return true if the firstDate is after the secondDate, otherwise it returns false.
654
+ */
655
+ const compareIsAfter = (firstDate, secondDate) => {
656
+ return firstDate.getTime() > secondDate.getTime();
657
+ };
658
+ /**
659
+ * Compare if the firstDate is before the secondDate
660
+ *
661
+ * @param {Date} firstDate - The first date to compare.
662
+ * @param {Date} secondDate - The date to compare to.
663
+ * @returns {boolean} Return true if the firstDate is before the secondDate, otherwise it returns false.
664
+ */
665
+ const compareIsBefore = (firstDate, secondDate) => {
666
+ return firstDate.getTime() < secondDate.getTime();
667
+ };
668
+ /**
669
+ * Compare if the first date is before or the same as the second date.
670
+ *
671
+ * @param {Date} firstDate - The first date to compare.
672
+ * @param {Date} secondDate - The date to compare against.
673
+ * @returns {boolean} Return true if the firstDate is before or the same as the secondDate, otherwise it returns false.
674
+ */
675
+ const compareIsSameOrBefore = (firstDate, secondDate) => {
676
+ return firstDate.getTime() <= secondDate.getTime();
677
+ };
678
+ /**
679
+ * It returns true if the input string is a valid time string in the format specified by the timeFormat parameter
680
+ *
681
+ * @param {string} input - The string to be tested.
682
+ * @param {TimeFormat} timeFormat - '12-hour' | '24-hour'
683
+ * @returns {boolean} A boolean value.
684
+ */
685
+ const isTimeStr = (input, timeFormat) => {
686
+ return timeFormat === '12-hour'
687
+ ? new RegExp(/^(1[012]|0[1-9]):[0-5][0-9] ([AP][M])$/).test(input)
688
+ : new RegExp(/^([0-1][0-9]|2[0-3]):[0-5][0-9]$/).test(input);
689
+ };
690
+ /**
691
+ * It takes a number and returns a string
692
+ *
693
+ * @param {number} number - number - The number to pad
694
+ * @param {number} [length=2] - The length of the resulting string.
695
+ * @param {string} [padChar='0'] - The character to pad the number with.
696
+ * @returns {Nullable<string>} A function that takes a number as an argument and returns a nullable string.
697
+ */
698
+ const pad = (number, length = 2, padChar = '0') => {
699
+ if (number || number === 0) {
700
+ return number.toString().padStart(length, padChar);
701
+ }
702
+ else {
703
+ LogUtility.error(`The input should be a number`);
704
+ }
705
+ };
706
+ /**
707
+ * The `convert12HourTo24HourFormat` function takes a time string in 12-hour format and converts it to 24-hour format.
708
+ *
709
+ * @param {string} time the time string need to convert, the time string should be 12-hour or 24-hour format
710
+ * @returns {string} 24 hour format time string
711
+ */
712
+ const convert12HourTo24HourFormat = (time) => {
713
+ if (isTimeStr(time, '12-hour')) {
714
+ const [hour, minute, amPm] = time.replace(' ', ':').split(':');
715
+ let convertedHour = parseInt(hour, 10);
716
+ if (amPm === 'PM' && convertedHour !== 12) {
717
+ convertedHour += 12;
718
+ }
719
+ else if (amPm === 'AM' && convertedHour === 12) {
720
+ convertedHour = 0;
721
+ }
722
+ return `${pad(convertedHour)}:${minute}`;
723
+ }
724
+ return time;
725
+ };
726
+
727
+ const WEEKDAYS_SHORT = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
728
+ // TODO: Need rename calendar-date as vega-date to manage all date operation in vega project
729
+ // https://gethired.atlassian.net/browse/VD-5918
730
+ /**
731
+ * Calendar date class
732
+ */
733
+ class CalendarDate {
734
+ constructor(year, month, date) {
735
+ this._date = date;
736
+ this._month = month;
737
+ this._year = year;
738
+ }
739
+ /**
740
+ * Create a calendar date from a Date object
741
+ *
742
+ * @param {Date} currentDate - The Date object to create CalendarDate from
743
+ * @param {string} timezone - Timezone identifier for timezone-aware date creation. If not provided, uses system timezone.
744
+ * @returns {CalendarDate} - Return a CalendarDate object
745
+ */
746
+ static from(currentDate, timezone = getSystemTimezone()) {
747
+ return CalendarDateTime.fromDate(currentDate, timezone).calendarDate;
748
+ }
749
+ /**
750
+ * Converts a date string to CalendarDate with optional format and timezone parameters.
751
+ *
752
+ * @param {string} dateString - The string date.
753
+ * @param {string} [format] - The format of string date
754
+ * @param {string} [lang] - lang
755
+ * @returns {Nullable<CalendarDate>} - CalendarDate.
756
+ */
757
+ static fromString(dateString, format = 'MM/DD/YYYY', lang = 'en-us') {
758
+ if (!dateString)
759
+ return null;
760
+ const formatMatchers = [];
761
+ let formatMatcher = null;
762
+ // Analyze the format and find the corresponding positions for year, month, and day.
763
+ // Data: formatMatchers = [['DD', index: 0, ...], ['MM', index: 3, ...], ['YYYY', index: 7, ...]]
764
+ while ((formatMatcher = DateFormatParserRegex.exec(format)) != null) {
765
+ if (formatMatcher[1] === '\\')
766
+ continue;
767
+ formatMatchers.push(formatMatcher);
768
+ }
769
+ if (formatMatchers.length) {
770
+ const datePattern = {
771
+ year: undefined,
772
+ month: undefined,
773
+ shortMonth: undefined,
774
+ longMonth: undefined,
775
+ day: undefined,
776
+ value: '',
777
+ };
778
+ const firstMatcher = formatMatchers[0];
779
+ if (firstMatcher && firstMatcher.index > 0) {
780
+ datePattern.value += '.*?';
781
+ }
782
+ // According `matchers` to generate a new regex which can parse the date by corresponding year, month and day
783
+ // Data: dateRegex = "(\d{2}).*?(\d{2}).*?(\d{4}).*?"
784
+ // datePattern = {day: 1, longMonth: null, month: 2, shortMonth: null, year: 3, value: "(\d{2}).*?(\d{2}).*?(\d{4}).*?"}
785
+ for (const [k, match] of Object.entries(formatMatchers)) {
786
+ const key = Number(k);
787
+ if (match) {
788
+ const { group, pattern } = this.getPatternByFormatToken(match[0], lang);
789
+ datePattern[group] = key + 1;
790
+ datePattern.value += pattern;
791
+ datePattern.value += '.*?';
792
+ }
793
+ }
794
+ const dateRegex = new RegExp(`^${datePattern.value}$`);
795
+ if (dateRegex.test(dateString)) {
796
+ // Parse the date
797
+ // Example: parsedDate = ['08-02-2020', '08', '02', '2020']
798
+ const parsedDate = dateRegex.exec(dateString);
799
+ if (parsedDate &&
800
+ datePattern.year &&
801
+ (datePattern.month || datePattern.shortMonth || datePattern.longMonth) &&
802
+ datePattern.day) {
803
+ const year = Number(parsedDate[datePattern.year]);
804
+ let month = 1;
805
+ if (datePattern.month) {
806
+ month = Number(parsedDate[datePattern.month]) - 1;
807
+ }
808
+ else if (datePattern.shortMonth) {
809
+ month = this.shortMonths(lang).indexOf(parsedDate[datePattern.shortMonth]);
810
+ }
811
+ else if (datePattern.longMonth) {
812
+ month = this.longMonths(lang).indexOf(parsedDate[datePattern.longMonth]);
813
+ }
814
+ const day = Number(parsedDate[datePattern.day]);
815
+ const fullYear = Number(pad(year, 4, `${new Date().getFullYear()}`.slice(0, 2)));
816
+ if (isNaN(Date.parse(`${fullYear}-${pad(month + 1)}-${pad(day)}`)))
817
+ return null;
818
+ return this.from(new Date(fullYear, month, day, 0, 0, 0, 0));
819
+ }
820
+ }
821
+ }
822
+ return this.from(new Date(dateString));
823
+ }
824
+ /**
825
+ * Get regex pattern by format token.
826
+ *
827
+ * @param {string} token - The format token.
828
+ * @param {string} lang - Language.
829
+ * @returns {FormatPatternType} - regex pattern.
830
+ */
831
+ static getPatternByFormatToken(token, lang) {
832
+ switch (token) {
833
+ case 'YY':
834
+ case 'YYYY':
835
+ return {
836
+ group: 'year',
837
+ pattern: `(\\d{${token.length}})`,
838
+ };
839
+ case 'M':
840
+ return {
841
+ group: 'month',
842
+ pattern: '(\\d{1,2})',
843
+ };
844
+ case 'MM':
845
+ return {
846
+ group: 'month',
847
+ pattern: '(\\d{2})',
848
+ };
849
+ case 'MMM':
850
+ return {
851
+ group: 'shortMonth',
852
+ pattern: `(${this.shortMonths(lang).join('|')})`,
853
+ };
854
+ case 'MMMM':
855
+ return {
856
+ group: 'longMonth',
857
+ pattern: `(${this.longMonths(lang).join('|')})`,
858
+ };
859
+ case 'D':
860
+ return {
861
+ group: 'day',
862
+ pattern: '(\\d{1,2})',
863
+ };
864
+ case 'DD':
865
+ return {
866
+ group: 'day',
867
+ pattern: '(\\d{2})',
868
+ };
869
+ /* istanbul ignore next */
870
+ default: {
871
+ return {
872
+ group: 'unknown',
873
+ pattern: '(.*)',
874
+ };
875
+ }
876
+ }
877
+ }
878
+ /**
879
+ * Shorts months.
880
+ *
881
+ * @param {string} lang - Language
882
+ * @returns {string[]} - Shorts months.
883
+ */
884
+ static shortMonths(lang) {
885
+ return this.MONTHS.map((month) => new Date(2019, month).toLocaleString(lang, { month: 'short' }));
886
+ }
887
+ /**
888
+ * Long months.
889
+ *
890
+ * @param {string} lang - Language
891
+ * @returns {string[]} - Long months.
892
+ */
893
+ static longMonths(lang) {
894
+ return this.MONTHS.map((month) => new Date(2019, month).toLocaleString(lang, { month: 'long' }));
895
+ }
896
+ /**
897
+ * The year of the calendar date
898
+ *
899
+ * @type {number}
900
+ */
901
+ get year() {
902
+ return this._year;
903
+ }
904
+ set year(value) {
905
+ this._year = value;
906
+ }
907
+ /**
908
+ * The month of the calendar date
909
+ *
910
+ * @type {number}
911
+ */
912
+ get month() {
913
+ return this._month;
914
+ }
915
+ set month(value) {
916
+ this._month = value;
917
+ }
918
+ /**
919
+ * The date of the calendar date
920
+ *
921
+ * @type {number}
922
+ */
923
+ get date() {
924
+ return this._date;
925
+ }
926
+ set date(value) {
927
+ this._date = value;
928
+ }
929
+ /**
930
+ * Converts CalendarDate to a string with an optional format specifier.
931
+ *
932
+ * @param {string} [format] - The format of string date
933
+ * @param {string} [lang] - Language
934
+ * @returns {string} The string date.
935
+ */
936
+ toString(format = 'MM/DD/YYYY', lang = 'en-us') {
937
+ let result = '';
938
+ const formatMatchers = [];
939
+ let formatMatcher = null;
940
+ while ((formatMatcher = DateFormatParserRegex.exec(format)) != null) {
941
+ if (formatMatcher[1] === '\\')
942
+ continue;
943
+ formatMatchers.push(formatMatcher);
944
+ }
945
+ if (formatMatchers.length) {
946
+ // add start line of tokens are not at the beginning
947
+ const firstMatcher = formatMatchers[0];
948
+ if (firstMatcher && firstMatcher.index > 0) {
949
+ result += format.substring(0, firstMatcher.index);
950
+ }
951
+ for (const [k, match] of Object.entries(formatMatchers)) {
952
+ const key = Number(k);
953
+ if (match) {
954
+ result += this.getDateItemByFormatToken(match[0], lang);
955
+ const nextMatch = formatMatchers[key + 1];
956
+ if (nextMatch) {
957
+ result += format.substring(match.index + match[0].length, nextMatch.index);
958
+ }
959
+ if (key === formatMatchers.length - 1) {
960
+ result += format.substring(match.index + match[0].length);
961
+ }
962
+ }
963
+ }
964
+ }
965
+ return result.replace(/\\/g, '');
966
+ }
967
+ /**
968
+ * Verify whether the calendar date is today
969
+ *
970
+ * @param {string} timezone - Timezone to consider when checking today's date. If not provided, uses system timezone.
971
+ * @returns {boolean} - Return true if the calendar date is today. Otherwise, return false.
972
+ */
973
+ isToday(timezone = getSystemTimezone()) {
974
+ if (timezone === getSystemTimezone()) {
975
+ const today = new Date();
976
+ return (today.getFullYear() === this.year &&
977
+ today.getMonth() + 1 === this.month &&
978
+ today.getDate() === this.date);
979
+ }
980
+ const { year, month, date } = CalendarDateTime.fromDate(new Date(), timezone).calendarDate;
981
+ return year === this.year && month === this.month && date === this.date;
982
+ }
983
+ /**
984
+ * Convert the calendar date to a Date object
985
+ *
986
+ * @returns {Date} - Return a Date object
987
+ */
988
+ toDate() {
989
+ return new Date(this.year, this.month - 1, this.date);
990
+ }
991
+ /**
992
+ * Compare with another calendar date
993
+ *
994
+ * @param {CalendarDate} date - The calendar date to compare with
995
+ * @returns {DateCompareResult} - Return a DateCompareResult object
996
+ */
997
+ compare(date) {
998
+ const { year, month } = date;
999
+ const result = {
1000
+ isPreviousMonth: false,
1001
+ inMonth: false,
1002
+ isNextMonth: false,
1003
+ };
1004
+ if (this.year === year) {
1005
+ if (this.month < month) {
1006
+ result.isPreviousMonth = true;
1007
+ }
1008
+ else if (this.month > month) {
1009
+ result.isNextMonth = true;
1010
+ }
1011
+ else {
1012
+ result.inMonth = true;
1013
+ }
1014
+ }
1015
+ else if (this.year > year) {
1016
+ result.isNextMonth = true;
1017
+ }
1018
+ else {
1019
+ result.isPreviousMonth = true;
1020
+ }
1021
+ return result;
1022
+ }
1023
+ /**
1024
+ * The function "equal" compares the year, month, and date of two CalendarDate objects and returns true if they are equal.
1025
+ *
1026
+ * @param {Nullable<CalendarDate>} calendarDate - The `equal` method in the code snippet is a function that compares the year, month, and date of the current `CalendarDate` object with another
1027
+ * `CalendarDate` object passed as a parameter. The method returns `true` if all three values (year, month, date) are equal
1028
+ * @returns {boolean} The date is same day with current
1029
+ */
1030
+ equal(calendarDate) {
1031
+ if (!calendarDate)
1032
+ return false;
1033
+ const { year, month, date } = calendarDate;
1034
+ return this._year === year && this._month === month && this._date === date;
1035
+ }
1036
+ /**
1037
+ * Get month name.
1038
+ *
1039
+ * @param {boolean} isShortName - Whether to get the short name or long name of the month
1040
+ * @returns {string} The name of the month
1041
+ */
1042
+ getMonthName(isShortName = false) {
1043
+ return VegaInternalTranslation.t(this.toDate().toLocaleDateString('en-US', {
1044
+ month: isShortName ? 'short' : 'long',
1045
+ }));
1046
+ }
1047
+ /**
1048
+ * To determine if it is larger than a given `CalendarDate`.
1049
+ *
1050
+ * @param {Nullable<CalendarDate>} calendarDate - A `CalendarDate`
1051
+ * @returns {boolean} - Compared result
1052
+ */
1053
+ isAfter(calendarDate) {
1054
+ if (!calendarDate)
1055
+ return false;
1056
+ return compareIsAfter(this.toDate(), calendarDate.toDate());
1057
+ }
1058
+ /**
1059
+ * To determine if it is less than a given `CalendarDate`.
1060
+ *
1061
+ * @param {Nullable<CalendarDate>} calendarDate - A `CalendarDate`
1062
+ * @returns {boolean} - Compared result
1063
+ */
1064
+ isBefore(calendarDate) {
1065
+ if (!calendarDate)
1066
+ return false;
1067
+ return compareIsBefore(this.toDate(), calendarDate.toDate());
1068
+ }
1069
+ /**
1070
+ * Get first day of month.
1071
+ *
1072
+ * @returns {CalendarDate} - First day of month.
1073
+ */
1074
+ firstDateOfMonth() {
1075
+ return CalendarDate.from(new Date(this.year, this.month - 1, 1));
1076
+ }
1077
+ /**
1078
+ * Get last day of month.
1079
+ *
1080
+ * @returns {CalendarDate} - Last day of month.
1081
+ */
1082
+ lastDateOfMonth() {
1083
+ return CalendarDate.from(new Date(this.year, this.month, 0));
1084
+ }
1085
+ /**
1086
+ * Adjusts the calendar date by adding the specified number of years, months, and days.
1087
+ *
1088
+ * @param {number} [years=0] - The number of years to add.
1089
+ * @param {number} [months=0] - The number of months to add.
1090
+ * @param {number} [days=0] - The number of days to add.
1091
+ * @returns {CalendarDate} - A new CalendarDate object with the adjusted date.
1092
+ */
1093
+ add(years = 0, months = 0, days = 0) {
1094
+ const currentDate = this.toDate();
1095
+ const adjustedDate = new Date(currentDate.getFullYear() + years, currentDate.getMonth() + months, currentDate.getDate() + days);
1096
+ return CalendarDate.from(adjustedDate);
1097
+ }
1098
+ /**
1099
+ * Get the short name of the week day for the calendar date.
1100
+ *
1101
+ * @returns {string} - The short name of the week day.
1102
+ */
1103
+ getWeekDayShortName() {
1104
+ const currentDate = this.toDate();
1105
+ return WEEKDAYS_SHORT[currentDate.getDay()];
1106
+ }
1107
+ /**
1108
+ * Get year, month and day value by format token.
1109
+ *
1110
+ * @param {string} token - The format token.
1111
+ * @param {string} lang - Language.
1112
+ * @returns {string} - year, month and day value.
1113
+ */
1114
+ getDateItemByFormatToken(token, lang) {
1115
+ switch (token) {
1116
+ case 'YY':
1117
+ return String(this.year).slice(-2);
1118
+ case 'YYYY':
1119
+ return String(this.year);
1120
+ case 'M':
1121
+ return String(this.month);
1122
+ case 'MM':
1123
+ return `0${this.month}`.slice(-2);
1124
+ case 'MMM':
1125
+ return CalendarDate.shortMonths(lang)[this.month - 1];
1126
+ case 'MMMM':
1127
+ return CalendarDate.longMonths(lang)[this.month - 1];
1128
+ case 'D':
1129
+ return String(this.date);
1130
+ case 'DD':
1131
+ return `0${this.date}`.slice(-2);
1132
+ default:
1133
+ return '';
1134
+ }
1135
+ }
1136
+ }
1137
+ CalendarDate.MONTHS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];
1138
+
1139
+ /**
1140
+ * CalendarPeriod is an abstract class that represents a period of date for calendar.
1141
+ */
1142
+ class CalendarPeriod {
1143
+ constructor(count, current, timezone) {
1144
+ this._count = count;
1145
+ this._timezone = timezone || getSystemTimezone();
1146
+ this._current = current ? current : CalendarDate.from(new Date(), this._timezone);
1147
+ this.calculatePeriod(this._current);
1148
+ }
1149
+ /**
1150
+ * The current date of the period.
1151
+ *
1152
+ * @type {CalendarDate}
1153
+ */
1154
+ get current() {
1155
+ return this._current;
1156
+ }
1157
+ /**
1158
+ * The start date of the period
1159
+ *
1160
+ * @type {CalendarDate}
1161
+ */
1162
+ get startDate() {
1163
+ return this._startDate;
1164
+ }
1165
+ /**
1166
+ * The end date of the period
1167
+ *
1168
+ * @type {CalendarDate}
1169
+ */
1170
+ get endDate() {
1171
+ return this._endDate;
1172
+ }
1173
+ /**
1174
+ * The count of the period
1175
+ *
1176
+ * @type {number}
1177
+ */
1178
+ get count() {
1179
+ return this._count;
1180
+ }
1181
+ /**
1182
+ * This function returns the type of the object.
1183
+ *
1184
+ * @type {string}
1185
+ */
1186
+ get type() {
1187
+ return this._type;
1188
+ }
1189
+ /**
1190
+ * This function returns the showWeekends of the object.
1191
+ *
1192
+ * @type {boolean}
1193
+ */
1194
+ get showWeekends() {
1195
+ return this._showWeekends;
1196
+ }
1197
+ /**
1198
+ * The timezone of the period.
1199
+ *
1200
+ * @type {string | undefined}
1201
+ */
1202
+ get timezone() {
1203
+ return this._timezone;
1204
+ }
1205
+ /**
1206
+ * Go to a specific date.
1207
+ *
1208
+ * @param {CalendarDate} date - The date to go to.
1209
+ * @returns {this} - The current period.
1210
+ */
1211
+ goTo(date) {
1212
+ return this.createBy(date);
1213
+ }
1214
+ /**
1215
+ * Go to now.
1216
+ *
1217
+ * @returns {this} - The current period.
1218
+ */
1219
+ now() {
1220
+ return this.createBy(CalendarDate.from(new Date(), this._timezone));
1221
+ }
1222
+ /**
1223
+ * Check the give period is equal to current period
1224
+ *
1225
+ * @param {CalendarPeriod} [period] - Give period to compare
1226
+ * @returns {boolean} compare result
1227
+ */
1228
+ equal(period) {
1229
+ return this.startDate.equal(period.startDate) && this.endDate.equal(period.endDate);
1230
+ }
1231
+ /**
1232
+ * Calculate the period start date and end date.
1233
+ *
1234
+ * @param {CalendarDate} date - The date to calculate the period from.
1235
+ */
1236
+ calculatePeriod(date) {
1237
+ const cursor = date.toDate();
1238
+ if (this.count > 1) {
1239
+ cursor.setDate(cursor.getDate() - getWeekdays().indexOf(cursor.getDay()));
1240
+ }
1241
+ this._startDate = CalendarDate.from(cursor);
1242
+ cursor.setDate(cursor.getDate() + this.count - 1);
1243
+ this._endDate = CalendarDate.from(cursor);
1244
+ }
1245
+ }
1246
+
1247
+ /**
1248
+ * StateVariantFormatter: Format state token to CSS styles
1249
+ */
1250
+ class StateVariantFormatter {
1251
+ /**
1252
+ * The function `format` takes an input state variant type and returns formatted CSS styles based on
1253
+ * the input.
1254
+ *
1255
+ * @param {StateVariantType} input - The `format` function takes an `input` parameter of type
1256
+ * `StateVariantType<ManagedStateScopeInput[Flag], State>`. This means that the `input` parameter
1257
+ * should be an object that contains styles for different states, where the keys are state names and
1258
+ * the values are the corresponding styles
1259
+ * @returns {string} The `format` function returns a string that contains CSS styles based on the input
1260
+ * provided. If the input is determined to be a state variant token type, the function generates CSS
1261
+ * styles for each state in the input and returns them joined by newlines. If the input is not a state
1262
+ * variant token type, the function generates CSS styles for the default state and returns them.
1263
+ */
1264
+ format(input) {
1265
+ if (isStateVariantTokenType(input)) {
1266
+ const stateStyles = [];
1267
+ this.getStates().forEach((state) => {
1268
+ const style = this.formatToken(input[state]);
1269
+ if (style) {
1270
+ stateStyles.push(`:host${state === 'default' ? '' : `(:${state})`}{\n\t${style}\n}`);
1271
+ }
1272
+ });
1273
+ return stateStyles.join('\n');
1274
+ }
1275
+ else {
1276
+ const style = this.formatToken(input);
1277
+ return `:host{\n\t${style}\n}`;
1278
+ }
1279
+ }
1280
+ }
1281
+
1282
+ /**
1283
+ * The `StateBackgroundColorFormatter` class in TypeScript formats background color tokens
1284
+ * and handles different CSS states.
1285
+ */
1286
+ class StateBackgroundColorFormatter extends StateVariantFormatter {
1287
+ constructor() {
1288
+ super(...arguments);
1289
+ this.states = ['default', 'hover', 'active', 'focus-visible'];
1290
+ }
1291
+ /**
1292
+ * The function `formatToken` takes a `BackgroundColorsTokenType` input, checks if it is a valid
1293
+ * background color token type, and returns the corresponding CSS background color value or logs a
1294
+ * warning if the input is invalid.
1295
+ *
1296
+ * @param {BackgroundColorsTokenType} input - The `input` parameter is of type
1297
+ * `BackgroundColorsTokenType`, which is used to represent different background color tokens.
1298
+ * @returns {string} The `formatToken` function takes a `BackgroundColorsTokenType` input and checks if it is a
1299
+ * valid background color token type. If it is valid, it retrieves the corresponding color value from
1300
+ * the `BackgroundColorMap` and returns a CSS style string with the background color. If the input is
1301
+ * not valid, it logs a warning message using `LogUtility.warn` and returns an empty string.
1302
+ */
1303
+ formatToken(input) {
1304
+ if (isBackgroundColorTokenType(input)) {
1305
+ const tokenValue = BackgroundColorMap[input];
1306
+ return `background-color: ${tokenValue};`;
1307
+ }
1308
+ else {
1309
+ LogUtility.warn(`The backgroundColor value ${input} is invalid, it must be a value of: `, BackgroundColors);
1310
+ return '';
1311
+ }
1312
+ }
1313
+ /**
1314
+ * The function `getStates` returns an array of `CssStatesType` objects.
1315
+ *
1316
+ * @returns {CssStatesType[]} An array of objects of type CssStatesType, which represents the states stored in the
1317
+ * variable this.states.
1318
+ */
1319
+ getStates() {
1320
+ return this.states;
1321
+ }
1322
+ }
1323
+ const StateBackgroundColorFormatter$1 = new StateBackgroundColorFormatter();
1324
+
1325
+ var DateDirection;
1326
+ (function (DateDirection) {
1327
+ DateDirection["PREVIOUS"] = "-1";
1328
+ DateDirection["NEXT"] = "1";
1329
+ })(DateDirection || (DateDirection = {}));
1330
+ /**
1331
+ * The function `getTimeIndex` calculates the index of a given time string based on a specified time unit.
1332
+ *
1333
+ * @param {string} timeString - A string representing a time in the format "HH:MM", where HH is the hour and MM is the minutes.
1334
+ * @param {number} [unit=15] - The `unit` parameter in the `getTimeIndex` function is used to specify
1335
+ * the interval in minutes for dividing the day. By default, it is set to 15 minutes, meaning that the
1336
+ * day will be divided into 15-minute intervals.
1337
+ * @returns {number} the index of the given time string based on the specified time unit.
1338
+ */
1339
+ function getTimeIndex(timeString, unit = 15) {
1340
+ const [hour, minutes] = timeString.split(':');
1341
+ return Math.round((Number(hour) * 60 + Number(minutes)) / unit);
1342
+ }
1343
+ /**
1344
+ * Returns a string that includes the event key for a calendar event slot.
1345
+ *
1346
+ * @param {string} eventKey - represents the key or identifier of a calendar event.
1347
+ * @returns {string} a string that is a concatenation of 'vega-calendar-event-slot-' and the eventKey parameter.
1348
+ */
1349
+ function getCalendarEventSlotName(eventKey) {
1350
+ return 'vega-calendar-event-slot-' + eventKey;
1351
+ }
1352
+ /**
1353
+ * Returns the closest workday to a given calendar date based on a specified direction.
1354
+ *
1355
+ * @param {Date} date - The starting date from which you want to find the closest workday.
1356
+ * @param {'-1' | '1'} [direction=1] - Determines whether to find the closest workday in the past or future. It can have two possible values:
1357
+ * @returns {CalendarDate} The closest workday to the input date
1358
+ */
1359
+ function getClosestWorkday(date, direction = DateDirection.NEXT) {
1360
+ const day = date.toDate().getDay();
1361
+ if (day === 0 || day === 6) {
1362
+ let nextWorkdayGap = day === 0 ? 1 : 2;
1363
+ if (direction === DateDirection.PREVIOUS) {
1364
+ nextWorkdayGap = day === 0 ? -2 : -1;
1365
+ }
1366
+ return CalendarDate.from(new Date(date.year, date.month - 1, date.date + nextWorkdayGap));
1367
+ }
1368
+ return date;
1369
+ }
1370
+ /**
1371
+ * Get event status background color.
1372
+ *
1373
+ * @param {Nullable<string | BackgroundColorsTokenType>} color the background color
1374
+ * @returns {string} background color style string
1375
+ */
1376
+ function getEventStatusBgColorStyle(color = 'bg-accent6-primary') {
1377
+ if (isBackgroundColorTokenType(color)) {
1378
+ return `.event-bg-color{${StateBackgroundColorFormatter$1.formatToken(color)}}`;
1379
+ }
1380
+ else {
1381
+ return `.event-bg-color{background-color:${color}}`;
1382
+ }
1383
+ }
1384
+
1385
+ /**
1386
+ * Period of day.
1387
+ */
1388
+ class DayPeriod extends CalendarPeriod {
1389
+ constructor(current, showWeekends, timezone) {
1390
+ super(DayPeriod.DISPLAY_DATE_COUNT, current, timezone);
1391
+ this._type = 'day';
1392
+ this._showWeekends = true;
1393
+ this._showWeekends = showWeekends === false ? false : true;
1394
+ }
1395
+ /**
1396
+ * @inheritDoc
1397
+ */
1398
+ next() {
1399
+ const nextDate = this.current.toDate();
1400
+ nextDate.setDate(nextDate.getDate() + 1);
1401
+ let calendarDate = CalendarDate.from(nextDate);
1402
+ if (this._showWeekends === false) {
1403
+ calendarDate = getClosestWorkday(calendarDate);
1404
+ }
1405
+ return this.createBy(calendarDate);
1406
+ }
1407
+ /**
1408
+ * @inheritDoc
1409
+ */
1410
+ previous() {
1411
+ const previousDate = this.current.toDate();
1412
+ previousDate.setDate(previousDate.getDate() - 1);
1413
+ let calendarDate = CalendarDate.from(previousDate);
1414
+ if (this._showWeekends === false) {
1415
+ calendarDate = getClosestWorkday(calendarDate, DateDirection.PREVIOUS);
1416
+ }
1417
+ return this.createBy(calendarDate);
1418
+ }
1419
+ /**
1420
+ * Go to now.
1421
+ *
1422
+ * @returns {this} - The current period.
1423
+ */
1424
+ now() {
1425
+ let calendarDate = CalendarDate.from(new Date(), this.timezone);
1426
+ if (this._showWeekends === false) {
1427
+ calendarDate = getClosestWorkday(calendarDate);
1428
+ }
1429
+ return this.createBy(calendarDate);
1430
+ }
1431
+ /**
1432
+ * @inheritDoc
1433
+ */
1434
+ createBy(current) {
1435
+ return new DayPeriod(current, this._showWeekends, this.timezone);
1436
+ }
1437
+ }
1438
+ DayPeriod.DISPLAY_DATE_COUNT = 1;
1439
+
1440
+ /**
1441
+ * Period of the week
1442
+ */
1443
+ class WeekPeriod extends CalendarPeriod {
1444
+ constructor(current, showWeekends, timezone) {
1445
+ super(WeekPeriod.DISPLAY_DATE_COUNT, current, timezone);
1446
+ this._type = 'week';
1447
+ this._showWeekends = true;
1448
+ this._showWeekends = showWeekends === false ? false : true;
1449
+ }
1450
+ /**
1451
+ * @inheritDoc
1452
+ */
1453
+ next() {
1454
+ const currentDate = this.current.toDate();
1455
+ currentDate.setDate(currentDate.getDate() + 7);
1456
+ return this.createBy(CalendarDate.from(currentDate));
1457
+ }
1458
+ /**
1459
+ * @inheritDoc
1460
+ */
1461
+ previous() {
1462
+ const currentDate = this.current.toDate();
1463
+ currentDate.setDate(currentDate.getDate() - 7);
1464
+ return this.createBy(CalendarDate.from(currentDate));
1465
+ }
1466
+ /**
1467
+ * @inheritDoc
1468
+ */
1469
+ createBy(current) {
1470
+ return new WeekPeriod(current, this._showWeekends, this.timezone);
1471
+ }
1472
+ }
1473
+ WeekPeriod.DISPLAY_DATE_COUNT = 7;
1474
+
1475
+ /**
1476
+ * Period of month
1477
+ */
1478
+ class MonthPeriod extends CalendarPeriod {
1479
+ constructor(current, showWeekends, timezone) {
1480
+ super(MonthPeriod.DISPLAY_DATE_COUNT, current, timezone);
1481
+ this._type = 'month';
1482
+ this._showWeekends = true;
1483
+ this._showWeekends = showWeekends === false ? false : true;
1484
+ }
1485
+ /**
1486
+ * The function `getMonthFirstDay` returns the first day of a given month in a calendar.
1487
+ *
1488
+ * @param {CalendarDate} [calendarDate] - The `calendarDate` parameter is an optional parameter of
1489
+ * type `CalendarDate`. It represents a specific date in the calendar. If a `calendarDate` is
1490
+ * provided, the function will use that date to determine the first day of the month. If no
1491
+ * `calendarDate` is provided, the function will use the current date considering timezone.
1492
+ * @param {string} [timezone] - The timezone to use when no calendarDate is provided
1493
+ * @returns {CalendarDate} A new `CalendarDate` object representing the first day of the month from the provided
1494
+ * `calendarDate` parameter or the current date if no parameter is provided.
1495
+ */
1496
+ static getMonthFirstDay(calendarDate, timezone) {
1497
+ const date = calendarDate || CalendarDate.from(new Date(), timezone);
1498
+ return new CalendarDate(date.year, date.month, 1);
1499
+ }
1500
+ /**
1501
+ * Calculate the period start date and end date.
1502
+ *
1503
+ * @param {CalendarDate} date - The date to calculate the period from.
1504
+ */
1505
+ calculatePeriod(date) {
1506
+ const firstDay = MonthPeriod.getMonthFirstDay(date);
1507
+ const cursor = firstDay.toDate();
1508
+ cursor.setDate(cursor.getDate() - getWeekdays().indexOf(cursor.getDay()));
1509
+ this._startDate = CalendarDate.from(cursor);
1510
+ cursor.setDate(cursor.getDate() + this.count - 1);
1511
+ this._endDate = CalendarDate.from(cursor);
1512
+ }
1513
+ /**
1514
+ * @inheritDoc
1515
+ */
1516
+ next() {
1517
+ const current = this.current.toDate();
1518
+ const year = current.getFullYear();
1519
+ const month = current.getMonth() + 1;
1520
+ const day = current.getDate();
1521
+ // Get the last day of the next month
1522
+ const lastDayOfNextMonth = new Date(year, month + 1, 0).getDate();
1523
+ const nextDay = Math.min(day, lastDayOfNextMonth);
1524
+ const next = new Date(year, month, nextDay);
1525
+ return this.createBy(CalendarDate.from(next));
1526
+ }
1527
+ /**
1528
+ * @inheritDoc
1529
+ */
1530
+ previous() {
1531
+ const current = this.current.toDate();
1532
+ const year = current.getFullYear();
1533
+ const month = current.getMonth() - 1;
1534
+ const day = current.getDate();
1535
+ // Get the last day of the previous month
1536
+ const lastDayOfPreviousMonth = new Date(year, month + 1, 0).getDate();
1537
+ const previousDay = Math.min(day, lastDayOfPreviousMonth);
1538
+ const previous = new Date(year, month, previousDay);
1539
+ return this.createBy(CalendarDate.from(previous));
1540
+ }
1541
+ /**
1542
+ * @inheritDoc
1543
+ */
1544
+ createBy(current) {
1545
+ return new MonthPeriod(current, this._showWeekends, this.timezone);
1546
+ }
1547
+ }
1548
+ MonthPeriod.DISPLAY_DATE_COUNT = 6 * 7;
1549
+
1550
+ /**
1551
+ * Returns true if the input is a string that is one of the four directions.
1552
+ *
1553
+ * @param {unknown} input - The value to check.
1554
+ * @returns {boolean} indicating if the input is type of {@link SpacingDirection}
1555
+ */
1556
+ const isSpacingDirection = (input) => {
1557
+ return typeof input === 'string' && ['top', 'bottom', 'left', 'right', 'x', 'y'].includes(input);
1558
+ };
1559
+ /**
1560
+ * If the input is a string and the string is a key in the Spacing enum, then the input is a SpacingTokenType.
1561
+ *
1562
+ * @param {unknown} input - The value to check.
1563
+ * @returns {boolean} indicating if the input is type of {@link SpacingTokenType}
1564
+ */
1565
+ const isSpacingTokenType = (input) => {
1566
+ return typeof input === 'string' && typeof Spacing[input] === 'number';
1567
+ };
1568
+ /**
1569
+ * If every key in the input is a valid spacing direction and every value in the input is a valid spacing value, then the
1570
+ * input is a valid directional spacing type.
1571
+ *
1572
+ * @param {unknown} input - unknown - This is the input value that we want to check.
1573
+ * @returns {boolean} indicating if the input is type of {@link DirectionalSpacingType}
1574
+ */
1575
+ const isDirectionalSpacingType = (input) => {
1576
+ return (typeof input === 'object' &&
1577
+ input !== null &&
1578
+ Object.keys(input).every(isSpacingDirection) &&
1579
+ Object.values(input).every((paddingValue) => paddingValue in Spacing));
1580
+ };
1581
+ /**
1582
+ * `isResponsiveType` returns true if the input is an object with a `default` property and all other properties are valid
1583
+ * breakpoints
1584
+ *
1585
+ * @param {unknown} input - unknown - this is the input that we want to check if it's a ResponsiveType
1586
+ * @returns {boolean} indicating if the input is type of {@link ResponsiveType<ResponsiveScope>}
1587
+ */
1588
+ const isResponsiveType = (input) => {
1589
+ return typeof input === 'object' && input !== null && Object.keys(input).every(isBreakpointsTokenType);
1590
+ };
1591
+ /**
1592
+ * If the input is a string and it's either in the Breakpoints enum or it's the string 'default', then it's a
1593
+ * BreakpointsTokenType.
1594
+ *
1595
+ * @param {unknown} input - The value to check.
1596
+ * @returns {boolean} indicating if the input is type of {@link BreakpointsTokenType}
1597
+ */
1598
+ const isBreakpointsTokenType = (input) => {
1599
+ return typeof input === 'string' && (input in Breakpoints || input === 'default');
1600
+ };
1601
+ /**
1602
+ * This function returns true if the input is a string that is a key in the BorderRadius object.
1603
+ *
1604
+ * @param {unknown} input - unknown - This is the input that will be checked.
1605
+ * @returns {boolean} indicating if the input is type of {@link BorderRadiusTokenType}
1606
+ */
1607
+ const isBorderRadiusTokenType = (input) => {
1608
+ return typeof input === 'string' && input in BorderRadius;
1609
+ };
1610
+ /**
1611
+ * If the input is a string and it's in the Colors array, then it's a ColorsTokenType.
1612
+ *
1613
+ * @param {unknown} input - unknown - This is the input that we're checking.
1614
+ * @returns {boolean} indicating if the input is type of {@link ColorsTokenType}
1615
+ */
1616
+ const isColorTokenType = (input) => {
1617
+ return typeof input === 'string' && Colors.includes(input);
1618
+ };
1619
+ /**
1620
+ * It returns true if the input is a string that starts with 'border-color-' and is a valid color token type.
1621
+ *
1622
+ * @param {unknown} input - The value to be tested.
1623
+ * @returns {boolean} indicating if the input is {@link BorderColorsTokenType}
1624
+ */
1625
+ const isBorderColorTokenType = (input) => {
1626
+ return isColorTokenType(input) && /^border-color-.+$/.test(input);
1627
+ };
1628
+ /**
1629
+ * If the input is a string and it's in the Borders array, then it's a BordersTokenType.
1630
+ *
1631
+ * @param {unknown} input - unknown - This is the input that we're checking.
1632
+ * @returns {boolean} indicating if the input is type of {@link BordersTokenType}
1633
+ */
1634
+ const isBorderTokenType = (input) => {
1635
+ return typeof input === 'string' && Borders.includes(input);
1636
+ };
1637
+ /**
1638
+ * It returns true if the input is a string that starts with `bg-` and is a valid color token type.
1639
+ *
1640
+ * @param {unknown} input - The value to be tested.
1641
+ * @returns {boolean} indicating if the input is {@link BackgroundColorsTokenType}
1642
+ */
1643
+ const isBackgroundColorTokenType = (input) => {
1644
+ return isColorTokenType(input) && /^bg-.+$/.test(input);
1645
+ };
1646
+ /**
1647
+ * This function returns true if the input is a string that starts with 'text-' and is a valid color token type.
1648
+ *
1649
+ * @param {unknown} input - The value to check.
1650
+ * @returns {boolean} indicating if the input is {@link TextColorsTokenType}
1651
+ */
1652
+ const isTextColorTokenType = (input) => {
1653
+ return isColorTokenType(input) && /^text-.+$/.test(input);
1654
+ };
1655
+ /**
1656
+ * If the input is a string and it's in the Shadows array, then it's a ShadowsTokenType.
1657
+ *
1658
+ * @param {unknown} input - unknown - This is the input that will be checked.
1659
+ * @returns {boolean} indicating if the input is {@link ShadowsTokenType}
1660
+ */
1661
+ const isShadowsTokenType = (input) => {
1662
+ return typeof input === 'string' && Shadows.includes(input);
1663
+ };
1664
+ /**
1665
+ * If the input is a number, it must be between 1 and 12. If the input is a string, it must be in the
1666
+ * format of '1-auto' to '12-auto'.
1667
+ *
1668
+ * @param {unknown} input - The input to be tested.
1669
+ * @returns {boolean} indicating if the input is {@link GridColumnsType}
1670
+ */
1671
+ const isGridColumnsType = (input) => {
1672
+ return ((typeof input === 'string' || typeof input === 'number') && GridColumnsRegex.test(input.toString()));
1673
+ };
1674
+ /**
1675
+ * If the input is a number, it must be between 1 and 12. If the input is a string, it must be in the
1676
+ * format of '1-auto' to '12-auto'.
1677
+ *
1678
+ * @param {unknown} input - The input to be tested.
1679
+ * @returns {boolean} indicating if the input is {@link GridRowsType}
1680
+ */
1681
+ const isGridRowsType = (input) => {
1682
+ return (typeof input === 'string' || typeof input === 'number') && GridRowsRegex.test(input.toString());
1683
+ };
1684
+ /**
1685
+ * Checks if the input is a valid GridJustifyItemsType value.
1686
+ *
1687
+ * @param {unknown} input - The input to test.
1688
+ * @returns {boolean} indicating if the input is {@link GridJustifyItemsType}
1689
+ */
1690
+ const isGridJustifyItemsType = (input) => {
1691
+ return typeof input === 'string' && GridJustifyItems.includes(input);
1692
+ };
1693
+ /**
1694
+ * If the input is a string, and that string is a key in the Breakpoints object, then the input is a GridRowType.
1695
+ *
1696
+ * @param {unknown} input - The value that is being checked.
1697
+ * @returns {boolean} indicating if the input is {@link BreakpointsTokenType}
1698
+ */
1699
+ const isBreakpointsForPrefixType = (input) => {
1700
+ return Object.keys(Breakpoints).includes(input);
1701
+ };
1702
+ /**
1703
+ * If the input is an object with a number property named X and a number property named Y, then it's a TranslocationType.
1704
+ *
1705
+ * @param {unknown} input - The input to check.
1706
+ * @returns {boolean} indicating if the input is {@link TranslocationType}
1707
+ */
1708
+ const isTranslocationType = (input) => {
1709
+ return (typeof input === 'object' &&
1710
+ input !== null &&
1711
+ (typeof input['X'] === 'number' ||
1712
+ ['start', 'center', 'end'].includes(input['X'])) &&
1713
+ (typeof input['Y'] === 'number' ||
1714
+ ['start', 'center', 'end'].includes(input['Y'])));
1715
+ };
1716
+ /**
1717
+ * "If the input is an object with a `groupId` property that is a string, and an `element` property that is an object with
1718
+ * a `tagName` property that is `'VEGA-ACCORDION'`, then return true, otherwise return false."
1719
+ *
1720
+ * The above function is a type guard. It's a function that takes an input of type `unknown` and returns a boolean. If the
1721
+ * input is of the type we're looking for, then the function returns `true`, otherwise it returns `false`
1722
+ *
1723
+ * @param {unknown} input - The input to check.
1724
+ * @returns {boolean} indicating if the input is {@link AccordionObserverPayload}
1725
+ */
1726
+ const isAccordionObserverPayload = (input) => {
1727
+ return (typeof input['groupId'] === 'string' &&
1728
+ input['element'] &&
1729
+ input['element']['tagName'] === 'VEGA-ACCORDION');
1730
+ };
1731
+ /**
1732
+ * If the input is a string and it's in the list of FlexDirections, then it's a FlexDirectionType.
1733
+ *
1734
+ * @param {unknown} input - unknown - This is the input that we want to check.
1735
+ * @returns {boolean} A function that takes an unknown input and returns a boolean.
1736
+ */
1737
+ const isFlexDirectionType = (input) => {
1738
+ return typeof input === 'string' && FlexDirections.includes(input);
1739
+ };
1740
+ /**
1741
+ * This TypeScript function checks if an input is a valid FlexAlignItemType.
1742
+ *
1743
+ * @param {unknown} input - The input parameter is of type unknown, which means it can be any type of
1744
+ * value. The function is checking if the input is a string and if it is included in the FlexAlignItem
1745
+ * array. If both conditions are true, it returns true, indicating that the input is of type
1746
+ * FlexAlignItemType
1747
+ * @returns {boolean} The function `isFlexAlignItemType` is returning a boolean value. It checks if the `input`
1748
+ * parameter is a string and if it is included in the `FlexAlignItem` array. If both conditions are
1749
+ * true, it returns `true`, indicating that the `input` is of type `FlexAlignItemType`. Otherwise, it
1750
+ * returns `false`.
1751
+ */
1752
+ const isFlexAlignItemType = (input) => {
1753
+ return typeof input === 'string' && FlexAlignItem.includes(input);
1754
+ };
1755
+ /**
1756
+ * This TypeScript function checks if an input is a valid FlexJustifyContentType.
1757
+ *
1758
+ * @param {unknown} input - The input parameter is of type unknown, which means it can be any type of
1759
+ * value. The function is checking if the input is a string and if it is one of the values in the
1760
+ * FlexJustifyContent array.
1761
+ * @returns {boolean} A boolean value. The function checks if the input is a string and if it is included in the
1762
+ * `FlexJustifyContent` array, and returns `true` if both conditions are met, indicating that the input
1763
+ * is of type `FlexJustifyContentType`. If either condition is not met, the function returns `false`.
1764
+ */
1765
+ const isFlexJustifyContentType = (input) => {
1766
+ return typeof input === 'string' && FlexJustifyContent.includes(input);
1767
+ };
1768
+ /**
1769
+ * The function `isFlexWrapType` checks if the input is a valid `FlexWrapType` string.
1770
+ *
1771
+ * @param {unknown} input - The `input` parameter in the `isFlexWrapType` function is of type
1772
+ * `unknown`, which means it can be any type of value. The function checks if the input is a string and
1773
+ * if it is included in the `FlexWrap` array.
1774
+ * @returns {boolean} The `isFlexWrapType` function is returning a boolean value. It checks if the `input` is a
1775
+ * string and if it is included in the `FlexWrap` array, which contains valid `FlexWrapType` values. If
1776
+ * both conditions are met, the function returns `true`, indicating that the `input` is of type
1777
+ * `FlexWrapType`. Otherwise, it returns `false`.
1778
+ */
1779
+ const isFlexWrapType = (input) => {
1780
+ return typeof input === 'string' && FlexWrap.includes(input);
1781
+ };
1782
+ /**
1783
+ * The function `isTextAlignType` checks if the input is a valid `TextAlignType` string.
1784
+ *
1785
+ * @param {unknown} input - The `input` parameter is of type `unknown`, which means it can be any type
1786
+ * of value.
1787
+ * @returns {boolean} The `isTextAlignType` function is returning a boolean value. It checks if the `input` is a
1788
+ * string and if it is included in the `TextAlign` array, which presumably contains valid
1789
+ * `TextAlignType` values. If both conditions are met, the function returns `true`, indicating that the
1790
+ * `input` is of type `TextAlignType`. Otherwise, it returns `false
1791
+ */
1792
+ const isTextAlignType = (input) => {
1793
+ return typeof input === 'string' && TextAlign.includes(input);
1794
+ };
1795
+ /**
1796
+ * It takes an array of unknowns and a type guard function, and returns a type guard function that
1797
+ * returns true if the input is an array of the type that the type guard function guards
1798
+ *
1799
+ * @param {unknown} input - unknown - the input to check
1800
+ * @param {Function} itemTypeGuard - (item: unknown) => item is T
1801
+ * @returns {boolean} A function that takes two arguments, input and itemTypeGuard.
1802
+ */
1803
+ const isArrayOfType = (input, itemTypeGuard) => {
1804
+ return Array.isArray(input) && input.every(itemTypeGuard);
1805
+ };
1806
+ /**
1807
+ * If the input is an object with a label and key property, then it's a DropdownSourceItem.
1808
+ *
1809
+ * @param {unknown} input - The input to check.
1810
+ * @returns {boolean} A function that takes in an unknown input and returns a boolean.
1811
+ */
1812
+ const isDropdownSourceItemType = (input) => {
1813
+ return (typeof input === 'object' &&
1814
+ Object.prototype.hasOwnProperty.call(input, 'label') &&
1815
+ Object.prototype.hasOwnProperty.call(input, 'key'));
1816
+ };
1817
+ /**
1818
+ * If the input is an object with an id and displayName property, then it's a SelectSourceItem.
1819
+ *
1820
+ * @param {unknown} input - The input to check.
1821
+ * @returns {boolean} A function that takes an input and returns a boolean.
1822
+ */
1823
+ const isSelectSourceItemType = (input) => {
1824
+ return (typeof input === 'object' &&
1825
+ Object.prototype.hasOwnProperty.call(input, 'id') &&
1826
+ Object.prototype.hasOwnProperty.call(input, 'displayName'));
1827
+ };
1828
+ /**
1829
+ * The function `isBoxDisplayType` checks if the input is a valid BoxDisplayType.
1830
+ *
1831
+ * @param {unknown} input - The input parameter is of type unknown, which means it can be any type.
1832
+ * @returns {boolean} a boolean value.
1833
+ */
1834
+ const isBoxDisplayType = (input) => {
1835
+ return typeof input === 'string' && BoxDisplay.includes(input);
1836
+ };
1837
+ /**
1838
+ * Check if the input is not null and undefined
1839
+ *
1840
+ * @param {Nullable} input - the value
1841
+ * @returns {boolean} return true if the input is not null and undefined
1842
+ */
1843
+ const isNonNullable = (input) => {
1844
+ return input !== null && input !== undefined;
1845
+ };
1846
+ /**
1847
+ * The function `isTypographyTokenType` checks if the input is a string and if it is one of the predefined TypographyTokenType values.
1848
+ *
1849
+ * @param {unknown} input - The input parameter is of type unknown, which means it can be any type.
1850
+ * @returns {boolean} a boolean value.
1851
+ */
1852
+ const isTypographyTokenType = (input) => {
1853
+ return typeof input === 'string' && TypographyKeys.includes(input);
1854
+ };
1855
+ /**
1856
+ * The function `isBorderStyleType` checks if the input is a valid BorderStyleType string.
1857
+ *
1858
+ * @param {unknown} input - The `input` parameter is of type `unknown`, which means it can be any type
1859
+ * of value. The `isBorderStyleType` function is a type guard function that checks if the `input` is of
1860
+ * type `BorderStyleType`.
1861
+ * @returns {boolean} The `isBorderStyleType` function is returning a boolean value. It checks if the `input` is
1862
+ * of type `BorderStyleType` by verifying if it is a string and if it is included in the `BorderStyle`
1863
+ * array. If the condition is met, it returns `true`, indicating that the `input` is of type
1864
+ * `BorderStyleType`. Otherwise, it returns `false`.
1865
+ */
1866
+ const isBorderStyleType = (input) => {
1867
+ return typeof input === 'string' && BorderStyle.includes(input);
1868
+ };
1869
+ /**
1870
+ * The function `isBorderRadiusDirectionType` checks if the input is a valid `BorderRadiusDirection` type.
1871
+ *
1872
+ * @param {unknown} input - The `input` parameter in the `isBorderRadiusDirectionType` function is of
1873
+ * type `unknown`, which means it can be any type of value. The function checks if the input is a
1874
+ * string and if it matches one of the specified values in the array ['top', 'left', 'right
1875
+ * @returns {boolean} The function `isBorderRadiusDirectionType` is returning a boolean value indicating whether
1876
+ * the `input` is of type `BorderRadiusDirection` or not.
1877
+ */
1878
+ const isBorderRadiusDirectionType = (input) => {
1879
+ return (typeof input === 'string' &&
1880
+ ['top', 'right', 'bottom', 'left', 'top-left', 'top-right', 'bottom-left', 'bottom-right'].includes(input));
1881
+ };
1882
+ /**
1883
+ * The function `isDirectionalBorderRadiusType` checks if the input object conforms to the
1884
+ * `DirectionalBorderRadiusType` type.
1885
+ *
1886
+ * @param {unknown} input - The `input` parameter in the `isDirectionalBorderRadiusType` function is of
1887
+ * type `unknown`, which means it can be any type of value. The function is checking if the input is a
1888
+ * valid `DirectionalBorderRadiusType` by verifying that it is an object, not null,
1889
+ * @returns {boolean} The function `isDirectionalBorderRadiusType` is returning a boolean value.
1890
+ */
1891
+ const isDirectionalBorderRadiusType = (input) => {
1892
+ return (typeof input === 'object' &&
1893
+ input !== null &&
1894
+ Object.keys(input).every(isBorderRadiusDirectionType) &&
1895
+ Object.values(input).every((value) => value in BorderRadius));
1896
+ };
1897
+ /**
1898
+ * The function `isStateVariantTokenType` checks if the input is an object with keys that are all of
1899
+ * type `CssStatesType`.
1900
+ *
1901
+ * @param {unknown} input - The `input` parameter is a value of type `unknown`, which means it can be
1902
+ * any type of value in TypeScript.
1903
+ * @returns {boolean} The `isStateVariantTokenType` function is returning a boolean value. It checks if the
1904
+ * `input` is an object that is not null and if all the keys of the object pass the `isCssStateType`
1905
+ * check. If these conditions are met, it returns `true`, indicating that the `input` is of type
1906
+ * `StateVariantType<T, CssStatesType>`. Otherwise, it
1907
+ */
1908
+ const isStateVariantTokenType = (input) => {
1909
+ return typeof input === 'object' && input !== null && Object.keys(input).every(isCssStateType);
1910
+ };
1911
+ /**
1912
+ * The function `isCssStateType` checks if the input is a valid CSS state type by verifying if it is a
1913
+ * string and included in a predefined list of CSS states.
1914
+ *
1915
+ * @param {CssStatesType} input - The `input` parameter in the `isCssStateType` function is of type
1916
+ * `CssStatesType`.
1917
+ * @returns {boolean} The function `isCssStateType` is returning a boolean value.
1918
+ */
1919
+ const isCssStateType = (input) => {
1920
+ return typeof input === 'string' && CssStates.includes(input);
1921
+ };
1922
+ /**
1923
+ * Checks that the provided value is a non-null object with at least the
1924
+ * required grouping-model properties (`key` and `label`) and that `label`
1925
+ * is a string.
1926
+ *
1927
+ * @param {unknown} input - Value to test.
1928
+ * @returns {input is VegaTableColumnGroupingModel} True when input matches the grouping model shape.
1929
+ */
1930
+ const isVegaTableColumnGroupingModelType = (input) => {
1931
+ return (typeof input === 'object' &&
1932
+ input !== null &&
1933
+ 'key' in input &&
1934
+ 'label' in input &&
1935
+ typeof input.label === 'string');
1936
+ };
1937
+ /**
1938
+ * Check is calendar date type
1939
+ *
1940
+ * @param {unknown} input - Value to test.
1941
+ * @returns {input is CalendarDate} True when input matches the calendar date type.
1942
+ */
1943
+ const isCalendarDateType = (input) => {
1944
+ return input instanceof CalendarDate;
1945
+ };
1946
+ /**
1947
+ * Type guard to check if the provided instance implements the VegaEATriggerStrategy interface
1948
+ *
1949
+ * @param {unknown} instance - The instance to check.
1950
+ * @returns {instance is VegaEATriggerStrategy} True if the instance implements VegaEATriggerStrategy.
1951
+ */
1952
+ const isEATriggerStrategy = (instance) => {
1953
+ return (!!instance &&
1954
+ typeof instance.evaluate === 'function' &&
1955
+ typeof instance.canEvaluate === 'function');
1956
+ };
1957
+ /**
1958
+ * Validates if the input is of type MarginValueType, which can be either a SpacingTokenType or the string 'auto'.
1959
+ *
1960
+ * @param {unknown} input - The value to check.
1961
+ * @returns {boolean} indicating if the input is type of {@link MarginValueType}
1962
+ */
1963
+ const isMarginValueType = (input) => {
1964
+ return isSpacingTokenType(input) || input === 'auto';
1965
+ };
1966
+ /**
1967
+ * Validates if the input is of type DirectionalMarginType.
1968
+ *
1969
+ * @param {unknown} input - The value to check.
1970
+ * @returns {boolean} indicating if the input is type of {@link DirectionalMarginType}
1971
+ */
1972
+ const isDirectionalMarginType = (input) => {
1973
+ return (typeof input === 'object' &&
1974
+ input !== null &&
1975
+ Object.keys(input).every(isSpacingDirection) &&
1976
+ Object.values(input).every(isMarginValueType));
1977
+ };
1978
+
1979
+ export { isSelectSourceItemType as $, AmexRegex as A, BorderRadius as B, Colors as C, DiscoverRegex as D, isMarginValueType as E, FillBackgroundColors as F, isDirectionalMarginType as G, isGridColumnsType as H, isGridRowsType as I, isGridJustifyItemsType as J, isTranslocationType as K, isFlexDirectionType as L, MasterCardRegex as M, isFlexAlignItemType as N, isFlexJustifyContentType as O, isFlexWrapType as P, isBoxDisplayType as Q, isDirectionalBorderRadiusType as R, StrokeBackgroundColors as S, TextColors as T, isTextAlignType as U, VisaRegex as V, isDateStr as W, isTimeStr as X, isAccordionObserverPayload as Y, isArrayOfType as Z, isDropdownSourceItemType as _, BackgroundColors as a, compareIsSameOrBefore as a0, compareIsBefore as a1, compareIsAfter as a2, CalendarDate as a3, buildDatePickerAnnouncement as a4, MonthPeriod as a5, isCalendarDateType as a6, isEATriggerStrategy as a7, getWeekdays as a8, WEEKDAYS_SHORT as a9, pad as aa, convert12HourTo24HourFormat as ab, WeekdayLongNames as ac, getClosestWorkday as ad, DayPeriod as ae, WeekPeriod as af, getSystemTimezone as ag, CalendarTime as ah, CalendarDateTime as ai, getCalendarEventSlotName as aj, getTimeIndex as ak, getEventStatusBgColorStyle as al, isVegaTableColumnGroupingModelType as am, BorderColors as b, TextColorMap as c, BackgroundColorMap as d, BorderColorMap as e, Shadows as f, ShadowMap as g, Spacing as h, isNonNullable as i, StateVariantFormatter as j, isBorderColorTokenType as k, isShadowsTokenType as l, isBorderTokenType as m, Borders as n, BorderMap as o, StateBackgroundColorFormatter$1 as p, isSpacingTokenType as q, isBorderRadiusTokenType as r, isBackgroundColorTokenType as s, isTextColorTokenType as t, isBreakpointsTokenType as u, isBorderStyleType as v, isTypographyTokenType as w, isResponsiveType as x, isBreakpointsForPrefixType as y, isDirectionalSpacingType as z };