@vonage/vivid 4.25.0 → 4.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/custom-elements.json +1496 -386
  2. package/lib/accordion-item/accordion-item.d.ts +1 -1
  3. package/lib/action-group/action-group.d.ts +1 -1
  4. package/lib/alert/alert.d.ts +2 -2
  5. package/lib/audio-player/audio-player.d.ts +1 -1
  6. package/lib/badge/badge.d.ts +1 -1
  7. package/lib/banner/banner.d.ts +3 -3
  8. package/lib/breadcrumb/breadcrumb.d.ts +1 -1
  9. package/lib/breadcrumb-item/breadcrumb-item.d.ts +1 -1
  10. package/lib/button/button.d.ts +3 -3
  11. package/lib/calendar/calendar.d.ts +2 -0
  12. package/lib/calendar-event/calendar-event.d.ts +1 -1
  13. package/lib/card/card.d.ts +1 -1
  14. package/lib/checkbox/checkbox.d.ts +3 -3
  15. package/lib/combobox/combobox.d.ts +3 -3
  16. package/lib/data-grid/data-grid-cell.d.ts +4 -2
  17. package/lib/data-grid/data-grid-row.d.ts +1 -0
  18. package/lib/data-grid/data-grid.d.ts +1 -1
  19. package/lib/date-picker/date-picker.d.ts +4 -4
  20. package/lib/date-range-picker/date-range-picker.d.ts +2 -2
  21. package/lib/date-time-picker/date-time-picker.d.ts +4 -4
  22. package/lib/dial-pad/dial-pad.d.ts +1 -1
  23. package/lib/dialog/dialog.d.ts +3 -2
  24. package/lib/divider/divider.d.ts +1 -1
  25. package/lib/fab/fab.d.ts +1 -1
  26. package/lib/file-picker/file-picker.d.ts +3 -3
  27. package/lib/header/header.d.ts +1 -1
  28. package/lib/menu/menu.d.ts +1 -1
  29. package/lib/menu-item/menu-item.d.ts +2 -2
  30. package/lib/nav/nav.d.ts +1 -1
  31. package/lib/nav-disclosure/nav-disclosure.d.ts +2 -2
  32. package/lib/nav-item/nav-item.d.ts +2 -2
  33. package/lib/note/note.d.ts +1 -1
  34. package/lib/number-field/locale.d.ts +3 -2
  35. package/lib/number-field/number-field.d.ts +5 -5
  36. package/lib/option/option.d.ts +2 -2
  37. package/lib/pagination/locale.d.ts +5 -0
  38. package/lib/pagination/pagination.d.ts +341 -2
  39. package/lib/popup/popup.d.ts +1 -0
  40. package/lib/progress/progress.d.ts +1 -1
  41. package/lib/progress-ring/progress-ring.d.ts +1 -1
  42. package/lib/radio-group/radio-group.d.ts +1 -1
  43. package/lib/range-slider/range-slider.d.ts +1 -1
  44. package/lib/rich-text-editor/menubar/menubar.d.ts +1 -1
  45. package/lib/rich-text-editor/rich-text-editor.d.ts +1 -1
  46. package/lib/searchable-select/option-tag.d.ts +1 -1
  47. package/lib/searchable-select/searchable-select.d.ts +5 -5
  48. package/lib/select/select.d.ts +4 -4
  49. package/lib/selectable-box/selectable-box.d.ts +1 -1
  50. package/lib/slider/slider.d.ts +2 -2
  51. package/lib/split-button/split-button.d.ts +3 -3
  52. package/lib/switch/switch.d.ts +1 -1
  53. package/lib/tab/tab.d.ts +3 -3
  54. package/lib/tab-panel/tab-panel.d.ts +1 -1
  55. package/lib/tag/tag.d.ts +2 -2
  56. package/lib/tag-group/tag-group.d.ts +1 -1
  57. package/lib/text-area/text-area.d.ts +4 -4
  58. package/lib/text-field/text-field.d.ts +5 -5
  59. package/lib/time-picker/time-picker.d.ts +2 -2
  60. package/lib/tree-item/tree-item.d.ts +2 -2
  61. package/lib/tree-view/tree-view.d.ts +1 -1
  62. package/lib/video-player/video-player.d.ts +1 -1
  63. package/locales/de-DE.cjs +21 -3
  64. package/locales/de-DE.js +21 -3
  65. package/locales/en-GB.cjs +21 -3
  66. package/locales/en-GB.js +21 -3
  67. package/locales/en-US.cjs +21 -3
  68. package/locales/en-US.js +21 -3
  69. package/locales/ja-JP.cjs +21 -3
  70. package/locales/ja-JP.js +21 -3
  71. package/locales/zh-CN.cjs +21 -3
  72. package/locales/zh-CN.js +21 -3
  73. package/package.json +1 -1
  74. package/shared/aria/delegates-aria.d.ts +1 -1
  75. package/shared/aria/host-semantics.d.ts +1 -1
  76. package/shared/definition.cjs +19 -3
  77. package/shared/definition.js +20 -4
  78. package/shared/definition11.cjs +1 -1
  79. package/shared/definition11.js +1 -1
  80. package/shared/definition13.cjs +25 -0
  81. package/shared/definition13.js +26 -1
  82. package/shared/definition15.cjs +1 -1
  83. package/shared/definition15.js +1 -1
  84. package/shared/definition16.cjs +1 -1
  85. package/shared/definition16.js +1 -1
  86. package/shared/definition17.cjs +601 -521
  87. package/shared/definition17.js +599 -519
  88. package/shared/definition21.cjs +2 -2
  89. package/shared/definition21.js +2 -2
  90. package/shared/definition22.cjs +9 -3
  91. package/shared/definition22.js +9 -3
  92. package/shared/definition28.cjs +1 -1
  93. package/shared/definition28.js +1 -1
  94. package/shared/definition3.cjs +1 -1
  95. package/shared/definition3.js +1 -1
  96. package/shared/definition31.cjs +1 -1
  97. package/shared/definition31.js +1 -1
  98. package/shared/definition32.cjs +1 -1
  99. package/shared/definition32.js +1 -1
  100. package/shared/definition36.cjs +40 -29
  101. package/shared/definition36.js +33 -22
  102. package/shared/definition38.cjs +30 -23
  103. package/shared/definition38.js +30 -23
  104. package/shared/definition42.cjs +2 -2
  105. package/shared/definition42.js +2 -2
  106. package/shared/definition45.cjs +2 -2
  107. package/shared/definition45.js +2 -2
  108. package/shared/definition46.cjs +1 -1
  109. package/shared/definition46.js +1 -1
  110. package/shared/definition49.cjs +2 -2
  111. package/shared/definition49.js +2 -2
  112. package/shared/definition63.cjs +2 -2
  113. package/shared/definition63.js +2 -2
  114. package/shared/definition67.cjs +9 -1
  115. package/shared/definition67.js +10 -2
  116. package/shared/feedback/feedback-message.d.ts +1 -1
  117. package/shared/feedback/mixins.d.ts +2 -2
  118. package/shared/foundation/button/button.d.ts +1 -1
  119. package/shared/foundation/vivid-element/vivid-element.d.ts +2 -0
  120. package/shared/key-codes.js +1 -1
  121. package/shared/localization/Locale.d.ts +2 -0
  122. package/shared/mixins.cjs +4 -1
  123. package/shared/mixins.js +4 -1
  124. package/shared/patterns/affix.d.ts +2 -2
  125. package/shared/patterns/char-count/char-count.d.ts +1 -1
  126. package/shared/patterns/form-elements/with-success-text.d.ts +1 -1
  127. package/shared/patterns/linkable.d.ts +1 -1
  128. package/shared/patterns/localized.d.ts +1 -1
  129. package/shared/patterns/trapped-focus.d.ts +1 -1
  130. package/shared/picker-field/mixins/calendar-picker.d.ts +1 -1
  131. package/shared/picker-field/mixins/calendar-picker.template.d.ts +1 -1
  132. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +1 -1
  133. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +2 -2
  134. package/shared/picker-field/mixins/single-date-picker.d.ts +3 -3
  135. package/shared/picker-field/mixins/single-value-picker.d.ts +1 -1
  136. package/shared/picker-field/mixins/time-selection-picker.d.ts +2 -2
  137. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +2 -2
  138. package/shared/picker-field/picker-field.d.ts +3 -3
  139. package/shared/picker-field.template.cjs +13 -13
  140. package/shared/picker-field.template.js +13 -13
  141. package/shared/vivid-element.cjs +11 -1
  142. package/shared/vivid-element.js +11 -1
  143. package/styles/core/all.css +1 -1
  144. package/styles/core/theme.css +1 -1
  145. package/styles/core/typography.css +1 -1
  146. package/styles/tokens/theme-dark.css +4 -4
  147. package/styles/tokens/theme-light.css +4 -4
  148. package/styles/tokens/vivid-2-compat.css +1 -1
  149. package/vivid.api.json +154 -66
@@ -193,6 +193,19 @@
193
193
  "name": "VividElement",
194
194
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
195
195
  }
196
+ },
197
+ {
198
+ "kind": "field",
199
+ "name": "componentName",
200
+ "type": {
201
+ "text": "string"
202
+ },
203
+ "static": true,
204
+ "description": "Core component name, without prefix",
205
+ "inheritedFrom": {
206
+ "name": "VividElement",
207
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
208
+ }
196
209
  }
197
210
  ],
198
211
  "events": [
@@ -294,195 +307,6 @@
294
307
  }
295
308
  ]
296
309
  },
