@globalpayments/vega 2.48.0 → 2.49.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-22798708.js → app-globals-e17dedba.js} +2 -2
- package/dist/cjs/{content-state-54d94562.js → content-state-6a48bcb5.js} +20 -1
- package/dist/cjs/{design-token-1abb655a.js → design-token-6e2c52f1.js} +1 -1
- package/dist/cjs/{element-appender-slimmer-2d4c8c18.js → element-appender-slimmer-9fb99abd.js} +1 -1
- package/dist/cjs/{image-annotation-action-b78404b8.js → image-annotation-action-9c2b9c8e.js} +1 -1
- package/dist/cjs/index.cjs.js +4 -4
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{public-rules-c4d2df9d.js → public-rules-10ec636d.js} +2 -2
- package/dist/cjs/{responsive-format-facade-38f3763e.js → responsive-format-facade-9be0a851.js} +1 -1
- package/dist/cjs/{rich-text-editor-required-rule-e73f2c4f.js → rich-text-editor-required-rule-5faded94.js} +1 -1
- package/dist/cjs/{style-formatter-ecb4d49c.js → style-formatter-5b95a2a6.js} +1 -1
- package/dist/cjs/vega-accordion.cjs.entry.js +3 -3
- package/dist/cjs/vega-app-header-button.cjs.entry.js +3 -3
- package/dist/cjs/vega-box.cjs.entry.js +4 -4
- package/dist/cjs/vega-button-circle.cjs.entry.js +3 -3
- package/dist/cjs/vega-button.cjs.entry.js +2 -2
- package/dist/cjs/vega-card.cjs.entry.js +3 -3
- package/dist/cjs/vega-carousel.cjs.entry.js +2 -2
- package/dist/cjs/vega-chip.cjs.entry.js +3 -3
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-dialog_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-divider.cjs.entry.js +3 -3
- package/dist/cjs/vega-dropdown_5.cjs.entry.js +3 -3
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-flag-icon.cjs.entry.js +3 -3
- package/dist/cjs/vega-flex.cjs.entry.js +4 -4
- package/dist/cjs/vega-font.cjs.entry.js +3 -3
- package/dist/cjs/vega-grid.cjs.entry.js +3 -3
- package/dist/cjs/vega-icon.cjs.entry.js +3 -3
- package/dist/cjs/vega-image-uploader.cjs.entry.js +2 -2
- package/dist/cjs/vega-input-select.cjs.entry.js +2 -2
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +3 -3
- package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-pagination.cjs.entry.js +2 -2
- package/dist/cjs/vega-popover_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +9 -3
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +35 -7
- package/dist/cjs/vega-selection-chip_2.cjs.entry.js +2 -2
- package/dist/cjs/vega-sidenav_3.cjs.entry.js +2 -2
- package/dist/cjs/vega-signature-capture.cjs.entry.js +3 -3
- package/dist/cjs/vega-tab-group_2.cjs.entry.js +55 -19
- package/dist/cjs/vega-table_8.cjs.entry.js +2 -2
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +3 -3
- package/dist/cjs/vega-toggle-switch.cjs.entry.js +7 -1
- package/dist/cjs/vega-tooltip_2.cjs.entry.js +3 -3
- package/dist/cjs/vega.cjs.js +3 -3
- package/dist/collection/components/vega-rich-text-content/vega-rich-text-content.css +3 -0
- package/dist/collection/components/vega-rich-text-editor/dto/annotations/text-style-annotation.js +9 -0
- package/dist/collection/components/vega-rich-text-editor/dto/blocks/text-block.js +11 -1
- package/dist/collection/components/vega-rich-text-editor/dto/renderers/blocks/text-block-renderer.js +6 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/block-to-rte-block-strategy.abstract.js +13 -3
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/continue-inline-to-rte-text-block-strategy.js +3 -0
- package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/inline-block-to-rte-text-block-strategy.js +16 -1
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/controllers/vega-tab-group-pages-controller.js +22 -12
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-renderer.js +6 -2
- package/dist/collection/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.js +20 -4
- package/dist/collection/components/vega-tab-group/vega-tab-group.css +16 -0
- package/dist/collection/components/vega-tab-group/vega-tab-group.js +32 -0
- package/dist/collection/components/vega-toggle-switch/vega-toggle-switch.js +8 -2
- package/dist/esm/{app-globals-1bb57f5e.js → app-globals-b7b43a4e.js} +2 -2
- package/dist/esm/{content-state-6dba6625.js → content-state-dbc9f635.js} +20 -1
- package/dist/esm/{design-token-070b7326.js → design-token-e263e6a2.js} +1 -1
- package/dist/esm/{element-appender-slimmer-d196dd21.js → element-appender-slimmer-55d63b1f.js} +1 -1
- package/dist/esm/{image-annotation-action-0b661259.js → image-annotation-action-1aa938ab.js} +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{public-rules-f9aaa527.js → public-rules-5cf6aa95.js} +2 -2
- package/dist/esm/{responsive-format-facade-dfed6d94.js → responsive-format-facade-bc2f8ad3.js} +1 -1
- package/dist/esm/{rich-text-editor-required-rule-42b796eb.js → rich-text-editor-required-rule-6a7cd3ee.js} +1 -1
- package/dist/esm/{style-formatter-788dbacf.js → style-formatter-0f221459.js} +1 -1
- package/dist/esm/vega-accordion.entry.js +3 -3
- package/dist/esm/vega-app-header-button.entry.js +3 -3
- package/dist/esm/vega-box.entry.js +4 -4
- package/dist/esm/vega-button-circle.entry.js +3 -3
- package/dist/esm/vega-button.entry.js +2 -2
- package/dist/esm/vega-card.entry.js +3 -3
- package/dist/esm/vega-carousel.entry.js +2 -2
- package/dist/esm/vega-chip.entry.js +3 -3
- package/dist/esm/vega-date-picker_2.entry.js +3 -3
- package/dist/esm/vega-dialog_2.entry.js +3 -3
- package/dist/esm/vega-divider.entry.js +3 -3
- package/dist/esm/vega-dropdown_5.entry.js +3 -3
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-flag-icon.entry.js +3 -3
- package/dist/esm/vega-flex.entry.js +4 -4
- package/dist/esm/vega-font.entry.js +3 -3
- package/dist/esm/vega-grid.entry.js +3 -3
- package/dist/esm/vega-icon.entry.js +3 -3
- package/dist/esm/vega-image-uploader.entry.js +2 -2
- package/dist/esm/vega-input-select.entry.js +2 -2
- package/dist/esm/vega-left-nav_5.entry.js +3 -3
- package/dist/esm/vega-loader-wrapper_2.entry.js +2 -2
- package/dist/esm/vega-pagination.entry.js +2 -2
- package/dist/esm/vega-popover_2.entry.js +3 -3
- package/dist/esm/vega-rich-text-content.entry.js +9 -3
- package/dist/esm/vega-rich-text-editor_4.entry.js +35 -7
- package/dist/esm/vega-selection-chip_2.entry.js +2 -2
- package/dist/esm/vega-sidenav_3.entry.js +2 -2
- package/dist/esm/vega-signature-capture.entry.js +3 -3
- package/dist/esm/vega-tab-group_2.entry.js +55 -19
- package/dist/esm/vega-table_8.entry.js +2 -2
- package/dist/esm/vega-time-picker_2.entry.js +3 -3
- package/dist/esm/vega-toggle-switch.entry.js +7 -1
- package/dist/esm/vega-tooltip_2.entry.js +3 -3
- package/dist/esm/vega.js +3 -3
- package/dist/types/components/vega-rich-text-editor/interface.d.ts +7 -1
- package/dist/types/components/vega-rich-text-editor/slimmers/controllers/helper/element-to-dto-strategy/block-to-rte-block-strategy.abstract.d.ts +1 -0
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/controllers/vega-tab-group-pages-controller.d.ts +1 -0
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-renderer.d.ts +1 -0
- package/dist/types/components/vega-tab-group/slimmers/vega-tab-group/renderers/vega-tab-group-tab-list-renderer.d.ts +3 -0
- package/dist/types/components/vega-tab-group/types.d.ts +2 -0
- package/dist/types/components/vega-tab-group/vega-tab-group.d.ts +7 -1
- package/dist/types/components/vega-toggle-switch/vega-toggle-switch.d.ts +1 -0
- package/dist/types/components.d.ts +13 -3
- package/dist/types/types/components.type.d.ts +1 -1
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-84298e28.entry.js → p-01fd343e.entry.js} +1 -1
- package/dist/vega/{p-db4112af.js → p-1abe125f.js} +1 -1
- package/dist/vega/{p-e8f16f1d.entry.js → p-2565cb0c.entry.js} +1 -1
- package/dist/vega/{p-b1f9fca8.entry.js → p-26e4221c.entry.js} +1 -1
- package/dist/vega/{p-371cc8e8.entry.js → p-2bd64faf.entry.js} +1 -1
- package/dist/vega/p-2da83c2a.js +1 -0
- package/dist/vega/{p-ed6cc75b.entry.js → p-33ffaa71.entry.js} +1 -1
- package/dist/vega/{p-09f7f841.entry.js → p-34a70d18.entry.js} +1 -1
- package/dist/vega/{p-32c68611.entry.js → p-3aa244d4.entry.js} +1 -1
- package/dist/vega/{p-1b3f492f.entry.js → p-429616af.entry.js} +1 -1
- package/dist/vega/p-44b0a005.js +1 -0
- package/dist/vega/p-4e167a8c.js +1 -0
- package/dist/vega/p-4e76904e.entry.js +1 -0
- package/dist/vega/{p-10f1429e.entry.js → p-52e17867.entry.js} +1 -1
- package/dist/vega/{p-9dba10f7.entry.js → p-57cdacb1.entry.js} +1 -1
- package/dist/vega/{p-2491d18f.entry.js → p-58b8c06b.entry.js} +1 -1
- package/dist/vega/{p-f5b19d4f.entry.js → p-59ccf915.entry.js} +1 -1
- package/dist/vega/p-5cbadf95.entry.js +1 -0
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-07d1c3e1.entry.js → p-63414091.entry.js} +1 -1
- package/dist/vega/{p-7581d242.entry.js → p-6aa569e5.entry.js} +1 -1
- package/dist/vega/{p-0d355793.js → p-6b75fe39.js} +1 -1
- package/dist/vega/{p-32ca74b1.js → p-6d7d923b.js} +1 -1
- package/dist/vega/{p-292b421a.entry.js → p-6ec8a9d8.entry.js} +1 -1
- package/dist/vega/{p-dd33bc71.entry.js → p-84aac4b1.entry.js} +1 -1
- package/dist/vega/{p-75c68f51.js → p-88c9efbb.js} +1 -1
- package/dist/vega/{p-5c3da7ed.entry.js → p-8aec8dac.entry.js} +1 -1
- package/dist/vega/{p-50e80afa.js → p-8afa2115.js} +1 -1
- package/dist/vega/p-96b4c0cc.entry.js +1 -0
- package/dist/vega/{p-c6a3fe8a.entry.js → p-a8b681ed.entry.js} +1 -1
- package/dist/vega/{p-1d0cf3ae.entry.js → p-ac82ca73.entry.js} +1 -1
- package/dist/vega/{p-38fa38dc.entry.js → p-ba6c7f00.entry.js} +1 -1
- package/dist/vega/{p-024cccab.entry.js → p-be40684b.entry.js} +1 -1
- package/dist/vega/{p-6cc32ffa.entry.js → p-c1e1adf9.entry.js} +1 -1
- package/dist/vega/{p-d033ed44.entry.js → p-c96effa5.entry.js} +1 -1
- package/dist/vega/{p-baca6dfc.entry.js → p-ca34443a.entry.js} +1 -1
- package/dist/vega/{p-09c13382.entry.js → p-cb637815.entry.js} +1 -1
- package/dist/vega/{p-575ca599.entry.js → p-ce70a54a.entry.js} +1 -1
- package/dist/vega/{p-48b7f20d.js → p-dbc82247.js} +1 -1
- package/dist/vega/{p-31ec679b.entry.js → p-e29da13d.entry.js} +1 -1
- package/dist/vega/p-e719b1a9.entry.js +1 -0
- package/dist/vega/{p-65a76f19.entry.js → p-fb853d5f.entry.js} +1 -1
- package/dist/vega/{p-2ecae9fe.entry.js → p-fd018044.entry.js} +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/vega/p-5c1eedc5.js +0 -1
- package/dist/vega/p-971f7d3c.entry.js +0 -1
- package/dist/vega/p-b3e1dc86.entry.js +0 -1
- package/dist/vega/p-cc43a4ca.js +0 -1
- package/dist/vega/p-db7a6878.entry.js +0 -1
- package/dist/vega/p-f4d3387c.entry.js +0 -1
- package/dist/vega/p-fba4bae5.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, f as forceUpdate, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
3
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
4
|
-
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
4
|
+
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-e263e6a2.js';
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
6
6
|
import { c as MapToComponentField, V as VegaSlimmer, M as MapToComponentMethod, L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
7
7
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
@@ -37,7 +37,7 @@ import './index-44c794b4.js';
|
|
|
37
37
|
import './icon-manager-638dd4d4.js';
|
|
38
38
|
import './wait-for-vega-handler-b18eb955.js';
|
|
39
39
|
import './translation-cf7f020a.js';
|
|
40
|
-
import './content-state-
|
|
40
|
+
import './content-state-dbc9f635.js';
|
|
41
41
|
import './vega-internal-event-id-85ad403f.js';
|
|
42
42
|
|
|
43
43
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
|
-
import { j as formatAndValidStateToken, f as formatAndValidResponsiveToken, k as formatAndValidBorderStyle } from './design-token-
|
|
3
|
+
import { j as formatAndValidStateToken, f as formatAndValidResponsiveToken, k as formatAndValidBorderStyle } from './design-token-e263e6a2.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
5
5
|
import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
6
6
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
7
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
7
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.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-0f221459.js';
|
|
10
10
|
import './type-guard-158f6d7a.js';
|
|
11
11
|
import './breakpoints-d9faf11c.js';
|
|
12
12
|
import './ui-8424715a.js';
|
|
@@ -32,7 +32,7 @@ import './index-44c794b4.js';
|
|
|
32
32
|
import './icon-manager-638dd4d4.js';
|
|
33
33
|
import './wait-for-vega-handler-b18eb955.js';
|
|
34
34
|
import './translation-cf7f020a.js';
|
|
35
|
-
import './content-state-
|
|
35
|
+
import './content-state-dbc9f635.js';
|
|
36
36
|
import './vega-internal-event-id-85ad403f.js';
|
|
37
37
|
|
|
38
38
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
|
-
import { i as formatAndValidTextColor } from './design-token-
|
|
3
|
+
import { i as formatAndValidTextColor } from './design-token-e263e6a2.js';
|
|
4
4
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
5
5
|
import { F as FORM_SUBMIT, a as FORM_RESET } from './static-subject-title-ca83d6b6.js';
|
|
6
6
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -13,7 +13,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
13
13
|
import './ui-8424715a.js';
|
|
14
14
|
import './regex-dfe11abf.js';
|
|
15
15
|
import './typography-396de03f.js';
|
|
16
|
-
import './responsive-format-facade-
|
|
16
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
17
17
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
18
18
|
import './number-4398f2e1.js';
|
|
19
19
|
import './pixel-f32c07ce.js';
|
|
@@ -32,7 +32,7 @@ import './index-44c794b4.js';
|
|
|
32
32
|
import './icon-manager-638dd4d4.js';
|
|
33
33
|
import './wait-for-vega-handler-b18eb955.js';
|
|
34
34
|
import './translation-cf7f020a.js';
|
|
35
|
-
import './content-state-
|
|
35
|
+
import './content-state-dbc9f635.js';
|
|
36
36
|
import './vega-internal-event-id-85ad403f.js';
|
|
37
37
|
import './state-background-color-formatter-121ae7d3.js';
|
|
38
38
|
import './dom-node-subject-observer-factory-715dccf9.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as createEvent, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
3
3
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
4
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
4
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
5
5
|
import { F as FORM_SUBMIT, a as FORM_RESET } from './static-subject-title-ca83d6b6.js';
|
|
6
6
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
7
7
|
import { c as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -31,7 +31,7 @@ import './index-44c794b4.js';
|
|
|
31
31
|
import './icon-manager-638dd4d4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
33
|
import './translation-cf7f020a.js';
|
|
34
|
-
import './content-state-
|
|
34
|
+
import './content-state-dbc9f635.js';
|
|
35
35
|
import './vega-internal-event-id-85ad403f.js';
|
|
36
36
|
import './dom-node-subject-observer-factory-715dccf9.js';
|
|
37
37
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
|
-
import { b as formatAndValidShadow, f as formatAndValidResponsiveToken, d as formatAndValidBackgroundColor } from './design-token-
|
|
3
|
+
import { b as formatAndValidShadow, f as formatAndValidResponsiveToken, d as formatAndValidBackgroundColor } from './design-token-e263e6a2.js';
|
|
4
4
|
import { L as LogUtility, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
5
5
|
import { f as findParent, a as arrayToClassString } from './ui-ed1283bb.js';
|
|
6
6
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.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-bc2f8ad3.js';
|
|
13
13
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import './number-4398f2e1.js';
|
|
15
15
|
import './pixel-f32c07ce.js';
|
|
@@ -30,7 +30,7 @@ import './index-44c794b4.js';
|
|
|
30
30
|
import './icon-manager-638dd4d4.js';
|
|
31
31
|
import './wait-for-vega-handler-b18eb955.js';
|
|
32
32
|
import './translation-cf7f020a.js';
|
|
33
|
-
import './content-state-
|
|
33
|
+
import './content-state-dbc9f635.js';
|
|
34
34
|
import './vega-internal-event-id-85ad403f.js';
|
|
35
35
|
import './state-background-color-formatter-121ae7d3.js';
|
|
36
36
|
|
|
@@ -3,7 +3,7 @@ import { S as SynchronizeTaskQueue } from './synchronize-task-queue-ac8acc3b.js'
|
|
|
3
3
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
4
4
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
5
5
|
import { r as reflow, e as executeAfterTransition } from './effect-8efd2c3c.js';
|
|
6
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
6
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
7
7
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
8
8
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
9
9
|
import { P as PageResizeObserverSlimmer } from './page-resize-observer-slimmer-15a84d26.js';
|
|
@@ -34,7 +34,7 @@ import './index-44c794b4.js';
|
|
|
34
34
|
import './icon-manager-638dd4d4.js';
|
|
35
35
|
import './wait-for-vega-handler-b18eb955.js';
|
|
36
36
|
import './translation-cf7f020a.js';
|
|
37
|
-
import './content-state-
|
|
37
|
+
import './content-state-dbc9f635.js';
|
|
38
38
|
import './vega-internal-event-id-85ad403f.js';
|
|
39
39
|
import './dom-node-subject-observer-factory-715dccf9.js';
|
|
40
40
|
import './object-261e7344.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as registerInstance, c as createEvent, h, H as Host, F as Fragment, g as getElement } from './index-187f71d1.js';
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
3
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
4
4
|
import { a as arrayToClassString } from './ui-ed1283bb.js';
|
|
5
|
-
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-
|
|
5
|
+
import { d as formatAndValidBackgroundColor, i as formatAndValidTextColor } from './design-token-e263e6a2.js';
|
|
6
6
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
7
7
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
8
8
|
import { I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
@@ -33,7 +33,7 @@ import './index-44c794b4.js';
|
|
|
33
33
|
import './icon-manager-638dd4d4.js';
|
|
34
34
|
import './wait-for-vega-handler-b18eb955.js';
|
|
35
35
|
import './translation-cf7f020a.js';
|
|
36
|
-
import './content-state-
|
|
36
|
+
import './content-state-dbc9f635.js';
|
|
37
37
|
import './vega-internal-event-id-85ad403f.js';
|
|
38
38
|
import './state-background-color-formatter-121ae7d3.js';
|
|
39
39
|
import './dom-node-subject-observer-factory-715dccf9.js';
|
|
@@ -17,13 +17,13 @@ import { I as InternalVegaZIndexManager } from './vega-skeleton-loader-controlle
|
|
|
17
17
|
import { b as FORM_ELEMENT_VALUE_CHANGE } from './static-subject-title-ca83d6b6.js';
|
|
18
18
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
19
19
|
import { a as StringInputFormatterSlimmer, b as StringMaskStrategy } from './string-input-formatter-slimmer-c61f82d6.js';
|
|
20
|
-
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-
|
|
20
|
+
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-55d63b1f.js';
|
|
21
21
|
import './vega-env-manager-8f8dc473.js';
|
|
22
22
|
import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
23
23
|
import './icon-manager-638dd4d4.js';
|
|
24
24
|
import './wait-for-vega-handler-b18eb955.js';
|
|
25
25
|
import './translation-cf7f020a.js';
|
|
26
|
-
import './content-state-
|
|
26
|
+
import './content-state-dbc9f635.js';
|
|
27
27
|
import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-42bf9773.js';
|
|
28
28
|
import { C as ComponentLoadRequired } from './component-load-required-db42032a.js';
|
|
29
29
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-b7d511f6.js';
|
|
@@ -48,7 +48,7 @@ import './type-guard-158f6d7a.js';
|
|
|
48
48
|
import './regex-dfe11abf.js';
|
|
49
49
|
import './typography-396de03f.js';
|
|
50
50
|
import './index-4aa167d6.js';
|
|
51
|
-
import './responsive-format-facade-
|
|
51
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
52
52
|
import './pixel-f32c07ce.js';
|
|
53
53
|
import './index-44c794b4.js';
|
|
54
54
|
import './keyboard-manager-262be5ce.js';
|
|
@@ -9,9 +9,9 @@ import './icon-manager-638dd4d4.js';
|
|
|
9
9
|
import './wait-for-vega-handler-b18eb955.js';
|
|
10
10
|
import { g as getDeviceType, D as DeviceType, f as findParent } from './ui-ed1283bb.js';
|
|
11
11
|
import './translation-cf7f020a.js';
|
|
12
|
-
import './content-state-
|
|
12
|
+
import './content-state-dbc9f635.js';
|
|
13
13
|
import './state-background-color-formatter-121ae7d3.js';
|
|
14
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
14
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e263e6a2.js';
|
|
15
15
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
16
16
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-715dccf9.js';
|
|
17
17
|
import { c as VegaClose, a as VegaClick, G as VegaOpen } from './dom-node-subject-factory-f77cf9cc.js';
|
|
@@ -20,7 +20,7 @@ import { C as ChildNodesEventPreventSlimmer } from './child-nodes-event-prevent-
|
|
|
20
20
|
import { C as ComponentGlobalStyleSlimmer } from './component-global-style-slimmer-000e0c11.js';
|
|
21
21
|
import { c as createDeprecatedPropertySlimmer } from './deprecated-property-slimmer-32575f02.js';
|
|
22
22
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
23
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
23
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
24
24
|
import { D as DefaultModalSize } from './ui-8424715a.js';
|
|
25
25
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
26
26
|
import { S as SHADOW_ROOT_ELEMENT_SCROLLING } from './static-subject-title-ca83d6b6.js';
|
|
@@ -2,9 +2,9 @@ import { r as registerInstance, h, H as Host, g as getElement } from './index-18
|
|
|
2
2
|
import { s as sanitizeVegaComponent } from './component-cae24190.js';
|
|
3
3
|
import { c as MapToComponentField, V as VegaSlimmer, I as InjectVegaSlimmer } from './global-slimmer-registry-17c4efd4.js';
|
|
4
4
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
5
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
5
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
6
6
|
import { h as Spacing } from './type-guard-158f6d7a.js';
|
|
7
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
7
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e263e6a2.js';
|
|
8
8
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
9
9
|
import './number-4398f2e1.js';
|
|
10
10
|
import './ui-8424715a.js';
|
|
@@ -28,7 +28,7 @@ import './index-44c794b4.js';
|
|
|
28
28
|
import './icon-manager-638dd4d4.js';
|
|
29
29
|
import './wait-for-vega-handler-b18eb955.js';
|
|
30
30
|
import './translation-cf7f020a.js';
|
|
31
|
-
import './content-state-
|
|
31
|
+
import './content-state-dbc9f635.js';
|
|
32
32
|
import './vega-internal-event-id-85ad403f.js';
|
|
33
33
|
import './regex-dfe11abf.js';
|
|
34
34
|
import './typography-396de03f.js';
|
|
@@ -9,7 +9,7 @@ import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0f
|
|
|
9
9
|
import { D as DomNodeSubjectObserverFactory } from './dom-node-subject-observer-factory-715dccf9.js';
|
|
10
10
|
import { f as VegaChange, d as domNodeSubjectFactory, m as VegaDropdownShow, n as VegaDropdownHide, b as VegaDropdownClick, o as VegaReset, k as VegaCreate, p as VegaDropdownSearch, q as VegaSearchTrigger, a as VegaClick } from './dom-node-subject-factory-f77cf9cc.js';
|
|
11
11
|
import { K as KeyboardManagerSlimmer } from './keyboard-manager-slimmer-42bf9773.js';
|
|
12
|
-
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-
|
|
12
|
+
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-55d63b1f.js';
|
|
13
13
|
import { r as remoteInvocationRegistry } from './remote-invocation-registry-d69245c2.js';
|
|
14
14
|
import { o as VegaInternalDropdownUpdateTarget, g as VegaInternalDropdownTemplateItemsChange, n as VegaDropdownSearchInternalOverridden, m as VegaDropdownRenderItemInternalOverridden, i as VegaInternalVirtualScrollToBottom } from './vega-internal-event-id-85ad403f.js';
|
|
15
15
|
import { i as isArrayEqual } from './array-3113609f.js';
|
|
@@ -37,7 +37,7 @@ import './dark-mode-style-controller-2ada8e22.js';
|
|
|
37
37
|
import './_commonjsHelpers-9943807e.js';
|
|
38
38
|
import './internal-vega-event-manager-87dc436c.js';
|
|
39
39
|
import './number-4398f2e1.js';
|
|
40
|
-
import './responsive-format-facade-
|
|
40
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
41
41
|
import './pixel-f32c07ce.js';
|
|
42
42
|
import './vega-env-manager-8f8dc473.js';
|
|
43
43
|
import './feature-flag-controller-690eac1d.js';
|
|
@@ -45,7 +45,7 @@ import './index-44c794b4.js';
|
|
|
45
45
|
import './icon-manager-638dd4d4.js';
|
|
46
46
|
import './wait-for-vega-handler-b18eb955.js';
|
|
47
47
|
import './translation-cf7f020a.js';
|
|
48
|
-
import './content-state-
|
|
48
|
+
import './content-state-dbc9f635.js';
|
|
49
49
|
|
|
50
50
|
var __decorate$t = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
51
51
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -9,9 +9,9 @@ var FrameworkEnum;
|
|
|
9
9
|
/** The VegaEnvManager class manages vega environment parameters. */
|
|
10
10
|
class VegaEnvManager {
|
|
11
11
|
constructor() {
|
|
12
|
-
// The `2.
|
|
12
|
+
// The `2.49.0` will be replaced to a version string when running publish script.
|
|
13
13
|
// eslint-disable-next-line @typescript-eslint/no-magic-numbers
|
|
14
|
-
this.vegaVersion = '2.
|
|
14
|
+
this.vegaVersion = '2.49.0';
|
|
15
15
|
this.framework = FrameworkEnum.VanillaJs;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -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 { V as VegaInternalIconManager } from './internal-icon-manager-58cf8aa6.js';
|
|
6
6
|
import { V as VegaIconManager } from './icon-manager-638dd4d4.js';
|
|
7
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
7
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e263e6a2.js';
|
|
8
8
|
import { h as FLAG_ICON_LOADED } from './static-subject-title-ca83d6b6.js';
|
|
9
9
|
import { O as Observer } from './observer-3959f9dd.js';
|
|
10
10
|
import { C as ChangeManager } from './change-manager-6a7eb88c.js';
|
|
@@ -15,7 +15,7 @@ import './breakpoints-d9faf11c.js';
|
|
|
15
15
|
import './ui-8424715a.js';
|
|
16
16
|
import './regex-dfe11abf.js';
|
|
17
17
|
import './typography-396de03f.js';
|
|
18
|
-
import './responsive-format-facade-
|
|
18
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
19
19
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
20
20
|
import './number-4398f2e1.js';
|
|
21
21
|
import './pixel-f32c07ce.js';
|
|
@@ -31,7 +31,7 @@ import './feature-flag-controller-690eac1d.js';
|
|
|
31
31
|
import './index-44c794b4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
33
|
import './translation-cf7f020a.js';
|
|
34
|
-
import './content-state-
|
|
34
|
+
import './content-state-dbc9f635.js';
|
|
35
35
|
import './vega-internal-event-id-85ad403f.js';
|
|
36
36
|
import './state-background-color-formatter-121ae7d3.js';
|
|
37
37
|
|
|
@@ -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-e263e6a2.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-0f221459.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-bc2f8ad3.js';
|
|
18
18
|
import './number-4398f2e1.js';
|
|
19
19
|
import './pixel-f32c07ce.js';
|
|
20
20
|
import './array-3113609f.js';
|
|
@@ -31,7 +31,7 @@ import './dom-node-subject-factory-f77cf9cc.js';
|
|
|
31
31
|
import './icon-manager-638dd4d4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
33
|
import './translation-cf7f020a.js';
|
|
34
|
-
import './content-state-
|
|
34
|
+
import './content-state-dbc9f635.js';
|
|
35
35
|
import './vega-internal-event-id-85ad403f.js';
|
|
36
36
|
import './state-background-color-formatter-121ae7d3.js';
|
|
37
37
|
|
|
@@ -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-bc2f8ad3.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-e263e6a2.js';
|
|
11
11
|
import './ui-8424715a.js';
|
|
12
12
|
import './breakpoints-d9faf11c.js';
|
|
13
13
|
import './type-guard-158f6d7a.js';
|
|
@@ -32,7 +32,7 @@ import './index-44c794b4.js';
|
|
|
32
32
|
import './icon-manager-638dd4d4.js';
|
|
33
33
|
import './wait-for-vega-handler-b18eb955.js';
|
|
34
34
|
import './translation-cf7f020a.js';
|
|
35
|
-
import './content-state-
|
|
35
|
+
import './content-state-dbc9f635.js';
|
|
36
36
|
import './vega-internal-event-id-85ad403f.js';
|
|
37
37
|
import './state-background-color-formatter-121ae7d3.js';
|
|
38
38
|
|
|
@@ -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-e263e6a2.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-bc2f8ad3.js';
|
|
13
13
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import './number-4398f2e1.js';
|
|
15
15
|
import './pixel-f32c07ce.js';
|
|
@@ -30,7 +30,7 @@ import './index-44c794b4.js';
|
|
|
30
30
|
import './icon-manager-638dd4d4.js';
|
|
31
31
|
import './wait-for-vega-handler-b18eb955.js';
|
|
32
32
|
import './translation-cf7f020a.js';
|
|
33
|
-
import './content-state-
|
|
33
|
+
import './content-state-dbc9f635.js';
|
|
34
34
|
import './vega-internal-event-id-85ad403f.js';
|
|
35
35
|
import './state-background-color-formatter-121ae7d3.js';
|
|
36
36
|
|
|
@@ -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-e263e6a2.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-bc2f8ad3.js';
|
|
15
15
|
import './page-resize-observer-slimmer-15a84d26.js';
|
|
16
16
|
import './number-4398f2e1.js';
|
|
17
17
|
import './pixel-f32c07ce.js';
|
|
@@ -31,7 +31,7 @@ import './feature-flag-controller-690eac1d.js';
|
|
|
31
31
|
import './index-44c794b4.js';
|
|
32
32
|
import './wait-for-vega-handler-b18eb955.js';
|
|
33
33
|
import './translation-cf7f020a.js';
|
|
34
|
-
import './content-state-
|
|
34
|
+
import './content-state-dbc9f635.js';
|
|
35
35
|
import './vega-internal-event-id-85ad403f.js';
|
|
36
36
|
import './state-background-color-formatter-121ae7d3.js';
|
|
37
37
|
|
|
@@ -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-bc2f8ad3.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-715dccf9.js';
|
|
@@ -37,7 +37,7 @@ import './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
|
37
37
|
import './dynamic-slimmer-90b8af32.js';
|
|
38
38
|
import './wait-for-vega-handler-b18eb955.js';
|
|
39
39
|
import './translation-cf7f020a.js';
|
|
40
|
-
import './content-state-
|
|
40
|
+
import './content-state-dbc9f635.js';
|
|
41
41
|
import './vega-internal-event-id-85ad403f.js';
|
|
42
42
|
import './observer-3959f9dd.js';
|
|
43
43
|
import './internal-vega-event-manager-87dc436c.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-bc2f8ad3.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-715dccf9.js';
|
|
10
10
|
import { m as VegaDropdownShow, n as VegaDropdownHide, b as VegaDropdownClick, p as VegaDropdownSearch, q as VegaSearchTrigger, o as VegaReset, d as domNodeSubjectFactory, f as VegaChange, l as VegaSearch, D as VegaShow, E as VegaHide } from './dom-node-subject-factory-f77cf9cc.js';
|
|
@@ -42,7 +42,7 @@ import './index-44c794b4.js';
|
|
|
42
42
|
import './icon-manager-638dd4d4.js';
|
|
43
43
|
import './wait-for-vega-handler-b18eb955.js';
|
|
44
44
|
import './translation-cf7f020a.js';
|
|
45
|
-
import './content-state-
|
|
45
|
+
import './content-state-dbc9f635.js';
|
|
46
46
|
import './string-be824360.js';
|
|
47
47
|
import './sub-state-observer-slimmer-be7a6ce3.js';
|
|
48
48
|
import './regex-dfe11abf.js';
|
|
@@ -24,7 +24,7 @@ import { S as SubStateObserverSlimmer } from './sub-state-observer-slimmer-be7a6
|
|
|
24
24
|
import { f as findParent } from './ui-ed1283bb.js';
|
|
25
25
|
import { L as LEFT_NAV_LINK_SELECTED_TOPIC } from './static-subject-title-ca83d6b6.js';
|
|
26
26
|
import { c as createDeprecatedPropertySlimmer } from './deprecated-property-slimmer-32575f02.js';
|
|
27
|
-
import { f as formatAndValidResponsiveToken } from './design-token-
|
|
27
|
+
import { f as formatAndValidResponsiveToken } from './design-token-e263e6a2.js';
|
|
28
28
|
import './ui-8424715a.js';
|
|
29
29
|
import './breakpoints-d9faf11c.js';
|
|
30
30
|
import './index-44c794b4.js';
|
|
@@ -38,13 +38,13 @@ import './object-261e7344.js';
|
|
|
38
38
|
import './type-guard-158f6d7a.js';
|
|
39
39
|
import './regex-dfe11abf.js';
|
|
40
40
|
import './typography-396de03f.js';
|
|
41
|
-
import './responsive-format-facade-
|
|
41
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
42
42
|
import './pixel-f32c07ce.js';
|
|
43
43
|
import './array-3113609f.js';
|
|
44
44
|
import './vega-env-manager-8f8dc473.js';
|
|
45
45
|
import './wait-for-vega-handler-b18eb955.js';
|
|
46
46
|
import './translation-cf7f020a.js';
|
|
47
|
-
import './content-state-
|
|
47
|
+
import './content-state-dbc9f635.js';
|
|
48
48
|
import './state-background-color-formatter-121ae7d3.js';
|
|
49
49
|
|
|
50
50
|
var __decorate$n = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -4,7 +4,7 @@ import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlim
|
|
|
4
4
|
import { I as InternalVegaZIndexManager } from './vega-skeleton-loader-controller-c2a8bd27.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-bc2f8ad3.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';
|
|
@@ -29,7 +29,7 @@ import './index-44c794b4.js';
|
|
|
29
29
|
import './icon-manager-638dd4d4.js';
|
|
30
30
|
import './wait-for-vega-handler-b18eb955.js';
|
|
31
31
|
import './translation-cf7f020a.js';
|
|
32
|
-
import './content-state-
|
|
32
|
+
import './content-state-dbc9f635.js';
|
|
33
33
|
import './vega-internal-event-id-85ad403f.js';
|
|
34
34
|
|
|
35
35
|
var __decorate$2 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -9,7 +9,7 @@ import { c as createEventEmitSlimmer } from './event-emit-slimmer-b7d511f6.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
11
|
import { T as TranslationSlimmer } from './translation-slimmer-88966d5c.js';
|
|
12
|
-
import { R as ResponsiveFormatFacade } from './responsive-format-facade-
|
|
12
|
+
import { R as ResponsiveFormatFacade } from './responsive-format-facade-bc2f8ad3.js';
|
|
13
13
|
import { P as PageResizeObserverSlimmer, g as getCurrentBreakpoint } from './page-resize-observer-slimmer-15a84d26.js';
|
|
14
14
|
import { k as VegaInternalPaginationPageSizeChange, l as VegaInternalPaginationCurrentChange } from './vega-internal-event-id-85ad403f.js';
|
|
15
15
|
import './vega-env-manager-8f8dc473.js';
|
|
@@ -18,7 +18,7 @@ import { F as FeatureFlag } from './feature-flag-controller-690eac1d.js';
|
|
|
18
18
|
import './icon-manager-638dd4d4.js';
|
|
19
19
|
import './wait-for-vega-handler-b18eb955.js';
|
|
20
20
|
import './translation-cf7f020a.js';
|
|
21
|
-
import './content-state-
|
|
21
|
+
import './content-state-dbc9f635.js';
|
|
22
22
|
import './change-manager-6a7eb88c.js';
|
|
23
23
|
import './observer-3959f9dd.js';
|
|
24
24
|
import './internal-vega-event-manager-87dc436c.js';
|
|
@@ -5,7 +5,7 @@ import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer,
|
|
|
5
5
|
import { V as VegaComponentUsageRuntimeMetricsSlimmer, I as InjectVegaGlobalSlimmer } from './component-usage-runtime-metrics-385c7124.js';
|
|
6
6
|
import { c as createEventEmitSlimmer } from './event-emit-slimmer-b7d511f6.js';
|
|
7
7
|
import { d as domNodeSubjectFactory, M as VegaPopoverShow, N as VegaPopoverHide } from './dom-node-subject-factory-f77cf9cc.js';
|
|
8
|
-
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-
|
|
8
|
+
import { E as ElementAppenderSlimmer } from './element-appender-slimmer-55d63b1f.js';
|
|
9
9
|
import { r as remoteInvocationRegistry } from './remote-invocation-registry-d69245c2.js';
|
|
10
10
|
import { q as VegaInternalPopoverUpdateTarget } from './vega-internal-event-id-85ad403f.js';
|
|
11
11
|
import './keyboard-manager-262be5ce.js';
|
|
@@ -27,7 +27,7 @@ import './dark-mode-style-controller-2ada8e22.js';
|
|
|
27
27
|
import './static-subject-title-ca83d6b6.js';
|
|
28
28
|
import './_commonjsHelpers-9943807e.js';
|
|
29
29
|
import './number-4398f2e1.js';
|
|
30
|
-
import './responsive-format-facade-
|
|
30
|
+
import './responsive-format-facade-bc2f8ad3.js';
|
|
31
31
|
import './pixel-f32c07ce.js';
|
|
32
32
|
import './array-3113609f.js';
|
|
33
33
|
import './vega-env-manager-8f8dc473.js';
|
|
@@ -36,7 +36,7 @@ import './index-44c794b4.js';
|
|
|
36
36
|
import './icon-manager-638dd4d4.js';
|
|
37
37
|
import './wait-for-vega-handler-b18eb955.js';
|
|
38
38
|
import './translation-cf7f020a.js';
|
|
39
|
-
import './content-state-
|
|
39
|
+
import './content-state-dbc9f635.js';
|
|
40
40
|
|
|
41
41
|
var __decorate$3 = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
42
42
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -3,8 +3,8 @@ import { c as MapToComponentField, M as MapToComponentMethod, V as VegaSlimmer,
|
|
|
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
5
|
import { a as VegaDarkModeStyleController } from './dark-mode-style-controller-2ada8e22.js';
|
|
6
|
-
import { T as TextNodeRenderingRegistry, I as ImageAnnotationAction, a as TextColorToolbarButtonSlimmer } from './image-annotation-action-
|
|
7
|
-
import { s as stateEntityRenderingRegistry, B as BlockAnnotation, N as NodeAnnotation, h as NodeAnnotationTypeEnum, Z as ZERO_WIDTH_SPACE, I as InternalAnnotationTypeEnum, L as LinkAnnotationAction, R as RTETextBlock, i as ImageAnnotation, a as RTEImageBlock, c as RTEListBlock, V as VegaRTEContent } from './content-state-
|
|
6
|
+
import { T as TextNodeRenderingRegistry, I as ImageAnnotationAction, a as TextColorToolbarButtonSlimmer } from './image-annotation-action-1aa938ab.js';
|
|
7
|
+
import { s as stateEntityRenderingRegistry, B as BlockAnnotation, N as NodeAnnotation, h as NodeAnnotationTypeEnum, Z as ZERO_WIDTH_SPACE, I as InternalAnnotationTypeEnum, L as LinkAnnotationAction, R as RTETextBlock, i as ImageAnnotation, a as RTEImageBlock, c as RTEListBlock, V as VegaRTEContent } from './content-state-dbc9f635.js';
|
|
8
8
|
import { i as isNonNullable } from './type-guard-158f6d7a.js';
|
|
9
9
|
import { g as generateUUID } from './create-public-api-runtime-metrics-slimmer-8ada793f.js';
|
|
10
10
|
import { c as createEnterKeyHandlerToTriggerClick } from './accessibility-e5fd0fab.js';
|
|
@@ -228,6 +228,12 @@ class RTETextBlockRenderer extends RTEBlockTextNodesRenderer {
|
|
|
228
228
|
return `h2`;
|
|
229
229
|
case 'heading-3':
|
|
230
230
|
return `h3`;
|
|
231
|
+
case 'heading-4':
|
|
232
|
+
return `h4`;
|
|
233
|
+
case 'heading-5':
|
|
234
|
+
return `h5`;
|
|
235
|
+
case 'heading-6':
|
|
236
|
+
return `h6`;
|
|
231
237
|
case 'paragraph':
|
|
232
238
|
return 'p';
|
|
233
239
|
}
|
|
@@ -436,7 +442,7 @@ __decorate$1([
|
|
|
436
442
|
MapToComponentField({ writable: true })
|
|
437
443
|
], VegaRichTextContentStateController.prototype, "contentEditable", void 0);
|
|
438
444
|
|
|
439
|
-
const vegaRichTextContentCss = ":host{display:flex;flex-direction:column;width:100%}:host .rich-text-content{position:relative;height:100%;outline:2px solid transparent;outline-offset:2px;font-family:\"Inter\", sans-serif;font-weight:500;color:var(--v-rich-text-editor-black, #111128);overflow-wrap:break-word;white-space:pre-wrap}:host .rich-text-content.showPlaceholder::before{position:absolute;content:attr(data-placeholder);font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .rich-text-content h1,:host .rich-text-content h2,:host .rich-text-content h3,:host .rich-text-content p{margin:0}:host .rich-text-content a.v-rte--link{color:rgba(var(--v-text-link, 19, 98, 226, 1));outline:none}:host .rich-text-content a.v-rte--link:visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host .rich-text-content a.v-rte--link:hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host .rich-text-content a.v-rte--link:active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host .rich-text-content a.v-rte--link:focus-visible{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1));outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:3px;border:1px solid rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1));border-radius:8px}:host .rich-text-content .v-rte--underline{text-decoration:underline}:host .rich-text-content .v-rte--strikethrough{text-decoration:line-through}:host .rich-text-content .v-rte--underline.v-rte--strikethrough{text-decoration:underline line-through}:host .rich-text-content .v-rte--horizontal-alignment-right{text-align:right}:host .rich-text-content .v-rte--horizontal-alignment-left{text-align:left}:host .rich-text-content .v-rte--horizontal-alignment-center{text-align:center}:host .rich-text-content .v-rte--horizontal-alignment-justify{text-align:justify}:host .rich-text-content .v-rte--code{font-family:\"Roboto Mono\";white-space:pre-wrap}:host .rich-text-content img{vertical-align:bottom;cursor:pointer}:host .rich-text-content ul{padding-left:8px;margin-left:16px}:host .rich-text-content ol{padding-left:8px;list-style-position:inside}:host .rich-text-content .link-editor-wrapper{position:relative;outline:2px solid transparent;outline-offset:2px}:host .rich-text-content .link-editor-wrapper vega-rich-text-link-editor{position:absolute;bottom:0;left:0;right:0}";
|
|
445
|
+
const vegaRichTextContentCss = ":host{display:flex;flex-direction:column;width:100%}:host .rich-text-content{position:relative;height:100%;outline:2px solid transparent;outline-offset:2px;font-family:\"Inter\", sans-serif;font-weight:500;color:var(--v-rich-text-editor-black, #111128);overflow-wrap:break-word;white-space:pre-wrap}:host .rich-text-content.showPlaceholder::before{position:absolute;content:attr(data-placeholder);font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;color:rgba(var(--v-text-input-placeholder, 176, 180, 181, 1))}@media screen and (min-width: 768px) and (max-width: 1023px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1024px) and (max-width: 1439px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}@media screen and (min-width: 1440px) and (max-width: 9999px){:host .rich-text-content.showPlaceholder::before{font-family:\"Inter\", sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}}:host .rich-text-content h1,:host .rich-text-content h2,:host .rich-text-content h3,:host .rich-text-content h4,:host .rich-text-content h5,:host .rich-text-content h6,:host .rich-text-content p{margin:0}:host .rich-text-content a.v-rte--link{color:rgba(var(--v-text-link, 19, 98, 226, 1));outline:none}:host .rich-text-content a.v-rte--link:visited{color:rgba(var(--v-text-link-visited, 95, 56, 206, 1))}:host .rich-text-content a.v-rte--link:hover{color:rgba(var(--v-text-link-hover, 4, 112, 236, 1))}:host .rich-text-content a.v-rte--link:active{color:rgba(var(--v-text-link-active, 29, 65, 195, 1))}:host .rich-text-content a.v-rte--link:focus-visible{color:rgba(var(--v-text-link-focus, 4, 112, 236, 1));outline:2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));outline-offset:3px;border:1px solid rgba(var(--v-border-color-input-field-focus, 19, 98, 226, 1));border-radius:8px}:host .rich-text-content .v-rte--underline{text-decoration:underline}:host .rich-text-content .v-rte--strikethrough{text-decoration:line-through}:host .rich-text-content .v-rte--underline.v-rte--strikethrough{text-decoration:underline line-through}:host .rich-text-content .v-rte--horizontal-alignment-right{text-align:right}:host .rich-text-content .v-rte--horizontal-alignment-left{text-align:left}:host .rich-text-content .v-rte--horizontal-alignment-center{text-align:center}:host .rich-text-content .v-rte--horizontal-alignment-justify{text-align:justify}:host .rich-text-content .v-rte--code{font-family:\"Roboto Mono\";white-space:pre-wrap}:host .rich-text-content img{vertical-align:bottom;cursor:pointer}:host .rich-text-content ul{padding-left:8px;margin-left:16px}:host .rich-text-content ol{padding-left:8px;list-style-position:inside}:host .rich-text-content .link-editor-wrapper{position:relative;outline:2px solid transparent;outline-offset:2px}:host .rich-text-content .link-editor-wrapper vega-rich-text-link-editor{position:absolute;bottom:0;left:0;right:0}";
|
|
440
446
|
|
|
441
447
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
442
448
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|