@vonage/vivid 4.19.0-preview.0 → 4.20.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 (206) hide show
  1. package/custom-elements.json +1616 -313
  2. package/index.cjs +5 -0
  3. package/index.d.ts +1 -0
  4. package/index.js +2 -2
  5. package/lib/accordion-item/accordion-item.d.ts +332 -5
  6. package/lib/action-group/action-group.d.ts +3 -120
  7. package/lib/alert/alert.d.ts +654 -6
  8. package/lib/audio-player/audio-player.d.ts +330 -5
  9. package/lib/avatar/avatar.d.ts +5 -4
  10. package/lib/badge/badge.d.ts +334 -7
  11. package/lib/banner/banner.d.ts +662 -133
  12. package/lib/breadcrumb-item/breadcrumb-item.d.ts +0 -118
  13. package/lib/button/button.d.ts +335 -8
  14. package/lib/calendar-event/calendar-event.d.ts +3 -2
  15. package/lib/card/card.d.ts +2 -1
  16. package/lib/checkbox/checkbox.d.ts +2 -119
  17. package/lib/combobox/combobox.d.ts +335 -6
  18. package/lib/date-picker/date-picker.d.ts +12 -484
  19. package/lib/date-range-picker/date-range-picker.d.ts +6 -242
  20. package/lib/date-time-picker/date-time-picker.d.ts +12 -484
  21. package/lib/date-time-picker/definition.d.ts +2 -0
  22. package/lib/dial-pad/dial-pad.d.ts +328 -4
  23. package/lib/dialog/dialog.d.ts +326 -122
  24. package/lib/divider/divider.d.ts +0 -118
  25. package/lib/empty-state/empty-state.d.ts +3 -2
  26. package/lib/fab/fab.d.ts +333 -6
  27. package/lib/file-picker/file-picker.d.ts +334 -4
  28. package/lib/icon/icon.d.ts +2 -1
  29. package/lib/layout/layout.d.ts +6 -5
  30. package/lib/menu/menu.d.ts +0 -236
  31. package/lib/menu-item/menu-item.d.ts +332 -10
  32. package/lib/nav-disclosure/nav-disclosure.d.ts +330 -124
  33. package/lib/nav-item/nav-item.d.ts +329 -4
  34. package/lib/note/note.d.ts +329 -4
  35. package/lib/number-field/number-field.d.ts +658 -124
  36. package/lib/option/option.d.ts +332 -7
  37. package/lib/pagination/pagination.d.ts +4 -2
  38. package/lib/progress/progress.d.ts +0 -118
  39. package/lib/progress-ring/progress-ring.d.ts +0 -118
  40. package/lib/radio/radio.d.ts +2 -1
  41. package/lib/range-slider/range-slider.d.ts +330 -3
  42. package/lib/rich-text-editor/definition.d.ts +2 -0
  43. package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +3 -2
  44. package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +2 -0
  45. package/lib/rich-text-editor/menubar/definition.d.ts +2 -0
  46. package/lib/rich-text-editor/menubar/menubar.d.ts +4 -0
  47. package/lib/rich-text-editor/menubar/menubar.template.d.ts +4 -0
  48. package/lib/rich-text-editor/rich-text-editor.d.ts +8 -0
  49. package/lib/searchable-select/locale.d.ts +1 -0
  50. package/lib/searchable-select/option-tag.d.ts +330 -5
  51. package/lib/searchable-select/searchable-select.d.ts +661 -6
  52. package/lib/select/select.d.ts +336 -6
  53. package/lib/selectable-box/selectable-box.d.ts +0 -118
  54. package/lib/slider/slider.d.ts +326 -122
  55. package/lib/split-button/split-button.d.ts +667 -138
  56. package/lib/switch/switch.d.ts +0 -118
  57. package/lib/tab/tab.d.ts +658 -7
  58. package/lib/tabs/tabs.d.ts +2 -1
  59. package/lib/tag/tag.d.ts +333 -7
  60. package/lib/tag-group/tag-group.d.ts +0 -118
  61. package/lib/tag-name-map.d.ts +73 -0
  62. package/lib/text-anchor/text-anchor.d.ts +331 -123
  63. package/lib/text-area/text-area.d.ts +0 -118
  64. package/lib/text-field/text-field.d.ts +333 -124
  65. package/lib/time-picker/time-picker.d.ts +6 -242
  66. package/lib/toggletip/toggletip.d.ts +0 -118
  67. package/lib/tooltip/tooltip.d.ts +0 -118
  68. package/lib/tree-item/tree-item.d.ts +329 -4
  69. package/lib/video-player/video-player.d.ts +328 -4
  70. package/locales/de-DE.cjs +1 -0
  71. package/locales/de-DE.js +1 -0
  72. package/locales/en-GB.cjs +1 -0
  73. package/locales/en-GB.js +1 -0
  74. package/locales/en-US.cjs +1 -0
  75. package/locales/en-US.js +1 -0
  76. package/locales/ja-JP.cjs +1 -0
  77. package/locales/ja-JP.js +1 -0
  78. package/locales/zh-CN.cjs +1 -0
  79. package/locales/zh-CN.js +1 -0
  80. package/package.json +1 -1
  81. package/shared/_has.cjs +0 -4
  82. package/shared/_has.js +0 -4
  83. package/shared/affix.cjs +25 -19
  84. package/shared/affix.js +26 -20
  85. package/shared/apply-mixins.js +1 -1
  86. package/shared/aria/delegates-aria.d.ts +0 -118
  87. package/shared/calendar-picker.template.cjs +1 -1
  88. package/shared/calendar-picker.template.js +1 -1
  89. package/shared/children.js +1 -1
  90. package/shared/definition.cjs +2 -4
  91. package/shared/definition.js +2 -4
  92. package/shared/definition11.cjs +2 -4
  93. package/shared/definition11.js +2 -4
  94. package/shared/definition13.cjs +85 -159
  95. package/shared/definition13.js +85 -159
  96. package/shared/definition15.cjs +1 -1
  97. package/shared/definition15.js +1 -1
  98. package/shared/definition16.cjs +2 -3
  99. package/shared/definition16.js +2 -3
  100. package/shared/definition17.cjs +1 -1
  101. package/shared/definition17.js +1 -1
  102. package/shared/definition20.cjs +10 -10
  103. package/shared/definition20.js +1 -1
  104. package/shared/definition21.cjs +2 -4
  105. package/shared/definition21.js +2 -4
  106. package/shared/definition22.cjs +2 -4
  107. package/shared/definition22.js +2 -4
  108. package/shared/definition25.cjs +2 -4
  109. package/shared/definition25.js +2 -4
  110. package/shared/definition26.cjs +3 -3
  111. package/shared/definition26.js +3 -3
  112. package/shared/definition28.cjs +27 -38
  113. package/shared/definition28.js +27 -38
  114. package/shared/definition30.cjs +4 -11
  115. package/shared/definition30.js +4 -11
  116. package/shared/definition31.cjs +2 -4
  117. package/shared/definition31.js +2 -4
  118. package/shared/definition32.cjs +2 -4
  119. package/shared/definition32.js +2 -4
  120. package/shared/definition34.cjs +1 -3
  121. package/shared/definition34.js +1 -3
  122. package/shared/definition35.cjs +6 -6
  123. package/shared/definition35.js +6 -6
  124. package/shared/definition36.cjs +7 -7
  125. package/shared/definition36.js +7 -7
  126. package/shared/definition37.cjs +20 -2
  127. package/shared/definition37.js +20 -2
  128. package/shared/definition4.cjs +14 -19
  129. package/shared/definition4.js +14 -19
  130. package/shared/definition41.cjs +1 -1
  131. package/shared/definition41.js +1 -1
  132. package/shared/definition42.cjs +3 -5
  133. package/shared/definition42.js +3 -5
  134. package/shared/definition43.cjs +419 -19
  135. package/shared/definition43.js +420 -21
  136. package/shared/definition44.cjs +43 -48
  137. package/shared/definition44.js +43 -48
  138. package/shared/definition45.cjs +3 -4
  139. package/shared/definition45.js +3 -4
  140. package/shared/definition46.cjs +1 -1
  141. package/shared/definition46.js +1 -1
  142. package/shared/definition48.cjs +3 -5
  143. package/shared/definition48.js +3 -5
  144. package/shared/definition49.cjs +4 -7
  145. package/shared/definition49.js +4 -7
  146. package/shared/definition5.cjs +1 -3
  147. package/shared/definition5.js +2 -4
  148. package/shared/definition50.cjs +1 -1
  149. package/shared/definition50.js +1 -1
  150. package/shared/definition52.cjs +2 -5
  151. package/shared/definition52.js +2 -5
  152. package/shared/definition55.cjs +2 -4
  153. package/shared/definition55.js +2 -4
  154. package/shared/definition56.cjs +1 -1
  155. package/shared/definition56.js +1 -1
  156. package/shared/definition57.cjs +3 -2
  157. package/shared/definition57.js +3 -2
  158. package/shared/definition61.cjs +2 -4
  159. package/shared/definition61.js +2 -4
  160. package/shared/definition63.cjs +233 -160
  161. package/shared/definition63.js +233 -160
  162. package/shared/definition7.cjs +1 -3
  163. package/shared/definition7.js +1 -3
  164. package/shared/definition8.cjs +2 -5
  165. package/shared/definition8.js +2 -5
  166. package/shared/definition9.cjs +1 -1
  167. package/shared/definition9.js +1 -1
  168. package/shared/form-associated.js +1 -1
  169. package/shared/foundation/button/button.d.ts +0 -118
  170. package/shared/localized.cjs +10 -4
  171. package/shared/localized.js +10 -4
  172. package/shared/option.cjs +17 -22
  173. package/shared/option.js +18 -23
  174. package/shared/patterns/affix.d.ts +659 -7
  175. package/shared/patterns/anchored.d.ts +0 -236
  176. package/shared/patterns/localized.d.ts +328 -3
  177. package/shared/patterns/trapped-focus.d.ts +329 -6
  178. package/shared/picker-field/mixins/calendar-picker.d.ts +3 -121
  179. package/shared/picker-field/mixins/calendar-picker.template.d.ts +3 -121
  180. package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +328 -4
  181. package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +6 -242
  182. package/shared/picker-field/mixins/single-date-picker.d.ts +9 -363
  183. package/shared/picker-field/mixins/single-value-picker.d.ts +3 -121
  184. package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -242
  185. package/shared/picker-field/mixins/time-selection-picker.template.d.ts +6 -242
  186. package/shared/picker-field/picker-field.d.ts +655 -3
  187. package/shared/picker-field.template.cjs +33 -35
  188. package/shared/picker-field.template.js +34 -36
  189. package/shared/ref.js +1 -1
  190. package/shared/slotted.js +1 -1
  191. package/shared/text-anchor.cjs +2 -2
  192. package/shared/text-anchor.js +2 -2
  193. package/shared/text-field.cjs +1 -1
  194. package/shared/text-field.js +1 -1
  195. package/shared/time-selection-picker.template.cjs +3 -5
  196. package/shared/time-selection-picker.template.js +4 -6
  197. package/shared/utils/enums.d.ts +1 -0
  198. package/shared/vivid-element.cjs +1 -1
  199. package/shared/vivid-element.js +2 -2
  200. package/styles/core/all.css +1 -1
  201. package/styles/core/theme.css +1 -1
  202. package/styles/core/typography.css +1 -1
  203. package/styles/tokens/theme-dark.css +4 -4
  204. package/styles/tokens/theme-light.css +4 -4
  205. package/styles/tokens/vivid-2-compat.css +1 -1
  206. package/vivid.api.json +1265 -1364
@@ -2,6 +2,12 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "libs/components/src/lib/tag-name-map.ts",
8
+ "declarations": [],
9
+ "exports": []
10
+ },
5
11
  {
6
12
  "kind": "javascript-module",
7
13
  "path": "libs/components/src/lib/accordion/accordion.ts",
@@ -288,182 +294,6 @@
288
294
  }
289
295
  ]
290
296
  },