297
- {
298
- "kind": "javascript-module",
299
- "path": "libs/components/src/lib/action-group/action-group.ts",
300
- "declarations": [
301
- {
302
- "kind": "class",
303
- "description": "",
304
- "name": "ActionGroup",
305
- "cssProperties": [
306
- {
307
- "name": "--vvd-action-group-accent-primary",
308
- "default": "var(--vvd-color-canvas-text)"
309
- },
310
- {
311
- "name": "--vvd-action-group-accent-intermediate",
312
- "default": "var(--vvd-color-neutral-500)"
313
- },
314
- {
315
- "name": "--vvd-action-group-accent-faint",
316
- "default": "var(--vvd-color-neutral-50)"
317
- }
318
- ],
319
- "slots": [
320
- {
321
- "description": "Default slot.",
322
- "name": ""
323
- }
324
- ],
325
- "members": [
326
- {
327
- "kind": "field",
328
- "name": "shape",
329
- "type": {
330
- "text": "ActionGroupShape | undefined"
331
- },
332
- "description": "The shape the ActionGroup should have.",
333
- "privacy": "public"
334
- },
335
- {
336
- "kind": "field",
337
- "name": "appearance",
338
- "type": {
339
- "text": "ActionGroupAppearance | undefined"
340
- },
341
- "description": "The appearance the ActionGroup should have.",
342
- "privacy": "public"
343
- },
344
- {
345
- "kind": "field",
346
- "name": "tight",
347
- "type": {
348
- "text": "boolean"
349
- },
350
- "default": "false",
351
- "description": "Indicates whether action group should have padding.",
352
- "privacy": "public"
353
- },
354
- {
355
- "kind": "field",
356
- "name": "_vividAriaBehaviour",
357
- "default": "'delegate'",
358
- "type": {
359
- "text": "'delegate'"
360
- },
361
- "inheritedFrom": {
362
- "name": "DelegatesAria",
363
- "module": "libs/components/src/shared/aria/delegates-aria.ts"
364
- }
365
- },
366
- {
367
- "kind": "field",
368
- "name": "VIVID_VERSION",
369
- "static": true,
370
- "default": "__PACKAGE_VERSION__",
371
- "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
372
- "type": {
373
- "text": "string"
374
- },
375
- "inheritedFrom": {
376
- "name": "VividElement",
377
- "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
378
- }
379
- }
380
- ],
381
- "attributes": [
382
- {
383
- "name": "shape",
384
- "type": {
385
- "text": "ActionGroupShape | undefined"
386
- },
387
- "description": "The shape the ActionGroup should have.",
388
- "fieldName": "shape"
389
- },
390
- {
391
- "name": "appearance",
392
- "type": {
393
- "text": "ActionGroupAppearance | undefined"
394
- },
395
- "description": "The appearance the ActionGroup should have.",
396
- "fieldName": "appearance"
397
- },
398
- {
399
- "name": "tight",
400
- "type": {
401
- "text": "boolean"
402
- },
403
- "default": "false",
404
- "description": "Indicates whether action group should have padding.",
405
- "fieldName": "tight"
406
- }
407
- ],
408
- "mixins": [
409
- {
410
- "name": "DelegatesAria",
411
- "module": "/libs/components/src/shared/aria/delegates-aria"
412
- }
413
- ],
414
- "superclass": {
415
- "name": "VividElement",
416
- "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
417
- },
418
- "vividComponent": {
419
- "public": true,
420
- "name": "action-group"
421
- }
422
- }
423
- ],
424
- "exports": [
425
- {
426
- "kind": "js",
427
- "name": "ActionGroup",
428
- "declaration": {
429
- "name": "ActionGroup",
430
- "module": "libs/components/src/lib/action-group/action-group.ts"
431
- }
432
- }
433
- ]
434
- },
435
- {
436
- "kind": "javascript-module",
437
- "path": "libs/components/src/lib/action-group/definition.ts",
438
- "declarations": [
439
- {
440
- "kind": "variable",
441
- "name": "registerActionGroup",
442
- "description": "Registers the action-group elements with the design system.",
443
- "parameters": [
444
- {
445
- "description": "the prefix to use for the component name",
446
- "name": "prefix"
447
- }
448
- ]
449
- }
450
- ],
451
- "exports": [
452
- {
453
- "kind": "js",
454
- "name": "ActionGroupShape",
455
- "declaration": {
456
- "name": "ActionGroupShape",
457
- "module": "./action-group"
458
- }
459
- },
460
- {
461
- "kind": "js",
462
- "name": "ActionGroupAppearance",
463
- "declaration": {
464
- "name": "ActionGroupAppearance",
465
- "module": "./action-group"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "registerActionGroup",
471
- "declaration": {
472
- "name": "registerActionGroup",
473
- "module": "libs/components/src/lib/action-group/definition.ts"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "VwcActionGroupElement",
479
- "declaration": {
480
- "name": "ActionGroup",
481
- "module": "libs/components/src/lib/action-group/definition.ts"
482
- }
483
- }
484
- ]
485
- },
486
310
  {
487
311
  "kind": "javascript-module",
488
312
  "path": "libs/components/src/lib/accordion-item/accordion-item.ts",
@@ -513,6 +337,14 @@
513
337
  {
514
338
  "description": "The preferred way to add an icon to the component.",
515
339
  "name": "icon"
340
+ },
341
+ {
342
+ "description": "Used to add additional content to the heading.",
343
+ "name": "meta"
344
+ },
345
+ {
346
+ "description": "Used to add content to the heading.",
347
+ "name": "heading"
516
348
  }
517
349
  ],
518
350
  "members": [
@@ -627,6 +459,19 @@
627
459
  "name": "VividElement",
628
460
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
629
461
  }
462
+ },
463
+ {
464
+ "kind": "field",
465
+ "name": "componentName",
466
+ "type": {
467
+ "text": "string"
468
+ },
469
+ "static": true,
470
+ "description": "Core component name, without prefix",
471
+ "inheritedFrom": {
472
+ "name": "VividElement",
473
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
474
+ }
630
475
  }
631
476
  ],
632
477
  "events": [
@@ -784,6 +629,208 @@
784
629
  }
785
630
  ]
786
631
  },
632
+ {
633
+ "kind": "javascript-module",
634
+ "path": "libs/components/src/lib/action-group/action-group.ts",
635
+ "declarations": [
636
+ {
637
+ "kind": "class",
638
+ "description": "",
639
+ "name": "ActionGroup",
640
+ "cssProperties": [
641
+ {
642
+ "name": "--vvd-action-group-accent-primary",
643
+ "default": "var(--vvd-color-canvas-text)"
644
+ },
645
+ {
646
+ "name": "--vvd-action-group-accent-intermediate",
647
+ "default": "var(--vvd-color-neutral-500)"
648
+ },
649
+ {
650
+ "name": "--vvd-action-group-accent-faint",
651
+ "default": "var(--vvd-color-neutral-50)"
652
+ }
653
+ ],
654
+ "slots": [
655
+ {
656
+ "description": "Default slot.",
657
+ "name": ""
658
+ }
659
+ ],
660
+ "members": [
661
+ {
662
+ "kind": "field",
663
+ "name": "shape",
664
+ "type": {
665
+ "text": "ActionGroupShape | undefined"
666
+ },
667
+ "description": "The shape the ActionGroup should have.",
668
+ "privacy": "public"
669
+ },
670
+ {
671
+ "kind": "field",
672
+ "name": "appearance",
673
+ "type": {
674
+ "text": "ActionGroupAppearance | undefined"
675
+ },
676
+ "description": "The appearance the ActionGroup should have.",
677
+ "privacy": "public"
678
+ },
679
+ {
680
+ "kind": "field",
681
+ "name": "tight",
682
+ "type": {
683
+ "text": "boolean"
684
+ },
685
+ "default": "false",
686
+ "description": "Indicates whether action group should have padding.",
687
+ "privacy": "public"
688
+ },
689
+ {
690
+ "kind": "field",
691
+ "name": "_vividAriaBehaviour",
692
+ "default": "'delegate'",
693
+ "type": {
694
+ "text": "'delegate'"
695
+ },
696
+ "inheritedFrom": {
697
+ "name": "DelegatesAria",
698
+ "module": "libs/components/src/shared/aria/delegates-aria.ts"
699
+ }
700
+ },
701
+ {
702
+ "kind": "field",
703
+ "name": "VIVID_VERSION",
704
+ "static": true,
705
+ "default": "__PACKAGE_VERSION__",
706
+ "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
707
+ "type": {
708
+ "text": "string"
709
+ },
710
+ "inheritedFrom": {
711
+ "name": "VividElement",
712
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
713
+ }
714
+ },
715
+ {
716
+ "kind": "field",
717
+ "name": "componentName",
718
+ "type": {
719
+ "text": "string"
720
+ },
721
+ "static": true,
722
+ "description": "Core component name, without prefix",
723
+ "inheritedFrom": {
724
+ "name": "VividElement",
725
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
726
+ }
727
+ }
728
+ ],
729
+ "attributes": [
730
+ {
731
+ "name": "shape",
732
+ "type": {
733
+ "text": "ActionGroupShape | undefined"
734
+ },
735
+ "description": "The shape the ActionGroup should have.",
736
+ "fieldName": "shape"
737
+ },
738
+ {
739
+ "name": "appearance",
740
+ "type": {
741
+ "text": "ActionGroupAppearance | undefined"
742
+ },
743
+ "description": "The appearance the ActionGroup should have.",
744
+ "fieldName": "appearance"
745
+ },
746
+ {
747
+ "name": "tight",
748
+ "type": {
749
+ "text": "boolean"
750
+ },
751
+ "default": "false",
752
+ "description": "Indicates whether action group should have padding.",
753
+ "fieldName": "tight"
754
+ }
755
+ ],
756
+ "mixins": [
757
+ {
758
+ "name": "DelegatesAria",
759
+ "module": "/libs/components/src/shared/aria/delegates-aria"
760
+ }
761
+ ],
762
+ "superclass": {
763
+ "name": "VividElement",
764
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
765
+ },
766
+ "vividComponent": {
767
+ "public": true,
768
+ "name": "action-group"
769
+ }
770
+ }
771
+ ],
772
+ "exports": [
773
+ {
774
+ "kind": "js",
775
+ "name": "ActionGroup",
776
+ "declaration": {
777
+ "name": "ActionGroup",
778
+ "module": "libs/components/src/lib/action-group/action-group.ts"
779
+ }
780
+ }
781
+ ]
782
+ },
783
+ {
784
+ "kind": "javascript-module",
785
+ "path": "libs/components/src/lib/action-group/definition.ts",
786
+ "declarations": [
787
+ {
788
+ "kind": "variable",
789
+ "name": "registerActionGroup",
790
+ "description": "Registers the action-group elements with the design system.",
791
+ "parameters": [
792
+ {
793
+ "description": "the prefix to use for the component name",
794
+ "name": "prefix"
795
+ }
796
+ ]
797
+ }
798
+ ],
799
+ "exports": [
800
+ {
801
+ "kind": "js",
802
+ "name": "ActionGroupShape",
803
+ "declaration": {
804
+ "name": "ActionGroupShape",
805
+ "module": "./action-group"
806
+ }
807
+ },
808
+ {
809
+ "kind": "js",
810
+ "name": "ActionGroupAppearance",
811
+ "declaration": {
812
+ "name": "ActionGroupAppearance",
813
+ "module": "./action-group"
814
+ }
815
+ },
816
+ {
817
+ "kind": "js",
818
+ "name": "registerActionGroup",
819
+ "declaration": {
820
+ "name": "registerActionGroup",
821
+ "module": "libs/components/src/lib/action-group/definition.ts"
822
+ }
823
+ },
824
+ {
825
+ "kind": "js",
826
+ "name": "VwcActionGroupElement",
827
+ "declaration": {
828
+ "name": "ActionGroup",
829
+ "module": "libs/components/src/lib/action-group/definition.ts"
830
+ }
831
+ }
832
+ ]
833
+ },
787
834
  {
788
835
  "kind": "javascript-module",
789
836
  "path": "libs/components/src/lib/alert/alert.ts",
@@ -1027,6 +1074,19 @@
1027
1074
  "name": "VividElement",
1028
1075
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1029
1076
  }
