@globalpayments/vega 2.43.0 → 2.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-e80a14da.js → app-globals-c23133a1.js} +3 -3
- package/dist/cjs/{content-state-7b418b83.js → content-state-5659cad7.js} +1 -13
- package/dist/cjs/{design-token-622f55de.js → design-token-02d1846e.js} +1 -1
- package/dist/cjs/{element-appender-slimmer-f704b06d.js → element-appender-slimmer-040db7e3.js} +1 -1
- package/dist/cjs/{form-field-controller-slimmer-9ea504a7.js → form-field-controller-slimmer-2d4a4f40.js} +1 -1
- package/dist/cjs/{image-annotation-action-46632b22.js → image-annotation-action-64f0e28c.js} +1 -1
- package/dist/cjs/index.cjs.js +5 -5
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{public-rules-ba486ffa.js → public-rules-a23c74a9.js} +2 -2
- package/dist/cjs/{responsive-format-facade-23588691.js → responsive-format-facade-22eb285c.js} +2 -2
- package/dist/cjs/{rich-text-editor-required-rule-792fede0.js → rich-text-editor-required-rule-cdc2e15e.js} +1 -1
- package/dist/cjs/{style-formatter-42a4e762.js → style-formatter-0536214a.js} +1 -1
- package/dist/cjs/{translation-2c8a32bb.js → translation-648b7910.js} +27 -0
- package/dist/cjs/{translation-slimmer-593b92fe.js → translation-slimmer-8eeb1c99.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +4 -4
- package/dist/cjs/vega-app-header-button.cjs.entry.js +4 -4
- package/dist/cjs/vega-box.cjs.entry.js +5 -5
- package/dist/cjs/vega-button-circle.cjs.entry.js +4 -4
- package/dist/cjs/vega-button.cjs.entry.js +3 -3
- package/dist/cjs/vega-calendar_3.cjs.entry.js +2 -2
- package/dist/cjs/vega-card.cjs.entry.js +4 -4
- package/dist/cjs/vega-carousel.cjs.entry.js +3 -3
- package/dist/cjs/vega-checkbox_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-chip.cjs.entry.js +4 -4
- package/dist/cjs/vega-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/vega-combo-box.cjs.entry.js +2 -2
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-dialog_2.cjs.entry.js +80 -5
- package/dist/cjs/vega-divider.cjs.entry.js +4 -4
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +5 -5
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-file-uploader.cjs.entry.js +3 -3
- package/dist/cjs/vega-flex.cjs.entry.js +5 -5
- package/dist/cjs/vega-font.cjs.entry.js +4 -4
- package/dist/cjs/vega-form.cjs.entry.js +2 -2
- package/dist/cjs/vega-grid.cjs.entry.js +4 -4
- package/dist/cjs/vega-icon.cjs.entry.js +4 -4
- package/dist/cjs/vega-image-uploader.cjs.entry.js +5 -5
- package/dist/cjs/vega-input-credit-card.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-numeric.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-range.cjs.entry.js +3 -3
- package/dist/cjs/vega-input-select.cjs.entry.js +5 -5
- package/dist/cjs/vega-input.cjs.entry.js +2 -2
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +13 -6
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-pagination-page-size-selector-mobile.cjs.entry.js +17 -9
- package/dist/cjs/vega-pagination.cjs.entry.js +4 -4
- package/dist/cjs/vega-popover_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-radio_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +2 -2
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +5 -5
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +4 -4
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +3 -3
- package/dist/cjs/vega-signature-capture.cjs.entry.js +6 -6
- package/dist/cjs/vega-stepper.cjs.entry.js +2 -2
- package/dist/cjs/vega-table_8.cjs.entry.js +4 -4
- package/dist/cjs/vega-textarea.cjs.entry.js +2 -2
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +6 -6
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +2 -2
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +4 -4
- package/dist/cjs/vega.cjs.js +4 -4
- package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.js +62 -1
- package/dist/collection/components/vega-modal/vega-modal.js +28 -0
- package/dist/collection/components/vega-nav/slimmers/renderers/vega-nav-list-renderer.js +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav-group/slimmers/renderers/vega-left-nav-group-renderer.js +4 -1
- package/dist/collection/components/vega-nav/vega-left-nav-group/vega-left-nav-group.js +25 -0
- package/dist/collection/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-renderer.js +16 -7
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-block.js +1 -2
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/list-item-block.js +0 -11
- package/dist/collection/components/vega-rich-text-editor/test/dto/blocks/list-block.test.js +4 -4
- package/dist/collection/helpers/translation/internal-translation-controller.js +25 -0
- package/dist/collection/helpers/translation/locales/en.js +2 -0
- package/dist/collection/helpers/translation/tests/internal-translation-controller.test.js +14 -0
- package/dist/collection/helpers/validator/test/rules/rich-text-editor-required-rule.test.js +4 -4
- package/dist/esm/{app-globals-f767f6be.js → app-globals-e6203355.js} +3 -3
- package/dist/esm/{content-state-2b4fdc4f.js → content-state-7e9f3421.js} +1 -13
- package/dist/esm/{design-token-9a3c1dc5.js → design-token-e1b56333.js} +1 -1
- package/dist/esm/{element-appender-slimmer-8adfc578.js → element-appender-slimmer-9d5d4108.js} +1 -1
- package/dist/esm/{form-field-controller-slimmer-75f525f4.js → form-field-controller-slimmer-16f7a11b.js} +1 -1
- package/dist/esm/{image-annotation-action-aea4f430.js → image-annotation-action-1e675348.js} +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{public-rules-20db9763.js → public-rules-596db5ba.js} +2 -2
- package/dist/esm/{responsive-format-facade-175aee98.js → responsive-format-facade-6e639588.js} +2 -2
- package/dist/esm/{rich-text-editor-required-rule-ed41bdd9.js → rich-text-editor-required-rule-ef25c4da.js} +1 -1
- package/dist/esm/{style-formatter-99ad38cd.js → style-formatter-f454626b.js} +1 -1
- package/dist/esm/{translation-a18bc15e.js → translation-fd7a290a.js} +27 -0
- package/dist/esm/{translation-slimmer-a8c20249.js → translation-slimmer-7c37f252.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +4 -4
- package/dist/esm/vega-app-header-button.entry.js +4 -4
- package/dist/esm/vega-box.entry.js +5 -5
- package/dist/esm/vega-button-circle.entry.js +4 -4
- package/dist/esm/vega-button.entry.js +3 -3
- package/dist/esm/vega-calendar_3.entry.js +2 -2
- package/dist/esm/vega-card.entry.js +4 -4
- package/dist/esm/vega-carousel.entry.js +3 -3
- package/dist/esm/vega-checkbox_2.entry.js +2 -2
- package/dist/esm/vega-chip.entry.js +4 -4
- package/dist/esm/vega-color-picker.entry.js +2 -2
- package/dist/esm/vega-combo-box.entry.js +2 -2
- package/dist/esm/vega-date-picker_2.entry.js +6 -6
- package/dist/esm/vega-dialog_2.entry.js +80 -5
- package/dist/esm/vega-divider.entry.js +4 -4
- package/dist/esm/vega-dropdown_5.entry.js +5 -5
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-file-uploader.entry.js +3 -3
- package/dist/esm/vega-flex.entry.js +5 -5
- package/dist/esm/vega-font.entry.js +4 -4
- package/dist/esm/vega-form.entry.js +2 -2
- package/dist/esm/vega-grid.entry.js +4 -4
- package/dist/esm/vega-icon.entry.js +4 -4
- package/dist/esm/vega-image-uploader.entry.js +5 -5
- package/dist/esm/vega-input-credit-card.entry.js +2 -2
- package/dist/esm/vega-input-numeric.entry.js +2 -2
- package/dist/esm/vega-input-phone-number.entry.js +2 -2
- package/dist/esm/vega-input-range.entry.js +3 -3
- package/dist/esm/vega-input-select.entry.js +5 -5
- package/dist/esm/vega-input.entry.js +2 -2
- package/dist/esm/vega-left-nav_5.entry.js +13 -6
- package/dist/esm/vega-loader-wrapper_2.entry.js +3 -3
- package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +17 -9
- package/dist/esm/vega-pagination.entry.js +4 -4
- package/dist/esm/vega-popover_2.entry.js +4 -4
- package/dist/esm/vega-radio_2.entry.js +2 -2
- package/dist/esm/vega-rich-text-content.entry.js +2 -2
- package/dist/esm/vega-rich-text-editor_4.entry.js +5 -5
- package/dist/esm/vega-selection-chip_2.entry.js +4 -4
- package/dist/esm/vega-selection-tile_2.entry.js +2 -2
- package/dist/esm/vega-sidenav_3.entry.js +3 -3
- package/dist/esm/vega-signature-capture.entry.js +6 -6
- package/dist/esm/vega-stepper.entry.js +2 -2
- package/dist/esm/vega-table_8.entry.js +4 -4
- package/dist/esm/vega-textarea.entry.js +2 -2
- package/dist/esm/vega-time-picker_2.entry.js +6 -6
- package/dist/esm/vega-toggle-switch.entry.js +2 -2
- package/dist/esm/vega-tooltip_2.entry.js +4 -4
- package/dist/esm/vega.js +4 -4
- package/dist/types/components/vega-modal/slimmers/controllers/vega-modal-open-state-controller.d.ts +25 -0
- package/dist/types/components/vega-modal/vega-modal.d.ts +10 -0
- package/dist/types/components/vega-nav/interface.d.ts +1 -0
- package/dist/types/components/vega-nav/vega-left-nav-group/slimmers/renderers/vega-left-nav-group-renderer.d.ts +1 -0
- package/dist/types/components/vega-nav/vega-left-nav-group/vega-left-nav-group.d.ts +4 -0
- package/dist/types/components/vega-pagination/vega-pagination-page-size-selector-mobile/slimmers/renderers/page-size-selector-mobile-renderer.d.ts +2 -0
- package/dist/types/components/vega-rich-text-editor/dto/blocks/list-item-block.d.ts +0 -4
- package/dist/types/components.d.ts +10 -0
- package/dist/types/helpers/translation/interface.d.ts +7 -0
- package/dist/types/helpers/translation/internal-translation-controller.d.ts +10 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/p-01d4c679.js +1 -0
- package/dist/vega/p-02603c02.js +1 -0
- package/dist/vega/{p-fcfc7b00.entry.js → p-05b7d047.entry.js} +1 -1
- package/dist/vega/{p-502f523c.entry.js → p-09279679.entry.js} +1 -1
- package/dist/vega/{p-f61c9513.entry.js → p-0a30fcaf.entry.js} +1 -1
- package/dist/vega/{p-30d56b87.entry.js → p-0c57091c.entry.js} +1 -1
- package/dist/vega/{p-97950866.entry.js → p-0cb40df0.entry.js} +1 -1
- package/dist/vega/{p-d293df16.entry.js → p-0eedb5a8.entry.js} +1 -1
- package/dist/vega/{p-b129beb6.js → p-12a10bdf.js} +1 -1
- package/dist/vega/{p-9c4271d9.entry.js → p-16194709.entry.js} +1 -1
- package/dist/vega/{p-502dcacc.entry.js → p-184f3b15.entry.js} +1 -1
- package/dist/vega/{p-40239f3f.entry.js → p-1917b593.entry.js} +1 -1
- package/dist/vega/{p-1040bac6.js → p-19f33816.js} +1 -1
- package/dist/vega/{p-d3a815a7.entry.js → p-1d8f86f9.entry.js} +1 -1
- package/dist/vega/{p-31c88532.entry.js → p-21b34b8b.entry.js} +1 -1
- package/dist/vega/{p-058f2c79.entry.js → p-2796fa10.entry.js} +1 -1
- package/dist/vega/{p-d924d6d4.entry.js → p-2aba65ab.entry.js} +1 -1
- package/dist/vega/{p-150f8194.entry.js → p-3291b8f9.entry.js} +1 -1
- package/dist/vega/{p-8bc506e0.entry.js → p-359e08ea.entry.js} +1 -1
- package/dist/vega/{p-c5ddea92.entry.js → p-391d6370.entry.js} +1 -1
- package/dist/vega/{p-5e38f071.entry.js → p-3c236410.entry.js} +1 -1
- package/dist/vega/p-40c77aa8.entry.js +1 -0
- package/dist/vega/{p-3bcd66e9.entry.js → p-4e9df296.entry.js} +1 -1
- package/dist/vega/{p-eb87d418.entry.js → p-4f3cce8d.entry.js} +1 -1
- package/dist/vega/{p-1edaa1cc.entry.js → p-54be441e.entry.js} +1 -1
- package/dist/vega/{p-265f6155.entry.js → p-5558ab9c.entry.js} +1 -1
- package/dist/vega/{p-3fcf766c.entry.js → p-5dbf9c42.entry.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-eac0f7ff.js → p-5f5bfd9c.js} +1 -1
- package/dist/vega/{p-91ec1b58.entry.js → p-6465cb2d.entry.js} +1 -1
- package/dist/vega/{p-9721f1ea.entry.js → p-758e6e80.entry.js} +1 -1
- package/dist/vega/{p-e3d6e626.entry.js → p-759137be.entry.js} +1 -1
- package/dist/vega/{p-a194988c.entry.js → p-7644a589.entry.js} +1 -1
- package/dist/vega/{p-1538cafa.entry.js → p-765469bf.entry.js} +1 -1
- package/dist/vega/p-7f9e7ca2.js +1 -0
- package/dist/vega/{p-607ba0e0.entry.js → p-8de75077.entry.js} +1 -1
- package/dist/vega/{p-251315ac.entry.js → p-8fe6ded4.entry.js} +1 -1
- package/dist/vega/{p-ac91b1b5.entry.js → p-944fb238.entry.js} +1 -1
- package/dist/vega/{p-9fdb3ef8.js → p-99289273.js} +1 -1
- package/dist/vega/{p-2940fa99.entry.js → p-a22c9906.entry.js} +1 -1
- package/dist/vega/p-a34d2aab.entry.js +1 -0
- package/dist/vega/{p-56926f06.entry.js → p-a37f9db6.entry.js} +1 -1
- package/dist/vega/{p-3c235627.entry.js → p-a53359f4.entry.js} +1 -1
- package/dist/vega/p-a7abd309.entry.js +1 -0
- package/dist/vega/{p-b845ea28.js → p-ad86f6da.js} +1 -1
- package/dist/vega/{p-15d40cb5.entry.js → p-b1bc88d7.entry.js} +1 -1
- package/dist/vega/{p-60e678ea.entry.js → p-c838c746.entry.js} +1 -1
- package/dist/vega/{p-b82b01fa.entry.js → p-c8f159d9.entry.js} +1 -1
- package/dist/vega/{p-c76024af.entry.js → p-ca6ef342.entry.js} +1 -1
- package/dist/vega/{p-e3820e5b.js → p-cd53bde4.js} +1 -1
- package/dist/vega/p-cda9bca2.js +1 -0
- package/dist/vega/{p-8f6c028b.entry.js → p-cdc7d8cf.entry.js} +1 -1
- package/dist/vega/{p-c531d2f3.js → p-d2e11032.js} +1 -1
- package/dist/vega/{p-ffe7cf8b.entry.js → p-dd63dbae.entry.js} +1 -1
- package/dist/vega/p-e437c58a.entry.js +1 -0
- package/dist/vega/{p-ca52f952.entry.js → p-eaa6417d.entry.js} +1 -1
- package/dist/vega/{p-15d7a049.js → p-f0e9c75e.js} +1 -1
- package/dist/vega/{p-d13704a2.entry.js → p-f4fd6f84.entry.js} +1 -1
- package/dist/vega/{p-da6d71ed.entry.js → p-fb48539c.entry.js} +1 -1
- package/dist/vega/{p-6008c0c0.entry.js → p-ffca3a50.entry.js} +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/vega/p-1b6a38ab.js +0 -1
- package/dist/vega/p-31ba6562.entry.js +0 -1
- package/dist/vega/p-76076b46.js +0 -1
- package/dist/vega/p-7e1e319d.entry.js +0 -1
- package/dist/vega/p-c89c01b4.entry.js +0 -1
- package/dist/vega/p-d920b18c.js +0 -1
- package/dist/vega/p-e44c5f70.entry.js +0 -1
- package/dist/vega/p-f4931a1f.js +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
4
|
-
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './design-token-
|
|
4
|
+
import { f as formatAndValidResponsiveToken, l as formatAndValidFlexBreakpoint } from './design-token-e1b56333.js';
|
|
5
5
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
6
6
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer } from './page-resize-observer-slimmer-15a84d26.js';
|
|
9
|
-
import { f as formatFlexStyles } from './style-formatter-
|
|
9
|
+
import { f as formatFlexStyles } from './style-formatter-f454626b.js';
|
|
10
10
|
import './index-44c794b4.js';
|
|
11
11
|
import './_commonjsHelpers-9943807e.js';
|
|
12
12
|
import './type-guard-158f6d7a.js';
|
|
@@ -14,7 +14,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
14
14
|
import './ui-8424715a.js';
|
|
15
15
|
import './regex-dfe11abf.js';
|
|
16
16
|
import './typography-396de03f.js';
|
|
17
|
-
import './responsive-format-facade-
|
|
17
|
+
import './responsive-format-facade-6e639588.js';
|
|
18
18
|
import './number-4398f2e1.js';
|
|
19
19
|
import './pixel-f32c07ce.js';
|
|
20
20
|
import './array-3113609f.js';
|
|
@@ -24,13 +24,13 @@ import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
|
24
24
|
import './dynamic-slimmer-90b8af32.js';
|
|
25
25
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
26
26
|
import './dom-node-subject-factory-286df025.js';
|
|
27
|
-
import './content-state-
|
|
27
|
+
import './content-state-7e9f3421.js';
|
|
28
28
|
import './change-manager-6a7eb88c.js';
|
|
29
29
|
import './vega-internal-event-id-d7113cf7.js';
|
|
30
30
|
import './static-subject-title-249c76cd.js';
|
|
31
31
|
import './icon-manager-638dd4d4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
|
-
import './translation-
|
|
33
|
+
import './translation-fd7a290a.js';
|
|
34
34
|
import './state-background-color-formatter-121ae7d3.js';
|
|
35
35
|
|
|
36
36
|
const VegaFlexRuntimeMetricsPayloadDefinition = [
|
|
@@ -5,9 +5,9 @@ import { s as slotPlaceholder } from './placeholder-bf562081.js';
|
|
|
5
5
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
6
6
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
7
7
|
import { C as ComponentLoadRequired } from './component-load-required-db42032a.js';
|
|
8
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
8
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-6e639588.js';
|
|
9
9
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
10
|
-
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './design-token-
|
|
10
|
+
import { m as formatAndValidTypographyToken, i as formatAndValidTextColor, f as formatAndValidResponsiveToken } from './design-token-e1b56333.js';
|
|
11
11
|
import './ui-8424715a.js';
|
|
12
12
|
import './breakpoints-d9faf11c.js';
|
|
13
13
|
import './type-guard-158f6d7a.js';
|
|
@@ -25,13 +25,13 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
25
25
|
import './feature-flag-controller-690eac1d.js';
|
|
26
26
|
import './index-44c794b4.js';
|
|
27
27
|
import './_commonjsHelpers-9943807e.js';
|
|
28
|
-
import './content-state-
|
|
28
|
+
import './content-state-7e9f3421.js';
|
|
29
29
|
import './change-manager-6a7eb88c.js';
|
|
30
30
|
import './vega-internal-event-id-d7113cf7.js';
|
|
31
31
|
import './static-subject-title-249c76cd.js';
|
|
32
32
|
import './icon-manager-638dd4d4.js';
|
|
33
33
|
import './wait-for-vega-handler-b18eb955.js';
|
|
34
|
-
import './translation-
|
|
34
|
+
import './translation-fd7a290a.js';
|
|
35
35
|
import './state-background-color-formatter-121ae7d3.js';
|
|
36
36
|
|
|
37
37
|
var __decorate$4 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
2
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
3
3
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
4
4
|
import { v as VegaFormSubmit, w as VegaFormReset, x as VegaValidate, O as Observer, d as domNodeSubjectFactory } from './dom-node-subject-factory-286df025.js';
|
|
5
5
|
import { g as FORM_ELEMENT_VALIDATE, b as FORM_ELEMENT_VALUE_CHANGE, d as FORM_FIELD_ELEMENT_DISCONNECTED, c as FORM_FIELD_PENDING_VALID_CHANGE, e as FORM_RESET_OPERATION_TRIGGERED, F as FORM_SUBMIT, a as FORM_RESET } from './static-subject-title-249c76cd.js';
|
|
@@ -16,7 +16,7 @@ import { d as VegaInternalValid } from './vega-internal-event-id-d7113cf7.js';
|
|
|
16
16
|
import './string-be824360.js';
|
|
17
17
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
18
18
|
import './dynamic-slimmer-90b8af32.js';
|
|
19
|
-
import './translation-
|
|
19
|
+
import './translation-fd7a290a.js';
|
|
20
20
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
21
21
|
import './ui-8424715a.js';
|
|
22
22
|
import './breakpoints-d9faf11c.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
2
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e1b56333.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
5
5
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -9,7 +9,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
9
9
|
import './ui-8424715a.js';
|
|
10
10
|
import './regex-dfe11abf.js';
|
|
11
11
|
import './typography-396de03f.js';
|
|
12
|
-
import './responsive-format-facade-
|
|
12
|
+
import './responsive-format-facade-6e639588.js';
|
|
13
13
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import './number-4398f2e1.js';
|
|
15
15
|
import './pixel-f32c07ce.js';
|
|
@@ -23,13 +23,13 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
23
23
|
import './feature-flag-controller-690eac1d.js';
|
|
24
24
|
import './index-44c794b4.js';
|
|
25
25
|
import './_commonjsHelpers-9943807e.js';
|
|
26
|
-
import './content-state-
|
|
26
|
+
import './content-state-7e9f3421.js';
|
|
27
27
|
import './change-manager-6a7eb88c.js';
|
|
28
28
|
import './vega-internal-event-id-d7113cf7.js';
|
|
29
29
|
import './static-subject-title-249c76cd.js';
|
|
30
30
|
import './icon-manager-638dd4d4.js';
|
|
31
31
|
import './wait-for-vega-handler-b18eb955.js';
|
|
32
|
-
import './translation-
|
|
32
|
+
import './translation-fd7a290a.js';
|
|
33
33
|
import './state-background-color-formatter-121ae7d3.js';
|
|
34
34
|
|
|
35
35
|
const vegaGridCss = ":host(.v-gap-0),.v-gap-0{gap:0px}:host(.v-gap-row-0),.v-gap-row-0{row-gap:0px}:host(.v-gap-col-0),.v-gap-col-0{column-gap:0px}:host(.v-gap-size-0),.v-gap-size-0{gap:0px}:host(.v-gap-row-size-0),.v-gap-row-size-0{row-gap:0px}:host(.v-gap-col-size-0),.v-gap-col-size-0{column-gap:0px}:host(.v-gap-size-4),.v-gap-size-4{gap:4px}:host(.v-gap-row-size-4),.v-gap-row-size-4{row-gap:4px}:host(.v-gap-col-size-4),.v-gap-col-size-4{column-gap:4px}:host(.v-gap-size-8),.v-gap-size-8{gap:8px}:host(.v-gap-row-size-8),.v-gap-row-size-8{row-gap:8px}:host(.v-gap-col-size-8),.v-gap-col-size-8{column-gap:8px}:host(.v-gap-size-12),.v-gap-size-12{gap:12px}:host(.v-gap-row-size-12),.v-gap-row-size-12{row-gap:12px}:host(.v-gap-col-size-12),.v-gap-col-size-12{column-gap:12px}:host(.v-gap-size-16),.v-gap-size-16{gap:16px}:host(.v-gap-row-size-16),.v-gap-row-size-16{row-gap:16px}:host(.v-gap-col-size-16),.v-gap-col-size-16{column-gap:16px}:host(.v-gap-size-20),.v-gap-size-20{gap:20px}:host(.v-gap-row-size-20),.v-gap-row-size-20{row-gap:20px}:host(.v-gap-col-size-20),.v-gap-col-size-20{column-gap:20px}:host(.v-gap-size-24),.v-gap-size-24{gap:24px}:host(.v-gap-row-size-24),.v-gap-row-size-24{row-gap:24px}:host(.v-gap-col-size-24),.v-gap-col-size-24{column-gap:24px}:host(.v-gap-size-32),.v-gap-size-32{gap:32px}:host(.v-gap-row-size-32),.v-gap-row-size-32{row-gap:32px}:host(.v-gap-col-size-32),.v-gap-col-size-32{column-gap:32px}:host(.v-gap-size-40),.v-gap-size-40{gap:40px}:host(.v-gap-row-size-40),.v-gap-row-size-40{row-gap:40px}:host(.v-gap-col-size-40),.v-gap-col-size-40{column-gap:40px}:host(.v-gap-size-48),.v-gap-size-48{gap:48px}:host(.v-gap-row-size-48),.v-gap-row-size-48{row-gap:48px}:host(.v-gap-col-size-48),.v-gap-col-size-48{column-gap:48px}:host(.v-gap-size-64),.v-gap-size-64{gap:64px}:host(.v-gap-row-size-64),.v-gap-row-size-64{row-gap:64px}:host(.v-gap-col-size-64),.v-gap-col-size-64{column-gap:64px}:host(.v-gap-size-72),.v-gap-size-72{gap:72px}:host(.v-gap-row-size-72),.v-gap-row-size-72{row-gap:72px}:host(.v-gap-col-size-72),.v-gap-col-size-72{column-gap:72px}:host(.v-gap-size-80),.v-gap-size-80{gap:80px}:host(.v-gap-row-size-80),.v-gap-row-size-80{row-gap:80px}:host(.v-gap-col-size-80),.v-gap-col-size-80{column-gap:80px}:host(.v-gap-size-112),.v-gap-size-112{gap:112px}:host(.v-gap-row-size-112),.v-gap-row-size-112{row-gap:112px}:host(.v-gap-col-size-112),.v-gap-col-size-112{column-gap:112px}:host(.v-gap-size-2),.v-gap-size-2{gap:2px}:host(.v-gap-row-size-2),.v-gap-row-size-2{row-gap:2px}:host(.v-gap-col-size-2),.v-gap-col-size-2{column-gap:2px}@media (min-width: 320px){:host(.S\\:v-gap-0),.S\\:v-gap-0{gap:0px}:host(.S\\:v-gap-row-0),.S\\:v-gap-row-0{row-gap:0px}:host(.S\\:v-gap-col-0),.S\\:v-gap-col-0{column-gap:0px}:host(.S\\:v-gap-size-0),.S\\:v-gap-size-0{gap:0px}:host(.S\\:v-gap-row-size-0),.S\\:v-gap-row-size-0{row-gap:0px}:host(.S\\:v-gap-col-size-0),.S\\:v-gap-col-size-0{column-gap:0px}:host(.S\\:v-gap-size-4),.S\\:v-gap-size-4{gap:4px}:host(.S\\:v-gap-row-size-4),.S\\:v-gap-row-size-4{row-gap:4px}:host(.S\\:v-gap-col-size-4),.S\\:v-gap-col-size-4{column-gap:4px}:host(.S\\:v-gap-size-8),.S\\:v-gap-size-8{gap:8px}:host(.S\\:v-gap-row-size-8),.S\\:v-gap-row-size-8{row-gap:8px}:host(.S\\:v-gap-col-size-8),.S\\:v-gap-col-size-8{column-gap:8px}:host(.S\\:v-gap-size-12),.S\\:v-gap-size-12{gap:12px}:host(.S\\:v-gap-row-size-12),.S\\:v-gap-row-size-12{row-gap:12px}:host(.S\\:v-gap-col-size-12),.S\\:v-gap-col-size-12{column-gap:12px}:host(.S\\:v-gap-size-16),.S\\:v-gap-size-16{gap:16px}:host(.S\\:v-gap-row-size-16),.S\\:v-gap-row-size-16{row-gap:16px}:host(.S\\:v-gap-col-size-16),.S\\:v-gap-col-size-16{column-gap:16px}:host(.S\\:v-gap-size-20),.S\\:v-gap-size-20{gap:20px}:host(.S\\:v-gap-row-size-20),.S\\:v-gap-row-size-20{row-gap:20px}:host(.S\\:v-gap-col-size-20),.S\\:v-gap-col-size-20{column-gap:20px}:host(.S\\:v-gap-size-24),.S\\:v-gap-size-24{gap:24px}:host(.S\\:v-gap-row-size-24),.S\\:v-gap-row-size-24{row-gap:24px}:host(.S\\:v-gap-col-size-24),.S\\:v-gap-col-size-24{column-gap:24px}:host(.S\\:v-gap-size-32),.S\\:v-gap-size-32{gap:32px}:host(.S\\:v-gap-row-size-32),.S\\:v-gap-row-size-32{row-gap:32px}:host(.S\\:v-gap-col-size-32),.S\\:v-gap-col-size-32{column-gap:32px}:host(.S\\:v-gap-size-40),.S\\:v-gap-size-40{gap:40px}:host(.S\\:v-gap-row-size-40),.S\\:v-gap-row-size-40{row-gap:40px}:host(.S\\:v-gap-col-size-40),.S\\:v-gap-col-size-40{column-gap:40px}:host(.S\\:v-gap-size-48),.S\\:v-gap-size-48{gap:48px}:host(.S\\:v-gap-row-size-48),.S\\:v-gap-row-size-48{row-gap:48px}:host(.S\\:v-gap-col-size-48),.S\\:v-gap-col-size-48{column-gap:48px}:host(.S\\:v-gap-size-64),.S\\:v-gap-size-64{gap:64px}:host(.S\\:v-gap-row-size-64),.S\\:v-gap-row-size-64{row-gap:64px}:host(.S\\:v-gap-col-size-64),.S\\:v-gap-col-size-64{column-gap:64px}:host(.S\\:v-gap-size-72),.S\\:v-gap-size-72{gap:72px}:host(.S\\:v-gap-row-size-72),.S\\:v-gap-row-size-72{row-gap:72px}:host(.S\\:v-gap-col-size-72),.S\\:v-gap-col-size-72{column-gap:72px}:host(.S\\:v-gap-size-80),.S\\:v-gap-size-80{gap:80px}:host(.S\\:v-gap-row-size-80),.S\\:v-gap-row-size-80{row-gap:80px}:host(.S\\:v-gap-col-size-80),.S\\:v-gap-col-size-80{column-gap:80px}:host(.S\\:v-gap-size-112),.S\\:v-gap-size-112{gap:112px}:host(.S\\:v-gap-row-size-112),.S\\:v-gap-row-size-112{row-gap:112px}:host(.S\\:v-gap-col-size-112),.S\\:v-gap-col-size-112{column-gap:112px}:host(.S\\:v-gap-size-2),.S\\:v-gap-size-2{gap:2px}:host(.S\\:v-gap-row-size-2),.S\\:v-gap-row-size-2{row-gap:2px}:host(.S\\:v-gap-col-size-2),.S\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 768px){:host(.M\\:v-gap-0),.M\\:v-gap-0{gap:0px}:host(.M\\:v-gap-row-0),.M\\:v-gap-row-0{row-gap:0px}:host(.M\\:v-gap-col-0),.M\\:v-gap-col-0{column-gap:0px}:host(.M\\:v-gap-size-0),.M\\:v-gap-size-0{gap:0px}:host(.M\\:v-gap-row-size-0),.M\\:v-gap-row-size-0{row-gap:0px}:host(.M\\:v-gap-col-size-0),.M\\:v-gap-col-size-0{column-gap:0px}:host(.M\\:v-gap-size-4),.M\\:v-gap-size-4{gap:4px}:host(.M\\:v-gap-row-size-4),.M\\:v-gap-row-size-4{row-gap:4px}:host(.M\\:v-gap-col-size-4),.M\\:v-gap-col-size-4{column-gap:4px}:host(.M\\:v-gap-size-8),.M\\:v-gap-size-8{gap:8px}:host(.M\\:v-gap-row-size-8),.M\\:v-gap-row-size-8{row-gap:8px}:host(.M\\:v-gap-col-size-8),.M\\:v-gap-col-size-8{column-gap:8px}:host(.M\\:v-gap-size-12),.M\\:v-gap-size-12{gap:12px}:host(.M\\:v-gap-row-size-12),.M\\:v-gap-row-size-12{row-gap:12px}:host(.M\\:v-gap-col-size-12),.M\\:v-gap-col-size-12{column-gap:12px}:host(.M\\:v-gap-size-16),.M\\:v-gap-size-16{gap:16px}:host(.M\\:v-gap-row-size-16),.M\\:v-gap-row-size-16{row-gap:16px}:host(.M\\:v-gap-col-size-16),.M\\:v-gap-col-size-16{column-gap:16px}:host(.M\\:v-gap-size-20),.M\\:v-gap-size-20{gap:20px}:host(.M\\:v-gap-row-size-20),.M\\:v-gap-row-size-20{row-gap:20px}:host(.M\\:v-gap-col-size-20),.M\\:v-gap-col-size-20{column-gap:20px}:host(.M\\:v-gap-size-24),.M\\:v-gap-size-24{gap:24px}:host(.M\\:v-gap-row-size-24),.M\\:v-gap-row-size-24{row-gap:24px}:host(.M\\:v-gap-col-size-24),.M\\:v-gap-col-size-24{column-gap:24px}:host(.M\\:v-gap-size-32),.M\\:v-gap-size-32{gap:32px}:host(.M\\:v-gap-row-size-32),.M\\:v-gap-row-size-32{row-gap:32px}:host(.M\\:v-gap-col-size-32),.M\\:v-gap-col-size-32{column-gap:32px}:host(.M\\:v-gap-size-40),.M\\:v-gap-size-40{gap:40px}:host(.M\\:v-gap-row-size-40),.M\\:v-gap-row-size-40{row-gap:40px}:host(.M\\:v-gap-col-size-40),.M\\:v-gap-col-size-40{column-gap:40px}:host(.M\\:v-gap-size-48),.M\\:v-gap-size-48{gap:48px}:host(.M\\:v-gap-row-size-48),.M\\:v-gap-row-size-48{row-gap:48px}:host(.M\\:v-gap-col-size-48),.M\\:v-gap-col-size-48{column-gap:48px}:host(.M\\:v-gap-size-64),.M\\:v-gap-size-64{gap:64px}:host(.M\\:v-gap-row-size-64),.M\\:v-gap-row-size-64{row-gap:64px}:host(.M\\:v-gap-col-size-64),.M\\:v-gap-col-size-64{column-gap:64px}:host(.M\\:v-gap-size-72),.M\\:v-gap-size-72{gap:72px}:host(.M\\:v-gap-row-size-72),.M\\:v-gap-row-size-72{row-gap:72px}:host(.M\\:v-gap-col-size-72),.M\\:v-gap-col-size-72{column-gap:72px}:host(.M\\:v-gap-size-80),.M\\:v-gap-size-80{gap:80px}:host(.M\\:v-gap-row-size-80),.M\\:v-gap-row-size-80{row-gap:80px}:host(.M\\:v-gap-col-size-80),.M\\:v-gap-col-size-80{column-gap:80px}:host(.M\\:v-gap-size-112),.M\\:v-gap-size-112{gap:112px}:host(.M\\:v-gap-row-size-112),.M\\:v-gap-row-size-112{row-gap:112px}:host(.M\\:v-gap-col-size-112),.M\\:v-gap-col-size-112{column-gap:112px}:host(.M\\:v-gap-size-2),.M\\:v-gap-size-2{gap:2px}:host(.M\\:v-gap-row-size-2),.M\\:v-gap-row-size-2{row-gap:2px}:host(.M\\:v-gap-col-size-2),.M\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1024px){:host(.L\\:v-gap-0),.L\\:v-gap-0{gap:0px}:host(.L\\:v-gap-row-0),.L\\:v-gap-row-0{row-gap:0px}:host(.L\\:v-gap-col-0),.L\\:v-gap-col-0{column-gap:0px}:host(.L\\:v-gap-size-0),.L\\:v-gap-size-0{gap:0px}:host(.L\\:v-gap-row-size-0),.L\\:v-gap-row-size-0{row-gap:0px}:host(.L\\:v-gap-col-size-0),.L\\:v-gap-col-size-0{column-gap:0px}:host(.L\\:v-gap-size-4),.L\\:v-gap-size-4{gap:4px}:host(.L\\:v-gap-row-size-4),.L\\:v-gap-row-size-4{row-gap:4px}:host(.L\\:v-gap-col-size-4),.L\\:v-gap-col-size-4{column-gap:4px}:host(.L\\:v-gap-size-8),.L\\:v-gap-size-8{gap:8px}:host(.L\\:v-gap-row-size-8),.L\\:v-gap-row-size-8{row-gap:8px}:host(.L\\:v-gap-col-size-8),.L\\:v-gap-col-size-8{column-gap:8px}:host(.L\\:v-gap-size-12),.L\\:v-gap-size-12{gap:12px}:host(.L\\:v-gap-row-size-12),.L\\:v-gap-row-size-12{row-gap:12px}:host(.L\\:v-gap-col-size-12),.L\\:v-gap-col-size-12{column-gap:12px}:host(.L\\:v-gap-size-16),.L\\:v-gap-size-16{gap:16px}:host(.L\\:v-gap-row-size-16),.L\\:v-gap-row-size-16{row-gap:16px}:host(.L\\:v-gap-col-size-16),.L\\:v-gap-col-size-16{column-gap:16px}:host(.L\\:v-gap-size-20),.L\\:v-gap-size-20{gap:20px}:host(.L\\:v-gap-row-size-20),.L\\:v-gap-row-size-20{row-gap:20px}:host(.L\\:v-gap-col-size-20),.L\\:v-gap-col-size-20{column-gap:20px}:host(.L\\:v-gap-size-24),.L\\:v-gap-size-24{gap:24px}:host(.L\\:v-gap-row-size-24),.L\\:v-gap-row-size-24{row-gap:24px}:host(.L\\:v-gap-col-size-24),.L\\:v-gap-col-size-24{column-gap:24px}:host(.L\\:v-gap-size-32),.L\\:v-gap-size-32{gap:32px}:host(.L\\:v-gap-row-size-32),.L\\:v-gap-row-size-32{row-gap:32px}:host(.L\\:v-gap-col-size-32),.L\\:v-gap-col-size-32{column-gap:32px}:host(.L\\:v-gap-size-40),.L\\:v-gap-size-40{gap:40px}:host(.L\\:v-gap-row-size-40),.L\\:v-gap-row-size-40{row-gap:40px}:host(.L\\:v-gap-col-size-40),.L\\:v-gap-col-size-40{column-gap:40px}:host(.L\\:v-gap-size-48),.L\\:v-gap-size-48{gap:48px}:host(.L\\:v-gap-row-size-48),.L\\:v-gap-row-size-48{row-gap:48px}:host(.L\\:v-gap-col-size-48),.L\\:v-gap-col-size-48{column-gap:48px}:host(.L\\:v-gap-size-64),.L\\:v-gap-size-64{gap:64px}:host(.L\\:v-gap-row-size-64),.L\\:v-gap-row-size-64{row-gap:64px}:host(.L\\:v-gap-col-size-64),.L\\:v-gap-col-size-64{column-gap:64px}:host(.L\\:v-gap-size-72),.L\\:v-gap-size-72{gap:72px}:host(.L\\:v-gap-row-size-72),.L\\:v-gap-row-size-72{row-gap:72px}:host(.L\\:v-gap-col-size-72),.L\\:v-gap-col-size-72{column-gap:72px}:host(.L\\:v-gap-size-80),.L\\:v-gap-size-80{gap:80px}:host(.L\\:v-gap-row-size-80),.L\\:v-gap-row-size-80{row-gap:80px}:host(.L\\:v-gap-col-size-80),.L\\:v-gap-col-size-80{column-gap:80px}:host(.L\\:v-gap-size-112),.L\\:v-gap-size-112{gap:112px}:host(.L\\:v-gap-row-size-112),.L\\:v-gap-row-size-112{row-gap:112px}:host(.L\\:v-gap-col-size-112),.L\\:v-gap-col-size-112{column-gap:112px}:host(.L\\:v-gap-size-2),.L\\:v-gap-size-2{gap:2px}:host(.L\\:v-gap-row-size-2),.L\\:v-gap-row-size-2{row-gap:2px}:host(.L\\:v-gap-col-size-2),.L\\:v-gap-col-size-2{column-gap:2px}}@media (min-width: 1440px){:host(.XL\\:v-gap-0),.XL\\:v-gap-0{gap:0px}:host(.XL\\:v-gap-row-0),.XL\\:v-gap-row-0{row-gap:0px}:host(.XL\\:v-gap-col-0),.XL\\:v-gap-col-0{column-gap:0px}:host(.XL\\:v-gap-size-0),.XL\\:v-gap-size-0{gap:0px}:host(.XL\\:v-gap-row-size-0),.XL\\:v-gap-row-size-0{row-gap:0px}:host(.XL\\:v-gap-col-size-0),.XL\\:v-gap-col-size-0{column-gap:0px}:host(.XL\\:v-gap-size-4),.XL\\:v-gap-size-4{gap:4px}:host(.XL\\:v-gap-row-size-4),.XL\\:v-gap-row-size-4{row-gap:4px}:host(.XL\\:v-gap-col-size-4),.XL\\:v-gap-col-size-4{column-gap:4px}:host(.XL\\:v-gap-size-8),.XL\\:v-gap-size-8{gap:8px}:host(.XL\\:v-gap-row-size-8),.XL\\:v-gap-row-size-8{row-gap:8px}:host(.XL\\:v-gap-col-size-8),.XL\\:v-gap-col-size-8{column-gap:8px}:host(.XL\\:v-gap-size-12),.XL\\:v-gap-size-12{gap:12px}:host(.XL\\:v-gap-row-size-12),.XL\\:v-gap-row-size-12{row-gap:12px}:host(.XL\\:v-gap-col-size-12),.XL\\:v-gap-col-size-12{column-gap:12px}:host(.XL\\:v-gap-size-16),.XL\\:v-gap-size-16{gap:16px}:host(.XL\\:v-gap-row-size-16),.XL\\:v-gap-row-size-16{row-gap:16px}:host(.XL\\:v-gap-col-size-16),.XL\\:v-gap-col-size-16{column-gap:16px}:host(.XL\\:v-gap-size-20),.XL\\:v-gap-size-20{gap:20px}:host(.XL\\:v-gap-row-size-20),.XL\\:v-gap-row-size-20{row-gap:20px}:host(.XL\\:v-gap-col-size-20),.XL\\:v-gap-col-size-20{column-gap:20px}:host(.XL\\:v-gap-size-24),.XL\\:v-gap-size-24{gap:24px}:host(.XL\\:v-gap-row-size-24),.XL\\:v-gap-row-size-24{row-gap:24px}:host(.XL\\:v-gap-col-size-24),.XL\\:v-gap-col-size-24{column-gap:24px}:host(.XL\\:v-gap-size-32),.XL\\:v-gap-size-32{gap:32px}:host(.XL\\:v-gap-row-size-32),.XL\\:v-gap-row-size-32{row-gap:32px}:host(.XL\\:v-gap-col-size-32),.XL\\:v-gap-col-size-32{column-gap:32px}:host(.XL\\:v-gap-size-40),.XL\\:v-gap-size-40{gap:40px}:host(.XL\\:v-gap-row-size-40),.XL\\:v-gap-row-size-40{row-gap:40px}:host(.XL\\:v-gap-col-size-40),.XL\\:v-gap-col-size-40{column-gap:40px}:host(.XL\\:v-gap-size-48),.XL\\:v-gap-size-48{gap:48px}:host(.XL\\:v-gap-row-size-48),.XL\\:v-gap-row-size-48{row-gap:48px}:host(.XL\\:v-gap-col-size-48),.XL\\:v-gap-col-size-48{column-gap:48px}:host(.XL\\:v-gap-size-64),.XL\\:v-gap-size-64{gap:64px}:host(.XL\\:v-gap-row-size-64),.XL\\:v-gap-row-size-64{row-gap:64px}:host(.XL\\:v-gap-col-size-64),.XL\\:v-gap-col-size-64{column-gap:64px}:host(.XL\\:v-gap-size-72),.XL\\:v-gap-size-72{gap:72px}:host(.XL\\:v-gap-row-size-72),.XL\\:v-gap-row-size-72{row-gap:72px}:host(.XL\\:v-gap-col-size-72),.XL\\:v-gap-col-size-72{column-gap:72px}:host(.XL\\:v-gap-size-80),.XL\\:v-gap-size-80{gap:80px}:host(.XL\\:v-gap-row-size-80),.XL\\:v-gap-row-size-80{row-gap:80px}:host(.XL\\:v-gap-col-size-80),.XL\\:v-gap-col-size-80{column-gap:80px}:host(.XL\\:v-gap-size-112),.XL\\:v-gap-size-112{gap:112px}:host(.XL\\:v-gap-row-size-112),.XL\\:v-gap-row-size-112{row-gap:112px}:host(.XL\\:v-gap-col-size-112),.XL\\:v-gap-col-size-112{column-gap:112px}:host(.XL\\:v-gap-size-2),.XL\\:v-gap-size-2{gap:2px}:host(.XL\\:v-gap-row-size-2),.XL\\:v-gap-row-size-2{row-gap:2px}:host(.XL\\:v-gap-col-size-2),.XL\\:v-gap-col-size-2{column-gap:2px}}:host{display:grid}:host(.v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}:host(.v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}@media (min-width: 320px){:host(.S\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.S\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.S\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.S\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.S\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.S\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.S\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.S\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.S\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.S\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.M\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.M\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.M\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.M\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.M\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.M\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.M\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.M\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.M\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.L\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.L\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.L\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.L\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.L\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.L\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.L\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.L\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.L\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-rows-1){grid-template-rows:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-2){grid-template-rows:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-3){grid-template-rows:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-4){grid-template-rows:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-5){grid-template-rows:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-6){grid-template-rows:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-7){grid-template-rows:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-8){grid-template-rows:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-9){grid-template-rows:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-10){grid-template-rows:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-11){grid-template-rows:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-12){grid-template-rows:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-rows-1-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-2-auto){grid-template-rows:repeat(2, auto)}:host(.XL\\:v-grid-rows-3-auto){grid-template-rows:repeat(3, auto)}:host(.XL\\:v-grid-rows-4-auto){grid-template-rows:repeat(4, auto)}:host(.XL\\:v-grid-rows-5-auto){grid-template-rows:repeat(5, auto)}:host(.XL\\:v-grid-rows-6-auto){grid-template-rows:repeat(6, auto)}:host(.XL\\:v-grid-rows-7-auto){grid-template-rows:repeat(7, auto)}:host(.XL\\:v-grid-rows-8-auto){grid-template-rows:repeat(8, auto)}:host(.XL\\:v-grid-rows-9-auto){grid-template-rows:repeat(9, auto)}:host(.XL\\:v-grid-rows-10-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-11-auto){grid-template-rows:repeat(1, auto)}:host(.XL\\:v-grid-rows-12-auto){grid-template-rows:repeat(1, auto)}}@media (min-width: 320px){:host(.S\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.S\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.S\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.S\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.S\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.S\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.S\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.S\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.S\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.S\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.S\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.S\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.S\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.S\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.S\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.S\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.S\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.S\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.S\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.S\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.S\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.S\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 768px){:host(.M\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.M\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.M\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.M\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.M\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.M\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.M\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.M\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.M\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.M\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.M\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.M\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.M\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.M\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.M\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.M\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.M\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.M\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.M\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.M\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.M\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.M\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1024px){:host(.L\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.L\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.L\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.L\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.L\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.L\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.L\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.L\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.L\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.L\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.L\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.L\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.L\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.L\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.L\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.L\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.L\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.L\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.L\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.L\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.L\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.L\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}@media (min-width: 1440px){:host(.XL\\:v-grid-cols-1){grid-template-columns:repeat(1, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-2){grid-template-columns:repeat(2, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-3){grid-template-columns:repeat(3, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-4){grid-template-columns:repeat(4, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-5){grid-template-columns:repeat(5, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-6){grid-template-columns:repeat(6, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-7){grid-template-columns:repeat(7, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-8){grid-template-columns:repeat(8, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-9){grid-template-columns:repeat(9, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-10){grid-template-columns:repeat(10, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-11){grid-template-columns:repeat(11, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-12){grid-template-columns:repeat(12, minmax(0, 1fr))}:host(.XL\\:v-grid-cols-1-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-2-auto){grid-template-columns:repeat(2, auto)}:host(.XL\\:v-grid-cols-3-auto){grid-template-columns:repeat(3, auto)}:host(.XL\\:v-grid-cols-4-auto){grid-template-columns:repeat(4, auto)}:host(.XL\\:v-grid-cols-5-auto){grid-template-columns:repeat(5, auto)}:host(.XL\\:v-grid-cols-6-auto){grid-template-columns:repeat(6, auto)}:host(.XL\\:v-grid-cols-7-auto){grid-template-columns:repeat(7, auto)}:host(.XL\\:v-grid-cols-8-auto){grid-template-columns:repeat(8, auto)}:host(.XL\\:v-grid-cols-9-auto){grid-template-columns:repeat(9, auto)}:host(.XL\\:v-grid-cols-10-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-11-auto){grid-template-columns:repeat(1, auto)}:host(.XL\\:v-grid-cols-12-auto){grid-template-columns:repeat(1, auto)}}";
|
|
@@ -2,7 +2,7 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-18
|
|
|
2
2
|
import { g as getIconFromToken, I as Icons } from './icons-8627925e.js';
|
|
3
3
|
import { h as Spacing } from './type-guard-158f6d7a.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
5
|
-
import { i as formatAndValidTextColor } from './design-token-
|
|
5
|
+
import { i as formatAndValidTextColor } from './design-token-e1b56333.js';
|
|
6
6
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
7
7
|
import { V as VegaIconManager } from './icon-manager-638dd4d4.js';
|
|
8
8
|
import { L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -11,7 +11,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
11
11
|
import './ui-8424715a.js';
|
|
12
12
|
import './regex-dfe11abf.js';
|
|
13
13
|
import './typography-396de03f.js';
|
|
14
|
-
import './responsive-format-facade-
|
|
14
|
+
import './responsive-format-facade-6e639588.js';
|
|
15
15
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
16
16
|
import './number-4398f2e1.js';
|
|
17
17
|
import './pixel-f32c07ce.js';
|
|
@@ -25,12 +25,12 @@ import './dom-node-subject-factory-286df025.js';
|
|
|
25
25
|
import './feature-flag-controller-690eac1d.js';
|
|
26
26
|
import './index-44c794b4.js';
|
|
27
27
|
import './_commonjsHelpers-9943807e.js';
|
|
28
|
-
import './content-state-
|
|
28
|
+
import './content-state-7e9f3421.js';
|
|
29
29
|
import './change-manager-6a7eb88c.js';
|
|
30
30
|
import './vega-internal-event-id-d7113cf7.js';
|
|
31
31
|
import './static-subject-title-249c76cd.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
|
-
import './translation-
|
|
33
|
+
import './translation-fd7a290a.js';
|
|
34
34
|
import './state-background-color-formatter-121ae7d3.js';
|
|
35
35
|
|
|
36
36
|
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-cae24190.js';
|
|
3
3
|
import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
|
|
4
4
|
import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-6e639588.js';
|
|
6
6
|
import { m as methodPlaceholder } from './placeholder-bf562081.js';
|
|
7
7
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
8
8
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
@@ -11,11 +11,11 @@ import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.
|
|
|
11
11
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
12
12
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
13
13
|
import { b as VegaDialog } from './vega-skeleton-loader-controller-722a41c2.js';
|
|
14
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
14
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
15
15
|
import { f as findParent, d as getDeepActiveElementInShadow } from './ui-ed1283bb.js';
|
|
16
16
|
import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-aab1c019.js';
|
|
17
17
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
18
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
18
|
+
import { T as TranslationSlimmer } from './translation-slimmer-7c37f252.js';
|
|
19
19
|
import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
|
|
20
20
|
import './type-guard-158f6d7a.js';
|
|
21
21
|
import './breakpoints-d9faf11c.js';
|
|
@@ -30,13 +30,13 @@ import './vega-env-manager-8f8dc473.js';
|
|
|
30
30
|
import './feature-flag-controller-690eac1d.js';
|
|
31
31
|
import './index-44c794b4.js';
|
|
32
32
|
import './_commonjsHelpers-9943807e.js';
|
|
33
|
-
import './content-state-
|
|
33
|
+
import './content-state-7e9f3421.js';
|
|
34
34
|
import './vega-internal-event-id-d7113cf7.js';
|
|
35
35
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
36
36
|
import './dynamic-slimmer-90b8af32.js';
|
|
37
37
|
import './icon-manager-638dd4d4.js';
|
|
38
38
|
import './wait-for-vega-handler-b18eb955.js';
|
|
39
|
-
import './translation-
|
|
39
|
+
import './translation-fd7a290a.js';
|
|
40
40
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
41
41
|
import './string-be824360.js';
|
|
42
42
|
import './mutation-observer-slimmer-6cef9549.js';
|
|
@@ -6,7 +6,7 @@ import { V as ValidCreditCardNumberRule } from './valid-credit-card-number-rule-
|
|
|
6
6
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
7
7
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
9
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
9
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
10
10
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
11
11
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
12
12
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
@@ -23,7 +23,7 @@ import './string-be824360.js';
|
|
|
23
23
|
import './ui-ed1283bb.js';
|
|
24
24
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
25
25
|
import './dynamic-slimmer-90b8af32.js';
|
|
26
|
-
import './translation-
|
|
26
|
+
import './translation-fd7a290a.js';
|
|
27
27
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
28
28
|
import './ui-8424715a.js';
|
|
29
29
|
import './breakpoints-d9faf11c.js';
|
|
@@ -10,7 +10,7 @@ import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.
|
|
|
10
10
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
11
11
|
import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-6f5cb52a.js';
|
|
12
12
|
import { c as convertToNumber, b as countDecimals } from './number-4398f2e1.js';
|
|
13
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
13
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
14
14
|
import { R as RequiredFieldRule } from './required-field-rule-ab4bdc47.js';
|
|
15
15
|
import { c as createSubStateNotifySlimmer } from './sub-state-notify-slimmer-c7169226.js';
|
|
16
16
|
import './ui-ed1283bb.js';
|
|
@@ -24,7 +24,7 @@ import './keyboard-manager-8c4ef91b.js';
|
|
|
24
24
|
import './string-be824360.js';
|
|
25
25
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
26
26
|
import './vega-internal-event-id-d7113cf7.js';
|
|
27
|
-
import './translation-
|
|
27
|
+
import './translation-fd7a290a.js';
|
|
28
28
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
29
29
|
import './ui-8424715a.js';
|
|
30
30
|
import './breakpoints-d9faf11c.js';
|
|
@@ -9,7 +9,7 @@ import { r as remoteInvocationRegistry } from './remote-invocation-registry-0b33
|
|
|
9
9
|
import { l as VegaDropdownRenderItemInternalOverridden, m as VegaDropdownSearchInternalOverridden } from './vega-internal-event-id-d7113cf7.js';
|
|
10
10
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
11
11
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
12
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
12
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
13
13
|
import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
|
|
14
14
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
15
15
|
import { I as InputPhoneNumberRequiredRule } from './input-phone-number-required-rule-be6a5572.js';
|
|
@@ -19,7 +19,7 @@ import './icon-manager-638dd4d4.js';
|
|
|
19
19
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
20
20
|
import './dynamic-slimmer-90b8af32.js';
|
|
21
21
|
import './string-be824360.js';
|
|
22
|
-
import './translation-
|
|
22
|
+
import './translation-fd7a290a.js';
|
|
23
23
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
24
24
|
import './ui-8424715a.js';
|
|
25
25
|
import './breakpoints-d9faf11c.js';
|
|
@@ -4,7 +4,7 @@ import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod,
|
|
|
4
4
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
5
5
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
6
6
|
import { f as VegaChange } from './dom-node-subject-factory-286df025.js';
|
|
7
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
7
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
8
8
|
import { i as isArrayEqual } from './array-3113609f.js';
|
|
9
9
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
10
10
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
@@ -14,13 +14,13 @@ import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-
|
|
|
14
14
|
import { I as InputRangeRequiredRule } from './input-range-required-rule-3ad74776.js';
|
|
15
15
|
import { I as InternalFormFieldValidationRule } from './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
|
|
16
16
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
17
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
17
|
+
import { T as TranslationSlimmer } from './translation-slimmer-7c37f252.js';
|
|
18
18
|
import './dynamic-slimmer-90b8af32.js';
|
|
19
19
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
20
20
|
import './string-be824360.js';
|
|
21
21
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
22
22
|
import './vega-internal-event-id-d7113cf7.js';
|
|
23
|
-
import './translation-
|
|
23
|
+
import './translation-fd7a290a.js';
|
|
24
24
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
25
25
|
import './ui-8424715a.js';
|
|
26
26
|
import './breakpoints-d9faf11c.js';
|
|
@@ -4,7 +4,7 @@ import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
|
4
4
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
5
5
|
import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
6
6
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
7
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
7
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-6e639588.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
9
9
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
10
10
|
import { m as VegaDropdownShow, n as VegaDropdownHide, b as VegaDropdownClick, o as VegaDropdownSearch, p as VegaSearchTrigger, f as VegaChange, l as VegaSearch, C as VegaShow, D as VegaHide } from './dom-node-subject-factory-286df025.js';
|
|
@@ -16,13 +16,13 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
|
|
|
16
16
|
import { c as chevronUp } from './chevron-up-b1989751.js';
|
|
17
17
|
import { c as chevronDown } from './chevron-down-4a75d28e.js';
|
|
18
18
|
import { V as VegaInternalIconManager } from './internal-icon-manager-c05720ca.js';
|
|
19
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
19
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
20
20
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
21
21
|
import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-slimmer-aab1c019.js';
|
|
22
22
|
import { N as isArrayOfType, P as isSelectSourceItemType } from './type-guard-158f6d7a.js';
|
|
23
23
|
import { M as MutationObserverSlimmer } from './mutation-observer-slimmer-6cef9549.js';
|
|
24
24
|
import { T as TagNameMutationFilter } from './mutation-observer-filters-7ee2b410.js';
|
|
25
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
25
|
+
import { T as TranslationSlimmer } from './translation-slimmer-7c37f252.js';
|
|
26
26
|
import './internal-form-field-validation-rule.abstract-f5b6bdbf.js';
|
|
27
27
|
import './ui-8424715a.js';
|
|
28
28
|
import './breakpoints-d9faf11c.js';
|
|
@@ -36,10 +36,10 @@ import './internal-vega-event-manager-d2c962d2.js';
|
|
|
36
36
|
import './feature-flag-controller-690eac1d.js';
|
|
37
37
|
import './index-44c794b4.js';
|
|
38
38
|
import './_commonjsHelpers-9943807e.js';
|
|
39
|
-
import './content-state-
|
|
39
|
+
import './content-state-7e9f3421.js';
|
|
40
40
|
import './icon-manager-638dd4d4.js';
|
|
41
41
|
import './wait-for-vega-handler-b18eb955.js';
|
|
42
|
-
import './translation-
|
|
42
|
+
import './translation-fd7a290a.js';
|
|
43
43
|
import './string-be824360.js';
|
|
44
44
|
import './regex-dfe11abf.js';
|
|
45
45
|
import './typography-396de03f.js';
|
|
@@ -9,7 +9,7 @@ import { C as ComponentLoadRequired } from './component-load-required-db42032a.j
|
|
|
9
9
|
import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
10
10
|
import { s as slotPlaceholder } from './placeholder-bf562081.js';
|
|
11
11
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
12
|
-
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-
|
|
12
|
+
import { F as FormFieldControllerSlimmer } from './form-field-controller-slimmer-16f7a11b.js';
|
|
13
13
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
14
14
|
import { f as VegaChange, z as VegaFocus, A as VegaBlur, q as VegaLabelButtonClick } from './dom-node-subject-factory-286df025.js';
|
|
15
15
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-249c76cd.js';
|
|
@@ -26,7 +26,7 @@ import './ui-ed1283bb.js';
|
|
|
26
26
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
27
27
|
import './dynamic-slimmer-90b8af32.js';
|
|
28
28
|
import './vega-internal-event-id-d7113cf7.js';
|
|
29
|
-
import './translation-
|
|
29
|
+
import './translation-fd7a290a.js';
|
|
30
30
|
import './mutation-observer-slimmer-6cef9549.js';
|
|
31
31
|
import './mutation-observer-filters-7ee2b410.js';
|
|
32
32
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
@@ -21,7 +21,7 @@ import { L as LEFT_NAV_LINK_SELECTED_TOPIC } from './static-subject-title-249c76
|
|
|
21
21
|
import { f as findParent } from './ui-ed1283bb.js';
|
|
22
22
|
import { S as SubStateObserverSlimmer } from './sub-state-observer-slimmer-1d3336d6.js';
|
|
23
23
|
import { c as createDeprecatedPropertySlimmer } from './deprecated-property-slimmer-32575f02.js';
|
|
24
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
24
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e1b56333.js';
|
|
25
25
|
import './ui-8424715a.js';
|
|
26
26
|
import './breakpoints-d9faf11c.js';
|
|
27
27
|
import './index-44c794b4.js';
|
|
@@ -35,13 +35,13 @@ import './object-261e7344.js';
|
|
|
35
35
|
import './type-guard-158f6d7a.js';
|
|
36
36
|
import './regex-dfe11abf.js';
|
|
37
37
|
import './typography-396de03f.js';
|
|
38
|
-
import './responsive-format-facade-
|
|
38
|
+
import './responsive-format-facade-6e639588.js';
|
|
39
39
|
import './pixel-f32c07ce.js';
|
|
40
40
|
import './array-3113609f.js';
|
|
41
41
|
import './vega-env-manager-8f8dc473.js';
|
|
42
|
-
import './content-state-
|
|
42
|
+
import './content-state-7e9f3421.js';
|
|
43
43
|
import './wait-for-vega-handler-b18eb955.js';
|
|
44
|
-
import './translation-
|
|
44
|
+
import './translation-fd7a290a.js';
|
|
45
45
|
import './state-background-color-formatter-121ae7d3.js';
|
|
46
46
|
|
|
47
47
|
var __decorate$k = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -427,7 +427,7 @@ class VegaNavListRenderer extends VegaSlimmer {
|
|
|
427
427
|
}
|
|
428
428
|
renderGroup(item) {
|
|
429
429
|
var _a;
|
|
430
|
-
return (h("vega-left-nav-group", { key: item.name, icon: item.icon, label: item.name }, (_a = item.children) === null || _a === void 0 ? void 0 : _a.map((child) => child.type == 'group' ? this.renderGroup(child) : this.renderLink(child))));
|
|
430
|
+
return (h("vega-left-nav-group", { key: item.name, icon: item.icon, label: item.name, "open-by-default": item.openByDefault }, (_a = item.children) === null || _a === void 0 ? void 0 : _a.map((child) => child.type == 'group' ? this.renderGroup(child) : this.renderLink(child))));
|
|
431
431
|
}
|
|
432
432
|
renderLink(item) {
|
|
433
433
|
return (h("vega-left-nav-link", { key: item.name, icon: item.icon, url: item.url, selected: item.selected, counterBadge: item.counterBadge }, item.name));
|
|
@@ -685,7 +685,7 @@ class VegaLeftNavGroupRenderer extends VegaSlimmer {
|
|
|
685
685
|
return this.groupContainer;
|
|
686
686
|
}
|
|
687
687
|
render() {
|
|
688
|
-
return (h("div", { class:
|
|
688
|
+
return (h("div", { class: `vega-li-main ${this.openByDefault ? 'open' : ''}`, ref: (ref) => (this.groupContainer = ref) },
|
|
689
689
|
h("a", { href: `#${this.label}`, role: 'button', tabIndex: 0, "data-root": "$1", onClick: this.handleClick, "aria-label": this.label || 'No label defined' },
|
|
690
690
|
this.icon && (h("div", { class: "vega-links-icon" },
|
|
691
691
|
h("div", { class: "prefix-icon" },
|
|
@@ -731,6 +731,9 @@ __decorate$c([
|
|
|
731
731
|
__decorate$c([
|
|
732
732
|
MapToComponentField()
|
|
733
733
|
], VegaLeftNavGroupRenderer.prototype, "siblingObserverController", void 0);
|
|
734
|
+
__decorate$c([
|
|
735
|
+
MapToComponentField()
|
|
736
|
+
], VegaLeftNavGroupRenderer.prototype, "openByDefault", void 0);
|
|
734
737
|
|
|
735
738
|
var __decorate$b = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
736
739
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -911,6 +914,10 @@ const VegaLeftNavGroup = class {
|
|
|
911
914
|
* @vegaVersion 1.31.0
|
|
912
915
|
*/
|
|
913
916
|
this.label = '';
|
|
917
|
+
/** Specifies whether the navigation group is expanded by default **
|
|
918
|
+
* @vegaVersion 2.44.0
|
|
919
|
+
*/
|
|
920
|
+
this.openByDefault = false;
|
|
914
921
|
}
|
|
915
922
|
render() {
|
|
916
923
|
slotPlaceholder(h("slot", null));
|
|
@@ -4,7 +4,7 @@ import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlim
|
|
|
4
4
|
import { I as InternalVegaZIndexManager } from './vega-skeleton-loader-controller-722a41c2.js';
|
|
5
5
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
6
6
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
7
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
7
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-6e639588.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
9
9
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
10
10
|
import './dynamic-slimmer-90b8af32.js';
|
|
@@ -22,13 +22,13 @@ import './vega-env-manager-8f8dc473.js';
|
|
|
22
22
|
import './feature-flag-controller-690eac1d.js';
|
|
23
23
|
import './index-44c794b4.js';
|
|
24
24
|
import './_commonjsHelpers-9943807e.js';
|
|
25
|
-
import './content-state-
|
|
25
|
+
import './content-state-7e9f3421.js';
|
|
26
26
|
import './change-manager-6a7eb88c.js';
|
|
27
27
|
import './vega-internal-event-id-d7113cf7.js';
|
|
28
28
|
import './static-subject-title-249c76cd.js';
|
|
29
29
|
import './icon-manager-638dd4d4.js';
|
|
30
30
|
import './wait-for-vega-handler-b18eb955.js';
|
|
31
|
-
import './translation-
|
|
31
|
+
import './translation-fd7a290a.js';
|
|
32
32
|
|
|
33
33
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
34
34
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -2,13 +2,13 @@ import { h, r as registerInstance, H as Host, g as getElement } from './index-18
|
|
|
2
2
|
import { c as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
3
3
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
5
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
5
|
+
import { T as TranslationSlimmer } from './translation-slimmer-7c37f252.js';
|
|
6
|
+
import { V as VegaInternalTranslation } from './translation-fd7a290a.js';
|
|
6
7
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-d661fc7c.js';
|
|
7
8
|
import { b as VegaDropdownClick, d as domNodeSubjectFactory } from './dom-node-subject-factory-286df025.js';
|
|
8
9
|
import { f as findParent } from './ui-ed1283bb.js';
|
|
9
10
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
10
11
|
import { j as VegaInternalPaginationPageSizeChange } from './vega-internal-event-id-d7113cf7.js';
|
|
11
|
-
import './translation-a18bc15e.js';
|
|
12
12
|
import './static-subject-title-249c76cd.js';
|
|
13
13
|
import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
14
14
|
import './dynamic-slimmer-90b8af32.js';
|
|
@@ -29,19 +29,27 @@ class PageSizeSelectorMobileRenderer extends VegaSlimmer {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
renderPageSizeSelectorMobile() {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
this.pageSizeSelectorMobileDropdownRenderer.render(h("vega-button-link", { label: `${this.pageSize.toString()} items / page` }))));
|
|
32
|
+
const preservedTranslationOutput = VegaInternalTranslation.tWithPreservedBlocks('Show [{0} items / page]', PageSizeSelectorMobileRenderer.clickableReg, this.pageSize);
|
|
33
|
+
return this.renderTranslatedMessage(preservedTranslationOutput);
|
|
35
34
|
}
|
|
36
35
|
renderPageSizeSelectorMobileAndCurrentPageLabel() {
|
|
37
36
|
const rangeFrom = this.total > 0 ? this.pageSize * (this.current - 1) + 1 : 0;
|
|
38
37
|
const rangeTo = Math.min(this.current * this.pageSize, this.total);
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
const preservedTranslationOutput = VegaInternalTranslation.tWithPreservedBlocks('Viewing [{0}-{1}] of {2}', PageSizeSelectorMobileRenderer.clickableReg, rangeFrom, rangeTo, this.total);
|
|
39
|
+
return this.renderTranslatedMessage(preservedTranslationOutput);
|
|
40
|
+
}
|
|
41
|
+
renderTranslatedMessage(preservedTranslationOutput) {
|
|
42
|
+
return (h("vega-flex", { alignItems: "center", justifyContent: "center", gap: "size-4" }, preservedTranslationOutput.map((outPut) => {
|
|
43
|
+
if (outPut.isPreserved) {
|
|
44
|
+
return this.pageSizeSelectorMobileDropdownRenderer.render(h("vega-button-link", { label: outPut.content }));
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
return (h("vega-font", { variant: "font-field-label", color: "text-primary" }, outPut.content));
|
|
48
|
+
}
|
|
49
|
+
})));
|
|
43
50
|
}
|
|
44
51
|
}
|
|
52
|
+
PageSizeSelectorMobileRenderer.clickableReg = /(\[[^\]]*\])/g;
|
|
45
53
|
__decorate$2([
|
|
46
54
|
MapToComponentField()
|
|
47
55
|
], PageSizeSelectorMobileRenderer.prototype, "translationSlimmer", void 0);
|
|
@@ -8,17 +8,17 @@ import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-
|
|
|
8
8
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-acc7fbb7.js';
|
|
9
9
|
import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
10
10
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
11
|
-
import { T as TranslationSlimmer } from './translation-slimmer-
|
|
12
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
11
|
+
import { T as TranslationSlimmer } from './translation-slimmer-7c37f252.js';
|
|
12
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-6e639588.js';
|
|
13
13
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import { j as VegaInternalPaginationPageSizeChange, k as VegaInternalPaginationCurrentChange } from './vega-internal-event-id-d7113cf7.js';
|
|
15
15
|
import './vega-env-manager-8f8dc473.js';
|
|
16
16
|
import './vega-skeleton-loader-controller-722a41c2.js';
|
|
17
17
|
import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
18
|
-
import './content-state-
|
|
18
|
+
import './content-state-7e9f3421.js';
|
|
19
19
|
import './icon-manager-638dd4d4.js';
|
|
20
20
|
import './wait-for-vega-handler-b18eb955.js';
|
|
21
|
-
import './translation-
|
|
21
|
+
import './translation-fd7a290a.js';
|
|
22
22
|
import './change-manager-6a7eb88c.js';
|
|
23
23
|
import './internal-vega-event-manager-d2c962d2.js';
|
|
24
24
|
import './dynamic-slimmer-90b8af32.js';
|