@heartlandone/vega 2.85.0 → 2.86.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-54327b0a.js → app-globals-3080f55a.js} +5 -5
- package/dist/cjs/{code-block-6da521e6.js → code-block-c6c70464.js} +6 -0
- package/dist/cjs/{component-value-history-controller-slimmer.abstract-f3f35f94.js → component-value-history-controller-slimmer.abstract-a523b747.js} +2 -2
- package/dist/cjs/{content-state-89fafb3b.js → content-state-efd3b1a7.js} +1 -1
- package/dist/cjs/{image-annotation-action-025389a7.js → image-annotation-action-93bace08.js} +2 -2
- package/dist/cjs/index.cjs.js +6 -6
- package/dist/cjs/loader.cjs.js +6 -6
- package/dist/cjs/{public-rules-fc52d624.js → public-rules-3cd0f182.js} +3 -3
- package/dist/cjs/{range-93cc8ab1.js → range-c9bde0b4.js} +1 -1
- package/dist/cjs/{rich-text-editor-required-rule-fd3711fb.js → rich-text-editor-required-rule-d1f0509c.js} +1 -1
- package/dist/cjs/{split-cell-operation-532fb9f0.js → split-cell-operation-6a59c9b0.js} +2 -2
- package/dist/cjs/{token-extension-4f6ed976.js → token-extension-d7d2ead6.js} +19 -6
- package/dist/cjs/vega-calendar_4.cjs.entry.js +4 -3
- package/dist/cjs/vega-code-block.cjs.entry.js +3 -3
- package/dist/cjs/vega-date-picker_2.cjs.entry.js +13 -1
- package/dist/cjs/vega-dialog_2.cjs.entry.js +1 -1
- package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
- package/dist/cjs/vega-input-phone-number.cjs.entry.js +11 -1
- package/dist/cjs/vega-left-nav_5.cjs.entry.js +12 -10
- package/dist/cjs/vega-rich-text-content.cjs.entry.js +3 -3
- package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +6 -6
- package/dist/cjs/vega-rich-text-table-properties_3.cjs.entry.js +3 -3
- package/dist/cjs/vega-selection-tile_2.cjs.entry.js +157 -24
- package/dist/cjs/vega-time-picker_2.cjs.entry.js +5 -11
- package/dist/cjs/vega.cjs.js +6 -6
- package/dist/collection/components/vega-calendar/slimmers/day-view/renderers/vega-calendar-view-with-time-renderer.js +2 -2
- package/dist/collection/components/vega-calendar/slimmers/month-view/renderers/vega-calendar-month-view-renderer.js +2 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.js +3 -0
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.css +17 -1
- package/dist/collection/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.js +31 -1
- package/dist/collection/components/vega-input-phone-number/vega-input-phone-number.js +10 -0
- package/dist/collection/components/vega-modal/slimmers/renderers/vega-modal-renderer.js +1 -1
- package/dist/collection/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-backdrop-controller.js +10 -8
- package/dist/collection/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-zindex-controller.js +2 -2
- package/dist/collection/components/vega-rich-text-editor/dto/nodes/text-node.js +6 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/base-toolbar-button-renderer.js +8 -2
- package/dist/collection/components/vega-rich-text-editor/extensions/functions/renderers/function-toolbar-button-renderer.js +1 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/languages/language-toolbar-button-renderer.js +1 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/table/table-toolbar-button-renderer.js +1 -0
- package/dist/collection/components/vega-rich-text-editor/extensions/tokens/token-toolbar-button-renderer.js +5 -1
- package/dist/collection/components/vega-selection-tile/slimmers/renderers/vega-selection-tile-renderer.js +71 -10
- package/dist/collection/components/vega-selection-tile/vega-selection-tile-group/slimmers/renderers/vega-selection-tile-group-renderer.js +39 -11
- package/dist/collection/components/vega-selection-tile/vega-selection-tile-group/vega-selection-tile-group.css +1 -3
- package/dist/collection/components/vega-selection-tile/vega-selection-tile.css +23 -18
- package/dist/collection/components/vega-selection-tile/vega-selection-tile.js +45 -1
- package/dist/collection/components/vega-time-picker/vega-time-picker.js +6 -12
- package/dist/esm/{app-globals-b1999c09.js → app-globals-37536ac9.js} +5 -5
- package/dist/esm/{code-block-e43c8120.js → code-block-10be3916.js} +6 -0
- package/dist/esm/{component-value-history-controller-slimmer.abstract-60c1910e.js → component-value-history-controller-slimmer.abstract-82d51b7a.js} +2 -2
- package/dist/esm/{content-state-d363f2ca.js → content-state-afeb700d.js} +1 -1
- package/dist/esm/{image-annotation-action-008ca25b.js → image-annotation-action-bad7c565.js} +2 -2
- package/dist/esm/index.js +6 -6
- package/dist/esm/loader.js +6 -6
- package/dist/esm/{public-rules-1561e357.js → public-rules-f54e6f39.js} +3 -3
- package/dist/esm/{range-784d5ec8.js → range-f32f9185.js} +1 -1
- package/dist/esm/{rich-text-editor-required-rule-8768bc8d.js → rich-text-editor-required-rule-627fd7e4.js} +1 -1
- package/dist/esm/{split-cell-operation-35ce149b.js → split-cell-operation-90c30861.js} +2 -2
- package/dist/esm/{token-extension-23b5ab65.js → token-extension-728c0678.js} +19 -6
- package/dist/esm/vega-calendar_4.entry.js +4 -3
- package/dist/esm/vega-code-block.entry.js +3 -3
- package/dist/esm/vega-date-picker_2.entry.js +13 -1
- package/dist/esm/vega-dialog_2.entry.js +1 -1
- package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
- package/dist/esm/vega-input-phone-number.entry.js +11 -1
- package/dist/esm/vega-left-nav_5.entry.js +12 -10
- package/dist/esm/vega-rich-text-content.entry.js +3 -3
- package/dist/esm/vega-rich-text-editor_4.entry.js +6 -6
- package/dist/esm/vega-rich-text-table-properties_3.entry.js +3 -3
- package/dist/esm/vega-selection-tile_2.entry.js +157 -24
- package/dist/esm/vega-time-picker_2.entry.js +5 -11
- package/dist/esm/vega.js +6 -6
- package/dist/sri/vega-sri-manifest.json +78 -78
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/slimmers/renderers/vega-date-picker-month-item-renderer.d.ts +1 -0
- package/dist/types/components/vega-date-picker/vega-date-picker-calendar/vega-date-picker-calendar.d.ts +8 -0
- package/dist/types/components/vega-input-phone-number/vega-input-phone-number.d.ts +2 -0
- package/dist/types/components/vega-nav/vega-left-nav/slimmers/controllers/vega-left-nav-backdrop-controller.d.ts +2 -1
- package/dist/types/components/vega-rich-text-editor/extensions/base-toolbar-button-renderer.d.ts +2 -0
- package/dist/types/components/vega-rich-text-editor/interface.d.ts +5 -0
- package/dist/types/components/vega-selection-tile/slimmers/renderers/vega-selection-tile-renderer.d.ts +12 -0
- package/dist/types/components/vega-selection-tile/vega-selection-tile-group/slimmers/renderers/vega-selection-tile-group-renderer.d.ts +0 -1
- package/dist/types/components/vega-selection-tile/vega-selection-tile.d.ts +2 -0
- package/dist/types/components/vega-time-picker/vega-time-picker.d.ts +5 -11
- package/dist/types/components.d.ts +14 -4
- package/dist/types/types/public-api.d.ts +1 -0
- package/dist/vega/index.esm.js +1 -1
- package/dist/vega/{p-2ae5acfc.entry.js → p-268e84e0.entry.js} +1 -1
- package/dist/vega/p-2edc066c.entry.js +1 -0
- package/dist/vega/{p-386895e9.js → p-33234385.js} +1 -1
- package/dist/vega/{p-487ecdb0.entry.js → p-3d0ba2c6.entry.js} +1 -1
- package/dist/vega/{p-c15a58b5.entry.js → p-4c90d013.entry.js} +1 -1
- package/dist/vega/p-5087fa1e.entry.js +1 -0
- package/dist/vega/{p-1d30cab2.js → p-51b2b3de.js} +1 -1
- package/dist/vega/p-5f377954.js +1 -1
- package/dist/vega/{p-a07c5dae.js → p-6817b9bd.js} +1 -1
- package/dist/vega/{p-fcb0d4d8.js → p-7730bace.js} +1 -1
- package/dist/vega/p-818da356.js +1 -0
- package/dist/vega/{p-fb05335d.js → p-84eb3b9c.js} +1 -1
- package/dist/vega/{p-77300901.js → p-93afdfc3.js} +1 -1
- package/dist/vega/p-a9f34735.entry.js +1 -0
- package/dist/vega/{p-c2e1f33d.entry.js → p-aaf44879.entry.js} +1 -1
- package/dist/vega/p-af00e6e2.entry.js +1 -0
- package/dist/vega/p-ce61d23f.entry.js +1 -0
- package/dist/vega/p-d4e519a0.js +1 -0
- package/dist/vega/{p-fcce494e.js → p-e1709e59.js} +1 -1
- package/dist/vega/{p-77754d62.entry.js → p-e95cb28f.entry.js} +1 -1
- package/dist/vega/{p-5904616e.js → p-f5f5a0d9.js} +1 -1
- package/dist/vega/vega.esm.js +1 -1
- package/package.json +1 -1
- package/dist/vega/p-56c1a8ac.entry.js +0 -1
- package/dist/vega/p-64b566be.entry.js +0 -1
- package/dist/vega/p-887b3e2d.entry.js +0 -1
- package/dist/vega/p-9763fbbe.entry.js +0 -1
- package/dist/vega/p-bceee942.entry.js +0 -1
- package/dist/vega/p-c74060a7.js +0 -1
- package/dist/vega/p-f54fb4e5.js +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-22T07:19:12.511Z",
|
|
3
3
|
"baseUrl": "/vega/",
|
|
4
4
|
"files": {
|
|
5
5
|
"index.esm.js": {
|
|
6
|
-
"integrity": "sha384
|
|
6
|
+
"integrity": "sha384-Lu5bjVWWXH0IlPvpoNrlItMCEsl4ExL1ZoqdLPwFifrdbs07dRm4+E005tKE5Gxu",
|
|
7
7
|
"url": "/vega/index.esm.js"
|
|
8
8
|
},
|
|
9
9
|
"p-02841589.js": {
|
|
@@ -66,10 +66,6 @@
|
|
|
66
66
|
"integrity": "sha384-cHF9I+aukKzq/2oqEjW4FTPvhqHHhv3GjXs2Y8vUTuixVEjxOtEE+M77iGMty1cQ",
|
|
67
67
|
"url": "/vega/p-1bc5b3bc.js"
|
|
68
68
|
},
|
|
69
|
-
"p-1d30cab2.js": {
|
|
70
|
-
"integrity": "sha384-iL/XohXilJB04VkbYIZxoIiWhWRTO5/mramXHyYbN+YYfuAaoF3GhgLgLYzVK6al",
|
|
71
|
-
"url": "/vega/p-1d30cab2.js"
|
|
72
|
-
},
|
|
73
69
|
"p-1deedff2.entry.js": {
|
|
74
70
|
"integrity": "sha384-mIEXnTpDxpU6W5H13dKbtUtZwIxS7WAsTYIwbkAzcbf3GCXFqo+niGiNbRiY2tTa",
|
|
75
71
|
"url": "/vega/p-1deedff2.entry.js"
|
|
@@ -98,6 +94,10 @@
|
|
|
98
94
|
"integrity": "sha384-BcNLZRrm0FT9GNpyCYkz4a/bN2vFfWqtCbXt2cvTW0SFBHNSZ/ItvCtCso8RKFJ7",
|
|
99
95
|
"url": "/vega/p-264b3309.entry.js"
|
|
100
96
|
},
|
|
97
|
+
"p-268e84e0.entry.js": {
|
|
98
|
+
"integrity": "sha384-UGGOkWA5sDnSwoJv+7F3r2rguq32DTb803Cp+NsG79UTtFvBG0Zx3uOjDqZbMJxi",
|
|
99
|
+
"url": "/vega/p-268e84e0.entry.js"
|
|
100
|
+
},
|
|
101
101
|
"p-272440e8.js": {
|
|
102
102
|
"integrity": "sha384-wA7KXe3HLTXjUurkl97ssa+DpMIdhUxqkTTj0DIoUCAYppEihPwdEIjqmvIrzb4l",
|
|
103
103
|
"url": "/vega/p-272440e8.js"
|
|
@@ -114,10 +114,6 @@
|
|
|
114
114
|
"integrity": "sha384-4b+MBom4fuofNAamJUWMPN946CjM44SNpY7TIMSPXxB4/GBrk+Kozj6xx8R1DMbb",
|
|
115
115
|
"url": "/vega/p-2a9960c9.js"
|
|
116
116
|
},
|
|
117
|
-
"p-2ae5acfc.entry.js": {
|
|
118
|
-
"integrity": "sha384-q71+9SUYAkfA7sIWGDcCDkBa5gs4dh1FOjVtUHXoplff7YvGiEV5cbyMH020aAD0",
|
|
119
|
-
"url": "/vega/p-2ae5acfc.entry.js"
|
|
120
|
-
},
|
|
121
117
|
"p-2bb5a232.js": {
|
|
122
118
|
"integrity": "sha384-iBEXDqgsZ3dfszBg7oayttwZ+Ir0feT+PAGOQe7ET9crtPDcKVTOJktTi3QB+GGn",
|
|
123
119
|
"url": "/vega/p-2bb5a232.js"
|
|
@@ -130,6 +126,10 @@
|
|
|
130
126
|
"integrity": "sha384-HXuEwQoYOjZJTr8LfNe9Xy472o+zHRaG8vBCr7r2akrMRE0LI8uar9VOV3PVWSgR",
|
|
131
127
|
"url": "/vega/p-2d0d575f.js"
|
|
132
128
|
},
|
|
129
|
+
"p-2edc066c.entry.js": {
|
|
130
|
+
"integrity": "sha384-VhPJ1/ZvxPhdgIEHPOddYBI+Qfn4o4gDKqHEB3dFeKDcWul5XTQL/6sncUXyQ8XQ",
|
|
131
|
+
"url": "/vega/p-2edc066c.entry.js"
|
|
132
|
+
},
|
|
133
133
|
"p-2fb26f4f.entry.js": {
|
|
134
134
|
"integrity": "sha384-jHHlw402hzbqVKvImM0VCTnKYAXNIoRYGOKyxwmS2WfGJjwIFrewJ4V5y+5nL1FK",
|
|
135
135
|
"url": "/vega/p-2fb26f4f.entry.js"
|
|
@@ -138,6 +138,10 @@
|
|
|
138
138
|
"integrity": "sha384-G4ssRSTRD0wpbkqL/bZZRfS17NnLUpDw5m/Squ3FZcKgx2fjsJpfXleuQ/H4wgjB",
|
|
139
139
|
"url": "/vega/p-331a62d5.js"
|
|
140
140
|
},
|
|
141
|
+
"p-33234385.js": {
|
|
142
|
+
"integrity": "sha384-7HOYiRL/3eWRFfkK9QCtEGt7Icd04fVa3WsRRITBEP9rDeuxtULIO66/RHpOT3OJ",
|
|
143
|
+
"url": "/vega/p-33234385.js"
|
|
144
|
+
},
|
|
141
145
|
"p-34964a53.js": {
|
|
142
146
|
"integrity": "sha384-q+d2KvjvgttwuEmTwy0m6MHVKBawuroeq6MO4khOtmmyZxz8jm5bUqmirt+yIKwM",
|
|
143
147
|
"url": "/vega/p-34964a53.js"
|
|
@@ -150,10 +154,6 @@
|
|
|
150
154
|
"integrity": "sha384-DLM2Xs/7XUz67/+eEwhNh4HS+jl/4DI+zxnHTFx4SpgcUI+NH1dcr00Vc1xxKzH4",
|
|
151
155
|
"url": "/vega/p-35d77c9c.entry.js"
|
|
152
156
|
},
|
|
153
|
-
"p-386895e9.js": {
|
|
154
|
-
"integrity": "sha384-5NZYbjLy1Vo8QZxsWnbV22l6do3AHt3kPu7eh2Rvcmhyc1oE55+Fv9/DP+e5MXbp",
|
|
155
|
-
"url": "/vega/p-386895e9.js"
|
|
156
|
-
},
|
|
157
157
|
"p-3b791b5d.js": {
|
|
158
158
|
"integrity": "sha384-EJOWy6XRr6gAnL9ehlz7pt/Zxr73QGi25bkz4ZIjL5lm2+QzUeMU19iQrRkcjLWb",
|
|
159
159
|
"url": "/vega/p-3b791b5d.js"
|
|
@@ -162,6 +162,10 @@
|
|
|
162
162
|
"integrity": "sha384-pyPykmXYEMUwOCz7CWv+m3l+50ArYkVJFOH9MHRA8rDEHOPF9Za0/UwK6vLgv64f",
|
|
163
163
|
"url": "/vega/p-3c456e91.entry.js"
|
|
164
164
|
},
|
|
165
|
+
"p-3d0ba2c6.entry.js": {
|
|
166
|
+
"integrity": "sha384-ebLupECPKrQfSyt9DT1iGqzMA44ZYbDNiCaUk8nKhlVhlWW4ufoaKVkwXrTelSxh",
|
|
167
|
+
"url": "/vega/p-3d0ba2c6.entry.js"
|
|
168
|
+
},
|
|
165
169
|
"p-3d92d2af.entry.js": {
|
|
166
170
|
"integrity": "sha384-XU//goRjOq6s2lpGvVIbSczzxcMSP5ErmVxcFy1E71grVI/Xc8cTDbqPU+makjSI",
|
|
167
171
|
"url": "/vega/p-3d92d2af.entry.js"
|
|
@@ -198,10 +202,6 @@
|
|
|
198
202
|
"integrity": "sha384-1rwkDBg/M7BW68q8jBmeYU0XHmchzf3OtPcoGwldUTHAEcb7aQoqQx0/wblIqxwm",
|
|
199
203
|
"url": "/vega/p-4866e390.js"
|
|
200
204
|
},
|
|
201
|
-
"p-487ecdb0.entry.js": {
|
|
202
|
-
"integrity": "sha384-Kk6c4216InOChXUex6wk10sMy8CQti9rRr+6uBjnNnkzSTa+7TV0m29A7RtIrtjn",
|
|
203
|
-
"url": "/vega/p-487ecdb0.entry.js"
|
|
204
|
-
},
|
|
205
205
|
"p-48e3be6a.js": {
|
|
206
206
|
"integrity": "sha384-oSBhwI2CCqmYZTHuxfVLhwAd1dci8em5A+6L6G0eWutq1G7tLKdKSVmrDCO/M5q5",
|
|
207
207
|
"url": "/vega/p-48e3be6a.js"
|
|
@@ -214,6 +214,10 @@
|
|
|
214
214
|
"integrity": "sha384-uipIl2UZk9+RtK3I/8ec5wW3ZJHkrlVKr3RUPUVO/41hZy/SOFKAzcUCdwuCk4SC",
|
|
215
215
|
"url": "/vega/p-4afafeb3.entry.js"
|
|
216
216
|
},
|
|
217
|
+
"p-4c90d013.entry.js": {
|
|
218
|
+
"integrity": "sha384-HQ7Tb7zeDAFb4DSjWGWYUhU+QcdCFzOxiCR29AqKWj3cnk5HGd+l4MsHUnu6fIL2",
|
|
219
|
+
"url": "/vega/p-4c90d013.entry.js"
|
|
220
|
+
},
|
|
217
221
|
"p-4cefd7fe.js": {
|
|
218
222
|
"integrity": "sha384-89R9TQwFhmBIZQourSYzSoLgLVEb5lFwVhomspT4PytEkDhY684GP3YKIDUNggb0",
|
|
219
223
|
"url": "/vega/p-4cefd7fe.js"
|
|
@@ -222,10 +226,18 @@
|
|
|
222
226
|
"integrity": "sha384-oNYjFLIR+/Vm5+NHRZq7P9o4njfI8sWQAkDow0TPhDFycmwgZbWw6lJXwlBgNzM2",
|
|
223
227
|
"url": "/vega/p-4d65756f.js"
|
|
224
228
|
},
|
|
229
|
+
"p-5087fa1e.entry.js": {
|
|
230
|
+
"integrity": "sha384-3+tBBeRqM1p1UcYCr8WeKQDbWHpWRT+2QOh9ZuEspMlmmwjoOBY6ANsgmuXx9EUT",
|
|
231
|
+
"url": "/vega/p-5087fa1e.entry.js"
|
|
232
|
+
},
|
|
225
233
|
"p-519a7d55.js": {
|
|
226
234
|
"integrity": "sha384-LfsRUT773INGDWpiq8/Gd/iwlJR8DE3o2V9CuKobouh/TlzOWQ14CnWKKVnPGg01",
|
|
227
235
|
"url": "/vega/p-519a7d55.js"
|
|
228
236
|
},
|
|
237
|
+
"p-51b2b3de.js": {
|
|
238
|
+
"integrity": "sha384-NbKp5xI/NTGVRm1SgEVCASP3H5owMjBHGQIWxL7GzdyEjJXhj743AaW7OzKExBO+",
|
|
239
|
+
"url": "/vega/p-51b2b3de.js"
|
|
240
|
+
},
|
|
229
241
|
"p-51fcb07f.entry.js": {
|
|
230
242
|
"integrity": "sha384-MALVmDDgdvbf7kBUej0MCrZKSB/fe0ph4cL9H71rhFYW75OUFc4H2KP+urPX8qBw",
|
|
231
243
|
"url": "/vega/p-51fcb07f.entry.js"
|
|
@@ -238,10 +250,6 @@
|
|
|
238
250
|
"integrity": "sha384-JRqAou0d1Jp+8NOoKl2verEqgPl/ylGJfDyD+jph0bP+yTDwpH4Nt4DqVjA4kGOt",
|
|
239
251
|
"url": "/vega/p-5657f768.js"
|
|
240
252
|
},
|
|
241
|
-
"p-56c1a8ac.entry.js": {
|
|
242
|
-
"integrity": "sha384-+xDot63abUw9ymrQPyOtWXD8L0viMXx7uuaHQIZmBuguJ3JwEMgy7xL8gGB7SnuT",
|
|
243
|
-
"url": "/vega/p-56c1a8ac.entry.js"
|
|
244
|
-
},
|
|
245
253
|
"p-571a6d15.entry.js": {
|
|
246
254
|
"integrity": "sha384-doVcvSyXWrKGNOeZK+4Ft6vtjj9vG7Aa/2BEMfxuN07ZcVAu00uSXE5+jLsq9nYm",
|
|
247
255
|
"url": "/vega/p-571a6d15.entry.js"
|
|
@@ -250,10 +258,6 @@
|
|
|
250
258
|
"integrity": "sha384-hLLltJ+GmDNZWAVMIzG5+/Nmq34BNG6uXSH3eW6tZit+FuYwsF9jg2ol5pMML24s",
|
|
251
259
|
"url": "/vega/p-57f220b5.js"
|
|
252
260
|
},
|
|
253
|
-
"p-5904616e.js": {
|
|
254
|
-
"integrity": "sha384-CFlM3GYY4bzI205kRDzxobEB5cObiCSosMy6f5DZW6KBrPtDSChPUZb8vOe7f51p",
|
|
255
|
-
"url": "/vega/p-5904616e.js"
|
|
256
|
-
},
|
|
257
261
|
"p-590fd123.js": {
|
|
258
262
|
"integrity": "sha384-kU/EmjUGTf4gwVzBztz5aKPmau5CEUAW3Ym2NRhtIaWbx6x6ffx+XFuPtwA8GUCt",
|
|
259
263
|
"url": "/vega/p-590fd123.js"
|
|
@@ -290,9 +294,9 @@
|
|
|
290
294
|
"integrity": "sha384-4qzEdAWWRh7NGNYfwchW7t5GqrJ1WI4ddohvLdFSsVlDmHCI4TeQmldEYJgaGqAZ",
|
|
291
295
|
"url": "/vega/p-613ddaab.js"
|
|
292
296
|
},
|
|
293
|
-
"p-
|
|
294
|
-
"integrity": "sha384-
|
|
295
|
-
"url": "/vega/p-
|
|
297
|
+
"p-6817b9bd.js": {
|
|
298
|
+
"integrity": "sha384-TCkXIxq43s6KdqBbNwteiHdIMVVxaLgAVTCUa8AAhrfrK/wmfT3tfH8qlZBVLc3O",
|
|
299
|
+
"url": "/vega/p-6817b9bd.js"
|
|
296
300
|
},
|
|
297
301
|
"p-69c11b7b.entry.js": {
|
|
298
302
|
"integrity": "sha384-KLaC3BP33JdwEAYu1DTzmKa+2kix9uJXG4/V/UjLADHGf+3MvhCKX0jkSHLwobcY",
|
|
@@ -350,13 +354,9 @@
|
|
|
350
354
|
"integrity": "sha384-JfiCdLJeDXksJKMlolGtodK+y3rJ1SAgW+zdIb1p6gNqzC12V4YLPLKHyMe+rKSR",
|
|
351
355
|
"url": "/vega/p-7702a906.entry.js"
|
|
352
356
|
},
|
|
353
|
-
"p-
|
|
354
|
-
"integrity": "sha384
|
|
355
|
-
"url": "/vega/p-
|
|
356
|
-
},
|
|
357
|
-
"p-77754d62.entry.js": {
|
|
358
|
-
"integrity": "sha384-Auuo9hacUnat/UDuHf3yiaQv9ZqnLUup8eVtdKRFG08HbtuxsDdo7sxeXP+Usry5",
|
|
359
|
-
"url": "/vega/p-77754d62.entry.js"
|
|
357
|
+
"p-7730bace.js": {
|
|
358
|
+
"integrity": "sha384-yn9MYAmwkLT7tjxTraF/MfsBlS5pfG5GZ6LovvRyWF6VQLma+eUuVehneGug19QT",
|
|
359
|
+
"url": "/vega/p-7730bace.js"
|
|
360
360
|
},
|
|
361
361
|
"p-77e64f26.js": {
|
|
362
362
|
"integrity": "sha384-GRiZnsv5dHZurV3UVJjVG+QODymlx3SWD084FKEqMhYYjFfu5sj5HGgBHCqUf2j+",
|
|
@@ -398,6 +398,10 @@
|
|
|
398
398
|
"integrity": "sha384-ER50AZex8T4hT72B9seq2Pn9yC7mTUr9VRzOkl08U0Hnd0/ToyyepkylTc4CEDE1",
|
|
399
399
|
"url": "/vega/p-8187878e.js"
|
|
400
400
|
},
|
|
401
|
+
"p-818da356.js": {
|
|
402
|
+
"integrity": "sha384-Hg/TffmaTocPEtLBBWslcEFBLjBq1pP6zoYgaBXJhimW6Nbm3TvcrQ8q+nnwWR/Z",
|
|
403
|
+
"url": "/vega/p-818da356.js"
|
|
404
|
+
},
|
|
401
405
|
"p-81dd00d0.js": {
|
|
402
406
|
"integrity": "sha384-T/bHhrm2CQkNlyPiTtjmc12oSIKebKVebs7Kfk//0O7851z/7igr3gl2e0osrXvm",
|
|
403
407
|
"url": "/vega/p-81dd00d0.js"
|
|
@@ -406,9 +410,9 @@
|
|
|
406
410
|
"integrity": "sha384-9D9ZkFMQuQPVQHyOkN8+YbZqijAgBS6Ksaq7WfxBPgNTVW6I9n+y8NEB81kTZRQ1",
|
|
407
411
|
"url": "/vega/p-82039afd.entry.js"
|
|
408
412
|
},
|
|
409
|
-
"p-
|
|
410
|
-
"integrity": "sha384-
|
|
411
|
-
"url": "/vega/p-
|
|
413
|
+
"p-84eb3b9c.js": {
|
|
414
|
+
"integrity": "sha384-mB0rUe5r1zoJkO/kJGEpt4RBlhZUOPdCTgnj4Pr07WZ2A8LogBCt4P8OI+ozXAyW",
|
|
415
|
+
"url": "/vega/p-84eb3b9c.js"
|
|
412
416
|
},
|
|
413
417
|
"p-8aee6b74.js": {
|
|
414
418
|
"integrity": "sha384-R3ucWGwrMP7WN4Y1Xm2gHnDomNhJP7kssnyo33gBecYvXFiFQw6UrH9B8DuDWnh6",
|
|
@@ -430,9 +434,9 @@
|
|
|
430
434
|
"integrity": "sha384-KBIAqLBSOi/Tgt20PiDn60j1PX2V5jtuC/yJ3Rosx5TVxxDTaoaMDlrU30x309r1",
|
|
431
435
|
"url": "/vega/p-9297f4a9.entry.js"
|
|
432
436
|
},
|
|
433
|
-
"p-
|
|
434
|
-
"integrity": "sha384-
|
|
435
|
-
"url": "/vega/p-
|
|
437
|
+
"p-93afdfc3.js": {
|
|
438
|
+
"integrity": "sha384-luxsXxW3Wh4fwR+bITA4vfrc8jlwIUmwz2KC7tHIVyKyefjGjANBmLC/Zd81cD0V",
|
|
439
|
+
"url": "/vega/p-93afdfc3.js"
|
|
436
440
|
},
|
|
437
441
|
"p-98a6cd8e.entry.js": {
|
|
438
442
|
"integrity": "sha384-yAZaUhOO1WS7qirwXwwlR3FNzpUFSO0MQBBbXWIBxfS+vpSiKKtIeNQa1NIthLpw",
|
|
@@ -474,10 +478,6 @@
|
|
|
474
478
|
"integrity": "sha384-kZGNrAc+GWgyle97wGu2F3vDYywXax1KIYpJplj6n55LBYknXEhvK9Nw68LE9AJn",
|
|
475
479
|
"url": "/vega/p-a050c24d.entry.js"
|
|
476
480
|
},
|
|
477
|
-
"p-a07c5dae.js": {
|
|
478
|
-
"integrity": "sha384-sO4zBl/nkVZYCOMBmZ+R1R8xo8eRJlqm2AV1PTQF/QlKX3mWW/jZz7mppL2S40P4",
|
|
479
|
-
"url": "/vega/p-a07c5dae.js"
|
|
480
|
-
},
|
|
481
481
|
"p-a46e977b.entry.js": {
|
|
482
482
|
"integrity": "sha384-aDakXJwk9B/jUrVmrHB4MxoSb9+XHXQx8v4IMatHQWvhVBsbczULVtoaHhoHv4rH",
|
|
483
483
|
"url": "/vega/p-a46e977b.entry.js"
|
|
@@ -514,10 +514,18 @@
|
|
|
514
514
|
"integrity": "sha384-KBAWe1tjkuI3jEd8VE3ALtMOe7aYjrrGEsFxf3hqxZGKJXYoE5l5kly0EMIipTV1",
|
|
515
515
|
"url": "/vega/p-a9e10a64.js"
|
|
516
516
|
},
|
|
517
|
+
"p-a9f34735.entry.js": {
|
|
518
|
+
"integrity": "sha384-HKVUpe5qMJRGQ0jKyFuoQ2b1R1eA4nuxAXzq+J74aj2KM0DHDOBJT169cwUO32Hm",
|
|
519
|
+
"url": "/vega/p-a9f34735.entry.js"
|
|
520
|
+
},
|
|
517
521
|
"p-aacf6920.js": {
|
|
518
522
|
"integrity": "sha384-XYi+X0rcazEn9gOAfW4t9/fPY5KoXTAbaQgkszam5bxDq/ELQMhc+0BBAENVK6ln",
|
|
519
523
|
"url": "/vega/p-aacf6920.js"
|
|
520
524
|
},
|
|
525
|
+
"p-aaf44879.entry.js": {
|
|
526
|
+
"integrity": "sha384-W4TJY5I+pPkBxLLPyOmm3RUEKTgrZuFUsMNg2je+7N/+hICjKB7Lew+kcF1y2KRg",
|
|
527
|
+
"url": "/vega/p-aaf44879.entry.js"
|
|
528
|
+
},
|
|
521
529
|
"p-abd7aeaa.js": {
|
|
522
530
|
"integrity": "sha384-OZfjiSRzKH4dxDeCQA06wgvvdBi34VWK9GX0wtuA52bjHZmhZsOSdrS0ZHDjquGh",
|
|
523
531
|
"url": "/vega/p-abd7aeaa.js"
|
|
@@ -526,6 +534,10 @@
|
|
|
526
534
|
"integrity": "sha384-Qre2bG1F3JHNUJVjK6+Kisp2cKGwTOQZkpVgZtYqyWLFUMyU2nlQNJtX+u0B2LLL",
|
|
527
535
|
"url": "/vega/p-ae1aa4df.js"
|
|
528
536
|
},
|
|
537
|
+
"p-af00e6e2.entry.js": {
|
|
538
|
+
"integrity": "sha384-QF53g38J2r2cyc9fj0NmE9GR3SvRzdO1Kzqqkq22KegbiKY91iusfOGE50ZlFUFE",
|
|
539
|
+
"url": "/vega/p-af00e6e2.entry.js"
|
|
540
|
+
},
|
|
529
541
|
"p-af5cb9bc.js": {
|
|
530
542
|
"integrity": "sha384-MAovTQMfpUHROucN2XrmXnf8hjR1laaFeV43RS7iYkoTUcGqdwfxPsMT7zr3x72N",
|
|
531
543
|
"url": "/vega/p-af5cb9bc.js"
|
|
@@ -554,26 +566,14 @@
|
|
|
554
566
|
"integrity": "sha384-qrm7wFxBjr7UfwhnwY0mF+M93d1Hg3LVFC/nhTF7jHqQZ/tb5N6+l9QbuEdJJWB/",
|
|
555
567
|
"url": "/vega/p-bc74d7e7.entry.js"
|
|
556
568
|
},
|
|
557
|
-
"p-bceee942.entry.js": {
|
|
558
|
-
"integrity": "sha384-Yy0+Yv1QvnCcBfnO4V0os5hmg6tWdn76i0mjsVvdIhV+NakBQpCfj6y+3peKb/NC",
|
|
559
|
-
"url": "/vega/p-bceee942.entry.js"
|
|
560
|
-
},
|
|
561
569
|
"p-bdb5180c.js": {
|
|
562
570
|
"integrity": "sha384-tMLmx6GG8Ggra4/+OExdCTYLJV1nthVanjSdHn87yWZVWP4LMubxC1tgegFHwYX8",
|
|
563
571
|
"url": "/vega/p-bdb5180c.js"
|
|
564
572
|
},
|
|
565
|
-
"p-c15a58b5.entry.js": {
|
|
566
|
-
"integrity": "sha384-HWDX1LhYyJqtrTWjIlodQROIGlavOI4rcOzCrRkGYzDC7Ehqn0szy06ZGTs5LDOL",
|
|
567
|
-
"url": "/vega/p-c15a58b5.entry.js"
|
|
568
|
-
},
|
|
569
573
|
"p-c2388937.entry.js": {
|
|
570
574
|
"integrity": "sha384-l/CkrBpt315mP/PGaouKm3vvRmsD5QjBZEexgGVdqIw0oKC21WSV/8TCyGqPFOVR",
|
|
571
575
|
"url": "/vega/p-c2388937.entry.js"
|
|
572
576
|
},
|
|
573
|
-
"p-c2e1f33d.entry.js": {
|
|
574
|
-
"integrity": "sha384-lLNyAF/vT5igx+ZGoSeQlgYAS9VQI+Tyib3ojSFOJje5RUSjOb2FCEqYZPAeuIEf",
|
|
575
|
-
"url": "/vega/p-c2e1f33d.entry.js"
|
|
576
|
-
},
|
|
577
577
|
"p-c31a32f4.js": {
|
|
578
578
|
"integrity": "sha384-gVrXyEHZVIZedqfWzvB/ToV9G38lGQ2Mj6xpRpikxQcy2UWkjYIKGcYg0rflbbDO",
|
|
579
579
|
"url": "/vega/p-c31a32f4.js"
|
|
@@ -590,10 +590,6 @@
|
|
|
590
590
|
"integrity": "sha384-Htp1w16VwxGYqrvmtn0BXk+Cj/29+hrLNIbOgikyy7dopTVaIHx0NmO+T8u6dN61",
|
|
591
591
|
"url": "/vega/p-c601b331.entry.js"
|
|
592
592
|
},
|
|
593
|
-
"p-c74060a7.js": {
|
|
594
|
-
"integrity": "sha384-3IIVcB1UBxPrl/RC+tqOG3pnUXCwZ+ErxRa7NM6XNzXZgFLt1nws8w71TPaZ6F2Y",
|
|
595
|
-
"url": "/vega/p-c74060a7.js"
|
|
596
|
-
},
|
|
597
593
|
"p-c78fe943.js": {
|
|
598
594
|
"integrity": "sha384-YmaSzstaHT467nrKi2qUnGaH9THiHH3AHLE3RYg29kBUlN0IYtEMV+PWpgD5zkiQ",
|
|
599
595
|
"url": "/vega/p-c78fe943.js"
|
|
@@ -618,6 +614,10 @@
|
|
|
618
614
|
"integrity": "sha384-tSicHhZeYR133P/yg1F1OMJss16WGC3URbqt5bdbtS/apfyvJ1gBCpZGvEgtJBE5",
|
|
619
615
|
"url": "/vega/p-cdbbdcc2.js"
|
|
620
616
|
},
|
|
617
|
+
"p-ce61d23f.entry.js": {
|
|
618
|
+
"integrity": "sha384-WUzPY+nWkfG5oqPrMVn4zaY4TLyYYxXDLNQBUbmJ9eHEpzZFoWKk5gBM+1ag+tWr",
|
|
619
|
+
"url": "/vega/p-ce61d23f.entry.js"
|
|
620
|
+
},
|
|
621
621
|
"p-cf2838c7.entry.js": {
|
|
622
622
|
"integrity": "sha384-ME9ulBobMYyWPSjo2X9OS9fxBzSXGB2IxRpxI1qd9dPpaDlUySSFVJI4WKno5f6N",
|
|
623
623
|
"url": "/vega/p-cf2838c7.entry.js"
|
|
@@ -638,6 +638,10 @@
|
|
|
638
638
|
"integrity": "sha384-2tq5yMFIROCGC6XyHgKxfhXRNxT0hJXqb+scuu4hzGdk1Dtw5jqhQ4/97wGMzG/t",
|
|
639
639
|
"url": "/vega/p-d402eb7b.entry.js"
|
|
640
640
|
},
|
|
641
|
+
"p-d4e519a0.js": {
|
|
642
|
+
"integrity": "sha384-C+LyBMAwA7amcHWhLwmhoZJBMbvbz9tBX/0221WRTmZj5g1r1d/hLm1g43vYBIak",
|
|
643
|
+
"url": "/vega/p-d4e519a0.js"
|
|
644
|
+
},
|
|
641
645
|
"p-d4ea8e22.js": {
|
|
642
646
|
"integrity": "sha384-S+qMxovzBOQrvBEEK3uNwrcGzwq2VM7y7Pbn2aG+HxFCQbk69bA4gPJxEQPZlmcw",
|
|
643
647
|
"url": "/vega/p-d4ea8e22.js"
|
|
@@ -662,6 +666,10 @@
|
|
|
662
666
|
"integrity": "sha384-bMVGVlVSQRdNxLNjOs0rLm7ike7s+n30fxs4Q4MgQWtqhpm6FHyTnia8THTqta27",
|
|
663
667
|
"url": "/vega/p-dffbbc3d.entry.js"
|
|
664
668
|
},
|
|
669
|
+
"p-e1709e59.js": {
|
|
670
|
+
"integrity": "sha384-4VjUZlB99ciRahWOJRdOdNIrLd2KCYhyr88pEAn5zI3in4AVYOsTYyOdUTwLdlmJ",
|
|
671
|
+
"url": "/vega/p-e1709e59.js"
|
|
672
|
+
},
|
|
665
673
|
"p-e1d2c60d.js": {
|
|
666
674
|
"integrity": "sha384-JTnP2GfUQ+uJiGl36nlxTng2rtTIQB9NJjkL2+QygcbzqRZGnFVpFUD5e0VxV6P7",
|
|
667
675
|
"url": "/vega/p-e1d2c60d.js"
|
|
@@ -694,6 +702,10 @@
|
|
|
694
702
|
"integrity": "sha384-71xRO7Mr3la0rtYtisjx9F61zvuw9uE2/+iN7FE5yt9U8ilwQAwhdk+W5kr2IsYF",
|
|
695
703
|
"url": "/vega/p-e7a4b760.entry.js"
|
|
696
704
|
},
|
|
705
|
+
"p-e95cb28f.entry.js": {
|
|
706
|
+
"integrity": "sha384-d4XvAqBl6iSNkqnu7d5mdrV+7WvK9hoBuY3p2oTvYYtKKM+d4ky+0d03jVT70KlI",
|
|
707
|
+
"url": "/vega/p-e95cb28f.entry.js"
|
|
708
|
+
},
|
|
697
709
|
"p-ecbb63a5.entry.js": {
|
|
698
710
|
"integrity": "sha384-leXO8pN8YIGlB8GgmrKh5BDlyyl1aVb/HiOkoHzGqTPFbdLqx7c+kDRhxrIF8geV",
|
|
699
711
|
"url": "/vega/p-ecbb63a5.entry.js"
|
|
@@ -730,9 +742,9 @@
|
|
|
730
742
|
"integrity": "sha384-uKifHsuDWamC3F9GpLmvuIuBC8ZPi+pnElDIgBoo1VTpVaTTjB75M/SVVMWJclzi",
|
|
731
743
|
"url": "/vega/p-f396c69a.js"
|
|
732
744
|
},
|
|
733
|
-
"p-
|
|
734
|
-
"integrity": "sha384-
|
|
735
|
-
"url": "/vega/p-
|
|
745
|
+
"p-f5f5a0d9.js": {
|
|
746
|
+
"integrity": "sha384-J/n6E5LbmzE3M4So+ov1bb+Ny8nLYfFLjRalrY0emoR5NxMLkyhNtNakNTah65l2",
|
|
747
|
+
"url": "/vega/p-f5f5a0d9.js"
|
|
736
748
|
},
|
|
737
749
|
"p-f604f2c9.entry.js": {
|
|
738
750
|
"integrity": "sha384-lwLirNyMEc5o0Xz1gmWWpKR9hNAjXWujPfSzS/PPPcaIJQITD+oN0bi8YlC7Fv9G",
|
|
@@ -742,24 +754,12 @@
|
|
|
742
754
|
"integrity": "sha384-aePU0fvdm/MdWVkW1DXsuFLknS0FpqKVaeVGjyX2pGfslGGpyFkkb+A3UlfRtOuh",
|
|
743
755
|
"url": "/vega/p-fa91805b.entry.js"
|
|
744
756
|
},
|
|
745
|
-
"p-fb05335d.js": {
|
|
746
|
-
"integrity": "sha384-HSQTSExRzRMyQGS2xP7DgPGgckJTwHXR8ZlwFZ5ei/TCcH5Pst15whpXtnSNmdKA",
|
|
747
|
-
"url": "/vega/p-fb05335d.js"
|
|
748
|
-
},
|
|
749
757
|
"p-fb5ea4b2.js": {
|
|
750
758
|
"integrity": "sha384-Uo5M0bTZFNHsN+mMSL6RrSUkgQJ6owcqlK8lTPqhOn/X5dQWp9gIzHWufUunm2y2",
|
|
751
759
|
"url": "/vega/p-fb5ea4b2.js"
|
|
752
760
|
},
|
|
753
|
-
"p-fcb0d4d8.js": {
|
|
754
|
-
"integrity": "sha384-O7elVEKnRHupwGD5DMNlRGUleeIauW2V6GhS7NoZOHsFqKBOmCzw3L9LEw2Xxm5x",
|
|
755
|
-
"url": "/vega/p-fcb0d4d8.js"
|
|
756
|
-
},
|
|
757
|
-
"p-fcce494e.js": {
|
|
758
|
-
"integrity": "sha384-8gwd/ry3/AOC5isAivJGqpAwn2TmeZP0MFUVu2zHO23SAE4464XsBNpn9nvV7MHi",
|
|
759
|
-
"url": "/vega/p-fcce494e.js"
|
|
760
|
-
},
|
|
761
761
|
"vega.esm.js": {
|
|
762
|
-
"integrity": "sha384-
|
|
762
|
+
"integrity": "sha384-YdaFrzN0oHO/9rNUzatgSa0tx9lXfCV7rIoGY4rikoMRKQ1g7eZZ1MXfqUTxLVbo",
|
|
763
763
|
"url": "/vega/vega.esm.js"
|
|
764
764
|
}
|
|
765
765
|
}
|
|
@@ -12,6 +12,7 @@ export declare class VegaDatePickerMonthItemRenderer extends VegaSlimmer {
|
|
|
12
12
|
calendarSelection: VegaDatePickerCalendar['calendarSelection'];
|
|
13
13
|
staticHeight: VegaDatePickerCalendar['staticHeight'];
|
|
14
14
|
mode: VegaDatePickerCalendar['mode'];
|
|
15
|
+
fillContainer: VegaDatePickerCalendar['fillContainer'];
|
|
15
16
|
size: VegaDatePickerCalendar['size'];
|
|
16
17
|
isDualMonths: VegaDatePickerCalendar['isDualMonths'];
|
|
17
18
|
isDateDisabled: VegaDatePickerCalendar['isDateDisabled'];
|
|
@@ -57,6 +57,13 @@ export declare class VegaDatePickerCalendar {
|
|
|
57
57
|
* @vegaVersion 2.72.0
|
|
58
58
|
*/
|
|
59
59
|
size: DatePickerCalendarSizeType;
|
|
60
|
+
/**
|
|
61
|
+
* Specifies whether to allow the calendar picker to fill the width and height of its parent container.
|
|
62
|
+
* As default, the calendar picker has a max width and height limit based on the size and mode variant.
|
|
63
|
+
*
|
|
64
|
+
* @vegaVersion 2.86.0
|
|
65
|
+
*/
|
|
66
|
+
fillContainer: boolean;
|
|
60
67
|
/**
|
|
61
68
|
* Specifies the selection mode of the date picker calendar.
|
|
62
69
|
*
|
|
@@ -102,6 +109,7 @@ export declare class VegaDatePickerCalendar {
|
|
|
102
109
|
clearButton: boolean;
|
|
103
110
|
/**
|
|
104
111
|
* Specifies the calendar is static height.
|
|
112
|
+
* It means the height of calendar will not change according to the number of weeks in the month.
|
|
105
113
|
*
|
|
106
114
|
* @vegaVersion 2.72.0
|
|
107
115
|
*/
|
|
@@ -6,6 +6,7 @@ import { PhoneNumberInputRenderer } from './slimmers/renderers/phone-number-inpu
|
|
|
6
6
|
import { VegaInputPhoneNumberValueController } from './slimmers/controllers/vega-input-phone-number-value-controller';
|
|
7
7
|
import { FormFieldValidationRule } from '../../helpers/validator/rules/form-field-validation-rule';
|
|
8
8
|
import { VegaComponentUsageRuntimeMetricsSlimmer } from '../../helpers/slimmers/component-usage-runtime-metrics';
|
|
9
|
+
import { AriaAttributesValueMapper } from '../../helpers/slimmers/mutation-observer/aria-attributes-value-mapper';
|
|
9
10
|
import { FormFieldControllerSlimmer } from '../../helpers/slimmers/form-field-controller-slimmer';
|
|
10
11
|
import { CountrySelectController } from './slimmers/controllers/country-select-controller';
|
|
11
12
|
import { EventEmitSlimmerBase } from '../../helpers/event-manager/slimmers/event-emit-slimmer';
|
|
@@ -25,6 +26,7 @@ export declare class VegaInputPhoneNumber {
|
|
|
25
26
|
protected countrySelectController: CountrySelectController;
|
|
26
27
|
protected changeEventEmitter: EventEmitSlimmerBase;
|
|
27
28
|
protected countryChangeEventEmitter: EventEmitSlimmerBase;
|
|
29
|
+
protected ariaAttributesValueMapper: AriaAttributesValueMapper;
|
|
28
30
|
protected inputPhoneNumberEventPrevent: ChildNodesEventPreventSlimmer;
|
|
29
31
|
protected readonly formFieldController: FormFieldControllerSlimmer<string>;
|
|
30
32
|
host: HTMLVegaInputPhoneNumberElement;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { VegaLeftNav } from '../../vega-left-nav';
|
|
2
2
|
import { LeftNavOpenStateType } from '../../../interface';
|
|
3
3
|
import { PageResizeObserverSlimmer } from '../../../../../helpers/slimmers/page-resize-observer-slimmer';
|
|
4
|
+
import { Nullable } from '../../../../../types/general';
|
|
4
5
|
export declare class VegaLeftNavBackdropController extends PageResizeObserverSlimmer {
|
|
5
6
|
openState: VegaLeftNav['openState'];
|
|
6
7
|
showAsOverlay: VegaLeftNav['showAsOverlay'];
|
|
@@ -15,7 +16,7 @@ export declare class VegaLeftNavBackdropController extends PageResizeObserverSli
|
|
|
15
16
|
constructor();
|
|
16
17
|
watchOpenState(newState: LeftNavOpenStateType): void;
|
|
17
18
|
watchShowAsOverlay(): void;
|
|
18
|
-
getBackdrop(): HTMLElement
|
|
19
|
+
getBackdrop(): Nullable<HTMLElement>;
|
|
19
20
|
shouldShowBackdrop(): boolean;
|
|
20
21
|
/**
|
|
21
22
|
* The below method is e2e-test covered in
|
package/dist/types/components/vega-rich-text-editor/extensions/base-toolbar-button-renderer.d.ts
CHANGED
|
@@ -70,6 +70,8 @@ export declare abstract class VegaRTEToolbarButtonRenderer {
|
|
|
70
70
|
protected renderDropdownGroup(h: VegaRTECreateElementFunction, item: RTEDropdownListGroup): VegaRTERenderResult;
|
|
71
71
|
/**
|
|
72
72
|
* Renders a common toolbar button with optional icon, label, and arrow icon.
|
|
73
|
+
* When a tooltip is provided via `buttonProps.tooltip`, the button is wrapped
|
|
74
|
+
* in a `vega-tooltip` element, matching the behavior of default toolbar buttons.
|
|
73
75
|
*
|
|
74
76
|
* @param {VegaRTECreateElementFunction} h - Create element function.
|
|
75
77
|
* @param {VegaRTEToolbarRenderContext} editorContext - The render context for the editor.
|
|
@@ -805,6 +805,11 @@ export type RTEToolbarButtonProps = {
|
|
|
805
805
|
* Whether to display the arrow icon.
|
|
806
806
|
*/
|
|
807
807
|
showArrowIcon?: boolean;
|
|
808
|
+
/**
|
|
809
|
+
* Optional tooltip configuration for the button.
|
|
810
|
+
* When provided, the button will be wrapped in a vega-tooltip.
|
|
811
|
+
*/
|
|
812
|
+
tooltip?: Partial<Pick<HTMLVegaTooltipElement, 'text'>>;
|
|
808
813
|
};
|
|
809
814
|
|
|
810
815
|
/**
|
|
@@ -9,9 +9,21 @@ export declare class VegaSelectionTileRenderer extends VegaSlimmer {
|
|
|
9
9
|
disabled: VegaSelectionTile['disabled'];
|
|
10
10
|
checked: VegaSelectionTile['checked'];
|
|
11
11
|
showError: VegaSelectionTile['showError'];
|
|
12
|
+
value: VegaSelectionTile['value'];
|
|
12
13
|
checkedController: VegaSelectionTile['checkedController'];
|
|
13
14
|
private selectorContainerRef;
|
|
14
15
|
getSelectorContainerRef(): HTMLElement;
|
|
16
|
+
/**
|
|
17
|
+
* Activation handler invoked from the host's `@Listen('click')` listener
|
|
18
|
+
* (registered on the host element itself). The host carries
|
|
19
|
+
* `role="radio"`/`"checkbox"`, `tabindex`, and the activation listeners,
|
|
20
|
+
* so this is the only interactive node per tile. VoiceOver's VO+Space
|
|
21
|
+
* dispatches a synthetic click on the focused host, which reaches this
|
|
22
|
+
* function through `VegaSelectionTile.onHostClick()`.
|
|
23
|
+
*/
|
|
24
|
+
activate: () => void;
|
|
25
|
+
handleTileKeydown: (event: KeyboardEvent) => void;
|
|
26
|
+
getAccessibleName(): string;
|
|
15
27
|
render(): HTMLElement;
|
|
16
28
|
private renderContent;
|
|
17
29
|
private renderPrefixIcon;
|
|
@@ -6,7 +6,6 @@ export declare class VegaSelectionTileGroupRenderer extends VegaSlimmer {
|
|
|
6
6
|
required: VegaSelectionTileGroup['required'];
|
|
7
7
|
hint: VegaSelectionTileGroup['hint'];
|
|
8
8
|
layout: VegaSelectionTileGroup['layout'];
|
|
9
|
-
selectType: VegaSelectionTileGroup['selectType'];
|
|
10
9
|
itemsController: VegaSelectionTileGroup['itemsController'];
|
|
11
10
|
private groupContainerRef;
|
|
12
11
|
getGroupContainerRef(): HTMLElement;
|
|
@@ -152,17 +152,11 @@ export declare class VegaTimePicker {
|
|
|
152
152
|
* Controls whether a clear (✕) icon button is displayed inside the time
|
|
153
153
|
* picker input when the field has a non-empty value.
|
|
154
154
|
*
|
|
155
|
-
* When `true`, clicking the clear icon resets the
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* The clear icon is also hidden when the component is `disabled`.
|
|
161
|
-
*
|
|
162
|
-
* When the component is `readOnly`, the clear icon remains visible by
|
|
163
|
-
* design: read-only only suppresses manual keyboard text entry, while
|
|
164
|
-
* users can still update the value via the dropdown UI, so clearing the
|
|
165
|
-
* selected value is still a valid interaction.
|
|
155
|
+
* When `true`, clicking the clear icon resets the value (or `['', '']` in `range` mode) and emits a `vegaChange` event.
|
|
156
|
+
* Set to `false` to hide the icon. The clear icon is always hidden when `disabled`.
|
|
157
|
+
* When `readOnly`, the clear icon remains visible — read-only suppresses manual keyboard
|
|
158
|
+
* entry but the value can still be updated via the dropdown, so clearing
|
|
159
|
+
* remains a valid interaction.
|
|
166
160
|
*
|
|
167
161
|
* @default true
|
|
168
162
|
* @vegaVersion 2.84.0
|
|
@@ -1416,6 +1416,11 @@ export namespace Components {
|
|
|
1416
1416
|
* @vegaVersion 2.81.0
|
|
1417
1417
|
*/
|
|
1418
1418
|
"dualMonths": boolean;
|
|
1419
|
+
/**
|
|
1420
|
+
* Specifies whether to allow the calendar picker to fill the width and height of its parent container. As default, the calendar picker has a max width and height limit based on the size and mode variant.
|
|
1421
|
+
* @vegaVersion 2.86.0
|
|
1422
|
+
*/
|
|
1423
|
+
"fillContainer": boolean;
|
|
1419
1424
|
/**
|
|
1420
1425
|
* Specifies the desired date format.
|
|
1421
1426
|
* @vegaVersion 2.72.0
|
|
@@ -1464,7 +1469,7 @@ export namespace Components {
|
|
|
1464
1469
|
*/
|
|
1465
1470
|
"size": DatePickerCalendarSizeType;
|
|
1466
1471
|
/**
|
|
1467
|
-
* Specifies the calendar is static height.
|
|
1472
|
+
* Specifies the calendar is static height. It means the height of calendar will not change according to the number of weeks in the month.
|
|
1468
1473
|
* @vegaVersion 2.72.0
|
|
1469
1474
|
*/
|
|
1470
1475
|
"staticHeight": boolean;
|
|
@@ -4717,7 +4722,7 @@ export namespace Components {
|
|
|
4717
4722
|
*/
|
|
4718
4723
|
"required": boolean;
|
|
4719
4724
|
/**
|
|
4720
|
-
* Controls whether a clear (✕) icon button is displayed inside the time picker input when the field has a non-empty value. When `true`, clicking the clear icon resets the
|
|
4725
|
+
* Controls whether a clear (✕) icon button is displayed inside the time picker input when the field has a non-empty value. When `true`, clicking the clear icon resets the value (or `['', '']` in `range` mode) and emits a `vegaChange` event. Set to `false` to hide the icon. The clear icon is always hidden when `disabled`. When `readOnly`, the clear icon remains visible — read-only suppresses manual keyboard entry but the value can still be updated via the dropdown, so clearing remains a valid interaction.
|
|
4721
4726
|
* @default true
|
|
4722
4727
|
* @vegaVersion 2.84.0
|
|
4723
4728
|
*/
|
|
@@ -7655,6 +7660,11 @@ declare namespace LocalJSX {
|
|
|
7655
7660
|
* @vegaVersion 2.81.0
|
|
7656
7661
|
*/
|
|
7657
7662
|
"dualMonths"?: boolean;
|
|
7663
|
+
/**
|
|
7664
|
+
* Specifies whether to allow the calendar picker to fill the width and height of its parent container. As default, the calendar picker has a max width and height limit based on the size and mode variant.
|
|
7665
|
+
* @vegaVersion 2.86.0
|
|
7666
|
+
*/
|
|
7667
|
+
"fillContainer"?: boolean;
|
|
7658
7668
|
/**
|
|
7659
7669
|
* Specifies the desired date format.
|
|
7660
7670
|
* @vegaVersion 2.72.0
|
|
@@ -7731,7 +7741,7 @@ declare namespace LocalJSX {
|
|
|
7731
7741
|
*/
|
|
7732
7742
|
"size"?: DatePickerCalendarSizeType;
|
|
7733
7743
|
/**
|
|
7734
|
-
* Specifies the calendar is static height.
|
|
7744
|
+
* Specifies the calendar is static height. It means the height of calendar will not change according to the number of weeks in the month.
|
|
7735
7745
|
* @vegaVersion 2.72.0
|
|
7736
7746
|
*/
|
|
7737
7747
|
"staticHeight"?: boolean;
|
|
@@ -11700,7 +11710,7 @@ declare namespace LocalJSX {
|
|
|
11700
11710
|
*/
|
|
11701
11711
|
"required"?: boolean;
|
|
11702
11712
|
/**
|
|
11703
|
-
* Controls whether a clear (✕) icon button is displayed inside the time picker input when the field has a non-empty value. When `true`, clicking the clear icon resets the
|
|
11713
|
+
* Controls whether a clear (✕) icon button is displayed inside the time picker input when the field has a non-empty value. When `true`, clicking the clear icon resets the value (or `['', '']` in `range` mode) and emits a `vegaChange` event. Set to `false` to hide the icon. The clear icon is always hidden when `disabled`. When `readOnly`, the clear icon remains visible — read-only suppresses manual keyboard entry but the value can still be updated via the dropdown, so clearing remains a valid interaction.
|
|
11704
11714
|
* @default true
|
|
11705
11715
|
* @vegaVersion 2.84.0
|
|
11706
11716
|
*/
|
|
@@ -58,3 +58,4 @@ export type { VegaFunctionBlock } from '../components/vega-rich-text-editor/exte
|
|
|
58
58
|
export type { StringFormatStrategy } from '../helpers/formatter/string-formatter/string-format-strategy.abstract';
|
|
59
59
|
export type { VegaPaginationPageSizeLabeledOption } from '../components/vega-pagination/types';
|
|
60
60
|
export type { VegaColorFormatter, VegaColorStageType, } from '../components/vega-color-swatch/vega-color-swatch-picker/types';
|
|
61
|
+
export type { DragDropEventOptions, DragDropEventStatus } from '../types/ui.type';
|
package/dist/vega/index.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{g as getCurrentBreakpoint}from"./p-49a2e141.js";export{L as LogUtility,s as setVegaLogLevel}from"./p-6e1ab235.js";export{d as formatAndValidBackgroundColor,e as formatAndValidBorderColor,g as formatAndValidBorderRadius,c as formatAndValidBreakpointSize,a as formatAndValidGap,h as formatAndValidPadding,f as formatAndValidResponsiveToken,b as formatAndValidShadow,i as formatAndValidTextColor}from"./p-c85e743d.js";export{c as camelToDashCase}from"./p-02841589.js";export{d as BackgroundColorMap,a as BackgroundColors,e as BorderColorMap,b as BorderColors,B as BorderRadius,C as Colors,F as FillBackgroundColors,g as ShadowMap,f as Shadows,h as Spacing,S as StrokeBackgroundColors,c as TextColorMap,T as TextColors}from"./p-e4c4ea35.js";export{B as Breakpoints}from"./p-ed45b3b6.js";export{I as Icons,g as getIconFromToken}from"./p-16493e5b.js";export{b as Typography,a as TypographyKeys,T as TypographyUrls}from"./p-d884c644.js";export{d as BoxDisplay,e as BreakpointKeys,C as CssStates,F as FlexDirections}from"./p-d4ea8e22.js";export{F as FrameworkEnum,v as VegaEnvManager}from"./p-5f377954.js";export{A as ActionHandlerInterceptor,I as InsertNodeToNearestRootAction,o as RTELanguageToolbarButtonRenderer,m as RTETokenNode,n as RTETokenNodeRenderer,R as RTETokenToolbarButtonRenderer,b as VegaEventManager,V as VegaLoader,a as VegaNotify,j as VegaRTEExtension,k as VegaRTEExtensionRenderer,h as VegaRTEFunctionExtension,g as VegaRTELanguageExtension,i as VegaRTETableExtension,f as VegaRTETokenExtension,l as VegaRTEToolbarButtonRenderer,d as VegaSkeletonLoader,e as VegaTranslation,c as VegaZIndexManager,w as waitForVega}from"./p-
|
|
1
|
+
export{g as getCurrentBreakpoint}from"./p-49a2e141.js";export{L as LogUtility,s as setVegaLogLevel}from"./p-6e1ab235.js";export{d as formatAndValidBackgroundColor,e as formatAndValidBorderColor,g as formatAndValidBorderRadius,c as formatAndValidBreakpointSize,a as formatAndValidGap,h as formatAndValidPadding,f as formatAndValidResponsiveToken,b as formatAndValidShadow,i as formatAndValidTextColor}from"./p-c85e743d.js";export{c as camelToDashCase}from"./p-02841589.js";export{d as BackgroundColorMap,a as BackgroundColors,e as BorderColorMap,b as BorderColors,B as BorderRadius,C as Colors,F as FillBackgroundColors,g as ShadowMap,f as Shadows,h as Spacing,S as StrokeBackgroundColors,c as TextColorMap,T as TextColors}from"./p-e4c4ea35.js";export{B as Breakpoints}from"./p-ed45b3b6.js";export{I as Icons,g as getIconFromToken}from"./p-16493e5b.js";export{b as Typography,a as TypographyKeys,T as TypographyUrls}from"./p-d884c644.js";export{d as BoxDisplay,e as BreakpointKeys,C as CssStates,F as FlexDirections}from"./p-d4ea8e22.js";export{F as FrameworkEnum,v as VegaEnvManager}from"./p-5f377954.js";export{A as ActionHandlerInterceptor,I as InsertNodeToNearestRootAction,o as RTELanguageToolbarButtonRenderer,m as RTETokenNode,n as RTETokenNodeRenderer,R as RTETokenToolbarButtonRenderer,b as VegaEventManager,V as VegaLoader,a as VegaNotify,j as VegaRTEExtension,k as VegaRTEExtensionRenderer,h as VegaRTEFunctionExtension,g as VegaRTELanguageExtension,i as VegaRTETableExtension,f as VegaRTETokenExtension,l as VegaRTEToolbarButtonRenderer,d as VegaSkeletonLoader,e as VegaTranslation,c as VegaZIndexManager,w as waitForVega}from"./p-818da356.js";export{F as FeatureFlag}from"./p-18e8d9b7.js";export{V as VegaThemeManager}from"./p-51b2b3de.js";export{V as VegaDialog}from"./p-c801c85d.js";export{B as VegaJQueryDelegatedEventStrategy}from"./p-f1c672e4.js";export{V as VegaIconManager}from"./p-e6adf829.js";export{V as ValidCreditCardNumberRule}from"./p-5bf3ab33.js";import"./p-6e70d3cc.js";export{s as VegaTranslationResourceEN}from"./p-3b791b5d.js";export{s as setVegaNonce}from"./p-4866e390.js";export{g as ActionHandleStrategy,h as AppendChildrenAction,ab as CodeLanguage,o as CustomAttributeAnnotation,D as CustomClassAnnotation,z as CustomStyleAnnotation,I as InsertChildrenAfterAction,j as InsertChildrenBeforeAction,M as ModifyContentAction,l as ModifyContentActionType,f as RTEAnnotationStyle,d as RTEBlock,G as RTEDecoratorNode,p as RTEFilterStylesStrategy,i as RTENode,e as RTETextBlock,c as RTETextNode,n as RemoveChildrenAction,V as VegaRTEPresetToolbarItems}from"./p-84eb3b9c.js";export{B as BlockToRTEBlockStrategyAbstract,a as ElementToDTOStrategy,I as InsertNewParagraphAction,b as RTEImageBlock,f as RTEImageNode,e as RTEListBlock,d as RTEListItemBlock,U as UpdateCursorPositionAction,V as VegaRTEContent,h as htmlElementToAnnotationGenerator}from"./p-f5f5a0d9.js";export{G as GridColumns,a as GridRows}from"./p-031c0cf7.js";export{C as CheckBoxRequiredRule}from"./p-590fd123.js";export{D as DateRequiredRule}from"./p-c95dbf11.js";export{I as InputPhoneNumberRequiredRule}from"./p-07c2725a.js";export{I as InputRangeRequiredRule}from"./p-f396c69a.js";export{R as RequiredFieldRule}from"./p-280cbcdb.js";export{R as RichTextEditorRequiredRule}from"./p-93afdfc3.js";export{T as TimeRangeRequiredRule,a as TimeRequiredRule}from"./p-e1d2c60d.js";export{T as ToggleSwitchRequiredRule}from"./p-7c0b4c36.js";export{F as FileUploaderRequiredRule}from"./p-0bb860cc.js";export{R as RTERange}from"./p-e1709e59.js";import"./p-1a869f0e.js";import"./p-8b5d3a52.js";import"./p-593e0f80.js";import"./p-6a334573.js";import"./p-781fd6e0.js";import"./p-262ec334.js";import"./p-81dd00d0.js";import"./p-b75ee3ba.js";import"./p-b6c3ce6d.js";import"./p-a7b5f497.js";import"./p-e1fbfd20.js";import"./p-f28a6074.js";import"./p-2d0d575f.js";import"./p-331a62d5.js";import"./p-9af0e2e7.js";import"./p-6c43d54a.js";import"./p-77e64f26.js";import"./p-8aee6b74.js";import"./p-a528714c.js";import"./p-fb5ea4b2.js";import"./p-f0e828d8.js";import"./p-0c667d6a.js";import"./p-a841cf13.js";import"./p-1bc5b3bc.js";import"./p-5a25014f.js";import"./p-abd7aeaa.js";import"./p-d27ae9ff.js";const r=["ring-input-focus","dark-ring-input-focus","ring-input-danger-focus","dark-ring-input-danger-focus","ring-action-focus","dark-ring-action-focus","ring-action-danger-focus","dark-ring-action-danger-focus"];export{r as Rings}
|