@heartlandone/vega 2.79.0 → 2.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1025) hide show
  1. package/dist/cjs/{app-globals-e9fdfbf9.js → app-globals-7a48292d.js} +6 -6
  2. package/dist/cjs/{aria-dialog-focusable-trap-slimmer-6faafc3e.js → aria-dialog-focusable-trap-slimmer-5a0a78fe.js} +60 -6
  3. package/dist/cjs/{child-nodes-notify-observer-slimmer-06c78f97.js → child-nodes-notify-observer-slimmer-a8d13f4c.js} +1 -1
  4. package/dist/cjs/{code-block-847534e3.js → code-block-71a330a1.js} +124 -56
  5. package/dist/cjs/{component-value-history-controller-slimmer.abstract-d7f9812a.js → component-value-history-controller-slimmer.abstract-fd077a6c.js} +6 -6
  6. package/dist/cjs/{content-state-99be18a3.js → content-state-afa26456.js} +401 -18
  7. package/dist/cjs/{date-required-rule-3823d506.js → date-required-rule-9f0e3e99.js} +1 -1
  8. package/dist/cjs/{design-token-b497bb6e.js → design-token-3f9589eb.js} +2 -2
  9. package/dist/cjs/{dom-node-subject-observer-factory-f7ed3bdc.js → dom-node-subject-observer-factory-a3a60da4.js} +1 -1
  10. package/dist/cjs/{element-appender-slimmer-eba4f3a2.js → element-appender-slimmer-7a66229b.js} +5 -5
  11. package/dist/cjs/{event-emit-slimmer-83f8e2bd.js → event-emit-slimmer-024e26bb.js} +1 -1
  12. package/dist/cjs/{form-field-controller-slimmer-93ca7239.js → form-field-controller-slimmer-c487cf2b.js} +4 -4
  13. package/dist/cjs/{image-annotation-action-9d6af380.js → image-annotation-action-4e72af4b.js} +3 -3
  14. package/dist/cjs/index.cjs.js +15 -15
  15. package/dist/cjs/{inject-keyboard-manager-23d07d87.js → inject-keyboard-manager-d1a82089.js} +1 -1
  16. package/dist/cjs/{keyboard-manager-3923e29b.js → keyboard-manager-9dbbb0d4.js} +13 -5
  17. package/dist/cjs/{keyboard-manager-slimmer-f602725d.js → keyboard-manager-slimmer-68cff676.js} +1 -1
  18. package/dist/cjs/loader.cjs.js +10 -10
  19. package/dist/cjs/{month-view-generator-aa8e8e74.js → month-view-generator-65a2f883.js} +2 -3
  20. package/dist/cjs/{public-rules-1dbda124.js → public-rules-36f202b3.js} +9 -9
  21. package/dist/cjs/{range-60fb9dd2.js → range-fa15d524.js} +2 -2
  22. package/dist/cjs/{responsive-format-facade-a32cdb67.js → responsive-format-facade-4419b4ae.js} +1 -1
  23. package/dist/cjs/{rich-text-editor-required-rule-b4aab68d.js → rich-text-editor-required-rule-7d4c2973.js} +1 -1
  24. package/dist/cjs/{split-cell-operation-190d4a87.js → split-cell-operation-19f98afb.js} +4 -4
  25. package/dist/cjs/{string-format-strategy.abstract-730088ee.js → string-format-strategy.abstract-c65d9861.js} +5 -2
  26. package/dist/cjs/{string-input-formatter-slimmer-9d6df58b.js → string-input-formatter-slimmer-c2e04acc.js} +4 -4
  27. package/dist/cjs/{string-mask-strategy-b69e3b9e.js → string-mask-strategy-418fc0b8.js} +40 -9
  28. package/dist/cjs/{style-formatter-9d8a4ad2.js → style-formatter-3c9ce0e5.js} +2 -2
  29. package/dist/cjs/{sub-state-notify-slimmer-c80b9d21.js → sub-state-notify-slimmer-7a4c6061.js} +2 -2
  30. package/dist/cjs/{sub-state-observer-slimmer-15740c97.js → sub-state-observer-slimmer-f728e068.js} +3 -3
  31. package/dist/cjs/{time-required-rule-6524b650.js → time-required-rule-ad091302.js} +1 -1
  32. package/dist/cjs/{token-extension-b7c4ea17.js → token-extension-90396de7.js} +7 -7
  33. package/dist/cjs/{type-guard-2a46bca5.js → type-guard-d760850a.js} +11 -0
  34. package/dist/cjs/{ui-b3db0122.js → ui-9e8c9732.js} +8 -2
  35. package/dist/cjs/{valid-credit-card-number-rule-8eb02ea7.js → valid-credit-card-number-rule-5ce8e973.js} +1 -1
  36. package/dist/cjs/vega-accordion.cjs.entry.js +6 -6
  37. package/dist/cjs/vega-app-header-button.cjs.entry.js +6 -6
  38. package/dist/cjs/vega-backdrop.cjs.entry.js +1 -1
  39. package/dist/cjs/vega-banner.cjs.entry.js +3 -3
  40. package/dist/cjs/vega-box.cjs.entry.js +5 -5
  41. package/dist/cjs/vega-breadcrumb.cjs.entry.js +3 -3
  42. package/dist/cjs/vega-button-circle.cjs.entry.js +7 -7
  43. package/dist/cjs/vega-button-group_2.cjs.entry.js +6 -6
  44. package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
  45. package/dist/cjs/vega-button.cjs.entry.js +6 -6
  46. package/dist/cjs/vega-calendar_4.cjs.entry.js +30 -17
  47. package/dist/cjs/vega-card.cjs.entry.js +4 -4
  48. package/dist/cjs/vega-carousel.cjs.entry.js +5 -5
  49. package/dist/cjs/vega-checkbox_2.cjs.entry.js +7 -7
  50. package/dist/cjs/vega-chip.cjs.entry.js +6 -6
  51. package/dist/cjs/vega-code-block.cjs.entry.js +10 -10
  52. package/dist/cjs/vega-color-picker.cjs.entry.js +6 -6
  53. package/dist/cjs/vega-combo-box.cjs.entry.js +9 -9
  54. package/dist/cjs/vega-date-picker_2.cjs.entry.js +23 -23
  55. package/dist/cjs/vega-dialog_2.cjs.entry.js +8 -7
  56. package/dist/cjs/vega-divider.cjs.entry.js +3 -3
  57. package/dist/cjs/vega-dropdown_5.cjs.entry.js +12 -12
  58. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  59. package/dist/cjs/vega-field-label.cjs.entry.js +3 -3
  60. package/dist/cjs/vega-file-uploader.cjs.entry.js +6 -6
  61. package/dist/cjs/vega-flag-icon.cjs.entry.js +3 -3
  62. package/dist/cjs/vega-flex.cjs.entry.js +5 -5
  63. package/dist/cjs/vega-font.cjs.entry.js +4 -4
  64. package/dist/cjs/vega-form.cjs.entry.js +9 -9
  65. package/dist/cjs/vega-grid.cjs.entry.js +4 -4
  66. package/dist/cjs/vega-icon.cjs.entry.js +4 -4
  67. package/dist/cjs/vega-image-uploader.cjs.entry.js +8 -8
  68. package/dist/cjs/vega-input-credit-card.cjs.entry.js +10 -10
  69. package/dist/cjs/vega-input-numeric.cjs.entry.js +10 -10
  70. package/dist/cjs/vega-input-passcode.cjs.entry.js +9 -9
  71. package/dist/cjs/vega-input-phone-number.cjs.entry.js +8 -8
  72. package/dist/cjs/vega-input-range.cjs.entry.js +6 -6
  73. package/dist/cjs/vega-input-select.cjs.entry.js +8 -8
  74. package/dist/cjs/vega-input.cjs.entry.js +37 -27
  75. package/dist/cjs/{vega-internal-event-id-67bb91c1.js → vega-internal-event-id-a1837fa2.js} +2 -0
  76. package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
  77. package/dist/cjs/vega-left-nav_5.cjs.entry.js +9 -9
  78. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
  79. package/dist/cjs/vega-page-notification_2.cjs.entry.js +2 -2
  80. package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +3 -3
  81. package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +3 -3
  82. package/dist/cjs/vega-pagination.cjs.entry.js +6 -6
  83. package/dist/cjs/vega-popover_2.cjs.entry.js +48 -12
  84. package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +8 -8
  85. package/dist/cjs/vega-radio_2.cjs.entry.js +10 -10
  86. package/dist/cjs/vega-rich-text-content.cjs.entry.js +9 -9
  87. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +17 -17
  88. package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +9 -9
  89. package/dist/cjs/vega-segment-control.cjs.entry.js +3 -3
  90. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +9 -9
  91. package/dist/cjs/vega-selection-tile_2.cjs.entry.js +8 -8
  92. package/dist/cjs/vega-sidenav_3.cjs.entry.js +8 -8
  93. package/dist/cjs/vega-signature-capture.cjs.entry.js +9 -9
  94. package/dist/cjs/vega-stepper.cjs.entry.js +6 -6
  95. package/dist/cjs/vega-tab-group_2.cjs.entry.js +3 -3
  96. package/dist/cjs/vega-table_11.cjs.entry.js +8 -8
  97. package/dist/cjs/vega-text.cjs.entry.js +1 -1
  98. package/dist/cjs/vega-textarea.cjs.entry.js +6 -6
  99. package/dist/cjs/vega-time-picker_2.cjs.entry.js +12 -12
  100. package/dist/cjs/vega-toggle-switch.cjs.entry.js +6 -6
  101. package/dist/cjs/vega-tooltip_2.cjs.entry.js +8 -8
  102. package/dist/cjs/vega.cjs.js +10 -10
  103. package/dist/cjs/{wait-for-component-did-render-9e41b39e.js → wait-for-component-did-render-b6aba2de.js} +2 -2
  104. package/dist/collection/components/vega-calendar/vega-calendar-event/slimmers/renderers/vega-calendar-event-renderer.js +4 -4
  105. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.css +15 -12
  106. package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.js +1 -1
  107. package/dist/collection/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.js +17 -3
  108. package/dist/collection/components/vega-calendar/vega-calendar.css +1 -1
  109. package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +5 -5
  110. package/dist/collection/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.js +13 -12
  111. package/dist/collection/components/vega-input/vega-input.js +1 -1
  112. package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +25 -1
  113. package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +6 -1
  114. package/dist/collection/components/vega-popover/vega-popover.js +7 -0
  115. package/dist/collection/components/vega-rich-text-editor/dto/annotations/bold-annotation.js +2 -1
  116. package/dist/collection/components/vega-rich-text-editor/dto/annotations/code-annotation.js +13 -6
  117. package/dist/collection/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.js +18 -9
  118. package/dist/collection/components/vega-rich-text-editor/dto/annotations/image-annotation.js +11 -1
  119. package/dist/collection/components/vega-rich-text-editor/dto/annotations/italic-annotation.js +2 -1
  120. package/dist/collection/components/vega-rich-text-editor/dto/annotations/link-group-annotation.js +12 -1
  121. package/dist/collection/components/vega-rich-text-editor/dto/annotations/list-annotation.js +12 -4
  122. package/dist/collection/components/vega-rich-text-editor/dto/annotations/strikethrough-annotation.js +2 -1
  123. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.js +22 -0
  124. package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-style-annotation.js +43 -32
  125. package/dist/collection/components/vega-rich-text-editor/dto/annotations/underline-annotation.js +2 -1
  126. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.js +31 -0
  127. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +16 -0
  128. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +12 -0
  129. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.js +13 -0
  130. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.js +39 -0
  131. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.js +26 -0
  132. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +30 -0
  133. package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.js +89 -0
  134. package/dist/collection/components/vega-rich-text-editor/dto/setup.js +18 -0
  135. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/bold-annotaion-handler.js +3 -2
  136. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.js +40 -2
  137. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/italic-annotation-handler.js +2 -1
  138. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/strike-through-annotation-handler.js +2 -1
  139. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/text-style-annotation-handler.js +3 -1
  140. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/underline-annotation-handler.js +2 -1
  141. package/dist/collection/helpers/calendar/calendar-date.js +10 -0
  142. package/dist/collection/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.js +2 -2
  143. package/dist/collection/helpers/event-manager/event-id/vega-internal-event-id.js +1 -0
  144. package/dist/collection/helpers/formatter/string-formatter/custom-formatter-strategy.js +3 -1
  145. package/dist/collection/helpers/formatter/string-formatter/number-mask-strategy.js +3 -1
  146. package/dist/collection/helpers/formatter/string-formatter/number-thousand-comma-strategy.js +3 -2
  147. package/dist/collection/helpers/formatter/string-formatter/string-format-strategy.abstract.js +4 -1
  148. package/dist/collection/helpers/formatter/string-formatter/string-mask-strategy.js +38 -7
  149. package/dist/collection/helpers/formatter/string-formatter/thousand-comma-strategy.js +4 -0
  150. package/dist/collection/helpers/keyboard/keyboard-manager.js +11 -3
  151. package/dist/collection/helpers/slimmers/aria-dialog-focusable-trap-slimmer.js +59 -5
  152. package/dist/collection/utils/ui.js +8 -2
  153. package/dist/esm/{app-globals-776ccaa3.js → app-globals-e77015e3.js} +6 -6
  154. package/dist/esm/{aria-dialog-focusable-trap-slimmer-cc98a7a4.js → aria-dialog-focusable-trap-slimmer-5a2f92be.js} +60 -6
  155. package/dist/esm/{child-nodes-notify-observer-slimmer-c7297b9f.js → child-nodes-notify-observer-slimmer-b7f0e419.js} +1 -1
  156. package/dist/esm/{code-block-58d1dbe5.js → code-block-7d6f231b.js} +117 -57
  157. package/dist/esm/{component-value-history-controller-slimmer.abstract-5beb8acb.js → component-value-history-controller-slimmer.abstract-acf65b17.js} +6 -6
  158. package/dist/esm/{content-state-dad1fd71.js → content-state-084cd705.js} +401 -18
  159. package/dist/esm/{date-required-rule-4c40a4eb.js → date-required-rule-29608215.js} +1 -1
  160. package/dist/esm/{design-token-9c4eb6b1.js → design-token-edcd787b.js} +2 -2
  161. package/dist/esm/{dom-node-subject-observer-factory-94b2e2c3.js → dom-node-subject-observer-factory-cea9248d.js} +1 -1
  162. package/dist/esm/{element-appender-slimmer-fde815dc.js → element-appender-slimmer-08ec429b.js} +5 -5
  163. package/dist/esm/{event-emit-slimmer-b236945b.js → event-emit-slimmer-4fba1b35.js} +1 -1
  164. package/dist/esm/{form-field-controller-slimmer-00fa3678.js → form-field-controller-slimmer-8dd39707.js} +4 -4
  165. package/dist/esm/{image-annotation-action-1ec7b461.js → image-annotation-action-a6b33a81.js} +3 -3
  166. package/dist/esm/index.js +15 -15
  167. package/dist/esm/{inject-keyboard-manager-784b1364.js → inject-keyboard-manager-7557816f.js} +1 -1
  168. package/dist/esm/{keyboard-manager-e020039f.js → keyboard-manager-1846c6a5.js} +13 -5
  169. package/dist/esm/{keyboard-manager-slimmer-4722d20c.js → keyboard-manager-slimmer-1ae0aa4d.js} +1 -1
  170. package/dist/esm/loader.js +10 -10
  171. package/dist/esm/{month-view-generator-6fe1f491.js → month-view-generator-b700ed08.js} +2 -3
  172. package/dist/esm/{public-rules-1626fb0d.js → public-rules-fe2c7934.js} +9 -9
  173. package/dist/esm/{range-4f9bf69d.js → range-00afe462.js} +2 -2
  174. package/dist/esm/{responsive-format-facade-e8534e59.js → responsive-format-facade-37d4d850.js} +1 -1
  175. package/dist/esm/{rich-text-editor-required-rule-c391aeb6.js → rich-text-editor-required-rule-6487ec94.js} +1 -1
  176. package/dist/esm/{split-cell-operation-55cd9fae.js → split-cell-operation-9445e642.js} +4 -4
  177. package/dist/esm/{string-format-strategy.abstract-8c48e515.js → string-format-strategy.abstract-ec6d627b.js} +5 -2
  178. package/dist/esm/{string-input-formatter-slimmer-519480ce.js → string-input-formatter-slimmer-959dff7a.js} +4 -4
  179. package/dist/esm/{string-mask-strategy-8070817e.js → string-mask-strategy-49be41f0.js} +40 -9
  180. package/dist/esm/{style-formatter-7afd0680.js → style-formatter-ad0b2bac.js} +2 -2
  181. package/dist/esm/{sub-state-notify-slimmer-54531808.js → sub-state-notify-slimmer-ee8c417b.js} +2 -2
  182. package/dist/esm/{sub-state-observer-slimmer-b3a773c5.js → sub-state-observer-slimmer-4d30fa5c.js} +3 -3
  183. package/dist/esm/{time-required-rule-2569e5ad.js → time-required-rule-414b1590.js} +1 -1
  184. package/dist/esm/{token-extension-612575cb.js → token-extension-600b1c88.js} +7 -7
  185. package/dist/esm/{type-guard-c20cbbff.js → type-guard-23a08026.js} +11 -1
  186. package/dist/esm/{ui-ac244bf0.js → ui-ba5a4758.js} +8 -2
  187. package/dist/esm/{valid-credit-card-number-rule-b9c3c2f8.js → valid-credit-card-number-rule-60abddac.js} +1 -1
  188. package/dist/esm/vega-accordion.entry.js +6 -6
  189. package/dist/esm/vega-app-header-button.entry.js +6 -6
  190. package/dist/esm/vega-backdrop.entry.js +1 -1
  191. package/dist/esm/vega-banner.entry.js +3 -3
  192. package/dist/esm/vega-box.entry.js +5 -5
  193. package/dist/esm/vega-breadcrumb.entry.js +3 -3
  194. package/dist/esm/vega-button-circle.entry.js +7 -7
  195. package/dist/esm/vega-button-group_2.entry.js +6 -6
  196. package/dist/esm/vega-button-link.entry.js +3 -3
  197. package/dist/esm/vega-button.entry.js +6 -6
  198. package/dist/esm/vega-calendar_4.entry.js +30 -17
  199. package/dist/esm/vega-card.entry.js +4 -4
  200. package/dist/esm/vega-carousel.entry.js +5 -5
  201. package/dist/esm/vega-checkbox_2.entry.js +7 -7
  202. package/dist/esm/vega-chip.entry.js +6 -6
  203. package/dist/esm/vega-code-block.entry.js +10 -10
  204. package/dist/esm/vega-color-picker.entry.js +6 -6
  205. package/dist/esm/vega-combo-box.entry.js +9 -9
  206. package/dist/esm/vega-date-picker_2.entry.js +23 -23
  207. package/dist/esm/vega-dialog_2.entry.js +8 -7
  208. package/dist/esm/vega-divider.entry.js +3 -3
  209. package/dist/esm/vega-dropdown_5.entry.js +12 -12
  210. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  211. package/dist/esm/vega-field-label.entry.js +3 -3
  212. package/dist/esm/vega-file-uploader.entry.js +6 -6
  213. package/dist/esm/vega-flag-icon.entry.js +3 -3
  214. package/dist/esm/vega-flex.entry.js +5 -5
  215. package/dist/esm/vega-font.entry.js +4 -4
  216. package/dist/esm/vega-form.entry.js +9 -9
  217. package/dist/esm/vega-grid.entry.js +4 -4
  218. package/dist/esm/vega-icon.entry.js +4 -4
  219. package/dist/esm/vega-image-uploader.entry.js +8 -8
  220. package/dist/esm/vega-input-credit-card.entry.js +10 -10
  221. package/dist/esm/vega-input-numeric.entry.js +10 -10
  222. package/dist/esm/vega-input-passcode.entry.js +9 -9
  223. package/dist/esm/vega-input-phone-number.entry.js +8 -8
  224. package/dist/esm/vega-input-range.entry.js +6 -6
  225. package/dist/esm/vega-input-select.entry.js +8 -8
  226. package/dist/esm/vega-input.entry.js +37 -27
  227. package/dist/esm/{vega-internal-event-id-8002b179.js → vega-internal-event-id-70bd893d.js} +2 -1
  228. package/dist/esm/vega-item-toggle.entry.js +3 -3
  229. package/dist/esm/vega-left-nav_5.entry.js +9 -9
  230. package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
  231. package/dist/esm/vega-page-notification_2.entry.js +2 -2
  232. package/dist/esm/vega-pagination-page-selector-mobile.entry.js +3 -3
  233. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +3 -3
  234. package/dist/esm/vega-pagination.entry.js +6 -6
  235. package/dist/esm/vega-popover_2.entry.js +48 -12
  236. package/dist/esm/vega-progress-tracker_2.entry.js +8 -8
  237. package/dist/esm/vega-radio_2.entry.js +10 -10
  238. package/dist/esm/vega-rich-text-content.entry.js +9 -9
  239. package/dist/esm/vega-rich-text-editor_4.entry.js +17 -17
  240. package/dist/esm/vega-rich-text-table-properties_3.entry.js +9 -9
  241. package/dist/esm/vega-segment-control.entry.js +3 -3
  242. package/dist/esm/vega-selection-chip_2.entry.js +9 -9
  243. package/dist/esm/vega-selection-tile_2.entry.js +8 -8
  244. package/dist/esm/vega-sidenav_3.entry.js +8 -8
  245. package/dist/esm/vega-signature-capture.entry.js +9 -9
  246. package/dist/esm/vega-stepper.entry.js +6 -6
  247. package/dist/esm/vega-tab-group_2.entry.js +3 -3
  248. package/dist/esm/vega-table_11.entry.js +8 -8
  249. package/dist/esm/vega-text.entry.js +1 -1
  250. package/dist/esm/vega-textarea.entry.js +6 -6
  251. package/dist/esm/vega-time-picker_2.entry.js +12 -12
  252. package/dist/esm/vega-toggle-switch.entry.js +6 -6
  253. package/dist/esm/vega-tooltip_2.entry.js +8 -8
  254. package/dist/esm/vega.js +10 -10
  255. package/dist/esm/{wait-for-component-did-render-1e62d6f7.js → wait-for-component-did-render-03e7ccb2.js} +2 -2
  256. package/dist/sri/vega-sri-manifest.json +346 -346
  257. package/dist/types/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.d.ts +5 -0
  258. package/dist/types/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.d.ts +1 -0
  259. package/dist/types/components/vega-input/types.d.ts +30 -1
  260. package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +6 -0
  261. package/dist/types/components/vega-rich-text-editor/dto/annotations/code-annotation.d.ts +6 -0
  262. package/dist/types/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.d.ts +7 -0
  263. package/dist/types/components/vega-rich-text-editor/dto/annotations/image-annotation.d.ts +6 -0
  264. package/dist/types/components/vega-rich-text-editor/dto/annotations/link-group-annotation.d.ts +7 -0
  265. package/dist/types/components/vega-rich-text-editor/dto/annotations/list-annotation.d.ts +6 -0
  266. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.d.ts +22 -0
  267. package/dist/types/components/vega-rich-text-editor/dto/annotations/text-style-annotation.d.ts +7 -0
  268. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.d.ts +20 -0
  269. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +10 -0
  270. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +8 -0
  271. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.d.ts +9 -0
  272. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.d.ts +27 -0
  273. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.d.ts +17 -0
  274. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +17 -0
  275. package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.d.ts +41 -0
  276. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.d.ts +10 -0
  277. package/dist/types/helpers/calendar/calendar-date.d.ts +7 -0
  278. package/dist/types/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.d.ts +0 -1
  279. package/dist/types/helpers/event-manager/event-id/vega-internal-event-id.d.ts +1 -0
  280. package/dist/types/helpers/formatter/string-formatter/custom-formatter-strategy.d.ts +2 -1
  281. package/dist/types/helpers/formatter/string-formatter/number-mask-strategy.d.ts +2 -1
  282. package/dist/types/helpers/formatter/string-formatter/number-thousand-comma-strategy.d.ts +2 -1
  283. package/dist/types/helpers/formatter/string-formatter/string-format-strategy.abstract.d.ts +1 -0
  284. package/dist/types/helpers/formatter/string-formatter/string-mask-strategy.d.ts +32 -4
  285. package/dist/types/helpers/formatter/string-formatter/thousand-comma-strategy.d.ts +1 -0
  286. package/dist/types/helpers/keyboard/keyboard-manager.d.ts +1 -0
  287. package/dist/types/helpers/slimmers/aria-dialog-focusable-trap-slimmer.d.ts +19 -0
  288. package/dist/types/utils/ui.d.ts +3 -1
  289. package/dist/vega/index.esm.js +1 -1
  290. package/dist/vega/{p-8cd70b3b.js → p-010b5e74.js} +1 -1
  291. package/dist/vega/{p-33cacbd6.entry.js → p-01883ffc.entry.js} +1 -1
  292. package/dist/vega/{p-7f68abf7.js → p-02578a59.js} +1 -1
  293. package/dist/vega/{p-916ef5dd.entry.js → p-0313393d.entry.js} +1 -1
  294. package/dist/vega/p-043e685a.entry.js +1 -0
  295. package/dist/vega/{p-972c594b.entry.js → p-04e56b0c.entry.js} +1 -1
  296. package/dist/vega/p-07a2b42a.js +1 -0
  297. package/dist/vega/{p-fb92092b.entry.js → p-08780df0.entry.js} +1 -1
  298. package/dist/vega/p-10fa4eac.js +1 -0
  299. package/dist/vega/{p-19adff1f.entry.js → p-1557ed92.entry.js} +1 -1
  300. package/dist/vega/{p-405ab757.js → p-18619467.js} +1 -1
  301. package/dist/vega/{p-a5543b6a.entry.js → p-19ad4f15.entry.js} +1 -1
  302. package/dist/vega/{p-46c7763f.entry.js → p-1a2f92a3.entry.js} +1 -1
  303. package/dist/vega/{p-085d45c9.js → p-1c45565d.js} +1 -1
  304. package/dist/vega/{p-b91aff06.entry.js → p-1feb4f2a.entry.js} +1 -1
  305. package/dist/vega/{p-14dfdba3.entry.js → p-203bc4db.entry.js} +1 -1
  306. package/dist/vega/{p-6e13e2fc.js → p-204c7d41.js} +1 -1
  307. package/dist/vega/{p-833b79ad.entry.js → p-21c9e1ca.entry.js} +1 -1
  308. package/dist/vega/p-22336063.js +1 -0
  309. package/dist/vega/{p-1784724a.entry.js → p-224b67ff.entry.js} +1 -1
  310. package/dist/vega/{p-dccda3d1.js → p-2c2df248.js} +1 -1
  311. package/dist/vega/{p-667d5b80.entry.js → p-2d917e2d.entry.js} +1 -1
  312. package/dist/vega/{p-02bab5ea.entry.js → p-2e73582d.entry.js} +1 -1
  313. package/dist/vega/{p-b7dd3ef2.entry.js → p-334e3b02.entry.js} +1 -1
  314. package/dist/vega/{p-6554a801.js → p-33860e54.js} +1 -1
  315. package/dist/vega/{p-dba91c23.entry.js → p-35386999.entry.js} +1 -1
  316. package/dist/vega/{p-bc142c5c.entry.js → p-365d21ac.entry.js} +1 -1
  317. package/dist/vega/{p-fadeb5a2.entry.js → p-367d44d9.entry.js} +1 -1
  318. package/dist/vega/{p-a6ad6515.entry.js → p-382b71a3.entry.js} +1 -1
  319. package/dist/vega/{p-b67672ae.entry.js → p-434fc427.entry.js} +1 -1
  320. package/dist/vega/p-44c5cbb7.js +1 -0
  321. package/dist/vega/{p-408a1baa.entry.js → p-47ca1f69.entry.js} +1 -1
  322. package/dist/vega/{p-5d397ee0.entry.js → p-4eb282ef.entry.js} +1 -1
  323. package/dist/vega/{p-b589cafd.entry.js → p-517434d4.entry.js} +1 -1
  324. package/dist/vega/p-559197f8.js +1 -0
  325. package/dist/vega/{p-6e05fc55.js → p-576fe408.js} +1 -1
  326. package/dist/vega/p-5ae4ea20.entry.js +1 -0
  327. package/dist/vega/p-5f377954.js +1 -1
  328. package/dist/vega/{p-b15a2d4b.js → p-60cf2a68.js} +1 -1
  329. package/dist/vega/p-612e3ded.js +1 -0
  330. package/dist/vega/{p-679a4046.entry.js → p-65900dbf.entry.js} +1 -1
  331. package/dist/vega/p-68124bc5.js +1 -0
  332. package/dist/vega/{p-28ed34b3.entry.js → p-6af55f1c.entry.js} +1 -1
  333. package/dist/vega/{p-5b90bbfe.js → p-6c5250b3.js} +1 -1
  334. package/dist/vega/p-6f2e5bc6.js +1 -0
  335. package/dist/vega/{p-439c7c13.entry.js → p-70f1cf4e.entry.js} +1 -1
  336. package/dist/vega/{p-a02f77c7.js → p-716c71e6.js} +1 -1
  337. package/dist/vega/{p-d862195c.entry.js → p-7362723e.entry.js} +1 -1
  338. package/dist/vega/{p-28c8ffb4.js → p-7618dde4.js} +1 -1
  339. package/dist/vega/p-76b80a0c.js +1 -0
  340. package/dist/vega/{p-937d5317.entry.js → p-7912741f.entry.js} +1 -1
  341. package/dist/vega/{p-6b19d33a.entry.js → p-7942c042.entry.js} +1 -1
  342. package/dist/vega/{p-820906b8.entry.js → p-7c2fecfd.entry.js} +1 -1
  343. package/dist/vega/{p-02fec68b.entry.js → p-7ceab8c7.entry.js} +1 -1
  344. package/dist/vega/p-8327635d.js +1 -0
  345. package/dist/vega/{p-db29681a.entry.js → p-840ad046.entry.js} +1 -1
  346. package/dist/vega/{p-4068e7de.js → p-878851f6.js} +1 -1
  347. package/dist/vega/{p-a2161e9d.js → p-89e56502.js} +1 -1
  348. package/dist/vega/{p-9e6e76b2.entry.js → p-8adf9732.entry.js} +1 -1
  349. package/dist/vega/{p-18378017.entry.js → p-90137c68.entry.js} +1 -1
  350. package/dist/vega/p-9341c1a9.js +1 -0
  351. package/dist/vega/{p-cb0324e7.entry.js → p-9390a94b.entry.js} +1 -1
  352. package/dist/vega/p-9551da9c.entry.js +1 -0
  353. package/dist/vega/p-9862d1a8.entry.js +1 -0
  354. package/dist/vega/{p-2bbbdf87.entry.js → p-9dc23325.entry.js} +1 -1
  355. package/dist/vega/p-a4dbf2cc.js +1 -0
  356. package/dist/vega/{p-561e9097.entry.js → p-a99e75a1.entry.js} +1 -1
  357. package/dist/vega/{p-b4d72eff.entry.js → p-ab21fdf6.entry.js} +1 -1
  358. package/dist/vega/{p-fc3d6d9d.js → p-b3e40faf.js} +1 -1
  359. package/dist/vega/{p-4ea3cf5f.entry.js → p-b5a6bd0f.entry.js} +1 -1
  360. package/dist/vega/{p-5dfd36d3.entry.js → p-b5c2fff3.entry.js} +1 -1
  361. package/dist/vega/{p-a0a39ec3.js → p-b696a861.js} +1 -1
  362. package/dist/vega/{p-076c6445.entry.js → p-ba415db6.entry.js} +1 -1
  363. package/dist/vega/{p-814c37be.entry.js → p-be3517be.entry.js} +1 -1
  364. package/dist/vega/{p-615bc3de.entry.js → p-c045e4c1.entry.js} +1 -1
  365. package/dist/vega/{p-4e76a84d.entry.js → p-c4e32125.entry.js} +1 -1
  366. package/dist/vega/{p-20981b17.entry.js → p-c5b698f6.entry.js} +1 -1
  367. package/dist/vega/{p-71720290.entry.js → p-c61279a7.entry.js} +1 -1
  368. package/dist/vega/p-c6d62f0d.js +1 -0
  369. package/dist/vega/{p-4e15958f.js → p-c9201bf4.js} +1 -1
  370. package/dist/vega/{p-ace7aa6c.entry.js → p-cc055723.entry.js} +1 -1
  371. package/dist/vega/{p-fc93b467.entry.js → p-cca5042b.entry.js} +1 -1
  372. package/dist/vega/{p-c58c3e7e.entry.js → p-cda45d2a.entry.js} +1 -1
  373. package/dist/vega/p-cdf5b2f0.entry.js +1 -0
  374. package/dist/vega/p-cf70c57d.js +1 -0
  375. package/dist/vega/{p-441fd2b3.entry.js → p-d1494c7c.entry.js} +1 -1
  376. package/dist/vega/{p-a6fb81c5.js → p-d1ca70a1.js} +1 -1
  377. package/dist/vega/p-d202e69d.entry.js +1 -0
  378. package/dist/vega/{p-dd4c3d9b.entry.js → p-dc9b5063.entry.js} +1 -1
  379. package/dist/vega/{p-d6875e49.js → p-dcd18ab1.js} +1 -1
  380. package/dist/vega/p-df5bfbc4.entry.js +1 -0
  381. package/dist/vega/{p-d5a8bb62.entry.js → p-e4726dcd.entry.js} +1 -1
  382. package/dist/vega/{p-76f2e0f5.js → p-e84b95d4.js} +1 -1
  383. package/dist/vega/p-ea21462f.js +1 -0
  384. package/dist/vega/{p-905cf163.entry.js → p-ec1d76c6.entry.js} +1 -1
  385. package/dist/vega/{p-04f9b0d4.entry.js → p-f3456993.entry.js} +1 -1
  386. package/dist/vega/{p-32a0eed4.entry.js → p-f4190826.entry.js} +1 -1
  387. package/dist/vega/{p-558a707e.entry.js → p-f48c43f4.entry.js} +1 -1
  388. package/dist/vega/{p-1665d4b8.entry.js → p-fdac91c4.entry.js} +1 -1
  389. package/dist/vega/{p-5395faac.entry.js → p-ffa2e3a6.entry.js} +1 -1
  390. package/dist/vega/vega.esm.js +1 -1
  391. package/package.json +3 -2
  392. package/dist/collection/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.js +0 -195
  393. package/dist/collection/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.js +0 -94
  394. package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.js +0 -72
  395. package/dist/collection/components/vega-code-block/test/code-block-range.test.js +0 -81
  396. package/dist/collection/components/vega-dropdown/test/share.js +0 -13
  397. package/dist/collection/components/vega-input-credit-card/test/share.js +0 -21
  398. package/dist/collection/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.js +0 -147
  399. package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.test.js +0 -21
  400. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +0 -71
  401. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.js +0 -69
  402. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +0 -24
  403. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.js +0 -20
  404. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +0 -15
  405. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +0 -32
  406. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +0 -11
  407. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +0 -16
  408. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +0 -20
  409. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +0 -87
  410. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +0 -32
  411. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +0 -17
  412. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +0 -77
  413. package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +0 -23
  414. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-actions.test.js +0 -39
  415. package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-style.test.js +0 -71
  416. package/dist/collection/components/vega-rich-text-editor/test/dto/annotations.test.js +0 -381
  417. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/code-block.test.js +0 -54
  418. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/html-block.test.js +0 -167
  419. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/image-block.test.js +0 -90
  420. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +0 -176
  421. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-item.test.js +0 -188
  422. package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/text-block.test.js +0 -193
  423. package/dist/collection/components/vega-rich-text-editor/test/dto/content-state.test.js +0 -3375
  424. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/image-node.test.js +0 -108
  425. package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/text-node.test.js +0 -510
  426. package/dist/collection/components/vega-rich-text-editor/test/dto/range.test.js +0 -53
  427. package/dist/collection/components/vega-rich-text-editor/test/e2e-utils.js +0 -182
  428. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.js +0 -49
  429. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.js +0 -38
  430. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.js +0 -26
  431. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.js +0 -32
  432. package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/vega-code-block-to-rte-code-block-strategy.test.js +0 -61
  433. package/dist/collection/components/vega-rich-text-editor/test/extensions/extension-test-utils.js +0 -43
  434. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.js +0 -164
  435. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.js +0 -298
  436. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.js +0 -316
  437. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.js +0 -411
  438. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.js +0 -99
  439. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.js +0 -181
  440. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.js +0 -84
  441. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.js +0 -331
  442. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.js +0 -32
  443. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-dto.test.js +0 -1094
  444. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.js +0 -1590
  445. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-test-utils.js +0 -172
  446. package/dist/collection/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.js +0 -129
  447. package/dist/collection/components/vega-rich-text-editor/test/fixture.js +0 -257
  448. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.js +0 -186
  449. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.js +0 -22
  450. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.js +0 -22
  451. package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.js +0 -26
  452. package/dist/collection/components/vega-rich-text-editor/test/spec-utils.js +0 -35
  453. package/dist/collection/components/vega-sidenav/test/test.helper.js +0 -68
  454. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.js +0 -83
  455. package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.js +0 -147
  456. package/dist/collection/components/vega-table/test/utils.js +0 -22
  457. package/dist/collection/components/vega-table/test/vega-table-sorter.test.js +0 -508
  458. package/dist/collection/constants/tests/validator.test.js +0 -24
  459. package/dist/collection/decorators/method-decorators/tests/component-load-required.test.js +0 -114
  460. package/dist/collection/decorators/property-decorators/tests/inject-element-appender-proxy.test.js +0 -237
  461. package/dist/collection/decorators/property-decorators/tests/inject-keyboard-manager.test.js +0 -91
  462. package/dist/collection/global/tests/before-vega-load.test.js +0 -62
  463. package/dist/collection/helpers/calendar/test/calendar-date-time.test.js +0 -27
  464. package/dist/collection/helpers/calendar/test/calendar-date.test.js +0 -172
  465. package/dist/collection/helpers/calendar/test/calendar-event.test.js +0 -263
  466. package/dist/collection/helpers/calendar/test/calendar-period/day-period.test.js +0 -118
  467. package/dist/collection/helpers/calendar/test/calendar-period/month-period.test.js +0 -144
  468. package/dist/collection/helpers/calendar/test/calendar-period/week-period.test.js +0 -114
  469. package/dist/collection/helpers/calendar/test/calendar-time.test.js +0 -45
  470. package/dist/collection/helpers/calendar/test/calendar-view-generator/day-view-generator.test.js +0 -19
  471. package/dist/collection/helpers/calendar/test/calendar-view-generator/month-view-generator.test.js +0 -123
  472. package/dist/collection/helpers/calendar/test/calendar-view-generator/week-view-generator.test.js +0 -43
  473. package/dist/collection/helpers/calendar/test/calendar-view.test.js +0 -9
  474. package/dist/collection/helpers/calendar/test/index.test.js +0 -13
  475. package/dist/collection/helpers/calendar/test/utils.test.js +0 -62
  476. package/dist/collection/helpers/change-manager/test/change-manager.test.js +0 -30
  477. package/dist/collection/helpers/change-manager/test/dom-node-subject-factory.test.js +0 -38
  478. package/dist/collection/helpers/chart/test/controllers/chart-dimension-controller.test.js +0 -63
  479. package/dist/collection/helpers/chart/test/drawers/arc-path-drawer.test.js +0 -55
  480. package/dist/collection/helpers/chart/test/drawers/legend-drawer.test.js +0 -94
  481. package/dist/collection/helpers/chart/test/drawers/line-drawer.test.js +0 -25
  482. package/dist/collection/helpers/chart/test/drawers/path-drawer.test.js +0 -21
  483. package/dist/collection/helpers/chart/test/drawers/rect-drawer.test.js +0 -78
  484. package/dist/collection/helpers/chart/test/drawers/text-drawer.test.js +0 -25
  485. package/dist/collection/helpers/chart/test/drawers/x-axis-drawer.test.js +0 -38
  486. package/dist/collection/helpers/chart/test/drawers/y-axis-drawer.test.js +0 -44
  487. package/dist/collection/helpers/chart/test/graph-context-factory.test.js +0 -17
  488. package/dist/collection/helpers/chart/test/input-processors/format-time-positions-input-processor.test.js +0 -62
  489. package/dist/collection/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.js +0 -45
  490. package/dist/collection/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.js +0 -80
  491. package/dist/collection/helpers/chart/test/input-processors/layout-input-processor.test.js +0 -40
  492. package/dist/collection/helpers/chart/test/input-processors/line-path-input-processor.test.js +0 -16
  493. package/dist/collection/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.js +0 -20
  494. package/dist/collection/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.js +0 -48
  495. package/dist/collection/helpers/chart/test/input-processors/sort-positions-input-processor.test.js +0 -53
  496. package/dist/collection/helpers/chart/test/input-processors/x-axis-input-processor.test.js +0 -78
  497. package/dist/collection/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.js +0 -109
  498. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.js +0 -39
  499. package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.test.js +0 -55
  500. package/dist/collection/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.js +0 -11
  501. package/dist/collection/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.js +0 -25
  502. package/dist/collection/helpers/chart/test/interactors/interactor-factory.test.js +0 -19
  503. package/dist/collection/helpers/chart/test/interactors/svg-interactor.test.js +0 -48
  504. package/dist/collection/helpers/chart/test/line-chart.test.js +0 -96
  505. package/dist/collection/helpers/chart/test/pie-chart.test.js +0 -38
  506. package/dist/collection/helpers/chart/test/renderers/canvas-renderer.test.js +0 -31
  507. package/dist/collection/helpers/chart/test/renderers/renderer-factory.test.js +0 -19
  508. package/dist/collection/helpers/chart/test/renderers/svg-renderer.test.js +0 -99
  509. package/dist/collection/helpers/code-format/test/code-formatter.test.js +0 -410
  510. package/dist/collection/helpers/common/test/common.test.js +0 -7
  511. package/dist/collection/helpers/common/test/wait-for-component-did-render.test.js +0 -67
  512. package/dist/collection/helpers/common/test/wait-for-vega-handler.test.js +0 -17
  513. package/dist/collection/helpers/csp/test/styles-preservator.test.js +0 -207
  514. package/dist/collection/helpers/csp/test/vega-nonce-manager.test.js +0 -177
  515. package/dist/collection/helpers/dialog/test/vega-dialog-controller.test.js +0 -114
  516. package/dist/collection/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.js +0 -209
  517. package/dist/collection/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.js +0 -81
  518. package/dist/collection/helpers/event-manager/test/component-event-id-map.test.js +0 -16
  519. package/dist/collection/helpers/event-manager/test/event-emit-slimmer.test.js +0 -144
  520. package/dist/collection/helpers/event-manager/test/internal-vega-event-manager.test.js +0 -70
  521. package/dist/collection/helpers/event-manager/test/jquery-delegated-strategy-controller.test.js +0 -131
  522. package/dist/collection/helpers/event-manager/test/vega-event-id.test.js +0 -16
  523. package/dist/collection/helpers/event-manager/test/vega-event-manager.test.js +0 -97
  524. package/dist/collection/helpers/feature-control/tests/feature-flag-controller.test.js +0 -69
  525. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.js +0 -64
  526. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.js +0 -32
  527. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.js +0 -31
  528. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.js +0 -17
  529. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.js +0 -23
  530. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.js +0 -19
  531. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.js +0 -19
  532. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.js +0 -43
  533. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.js +0 -29
  534. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.js +0 -23
  535. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.js +0 -19
  536. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.js +0 -27
  537. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.js +0 -43
  538. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.js +0 -28
  539. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.js +0 -43
  540. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.js +0 -28
  541. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.js +0 -27
  542. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.js +0 -19
  543. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.js +0 -51
  544. package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.js +0 -20
  545. package/dist/collection/helpers/formatter/test/state-formatter/state-background-color-formatter.test.js +0 -18
  546. package/dist/collection/helpers/formatter/test/state-formatter/state-border-color-formatter.test.js +0 -13
  547. package/dist/collection/helpers/formatter/test/state-formatter/state-border-formatter.test.js +0 -13
  548. package/dist/collection/helpers/formatter/test/state-formatter/state-format-facade.test.js +0 -27
  549. package/dist/collection/helpers/formatter/test/state-formatter/state-shadow-formatter.test.js +0 -13
  550. package/dist/collection/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.js +0 -13
  551. package/dist/collection/helpers/formatter/test/string-formatter/number-mask-strategy.test.js +0 -101
  552. package/dist/collection/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.js +0 -40
  553. package/dist/collection/helpers/formatter/test/string-formatter/string-mask-strategy.test.js +0 -147
  554. package/dist/collection/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.js +0 -21
  555. package/dist/collection/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.js +0 -43
  556. package/dist/collection/helpers/formatter/test/style-formatter.test.js +0 -16
  557. package/dist/collection/helpers/icon/test/icon-manager-controller.test.js +0 -101
  558. package/dist/collection/helpers/icon/test/internal-icon-manager.test.js +0 -18
  559. package/dist/collection/helpers/immutable/test/immutable-array.test.js +0 -78
  560. package/dist/collection/helpers/immutable/test/immutable-map.test.js +0 -83
  561. package/dist/collection/helpers/immutable/test/immutable-set.test.js +0 -87
  562. package/dist/collection/helpers/keyboard/test/keyboard-manager.test.js +0 -241
  563. package/dist/collection/helpers/level-tracker/test/nested-level-tracker.test.js +0 -33
  564. package/dist/collection/helpers/loading-indicator/tests/vega-loader-controller.test.js +0 -192
  565. package/dist/collection/helpers/notify/tests/vega-notify-controller.test.js +0 -165
  566. package/dist/collection/helpers/paginator/test/value-paginator.test.js +0 -15
  567. package/dist/collection/helpers/queue/test/synchronize-task-queue.test.js +0 -76
  568. package/dist/collection/helpers/remote-invocation/remote-invocation-registry.test.js +0 -17
  569. package/dist/collection/helpers/rte-manager/rte.manager.test.js +0 -94
  570. package/dist/collection/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.js +0 -194
  571. package/dist/collection/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.js +0 -66
  572. package/dist/collection/helpers/slimmers/element-appender/test/element-appender-slimmer.test.js +0 -621
  573. package/dist/collection/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.js +0 -248
  574. package/dist/collection/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.js +0 -120
  575. package/dist/collection/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.js +0 -182
  576. package/dist/collection/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.js +0 -399
  577. package/dist/collection/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.js +0 -383
  578. package/dist/collection/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.js +0 -96
  579. package/dist/collection/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.js +0 -228
  580. package/dist/collection/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.js +0 -375
  581. package/dist/collection/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.js +0 -46
  582. package/dist/collection/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.js +0 -75
  583. package/dist/collection/helpers/slimmers/test/component-global-style-slimmer.test.js +0 -104
  584. package/dist/collection/helpers/slimmers/test/component-usage-runtime-metrics.test.js +0 -72
  585. package/dist/collection/helpers/slimmers/test/dark-mode-state-controller.test.js +0 -65
  586. package/dist/collection/helpers/slimmers/test/deprecated-property-slimmer.test.js +0 -36
  587. package/dist/collection/helpers/slimmers/test/field-error-controller-slimmer.test.js +0 -55
  588. package/dist/collection/helpers/slimmers/test/form-field-controller-slimmer.test.js +0 -278
  589. package/dist/collection/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.js +0 -106
  590. package/dist/collection/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.js +0 -64
  591. package/dist/collection/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.js +0 -89
  592. package/dist/collection/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.js +0 -101
  593. package/dist/collection/helpers/slimmers/test/keyboard-manager-slimmer.test.js +0 -90
  594. package/dist/collection/helpers/slimmers/test/page-resize-observer-slimmer.test.js +0 -278
  595. package/dist/collection/helpers/slimmers/test/string-input-formatter-slimmer.test.js +0 -220
  596. package/dist/collection/helpers/slimmers/test/translation-slimmer.test.js +0 -89
  597. package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +0 -614
  598. package/dist/collection/helpers/touch-helper/test/touch-listener.test.js +0 -122
  599. package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +0 -288
  600. package/dist/collection/helpers/translation/tests/translation.test.js +0 -46
  601. package/dist/collection/helpers/ui/test/element-appender.test.js +0 -530
  602. package/dist/collection/helpers/validator/test/rules/check-box-required-rule.test.js +0 -88
  603. package/dist/collection/helpers/validator/test/rules/custom-validation-rule.test.js +0 -56
  604. package/dist/collection/helpers/validator/test/rules/date-range-rule.test.js +0 -67
  605. package/dist/collection/helpers/validator/test/rules/date-required-rule.test.js +0 -120
  606. package/dist/collection/helpers/validator/test/rules/email-field-rule.test.js +0 -69
  607. package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +0 -7
  608. package/dist/collection/helpers/validator/test/rules/input-phone-number-required-rule.test.js +0 -105
  609. package/dist/collection/helpers/validator/test/rules/input-range-min-and-max-rule.test.js +0 -146
  610. package/dist/collection/helpers/validator/test/rules/input-range-required-rule.test.js +0 -82
  611. package/dist/collection/helpers/validator/test/rules/input-select-value-in-source-rule.test.js +0 -99
  612. package/dist/collection/helpers/validator/test/rules/max-number-rule.test.js +0 -97
  613. package/dist/collection/helpers/validator/test/rules/max-string-length-rule.test.js +0 -85
  614. package/dist/collection/helpers/validator/test/rules/min-and-max-date-rule.test.js +0 -174
  615. package/dist/collection/helpers/validator/test/rules/min-number-rule.test.js +0 -97
  616. package/dist/collection/helpers/validator/test/rules/min-string-length-rule.test.js +0 -85
  617. package/dist/collection/helpers/validator/test/rules/public-rules.test.js +0 -80
  618. package/dist/collection/helpers/validator/test/rules/required-field-rule.test.js +0 -126
  619. package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +0 -360
  620. package/dist/collection/helpers/validator/test/rules/time-range-required-rule.test.js +0 -82
  621. package/dist/collection/helpers/validator/test/rules/time-range-rule.test.js +0 -67
  622. package/dist/collection/helpers/validator/test/rules/time-required-rule.test.js +0 -116
  623. package/dist/collection/helpers/validator/test/rules/toggle-switch-required-rule.test.js +0 -72
  624. package/dist/collection/helpers/validator/test/rules/valid-credit-card-number-rule.test.js +0 -135
  625. package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +0 -95
  626. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.js +0 -65
  627. package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.js +0 -82
  628. package/dist/collection/helpers/validator/test/validator/form-field-controller.test.js +0 -205
  629. package/dist/collection/helpers/vega-telemetry-helper/test/vega-env-manager.test.js +0 -14
  630. package/dist/collection/helpers/zindex/test/internal-vega-z-index-manager.test.js +0 -176
  631. package/dist/collection/helpers/zindex/test/vega-z-index-manager.test.js +0 -46
  632. package/dist/collection/polyfill/d3/test/d3-array-polyfill.test.js +0 -72
  633. package/dist/collection/polyfill/d3/test/d3-axis-polyfill.test.js +0 -171
  634. package/dist/collection/polyfill/d3/test/d3-integration.test.js +0 -137
  635. package/dist/collection/polyfill/d3/test/d3-scale-polyfill.test.js +0 -382
  636. package/dist/collection/polyfill/d3/test/d3-selection-polyfill.test.js +0 -239
  637. package/dist/collection/polyfill/d3/test/d3-shape-polyfill.test.js +0 -225
  638. package/dist/collection/polyfill/d3/test/d3-time-format-polyfill.test.js +0 -162
  639. package/dist/collection/polyfill/d3/test/d3-time-polyfill.test.js +0 -76
  640. package/dist/collection/polyfill/d3/test/index.test.js +0 -78
  641. package/dist/collection/polyfill/libphonenumber/test/as-you-type.test.js +0 -309
  642. package/dist/collection/polyfill/libphonenumber/test/format-helpers.test.js +0 -192
  643. package/dist/collection/polyfill/libphonenumber/test/index.test.js +0 -16
  644. package/dist/collection/polyfill/libphonenumber/test/metadata.test.js +0 -196
  645. package/dist/collection/polyfill/libphonenumber/test/parse-phone-number.test.js +0 -218
  646. package/dist/collection/polyfill/libphonenumber/test/phone-number.test.js +0 -56
  647. package/dist/collection/polyfill/prism/test/css.test.js +0 -61
  648. package/dist/collection/polyfill/prism/test/javascript.test.js +0 -113
  649. package/dist/collection/polyfill/prism/test/jsx.test.js +0 -48
  650. package/dist/collection/polyfill/prism/test/language-registry.test.js +0 -77
  651. package/dist/collection/polyfill/prism/test/markup.test.js +0 -57
  652. package/dist/collection/polyfill/prism/test/test-utils.js +0 -22
  653. package/dist/collection/polyfill/prism/test/tokenizer.test.js +0 -180
  654. package/dist/collection/polyfill/prism/test/tsx.test.js +0 -87
  655. package/dist/collection/polyfill/prism/test/typescript.test.js +0 -86
  656. package/dist/collection/polyfill/shadow-selection/test/shadow-selection-polyfill.test.js +0 -234
  657. package/dist/collection/polyfill/test-polyfill/e2e/retry.js +0 -42
  658. package/dist/collection/polyfill/test-polyfill/unit/create-touch-event.js +0 -31
  659. package/dist/collection/polyfill/test-polyfill/unit/events.js +0 -100
  660. package/dist/collection/polyfill/test-polyfill/unit/index.js +0 -3
  661. package/dist/collection/polyfill/test-polyfill/unit/methods.js +0 -47
  662. package/dist/collection/polyfill/test-polyfill/unit/range.js +0 -15
  663. package/dist/collection/polyfill/test-polyfill/unit/shadow-selection.js +0 -17
  664. package/dist/collection/polyfill/tinycolor/tinycolor-polyfill.test.js +0 -361
  665. package/dist/collection/test-assets/test-icons.js +0 -5
  666. package/dist/collection/types/test/type-guard.test.js +0 -46
  667. package/dist/collection/utils/e2e-utils.js +0 -389
  668. package/dist/collection/utils/sanitize/test/empty-strategy.test.js +0 -12
  669. package/dist/collection/utils/sanitize/test/html-sanitizer.test.js +0 -57
  670. package/dist/collection/utils/sanitize/test/label-strategy.test.js +0 -56
  671. package/dist/collection/utils/sanitize/test/sanitize-strategy.test.js +0 -85
  672. package/dist/collection/utils/sanitize/test/sanitize.test.js +0 -22
  673. package/dist/collection/utils/sanitize/test/serialize-fragment.test.js +0 -25
  674. package/dist/collection/utils/sanitize/test/style-strategy.test.js +0 -45
  675. package/dist/collection/utils/spec-utils.js +0 -226
  676. package/dist/collection/utils/test/accessibility.test.js +0 -40
  677. package/dist/collection/utils/test/api.test.js +0 -34
  678. package/dist/collection/utils/test/array.test.js +0 -260
  679. package/dist/collection/utils/test/breakpoint.test.js +0 -37
  680. package/dist/collection/utils/test/component.test.js +0 -59
  681. package/dist/collection/utils/test/date.test.js +0 -104
  682. package/dist/collection/utils/test/design-token.test.js +0 -91
  683. package/dist/collection/utils/test/effect.test.js +0 -64
  684. package/dist/collection/utils/test/local-storage.test.js +0 -38
  685. package/dist/collection/utils/test/log.test.js +0 -49
  686. package/dist/collection/utils/test/misc.test.js +0 -40
  687. package/dist/collection/utils/test/number.test.js +0 -18
  688. package/dist/collection/utils/test/object.test.js +0 -77
  689. package/dist/collection/utils/test/pagination.test.js +0 -40
  690. package/dist/collection/utils/test/pixel.test.js +0 -29
  691. package/dist/collection/utils/test/safe-document.test.js +0 -13
  692. package/dist/collection/utils/test/spec-utils.test.js +0 -73
  693. package/dist/collection/utils/test/string.test.js +0 -8
  694. package/dist/collection/utils/test/test-utils.test.js +0 -70
  695. package/dist/collection/utils/test/timer.test.js +0 -16
  696. package/dist/collection/utils/test/ui.test.js +0 -301
  697. package/dist/collection/utils/test-utils.js +0 -156
  698. package/dist/types/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.d.ts +0 -1
  699. package/dist/types/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.d.ts +0 -1
  700. package/dist/types/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.d.ts +0 -1
  701. package/dist/types/components/vega-code-block/test/code-block-range.test.d.ts +0 -1
  702. package/dist/types/components/vega-dropdown/test/share.d.ts +0 -12
  703. package/dist/types/components/vega-input-credit-card/test/share.d.ts +0 -18
  704. package/dist/types/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.d.ts +0 -4
  705. package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.test.d.ts +0 -1
  706. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.d.ts +0 -1
  707. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.d.ts +0 -1
  708. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.d.ts +0 -1
  709. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.d.ts +0 -1
  710. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +0 -1
  711. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +0 -1
  712. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +0 -1
  713. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +0 -1
  714. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +0 -1
  715. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +0 -1
  716. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +0 -1
  717. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +0 -1
  718. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +0 -1
  719. package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +0 -1
  720. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-actions.test.d.ts +0 -1
  721. package/dist/types/components/vega-rich-text-editor/test/dto/annotation-style.test.d.ts +0 -1
  722. package/dist/types/components/vega-rich-text-editor/test/dto/annotations.test.d.ts +0 -1
  723. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/code-block.test.d.ts +0 -1
  724. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/html-block.test.d.ts +0 -1
  725. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/image-block.test.d.ts +0 -1
  726. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-block.test.d.ts +0 -1
  727. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-item.test.d.ts +0 -1
  728. package/dist/types/components/vega-rich-text-editor/test/dto/blocks/text-block.test.d.ts +0 -1
  729. package/dist/types/components/vega-rich-text-editor/test/dto/content-state.test.d.ts +0 -1
  730. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/image-node.test.d.ts +0 -1
  731. package/dist/types/components/vega-rich-text-editor/test/dto/nodes/text-node.test.d.ts +0 -1
  732. package/dist/types/components/vega-rich-text-editor/test/dto/range.test.d.ts +0 -1
  733. package/dist/types/components/vega-rich-text-editor/test/e2e-utils.d.ts +0 -67
  734. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.d.ts +0 -1
  735. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.d.ts +0 -1
  736. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.d.ts +0 -1
  737. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.d.ts +0 -1
  738. package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/vega-code-block-to-rte-code-block-strategy.test.d.ts +0 -1
  739. package/dist/types/components/vega-rich-text-editor/test/extensions/extension-test-utils.d.ts +0 -21
  740. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.d.ts +0 -1
  741. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.d.ts +0 -1
  742. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.d.ts +0 -8
  743. package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.d.ts +0 -1
  744. package/dist/types/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.d.ts +0 -1
  745. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.d.ts +0 -1
  746. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.d.ts +0 -1
  747. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.d.ts +0 -1
  748. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.d.ts +0 -1
  749. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-dto.test.d.ts +0 -1
  750. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.d.ts +0 -1
  751. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-test-utils.d.ts +0 -11
  752. package/dist/types/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.d.ts +0 -1
  753. package/dist/types/components/vega-rich-text-editor/test/fixture.d.ts +0 -19
  754. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.d.ts +0 -1
  755. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.d.ts +0 -1
  756. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.d.ts +0 -1
  757. package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.d.ts +0 -1
  758. package/dist/types/components/vega-rich-text-editor/test/spec-utils.d.ts +0 -19
  759. package/dist/types/components/vega-sidenav/test/test.helper.d.ts +0 -6
  760. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.d.ts +0 -1
  761. package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.d.ts +0 -1
  762. package/dist/types/components/vega-table/test/utils.d.ts +0 -9
  763. package/dist/types/components/vega-table/test/vega-table-sorter.test.d.ts +0 -1
  764. package/dist/types/constants/tests/validator.test.d.ts +0 -1
  765. package/dist/types/decorators/method-decorators/tests/component-load-required.test.d.ts +0 -1
  766. package/dist/types/decorators/property-decorators/tests/inject-element-appender-proxy.test.d.ts +0 -1
  767. package/dist/types/decorators/property-decorators/tests/inject-keyboard-manager.test.d.ts +0 -1
  768. package/dist/types/global/tests/before-vega-load.test.d.ts +0 -1
  769. package/dist/types/helpers/calendar/test/calendar-date-time.test.d.ts +0 -1
  770. package/dist/types/helpers/calendar/test/calendar-date.test.d.ts +0 -1
  771. package/dist/types/helpers/calendar/test/calendar-event.test.d.ts +0 -1
  772. package/dist/types/helpers/calendar/test/calendar-period/day-period.test.d.ts +0 -1
  773. package/dist/types/helpers/calendar/test/calendar-period/month-period.test.d.ts +0 -1
  774. package/dist/types/helpers/calendar/test/calendar-period/week-period.test.d.ts +0 -1
  775. package/dist/types/helpers/calendar/test/calendar-time.test.d.ts +0 -1
  776. package/dist/types/helpers/calendar/test/calendar-view-generator/day-view-generator.test.d.ts +0 -1
  777. package/dist/types/helpers/calendar/test/calendar-view-generator/month-view-generator.test.d.ts +0 -1
  778. package/dist/types/helpers/calendar/test/calendar-view-generator/week-view-generator.test.d.ts +0 -1
  779. package/dist/types/helpers/calendar/test/calendar-view.test.d.ts +0 -1
  780. package/dist/types/helpers/calendar/test/index.test.d.ts +0 -1
  781. package/dist/types/helpers/calendar/test/utils.test.d.ts +0 -1
  782. package/dist/types/helpers/change-manager/test/change-manager.test.d.ts +0 -1
  783. package/dist/types/helpers/change-manager/test/dom-node-subject-factory.test.d.ts +0 -1
  784. package/dist/types/helpers/chart/test/controllers/chart-dimension-controller.test.d.ts +0 -1
  785. package/dist/types/helpers/chart/test/drawers/arc-path-drawer.test.d.ts +0 -1
  786. package/dist/types/helpers/chart/test/drawers/legend-drawer.test.d.ts +0 -1
  787. package/dist/types/helpers/chart/test/drawers/line-drawer.test.d.ts +0 -1
  788. package/dist/types/helpers/chart/test/drawers/path-drawer.test.d.ts +0 -1
  789. package/dist/types/helpers/chart/test/drawers/rect-drawer.test.d.ts +0 -1
  790. package/dist/types/helpers/chart/test/drawers/text-drawer.test.d.ts +0 -1
  791. package/dist/types/helpers/chart/test/drawers/x-axis-drawer.test.d.ts +0 -1
  792. package/dist/types/helpers/chart/test/drawers/y-axis-drawer.test.d.ts +0 -1
  793. package/dist/types/helpers/chart/test/graph-context-factory.test.d.ts +0 -1
  794. package/dist/types/helpers/chart/test/input-processors/format-time-positions-input-processor.test.d.ts +0 -1
  795. package/dist/types/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.d.ts +0 -1
  796. package/dist/types/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.d.ts +0 -1
  797. package/dist/types/helpers/chart/test/input-processors/layout-input-processor.test.d.ts +0 -1
  798. package/dist/types/helpers/chart/test/input-processors/line-path-input-processor.test.d.ts +0 -1
  799. package/dist/types/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.d.ts +0 -1
  800. package/dist/types/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.d.ts +0 -1
  801. package/dist/types/helpers/chart/test/input-processors/sort-positions-input-processor.test.d.ts +0 -1
  802. package/dist/types/helpers/chart/test/input-processors/x-axis-input-processor.test.d.ts +0 -1
  803. package/dist/types/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.d.ts +0 -1
  804. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.d.ts +0 -1
  805. package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.test.d.ts +0 -1
  806. package/dist/types/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.d.ts +0 -1
  807. package/dist/types/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.d.ts +0 -1
  808. package/dist/types/helpers/chart/test/interactors/interactor-factory.test.d.ts +0 -1
  809. package/dist/types/helpers/chart/test/interactors/svg-interactor.test.d.ts +0 -1
  810. package/dist/types/helpers/chart/test/line-chart.test.d.ts +0 -1
  811. package/dist/types/helpers/chart/test/pie-chart.test.d.ts +0 -1
  812. package/dist/types/helpers/chart/test/renderers/canvas-renderer.test.d.ts +0 -1
  813. package/dist/types/helpers/chart/test/renderers/renderer-factory.test.d.ts +0 -1
  814. package/dist/types/helpers/chart/test/renderers/svg-renderer.test.d.ts +0 -1
  815. package/dist/types/helpers/code-format/test/code-formatter.test.d.ts +0 -1
  816. package/dist/types/helpers/common/test/common.test.d.ts +0 -1
  817. package/dist/types/helpers/common/test/wait-for-component-did-render.test.d.ts +0 -1
  818. package/dist/types/helpers/common/test/wait-for-vega-handler.test.d.ts +0 -1
  819. package/dist/types/helpers/csp/test/styles-preservator.test.d.ts +0 -1
  820. package/dist/types/helpers/csp/test/vega-nonce-manager.test.d.ts +0 -1
  821. package/dist/types/helpers/dialog/test/vega-dialog-controller.test.d.ts +0 -1
  822. package/dist/types/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.d.ts +0 -1
  823. package/dist/types/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.d.ts +0 -1
  824. package/dist/types/helpers/event-manager/test/component-event-id-map.test.d.ts +0 -1
  825. package/dist/types/helpers/event-manager/test/event-emit-slimmer.test.d.ts +0 -1
  826. package/dist/types/helpers/event-manager/test/internal-vega-event-manager.test.d.ts +0 -1
  827. package/dist/types/helpers/event-manager/test/jquery-delegated-strategy-controller.test.d.ts +0 -1
  828. package/dist/types/helpers/event-manager/test/vega-event-id.test.d.ts +0 -1
  829. package/dist/types/helpers/event-manager/test/vega-event-manager.test.d.ts +0 -1
  830. package/dist/types/helpers/feature-control/tests/feature-flag-controller.test.d.ts +0 -1
  831. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.d.ts +0 -1
  832. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.d.ts +0 -1
  833. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.d.ts +0 -1
  834. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.d.ts +0 -1
  835. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.d.ts +0 -1
  836. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.d.ts +0 -1
  837. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.d.ts +0 -1
  838. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.d.ts +0 -1
  839. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.d.ts +0 -1
  840. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.d.ts +0 -1
  841. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.d.ts +0 -1
  842. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.d.ts +0 -1
  843. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.d.ts +0 -1
  844. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.d.ts +0 -1
  845. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.d.ts +0 -1
  846. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.d.ts +0 -1
  847. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.d.ts +0 -1
  848. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.d.ts +0 -1
  849. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.d.ts +0 -1
  850. package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.d.ts +0 -1
  851. package/dist/types/helpers/formatter/test/state-formatter/state-background-color-formatter.test.d.ts +0 -1
  852. package/dist/types/helpers/formatter/test/state-formatter/state-border-color-formatter.test.d.ts +0 -1
  853. package/dist/types/helpers/formatter/test/state-formatter/state-border-formatter.test.d.ts +0 -1
  854. package/dist/types/helpers/formatter/test/state-formatter/state-format-facade.test.d.ts +0 -1
  855. package/dist/types/helpers/formatter/test/state-formatter/state-shadow-formatter.test.d.ts +0 -1
  856. package/dist/types/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.d.ts +0 -1
  857. package/dist/types/helpers/formatter/test/string-formatter/number-mask-strategy.test.d.ts +0 -1
  858. package/dist/types/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.d.ts +0 -1
  859. package/dist/types/helpers/formatter/test/string-formatter/string-mask-strategy.test.d.ts +0 -1
  860. package/dist/types/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.d.ts +0 -1
  861. package/dist/types/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.d.ts +0 -1
  862. package/dist/types/helpers/formatter/test/style-formatter.test.d.ts +0 -1
  863. package/dist/types/helpers/icon/test/icon-manager-controller.test.d.ts +0 -1
  864. package/dist/types/helpers/icon/test/internal-icon-manager.test.d.ts +0 -1
  865. package/dist/types/helpers/immutable/test/immutable-array.test.d.ts +0 -1
  866. package/dist/types/helpers/immutable/test/immutable-map.test.d.ts +0 -1
  867. package/dist/types/helpers/immutable/test/immutable-set.test.d.ts +0 -1
  868. package/dist/types/helpers/keyboard/test/keyboard-manager.test.d.ts +0 -1
  869. package/dist/types/helpers/level-tracker/test/nested-level-tracker.test.d.ts +0 -1
  870. package/dist/types/helpers/loading-indicator/tests/vega-loader-controller.test.d.ts +0 -1
  871. package/dist/types/helpers/notify/tests/vega-notify-controller.test.d.ts +0 -1
  872. package/dist/types/helpers/paginator/test/value-paginator.test.d.ts +0 -1
  873. package/dist/types/helpers/queue/test/synchronize-task-queue.test.d.ts +0 -1
  874. package/dist/types/helpers/remote-invocation/remote-invocation-registry.test.d.ts +0 -1
  875. package/dist/types/helpers/rte-manager/rte.manager.test.d.ts +0 -1
  876. package/dist/types/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.d.ts +0 -1
  877. package/dist/types/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.d.ts +0 -1
  878. package/dist/types/helpers/slimmers/element-appender/test/element-appender-slimmer.test.d.ts +0 -1
  879. package/dist/types/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.d.ts +0 -1
  880. package/dist/types/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.d.ts +0 -1
  881. package/dist/types/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.d.ts +0 -1
  882. package/dist/types/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.d.ts +0 -15
  883. package/dist/types/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.d.ts +0 -1
  884. package/dist/types/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.d.ts +0 -1
  885. package/dist/types/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.d.ts +0 -1
  886. package/dist/types/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.d.ts +0 -1
  887. package/dist/types/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.d.ts +0 -1
  888. package/dist/types/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.d.ts +0 -1
  889. package/dist/types/helpers/slimmers/test/component-global-style-slimmer.test.d.ts +0 -1
  890. package/dist/types/helpers/slimmers/test/component-usage-runtime-metrics.test.d.ts +0 -1
  891. package/dist/types/helpers/slimmers/test/dark-mode-state-controller.test.d.ts +0 -1
  892. package/dist/types/helpers/slimmers/test/deprecated-property-slimmer.test.d.ts +0 -1
  893. package/dist/types/helpers/slimmers/test/field-error-controller-slimmer.test.d.ts +0 -1
  894. package/dist/types/helpers/slimmers/test/form-field-controller-slimmer.test.d.ts +0 -1
  895. package/dist/types/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.d.ts +0 -1
  896. package/dist/types/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.d.ts +0 -1
  897. package/dist/types/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.d.ts +0 -1
  898. package/dist/types/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.d.ts +0 -1
  899. package/dist/types/helpers/slimmers/test/keyboard-manager-slimmer.test.d.ts +0 -1
  900. package/dist/types/helpers/slimmers/test/page-resize-observer-slimmer.test.d.ts +0 -1
  901. package/dist/types/helpers/slimmers/test/string-input-formatter-slimmer.test.d.ts +0 -1
  902. package/dist/types/helpers/slimmers/test/translation-slimmer.test.d.ts +0 -1
  903. package/dist/types/helpers/theme/tests/theme-manager-controller.test.d.ts +0 -1
  904. package/dist/types/helpers/touch-helper/test/touch-listener.test.d.ts +0 -1
  905. package/dist/types/helpers/translation/tests/internal-translation-controller.test.d.ts +0 -1
  906. package/dist/types/helpers/translation/tests/translation.test.d.ts +0 -1
  907. package/dist/types/helpers/ui/test/element-appender.test.d.ts +0 -1
  908. package/dist/types/helpers/validator/test/rules/check-box-required-rule.test.d.ts +0 -1
  909. package/dist/types/helpers/validator/test/rules/custom-validation-rule.test.d.ts +0 -1
  910. package/dist/types/helpers/validator/test/rules/date-range-rule.test.d.ts +0 -1
  911. package/dist/types/helpers/validator/test/rules/date-required-rule.test.d.ts +0 -1
  912. package/dist/types/helpers/validator/test/rules/email-field-rule.test.d.ts +0 -1
  913. package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +0 -1
  914. package/dist/types/helpers/validator/test/rules/input-phone-number-required-rule.test.d.ts +0 -1
  915. package/dist/types/helpers/validator/test/rules/input-range-min-and-max-rule.test.d.ts +0 -1
  916. package/dist/types/helpers/validator/test/rules/input-range-required-rule.test.d.ts +0 -1
  917. package/dist/types/helpers/validator/test/rules/input-select-value-in-source-rule.test.d.ts +0 -1
  918. package/dist/types/helpers/validator/test/rules/max-number-rule.test.d.ts +0 -1
  919. package/dist/types/helpers/validator/test/rules/max-string-length-rule.test.d.ts +0 -1
  920. package/dist/types/helpers/validator/test/rules/min-and-max-date-rule.test.d.ts +0 -1
  921. package/dist/types/helpers/validator/test/rules/min-number-rule.test.d.ts +0 -1
  922. package/dist/types/helpers/validator/test/rules/min-string-length-rule.test.d.ts +0 -1
  923. package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +0 -1
  924. package/dist/types/helpers/validator/test/rules/required-field-rule.test.d.ts +0 -1
  925. package/dist/types/helpers/validator/test/rules/rich-text-editor-required-rule.test.d.ts +0 -1
  926. package/dist/types/helpers/validator/test/rules/time-range-required-rule.test.d.ts +0 -1
  927. package/dist/types/helpers/validator/test/rules/time-range-rule.test.d.ts +0 -1
  928. package/dist/types/helpers/validator/test/rules/time-required-rule.test.d.ts +0 -1
  929. package/dist/types/helpers/validator/test/rules/toggle-switch-required-rule.test.d.ts +0 -1
  930. package/dist/types/helpers/validator/test/rules/valid-credit-card-number-rule.test.d.ts +0 -1
  931. package/dist/types/helpers/validator/test/rules/valid-phone-number-rule.test.d.ts +0 -1
  932. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.d.ts +0 -1
  933. package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.d.ts +0 -1
  934. package/dist/types/helpers/validator/test/validator/form-field-controller.test.d.ts +0 -1
  935. package/dist/types/helpers/vega-telemetry-helper/test/vega-env-manager.test.d.ts +0 -1
  936. package/dist/types/helpers/zindex/test/internal-vega-z-index-manager.test.d.ts +0 -1
  937. package/dist/types/helpers/zindex/test/vega-z-index-manager.test.d.ts +0 -1
  938. package/dist/types/polyfill/d3/test/d3-array-polyfill.test.d.ts +0 -1
  939. package/dist/types/polyfill/d3/test/d3-axis-polyfill.test.d.ts +0 -1
  940. package/dist/types/polyfill/d3/test/d3-integration.test.d.ts +0 -1
  941. package/dist/types/polyfill/d3/test/d3-scale-polyfill.test.d.ts +0 -1
  942. package/dist/types/polyfill/d3/test/d3-selection-polyfill.test.d.ts +0 -1
  943. package/dist/types/polyfill/d3/test/d3-shape-polyfill.test.d.ts +0 -1
  944. package/dist/types/polyfill/d3/test/d3-time-format-polyfill.test.d.ts +0 -1
  945. package/dist/types/polyfill/d3/test/d3-time-polyfill.test.d.ts +0 -1
  946. package/dist/types/polyfill/d3/test/index.test.d.ts +0 -1
  947. package/dist/types/polyfill/libphonenumber/test/as-you-type.test.d.ts +0 -1
  948. package/dist/types/polyfill/libphonenumber/test/format-helpers.test.d.ts +0 -1
  949. package/dist/types/polyfill/libphonenumber/test/index.test.d.ts +0 -1
  950. package/dist/types/polyfill/libphonenumber/test/metadata.test.d.ts +0 -1
  951. package/dist/types/polyfill/libphonenumber/test/parse-phone-number.test.d.ts +0 -1
  952. package/dist/types/polyfill/libphonenumber/test/phone-number.test.d.ts +0 -1
  953. package/dist/types/polyfill/prism/test/css.test.d.ts +0 -1
  954. package/dist/types/polyfill/prism/test/javascript.test.d.ts +0 -1
  955. package/dist/types/polyfill/prism/test/jsx.test.d.ts +0 -1
  956. package/dist/types/polyfill/prism/test/language-registry.test.d.ts +0 -1
  957. package/dist/types/polyfill/prism/test/markup.test.d.ts +0 -1
  958. package/dist/types/polyfill/prism/test/test-utils.d.ts +0 -10
  959. package/dist/types/polyfill/prism/test/tokenizer.test.d.ts +0 -1
  960. package/dist/types/polyfill/prism/test/tsx.test.d.ts +0 -1
  961. package/dist/types/polyfill/prism/test/typescript.test.d.ts +0 -1
  962. package/dist/types/polyfill/shadow-selection/test/shadow-selection-polyfill.test.d.ts +0 -0
  963. package/dist/types/polyfill/test-polyfill/e2e/retry.d.ts +0 -8
  964. package/dist/types/polyfill/test-polyfill/unit/create-touch-event.d.ts +0 -11
  965. package/dist/types/polyfill/test-polyfill/unit/events.d.ts +0 -1
  966. package/dist/types/polyfill/test-polyfill/unit/index.d.ts +0 -3
  967. package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +0 -1
  968. package/dist/types/polyfill/test-polyfill/unit/range.d.ts +0 -7
  969. package/dist/types/polyfill/test-polyfill/unit/shadow-selection.d.ts +0 -0
  970. package/dist/types/polyfill/tinycolor/tinycolor-polyfill.test.d.ts +0 -1
  971. package/dist/types/test-assets/test-icons.d.ts +0 -4
  972. package/dist/types/types/test/type-guard.test.d.ts +0 -1
  973. package/dist/types/utils/e2e-utils.d.ts +0 -160
  974. package/dist/types/utils/sanitize/test/empty-strategy.test.d.ts +0 -1
  975. package/dist/types/utils/sanitize/test/html-sanitizer.test.d.ts +0 -1
  976. package/dist/types/utils/sanitize/test/label-strategy.test.d.ts +0 -1
  977. package/dist/types/utils/sanitize/test/sanitize-strategy.test.d.ts +0 -1
  978. package/dist/types/utils/sanitize/test/sanitize.test.d.ts +0 -1
  979. package/dist/types/utils/sanitize/test/serialize-fragment.test.d.ts +0 -1
  980. package/dist/types/utils/sanitize/test/style-strategy.test.d.ts +0 -1
  981. package/dist/types/utils/spec-utils.d.ts +0 -109
  982. package/dist/types/utils/test/accessibility.test.d.ts +0 -1
  983. package/dist/types/utils/test/api.test.d.ts +0 -1
  984. package/dist/types/utils/test/array.test.d.ts +0 -1
  985. package/dist/types/utils/test/breakpoint.test.d.ts +0 -1
  986. package/dist/types/utils/test/component.test.d.ts +0 -1
  987. package/dist/types/utils/test/date.test.d.ts +0 -1
  988. package/dist/types/utils/test/design-token.test.d.ts +0 -1
  989. package/dist/types/utils/test/effect.test.d.ts +0 -1
  990. package/dist/types/utils/test/local-storage.test.d.ts +0 -1
  991. package/dist/types/utils/test/log.test.d.ts +0 -1
  992. package/dist/types/utils/test/misc.test.d.ts +0 -1
  993. package/dist/types/utils/test/number.test.d.ts +0 -1
  994. package/dist/types/utils/test/object.test.d.ts +0 -1
  995. package/dist/types/utils/test/pagination.test.d.ts +0 -1
  996. package/dist/types/utils/test/pixel.test.d.ts +0 -1
  997. package/dist/types/utils/test/safe-document.test.d.ts +0 -1
  998. package/dist/types/utils/test/spec-utils.test.d.ts +0 -1
  999. package/dist/types/utils/test/string.test.d.ts +0 -1
  1000. package/dist/types/utils/test/test-utils.test.d.ts +0 -1
  1001. package/dist/types/utils/test/timer.test.d.ts +0 -1
  1002. package/dist/types/utils/test/ui.test.d.ts +0 -1
  1003. package/dist/types/utils/test-utils.d.ts +0 -61
  1004. package/dist/vega/p-0ac91609.entry.js +0 -1
  1005. package/dist/vega/p-10e9438e.js +0 -1
  1006. package/dist/vega/p-2697b52b.js +0 -1
  1007. package/dist/vega/p-2fd266fa.js +0 -1
  1008. package/dist/vega/p-31945d6c.js +0 -1
  1009. package/dist/vega/p-33475bcf.entry.js +0 -1
  1010. package/dist/vega/p-3a0b3fed.entry.js +0 -1
  1011. package/dist/vega/p-4a9be903.js +0 -1
  1012. package/dist/vega/p-541ae774.entry.js +0 -1
  1013. package/dist/vega/p-603b851c.js +0 -1
  1014. package/dist/vega/p-6d6ea8b4.js +0 -1
  1015. package/dist/vega/p-6db0556d.js +0 -1
  1016. package/dist/vega/p-79df30e3.entry.js +0 -1
  1017. package/dist/vega/p-8f88fb57.js +0 -1
  1018. package/dist/vega/p-a01ef160.entry.js +0 -1
  1019. package/dist/vega/p-c962cf5b.js +0 -1
  1020. package/dist/vega/p-d94d785a.entry.js +0 -1
  1021. package/dist/vega/p-dce9349e.js +0 -1
  1022. package/dist/vega/p-e2268eef.js +0 -1
  1023. package/dist/vega/p-e5da9f66.js +0 -1
  1024. package/dist/vega/p-f7505267.js +0 -1
  1025. package/dist/vega/p-fef22245.js +0 -1