1077
+ },
1078
+ {
1079
+ "kind": "field",
1080
+ "name": "componentName",
1081
+ "type": {
1082
+ "text": "string"
1083
+ },
1084
+ "static": true,
1085
+ "description": "Core component name, without prefix",
1086
+ "inheritedFrom": {
1087
+ "name": "VividElement",
1088
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1089
+ }
1030
1090
  }
1031
1091
  ],
1032
1092
  "events": [
@@ -1461,6 +1521,19 @@
1461
1521
  "name": "VividElement",
1462
1522
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1463
1523
  }
1524
+ },
1525
+ {
1526
+ "kind": "field",
1527
+ "name": "componentName",
1528
+ "type": {
1529
+ "text": "string"
1530
+ },
1531
+ "static": true,
1532
+ "description": "Core component name, without prefix",
1533
+ "inheritedFrom": {
1534
+ "name": "VividElement",
1535
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1536
+ }
1464
1537
  }
1465
1538
  ],
1466
1539
  "attributes": [
@@ -1795,6 +1868,19 @@
1795
1868
  "name": "VividElement",
1796
1869
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1797
1870
  }
1871
+ },
1872
+ {
1873
+ "kind": "field",
1874
+ "name": "componentName",
1875
+ "type": {
1876
+ "text": "string"
1877
+ },
1878
+ "static": true,
1879
+ "description": "Core component name, without prefix",
1880
+ "inheritedFrom": {
1881
+ "name": "VividElement",
1882
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
1883
+ }
1798
1884
  }
1799
1885
  ],
1800
1886
  "attributes": [
@@ -2317,6 +2403,19 @@
2317
2403
  "name": "VividElement",
2318
2404
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2319
2405
  }
2406
+ },
2407
+ {
2408
+ "kind": "field",
2409
+ "name": "componentName",
2410
+ "type": {
2411
+ "text": "string"
2412
+ },
2413
+ "static": true,
2414
+ "description": "Core component name, without prefix",
2415
+ "inheritedFrom": {
2416
+ "name": "VividElement",
2417
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2418
+ }
2320
2419
  }
2321
2420
  ],
2322
2421
  "attributes": [
@@ -2647,6 +2746,19 @@
2647
2746
  "name": "VividElement",
2648
2747
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2649
2748
  }
2749
+ },
2750
+ {
2751
+ "kind": "field",
2752
+ "name": "componentName",
2753
+ "type": {
2754
+ "text": "string"
2755
+ },
2756
+ "static": true,
2757
+ "description": "Core component name, without prefix",
2758
+ "inheritedFrom": {
2759
+ "name": "VividElement",
2760
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2761
+ }
2650
2762
  }
2651
2763
  ],
2652
2764
  "attributes": [
@@ -2799,168 +2911,6 @@
2799
2911
  "declarations": [],
2800
2912
  "exports": []
2801
2913
  },
2802
- {
2803
- "kind": "javascript-module",
2804
- "path": "libs/components/src/lib/breadcrumb/breadcrumb.ts",
2805
- "declarations": [
2806
- {
2807
- "kind": "class",
2808
- "description": "",
2809
- "name": "Breadcrumb",
2810
- "slots": [
2811
- {
2812
- "description": "Default slot.",
2813
- "name": ""
2814
- }
2815
- ],
2816
- "members": [
2817
- {
2818
- "kind": "method",
2819
- "name": "setItemSeparator",
2820
- "privacy": "private",
2821
- "parameters": [
2822
- {
2823
- "name": "item",
2824
- "type": {
2825
- "text": "HTMLElement"
2826
- }
2827
- },
2828
- {
2829
- "name": "isLastNode",
2830
- "type": {
2831
- "text": "boolean"
2832
- }
2833
- }
2834
- ]
2835
- },
2836
- {
2837
- "kind": "method",
2838
- "name": "findChildWithHref",
2839
- "privacy": "private",
2840
- "return": {
2841
- "type": {
2842
- "text": "HTMLElement | null"
2843
- }
2844
- },
2845
- "parameters": [
2846
- {
2847
- "name": "node",
2848
- "type": {
2849
- "text": "HTMLElement"
2850
- }
2851
- }
2852
- ],
2853
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href."
2854
- },
2855
- {
2856
- "kind": "method",
2857
- "name": "setAriaCurrent",
2858
- "privacy": "private",
2859
- "parameters": [
2860
- {
2861
- "name": "item",
2862
- "type": {
2863
- "text": "HTMLElement"
2864
- }
2865
- },
2866
- {
2867
- "name": "isLastNode",
2868
- "type": {
2869
- "text": "boolean"
2870
- }
2871
- }
2872
- ],
2873
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href"
2874
- },
2875
- {
2876
- "kind": "field",
2877
- "name": "_vividAriaBehaviour",
2878
- "default": "'delegate'",
2879
- "type": {
2880
- "text": "'delegate'"
2881
- },
2882
- "inheritedFrom": {
2883
- "name": "DelegatesAria",
2884
- "module": "libs/components/src/shared/aria/delegates-aria.ts"
2885
- }
2886
- },
2887
- {
2888
- "kind": "field",
2889
- "name": "VIVID_VERSION",
2890
- "static": true,
2891
- "default": "__PACKAGE_VERSION__",
2892
- "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
2893
- "type": {
2894
- "text": "string"
2895
- },
2896
- "inheritedFrom": {
2897
- "name": "VividElement",
2898
- "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
2899
- }
2900
- }
2901
- ],
2902
- "mixins": [
2903
- {
2904
- "name": "DelegatesAria",
2905
- "module": "/libs/components/src/shared/aria/delegates-aria"
2906
- }
2907
- ],
2908
- "superclass": {
2909
- "name": "VividElement",
2910
- "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
2911
- },
2912
- "vividComponent": {
2913
- "public": true,
2914
- "name": "breadcrumb"
2915
- }
2916
- }
2917
- ],
2918
- "exports": [
2919
- {
2920
- "kind": "js",
2921
- "name": "Breadcrumb",
2922
- "declaration": {
2923
- "name": "Breadcrumb",
2924
- "module": "libs/components/src/lib/breadcrumb/breadcrumb.ts"
2925
- }
2926
- }
2927
- ]
2928
- },
2929
- {
2930
- "kind": "javascript-module",
2931
- "path": "libs/components/src/lib/breadcrumb/definition.ts",
2932
- "declarations": [
2933
- {
2934
- "kind": "variable",
2935
- "name": "registerBreadcrumb",
2936
- "description": "Registers the breadcrumb elements with the design system.",
2937
- "parameters": [
2938
- {
2939
- "description": "the prefix to use for the component name",
2940
- "name": "prefix"
2941
- }
2942
- ]
2943
- }
2944
- ],
2945
- "exports": [
2946
- {
2947
- "kind": "js",
2948
- "name": "registerBreadcrumb",
2949
- "declaration": {
2950
- "name": "registerBreadcrumb",
2951
- "module": "libs/components/src/lib/breadcrumb/definition.ts"
2952
- }
2953
- },
2954
- {
2955
- "kind": "js",
2956
- "name": "VwcBreadcrumbElement",
2957
- "declaration": {
2958
- "name": "Breadcrumb",
2959
- "module": "libs/components/src/lib/breadcrumb/definition.ts"
2960
- }
2961
- }
2962
- ]
2963
- },
2964
2914
  {
2965
2915
  "kind": "javascript-module",
2966
2916
  "path": "libs/components/src/lib/breadcrumb-item/breadcrumb-item.ts",
@@ -3118,6 +3068,19 @@
3118
3068
  "name": "VividElement",
3119
3069
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3120
3070
  }
3071
+ },
3072
+ {
3073
+ "kind": "field",
3074
+ "name": "componentName",
3075
+ "type": {
3076
+ "text": "string"
3077
+ },
3078
+ "static": true,
3079
+ "description": "Core component name, without prefix",
3080
+ "inheritedFrom": {
3081
+ "name": "VividElement",
3082
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3083
+ }
3121
3084
  }
3122
3085
  ],
3123
3086
  "attributes": [
@@ -3287,6 +3250,181 @@
3287
3250
  }
3288
3251
  ]
3289
3252
  },
