@heartlandone/vega 2.80.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-7a48292d.js → app-globals-25e1bfac.js} +6 -6
- package/dist/cjs/{aria-dialog-focusable-trap-slimmer-5a0a78fe.js → aria-dialog-focusable-trap-slimmer-ced9566d.js} +14 -69
- package/dist/cjs/{child-nodes-notify-observer-slimmer-a8d13f4c.js → child-nodes-notify-observer-slimmer-2631c381.js} +1 -1
- package/dist/cjs/{code-block-71a330a1.js → code-block-24b3d0e7.js} +802 -61
- package/dist/cjs/{component-value-history-controller-slimmer.abstract-fd077a6c.js → component-value-history-controller-slimmer.abstract-bd662b32.js} +5 -5
- package/dist/cjs/{content-state-afa26456.js → content-state-0f26036c.js} +969 -466
- package/dist/cjs/{date-required-rule-9f0e3e99.js → date-required-rule-4377217a.js} +1 -1
- package/dist/cjs/{design-token-3f9589eb.js → design-token-40276b11.js} +2 -2
- package/dist/cjs/{dom-node-subject-observer-factory-a3a60da4.js → dom-node-subject-observer-factory-9110cb94.js} +1 -1
- package/dist/cjs/{element-appender-slimmer-7a66229b.js → element-appender-slimmer-be1b4d57.js} +4 -4
- package/dist/cjs/{event-emit-slimmer-024e26bb.js → event-emit-slimmer-bee6b676.js} +1 -1
- package/dist/cjs/{form-field-controller-slimmer-c487cf2b.js → form-field-controller-slimmer-982dbfe4.js} +3 -3
- package/dist/cjs/{image-annotation-action-4e72af4b.js → image-annotation-action-e0df5a20.js} +3 -3
- package/dist/cjs/index.cjs.js +15 -14
- package/dist/cjs/{inject-keyboard-manager-d1a82089.js → inject-keyboard-manager-12b65e98.js} +1 -1
- package/dist/cjs/{keyboard-manager-9dbbb0d4.js → keyboard-manager-c89a66d3.js} +2 -2
- package/dist/cjs/{keyboard-manager-slimmer-68cff676.js → keyboard-manager-slimmer-93fcbf46.js} +1 -1
- package/dist/cjs/loader.cjs.js +10 -10
- package/dist/cjs/{month-view-generator-65a2f883.js → month-view-generator-0d25e950.js} +1 -1
- package/dist/cjs/page-size-option-utils-d038dd3a.js +68 -0
- package/dist/cjs/{public-rules-36f202b3.js → public-rules-652ec269.js} +8 -8
- package/dist/cjs/{range-fa15d524.js → range-cdd61881.js} +2 -2
- package/dist/cjs/{responsive-format-facade-4419b4ae.js → responsive-format-facade-9cae7f27.js} +3 -3
- package/dist/cjs/{rich-text-editor-required-rule-7d4c2973.js → rich-text-editor-required-rule-4b919054.js} +1 -1
- package/dist/cjs/{split-cell-operation-19f98afb.js → split-cell-operation-3596f738.js} +58 -23
- package/dist/cjs/{string-format-strategy.abstract-c65d9861.js → string-format-strategy.abstract-ebdb2573.js} +1 -1
- package/dist/cjs/{string-input-formatter-slimmer-c2e04acc.js → string-input-formatter-slimmer-9b6a8399.js} +3 -3
- package/dist/cjs/{string-mask-strategy-418fc0b8.js → string-mask-strategy-6cc9f391.js} +2 -2
- package/dist/cjs/{style-formatter-3c9ce0e5.js → style-formatter-18289c4d.js} +2 -2
- package/dist/cjs/{sub-state-notify-slimmer-7a4c6061.js → sub-state-notify-slimmer-39bfcfe3.js} +1 -1
- package/dist/cjs/{sub-state-observer-slimmer-f728e068.js → sub-state-observer-slimmer-e5b50cbf.js} +2 -2
- package/dist/cjs/{time-required-rule-ad091302.js → time-required-rule-3517beff.js} +1 -1
- package/dist/cjs/{token-extension-90396de7.js → token-extension-addc97c1.js} +208 -34
- package/dist/cjs/{type-guard-d760850a.js → type-guard-362d7da3.js} +23 -0
- package/dist/cjs/{ui-9e8c9732.js → ui-ae4ee13d.js} +69 -0
- package/dist/cjs/{valid-credit-card-number-rule-5ce8e973.js → valid-credit-card-number-rule-1d8bf49c.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +6 -6
- package/dist/cjs/vega-app-header-button.cjs.entry.js +6 -6
- package/dist/cjs/vega-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/vega-banner.cjs.entry.js +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 +6 -6
- package/dist/cjs/vega-button-group_2.cjs.entry.js +5 -5
- package/dist/cjs/vega-button-link.cjs.entry.js +3 -3
- package/dist/cjs/vega-button.cjs.entry.js +5 -5
- package/dist/cjs/vega-calendar_4.cjs.entry.js +7 -7
- 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 +6 -6
- package/dist/cjs/vega-chip.cjs.entry.js +7 -7
- package/dist/cjs/vega-code-block.cjs.entry.js +9 -9
- package/dist/cjs/vega-color-picker.cjs.entry.js +5 -5
- package/dist/cjs/vega-combo-box.cjs.entry.js +8 -8
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +337 -279
- package/dist/cjs/vega-dialog_2.cjs.entry.js +73 -10
- package/dist/cjs/vega-divider.cjs.entry.js +5 -5
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +51 -13
- 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 +5 -5
- 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 +8 -8
- 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 +7 -7
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +9 -9
- package/dist/cjs/vega-input-numeric.cjs.entry.js +9 -9
- package/dist/cjs/vega-input-passcode.cjs.entry.js +8 -8
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +7 -7
- package/dist/cjs/vega-input-range.cjs.entry.js +5 -5
- package/dist/cjs/vega-input-select.cjs.entry.js +7 -7
- package/dist/cjs/vega-input.cjs.entry.js +14 -11
- package/dist/cjs/vega-item-toggle.cjs.entry.js +3 -3
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +117 -12
- 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 +2 -2
- package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +23 -7
- package/dist/cjs/vega-pagination.cjs.entry.js +43 -19
- package/dist/cjs/vega-popover_2.cjs.entry.js +10 -10
- package/dist/cjs/vega-progress-tracker_2.cjs.entry.js +42 -11
- package/dist/cjs/vega-radio_2.cjs.entry.js +9 -9
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +100 -19
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +29 -18
- package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +8 -8
- 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 +8 -8
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +7 -7
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +7 -7
- package/dist/cjs/vega-signature-capture.cjs.entry.js +8 -8
- package/dist/cjs/vega-stepper.cjs.entry.js +6 -6
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-table_11.cjs.entry.js +7 -7
- package/dist/cjs/vega-text.cjs.entry.js +1 -1
- package/dist/cjs/vega-textarea.cjs.entry.js +5 -5
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +11 -11
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +5 -5
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +7 -7
- package/dist/cjs/vega.cjs.js +10 -10
- package/dist/cjs/{wait-for-component-did-render-b6aba2de.js → wait-for-component-did-render-b6d12d51.js} +1 -1
- 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-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 +4 -5
- 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/renderers/vega-input-input-renderer.js +4 -1
- package/dist/collection/components/vega-input/vega-input.js +25 -0
- 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-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/image-annotation.js +1 -0
- 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/link-group-annotation.js +8 -2
- 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 +147 -14
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.js +26 -3
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.js +24 -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 +39 -1
- 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/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 +32 -3
- package/dist/collection/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.js +42 -3
- 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 +36 -6
- 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/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 +8 -2
- 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/link-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 +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/formatter/responsive-map-formatter/responsive-margin-formatter.js +3 -3
- package/dist/collection/helpers/slimmers/aria-dialog-focusable-trap-slimmer.js +13 -68
- package/dist/collection/types/type-guard.js +21 -0
- package/dist/collection/utils/ui.js +68 -0
- package/dist/esm/{app-globals-e77015e3.js → app-globals-80a7d395.js} +6 -6
- package/dist/esm/{aria-dialog-focusable-trap-slimmer-5a2f92be.js → aria-dialog-focusable-trap-slimmer-cc6a8c3e.js} +14 -69
- package/dist/esm/{child-nodes-notify-observer-slimmer-b7f0e419.js → child-nodes-notify-observer-slimmer-a8cb19cf.js} +1 -1
- package/dist/esm/{code-block-7d6f231b.js → code-block-cd913077.js} +796 -62
- package/dist/esm/{component-value-history-controller-slimmer.abstract-acf65b17.js → component-value-history-controller-slimmer.abstract-e595761d.js} +5 -5
- package/dist/esm/{content-state-084cd705.js → content-state-89f8eecb.js} +958 -455
- package/dist/esm/{date-required-rule-29608215.js → date-required-rule-2b08f32c.js} +1 -1
- package/dist/esm/{design-token-edcd787b.js → design-token-7566d54c.js} +2 -2
- package/dist/esm/{dom-node-subject-observer-factory-cea9248d.js → dom-node-subject-observer-factory-aca0116e.js} +1 -1
- package/dist/esm/{element-appender-slimmer-08ec429b.js → element-appender-slimmer-df2a2da2.js} +4 -4
- package/dist/esm/{event-emit-slimmer-4fba1b35.js → event-emit-slimmer-9abc9241.js} +1 -1
- package/dist/esm/{form-field-controller-slimmer-8dd39707.js → form-field-controller-slimmer-40fcb5c2.js} +3 -3
- package/dist/esm/{image-annotation-action-a6b33a81.js → image-annotation-action-6048d32e.js} +3 -3
- package/dist/esm/index.js +14 -14
- package/dist/esm/{inject-keyboard-manager-7557816f.js → inject-keyboard-manager-c6557f50.js} +1 -1
- package/dist/esm/{keyboard-manager-1846c6a5.js → keyboard-manager-c7b125d7.js} +2 -2
- package/dist/esm/{keyboard-manager-slimmer-1ae0aa4d.js → keyboard-manager-slimmer-6109039b.js} +1 -1
- package/dist/esm/loader.js +10 -10
- package/dist/esm/{month-view-generator-b700ed08.js → month-view-generator-139ace5a.js} +1 -1
- package/dist/esm/page-size-option-utils-50afc81a.js +61 -0
- package/dist/esm/{public-rules-fe2c7934.js → public-rules-e42bce9d.js} +8 -8
- package/dist/esm/{range-00afe462.js → range-b76edec7.js} +2 -2
- package/dist/esm/{responsive-format-facade-37d4d850.js → responsive-format-facade-151dbd10.js} +3 -3
- package/dist/esm/{rich-text-editor-required-rule-6487ec94.js → rich-text-editor-required-rule-1fc7c040.js} +1 -1
- package/dist/esm/{split-cell-operation-9445e642.js → split-cell-operation-548ea374.js} +58 -23
- package/dist/esm/{string-format-strategy.abstract-ec6d627b.js → string-format-strategy.abstract-6488031a.js} +1 -1
- package/dist/esm/{string-input-formatter-slimmer-959dff7a.js → string-input-formatter-slimmer-625e17a2.js} +3 -3
- package/dist/esm/{string-mask-strategy-49be41f0.js → string-mask-strategy-a165d316.js} +2 -2
- package/dist/esm/{style-formatter-ad0b2bac.js → style-formatter-280757ae.js} +2 -2
- package/dist/esm/{sub-state-notify-slimmer-ee8c417b.js → sub-state-notify-slimmer-6c972bb4.js} +1 -1
- package/dist/esm/{sub-state-observer-slimmer-4d30fa5c.js → sub-state-observer-slimmer-53643b5c.js} +2 -2
- package/dist/esm/{time-required-rule-414b1590.js → time-required-rule-3f5a8822.js} +1 -1
- package/dist/esm/{token-extension-600b1c88.js → token-extension-5ee7a3f1.js} +208 -34
- package/dist/esm/{type-guard-23a08026.js → type-guard-f6c9c89d.js} +22 -1
- package/dist/esm/{ui-ba5a4758.js → ui-b7600a48.js} +69 -1
- package/dist/esm/{valid-credit-card-number-rule-60abddac.js → valid-credit-card-number-rule-3bf19ad6.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +6 -6
- package/dist/esm/vega-app-header-button.entry.js +6 -6
- package/dist/esm/vega-backdrop.entry.js +1 -1
- package/dist/esm/vega-banner.entry.js +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 +6 -6
- package/dist/esm/vega-button-group_2.entry.js +5 -5
- package/dist/esm/vega-button-link.entry.js +3 -3
- package/dist/esm/vega-button.entry.js +5 -5
- package/dist/esm/vega-calendar_4.entry.js +7 -7
- 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 +6 -6
- package/dist/esm/vega-chip.entry.js +7 -7
- package/dist/esm/vega-code-block.entry.js +9 -9
- package/dist/esm/vega-color-picker.entry.js +5 -5
- package/dist/esm/vega-combo-box.entry.js +8 -8
- package/dist/esm/vega-date-picker_2.entry.js +337 -279
- package/dist/esm/vega-dialog_2.entry.js +73 -10
- package/dist/esm/vega-divider.entry.js +5 -5
- package/dist/esm/vega-dropdown_5.entry.js +52 -14
- 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 +5 -5
- 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 +8 -8
- 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 +7 -7
- package/dist/esm/vega-input-credit-card.entry.js +9 -9
- package/dist/esm/vega-input-numeric.entry.js +9 -9
- package/dist/esm/vega-input-passcode.entry.js +8 -8
- package/dist/esm/vega-input-phone-number.entry.js +7 -7
- package/dist/esm/vega-input-range.entry.js +5 -5
- package/dist/esm/vega-input-select.entry.js +7 -7
- package/dist/esm/vega-input.entry.js +14 -11
- package/dist/esm/vega-item-toggle.entry.js +3 -3
- package/dist/esm/vega-left-nav_5.entry.js +117 -12
- 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 +2 -2
- package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +23 -7
- package/dist/esm/vega-pagination.entry.js +43 -19
- package/dist/esm/vega-popover_2.entry.js +10 -10
- package/dist/esm/vega-progress-tracker_2.entry.js +42 -11
- package/dist/esm/vega-radio_2.entry.js +9 -9
- package/dist/esm/vega-rich-text-content.entry.js +100 -19
- package/dist/esm/vega-rich-text-editor_4.entry.js +29 -18
- package/dist/esm/vega-rich-text-table-properties_3.entry.js +8 -8
- 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 +8 -8
- package/dist/esm/vega-selection-tile_2.entry.js +7 -7
- package/dist/esm/vega-sidenav_3.entry.js +7 -7
- package/dist/esm/vega-signature-capture.entry.js +8 -8
- package/dist/esm/vega-stepper.entry.js +6 -6
- package/dist/esm/vega-tab-group_2.entry.js +3 -3
- package/dist/esm/vega-table_11.entry.js +7 -7
- package/dist/esm/vega-text.entry.js +1 -1
- package/dist/esm/vega-textarea.entry.js +5 -5
- package/dist/esm/vega-time-picker_2.entry.js +11 -11
- package/dist/esm/vega-toggle-switch.entry.js +5 -5
- package/dist/esm/vega-tooltip_2.entry.js +7 -7
- package/dist/esm/vega.js +10 -10
- package/dist/esm/{wait-for-component-did-render-03e7ccb2.js → wait-for-component-did-render-6980a1a6.js} +1 -1
- package/dist/sri/vega-sri-manifest.json +345 -341
- 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-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/renderers/vega-input-input-renderer.d.ts +1 -0
- package/dist/types/components/vega-input/types.d.ts +5 -0
- 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-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/image-annotation.d.ts +1 -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 +8 -2
- 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 +92 -8
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/image-node/image-filter-styles-strategy.d.ts +21 -3
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/list-block/list-block-filter-styles-strategy.d.ts +15 -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 +25 -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/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 +25 -2
- package/dist/types/components/vega-rich-text-editor/dto/filter-styles-strategies/text-node/link-filter-styles-strategy.d.ts +24 -4
- 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 +1 -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/slimmers/aria-dialog-focusable-trap-slimmer.d.ts +4 -12
- 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 +14 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-1c45565d.js → p-001d36af.js} +1 -1
- package/dist/vega/{p-7c2fecfd.entry.js → p-01541820.entry.js} +1 -1
- package/dist/vega/p-0304c3a7.js +1 -0
- package/dist/vega/{p-2d917e2d.entry.js → p-08f03a52.entry.js} +1 -1
- package/dist/vega/{p-9390a94b.entry.js → p-0a145766.entry.js} +1 -1
- 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-ea21462f.js → p-1a4e8d8a.js} +1 -1
- package/dist/vega/{p-5ae4ea20.entry.js → p-23dc4064.entry.js} +1 -1
- package/dist/vega/{p-2c2df248.js → p-24b45c85.js} +1 -1
- package/dist/vega/{p-010b5e74.js → p-262a27d0.js} +1 -1
- package/dist/vega/{p-9dc23325.entry.js → p-27dc6562.entry.js} +1 -1
- package/dist/vega/p-295326ca.entry.js +1 -0
- package/dist/vega/{p-6af55f1c.entry.js → p-2beace1c.entry.js} +1 -1
- package/dist/vega/p-2ce2972f.js +1 -0
- package/dist/vega/p-2e7d5e28.entry.js +1 -0
- package/dist/vega/{p-7618dde4.js → p-2f99c511.js} +1 -1
- package/dist/vega/p-32592497.entry.js +1 -0
- package/dist/vega/{p-65900dbf.entry.js → p-37a9f4b4.entry.js} +1 -1
- package/dist/vega/{p-a99e75a1.entry.js → p-4013d954.entry.js} +1 -1
- package/dist/vega/{p-19ad4f15.entry.js → p-42da45e3.entry.js} +1 -1
- package/dist/vega/p-42e246e4.entry.js +1 -0
- package/dist/vega/p-479a169c.entry.js +1 -0
- package/dist/vega/{p-35386999.entry.js → p-47a2eec1.entry.js} +1 -1
- package/dist/vega/{p-b696a861.js → p-49ae8c79.js} +1 -1
- package/dist/vega/p-4ed416e7.js +1 -0
- package/dist/vega/{p-dc9b5063.entry.js → p-53ba1adb.entry.js} +1 -1
- package/dist/vega/{p-d1494c7c.entry.js → p-55019e55.entry.js} +1 -1
- package/dist/vega/{p-434fc427.entry.js → p-565aac6e.entry.js} +1 -1
- package/dist/vega/{p-cc055723.entry.js → p-574586c9.entry.js} +1 -1
- package/dist/vega/{p-cca5042b.entry.js → p-5781b9f4.entry.js} +1 -1
- package/dist/vega/{p-1feb4f2a.entry.js → p-57827342.entry.js} +1 -1
- package/dist/vega/p-59c6f795.js +1 -0
- package/dist/vega/{p-f48c43f4.entry.js → p-5a8be21c.entry.js} +1 -1
- package/dist/vega/p-5baff397.js +1 -0
- package/dist/vega/{p-ffa2e3a6.entry.js → p-5e9f6fb6.entry.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-44c5cbb7.js → p-5f95a2fa.js} +1 -1
- package/dist/vega/{p-576fe408.js → p-6216c30e.js} +1 -1
- package/dist/vega/{p-367d44d9.entry.js → p-62e80151.entry.js} +1 -1
- package/dist/vega/{p-ec1d76c6.entry.js → p-63d73fa0.entry.js} +1 -1
- package/dist/vega/{p-612e3ded.js → p-64e22fe5.js} +1 -1
- package/dist/vega/{p-0313393d.entry.js → p-679b1f00.entry.js} +1 -1
- package/dist/vega/p-6e70d3cc.js +1 -0
- package/dist/vega/{p-70f1cf4e.entry.js → p-757bfca2.entry.js} +1 -1
- package/dist/vega/{p-c9201bf4.js → p-76063dcb.js} +1 -1
- package/dist/vega/{p-8adf9732.entry.js → p-76daa632.entry.js} +1 -1
- package/dist/vega/{p-1a2f92a3.entry.js → p-77c6f14a.entry.js} +1 -1
- package/dist/vega/{p-382b71a3.entry.js → p-7ac9e8ff.entry.js} +1 -1
- package/dist/vega/p-83863463.js +1 -0
- package/dist/vega/{p-e84b95d4.js → p-88e6618d.js} +1 -1
- package/dist/vega/p-90a0b9f3.entry.js +1 -0
- package/dist/vega/{p-1557ed92.entry.js → p-9324dd2c.entry.js} +1 -1
- package/dist/vega/{p-cf70c57d.js → p-98c44c03.js} +1 -1
- package/dist/vega/p-9aa1c66a.entry.js +1 -0
- package/dist/vega/p-9b01a28a.entry.js +1 -0
- package/dist/vega/{p-4eb282ef.entry.js → p-9b14ac66.entry.js} +1 -1
- package/dist/vega/p-9dcecdd3.js +1 -0
- package/dist/vega/p-a1d51bc2.js +1 -0
- package/dist/vega/{p-04e56b0c.entry.js → p-ab4b06c9.entry.js} +1 -1
- package/dist/vega/{p-b5c2fff3.entry.js → p-ac43be09.entry.js} +1 -1
- package/dist/vega/{p-7ceab8c7.entry.js → p-add63fe0.entry.js} +1 -1
- package/dist/vega/{p-89e56502.js → p-ae0f03c1.js} +1 -1
- package/dist/vega/{p-21c9e1ca.entry.js → p-b525c800.entry.js} +1 -1
- package/dist/vega/p-be651266.entry.js +1 -0
- package/dist/vega/{p-c045e4c1.entry.js → p-c0d45f77.entry.js} +1 -1
- package/dist/vega/{p-204c7d41.js → p-c2e7992b.js} +1 -1
- package/dist/vega/{p-b5a6bd0f.entry.js → p-c56aa01c.entry.js} +1 -1
- package/dist/vega/{p-2e73582d.entry.js → p-cc3c661c.entry.js} +1 -1
- package/dist/vega/{p-cda45d2a.entry.js → p-cda09e99.entry.js} +1 -1
- package/dist/vega/{p-d1ca70a1.js → p-d0ac7af8.js} +1 -1
- package/dist/vega/p-d289a6af.js +3 -0
- package/dist/vega/p-d29e8972.entry.js +1 -0
- package/dist/vega/{p-76b80a0c.js → p-d47aa28f.js} +1 -1
- package/dist/vega/p-d90eee9a.entry.js +1 -0
- package/dist/vega/{p-be3517be.entry.js → p-da742a7f.entry.js} +1 -1
- package/dist/vega/p-dc6e7a77.js +1 -0
- package/dist/vega/{p-c61279a7.entry.js → p-dcf8f58f.entry.js} +1 -1
- package/dist/vega/{p-ab21fdf6.entry.js → p-dff66a67.entry.js} +1 -1
- package/dist/vega/{p-90137c68.entry.js → p-e1117034.entry.js} +1 -1
- package/dist/vega/p-e223e0dc.entry.js +1 -0
- package/dist/vega/p-e22e5aa1.js +1 -0
- package/dist/vega/{p-df5bfbc4.entry.js → p-e753fac2.entry.js} +1 -1
- package/dist/vega/{p-7912741f.entry.js → p-e7a4b760.entry.js} +1 -1
- package/dist/vega/{p-ba415db6.entry.js → p-e8fc8495.entry.js} +1 -1
- package/dist/vega/{p-18619467.js → p-ea2b5dbb.js} +1 -1
- package/dist/vega/{p-f3456993.entry.js → p-eccabba7.entry.js} +1 -1
- package/dist/vega/{p-517434d4.entry.js → p-f0d605e9.entry.js} +1 -1
- package/dist/vega/{p-878851f6.js → p-f28a6074.js} +1 -1
- package/dist/vega/{p-840ad046.entry.js → p-f2c65579.entry.js} +1 -1
- package/dist/vega/{p-07a2b42a.js → p-f2cef51a.js} +1 -1
- package/dist/vega/{p-47ca1f69.entry.js → p-f40d479d.entry.js} +1 -1
- package/dist/vega/p-f5013494.entry.js +1 -0
- package/dist/vega/{p-60cf2a68.js → p-f509b439.js} +1 -1
- package/dist/vega/p-f5d3ce94.js +1 -0
- package/dist/vega/{p-9551da9c.entry.js → p-f69e2801.entry.js} +1 -1
- package/dist/vega/p-fa654762.entry.js +1 -0
- package/dist/vega/{p-365d21ac.entry.js → p-fbc5a7f6.entry.js} +1 -1
- package/dist/vega/{p-b3e40faf.js → p-fd5ddc55.js} +1 -1
- package/dist/vega/p-ff47aeee.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/vega/p-01883ffc.entry.js +0 -1
- package/dist/vega/p-02578a59.js +0 -1
- package/dist/vega/p-043e685a.entry.js +0 -1
- package/dist/vega/p-08780df0.entry.js +0 -1
- package/dist/vega/p-10fa4eac.js +0 -1
- package/dist/vega/p-203bc4db.entry.js +0 -1
- package/dist/vega/p-22336063.js +0 -1
- package/dist/vega/p-224b67ff.entry.js +0 -1
- package/dist/vega/p-334e3b02.entry.js +0 -1
- package/dist/vega/p-559197f8.js +0 -1
- package/dist/vega/p-68124bc5.js +0 -1
- package/dist/vega/p-6c5250b3.js +0 -1
- package/dist/vega/p-6f2e5bc6.js +0 -1
- package/dist/vega/p-716c71e6.js +0 -1
- package/dist/vega/p-7362723e.entry.js +0 -1
- package/dist/vega/p-7942c042.entry.js +0 -1
- package/dist/vega/p-8327635d.js +0 -1
- package/dist/vega/p-8b891f36.entry.js +0 -1
- package/dist/vega/p-9341c1a9.js +0 -1
- package/dist/vega/p-9862d1a8.entry.js +0 -1
- package/dist/vega/p-a4dbf2cc.js +0 -1
- package/dist/vega/p-c4e32125.entry.js +0 -1
- package/dist/vega/p-c5b698f6.entry.js +0 -1
- package/dist/vega/p-c6d62f0d.js +0 -1
- package/dist/vega/p-cdf5b2f0.entry.js +0 -1
- package/dist/vega/p-d202e69d.entry.js +0 -1
- package/dist/vega/p-dcd18ab1.js +0 -1
- package/dist/vega/p-e4726dcd.entry.js +0 -1
- package/dist/vega/p-f4190826.entry.js +0 -1
- package/dist/vega/p-fdac91c4.entry.js +0 -1
|
@@ -24,11 +24,13 @@ export class VegaRichTextEditorSourceViewRenderer extends VegaSlimmer {
|
|
|
24
24
|
var _a;
|
|
25
25
|
// If source view is closed while blurring, it means the user switch back to normal mode, so we can skip emitting the change event.
|
|
26
26
|
if (this.sourceView) {
|
|
27
|
+
const filterInlineStyles = Boolean(this.sourceEditConfig.filterInlineStyles);
|
|
27
28
|
const sourceCode = this.getSourceCode();
|
|
28
29
|
const newValue = VegaRTEContent.fromHtml(sourceCode, {
|
|
29
30
|
autoMatchFormat: (_a = this.sourceEditConfig.autoMatchFormat) !== null && _a !== void 0 ? _a : true,
|
|
31
|
+
filterInlineStyles,
|
|
30
32
|
});
|
|
31
|
-
const newSourceCode = newValue.toHtml();
|
|
33
|
+
const newSourceCode = newValue.toHtml({ filterInlineStyles });
|
|
32
34
|
if (newSourceCode !== this.prevRecord) {
|
|
33
35
|
this.sourceCodeChangeEventEmitter.emit(newSourceCode);
|
|
34
36
|
this.prevRecord = newSourceCode;
|
|
@@ -62,7 +64,7 @@ export class VegaRichTextEditorSourceViewRenderer extends VegaSlimmer {
|
|
|
62
64
|
render() {
|
|
63
65
|
if (!this.allowSourceEdit)
|
|
64
66
|
return;
|
|
65
|
-
const sourceCode = this.
|
|
67
|
+
const sourceCode = this.getSourceTemplate();
|
|
66
68
|
const sourceViewValue = this.sourceView ? CodeFormatter.format(sourceCode) : '';
|
|
67
69
|
// Record the source view value when rendering, which will be used to compare with the current source view value when blurring the code block to determine whether to emit the source code change event.
|
|
68
70
|
this.prevRecord = sourceCode;
|
|
@@ -75,6 +77,14 @@ export class VegaRichTextEditorSourceViewRenderer extends VegaSlimmer {
|
|
|
75
77
|
DomNodeSubjectObserverFactory.addUniqueObserverToNode(ref, VegaInternalCodeBlockBlur, this.handleCodeBlockBlur);
|
|
76
78
|
}, disabled: this.disabled, value: { language: 'html', code: sourceViewValue } })));
|
|
77
79
|
}
|
|
80
|
+
/**
|
|
81
|
+
* Get the source view template string based on the current value of the rich text editor.
|
|
82
|
+
*
|
|
83
|
+
* @returns {string} The HTML template string
|
|
84
|
+
*/
|
|
85
|
+
getSourceTemplate() {
|
|
86
|
+
return this.value.toHtml({ filterInlineStyles: this.sourceEditConfig.filterInlineStyles });
|
|
87
|
+
}
|
|
78
88
|
}
|
|
79
89
|
__decorate([
|
|
80
90
|
MapToComponentField()
|
|
@@ -447,7 +447,7 @@ export class VegaRichTextEditor {
|
|
|
447
447
|
"mutable": false,
|
|
448
448
|
"complexType": {
|
|
449
449
|
"original": "VegaRTESourceEditConfig",
|
|
450
|
-
"resolved": "{ autoMatchFormat?: boolean; }",
|
|
450
|
+
"resolved": "{ autoMatchFormat?: boolean; filterInlineStyles?: boolean; }",
|
|
451
451
|
"references": {
|
|
452
452
|
"VegaRTESourceEditConfig": {
|
|
453
453
|
"location": "import",
|
|
@@ -8,7 +8,7 @@ import { h } from '@stencil/core';
|
|
|
8
8
|
import { MapToComponentField, VegaSlimmer } from 'vega-slimmer/core';
|
|
9
9
|
export class VegaSectionTitleRenderer extends VegaSlimmer {
|
|
10
10
|
render() {
|
|
11
|
-
return (h("vega-flex", { "align-items": "start", "justify-content": "start", gap: "size-8" },
|
|
11
|
+
return (h("vega-flex", { "align-items": "start", "justify-content": "start", gap: "size-8", class: this.size === 'small' ? 'section-title-small' : undefined },
|
|
12
12
|
this.renderPrefixIcon(),
|
|
13
13
|
this.renderText()));
|
|
14
14
|
}
|
|
@@ -34,7 +34,7 @@ export class VegaSectionTitleRenderer extends VegaSlimmer {
|
|
|
34
34
|
this.iconAlign === 'right' && h("div", { class: "right-icon-container" }, this.renderIcon()));
|
|
35
35
|
}
|
|
36
36
|
renderIcon() {
|
|
37
|
-
return (h("vega-icon", { icon: this.icon, color:
|
|
37
|
+
return (h("vega-icon", { icon: this.icon, color: this.iconColor, size: this.size === 'small' ? 'size-16' : 'size-20', class: "vega-flex-shrink-0" }));
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
__decorate([
|
|
@@ -52,3 +52,9 @@ __decorate([
|
|
|
52
52
|
__decorate([
|
|
53
53
|
MapToComponentField()
|
|
54
54
|
], VegaSectionTitleRenderer.prototype, "iconAlign", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
MapToComponentField()
|
|
57
|
+
], VegaSectionTitleRenderer.prototype, "iconColor", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
MapToComponentField()
|
|
60
|
+
], VegaSectionTitleRenderer.prototype, "size", void 0);
|
|
@@ -88,4 +88,39 @@
|
|
|
88
88
|
margin-left: 8px;
|
|
89
89
|
margin-top: 4px;
|
|
90
90
|
vertical-align: middle;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.section-title-small .section-title-text {
|
|
94
|
+
font-family: "Inter", sans-serif;
|
|
95
|
+
font-size: 18px;
|
|
96
|
+
font-weight: 700;
|
|
97
|
+
line-height: 25px;
|
|
98
|
+
letter-spacing: 0px;
|
|
99
|
+
}
|
|
100
|
+
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
101
|
+
.section-title-small .section-title-text {
|
|
102
|
+
font-family: "Inter", sans-serif;
|
|
103
|
+
font-size: 18px;
|
|
104
|
+
font-weight: 700;
|
|
105
|
+
line-height: 25px;
|
|
106
|
+
letter-spacing: 0px;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
@media screen and (min-width: 1024px) and (max-width: 1439px) {
|
|
110
|
+
.section-title-small .section-title-text {
|
|
111
|
+
font-family: "Inter", sans-serif;
|
|
112
|
+
font-size: 18px;
|
|
113
|
+
font-weight: 700;
|
|
114
|
+
line-height: 25px;
|
|
115
|
+
letter-spacing: 0px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
@media screen and (min-width: 1440px) and (max-width: 9999px) {
|
|
119
|
+
.section-title-small .section-title-text {
|
|
120
|
+
font-family: "Inter", sans-serif;
|
|
121
|
+
font-size: 18px;
|
|
122
|
+
font-weight: 700;
|
|
123
|
+
line-height: 25px;
|
|
124
|
+
letter-spacing: 0px;
|
|
125
|
+
}
|
|
91
126
|
}
|
|
@@ -31,6 +31,18 @@ export class VegaSectionTitle {
|
|
|
31
31
|
* @vegaVersion 2.1.0
|
|
32
32
|
*/
|
|
33
33
|
this.iconAlign = 'left';
|
|
34
|
+
/**
|
|
35
|
+
* Specifies the color of the icon displayed
|
|
36
|
+
* within the section title.
|
|
37
|
+
* @vegaVersion 2.81.0
|
|
38
|
+
*/
|
|
39
|
+
this.iconColor = 'text-primary';
|
|
40
|
+
/**
|
|
41
|
+
* Specifies the size of the section title.
|
|
42
|
+
*
|
|
43
|
+
* @vegaVersion 2.81.0
|
|
44
|
+
*/
|
|
45
|
+
this.size = 'default';
|
|
34
46
|
}
|
|
35
47
|
render() {
|
|
36
48
|
return sanitizeVegaComponent(h(Host, null, this.renderer.render()), this.host);
|
|
@@ -130,6 +142,58 @@ export class VegaSectionTitle {
|
|
|
130
142
|
"attribute": "icon-align",
|
|
131
143
|
"reflect": false,
|
|
132
144
|
"defaultValue": "'left'"
|
|
145
|
+
},
|
|
146
|
+
"iconColor": {
|
|
147
|
+
"type": "string",
|
|
148
|
+
"mutable": false,
|
|
149
|
+
"complexType": {
|
|
150
|
+
"original": "TextColorsTokenType",
|
|
151
|
+
"resolved": "\"text-primary\" | \"text-secondary\" | \"text-inverted-primary\" | \"text-inverted-secondary\" | \"text-black\" | \"text-white\" | \"text-brand\" | \"text-danger-link\" | \"text-danger-link-hover\" | \"text-danger-link-active\" | \"text-danger-link-focus\" | \"text-danger-link-visited\" | \"text-disabled\" | \"text-error\" | \"text-input-disabled\" | \"text-input-placeholder\" | \"text-link\" | \"text-link-hover\" | \"text-link-active\" | \"text-link-focus\" | \"text-link-visited\" | \"text-on-action\" | \"text-on-danger\" | \"text-on-disabled\" | \"text-sidebar-link\" | \"text-sidebar-link-hover\" | \"text-sidebar-link-selected\" | \"text-site-footer-link\" | \"text-site-footer-link-hover\" | \"text-site-footer-link-active\" | \"text-success\" | \"text-inverted-success\" | \"text-accent1-primary\" | \"text-accent2-primary\" | \"text-accent3-primary\" | \"text-accent4-primary\" | \"text-accent5-primary\" | \"text-accent6-primary\" | \"text-accent7-primary\" | \"text-accent8-primary\" | \"text-accent9-primary\" | \"text-accent10-primary\"",
|
|
152
|
+
"references": {
|
|
153
|
+
"TextColorsTokenType": {
|
|
154
|
+
"location": "import",
|
|
155
|
+
"path": "../../types/design-token.type"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"required": false,
|
|
160
|
+
"optional": false,
|
|
161
|
+
"docs": {
|
|
162
|
+
"tags": [{
|
|
163
|
+
"name": "vegaVersion",
|
|
164
|
+
"text": "2.81.0"
|
|
165
|
+
}],
|
|
166
|
+
"text": "Specifies the color of the icon displayed\n within the section title."
|
|
167
|
+
},
|
|
168
|
+
"attribute": "icon-color",
|
|
169
|
+
"reflect": false,
|
|
170
|
+
"defaultValue": "'text-primary'"
|
|
171
|
+
},
|
|
172
|
+
"size": {
|
|
173
|
+
"type": "string",
|
|
174
|
+
"mutable": false,
|
|
175
|
+
"complexType": {
|
|
176
|
+
"original": "VegaSectionTitleSizeType",
|
|
177
|
+
"resolved": "\"default\" | \"small\"",
|
|
178
|
+
"references": {
|
|
179
|
+
"VegaSectionTitleSizeType": {
|
|
180
|
+
"location": "import",
|
|
181
|
+
"path": "./types"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"required": false,
|
|
186
|
+
"optional": false,
|
|
187
|
+
"docs": {
|
|
188
|
+
"tags": [{
|
|
189
|
+
"name": "vegaVersion",
|
|
190
|
+
"text": "2.81.0"
|
|
191
|
+
}],
|
|
192
|
+
"text": "Specifies the size of the section title."
|
|
193
|
+
},
|
|
194
|
+
"attribute": "size",
|
|
195
|
+
"reflect": false,
|
|
196
|
+
"defaultValue": "'default'"
|
|
133
197
|
}
|
|
134
198
|
}; }
|
|
135
199
|
static get elementRef() { return "host"; }
|
package/dist/collection/helpers/formatter/responsive-map-formatter/responsive-margin-formatter.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { isDirectionalMarginType, isBreakpointsForPrefixType, isMarginValueType, } from '../../../types/type-guard';
|
|
2
2
|
import { LogUtility } from '../../../utils/log';
|
|
3
3
|
import { Spacing } from '../../../constants/tokens/spacing';
|
|
4
4
|
import { ResponsiveClassStringFormatter } from './responsive-class-string-formatter';
|
|
@@ -26,10 +26,10 @@ class ResponsiveMarginFormatter extends ResponsiveClassStringFormatter {
|
|
|
26
26
|
*/
|
|
27
27
|
formatToken(input, breakpoint) {
|
|
28
28
|
const prefix = isBreakpointsForPrefixType(breakpoint) ? `${breakpoint}:` : '';
|
|
29
|
-
if (
|
|
29
|
+
if (isMarginValueType(input)) {
|
|
30
30
|
return `${prefix}v-m-${input}`;
|
|
31
31
|
}
|
|
32
|
-
else if (
|
|
32
|
+
else if (isDirectionalMarginType(input)) {
|
|
33
33
|
return Object.keys(input)
|
|
34
34
|
.map((direction) => {
|
|
35
35
|
return `${prefix}v-${MARGIN_DIRECTION_CLASS_PARTIAL_MAP[direction]}-${input[direction]}`;
|
|
@@ -5,26 +5,12 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
7
|
import { MapToComponentMethod, VegaSlimmer } from 'vega-slimmer/core';
|
|
8
|
-
import { checkIsVoiceOverClick, getDeepActiveElementInShadow } from '../../utils/ui';
|
|
8
|
+
import { checkIsVoiceOverClick, getDeepActiveElementInShadow, getFirstFocusableElement, } from '../../utils/ui';
|
|
9
9
|
import { SynchronizeTaskQueue } from '../queue/synchronize-task-queue';
|
|
10
10
|
import { Observer } from '../change-manager/observer/observer';
|
|
11
11
|
import ChangeManager from '../change-manager/change-manager';
|
|
12
12
|
import { VegaInternalDialogContentReady } from '../event-manager/event-id/vega-internal-event-id';
|
|
13
13
|
import domNodeSubjectFactory from '../change-manager/subject/dom-node-subject/dom-node-subject-factory';
|
|
14
|
-
const focusableSelector = [
|
|
15
|
-
'a[href]',
|
|
16
|
-
'area[href]',
|
|
17
|
-
'button',
|
|
18
|
-
'input',
|
|
19
|
-
'select',
|
|
20
|
-
'textarea',
|
|
21
|
-
'iframe',
|
|
22
|
-
'object',
|
|
23
|
-
'embed',
|
|
24
|
-
'[contenteditable="true"]',
|
|
25
|
-
'[contenteditable=""]',
|
|
26
|
-
'[tabindex]',
|
|
27
|
-
].join(',');
|
|
28
14
|
/**
|
|
29
15
|
* The `AriaDialogFocusableTrapSlimmer` class is designed to manage focus behavior for dialog elements appended to the DOM, particularly in scenarios where screen readers like VoiceOver are used.
|
|
30
16
|
* It detects when a click event is likely triggered by VoiceOver and ensures that focus is appropriately set to the first focusable element
|
|
@@ -46,6 +32,7 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
46
32
|
this.eventListenerHandler = () => {
|
|
47
33
|
const target = this.entry.triggerEl() || window;
|
|
48
34
|
target.addEventListener('click', this.handleClickEvent, { capture: true });
|
|
35
|
+
target.addEventListener('contextmenu', this.handleContextMenuEvent, { capture: true });
|
|
49
36
|
};
|
|
50
37
|
/**
|
|
51
38
|
* Removes the event listener for click events from the trigger element or the window.
|
|
@@ -54,6 +41,7 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
54
41
|
const target = this.entry.triggerEl();
|
|
55
42
|
target && target.removeEventListener('click', this.handleClickEvent, { capture: true });
|
|
56
43
|
window.removeEventListener('click', this.handleClickEvent, { capture: true });
|
|
44
|
+
target && target.removeEventListener('contextmenu', this.handleContextMenuEvent, { capture: true });
|
|
57
45
|
};
|
|
58
46
|
/**
|
|
59
47
|
* Handles the click event and determines if it is likely triggered by VoiceOver.
|
|
@@ -69,62 +57,17 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
69
57
|
}
|
|
70
58
|
};
|
|
71
59
|
/**
|
|
72
|
-
*
|
|
73
|
-
*
|
|
60
|
+
* Handles the context menu event to prevent the default context menu from appearing when a VoiceOver click is detected.
|
|
61
|
+
* This is important because VoiceOver users may trigger a context menu with a specific gesture, and preventing the default behavior can help ensure that the focus management works as intended without interference from the context menu.
|
|
74
62
|
*
|
|
75
|
-
* @param {
|
|
76
|
-
* @returns {Nullable<HTMLElement>} The first focusable element found, or null if none exists.
|
|
63
|
+
* @param {MouseEvent} e - The context menu event object that is passed to the event handler.
|
|
77
64
|
*/
|
|
78
|
-
this.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
* @param {ParentNode} node - The node to search within.
|
|
83
|
-
* @returns {Nullable<HTMLElement>} The first focusable element found, or null if none exists.
|
|
84
|
-
*/
|
|
85
|
-
const findFirst = (node) => {
|
|
86
|
-
if (node instanceof HTMLElement && this.isFocusableElement(node)) {
|
|
87
|
-
return node;
|
|
88
|
-
}
|
|
89
|
-
const elements = Array.from(node.querySelectorAll('*'));
|
|
90
|
-
for (const element of elements) {
|
|
91
|
-
if (this.isFocusableElement(element)) {
|
|
92
|
-
return element;
|
|
93
|
-
}
|
|
94
|
-
if (element.shadowRoot) {
|
|
95
|
-
const found = findFirst(element.shadowRoot);
|
|
96
|
-
if (found)
|
|
97
|
-
return found;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
return null;
|
|
101
|
-
};
|
|
102
|
-
if (container instanceof HTMLElement && container.shadowRoot) {
|
|
103
|
-
if (this.isFocusableElement(container))
|
|
104
|
-
return container;
|
|
105
|
-
return findFirst(container) || findFirst(container.shadowRoot);
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
return findFirst(container);
|
|
65
|
+
this.handleContextMenuEvent = (e) => {
|
|
66
|
+
if (this.isVoiceOverClick) {
|
|
67
|
+
e.preventDefault();
|
|
68
|
+
e.stopPropagation();
|
|
109
69
|
}
|
|
110
70
|
};
|
|
111
|
-
/**
|
|
112
|
-
* It returns the first focusable element in the modal container, or the modal container itself if it is focusable.
|
|
113
|
-
*
|
|
114
|
-
* @param {HTMLElement} element - The element to check for focusable and to search within if it is not focusable.
|
|
115
|
-
* @returns {boolean} True if the element is focusable, false otherwise.
|
|
116
|
-
*/
|
|
117
|
-
this.isFocusableElement = (element) => {
|
|
118
|
-
if (!element.matches(focusableSelector))
|
|
119
|
-
return false;
|
|
120
|
-
if (element.hasAttribute('disabled') || element.hasAttribute('inert'))
|
|
121
|
-
return false;
|
|
122
|
-
if (element.getAttribute('aria-hidden') === 'true')
|
|
123
|
-
return false;
|
|
124
|
-
if (element instanceof HTMLInputElement && element.type === 'hidden')
|
|
125
|
-
return false;
|
|
126
|
-
return element.tabIndex >= 0;
|
|
127
|
-
};
|
|
128
71
|
/**
|
|
129
72
|
* Focuses on the first focusable element within the dialog when the dialog content is ready and the last interaction was detected as a VoiceOver click. This method is called in response to the dialog content ready notification, ensuring that focus is set appropriately when the dialog is shown after being triggered by VoiceOver.
|
|
130
73
|
* It retrieves the currently active element, stores it as the trigger element, and then focuses on the first focusable element within the dialog content.
|
|
@@ -133,7 +76,7 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
133
76
|
this.focusOnFirstFocusableElement = () => {
|
|
134
77
|
if (!this.isChildFocused) {
|
|
135
78
|
const dialogElement = this.entry.dialogEl();
|
|
136
|
-
const focusableElement =
|
|
79
|
+
const focusableElement = getFirstFocusableElement(dialogElement);
|
|
137
80
|
if (focusableElement) {
|
|
138
81
|
this.isChildFocused = true;
|
|
139
82
|
focusableElement.focus();
|
|
@@ -193,6 +136,7 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
193
136
|
* @returns {Promise<void>} A promise that resolves when the focus action is complete.
|
|
194
137
|
*/
|
|
195
138
|
async show() {
|
|
139
|
+
this.entry.dialogEl().removeAttribute('inert');
|
|
196
140
|
// eslint-disable-next-line no-restricted-globals
|
|
197
141
|
const activeEl = getDeepActiveElementInShadow(document, true);
|
|
198
142
|
if (activeEl) {
|
|
@@ -216,6 +160,7 @@ export class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
216
160
|
*/
|
|
217
161
|
async hide() {
|
|
218
162
|
if (this.focusTriggerElement) {
|
|
163
|
+
this.entry.dialogEl().setAttribute('inert', '');
|
|
219
164
|
await this.focusDialogTaskQueue.enqueue({
|
|
220
165
|
// eslint-disable-next-line jsdoc/require-jsdoc
|
|
221
166
|
run: async () => {
|
|
@@ -415,3 +415,24 @@ export const isEATriggerStrategy = (instance) => {
|
|
|
415
415
|
typeof instance.evaluate === 'function' &&
|
|
416
416
|
typeof instance.canEvaluate === 'function');
|
|
417
417
|
};
|
|
418
|
+
/**
|
|
419
|
+
* Validates if the input is of type MarginValueType, which can be either a SpacingTokenType or the string 'auto'.
|
|
420
|
+
*
|
|
421
|
+
* @param {unknown} input - The value to check.
|
|
422
|
+
* @returns {boolean} indicating if the input is type of {@link MarginValueType}
|
|
423
|
+
*/
|
|
424
|
+
export const isMarginValueType = (input) => {
|
|
425
|
+
return isSpacingTokenType(input) || input === 'auto';
|
|
426
|
+
};
|
|
427
|
+
/**
|
|
428
|
+
* Validates if the input is of type DirectionalMarginType.
|
|
429
|
+
*
|
|
430
|
+
* @param {unknown} input - The value to check.
|
|
431
|
+
* @returns {boolean} indicating if the input is type of {@link DirectionalMarginType}
|
|
432
|
+
*/
|
|
433
|
+
export const isDirectionalMarginType = (input) => {
|
|
434
|
+
return (typeof input === 'object' &&
|
|
435
|
+
input !== null &&
|
|
436
|
+
Object.keys(input).every(isSpacingDirection) &&
|
|
437
|
+
Object.values(input).every(isMarginValueType));
|
|
438
|
+
};
|
|
@@ -259,6 +259,8 @@ export function checkIsVoiceOverClick(clickEvent) {
|
|
|
259
259
|
if (clickEvent.detail === 0)
|
|
260
260
|
return true;
|
|
261
261
|
const targetElementRect = clickEvent.composedPath()[0].getBoundingClientRect();
|
|
262
|
+
if (targetElementRect.width === 0 && targetElementRect.height === 0)
|
|
263
|
+
return false;
|
|
262
264
|
const targetElementMiddleX = Math.floor(targetElementRect.x + targetElementRect.width / 2);
|
|
263
265
|
const targetElementMiddleY = Math.floor(targetElementRect.y + targetElementRect.height / 2);
|
|
264
266
|
const clickPositionX = clickEvent.clientX;
|
|
@@ -267,3 +269,69 @@ export function checkIsVoiceOverClick(clickEvent) {
|
|
|
267
269
|
Math.abs(targetElementMiddleX - clickPositionX) <= 1 &&
|
|
268
270
|
Math.abs(targetElementMiddleY - clickPositionY) <= 1);
|
|
269
271
|
}
|
|
272
|
+
const focusableSelector = [
|
|
273
|
+
'a[href]',
|
|
274
|
+
'area[href]',
|
|
275
|
+
'button',
|
|
276
|
+
'input',
|
|
277
|
+
'select',
|
|
278
|
+
'textarea',
|
|
279
|
+
'iframe',
|
|
280
|
+
'object',
|
|
281
|
+
'embed',
|
|
282
|
+
'[contenteditable="true"]',
|
|
283
|
+
'[contenteditable=""]',
|
|
284
|
+
'[tabindex]',
|
|
285
|
+
].join(',');
|
|
286
|
+
/**
|
|
287
|
+
* Checks if the given element is focusable based on its tag, attributes, and tabIndex.
|
|
288
|
+
*
|
|
289
|
+
* @param {HTMLElement} element - The element to check.
|
|
290
|
+
* @returns {boolean} True if the element is focusable, false otherwise.
|
|
291
|
+
*/
|
|
292
|
+
export function isFocusableElement(element) {
|
|
293
|
+
if (!element.matches(focusableSelector))
|
|
294
|
+
return false;
|
|
295
|
+
if (element.hasAttribute('disabled') || element.hasAttribute('inert'))
|
|
296
|
+
return false;
|
|
297
|
+
if (element.getAttribute('aria-hidden') === 'true')
|
|
298
|
+
return false;
|
|
299
|
+
if (element instanceof HTMLInputElement && element.type === 'hidden')
|
|
300
|
+
return false;
|
|
301
|
+
return element.tabIndex >= 0;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Recursively searches for the first focusable element within the given container, including its shadow DOM descendants.
|
|
305
|
+
*
|
|
306
|
+
* @param {HTMLElement | ShadowRoot} container - The container to search within.
|
|
307
|
+
* @returns {Nullable<HTMLElement>} The first focusable element found, or null if none exists.
|
|
308
|
+
*/
|
|
309
|
+
export function getFirstFocusableElement(container) {
|
|
310
|
+
/**
|
|
311
|
+
* @param {ParentNode} node - The node to search within for a focusable element.
|
|
312
|
+
* @returns {Nullable<HTMLElement>} The first focusable element found, or null.
|
|
313
|
+
*/
|
|
314
|
+
const findFirst = (node) => {
|
|
315
|
+
if (node instanceof HTMLElement && isFocusableElement(node)) {
|
|
316
|
+
return node;
|
|
317
|
+
}
|
|
318
|
+
const elements = Array.from(node.querySelectorAll('*'));
|
|
319
|
+
for (const element of elements) {
|
|
320
|
+
if (isFocusableElement(element)) {
|
|
321
|
+
return element;
|
|
322
|
+
}
|
|
323
|
+
if (element.shadowRoot) {
|
|
324
|
+
const found = findFirst(element.shadowRoot);
|
|
325
|
+
if (found)
|
|
326
|
+
return found;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
return null;
|
|
330
|
+
};
|
|
331
|
+
if (container instanceof HTMLElement && container.shadowRoot) {
|
|
332
|
+
if (isFocusableElement(container))
|
|
333
|
+
return container;
|
|
334
|
+
return findFirst(container) || findFirst(container.shadowRoot);
|
|
335
|
+
}
|
|
336
|
+
return findFirst(container);
|
|
337
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { F as FeatureFlag } from './feature-flag-controller-30f7b625.js';
|
|
2
|
-
import { V as VegaLoader, a as VegaNotify, b as VegaEventManager, c as VegaZIndexManager, w as waitForVega, d as VegaSkeletonLoader, e as VegaTranslation, f as VegaRTETokenExtension, g as VegaRTELanguageExtension, h as VegaRTEFunctionExtension, i as VegaRTETableExtension } from './token-extension-
|
|
3
|
-
import { V as VegaThemeManager } from './split-cell-operation-
|
|
2
|
+
import { V as VegaLoader, a as VegaNotify, b as VegaEventManager, c as VegaZIndexManager, w as waitForVega, d as VegaSkeletonLoader, e as VegaTranslation, f as VegaRTETokenExtension, g as VegaRTELanguageExtension, h as VegaRTEFunctionExtension, i as VegaRTETableExtension } from './token-extension-5ee7a3f1.js';
|
|
3
|
+
import { V as VegaThemeManager } from './split-cell-operation-548ea374.js';
|
|
4
4
|
import { M as MapToComponentMethod, V as VegaSlimmer, s as setVegaLogLevel, G as GlobalSlimmersRegistry } from './global-slimmer-registry-17c4efd4.js';
|
|
5
5
|
import { V as VegaDialog } from './vega-dialog-controller-bbb2fc52.js';
|
|
6
6
|
import { T as TypographyUrls } from './typography-396de03f.js';
|
|
7
7
|
import { V as VegaIconManager } from './icon-manager-539d7cf7.js';
|
|
8
8
|
import { V as VegaInternalTranslation, s as staticTranslations } from './internal-translation-controller-b08aa9ab.js';
|
|
9
|
-
import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-
|
|
9
|
+
import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-3bf19ad6.js';
|
|
10
10
|
import { v as vegaEnvManager } from './vega-env-manager-8f8dc473.js';
|
|
11
11
|
import { U as UPDATE_TRANSLATION } from './static-subject-title-52f93124.js';
|
|
12
12
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
13
13
|
import { O as Observer } from './observer-3959f9dd.js';
|
|
14
14
|
import { f as forceUpdate } from './index-090d31ca.js';
|
|
15
|
-
import { V as VegaRTEContent } from './content-state-
|
|
15
|
+
import { V as VegaRTEContent } from './content-state-89f8eecb.js';
|
|
16
16
|
import { v as vegaNonceManager, s as setVegaNonce } from './vega-nonce-manager-497e5eb5.js';
|
|
17
|
-
import { V as VegaRTEPresetToolbarItems } from './code-block-
|
|
17
|
+
import { V as VegaRTEPresetToolbarItems } from './code-block-cd913077.js';
|
|
18
18
|
|
|
19
19
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
20
20
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -396,7 +396,7 @@ function injectVegaRichTextEditorClassIntoGlobal() {
|
|
|
396
396
|
* Inject VegaPublicValidationRules to global as a public api
|
|
397
397
|
*/
|
|
398
398
|
function injectVegaPublicValidationRules() {
|
|
399
|
-
void import('./public-rules-
|
|
399
|
+
void import('./public-rules-e42bce9d.js').then((module) => {
|
|
400
400
|
Object.entries(module).forEach(([name, value]) => {
|
|
401
401
|
globalThis[name] = value;
|
|
402
402
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { M as MapToComponentMethod, V as VegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
2
|
-
import { l as checkIsVoiceOverClick, e as getDeepActiveElementInShadow } from './ui-
|
|
2
|
+
import { l as checkIsVoiceOverClick, m as getFirstFocusableElement, e as getDeepActiveElementInShadow } from './ui-b7600a48.js';
|
|
3
3
|
import { S as SynchronizeTaskQueue } from './synchronize-task-queue-ac8acc3b.js';
|
|
4
4
|
import { O as Observer } from './observer-3959f9dd.js';
|
|
5
5
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
6
6
|
import { C as VegaInternalDialogContentReady } from './vega-internal-event-id-70bd893d.js';
|
|
7
|
-
import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-
|
|
7
|
+
import { d as domNodeSubjectFactory } from './dom-node-subject-observer-factory-aca0116e.js';
|
|
8
8
|
|
|
9
9
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
10
10
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -12,20 +12,6 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
|
|
|
12
12
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
13
13
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
14
14
|
};
|
|
15
|
-
const focusableSelector = [
|
|
16
|
-
'a[href]',
|
|
17
|
-
'area[href]',
|
|
18
|
-
'button',
|
|
19
|
-
'input',
|
|
20
|
-
'select',
|
|
21
|
-
'textarea',
|
|
22
|
-
'iframe',
|
|
23
|
-
'object',
|
|
24
|
-
'embed',
|
|
25
|
-
'[contenteditable="true"]',
|
|
26
|
-
'[contenteditable=""]',
|
|
27
|
-
'[tabindex]',
|
|
28
|
-
].join(',');
|
|
29
15
|
/**
|
|
30
16
|
* The `AriaDialogFocusableTrapSlimmer` class is designed to manage focus behavior for dialog elements appended to the DOM, particularly in scenarios where screen readers like VoiceOver are used.
|
|
31
17
|
* It detects when a click event is likely triggered by VoiceOver and ensures that focus is appropriately set to the first focusable element
|
|
@@ -47,6 +33,7 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
47
33
|
this.eventListenerHandler = () => {
|
|
48
34
|
const target = this.entry.triggerEl() || window;
|
|
49
35
|
target.addEventListener('click', this.handleClickEvent, { capture: true });
|
|
36
|
+
target.addEventListener('contextmenu', this.handleContextMenuEvent, { capture: true });
|
|
50
37
|
};
|
|
51
38
|
/**
|
|
52
39
|
* Removes the event listener for click events from the trigger element or the window.
|
|
@@ -55,6 +42,7 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
55
42
|
const target = this.entry.triggerEl();
|
|
56
43
|
target && target.removeEventListener('click', this.handleClickEvent, { capture: true });
|
|
57
44
|
window.removeEventListener('click', this.handleClickEvent, { capture: true });
|
|
45
|
+
target && target.removeEventListener('contextmenu', this.handleContextMenuEvent, { capture: true });
|
|
58
46
|
};
|
|
59
47
|
/**
|
|
60
48
|
* Handles the click event and determines if it is likely triggered by VoiceOver.
|
|
@@ -70,62 +58,17 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
70
58
|
}
|
|
71
59
|
};
|
|
72
60
|
/**
|
|
73
|
-
*
|
|
74
|
-
*
|
|
61
|
+
* Handles the context menu event to prevent the default context menu from appearing when a VoiceOver click is detected.
|
|
62
|
+
* This is important because VoiceOver users may trigger a context menu with a specific gesture, and preventing the default behavior can help ensure that the focus management works as intended without interference from the context menu.
|
|
75
63
|
*
|
|
76
|
-
* @param {
|
|
77
|
-
* @returns {Nullable<HTMLElement>} The first focusable element found, or null if none exists.
|
|
64
|
+
* @param {MouseEvent} e - The context menu event object that is passed to the event handler.
|
|
78
65
|
*/
|
|
79
|
-
this.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
* @param {ParentNode} node - The node to search within.
|
|
84
|
-
* @returns {Nullable<HTMLElement>} The first focusable element found, or null if none exists.
|
|
85
|
-
*/
|
|
86
|
-
const findFirst = (node) => {
|
|
87
|
-
if (node instanceof HTMLElement && this.isFocusableElement(node)) {
|
|
88
|
-
return node;
|
|
89
|
-
}
|
|
90
|
-
const elements = Array.from(node.querySelectorAll('*'));
|
|
91
|
-
for (const element of elements) {
|
|
92
|
-
if (this.isFocusableElement(element)) {
|
|
93
|
-
return element;
|
|
94
|
-
}
|
|
95
|
-
if (element.shadowRoot) {
|
|
96
|
-
const found = findFirst(element.shadowRoot);
|
|
97
|
-
if (found)
|
|
98
|
-
return found;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
return null;
|
|
102
|
-
};
|
|
103
|
-
if (container instanceof HTMLElement && container.shadowRoot) {
|
|
104
|
-
if (this.isFocusableElement(container))
|
|
105
|
-
return container;
|
|
106
|
-
return findFirst(container) || findFirst(container.shadowRoot);
|
|
107
|
-
}
|
|
108
|
-
else {
|
|
109
|
-
return findFirst(container);
|
|
66
|
+
this.handleContextMenuEvent = (e) => {
|
|
67
|
+
if (this.isVoiceOverClick) {
|
|
68
|
+
e.preventDefault();
|
|
69
|
+
e.stopPropagation();
|
|
110
70
|
}
|
|
111
71
|
};
|
|
112
|
-
/**
|
|
113
|
-
* It returns the first focusable element in the modal container, or the modal container itself if it is focusable.
|
|
114
|
-
*
|
|
115
|
-
* @param {HTMLElement} element - The element to check for focusable and to search within if it is not focusable.
|
|
116
|
-
* @returns {boolean} True if the element is focusable, false otherwise.
|
|
117
|
-
*/
|
|
118
|
-
this.isFocusableElement = (element) => {
|
|
119
|
-
if (!element.matches(focusableSelector))
|
|
120
|
-
return false;
|
|
121
|
-
if (element.hasAttribute('disabled') || element.hasAttribute('inert'))
|
|
122
|
-
return false;
|
|
123
|
-
if (element.getAttribute('aria-hidden') === 'true')
|
|
124
|
-
return false;
|
|
125
|
-
if (element instanceof HTMLInputElement && element.type === 'hidden')
|
|
126
|
-
return false;
|
|
127
|
-
return element.tabIndex >= 0;
|
|
128
|
-
};
|
|
129
72
|
/**
|
|
130
73
|
* Focuses on the first focusable element within the dialog when the dialog content is ready and the last interaction was detected as a VoiceOver click. This method is called in response to the dialog content ready notification, ensuring that focus is set appropriately when the dialog is shown after being triggered by VoiceOver.
|
|
131
74
|
* It retrieves the currently active element, stores it as the trigger element, and then focuses on the first focusable element within the dialog content.
|
|
@@ -134,7 +77,7 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
134
77
|
this.focusOnFirstFocusableElement = () => {
|
|
135
78
|
if (!this.isChildFocused) {
|
|
136
79
|
const dialogElement = this.entry.dialogEl();
|
|
137
|
-
const focusableElement =
|
|
80
|
+
const focusableElement = getFirstFocusableElement(dialogElement);
|
|
138
81
|
if (focusableElement) {
|
|
139
82
|
this.isChildFocused = true;
|
|
140
83
|
focusableElement.focus();
|
|
@@ -194,6 +137,7 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
194
137
|
* @returns {Promise<void>} A promise that resolves when the focus action is complete.
|
|
195
138
|
*/
|
|
196
139
|
async show() {
|
|
140
|
+
this.entry.dialogEl().removeAttribute('inert');
|
|
197
141
|
// eslint-disable-next-line no-restricted-globals
|
|
198
142
|
const activeEl = getDeepActiveElementInShadow(document, true);
|
|
199
143
|
if (activeEl) {
|
|
@@ -217,6 +161,7 @@ class AriaDialogFocusableTrapSlimmer extends VegaSlimmer {
|
|
|
217
161
|
*/
|
|
218
162
|
async hide() {
|
|
219
163
|
if (this.focusTriggerElement) {
|
|
164
|
+
this.entry.dialogEl().setAttribute('inert', '');
|
|
220
165
|
await this.focusDialogTaskQueue.enqueue({
|
|
221
166
|
// eslint-disable-next-line jsdoc/require-jsdoc
|
|
222
167
|
run: async () => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
2
2
|
import { O as Observer } from './observer-3959f9dd.js';
|
|
3
3
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
4
|
-
import { b as isParent } from './ui-
|
|
4
|
+
import { b as isParent } from './ui-b7600a48.js';
|
|
5
5
|
|
|
6
6
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
7
7
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|