@vaadin/bundles 24.2.0-alpha7 → 24.2.0-alpha9

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.
Files changed (4) hide show
  1. package/package.json +129 -129
  2. package/vaadin-bundle.json +1415 -1394
  3. package/vaadin.js +2166 -1892
  4. package/vaadin.js.map +1 -1
@@ -10,13 +10,6 @@
10
10
  }
11
11
  ]
12
12
  },
13
- "./async-directive.js": {
14
- "exports": [
15
- {
16
- "source": "lit/node_modules/lit-html/development/async-directive.js"
17
- }
18
- ]
19
- },
20
13
  "./index.js": {
21
14
  "exports": [
22
15
  {
@@ -27,6 +20,13 @@
27
20
  }
28
21
  ]
29
22
  },
23
+ "./async-directive.js": {
24
+ "exports": [
25
+ {
26
+ "source": "lit/node_modules/lit-html/development/async-directive.js"
27
+ }
28
+ ]
29
+ },
30
30
  "./decorators.js": {
31
31
  "exports": [
32
32
  {
@@ -72,24 +72,24 @@
72
72
  }
73
73
  ]
74
74
  },
75
- "./decorators/property.js": {
75
+ "./decorators/query-all.js": {
76
76
  "exports": [
77
77
  {
78
- "source": "lit/node_modules/@lit/reactive-element/development/decorators/property.js"
78
+ "source": "lit/node_modules/@lit/reactive-element/development/decorators/query-all.js"
79
79
  }
80
80
  ]
81
81
  },
82
- "./decorators/query-assigned-elements.js": {
82
+ "./decorators/property.js": {
83
83
  "exports": [
84
84
  {
85
- "source": "lit/node_modules/@lit/reactive-element/development/decorators/query-assigned-elements.js"
85
+ "source": "lit/node_modules/@lit/reactive-element/development/decorators/property.js"
86
86
  }
87
87
  ]
88
88
  },
89
- "./decorators/query-all.js": {
89
+ "./decorators/query-assigned-elements.js": {
90
90
  "exports": [
91
91
  {
92
- "source": "lit/node_modules/@lit/reactive-element/development/decorators/query-all.js"
92
+ "source": "lit/node_modules/@lit/reactive-element/development/decorators/query-assigned-elements.js"
93
93
  }
94
94
  ]
95
95
  },
@@ -128,6 +128,13 @@
128
128
  }
129
129
  ]
130
130
  },
131
+ "./directives/async-append.js": {
132
+ "exports": [
133
+ {
134
+ "source": "lit/node_modules/lit-html/development/directives/async-append.js"
135
+ }
136
+ ]
137
+ },
131
138
  "./directive.js": {
132
139
  "exports": [
133
140
  {
@@ -135,10 +142,10 @@
135
142
  }
136
143
  ]
137
144
  },
138
- "./directives/async-append.js": {
145
+ "./directives/choose.js": {
139
146
  "exports": [
140
147
  {
141
- "source": "lit/node_modules/lit-html/development/directives/async-append.js"
148
+ "source": "lit/node_modules/lit-html/development/directives/choose.js"
142
149
  }
143
150
  ]
144
151
  },
@@ -149,31 +156,31 @@
149
156
  }
150
157
  ]
151
158
  },
