@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
@@ -1,11 +1,11 @@
1
- import { f as ActionHandleStrategy, d as RTETextBlock, b as RTETextNode, g as AppendChildrenAction, A as ActionHandleStrategyRegistry, T as TextStyleAnnotationAction, o as BlockUpdateTextStyleStrategy, H as HorizontalAlignmentAnnotationAction, p as BlockUpdateHorizontalAlignmentStrategy, k as ModifyContentActionType, q as BlockInsertLineBreakStrategy, r as BlockInsertLineBreakWithBlocksStrategy, t as BlockSplitWithTextNodeStrategy, u as BlockReplaceNodesStrategy, v as BlockMergeNodesStrategy, I as InsertChildrenAfterAction, m as RemoveChildrenAction, S as SyncUpSelectionAction, i as InsertChildrenBeforeAction, B as BlockAnnotation, w as BlockAnnotationTypeEnum, c as RTEBlock, x as CustomStyleAnnotation, y as CustomClassAnnotation, n as CustomAttributeAnnotation, z as RTECodeBlock, s as stateEntityRenderingRegistry, N as NodeAnnotation, D as NodeAnnotationTypeEnum, E as RTEDecoratorNode, F as NodeTypeEnum, G as CommonAnnotation, l as AnnotationAction, J as ReplaceChildNodesAction, M as ModifyContentAction, K as SplitBlockWithNodeAction, L as BlockDeleteNodeContentStrategy, U as UpdateTextAction, O as RemoveChildrenStrategy, P as RTE_TEXT_COLORS, Q as RTE_DEFAULT_TEXT_COLOR, R as RTEDTOClassManager } from './code-block-58d1dbe5.js';
1
+ import { f as ActionHandleStrategy, d as RTETextBlock, b as RTETextNode, g as AppendChildrenAction, A as ActionHandleStrategyRegistry, T as TextStyleAnnotationAction, o as BlockUpdateTextStyleStrategy, H as HorizontalAlignmentAnnotationAction, p as BlockUpdateHorizontalAlignmentStrategy, k as ModifyContentActionType, q as BlockInsertLineBreakStrategy, r as BlockInsertLineBreakWithBlocksStrategy, t as BlockSplitWithTextNodeStrategy, u as BlockReplaceNodesStrategy, v as BlockMergeNodesStrategy, I as InsertChildrenAfterAction, m as RemoveChildrenAction, S as SyncUpSelectionAction, i as InsertChildrenBeforeAction, B as BlockAnnotation, w as BlockAnnotationTypeEnum, c as RTEBlock, x as CustomStyleAnnotation, y as CustomClassAnnotation, n as CustomAttributeAnnotation, z as RTECodeBlock, s as stateEntityRenderingRegistry, N as NodeAnnotation, D as NodeAnnotationTypeEnum, E as RTEDecoratorNode, F as NodeTypeEnum, G as CommonAnnotation, l as AnnotationAction, J as ReplaceChildNodesAction, M as ModifyContentAction, K as SplitBlockWithNodeAction, L as BlockDeleteNodeContentStrategy, U as UpdateTextAction, O as RemoveChildrenStrategy, P as BOLD_FONT_WEIGHT_KEYWORD, Q as BOLD_FONT_WEIGHT, W as RTE_TEXT_COLORS, X as RTE_DEFAULT_TEXT_COLOR, Y as ITALIC_FONT_STYLE, Z as STRIKETHROUGH_TEXT_DECORATION, _ as UNDERLINE_TEXT_DECORATION, $ as TextStyleAnnotation, a0 as HorizontalAlignmentAnnotation, a1 as CodeAnnotation, a2 as LinkGroupAnnotation, R as RTEDTOClassManager } from './code-block-7d6f231b.js';
2
2
  import { g as generateUUID } from './misc-9fdbcfbb.js';
3
- import { i as isNonNullable } from './type-guard-c20cbbff.js';
3
+ import { i as isNonNullable } from './type-guard-23a08026.js';
4
4
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
5
- import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
6
- import { c as VegaInternalUpdateRTECursorPosition, d as VegaInternalRichTextEditorFlushChanges } from './vega-internal-event-id-8002b179.js';
5
+ import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-cea9248d.js';
6
+ import { c as VegaInternalUpdateRTECursorPosition, d as VegaInternalRichTextEditorFlushChanges } from './vega-internal-event-id-70bd893d.js';
7
7
  import { d as dashCaseToCamel } from './string-a953eafc.js';
8
- import { r as rgbToHex, i as isHTMLElement } from './ui-ac244bf0.js';
8
+ import { r as rgbToHex, i as isHTMLElement } from './ui-ba5a4758.js';
9
9
  import { c as cleanObject } from './object-0c277f57.js';
10
10
  import { L as LogUtility } from './global-slimmer-registry-17c4efd4.js';
11
11
 
@@ -293,16 +293,24 @@ class ListAnnotation extends BlockAnnotation {
293
293
  this.type = BlockAnnotationTypeEnum.LIST;
294
294
  }