291
- {
292
- "kind": "javascript-module",
293
- "path": "libs/components/src/lib/action-group/action-group.ts",
294
- "declarations": [
295
- {
296
- "kind": "class",
297
- "description": "",
298
- "name": "ActionGroup",
299
- "cssProperties": [
300
- {
301
- "name": "--vvd-action-group-accent-primary",
302
- "default": "var(--vvd-color-canvas-text)"
303
- },
304
- {
305
- "name": "--vvd-action-group-accent-intermediate",
306
- "default": "var(--vvd-color-neutral-500)"
307
- },
308
- {
309
- "name": "--vvd-action-group-accent-faint",
310
- "default": "var(--vvd-color-neutral-50)"
311
- }
312
- ],
313
- "slots": [
314
- {
315
- "description": "Default slot.",
316
- "name": ""
317
- }
318
- ],
319
- "members": [
320
- {
321
- "kind": "field",
322
- "name": "shape",
323
- "type": {
324
- "text": "ActionGroupShape | undefined"
325
- },
326
- "description": "The shape the ActionGroup should have.",
327
- "privacy": "public"
328
- },
329
- {
330
- "kind": "field",
331
- "name": "appearance",
332
- "type": {
333
- "text": "ActionGroupAppearance | undefined"
334
- },
335
- "description": "The appearance the ActionGroup should have.",
336
- "privacy": "public"
337
- },
338
- {
339
- "kind": "field",
340
- "name": "tight",
341
- "type": {
342
- "text": "boolean"
343
- },
344
- "default": "false",
345
- "description": "Indicates whether action group should have padding.",
346
- "privacy": "public"
347
- },
348
- {
349
- "kind": "field",
350
- "name": "VIVID_VERSION",
351
- "static": true,
352
- "default": "__PACKAGE_VERSION__",
353
- "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`.",
354
- "type": {
355
- "text": "string"
356
- },
357
- "inheritedFrom": {
358
- "name": "VividElement",
359
- "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
360
- }
361
- }
362
- ],
363
- "attributes": [
364
- {
365
- "name": "shape",
366
- "type": {
367
- "text": "ActionGroupShape | undefined"
368
- },
369
- "description": "The shape the ActionGroup should have.",
370
- "fieldName": "shape"
371
- },
372
- {
373
- "name": "appearance",
374
- "type": {
375
- "text": "ActionGroupAppearance | undefined"
376
- },
377
- "description": "The appearance the ActionGroup should have.",
378
- "fieldName": "appearance"
379
- },
380
- {
381
- "type": {
382
- "text": "boolean"
383
- },
384
- "default": "false",
385
- "description": "Indicates whether action group should have padding.",
386
- "fieldName": "tight"
387
- }
388
- ],
389
- "mixins": [
390
- {
391
- "name": "DelegatesAria",
392
- "module": "/libs/components/src/shared/aria/delegates-aria"
393
- }
394
- ],
395
- "superclass": {
396
- "name": "VividElement",
397
- "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
398
- },
399
- "vividComponent": {
400
- "public": true,
401
- "name": "action-group"
402
- }
403
- }
404
- ],
405
- "exports": [
406
- {
407
- "kind": "js",
408
- "name": "ActionGroup",
409
- "declaration": {
410
- "name": "ActionGroup",
411
- "module": "libs/components/src/lib/action-group/action-group.ts"
412
- }
413
- }
414
- ]
415
- },
416
- {
417
- "kind": "javascript-module",
418
- "path": "libs/components/src/lib/action-group/definition.ts",
419
- "declarations": [
420
- {
421
- "kind": "variable",
422
- "name": "registerActionGroup",
423
- "description": "Registers the action-group elements with the design system.",
424
- "parameters": [
425
- {
426
- "description": "the prefix to use for the component name",
427
- "name": "prefix"
428
- }
429
- ]
430
- }
431
- ],
432
- "exports": [
433
- {
434
- "kind": "js",
435
- "name": "ActionGroupShape",
436
- "declaration": {
437
- "name": "ActionGroupShape",
438
- "module": "./action-group"
439
- }
440
- },
441
- {
442
- "kind": "js",
443
- "name": "ActionGroupAppearance",
444
- "declaration": {
445
- "name": "ActionGroupAppearance",
446
- "module": "./action-group"
447
- }
448
- },
449
- {
450
- "kind": "js",
451
- "name": "registerActionGroup",
452
- "declaration": {
453
- "name": "registerActionGroup",
454
- "module": "libs/components/src/lib/action-group/definition.ts"
455
- }
456
- },
457
- {
458
- "kind": "js",
459
- "name": "VwcActionGroupElement",
460
- "declaration": {
461
- "name": "ActionGroup",
462
- "module": "libs/components/src/lib/action-group/definition.ts"
463
- }
464
- }
465
- ]
466
- },
467
297
  {
468
298
  "kind": "javascript-module",
469
299
  "path": "libs/components/src/lib/accordion-item/accordion-item.ts",
@@ -568,6 +398,33 @@
568
398
  "name": "change",
569
399
  "privacy": "private"
570
400
  },
401
+ {
402
+ "kind": "field",
403
+ "name": "iconTrailing",
404
+ "type": {
405
+ "text": "boolean"
406
+ },
407
+ "default": "false",
408
+ "description": "Indicates the icon affix alignment.",
409
+ "privacy": "public",
410
+ "inheritedFrom": {
411
+ "name": "AffixIconWithTrailing",
412
+ "module": "libs/components/src/shared/patterns/affix.ts"
413
+ }
414
+ },
415
+ {
416
+ "kind": "field",
417
+ "name": "icon",
418
+ "type": {
419
+ "text": "string | undefined"
420
+ },
421
+ "description": "A decorative icon the custom element should have.",
422
+ "privacy": "public",
423
+ "inheritedFrom": {
424
+ "name": "AffixIcon",
425
+ "module": "libs/components/src/shared/patterns/affix.ts"
426
+ }
427
+ },
571
428
  {
572
429
  "kind": "field",
573
430
  "name": "VIVID_VERSION",
@@ -648,6 +505,37 @@
648
505
  },
649
506
  "description": "The size the accordion-item should have.",
650
507
  "fieldName": "size"
508
+ },
509
+ {
510
+ "name": "icon-trailing",
511
+ "type": {
512
+ "text": "boolean"
513
+ },
514
+ "default": "false",
515
+ "description": "Indicates the icon affix alignment.",
516
+ "fieldName": "iconTrailing",
517
+ "inheritedFrom": {
518
+ "name": "AffixIconWithTrailing",
519
+ "module": "libs/components/src/shared/patterns/affix.ts"
520
+ }
521
+ },
522
+ {
523
+ "name": "icon",
524
+ "type": {
525
+ "text": "string | undefined"
526
+ },
527
+ "description": "A decorative icon the custom element should have.",
528
+ "fieldName": "icon",
529
+ "inheritedFrom": {
530
+ "name": "AffixIcon",
531
+ "module": "libs/components/src/shared/patterns/affix.ts"
532
+ }
533
+ }
534
+ ],
535
+ "mixins": [
536
+ {
537
+ "name": "AffixIconWithTrailing",
538
+ "module": "/libs/components/src/shared/patterns/affix"
651
539
  }
652
540
  ],
653
541
  "superclass": {
@@ -706,6 +594,182 @@
706
594
  }
707
595
  ]
708
596
  },
597
+ {
598
+ "kind": "javascript-module",
599
+ "path": "libs/components/src/lib/action-group/action-group.ts",
600
+ "declarations": [
601
+ {
602
+ "kind": "class",
603
+ "description": "",
604
+ "name": "ActionGroup",
605
+ "cssProperties": [
606
+ {
607
+ "name": "--vvd-action-group-accent-primary",
608
+ "default": "var(--vvd-color-canvas-text)"
609
+ },
610
+ {
611
+ "name": "--vvd-action-group-accent-intermediate",
612
+ "default": "var(--vvd-color-neutral-500)"
613
+ },
614
+ {
615
+ "name": "--vvd-action-group-accent-faint",
616
+ "default": "var(--vvd-color-neutral-50)"
617
+ }
618
+ ],
619
+ "slots": [
620
+ {
621
+ "description": "Default slot.",
622
+ "name": ""
623
+ }
624
+ ],
625
+ "members": [
626
+ {
627
+ "kind": "field",
628
+ "name": "shape",
629
+ "type": {
630
+ "text": "ActionGroupShape | undefined"
631
+ },
632
+ "description": "The shape the ActionGroup should have.",
633
+ "privacy": "public"
634
+ },
635
+ {
636
+ "kind": "field",
637
+ "name": "appearance",
638
+ "type": {
639
+ "text": "ActionGroupAppearance | undefined"
640
+ },
641
+ "description": "The appearance the ActionGroup should have.",
642
+ "privacy": "public"
643
+ },
644
+ {
645
+ "kind": "field",
646
+ "name": "tight",
647
+ "type": {
648
+ "text": "boolean"
649
+ },
650
+ "default": "false",
651
+ "description": "Indicates whether action group should have padding.",
652
+ "privacy": "public"
653
+ },
654
+ {
655
+ "kind": "field",
656
+ "name": "VIVID_VERSION",
657
+ "static": true,
658
+ "default": "__PACKAGE_VERSION__",
659
+ "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`.",
660
+ "type": {
661
+ "text": "string"
662
+ },
663
+ "inheritedFrom": {
664
+ "name": "VividElement",
665
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
666
+ }
667
+ }
668
+ ],
669
+ "attributes": [
670
+ {
671
+ "name": "shape",
672
+ "type": {
673
+ "text": "ActionGroupShape | undefined"
674
+ },
675
+ "description": "The shape the ActionGroup should have.",
676
+ "fieldName": "shape"
677
+ },
678
+ {
679
+ "name": "appearance",
680
+ "type": {
681
+ "text": "ActionGroupAppearance | undefined"
682
+ },
683
+ "description": "The appearance the ActionGroup should have.",
684
+ "fieldName": "appearance"
685
+ },
686
+ {
687
+ "type": {
688
+ "text": "boolean"
689
+ },
690
+ "default": "false",
691
+ "description": "Indicates whether action group should have padding.",
692
+ "fieldName": "tight"
693
+ }
694
+ ],
695
+ "mixins": [
696
+ {
697
+ "name": "DelegatesAria",
698
+ "module": "/libs/components/src/shared/aria/delegates-aria"
699
+ }
700
+ ],
701
+ "superclass": {
702
+ "name": "VividElement",
703
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
704
+ },
705
+ "vividComponent": {
706
+ "public": true,
707
+ "name": "action-group"
708
+ }
709
+ }
710
+ ],
711
+ "exports": [
712
+ {
713
+ "kind": "js",
714
+ "name": "ActionGroup",
715
+ "declaration": {
716
+ "name": "ActionGroup",
717
+ "module": "libs/components/src/lib/action-group/action-group.ts"
718
+ }
719
+ }
720
+ ]
721
+ },
722
+ {
723
+ "kind": "javascript-module",
724
+ "path": "libs/components/src/lib/action-group/definition.ts",
725
+ "declarations": [
726
+ {
727
+ "kind": "variable",
728
+ "name": "registerActionGroup",
729
+ "description": "Registers the action-group elements with the design system.",
730
+ "parameters": [
731
+ {
732
+ "description": "the prefix to use for the component name",
733
+ "name": "prefix"
734
+ }
735
+ ]
736
+ }
737
+ ],
738
+ "exports": [
739
+ {
740
+ "kind": "js",
741
+ "name": "ActionGroupShape",
742
+ "declaration": {
743
+ "name": "ActionGroupShape",
744
+ "module": "./action-group"
745
+ }
746
+ },
747
+ {
748
+ "kind": "js",
749
+ "name": "ActionGroupAppearance",
750
+ "declaration": {
751
+ "name": "ActionGroupAppearance",
752
+ "module": "./action-group"
753
+ }
754
+ },
755
+ {
756
+ "kind": "js",
757
+ "name": "registerActionGroup",
758
+ "declaration": {
759
+ "name": "registerActionGroup",
760
+ "module": "libs/components/src/lib/action-group/definition.ts"
761
+ }
762
+ },
763
+ {
764
+ "kind": "js",
765
+ "name": "VwcActionGroupElement",
766
+ "declaration": {
767
+ "name": "ActionGroup",
768
+ "module": "libs/components/src/lib/action-group/definition.ts"
769
+ }
770
+ }
771
+ ]
772
+ },
709
773
  {
710
774
  "kind": "javascript-module",
711
775
  "path": "libs/components/src/lib/alert/alert.ts",
@@ -835,15 +899,6 @@
835
899
  "description": "The main text of the Alert.",
836
900
  "privacy": "public"
837
901
  },
838
- {
839
- "kind": "field",
840
- "name": "icon",
841
- "type": {
842
- "text": "string | undefined"
843
- },
844
- "description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
845
- "privacy": "public"
846
- },
847
902
  {
848
903
  "kind": "field",
849
904
  "name": "timeoutms",
@@ -924,6 +979,19 @@
924
979
  "name": "#onTransitionEnd",
925
980
  "privacy": "private"
926
981
  },
982
+ {
983
+ "kind": "field",
984
+ "name": "icon",
985
+ "type": {
986
+ "text": "string | undefined"
987
+ },
988
+ "description": "A decorative icon the custom element should have.",
989
+ "privacy": "public",
990
+ "inheritedFrom": {
991
+ "name": "AffixIcon",
992
+ "module": "libs/components/src/shared/patterns/affix.ts"
993
+ }
994
+ },
927
995
  {
928
996
  "kind": "field",
929
997
  "name": "VIVID_VERSION",
@@ -997,14 +1065,6 @@
997
1065
  "description": "The main text of the Alert.",
998
1066
  "fieldName": "text"
999
1067
  },