152
- "./directives/cache.js": {
159
+ "./directives/guard.js": {
153
160
  "exports": [
154
161
  {
155
- "source": "lit/node_modules/lit-html/development/directives/cache.js"
162
+ "source": "lit/node_modules/lit-html/development/directives/guard.js"
156
163
  }
157
164
  ]
158
165
  },
159
- "./directives/choose.js": {
166
+ "./directives/if-defined.js": {
160
167
  "exports": [
161
168
  {
162
- "source": "lit/node_modules/lit-html/development/directives/choose.js"
169
+ "source": "lit/node_modules/lit-html/development/directives/if-defined.js"
163
170
  }
164
171
  ]
165
172
  },
166
- "./directives/class-map.js": {
173
+ "./directives/cache.js": {
167
174
  "exports": [
168
175
  {
169
- "source": "lit/node_modules/lit-html/development/directives/class-map.js"
176
+ "source": "lit/node_modules/lit-html/development/directives/cache.js"
170
177
  }
171
178
  ]
172
179
  },
173
- "./directives/guard.js": {
180
+ "./directives/keyed.js": {
174
181
  "exports": [
175
182
  {
176
- "source": "lit/node_modules/lit-html/development/directives/guard.js"
183
+ "source": "lit/node_modules/lit-html/development/directives/keyed.js"
177
184
  }
178
185
  ]
179
186
  },
@@ -184,24 +191,24 @@
184
191
  }
185
192
  ]
186
193
  },
187
- "./directives/keyed.js": {
194
+ "./directives/live.js": {
188
195
  "exports": [
189
196
  {
190
- "source": "lit/node_modules/lit-html/development/directives/keyed.js"
197
+ "source": "lit/node_modules/lit-html/development/directives/live.js"
191
198
  }
192
199
  ]
193
200
  },
194
- "./directives/range.js": {
201
+ "./directives/map.js": {
195
202
  "exports": [
196
203
  {
197
- "source": "lit/node_modules/lit-html/development/directives/range.js"
204
+ "source": "lit/node_modules/lit-html/development/directives/map.js"
198
205
  }
199
206
  ]
200
207
  },
201
- "./directives/map.js": {
208
+ "./directives/range.js": {
202
209
  "exports": [
203
210
  {
204
- "source": "lit/node_modules/lit-html/development/directives/map.js"
211
+ "source": "lit/node_modules/lit-html/development/directives/range.js"
205
212
  }
206
213
  ]
207
214
  },
@@ -261,6 +268,13 @@
261
268
  }
262
269
  ]
263
270
  },
271
+ "./experimental-hydrate.js": {
272
+ "exports": [
273
+ {
274
+ "source": "lit/node_modules/lit-html/development/experimental-hydrate.js"
275
+ }
276
+ ]
277
+ },
264
278
  "./experimental-hydrate-support.js": {
265
279
  "exports": [
266
280
  {
@@ -268,42 +282,40 @@
268
282
  }
269
283
  ]
270
284
  },
271
- "./experimental-hydrate.js": {
285
+ "./html.js": {
272
286
  "exports": [
273
287
  {
274
- "source": "lit/node_modules/lit-html/development/experimental-hydrate.js"
288
+ "source": "lit/node_modules/lit-html/development/lit-html.js"
275
289
  }
276
290
  ]
277
291
  },
278
292
  "./polyfill-support.js": {
279
293
  "exports": []
280
294
  },
281
- "./directives/if-defined.js": {
295
+ "./static-html.js": {
282
296
  "exports": [
283
297
  {
284
- "source": "lit/node_modules/lit-html/development/directives/if-defined.js"
298
+ "source": "lit/node_modules/lit-html/development/static.js"
285
299
  }
286
300
  ]
287
301
  },
288
- "./directives/live.js": {
302
+ "./directives/class-map.js": {
289
303
  "exports": [
290
304
  {
291
- "source": "lit/node_modules/lit-html/development/directives/live.js"
305
+ "source": "lit/node_modules/lit-html/development/directives/class-map.js"
292
306
  }
293
307
  ]
294
308
  },
295
- "./html.js": {
296
- "exports": [
297
- {
298
- "source": "lit/node_modules/lit-html/development/lit-html.js"
299
- }
300
- ]
309
+ "./node_modules/lit-element/development/experimental-hydrate-support.js": {
310
+ "exports": []
301
311
  },
302
- "./static-html.js": {
312
+ "./node_modules/lit-html/development/async-directive.js": {
303
313
  "exports": [
304
314
  {
305
- "source": "lit/node_modules/lit-html/development/static.js"
306
- }
315
+ "source": "lit/node_modules/lit-html/development/directive.js"
316
+ },
317
+ "AsyncDirective",
318
+ "Directive"
307
319
  ]
308
320
  },
309
321
  "./node_modules/lit-html/development/directive-helpers.js": {
@@ -311,6 +323,7 @@
311
323
  "isPrimitive",
312
324
  "TemplateResultType",
313
325
  "isTemplateResult",
326
+ "isCompiledTemplateResult",
314
327
  "isDirectiveResult",
315
328
  "getDirectiveClass",
316
329
  "isSingleExpression",
@@ -335,16 +348,6 @@
335
348
  "digestForTemplateResult"
336
349
  ]
337
350
  },
338
- "./node_modules/lit-html/development/lit-html.js": {
339
- "exports": [
340
- "html",
341
- "svg",
342
- "noChange",
343
- "nothing",
344
- "_$LH",
345
- "render"
346
- ]
347
- },
348
351
  "./node_modules/lit-html/development/static.js": {
349
352
  "exports": [
350
353
  "unsafeStatic",
@@ -354,23 +357,26 @@
354
357
  "svg"
355
358
  ]
356
359
  },
357
- "./node_modules/lit-html/development/async-directive.js": {
360
+ "./node_modules/lit-html/development/lit-html.js": {
358
361
  "exports": [
359
- {
360
- "source": "lit/node_modules/lit-html/development/directive.js"
361
- },
362
- "AsyncDirective",
363
- "Directive"
362
+ "html",
363
+ "svg",
364
+ "noChange",
365
+ "nothing",
366
+ "_$LH",
367
+ "render"
364
368
  ]
365
369
  },
366
- "./node_modules/lit-element/development/experimental-hydrate-support.js": {
367
- "exports": []
368
- },
369
370
  "./node_modules/lit-html/development/directives/async-append.js": {
370
371
  "exports": [
371
372
  "asyncAppend"
372
373
  ]
373
374
  },
375
+ "./node_modules/lit-html/development/directives/choose.js": {
376
+ "exports": [
377
+ "choose"
378
+ ]
379
+ },
374
380
  "./node_modules/lit-html/development/directives/async-replace.js": {
375
381
  "exports": [
376
382
  "AsyncReplaceDirective",
@@ -378,34 +384,34 @@
378
384
  "asyncReplace"
379
385
  ]
380
386
  },
381
- "./node_modules/lit-html/development/directives/class-map.js": {
387
+ "./node_modules/lit-html/development/directives/guard.js": {
382
388
  "exports": [
383
- "classMap"
389
+ "guard"
384
390
  ]
385
391
  },
386
- "./node_modules/lit-html/development/directives/choose.js": {
392
+ "./node_modules/lit-html/development/directives/if-defined.js": {
387
393
  "exports": [
388
- "choose"
394
+ "ifDefined"
389
395
  ]
390
396
  },
391
- "./node_modules/lit-html/development/directives/guard.js": {
397
+ "./node_modules/lit-html/development/directives/cache.js": {
392
398
  "exports": [
393
- "guard"
399
+ "cache"
394
400
  ]
395
401
  },
396
- "./node_modules/lit-html/development/directives/join.js": {
402
+ "./node_modules/lit-html/development/directives/keyed.js": {
397
403
  "exports": [
398
- "join"
404
+ "keyed"
399
405
  ]
400
406
  },
401
- "./node_modules/lit-html/development/directives/keyed.js": {
407
+ "./node_modules/lit-html/development/directives/join.js": {
402
408
  "exports": [
403
- "keyed"
409
+ "join"
404
410
  ]
405
411
  },
406
- "./node_modules/lit-html/development/directives/range.js": {
412
+ "./node_modules/lit-html/development/directives/live.js": {
407
413
  "exports": [
408
- "range"
414
+ "live"
409
415
  ]
410
416
  },
411
417
  "./node_modules/lit-html/development/directives/map.js": {
@@ -413,15 +419,15 @@
413
419
  "map"
414
420
  ]
415
421
  },
416
- "./node_modules/lit-html/development/directives/ref.js": {
422
+ "./node_modules/lit-html/development/directives/range.js": {
417
423
  "exports": [
418
- "createRef",
419
- "ref"
424
+ "range"
420
425
  ]
421
426
  },
422
- "./node_modules/lit-html/development/directives/template-content.js": {
427
+ "./node_modules/lit-html/development/directives/ref.js": {
423
428
  "exports": [
424
- "templateContent"
429
+ "createRef",
430
+ "ref"
425
431
  ]
426
432
  },
427
433
  "./node_modules/lit-html/development/directives/repeat.js": {
@@ -434,14 +440,9 @@
434
440
  "styleMap"
435
441
  ]
436
442
  },
437
- "./node_modules/lit-html/development/directives/cache.js": {
438
- "exports": [
439
- "cache"
440
- ]
441
- },
442
- "./node_modules/lit-html/development/directives/unsafe-svg.js": {
443
+ "./node_modules/lit-html/development/directives/template-content.js": {
443
444
  "exports": [
444
- "unsafeSVG"
445
+ "templateContent"
445
446
  ]
446
447
  },
447
448
  "./node_modules/lit-html/development/directives/unsafe-html.js": {
@@ -451,14 +452,9 @@
451
452
  "unsafeHTML"
452
453
  ]
453
454
  },
454
- "./node_modules/lit-html/development/directives/if-defined.js": {
455
- "exports": [
456
- "ifDefined"
457
- ]
458
- },
459
- "./node_modules/lit-html/development/directives/live.js": {
455
+ "./node_modules/lit-html/development/directives/unsafe-svg.js": {
460
456
  "exports": [
461
- "live"
457
+ "unsafeSVG"
462
458
  ]
463
459
  },
464
460
  "./node_modules/lit-html/development/directives/until.js": {
@@ -473,14 +469,19 @@
473
469
  "when"
474
470
  ]
475
471
  },
472
+ "./node_modules/@lit/reactive-element/development/decorators/event-options.js": {
473
+ "exports": [
474
+ "eventOptions"
475
+ ]
476
+ },
476
477
  "./node_modules/@lit/reactive-element/development/decorators/custom-element.js": {
477
478
  "exports": [
478
479
  "customElement"
479
480
  ]
480
481
  },
481
- "./node_modules/@lit/reactive-element/development/decorators/event-options.js": {
482
+ "./node_modules/@lit/reactive-element/development/decorators/query-all.js": {
482
483
  "exports": [
483
- "eventOptions"
484
+ "queryAll"
484
485
  ]
485
486
  },
486
487
  "./node_modules/@lit/reactive-element/development/decorators/property.js": {
@@ -493,11 +494,6 @@
493
494
  "queryAssignedElements"
494
495
  ]
495
496
  },
496
- "./node_modules/@lit/reactive-element/development/decorators/query-all.js": {
497
- "exports": [
498
- "queryAll"
499
- ]
500
- },
501
497
  "./node_modules/@lit/reactive-element/development/decorators/query-assigned-nodes.js": {
502
498
  "exports": [
503
499
  "queryAssignedNodes"
@@ -518,6 +514,11 @@
518
514
  "query"
519
515
  ]
520
516
  },
517
+ "./node_modules/lit-html/development/directives/class-map.js": {
518
+ "exports": [
519
+ "classMap"
520
+ ]
521
+ },
521
522
  "./node_modules/@lit/reactive-element/development/reactive-element.js": {
522
523
  "exports": [
523
524
  {
@@ -594,7 +595,7 @@
594
595
  }
595
596
  },
596
597
  "@vaadin/app-layout": {
597
- "version": "24.2.0-alpha7",
598
+ "version": "24.2.0-alpha9",
598
599
  "exposes": {
599
600
  ".": {
600
601
  "exports": [
@@ -649,213 +650,213 @@
649
650
  }
650
651
  }
651
652
  },
652
- "@vaadin/combo-box": {
653
- "version": "24.2.0-alpha7",
653
+ "@vaadin/context-menu": {
654
+ "version": "24.2.0-alpha9",
654
655
  "exposes": {
655
656
  ".": {
656
657
  "exports": [
657
658
  {
658
- "source": "@vaadin/combo-box/vaadin-combo-box.js"
659
+ "source": "@vaadin/context-menu/vaadin-context-menu.js"
659
660
  }
660
661
  ]
661
662
  },
662
663
  "./lit.js": {
663
664
  "exports": [
664
665
  {
665
- "source": "@vaadin/combo-box/src/lit/renderer-directives.js"
666
+ "source": "@vaadin/context-menu/src/lit/renderer-directives.js"
666
667
  }
667
668
  ]
668
669
  },
669
- "./vaadin-combo-box.js": {
670
+ "./vaadin-context-menu.js": {
670
671
  "exports": [
671
672
  {
672
- "source": "@vaadin/combo-box/src/vaadin-combo-box.js"
673
+ "source": "@vaadin/context-menu/src/vaadin-context-menu.js"
673
674
  }
674
675
  ]
675
676
  },
676
677
  "./src/lit/renderer-directives.js": {
677
678
  "exports": [
678
- "ComboBoxRendererDirective",
679
+ "ContextMenuRendererDirective",
679
680
  "LitRendererDirective",
680
- "comboBoxRenderer"
681
+ "contextMenuRenderer"
681
682
  ]
682
683
  },
683
- "./src/vaadin-combo-box.js": {
684
+ "./src/vaadin-context-menu.js": {
684
685
  "exports": [
685
- "ComboBox"
686
+ "ContextMenu"
686
687
  ]
687
688
  },
688
- "./theme/lumo/vaadin-combo-box.js": {
689
+ "./theme/lumo/vaadin-context-menu.js": {
689
690
  "exports": []
690
691
  },
691
- "./src/vaadin-combo-box-item.js": {
692
- "exports": [
693
- "ComboBoxItem",
694
- "ComboBoxItemMixin",
695
- "ThemableMixin",
696
- "DirMixin",
697
- "PolymerElement"
698
- ]
692
+ "./src/vaadin-contextmenu-event.js": {
693
+ "exports": []
699
694
  },
700
- "./src/vaadin-combo-box-overlay.js": {
695
+ "./src/vaadin-context-menu-overlay.js": {
701
696
  "exports": [
702
- "ComboBoxOverlay",
703
- "ComboBoxOverlayMixin",
697
+ "ContextMenuOverlay",
698
+ "MenuOverlayMixin",
704
699
  "OverlayMixin",
705
700
  "DirMixin",
706
701
  "ThemableMixin",
707
702
  "PolymerElement"
708
703
  ]
709
704
  },
710
- "./src/vaadin-combo-box-scroller.js": {
705
+ "./src/vaadin-contextmenu-items-mixin.js": {
711
706
  "exports": [
712
- "ComboBoxScroller",
713
- "ComboBoxScrollerMixin",
714
- "PolymerElement"
707
+ "ItemsMixin"
715
708
  ]
716
709
  },
717
- "./src/vaadin-combo-box-data-provider-mixin.js": {
710
+ "./theme/lumo/vaadin-context-menu-item-styles.js": {
718
711
  "exports": [
719
- "ComboBoxDataProviderMixin"
712
+ "contextMenuItem"
720
713
  ]
721
714
  },
722
- "./src/vaadin-combo-box-mixin.js": {
715
+ "./theme/lumo/vaadin-context-menu-list-box-styles.js": {
723
716
  "exports": [
724
- "ComboBoxMixin"
717
+ "contextMenuListBox"
725
718
  ]
726
719
  },
727
- "./theme/lumo/vaadin-combo-box-item-styles.js": {
720
+ "./theme/lumo/vaadin-context-menu-overlay-styles.js": {
728
721
  "exports": [
729
- "comboBoxItem"
722
+ "contextMenuOverlay"
730
723
  ]
731
724
  },
732
- "./theme/lumo/vaadin-combo-box-overlay-styles.js": {
733
- "exports": [
734
- "comboBoxLoader",
735
- "comboBoxOverlay"
736
- ]
737
- },
738
- "./theme/lumo/vaadin-combo-box-styles.js": {
739
- "exports": []
740
- },
741
- "./src/vaadin-combo-box-overlay-mixin.js": {
725
+ "./src/vaadin-menu-overlay-mixin.js": {
742
726
  "exports": [
743
- "ComboBoxOverlayMixin"
727
+ "MenuOverlayMixin"
744
728
  ]
745
729
  },
746
- "./src/vaadin-combo-box-item-mixin.js": {
730
+ "./src/vaadin-menu-overlay-styles.js": {
747
731
  "exports": [
748
- "ComboBoxItemMixin"
732
+ "styles"
749
733
  ]
750
734
  },
751
- "./src/vaadin-combo-box-placeholder.js": {
735
+ "./src/vaadin-context-menu-item.js": {
752
736
  "exports": [
753
- "ComboBoxPlaceholder"
737
+ "ContextMenuItem"
754
738
  ]
755
739
  },
756
- "./src/vaadin-combo-box-scroller-mixin.js": {
740
+ "./src/vaadin-context-menu-list-box.js": {
757
741
  "exports": [
758
- "ComboBoxScrollerMixin"
742
+ "ContextMenuListBox"
759
743
  ]
760
744
  }
761
745
  }
762
746
  },
763
- "@vaadin/context-menu": {
764
- "version": "24.2.0-alpha7",
747
+ "@vaadin/combo-box": {
748
+ "version": "24.2.0-alpha9",
765
749
  "exposes": {
766
750
  ".": {
767
751
  "exports": [
768
752
  {
769
- "source": "@vaadin/context-menu/vaadin-context-menu.js"
753
+ "source": "@vaadin/combo-box/vaadin-combo-box.js"
770
754
  }
771
755
  ]
772
756
  },
773
757
  "./lit.js": {
774
758
  "exports": [
775
759
  {
776
- "source": "@vaadin/context-menu/src/lit/renderer-directives.js"
760
+ "source": "@vaadin/combo-box/src/lit/renderer-directives.js"
777
761
  }
778
762
  ]
779
763
  },
780
- "./vaadin-context-menu.js": {
764
+ "./vaadin-combo-box.js": {
781
765
  "exports": [
782
766
  {
783
- "source": "@vaadin/context-menu/src/vaadin-context-menu.js"
767
+ "source": "@vaadin/combo-box/src/vaadin-combo-box.js"
784
768
  }
785
769
  ]
786
770
  },
787
771
  "./src/lit/renderer-directives.js": {
788
772
  "exports": [
789
- "ContextMenuRendererDirective",
773
+ "ComboBoxRendererDirective",
790
774
  "LitRendererDirective",
791
- "contextMenuRenderer"
775
+ "comboBoxRenderer"
792
776
  ]
793
777
  },
794
- "./src/vaadin-context-menu.js": {
778
+ "./src/vaadin-combo-box.js": {
795
779
  "exports": [
796
- "ContextMenu"
780
+ "ComboBox"
797
781
  ]
798
782
  },
799
- "./theme/lumo/vaadin-context-menu.js": {
783
+ "./theme/lumo/vaadin-combo-box.js": {
800
784
  "exports": []
801
785
  },
802
- "./src/vaadin-contextmenu-event.js": {
803
- "exports": []
786
+ "./src/vaadin-combo-box-item.js": {
787
+ "exports": [
788
+ "ComboBoxItem",
789
+ "ComboBoxItemMixin",
790
+ "ThemableMixin",
791
+ "DirMixin",
792
+ "PolymerElement"
793
+ ]
804
794
  },
805
- "./src/vaadin-context-menu-overlay.js": {
795
+ "./src/vaadin-combo-box-overlay.js": {
806
796
  "exports": [
807
- "ContextMenuOverlay",
808
- "MenuOverlayMixin",
797
+ "ComboBoxOverlay",
798
+ "ComboBoxOverlayMixin",
809
799
  "OverlayMixin",
810
800
  "DirMixin",
811
801
  "ThemableMixin",
812
802
  "PolymerElement"
813
803
  ]
814
804
  },
815
- "./src/vaadin-contextmenu-items-mixin.js": {
805
+ "./src/vaadin-combo-box-scroller.js": {
816
806
  "exports": [
817
- "ItemsMixin"
807
+ "ComboBoxScroller",
808
+ "ComboBoxScrollerMixin",
809
+ "PolymerElement"
818
810
  ]
819
811
  },
820
- "./theme/lumo/vaadin-context-menu-item-styles.js": {
812
+ "./src/vaadin-combo-box-data-provider-mixin.js": {
821
813
  "exports": [
822
- "contextMenuItem"
814
+ "ComboBoxDataProviderMixin"
823
815
  ]
824
816
  },
825
- "./theme/lumo/vaadin-context-menu-list-box-styles.js": {
817
+ "./src/vaadin-combo-box-mixin.js": {
826
818
  "exports": [
827
- "contextMenuListBox"
819
+ "ComboBoxMixin"
828
820
  ]
829
821
  },
830
- "./theme/lumo/vaadin-context-menu-overlay-styles.js": {
822
+ "./theme/lumo/vaadin-combo-box-item-styles.js": {
831
823
  "exports": [
832
- "contextMenuOverlay"
824
+ "comboBoxItem"
833
825
  ]
834
826
  },
835
- "./src/vaadin-menu-overlay-mixin.js": {
827
+ "./theme/lumo/vaadin-combo-box-overlay-styles.js": {
836
828
  "exports": [
837
- "MenuOverlayMixin"
829
+ "comboBoxLoader",
830
+ "comboBoxOverlay"
838
831
  ]
839
832
  },
840
- "./src/vaadin-menu-overlay-styles.js": {
833
+ "./theme/lumo/vaadin-combo-box-styles.js": {
834
+ "exports": []
835
+ },
836
+ "./src/vaadin-combo-box-item-mixin.js": {
841
837
  "exports": [
842
- "styles"
838
+ "ComboBoxItemMixin"
843
839
  ]
844
840
  },
845
- "./src/vaadin-context-menu-item.js": {
841
+ "./src/vaadin-combo-box-overlay-mixin.js": {
846
842
  "exports": [
847
- "ContextMenuItem"
843
+ "ComboBoxOverlayMixin"
848
844
  ]
849
845
  },
850
- "./src/vaadin-context-menu-list-box.js": {
846
+ "./src/vaadin-combo-box-scroller-mixin.js": {
851
847
  "exports": [
852
- "ContextMenuListBox"
848
+ "ComboBoxScrollerMixin"
849
+ ]
850
+ },
851
+ "./src/vaadin-combo-box-placeholder.js": {
852
+ "exports": [
853
+ "ComboBoxPlaceholder"
853
854
  ]
854
855
  }
855
856
  }
856
857
  },
857
858
  "@vaadin/dialog": {
858
- "version": "24.2.0-alpha7",
859
+ "version": "24.2.0-alpha9",
859
860
  "exposes": {
860
861
  ".": {
861
862
  "exports": [
@@ -954,7 +955,7 @@
954
955
  }
955
956
  },
956
957
  "@vaadin/form-layout": {
957
- "version": "24.2.0-alpha7",
958
+ "version": "24.2.0-alpha9",
958
959
  "exposes": {
959
960
  ".": {
960
961
  "exports": [
@@ -1002,7 +1003,7 @@
1002
1003
  }
1003
1004
  },
1004
1005
  "@vaadin/grid": {
1005
- "version": "24.2.0-alpha7",
1006
+ "version": "24.2.0-alpha9",
1006
1007
  "exposes": {
1007
1008
  ".": {
1008
1009
  "exports": [
@@ -1028,17 +1029,17 @@
1028
1029
  }
1029
1030
  ]
1030
1031
  },
1031
- "./vaadin-grid-column.js": {
1032
+ "./vaadin-grid-filter.js": {
1032
1033
  "exports": [
1033
1034
  {
1034
- "source": "@vaadin/grid/src/vaadin-grid-column.js"
1035
+ "source": "@vaadin/grid/src/vaadin-grid-filter.js"
1035
1036
  }
1036
1037
  ]
1037
1038
  },
1038
- "./vaadin-grid-filter.js": {
1039
+ "./vaadin-grid-column.js": {
1039
1040
  "exports": [
1040
1041
  {
1041
- "source": "@vaadin/grid/src/vaadin-grid-filter.js"
1042
+ "source": "@vaadin/grid/src/vaadin-grid-column.js"
1042
1043
  }
1043
1044
  ]
1044
1045
  },
@@ -1073,10 +1074,9 @@
1073
1074
  }
1074
1075
  ]
1075
1076
  },
1076
- "./src/vaadin-grid-column.js": {
1077
+ "./src/vaadin-grid-column-group.js": {
1077
1078
  "exports": [
1078
- "ColumnBaseMixin",
1079
- "GridColumn"
1079
+ "GridColumnGroup"
1080
1080
  ]
1081
1081
  },
1082
1082
  "./src/vaadin-grid-filter.js": {
@@ -1084,6 +1084,12 @@
1084
1084
  "GridFilter"
1085
1085
  ]
1086
1086
  },
1087
+ "./src/vaadin-grid-column.js": {
1088
+ "exports": [
1089
+ "ColumnBaseMixin",
1090
+ "GridColumn"
1091
+ ]
1092
+ },
1087
1093
  "./src/vaadin-grid-selection-column.js": {
1088
1094
  "exports": [
1089
1095
  "GridSelectionColumn"
@@ -1099,15 +1105,10 @@
1099
1105
  "GridTreeToggle"
1100
1106
  ]
1101
1107
  },
1102
- "./src/vaadin-grid-column-group.js": {
1103
- "exports": [
1104
- "GridColumnGroup"
1105
- ]
1106
- },
1107
- "./theme/lumo/vaadin-grid-column.js": {
1108
+ "./theme/lumo/vaadin-grid-column-group.js": {
1108
1109
  "exports": []
1109
1110
  },
1110
- "./theme/lumo/vaadin-grid-filter.js": {
1111
+ "./theme/lumo/vaadin-grid-column.js": {
1111
1112
  "exports": []
1112
1113
  },
1113
1114
  "./theme/lumo/vaadin-grid-selection-column.js": {
@@ -1119,9 +1120,6 @@
1119
1120
  "./theme/lumo/vaadin-grid-tree-toggle.js": {
1120
1121
  "exports": []
1121
1122
  },
1122
- "./theme/lumo/vaadin-grid-column-group.js": {
1123
- "exports": []
1124
- },
1125
1123
  "./src/lit/renderer-directives.js": {
1126
1124
  "exports": [
1127
1125
  "CONTENT_UPDATE_DEBOUNCER",
@@ -1130,6 +1128,9 @@
1130
1128
  "gridRowDetailsRenderer"
1131
1129
  ]
1132
1130
  },
1131
+ "./theme/lumo/vaadin-grid-filter.js": {
1132
+ "exports": []
1133
+ },
1133
1134
  "./src/lit/column-renderer-directives.js": {
1134
1135
  "exports": [
1135
1136
  "GridColumnBodyRendererDirective",
@@ -1272,7 +1273,7 @@
1272
1273
  }
1273
1274
  },
1274
1275
  "@vaadin/login": {
1275
- "version": "24.2.0-alpha7",
1276
+ "version": "24.2.0-alpha9",
1276
1277
  "exposes": {
1277
1278
  ".": {
1278
1279
  "exports": [
@@ -1281,13 +1282,6 @@
1281
1282
  }
1282
1283
  ]
1283
1284
  },
1284
- "./vaadin-login-overlay.js": {
1285
- "exports": [
1286
- {
1287
- "source": "@vaadin/login/src/vaadin-login-overlay.js"
1288
- }
1289
- ]
1290
- },
1291
1285
  "./vaadin-login-form.js": {
1292
1286
  "exports": [
1293
1287
  {
@@ -1295,9 +1289,11 @@
1295
1289
  }
1296
1290
  ]
1297
1291
  },
1298
- "./src/vaadin-login-overlay.js": {
1292
+ "./vaadin-login-overlay.js": {
1299
1293
  "exports": [
1300
- "LoginOverlay"
1294
+ {
1295
+ "source": "@vaadin/login/src/vaadin-login-overlay.js"
1296
+ }
1301
1297
  ]
1302
1298
  },
1303
1299
  "./src/vaadin-login-form.js": {
@@ -1305,20 +1301,17 @@
1305
1301
  "LoginForm"
1306
1302
  ]
1307
1303
  },
1308
- "./theme/lumo/vaadin-login-overlay.js": {
1309
- "exports": []
1304
+ "./src/vaadin-login-overlay.js": {
1305
+ "exports": [
1306
+ "LoginOverlay"
1307
+ ]
1310
1308
  },
1311
1309
  "./theme/lumo/vaadin-login-form.js": {
1312
1310
  "exports": []
1313
1311
  },
1314
- "./src/vaadin-login-overlay-wrapper.js": {
1312
+ "./theme/lumo/vaadin-login-overlay.js": {
1315
1313
  "exports": []
1316
1314
  },
1317
- "./src/vaadin-login-overlay-mixin.js": {
1318
- "exports": [
1319
- "LoginOverlayMixin"
1320
- ]
1321
- },
1322
1315
  "./src/vaadin-login-form-wrapper.js": {
1323
1316
  "exports": [
1324
1317
  "LoginFormWrapper"
@@ -1329,18 +1322,26 @@
1329
1322
  "LoginFormMixin"
1330
1323
  ]
1331
1324
  },
1332
- "./theme/lumo/vaadin-login-overlay-styles.js": {
1325
+ "./src/vaadin-login-overlay-wrapper.js": {
1333
1326
  "exports": []
1334
1327
  },
1328
+ "./src/vaadin-login-overlay-mixin.js": {
1329
+ "exports": [
1330
+ "LoginOverlayMixin"
1331
+ ]
1332
+ },
1335
1333
  "./theme/lumo/vaadin-login-form-wrapper-styles.js": {
1336
1334
  "exports": []
1337
1335
  },
1338
1336
  "./theme/lumo/vaadin-login-form-styles.js": {
1339
1337
  "exports": []
1340
1338
  },
1341
- "./src/vaadin-login-overlay-wrapper-styles.js": {
1339
+ "./theme/lumo/vaadin-login-overlay-styles.js": {
1340
+ "exports": []
1341
+ },
1342
+ "./src/vaadin-login-form-wrapper-styles.js": {
1342
1343
  "exports": [
1343
- "loginOverlayWrapperStyles"
1344
+ "loginFormWrapperStyles"
1344
1345
  ]
1345
1346
  },
1346
1347
  "./src/vaadin-login-mixin.js": {
@@ -1348,15 +1349,15 @@
1348
1349
  "LoginMixin"
1349
1350
  ]
1350
1351
  },
1351
- "./src/vaadin-login-form-wrapper-styles.js": {
1352
+ "./src/vaadin-login-overlay-wrapper-styles.js": {
1352
1353
  "exports": [
1353
- "loginFormWrapperStyles"
1354
+ "loginOverlayWrapperStyles"
1354
1355
  ]
1355
1356
  }
1356
1357
  }
1357
1358
  },
1358
1359
  "@vaadin/multi-select-combo-box": {
1359
- "version": "24.2.0-alpha7",
1360
+ "version": "24.2.0-alpha9",
1360
1361
  "exposes": {
1361
1362
  ".": {
1362
1363
  "exports": [
@@ -1431,7 +1432,7 @@
1431
1432
  }
1432
1433
  },
1433
1434
  "@vaadin/notification": {
1434
- "version": "24.2.0-alpha7",
1435
+ "version": "24.2.0-alpha9",
1435
1436
  "exposes": {
1436
1437
  ".": {
1437
1438
  "exports": [
@@ -1474,8 +1475,74 @@
1474
1475
  }
1475
1476
  }
1476
1477
  },
1478
+ "@vaadin/side-nav": {
1479
+ "version": "24.2.0-alpha9",
1480
+ "exposes": {
1481
+ ".": {
1482
+ "exports": [
1483
+ {
1484
+ "source": "@vaadin/side-nav/vaadin-side-nav.js"
1485
+ }
1486
+ ]
1487
+ },
1488
+ "./enable.js": {
1489
+ "exports": []
1490
+ },
1491
+ "./vaadin-side-nav-item.js": {
1492
+ "exports": [
1493
+ {
1494
+ "source": "@vaadin/side-nav/src/vaadin-side-nav-item.js"
1495
+ }
1496
+ ]
1497
+ },
1498
+ "./vaadin-side-nav.js": {
1499
+ "exports": [
1500
+ {
1501
+ "source": "@vaadin/side-nav/src/vaadin-side-nav.js"
1502
+ }
1503
+ ]
1504
+ },
1505
+ "./src/vaadin-side-nav-item.js": {
1506
+ "exports": [
1507
+ "SideNavItem"
1508
+ ]
1509
+ },
1510
+ "./src/vaadin-side-nav.js": {
1511
+ "exports": [
1512
+ "SideNav"
1513
+ ]
1514
+ },
1515
+ "./theme/lumo/vaadin-side-nav-item.js": {
1516
+ "exports": []
1517
+ },
1518
+ "./theme/lumo/vaadin-side-nav.js": {
1519
+ "exports": []
1520
+ },
1521
+ "./src/vaadin-side-nav-base-styles.js": {
1522
+ "exports": [
1523
+ "sideNavItemBaseStyles",
1524
+ "sideNavBaseStyles"
1525
+ ]
1526
+ },
1527
+ "./src/vaadin-side-nav-children-mixin.js": {
1528
+ "exports": [
1529
+ "SideNavChildrenMixin"
1530
+ ]
1531
+ },
1532
+ "./theme/lumo/vaadin-side-nav-item-styles.js": {
1533
+ "exports": [
1534
+ "sideNavItemStyles"
1535
+ ]
1536
+ },
1537
+ "./theme/lumo/vaadin-side-nav-styles.js": {
1538
+ "exports": [
1539
+ "sideNavStyles"
1540
+ ]
1541
+ }
1542
+ }
1543
+ },
1477
1544
  "@vaadin/select": {
1478
- "version": "24.2.0-alpha7",
1545
+ "version": "24.2.0-alpha9",
1479
1546
  "exposes": {
1480
1547
  ".": {
1481
1548
  "exports": [
@@ -1555,83 +1622,17 @@
1555
1622
  }
1556
1623
  }
1557
1624
  },
1558
- "@vaadin/side-nav": {
1559
- "version": "24.2.0-alpha7",
1625
+ "@vaadin/virtual-list": {
1626
+ "version": "24.2.0-alpha9",
1560
1627
  "exposes": {
1561
1628
  ".": {
1562
1629
  "exports": [
1563
1630
  {
1564
- "source": "@vaadin/side-nav/vaadin-side-nav.js"
1631
+ "source": "@vaadin/virtual-list/vaadin-virtual-list.js"
1565
1632
  }
1566
1633
  ]
1567
1634
  },
1568
- "./enable.js": {
1569
- "exports": []
1570
- },
1571
- "./vaadin-side-nav-item.js": {
1572
- "exports": [
1573
- {
1574
- "source": "@vaadin/side-nav/src/vaadin-side-nav-item.js"
1575
- }
1576
- ]
1577
- },
1578
- "./vaadin-side-nav.js": {
1579
- "exports": [
1580
- {
1581
- "source": "@vaadin/side-nav/src/vaadin-side-nav.js"
1582
- }
1583
- ]
1584
- },
1585
- "./src/vaadin-side-nav-item.js": {
1586
- "exports": [
1587
- "SideNavItem"
1588
- ]
1589
- },
1590
- "./src/vaadin-side-nav.js": {
1591
- "exports": [
1592
- "SideNav"
1593
- ]
1594
- },
1595
- "./theme/lumo/vaadin-side-nav-item.js": {
1596
- "exports": []
1597
- },
1598
- "./theme/lumo/vaadin-side-nav.js": {
1599
- "exports": []
1600
- },
1601
- "./src/vaadin-side-nav-base-styles.js": {
1602
- "exports": [
1603
- "sideNavItemBaseStyles",
1604
- "sideNavBaseStyles"
1605
- ]
1606
- },
1607
- "./src/vaadin-side-nav-children-mixin.js": {
1608
- "exports": [
1609
- "SideNavChildrenMixin"
1610
- ]
1611
- },
1612
- "./theme/lumo/vaadin-side-nav-item-styles.js": {
1613
- "exports": [
1614
- "sideNavItemStyles"
1615
- ]
1616
- },
1617
- "./theme/lumo/vaadin-side-nav-styles.js": {
1618
- "exports": [
1619
- "sideNavStyles"
1620
- ]
1621
- }
1622
- }
1623
- },
1624
- "@vaadin/virtual-list": {
1625
- "version": "24.2.0-alpha7",
1626
- "exposes": {
1627
- ".": {
1628
- "exports": [
1629
- {
1630
- "source": "@vaadin/virtual-list/vaadin-virtual-list.js"
1631
- }
1632
- ]
1633
- },
1634
- "./lit.js": {
1635
+ "./lit.js": {
1635
1636
  "exports": [
1636
1637
  {
1637
1638
  "source": "@vaadin/virtual-list/src/lit/renderer-directives.js"
@@ -1663,7 +1664,7 @@
1663
1664
  }
1664
1665
  },
1665
1666
  "@vaadin/grid-pro": {
1666
- "version": "24.2.0-alpha7",
1667
+ "version": "24.2.0-alpha9",
1667
1668
  "exposes": {
1668
1669
  ".": {
1669
1670
  "exports": [
@@ -1693,6 +1694,11 @@
1693
1694
  }
1694
1695
  ]
1695
1696
  },
1697
+ "./src/vaadin-grid-pro-edit-column.js": {
1698
+ "exports": [
1699
+ "GridProEditColumn"
1700
+ ]
1701
+ },
1696
1702
  "./src/lit/column-renderer-directives.js": {
1697
1703
  "exports": [
1698
1704
  "GridProColumnEditModeRendererDirective",
@@ -1700,11 +1706,6 @@
1700
1706
  "columnEditModeRenderer"
1701
1707
  ]
1702
1708
  },
1703
- "./src/vaadin-grid-pro-edit-column.js": {
1704
- "exports": [
1705
- "GridProEditColumn"
1706
- ]
1707
- },
1708
1709
  "./src/vaadin-grid-pro.js": {
1709
1710
  "exports": [
1710
1711
  "GridPro"
@@ -1755,21 +1756,6 @@
1755
1756
  }
1756
1757
  }
1757
1758
  },
1758
- "cookieconsent": {
1759
- "version": "3.1.1",
1760
- "exposes": {
1761
- ".": {
1762
- "exports": [
1763
- {
1764
- "source": "cookieconsent/build/cookieconsent.min.js"
1765
- }
1766
- ]
1767
- },
1768
- "./build/cookieconsent.min.js": {
1769
- "exports": []
1770
- }
1771
- }
1772
- },
1773
1759
  "highcharts": {
1774
1760
  "version": "9.2.2",
1775
1761
  "exposes": {
@@ -1921,14 +1907,14 @@
1921
1907
  "default"
1922
1908
  ]
1923
1909
  },
1910
+ "./es-modules/Series/Area3DSeries.js": {
1911
+ "exports": []
1912
+ },
1924
1913
  "./es-modules/Series/AreaSplineRange/AreaSplineRangeSeries.js": {
1925
1914
  "exports": [
1926
1915
  "default"
1927
1916
  ]
1928
1917
  },
1929
- "./es-modules/Series/Area3DSeries.js": {
1930
- "exports": []
1931
- },
1932
1918
  "./es-modules/Series/BoxPlot/BoxPlotSeries.js": {
1933
1919
  "exports": [
1934
1920
  "default"
@@ -2060,17 +2046,17 @@
2060
2046
  "default"
2061
2047
  ]
2062
2048
  },
2063
- "./es-modules/Series/XRange/XRangeSeries.js": {
2049
+ "./es-modules/Core/Renderer/SVG/SVGRenderer3D.js": {
2064
2050
  "exports": [
2065
2051
  "default"
2066
2052
  ]
2067
2053
  },
2068
- "./es-modules/Series/Bullet/BulletSeries.js": {
2054
+ "./es-modules/Series/XRange/XRangeSeries.js": {
2069
2055
  "exports": [
2070
2056
  "default"
2071
2057
  ]
2072
2058
  },
2073
- "./es-modules/Core/Renderer/SVG/SVGRenderer3D.js": {
2059
+ "./es-modules/Series/Bullet/BulletSeries.js": {
2074
2060
  "exports": [
2075
2061
  "default"
2076
2062
  ]
@@ -2080,12 +2066,12 @@
2080
2066
  "default"
2081
2067
  ]
2082
2068
  },
2083
- "./es-modules/Core/FormatUtilities.js": {
2069
+ "./es-modules/Core/DefaultOptions.js": {
2084
2070
  "exports": [
2085
2071
  "default"
2086
2072
  ]
2087
2073
  },
2088
- "./es-modules/Core/DefaultOptions.js": {
2074
+ "./es-modules/Core/FormatUtilities.js": {
2089
2075
  "exports": [
2090
2076
  "default"
2091
2077
  ]
@@ -2095,12 +2081,12 @@
2095
2081
  "default"
2096
2082
  ]
2097
2083
  },
2098
- "./es-modules/Core/MSPointer.js": {
2084
+ "./es-modules/Core/Pointer.js": {
2099
2085
  "exports": [
2100
2086
  "default"
2101
2087
  ]
2102
2088
  },
2103
- "./es-modules/Core/Pointer.js": {
2089
+ "./es-modules/Core/MSPointer.js": {
2104
2090
  "exports": [
2105
2091
  "default"
2106
2092
  ]
@@ -2131,12 +2117,12 @@
2131
2117
  "default"
2132
2118
  ]
2133
2119
  },
2134
- "./es-modules/Core/Axis/Axis.js": {
2120
+ "./es-modules/Core/Axis/DateTimeAxis.js": {
2135
2121
  "exports": [
2136
2122
  "default"
2137
2123
  ]
2138
2124
  },
2139
- "./es-modules/Core/Axis/DateTimeAxis.js": {
2125
+ "./es-modules/Core/Axis/Axis.js": {
2140
2126
  "exports": [
2141
2127
  "default"
2142
2128
  ]
@@ -2161,12 +2147,12 @@
2161
2147
  "default"
2162
2148
  ]
2163
2149
  },
2164
- "./es-modules/Core/Series/SeriesRegistry.js": {
2150
+ "./es-modules/Core/Series/Series.js": {
2165
2151
  "exports": [
2166
2152
  "default"
2167
2153
  ]
2168
2154
  },
2169
- "./es-modules/Core/Series/Series.js": {
2155
+ "./es-modules/Core/Series/SeriesRegistry.js": {
2170
2156
  "exports": [
2171
2157
  "default"
2172
2158
  ]
@@ -2219,21 +2205,6 @@
2219
2205
  "./es-modules/masters/modules/broken-axis.src.js": {
2220
2206
  "exports": []
2221
2207
  },
2222
- "./es-modules/Mixins/CenteredSeries.js": {
2223
- "exports": [
2224
- "default"
2225
- ]
2226
- },
2227
- "./es-modules/Series/AreaRange/AreaRangePoint.js": {
2228
- "exports": [
2229
- "default"
2230
- ]
2231
- },
2232
- "./es-modules/Core/Axis/AxisDefaults.js": {
2233
- "exports": [
2234
- "default"
2235
- ]
2236
- },
2237
2208
  "./es-modules/Core/Animation/Fx.js": {
2238
2209
  "exports": [
2239
2210
  "default"
@@ -2324,12 +2295,12 @@
2324
2295
  "default"
2325
2296
  ]
2326
2297
  },
2327
- "./es-modules/Core/Color/Palette.js": {
2298
+ "./es-modules/Series/OHLC/OHLCSeries.js": {
2328
2299
  "exports": [
2329
2300
  "default"
2330
2301
  ]
2331
2302
  },
2332
- "./es-modules/Series/OHLC/OHLCSeries.js": {
2303
+ "./es-modules/Series/Candlestick/CandlestickSeries.js": {
2333
2304
  "exports": [
2334
2305
  "default"
2335
2306
  ]
@@ -2339,7 +2310,22 @@
2339
2310
  "default"
2340
2311
  ]
2341
2312
  },
2342
- "./es-modules/Series/Candlestick/CandlestickSeries.js": {
2313
+ "./es-modules/Mixins/CenteredSeries.js": {
2314
+ "exports": [
2315
+ "default"
2316
+ ]
2317
+ },
2318
+ "./es-modules/Core/Color/Palette.js": {
2319
+ "exports": [
2320
+ "default"
2321
+ ]
2322
+ },
2323
+ "./es-modules/Core/Axis/AxisDefaults.js": {
2324
+ "exports": [
2325
+ "default"
2326
+ ]
2327
+ },
2328
+ "./es-modules/Series/AreaRange/AreaRangePoint.js": {
2343
2329
  "exports": [
2344
2330
  "default"
2345
2331
  ]
@@ -2369,25 +2355,25 @@
2369
2355
  "default"
2370
2356
  ]
2371
2357
  },
2372
- "./es-modules/Series/PackedBubble/PackedBubbleComposition.js": {
2373
- "exports": []
2374
- },
2375
2358
  "./es-modules/Series/PackedBubble/PackedBubblePoint.js": {
2376
2359
  "exports": [
2377
2360
  "default"
2378
2361
  ]
2379
2362
  },
2363
+ "./es-modules/Series/PackedBubble/PackedBubbleComposition.js": {
2364
+ "exports": []
2365
+ },
2380
2366
  "./es-modules/Core/Legend/LegendSymbol.js": {
2381
2367
  "exports": [
2382
2368
  "default"
2383
2369
  ]
2384
2370
  },
2385
- "./es-modules/Series/Waterfall/WaterfallPoint.js": {
2371
+ "./es-modules/Core/Axis/WaterfallAxis.js": {
2386
2372
  "exports": [
2387
2373
  "default"
2388
2374
  ]
2389
2375
  },
2390
- "./es-modules/Core/Axis/WaterfallAxis.js": {
2376
+ "./es-modules/Series/Waterfall/WaterfallPoint.js": {
2391
2377
  "exports": [
2392
2378
  "default"
2393
2379
  ]
@@ -2463,6 +2449,29 @@
2463
2449
  "default"
2464
2450
  ]
2465
2451
  },
2452
+ "./es-modules/Core/Axis/Color/ColorAxisComposition.js": {
2453
+ "exports": [
2454
+ "default"
2455
+ ]
2456
+ },
2457
+ "./es-modules/Core/Axis/Color/ColorAxisDefaults.js": {
2458
+ "exports": [
2459
+ "default"
2460
+ ]
2461
+ },
2462
+ "./es-modules/Series/Heatmap/HeatmapPoint.js": {
2463
+ "exports": [
2464
+ "default"
2465
+ ]
2466
+ },
2467
+ "./es-modules/Core/Axis/SolidGaugeAxis.js": {
2468
+ "exports": [
2469
+ "default"
2470
+ ]
2471
+ },
2472
+ "./es-modules/Series/SolidGauge/SolidGaugeComposition.js": {
2473
+ "exports": []
2474
+ },
2466
2475
  "./es-modules/Series/Networkgraph/DraggableNodes.js": {
2467
2476
  "exports": []
2468
2477
  },
@@ -2561,29 +2570,6 @@
2561
2570
  "default"
2562
2571
  ]
2563
2572
  },
2564
- "./es-modules/Core/Axis/Color/ColorAxisComposition.js": {
2565
- "exports": [
2566
- "default"
2567
- ]
2568
- },
2569
- "./es-modules/Core/Axis/Color/ColorAxisDefaults.js": {
2570
- "exports": [
2571
- "default"
2572
- ]
2573
- },
2574
- "./es-modules/Series/Heatmap/HeatmapPoint.js": {
2575
- "exports": [
2576
- "default"
2577
- ]
2578
- },
2579
- "./es-modules/Series/SolidGauge/SolidGaugeComposition.js": {
2580
- "exports": []
2581
- },
2582
- "./es-modules/Core/Axis/SolidGaugeAxis.js": {
2583
- "exports": [
2584
- "default"
2585
- ]
2586
- },
2587
2573
  "./es-modules/Mixins/TreeSeries.js": {
2588
2574
  "exports": [
2589
2575
  "default"
@@ -2627,6 +2613,11 @@
2627
2613
  "default"
2628
2614
  ]
2629
2615
  },
2616
+ "./es-modules/Core/Renderer/SVG/SVGElement3D.js": {
2617
+ "exports": [
2618
+ "default"
2619
+ ]
2620
+ },
2630
2621
  "./es-modules/Series/XRange/XRangePoint.js": {
2631
2622
  "exports": [
2632
2623
  "default"
@@ -2640,11 +2631,6 @@
2640
2631
  "default"
2641
2632
  ]
2642
2633
  },
2643
- "./es-modules/Core/Renderer/SVG/SVGElement3D.js": {
2644
- "exports": [
2645
- "default"
2646
- ]
2647
- },
2648
2634
  "./es-modules/Core/Chart/ChartDefaults.js": {
2649
2635
  "exports": [
2650
2636
  "default"
@@ -2753,6 +2739,11 @@
2753
2739
  "default"
2754
2740
  ]
2755
2741
  },
2742
+ "./es-modules/Mixins/ColorSeries.js": {
2743
+ "exports": [
2744
+ "default"
2745
+ ]
2746
+ },
2756
2747
  "./es-modules/Accessibility/Utils/Announcer.js": {
2757
2748
  "exports": [
2758
2749
  "default"
@@ -2788,11 +2779,6 @@
2788
2779
  "default"
2789
2780
  ]
2790
2781
  },
2791
- "./es-modules/Mixins/ColorSeries.js": {
2792
- "exports": [
2793
- "default"
2794
- ]
2795
- },
2796
2782
  "./es-modules/Mixins/DrawPoint.js": {
2797
2783
  "exports": [
2798
2784
  "default"
@@ -2806,13 +2792,28 @@
2806
2792
  }
2807
2793
  }
2808
2794
  },
2809
- "rbush": {
2810
- "version": "3.0.1",
2795
+ "cookieconsent": {
2796
+ "version": "3.1.1",
2811
2797
  "exposes": {
2812
2798
  ".": {
2813
2799
  "exports": [
2814
2800
  {
2815
- "source": "rbush/index.js"
2801
+ "source": "cookieconsent/build/cookieconsent.min.js"
2802
+ }
2803
+ ]
2804
+ },
2805
+ "./build/cookieconsent.min.js": {
2806
+ "exports": []
2807
+ }
2808
+ }
2809
+ },
2810
+ "quickselect": {
2811
+ "version": "2.0.0",
2812
+ "exposes": {
2813
+ ".": {
2814
+ "exports": [
2815
+ {
2816
+ "source": "quickselect/index.js"
2816
2817
  }
2817
2818
  ]
2818
2819
  },
@@ -2823,13 +2824,13 @@
2823
2824
  }
2824
2825
  }
2825
2826
  },
2826
- "quickselect": {
2827
- "version": "2.0.0",
2827
+ "rbush": {
2828
+ "version": "3.0.1",
2828
2829
  "exposes": {
2829
2830
  ".": {
2830
2831
  "exports": [
2831
2832
  {
2832
- "source": "quickselect/index.js"
2833
+ "source": "rbush/index.js"
2833
2834
  }
2834
2835
  ]
2835
2836
  },
@@ -2882,14 +2883,14 @@
2882
2883
  "VERSION"
2883
2884
  ]
2884
2885
  },
2885
- "./Collection.js": {
2886
+ "./AssertionError.js": {
2886
2887
  "exports": [
2887
- "CollectionEvent",
2888
2888
  "default"
2889
2889
  ]
2890
2890
  },
2891
- "./AssertionError.js": {
2891
+ "./Collection.js": {
2892
2892
  "exports": [
2893
+ "CollectionEvent",
2893
2894
  "default"
2894
2895
  ]
2895
2896
  },
@@ -2909,6 +2910,12 @@
2909
2910
  "default"
2910
2911
  ]
2911
2912
  },
2913
+ "./Image.js": {
2914
+ "exports": [
2915
+ "listenImage",
2916
+ "default"
2917
+ ]
2918
+ },
2912
2919
  "./ImageBase.js": {
2913
2920
  "exports": [
2914
2921
  "default"
@@ -2966,17 +2973,12 @@
2966
2973
  "default"
2967
2974
  ]
2968
2975
  },
2969
- "./PluggableMap.js": {
2970
- "exports": [
2971
- "default"
2972
- ]
2973
- },
2974
2976
  "./Tile.js": {
2975
2977
  "exports": [
2976
2978
  "default"
2977
2979
  ]
2978
2980
  },
2979
- "./TileCache.js": {
2981
+ "./PluggableMap.js": {
2980
2982
  "exports": [
2981
2983
  "default"
2982
2984
  ]
@@ -2998,16 +3000,14 @@
2998
3000
  "default"
2999
3001
  ]
3000
3002
  },
3001
- "./VectorTile.js": {
3003
+ "./TileCache.js": {
3002
3004
  "exports": [
3003
3005
  "default"
3004
3006
  ]
3005
3007
  },
3006
- "./util.js": {
3008
+ "./VectorTile.js": {
3007
3009
  "exports": [
3008
- "abstract",
3009
- "getUid",
3010
- "VERSION"
3010
+ "default"
3011
3011
  ]
3012
3012
  },
3013
3013
  "./View.js": {
@@ -3019,10 +3019,11 @@
3019
3019
  "default"
3020
3020
  ]
3021
3021
  },
3022
- "./Image.js": {
3022
+ "./util.js": {
3023
3023
  "exports": [
3024
- "listenImage",
3025
- "default"
3024
+ "abstract",
3025
+ "getUid",
3026
+ "VERSION"
3026
3027
  ]
3027
3028
  },
3028
3029
  "./layer/Graticule.js": {
@@ -3047,6 +3048,24 @@
3047
3048
  "unlistenByKey"
3048
3049
  ]
3049
3050
  },
3051
+ "./math.js": {
3052
+ "exports": [
3053
+ "clamp",
3054
+ "cosh",
3055
+ "log2",
3056
+ "squaredSegmentDistance",
3057
+ "squaredDistance",
3058
+ "solveLinearSystem",
3059
+ "toDegrees",
3060
+ "toRadians",
3061
+ "modulo",
3062
+ "lerp",
3063
+ "toFixed",
3064
+ "round",
3065
+ "floor",
3066
+ "ceil"
3067
+ ]
3068
+ },
3050
3069
  "./proj.js": {
3051
3070
  "exports": [
3052
3071
  "METERS_PER_UNIT",
@@ -3086,43 +3105,71 @@
3086
3105
  "addCommon"
3087
3106
  ]
3088
3107
  },
3089
- "./math.js": {
3090
- "exports": [
3091
- "clamp",
3092
- "cosh",
3093
- "log2",
3094
- "squaredSegmentDistance",
3095
- "squaredDistance",
3096
- "solveLinearSystem",
3097
- "toDegrees",
3098
- "toRadians",
3099
- "modulo",
3100
- "lerp",
3101
- "toFixed",
3102
- "round",
3103
- "floor",
3104
- "ceil"
3105
- ]
3106
- },
3107
3108
  "./ImageState.js": {
3108
3109
  "exports": [
3109
3110
  "default"
3110
3111
  ]
3111
3112
  },
3112
- "./TileState.js": {
3113
+ "./extent.js": {
3113
3114
  "exports": [
3114
- "default"
3115
+ "boundingExtent",
3116
+ "buffer",
3117
+ "clone",
3118
+ "closestSquaredDistanceXY",
3119
+ "containsCoordinate",
3120
+ "containsExtent",
3121
+ "containsXY",
3122
+ "coordinateRelationship",
3123
+ "createEmpty",
3124
+ "createOrUpdate",
3125
+ "createOrUpdateEmpty",
3126
+ "createOrUpdateFromCoordinate",
3127
+ "createOrUpdateFromCoordinates",
3128
+ "createOrUpdateFromFlatCoordinates",
3129
+ "createOrUpdateFromRings",
3130
+ "equals",
3131
+ "approximatelyEquals",
3132
+ "extend",
3133
+ "extendCoordinate",
3134
+ "extendCoordinates",
3135
+ "extendFlatCoordinates",
3136
+ "extendRings",
3137
+ "extendXY",
3138
+ "forEachCorner",
3139
+ "getArea",
3140
+ "getBottomLeft",
3141
+ "getBottomRight",
3142
+ "getCenter",
3143
+ "getCorner",
3144
+ "getEnlargedArea",
3145
+ "getForViewAndSize",
3146
+ "getHeight",
3147
+ "getIntersectionArea",
3148
+ "getIntersection",
3149
+ "getMargin",
3150
+ "getSize",
3151
+ "getTopLeft",
3152
+ "getTopRight",
3153
+ "getWidth",
3154
+ "intersects",
3155
+ "isEmpty",
3156
+ "returnOrUpdate",
3157
+ "scaleFromCenter",
3158
+ "intersectsSegment",
3159
+ "applyTransform",
3160
+ "wrapX"
3115
3161
  ]
3116
3162
  },
3117
- "./dom.js": {
3163
+ "./has.js": {
3118
3164
  "exports": [
3119
- "createCanvasContext2D",
3120
- "outerWidth",
3121
- "outerHeight",
3122
- "replaceNode",
3123
- "removeNode",
3124
- "removeChildren",
3125
- "replaceChildren"
3165
+ "FIREFOX",
3166
+ "SAFARI",
3167
+ "WEBKIT",
3168
+ "MAC",
3169
+ "DEVICE_PIXEL_RATIO",
3170
+ "WORKER_OFFSCREEN_CANVAS",
3171
+ "IMAGE_DECODE",
3172
+ "PASSIVE_EVENT_LISTENERS"
3126
3173
  ]
3127
3174
  },
3128
3175
  "./events/Event.js": {
@@ -3137,11 +3184,6 @@
3137
3184
  "default"
3138
3185
  ]
3139
3186
  },
3140
- "./events/Target.js": {
3141
- "exports": [
3142
- "default"
3143
- ]
3144
- },
3145
3187
  "./geom/Polygon.js": {
3146
3188
  "exports": [
3147
3189
  "default",
@@ -3151,6 +3193,27 @@
3151
3193
  "makeRegular"
3152
3194
  ]
3153
3195
  },
3196
+ "./events/Target.js": {
3197
+ "exports": [
3198
+ "default"
3199
+ ]
3200
+ },
3201
+ "./TileState.js": {
3202
+ "exports": [
3203
+ "default"
3204
+ ]
3205
+ },
3206
+ "./dom.js": {
3207
+ "exports": [
3208
+ "createCanvasContext2D",
3209
+ "outerWidth",
3210
+ "outerHeight",
3211
+ "replaceNode",
3212
+ "removeNode",
3213
+ "removeChildren",
3214
+ "replaceChildren"
3215
+ ]
3216
+ },
3154
3217
  "./obj.js": {
3155
3218
  "exports": [
3156
3219
  "assign",
@@ -3204,18 +3267,6 @@
3204
3267
  "default"
3205
3268
  ]
3206
3269
  },
3207
- "./has.js": {
3208
- "exports": [
3209
- "FIREFOX",
3210
- "SAFARI",
3211
- "WEBKIT",
3212
- "MAC",
3213
- "DEVICE_PIXEL_RATIO",
3214
- "WORKER_OFFSCREEN_CANVAS",
3215
- "IMAGE_DECODE",
3216
- "PASSIVE_EVENT_LISTENERS"
3217
- ]
3218
- },
3219
3270
  "./functions.js": {
3220
3271
  "exports": [
3221
3272
  "TRUE",
@@ -3252,54 +3303,13 @@
3252
3303
  "cssOpacity"
3253
3304
  ]
3254
3305
  },
3255
- "./extent.js": {
3306
+ "./easing.js": {
3256
3307
  "exports": [
3257
- "boundingExtent",
3258
- "buffer",
3259
- "clone",
3260
- "closestSquaredDistanceXY",
3261
- "containsCoordinate",
3262
- "containsExtent",
3263
- "containsXY",
3264
- "coordinateRelationship",
3265
- "createEmpty",
3266
- "createOrUpdate",
3267
- "createOrUpdateEmpty",
3268
- "createOrUpdateFromCoordinate",
3269
- "createOrUpdateFromCoordinates",
3270
- "createOrUpdateFromFlatCoordinates",
3271
- "createOrUpdateFromRings",
3272
- "equals",
3273
- "approximatelyEquals",
3274
- "extend",
3275
- "extendCoordinate",
3276
- "extendCoordinates",
3277
- "extendFlatCoordinates",
3278
- "extendRings",
3279
- "extendXY",
3280
- "forEachCorner",
3281
- "getArea",
3282
- "getBottomLeft",
3283
- "getBottomRight",
3284
- "getCenter",
3285
- "getCorner",
3286
- "getEnlargedArea",
3287
- "getForViewAndSize",
3288
- "getHeight",
3289
- "getIntersectionArea",
3290
- "getIntersection",
3291
- "getMargin",
3292
- "getSize",
3293
- "getTopLeft",
3294
- "getTopRight",
3295
- "getWidth",
3296
- "intersects",
3297
- "isEmpty",
3298
- "returnOrUpdate",
3299
- "scaleFromCenter",
3300
- "intersectsSegment",
3301
- "applyTransform",
3302
- "wrapX"
3308
+ "easeIn",
3309
+ "easeOut",
3310
+ "inAndOut",
3311
+ "linear",
3312
+ "upAndDown"
3303
3313
  ]
3304
3314
  },
3305
3315
  "./MapProperty.js": {
@@ -3332,6 +3342,14 @@
3332
3342
  "toString"
3333
3343
  ]
3334
3344
  },
3345
+ "./size.js": {
3346
+ "exports": [
3347
+ "buffer",
3348
+ "hasArea",
3349
+ "scale",
3350
+ "toSize"
3351
+ ]
3352
+ },
3335
3353
  "./layer/Layer.js": {
3336
3354
  "exports": [
3337
3355
  "inView",
@@ -3344,23 +3362,6 @@
3344
3362
  "default"
3345
3363
  ]
3346
3364
  },
3347
- "./size.js": {
3348
- "exports": [
3349
- "buffer",
3350
- "hasArea",
3351
- "scale",
3352
- "toSize"
3353
- ]
3354
- },
3355
- "./easing.js": {
3356
- "exports": [
3357
- "easeIn",
3358
- "easeOut",
3359
- "inAndOut",
3360
- "linear",
3361
- "upAndDown"
3362
- ]
3363
- },
3364
3365
  "./tilecoord.js": {
3365
3366
  "exports": [
3366
3367
  "createOrUpdate",
@@ -3403,14 +3404,7 @@
3403
3404
  "none"
3404
3405
  ]
3405
3406
  },
3406
- "./resolutionconstraint.js": {
3407
- "exports": [
3408
- "createSnapToResolutions",
3409
- "createSnapToPower",
3410
- "createMinMaxResolution"
3411
- ]
3412
- },
3413
- "./rotationconstraint.js": {
3407
+ "./rotationconstraint.js": {
3414
3408
  "exports": [
3415
3409
  "disable",
3416
3410
  "none",
@@ -3439,70 +3433,77 @@
3439
3433
  "default"
3440
3434
  ]
3441
3435
  },
3442
- "./render.js": {
3436
+ "./resolutionconstraint.js": {
3443
3437
  "exports": [
3444
- "toContext",
3445
- "getVectorContext",
3446
- "getRenderPixel"
3438
+ "createSnapToResolutions",
3439
+ "createSnapToPower",
3440
+ "createMinMaxResolution"
3447
3441
  ]
3448
3442
  },
3449
- "./geom/LineString.js": {
3443
+ "./renderer/Composite.js": {
3450
3444
  "exports": [
3451
3445
  "default"
3452
3446
  ]
3453
3447
  },
3454
- "./geom/GeometryLayout.js": {
3448
+ "./pointer/EventType.js": {
3455
3449
  "exports": [
3456
3450
  "default"
3457
3451
  ]
3458
3452
  },
3459
- "./geom/Point.js": {
3453
+ "./render/EventType.js": {
3460
3454
  "exports": [
3461
3455
  "default"
3462
3456
  ]
3463
3457
  },
3464
- "./layer/Vector.js": {
3458
+ "./structs/PriorityQueue.js": {
3465
3459
  "exports": [
3460
+ "DROP",
3466
3461
  "default"
3467
3462
  ]
3468
3463
  },
3469
- "./renderer/Composite.js": {
3464
+ "./structs/LRUCache.js": {
3470
3465
  "exports": [
3471
3466
  "default"
3472
3467
  ]
3473
3468
  },
3474
- "./pointer/EventType.js": {
3469
+ "./proj/Units.js": {
3475
3470
  "exports": [
3471
+ "fromCode",
3472
+ "METERS_PER_UNIT",
3476
3473
  "default"
3477
3474
  ]
3478
3475
  },
3479
- "./render/EventType.js": {
3476
+ "./tilegrid/common.js": {
3477
+ "exports": [
3478
+ "DEFAULT_MAX_ZOOM",
3479
+ "DEFAULT_TILE_SIZE"
3480
+ ]
3481
+ },
3482
+ "./geom/GeometryLayout.js": {
3480
3483
  "exports": [
3481
3484
  "default"
3482
3485
  ]
3483
3486
  },
3484
- "./structs/PriorityQueue.js": {
3487
+ "./geom/Point.js": {
3485
3488
  "exports": [
3486
- "DROP",
3487
3489
  "default"
3488
3490
  ]
3489
3491
  },
3490
- "./structs/LRUCache.js": {
3492
+ "./geom/LineString.js": {
3491
3493
  "exports": [
3492
3494
  "default"
3493
3495
  ]
3494
3496
  },
3495
- "./proj/Units.js": {
3497
+ "./layer/Vector.js": {
3496
3498
  "exports": [
3497
- "fromCode",
3498
- "METERS_PER_UNIT",
3499
3499
  "default"
3500
3500
  ]
3501
3501
  },
3502
- "./tilegrid/common.js": {
3502
+ "./render.js": {
3503
3503
  "exports": [
3504
- "DEFAULT_MAX_ZOOM",
3505
- "DEFAULT_TILE_SIZE"
3504
+ "toContext",
3505
+ "getVectorContext",
3506
+ "getRenderPixel"
3506
3507
  ]
3507
3508
  },
3508
3509
  "./style/Fill.js": {
@@ -3510,6 +3511,11 @@
3510
3511
  "default"
3511
3512
  ]
3512
3513
  },
3514
+ "./style/Stroke.js": {
3515
+ "exports": [
3516
+ "default"
3517
+ ]
3518
+ },
3513
3519
  "./style/Style.js": {
3514
3520
  "exports": [
3515
3521
  "toFunction",
@@ -3523,9 +3529,11 @@
3523
3529
  "default"
3524
3530
  ]
3525
3531
  },
3526
- "./style/Stroke.js": {
3532
+ "./geom/flat/geodesic.js": {
3527
3533
  "exports": [
3528
- "default"
3534
+ "greatCircleArc",
3535
+ "meridian",
3536
+ "parallel"
3529
3537
  ]
3530
3538
  },
3531
3539
  "./source/Vector.js": {
@@ -3534,13 +3542,6 @@
3534
3542
  "default"
3535
3543
  ]
3536
3544
  },
3537
- "./geom/flat/geodesic.js": {
3538
- "exports": [
3539
- "greatCircleArc",
3540
- "meridian",
3541
- "parallel"
3542
- ]
3543
- },
3544
3545
  "./proj/Projection.js": {
3545
3546
  "exports": [
3546
3547
  "default"
@@ -3590,6 +3591,16 @@
3590
3591
  "offset"
3591
3592
  ]
3592
3593
  },
3594
+ "./extent/Corner.js": {
3595
+ "exports": [
3596
+ "default"
3597
+ ]
3598
+ },
3599
+ "./extent/Relationship.js": {
3600
+ "exports": [
3601
+ "default"
3602
+ ]
3603
+ },
3593
3604
  "./geom/LinearRing.js": {
3594
3605
  "exports": [
3595
3606
  "default"
@@ -3602,6 +3613,14 @@
3602
3613
  "default"
3603
3614
  ]
3604
3615
  },
3616
+ "./geom/flat/deflate.js": {
3617
+ "exports": [
3618
+ "deflateCoordinate",
3619
+ "deflateCoordinates",
3620
+ "deflateCoordinatesArray",
3621
+ "deflateMultiCoordinatesArray"
3622
+ ]
3623
+ },
3605
3624
  "./geom/flat/closest.js": {
3606
3625
  "exports": [
3607
3626
  "maxSquaredDelta",
@@ -3612,14 +3631,6 @@
3612
3631
  "assignClosestMultiArrayPoint"
3613
3632
  ]
3614
3633
  },
3615
- "./geom/flat/deflate.js": {
3616
- "exports": [
3617
- "deflateCoordinate",
3618
- "deflateCoordinates",
3619
- "deflateCoordinatesArray",
3620
- "deflateMultiCoordinatesArray"
3621
- ]
3622
- },
3623
3634
  "./geom/flat/interiorpoint.js": {
3624
3635
  "exports": [
3625
3636
  "getInteriorPointOfArray",
@@ -3633,6 +3644,15 @@
3633
3644
  "inflateMultiCoordinatesArray"
3634
3645
  ]
3635
3646
  },
3647
+ "./geom/flat/intersectsextent.js": {
3648
+ "exports": [
3649
+ "intersectsLineString",
3650
+ "intersectsLineStringArray",
3651
+ "intersectsLinearRing",
3652
+ "intersectsLinearRingArray",
3653
+ "intersectsLinearRingMultiArray"
3654
+ ]
3655
+ },
3636
3656
  "./geom/flat/orient.js": {
3637
3657
  "exports": [
3638
3658
  "linearRingIsClockwise",
@@ -3643,15 +3663,6 @@
3643
3663
  "inflateEnds"
3644
3664
  ]
3645
3665
  },
3646
- "./geom/flat/intersectsextent.js": {
3647
- "exports": [
3648
- "intersectsLineString",
3649
- "intersectsLineStringArray",
3650
- "intersectsLinearRing",
3651
- "intersectsLinearRingArray",
3652
- "intersectsLinearRingMultiArray"
3653
- ]
3654
- },
3655
3666
  "./geom/flat/area.js": {
3656
3667
  "exports": [
3657
3668
  "linearRing",
@@ -3685,27 +3696,27 @@
3685
3696
  "default"
3686
3697
  ]
3687
3698
  },
3688
- "./control/Rotate.js": {
3699
+ "./control/Zoom.js": {
3689
3700
  "exports": [
3690
3701
  "default"
3691
3702
  ]
3692
3703
  },
3693
- "./control/Zoom.js": {
3704
+ "./control/Rotate.js": {
3694
3705
  "exports": [
3695
3706
  "default"
3696
3707
  ]
3697
3708
  },
3698
- "./control/Control.js": {
3709
+ "./control/FullScreen.js": {
3699
3710
  "exports": [
3700
3711
  "default"
3701
3712
  ]
3702
3713
  },
3703
- "./control/MousePosition.js": {
3714
+ "./control/Control.js": {
3704
3715
  "exports": [
3705
3716
  "default"
3706
3717
  ]
3707
3718
  },
3708
- "./control/FullScreen.js": {
3719
+ "./control/MousePosition.js": {
3709
3720
  "exports": [
3710
3721
  "default"
3711
3722
  ]
@@ -3833,54 +3844,72 @@
3833
3844
  "default"
3834
3845
  ]
3835
3846
  },
3836
- "./interaction/Translate.js": {
3847
+ "./interaction/Snap.js": {
3837
3848
  "exports": [
3838
- "TranslateEvent",
3839
3849
  "default"
3840
3850
  ]
3841
3851
  },
3842
- "./extent/Corner.js": {
3852
+ "./interaction/Translate.js": {
3843
3853
  "exports": [
3854
+ "TranslateEvent",
3844
3855
  "default"
3845
3856
  ]
3846
3857
  },
3847
- "./interaction/Snap.js": {
3858
+ "./layer/Base.js": {
3848
3859
  "exports": [
3849
3860
  "default"
3850
3861
  ]
3851
3862
  },
3852
- "./extent/Relationship.js": {
3863
+ "./layer/Property.js": {
3853
3864
  "exports": [
3854
3865
  "default"
3855
3866
  ]
3856
3867
  },
3857
- "./layer/Property.js": {
3868
+ "./source/State.js": {
3858
3869
  "exports": [
3859
3870
  "default"
3860
3871
  ]
3861
3872
  },
3862
- "./layer/Base.js": {
3873
+ "./string.js": {
3863
3874
  "exports": [
3864
- "default"
3875
+ "padNumber",
3876
+ "compareVersions"
3865
3877
  ]
3866
3878
  },
3867
- "./source/State.js": {
3879
+ "./renderer/Map.js": {
3868
3880
  "exports": [
3869
3881
  "default"
3870
3882
  ]
3871
3883
  },
3872
- "./string.js": {
3884
+ "./render/canvas.js": {
3873
3885
  "exports": [
3874
- "padNumber",
3875
- "compareVersions"
3886
+ "defaultFont",
3887
+ "defaultFillStyle",
3888
+ "defaultLineCap",
3889
+ "defaultLineDash",
3890
+ "defaultLineDashOffset",
3891
+ "defaultLineJoin",
3892
+ "defaultMiterLimit",
3893
+ "defaultStrokeStyle",
3894
+ "defaultTextAlign",
3895
+ "defaultTextBaseline",
3896
+ "defaultPadding",
3897
+ "defaultLineWidth",
3898
+ "checkedFonts",
3899
+ "labelCache",
3900
+ "textHeights",
3901
+ "registerFont",
3902
+ "measureTextHeight",
3903
+ "measureTextWidth",
3904
+ "measureAndCacheTextWidth",
3905
+ "getTextDimensions",
3906
+ "rotateAtOffset",
3907
+ "drawImageOrLabel"
3876
3908
  ]
3877
3909
  },
3878
- "./renderer/vector.js": {
3910
+ "./render/Event.js": {
3879
3911
  "exports": [
3880
- "defaultOrder",
3881
- "getSquaredTolerance",
3882
- "getTolerance",
3883
- "renderFeature"
3912
+ "default"
3884
3913
  ]
3885
3914
  },
3886
3915
  "./geom/flat/interpolate.js": {
@@ -3906,58 +3935,45 @@
3906
3935
  "default"
3907
3936
  ]
3908
3937
  },
3909
- "./renderer/Map.js": {
3938
+ "./renderer/vector.js": {
3939
+ "exports": [
3940
+ "defaultOrder",
3941
+ "getSquaredTolerance",
3942
+ "getTolerance",
3943
+ "renderFeature"
3944
+ ]
3945
+ },
3946
+ "./renderer/canvas/VectorLayer.js": {
3910
3947
  "exports": [
3911
3948
  "default"
3912
3949
  ]
3913
3950
  },
3914
- "./render/Event.js": {
3951
+ "./render/canvas/Immediate.js": {
3915
3952
  "exports": [
3916
3953
  "default"
3917
3954
  ]
3918
3955
  },
3919
- "./render/canvas.js": {
3956
+ "./style/Circle.js": {
3920
3957
  "exports": [
3921
- "defaultFont",
3922
- "defaultFillStyle",
3923
- "defaultLineCap",
3924
- "defaultLineDash",
3925
- "defaultLineDashOffset",
3926
- "defaultLineJoin",
3927
- "defaultMiterLimit",
3928
- "defaultStrokeStyle",
3929
- "defaultTextAlign",
3930
- "defaultTextBaseline",
3931
- "defaultPadding",
3932
- "defaultLineWidth",
3933
- "checkedFonts",
3934
- "labelCache",
3935
- "textHeights",
3936
- "registerFont",
3937
- "measureTextHeight",
3938
- "measureTextWidth",
3939
- "measureAndCacheTextWidth",
3940
- "getTextDimensions",
3941
- "rotateAtOffset",
3942
- "drawImageOrLabel"
3958
+ "default"
3943
3959
  ]
3944
3960
  },
3945
- "./render/canvas/Immediate.js": {
3961
+ "./style/TextPlacement.js": {
3946
3962
  "exports": [
3947
3963
  "default"
3948
3964
  ]
3949
3965
  },
3950
- "./renderer/canvas/VectorLayer.js": {
3966
+ "./structs/RBush.js": {
3951
3967
  "exports": [
3952
3968
  "default"
3953
3969
  ]
3954
3970
  },
3955
- "./style/Circle.js": {
3971
+ "./source/Source.js": {
3956
3972
  "exports": [
3957
3973
  "default"
3958
3974
  ]
3959
3975
  },
3960
- "./style/TextPlacement.js": {
3976
+ "./source/VectorEventType.js": {
3961
3977
  "exports": [
3962
3978
  "default"
3963
3979
  ]
@@ -3976,21 +3992,6 @@
3976
3992
  "setWithCredentials"
3977
3993
  ]
3978
3994
  },
3979
- "./structs/RBush.js": {
3980
- "exports": [
3981
- "default"
3982
- ]
3983
- },
3984
- "./source/Source.js": {
3985
- "exports": [
3986
- "default"
3987
- ]
3988
- },
3989
- "./source/VectorEventType.js": {
3990
- "exports": [
3991
- "default"
3992
- ]
3993
- },
3994
3995
  "./geom/Geometry.js": {
3995
3996
  "exports": [
3996
3997
  "default"
@@ -4053,17 +4054,17 @@
4053
4054
  "default"
4054
4055
  ]
4055
4056
  },
4056
- "./geom/MultiPoint.js": {
4057
+ "./geom/MultiLineString.js": {
4057
4058
  "exports": [
4058
4059
  "default"
4059
4060
  ]
4060
4061
  },
4061
- "./geom/MultiPolygon.js": {
4062
+ "./geom/MultiPoint.js": {
4062
4063
  "exports": [
4063
4064
  "default"
4064
4065
  ]
4065
4066
  },
4066
- "./geom/MultiLineString.js": {
4067
+ "./geom/MultiPolygon.js": {
4067
4068
  "exports": [
4068
4069
  "default"
4069
4070
  ]
@@ -4073,33 +4074,23 @@
4073
4074
  "default"
4074
4075
  ]
4075
4076
  },
4076
- "./render/canvas/BuilderType.js": {
4077
- "exports": [
4078
- "default"
4079
- ]
4080
- },
4081
4077
  "./style/IconImageCache.js": {
4082
4078
  "exports": [
4083
4079
  "default",
4084
4080
  "shared"
4085
4081
  ]
4086
4082
  },
4087
- "./render/VectorContext.js": {
4083
+ "./render/canvas/BuilderType.js": {
4088
4084
  "exports": [
4089
4085
  "default"
4090
4086
  ]
4091
4087
  },
4092
- "./colorlike.js": {
4093
- "exports": [
4094
- "asColorLike"
4095
- ]
4096
- },
4097
- "./renderer/canvas/Layer.js": {
4088
+ "./render/canvas/BuilderGroup.js": {
4098
4089
  "exports": [
4099
4090
  "default"
4100
4091
  ]
4101
4092
  },
4102
- "./render/canvas/BuilderGroup.js": {
4093
+ "./renderer/canvas/Layer.js": {
4103
4094
  "exports": [
4104
4095
  "default"
4105
4096
  ]
@@ -4117,6 +4108,16 @@
4117
4108
  "hitDetect"
4118
4109
  ]
4119
4110
  },
4111
+ "./colorlike.js": {
4112
+ "exports": [
4113
+ "asColorLike"
4114
+ ]
4115
+ },
4116
+ "./render/VectorContext.js": {
4117
+ "exports": [
4118
+ "default"
4119
+ ]
4120
+ },
4120
4121
  "./style/RegularShape.js": {
4121
4122
  "exports": [
4122
4123
  "default"
@@ -4137,11 +4138,6 @@
4137
4138
  "isStringColor"
4138
4139
  ]
4139
4140
  },
4140
- "./renderer/Layer.js": {
4141
- "exports": [
4142
- "default"
4143
- ]
4144
- },
4145
4141
  "./render/canvas/Builder.js": {
4146
4142
  "exports": [
4147
4143
  "default"
@@ -4168,6 +4164,11 @@
4168
4164
  "default"
4169
4165
  ]
4170
4166
  },
4167
+ "./renderer/Layer.js": {
4168
+ "exports": [
4169
+ "default"
4170
+ ]
4171
+ },
4171
4172
  "./render/canvas/Executor.js": {
4172
4173
  "exports": [
4173
4174
  "default"
@@ -4215,14 +4216,14 @@
4215
4216
  "drawTextOnPath"
4216
4217
  ]
4217
4218
  },
4218
- "./style/IconImage.js": {
4219
+ "./style/Icon.js": {
4219
4220
  "exports": [
4220
- "get",
4221
4221
  "default"
4222
4222
  ]
4223
4223
  },
4224
- "./style/Icon.js": {
4224
+ "./style/IconImage.js": {
4225
4225
  "exports": [
4226
+ "get",
4226
4227
  "default"
4227
4228
  ]
4228
4229
  },
@@ -4234,7 +4235,7 @@
4234
4235
  }
4235
4236
  },
4236
4237
  "@vaadin/accordion": {
4237
- "version": "24.2.0-alpha7",
4238
+ "version": "24.2.0-alpha9",
4238
4239
  "exposes": {
4239
4240
  ".": {
4240
4241
  "exports": [
@@ -4282,94 +4283,94 @@
4282
4283
  }
4283
4284
  }
4284
4285
  },
4285
- "@vaadin/avatar-group": {
4286
- "version": "24.2.0-alpha7",
4286
+ "@vaadin/avatar": {
4287
+ "version": "24.2.0-alpha9",
4287
4288
  "exposes": {
4288
4289
  ".": {
4289
4290
  "exports": [
4290
4291
  {
4291
- "source": "@vaadin/avatar-group/vaadin-avatar-group.js"
4292
+ "source": "@vaadin/avatar/vaadin-avatar.js"
4292
4293
  }
4293
4294
  ]
4294
4295
  },
4295
- "./vaadin-avatar-group.js": {
4296
+ "./vaadin-avatar.js": {
4296
4297
  "exports": [
4297
4298
  {
4298
- "source": "@vaadin/avatar-group/src/vaadin-avatar-group.js"
4299
+ "source": "@vaadin/avatar/src/vaadin-avatar.js"
4299
4300
  }
4300
4301
  ]
4301
4302
  },
4302
- "./src/vaadin-avatar-group.js": {
4303
+ "./src/vaadin-avatar.js": {
4303
4304
  "exports": [
4304
- "AvatarGroup"
4305
+ "Avatar"
4305
4306
  ]
4306
4307
  },
4307
- "./theme/lumo/vaadin-avatar-group.js": {
4308
+ "./theme/lumo/vaadin-avatar.js": {
4308
4309
  "exports": []
4309
4310
  },
4310
- "./src/vaadin-avatar-group-menu.js": {
4311
+ "./src/vaadin-avatar-icons.js": {
4312
+ "exports": []
4313
+ },
4314
+ "./src/vaadin-avatar-mixin.js": {
4311
4315
  "exports": [
4312
- "AvatarGroupMenu"
4316
+ "AvatarMixin"
4313
4317
  ]
4314
4318
  },
4315
- "./src/vaadin-avatar-group-menu-item.js": {
4319
+ "./src/vaadin-avatar-styles.js": {
4316
4320
  "exports": [
4317
- "AvatarGroupMenuItem"
4321
+ "avatarStyles"
4318
4322
  ]
4319
4323
  },
4320
- "./src/vaadin-avatar-group-overlay.js": {
4321
- "exports": []
4322
- },
4323
- "./theme/lumo/vaadin-avatar-group-styles.js": {
4324
+ "./theme/lumo/vaadin-avatar-styles.js": {
4324
4325
  "exports": []
4325
4326
  }
4326
4327
  }
4327
4328
  },
4328
- "@vaadin/avatar": {
4329
- "version": "24.2.0-alpha7",
4329
+ "@vaadin/avatar-group": {
4330
+ "version": "24.2.0-alpha9",
4330
4331
  "exposes": {
4331
4332
  ".": {
4332
4333
  "exports": [
4333
4334
  {
4334
- "source": "@vaadin/avatar/vaadin-avatar.js"
4335
+ "source": "@vaadin/avatar-group/vaadin-avatar-group.js"
4335
4336
  }
4336
4337
  ]
4337
4338
  },
4338
- "./vaadin-avatar.js": {
4339
+ "./vaadin-avatar-group.js": {
4339
4340
  "exports": [
4340
4341
  {
4341
- "source": "@vaadin/avatar/src/vaadin-avatar.js"
4342
+ "source": "@vaadin/avatar-group/src/vaadin-avatar-group.js"
4342
4343
  }
4343
4344
  ]
4344
4345
  },
4345
- "./src/vaadin-avatar.js": {
4346
+ "./src/vaadin-avatar-group.js": {
4346
4347
  "exports": [
4347
- "Avatar"
4348
+ "AvatarGroup"
4348
4349
  ]
4349
4350
  },
4350
- "./theme/lumo/vaadin-avatar.js": {
4351
- "exports": []
4352
- },
4353
- "./src/vaadin-avatar-icons.js": {
4351
+ "./theme/lumo/vaadin-avatar-group.js": {
4354
4352
  "exports": []
4355
4353
  },
4356
- "./src/vaadin-avatar-mixin.js": {
4354
+ "./src/vaadin-avatar-group-menu.js": {
4357
4355
  "exports": [
4358
- "AvatarMixin"
4356
+ "AvatarGroupMenu"
4359
4357
  ]
4360
4358
  },
4361
- "./src/vaadin-avatar-styles.js": {
4359
+ "./src/vaadin-avatar-group-menu-item.js": {
4362
4360
  "exports": [
4363
- "avatarStyles"
4361
+ "AvatarGroupMenuItem"
4364
4362
  ]
4365
4363
  },
4366
- "./theme/lumo/vaadin-avatar-styles.js": {
4364
+ "./src/vaadin-avatar-group-overlay.js": {
4365
+ "exports": []
4366
+ },
4367
+ "./theme/lumo/vaadin-avatar-group-styles.js": {
4367
4368
  "exports": []
4368
4369
  }
4369
4370
  }
4370
4371
  },
4371
4372
  "@vaadin/button": {
4372
- "version": "24.2.0-alpha7",
4373
+ "version": "24.2.0-alpha9",
4373
4374
  "exposes": {
4374
4375
  ".": {
4375
4376
  "exports": [
@@ -4393,17 +4394,17 @@
4393
4394
  "./theme/lumo/vaadin-button.js": {
4394
4395
  "exports": []
4395
4396
  },
4396
- "./src/vaadin-button-mixin.js": {
4397
- "exports": [
4398
- "ButtonMixin"
4399
- ]
4400
- },
4401
4397
  "./src/vaadin-button-base.js": {
4402
4398
  "exports": [
4403
4399
  "buttonStyles",
4404
4400
  "buttonTemplate"
4405
4401
  ]
4406
4402
  },
4403
+ "./src/vaadin-button-mixin.js": {
4404
+ "exports": [
4405
+ "ButtonMixin"
4406
+ ]
4407
+ },
4407
4408
  "./theme/lumo/vaadin-button-styles.js": {
4408
4409
  "exports": [
4409
4410
  "button"
@@ -4412,7 +4413,7 @@
4412
4413
  }
4413
4414
  },
4414
4415
  "@vaadin/checkbox": {
4415
- "version": "24.2.0-alpha7",
4416
+ "version": "24.2.0-alpha9",
4416
4417
  "exposes": {
4417
4418
  ".": {
4418
4419
  "exports": [
@@ -4456,7 +4457,7 @@
4456
4457
  }
4457
4458
  },
4458
4459
  "@vaadin/checkbox-group": {
4459
- "version": "24.2.0-alpha7",
4460
+ "version": "24.2.0-alpha9",
4460
4461
  "exposes": {
4461
4462
  ".": {
4462
4463
  "exports": [
@@ -4485,50 +4486,8 @@
4485
4486
  }
4486
4487
  }
4487
4488
  },
4488
- "@vaadin/custom-field": {
4489
- "version": "24.2.0-alpha7",
4490
- "exposes": {
4491
- ".": {
4492
- "exports": [
4493
- {
4494
- "source": "@vaadin/custom-field/vaadin-custom-field.js"
4495
- }
4496
- ]
4497
- },
4498
- "./vaadin-custom-field.js": {
4499
- "exports": [
4500
- {
4501
- "source": "@vaadin/custom-field/src/vaadin-custom-field.js"
4502
- }
4503
- ]
4504
- },
4505
- "./src/vaadin-custom-field.js": {
4506
- "exports": [
4507
- "CustomField"
4508
- ]
4509
- },
4510
- "./theme/lumo/vaadin-custom-field.js": {
4511
- "exports": []
4512
- },
4513
- "./src/vaadin-custom-field-mixin.js": {
4514
- "exports": [
4515
- "CustomFieldMixin"
4516
- ]
4517
- },
4518
- "./src/vaadin-custom-field-styles.js": {
4519
- "exports": [
4520
- "customFieldStyles"
4521
- ]
4522
- },
4523
- "./theme/lumo/vaadin-custom-field-styles.js": {
4524
- "exports": [
4525
- "customField"
4526
- ]
4527
- }
4528
- }
4529
- },
4530
4489
  "@vaadin/date-picker": {
4531
- "version": "24.2.0-alpha7",
4490
+ "version": "24.2.0-alpha9",
4532
4491
  "exposes": {
4533
4492
  ".": {
4534
4493
  "exports": [
@@ -4626,14 +4585,14 @@
4626
4585
  "./theme/lumo/vaadin-date-picker-year-styles.js": {
4627
4586
  "exports": []
4628
4587
  },
4629
- "./src/vaadin-month-calendar-mixin.js": {
4588
+ "./src/vaadin-month-calendar-styles.js": {
4630
4589
  "exports": [
4631
- "MonthCalendarMixin"
4590
+ "monthCalendarStyles"
4632
4591
  ]
4633
4592
  },
4634
- "./src/vaadin-month-calendar-styles.js": {
4593
+ "./src/vaadin-month-calendar-mixin.js": {
4635
4594
  "exports": [
4636
- "monthCalendarStyles"
4595
+ "MonthCalendarMixin"
4637
4596
  ]
4638
4597
  },
4639
4598
  "./src/vaadin-infinite-scroller.js": {
@@ -4644,38 +4603,50 @@
4644
4603
  }
4645
4604
  }
4646
4605
  },
4647
- "@vaadin/date-time-picker": {
4648
- "version": "24.2.0-alpha7",
4606
+ "@vaadin/custom-field": {
4607
+ "version": "24.2.0-alpha9",
4649
4608
  "exposes": {
4650
4609
  ".": {
4651
4610
  "exports": [
4652
4611
  {
4653
- "source": "@vaadin/date-time-picker/vaadin-date-time-picker.js"
4612
+ "source": "@vaadin/custom-field/vaadin-custom-field.js"
4654
4613
  }
4655
4614
  ]
4656
4615
  },
4657
- "./vaadin-date-time-picker.js": {
4616
+ "./vaadin-custom-field.js": {
4658
4617
  "exports": [
4659
4618
  {
4660
- "source": "@vaadin/date-time-picker/src/vaadin-date-time-picker.js"
4619
+ "source": "@vaadin/custom-field/src/vaadin-custom-field.js"
4661
4620
  }
4662
4621
  ]
4663
4622
  },
4664
- "./src/vaadin-date-time-picker.js": {
4623
+ "./src/vaadin-custom-field.js": {
4665
4624
  "exports": [
4666
- "DateTimePicker"
4625
+ "CustomField"
4667
4626
  ]
4668
4627
  },
4669
- "./theme/lumo/vaadin-date-time-picker.js": {
4628
+ "./theme/lumo/vaadin-custom-field.js": {
4670
4629
  "exports": []
4671
4630
  },
4672
- "./theme/lumo/vaadin-date-time-picker-styles.js": {
4673
- "exports": []
4631
+ "./src/vaadin-custom-field-mixin.js": {
4632
+ "exports": [
4633
+ "CustomFieldMixin"
4634
+ ]
4635
+ },
4636
+ "./src/vaadin-custom-field-styles.js": {
4637
+ "exports": [
4638
+ "customFieldStyles"
4639
+ ]
4640
+ },
4641
+ "./theme/lumo/vaadin-custom-field-styles.js": {
4642
+ "exports": [
4643
+ "customField"
4644
+ ]
4674
4645
  }
4675
4646
  }
4676
4647
  },
4677
4648
  "@vaadin/details": {
4678
- "version": "24.2.0-alpha7",
4649
+ "version": "24.2.0-alpha9",
4679
4650
  "exposes": {
4680
4651
  ".": {
4681
4652
  "exports": [
@@ -4739,8 +4710,38 @@
4739
4710
  }
4740
4711
  }
4741
4712
  },
4713
+ "@vaadin/date-time-picker": {
4714
+ "version": "24.2.0-alpha9",
4715
+ "exposes": {
4716
+ ".": {
4717
+ "exports": [
4718
+ {
4719
+ "source": "@vaadin/date-time-picker/vaadin-date-time-picker.js"
4720
+ }
4721
+ ]
4722
+ },
4723
+ "./vaadin-date-time-picker.js": {
4724
+ "exports": [
4725
+ {
4726
+ "source": "@vaadin/date-time-picker/src/vaadin-date-time-picker.js"
4727
+ }
4728
+ ]
4729
+ },
4730
+ "./src/vaadin-date-time-picker.js": {
4731
+ "exports": [
4732
+ "DateTimePicker"
4733
+ ]
4734
+ },
4735
+ "./theme/lumo/vaadin-date-time-picker.js": {
4736
+ "exports": []
4737
+ },
4738
+ "./theme/lumo/vaadin-date-time-picker-styles.js": {
4739
+ "exports": []
4740
+ }
4741
+ }
4742
+ },
4742
4743
  "@vaadin/email-field": {
4743
- "version": "24.2.0-alpha7",
4744
+ "version": "24.2.0-alpha9",
4744
4745
  "exposes": {
4745
4746
  ".": {
4746
4747
  "exports": [
@@ -4776,7 +4777,7 @@
4776
4777
  }
4777
4778
  },
4778
4779
  "@vaadin/field-highlighter": {
4779
- "version": "24.2.0-alpha7",
4780
+ "version": "24.2.0-alpha9",
4780
4781
  "exposes": {
4781
4782
  ".": {
4782
4783
  "exports": [
@@ -4891,7 +4892,7 @@
4891
4892
  }
4892
4893
  },
4893
4894
  "@vaadin/horizontal-layout": {
4894
- "version": "24.2.0-alpha7",
4895
+ "version": "24.2.0-alpha9",
4895
4896
  "exposes": {
4896
4897
  ".": {
4897
4898
  "exports": [
@@ -4921,7 +4922,7 @@
4921
4922
  }
4922
4923
  },
4923
4924
  "@vaadin/icon": {
4924
- "version": "24.2.0-alpha7",
4925
+ "version": "24.2.0-alpha9",
4925
4926
  "exposes": {
4926
4927
  ".": {
4927
4928
  "exports": [
@@ -4977,23 +4978,8 @@
4977
4978
  }
4978
4979
  }
4979
4980
  },
4980
- "@vaadin/icons": {
4981
- "version": "24.2.0-alpha7",
4982
- "exposes": {
4983
- ".": {
4984
- "exports": [
4985
- {
4986
- "source": "@vaadin/icons/vaadin-iconset.js"
4987
- }
4988
- ]
4989
- },
4990
- "./vaadin-iconset.js": {
4991
- "exports": []
4992
- }
4993
- }
4994
- },
4995
4981
  "@vaadin/integer-field": {
4996
- "version": "24.2.0-alpha7",
4982
+ "version": "24.2.0-alpha9",
4997
4983
  "exposes": {
4998
4984
  ".": {
4999
4985
  "exports": [
@@ -5020,45 +5006,23 @@
5020
5006
  }
5021
5007
  }
5022
5008
  },
5023
- "@vaadin/item": {
5024
- "version": "24.2.0-alpha7",
5009
+ "@vaadin/icons": {
5010
+ "version": "24.2.0-alpha9",
5025
5011
  "exposes": {
5026
5012
  ".": {
5027
5013
  "exports": [
5028
5014
  {
5029
- "source": "@vaadin/item/vaadin-item.js"
5030
- }
5031
- ]
5032
- },
5033
- "./vaadin-item.js": {
5034
- "exports": [
5035
- {
5036
- "source": "@vaadin/item/src/vaadin-item.js"
5015
+ "source": "@vaadin/icons/vaadin-iconset.js"
5037
5016
  }
5038
5017
  ]
5039
5018
  },
5040
- "./src/vaadin-item.js": {
5041
- "exports": [
5042
- "Item"
5043
- ]
5044
- },
5045
- "./theme/lumo/vaadin-item.js": {
5019
+ "./vaadin-iconset.js": {
5046
5020
  "exports": []
5047
- },
5048
- "./src/vaadin-item-mixin.js": {
5049
- "exports": [
5050
- "ItemMixin"
5051
- ]
5052
- },
5053
- "./theme/lumo/vaadin-item-styles.js": {
5054
- "exports": [
5055
- "item"
5056
- ]
5057
5021
  }
5058
5022
  }
5059
5023
  },
5060
5024
  "@vaadin/list-box": {
5061
- "version": "24.2.0-alpha7",
5025
+ "version": "24.2.0-alpha9",
5062
5026
  "exposes": {
5063
5027
  ".": {
5064
5028
  "exports": [
@@ -5094,26 +5058,93 @@
5094
5058
  }
5095
5059
  }
5096
5060
  },
5097
- "@vaadin/lit-renderer": {
5098
- "version": "24.2.0-alpha7",
5061
+ "@vaadin/item": {
5062
+ "version": "24.2.0-alpha9",
5099
5063
  "exposes": {
5100
5064
  ".": {
5101
5065
  "exports": [
5102
5066
  {
5103
- "source": "@vaadin/lit-renderer/src/lit-renderer.js"
5067
+ "source": "@vaadin/item/vaadin-item.js"
5104
5068
  }
5105
5069
  ]
5106
5070
  },
5107
- "./src/lit-renderer.js": {
5071
+ "./vaadin-item.js": {
5108
5072
  "exports": [
5109
- "LitRendererDirective",
5110
- "AsyncDirective"
5111
- ]
5112
- }
5073
+ {
5074
+ "source": "@vaadin/item/src/vaadin-item.js"
5075
+ }
5076
+ ]
5077
+ },
5078
+ "./src/vaadin-item.js": {
5079
+ "exports": [
5080
+ "Item"
5081
+ ]
5082
+ },
5083
+ "./theme/lumo/vaadin-item.js": {
5084
+ "exports": []
5085
+ },
5086
+ "./src/vaadin-item-mixin.js": {
5087
+ "exports": [
5088
+ "ItemMixin"
5089
+ ]
5090
+ },
5091
+ "./theme/lumo/vaadin-item-styles.js": {
5092
+ "exports": [
5093
+ "item"
5094
+ ]
5095
+ }
5096
+ }
5097
+ },
5098
+ "@vaadin/message-input": {
5099
+ "version": "24.2.0-alpha9",
5100
+ "exposes": {
5101
+ ".": {
5102
+ "exports": [
5103
+ {
5104
+ "source": "@vaadin/message-input/vaadin-message-input.js"
5105
+ }
5106
+ ]
5107
+ },
5108
+ "./vaadin-message-input.js": {
5109
+ "exports": [
5110
+ {
5111
+ "source": "@vaadin/message-input/src/vaadin-message-input.js"
5112
+ }
5113
+ ]
5114
+ },
5115
+ "./src/vaadin-message-input.js": {
5116
+ "exports": [
5117
+ "MessageInput"
5118
+ ]
5119
+ },
5120
+ "./theme/lumo/vaadin-message-input.js": {
5121
+ "exports": []
5122
+ },
5123
+ "./theme/lumo/vaadin-message-input-styles.js": {
5124
+ "exports": []
5125
+ }
5126
+ }
5127
+ },
5128
+ "@vaadin/lit-renderer": {
5129
+ "version": "24.2.0-alpha9",
5130
+ "exposes": {
5131
+ ".": {
5132
+ "exports": [
5133
+ {
5134
+ "source": "@vaadin/lit-renderer/src/lit-renderer.js"
5135
+ }
5136
+ ]
5137
+ },
5138
+ "./src/lit-renderer.js": {
5139
+ "exports": [
5140
+ "LitRendererDirective",
5141
+ "AsyncDirective"
5142
+ ]
5143
+ }
5113
5144
  }
5114
5145
  },
5115
5146
  "@vaadin/menu-bar": {
5116
- "version": "24.2.0-alpha7",
5147
+ "version": "24.2.0-alpha9",
5117
5148
  "exposes": {
5118
5149
  ".": {
5119
5150
  "exports": [
@@ -5188,38 +5219,8 @@
5188
5219
  }
5189
5220
  }
5190
5221
  },
5191
- "@vaadin/message-input": {
5192
- "version": "24.2.0-alpha7",
5193
- "exposes": {
5194
- ".": {
5195
- "exports": [
5196
- {
5197
- "source": "@vaadin/message-input/vaadin-message-input.js"
5198
- }
5199
- ]
5200
- },
5201
- "./vaadin-message-input.js": {
5202
- "exports": [
5203
- {
5204
- "source": "@vaadin/message-input/src/vaadin-message-input.js"
5205
- }
5206
- ]
5207
- },
5208
- "./src/vaadin-message-input.js": {
5209
- "exports": [
5210
- "MessageInput"
5211
- ]
5212
- },
5213
- "./theme/lumo/vaadin-message-input.js": {
5214
- "exports": []
5215
- },
5216
- "./theme/lumo/vaadin-message-input-styles.js": {
5217
- "exports": []
5218
- }
5219
- }
5220
- },
5221
5222
  "@vaadin/message-list": {
5222
- "version": "24.2.0-alpha7",
5223
+ "version": "24.2.0-alpha9",
5223
5224
  "exposes": {
5224
5225
  ".": {
5225
5226
  "exports": [
@@ -5257,7 +5258,7 @@
5257
5258
  }
5258
5259
  },
5259
5260
  "@vaadin/number-field": {
5260
- "version": "24.2.0-alpha7",
5261
+ "version": "24.2.0-alpha9",
5261
5262
  "exposes": {
5262
5263
  ".": {
5263
5264
  "exports": [
@@ -5300,8 +5301,45 @@
5300
5301
  }
5301
5302
  }
5302
5303
  },
5304
+ "@vaadin/password-field": {
5305
+ "version": "24.2.0-alpha9",
5306
+ "exposes": {
5307
+ ".": {
5308
+ "exports": [
5309
+ {
5310
+ "source": "@vaadin/password-field/vaadin-password-field.js"
5311
+ }
5312
+ ]
5313
+ },
5314
+ "./vaadin-password-field.js": {
5315
+ "exports": [
5316
+ {
5317
+ "source": "@vaadin/password-field/src/vaadin-password-field.js"
5318
+ }
5319
+ ]
5320
+ },
5321
+ "./src/vaadin-password-field.js": {
5322
+ "exports": [
5323
+ "PasswordField",
5324
+ "TextField"
5325
+ ]
5326
+ },
5327
+ "./theme/lumo/vaadin-password-field.js": {
5328
+ "exports": []
5329
+ },
5330
+ "./src/vaadin-password-field-button.js": {
5331
+ "exports": []
5332
+ },
5333
+ "./theme/lumo/vaadin-password-field-button-styles.js": {
5334
+ "exports": []
5335
+ },
5336
+ "./theme/lumo/vaadin-password-field-styles.js": {
5337
+ "exports": []
5338
+ }
5339
+ }
5340
+ },
5303
5341
  "@vaadin/overlay": {
5304
- "version": "24.2.0-alpha7",
5342
+ "version": "24.2.0-alpha9",
5305
5343
  "exposes": {
5306
5344
  ".": {
5307
5345
  "exports": [
@@ -5356,45 +5394,48 @@
5356
5394
  }
5357
5395
  }
5358
5396
  },
5359
- "@vaadin/password-field": {
5360
- "version": "24.2.0-alpha7",
5397
+ "@vaadin/progress-bar": {
5398
+ "version": "24.2.0-alpha9",
5361
5399
  "exposes": {
5362
5400
  ".": {
5363
5401
  "exports": [
5364
5402
  {
5365
- "source": "@vaadin/password-field/vaadin-password-field.js"
5403
+ "source": "@vaadin/progress-bar/vaadin-progress-bar.js"
5366
5404
  }
5367
5405
  ]
5368
5406
  },
5369
- "./vaadin-password-field.js": {
5407
+ "./vaadin-progress-bar.js": {
5370
5408
  "exports": [
5371
5409
  {
5372
- "source": "@vaadin/password-field/src/vaadin-password-field.js"
5410
+ "source": "@vaadin/progress-bar/src/vaadin-progress-bar.js"
5373
5411
  }
5374
5412
  ]
5375
5413
  },
5376
- "./src/vaadin-password-field.js": {
5414
+ "./src/vaadin-progress-bar.js": {
5377
5415
  "exports": [
5378
- "PasswordField",
5379
- "TextField"
5416
+ "ProgressBar"
5380
5417
  ]
5381
5418
  },
5382
- "./theme/lumo/vaadin-password-field.js": {
5419
+ "./theme/lumo/vaadin-progress-bar.js": {
5383
5420
  "exports": []
5384
5421
  },
5385
- "./src/vaadin-password-field-button.js": {
5386
- "exports": []
5422
+ "./src/vaadin-progress-mixin.js": {
5423
+ "exports": [
5424
+ "ProgressMixin"
5425
+ ]
5387
5426
  },
5388
- "./theme/lumo/vaadin-password-field-button-styles.js": {
5389
- "exports": []
5427
+ "./src/vaadin-progress-bar-styles.js": {
5428
+ "exports": [
5429
+ "progressBarStyles"
5430
+ ]
5390
5431
  },
5391
- "./theme/lumo/vaadin-password-field-styles.js": {
5432
+ "./theme/lumo/vaadin-progress-bar-styles.js": {
5392
5433
  "exports": []
5393
5434
  }
5394
5435
  }
5395
5436
  },
5396
5437
  "@vaadin/polymer-legacy-adapter": {
5397
- "version": "24.2.0-alpha7",
5438
+ "version": "24.2.0-alpha9",
5398
5439
  "exposes": {
5399
5440
  ".": {
5400
5441
  "exports": [
@@ -5437,7 +5478,7 @@
5437
5478
  }
5438
5479
  },
5439
5480
  "@vaadin/radio-group": {
5440
- "version": "24.2.0-alpha7",
5481
+ "version": "24.2.0-alpha9",
5441
5482
  "exposes": {
5442
5483
  ".": {
5443
5484
  "exports": [
@@ -5477,48 +5518,8 @@
5477
5518
  }
5478
5519
  }
5479
5520
  },
5480
- "@vaadin/progress-bar": {
5481
- "version": "24.2.0-alpha7",
5482
- "exposes": {
5483
- ".": {
5484
- "exports": [
5485
- {
5486
- "source": "@vaadin/progress-bar/vaadin-progress-bar.js"
5487
- }
5488
- ]
5489
- },
5490
- "./vaadin-progress-bar.js": {
5491
- "exports": [
5492
- {
5493
- "source": "@vaadin/progress-bar/src/vaadin-progress-bar.js"
5494
- }
5495
- ]
5496
- },
5497
- "./src/vaadin-progress-bar.js": {
5498
- "exports": [
5499
- "ProgressBar"
5500
- ]
5501
- },
5502
- "./theme/lumo/vaadin-progress-bar.js": {
5503
- "exports": []
5504
- },
5505
- "./src/vaadin-progress-bar-styles.js": {
5506
- "exports": [
5507
- "progressBarStyles"
5508
- ]
5509
- },
5510
- "./src/vaadin-progress-mixin.js": {
5511
- "exports": [
5512
- "ProgressMixin"
5513
- ]
5514
- },
5515
- "./theme/lumo/vaadin-progress-bar-styles.js": {
5516
- "exports": []
5517
- }
5518
- }
5519
- },
5520
5521
  "@vaadin/scroller": {
5521
- "version": "24.2.0-alpha7",
5522
+ "version": "24.2.0-alpha9",
5522
5523
  "exposes": {
5523
5524
  ".": {
5524
5525
  "exports": [
@@ -5549,48 +5550,8 @@
5549
5550
  }
5550
5551
  }
5551
5552
  },
5552
- "@vaadin/split-layout": {
5553
- "version": "24.2.0-alpha7",
5554
- "exposes": {
5555
- ".": {
5556
- "exports": [
5557
- {
5558
- "source": "@vaadin/split-layout/vaadin-split-layout.js"
5559
- }
5560
- ]
5561
- },
5562
- "./vaadin-split-layout.js": {
5563
- "exports": [
5564
- {
5565
- "source": "@vaadin/split-layout/src/vaadin-split-layout.js"
5566
- }
5567
- ]
5568
- },
5569
- "./src/vaadin-split-layout.js": {
5570
- "exports": [
5571
- "SplitLayout"
5572
- ]
5573
- },
5574
- "./theme/lumo/vaadin-split-layout.js": {
5575
- "exports": []
5576
- },
5577
- "./src/vaadin-split-layout-mixin.js": {
5578
- "exports": [
5579
- "SplitLayoutMixin"
5580
- ]
5581
- },
5582
- "./src/vaadin-split-layout-styles.js": {
5583
- "exports": [
5584
- "splitLayoutStyles"
5585
- ]
5586
- },
5587
- "./theme/lumo/vaadin-split-layout-styles.js": {
5588
- "exports": []
5589
- }
5590
- }
5591
- },
5592
5553
  "@vaadin/tabs": {
5593
- "version": "24.2.0-alpha7",
5554
+ "version": "24.2.0-alpha9",
5594
5555
  "exposes": {
5595
5556
  ".": {
5596
5557
  "exports": [
@@ -5631,7 +5592,7 @@
5631
5592
  }
5632
5593
  },
5633
5594
  "@vaadin/tabsheet": {
5634
- "version": "24.2.0-alpha7",
5595
+ "version": "24.2.0-alpha9",
5635
5596
  "exposes": {
5636
5597
  ".": {
5637
5598
  "exports": [
@@ -5666,7 +5627,7 @@
5666
5627
  }
5667
5628
  },
5668
5629
  "@vaadin/text-area": {
5669
- "version": "24.2.0-alpha7",
5630
+ "version": "24.2.0-alpha9",
5670
5631
  "exposes": {
5671
5632
  ".": {
5672
5633
  "exports": [
@@ -5709,30 +5670,70 @@
5709
5670
  }
5710
5671
  }
5711
5672
  },
5712
- "@vaadin/text-field": {
5713
- "version": "24.2.0-alpha7",
5673
+ "@vaadin/split-layout": {
5674
+ "version": "24.2.0-alpha9",
5714
5675
  "exposes": {
5715
5676
  ".": {
5716
5677
  "exports": [
5717
5678
  {
5718
- "source": "@vaadin/text-field/vaadin-text-field.js"
5679
+ "source": "@vaadin/split-layout/vaadin-split-layout.js"
5719
5680
  }
5720
5681
  ]
5721
5682
  },
5722
- "./vaadin-text-field.js": {
5683
+ "./vaadin-split-layout.js": {
5723
5684
  "exports": [
5724
5685
  {
5725
- "source": "@vaadin/text-field/src/vaadin-text-field.js"
5686
+ "source": "@vaadin/split-layout/src/vaadin-split-layout.js"
5726
5687
  }
5727
5688
  ]
5728
5689
  },
5729
- "./src/vaadin-text-field.js": {
5690
+ "./src/vaadin-split-layout.js": {
5730
5691
  "exports": [
5731
- "TextField",
5732
- "TextFieldMixin",
5733
- "ThemableMixin",
5734
- "ElementMixin",
5735
- "PolymerElement"
5692
+ "SplitLayout"
5693
+ ]
5694
+ },
5695
+ "./theme/lumo/vaadin-split-layout.js": {
5696
+ "exports": []
5697
+ },
5698
+ "./src/vaadin-split-layout-mixin.js": {
5699
+ "exports": [
5700
+ "SplitLayoutMixin"
5701
+ ]
5702
+ },
5703
+ "./src/vaadin-split-layout-styles.js": {
5704
+ "exports": [
5705
+ "splitLayoutStyles"
5706
+ ]
5707
+ },
5708
+ "./theme/lumo/vaadin-split-layout-styles.js": {
5709
+ "exports": []
5710
+ }
5711
+ }
5712
+ },
5713
+ "@vaadin/text-field": {
5714
+ "version": "24.2.0-alpha9",
5715
+ "exposes": {
5716
+ ".": {
5717
+ "exports": [
5718
+ {
5719
+ "source": "@vaadin/text-field/vaadin-text-field.js"
5720
+ }
5721
+ ]
5722
+ },
5723
+ "./vaadin-text-field.js": {
5724
+ "exports": [
5725
+ {
5726
+ "source": "@vaadin/text-field/src/vaadin-text-field.js"
5727
+ }
5728
+ ]
5729
+ },
5730
+ "./src/vaadin-text-field.js": {
5731
+ "exports": [
5732
+ "TextField",
5733
+ "TextFieldMixin",
5734
+ "ThemableMixin",
5735
+ "ElementMixin",
5736
+ "PolymerElement"
5736
5737
  ]
5737
5738
  },
5738
5739
  "./theme/lumo/vaadin-text-field.js": {
@@ -5749,7 +5750,7 @@
5749
5750
  }
5750
5751
  },
5751
5752
  "@vaadin/time-picker": {
5752
- "version": "24.2.0-alpha7",
5753
+ "version": "24.2.0-alpha9",
5753
5754
  "exposes": {
5754
5755
  ".": {
5755
5756
  "exports": [
@@ -5807,42 +5808,8 @@
5807
5808
  }
5808
5809
  }
5809
5810
  },
5810
- "@vaadin/tooltip": {
5811
- "version": "24.2.0-alpha7",
5812
- "exposes": {
5813
- ".": {
5814
- "exports": [
5815
- {
5816
- "source": "@vaadin/tooltip/vaadin-tooltip.js"
5817
- }
5818
- ]
5819
- },
5820
- "./vaadin-tooltip.js": {
5821
- "exports": [
5822
- {
5823
- "source": "@vaadin/tooltip/src/vaadin-tooltip.js"
5824
- }
5825
- ]
5826
- },
5827
- "./src/vaadin-tooltip.js": {
5828
- "exports": [
5829
- "resetGlobalTooltipState",
5830
- "Tooltip"
5831
- ]
5832
- },
5833
- "./theme/lumo/vaadin-tooltip.js": {
5834
- "exports": []
5835
- },
5836
- "./src/vaadin-tooltip-overlay.js": {
5837
- "exports": []
5838
- },
5839
- "./theme/lumo/vaadin-tooltip-styles.js": {
5840
- "exports": []
5841
- }
5842
- }
5843
- },
5844
5811
  "@vaadin/upload": {
5845
- "version": "24.2.0-alpha7",
5812
+ "version": "24.2.0-alpha9",
5846
5813
  "exposes": {
5847
5814
  ".": {
5848
5815
  "exports": [
@@ -5879,6 +5846,11 @@
5879
5846
  "UploadFileList"
5880
5847
  ]
5881
5848
  },
5849
+ "./src/vaadin-upload-mixin.js": {
5850
+ "exports": [
5851
+ "UploadMixin"
5852
+ ]
5853
+ },
5882
5854
  "./theme/lumo/vaadin-upload-styles.js": {
5883
5855
  "exports": []
5884
5856
  },
@@ -5886,41 +5858,26 @@
5886
5858
  "exports": [
5887
5859
  "UploadFile"
5888
5860
  ]
5889
- }
5890
- }
5891
- },
5892
- "@vaadin/vertical-layout": {
5893
- "version": "24.2.0-alpha7",
5894
- "exposes": {
5895
- ".": {
5861
+ },
5862
+ "./src/vaadin-upload-file-list-mixin.js": {
5896
5863
  "exports": [
5897
- {
5898
- "source": "@vaadin/vertical-layout/vaadin-vertical-layout.js"
5899
- }
5864
+ "UploadFileListMixin"
5900
5865
  ]
5901
5866
  },
5902
- "./vaadin-vertical-layout.js": {
5867
+ "./src/vaadin-upload-file-mixin.js": {
5903
5868
  "exports": [
5904
- {
5905
- "source": "@vaadin/vertical-layout/src/vaadin-vertical-layout.js"
5906
- }
5869
+ "UploadFileMixin"
5907
5870
  ]
5908
5871
  },
5909
- "./src/vaadin-vertical-layout.js": {
5872
+ "./src/vaadin-upload-file-styles.js": {
5910
5873
  "exports": [
5911
- "VerticalLayout"
5874
+ "uploadFileStyles"
5912
5875
  ]
5913
- },
5914
- "./theme/lumo/vaadin-vertical-layout.js": {
5915
- "exports": []
5916
- },
5917
- "./theme/lumo/vaadin-vertical-layout-styles.js": {
5918
- "exports": []
5919
5876
  }
5920
5877
  }
5921
5878
  },
5922
5879
  "@vaadin/board": {
5923
- "version": "24.2.0-alpha7",
5880
+ "version": "24.2.0-alpha9",
5924
5881
  "exposes": {
5925
5882
  ".": {
5926
5883
  "exports": [
@@ -5954,57 +5911,38 @@
5954
5911
  }
5955
5912
  }
5956
5913
  },
5957
- "@vaadin/charts": {
5958
- "version": "24.2.0-alpha7",
5914
+ "@vaadin/vertical-layout": {
5915
+ "version": "24.2.0-alpha9",
5959
5916
  "exposes": {
5960
5917
  ".": {
5961
5918
  "exports": [
5962
5919
  {
5963
- "source": "@vaadin/charts/vaadin-chart.js"
5920
+ "source": "@vaadin/vertical-layout/vaadin-vertical-layout.js"
5964
5921
  }
5965
5922
  ]
5966
5923
  },
5967
- "./vaadin-chart.js": {
5924
+ "./vaadin-vertical-layout.js": {
5968
5925
  "exports": [
5969
5926
  {
5970
- "source": "@vaadin/charts/src/vaadin-chart.js"
5927
+ "source": "@vaadin/vertical-layout/src/vaadin-vertical-layout.js"
5971
5928
  }
5972
5929
  ]
5973
5930
  },
5974
- "./src/vaadin-chart.js": {
5931
+ "./src/vaadin-vertical-layout.js": {
5975
5932
  "exports": [
5976
- "deepMerge",
5977
- "Chart"
5933
+ "VerticalLayout"
5978
5934
  ]
5979
5935
  },
5980
- "./theme/lumo/vaadin-chart.js": {
5936
+ "./theme/lumo/vaadin-vertical-layout.js": {
5981
5937
  "exports": []
5982
5938
  },
5983
- "./src/helpers.js": {
5984
- "exports": [
5985
- "inflateFunctions"
5986
- ]
5987
- },
5988
- "./src/vaadin-chart-series.js": {
5989
- "exports": [
5990
- "ChartSeries"
5991
- ]
5992
- },
5993
- "./theme/lumo/vaadin-chart-styles.js": {
5994
- "exports": [
5995
- "chartColors",
5996
- "chartTheme"
5997
- ]
5998
- },
5999
- "./theme/vaadin-chart-base-theme.js": {
6000
- "exports": [
6001
- "chartBaseTheme"
6002
- ]
5939
+ "./theme/lumo/vaadin-vertical-layout-styles.js": {
5940
+ "exports": []
6003
5941
  }
6004
5942
  }
6005
5943
  },
6006
5944
  "@vaadin/confirm-dialog": {
6007
- "version": "24.2.0-alpha7",
5945
+ "version": "24.2.0-alpha9",
6008
5946
  "exposes": {
6009
5947
  ".": {
6010
5948
  "exports": [
@@ -6037,7 +5975,7 @@
6037
5975
  }
6038
5976
  },
6039
5977
  "@vaadin/cookie-consent": {
6040
- "version": "24.2.0-alpha7",
5978
+ "version": "24.2.0-alpha9",
6041
5979
  "exposes": {
6042
5980
  ".": {
6043
5981
  "exports": [
@@ -6063,8 +6001,57 @@
6063
6001
  }
6064
6002
  }
6065
6003
  },
6004
+ "@vaadin/charts": {
6005
+ "version": "24.2.0-alpha9",
6006
+ "exposes": {
6007
+ ".": {
6008
+ "exports": [
6009
+ {
6010
+ "source": "@vaadin/charts/vaadin-chart.js"
6011
+ }
6012
+ ]
6013
+ },
6014
+ "./vaadin-chart.js": {
6015
+ "exports": [
6016
+ {
6017
+ "source": "@vaadin/charts/src/vaadin-chart.js"
6018
+ }
6019
+ ]
6020
+ },
6021
+ "./src/vaadin-chart.js": {
6022
+ "exports": [
6023
+ "deepMerge",
6024
+ "Chart"
6025
+ ]
6026
+ },
6027
+ "./theme/lumo/vaadin-chart.js": {
6028
+ "exports": []
6029
+ },
6030
+ "./src/helpers.js": {
6031
+ "exports": [
6032
+ "inflateFunctions"
6033
+ ]
6034
+ },
6035
+ "./src/vaadin-chart-series.js": {
6036
+ "exports": [
6037
+ "ChartSeries"
6038
+ ]
6039
+ },
6040
+ "./theme/lumo/vaadin-chart-styles.js": {
6041
+ "exports": [
6042
+ "chartColors",
6043
+ "chartTheme"
6044
+ ]
6045
+ },
6046
+ "./theme/vaadin-chart-base-theme.js": {
6047
+ "exports": [
6048
+ "chartBaseTheme"
6049
+ ]
6050
+ }
6051
+ }
6052
+ },
6066
6053
  "@vaadin/crud": {
6067
- "version": "24.2.0-alpha7",
6054
+ "version": "24.2.0-alpha9",
6068
6055
  "exposes": {
6069
6056
  ".": {
6070
6057
  "exports": [
@@ -6136,38 +6123,8 @@
6136
6123
  }
6137
6124
  }
6138
6125
  },
6139
- "@vaadin/map": {
6140
- "version": "24.2.0-alpha7",
6141
- "exposes": {
6142
- ".": {
6143
- "exports": [
6144
- {
6145
- "source": "@vaadin/map/vaadin-map.js"
6146
- }
6147
- ]
6148
- },
6149
- "./vaadin-map.js": {
6150
- "exports": [
6151
- {
6152
- "source": "@vaadin/map/src/vaadin-map.js"
6153
- }
6154
- ]
6155
- },
6156
- "./src/vaadin-map.js": {
6157
- "exports": [
6158
- "Map"
6159
- ]
6160
- },
6161
- "./theme/lumo/vaadin-map.js": {
6162
- "exports": []
6163
- },
6164
- "./theme/lumo/vaadin-map-styles.js": {
6165
- "exports": []
6166
- }
6167
- }
6168
- },
6169
6126
  "@vaadin/rich-text-editor": {
6170
- "version": "24.2.0-alpha7",
6127
+ "version": "24.2.0-alpha9",
6171
6128
  "exposes": {
6172
6129
  ".": {
6173
6130
  "exports": [
@@ -6221,383 +6178,413 @@
6221
6178
  }
6222
6179
  }
6223
6180
  },
6224
- "@vaadin/vaadin-lumo-styles": {
6225
- "version": "24.2.0-alpha7",
6181
+ "@vaadin/map": {
6182
+ "version": "24.2.0-alpha9",
6226
6183
  "exposes": {
6227
6184
  ".": {
6228
6185
  "exports": [
6229
6186
  {
6230
- "source": "@vaadin/vaadin-lumo-styles/all-imports.js"
6187
+ "source": "@vaadin/map/vaadin-map.js"
6231
6188
  }
6232
6189
  ]
6233
6190
  },
6234
- "./all-imports.js": {
6191
+ "./vaadin-map.js": {
6235
6192
  "exports": [
6236
6193
  {
6237
- "source": "@vaadin/vaadin-lumo-styles/mixins/field-button.js"
6238
- },
6239
- {
6240
- "source": "@vaadin/vaadin-lumo-styles/mixins/menu-overlay.js"
6241
- },
6242
- {
6243
- "source": "@vaadin/vaadin-lumo-styles/mixins/overlay.js"
6244
- },
6245
- {
6246
- "source": "@vaadin/vaadin-lumo-styles/mixins/required-field.js"
6247
- },
6194
+ "source": "@vaadin/map/src/vaadin-map.js"
6195
+ }
6196
+ ]
6197
+ },
6198
+ "./src/vaadin-map.js": {
6199
+ "exports": [
6200
+ "Map"
6201
+ ]
6202
+ },
6203
+ "./theme/lumo/vaadin-map.js": {
6204
+ "exports": []
6205
+ },
6206
+ "./theme/lumo/vaadin-map-styles.js": {
6207
+ "exports": []
6208
+ }
6209
+ }
6210
+ },
6211
+ "@vaadin/component-base": {
6212
+ "version": "24.2.0-alpha9",
6213
+ "exposes": {
6214
+ ".": {
6215
+ "exports": [
6248
6216
  {
6249
- "source": "@vaadin/vaadin-lumo-styles/badge.js"
6250
- },
6251
- {
6252
- "source": "@vaadin/vaadin-lumo-styles/color.js"
6253
- },
6254
- {
6255
- "source": "@vaadin/vaadin-lumo-styles/font-icons.js"
6256
- },
6257
- {
6258
- "source": "@vaadin/vaadin-lumo-styles/sizing.js"
6259
- },
6260
- {
6261
- "source": "@vaadin/vaadin-lumo-styles/spacing.js"
6262
- },
6263
- {
6264
- "source": "@vaadin/vaadin-lumo-styles/style.js"
6265
- },
6266
- {
6267
- "source": "@vaadin/vaadin-lumo-styles/typography.js"
6268
- },
6269
- {
6270
- "source": "@vaadin/vaadin-lumo-styles/user-colors.js"
6271
- },
6272
- {
6273
- "source": "@vaadin/vaadin-lumo-styles/utility.js"
6217
+ "source": "@vaadin/component-base/index.js"
6274
6218
  }
6275
6219
  ]
6276
6220
  },
6277
- "./user-colors.js": {
6221
+ "./index.js": {
6278
6222
  "exports": [
6279
- "userColors"
6223
+ "ControllerMixin",
6224
+ "DelegateStateMixin",
6225
+ "DirMixin",
6226
+ "ElementMixin",
6227
+ "ResizeMixin",
6228
+ "SlotController"
6280
6229
  ]
6281
6230
  },
6282
- "./badge.js": {
6231
+ "./src/controller-mixin.js": {
6283
6232
  "exports": [
6284
- "badge"
6233
+ "ControllerMixin"
6285
6234
  ]
6286
6235
  },
6287
- "./color.js": {
6236
+ "./src/delegate-state-mixin.js": {
6288
6237
  "exports": [
6289
- "colorBase",
6290
- "color"
6238
+ "DelegateStateMixin"
6291
6239
  ]
6292
6240
  },
6293
- "./font-icons.js": {
6294
- "exports": []
6295
- },
6296
- "./sizing.js": {
6241
+ "./src/element-mixin.js": {
6297
6242
  "exports": [
6298
- "sizing"
6243
+ "ElementMixin"
6299
6244
  ]
6300
6245
  },
6301
- "./spacing.js": {
6246
+ "./src/dir-mixin.js": {
6302
6247
  "exports": [
6303
- "spacing"
6248
+ "DirMixin"
6304
6249
  ]
6305
6250
  },
6306
- "./style.js": {
6251
+ "./src/resize-mixin.js": {
6307
6252
  "exports": [
6308
- "globals",
6309
- "style"
6253
+ "ResizeMixin"
6310
6254
  ]
6311
6255
  },
6312
- "./typography.js": {
6256
+ "./src/slot-controller.js": {
6313
6257
  "exports": [
6314
- "font",
6315
- "typography"
6258
+ "SlotController",
6259
+ "EventTarget"
6316
6260
  ]
6317
6261
  },
6318
- "./utility.js": {
6262
+ "./src/dom-utils.js": {
6319
6263
  "exports": [
6320
- "utility"
6264
+ "getAncestorRootNodes",
6265
+ "getFlattenedElements",
6266
+ "getClosestElement",
6267
+ "deserializeAttributeValue",
6268
+ "serializeAttributeValue",
6269
+ "addValueToAttribute",
6270
+ "removeValueFromAttribute",
6271
+ "isEmptyTextNode"
6321
6272
  ]
6322
6273
  },
6323
- "./mixins/field-button.js": {
6274
+ "./src/unique-id-utils.js": {
6324
6275
  "exports": [
6325
- "fieldButton"
6276
+ "resetUniqueId",
6277
+ "generateUniqueId"
6326
6278
  ]
6327
6279
  },
6328
- "./mixins/menu-overlay.js": {
6280
+ "./src/async.js": {
6329
6281
  "exports": [
6330
- "menuOverlayCore",
6331
- "menuOverlay"
6282
+ "timeOut",
6283
+ "animationFrame",
6284
+ "idlePeriod",
6285
+ "microTask"
6332
6286
  ]
6333
6287
  },
6334
- "./mixins/overlay.js": {
6288
+ "./src/debounce.js": {
6335
6289
  "exports": [
6336
- "overlay"
6290
+ "Debouncer",
6291
+ "enqueueDebouncer",
6292
+ "flushDebouncers",
6293
+ "flush"
6337
6294
  ]
6338
6295
  },
6339
- "./mixins/required-field.js": {
6296
+ "./src/templates.js": {
6340
6297
  "exports": [
6341
- "requiredField"
6298
+ "processTemplates"
6342
6299
  ]
6343
6300
  },
6344
- "./vaadin-iconset.js": {
6345
- "exports": []
6346
- },
6347
- "./mixins/loader.js": {
6301
+ "./src/polylit-mixin.js": {
6348
6302
  "exports": [
6349
- "loader"
6303
+ "PolylitMixin"
6350
6304
  ]
6351
6305
  },
6352
- "./mixins/input-field-shared.js": {
6306
+ "./src/url-utils.js": {
6353
6307
  "exports": [
6354
- "inputField",
6355
- "inputFieldShared"
6308
+ "matchPaths"
6356
6309
  ]
6357
6310
  },
6358
- "./mixins/helper.js": {
6311
+ "./src/overlay-class-mixin.js": {
6359
6312
  "exports": [
6360
- "helper"
6313
+ "OverlayClassMixin"
6361
6314
  ]
6362
6315
  },
6363
- "./version.js": {
6316
+ "./src/browser-utils.js": {
6364
6317
  "exports": [
6365
- "Lumo"
6318
+ "isAndroid",
6319
+ "isChrome",
6320
+ "isFirefox",
6321
+ "isIPad",
6322
+ "isIPhone",
6323
+ "isIOS",
6324
+ "isSafari",
6325
+ "isTouch"
6366
6326
  ]
6367
6327
  },
6368
- "./global.js": {
6328
+ "./src/gestures.js": {
6369
6329
  "exports": [
6370
- "addLumoGlobalStyles"
6330
+ "gestures",
6331
+ "recognizers",
6332
+ "deepTargetFind",
6333
+ "addListener",
6334
+ "removeListener",
6335
+ "register",
6336
+ "setTouchAction",
6337
+ "prevent"
6371
6338
  ]
6372
6339
  },
6373
- "./utilities/accessibility.js": {
6340
+ "./src/media-query-controller.js": {
6374
6341
  "exports": [
6375
- "accessibility"
6342
+ "MediaQueryController"
6376
6343
  ]
6377
6344
  },
6378
- "./utilities/background.js": {
6345
+ "./src/tooltip-controller.js": {
6379
6346
  "exports": [
6380
- "background"
6347
+ "TooltipController",
6348
+ "SlotController"
6381
6349
  ]
6382
6350
  },
6383
- "./utilities/border.js": {
6351
+ "./src/virtualizer.js": {
6384
6352
  "exports": [
6385
- "border"
6353
+ "Virtualizer"
6386
6354
  ]
6387
6355
  },
6388
- "./utilities/flexbox-grid.js": {
6356
+ "./src/overflow-controller.js": {
6389
6357
  "exports": [
6390
- "flexboxAndGrid"
6358
+ "OverflowController"
6391
6359
  ]
6392
6360
  },
6393
- "./utilities/layout.js": {
6361
+ "./src/slot-observer.js": {
6394
6362
  "exports": [
6395
- "layout"
6363
+ "SlotObserver"
6396
6364
  ]
6397
6365
  },
6398
- "./utilities/shadows.js": {
6366
+ "./src/dir-utils.js": {
6399
6367
  "exports": [
6400
- "shadows"
6368
+ "getNormalizedScrollLeft",
6369
+ "setNormalizedScrollLeft"
6401
6370
  ]
6402
6371
  },
6403
- "./utilities/sizing.js": {
6372
+ "./src/virtualizer-iron-list-adapter.js": {
6404
6373
  "exports": [
6405
- "sizing"
6374
+ "IronListAdapter"
6406
6375
  ]
6407
6376
  },
6408
- "./utilities/spacing.js": {
6377
+ "./src/slot-child-observe-controller.js": {
6409
6378
  "exports": [
6410
- "spacing"
6379
+ "SlotChildObserveController",
6380
+ "SlotController"
6411
6381
  ]
6412
6382
  },
6413
- "./utilities/typography.js": {
6383
+ "./src/iron-list-core.js": {
6414
6384
  "exports": [
6415
- "typography"
6385
+ "ironList"
6416
6386
  ]
6417
6387
  }
6418
6388
  }
6419
6389
  },
6420
- "@vaadin/component-base": {
6421
- "version": "24.2.0-alpha7",
6390
+ "@vaadin/vaadin-lumo-styles": {
6391
+ "version": "24.2.0-alpha9",
6422
6392
  "exposes": {
6423
6393
  ".": {
6424
6394
  "exports": [
6425
6395
  {
6426
- "source": "@vaadin/component-base/index.js"
6396
+ "source": "@vaadin/vaadin-lumo-styles/all-imports.js"
6427
6397
  }
6428
6398
  ]
6429
6399
  },
6430
- "./index.js": {
6400
+ "./all-imports.js": {
6431
6401
  "exports": [
6432
- "ControllerMixin",
6433
- "DelegateStateMixin",
6434
- "DirMixin",
6435
- "ElementMixin",
6436
- "ResizeMixin",
6437
- "SlotController"
6402
+ {
6403
+ "source": "@vaadin/vaadin-lumo-styles/mixins/field-button.js"
6404
+ },
6405
+ {
6406
+ "source": "@vaadin/vaadin-lumo-styles/mixins/menu-overlay.js"
6407
+ },
6408
+ {
6409
+ "source": "@vaadin/vaadin-lumo-styles/mixins/overlay.js"
6410
+ },
6411
+ {
6412
+ "source": "@vaadin/vaadin-lumo-styles/mixins/required-field.js"
6413
+ },
6414
+ {
6415
+ "source": "@vaadin/vaadin-lumo-styles/badge.js"
6416
+ },
6417
+ {
6418
+ "source": "@vaadin/vaadin-lumo-styles/color.js"
6419
+ },
6420
+ {
6421
+ "source": "@vaadin/vaadin-lumo-styles/font-icons.js"
6422
+ },
6423
+ {
6424
+ "source": "@vaadin/vaadin-lumo-styles/sizing.js"
6425
+ },
6426
+ {
6427
+ "source": "@vaadin/vaadin-lumo-styles/spacing.js"
6428
+ },
6429
+ {
6430
+ "source": "@vaadin/vaadin-lumo-styles/style.js"
6431
+ },
6432
+ {
6433
+ "source": "@vaadin/vaadin-lumo-styles/typography.js"
6434
+ },
6435
+ {
6436
+ "source": "@vaadin/vaadin-lumo-styles/user-colors.js"
6437
+ },
6438
+ {
6439
+ "source": "@vaadin/vaadin-lumo-styles/utility.js"
6440
+ }
6438
6441
  ]
6439
6442
  },
6440
- "./src/controller-mixin.js": {
6443
+ "./user-colors.js": {
6441
6444
  "exports": [
6442
- "ControllerMixin"
6445
+ "userColors"
6443
6446
  ]
6444
6447
  },
6445
- "./src/delegate-state-mixin.js": {
6448
+ "./badge.js": {
6446
6449
  "exports": [
6447
- "DelegateStateMixin"
6450
+ "badge"
6448
6451
  ]
6449
6452
  },
6450
- "./src/dir-mixin.js": {
6453
+ "./color.js": {
6451
6454
  "exports": [
6452
- "DirMixin"
6455
+ "colorBase",
6456
+ "color"
6453
6457
  ]
6454
6458
  },
6455
- "./src/element-mixin.js": {
6459
+ "./font-icons.js": {
6460
+ "exports": []
6461
+ },
6462
+ "./sizing.js": {
6456
6463
  "exports": [
6457
- "ElementMixin"
6464
+ "sizing"
6458
6465
  ]
6459
6466
  },
6460
- "./src/resize-mixin.js": {
6467
+ "./spacing.js": {
6461
6468
  "exports": [
6462
- "ResizeMixin"
6469
+ "spacing"
6463
6470
  ]
6464
6471
  },
6465
- "./src/slot-controller.js": {
6472
+ "./style.js": {
6466
6473
  "exports": [
6467
- "SlotController",
6468
- "EventTarget"
6474
+ "globals",
6475
+ "style"
6469
6476
  ]
6470
6477
  },
6471
- "./src/dom-utils.js": {
6478
+ "./typography.js": {
6472
6479
  "exports": [
6473
- "getAncestorRootNodes",
6474
- "getFlattenedElements",
6475
- "getClosestElement",
6476
- "deserializeAttributeValue",
6477
- "serializeAttributeValue",
6478
- "addValueToAttribute",
6479
- "removeValueFromAttribute",
6480
- "isEmptyTextNode"
6480
+ "font",
6481
+ "typography"
6481
6482
  ]
6482
6483
  },
6483
- "./src/unique-id-utils.js": {
6484
+ "./utility.js": {
6484
6485
  "exports": [
6485
- "resetUniqueId",
6486
- "generateUniqueId"
6486
+ "utility"
6487
6487
  ]
6488
6488
  },
6489
- "./src/async.js": {
6489
+ "./mixins/field-button.js": {
6490
6490
  "exports": [
6491
- "timeOut",
6492
- "animationFrame",
6493
- "idlePeriod",
6494
- "microTask"
6491
+ "fieldButton"
6495
6492
  ]
6496
6493
  },
6497
- "./src/debounce.js": {
6494
+ "./mixins/menu-overlay.js": {
6498
6495
  "exports": [
6499
- "Debouncer",
6500
- "enqueueDebouncer",
6501
- "flushDebouncers",
6502
- "flush"
6496
+ "menuOverlayCore",
6497
+ "menuOverlay"
6503
6498
  ]
6504
6499
  },
6505
- "./src/templates.js": {
6500
+ "./mixins/overlay.js": {
6506
6501
  "exports": [
6507
- "processTemplates"
6502
+ "overlay"
6508
6503
  ]
6509
6504
  },
6510
- "./src/polylit-mixin.js": {
6505
+ "./mixins/required-field.js": {
6511
6506
  "exports": [
6512
- "PolylitMixin"
6507
+ "requiredField"
6513
6508
  ]
6514
6509
  },
6515
- "./src/url-utils.js": {
6510
+ "./vaadin-iconset.js": {
6511
+ "exports": []
6512
+ },
6513
+ "./mixins/loader.js": {
6516
6514
  "exports": [
6517
- "matchPaths"
6515
+ "loader"
6518
6516
  ]
6519
6517
  },
6520
- "./src/overlay-class-mixin.js": {
6518
+ "./mixins/input-field-shared.js": {
6521
6519
  "exports": [
6522
- "OverlayClassMixin"
6520
+ "inputField",
6521
+ "inputFieldShared"
6523
6522
  ]
6524
6523
  },
6525
- "./src/tooltip-controller.js": {
6524
+ "./mixins/helper.js": {
6526
6525
  "exports": [
6527
- "TooltipController",
6528
- "SlotController"
6526
+ "helper"
6529
6527
  ]
6530
6528
  },
6531
- "./src/browser-utils.js": {
6529
+ "./version.js": {
6532
6530
  "exports": [
6533
- "isAndroid",
6534
- "isChrome",
6535
- "isFirefox",
6536
- "isIPad",
6537
- "isIPhone",
6538
- "isIOS",
6539
- "isSafari",
6540
- "isTouch"
6531
+ "Lumo"
6541
6532
  ]
6542
6533
  },
6543
- "./src/gestures.js": {
6534
+ "./global.js": {
6544
6535
  "exports": [
6545
- "gestures",
6546
- "recognizers",
6547
- "deepTargetFind",
6548
- "addListener",
6549
- "removeListener",
6550
- "register",
6551
- "setTouchAction",
6552
- "prevent"
6536
+ "addLumoGlobalStyles"
6553
6537
  ]
6554
6538
  },
6555
- "./src/media-query-controller.js": {
6539
+ "./utilities/accessibility.js": {
6556
6540
  "exports": [
6557
- "MediaQueryController"
6541
+ "accessibility"
6558
6542
  ]
6559
6543
  },
6560
- "./src/virtualizer.js": {
6544
+ "./utilities/background.js": {
6561
6545
  "exports": [
6562
- "Virtualizer"
6546
+ "background"
6563
6547
  ]
6564
6548
  },
6565
- "./src/overflow-controller.js": {
6549
+ "./utilities/flexbox-grid.js": {
6566
6550
  "exports": [
6567
- "OverflowController"
6551
+ "flexboxAndGrid"
6568
6552
  ]
6569
6553
  },
6570
- "./src/slot-observer.js": {
6554
+ "./utilities/border.js": {
6571
6555
  "exports": [
6572
- "SlotObserver"
6556
+ "border"
6573
6557
  ]
6574
6558
  },
6575
- "./src/dir-utils.js": {
6559
+ "./utilities/layout.js": {
6576
6560
  "exports": [
6577
- "getNormalizedScrollLeft",
6578
- "setNormalizedScrollLeft"
6561
+ "layout"
6579
6562
  ]
6580
6563
  },
6581
- "./src/virtualizer-iron-list-adapter.js": {
6564
+ "./utilities/shadows.js": {
6582
6565
  "exports": [
6583
- "IronListAdapter"
6566
+ "shadows"
6584
6567
  ]
6585
6568
  },
6586
- "./src/slot-child-observe-controller.js": {
6569
+ "./utilities/sizing.js": {
6570
+ "exports": [
6571
+ "sizing"
6572
+ ]
6573
+ },
6574
+ "./utilities/spacing.js": {
6587
6575
  "exports": [
6588
- "SlotChildObserveController",
6589
- "SlotController"
6576
+ "spacing"
6590
6577
  ]
6591
6578
  },
6592
- "./src/iron-list-core.js": {
6579
+ "./utilities/typography.js": {
6593
6580
  "exports": [
6594
- "ironList"
6581
+ "typography"
6595
6582
  ]
6596
6583
  }
6597
6584
  }
6598
6585
  },
6599
6586
  "@vaadin/a11y-base": {
6600
- "version": "24.2.0-alpha7",
6587
+ "version": "24.2.0-alpha9",
6601
6588
  "exposes": {
6602
6589
  ".": {
6603
6590
  "exports": [
@@ -6724,8 +6711,116 @@
6724
6711
  }
6725
6712
  }
6726
6713
  },
6714
+ "@vaadin/input-container": {
6715
+ "version": "24.2.0-alpha9",
6716
+ "exposes": {
6717
+ ".": {
6718
+ "exports": [
6719
+ {
6720
+ "source": "@vaadin/input-container/vaadin-input-container.js"
6721
+ }
6722
+ ]
6723
+ },
6724
+ "./vaadin-input-container.js": {
6725
+ "exports": [
6726
+ {
6727
+ "source": "@vaadin/input-container/src/vaadin-input-container.js"
6728
+ }
6729
+ ]
6730
+ },
6731
+ "./src/vaadin-input-container.js": {
6732
+ "exports": [
6733
+ "InputContainer",
6734
+ "ThemableMixin",
6735
+ "DirMixin",
6736
+ "PolymerElement"
6737
+ ]
6738
+ },
6739
+ "./theme/lumo/vaadin-input-container.js": {
6740
+ "exports": []
6741
+ },
6742
+ "./theme/lumo/vaadin-input-container-styles.js": {
6743
+ "exports": []
6744
+ }
6745
+ }
6746
+ },
6747
+ "@vaadin/vaadin-themable-mixin": {
6748
+ "version": "24.2.0-alpha9",
6749
+ "exposes": {
6750
+ ".": {
6751
+ "exports": [
6752
+ {
6753
+ "source": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
6754
+ }
6755
+ ]
6756
+ },
6757
+ "./vaadin-themable-mixin.js": {
6758
+ "exports": [
6759
+ "css",
6760
+ "unsafeCSS",
6761
+ "registerStyles",
6762
+ "ThemableMixin",
6763
+ "__themeRegistry"
6764
+ ]
6765
+ },
6766
+ "./vaadin-theme-property-mixin.js": {
6767
+ "exports": [
6768
+ "ThemePropertyMixin"
6769
+ ]
6770
+ },
6771
+ "./register-styles.js": {
6772
+ "exports": [
6773
+ "registerStyles",
6774
+ "css",
6775
+ "unsafeCSS",
6776
+ "addGlobalThemeStyles"
6777
+ ]
6778
+ }
6779
+ }
6780
+ },
6781
+ "@vaadin/vaadin-development-mode-detector": {
6782
+ "version": "2.0.6",
6783
+ "exposes": {
6784
+ ".": {
6785
+ "exports": [
6786
+ {
6787
+ "source": "@vaadin/vaadin-development-mode-detector/vaadin-development-mode-detector.js"
6788
+ }
6789
+ ]
6790
+ },
6791
+ "./vaadin-development-mode-detector.js": {
6792
+ "exports": [
6793
+ "runIfDevelopmentMode"
6794
+ ]
6795
+ }
6796
+ }
6797
+ },
6798
+ "@vaadin/vaadin-usage-statistics": {
6799
+ "version": "2.1.2",
6800
+ "exposes": {
6801
+ ".": {
6802
+ "exports": [
6803
+ {
6804
+ "source": "@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js"
6805
+ }
6806
+ ]
6807
+ },
6808
+ "./vaadin-usage-statistics.js": {
6809
+ "exports": [
6810
+ {
6811
+ "source": "@vaadin/vaadin-usage-statistics/vaadin-usage-statistics-collect.js"
6812
+ }
6813
+ ]
6814
+ },
6815
+ "./vaadin-usage-statistics-collect.js": {
6816
+ "exports": [
6817
+ "usageStatistics"
6818
+ ]
6819
+ }
6820
+ }
6821
+ },
6727
6822
  "@vaadin/field-base": {
6728
- "version": "24.2.0-alpha7",
6823
+ "version": "24.2.0-alpha9",
6729
6824
  "exposes": {
6730
6825
  ".": {
6731
6826
  "exports": [
@@ -6867,111 +6962,37 @@
6867
6962
  }
6868
6963
  }
6869
6964
  },
6870
- "@vaadin/input-container": {
6871
- "version": "24.2.0-alpha7",
6965
+ "@vaadin/tooltip": {
6966
+ "version": "24.2.0-alpha9",
6872
6967
  "exposes": {
6873
6968
  ".": {
6874
6969
  "exports": [
6875
6970
  {
6876
- "source": "@vaadin/input-container/vaadin-input-container.js"
6971
+ "source": "@vaadin/tooltip/vaadin-tooltip.js"
6877
6972
  }
6878
6973
  ]
6879
6974
  },
6880
- "./vaadin-input-container.js": {
6975
+ "./vaadin-tooltip.js": {
6881
6976
  "exports": [
6882
6977
  {
6883
- "source": "@vaadin/input-container/src/vaadin-input-container.js"
6978
+ "source": "@vaadin/tooltip/src/vaadin-tooltip.js"
6884
6979
  }
6885
6980
  ]
6886
6981
  },
6887
- "./src/vaadin-input-container.js": {
6982
+ "./src/vaadin-tooltip.js": {
6888
6983
  "exports": [
6889
- "InputContainer",
6890
- "ThemableMixin",
6891
- "DirMixin",
6892
- "PolymerElement"
6984
+ "resetGlobalTooltipState",
6985
+ "Tooltip"
6893
6986
  ]
6894
6987
  },
6895
- "./theme/lumo/vaadin-input-container.js": {
6988
+ "./theme/lumo/vaadin-tooltip.js": {
6896
6989
  "exports": []
6897
6990
  },
6898
- "./theme/lumo/vaadin-input-container-styles.js": {
6991
+ "./src/vaadin-tooltip-overlay.js": {
6899
6992
  "exports": []
6900
- }
6901
- }
6902
- },
6903
- "@vaadin/vaadin-themable-mixin": {
6904
- "version": "24.2.0-alpha7",
6905
- "exposes": {
6906
- ".": {
6907
- "exports": [
6908
- {
6909
- "source": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
6910
- }
6911
- ]
6912
- },
6913
- "./vaadin-themable-mixin.js": {
6914
- "exports": [
6915
- "css",
6916
- "unsafeCSS",
6917
- "registerStyles",
6918
- "ThemableMixin",
6919
- "__themeRegistry"
6920
- ]
6921
- },
6922
- "./vaadin-theme-property-mixin.js": {
6923
- "exports": [
6924
- "ThemePropertyMixin"
6925
- ]
6926
- },
6927
- "./register-styles.js": {
6928
- "exports": [
6929
- "registerStyles",
6930
- "css",
6931
- "unsafeCSS",
6932
- "addGlobalThemeStyles"
6933
- ]
6934
- }
6935
- }
6936
- },
6937
- "@vaadin/vaadin-usage-statistics": {
6938
- "version": "2.1.2",
6939
- "exposes": {
6940
- ".": {
6941
- "exports": [
6942
- {
6943
- "source": "@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js"
6944
- }
6945
- ]
6946
- },
6947
- "./vaadin-usage-statistics.js": {
6948
- "exports": [
6949
- {
6950
- "source": "@vaadin/vaadin-usage-statistics/vaadin-usage-statistics-collect.js"
6951
- }
6952
- ]
6953
- },
6954
- "./vaadin-usage-statistics-collect.js": {
6955
- "exports": [
6956
- "usageStatistics"
6957
- ]
6958
- }
6959
- }
6960
- },
6961
- "@vaadin/vaadin-development-mode-detector": {
6962
- "version": "2.0.6",
6963
- "exposes": {
6964
- ".": {
6965
- "exports": [
6966
- {
6967
- "source": "@vaadin/vaadin-development-mode-detector/vaadin-development-mode-detector.js"
6968
- }
6969
- ]
6970
6993
  },
6971
- "./vaadin-development-mode-detector.js": {
6972
- "exports": [
6973
- "runIfDevelopmentMode"
6974
- ]
6994
+ "./theme/lumo/vaadin-tooltip-styles.js": {
6995
+ "exports": []
6975
6996
  }
6976
6997
  }
6977
6998
  },
@@ -7033,13 +7054,6 @@
7033
7054
  "FlattenedNodesObserver"
7034
7055
  ]
7035
7056
  },
7036
- "./lib/utils/render-status.js": {
7037
- "exports": [
7038
- "flush",
7039
- "beforeNextRender",
7040
- "afterNextRender"
7041
- ]
7042
- },
7043
7057
  "./lib/utils/path.js": {
7044
7058
  "exports": [
7045
7059
  "isPath",
@@ -7055,6 +7069,13 @@
7055
7069
  "isDeep"
7056
7070
  ]
7057
7071
  },
7072
+ "./lib/utils/render-status.js": {
7073
+ "exports": [
7074
+ "flush",
7075
+ "beforeNextRender",
7076
+ "afterNextRender"
7077
+ ]
7078
+ },
7058
7079
  "./lib/utils/array-splice.js": {
7059
7080
  "exports": [
7060
7081
  "calculateSplices"
@@ -7149,12 +7170,6 @@
7149
7170
  "HTMLElement"
7150
7171
  ]
7151
7172
  },
7152
- "./lib/elements/dom-repeat.js": {
7153
- "exports": [
7154
- "DomRepeat",
7155
- "domRepeatBase"
7156
- ]
7157
- },
7158
7173
  "./lib/utils/async.js": {
7159
7174
  "exports": [
7160
7175
  "timeOut",
@@ -7179,11 +7194,6 @@
7179
7194
  "TemplateStamp"
7180
7195
  ]
7181
7196
  },
7182
- "./lib/mixins/properties-changed.js": {
7183
- "exports": [
7184
- "PropertiesChanged"
7185
- ]
7186
- },
7187
7197
  "./lib/utils/telemetry.js": {
7188
7198
  "exports": [
7189
7199
  "instanceCount",
@@ -7193,6 +7203,23 @@
7193
7203
  "dumpRegistrations"
7194
7204
  ]
7195
7205
  },
7206
+ "./lib/mixins/properties-changed.js": {
7207
+ "exports": [
7208
+ "PropertiesChanged"
7209
+ ]
7210
+ },
7211
+ "./lib/elements/dom-repeat.js": {
7212
+ "exports": [
7213
+ "DomRepeat",
7214
+ "domRepeatBase"
7215
+ ]
7216
+ },
7217
+ "./lib/utils/flush.js": {
7218
+ "exports": [
7219
+ "enqueueDebouncer",
7220
+ "flush"
7221
+ ]
7222
+ },
7196
7223
  "./lib/utils/templatize.js": {
7197
7224
  "exports": [
7198
7225
  "showHideChildren",
@@ -7214,12 +7241,6 @@
7214
7241
  "OptionalMutableData"
7215
7242
  ]
7216
7243
  },
7217
- "./lib/utils/flush.js": {
7218
- "exports": [
7219
- "enqueueDebouncer",
7220
- "flush"
7221
- ]
7222
- },
7223
7244
  "./lib/utils/hide-template-controls.js": {
7224
7245
  "exports": [
7225
7246
  "hideElementsGlobally"