@heartlandone/vega 2.79.0 → 2.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/app-globals-25e1bfac.js +430 -0
- package/dist/cjs/aria-dialog-focusable-trap-slimmer-ced9566d.js +217 -0
- package/dist/cjs/child-nodes-notify-observer-slimmer-2631c381.js +90 -0
- package/dist/cjs/code-block-24b3d0e7.js +5262 -0
- package/dist/cjs/component-value-history-controller-slimmer.abstract-bd662b32.js +714 -0
- package/dist/cjs/content-state-0f26036c.js +4962 -0
- package/dist/cjs/date-required-rule-4377217a.js +92 -0
- package/dist/cjs/design-token-40276b11.js +402 -0
- package/dist/cjs/dom-node-subject-observer-factory-9110cb94.js +141 -0
- package/dist/cjs/element-appender-slimmer-be1b4d57.js +1974 -0
- package/dist/cjs/event-emit-slimmer-bee6b676.js +267 -0
- package/dist/cjs/form-field-controller-slimmer-982dbfe4.js +1266 -0
- package/dist/cjs/image-annotation-action-e0df5a20.js +285 -0
- package/dist/cjs/index.cjs.js +16 -15
- package/dist/cjs/inject-keyboard-manager-12b65e98.js +37 -0
- package/dist/cjs/keyboard-manager-c89a66d3.js +148 -0
- package/dist/cjs/keyboard-manager-slimmer-93fcbf46.js +39 -0
- package/dist/cjs/loader.cjs.js +11 -11
- package/dist/cjs/month-view-generator-0d25e950.js +101 -0
- package/dist/cjs/page-size-option-utils-d038dd3a.js +68 -0
- package/dist/cjs/public-rules-652ec269.js +46 -0
- package/dist/cjs/range-cdd61881.js +178 -0
- package/dist/cjs/responsive-format-facade-9cae7f27.js +944 -0
- package/dist/cjs/rich-text-editor-required-rule-4b919054.js +64 -0
- package/dist/cjs/split-cell-operation-3596f738.js +2446 -0
- package/dist/cjs/string-format-strategy.abstract-ebdb2573.js +63 -0
- package/dist/cjs/string-input-formatter-slimmer-9b6a8399.js +230 -0
- package/dist/cjs/string-mask-strategy-6cc9f391.js +203 -0
- package/dist/cjs/style-formatter-18289c4d.js +34 -0
- package/dist/cjs/sub-state-notify-slimmer-39bfcfe3.js +81 -0
- package/dist/cjs/sub-state-observer-slimmer-e5b50cbf.js +134 -0
- package/dist/cjs/time-required-rule-3517beff.js +141 -0
- package/dist/cjs/token-extension-addc97c1.js +7612 -0
- package/dist/cjs/type-guard-362d7da3.js +2056 -0
- package/dist/cjs/ui-ae4ee13d.js +352 -0
- package/dist/cjs/valid-credit-card-number-rule-1d8bf49c.js +173 -0
- 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 +5 -4
- package/dist/cjs/vega-box.cjs.entry.js +5 -5
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +27 -10
- 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 +5 -5
- 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 +7 -7
- 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 +343 -285
- package/dist/cjs/vega-dialog_2.cjs.entry.js +74 -10
- package/dist/cjs/vega-divider.cjs.entry.js +5 -5
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +52 -14
- 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 +6 -6
- 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 +41 -28
- package/dist/cjs/vega-internal-event-id-a1837fa2.js +126 -0
- package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +118 -13
- 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 +24 -8
- package/dist/cjs/vega-pagination.cjs.entry.js +44 -20
- package/dist/cjs/vega-popover_2.cjs.entry.js +48 -12
- package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +43 -12
- package/dist/cjs/vega-radio_2.cjs.entry.js +10 -10
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +101 -20
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +30 -19
- package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +9 -9
- package/dist/cjs/vega-section-title.cjs.entry.js +21 -3
- 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 +7 -7
- 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 +11 -11
- package/dist/cjs/wait-for-component-did-render-b6d12d51.js +32 -0
- package/dist/collection/components/vega-banner/slimmers/renderers/vega-banner-renderer.js +1 -0
- package/dist/collection/components/vega-banner/vega-banner.css +36 -0
- package/dist/collection/components/vega-box/vega-box.js +1 -1
- package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.js +9 -6
- package/dist/collection/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-renderer.js +4 -0
- package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.css +6 -0
- package/dist/collection/components/vega-breadcrumb/vega-breadcrumb.js +31 -0
- 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-card/vega-card.css +157 -0
- package/dist/collection/components/vega-card/vega-card.js +1 -1
- package/dist/collection/components/vega-chip/vega-chip.js +26 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-current-period-controller.js +5 -10
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-is-dual-months-controller.js +64 -0
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-header-render.js +3 -6
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.js +3 -11
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-year-month-switcher-renderer.js +2 -2
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +9 -10
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +13 -15
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +41 -2
- package/dist/collection/components/vega-dialog/vega-dialog.js +1 -1
- package/dist/collection/components/vega-divider/slimmers/controllers/vega-divider-size-controller.js +1 -1
- package/dist/collection/components/vega-divider/vega-divider.css +157 -0
- package/dist/collection/components/vega-divider/vega-divider.js +1 -1
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.js +37 -1
- package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-renderer.js +4 -1
- package/dist/collection/components/vega-flex/vega-flex.css +157 -0
- package/dist/collection/components/vega-flex/vega-flex.js +1 -1
- package/dist/collection/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.js +13 -12
- package/dist/collection/components/vega-input/slimmers/renderers/vega-input-input-renderer.js +4 -1
- package/dist/collection/components/vega-input/vega-input.js +26 -1
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +37 -1
- package/dist/collection/components/vega-modal/slimmers/renderers/vega-modal-renderer.js +11 -1
- package/dist/collection/components/vega-modal/vega-modal.css +2683 -7
- package/dist/collection/components/vega-modal/vega-modal.js +75 -0
- package/dist/collection/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-open-state-controller.js +85 -2
- package/dist/collection/components/vega-nav/vega-left-nav/vega-left-nav.js +23 -0
- package/dist/collection/components/vega-pagination/constants/page-size.js +2 -0
- package/dist/collection/components/vega-pagination/internal/vega-pagination-page-size-selector.js +11 -7
- package/dist/collection/components/vega-pagination/slimmers/controllers/vega-pagination-page-size-observer-controller.js +11 -1
- package/dist/collection/components/vega-pagination/utils/page-size-option-utils.js +57 -0
- package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-dropdown-renderer.js +15 -5
- package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/vega-pagination-page-size-selector-mobile.js +39 -3
- package/dist/collection/components/vega-pagination/vega-pagination.js +32 -11
- 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-progress-tracker/slimmers/controllers/vega-progress-tracker-current-direction-controller.js +34 -3
- package/dist/collection/components/vega-progress-tracker/slimmers/renderers/vega-progress-tracker-renderer.js +3 -2
- package/dist/collection/components/vega-rich-text-editor/constants/constant.js +20 -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 +12 -1
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/inline-html-annotation.js +12 -0
- 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 +20 -3
- 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/blocks/block.abstract.js +15 -4
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/code-block.js +6 -2
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/html-block.js +9 -15
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/image-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +3 -7
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/text-block.js +50 -9
- package/dist/collection/components/vega-rich-text-editor/dto/content-state.js +25 -6
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-block-filter-styles-strategy.js +39 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-node-filter-styles-strategy.js +47 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy-registry.js +64 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.js +166 -2
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +39 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +36 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-heading-item-block-filter-styles-strategy.js +29 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.js +51 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-title-item-block-filter-styles-strategy.js +29 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/predicate.js +94 -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-block/heading-filter-styles-strategy.js +15 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/paragraph-filter-styles-strategy.js +48 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/title-filter-styles-strategy.js +16 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.js +55 -0
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +69 -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/filter-styles-strategies/text-node/title-heading-node-filter-styles-strategy.js +108 -0
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/code-block-node.js +7 -2
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/image-node.js +2 -2
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/node.abstract.js +15 -4
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +84 -14
- package/dist/collection/components/vega-rich-text-editor/dto/renderers/blocks/block-text-nodes-renderer.abstract.js +61 -6
- package/dist/collection/components/vega-rich-text-editor/dto/renderers/blocks/text-block-renderer.js +16 -0
- package/dist/collection/components/vega-rich-text-editor/dto/renderers/nodes/text-node-renderer.js +14 -3
- package/dist/collection/components/vega-rich-text-editor/dto/setup.js +50 -2
- package/dist/collection/components/vega-rich-text-editor/extensions/extension.abstract.js +10 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/languages/language-extension.js +9 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.js +17 -1
- package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.js +17 -18
- package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.js +19 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-body-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.js +21 -4
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-row-block.js +3 -3
- package/dist/collection/components/vega-rich-text-editor/extensions/table/element-to-dto-strategies/caption-to-caption-block-strategy.js +2 -1
- package/dist/collection/components/vega-rich-text-editor/extensions/table/element-to-dto-strategies/td-to-table-cell-block-strategy.js +2 -2
- package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-block/table-block-filter-styles-strategy.js +39 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-caption/table-caption-filter-styles-strategy.js +39 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-cell/table-cell-filter-styles-strategy.js +63 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/table/table-extension.js +7 -0
- package/dist/collection/components/vega-rich-text-editor/helpers/utils.js +24 -0
- package/dist/collection/components/vega-rich-text-editor/public-api.js +2 -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/custom-style-annotation-handler.js +2 -25
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.js +47 -3
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/inline-html-annotation-handler.js +30 -53
- 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/link-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 +4 -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/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/continue-inline-to-rte-text-block-strategy.js +85 -17
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/element-to-dto-strategy-processor.js +12 -5
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/html-block-strategy.js +95 -43
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/inline-element-to-text-node-strategy.js +1 -2
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/predicate.js +29 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/strategy-tags.js +142 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/source-edit-toolbar-button-slimmer.js +1 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/vega-rich-text-editor-source-view-renderer.js +12 -2
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +1 -1
- package/dist/collection/components/vega-section-title/slimmers/renderers/vega-section-title-renderer.js +8 -2
- package/dist/collection/components/vega-section-title/vega-section-title.css +35 -0
- package/dist/collection/components/vega-section-title/vega-section-title.js +64 -0
- package/dist/collection/components/vega-stepper/vega-stepper.css +3 -0
- 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/responsive-map-formatter/responsive-margin-formatter.js +3 -3
- 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 +67 -68
- package/dist/collection/types/type-guard.js +21 -0
- package/dist/collection/utils/ui.js +76 -2
- package/dist/esm/app-globals-80a7d395.js +428 -0
- package/dist/esm/aria-dialog-focusable-trap-slimmer-cc6a8c3e.js +215 -0
- package/dist/esm/child-nodes-notify-observer-slimmer-a8cb19cf.js +88 -0
- package/dist/esm/code-block-cd913077.js +5189 -0
- package/dist/esm/component-value-history-controller-slimmer.abstract-e595761d.js +709 -0
- package/dist/esm/content-state-89f8eecb.js +4942 -0
- package/dist/esm/date-required-rule-2b08f32c.js +90 -0
- package/dist/esm/design-token-7566d54c.js +388 -0
- package/dist/esm/dom-node-subject-observer-factory-aca0116e.js +138 -0
- package/dist/esm/element-appender-slimmer-df2a2da2.js +1972 -0
- package/dist/esm/event-emit-slimmer-9abc9241.js +265 -0
- package/dist/esm/form-field-controller-slimmer-40fcb5c2.js +1264 -0
- package/dist/esm/image-annotation-action-6048d32e.js +280 -0
- package/dist/esm/index.js +15 -15
- package/dist/esm/inject-keyboard-manager-c6557f50.js +35 -0
- package/dist/esm/keyboard-manager-c7b125d7.js +146 -0
- package/dist/esm/keyboard-manager-slimmer-6109039b.js +37 -0
- package/dist/esm/loader.js +11 -11
- package/dist/esm/month-view-generator-139ace5a.js +97 -0
- package/dist/esm/page-size-option-utils-50afc81a.js +61 -0
- package/dist/esm/public-rules-e42bce9d.js +31 -0
- package/dist/esm/range-b76edec7.js +176 -0
- package/dist/esm/responsive-format-facade-151dbd10.js +940 -0
- package/dist/esm/rich-text-editor-required-rule-1fc7c040.js +62 -0
- package/dist/esm/split-cell-operation-548ea374.js +2395 -0
- package/dist/esm/string-format-strategy.abstract-6488031a.js +61 -0
- package/dist/esm/string-input-formatter-slimmer-625e17a2.js +228 -0
- package/dist/esm/string-mask-strategy-a165d316.js +201 -0
- package/dist/esm/style-formatter-280757ae.js +32 -0
- package/dist/esm/sub-state-notify-slimmer-6c972bb4.js +79 -0
- package/dist/esm/sub-state-observer-slimmer-53643b5c.js +132 -0
- package/dist/esm/time-required-rule-3f5a8822.js +138 -0
- package/dist/esm/token-extension-5ee7a3f1.js +7591 -0
- package/dist/esm/type-guard-f6c9c89d.js +1979 -0
- package/dist/esm/ui-b7600a48.js +335 -0
- package/dist/esm/valid-credit-card-number-rule-3bf19ad6.js +171 -0
- 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 +5 -4
- package/dist/esm/vega-box.entry.js +5 -5
- package/dist/esm/vega-breadcrumb.entry.js +27 -10
- 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 +5 -5
- 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 +7 -7
- 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 +343 -285
- package/dist/esm/vega-dialog_2.entry.js +74 -10
- package/dist/esm/vega-divider.entry.js +5 -5
- package/dist/esm/vega-dropdown_5.entry.js +53 -15
- 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 +6 -6
- 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 +41 -28
- package/dist/esm/vega-internal-event-id-70bd893d.js +73 -0
- package/dist/esm/vega-item-toggle.entry.js +3 -3
- package/dist/esm/vega-left-nav_5.entry.js +118 -13
- 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 +24 -8
- package/dist/esm/vega-pagination.entry.js +44 -20
- package/dist/esm/vega-popover_2.entry.js +48 -12
- package/dist/esm/vega-progress-tracker_2.entry.js +43 -12
- package/dist/esm/vega-radio_2.entry.js +10 -10
- package/dist/esm/vega-rich-text-content.entry.js +101 -20
- package/dist/esm/vega-rich-text-editor_4.entry.js +30 -19
- package/dist/esm/vega-rich-text-table-properties_3.entry.js +9 -9
- package/dist/esm/vega-section-title.entry.js +21 -3
- 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 +7 -7
- 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 +11 -11
- package/dist/esm/wait-for-component-did-render-6980a1a6.js +30 -0
- package/dist/sri/vega-sri-manifest.json +343 -339
- package/dist/types/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-item-renderer.d.ts +1 -0
- package/dist/types/components/vega-breadcrumb/slimmers/renderers/vega-breadcrumb-renderer.d.ts +1 -0
- package/dist/types/components/vega-breadcrumb/vega-breadcrumb.d.ts +10 -0
- 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-chip/vega-chip.d.ts +9 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-current-period-controller.d.ts +1 -6
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/controllers/vega-date-picker-calendar-is-dual-months-controller.d.ts +28 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-header-render.d.ts +1 -2
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-renderer.d.ts +1 -2
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-calendar-year-month-switcher-renderer.d.ts +1 -1
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.d.ts +1 -1
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +12 -0
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-appender-controller.d.ts +12 -0
- package/dist/types/components/vega-dropdown/slimmers/renderers/vega-dropdown-renderer.d.ts +1 -0
- package/dist/types/components/vega-input/slimmers/controllers/vega-input-mask-config-controller.d.ts +1 -0
- package/dist/types/components/vega-input/slimmers/renderers/vega-input-input-renderer.d.ts +1 -0
- package/dist/types/components/vega-input/types.d.ts +35 -1
- package/dist/types/components/vega-input/vega-input.d.ts +17 -1
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.d.ts +9 -0
- package/dist/types/components/vega-modal/slimmers/renderers/vega-modal-renderer.d.ts +3 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +24 -1
- package/dist/types/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-open-state-controller.d.ts +17 -0
- package/dist/types/components/vega-pagination/constants/page-size.d.ts +2 -0
- package/dist/types/components/vega-pagination/internal/vega-pagination-page-size-selector.d.ts +3 -2
- package/dist/types/components/vega-pagination/slimmers/controllers/vega-pagination-page-size-observer-controller.d.ts +2 -0
- package/dist/types/components/vega-pagination/types.d.ts +9 -0
- package/dist/types/components/vega-pagination/utils/page-size-option-utils.d.ts +42 -0
- package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-dropdown-renderer.d.ts +2 -0
- package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/vega-pagination-page-size-selector-mobile.d.ts +9 -2
- package/dist/types/components/vega-pagination/vega-pagination.d.ts +8 -3
- package/dist/types/components/vega-popover/slimmers/controllers/vega-popover-appender-controller.d.ts +6 -0
- package/dist/types/components/vega-progress-tracker/slimmers/controllers/vega-progress-tracker-current-direction-controller.d.ts +14 -2
- package/dist/types/components/vega-progress-tracker/slimmers/renderers/vega-progress-tracker-renderer.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/constants/constant.d.ts +5 -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 +7 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/inline-html-annotation.d.ts +14 -0
- package/dist/types/components/vega-rich-text-editor/dto/annotations/link-group-annotation.d.ts +15 -2
- 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/blocks/block.abstract.d.ts +4 -2
- package/dist/types/components/vega-rich-text-editor/dto/blocks/code-block.d.ts +2 -2
- package/dist/types/components/vega-rich-text-editor/dto/blocks/html-block.d.ts +1 -11
- package/dist/types/components/vega-rich-text-editor/dto/blocks/image-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/dto/blocks/text-block.d.ts +15 -2
- package/dist/types/components/vega-rich-text-editor/dto/content-state.d.ts +9 -3
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-block-filter-styles-strategy.d.ts +27 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/code-block/code-node-filter-styles-strategy.d.ts +27 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy-registry.d.ts +27 -1
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/filter-styles-strategy.abstract.d.ts +104 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +28 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +23 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-heading-item-block-filter-styles-strategy.d.ts +19 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-item-block-filter-styles-strategy.d.ts +34 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-title-item-block-filter-styles-strategy.d.ts +19 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/predicate.d.ts +72 -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-block/heading-filter-styles-strategy.d.ts +10 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/paragraph-filter-styles-strategy.d.ts +34 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-block/title-filter-styles-strategy.d.ts +11 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/code-filter-styles-strategy.d.ts +40 -0
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +37 -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/dto/filter-styles-strategies/text-node/title-heading-node-filter-styles-strategy.d.ts +62 -0
- package/dist/types/components/vega-rich-text-editor/dto/nodes/code-block-node.d.ts +7 -3
- package/dist/types/components/vega-rich-text-editor/dto/nodes/image-node.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/dto/nodes/node.abstract.d.ts +5 -3
- package/dist/types/components/vega-rich-text-editor/dto/nodes/text-node.d.ts +43 -4
- package/dist/types/components/vega-rich-text-editor/dto/renderers/blocks/block-text-nodes-renderer.abstract.d.ts +25 -0
- package/dist/types/components/vega-rich-text-editor/dto/renderers/blocks/text-block-renderer.d.ts +5 -0
- package/dist/types/components/vega-rich-text-editor/dto/renderers/nodes/text-node-renderer.d.ts +12 -0
- package/dist/types/components/vega-rich-text-editor/extensions/extension.abstract.d.ts +8 -0
- package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.d.ts +8 -0
- package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.d.ts +7 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.d.ts +9 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-body-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.d.ts +5 -2
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-row-block.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-block/table-block-filter-styles-strategy.d.ts +29 -0
- package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-caption/table-caption-filter-styles-strategy.d.ts +29 -0
- package/dist/types/components/vega-rich-text-editor/extensions/table/filter-styles-strategies/table-cell/table-cell-filter-styles-strategy.d.ts +46 -0
- package/dist/types/components/vega-rich-text-editor/helpers/utils.d.ts +8 -0
- package/dist/types/components/vega-rich-text-editor/interface.d.ts +27 -5
- package/dist/types/components/vega-rich-text-editor/public-api.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/custom-style-annotation-handler.d.ts +0 -7
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/html-element-to-annotation-generator.d.ts +11 -1
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/annotation-handler/inline-html-annotation-handler.d.ts +11 -1
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/continue-inline-to-rte-text-block-strategy.d.ts +43 -7
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/element-to-dto-strategy-processor.d.ts +8 -3
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/html-block-strategy.d.ts +34 -1
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/predicate.d.ts +21 -0
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/strategy-tags.d.ts +83 -0
- package/dist/types/components/vega-rich-text-editor/slimmers/renderers/vega-rich-text-editor-source-view-renderer.d.ts +6 -0
- package/dist/types/components/vega-section-title/slimmers/renderers/vega-section-title-renderer.d.ts +2 -0
- package/dist/types/components/vega-section-title/types.d.ts +1 -0
- package/dist/types/components/vega-section-title/vega-section-title.d.ts +14 -0
- package/dist/types/components.d.ts +93 -8
- 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 +20 -9
- package/dist/types/types/components.type.d.ts +3 -0
- package/dist/types/types/type-guard.d.ts +15 -1
- package/dist/types/types/ui.type.d.ts +11 -1
- package/dist/types/utils/ui.d.ts +17 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-001d36af.js +1 -0
- package/dist/vega/p-01541820.entry.js +1 -0
- package/dist/vega/p-0304c3a7.js +1 -0
- package/dist/vega/p-08f03a52.entry.js +1 -0
- package/dist/vega/p-0a145766.entry.js +1 -0
- package/dist/vega/p-0d205fbf.js +1 -0
- package/dist/vega/p-0fc2ccc4.entry.js +1 -0
- package/dist/vega/p-118aeed1.entry.js +1 -0
- package/dist/vega/p-1a4e8d8a.js +1 -0
- package/dist/vega/p-23dc4064.entry.js +1 -0
- package/dist/vega/p-24b45c85.js +1 -0
- package/dist/vega/p-262a27d0.js +1 -0
- package/dist/vega/p-27dc6562.entry.js +1 -0
- package/dist/vega/p-295326ca.entry.js +1 -0
- package/dist/vega/p-2beace1c.entry.js +1 -0
- package/dist/vega/p-2ce2972f.js +1 -0
- package/dist/vega/p-2e7d5e28.entry.js +1 -0
- package/dist/vega/p-2f99c511.js +1 -0
- package/dist/vega/p-32592497.entry.js +1 -0
- package/dist/vega/p-33860e54.js +1 -0
- package/dist/vega/p-37a9f4b4.entry.js +1 -0
- package/dist/vega/p-4013d954.entry.js +1 -0
- package/dist/vega/p-42da45e3.entry.js +1 -0
- package/dist/vega/p-42e246e4.entry.js +1 -0
- package/dist/vega/p-479a169c.entry.js +1 -0
- package/dist/vega/p-47a2eec1.entry.js +1 -0
- package/dist/vega/p-49ae8c79.js +1 -0
- package/dist/vega/p-4ed416e7.js +1 -0
- package/dist/vega/p-53ba1adb.entry.js +1 -0
- package/dist/vega/p-55019e55.entry.js +1 -0
- package/dist/vega/p-565aac6e.entry.js +1 -0
- package/dist/vega/p-574586c9.entry.js +1 -0
- package/dist/vega/p-5781b9f4.entry.js +1 -0
- package/dist/vega/p-57827342.entry.js +1 -0
- package/dist/vega/p-59c6f795.js +1 -0
- package/dist/vega/p-5a8be21c.entry.js +1 -0
- package/dist/vega/p-5baff397.js +1 -0
- package/dist/vega/p-5e9f6fb6.entry.js +1 -0
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/p-5f95a2fa.js +1 -0
- package/dist/vega/p-6216c30e.js +1 -0
- package/dist/vega/p-62e80151.entry.js +1 -0
- package/dist/vega/p-63d73fa0.entry.js +1 -0
- package/dist/vega/p-64e22fe5.js +1 -0
- package/dist/vega/p-679b1f00.entry.js +1 -0
- package/dist/vega/p-6e70d3cc.js +1 -0
- package/dist/vega/p-757bfca2.entry.js +1 -0
- package/dist/vega/p-76063dcb.js +1 -0
- package/dist/vega/p-76daa632.entry.js +1 -0
- package/dist/vega/p-77c6f14a.entry.js +1 -0
- package/dist/vega/p-7ac9e8ff.entry.js +1 -0
- package/dist/vega/p-83863463.js +1 -0
- package/dist/vega/p-88e6618d.js +1 -0
- package/dist/vega/p-90a0b9f3.entry.js +1 -0
- package/dist/vega/p-9324dd2c.entry.js +1 -0
- package/dist/vega/p-98c44c03.js +1 -0
- package/dist/vega/p-9aa1c66a.entry.js +1 -0
- package/dist/vega/p-9b01a28a.entry.js +1 -0
- package/dist/vega/p-9b14ac66.entry.js +1 -0
- package/dist/vega/p-9dcecdd3.js +1 -0
- package/dist/vega/p-a1d51bc2.js +1 -0
- package/dist/vega/p-ab4b06c9.entry.js +1 -0
- package/dist/vega/p-ac43be09.entry.js +1 -0
- package/dist/vega/p-add63fe0.entry.js +1 -0
- package/dist/vega/p-ae0f03c1.js +1 -0
- package/dist/vega/p-b525c800.entry.js +1 -0
- package/dist/vega/p-be651266.entry.js +1 -0
- package/dist/vega/p-c0d45f77.entry.js +1 -0
- package/dist/vega/p-c2e7992b.js +1 -0
- package/dist/vega/p-c56aa01c.entry.js +1 -0
- package/dist/vega/p-cc3c661c.entry.js +1 -0
- package/dist/vega/p-cda09e99.entry.js +1 -0
- package/dist/vega/p-d0ac7af8.js +1 -0
- package/dist/vega/p-d289a6af.js +3 -0
- package/dist/vega/p-d29e8972.entry.js +1 -0
- package/dist/vega/p-d47aa28f.js +1 -0
- package/dist/vega/p-d90eee9a.entry.js +1 -0
- package/dist/vega/p-da742a7f.entry.js +1 -0
- package/dist/vega/p-dc6e7a77.js +1 -0
- package/dist/vega/p-dcf8f58f.entry.js +1 -0
- package/dist/vega/p-dff66a67.entry.js +1 -0
- package/dist/vega/p-e1117034.entry.js +1 -0
- package/dist/vega/p-e223e0dc.entry.js +1 -0
- package/dist/vega/p-e22e5aa1.js +1 -0
- package/dist/vega/p-e753fac2.entry.js +1 -0
- package/dist/vega/p-e7a4b760.entry.js +1 -0
- package/dist/vega/p-e8fc8495.entry.js +1 -0
- package/dist/vega/p-ea2b5dbb.js +1 -0
- package/dist/vega/p-eccabba7.entry.js +1 -0
- package/dist/vega/p-f0d605e9.entry.js +1 -0
- package/dist/vega/p-f28a6074.js +1 -0
- package/dist/vega/p-f2c65579.entry.js +1 -0
- package/dist/vega/p-f2cef51a.js +1 -0
- package/dist/vega/p-f40d479d.entry.js +1 -0
- package/dist/vega/p-f5013494.entry.js +1 -0
- package/dist/vega/p-f509b439.js +1 -0
- package/dist/vega/p-f5d3ce94.js +1 -0
- package/dist/vega/p-f69e2801.entry.js +1 -0
- package/dist/vega/p-fa654762.entry.js +1 -0
- package/dist/vega/p-fbc5a7f6.entry.js +1 -0
- package/dist/vega/p-fd5ddc55.js +1 -0
- package/dist/vega/p-ff47aeee.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +3 -2
- package/dist/cjs/app-globals-e9fdfbf9.js +0 -430
- package/dist/cjs/aria-dialog-focusable-trap-slimmer-6faafc3e.js +0 -218
- package/dist/cjs/child-nodes-notify-observer-slimmer-06c78f97.js +0 -90
- package/dist/cjs/code-block-847534e3.js +0 -4453
- package/dist/cjs/component-value-history-controller-slimmer.abstract-d7f9812a.js +0 -714
- package/dist/cjs/content-state-99be18a3.js +0 -4076
- package/dist/cjs/date-required-rule-3823d506.js +0 -92
- package/dist/cjs/design-token-b497bb6e.js +0 -402
- package/dist/cjs/dom-node-subject-observer-factory-f7ed3bdc.js +0 -141
- package/dist/cjs/element-appender-slimmer-eba4f3a2.js +0 -1974
- package/dist/cjs/event-emit-slimmer-83f8e2bd.js +0 -267
- package/dist/cjs/form-field-controller-slimmer-93ca7239.js +0 -1266
- package/dist/cjs/image-annotation-action-9d6af380.js +0 -285
- package/dist/cjs/inject-keyboard-manager-23d07d87.js +0 -37
- package/dist/cjs/keyboard-manager-3923e29b.js +0 -140
- package/dist/cjs/keyboard-manager-slimmer-f602725d.js +0 -39
- package/dist/cjs/month-view-generator-aa8e8e74.js +0 -102
- package/dist/cjs/public-rules-1dbda124.js +0 -46
- package/dist/cjs/range-60fb9dd2.js +0 -178
- package/dist/cjs/responsive-format-facade-a32cdb67.js +0 -944
- package/dist/cjs/rich-text-editor-required-rule-b4aab68d.js +0 -64
- package/dist/cjs/split-cell-operation-190d4a87.js +0 -2411
- package/dist/cjs/string-format-strategy.abstract-730088ee.js +0 -60
- package/dist/cjs/string-input-formatter-slimmer-9d6df58b.js +0 -230
- package/dist/cjs/string-mask-strategy-b69e3b9e.js +0 -172
- package/dist/cjs/style-formatter-9d8a4ad2.js +0 -34
- package/dist/cjs/sub-state-notify-slimmer-c80b9d21.js +0 -81
- package/dist/cjs/sub-state-observer-slimmer-15740c97.js +0 -134
- package/dist/cjs/time-required-rule-6524b650.js +0 -141
- package/dist/cjs/token-extension-b7c4ea17.js +0 -7438
- package/dist/cjs/type-guard-2a46bca5.js +0 -2022
- package/dist/cjs/ui-b3db0122.js +0 -277
- package/dist/cjs/valid-credit-card-number-rule-8eb02ea7.js +0 -173
- package/dist/cjs/vega-internal-event-id-67bb91c1.js +0 -124
- package/dist/cjs/wait-for-component-did-render-9e41b39e.js +0 -32
- 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/esm/app-globals-776ccaa3.js +0 -428
- package/dist/esm/aria-dialog-focusable-trap-slimmer-cc98a7a4.js +0 -216
- package/dist/esm/child-nodes-notify-observer-slimmer-c7297b9f.js +0 -88
- package/dist/esm/code-block-58d1dbe5.js +0 -4395
- package/dist/esm/component-value-history-controller-slimmer.abstract-5beb8acb.js +0 -709
- package/dist/esm/content-state-dad1fd71.js +0 -4056
- package/dist/esm/date-required-rule-4c40a4eb.js +0 -90
- package/dist/esm/design-token-9c4eb6b1.js +0 -388
- package/dist/esm/dom-node-subject-observer-factory-94b2e2c3.js +0 -138
- package/dist/esm/element-appender-slimmer-fde815dc.js +0 -1972
- package/dist/esm/event-emit-slimmer-b236945b.js +0 -265
- package/dist/esm/form-field-controller-slimmer-00fa3678.js +0 -1264
- package/dist/esm/image-annotation-action-1ec7b461.js +0 -280
- package/dist/esm/inject-keyboard-manager-784b1364.js +0 -35
- package/dist/esm/keyboard-manager-e020039f.js +0 -138
- package/dist/esm/keyboard-manager-slimmer-4722d20c.js +0 -37
- package/dist/esm/month-view-generator-6fe1f491.js +0 -98
- package/dist/esm/public-rules-1626fb0d.js +0 -31
- package/dist/esm/range-4f9bf69d.js +0 -176
- package/dist/esm/responsive-format-facade-e8534e59.js +0 -940
- package/dist/esm/rich-text-editor-required-rule-c391aeb6.js +0 -62
- package/dist/esm/split-cell-operation-55cd9fae.js +0 -2360
- package/dist/esm/string-format-strategy.abstract-8c48e515.js +0 -58
- package/dist/esm/string-input-formatter-slimmer-519480ce.js +0 -228
- package/dist/esm/string-mask-strategy-8070817e.js +0 -170
- package/dist/esm/style-formatter-7afd0680.js +0 -32
- package/dist/esm/sub-state-notify-slimmer-54531808.js +0 -79
- package/dist/esm/sub-state-observer-slimmer-b3a773c5.js +0 -132
- package/dist/esm/time-required-rule-2569e5ad.js +0 -138
- package/dist/esm/token-extension-612575cb.js +0 -7417
- package/dist/esm/type-guard-c20cbbff.js +0 -1948
- package/dist/esm/ui-ac244bf0.js +0 -261
- package/dist/esm/valid-credit-card-number-rule-b9c3c2f8.js +0 -171
- package/dist/esm/vega-internal-event-id-8002b179.js +0 -72
- package/dist/esm/wait-for-component-did-render-1e62d6f7.js +0 -30
- 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-02bab5ea.entry.js +0 -1
- package/dist/vega/p-02fec68b.entry.js +0 -1
- package/dist/vega/p-04f9b0d4.entry.js +0 -1
- package/dist/vega/p-076c6445.entry.js +0 -1
- package/dist/vega/p-085d45c9.js +0 -1
- package/dist/vega/p-0ac91609.entry.js +0 -1
- package/dist/vega/p-10e9438e.js +0 -1
- package/dist/vega/p-14dfdba3.entry.js +0 -1
- package/dist/vega/p-1665d4b8.entry.js +0 -1
- package/dist/vega/p-1784724a.entry.js +0 -1
- package/dist/vega/p-18378017.entry.js +0 -1
- package/dist/vega/p-19adff1f.entry.js +0 -1
- package/dist/vega/p-20981b17.entry.js +0 -1
- package/dist/vega/p-2697b52b.js +0 -1
- package/dist/vega/p-28c8ffb4.js +0 -1
- package/dist/vega/p-28ed34b3.entry.js +0 -1
- package/dist/vega/p-2bbbdf87.entry.js +0 -1
- package/dist/vega/p-2fd266fa.js +0 -1
- package/dist/vega/p-31945d6c.js +0 -1
- package/dist/vega/p-32a0eed4.entry.js +0 -1
- package/dist/vega/p-33475bcf.entry.js +0 -1
- package/dist/vega/p-33cacbd6.entry.js +0 -1
- package/dist/vega/p-3a0b3fed.entry.js +0 -1
- package/dist/vega/p-405ab757.js +0 -1
- package/dist/vega/p-4068e7de.js +0 -1
- package/dist/vega/p-408a1baa.entry.js +0 -1
- package/dist/vega/p-439c7c13.entry.js +0 -1
- package/dist/vega/p-441fd2b3.entry.js +0 -1
- package/dist/vega/p-46c7763f.entry.js +0 -1
- package/dist/vega/p-4a9be903.js +0 -1
- package/dist/vega/p-4e15958f.js +0 -1
- package/dist/vega/p-4e76a84d.entry.js +0 -1
- package/dist/vega/p-4ea3cf5f.entry.js +0 -1
- package/dist/vega/p-5395faac.entry.js +0 -1
- package/dist/vega/p-541ae774.entry.js +0 -1
- package/dist/vega/p-558a707e.entry.js +0 -1
- package/dist/vega/p-561e9097.entry.js +0 -1
- package/dist/vega/p-5b90bbfe.js +0 -1
- package/dist/vega/p-5d397ee0.entry.js +0 -1
- package/dist/vega/p-5dfd36d3.entry.js +0 -1
- package/dist/vega/p-603b851c.js +0 -1
- package/dist/vega/p-615bc3de.entry.js +0 -1
- package/dist/vega/p-6554a801.js +0 -1
- package/dist/vega/p-667d5b80.entry.js +0 -1
- package/dist/vega/p-679a4046.entry.js +0 -1
- package/dist/vega/p-6b19d33a.entry.js +0 -1
- package/dist/vega/p-6d6ea8b4.js +0 -1
- package/dist/vega/p-6db0556d.js +0 -1
- package/dist/vega/p-6e05fc55.js +0 -1
- package/dist/vega/p-6e13e2fc.js +0 -1
- package/dist/vega/p-71720290.entry.js +0 -1
- package/dist/vega/p-76f2e0f5.js +0 -1
- package/dist/vega/p-79df30e3.entry.js +0 -1
- package/dist/vega/p-7f68abf7.js +0 -1
- package/dist/vega/p-814c37be.entry.js +0 -1
- package/dist/vega/p-820906b8.entry.js +0 -1
- package/dist/vega/p-833b79ad.entry.js +0 -1
- package/dist/vega/p-8b891f36.entry.js +0 -1
- package/dist/vega/p-8cd70b3b.js +0 -1
- package/dist/vega/p-8f88fb57.js +0 -1
- package/dist/vega/p-905cf163.entry.js +0 -1
- package/dist/vega/p-916ef5dd.entry.js +0 -1
- package/dist/vega/p-937d5317.entry.js +0 -1
- package/dist/vega/p-972c594b.entry.js +0 -1
- package/dist/vega/p-9e6e76b2.entry.js +0 -1
- package/dist/vega/p-a01ef160.entry.js +0 -1
- package/dist/vega/p-a02f77c7.js +0 -1
- package/dist/vega/p-a0a39ec3.js +0 -1
- package/dist/vega/p-a2161e9d.js +0 -1
- package/dist/vega/p-a5543b6a.entry.js +0 -1
- package/dist/vega/p-a6ad6515.entry.js +0 -1
- package/dist/vega/p-a6fb81c5.js +0 -1
- package/dist/vega/p-ace7aa6c.entry.js +0 -1
- package/dist/vega/p-b15a2d4b.js +0 -1
- package/dist/vega/p-b4d72eff.entry.js +0 -1
- package/dist/vega/p-b589cafd.entry.js +0 -1
- package/dist/vega/p-b67672ae.entry.js +0 -1
- package/dist/vega/p-b7dd3ef2.entry.js +0 -1
- package/dist/vega/p-b91aff06.entry.js +0 -1
- package/dist/vega/p-bc142c5c.entry.js +0 -1
- package/dist/vega/p-c58c3e7e.entry.js +0 -1
- package/dist/vega/p-c962cf5b.js +0 -1
- package/dist/vega/p-cb0324e7.entry.js +0 -1
- package/dist/vega/p-d5a8bb62.entry.js +0 -1
- package/dist/vega/p-d6875e49.js +0 -1
- package/dist/vega/p-d862195c.entry.js +0 -1
- package/dist/vega/p-d94d785a.entry.js +0 -1
- package/dist/vega/p-db29681a.entry.js +0 -1
- package/dist/vega/p-dba91c23.entry.js +0 -1
- package/dist/vega/p-dccda3d1.js +0 -1
- package/dist/vega/p-dce9349e.js +0 -1
- package/dist/vega/p-dd4c3d9b.entry.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-fadeb5a2.entry.js +0 -1
- package/dist/vega/p-fb92092b.entry.js +0 -1
- package/dist/vega/p-fc3d6d9d.js +0 -1
- package/dist/vega/p-fc93b467.entry.js +0 -1
- package/dist/vega/p-fef22245.js +0 -1
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
import { VegaRTEAnnotations } from '../../interface';
|
|
1
2
|
import { Nullable } from '../../../../types/general';
|
|
3
|
+
import { RTEFilterInlineStylesResult } from '../../interface';
|
|
4
|
+
import { RTEBlock } from '../blocks/block.abstract';
|
|
5
|
+
import { RTENode } from '../nodes/node.abstract';
|
|
2
6
|
export declare type RTEFilterStyles = Record<string, string>;
|
|
3
7
|
/**
|
|
4
8
|
* Abstract strategy class for filtering default styles in the rich text editor.
|
|
@@ -9,11 +13,80 @@ export declare type RTEFilterStyles = Record<string, string>;
|
|
|
9
13
|
* 2. Annotation parsing strategies – strip redundant defaults when converting HTML → DTO.
|
|
10
14
|
*/
|
|
11
15
|
export declare abstract class RTEFilterStylesStrategy {
|
|
16
|
+
/**
|
|
17
|
+
* Used for generate the style text, all styles should inside the content container.
|
|
18
|
+
* For example, if the style text is .v-rte-title {font-size: 24px;} the final generated style text should be .vega-rte-content .v-rte-title {font-size: 24px;} to make sure the styles are only applied to the elements inside the content container.
|
|
19
|
+
*/
|
|
20
|
+
static RTE_CONTENT_CONTAINER_CLASS_NAME: string;
|
|
21
|
+
/**
|
|
22
|
+
* The class name to be added to the element if the styles are successfully filtered. This should be defined in the concrete implementation of the strategy if needed.
|
|
23
|
+
* After the class name is added to the element, it will be removed in the next refill process to avoid redundant class names.
|
|
24
|
+
* The class name will only be added when the styles are successfully extracted, which means the expected styles are present in the full styles object and have been deleted from it.
|
|
25
|
+
*/
|
|
26
|
+
protected classNameToBeAdded: string;
|
|
12
27
|
/**
|
|
13
28
|
* The styles that the strategy is responsible for filtering.
|
|
14
29
|
* Must be defined in each concrete implementation.
|
|
15
30
|
*/
|
|
16
31
|
protected abstract stylesToBeFiltered: RTEFilterStyles;
|
|
32
|
+
/**
|
|
33
|
+
* Removes matched default styles from the `customStyle` property of the given annotations object.
|
|
34
|
+
* If all custom styles are defaults, the `customStyle` key is deleted entirely.
|
|
35
|
+
*
|
|
36
|
+
* @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
|
|
37
|
+
* @returns {VegaRTEAnnotations} The same annotations reference.
|
|
38
|
+
*/
|
|
39
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
40
|
+
/**
|
|
41
|
+
* Filters and deletes the matched styles from the full styles object, add the corresponding class name if necessary, and returns the result.
|
|
42
|
+
*
|
|
43
|
+
* @param {RTEFilterStyles} fullStyles - The full set of styles to filter.
|
|
44
|
+
* @param {string[]} classNames - The class names to consider.
|
|
45
|
+
* @returns {RTEFilterInlineStylesResult} The filtered styles and class names.
|
|
46
|
+
*/
|
|
47
|
+
filterAndDeleteStyles(fullStyles: Nullable<RTEFilterStyles>, classNames: Nullable<string[]>): RTEFilterInlineStylesResult;
|
|
48
|
+
/**
|
|
49
|
+
* Refills the external styles for a given HTML element based on a matched external style rule.
|
|
50
|
+
*
|
|
51
|
+
* @param {HTMLElement} element - The HTML element to apply the styles to. The element's existing styles will be merged with the matched rule's styles, and the matched class name will be removed from the element.
|
|
52
|
+
*/
|
|
53
|
+
refillStyles(element: HTMLElement): void;
|
|
54
|
+
/**
|
|
55
|
+
* Determines if the strategy can filter the given block or node instance.
|
|
56
|
+
* Return false by default, concrete strategies should override this method to specify the filtering logic based on the block or node instance's properties, such as its type or annotations.
|
|
57
|
+
*
|
|
58
|
+
* @param {RTEBlock | RTENode} _blockOrNodeInstance - The block or node instance to check.
|
|
59
|
+
* @returns {boolean} True if the strategy can filter the instance, false otherwise.
|
|
60
|
+
*/
|
|
61
|
+
canFilter(_blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Determines if the strategy can refill styles for the given block or node class name and element.
|
|
64
|
+
* Return false by default to avoid unnecessary refill attempts, concrete strategies should override this method to specify the refilling logic based on the class name and element properties, such as the presence of certain attributes or existing styles.
|
|
65
|
+
*
|
|
66
|
+
* @param {string} _blockOrNodeClassName - The class name of the block or node.
|
|
67
|
+
* @param {HTMLElement} _element - The HTML element to apply the styles to.
|
|
68
|
+
* @returns {boolean} True if the strategy can refill styles, false otherwise.
|
|
69
|
+
*/
|
|
70
|
+
canRefill(_blockOrNodeClassName: string, _element: HTMLElement): boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Generates the CSS text to be applied to the element based on the strategy's styles to filter. This method should be implemented in the concrete strategy class to return the appropriate CSS text for the styles it handles.
|
|
73
|
+
* Return an empty string by default to avoid applying any styles when the method is not implemented in a concrete strategy.
|
|
74
|
+
*
|
|
75
|
+
* @returns {string} The CSS text to be applied to the element.
|
|
76
|
+
*/
|
|
77
|
+
toCssText(): string;
|
|
78
|
+
/**
|
|
79
|
+
* Whether this strategy should always filter, regardless of `autoMatchFormat`.
|
|
80
|
+
* Override to `true` when the filtered styles are always emitted as inline
|
|
81
|
+
* styles by the DTO (e.g. image `vertical-align`), so stripping them from
|
|
82
|
+
* `customStyle` is always safe.
|
|
83
|
+
*
|
|
84
|
+
* Defaults to `false` – the strategy only runs when `autoMatchFormat` is enabled.
|
|
85
|
+
* Used before invoke the filterAnnotations method.
|
|
86
|
+
*
|
|
87
|
+
* @returns {boolean} Whether filtering should always apply.
|
|
88
|
+
*/
|
|
89
|
+
get alwaysFilter(): boolean;
|
|
17
90
|
/**
|
|
18
91
|
* Removes configured default style properties from the target styles object.
|
|
19
92
|
* Only properties whose value matches the configured default exactly are deleted.
|
|
@@ -22,4 +95,35 @@ export declare abstract class RTEFilterStylesStrategy {
|
|
|
22
95
|
* @returns {boolean} `true` if at least one style was extracted.
|
|
23
96
|
*/
|
|
24
97
|
protected extractAndDeleteMatchedStyles(styles: Nullable<RTEFilterStyles>): boolean;
|
|
98
|
+
/**
|
|
99
|
+
* Converts the styles map to a CSS text string.
|
|
100
|
+
*
|
|
101
|
+
* @param {string} tagName The HTML tag name.
|
|
102
|
+
* @param {string} [className] The optional class name.
|
|
103
|
+
* @returns {string} The CSS text string.
|
|
104
|
+
*/
|
|
105
|
+
protected buildCssTextForStyles(tagName: string, className?: string): string;
|
|
106
|
+
/**
|
|
107
|
+
* Converts the styles map to a CSS text string.
|
|
108
|
+
*
|
|
109
|
+
* @param {RTEFilterStyles} [styles] The styles to convert. If not provided, the strategy's stylesToBeFiltered will be used.
|
|
110
|
+
* @returns {string} The CSS text string.
|
|
111
|
+
*/
|
|
112
|
+
protected convertStylesMapToCssText(styles?: RTEFilterStyles): string;
|
|
113
|
+
/**
|
|
114
|
+
* Check if the styles of the block or node instance match the default paragraph styles.
|
|
115
|
+
*
|
|
116
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance - The block or node instance to check.
|
|
117
|
+
* @param {string[]} [checkedKeys] - Optional array of style keys to check. If not provided, all keys in stylesToBeFiltered will be checked.
|
|
118
|
+
* @returns {boolean} - True if the styles match the default paragraph styles, false otherwise.
|
|
119
|
+
*/
|
|
120
|
+
protected isBlockOrNodeStylesMatchFilterStyles(blockOrNodeInstance: RTEBlock | RTENode, checkedKeys?: string[]): boolean;
|
|
121
|
+
/**
|
|
122
|
+
* Checks if the given itemStyles match the default paragraph styles.
|
|
123
|
+
*
|
|
124
|
+
* @param {RTEFilterStyles} itemStyles - The styles to check against the default paragraph styles.
|
|
125
|
+
* @param {string[]} [checkedKeys] - Optional array of style keys to check. If not provided, all keys in stylesToBeFiltered will be checked.
|
|
126
|
+
* @returns {boolean} - True if the itemStyles match the default paragraph styles, false otherwise.
|
|
127
|
+
*/
|
|
128
|
+
protected isMatchFilterStyles(itemStyles: RTEFilterStyles, checkedKeys?: string[]): boolean;
|
|
25
129
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { RTEBlock } from '../../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../../nodes/node.abstract';
|
|
3
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
4
|
+
/**
|
|
5
|
+
* Filter styles strategy for image node, which defines the styles to be filtered and the conditions for filtering and refilling styles for image nodes.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ImageFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
8
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
9
|
+
protected elementTagName: string;
|
|
10
|
+
/**
|
|
11
|
+
* Used for the filterAnnotations method.
|
|
12
|
+
*
|
|
13
|
+
* @returns {boolean} Always `true` — image defaults are emitted as inline styles.
|
|
14
|
+
*/
|
|
15
|
+
get alwaysFilter(): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* @inheritDoc
|
|
18
|
+
*/
|
|
19
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
20
|
+
/**
|
|
21
|
+
* @inheritDoc
|
|
22
|
+
*/
|
|
23
|
+
canRefill(_blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @inheritDoc
|
|
26
|
+
*/
|
|
27
|
+
toCssText(): string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { RTEBlock } from '../../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../../nodes/node.abstract';
|
|
3
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
4
|
+
/**
|
|
5
|
+
* Filters the default ListAnnotation styles (paddingLeft, marginLeft) from
|
|
6
|
+
* customStyle when parsing an RTEListBlock.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ListBlockFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
9
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
10
|
+
protected elementTagName: string;
|
|
11
|
+
/**
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
toCssText(): string;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { RTEBlock } from '../../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../../nodes/node.abstract';
|
|
3
|
+
import { HeadingFilterStylesStrategy } from '../text-block/heading-filter-styles-strategy';
|
|
4
|
+
/**
|
|
5
|
+
* Filters the default heading styles from customStyle when parsing an RTEListItemBlock that is supposed to be a heading.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ListHeadingItemBlockFilterStylesStrategy extends HeadingFilterStylesStrategy {
|
|
8
|
+
constructor(level: 1 | 2 | 3 | 4 | 5 | 6);
|
|
9
|
+
/**
|
|
10
|
+
* Check the important font-size and line-height for list item block are default styles, and the block is a list item block.
|
|
11
|
+
*
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
19
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { RTEBlock } from '../../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../../nodes/node.abstract';
|
|
3
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
4
|
+
/**
|
|
5
|
+
* Filters the default paragraph styles from customStyle when parsing an
|
|
6
|
+
* RTEListItemBlock. List-item blocks implicitly use paragraph styling,
|
|
7
|
+
* so these inline defaults are redundant and should not be persisted.
|
|
8
|
+
*/
|
|
9
|
+
export declare class ListItemBlockFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
10
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
11
|
+
protected elementTagName: string;
|
|
12
|
+
private headingOrTitleClassNamePattern;
|
|
13
|
+
/**
|
|
14
|
+
* Check the important font-size for list item block are default styles, and the block is a list item block.
|
|
15
|
+
*
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
23
|
+
/**
|
|
24
|
+
* @inheritDoc
|
|
25
|
+
*/
|
|
26
|
+
toCssText(): string;
|
|
27
|
+
/**
|
|
28
|
+
* Check the list item element does not have heading or title class names.
|
|
29
|
+
*
|
|
30
|
+
* @param {HTMLElement} element - The list item element to check.
|
|
31
|
+
* @returns {boolean} - True if the element does not have heading or title class names, false otherwise.
|
|
32
|
+
*/
|
|
33
|
+
private isElementNotHeadingOrTitle;
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { RTEBlock } from '../../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../../nodes/node.abstract';
|
|
3
|
+
import { TitleFilterStylesStrategy } from '../text-block/title-filter-styles-strategy';
|
|
4
|
+
/**
|
|
5
|
+
* Filters the default title/subtitle styles from customStyle when parsing an RTEListItemBlock that is supposed to be a title/subtitle.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ListTitleItemBlockFilterStylesStrategy extends TitleFilterStylesStrategy {
|
|
8
|
+
constructor(type: 'title' | 'subtitle');
|
|
9
|
+
/**
|
|
10
|
+
* Check the important font-size and line-height for list item block are default styles, and the block is a list item block.
|
|
11
|
+
*
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
19
|
+
}
|
package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/predicate.d.ts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { RTEBlock } from '../blocks/block.abstract';
|
|
2
|
+
import { RTENode } from '../nodes/node.abstract';
|
|
3
|
+
/**
|
|
4
|
+
* Predicate class provides static methods to check specific conditions on HTML elements or dto instances.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Predicate {
|
|
7
|
+
static RTE_TEXT_NODE_CLASS_NAME: string;
|
|
8
|
+
static RTE_TEXT_BLOCK_CLASS_NAME: string;
|
|
9
|
+
/**
|
|
10
|
+
* Checks if the given class name corresponds to a text block.
|
|
11
|
+
*
|
|
12
|
+
* @param {string} className The class name to check.
|
|
13
|
+
* @returns {boolean} True if the class name corresponds to a text block, false otherwise.
|
|
14
|
+
*/
|
|
15
|
+
static isTextBlock(className: string): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Checks if the given class name corresponds to a code block.
|
|
18
|
+
*
|
|
19
|
+
* @param {string} className The class name to check.
|
|
20
|
+
* @returns {boolean} True if the class name corresponds to a code block, false otherwise.
|
|
21
|
+
*/
|
|
22
|
+
static isCodeBlock(className: string): boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Checks if the given class name corresponds to a list block.
|
|
25
|
+
*
|
|
26
|
+
* @param {string} className The class name to check.
|
|
27
|
+
* @returns {boolean} True if the class name corresponds to a list block, false otherwise.
|
|
28
|
+
*/
|
|
29
|
+
static isListBlock(className: string): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Checks if the given class name corresponds to a list item block.
|
|
32
|
+
*
|
|
33
|
+
* @param {string} className The class name to check.
|
|
34
|
+
* @returns {boolean} True if the class name corresponds to a list item block, false otherwise.
|
|
35
|
+
*/
|
|
36
|
+
static isListItemBlock(className: string): boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Checks if the given class name corresponds to a text node.
|
|
39
|
+
*
|
|
40
|
+
* @param {string} className The class name to check.
|
|
41
|
+
* @returns {boolean} True if the class name corresponds to a text node, false otherwise.
|
|
42
|
+
*/
|
|
43
|
+
static isTextNode(className: string): boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Checks if the given block or node instance is a text node and has a link annotation.
|
|
46
|
+
*
|
|
47
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance The block or node instance to check.
|
|
48
|
+
* @returns {boolean} True if the block or node instance is a text node and has a link annotation, false otherwise.
|
|
49
|
+
*/
|
|
50
|
+
static isLinkNode(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Checks if the given block or node instance is a code node, which is defined as a text node that has a code annotation.
|
|
53
|
+
*
|
|
54
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance The block or node instance to check.
|
|
55
|
+
* @returns {boolean} True if the block or node instance is a code node, false otherwise.
|
|
56
|
+
*/
|
|
57
|
+
static isCodeNode(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Check if the given block or node instance is an image node, which is defined as an instance of RTEImageNode.
|
|
60
|
+
*
|
|
61
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance The block or node instance to check.
|
|
62
|
+
* @returns {boolean} True if the block or node instance is an image node, false otherwise.
|
|
63
|
+
*/
|
|
64
|
+
static isImageNode(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Check if the given block or node instance is a code block node, which is defined as an instance of RTECodeBlockNode.
|
|
67
|
+
*
|
|
68
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance The block or node instance to check.
|
|
69
|
+
* @returns {boolean} True if the block or node instance is a code block node, false otherwise.
|
|
70
|
+
*/
|
|
71
|
+
static isCodeBlockNode(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
72
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { VegaRTEAnnotations } from '../../../interface';
|
|
2
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
3
|
+
/**
|
|
4
|
+
* Filters redundant `textAlign` from `customStyle` when parsing blocks that carry
|
|
5
|
+
* a semantic `textAlign` annotation (RTETextBlock, RTEListBlock, RTEListItemBlock).
|
|
6
|
+
*
|
|
7
|
+
* During source-to-normal round-trips the `HorizontalAlignmentAnnotation` emits
|
|
8
|
+
* `text-align` as an inline style (standalone mode), and `CustomStyleAnnotationHandler`
|
|
9
|
+
* captures it into `customStyle`. This strategy removes the duplicate so the
|
|
10
|
+
* semantic annotation is the single source of truth.
|
|
11
|
+
*/
|
|
12
|
+
export declare class AlignmentFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
13
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
14
|
+
/**
|
|
15
|
+
* @returns {boolean} Always `true` — alignment inline styles are always emitted
|
|
16
|
+
* in standalone/source-edit mode, so the duplicate is always safe to remove.
|
|
17
|
+
*/
|
|
18
|
+
get alwaysFilter(): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Removes `textAlign` from `customStyle` when it duplicates the value returned
|
|
21
|
+
* by `HorizontalAlignmentAnnotation.getDefaultStyles(textAlign)`.
|
|
22
|
+
*
|
|
23
|
+
* @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
|
|
24
|
+
* @returns {VegaRTEAnnotations} The same annotations reference.
|
|
25
|
+
*/
|
|
26
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
27
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { VegaRTETextStyleType } from '../../../interface';
|
|
2
|
+
import { ParagraphFilterStylesStrategy } from './paragraph-filter-styles-strategy';
|
|
3
|
+
/**
|
|
4
|
+
* The HeadingFilterStylesStrategy class is responsible for filtering and refilling styles for heading text blocks (h1 to h6) in the rich text editor.
|
|
5
|
+
*/
|
|
6
|
+
export declare class HeadingFilterStylesStrategy extends ParagraphFilterStylesStrategy {
|
|
7
|
+
protected type: VegaRTETextStyleType;
|
|
8
|
+
protected elementTagName: string;
|
|
9
|
+
constructor(level: 1 | 2 | 3 | 4 | 5 | 6);
|
|
10
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { VegaRTEAnnotations, VegaRTETextStyleType } from '../../../interface';
|
|
2
|
+
import type { RTEBlock } from '../../blocks/block.abstract';
|
|
3
|
+
import type { RTENode } from '../../nodes/node.abstract';
|
|
4
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export declare class ParagraphFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
9
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
10
|
+
protected type: VegaRTETextStyleType;
|
|
11
|
+
protected elementTagName: string;
|
|
12
|
+
/**
|
|
13
|
+
* Don't run the filterAnnotations for paragraph heading, title, subtitle, list heading item, list title item, list subtitle item.
|
|
14
|
+
* Already handle it in html-element-to-annotation-generator.ts#removeTextStyleDefaultsFromCustomStyle
|
|
15
|
+
*
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
19
|
+
/**
|
|
20
|
+
* Determines whether the dto instance is text block and has the same type as the strategy's configured type.
|
|
21
|
+
*
|
|
22
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance - The block or node instance to check.
|
|
23
|
+
* @returns {boolean} - True if the instance is a text block with the same type as the strategy, false otherwise.
|
|
24
|
+
*/
|
|
25
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @inheritDoc
|
|
28
|
+
*/
|
|
29
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* @inheritDoc
|
|
32
|
+
*/
|
|
33
|
+
toCssText(): string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { VegaRTETextStyleType } from '../../../interface';
|
|
2
|
+
import { ParagraphFilterStylesStrategy } from './paragraph-filter-styles-strategy';
|
|
3
|
+
/**
|
|
4
|
+
* The TitleFilterStylesStrategy class is responsible for filtering and refilling styles for title and subtitle text blocks in the rich text editor.
|
|
5
|
+
*/
|
|
6
|
+
export declare class TitleFilterStylesStrategy extends ParagraphFilterStylesStrategy {
|
|
7
|
+
protected type: VegaRTETextStyleType;
|
|
8
|
+
protected elementTagName: string;
|
|
9
|
+
protected classNameToBeAdded: string;
|
|
10
|
+
constructor(titleType: 'title' | 'subtitle');
|
|
11
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { VegaRTEAnnotations } from '../../../interface';
|
|
2
|
+
import type { RTEBlock } from '../../blocks/block.abstract';
|
|
3
|
+
import type { RTENode } from '../../nodes/node.abstract';
|
|
4
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
5
|
+
/**
|
|
6
|
+
* The CodeFilterStylesStrategy is responsible for filtering code styles from text nodes that are annotated as code.
|
|
7
|
+
*/
|
|
8
|
+
export declare class CodeFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
9
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
10
|
+
protected elementTagName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Only strips code-default styles when the `code` annotation is present,
|
|
13
|
+
* so that a user-applied `fontFamily: 'Roboto Mono'` without code is preserved.
|
|
14
|
+
*
|
|
15
|
+
* @param {VegaRTEAnnotations} annotations - The annotations object (mutated in place).
|
|
16
|
+
* @returns {VegaRTEAnnotations} The same annotations reference.
|
|
17
|
+
*/
|
|
18
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
19
|
+
/**
|
|
20
|
+
* Determines whether the dto instance is a code text node.
|
|
21
|
+
*
|
|
22
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance - The block or node instance to check.
|
|
23
|
+
* @returns {boolean} - True if the instance is a code text node, false otherwise.
|
|
24
|
+
*/
|
|
25
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Check if the node is a text node and it is a code node.
|
|
28
|
+
*
|
|
29
|
+
* @param {string} blockOrNodeClassName - The class name of the block or node instance to check.
|
|
30
|
+
* @param {HTMLElement} element - The HTML element of the node instance.
|
|
31
|
+
* @returns {boolean} True if the node is a text node it a code element.
|
|
32
|
+
*/
|
|
33
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The code style in title and heading no need to be bold in default.
|
|
36
|
+
*
|
|
37
|
+
* @returns {string} The CSS text string for code styles.
|
|
38
|
+
*/
|
|
39
|
+
toCssText(): string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AnnotationStyle, VegaRTEAnnotations } from '../../../interface';
|
|
2
|
+
import type { RTEBlock } from '../../blocks/block.abstract';
|
|
3
|
+
import type { RTENode } from '../../nodes/node.abstract';
|
|
4
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
5
|
+
/**
|
|
6
|
+
* The LinkFilterStylesStrategy is responsible for filtering link styles from text nodes that are annotated as links.
|
|
7
|
+
*/
|
|
8
|
+
export declare class LinkFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
9
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
10
|
+
protected elementTagName: string;
|
|
11
|
+
/**
|
|
12
|
+
* Filter default link styles from `link.customStyle` in annotations.
|
|
13
|
+
*
|
|
14
|
+
* @param {VegaRTEAnnotations} annotations - The annotations to filter.
|
|
15
|
+
* @returns {VegaRTEAnnotations} The same annotations reference with link.customStyle cleaned up.
|
|
16
|
+
*/
|
|
17
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
18
|
+
/**
|
|
19
|
+
* @inheritDoc
|
|
20
|
+
*/
|
|
21
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* @inheritDoc
|
|
24
|
+
*/
|
|
25
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* @inheritDoc
|
|
28
|
+
*/
|
|
29
|
+
toCssText(): string;
|
|
30
|
+
/**
|
|
31
|
+
* Filters the inline styles for a link group annotation and updates the attributes accordingly.
|
|
32
|
+
*
|
|
33
|
+
* @param {Record<string, string | AnnotationStyle>} attributes The attributes of the link group annotation.
|
|
34
|
+
* @returns {Record<string, string | AnnotationStyle>} The updated attributes after filtering.
|
|
35
|
+
*/
|
|
36
|
+
filterLinkGroupInlineStyles(attributes: Record<string, string | AnnotationStyle>): Record<string, string | AnnotationStyle>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { VegaRTEAnnotations } from '../../../interface';
|
|
2
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
3
|
+
/**
|
|
4
|
+
* Filters redundant inline text formatting styles from `customStyle` when
|
|
5
|
+
* parsing an RTETextNode. These styles are already represented by semantic
|
|
6
|
+
* annotations and should not be persisted as custom overrides after source
|
|
7
|
+
* edit round-trips.
|
|
8
|
+
*/
|
|
9
|
+
export declare class TextFormatFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
10
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
11
|
+
/**
|
|
12
|
+
* @returns {boolean} Always `true` — this strategy runs regardless of `autoMatchFormat`.
|
|
13
|
+
*/
|
|
14
|
+
get alwaysFilter(): boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Filter redundant text format styles from `customStyle`.
|
|
17
|
+
*
|
|
18
|
+
* @param {VegaRTEAnnotations} annotations - The annotations to filter.
|
|
19
|
+
* @returns {VegaRTEAnnotations} The same annotations reference with customStyle cleaned up.
|
|
20
|
+
*/
|
|
21
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
22
|
+
/**
|
|
23
|
+
* Normalizes a `text-decoration` CSS value to a sorted, unique token string of
|
|
24
|
+
* toolbar-only tokens (`underline`, `line-through`). Returns `undefined` if the
|
|
25
|
+
* value contains any non-toolbar token (e.g. `wavy`, a color).
|
|
26
|
+
*
|
|
27
|
+
* @param {string | undefined} value - The raw `textDecoration` CSS value.
|
|
28
|
+
* @returns {string | undefined} Normalized token string, or `undefined` if the value cannot be safely removed.
|
|
29
|
+
*/
|
|
30
|
+
private normalizeTextDecoration;
|
|
31
|
+
/**
|
|
32
|
+
* Determines whether the `textDecoration` custom style should be removed based on the
|
|
33
|
+
* semantic annotations present. Removal happens only when the normalized value exactly
|
|
34
|
+
* matches the set of `{underline, strikethrough}` annotations.
|
|
35
|
+
*
|
|
36
|
+
* @param {string} normalizedTextDecoration - The normalized `textDecoration` token string.
|
|
37
|
+
* @param {VegaRTETextAnnotations} annotations - The text annotations to check against.
|
|
38
|
+
* @returns {boolean} `true` if the `textDecoration` style is redundant and should be removed.
|
|
39
|
+
*/
|
|
40
|
+
private shouldRemoveTextDecoration;
|
|
41
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { VegaRTEAnnotations } from '../../../interface';
|
|
2
|
+
import type { RTEBlock } from '../../blocks/block.abstract';
|
|
3
|
+
import type { RTENode } from '../../nodes/node.abstract';
|
|
4
|
+
import { RTEFilterStyles, RTEFilterStylesStrategy } from '../filter-styles-strategy.abstract';
|
|
5
|
+
/**
|
|
6
|
+
* The TitleHeadingNodeFilterStylesStrategy is responsible for filtering styles from text nodes that are children of title and heading blocks.
|
|
7
|
+
* In title and heading blocks, the text nodes will have a default bold style.
|
|
8
|
+
*/
|
|
9
|
+
export declare class TitleHeadingNodeFilterStylesStrategy extends RTEFilterStylesStrategy {
|
|
10
|
+
static BOLD_STYLES: RTEFilterStyles;
|
|
11
|
+
static NON_HEADING_TITLE_ELEMENT_TAGS: string[];
|
|
12
|
+
protected stylesToBeFiltered: RTEFilterStyles;
|
|
13
|
+
protected elementTagName: string;
|
|
14
|
+
private parentBlockTypes;
|
|
15
|
+
private parentElementSelectors;
|
|
16
|
+
private toBeCheckedSelector;
|
|
17
|
+
/**
|
|
18
|
+
* Don't run filterAnnotations method, because already handle it in text format filter strategy.
|
|
19
|
+
*
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
filterAnnotations(annotations: VegaRTEAnnotations): VegaRTEAnnotations;
|
|
23
|
+
/**
|
|
24
|
+
* Determines whether the dto instance is text node and its parent block is a heading or title.
|
|
25
|
+
*
|
|
26
|
+
* @param {RTEBlock | RTENode} blockOrNodeInstance - The block or node instance to check.
|
|
27
|
+
* @returns {boolean} - True if the instance is a text node and its parent block is a heading or title, false otherwise.
|
|
28
|
+
*/
|
|
29
|
+
canFilter(blockOrNodeInstance: RTEBlock | RTENode): boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Check if the node is a text node and its parent block is a heading or title.
|
|
32
|
+
*
|
|
33
|
+
* @param {string} blockOrNodeClassName - The class name of the block or node instance to check.
|
|
34
|
+
* @param {HTMLElement} element - The HTML element of the node instance.
|
|
35
|
+
* @returns {boolean} True if the node is a text node and its parent block is a heading or title, false otherwise.
|
|
36
|
+
*/
|
|
37
|
+
canRefill(blockOrNodeClassName: string, element: HTMLElement): boolean;
|
|
38
|
+
/**
|
|
39
|
+
* @inheritDoc
|
|
40
|
+
*/
|
|
41
|
+
toCssText(): string;
|
|
42
|
+
/**
|
|
43
|
+
* Checks if the parent block of the given node instance is a heading or title.
|
|
44
|
+
*
|
|
45
|
+
* @param {RTENode | RTEBlock} blockOrNodeInstance - The node instance to check.
|
|
46
|
+
* @returns {boolean} True if the parent block is a heading or title, false otherwise.
|
|
47
|
+
*/
|
|
48
|
+
private parentBlockIsHeadingOrTitle;
|
|
49
|
+
/**
|
|
50
|
+
* Check if the element is a descendant of a heading or title element.
|
|
51
|
+
* Traverses upward through the DOM, stopping at the block element or body element
|
|
52
|
+
* to avoid unbounded traversal to the document root.
|
|
53
|
+
*
|
|
54
|
+
* <h1><span>bold text</span></h1>
|
|
55
|
+
* <h1><a><span>link text</span></a></h1>
|
|
56
|
+
* <h1><a><b><span>nested text</span></b></a></h1>
|
|
57
|
+
*
|
|
58
|
+
* @param {HTMLElement} element - The element to check.
|
|
59
|
+
* @returns {boolean} True if the element is a descendant of a heading or title, false otherwise.
|
|
60
|
+
*/
|
|
61
|
+
private isHeadingOrTitleChild;
|
|
62
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VegaRTEBaseNode, VegaRTECodeBlock } from '../../interface';
|
|
1
|
+
import { VegaRTEBaseNode, VegaRTECodeBlock, VegaRTETransformOptions } from '../../interface';
|
|
2
2
|
import { AnnotationAction } from '../actions/annotation-action.abstract';
|
|
3
3
|
import { ModifyContentAction } from '../actions/modify-content-action.abstract';
|
|
4
4
|
import { RTECodeBlock } from '../blocks/code-block';
|
|
@@ -6,10 +6,14 @@ import { NodeTypeEnum } from './node.abstract';
|
|
|
6
6
|
import { InternalAnnotationTypeEnum } from '../annotations/annotation.abstract';
|
|
7
7
|
import { SelectionRangeAnnotation } from '../annotations/selection-range-annotation';
|
|
8
8
|
import { RTEDecoratorNode } from './decorator-node';
|
|
9
|
+
import { CustomStyleAnnotation } from '../annotations/custom-style-annotation';
|
|
10
|
+
import { CommonAnnotationTypeEnum } from '../annotations/common-annotation.abstract';
|
|
9
11
|
declare type VegaRTECodeNode = VegaRTEBaseNode & {
|
|
10
12
|
text: string;
|
|
11
13
|
language?: VegaRTECodeBlock['language'];
|
|
12
14
|
};
|
|
15
|
+
declare type CodeBlockNodeAnnotationKey = InternalAnnotationTypeEnum.SELECTION_RANGE | CommonAnnotationTypeEnum.CUSTOM_STYLE;
|
|
16
|
+
declare type CodeBlockNodeAnnotationValue = SelectionRangeAnnotation | CustomStyleAnnotation;
|
|
13
17
|
/**
|
|
14
18
|
* RTE code node DTO class.
|
|
15
19
|
*/
|
|
@@ -18,7 +22,7 @@ export declare class RTECodeBlockNode extends RTEDecoratorNode<RTECodeBlock> {
|
|
|
18
22
|
parent: RTECodeBlock;
|
|
19
23
|
text: string;
|
|
20
24
|
language?: VegaRTECodeBlock['language'];
|
|
21
|
-
annotationMap: Map<
|
|
25
|
+
annotationMap: Map<CodeBlockNodeAnnotationKey, CodeBlockNodeAnnotationValue>;
|
|
22
26
|
constructor(id: string, content: string, language: VegaRTECodeBlock['language'], parentBlock: RTECodeBlock);
|
|
23
27
|
/**
|
|
24
28
|
* The code node toJSON method will called internal.
|
|
@@ -29,7 +33,7 @@ export declare class RTECodeBlockNode extends RTEDecoratorNode<RTECodeBlock> {
|
|
|
29
33
|
/**
|
|
30
34
|
* @inheritDoc
|
|
31
35
|
*/
|
|
32
|
-
toHtml(): string;
|
|
36
|
+
toHtml(options?: VegaRTETransformOptions): string;
|
|
33
37
|
/**
|
|
34
38
|
* @inheritDoc
|
|
35
39
|
*/
|