@globalpayments/vega 2.14.0 → 2.15.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/{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-b8881ddc.js +2 -2
- package/dist/cjs/index.cjs.js +3 -2
- package/dist/cjs/{legendInputProcessor-a3cdc806.js → legendInputProcessor-76d1eab6.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- 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 +3 -2
- package/dist/cjs/vega-app-header-button.cjs.entry.js +3 -2
- 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-button-circle.cjs.entry.js +3 -2
- package/dist/cjs/vega-button.cjs.entry.js +2 -1
- package/dist/cjs/vega-calendar_2.cjs.entry.js +1 -1
- 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 +3 -2
- package/dist/cjs/vega-chip.cjs.entry.js +3 -2
- package/dist/cjs/vega-color-picker.cjs.entry.js +3 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +3 -2
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +6 -4
- package/dist/cjs/vega-dialog_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-divider.cjs.entry.js +3 -2
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +31 -32
- 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 +3 -2
- 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 +5 -3
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +3 -2
- package/dist/cjs/vega-input-range.cjs.entry.js +3 -2
- package/dist/cjs/vega-input-select.cjs.entry.js +5 -3
- 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-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 +4 -3
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +3 -2
- package/dist/cjs/vega-skeleton.cjs.entry.js +326 -0
- package/dist/cjs/vega-stepper.cjs.entry.js +3 -2
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +14 -15
- package/dist/cjs/vega-table_8.cjs.entry.js +7 -5
- package/dist/cjs/vega-textarea.cjs.entry.js +3 -2
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +6 -4
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +3 -2
- package/dist/cjs/vega.cjs.js +1 -1
- package/dist/cjs/{yAxisInputProcessor-62c4e838.js → yAxisInputProcessor-8b437e75.js} +1 -1
- package/dist/collection/collection-manifest.json +6 -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/vega-dropdown.js +8 -4
- 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 +77 -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/helpers/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.js +3 -25
- 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/{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-dd06e5e7.js +2 -2
- package/dist/esm/index.js +3 -2
- package/dist/esm/{legendInputProcessor-e9c0ddf3.js → legendInputProcessor-644350b4.js} +1 -1
- package/dist/esm/loader.js +1 -1
- 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 +3 -2
- package/dist/esm/vega-app-header-button.entry.js +3 -2
- package/dist/esm/vega-bar-chart.entry.js +3 -3
- package/dist/esm/vega-box.entry.js +3 -2
- package/dist/esm/vega-button-circle.entry.js +3 -2
- package/dist/esm/vega-button.entry.js +2 -1
- package/dist/esm/vega-calendar_2.entry.js +1 -1
- 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 +3 -2
- package/dist/esm/vega-chip.entry.js +3 -2
- package/dist/esm/vega-color-picker.entry.js +3 -2
- package/dist/esm/vega-combo-box.entry.js +3 -2
- package/dist/esm/vega-date-picker_2.entry.js +6 -4
- package/dist/esm/vega-dialog_2.entry.js +3 -2
- package/dist/esm/vega-divider.entry.js +3 -2
- package/dist/esm/vega-dropdown_5.entry.js +31 -32
- 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 +3 -2
- 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 +5 -3
- package/dist/esm/vega-input-credit-card.entry.js +3 -2
- package/dist/esm/vega-input-range.entry.js +3 -2
- package/dist/esm/vega-input-select.entry.js +5 -3
- 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-pie-chart.entry.js +2 -2
- package/dist/esm/vega-popover_2.entry.js +3 -2
- package/dist/esm/vega-radio_2.entry.js +3 -2
- package/dist/esm/vega-selection-tile_2.entry.js +3 -2
- package/dist/esm/vega-skeleton.entry.js +322 -0
- package/dist/esm/vega-stepper.entry.js +3 -2
- package/dist/esm/vega-tab-group_2.entry.js +14 -15
- package/dist/esm/vega-table_8.entry.js +4 -2
- package/dist/esm/vega-textarea.entry.js +3 -2
- package/dist/esm/vega-time-picker_2.entry.js +6 -4
- package/dist/esm/vega-tooltip_2.entry.js +3 -2
- package/dist/esm/vega.js +1 -1
- 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-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/formatter/responsive-map-formatter/responsiveWidthAndHeightFormatter.d.ts +0 -12
- package/dist/types/types/components.type.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-009405b6.entry.js +1 -0
- package/dist/vega/{p-36ea8012.js → p-01ec38c1.js} +1 -1
- package/dist/vega/p-0c667d6a.js +1 -0
- package/dist/vega/{p-76712540.js → p-13ead830.js} +1 -1
- package/dist/vega/{p-ce0af8db.entry.js → p-1b3a0b54.entry.js} +2 -2
- 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-23422e56.entry.js +1 -0
- package/dist/vega/p-282648c1.entry.js +1 -0
- package/dist/vega/p-2bb1c1c1.entry.js +1 -0
- package/dist/vega/p-2e59a4f1.entry.js +1 -0
- package/dist/vega/p-37d3b80c.entry.js +1 -0
- package/dist/vega/p-38a22eb3.entry.js +1 -0
- package/dist/vega/p-38b01f3f.entry.js +1 -0
- package/dist/vega/p-38d19c4f.entry.js +1 -0
- package/dist/vega/p-3a815548.entry.js +1 -0
- package/dist/vega/p-3efc814a.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-e02c5199.entry.js → p-4d2859c9.entry.js} +1 -1
- package/dist/vega/p-557516a4.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-692df03d.entry.js +1 -0
- package/dist/vega/p-6ad96891.entry.js +1 -0
- package/dist/vega/p-6f7f9cda.entry.js +1 -0
- package/dist/vega/p-7440d7a2.entry.js +1 -0
- package/dist/vega/p-77ff7c72.js +1 -0
- package/dist/vega/p-8c62c493.entry.js +1 -0
- package/dist/vega/{p-ece4decb.entry.js → p-95bdac84.entry.js} +1 -1
- package/dist/vega/p-99c8fe92.js +1 -1
- package/dist/vega/{p-e4d466f0.js → p-9e38810c.js} +1 -1
- package/dist/vega/p-a6cb10e8.entry.js +1 -0
- package/dist/vega/p-af72a212.entry.js +1 -0
- package/dist/vega/p-b3056874.entry.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-bfc3450c.entry.js +1 -0
- package/dist/vega/p-c0ca1a1c.entry.js +1 -0
- package/dist/vega/p-c849236f.entry.js +1 -0
- package/dist/vega/p-d978ee2c.entry.js +1 -0
- package/dist/vega/p-de5db6c9.entry.js +1 -0
- package/dist/vega/p-e1a284b1.entry.js +1 -0
- package/dist/vega/p-e4e60c01.entry.js +1 -0
- package/dist/vega/p-eb709bc0.entry.js +1 -0
- package/dist/vega/p-f723790c.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-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
|
@@ -7,7 +7,7 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
|
|
|
7
7
|
import { I as InjectKeyboardManager } from './injectKeyboardManager-a67edd4d.js';
|
|
8
8
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
9
9
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
10
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
10
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
11
11
|
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-ca73e6c1.js';
|
|
12
12
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
13
13
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
@@ -24,7 +24,8 @@ import './misc-c21a85c9.js';
|
|
|
24
24
|
import './dynamic-slimmer-ef83e258.js';
|
|
25
25
|
import './vegaInternalEventId-600b3751.js';
|
|
26
26
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
27
|
-
import './
|
|
27
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
28
|
+
import './mutationObserverFilters-243934f6.js';
|
|
28
29
|
import './array-8c82516c.js';
|
|
29
30
|
import './number-e2519d1c.js';
|
|
30
31
|
import './internalVegaEventManager-e1501923.js';
|
|
@@ -3,7 +3,7 @@ import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
|
3
3
|
import { i as isDateStr, c as compareIsSameOrBefore, a as compareIsBefore, b as compareIsAfter } from './date-97fc22a5.js';
|
|
4
4
|
import { a as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
5
5
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
6
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
6
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
7
7
|
import { a as arrayToClassString, g as getDeviceType, D as DeviceType } from './ui-28499aab.js';
|
|
8
8
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
9
9
|
import { a as VegaClick, d as VegaChange } from './vegaEventId-680887e1.js';
|
|
@@ -14,7 +14,7 @@ import { Z as ZIndexManager } from './zIndexManager-522f477e.js';
|
|
|
14
14
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js';
|
|
15
15
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
16
16
|
import { S as StringInputFormatterSlimmer, a as StringMaskStrategy } from './stringInputFormatterSlimmer-e67c7503.js';
|
|
17
|
-
import { E as ElementAppenderSlimmer } from './elementAppenderSlimmer-
|
|
17
|
+
import { E as ElementAppenderSlimmer } from './elementAppenderSlimmer-3c05ca9f.js';
|
|
18
18
|
import { K as KeyboardManagerSlimmer } from './keyboardManagerSlimmer-dbd4f404.js';
|
|
19
19
|
import { C as ComponentLoadRequired } from './componentLoadRequired-ec47331b.js';
|
|
20
20
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
@@ -26,13 +26,15 @@ import './vegaInternalEventId-600b3751.js';
|
|
|
26
26
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
27
27
|
import './breakpoints-e59edf8d.js';
|
|
28
28
|
import './ui-df46cc20.js';
|
|
29
|
-
import './
|
|
29
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
30
|
+
import './mutationObserverFilters-243934f6.js';
|
|
30
31
|
import './iconManager-48bebc43.js';
|
|
31
32
|
import './number-e2519d1c.js';
|
|
32
33
|
import './typeGuard-f33ed2eb.js';
|
|
33
34
|
import './regex-dfe11abf.js';
|
|
34
35
|
import './typography-a8fc4764.js';
|
|
35
|
-
import './responsiveFormatFacade-
|
|
36
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
37
|
+
import './pixel-f32c07ce.js';
|
|
36
38
|
import './keyboardManager-24ae8225.js';
|
|
37
39
|
import './internalVegaEventManager-e1501923.js';
|
|
38
40
|
|
|
@@ -3,13 +3,13 @@ import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
|
3
3
|
import { g as getCurrentBreakpoint } from './breakpoints-e59edf8d.js';
|
|
4
4
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
5
5
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
6
|
-
import { f as formatAndValidResponsiveToken } from './designToken-
|
|
6
|
+
import { f as formatAndValidResponsiveToken } from './designToken-edc855d6.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
9
9
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
10
10
|
import { c as VegaClose, a as VegaClick, t as VegaOpen } from './vegaEventId-680887e1.js';
|
|
11
11
|
import { D as DefaultModalSize } from './ui-df46cc20.js';
|
|
12
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
12
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
13
13
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
14
14
|
import { g as getDeviceType, D as DeviceType, f as findParent } from './ui-28499aab.js';
|
|
15
15
|
import { Z as ZIndexManager } from './zIndexManager-522f477e.js';
|
|
@@ -22,6 +22,7 @@ import './regex-dfe11abf.js';
|
|
|
22
22
|
import './typography-a8fc4764.js';
|
|
23
23
|
import './changeManager-d60d98c8.js';
|
|
24
24
|
import './number-e2519d1c.js';
|
|
25
|
+
import './pixel-f32c07ce.js';
|
|
25
26
|
import './dynamic-slimmer-ef83e258.js';
|
|
26
27
|
import './internalVegaEventManager-e1501923.js';
|
|
27
28
|
import './object-261e7344.js';
|
|
@@ -2,13 +2,14 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-c3
|
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
3
3
|
import { a as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
4
4
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
6
6
|
import { h as Spacing } from './typeGuard-f33ed2eb.js';
|
|
7
|
-
import { f as formatAndValidResponsiveToken } from './designToken-
|
|
7
|
+
import { f as formatAndValidResponsiveToken } from './designToken-edc855d6.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
9
9
|
import { g as getCurrentBreakpoint } from './breakpoints-e59edf8d.js';
|
|
10
10
|
import './number-e2519d1c.js';
|
|
11
11
|
import './ui-df46cc20.js';
|
|
12
|
+
import './pixel-f32c07ce.js';
|
|
12
13
|
import './regex-dfe11abf.js';
|
|
13
14
|
import './typography-a8fc4764.js';
|
|
14
15
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
@@ -9,9 +9,10 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
|
|
|
9
9
|
import { D as DomNodeSubjectObserverFactory, d as domNodeSubjectFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
10
10
|
import { d as VegaChange, i as VegaDropdownShow, j as VegaDropdownHide, b as VegaDropdownClick, g as VegaCreate, k as VegaDropdownSearch, a as VegaClick } from './vegaEventId-680887e1.js';
|
|
11
11
|
import { K as KeyboardManagerSlimmer } from './keyboardManagerSlimmer-dbd4f404.js';
|
|
12
|
-
import { E as ElementAppenderSlimmer } from './elementAppenderSlimmer-
|
|
12
|
+
import { E as ElementAppenderSlimmer } from './elementAppenderSlimmer-3c05ca9f.js';
|
|
13
13
|
import { d as isArrayEqual } from './array-8c82516c.js';
|
|
14
14
|
import { c as createSubStateNotifySlimmer, S as SubStateObserverSlimmer } from './subStateObserverSlimmer-354b33f6.js';
|
|
15
|
+
import { M as MutationObserverSlimmer } from './mutationObserverSlimmer-2355cedf.js';
|
|
15
16
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
16
17
|
import { C as ChildNodesNotifyObserverSlimmer } from './childNodesNotifyObserverSlimmer-e6ea15e3.js';
|
|
17
18
|
import { D as DROPDOWN_ITEM_CLICK } from './staticSubjectTitle-3b88939a.js';
|
|
@@ -23,8 +24,9 @@ import './ui-df46cc20.js';
|
|
|
23
24
|
import './regex-dfe11abf.js';
|
|
24
25
|
import './typography-a8fc4764.js';
|
|
25
26
|
import './keyboardManager-24ae8225.js';
|
|
26
|
-
import './responsiveFormatFacade-
|
|
27
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
27
28
|
import './number-e2519d1c.js';
|
|
29
|
+
import './pixel-f32c07ce.js';
|
|
28
30
|
import './zIndexManager-522f477e.js';
|
|
29
31
|
import './dynamic-slimmer-ef83e258.js';
|
|
30
32
|
import './pageResizeObserverSlimmer-d36f30e8.js';
|
|
@@ -289,9 +291,6 @@ class VegaDropdownListRenderer extends VegaSlimmer {
|
|
|
289
291
|
getVirtualScrollRef() {
|
|
290
292
|
return this.virtualScrollRef;
|
|
291
293
|
}
|
|
292
|
-
getTemplateItemsRef() {
|
|
293
|
-
return this.templateItemsRef;
|
|
294
|
-
}
|
|
295
294
|
renderBySource() {
|
|
296
295
|
return (h(Fragment, null,
|
|
297
296
|
this.renderLoading(),
|
|
@@ -334,7 +333,7 @@ class VegaDropdownListRenderer extends VegaSlimmer {
|
|
|
334
333
|
['v-hidden']: this.isLoading,
|
|
335
334
|
}, style: {
|
|
336
335
|
maxHeight: `${this.maxHeightOfItemsContainer}px`,
|
|
337
|
-
}
|
|
336
|
+
} },
|
|
338
337
|
h("slot", { name: "items" })));
|
|
339
338
|
}
|
|
340
339
|
/**
|
|
@@ -956,7 +955,6 @@ class VegaDropdownSelectedController extends VegaSlimmer {
|
|
|
956
955
|
checkSelectedSourceKey(key) {
|
|
957
956
|
if (this.renderModeController.isSourceRenderMode()) {
|
|
958
957
|
let result;
|
|
959
|
-
this.childrenController.syncUpDropdownCurrentData();
|
|
960
958
|
if (typeof key === 'string' &&
|
|
961
959
|
this.selectType === 'single' &&
|
|
962
960
|
this.childrenController.isKeyExist(key)) {
|
|
@@ -1108,6 +1106,20 @@ var __decorate$e = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1108
1106
|
class VegaDropdownChildrenController extends VegaSlimmer {
|
|
1109
1107
|
constructor() {
|
|
1110
1108
|
super(...arguments);
|
|
1109
|
+
this.mutationObserver = new MutationObserverSlimmer({
|
|
1110
|
+
// eslint-disable-next-line jsdoc/require-jsdoc
|
|
1111
|
+
target: () => this.renderer.getDropdownContentBoxRef(),
|
|
1112
|
+
options: {
|
|
1113
|
+
childList: true,
|
|
1114
|
+
subtree: true,
|
|
1115
|
+
},
|
|
1116
|
+
/*
|
|
1117
|
+
* The below method is e2e-test covered in
|
|
1118
|
+
* @see{module:vega-dropdown-items-dom-change-e2e}
|
|
1119
|
+
*/
|
|
1120
|
+
// eslint-disable-next-line jsdoc/require-jsdoc
|
|
1121
|
+
callback: /* istanbul ignore next */ () => this.syncUpDropdownCurrentData(),
|
|
1122
|
+
});
|
|
1111
1123
|
this.labelSet = new Set();
|
|
1112
1124
|
this.keySet = new Set();
|
|
1113
1125
|
/**
|
|
@@ -1115,7 +1127,7 @@ class VegaDropdownChildrenController extends VegaSlimmer {
|
|
|
1115
1127
|
* synchronizing the current data in a dropdown based on the items present in the slot.
|
|
1116
1128
|
*/
|
|
1117
1129
|
this.collectKeyAndLabelFromSlot = () => {
|
|
1118
|
-
const container = this.renderer.
|
|
1130
|
+
const container = this.renderer.getDropdownContentBoxRef() || this.host;
|
|
1119
1131
|
Array.from(container.querySelectorAll('vega-dropdown-item')).forEach((item) => {
|
|
1120
1132
|
item.label && this.labelSet.add(item.label);
|
|
1121
1133
|
item.itemKey && this.keySet.add(item.itemKey);
|
|
@@ -1127,8 +1139,6 @@ class VegaDropdownChildrenController extends VegaSlimmer {
|
|
|
1127
1139
|
*/
|
|
1128
1140
|
/* istanbul ignore next */
|
|
1129
1141
|
disconnectedCallback() {
|
|
1130
|
-
var _a;
|
|
1131
|
-
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
1132
1142
|
}
|
|
1133
1143
|
/**
|
|
1134
1144
|
* Component lifecycle - [componentWillLoad]
|
|
@@ -1140,7 +1150,6 @@ class VegaDropdownChildrenController extends VegaSlimmer {
|
|
|
1140
1150
|
* Component lifecycle - [componentDidLoad]
|
|
1141
1151
|
*/
|
|
1142
1152
|
componentDidLoad() {
|
|
1143
|
-
this.initMutationObserver();
|
|
1144
1153
|
}
|
|
1145
1154
|
/**
|
|
1146
1155
|
* The function "watchSource" synchronizes the dropdown current data.
|
|
@@ -1198,23 +1207,6 @@ class VegaDropdownChildrenController extends VegaSlimmer {
|
|
|
1198
1207
|
});
|
|
1199
1208
|
}
|
|
1200
1209
|
/* istanbul ignore next */
|
|
1201
|
-
/**
|
|
1202
|
-
* The below method is e2e-test covered in@see{module:vega-dropdown-items-dom-change-e2e}
|
|
1203
|
-
*/
|
|
1204
|
-
initMutationObserver() {
|
|
1205
|
-
if (this.renderModeController.isSourceRenderMode())
|
|
1206
|
-
return;
|
|
1207
|
-
this.mutationObserver = new MutationObserver(async (mutations) => {
|
|
1208
|
-
if (mutations.filter((mutation) => mutation.target.slot === 'items').length > 0) {
|
|
1209
|
-
this.selectedController.watchSource();
|
|
1210
|
-
}
|
|
1211
|
-
});
|
|
1212
|
-
this.mutationObserver.observe(this.listRenderer.getTemplateItemsRef(), {
|
|
1213
|
-
childList: true,
|
|
1214
|
-
subtree: true,
|
|
1215
|
-
});
|
|
1216
|
-
}
|
|
1217
|
-
/* istanbul ignore next */
|
|
1218
1210
|
/**
|
|
1219
1211
|
* The below method is e2e-test covered in @see{module:vega-dropdown-items-dom-change-e2e}
|
|
1220
1212
|
*/
|
|
@@ -1244,6 +1236,9 @@ __decorate$e([
|
|
|
1244
1236
|
__decorate$e([
|
|
1245
1237
|
MapToComponentField()
|
|
1246
1238
|
], VegaDropdownChildrenController.prototype, "selectedController", void 0);
|
|
1239
|
+
__decorate$e([
|
|
1240
|
+
InjectVegaSlimmer()
|
|
1241
|
+
], VegaDropdownChildrenController.prototype, "mutationObserver", void 0);
|
|
1247
1242
|
__decorate$e([
|
|
1248
1243
|
MapToComponentMethod('disconnectedCallback')
|
|
1249
1244
|
], VegaDropdownChildrenController.prototype, "disconnectedCallback", null);
|
|
@@ -1320,9 +1315,13 @@ const VegaDropdown = class {
|
|
|
1320
1315
|
this.keyboardController = new VegaDropdownKeyboardController();
|
|
1321
1316
|
this.appenderController = new VegaDropdownAppenderController();
|
|
1322
1317
|
this.searchController = new VegaDropdownSearchController();
|
|
1318
|
+
/**
|
|
1319
|
+
* childrenController should be defined before selectedController,
|
|
1320
|
+
* which can ensure collecting information before verifying it.
|
|
1321
|
+
*/
|
|
1322
|
+
this.childrenController = new VegaDropdownChildrenController();
|
|
1323
1323
|
this.selectedController = new VegaDropdownSelectedController();
|
|
1324
1324
|
this.renderModeController = new VegaDropdownRenderModeController();
|
|
1325
|
-
this.childrenController = new VegaDropdownChildrenController();
|
|
1326
1325
|
this.selectTypeNotifySlimmer = createSubStateNotifySlimmer(VegaDropdown, 'selectType', 'watchSelectType');
|
|
1327
1326
|
this.selectedSourceKeyNotifySlimmer = createSubStateNotifySlimmer(VegaDropdown, 'selectedSourceKey', 'watchSelectedSourceKey');
|
|
1328
1327
|
this.prefixIconSlotNotifySlimmer = createSubStateNotifySlimmer(VegaDropdown, 'prefixIconSlot', 'watchPrefixIconSlot');
|
|
@@ -1551,13 +1550,13 @@ __decorate$d([
|
|
|
1551
1550
|
], VegaDropdown.prototype, "searchController", void 0);
|
|
1552
1551
|
__decorate$d([
|
|
1553
1552
|
InjectVegaSlimmer()
|
|
1554
|
-
], VegaDropdown.prototype, "
|
|
1553
|
+
], VegaDropdown.prototype, "childrenController", void 0);
|
|
1555
1554
|
__decorate$d([
|
|
1556
1555
|
InjectVegaSlimmer()
|
|
1557
|
-
], VegaDropdown.prototype, "
|
|
1556
|
+
], VegaDropdown.prototype, "selectedController", void 0);
|
|
1558
1557
|
__decorate$d([
|
|
1559
1558
|
InjectVegaSlimmer()
|
|
1560
|
-
], VegaDropdown.prototype, "
|
|
1559
|
+
], VegaDropdown.prototype, "renderModeController", void 0);
|
|
1561
1560
|
__decorate$d([
|
|
1562
1561
|
InjectVegaSlimmer()
|
|
1563
1562
|
], VegaDropdown.prototype, "selectTypeNotifySlimmer", void 0);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-c3505689.js';
|
|
2
2
|
import { F as FeatureFlag } from './featureFlagController-816491ad.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
4
|
-
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './designToken-
|
|
4
|
+
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './designToken-edc855d6.js';
|
|
5
5
|
import { a as arrayToClassString } from './ui-28499aab.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';
|
|
@@ -12,8 +12,9 @@ import './breakpoints-e59edf8d.js';
|
|
|
12
12
|
import './ui-df46cc20.js';
|
|
13
13
|
import './regex-dfe11abf.js';
|
|
14
14
|
import './typography-a8fc4764.js';
|
|
15
|
-
import './responsiveFormatFacade-
|
|
15
|
+
import './responsiveFormatFacade-ac0b91fc.js';
|
|
16
16
|
import './number-e2519d1c.js';
|
|
17
|
+
import './pixel-f32c07ce.js';
|
|
17
18
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
18
19
|
|
|
19
20
|
const VegaFlexRuntimeMetricsPayloadDefinition = [
|
|
@@ -6,14 +6,15 @@ import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlim
|
|
|
6
6
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
7
7
|
import { g as getCurrentBreakpoint } from './breakpoints-e59edf8d.js';
|
|
8
8
|
import { C as ComponentLoadRequired } from './componentLoadRequired-ec47331b.js';
|
|
9
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
9
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
10
10
|
import { a as arrayToClassString } from './ui-28499aab.js';
|
|
11
|
-
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './designToken-
|
|
11
|
+
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './designToken-edc855d6.js';
|
|
12
12
|
import './ui-df46cc20.js';
|
|
13
13
|
import './typeGuard-f33ed2eb.js';
|
|
14
14
|
import './regex-dfe11abf.js';
|
|
15
15
|
import './typography-a8fc4764.js';
|
|
16
16
|
import './number-e2519d1c.js';
|
|
17
|
+
import './pixel-f32c07ce.js';
|
|
17
18
|
import './stateBackgroundColorFormatter-e705312f.js';
|
|
18
19
|
|
|
19
20
|
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-c3505689.js';
|
|
2
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
2
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
3
3
|
import { C as ChangeManager } from './changeManager-d60d98c8.js';
|
|
4
4
|
import { O as Observer, d as domNodeSubjectFactory } from './domNodeSubjectObserverFactory-a764a6df.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 './staticSubjectTitle-3b88939a.js';
|
|
@@ -20,7 +20,8 @@ import './dynamic-slimmer-ef83e258.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
|
import './internalVegaEventManager-e1501923.js';
|
|
26
27
|
|
|
@@ -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,7 +11,7 @@ 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
16
|
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-ca73e6c1.js';
|
|
17
17
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.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,7 +6,7 @@ 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';
|
|
@@ -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,7 +4,7 @@ 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';
|
|
@@ -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,7 +4,7 @@ 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
9
|
import { M as isArrayOfType, O as isSelectSourceItemType } from './typeGuard-f33ed2eb.js';
|
|
10
10
|
import { D as DomNodeSubjectObserverFactory } from './domNodeSubjectObserverFactory-a764a6df.js';
|
|
@@ -15,20 +15,22 @@ import { b as FORM_ELEMENT_VALUE_CHANGE } from './staticSubjectTitle-3b88939a.js
|
|
|
15
15
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
16
16
|
import { c as chevronUp, a as chevronDown } from './chevron-down-4303bddb.js';
|
|
17
17
|
import { V as VegaInternalIconManager } from './internal-icon-manager-a52b1c10.js';
|
|
18
|
-
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-
|
|
18
|
+
import { F as FormFieldControllerSlimmer } from './formFieldControllerSlimmer-85ff874e.js';
|
|
19
19
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
20
20
|
import { c as createEventEmitSlimmer } from './eventEmitSlimmer-9c33f04e.js';
|
|
21
21
|
import { C as ChildNodesEventPreventSlimmer } from './childNodesEventPreventSlimmer-ca73e6c1.js';
|
|
22
22
|
import { b as VegaInternalVirtualScrollToBottom } from './vegaInternalEventId-600b3751.js';
|
|
23
23
|
import './ui-df46cc20.js';
|
|
24
24
|
import './number-e2519d1c.js';
|
|
25
|
+
import './pixel-f32c07ce.js';
|
|
25
26
|
import './regex-dfe11abf.js';
|
|
26
27
|
import './typography-a8fc4764.js';
|
|
27
28
|
import './iconManager-48bebc43.js';
|
|
28
29
|
import './string-be824360.js';
|
|
29
30
|
import './misc-c21a85c9.js';
|
|
30
31
|
import './dynamic-slimmer-ef83e258.js';
|
|
31
|
-
import './
|
|
32
|
+
import './mutationObserverSlimmer-2355cedf.js';
|
|
33
|
+
import './mutationObserverFilters-243934f6.js';
|
|
32
34
|
import './internalVegaEventManager-e1501923.js';
|
|
33
35
|
|
|
34
36
|
var __decorate$5 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -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) {
|
|
@@ -3,7 +3,7 @@ import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
|
3
3
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
5
5
|
import { a as arrayToClassString } from './ui-28499aab.js';
|
|
6
|
-
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-
|
|
6
|
+
import { R as ResponsiveFormatFacade } from './responsiveFormatFacade-ac0b91fc.js';
|
|
7
7
|
import { g as getCurrentBreakpoint } from './breakpoints-e59edf8d.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer } from './pageResizeObserverSlimmer-d36f30e8.js';
|
|
9
9
|
import './typeGuard-f33ed2eb.js';
|
|
@@ -11,6 +11,7 @@ import './ui-df46cc20.js';
|
|
|
11
11
|
import './regex-dfe11abf.js';
|
|
12
12
|
import './typography-a8fc4764.js';
|
|
13
13
|
import './number-e2519d1c.js';
|
|
14
|
+
import './pixel-f32c07ce.js';
|
|
14
15
|
|
|
15
16
|
const vegaLoaderWrapperCss = ":host{display:block;display:inline-flex;align-items:center;justify-content:center;top:0px;right:0px;bottom:0px;left:0px;background-color:rgba(var(--v-bg-backdrop-loading, 255, 255, 255, 0.5))}:host(.absolute-wrapper){position:absolute}:host(.fixed-wrapper){width:100%;height:100%;position:fixed}";
|
|
16
17
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement, H as Host } from './index-c3505689.js';
|
|
2
|
-
import { h as array, t as tau, j as constant, I as InteractingEntryGenerator, k as d3Select, B as BaseDrawer, a as BaseChart, L as LayoutInputProcessor, P as ProcessorChain, b as LegendInputProcessor, c as LegendDrawer } from './legendInputProcessor-
|
|
2
|
+
import { h as array, t as tau, j as constant, I as InteractingEntryGenerator, k as d3Select, B as BaseDrawer, a as BaseChart, L as LayoutInputProcessor, P as ProcessorChain, b as LegendInputProcessor, c as LegendDrawer } from './legendInputProcessor-644350b4.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-40be4402.js';
|
|
4
4
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-16fd7452.js';
|
|
5
5
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './componentUsageRuntimeMetrics-4f08dec8.js';
|
|
6
6
|
import './array-8c82516c.js';
|
|
7
7
|
import './number-e2519d1c.js';
|
|
8
8
|
import './typography-a8fc4764.js';
|
|
9
|
-
import './pixel-
|
|
9
|
+
import './pixel-f32c07ce.js';
|
|
10
10
|
|
|
11
11
|
function descending(a, b) {
|
|
12
12
|
return b < a ? -1 : b > a ? 1 : b >= a ? 0 : NaN;
|