1000
- {
1001
- "name": "icon",
1002
- "type": {
1003
- "text": "string | undefined"
1004
- },
1005
- "description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
1006
- "fieldName": "icon"
1007
- },
1008
1068
  {
1009
1069
  "type": {
1010
1070
  "text": "number"
@@ -1036,6 +1096,28 @@
1036
1096
  "default": "false",
1037
1097
  "description": "Open state of the Alert.",
1038
1098
  "fieldName": "open"
1099
+ },
1100
+ {
1101
+ "name": "icon",
1102
+ "type": {
1103
+ "text": "string | undefined"
1104
+ },
1105
+ "description": "A decorative icon the custom element should have.",
1106
+ "fieldName": "icon",
1107
+ "inheritedFrom": {
1108
+ "name": "AffixIcon",
1109
+ "module": "libs/components/src/shared/patterns/affix.ts"
1110
+ }
1111
+ }
1112
+ ],
1113
+ "mixins": [
1114
+ {
1115
+ "name": "AffixIcon",
1116
+ "module": "/libs/components/src/shared/patterns/affix"
1117
+ },
1118
+ {
1119
+ "name": "Localized",
1120
+ "module": "/libs/components/src/shared/patterns"
1039
1121
  }
1040
1122
  ],
1041
1123
  "superclass": {
@@ -1437,6 +1519,12 @@
1437
1519
  "fieldName": "playbackRates"
1438
1520
  }
1439
1521
  ],
1522
+ "mixins": [
1523
+ {
1524
+ "name": "Localized",
1525
+ "module": "/libs/components/src/shared/patterns"
1526
+ }
1527
+ ],
1440
1528
  "superclass": {
1441
1529
  "name": "VividElement",
1442
1530
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
@@ -2144,6 +2232,33 @@
2144
2232
  "description": "Indicates the badge's text.",
2145
2233
  "privacy": "public"
2146
2234
  },
2235
+ {
2236
+ "kind": "field",
2237
+ "name": "iconTrailing",
2238
+ "type": {
2239
+ "text": "boolean"
2240
+ },
2241
+ "default": "false",
2242
+ "description": "Indicates the icon affix alignment.",
2243
+ "privacy": "public",
2244
+ "inheritedFrom": {
2245
+ "name": "AffixIconWithTrailing",
2246
+ "module": "libs/components/src/shared/patterns/affix.ts"
2247
+ }
2248
+ },
2249
+ {
2250
+ "kind": "field",
2251
+ "name": "icon",
2252
+ "type": {
2253
+ "text": "string | undefined"
2254
+ },
2255
+ "description": "A decorative icon the custom element should have.",
2256
+ "privacy": "public",
2257
+ "inheritedFrom": {
2258
+ "name": "AffixIcon",
2259
+ "module": "libs/components/src/shared/patterns/affix.ts"
2260
+ }
2261
+ },
2147
2262
  {
2148
2263
  "kind": "field",
2149
2264
  "name": "VIVID_VERSION",
@@ -2191,6 +2306,37 @@
2191
2306
  },
2192
2307
  "description": "Indicates the badge's text.",
2193
2308
  "fieldName": "text"
2309
+ },
2310
+ {
2311
+ "name": "icon-trailing",
2312
+ "type": {
2313
+ "text": "boolean"
2314
+ },
2315
+ "default": "false",
2316
+ "description": "Indicates the icon affix alignment.",
2317
+ "fieldName": "iconTrailing",
2318
+ "inheritedFrom": {
2319
+ "name": "AffixIconWithTrailing",
2320
+ "module": "libs/components/src/shared/patterns/affix.ts"
2321
+ }
2322
+ },
2323
+ {
2324
+ "name": "icon",
2325
+ "type": {
2326
+ "text": "string | undefined"
2327
+ },
2328
+ "description": "A decorative icon the custom element should have.",
2329
+ "fieldName": "icon",
2330
+ "inheritedFrom": {
2331
+ "name": "AffixIcon",
2332
+ "module": "libs/components/src/shared/patterns/affix.ts"
2333
+ }
2334
+ }
2335
+ ],
2336
+ "mixins": [
2337
+ {
2338
+ "name": "AffixIconWithTrailing",
2339
+ "module": "/libs/components/src/shared/patterns/affix"
2194
2340
  }
2195
2341
  ],
2196
2342
  "superclass": {
@@ -2402,6 +2548,19 @@
2402
2548
  "name": "#closeOnKeyDown",
2403
2549
  "privacy": "private"
2404
2550
  },
2551
+ {
2552
+ "kind": "field",
2553
+ "name": "icon",
2554
+ "type": {
2555
+ "text": "string | undefined"
2556
+ },
2557
+ "description": "A decorative icon the custom element should have.",
2558
+ "privacy": "public",
2559
+ "inheritedFrom": {
2560
+ "name": "AffixIcon",
2561
+ "module": "libs/components/src/shared/patterns/affix.ts"
2562
+ }
2563
+ },
2405
2564
  {
2406
2565
  "kind": "field",
2407
2566
  "name": "VIVID_VERSION",
@@ -2460,9 +2619,29 @@
2460
2619
  "text": "BannerConnotation | undefined"
2461
2620
  },
2462
2621
  "fieldName": "connotation"
2622
+ },
2623
+ {
2624
+ "name": "icon",
2625
+ "type": {
2626
+ "text": "string | undefined"
2627
+ },
2628
+ "description": "A decorative icon the custom element should have.",
2629
+ "fieldName": "icon",
2630
+ "inheritedFrom": {
2631
+ "name": "AffixIcon",
2632
+ "module": "libs/components/src/shared/patterns/affix.ts"
2633
+ }
2463
2634
  }
2464
2635
  ],
2465
2636
  "mixins": [
2637
+ {
2638
+ "name": "AffixIcon",
2639
+ "module": "/libs/components/src/shared/patterns"
2640
+ },
2641
+ {
2642
+ "name": "Localized",
2643
+ "module": "/libs/components/src/shared/patterns"
2644
+ },
2466
2645
  {
2467
2646
  "name": "DelegatesAria",
2468
2647
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -3138,6 +3317,33 @@
3138
3317
  "description": "Indicates the target's rel.",
3139
3318
  "privacy": "public"
3140
3319
  },
3320
+ {
3321
+ "kind": "field",
3322
+ "name": "iconTrailing",
3323
+ "type": {
3324
+ "text": "boolean"
3325
+ },
3326
+ "default": "false",
3327
+ "description": "Indicates the icon affix alignment.",
3328
+ "privacy": "public",
3329
+ "inheritedFrom": {
3330
+ "name": "AffixIconWithTrailing",
3331
+ "module": "libs/components/src/shared/patterns/affix.ts"
3332
+ }
3333
+ },
3334
+ {
3335
+ "kind": "field",
3336
+ "name": "icon",
3337
+ "type": {
3338
+ "text": "string | undefined"
3339
+ },
3340
+ "description": "A decorative icon the custom element should have.",
3341
+ "privacy": "public",
3342
+ "inheritedFrom": {
3343
+ "name": "AffixIcon",
3344
+ "module": "libs/components/src/shared/patterns/affix.ts"
3345
+ }
3346
+ },
3141
3347
  {
3142
3348
  "kind": "field",
3143
3349
  "name": "autofocus",
@@ -3565,6 +3771,31 @@
3565
3771
  "description": "Indicates the target's rel.",
3566
3772
  "fieldName": "target"
3567
3773
  },
3774
+ {
3775
+ "name": "icon-trailing",
3776
+ "type": {
3777
+ "text": "boolean"
3778
+ },
3779
+ "default": "false",
3780
+ "description": "Indicates the icon affix alignment.",
3781
+ "fieldName": "iconTrailing",
3782
+ "inheritedFrom": {
3783
+ "name": "AffixIconWithTrailing",
3784
+ "module": "libs/components/src/shared/patterns/affix.ts"
3785
+ }
3786
+ },
3787
+ {
3788
+ "name": "icon",
3789
+ "type": {
3790
+ "text": "string | undefined"
3791
+ },
3792
+ "description": "A decorative icon the custom element should have.",
3793
+ "fieldName": "icon",
3794
+ "inheritedFrom": {
3795
+ "name": "AffixIcon",
3796
+ "module": "libs/components/src/shared/patterns/affix.ts"
3797
+ }
3798
+ },
3568
3799
  {
3569
3800
  "name": "form",
3570
3801
  "type": {
@@ -3638,6 +3869,12 @@
3638
3869
  }
3639
3870
  }
3640
3871
  ],
3872
+ "mixins": [
3873
+ {
3874
+ "name": "AffixIconWithTrailing",
3875
+ "module": "/libs/components/src/shared/patterns/affix"
3876
+ }
3877
+ ],
3641
3878
  "superclass": {
3642
3879
  "name": "VividFoundationButton",
3643
3880
  "module": "/libs/components/src/shared/foundation/button/button.js"
@@ -4814,7 +5051,7 @@
4814
5051
  "eventNames": [
4815
5052
  "change"
4816
5053
  ],
4817
- "valueMapping": "(event.target as HTMLInputElement).checked"
5054
+ "valueMapping": "event.currentTarget.checked"
4818
5055
  }
4819
5056
  ]
4820
5057
  }
@@ -5097,6 +5334,19 @@
5097
5334
  "description": "Filter available options by text value.",
5098
5335
  "privacy": "public"
5099
5336
  },
5337
+ {
5338
+ "kind": "field",
5339
+ "name": "icon",
5340
+ "type": {
5341
+ "text": "string | undefined"
5342
+ },
5343
+ "description": "A decorative icon the custom element should have.",
5344
+ "privacy": "public",
5345
+ "inheritedFrom": {
5346
+ "name": "AffixIcon",
5347
+ "module": "libs/components/src/shared/patterns/affix.ts"
5348
+ }
5349
+ },
5100
5350
  {
5101
5351
  "kind": "field",
5102
5352
  "name": "proxy",
@@ -5293,6 +5543,18 @@
5293
5543
  "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
5294
5544
  "fieldName": "placeholder"
5295
5545
  },
5546
+ {
5547
+ "name": "icon",
5548
+ "type": {
5549
+ "text": "string | undefined"
5550
+ },
5551
+ "description": "A decorative icon the custom element should have.",
5552
+ "fieldName": "icon",
5553
+ "inheritedFrom": {
5554
+ "name": "AffixIcon",
5555
+ "module": "libs/components/src/shared/patterns/affix.ts"
5556
+ }
5557
+ },
5296
5558
  {
5297
5559
  "type": {
5298
5560
  "text": "boolean"
@@ -5305,6 +5567,12 @@
5305
5567
  }
5306
5568
  }
5307
5569
  ],
5570
+ "mixins": [
5571
+ {
5572
+ "name": "AffixIcon",
5573
+ "module": "/libs/components/src/shared/patterns"
5574
+ }
5575
+ ],
5308
5576
  "superclass": {
5309
5577
  "name": "FormAssociatedCombobox",
5310
5578
  "module": "/libs/components/src/lib/combobox/combobox.form-associated"
@@ -5319,7 +5587,7 @@
5319
5587
  "eventNames": [
5320
5588
  "change"
5321
5589
  ],
5322
- "valueMapping": "(event.target as HTMLInputElement).value"
5590
+ "valueMapping": "event.currentTarget.value"
5323
5591
  }
5324
5592
  ]
5325
5593
  }
@@ -6969,7 +7237,7 @@
6969
7237
  "eventNames": [
6970
7238
  "input"
6971
7239
  ],
6972
- "valueMapping": "(event.target as HTMLInputElement).value"
7240
+ "valueMapping": "event.currentTarget.value"
6973
7241
  }
6974
7242
  ]
6975
7243
  },
@@ -7527,7 +7795,7 @@
7527
7795
  "eventNames": [
7528
7796
  "input:start"
7529
7797
  ],
7530
- "valueMapping": "(event.target as any).start"
7798
+ "valueMapping": "event.currentTarget.start"
7531
7799
  },
7532
7800
  {
7533
7801
  "name": "end",
@@ -7535,7 +7803,7 @@
7535
7803
  "eventNames": [
7536
7804
  "input:end"
7537
7805
  ],
7538
- "valueMapping": "(event.target as any).end"
7806
+ "valueMapping": "event.currentTarget.end"
7539
7807
  }
7540
7808
  ]
7541
7809
  }
@@ -8140,7 +8408,7 @@
8140
8408
  "eventNames": [
8141
8409
  "input"
8142
8410
  ],
8143
- "valueMapping": "(event.target as HTMLInputElement).value"
8411
+ "valueMapping": "event.currentTarget.value"
8144
8412
  }
8145
8413
  ]
8146
8414
  }