3253
+ {
3254
+ "kind": "javascript-module",
3255
+ "path": "libs/components/src/lib/breadcrumb/breadcrumb.ts",
3256
+ "declarations": [
3257
+ {
3258
+ "kind": "class",
3259
+ "description": "",
3260
+ "name": "Breadcrumb",
3261
+ "slots": [
3262
+ {
3263
+ "description": "Default slot.",
3264
+ "name": ""
3265
+ }
3266
+ ],
3267
+ "members": [
3268
+ {
3269
+ "kind": "method",
3270
+ "name": "setItemSeparator",
3271
+ "privacy": "private",
3272
+ "parameters": [
3273
+ {
3274
+ "name": "item",
3275
+ "type": {
3276
+ "text": "HTMLElement"
3277
+ }
3278
+ },
3279
+ {
3280
+ "name": "isLastNode",
3281
+ "type": {
3282
+ "text": "boolean"
3283
+ }
3284
+ }
3285
+ ]
3286
+ },
3287
+ {
3288
+ "kind": "method",
3289
+ "name": "findChildWithHref",
3290
+ "privacy": "private",
3291
+ "return": {
3292
+ "type": {
3293
+ "text": "HTMLElement | null"
3294
+ }
3295
+ },
3296
+ "parameters": [
3297
+ {
3298
+ "name": "node",
3299
+ "type": {
3300
+ "text": "HTMLElement"
3301
+ }
3302
+ }
3303
+ ],
3304
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href."
3305
+ },
3306
+ {
3307
+ "kind": "method",
3308
+ "name": "setAriaCurrent",
3309
+ "privacy": "private",
3310
+ "parameters": [
3311
+ {
3312
+ "name": "item",
3313
+ "type": {
3314
+ "text": "HTMLElement"
3315
+ }
3316
+ },
3317
+ {
3318
+ "name": "isLastNode",
3319
+ "type": {
3320
+ "text": "boolean"
3321
+ }
3322
+ }
3323
+ ],
3324
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href"
3325
+ },
3326
+ {
3327
+ "kind": "field",
3328
+ "name": "_vividAriaBehaviour",
3329
+ "default": "'delegate'",
3330
+ "type": {
3331
+ "text": "'delegate'"
3332
+ },
3333
+ "inheritedFrom": {
3334
+ "name": "DelegatesAria",
3335
+ "module": "libs/components/src/shared/aria/delegates-aria.ts"
3336
+ }
3337
+ },
3338
+ {
3339
+ "kind": "field",
3340
+ "name": "VIVID_VERSION",
3341
+ "static": true,
3342
+ "default": "__PACKAGE_VERSION__",
3343
+ "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
3344
+ "type": {
3345
+ "text": "string"
3346
+ },
3347
+ "inheritedFrom": {
3348
+ "name": "VividElement",
3349
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3350
+ }
3351
+ },
3352
+ {
3353
+ "kind": "field",
3354
+ "name": "componentName",
3355
+ "type": {
3356
+ "text": "string"
3357
+ },
3358
+ "static": true,
3359
+ "description": "Core component name, without prefix",
3360
+ "inheritedFrom": {
3361
+ "name": "VividElement",
3362
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
3363
+ }
3364
+ }
3365
+ ],
3366
+ "mixins": [
3367
+ {
3368
+ "name": "DelegatesAria",
3369
+ "module": "/libs/components/src/shared/aria/delegates-aria"
3370
+ }
3371
+ ],
3372
+ "superclass": {
3373
+ "name": "VividElement",
3374
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
3375
+ },
3376
+ "vividComponent": {
3377
+ "public": true,
3378
+ "name": "breadcrumb"
3379
+ }
3380
+ }
3381
+ ],
3382
+ "exports": [
3383
+ {
3384
+ "kind": "js",
3385
+ "name": "Breadcrumb",
3386
+ "declaration": {
3387
+ "name": "Breadcrumb",
3388
+ "module": "libs/components/src/lib/breadcrumb/breadcrumb.ts"
3389
+ }
3390
+ }
3391
+ ]
3392
+ },
3393
+ {
3394
+ "kind": "javascript-module",
3395
+ "path": "libs/components/src/lib/breadcrumb/definition.ts",
3396
+ "declarations": [
3397
+ {
3398
+ "kind": "variable",
3399
+ "name": "registerBreadcrumb",
3400
+ "description": "Registers the breadcrumb elements with the design system.",
3401
+ "parameters": [
3402
+ {
3403
+ "description": "the prefix to use for the component name",
3404
+ "name": "prefix"
3405
+ }
3406
+ ]
3407
+ }
3408
+ ],
3409
+ "exports": [
3410
+ {
3411
+ "kind": "js",
3412
+ "name": "registerBreadcrumb",
3413
+ "declaration": {
3414
+ "name": "registerBreadcrumb",
3415
+ "module": "libs/components/src/lib/breadcrumb/definition.ts"
3416
+ }
3417
+ },
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "VwcBreadcrumbElement",
3421
+ "declaration": {
3422
+ "name": "Breadcrumb",
3423
+ "module": "libs/components/src/lib/breadcrumb/definition.ts"
3424
+ }
3425
+ }
3426
+ ]
3427
+ },
3290
3428
  {
3291
3429
  "kind": "javascript-module",
3292
3430
  "path": "libs/components/src/lib/button/button.ts",
@@ -4144,6 +4282,19 @@
4144
4282
  "name": "VividElement",
4145
4283
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4146
4284
  }
4285
+ },
4286
+ {
4287
+ "kind": "field",
4288
+ "name": "componentName",
4289
+ "type": {
4290
+ "text": "string"
4291
+ },
4292
+ "static": true,
4293
+ "description": "Core component name, without prefix",
4294
+ "inheritedFrom": {
4295
+ "name": "VividElement",
4296
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4297
+ }
4147
4298
  }
4148
4299
  ],
4149
4300
  "attributes": [
@@ -4774,6 +4925,11 @@
4774
4925
  }
4775
4926
  ]
4776
4927
  },
4928
+ {
4929
+ "kind": "method",
4930
+ "name": "initializeScrollPosition",
4931
+ "privacy": "private"
4932
+ },
4777
4933
  {
4778
4934
  "kind": "field",
4779
4935
  "name": "VIVID_VERSION",
@@ -4787,6 +4943,19 @@
4787
4943
  "name": "VividElement",
4788
4944
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4789
4945
  }
4946
+ },
4947
+ {
4948
+ "kind": "field",
4949
+ "name": "componentName",
4950
+ "type": {
4951
+ "text": "string"
4952
+ },
4953
+ "static": true,
4954
+ "description": "Core component name, without prefix",
4955
+ "inheritedFrom": {
4956
+ "name": "VividElement",
4957
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
4958
+ }
4790
4959
  }
4791
4960
  ],
4792
4961
  "attributes": [
@@ -5099,6 +5268,19 @@
5099
5268
  "name": "VividElement",
5100
5269
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5101
5270
  }
5271
+ },
5272
+ {
5273
+ "kind": "field",
5274
+ "name": "componentName",
5275
+ "type": {
5276
+ "text": "string"
5277
+ },
5278
+ "static": true,
5279
+ "description": "Core component name, without prefix",
5280
+ "inheritedFrom": {
5281
+ "name": "VividElement",
5282
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5283
+ }
5102
5284
  }
5103
5285
  ],
5104
5286
  "attributes": [
@@ -5509,6 +5691,19 @@
5509
5691
  "name": "VividElement",
5510
5692
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5511
5693
  }
5694
+ },
5695
+ {
5696
+ "kind": "field",
5697
+ "name": "componentName",
5698
+ "type": {
5699
+ "text": "string"
5700
+ },
5701
+ "static": true,
5702
+ "description": "Core component name, without prefix",
5703
+ "inheritedFrom": {
5704
+ "name": "VividElement",
5705
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
5706
+ }
5512
5707
  }
5513
5708
  ],
5514
5709
  "attributes": [
@@ -5846,7 +6041,8 @@
5846
6041
  "text": "boolean"
5847
6042
  },
5848
6043
  "default": "false",
5849
- "description": "The indeterminate state of the control"
6044
+ "description": "The indeterminate state of the control.",
6045
+ "privacy": "public"
5850
6046
  },
5851
6047
  {
5852
6048
  "kind": "method",
@@ -6200,6 +6396,19 @@
6200
6396
  "name": "VividElement",
6201
6397
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
6202
6398
  }
6399
+ },
6400
+ {
6401
+ "kind": "field",
6402
+ "name": "componentName",
6403
+ "type": {
6404
+ "text": "string"
6405
+ },
6406
+ "static": true,
6407
+ "description": "Core component name, without prefix",
6408
+ "inheritedFrom": {
6409
+ "name": "VividElement",
6410
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
6411
+ }
6203
6412
  }
6204
6413
  ],
6205
6414
  "events": [
@@ -6243,6 +6452,15 @@
6243
6452
  "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
6244
6453
  "fieldName": "readOnly"
6245
6454
  },
6455
+ {
6456
+ "name": "indeterminate",
6457
+ "type": {
6458
+ "text": "boolean"
6459
+ },
6460
+ "default": "false",
6461
+ "description": "The indeterminate state of the control.",
6462
+ "fieldName": "indeterminate"
6463
+ },
6246
6464
  {
6247
6465
  "name": "helper-text",
6248
6466
  "type": {
@@ -7077,6 +7295,19 @@
7077
7295
  "name": "VividElement",
7078
7296
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7079
7297
  }
7298
+ },
7299
+ {
7300
+ "kind": "field",
7301
+ "name": "componentName",
7302
+ "type": {
7303
+ "text": "string"
7304
+ },
7305
+ "static": true,
7306
+ "description": "Core component name, without prefix",
7307
+ "inheritedFrom": {
7308
+ "name": "VividElement",
7309
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7310
+ }
7080
7311
  }
7081
7312
  ],
7082
7313
  "events": [
@@ -7599,6 +7830,22 @@
7599
7830
  "name": "updateCellStyle",
7600
7831
  "privacy": "private"
7601
7832
  },
7833
+ {
7834
+ "kind": "method",
7835
+ "name": "calculateAriaSelectedValue",
7836
+ "privacy": "private",
7837
+ "description": ""
7838
+ },
7839
+ {
7840
+ "kind": "field",
7841
+ "name": "selected",
7842
+ "type": {
7843
+ "text": "boolean"
7844
+ },
7845
+ "default": "false",
7846
+ "description": "Reflects selected state of the row",
7847
+ "privacy": "public"
7848
+ },
7602
7849
  {
7603
7850
  "kind": "field",
7604
7851
  "name": "ariaSelected",
@@ -7620,22 +7867,13 @@
7620
7867
  "privacy": "public"
7621
7868
  },
7622
7869
  {
7623
- "kind": "method",
7624
- "name": "ariaSelectedChanged",
7625
- "parameters": [
7626
- {
7627
- "name": "_",
7628
- "type": {
7629
- "text": "string | null"
7630
- }
7631
- },
7632
- {
7633
- "name": "selectedState",
7634
- "type": {
7635
- "text": "string | null"
7636
- }
7637
- }
7638
- ]
7870
+ "kind": "field",
7871
+ "name": "sortDirection",
7872
+ "type": {
7873
+ "text": "DataGridCellSortStates | undefined"
7874
+ },
7875
+ "description": "Sets the sorting direction.",
7876
+ "privacy": "public"
7639
7877
  },
