@globalpayments/vega 2.43.0 → 2.45.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-e80a14da.js → app-globals-c99ca280.js} +3 -3
- package/dist/cjs/{content-state-7b418b83.js → content-state-5659cad7.js} +1 -13
- package/dist/cjs/{design-token-622f55de.js → design-token-61572ad6.js} +1 -1
- package/dist/cjs/{element-appender-slimmer-f704b06d.js → element-appender-slimmer-6de02fb6.js} +1 -1
- package/dist/cjs/{form-field-controller-slimmer-9ea504a7.js → form-field-controller-slimmer-ac875498.js} +1 -1
- package/dist/cjs/{image-annotation-action-46632b22.js → image-annotation-action-cd529b25.js} +5 -2
- package/dist/cjs/index.cjs.js +5 -5
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{public-rules-ba486ffa.js → public-rules-a23c74a9.js} +2 -2
- package/dist/cjs/{responsive-format-facade-23588691.js → responsive-format-facade-bf7d9ab2.js} +2 -2
- package/dist/cjs/{rich-text-editor-required-rule-792fede0.js → rich-text-editor-required-rule-cdc2e15e.js} +1 -1
- package/dist/cjs/{style-formatter-42a4e762.js → style-formatter-f26738b9.js} +1 -1
- package/dist/cjs/{translation-2c8a32bb.js → translation-f7279bf1.js} +61 -0
- package/dist/cjs/{translation-slimmer-593b92fe.js → translation-slimmer-4d852eab.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +4 -4
- package/dist/cjs/vega-app-header-button.cjs.entry.js +4 -4
- package/dist/cjs/vega-box.cjs.entry.js +5 -5
- package/dist/cjs/vega-button-circle.cjs.entry.js +4 -4
- package/dist/cjs/vega-button.cjs.entry.js +3 -3
- package/dist/cjs/vega-calendar_3.cjs.entry.js +2 -2
- package/dist/cjs/vega-card.cjs.entry.js +4 -4
- package/dist/cjs/vega-carousel.cjs.entry.js +3 -3
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-chip.cjs.entry.js +4 -4
- package/dist/cjs/vega-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +2 -2
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-dialog_2.cjs.entry.js +80 -5
- package/dist/cjs/vega-divider.cjs.entry.js +4 -4
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +33 -10
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-file-uploader.cjs.entry.js +3 -3
- package/dist/cjs/vega-flex.cjs.entry.js +5 -5
- package/dist/cjs/vega-font.cjs.entry.js +4 -4
- package/dist/cjs/vega-form.cjs.entry.js +2 -2
- 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 +5 -5
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-numeric.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +8 -5
- package/dist/cjs/vega-input-range.cjs.entry.js +3 -3
- package/dist/cjs/vega-input-select.cjs.entry.js +5 -5
- package/dist/cjs/vega-input.cjs.entry.js +2 -2
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +28 -11
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +17 -9
- package/dist/cjs/vega-pagination.cjs.entry.js +9 -8
- package/dist/cjs/vega-popover_2.cjs.entry.js +6 -8
- package/dist/cjs/vega-radio_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +2 -2
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +38 -17
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +3 -3
- package/dist/cjs/vega-signature-capture.cjs.entry.js +6 -6
- package/dist/cjs/vega-skeleton.cjs.entry.js +14 -2
- package/dist/cjs/vega-stepper.cjs.entry.js +2 -2
- package/dist/cjs/vega-table_8.cjs.entry.js +4 -4
- package/dist/cjs/vega-textarea.cjs.entry.js +2 -2
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +22 -12
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +2 -2
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +4 -4
- package/dist/cjs/vega.cjs.js +4 -4
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-selected-controller.js +19 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.js +6 -0
- package/dist/collection/components/vega-dropdown/vega-dropdown.js +3 -8
- package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +8 -5
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.js +62 -1
- package/dist/collection/components/vega-modal/vega-modal.js +28 -0
- package/dist/collection/components/vega-nav/slimmers/renderers/vega-nav-list-renderer.js +3 -3
- package/dist/collection/components/vega-nav/vega-left-nav-group/slimmers/renderers/vega-left-nav-group-renderer.js +7 -1
- package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.js +47 -2
- 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 +21 -0
- package/dist/collection/components/vega-nav/vega-left-nav-section/slimmers/renderers/vega-left-nav-section-renderer.js +4 -1
- package/dist/collection/components/vega-nav/vega-left-nav-section/vega-left-nav-section.js +20 -0
- package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-renderer.js +16 -7
- package/dist/collection/components/vega-pagination/vega-pagination.js +6 -5
- package/dist/collection/components/vega-popover/vega-popover.js +3 -8
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +1 -2
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +0 -11
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/text-styles-toolbar-button-slimmer.js +1 -1
- package/dist/collection/components/vega-rich-text-editor/slimmers/renderers/tools/toolbar-button-slimmer.abstract.js +4 -1
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +4 -4
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.js +5 -0
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-image-editor/slimmers/renderers/vega-rich-text-image-editor-renderer.js +12 -7
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-image-editor/vega-rich-text-image-editor.js +5 -0
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-link-editor/slimmers/renderers/vega-rich-text-link-editor-renderer.js +7 -4
- package/dist/collection/components/vega-rich-text-editor/vega-rich-text-link-editor/vega-rich-text-link-editor.js +5 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-image-renderer.js +4 -1
- package/dist/collection/components/vega-skeleton/vega-skeleton.css +0 -1
- package/dist/collection/components/vega-skeleton/vega-skeleton.js +38 -0
- package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-range-dropdown-renderer.js +3 -0
- package/dist/collection/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-dropdown-renderer.js +2 -0
- package/dist/collection/components/vega-time-picker/vega-time-picker-dropdown/vega-time-picker-dropdown.css +2 -1
- package/dist/collection/components/vega-time-picker/vega-time-picker.js +10 -5
- package/dist/collection/helpers/translation/internal-translation-controller.js +25 -0
- package/dist/collection/helpers/translation/locales/en.js +36 -0
- package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +48 -0
- package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +4 -4
- package/dist/esm/{app-globals-f767f6be.js → app-globals-6a7d90a9.js} +3 -3
- package/dist/esm/{content-state-2b4fdc4f.js → content-state-7e9f3421.js} +1 -13
- package/dist/esm/{design-token-9a3c1dc5.js → design-token-e349fd57.js} +1 -1
- package/dist/esm/{element-appender-slimmer-8adfc578.js → element-appender-slimmer-a187435b.js} +1 -1
- package/dist/esm/{form-field-controller-slimmer-75f525f4.js → form-field-controller-slimmer-c9280871.js} +1 -1
- package/dist/esm/{image-annotation-action-aea4f430.js → image-annotation-action-2541490e.js} +5 -2
- package/dist/esm/index.js +5 -5
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{public-rules-20db9763.js → public-rules-596db5ba.js} +2 -2
- package/dist/esm/{responsive-format-facade-175aee98.js → responsive-format-facade-ce8a1ef5.js} +2 -2
- package/dist/esm/{rich-text-editor-required-rule-ed41bdd9.js → rich-text-editor-required-rule-ef25c4da.js} +1 -1
- package/dist/esm/{style-formatter-99ad38cd.js → style-formatter-3b67ed25.js} +1 -1
- package/dist/esm/{translation-a18bc15e.js → translation-4bed3392.js} +61 -0
- package/dist/esm/{translation-slimmer-a8c20249.js → translation-slimmer-fc1ddf17.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +4 -4
- package/dist/esm/vega-app-header-button.entry.js +4 -4
- package/dist/esm/vega-box.entry.js +5 -5
- package/dist/esm/vega-button-circle.entry.js +4 -4
- package/dist/esm/vega-button.entry.js +3 -3
- package/dist/esm/vega-calendar_3.entry.js +2 -2
- package/dist/esm/vega-card.entry.js +4 -4
- package/dist/esm/vega-carousel.entry.js +3 -3
- package/dist/esm/vega-checkbox_2.entry.js +2 -2
- package/dist/esm/vega-chip.entry.js +4 -4
- package/dist/esm/vega-color-picker.entry.js +2 -2
- package/dist/esm/vega-combo-box.entry.js +2 -2
- package/dist/esm/vega-date-picker_2.entry.js +6 -6
- package/dist/esm/vega-dialog_2.entry.js +80 -5
- package/dist/esm/vega-divider.entry.js +4 -4
- package/dist/esm/vega-dropdown_5.entry.js +33 -10
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-file-uploader.entry.js +3 -3
- package/dist/esm/vega-flex.entry.js +5 -5
- package/dist/esm/vega-font.entry.js +4 -4
- package/dist/esm/vega-form.entry.js +2 -2
- 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 +5 -5
- package/dist/esm/vega-input-credit-card.entry.js +2 -2
- package/dist/esm/vega-input-numeric.entry.js +2 -2
- package/dist/esm/vega-input-phone-number.entry.js +8 -5
- package/dist/esm/vega-input-range.entry.js +3 -3
- package/dist/esm/vega-input-select.entry.js +5 -5
- package/dist/esm/vega-input.entry.js +2 -2
- package/dist/esm/vega-left-nav_5.entry.js +28 -11
- package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
- package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +17 -9
- package/dist/esm/vega-pagination.entry.js +9 -8
- package/dist/esm/vega-popover_2.entry.js +6 -8
- package/dist/esm/vega-radio_2.entry.js +2 -2
- package/dist/esm/vega-rich-text-content.entry.js +2 -2
- package/dist/esm/vega-rich-text-editor_4.entry.js +38 -17
- package/dist/esm/vega-selection-chip_2.entry.js +4 -4
- package/dist/esm/vega-selection-tile_2.entry.js +2 -2
- package/dist/esm/vega-sidenav_3.entry.js +3 -3
- package/dist/esm/vega-signature-capture.entry.js +6 -6
- package/dist/esm/vega-skeleton.entry.js +14 -2
- package/dist/esm/vega-stepper.entry.js +2 -2
- package/dist/esm/vega-table_8.entry.js +4 -4
- package/dist/esm/vega-textarea.entry.js +2 -2
- package/dist/esm/vega-time-picker_2.entry.js +22 -12
- package/dist/esm/vega-toggle-switch.entry.js +2 -2
- package/dist/esm/vega-tooltip_2.entry.js +4 -4
- package/dist/esm/vega.js +4 -4
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-selected-controller.d.ts +17 -0
- package/dist/types/components/vega-dropdown/vega-dropdown-content-box/vega-dropdown-content-box.d.ts +2 -0
- package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +2 -4
- package/dist/types/components/vega-input-phone-number/vega-input-phone-number.d.ts +6 -3
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.d.ts +25 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +10 -0
- package/dist/types/components/vega-nav/interface.d.ts +4 -0
- package/dist/types/components/vega-nav/vega-left-nav-group/slimmers/renderers/vega-left-nav-group-renderer.d.ts +2 -0
- package/dist/types/components/vega-nav/vega-left-nav-group/vega-left-nav-group.d.ts +10 -0
- 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 +7 -0
- package/dist/types/components/vega-nav/vega-left-nav-section/slimmers/renderers/vega-left-nav-section-renderer.d.ts +1 -0
- package/dist/types/components/vega-nav/vega-left-nav-section/vega-left-nav-section.d.ts +6 -0
- package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-renderer.d.ts +2 -0
- package/dist/types/components/vega-pagination/vega-pagination.d.ts +5 -4
- package/dist/types/components/vega-popover/vega-popover.d.ts +2 -4
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +0 -4
- package/dist/types/components/vega-rich-text-editor/slimmers/renderers/tools/toolbar-button-slimmer.abstract.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/vega-rich-text-editor.d.ts +2 -0
- package/dist/types/components/vega-rich-text-editor/vega-rich-text-image-editor/slimmers/renderers/vega-rich-text-image-editor-renderer.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/vega-rich-text-image-editor/vega-rich-text-image-editor.d.ts +2 -0
- package/dist/types/components/vega-rich-text-editor/vega-rich-text-link-editor/slimmers/renderers/vega-rich-text-link-editor-renderer.d.ts +1 -0
- package/dist/types/components/vega-rich-text-editor/vega-rich-text-link-editor/vega-rich-text-link-editor.d.ts +2 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-image-renderer.d.ts +1 -0
- package/dist/types/components/vega-skeleton/vega-skeleton.d.ts +10 -1
- package/dist/types/components/vega-time-picker/slimmers/renderers/vega-time-picker-range-dropdown-renderer.d.ts +1 -0
- package/dist/types/components/vega-time-picker/slimmers/renderers/vega-time-picker-single-dropdown-renderer.d.ts +1 -0
- package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +2 -0
- package/dist/types/components.d.ts +62 -14
- package/dist/types/helpers/translation/interface.d.ts +42 -1
- package/dist/types/helpers/translation/internal-translation-controller.d.ts +10 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-01d4c679.js +1 -0
- package/dist/vega/{p-fcfc7b00.entry.js → p-0d8136bc.entry.js} +1 -1
- package/dist/vega/{p-ffe7cf8b.entry.js → p-11249b56.entry.js} +1 -1
- package/dist/vega/{p-3fcf766c.entry.js → p-1d46d29d.entry.js} +1 -1
- package/dist/vega/{p-2940fa99.entry.js → p-25d18888.entry.js} +1 -1
- package/dist/vega/p-2b7252c6.js +1 -0
- package/dist/vega/{p-a194988c.entry.js → p-32af415d.entry.js} +1 -1
- package/dist/vega/p-39bb2289.js +1 -0
- package/dist/vega/{p-c76024af.entry.js → p-39d3782b.entry.js} +1 -1
- package/dist/vega/{p-da6d71ed.entry.js → p-3b877fa3.entry.js} +1 -1
- package/dist/vega/{p-56926f06.entry.js → p-3c36bd11.entry.js} +1 -1
- package/dist/vega/{p-3bcd66e9.entry.js → p-3d236584.entry.js} +1 -1
- package/dist/vega/{p-8f6c028b.entry.js → p-46555732.entry.js} +1 -1
- package/dist/vega/p-4868e57c.entry.js +1 -0
- package/dist/vega/{p-eb87d418.entry.js → p-4e406f70.entry.js} +1 -1
- package/dist/vega/{p-c531d2f3.js → p-51686ec2.js} +1 -1
- package/dist/vega/p-5299a287.entry.js +1 -0
- package/dist/vega/p-55101775.entry.js +1 -0
- package/dist/vega/{p-5e38f071.entry.js → p-57f406cf.entry.js} +1 -1
- package/dist/vega/{p-6008c0c0.entry.js → p-5825343a.entry.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-eac0f7ff.js → p-5f5bfd9c.js} +1 -1
- package/dist/vega/{p-b82b01fa.entry.js → p-60234e0a.entry.js} +1 -1
- package/dist/vega/{p-15d40cb5.entry.js → p-639c3322.entry.js} +1 -1
- package/dist/vega/{p-ac91b1b5.entry.js → p-6be0a9bf.entry.js} +1 -1
- package/dist/vega/{p-c5ddea92.entry.js → p-71b82ba5.entry.js} +1 -1
- package/dist/vega/{p-15d7a049.js → p-7617b2ac.js} +1 -1
- package/dist/vega/{p-30d56b87.entry.js → p-7839a201.entry.js} +1 -1
- package/dist/vega/{p-9c4271d9.entry.js → p-8b044ac7.entry.js} +1 -1
- package/dist/vega/{p-e3d6e626.entry.js → p-8d1e0418.entry.js} +1 -1
- package/dist/vega/{p-9fdb3ef8.js → p-99289273.js} +1 -1
- package/dist/vega/{p-502f523c.entry.js → p-9955844c.entry.js} +1 -1
- package/dist/vega/p-9ba28523.js +1 -0
- package/dist/vega/{p-1538cafa.entry.js → p-9bebdace.entry.js} +1 -1
- package/dist/vega/{p-60e678ea.entry.js → p-9d3d7854.entry.js} +1 -1
- package/dist/vega/{p-251315ac.entry.js → p-a04624f3.entry.js} +1 -1
- package/dist/vega/{p-e3820e5b.js → p-a3fa41c8.js} +1 -1
- package/dist/vega/{p-058f2c79.entry.js → p-a501fb74.entry.js} +1 -1
- package/dist/vega/{p-d293df16.entry.js → p-a88acecd.entry.js} +1 -1
- package/dist/vega/{p-1edaa1cc.entry.js → p-acba84aa.entry.js} +1 -1
- package/dist/vega/{p-265f6155.entry.js → p-b196eab0.entry.js} +1 -1
- package/dist/vega/{p-150f8194.entry.js → p-b288e52e.entry.js} +1 -1
- package/dist/vega/p-b587e576.entry.js +1 -0
- package/dist/vega/{p-f61c9513.entry.js → p-b6c155d4.entry.js} +1 -1
- package/dist/vega/{p-3c235627.entry.js → p-b87ede84.entry.js} +1 -1
- package/dist/vega/{p-40239f3f.entry.js → p-c00d95d2.entry.js} +1 -1
- package/dist/vega/p-c906aa4f.js +1 -0
- package/dist/vega/{p-9721f1ea.entry.js → p-cf3d8e47.entry.js} +1 -1
- package/dist/vega/p-d0007822.entry.js +1 -0
- package/dist/vega/{p-d924d6d4.entry.js → p-d3101d07.entry.js} +1 -1
- package/dist/vega/p-d8683a5f.js +1 -0
- package/dist/vega/{p-31c88532.entry.js → p-dbd3e747.entry.js} +1 -1
- package/dist/vega/{p-91ec1b58.entry.js → p-dd94bd57.entry.js} +1 -1
- package/dist/vega/{p-97950866.entry.js → p-e244aa52.entry.js} +1 -1
- package/dist/vega/{p-502dcacc.entry.js → p-e8bb5d2e.entry.js} +1 -1
- package/dist/vega/{p-d3a815a7.entry.js → p-e8be1bd4.entry.js} +1 -1
- package/dist/vega/p-f18ed03e.entry.js +1 -0
- package/dist/vega/p-f5c32d70.entry.js +1 -0
- package/dist/vega/{p-ca52f952.entry.js → p-fe51bfea.entry.js} +1 -1
- package/dist/vega/{p-d13704a2.entry.js → p-fea464ce.entry.js} +1 -1
- package/dist/vega/{p-1040bac6.js → p-ffaafd34.js} +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +2 -2
- package/dist/vega/p-14514252.entry.js +0 -1
- package/dist/vega/p-1b6a38ab.js +0 -1
- package/dist/vega/p-31ba6562.entry.js +0 -1
- package/dist/vega/p-607ba0e0.entry.js +0 -1
- package/dist/vega/p-76076b46.js +0 -1
- package/dist/vega/p-7e1e319d.entry.js +0 -1
- package/dist/vega/p-8bc506e0.entry.js +0 -1
- package/dist/vega/p-b129beb6.js +0 -1
- package/dist/vega/p-b845ea28.js +0 -1
- package/dist/vega/p-c89c01b4.entry.js +0 -1
- package/dist/vega/p-d920b18c.js +0 -1
- package/dist/vega/p-e44c5f70.entry.js +0 -1
- package/dist/vega/p-f4931a1f.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, F as Fragment, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
3
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-ce8a1ef5.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
5
|
-
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-
|
|
5
|
+
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-e349fd57.js';
|
|
6
6
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
7
7
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
8
8
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -26,13 +26,13 @@ import './internal-vega-event-manager-d2c962d2.js';
|
|
|
26
26
|
import './feature-flag-controller-690eac1d.js';
|
|
27
27
|
import './index-44c794b4.js';
|
|
28
28
|
import './_commonjsHelpers-9943807e.js';
|
|
29
|
-
import './content-state-
|
|
29
|
+
import './content-state-7e9f3421.js';
|
|
30
30
|
import './change-manager-6a7eb88c.js';
|
|
31
31
|
import './vega-internal-event-id-d7113cf7.js';
|
|
32
32
|
import './static-subject-title-249c76cd.js';
|
|
33
33
|
import './icon-manager-638dd4d4.js';
|
|
34
34
|
import './wait-for-vega-handler-b18eb955.js';
|
|
35
|
-
import './translation-
|
|
35
|
+
import './translation-4bed3392.js';
|
|
36
36
|
import './state-background-color-formatter-121ae7d3.js';
|
|
37
37
|
import './dom-node-subject-observer-factory-d661fc7c.js';
|
|
38
38
|
|
|
@@ -3,7 +3,7 @@ import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
|
|
|
3
3
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
5
5
|
import { a as arrayToClassString, h as hexToRGB, b as getHexFromShorthand } from './ui-ed1283bb.js';
|
|
6
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
6
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-c9280871.js';
|
|
7
7
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
9
9
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
@@ -15,7 +15,7 @@ import './string-be824360.js';
|
|
|
15
15
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
16
16
|
import './dynamic-slimmer-90b8af32.js';
|
|
17
17
|
import './vega-internal-event-id-d7113cf7.js';
|
|
18
|
-
import './translation-
|
|
18
|
+
import './translation-4bed3392.js';
|
|
19
19
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
20
20
|
import './ui-8424715a.js';
|
|
21
21
|
import './breakpoints-d9faf11c.js';
|
|
@@ -4,7 +4,7 @@ import { g as getActiveElement, s as sanitizeVegaComponent } from './component-c
|
|
|
4
4
|
import { N as isArrayOfType, O as isDropdownSourceItemType } from './type-guard-158f6d7a.js';
|
|
5
5
|
import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
6
6
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
7
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
7
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-c9280871.js';
|
|
8
8
|
import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-aab1c019.js';
|
|
9
9
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
10
10
|
import { k as VegaCreate, n as VegaDropdownHide, b as VegaDropdownClick, c as VegaClose, f as VegaChange, l as VegaSearch } from './dom-node-subject-factory-286df025.js';
|
|
@@ -25,7 +25,7 @@ import './typography-396de03f.js';
|
|
|
25
25
|
import './string-be824360.js';
|
|
26
26
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
27
27
|
import './dynamic-slimmer-90b8af32.js';
|
|
28
|
-
import './translation-
|
|
28
|
+
import './translation-4bed3392.js';
|
|
29
29
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
30
30
|
import './array-3113609f.js';
|
|
31
31
|
import './number-4398f2e1.js';
|
|
@@ -5,7 +5,7 @@ import { c as compareIsSameOrBefore, i as isDateStr, b as compareIsBefore, d as
|
|
|
5
5
|
import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
|
|
6
6
|
import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
8
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
8
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-c9280871.js';
|
|
9
9
|
import { a as arrayToClassString, g as getDeviceType, D as DeviceType } from './ui-ed1283bb.js';
|
|
10
10
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
11
11
|
import { a as VegaClick, b as VegaDropdownClick, d as domNodeSubjectFactory, f as VegaChange } from './dom-node-subject-factory-286df025.js';
|
|
@@ -17,18 +17,18 @@ import { I as InternalVegaZIndexManager } from './vega-skeleton-loader-controlle
|
|
|
17
17
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
18
18
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
19
19
|
import { a as StringInputFormatterSlimmer, b as StringMaskStrategy } from './string-input-formatter-slimmer-452c439c.js';
|
|
20
|
-
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-
|
|
20
|
+
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-a187435b.js';
|
|
21
21
|
import './vega-env-manager-8f8dc473.js';
|
|
22
22
|
import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
23
|
-
import './content-state-
|
|
23
|
+
import './content-state-7e9f3421.js';
|
|
24
24
|
import './icon-manager-638dd4d4.js';
|
|
25
25
|
import './wait-for-vega-handler-b18eb955.js';
|
|
26
|
-
import './translation-
|
|
26
|
+
import './translation-4bed3392.js';
|
|
27
27
|
import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-6f5cb52a.js';
|
|
28
28
|
import { C as ComponentLoadRequired } from './component-load-required-db42032a.js';
|
|
29
29
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
30
30
|
import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-aab1c019.js';
|
|
31
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
31
|
+
import { T as TranslationSlimmer } from './translation-slimmer-fc1ddf17.js';
|
|
32
32
|
import { r as remoteInvocationRegistry } from './remote-invocation-registry-0b330137.js';
|
|
33
33
|
import { n as VegaInternalDropdownUpdateTarget } from './vega-internal-event-id-d7113cf7.js';
|
|
34
34
|
import './string-be824360.js';
|
|
@@ -45,7 +45,7 @@ import './type-guard-158f6d7a.js';
|
|
|
45
45
|
import './regex-dfe11abf.js';
|
|
46
46
|
import './typography-396de03f.js';
|
|
47
47
|
import './index-707fec53.js';
|
|
48
|
-
import './responsive-format-facade-
|
|
48
|
+
import './responsive-format-facade-ce8a1ef5.js';
|
|
49
49
|
import './pixel-f32c07ce.js';
|
|
50
50
|
import './index-44c794b4.js';
|
|
51
51
|
import './keyboard-manager-8c4ef91b.js';
|
|
@@ -5,13 +5,13 @@ import { I as InjectVegaSlimmer, c as MapToComponentField, M as MapToComponentMe
|
|
|
5
5
|
import './vega-env-manager-8f8dc473.js';
|
|
6
6
|
import { I as InternalVegaZIndexManager } from './vega-skeleton-loader-controller-722a41c2.js';
|
|
7
7
|
import './feature-flag-controller-690eac1d.js';
|
|
8
|
-
import './content-state-
|
|
8
|
+
import './content-state-7e9f3421.js';
|
|
9
9
|
import './icon-manager-638dd4d4.js';
|
|
10
10
|
import './wait-for-vega-handler-b18eb955.js';
|
|
11
11
|
import { g as getDeviceType, D as DeviceType, f as findParent } from './ui-ed1283bb.js';
|
|
12
|
-
import './translation-
|
|
12
|
+
import './translation-4bed3392.js';
|
|
13
13
|
import './state-background-color-formatter-121ae7d3.js';
|
|
14
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
14
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e349fd57.js';
|
|
15
15
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
16
16
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
17
17
|
import { c as VegaClose, a as VegaClick, F as VegaOpen } from './dom-node-subject-factory-286df025.js';
|
|
@@ -20,7 +20,7 @@ import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-
|
|
|
20
20
|
import { C as ComponentGlobalStyleSlimmer } from './component-global-style-slimmer-000e0c11.js';
|
|
21
21
|
import { c as createDeprecatedPropertySlimmer } from './deprecated-property-slimmer-32575f02.js';
|
|
22
22
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
23
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
23
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-ce8a1ef5.js';
|
|
24
24
|
import { D as DefaultModalSize } from './ui-8424715a.js';
|
|
25
25
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
26
26
|
import { S as SHADOW_ROOT_ELEMENT_SCROLLING } from './static-subject-title-249c76cd.js';
|
|
@@ -670,7 +670,14 @@ class VegaModalOpenStateController extends VegaSlimmer {
|
|
|
670
670
|
*/
|
|
671
671
|
const target = e.composedPath()[0];
|
|
672
672
|
if (target.tagName === 'VEGA-MODAL' && this.backdrop === 'default' && target === this.host) {
|
|
673
|
-
|
|
673
|
+
/**
|
|
674
|
+
* The below method is e2e-test covered in
|
|
675
|
+
*
|
|
676
|
+
* @see module:vega-modal-backdrop-mousedown-mouseup-e2e
|
|
677
|
+
*/
|
|
678
|
+
/* istanbul ignore next */
|
|
679
|
+
this.open = this.backdropMouseDownOnHost && this.backdropMouseUpOnHost ? false : true;
|
|
680
|
+
this.resetBackdropClickFlags();
|
|
674
681
|
}
|
|
675
682
|
if (this.host.id &&
|
|
676
683
|
(target.getAttribute('data-target') === this.host.id ||
|
|
@@ -696,6 +703,32 @@ class VegaModalOpenStateController extends VegaSlimmer {
|
|
|
696
703
|
this.open = false;
|
|
697
704
|
}
|
|
698
705
|
}
|
|
706
|
+
/*
|
|
707
|
+
* The below method is e2e-test covered in
|
|
708
|
+
* @see{@module:vega-modal-backdrop-mousedown-mouseup-e2e}
|
|
709
|
+
*/
|
|
710
|
+
/* istanbul ignore next */
|
|
711
|
+
/**
|
|
712
|
+
* Listen the target element mousedown event
|
|
713
|
+
*
|
|
714
|
+
* @param {MouseEvent} e - mousedown event.
|
|
715
|
+
*/
|
|
716
|
+
listenMouseDown(e) {
|
|
717
|
+
this.backdropMouseDownOnHost = this.isBackdropClickTargeted(e);
|
|
718
|
+
}
|
|
719
|
+
/*
|
|
720
|
+
* The below method is e2e-test covered in
|
|
721
|
+
* @see{@module:vega-modal-backdrop-mousedown-mouseup-e2e}
|
|
722
|
+
*/
|
|
723
|
+
/* istanbul ignore next */
|
|
724
|
+
/**
|
|
725
|
+
* Listen the target element mousedown event
|
|
726
|
+
*
|
|
727
|
+
* @param {MouseEvent} e - mousedown event.
|
|
728
|
+
*/
|
|
729
|
+
listenMouseUp(e) {
|
|
730
|
+
this.backdropMouseUpOnHost = this.isBackdropClickTargeted(e);
|
|
731
|
+
}
|
|
699
732
|
/*
|
|
700
733
|
* The below method is e2e-test covered in
|
|
701
734
|
* @see{module:vega-modal-toggle-interactive-e2e}
|
|
@@ -760,6 +793,28 @@ class VegaModalOpenStateController extends VegaSlimmer {
|
|
|
760
793
|
this.backdropController.removeBackdrop();
|
|
761
794
|
}
|
|
762
795
|
}
|
|
796
|
+
/*
|
|
797
|
+
* The below method is e2e-test covered in
|
|
798
|
+
* @see{@module:vega-modal-backdrop-mousedown-mouseup-e2e}
|
|
799
|
+
*/
|
|
800
|
+
/* istanbul ignore next */
|
|
801
|
+
/**
|
|
802
|
+
* Check if mouse event originates from vega-modal backdrop.
|
|
803
|
+
*
|
|
804
|
+
* @param {MouseEvent} e - The mousedown or mouseup event.
|
|
805
|
+
* @returns { boolean } Return true if is within backdrop otherwise, false
|
|
806
|
+
*/
|
|
807
|
+
isBackdropClickTargeted(e) {
|
|
808
|
+
const target = e.composedPath()[0];
|
|
809
|
+
return target.tagName === 'VEGA-MODAL' && target === this.host;
|
|
810
|
+
}
|
|
811
|
+
/**
|
|
812
|
+
* Reset backdrop click flags.
|
|
813
|
+
*/
|
|
814
|
+
resetBackdropClickFlags() {
|
|
815
|
+
this.backdropMouseDownOnHost = false;
|
|
816
|
+
this.backdropMouseUpOnHost = false;
|
|
817
|
+
}
|
|
763
818
|
}
|
|
764
819
|
__decorate$4([
|
|
765
820
|
MapToComponentField()
|
|
@@ -803,6 +858,12 @@ __decorate$4([
|
|
|
803
858
|
__decorate$4([
|
|
804
859
|
MapToComponentMethod('listenDataDismiss')
|
|
805
860
|
], VegaModalOpenStateController.prototype, "listenDataDismiss", null);
|
|
861
|
+
__decorate$4([
|
|
862
|
+
MapToComponentMethod('listenMouseDown')
|
|
863
|
+
], VegaModalOpenStateController.prototype, "listenMouseDown", null);
|
|
864
|
+
__decorate$4([
|
|
865
|
+
MapToComponentMethod('listenMouseUp')
|
|
866
|
+
], VegaModalOpenStateController.prototype, "listenMouseUp", null);
|
|
806
867
|
|
|
807
868
|
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
808
869
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1112,6 +1173,20 @@ const VegaModal = class {
|
|
|
1112
1173
|
/* istanbul ignore next */
|
|
1113
1174
|
listenDataDismiss(e) {
|
|
1114
1175
|
}
|
|
1176
|
+
/**
|
|
1177
|
+
* The below method is e2e-test covered in
|
|
1178
|
+
* @see{module:vega-modal-backdrop-mousedown-mouseup-e2e}
|
|
1179
|
+
*/
|
|
1180
|
+
/* istanbul ignore next */
|
|
1181
|
+
listenMouseDown(e) {
|
|
1182
|
+
}
|
|
1183
|
+
/**
|
|
1184
|
+
* The below method is e2e-test covered in
|
|
1185
|
+
* @see{module:vega-modal-backdrop-mousedown-mouseup-e2e}
|
|
1186
|
+
*/
|
|
1187
|
+
/* istanbul ignore next */
|
|
1188
|
+
listenMouseUp(e) {
|
|
1189
|
+
}
|
|
1115
1190
|
/**
|
|
1116
1191
|
* Invoke this method to show or hide the modal.
|
|
1117
1192
|
*
|
|
@@ -2,9 +2,9 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-18
|
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
3
|
import { c as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
4
4
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-ce8a1ef5.js';
|
|
6
6
|
import { h as Spacing } from './type-guard-158f6d7a.js';
|
|
7
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
7
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e349fd57.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
9
9
|
import './number-4398f2e1.js';
|
|
10
10
|
import './ui-8424715a.js';
|
|
@@ -21,13 +21,13 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
21
21
|
import './feature-flag-controller-690eac1d.js';
|
|
22
22
|
import './index-44c794b4.js';
|
|
23
23
|
import './_commonjsHelpers-9943807e.js';
|
|
24
|
-
import './content-state-
|
|
24
|
+
import './content-state-7e9f3421.js';
|
|
25
25
|
import './change-manager-6a7eb88c.js';
|
|
26
26
|
import './vega-internal-event-id-d7113cf7.js';
|
|
27
27
|
import './static-subject-title-249c76cd.js';
|
|
28
28
|
import './icon-manager-638dd4d4.js';
|
|
29
29
|
import './wait-for-vega-handler-b18eb955.js';
|
|
30
|
-
import './translation-
|
|
30
|
+
import './translation-4bed3392.js';
|
|
31
31
|
import './regex-dfe11abf.js';
|
|
32
32
|
import './typography-396de03f.js';
|
|
33
33
|
import './state-background-color-formatter-121ae7d3.js';
|
|
@@ -9,7 +9,7 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
|
|
|
9
9
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
10
10
|
import { f as VegaChange, d as domNodeSubjectFactory, m as VegaDropdownShow, n as VegaDropdownHide, b as VegaDropdownClick, k as VegaCreate, o as VegaDropdownSearch, p as VegaSearchTrigger, a as VegaClick } from './dom-node-subject-factory-286df025.js';
|
|
11
11
|
import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-6f5cb52a.js';
|
|
12
|
-
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-
|
|
12
|
+
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-a187435b.js';
|
|
13
13
|
import { r as remoteInvocationRegistry } from './remote-invocation-registry-0b330137.js';
|
|
14
14
|
import { n as VegaInternalDropdownUpdateTarget, e as VegaInternalDropdownTemplateItemsChange, m as VegaDropdownSearchInternalOverridden, l as VegaDropdownRenderItemInternalOverridden, g as VegaInternalVirtualScrollToBottom } from './vega-internal-event-id-d7113cf7.js';
|
|
15
15
|
import { i as isArrayEqual } from './array-3113609f.js';
|
|
@@ -19,8 +19,9 @@ import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
|
19
19
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
20
20
|
import { C as ChildNodesNotifyObserverSlimmer } from './child-nodes-notify-observer-slimmer-12d38571.js';
|
|
21
21
|
import { S as SHADOW_ROOT_ELEMENT_SCROLLING, l as DROPDOWN_ITEM_CLICK } from './static-subject-title-249c76cd.js';
|
|
22
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
22
|
+
import { T as TranslationSlimmer } from './translation-slimmer-fc1ddf17.js';
|
|
23
23
|
import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-aab1c019.js';
|
|
24
|
+
import { C as ComponentGlobalStyleSlimmer } from './component-global-style-slimmer-000e0c11.js';
|
|
24
25
|
import { S as SubStateObserverSlimmer } from './sub-state-observer-slimmer-1d3336d6.js';
|
|
25
26
|
import './breakpoints-d9faf11c.js';
|
|
26
27
|
import './ui-8424715a.js';
|
|
@@ -33,16 +34,16 @@ import './dynamic-slimmer-90b8af32.js';
|
|
|
33
34
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
34
35
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
35
36
|
import './number-4398f2e1.js';
|
|
36
|
-
import './responsive-format-facade-
|
|
37
|
+
import './responsive-format-facade-ce8a1ef5.js';
|
|
37
38
|
import './pixel-f32c07ce.js';
|
|
38
39
|
import './vega-env-manager-8f8dc473.js';
|
|
39
40
|
import './feature-flag-controller-690eac1d.js';
|
|
40
41
|
import './index-44c794b4.js';
|
|
41
42
|
import './_commonjsHelpers-9943807e.js';
|
|
42
|
-
import './content-state-
|
|
43
|
+
import './content-state-7e9f3421.js';
|
|
43
44
|
import './icon-manager-638dd4d4.js';
|
|
44
45
|
import './wait-for-vega-handler-b18eb955.js';
|
|
45
|
-
import './translation-
|
|
46
|
+
import './translation-4bed3392.js';
|
|
46
47
|
|
|
47
48
|
var __decorate$s = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
48
49
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1021,6 +1022,23 @@ class VegaDropdownSelectedController extends VegaSlimmer {
|
|
|
1021
1022
|
}
|
|
1022
1023
|
/**
|
|
1023
1024
|
* The function checks if the given item belongs to the current dropdown.
|
|
1025
|
+
* There have two cases:
|
|
1026
|
+
* <vega-dropdown trigger="click">
|
|
1027
|
+
* <div slot="items">
|
|
1028
|
+
* // Case 1:
|
|
1029
|
+
* // This item is in current vega-dropdown-content-box
|
|
1030
|
+
* <vega-dropdown-item label="Item 1" item-key="item1"></vega-dropdown-item>
|
|
1031
|
+
* <vega-dropdown trigger="click">
|
|
1032
|
+
* // Case 2:
|
|
1033
|
+
* // This item is in current vega-dropdown-content-box, but it also in nest dropdown content slot
|
|
1034
|
+
* // and not the realy item of parent dropdown, So we should have filter it out.
|
|
1035
|
+
* <vega-dropdown-item label="Item 2" item-key="item2"></vega-dropdown-item>
|
|
1036
|
+
* <div slot="items">
|
|
1037
|
+
* ...
|
|
1038
|
+
* </div>
|
|
1039
|
+
* </vega-dropdown>
|
|
1040
|
+
* </div>
|
|
1041
|
+
* <vega-dropdown>
|
|
1024
1042
|
*
|
|
1025
1043
|
* @param {HTMLElement} item - The `item` parameter is an HTMLElement, which represents an element in
|
|
1026
1044
|
* the DOM (Document Object Model). It is the element that we want to check if it is currently in a
|
|
@@ -1029,7 +1047,8 @@ class VegaDropdownSelectedController extends VegaSlimmer {
|
|
|
1029
1047
|
*/
|
|
1030
1048
|
isCurrentDropdown(item) {
|
|
1031
1049
|
const appender = findParent(item, 'vega-dropdown-content-box');
|
|
1032
|
-
|
|
1050
|
+
const isNestTriggerItem = item.parentElement.tagName === 'VEGA-DROPDOWN' || !!findParent(item, 'vega-dropdown');
|
|
1051
|
+
return this.host === appender['data-parent-ref'] && !isNestTriggerItem;
|
|
1033
1052
|
}
|
|
1034
1053
|
/**
|
|
1035
1054
|
* The function `checkSelectedSourceKey` checks if the selected source key is valid based on the select
|
|
@@ -1799,10 +1818,8 @@ const VegaDropdown = class {
|
|
|
1799
1818
|
/**
|
|
1800
1819
|
* Determines whether the dropdown position is calculated relative to the screen.
|
|
1801
1820
|
*
|
|
1802
|
-
* @VegaWarning
|
|
1803
|
-
*
|
|
1804
|
-
* @VegaWarning Currently, when set to true, position calculation may be inaccurate if the dropdown is placed inside a scrollable container within a shadowRoot (e.g., inside a vega-modal with scrollable content).
|
|
1805
|
-
*
|
|
1821
|
+
* @VegaWarning - It will overrides the positionRelativeTo and matchContainerHeight properties, rendering them ineffective.
|
|
1822
|
+
* - Currently, when set to true, the position calculation may be inaccurate if the popover is placed inside a scrollable container within a shadowRoot (e.g., inside a vega-modal with scrollable content).
|
|
1806
1823
|
* @vegaVersion 2.36.0
|
|
1807
1824
|
*/
|
|
1808
1825
|
this.isScreenPosition = false;
|
|
@@ -1973,6 +1990,8 @@ __decorate$d([
|
|
|
1973
1990
|
], VegaDropdown.prototype, "vegaComponentUsageRuntimeMetricsSlimmer", void 0);
|
|
1974
1991
|
VegaDropdown.style = vegaDropdownCss;
|
|
1975
1992
|
|
|
1993
|
+
const nestVegaDropdownCss = "vega-dropdown-content-box vega-dropdown{display:block}";
|
|
1994
|
+
|
|
1976
1995
|
const vegaDropdownContentBoxCss = ":host{display:block;position:absolute}:host .vega-dropdown{box-shadow:var(--v-shadow-dropdown-menu, 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));padding-top:8px;padding-bottom:8px;text-align:left;border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));border-radius:8px;overflow:hidden;box-sizing:border-box;width:inherit}:host(.vega-force-hidden){display:none}:host .vega-dropdown.vega-dropdown-with-searchable{padding-top:0px}:host .vega-dropdown .vega-dropdown-container{overflow-y:auto;position:relative;min-width:100px;min-height:40px}:host .vega-dropdown .vega-dropdown-container>ul{padding-left:0px;margin:0px;list-style-type:none}:host .vega-dropdown .vega-dropdown-search{padding-top:16px;padding-left:12px;padding-right:12px;padding-bottom:12px;margin-bottom:4px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-width:0px;border-bottom-width:1px;border-style:solid;border-color:rgba(var(--v-border-color-divider, 171, 198, 216, 1))}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container){padding:0px;border-width:0px;--tw-shadow:0 0 #0000;box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px}:host .vega-dropdown .vega-dropdown-search vega-input::part(prefix-icon-container){color:rgba(var(--v-text-secondary, 107, 116, 125, 1));width:16px;height:16px;padding-top:0px}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container):focus-within{outline:none}:host .vega-dropdown .vega-dropdown-search vega-input::part(input-container):hover{border-width:0px}:host .vega-dropdown .vega-dropdown-loading{padding-left:16px;padding-right:16px;padding-top:8px;padding-bottom:8px}:host .v-hidden{display:none}:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;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-dropdown .vega-dropdown-loading>vega-flex>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-loading>vega-flex>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-add-item{padding-top:8px;padding-left:12px;padding-right:12px;padding-bottom:8px;margin-left:4px;margin-right:4px;background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));cursor:pointer;display:flex;gap:8px;align-items:center}:host .vega-dropdown .vega-dropdown-add-item>div{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host .vega-dropdown .vega-dropdown-add-item>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-add-item>span{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-add-item:focus-visible{box-shadow:0 0 0 4px rgba(var(--v-ring-action-focus, 19, 98, 226, 0.25));outline:2px solid transparent;outline-offset:2px}:host .vega-dropdown .vega-dropdown-clear-icon{width:16px;height:16px;cursor:pointer}:host .vega-dropdown .vega-dropdown-empty-list{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));padding-top:8px;padding-bottom:8px;padding-left:16px;padding-right:16px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .vega-dropdown .vega-dropdown-empty-list{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-dropdown .vega-dropdown-divider{margin-top:4px;margin-bottom:4px;border-bottom:1px solid rgb(171, 198, 216)}";
|
|
1977
1996
|
|
|
1978
1997
|
var __decorate$c = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1989,6 +2008,7 @@ const VegaDropdownContentBox = class {
|
|
|
1989
2008
|
constructor(hostRef) {
|
|
1990
2009
|
registerInstance(this, hostRef);
|
|
1991
2010
|
this.globalSlimmers = {};
|
|
2011
|
+
this.componentGlobalStyleSlimmer = new ComponentGlobalStyleSlimmer(nestVegaDropdownCss);
|
|
1992
2012
|
this.eventPrevent = new ChildNodesEventPreventSlimmer([VegaClick], () => this.host, undefined, true);
|
|
1993
2013
|
this.vegaComponentUsageRuntimeMetricsSlimmer = new VegaComponentUsageRuntimeMetricsSlimmer();
|
|
1994
2014
|
}
|
|
@@ -2000,6 +2020,9 @@ const VegaDropdownContentBox = class {
|
|
|
2000
2020
|
__decorate$c([
|
|
2001
2021
|
InjectVegaGlobalSlimmer()
|
|
2002
2022
|
], VegaDropdownContentBox.prototype, "globalSlimmers", void 0);
|
|
2023
|
+
__decorate$c([
|
|
2024
|
+
InjectVegaSlimmer()
|
|
2025
|
+
], VegaDropdownContentBox.prototype, "componentGlobalStyleSlimmer", void 0);
|
|
2003
2026
|
__decorate$c([
|
|
2004
2027
|
InjectVegaSlimmer()
|
|
2005
2028
|
], VegaDropdownContentBox.prototype, "eventPrevent", void 0);
|
|
@@ -9,9 +9,9 @@ var FrameworkEnum;
|
|
|
9
9
|
/** The VegaEnvManager class manages vega environment parameters. */
|
|
10
10
|
class VegaEnvManager {
|
|
11
11
|
constructor() {
|
|
12
|
-
// The `2.
|
|
12
|
+
// The `2.45.0` will be replaced to a version string when running publish script.
|
|
13
13
|
// eslint-disable-next-line @typescript-eslint/no-magic-numbers
|
|
14
|
-
this.vegaVersion = '2.
|
|
14
|
+
this.vegaVersion = '2.45.0';
|
|
15
15
|
this.framework = FrameworkEnum.VanillaJs;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -11,16 +11,16 @@ import { t as trashCan } from './trash-can-8819a939.js';
|
|
|
11
11
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
12
12
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
13
13
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
14
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
14
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-c9280871.js';
|
|
15
15
|
import { F as FileUploaderRequiredRule } from './file-uploader-required-rule-ad886d01.js';
|
|
16
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
16
|
+
import { T as TranslationSlimmer } from './translation-slimmer-fc1ddf17.js';
|
|
17
17
|
import './icon-manager-638dd4d4.js';
|
|
18
18
|
import './ui-ed1283bb.js';
|
|
19
19
|
import './dynamic-slimmer-90b8af32.js';
|
|
20
20
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
21
21
|
import './string-be824360.js';
|
|
22
22
|
import './vega-internal-event-id-d7113cf7.js';
|
|
23
|
-
import './translation-
|
|
23
|
+
import './translation-4bed3392.js';
|
|
24
24
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
25
25
|
import './ui-8424715a.js';
|
|
26
26
|
import './breakpoints-d9faf11c.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
4
|
-
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './design-token-
|
|
4
|
+
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './design-token-e349fd57.js';
|
|
5
5
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
6
6
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer } from './page-resize-observer-slimmer-15a84d26.js';
|
|
9
|
-
import { f as formatFlexStyles } from './style-formatter-
|
|
9
|
+
import { f as formatFlexStyles } from './style-formatter-3b67ed25.js';
|
|
10
10
|
import './index-44c794b4.js';
|
|
11
11
|
import './_commonjsHelpers-9943807e.js';
|
|
12
12
|
import './type-guard-158f6d7a.js';
|
|
@@ -14,7 +14,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
14
14
|
import './ui-8424715a.js';
|
|
15
15
|
import './regex-dfe11abf.js';
|
|
16
16
|
import './typography-396de03f.js';
|
|
17
|
-
import './responsive-format-facade-
|
|
17
|
+
import './responsive-format-facade-ce8a1ef5.js';
|
|
18
18
|
import './number-4398f2e1.js';
|
|
19
19
|
import './pixel-f32c07ce.js';
|
|
20
20
|
import './array-3113609f.js';
|
|
@@ -24,13 +24,13 @@ import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
|
24
24
|
import './dynamic-slimmer-90b8af32.js';
|
|
25
25
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
26
26
|
import './dom-node-subject-factory-286df025.js';
|
|
27
|
-
import './content-state-
|
|
27
|
+
import './content-state-7e9f3421.js';
|
|
28
28
|
import './change-manager-6a7eb88c.js';
|
|
29
29
|
import './vega-internal-event-id-d7113cf7.js';
|
|
30
30
|
import './static-subject-title-249c76cd.js';
|
|
31
31
|
import './icon-manager-638dd4d4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
|
-
import './translation-
|
|
33
|
+
import './translation-4bed3392.js';
|
|
34
34
|
import './state-background-color-formatter-121ae7d3.js';
|
|
35
35
|
|
|
36
36
|
const VegaFlexRuntimeMetricsPayloadDefinition = [
|
|
@@ -5,9 +5,9 @@ import { s as slotPlaceholder } from './placeholder-bf562081.js';
|
|
|
5
5
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
6
6
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
7
7
|
import { C as ComponentLoadRequired } from './component-load-required-db42032a.js';
|
|
8
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
8
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-ce8a1ef5.js';
|
|
9
9
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
10
|
-
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './design-token-
|
|
10
|
+
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './design-token-e349fd57.js';
|
|
11
11
|
import './ui-8424715a.js';
|
|
12
12
|
import './breakpoints-d9faf11c.js';
|
|
13
13
|
import './type-guard-158f6d7a.js';
|
|
@@ -25,13 +25,13 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
25
25
|
import './feature-flag-controller-690eac1d.js';
|
|
26
26
|
import './index-44c794b4.js';
|
|
27
27
|
import './_commonjsHelpers-9943807e.js';
|
|
28
|
-
import './content-state-
|
|
28
|
+
import './content-state-7e9f3421.js';
|
|
29
29
|
import './change-manager-6a7eb88c.js';
|
|
30
30
|
import './vega-internal-event-id-d7113cf7.js';
|
|
31
31
|
import './static-subject-title-249c76cd.js';
|
|
32
32
|
import './icon-manager-638dd4d4.js';
|
|
33
33
|
import './wait-for-vega-handler-b18eb955.js';
|
|
34
|
-
import './translation-
|
|
34
|
+
import './translation-4bed3392.js';
|
|
35
35
|
import './state-background-color-formatter-121ae7d3.js';
|
|
36
36
|
|
|
37
37
|
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
2
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-c9280871.js';
|
|
3
3
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
4
4
|
import { v as VegaFormSubmit, w as VegaFormReset, x as VegaValidate, O as Observer, d as domNodeSubjectFactory } from './dom-node-subject-factory-286df025.js';
|
|
5
5
|
import { g as FORM_ELEMENT_VALIDATE, b as FORM_ELEMENT_VALUE_CHANGE, d as FORM_FIELD_ELEMENT_DISCONNECTED, c as FORM_FIELD_PENDING_VALID_CHANGE, e as FORM_RESET_OPERATION_TRIGGERED, F as FORM_SUBMIT, a as FORM_RESET } from './static-subject-title-249c76cd.js';
|
|
@@ -16,7 +16,7 @@ import { d as VegaInternalValid } from './vega-internal-event-id-d7113cf7.js';
|
|
|
16
16
|
import './string-be824360.js';
|
|
17
17
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
18
18
|
import './dynamic-slimmer-90b8af32.js';
|
|
19
|
-
import './translation-
|
|
19
|
+
import './translation-4bed3392.js';
|
|
20
20
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
21
21
|
import './ui-8424715a.js';
|
|
22
22
|
import './breakpoints-d9faf11c.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
2
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e349fd57.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
5
5
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -9,7 +9,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
9
9
|
import './ui-8424715a.js';
|
|
10
10
|
import './regex-dfe11abf.js';
|
|
11
11
|
import './typography-396de03f.js';
|
|
12
|
-
import './responsive-format-facade-
|
|
12
|
+
import './responsive-format-facade-ce8a1ef5.js';
|
|
13
13
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import './number-4398f2e1.js';
|
|
15
15
|
import './pixel-f32c07ce.js';
|
|
@@ -23,13 +23,13 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
23
23
|
import './feature-flag-controller-690eac1d.js';
|
|
24
24
|
import './index-44c794b4.js';
|
|
25
25
|
import './_commonjsHelpers-9943807e.js';
|
|
26
|
-
import './content-state-
|
|
26
|
+
import './content-state-7e9f3421.js';
|
|
27
27
|
import './change-manager-6a7eb88c.js';
|
|
28
28
|
import './vega-internal-event-id-d7113cf7.js';
|
|
29
29
|
import './static-subject-title-249c76cd.js';
|
|
30
30
|
import './icon-manager-638dd4d4.js';
|
|
31
31
|
import './wait-for-vega-handler-b18eb955.js';
|
|
32
|
-
import './translation-
|
|
32
|
+
import './translation-4bed3392.js';
|
|
33
33
|
import './state-background-color-formatter-121ae7d3.js';
|
|
34
34
|
|
|
35
35
|
const vegaGridCss = ":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-row-0),.v-gap-row-0{row-gap:0px}:host(.v-gap-col-0),.v-gap-col-0{column-gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-row-size-0),.v-gap-row-size-0{row-gap:0px}:host(.v-gap-col-size-0),.v-gap-col-size-0{column-gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-row-size-4),.v-gap-row-size-4{row-gap:4px}:host(.v-gap-col-size-4),.v-gap-col-size-4{column-gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-row-size-8),.v-gap-row-size-8{row-gap:8px}:host(.v-gap-col-size-8),.v-gap-col-size-8{column-gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-row-size-12),.v-gap-row-size-12{row-gap:12px}:host(.v-gap-col-size-12),.v-gap-col-size-12{column-gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-row-size-16),.v-gap-row-size-16{row-gap:16px}:host(.v-gap-col-size-16),.v-gap-col-size-16{column-gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-row-size-20),.v-gap-row-size-20{row-gap:20px}:host(.v-gap-col-size-20),.v-gap-col-size-20{column-gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-row-size-24),.v-gap-row-size-24{row-gap:24px}:host(.v-gap-col-size-24),.v-gap-col-size-24{column-gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-row-size-32),.v-gap-row-size-32{row-gap:32px}:host(.v-gap-col-size-32),.v-gap-col-size-32{column-gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-row-size-40),.v-gap-row-size-40{row-gap:40px}:host(.v-gap-col-size-40),.v-gap-col-size-40{column-gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-row-size-48),.v-gap-row-size-48{row-gap:48px}:host(.v-gap-col-size-48),.v-gap-col-size-48{column-gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-row-size-64),.v-gap-row-size-64{row-gap:64px}:host(.v-gap-col-size-64),.v-gap-col-size-64{column-gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-row-size-72),.v-gap-row-size-72{row-gap:72px}:host(.v-gap-col-size-72),.v-gap-col-size-72{column-gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-row-size-80),.v-gap-row-size-80{row-gap:80px}:host(.v-gap-col-size-80),.v-gap-col-size-80{column-gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-row-size-112),.v-gap-row-size-112{row-gap:112px}:host(.v-gap-col-size-112),.v-gap-col-size-112{column-gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}:host(.v-gap-row-size-2),.v-gap-row-size-2{row-gap:2px}:host(.v-gap-col-size-2),.v-gap-col-size-2{column-gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-row-0),.S\\:v-gap-row-0{row-gap:0px}:host(.S\\:v-gap-col-0),.S\\:v-gap-col-0{column-gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-row-size-0),.S\\:v-gap-row-size-0{row-gap:0px}:host(.S\\:v-gap-col-size-0),.S\\:v-gap-col-size-0{column-gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-row-size-4),.S\\:v-gap-row-size-4{row-gap:4px}:host(.S\\:v-gap-col-size-4),.S\\:v-gap-col-size-4{column-gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-row-size-8),.S\\:v-gap-row-size-8{row-gap:8px}:host(.S\\:v-gap-col-size-8),.S\\:v-gap-col-size-8{column-gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-row-size-12),.S\\:v-gap-row-size-12{row-gap:12px}:host(.S\\:v-gap-col-size-12),.S\\:v-gap-col-size-12{column-gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-row-size-16),.S\\:v-gap-row-size-16{row-gap:16px}:host(.S\\:v-gap-col-size-16),.S\\:v-gap-col-size-16{column-gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-row-size-20),.S\\:v-gap-row-size-20{row-gap:20px}:host(.S\\:v-gap-col-size-20),.S\\:v-gap-col-size-20{column-gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-row-size-24),.S\\:v-gap-row-size-24{row-gap:24px}:host(.S\\:v-gap-col-size-24),.S\\:v-gap-col-size-24{column-gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-row-size-32),.S\\:v-gap-row-size-32{row-gap:32px}:host(.S\\:v-gap-col-size-32),.S\\:v-gap-col-size-32{column-gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-row-size-40),.S\\:v-gap-row-size-40{row-gap:40px}:host(.S\\:v-gap-col-size-40),.S\\:v-gap-col-size-40{column-gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-row-size-48),.S\\:v-gap-row-size-48{row-gap:48px}:host(.S\\:v-gap-col-size-48),.S\\:v-gap-col-size-48{column-gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-row-size-64),.S\\:v-gap-row-size-64{row-gap:64px}:host(.S\\:v-gap-col-size-64),.S\\:v-gap-col-size-64{column-gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-row-size-72),.S\\:v-gap-row-size-72{row-gap:72px}:host(.S\\:v-gap-col-size-72),.S\\:v-gap-col-size-72{column-gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-row-size-80),.S\\:v-gap-row-size-80{row-gap:80px}:host(.S\\:v-gap-col-size-80),.S\\:v-gap-col-size-80{column-gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-row-size-112),.S\\:v-gap-row-size-112{row-gap:112px}:host(.S\\:v-gap-col-size-112),.S\\:v-gap-col-size-112{column-gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}:host(.S\\:v-gap-row-size-2),.S\\:v-gap-row-size-2{row-gap:2px}:host(.S\\:v-gap-col-size-2),.S\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-row-0),.M\\:v-gap-row-0{row-gap:0px}:host(.M\\:v-gap-col-0),.M\\:v-gap-col-0{column-gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-row-size-0),.M\\:v-gap-row-size-0{row-gap:0px}:host(.M\\:v-gap-col-size-0),.M\\:v-gap-col-size-0{column-gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-row-size-4),.M\\:v-gap-row-size-4{row-gap:4px}:host(.M\\:v-gap-col-size-4),.M\\:v-gap-col-size-4{column-gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-row-size-8),.M\\:v-gap-row-size-8{row-gap:8px}:host(.M\\:v-gap-col-size-8),.M\\:v-gap-col-size-8{column-gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-row-size-12),.M\\:v-gap-row-size-12{row-gap:12px}:host(.M\\:v-gap-col-size-12),.M\\:v-gap-col-size-12{column-gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-row-size-16),.M\\:v-gap-row-size-16{row-gap:16px}:host(.M\\:v-gap-col-size-16),.M\\:v-gap-col-size-16{column-gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-row-size-20),.M\\:v-gap-row-size-20{row-gap:20px}:host(.M\\:v-gap-col-size-20),.M\\:v-gap-col-size-20{column-gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-row-size-24),.M\\:v-gap-row-size-24{row-gap:24px}:host(.M\\:v-gap-col-size-24),.M\\:v-gap-col-size-24{column-gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-row-size-32),.M\\:v-gap-row-size-32{row-gap:32px}:host(.M\\:v-gap-col-size-32),.M\\:v-gap-col-size-32{column-gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-row-size-40),.M\\:v-gap-row-size-40{row-gap:40px}:host(.M\\:v-gap-col-size-40),.M\\:v-gap-col-size-40{column-gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-row-size-48),.M\\:v-gap-row-size-48{row-gap:48px}:host(.M\\:v-gap-col-size-48),.M\\:v-gap-col-size-48{column-gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-row-size-64),.M\\:v-gap-row-size-64{row-gap:64px}:host(.M\\:v-gap-col-size-64),.M\\:v-gap-col-size-64{column-gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-row-size-72),.M\\:v-gap-row-size-72{row-gap:72px}:host(.M\\:v-gap-col-size-72),.M\\:v-gap-col-size-72{column-gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-row-size-80),.M\\:v-gap-row-size-80{row-gap:80px}:host(.M\\:v-gap-col-size-80),.M\\:v-gap-col-size-80{column-gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-row-size-112),.M\\:v-gap-row-size-112{row-gap:112px}:host(.M\\:v-gap-col-size-112),.M\\:v-gap-col-size-112{column-gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}:host(.M\\:v-gap-row-size-2),.M\\:v-gap-row-size-2{row-gap:2px}:host(.M\\:v-gap-col-size-2),.M\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-row-0),.L\\:v-gap-row-0{row-gap:0px}:host(.L\\:v-gap-col-0),.L\\:v-gap-col-0{column-gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-row-size-0),.L\\:v-gap-row-size-0{row-gap:0px}:host(.L\\:v-gap-col-size-0),.L\\:v-gap-col-size-0{column-gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-row-size-4),.L\\:v-gap-row-size-4{row-gap:4px}:host(.L\\:v-gap-col-size-4),.L\\:v-gap-col-size-4{column-gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-row-size-8),.L\\:v-gap-row-size-8{row-gap:8px}:host(.L\\:v-gap-col-size-8),.L\\:v-gap-col-size-8{column-gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-row-size-12),.L\\:v-gap-row-size-12{row-gap:12px}:host(.L\\:v-gap-col-size-12),.L\\:v-gap-col-size-12{column-gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-row-size-16),.L\\:v-gap-row-size-16{row-gap:16px}:host(.L\\:v-gap-col-size-16),.L\\:v-gap-col-size-16{column-gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-row-size-20),.L\\:v-gap-row-size-20{row-gap:20px}:host(.L\\:v-gap-col-size-20),.L\\:v-gap-col-size-20{column-gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-row-size-24),.L\\:v-gap-row-size-24{row-gap:24px}:host(.L\\:v-gap-col-size-24),.L\\:v-gap-col-size-24{column-gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-row-size-32),.L\\:v-gap-row-size-32{row-gap:32px}:host(.L\\:v-gap-col-size-32),.L\\:v-gap-col-size-32{column-gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-row-size-40),.L\\:v-gap-row-size-40{row-gap:40px}:host(.L\\:v-gap-col-size-40),.L\\:v-gap-col-size-40{column-gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-row-size-48),.L\\:v-gap-row-size-48{row-gap:48px}:host(.L\\:v-gap-col-size-48),.L\\:v-gap-col-size-48{column-gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-row-size-64),.L\\:v-gap-row-size-64{row-gap:64px}:host(.L\\:v-gap-col-size-64),.L\\:v-gap-col-size-64{column-gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-row-size-72),.L\\:v-gap-row-size-72{row-gap:72px}:host(.L\\:v-gap-col-size-72),.L\\:v-gap-col-size-72{column-gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-row-size-80),.L\\:v-gap-row-size-80{row-gap:80px}:host(.L\\:v-gap-col-size-80),.L\\:v-gap-col-size-80{column-gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-row-size-112),.L\\:v-gap-row-size-112{row-gap:112px}:host(.L\\:v-gap-col-size-112),.L\\:v-gap-col-size-112{column-gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}:host(.L\\:v-gap-row-size-2),.L\\:v-gap-row-size-2{row-gap:2px}:host(.L\\:v-gap-col-size-2),.L\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-row-0),.XL\\:v-gap-row-0{row-gap:0px}:host(.XL\\:v-gap-col-0),.XL\\:v-gap-col-0{column-gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-row-size-0),.XL\\:v-gap-row-size-0{row-gap:0px}:host(.XL\\:v-gap-col-size-0),.XL\\:v-gap-col-size-0{column-gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-row-size-4),.XL\\:v-gap-row-size-4{row-gap:4px}:host(.XL\\:v-gap-col-size-4),.XL\\:v-gap-col-size-4{column-gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-row-size-8),.XL\\:v-gap-row-size-8{row-gap:8px}:host(.XL\\:v-gap-col-size-8),.XL\\:v-gap-col-size-8{column-gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-row-size-12),.XL\\:v-gap-row-size-12{row-gap:12px}:host(.XL\\:v-gap-col-size-12),.XL\\:v-gap-col-size-12{column-gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-row-size-16),.XL\\:v-gap-row-size-16{row-gap:16px}:host(.XL\\:v-gap-col-size-16),.XL\\:v-gap-col-size-16{column-gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-row-size-20),.XL\\:v-gap-row-size-20{row-gap:20px}:host(.XL\\:v-gap-col-size-20),.XL\\:v-gap-col-size-20{column-gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-row-size-24),.XL\\:v-gap-row-size-24{row-gap:24px}:host(.XL\\:v-gap-col-size-24),.XL\\:v-gap-col-size-24{column-gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-row-size-32),.XL\\:v-gap-row-size-32{row-gap:32px}:host(.XL\\:v-gap-col-size-32),.XL\\:v-gap-col-size-32{column-gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-row-size-40),.XL\\:v-gap-row-size-40{row-gap:40px}:host(.XL\\:v-gap-col-size-40),.XL\\:v-gap-col-size-40{column-gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-row-size-48),.XL\\:v-gap-row-size-48{row-gap:48px}:host(.XL\\:v-gap-col-size-48),.XL\\:v-gap-col-size-48{column-gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-row-size-64),.XL\\:v-gap-row-size-64{row-gap:64px}:host(.XL\\:v-gap-col-size-64),.XL\\:v-gap-col-size-64{column-gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-row-size-72),.XL\\:v-gap-row-size-72{row-gap:72px}:host(.XL\\:v-gap-col-size-72),.XL\\:v-gap-col-size-72{column-gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-row-size-80),.XL\\:v-gap-row-size-80{row-gap:80px}:host(.XL\\:v-gap-col-size-80),.XL\\:v-gap-col-size-80{column-gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-row-size-112),.XL\\:v-gap-row-size-112{row-gap:112px}:host(.XL\\:v-gap-col-size-112),.XL\\:v-gap-col-size-112{column-gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{gap:2px}:host(.XL\\:v-gap-row-size-2),.XL\\:v-gap-row-size-2{row-gap:2px}:host(.XL\\:v-gap-col-size-2),.XL\\:v-gap-col-size-2{column-gap:2px}}:host{display:grid}:host(.v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}@media (min-width: 320px){:host(.S\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.S\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.S\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.S\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.S\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.S\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.S\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.S\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.S\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.M\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.M\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.M\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.M\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.M\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.M\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.M\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.M\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.L\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.L\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.L\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.L\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.L\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.L\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.L\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.L\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.XL\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.XL\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.XL\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.XL\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.XL\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.XL\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.XL\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.XL\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 320px){:host(.S\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.S\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.S\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.S\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.S\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.S\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.S\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.S\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.S\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.M\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.M\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.M\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.M\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.M\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.M\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.M\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.M\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.L\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.L\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.L\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.L\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.L\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.L\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.L\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.L\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.XL\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.XL\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.XL\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.XL\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.XL\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.XL\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.XL\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.XL\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}";
|