@@ -8181,6 +8449,14 @@
8181
8449
  "name": "registerDateTimePicker",
8182
8450
  "module": "libs/components/src/lib/date-time-picker/definition.ts"
8183
8451
  }
8452
+ },
8453
+ {
8454
+ "kind": "js",
8455
+ "name": "VwcDateTimePickerElement",
8456
+ "declaration": {
8457
+ "name": "DateTimePicker",
8458
+ "module": "libs/components/src/lib/date-time-picker/definition.ts"
8459
+ }
8184
8460
  }
8185
8461
  ]
8186
8462
  },
@@ -8553,6 +8829,12 @@
8553
8829
  "fieldName": "callButtonLabel"
8554
8830
  }
8555
8831
  ],
8832
+ "mixins": [
8833
+ {
8834
+ "name": "Localized",
8835
+ "module": "/libs/components/src/shared/patterns"
8836
+ }
8837
+ ],
8556
8838
  "superclass": {
8557
8839
  "name": "VividElement",
8558
8840
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
@@ -8567,7 +8849,7 @@
8567
8849
  "eventNames": [
8568
8850
  "input"
8569
8851
  ],
8570
- "valueMapping": "(event.target as any).value"
8852
+ "valueMapping": "event.currentTarget.value"
8571
8853
  }
8572
8854
  ]
8573
8855
  }
@@ -8968,6 +9250,10 @@
8968
9250
  }
8969
9251
  ],
8970
9252
  "mixins": [
9253
+ {
9254
+ "name": "Localized",
9255
+ "module": "/libs/components/src/shared/patterns"
9256
+ },
8971
9257
  {
8972
9258
  "name": "DelegatesAria",
8973
9259
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -8988,7 +9274,7 @@
8988
9274
  "open",
8989
9275
  "close"
8990
9276
  ],
8991
- "valueMapping": "(event.target as any).open"
9277
+ "valueMapping": "event.currentTarget.open"
8992
9278
  }
8993
9279
  ]
8994
9280
  }
@@ -9711,6 +9997,33 @@
9711
9997
  "description": "Indicates the fab's label.",
9712
9998
  "privacy": "public"
9713
9999
  },
10000
+ {
10001
+ "kind": "field",
10002
+ "name": "iconTrailing",
10003
+ "type": {
10004
+ "text": "boolean"
10005
+ },
10006
+ "default": "false",
10007
+ "description": "Indicates the icon affix alignment.",
10008
+ "privacy": "public",
10009
+ "inheritedFrom": {
10010
+ "name": "AffixIconWithTrailing",
10011
+ "module": "libs/components/src/shared/patterns/affix.ts"
10012
+ }
10013
+ },
10014
+ {
10015
+ "kind": "field",
10016
+ "name": "icon",
10017
+ "type": {
10018
+ "text": "string | undefined"
10019
+ },
10020
+ "description": "A decorative icon the custom element should have.",
10021
+ "privacy": "public",
10022
+ "inheritedFrom": {
10023
+ "name": "AffixIcon",
10024
+ "module": "libs/components/src/shared/patterns/affix.ts"
10025
+ }
10026
+ },
9714
10027
  {
9715
10028
  "kind": "field",
9716
10029
  "name": "autofocus",
@@ -10018,6 +10331,31 @@
10018
10331
  "description": "Indicates the fab's label.",
10019
10332
  "fieldName": "label"
10020
10333
  },
10334
+ {
10335
+ "name": "icon-trailing",
10336
+ "type": {
10337
+ "text": "boolean"
10338
+ },
10339
+ "default": "false",
10340
+ "description": "Indicates the icon affix alignment.",
10341
+ "fieldName": "iconTrailing",
10342
+ "inheritedFrom": {
10343
+ "name": "AffixIconWithTrailing",
10344
+ "module": "libs/components/src/shared/patterns/affix.ts"
10345
+ }
10346
+ },
10347
+ {
10348
+ "name": "icon",
10349
+ "type": {
10350
+ "text": "string | undefined"
10351
+ },
10352
+ "description": "A decorative icon the custom element should have.",
10353
+ "fieldName": "icon",
10354
+ "inheritedFrom": {
10355
+ "name": "AffixIcon",
10356
+ "module": "libs/components/src/shared/patterns/affix.ts"
10357
+ }
10358
+ },
10021
10359
  {
10022
10360
  "type": {
10023
10361
  "text": "boolean"
@@ -10102,6 +10440,12 @@
10102
10440
  }
10103
10441
  }
10104
10442
  ],
10443
+ "mixins": [
10444
+ {
10445
+ "name": "AffixIconWithTrailing",
10446
+ "module": "/libs/components/src/shared/patterns/affix"
10447
+ }
10448
+ ],
10105
10449
  "superclass": {
10106
10450
  "name": "VividFoundationButton",
10107
10451
  "module": "/libs/components/src/shared/foundation/button"
@@ -10706,6 +11050,12 @@
10706
11050
  "fieldName": "fileTooBigError"
10707
11051
  }
10708
11052
  ],
11053
+ "mixins": [
11054
+ {
11055
+ "name": "Localized",
11056
+ "module": "/libs/components/src/shared/patterns"
11057
+ }
11058
+ ],
10709
11059
  "superclass": {
10710
11060
  "name": "FormAssociatedFilePicker",
10711
11061
  "module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
@@ -11217,7 +11567,7 @@
11217
11567
  "kind": "field",
11218
11568
  "name": "autoSizing",
11219
11569
  "type": {
11220
- "text": "AUTO_SIZING | undefined"
11570
+ "text": "'fit' | 'fill' | undefined"
11221
11571
  },
11222
11572
  "description": "sets the initial preferred auto-sizing from predefined available options",
11223
11573
  "privacy": "public"
@@ -11273,7 +11623,7 @@
11273
11623
  {
11274
11624
  "name": "auto-sizing",
11275
11625
  "type": {
11276
- "text": "AUTO_SIZING | undefined"
11626
+ "text": "'fit' | 'fill' | undefined"
11277
11627
  },
11278
11628
  "description": "sets the initial preferred auto-sizing from predefined available options",
11279
11629
  "fieldName": "autoSizing"
@@ -12045,7 +12395,7 @@
12045
12395
  "kind": "field",
12046
12396
  "name": "checkedAppearance",
12047
12397
  "type": {
12048
- "text": "CheckAppearance | undefined"
12398
+ "text": "| 'normal'\n\t\t| 'tick-only' | undefined"
12049
12399
  },
12050
12400
  "description": "Controls the appearance of the check indicator.",
12051
12401
  "privacy": "public"
@@ -12089,6 +12439,19 @@
12089
12439
  "kind": "method",
12090
12440
  "name": "#emitSyntheticClick"
12091
12441
  },
12442
+ {
12443
+ "kind": "field",
12444
+ "name": "icon",
12445
+ "type": {
12446
+ "text": "string | undefined"
12447
+ },
12448
+ "description": "A decorative icon the custom element should have.",
12449
+ "privacy": "public",
12450
+ "inheritedFrom": {
12451
+ "name": "AffixIcon",
12452
+ "module": "libs/components/src/shared/patterns/affix.ts"
12453
+ }
12454
+ },
12092
12455
  {
12093
12456
  "kind": "field",
12094
12457
  "name": "VIVID_VERSION",
@@ -12186,10 +12549,28 @@
12186
12549
  {
12187
12550
  "name": "check-appearance",
12188
12551
  "type": {
12189
- "text": "CheckAppearance | undefined"
12552
+ "text": "| 'normal'\n\t\t| 'tick-only' | undefined"
12190
12553
  },
12191
12554
  "description": "Controls the appearance of the check indicator.",
12192
12555
  "fieldName": "checkedAppearance"
12556
+ },
12557
+ {
12558
+ "name": "icon",
12559
+ "type": {
12560
+ "text": "string | undefined"
12561
+ },
12562
+ "description": "A decorative icon the custom element should have.",
12563
+ "fieldName": "icon",
12564
+ "inheritedFrom": {
12565
+ "name": "AffixIcon",
12566
+ "module": "libs/components/src/shared/patterns/affix.ts"
12567
+ }
12568
+ }
12569
+ ],
12570
+ "mixins": [
12571
+ {
12572
+ "name": "AffixIcon",
12573
+ "module": "/libs/components/src/shared/patterns/affix"
12193
12574
  }
12194
12575
  ],
12195
12576
  "superclass": {
@@ -12206,7 +12587,7 @@
12206
12587
  "eventNames": [
12207
12588
  "change"
12208
12589
  ],
12209
- "valueMapping": "(event.target as HTMLInputElement).checked"
12590
+ "valueMapping": "event.currentTarget.checked"
12210
12591
  }
12211
12592
  ]
12212
12593
  }
@@ -12490,6 +12871,19 @@
12490
12871
  "name": "#onToggle",
12491
12872
  "privacy": "private"
12492
12873
  },
12874
+ {
12875
+ "kind": "field",
12876
+ "name": "icon",
12877
+ "type": {
12878
+ "text": "string | undefined"
12879
+ },
12880
+ "description": "A decorative icon the custom element should have.",
12881
+ "privacy": "public",
12882
+ "inheritedFrom": {
12883
+ "name": "AffixIcon",
12884
+ "module": "libs/components/src/shared/patterns/affix.ts"
12885
+ }
12886
+ },
12493
12887
  {
12494
12888
  "kind": "field",
12495
12889
  "name": "VIVID_VERSION",
@@ -12545,9 +12939,25 @@
12545
12939
  "default": "false",
12546
12940
  "description": "Indicates whether the nav-disclosure is open",
12547
12941
  "fieldName": "open"
12942
+ },
12943
+ {
12944
+ "name": "icon",
12945
+ "type": {
12946
+ "text": "string | undefined"
12947
+ },
12948
+ "description": "A decorative icon the custom element should have.",
12949
+ "fieldName": "icon",
12950
+ "inheritedFrom": {
12951
+ "name": "AffixIcon",
12952
+ "module": "libs/components/src/shared/patterns/affix.ts"
12953
+ }
12548
12954
  }
12549
12955
  ],
12550
12956
  "mixins": [
12957
+ {
12958
+ "name": "AffixIcon",
12959
+ "module": "/libs/components/src/shared/patterns/affix"
12960
+ },
12551
12961
  {
12552
12962
  "name": "DelegatesAria",
12553
12963
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -12706,6 +13116,19 @@
12706
13116
  "kind": "method",
12707
13117
  "name": "getBodyTemplate"
12708
13118
  },
13119
+ {
13120
+ "kind": "field",
13121
+ "name": "icon",
13122
+ "type": {
13123
+ "text": "string | undefined"
13124
+ },
13125
+ "description": "A decorative icon the custom element should have.",
13126
+ "privacy": "public",
13127
+ "inheritedFrom": {
13128
+ "name": "AffixIcon",
13129
+ "module": "libs/components/src/shared/patterns/affix.ts"
13130
+ }
13131
+ },
12709
13132
  {
12710
13133
  "kind": "field",
12711
13134
  "name": "text",
@@ -12760,6 +13183,12 @@
12760
13183
  }
12761
13184
  }
12762
13185
  ],
13186
+ "mixins": [
13187
+ {
13188
+ "name": "AffixIcon",
13189
+ "module": "/libs/components/src/shared/patterns/affix"
13190
+ }
13191
+ ],
12763
13192
  "superclass": {
12764
13193
  "name": "TextAnchor",
12765
13194
  "module": "/libs/components/src/lib/text-anchor/text-anchor"
@@ -12769,6 +13198,18 @@
12769
13198
  "name": "nav-item"
12770
13199
  },
12771
13200
  "attributes": [
13201
+ {
13202
+ "name": "icon",
13203
+ "type": {
13204
+ "text": "string | undefined"
13205
+ },
13206
+ "description": "A decorative icon the custom element should have.",
13207
+ "fieldName": "icon",
13208
+ "inheritedFrom": {
13209
+ "name": "AffixIcon",
13210
+ "module": "libs/components/src/shared/patterns/affix.ts"
13211
+ }
13212
+ },
12772
13213
  {
12773
13214
  "name": "text",
12774
13215
  "type": {
@@ -12966,9 +13407,22 @@
12966
13407
  },
12967
13408
  {
12968
13409
  "kind": "field",
12969
- "name": "connotation",
13410
+ "name": "connotation",
13411
+ "type": {
13412
+ "text": "NoteConnotation | undefined"
13413
+ }
13414
+ },
13415
+ {
13416
+ "kind": "field",
13417
+ "name": "icon",
12970
13418
  "type": {
12971
- "text": "NoteConnotation | undefined"
13419
+ "text": "string | undefined"
13420
+ },
13421
+ "description": "A decorative icon the custom element should have.",
13422
+ "privacy": "public",
13423
+ "inheritedFrom": {
13424
+ "name": "AffixIcon",
13425
+ "module": "libs/components/src/shared/patterns/affix.ts"
12972
13426
  }
12973
13427
  },
12974
13428
  {
@@ -13001,6 +13455,24 @@
13001
13455
  "text": "NoteConnotation | undefined"
13002
13456
  },
13003
13457
  "fieldName": "connotation"
13458
+ },
13459
+ {
13460
+ "name": "icon",
13461
+ "type": {
13462
+ "text": "string | undefined"
13463
+ },
13464
+ "description": "A decorative icon the custom element should have.",
13465
+ "fieldName": "icon",
13466
+ "inheritedFrom": {
13467
+ "name": "AffixIcon",
13468
+ "module": "libs/components/src/shared/patterns/affix.ts"
13469
+ }
13470
+ }
13471
+ ],
13472
+ "mixins": [
13473
+ {
13474
+ "name": "AffixIcon",
13475
+ "module": "/libs/components/src/shared/patterns"
13004
13476
  }
13005
13477
  ],