7640
7878
  {
7641
7879
  "kind": "method",
@@ -7654,12 +7892,25 @@
7654
7892
  "name": "VividElement",
7655
7893
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7656
7894
  }
7895
+ },
7896
+ {
7897
+ "kind": "field",
7898
+ "name": "componentName",
7899
+ "type": {
7900
+ "text": "string"
7901
+ },
7902
+ "static": true,
7903
+ "description": "Core component name, without prefix",
7904
+ "inheritedFrom": {
7905
+ "name": "VividElement",
7906
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7907
+ }
7657
7908
  }
7658
7909
  ],
7659
7910
  "events": [
7660
7911
  {
7661
7912
  "type": {
7662
- "text": "CustomEvent<{columnDataKey: string, ariaSort: string | null}>"
7913
+ "text": "CustomEvent<{columnDataKey: string, ariaSort: string | null, sortDirection: string | null}>"
7663
7914
  },
7664
7915
  "description": "Event that fires when a sortable column header is clicked",
7665
7916
  "name": "sort"
@@ -7696,6 +7947,15 @@
7696
7947
  "description": "The column index of the cell.\nThis will be applied to the css grid-column-index value\napplied to the cell",
7697
7948
  "fieldName": "gridColumn"
7698
7949
  },
7950
+ {
7951
+ "name": "selected",
7952
+ "type": {
7953
+ "text": "boolean"
7954
+ },
7955
+ "default": "false",
7956
+ "description": "Reflects selected state of the row",
7957
+ "fieldName": "selected"
7958
+ },
7699
7959
  {
7700
7960
  "name": "aria-selected",
7701
7961
  "type": {
@@ -7713,6 +7973,14 @@
7713
7973
  "default": "null",
7714
7974
  "description": "Indicates the sort status.",
7715
7975
  "fieldName": "ariaSort"
7976
+ },
7977
+ {
7978
+ "name": "sort-direction",
7979
+ "type": {
7980
+ "text": "DataGridCellSortStates | undefined"
7981
+ },
7982
+ "description": "Sets the sorting direction.",
7983
+ "fieldName": "sortDirection"
7716
7984
  }
7717
7985
  ],
7718
7986
  "mixins": [
@@ -7982,6 +8250,16 @@
7982
8250
  "description": "Indicates the selected status.",
7983
8251
  "privacy": "public"
7984
8252
  },
8253
+ {
8254
+ "kind": "field",
8255
+ "name": "selected",
8256
+ "type": {
8257
+ "text": "boolean | undefined"
8258
+ },
8259
+ "default": "false",
8260
+ "description": "Reflects selected state of the row",
8261
+ "privacy": "public"
8262
+ },
7985
8263
  {
7986
8264
  "kind": "field",
7987
8265
  "name": "VIVID_VERSION",
@@ -7995,6 +8273,19 @@
7995
8273
  "name": "VividElement",
7996
8274
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
7997
8275
  }
8276
+ },
8277
+ {
8278
+ "kind": "field",
8279
+ "name": "componentName",
8280
+ "type": {
8281
+ "text": "string"
8282
+ },
8283
+ "static": true,
8284
+ "description": "Core component name, without prefix",
8285
+ "inheritedFrom": {
8286
+ "name": "VividElement",
8287
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8288
+ }
7998
8289
  }
7999
8290
  ],
8000
8291
  "events": [
@@ -8038,6 +8329,15 @@
8038
8329
  "default": "null",
8039
8330
  "description": "Indicates the selected status.",
8040
8331
  "fieldName": "ariaSelected"
8332
+ },
8333
+ {
8334
+ "name": "selected",
8335
+ "type": {
8336
+ "text": "boolean | undefined"
8337
+ },
8338
+ "default": "false",
8339
+ "description": "Reflects selected state of the row",
8340
+ "fieldName": "selected"
8041
8341
  }
8042
8342
  ],
8043
8343
  "superclass": {
@@ -8525,21 +8825,6 @@
8525
8825
  },
8526
8826
  "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\tdataGrid.toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
8527
8827
  },
8528
- {
8529
- "kind": "field",
8530
- "name": "#setSelectedState",
8531
- "privacy": "private"
8532
- },
8533
- {
8534
- "kind": "field",
8535
- "name": "#resetSelection",
8536
- "privacy": "private"
8537
- },
8538
- {
8539
- "kind": "field",
8540
- "name": "#initSelections",
8541
- "privacy": "private"
8542
- },
8543
8828
  {
8544
8829
  "kind": "method",
8545
8830
  "name": "generateColumns",
@@ -8566,6 +8851,19 @@
8566
8851
  "name": "VividElement",
8567
8852
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8568
8853
  }
8854
+ },
8855
+ {
8856
+ "kind": "field",
8857
+ "name": "componentName",
8858
+ "type": {
8859
+ "text": "string"
8860
+ },
8861
+ "static": true,
8862
+ "description": "Core component name, without prefix",
8863
+ "inheritedFrom": {
8864
+ "name": "VividElement",
8865
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
8866
+ }
8569
8867
  }
8570
8868
  ],
8571
8869
  "events": [
@@ -9152,6 +9450,19 @@
9152
9450
  "name": "VividElement",
9153
9451
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9154
9452
  }
9453
+ },
9454
+ {
9455
+ "kind": "field",
9456
+ "name": "componentName",
9457
+ "type": {
9458
+ "text": "string"
9459
+ },
9460
+ "static": true,
9461
+ "description": "Core component name, without prefix",
9462
+ "inheritedFrom": {
9463
+ "name": "VividElement",
9464
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9465
+ }
9155
9466
  }
9156
9467
  ],
9157
9468
  "events": [
@@ -9929,6 +10240,19 @@
9929
10240
  "name": "VividElement",
9930
10241
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
9931
10242
  }
10243
+ },
10244
+ {
10245
+ "kind": "field",
10246
+ "name": "componentName",
10247
+ "type": {
10248
+ "text": "string"
10249
+ },
10250
+ "static": true,
10251
+ "description": "Core component name, without prefix",
10252
+ "inheritedFrom": {
10253
+ "name": "VividElement",
10254
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10255
+ }
9932
10256
  }
9933
10257
  ],
9934
10258
  "events": [
@@ -10814,6 +11138,19 @@
10814
11138
  "name": "VividElement",
10815
11139
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
10816
11140
  }
11141
+ },
11142
+ {
11143
+ "kind": "field",
11144
+ "name": "componentName",
11145
+ "type": {
11146
+ "text": "string"
11147
+ },
11148
+ "static": true,
11149
+ "description": "Core component name, without prefix",
11150
+ "inheritedFrom": {
11151
+ "name": "VividElement",
11152
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11153
+ }
10817
11154
  }
10818
11155
  ],
10819
11156
  "events": [
@@ -11363,6 +11700,19 @@
11363
11700
  "name": "VividElement",
11364
11701
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11365
11702
  }
11703
+ },
11704
+ {
11705
+ "kind": "field",
11706
+ "name": "componentName",
11707
+ "type": {
11708
+ "text": "string"
11709
+ },
11710
+ "static": true,
11711
+ "description": "Core component name, without prefix",
11712
+ "inheritedFrom": {
11713
+ "name": "VividElement",
11714
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11715
+ }
11366
11716
  }
11367
11717
  ],
11368
11718
  "events": [
@@ -11740,6 +12090,15 @@
11740
12090
  "default": "false",
11741
12091
  "description": "Controls whether the dialog is modal."
11742
12092
  },
12093
+ {
12094
+ "kind": "field",
12095
+ "name": "scrollableBody",
12096
+ "type": {
12097
+ "text": "boolean"
12098
+ },
12099
+ "default": "false",
12100
+ "description": "Makes only the element's content area between the header and footer scrollable"
12101
+ },
11743
12102
  {
11744
12103
  "kind": "field",
11745
12104
  "name": "returnValue",
@@ -11833,6 +12192,19 @@
11833
12192
  "name": "VividElement",
11834
12193
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
11835
12194
  }
12195
+ },
12196
+ {
12197
+ "kind": "field",
12198
+ "name": "componentName",
12199
+ "type": {
12200
+ "text": "string"
12201
+ },
12202
+ "static": true,
12203
+ "description": "Core component name, without prefix",
12204
+ "inheritedFrom": {
12205
+ "name": "VividElement",
12206
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12207
+ }
11836
12208
  }
11837
12209
  ],
11838
12210
  "events": [
@@ -11956,6 +12328,15 @@
11956
12328
  "default": "false",
11957
12329
  "description": "Controls whether the dialog is modal.",
11958
12330
  "fieldName": "modal"
12331
+ },
12332
+ {
12333
+ "name": "scrollable-body",
12334
+ "type": {
12335
+ "text": "boolean"
12336
+ },
12337
+ "default": "false",
12338
+ "description": "Makes only the element's content area between the header and footer scrollable",
12339
+ "fieldName": "scrollableBody"
11959
12340
  }
11960
12341
  ],
11961
12342
  "mixins": [
@@ -12102,6 +12483,19 @@
12102
12483
  "name": "VividElement",
12103
12484
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12104
12485
  }
12486
+ },
12487
+ {
12488
+ "kind": "field",
12489
+ "name": "componentName",
12490
+ "type": {
12491
+ "text": "string"
12492
+ },
12493
+ "static": true,
12494
+ "description": "Core component name, without prefix",
12495
+ "inheritedFrom": {
12496
+ "name": "VividElement",
12497
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12498
+ }
12105
12499
  }
12106
12500
  ],
12107
12501
  "attributes": [
@@ -12237,6 +12631,19 @@
12237
12631
  "name": "VividElement",
12238
12632
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12239
12633
  }
12634
+ },
12635
+ {
12636
+ "kind": "field",
12637
+ "name": "componentName",
12638
+ "type": {
12639
+ "text": "string"
12640
+ },
12641
+ "static": true,
12642
+ "description": "Core component name, without prefix",
12643
+ "inheritedFrom": {
12644
+ "name": "VividElement",
12645
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12646
+ }
12240
12647
  }
12241
12648
  ],
12242
12649
  "attributes": [
@@ -12492,6 +12899,19 @@
12492
12899
  "name": "VividElement",
12493
12900
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12494
12901
  }
