@vonage/vivid 4.19.0 → 4.21.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 +1648 -525
- package/lib/accordion-item/accordion-item.d.ts +332 -5
- package/lib/action-group/action-group.d.ts +3 -2
- package/lib/alert/alert.d.ts +654 -6
- package/lib/audio-player/audio-player.d.ts +330 -5
- package/lib/avatar/avatar.d.ts +5 -4
- package/lib/badge/badge.d.ts +334 -7
- package/lib/banner/banner.d.ts +662 -15
- package/lib/button/button.d.ts +335 -8
- package/lib/calendar-event/calendar-event.d.ts +3 -2
- package/lib/card/card.d.ts +2 -1
- package/lib/checkbox/checkbox.d.ts +2 -1
- package/lib/combobox/combobox.d.ts +335 -6
- package/lib/date-picker/date-picker.d.ts +12 -12
- package/lib/date-range-picker/date-range-picker.d.ts +6 -6
- package/lib/date-time-picker/date-time-picker.d.ts +12 -12
- package/lib/dial-pad/dial-pad.d.ts +328 -4
- package/lib/dialog/dialog.d.ts +326 -4
- package/lib/empty-state/empty-state.d.ts +3 -2
- package/lib/fab/fab.d.ts +333 -6
- package/lib/file-picker/file-picker.d.ts +334 -4
- package/lib/icon/icon.d.ts +2 -1
- package/lib/layout/layout.d.ts +6 -5
- package/lib/menu-item/menu-item.d.ts +332 -10
- package/lib/nav-disclosure/nav-disclosure.d.ts +330 -6
- package/lib/nav-item/nav-item.d.ts +329 -4
- package/lib/note/note.d.ts +329 -4
- package/lib/number-field/number-field.d.ts +658 -6
- package/lib/option/option.d.ts +330 -4
- package/lib/pagination/pagination.d.ts +3 -2
- package/lib/radio/radio.d.ts +2 -1
- package/lib/range-slider/range-slider.d.ts +330 -3
- package/lib/rich-text-editor/facades/prose-mirror-vivid.schema.d.ts +3 -2
- package/lib/rich-text-editor/facades/vivid-prose-mirror.facade.d.ts +1 -0
- package/lib/rich-text-editor/rich-text-editor.d.ts +1 -0
- package/lib/searchable-select/option-tag.d.ts +330 -5
- package/lib/searchable-select/searchable-select.d.ts +660 -5
- package/lib/select/select.d.ts +336 -6
- package/lib/slider/slider.d.ts +326 -4
- package/lib/split-button/split-button.d.ts +667 -20
- package/lib/tab/tab.d.ts +658 -7
- package/lib/tabs/tabs.d.ts +2 -1
- package/lib/tag/tag.d.ts +333 -7
- package/lib/text-anchor/text-anchor.d.ts +331 -5
- package/lib/text-field/text-field.d.ts +333 -6
- package/lib/time-picker/time-picker.d.ts +6 -6
- package/lib/tree-item/tree-item.d.ts +329 -4
- package/lib/video-player/video-player.d.ts +328 -4
- package/package.json +1 -1
- package/shared/_has.cjs +0 -4
- package/shared/_has.js +0 -4
- package/shared/affix.cjs +25 -19
- package/shared/affix.js +26 -20
- package/shared/apply-mixins.js +1 -1
- package/shared/calendar-picker.template.cjs +1 -1
- package/shared/calendar-picker.template.js +1 -1
- package/shared/children.js +1 -1
- package/shared/definition.cjs +2 -4
- package/shared/definition.js +2 -4
- package/shared/definition11.cjs +2 -4
- package/shared/definition11.js +2 -4
- package/shared/definition13.cjs +85 -159
- package/shared/definition13.js +85 -159
- package/shared/definition15.cjs +1 -1
- package/shared/definition15.js +1 -1
- package/shared/definition16.cjs +2 -3
- package/shared/definition16.js +2 -3
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +2 -2
- package/shared/definition21.cjs +2 -4
- package/shared/definition21.js +2 -4
- package/shared/definition22.cjs +2 -4
- package/shared/definition22.js +2 -4
- package/shared/definition25.cjs +2 -4
- package/shared/definition25.js +2 -4
- package/shared/definition26.cjs +3 -3
- package/shared/definition26.js +3 -3
- package/shared/definition28.cjs +27 -38
- package/shared/definition28.js +27 -38
- package/shared/definition30.cjs +4 -11
- package/shared/definition30.js +4 -11
- package/shared/definition31.cjs +2 -4
- package/shared/definition31.js +2 -4
- package/shared/definition32.cjs +2 -4
- package/shared/definition32.js +2 -4
- package/shared/definition34.cjs +1 -3
- package/shared/definition34.js +1 -3
- package/shared/definition35.cjs +6 -6
- package/shared/definition35.js +6 -6
- package/shared/definition36.cjs +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.cjs +5 -1
- package/shared/definition37.js +5 -1
- package/shared/definition4.cjs +1 -7
- package/shared/definition4.js +1 -7
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +3 -5
- package/shared/definition42.js +3 -5
- package/shared/definition43.cjs +219 -28
- package/shared/definition43.js +216 -25
- package/shared/definition44.cjs +9 -10
- package/shared/definition44.js +9 -10
- package/shared/definition45.cjs +3 -4
- package/shared/definition45.js +3 -4
- package/shared/definition46.cjs +1 -1
- package/shared/definition46.js +1 -1
- package/shared/definition47.cjs +1 -1
- package/shared/definition47.js +1 -1
- package/shared/definition48.cjs +3 -5
- package/shared/definition48.js +3 -5
- package/shared/definition49.cjs +4 -7
- package/shared/definition49.js +4 -7
- package/shared/definition5.cjs +1 -3
- package/shared/definition5.js +2 -4
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition52.cjs +2 -5
- package/shared/definition52.js +2 -5
- package/shared/definition53.cjs +1 -1
- package/shared/definition53.js +1 -1
- package/shared/definition55.cjs +2 -4
- package/shared/definition55.js +2 -4
- package/shared/definition56.cjs +1 -1
- package/shared/definition56.js +1 -1
- package/shared/definition57.cjs +3 -2
- package/shared/definition57.js +3 -2
- package/shared/definition61.cjs +2 -4
- package/shared/definition61.js +2 -4
- package/shared/definition63.cjs +2 -4
- package/shared/definition63.js +2 -4
- package/shared/definition65.cjs +1 -1
- package/shared/definition65.js +1 -1
- package/shared/definition7.cjs +1 -3
- package/shared/definition7.js +1 -3
- package/shared/definition8.cjs +2 -5
- package/shared/definition8.js +2 -5
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/form-associated.js +1 -1
- package/shared/localized.cjs +10 -4
- package/shared/localized.js +10 -4
- package/shared/option.cjs +1 -3
- package/shared/option.js +2 -4
- package/shared/patterns/affix.d.ts +659 -7
- package/shared/patterns/localized.d.ts +328 -3
- package/shared/patterns/trapped-focus.d.ts +329 -6
- package/shared/picker-field/mixins/calendar-picker.d.ts +3 -3
- package/shared/picker-field/mixins/calendar-picker.template.d.ts +3 -3
- package/shared/picker-field/mixins/inline-time-picker/inline-time-picker.d.ts +328 -4
- package/shared/picker-field/mixins/min-max-calendar-picker.d.ts +6 -6
- package/shared/picker-field/mixins/single-date-picker.d.ts +9 -9
- package/shared/picker-field/mixins/single-value-picker.d.ts +3 -3
- package/shared/picker-field/mixins/time-selection-picker.d.ts +6 -6
- package/shared/picker-field/mixins/time-selection-picker.template.d.ts +6 -6
- package/shared/picker-field/picker-field.d.ts +655 -3
- package/shared/picker-field.template.cjs +33 -35
- package/shared/picker-field.template.js +33 -35
- package/shared/ref.js +1 -1
- package/shared/slotted.js +1 -1
- package/shared/text-anchor.cjs +2 -2
- package/shared/text-anchor.js +2 -2
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/time-selection-picker.template.cjs +3 -5
- package/shared/time-selection-picker.template.js +4 -6
- package/shared/utils/enums.d.ts +1 -0
- package/shared/vivid-element.cjs +1 -1
- package/shared/vivid-element.js +2 -2
- package/styles/core/all.css +2 -2
- package/styles/core/theme.css +2 -2
- 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/vivid.api.json +187 -990
package/custom-elements.json
CHANGED
|
@@ -398,6 +398,33 @@
|
|
|
398
398
|
"name": "change",
|
|
399
399
|
"privacy": "private"
|
|
400
400
|
},
|
|
401
|
+
{
|
|
402
|
+
"kind": "field",
|
|
403
|
+
"name": "iconTrailing",
|
|
404
|
+
"type": {
|
|
405
|
+
"text": "boolean"
|
|
406
|
+
},
|
|
407
|
+
"default": "false",
|
|
408
|
+
"description": "Indicates the icon affix alignment.",
|
|
409
|
+
"privacy": "public",
|
|
410
|
+
"inheritedFrom": {
|
|
411
|
+
"name": "AffixIconWithTrailing",
|
|
412
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "field",
|
|
417
|
+
"name": "icon",
|
|
418
|
+
"type": {
|
|
419
|
+
"text": "string | undefined"
|
|
420
|
+
},
|
|
421
|
+
"description": "A decorative icon the custom element should have.",
|
|
422
|
+
"privacy": "public",
|
|
423
|
+
"inheritedFrom": {
|
|
424
|
+
"name": "AffixIcon",
|
|
425
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
426
|
+
}
|
|
427
|
+
},
|
|
401
428
|
{
|
|
402
429
|
"kind": "field",
|
|
403
430
|
"name": "VIVID_VERSION",
|
|
@@ -478,6 +505,37 @@
|
|
|
478
505
|
},
|
|
479
506
|
"description": "The size the accordion-item should have.",
|
|
480
507
|
"fieldName": "size"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "icon-trailing",
|
|
511
|
+
"type": {
|
|
512
|
+
"text": "boolean"
|
|
513
|
+
},
|
|
514
|
+
"default": "false",
|
|
515
|
+
"description": "Indicates the icon affix alignment.",
|
|
516
|
+
"fieldName": "iconTrailing",
|
|
517
|
+
"inheritedFrom": {
|
|
518
|
+
"name": "AffixIconWithTrailing",
|
|
519
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
520
|
+
}
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "icon",
|
|
524
|
+
"type": {
|
|
525
|
+
"text": "string | undefined"
|
|
526
|
+
},
|
|
527
|
+
"description": "A decorative icon the custom element should have.",
|
|
528
|
+
"fieldName": "icon",
|
|
529
|
+
"inheritedFrom": {
|
|
530
|
+
"name": "AffixIcon",
|
|
531
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"mixins": [
|
|
536
|
+
{
|
|
537
|
+
"name": "AffixIconWithTrailing",
|
|
538
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
481
539
|
}
|
|
482
540
|
],
|
|
483
541
|
"superclass": {
|
|
@@ -841,15 +899,6 @@
|
|
|
841
899
|
"description": "The main text of the Alert.",
|
|
842
900
|
"privacy": "public"
|
|
843
901
|
},
|
|
844
|
-
{
|
|
845
|
-
"kind": "field",
|
|
846
|
-
"name": "icon",
|
|
847
|
-
"type": {
|
|
848
|
-
"text": "string | undefined"
|
|
849
|
-
},
|
|
850
|
-
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
851
|
-
"privacy": "public"
|
|
852
|
-
},
|
|
853
902
|
{
|
|
854
903
|
"kind": "field",
|
|
855
904
|
"name": "timeoutms",
|
|
@@ -930,6 +979,19 @@
|
|
|
930
979
|
"name": "#onTransitionEnd",
|
|
931
980
|
"privacy": "private"
|
|
932
981
|
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "field",
|
|
984
|
+
"name": "icon",
|
|
985
|
+
"type": {
|
|
986
|
+
"text": "string | undefined"
|
|
987
|
+
},
|
|
988
|
+
"description": "A decorative icon the custom element should have.",
|
|
989
|
+
"privacy": "public",
|
|
990
|
+
"inheritedFrom": {
|
|
991
|
+
"name": "AffixIcon",
|
|
992
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
933
995
|
{
|
|
934
996
|
"kind": "field",
|
|
935
997
|
"name": "VIVID_VERSION",
|
|
@@ -1003,14 +1065,6 @@
|
|
|
1003
1065
|
"description": "The main text of the Alert.",
|
|
1004
1066
|
"fieldName": "text"
|
|
1005
1067
|
},
|
|
1006
|
-
{
|
|
1007
|
-
"name": "icon",
|
|
1008
|
-
"type": {
|
|
1009
|
-
"text": "string | undefined"
|
|
1010
|
-
},
|
|
1011
|
-
"description": "The icon to display in the Alert. Takes precedence over the connotation's icon.",
|
|
1012
|
-
"fieldName": "icon"
|
|
1013
|
-
},
|
|
1014
1068
|
{
|
|
1015
1069
|
"type": {
|
|
1016
1070
|
"text": "number"
|
|
@@ -1042,6 +1096,28 @@
|
|
|
1042
1096
|
"default": "false",
|
|
1043
1097
|
"description": "Open state of the Alert.",
|
|
1044
1098
|
"fieldName": "open"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "icon",
|
|
1102
|
+
"type": {
|
|
1103
|
+
"text": "string | undefined"
|
|
1104
|
+
},
|
|
1105
|
+
"description": "A decorative icon the custom element should have.",
|
|
1106
|
+
"fieldName": "icon",
|
|
1107
|
+
"inheritedFrom": {
|
|
1108
|
+
"name": "AffixIcon",
|
|
1109
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
],
|
|
1113
|
+
"mixins": [
|
|
1114
|
+
{
|
|
1115
|
+
"name": "AffixIcon",
|
|
1116
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "Localized",
|
|
1120
|
+
"module": "/libs/components/src/shared/patterns"
|
|
1045
1121
|
}
|
|
1046
1122
|
],
|
|
1047
1123
|
"superclass": {
|
|
@@ -1443,6 +1519,12 @@
|
|
|
1443
1519
|
"fieldName": "playbackRates"
|
|
1444
1520
|
}
|
|
1445
1521
|
],
|
|
1522
|
+
"mixins": [
|
|
1523
|
+
{
|
|
1524
|
+
"name": "Localized",
|
|
1525
|
+
"module": "/libs/components/src/shared/patterns"
|
|
1526
|
+
}
|
|
1527
|
+
],
|
|
1446
1528
|
"superclass": {
|
|
1447
1529
|
"name": "VividElement",
|
|
1448
1530
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -2150,6 +2232,33 @@
|
|
|
2150
2232
|
"description": "Indicates the badge's text.",
|
|
2151
2233
|
"privacy": "public"
|
|
2152
2234
|
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "field",
|
|
2237
|
+
"name": "iconTrailing",
|
|
2238
|
+
"type": {
|
|
2239
|
+
"text": "boolean"
|
|
2240
|
+
},
|
|
2241
|
+
"default": "false",
|
|
2242
|
+
"description": "Indicates the icon affix alignment.",
|
|
2243
|
+
"privacy": "public",
|
|
2244
|
+
"inheritedFrom": {
|
|
2245
|
+
"name": "AffixIconWithTrailing",
|
|
2246
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "field",
|
|
2251
|
+
"name": "icon",
|
|
2252
|
+
"type": {
|
|
2253
|
+
"text": "string | undefined"
|
|
2254
|
+
},
|
|
2255
|
+
"description": "A decorative icon the custom element should have.",
|
|
2256
|
+
"privacy": "public",
|
|
2257
|
+
"inheritedFrom": {
|
|
2258
|
+
"name": "AffixIcon",
|
|
2259
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2153
2262
|
{
|
|
2154
2263
|
"kind": "field",
|
|
2155
2264
|
"name": "VIVID_VERSION",
|
|
@@ -2197,6 +2306,37 @@
|
|
|
2197
2306
|
},
|
|
2198
2307
|
"description": "Indicates the badge's text.",
|
|
2199
2308
|
"fieldName": "text"
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"name": "icon-trailing",
|
|
2312
|
+
"type": {
|
|
2313
|
+
"text": "boolean"
|
|
2314
|
+
},
|
|
2315
|
+
"default": "false",
|
|
2316
|
+
"description": "Indicates the icon affix alignment.",
|
|
2317
|
+
"fieldName": "iconTrailing",
|
|
2318
|
+
"inheritedFrom": {
|
|
2319
|
+
"name": "AffixIconWithTrailing",
|
|
2320
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "icon",
|
|
2325
|
+
"type": {
|
|
2326
|
+
"text": "string | undefined"
|
|
2327
|
+
},
|
|
2328
|
+
"description": "A decorative icon the custom element should have.",
|
|
2329
|
+
"fieldName": "icon",
|
|
2330
|
+
"inheritedFrom": {
|
|
2331
|
+
"name": "AffixIcon",
|
|
2332
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"mixins": [
|
|
2337
|
+
{
|
|
2338
|
+
"name": "AffixIconWithTrailing",
|
|
2339
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
2200
2340
|
}
|
|
2201
2341
|
],
|
|
2202
2342
|
"superclass": {
|
|
@@ -2408,6 +2548,19 @@
|
|
|
2408
2548
|
"name": "#closeOnKeyDown",
|
|
2409
2549
|
"privacy": "private"
|
|
2410
2550
|
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "icon",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "string | undefined"
|
|
2556
|
+
},
|
|
2557
|
+
"description": "A decorative icon the custom element should have.",
|
|
2558
|
+
"privacy": "public",
|
|
2559
|
+
"inheritedFrom": {
|
|
2560
|
+
"name": "AffixIcon",
|
|
2561
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2411
2564
|
{
|
|
2412
2565
|
"kind": "field",
|
|
2413
2566
|
"name": "VIVID_VERSION",
|
|
@@ -2466,9 +2619,29 @@
|
|
|
2466
2619
|
"text": "BannerConnotation | undefined"
|
|
2467
2620
|
},
|
|
2468
2621
|
"fieldName": "connotation"
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
"name": "icon",
|
|
2625
|
+
"type": {
|
|
2626
|
+
"text": "string | undefined"
|
|
2627
|
+
},
|
|
2628
|
+
"description": "A decorative icon the custom element should have.",
|
|
2629
|
+
"fieldName": "icon",
|
|
2630
|
+
"inheritedFrom": {
|
|
2631
|
+
"name": "AffixIcon",
|
|
2632
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
2633
|
+
}
|
|
2469
2634
|
}
|
|
2470
2635
|
],
|
|
2471
2636
|
"mixins": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "AffixIcon",
|
|
2639
|
+
"module": "/libs/components/src/shared/patterns"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "Localized",
|
|
2643
|
+
"module": "/libs/components/src/shared/patterns"
|
|
2644
|
+
},
|
|
2472
2645
|
{
|
|
2473
2646
|
"name": "DelegatesAria",
|
|
2474
2647
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -3144,6 +3317,33 @@
|
|
|
3144
3317
|
"description": "Indicates the target's rel.",
|
|
3145
3318
|
"privacy": "public"
|
|
3146
3319
|
},
|
|
3320
|
+
{
|
|
3321
|
+
"kind": "field",
|
|
3322
|
+
"name": "iconTrailing",
|
|
3323
|
+
"type": {
|
|
3324
|
+
"text": "boolean"
|
|
3325
|
+
},
|
|
3326
|
+
"default": "false",
|
|
3327
|
+
"description": "Indicates the icon affix alignment.",
|
|
3328
|
+
"privacy": "public",
|
|
3329
|
+
"inheritedFrom": {
|
|
3330
|
+
"name": "AffixIconWithTrailing",
|
|
3331
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
{
|
|
3335
|
+
"kind": "field",
|
|
3336
|
+
"name": "icon",
|
|
3337
|
+
"type": {
|
|
3338
|
+
"text": "string | undefined"
|
|
3339
|
+
},
|
|
3340
|
+
"description": "A decorative icon the custom element should have.",
|
|
3341
|
+
"privacy": "public",
|
|
3342
|
+
"inheritedFrom": {
|
|
3343
|
+
"name": "AffixIcon",
|
|
3344
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3147
3347
|
{
|
|
3148
3348
|
"kind": "field",
|
|
3149
3349
|
"name": "autofocus",
|
|
@@ -3571,6 +3771,31 @@
|
|
|
3571
3771
|
"description": "Indicates the target's rel.",
|
|
3572
3772
|
"fieldName": "target"
|
|
3573
3773
|
},
|
|
3774
|
+
{
|
|
3775
|
+
"name": "icon-trailing",
|
|
3776
|
+
"type": {
|
|
3777
|
+
"text": "boolean"
|
|
3778
|
+
},
|
|
3779
|
+
"default": "false",
|
|
3780
|
+
"description": "Indicates the icon affix alignment.",
|
|
3781
|
+
"fieldName": "iconTrailing",
|
|
3782
|
+
"inheritedFrom": {
|
|
3783
|
+
"name": "AffixIconWithTrailing",
|
|
3784
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "icon",
|
|
3789
|
+
"type": {
|
|
3790
|
+
"text": "string | undefined"
|
|
3791
|
+
},
|
|
3792
|
+
"description": "A decorative icon the custom element should have.",
|
|
3793
|
+
"fieldName": "icon",
|
|
3794
|
+
"inheritedFrom": {
|
|
3795
|
+
"name": "AffixIcon",
|
|
3796
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3574
3799
|
{
|
|
3575
3800
|
"name": "form",
|
|
3576
3801
|
"type": {
|
|
@@ -3644,6 +3869,12 @@
|
|
|
3644
3869
|
}
|
|
3645
3870
|
}
|
|
3646
3871
|
],
|
|
3872
|
+
"mixins": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "AffixIconWithTrailing",
|
|
3875
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3647
3878
|
"superclass": {
|
|
3648
3879
|
"name": "VividFoundationButton",
|
|
3649
3880
|
"module": "/libs/components/src/shared/foundation/button/button.js"
|
|
@@ -5103,6 +5334,19 @@
|
|
|
5103
5334
|
"description": "Filter available options by text value.",
|
|
5104
5335
|
"privacy": "public"
|
|
5105
5336
|
},
|
|
5337
|
+
{
|
|
5338
|
+
"kind": "field",
|
|
5339
|
+
"name": "icon",
|
|
5340
|
+
"type": {
|
|
5341
|
+
"text": "string | undefined"
|
|
5342
|
+
},
|
|
5343
|
+
"description": "A decorative icon the custom element should have.",
|
|
5344
|
+
"privacy": "public",
|
|
5345
|
+
"inheritedFrom": {
|
|
5346
|
+
"name": "AffixIcon",
|
|
5347
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5106
5350
|
{
|
|
5107
5351
|
"kind": "field",
|
|
5108
5352
|
"name": "proxy",
|
|
@@ -5299,6 +5543,18 @@
|
|
|
5299
5543
|
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
5300
5544
|
"fieldName": "placeholder"
|
|
5301
5545
|
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "icon",
|
|
5548
|
+
"type": {
|
|
5549
|
+
"text": "string | undefined"
|
|
5550
|
+
},
|
|
5551
|
+
"description": "A decorative icon the custom element should have.",
|
|
5552
|
+
"fieldName": "icon",
|
|
5553
|
+
"inheritedFrom": {
|
|
5554
|
+
"name": "AffixIcon",
|
|
5555
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5302
5558
|
{
|
|
5303
5559
|
"type": {
|
|
5304
5560
|
"text": "boolean"
|
|
@@ -5311,6 +5567,12 @@
|
|
|
5311
5567
|
}
|
|
5312
5568
|
}
|
|
5313
5569
|
],
|
|
5570
|
+
"mixins": [
|
|
5571
|
+
{
|
|
5572
|
+
"name": "AffixIcon",
|
|
5573
|
+
"module": "/libs/components/src/shared/patterns"
|
|
5574
|
+
}
|
|
5575
|
+
],
|
|
5314
5576
|
"superclass": {
|
|
5315
5577
|
"name": "FormAssociatedCombobox",
|
|
5316
5578
|
"module": "/libs/components/src/lib/combobox/combobox.form-associated"
|
|
@@ -8567,6 +8829,12 @@
|
|
|
8567
8829
|
"fieldName": "callButtonLabel"
|
|
8568
8830
|
}
|
|
8569
8831
|
],
|
|
8832
|
+
"mixins": [
|
|
8833
|
+
{
|
|
8834
|
+
"name": "Localized",
|
|
8835
|
+
"module": "/libs/components/src/shared/patterns"
|
|
8836
|
+
}
|
|
8837
|
+
],
|
|
8570
8838
|
"superclass": {
|
|
8571
8839
|
"name": "VividElement",
|
|
8572
8840
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -8982,6 +9250,10 @@
|
|
|
8982
9250
|
}
|
|
8983
9251
|
],
|
|
8984
9252
|
"mixins": [
|
|
9253
|
+
{
|
|
9254
|
+
"name": "Localized",
|
|
9255
|
+
"module": "/libs/components/src/shared/patterns"
|
|
9256
|
+
},
|
|
8985
9257
|
{
|
|
8986
9258
|
"name": "DelegatesAria",
|
|
8987
9259
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -9725,6 +9997,33 @@
|
|
|
9725
9997
|
"description": "Indicates the fab's label.",
|
|
9726
9998
|
"privacy": "public"
|
|
9727
9999
|
},
|
|
10000
|
+
{
|
|
10001
|
+
"kind": "field",
|
|
10002
|
+
"name": "iconTrailing",
|
|
10003
|
+
"type": {
|
|
10004
|
+
"text": "boolean"
|
|
10005
|
+
},
|
|
10006
|
+
"default": "false",
|
|
10007
|
+
"description": "Indicates the icon affix alignment.",
|
|
10008
|
+
"privacy": "public",
|
|
10009
|
+
"inheritedFrom": {
|
|
10010
|
+
"name": "AffixIconWithTrailing",
|
|
10011
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
10012
|
+
}
|
|
10013
|
+
},
|
|
10014
|
+
{
|
|
10015
|
+
"kind": "field",
|
|
10016
|
+
"name": "icon",
|
|
10017
|
+
"type": {
|
|
10018
|
+
"text": "string | undefined"
|
|
10019
|
+
},
|
|
10020
|
+
"description": "A decorative icon the custom element should have.",
|
|
10021
|
+
"privacy": "public",
|
|
10022
|
+
"inheritedFrom": {
|
|
10023
|
+
"name": "AffixIcon",
|
|
10024
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
10025
|
+
}
|
|
10026
|
+
},
|
|
9728
10027
|
{
|
|
9729
10028
|
"kind": "field",
|
|
9730
10029
|
"name": "autofocus",
|
|
@@ -10032,6 +10331,31 @@
|
|
|
10032
10331
|
"description": "Indicates the fab's label.",
|
|
10033
10332
|
"fieldName": "label"
|
|
10034
10333
|
},
|
|
10334
|
+
{
|
|
10335
|
+
"name": "icon-trailing",
|
|
10336
|
+
"type": {
|
|
10337
|
+
"text": "boolean"
|
|
10338
|
+
},
|
|
10339
|
+
"default": "false",
|
|
10340
|
+
"description": "Indicates the icon affix alignment.",
|
|
10341
|
+
"fieldName": "iconTrailing",
|
|
10342
|
+
"inheritedFrom": {
|
|
10343
|
+
"name": "AffixIconWithTrailing",
|
|
10344
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
10345
|
+
}
|
|
10346
|
+
},
|
|
10347
|
+
{
|
|
10348
|
+
"name": "icon",
|
|
10349
|
+
"type": {
|
|
10350
|
+
"text": "string | undefined"
|
|
10351
|
+
},
|
|
10352
|
+
"description": "A decorative icon the custom element should have.",
|
|
10353
|
+
"fieldName": "icon",
|
|
10354
|
+
"inheritedFrom": {
|
|
10355
|
+
"name": "AffixIcon",
|
|
10356
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
10357
|
+
}
|
|
10358
|
+
},
|
|
10035
10359
|
{
|
|
10036
10360
|
"type": {
|
|
10037
10361
|
"text": "boolean"
|
|
@@ -10116,6 +10440,12 @@
|
|
|
10116
10440
|
}
|
|
10117
10441
|
}
|
|
10118
10442
|
],
|
|
10443
|
+
"mixins": [
|
|
10444
|
+
{
|
|
10445
|
+
"name": "AffixIconWithTrailing",
|
|
10446
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
10447
|
+
}
|
|
10448
|
+
],
|
|
10119
10449
|
"superclass": {
|
|
10120
10450
|
"name": "VividFoundationButton",
|
|
10121
10451
|
"module": "/libs/components/src/shared/foundation/button"
|
|
@@ -10720,9 +11050,15 @@
|
|
|
10720
11050
|
"fieldName": "fileTooBigError"
|
|
10721
11051
|
}
|
|
10722
11052
|
],
|
|
10723
|
-
"
|
|
10724
|
-
|
|
10725
|
-
|
|
11053
|
+
"mixins": [
|
|
11054
|
+
{
|
|
11055
|
+
"name": "Localized",
|
|
11056
|
+
"module": "/libs/components/src/shared/patterns"
|
|
11057
|
+
}
|
|
11058
|
+
],
|
|
11059
|
+
"superclass": {
|
|
11060
|
+
"name": "FormAssociatedFilePicker",
|
|
11061
|
+
"module": "/libs/components/src/lib/file-picker/file-picker.form-associated"
|
|
10726
11062
|
},
|
|
10727
11063
|
"vividComponent": {
|
|
10728
11064
|
"public": true,
|
|
@@ -11231,7 +11567,7 @@
|
|
|
11231
11567
|
"kind": "field",
|
|
11232
11568
|
"name": "autoSizing",
|
|
11233
11569
|
"type": {
|
|
11234
|
-
"text": "
|
|
11570
|
+
"text": "'fit' | 'fill' | undefined"
|
|
11235
11571
|
},
|
|
11236
11572
|
"description": "sets the initial preferred auto-sizing from predefined available options",
|
|
11237
11573
|
"privacy": "public"
|
|
@@ -11287,7 +11623,7 @@
|
|
|
11287
11623
|
{
|
|
11288
11624
|
"name": "auto-sizing",
|
|
11289
11625
|
"type": {
|
|
11290
|
-
"text": "
|
|
11626
|
+
"text": "'fit' | 'fill' | undefined"
|
|
11291
11627
|
},
|
|
11292
11628
|
"description": "sets the initial preferred auto-sizing from predefined available options",
|
|
11293
11629
|
"fieldName": "autoSizing"
|
|
@@ -12059,7 +12395,7 @@
|
|
|
12059
12395
|
"kind": "field",
|
|
12060
12396
|
"name": "checkedAppearance",
|
|
12061
12397
|
"type": {
|
|
12062
|
-
"text": "
|
|
12398
|
+
"text": "| 'normal'\n\t\t| 'tick-only' | undefined"
|
|
12063
12399
|
},
|
|
12064
12400
|
"description": "Controls the appearance of the check indicator.",
|
|
12065
12401
|
"privacy": "public"
|
|
@@ -12103,6 +12439,19 @@
|
|
|
12103
12439
|
"kind": "method",
|
|
12104
12440
|
"name": "#emitSyntheticClick"
|
|
12105
12441
|
},
|
|
12442
|
+
{
|
|
12443
|
+
"kind": "field",
|
|
12444
|
+
"name": "icon",
|
|
12445
|
+
"type": {
|
|
12446
|
+
"text": "string | undefined"
|
|
12447
|
+
},
|
|
12448
|
+
"description": "A decorative icon the custom element should have.",
|
|
12449
|
+
"privacy": "public",
|
|
12450
|
+
"inheritedFrom": {
|
|
12451
|
+
"name": "AffixIcon",
|
|
12452
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12453
|
+
}
|
|
12454
|
+
},
|
|
12106
12455
|
{
|
|
12107
12456
|
"kind": "field",
|
|
12108
12457
|
"name": "VIVID_VERSION",
|
|
@@ -12200,10 +12549,28 @@
|
|
|
12200
12549
|
{
|
|
12201
12550
|
"name": "check-appearance",
|
|
12202
12551
|
"type": {
|
|
12203
|
-
"text": "
|
|
12552
|
+
"text": "| 'normal'\n\t\t| 'tick-only' | undefined"
|
|
12204
12553
|
},
|
|
12205
12554
|
"description": "Controls the appearance of the check indicator.",
|
|
12206
12555
|
"fieldName": "checkedAppearance"
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"name": "icon",
|
|
12559
|
+
"type": {
|
|
12560
|
+
"text": "string | undefined"
|
|
12561
|
+
},
|
|
12562
|
+
"description": "A decorative icon the custom element should have.",
|
|
12563
|
+
"fieldName": "icon",
|
|
12564
|
+
"inheritedFrom": {
|
|
12565
|
+
"name": "AffixIcon",
|
|
12566
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12567
|
+
}
|
|
12568
|
+
}
|
|
12569
|
+
],
|
|
12570
|
+
"mixins": [
|
|
12571
|
+
{
|
|
12572
|
+
"name": "AffixIcon",
|
|
12573
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
12207
12574
|
}
|
|
12208
12575
|
],
|
|
12209
12576
|
"superclass": {
|
|
@@ -12504,6 +12871,19 @@
|
|
|
12504
12871
|
"name": "#onToggle",
|
|
12505
12872
|
"privacy": "private"
|
|
12506
12873
|
},
|
|
12874
|
+
{
|
|
12875
|
+
"kind": "field",
|
|
12876
|
+
"name": "icon",
|
|
12877
|
+
"type": {
|
|
12878
|
+
"text": "string | undefined"
|
|
12879
|
+
},
|
|
12880
|
+
"description": "A decorative icon the custom element should have.",
|
|
12881
|
+
"privacy": "public",
|
|
12882
|
+
"inheritedFrom": {
|
|
12883
|
+
"name": "AffixIcon",
|
|
12884
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12885
|
+
}
|
|
12886
|
+
},
|
|
12507
12887
|
{
|
|
12508
12888
|
"kind": "field",
|
|
12509
12889
|
"name": "VIVID_VERSION",
|
|
@@ -12559,9 +12939,25 @@
|
|
|
12559
12939
|
"default": "false",
|
|
12560
12940
|
"description": "Indicates whether the nav-disclosure is open",
|
|
12561
12941
|
"fieldName": "open"
|
|
12942
|
+
},
|
|
12943
|
+
{
|
|
12944
|
+
"name": "icon",
|
|
12945
|
+
"type": {
|
|
12946
|
+
"text": "string | undefined"
|
|
12947
|
+
},
|
|
12948
|
+
"description": "A decorative icon the custom element should have.",
|
|
12949
|
+
"fieldName": "icon",
|
|
12950
|
+
"inheritedFrom": {
|
|
12951
|
+
"name": "AffixIcon",
|
|
12952
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
12953
|
+
}
|
|
12562
12954
|
}
|
|
12563
12955
|
],
|
|
12564
12956
|
"mixins": [
|
|
12957
|
+
{
|
|
12958
|
+
"name": "AffixIcon",
|
|
12959
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
12960
|
+
},
|
|
12565
12961
|
{
|
|
12566
12962
|
"name": "DelegatesAria",
|
|
12567
12963
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -12720,6 +13116,19 @@
|
|
|
12720
13116
|
"kind": "method",
|
|
12721
13117
|
"name": "getBodyTemplate"
|
|
12722
13118
|
},
|
|
13119
|
+
{
|
|
13120
|
+
"kind": "field",
|
|
13121
|
+
"name": "icon",
|
|
13122
|
+
"type": {
|
|
13123
|
+
"text": "string | undefined"
|
|
13124
|
+
},
|
|
13125
|
+
"description": "A decorative icon the custom element should have.",
|
|
13126
|
+
"privacy": "public",
|
|
13127
|
+
"inheritedFrom": {
|
|
13128
|
+
"name": "AffixIcon",
|
|
13129
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13130
|
+
}
|
|
13131
|
+
},
|
|
12723
13132
|
{
|
|
12724
13133
|
"kind": "field",
|
|
12725
13134
|
"name": "text",
|
|
@@ -12774,6 +13183,12 @@
|
|
|
12774
13183
|
}
|
|
12775
13184
|
}
|
|
12776
13185
|
],
|
|
13186
|
+
"mixins": [
|
|
13187
|
+
{
|
|
13188
|
+
"name": "AffixIcon",
|
|
13189
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
13190
|
+
}
|
|
13191
|
+
],
|
|
12777
13192
|
"superclass": {
|
|
12778
13193
|
"name": "TextAnchor",
|
|
12779
13194
|
"module": "/libs/components/src/lib/text-anchor/text-anchor"
|
|
@@ -12783,6 +13198,18 @@
|
|
|
12783
13198
|
"name": "nav-item"
|
|
12784
13199
|
},
|
|
12785
13200
|
"attributes": [
|
|
13201
|
+
{
|
|
13202
|
+
"name": "icon",
|
|
13203
|
+
"type": {
|
|
13204
|
+
"text": "string | undefined"
|
|
13205
|
+
},
|
|
13206
|
+
"description": "A decorative icon the custom element should have.",
|
|
13207
|
+
"fieldName": "icon",
|
|
13208
|
+
"inheritedFrom": {
|
|
13209
|
+
"name": "AffixIcon",
|
|
13210
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13211
|
+
}
|
|
13212
|
+
},
|
|
12786
13213
|
{
|
|
12787
13214
|
"name": "text",
|
|
12788
13215
|
"type": {
|
|
@@ -12985,6 +13412,19 @@
|
|
|
12985
13412
|
"text": "NoteConnotation | undefined"
|
|
12986
13413
|
}
|
|
12987
13414
|
},
|
|
13415
|
+
{
|
|
13416
|
+
"kind": "field",
|
|
13417
|
+
"name": "icon",
|
|
13418
|
+
"type": {
|
|
13419
|
+
"text": "string | undefined"
|
|
13420
|
+
},
|
|
13421
|
+
"description": "A decorative icon the custom element should have.",
|
|
13422
|
+
"privacy": "public",
|
|
13423
|
+
"inheritedFrom": {
|
|
13424
|
+
"name": "AffixIcon",
|
|
13425
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13426
|
+
}
|
|
13427
|
+
},
|
|
12988
13428
|
{
|
|
12989
13429
|
"kind": "field",
|
|
12990
13430
|
"name": "VIVID_VERSION",
|
|
@@ -13015,6 +13455,24 @@
|
|
|
13015
13455
|
"text": "NoteConnotation | undefined"
|
|
13016
13456
|
},
|
|
13017
13457
|
"fieldName": "connotation"
|
|
13458
|
+
},
|
|
13459
|
+
{
|
|
13460
|
+
"name": "icon",
|
|
13461
|
+
"type": {
|
|
13462
|
+
"text": "string | undefined"
|
|
13463
|
+
},
|
|
13464
|
+
"description": "A decorative icon the custom element should have.",
|
|
13465
|
+
"fieldName": "icon",
|
|
13466
|
+
"inheritedFrom": {
|
|
13467
|
+
"name": "AffixIcon",
|
|
13468
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13469
|
+
}
|
|
13470
|
+
}
|
|
13471
|
+
],
|
|
13472
|
+
"mixins": [
|
|
13473
|
+
{
|
|
13474
|
+
"name": "AffixIcon",
|
|
13475
|
+
"module": "/libs/components/src/shared/patterns"
|
|
13018
13476
|
}
|
|
13019
13477
|
],
|
|
13020
13478
|
"superclass": {
|
|
@@ -13435,6 +13893,19 @@
|
|
|
13435
13893
|
"text": "string | undefined"
|
|
13436
13894
|
}
|
|
13437
13895
|
},
|
|
13896
|
+
{
|
|
13897
|
+
"kind": "field",
|
|
13898
|
+
"name": "icon",
|
|
13899
|
+
"type": {
|
|
13900
|
+
"text": "string | undefined"
|
|
13901
|
+
},
|
|
13902
|
+
"description": "A decorative icon the custom element should have.",
|
|
13903
|
+
"privacy": "public",
|
|
13904
|
+
"inheritedFrom": {
|
|
13905
|
+
"name": "AffixIcon",
|
|
13906
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
13907
|
+
}
|
|
13908
|
+
},
|
|
13438
13909
|
{
|
|
13439
13910
|
"kind": "field",
|
|
13440
13911
|
"name": "proxy",
|
|
@@ -13595,9 +14066,29 @@
|
|
|
13595
14066
|
"text": "string | undefined"
|
|
13596
14067
|
},
|
|
13597
14068
|
"fieldName": "autoComplete"
|
|
14069
|
+
},
|
|
14070
|
+
{
|
|
14071
|
+
"name": "icon",
|
|
14072
|
+
"type": {
|
|
14073
|
+
"text": "string | undefined"
|
|
14074
|
+
},
|
|
14075
|
+
"description": "A decorative icon the custom element should have.",
|
|
14076
|
+
"fieldName": "icon",
|
|
14077
|
+
"inheritedFrom": {
|
|
14078
|
+
"name": "AffixIcon",
|
|
14079
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
14080
|
+
}
|
|
13598
14081
|
}
|
|
13599
14082
|
],
|
|
13600
14083
|
"mixins": [
|
|
14084
|
+
{
|
|
14085
|
+
"name": "AffixIcon",
|
|
14086
|
+
"module": "/libs/components/src/shared/patterns"
|
|
14087
|
+
},
|
|
14088
|
+
{
|
|
14089
|
+
"name": "Localized",
|
|
14090
|
+
"module": "/libs/components/src/shared/patterns"
|
|
14091
|
+
},
|
|
13601
14092
|
{
|
|
13602
14093
|
"name": "DelegatesAria",
|
|
13603
14094
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -13917,6 +14408,33 @@
|
|
|
13917
14408
|
"default": "new Option(\n\t\t\tthis.text,\n\t\t\t// @ts-expect-error Propery is used before it is assigned\n\t\t\tthis.initialValue,\n\t\t\tthis.defaultSelected,\n\t\t\tthis.selected\n\t\t)",
|
|
13918
14409
|
"description": ""
|
|
13919
14410
|
},
|
|
14411
|
+
{
|
|
14412
|
+
"kind": "field",
|
|
14413
|
+
"name": "iconTrailing",
|
|
14414
|
+
"type": {
|
|
14415
|
+
"text": "boolean"
|
|
14416
|
+
},
|
|
14417
|
+
"default": "false",
|
|
14418
|
+
"description": "Indicates the icon affix alignment.",
|
|
14419
|
+
"privacy": "public",
|
|
14420
|
+
"inheritedFrom": {
|
|
14421
|
+
"name": "AffixIconWithTrailing",
|
|
14422
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
14423
|
+
}
|
|
14424
|
+
},
|
|
14425
|
+
{
|
|
14426
|
+
"kind": "field",
|
|
14427
|
+
"name": "icon",
|
|
14428
|
+
"type": {
|
|
14429
|
+
"text": "string | undefined"
|
|
14430
|
+
},
|
|
14431
|
+
"description": "A decorative icon the custom element should have.",
|
|
14432
|
+
"privacy": "public",
|
|
14433
|
+
"inheritedFrom": {
|
|
14434
|
+
"name": "AffixIcon",
|
|
14435
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
14436
|
+
}
|
|
14437
|
+
},
|
|
13920
14438
|
{
|
|
13921
14439
|
"kind": "field",
|
|
13922
14440
|
"name": "VIVID_VERSION",
|
|
@@ -13977,6 +14495,37 @@
|
|
|
13977
14495
|
},
|
|
13978
14496
|
"description": "Text to highlighted as matching a search query.",
|
|
13979
14497
|
"fieldName": "matchedText"
|
|
14498
|
+
},
|
|
14499
|
+
{
|
|
14500
|
+
"name": "icon-trailing",
|
|
14501
|
+
"type": {
|
|
14502
|
+
"text": "boolean"
|
|
14503
|
+
},
|
|
14504
|
+
"default": "false",
|
|
14505
|
+
"description": "Indicates the icon affix alignment.",
|
|
14506
|
+
"fieldName": "iconTrailing",
|
|
14507
|
+
"inheritedFrom": {
|
|
14508
|
+
"name": "AffixIconWithTrailing",
|
|
14509
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
14510
|
+
}
|
|
14511
|
+
},
|
|
14512
|
+
{
|
|
14513
|
+
"name": "icon",
|
|
14514
|
+
"type": {
|
|
14515
|
+
"text": "string | undefined"
|
|
14516
|
+
},
|
|
14517
|
+
"description": "A decorative icon the custom element should have.",
|
|
14518
|
+
"fieldName": "icon",
|
|
14519
|
+
"inheritedFrom": {
|
|
14520
|
+
"name": "AffixIcon",
|
|
14521
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
14522
|
+
}
|
|
14523
|
+
}
|
|
14524
|
+
],
|
|
14525
|
+
"mixins": [
|
|
14526
|
+
{
|
|
14527
|
+
"name": "AffixIconWithTrailing",
|
|
14528
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
13980
14529
|
}
|
|
13981
14530
|
],
|
|
13982
14531
|
"superclass": {
|
|
@@ -16471,6 +17020,12 @@
|
|
|
16471
17020
|
"fieldName": "pin"
|
|
16472
17021
|
}
|
|
16473
17022
|
],
|
|
17023
|
+
"mixins": [
|
|
17024
|
+
{
|
|
17025
|
+
"name": "Localized",
|
|
17026
|
+
"module": "/libs/components/src/shared/patterns"
|
|
17027
|
+
}
|
|
17028
|
+
],
|
|
16474
17029
|
"superclass": {
|
|
16475
17030
|
"name": "FormAssociatedRangeSlider",
|
|
16476
17031
|
"module": "/libs/components/src/lib/range-slider/range-slider.form-associated"
|
|
@@ -16665,6 +17220,18 @@
|
|
|
16665
17220
|
}
|
|
16666
17221
|
]
|
|
16667
17222
|
},
|
|
17223
|
+
{
|
|
17224
|
+
"kind": "method",
|
|
17225
|
+
"name": "setSelectionDecoration",
|
|
17226
|
+
"parameters": [
|
|
17227
|
+
{
|
|
17228
|
+
"name": "decoration",
|
|
17229
|
+
"type": {
|
|
17230
|
+
"text": "string"
|
|
17231
|
+
}
|
|
17232
|
+
}
|
|
17233
|
+
]
|
|
17234
|
+
},
|
|
16668
17235
|
{
|
|
16669
17236
|
"kind": "field",
|
|
16670
17237
|
"name": "VIVID_VERSION",
|
|
@@ -16870,6 +17437,12 @@
|
|
|
16870
17437
|
"fieldName": "disabled"
|
|
16871
17438
|
}
|
|
16872
17439
|
],
|
|
17440
|
+
"mixins": [
|
|
17441
|
+
{
|
|
17442
|
+
"name": "Localized",
|
|
17443
|
+
"module": "/libs/components/src/shared/patterns"
|
|
17444
|
+
}
|
|
17445
|
+
],
|
|
16873
17446
|
"superclass": {
|
|
16874
17447
|
"name": "VividElement",
|
|
16875
17448
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -17370,6 +17943,33 @@
|
|
|
17370
17943
|
"privacy": "private",
|
|
17371
17944
|
"default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
|
|
17372
17945
|
},
|
|
17946
|
+
{
|
|
17947
|
+
"kind": "field",
|
|
17948
|
+
"name": "iconTrailing",
|
|
17949
|
+
"type": {
|
|
17950
|
+
"text": "boolean"
|
|
17951
|
+
},
|
|
17952
|
+
"default": "false",
|
|
17953
|
+
"description": "Indicates the icon affix alignment.",
|
|
17954
|
+
"privacy": "public",
|
|
17955
|
+
"inheritedFrom": {
|
|
17956
|
+
"name": "AffixIconWithTrailing",
|
|
17957
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
17958
|
+
}
|
|
17959
|
+
},
|
|
17960
|
+
{
|
|
17961
|
+
"kind": "field",
|
|
17962
|
+
"name": "icon",
|
|
17963
|
+
"type": {
|
|
17964
|
+
"text": "string | undefined"
|
|
17965
|
+
},
|
|
17966
|
+
"description": "A decorative icon the custom element should have.",
|
|
17967
|
+
"privacy": "public",
|
|
17968
|
+
"inheritedFrom": {
|
|
17969
|
+
"name": "AffixIcon",
|
|
17970
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
17971
|
+
}
|
|
17972
|
+
},
|
|
17373
17973
|
{
|
|
17374
17974
|
"kind": "field",
|
|
17375
17975
|
"name": "proxy",
|
|
@@ -17491,6 +18091,41 @@
|
|
|
17491
18091
|
"default": "false",
|
|
17492
18092
|
"description": "Adds a clear button to the input field that clears the selected values.",
|
|
17493
18093
|
"fieldName": "clearable"
|
|
18094
|
+
},
|
|
18095
|
+
{
|
|
18096
|
+
"name": "icon-trailing",
|
|
18097
|
+
"type": {
|
|
18098
|
+
"text": "boolean"
|
|
18099
|
+
},
|
|
18100
|
+
"default": "false",
|
|
18101
|
+
"description": "Indicates the icon affix alignment.",
|
|
18102
|
+
"fieldName": "iconTrailing",
|
|
18103
|
+
"inheritedFrom": {
|
|
18104
|
+
"name": "AffixIconWithTrailing",
|
|
18105
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18106
|
+
}
|
|
18107
|
+
},
|
|
18108
|
+
{
|
|
18109
|
+
"name": "icon",
|
|
18110
|
+
"type": {
|
|
18111
|
+
"text": "string | undefined"
|
|
18112
|
+
},
|
|
18113
|
+
"description": "A decorative icon the custom element should have.",
|
|
18114
|
+
"fieldName": "icon",
|
|
18115
|
+
"inheritedFrom": {
|
|
18116
|
+
"name": "AffixIcon",
|
|
18117
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18118
|
+
}
|
|
18119
|
+
}
|
|
18120
|
+
],
|
|
18121
|
+
"mixins": [
|
|
18122
|
+
{
|
|
18123
|
+
"name": "AffixIconWithTrailing",
|
|
18124
|
+
"module": "/libs/components/src/shared/patterns"
|
|
18125
|
+
},
|
|
18126
|
+
{
|
|
18127
|
+
"name": "Localized",
|
|
18128
|
+
"module": "/libs/components/src/shared/patterns"
|
|
17494
18129
|
}
|
|
17495
18130
|
],
|
|
17496
18131
|
"superclass": {
|
|
@@ -17942,6 +18577,33 @@
|
|
|
17942
18577
|
"kind": "method",
|
|
17943
18578
|
"name": "formResetCallback"
|
|
17944
18579
|
},
|
|
18580
|
+
{
|
|
18581
|
+
"kind": "field",
|
|
18582
|
+
"name": "iconTrailing",
|
|
18583
|
+
"type": {
|
|
18584
|
+
"text": "boolean"
|
|
18585
|
+
},
|
|
18586
|
+
"default": "false",
|
|
18587
|
+
"description": "Indicates the icon affix alignment.",
|
|
18588
|
+
"privacy": "public",
|
|
18589
|
+
"inheritedFrom": {
|
|
18590
|
+
"name": "AffixIconWithTrailing",
|
|
18591
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18592
|
+
}
|
|
18593
|
+
},
|
|
18594
|
+
{
|
|
18595
|
+
"kind": "field",
|
|
18596
|
+
"name": "icon",
|
|
18597
|
+
"type": {
|
|
18598
|
+
"text": "string | undefined"
|
|
18599
|
+
},
|
|
18600
|
+
"description": "A decorative icon the custom element should have.",
|
|
18601
|
+
"privacy": "public",
|
|
18602
|
+
"inheritedFrom": {
|
|
18603
|
+
"name": "AffixIcon",
|
|
18604
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18605
|
+
}
|
|
18606
|
+
},
|
|
17945
18607
|
{
|
|
17946
18608
|
"kind": "field",
|
|
17947
18609
|
"name": "proxy",
|
|
@@ -18142,6 +18804,37 @@
|
|
|
18142
18804
|
},
|
|
18143
18805
|
"description": "The placeholder attribute.",
|
|
18144
18806
|
"fieldName": "placeholder"
|
|
18807
|
+
},
|
|
18808
|
+
{
|
|
18809
|
+
"name": "icon-trailing",
|
|
18810
|
+
"type": {
|
|
18811
|
+
"text": "boolean"
|
|
18812
|
+
},
|
|
18813
|
+
"default": "false",
|
|
18814
|
+
"description": "Indicates the icon affix alignment.",
|
|
18815
|
+
"fieldName": "iconTrailing",
|
|
18816
|
+
"inheritedFrom": {
|
|
18817
|
+
"name": "AffixIconWithTrailing",
|
|
18818
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18819
|
+
}
|
|
18820
|
+
},
|
|
18821
|
+
{
|
|
18822
|
+
"name": "icon",
|
|
18823
|
+
"type": {
|
|
18824
|
+
"text": "string | undefined"
|
|
18825
|
+
},
|
|
18826
|
+
"description": "A decorative icon the custom element should have.",
|
|
18827
|
+
"fieldName": "icon",
|
|
18828
|
+
"inheritedFrom": {
|
|
18829
|
+
"name": "AffixIcon",
|
|
18830
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
18831
|
+
}
|
|
18832
|
+
}
|
|
18833
|
+
],
|
|
18834
|
+
"mixins": [
|
|
18835
|
+
{
|
|
18836
|
+
"name": "AffixIconWithTrailing",
|
|
18837
|
+
"module": "/libs/components/src/shared/patterns"
|
|
18145
18838
|
}
|
|
18146
18839
|
],
|
|
18147
18840
|
"superclass": {
|
|
@@ -19155,7 +19848,11 @@
|
|
|
19155
19848
|
],
|
|
19156
19849
|
"mixins": [
|
|
19157
19850
|
{
|
|
19158
|
-
"name": "
|
|
19851
|
+
"name": "Localized",
|
|
19852
|
+
"module": "/libs/components/src/shared/patterns"
|
|
19853
|
+
},
|
|
19854
|
+
{
|
|
19855
|
+
"name": "DelegatesAria",
|
|
19159
19856
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
19160
19857
|
}
|
|
19161
19858
|
],
|
|
@@ -19200,12 +19897,12 @@
|
|
|
19200
19897
|
},
|
|
19201
19898
|
{
|
|
19202
19899
|
"kind": "javascript-module",
|
|
19203
|
-
"path": "libs/components/src/lib/
|
|
19900
|
+
"path": "libs/components/src/lib/split-button/definition.ts",
|
|
19204
19901
|
"declarations": [
|
|
19205
19902
|
{
|
|
19206
19903
|
"kind": "variable",
|
|
19207
|
-
"name": "
|
|
19208
|
-
"description": "Registers the
|
|
19904
|
+
"name": "registerSplitButton",
|
|
19905
|
+
"description": "Registers the button elements with the design system.",
|
|
19209
19906
|
"parameters": [
|
|
19210
19907
|
{
|
|
19211
19908
|
"description": "the prefix to use for the component name",
|
|
@@ -19217,267 +19914,361 @@
|
|
|
19217
19914
|
"exports": [
|
|
19218
19915
|
{
|
|
19219
19916
|
"kind": "js",
|
|
19220
|
-
"name": "
|
|
19917
|
+
"name": "SplitButtonAppearance",
|
|
19221
19918
|
"declaration": {
|
|
19222
|
-
"name": "
|
|
19223
|
-
"module": "./
|
|
19919
|
+
"name": "SplitButtonAppearance",
|
|
19920
|
+
"module": "./split-button"
|
|
19224
19921
|
}
|
|
19225
19922
|
},
|
|
19226
19923
|
{
|
|
19227
19924
|
"kind": "js",
|
|
19228
|
-
"name": "
|
|
19925
|
+
"name": "SplitButtonConnotation",
|
|
19229
19926
|
"declaration": {
|
|
19230
|
-
"name": "
|
|
19231
|
-
"module": "
|
|
19927
|
+
"name": "SplitButtonConnotation",
|
|
19928
|
+
"module": "./split-button"
|
|
19232
19929
|
}
|
|
19233
19930
|
},
|
|
19234
19931
|
{
|
|
19235
19932
|
"kind": "js",
|
|
19236
|
-
"name": "
|
|
19933
|
+
"name": "SplitButtonShape",
|
|
19237
19934
|
"declaration": {
|
|
19238
|
-
"name": "
|
|
19239
|
-
"module": "
|
|
19935
|
+
"name": "SplitButtonShape",
|
|
19936
|
+
"module": "./split-button"
|
|
19240
19937
|
}
|
|
19241
|
-
}
|
|
19242
|
-
]
|
|
19243
|
-
},
|
|
19244
|
-
{
|
|
19245
|
-
"kind": "javascript-module",
|
|
19246
|
-
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
19247
|
-
"declarations": [
|
|
19938
|
+
},
|
|
19248
19939
|
{
|
|
19249
|
-
"kind": "
|
|
19250
|
-
"
|
|
19251
|
-
"
|
|
19252
|
-
|
|
19253
|
-
|
|
19254
|
-
"kind": "field",
|
|
19255
|
-
"name": "proxy"
|
|
19256
|
-
},
|
|
19257
|
-
{
|
|
19258
|
-
"kind": "field",
|
|
19259
|
-
"name": "VIVID_VERSION",
|
|
19260
|
-
"static": true,
|
|
19261
|
-
"default": "__PACKAGE_VERSION__",
|
|
19262
|
-
"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`.",
|
|
19263
|
-
"type": {
|
|
19264
|
-
"text": "string"
|
|
19265
|
-
},
|
|
19266
|
-
"inheritedFrom": {
|
|
19267
|
-
"name": "VividElement",
|
|
19268
|
-
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
19269
|
-
}
|
|
19270
|
-
}
|
|
19271
|
-
],
|
|
19272
|
-
"mixins": [
|
|
19273
|
-
{
|
|
19274
|
-
"name": "CheckableFormAssociated",
|
|
19275
|
-
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
19276
|
-
}
|
|
19277
|
-
],
|
|
19278
|
-
"superclass": {
|
|
19279
|
-
"name": "_Switch",
|
|
19280
|
-
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
19940
|
+
"kind": "js",
|
|
19941
|
+
"name": "SplitButtonSize",
|
|
19942
|
+
"declaration": {
|
|
19943
|
+
"name": "SplitButtonSize",
|
|
19944
|
+
"module": "./split-button"
|
|
19281
19945
|
}
|
|
19282
|
-
}
|
|
19283
|
-
],
|
|
19284
|
-
"exports": [
|
|
19946
|
+
},
|
|
19285
19947
|
{
|
|
19286
19948
|
"kind": "js",
|
|
19287
|
-
"name": "
|
|
19949
|
+
"name": "registerSplitButton",
|
|
19288
19950
|
"declaration": {
|
|
19289
|
-
"name": "
|
|
19290
|
-
"module": "libs/components/src/lib/
|
|
19951
|
+
"name": "registerSplitButton",
|
|
19952
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
19953
|
+
}
|
|
19954
|
+
},
|
|
19955
|
+
{
|
|
19956
|
+
"kind": "js",
|
|
19957
|
+
"name": "VwcSplitButtonElement",
|
|
19958
|
+
"declaration": {
|
|
19959
|
+
"name": "SplitButton",
|
|
19960
|
+
"module": "libs/components/src/lib/split-button/definition.ts"
|
|
19291
19961
|
}
|
|
19292
19962
|
}
|
|
19293
19963
|
]
|
|
19294
19964
|
},
|
|
19295
19965
|
{
|
|
19296
19966
|
"kind": "javascript-module",
|
|
19297
|
-
"path": "libs/components/src/lib/
|
|
19967
|
+
"path": "libs/components/src/lib/split-button/locale.ts",
|
|
19968
|
+
"declarations": [],
|
|
19969
|
+
"exports": []
|
|
19970
|
+
},
|
|
19971
|
+
{
|
|
19972
|
+
"kind": "javascript-module",
|
|
19973
|
+
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
19298
19974
|
"declarations": [
|
|
19299
19975
|
{
|
|
19300
19976
|
"kind": "class",
|
|
19301
19977
|
"description": "",
|
|
19302
|
-
"name": "
|
|
19978
|
+
"name": "SplitButton",
|
|
19303
19979
|
"cssProperties": [
|
|
19304
19980
|
{
|
|
19305
|
-
"name": "--vvd-
|
|
19306
|
-
"default": "var(--vvd-color-
|
|
19981
|
+
"name": "--vvd-split-button-cta-primary",
|
|
19982
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19307
19983
|
},
|
|
19308
19984
|
{
|
|
19309
|
-
"name": "--vvd-
|
|
19310
|
-
"default": "var(--vvd-color-
|
|
19985
|
+
"name": "--vvd-split-button-cta-primary-text",
|
|
19986
|
+
"default": "var(--vvd-color-canvas)"
|
|
19311
19987
|
},
|
|
19312
19988
|
{
|
|
19313
|
-
"name": "--vvd-
|
|
19989
|
+
"name": "--vvd-split-button-cta-primary-increment",
|
|
19314
19990
|
"default": "var(--vvd-color-cta-600)"
|
|
19315
19991
|
},
|
|
19316
19992
|
{
|
|
19317
|
-
"name": "--vvd-
|
|
19993
|
+
"name": "--vvd-split-button-cta-contrast",
|
|
19994
|
+
"default": "var(--vvd-color-cta-800)"
|
|
19995
|
+
},
|
|
19996
|
+
{
|
|
19997
|
+
"name": "--vvd-split-button-cta-fierce",
|
|
19998
|
+
"default": "var(--vvd-color-cta-700)"
|
|
19999
|
+
},
|
|
20000
|
+
{
|
|
20001
|
+
"name": "--vvd-split-button-cta-firm",
|
|
19318
20002
|
"default": "var(--vvd-color-cta-600)"
|
|
19319
20003
|
},
|
|
19320
20004
|
{
|
|
19321
|
-
"name": "--vvd-
|
|
19322
|
-
"default": "var(--vvd-color-cta-
|
|
20005
|
+
"name": "--vvd-split-button-cta-soft",
|
|
20006
|
+
"default": "var(--vvd-color-cta-100)"
|
|
19323
20007
|
},
|
|
19324
20008
|
{
|
|
19325
|
-
"name": "--vvd-
|
|
19326
|
-
"default": "var(--vvd-color-cta-
|
|
20009
|
+
"name": "--vvd-split-button-cta-faint",
|
|
20010
|
+
"default": "var(--vvd-color-cta-50)"
|
|
19327
20011
|
},
|
|
19328
20012
|
{
|
|
19329
|
-
"name": "--vvd-
|
|
20013
|
+
"name": "--vvd-split-button-success-primary",
|
|
20014
|
+
"default": "var(--vvd-color-success-500)"
|
|
20015
|
+
},
|
|
20016
|
+
{
|
|
20017
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
19330
20018
|
"default": "var(--vvd-color-canvas)"
|
|
19331
20019
|
},
|
|
19332
20020
|
{
|
|
19333
|
-
"name": "--vvd-
|
|
19334
|
-
"default": "var(--vvd-color-
|
|
20021
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
20022
|
+
"default": "var(--vvd-color-success-600)"
|
|
19335
20023
|
},
|
|
19336
20024
|
{
|
|
19337
|
-
"name": "--vvd-
|
|
19338
|
-
"default": "var(--vvd-color-
|
|
20025
|
+
"name": "--vvd-split-button-success-contrast",
|
|
20026
|
+
"default": "var(--vvd-color-success-800)"
|
|
19339
20027
|
},
|
|
19340
20028
|
{
|
|
19341
|
-
"name": "--vvd-
|
|
19342
|
-
"default": "var(--vvd-color-
|
|
20029
|
+
"name": "--vvd-split-button-success-fierce",
|
|
20030
|
+
"default": "var(--vvd-color-success-700)"
|
|
19343
20031
|
},
|
|
19344
20032
|
{
|
|
19345
|
-
"name": "--vvd-
|
|
19346
|
-
"default": "var(--vvd-color-
|
|
20033
|
+
"name": "--vvd-split-button-success-firm",
|
|
20034
|
+
"default": "var(--vvd-color-success-600)"
|
|
19347
20035
|
},
|
|
19348
20036
|
{
|
|
19349
|
-
"name": "--vvd-
|
|
19350
|
-
"default": "var(--vvd-color-
|
|
20037
|
+
"name": "--vvd-split-button-success-soft",
|
|
20038
|
+
"default": "var(--vvd-color-success-100)"
|
|
19351
20039
|
},
|
|
19352
20040
|
{
|
|
19353
|
-
"name": "--vvd-
|
|
20041
|
+
"name": "--vvd-split-button-success-faint",
|
|
20042
|
+
"default": "var(--vvd-color-success-50)"
|
|
20043
|
+
},
|
|
20044
|
+
{
|
|
20045
|
+
"name": "--vvd-split-button-alert-primary",
|
|
20046
|
+
"default": "var(--vvd-color-alert-500)"
|
|
20047
|
+
},
|
|
20048
|
+
{
|
|
20049
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
19354
20050
|
"default": "var(--vvd-color-canvas)"
|
|
19355
20051
|
},
|
|
19356
20052
|
{
|
|
19357
|
-
"name": "--vvd-
|
|
19358
|
-
"default": "var(--vvd-color-
|
|
20053
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
20054
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19359
20055
|
},
|
|
19360
20056
|
{
|
|
19361
|
-
"name": "--vvd-
|
|
19362
|
-
"default": "var(--vvd-color-
|
|
20057
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
20058
|
+
"default": "var(--vvd-color-alert-800)"
|
|
19363
20059
|
},
|
|
19364
20060
|
{
|
|
19365
|
-
"name": "--vvd-
|
|
19366
|
-
"default": "var(--vvd-color-
|
|
20061
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
20062
|
+
"default": "var(--vvd-color-alert-700)"
|
|
19367
20063
|
},
|
|
19368
20064
|
{
|
|
19369
|
-
"name": "--vvd-
|
|
19370
|
-
"default": "var(--vvd-color-
|
|
20065
|
+
"name": "--vvd-split-button-alert-firm",
|
|
20066
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19371
20067
|
},
|
|
19372
20068
|
{
|
|
19373
|
-
"name": "--vvd-
|
|
19374
|
-
"default": "var(--vvd-color-
|
|
20069
|
+
"name": "--vvd-split-button-alert-soft",
|
|
20070
|
+
"default": "var(--vvd-color-alert-100)"
|
|
19375
20071
|
},
|
|
19376
20072
|
{
|
|
19377
|
-
"name": "--vvd-
|
|
19378
|
-
"default": "var(--vvd-color-
|
|
20073
|
+
"name": "--vvd-split-button-alert-faint",
|
|
20074
|
+
"default": "var(--vvd-color-alert-50)"
|
|
19379
20075
|
},
|
|
19380
20076
|
{
|
|
19381
|
-
"name": "--vvd-
|
|
20077
|
+
"name": "--vvd-split-button-announcement-primary",
|
|
19382
20078
|
"default": "var(--vvd-color-announcement-500)"
|
|
19383
20079
|
},
|
|
19384
20080
|
{
|
|
19385
|
-
"name": "--vvd-
|
|
19386
|
-
"default": "var(--vvd-color-
|
|
20081
|
+
"name": "--vvd-split-button-announcement-primary-text",
|
|
20082
|
+
"default": "var(--vvd-color-canvas)"
|
|
19387
20083
|
},
|
|
19388
20084
|
{
|
|
19389
|
-
"name": "--vvd-
|
|
20085
|
+
"name": "--vvd-split-button-announcement-primary-increment",
|
|
19390
20086
|
"default": "var(--vvd-color-announcement-600)"
|
|
19391
20087
|
},
|
|
19392
20088
|
{
|
|
19393
|
-
"name": "--vvd-
|
|
19394
|
-
"default": "var(--vvd-color-announcement-
|
|
20089
|
+
"name": "--vvd-split-button-announcement-contrast",
|
|
20090
|
+
"default": "var(--vvd-color-announcement-800)"
|
|
19395
20091
|
},
|
|
19396
20092
|
{
|
|
19397
|
-
"name": "--vvd-
|
|
20093
|
+
"name": "--vvd-split-button-announcement-fierce",
|
|
19398
20094
|
"default": "var(--vvd-color-announcement-700)"
|
|
19399
20095
|
},
|
|
19400
20096
|
{
|
|
19401
|
-
"name": "--vvd-
|
|
19402
|
-
"default": "var(--vvd-color-
|
|
20097
|
+
"name": "--vvd-split-button-announcement-firm",
|
|
20098
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
19403
20099
|
},
|
|
19404
20100
|
{
|
|
19405
|
-
"name": "--vvd-
|
|
20101
|
+
"name": "--vvd-split-button-announcement-soft",
|
|
20102
|
+
"default": "var(--vvd-color-announcement-100)"
|
|
20103
|
+
},
|
|
20104
|
+
{
|
|
20105
|
+
"name": "--vvd-split-button-announcement-faint",
|
|
20106
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
20107
|
+
},
|
|
20108
|
+
{
|
|
20109
|
+
"name": "--vvd-split-button-accent-primary",
|
|
19406
20110
|
"default": "var(--vvd-color-canvas-text)"
|
|
19407
20111
|
},
|
|
19408
20112
|
{
|
|
19409
|
-
"name": "--vvd-
|
|
20113
|
+
"name": "--vvd-split-button-accent-primary-text",
|
|
20114
|
+
"default": "var(--vvd-color-canvas)"
|
|
20115
|
+
},
|
|
20116
|
+
{
|
|
20117
|
+
"name": "--vvd-split-button-accent-primary-increment",
|
|
19410
20118
|
"default": "var(--vvd-color-neutral-800)"
|
|
19411
20119
|
},
|
|
19412
20120
|
{
|
|
19413
|
-
"name": "--vvd-
|
|
20121
|
+
"name": "--vvd-split-button-accent-contrast",
|
|
20122
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
20123
|
+
},
|
|
20124
|
+
{
|
|
20125
|
+
"name": "--vvd-split-button-accent-fierce",
|
|
20126
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
20127
|
+
},
|
|
20128
|
+
{
|
|
20129
|
+
"name": "--vvd-split-button-accent-firm",
|
|
19414
20130
|
"default": "var(--vvd-color-canvas-text)"
|
|
19415
20131
|
},
|
|
19416
20132
|
{
|
|
19417
|
-
"name": "--vvd-
|
|
19418
|
-
"default": "var(--vvd-color-neutral-
|
|
20133
|
+
"name": "--vvd-split-button-accent-soft",
|
|
20134
|
+
"default": "var(--vvd-color-neutral-100)"
|
|
19419
20135
|
},
|
|
19420
20136
|
{
|
|
19421
|
-
"name": "--vvd-
|
|
19422
|
-
"default": "var(--vvd-color-neutral-
|
|
20137
|
+
"name": "--vvd-split-button-accent-faint",
|
|
20138
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
20139
|
+
}
|
|
20140
|
+
],
|
|
20141
|
+
"slots": [
|
|
20142
|
+
{
|
|
20143
|
+
"description": "Default slot.",
|
|
20144
|
+
"name": ""
|
|
20145
|
+
},
|
|
20146
|
+
{
|
|
20147
|
+
"description": "Add an icon to the component.",
|
|
20148
|
+
"name": "icon"
|
|
19423
20149
|
}
|
|
19424
20150
|
],
|
|
19425
20151
|
"members": [
|
|
19426
20152
|
{
|
|
19427
20153
|
"kind": "field",
|
|
19428
|
-
"name": "
|
|
20154
|
+
"name": "_action",
|
|
19429
20155
|
"type": {
|
|
19430
|
-
"text": "
|
|
20156
|
+
"text": "HTMLButtonElement"
|
|
19431
20157
|
},
|
|
19432
|
-
"description": "
|
|
20158
|
+
"description": "Action HTML button element",
|
|
19433
20159
|
"privacy": "public"
|
|
19434
20160
|
},
|
|
20161
|
+
{
|
|
20162
|
+
"kind": "field",
|
|
20163
|
+
"name": "action",
|
|
20164
|
+
"type": {
|
|
20165
|
+
"text": "HTMLButtonElement"
|
|
20166
|
+
},
|
|
20167
|
+
"readonly": true
|
|
20168
|
+
},
|
|
20169
|
+
{
|
|
20170
|
+
"kind": "field",
|
|
20171
|
+
"name": "_indicator",
|
|
20172
|
+
"type": {
|
|
20173
|
+
"text": "HTMLButtonElement"
|
|
20174
|
+
},
|
|
20175
|
+
"description": "Indicator HTML button element",
|
|
20176
|
+
"privacy": "public"
|
|
20177
|
+
},
|
|
20178
|
+
{
|
|
20179
|
+
"kind": "field",
|
|
20180
|
+
"name": "indicator",
|
|
20181
|
+
"type": {
|
|
20182
|
+
"text": "HTMLButtonElement"
|
|
20183
|
+
},
|
|
20184
|
+
"readonly": true
|
|
20185
|
+
},
|
|
19435
20186
|
{
|
|
19436
20187
|
"kind": "field",
|
|
19437
20188
|
"name": "connotation",
|
|
19438
20189
|
"type": {
|
|
19439
|
-
"text": "
|
|
20190
|
+
"text": "SplitButtonConnotation | undefined"
|
|
19440
20191
|
},
|
|
19441
|
-
"description": "
|
|
20192
|
+
"description": "The connotation the split button should have.",
|
|
19442
20193
|
"privacy": "public"
|
|
19443
20194
|
},
|
|
19444
20195
|
{
|
|
19445
20196
|
"kind": "field",
|
|
19446
|
-
"name": "
|
|
20197
|
+
"name": "shape",
|
|
19447
20198
|
"type": {
|
|
19448
|
-
"text": "
|
|
20199
|
+
"text": "SplitButtonShape | undefined"
|
|
19449
20200
|
},
|
|
19450
|
-
"description": "
|
|
20201
|
+
"description": "The shape the split button should have.",
|
|
19451
20202
|
"privacy": "public"
|
|
19452
20203
|
},
|
|
19453
20204
|
{
|
|
19454
|
-
"kind": "
|
|
19455
|
-
"name": "
|
|
19456
|
-
"
|
|
19457
|
-
|
|
19458
|
-
|
|
19459
|
-
|
|
19460
|
-
|
|
19461
|
-
}
|
|
20205
|
+
"kind": "field",
|
|
20206
|
+
"name": "appearance",
|
|
20207
|
+
"type": {
|
|
20208
|
+
"text": "SplitButtonAppearance | undefined"
|
|
20209
|
+
},
|
|
20210
|
+
"description": "The appearance the split button should have.",
|
|
20211
|
+
"privacy": "public"
|
|
19462
20212
|
},
|
|
19463
20213
|
{
|
|
19464
20214
|
"kind": "field",
|
|
19465
|
-
"name": "
|
|
20215
|
+
"name": "size",
|
|
20216
|
+
"type": {
|
|
20217
|
+
"text": "SplitButtonSize | undefined"
|
|
20218
|
+
},
|
|
20219
|
+
"description": "The size the split button should have.",
|
|
20220
|
+
"privacy": "public"
|
|
20221
|
+
},
|
|
20222
|
+
{
|
|
20223
|
+
"kind": "field",
|
|
20224
|
+
"name": "label",
|
|
20225
|
+
"type": {
|
|
20226
|
+
"text": "string | undefined"
|
|
20227
|
+
},
|
|
20228
|
+
"description": "Indicates the split button's label.",
|
|
20229
|
+
"privacy": "public"
|
|
20230
|
+
},
|
|
20231
|
+
{
|
|
20232
|
+
"kind": "field",
|
|
20233
|
+
"name": "splitIndicator",
|
|
20234
|
+
"type": {
|
|
20235
|
+
"text": "string"
|
|
20236
|
+
},
|
|
20237
|
+
"default": "'chevron-down-line'",
|
|
20238
|
+
"description": "Indicates the split button's icon indicator.",
|
|
20239
|
+
"privacy": "public"
|
|
20240
|
+
},
|
|
20241
|
+
{
|
|
20242
|
+
"kind": "field",
|
|
20243
|
+
"name": "disabled",
|
|
19466
20244
|
"type": {
|
|
19467
20245
|
"text": "boolean"
|
|
19468
20246
|
},
|
|
19469
|
-
"default": "
|
|
20247
|
+
"default": "false",
|
|
20248
|
+
"description": "Indicates if the button is disabled.",
|
|
20249
|
+
"privacy": "public"
|
|
19470
20250
|
},
|
|
19471
20251
|
{
|
|
19472
20252
|
"kind": "field",
|
|
19473
|
-
"name": "
|
|
20253
|
+
"name": "indicatorAriaLabel",
|
|
20254
|
+
"type": {
|
|
20255
|
+
"text": "| string\n\t\t| null"
|
|
20256
|
+
},
|
|
20257
|
+
"default": "null",
|
|
20258
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
20259
|
+
"privacy": "public"
|
|
19474
20260
|
},
|
|
19475
20261
|
{
|
|
19476
20262
|
"kind": "field",
|
|
19477
|
-
"name": "
|
|
20263
|
+
"name": "icon",
|
|
20264
|
+
"type": {
|
|
20265
|
+
"text": "string | undefined"
|
|
20266
|
+
},
|
|
20267
|
+
"description": "A decorative icon the custom element should have.",
|
|
20268
|
+
"privacy": "public",
|
|
19478
20269
|
"inheritedFrom": {
|
|
19479
|
-
"name": "
|
|
19480
|
-
"module": "libs/components/src/
|
|
20270
|
+
"name": "AffixIcon",
|
|
20271
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
19481
20272
|
}
|
|
19482
20273
|
},
|
|
19483
20274
|
{
|
|
@@ -19500,81 +20291,141 @@
|
|
|
19500
20291
|
"type": {
|
|
19501
20292
|
"text": "CustomEvent<undefined>"
|
|
19502
20293
|
},
|
|
19503
|
-
"description": "
|
|
19504
|
-
"name": "
|
|
20294
|
+
"description": "Event emitted when the action button is clicked",
|
|
20295
|
+
"name": "action-click"
|
|
20296
|
+
},
|
|
20297
|
+
{
|
|
20298
|
+
"type": {
|
|
20299
|
+
"text": "CustomEvent<undefined>"
|
|
20300
|
+
},
|
|
20301
|
+
"description": "Event emitted when the indicator button is clicked",
|
|
20302
|
+
"name": "indicator-click"
|
|
19505
20303
|
}
|
|
19506
20304
|
],
|
|
19507
20305
|
"attributes": [
|
|
20306
|
+
{
|
|
20307
|
+
"name": "connotation",
|
|
20308
|
+
"type": {
|
|
20309
|
+
"text": "SplitButtonConnotation | undefined"
|
|
20310
|
+
},
|
|
20311
|
+
"description": "The connotation the split button should have.",
|
|
20312
|
+
"fieldName": "connotation"
|
|
20313
|
+
},
|
|
20314
|
+
{
|
|
20315
|
+
"name": "shape",
|
|
20316
|
+
"type": {
|
|
20317
|
+
"text": "SplitButtonShape | undefined"
|
|
20318
|
+
},
|
|
20319
|
+
"description": "The shape the split button should have.",
|
|
20320
|
+
"fieldName": "shape"
|
|
20321
|
+
},
|
|
20322
|
+
{
|
|
20323
|
+
"name": "appearance",
|
|
20324
|
+
"type": {
|
|
20325
|
+
"text": "SplitButtonAppearance | undefined"
|
|
20326
|
+
},
|
|
20327
|
+
"description": "The appearance the split button should have.",
|
|
20328
|
+
"fieldName": "appearance"
|
|
20329
|
+
},
|
|
20330
|
+
{
|
|
20331
|
+
"name": "size",
|
|
20332
|
+
"type": {
|
|
20333
|
+
"text": "SplitButtonSize | undefined"
|
|
20334
|
+
},
|
|
20335
|
+
"description": "The size the split button should have.",
|
|
20336
|
+
"fieldName": "size"
|
|
20337
|
+
},
|
|
19508
20338
|
{
|
|
19509
20339
|
"name": "label",
|
|
19510
20340
|
"type": {
|
|
19511
20341
|
"text": "string | undefined"
|
|
19512
20342
|
},
|
|
19513
|
-
"description": "Indicates the
|
|
20343
|
+
"description": "Indicates the split button's label.",
|
|
19514
20344
|
"fieldName": "label"
|
|
19515
20345
|
},
|
|
19516
20346
|
{
|
|
19517
|
-
"name": "
|
|
20347
|
+
"name": "split-indicator",
|
|
19518
20348
|
"type": {
|
|
19519
|
-
"text": "
|
|
20349
|
+
"text": "string"
|
|
19520
20350
|
},
|
|
19521
|
-
"
|
|
19522
|
-
"
|
|
20351
|
+
"default": "'chevron-down-line'",
|
|
20352
|
+
"description": "Indicates the split button's icon indicator.",
|
|
20353
|
+
"fieldName": "splitIndicator"
|
|
19523
20354
|
},
|
|
19524
20355
|
{
|
|
19525
|
-
"name": "
|
|
20356
|
+
"name": "disabled",
|
|
19526
20357
|
"type": {
|
|
19527
20358
|
"text": "boolean"
|
|
19528
20359
|
},
|
|
19529
|
-
"
|
|
19530
|
-
"
|
|
20360
|
+
"default": "false",
|
|
20361
|
+
"description": "Indicates if the button is disabled.",
|
|
20362
|
+
"fieldName": "disabled"
|
|
20363
|
+
},
|
|
20364
|
+
{
|
|
20365
|
+
"name": "indicator-aria-label",
|
|
20366
|
+
"type": {
|
|
20367
|
+
"text": "| string\n\t\t| null"
|
|
20368
|
+
},
|
|
20369
|
+
"default": "null",
|
|
20370
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
20371
|
+
"fieldName": "indicatorAriaLabel"
|
|
20372
|
+
},
|
|
20373
|
+
{
|
|
20374
|
+
"name": "icon",
|
|
20375
|
+
"type": {
|
|
20376
|
+
"text": "string | undefined"
|
|
20377
|
+
},
|
|
20378
|
+
"description": "A decorative icon the custom element should have.",
|
|
20379
|
+
"fieldName": "icon",
|
|
20380
|
+
"inheritedFrom": {
|
|
20381
|
+
"name": "AffixIcon",
|
|
20382
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
20383
|
+
}
|
|
19531
20384
|
}
|
|
19532
20385
|
],
|
|
19533
20386
|
"mixins": [
|
|
20387
|
+
{
|
|
20388
|
+
"name": "AffixIcon",
|
|
20389
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
20390
|
+
},
|
|
20391
|
+
{
|
|
20392
|
+
"name": "Localized",
|
|
20393
|
+
"module": "/libs/components/src/shared/patterns"
|
|
20394
|
+
},
|
|
19534
20395
|
{
|
|
19535
20396
|
"name": "DelegatesAria",
|
|
19536
20397
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
19537
20398
|
}
|
|
19538
20399
|
],
|
|
19539
20400
|
"superclass": {
|
|
19540
|
-
"name": "
|
|
19541
|
-
"module": "/libs/components/src/
|
|
20401
|
+
"name": "VividElement",
|
|
20402
|
+
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
19542
20403
|
},
|
|
19543
20404
|
"vividComponent": {
|
|
19544
20405
|
"public": true,
|
|
19545
|
-
"name": "
|
|
19546
|
-
"vueModels": [
|
|
19547
|
-
{
|
|
19548
|
-
"name": "modelValue",
|
|
19549
|
-
"propName": "checked",
|
|
19550
|
-
"eventNames": [
|
|
19551
|
-
"change"
|
|
19552
|
-
],
|
|
19553
|
-
"valueMapping": "event.currentTarget.checked"
|
|
19554
|
-
}
|
|
19555
|
-
]
|
|
20406
|
+
"name": "split-button"
|
|
19556
20407
|
}
|
|
19557
20408
|
}
|
|
19558
20409
|
],
|
|
19559
20410
|
"exports": [
|
|
19560
20411
|
{
|
|
19561
20412
|
"kind": "js",
|
|
19562
|
-
"name": "
|
|
20413
|
+
"name": "SplitButton",
|
|
19563
20414
|
"declaration": {
|
|
19564
|
-
"name": "
|
|
19565
|
-
"module": "libs/components/src/lib/
|
|
20415
|
+
"name": "SplitButton",
|
|
20416
|
+
"module": "libs/components/src/lib/split-button/split-button.ts"
|
|
19566
20417
|
}
|
|
19567
20418
|
}
|
|
19568
20419
|
]
|
|
19569
20420
|
},
|
|
19570
20421
|
{
|
|
19571
20422
|
"kind": "javascript-module",
|
|
19572
|
-
"path": "libs/components/src/lib/
|
|
20423
|
+
"path": "libs/components/src/lib/switch/definition.ts",
|
|
19573
20424
|
"declarations": [
|
|
19574
20425
|
{
|
|
19575
20426
|
"kind": "variable",
|
|
19576
|
-
"name": "
|
|
19577
|
-
"description": "Registers the
|
|
20427
|
+
"name": "registerSwitch",
|
|
20428
|
+
"description": "Registers the switch elements with the design system.",
|
|
19578
20429
|
"parameters": [
|
|
19579
20430
|
{
|
|
19580
20431
|
"description": "the prefix to use for the component name",
|
|
@@ -19586,358 +20437,268 @@
|
|
|
19586
20437
|
"exports": [
|
|
19587
20438
|
{
|
|
19588
20439
|
"kind": "js",
|
|
19589
|
-
"name": "
|
|
19590
|
-
"declaration": {
|
|
19591
|
-
"name": "SplitButtonAppearance",
|
|
19592
|
-
"module": "./split-button"
|
|
19593
|
-
}
|
|
19594
|
-
},
|
|
19595
|
-
{
|
|
19596
|
-
"kind": "js",
|
|
19597
|
-
"name": "SplitButtonConnotation",
|
|
19598
|
-
"declaration": {
|
|
19599
|
-
"name": "SplitButtonConnotation",
|
|
19600
|
-
"module": "./split-button"
|
|
19601
|
-
}
|
|
19602
|
-
},
|
|
19603
|
-
{
|
|
19604
|
-
"kind": "js",
|
|
19605
|
-
"name": "SplitButtonShape",
|
|
19606
|
-
"declaration": {
|
|
19607
|
-
"name": "SplitButtonShape",
|
|
19608
|
-
"module": "./split-button"
|
|
19609
|
-
}
|
|
19610
|
-
},
|
|
19611
|
-
{
|
|
19612
|
-
"kind": "js",
|
|
19613
|
-
"name": "SplitButtonSize",
|
|
20440
|
+
"name": "SwitchConnotation",
|
|
19614
20441
|
"declaration": {
|
|
19615
|
-
"name": "
|
|
19616
|
-
"module": "./
|
|
20442
|
+
"name": "SwitchConnotation",
|
|
20443
|
+
"module": "./switch"
|
|
19617
20444
|
}
|
|
19618
20445
|
},
|
|
19619
20446
|
{
|
|
19620
20447
|
"kind": "js",
|
|
19621
|
-
"name": "
|
|
20448
|
+
"name": "registerSwitch",
|
|
19622
20449
|
"declaration": {
|
|
19623
|
-
"name": "
|
|
19624
|
-
"module": "libs/components/src/lib/
|
|
20450
|
+
"name": "registerSwitch",
|
|
20451
|
+
"module": "libs/components/src/lib/switch/definition.ts"
|
|
19625
20452
|
}
|
|
19626
20453
|
},
|
|
19627
20454
|
{
|
|
19628
20455
|
"kind": "js",
|
|
19629
|
-
"name": "
|
|
20456
|
+
"name": "VwcSwitchElement",
|
|
19630
20457
|
"declaration": {
|
|
19631
|
-
"name": "
|
|
19632
|
-
"module": "libs/components/src/lib/
|
|
20458
|
+
"name": "Switch",
|
|
20459
|
+
"module": "libs/components/src/lib/switch/definition.ts"
|
|
19633
20460
|
}
|
|
19634
20461
|
}
|
|
19635
20462
|
]
|
|
19636
20463
|
},
|
|
19637
20464
|
{
|
|
19638
20465
|
"kind": "javascript-module",
|
|
19639
|
-
"path": "libs/components/src/lib/
|
|
19640
|
-
"declarations": [],
|
|
19641
|
-
"exports": []
|
|
19642
|
-
},
|
|
19643
|
-
{
|
|
19644
|
-
"kind": "javascript-module",
|
|
19645
|
-
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
20466
|
+
"path": "libs/components/src/lib/switch/switch.form-associated.ts",
|
|
19646
20467
|
"declarations": [
|
|
19647
20468
|
{
|
|
19648
20469
|
"kind": "class",
|
|
19649
20470
|
"description": "",
|
|
19650
|
-
"name": "
|
|
19651
|
-
"
|
|
20471
|
+
"name": "FormAssociatedSwitch",
|
|
20472
|
+
"members": [
|
|
19652
20473
|
{
|
|
19653
|
-
"
|
|
19654
|
-
"
|
|
20474
|
+
"kind": "field",
|
|
20475
|
+
"name": "proxy"
|
|
19655
20476
|
},
|
|
19656
20477
|
{
|
|
19657
|
-
"
|
|
19658
|
-
"
|
|
19659
|
-
|
|
20478
|
+
"kind": "field",
|
|
20479
|
+
"name": "VIVID_VERSION",
|
|
20480
|
+
"static": true,
|
|
20481
|
+
"default": "__PACKAGE_VERSION__",
|
|
20482
|
+
"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`.",
|
|
20483
|
+
"type": {
|
|
20484
|
+
"text": "string"
|
|
20485
|
+
},
|
|
20486
|
+
"inheritedFrom": {
|
|
20487
|
+
"name": "VividElement",
|
|
20488
|
+
"module": "libs/components/src/shared/foundation/vivid-element/vivid-element.ts"
|
|
20489
|
+
}
|
|
20490
|
+
}
|
|
20491
|
+
],
|
|
20492
|
+
"mixins": [
|
|
19660
20493
|
{
|
|
19661
|
-
"name": "
|
|
19662
|
-
"
|
|
19663
|
-
}
|
|
20494
|
+
"name": "CheckableFormAssociated",
|
|
20495
|
+
"module": "/libs/components/src/shared/foundation/form-associated/form-associated"
|
|
20496
|
+
}
|
|
20497
|
+
],
|
|
20498
|
+
"superclass": {
|
|
20499
|
+
"name": "_Switch",
|
|
20500
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
20501
|
+
}
|
|
20502
|
+
}
|
|
20503
|
+
],
|
|
20504
|
+
"exports": [
|
|
20505
|
+
{
|
|
20506
|
+
"kind": "js",
|
|
20507
|
+
"name": "FormAssociatedSwitch",
|
|
20508
|
+
"declaration": {
|
|
20509
|
+
"name": "FormAssociatedSwitch",
|
|
20510
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
20511
|
+
}
|
|
20512
|
+
}
|
|
20513
|
+
]
|
|
20514
|
+
},
|
|
20515
|
+
{
|
|
20516
|
+
"kind": "javascript-module",
|
|
20517
|
+
"path": "libs/components/src/lib/switch/switch.ts",
|
|
20518
|
+
"declarations": [
|
|
20519
|
+
{
|
|
20520
|
+
"kind": "class",
|
|
20521
|
+
"description": "",
|
|
20522
|
+
"name": "Switch",
|
|
20523
|
+
"cssProperties": [
|
|
19664
20524
|
{
|
|
19665
|
-
"name": "--vvd-
|
|
19666
|
-
"default": "var(--vvd-color-
|
|
20525
|
+
"name": "--vvd-switch-cta-primary-text",
|
|
20526
|
+
"default": "var(--vvd-color-canvas)"
|
|
19667
20527
|
},
|
|
19668
20528
|
{
|
|
19669
|
-
"name": "--vvd-
|
|
19670
|
-
"default": "var(--vvd-color-cta-
|
|
20529
|
+
"name": "--vvd-switch-cta-primary",
|
|
20530
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19671
20531
|
},
|
|
19672
20532
|
{
|
|
19673
|
-
"name": "--vvd-
|
|
20533
|
+
"name": "--vvd-switch-cta-primary-increment",
|
|
19674
20534
|
"default": "var(--vvd-color-cta-600)"
|
|
19675
20535
|
},
|
|
19676
20536
|
{
|
|
19677
|
-
"name": "--vvd-
|
|
19678
|
-
"default": "var(--vvd-color-cta-
|
|
20537
|
+
"name": "--vvd-switch-cta-firm",
|
|
20538
|
+
"default": "var(--vvd-color-cta-600)"
|
|
19679
20539
|
},
|
|
19680
20540
|
{
|
|
19681
|
-
"name": "--vvd-
|
|
19682
|
-
"default": "var(--vvd-color-cta-
|
|
20541
|
+
"name": "--vvd-switch-cta-intermediate",
|
|
20542
|
+
"default": "var(--vvd-color-cta-500)"
|
|
19683
20543
|
},
|
|
19684
20544
|
{
|
|
19685
|
-
"name": "--vvd-
|
|
19686
|
-
"default": "var(--vvd-color-
|
|
20545
|
+
"name": "--vvd-switch-cta-fierce",
|
|
20546
|
+
"default": "var(--vvd-color-cta-700)"
|
|
19687
20547
|
},
|
|
19688
20548
|
{
|
|
19689
|
-
"name": "--vvd-
|
|
20549
|
+
"name": "--vvd-switch-alert-primary-text",
|
|
19690
20550
|
"default": "var(--vvd-color-canvas)"
|
|
19691
20551
|
},
|
|
19692
20552
|
{
|
|
19693
|
-
"name": "--vvd-
|
|
19694
|
-
"default": "var(--vvd-color-success-600)"
|
|
19695
|
-
},
|
|
19696
|
-
{
|
|
19697
|
-
"name": "--vvd-split-button-success-contrast",
|
|
19698
|
-
"default": "var(--vvd-color-success-800)"
|
|
19699
|
-
},
|
|
19700
|
-
{
|
|
19701
|
-
"name": "--vvd-split-button-success-fierce",
|
|
19702
|
-
"default": "var(--vvd-color-success-700)"
|
|
19703
|
-
},
|
|
19704
|
-
{
|
|
19705
|
-
"name": "--vvd-split-button-success-firm",
|
|
19706
|
-
"default": "var(--vvd-color-success-600)"
|
|
19707
|
-
},
|
|
19708
|
-
{
|
|
19709
|
-
"name": "--vvd-split-button-success-soft",
|
|
19710
|
-
"default": "var(--vvd-color-success-100)"
|
|
19711
|
-
},
|
|
19712
|
-
{
|
|
19713
|
-
"name": "--vvd-split-button-success-faint",
|
|
19714
|
-
"default": "var(--vvd-color-success-50)"
|
|
19715
|
-
},
|
|
19716
|
-
{
|
|
19717
|
-
"name": "--vvd-split-button-alert-primary",
|
|
20553
|
+
"name": "--vvd-switch-alert-primary",
|
|
19718
20554
|
"default": "var(--vvd-color-alert-500)"
|
|
19719
20555
|
},
|
|
19720
20556
|
{
|
|
19721
|
-
"name": "--vvd-
|
|
19722
|
-
"default": "var(--vvd-color-
|
|
20557
|
+
"name": "--vvd-switch-alert-primary-increment",
|
|
20558
|
+
"default": "var(--vvd-color-alert-600)"
|
|
19723
20559
|
},
|
|
19724
20560
|
{
|
|
19725
|
-
"name": "--vvd-
|
|
20561
|
+
"name": "--vvd-switch-alert-firm",
|
|
19726
20562
|
"default": "var(--vvd-color-alert-600)"
|
|
19727
20563
|
},
|
|
19728
20564
|
{
|
|
19729
|
-
"name": "--vvd-
|
|
19730
|
-
"default": "var(--vvd-color-alert-
|
|
20565
|
+
"name": "--vvd-switch-alert-intermediate",
|
|
20566
|
+
"default": "var(--vvd-color-alert-500)"
|
|
19731
20567
|
},
|
|
19732
20568
|
{
|
|
19733
|
-
"name": "--vvd-
|
|
20569
|
+
"name": "--vvd-switch-alert-fierce",
|
|
19734
20570
|
"default": "var(--vvd-color-alert-700)"
|
|
19735
20571
|
},
|
|
19736
20572
|
{
|
|
19737
|
-
"name": "--vvd-
|
|
19738
|
-
"default": "var(--vvd-color-
|
|
20573
|
+
"name": "--vvd-switch-success-primary-text",
|
|
20574
|
+
"default": "var(--vvd-color-canvas)"
|
|
19739
20575
|
},
|
|
19740
20576
|
{
|
|
19741
|
-
"name": "--vvd-
|
|
19742
|
-
"default": "var(--vvd-color-
|
|
20577
|
+
"name": "--vvd-switch-success-primary",
|
|
20578
|
+
"default": "var(--vvd-color-success-500)"
|
|
19743
20579
|
},
|
|
19744
20580
|
{
|
|
19745
|
-
"name": "--vvd-
|
|
19746
|
-
"default": "var(--vvd-color-
|
|
20581
|
+
"name": "--vvd-switch-success-primary-increment",
|
|
20582
|
+
"default": "var(--vvd-color-success-600)"
|
|
19747
20583
|
},
|
|
19748
20584
|
{
|
|
19749
|
-
"name": "--vvd-
|
|
19750
|
-
"default": "var(--vvd-color-
|
|
20585
|
+
"name": "--vvd-switch-success-firm",
|
|
20586
|
+
"default": "var(--vvd-color-success-600)"
|
|
19751
20587
|
},
|
|
19752
20588
|
{
|
|
19753
|
-
"name": "--vvd-
|
|
19754
|
-
"default": "var(--vvd-color-
|
|
20589
|
+
"name": "--vvd-switch-success-intermediate",
|
|
20590
|
+
"default": "var(--vvd-color-success-500)"
|
|
19755
20591
|
},
|
|
19756
20592
|
{
|
|
19757
|
-
"name": "--vvd-
|
|
19758
|
-
"default": "var(--vvd-color-
|
|
20593
|
+
"name": "--vvd-switch-success-fierce",
|
|
20594
|
+
"default": "var(--vvd-color-success-700)"
|
|
19759
20595
|
},
|
|
19760
20596
|
{
|
|
19761
|
-
"name": "--vvd-
|
|
19762
|
-
"default": "var(--vvd-color-
|
|
20597
|
+
"name": "--vvd-switch-announcement-primary-text",
|
|
20598
|
+
"default": "var(--vvd-color-canvas)"
|
|
19763
20599
|
},
|
|
19764
20600
|
{
|
|
19765
|
-
"name": "--vvd-
|
|
19766
|
-
"default": "var(--vvd-color-announcement-
|
|
20601
|
+
"name": "--vvd-switch-announcement-primary",
|
|
20602
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
19767
20603
|
},
|
|
19768
20604
|
{
|
|
19769
|
-
"name": "--vvd-
|
|
20605
|
+
"name": "--vvd-switch-announcement-primary-increment",
|
|
19770
20606
|
"default": "var(--vvd-color-announcement-600)"
|
|
19771
20607
|
},
|
|
19772
20608
|
{
|
|
19773
|
-
"name": "--vvd-
|
|
19774
|
-
"default": "var(--vvd-color-announcement-
|
|
20609
|
+
"name": "--vvd-switch-announcement-firm",
|
|
20610
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
19775
20611
|
},
|
|
19776
20612
|
{
|
|
19777
|
-
"name": "--vvd-
|
|
19778
|
-
"default": "var(--vvd-color-announcement-
|
|
20613
|
+
"name": "--vvd-switch-announcement-intermediate",
|
|
20614
|
+
"default": "var(--vvd-color-announcement-500)"
|
|
19779
20615
|
},
|
|
19780
20616
|
{
|
|
19781
|
-
"name": "--vvd-
|
|
19782
|
-
"default": "var(--vvd-color-
|
|
20617
|
+
"name": "--vvd-switch-announcement-fierce",
|
|
20618
|
+
"default": "var(--vvd-color-announcement-700)"
|
|
19783
20619
|
},
|
|
19784
20620
|
{
|
|
19785
|
-
"name": "--vvd-
|
|
20621
|
+
"name": "--vvd-switch-accent-primary-text",
|
|
19786
20622
|
"default": "var(--vvd-color-canvas)"
|
|
19787
20623
|
},
|
|
19788
20624
|
{
|
|
19789
|
-
"name": "--vvd-
|
|
19790
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
19791
|
-
},
|
|
19792
|
-
{
|
|
19793
|
-
"name": "--vvd-split-button-accent-contrast",
|
|
19794
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
19795
|
-
},
|
|
19796
|
-
{
|
|
19797
|
-
"name": "--vvd-split-button-accent-fierce",
|
|
19798
|
-
"default": "var(--vvd-color-neutral-700)"
|
|
19799
|
-
},
|
|
19800
|
-
{
|
|
19801
|
-
"name": "--vvd-split-button-accent-firm",
|
|
20625
|
+
"name": "--vvd-switch-accent-primary",
|
|
19802
20626
|
"default": "var(--vvd-color-canvas-text)"
|
|
19803
20627
|
},
|
|
19804
20628
|
{
|
|
19805
|
-
"name": "--vvd-
|
|
19806
|
-
"default": "var(--vvd-color-neutral-
|
|
19807
|
-
},
|
|
19808
|
-
{
|
|
19809
|
-
"name": "--vvd-split-button-accent-faint",
|
|
19810
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
19811
|
-
}
|
|
19812
|
-
],
|
|
19813
|
-
"slots": [
|
|
19814
|
-
{
|
|
19815
|
-
"description": "Default slot.",
|
|
19816
|
-
"name": ""
|
|
19817
|
-
},
|
|
19818
|
-
{
|
|
19819
|
-
"description": "Add an icon to the component.",
|
|
19820
|
-
"name": "icon"
|
|
19821
|
-
}
|
|
19822
|
-
],
|
|
19823
|
-
"members": [
|
|
19824
|
-
{
|
|
19825
|
-
"kind": "field",
|
|
19826
|
-
"name": "_action",
|
|
19827
|
-
"type": {
|
|
19828
|
-
"text": "HTMLButtonElement"
|
|
19829
|
-
},
|
|
19830
|
-
"description": "Action HTML button element",
|
|
19831
|
-
"privacy": "public"
|
|
19832
|
-
},
|
|
19833
|
-
{
|
|
19834
|
-
"kind": "field",
|
|
19835
|
-
"name": "action",
|
|
19836
|
-
"type": {
|
|
19837
|
-
"text": "HTMLButtonElement"
|
|
19838
|
-
},
|
|
19839
|
-
"readonly": true
|
|
19840
|
-
},
|
|
19841
|
-
{
|
|
19842
|
-
"kind": "field",
|
|
19843
|
-
"name": "_indicator",
|
|
19844
|
-
"type": {
|
|
19845
|
-
"text": "HTMLButtonElement"
|
|
19846
|
-
},
|
|
19847
|
-
"description": "Indicator HTML button element",
|
|
19848
|
-
"privacy": "public"
|
|
19849
|
-
},
|
|
19850
|
-
{
|
|
19851
|
-
"kind": "field",
|
|
19852
|
-
"name": "indicator",
|
|
19853
|
-
"type": {
|
|
19854
|
-
"text": "HTMLButtonElement"
|
|
19855
|
-
},
|
|
19856
|
-
"readonly": true
|
|
19857
|
-
},
|
|
19858
|
-
{
|
|
19859
|
-
"kind": "field",
|
|
19860
|
-
"name": "connotation",
|
|
19861
|
-
"type": {
|
|
19862
|
-
"text": "SplitButtonConnotation | undefined"
|
|
19863
|
-
},
|
|
19864
|
-
"description": "The connotation the split button should have.",
|
|
19865
|
-
"privacy": "public"
|
|
19866
|
-
},
|
|
19867
|
-
{
|
|
19868
|
-
"kind": "field",
|
|
19869
|
-
"name": "shape",
|
|
19870
|
-
"type": {
|
|
19871
|
-
"text": "SplitButtonShape | undefined"
|
|
19872
|
-
},
|
|
19873
|
-
"description": "The shape the split button should have.",
|
|
19874
|
-
"privacy": "public"
|
|
19875
|
-
},
|
|
19876
|
-
{
|
|
19877
|
-
"kind": "field",
|
|
19878
|
-
"name": "appearance",
|
|
19879
|
-
"type": {
|
|
19880
|
-
"text": "SplitButtonAppearance | undefined"
|
|
19881
|
-
},
|
|
19882
|
-
"description": "The appearance the split button should have.",
|
|
19883
|
-
"privacy": "public"
|
|
20629
|
+
"name": "--vvd-switch-accent-primary-increment",
|
|
20630
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
19884
20631
|
},
|
|
19885
20632
|
{
|
|
19886
|
-
"
|
|
19887
|
-
"
|
|
19888
|
-
|
|
19889
|
-
|
|
19890
|
-
|
|
19891
|
-
"
|
|
19892
|
-
"privacy": "public"
|
|
20633
|
+
"name": "--vvd-switch-accent-firm",
|
|
20634
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
20635
|
+
},
|
|
20636
|
+
{
|
|
20637
|
+
"name": "--vvd-switch-accent-intermediate",
|
|
20638
|
+
"default": "var(--vvd-color-neutral-500)"
|
|
19893
20639
|
},
|
|
20640
|
+
{
|
|
20641
|
+
"name": "--vvd-switch-accent-fierce",
|
|
20642
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
20643
|
+
}
|
|
20644
|
+
],
|
|
20645
|
+
"members": [
|
|
19894
20646
|
{
|
|
19895
20647
|
"kind": "field",
|
|
19896
20648
|
"name": "label",
|
|
19897
20649
|
"type": {
|
|
19898
20650
|
"text": "string | undefined"
|
|
19899
20651
|
},
|
|
19900
|
-
"description": "Indicates the
|
|
20652
|
+
"description": "Indicates the switch's label.",
|
|
19901
20653
|
"privacy": "public"
|
|
19902
20654
|
},
|
|
19903
20655
|
{
|
|
19904
20656
|
"kind": "field",
|
|
19905
|
-
"name": "
|
|
20657
|
+
"name": "connotation",
|
|
19906
20658
|
"type": {
|
|
19907
|
-
"text": "
|
|
20659
|
+
"text": "SwitchConnotation | undefined"
|
|
19908
20660
|
},
|
|
19909
|
-
"description": "Indicates the
|
|
20661
|
+
"description": "Indicates the switch's connotation.",
|
|
19910
20662
|
"privacy": "public"
|
|
19911
20663
|
},
|
|
19912
20664
|
{
|
|
19913
20665
|
"kind": "field",
|
|
19914
|
-
"name": "
|
|
20666
|
+
"name": "readOnly",
|
|
19915
20667
|
"type": {
|
|
19916
|
-
"text": "
|
|
20668
|
+
"text": "boolean"
|
|
19917
20669
|
},
|
|
19918
|
-
"
|
|
19919
|
-
"description": "Indicates the split button's icon indicator.",
|
|
20670
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
19920
20671
|
"privacy": "public"
|
|
19921
20672
|
},
|
|
20673
|
+
{
|
|
20674
|
+
"kind": "method",
|
|
20675
|
+
"name": "updateForm",
|
|
20676
|
+
"privacy": "private",
|
|
20677
|
+
"return": {
|
|
20678
|
+
"type": {
|
|
20679
|
+
"text": "void"
|
|
20680
|
+
}
|
|
20681
|
+
}
|
|
20682
|
+
},
|
|
19922
20683
|
{
|
|
19923
20684
|
"kind": "field",
|
|
19924
|
-
"name": "
|
|
20685
|
+
"name": "defaultChecked",
|
|
19925
20686
|
"type": {
|
|
19926
20687
|
"text": "boolean"
|
|
19927
20688
|
},
|
|
19928
|
-
"default": "
|
|
19929
|
-
"description": "Indicates if the button is disabled.",
|
|
19930
|
-
"privacy": "public"
|
|
20689
|
+
"default": "!!this.checkedAttribute"
|
|
19931
20690
|
},
|
|
19932
20691
|
{
|
|
19933
20692
|
"kind": "field",
|
|
19934
|
-
"name": "
|
|
19935
|
-
|
|
19936
|
-
|
|
19937
|
-
|
|
19938
|
-
"
|
|
19939
|
-
"
|
|
19940
|
-
|
|
20693
|
+
"name": "checked"
|
|
20694
|
+
},
|
|
20695
|
+
{
|
|
20696
|
+
"kind": "field",
|
|
20697
|
+
"name": "proxy",
|
|
20698
|
+
"inheritedFrom": {
|
|
20699
|
+
"name": "FormAssociatedSwitch",
|
|
20700
|
+
"module": "libs/components/src/lib/switch/switch.form-associated.ts"
|
|
20701
|
+
}
|
|
19941
20702
|
},
|
|
19942
20703
|
{
|
|
19943
20704
|
"kind": "field",
|
|
@@ -19959,92 +20720,34 @@
|
|
|
19959
20720
|
"type": {
|
|
19960
20721
|
"text": "CustomEvent<undefined>"
|
|
19961
20722
|
},
|
|
19962
|
-
"description": "
|
|
19963
|
-
"name": "
|
|
19964
|
-
},
|
|
19965
|
-
{
|
|
19966
|
-
"type": {
|
|
19967
|
-
"text": "CustomEvent<undefined>"
|
|
19968
|
-
},
|
|
19969
|
-
"description": "Event emitted when the indicator button is clicked",
|
|
19970
|
-
"name": "indicator-click"
|
|
20723
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
20724
|
+
"name": "change"
|
|
19971
20725
|
}
|
|
19972
20726
|
],
|
|
19973
20727
|
"attributes": [
|
|
19974
|
-
{
|
|
19975
|
-
"name": "connotation",
|
|
19976
|
-
"type": {
|
|
19977
|
-
"text": "SplitButtonConnotation | undefined"
|
|
19978
|
-
},
|
|
19979
|
-
"description": "The connotation the split button should have.",
|
|
19980
|
-
"fieldName": "connotation"
|
|
19981
|
-
},
|
|
19982
|
-
{
|
|
19983
|
-
"name": "shape",
|
|
19984
|
-
"type": {
|
|
19985
|
-
"text": "SplitButtonShape | undefined"
|
|
19986
|
-
},
|
|
19987
|
-
"description": "The shape the split button should have.",
|
|
19988
|
-
"fieldName": "shape"
|
|
19989
|
-
},
|
|
19990
|
-
{
|
|
19991
|
-
"name": "appearance",
|
|
19992
|
-
"type": {
|
|
19993
|
-
"text": "SplitButtonAppearance | undefined"
|
|
19994
|
-
},
|
|
19995
|
-
"description": "The appearance the split button should have.",
|
|
19996
|
-
"fieldName": "appearance"
|
|
19997
|
-
},
|
|
19998
|
-
{
|
|
19999
|
-
"name": "size",
|
|
20000
|
-
"type": {
|
|
20001
|
-
"text": "SplitButtonSize | undefined"
|
|
20002
|
-
},
|
|
20003
|
-
"description": "The size the split button should have.",
|
|
20004
|
-
"fieldName": "size"
|
|
20005
|
-
},
|
|
20006
20728
|
{
|
|
20007
20729
|
"name": "label",
|
|
20008
20730
|
"type": {
|
|
20009
20731
|
"text": "string | undefined"
|
|
20010
20732
|
},
|
|
20011
|
-
"description": "Indicates the
|
|
20733
|
+
"description": "Indicates the switch's label.",
|
|
20012
20734
|
"fieldName": "label"
|
|
20013
20735
|
},
|
|
20014
20736
|
{
|
|
20015
|
-
"name": "
|
|
20016
|
-
"type": {
|
|
20017
|
-
"text": "string | undefined"
|
|
20018
|
-
},
|
|
20019
|
-
"description": "Indicates the split button's icon.",
|
|
20020
|
-
"fieldName": "icon"
|
|
20021
|
-
},
|
|
20022
|
-
{
|
|
20023
|
-
"name": "split-indicator",
|
|
20737
|
+
"name": "connotation",
|
|
20024
20738
|
"type": {
|
|
20025
|
-
"text": "
|
|
20739
|
+
"text": "SwitchConnotation | undefined"
|
|
20026
20740
|
},
|
|
20027
|
-
"
|
|
20028
|
-
"
|
|
20029
|
-
"fieldName": "splitIndicator"
|
|
20741
|
+
"description": "Indicates the switch's connotation.",
|
|
20742
|
+
"fieldName": "connotation"
|
|
20030
20743
|
},
|
|
20031
20744
|
{
|
|
20032
|
-
"name": "
|
|
20745
|
+
"name": "readonly",
|
|
20033
20746
|
"type": {
|
|
20034
20747
|
"text": "boolean"
|
|
20035
20748
|
},
|
|
20036
|
-
"
|
|
20037
|
-
"
|
|
20038
|
-
"fieldName": "disabled"
|
|
20039
|
-
},
|
|
20040
|
-
{
|
|
20041
|
-
"name": "indicator-aria-label",
|
|
20042
|
-
"type": {
|
|
20043
|
-
"text": "| string\n\t\t| null"
|
|
20044
|
-
},
|
|
20045
|
-
"default": "null",
|
|
20046
|
-
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
20047
|
-
"fieldName": "indicatorAriaLabel"
|
|
20749
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
20750
|
+
"fieldName": "readOnly"
|
|
20048
20751
|
}
|
|
20049
20752
|
],
|
|
20050
20753
|
"mixins": [
|
|
@@ -20054,22 +20757,32 @@
|
|
|
20054
20757
|
}
|
|
20055
20758
|
],
|
|
20056
20759
|
"superclass": {
|
|
20057
|
-
"name": "
|
|
20058
|
-
"module": "/libs/components/src/
|
|
20760
|
+
"name": "FormAssociatedSwitch",
|
|
20761
|
+
"module": "/libs/components/src/lib/switch/switch.form-associated"
|
|
20059
20762
|
},
|
|
20060
20763
|
"vividComponent": {
|
|
20061
20764
|
"public": true,
|
|
20062
|
-
"name": "
|
|
20765
|
+
"name": "switch",
|
|
20766
|
+
"vueModels": [
|
|
20767
|
+
{
|
|
20768
|
+
"name": "modelValue",
|
|
20769
|
+
"propName": "checked",
|
|
20770
|
+
"eventNames": [
|
|
20771
|
+
"change"
|
|
20772
|
+
],
|
|
20773
|
+
"valueMapping": "event.currentTarget.checked"
|
|
20774
|
+
}
|
|
20775
|
+
]
|
|
20063
20776
|
}
|
|
20064
20777
|
}
|
|
20065
20778
|
],
|
|
20066
20779
|
"exports": [
|
|
20067
20780
|
{
|
|
20068
20781
|
"kind": "js",
|
|
20069
|
-
"name": "
|
|
20782
|
+
"name": "Switch",
|
|
20070
20783
|
"declaration": {
|
|
20071
|
-
"name": "
|
|
20072
|
-
"module": "libs/components/src/lib/
|
|
20784
|
+
"name": "Switch",
|
|
20785
|
+
"module": "libs/components/src/lib/switch/switch.ts"
|
|
20073
20786
|
}
|
|
20074
20787
|
}
|
|
20075
20788
|
]
|
|
@@ -20282,6 +20995,33 @@
|
|
|
20282
20995
|
}
|
|
20283
20996
|
]
|
|
20284
20997
|
},
|
|
20998
|
+
{
|
|
20999
|
+
"kind": "field",
|
|
21000
|
+
"name": "iconTrailing",
|
|
21001
|
+
"type": {
|
|
21002
|
+
"text": "boolean"
|
|
21003
|
+
},
|
|
21004
|
+
"default": "false",
|
|
21005
|
+
"description": "Indicates the icon affix alignment.",
|
|
21006
|
+
"privacy": "public",
|
|
21007
|
+
"inheritedFrom": {
|
|
21008
|
+
"name": "AffixIconWithTrailing",
|
|
21009
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
21010
|
+
}
|
|
21011
|
+
},
|
|
21012
|
+
{
|
|
21013
|
+
"kind": "field",
|
|
21014
|
+
"name": "icon",
|
|
21015
|
+
"type": {
|
|
21016
|
+
"text": "string | undefined"
|
|
21017
|
+
},
|
|
21018
|
+
"description": "A decorative icon the custom element should have.",
|
|
21019
|
+
"privacy": "public",
|
|
21020
|
+
"inheritedFrom": {
|
|
21021
|
+
"name": "AffixIcon",
|
|
21022
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
21023
|
+
}
|
|
21024
|
+
},
|
|
20285
21025
|
{
|
|
20286
21026
|
"kind": "field",
|
|
20287
21027
|
"name": "VIVID_VERSION",
|
|
@@ -20351,6 +21091,41 @@
|
|
|
20351
21091
|
},
|
|
20352
21092
|
"default": "null",
|
|
20353
21093
|
"fieldName": "ariaSelected"
|
|
21094
|
+
},
|
|
21095
|
+
{
|
|
21096
|
+
"name": "icon-trailing",
|
|
21097
|
+
"type": {
|
|
21098
|
+
"text": "boolean"
|
|
21099
|
+
},
|
|
21100
|
+
"default": "false",
|
|
21101
|
+
"description": "Indicates the icon affix alignment.",
|
|
21102
|
+
"fieldName": "iconTrailing",
|
|
21103
|
+
"inheritedFrom": {
|
|
21104
|
+
"name": "AffixIconWithTrailing",
|
|
21105
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
21106
|
+
}
|
|
21107
|
+
},
|
|
21108
|
+
{
|
|
21109
|
+
"name": "icon",
|
|
21110
|
+
"type": {
|
|
21111
|
+
"text": "string | undefined"
|
|
21112
|
+
},
|
|
21113
|
+
"description": "A decorative icon the custom element should have.",
|
|
21114
|
+
"fieldName": "icon",
|
|
21115
|
+
"inheritedFrom": {
|
|
21116
|
+
"name": "AffixIcon",
|
|
21117
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
21118
|
+
}
|
|
21119
|
+
}
|
|
21120
|
+
],
|
|
21121
|
+
"mixins": [
|
|
21122
|
+
{
|
|
21123
|
+
"name": "AffixIconWithTrailing",
|
|
21124
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
21125
|
+
},
|
|
21126
|
+
{
|
|
21127
|
+
"name": "Localized",
|
|
21128
|
+
"module": "/libs/components/src/shared/patterns"
|
|
20354
21129
|
}
|
|
20355
21130
|
],
|
|
20356
21131
|
"superclass": {
|
|
@@ -21252,6 +22027,19 @@
|
|
|
21252
22027
|
}
|
|
21253
22028
|
}
|
|
21254
22029
|
},
|
|
22030
|
+
{
|
|
22031
|
+
"kind": "field",
|
|
22032
|
+
"name": "icon",
|
|
22033
|
+
"type": {
|
|
22034
|
+
"text": "string | undefined"
|
|
22035
|
+
},
|
|
22036
|
+
"description": "A decorative icon the custom element should have.",
|
|
22037
|
+
"privacy": "public",
|
|
22038
|
+
"inheritedFrom": {
|
|
22039
|
+
"name": "AffixIcon",
|
|
22040
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22041
|
+
}
|
|
22042
|
+
},
|
|
21255
22043
|
{
|
|
21256
22044
|
"kind": "field",
|
|
21257
22045
|
"name": "VIVID_VERSION",
|
|
@@ -21347,6 +22135,24 @@
|
|
|
21347
22135
|
"default": "false",
|
|
21348
22136
|
"description": "indicates whether the tag is selected",
|
|
21349
22137
|
"fieldName": "selected"
|
|
22138
|
+
},
|
|
22139
|
+
{
|
|
22140
|
+
"name": "icon",
|
|
22141
|
+
"type": {
|
|
22142
|
+
"text": "string | undefined"
|
|
22143
|
+
},
|
|
22144
|
+
"description": "A decorative icon the custom element should have.",
|
|
22145
|
+
"fieldName": "icon",
|
|
22146
|
+
"inheritedFrom": {
|
|
22147
|
+
"name": "AffixIcon",
|
|
22148
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22149
|
+
}
|
|
22150
|
+
}
|
|
22151
|
+
],
|
|
22152
|
+
"mixins": [
|
|
22153
|
+
{
|
|
22154
|
+
"name": "AffixIcon",
|
|
22155
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
21350
22156
|
}
|
|
21351
22157
|
],
|
|
21352
22158
|
"superclass": {
|
|
@@ -21547,6 +22353,19 @@
|
|
|
21547
22353
|
"description": "The appearance Text-Anchor should have.",
|
|
21548
22354
|
"privacy": "public"
|
|
21549
22355
|
},
|
|
22356
|
+
{
|
|
22357
|
+
"kind": "field",
|
|
22358
|
+
"name": "icon",
|
|
22359
|
+
"type": {
|
|
22360
|
+
"text": "string | undefined"
|
|
22361
|
+
},
|
|
22362
|
+
"description": "A decorative icon the custom element should have.",
|
|
22363
|
+
"privacy": "public",
|
|
22364
|
+
"inheritedFrom": {
|
|
22365
|
+
"name": "AffixIcon",
|
|
22366
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22367
|
+
}
|
|
22368
|
+
},
|
|
21550
22369
|
{
|
|
21551
22370
|
"kind": "field",
|
|
21552
22371
|
"name": "VIVID_VERSION",
|
|
@@ -21586,9 +22405,25 @@
|
|
|
21586
22405
|
},
|
|
21587
22406
|
"description": "The appearance Text-Anchor should have.",
|
|
21588
22407
|
"fieldName": "appearance"
|
|
22408
|
+
},
|
|
22409
|
+
{
|
|
22410
|
+
"name": "icon",
|
|
22411
|
+
"type": {
|
|
22412
|
+
"text": "string | undefined"
|
|
22413
|
+
},
|
|
22414
|
+
"description": "A decorative icon the custom element should have.",
|
|
22415
|
+
"fieldName": "icon",
|
|
22416
|
+
"inheritedFrom": {
|
|
22417
|
+
"name": "AffixIcon",
|
|
22418
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
22419
|
+
}
|
|
21589
22420
|
}
|
|
21590
22421
|
],
|
|
21591
22422
|
"mixins": [
|
|
22423
|
+
{
|
|
22424
|
+
"name": "AffixIcon",
|
|
22425
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
22426
|
+
},
|
|
21592
22427
|
{
|
|
21593
22428
|
"name": "DelegatesAria",
|
|
21594
22429
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -22514,6 +23349,19 @@
|
|
|
22514
23349
|
"kind": "method",
|
|
22515
23350
|
"name": "#updateMirroredHelperText"
|
|
22516
23351
|
},
|
|
23352
|
+
{
|
|
23353
|
+
"kind": "field",
|
|
23354
|
+
"name": "icon",
|
|
23355
|
+
"type": {
|
|
23356
|
+
"text": "string | undefined"
|
|
23357
|
+
},
|
|
23358
|
+
"description": "A decorative icon the custom element should have.",
|
|
23359
|
+
"privacy": "public",
|
|
23360
|
+
"inheritedFrom": {
|
|
23361
|
+
"name": "AffixIcon",
|
|
23362
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
23363
|
+
}
|
|
23364
|
+
},
|
|
22517
23365
|
{
|
|
22518
23366
|
"kind": "field",
|
|
22519
23367
|
"name": "proxy",
|
|
@@ -22658,9 +23506,25 @@
|
|
|
22658
23506
|
},
|
|
22659
23507
|
"description": "Hints at the type of data that might be entered by the user while editing the element or its contents.\nThis allows a browser to display an appropriate virtual keyboard.",
|
|
22660
23508
|
"fieldName": "inputMode"
|
|
23509
|
+
},
|
|
23510
|
+
{
|
|
23511
|
+
"name": "icon",
|
|
23512
|
+
"type": {
|
|
23513
|
+
"text": "string | undefined"
|
|
23514
|
+
},
|
|
23515
|
+
"description": "A decorative icon the custom element should have.",
|
|
23516
|
+
"fieldName": "icon",
|
|
23517
|
+
"inheritedFrom": {
|
|
23518
|
+
"name": "AffixIcon",
|
|
23519
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
23520
|
+
}
|
|
22661
23521
|
}
|
|
22662
23522
|
],
|
|
22663
23523
|
"mixins": [
|
|
23524
|
+
{
|
|
23525
|
+
"name": "AffixIcon",
|
|
23526
|
+
"module": "/libs/components/src/shared/patterns"
|
|
23527
|
+
},
|
|
22664
23528
|
{
|
|
22665
23529
|
"name": "DelegatesAria",
|
|
22666
23530
|
"module": "/libs/components/src/shared/aria/delegates-aria"
|
|
@@ -23954,6 +24818,19 @@
|
|
|
23954
24818
|
"privacy": "public",
|
|
23955
24819
|
"readonly": true
|
|
23956
24820
|
},
|
|
24821
|
+
{
|
|
24822
|
+
"kind": "field",
|
|
24823
|
+
"name": "icon",
|
|
24824
|
+
"type": {
|
|
24825
|
+
"text": "string | undefined"
|
|
24826
|
+
},
|
|
24827
|
+
"description": "A decorative icon the custom element should have.",
|
|
24828
|
+
"privacy": "public",
|
|
24829
|
+
"inheritedFrom": {
|
|
24830
|
+
"name": "AffixIcon",
|
|
24831
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
24832
|
+
}
|
|
24833
|
+
},
|
|
23957
24834
|
{
|
|
23958
24835
|
"kind": "field",
|
|
23959
24836
|
"name": "VIVID_VERSION",
|
|
@@ -24017,6 +24894,24 @@
|
|
|
24017
24894
|
"default": "false",
|
|
24018
24895
|
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
24019
24896
|
"fieldName": "disabled"
|
|
24897
|
+
},
|
|
24898
|
+
{
|
|
24899
|
+
"name": "icon",
|
|
24900
|
+
"type": {
|
|
24901
|
+
"text": "string | undefined"
|
|
24902
|
+
},
|
|
24903
|
+
"description": "A decorative icon the custom element should have.",
|
|
24904
|
+
"fieldName": "icon",
|
|
24905
|
+
"inheritedFrom": {
|
|
24906
|
+
"name": "AffixIcon",
|
|
24907
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
24908
|
+
}
|
|
24909
|
+
}
|
|
24910
|
+
],
|
|
24911
|
+
"mixins": [
|
|
24912
|
+
{
|
|
24913
|
+
"name": "AffixIcon",
|
|
24914
|
+
"module": "/libs/components/src/shared/patterns/affix"
|
|
24020
24915
|
}
|
|
24021
24916
|
],
|
|
24022
24917
|
"superclass": {
|
|
@@ -24543,6 +25438,12 @@
|
|
|
24543
25438
|
"fieldName": "skipBy"
|
|
24544
25439
|
}
|
|
24545
25440
|
],
|
|
25441
|
+
"mixins": [
|
|
25442
|
+
{
|
|
25443
|
+
"name": "Localized",
|
|
25444
|
+
"module": "/libs/components/src/shared/patterns"
|
|
25445
|
+
}
|
|
25446
|
+
],
|
|
24546
25447
|
"superclass": {
|
|
24547
25448
|
"name": "VividElement",
|
|
24548
25449
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|
|
@@ -24720,13 +25621,19 @@
|
|
|
24720
25621
|
{
|
|
24721
25622
|
"kind": "javascript-module",
|
|
24722
25623
|
"path": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts",
|
|
24723
|
-
"declarations": [
|
|
25624
|
+
"declarations": [
|
|
25625
|
+
{
|
|
25626
|
+
"kind": "variable",
|
|
25627
|
+
"name": "extendedSchema",
|
|
25628
|
+
"default": "new Schema({\n\tnodes: basicSchema.spec.nodes,\n\tmarks: {\n\t\t...basicSchema.spec.marks.toObject(),\n\t\t...customMarks,\n\t},\n})"
|
|
25629
|
+
}
|
|
25630
|
+
],
|
|
24724
25631
|
"exports": [
|
|
24725
25632
|
{
|
|
24726
25633
|
"kind": "js",
|
|
24727
25634
|
"name": "default",
|
|
24728
25635
|
"declaration": {
|
|
24729
|
-
"name": "
|
|
25636
|
+
"name": "extendedSchema",
|
|
24730
25637
|
"module": "libs/components/src/lib/rich-text-editor/facades/prose-mirror-vivid.schema.ts"
|
|
24731
25638
|
}
|
|
24732
25639
|
}
|
|
@@ -24758,6 +25665,10 @@
|
|
|
24758
25665
|
"text": "EditorView | undefined"
|
|
24759
25666
|
}
|
|
24760
25667
|
},
|
|
25668
|
+
{
|
|
25669
|
+
"kind": "method",
|
|
25670
|
+
"name": "#verifyViewInitiation"
|
|
25671
|
+
},
|
|
24761
25672
|
{
|
|
24762
25673
|
"kind": "field",
|
|
24763
25674
|
"name": "#onSelectionChange",
|
|
@@ -24854,6 +25765,18 @@
|
|
|
24854
25765
|
}
|
|
24855
25766
|
}
|
|
24856
25767
|
]
|
|
25768
|
+
},
|
|
25769
|
+
{
|
|
25770
|
+
"kind": "method",
|
|
25771
|
+
"name": "setSelectionDecoration",
|
|
25772
|
+
"parameters": [
|
|
25773
|
+
{
|
|
25774
|
+
"name": "decoration",
|
|
25775
|
+
"type": {
|
|
25776
|
+
"text": "string"
|
|
25777
|
+
}
|
|
25778
|
+
}
|
|
25779
|
+
]
|
|
24857
25780
|
}
|
|
24858
25781
|
]
|
|
24859
25782
|
}
|
|
@@ -25942,6 +26865,186 @@
|
|
|
25942
26865
|
}
|
|
25943
26866
|
]
|
|
25944
26867
|
},
|
|
26868
|
+
{
|
|
26869
|
+
"kind": "javascript-module",
|
|
26870
|
+
"path": "libs/components/src/shared/patterns/affix.ts",
|
|
26871
|
+
"declarations": [
|
|
26872
|
+
{
|
|
26873
|
+
"kind": "mixin",
|
|
26874
|
+
"description": "A mixin class implementing prefix elements.\nThese are generally used to decorate text elements with icons or other visual indicators.",
|
|
26875
|
+
"name": "AffixIcon",
|
|
26876
|
+
"members": [
|
|
26877
|
+
{
|
|
26878
|
+
"kind": "field",
|
|
26879
|
+
"name": "icon",
|
|
26880
|
+
"type": {
|
|
26881
|
+
"text": "string | undefined"
|
|
26882
|
+
},
|
|
26883
|
+
"description": "A decorative icon the custom element should have.",
|
|
26884
|
+
"privacy": "public"
|
|
26885
|
+
}
|
|
26886
|
+
],
|
|
26887
|
+
"parameters": [
|
|
26888
|
+
{
|
|
26889
|
+
"name": "Base",
|
|
26890
|
+
"type": {
|
|
26891
|
+
"text": "T"
|
|
26892
|
+
}
|
|
26893
|
+
}
|
|
26894
|
+
],
|
|
26895
|
+
"attributes": [
|
|
26896
|
+
{
|
|
26897
|
+
"name": "icon",
|
|
26898
|
+
"type": {
|
|
26899
|
+
"text": "string | undefined"
|
|
26900
|
+
},
|
|
26901
|
+
"description": "A decorative icon the custom element should have.",
|
|
26902
|
+
"fieldName": "icon"
|
|
26903
|
+
}
|
|
26904
|
+
]
|
|
26905
|
+
},
|
|
26906
|
+
{
|
|
26907
|
+
"kind": "mixin",
|
|
26908
|
+
"description": "A mixin class implementing icon affix (prefix or suffix) alignment.",
|
|
26909
|
+
"name": "AffixIconWithTrailing",
|
|
26910
|
+
"members": [
|
|
26911
|
+
{
|
|
26912
|
+
"kind": "field",
|
|
26913
|
+
"name": "iconTrailing",
|
|
26914
|
+
"type": {
|
|
26915
|
+
"text": "boolean"
|
|
26916
|
+
},
|
|
26917
|
+
"default": "false",
|
|
26918
|
+
"description": "Indicates the icon affix alignment.",
|
|
26919
|
+
"privacy": "public"
|
|
26920
|
+
},
|
|
26921
|
+
{
|
|
26922
|
+
"kind": "field",
|
|
26923
|
+
"name": "icon",
|
|
26924
|
+
"type": {
|
|
26925
|
+
"text": "string | undefined"
|
|
26926
|
+
},
|
|
26927
|
+
"description": "A decorative icon the custom element should have.",
|
|
26928
|
+
"privacy": "public",
|
|
26929
|
+
"inheritedFrom": {
|
|
26930
|
+
"name": "AffixIcon",
|
|
26931
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
26932
|
+
}
|
|
26933
|
+
}
|
|
26934
|
+
],
|
|
26935
|
+
"mixins": [
|
|
26936
|
+
{
|
|
26937
|
+
"name": "AffixIcon",
|
|
26938
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
26939
|
+
}
|
|
26940
|
+
],
|
|
26941
|
+
"parameters": [
|
|
26942
|
+
{
|
|
26943
|
+
"name": "Base",
|
|
26944
|
+
"type": {
|
|
26945
|
+
"text": "T"
|
|
26946
|
+
}
|
|
26947
|
+
}
|
|
26948
|
+
],
|
|
26949
|
+
"attributes": [
|
|
26950
|
+
{
|
|
26951
|
+
"name": "icon-trailing",
|
|
26952
|
+
"type": {
|
|
26953
|
+
"text": "boolean"
|
|
26954
|
+
},
|
|
26955
|
+
"default": "false",
|
|
26956
|
+
"description": "Indicates the icon affix alignment.",
|
|
26957
|
+
"fieldName": "iconTrailing"
|
|
26958
|
+
},
|
|
26959
|
+
{
|
|
26960
|
+
"name": "icon",
|
|
26961
|
+
"type": {
|
|
26962
|
+
"text": "string | undefined"
|
|
26963
|
+
},
|
|
26964
|
+
"description": "A decorative icon the custom element should have.",
|
|
26965
|
+
"fieldName": "icon",
|
|
26966
|
+
"inheritedFrom": {
|
|
26967
|
+
"name": "AffixIcon",
|
|
26968
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
26969
|
+
}
|
|
26970
|
+
}
|
|
26971
|
+
]
|
|
26972
|
+
},
|
|
26973
|
+
{
|
|
26974
|
+
"kind": "variable",
|
|
26975
|
+
"name": "IconWrapper",
|
|
26976
|
+
"type": {
|
|
26977
|
+
"text": "object"
|
|
26978
|
+
},
|
|
26979
|
+
"default": "{\n\tSlot: false,\n\tSpan: true,\n}"
|
|
26980
|
+
},
|
|
26981
|
+
{
|
|
26982
|
+
"kind": "variable",
|
|
26983
|
+
"name": "IconAriaHidden",
|
|
26984
|
+
"type": {
|
|
26985
|
+
"text": "object"
|
|
26986
|
+
},
|
|
26987
|
+
"default": "{\n\tHidden: 'true',\n\tVisible: 'false',\n}"
|
|
26988
|
+
},
|
|
26989
|
+
{
|
|
26990
|
+
"kind": "function",
|
|
26991
|
+
"name": "affixIconTemplateFactory",
|
|
26992
|
+
"parameters": [
|
|
26993
|
+
{
|
|
26994
|
+
"name": "context",
|
|
26995
|
+
"type": {
|
|
26996
|
+
"text": "VividElementDefinitionContext"
|
|
26997
|
+
},
|
|
26998
|
+
"description": "element definition context"
|
|
26999
|
+
}
|
|
27000
|
+
],
|
|
27001
|
+
"description": "The template for the prefixed element.\nFor use with AffixIcon",
|
|
27002
|
+
"privacy": "public"
|
|
27003
|
+
}
|
|
27004
|
+
],
|
|
27005
|
+
"exports": [
|
|
27006
|
+
{
|
|
27007
|
+
"kind": "js",
|
|
27008
|
+
"name": "AffixIcon",
|
|
27009
|
+
"declaration": {
|
|
27010
|
+
"name": "AffixIcon",
|
|
27011
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
27012
|
+
}
|
|
27013
|
+
},
|
|
27014
|
+
{
|
|
27015
|
+
"kind": "js",
|
|
27016
|
+
"name": "AffixIconWithTrailing",
|
|
27017
|
+
"declaration": {
|
|
27018
|
+
"name": "AffixIconWithTrailing",
|
|
27019
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
27020
|
+
}
|
|
27021
|
+
},
|
|
27022
|
+
{
|
|
27023
|
+
"kind": "js",
|
|
27024
|
+
"name": "IconWrapper",
|
|
27025
|
+
"declaration": {
|
|
27026
|
+
"name": "IconWrapper",
|
|
27027
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
27028
|
+
}
|
|
27029
|
+
},
|
|
27030
|
+
{
|
|
27031
|
+
"kind": "js",
|
|
27032
|
+
"name": "IconAriaHidden",
|
|
27033
|
+
"declaration": {
|
|
27034
|
+
"name": "IconAriaHidden",
|
|
27035
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
27036
|
+
}
|
|
27037
|
+
},
|
|
27038
|
+
{
|
|
27039
|
+
"kind": "js",
|
|
27040
|
+
"name": "affixIconTemplateFactory",
|
|
27041
|
+
"declaration": {
|
|
27042
|
+
"name": "affixIconTemplateFactory",
|
|
27043
|
+
"module": "libs/components/src/shared/patterns/affix.ts"
|
|
27044
|
+
}
|
|
27045
|
+
}
|
|
27046
|
+
]
|
|
27047
|
+
},
|
|
25945
27048
|
{
|
|
25946
27049
|
"kind": "javascript-module",
|
|
25947
27050
|
"path": "libs/components/src/shared/patterns/anchored.ts",
|
|
@@ -26060,17 +27163,15 @@
|
|
|
26060
27163
|
"path": "libs/components/src/shared/patterns/localized.ts",
|
|
26061
27164
|
"declarations": [
|
|
26062
27165
|
{
|
|
26063
|
-
"kind": "
|
|
26064
|
-
"description": "",
|
|
27166
|
+
"kind": "mixin",
|
|
27167
|
+
"description": "Mixin for elements that need to access the current locale.",
|
|
26065
27168
|
"name": "Localized",
|
|
26066
|
-
"
|
|
27169
|
+
"parameters": [
|
|
26067
27170
|
{
|
|
26068
|
-
"
|
|
26069
|
-
"name": "locale",
|
|
27171
|
+
"name": "Base",
|
|
26070
27172
|
"type": {
|
|
26071
|
-
"text": "
|
|
26072
|
-
}
|
|
26073
|
-
"readonly": true
|
|
27173
|
+
"text": "T"
|
|
27174
|
+
}
|
|
26074
27175
|
}
|
|
26075
27176
|
]
|
|
26076
27177
|
}
|
|
@@ -26091,34 +27192,40 @@
|
|
|
26091
27192
|
"path": "libs/components/src/shared/patterns/trapped-focus.ts",
|
|
26092
27193
|
"declarations": [
|
|
26093
27194
|
{
|
|
26094
|
-
"kind": "
|
|
26095
|
-
"
|
|
26096
|
-
"
|
|
26097
|
-
"members": [
|
|
27195
|
+
"kind": "function",
|
|
27196
|
+
"name": "ignoreEventInFocusTraps",
|
|
27197
|
+
"parameters": [
|
|
26098
27198
|
{
|
|
26099
|
-
"
|
|
26100
|
-
"
|
|
26101
|
-
|
|
26102
|
-
|
|
26103
|
-
|
|
26104
|
-
|
|
27199
|
+
"name": "event",
|
|
27200
|
+
"type": {
|
|
27201
|
+
"text": "Event"
|
|
27202
|
+
}
|
|
27203
|
+
}
|
|
27204
|
+
]
|
|
27205
|
+
},
|
|
27206
|
+
{
|
|
27207
|
+
"kind": "mixin",
|
|
27208
|
+
"description": "Mixin for elements that trap focus.",
|
|
27209
|
+
"name": "TrappedFocus",
|
|
27210
|
+
"parameters": [
|
|
26105
27211
|
{
|
|
26106
|
-
"
|
|
26107
|
-
"
|
|
26108
|
-
|
|
26109
|
-
|
|
26110
|
-
{
|
|
26111
|
-
"name": "event",
|
|
26112
|
-
"type": {
|
|
26113
|
-
"text": "Event"
|
|
26114
|
-
}
|
|
26115
|
-
}
|
|
26116
|
-
]
|
|
27212
|
+
"name": "Base",
|
|
27213
|
+
"type": {
|
|
27214
|
+
"text": "T"
|
|
27215
|
+
}
|
|
26117
27216
|
}
|
|
26118
27217
|
]
|
|
26119
27218
|
}
|
|
26120
27219
|
],
|
|
26121
27220
|
"exports": [
|
|
27221
|
+
{
|
|
27222
|
+
"kind": "js",
|
|
27223
|
+
"name": "ignoreEventInFocusTraps",
|
|
27224
|
+
"declaration": {
|
|
27225
|
+
"name": "ignoreEventInFocusTraps",
|
|
27226
|
+
"module": "libs/components/src/shared/patterns/trapped-focus.ts"
|
|
27227
|
+
}
|
|
27228
|
+
},
|
|
26122
27229
|
{
|
|
26123
27230
|
"kind": "js",
|
|
26124
27231
|
"name": "TrappedFocus",
|
|
@@ -26671,6 +27778,16 @@
|
|
|
26671
27778
|
"fieldName": "readOnly"
|
|
26672
27779
|
}
|
|
26673
27780
|
],
|
|
27781
|
+
"mixins": [
|
|
27782
|
+
{
|
|
27783
|
+
"name": "TrappedFocus",
|
|
27784
|
+
"module": "/libs/components/src/shared/patterns"
|
|
27785
|
+
},
|
|
27786
|
+
{
|
|
27787
|
+
"name": "Localized",
|
|
27788
|
+
"module": "/libs/components/src/shared/patterns"
|
|
27789
|
+
}
|
|
27790
|
+
],
|
|
26674
27791
|
"superclass": {
|
|
26675
27792
|
"name": "FormAssociatedPickerField",
|
|
26676
27793
|
"module": "/libs/components/src/shared/picker-field/picker-field.form-associated"
|
|
@@ -27343,6 +28460,12 @@
|
|
|
27343
28460
|
}
|
|
27344
28461
|
}
|
|
27345
28462
|
],
|
|
28463
|
+
"mixins": [
|
|
28464
|
+
{
|
|
28465
|
+
"name": "Localized",
|
|
28466
|
+
"module": "/libs/components/src/shared/patterns"
|
|
28467
|
+
}
|
|
28468
|
+
],
|
|
27346
28469
|
"superclass": {
|
|
27347
28470
|
"name": "VividElement",
|
|
27348
28471
|
"module": "/libs/components/src/shared/foundation/vivid-element/vivid-element"
|