@vonage/vivid 4.22.0 → 4.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1658 -370
- package/lib/accordion-item/accordion-item.d.ts +11 -5
- package/lib/action-group/action-group.d.ts +8 -6
- package/lib/alert/alert.d.ts +21 -9
- package/lib/audio-player/audio-player.d.ts +11 -5
- package/lib/badge/badge.d.ts +11 -5
- package/lib/banner/banner.d.ts +26 -12
- package/lib/breadcrumb/breadcrumb.d.ts +333 -1
- package/lib/breadcrumb/breadcrumb.template.d.ts +2 -3
- package/lib/breadcrumb-item/breadcrumb-item.d.ts +8 -6
- package/lib/button/button.d.ts +11 -5
- package/lib/calendar-event/calendar-event.d.ts +333 -1
- package/lib/checkbox/checkbox.d.ts +8 -6
- package/lib/combobox/combobox.d.ts +11 -5
- package/lib/date-picker/date-picker.d.ts +74 -50
- package/lib/date-range-picker/date-range-picker.d.ts +38 -26
- package/lib/date-time-picker/date-time-picker.d.ts +76 -52
- package/lib/dial-pad/dial-pad.d.ts +11 -5
- package/lib/dialog/dialog.d.ts +16 -8
- package/lib/divider/divider.d.ts +8 -6
- package/lib/fab/fab.d.ts +11 -5
- package/lib/file-picker/file-picker.d.ts +337 -1
- package/lib/file-picker/locale.d.ts +1 -0
- package/lib/header/header.d.ts +333 -1
- package/lib/menu/menu.d.ts +16 -8
- package/lib/menu-item/menu-item.d.ts +338 -2
- package/lib/nav/nav.d.ts +333 -1
- package/lib/nav-disclosure/nav-disclosure.d.ts +16 -8
- package/lib/nav-item/nav-item.d.ts +11 -5
- package/lib/note/note.d.ts +11 -5
- package/lib/number-field/number-field.d.ts +26 -12
- package/lib/option/option.d.ts +339 -3
- package/lib/progress/progress.d.ts +8 -6
- package/lib/progress-ring/progress-ring.d.ts +8 -6
- package/lib/radio-group/radio-group.d.ts +333 -1
- package/lib/range-slider/range-slider.d.ts +11 -5
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +1 -1
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +7 -1
- package/lib/rich-text-editor/locale.d.ts +9 -0
- package/lib/rich-text-editor/menubar/consts.d.ts +18 -0
- package/lib/rich-text-editor/menubar/menubar.d.ts +337 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +10 -0
- package/lib/searchable-select/locale.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +11 -5
- package/lib/searchable-select/searchable-select.d.ts +350 -7
- package/lib/select/select.d.ts +339 -3
- package/lib/selectable-box/selectable-box.d.ts +8 -6
- package/lib/slider/slider.d.ts +16 -8
- package/lib/split-button/split-button.d.ts +26 -12
- package/lib/switch/switch.d.ts +8 -6
- package/lib/tab/tab.d.ts +349 -7
- package/lib/tab-panel/tab-panel.d.ts +333 -1
- package/lib/tabs/tabs.d.ts +5 -21
- package/lib/tag/tag.d.ts +338 -2
- package/lib/tag-group/tag-group.d.ts +8 -6
- package/lib/text-anchor/text-anchor.d.ts +16 -8
- package/lib/text-area/text-area.d.ts +8 -6
- package/lib/text-field/text-field.d.ts +16 -8
- package/lib/time-picker/time-picker.d.ts +38 -26
- package/lib/toggletip/toggletip.d.ts +9 -3
- package/lib/tooltip/tooltip.d.ts +9 -3
- package/lib/tree-item/tree-item.d.ts +338 -2
- package/lib/tree-view/tree-view.d.ts +333 -1
- package/lib/video-player/video-player.d.ts +11 -5
- package/locales/de-DE.cjs +15 -1
- package/locales/de-DE.js +15 -1
- package/locales/en-GB.cjs +15 -1
- package/locales/en-GB.js +15 -1
- package/locales/en-US.cjs +15 -1
- package/locales/en-US.js +15 -1
- package/locales/ja-JP.cjs +15 -1
- package/locales/ja-JP.js +15 -1
- package/locales/zh-CN.cjs +15 -1
- package/locales/zh-CN.js +15 -1
- package/package.json +1 -1
- package/shared/affix.js +1 -1
- package/shared/aria/aria-change-subscription.d.ts +6 -0
- package/shared/aria/aria-mixin.d.ts +338 -0
- package/shared/aria/delegate-aria-behavior.d.ts +31 -0
- package/shared/aria/delegates-aria.d.ts +14 -9
- package/shared/aria/host-semantics-behavior.d.ts +22 -0
- package/shared/aria/host-semantics.d.ts +337 -0
- package/shared/attribute-binding-behaviour.cjs +41 -0
- package/shared/attribute-binding-behaviour.js +39 -0
- package/shared/button.cjs +6 -3
- package/shared/button.js +6 -3
- package/shared/calendar-event.cjs +2 -1
- package/shared/calendar-event.js +2 -1
- package/shared/definition.js +1 -1
- package/shared/definition10.cjs +8 -2
- package/shared/definition10.js +9 -3
- package/shared/definition11.cjs +4 -28
- package/shared/definition11.js +5 -29
- package/shared/definition12.cjs +5 -2
- package/shared/definition12.js +6 -3
- package/shared/definition13.js +1 -1
- package/shared/definition14.js +1 -1
- package/shared/definition15.cjs +8 -7
- package/shared/definition15.js +10 -9
- package/shared/definition16.js +1 -1
- package/shared/definition17.cjs +4 -1
- package/shared/definition17.js +5 -2
- package/shared/definition18.js +1 -1
- package/shared/definition19.js +1 -1
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +1 -1
- package/shared/definition21.js +1 -1
- package/shared/definition22.cjs +11 -4
- package/shared/definition22.js +13 -6
- package/shared/definition23.cjs +4 -2
- package/shared/definition23.js +6 -4
- package/shared/definition24.js +1 -1
- package/shared/definition25.cjs +2 -14
- package/shared/definition25.js +3 -15
- package/shared/definition26.cjs +19 -3
- package/shared/definition26.js +20 -4
- package/shared/definition27.cjs +3 -2
- package/shared/definition27.js +4 -3
- package/shared/definition28.js +1 -1
- package/shared/definition29.js +1 -1
- package/shared/definition3.cjs +3 -2
- package/shared/definition3.js +5 -4
- package/shared/definition30.cjs +33 -34
- package/shared/definition30.js +35 -36
- package/shared/definition31.cjs +6 -4
- package/shared/definition31.js +8 -6
- package/shared/definition32.js +1 -1
- package/shared/definition33.cjs +7 -2
- package/shared/definition33.js +8 -3
- package/shared/definition34.js +1 -1
- package/shared/definition35.cjs +2 -13
- package/shared/definition35.js +4 -15
- package/shared/definition36.cjs +8 -5
- package/shared/definition36.js +9 -6
- package/shared/definition37.js +1 -1
- package/shared/definition38.cjs +7 -8
- package/shared/definition38.js +9 -10
- package/shared/definition39.cjs +7 -8
- package/shared/definition39.js +9 -10
- package/shared/definition4.js +1 -1
- package/shared/definition40.cjs +8 -5
- package/shared/definition40.js +9 -6
- package/shared/definition41.js +1 -1
- package/shared/definition42.js +1 -1
- package/shared/definition43.cjs +558 -134
- package/shared/definition43.js +550 -126
- package/shared/definition44.cjs +83 -10
- package/shared/definition44.js +84 -11
- package/shared/definition45.cjs +20 -8
- package/shared/definition45.js +21 -9
- package/shared/definition46.cjs +18 -6
- package/shared/definition46.js +20 -8
- package/shared/definition47.js +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition49.cjs +10 -3
- package/shared/definition49.js +12 -5
- package/shared/definition5.cjs +7 -2
- package/shared/definition5.js +8 -3
- package/shared/definition50.cjs +8 -7
- package/shared/definition50.js +10 -9
- package/shared/definition51.cjs +3 -2
- package/shared/definition51.js +4 -3
- package/shared/definition52.cjs +8 -4
- package/shared/definition52.js +9 -5
- package/shared/definition53.cjs +219 -297
- package/shared/definition53.js +221 -299
- package/shared/definition54.cjs +4 -3
- package/shared/definition54.js +6 -5
- package/shared/definition55.cjs +7 -4
- package/shared/definition55.js +8 -5
- package/shared/definition56.cjs +68 -14
- package/shared/definition56.js +69 -15
- package/shared/definition57.cjs +163 -112
- package/shared/definition57.js +165 -114
- package/shared/definition58.js +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition60.js +1 -1
- package/shared/definition61.cjs +8 -5
- package/shared/definition61.js +9 -6
- package/shared/definition62.cjs +5 -2
- package/shared/definition62.js +6 -3
- package/shared/definition63.js +1 -1
- package/shared/definition64.js +1 -1
- package/shared/definition65.js +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +4 -2
- package/shared/definition8.js +6 -4
- package/shared/definition9.js +1 -1
- package/shared/delegates-aria.cjs +106 -56
- package/shared/delegates-aria.js +107 -58
- package/shared/foundation/button/button.d.ts +8 -6
- package/shared/foundation/vivid-element/vivid-element.d.ts +339 -1
- package/shared/host-semantics.cjs +65 -0
- package/shared/host-semantics.js +62 -0
- package/shared/localization/Locale.d.ts +2 -0
- package/shared/option.cjs +4 -1
- package/shared/option.js +4 -1
- package/shared/patterns/affix.d.ts +22 -10
- package/shared/patterns/anchored.d.ts +18 -6
- package/shared/patterns/localized.d.ts +11 -5
- package/shared/patterns/trapped-focus.d.ts +11 -5
- package/shared/picker-field/mixins/calendar-picker.d.ts +19 -13
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +19 -13
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +11 -5
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +38 -26
- package/shared/picker-field/mixins/single-date-picker.d.ts +55 -37
- package/shared/picker-field/mixins/single-value-picker.d.ts +17 -11
- package/shared/picker-field/mixins/time-selection-picker.d.ts +38 -26
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +38 -26
- package/shared/picker-field/picker-field.d.ts +21 -9
- package/shared/picker-field.template.js +1 -1
- package/shared/repeat.js +1 -1
- package/shared/slider.template.cjs +10 -9
- package/shared/slider.template.js +10 -9
- package/shared/templating/attribute-binding-behaviour.d.ts +15 -0
- package/shared/templating/render-in-light-dom.d.ts +22 -0
- package/shared/text-anchor.template.cjs +2 -13
- package/shared/text-anchor.template.js +2 -13
- package/shared/time-selection-picker.template.js +1 -1
- package/shared/vivid-element.cjs +96 -2
- package/shared/vivid-element.js +93 -3
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/text-anchor/index.js +1 -1
- package/vivid.api.json +188 -17
- package/shared/Reflector.cjs +0 -71
- package/shared/Reflector.js +0 -69
package/custom-elements.json
CHANGED
|
@@ -651,6 +651,18 @@
|
|
|
651
651
|
"description": "Indicates whether action group should have padding.",
|
|
652
652
|
"privacy": "public"
|
|
653
653
|
},
|
|
654
|
+
{
|
|
655
|
+
"kind": "field",
|
|
656
|
+
"name": "_vividAriaBehaviour",
|
|
657
|
+
"default": "'delegate'",
|
|
658
|
+
"type": {
|
|
659
|
+
"text": "'delegate'"
|
|
660
|
+
},
|
|
661
|
+
"inheritedFrom": {
|
|
662
|
+
"name": "DelegatesAria",
|
|
663
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
654
666
|
{
|
|
655
667
|
"kind": "field",
|
|
656
668
|
"name": "VIVID_VERSION",
|
|
@@ -2561,6 +2573,18 @@
|
|
|
2561
2573
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2562
2574
|
}
|
|
2563
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "_vividAriaBehaviour",
|
|
2579
|
+
"default": "'delegate'",
|
|
2580
|
+
"type": {
|
|
2581
|
+
"text": "'delegate'"
|
|
2582
|
+
},
|
|
2583
|
+
"inheritedFrom": {
|
|
2584
|
+
"name": "DelegatesAria",
|
|
2585
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2564
2588
|
{
|
|
2565
2589
|
"kind": "field",
|
|
2566
2590
|
"name": "VIVID_VERSION",
|
|
@@ -2790,6 +2814,18 @@
|
|
|
2790
2814
|
],
|
|
2791
2815
|
"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"
|
|
2792
2816
|
},
|
|
2817
|
+
{
|
|
2818
|
+
"kind": "field",
|
|
2819
|
+
"name": "_vividAriaBehaviour",
|
|
2820
|
+
"default": "'delegate'",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "'delegate'"
|
|
2823
|
+
},
|
|
2824
|
+
"inheritedFrom": {
|
|
2825
|
+
"name": "DelegatesAria",
|
|
2826
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2793
2829
|
{
|
|
2794
2830
|
"kind": "field",
|
|
2795
2831
|
"name": "VIVID_VERSION",
|
|
@@ -2805,6 +2841,12 @@
|
|
|
2805
2841
|
}
|
|
2806
2842
|
}
|
|
2807
2843
|
],
|
|
2844
|
+
"mixins": [
|
|
2845
|
+
{
|
|
2846
|
+
"name": "DelegatesAria",
|
|
2847
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2808
2850
|
"superclass": {
|
|
2809
2851
|
"name": "VividElement",
|
|
2810
2852
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -2877,6 +2919,18 @@
|
|
|
2877
2919
|
"text": "string | undefined"
|
|
2878
2920
|
}
|
|
2879
2921
|
},
|
|
2922
|
+
{
|
|
2923
|
+
"kind": "field",
|
|
2924
|
+
"name": "_vividAriaBehaviour",
|
|
2925
|
+
"default": "'delegate'",
|
|
2926
|
+
"type": {
|
|
2927
|
+
"text": "'delegate'"
|
|
2928
|
+
},
|
|
2929
|
+
"inheritedFrom": {
|
|
2930
|
+
"name": "DelegatesAria",
|
|
2931
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2880
2934
|
{
|
|
2881
2935
|
"kind": "field",
|
|
2882
2936
|
"name": "VIVID_VERSION",
|
|
@@ -3603,6 +3657,18 @@
|
|
|
3603
3657
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
3604
3658
|
}
|
|
3605
3659
|
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "field",
|
|
3662
|
+
"name": "_vividAriaBehaviour",
|
|
3663
|
+
"default": "'delegate'",
|
|
3664
|
+
"type": {
|
|
3665
|
+
"text": "'delegate'"
|
|
3666
|
+
},
|
|
3667
|
+
"inheritedFrom": {
|
|
3668
|
+
"name": "DelegatesAria",
|
|
3669
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3606
3672
|
{
|
|
3607
3673
|
"kind": "field",
|
|
3608
3674
|
"name": "proxy",
|
|
@@ -4428,6 +4494,18 @@
|
|
|
4428
4494
|
"description": "event's time duration in hours",
|
|
4429
4495
|
"privacy": "public"
|
|
4430
4496
|
},
|
|
4497
|
+
{
|
|
4498
|
+
"kind": "field",
|
|
4499
|
+
"name": "_vividAriaBehaviour",
|
|
4500
|
+
"default": "'delegate'",
|
|
4501
|
+
"type": {
|
|
4502
|
+
"text": "'delegate'"
|
|
4503
|
+
},
|
|
4504
|
+
"inheritedFrom": {
|
|
4505
|
+
"name": "DelegatesAria",
|
|
4506
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4431
4509
|
{
|
|
4432
4510
|
"kind": "field",
|
|
4433
4511
|
"name": "VIVID_VERSION",
|
|
@@ -4499,6 +4577,12 @@
|
|
|
4499
4577
|
"fieldName": "duration"
|
|
4500
4578
|
}
|
|
4501
4579
|
],
|
|
4580
|
+
"mixins": [
|
|
4581
|
+
{
|
|
4582
|
+
"name": "DelegatesAria",
|
|
4583
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
4584
|
+
}
|
|
4585
|
+
],
|
|
4502
4586
|
"superclass": {
|
|
4503
4587
|
"name": "VividElement",
|
|
4504
4588
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -4966,6 +5050,18 @@
|
|
|
4966
5050
|
"kind": "method",
|
|
4967
5051
|
"name": "ariaCheckedChanged"
|
|
4968
5052
|
},
|
|
5053
|
+
{
|
|
5054
|
+
"kind": "field",
|
|
5055
|
+
"name": "_vividAriaBehaviour",
|
|
5056
|
+
"default": "'delegate'",
|
|
5057
|
+
"type": {
|
|
5058
|
+
"text": "'delegate'"
|
|
5059
|
+
},
|
|
5060
|
+
"inheritedFrom": {
|
|
5061
|
+
"name": "DelegatesAria",
|
|
5062
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
5063
|
+
}
|
|
5064
|
+
},
|
|
4969
5065
|
{
|
|
4970
5066
|
"kind": "field",
|
|
4971
5067
|
"name": "proxy",
|
|
@@ -6512,7 +6608,7 @@
|
|
|
6512
6608
|
"type": {
|
|
6513
6609
|
"text": "string"
|
|
6514
6610
|
},
|
|
6515
|
-
"description": "String that gets applied to the
|
|
6611
|
+
"description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
|
|
6516
6612
|
"privacy": "public"
|
|
6517
6613
|
},
|
|
6518
6614
|
{
|
|
@@ -6863,7 +6959,7 @@
|
|
|
6863
6959
|
"type": {
|
|
6864
6960
|
"text": "string"
|
|
6865
6961
|
},
|
|
6866
|
-
"description": "String that gets applied to the
|
|
6962
|
+
"description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
|
|
6867
6963
|
"fieldName": "gridTemplateColumns"
|
|
6868
6964
|
},
|
|
6869
6965
|
{
|
|
@@ -9113,6 +9209,18 @@
|
|
|
9113
9209
|
"kind": "method",
|
|
9114
9210
|
"name": "#showDialog"
|
|
9115
9211
|
},
|
|
9212
|
+
{
|
|
9213
|
+
"kind": "field",
|
|
9214
|
+
"name": "_vividAriaBehaviour",
|
|
9215
|
+
"default": "'delegate'",
|
|
9216
|
+
"type": {
|
|
9217
|
+
"text": "'delegate'"
|
|
9218
|
+
},
|
|
9219
|
+
"inheritedFrom": {
|
|
9220
|
+
"name": "DelegatesAria",
|
|
9221
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
9222
|
+
}
|
|
9223
|
+
},
|
|
9116
9224
|
{
|
|
9117
9225
|
"kind": "field",
|
|
9118
9226
|
"name": "VIVID_VERSION",
|
|
@@ -9369,6 +9477,18 @@
|
|
|
9369
9477
|
"description": "The orientation of the divider.",
|
|
9370
9478
|
"privacy": "public"
|
|
9371
9479
|
},
|
|
9480
|
+
{
|
|
9481
|
+
"kind": "field",
|
|
9482
|
+
"name": "_vividAriaBehaviour",
|
|
9483
|
+
"default": "'delegate'",
|
|
9484
|
+
"type": {
|
|
9485
|
+
"text": "'delegate'"
|
|
9486
|
+
},
|
|
9487
|
+
"inheritedFrom": {
|
|
9488
|
+
"name": "DelegatesAria",
|
|
9489
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
9490
|
+
}
|
|
9491
|
+
},
|
|
9372
9492
|
{
|
|
9373
9493
|
"kind": "field",
|
|
9374
9494
|
"name": "VIVID_VERSION",
|
|
@@ -10283,6 +10403,18 @@
|
|
|
10283
10403
|
"module": "libs/components/src/shared/foundation/button/button.ts"
|
|
10284
10404
|
}
|
|
10285
10405
|
},
|
|
10406
|
+
{
|
|
10407
|
+
"kind": "field",
|
|
10408
|
+
"name": "_vividAriaBehaviour",
|
|
10409
|
+
"default": "'delegate'",
|
|
10410
|
+
"type": {
|
|
10411
|
+
"text": "'delegate'"
|
|
10412
|
+
},
|
|
10413
|
+
"inheritedFrom": {
|
|
10414
|
+
"name": "DelegatesAria",
|
|
10415
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
10416
|
+
}
|
|
10417
|
+
},
|
|
10286
10418
|
{
|
|
10287
10419
|
"kind": "field",
|
|
10288
10420
|
"name": "proxy",
|
|
@@ -10914,6 +11046,15 @@
|
|
|
10914
11046
|
"kind": "field",
|
|
10915
11047
|
"name": "setFormValue"
|
|
10916
11048
|
},
|
|
11049
|
+
{
|
|
11050
|
+
"kind": "method",
|
|
11051
|
+
"name": "#getCustomValidationError",
|
|
11052
|
+
"return": {
|
|
11053
|
+
"type": {
|
|
11054
|
+
"text": "string | null"
|
|
11055
|
+
}
|
|
11056
|
+
}
|
|
11057
|
+
},
|
|
10917
11058
|
{
|
|
10918
11059
|
"kind": "method",
|
|
10919
11060
|
"name": "validate",
|
|
@@ -10921,7 +11062,8 @@
|
|
|
10921
11062
|
"type": {
|
|
10922
11063
|
"text": "void"
|
|
10923
11064
|
}
|
|
10924
|
-
}
|
|
11065
|
+
},
|
|
11066
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
10925
11067
|
},
|
|
10926
11068
|
{
|
|
10927
11069
|
"kind": "method",
|
|
@@ -10957,6 +11099,18 @@
|
|
|
10957
11099
|
},
|
|
10958
11100
|
"default": "false"
|
|
10959
11101
|
},
|
|
11102
|
+
{
|
|
11103
|
+
"kind": "field",
|
|
11104
|
+
"name": "_vividAriaBehaviour",
|
|
11105
|
+
"default": "'delegate'",
|
|
11106
|
+
"type": {
|
|
11107
|
+
"text": "'delegate'"
|
|
11108
|
+
},
|
|
11109
|
+
"inheritedFrom": {
|
|
11110
|
+
"name": "DelegatesAria",
|
|
11111
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
11112
|
+
}
|
|
11113
|
+
},
|
|
10960
11114
|
{
|
|
10961
11115
|
"kind": "field",
|
|
10962
11116
|
"name": "proxy",
|
|
@@ -11061,6 +11215,10 @@
|
|
|
11061
11215
|
}
|
|
11062
11216
|
],
|
|
11063
11217
|
"mixins": [
|
|
11218
|
+
{
|
|
11219
|
+
"name": "DelegatesAria",
|
|
11220
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11221
|
+
},
|
|
11064
11222
|
{
|
|
11065
11223
|
"name": "Localized",
|
|
11066
11224
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -11171,6 +11329,18 @@
|
|
|
11171
11329
|
"description": "applies scheme alternate to header region",
|
|
11172
11330
|
"privacy": "public"
|
|
11173
11331
|
},
|
|
11332
|
+
{
|
|
11333
|
+
"kind": "field",
|
|
11334
|
+
"name": "_vividAriaBehaviour",
|
|
11335
|
+
"default": "'delegate'",
|
|
11336
|
+
"type": {
|
|
11337
|
+
"text": "'delegate'"
|
|
11338
|
+
},
|
|
11339
|
+
"inheritedFrom": {
|
|
11340
|
+
"name": "DelegatesAria",
|
|
11341
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
11342
|
+
}
|
|
11343
|
+
},
|
|
11174
11344
|
{
|
|
11175
11345
|
"kind": "field",
|
|
11176
11346
|
"name": "VIVID_VERSION",
|
|
@@ -11205,6 +11375,12 @@
|
|
|
11205
11375
|
"fieldName": "alternate"
|
|
11206
11376
|
}
|
|
11207
11377
|
],
|
|
11378
|
+
"mixins": [
|
|
11379
|
+
{
|
|
11380
|
+
"name": "DelegatesAria",
|
|
11381
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
11382
|
+
}
|
|
11383
|
+
],
|
|
11208
11384
|
"superclass": {
|
|
11209
11385
|
"name": "VividElement",
|
|
11210
11386
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -11734,7 +11910,7 @@
|
|
|
11734
11910
|
"kind": "field",
|
|
11735
11911
|
"name": "menuItems",
|
|
11736
11912
|
"type": {
|
|
11737
|
-
"text": "
|
|
11913
|
+
"text": "HTMLElement[] | undefined"
|
|
11738
11914
|
},
|
|
11739
11915
|
"privacy": "private"
|
|
11740
11916
|
},
|
|
@@ -11847,12 +12023,6 @@
|
|
|
11847
12023
|
"type": {
|
|
11848
12024
|
"text": "number"
|
|
11849
12025
|
}
|
|
11850
|
-
},
|
|
11851
|
-
{
|
|
11852
|
-
"name": "adjustment",
|
|
11853
|
-
"type": {
|
|
11854
|
-
"text": "number"
|
|
11855
|
-
}
|
|
11856
12026
|
}
|
|
11857
12027
|
]
|
|
11858
12028
|
},
|
|
@@ -12041,6 +12211,18 @@
|
|
|
12041
12211
|
"module": "libs/components/src/shared/patterns/anchored.ts"
|
|
12042
12212
|
}
|
|
12043
12213
|
},
|
|
12214
|
+
{
|
|
12215
|
+
"kind": "field",
|
|
12216
|
+
"name": "_vividAriaBehaviour",
|
|
12217
|
+
"default": "'delegate'",
|
|
12218
|
+
"type": {
|
|
12219
|
+
"text": "'delegate'"
|
|
12220
|
+
},
|
|
12221
|
+
"inheritedFrom": {
|
|
12222
|
+
"name": "DelegatesAria",
|
|
12223
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
12224
|
+
}
|
|
12225
|
+
},
|
|
12044
12226
|
{
|
|
12045
12227
|
"kind": "field",
|
|
12046
12228
|
"name": "VIVID_VERSION",
|
|
@@ -12450,6 +12632,18 @@
|
|
|
12450
12632
|
"kind": "method",
|
|
12451
12633
|
"name": "#emitSyntheticClick"
|
|
12452
12634
|
},
|
|
12635
|
+
{
|
|
12636
|
+
"kind": "field",
|
|
12637
|
+
"name": "_vividAriaBehaviour",
|
|
12638
|
+
"default": "'host'",
|
|
12639
|
+
"type": {
|
|
12640
|
+
"text": "'host'"
|
|
12641
|
+
},
|
|
12642
|
+
"inheritedFrom": {
|
|
12643
|
+
"name": "HostSemantics",
|
|
12644
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
12645
|
+
}
|
|
12646
|
+
},
|
|
12453
12647
|
{
|
|
12454
12648
|
"kind": "field",
|
|
12455
12649
|
"name": "icon",
|
|
@@ -12580,6 +12774,10 @@
|
|
|
12580
12774
|
}
|
|
12581
12775
|
],
|
|
12582
12776
|
"mixins": [
|
|
12777
|
+
{
|
|
12778
|
+
"name": "HostSemantics",
|
|
12779
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
12780
|
+
},
|
|
12583
12781
|
{
|
|
12584
12782
|
"name": "AffixIcon",
|
|
12585
12783
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -12665,6 +12863,12 @@
|
|
|
12665
12863
|
"name": ""
|
|
12666
12864
|
}
|
|
12667
12865
|
],
|
|
12866
|
+
"mixins": [
|
|
12867
|
+
{
|
|
12868
|
+
"name": "DelegatesAria",
|
|
12869
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
12870
|
+
}
|
|
12871
|
+
],
|
|
12668
12872
|
"superclass": {
|
|
12669
12873
|
"name": "VividElement",
|
|
12670
12874
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -12674,6 +12878,18 @@
|
|
|
12674
12878
|
"name": "nav"
|
|
12675
12879
|
},
|
|
12676
12880
|
"members": [
|
|
12881
|
+
{
|
|
12882
|
+
"kind": "field",
|
|
12883
|
+
"name": "_vividAriaBehaviour",
|
|
12884
|
+
"default": "'delegate'",
|
|
12885
|
+
"type": {
|
|
12886
|
+
"text": "'delegate'"
|
|
12887
|
+
},
|
|
12888
|
+
"inheritedFrom": {
|
|
12889
|
+
"name": "DelegatesAria",
|
|
12890
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
12891
|
+
}
|
|
12892
|
+
},
|
|
12677
12893
|
{
|
|
12678
12894
|
"kind": "field",
|
|
12679
12895
|
"name": "VIVID_VERSION",
|
|
@@ -12896,6 +13112,18 @@
|
|
|
12896
13112
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12897
13113
|
}
|
|
12898
13114
|
},
|
|
13115
|
+
{
|
|
13116
|
+
"kind": "field",
|
|
13117
|
+
"name": "_vividAriaBehaviour",
|
|
13118
|
+
"default": "'delegate'",
|
|
13119
|
+
"type": {
|
|
13120
|
+
"text": "'delegate'"
|
|
13121
|
+
},
|
|
13122
|
+
"inheritedFrom": {
|
|
13123
|
+
"name": "DelegatesAria",
|
|
13124
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
13125
|
+
}
|
|
13126
|
+
},
|
|
12899
13127
|
{
|
|
12900
13128
|
"kind": "field",
|
|
12901
13129
|
"name": "VIVID_VERSION",
|
|
@@ -13180,6 +13408,18 @@
|
|
|
13180
13408
|
"module": "libs/components/src/lib/text-anchor/text-anchor.ts"
|
|
13181
13409
|
}
|
|
13182
13410
|
},
|
|
13411
|
+
{
|
|
13412
|
+
"kind": "field",
|
|
13413
|
+
"name": "_vividAriaBehaviour",
|
|
13414
|
+
"default": "'delegate'",
|
|
13415
|
+
"type": {
|
|
13416
|
+
"text": "'delegate'"
|
|
13417
|
+
},
|
|
13418
|
+
"inheritedFrom": {
|
|
13419
|
+
"name": "DelegatesAria",
|
|
13420
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
13421
|
+
}
|
|
13422
|
+
},
|
|
13183
13423
|
{
|
|
13184
13424
|
"kind": "field",
|
|
13185
13425
|
"name": "VIVID_VERSION",
|
|
@@ -13918,6 +14158,18 @@
|
|
|
13918
14158
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13919
14159
|
}
|
|
13920
14160
|
},
|
|
14161
|
+
{
|
|
14162
|
+
"kind": "field",
|
|
14163
|
+
"name": "_vividAriaBehaviour",
|
|
14164
|
+
"default": "'delegate'",
|
|
14165
|
+
"type": {
|
|
14166
|
+
"text": "'delegate'"
|
|
14167
|
+
},
|
|
14168
|
+
"inheritedFrom": {
|
|
14169
|
+
"name": "DelegatesAria",
|
|
14170
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
14171
|
+
}
|
|
14172
|
+
},
|
|
13921
14173
|
{
|
|
13922
14174
|
"kind": "field",
|
|
13923
14175
|
"name": "proxy",
|
|
@@ -14429,6 +14681,18 @@
|
|
|
14429
14681
|
"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)",
|
|
14430
14682
|
"description": ""
|
|
14431
14683
|
},
|
|
14684
|
+
{
|
|
14685
|
+
"kind": "field",
|
|
14686
|
+
"name": "_vividAriaBehaviour",
|
|
14687
|
+
"default": "'host'",
|
|
14688
|
+
"type": {
|
|
14689
|
+
"text": "'host'"
|
|
14690
|
+
},
|
|
14691
|
+
"inheritedFrom": {
|
|
14692
|
+
"name": "HostSemantics",
|
|
14693
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
14694
|
+
}
|
|
14695
|
+
},
|
|
14432
14696
|
{
|
|
14433
14697
|
"kind": "field",
|
|
14434
14698
|
"name": "iconTrailing",
|
|
@@ -14552,6 +14816,10 @@
|
|
|
14552
14816
|
}
|
|
14553
14817
|
],
|
|
14554
14818
|
"mixins": [
|
|
14819
|
+
{
|
|
14820
|
+
"name": "HostSemantics",
|
|
14821
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
14822
|
+
},
|
|
14555
14823
|
{
|
|
14556
14824
|
"name": "AffixIconWithTrailing",
|
|
14557
14825
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -15375,6 +15643,18 @@
|
|
|
15375
15643
|
"description": "Indicates the progress' reverse status.",
|
|
15376
15644
|
"privacy": "public"
|
|
15377
15645
|
},
|
|
15646
|
+
{
|
|
15647
|
+
"kind": "field",
|
|
15648
|
+
"name": "_vividAriaBehaviour",
|
|
15649
|
+
"default": "'delegate'",
|
|
15650
|
+
"type": {
|
|
15651
|
+
"text": "'delegate'"
|
|
15652
|
+
},
|
|
15653
|
+
"inheritedFrom": {
|
|
15654
|
+
"name": "DelegatesAria",
|
|
15655
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
15656
|
+
}
|
|
15657
|
+
},
|
|
15378
15658
|
{
|
|
15379
15659
|
"kind": "field",
|
|
15380
15660
|
"name": "value",
|
|
@@ -15602,6 +15882,18 @@
|
|
|
15602
15882
|
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
15603
15883
|
}
|
|
15604
15884
|
},
|
|
15885
|
+
{
|
|
15886
|
+
"kind": "field",
|
|
15887
|
+
"name": "_vividAriaBehaviour",
|
|
15888
|
+
"default": "'delegate'",
|
|
15889
|
+
"type": {
|
|
15890
|
+
"text": "'delegate'"
|
|
15891
|
+
},
|
|
15892
|
+
"inheritedFrom": {
|
|
15893
|
+
"name": "DelegatesAria",
|
|
15894
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
15895
|
+
}
|
|
15896
|
+
},
|
|
15605
15897
|
{
|
|
15606
15898
|
"kind": "field",
|
|
15607
15899
|
"name": "value",
|
|
@@ -16290,6 +16582,18 @@
|
|
|
16290
16582
|
"name": "moveLeft",
|
|
16291
16583
|
"privacy": "private"
|
|
16292
16584
|
},
|
|
16585
|
+
{
|
|
16586
|
+
"kind": "field",
|
|
16587
|
+
"name": "_vividAriaBehaviour",
|
|
16588
|
+
"default": "'host'",
|
|
16589
|
+
"type": {
|
|
16590
|
+
"text": "'host'"
|
|
16591
|
+
},
|
|
16592
|
+
"inheritedFrom": {
|
|
16593
|
+
"name": "HostSemantics",
|
|
16594
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
16595
|
+
}
|
|
16596
|
+
},
|
|
16293
16597
|
{
|
|
16294
16598
|
"kind": "field",
|
|
16295
16599
|
"name": "VIVID_VERSION",
|
|
@@ -16364,6 +16668,12 @@
|
|
|
16364
16668
|
"fieldName": "orientation"
|
|
16365
16669
|
}
|
|
16366
16670
|
],
|
|
16671
|
+
"mixins": [
|
|
16672
|
+
{
|
|
16673
|
+
"name": "HostSemantics",
|
|
16674
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
16675
|
+
}
|
|
16676
|
+
],
|
|
16367
16677
|
"superclass": {
|
|
16368
16678
|
"name": "VividElement",
|
|
16369
16679
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -17141,6 +17451,12 @@
|
|
|
17141
17451
|
}
|
|
17142
17452
|
]
|
|
17143
17453
|
},
|
|
17454
|
+
{
|
|
17455
|
+
"kind": "javascript-module",
|
|
17456
|
+
"path": "libs/components/src/lib/rich-text-editor/locale.ts",
|
|
17457
|
+
"declarations": [],
|
|
17458
|
+
"exports": []
|
|
17459
|
+
},
|
|
17144
17460
|
{
|
|
17145
17461
|
"kind": "javascript-module",
|
|
17146
17462
|
"path": "libs/components/src/lib/rich-text-editor/rich-text-editor.ts",
|
|
@@ -17213,6 +17529,17 @@
|
|
|
17213
17529
|
"kind": "method",
|
|
17214
17530
|
"name": "selectionEndChanged"
|
|
17215
17531
|
},
|
|
17532
|
+
{
|
|
17533
|
+
"kind": "field",
|
|
17534
|
+
"name": "placeholder",
|
|
17535
|
+
"type": {
|
|
17536
|
+
"text": "string | undefined"
|
|
17537
|
+
}
|
|
17538
|
+
},
|
|
17539
|
+
{
|
|
17540
|
+
"kind": "method",
|
|
17541
|
+
"name": "placeholderChanged"
|
|
17542
|
+
},
|
|
17216
17543
|
{
|
|
17217
17544
|
"kind": "field",
|
|
17218
17545
|
"name": "#handleSelectionChange",
|
|
@@ -17252,6 +17579,26 @@
|
|
|
17252
17579
|
}
|
|
17253
17580
|
]
|
|
17254
17581
|
},
|
|
17582
|
+
{
|
|
17583
|
+
"kind": "method",
|
|
17584
|
+
"name": "setSelectionTextSize",
|
|
17585
|
+
"parameters": [
|
|
17586
|
+
{
|
|
17587
|
+
"name": "textSize",
|
|
17588
|
+
"type": {
|
|
17589
|
+
"text": "RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES"
|
|
17590
|
+
}
|
|
17591
|
+
}
|
|
17592
|
+
]
|
|
17593
|
+
},
|
|
17594
|
+
{
|
|
17595
|
+
"kind": "field",
|
|
17596
|
+
"name": "selectionStyles",
|
|
17597
|
+
"type": {
|
|
17598
|
+
"text": "SelectionStyles"
|
|
17599
|
+
},
|
|
17600
|
+
"readonly": true
|
|
17601
|
+
},
|
|
17255
17602
|
{
|
|
17256
17603
|
"kind": "method",
|
|
17257
17604
|
"name": "focus"
|
|
@@ -17287,6 +17634,13 @@
|
|
|
17287
17634
|
},
|
|
17288
17635
|
"default": "null",
|
|
17289
17636
|
"fieldName": "selectionEnd"
|
|
17637
|
+
},
|
|
17638
|
+
{
|
|
17639
|
+
"name": "placeholder",
|
|
17640
|
+
"type": {
|
|
17641
|
+
"text": "string | undefined"
|
|
17642
|
+
},
|
|
17643
|
+
"fieldName": "placeholder"
|
|
17290
17644
|
}
|
|
17291
17645
|
],
|
|
17292
17646
|
"superclass": {
|
|
@@ -17960,6 +18314,20 @@
|
|
|
17960
18314
|
"description": "Adds a clear button to the input field that clears the selected values.",
|
|
17961
18315
|
"privacy": "public"
|
|
17962
18316
|
},
|
|
18317
|
+
{
|
|
18318
|
+
"kind": "field",
|
|
18319
|
+
"name": "maxSelected",
|
|
18320
|
+
"type": {
|
|
18321
|
+
"text": "number | null"
|
|
18322
|
+
},
|
|
18323
|
+
"default": "null",
|
|
18324
|
+
"privacy": "public",
|
|
18325
|
+
"description": ""
|
|
18326
|
+
},
|
|
18327
|
+
{
|
|
18328
|
+
"kind": "method",
|
|
18329
|
+
"name": "#updateSelectionLimit"
|
|
18330
|
+
},
|
|
17963
18331
|
{
|
|
17964
18332
|
"kind": "method",
|
|
17965
18333
|
"name": "#determineInitialValues"
|
|
@@ -17978,6 +18346,18 @@
|
|
|
17978
18346
|
"privacy": "private",
|
|
17979
18347
|
"default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
|
|
17980
18348
|
},
|
|
18349
|
+
{
|
|
18350
|
+
"kind": "field",
|
|
18351
|
+
"name": "_vividAriaBehaviour",
|
|
18352
|
+
"default": "'delegate'",
|
|
18353
|
+
"type": {
|
|
18354
|
+
"text": "'delegate'"
|
|
18355
|
+
},
|
|
18356
|
+
"inheritedFrom": {
|
|
18357
|
+
"name": "DelegatesAria",
|
|
18358
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
18359
|
+
}
|
|
18360
|
+
},
|
|
17981
18361
|
{
|
|
17982
18362
|
"kind": "field",
|
|
17983
18363
|
"name": "iconTrailing",
|
|
@@ -18127,6 +18507,14 @@
|
|
|
18127
18507
|
"description": "Adds a clear button to the input field that clears the selected values.",
|
|
18128
18508
|
"fieldName": "clearable"
|
|
18129
18509
|
},
|
|
18510
|
+
{
|
|
18511
|
+
"name": "max-selected",
|
|
18512
|
+
"type": {
|
|
18513
|
+
"text": "number | null"
|
|
18514
|
+
},
|
|
18515
|
+
"default": "null",
|
|
18516
|
+
"fieldName": "maxSelected"
|
|
18517
|
+
},
|
|
18130
18518
|
{
|
|
18131
18519
|
"name": "icon-trailing",
|
|
18132
18520
|
"type": {
|
|
@@ -18154,6 +18542,10 @@
|
|
|
18154
18542
|
}
|
|
18155
18543
|
],
|
|
18156
18544
|
"mixins": [
|
|
18545
|
+
{
|
|
18546
|
+
"name": "DelegatesAria",
|
|
18547
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
18548
|
+
},
|
|
18157
18549
|
{
|
|
18158
18550
|
"name": "AffixIconWithTrailing",
|
|
18159
18551
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -18612,6 +19004,18 @@
|
|
|
18612
19004
|
"kind": "method",
|
|
18613
19005
|
"name": "formResetCallback"
|
|
18614
19006
|
},
|
|
19007
|
+
{
|
|
19008
|
+
"kind": "field",
|
|
19009
|
+
"name": "_vividAriaBehaviour",
|
|
19010
|
+
"default": "'host'",
|
|
19011
|
+
"type": {
|
|
19012
|
+
"text": "'host'"
|
|
19013
|
+
},
|
|
19014
|
+
"inheritedFrom": {
|
|
19015
|
+
"name": "HostSemantics",
|
|
19016
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
19017
|
+
}
|
|
19018
|
+
},
|
|
18615
19019
|
{
|
|
18616
19020
|
"kind": "field",
|
|
18617
19021
|
"name": "iconTrailing",
|
|
@@ -18867,6 +19271,10 @@
|
|
|
18867
19271
|
}
|
|
18868
19272
|
],
|
|
18869
19273
|
"mixins": [
|
|
19274
|
+
{
|
|
19275
|
+
"name": "HostSemantics",
|
|
19276
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
19277
|
+
},
|
|
18870
19278
|
{
|
|
18871
19279
|
"name": "AffixIconWithTrailing",
|
|
18872
19280
|
"module": "/libs/components/src/shared/patterns"
|
|
@@ -19053,6 +19461,18 @@
|
|
|
19053
19461
|
"description": "Removes the padding around the box's slot content",
|
|
19054
19462
|
"privacy": "public"
|
|
19055
19463
|
},
|
|
19464
|
+
{
|
|
19465
|
+
"kind": "field",
|
|
19466
|
+
"name": "_vividAriaBehaviour",
|
|
19467
|
+
"default": "'delegate'",
|
|
19468
|
+
"type": {
|
|
19469
|
+
"text": "'delegate'"
|
|
19470
|
+
},
|
|
19471
|
+
"inheritedFrom": {
|
|
19472
|
+
"name": "DelegatesAria",
|
|
19473
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
19474
|
+
}
|
|
19475
|
+
},
|
|
19056
19476
|
{
|
|
19057
19477
|
"kind": "field",
|
|
19058
19478
|
"name": "VIVID_VERSION",
|
|
@@ -19775,6 +20195,18 @@
|
|
|
19775
20195
|
"name": "#onMouseOut",
|
|
19776
20196
|
"privacy": "private"
|
|
19777
20197
|
},
|
|
20198
|
+
{
|
|
20199
|
+
"kind": "field",
|
|
20200
|
+
"name": "_vividAriaBehaviour",
|
|
20201
|
+
"default": "'delegate'",
|
|
20202
|
+
"type": {
|
|
20203
|
+
"text": "'delegate'"
|
|
20204
|
+
},
|
|
20205
|
+
"inheritedFrom": {
|
|
20206
|
+
"name": "DelegatesAria",
|
|
20207
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
20208
|
+
}
|
|
20209
|
+
},
|
|
19778
20210
|
{
|
|
19779
20211
|
"kind": "field",
|
|
19780
20212
|
"name": "proxy",
|
|
@@ -20306,6 +20738,18 @@
|
|
|
20306
20738
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
20307
20739
|
}
|
|
20308
20740
|
},
|
|
20741
|
+
{
|
|
20742
|
+
"kind": "field",
|
|
20743
|
+
"name": "_vividAriaBehaviour",
|
|
20744
|
+
"default": "'delegate'",
|
|
20745
|
+
"type": {
|
|
20746
|
+
"text": "'delegate'"
|
|
20747
|
+
},
|
|
20748
|
+
"inheritedFrom": {
|
|
20749
|
+
"name": "DelegatesAria",
|
|
20750
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
20751
|
+
}
|
|
20752
|
+
},
|
|
20309
20753
|
{
|
|
20310
20754
|
"kind": "field",
|
|
20311
20755
|
"name": "VIVID_VERSION",
|
|
@@ -20727,6 +21171,18 @@
|
|
|
20727
21171
|
"kind": "field",
|
|
20728
21172
|
"name": "checked"
|
|
20729
21173
|
},
|
|
21174
|
+
{
|
|
21175
|
+
"kind": "field",
|
|
21176
|
+
"name": "_vividAriaBehaviour",
|
|
21177
|
+
"default": "'delegate'",
|
|
21178
|
+
"type": {
|
|
21179
|
+
"text": "'delegate'"
|
|
21180
|
+
},
|
|
21181
|
+
"inheritedFrom": {
|
|
21182
|
+
"name": "DelegatesAria",
|
|
21183
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
21184
|
+
}
|
|
21185
|
+
},
|
|
20730
21186
|
{
|
|
20731
21187
|
"kind": "field",
|
|
20732
21188
|
"name": "proxy",
|
|
@@ -21030,6 +21486,18 @@
|
|
|
21030
21486
|
}
|
|
21031
21487
|
]
|
|
21032
21488
|
},
|
|
21489
|
+
{
|
|
21490
|
+
"kind": "field",
|
|
21491
|
+
"name": "_vividAriaBehaviour",
|
|
21492
|
+
"default": "'host'",
|
|
21493
|
+
"type": {
|
|
21494
|
+
"text": "'host'"
|
|
21495
|
+
},
|
|
21496
|
+
"inheritedFrom": {
|
|
21497
|
+
"name": "HostSemantics",
|
|
21498
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
21499
|
+
}
|
|
21500
|
+
},
|
|
21033
21501
|
{
|
|
21034
21502
|
"kind": "field",
|
|
21035
21503
|
"name": "iconTrailing",
|
|
@@ -21154,6 +21622,10 @@
|
|
|
21154
21622
|
}
|
|
21155
21623
|
],
|
|
21156
21624
|
"mixins": [
|
|
21625
|
+
{
|
|
21626
|
+
"name": "HostSemantics",
|
|
21627
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21628
|
+
},
|
|
21157
21629
|
{
|
|
21158
21630
|
"name": "AffixIconWithTrailing",
|
|
21159
21631
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -21233,6 +21705,12 @@
|
|
|
21233
21705
|
"name": ""
|
|
21234
21706
|
}
|
|
21235
21707
|
],
|
|
21708
|
+
"mixins": [
|
|
21709
|
+
{
|
|
21710
|
+
"name": "HostSemantics",
|
|
21711
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
21712
|
+
}
|
|
21713
|
+
],
|
|
21236
21714
|
"superclass": {
|
|
21237
21715
|
"name": "VividElement",
|
|
21238
21716
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -21242,6 +21720,18 @@
|
|
|
21242
21720
|
"name": "tab-panel"
|
|
21243
21721
|
},
|
|
21244
21722
|
"members": [
|
|
21723
|
+
{
|
|
21724
|
+
"kind": "field",
|
|
21725
|
+
"name": "_vividAriaBehaviour",
|
|
21726
|
+
"default": "'host'",
|
|
21727
|
+
"type": {
|
|
21728
|
+
"text": "'host'"
|
|
21729
|
+
},
|
|
21730
|
+
"inheritedFrom": {
|
|
21731
|
+
"name": "HostSemantics",
|
|
21732
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
21733
|
+
}
|
|
21734
|
+
},
|
|
21245
21735
|
{
|
|
21246
21736
|
"kind": "field",
|
|
21247
21737
|
"name": "VIVID_VERSION",
|
|
@@ -21325,14 +21815,6 @@
|
|
|
21325
21815
|
},
|
|
21326
21816
|
"default": "'--_tabs-active-tab-inline-size'"
|
|
21327
21817
|
},
|
|
21328
|
-
{
|
|
21329
|
-
"kind": "variable",
|
|
21330
|
-
"name": "TABLIST_COLUMN",
|
|
21331
|
-
"type": {
|
|
21332
|
-
"text": "string"
|
|
21333
|
-
},
|
|
21334
|
-
"default": "'--_tabs-tablist-column'"
|
|
21335
|
-
},
|
|
21336
21818
|
{
|
|
21337
21819
|
"kind": "variable",
|
|
21338
21820
|
"name": "TabsGutters",
|
|
@@ -21381,26 +21863,25 @@
|
|
|
21381
21863
|
},
|
|
21382
21864
|
{
|
|
21383
21865
|
"kind": "field",
|
|
21384
|
-
"name": "
|
|
21385
|
-
"
|
|
21386
|
-
|
|
21387
|
-
|
|
21388
|
-
"description": "The id of the active tab",
|
|
21389
|
-
"privacy": "public"
|
|
21866
|
+
"name": "_pairedTabs",
|
|
21867
|
+
"privacy": "private",
|
|
21868
|
+
"description": "Tabs that are paired with a tabpanel. Ignore any excess tabs or panels.",
|
|
21869
|
+
"readonly": true
|
|
21390
21870
|
},
|
|
21391
21871
|
{
|
|
21392
21872
|
"kind": "field",
|
|
21393
|
-
"name": "
|
|
21394
|
-
"privacy": "private"
|
|
21873
|
+
"name": "_validTabs",
|
|
21874
|
+
"privacy": "private",
|
|
21875
|
+
"description": "Tabs that are eligible to become active.",
|
|
21876
|
+
"readonly": true
|
|
21395
21877
|
},
|
|
21396
21878
|
{
|
|
21397
21879
|
"kind": "field",
|
|
21398
|
-
"name": "
|
|
21880
|
+
"name": "activeid",
|
|
21399
21881
|
"type": {
|
|
21400
|
-
"text": "
|
|
21882
|
+
"text": "string"
|
|
21401
21883
|
},
|
|
21402
|
-
"
|
|
21403
|
-
"description": "Whether or not to show the active indicator",
|
|
21884
|
+
"description": "The id of the active tab",
|
|
21404
21885
|
"privacy": "public"
|
|
21405
21886
|
},
|
|
21406
21887
|
{
|
|
@@ -21410,127 +21891,62 @@
|
|
|
21410
21891
|
"text": "HTMLElement"
|
|
21411
21892
|
},
|
|
21412
21893
|
"description": "A reference to the active tab",
|
|
21413
|
-
"privacy": "public"
|
|
21414
|
-
|
|
21415
|
-
{
|
|
21416
|
-
"kind": "field",
|
|
21417
|
-
"name": "prevActiveTabIndex",
|
|
21418
|
-
"type": {
|
|
21419
|
-
"text": "number"
|
|
21420
|
-
},
|
|
21421
|
-
"privacy": "private",
|
|
21422
|
-
"default": "0"
|
|
21894
|
+
"privacy": "public",
|
|
21895
|
+
"readonly": true
|
|
21423
21896
|
},
|
|
21424
21897
|
{
|
|
21425
|
-
"kind": "
|
|
21426
|
-
"name": "
|
|
21427
|
-
"
|
|
21428
|
-
|
|
21429
|
-
|
|
21430
|
-
|
|
21431
|
-
|
|
21898
|
+
"kind": "method",
|
|
21899
|
+
"name": "#setActiveTabDueToUserInteraction",
|
|
21900
|
+
"parameters": [
|
|
21901
|
+
{
|
|
21902
|
+
"name": "tab",
|
|
21903
|
+
"type": {
|
|
21904
|
+
"text": "HTMLElement"
|
|
21905
|
+
}
|
|
21906
|
+
}
|
|
21907
|
+
]
|
|
21432
21908
|
},
|
|
21433
21909
|
{
|
|
21434
21910
|
"kind": "field",
|
|
21435
|
-
"name": "
|
|
21436
|
-
"type": {
|
|
21437
|
-
"text": "Array<string>"
|
|
21438
|
-
},
|
|
21911
|
+
"name": "#isTabsChangeQueued",
|
|
21439
21912
|
"privacy": "private",
|
|
21440
|
-
"default": "[]"
|
|
21441
|
-
},
|
|
21442
|
-
{
|
|
21443
|
-
"kind": "field",
|
|
21444
|
-
"name": "tabpanelIds",
|
|
21445
21913
|
"type": {
|
|
21446
|
-
"text": "
|
|
21914
|
+
"text": "boolean"
|
|
21447
21915
|
},
|
|
21448
|
-
"
|
|
21449
|
-
"default": "[]"
|
|
21450
|
-
},
|
|
21451
|
-
{
|
|
21452
|
-
"kind": "field",
|
|
21453
|
-
"name": "change",
|
|
21454
|
-
"privacy": "private"
|
|
21455
|
-
},
|
|
21456
|
-
{
|
|
21457
|
-
"kind": "field",
|
|
21458
|
-
"name": "isDisabledElement",
|
|
21459
|
-
"privacy": "private"
|
|
21460
|
-
},
|
|
21461
|
-
{
|
|
21462
|
-
"kind": "field",
|
|
21463
|
-
"name": "isHiddenElement",
|
|
21464
|
-
"privacy": "private"
|
|
21465
|
-
},
|
|
21466
|
-
{
|
|
21467
|
-
"kind": "field",
|
|
21468
|
-
"name": "isFocusableElement",
|
|
21469
|
-
"privacy": "private"
|
|
21916
|
+
"default": "false"
|
|
21470
21917
|
},
|
|
21471
21918
|
{
|
|
21472
21919
|
"kind": "method",
|
|
21473
|
-
"name": "
|
|
21920
|
+
"name": "_registerTabsChange",
|
|
21474
21921
|
"privacy": "private",
|
|
21475
|
-
"
|
|
21476
|
-
"type": {
|
|
21477
|
-
"text": "number"
|
|
21478
|
-
}
|
|
21479
|
-
}
|
|
21480
|
-
},
|
|
21481
|
-
{
|
|
21482
|
-
"kind": "field",
|
|
21483
|
-
"name": "setTabs",
|
|
21484
|
-
"privacy": "private"
|
|
21922
|
+
"description": "Defer actual processing of changes into a microtask to wait for all DOM changes to complete. E.g. when tabs and\nactive id are updated at the same time."
|
|
21485
21923
|
},
|
|
21486
21924
|
{
|
|
21487
21925
|
"kind": "field",
|
|
21488
|
-
"name": "
|
|
21489
|
-
"privacy": "private"
|
|
21490
|
-
},
|
|
21491
|
-
{
|
|
21492
|
-
"kind": "method",
|
|
21493
|
-
"name": "getTabIds",
|
|
21926
|
+
"name": "#lastActiveId",
|
|
21494
21927
|
"privacy": "private",
|
|
21495
|
-
"
|
|
21496
|
-
"
|
|
21497
|
-
|
|
21498
|
-
|
|
21499
|
-
}
|
|
21928
|
+
"type": {
|
|
21929
|
+
"text": "string | undefined"
|
|
21930
|
+
},
|
|
21931
|
+
"default": "undefined"
|
|
21500
21932
|
},
|
|
21501
21933
|
{
|
|
21502
21934
|
"kind": "method",
|
|
21503
|
-
"name": "
|
|
21504
|
-
"privacy": "private",
|
|
21505
|
-
"return": {
|
|
21506
|
-
"type": {
|
|
21507
|
-
"text": "Array<string>"
|
|
21508
|
-
}
|
|
21509
|
-
}
|
|
21935
|
+
"name": "#handleTabsChange"
|
|
21510
21936
|
},
|
|
21511
21937
|
{
|
|
21512
21938
|
"kind": "method",
|
|
21513
|
-
"name": "
|
|
21514
|
-
"
|
|
21515
|
-
"return": {
|
|
21516
|
-
"type": {
|
|
21517
|
-
"text": "void"
|
|
21518
|
-
}
|
|
21519
|
-
}
|
|
21520
|
-
},
|
|
21521
|
-
{
|
|
21522
|
-
"kind": "field",
|
|
21523
|
-
"name": "handleTabClick",
|
|
21524
|
-
"privacy": "private"
|
|
21939
|
+
"name": "#updateSlottedChildren",
|
|
21940
|
+
"description": "Updates the tabs and their panels according to the current state of the component."
|
|
21525
21941
|
},
|
|
21526
21942
|
{
|
|
21527
21943
|
"kind": "field",
|
|
21528
|
-
"name": "#
|
|
21944
|
+
"name": "#onTabClick",
|
|
21529
21945
|
"privacy": "private"
|
|
21530
21946
|
},
|
|
21531
21947
|
{
|
|
21532
21948
|
"kind": "field",
|
|
21533
|
-
"name": "#
|
|
21949
|
+
"name": "#onTabKeyDown",
|
|
21534
21950
|
"privacy": "private"
|
|
21535
21951
|
},
|
|
21536
21952
|
{
|
|
@@ -21549,46 +21965,34 @@
|
|
|
21549
21965
|
}
|
|
21550
21966
|
}
|
|
21551
21967
|
],
|
|
21552
|
-
"description": "
|
|
21968
|
+
"description": "Adjusts the active index by numerical increments.\nOnly enabled tabs are considered.",
|
|
21553
21969
|
"privacy": "public"
|
|
21554
21970
|
},
|
|
21555
21971
|
{
|
|
21556
21972
|
"kind": "field",
|
|
21557
|
-
"name": "
|
|
21558
|
-
"privacy": "private"
|
|
21973
|
+
"name": "#isTransitioningTransform",
|
|
21974
|
+
"privacy": "private",
|
|
21975
|
+
"type": {
|
|
21976
|
+
"text": "boolean"
|
|
21977
|
+
},
|
|
21978
|
+
"default": "false"
|
|
21559
21979
|
},
|
|
21560
21980
|
{
|
|
21561
|
-
"kind": "
|
|
21562
|
-
"name": "
|
|
21563
|
-
"privacy": "private"
|
|
21981
|
+
"kind": "method",
|
|
21982
|
+
"name": "#cancelAnimationIfNeeded"
|
|
21564
21983
|
},
|
|
21565
21984
|
{
|
|
21566
21985
|
"kind": "method",
|
|
21567
|
-
"name": "#
|
|
21986
|
+
"name": "#moveActiveIndicator",
|
|
21568
21987
|
"parameters": [
|
|
21569
21988
|
{
|
|
21570
|
-
"name": "
|
|
21989
|
+
"name": "shouldAnimate",
|
|
21571
21990
|
"type": {
|
|
21572
|
-
"text": "
|
|
21991
|
+
"text": "boolean"
|
|
21573
21992
|
}
|
|
21574
21993
|
}
|
|
21575
21994
|
]
|
|
21576
21995
|
},
|
|
21577
|
-
{
|
|
21578
|
-
"kind": "field",
|
|
21579
|
-
"name": "#moveToTabByIndex",
|
|
21580
|
-
"privacy": "private"
|
|
21581
|
-
},
|
|
21582
|
-
{
|
|
21583
|
-
"kind": "method",
|
|
21584
|
-
"name": "focusTab",
|
|
21585
|
-
"privacy": "private",
|
|
21586
|
-
"return": {
|
|
21587
|
-
"type": {
|
|
21588
|
-
"text": "void"
|
|
21589
|
-
}
|
|
21590
|
-
}
|
|
21591
|
-
},
|
|
21592
21996
|
{
|
|
21593
21997
|
"kind": "field",
|
|
21594
21998
|
"name": "tablist",
|
|
@@ -21637,16 +22041,6 @@
|
|
|
21637
22041
|
"kind": "method",
|
|
21638
22042
|
"name": "#updateScrollStatus"
|
|
21639
22043
|
},
|
|
21640
|
-
{
|
|
21641
|
-
"kind": "field",
|
|
21642
|
-
"name": "#shouldMoveIndicator",
|
|
21643
|
-
"privacy": "private",
|
|
21644
|
-
"readonly": true
|
|
21645
|
-
},
|
|
21646
|
-
{
|
|
21647
|
-
"kind": "method",
|
|
21648
|
-
"name": "#patchIndicatorStyleTransition"
|
|
21649
|
-
},
|
|
21650
22044
|
{
|
|
21651
22045
|
"kind": "field",
|
|
21652
22046
|
"name": "#resizeObserver",
|
|
@@ -21656,61 +22050,53 @@
|
|
|
21656
22050
|
}
|
|
21657
22051
|
},
|
|
21658
22052
|
{
|
|
21659
|
-
"kind": "
|
|
21660
|
-
"name": "#
|
|
22053
|
+
"kind": "field",
|
|
22054
|
+
"name": "#tabListWrapper",
|
|
22055
|
+
"privacy": "private",
|
|
22056
|
+
"type": {
|
|
22057
|
+
"text": "HTMLElement"
|
|
22058
|
+
},
|
|
22059
|
+
"readonly": true
|
|
21661
22060
|
},
|
|
21662
22061
|
{
|
|
21663
22062
|
"kind": "field",
|
|
21664
|
-
"name": "#
|
|
22063
|
+
"name": "#tabListScrollWrapper",
|
|
21665
22064
|
"privacy": "private",
|
|
22065
|
+
"type": {
|
|
22066
|
+
"text": "HTMLElement"
|
|
22067
|
+
},
|
|
21666
22068
|
"readonly": true
|
|
21667
22069
|
},
|
|
21668
22070
|
{
|
|
21669
22071
|
"kind": "method",
|
|
21670
|
-
"name": "#
|
|
22072
|
+
"name": "#scrollToTab",
|
|
21671
22073
|
"parameters": [
|
|
21672
22074
|
{
|
|
21673
|
-
"name": "
|
|
22075
|
+
"name": "tab",
|
|
21674
22076
|
"type": {
|
|
21675
|
-
"text": "
|
|
22077
|
+
"text": "HTMLElement"
|
|
21676
22078
|
}
|
|
21677
|
-
}
|
|
21678
|
-
]
|
|
21679
|
-
},
|
|
21680
|
-
{
|
|
21681
|
-
"kind": "method",
|
|
21682
|
-
"name": "#getGridProperty"
|
|
21683
|
-
},
|
|
21684
|
-
{
|
|
21685
|
-
"kind": "method",
|
|
21686
|
-
"name": "#getTranslateProperty"
|
|
21687
|
-
},
|
|
21688
|
-
{
|
|
21689
|
-
"kind": "method",
|
|
21690
|
-
"name": "#handleActiveIndicatorPosition",
|
|
21691
|
-
"parameters": [
|
|
22079
|
+
},
|
|
21692
22080
|
{
|
|
21693
|
-
"name": "
|
|
22081
|
+
"name": "shouldAnimate",
|
|
21694
22082
|
"default": "true"
|
|
21695
22083
|
}
|
|
21696
22084
|
]
|
|
21697
22085
|
},
|
|
21698
|
-
{
|
|
21699
|
-
"kind": "method",
|
|
21700
|
-
"name": "#animateActiveIndicator",
|
|
21701
|
-
"parameters": [
|
|
21702
|
-
{
|
|
21703
|
-
"name": "animate",
|
|
21704
|
-
"type": {
|
|
21705
|
-
"text": "boolean"
|
|
21706
|
-
}
|
|
21707
|
-
}
|
|
21708
|
-
]
|
|
21709
|
-
},
|
|
21710
22086
|
{
|
|
21711
22087
|
"kind": "field",
|
|
21712
|
-
"name": "
|
|
21713
|
-
"
|
|
22088
|
+
"name": "activeindicator",
|
|
22089
|
+
"type": {
|
|
22090
|
+
"text": "boolean"
|
|
22091
|
+
},
|
|
22092
|
+
"default": "true",
|
|
22093
|
+
"description": "Deprecated attribute. It has no effect.",
|
|
22094
|
+
"privacy": "public"
|
|
22095
|
+
},
|
|
22096
|
+
{
|
|
22097
|
+
"kind": "field",
|
|
22098
|
+
"name": "VIVID_VERSION",
|
|
22099
|
+
"static": true,
|
|
21714
22100
|
"default": "__PACKAGE_VERSION__",
|
|
21715
22101
|
"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`.",
|
|
21716
22102
|
"type": {
|
|
@@ -21748,14 +22134,6 @@
|
|
|
21748
22134
|
"description": "The id of the active tab",
|
|
21749
22135
|
"fieldName": "activeid"
|
|
21750
22136
|
},
|
|
21751
|
-
{
|
|
21752
|
-
"type": {
|
|
21753
|
-
"text": "boolean"
|
|
21754
|
-
},
|
|
21755
|
-
"default": "true",
|
|
21756
|
-
"description": "Whether or not to show the active indicator",
|
|
21757
|
-
"fieldName": "activeindicator"
|
|
21758
|
-
},
|
|
21759
22137
|
{
|
|
21760
22138
|
"name": "connotation",
|
|
21761
22139
|
"type": {
|
|
@@ -21788,6 +22166,14 @@
|
|
|
21788
22166
|
},
|
|
21789
22167
|
"description": "Controls the layout of the tabs.",
|
|
21790
22168
|
"fieldName": "tabsLayout"
|
|
22169
|
+
},
|
|
22170
|
+
{
|
|
22171
|
+
"type": {
|
|
22172
|
+
"text": "boolean"
|
|
22173
|
+
},
|
|
22174
|
+
"default": "true",
|
|
22175
|
+
"description": "Deprecated attribute. It has no effect.",
|
|
22176
|
+
"fieldName": "activeindicator"
|
|
21791
22177
|
}
|
|
21792
22178
|
],
|
|
21793
22179
|
"superclass": {
|
|
@@ -21809,14 +22195,6 @@
|
|
|
21809
22195
|
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
21810
22196
|
}
|
|
21811
22197
|
},
|
|
21812
|
-
{
|
|
21813
|
-
"kind": "js",
|
|
21814
|
-
"name": "TABLIST_COLUMN",
|
|
21815
|
-
"declaration": {
|
|
21816
|
-
"name": "TABLIST_COLUMN",
|
|
21817
|
-
"module": "libs/components/src/lib/tabs/tabs.ts"
|
|
21818
|
-
}
|
|
21819
|
-
},
|
|
21820
22198
|
{
|
|
21821
22199
|
"kind": "js",
|
|
21822
22200
|
"name": "TabsGutters",
|
|
@@ -22086,6 +22464,18 @@
|
|
|
22086
22464
|
}
|
|
22087
22465
|
}
|
|
22088
22466
|
},
|
|
22467
|
+
{
|
|
22468
|
+
"kind": "field",
|
|
22469
|
+
"name": "_vividAriaBehaviour",
|
|
22470
|
+
"default": "'delegate'",
|
|
22471
|
+
"type": {
|
|
22472
|
+
"text": "'delegate'"
|
|
22473
|
+
},
|
|
22474
|
+
"inheritedFrom": {
|
|
22475
|
+
"name": "DelegatesAria",
|
|
22476
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22477
|
+
}
|
|
22478
|
+
},
|
|
22089
22479
|
{
|
|
22090
22480
|
"kind": "field",
|
|
22091
22481
|
"name": "icon",
|
|
@@ -22209,6 +22599,10 @@
|
|
|
22209
22599
|
}
|
|
22210
22600
|
],
|
|
22211
22601
|
"mixins": [
|
|
22602
|
+
{
|
|
22603
|
+
"name": "DelegatesAria",
|
|
22604
|
+
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
22605
|
+
},
|
|
22212
22606
|
{
|
|
22213
22607
|
"name": "AffixIcon",
|
|
22214
22608
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -22299,6 +22693,18 @@
|
|
|
22299
22693
|
"name": "tag-group"
|
|
22300
22694
|
},
|
|
22301
22695
|
"members": [
|
|
22696
|
+
{
|
|
22697
|
+
"kind": "field",
|
|
22698
|
+
"name": "_vividAriaBehaviour",
|
|
22699
|
+
"default": "'delegate'",
|
|
22700
|
+
"type": {
|
|
22701
|
+
"text": "'delegate'"
|
|
22702
|
+
},
|
|
22703
|
+
"inheritedFrom": {
|
|
22704
|
+
"name": "DelegatesAria",
|
|
22705
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22706
|
+
}
|
|
22707
|
+
},
|
|
22302
22708
|
{
|
|
22303
22709
|
"kind": "field",
|
|
22304
22710
|
"name": "VIVID_VERSION",
|
|
@@ -22425,6 +22831,18 @@
|
|
|
22425
22831
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22426
22832
|
}
|
|
22427
22833
|
},
|
|
22834
|
+
{
|
|
22835
|
+
"kind": "field",
|
|
22836
|
+
"name": "_vividAriaBehaviour",
|
|
22837
|
+
"default": "'delegate'",
|
|
22838
|
+
"type": {
|
|
22839
|
+
"text": "'delegate'"
|
|
22840
|
+
},
|
|
22841
|
+
"inheritedFrom": {
|
|
22842
|
+
"name": "DelegatesAria",
|
|
22843
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
22844
|
+
}
|
|
22845
|
+
},
|
|
22428
22846
|
{
|
|
22429
22847
|
"kind": "field",
|
|
22430
22848
|
"name": "VIVID_VERSION",
|
|
@@ -22867,6 +23285,18 @@
|
|
|
22867
23285
|
"text": "Reflector<this, HTMLTextAreaElement> | undefined"
|
|
22868
23286
|
}
|
|
22869
23287
|
},
|
|
23288
|
+
{
|
|
23289
|
+
"kind": "field",
|
|
23290
|
+
"name": "_vividAriaBehaviour",
|
|
23291
|
+
"default": "'delegate'",
|
|
23292
|
+
"type": {
|
|
23293
|
+
"text": "'delegate'"
|
|
23294
|
+
},
|
|
23295
|
+
"inheritedFrom": {
|
|
23296
|
+
"name": "DelegatesAria",
|
|
23297
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
23298
|
+
}
|
|
23299
|
+
},
|
|
22870
23300
|
{
|
|
22871
23301
|
"kind": "field",
|
|
22872
23302
|
"name": "proxy",
|
|
@@ -23362,31 +23792,12 @@
|
|
|
23362
23792
|
},
|
|
23363
23793
|
{
|
|
23364
23794
|
"kind": "method",
|
|
23365
|
-
"name": "
|
|
23366
|
-
"parameters": [
|
|
23367
|
-
{
|
|
23368
|
-
"name": "labelEl",
|
|
23369
|
-
"type": {
|
|
23370
|
-
"text": "HTMLLabelElement"
|
|
23371
|
-
}
|
|
23372
|
-
}
|
|
23373
|
-
]
|
|
23374
|
-
},
|
|
23375
|
-
{
|
|
23376
|
-
"kind": "field",
|
|
23377
|
-
"name": "#reflectToInput",
|
|
23378
|
-
"privacy": "private",
|
|
23379
|
-
"type": {
|
|
23380
|
-
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
23381
|
-
}
|
|
23795
|
+
"name": "focus"
|
|
23382
23796
|
},
|
|
23383
23797
|
{
|
|
23384
23798
|
"kind": "field",
|
|
23385
|
-
"name": "#
|
|
23386
|
-
"privacy": "private"
|
|
23387
|
-
"type": {
|
|
23388
|
-
"text": "HTMLElement | undefined"
|
|
23389
|
-
}
|
|
23799
|
+
"name": "#randomId",
|
|
23800
|
+
"privacy": "private"
|
|
23390
23801
|
},
|
|
23391
23802
|
{
|
|
23392
23803
|
"kind": "field",
|
|
@@ -23396,10 +23807,6 @@
|
|
|
23396
23807
|
"text": "MutationObserver | undefined"
|
|
23397
23808
|
}
|
|
23398
23809
|
},
|
|
23399
|
-
{
|
|
23400
|
-
"kind": "method",
|
|
23401
|
-
"name": "focus"
|
|
23402
|
-
},
|
|
23403
23810
|
{
|
|
23404
23811
|
"kind": "method",
|
|
23405
23812
|
"name": "#updateHelperTextMutationObserver"
|
|
@@ -23421,6 +23828,18 @@
|
|
|
23421
23828
|
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
23422
23829
|
}
|
|
23423
23830
|
},
|
|
23831
|
+
{
|
|
23832
|
+
"kind": "field",
|
|
23833
|
+
"name": "_vividAriaBehaviour",
|
|
23834
|
+
"default": "'delegate'",
|
|
23835
|
+
"type": {
|
|
23836
|
+
"text": "'delegate'"
|
|
23837
|
+
},
|
|
23838
|
+
"inheritedFrom": {
|
|
23839
|
+
"name": "DelegatesAria",
|
|
23840
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
23841
|
+
}
|
|
23842
|
+
},
|
|
23424
23843
|
{
|
|
23425
23844
|
"kind": "field",
|
|
23426
23845
|
"name": "proxy",
|
|
@@ -24877,6 +25296,18 @@
|
|
|
24877
25296
|
"privacy": "public",
|
|
24878
25297
|
"readonly": true
|
|
24879
25298
|
},
|
|
25299
|
+
{
|
|
25300
|
+
"kind": "field",
|
|
25301
|
+
"name": "_vividAriaBehaviour",
|
|
25302
|
+
"default": "'host'",
|
|
25303
|
+
"type": {
|
|
25304
|
+
"text": "'host'"
|
|
25305
|
+
},
|
|
25306
|
+
"inheritedFrom": {
|
|
25307
|
+
"name": "HostSemantics",
|
|
25308
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
25309
|
+
}
|
|
25310
|
+
},
|
|
24880
25311
|
{
|
|
24881
25312
|
"kind": "field",
|
|
24882
25313
|
"name": "icon",
|
|
@@ -24968,6 +25399,10 @@
|
|
|
24968
25399
|
}
|
|
24969
25400
|
],
|
|
24970
25401
|
"mixins": [
|
|
25402
|
+
{
|
|
25403
|
+
"name": "HostSemantics",
|
|
25404
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25405
|
+
},
|
|
24971
25406
|
{
|
|
24972
25407
|
"name": "AffixIcon",
|
|
24973
25408
|
"module": "/libs/components/src/shared/patterns/affix"
|
|
@@ -25184,6 +25619,18 @@
|
|
|
25184
25619
|
}
|
|
25185
25620
|
}
|
|
25186
25621
|
},
|
|
25622
|
+
{
|
|
25623
|
+
"kind": "field",
|
|
25624
|
+
"name": "_vividAriaBehaviour",
|
|
25625
|
+
"default": "'host'",
|
|
25626
|
+
"type": {
|
|
25627
|
+
"text": "'host'"
|
|
25628
|
+
},
|
|
25629
|
+
"inheritedFrom": {
|
|
25630
|
+
"name": "HostSemantics",
|
|
25631
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
25632
|
+
}
|
|
25633
|
+
},
|
|
25187
25634
|
{
|
|
25188
25635
|
"kind": "field",
|
|
25189
25636
|
"name": "VIVID_VERSION",
|
|
@@ -25209,6 +25656,12 @@
|
|
|
25209
25656
|
"fieldName": "renderCollapsedNodes"
|
|
25210
25657
|
}
|
|
25211
25658
|
],
|
|
25659
|
+
"mixins": [
|
|
25660
|
+
{
|
|
25661
|
+
"name": "HostSemantics",
|
|
25662
|
+
"module": "/libs/components/src/shared/aria/host-semantics"
|
|
25663
|
+
}
|
|
25664
|
+
],
|
|
25212
25665
|
"superclass": {
|
|
25213
25666
|
"name": "VividElement",
|
|
25214
25667
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element.js"
|
|
@@ -25677,102 +26130,6 @@
|
|
|
25677
26130
|
}
|
|
25678
26131
|
]
|
|
25679
26132
|
},
|
|
25680
|
-
{
|
|
25681
|
-
"kind": "javascript-module",
|
|
25682
|
-
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
25683
|
-
"declarations": [
|
|
25684
|
-
{
|
|
25685
|
-
"kind": "variable",
|
|
25686
|
-
"name": "menuBarDefinition"
|
|
25687
|
-
},
|
|
25688
|
-
{
|
|
25689
|
-
"kind": "variable",
|
|
25690
|
-
"name": "registerMenuBar",
|
|
25691
|
-
"description": "Registers the menubar element with the design system.",
|
|
25692
|
-
"parameters": [
|
|
25693
|
-
{
|
|
25694
|
-
"description": "the prefix to use for the component name",
|
|
25695
|
-
"name": "prefix"
|
|
25696
|
-
}
|
|
25697
|
-
]
|
|
25698
|
-
}
|
|
25699
|
-
],
|
|
25700
|
-
"exports": [
|
|
25701
|
-
{
|
|
25702
|
-
"kind": "js",
|
|
25703
|
-
"name": "menuBarDefinition",
|
|
25704
|
-
"declaration": {
|
|
25705
|
-
"name": "menuBarDefinition",
|
|
25706
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
25707
|
-
}
|
|
25708
|
-
},
|
|
25709
|
-
{
|
|
25710
|
-
"kind": "js",
|
|
25711
|
-
"name": "registerMenuBar",
|
|
25712
|
-
"declaration": {
|
|
25713
|
-
"name": "registerMenuBar",
|
|
25714
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
25715
|
-
}
|
|
25716
|
-
}
|
|
25717
|
-
]
|
|
25718
|
-
},
|
|
25719
|
-
{
|
|
25720
|
-
"kind": "javascript-module",
|
|
25721
|
-
"path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
|
|
25722
|
-
"declarations": [
|
|
25723
|
-
{
|
|
25724
|
-
"kind": "class",
|
|
25725
|
-
"description": "",
|
|
25726
|
-
"name": "MenuBar",
|
|
25727
|
-
"members": [
|
|
25728
|
-
{
|
|
25729
|
-
"kind": "field",
|
|
25730
|
-
"name": "menuItems",
|
|
25731
|
-
"type": {
|
|
25732
|
-
"text": "string | undefined"
|
|
25733
|
-
}
|
|
25734
|
-
},
|
|
25735
|
-
{
|
|
25736
|
-
"kind": "field",
|
|
25737
|
-
"name": "VIVID_VERSION",
|
|
25738
|
-
"static": true,
|
|
25739
|
-
"default": "__PACKAGE_VERSION__",
|
|
25740
|
-
"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`.",
|
|
25741
|
-
"type": {
|
|
25742
|
-
"text": "string"
|
|
25743
|
-
},
|
|
25744
|
-
"inheritedFrom": {
|
|
25745
|
-
"name": "VividElement",
|
|
25746
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
25747
|
-
}
|
|
25748
|
-
}
|
|
25749
|
-
],
|
|
25750
|
-
"attributes": [
|
|
25751
|
-
{
|
|
25752
|
-
"name": "menu-items",
|
|
25753
|
-
"type": {
|
|
25754
|
-
"text": "string | undefined"
|
|
25755
|
-
},
|
|
25756
|
-
"fieldName": "menuItems"
|
|
25757
|
-
}
|
|
25758
|
-
],
|
|
25759
|
-
"superclass": {
|
|
25760
|
-
"name": "VividElement",
|
|
25761
|
-
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
25762
|
-
}
|
|
25763
|
-
}
|
|
25764
|
-
],
|
|
25765
|
-
"exports": [
|
|
25766
|
-
{
|
|
25767
|
-
"kind": "js",
|
|
25768
|
-
"name": "MenuBar",
|
|
25769
|
-
"declaration": {
|
|
25770
|
-
"name": "MenuBar",
|
|
25771
|
-
"module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
|
|
25772
|
-
}
|
|
25773
|
-
}
|
|
25774
|
-
]
|
|
25775
|
-
},
|
|
25776
26133
|
{
|
|
25777
26134
|
"kind": "javascript-module",
|
|
25778
26135
|
"path": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts",
|
|
@@ -25798,6 +26155,21 @@
|
|
|
25798
26155
|
"kind": "javascript-module",
|
|
25799
26156
|
"path": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts",
|
|
25800
26157
|
"declarations": [
|
|
26158
|
+
{
|
|
26159
|
+
"kind": "variable",
|
|
26160
|
+
"name": "placeholderPluginKey",
|
|
26161
|
+
"default": "new PluginKey('placeholderPlugin')"
|
|
26162
|
+
},
|
|
26163
|
+
{
|
|
26164
|
+
"kind": "function",
|
|
26165
|
+
"name": "createPlaceholderPlugin",
|
|
26166
|
+
"parameters": [
|
|
26167
|
+
{
|
|
26168
|
+
"name": "placeholder",
|
|
26169
|
+
"default": "DEFAULT_TEXT_EDITOR_PLACEHOLDER"
|
|
26170
|
+
}
|
|
26171
|
+
]
|
|
26172
|
+
},
|
|
25801
26173
|
{
|
|
25802
26174
|
"kind": "class",
|
|
25803
26175
|
"description": "",
|
|
@@ -25851,6 +26223,19 @@
|
|
|
25851
26223
|
}
|
|
25852
26224
|
]
|
|
25853
26225
|
},
|
|
26226
|
+
{
|
|
26227
|
+
"kind": "method",
|
|
26228
|
+
"name": "updatePlaceholder",
|
|
26229
|
+
"parameters": [
|
|
26230
|
+
{
|
|
26231
|
+
"name": "placeholderText",
|
|
26232
|
+
"optional": true,
|
|
26233
|
+
"type": {
|
|
26234
|
+
"text": "string"
|
|
26235
|
+
}
|
|
26236
|
+
}
|
|
26237
|
+
]
|
|
26238
|
+
},
|
|
25854
26239
|
{
|
|
25855
26240
|
"kind": "method",
|
|
25856
26241
|
"name": "replaceContent",
|
|
@@ -25932,6 +26317,40 @@
|
|
|
25932
26317
|
}
|
|
25933
26318
|
}
|
|
25934
26319
|
]
|
|
26320
|
+
},
|
|
26321
|
+
{
|
|
26322
|
+
"kind": "method",
|
|
26323
|
+
"name": "#getSelectionBlockType"
|
|
26324
|
+
},
|
|
26325
|
+
{
|
|
26326
|
+
"kind": "method",
|
|
26327
|
+
"name": "#getSelectionTextDecoration"
|
|
26328
|
+
},
|
|
26329
|
+
{
|
|
26330
|
+
"kind": "method",
|
|
26331
|
+
"name": "#getSelectionTextSize"
|
|
26332
|
+
},
|
|
26333
|
+
{
|
|
26334
|
+
"kind": "method",
|
|
26335
|
+
"name": "getSelectionStyles",
|
|
26336
|
+
"return": {
|
|
26337
|
+
"type": {
|
|
26338
|
+
"text": "SelectionStyles"
|
|
26339
|
+
}
|
|
26340
|
+
}
|
|
26341
|
+
},
|
|
26342
|
+
{
|
|
26343
|
+
"kind": "method",
|
|
26344
|
+
"name": "setTextSize",
|
|
26345
|
+
"parameters": [
|
|
26346
|
+
{
|
|
26347
|
+
"name": "size",
|
|
26348
|
+
"default": "'normal'",
|
|
26349
|
+
"type": {
|
|
26350
|
+
"text": "RICH_TEXT_EDITOR_MENUBAR_TEXT_SIZES"
|
|
26351
|
+
}
|
|
26352
|
+
}
|
|
26353
|
+
]
|
|
25935
26354
|
}
|
|
25936
26355
|
]
|
|
25937
26356
|
}
|
|
@@ -25939,7 +26358,23 @@
|
|
|
25939
26358
|
"exports": [
|
|
25940
26359
|
{
|
|
25941
26360
|
"kind": "js",
|
|
25942
|
-
"name": "
|
|
26361
|
+
"name": "placeholderPluginKey",
|
|
26362
|
+
"declaration": {
|
|
26363
|
+
"name": "placeholderPluginKey",
|
|
26364
|
+
"module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
|
|
26365
|
+
}
|
|
26366
|
+
},
|
|
26367
|
+
{
|
|
26368
|
+
"kind": "js",
|
|
26369
|
+
"name": "createPlaceholderPlugin",
|
|
26370
|
+
"declaration": {
|
|
26371
|
+
"name": "createPlaceholderPlugin",
|
|
26372
|
+
"module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
|
|
26373
|
+
}
|
|
26374
|
+
},
|
|
26375
|
+
{
|
|
26376
|
+
"kind": "js",
|
|
26377
|
+
"name": "ProseMirrorFacade",
|
|
25943
26378
|
"declaration": {
|
|
25944
26379
|
"name": "ProseMirrorFacade",
|
|
25945
26380
|
"module": "libs/components/src/lib/rich-text-editor/facades/vivid-prose-mirror.facade.ts"
|
|
@@ -25947,6 +26382,179 @@
|
|
|
25947
26382
|
}
|
|
25948
26383
|
]
|
|
25949
26384
|
},
|
|
26385
|
+
{
|
|
26386
|
+
"kind": "javascript-module",
|
|
26387
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/consts.ts",
|
|
26388
|
+
"declarations": [
|
|
26389
|
+
{
|
|
26390
|
+
"kind": "variable",
|
|
26391
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26392
|
+
"type": {
|
|
26393
|
+
"text": "array"
|
|
26394
|
+
},
|
|
26395
|
+
"default": "[\n\t{\n\t\ttext: 'Bold',\n\t\ticon: 'bold-line',\n\t\tvalue: 'bold',\n\t},\n\t{\n\t\ttext: 'Italic',\n\t\ticon: 'italic-line',\n\t\tvalue: 'italics',\n\t},\n\t{\n\t\ttext: 'Underline',\n\t\ticon: 'underline-line',\n\t\tvalue: 'underline',\n\t},\n\t{\n\t\ttext: 'Strikethrough',\n\t\ticon: 'strikethrough-line',\n\t\tvalue: 'strikethrough',\n\t},\n\t{\n\t\ttext: 'Monospace',\n\t\ticon: 'monospace-line',\n\t\tvalue: 'monospace',\n\t},\n]"
|
|
26396
|
+
},
|
|
26397
|
+
{
|
|
26398
|
+
"kind": "variable",
|
|
26399
|
+
"name": "TEXT_SIZES",
|
|
26400
|
+
"type": {
|
|
26401
|
+
"text": "array"
|
|
26402
|
+
},
|
|
26403
|
+
"default": "[\n\t{\n\t\ttext: 'Extra Large',\n\t\tvalue: 'extra-large',\n\t},\n\t{\n\t\ttext: 'Large',\n\t\tvalue: 'large',\n\t},\n\t{\n\t\ttext: 'Normal',\n\t\tvalue: 'normal',\n\t},\n\t{\n\t\ttext: 'Small',\n\t\tvalue: 'small',\n\t},\n]"
|
|
26404
|
+
},
|
|
26405
|
+
{
|
|
26406
|
+
"kind": "variable",
|
|
26407
|
+
"name": "MENU_BAR_ITEMS",
|
|
26408
|
+
"type": {
|
|
26409
|
+
"text": "{\n\t[key: string]: {\n\t\tregisterStateProperty?: (menuBar: MenuBar) => void;\n\t\trender: (context: VividElementDefinitionContext) => ViewTemplate<any, any>;\n\t};\n}"
|
|
26410
|
+
},
|
|
26411
|
+
"default": "{\n\ttextBlock: {\n\t\tregisterStateProperty: function (menuBar: MenuBar) {\n\t\t\tmenuBar.addEventListener('text-styles-changed', textBlockEventHandler);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst selectTag = context.tagFor(Select);\n\t\t\tconst optionTag = context.tagFor(ListboxOption);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\n\t\t\treturn html`\n\t\t<${tooltipTag} text=\"${(_, { parent }) =>\n\t\t\t\tparent.locale.richTextEditor.textBlockType}\" placement=\"top\">\n\t\t\t<${selectTag}\n scale=\"condensed\"\n shape=\"rounded\"\n appearance=\"ghost\"\n\t\t\t\tslot=\"anchor\"\n\t\t\t\ttrigger=\"auto\"\n\t\t\t\tid=\"text-block\"\n\t\t\t\taria-label=\"Text Block\"\n\t\t\t\tplacement=\"bottom-end\"\n\t\t\t\tvalue=\"${(_, { parent }) => parent.textBlockType}\"\n\t\t\t\t@change=\"${(_, { parent, event }) =>\n\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\tparent,\n\t\t\t\t\t\t'text-block-selected',\n\t\t\t\t\t\t(event.target as HTMLSelectElement).value\n\t\t\t\t\t)}\"\n\t\t\t>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Title\"\n\t\t\t\t\tvalue=\"title\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"title\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Subtitle\"\n\t\t\t\t\tvalue=\"subtitle\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"subtitle\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t\t<${optionTag}\n\t\t\t\t\ttext=\"Body\"\n\t\t\t\t\tvalue=\"body\"\n\t\t\t\t\tinternal-part\n\t\t\t\t\tclass=\"body\"\n\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t></${optionTag}>\n\t\t\t</${selectTag}>\n\t\t</${tooltipTag}>\n\t\t`;\n\t\t},\n\t},\n\ttextDecoration: {\n\t\tregisterStateProperty: function (menuBar) {\n\t\t\tmenuBar.addEventListener(\n\t\t\t\t'text-styles-changed',\n\t\t\t\ttextDecorationEventHandler\n\t\t\t);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst buttonTag = context.tagFor(Button);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\t\t\treturn html`\n\t\t\t\t<span id=\"text-decoration\">\n\t\t\t\t\t${repeat(\n\t\t\t\t\t\t(_) => TEXT_DECORATION_ITEMS,\n\t\t\t\t\t\thtml`\n <${tooltipTag} text=\"${(\n\t\t\t\t\t\t\tx,\n\t\t\t\t\t\t\t{ parentContext: { parent } }\n\t\t\t\t\t\t) => parent.locale.richTextEditor[x.value]}\" placement=\"top\">\n <${buttonTag}\n class=\"selection-button\"\n slot=\"anchor\"\n aria-label=\"${(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ parentContext: { parent } }\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t) => parent.locale.richTextEditor[x.value]}\"\n size=\"super-condensed\"\n appearance=\"ghost-light\"\n shape=\"rounded\"\n icon=\"${(x) => x.icon}\"\n @click=\"${(x, c) =>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tc.parentContext.parent,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t'text-decoration-selected',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tx.value\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)}\"')}\"\n ></${buttonTag}>\n </${tooltipTag}>\n\t\t\t\t`\n\t\t\t\t\t)}\n\t\t\t\t</span>\n\t\t\t`;\n\t\t},\n\t},\n\ttextSize: {\n\t\tregisterStateProperty: function (menuBar) {\n\t\t\tmenuBar.addEventListener('text-styles-changed', textSizeEventHandler);\n\t\t},\n\t\trender: function (context) {\n\t\t\tconst menuTag = context.tagFor(Menu);\n\t\t\tconst buttonTag = context.tagFor(Button);\n\t\t\tconst tooltipTag = context.tagFor(Tooltip);\n\t\t\tconst menuItemTag = context.tagFor(MenuItem);\n\t\t\treturn html`\n <${menuTag}\n\t\t\t\t\t\tauto-dismiss\n trigger=\"auto\"\n id=\"text-size\"\n aria-label=\"Text Size\"\n placement=\"bottom-end\"\n >\n\t\t\t\t\t\t<${tooltipTag} slot=\"anchor\" text=\"${(_, { parent }) =>\n\t\t\t\tparent.locale.richTextEditor.textSize}\" placement=\"top\">\n <${buttonTag}\n slot=\"anchor\"\n aria-label=\"Open text size menu\"\n size=\"super-condensed\"\n appearance=\"ghost-light\"\n shape=\"pill\"\n icon=\"text-size-line\"\n ></${buttonTag}>\n\t\t\t\t\t\t</${tooltipTag}>\n\t\t\t\t\t\t${repeat(\n\t\t\t\t\t\t\t(_) => TEXT_SIZES,\n\t\t\t\t\t\t\thtml`\n\t\t\t\t\t\t\t<${menuItemTag}\n\t\t\t\t\t\t\t\tcheck-appearance=\"tick-only\"\n\t\t\t\t\t\t\t\trole=\"menuitemcheckbox\"\n\t\t\t\t\t\t\t\ttext=\"${(x) => x.text}\"\n\t\t\t\t\t\t\t\tvalue=\"${(x) => x.value}\"\n\t\t\t\t\t\t\t\tinternal-part\n\t\t\t\t\t\t\t\tclass=\"menubar-selector-menuitem\"\n\t\t\t\t\t\t\t\tconnotation=\"cta\"\n\t\t\t\t\t\t\t\t@click=\"${(x, c) =>\n\t\t\t\t\t\t\t\t\tnotifyMenuBarChange(\n\t\t\t\t\t\t\t\t\t\tc.parentContext.parent,\n\t\t\t\t\t\t\t\t\t\t'text-size-selected',\n\t\t\t\t\t\t\t\t\t\tx.value\n\t\t\t\t\t\t\t\t\t)}\"\n ></${menuItemTag}>\n\t\t\t\t\t\t\t`\n\t\t\t\t\t\t)}\n </${menuTag}>\n `;\n\t\t},\n\t},\n\tdivider: {\n\t\trender: function (context) {\n\t\t\tconst dividerTag = context.tagFor(Divider);\n\t\t\treturn html`\n\t\t\t\t<${dividerTag} class=\"divider\" orientation=\"vertical\"></${dividerTag}>\n\t\t\t`;\n\t\t},\n\t},\n}"
|
|
26412
|
+
}
|
|
26413
|
+
],
|
|
26414
|
+
"exports": [
|
|
26415
|
+
{
|
|
26416
|
+
"kind": "js",
|
|
26417
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26418
|
+
"declaration": {
|
|
26419
|
+
"name": "TEXT_DECORATION_ITEMS",
|
|
26420
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26421
|
+
}
|
|
26422
|
+
},
|
|
26423
|
+
{
|
|
26424
|
+
"kind": "js",
|
|
26425
|
+
"name": "TEXT_SIZES",
|
|
26426
|
+
"declaration": {
|
|
26427
|
+
"name": "TEXT_SIZES",
|
|
26428
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26429
|
+
}
|
|
26430
|
+
},
|
|
26431
|
+
{
|
|
26432
|
+
"kind": "js",
|
|
26433
|
+
"name": "MENU_BAR_ITEMS",
|
|
26434
|
+
"declaration": {
|
|
26435
|
+
"name": "MENU_BAR_ITEMS",
|
|
26436
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/consts.ts"
|
|
26437
|
+
}
|
|
26438
|
+
}
|
|
26439
|
+
]
|
|
26440
|
+
},
|
|
26441
|
+
{
|
|
26442
|
+
"kind": "javascript-module",
|
|
26443
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/definition.ts",
|
|
26444
|
+
"declarations": [
|
|
26445
|
+
{
|
|
26446
|
+
"kind": "variable",
|
|
26447
|
+
"name": "menuBarDefinition"
|
|
26448
|
+
},
|
|
26449
|
+
{
|
|
26450
|
+
"kind": "variable",
|
|
26451
|
+
"name": "registerMenuBar",
|
|
26452
|
+
"description": "Registers the menubar element with the design system.",
|
|
26453
|
+
"parameters": [
|
|
26454
|
+
{
|
|
26455
|
+
"description": "the prefix to use for the component name",
|
|
26456
|
+
"name": "prefix"
|
|
26457
|
+
}
|
|
26458
|
+
]
|
|
26459
|
+
}
|
|
26460
|
+
],
|
|
26461
|
+
"exports": [
|
|
26462
|
+
{
|
|
26463
|
+
"kind": "js",
|
|
26464
|
+
"name": "menuBarDefinition",
|
|
26465
|
+
"declaration": {
|
|
26466
|
+
"name": "menuBarDefinition",
|
|
26467
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
26468
|
+
}
|
|
26469
|
+
},
|
|
26470
|
+
{
|
|
26471
|
+
"kind": "js",
|
|
26472
|
+
"name": "registerMenuBar",
|
|
26473
|
+
"declaration": {
|
|
26474
|
+
"name": "registerMenuBar",
|
|
26475
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/definition.ts"
|
|
26476
|
+
}
|
|
26477
|
+
}
|
|
26478
|
+
]
|
|
26479
|
+
},
|
|
26480
|
+
{
|
|
26481
|
+
"kind": "javascript-module",
|
|
26482
|
+
"path": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts",
|
|
26483
|
+
"declarations": [
|
|
26484
|
+
{
|
|
26485
|
+
"kind": "class",
|
|
26486
|
+
"description": "",
|
|
26487
|
+
"name": "MenuBar",
|
|
26488
|
+
"members": [
|
|
26489
|
+
{
|
|
26490
|
+
"kind": "field",
|
|
26491
|
+
"name": "menuItems",
|
|
26492
|
+
"type": {
|
|
26493
|
+
"text": "string | undefined"
|
|
26494
|
+
}
|
|
26495
|
+
},
|
|
26496
|
+
{
|
|
26497
|
+
"kind": "field",
|
|
26498
|
+
"name": "#textEditorElement",
|
|
26499
|
+
"privacy": "private",
|
|
26500
|
+
"readonly": true
|
|
26501
|
+
},
|
|
26502
|
+
{
|
|
26503
|
+
"kind": "field",
|
|
26504
|
+
"name": "#updateTextStyleState",
|
|
26505
|
+
"privacy": "private",
|
|
26506
|
+
"type": {
|
|
26507
|
+
"text": "EventListener"
|
|
26508
|
+
},
|
|
26509
|
+
"default": "(() => {\n\t\tthis.dispatchEvent(\n\t\t\tnew CustomEvent('text-styles-changed', {\n\t\t\t\tdetail: this.#textEditorElement?.selectionStyles,\n\t\t\t})\n\t\t);\n\t})"
|
|
26510
|
+
},
|
|
26511
|
+
{
|
|
26512
|
+
"kind": "field",
|
|
26513
|
+
"name": "VIVID_VERSION",
|
|
26514
|
+
"static": true,
|
|
26515
|
+
"default": "__PACKAGE_VERSION__",
|
|
26516
|
+
"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`.",
|
|
26517
|
+
"type": {
|
|
26518
|
+
"text": "string"
|
|
26519
|
+
},
|
|
26520
|
+
"inheritedFrom": {
|
|
26521
|
+
"name": "VividElement",
|
|
26522
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
26523
|
+
}
|
|
26524
|
+
}
|
|
26525
|
+
],
|
|
26526
|
+
"attributes": [
|
|
26527
|
+
{
|
|
26528
|
+
"name": "menu-items",
|
|
26529
|
+
"type": {
|
|
26530
|
+
"text": "string | undefined"
|
|
26531
|
+
},
|
|
26532
|
+
"fieldName": "menuItems"
|
|
26533
|
+
}
|
|
26534
|
+
],
|
|
26535
|
+
"mixins": [
|
|
26536
|
+
{
|
|
26537
|
+
"name": "Localized",
|
|
26538
|
+
"module": "/libs/components/src/shared/patterns"
|
|
26539
|
+
}
|
|
26540
|
+
],
|
|
26541
|
+
"superclass": {
|
|
26542
|
+
"name": "VividElement",
|
|
26543
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
26544
|
+
}
|
|
26545
|
+
}
|
|
26546
|
+
],
|
|
26547
|
+
"exports": [
|
|
26548
|
+
{
|
|
26549
|
+
"kind": "js",
|
|
26550
|
+
"name": "MenuBar",
|
|
26551
|
+
"declaration": {
|
|
26552
|
+
"name": "MenuBar",
|
|
26553
|
+
"module": "libs/components/src/lib/rich-text-editor/menubar/menubar.ts"
|
|
26554
|
+
}
|
|
26555
|
+
}
|
|
26556
|
+
]
|
|
26557
|
+
},
|
|
25950
26558
|
{
|
|
25951
26559
|
"kind": "javascript-module",
|
|
25952
26560
|
"path": "libs/components/src/shared/foundation/anchor/anchor.ts",
|
|
@@ -26324,6 +26932,18 @@
|
|
|
26324
26932
|
"privacy": "private",
|
|
26325
26933
|
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858"
|
|
26326
26934
|
},
|
|
26935
|
+
{
|
|
26936
|
+
"kind": "field",
|
|
26937
|
+
"name": "_vividAriaBehaviour",
|
|
26938
|
+
"default": "'delegate'",
|
|
26939
|
+
"type": {
|
|
26940
|
+
"text": "'delegate'"
|
|
26941
|
+
},
|
|
26942
|
+
"inheritedFrom": {
|
|
26943
|
+
"name": "DelegatesAria",
|
|
26944
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
26945
|
+
}
|
|
26946
|
+
},
|
|
26327
26947
|
{
|
|
26328
26948
|
"kind": "field",
|
|
26329
26949
|
"name": "proxy",
|
|
@@ -26904,6 +27524,36 @@
|
|
|
26904
27524
|
"type": {
|
|
26905
27525
|
"text": "string"
|
|
26906
27526
|
}
|
|
27527
|
+
},
|
|
27528
|
+
{
|
|
27529
|
+
"kind": "field",
|
|
27530
|
+
"name": "specialHandling",
|
|
27531
|
+
"type": {
|
|
27532
|
+
"text": "boolean"
|
|
27533
|
+
},
|
|
27534
|
+
"default": "false",
|
|
27535
|
+
"inheritedFrom": {
|
|
27536
|
+
"name": "AriaMixin",
|
|
27537
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
27538
|
+
}
|
|
27539
|
+
},
|
|
27540
|
+
{
|
|
27541
|
+
"kind": "field",
|
|
27542
|
+
"name": "_vividAriaBehaviour",
|
|
27543
|
+
"type": {
|
|
27544
|
+
"text": "VividAriaBehaviour"
|
|
27545
|
+
},
|
|
27546
|
+
"default": "'default'",
|
|
27547
|
+
"inheritedFrom": {
|
|
27548
|
+
"name": "AriaMixin",
|
|
27549
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
27550
|
+
}
|
|
27551
|
+
}
|
|
27552
|
+
],
|
|
27553
|
+
"mixins": [
|
|
27554
|
+
{
|
|
27555
|
+
"name": "AriaMixin",
|
|
27556
|
+
"module": "/libs/components/src/shared/aria/aria-mixin"
|
|
26907
27557
|
}
|
|
26908
27558
|
],
|
|
26909
27559
|
"superclass": {
|
|
@@ -27589,34 +28239,58 @@
|
|
|
27589
28239
|
},
|
|
27590
28240
|
{
|
|
27591
28241
|
"kind": "javascript-module",
|
|
27592
|
-
"path": "libs/components/src/shared/aria/
|
|
28242
|
+
"path": "libs/components/src/shared/aria/aria-change-subscription.ts",
|
|
27593
28243
|
"declarations": [
|
|
27594
28244
|
{
|
|
27595
28245
|
"kind": "function",
|
|
27596
|
-
"name": "
|
|
27597
|
-
"
|
|
27598
|
-
|
|
27599
|
-
"
|
|
28246
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
28247
|
+
"parameters": [
|
|
28248
|
+
{
|
|
28249
|
+
"name": "source",
|
|
28250
|
+
"type": {
|
|
28251
|
+
"text": "AriaMixinElement"
|
|
28252
|
+
}
|
|
28253
|
+
},
|
|
28254
|
+
{
|
|
28255
|
+
"name": "listener",
|
|
28256
|
+
"type": {
|
|
28257
|
+
"text": "AriaChangeSubscriber"
|
|
28258
|
+
}
|
|
27600
28259
|
}
|
|
27601
|
-
|
|
28260
|
+
]
|
|
28261
|
+
},
|
|
28262
|
+
{
|
|
28263
|
+
"kind": "function",
|
|
28264
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
27602
28265
|
"parameters": [
|
|
27603
28266
|
{
|
|
27604
|
-
"name": "
|
|
28267
|
+
"name": "source",
|
|
27605
28268
|
"type": {
|
|
27606
|
-
"text": "
|
|
28269
|
+
"text": "AriaMixinElement"
|
|
28270
|
+
}
|
|
28271
|
+
},
|
|
28272
|
+
{
|
|
28273
|
+
"name": "listener",
|
|
28274
|
+
"type": {
|
|
28275
|
+
"text": "AriaChangeSubscriber"
|
|
27607
28276
|
}
|
|
27608
28277
|
}
|
|
27609
28278
|
]
|
|
27610
28279
|
},
|
|
27611
28280
|
{
|
|
27612
|
-
"kind": "
|
|
27613
|
-
"
|
|
27614
|
-
"name": "DelegatesAria",
|
|
28281
|
+
"kind": "function",
|
|
28282
|
+
"name": "publishAriaPropertyChange",
|
|
27615
28283
|
"parameters": [
|
|
27616
28284
|
{
|
|
27617
|
-
"name": "
|
|
28285
|
+
"name": "source",
|
|
27618
28286
|
"type": {
|
|
27619
|
-
"text": "
|
|
28287
|
+
"text": "AriaMixinElement"
|
|
28288
|
+
}
|
|
28289
|
+
},
|
|
28290
|
+
{
|
|
28291
|
+
"name": "changedAriaProperty",
|
|
28292
|
+
"type": {
|
|
28293
|
+
"text": "AriaPropertyName"
|
|
27620
28294
|
}
|
|
27621
28295
|
}
|
|
27622
28296
|
]
|
|
@@ -27625,46 +28299,588 @@
|
|
|
27625
28299
|
"exports": [
|
|
27626
28300
|
{
|
|
27627
28301
|
"kind": "js",
|
|
27628
|
-
"name": "
|
|
28302
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
27629
28303
|
"declaration": {
|
|
27630
|
-
"name": "
|
|
27631
|
-
"module": "libs/components/src/shared/aria/
|
|
28304
|
+
"name": "subscribeToAriaPropertyChanges",
|
|
28305
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
27632
28306
|
}
|
|
27633
28307
|
},
|
|
27634
28308
|
{
|
|
27635
28309
|
"kind": "js",
|
|
27636
|
-
"name": "
|
|
28310
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
27637
28311
|
"declaration": {
|
|
27638
|
-
"name": "
|
|
27639
|
-
"module": "libs/components/src/shared/aria/
|
|
28312
|
+
"name": "unsubscribeFromAriaPropertyChanges",
|
|
28313
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
28314
|
+
}
|
|
28315
|
+
},
|
|
28316
|
+
{
|
|
28317
|
+
"kind": "js",
|
|
28318
|
+
"name": "publishAriaPropertyChange",
|
|
28319
|
+
"declaration": {
|
|
28320
|
+
"name": "publishAriaPropertyChange",
|
|
28321
|
+
"module": "libs/components/src/shared/aria/aria-change-subscription.ts"
|
|
27640
28322
|
}
|
|
27641
28323
|
}
|
|
27642
28324
|
]
|
|
27643
28325
|
},
|
|
27644
28326
|
{
|
|
27645
28327
|
"kind": "javascript-module",
|
|
27646
|
-
"path": "libs/components/src/shared/
|
|
27647
|
-
"declarations": [],
|
|
27648
|
-
"exports": []
|
|
27649
|
-
},
|
|
27650
|
-
{
|
|
27651
|
-
"kind": "javascript-module",
|
|
27652
|
-
"path": "libs/components/src/shared/picker-field/picker-field.form-associated.ts",
|
|
28328
|
+
"path": "libs/components/src/shared/aria/aria-mixin.ts",
|
|
27653
28329
|
"declarations": [
|
|
27654
28330
|
{
|
|
27655
|
-
"kind": "
|
|
27656
|
-
"
|
|
27657
|
-
"
|
|
27658
|
-
|
|
27659
|
-
|
|
27660
|
-
|
|
27661
|
-
|
|
27662
|
-
|
|
27663
|
-
|
|
27664
|
-
|
|
27665
|
-
|
|
27666
|
-
|
|
27667
|
-
|
|
28331
|
+
"kind": "variable",
|
|
28332
|
+
"name": "ariaMixinProperties",
|
|
28333
|
+
"type": {
|
|
28334
|
+
"text": "[\n\t'role',\n\t'ariaAtomic',\n\t'ariaAutoComplete',\n\t'ariaBusy',\n\t'ariaChecked',\n\t'ariaColCount',\n\t'ariaColIndex',\n\t'ariaColIndexText',\n\t'ariaColSpan',\n\t'ariaCurrent',\n\t'ariaDescription',\n\t'ariaDisabled',\n\t'ariaExpanded',\n\t'ariaHasPopup',\n\t'ariaHidden',\n\t'ariaInvalid',\n\t'ariaKeyShortcuts',\n\t'ariaLabel',\n\t'ariaLevel',\n\t'ariaLive',\n\t'ariaModal',\n\t'ariaMultiLine',\n\t'ariaMultiSelectable',\n\t'ariaOrientation',\n\t'ariaPlaceholder',\n\t'ariaPosInSet',\n\t'ariaPressed',\n\t'ariaReadOnly',\n\t'ariaRequired',\n\t'ariaRoleDescription',\n\t'ariaRowCount',\n\t'ariaRowIndex',\n\t'ariaRowIndexText',\n\t'ariaRowSpan',\n\t'ariaSelected',\n\t'ariaSetSize',\n\t'ariaSort',\n\t'ariaValueMax',\n\t'ariaValueMin',\n\t'ariaValueNow',\n\t'ariaValueText',\n\t'ariaRelevant', // Non-standard\n]"
|
|
28335
|
+
},
|
|
28336
|
+
"default": "[\n\t'role',\n\t'ariaAtomic',\n\t'ariaAutoComplete',\n\t'ariaBusy',\n\t'ariaChecked',\n\t'ariaColCount',\n\t'ariaColIndex',\n\t'ariaColIndexText',\n\t'ariaColSpan',\n\t'ariaCurrent',\n\t'ariaDescription',\n\t'ariaDisabled',\n\t'ariaExpanded',\n\t'ariaHasPopup',\n\t'ariaHidden',\n\t'ariaInvalid',\n\t'ariaKeyShortcuts',\n\t'ariaLabel',\n\t'ariaLevel',\n\t'ariaLive',\n\t'ariaModal',\n\t'ariaMultiLine',\n\t'ariaMultiSelectable',\n\t'ariaOrientation',\n\t'ariaPlaceholder',\n\t'ariaPosInSet',\n\t'ariaPressed',\n\t'ariaReadOnly',\n\t'ariaRequired',\n\t'ariaRoleDescription',\n\t'ariaRowCount',\n\t'ariaRowIndex',\n\t'ariaRowIndexText',\n\t'ariaRowSpan',\n\t'ariaSelected',\n\t'ariaSetSize',\n\t'ariaSort',\n\t'ariaValueMax',\n\t'ariaValueMin',\n\t'ariaValueNow',\n\t'ariaValueText',\n\t'ariaRelevant', // Non-standard\n]",
|
|
28337
|
+
"description": "Properties of the ARIAMixin (see: https://www.w3.org/TR/wai-aria-1.3/#ARIAMixin) which is applied to Element.\nIDREF properties are omitted."
|
|
28338
|
+
},
|
|
28339
|
+
{
|
|
28340
|
+
"kind": "function",
|
|
28341
|
+
"name": "ariaAttributeName",
|
|
28342
|
+
"return": {
|
|
28343
|
+
"type": {
|
|
28344
|
+
"text": "string"
|
|
28345
|
+
}
|
|
28346
|
+
},
|
|
28347
|
+
"parameters": [
|
|
28348
|
+
{
|
|
28349
|
+
"name": "ariaPropertyName",
|
|
28350
|
+
"type": {
|
|
28351
|
+
"text": "AriaPropertyName"
|
|
28352
|
+
}
|
|
28353
|
+
}
|
|
28354
|
+
]
|
|
28355
|
+
},
|
|
28356
|
+
{
|
|
28357
|
+
"kind": "mixin",
|
|
28358
|
+
"description": "Mixin for all components. Declares all ARIA attributes.",
|
|
28359
|
+
"name": "AriaMixin",
|
|
28360
|
+
"members": [
|
|
28361
|
+
{
|
|
28362
|
+
"kind": "field",
|
|
28363
|
+
"name": "specialHandling",
|
|
28364
|
+
"type": {
|
|
28365
|
+
"text": "boolean"
|
|
28366
|
+
},
|
|
28367
|
+
"default": "false"
|
|
28368
|
+
},
|
|
28369
|
+
{
|
|
28370
|
+
"kind": "field",
|
|
28371
|
+
"name": "_vividAriaBehaviour",
|
|
28372
|
+
"type": {
|
|
28373
|
+
"text": "VividAriaBehaviour"
|
|
28374
|
+
},
|
|
28375
|
+
"default": "'default'"
|
|
28376
|
+
}
|
|
28377
|
+
],
|
|
28378
|
+
"parameters": [
|
|
28379
|
+
{
|
|
28380
|
+
"name": "Base",
|
|
28381
|
+
"type": {
|
|
28382
|
+
"text": "T"
|
|
28383
|
+
}
|
|
28384
|
+
}
|
|
28385
|
+
]
|
|
28386
|
+
}
|
|
28387
|
+
],
|
|
28388
|
+
"exports": [
|
|
28389
|
+
{
|
|
28390
|
+
"kind": "js",
|
|
28391
|
+
"name": "ariaMixinProperties",
|
|
28392
|
+
"declaration": {
|
|
28393
|
+
"name": "ariaMixinProperties",
|
|
28394
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28395
|
+
}
|
|
28396
|
+
},
|
|
28397
|
+
{
|
|
28398
|
+
"kind": "js",
|
|
28399
|
+
"name": "ariaAttributeName",
|
|
28400
|
+
"declaration": {
|
|
28401
|
+
"name": "ariaAttributeName",
|
|
28402
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28403
|
+
}
|
|
28404
|
+
},
|
|
28405
|
+
{
|
|
28406
|
+
"kind": "js",
|
|
28407
|
+
"name": "AriaMixin",
|
|
28408
|
+
"declaration": {
|
|
28409
|
+
"name": "AriaMixin",
|
|
28410
|
+
"module": "libs/components/src/shared/aria/aria-mixin.ts"
|
|
28411
|
+
}
|
|
28412
|
+
}
|
|
28413
|
+
]
|
|
28414
|
+
},
|
|
28415
|
+
{
|
|
28416
|
+
"kind": "javascript-module",
|
|
28417
|
+
"path": "libs/components/src/shared/aria/delegate-aria-behavior.ts",
|
|
28418
|
+
"declarations": [
|
|
28419
|
+
{
|
|
28420
|
+
"kind": "class",
|
|
28421
|
+
"description": "",
|
|
28422
|
+
"name": "DelegateAriaBehavior",
|
|
28423
|
+
"members": [
|
|
28424
|
+
{
|
|
28425
|
+
"kind": "field",
|
|
28426
|
+
"name": "boundProperties",
|
|
28427
|
+
"type": {
|
|
28428
|
+
"text": "BoundAriaProperties<T>"
|
|
28429
|
+
},
|
|
28430
|
+
"privacy": "private",
|
|
28431
|
+
"readonly": true
|
|
28432
|
+
},
|
|
28433
|
+
{
|
|
28434
|
+
"kind": "field",
|
|
28435
|
+
"name": "forwardedProperties",
|
|
28436
|
+
"type": {
|
|
28437
|
+
"text": "Set<AriaPropertyName>"
|
|
28438
|
+
},
|
|
28439
|
+
"privacy": "private",
|
|
28440
|
+
"readonly": true
|
|
28441
|
+
},
|
|
28442
|
+
{
|
|
28443
|
+
"kind": "field",
|
|
28444
|
+
"name": "isMitigationDisabled",
|
|
28445
|
+
"type": {
|
|
28446
|
+
"text": "boolean"
|
|
28447
|
+
},
|
|
28448
|
+
"privacy": "private",
|
|
28449
|
+
"readonly": true
|
|
28450
|
+
},
|
|
28451
|
+
{
|
|
28452
|
+
"kind": "field",
|
|
28453
|
+
"name": "source",
|
|
28454
|
+
"type": {
|
|
28455
|
+
"text": "DelegatesAriaElement | null"
|
|
28456
|
+
},
|
|
28457
|
+
"privacy": "private",
|
|
28458
|
+
"default": "null"
|
|
28459
|
+
},
|
|
28460
|
+
{
|
|
28461
|
+
"kind": "method",
|
|
28462
|
+
"name": "bind",
|
|
28463
|
+
"parameters": [
|
|
28464
|
+
{
|
|
28465
|
+
"name": "source",
|
|
28466
|
+
"type": {
|
|
28467
|
+
"text": "DelegatesAriaElement"
|
|
28468
|
+
}
|
|
28469
|
+
}
|
|
28470
|
+
]
|
|
28471
|
+
},
|
|
28472
|
+
{
|
|
28473
|
+
"kind": "method",
|
|
28474
|
+
"name": "unbind"
|
|
28475
|
+
},
|
|
28476
|
+
{
|
|
28477
|
+
"kind": "field",
|
|
28478
|
+
"name": "bindingBehaviours",
|
|
28479
|
+
"type": {
|
|
28480
|
+
"text": "AttributeBindingBehavior[]"
|
|
28481
|
+
},
|
|
28482
|
+
"privacy": "private",
|
|
28483
|
+
"default": "[]"
|
|
28484
|
+
},
|
|
28485
|
+
{
|
|
28486
|
+
"kind": "method",
|
|
28487
|
+
"name": "bindPropertiesToTarget",
|
|
28488
|
+
"privacy": "private",
|
|
28489
|
+
"parameters": [
|
|
28490
|
+
{
|
|
28491
|
+
"name": "source",
|
|
28492
|
+
"type": {
|
|
28493
|
+
"text": "DelegatesAriaElement"
|
|
28494
|
+
}
|
|
28495
|
+
},
|
|
28496
|
+
{
|
|
28497
|
+
"name": "boundProperties",
|
|
28498
|
+
"type": {
|
|
28499
|
+
"text": "BoundAriaProperties<T>"
|
|
28500
|
+
}
|
|
28501
|
+
},
|
|
28502
|
+
{
|
|
28503
|
+
"name": "target",
|
|
28504
|
+
"type": {
|
|
28505
|
+
"text": "HTMLElement"
|
|
28506
|
+
}
|
|
28507
|
+
}
|
|
28508
|
+
]
|
|
28509
|
+
},
|
|
28510
|
+
{
|
|
28511
|
+
"kind": "method",
|
|
28512
|
+
"name": "releasePropertyBindings",
|
|
28513
|
+
"privacy": "private",
|
|
28514
|
+
"parameters": [
|
|
28515
|
+
{
|
|
28516
|
+
"name": "source",
|
|
28517
|
+
"type": {
|
|
28518
|
+
"text": "DelegatesAriaElement"
|
|
28519
|
+
}
|
|
28520
|
+
}
|
|
28521
|
+
]
|
|
28522
|
+
},
|
|
28523
|
+
{
|
|
28524
|
+
"kind": "method",
|
|
28525
|
+
"name": "startForwardingPropertiesToTarget",
|
|
28526
|
+
"privacy": "private",
|
|
28527
|
+
"parameters": [
|
|
28528
|
+
{
|
|
28529
|
+
"name": "source",
|
|
28530
|
+
"type": {
|
|
28531
|
+
"text": "DelegatesAriaElement"
|
|
28532
|
+
}
|
|
28533
|
+
},
|
|
28534
|
+
{
|
|
28535
|
+
"name": "delegatedProperties",
|
|
28536
|
+
"type": {
|
|
28537
|
+
"text": "Set<AriaPropertyName>"
|
|
28538
|
+
}
|
|
28539
|
+
},
|
|
28540
|
+
{
|
|
28541
|
+
"name": "target",
|
|
28542
|
+
"type": {
|
|
28543
|
+
"text": "HTMLElement"
|
|
28544
|
+
}
|
|
28545
|
+
}
|
|
28546
|
+
]
|
|
28547
|
+
},
|
|
28548
|
+
{
|
|
28549
|
+
"kind": "method",
|
|
28550
|
+
"name": "stopForwardingPropertiesToTarget",
|
|
28551
|
+
"privacy": "private",
|
|
28552
|
+
"parameters": [
|
|
28553
|
+
{
|
|
28554
|
+
"name": "source",
|
|
28555
|
+
"type": {
|
|
28556
|
+
"text": "DelegatesAriaElement"
|
|
28557
|
+
}
|
|
28558
|
+
}
|
|
28559
|
+
]
|
|
28560
|
+
},
|
|
28561
|
+
{
|
|
28562
|
+
"kind": "field",
|
|
28563
|
+
"name": "onSourceAriaPropertyChanged",
|
|
28564
|
+
"privacy": "private"
|
|
28565
|
+
},
|
|
28566
|
+
{
|
|
28567
|
+
"kind": "method",
|
|
28568
|
+
"name": "forwardPropertyToTarget",
|
|
28569
|
+
"privacy": "private",
|
|
28570
|
+
"parameters": [
|
|
28571
|
+
{
|
|
28572
|
+
"name": "target",
|
|
28573
|
+
"type": {
|
|
28574
|
+
"text": "HTMLElement"
|
|
28575
|
+
}
|
|
28576
|
+
},
|
|
28577
|
+
{
|
|
28578
|
+
"name": "property",
|
|
28579
|
+
"type": {
|
|
28580
|
+
"text": "AriaPropertyName"
|
|
28581
|
+
}
|
|
28582
|
+
},
|
|
28583
|
+
{
|
|
28584
|
+
"name": "value",
|
|
28585
|
+
"type": {
|
|
28586
|
+
"text": "BoundValue"
|
|
28587
|
+
}
|
|
28588
|
+
}
|
|
28589
|
+
]
|
|
28590
|
+
},
|
|
28591
|
+
{
|
|
28592
|
+
"kind": "method",
|
|
28593
|
+
"name": "mitigateAccessibilityIssues",
|
|
28594
|
+
"privacy": "private",
|
|
28595
|
+
"parameters": [
|
|
28596
|
+
{
|
|
28597
|
+
"name": "source",
|
|
28598
|
+
"type": {
|
|
28599
|
+
"text": "AriaMixinElement"
|
|
28600
|
+
}
|
|
28601
|
+
}
|
|
28602
|
+
],
|
|
28603
|
+
"description": "Sets role to presentation unless there are properties present that prohibit it.\nUsing role=\"presentation\" will cause non-global states or properties to be ignored.\nSee: https://www.w3.org/TR/wai-aria-1.3/#conflict_resolution_presentation_none"
|
|
28604
|
+
}
|
|
28605
|
+
]
|
|
28606
|
+
}
|
|
28607
|
+
],
|
|
28608
|
+
"exports": [
|
|
28609
|
+
{
|
|
28610
|
+
"kind": "js",
|
|
28611
|
+
"name": "DelegateAriaBehavior",
|
|
28612
|
+
"declaration": {
|
|
28613
|
+
"name": "DelegateAriaBehavior",
|
|
28614
|
+
"module": "libs/components/src/shared/aria/delegate-aria-behavior.ts"
|
|
28615
|
+
}
|
|
28616
|
+
}
|
|
28617
|
+
]
|
|
28618
|
+
},
|
|
28619
|
+
{
|
|
28620
|
+
"kind": "javascript-module",
|
|
28621
|
+
"path": "libs/components/src/shared/aria/delegates-aria.ts",
|
|
28622
|
+
"declarations": [
|
|
28623
|
+
{
|
|
28624
|
+
"kind": "function",
|
|
28625
|
+
"name": "delegateAria",
|
|
28626
|
+
"return": {
|
|
28627
|
+
"type": {
|
|
28628
|
+
"text": "CaptureType<T>"
|
|
28629
|
+
}
|
|
28630
|
+
},
|
|
28631
|
+
"parameters": [
|
|
28632
|
+
{
|
|
28633
|
+
"name": "boundProperties",
|
|
28634
|
+
"default": "{}",
|
|
28635
|
+
"type": {
|
|
28636
|
+
"text": "BoundAriaProperties<T>"
|
|
28637
|
+
}
|
|
28638
|
+
},
|
|
28639
|
+
{
|
|
28640
|
+
"name": "options",
|
|
28641
|
+
"default": "{}",
|
|
28642
|
+
"type": {
|
|
28643
|
+
"text": "DelegateAriaOptions"
|
|
28644
|
+
}
|
|
28645
|
+
}
|
|
28646
|
+
],
|
|
28647
|
+
"description": "Directive to delegate ARIA properties to the target element."
|
|
28648
|
+
},
|
|
28649
|
+
{
|
|
28650
|
+
"kind": "mixin",
|
|
28651
|
+
"description": "Mixin for components that delegate ARIA properties to an element inside the\nshadow root.",
|
|
28652
|
+
"name": "DelegatesAria",
|
|
28653
|
+
"members": [
|
|
28654
|
+
{
|
|
28655
|
+
"kind": "field",
|
|
28656
|
+
"name": "_vividAriaBehaviour",
|
|
28657
|
+
"default": "'delegate'",
|
|
28658
|
+
"type": {
|
|
28659
|
+
"text": "'delegate'"
|
|
28660
|
+
}
|
|
28661
|
+
}
|
|
28662
|
+
],
|
|
28663
|
+
"parameters": [
|
|
28664
|
+
{
|
|
28665
|
+
"name": "Base",
|
|
28666
|
+
"type": {
|
|
28667
|
+
"text": "T"
|
|
28668
|
+
}
|
|
28669
|
+
}
|
|
28670
|
+
]
|
|
28671
|
+
}
|
|
28672
|
+
],
|
|
28673
|
+
"exports": [
|
|
28674
|
+
{
|
|
28675
|
+
"kind": "js",
|
|
28676
|
+
"name": "delegateAria",
|
|
28677
|
+
"declaration": {
|
|
28678
|
+
"name": "delegateAria",
|
|
28679
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
28680
|
+
}
|
|
28681
|
+
},
|
|
28682
|
+
{
|
|
28683
|
+
"kind": "js",
|
|
28684
|
+
"name": "DelegatesAria",
|
|
28685
|
+
"declaration": {
|
|
28686
|
+
"name": "DelegatesAria",
|
|
28687
|
+
"module": "libs/components/src/shared/aria/delegates-aria.ts"
|
|
28688
|
+
}
|
|
28689
|
+
}
|
|
28690
|
+
]
|
|
28691
|
+
},
|
|
28692
|
+
{
|
|
28693
|
+
"kind": "javascript-module",
|
|
28694
|
+
"path": "libs/components/src/shared/aria/host-semantics-behavior.ts",
|
|
28695
|
+
"declarations": [
|
|
28696
|
+
{
|
|
28697
|
+
"kind": "class",
|
|
28698
|
+
"description": "",
|
|
28699
|
+
"name": "HostSemanticsBehavior",
|
|
28700
|
+
"members": [
|
|
28701
|
+
{
|
|
28702
|
+
"kind": "field",
|
|
28703
|
+
"name": "boundProperties",
|
|
28704
|
+
"type": {
|
|
28705
|
+
"text": "BoundAriaProperties<T>"
|
|
28706
|
+
},
|
|
28707
|
+
"privacy": "private",
|
|
28708
|
+
"readonly": true
|
|
28709
|
+
},
|
|
28710
|
+
{
|
|
28711
|
+
"kind": "method",
|
|
28712
|
+
"name": "bind",
|
|
28713
|
+
"parameters": [
|
|
28714
|
+
{
|
|
28715
|
+
"name": "source",
|
|
28716
|
+
"type": {
|
|
28717
|
+
"text": "HostSemanticsElement"
|
|
28718
|
+
}
|
|
28719
|
+
}
|
|
28720
|
+
]
|
|
28721
|
+
},
|
|
28722
|
+
{
|
|
28723
|
+
"kind": "method",
|
|
28724
|
+
"name": "unbind",
|
|
28725
|
+
"parameters": [
|
|
28726
|
+
{
|
|
28727
|
+
"name": "source",
|
|
28728
|
+
"type": {
|
|
28729
|
+
"text": "HostSemanticsElement"
|
|
28730
|
+
}
|
|
28731
|
+
}
|
|
28732
|
+
]
|
|
28733
|
+
},
|
|
28734
|
+
{
|
|
28735
|
+
"kind": "field",
|
|
28736
|
+
"name": "bindingBehaviours",
|
|
28737
|
+
"type": {
|
|
28738
|
+
"text": "Behavior[]"
|
|
28739
|
+
},
|
|
28740
|
+
"privacy": "private",
|
|
28741
|
+
"default": "[]"
|
|
28742
|
+
},
|
|
28743
|
+
{
|
|
28744
|
+
"kind": "method",
|
|
28745
|
+
"name": "bindPropertiesToTarget",
|
|
28746
|
+
"privacy": "private",
|
|
28747
|
+
"parameters": [
|
|
28748
|
+
{
|
|
28749
|
+
"name": "source",
|
|
28750
|
+
"type": {
|
|
28751
|
+
"text": "HostSemanticsElement"
|
|
28752
|
+
}
|
|
28753
|
+
},
|
|
28754
|
+
{
|
|
28755
|
+
"name": "boundProperties",
|
|
28756
|
+
"type": {
|
|
28757
|
+
"text": "BoundAriaProperties<T>"
|
|
28758
|
+
}
|
|
28759
|
+
},
|
|
28760
|
+
{
|
|
28761
|
+
"name": "target",
|
|
28762
|
+
"type": {
|
|
28763
|
+
"text": "HTMLElement"
|
|
28764
|
+
}
|
|
28765
|
+
}
|
|
28766
|
+
]
|
|
28767
|
+
},
|
|
28768
|
+
{
|
|
28769
|
+
"kind": "method",
|
|
28770
|
+
"name": "releasePropertyBindings",
|
|
28771
|
+
"privacy": "private",
|
|
28772
|
+
"parameters": [
|
|
28773
|
+
{
|
|
28774
|
+
"name": "source",
|
|
28775
|
+
"type": {
|
|
28776
|
+
"text": "HostSemanticsElement"
|
|
28777
|
+
}
|
|
28778
|
+
}
|
|
28779
|
+
]
|
|
28780
|
+
}
|
|
28781
|
+
]
|
|
28782
|
+
}
|
|
28783
|
+
],
|
|
28784
|
+
"exports": [
|
|
28785
|
+
{
|
|
28786
|
+
"kind": "js",
|
|
28787
|
+
"name": "HostSemanticsBehavior",
|
|
28788
|
+
"declaration": {
|
|
28789
|
+
"name": "HostSemanticsBehavior",
|
|
28790
|
+
"module": "libs/components/src/shared/aria/host-semantics-behavior.ts"
|
|
28791
|
+
}
|
|
28792
|
+
}
|
|
28793
|
+
]
|
|
28794
|
+
},
|
|
28795
|
+
{
|
|
28796
|
+
"kind": "javascript-module",
|
|
28797
|
+
"path": "libs/components/src/shared/aria/host-semantics.ts",
|
|
28798
|
+
"declarations": [
|
|
28799
|
+
{
|
|
28800
|
+
"kind": "function",
|
|
28801
|
+
"name": "applyHostSemantics",
|
|
28802
|
+
"return": {
|
|
28803
|
+
"type": {
|
|
28804
|
+
"text": "CaptureType<T>"
|
|
28805
|
+
}
|
|
28806
|
+
},
|
|
28807
|
+
"parameters": [
|
|
28808
|
+
{
|
|
28809
|
+
"name": "boundProperties",
|
|
28810
|
+
"default": "{}",
|
|
28811
|
+
"type": {
|
|
28812
|
+
"text": "BoundAriaProperties<T>"
|
|
28813
|
+
}
|
|
28814
|
+
}
|
|
28815
|
+
]
|
|
28816
|
+
},
|
|
28817
|
+
{
|
|
28818
|
+
"kind": "mixin",
|
|
28819
|
+
"description": "Mixin for components that place semantics on the host element.",
|
|
28820
|
+
"name": "HostSemantics",
|
|
28821
|
+
"members": [
|
|
28822
|
+
{
|
|
28823
|
+
"kind": "field",
|
|
28824
|
+
"name": "_vividAriaBehaviour",
|
|
28825
|
+
"default": "'host'",
|
|
28826
|
+
"type": {
|
|
28827
|
+
"text": "'host'"
|
|
28828
|
+
}
|
|
28829
|
+
}
|
|
28830
|
+
],
|
|
28831
|
+
"parameters": [
|
|
28832
|
+
{
|
|
28833
|
+
"name": "Base",
|
|
28834
|
+
"type": {
|
|
28835
|
+
"text": "T"
|
|
28836
|
+
}
|
|
28837
|
+
}
|
|
28838
|
+
]
|
|
28839
|
+
}
|
|
28840
|
+
],
|
|
28841
|
+
"exports": [
|
|
28842
|
+
{
|
|
28843
|
+
"kind": "js",
|
|
28844
|
+
"name": "applyHostSemantics",
|
|
28845
|
+
"declaration": {
|
|
28846
|
+
"name": "applyHostSemantics",
|
|
28847
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
28848
|
+
}
|
|
28849
|
+
},
|
|
28850
|
+
{
|
|
28851
|
+
"kind": "js",
|
|
28852
|
+
"name": "HostSemantics",
|
|
28853
|
+
"declaration": {
|
|
28854
|
+
"name": "HostSemantics",
|
|
28855
|
+
"module": "libs/components/src/shared/aria/host-semantics.ts"
|
|
28856
|
+
}
|
|
28857
|
+
}
|
|
28858
|
+
]
|
|
28859
|
+
},
|
|
28860
|
+
{
|
|
28861
|
+
"kind": "javascript-module",
|
|
28862
|
+
"path": "libs/components/src/shared/picker-field/locale.ts",
|
|
28863
|
+
"declarations": [],
|
|
28864
|
+
"exports": []
|
|
28865
|
+
},
|
|
28866
|
+
{
|
|
28867
|
+
"kind": "javascript-module",
|
|
28868
|
+
"path": "libs/components/src/shared/picker-field/picker-field.form-associated.ts",
|
|
28869
|
+
"declarations": [
|
|
28870
|
+
{
|
|
28871
|
+
"kind": "class",
|
|
28872
|
+
"description": "",
|
|
28873
|
+
"name": "FormAssociatedPickerField",
|
|
28874
|
+
"members": [
|
|
28875
|
+
{
|
|
28876
|
+
"kind": "field",
|
|
28877
|
+
"name": "proxy"
|
|
28878
|
+
},
|
|
28879
|
+
{
|
|
28880
|
+
"kind": "field",
|
|
28881
|
+
"name": "VIVID_VERSION",
|
|
28882
|
+
"static": true,
|
|
28883
|
+
"default": "__PACKAGE_VERSION__",
|
|
27668
28884
|
"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`.",
|
|
27669
28885
|
"type": {
|
|
27670
28886
|
"text": "string"
|
|
@@ -27673,6 +28889,30 @@
|
|
|
27673
28889
|
"name": "VividElement",
|
|
27674
28890
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27675
28891
|
}
|
|
28892
|
+
},
|
|
28893
|
+
{
|
|
28894
|
+
"kind": "field",
|
|
28895
|
+
"name": "specialHandling",
|
|
28896
|
+
"type": {
|
|
28897
|
+
"text": "boolean"
|
|
28898
|
+
},
|
|
28899
|
+
"default": "false",
|
|
28900
|
+
"inheritedFrom": {
|
|
28901
|
+
"name": "VividElement",
|
|
28902
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28903
|
+
}
|
|
28904
|
+
},
|
|
28905
|
+
{
|
|
28906
|
+
"kind": "field",
|
|
28907
|
+
"name": "_vividAriaBehaviour",
|
|
28908
|
+
"type": {
|
|
28909
|
+
"text": "VividAriaBehaviour"
|
|
28910
|
+
},
|
|
28911
|
+
"default": "'default'",
|
|
28912
|
+
"inheritedFrom": {
|
|
28913
|
+
"name": "VividElement",
|
|
28914
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28915
|
+
}
|
|
27676
28916
|
}
|
|
27677
28917
|
],
|
|
27678
28918
|
"mixins": [
|
|
@@ -27808,6 +29048,30 @@
|
|
|
27808
29048
|
"name": "VividElement",
|
|
27809
29049
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
27810
29050
|
}
|
|
29051
|
+
},
|
|
29052
|
+
{
|
|
29053
|
+
"kind": "field",
|
|
29054
|
+
"name": "specialHandling",
|
|
29055
|
+
"type": {
|
|
29056
|
+
"text": "boolean"
|
|
29057
|
+
},
|
|
29058
|
+
"default": "false",
|
|
29059
|
+
"inheritedFrom": {
|
|
29060
|
+
"name": "VividElement",
|
|
29061
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29062
|
+
}
|
|
29063
|
+
},
|
|
29064
|
+
{
|
|
29065
|
+
"kind": "field",
|
|
29066
|
+
"name": "_vividAriaBehaviour",
|
|
29067
|
+
"type": {
|
|
29068
|
+
"text": "VividAriaBehaviour"
|
|
29069
|
+
},
|
|
29070
|
+
"default": "'default'",
|
|
29071
|
+
"inheritedFrom": {
|
|
29072
|
+
"name": "VividElement",
|
|
29073
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29074
|
+
}
|
|
27811
29075
|
}
|
|
27812
29076
|
],
|
|
27813
29077
|
"attributes": [
|
|
@@ -28517,6 +29781,30 @@
|
|
|
28517
29781
|
"name": "VividElement",
|
|
28518
29782
|
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
28519
29783
|
}
|
|
29784
|
+
},
|
|
29785
|
+
{
|
|
29786
|
+
"kind": "field",
|
|
29787
|
+
"name": "specialHandling",
|
|
29788
|
+
"type": {
|
|
29789
|
+
"text": "boolean"
|
|
29790
|
+
},
|
|
29791
|
+
"default": "false",
|
|
29792
|
+
"inheritedFrom": {
|
|
29793
|
+
"name": "VividElement",
|
|
29794
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29795
|
+
}
|
|
29796
|
+
},
|
|
29797
|
+
{
|
|
29798
|
+
"kind": "field",
|
|
29799
|
+
"name": "_vividAriaBehaviour",
|
|
29800
|
+
"type": {
|
|
29801
|
+
"text": "VividAriaBehaviour"
|
|
29802
|
+
},
|
|
29803
|
+
"default": "'default'",
|
|
29804
|
+
"inheritedFrom": {
|
|
29805
|
+
"name": "VividElement",
|
|
29806
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
29807
|
+
}
|
|
28520
29808
|
}
|
|
28521
29809
|
],
|
|
28522
29810
|
"mixins": [
|