12902
+ },
12903
+ {
12904
+ "kind": "field",
12905
+ "name": "componentName",
12906
+ "type": {
12907
+ "text": "string"
12908
+ },
12909
+ "static": true,
12910
+ "description": "Core component name, without prefix",
12911
+ "inheritedFrom": {
12912
+ "name": "VividElement",
12913
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
12914
+ }
12495
12915
  }
12496
12916
  ],
12497
12917
  "attributes": [
@@ -13189,6 +13609,19 @@
13189
13609
  "name": "VividElement",
13190
13610
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13191
13611
  }
13612
+ },
13613
+ {
13614
+ "kind": "field",
13615
+ "name": "componentName",
13616
+ "type": {
13617
+ "text": "string"
13618
+ },
13619
+ "static": true,
13620
+ "description": "Core component name, without prefix",
13621
+ "inheritedFrom": {
13622
+ "name": "VividElement",
13623
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
13624
+ }
13192
13625
  }
13193
13626
  ],
13194
13627
  "attributes": [
@@ -14161,6 +14594,19 @@
14161
14594
  "name": "VividElement",
14162
14595
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14163
14596
  }
14597
+ },
14598
+ {
14599
+ "kind": "field",
14600
+ "name": "componentName",
14601
+ "type": {
14602
+ "text": "string"
14603
+ },
14604
+ "static": true,
14605
+ "description": "Core component name, without prefix",
14606
+ "inheritedFrom": {
14607
+ "name": "VividElement",
14608
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14609
+ }
14164
14610
  }
14165
14611
  ],
14166
14612
  "events": [
@@ -14494,6 +14940,19 @@
14494
14940
  "name": "VividElement",
14495
14941
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14496
14942
  }
14943
+ },
14944
+ {
14945
+ "kind": "field",
14946
+ "name": "componentName",
14947
+ "type": {
14948
+ "text": "string"
14949
+ },
14950
+ "static": true,
14951
+ "description": "Core component name, without prefix",
14952
+ "inheritedFrom": {
14953
+ "name": "VividElement",
14954
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14955
+ }
14497
14956
  }
14498
14957
  ],
14499
14958
  "attributes": [
@@ -14726,6 +15185,19 @@
14726
15185
  "name": "VividElement",
14727
15186
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14728
15187
  }
15188
+ },
15189
+ {
15190
+ "kind": "field",
15191
+ "name": "componentName",
15192
+ "type": {
15193
+ "text": "string"
15194
+ },
15195
+ "static": true,
15196
+ "description": "Core component name, without prefix",
15197
+ "inheritedFrom": {
15198
+ "name": "VividElement",
15199
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15200
+ }
14729
15201
  }
14730
15202
  ],
14731
15203
  "attributes": [
@@ -14930,6 +15402,19 @@
14930
15402
  "name": "VividElement",
14931
15403
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
14932
15404
  }
15405
+ },
15406
+ {
15407
+ "kind": "field",
15408
+ "name": "componentName",
15409
+ "type": {
15410
+ "text": "string"
15411
+ },
15412
+ "static": true,
15413
+ "description": "Core component name, without prefix",
15414
+ "inheritedFrom": {
15415
+ "name": "VividElement",
15416
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15417
+ }
14933
15418
  }
14934
15419
  ],
14935
15420
  "attributes": [
@@ -15373,6 +15858,19 @@
15373
15858
  "name": "VividElement",
15374
15859
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15375
15860
  }
15861
+ },
15862
+ {
15863
+ "kind": "field",
15864
+ "name": "componentName",
15865
+ "type": {
15866
+ "text": "string"
15867
+ },
15868
+ "static": true,
15869
+ "description": "Core component name, without prefix",
15870
+ "inheritedFrom": {
15871
+ "name": "VividElement",
15872
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15873
+ }
15376
15874
  }
15377
15875
  ],
15378
15876
  "events": [
@@ -15824,6 +16322,19 @@
15824
16322
  "name": "VividElement",
15825
16323
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
15826
16324
  }
16325
+ },
16326
+ {
16327
+ "kind": "field",
16328
+ "name": "componentName",
16329
+ "type": {
16330
+ "text": "string"
16331
+ },
16332
+ "static": true,
16333
+ "description": "Core component name, without prefix",
16334
+ "inheritedFrom": {
16335
+ "name": "VividElement",
16336
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16337
+ }
15827
16338
  }
15828
16339
  ],
15829
16340
  "events": [
@@ -16068,6 +16579,19 @@
16068
16579
  "name": "VividElement",
16069
16580
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16070
16581
  }
16582
+ },
16583
+ {
16584
+ "kind": "field",
16585
+ "name": "componentName",
16586
+ "type": {
16587
+ "text": "string"
16588
+ },
16589
+ "static": true,
16590
+ "description": "Core component name, without prefix",
16591
+ "inheritedFrom": {
16592
+ "name": "VividElement",
16593
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16594
+ }
16071
16595
  }
16072
16596
  ]
16073
16597
  }
@@ -16312,6 +16836,19 @@
16312
16836
  "name": "VividElement",
16313
16837
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16314
16838
  }
16839
+ },
16840
+ {
16841
+ "kind": "field",
16842
+ "name": "componentName",
16843
+ "type": {
16844
+ "text": "string"
16845
+ },
16846
+ "static": true,
16847
+ "description": "Core component name, without prefix",
16848
+ "inheritedFrom": {
16849
+ "name": "VividElement",
16850
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16851
+ }
16315
16852
  }
16316
16853
  ],
16317
16854
  "events": [
@@ -16728,6 +17265,19 @@
16728
17265
  "name": "VividElement",
16729
17266
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
16730
17267
  }
17268
+ },
17269
+ {
17270
+ "kind": "field",
17271
+ "name": "componentName",
17272
+ "type": {
17273
+ "text": "string"
17274
+ },
17275
+ "static": true,
17276
+ "description": "Core component name, without prefix",
17277
+ "inheritedFrom": {
17278
+ "name": "VividElement",
17279
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17280
+ }
16731
17281
  }
16732
17282
  ],
16733
17283
  "attributes": [
@@ -17082,6 +17632,19 @@
17082
17632
  "name": "VividElement",
17083
17633
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17084
17634
  }
17635
+ },
17636
+ {
17637
+ "kind": "field",
17638
+ "name": "componentName",
17639
+ "type": {
17640
+ "text": "string"
17641
+ },
17642
+ "static": true,
17643
+ "description": "Core component name, without prefix",
17644
+ "inheritedFrom": {
17645
+ "name": "VividElement",
17646
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17647
+ }
17085
17648
  }
17086
17649
  ],
17087
17650
  "attributes": [
@@ -17800,6 +18363,19 @@
17800
18363
  "name": "VividElement",
17801
18364
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
17802
18365
  }
18366
+ },
18367
+ {
18368
+ "kind": "field",
18369
+ "name": "componentName",
18370
+ "type": {
18371
+ "text": "string"
18372
+ },
18373
+ "static": true,
18374
+ "description": "Core component name, without prefix",
18375
+ "inheritedFrom": {
18376
+ "name": "VividElement",
18377
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18378
+ }
17803
18379
  }
17804
18380
  ],
17805
18381
  "events": [
@@ -18479,6 +19055,19 @@
18479
19055
  "name": "VividElement",
18480
19056
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18481
19057
  }
19058
+ },
19059
+ {
19060
+ "kind": "field",
19061
+ "name": "componentName",
19062
+ "type": {
19063
+ "text": "string"
19064
+ },
19065
+ "static": true,
19066
+ "description": "Core component name, without prefix",
19067
+ "inheritedFrom": {
19068
+ "name": "VividElement",
19069
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19070
+ }
18482
19071
  }
18483
19072
  ],
18484
19073
  "attributes": [
@@ -18652,6 +19241,12 @@
18652
19241
  }
18653
19242
  ]
18654
19243
  },
19244
+ {
19245
+ "kind": "javascript-module",
19246
+ "path": "libs/components/src/lib/pagination/locale.ts",
19247
+ "declarations": [],
19248
+ "exports": []
19249
+ },
18655
19250
  {
18656
19251
  "kind": "javascript-module",
18657
19252
  "path": "libs/components/src/lib/pagination/pagination.ts",
@@ -18806,6 +19401,19 @@
18806
19401
  "name": "VividElement",
18807
19402
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
18808
19403
  }
19404
+ },
19405
+ {
19406
+ "kind": "field",
19407
+ "name": "componentName",
19408
+ "type": {
19409
+ "text": "string"
19410
+ },
19411
+ "static": true,
19412
+ "description": "Core component name, without prefix",
19413
+ "inheritedFrom": {
19414
+ "name": "VividElement",
19415
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19416
+ }
18809
19417
  }
18810
19418
  ],
18811
19419
  "events": [
@@ -18859,6 +19467,12 @@
18859
19467
  "fieldName": "selectedIndex"
18860
19468
  }
18861
19469
  ],
19470
+ "mixins": [
19471
+ {
19472
+ "name": "Localized",
19473
+ "module": "/libs/components/src/shared/patterns"
19474
+ }
19475
+ ],
18862
19476
  "superclass": {
18863
19477
  "name": "VividElement",
18864
19478
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
@@ -19067,7 +19681,17 @@
19067
19681
  "text": "Strategy | undefined"
19068
19682
  },
19069
19683
  "default": "'fixed'",
19070
- "description": "the strategy of the popup",
19684
+ "description": "The strategy of the popup",
19685
+ "privacy": "public"
19686
+ },
19687
+ {
19688
+ "kind": "field",
19689
+ "name": "offset",
19690
+ "type": {
19691
+ "text": "number | null"
19692
+ },
19693
+ "default": "null",
19694
+ "description": "Adds offset to the popup",
19071
19695
  "privacy": "public"
19072
19696
  },
19073
19697
  {
@@ -19181,6 +19805,19 @@
19181
19805
  "name": "VividElement",
19182
19806
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19183
19807
  }
19808
+ },
19809
+ {
19810
+ "kind": "field",
19811
+ "name": "componentName",
19812
+ "type": {
19813
+ "text": "string"
19814
+ },
19815
+ "static": true,
19816
+ "description": "Core component name, without prefix",
19817
+ "inheritedFrom": {
19818
+ "name": "VividElement",
19819
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19820
+ }
19184
19821
  }
19185
19822
  ],
19186
19823
  "attributes": [
@@ -19243,8 +19880,17 @@
19243
19880
  "text": "Strategy | undefined"
19244
19881
  },