13006
13478
  "superclass": {
@@ -13421,6 +13893,19 @@
13421
13893
  "text": "string | undefined"
13422
13894
  }
13423
13895
  },
13896
+ {
13897
+ "kind": "field",
13898
+ "name": "icon",
13899
+ "type": {
13900
+ "text": "string | undefined"
13901
+ },
13902
+ "description": "A decorative icon the custom element should have.",
13903
+ "privacy": "public",
13904
+ "inheritedFrom": {
13905
+ "name": "AffixIcon",
13906
+ "module": "libs/components/src/shared/patterns/affix.ts"
13907
+ }
13908
+ },
13424
13909
  {
13425
13910
  "kind": "field",
13426
13911
  "name": "proxy",
@@ -13581,9 +14066,29 @@
13581
14066
  "text": "string | undefined"
13582
14067
  },
13583
14068
  "fieldName": "autoComplete"
14069
+ },
14070
+ {
14071
+ "name": "icon",
14072
+ "type": {
14073
+ "text": "string | undefined"
14074
+ },
14075
+ "description": "A decorative icon the custom element should have.",
14076
+ "fieldName": "icon",
14077
+ "inheritedFrom": {
14078
+ "name": "AffixIcon",
14079
+ "module": "libs/components/src/shared/patterns/affix.ts"
14080
+ }
13584
14081
  }
13585
14082
  ],
13586
14083
  "mixins": [
14084
+ {
14085
+ "name": "AffixIcon",
14086
+ "module": "/libs/components/src/shared/patterns"
14087
+ },
14088
+ {
14089
+ "name": "Localized",
14090
+ "module": "/libs/components/src/shared/patterns"
14091
+ },
13587
14092
  {
13588
14093
  "name": "DelegatesAria",
13589
14094
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -13603,7 +14108,7 @@
13603
14108
  "eventNames": [
13604
14109
  "input"
13605
14110
  ],
13606
- "valueMapping": "(event.target as HTMLInputElement).value"
14111
+ "valueMapping": "event.currentTarget.value"
13607
14112
  }
13608
14113
  ]
13609
14114
  }
@@ -13886,22 +14391,15 @@
13886
14391
  },
13887
14392
  {
13888
14393
  "kind": "field",
13889
- "name": "_internalHighlightText",
13890
- "type": {
13891
- "text": "string"
13892
- },
13893
- "default": "''"
13894
- },
13895
- {
13896
- "kind": "field",
13897
- "name": "highlightText",
14394
+ "name": "matchedText",
13898
14395
  "type": {
13899
14396
  "text": "string | undefined"
13900
- }
14397
+ },
14398
+ "description": "Text to highlighted as matching a search query."
13901
14399
  },
13902
14400
  {
13903
14401
  "kind": "field",
13904
- "name": "_highlightTextToUse",
14402
+ "name": "_hasMatchedText",
13905
14403
  "readonly": true
13906
14404
  },
13907
14405
  {
@@ -13910,6 +14408,33 @@
13910
14408
  "default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
13911
14409
  "description": ""
13912
14410
  },
14411
+ {
14412
+ "kind": "field",
14413
+ "name": "iconTrailing",
14414
+ "type": {
14415
+ "text": "boolean"
14416
+ },
14417
+ "default": "false",
14418
+ "description": "Indicates the icon affix alignment.",
14419
+ "privacy": "public",
14420
+ "inheritedFrom": {
14421
+ "name": "AffixIconWithTrailing",
14422
+ "module": "libs/components/src/shared/patterns/affix.ts"
14423
+ }
14424
+ },
14425
+ {
14426
+ "kind": "field",
14427
+ "name": "icon",
14428
+ "type": {
14429
+ "text": "string | undefined"
14430
+ },
14431
+ "description": "A decorative icon the custom element should have.",
14432
+ "privacy": "public",
14433
+ "inheritedFrom": {
14434
+ "name": "AffixIcon",
14435
+ "module": "libs/components/src/shared/patterns/affix.ts"
14436
+ }
14437
+ },
13913
14438
  {
13914
14439
  "kind": "field",
13915
14440
  "name": "VIVID_VERSION",
@@ -13964,11 +14489,43 @@
13964
14489
  "fieldName": "_text"
13965
14490
  },
13966
14491
  {
13967
- "name": "highlight-text",
14492
+ "name": "matched-text",
14493
+ "type": {
14494
+ "text": "string | undefined"
14495
+ },
14496
+ "description": "Text to highlighted as matching a search query.",
14497
+ "fieldName": "matchedText"
14498
+ },
14499
+ {
14500
+ "name": "icon-trailing",
14501
+ "type": {
14502
+ "text": "boolean"
14503
+ },
14504
+ "default": "false",
14505
+ "description": "Indicates the icon affix alignment.",
14506
+ "fieldName": "iconTrailing",
14507
+ "inheritedFrom": {
14508
+ "name": "AffixIconWithTrailing",
14509
+ "module": "libs/components/src/shared/patterns/affix.ts"
14510
+ }
14511
+ },
14512
+ {
14513
+ "name": "icon",
13968
14514
  "type": {
13969
14515
  "text": "string | undefined"
13970
14516
  },
13971
- "fieldName": "highlightText"
14517
+ "description": "A decorative icon the custom element should have.",
14518
+ "fieldName": "icon",
14519
+ "inheritedFrom": {
14520
+ "name": "AffixIcon",
14521
+ "module": "libs/components/src/shared/patterns/affix.ts"
14522
+ }
14523
+ }
14524
+ ],
14525
+ "mixins": [
14526
+ {
14527
+ "name": "AffixIconWithTrailing",
14528
+ "module": "/libs/components/src/shared/patterns/affix"
13972
14529
  }
13973
14530
  ],
13974
14531
  "superclass": {
@@ -14182,6 +14739,16 @@
14182
14739
  }
14183
14740
  ]
14184
14741
  },
14742
+ {
14743
+ "kind": "field",
14744
+ "name": "#constrainedSelectedIndex",
14745
+ "privacy": "private",
14746
+ "readonly": true
14747
+ },
14748
+ {
14749
+ "kind": "method",
14750
+ "name": "#constrainSelectedIndex"
14751
+ },
14185
14752
  {
14186
14753
  "kind": "field",
14187
14754
  "name": "VIVID_VERSION",
@@ -15782,7 +16349,7 @@
15782
16349
  "eventNames": [
15783
16350
  "change"
15784
16351
  ],
15785
- "valueMapping": "(event.target as HTMLInputElement).value"
16352
+ "valueMapping": "event.currentTarget.value"
15786
16353
  }
15787
16354
  ]
15788
16355
  }
@@ -16453,6 +17020,12 @@
16453
17020
  "fieldName": "pin"
16454
17021
  }
16455
17022
  ],
17023
+ "mixins": [
17024
+ {
17025
+ "name": "Localized",
17026
+ "module": "/libs/components/src/shared/patterns"
17027
+ }
17028
+ ],
16456
17029
  "superclass": {
16457
17030
  "name": "FormAssociatedRangeSlider",
16458
17031
  "module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
@@ -16467,7 +17040,7 @@
16467
17040
  "eventNames": [
16468
17041
  "input:start"
16469
17042
  ],
16470
- "valueMapping": "(event.target as any).start"
17043
+ "valueMapping": "event.currentTarget.start"
16471
17044
  },
16472
17045
  {
16473
17046
  "name": "end",
@@ -16475,7 +17048,7 @@
16475
17048
  "eventNames": [
16476
17049
  "input:end"
16477
17050
  ],
16478
- "valueMapping": "(event.target as any).end"
17051
+ "valueMapping": "event.currentTarget.end"
16479
17052
  }
16480
17053
  ]
16481
17054
  }
@@ -16528,6 +17101,14 @@
16528
17101
  "name": "registerRichTextEditor",
16529
17102
  "module": "libs/components/src/lib/rich-text-editor/definition.ts"
16530
17103
  }
17104
+ },
17105
+ {
17106
+ "kind": "js",
17107
+ "name": "VwcRichTextEditorElement",
17108
+ "declaration": {
17109
+ "name": "RichTextEditor",
17110
+ "module": "libs/components/src/lib/rich-text-editor/definition.ts"
17111
+ }
16531
17112
  }
16532
17113
  ]
16533
17114
  },
@@ -16535,6 +17116,14 @@
16535
17116
  "kind": "javascript-module",
16536
17117
  "path": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts",
16537
17118
  "declarations": [
17119
+ {
17120
+ "kind": "variable",
17121
+ "name": "RichTextEditorTextSizes",
17122
+ "type": {
17123
+ "text": "{\n\ttitle: 'h2',\n\tsubtitle: 'h3',\n\tbody: 'p',\n}"
17124
+ },
17125
+ "default": "{\n\ttitle: 'h2',\n\tsubtitle: 'h3',\n\tbody: 'p',\n}"
17126
+ },
16538
17127
  {
16539
17128
  "kind": "class",
16540
17129
  "description": "",
@@ -16595,6 +17184,15 @@
16595
17184
  "kind": "method",
16596
17185
  "name": "selectionEndChanged"
16597
17186
  },
17187
+ {
17188
+ "kind": "field",
17189
+ "name": "#selectionChangedByUser",
17190
+ "privacy": "private",
17191
+ "type": {
17192
+ "text": "boolean"
17193
+ },
17194
+ "default": "false"
17195
+ },
16598
17196
  {
16599
17197
  "kind": "field",
16600
17198
  "name": "#handleSelectionChange",
@@ -16605,6 +17203,35 @@
16605
17203
  "name": "#handleChange",
16606
17204
  "privacy": "private"
16607
17205
  },
17206
+ {
17207
+ "kind": "field",
17208
+ "name": "#handleInput",
17209
+ "privacy": "private"
17210
+ },
17211
+ {
17212
+ "kind": "method",
17213
+ "name": "setTextSize",
17214
+ "parameters": [
17215
+ {
17216
+ "name": "size",
17217
+ "type": {
17218
+ "text": "'title' | 'subtitle' | 'body'"
17219
+ }
17220
+ }
17221
+ ]
17222
+ },
17223
+ {
17224
+ "kind": "method",
17225
+ "name": "setSelectionDecoration",
17226
+ "parameters": [
17227
+ {
17228
+ "name": "decoration",
17229
+ "type": {
17230
+ "text": "string"
17231
+ }
17232
+ }
17233
+ ]
17234
+ },
16608
17235
  {
16609
17236
  "kind": "field",
16610
17237
  "name": "VIVID_VERSION",
@@ -16649,6 +17276,14 @@
16649
17276
  }
16650
17277
  ],
16651
17278
  "exports": [
17279
+ {
17280
+ "kind": "js",
17281
+ "name": "RichTextEditorTextSizes",
17282
+ "declaration": {
17283
+ "name": "RichTextEditorTextSizes",
17284
+ "module": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts"
17285
+ }
17286
+ },
16652
17287
  {
16653
17288
  "kind": "js",
16654
17289
  "name": "RichTextEditor",
@@ -16802,6 +17437,12 @@
16802
17437
  "fieldName": "disabled"
16803
17438
  }
16804
17439
  ],
17440
+ "mixins": [
17441
+ {
17442
+ "name": "Localized",
17443
+ "module": "/libs/components/src/shared/patterns"
17444
+ }
17445
+ ],
16805
17446
  "superclass": {
16806
17447
  "name": "VividElement",
16807
17448
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
@@ -16938,7 +17579,7 @@
16938
17579
  "name": "no-matches"
16939
17580
  },
16940
17581
  {
16941
- "description": "Message that appears when no options are loading.",
17582
+ "description": "Message that appears there are no options to display and the component is in a loading state.",
16942
17583
  "name": "loading-options"
16943
17584
  }
16944
17585
  ],
@@ -17091,6 +17732,7 @@
17091
17732
  {
17092
17733
  "kind": "field",
17093
17734
  "name": "searchText",
17735
+ "description": "The current search text of the component.",
17094
17736
  "readonly": true
17095
17737
  },
