@globalpayments/vega 2.14.0 → 2.16.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-6b5136b1.js → app-globals-5e074c5e.js} +14 -7
- package/dist/cjs/{childNodesEventPreventSlimmer-5b352793.js → childNodesEventPreventSlimmer-7e1895d7.js} +12 -0
- package/dist/cjs/{designToken-3904c6b7.js → designToken-1e1dc648.js} +1 -1
- package/dist/cjs/{elementAppenderSlimmer-31397fa9.js → elementAppenderSlimmer-0590af69.js} +1 -1
- package/dist/cjs/{formFieldControllerSlimmer-769ef4fd.js → formFieldControllerSlimmer-9271a8b8.js} +3 -2
- package/dist/cjs/index-1299d729.js +4 -0
- package/dist/cjs/index.cjs.js +12 -10
- package/dist/cjs/{legendInputProcessor-a3cdc806.js → legendInputProcessor-76d1eab6.js} +1 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mutationObserverFilters-dd88e5fe.js +45 -0
- package/dist/cjs/{mutationObserverFilters-5beee7b8.js → mutationObserverSlimmer-8d99123c.js} +4 -43
- package/dist/cjs/{pixel-b18a8279.js → pixel-98f2a10c.js} +40 -0
- package/dist/cjs/{responsiveFormatFacade-12dd896d.js → responsiveFormatFacade-037c9c80.js} +3 -43
- package/dist/cjs/vega-accordion.cjs.entry.js +4 -3
- package/dist/cjs/vega-app-header-button.cjs.entry.js +4 -3
- package/dist/cjs/vega-bar-chart.cjs.entry.js +3 -3
- package/dist/cjs/vega-box.cjs.entry.js +3 -2
- package/dist/cjs/vega-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/vega-button-circle.cjs.entry.js +4 -3
- package/dist/cjs/vega-button-group_2.cjs.entry.js +1 -1
- package/dist/cjs/vega-button-link.cjs.entry.js +1 -1
- package/dist/cjs/vega-button.cjs.entry.js +3 -2
- package/dist/cjs/vega-calendar_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-card.cjs.entry.js +3 -2
- package/dist/cjs/vega-carousel.cjs.entry.js +2 -1
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +4 -3
- package/dist/cjs/vega-chip.cjs.entry.js +4 -3
- package/dist/cjs/vega-color-picker.cjs.entry.js +3 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +4 -3
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +7 -5
- package/dist/cjs/vega-dialog_2.cjs.entry.js +4 -3
- package/dist/cjs/vega-divider.cjs.entry.js +3 -2
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +34 -34
- package/dist/cjs/vega-field-label.cjs.entry.js +1 -1
- package/dist/cjs/vega-flex.cjs.entry.js +3 -2
- package/dist/cjs/vega-font.cjs.entry.js +3 -2
- package/dist/cjs/vega-form.cjs.entry.js +4 -3
- package/dist/cjs/vega-grid.cjs.entry.js +3 -2
- package/dist/cjs/vega-icon.cjs.entry.js +3 -2
- package/dist/cjs/vega-image-uploader.cjs.entry.js +6 -4
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +4 -3
- package/dist/cjs/vega-input-range.cjs.entry.js +4 -3
- package/dist/cjs/vega-input-select.cjs.entry.js +94 -90
- package/dist/cjs/vega-input.cjs.entry.js +3 -2
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +3 -2
- package/dist/cjs/vega-line-chart.cjs.entry.js +3 -3
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +2 -1
- package/dist/cjs/vega-pagination.cjs.entry.js +1 -1
- package/dist/cjs/vega-pie-chart.cjs.entry.js +2 -2
- package/dist/cjs/vega-popover_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-radio_2.cjs.entry.js +5 -4
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +4 -3
- package/dist/cjs/{index-b8881ddc.js → vega-skeleton-loader-controller-bac82c82.js} +90 -2
- package/dist/cjs/vega-skeleton.cjs.entry.js +326 -0
- package/dist/cjs/vega-stepper.cjs.entry.js +4 -3
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +15 -16
- package/dist/cjs/vega-table_8.cjs.entry.js +8 -6
- package/dist/cjs/vega-textarea.cjs.entry.js +4 -3
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +7 -5
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +3 -2
- package/dist/cjs/vega.cjs.js +3 -3
- package/dist/cjs/{yAxisInputProcessor-62c4e838.js → yAxisInputProcessor-8b437e75.js} +1 -1
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/vega-calendar/vega-calendar.css +2 -0
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.js +22 -22
- package/dist/collection/components/vega-dropdown/slimmers/controllers/vega-dropdown-selected-controller.js +0 -1
- package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.js +1 -4
- package/dist/collection/components/vega-dropdown/slimmers/renderers/vega-dropdown-renderer.js +2 -1
- package/dist/collection/components/vega-dropdown/vega-dropdown.js +8 -4
- package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.js +1 -42
- package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-lazy-load-controller.js +2 -2
- package/dist/collection/components/vega-input-select/slimmers/controllers/vega-input-select-source-controller.js +37 -0
- package/dist/collection/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.js +7 -4
- package/dist/collection/components/vega-input-select/vega-input-select.js +5 -2
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-ellipse-renderer.js +33 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-full-width-paragraph-renderer.js +29 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-image-renderer.js +33 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-paragraph-renderer.js +31 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-renderer-base.abstract.js +23 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-renderer-manager.js +49 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-table-renderer.js +42 -0
- package/dist/collection/components/vega-skeleton/slimmers/renderers/vega-skeleton-text-renderer.js +28 -0
- package/dist/collection/components/vega-skeleton/vega-skeleton.css +80 -0
- package/dist/collection/components/vega-skeleton/vega-skeleton.js +163 -0
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/controllers/vega-tab-group-selected-target-controller.js +11 -12
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-direction-button-renderer.js +1 -1
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +3 -3
- package/dist/collection/global/scripts/beforeVegaLoad.js +8 -0
- package/dist/collection/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.js +12 -0
- package/dist/collection/helpers/event-manager/test/childNodesEventPreventSlimmer.test.js +14 -0
- package/dist/collection/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.js +3 -25
- package/dist/collection/helpers/publicApi.js +1 -0
- package/dist/collection/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.js +139 -0
- package/dist/collection/helpers/skeleton-loader/vega-skeleton-loader-controller.js +87 -0
- package/dist/collection/helpers/slimmers/mutation-observer/mutationObserverSlimmer.js +4 -1
- package/dist/collection/helpers/vega-telemetry-helper/test/vegaEnvManager.test.js +1 -1
- package/dist/collection/helpers/vega-telemetry-helper/vegaEnvManager.js +2 -2
- package/dist/collection/utils/e2eUtils.js +2 -1
- package/dist/collection/utils/pixel.js +21 -0
- package/dist/collection/utils/test/pixel.test.js +9 -1
- package/dist/esm/{app-globals-cf903368.js → app-globals-032d6105.js} +8 -1
- package/dist/esm/{childNodesEventPreventSlimmer-ca73e6c1.js → childNodesEventPreventSlimmer-b9c50cc4.js} +12 -0
- package/dist/esm/{designToken-4459ff64.js → designToken-edc855d6.js} +1 -1
- package/dist/esm/{elementAppenderSlimmer-6bdee603.js → elementAppenderSlimmer-3c05ca9f.js} +1 -1
- package/dist/esm/{formFieldControllerSlimmer-2cc9eec5.js → formFieldControllerSlimmer-85ff874e.js} +2 -1
- package/dist/esm/index-c3505689.js +4 -0
- package/dist/esm/index.js +4 -3
- package/dist/esm/{legendInputProcessor-e9c0ddf3.js → legendInputProcessor-644350b4.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mutationObserverFilters-243934f6.js +42 -0
- package/dist/esm/{mutationObserverFilters-17327079.js → mutationObserverSlimmer-2355cedf.js} +5 -42
- package/dist/esm/{pixel-53ad41ea.js → pixel-f32c07ce.js} +40 -1
- package/dist/esm/{responsiveFormatFacade-7072153e.js → responsiveFormatFacade-ac0b91fc.js} +7 -47
- package/dist/esm/vega-accordion.entry.js +4 -3
- package/dist/esm/vega-app-header-button.entry.js +4 -3
- package/dist/esm/vega-bar-chart.entry.js +3 -3
- package/dist/esm/vega-box.entry.js +3 -2
- package/dist/esm/vega-breadcrumb.entry.js +1 -1
- package/dist/esm/vega-button-circle.entry.js +4 -3
- package/dist/esm/vega-button-group_2.entry.js +1 -1
- package/dist/esm/vega-button-link.entry.js +1 -1
- package/dist/esm/vega-button.entry.js +3 -2
- package/dist/esm/vega-calendar_2.entry.js +3 -3
- package/dist/esm/vega-card.entry.js +3 -2
- package/dist/esm/vega-carousel.entry.js +2 -1
- package/dist/esm/vega-checkbox_2.entry.js +4 -3
- package/dist/esm/vega-chip.entry.js +4 -3
- package/dist/esm/vega-color-picker.entry.js +3 -2
- package/dist/esm/vega-combo-box.entry.js +4 -3
- package/dist/esm/vega-date-picker_2.entry.js +7 -5
- package/dist/esm/vega-dialog_2.entry.js +4 -3
- package/dist/esm/vega-divider.entry.js +3 -2
- package/dist/esm/vega-dropdown_5.entry.js +34 -34
- package/dist/esm/vega-field-label.entry.js +1 -1
- package/dist/esm/vega-flex.entry.js +3 -2
- package/dist/esm/vega-font.entry.js +3 -2
- package/dist/esm/vega-form.entry.js +4 -3
- package/dist/esm/vega-grid.entry.js +3 -2
- package/dist/esm/vega-icon.entry.js +3 -2
- package/dist/esm/vega-image-uploader.entry.js +6 -4
- package/dist/esm/vega-input-credit-card.entry.js +4 -3
- package/dist/esm/vega-input-range.entry.js +4 -3
- package/dist/esm/vega-input-select.entry.js +94 -90
- package/dist/esm/vega-input.entry.js +3 -2
- package/dist/esm/vega-left-nav_5.entry.js +3 -2
- package/dist/esm/vega-line-chart.entry.js +3 -3
- package/dist/esm/vega-loader-wrapper_2.entry.js +2 -1
- package/dist/esm/vega-pagination.entry.js +1 -1
- package/dist/esm/vega-pie-chart.entry.js +2 -2
- package/dist/esm/vega-popover_2.entry.js +3 -2
- package/dist/esm/vega-radio_2.entry.js +4 -3
- package/dist/esm/vega-selection-tile_2.entry.js +4 -3
- package/dist/esm/{index-dd06e5e7.js → vega-skeleton-loader-controller-3f5500e5.js} +90 -3
- package/dist/esm/vega-skeleton.entry.js +322 -0
- package/dist/esm/vega-stepper.entry.js +4 -3
- package/dist/esm/vega-tab-group_2.entry.js +15 -16
- package/dist/esm/vega-table_8.entry.js +5 -3
- package/dist/esm/vega-textarea.entry.js +4 -3
- package/dist/esm/vega-time-picker_2.entry.js +7 -5
- package/dist/esm/vega-tooltip_2.entry.js +3 -2
- package/dist/esm/vega.js +3 -3
- package/dist/esm/{yAxisInputProcessor-a2a29991.js → yAxisInputProcessor-2f08ac84.js} +1 -1
- package/dist/types/components/vega-dropdown/slimmers/controllers/vega-dropdown-children-controller.d.ts +3 -6
- package/dist/types/components/vega-dropdown/slimmers/renderers/vega-dropdown-list-renderer.d.ts +0 -2
- package/dist/types/components/vega-dropdown/vega-dropdown.d.ts +5 -1
- package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-dropdown-controller.d.ts +0 -19
- package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-lazy-load-controller.d.ts +1 -1
- package/dist/types/components/vega-input-select/slimmers/controllers/vega-input-select-source-controller.d.ts +19 -0
- package/dist/types/components/vega-input-select/slimmers/renderers/vega-input-select-dropdown-renderer.d.ts +1 -1
- package/dist/types/components/vega-input-select/vega-input-select.d.ts +2 -2
- package/dist/types/components/vega-skeleton/interface.d.ts +5 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-ellipse-renderer.d.ts +12 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-full-width-paragraph-renderer.d.ts +11 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-image-renderer.d.ts +12 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-paragraph-renderer.d.ts +12 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-renderer-base.abstract.d.ts +13 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-renderer-manager.d.ts +21 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-table-renderer.d.ts +14 -0
- package/dist/types/components/vega-skeleton/slimmers/renderers/vega-skeleton-text-renderer.d.ts +11 -0
- package/dist/types/components/vega-skeleton/vega-skeleton.d.ts +41 -0
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/controllers/vega-tab-group-selected-target-controller.d.ts +5 -5
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.d.ts +1 -1
- package/dist/types/components.d.ts +46 -0
- package/dist/types/helpers/event-manager/slimmers/childNodesEventPreventSlimmer.d.ts +6 -0
- package/dist/types/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.d.ts +0 -12
- package/dist/types/helpers/publicApi.d.ts +1 -0
- package/dist/types/helpers/skeleton-loader/interface.d.ts +16 -0
- package/dist/types/helpers/skeleton-loader/tests/vega-skeleton-loader-controller.test.d.ts +1 -0
- package/dist/types/helpers/skeleton-loader/vega-skeleton-loader-controller.d.ts +48 -0
- package/dist/types/types/components.type.d.ts +1 -0
- package/dist/types/types/publicApi.d.ts +1 -0
- package/dist/types/utils/pixel.d.ts +11 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-36ea8012.js → p-01ec38c1.js} +1 -1
- package/dist/vega/p-0c667d6a.js +1 -0
- package/dist/vega/p-0f88130f.entry.js +1 -0
- package/dist/vega/p-1092a8ce.entry.js +1 -0
- package/dist/vega/{p-d224e798.entry.js → p-12e93c00.entry.js} +1 -1
- package/dist/vega/{p-76712540.js → p-13ead830.js} +1 -1
- package/dist/vega/{p-e32b7a38.js → p-1c2646d6.js} +1 -1
- package/dist/vega/p-1ced3ae5.js +1 -0
- package/dist/vega/p-1dfddf03.entry.js +1 -0
- package/dist/vega/p-2066e3eb.entry.js +1 -0
- package/dist/vega/{p-ceec3241.entry.js → p-21675b8e.entry.js} +1 -1
- package/dist/vega/p-23422e56.entry.js +1 -0
- package/dist/vega/p-25f60a0b.entry.js +1 -0
- package/dist/vega/p-3a815548.entry.js +1 -0
- package/dist/vega/{p-ce0af8db.entry.js → p-40db8b33.entry.js} +2 -2
- package/dist/vega/p-43515fe4.entry.js +1 -0
- package/dist/vega/p-4365b25e.entry.js +1 -0
- package/dist/vega/{p-72f9ad2e.entry.js → p-449ad98f.entry.js} +1 -1
- package/dist/vega/p-4bc71294.entry.js +1 -0
- package/dist/vega/p-56681feb.js +1 -0
- package/dist/vega/p-57b85af1.entry.js +1 -0
- package/dist/vega/p-592e755b.entry.js +1 -0
- package/dist/vega/p-5eeb2fc1.entry.js +1 -0
- package/dist/vega/p-61c96c79.entry.js +1 -0
- package/dist/vega/p-6ad96891.entry.js +1 -0
- package/dist/vega/p-7440d7a2.entry.js +1 -0
- package/dist/vega/p-76265c0e.entry.js +1 -0
- package/dist/vega/p-7706a169.js +1 -0
- package/dist/vega/p-77ff7c72.js +1 -0
- package/dist/vega/p-7d22c459.entry.js +1 -0
- package/dist/vega/p-7d9934ee.entry.js +1 -0
- package/dist/vega/p-7fd253e0.entry.js +1 -0
- package/dist/vega/{p-b58e2fae.entry.js → p-86d3e5eb.entry.js} +1 -1
- package/dist/vega/p-8e63fc54.entry.js +1 -0
- package/dist/vega/p-9316cd6d.entry.js +1 -0
- package/dist/vega/{p-ece4decb.entry.js → p-95bdac84.entry.js} +1 -1
- package/dist/vega/{p-9047ee85.entry.js → p-9b5e858e.entry.js} +1 -1
- package/dist/vega/p-9d9f7c25.entry.js +1 -0
- package/dist/vega/{p-e4d466f0.js → p-9e38810c.js} +1 -1
- package/dist/vega/{p-99c8fe92.js → p-9e5f7b82.js} +1 -1
- package/dist/vega/p-a9d3ea86.js +1 -0
- package/dist/vega/p-b7bde205.entry.js +1 -0
- package/dist/vega/p-ba37eaad.entry.js +1 -0
- package/dist/vega/p-bb761f8f.js +1 -0
- package/dist/vega/p-bb845e70.entry.js +1 -0
- package/dist/vega/p-bd1bc019.entry.js +1 -0
- package/dist/vega/p-bfc3450c.entry.js +1 -0
- package/dist/vega/p-c0ca1a1c.entry.js +1 -0
- package/dist/vega/{p-b708b0c2.entry.js → p-c8e1b56d.entry.js} +1 -1
- package/dist/vega/p-c9f922bf.entry.js +1 -0
- package/dist/vega/{p-e02c5199.entry.js → p-ca1fae74.entry.js} +1 -1
- package/dist/vega/p-cbb90cf6.entry.js +1 -0
- package/dist/vega/p-ceb5067a.entry.js +1 -0
- package/dist/vega/p-d7cb0227.entry.js +1 -0
- package/dist/vega/p-d7f7e2df.entry.js +1 -0
- package/dist/vega/p-e4e60c01.entry.js +1 -0
- package/dist/vega/p-f5d3d49f.entry.js +1 -0
- package/dist/vega/p-fb34de30.entry.js +1 -0
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +2 -2
- package/dist/vega/p-0bf26a50.entry.js +0 -1
- package/dist/vega/p-10c41ccc.entry.js +0 -1
- package/dist/vega/p-12b4c69a.entry.js +0 -1
- package/dist/vega/p-149e0999.entry.js +0 -1
- package/dist/vega/p-163b8ab5.entry.js +0 -1
- package/dist/vega/p-1b83652c.entry.js +0 -1
- package/dist/vega/p-2969b1c2.js +0 -1
- package/dist/vega/p-2d41b82e.js +0 -1
- package/dist/vega/p-2e871e5b.entry.js +0 -1
- package/dist/vega/p-360ac223.entry.js +0 -1
- package/dist/vega/p-47367768.entry.js +0 -1
- package/dist/vega/p-485e71d4.entry.js +0 -1
- package/dist/vega/p-4949df06.js +0 -1
- package/dist/vega/p-4dacc0b7.entry.js +0 -1
- package/dist/vega/p-50219611.entry.js +0 -1
- package/dist/vega/p-5ba654a4.entry.js +0 -1
- package/dist/vega/p-60f511cf.entry.js +0 -1
- package/dist/vega/p-783bcc7b.entry.js +0 -1
- package/dist/vega/p-85054a3e.entry.js +0 -1
- package/dist/vega/p-87d6e85f.entry.js +0 -1
- package/dist/vega/p-897a3a9b.entry.js +0 -1
- package/dist/vega/p-8bbac798.entry.js +0 -1
- package/dist/vega/p-90d4e1c6.entry.js +0 -1
- package/dist/vega/p-9443e399.entry.js +0 -1
- package/dist/vega/p-969ba15a.entry.js +0 -1
- package/dist/vega/p-999e1318.js +0 -1
- package/dist/vega/p-9f1151cd.entry.js +0 -1
- package/dist/vega/p-a7c96716.entry.js +0 -1
- package/dist/vega/p-b623aad1.entry.js +0 -1
- package/dist/vega/p-b70b3aae.entry.js +0 -1
- package/dist/vega/p-b77e9b22.entry.js +0 -1
- package/dist/vega/p-b8b4bc6c.entry.js +0 -1
- package/dist/vega/p-ba232064.entry.js +0 -1
- package/dist/vega/p-bb52d620.entry.js +0 -1
- package/dist/vega/p-db60ccf5.entry.js +0 -1
- package/dist/vega/p-e1ecfa0e.entry.js +0 -1
- package/dist/vega/p-e424cbec.entry.js +0 -1
- package/dist/vega/p-ef6e7563.entry.js +0 -1
- package/dist/vega/p-f6c9d17f.entry.js +0 -1
- package/dist/vega/p-fc090247.entry.js +0 -1
- package/dist/vega/p-fc21bd44.js +0 -1
- package/dist/vega/p-fda33444.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-c3505689.js';
|
|
2
|
-
import { f as formatAndValidResponsiveToken } from './designToken-
|
|
2
|
+
import { f as formatAndValidResponsiveToken } from './designToken-edc855d6.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-28499aab.js';
|
|
5
5
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
@@ -9,8 +9,9 @@ import './breakpoints-e59edf8d.js';
|
|
|
9
9
|
import './ui-df46cc20.js';
|
|
10
10
|
import './regex-dfe11abf.js';
|
|
11
11
|
import './typography-a8fc4764.js';
|
|
12
|
-
import './responsiveFormatFacade-
|
|
12
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
13
13
|
import './number-e2519d1c.js';
|
|
14
|
+
import './pixel-f32c07ce.js';
|
|
14
15
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
15
16
|
|
|
16
17
|
const vegaGridCss = ":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{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)}}";
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-c3
|
|
|
2
2
|
import { g as getIconFromToken, I as Icons } from './icons-8627925e.js';
|
|
3
3
|
import { h as Spacing } from './typeGuard-f33ed2eb.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
5
|
-
import { i as formatAndValidTextColor } from './designToken-
|
|
5
|
+
import { i as formatAndValidTextColor } from './designToken-edc855d6.js';
|
|
6
6
|
import { a as arrayToClassString } from './ui-28499aab.js';
|
|
7
7
|
import { V as VegaIconManager } from './iconManager-48bebc43.js';
|
|
8
8
|
import { L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
@@ -11,8 +11,9 @@ import './breakpoints-e59edf8d.js';
|
|
|
11
11
|
import './ui-df46cc20.js';
|
|
12
12
|
import './regex-dfe11abf.js';
|
|
13
13
|
import './typography-a8fc4764.js';
|
|
14
|
-
import './responsiveFormatFacade-
|
|
14
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
15
15
|
import './number-e2519d1c.js';
|
|
16
|
+
import './pixel-f32c07ce.js';
|
|
16
17
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
17
18
|
|
|
18
19
|
const vegaIconCss = ":host(.v-text-primary),.v-text-primary{color:rgba(var(--v-text-primary, 32, 54, 69, 1))}:host(.v-text-secondary),.v-text-secondary{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.v-text-inverted-primary),.v-text-inverted-primary{color:rgba(var(--v-text-inverted-primary, 252, 252, 252, 1))}:host(.v-text-inverted-secondary),.v-text-inverted-secondary{color:rgba(var(--v-text-inverted-secondary, 188, 186, 213, 1))}:host(.v-text-black),.v-text-black{color:rgba(var(--v-text-black, 32, 54, 69, 1))}:host(.v-text-white),.v-text-white{color:rgba(var(--v-text-white, 252, 252, 252, 1))}:host(.v-text-brand),.v-text-brand{color:rgba(var(--v-text-brand, 51, 57, 61, 1))}:host(.v-text-danger-link),.v-text-danger-link{color:rgba(var(--v-text-danger-link, 230, 50, 87, 1))}:host(.v-text-danger-link-hover),.v-text-danger-link-hover{color:rgba(var(--v-text-danger-link-hover, 233, 71, 104, 1))}:host(.v-text-danger-link-active),.v-text-danger-link-active{color:rgba(var(--v-text-danger-link-active, 189, 41, 71, 1))}:host(.v-text-danger-link-focus),.v-text-danger-link-focus{color:rgba(var(--v-text-danger-link-focus, 240, 52, 91, 1))}:host(.v-text-danger-link-visited),.v-text-danger-link-visited{color:rgba(var(--v-text-danger-link-visited, 230, 50, 87, 1))}:host(.v-text-disabled),.v-text-disabled{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host(.v-text-error),.v-text-error{color:rgba(var(--v-text-error, 189, 41, 71, 1))}:host(.v-text-input-disabled),.v-text-input-disabled{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host(.v-text-input-placeholder),.v-text-input-placeholder{color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}:host(.v-text-link),.v-text-link{color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host(.v-text-link-hover),.v-text-link-hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host(.v-text-link-active),.v-text-link-active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host(.v-text-link-focus),.v-text-link-focus{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1))}:host(.v-text-link-visited),.v-text-link-visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host(.v-text-on-action),.v-text-on-action{color:rgba(var(--v-text-on-action, 252, 252, 252, 1))}:host(.v-text-on-danger),.v-text-on-danger{color:rgba(var(--v-text-on-danger, 252, 252, 252, 1))}:host(.v-text-on-disabled),.v-text-on-disabled{color:rgba(var(--v-text-on-disabled, 252, 252, 252, 1))}:host(.v-text-sidebar-link),.v-text-sidebar-link{color:rgba(var(--v-text-sidebar-link, 188, 186, 213, 1))}:host(.v-text-sidebar-link-hover),.v-text-sidebar-link-hover{color:rgba(var(--v-text-sidebar-link-hover, 18, 18, 39, 1))}:host(.v-text-sidebar-link-selected),.v-text-sidebar-link-selected{color:rgba(var(--v-text-sidebar-link-selected, 252, 252, 252, 1))}:host(.v-text-site-footer-link),.v-text-site-footer-link{color:rgba(var(--v-text-site-footer-link, 171, 198, 216, 1))}:host(.v-text-site-footer-link-hover),.v-text-site-footer-link-hover{color:rgba(var(--v-text-site-footer-link-hover, 199, 217, 229, 1))}:host(.v-text-site-footer-link-active),.v-text-site-footer-link-active{color:rgba(var(--v-text-site-footer-link-active, 143, 179, 203, 1))}:host(.v-text-success),.v-text-success{color:rgba(var(--v-text-success, 1, 128, 31, 1))}:host(.v-text-inverted-success),.v-text-inverted-success{color:rgba(var(--v-text-inverted-success, 89, 217, 119, 1))}:host(.v-text-accent1-primary),.v-text-accent1-primary{color:rgba(var(--v-text-accent1-primary, 115, 230, 220, 1))}:host(.v-text-accent2-primary),.v-text-accent2-primary{color:rgba(var(--v-text-accent2-primary, 128, 107, 255, 1))}:host(.v-text-accent3-primary),.v-text-accent3-primary{color:rgba(var(--v-text-accent3-primary, 255, 220, 131, 1))}:host(.v-text-accent4-primary),.v-text-accent4-primary{color:rgba(var(--v-text-accent4-primary, 255, 149, 113, 1))}:host(.v-text-accent5-primary),.v-text-accent5-primary{color:rgba(var(--v-text-accent5-primary, 0, 187, 255, 1))}:host(.v-text-accent6-primary),.v-text-accent6-primary{color:rgba(var(--v-text-accent6-primary, 240, 52, 91, 1))}:host(.v-text-accent7-primary),.v-text-accent7-primary{color:rgba(var(--v-text-accent7-primary, 37, 159, 159, 1))}:host(.v-text-accent8-primary),.v-text-accent8-primary{color:rgba(var(--v-text-accent8-primary, 86, 61, 130, 1))}:host(.v-text-accent9-primary),.v-text-accent9-primary{color:rgba(var(--v-text-accent9-primary, 255, 191, 63, 1))}:host(.v-text-accent10-primary),.v-text-accent10-primary{color:rgba(var(--v-text-accent10-primary, 237, 122, 35, 1))}:host(.v-w-0),.v-w-0{width:0px}:host(.v-w-size-0),.v-w-size-0{width:0px}:host(.v-w-size-4),.v-w-size-4{width:4px}:host(.v-w-size-8),.v-w-size-8{width:8px}:host(.v-w-size-12),.v-w-size-12{width:12px}:host(.v-w-size-16),.v-w-size-16{width:16px}:host(.v-w-size-20),.v-w-size-20{width:20px}:host(.v-w-size-24),.v-w-size-24{width:24px}:host(.v-w-size-32),.v-w-size-32{width:32px}:host(.v-w-size-40),.v-w-size-40{width:40px}:host(.v-w-size-48),.v-w-size-48{width:48px}:host(.v-w-size-64),.v-w-size-64{width:64px}:host(.v-w-size-72),.v-w-size-72{width:72px}:host(.v-w-size-80),.v-w-size-80{width:80px}:host(.v-w-size-112),.v-w-size-112{width:112px}:host(.v-w-size-2),.v-w-size-2{width:2px}:host(.v-h-0),.v-h-0{height:0px}:host(.v-h-size-0),.v-h-size-0{height:0px}:host(.v-h-size-4),.v-h-size-4{height:4px}:host(.v-h-size-8),.v-h-size-8{height:8px}:host(.v-h-size-12),.v-h-size-12{height:12px}:host(.v-h-size-16),.v-h-size-16{height:16px}:host(.v-h-size-20),.v-h-size-20{height:20px}:host(.v-h-size-24),.v-h-size-24{height:24px}:host(.v-h-size-32),.v-h-size-32{height:32px}:host(.v-h-size-40),.v-h-size-40{height:40px}:host(.v-h-size-48),.v-h-size-48{height:48px}:host(.v-h-size-64),.v-h-size-64{height:64px}:host(.v-h-size-72),.v-h-size-72{height:72px}:host(.v-h-size-80),.v-h-size-80{height:80px}:host(.v-h-size-112),.v-h-size-112{height:112px}:host(.v-h-size-2),.v-h-size-2{height:2px}:host{display:inline-flex;user-select:none}i{line-height:1}:host(:not(.vega-auto-size)) ::slotted(svg){width:100%;height:100%}";
|
|
@@ -2,7 +2,7 @@ import { h, H as Host, r as registerInstance, c as createEvent, g as getElement
|
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
3
3
|
import { R as RequiredFieldRule } from './requiredFieldRule-f549a39d.js';
|
|
4
4
|
import { a as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
6
6
|
import { m as methodPlaceholder } from './placeholder-bf562081.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
8
8
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
@@ -11,9 +11,9 @@ import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js
|
|
|
11
11
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
12
12
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
13
13
|
import { V as VegaDialog } from './vegaDialogController-f96ee430.js';
|
|
14
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
14
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
15
15
|
import { f as findParent, d as getDeepActiveElementInShadow } from './ui-28499aab.js';
|
|
16
|
-
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-
|
|
16
|
+
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-b9c50cc4.js';
|
|
17
17
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
18
18
|
import './typeGuard-f33ed2eb.js';
|
|
19
19
|
import './breakpoints-e59edf8d.js';
|
|
@@ -21,12 +21,14 @@ import './ui-df46cc20.js';
|
|
|
21
21
|
import './regex-dfe11abf.js';
|
|
22
22
|
import './typography-a8fc4764.js';
|
|
23
23
|
import './number-e2519d1c.js';
|
|
24
|
+
import './pixel-f32c07ce.js';
|
|
24
25
|
import './misc-c21a85c9.js';
|
|
25
26
|
import './string-be824360.js';
|
|
26
27
|
import './dynamic-slimmer-ef83e258.js';
|
|
27
28
|
import './vegaInternalEventId-600b3751.js';
|
|
28
29
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
29
|
-
import './
|
|
30
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
31
|
+
import './mutationObserverFilters-243934f6.js';
|
|
30
32
|
import './array-8c82516c.js';
|
|
31
33
|
import './internalVegaEventManager-e1501923.js';
|
|
32
34
|
|
|
@@ -6,11 +6,11 @@ import { V as ValidCreditCardNumberRule } from './validCreditCardNumberRule-46cd
|
|
|
6
6
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
7
7
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
9
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
9
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
10
10
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js';
|
|
11
11
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
12
12
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
13
|
-
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-
|
|
13
|
+
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-b9c50cc4.js';
|
|
14
14
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
15
15
|
import { d as VegaChange, q as VegaFocus, r as VegaBlur } from './vegaEventId-680887e1.js';
|
|
16
16
|
import { V as VegaInternalIconManager } from './internal-icon-manager-a52b1c10.js';
|
|
@@ -25,7 +25,8 @@ import './vegaInternalEventId-600b3751.js';
|
|
|
25
25
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
26
26
|
import './breakpoints-e59edf8d.js';
|
|
27
27
|
import './ui-df46cc20.js';
|
|
28
|
-
import './
|
|
28
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
29
|
+
import './mutationObserverFilters-243934f6.js';
|
|
29
30
|
import './array-8c82516c.js';
|
|
30
31
|
import './internalVegaEventManager-e1501923.js';
|
|
31
32
|
import './iconManager-48bebc43.js';
|
|
@@ -4,13 +4,13 @@ import { a as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod,
|
|
|
4
4
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
5
5
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
6
6
|
import { d as VegaChange } from './vegaEventId-680887e1.js';
|
|
7
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
7
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
8
8
|
import { d as isArrayEqual } from './array-8c82516c.js';
|
|
9
9
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
10
10
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js';
|
|
11
11
|
import { g as getDeviceType, D as DeviceType } from './ui-28499aab.js';
|
|
12
12
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
13
|
-
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-
|
|
13
|
+
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-b9c50cc4.js';
|
|
14
14
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
15
15
|
import './dynamic-slimmer-ef83e258.js';
|
|
16
16
|
import './internalVegaEventManager-e1501923.js';
|
|
@@ -20,7 +20,8 @@ import './vegaInternalEventId-600b3751.js';
|
|
|
20
20
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
21
21
|
import './breakpoints-e59edf8d.js';
|
|
22
22
|
import './ui-df46cc20.js';
|
|
23
|
-
import './
|
|
23
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
24
|
+
import './mutationObserverFilters-243934f6.js';
|
|
24
25
|
import './number-e2519d1c.js';
|
|
25
26
|
|
|
26
27
|
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -4,9 +4,8 @@ import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
|
4
4
|
import { g as getCurrentBreakpoint } from './breakpoints-e59edf8d.js';
|
|
5
5
|
import { a as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
6
6
|
import { a as arrayToClassString } from './ui-28499aab.js';
|
|
7
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
7
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
9
|
-
import { M as isArrayOfType, O as isSelectSourceItemType } from './typeGuard-f33ed2eb.js';
|
|
10
9
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
11
10
|
import { i as VegaDropdownShow, j as VegaDropdownHide, b as VegaDropdownClick, k as VegaDropdownSearch, h as VegaSearch, d as VegaChange } from './vegaEventId-680887e1.js';
|
|
12
11
|
import { d as isArrayEqual } from './array-8c82516c.js';
|
|
@@ -15,23 +14,26 @@ import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js
|
|
|
15
14
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
16
15
|
import { c as chevronUp, a as chevronDown } from './chevron-down-4303bddb.js';
|
|
17
16
|
import { V as VegaInternalIconManager } from './internal-icon-manager-a52b1c10.js';
|
|
18
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
17
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
19
18
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
20
19
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
21
|
-
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-
|
|
20
|
+
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-b9c50cc4.js';
|
|
22
21
|
import { b as VegaInternalVirtualScrollToBottom } from './vegaInternalEventId-600b3751.js';
|
|
22
|
+
import { M as isArrayOfType, O as isSelectSourceItemType } from './typeGuard-f33ed2eb.js';
|
|
23
23
|
import './ui-df46cc20.js';
|
|
24
24
|
import './number-e2519d1c.js';
|
|
25
|
-
import './
|
|
26
|
-
import './typography-a8fc4764.js';
|
|
25
|
+
import './pixel-f32c07ce.js';
|
|
27
26
|
import './iconManager-48bebc43.js';
|
|
28
27
|
import './string-be824360.js';
|
|
29
28
|
import './misc-c21a85c9.js';
|
|
30
29
|
import './dynamic-slimmer-ef83e258.js';
|
|
31
|
-
import './
|
|
30
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
31
|
+
import './mutationObserverFilters-243934f6.js';
|
|
32
32
|
import './internalVegaEventManager-e1501923.js';
|
|
33
|
+
import './regex-dfe11abf.js';
|
|
34
|
+
import './typography-a8fc4764.js';
|
|
33
35
|
|
|
34
|
-
var __decorate$
|
|
36
|
+
var __decorate$6 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
35
37
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
36
38
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
37
39
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -64,26 +66,26 @@ class VegaInputSelectRenderer extends VegaSlimmer {
|
|
|
64
66
|
this.hint && this.renderHelpMessage()));
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
|
-
__decorate$
|
|
69
|
+
__decorate$6([
|
|
68
70
|
MapToComponentField()
|
|
69
71
|
], VegaInputSelectRenderer.prototype, "disabled", void 0);
|
|
70
|
-
__decorate$
|
|
72
|
+
__decorate$6([
|
|
71
73
|
MapToComponentField()
|
|
72
74
|
], VegaInputSelectRenderer.prototype, "size", void 0);
|
|
73
|
-
__decorate$
|
|
75
|
+
__decorate$6([
|
|
74
76
|
MapToComponentField()
|
|
75
77
|
], VegaInputSelectRenderer.prototype, "hint", void 0);
|
|
76
|
-
__decorate$
|
|
78
|
+
__decorate$6([
|
|
77
79
|
MapToComponentField()
|
|
78
80
|
], VegaInputSelectRenderer.prototype, "label", void 0);
|
|
79
|
-
__decorate$
|
|
81
|
+
__decorate$6([
|
|
80
82
|
MapToComponentField()
|
|
81
83
|
], VegaInputSelectRenderer.prototype, "required", void 0);
|
|
82
|
-
__decorate$
|
|
84
|
+
__decorate$6([
|
|
83
85
|
MapToComponentField({ componentFieldName: 'vegaInputSelectDropdownRenderer' })
|
|
84
86
|
], VegaInputSelectRenderer.prototype, "dropdownRenderer", void 0);
|
|
85
87
|
|
|
86
|
-
var __decorate$
|
|
88
|
+
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
87
89
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
88
90
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
89
91
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -93,13 +95,6 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
93
95
|
class VegaInputSelectDropdownController extends VegaSlimmer {
|
|
94
96
|
constructor() {
|
|
95
97
|
super(...arguments);
|
|
96
|
-
/**
|
|
97
|
-
* convert the dropdown source when the component watchSource call
|
|
98
|
-
*/
|
|
99
|
-
this.handleSourceChange = () => {
|
|
100
|
-
this.source = isArrayOfType(this.source, isSelectSourceItemType) ? this.source : [];
|
|
101
|
-
this.convertToDropdownSource();
|
|
102
|
-
};
|
|
103
98
|
/** The `onDropdownShow` function is setting the `isDropdownShow` property of the`VegaInputSelectDropdownController` class to `true`. This function is called when the dropdown select input is shown. */
|
|
104
99
|
this.onDropdownShow = () => {
|
|
105
100
|
this.isDropdownShow = true;
|
|
@@ -109,20 +104,6 @@ class VegaInputSelectDropdownController extends VegaSlimmer {
|
|
|
109
104
|
this.isDropdownShow = false;
|
|
110
105
|
};
|
|
111
106
|
}
|
|
112
|
-
/**
|
|
113
|
-
* call the method when component componentWillLoad call
|
|
114
|
-
*/
|
|
115
|
-
handleWillLoad() {
|
|
116
|
-
this.convertToDropdownSource();
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Append items to source
|
|
120
|
-
*
|
|
121
|
-
* @param {SelectSourceItem[]} items - Appendable items
|
|
122
|
-
*/
|
|
123
|
-
appendSourceItems(items) {
|
|
124
|
-
this.source = [...this.source, ...items];
|
|
125
|
-
}
|
|
126
107
|
/**
|
|
127
108
|
* The function `addDropdownObserver` adds event observers to a dropdown element.
|
|
128
109
|
*
|
|
@@ -142,40 +123,21 @@ class VegaInputSelectDropdownController extends VegaSlimmer {
|
|
|
142
123
|
this.searchEventEmitter.emit(payload.detail);
|
|
143
124
|
});
|
|
144
125
|
}
|
|
145
|
-
/** update the dropdown list by source value */
|
|
146
|
-
convertToDropdownSource() {
|
|
147
|
-
this.dropdownSource = this.source.map((item) => ({
|
|
148
|
-
key: item.id,
|
|
149
|
-
label: item.displayName,
|
|
150
|
-
}));
|
|
151
|
-
}
|
|
152
126
|
}
|
|
153
|
-
__decorate$
|
|
154
|
-
MapToComponentField({ writable: true })
|
|
155
|
-
], VegaInputSelectDropdownController.prototype, "source", void 0);
|
|
156
|
-
__decorate$4([
|
|
157
|
-
MapToComponentField({ writable: true })
|
|
158
|
-
], VegaInputSelectDropdownController.prototype, "dropdownSource", void 0);
|
|
159
|
-
__decorate$4([
|
|
127
|
+
__decorate$5([
|
|
160
128
|
MapToComponentField({ writable: true })
|
|
161
129
|
], VegaInputSelectDropdownController.prototype, "isDropdownShow", void 0);
|
|
162
|
-
__decorate$
|
|
130
|
+
__decorate$5([
|
|
163
131
|
MapToComponentField()
|
|
164
132
|
], VegaInputSelectDropdownController.prototype, "vegaSearch", void 0);
|
|
165
|
-
__decorate$
|
|
133
|
+
__decorate$5([
|
|
166
134
|
MapToComponentField()
|
|
167
135
|
], VegaInputSelectDropdownController.prototype, "searchEventEmitter", void 0);
|
|
168
|
-
__decorate$
|
|
136
|
+
__decorate$5([
|
|
169
137
|
MapToComponentField()
|
|
170
138
|
], VegaInputSelectDropdownController.prototype, "vegaInputSelectValueController", void 0);
|
|
171
|
-
__decorate$4([
|
|
172
|
-
MapToComponentMethod('componentWillLoad')
|
|
173
|
-
], VegaInputSelectDropdownController.prototype, "handleWillLoad", null);
|
|
174
|
-
__decorate$4([
|
|
175
|
-
MapToComponentMethod('watchSource')
|
|
176
|
-
], VegaInputSelectDropdownController.prototype, "handleSourceChange", void 0);
|
|
177
139
|
|
|
178
|
-
var __decorate$
|
|
140
|
+
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
179
141
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
180
142
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
181
143
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -255,26 +217,26 @@ class VegaInputSelectValueController extends VegaSlimmer {
|
|
|
255
217
|
}
|
|
256
218
|
}
|
|
257
219
|
}
|
|
258
|
-
__decorate$
|
|
220
|
+
__decorate$4([
|
|
259
221
|
MapToComponentField({ writable: true })
|
|
260
222
|
], VegaInputSelectValueController.prototype, "value", void 0);
|
|
261
|
-
__decorate$
|
|
223
|
+
__decorate$4([
|
|
262
224
|
MapToComponentField()
|
|
263
225
|
], VegaInputSelectValueController.prototype, "selectType", void 0);
|
|
264
|
-
__decorate$
|
|
226
|
+
__decorate$4([
|
|
265
227
|
MapToComponentField()
|
|
266
228
|
], VegaInputSelectValueController.prototype, "source", void 0);
|
|
267
|
-
__decorate$
|
|
229
|
+
__decorate$4([
|
|
268
230
|
MapToComponentField()
|
|
269
231
|
], VegaInputSelectValueController.prototype, "changeEventEmitter", void 0);
|
|
270
|
-
__decorate$
|
|
232
|
+
__decorate$4([
|
|
271
233
|
MapToComponentField()
|
|
272
234
|
], VegaInputSelectValueController.prototype, "host", void 0);
|
|
273
|
-
__decorate$
|
|
235
|
+
__decorate$4([
|
|
274
236
|
MapToComponentMethod('watchValue')
|
|
275
237
|
], VegaInputSelectValueController.prototype, "handleValueChange", void 0);
|
|
276
238
|
|
|
277
|
-
var __decorate$
|
|
239
|
+
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
278
240
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
279
241
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
280
242
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -338,7 +300,7 @@ class VegaInputSelectDropdownRenderer extends VegaSlimmer {
|
|
|
338
300
|
return this.inputSelectContainer;
|
|
339
301
|
}
|
|
340
302
|
render() {
|
|
341
|
-
return (h("vega-dropdown", Object.assign({ trigger: "click", source: this.
|
|
303
|
+
return (h("vega-dropdown", Object.assign({ trigger: "click", source: this.getDropdownSource(), selectType: this.selectType, selectedSourceKey: this.value, matchTargetWidth: true }, this.getVegaDropdownProperties(), { ref: (ref) => {
|
|
342
304
|
this.dropdown = ref;
|
|
343
305
|
this.vegaInputSelectDropdownController.addDropdownObserver(ref);
|
|
344
306
|
}, isLazyLoading: this.isLazyLoading }), this.renderContainer()));
|
|
@@ -351,6 +313,12 @@ class VegaInputSelectDropdownRenderer extends VegaSlimmer {
|
|
|
351
313
|
preventBlur(e) {
|
|
352
314
|
e.stopImmediatePropagation();
|
|
353
315
|
}
|
|
316
|
+
getDropdownSource() {
|
|
317
|
+
return this.source.map((item) => ({
|
|
318
|
+
key: item.id,
|
|
319
|
+
label: item.displayName,
|
|
320
|
+
}));
|
|
321
|
+
}
|
|
354
322
|
}
|
|
355
323
|
(() => {
|
|
356
324
|
VegaInternalIconManager.register({
|
|
@@ -358,41 +326,38 @@ class VegaInputSelectDropdownRenderer extends VegaSlimmer {
|
|
|
358
326
|
'chevron-down': chevronDown,
|
|
359
327
|
});
|
|
360
328
|
})();
|
|
361
|
-
__decorate$
|
|
329
|
+
__decorate$3([
|
|
362
330
|
MapToComponentField()
|
|
363
331
|
], VegaInputSelectDropdownRenderer.prototype, "value", void 0);
|
|
364
|
-
__decorate$
|
|
332
|
+
__decorate$3([
|
|
365
333
|
MapToComponentField()
|
|
366
334
|
], VegaInputSelectDropdownRenderer.prototype, "source", void 0);
|
|
367
|
-
__decorate$
|
|
335
|
+
__decorate$3([
|
|
368
336
|
MapToComponentField()
|
|
369
337
|
], VegaInputSelectDropdownRenderer.prototype, "selectType", void 0);
|
|
370
|
-
__decorate$
|
|
338
|
+
__decorate$3([
|
|
371
339
|
MapToComponentField()
|
|
372
340
|
], VegaInputSelectDropdownRenderer.prototype, "isDropdownShow", void 0);
|
|
373
|
-
__decorate$
|
|
341
|
+
__decorate$3([
|
|
374
342
|
MapToComponentField()
|
|
375
343
|
], VegaInputSelectDropdownRenderer.prototype, "vegaDropdownProps", void 0);
|
|
376
|
-
__decorate$
|
|
377
|
-
MapToComponentField()
|
|
378
|
-
], VegaInputSelectDropdownRenderer.prototype, "dropdownSource", void 0);
|
|
379
|
-
__decorate$2([
|
|
344
|
+
__decorate$3([
|
|
380
345
|
MapToComponentField()
|
|
381
346
|
], VegaInputSelectDropdownRenderer.prototype, "prefixIcon", void 0);
|
|
382
|
-
__decorate$
|
|
347
|
+
__decorate$3([
|
|
383
348
|
MapToComponentField()
|
|
384
349
|
], VegaInputSelectDropdownRenderer.prototype, "placeholder", void 0);
|
|
385
|
-
__decorate$
|
|
350
|
+
__decorate$3([
|
|
386
351
|
MapToComponentField()
|
|
387
352
|
], VegaInputSelectDropdownRenderer.prototype, "selectedLabel", void 0);
|
|
388
|
-
__decorate$
|
|
353
|
+
__decorate$3([
|
|
389
354
|
MapToComponentField()
|
|
390
355
|
], VegaInputSelectDropdownRenderer.prototype, "isLazyLoading", void 0);
|
|
391
|
-
__decorate$
|
|
356
|
+
__decorate$3([
|
|
392
357
|
MapToComponentField()
|
|
393
358
|
], VegaInputSelectDropdownRenderer.prototype, "vegaInputSelectDropdownController", void 0);
|
|
394
359
|
|
|
395
|
-
var __decorate$
|
|
360
|
+
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
396
361
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
397
362
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
398
363
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
@@ -438,25 +403,25 @@ class VegaInputSelectLazyLoadController extends VegaSlimmer {
|
|
|
438
403
|
const response = await this.sourceLazyLoadCallback(payload.endIndex);
|
|
439
404
|
this.hasMore = response.hasMore;
|
|
440
405
|
if (response.items.length > 0) {
|
|
441
|
-
this.
|
|
406
|
+
this.sourceController.appendSourceItems(response.items);
|
|
442
407
|
}
|
|
443
408
|
this.isLazyLoading = false;
|
|
444
409
|
}
|
|
445
410
|
}
|
|
446
411
|
}
|
|
447
|
-
__decorate$
|
|
412
|
+
__decorate$2([
|
|
448
413
|
MapToComponentField()
|
|
449
414
|
], VegaInputSelectLazyLoadController.prototype, "sourceLazyLoadCallback", void 0);
|
|
450
|
-
__decorate$
|
|
415
|
+
__decorate$2([
|
|
451
416
|
MapToComponentField({ writable: true })
|
|
452
417
|
], VegaInputSelectLazyLoadController.prototype, "isLazyLoading", void 0);
|
|
453
|
-
__decorate$
|
|
418
|
+
__decorate$2([
|
|
454
419
|
MapToComponentField()
|
|
455
|
-
], VegaInputSelectLazyLoadController.prototype, "
|
|
456
|
-
__decorate$
|
|
420
|
+
], VegaInputSelectLazyLoadController.prototype, "sourceController", void 0);
|
|
421
|
+
__decorate$2([
|
|
457
422
|
MapToComponentField()
|
|
458
423
|
], VegaInputSelectLazyLoadController.prototype, "vegaInputSelectDropdownRenderer", void 0);
|
|
459
|
-
__decorate$
|
|
424
|
+
__decorate$2([
|
|
460
425
|
MapToComponentMethod('componentDidLoad')
|
|
461
426
|
], VegaInputSelectLazyLoadController.prototype, "componentDidLoad", null);
|
|
462
427
|
|
|
@@ -487,6 +452,42 @@ const VegaInputSelectRuntimeMetricsPayloadDefinition = [
|
|
|
487
452
|
},
|
|
488
453
|
];
|
|
489
454
|
|
|
455
|
+
var __decorate$1 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
456
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
457
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
458
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
459
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
460
|
+
};
|
|
461
|
+
/**
|
|
462
|
+
* The `VegaInputSelectSourceController` class manages the source data for
|
|
463
|
+
* a dropdown input component in TypeScript.
|
|
464
|
+
*/
|
|
465
|
+
class VegaInputSelectSourceController extends VegaSlimmer {
|
|
466
|
+
constructor() {
|
|
467
|
+
super(...arguments);
|
|
468
|
+
/**
|
|
469
|
+
* convert the dropdown source when the component watchSource call
|
|
470
|
+
*/
|
|
471
|
+
this.handleSourceChange = () => {
|
|
472
|
+
this.source = isArrayOfType(this.source, isSelectSourceItemType) ? this.source : [];
|
|
473
|
+
};
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* Append items to source
|
|
477
|
+
*
|
|
478
|
+
* @param {SelectSourceItem[]} items - Appendable items
|
|
479
|
+
*/
|
|
480
|
+
appendSourceItems(items) {
|
|
481
|
+
this.source = [...this.source, ...items];
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
__decorate$1([
|
|
485
|
+
MapToComponentField({ writable: true })
|
|
486
|
+
], VegaInputSelectSourceController.prototype, "source", void 0);
|
|
487
|
+
__decorate$1([
|
|
488
|
+
MapToComponentMethod('watchSource')
|
|
489
|
+
], VegaInputSelectSourceController.prototype, "handleSourceChange", void 0);
|
|
490
|
+
|
|
490
491
|
const vegaInputSelectCss = ":host{display:inline-block;width:100%;min-width:0px;text-align:left;line-height:normal}:host(.default) .vega-input-select-container{padding-left:16px;padding-right:16px;padding-top:12px;padding-bottom:12px}:host(.small) .vega-input-select-container{padding-left:12px;padding-right:12px;padding-top:8px;padding-bottom:8px}:host .vega-input-select-label{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px;color:rgba(var(--v-text-primary, 32, 54, 69, 1));padding-bottom:8px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-label{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){:host .vega-input-select-label{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){:host .vega-input-select-label{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:500;line-height:22px;letter-spacing:0px}}:host .vega-input-select-label .vega-input-select-required{color:rgba(var(--v-text-error, 189, 41, 71, 1));margin-left:4px}:host .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));background-color:rgba(var(--v-bg-primary, 252, 252, 252, 1));border-radius:8px;gap:8px;display:block;display:flex;align-items:center;cursor:pointer}:host .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1))}:host .vega-input-select-container:focus{border:1px solid rgba(var(--v-border-input-field-focus, 19, 98, 226, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-focus, 19, 98, 226, 0.25));outline:none}:host .error .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1))}:host .error .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1))}:host .error .vega-input-select-container:focus{border:1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1));box-shadow:0 0 0 4px rgba(var(--v-ring-input-danger-focus, 230, 50, 87, 0.25))}:host(.vega-input-select-disabled) .vega-input-select-label{color:rgba(var(--v-text-secondary, 107, 116, 125, 1))}:host(.vega-input-select-disabled) vega-dropdown{pointer-events:none}:host(.vega-input-select-disabled) .vega-input-select-container{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));background-color:rgba(var(--v-bg-secondary, 245, 247, 247, 1));--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-input-select-disabled) .vega-input-select-container:hover{border:1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1))}:host(.vega-input-select-disabled) vega-icon{color:rgba(var(--v-text-disabled, 176, 180, 181, 1))}:host .vega-input-select-select-container{flex-grow:1;min-width:0px}:host .vega-input-select-selected{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));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;min-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-selected{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-input-select-selected{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-input-select-selected{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host(.vega-input-select-disabled) .vega-input-select-selected{color:rgba(var(--v-text-input-disabled, 107, 116, 125, 1))}:host .vega-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-height:24px}@media screen and (min-width: 768px) and (max-width: 1023px){:host .vega-input-select-placeholder{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-input-select-placeholder{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-input-select-placeholder{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .vega-input-select-prefix-icon{width:16px;height:16px;color:rgba(var(--v-text-secondary, 107, 116, 125, 1));padding-bottom:2px}:host .vega-input-select-toggle-icon{width:16px;height:16px;color:rgba(var(--v-text-link, 19, 98, 226, 1))}:host .vega-error{display:inline-block;padding-left:8px;padding-right:8px;padding-top:12px;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 .vega-hidden{display:none}:host .vega-input-select-hint{padding-left:8px;padding-right:8px;padding-top:12px;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-input-select-hint{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-input-select-hint{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-input-select-hint{font-family:\"Inter\", sans-serif;font-size:14px;font-weight:400;line-height:18px;letter-spacing:0px}}:host vega-dropdown{display:block}";
|
|
491
492
|
|
|
492
493
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -507,6 +508,7 @@ const VegaInputSelect = class {
|
|
|
507
508
|
this.vegaSearch = createEvent(this, "vegaSearch", 7);
|
|
508
509
|
this.search = createEvent(this, "search", 7);
|
|
509
510
|
this.globalSlimmers = {};
|
|
511
|
+
this.sourceController = new VegaInputSelectSourceController();
|
|
510
512
|
this.vegaInputSelectRenderer = new VegaInputSelectRenderer();
|
|
511
513
|
this.vegaInputSelectDropdownController = new VegaInputSelectDropdownController();
|
|
512
514
|
this.vegaInputSelectValueController = new VegaInputSelectValueController();
|
|
@@ -531,7 +533,6 @@ const VegaInputSelect = class {
|
|
|
531
533
|
this.eventPrevent = new ChildNodesEventPreventSlimmer([VegaSearch], () => this.host, true);
|
|
532
534
|
this.vegaComponentUsageRuntimeMetricsSlimmer = new VegaComponentUsageRuntimeMetricsSlimmer(VegaInputSelectRuntimeMetricsPayloadDefinition);
|
|
533
535
|
this.isDropdownShow = false;
|
|
534
|
-
this.dropdownSource = [];
|
|
535
536
|
this.currentBreakpoint = getCurrentBreakpoint();
|
|
536
537
|
this.isLazyLoading = false;
|
|
537
538
|
/**
|
|
@@ -654,6 +655,9 @@ const VegaInputSelect = class {
|
|
|
654
655
|
__decorate([
|
|
655
656
|
InjectVegaGlobalSlimmer()
|
|
656
657
|
], VegaInputSelect.prototype, "globalSlimmers", void 0);
|
|
658
|
+
__decorate([
|
|
659
|
+
InjectVegaSlimmer()
|
|
660
|
+
], VegaInputSelect.prototype, "sourceController", void 0);
|
|
657
661
|
__decorate([
|
|
658
662
|
InjectVegaSlimmer()
|
|
659
663
|
], VegaInputSelect.prototype, "vegaInputSelectRenderer", void 0);
|
|
@@ -8,7 +8,7 @@ import { C as ComponentLoadRequired } from './componentLoadRequired-ec47331b.js'
|
|
|
8
8
|
import { a as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
9
9
|
import { s as slotPlaceholder } from './placeholder-bf562081.js';
|
|
10
10
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
11
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
11
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
12
12
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
13
13
|
import { d as VegaChange, q as VegaFocus, r as VegaBlur } from './vegaEventId-680887e1.js';
|
|
14
14
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js';
|
|
@@ -24,7 +24,8 @@ import './vegaInternalEventId-600b3751.js';
|
|
|
24
24
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
25
25
|
import './breakpoints-e59edf8d.js';
|
|
26
26
|
import './ui-df46cc20.js';
|
|
27
|
-
import './
|
|
27
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
28
|
+
import './mutationObserverFilters-243934f6.js';
|
|
28
29
|
import './array-8c82516c.js';
|
|
29
30
|
import './internalVegaEventManager-e1501923.js';
|
|
30
31
|
import './typeGuard-f33ed2eb.js';
|
|
@@ -18,7 +18,7 @@ import { L as LEFT_NAV_LINK_SELECTED_TOPIC } from './staticSubjectTitle-3b88939a
|
|
|
18
18
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
19
19
|
import { f as findParent } from './ui-28499aab.js';
|
|
20
20
|
import { c as createDeprecatedPropertySlimmer } from './deprecatedPropertySlimmer-14c78eb1.js';
|
|
21
|
-
import { f as formatAndValidResponsiveToken } from './designToken-
|
|
21
|
+
import { f as formatAndValidResponsiveToken } from './designToken-edc855d6.js';
|
|
22
22
|
import './iconManager-48bebc43.js';
|
|
23
23
|
import './number-e2519d1c.js';
|
|
24
24
|
import './ui-df46cc20.js';
|
|
@@ -28,7 +28,8 @@ import './object-261e7344.js';
|
|
|
28
28
|
import './typeGuard-f33ed2eb.js';
|
|
29
29
|
import './regex-dfe11abf.js';
|
|
30
30
|
import './typography-a8fc4764.js';
|
|
31
|
-
import './responsiveFormatFacade-
|
|
31
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
32
|
+
import './pixel-f32c07ce.js';
|
|
32
33
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
33
34
|
|
|
34
35
|
var __decorate$i = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement, H as Host } from './index-c3505689.js';
|
|
2
|
-
import { B as BaseDrawer, a as BaseChart, L as LayoutInputProcessor, P as ProcessorChain, b as LegendInputProcessor, c as LegendDrawer } from './legendInputProcessor-
|
|
3
|
-
import { t as timeParse, a as timeFormat, s as second, b as timeMinute, c as timeHour, d as timeDay, e as timeMonth, f as timeSunday, g as timeYear, X as XAxisInputProcessor, Y as YAxisInputProcessor, h as XAxisDrawer, i as YAxisDrawer } from './yAxisInputProcessor-
|
|
2
|
+
import { B as BaseDrawer, a as BaseChart, L as LayoutInputProcessor, P as ProcessorChain, b as LegendInputProcessor, c as LegendDrawer } from './legendInputProcessor-644350b4.js';
|
|
3
|
+
import { t as timeParse, a as timeFormat, s as second, b as timeMinute, c as timeHour, d as timeDay, e as timeMonth, f as timeSunday, g as timeYear, X as XAxisInputProcessor, Y as YAxisInputProcessor, h as XAxisDrawer, i as YAxisDrawer } from './yAxisInputProcessor-2f08ac84.js';
|
|
4
4
|
import { f as flatNestedArray, c as convertArrayToNestedArray, s as sortAsExistArray, a as sortArrayOrNestedArray } from './array-8c82516c.js';
|
|
5
5
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
6
6
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
8
8
|
import './typography-a8fc4764.js';
|
|
9
|
-
import './pixel-
|
|
9
|
+
import './pixel-f32c07ce.js';
|
|
10
10
|
import './number-e2519d1c.js';
|
|
11
11
|
|
|
12
12
|
function map(values, mapper) {
|