19245
19882
  "default": "'fixed'",
19246
- "description": "the strategy of the popup",
19883
+ "description": "The strategy of the popup",
19247
19884
  "fieldName": "strategy"
19885
+ },
19886
+ {
19887
+ "name": "offset",
19888
+ "type": {
19889
+ "text": "number | null"
19890
+ },
19891
+ "default": "null",
19892
+ "description": "Adds offset to the popup",
19893
+ "fieldName": "offset"
19248
19894
  }
19249
19895
  ],
19250
19896
  "superclass": {
@@ -19493,6 +20139,19 @@
19493
20139
  "name": "VividElement",
19494
20140
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19495
20141
  }
20142
+ },
20143
+ {
20144
+ "kind": "field",
20145
+ "name": "componentName",
20146
+ "type": {
20147
+ "text": "string"
20148
+ },
20149
+ "static": true,
20150
+ "description": "Core component name, without prefix",
20151
+ "inheritedFrom": {
20152
+ "name": "VividElement",
20153
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20154
+ }
19496
20155
  }
19497
20156
  ],
19498
20157
  "attributes": [
@@ -19777,6 +20436,19 @@
19777
20436
  "name": "VividElement",
19778
20437
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
19779
20438
  }
20439
+ },
20440
+ {
20441
+ "kind": "field",
20442
+ "name": "componentName",
20443
+ "type": {
20444
+ "text": "string"
20445
+ },
20446
+ "static": true,
20447
+ "description": "Core component name, without prefix",
20448
+ "inheritedFrom": {
20449
+ "name": "VividElement",
20450
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20451
+ }
19780
20452
  }
19781
20453
  ],
19782
20454
  "attributes": [
@@ -20346,6 +21018,19 @@
20346
21018
  "name": "VividElement",
20347
21019
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20348
21020
  }
21021
+ },
21022
+ {
21023
+ "kind": "field",
21024
+ "name": "componentName",
21025
+ "type": {
21026
+ "text": "string"
21027
+ },
21028
+ "static": true,
21029
+ "description": "Core component name, without prefix",
21030
+ "inheritedFrom": {
21031
+ "name": "VividElement",
21032
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21033
+ }
20349
21034
  }
20350
21035
  ],
20351
21036
  "events": [
@@ -20773,6 +21458,19 @@
20773
21458
  "name": "VividElement",
20774
21459
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
20775
21460
  }
21461
+ },
21462
+ {
21463
+ "kind": "field",
21464
+ "name": "componentName",
21465
+ "type": {
21466
+ "text": "string"
21467
+ },
21468
+ "static": true,
21469
+ "description": "Core component name, without prefix",
21470
+ "inheritedFrom": {
21471
+ "name": "VividElement",
21472
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21473
+ }
20776
21474
  }
20777
21475
  ],
20778
21476
  "events": [
@@ -21537,6 +22235,19 @@
21537
22235
  "name": "VividElement",
21538
22236
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
21539
22237
  }
22238
+ },
22239
+ {
22240
+ "kind": "field",
22241
+ "name": "componentName",
22242
+ "type": {
22243
+ "text": "string"
22244
+ },
22245
+ "static": true,
22246
+ "description": "Core component name, without prefix",
22247
+ "inheritedFrom": {
22248
+ "name": "VividElement",
22249
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22250
+ }
21540
22251
  }
21541
22252
  ],
21542
22253
  "events": [
@@ -22069,6 +22780,19 @@
22069
22780
  "name": "VividElement",
22070
22781
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22071
22782
  }
22783
+ },
22784
+ {
22785
+ "kind": "field",
22786
+ "name": "componentName",
22787
+ "type": {
22788
+ "text": "string"
22789
+ },
22790
+ "static": true,
22791
+ "description": "Core component name, without prefix",
22792
+ "inheritedFrom": {
22793
+ "name": "VividElement",
22794
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22795
+ }
22072
22796
  }
22073
22797
  ],
22074
22798
  "attributes": [
@@ -22253,6 +22977,19 @@
22253
22977
  "name": "VividElement",
22254
22978
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22255
22979
  }
22980
+ },
22981
+ {
22982
+ "kind": "field",
22983
+ "name": "componentName",
22984
+ "type": {
22985
+ "text": "string"
22986
+ },
22987
+ "static": true,
22988
+ "description": "Core component name, without prefix",
22989
+ "inheritedFrom": {
22990
+ "name": "VividElement",
22991
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
22992
+ }
22256
22993
  }
22257
22994
  ],
22258
22995
  "attributes": [
@@ -23088,6 +23825,19 @@
23088
23825
  "name": "VividElement",
23089
23826
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23090
23827
  }
23828
+ },
23829
+ {
23830
+ "kind": "field",
23831
+ "name": "componentName",
23832
+ "type": {
23833
+ "text": "string"
23834
+ },
23835
+ "static": true,
23836
+ "description": "Core component name, without prefix",
23837
+ "inheritedFrom": {
23838
+ "name": "VividElement",
23839
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
23840
+ }
23091
23841
  }
23092
23842
  ],
23093
23843
  "events": [
@@ -24056,6 +24806,19 @@
24056
24806
  "name": "VividElement",
24057
24807
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24058
24808
  }
24809
+ },
24810
+ {
24811
+ "kind": "field",
24812
+ "name": "componentName",
24813
+ "type": {
24814
+ "text": "string"
24815
+ },
24816
+ "static": true,
24817
+ "description": "Core component name, without prefix",
24818
+ "inheritedFrom": {
24819
+ "name": "VividElement",
24820
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24821
+ }
24059
24822
  }
24060
24823
  ],
24061
24824
  "events": [
@@ -24505,6 +25268,19 @@
24505
25268
  "name": "VividElement",
24506
25269
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24507
25270
  }
25271
+ },
25272
+ {
25273
+ "kind": "field",
25274
+ "name": "componentName",
25275
+ "type": {
25276
+ "text": "string"
25277
+ },
25278
+ "static": true,
25279
+ "description": "Core component name, without prefix",
25280
+ "inheritedFrom": {
25281
+ "name": "VividElement",
25282
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25283
+ }
24508
25284
  }
24509
25285
  ],
24510
25286
  "events": [
@@ -24721,6 +25497,19 @@
24721
25497
  "name": "VividElement",
24722
25498
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
24723
25499
  }
25500
+ },
25501
+ {
25502
+ "kind": "field",
25503
+ "name": "componentName",
25504
+ "type": {
25505
+ "text": "string"
25506
+ },
25507
+ "static": true,
25508
+ "description": "Core component name, without prefix",
25509
+ "inheritedFrom": {
25510
+ "name": "VividElement",
25511
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25512
+ }
24724
25513
  }
24725
25514
  ],
24726
25515
  "events": [
@@ -25357,6 +26146,19 @@
25357
26146
  "name": "VividElement",
25358
26147
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25359
26148
  }
26149
+ },
26150
+ {
26151
+ "kind": "field",
26152
+ "name": "componentName",
26153
+ "type": {
26154
+ "text": "string"
26155
+ },
26156
+ "static": true,
26157
+ "description": "Core component name, without prefix",
26158
+ "inheritedFrom": {
26159
+ "name": "VividElement",
26160
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
26161
+ }
25360
26162
  }
25361
26163
  ],
25362
26164
  "events": [
@@ -25963,6 +26765,19 @@
25963
26765
  "name": "VividElement",
25964
26766
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25965
26767
  }
26768
+ },
26769
+ {
26770
+ "kind": "field",
26771
+ "name": "componentName",
26772
+ "type": {
26773
+ "text": "string"
26774
+ },
26775
+ "static": true,
26776
+ "description": "Core component name, without prefix",
26777
+ "inheritedFrom": {
26778
+ "name": "VividElement",
26779
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
26780
+ }
25966
26781
  }
25967
26782
  ],
25968
26783
  "events": [
@@ -26529,6 +27344,19 @@
26529
27344
  "name": "VividElement",
26530
27345
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
26531
27346
  }
27347
+ },
27348
+ {
27349
+ "kind": "field",
27350
+ "name": "componentName",
27351
+ "type": {
27352
+ "text": "string"
27353
+ },
27354
+ "static": true,
27355
+ "description": "Core component name, without prefix",
27356
+ "inheritedFrom": {
27357
+ "name": "VividElement",
27358
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
27359
+ }
26532
27360
  }
26533
27361
  ],
26534
27362
  "events": [
@@ -26946,6 +27774,19 @@
26946
27774
  "name": "VividElement",
26947
27775
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
26948
27776
  }
27777
+ },
27778
+ {
27779
+ "kind": "field",
27780
+ "name": "componentName",
27781
+ "type": {
27782
+ "text": "string"
27783
+ },
27784
+ "static": true,
27785
+ "description": "Core component name, without prefix",
27786
+ "inheritedFrom": {
27787
+ "name": "VividElement",
27788
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
27789
+ }
26949
27790
  }
26950
27791
  ],
26951
27792
  "attributes": [
@@ -27148,6 +27989,19 @@
27148
27989
  "name": "VividElement",
27149
27990
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
27150
27991
  }
27992
+ },
27993
+ {
27994
+ "kind": "field",
27995
+ "name": "componentName",
27996
+ "type": {
27997
+ "text": "string"
27998
+ },
27999
+ "static": true,
28000
+ "description": "Core component name, without prefix",
28001
+ "inheritedFrom": {
28002
+ "name": "VividElement",
28003
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
28004
+ }
27151
28005
  }
27152
28006
  ]
27153
28007
  }
@@ -27509,6 +28363,19 @@
27509
28363
  "name": "VividElement",
27510
28364
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
27511
28365
  }
28366
+ },
28367
+ {
28368
+ "kind": "field",
28369
+ "name": "componentName",
28370
+ "type": {
28371
+ "text": "string"
28372
+ },
28373
+ "static": true,
28374
+ "description": "Core component name, without prefix",
28375
+ "inheritedFrom": {
28376
+ "name": "VividElement",
28377
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
28378
+ }
27512
28379
  }
27513
28380
  ],
27514
28381
  "events": [
@@ -27906,6 +28773,19 @@
27906
28773
  "name": "VividElement",
27907
28774
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
27908
28775
  }