17096
17738
  {
@@ -17150,10 +17792,11 @@
17150
17792
  },
17151
17793
  {
17152
17794
  "kind": "field",
17153
- "name": "filterOption",
17795
+ "name": "optionFilter",
17154
17796
  "type": {
17155
17797
  "text": "(\n\t\toption: ListboxOption,\n\t\tsearchText: string\n\t) => boolean | undefined"
17156
- }
17798
+ },
17799
+ "description": "Function to filter the options to display."
17157
17800
  },
17158
17801
  {
17159
17802
  "kind": "field",
@@ -17161,7 +17804,8 @@
17161
17804
  "type": {
17162
17805
  "text": "boolean"
17163
17806
  },
17164
- "default": "false"
17807
+ "default": "false",
17808
+ "description": "Whether the component is in a loading state."
17165
17809
  },
17166
17810
  {
17167
17811
  "kind": "method",
@@ -17299,6 +17943,33 @@
17299
17943
  "privacy": "private",
17300
17944
  "default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
17301
17945
  },
17946
+ {
17947
+ "kind": "field",
17948
+ "name": "iconTrailing",
17949
+ "type": {
17950
+ "text": "boolean"
17951
+ },
17952
+ "default": "false",
17953
+ "description": "Indicates the icon affix alignment.",
17954
+ "privacy": "public",
17955
+ "inheritedFrom": {
17956
+ "name": "AffixIconWithTrailing",
17957
+ "module": "libs/components/src/shared/patterns/affix.ts"
17958
+ }
17959
+ },
17960
+ {
17961
+ "kind": "field",
17962
+ "name": "icon",
17963
+ "type": {
17964
+ "text": "string | undefined"
17965
+ },
17966
+ "description": "A decorative icon the custom element should have.",
17967
+ "privacy": "public",
17968
+ "inheritedFrom": {
17969
+ "name": "AffixIcon",
17970
+ "module": "libs/components/src/shared/patterns/affix.ts"
17971
+ }
17972
+ },
17302
17973
  {
17303
17974
  "kind": "field",
17304
17975
  "name": "proxy",
@@ -17335,7 +18006,7 @@
17335
18006
  "text": "CustomEvent<undefined>"
17336
18007
  },
17337
18008
  "description": "Fired when the search text changes",
17338
- "name": "input:search-text"
18009
+ "name": "search-text-change"
17339
18010
  },
17340
18011
  {
17341
18012
  "type": {
@@ -17410,6 +18081,7 @@
17410
18081
  "text": "boolean"
17411
18082
  },
17412
18083
  "default": "false",
18084
+ "description": "Whether the component is in a loading state.",
17413
18085
  "fieldName": "loading"
17414
18086
  },
17415
18087
  {
@@ -17419,6 +18091,41 @@
17419
18091
  "default": "false",
17420
18092
  "description": "Adds a clear button to the input field that clears the selected values.",
17421
18093
  "fieldName": "clearable"
18094
+ },
18095
+ {
18096
+ "name": "icon-trailing",
18097
+ "type": {
18098
+ "text": "boolean"
18099
+ },
18100
+ "default": "false",
18101
+ "description": "Indicates the icon affix alignment.",
18102
+ "fieldName": "iconTrailing",
18103
+ "inheritedFrom": {
18104
+ "name": "AffixIconWithTrailing",
18105
+ "module": "libs/components/src/shared/patterns/affix.ts"
18106
+ }
18107
+ },
18108
+ {
18109
+ "name": "icon",
18110
+ "type": {
18111
+ "text": "string | undefined"
18112
+ },
18113
+ "description": "A decorative icon the custom element should have.",
18114
+ "fieldName": "icon",
18115
+ "inheritedFrom": {
18116
+ "name": "AffixIcon",
18117
+ "module": "libs/components/src/shared/patterns/affix.ts"
18118
+ }
18119
+ }
18120
+ ],
18121
+ "mixins": [
18122
+ {
18123
+ "name": "AffixIconWithTrailing",
18124
+ "module": "/libs/components/src/shared/patterns"
18125
+ },
18126
+ {
18127
+ "name": "Localized",
18128
+ "module": "/libs/components/src/shared/patterns"
17422
18129
  }
17423
18130
  ],
17424
18131
  "superclass": {
@@ -17435,7 +18142,7 @@
17435
18142
  "eventNames": [
17436
18143
  "input"
17437
18144
  ],
17438
- "valueMapping": "(event.target as HTMLInputElement).value"
18145
+ "valueMapping": "event.currentTarget.value"
17439
18146
  },
17440
18147
  {
17441
18148
  "name": "values",
@@ -17443,7 +18150,7 @@
17443
18150
  "eventNames": [
17444
18151
  "input"
17445
18152
  ],
17446
- "valueMapping": "(event.target as any).values"
18153
+ "valueMapping": "event.currentTarget.values"
17447
18154
  }
17448
18155
  ]
17449
18156
  }
@@ -17870,6 +18577,33 @@
17870
18577
  "kind": "method",
17871
18578
  "name": "formResetCallback"
17872
18579
  },
18580
+ {
18581
+ "kind": "field",
18582
+ "name": "iconTrailing",
18583
+ "type": {
18584
+ "text": "boolean"
18585
+ },
18586
+ "default": "false",
18587
+ "description": "Indicates the icon affix alignment.",
18588
+ "privacy": "public",
18589
+ "inheritedFrom": {
18590
+ "name": "AffixIconWithTrailing",
18591
+ "module": "libs/components/src/shared/patterns/affix.ts"
18592
+ }
18593
+ },
18594
+ {
18595
+ "kind": "field",
18596
+ "name": "icon",
18597
+ "type": {
18598
+ "text": "string | undefined"
18599
+ },
18600
+ "description": "A decorative icon the custom element should have.",
18601
+ "privacy": "public",
18602
+ "inheritedFrom": {
18603
+ "name": "AffixIcon",
18604
+ "module": "libs/components/src/shared/patterns/affix.ts"
18605
+ }
18606
+ },
17873
18607
  {
17874
18608
  "kind": "field",
17875
18609
  "name": "proxy",
@@ -18070,6 +18804,37 @@
18070
18804
  },
18071
18805
  "description": "The placeholder attribute.",
18072
18806
  "fieldName": "placeholder"
18807
+ },
18808
+ {
18809
+ "name": "icon-trailing",
18810
+ "type": {
18811
+ "text": "boolean"
18812
+ },
18813
+ "default": "false",
18814
+ "description": "Indicates the icon affix alignment.",
18815
+ "fieldName": "iconTrailing",
18816
+ "inheritedFrom": {
18817
+ "name": "AffixIconWithTrailing",
18818
+ "module": "libs/components/src/shared/patterns/affix.ts"
18819
+ }
18820
+ },
18821
+ {
18822
+ "name": "icon",
18823
+ "type": {
18824
+ "text": "string | undefined"
18825
+ },
18826
+ "description": "A decorative icon the custom element should have.",
18827
+ "fieldName": "icon",
18828
+ "inheritedFrom": {
18829
+ "name": "AffixIcon",
18830
+ "module": "libs/components/src/shared/patterns/affix.ts"
18831
+ }
18832
+ }
18833
+ ],
18834
+ "mixins": [
18835
+ {
18836
+ "name": "AffixIconWithTrailing",
18837
+ "module": "/libs/components/src/shared/patterns"
18073
18838
  }
18074
18839
  ],
18075
18840
  "superclass": {
@@ -18086,7 +18851,7 @@
18086
18851
  "eventNames": [
18087
18852
  "input"
18088
18853
  ],
18089
- "valueMapping": "(event.target as HTMLInputElement).value"
18854
+ "valueMapping": "event.currentTarget.value"
18090
18855
  }
18091
18856
  ]
18092
18857
  }
@@ -19082,6 +19847,10 @@
19082
19847
  }
19083
19848
  ],
19084
19849
  "mixins": [
19850
+ {
19851
+ "name": "Localized",
19852
+ "module": "/libs/components/src/shared/patterns"
19853
+ },
19085
19854
  {
19086
19855
  "name": "DelegatesAria",
19087
19856
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -19101,7 +19870,7 @@
19101
19870
  "eventNames": [
19102
19871
  "change"
19103
19872
  ],
19104
- "valueMapping": "(event.target as HTMLInputElement).value"
19873
+ "valueMapping": "event.currentTarget.value"
19105
19874
  }
19106
19875
  ]
19107
19876
  }
@@ -19459,15 +20228,6 @@
19459
20228
  "description": "Indicates the split button's label.",
19460
20229
  "privacy": "public"
19461
20230
  },
19462
- {
19463
- "kind": "field",
19464
- "name": "icon",
19465
- "type": {
19466
- "text": "string | undefined"
19467
- },
19468
- "description": "Indicates the split button's icon.",
19469
- "privacy": "public"
19470
- },
19471
20231
  {
19472
20232
  "kind": "field",
19473
20233
  "name": "splitIndicator",
@@ -19498,6 +20258,19 @@
19498
20258
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
19499
20259
  "privacy": "public"
19500
20260
  },
20261
+ {
20262
+ "kind": "field",
20263
+ "name": "icon",
20264
+ "type": {
20265
+ "text": "string | undefined"
20266
+ },
20267
+ "description": "A decorative icon the custom element should have.",
20268
+ "privacy": "public",
20269
+ "inheritedFrom": {
20270
+ "name": "AffixIcon",
20271
+ "module": "libs/components/src/shared/patterns/affix.ts"
20272
+ }
20273
+ },
19501
20274
  {
19502
20275
  "kind": "field",
19503
20276
  "name": "VIVID_VERSION",
@@ -19570,14 +20343,6 @@
19570
20343
  "description": "Indicates the split button's label.",
19571
20344
  "fieldName": "label"
19572
20345
  },
19573
- {
19574
- "name": "icon",
19575
- "type": {
19576
- "text": "string | undefined"
19577
- },
19578
- "description": "Indicates the split button's icon.",
19579
- "fieldName": "icon"
19580
- },
19581
20346
  {
19582
20347
  "name": "split-indicator",
19583
20348
  "type": {
@@ -19604,9 +20369,29 @@
19604
20369
  "default": "null",
19605
20370
  "description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
19606
20371
  "fieldName": "indicatorAriaLabel"
20372
+ },
20373
+ {
20374
+ "name": "icon",
20375
+ "type": {
20376
+ "text": "string | undefined"
20377
+ },
20378
+ "description": "A decorative icon the custom element should have.",
20379
+ "fieldName": "icon",
20380
+ "inheritedFrom": {
20381
+ "name": "AffixIcon",
20382
+ "module": "libs/components/src/shared/patterns/affix.ts"
20383
+ }
19607
20384
  }
19608
20385
  ],
19609
20386
  "mixins": [
20387
+ {
20388
+ "name": "AffixIcon",
20389
+ "module": "/libs/components/src/shared/patterns/affix"
20390
+ },
20391
+ {
20392
+ "name": "Localized",
20393
+ "module": "/libs/components/src/shared/patterns"
20394
+ },
19610
20395
  {
19611
20396
  "name": "DelegatesAria",
19612
20397
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -19985,7 +20770,7 @@
19985
20770
  "eventNames": [
19986
20771
  "change"
19987
20772
  ],
19988
- "valueMapping": "(event.target as HTMLInputElement).checked"
20773
+ "valueMapping": "event.currentTarget.checked"
19989
20774
  }
19990
20775
  ]
19991
20776
  }
@@ -20210,6 +20995,33 @@
20210
20995
  }
20211
20996
  ]
20212
20997
  },
20998
+ {
20999
+ "kind": "field",
21000
+ "name": "iconTrailing",
21001
+ "type": {
21002
+ "text": "boolean"
21003
+ },
21004
+ "default": "false",
21005
+ "description": "Indicates the icon affix alignment.",
21006
+ "privacy": "public",
21007
+ "inheritedFrom": {
21008
+ "name": "AffixIconWithTrailing",
21009
+ "module": "libs/components/src/shared/patterns/affix.ts"
21010
+ }
21011
+ },
21012
+ {
21013
+ "kind": "field",
21014
+ "name": "icon",
21015
+ "type": {
21016
+ "text": "string | undefined"
21017
+ },
21018
+ "description": "A decorative icon the custom element should have.",
21019
+ "privacy": "public",
21020
+ "inheritedFrom": {
21021
+ "name": "AffixIcon",
21022
+ "module": "libs/components/src/shared/patterns/affix.ts"
21023
+ }
21024
+ },
20213
21025
  {
20214
21026
  "kind": "field",
20215
21027
  "name": "VIVID_VERSION",
@@ -20279,6 +21091,41 @@
20279
21091
  },
20280
21092
  "default": "null",
20281
21093
  "fieldName": "ariaSelected"
