@globalpayments/vega 2.36.0 → 2.37.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-13d4a0be.js → app-globals-7980768c.js} +10 -9
- package/dist/cjs/{child-nodes-event-prevent-slimmer-96c3c4ae.js → child-nodes-event-prevent-slimmer-af2addec.js} +1 -1
- package/dist/cjs/{child-nodes-notify-observer-slimmer-be92f366.js → child-nodes-notify-observer-slimmer-4e60a929.js} +2 -2
- package/dist/cjs/{content-state-2336e368.js → content-state-9a9a4bd8.js} +3 -37
- package/dist/cjs/{design-token-30c069c1.js → design-token-36eb5def.js} +1 -1
- package/dist/cjs/{dom-node-subject-factory-3ec114b8.js → dom-node-subject-factory-ce1777a9.js} +0 -30
- package/dist/cjs/{dom-node-subject-observer-factory-5f0eae19.js → dom-node-subject-observer-factory-80b3ac6c.js} +3 -2
- package/dist/cjs/{element-appender-slimmer-77f9c4a0.js → element-appender-slimmer-c6e0f4ca.js} +28 -1
- package/dist/cjs/{event-emit-slimmer-9c223f73.js → event-emit-slimmer-208a19e4.js} +3 -3
- package/dist/cjs/{form-field-controller-slimmer-8d4d2723.js → form-field-controller-slimmer-0303f4a7.js} +10 -9
- package/dist/cjs/{image-annotation-action-4135ca69.js → image-annotation-action-8e622f61.js} +4 -4
- package/dist/cjs/index-7c81de06.js +99 -0
- package/dist/cjs/index.cjs.js +29 -13
- package/dist/cjs/{internal-vega-event-manager-e5e4bcf4.js → internal-vega-event-manager-981dfd1c.js} +1 -1
- package/dist/cjs/loader.cjs.js +11 -9
- package/dist/cjs/{node-annotation.abstract-c3c07af5.js → node-annotation.abstract-2c8373c1.js} +6 -61
- package/dist/cjs/observer-f49483e8.js +32 -0
- package/dist/cjs/{remote-invocation-registry-ff9af278.js → remote-invocation-registry-32aaf6c2.js} +3 -3
- package/dist/cjs/{responsive-format-facade-4363a00d.js → responsive-format-facade-a1983026.js} +2 -0
- package/dist/cjs/{static-subject-title-d66b88fb.js → static-subject-title-c589a1bd.js} +2 -0
- package/dist/cjs/{string-input-formatter-slimmer-6155c9f5.js → string-input-formatter-slimmer-396b1cee.js} +28 -35
- package/dist/cjs/{style-formatter-63218b76.js → style-formatter-d446562b.js} +1 -1
- package/dist/cjs/{sub-state-notify-slimmer-994eb848.js → sub-state-notify-slimmer-ae490543.js} +3 -2
- package/dist/cjs/{sub-state-observer-slimmer-080a4bea.js → sub-state-observer-slimmer-080731bc.js} +3 -2
- package/dist/cjs/{translation-b9be41e0.js → translation-6848c389.js} +1 -1
- package/dist/cjs/{translation-slimmer-ec76c5a2.js → translation-slimmer-510906bc.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +9 -8
- package/dist/cjs/vega-app-header-button.cjs.entry.js +140 -37
- package/dist/cjs/vega-banner.cjs.entry.js +5 -4
- package/dist/cjs/vega-box.cjs.entry.js +3 -3
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +6 -5
- package/dist/cjs/vega-button-circle.cjs.entry.js +9 -8
- package/dist/cjs/vega-button-group_2.cjs.entry.js +8 -7
- package/dist/cjs/vega-button-link.cjs.entry.js +6 -5
- package/dist/cjs/vega-button.cjs.entry.js +8 -7
- package/dist/cjs/vega-calendar_3.cjs.entry.js +287 -217
- package/dist/cjs/vega-card.cjs.entry.js +2 -2
- package/dist/cjs/vega-carousel.cjs.entry.js +6 -5
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +13 -12
- package/dist/cjs/vega-chip.cjs.entry.js +8 -7
- package/dist/cjs/vega-color-picker.cjs.entry.js +8 -7
- package/dist/cjs/vega-combo-box.cjs.entry.js +9 -8
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +17 -15
- package/dist/cjs/vega-dialog_2.cjs.entry.js +829 -378
- package/dist/cjs/vega-divider.cjs.entry.js +2 -2
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +36 -15
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-field-error.cjs.entry.js +1 -1
- package/dist/cjs/vega-field-label.cjs.entry.js +5 -4
- package/dist/cjs/vega-file-uploader.cjs.entry.js +9 -8
- package/dist/cjs/vega-flex.cjs.entry.js +3 -3
- package/dist/cjs/vega-font.cjs.entry.js +2 -2
- package/dist/cjs/vega-form.cjs.entry.js +14 -13
- package/dist/cjs/vega-grid.cjs.entry.js +2 -2
- package/dist/cjs/vega-icon.cjs.entry.js +2 -2
- package/dist/cjs/vega-image-uploader.cjs.entry.js +11 -10
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +9 -8
- package/dist/cjs/vega-input-numeric.cjs.entry.js +10 -9
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +10 -9
- package/dist/cjs/vega-input-range.cjs.entry.js +10 -9
- package/dist/cjs/vega-input-select.cjs.entry.js +12 -11
- package/dist/cjs/vega-input.cjs.entry.js +16 -11
- package/dist/cjs/vega-item-toggle.cjs.entry.js +5 -4
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +22 -12
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +1 -1
- package/dist/cjs/vega-page-notification_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-pagination.cjs.entry.js +9 -8
- package/dist/cjs/vega-popover_2.cjs.entry.js +9 -7
- package/dist/cjs/vega-progress-tracker.cjs.entry.js +5 -4
- package/dist/cjs/vega-radio_2.cjs.entry.js +13 -12
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +10 -8
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +22 -20
- package/dist/cjs/vega-segment-control.cjs.entry.js +5 -4
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +13 -12
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +13 -12
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +11 -10
- package/dist/cjs/vega-signature-capture.cjs.entry.js +11 -10
- package/dist/cjs/{vega-skeleton-loader-controller-7dac484f.js → vega-skeleton-loader-controller-ef43cfc1.js} +1 -1
- package/dist/cjs/vega-stepper.cjs.entry.js +9 -8
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +15 -12
- package/dist/cjs/vega-table_8.cjs.entry.js +41 -25
- package/dist/cjs/vega-textarea.cjs.entry.js +9 -8
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +12 -11
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +8 -7
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +5 -2
- package/dist/cjs/vega.cjs.js +11 -9
- package/dist/collection/components/vega-app-header-button/slimmers/renderers/vega-app-header-button-dropdown-renderer.js +124 -0
- package/dist/collection/components/vega-app-header-button/vega-app-header-button.js +12 -31
- package/dist/collection/components/vega-box/vega-box.js +33 -3
- package/dist/collection/components/vega-button-circle/vega-button-circle.js +1 -1
- package/dist/collection/components/vega-button-group/vega-button-group-item/vega-button-group-item.js +1 -1
- package/dist/collection/components/vega-calendar/slimmers/common/renderers/vega-calendar-view-renderer.js +9 -1
- package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-time-line-renderer.js +2 -111
- package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-time-marker-renderer.js +164 -0
- package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-view-with-time-renderer.js +4 -1
- package/dist/collection/components/vega-calendar/vega-calendar.js +7 -2
- package/dist/collection/components/vega-checkbox/vega-checkbox-group/vega-checkbox-group.js +1 -1
- package/dist/collection/components/vega-checkbox/vega-checkbox.css +5 -1
- package/dist/collection/components/vega-combo-box/vega-combo-box.js +1 -1
- package/dist/collection/components/vega-dialog/vega-dialog.js +3 -3
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-scrollable-controller.js +19 -0
- package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.js +4 -1
- package/dist/collection/components/vega-field-label/vega-field-label.js +1 -1
- package/dist/collection/components/vega-flex/vega-flex.js +12 -0
- package/dist/collection/components/vega-input/vega-input.js +6 -2
- package/dist/collection/components/vega-input-credit-card/test/share.js +1 -1
- package/dist/collection/components/vega-input-select/vega-input-select.js +3 -3
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-backdrop-controller.js +64 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +136 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-mobile-controller.js +60 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.js +190 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-opened-modal-stack-controller.js +51 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.js +76 -0
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-z-index-controller.js +43 -0
- package/dist/collection/components/vega-modal/slimmers/renderers/vega-modal-renderer.js +122 -0
- package/dist/collection/components/vega-modal/vega-modal.js +47 -340
- package/dist/collection/components/vega-nav/vega-left-nav-link/slimmers/renderers/vega-left-nav-link-renderer.js +4 -1
- package/dist/collection/components/vega-nav/vega-left-nav-link/vega-left-nav-link.js +27 -0
- package/dist/collection/components/vega-pagination/vega-pagination.js +1 -1
- package/dist/collection/components/vega-radio/vega-radio-group/vega-radio-group.js +1 -1
- package/dist/collection/components/vega-radio/vega-radio.css +3 -0
- package/dist/collection/components/vega-selection-chip/vega-selection-chip.js +2 -2
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-close-button-renderer.js +2 -2
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-direction-button-renderer.js +1 -0
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +3 -2
- package/dist/collection/components/vega-tab-group/vega-tab-group.css +9 -0
- package/dist/collection/components/vega-table/internal/vega-table-scrollable-container.js +2 -1
- package/dist/collection/components/vega-table/slimmers/renderers/vega-table-scroll-container-renderer.js +17 -1
- package/dist/collection/components/vega-table/vega-table.js +1 -1
- package/dist/collection/helpers/change-manager/subject/static-subject/static-subject-title.js +1 -0
- package/dist/collection/helpers/slimmers/element-appender-slimmer.js +27 -0
- package/dist/collection/helpers/slimmers/string-input-formatter-slimmer.js +29 -36
- package/dist/collection/helpers/slimmers/test/element-appender-slimmer.test.js +26 -0
- package/dist/collection/helpers/slimmers/test/string-input-formatter-slimmer.test.js +2 -1
- package/dist/collection/helpers/validator/test/rules/valid-credit-card-number-rule.test.js +56 -0
- package/dist/collection/types/public-api.js +17 -0
- package/dist/esm/{app-globals-9ded4406.js → app-globals-6912a75d.js} +7 -6
- package/dist/esm/{child-nodes-event-prevent-slimmer-97aae8a8.js → child-nodes-event-prevent-slimmer-3220fa5b.js} +1 -1
- package/dist/esm/{child-nodes-notify-observer-slimmer-289caacc.js → child-nodes-notify-observer-slimmer-36024b11.js} +1 -1
- package/dist/esm/{content-state-42a06d75.js → content-state-c2d29b35.js} +4 -37
- package/dist/esm/{design-token-d06bc718.js → design-token-e14b622b.js} +1 -1
- package/dist/esm/{dom-node-subject-factory-5831cdd4.js → dom-node-subject-factory-97deb349.js} +1 -30
- package/dist/esm/{dom-node-subject-observer-factory-dc486a8b.js → dom-node-subject-observer-factory-857c65fa.js} +2 -1
- package/dist/esm/{element-appender-slimmer-f3eceb79.js → element-appender-slimmer-f5e703f3.js} +28 -1
- package/dist/esm/{event-emit-slimmer-f285e3ac.js → event-emit-slimmer-36cf4e39.js} +3 -3
- package/dist/esm/{form-field-controller-slimmer-6ef5641b.js → form-field-controller-slimmer-7136b7fa.js} +5 -4
- package/dist/esm/{image-annotation-action-8a12e0bd.js → image-annotation-action-84422458.js} +4 -4
- package/dist/esm/index-b2045ad0.js +96 -0
- package/dist/esm/index.js +14 -12
- package/dist/esm/{internal-vega-event-manager-07e1b3d9.js → internal-vega-event-manager-0a01ba12.js} +1 -1
- package/dist/esm/loader.js +11 -9
- package/dist/esm/{node-annotation.abstract-af11b11b.js → node-annotation.abstract-a58b5a49.js} +6 -60
- package/dist/esm/observer-3959f9dd.js +30 -0
- package/dist/esm/{remote-invocation-registry-d97fa3bc.js → remote-invocation-registry-1682b34e.js} +1 -1
- package/dist/esm/{responsive-format-facade-c2ab9c87.js → responsive-format-facade-661193d7.js} +1 -1
- package/dist/esm/{static-subject-title-e06a3840.js → static-subject-title-8268945e.js} +2 -1
- package/dist/esm/{string-input-formatter-slimmer-73fa06e6.js → string-input-formatter-slimmer-0ecbf367.js} +29 -36
- package/dist/esm/{style-formatter-f91471e8.js → style-formatter-4b857992.js} +1 -1
- package/dist/esm/{sub-state-notify-slimmer-7d5a295a.js → sub-state-notify-slimmer-4a201088.js} +2 -1
- package/dist/esm/{sub-state-observer-slimmer-901c7953.js → sub-state-observer-slimmer-0d6da563.js} +2 -1
- package/dist/esm/{translation-a98970d8.js → translation-c08f2274.js} +1 -1
- package/dist/esm/{translation-slimmer-5ee9912b.js → translation-slimmer-7974f30b.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +8 -7
- package/dist/esm/vega-app-header-button.entry.js +141 -38
- package/dist/esm/vega-banner.entry.js +5 -4
- package/dist/esm/vega-box.entry.js +3 -3
- package/dist/esm/vega-breadcrumb.entry.js +6 -5
- package/dist/esm/vega-button-circle.entry.js +9 -8
- package/dist/esm/vega-button-group_2.entry.js +8 -7
- package/dist/esm/vega-button-link.entry.js +6 -5
- package/dist/esm/vega-button.entry.js +8 -7
- package/dist/esm/vega-calendar_3.entry.js +287 -217
- package/dist/esm/vega-card.entry.js +2 -2
- package/dist/esm/vega-carousel.entry.js +6 -5
- package/dist/esm/vega-checkbox_2.entry.js +11 -10
- package/dist/esm/vega-chip.entry.js +8 -7
- package/dist/esm/vega-color-picker.entry.js +8 -7
- package/dist/esm/vega-combo-box.entry.js +9 -8
- package/dist/esm/vega-date-picker_2.entry.js +17 -15
- package/dist/esm/vega-dialog_2.entry.js +828 -377
- package/dist/esm/vega-divider.entry.js +2 -2
- package/dist/esm/vega-dropdown_5.entry.js +36 -15
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-field-error.entry.js +1 -1
- package/dist/esm/vega-field-label.entry.js +5 -4
- package/dist/esm/vega-file-uploader.entry.js +9 -8
- package/dist/esm/vega-flex.entry.js +3 -3
- package/dist/esm/vega-font.entry.js +2 -2
- package/dist/esm/vega-form.entry.js +10 -9
- package/dist/esm/vega-grid.entry.js +2 -2
- package/dist/esm/vega-icon.entry.js +2 -2
- package/dist/esm/vega-image-uploader.entry.js +11 -10
- package/dist/esm/vega-input-credit-card.entry.js +9 -8
- package/dist/esm/vega-input-numeric.entry.js +10 -9
- package/dist/esm/vega-input-phone-number.entry.js +10 -9
- package/dist/esm/vega-input-range.entry.js +10 -9
- package/dist/esm/vega-input-select.entry.js +12 -11
- package/dist/esm/vega-input.entry.js +16 -11
- package/dist/esm/vega-item-toggle.entry.js +5 -4
- package/dist/esm/vega-left-nav_5.entry.js +20 -10
- package/dist/esm/vega-loader-wrapper_2.entry.js +1 -1
- package/dist/esm/vega-page-notification_2.entry.js +3 -2
- package/dist/esm/vega-pagination.entry.js +9 -8
- package/dist/esm/vega-popover_2.entry.js +9 -7
- package/dist/esm/vega-progress-tracker.entry.js +5 -4
- package/dist/esm/vega-radio_2.entry.js +11 -10
- package/dist/esm/vega-rich-text-content.entry.js +9 -7
- package/dist/esm/vega-rich-text-editor_4.entry.js +16 -14
- package/dist/esm/vega-segment-control.entry.js +5 -4
- package/dist/esm/vega-selection-chip_2.entry.js +12 -11
- package/dist/esm/vega-selection-tile_2.entry.js +12 -11
- package/dist/esm/vega-sidenav_3.entry.js +9 -8
- package/dist/esm/vega-signature-capture.entry.js +11 -10
- package/dist/esm/{vega-skeleton-loader-controller-0aaaf1fa.js → vega-skeleton-loader-controller-0044d77f.js} +1 -1
- package/dist/esm/vega-stepper.entry.js +9 -8
- package/dist/esm/vega-tab-group_2.entry.js +14 -11
- package/dist/esm/vega-table_8.entry.js +30 -14
- package/dist/esm/vega-textarea.entry.js +9 -8
- package/dist/esm/vega-time-picker_2.entry.js +12 -11
- package/dist/esm/vega-toggle-switch.entry.js +8 -7
- package/dist/esm/vega-tooltip_2.entry.js +5 -2
- package/dist/esm/vega.js +11 -9
- package/dist/types/components/vega-app-header-button/slimmers/renderers/vega-app-header-button-dropdown-renderer.d.ts +61 -0
- package/dist/types/components/vega-app-header-button/types.d.ts +1 -2
- package/dist/types/components/vega-app-header-button/vega-app-header-button.d.ts +2 -9
- package/dist/types/components/vega-box/vega-box.d.ts +10 -0
- package/dist/types/components/vega-button-circle/types.d.ts +1 -5
- package/dist/types/components/vega-button-circle/vega-button-circle.d.ts +1 -1
- package/dist/types/components/vega-calendar/slimmers/common/renderers/vega-calendar-view-renderer.d.ts +8 -0
- package/dist/types/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-time-line-renderer.d.ts +0 -49
- package/dist/types/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-time-marker-renderer.d.ts +69 -0
- package/dist/types/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-view-with-time-renderer.d.ts +1 -0
- package/dist/types/components/vega-calendar/types.d.ts +3 -0
- package/dist/types/components/vega-calendar/vega-calendar.d.ts +2 -0
- package/dist/types/components/vega-combo-box/types.d.ts +1 -3
- package/dist/types/components/vega-dialog/types.d.ts +1 -6
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-scrollable-controller.d.ts +4 -0
- package/dist/types/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.d.ts +1 -0
- package/dist/types/components/vega-flex/vega-flex.d.ts +4 -0
- package/dist/types/components/vega-input/vega-input.d.ts +1 -1
- package/dist/types/components/vega-input-select/types.d.ts +1 -3
- package/dist/types/components/vega-input-select/vega-input-select.d.ts +1 -1
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-backdrop-controller.d.ts +26 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.d.ts +38 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-mobile-controller.d.ts +27 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.d.ts +65 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-opened-modal-stack-controller.d.ts +30 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-scroll-controller.d.ts +28 -0
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-z-index-controller.d.ts +15 -0
- package/dist/types/components/vega-modal/slimmers/renderers/vega-modal-renderer.d.ts +33 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +16 -112
- package/dist/types/components/vega-nav/vega-left-nav-link/slimmers/renderers/vega-left-nav-link-renderer.d.ts +1 -0
- package/dist/types/components/vega-nav/vega-left-nav-link/vega-left-nav-link.d.ts +6 -0
- package/dist/types/components/vega-pagination/types.d.ts +1 -5
- package/dist/types/components/vega-pagination/vega-pagination.d.ts +1 -1
- package/dist/types/components/vega-rich-text-editor/interface.d.ts +1 -2
- package/dist/types/components/vega-selection-chip/vega-selection-chip.d.ts +1 -1
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-close-button-renderer.d.ts +2 -1
- package/dist/types/components/vega-tab-group/types.d.ts +2 -5
- package/dist/types/components/vega-table/interface.d.ts +5 -2
- package/dist/types/components/vega-table/internal/vega-table-scrollable-container.d.ts +1 -0
- package/dist/types/components/vega-table/slimmers/renderers/vega-table-scroll-container-renderer.d.ts +3 -0
- package/dist/types/components/vega-text/types.d.ts +1 -3
- package/dist/types/components.d.ts +46 -8
- package/dist/types/helpers/change-manager/subject/static-subject/static-subject-title.d.ts +2 -1
- package/dist/types/helpers/chart/bar-chart.d.ts +1 -2
- package/dist/types/helpers/dialog/vega-dialog-controller.d.ts +1 -2
- package/dist/types/helpers/skeleton-loader/interface.d.ts +1 -3
- package/dist/types/helpers/slimmers/element-appender-slimmer.d.ts +16 -0
- package/dist/types/helpers/slimmers/string-input-formatter-slimmer.d.ts +6 -13
- package/dist/types/types/public-api.d.ts +24 -1
- package/dist/types/types/ui.type.d.ts +1 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-00de36e4.js +1 -0
- package/dist/vega/p-00f4cf6a.entry.js +1 -0
- package/dist/vega/p-08bbc8e6.entry.js +1 -0
- package/dist/vega/p-0b9480a9.entry.js +1 -0
- package/dist/vega/p-13c22d72.entry.js +1 -0
- package/dist/vega/{p-0af4bda9.js → p-1b860f90.js} +1 -1
- package/dist/vega/p-1d53d434.entry.js +1 -0
- package/dist/vega/p-1d5fbccc.entry.js +1 -0
- package/dist/vega/p-1f67c930.entry.js +1 -0
- package/dist/vega/p-233e6715.entry.js +1 -0
- package/dist/vega/p-29dd376c.entry.js +1 -0
- package/dist/vega/p-2d36dbfe.js +1 -0
- package/dist/vega/p-2f39ea18.entry.js +1 -0
- package/dist/vega/p-331a62d5.js +1 -0
- package/dist/vega/p-34caa637.entry.js +1 -0
- package/dist/vega/p-3aec260c.entry.js +1 -0
- package/dist/vega/{p-97453cd8.entry.js → p-4019a3ec.entry.js} +1 -1
- package/dist/vega/{p-d3d4bf51.entry.js → p-46359293.entry.js} +1 -1
- package/dist/vega/{p-de664bdd.js → p-483c483a.js} +1 -1
- package/dist/vega/p-497db801.entry.js +1 -0
- package/dist/vega/p-4ab0d645.js +1 -0
- package/dist/vega/{p-84f2f342.js → p-4c18ff36.js} +1 -1
- package/dist/vega/p-503ff1ef.js +1 -0
- package/dist/vega/p-53360bc2.entry.js +1 -0
- package/dist/vega/p-570bdeb5.entry.js +1 -0
- package/dist/vega/{p-e8f540d8.js → p-57669fd6.js} +1 -1
- package/dist/vega/p-59b0f3c5.entry.js +1 -0
- package/dist/vega/p-5a19bcb5.entry.js +1 -0
- package/dist/vega/p-5d7d0085.entry.js +1 -0
- package/dist/vega/p-5dce8dfe.js +1 -0
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/p-5f82eb88.js +1 -0
- package/dist/vega/{p-72eee5e2.js → p-60fb1db7.js} +1 -1
- package/dist/vega/{p-cda26bdf.entry.js → p-644d7300.entry.js} +1 -1
- package/dist/vega/{p-81dbada7.js → p-666cd80f.js} +1 -1
- package/dist/vega/p-66b9e86d.entry.js +1 -0
- package/dist/vega/p-6705ce8f.entry.js +1 -0
- package/dist/vega/p-766a0cdd.entry.js +1 -0
- package/dist/vega/p-775fa5dd.entry.js +1 -0
- package/dist/vega/p-7c37e5bb.js +1 -0
- package/dist/vega/p-7da8b05f.js +1 -0
- package/dist/vega/{p-6705c68a.js → p-7f2441d6.js} +1 -1
- package/dist/vega/{p-83d87df5.js → p-7fedfba5.js} +1 -1
- package/dist/vega/p-8f8ab0d3.js +1 -0
- package/dist/vega/{p-032ed643.entry.js → p-95e50f3a.entry.js} +1 -1
- package/dist/vega/p-9625162b.entry.js +1 -0
- package/dist/vega/p-98043367.entry.js +1 -0
- package/dist/vega/p-9ab547b0.js +1 -0
- package/dist/vega/p-9b7f9c27.entry.js +1 -0
- package/dist/vega/{p-c51a3e3c.entry.js → p-9ce30868.entry.js} +1 -1
- package/dist/vega/{p-618b35e4.entry.js → p-9cfae00d.entry.js} +1 -1
- package/dist/vega/{p-0c2eb135.entry.js → p-9d19c126.entry.js} +1 -1
- package/dist/vega/{p-4b500240.js → p-a190c86a.js} +1 -1
- package/dist/vega/p-a247e23c.entry.js +1 -0
- package/dist/vega/p-a8a809e1.entry.js +1 -0
- package/dist/vega/{p-0945a58d.entry.js → p-a98475a2.entry.js} +1 -1
- package/dist/vega/{p-be12fa36.js → p-ac608edc.js} +1 -1
- package/dist/vega/p-af7e6dfb.entry.js +1 -0
- package/dist/vega/p-b1096431.entry.js +1 -0
- package/dist/vega/p-b2b41aa4.entry.js +1 -0
- package/dist/vega/p-b6b4e40f.entry.js +1 -0
- package/dist/vega/p-b7e52da9.entry.js +1 -0
- package/dist/vega/{p-d09d153f.entry.js → p-b7ebb9fa.entry.js} +1 -1
- package/dist/vega/p-bbea0599.entry.js +1 -0
- package/dist/vega/{p-c2b276f7.entry.js → p-c1f7f37c.entry.js} +1 -1
- package/dist/vega/p-c2ded423.js +1 -0
- package/dist/vega/p-ca239f51.js +1 -0
- package/dist/vega/p-cc8ec82c.entry.js +1 -0
- package/dist/vega/p-cfd486ab.entry.js +1 -0
- package/dist/vega/p-d57920df.entry.js +1 -0
- package/dist/vega/p-d638f007.entry.js +1 -0
- package/dist/vega/p-d7219734.js +1 -0
- package/dist/vega/p-ddac683a.entry.js +1 -0
- package/dist/vega/p-e4ca75a7.entry.js +1 -0
- package/dist/vega/p-e6fdc69f.entry.js +1 -0
- package/dist/vega/p-e95668f3.entry.js +1 -0
- package/dist/vega/p-eb798062.entry.js +1 -0
- package/dist/vega/p-ebc062f6.entry.js +1 -0
- package/dist/vega/p-ec4de3ec.js +1 -0
- package/dist/vega/p-fb5c2cc6.entry.js +1 -0
- package/dist/vega/p-fbb91e25.entry.js +1 -0
- package/dist/vega/p-fcab2244.entry.js +1 -0
- package/dist/vega/p-fea15767.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/vega/p-01d0dbe6.entry.js +0 -1
- package/dist/vega/p-09c5de7f.entry.js +0 -1
- package/dist/vega/p-12ad8ada.entry.js +0 -1
- package/dist/vega/p-13ce8d87.entry.js +0 -1
- package/dist/vega/p-14f85e30.entry.js +0 -1
- package/dist/vega/p-1d805cc0.entry.js +0 -1
- package/dist/vega/p-211df22a.entry.js +0 -1
- package/dist/vega/p-26af2a8b.js +0 -1
- package/dist/vega/p-29b09aad.js +0 -1
- package/dist/vega/p-2fbda931.js +0 -1
- package/dist/vega/p-2ff936da.entry.js +0 -1
- package/dist/vega/p-3126edd6.entry.js +0 -1
- package/dist/vega/p-317c72e4.entry.js +0 -1
- package/dist/vega/p-349dd552.js +0 -1
- package/dist/vega/p-36ad5ee1.entry.js +0 -1
- package/dist/vega/p-42465abc.entry.js +0 -1
- package/dist/vega/p-43b6aced.entry.js +0 -1
- package/dist/vega/p-441c9c90.entry.js +0 -1
- package/dist/vega/p-446c691b.js +0 -1
- package/dist/vega/p-45dd4698.entry.js +0 -1
- package/dist/vega/p-4d307520.entry.js +0 -1
- package/dist/vega/p-524ff1a3.entry.js +0 -1
- package/dist/vega/p-558450ba.entry.js +0 -1
- package/dist/vega/p-589530e4.entry.js +0 -1
- package/dist/vega/p-5ae1a322.entry.js +0 -1
- package/dist/vega/p-61116634.entry.js +0 -1
- package/dist/vega/p-61cffe6a.entry.js +0 -1
- package/dist/vega/p-68f0aa72.entry.js +0 -1
- package/dist/vega/p-6a3989dd.js +0 -1
- package/dist/vega/p-6bf28253.entry.js +0 -1
- package/dist/vega/p-6c09b79a.entry.js +0 -1
- package/dist/vega/p-6df81ec2.entry.js +0 -1
- package/dist/vega/p-75bca1c6.js +0 -1
- package/dist/vega/p-7b72dc7a.entry.js +0 -1
- package/dist/vega/p-8a77ff64.entry.js +0 -1
- package/dist/vega/p-8ab356e8.entry.js +0 -1
- package/dist/vega/p-906991ec.entry.js +0 -1
- package/dist/vega/p-92707b74.entry.js +0 -1
- package/dist/vega/p-96389073.entry.js +0 -1
- package/dist/vega/p-983c7d9b.js +0 -1
- package/dist/vega/p-9ec7d6c4.entry.js +0 -1
- package/dist/vega/p-a213b305.entry.js +0 -1
- package/dist/vega/p-a956561e.entry.js +0 -1
- package/dist/vega/p-b0c6cc78.entry.js +0 -1
- package/dist/vega/p-b1524c6c.js +0 -1
- package/dist/vega/p-b6815874.js +0 -1
- package/dist/vega/p-b688a71b.js +0 -1
- package/dist/vega/p-bd2cdf10.entry.js +0 -1
- package/dist/vega/p-c06e55d6.js +0 -1
- package/dist/vega/p-cb8f8458.entry.js +0 -1
- package/dist/vega/p-cea7506a.entry.js +0 -1
- package/dist/vega/p-cff45d92.entry.js +0 -1
- package/dist/vega/p-d057999f.js +0 -1
- package/dist/vega/p-d994874a.entry.js +0 -1
- package/dist/vega/p-df4142dd.entry.js +0 -1
- package/dist/vega/p-df9dbe2d.entry.js +0 -1
- package/dist/vega/p-ebb30774.entry.js +0 -1
- package/dist/vega/p-eed64b78.entry.js +0 -1
- package/dist/vega/p-efbea85a.entry.js +0 -1
- package/dist/vega/p-f7fdf737.entry.js +0 -1
|
@@ -3,6 +3,7 @@ import { VegaTableScrollConfig } from '../interface';
|
|
|
3
3
|
interface VegaTableScrollableContainerProps {
|
|
4
4
|
scrollConfig?: VegaTableScrollConfig;
|
|
5
5
|
ref?: (ref: HTMLElement | undefined) => void;
|
|
6
|
+
onScroll?: (e: Event) => void;
|
|
6
7
|
}
|
|
7
8
|
export declare const VegaTableScrollableContainer: FunctionalComponent<VegaTableScrollableContainerProps>;
|
|
8
9
|
export {};
|
|
@@ -2,9 +2,12 @@ import { VegaSlimmer } from '../../../../vega-slimmer/vega-slimmer-core';
|
|
|
2
2
|
import { VegaTable } from '../../vega-table';
|
|
3
3
|
export declare class VegaTableScrollContainerRenderer extends VegaSlimmer {
|
|
4
4
|
scrollConfig: VegaTable['scrollConfig'];
|
|
5
|
+
host: VegaTable['host'];
|
|
6
|
+
isTemplateRenderMode: VegaTable['isTemplateRenderMode'];
|
|
5
7
|
private tableScrollContainerRef;
|
|
6
8
|
watchCurrentPage(): void;
|
|
7
9
|
render(children: unknown): HTMLElement;
|
|
8
10
|
private setTableScrollContainerRef;
|
|
9
11
|
private scrollContainerToTop;
|
|
12
|
+
private notifyContentScrolling;
|
|
10
13
|
}
|
|
@@ -274,6 +274,7 @@ export namespace Components {
|
|
|
274
274
|
/**
|
|
275
275
|
* Specifies how the box aligns itself within its container.
|
|
276
276
|
* @vegaVersion 2.3.0
|
|
277
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
|
|
277
278
|
*/
|
|
278
279
|
"alignSelf": ResponsiveType<AlignSelfType>;
|
|
279
280
|
/**
|
|
@@ -309,36 +310,43 @@ export namespace Components {
|
|
|
309
310
|
/**
|
|
310
311
|
* Specifies how the box adjusts its size, growth, and alignment within a flex container.
|
|
311
312
|
* @vegaVersion 2.3.0
|
|
313
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex
|
|
312
314
|
*/
|
|
313
315
|
"flex": ResponsiveType<FlexType>;
|
|
314
316
|
/**
|
|
315
317
|
* Specifies the base size of the box.
|
|
316
318
|
* @vegaVersion 2.3.0
|
|
319
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
|
|
317
320
|
*/
|
|
318
321
|
"flexBasis": ResponsiveType<FlexBasisType>;
|
|
319
322
|
/**
|
|
320
323
|
* Specifies how the box is grow.
|
|
321
324
|
* @vegaVersion 2.3.0
|
|
325
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
|
|
322
326
|
*/
|
|
323
327
|
"flexGrow": ResponsiveType<FlexGrowType>;
|
|
324
328
|
/**
|
|
325
329
|
* Specifies how much the box shrinks.
|
|
326
330
|
* @vegaVersion 2.3.0
|
|
331
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink
|
|
327
332
|
*/
|
|
328
333
|
"flexShrink": ResponsiveType<FlexShrinkType>;
|
|
329
334
|
/**
|
|
330
335
|
* Defines the area within the grid occupied by the item. It accepts CSS values and can be set as ResponsiveType.
|
|
331
336
|
* @vegaVersion 2.5.0
|
|
337
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area
|
|
332
338
|
*/
|
|
333
339
|
"gridArea": ResponsiveType<GridAreaType>;
|
|
334
340
|
/**
|
|
335
341
|
* Determines the placement of the item within the grid along the horizontal axis.
|
|
336
342
|
* @vegaVersion 2.5.0
|
|
343
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
337
344
|
*/
|
|
338
345
|
"gridColumn": ResponsiveType<GridColumnType>;
|
|
339
346
|
/**
|
|
340
347
|
* Determines the placement of the item within the grid along the vertical axis.
|
|
341
348
|
* @vegaVersion 2.5.0
|
|
349
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
342
350
|
*/
|
|
343
351
|
"gridRow": ResponsiveType<GridRowType>;
|
|
344
352
|
/**
|
|
@@ -349,6 +357,7 @@ export namespace Components {
|
|
|
349
357
|
/**
|
|
350
358
|
* Specifies how a single box justifies its content along the main axis within its container.
|
|
351
359
|
* @vegaVersion 2.3.0
|
|
360
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
|
|
352
361
|
*/
|
|
353
362
|
"justifySelf": ResponsiveType<JustifySelfType>;
|
|
354
363
|
/**
|
|
@@ -369,6 +378,7 @@ export namespace Components {
|
|
|
369
378
|
/**
|
|
370
379
|
* Specifies the display order of the box.
|
|
371
380
|
* @vegaVersion 2.3.0
|
|
381
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/order
|
|
372
382
|
*/
|
|
373
383
|
"order": ResponsiveType<OrderType>;
|
|
374
384
|
/**
|
|
@@ -493,7 +503,7 @@ export namespace Components {
|
|
|
493
503
|
*/
|
|
494
504
|
"size": VegaButtonCircleSize;
|
|
495
505
|
/**
|
|
496
|
-
* Specifies the properties of the tooltip displayed for the button circle.
|
|
506
|
+
* Specifies the properties of the `vega-tooltip` displayed for the button circle.
|
|
497
507
|
* @vegaVersion 1.52.0
|
|
498
508
|
*/
|
|
499
509
|
"tooltip": VegaButtonCircleTooltip;
|
|
@@ -1513,21 +1523,25 @@ export namespace Components {
|
|
|
1513
1523
|
/**
|
|
1514
1524
|
* Specifies how the box adjusts its size, growth, and alignment within a flex container.
|
|
1515
1525
|
* @vegaVersion 2.26.0
|
|
1526
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex
|
|
1516
1527
|
*/
|
|
1517
1528
|
"flex": ResponsiveType<FlexType>;
|
|
1518
1529
|
/**
|
|
1519
1530
|
* Specifies the box's base size, defining its initial width or height in a flex container.
|
|
1520
1531
|
* @vegaVersion 2.26.0
|
|
1532
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
|
|
1521
1533
|
*/
|
|
1522
1534
|
"flexBasis": ResponsiveType<FlexBasisType>;
|
|
1523
1535
|
/**
|
|
1524
1536
|
* Specifies how the box grows to fill available space in a flex container.
|
|
1525
1537
|
* @vegaVersion 2.26.0
|
|
1538
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
|
|
1526
1539
|
*/
|
|
1527
1540
|
"flexGrow": ResponsiveType<FlexGrowType>;
|
|
1528
1541
|
/**
|
|
1529
1542
|
* Specifies how much the box shrinks to fit within a flex container.
|
|
1530
1543
|
* @vegaVersion 2.26.0
|
|
1544
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink
|
|
1531
1545
|
*/
|
|
1532
1546
|
"flexShrink": ResponsiveType<FlexShrinkType>;
|
|
1533
1547
|
/**
|
|
@@ -2266,7 +2280,7 @@ export namespace Components {
|
|
|
2266
2280
|
*/
|
|
2267
2281
|
"value": SelectValueType<SelectType>;
|
|
2268
2282
|
/**
|
|
2269
|
-
* Provides partial properties for the dropdown component used in the input select element. You can specify custom properties and their corresponding values as needed.
|
|
2283
|
+
* Provides partial properties for the `vega-dropdown` component used in the input select element. You can specify custom properties and their corresponding values as needed.
|
|
2270
2284
|
* @vegaVersion 1.3.0
|
|
2271
2285
|
*/
|
|
2272
2286
|
"vegaDropdownProps": VegaDropdownPropsForSelect;
|
|
@@ -2350,6 +2364,11 @@ export namespace Components {
|
|
|
2350
2364
|
* @vegaVersion 1.31.0
|
|
2351
2365
|
*/
|
|
2352
2366
|
"counterBadge": LeftNavCounterBadgeConfig;
|
|
2367
|
+
/**
|
|
2368
|
+
* Specifies whether the link's selected state can be customized. When enabled, it prevents the default automatic selection on click, allowing users to manually control the link’s selection behavior.
|
|
2369
|
+
* @vegaVersion 2.37.0
|
|
2370
|
+
*/
|
|
2371
|
+
"customSelectionEnabled": boolean;
|
|
2353
2372
|
/**
|
|
2354
2373
|
* icon attached to the left nav link items **
|
|
2355
2374
|
* @vegaVersion 1.31.0
|
|
@@ -2550,7 +2569,7 @@ export namespace Components {
|
|
|
2550
2569
|
*/
|
|
2551
2570
|
"current": number;
|
|
2552
2571
|
/**
|
|
2553
|
-
* Specifies the properties of the vega-dropdown component used to configure the dropdown for the page size selector in pagination.
|
|
2572
|
+
* Specifies the properties of the `vega-dropdown` component used to configure the dropdown for the page size selector in pagination.
|
|
2554
2573
|
* @vegaVersion 2.36.0
|
|
2555
2574
|
*/
|
|
2556
2575
|
"dropdownProps": DropdownPropsForPagination;
|
|
@@ -2969,7 +2988,7 @@ export namespace Components {
|
|
|
2969
2988
|
*/
|
|
2970
2989
|
"disabled": boolean;
|
|
2971
2990
|
/**
|
|
2972
|
-
* Specifies the tooltip displayed for the selection chip when it is in a disabled state. This provides additional context or information about the chip's functionality or reason for being disabled.
|
|
2991
|
+
* Specifies the `vega-tooltip` displayed for the selection chip when it is in a disabled state. This provides additional context or information about the chip's functionality or reason for being disabled.
|
|
2973
2992
|
* @vegaVersion 2.22.0
|
|
2974
2993
|
*/
|
|
2975
2994
|
"disabledTooltip": VegaSelectionChipTooltipProps;
|
|
@@ -5169,6 +5188,7 @@ declare namespace LocalJSX {
|
|
|
5169
5188
|
/**
|
|
5170
5189
|
* Specifies how the box aligns itself within its container.
|
|
5171
5190
|
* @vegaVersion 2.3.0
|
|
5191
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/align-self
|
|
5172
5192
|
*/
|
|
5173
5193
|
"alignSelf"?: ResponsiveType<AlignSelfType>;
|
|
5174
5194
|
/**
|
|
@@ -5204,36 +5224,43 @@ declare namespace LocalJSX {
|
|
|
5204
5224
|
/**
|
|
5205
5225
|
* Specifies how the box adjusts its size, growth, and alignment within a flex container.
|
|
5206
5226
|
* @vegaVersion 2.3.0
|
|
5227
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex
|
|
5207
5228
|
*/
|
|
5208
5229
|
"flex"?: ResponsiveType<FlexType>;
|
|
5209
5230
|
/**
|
|
5210
5231
|
* Specifies the base size of the box.
|
|
5211
5232
|
* @vegaVersion 2.3.0
|
|
5233
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
|
|
5212
5234
|
*/
|
|
5213
5235
|
"flexBasis"?: ResponsiveType<FlexBasisType>;
|
|
5214
5236
|
/**
|
|
5215
5237
|
* Specifies how the box is grow.
|
|
5216
5238
|
* @vegaVersion 2.3.0
|
|
5239
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
|
|
5217
5240
|
*/
|
|
5218
5241
|
"flexGrow"?: ResponsiveType<FlexGrowType>;
|
|
5219
5242
|
/**
|
|
5220
5243
|
* Specifies how much the box shrinks.
|
|
5221
5244
|
* @vegaVersion 2.3.0
|
|
5245
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink
|
|
5222
5246
|
*/
|
|
5223
5247
|
"flexShrink"?: ResponsiveType<FlexShrinkType>;
|
|
5224
5248
|
/**
|
|
5225
5249
|
* Defines the area within the grid occupied by the item. It accepts CSS values and can be set as ResponsiveType.
|
|
5226
5250
|
* @vegaVersion 2.5.0
|
|
5251
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-area
|
|
5227
5252
|
*/
|
|
5228
5253
|
"gridArea"?: ResponsiveType<GridAreaType>;
|
|
5229
5254
|
/**
|
|
5230
5255
|
* Determines the placement of the item within the grid along the horizontal axis.
|
|
5231
5256
|
* @vegaVersion 2.5.0
|
|
5257
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
|
|
5232
5258
|
*/
|
|
5233
5259
|
"gridColumn"?: ResponsiveType<GridColumnType>;
|
|
5234
5260
|
/**
|
|
5235
5261
|
* Determines the placement of the item within the grid along the vertical axis.
|
|
5236
5262
|
* @vegaVersion 2.5.0
|
|
5263
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
|
|
5237
5264
|
*/
|
|
5238
5265
|
"gridRow"?: ResponsiveType<GridRowType>;
|
|
5239
5266
|
/**
|
|
@@ -5244,6 +5271,7 @@ declare namespace LocalJSX {
|
|
|
5244
5271
|
/**
|
|
5245
5272
|
* Specifies how a single box justifies its content along the main axis within its container.
|
|
5246
5273
|
* @vegaVersion 2.3.0
|
|
5274
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/justify-self
|
|
5247
5275
|
*/
|
|
5248
5276
|
"justifySelf"?: ResponsiveType<JustifySelfType>;
|
|
5249
5277
|
/**
|
|
@@ -5264,6 +5292,7 @@ declare namespace LocalJSX {
|
|
|
5264
5292
|
/**
|
|
5265
5293
|
* Specifies the display order of the box.
|
|
5266
5294
|
* @vegaVersion 2.3.0
|
|
5295
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/order
|
|
5267
5296
|
*/
|
|
5268
5297
|
"order"?: ResponsiveType<OrderType>;
|
|
5269
5298
|
/**
|
|
@@ -5421,7 +5450,7 @@ declare namespace LocalJSX {
|
|
|
5421
5450
|
*/
|
|
5422
5451
|
"size"?: VegaButtonCircleSize;
|
|
5423
5452
|
/**
|
|
5424
|
-
* Specifies the properties of the tooltip displayed for the button circle.
|
|
5453
|
+
* Specifies the properties of the `vega-tooltip` displayed for the button circle.
|
|
5425
5454
|
* @vegaVersion 1.52.0
|
|
5426
5455
|
*/
|
|
5427
5456
|
"tooltip"?: VegaButtonCircleTooltip;
|
|
@@ -6690,21 +6719,25 @@ declare namespace LocalJSX {
|
|
|
6690
6719
|
/**
|
|
6691
6720
|
* Specifies how the box adjusts its size, growth, and alignment within a flex container.
|
|
6692
6721
|
* @vegaVersion 2.26.0
|
|
6722
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex
|
|
6693
6723
|
*/
|
|
6694
6724
|
"flex"?: ResponsiveType<FlexType>;
|
|
6695
6725
|
/**
|
|
6696
6726
|
* Specifies the box's base size, defining its initial width or height in a flex container.
|
|
6697
6727
|
* @vegaVersion 2.26.0
|
|
6728
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis
|
|
6698
6729
|
*/
|
|
6699
6730
|
"flexBasis"?: ResponsiveType<FlexBasisType>;
|
|
6700
6731
|
/**
|
|
6701
6732
|
* Specifies how the box grows to fill available space in a flex container.
|
|
6702
6733
|
* @vegaVersion 2.26.0
|
|
6734
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-grow
|
|
6703
6735
|
*/
|
|
6704
6736
|
"flexGrow"?: ResponsiveType<FlexGrowType>;
|
|
6705
6737
|
/**
|
|
6706
6738
|
* Specifies how much the box shrinks to fit within a flex container.
|
|
6707
6739
|
* @vegaVersion 2.26.0
|
|
6740
|
+
* @nativeTypeRedirection https://developer.mozilla.org/en-US/docs/Web/CSS/flex-shrink
|
|
6708
6741
|
*/
|
|
6709
6742
|
"flexShrink"?: ResponsiveType<FlexShrinkType>;
|
|
6710
6743
|
/**
|
|
@@ -7615,7 +7648,7 @@ declare namespace LocalJSX {
|
|
|
7615
7648
|
*/
|
|
7616
7649
|
"value"?: SelectValueType<SelectType>;
|
|
7617
7650
|
/**
|
|
7618
|
-
* Provides partial properties for the dropdown component used in the input select element. You can specify custom properties and their corresponding values as needed.
|
|
7651
|
+
* Provides partial properties for the `vega-dropdown` component used in the input select element. You can specify custom properties and their corresponding values as needed.
|
|
7619
7652
|
* @vegaVersion 1.3.0
|
|
7620
7653
|
*/
|
|
7621
7654
|
"vegaDropdownProps"?: VegaDropdownPropsForSelect;
|
|
@@ -7727,6 +7760,11 @@ declare namespace LocalJSX {
|
|
|
7727
7760
|
* @vegaVersion 1.31.0
|
|
7728
7761
|
*/
|
|
7729
7762
|
"counterBadge"?: LeftNavCounterBadgeConfig;
|
|
7763
|
+
/**
|
|
7764
|
+
* Specifies whether the link's selected state can be customized. When enabled, it prevents the default automatic selection on click, allowing users to manually control the link’s selection behavior.
|
|
7765
|
+
* @vegaVersion 2.37.0
|
|
7766
|
+
*/
|
|
7767
|
+
"customSelectionEnabled"?: boolean;
|
|
7730
7768
|
/**
|
|
7731
7769
|
* icon attached to the left nav link items **
|
|
7732
7770
|
* @vegaVersion 1.31.0
|
|
@@ -7956,7 +7994,7 @@ declare namespace LocalJSX {
|
|
|
7956
7994
|
*/
|
|
7957
7995
|
"current"?: number;
|
|
7958
7996
|
/**
|
|
7959
|
-
* Specifies the properties of the vega-dropdown component used to configure the dropdown for the page size selector in pagination.
|
|
7997
|
+
* Specifies the properties of the `vega-dropdown` component used to configure the dropdown for the page size selector in pagination.
|
|
7960
7998
|
* @vegaVersion 2.36.0
|
|
7961
7999
|
*/
|
|
7962
8000
|
"dropdownProps"?: DropdownPropsForPagination;
|
|
@@ -8493,7 +8531,7 @@ declare namespace LocalJSX {
|
|
|
8493
8531
|
*/
|
|
8494
8532
|
"disabled"?: boolean;
|
|
8495
8533
|
/**
|
|
8496
|
-
* Specifies the tooltip displayed for the selection chip when it is in a disabled state. This provides additional context or information about the chip's functionality or reason for being disabled.
|
|
8534
|
+
* Specifies the `vega-tooltip` displayed for the selection chip when it is in a disabled state. This provides additional context or information about the chip's functionality or reason for being disabled.
|
|
8497
8535
|
* @vegaVersion 2.22.0
|
|
8498
8536
|
*/
|
|
8499
8537
|
"disabledTooltip"?: VegaSelectionChipTooltipProps;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Subject } from '../subject-interface';
|
|
2
|
-
export declare type SubjectTitle = 'SIDENAV_LINK_SELECTED_TOPIC' | 'LEFT_NAV_LINK_SELECTED_TOPIC' | 'ACCORDION_EXPAND_TOPIC' | 'FORM_RESET_OPERATION_TRIGGERED' | 'FORM_FIELD_ELEMENT_DISCONNECTED' | 'FORM_SUBMIT' | 'FORM_RESET' | 'RADIO_GROUP_DISABLED_CHANGE' | 'CHECKBOX_GROUP_DISABLED_CHANGE' | 'FORM_FIELD_PENDING_VALID_CHANGE' | 'TAB_PANEL_ADD_OR_DEL_TO_GROUP' | 'TABLE_EXPAND_ROW' | 'TABLE_ROW_SELECTION' | 'TABLE_ROW_SELECTION_ALL' | 'TABLE_SELECTION' | 'TABLE_ROW_CLICK' | 'TABLE_ROW_SELECT' | 'TABLE_ROW_SELECT_ALL' | 'FIELD_ERROR_MESSAGE_CHANGE' | 'DROPDOWN_ITEM_CLICK' | 'CHECKBOX_VALUE_CHANGE' | 'RADIO_VALUE_CHANGE' | 'FORM_ELEMENT_VALUE_CHANGE' | 'FORM_EMEMENT_VALIDATE' | 'FIELD_ERROR_STATE_CHANGE' | 'VEGA_VIRTUAL_SCROLL_TO_BOTTOM' | 'SELECTION_TILE_VALUE_CHANGE' | 'DROPDOWN_RENDER_ITEM_INTERNAL_OVERRIDEN' | 'DROPDOWN_SEARCH_INTERNAL_OVERRIDEN' | 'UPDATE_TRANSLATION' | 'DARK_MODE_CHANGE';
|
|
2
|
+
export declare type SubjectTitle = 'SIDENAV_LINK_SELECTED_TOPIC' | 'LEFT_NAV_LINK_SELECTED_TOPIC' | 'ACCORDION_EXPAND_TOPIC' | 'FORM_RESET_OPERATION_TRIGGERED' | 'FORM_FIELD_ELEMENT_DISCONNECTED' | 'FORM_SUBMIT' | 'FORM_RESET' | 'RADIO_GROUP_DISABLED_CHANGE' | 'CHECKBOX_GROUP_DISABLED_CHANGE' | 'FORM_FIELD_PENDING_VALID_CHANGE' | 'TAB_PANEL_ADD_OR_DEL_TO_GROUP' | 'TABLE_EXPAND_ROW' | 'TABLE_ROW_SELECTION' | 'TABLE_ROW_SELECTION_ALL' | 'TABLE_SELECTION' | 'TABLE_ROW_CLICK' | 'TABLE_ROW_SELECT' | 'TABLE_ROW_SELECT_ALL' | 'FIELD_ERROR_MESSAGE_CHANGE' | 'DROPDOWN_ITEM_CLICK' | 'CHECKBOX_VALUE_CHANGE' | 'RADIO_VALUE_CHANGE' | 'FORM_ELEMENT_VALUE_CHANGE' | 'FORM_EMEMENT_VALIDATE' | 'FIELD_ERROR_STATE_CHANGE' | 'VEGA_VIRTUAL_SCROLL_TO_BOTTOM' | 'SELECTION_TILE_VALUE_CHANGE' | 'DROPDOWN_RENDER_ITEM_INTERNAL_OVERRIDEN' | 'DROPDOWN_SEARCH_INTERNAL_OVERRIDEN' | 'UPDATE_TRANSLATION' | 'DARK_MODE_CHANGE' | 'SHADOW_ROOT_ELEMENT_SCROLLING';
|
|
3
3
|
export declare const SIDENAV_LINK_SELECTED_TOPIC: Subject;
|
|
4
4
|
export declare const LEFT_NAV_LINK_SELECTED_TOPIC: Subject;
|
|
5
5
|
export declare const ACCORDION_EXPAND_TOPIC: Subject;
|
|
@@ -26,3 +26,4 @@ export declare const VEGA_VIRTUAL_SCROLL_TO_BOTTOM: Subject;
|
|
|
26
26
|
export declare const SELECTION_TILE_VALUE_CHANGE: Subject;
|
|
27
27
|
export declare const UPDATE_TRANSLATION: Subject;
|
|
28
28
|
export declare const DARK_MODE_CHANGE: Subject;
|
|
29
|
+
export declare const SHADOW_ROOT_ELEMENT_SCROLLING: Subject;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseChart } from './base-chart';
|
|
2
2
|
import { BaseDrawer } from './drawers/base-drawer';
|
|
3
3
|
import { BaseRenderer } from './renderers/base-renderer';
|
|
4
|
-
import { ChartDataSourceItem,
|
|
4
|
+
import { ChartDataSourceItem, directionType } from '../../types/vega-chart';
|
|
5
5
|
import { BaseInteractor } from './interactors/base-interactor';
|
|
6
6
|
export declare type BarChartDataType = {
|
|
7
7
|
/**
|
|
@@ -13,7 +13,6 @@ export declare type BarChartDataType = {
|
|
|
13
13
|
*/
|
|
14
14
|
direction?: directionType;
|
|
15
15
|
};
|
|
16
|
-
export declare type LineChartOptionsType = Partial<Omit<ChartOptions<BarChartDataType>, 'container'>>;
|
|
17
16
|
/**
|
|
18
17
|
* The BarChart class is a TypeScript implementation of a bar chart that extends the BaseChart class
|
|
19
18
|
* and includes methods for creating a drawer chain
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { VegaDialogAction, VegaDialogActionButtonProps } from '../../components/vega-dialog/types';
|
|
2
|
-
import { VegaComponentInterface } from '../../types/ui.type';
|
|
3
2
|
import { VegaPublicAPIRuntimeMetricsSlimmerBase } from '../slimmers/runtime-metrics/public-api-runtime-metrics-slimmer-base';
|
|
4
3
|
export declare type VegaDialogOption = {
|
|
5
4
|
title?: string;
|
|
@@ -10,7 +9,7 @@ export declare type VegaDialogOption = {
|
|
|
10
9
|
cancelButton?: VegaDialogActionButtonProps;
|
|
11
10
|
handleCancel?: VegaDialogAction;
|
|
12
11
|
showCancel?: boolean;
|
|
13
|
-
} & Partial<Pick<
|
|
12
|
+
} & Partial<Pick<HTMLVegaModalElement, 'size' | 'isVerticallyCenter' | 'isVerticallyCentered' | 'showCloseButton'>>;
|
|
14
13
|
/**
|
|
15
14
|
* The dialog controller
|
|
16
15
|
*/
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { VegaComponentInterface } from '../../types/ui.type';
|
|
2
2
|
|
|
3
|
-
export type VegaSkeletonLoaderItem = Partial<
|
|
4
|
-
Pick<VegaComponentInterface<HTMLVegaSkeletonElement>, 'type' | 'width' | 'height'>
|
|
5
|
-
>;
|
|
3
|
+
export type VegaSkeletonLoaderItem = Partial<Pick<HTMLVegaSkeletonElement, 'type' | 'width' | 'height'>>;
|
|
6
4
|
|
|
7
5
|
export type VegaSkeletonLoaderLayout = {
|
|
8
6
|
props?: Partial<VegaComponentInterface<HTMLVegaFlexElement>>;
|
|
@@ -19,6 +19,7 @@ export declare class ElementAppenderSlimmer extends VegaSlimmer {
|
|
|
19
19
|
private showConfig;
|
|
20
20
|
private delayHideTimer;
|
|
21
21
|
private elementAppender;
|
|
22
|
+
private shadowRootElementScrollingObserver;
|
|
22
23
|
/**
|
|
23
24
|
* appendableElement is interactive by default (to pass [WCAG 2.1 success criterion 1.4.13](https://www.w3.org/TR/WCAG21/#content-on-hover-or-focus))
|
|
24
25
|
*/
|
|
@@ -55,5 +56,20 @@ export declare class ElementAppenderSlimmer extends VegaSlimmer {
|
|
|
55
56
|
private createDelayHideTimer;
|
|
56
57
|
private clearDelayHideTimer;
|
|
57
58
|
private shouldListenerWork;
|
|
59
|
+
/**
|
|
60
|
+
* Sets up an observer to handle scroll events in a shadow root element.
|
|
61
|
+
*/
|
|
62
|
+
private listenShadowRootElementScrolling;
|
|
63
|
+
/**
|
|
64
|
+
* Checks if the host element is a parent of the target element.
|
|
65
|
+
*
|
|
66
|
+
* @param {ShadowRootElementScrollingPayload} payload - payload.
|
|
67
|
+
* @returns {boolean} - Can accept.
|
|
68
|
+
*/
|
|
69
|
+
private canAcceptShadowRootScrollEvent;
|
|
70
|
+
/**
|
|
71
|
+
* Remove observer for scrolling in a shadow root element.
|
|
72
|
+
*/
|
|
73
|
+
private removeShadowRootElementScrolling;
|
|
58
74
|
}
|
|
59
75
|
export {};
|
|
@@ -8,11 +8,13 @@ export declare abstract class StringInputFormatterSlimmer extends VegaSlimmer {
|
|
|
8
8
|
private inputFormatStrategy;
|
|
9
9
|
private blurFormatStrategy;
|
|
10
10
|
private inputElement;
|
|
11
|
-
private inputFlag;
|
|
12
|
-
private blurFlag;
|
|
13
11
|
protected abstract getInputElementRef: () => Nullable<HTMLInputElement>;
|
|
14
12
|
protected abstract getInputModeStrategy: () => Nullable<StringFormatStrategy>;
|
|
15
13
|
protected abstract getBlurModeStrategy: () => Nullable<StringFormatStrategy>;
|
|
14
|
+
/**
|
|
15
|
+
* Component lifecycle - componentDidRender
|
|
16
|
+
*/
|
|
17
|
+
componentDidRender(): void;
|
|
16
18
|
/**
|
|
17
19
|
* The setup function initializes input element event listeners based on input and blur format strategies.
|
|
18
20
|
*/
|
|
@@ -22,10 +24,9 @@ export declare abstract class StringInputFormatterSlimmer extends VegaSlimmer {
|
|
|
22
24
|
*/
|
|
23
25
|
destroy(): void;
|
|
24
26
|
/**
|
|
25
|
-
*
|
|
26
|
-
* accordingly.
|
|
27
|
+
* Format the value by input strategy and blur strategy when formatter config change.
|
|
27
28
|
*/
|
|
28
|
-
private
|
|
29
|
+
private formatValueAfterSetup;
|
|
29
30
|
/**
|
|
30
31
|
* restore input value
|
|
31
32
|
*
|
|
@@ -73,12 +74,4 @@ export declare abstract class StringInputFormatterSlimmer extends VegaSlimmer {
|
|
|
73
74
|
* @param {Nullable<number>} caretPosition - The current input caret position
|
|
74
75
|
*/
|
|
75
76
|
private updateInputCaretPosition;
|
|
76
|
-
/**
|
|
77
|
-
* The function `updateInputValueOnInit` updates the input value based on a specified strategy.
|
|
78
|
-
*
|
|
79
|
-
* @param {string} strategy - The `strategy` parameter is a string that determines which formatting
|
|
80
|
-
* strategy to use when updating the input value. It can have two possible values: 'input' or any other
|
|
81
|
-
* value.
|
|
82
|
-
*/
|
|
83
|
-
private updateInputValueOnInit;
|
|
84
77
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './components.type';
|
|
2
|
+
export * from './vega-chart';
|
|
3
|
+
export * from '../components/vega-calendar/types';
|
|
2
4
|
export { VegaTableNode, VegaTableCellNode, VegaTableCreateElementFunction, VegaTableSorterType, VegaTableCellRenderFunction, VegaTableFormItemProps, VegaTableEditComponentProps, VegaTableCellFormItemRenderFunction, } from '../components/vega-table/interface';
|
|
3
5
|
export { EvaluateResult, FormFieldStatusMeta } from '../helpers/validator/rules/form-field-validation-rule';
|
|
4
6
|
export { VegaThemeOverrideColors } from '../helpers/theme/theme';
|
|
@@ -9,9 +11,30 @@ export { MaskConfig } from '../helpers/formatter/string-formatter/string-mask-st
|
|
|
9
11
|
export { LeftNavSection, LeftNavGroup, LeftNavLink } from '../components/vega-nav/interface';
|
|
10
12
|
export { LineChartOptionsType as VegaLineChartOptionsType } from '../helpers/chart/line-chart';
|
|
11
13
|
export { EventSemanticsConfig, EventSemantics } from '../helpers/event-manager/internal-vega-event-manager';
|
|
12
|
-
export { VegaComponentName, VegaNativeEventNameType } from './ui.type';
|
|
14
|
+
export { VegaComponentName, VegaNativeEventNameType, StateVariantType, CssStatesType, BreakpointsForPrefixType, DirectionalSpacingType, SpacingDirection, DirectionalBorderRadiusType, BorderRadiusDirection, } from './ui.type';
|
|
13
15
|
export { VegaLoaderOptions, VegaLoaderIndicatorOptions } from '../helpers/loading-indicator/vega-loader';
|
|
14
16
|
export { VegaNotifyOption } from '../helpers/notify/vega-notify';
|
|
15
17
|
export { OverrideColor } from '../helpers/theme/theme';
|
|
16
18
|
export { VegaSkeletonLoaderConfig, VegaSkeletonLoaderLayout, VegaSkeletonLoaderItem, } from '../helpers/skeleton-loader/interface';
|
|
17
19
|
export { VegaTranslationConfig, VegaTranslationResources, StaticTranslationKey, } from '../helpers/translation';
|
|
20
|
+
export { BarChartDataType } from '../helpers/chart/bar-chart';
|
|
21
|
+
export { EvaluateResultBase } from '../helpers/validator/rules/validation-rule';
|
|
22
|
+
export { VegaTableSortCompareFunction, ColumnAlignType, VegaTableFormItemType, VegaTablePaginationPosition, } from '../components/vega-table/interface';
|
|
23
|
+
export { VegaInputSourceLazyLoadResponse } from '../components/vega-input-select/types';
|
|
24
|
+
export { VegaTabGroupCounterBadgeProps } from '../components/vega-tab-group/types';
|
|
25
|
+
export { SidebarItem } from '../components/vega-sidenav/types';
|
|
26
|
+
export * from '../components/vega-rich-text-editor/interface';
|
|
27
|
+
export * from '../components/vega-rich-text-editor/vega-rich-text-image-editor/types';
|
|
28
|
+
export * from '../components/vega-rich-text-editor/vega-rich-text-link-editor/types';
|
|
29
|
+
export { RTETextBlock } from '../components/vega-rich-text-editor/dto/blocks/text-block';
|
|
30
|
+
export { RTEImageBlock } from '../components/vega-rich-text-editor/dto/blocks/image-block';
|
|
31
|
+
export { RTEListItemBlock } from '../components/vega-rich-text-editor/dto/blocks/list-item-block';
|
|
32
|
+
export { RTEListBlock } from '../components/vega-rich-text-editor/dto/blocks/list-block';
|
|
33
|
+
export { RTEBlock } from '../components/vega-rich-text-editor/dto/blocks/block.abstract';
|
|
34
|
+
export { ModifyContentAction } from '../components/vega-rich-text-editor/dto/actions/modify-content-action.abstract';
|
|
35
|
+
export { RTEImageNode } from '../components/vega-rich-text-editor/dto/nodes/image-node';
|
|
36
|
+
export { RTETextNode } from '../components/vega-rich-text-editor/dto/nodes/text-node';
|
|
37
|
+
export { RTENode } from '../components/vega-rich-text-editor/dto/nodes/node.abstract';
|
|
38
|
+
export { CssStates, FlexDirections, BoxDisplay } from '../constants/ui';
|
|
39
|
+
export { Breakpoints } from '../constants/tokens/breakpoints';
|
|
40
|
+
export { GridColumns, GridRows } from '../constants/tokens/tailwind.extend';
|
|
@@ -149,4 +149,4 @@ export interface ManagedStateScopeInput {
|
|
|
149
149
|
export declare type IconAlignType = 'left' | 'right';
|
|
150
150
|
export declare type BorderStyleType = 'solid' | 'dashed' | 'dotted' | 'double' | 'none';
|
|
151
151
|
export declare type TextAlignType = 'start' | 'end' | 'left' | 'right' | 'center' | 'justify';
|
|
152
|
-
export declare type VegaFlexProps = Partial<Pick<
|
|
152
|
+
export declare type VegaFlexProps = Partial<Pick<HTMLVegaFlexElement, 'gap' | 'direction' | 'alignItems' | 'justifyContent' | 'margin'>>;
|
package/dist/vega/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{g as getCurrentBreakpoint}from"./p-4bcd6612.js";export{L as LogUtility,s as setVegaLogLevel}from"./p-6e1ab235.js";export{d as formatAndValidBackgroundColor,e as formatAndValidBorderColor,g as formatAndValidBorderRadius,c as formatAndValidBreakpointSize,a as formatAndValidGap,h as formatAndValidPadding,f as formatAndValidResponsiveToken,b as formatAndValidShadow,i as formatAndValidTextColor}from"./p-
|
|
1
|
+
export{g as getCurrentBreakpoint}from"./p-4bcd6612.js";export{L as LogUtility,s as setVegaLogLevel}from"./p-6e1ab235.js";export{d as formatAndValidBackgroundColor,e as formatAndValidBorderColor,g as formatAndValidBorderRadius,c as formatAndValidBreakpointSize,a as formatAndValidGap,h as formatAndValidPadding,f as formatAndValidResponsiveToken,b as formatAndValidShadow,i as formatAndValidTextColor}from"./p-666cd80f.js";export{c as camelToDashCase}from"./p-0bb29d98.js";export{d as BackgroundColorMap,a as BackgroundColors,e as BorderColorMap,b as BorderColors,B as BorderRadius,C as Colors,F as FillBackgroundColors,g as ShadowMap,f as Shadows,h as Spacing,S as StrokeBackgroundColors,c as TextColorMap,T as TextColors}from"./p-b1f65b13.js";export{B as Breakpoints}from"./p-ed45b3b6.js";export{I as Icons,g as getIconFromToken}from"./p-16493e5b.js";export{b as Typography,a as TypographyKeys,T as TypographyUrls}from"./p-d884c644.js";export{e as BoxDisplay,B as BreakpointKeys,C as CssStates,F as FlexDirections}from"./p-74168615.js";export{F as FrameworkEnum,v as VegaEnvManager}from"./p-5f377954.js";export{b as VegaEventManager,V as VegaLoader,a as VegaNotify,d as VegaSkeletonLoader,c as VegaZIndexManager}from"./p-4c18ff36.js";export{F as FeatureFlag}from"./p-ff4bafa3.js";export{M as ModifyContentAction,R as RTENode,V as VegaThemeManager}from"./p-2d36dbfe.js";export{V as VegaDialog}from"./p-149d2801.js";export{B as VegaJQueryDelegatedEventStrategy}from"./p-1b860f90.js";export{V as VegaIconManager}from"./p-032df16f.js";export{V as ValidCreditCardNumberRule}from"./p-74958b1a.js";export{w as waitForVega}from"./p-8f8ab0d3.js";export{a as VegaTranslation,s as VegaTranslationResourceEN}from"./p-483c483a.js";export{d as RTEBlock,a as RTEImageBlock,e as RTEImageNode,c as RTEListBlock,b as RTEListItemBlock,R as RTETextBlock,f as RTETextNode,V as VegaRTEContent}from"./p-503ff1ef.js";export{G as GridColumns,a as GridRows}from"./p-7f2441d6.js";import"./p-2205ee4c.js";import"./p-3a0a4d15.js";import"./p-33b62194.js";import"./p-6a334573.js";import"./p-79ec5d69.js";import"./p-781fd6e0.js";import"./p-262ec334.js";import"./p-5f589974.js";import"./p-7a40e033.js";import"./p-112455b1.js";import"./p-5dce8dfe.js";import"./p-2d0d575f.js";import"./p-331a62d5.js";import"./p-7c37e5bb.js";import"./p-fe9644a0.js";import"./p-0c667d6a.js";const o=["ring-input-focus","dark-ring-input-focus","ring-input-danger-focus","dark-ring-input-danger-focus","ring-action-focus","dark-ring-action-focus","ring-action-danger-focus","dark-ring-action-danger-focus"];export{o as Rings}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{c as t,M as s,V as e}from"./p-6e1ab235.js";import{O as i}from"./p-331a62d5.js";import{C as o}from"./p-2d0d575f.js";import{f as a}from"./p-79ec5d69.js";import{d as c}from"./p-7c37e5bb.js";import{g as n,h}from"./p-fe9644a0.js";var l=function(t,s,e,i){var o,a=arguments.length,c=a<3?s:null===i?i=Object.getOwnPropertyDescriptor(s,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(t,s,e,i);else for(var n=t.length-1;n>=0;n--)(o=t[n])&&(c=(a<3?o(c):a>3?o(s,e,c):o(s,e))||c);return a>3&&c&&Object.defineProperty(s,e,c),c};class r extends e{constructor(t){super(),this.isAcceptableObserverPayload=t=>"object"==typeof t&&!!t&&t.host===this.parent,this.observerEntry=t}connectedCallback(){if(this.parent=this.getParent(),!this.parent)return;const{subStates:t}=this.observerEntry;this.subStateObserver=new i(this.isAcceptableObserverPayload,(s=>{const e=t.find((t=>t.parentStateName===s.stateName));e&&this.updateState(e,s.value)})),o.register(c.getSubject(this.parent,n),this.subStateObserver),this.observerEntry.pullStatesWhenReattached&&this.host.classList.contains("hydrated")&&(this.parent=this.getParent(),this.pullStates())}disconnectedCallback(){this.parent&&o.unregister(c.getSubject(this.parent,n),this.subStateObserver)}componentWillLoad(){this.pullStates()}getParent(){return"string"==typeof this.observerEntry.parent?a(this.host,this.observerEntry.parent):this.observerEntry.parent()}updateState(t,s){t.callback?t.callback(s):this[t.subStateName]=s}pullStates(){if(!this.parent)return;const{subStates:t}=this.observerEntry;t.forEach((t=>{o.notify(c.getSubject(this.parent,h),{host:this.parent,stateName:t.parentStateName,callback:s=>{this.updateState(t,s)}})}))}}l([t()],r.prototype,"host",void 0),l([s("connectedCallback")],r.prototype,"connectedCallback",null),l([s("disconnectedCallback")],r.prototype,"disconnectedCallback",null),l([s("componentWillLoad")],r.prototype,"componentWillLoad",null);export{r as S}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,c as t,h as i,H as r,g as s}from"./p-1c298d5a.js";import{R as a}from"./p-3152031c.js";import{c as o}from"./p-86194314.js";import{s as n}from"./p-9b797118.js";import{a as l,h as p,b as h}from"./p-79ec5d69.js";import{F as d}from"./p-7da8b05f.js";import{I as c}from"./p-6e1ab235.js";import{V as m,I as f}from"./p-4387d550.js";import{b as g}from"./p-5dce8dfe.js";import{c as x}from"./p-57669fd6.js";import{C as b}from"./p-2d0d575f.js";import{f as v}from"./p-7c37e5bb.js";import"./p-0bb29d98.js";import"./p-331a62d5.js";import"./p-33b62194.js";import"./p-6a334573.js";import"./p-fe9644a0.js";import"./p-483c483a.js";import"./p-5f589974.js";import"./p-4bcd6612.js";import"./p-74168615.js";import"./p-ed45b3b6.js";import"./p-d7219734.js";import"./p-987fbbd0.js";import"./p-a9354a5c.js";import"./p-b0502d01.js";import"./p-262ec334.js";import"./p-1b860f90.js";const u=[{payloadKey:"AUTO_VALIDATION_IS_TRUE",payloadDescription:"Determines whether automatic validation should be implemented for the color picker when a color is selected",payloadValue:e=>!0===e.autoValidation},{payloadKey:"AUTO_VALIDATION_IS_FALSE",payloadDescription:"Determines whether automatic validation should be implemented for the color picker when a color is selected",payloadValue:e=>!1===e.autoValidation}];var w=function(e,t,i,r){var s,a=arguments.length,o=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,i):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)o=Reflect.decorate(e,t,i,r);else for(var n=e.length-1;n>=0;n--)(s=e[n])&&(o=(a<3?s(o):a>3?s(t,i,o):s(t,i))||o);return a>3&&o&&Object.defineProperty(t,i,o),o};const j=class{constructor(r){e(this,r),this.vegaChange=t(this,"vegaChange",7),this.change=t(this,"change",7),this.globalSlimmers={},this.formFieldController=new d({propertyRules:[{propertyName:"required",ruleFactory:e=>e?new a:null}],validationRulesName:"validationRules",defaultValue:"",attributeGetter:e=>this[e],inputContainerGetter:()=>this.colorPickerContainerRef,touchableAreaGetter:()=>[this.colorPickerTouchableAreaRef]}),this.changeEventEmitter=x(j,v),this.vegaComponentUsageRuntimeMetricsSlimmer=new m(u),this.value="",this.hint="",this.disabled=!1,this.required=!1,this.label="",this.isValid=null,this.autoValidation=!0,this.validationRules=[],this.colors=["#73E6DC","#806BFF","#FFDC83","#FF9571","#00BBFF","#FF82C9","#259F9F","#563D82"],this.isInline=!1,this.renderColorPickerContainer=()=>i("div",{class:l([this.isInline?null:"color-picker-inline"]),ref:e=>this.colorPickerContainerRef=e},i("vega-flex",{direction:"row",gap:"size-8"},this.colors.map((e=>i("div",{id:e,class:"color-picker-inline-items",ref:e=>this.colorPickerTouchableAreaRef=e,style:{backgroundColor:e},onClick:this.updateValueProp,role:"button",tabIndex:0,"aria-label":"color",onKeyDown:o()},this.value===e?i("vega-icon",{icon:"checkmark",size:"size-16",class:{"v-text-black":this.isDarkColorCheckmark(this.value),"v-text-white":!this.isDarkColorCheckmark(this.value)}}):null))))),this.renderHintMessage=()=>i("vega-text",null,this.hint),this.updateValueProp=async e=>{this.disabled||(this.value=String(e.currentTarget.getAttribute("id")))}}watchValue(){this.resetValueIfInvalid(),this.changeEventEmitter.emit(this.value),b.notify(g,{host:this.host,detail:this.value})}watchValidationRules(){}connectedCallback(){this.resetValueIfInvalid()}render(){return n(i(r,{class:{disabled:this.disabled}},this.renderLabelDom(),this.renderColorPickerContainer(),this.hint&&this.renderHintMessage()),this.host)}renderLabelDom(){return i("vega-field-label",{"is-field-required":this.required,disabled:this.disabled,label:this.label})}isDarkColorCheckmark(e,t="#fcfcfc",i="#203645"){const r=this.getLuminance(e),s=this.getLuminance(t),a=this.getLuminance(i);return r>Math.sqrt((s+.05)*(a+.05))-.05}getLuminance(e){const t=[p(e).r/255,p(e).g/255,p(e).b/255].map((e=>e<=.03928?e/12.92:((e+.055)/1.055)**2.4));return.2126*t[0]+.7152*t[1]+.0722*t[2]}resetValueIfInvalid(){this.colors.some((e=>h(e).toUpperCase()==h(this.value).toUpperCase()))||(this.value="")}get host(){return s(this)}static get watchers(){return{value:["watchValue"],validationRules:["watchValidationRules"]}}};w([f()],j.prototype,"globalSlimmers",void 0),w([c()],j.prototype,"formFieldController",void 0),w([c()],j.prototype,"changeEventEmitter",void 0),w([c()],j.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),j.style=':host{display:inline-block;text-align:left;line-height:normal}:host vega-field-label{margin-bottom:8px}:host(.disabled) .color-picker-inline{background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}.color-picker-inline-items:hover{box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25))}.color-picker-inline-items:focus-within{box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25))}:host(.disabled) .color-picker-inline-items:hover{box-shadow:none}:host(.disabled) .color-picker-inline-items:focus-within{box-shadow:none}:host .color-picker-inline{border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));border-radius:8px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));padding:12px;max-width:max-content}:host .color-picker-inline-items{display:flex;border:1px solid rgba(var(--v-border-chip, 205, 209, 211, 1));border-radius:4px;width:24px;height:24px;cursor:pointer;align-items:center;justify-content:center}:host .checkmark-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host .checkmark-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host vega-text{padding-left:8px;padding-right:8px;padding-top:4px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host vega-text{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host vega-text{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host vega-text{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host .vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:8px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px;color:rgba(var(--v-text-error, 189, 41, 71, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-error{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host .color-picker-inline.error{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}:host .vega-hidden{display:none}:host vega-flex{flex-wrap:wrap;max-width:264px}';export{j as vega_color_picker}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as e,F as t,r as i,c as n,H as s,g as o}from"./p-1c298d5a.js";import{s as r}from"./p-9b797118.js";import{c as a,V as l,M as c,I as d}from"./p-6e1ab235.js";import{V as h,I as g}from"./p-4387d550.js";import{c as m}from"./p-57669fd6.js";import{f as p}from"./p-7c37e5bb.js";import{P as f}from"./p-5f589974.js";import"./p-6a334573.js";import"./p-2d0d575f.js";import"./p-d7219734.js";import"./p-331a62d5.js";import"./p-1b860f90.js";import"./p-79ec5d69.js";import"./p-4bcd6612.js";import"./p-74168615.js";import"./p-ed45b3b6.js";var v=function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r};class b extends l{render(){var t;return e("div",{class:"vega-segment-control-container"},null===(t=this.segments)||void 0===t?void 0:t.map((e=>this.segmentRenderer.render(e))))}}v([a()],b.prototype,"segments",void 0),v([a()],b.prototype,"segmentRenderer",void 0);var x=function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r};class u extends l{componentWillLoad(){this.setDefaultSelected()}watchSegments(){this.setDefaultSelected()}watchSelected(){this.changeEventEmitter.emit(this.selected)}setSelected(e){this.selected=e.key}setDefaultSelected(){var e;(null===(e=this.segments)||void 0===e?void 0:e.length)>0&&!this.segments.find((e=>e.key===this.selected))&&(this.selected=this.segments[0].key)}}x([a({writable:!0})],u.prototype,"selected",void 0),x([a()],u.prototype,"segments",void 0),x([a()],u.prototype,"changeEventEmitter",void 0),x([c("componentWillLoad")],u.prototype,"componentWillLoad",null),x([c("watchSegments")],u.prototype,"watchSegments",null),x([c("watchSelected")],u.prototype,"watchSelected",null);var w=function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r};class j extends l{watchSegments(){this.setIsOverflowBlockSegments()}watchBlock(){this.setIsOverflowBlockSegments()}watchSize(){this.setIsOverflowBlockSegments()}setIsOverflowBlockSegments(){this.isOverflowBlockSegments=this.isExceedContainerWidth()}isExceedContainerWidth(){if(this.block){const e=this.host.shadowRoot.querySelector(".vega-segment-control-container");return e.clientWidth<e.children.length*j.SEGMENTS_OVERFLOW_THRESHOLD[this.size]+4*(e.children.length-1)+5}return!1}}j.SEGMENTS_OVERFLOW_THRESHOLD={medium:101.9,small:82},w([a()],j.prototype,"host",void 0),w([a()],j.prototype,"block",void 0),w([a()],j.prototype,"size",void 0),w([a({writable:!0})],j.prototype,"isOverflowBlockSegments",void 0),w([c("watchSegments")],j.prototype,"watchSegments",null),w([c("watchBlock")],j.prototype,"watchBlock",null),w([c("watchSize")],j.prototype,"watchSize",null);var y=function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r};class S extends l{render(t){return e("button",{key:t.key,class:{"vega-segment":!0,selected:this.selected===t.key,disabled:t.disabled,[`${this.size}`]:!0},onClick:()=>this.selectedController.setSelected(t),disabled:t.disabled},this.renderSegments(t))}renderSegments(i){return e(t,null,(this.isOverflowBlockSegments||!this.isOverflowBlockSegments&&"text-only"!==this.variant)&&i.icon&&this.renderIcon(i),(this.isOverflowBlockSegments&&!i.icon||!this.isOverflowBlockSegments&&"icon-only"!==this.variant)&&i.text&&this.renderText(i))}renderIcon(t){return e("vega-tooltip",{text:t.text,trigger:t.text&&(this.isOverflowBlockSegments||!this.isOverflowBlockSegments&&"icon-only"===this.variant)?"hover":"none",placement:["bottom","top"],disableInteractive:!1},e("vega-icon",{icon:t.icon,size:"size-16"}))}renderText(t){return e("vega-text",{overflow:"ellipsis",tooltip:{placement:["bottom","top"]}},t.text)}}y([a()],S.prototype,"host",void 0),y([a()],S.prototype,"size",void 0),y([a()],S.prototype,"selected",void 0),y([a()],S.prototype,"variant",void 0),y([a()],S.prototype,"block",void 0),y([a()],S.prototype,"isOverflowBlockSegments",void 0),y([a()],S.prototype,"selectedController",void 0);var k=function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r};const R=class{constructor(e){i(this,e),this.vegaChange=n(this,"vegaChange",7),this.change=n(this,"change",7),this.globalSlimmers={},this.segmentControlRenderer=new b,this.segmentOverflowController=new j,this.segmentRenderer=new S,this.selectedController=new u,this.changeEventEmitter=m(R,p),this.pageResizeObserverSlimmer=new f({callback:()=>{this.segmentControlWidth=this.host.clientWidth,this.segmentOverflowController.setIsOverflowBlockSegments()},shouldTrigger:()=>this.host.clientWidth!==this.segmentControlWidth}),this.vegaComponentUsageRuntimeMetricsSlimmer=new h,this.segmentControlWidth=0,this.isOverflowBlockSegments=!1,this.block=!1,this.size="medium",this.segments=[],this.variant="default"}watchBlock(){}watchSize(){}watchSegments(){}watchSelected(){}componentWillLoad(){}render(){return r(e(s,{class:{"vega-segment-control-block":this.block}},this.segmentControlRenderer.render()),this.host)}get host(){return o(this)}static get watchers(){return{block:["watchBlock"],size:["watchSize"],segments:["watchSegments"],selected:["watchSelected"]}}};k([g()],R.prototype,"globalSlimmers",void 0),k([d()],R.prototype,"segmentControlRenderer",void 0),k([d()],R.prototype,"segmentOverflowController",void 0),k([d()],R.prototype,"segmentRenderer",void 0),k([d()],R.prototype,"selectedController",void 0),k([d()],R.prototype,"changeEventEmitter",void 0),k([d()],R.prototype,"pageResizeObserverSlimmer",void 0),k([d()],R.prototype,"vegaComponentUsageRuntimeMetricsSlimmer",void 0),R.style=':host{display:inline-block}.vega-segment-control-container{display:flex;gap:4px;border-radius:9999px;background-color:rgba(var(--v-bg-segment-control, 89, 96, 99, 0.1));padding:3px}:host(.vega-segment-control-block){display:block}:host(.vega-segment-control-block) .vega-segment{flex-basis:0;flex-grow:1}.vega-segment{display:flex;align-items:center;justify-content:center;gap:8px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));border-radius:9999px;cursor:pointer;text-align:center;border-width:1px;border-style:solid;background-color:rgba(var(--v-bg-transparent, 0, 0, 0, 0));border-color:transparent}.vega-segment vega-icon{vertical-align:middle}.vega-segment.medium{padding-left:24px;padding-right:24px;padding-top:8px;padding-bottom:8px;font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-segment.medium{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-segment.medium{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-segment.medium{font-family:"Inter", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}.vega-segment.small{padding-left:16px;padding-right:16px;font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px;padding-top:3px;padding-bottom:3px}@media screen and (min-width: 768px) and (max-width: 1023px){.vega-segment.small{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.vega-segment.small{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}@media screen and (min-width: 1440px) and (max-width: 9999px){.vega-segment.small{font-family:"Inter", sans-serif;font-size:14px;font-weight:400;line-height:18px}}.vega-segment.disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1));pointer-events:none}.vega-segment:focus-visible{outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:2px}.vega-segment:hover{background-color:rgba(var(--v-bg-segment-hover, 205, 209, 211, 1))}.vega-segment.selected{background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border:1px solid rgba(var(--v-border-chip, 205, 209, 211, 1))}';export{R as vega_segment_control}
|