@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.
- package/dist/cjs/{app-globals-e9fdfbf9.js → app-globals-7a48292d.js} +6 -6
- package/dist/cjs/{aria-dialog-focusable-trap-slimmer-6faafc3e.js → aria-dialog-focusable-trap-slimmer-5a0a78fe.js} +60 -6
- package/dist/cjs/{child-nodes-notify-observer-slimmer-06c78f97.js → child-nodes-notify-observer-slimmer-a8d13f4c.js} +1 -1
- package/dist/cjs/{code-block-847534e3.js → code-block-71a330a1.js} +124 -56
- package/dist/cjs/{component-value-history-controller-slimmer.abstract-d7f9812a.js → component-value-history-controller-slimmer.abstract-fd077a6c.js} +6 -6
- package/dist/cjs/{content-state-99be18a3.js → content-state-afa26456.js} +401 -18
- package/dist/cjs/{date-required-rule-3823d506.js → date-required-rule-9f0e3e99.js} +1 -1
- package/dist/cjs/{design-token-b497bb6e.js → design-token-3f9589eb.js} +2 -2
- package/dist/cjs/{dom-node-subject-observer-factory-f7ed3bdc.js → dom-node-subject-observer-factory-a3a60da4.js} +1 -1
- package/dist/cjs/{element-appender-slimmer-eba4f3a2.js → element-appender-slimmer-7a66229b.js} +5 -5
- package/dist/cjs/{event-emit-slimmer-83f8e2bd.js → event-emit-slimmer-024e26bb.js} +1 -1
- package/dist/cjs/{form-field-controller-slimmer-93ca7239.js → form-field-controller-slimmer-c487cf2b.js} +4 -4
- package/dist/cjs/{image-annotation-action-9d6af380.js → image-annotation-action-4e72af4b.js} +3 -3
- package/dist/cjs/index.cjs.js +15 -15
- package/dist/cjs/{inject-keyboard-manager-23d07d87.js → inject-keyboard-manager-d1a82089.js} +1 -1
- package/dist/cjs/{keyboard-manager-3923e29b.js → keyboard-manager-9dbbb0d4.js} +13 -5
- package/dist/cjs/{keyboard-manager-slimmer-f602725d.js → keyboard-manager-slimmer-68cff676.js} +1 -1
- package/dist/cjs/loader.cjs.js +10 -10
- package/dist/cjs/{month-view-generator-aa8e8e74.js → month-view-generator-65a2f883.js} +2 -3
- package/dist/cjs/{public-rules-1dbda124.js → public-rules-36f202b3.js} +9 -9
- package/dist/cjs/{range-60fb9dd2.js → range-fa15d524.js} +2 -2
- package/dist/cjs/{responsive-format-facade-a32cdb67.js → responsive-format-facade-4419b4ae.js} +1 -1
- package/dist/cjs/{rich-text-editor-required-rule-b4aab68d.js → rich-text-editor-required-rule-7d4c2973.js} +1 -1
- package/dist/cjs/{split-cell-operation-190d4a87.js → split-cell-operation-19f98afb.js} +4 -4
- package/dist/cjs/{string-format-strategy.abstract-730088ee.js → string-format-strategy.abstract-c65d9861.js} +5 -2
- package/dist/cjs/{string-input-formatter-slimmer-9d6df58b.js → string-input-formatter-slimmer-c2e04acc.js} +4 -4
- package/dist/cjs/{string-mask-strategy-b69e3b9e.js → string-mask-strategy-418fc0b8.js} +40 -9
- package/dist/cjs/{style-formatter-9d8a4ad2.js → style-formatter-3c9ce0e5.js} +2 -2
- package/dist/cjs/{sub-state-notify-slimmer-c80b9d21.js → sub-state-notify-slimmer-7a4c6061.js} +2 -2
- package/dist/cjs/{sub-state-observer-slimmer-15740c97.js → sub-state-observer-slimmer-f728e068.js} +3 -3
- package/dist/cjs/{time-required-rule-6524b650.js → time-required-rule-ad091302.js} +1 -1
- package/dist/cjs/{token-extension-b7c4ea17.js → token-extension-90396de7.js} +7 -7
- package/dist/cjs/{type-guard-2a46bca5.js → type-guard-d760850a.js} +11 -0
- package/dist/cjs/{ui-b3db0122.js → ui-9e8c9732.js} +8 -2
- package/dist/cjs/{valid-credit-card-number-rule-8eb02ea7.js → valid-credit-card-number-rule-5ce8e973.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +6 -6
- package/dist/cjs/vega-app-header-button.cjs.entry.js +6 -6
- package/dist/cjs/vega-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/vega-banner.cjs.entry.js +3 -3
- package/dist/cjs/vega-box.cjs.entry.js +5 -5
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +3 -3
- package/dist/cjs/vega-button-circle.cjs.entry.js +7 -7
- package/dist/cjs/vega-button-group_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
- package/dist/cjs/vega-button.cjs.entry.js +6 -6
- package/dist/cjs/vega-calendar_4.cjs.entry.js +30 -17
- package/dist/cjs/vega-card.cjs.entry.js +4 -4
- package/dist/cjs/vega-carousel.cjs.entry.js +5 -5
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +7 -7
- package/dist/cjs/vega-chip.cjs.entry.js +6 -6
- package/dist/cjs/vega-code-block.cjs.entry.js +10 -10
- package/dist/cjs/vega-color-picker.cjs.entry.js +6 -6
- package/dist/cjs/vega-combo-box.cjs.entry.js +9 -9
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +23 -23
- package/dist/cjs/vega-dialog_2.cjs.entry.js +8 -7
- package/dist/cjs/vega-divider.cjs.entry.js +3 -3
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +12 -12
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-field-label.cjs.entry.js +3 -3
- package/dist/cjs/vega-file-uploader.cjs.entry.js +6 -6
- package/dist/cjs/vega-flag-icon.cjs.entry.js +3 -3
- package/dist/cjs/vega-flex.cjs.entry.js +5 -5
- package/dist/cjs/vega-font.cjs.entry.js +4 -4
- package/dist/cjs/vega-form.cjs.entry.js +9 -9
- package/dist/cjs/vega-grid.cjs.entry.js +4 -4
- package/dist/cjs/vega-icon.cjs.entry.js +4 -4
- package/dist/cjs/vega-image-uploader.cjs.entry.js +8 -8
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +10 -10
- package/dist/cjs/vega-input-numeric.cjs.entry.js +10 -10
- package/dist/cjs/vega-input-passcode.cjs.entry.js +9 -9
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +8 -8
- package/dist/cjs/vega-input-range.cjs.entry.js +6 -6
- package/dist/cjs/vega-input-select.cjs.entry.js +8 -8
- package/dist/cjs/vega-input.cjs.entry.js +37 -27
- package/dist/cjs/{vega-internal-event-id-67bb91c1.js → vega-internal-event-id-a1837fa2.js} +2 -0
- package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +9 -9
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-page-notification_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-pagination-page-selector-mobile.cjs.entry.js +3 -3
- package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +3 -3
- package/dist/cjs/vega-pagination.cjs.entry.js +6 -6
- package/dist/cjs/vega-popover_2.cjs.entry.js +48 -12
- package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +8 -8
- package/dist/cjs/vega-radio_2.cjs.entry.js +10 -10
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +9 -9
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +17 -17
- package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +9 -9
- package/dist/cjs/vega-segment-control.cjs.entry.js +3 -3
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +9 -9
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +8 -8
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +8 -8
- package/dist/cjs/vega-signature-capture.cjs.entry.js +9 -9
- package/dist/cjs/vega-stepper.cjs.entry.js +6 -6
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-table_11.cjs.entry.js +8 -8
- package/dist/cjs/vega-text.cjs.entry.js +1 -1
- package/dist/cjs/vega-textarea.cjs.entry.js +6 -6
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +12 -12
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +6 -6
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +8 -8
- package/dist/cjs/vega.cjs.js +10 -10
- package/dist/cjs/{wait-for-component-did-render-9e41b39e.js → wait-for-component-did-render-b6aba2de.js} +2 -2
- package/dist/collection/components/vega-calendar/vega-calendar-event/slimmers/renderers/vega-calendar-event-renderer.js +4 -4
- package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.css +15 -12
- package/dist/collection/components/vega-calendar/vega-calendar-event/vega-calendar-event.js +1 -1
- package/dist/collection/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.js +17 -3
- package/dist/collection/components/vega-calendar/vega-calendar.css +1 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +5 -5
- package/dist/collection/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.js +13 -12
- package/dist/collection/components/vega-input/vega-input.js +1 -1
- package/dist/collection/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.js +25 -1
- package/dist/collection/components/vega-popover/vega-popover-content-box/vega-popover-content-box.js +6 -1
- package/dist/collection/components/vega-popover/vega-popover.js +7 -0
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/bold-annotation.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/code-annotation.js +13 -6
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.js +18 -9
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/image-annotation.js +11 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/italic-annotation.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/link-group-annotation.js +12 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/list-annotation.js +12 -4
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/strikethrough-annotation.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.js +22 -0
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-style-annotation.js +43 -32
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/underline-annotation.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.js +31 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +16 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +12 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.js +13 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.js +39 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.js +26 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +30 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.js +89 -0
- package/dist/collection/components/vega-rich-text-editor/dto/setup.js +18 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/bold-annotaion-handler.js +3 -2
- 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
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/italic-annotation-handler.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/strike-through-annotation-handler.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/text-style-annotation-handler.js +3 -1
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/underline-annotation-handler.js +2 -1
- package/dist/collection/helpers/calendar/calendar-date.js +10 -0
- package/dist/collection/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.js +2 -2
- package/dist/collection/helpers/event-manager/event-id/vega-internal-event-id.js +1 -0
- package/dist/collection/helpers/formatter/string-formatter/custom-formatter-strategy.js +3 -1
- package/dist/collection/helpers/formatter/string-formatter/number-mask-strategy.js +3 -1
- package/dist/collection/helpers/formatter/string-formatter/number-thousand-comma-strategy.js +3 -2
- package/dist/collection/helpers/formatter/string-formatter/string-format-strategy.abstract.js +4 -1
- package/dist/collection/helpers/formatter/string-formatter/string-mask-strategy.js +38 -7
- package/dist/collection/helpers/formatter/string-formatter/thousand-comma-strategy.js +4 -0
- package/dist/collection/helpers/keyboard/keyboard-manager.js +11 -3
- package/dist/collection/helpers/slimmers/aria-dialog-focusable-trap-slimmer.js +59 -5
- package/dist/collection/utils/ui.js +8 -2
- package/dist/esm/{app-globals-776ccaa3.js → app-globals-e77015e3.js} +6 -6
- package/dist/esm/{aria-dialog-focusable-trap-slimmer-cc98a7a4.js → aria-dialog-focusable-trap-slimmer-5a2f92be.js} +60 -6
- package/dist/esm/{child-nodes-notify-observer-slimmer-c7297b9f.js → child-nodes-notify-observer-slimmer-b7f0e419.js} +1 -1
- package/dist/esm/{code-block-58d1dbe5.js → code-block-7d6f231b.js} +117 -57
- package/dist/esm/{component-value-history-controller-slimmer.abstract-5beb8acb.js → component-value-history-controller-slimmer.abstract-acf65b17.js} +6 -6
- package/dist/esm/{content-state-dad1fd71.js → content-state-084cd705.js} +401 -18
- package/dist/esm/{date-required-rule-4c40a4eb.js → date-required-rule-29608215.js} +1 -1
- package/dist/esm/{design-token-9c4eb6b1.js → design-token-edcd787b.js} +2 -2
- package/dist/esm/{dom-node-subject-observer-factory-94b2e2c3.js → dom-node-subject-observer-factory-cea9248d.js} +1 -1
- package/dist/esm/{element-appender-slimmer-fde815dc.js → element-appender-slimmer-08ec429b.js} +5 -5
- package/dist/esm/{event-emit-slimmer-b236945b.js → event-emit-slimmer-4fba1b35.js} +1 -1
- package/dist/esm/{form-field-controller-slimmer-00fa3678.js → form-field-controller-slimmer-8dd39707.js} +4 -4
- package/dist/esm/{image-annotation-action-1ec7b461.js → image-annotation-action-a6b33a81.js} +3 -3
- package/dist/esm/index.js +15 -15
- package/dist/esm/{inject-keyboard-manager-784b1364.js → inject-keyboard-manager-7557816f.js} +1 -1
- package/dist/esm/{keyboard-manager-e020039f.js → keyboard-manager-1846c6a5.js} +13 -5
- package/dist/esm/{keyboard-manager-slimmer-4722d20c.js → keyboard-manager-slimmer-1ae0aa4d.js} +1 -1
- package/dist/esm/loader.js +10 -10
- package/dist/esm/{month-view-generator-6fe1f491.js → month-view-generator-b700ed08.js} +2 -3
- package/dist/esm/{public-rules-1626fb0d.js → public-rules-fe2c7934.js} +9 -9
- package/dist/esm/{range-4f9bf69d.js → range-00afe462.js} +2 -2
- package/dist/esm/{responsive-format-facade-e8534e59.js → responsive-format-facade-37d4d850.js} +1 -1
- package/dist/esm/{rich-text-editor-required-rule-c391aeb6.js → rich-text-editor-required-rule-6487ec94.js} +1 -1
- package/dist/esm/{split-cell-operation-55cd9fae.js → split-cell-operation-9445e642.js} +4 -4
- package/dist/esm/{string-format-strategy.abstract-8c48e515.js → string-format-strategy.abstract-ec6d627b.js} +5 -2
- package/dist/esm/{string-input-formatter-slimmer-519480ce.js → string-input-formatter-slimmer-959dff7a.js} +4 -4
- package/dist/esm/{string-mask-strategy-8070817e.js → string-mask-strategy-49be41f0.js} +40 -9
- package/dist/esm/{style-formatter-7afd0680.js → style-formatter-ad0b2bac.js} +2 -2
- package/dist/esm/{sub-state-notify-slimmer-54531808.js → sub-state-notify-slimmer-ee8c417b.js} +2 -2
- package/dist/esm/{sub-state-observer-slimmer-b3a773c5.js → sub-state-observer-slimmer-4d30fa5c.js} +3 -3
- package/dist/esm/{time-required-rule-2569e5ad.js → time-required-rule-414b1590.js} +1 -1
- package/dist/esm/{token-extension-612575cb.js → token-extension-600b1c88.js} +7 -7
- package/dist/esm/{type-guard-c20cbbff.js → type-guard-23a08026.js} +11 -1
- package/dist/esm/{ui-ac244bf0.js → ui-ba5a4758.js} +8 -2
- package/dist/esm/{valid-credit-card-number-rule-b9c3c2f8.js → valid-credit-card-number-rule-60abddac.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +6 -6
- package/dist/esm/vega-app-header-button.entry.js +6 -6
- package/dist/esm/vega-backdrop.entry.js +1 -1
- package/dist/esm/vega-banner.entry.js +3 -3
- package/dist/esm/vega-box.entry.js +5 -5
- package/dist/esm/vega-breadcrumb.entry.js +3 -3
- package/dist/esm/vega-button-circle.entry.js +7 -7
- package/dist/esm/vega-button-group_2.entry.js +6 -6
- package/dist/esm/vega-button-link.entry.js +3 -3
- package/dist/esm/vega-button.entry.js +6 -6
- package/dist/esm/vega-calendar_4.entry.js +30 -17
- package/dist/esm/vega-card.entry.js +4 -4
- package/dist/esm/vega-carousel.entry.js +5 -5
- package/dist/esm/vega-checkbox_2.entry.js +7 -7
- package/dist/esm/vega-chip.entry.js +6 -6
- package/dist/esm/vega-code-block.entry.js +10 -10
- package/dist/esm/vega-color-picker.entry.js +6 -6
- package/dist/esm/vega-combo-box.entry.js +9 -9
- package/dist/esm/vega-date-picker_2.entry.js +23 -23
- package/dist/esm/vega-dialog_2.entry.js +8 -7
- package/dist/esm/vega-divider.entry.js +3 -3
- package/dist/esm/vega-dropdown_5.entry.js +12 -12
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-field-label.entry.js +3 -3
- package/dist/esm/vega-file-uploader.entry.js +6 -6
- package/dist/esm/vega-flag-icon.entry.js +3 -3
- package/dist/esm/vega-flex.entry.js +5 -5
- package/dist/esm/vega-font.entry.js +4 -4
- package/dist/esm/vega-form.entry.js +9 -9
- package/dist/esm/vega-grid.entry.js +4 -4
- package/dist/esm/vega-icon.entry.js +4 -4
- package/dist/esm/vega-image-uploader.entry.js +8 -8
- package/dist/esm/vega-input-credit-card.entry.js +10 -10
- package/dist/esm/vega-input-numeric.entry.js +10 -10
- package/dist/esm/vega-input-passcode.entry.js +9 -9
- package/dist/esm/vega-input-phone-number.entry.js +8 -8
- package/dist/esm/vega-input-range.entry.js +6 -6
- package/dist/esm/vega-input-select.entry.js +8 -8
- package/dist/esm/vega-input.entry.js +37 -27
- package/dist/esm/{vega-internal-event-id-8002b179.js → vega-internal-event-id-70bd893d.js} +2 -1
- package/dist/esm/vega-item-toggle.entry.js +3 -3
- package/dist/esm/vega-left-nav_5.entry.js +9 -9
- package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
- package/dist/esm/vega-page-notification_2.entry.js +2 -2
- package/dist/esm/vega-pagination-page-selector-mobile.entry.js +3 -3
- package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +3 -3
- package/dist/esm/vega-pagination.entry.js +6 -6
- package/dist/esm/vega-popover_2.entry.js +48 -12
- package/dist/esm/vega-progress-tracker_2.entry.js +8 -8
- package/dist/esm/vega-radio_2.entry.js +10 -10
- package/dist/esm/vega-rich-text-content.entry.js +9 -9
- package/dist/esm/vega-rich-text-editor_4.entry.js +17 -17
- package/dist/esm/vega-rich-text-table-properties_3.entry.js +9 -9
- package/dist/esm/vega-segment-control.entry.js +3 -3
- package/dist/esm/vega-selection-chip_2.entry.js +9 -9
- package/dist/esm/vega-selection-tile_2.entry.js +8 -8
- package/dist/esm/vega-sidenav_3.entry.js +8 -8
- package/dist/esm/vega-signature-capture.entry.js +9 -9
- package/dist/esm/vega-stepper.entry.js +6 -6
- package/dist/esm/vega-tab-group_2.entry.js +3 -3
- package/dist/esm/vega-table_11.entry.js +8 -8
- package/dist/esm/vega-text.entry.js +1 -1
- package/dist/esm/vega-textarea.entry.js +6 -6
- package/dist/esm/vega-time-picker_2.entry.js +12 -12
- package/dist/esm/vega-toggle-switch.entry.js +6 -6
- package/dist/esm/vega-tooltip_2.entry.js +8 -8
- package/dist/esm/vega.js +10 -10
- package/dist/esm/{wait-for-component-did-render-1e62d6f7.js → wait-for-component-did-render-03e7ccb2.js} +2 -2
- package/dist/sri/vega-sri-manifest.json +346 -346
- package/dist/types/components/vega-calendar/vega-calendar-event-preview/slimmers/renderers/vega-calendar-event-preview-detail-renderer.d.ts +5 -0
- package/dist/types/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.d.ts +1 -0
- package/dist/types/components/vega-input/types.d.ts +30 -1
- package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/code-annotation.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/horizontal-alignment-annotation.d.ts +7 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/image-annotation.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/link-group-annotation.d.ts +7 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/list-annotation.d.ts +6 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/text-format-default-styles.d.ts +22 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/text-style-annotation.d.ts +7 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.d.ts +20 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +10 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +8 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.d.ts +9 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/alignment-filter-styles-strategy.d.ts +27 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.d.ts +17 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +17 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/text-format-filter-styles-strategy.d.ts +41 -0
- 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
- package/dist/types/helpers/calendar/calendar-date.d.ts +7 -0
- package/dist/types/helpers/calendar/calendar-view-generator/calendar-view-generator.abstract.d.ts +0 -1
- package/dist/types/helpers/event-manager/event-id/vega-internal-event-id.d.ts +1 -0
- package/dist/types/helpers/formatter/string-formatter/custom-formatter-strategy.d.ts +2 -1
- package/dist/types/helpers/formatter/string-formatter/number-mask-strategy.d.ts +2 -1
- package/dist/types/helpers/formatter/string-formatter/number-thousand-comma-strategy.d.ts +2 -1
- package/dist/types/helpers/formatter/string-formatter/string-format-strategy.abstract.d.ts +1 -0
- package/dist/types/helpers/formatter/string-formatter/string-mask-strategy.d.ts +32 -4
- package/dist/types/helpers/formatter/string-formatter/thousand-comma-strategy.d.ts +1 -0
- package/dist/types/helpers/keyboard/keyboard-manager.d.ts +1 -0
- package/dist/types/helpers/slimmers/aria-dialog-focusable-trap-slimmer.d.ts +19 -0
- package/dist/types/utils/ui.d.ts +3 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-8cd70b3b.js → p-010b5e74.js} +1 -1
- package/dist/vega/{p-33cacbd6.entry.js → p-01883ffc.entry.js} +1 -1
- package/dist/vega/{p-7f68abf7.js → p-02578a59.js} +1 -1
- package/dist/vega/{p-916ef5dd.entry.js → p-0313393d.entry.js} +1 -1
- package/dist/vega/p-043e685a.entry.js +1 -0
- package/dist/vega/{p-972c594b.entry.js → p-04e56b0c.entry.js} +1 -1
- package/dist/vega/p-07a2b42a.js +1 -0
- package/dist/vega/{p-fb92092b.entry.js → p-08780df0.entry.js} +1 -1
- package/dist/vega/p-10fa4eac.js +1 -0
- package/dist/vega/{p-19adff1f.entry.js → p-1557ed92.entry.js} +1 -1
- package/dist/vega/{p-405ab757.js → p-18619467.js} +1 -1
- package/dist/vega/{p-a5543b6a.entry.js → p-19ad4f15.entry.js} +1 -1
- package/dist/vega/{p-46c7763f.entry.js → p-1a2f92a3.entry.js} +1 -1
- package/dist/vega/{p-085d45c9.js → p-1c45565d.js} +1 -1
- package/dist/vega/{p-b91aff06.entry.js → p-1feb4f2a.entry.js} +1 -1
- package/dist/vega/{p-14dfdba3.entry.js → p-203bc4db.entry.js} +1 -1
- package/dist/vega/{p-6e13e2fc.js → p-204c7d41.js} +1 -1
- package/dist/vega/{p-833b79ad.entry.js → p-21c9e1ca.entry.js} +1 -1
- package/dist/vega/p-22336063.js +1 -0
- package/dist/vega/{p-1784724a.entry.js → p-224b67ff.entry.js} +1 -1
- package/dist/vega/{p-dccda3d1.js → p-2c2df248.js} +1 -1
- package/dist/vega/{p-667d5b80.entry.js → p-2d917e2d.entry.js} +1 -1
- package/dist/vega/{p-02bab5ea.entry.js → p-2e73582d.entry.js} +1 -1
- package/dist/vega/{p-b7dd3ef2.entry.js → p-334e3b02.entry.js} +1 -1
- package/dist/vega/{p-6554a801.js → p-33860e54.js} +1 -1
- package/dist/vega/{p-dba91c23.entry.js → p-35386999.entry.js} +1 -1
- package/dist/vega/{p-bc142c5c.entry.js → p-365d21ac.entry.js} +1 -1
- package/dist/vega/{p-fadeb5a2.entry.js → p-367d44d9.entry.js} +1 -1
- package/dist/vega/{p-a6ad6515.entry.js → p-382b71a3.entry.js} +1 -1
- package/dist/vega/{p-b67672ae.entry.js → p-434fc427.entry.js} +1 -1
- package/dist/vega/p-44c5cbb7.js +1 -0
- package/dist/vega/{p-408a1baa.entry.js → p-47ca1f69.entry.js} +1 -1
- package/dist/vega/{p-5d397ee0.entry.js → p-4eb282ef.entry.js} +1 -1
- package/dist/vega/{p-b589cafd.entry.js → p-517434d4.entry.js} +1 -1
- package/dist/vega/p-559197f8.js +1 -0
- package/dist/vega/{p-6e05fc55.js → p-576fe408.js} +1 -1
- package/dist/vega/p-5ae4ea20.entry.js +1 -0
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-b15a2d4b.js → p-60cf2a68.js} +1 -1
- package/dist/vega/p-612e3ded.js +1 -0
- package/dist/vega/{p-679a4046.entry.js → p-65900dbf.entry.js} +1 -1
- package/dist/vega/p-68124bc5.js +1 -0
- package/dist/vega/{p-28ed34b3.entry.js → p-6af55f1c.entry.js} +1 -1
- package/dist/vega/{p-5b90bbfe.js → p-6c5250b3.js} +1 -1
- package/dist/vega/p-6f2e5bc6.js +1 -0
- package/dist/vega/{p-439c7c13.entry.js → p-70f1cf4e.entry.js} +1 -1
- package/dist/vega/{p-a02f77c7.js → p-716c71e6.js} +1 -1
- package/dist/vega/{p-d862195c.entry.js → p-7362723e.entry.js} +1 -1
- package/dist/vega/{p-28c8ffb4.js → p-7618dde4.js} +1 -1
- package/dist/vega/p-76b80a0c.js +1 -0
- package/dist/vega/{p-937d5317.entry.js → p-7912741f.entry.js} +1 -1
- package/dist/vega/{p-6b19d33a.entry.js → p-7942c042.entry.js} +1 -1
- package/dist/vega/{p-820906b8.entry.js → p-7c2fecfd.entry.js} +1 -1
- package/dist/vega/{p-02fec68b.entry.js → p-7ceab8c7.entry.js} +1 -1
- package/dist/vega/p-8327635d.js +1 -0
- package/dist/vega/{p-db29681a.entry.js → p-840ad046.entry.js} +1 -1
- package/dist/vega/{p-4068e7de.js → p-878851f6.js} +1 -1
- package/dist/vega/{p-a2161e9d.js → p-89e56502.js} +1 -1
- package/dist/vega/{p-9e6e76b2.entry.js → p-8adf9732.entry.js} +1 -1
- package/dist/vega/{p-18378017.entry.js → p-90137c68.entry.js} +1 -1
- package/dist/vega/p-9341c1a9.js +1 -0
- package/dist/vega/{p-cb0324e7.entry.js → p-9390a94b.entry.js} +1 -1
- package/dist/vega/p-9551da9c.entry.js +1 -0
- package/dist/vega/p-9862d1a8.entry.js +1 -0
- package/dist/vega/{p-2bbbdf87.entry.js → p-9dc23325.entry.js} +1 -1
- package/dist/vega/p-a4dbf2cc.js +1 -0
- package/dist/vega/{p-561e9097.entry.js → p-a99e75a1.entry.js} +1 -1
- package/dist/vega/{p-b4d72eff.entry.js → p-ab21fdf6.entry.js} +1 -1
- package/dist/vega/{p-fc3d6d9d.js → p-b3e40faf.js} +1 -1
- package/dist/vega/{p-4ea3cf5f.entry.js → p-b5a6bd0f.entry.js} +1 -1
- package/dist/vega/{p-5dfd36d3.entry.js → p-b5c2fff3.entry.js} +1 -1
- package/dist/vega/{p-a0a39ec3.js → p-b696a861.js} +1 -1
- package/dist/vega/{p-076c6445.entry.js → p-ba415db6.entry.js} +1 -1
- package/dist/vega/{p-814c37be.entry.js → p-be3517be.entry.js} +1 -1
- package/dist/vega/{p-615bc3de.entry.js → p-c045e4c1.entry.js} +1 -1
- package/dist/vega/{p-4e76a84d.entry.js → p-c4e32125.entry.js} +1 -1
- package/dist/vega/{p-20981b17.entry.js → p-c5b698f6.entry.js} +1 -1
- package/dist/vega/{p-71720290.entry.js → p-c61279a7.entry.js} +1 -1
- package/dist/vega/p-c6d62f0d.js +1 -0
- package/dist/vega/{p-4e15958f.js → p-c9201bf4.js} +1 -1
- package/dist/vega/{p-ace7aa6c.entry.js → p-cc055723.entry.js} +1 -1
- package/dist/vega/{p-fc93b467.entry.js → p-cca5042b.entry.js} +1 -1
- package/dist/vega/{p-c58c3e7e.entry.js → p-cda45d2a.entry.js} +1 -1
- package/dist/vega/p-cdf5b2f0.entry.js +1 -0
- package/dist/vega/p-cf70c57d.js +1 -0
- package/dist/vega/{p-441fd2b3.entry.js → p-d1494c7c.entry.js} +1 -1
- package/dist/vega/{p-a6fb81c5.js → p-d1ca70a1.js} +1 -1
- package/dist/vega/p-d202e69d.entry.js +1 -0
- package/dist/vega/{p-dd4c3d9b.entry.js → p-dc9b5063.entry.js} +1 -1
- package/dist/vega/{p-d6875e49.js → p-dcd18ab1.js} +1 -1
- package/dist/vega/p-df5bfbc4.entry.js +1 -0
- package/dist/vega/{p-d5a8bb62.entry.js → p-e4726dcd.entry.js} +1 -1
- package/dist/vega/{p-76f2e0f5.js → p-e84b95d4.js} +1 -1
- package/dist/vega/p-ea21462f.js +1 -0
- package/dist/vega/{p-905cf163.entry.js → p-ec1d76c6.entry.js} +1 -1
- package/dist/vega/{p-04f9b0d4.entry.js → p-f3456993.entry.js} +1 -1
- package/dist/vega/{p-32a0eed4.entry.js → p-f4190826.entry.js} +1 -1
- package/dist/vega/{p-558a707e.entry.js → p-f48c43f4.entry.js} +1 -1
- package/dist/vega/{p-1665d4b8.entry.js → p-fdac91c4.entry.js} +1 -1
- package/dist/vega/{p-5395faac.entry.js → p-ffa2e3a6.entry.js} +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +3 -2
- package/dist/collection/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.js +0 -195
- package/dist/collection/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.js +0 -94
- package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.js +0 -72
- package/dist/collection/components/vega-code-block/test/code-block-range.test.js +0 -81
- package/dist/collection/components/vega-dropdown/test/share.js +0 -13
- package/dist/collection/components/vega-input-credit-card/test/share.js +0 -21
- package/dist/collection/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.js +0 -147
- package/dist/collection/components/vega-rich-text-editor/helpers/extension-context-manager.test.js +0 -21
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.js +0 -71
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.js +0 -69
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-insert-line-break-with-blocks-strategy.test.js +0 -24
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.js +0 -20
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.js +0 -15
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.js +0 -32
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.js +0 -11
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.js +0 -16
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.js +0 -20
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.js +0 -87
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.js +0 -32
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.js +0 -17
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.js +0 -77
- package/dist/collection/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.js +0 -23
- package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-actions.test.js +0 -39
- package/dist/collection/components/vega-rich-text-editor/test/dto/annotation-style.test.js +0 -71
- package/dist/collection/components/vega-rich-text-editor/test/dto/annotations.test.js +0 -381
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/code-block.test.js +0 -54
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/html-block.test.js +0 -167
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/image-block.test.js +0 -90
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +0 -176
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-item.test.js +0 -188
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/text-block.test.js +0 -193
- package/dist/collection/components/vega-rich-text-editor/test/dto/content-state.test.js +0 -3375
- package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/image-node.test.js +0 -108
- package/dist/collection/components/vega-rich-text-editor/test/dto/nodes/text-node.test.js +0 -510
- package/dist/collection/components/vega-rich-text-editor/test/dto/range.test.js +0 -53
- package/dist/collection/components/vega-rich-text-editor/test/e2e-utils.js +0 -182
- package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.js +0 -49
- package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.js +0 -38
- package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.js +0 -26
- package/dist/collection/components/vega-rich-text-editor/test/element-to-dto-strategy/jira-code-to-rte-code-block-strategy.test.js +0 -32
- 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
- package/dist/collection/components/vega-rich-text-editor/test/extensions/extension-test-utils.js +0 -43
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.js +0 -164
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.js +0 -298
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.js +0 -316
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.js +0 -411
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.js +0 -99
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.js +0 -181
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.js +0 -84
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.js +0 -331
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.js +0 -32
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-dto.test.js +0 -1094
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.js +0 -1590
- package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-test-utils.js +0 -172
- package/dist/collection/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.js +0 -129
- package/dist/collection/components/vega-rich-text-editor/test/fixture.js +0 -257
- package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.js +0 -186
- package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.js +0 -22
- package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.js +0 -22
- package/dist/collection/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.js +0 -26
- package/dist/collection/components/vega-rich-text-editor/test/spec-utils.js +0 -35
- package/dist/collection/components/vega-sidenav/test/test.helper.js +0 -68
- package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.js +0 -83
- package/dist/collection/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.js +0 -147
- package/dist/collection/components/vega-table/test/utils.js +0 -22
- package/dist/collection/components/vega-table/test/vega-table-sorter.test.js +0 -508
- package/dist/collection/constants/tests/validator.test.js +0 -24
- package/dist/collection/decorators/method-decorators/tests/component-load-required.test.js +0 -114
- package/dist/collection/decorators/property-decorators/tests/inject-element-appender-proxy.test.js +0 -237
- package/dist/collection/decorators/property-decorators/tests/inject-keyboard-manager.test.js +0 -91
- package/dist/collection/global/tests/before-vega-load.test.js +0 -62
- package/dist/collection/helpers/calendar/test/calendar-date-time.test.js +0 -27
- package/dist/collection/helpers/calendar/test/calendar-date.test.js +0 -172
- package/dist/collection/helpers/calendar/test/calendar-event.test.js +0 -263
- package/dist/collection/helpers/calendar/test/calendar-period/day-period.test.js +0 -118
- package/dist/collection/helpers/calendar/test/calendar-period/month-period.test.js +0 -144
- package/dist/collection/helpers/calendar/test/calendar-period/week-period.test.js +0 -114
- package/dist/collection/helpers/calendar/test/calendar-time.test.js +0 -45
- package/dist/collection/helpers/calendar/test/calendar-view-generator/day-view-generator.test.js +0 -19
- package/dist/collection/helpers/calendar/test/calendar-view-generator/month-view-generator.test.js +0 -123
- package/dist/collection/helpers/calendar/test/calendar-view-generator/week-view-generator.test.js +0 -43
- package/dist/collection/helpers/calendar/test/calendar-view.test.js +0 -9
- package/dist/collection/helpers/calendar/test/index.test.js +0 -13
- package/dist/collection/helpers/calendar/test/utils.test.js +0 -62
- package/dist/collection/helpers/change-manager/test/change-manager.test.js +0 -30
- package/dist/collection/helpers/change-manager/test/dom-node-subject-factory.test.js +0 -38
- package/dist/collection/helpers/chart/test/controllers/chart-dimension-controller.test.js +0 -63
- package/dist/collection/helpers/chart/test/drawers/arc-path-drawer.test.js +0 -55
- package/dist/collection/helpers/chart/test/drawers/legend-drawer.test.js +0 -94
- package/dist/collection/helpers/chart/test/drawers/line-drawer.test.js +0 -25
- package/dist/collection/helpers/chart/test/drawers/path-drawer.test.js +0 -21
- package/dist/collection/helpers/chart/test/drawers/rect-drawer.test.js +0 -78
- package/dist/collection/helpers/chart/test/drawers/text-drawer.test.js +0 -25
- package/dist/collection/helpers/chart/test/drawers/x-axis-drawer.test.js +0 -38
- package/dist/collection/helpers/chart/test/drawers/y-axis-drawer.test.js +0 -44
- package/dist/collection/helpers/chart/test/graph-context-factory.test.js +0 -17
- package/dist/collection/helpers/chart/test/input-processors/format-time-positions-input-processor.test.js +0 -62
- package/dist/collection/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.js +0 -45
- package/dist/collection/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.js +0 -80
- package/dist/collection/helpers/chart/test/input-processors/layout-input-processor.test.js +0 -40
- package/dist/collection/helpers/chart/test/input-processors/line-path-input-processor.test.js +0 -16
- package/dist/collection/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.js +0 -20
- package/dist/collection/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.js +0 -48
- package/dist/collection/helpers/chart/test/input-processors/sort-positions-input-processor.test.js +0 -53
- package/dist/collection/helpers/chart/test/input-processors/x-axis-input-processor.test.js +0 -78
- package/dist/collection/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.js +0 -109
- package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.js +0 -39
- package/dist/collection/helpers/chart/test/input-processors/y-axis-input-processor.test.js +0 -55
- package/dist/collection/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.js +0 -11
- package/dist/collection/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.js +0 -25
- package/dist/collection/helpers/chart/test/interactors/interactor-factory.test.js +0 -19
- package/dist/collection/helpers/chart/test/interactors/svg-interactor.test.js +0 -48
- package/dist/collection/helpers/chart/test/line-chart.test.js +0 -96
- package/dist/collection/helpers/chart/test/pie-chart.test.js +0 -38
- package/dist/collection/helpers/chart/test/renderers/canvas-renderer.test.js +0 -31
- package/dist/collection/helpers/chart/test/renderers/renderer-factory.test.js +0 -19
- package/dist/collection/helpers/chart/test/renderers/svg-renderer.test.js +0 -99
- package/dist/collection/helpers/code-format/test/code-formatter.test.js +0 -410
- package/dist/collection/helpers/common/test/common.test.js +0 -7
- package/dist/collection/helpers/common/test/wait-for-component-did-render.test.js +0 -67
- package/dist/collection/helpers/common/test/wait-for-vega-handler.test.js +0 -17
- package/dist/collection/helpers/csp/test/styles-preservator.test.js +0 -207
- package/dist/collection/helpers/csp/test/vega-nonce-manager.test.js +0 -177
- package/dist/collection/helpers/dialog/test/vega-dialog-controller.test.js +0 -114
- package/dist/collection/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.js +0 -209
- package/dist/collection/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.js +0 -81
- package/dist/collection/helpers/event-manager/test/component-event-id-map.test.js +0 -16
- package/dist/collection/helpers/event-manager/test/event-emit-slimmer.test.js +0 -144
- package/dist/collection/helpers/event-manager/test/internal-vega-event-manager.test.js +0 -70
- package/dist/collection/helpers/event-manager/test/jquery-delegated-strategy-controller.test.js +0 -131
- package/dist/collection/helpers/event-manager/test/vega-event-id.test.js +0 -16
- package/dist/collection/helpers/event-manager/test/vega-event-manager.test.js +0 -97
- package/dist/collection/helpers/feature-control/tests/feature-flag-controller.test.js +0 -69
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.js +0 -64
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.js +0 -32
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.js +0 -31
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.js +0 -17
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.js +0 -23
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.js +0 -19
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.js +0 -19
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.js +0 -43
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.js +0 -29
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.js +0 -23
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.js +0 -19
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.js +0 -27
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.js +0 -43
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.js +0 -28
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.js +0 -43
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.js +0 -28
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.js +0 -27
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.js +0 -19
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.js +0 -51
- package/dist/collection/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.js +0 -20
- package/dist/collection/helpers/formatter/test/state-formatter/state-background-color-formatter.test.js +0 -18
- package/dist/collection/helpers/formatter/test/state-formatter/state-border-color-formatter.test.js +0 -13
- package/dist/collection/helpers/formatter/test/state-formatter/state-border-formatter.test.js +0 -13
- package/dist/collection/helpers/formatter/test/state-formatter/state-format-facade.test.js +0 -27
- package/dist/collection/helpers/formatter/test/state-formatter/state-shadow-formatter.test.js +0 -13
- package/dist/collection/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.js +0 -13
- package/dist/collection/helpers/formatter/test/string-formatter/number-mask-strategy.test.js +0 -101
- package/dist/collection/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.js +0 -40
- package/dist/collection/helpers/formatter/test/string-formatter/string-mask-strategy.test.js +0 -147
- package/dist/collection/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.js +0 -21
- package/dist/collection/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.js +0 -43
- package/dist/collection/helpers/formatter/test/style-formatter.test.js +0 -16
- package/dist/collection/helpers/icon/test/icon-manager-controller.test.js +0 -101
- package/dist/collection/helpers/icon/test/internal-icon-manager.test.js +0 -18
- package/dist/collection/helpers/immutable/test/immutable-array.test.js +0 -78
- package/dist/collection/helpers/immutable/test/immutable-map.test.js +0 -83
- package/dist/collection/helpers/immutable/test/immutable-set.test.js +0 -87
- package/dist/collection/helpers/keyboard/test/keyboard-manager.test.js +0 -241
- package/dist/collection/helpers/level-tracker/test/nested-level-tracker.test.js +0 -33
- package/dist/collection/helpers/loading-indicator/tests/vega-loader-controller.test.js +0 -192
- package/dist/collection/helpers/notify/tests/vega-notify-controller.test.js +0 -165
- package/dist/collection/helpers/paginator/test/value-paginator.test.js +0 -15
- package/dist/collection/helpers/queue/test/synchronize-task-queue.test.js +0 -76
- package/dist/collection/helpers/remote-invocation/remote-invocation-registry.test.js +0 -17
- package/dist/collection/helpers/rte-manager/rte.manager.test.js +0 -94
- package/dist/collection/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.js +0 -194
- package/dist/collection/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.js +0 -66
- package/dist/collection/helpers/slimmers/element-appender/test/element-appender-slimmer.test.js +0 -621
- package/dist/collection/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.js +0 -248
- package/dist/collection/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.js +0 -120
- package/dist/collection/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.js +0 -182
- package/dist/collection/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.js +0 -399
- package/dist/collection/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.js +0 -383
- package/dist/collection/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.js +0 -96
- package/dist/collection/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.js +0 -228
- package/dist/collection/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.js +0 -375
- package/dist/collection/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.js +0 -46
- package/dist/collection/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.js +0 -75
- package/dist/collection/helpers/slimmers/test/component-global-style-slimmer.test.js +0 -104
- package/dist/collection/helpers/slimmers/test/component-usage-runtime-metrics.test.js +0 -72
- package/dist/collection/helpers/slimmers/test/dark-mode-state-controller.test.js +0 -65
- package/dist/collection/helpers/slimmers/test/deprecated-property-slimmer.test.js +0 -36
- package/dist/collection/helpers/slimmers/test/field-error-controller-slimmer.test.js +0 -55
- package/dist/collection/helpers/slimmers/test/form-field-controller-slimmer.test.js +0 -278
- package/dist/collection/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.js +0 -106
- package/dist/collection/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.js +0 -64
- package/dist/collection/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.js +0 -89
- package/dist/collection/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.js +0 -101
- package/dist/collection/helpers/slimmers/test/keyboard-manager-slimmer.test.js +0 -90
- package/dist/collection/helpers/slimmers/test/page-resize-observer-slimmer.test.js +0 -278
- package/dist/collection/helpers/slimmers/test/string-input-formatter-slimmer.test.js +0 -220
- package/dist/collection/helpers/slimmers/test/translation-slimmer.test.js +0 -89
- package/dist/collection/helpers/theme/tests/theme-manager-controller.test.js +0 -614
- package/dist/collection/helpers/touch-helper/test/touch-listener.test.js +0 -122
- package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +0 -288
- package/dist/collection/helpers/translation/tests/translation.test.js +0 -46
- package/dist/collection/helpers/ui/test/element-appender.test.js +0 -530
- package/dist/collection/helpers/validator/test/rules/check-box-required-rule.test.js +0 -88
- package/dist/collection/helpers/validator/test/rules/custom-validation-rule.test.js +0 -56
- package/dist/collection/helpers/validator/test/rules/date-range-rule.test.js +0 -67
- package/dist/collection/helpers/validator/test/rules/date-required-rule.test.js +0 -120
- package/dist/collection/helpers/validator/test/rules/email-field-rule.test.js +0 -69
- package/dist/collection/helpers/validator/test/rules/file-uploader-required-rule.test.js +0 -7
- package/dist/collection/helpers/validator/test/rules/input-phone-number-required-rule.test.js +0 -105
- package/dist/collection/helpers/validator/test/rules/input-range-min-and-max-rule.test.js +0 -146
- package/dist/collection/helpers/validator/test/rules/input-range-required-rule.test.js +0 -82
- package/dist/collection/helpers/validator/test/rules/input-select-value-in-source-rule.test.js +0 -99
- package/dist/collection/helpers/validator/test/rules/max-number-rule.test.js +0 -97
- package/dist/collection/helpers/validator/test/rules/max-string-length-rule.test.js +0 -85
- package/dist/collection/helpers/validator/test/rules/min-and-max-date-rule.test.js +0 -174
- package/dist/collection/helpers/validator/test/rules/min-number-rule.test.js +0 -97
- package/dist/collection/helpers/validator/test/rules/min-string-length-rule.test.js +0 -85
- package/dist/collection/helpers/validator/test/rules/public-rules.test.js +0 -80
- package/dist/collection/helpers/validator/test/rules/required-field-rule.test.js +0 -126
- package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +0 -360
- package/dist/collection/helpers/validator/test/rules/time-range-required-rule.test.js +0 -82
- package/dist/collection/helpers/validator/test/rules/time-range-rule.test.js +0 -67
- package/dist/collection/helpers/validator/test/rules/time-required-rule.test.js +0 -116
- package/dist/collection/helpers/validator/test/rules/toggle-switch-required-rule.test.js +0 -72
- package/dist/collection/helpers/validator/test/rules/valid-credit-card-number-rule.test.js +0 -135
- package/dist/collection/helpers/validator/test/rules/valid-phone-number-rule.test.js +0 -95
- package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.js +0 -65
- package/dist/collection/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.js +0 -82
- package/dist/collection/helpers/validator/test/validator/form-field-controller.test.js +0 -205
- package/dist/collection/helpers/vega-telemetry-helper/test/vega-env-manager.test.js +0 -14
- package/dist/collection/helpers/zindex/test/internal-vega-z-index-manager.test.js +0 -176
- package/dist/collection/helpers/zindex/test/vega-z-index-manager.test.js +0 -46
- package/dist/collection/polyfill/d3/test/d3-array-polyfill.test.js +0 -72
- package/dist/collection/polyfill/d3/test/d3-axis-polyfill.test.js +0 -171
- package/dist/collection/polyfill/d3/test/d3-integration.test.js +0 -137
- package/dist/collection/polyfill/d3/test/d3-scale-polyfill.test.js +0 -382
- package/dist/collection/polyfill/d3/test/d3-selection-polyfill.test.js +0 -239
- package/dist/collection/polyfill/d3/test/d3-shape-polyfill.test.js +0 -225
- package/dist/collection/polyfill/d3/test/d3-time-format-polyfill.test.js +0 -162
- package/dist/collection/polyfill/d3/test/d3-time-polyfill.test.js +0 -76
- package/dist/collection/polyfill/d3/test/index.test.js +0 -78
- package/dist/collection/polyfill/libphonenumber/test/as-you-type.test.js +0 -309
- package/dist/collection/polyfill/libphonenumber/test/format-helpers.test.js +0 -192
- package/dist/collection/polyfill/libphonenumber/test/index.test.js +0 -16
- package/dist/collection/polyfill/libphonenumber/test/metadata.test.js +0 -196
- package/dist/collection/polyfill/libphonenumber/test/parse-phone-number.test.js +0 -218
- package/dist/collection/polyfill/libphonenumber/test/phone-number.test.js +0 -56
- package/dist/collection/polyfill/prism/test/css.test.js +0 -61
- package/dist/collection/polyfill/prism/test/javascript.test.js +0 -113
- package/dist/collection/polyfill/prism/test/jsx.test.js +0 -48
- package/dist/collection/polyfill/prism/test/language-registry.test.js +0 -77
- package/dist/collection/polyfill/prism/test/markup.test.js +0 -57
- package/dist/collection/polyfill/prism/test/test-utils.js +0 -22
- package/dist/collection/polyfill/prism/test/tokenizer.test.js +0 -180
- package/dist/collection/polyfill/prism/test/tsx.test.js +0 -87
- package/dist/collection/polyfill/prism/test/typescript.test.js +0 -86
- package/dist/collection/polyfill/shadow-selection/test/shadow-selection-polyfill.test.js +0 -234
- package/dist/collection/polyfill/test-polyfill/e2e/retry.js +0 -42
- package/dist/collection/polyfill/test-polyfill/unit/create-touch-event.js +0 -31
- package/dist/collection/polyfill/test-polyfill/unit/events.js +0 -100
- package/dist/collection/polyfill/test-polyfill/unit/index.js +0 -3
- package/dist/collection/polyfill/test-polyfill/unit/methods.js +0 -47
- package/dist/collection/polyfill/test-polyfill/unit/range.js +0 -15
- package/dist/collection/polyfill/test-polyfill/unit/shadow-selection.js +0 -17
- package/dist/collection/polyfill/tinycolor/tinycolor-polyfill.test.js +0 -361
- package/dist/collection/test-assets/test-icons.js +0 -5
- package/dist/collection/types/test/type-guard.test.js +0 -46
- package/dist/collection/utils/e2e-utils.js +0 -389
- package/dist/collection/utils/sanitize/test/empty-strategy.test.js +0 -12
- package/dist/collection/utils/sanitize/test/html-sanitizer.test.js +0 -57
- package/dist/collection/utils/sanitize/test/label-strategy.test.js +0 -56
- package/dist/collection/utils/sanitize/test/sanitize-strategy.test.js +0 -85
- package/dist/collection/utils/sanitize/test/sanitize.test.js +0 -22
- package/dist/collection/utils/sanitize/test/serialize-fragment.test.js +0 -25
- package/dist/collection/utils/sanitize/test/style-strategy.test.js +0 -45
- package/dist/collection/utils/spec-utils.js +0 -226
- package/dist/collection/utils/test/accessibility.test.js +0 -40
- package/dist/collection/utils/test/api.test.js +0 -34
- package/dist/collection/utils/test/array.test.js +0 -260
- package/dist/collection/utils/test/breakpoint.test.js +0 -37
- package/dist/collection/utils/test/component.test.js +0 -59
- package/dist/collection/utils/test/date.test.js +0 -104
- package/dist/collection/utils/test/design-token.test.js +0 -91
- package/dist/collection/utils/test/effect.test.js +0 -64
- package/dist/collection/utils/test/local-storage.test.js +0 -38
- package/dist/collection/utils/test/log.test.js +0 -49
- package/dist/collection/utils/test/misc.test.js +0 -40
- package/dist/collection/utils/test/number.test.js +0 -18
- package/dist/collection/utils/test/object.test.js +0 -77
- package/dist/collection/utils/test/pagination.test.js +0 -40
- package/dist/collection/utils/test/pixel.test.js +0 -29
- package/dist/collection/utils/test/safe-document.test.js +0 -13
- package/dist/collection/utils/test/spec-utils.test.js +0 -73
- package/dist/collection/utils/test/string.test.js +0 -8
- package/dist/collection/utils/test/test-utils.test.js +0 -70
- package/dist/collection/utils/test/timer.test.js +0 -16
- package/dist/collection/utils/test/ui.test.js +0 -301
- package/dist/collection/utils/test-utils.js +0 -156
- package/dist/types/components/vega-calendar/slimmers/common/helpers/test/calendar-event-repeat-pattern-factory.test.d.ts +0 -1
- package/dist/types/components/vega-calendar/slimmers/common/layout/test/long-event-layout-generator.test.d.ts +0 -1
- package/dist/types/components/vega-calendar/slimmers/day-view/renderers/timed-event/layout/test/day-view-event-layout-generator.test.d.ts +0 -1
- package/dist/types/components/vega-code-block/test/code-block-range.test.d.ts +0 -1
- package/dist/types/components/vega-dropdown/test/share.d.ts +0 -12
- package/dist/types/components/vega-input-credit-card/test/share.d.ts +0 -18
- package/dist/types/components/vega-nav/vega-left-nav/test/vega-left-nav-mock-data.d.ts +0 -4
- package/dist/types/components/vega-rich-text-editor/helpers/extension-context-manager.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/action-handle-strategy-registry.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/block-delete-node-content-strategy.test.d.ts +0 -1
- 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
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/code-block-strategy-registry.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/content-state-strategy-registry.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-block-strategy-register.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-set-annotation-map-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/image-update-url-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-block-strategy-register.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/list-item-strategy-register.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-split-text-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/node-update-annotation-map-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/text-block-strategy-register.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/action-handle-strategies/update-selected-text-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/annotation-actions.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/annotation-style.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/annotations.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/code-block.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/html-block.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/image-block.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-block.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/list-item.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/blocks/text-block.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/content-state.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/nodes/image-node.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/nodes/text-node.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/dto/range.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/e2e-utils.d.ts +0 -67
- package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/custom-attribute-annotation-handler.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/element-to-text-node-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/element-to-dto-strategy/html-element-to-annotation-generator.test.d.ts +0 -1
- 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
- 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
- package/dist/types/components/vega-rich-text-editor/test/extensions/extension-test-utils.d.ts +0 -21
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/annotation-handler-registration.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-annotation-handler.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-cell-annotation-handler.test.d.ts +0 -8
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/annotation-handler/table-head-cell-annotation-handler.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-color-annotation.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-dto.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-element-to-dto-strategies.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-test-utils.d.ts +0 -11
- package/dist/types/components/vega-rich-text-editor/test/filter-styles-strategies/filter-styles-strategy.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/fixture.d.ts +0 -19
- package/dist/types/components/vega-rich-text-editor/test/html-cleaner/html-content-cleaner.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-after-opening-tag-processor.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-before-closing-tag-processor.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/html-cleaner/remove-whitespace-between-tags-processor.test.d.ts +0 -1
- package/dist/types/components/vega-rich-text-editor/test/spec-utils.d.ts +0 -19
- package/dist/types/components/vega-sidenav/test/test.helper.d.ts +0 -6
- package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-render-input-model.test.d.ts +0 -1
- package/dist/types/components/vega-table/slimmers/controllers/dto/test/column-structure-model.test.d.ts +0 -1
- package/dist/types/components/vega-table/test/utils.d.ts +0 -9
- package/dist/types/components/vega-table/test/vega-table-sorter.test.d.ts +0 -1
- package/dist/types/constants/tests/validator.test.d.ts +0 -1
- package/dist/types/decorators/method-decorators/tests/component-load-required.test.d.ts +0 -1
- package/dist/types/decorators/property-decorators/tests/inject-element-appender-proxy.test.d.ts +0 -1
- package/dist/types/decorators/property-decorators/tests/inject-keyboard-manager.test.d.ts +0 -1
- package/dist/types/global/tests/before-vega-load.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-date-time.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-date.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-event.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-period/day-period.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-period/month-period.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-period/week-period.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-time.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-view-generator/day-view-generator.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-view-generator/month-view-generator.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-view-generator/week-view-generator.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/calendar-view.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/index.test.d.ts +0 -1
- package/dist/types/helpers/calendar/test/utils.test.d.ts +0 -1
- package/dist/types/helpers/change-manager/test/change-manager.test.d.ts +0 -1
- package/dist/types/helpers/change-manager/test/dom-node-subject-factory.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/controllers/chart-dimension-controller.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/arc-path-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/legend-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/line-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/path-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/rect-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/text-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/x-axis-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/drawers/y-axis-drawer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/graph-context-factory.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/format-time-positions-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/horizontal-x-axis-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/horizontal-y-axis-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/layout-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/line-path-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/pie-chart-filter-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/pie-chart-radius-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/sort-positions-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/x-axis-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/x-axis-label-formatter-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.coverage.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/input-processors/y-axis-input-processor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/interacting-entry-generator/arc-path-hover-generator.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/interacting-entry-generator/pie-legend-hover-generator.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/interactors/interactor-factory.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/interactors/svg-interactor.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/line-chart.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/pie-chart.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/renderers/canvas-renderer.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/renderers/renderer-factory.test.d.ts +0 -1
- package/dist/types/helpers/chart/test/renderers/svg-renderer.test.d.ts +0 -1
- package/dist/types/helpers/code-format/test/code-formatter.test.d.ts +0 -1
- package/dist/types/helpers/common/test/common.test.d.ts +0 -1
- package/dist/types/helpers/common/test/wait-for-component-did-render.test.d.ts +0 -1
- package/dist/types/helpers/common/test/wait-for-vega-handler.test.d.ts +0 -1
- package/dist/types/helpers/csp/test/styles-preservator.test.d.ts +0 -1
- package/dist/types/helpers/csp/test/vega-nonce-manager.test.d.ts +0 -1
- package/dist/types/helpers/dialog/test/vega-dialog-controller.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/child-nodes-event-prevent-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/child-nodes-notify-observer-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/component-event-id-map.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/event-emit-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/internal-vega-event-manager.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/jquery-delegated-strategy-controller.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/vega-event-id.test.d.ts +0 -1
- package/dist/types/helpers/event-manager/test/vega-event-manager.test.d.ts +0 -1
- package/dist/types/helpers/feature-control/tests/feature-flag-controller.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-border-radius-style-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-box-display-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-custom-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-display-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-direction-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-flex-wrap-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-format-mediator.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-gap-formatter.ts.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-column-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-justify-items-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-grid-row-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-margin-style-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-padding-style-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-size-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-text-align-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-translocation-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/responsive-map-formatter/responsive-width-and-height-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/state-formatter/state-background-color-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/state-formatter/state-border-color-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/state-formatter/state-border-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/state-formatter/state-format-facade.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/state-formatter/state-shadow-formatter.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/custom-formatter-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/number-mask-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/number-thousand-comma-mask-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/string-mask-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/thousand-comma-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/string-formatter/vega-phone-number-input-strategy.test.d.ts +0 -1
- package/dist/types/helpers/formatter/test/style-formatter.test.d.ts +0 -1
- package/dist/types/helpers/icon/test/icon-manager-controller.test.d.ts +0 -1
- package/dist/types/helpers/icon/test/internal-icon-manager.test.d.ts +0 -1
- package/dist/types/helpers/immutable/test/immutable-array.test.d.ts +0 -1
- package/dist/types/helpers/immutable/test/immutable-map.test.d.ts +0 -1
- package/dist/types/helpers/immutable/test/immutable-set.test.d.ts +0 -1
- package/dist/types/helpers/keyboard/test/keyboard-manager.test.d.ts +0 -1
- package/dist/types/helpers/level-tracker/test/nested-level-tracker.test.d.ts +0 -1
- package/dist/types/helpers/loading-indicator/tests/vega-loader-controller.test.d.ts +0 -1
- package/dist/types/helpers/notify/tests/vega-notify-controller.test.d.ts +0 -1
- package/dist/types/helpers/paginator/test/value-paginator.test.d.ts +0 -1
- package/dist/types/helpers/queue/test/synchronize-task-queue.test.d.ts +0 -1
- package/dist/types/helpers/remote-invocation/remote-invocation-registry.test.d.ts +0 -1
- package/dist/types/helpers/rte-manager/rte.manager.test.d.ts +0 -1
- package/dist/types/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/element-appender/body-positioned-wrapper/test/vega-popover-wrapper.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/element-appender/test/element-appender-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/mutation-observer/test/aria-attributes-value-mapper.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/mutation-observer/test/data-tab-index-value-mapper.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/mutation-observer/test/mutation-observer-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/position-calculation/test/body-position-calculation-strategy.test.d.ts +0 -15
- package/dist/types/helpers/slimmers/position-calculation/test/screen-position-calculation-strategy.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/runtime-metrics/test/public-api-runtime-metrics-slimmer-base.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/sub-state/test/sub-state-observer-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/aria-dialog-focusable-trap-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/auto-run-when-re-render-task-queue-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/brand-switch-state-controller-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/component-global-style-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/component-usage-runtime-metrics.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/dark-mode-state-controller.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/deprecated-property-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/field-error-controller-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/form-field-controller-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/form-field-valid-invoke-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/global/vega-nonce-injector-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/global/vega-translate-observer-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/global/vega-watch-method-cancel-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/keyboard-manager-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/page-resize-observer-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/string-input-formatter-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/slimmers/test/translation-slimmer.test.d.ts +0 -1
- package/dist/types/helpers/theme/tests/theme-manager-controller.test.d.ts +0 -1
- package/dist/types/helpers/touch-helper/test/touch-listener.test.d.ts +0 -1
- package/dist/types/helpers/translation/tests/internal-translation-controller.test.d.ts +0 -1
- package/dist/types/helpers/translation/tests/translation.test.d.ts +0 -1
- package/dist/types/helpers/ui/test/element-appender.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/check-box-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/custom-validation-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/date-range-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/date-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/email-field-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/file-uploader-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/input-phone-number-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/input-range-min-and-max-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/input-range-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/input-select-value-in-source-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/max-number-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/max-string-length-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/min-and-max-date-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/min-number-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/min-string-length-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/public-rules.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/required-field-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/rich-text-editor-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/time-range-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/time-range-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/time-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/toggle-switch-required-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/valid-credit-card-number-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/rules/valid-phone-number-rule.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler-chain.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/validation-rule-handler/form-field-validation-rule-handler.test.d.ts +0 -1
- package/dist/types/helpers/validator/test/validator/form-field-controller.test.d.ts +0 -1
- package/dist/types/helpers/vega-telemetry-helper/test/vega-env-manager.test.d.ts +0 -1
- package/dist/types/helpers/zindex/test/internal-vega-z-index-manager.test.d.ts +0 -1
- package/dist/types/helpers/zindex/test/vega-z-index-manager.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-array-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-axis-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-integration.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-scale-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-selection-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-shape-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-time-format-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/d3-time-polyfill.test.d.ts +0 -1
- package/dist/types/polyfill/d3/test/index.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/as-you-type.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/format-helpers.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/index.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/metadata.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/parse-phone-number.test.d.ts +0 -1
- package/dist/types/polyfill/libphonenumber/test/phone-number.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/css.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/javascript.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/jsx.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/language-registry.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/markup.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/test-utils.d.ts +0 -10
- package/dist/types/polyfill/prism/test/tokenizer.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/tsx.test.d.ts +0 -1
- package/dist/types/polyfill/prism/test/typescript.test.d.ts +0 -1
- package/dist/types/polyfill/shadow-selection/test/shadow-selection-polyfill.test.d.ts +0 -0
- package/dist/types/polyfill/test-polyfill/e2e/retry.d.ts +0 -8
- package/dist/types/polyfill/test-polyfill/unit/create-touch-event.d.ts +0 -11
- package/dist/types/polyfill/test-polyfill/unit/events.d.ts +0 -1
- package/dist/types/polyfill/test-polyfill/unit/index.d.ts +0 -3
- package/dist/types/polyfill/test-polyfill/unit/methods.d.ts +0 -1
- package/dist/types/polyfill/test-polyfill/unit/range.d.ts +0 -7
- package/dist/types/polyfill/test-polyfill/unit/shadow-selection.d.ts +0 -0
- package/dist/types/polyfill/tinycolor/tinycolor-polyfill.test.d.ts +0 -1
- package/dist/types/test-assets/test-icons.d.ts +0 -4
- package/dist/types/types/test/type-guard.test.d.ts +0 -1
- package/dist/types/utils/e2e-utils.d.ts +0 -160
- package/dist/types/utils/sanitize/test/empty-strategy.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/html-sanitizer.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/label-strategy.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/sanitize-strategy.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/sanitize.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/serialize-fragment.test.d.ts +0 -1
- package/dist/types/utils/sanitize/test/style-strategy.test.d.ts +0 -1
- package/dist/types/utils/spec-utils.d.ts +0 -109
- package/dist/types/utils/test/accessibility.test.d.ts +0 -1
- package/dist/types/utils/test/api.test.d.ts +0 -1
- package/dist/types/utils/test/array.test.d.ts +0 -1
- package/dist/types/utils/test/breakpoint.test.d.ts +0 -1
- package/dist/types/utils/test/component.test.d.ts +0 -1
- package/dist/types/utils/test/date.test.d.ts +0 -1
- package/dist/types/utils/test/design-token.test.d.ts +0 -1
- package/dist/types/utils/test/effect.test.d.ts +0 -1
- package/dist/types/utils/test/local-storage.test.d.ts +0 -1
- package/dist/types/utils/test/log.test.d.ts +0 -1
- package/dist/types/utils/test/misc.test.d.ts +0 -1
- package/dist/types/utils/test/number.test.d.ts +0 -1
- package/dist/types/utils/test/object.test.d.ts +0 -1
- package/dist/types/utils/test/pagination.test.d.ts +0 -1
- package/dist/types/utils/test/pixel.test.d.ts +0 -1
- package/dist/types/utils/test/safe-document.test.d.ts +0 -1
- package/dist/types/utils/test/spec-utils.test.d.ts +0 -1
- package/dist/types/utils/test/string.test.d.ts +0 -1
- package/dist/types/utils/test/test-utils.test.d.ts +0 -1
- package/dist/types/utils/test/timer.test.d.ts +0 -1
- package/dist/types/utils/test/ui.test.d.ts +0 -1
- package/dist/types/utils/test-utils.d.ts +0 -61
- package/dist/vega/p-0ac91609.entry.js +0 -1
- package/dist/vega/p-10e9438e.js +0 -1
- package/dist/vega/p-2697b52b.js +0 -1
- package/dist/vega/p-2fd266fa.js +0 -1
- package/dist/vega/p-31945d6c.js +0 -1
- package/dist/vega/p-33475bcf.entry.js +0 -1
- package/dist/vega/p-3a0b3fed.entry.js +0 -1
- package/dist/vega/p-4a9be903.js +0 -1
- package/dist/vega/p-541ae774.entry.js +0 -1
- package/dist/vega/p-603b851c.js +0 -1
- package/dist/vega/p-6d6ea8b4.js +0 -1
- package/dist/vega/p-6db0556d.js +0 -1
- package/dist/vega/p-79df30e3.entry.js +0 -1
- package/dist/vega/p-8f88fb57.js +0 -1
- package/dist/vega/p-a01ef160.entry.js +0 -1
- package/dist/vega/p-c962cf5b.js +0 -1
- package/dist/vega/p-d94d785a.entry.js +0 -1
- package/dist/vega/p-dce9349e.js +0 -1
- package/dist/vega/p-e2268eef.js +0 -1
- package/dist/vega/p-e5da9f66.js +0 -1
- package/dist/vega/p-f7505267.js +0 -1
- package/dist/vega/p-fef22245.js +0 -1
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
import { newE2EPage } from '@stencil/core/testing';
|
|
2
|
-
import * as axe from 'axe-core';
|
|
3
|
-
import { TestIcons } from '../test-assets/test-icons';
|
|
4
|
-
import { getViewportByDeviceType } from './test-utils';
|
|
5
|
-
/**
|
|
6
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
7
|
-
* Clear the input field and type the input
|
|
8
|
-
*
|
|
9
|
-
* @param {E2EElement} inputElement - E2EElement
|
|
10
|
-
* @param {string} [typeInput] - The string that you want to type into the input field.
|
|
11
|
-
*/
|
|
12
|
-
export const inputClearAndType = async (inputElement, typeInput = '') => {
|
|
13
|
-
await inputClear(inputElement);
|
|
14
|
-
await inputElement.type(typeInput);
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
18
|
-
* Click on the input element three times, then press backspace three times
|
|
19
|
-
*
|
|
20
|
-
* @param {E2EElement} inputElement - E2EElement
|
|
21
|
-
*/
|
|
22
|
-
export const inputClear = async (inputElement) => {
|
|
23
|
-
await inputElement.click({ clickCount: 3 });
|
|
24
|
-
await inputElement.press('Backspace');
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* `Disable animations for the page`
|
|
28
|
-
*
|
|
29
|
-
* @param {E2EPage} page - The E2EPage instance to disable animations on.
|
|
30
|
-
*/
|
|
31
|
-
export const disableAnimationForPage = async (page) => {
|
|
32
|
-
await page.addStyleTag({
|
|
33
|
-
content: `
|
|
34
|
-
*,
|
|
35
|
-
*::after,
|
|
36
|
-
*::before {
|
|
37
|
-
transition-delay: 0s !important;
|
|
38
|
-
transition-duration: 0s !important;
|
|
39
|
-
animation-delay: -0.0001s !important;
|
|
40
|
-
animation-duration: 0s !important;
|
|
41
|
-
animation-play-state: paused !important;
|
|
42
|
-
caret-color: transparent !important;
|
|
43
|
-
}`,
|
|
44
|
-
});
|
|
45
|
-
await page.addScriptTag({
|
|
46
|
-
content: `const appendDisableAnimationScript = (el = document) => {
|
|
47
|
-
Array.from(el.querySelectorAll('*'))
|
|
48
|
-
.filter(item => item.tagName.includes('VEGA'))
|
|
49
|
-
.forEach(item => {
|
|
50
|
-
if (item.shadowRoot) {
|
|
51
|
-
const style = document.createElement('style');
|
|
52
|
-
style.innerHTML = \`*,
|
|
53
|
-
*::after,
|
|
54
|
-
*::before {
|
|
55
|
-
transition-delay: 0s !important;
|
|
56
|
-
transition-duration: 0s !important;
|
|
57
|
-
animation-delay: -0.0001s !important;
|
|
58
|
-
animation-duration: 0s !important;
|
|
59
|
-
animation-play-state: paused !important;
|
|
60
|
-
caret-color: transparent !important;
|
|
61
|
-
}\`;
|
|
62
|
-
item.shadowRoot.append(style);
|
|
63
|
-
appendDisableAnimationScript(item.shadowRoot);
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
}
|
|
67
|
-
appendDisableAnimationScript()`,
|
|
68
|
-
});
|
|
69
|
-
};
|
|
70
|
-
/* istanbul ignore next */
|
|
71
|
-
/**
|
|
72
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
73
|
-
* `Set dark mode for the page`
|
|
74
|
-
*
|
|
75
|
-
* @param {E2EPage} page - The E2EPage instance to set dark mode.
|
|
76
|
-
*/
|
|
77
|
-
export const setDarkMode = async (page) => {
|
|
78
|
-
await page.evaluate(() => {
|
|
79
|
-
var _a;
|
|
80
|
-
// eslint-disable-next-line no-restricted-globals
|
|
81
|
-
(_a = document.querySelector('html')) === null || _a === void 0 ? void 0 : _a.setAttribute('style', 'background-color: rgba(4, 4, 28, 1);');
|
|
82
|
-
window['VegaThemeManager'].toggleDarkMode(true);
|
|
83
|
-
});
|
|
84
|
-
await page.waitForChanges();
|
|
85
|
-
};
|
|
86
|
-
/* istanbul ignore next */
|
|
87
|
-
/**
|
|
88
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
89
|
-
* `Set theme override for the page`
|
|
90
|
-
*
|
|
91
|
-
* @param {E2EPage} page - The E2EPage instance to set theme override.
|
|
92
|
-
*/
|
|
93
|
-
export const themeOverride = async (page) => {
|
|
94
|
-
await page.evaluate(() => {
|
|
95
|
-
// eslint-disable-next-line @typescript-eslint/typedef
|
|
96
|
-
const customColors = { actionColor: '#f312e0', sidebarColor: '#0de3df' };
|
|
97
|
-
window['VegaThemeManager'].overrideColors(customColors);
|
|
98
|
-
});
|
|
99
|
-
await page.waitForChanges();
|
|
100
|
-
};
|
|
101
|
-
//add below for resolve evaluation failed issue: https://stackoverflow.com/questions/55272295/using-jest-with-puppeteer-evaluation-failed-referenceerror-cov-4kq3tptqc-is
|
|
102
|
-
/* istanbul ignore next */
|
|
103
|
-
/**
|
|
104
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
105
|
-
* Send a touch event to the element specified by the selector
|
|
106
|
-
*
|
|
107
|
-
* @param {E2EPage} page - E2EPage
|
|
108
|
-
* @param {{ touchX: number; touchY: number; touchEventType: string }[]} touches - An array of objects that represent the
|
|
109
|
-
* touch events.
|
|
110
|
-
* @param {string} selector - string to access document DOM. To access shadow dom, pass string with >>>. For example: vega-progress-tracker >>> vega-carousel >>> .carousel-inner
|
|
111
|
-
*/
|
|
112
|
-
export const sendTouchEvent = async (page, touches, selector = null) => {
|
|
113
|
-
await page.evaluate((touches, selector) => {
|
|
114
|
-
const selectorParts = selector.split('>>>').map((item) => item.trim());
|
|
115
|
-
const hostSelector = selectorParts[0];
|
|
116
|
-
const nestedSelectors = selectorParts.slice(1);
|
|
117
|
-
// eslint-disable-next-line no-restricted-globals
|
|
118
|
-
let element = document.querySelector(hostSelector);
|
|
119
|
-
nestedSelectors.forEach((item) => {
|
|
120
|
-
var _a;
|
|
121
|
-
element = (_a = element === null || element === void 0 ? void 0 : element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(item);
|
|
122
|
-
});
|
|
123
|
-
if (element) {
|
|
124
|
-
for (let i = 0; i < touches.length; i++) {
|
|
125
|
-
const x = touches[i].touchX;
|
|
126
|
-
const y = touches[i].touchY;
|
|
127
|
-
const eventType = touches[i].touchEventType;
|
|
128
|
-
const touchObj = new Touch({
|
|
129
|
-
identifier: Date.now(),
|
|
130
|
-
target: element,
|
|
131
|
-
screenX: x,
|
|
132
|
-
screenY: y,
|
|
133
|
-
radiusX: 2.5,
|
|
134
|
-
radiusY: 2.5,
|
|
135
|
-
rotationAngle: 10,
|
|
136
|
-
force: 0.5,
|
|
137
|
-
});
|
|
138
|
-
const touchEvent = new TouchEvent(eventType, {
|
|
139
|
-
cancelable: true,
|
|
140
|
-
bubbles: true,
|
|
141
|
-
touches: [touchObj],
|
|
142
|
-
targetTouches: [],
|
|
143
|
-
changedTouches: [touchObj],
|
|
144
|
-
shiftKey: true,
|
|
145
|
-
});
|
|
146
|
-
element.dispatchEvent(touchEvent);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}, touches, selector);
|
|
150
|
-
};
|
|
151
|
-
/* istanbul ignore next */
|
|
152
|
-
/**
|
|
153
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
154
|
-
* get axe Results
|
|
155
|
-
*
|
|
156
|
-
* @param {E2EPage} page - E2EPage
|
|
157
|
-
* @param {string} content - string
|
|
158
|
-
*/
|
|
159
|
-
export const getAxeResults = async (page, content) => {
|
|
160
|
-
await page.addScriptTag({
|
|
161
|
-
path: require.resolve('axe-core'),
|
|
162
|
-
});
|
|
163
|
-
const { violations, incomplete } = await page.evaluate((content) => axe.run(content, {
|
|
164
|
-
runOnly: ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'],
|
|
165
|
-
}), content);
|
|
166
|
-
return { violations, incomplete };
|
|
167
|
-
};
|
|
168
|
-
/* istanbul ignore next */
|
|
169
|
-
/**
|
|
170
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
171
|
-
* Rewrite Date to return fixed date
|
|
172
|
-
*
|
|
173
|
-
* @param {E2EPage} page - The E2EPage to mock date.
|
|
174
|
-
* @param {string} date - The date want to mock.
|
|
175
|
-
*/
|
|
176
|
-
export const mockDate = async (page, date) => {
|
|
177
|
-
await page.evaluateOnNewDocument((date) => {
|
|
178
|
-
/**
|
|
179
|
-
* Rewrite DateConstructor
|
|
180
|
-
*/
|
|
181
|
-
// eslint-disable-next-line no-global-assign
|
|
182
|
-
Date = class extends Date {
|
|
183
|
-
/**
|
|
184
|
-
* @param {Date} args - The fixed date want to fixed
|
|
185
|
-
*/
|
|
186
|
-
constructor(...args) {
|
|
187
|
-
if (args && args.length > 0) {
|
|
188
|
-
return super(...args);
|
|
189
|
-
}
|
|
190
|
-
date = date ? date : '2022-05-14';
|
|
191
|
-
return new Date(date);
|
|
192
|
-
}
|
|
193
|
-
};
|
|
194
|
-
}, date);
|
|
195
|
-
};
|
|
196
|
-
/* istanbul ignore next */
|
|
197
|
-
/**
|
|
198
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
199
|
-
* get ScreenshotDiff Results
|
|
200
|
-
*
|
|
201
|
-
* @param {E2EPage} page - E2EPage
|
|
202
|
-
* @param {string} desc - the description about the screenshot
|
|
203
|
-
* @param {string} selector - the element want to screenshot
|
|
204
|
-
*/
|
|
205
|
-
export const getScreenshotDiffResults = async (page, desc, selector) => {
|
|
206
|
-
if (selector) {
|
|
207
|
-
// TODO: Replace with page.find when it support multiple layer shadow dom.
|
|
208
|
-
const boundingBox = await page.evaluate((selector) => {
|
|
209
|
-
const selectorParts = selector.split('>>>').map((item) => item.trim());
|
|
210
|
-
const rootSelector = selectorParts[0];
|
|
211
|
-
const nestedSelectors = selectorParts.slice(1);
|
|
212
|
-
// eslint-disable-next-line no-restricted-globals
|
|
213
|
-
let element = document.body.querySelector(rootSelector);
|
|
214
|
-
nestedSelectors.forEach((item) => {
|
|
215
|
-
var _a;
|
|
216
|
-
element = (_a = element === null || element === void 0 ? void 0 : element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(item);
|
|
217
|
-
});
|
|
218
|
-
if (element) {
|
|
219
|
-
const { x, y, width, height } = element.getBoundingClientRect();
|
|
220
|
-
return { x, y, width, height };
|
|
221
|
-
}
|
|
222
|
-
else {
|
|
223
|
-
throw new Error(`Cannot find element by selector: ${selector}`);
|
|
224
|
-
}
|
|
225
|
-
}, selector);
|
|
226
|
-
return await page.compareScreenshot(desc, {
|
|
227
|
-
clip: boundingBox,
|
|
228
|
-
});
|
|
229
|
-
}
|
|
230
|
-
return await page.compareScreenshot(desc);
|
|
231
|
-
};
|
|
232
|
-
/* istanbul ignore next */
|
|
233
|
-
/**
|
|
234
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
235
|
-
* init page
|
|
236
|
-
*
|
|
237
|
-
* @param {string} content - the element content
|
|
238
|
-
* @param {object} config - option parameters
|
|
239
|
-
* @param {boolean} config.wrapped - set it to true when use visual test to catch the fixed area
|
|
240
|
-
* @param {EventSemanticsConfig} config.eventSemanticsConfig - sets the event semantics configuration for the EventManager
|
|
241
|
-
* @param {string} config.date --sets the date want to mock
|
|
242
|
-
* @param {number} config.timeout --sets the content timeout
|
|
243
|
-
* @param {InjectFeatureFlagsConfig} config.featureFlags -inject feature flags.
|
|
244
|
-
* @param {string} config.timezone -sets the browser timezone (defaults to 'Asia/Shanghai' for consistent behavior across environments).
|
|
245
|
-
* @param {boolean} config.isMobile - whether to set the viewport to a mobile device size (defaults to false).
|
|
246
|
-
* @param {boolean} config.initSuggestionsDropdown - whether to inject the vega-input suggestionsDropdownSource initializer (defaults to true).
|
|
247
|
-
*/
|
|
248
|
-
export const initVegaE2EPage = async (content, config) => {
|
|
249
|
-
var _a, _b, _c, _d;
|
|
250
|
-
const page = await newE2EPage();
|
|
251
|
-
if (config === null || config === void 0 ? void 0 : config.isMobile) {
|
|
252
|
-
await page.setUserAgent('Mobile');
|
|
253
|
-
await page.setViewport(getViewportByDeviceType('mobile'));
|
|
254
|
-
}
|
|
255
|
-
// Set timezone to ensure consistent behavior across different environments
|
|
256
|
-
const timezone = (_a = config === null || config === void 0 ? void 0 : config.timezone) !== null && _a !== void 0 ? _a : 'Asia/Shanghai';
|
|
257
|
-
const pageWithTimezone = page;
|
|
258
|
-
if (typeof pageWithTimezone.emulateTimezone === 'function') {
|
|
259
|
-
await pageWithTimezone.emulateTimezone(timezone);
|
|
260
|
-
}
|
|
261
|
-
await mockDate(page, config === null || config === void 0 ? void 0 : config.date);
|
|
262
|
-
const script = (config === null || config === void 0 ? void 0 : config.eventSemanticsConfig)
|
|
263
|
-
? `<script type='module'>window.VegaEventManager.setSemantics(${JSON.stringify(config.eventSemanticsConfig)})</script>`
|
|
264
|
-
: '';
|
|
265
|
-
const injectTestIcons = `<script type='module'>
|
|
266
|
-
window.VegaIconManager.register(${JSON.stringify(TestIcons)});
|
|
267
|
-
</script>`;
|
|
268
|
-
const injectFeatureFlags = `<script>
|
|
269
|
-
window.VegaEnabledFeatureKeys = ${JSON.stringify(((_b = config === null || config === void 0 ? void 0 : config.featureFlags) === null || _b === void 0 ? void 0 : _b.enabled) || [])};
|
|
270
|
-
window.VegaDisabledFeatureKeys = ${JSON.stringify(((_c = config === null || config === void 0 ? void 0 : config.featureFlags) === null || _c === void 0 ? void 0 : _c.disabled) || [])};
|
|
271
|
-
</script>`;
|
|
272
|
-
const initSuggestionsDropdownScript = `<script>
|
|
273
|
-
// Initialize suggestionsDropdownSource to empty array after component loads
|
|
274
|
-
window.addEventListener('DOMContentLoaded', () => {
|
|
275
|
-
setTimeout(() => {
|
|
276
|
-
const vegaInputs = document.querySelectorAll('vega-input');
|
|
277
|
-
vegaInputs.forEach(input => {
|
|
278
|
-
if (!input.suggestionsDropdownSource) {
|
|
279
|
-
input.suggestionsDropdownSource = [];
|
|
280
|
-
}
|
|
281
|
-
});
|
|
282
|
-
}, 100);
|
|
283
|
-
});
|
|
284
|
-
</script>`;
|
|
285
|
-
const initSuggestionsDropdown = ((_d = config === null || config === void 0 ? void 0 : config.initSuggestionsDropdown) !== null && _d !== void 0 ? _d : true) ? initSuggestionsDropdownScript : '';
|
|
286
|
-
const contentHtml = (config === null || config === void 0 ? void 0 : config.wrapped)
|
|
287
|
-
? `${injectTestIcons}${script}${injectFeatureFlags}${initSuggestionsDropdown}<div style="padding: 10px" id="visual-container">${content}</div>`
|
|
288
|
-
: injectTestIcons + script + injectFeatureFlags + initSuggestionsDropdown + content;
|
|
289
|
-
(config === null || config === void 0 ? void 0 : config.timeout)
|
|
290
|
-
? await page.setContent(contentHtml, { timeout: config.timeout })
|
|
291
|
-
: await page.setContent(contentHtml);
|
|
292
|
-
await page.addStyleTag({ path: './src/test-assets/test-font-base64.css' });
|
|
293
|
-
await disableAnimationForPage(page);
|
|
294
|
-
await page.waitForChanges();
|
|
295
|
-
return page;
|
|
296
|
-
};
|
|
297
|
-
/**
|
|
298
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
299
|
-
* When you want to find all element nested in multiple level shadowRoot
|
|
300
|
-
*
|
|
301
|
-
* @param {E2EPage} page - E2EPage
|
|
302
|
-
* @param {string} selector - the element you want to find
|
|
303
|
-
*/
|
|
304
|
-
export const findAll = async (page, selector) => {
|
|
305
|
-
const element = await page.$$(selector);
|
|
306
|
-
return element;
|
|
307
|
-
};
|
|
308
|
-
/**
|
|
309
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
310
|
-
* When you want to find element nested in multiple level shadowRoot
|
|
311
|
-
*
|
|
312
|
-
* @param {E2EPage} page - E2EPage
|
|
313
|
-
* @param {string} selector - the element you want to find
|
|
314
|
-
*/
|
|
315
|
-
export const find = async (page, selector) => {
|
|
316
|
-
const element = await page.$(selector);
|
|
317
|
-
return element;
|
|
318
|
-
};
|
|
319
|
-
/**
|
|
320
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
321
|
-
* When you want to get element prop nested in multiple level shadowRoot
|
|
322
|
-
*
|
|
323
|
-
* @param {ElementHandle<Element>} handler - The ElementHandle returned by call find method
|
|
324
|
-
* @param {string} prop - the prop you want to get
|
|
325
|
-
*/
|
|
326
|
-
export const getProperty = async (handler, prop) => {
|
|
327
|
-
const value = await (await handler.getProperty(prop)).jsonValue();
|
|
328
|
-
return value;
|
|
329
|
-
};
|
|
330
|
-
/* istanbul ignore next */
|
|
331
|
-
/**
|
|
332
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
333
|
-
* When you want to get element css nested in multiple level shadowRoot
|
|
334
|
-
*
|
|
335
|
-
* @param {E2EPage} page - E2EPage
|
|
336
|
-
* @param {ElementHandle<Element>} handler - The ElementHandle returned by call find method
|
|
337
|
-
*/
|
|
338
|
-
export const getComputedStyle = async (page, handler) => {
|
|
339
|
-
const styles = await page.evaluate((element) => {
|
|
340
|
-
return JSON.parse(JSON.stringify(window.getComputedStyle(element)));
|
|
341
|
-
}, handler);
|
|
342
|
-
return styles;
|
|
343
|
-
};
|
|
344
|
-
/**
|
|
345
|
-
* Inject Font Awesome lib for e2e test
|
|
346
|
-
*
|
|
347
|
-
* @param {E2EPage} page - page host of e2e
|
|
348
|
-
* @returns {Promise<void>} -
|
|
349
|
-
*/
|
|
350
|
-
export const injectE2EFontAwesomeLib = async (page) => {
|
|
351
|
-
await page.addStyleTag({ path: './node_modules/@fortawesome/fontawesome-free/css/fontawesome.css' });
|
|
352
|
-
await page.addStyleTag({ path: './node_modules/@fortawesome/fontawesome-free/css/solid.css' });
|
|
353
|
-
await page.addStyleTag({ path: './src/test-assets/test-fontawesome-solid-font-base64.css' });
|
|
354
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
355
|
-
await new Promise((r) => setTimeout(r, 300)); // Note: Waiting for fontawesome.css loaded by addStyleTag
|
|
356
|
-
};
|
|
357
|
-
/* istanbul ignore next */
|
|
358
|
-
/**
|
|
359
|
-
* NOTE: This method is only for **E2E** test cases.
|
|
360
|
-
* When you want to click an element nested in multiple level shadowRoot but the element is not clickable by normal click method, you can use this method to click the element by clicking the area off center of the element.
|
|
361
|
-
*
|
|
362
|
-
* @param {E2EPage} page - E2EPage
|
|
363
|
-
* @param {string} selector - the element you want to click, it can be a nested selector with >>> to separate each level of shadow DOM, for example: vega-progress-tracker >>> vega-carousel >>> .carousel-inner
|
|
364
|
-
*/
|
|
365
|
-
export const clickOffCenter = async (page, selector) => {
|
|
366
|
-
const box = await page.evaluate((selector) => {
|
|
367
|
-
const selectorParts = selector.split('>>>').map((item) => item.trim());
|
|
368
|
-
const rootSelector = selectorParts[0];
|
|
369
|
-
const nestedSelectors = selectorParts.slice(1);
|
|
370
|
-
// eslint-disable-next-line no-restricted-globals
|
|
371
|
-
let element = document.querySelector(rootSelector);
|
|
372
|
-
nestedSelectors.forEach((item) => {
|
|
373
|
-
var _a;
|
|
374
|
-
element = (_a = element === null || element === void 0 ? void 0 : element.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(item);
|
|
375
|
-
});
|
|
376
|
-
if (element) {
|
|
377
|
-
const rect = element.getBoundingClientRect();
|
|
378
|
-
return {
|
|
379
|
-
x: rect.x,
|
|
380
|
-
y: rect.y,
|
|
381
|
-
};
|
|
382
|
-
}
|
|
383
|
-
return null;
|
|
384
|
-
}, selector);
|
|
385
|
-
if (box) {
|
|
386
|
-
await page.mouse.click(box.x + 1, box.y);
|
|
387
|
-
await page.waitForChanges();
|
|
388
|
-
}
|
|
389
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HtmlSanitizer } from '../core/html-sanitizer';
|
|
2
|
-
import { EmptySanitizeStrategy } from '../strategies/empty-sanitize-strategy';
|
|
3
|
-
describe('EmptySanitizeStrategy', () => {
|
|
4
|
-
const sanitizer = new HtmlSanitizer();
|
|
5
|
-
const strategy = new EmptySanitizeStrategy();
|
|
6
|
-
it('should always return empty string', () => {
|
|
7
|
-
const inputs = ['Hello', '<b>Bold</b>', '<script>alert(1)</script>', '', ' '];
|
|
8
|
-
inputs.forEach((input) => {
|
|
9
|
-
expect(sanitizer.sanitize(input, strategy)).toBe('');
|
|
10
|
-
});
|
|
11
|
-
});
|
|
12
|
-
});
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { tryGetDocument } from '../../try-get-document';
|
|
2
|
-
import { HtmlSanitizer } from '../core/html-sanitizer';
|
|
3
|
-
import { labelSanitizeStrategy, styleSanitizeStrategy, emptySanitizeStrategy } from '../index';
|
|
4
|
-
describe('HtmlSanitizer', () => {
|
|
5
|
-
const sanitizer = new HtmlSanitizer();
|
|
6
|
-
it('should return empty string for empty input', () => {
|
|
7
|
-
expect(sanitizer.sanitize('', labelSanitizeStrategy)).toBe('');
|
|
8
|
-
expect(sanitizer.sanitize(' ', labelSanitizeStrategy)).toBe('');
|
|
9
|
-
});
|
|
10
|
-
it('should sanitize label content correctly', () => {
|
|
11
|
-
const input = '<b>Bold</b> <i>Italic</i> <script>alert(1)</script>';
|
|
12
|
-
const result = sanitizer.sanitize(input, labelSanitizeStrategy);
|
|
13
|
-
expect(result).toBe('<b>Bold</b> <i>Italic</i> alert(1)');
|
|
14
|
-
});
|
|
15
|
-
it('should preserve text if no tags exist', () => {
|
|
16
|
-
const input = 'Hello world';
|
|
17
|
-
const result = sanitizer.sanitize(input, labelSanitizeStrategy);
|
|
18
|
-
expect(result).toBe('Hello world');
|
|
19
|
-
});
|
|
20
|
-
it('should unwrap disallowed elements', () => {
|
|
21
|
-
const input = '<div><span>Text</span></div>';
|
|
22
|
-
const result = sanitizer.sanitize(input, labelSanitizeStrategy);
|
|
23
|
-
expect(result).toBe('Text');
|
|
24
|
-
});
|
|
25
|
-
it('should remove unsupported node types (comment nodes)', () => {
|
|
26
|
-
const input = '<!-- comment -->Visible';
|
|
27
|
-
const result = sanitizer.sanitize(input, labelSanitizeStrategy);
|
|
28
|
-
expect(result).toBe('Visible');
|
|
29
|
-
});
|
|
30
|
-
it('should preserve safe CSS text in style strategy', () => {
|
|
31
|
-
const css = 'body { color: red; }';
|
|
32
|
-
const result = sanitizer.sanitize(css, styleSanitizeStrategy);
|
|
33
|
-
expect(result).toBe(css);
|
|
34
|
-
});
|
|
35
|
-
it('should remove dangerous CSS in style strategy', () => {
|
|
36
|
-
const css = 'body { background: url(javascript:alert(1)) }';
|
|
37
|
-
const result = sanitizer.sanitize(css, styleSanitizeStrategy);
|
|
38
|
-
expect(result).toBe('');
|
|
39
|
-
});
|
|
40
|
-
it('should always return empty string for empty strategy', () => {
|
|
41
|
-
const input = '<b>Bold</b> <i>Italic</i>';
|
|
42
|
-
const result = sanitizer.sanitize(input, emptySanitizeStrategy);
|
|
43
|
-
expect(result).toBe('');
|
|
44
|
-
});
|
|
45
|
-
it('sanitizeHtmlLabel should not return empty string if document is available', () => {
|
|
46
|
-
expect(typeof document).toBe('object');
|
|
47
|
-
expect(tryGetDocument()).toBe(document);
|
|
48
|
-
expect(sanitizer.sanitize('<b>Some</b> text', labelSanitizeStrategy)).toEqual('<b>Some</b> text');
|
|
49
|
-
});
|
|
50
|
-
it('sanitizeHtmlLabel should return empty string if document is not available', () => {
|
|
51
|
-
const originalDocument = globalThis.document;
|
|
52
|
-
delete globalThis.document;
|
|
53
|
-
expect(tryGetDocument()).toBeUndefined();
|
|
54
|
-
expect(sanitizer.sanitize('<b>Some</b> text', labelSanitizeStrategy)).toEqual('');
|
|
55
|
-
globalThis.document = originalDocument;
|
|
56
|
-
});
|
|
57
|
-
});
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { HtmlSanitizer } from '../core/html-sanitizer';
|
|
2
|
-
import { LabelSanitizeStrategy } from '../strategies/label-sanitize-strategy';
|
|
3
|
-
describe('LabelSanitizeStrategy', () => {
|
|
4
|
-
const sanitizer = new HtmlSanitizer();
|
|
5
|
-
const strategy = new LabelSanitizeStrategy();
|
|
6
|
-
it('should allow <b>, <i>, <strong>, <em>', () => {
|
|
7
|
-
const input = '<b>Bold</b><i>Italic</i><strong>Strong</strong><em>Em</em>';
|
|
8
|
-
const result = sanitizer.sanitize(input, strategy);
|
|
9
|
-
expect(result).toBe(input);
|
|
10
|
-
});
|
|
11
|
-
it('should unwrap disallowed tags but preserve text', () => {
|
|
12
|
-
const input = '<span>Span</span><div>Div</div>';
|
|
13
|
-
const result = sanitizer.sanitize(input, strategy);
|
|
14
|
-
expect(result).toBe('SpanDiv');
|
|
15
|
-
});
|
|
16
|
-
it('should strip attributes even on allowed tags', () => {
|
|
17
|
-
const input = '<b style="color:red">Bold</b>';
|
|
18
|
-
const result = sanitizer.sanitize(input, strategy);
|
|
19
|
-
expect(result).toBe('<b>Bold</b>');
|
|
20
|
-
});
|
|
21
|
-
it('should preserve plain text nodes', () => {
|
|
22
|
-
const input = 'Just some text';
|
|
23
|
-
const result = sanitizer.sanitize(input, strategy);
|
|
24
|
-
expect(result).toBe('Just some text');
|
|
25
|
-
});
|
|
26
|
-
it('should handle mixed allowed and disallowed tags', () => {
|
|
27
|
-
const input = '<b>Bold</b> <script>alert(1)</script>';
|
|
28
|
-
const result = sanitizer.sanitize(input, strategy);
|
|
29
|
-
expect(result).toBe('<b>Bold</b> alert(1)');
|
|
30
|
-
});
|
|
31
|
-
test('sanitizeHtmlLabel should return textContent if no HTML elements exist', () => {
|
|
32
|
-
expect(sanitizer.sanitize('>hello', strategy)).toEqual('>hello');
|
|
33
|
-
expect(sanitizer.sanitize('Me > You', strategy)).toEqual('Me > You');
|
|
34
|
-
expect(sanitizer.sanitize('Me <b>></b> You', strategy)).toEqual('Me <b>></b> You');
|
|
35
|
-
});
|
|
36
|
-
test('serializeFragment should return innerHTML when HTML elements exist', () => {
|
|
37
|
-
const result = sanitizer.sanitize('<b>Bold</b>', strategy);
|
|
38
|
-
expect(result).toBe('<b>Bold</b>');
|
|
39
|
-
});
|
|
40
|
-
test('serializeFragment falls back to empty string when textContent is null', () => {
|
|
41
|
-
const originalCreateElement = document.createElement;
|
|
42
|
-
jest.spyOn(document, 'createElement').mockImplementation((tagName) => {
|
|
43
|
-
const el = originalCreateElement.call(document, tagName);
|
|
44
|
-
if (tagName === 'div') {
|
|
45
|
-
Object.defineProperty(el, 'textContent', {
|
|
46
|
-
get: () => null,
|
|
47
|
-
configurable: true,
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
return el;
|
|
51
|
-
});
|
|
52
|
-
const result = sanitizer.sanitize('plain text', strategy);
|
|
53
|
-
expect(result).toBe('');
|
|
54
|
-
document.createElement.mockRestore();
|
|
55
|
-
});
|
|
56
|
-
});
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { SanitizeStrategy } from '../core/sanitize-strategy';
|
|
2
|
-
describe('SanitizeStrategy (base)', () => {
|
|
3
|
-
/**
|
|
4
|
-
* Concrete implementation for testing base class behavior.
|
|
5
|
-
* Allows only <b> tags.
|
|
6
|
-
*/
|
|
7
|
-
class TestStrategy extends SanitizeStrategy {
|
|
8
|
-
constructor() {
|
|
9
|
-
super(...arguments);
|
|
10
|
-
this.allowedTags = new Set(['B']);
|
|
11
|
-
this.allowedAttributes = new Map([
|
|
12
|
-
['B', new Set(['class', 'id'])],
|
|
13
|
-
]);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
class NoTextStrategy extends SanitizeStrategy {
|
|
17
|
-
constructor() {
|
|
18
|
-
super(...arguments);
|
|
19
|
-
this.allowedTags = new Set();
|
|
20
|
-
this.preserveTextContent = false;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
let strategy;
|
|
24
|
-
let doc;
|
|
25
|
-
beforeEach(() => {
|
|
26
|
-
strategy = new TestStrategy();
|
|
27
|
-
doc = document;
|
|
28
|
-
});
|
|
29
|
-
it('should preserve text nodes', () => {
|
|
30
|
-
const textNode = doc.createTextNode('Hello');
|
|
31
|
-
const result = strategy.execute(textNode, doc);
|
|
32
|
-
expect(result).not.toBeNull();
|
|
33
|
-
expect(result === null || result === void 0 ? void 0 : result.textContent).toBe('Hello');
|
|
34
|
-
});
|
|
35
|
-
it('should allow allowed tags', () => {
|
|
36
|
-
const element = doc.createElement('b');
|
|
37
|
-
element.textContent = 'Bold';
|
|
38
|
-
const result = strategy.execute(element, doc);
|
|
39
|
-
expect(result).not.toBeNull();
|
|
40
|
-
expect(result.tagName).toBe('B');
|
|
41
|
-
expect(result === null || result === void 0 ? void 0 : result.textContent).toBe('Bold');
|
|
42
|
-
});
|
|
43
|
-
it('should unwrap disallowed tags but preserve children', () => {
|
|
44
|
-
const div = doc.createElement('div');
|
|
45
|
-
const span = doc.createElement('span');
|
|
46
|
-
span.textContent = 'Inner';
|
|
47
|
-
div.appendChild(span);
|
|
48
|
-
const result = strategy.execute(div, doc);
|
|
49
|
-
expect(result).not.toBeNull();
|
|
50
|
-
expect(result === null || result === void 0 ? void 0 : result.textContent).toBe('Inner');
|
|
51
|
-
});
|
|
52
|
-
it('should return null for unsupported node types (base implementation)', () => {
|
|
53
|
-
const comment = doc.createComment('test');
|
|
54
|
-
const result = strategy.execute(comment, doc);
|
|
55
|
-
expect(result).toBeNull();
|
|
56
|
-
});
|
|
57
|
-
it('should preserve only allowed attributes', () => {
|
|
58
|
-
const element = doc.createElement('b');
|
|
59
|
-
element.setAttribute('class', 'allowed');
|
|
60
|
-
element.setAttribute('id', 'also-allowed');
|
|
61
|
-
element.setAttribute('style', 'color:red'); // disallowed attribute
|
|
62
|
-
const result = strategy.execute(element, doc);
|
|
63
|
-
expect(result).not.toBeNull();
|
|
64
|
-
const cleanElement = result;
|
|
65
|
-
expect(cleanElement.getAttribute('class')).toBe('allowed');
|
|
66
|
-
expect(cleanElement.getAttribute('id')).toBe('also-allowed');
|
|
67
|
-
expect(cleanElement.hasAttribute('style')).toBe(false);
|
|
68
|
-
});
|
|
69
|
-
it('should fallback to empty string when textContent is null', () => {
|
|
70
|
-
const textNode = doc.createTextNode('test');
|
|
71
|
-
Object.defineProperty(textNode, 'textContent', {
|
|
72
|
-
value: null,
|
|
73
|
-
configurable: true,
|
|
74
|
-
});
|
|
75
|
-
const result = strategy.execute(textNode, doc);
|
|
76
|
-
expect(result).not.toBeNull();
|
|
77
|
-
expect(result === null || result === void 0 ? void 0 : result.textContent).toBe('');
|
|
78
|
-
});
|
|
79
|
-
it('should return null when preserveTextContent is false', () => {
|
|
80
|
-
const noTextStrategy = new NoTextStrategy();
|
|
81
|
-
const textNode = doc.createTextNode('Hidden');
|
|
82
|
-
const result = noTextStrategy.execute(textNode, doc);
|
|
83
|
-
expect(result).toBeNull();
|
|
84
|
-
});
|
|
85
|
-
});
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { HtmlSanitizer, SanitizeStrategy, LabelSanitizeStrategy, StyleSanitizeStrategy, EmptySanitizeStrategy, htmlSanitizer, labelSanitizeStrategy, styleSanitizeStrategy, emptySanitizeStrategy, } from '../index';
|
|
2
|
-
describe('utils/sanitize/index.ts exports', () => {
|
|
3
|
-
it('should export HtmlSanitizer class and instance', () => {
|
|
4
|
-
expect(typeof HtmlSanitizer).toBe('function');
|
|
5
|
-
expect(htmlSanitizer).toBeInstanceOf(HtmlSanitizer);
|
|
6
|
-
});
|
|
7
|
-
it('should export SanitizeStrategy class', () => {
|
|
8
|
-
expect(typeof SanitizeStrategy).toBe('function');
|
|
9
|
-
});
|
|
10
|
-
it('should export LabelSanitizeStrategy class and instance', () => {
|
|
11
|
-
expect(typeof LabelSanitizeStrategy).toBe('function');
|
|
12
|
-
expect(labelSanitizeStrategy).toBeInstanceOf(LabelSanitizeStrategy);
|
|
13
|
-
});
|
|
14
|
-
it('should export StyleSanitizeStrategy class and instance', () => {
|
|
15
|
-
expect(typeof StyleSanitizeStrategy).toBe('function');
|
|
16
|
-
expect(styleSanitizeStrategy).toBeInstanceOf(StyleSanitizeStrategy);
|
|
17
|
-
});
|
|
18
|
-
it('should export EmptySanitizeStrategy class and instance', () => {
|
|
19
|
-
expect(typeof EmptySanitizeStrategy).toBe('function');
|
|
20
|
-
expect(emptySanitizeStrategy).toBeInstanceOf(EmptySanitizeStrategy);
|
|
21
|
-
});
|
|
22
|
-
});
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { serializeFragment } from '../utils/serialize-fragment';
|
|
2
|
-
describe('serializeFragment', () => {
|
|
3
|
-
it('should return textContent when there are no element children', () => {
|
|
4
|
-
const doc = document;
|
|
5
|
-
const fragment = doc.createDocumentFragment();
|
|
6
|
-
fragment.appendChild(doc.createTextNode('Hello World'));
|
|
7
|
-
const result = serializeFragment(fragment, doc);
|
|
8
|
-
expect(result).toBe('Hello World');
|
|
9
|
-
});
|
|
10
|
-
it('should return innerHTML when element children exist', () => {
|
|
11
|
-
const doc = document;
|
|
12
|
-
const fragment = doc.createDocumentFragment();
|
|
13
|
-
const div = doc.createElement('div');
|
|
14
|
-
div.textContent = 'Inside';
|
|
15
|
-
fragment.appendChild(div);
|
|
16
|
-
const result = serializeFragment(fragment, doc);
|
|
17
|
-
expect(result).toBe('<div>Inside</div>');
|
|
18
|
-
});
|
|
19
|
-
it('should return empty string when textContent is null', () => {
|
|
20
|
-
const doc = document;
|
|
21
|
-
const fragment = doc.createDocumentFragment();
|
|
22
|
-
const result = serializeFragment(fragment, doc);
|
|
23
|
-
expect(result).toBe('');
|
|
24
|
-
});
|
|
25
|
-
});
|