21094
+ },
21095
+ {
21096
+ "name": "icon-trailing",
21097
+ "type": {
21098
+ "text": "boolean"
21099
+ },
21100
+ "default": "false",
21101
+ "description": "Indicates the icon affix alignment.",
21102
+ "fieldName": "iconTrailing",
21103
+ "inheritedFrom": {
21104
+ "name": "AffixIconWithTrailing",
21105
+ "module": "libs/components/src/shared/patterns/affix.ts"
21106
+ }
21107
+ },
21108
+ {
21109
+ "name": "icon",
21110
+ "type": {
21111
+ "text": "string | undefined"
21112
+ },
21113
+ "description": "A decorative icon the custom element should have.",
21114
+ "fieldName": "icon",
21115
+ "inheritedFrom": {
21116
+ "name": "AffixIcon",
21117
+ "module": "libs/components/src/shared/patterns/affix.ts"
21118
+ }
21119
+ }
21120
+ ],
21121
+ "mixins": [
21122
+ {
21123
+ "name": "AffixIconWithTrailing",
21124
+ "module": "/libs/components/src/shared/patterns/affix"
21125
+ },
21126
+ {
21127
+ "name": "Localized",
21128
+ "module": "/libs/components/src/shared/patterns"
20282
21129
  }
20283
21130
  ],
20284
21131
  "superclass": {
@@ -21180,6 +22027,19 @@
21180
22027
  }
21181
22028
  }
21182
22029
  },
22030
+ {
22031
+ "kind": "field",
22032
+ "name": "icon",
22033
+ "type": {
22034
+ "text": "string | undefined"
22035
+ },
22036
+ "description": "A decorative icon the custom element should have.",
22037
+ "privacy": "public",
22038
+ "inheritedFrom": {
22039
+ "name": "AffixIcon",
22040
+ "module": "libs/components/src/shared/patterns/affix.ts"
22041
+ }
22042
+ },
21183
22043
  {
21184
22044
  "kind": "field",
21185
22045
  "name": "VIVID_VERSION",
@@ -21275,6 +22135,24 @@
21275
22135
  "default": "false",
21276
22136
  "description": "indicates whether the tag is selected",
21277
22137
  "fieldName": "selected"
22138
+ },
22139
+ {
22140
+ "name": "icon",
22141
+ "type": {
22142
+ "text": "string | undefined"
22143
+ },
22144
+ "description": "A decorative icon the custom element should have.",
22145
+ "fieldName": "icon",
22146
+ "inheritedFrom": {
22147
+ "name": "AffixIcon",
22148
+ "module": "libs/components/src/shared/patterns/affix.ts"
22149
+ }
22150
+ }
22151
+ ],
22152
+ "mixins": [
22153
+ {
22154
+ "name": "AffixIcon",
22155
+ "module": "/libs/components/src/shared/patterns/affix"
21278
22156
  }
21279
22157
  ],
21280
22158
  "superclass": {
@@ -21475,6 +22353,19 @@
21475
22353
  "description": "The appearance Text-Anchor should have.",
21476
22354
  "privacy": "public"
21477
22355
  },
22356
+ {
22357
+ "kind": "field",
22358
+ "name": "icon",
22359
+ "type": {
22360
+ "text": "string | undefined"
22361
+ },
22362
+ "description": "A decorative icon the custom element should have.",
22363
+ "privacy": "public",
22364
+ "inheritedFrom": {
22365
+ "name": "AffixIcon",
22366
+ "module": "libs/components/src/shared/patterns/affix.ts"
22367
+ }
22368
+ },
21478
22369
  {
21479
22370
  "kind": "field",
21480
22371
  "name": "VIVID_VERSION",
@@ -21514,9 +22405,25 @@
21514
22405
  },
21515
22406
  "description": "The appearance Text-Anchor should have.",
21516
22407
  "fieldName": "appearance"
22408
+ },
22409
+ {
22410
+ "name": "icon",
22411
+ "type": {
22412
+ "text": "string | undefined"
22413
+ },
22414
+ "description": "A decorative icon the custom element should have.",
22415
+ "fieldName": "icon",
22416
+ "inheritedFrom": {
22417
+ "name": "AffixIcon",
22418
+ "module": "libs/components/src/shared/patterns/affix.ts"
22419
+ }
21517
22420
  }
21518
22421
  ],
21519
22422
  "mixins": [
22423
+ {
22424
+ "name": "AffixIcon",
22425
+ "module": "/libs/components/src/shared/patterns/affix"
22426
+ },
21520
22427
  {
21521
22428
  "name": "DelegatesAria",
21522
22429
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -22053,7 +22960,7 @@
22053
22960
  "eventNames": [
22054
22961
  "input"
22055
22962
  ],
22056
- "valueMapping": "(event.target as HTMLInputElement).value"
22963
+ "valueMapping": "event.currentTarget.value"
22057
22964
  }
22058
22965
  ]
22059
22966
  }
@@ -22442,6 +23349,19 @@
22442
23349
  "kind": "method",
22443
23350
  "name": "#updateMirroredHelperText"
22444
23351
  },
23352
+ {
23353
+ "kind": "field",
23354
+ "name": "icon",
23355
+ "type": {
23356
+ "text": "string | undefined"
23357
+ },
23358
+ "description": "A decorative icon the custom element should have.",
23359
+ "privacy": "public",
23360
+ "inheritedFrom": {
23361
+ "name": "AffixIcon",
23362
+ "module": "libs/components/src/shared/patterns/affix.ts"
23363
+ }
23364
+ },
22445
23365
  {
22446
23366
  "kind": "field",
22447
23367
  "name": "proxy",
@@ -22586,9 +23506,25 @@
22586
23506
  },
22587
23507
  "description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.",
22588
23508
  "fieldName": "inputMode"
23509
+ },
23510
+ {
23511
+ "name": "icon",
23512
+ "type": {
23513
+ "text": "string | undefined"
23514
+ },
23515
+ "description": "A decorative icon the custom element should have.",
23516
+ "fieldName": "icon",
23517
+ "inheritedFrom": {
23518
+ "name": "AffixIcon",
23519
+ "module": "libs/components/src/shared/patterns/affix.ts"
23520
+ }
22589
23521
  }
22590
23522
  ],
22591
23523
  "mixins": [
23524
+ {
23525
+ "name": "AffixIcon",
23526
+ "module": "/libs/components/src/shared/patterns"
23527
+ },
22592
23528
  {
22593
23529
  "name": "DelegatesAria",
22594
23530
  "module": "/libs/components/src/shared/aria/delegates-aria"
@@ -22608,7 +23544,7 @@
22608
23544
  "eventNames": [
22609
23545
  "input"
22610
23546
  ],
22611
- "valueMapping": "(event.target as HTMLInputElement).value"
23547
+ "valueMapping": "event.currentTarget.value"
22612
23548
  }
22613
23549
  ]
22614
23550
  }
@@ -23099,7 +24035,7 @@
23099
24035
  "eventNames": [
23100
24036
  "input"
23101
24037
  ],
23102
- "valueMapping": "(event.target as HTMLInputElement).value"
24038
+ "valueMapping": "event.currentTarget.value"
23103
24039
  }
23104
24040
  ]
23105
24041
  }
@@ -23882,6 +24818,19 @@
23882
24818
  "privacy": "public",
23883
24819
  "readonly": true
23884
24820
  },
24821
+ {
24822
+ "kind": "field",
24823
+ "name": "icon",
24824
+ "type": {
24825
+ "text": "string | undefined"
24826
+ },
24827
+ "description": "A decorative icon the custom element should have.",
24828
+ "privacy": "public",
24829
+ "inheritedFrom": {
24830
+ "name": "AffixIcon",
24831
+ "module": "libs/components/src/shared/patterns/affix.ts"
24832
+ }
24833
+ },
23885
24834
  {
23886
24835
  "kind": "field",
23887
24836
  "name": "VIVID_VERSION",
@@ -23945,6 +24894,24 @@
23945
24894
  "default": "false",
23946
24895
  "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
23947
24896
  "fieldName": "disabled"
24897
+ },
24898
+ {
24899
+ "name": "icon",
24900
+ "type": {
24901
+ "text": "string | undefined"
24902
+ },
24903
+ "description": "A decorative icon the custom element should have.",
24904
+ "fieldName": "icon",
24905
+ "inheritedFrom": {
24906
+ "name": "AffixIcon",
24907
+ "module": "libs/components/src/shared/patterns/affix.ts"
24908
+ }
24909
+ }
24910
+ ],
24911
+ "mixins": [
24912
+ {
24913
+ "name": "AffixIcon",
24914
+ "module": "/libs/components/src/shared/patterns/affix"
23948
24915
  }
23949
24916
  ],
23950
24917
  "superclass": {
@@ -24471,6 +25438,12 @@
24471
25438
  "fieldName": "skipBy"
24472
25439
  }
24473
25440
  ],
25441
+ "mixins": [
25442
+ {
25443
+ "name": "Localized",
25444
+ "module": "/libs/components/src/shared/patterns"
25445
+ }
25446
+ ],
24474
25447
  "superclass": {
24475
25448
  "name": "VividElement",
24476
25449
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
@@ -24648,13 +25621,19 @@
24648
25621
  {
24649
25622
  "kind": "javascript-module",
24650
25623
  "path": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts",
24651
- "declarations": [],
25624
+ "declarations": [
25625
+ {
25626
+ "kind": "variable",
25627
+ "name": "extendedSchema",
25628
+ "default": "new Schema({\n\tnodes: basicSchema.spec.nodes,\n\tmarks: {\n\t\t...basicSchema.spec.marks.toObject(),\n\t\t...customMarks,\n\t},\n})"
25629
+ }
25630
+ ],
24652
25631
  "exports": [
24653
25632
  {
24654
25633
  "kind": "js",
24655
25634
  "name": "default",
24656
25635
  "declaration": {
24657
- "name": "schema",
25636
+ "name": "extendedSchema",
24658
25637
  "module": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts"
24659
25638
  }
24660
25639
  }
@@ -24686,6 +25665,10 @@
24686
25665
  "text": "EditorView | undefined"
24687
25666
  }
24688
25667
  },
25668
+ {
25669
+ "kind": "method",
25670
+ "name": "#verifyViewInitiation"
25671
+ },
24689
25672
  {
24690
25673
  "kind": "field",
24691
25674
  "name": "#onSelectionChange",
@@ -24698,7 +25681,7 @@
24698
25681
  },
24699
25682
  {
24700
25683
  "kind": "field",
24701
- "name": "#handleBlueEvent",
25684
+ "name": "#handleChangeEvent",
24702
25685
  "privacy": "private"
24703
25686
  },
24704
25687
  {
@@ -24745,42 +25728,162 @@
24745
25728
  },
24746
25729
  {
24747
25730
  "kind": "field",
24748
- "name": "#eventHandler",
24749
- "privacy": "private"
24750
- },
24751
- {
24752
- "kind": "method",
24753
- "name": "addEventListener",
24754
- "parameters": [
24755
- {
24756
- "name": "eventName",
24757
- "type": {
24758
- "text": "string"
24759
- }
24760
- },
24761
- {
24762
- "name": "callback",
24763
- "type": {
24764
- "text": "EventListenerOrEventListenerObject"
24765
- }
24766
- }
24767
- ]
25731
+ "name": "#eventHandler",
25732
+ "privacy": "private"
25733
+ },
25734
+ {
25735
+ "kind": "method",
25736
+ "name": "addEventListener",
25737
+ "parameters": [
25738
+ {
25739
+ "name": "eventName",
25740
+ "type": {
25741
+ "text": "string"
25742
+ }
25743
+ },
25744
+ {
25745
+ "name": "callback",
25746
+ "type": {
25747
+ "text": "EventListenerOrEventListenerObject"
25748
+ }
25749
+ }
25750
+ ]
25751
+ },
25752
+ {
25753
+ "kind": "field",
25754
+ "name": "#dispatchEvent",
25755
+ "privacy": "private"
25756
+ },
25757
+ {
25758
+ "kind": "method",
25759
+ "name": "setSelectionTag",
25760
+ "parameters": [
25761
+ {
25762
+ "name": "tag",
25763
+ "type": {
25764
+ "text": "string"
25765
+ }
25766
+ }
25767
+ ]
25768
+ },
25769
+ {
25770
+ "kind": "method",
25771
+ "name": "setSelectionDecoration",
25772
+ "parameters": [
25773
+ {
25774
+ "name": "decoration",
25775
+ "type": {
25776
+ "text": "string"
25777
+ }
25778
+ }
25779
+ ]
25780
+ }
25781
+ ]
25782
+ }
25783
+ ],
25784
+ "exports": [
25785
+ {
25786
+ "kind": "js",
25787
+ "name": "ProseMirrorFacade",
25788
+ "declaration": {
25789
+ "name": "ProseMirrorFacade",
25790
+ "module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
25791
+ }
25792
+ }
25793
+ ]
25794
+ },
25795
+ {
25796
+ "kind": "javascript-module",
25797
+ "path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
25798
+ "declarations": [
25799
+ {
25800
+ "kind": "variable",
25801
+ "name": "menuBarDefinition"
25802
+ },
25803
+ {
25804
+ "kind": "variable",
25805
+ "name": "registerMenuBar",
25806
+ "description": "Registers the menubar element with the design system.",
25807
+ "parameters": [
25808
+ {
25809
+ "description": "the prefix to use for the component name",
25810
+ "name": "prefix"
25811
+ }
25812
+ ]
25813
+ }
25814
+ ],
25815
+ "exports": [
25816
+ {
25817
+ "kind": "js",
25818
+ "name": "menuBarDefinition",
25819
+ "declaration": {
25820
+ "name": "menuBarDefinition",
25821
+ "module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
25822
+ }
25823
+ },
25824
+ {
25825
+ "kind": "js",
25826
+ "name": "registerMenuBar",
25827
+ "declaration": {
25828
+ "name": "registerMenuBar",
25829
+ "module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
25830
+ }
25831
+ }
25832
+ ]
25833
+ },
25834
+ {
25835
+ "kind": "javascript-module",
25836
+ "path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
25837
+ "declarations": [
25838
+ {
25839
+ "kind": "class",
25840
+ "description": "",
25841
+ "name": "MenuBar",
25842
+ "members": [
25843
+ {
25844
+ "kind": "field",
25845
+ "name": "menuItems",
25846
+ "type": {
25847
+ "text": "string | undefined"
25848
+ }
24768
25849
  },
24769
25850
  {
24770
25851
  "kind": "field",
24771
- "name": "#dispatchEvent",
24772
- "privacy": "private"
25852
+ "name": "VIVID_VERSION",
25853
+ "static": true,
25854
+ "default": "__PACKAGE_VERSION__",
25855
+ "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`.",
25856
+ "type": {
25857
+ "text": "string"
25858
+ },
25859
+ "inheritedFrom": {
25860
+ "name": "VividElement",
25861
+ "module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
25862
+ }
24773
25863
  }
24774
- ]
25864
+ ],
25865
+ "attributes": [
25866
+ {
25867
+ "name": "menu-items",
25868
+ "type": {
25869
+ "text": "string | undefined"
25870
+ },
25871
+ "fieldName": "menuItems"
25872
+ }
25873
+ ],
25874
+ "superclass": {
25875
+ "name": "VividElement",
25876
+ "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
25877
+ }
24775
25878
  }
24776
25879
  ],