28776
+ },
28777
+ {
28778
+ "kind": "field",
28779
+ "name": "componentName",
28780
+ "type": {
28781
+ "text": "string"
28782
+ },
28783
+ "static": true,
28784
+ "description": "Core component name, without prefix",
28785
+ "inheritedFrom": {
28786
+ "name": "VividElement",
28787
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
28788
+ }
27909
28789
  }
27910
28790
  ],
27911
28791
  "events": [
@@ -28126,6 +29006,19 @@
28126
29006
  "name": "VividElement",
28127
29007
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
28128
29008
  }
29009
+ },
29010
+ {
29011
+ "kind": "field",
29012
+ "name": "componentName",
29013
+ "type": {
29014
+ "text": "string"
29015
+ },
29016
+ "static": true,
29017
+ "description": "Core component name, without prefix",
29018
+ "inheritedFrom": {
29019
+ "name": "VividElement",
29020
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
29021
+ }
28129
29022
  }
28130
29023
  ]
28131
29024
  }
@@ -28759,6 +29652,19 @@
28759
29652
  "name": "VividElement",
28760
29653
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
28761
29654
  }
29655
+ },
29656
+ {
29657
+ "kind": "field",
29658
+ "name": "componentName",
29659
+ "type": {
29660
+ "text": "string"
29661
+ },
29662
+ "static": true,
29663
+ "description": "Core component name, without prefix",
29664
+ "inheritedFrom": {
29665
+ "name": "VividElement",
29666
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
29667
+ }
28762
29668
  }
28763
29669
  ],
28764
29670
  "events": [
@@ -29667,6 +30573,19 @@
29667
30573
  "name": "VividElement",
29668
30574
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
29669
30575
  }
30576
+ },
30577
+ {
30578
+ "kind": "field",
30579
+ "name": "componentName",
30580
+ "type": {
30581
+ "text": "string"
30582
+ },
30583
+ "static": true,
30584
+ "description": "Core component name, without prefix",
30585
+ "inheritedFrom": {
30586
+ "name": "VividElement",
30587
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
30588
+ }
29670
30589
  }
29671
30590
  ],
29672
30591
  "events": [
@@ -30558,6 +31477,19 @@
30558
31477
  "name": "VividElement",
30559
31478
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
30560
31479
  }
31480
+ },
31481
+ {
31482
+ "kind": "field",
31483
+ "name": "componentName",
31484
+ "type": {
31485
+ "text": "string"
31486
+ },
31487
+ "static": true,
31488
+ "description": "Core component name, without prefix",
31489
+ "inheritedFrom": {
31490
+ "name": "VividElement",
31491
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31492
+ }
30561
31493
  }
30562
31494
  ],
30563
31495
  "events": [
@@ -31043,6 +31975,19 @@
31043
31975
  "name": "VividElement",
31044
31976
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31045
31977
  }
31978
+ },
31979
+ {
31980
+ "kind": "field",
31981
+ "name": "componentName",
31982
+ "type": {
31983
+ "text": "string"
31984
+ },
31985
+ "static": true,
31986
+ "description": "Core component name, without prefix",
31987
+ "inheritedFrom": {
31988
+ "name": "VividElement",
31989
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31990
+ }
31046
31991
  }
31047
31992
  ],
31048
31993
  "attributes": [
@@ -31303,6 +32248,19 @@
31303
32248
  "name": "VividElement",
31304
32249
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31305
32250
  }
32251
+ },
32252
+ {
32253
+ "kind": "field",
32254
+ "name": "componentName",
32255
+ "type": {
32256
+ "text": "string"
32257
+ },
32258
+ "static": true,
32259
+ "description": "Core component name, without prefix",
32260
+ "inheritedFrom": {
32261
+ "name": "VividElement",
32262
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32263
+ }
31306
32264
  }
31307
32265
  ],
31308
32266
  "attributes": [
@@ -31595,6 +32553,19 @@
31595
32553
  "name": "VividElement",
31596
32554
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31597
32555
  }
32556
+ },
32557
+ {
32558
+ "kind": "field",
32559
+ "name": "componentName",
32560
+ "type": {
32561
+ "text": "string"
32562
+ },
32563
+ "static": true,
32564
+ "description": "Core component name, without prefix",
32565
+ "inheritedFrom": {
32566
+ "name": "VividElement",
32567
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32568
+ }
31598
32569
  }
31599
32570
  ],
31600
32571
  "events": [
@@ -31908,6 +32879,19 @@
31908
32879
  "name": "VividElement",
31909
32880
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
31910
32881
  }
32882
+ },
32883
+ {
32884
+ "kind": "field",
32885
+ "name": "componentName",
32886
+ "type": {
32887
+ "text": "string"
32888
+ },
32889
+ "static": true,
32890
+ "description": "Core component name, without prefix",
32891
+ "inheritedFrom": {
32892
+ "name": "VividElement",
32893
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32894
+ }
31911
32895
  }
31912
32896
  ],
31913
32897
  "attributes": [
@@ -32135,6 +33119,19 @@
32135
33119
  "name": "VividElement",
32136
33120
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32137
33121
  }
33122
+ },
33123
+ {
33124
+ "kind": "field",
33125
+ "name": "componentName",
33126
+ "type": {
33127
+ "text": "string"
33128
+ },
33129
+ "static": true,
33130
+ "description": "Core component name, without prefix",
33131
+ "inheritedFrom": {
33132
+ "name": "VividElement",
33133
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
33134
+ }
32138
33135
  }
32139
33136
  ],
32140
33137
  "events": [
@@ -32347,6 +33344,19 @@
32347
33344
  "name": "VividElement",
32348
33345
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32349
33346
  }
33347
+ },
33348
+ {
33349
+ "kind": "field",
33350
+ "name": "componentName",
33351
+ "type": {
33352
+ "text": "string"
33353
+ },
33354
+ "static": true,
33355
+ "description": "Core component name, without prefix",
33356
+ "inheritedFrom": {
33357
+ "name": "VividElement",
33358
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
33359
+ }
32350
33360
  }
32351
33361
  ]
32352
33362
  }
@@ -32905,6 +33915,19 @@
32905
33915
  "name": "VividElement",
32906
33916
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
32907
33917
  }
33918
+ },
33919
+ {
33920
+ "kind": "field",
33921
+ "name": "componentName",
33922
+ "type": {
33923
+ "text": "string"
33924
+ },
33925
+ "static": true,
33926
+ "description": "Core component name, without prefix",
33927
+ "inheritedFrom": {
33928
+ "name": "VividElement",
33929
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
33930
+ }
32908
33931
  }
32909
33932
  ],
32910
33933
  "attributes": [
@@ -33329,6 +34352,19 @@
33329
34352
  "name": "VividElement",
33330
34353
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
33331
34354
  }
34355
+ },
34356
+ {
34357
+ "kind": "field",
34358
+ "name": "componentName",
34359
+ "type": {
34360
+ "text": "string"
34361
+ },
34362
+ "static": true,
34363
+ "description": "Core component name, without prefix",
34364
+ "inheritedFrom": {
34365
+ "name": "VividElement",
34366
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
34367
+ }
33332
34368
  }
33333
34369
  ],
33334
34370
  "attributes": [
@@ -34084,6 +35120,19 @@
34084
35120
  "name": "VividElement",
34085
35121
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
34086
35122
  }
35123
+ },
35124
+ {
35125
+ "kind": "field",
35126
+ "name": "componentName",
35127
+ "type": {
35128
+ "text": "string"
35129
+ },
35130
+ "static": true,
35131
+ "description": "Core component name, without prefix",
35132
+ "inheritedFrom": {
35133
+ "name": "VividElement",
35134
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
35135
+ }
34087
35136
  }
34088
35137
  ],
34089
35138
  "attributes": [
@@ -34182,6 +35231,19 @@
34182
35231
  "name": "VividElement",
34183
35232
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
34184
35233
  }
35234
+ },
35235
+ {
35236
+ "kind": "field",
35237
+ "name": "componentName",
35238
+ "type": {
35239
+ "text": "string"
35240
+ },
35241
+ "static": true,
35242
+ "description": "Core component name, without prefix",
35243
+ "inheritedFrom": {
35244
+ "name": "VividElement",
35245
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
35246
+ }
34185
35247
  }
34186
35248
  ],
34187
35249
  "attributes": [
@@ -34352,6 +35414,15 @@
34352
35414
  "text": "string"
34353
35415
  }
34354
35416
  },
35417
+ {
35418
+ "kind": "field",
35419
+ "name": "componentName",
35420
+ "type": {
35421
+ "text": "string"
35422
+ },
35423
+ "static": true,
35424
+ "description": "Core component name, without prefix"
35425
+ },
34355
35426
  {
34356
35427
  "kind": "field",
34357
35428
  "name": "specialHandling",
@@ -35907,6 +36978,19 @@
35907
36978
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
35908
36979
  }
35909
36980
  },
36981
+ {
36982
+ "kind": "field",
36983
+ "name": "componentName",
36984
+ "type": {
36985
+ "text": "string"
36986
+ },
36987
+ "static": true,
36988
+ "description": "Core component name, without prefix",
36989
+ "inheritedFrom": {
36990
+ "name": "VividElement",
36991
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
36992
+ }
36993
+ },
35910
36994
  {
35911
36995
  "kind": "field",
35912
36996
  "name": "specialHandling",
@@ -36456,6 +37540,19 @@
36456
37540
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
36457
37541
  }
36458
37542
  },
37543
+ {
37544
+ "kind": "field",
37545
+ "name": "componentName",
37546
+ "type": {
37547
+ "text": "string"
37548
+ },
37549
+ "static": true,
37550
+ "description": "Core component name, without prefix",
37551
+ "inheritedFrom": {
37552
+ "name": "VividElement",
37553
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
37554
+ }
37555
+ },
36459
37556
  {
36460
37557
  "kind": "field",
36461
37558
  "name": "specialHandling",
@@ -37305,6 +38402,19 @@
37305
38402
  "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
37306
38403
  }
37307
38404
  },
38405
+ {
38406
+ "kind": "field",
38407
+ "name": "componentName",
38408
+ "type": {
38409
+ "text": "string"
38410
+ },
38411
+ "static": true,
38412
+ "description": "Core component name, without prefix",
38413
+ "inheritedFrom": {
38414
+ "name": "VividElement",
38415
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
38416
+ }
38417
+ },
37308
38418
  {
37309
38419
  "kind": "field",
37310
38420
  "name": "specialHandling",