@@ -220,13 +220,19 @@ export function getElementComputedStyle(element, styleName) {
220
220
  * Get the deep active element in shadow component
221
221
  *
222
222
  * @param {Document | ShadowRoot} root the root element
223
+ * @param {boolean} fallbackToHost whether to fallback to host when active element is null, default is false.
224
+ * In some cases, web component is used in a11y scenario, assistive technology may trigger click event on the host element but the active element is null, setting fallbackToHost to true can help to get the host element in this case.
223
225
  * @returns {Nullable<HTMLElement>} active element
224
226
  */
227
+ export function getDeepActiveElementInShadow(
225
228
  // eslint-disable-next-line no-restricted-globals
226
- export function getDeepActiveElementInShadow(root = document) {
229
+ root = document, fallbackToHost = false) {
227
230
  const activeEl = root.activeElement;
231
+ if (!activeEl && fallbackToHost && 'host' in root) {
232
+ return root.host;
233
+ }
228
234
  if (activeEl && activeEl.shadowRoot) {
229
- return getDeepActiveElementInShadow(activeEl.shadowRoot);
235
+ return getDeepActiveElementInShadow(activeEl.shadowRoot, fallbackToHost);
230
236
  }
231
237
  else {
232
238
  return activeEl;
@@ -1,20 +1,20 @@
1
1
  import { F as FeatureFlag } from './feature-flag-controller-30f7b625.js';
2
- import { V as VegaLoader, a as VegaNotify, b as VegaEventManager, c as VegaZIndexManager, w as waitForVega, d as VegaSkeletonLoader, e as VegaTranslation, f as VegaRTETokenExtension, g as VegaRTELanguageExtension, h as VegaRTEFunctionExtension, i as VegaRTETableExtension } from './token-extension-612575cb.js';
3
- import { V as VegaThemeManager } from './split-cell-operation-55cd9fae.js';
2
+ import { V as VegaLoader, a as VegaNotify, b as VegaEventManager, c as VegaZIndexManager, w as waitForVega, d as VegaSkeletonLoader, e as VegaTranslation, f as VegaRTETokenExtension, g as VegaRTELanguageExtension, h as VegaRTEFunctionExtension, i as VegaRTETableExtension } from './token-extension-600b1c88.js';
3
+ import { V as VegaThemeManager } from './split-cell-operation-9445e642.js';
4
4
  import { M as MapToComponentMethod, V as VegaSlimmer, s as setVegaLogLevel, G as GlobalSlimmersRegistry } from './global-slimmer-registry-17c4efd4.js';
5
5
  import { V as VegaDialog } from './vega-dialog-controller-bbb2fc52.js';
6
6
  import { T as TypographyUrls } from './typography-396de03f.js';
7
7
  import { V as VegaIconManager } from './icon-manager-539d7cf7.js';
8
8
  import { V as VegaInternalTranslation, s as staticTranslations } from './internal-translation-controller-b08aa9ab.js';
9
- import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-b9c3c2f8.js';
9
+ import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-60abddac.js';
10
10
  import { v as vegaEnvManager } from './vega-env-manager-8f8dc473.js';
11
11
  import { U as UPDATE_TRANSLATION } from './static-subject-title-52f93124.js';
12
12
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
13
13
  import { O as Observer } from './observer-3959f9dd.js';
14
14
  import { f as forceUpdate } from './index-090d31ca.js';
15
- import { V as VegaRTEContent } from './content-state-dad1fd71.js';
15
+ import { V as VegaRTEContent } from './content-state-084cd705.js';
16
16
  import { v as vegaNonceManager, s as setVegaNonce } from './vega-nonce-manager-497e5eb5.js';
17
- import { V as VegaRTEPresetToolbarItems } from './code-block-58d1dbe5.js';
17
+ import { V as VegaRTEPresetToolbarItems } from './code-block-7d6f231b.js';
18
18
 
19
19
  var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
20
20
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -396,7 +396,7 @@ function injectVegaRichTextEditorClassIntoGlobal() {
396
396
  * Inject VegaPublicValidationRules to global as a public api
397
397
  */
398
398
  function injectVegaPublicValidationRules() {
399
- void import('./public-rules-1626fb0d.js').then((module) => {
399
+ void import('./public-rules-fe2c7934.js').then((module) => {
400
400
  Object.entries(module).forEach(([name, value]) => {
401
401
  globalThis[name] = value;
402
402
  });
@@ -1,6 +1,10 @@
1
1
  import { M as MapToComponentMethod, V as VegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
2
- import { l as checkIsVoiceOverClick, e as getDeepActiveElementInShadow } from './ui-ac244bf0.js';
2
+ import { l as checkIsVoiceOverClick, e as getDeepActiveElementInShadow } from './ui-ba5a4758.js';
3
3
  import { S as SynchronizeTaskQueue } from './synchronize-task-queue-ac8acc3b.js';
4
+ import { O as Observer } from './observer-3959f9dd.js';
5
+ import { C as ChangeManager } from './change-manager-6a7eb88c.js';
6
+ import { C as VegaInternalDialogContentReady } from './vega-internal-event-id-70bd893d.js';
7
+ import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-cea9248d.js';
4
8
 
5
9
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
6
10
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -34,6 +38,9 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
34
38
  this.isVoiceOverClick = false;
35
39
  this.focusTriggerElement = null;
36
40
  this.focusDialogTaskQueue = new SynchronizeTaskQueue();
41
+ this.dialogContentReadyObserver = null;
42
+ this.dialogContentReadySubject = null;
43
+ this.isChildFocused = false;
37
44
  /**
38
45
  * Sets up the event listener for click events on the trigger element or the window.
39
46
  */
@@ -119,6 +126,24 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
119
126
  return false;
120
127
  return element.tabIndex >= 0;
121
128
  };
129
+ /**
130
+ * Focuses on the first focusable element within the dialog when the dialog content is ready and the last interaction was detected as a VoiceOver click. This method is called in response to the dialog content ready notification, ensuring that focus is set appropriately when the dialog is shown after being triggered by VoiceOver.
131
+ * It retrieves the currently active element, stores it as the trigger element, and then focuses on the first focusable element within the dialog content.
132
+ *
133
+ */
134
+ this.focusOnFirstFocusableElement = () => {
135
+ if (!this.isChildFocused) {
136
+ const dialogElement = this.entry.dialogEl();
137
+ const focusableElement = this.getFirstFocusableElement(dialogElement);
138
+ if (focusableElement) {
139
+ this.isChildFocused = true;
140
+ focusableElement.focus();
141
+ }
142
+ else {
143
+ dialogElement.focus();
144
+ }
145
+ }
146
+ };
122
147
  this.entry = entry;
123
148
  }
124
149
  /**
@@ -126,18 +151,21 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
126
151
  */
127
152
  connectedCallback() {
128
153
  this.eventListenerHandler();
154
+ this.subscribeDialogContentReady();
129
155
  }
130
156
  /**
131
157
  * Removes the event listener for click events from the trigger element or the window when the component is disconnected from the DOM.
132
158
  */
133
159
  disconnectedCallback() {
134
160
  this.eventListenerRemover();
161
+ this.unsubscribeDialogContentReady();
135
162
  }
136
163
  /**
137
164
  * Sets up the event listener for click events on the trigger element or the window after the component has loaded.
138
165
  */
139
166
  componentDidLoad() {
140
167
  this.eventListenerHandler();
168
+ this.subscribeDialogContentReady();
141
169
  }
142
170
  /**
143
171
  * Ensures that any pending focus actions are executed after the component has rendered.
@@ -166,17 +194,16 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
166
194
  * @returns {Promise<void>} A promise that resolves when the focus action is complete.
167
195
  */
168
196
  async show() {
169
- const activeEl = getDeepActiveElementInShadow();
197
+ // eslint-disable-next-line no-restricted-globals
198
+ const activeEl = getDeepActiveElementInShadow(document, true);
170
199
  if (activeEl) {
200
+ this.isChildFocused = false;
171
201
  await this.focusDialogTaskQueue.enqueue({
172
202
  // eslint-disable-next-line jsdoc/require-jsdoc
173
203
  run: async () => {
174
204
  if (this.isVoiceOverClick) {
175
205
  this.focusTriggerElement = activeEl;
176
- const dialogElement = this.entry.dialogEl();
177
- const focusableElement = this.getFirstFocusableElement(dialogElement) || dialogElement;
178
- focusableElement.focus();
179
- this.isVoiceOverClick = false;
206
+ this.focusOnFirstFocusableElement();
180
207
  }
181
208
  },
182
209
  }, false);
@@ -199,6 +226,33 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
199
226
  }, false);
200
227
  }
201
228
  }
229
+ /**
230
+ * Subscribes to the dialog content ready ChangeManager subject if configured.
231
+ * When the external component notifies that dialog content is rendered,
232
+ * the observer retries focusing the first focusable element in the dialog.
233
+ */
234
+ subscribeDialogContentReady() {
235
+ const dialogElement = this.entry.dialogEl();
236
+ if (dialogElement && !this.dialogContentReadySubject) {
237
+ this.dialogContentReadySubject = domNodeSubjectFactory.getSubject(this.entry.dialogEl(), VegaInternalDialogContentReady);
238
+ this.dialogContentReadyObserver = new Observer((_payload) => true, () => {
239
+ if (this.isVoiceOverClick) {
240
+ this.focusOnFirstFocusableElement();
241
+ }
242
+ });
243
+ ChangeManager.register(this.dialogContentReadySubject, this.dialogContentReadyObserver);
244
+ }
245
+ }
246
+ /**
247
+ * Unsubscribes from the dialog content ready ChangeManager subject.
248
+ */
249
+ unsubscribeDialogContentReady() {
250
+ if (this.dialogContentReadyObserver && this.dialogContentReadySubject) {
251
+ ChangeManager.unregister(this.dialogContentReadySubject, this.dialogContentReadyObserver);
252
+ this.dialogContentReadyObserver = null;
253
+ this.dialogContentReadySubject = null;
254
+ }
255
+ }
202
256
  }
203
257
  __decorate([
204
258
  MapToComponentMethod('connectedCallback')
@@ -1,7 +1,7 @@
1
1
  import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
2
2
  import { O as Observer } from './observer-3959f9dd.js';
3
3
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
4
- import { b as isParent } from './ui-ac244bf0.js';
4
+ import { b as isParent } from './ui-ba5a4758.js';
5
5
 
6
6
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
7
7
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -1,13 +1,13 @@
1
1
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
2
- import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
3
- import { d as VegaInternalRichTextEditorFlushChanges, e as VegaInternalRichTextEditorSelectionRangeChange } from './vega-internal-event-id-8002b179.js';
2
+ import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-cea9248d.js';
3
+ import { d as VegaInternalRichTextEditorFlushChanges, e as VegaInternalRichTextEditorSelectionRangeChange } from './vega-internal-event-id-70bd893d.js';
4
4
  import { c as camelToDashCase } from './string-a953eafc.js';
5
5
  import { L as LogUtility } from './global-slimmer-registry-17c4efd4.js';
6
- import { i as isNonNullable } from './type-guard-c20cbbff.js';
6
+ import { i as isNonNullable } from './type-guard-23a08026.js';
7
7
  import { g as generateUUID } from './misc-9fdbcfbb.js';
8
8
  import { V as VegaInternalThemeManager } from './dark-mode-style-controller-82e5c1c6.js';
9
9
  import { c as cleanObject } from './object-0c277f57.js';
10
- import { f as findParent } from './ui-ac244bf0.js';
10
+ import { f as findParent } from './ui-ba5a4758.js';
11
11
 
12
12
  var InternalAnnotationTypeEnum;
13
13
  (function (InternalAnnotationTypeEnum) {
@@ -170,6 +170,17 @@ class LinkGroupAnnotation extends Annotation {
170
170
  this.linkGroups = new Map();
171
171
  this.linkGroups = new Map([[groupKey, []]]);
172
172
  }
173
+ /**
174
+ * Get the default standalone styles applied to a link by Vega's internal style.
175
+ * These are redundant when parsed back from standalone HTML and should be stripped.
176
+ *
177
+ * @returns {AnnotationStyle} The default styles.
178
+ */
179
+ static getDefaultStyles() {
180
+ return {
181
+ color: 'rgba(var(--v-text-link, 19, 98, 226, 1))',
182
+ };
183
+ }
173
184
  clone() {
174
185
  const clonedAnnotation = new LinkGroupAnnotation('');
175
186
  this.linkGroups.forEach((nodes, key) => {
@@ -239,7 +250,7 @@ class LinkGroupAnnotation extends Annotation {
239
250
  if (linkAnnotation.link.customStyle)
240
251
  Object.assign(linkStyle, linkAnnotation.link.customStyle);
241
252
  if ((options === null || options === void 0 ? void 0 : options.standalone) && linkAnnotation.useInternalStyle) {
242
- linkStyle.color = 'rgba(var(--v-text-link, 19, 98, 226, 1))';
253
+ Object.assign(linkStyle, LinkGroupAnnotation.getDefaultStyles());
243
254
  }
244
255
  return linkStyle;
245
256
  }
@@ -286,6 +297,23 @@ class HorizontalAlignmentAnnotation extends BlockAnnotation {
286
297
  static from(textAlign) {
287
298
  return [BlockAnnotationTypeEnum.ALIGNMENT, new HorizontalAlignmentAnnotation(textAlign)];
288
299
  }
300
+ /**
301
+ * Get the default standalone styles for a given alignment value.
302
+ *
303
+ * @param {VegaRTEBlockAlignment} textAlign - The alignment value.
304
+ * @returns {AnnotationStyle} The default standalone styles.
305
+ */
306
+ static getDefaultStyles(textAlign) {
307
+ switch (textAlign) {
308
+ case 'right':
309
+ case 'center':
310
+ case 'justify':
311
+ return { textAlign };
312
+ case 'left':
313
+ default:
314
+ return { textAlign: 'left' };
315
+ }
316
+ }
289
317
  /**
290
318
  * Generate the JSON item of the annotation
291
319
  *
@@ -324,15 +352,7 @@ class HorizontalAlignmentAnnotation extends BlockAnnotation {
324
352
  renderStyle(options) {
325
353
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
326
354
  return null;
327
- switch (this.textAlign) {
328
- case 'right':
329
- case 'center':
330
- case 'justify':
331
- return { textAlign: this.textAlign };
332
- case 'left':
333
- default:
334
- return { textAlign: 'left' };
335
- }
355
+ return HorizontalAlignmentAnnotation.getDefaultStyles(this.textAlign);
336
356
  }
337
357
  }
338
358
 
@@ -1426,6 +1446,29 @@ class SelectionRangeAnnotation extends Annotation {
1426
1446
  }
1427
1447
  }
1428
1448
 
1449
+ /**
1450
+ * Default CSS style values produced by inline text-formatting annotations.
1451
+ *
1452
+ * These constants are the single source of truth for the CSS values that
1453
+ * bold, italic, underline and strikethrough semantic annotations render as
1454
+ * (in standalone mode) and that annotation handlers / filter strategies use
1455
+ * to detect or remove redundant inline styles.
1456
+ */
1457
+ /** CSS `font-weight` value rendered by the bold annotation. */
1458
+ const BOLD_FONT_WEIGHT = '700';
1459
+ /** Alternative `font-weight` keyword that browsers report for bold elements. */
1460
+ const BOLD_FONT_WEIGHT_KEYWORD = 'bold';
1461
+ /** CSS `font-style` value rendered by the italic annotation. */
1462
+ const ITALIC_FONT_STYLE = 'italic';
1463
+ /** CSS `text-decoration` token rendered by the underline annotation. */
1464
+ const UNDERLINE_TEXT_DECORATION = 'underline';
1465
+ /** CSS `text-decoration` token rendered by the strikethrough annotation. */
1466
+ const STRIKETHROUGH_TEXT_DECORATION = 'line-through';
1467
+ /** CSS `font-family` value rendered by the code annotation. */
1468
+ const CODE_FONT_FAMILY = 'Roboto Mono';
1469
+ /** CSS `white-space` value rendered by the code annotation. */
1470
+ const CODE_WHITE_SPACE = 'pre-wrap';
1471
+
1429
1472
  /**
1430
1473
  * Annotation to make text with strikethrough
1431
1474
  */
@@ -1474,7 +1517,7 @@ class StrikethroughAnnotation extends NodeAnnotation {
1474
1517
  renderStyle(options) {
1475
1518
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
1476
1519
  return null;
1477
- return this.strikethrough ? { textDecoration: 'line-through' } : null;
1520
+ return this.strikethrough ? { textDecoration: STRIKETHROUGH_TEXT_DECORATION } : null;
1478
1521
  }
1479
1522
  }
1480
1523
 
@@ -1526,7 +1569,7 @@ class UnderlineAnnotation extends NodeAnnotation {
1526
1569
  renderStyle(options) {
1527
1570
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
1528
1571
  return null;
1529
- return this.underline ? { textDecoration: 'underline' } : null;
1572
+ return this.underline ? { textDecoration: UNDERLINE_TEXT_DECORATION } : null;
1530
1573
  }
1531
1574
  }
1532
1575
 
@@ -1578,7 +1621,7 @@ class ItalicAnnotation extends NodeAnnotation {
1578
1621
  renderStyle(options) {
1579
1622
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
1580
1623
  return null;
1581
- return this.italic ? { fontStyle: 'italic' } : null;
1624
+ return this.italic ? { fontStyle: ITALIC_FONT_STYLE } : null;
1582
1625
  }
1583
1626
  }
1584
1627
 
@@ -1630,7 +1673,7 @@ class BoldAnnotation extends NodeAnnotation {
1630
1673
  renderStyle(options) {
1631
1674
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
1632
1675
  return null;
1633
- return this.bold ? { fontWeight: '700' } : null;
1676
+ return this.bold ? { fontWeight: BOLD_FONT_WEIGHT } : null;
1634
1677
  }
1635
1678
  }
1636
1679
 
@@ -1654,6 +1697,17 @@ class CodeAnnotation extends NodeAnnotation {
1654
1697
  static from(code, useInternalStyle) {
1655
1698
  return [NodeAnnotationTypeEnum.CODE, new CodeAnnotation(code, useInternalStyle)];
1656
1699
  }
1700
+ /**
1701
+ * Get the default standalone styles for an inline code annotation.
1702
+ *
1703
+ * @returns {AnnotationStyle} The default styles.
1704
+ */
1705
+ static getDefaultStyles() {
1706
+ return {
1707
+ fontFamily: CODE_FONT_FAMILY,
1708
+ whiteSpace: CODE_WHITE_SPACE,
1709
+ };
1710
+ }
1657
1711
  /**
1658
1712
  * Generate the JSON representation of the annotation
1659
1713
  *
@@ -1684,12 +1738,7 @@ class CodeAnnotation extends NodeAnnotation {
1684
1738
  renderStyle(options) {
1685
1739
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
1686
1740
  return null;
1687
- return this.code && this.useInternalStyle
1688
- ? {
1689
- fontFamily: 'Roboto Mono',
1690
- whiteSpace: 'pre-wrap',
1691
- }
1692
- : null;
1741
+ return this.code && this.useInternalStyle ? CodeAnnotation.getDefaultStyles() : null;
1693
1742
  }
1694
1743
  }
1695
1744
 
@@ -3033,33 +3082,12 @@ class TextStyleAnnotation extends BlockAnnotation {
3033
3082
  return [BlockAnnotationTypeEnum.TEXT_STYLE, new TextStyleAnnotation(textStyle)];
3034
3083
  }
3035
3084
  /**
3036
- * Generate the JSON representation of the annotation
3085
+ * Get the default styles for a given text style type.
3037
3086
  *
3038
- * @returns {Nullable<Record<string, unknown>>} JSON representation of the annotation
3087
+ * @param {VegaRTETextStyleType} textStyle - The text style type.
3088
+ * @returns {Nullable<AnnotationStyle>} The default styles for the given text style type.
3039
3089
  */
3040
- toJSON() {
3041
- return { textStyle: this.textStyle };
3042
- }
3043
- /**
3044
- * @inheritDoc
3045
- */
3046
- clone() {
3047
- return new TextStyleAnnotation(this.textStyle);
3048
- }
3049
- /**
3050
- * @inheritDoc
3051
- */
3052
- renderClass(options) {
3053
- if (options === null || options === void 0 ? void 0 : options.standalone)
3054
- return null;
3055
- return this.textStyle ? `v-rte--text-style-${this.textStyle}` : null;
3056
- }
3057
- /**
3058
- * @inheritDoc
3059
- */
3060
- renderStyle(options) {
3061
- if (!(options === null || options === void 0 ? void 0 : options.standalone))
3062
- return null;
3090
+ static getDefaultStyles(textStyle) {
3063
3091
  const textStyleBase = {
3064
3092
  fontFamily: 'Inter',
3065
3093
  fontSize: '16px',
@@ -3068,7 +3096,7 @@ class TextStyleAnnotation extends BlockAnnotation {
3068
3096
  fontWeight: '500',
3069
3097
  };
3070
3098
  const paragraphStyle = Object.assign(Object.assign({}, textStyleBase), { marginTop: '0px', marginBottom: '0px' });
3071
- switch (this.textStyle) {
3099
+ switch (textStyle) {
3072
3100
  case 'paragraph': {
3073
3101
  return paragraphStyle;
3074
3102
  }
@@ -3079,25 +3107,57 @@ class TextStyleAnnotation extends BlockAnnotation {
3079
3107
  return Object.assign(Object.assign({}, textStyleBase), { fontSize: '28px', lineHeight: '32px', minHeight: '32px' });
3080
3108
  }
3081
3109
  case 'heading-1': {
3082
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '22px', lineHeight: '24px', minHeight: '24px', marginTop: '0px', marginBottom: '0px' });
3110
+ return Object.assign(Object.assign({}, paragraphStyle), { fontSize: '22px', lineHeight: '24px', minHeight: '24px' });
3083
3111
  }
3084
3112
  case 'heading-2': {
3085
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '20px', lineHeight: '24px', minHeight: '24px', marginTop: '0px', marginBottom: '0px' });
3113
+ return Object.assign(Object.assign({}, paragraphStyle), { fontSize: '20px', lineHeight: '24px', minHeight: '24px' });
3086
3114
  }
3087
3115
  case 'heading-3': {
3088
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '18px', lineHeight: '22px', minHeight: '22px', marginTop: '0px', marginBottom: '0px' });
3116
+ return Object.assign(Object.assign({}, paragraphStyle), { fontSize: '18px' });
3089
3117
  }
3090
3118
  case 'heading-4': {
3091
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '16px', lineHeight: '22px', minHeight: '22px', marginTop: '0px', marginBottom: '0px' });
3119
+ return Object.assign({}, paragraphStyle);
3092
3120
  }
3093
3121
  case 'heading-5': {
3094
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '14px', lineHeight: '22px', minHeight: '22px', marginTop: '0px', marginBottom: '0px' });
3122
+ return Object.assign(Object.assign({}, paragraphStyle), { fontSize: '14px' });
3095
3123
  }
3096
3124
  case 'heading-6': {
3097
- return Object.assign(Object.assign({}, textStyleBase), { fontSize: '12px', lineHeight: '22px', minHeight: '22px', marginTop: '0px', marginBottom: '0px' });
3125
+ return Object.assign(Object.assign({}, paragraphStyle), { fontSize: '12px' });
3098
3126
  }
3127
+ default:
3128
+ return null;
3099
3129
  }
3100
3130
  }
3131
+ /**
3132
+ * Generate the JSON representation of the annotation
3133
+ *
3134
+ * @returns {Nullable<Record<string, unknown>>} JSON representation of the annotation
3135
+ */
3136
+ toJSON() {
3137
+ return { textStyle: this.textStyle };
3138
+ }
3139
+ /**
3140
+ * @inheritDoc
3141
+ */
3142
+ clone() {
3143
+ return new TextStyleAnnotation(this.textStyle);
3144
+ }
3145
+ /**
3146
+ * @inheritDoc
3147
+ */
3148
+ renderClass(options) {
3149
+ if (options === null || options === void 0 ? void 0 : options.standalone)
3150
+ return null;
3151
+ return this.textStyle ? `v-rte--text-style-${this.textStyle}` : null;
3152
+ }
3153
+ /**
3154
+ * @inheritDoc
3155
+ */
3156
+ renderStyle(options) {
3157
+ if (!(options === null || options === void 0 ? void 0 : options.standalone))
3158
+ return null;
3159
+ return this.textStyle ? TextStyleAnnotation.getDefaultStyles(this.textStyle) : null;
3160
+ }
3101
3161
  }
3102
3162
 
3103
3163
  /**
@@ -4392,4 +4452,4 @@ class RTECodeBlock extends RTEBlock {
4392
4452
  })();
4393
4453
  RTECodeBlock.CODE_BLOCK_PLACEHOLDER_CLASS_NAME = 'code-block-placeholder-element';
4394
4454
 
4395
- export { TextColorAnnotationAction as $, ActionHandleStrategyRegistry as A, BlockAnnotation as B, CommonAnnotationTypeEnum as C, NodeAnnotationTypeEnum as D, RTEDecoratorNode as E, NodeTypeEnum as F, CommonAnnotation as G, HorizontalAlignmentAnnotationAction as H, InsertChildrenAfterAction as I, ReplaceChildNodesAction as J, SplitBlockWithNodeAction as K, BlockDeleteNodeContentStrategy as L, ModifyContentAction as M, NodeAnnotation as N, RemoveChildrenStrategy as O, RTE_TEXT_COLORS as P, RTE_DEFAULT_TEXT_COLOR as Q, RTEDTOClassManager$1 as R, SyncUpSelectionAction as S, TextStyleAnnotationAction as T, UpdateTextAction as U, VegaRTEPresetToolbarItems as V, CodeLanguage as W, LinkAnnotationAction as X, UpdateCodeBlockAction as Y, ZERO_WIDTH_SPACE as Z, SelectionChangeAction as _, ActionHandlerInterceptorRegistry as a, RTECodeBlockNode as a0, BoldAnnotationAction as a1, ItalicAnnotationAction as a2, UnderlineAnnotationAction as a3, TextStyleAnnotation as a4, BoldAnnotation as a5, ClearFormattingAnnotationAction as a6, CodeAnnotationAction as a7, StrikethroughAnnotationAction as a8, IndentAnnotationAction as a9, RTETextNode as b, RTEBlock as c, RTETextBlock as d, RTEAnnotationStyle as e, ActionHandleStrategy as f, AppendChildrenAction as g, RTENode as h, InsertChildrenBeforeAction as i, InternalAnnotationTypeEnum as j, ModifyContentActionType as k, AnnotationAction as l, RemoveChildrenAction as m, CustomAttributeAnnotation as n, BlockUpdateTextStyleStrategy as o, BlockUpdateHorizontalAlignmentStrategy as p, BlockInsertLineBreakStrategy as q, BlockInsertLineBreakWithBlocksStrategy as r, stateEntityRenderingRegistry as s, BlockSplitWithTextNodeStrategy as t, BlockReplaceNodesStrategy as u, BlockMergeNodesStrategy as v, BlockAnnotationTypeEnum as w, CustomStyleAnnotation as x, CustomClassAnnotation as y, RTECodeBlock as z };
4455
+ export { TextStyleAnnotation as $, ActionHandleStrategyRegistry as A, BlockAnnotation as B, CommonAnnotationTypeEnum as C, NodeAnnotationTypeEnum as D, RTEDecoratorNode as E, NodeTypeEnum as F, CommonAnnotation as G, HorizontalAlignmentAnnotationAction as H, InsertChildrenAfterAction as I, ReplaceChildNodesAction as J, SplitBlockWithNodeAction as K, BlockDeleteNodeContentStrategy as L, ModifyContentAction as M, NodeAnnotation as N, RemoveChildrenStrategy as O, BOLD_FONT_WEIGHT_KEYWORD as P, BOLD_FONT_WEIGHT as Q, RTEDTOClassManager$1 as R, SyncUpSelectionAction as S, TextStyleAnnotationAction as T, UpdateTextAction as U, VegaRTEPresetToolbarItems as V, RTE_TEXT_COLORS as W, RTE_DEFAULT_TEXT_COLOR as X, ITALIC_FONT_STYLE as Y, STRIKETHROUGH_TEXT_DECORATION as Z, UNDERLINE_TEXT_DECORATION as _, ActionHandlerInterceptorRegistry as a, HorizontalAlignmentAnnotation as a0, CodeAnnotation as a1, LinkGroupAnnotation as a2, CodeLanguage as a3, ZERO_WIDTH_SPACE as a4, LinkAnnotationAction as a5, UpdateCodeBlockAction as a6, SelectionChangeAction as a7, TextColorAnnotationAction as a8, RTECodeBlockNode as a9, BoldAnnotationAction as aa, ItalicAnnotationAction as ab, UnderlineAnnotationAction as ac, BoldAnnotation as ad, ClearFormattingAnnotationAction as ae, CodeAnnotationAction as af, StrikethroughAnnotationAction as ag, IndentAnnotationAction as ah, RTETextNode as b, RTEBlock as c, RTETextBlock as d, RTEAnnotationStyle as e, ActionHandleStrategy as f, AppendChildrenAction as g, RTENode as h, InsertChildrenBeforeAction as i, InternalAnnotationTypeEnum as j, ModifyContentActionType as k, AnnotationAction as l, RemoveChildrenAction as m, CustomAttributeAnnotation as n, BlockUpdateTextStyleStrategy as o, BlockUpdateHorizontalAlignmentStrategy as p, BlockInsertLineBreakStrategy as q, BlockInsertLineBreakWithBlocksStrategy as r, stateEntityRenderingRegistry as s, BlockSplitWithTextNodeStrategy as t, BlockReplaceNodesStrategy as u, BlockMergeNodesStrategy as v, BlockAnnotationTypeEnum as w, CustomStyleAnnotation as x, CustomClassAnnotation as y, RTECodeBlock as z };
@@ -1,15 +1,15 @@
1
1
  import { c as MapToComponentField, M as MapToComponentMethod } from './global-slimmer-registry-17c4efd4.js';
2
- import { a0 as RTECodeBlockNode, b as RTETextNode, Z as ZERO_WIDTH_SPACE, _ as SelectionChangeAction, j as InternalAnnotationTypeEnum, s as stateEntityRenderingRegistry, c as RTEBlock, h as RTENode, E as RTEDecoratorNode, z as RTECodeBlock } from './code-block-58d1dbe5.js';
2
+ import { a9 as RTECodeBlockNode, b as RTETextNode, a4 as ZERO_WIDTH_SPACE, a7 as SelectionChangeAction, j as InternalAnnotationTypeEnum, s as stateEntityRenderingRegistry, c as RTEBlock, h as RTENode, E as RTEDecoratorNode, z as RTECodeBlock } from './code-block-7d6f231b.js';
3
3
  import { d as debounce } from './timer-9321173b.js';
4
4
  import { g as getActiveElement } from './component-7d906393.js';
5
5
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
6
- import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
7
- import { e as VegaInternalRichTextEditorSelectionRangeChange, c as VegaInternalUpdateRTECursorPosition } from './vega-internal-event-id-8002b179.js';
6
+ import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-cea9248d.js';
7
+ import { e as VegaInternalRichTextEditorSelectionRangeChange, c as VegaInternalUpdateRTECursorPosition } from './vega-internal-event-id-70bd893d.js';
8
8
  import { O as Observer } from './observer-3959f9dd.js';
9
- import { R as RTERange } from './range-4f9bf69d.js';
9
+ import { R as RTERange } from './range-00afe462.js';
10
10
  import { A as AutoRunWhenReRenderTaskQueueSlimmer } from './auto-run-when-re-render-task-queue-slimmer.abstract-27820d4c.js';
11
- import { i as isHTMLElement } from './ui-ac244bf0.js';
12
- import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-4722d20c.js';
11
+ import { i as isHTMLElement } from './ui-ba5a4758.js';
12
+ import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-1ae0aa4d.js';
13
13
 
14
14
  let processing = false;
15
15
  /**