24777
25880
  "exports": [
24778
25881
  {
24779
25882
  "kind": "js",
24780
- "name": "ProseMirrorFacade",
25883
+ "name": "MenuBar",
24781
25884
  "declaration": {
24782
- "name": "ProseMirrorFacade",
24783
- "module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
25885
+ "name": "MenuBar",
25886
+ "module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
24784
25887
  }
24785
25888
  }
24786
25889
  ]
@@ -25762,6 +26865,186 @@
25762
26865
  }
25763
26866
  ]
25764
26867
  },
26868
+ {
26869
+ "kind": "javascript-module",
26870
+ "path": "libs/components/src/shared/patterns/affix.ts",
26871
+ "declarations": [
26872
+ {
26873
+ "kind": "mixin",
26874
+ "description": "A mixin class implementing prefix elements.\nThese are generally used to decorate text elements with icons or other visual indicators.",
26875
+ "name": "AffixIcon",
26876
+ "members": [
26877
+ {
26878
+ "kind": "field",
26879
+ "name": "icon",
26880
+ "type": {
26881
+ "text": "string | undefined"
26882
+ },
26883
+ "description": "A decorative icon the custom element should have.",
26884
+ "privacy": "public"
26885
+ }
26886
+ ],
26887
+ "parameters": [
26888
+ {
26889
+ "name": "Base",
26890
+ "type": {
26891
+ "text": "T"
26892
+ }
26893
+ }
26894
+ ],
26895
+ "attributes": [
26896
+ {
26897
+ "name": "icon",
26898
+ "type": {
26899
+ "text": "string | undefined"
26900
+ },
26901
+ "description": "A decorative icon the custom element should have.",
26902
+ "fieldName": "icon"
26903
+ }
26904
+ ]
26905
+ },
26906
+ {
26907
+ "kind": "mixin",
26908
+ "description": "A mixin class implementing icon affix (prefix or suffix) alignment.",
26909
+ "name": "AffixIconWithTrailing",
26910
+ "members": [
26911
+ {
26912
+ "kind": "field",
26913
+ "name": "iconTrailing",
26914
+ "type": {
26915
+ "text": "boolean"
26916
+ },
26917
+ "default": "false",
26918
+ "description": "Indicates the icon affix alignment.",
26919
+ "privacy": "public"
26920
+ },
26921
+ {
26922
+ "kind": "field",
26923
+ "name": "icon",
26924
+ "type": {
26925
+ "text": "string | undefined"
26926
+ },
26927
+ "description": "A decorative icon the custom element should have.",
26928
+ "privacy": "public",
26929
+ "inheritedFrom": {
26930
+ "name": "AffixIcon",
26931
+ "module": "libs/components/src/shared/patterns/affix.ts"
26932
+ }
26933
+ }
26934
+ ],
26935
+ "mixins": [
26936
+ {
26937
+ "name": "AffixIcon",
26938
+ "module": "libs/components/src/shared/patterns/affix.ts"
26939
+ }
26940
+ ],
26941
+ "parameters": [
26942
+ {
26943
+ "name": "Base",
26944
+ "type": {
26945
+ "text": "T"
26946
+ }
26947
+ }
26948
+ ],
26949
+ "attributes": [
26950
+ {
26951
+ "name": "icon-trailing",
26952
+ "type": {
26953
+ "text": "boolean"
26954
+ },
26955
+ "default": "false",
26956
+ "description": "Indicates the icon affix alignment.",
26957
+ "fieldName": "iconTrailing"
26958
+ },
26959
+ {
26960
+ "name": "icon",
26961
+ "type": {
26962
+ "text": "string | undefined"
26963
+ },
26964
+ "description": "A decorative icon the custom element should have.",
26965
+ "fieldName": "icon",
26966
+ "inheritedFrom": {
26967
+ "name": "AffixIcon",
26968
+ "module": "libs/components/src/shared/patterns/affix.ts"
26969
+ }
26970
+ }
26971
+ ]
26972
+ },
26973
+ {
26974
+ "kind": "variable",
26975
+ "name": "IconWrapper",
26976
+ "type": {
26977
+ "text": "object"
26978
+ },
26979
+ "default": "{\n\tSlot: false,\n\tSpan: true,\n}"
26980
+ },
26981
+ {
26982
+ "kind": "variable",
26983
+ "name": "IconAriaHidden",
26984
+ "type": {
26985
+ "text": "object"
26986
+ },
26987
+ "default": "{\n\tHidden: 'true',\n\tVisible: 'false',\n}"
26988
+ },
26989
+ {
26990
+ "kind": "function",
26991
+ "name": "affixIconTemplateFactory",
26992
+ "parameters": [
26993
+ {
26994
+ "name": "context",
26995
+ "type": {
26996
+ "text": "VividElementDefinitionContext"
26997
+ },
26998
+ "description": "element definition context"
26999
+ }
27000
+ ],
27001
+ "description": "The template for the prefixed element.\nFor use with AffixIcon",
27002
+ "privacy": "public"
27003
+ }
27004
+ ],
27005
+ "exports": [
27006
+ {
27007
+ "kind": "js",
27008
+ "name": "AffixIcon",
27009
+ "declaration": {
27010
+ "name": "AffixIcon",
27011
+ "module": "libs/components/src/shared/patterns/affix.ts"
27012
+ }
27013
+ },
27014
+ {
27015
+ "kind": "js",
27016
+ "name": "AffixIconWithTrailing",
27017
+ "declaration": {
27018
+ "name": "AffixIconWithTrailing",
27019
+ "module": "libs/components/src/shared/patterns/affix.ts"
27020
+ }
27021
+ },
27022
+ {
27023
+ "kind": "js",
27024
+ "name": "IconWrapper",
27025
+ "declaration": {
27026
+ "name": "IconWrapper",
27027
+ "module": "libs/components/src/shared/patterns/affix.ts"
27028
+ }
27029
+ },
27030
+ {
27031
+ "kind": "js",
27032
+ "name": "IconAriaHidden",
27033
+ "declaration": {
27034
+ "name": "IconAriaHidden",
27035
+ "module": "libs/components/src/shared/patterns/affix.ts"
27036
+ }
27037
+ },
27038
+ {
27039
+ "kind": "js",
27040
+ "name": "affixIconTemplateFactory",
27041
+ "declaration": {
27042
+ "name": "affixIconTemplateFactory",
27043
+ "module": "libs/components/src/shared/patterns/affix.ts"
27044
+ }
27045
+ }
27046
+ ]
27047
+ },
25765
27048
  {
25766
27049
  "kind": "javascript-module",
25767
27050
  "path": "libs/components/src/shared/patterns/anchored.ts",
@@ -25880,17 +27163,15 @@
25880
27163
  "path": "libs/components/src/shared/patterns/localized.ts",
25881
27164
  "declarations": [
25882
27165
  {
25883
- "kind": "class",
25884
- "description": "",
27166
+ "kind": "mixin",
27167
+ "description": "Mixin for elements that need to access the current locale.",
25885
27168
  "name": "Localized",
25886
- "members": [
27169
+ "parameters": [
25887
27170
  {
25888
- "kind": "field",
25889
- "name": "locale",
27171
+ "name": "Base",
25890
27172
  "type": {
25891
- "text": "Locale"
25892
- },
25893
- "readonly": true
27173
+ "text": "T"
27174
+ }
25894
27175
  }
25895
27176
  ]
25896
27177
  }
@@ -25911,34 +27192,40 @@
25911
27192
  "path": "libs/components/src/shared/patterns/trapped-focus.ts",
25912
27193
  "declarations": [
25913
27194
  {
25914
- "kind": "class",
25915
- "description": "",
25916
- "name": "TrappedFocus",
25917
- "members": [
27195
+ "kind": "function",
27196
+ "name": "ignoreEventInFocusTraps",
27197
+ "parameters": [
25918
27198
  {
25919
- "kind": "field",
25920
- "name": "ignoredEvents",
25921
- "privacy": "private",
25922
- "static": true,
25923
- "default": "new WeakSet<Event>()"
25924
- },
27199
+ "name": "event",
27200
+ "type": {
27201
+ "text": "Event"
27202
+ }
27203
+ }
27204
+ ]
27205
+ },
27206
+ {
27207
+ "kind": "mixin",
27208
+ "description": "Mixin for elements that trap focus.",
27209
+ "name": "TrappedFocus",
27210
+ "parameters": [
25925
27211
  {
25926
- "kind": "method",
25927
- "name": "ignoreEvent",
25928
- "static": true,
25929
- "parameters": [
25930
- {
25931
- "name": "event",
25932
- "type": {
25933
- "text": "Event"
25934
- }
25935
- }
25936
- ]
27212
+ "name": "Base",
27213
+ "type": {
27214
+ "text": "T"
27215
+ }
25937
27216
  }
25938
27217
  ]
25939
27218
  }
25940
27219
  ],
25941
27220
  "exports": [
27221
+ {
27222
+ "kind": "js",
27223
+ "name": "ignoreEventInFocusTraps",
27224
+ "declaration": {
27225
+ "name": "ignoreEventInFocusTraps",
27226
+ "module": "libs/components/src/shared/patterns/trapped-focus.ts"
27227
+ }
27228
+ },
25942
27229
  {
25943
27230
  "kind": "js",
25944
27231
  "name": "TrappedFocus",
@@ -26491,6 +27778,16 @@
26491
27778
  "fieldName": "readOnly"
26492
27779
  }
26493
27780
  ],
27781
+ "mixins": [
27782
+ {
27783
+ "name": "TrappedFocus",
27784
+ "module": "/libs/components/src/shared/patterns"
27785
+ },
27786
+ {
27787
+ "name": "Localized",
27788
+ "module": "/libs/components/src/shared/patterns"
27789
+ }
27790
+ ],
26494
27791
  "superclass": {
26495
27792
  "name": "FormAssociatedPickerField",
26496
27793
  "module": "/libs/components/src/shared/picker-field/picker-field.form-associated"
@@ -27163,6 +28460,12 @@
27163
28460
  }
27164
28461
  }
27165
28462
  ],
28463
+ "mixins": [
28464
+ {
28465
+ "name": "Localized",
28466
+ "module": "/libs/components/src/shared/patterns"
28467
+ }
28468
+ ],
27166
28469
  "superclass": {
27167
28470
  "name": "VividElement",
27168
28471
  "module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"