295
295
  /**
296
- * @inheritDoc
296
+ * Get the default standalone styles for a list block.
297
+ *
298
+ * @returns {AnnotationStyle} The default styles.
297
299
  */
298
- renderStyle(options) {
299
- if (!(options === null || options === void 0 ? void 0 : options.standalone))
300
- return null;
300
+ static getDefaultStyles() {
301
301
  return {
302
302
  paddingLeft: '8px',
303
303
  marginLeft: '16px',
304
304
  };
305
305
  }
306
+ /**
307
+ * @inheritDoc
308
+ */
309
+ renderStyle(options) {
310
+ if (!(options === null || options === void 0 ? void 0 : options.standalone))
311
+ return null;
312
+ return ListAnnotation.getDefaultStyles();
313
+ }
306
314
  /**
307
315
  * @inheritDoc
308
316
  */
@@ -755,6 +763,16 @@ class ImageAnnotation extends NodeAnnotation {
755
763
  static from(size, alt) {
756
764
  return [NodeAnnotationTypeEnum.IMAGE, new ImageAnnotation(size, alt)];
757
765
  }
766
+ /**
767
+ * Get the default standalone base styles for an image node.
768
+ *
769
+ * @returns {AnnotationStyle} The default styles.
770
+ */
771
+ static getDefaultStyles() {
772
+ return {
773
+ verticalAlign: 'bottom',
774
+ };
775
+ }
758
776
  /**
759
777
  * Generate the JSON representation of the annotation
760
778
  *
@@ -790,7 +808,7 @@ class ImageAnnotation extends NodeAnnotation {
790
808
  renderStyle(options) {
791
809
  if (!(options === null || options === void 0 ? void 0 : options.standalone))
792
810
  return null;
793
- const baseStyle = { verticalAlign: 'bottom' };
811
+ const baseStyle = ImageAnnotation.getDefaultStyles();
794
812
  switch (this.size) {
795
813
  case 'sm': {
796
814
  return Object.assign(Object.assign({}, baseStyle), { width: '25%' });
@@ -1796,8 +1814,8 @@ class BoldAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
1796
1814
  isBold(element) {
1797
1815
  return (element.nodeName === 'STRONG' ||
1798
1816
  element.nodeName === 'B' ||
1799
- element.style.fontWeight === 'bold' ||
1800
- element.style.fontWeight === '700' ||
1817
+ element.style.fontWeight === BOLD_FONT_WEIGHT_KEYWORD ||
1818
+ element.style.fontWeight === BOLD_FONT_WEIGHT ||
1801
1819
  element.classList.contains('v-rte--bold'));
1802
1820
  }
1803
1821
  }
@@ -2149,7 +2167,7 @@ class ItalicAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
2149
2167
  */
2150
2168
  isItalic(element) {
2151
2169
  return (element.nodeName === 'I' ||
2152
- element.style.fontStyle === 'italic' ||
2170
+ element.style.fontStyle === ITALIC_FONT_STYLE ||
2153
2171
  element.nodeName === 'EM' ||
2154
2172
  element.classList.contains('v-rte--italic'));
2155
2173
  }
@@ -2231,7 +2249,7 @@ class StrikeThroughAnnotationHandler extends AnnotationGeneratorStrategyAbstract
2231
2249
  * @returns {boolean} - boolean.
2232
2250
  */
2233
2251
  isStrikethrough(element) {
2234
- return (element.style.textDecoration.includes('line-through') ||
2252
+ return (element.style.textDecoration.includes(STRIKETHROUGH_TEXT_DECORATION) ||
2235
2253
  element.nodeName === 'S' ||
2236
2254
  element.nodeName === 'DEL' ||
2237
2255
  element.classList.contains('v-rte--strikethrough'));
@@ -2263,13 +2281,49 @@ class UnderlineAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
2263
2281
  * @returns {boolean} - boolean.
2264
2282
  */
2265
2283
  isUnderline(element) {
2266
- return (element.style.textDecoration.includes('underline') ||
2284
+ return (element.style.textDecoration.includes(UNDERLINE_TEXT_DECORATION) ||
2267
2285
  element.nodeName === 'U' ||
2268
2286
  element.nodeName === 'INS' ||
2269
2287
  element.classList.contains('v-rte--underline'));
2270
2288
  }
2271
2289
  }
2272
2290
 
2291
+ /**
2292
+ * Registry for managing filter styles strategies keyed by DTO class name.
2293
+ *
2294
+ * Provides common `register` / `getStrategies` primitives that both output-
2295
+ * filtering strategies (DTO → HTML) and annotation-parsing strategies
2296
+ * (HTML → DTO) build upon.
2297
+ *
2298
+ * TODO: Currently, the filter styles strategies are applied for all rich text editors. We need to apply the strategies with a specific rich text editor instance when we have multiple rich text editors in the future.
2299
+ */
2300
+ class RTEFilterStylesStrategyRegistry {
2301
+ /**
2302
+ * Registers a filter styles strategy for a specific DTO class name.
2303
+ * Duplicate strategy instances are ignored.
2304
+ *
2305
+ * @param {string} dtoClassName - The DTO class name (e.g. `RTEListBlock.name`).
2306
+ * @param {RTEFilterStylesStrategy} strategy - The strategy instance to register.
2307
+ */
2308
+ static register(dtoClassName, strategy) {
2309
+ var _a;
2310
+ const set = (_a = this.registry.get(dtoClassName)) !== null && _a !== void 0 ? _a : new Set();
2311
+ set.add(strategy);
2312
+ this.registry.set(dtoClassName, set);
2313
+ }
2314
+ /**
2315
+ * Retrieves all strategies registered for a given DTO class name.
2316
+ *
2317
+ * @param {string} dtoClassName - The DTO class name to look up.
2318
+ * @returns {RTEFilterStylesStrategy[]} Registered strategies (empty array if none).
2319
+ */
2320
+ static getStrategies(dtoClassName) {
2321
+ var _a;
2322
+ return Array.from((_a = this.registry.get(dtoClassName)) !== null && _a !== void 0 ? _a : []);
2323
+ }
2324
+ }
2325
+ RTEFilterStylesStrategyRegistry.registry = new Map();
2326
+
2273
2327
  /** Handle text style annotation */
2274
2328
  class TextStyleAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
2275
2329
  /**
@@ -2357,6 +2411,8 @@ class TextStyleAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
2357
2411
  */
2358
2412
  getElementTypeByNodeName(element) {
2359
2413
  switch (element.nodeName) {
2414
+ case 'P':
2415
+ return 'paragraph';
2360
2416
  case 'H1':
2361
2417
  return 'heading-1';
2362
2418
  case 'H2':
@@ -2381,7 +2437,7 @@ class TextStyleAnnotationHandler extends AnnotationGeneratorStrategyAbstract {
2381
2437
  */
2382
2438
  getElementTypeByClassName(element) {
2383
2439
  if (element.className) {
2384
- const match = /\bv-rte--text-style-(title|subtitle|heading-1|heading-2|heading-3|paragraph)\b/.exec(element.className);
2440
+ const match = /\bv-rte--text-style-(title|subtitle|heading-1|heading-2|heading-3|heading-4|heading-5|heading-6|paragraph)\b/.exec(element.className);
2385
2441
  if (match) {
2386
2442
  return match[1];
2387
2443
  }
@@ -2554,7 +2610,6 @@ class HtmlElementToAnnotationGenerator {
2554
2610
  new CustomAttributeAnnotationHandler(),
2555
2611
  new CustomClassAnnotationHandler(),
2556
2612
  new CustomStyleAnnotationHandler(),
2557
- new LinkAnnotationHandler(),
2558
2613
  new TextStyleAnnotationHandler(),
2559
2614
  new InlineHtmlAnnotationHandler(),
2560
2615
  ];
@@ -2582,7 +2637,7 @@ class HtmlElementToAnnotationGenerator {
2582
2637
  */
2583
2638
  generate(targetDto, element, options = { autoMatchFormat: true }) {
2584
2639
  const isLinkElement = element.tagName === 'A';
2585
- return this.handlers
2640
+ const annotations = this.handlers
2586
2641
  .filter((handler) => !options.autoMatchFormat && isLinkElement ? handler instanceof LinkAnnotationHandler : true)
2587
2642
  .filter((handler) => element.nodeType !== Node.TEXT_NODE &&
2588
2643
  handler.canHandle(targetDto, {
@@ -2593,6 +2648,43 @@ class HtmlElementToAnnotationGenerator {
2593
2648
  const result = handler.handle(element, options.parentAnnotations);
2594
2649
  return Object.assign(Object.assign({}, annotations), result);
2595
2650
  }, {});
2651
+ this.removeTextStyleDefaultsFromCustomStyle(annotations);
2652
+ const strategies = RTEFilterStylesStrategyRegistry.getStrategies(targetDto.name);
2653
+ for (const strategy of strategies) {
2654
+ if (options.autoMatchFormat || strategy.alwaysFilter) {
2655
+ strategy.filterAnnotations(annotations);
2656
+ }
2657
+ }
2658
+ return annotations;
2659
+ }
2660
+ /**
2661
+ * Remove default text-style properties from customStyle.
2662
+ * This prevents repeated styling when switching between source edit and normal mode.
2663
+ *
2664
+ * Note: This method mutates the customStyle object inside `annotations` in place and returns the same reference.
2665
+ *
2666
+ * @param {V} annotations - The generated annotations.
2667
+ * @returns {V} The same annotations reference with customStyle cleaned up.
2668
+ */
2669
+ removeTextStyleDefaultsFromCustomStyle(annotations) {
2670
+ const textStyle = 'textStyle' in annotations ? annotations.textStyle : undefined;
2671
+ const customStyle = annotations.customStyle;
2672
+ if (!textStyle || !customStyle) {
2673
+ return annotations;
2674
+ }
2675
+ const defaultStyles = TextStyleAnnotation.getDefaultStyles(textStyle);
2676
+ if (!defaultStyles) {
2677
+ return annotations;
2678
+ }
2679
+ for (const key of Object.keys(defaultStyles)) {
2680
+ if (customStyle[key] === defaultStyles[key]) {
2681
+ delete customStyle[key];
2682
+ }
2683
+ }
2684
+ if (Object.keys(customStyle).length === 0) {
2685
+ delete annotations.customStyle;
2686
+ }
2687
+ return annotations;
2596
2688
  }
2597
2689
  }
2598
2690
  const htmlElementToAnnotationGenerator = new HtmlElementToAnnotationGenerator();
@@ -3539,6 +3631,287 @@ class InlineElementToTextNodeStrategy extends ElementToTextNodeStrategy {
3539
3631
  }
3540
3632
  }
3541
3633
 
3634
+ /**
3635
+ * Abstract strategy class for filtering default styles in the rich text editor.
3636
+ * Concrete strategies define which styles to strip via `stylesToBeFiltered`.
3637
+ *
3638
+ * This base is shared by two kinds of concrete strategies:
3639
+ * 1. Block/node output strategies – filter inline styles when converting DTO → HTML.
3640
+ * 2. Annotation parsing strategies – strip redundant defaults when converting HTML → DTO.
3641
+ */
3642
+ class RTEFilterStylesStrategy {
3643
+ /**
3644
+ * Whether this strategy should always filter, regardless of `autoMatchFormat`.
3645
+ * Override to `true` when the filtered styles are always emitted as inline
3646
+ * styles by the DTO (e.g. image `vertical-align`), so stripping them from
3647
+ * `customStyle` is always safe.
3648
+ *
3649
+ * Defaults to `false` – the strategy only runs when `autoMatchFormat` is enabled.
3650
+ *
3651
+ * @returns {boolean} Whether filtering should always apply.
3652
+ */
3653
+ get alwaysFilter() {
3654
+ return false;
3655
+ }
3656
+ /**
3657
+ * Removes matched default styles from the `customStyle` property of the given annotations object.
3658
+ * If all custom styles are defaults, the `customStyle` key is deleted entirely.
3659
+ *
3660
+ * @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
3661
+ * @returns {VegaRTEAnnotations} The same annotations reference.
3662
+ */
3663
+ filterAnnotations(annotations) {
3664
+ const customStyle = annotations.customStyle;
3665
+ if (!customStyle) {
3666
+ return annotations;
3667
+ }
3668
+ this.extractAndDeleteMatchedStyles(customStyle);
3669
+ if (Object.keys(customStyle).length === 0) {
3670
+ delete annotations.customStyle;
3671
+ }
3672
+ return annotations;
3673
+ }
3674
+ /**
3675
+ * Removes configured default style properties from the target styles object.
3676
+ * Only properties whose value matches the configured default exactly are deleted.
3677
+ *
3678
+ * @param {Nullable<RTEFilterStyles>} styles - The styles object to mutate.
3679
+ * @returns {boolean} `true` if at least one style was extracted.
3680
+ */
3681
+ extractAndDeleteMatchedStyles(styles) {
3682
+ let wasExtracted = false;
3683
+ if (styles) {
3684
+ const defaults = this.stylesToBeFiltered;
3685
+ const styleKeys = Object.keys(defaults);
3686
+ for (const key of styleKeys) {
3687
+ if (styles[key] === defaults[key]) {
3688
+ delete styles[key];
3689
+ wasExtracted = true;
3690
+ }
3691
+ }
3692
+ }
3693
+ return wasExtracted;
3694
+ }
3695
+ }
3696
+
3697
+ /**
3698
+ * Filters the default ImageAnnotation base styles (verticalAlign) from
3699
+ * customStyle when parsing an RTEImageNode.
3700
+ */
3701
+ class ImageFilterStylesStrategy extends RTEFilterStylesStrategy {
3702
+ constructor() {
3703
+ super(...arguments);
3704
+ this.stylesToBeFiltered = ImageAnnotation.getDefaultStyles();
3705
+ }
3706
+ /** @returns {boolean} Always `true` — image defaults are emitted as inline styles. */
3707
+ get alwaysFilter() {
3708
+ return true;
3709
+ }
3710
+ }
3711
+
3712
+ /**
3713
+ * Filters the default ListAnnotation styles (paddingLeft, marginLeft) from
3714
+ * customStyle when parsing an RTEListBlock.
3715
+ */
3716
+ class ListBlockFilterStylesStrategy extends RTEFilterStylesStrategy {
3717
+ constructor() {
3718
+ super(...arguments);
3719
+ this.stylesToBeFiltered = ListAnnotation.getDefaultStyles();
3720
+ }
3721
+ }
3722
+
3723
+ /**
3724
+ * Filters the default paragraph styles from customStyle when parsing an
3725
+ * RTEListItemBlock. List-item blocks implicitly use paragraph styling,
3726
+ * so these inline defaults are redundant and should not be persisted.
3727
+ */
3728
+ class ListItemBlockFilterStylesStrategy extends RTEFilterStylesStrategy {
3729
+ constructor() {
3730
+ super(...arguments);
3731
+ this.stylesToBeFiltered = TextStyleAnnotation.getDefaultStyles('paragraph') || {};
3732
+ }
3733
+ }
3734
+
3735
+ /**
3736
+ * Filters redundant `textAlign` from `customStyle` when parsing blocks that carry
3737
+ * a semantic `textAlign` annotation (RTETextBlock, RTEListBlock, RTEListItemBlock).
3738
+ *
3739
+ * During source-to-normal round-trips the `HorizontalAlignmentAnnotation` emits
3740
+ * `text-align` as an inline style (standalone mode), and `CustomStyleAnnotationHandler`
3741
+ * captures it into `customStyle`. This strategy removes the duplicate so the
3742
+ * semantic annotation is the single source of truth.
3743
+ */
3744
+ class AlignmentFilterStylesStrategy extends RTEFilterStylesStrategy {
3745
+ constructor() {
3746
+ super(...arguments);
3747
+ this.stylesToBeFiltered = {};
3748
+ }
3749
+ /**
3750
+ * @returns {boolean} Always `true` — alignment inline styles are always emitted
3751
+ * in standalone/source-edit mode, so the duplicate is always safe to remove.
3752
+ */
3753
+ get alwaysFilter() {
3754
+ return true;
3755
+ }
3756
+ /**
3757
+ * Removes `textAlign` from `customStyle` when it duplicates the value returned
3758
+ * by `HorizontalAlignmentAnnotation.getDefaultStyles(textAlign)`.
3759
+ *
3760
+ * @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
3761
+ * @returns {VegaRTEAnnotations} The same annotations reference.
3762
+ */
3763
+ filterAnnotations(annotations) {
3764
+ const { textAlign, customStyle } = annotations;
3765
+ if (!textAlign || !customStyle) {
3766
+ return annotations;
3767
+ }
3768
+ this.stylesToBeFiltered = HorizontalAlignmentAnnotation.getDefaultStyles(textAlign);
3769
+ return super.filterAnnotations(annotations);
3770
+ }
3771
+ }
3772
+
3773
+ /**
3774
+ * Filters the default CodeAnnotation styles (fontFamily, whiteSpace) from
3775
+ * customStyle when parsing an RTETextNode that has a `code` annotation.
3776
+ */
3777
+ class CodeFilterStylesStrategy extends RTEFilterStylesStrategy {
3778
+ constructor() {
3779
+ super(...arguments);
3780
+ this.stylesToBeFiltered = CodeAnnotation.getDefaultStyles();
3781
+ }
3782
+ /**
3783
+ * Only strips code-default styles when the `code` annotation is present,
3784
+ * so that a user-applied `fontFamily: 'Roboto Mono'` without code is preserved.
3785
+ *
3786
+ * @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
3787
+ * @returns {VegaRTEAnnotations} The same annotations reference.
3788
+ */
3789
+ filterAnnotations(annotations) {
3790
+ const { code, customStyle } = annotations;
3791
+ if (!code || !customStyle) {
3792
+ return annotations;
3793
+ }
3794
+ return super.filterAnnotations(annotations);
3795
+ }
3796
+ }
3797
+
3798
+ /**
3799
+ * Filters the default internal link styles (color) from `link.customStyle` when
3800
+ * parsing an RTETextNode. Vega applies these styles during standalone rendering;
3801
+ * they are redundant when parsed back and must not be persisted as custom overrides.
3802
+ */
3803
+ class LinkFilterStylesStrategy extends RTEFilterStylesStrategy {
3804
+ constructor() {
3805
+ super(...arguments);
3806
+ this.stylesToBeFiltered = LinkGroupAnnotation.getDefaultStyles();
3807
+ }
3808
+ /**
3809
+ * Filter default link styles from `link.customStyle` in annotations.
3810
+ *
3811
+ * @param {VegaRTEAnnotations} annotations - The annotations to filter.
3812
+ * @returns {VegaRTEAnnotations} The same annotations reference with link.customStyle cleaned up.
3813
+ */
3814
+ filterAnnotations(annotations) {
3815
+ const link = annotations.link;
3816
+ if (!(link === null || link === void 0 ? void 0 : link.customStyle)) {
3817
+ return annotations;
3818
+ }
3819
+ this.extractAndDeleteMatchedStyles(link.customStyle);
3820
+ if (Object.keys(link.customStyle).length === 0) {
3821
+ delete link.customStyle;
3822
+ }
3823
+ return annotations;
3824
+ }
3825
+ }
3826
+
3827
+ /**
3828
+ * Filters redundant inline text formatting styles from `customStyle` when
3829
+ * parsing an RTETextNode. These styles are already represented by semantic
3830
+ * annotations and should not be persisted as custom overrides after source
3831
+ * edit round-trips.
3832
+ */
3833
+ class TextFormatFilterStylesStrategy extends RTEFilterStylesStrategy {
3834
+ constructor() {
3835
+ super(...arguments);
3836
+ this.stylesToBeFiltered = {};
3837
+ }
3838
+ /**
3839
+ * @returns {boolean} Always `true` — this strategy runs regardless of `autoMatchFormat`.
3840
+ */
3841
+ get alwaysFilter() {
3842
+ return true;
3843
+ }
3844
+ /**
3845
+ * Filter redundant text format styles from `customStyle`.
3846
+ *
3847
+ * @param {VegaRTEAnnotations} annotations - The annotations to filter.
3848
+ * @returns {VegaRTEAnnotations} The same annotations reference with customStyle cleaned up.
3849
+ */
3850
+ filterAnnotations(annotations) {
3851
+ const textAnnotations = annotations;
3852
+ const customStyle = textAnnotations.customStyle;
3853
+ if (!customStyle) {
3854
+ return annotations;
3855
+ }
3856
+ // Only delete styles that match the default values(BOLD_FONT_WEIGHT) to avoid affecting normal-source conversion.
3857
+ if (textAnnotations.bold && customStyle.fontWeight === BOLD_FONT_WEIGHT) {
3858
+ delete customStyle.fontWeight;
3859
+ }
3860
+ if (textAnnotations.italic && customStyle.fontStyle === ITALIC_FONT_STYLE) {
3861
+ delete customStyle.fontStyle;
3862
+ }
3863
+ const normalizedTextDecoration = this.normalizeTextDecoration(customStyle.textDecoration);
3864
+ if (normalizedTextDecoration &&
3865
+ this.shouldRemoveTextDecoration(normalizedTextDecoration, textAnnotations)) {
3866
+ delete customStyle.textDecoration;
3867
+ }
3868
+ if (Object.keys(customStyle).length === 0) {
3869
+ delete textAnnotations.customStyle;
3870
+ }
3871
+ return annotations;
3872
+ }
3873
+ /**
3874
+ * Normalizes a `text-decoration` CSS value to a sorted, unique token string of
3875
+ * toolbar-only tokens (`underline`, `line-through`). Returns `undefined` if the
3876
+ * value contains any non-toolbar token (e.g. `wavy`, a color).
3877
+ *
3878
+ * @param {string | undefined} value - The raw `textDecoration` CSS value.
3879
+ * @returns {string | undefined} Normalized token string, or `undefined` if the value cannot be safely removed.
3880
+ */
3881
+ normalizeTextDecoration(value) {
3882
+ if (!value) {
3883
+ return undefined;
3884
+ }
3885
+ const tokens = value.trim().toLowerCase().split(/\s+/);
3886
+ if (tokens.some((token) => token !== UNDERLINE_TEXT_DECORATION && token !== STRIKETHROUGH_TEXT_DECORATION)) {
3887
+ return undefined;
3888
+ }
3889
+ return Array.from(new Set(tokens)).sort().join(' ');
3890
+ }
3891
+ /**
3892
+ * Determines whether the `textDecoration` custom style should be removed based on the
3893
+ * semantic annotations present. Removal happens only when the normalized value exactly
3894
+ * matches the set of `{underline, strikethrough}` annotations.
3895
+ *
3896
+ * @param {string} normalizedTextDecoration - The normalized `textDecoration` token string.
3897
+ * @param {VegaRTETextAnnotations} annotations - The text annotations to check against.
3898
+ * @returns {boolean} `true` if the `textDecoration` style is redundant and should be removed.
3899
+ */
3900
+ shouldRemoveTextDecoration(normalizedTextDecoration, annotations) {
3901
+ const expectedTokens = [];
3902
+ if (annotations.underline) {
3903
+ expectedTokens.push(UNDERLINE_TEXT_DECORATION);
3904
+ }
3905
+ if (annotations.strikethrough) {
3906
+ expectedTokens.push(STRIKETHROUGH_TEXT_DECORATION);
3907
+ }
3908
+ if (expectedTokens.length === 0) {
3909
+ return false;
3910
+ }
3911
+ return normalizedTextDecoration === expectedTokens.sort().join(' ');
3912
+ }
3913
+ }
3914
+
3542
3915
  /**
3543
3916
  * Register and setup the default DTO classes and their basic action strategies.
3544
3917
  */
@@ -3583,6 +3956,16 @@ ElementToDTOClassStrategyManager.registerElementToBlockStrategy(new UlToRTEListB
3583
3956
  ElementToDTOClassStrategyManager.registerElementToBlockStrategy(new HtmlBlockStrategy());
3584
3957
  ElementToDTOClassStrategyManager.registerElementToNodeStrategy(new InlineElementToTextNodeStrategy());
3585
3958
  ElementToDTOClassStrategyManager.registerElementToNodeStrategy(new PlainTextToTextNodeStrategy());
3959
+ // Register filter styles strategies (remove redundant default styles during HTML → DTO conversion)
3960
+ RTEFilterStylesStrategyRegistry.register(RTEListBlock.name, new ListBlockFilterStylesStrategy());
3961
+ RTEFilterStylesStrategyRegistry.register(RTEListItemBlock.name, new ListItemBlockFilterStylesStrategy());
3962
+ RTEFilterStylesStrategyRegistry.register(RTETextBlock.name, new AlignmentFilterStylesStrategy());
3963
+ RTEFilterStylesStrategyRegistry.register(RTEListBlock.name, new AlignmentFilterStylesStrategy());
3964
+ RTEFilterStylesStrategyRegistry.register(RTEListItemBlock.name, new AlignmentFilterStylesStrategy());
3965
+ RTEFilterStylesStrategyRegistry.register(RTEImageNode.name, new ImageFilterStylesStrategy());
3966
+ RTEFilterStylesStrategyRegistry.register(RTETextNode.name, new LinkFilterStylesStrategy());
3967
+ RTEFilterStylesStrategyRegistry.register(RTETextNode.name, new TextFormatFilterStylesStrategy());
3968
+ RTEFilterStylesStrategyRegistry.register(RTETextNode.name, new CodeFilterStylesStrategy());
3586
3969
 
3587
3970
  /**
3588
3971
  * StylePreservator handles CSP-compliant style management by temporarily converting
@@ -1,4 +1,4 @@
1
- import { R as isDateStr } from './type-guard-c20cbbff.js';
1
+ import { R as isDateStr } from './type-guard-23a08026.js';
2
2
  import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
3
3
 
4
4
  /**
@@ -1,7 +1,7 @@
1
- import { j as StateVariantFormatter, k as isBorderColorTokenType, b as BorderColors, e as BorderColorMap, l as isShadowsTokenType, f as Shadows, g as ShadowMap, m as isBorderTokenType, n as Borders, o as BorderMap, p as StateBackgroundColorFormatter, q as isSpacingTokenType, r as isBorderRadiusTokenType, s as isBackgroundColorTokenType, t as isTextColorTokenType, u as isBreakpointsTokenType, h as Spacing, v as isBorderStyleType, B as BorderRadius, C as Colors, w as isTypographyTokenType } from './type-guard-c20cbbff.js';
1
+ import { j as StateVariantFormatter, k as isBorderColorTokenType, b as BorderColors, e as BorderColorMap, l as isShadowsTokenType, f as Shadows, g as ShadowMap, m as isBorderTokenType, n as Borders, o as BorderMap, p as StateBackgroundColorFormatter, q as isSpacingTokenType, r as isBorderRadiusTokenType, s as isBackgroundColorTokenType, t as isTextColorTokenType, u as isBreakpointsTokenType, h as Spacing, v as isBorderStyleType, B as BorderRadius, C as Colors, w as isTypographyTokenType } from './type-guard-23a08026.js';
2
2
  import { B as Breakpoints } from './breakpoints-d9faf11c.js';
3
3
  import { L as LogUtility } from './global-slimmer-registry-17c4efd4.js';
4
- import { R as ResponsiveFormatFacade } from './responsive-format-facade-e8534e59.js';
4
+ import { R as ResponsiveFormatFacade } from './responsive-format-facade-37d4d850.js';
5
5
  import { a as TypographyKeys } from './typography-396de03f.js';
6
6
  import { B as BorderStyle } from './ui-93922c59.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
2
2
  import { O as Observer } from './observer-3959f9dd.js';
3
- import { b as isParent } from './ui-ac244bf0.js';
3
+ import { b as isParent } from './ui-ba5a4758.js';
4
4
 
5
5
  /** The DomNodeSubject class represents a subject related to DOM nodes. */
6
6
  class DomNodeSubject {
@@ -1,18 +1,18 @@
1
1
  import { c as MapToComponentField, I as InjectVegaSlimmer, V as VegaSlimmer, L as LogUtility, M as MapToComponentMethod } from './global-slimmer-registry-17c4efd4.js';
2
- import { f as findParent, d as isElementVisible, b as isParent } from './ui-ac244bf0.js';
2
+ import { f as findParent, d as isElementVisible, b as isParent } from './ui-ba5a4758.js';
3
3
  import { I as InternalVegaZIndexManager } from './internal-vega-z-index-manager-7d2b54c3.js';
4
4
  import { c as createDynamicSlimmer } from './dynamic-slimmer-90b8af32.js';
5
5
  import { P as PageResizeObserverSlimmer } from './page-resize-observer-slimmer-e24d36c5.js';
6
6
  import { A as Alignments, P as Placements } from './ui-93922c59.js';
7
- import { I as isTranslocationType, i as isNonNullable, a5 as isEATriggerStrategy } from './type-guard-c20cbbff.js';
8
- import { R as ResponsiveFormatFacade } from './responsive-format-facade-e8534e59.js';
7
+ import { I as isTranslocationType, i as isNonNullable, a5 as isEATriggerStrategy } from './type-guard-23a08026.js';
8
+ import { R as ResponsiveFormatFacade } from './responsive-format-facade-37d4d850.js';
9
9
  import { t as tryGetDocument } from './try-get-document-bef0f526.js';
10
10
  import { F as FeatureFlag } from './feature-flag-controller-30f7b625.js';
11
11
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
12
12
  import { S as SHADOW_ROOT_ELEMENT_SCROLLING } from './static-subject-title-52f93124.js';
13
13
  import { O as Observer } from './observer-3959f9dd.js';
14
- import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
15
- import { B as VegaInternalNestEAHierarchyTreeChange } from './vega-internal-event-id-8002b179.js';
14
+ import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-cea9248d.js';
15
+ import { B as VegaInternalNestEAHierarchyTreeChange } from './vega-internal-event-id-70bd893d.js';
16
16
 
17
17
  var __decorate$a = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
18
18
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -1,7 +1,7 @@
1
1
  import { c as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
2
2
  import { c as createDynamicSlimmer } from './dynamic-slimmer-90b8af32.js';
3
3
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
4
- import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
4
+ import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-cea9248d.js';
5
5
  import { j as jqueryDelegatedStrategyController, i as internalVegaEventManager } from './internal-vega-event-manager-59f5bd47.js';
6
6
  import { t as tryGetDocument } from './try-get-document-bef0f526.js';
7
7
 
@@ -3,11 +3,11 @@ import { c as camelToDashCase } from './string-a953eafc.js';
3
3
  import { C as ChangeManager } from './change-manager-6a7eb88c.js';
4
4
  import { O as Observer } from './observer-3959f9dd.js';
5
5
  import { U as UPDATE_TRANSLATION, a as FORM_FIELD_PENDING_VALID_CHANGE, b as FORM_FIELD_ELEMENT_DISCONNECTED, F as FORM_ELEMENT_VALUE_CHANGE, c as FORM_RESET_OPERATION_TRIGGERED, d as FIELD_ERROR_MESSAGE_CHANGE, e as FORM_ELEMENT_VALIDATE } from './static-subject-title-52f93124.js';
6
- import { f as findParent, d as isElementVisible } from './ui-ac244bf0.js';
6
+ import { f as findParent, d as isElementVisible } from './ui-ba5a4758.js';
7
7
  import { a as isAsyncFunction, g as generateUUID } from './misc-9fdbcfbb.js';
8
8
  import { c as createDynamicSlimmer } from './dynamic-slimmer-90b8af32.js';
9
- import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
10
- import { h as VegaInternalFieldErrorStateChange, f as VegaInternalFormSubmit, i as VegaInternalValid } from './vega-internal-event-id-8002b179.js';
9
+ import { d as domNodeSubjectFactory, D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-cea9248d.js';
10
+ import { h as VegaInternalFieldErrorStateChange, f as VegaInternalFormSubmit, i as VegaInternalValid } from './vega-internal-event-id-70bd893d.js';
11
11
  import { V as VegaInternalTranslation } from './internal-translation-controller-b08aa9ab.js';
12
12
  import { h as htmlSanitizer, l as labelSanitizeStrategy } from './index-3b327f29.js';
13
13
  import { P as PageResizeObserverSlimmer } from './page-resize-observer-slimmer-e24d36c5.js';
@@ -15,7 +15,7 @@ import { I as InternalFormFieldValidationRule } from './internal-form-field-vali
15
15
  import { M as MutationObserverSlimmer } from './mutation-observer-slimmer-58ebc13c.js';
16
16
  import { A as AttributeOldValueMutationFilter } from './mutation-observer-filters-1a054fb0.js';
17
17
  import { i as isArrayEqual } from './array-7888f339.js';
18
- import { S as SubStateObserverSlimmer } from './sub-state-observer-slimmer-b3a773c5.js';
18
+ import { S as SubStateObserverSlimmer } from './sub-state-observer-slimmer-4d30fa5c.js';
19
19
 
20
20
  /** The `FormFieldValidationRuleHandler` class is responsible for handling the validation rules for a form field. */
21
21
  class FormFieldValidationRuleHandler {
@@ -1,11 +1,11 @@
1
1
  import { h } from './index-090d31ca.js';
2
2
  import { V as VegaInternalIconManager } from './internal-icon-manager-bd80b3bb.js';
3
3
  import { c as MapToComponentField, V as VegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
4
- import { A as ActionHandleStrategyRegistry, P as RTE_TEXT_COLORS, b as RTETextNode, $ as TextColorAnnotationAction, D as NodeAnnotationTypeEnum, l as AnnotationAction } from './code-block-58d1dbe5.js';
5
- import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-94b2e2c3.js';
4
+ import { A as ActionHandleStrategyRegistry, W as RTE_TEXT_COLORS, b as RTETextNode, a8 as TextColorAnnotationAction, D as NodeAnnotationTypeEnum, l as AnnotationAction } from './code-block-7d6f231b.js';
5
+ import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-cea9248d.js';
6
6
  import { a as VegaClick, b as VegaPopoverShow, c as VegaPopoverHide, h as VegaChange } from './vega-event-id-4ede557a.js';
7
7
  import { a as VegaDarkModeStyleController } from './dark-mode-style-controller-82e5c1c6.js';
8
- import { g as ImageAnnotation } from './content-state-dad1fd71.js';
8
+ import { g as ImageAnnotation } from './content-state-084cd705.js';
9
9
 
10
10
  const text = {
11
11
  icon: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="currentColor" d="M64 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V80C0 53.5 21.5 32 48 32H224 400c26.5 0 48 21.5 48 48v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V96H256l0 320h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H144c-17.7 0-32-14.3-32-32s14.3-32 32-32h48l0-320H64z"/></svg>`,