@vonage/vivid 3.40.0 → 3.42.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/accordion/index.js +2 -2
- package/accordion-item/index.js +2 -2
- package/alert/index.js +6 -5
- package/audio-player/index.js +33 -0
- package/avatar/index.js +2 -2
- package/badge/index.js +2 -2
- package/banner/index.js +8 -5
- package/breadcrumb/index.js +1 -1
- package/breadcrumb-item/index.js +3 -3
- package/button/index.js +4 -4
- package/calendar/index.js +1 -1
- package/calendar-event/index.js +1 -1
- package/card/index.js +4 -3
- package/checkbox/index.js +3 -3
- package/combobox/index.js +8 -8
- package/custom-elements.json +438 -41
- package/data-grid/index.js +2 -2
- package/date-picker/index.js +9 -9
- package/date-range-picker/index.js +8 -8
- package/dialog/index.js +6 -6
- package/divider/index.js +1 -1
- package/elevation/index.js +1 -1
- package/empty-state/index.js +2 -2
- package/fab/index.js +3 -3
- package/file-picker/index.js +5 -5
- package/focus/index.js +1 -1
- package/header/index.js +2 -2
- package/icon/index.js +1 -1
- package/index.js +57 -56
- package/layout/index.js +1 -1
- package/lib/alert/alert.d.ts +3 -1
- package/lib/alert/locale.d.ts +3 -0
- package/lib/audio-player/audio-player.d.ts +17 -0
- package/lib/audio-player/audio-player.template.d.ts +4 -0
- package/lib/audio-player/definition.d.ts +4 -0
- package/lib/audio-player/locale.d.ts +5 -0
- package/lib/banner/banner.d.ts +3 -1
- package/lib/banner/locale.d.ts +3 -0
- package/lib/card/card.d.ts +3 -0
- package/lib/card/card.template.d.ts +1 -1
- package/lib/card/definition.d.ts +1 -0
- package/lib/checkbox/checkbox.d.ts +1 -0
- package/lib/components.d.ts +1 -0
- package/lib/enums.d.ts +2 -1
- package/lib/selectable-box/selectable-box.d.ts +2 -2
- package/lib/split-button/locale.d.ts +3 -0
- package/lib/split-button/split-button.d.ts +4 -2
- package/listbox/index.js +4 -4
- package/locales/en-GB.js +14 -0
- package/locales/en-US.js +14 -0
- package/locales/ja-JP.js +14 -0
- package/locales/zh-CN.js +14 -0
- package/menu/index.js +8 -8
- package/menu-item/index.js +3 -3
- package/nav/index.js +1 -1
- package/nav-disclosure/index.js +3 -3
- package/nav-item/index.js +3 -3
- package/note/index.js +2 -2
- package/number-field/index.js +6 -6
- package/option/index.js +3 -3
- package/package.json +1 -1
- package/pagination/index.js +5 -5
- package/popup/index.js +6 -6
- package/progress/index.js +1 -1
- package/progress-ring/index.js +1 -1
- package/radio/index.js +2 -2
- package/radio-group/index.js +2 -2
- package/select/index.js +8 -8
- package/selectable-box/index.js +5 -5
- package/shared/definition.js +3 -3
- package/shared/definition10.js +90 -159
- package/shared/definition11.js +151 -29
- package/shared/definition12.js +37 -766
- package/shared/definition13.js +747 -106
- package/shared/definition14.js +121 -198
- package/shared/definition15.js +167 -664
- package/shared/definition16.js +576 -1137
- package/shared/definition17.js +1278 -143
- package/shared/definition18.js +68 -306
- package/shared/definition19.js +359 -217
- package/shared/definition2.js +1 -1
- package/shared/definition20.js +259 -67
- package/shared/definition21.js +66 -58
- package/shared/definition22.js +43 -84
- package/shared/definition23.js +76 -2353
- package/shared/definition24.js +2362 -45
- package/shared/definition25.js +63 -27
- package/shared/definition26.js +24 -51
- package/shared/definition27.js +36 -822
- package/shared/definition28.js +837 -49
- package/shared/definition29.js +52 -89
- package/shared/definition3.js +1 -1
- package/shared/definition30.js +88 -24
- package/shared/definition31.js +25 -12
- package/shared/definition32.js +12 -52
- package/shared/definition33.js +28 -502
- package/shared/definition34.js +442 -197
- package/shared/definition35.js +260 -186
- package/shared/definition36.js +186 -75
- package/shared/definition37.js +70 -54
- package/shared/definition38.js +65 -421
- package/shared/definition39.js +437 -38
- package/shared/definition4.js +43 -16
- package/shared/definition40.js +32 -680
- package/shared/definition41.js +654 -105
- package/shared/definition42.js +117 -78
- package/shared/definition43.js +74 -567
- package/shared/definition44.js +567 -98
- package/shared/definition45.js +110 -135
- package/shared/definition46.js +153 -17
- package/shared/definition47.js +16 -79
- package/shared/definition48.js +53 -475
- package/shared/definition49.js +502 -25
- package/shared/definition5.js +160 -44
- package/shared/definition50.js +22 -121
- package/shared/definition51.js +113 -271
- package/shared/definition52.js +249 -243
- package/shared/definition53.js +270 -109
- package/shared/definition54.js +84 -74
- package/shared/definition55.js +114 -69
- package/shared/definition56.js +81 -292
- package/shared/definition57.js +302 -13
- package/shared/definition58.js +11 -41
- package/shared/definition59.js +20 -154
- package/shared/definition6.js +43 -33
- package/shared/definition60.js +181 -0
- package/shared/definition7.js +39 -106
- package/shared/definition8.js +122 -38
- package/shared/definition9.js +56 -89
- package/shared/enums.js +1 -0
- package/shared/icon.js +2 -2
- package/shared/index.js +1 -1
- package/shared/index2.js +1 -1
- package/shared/listbox.js +1 -1
- package/shared/localization/Locale.d.ts +8 -0
- package/shared/patterns/form-elements/form-elements.d.ts +6 -6
- package/shared/presentationDate.js +10 -8
- package/shared/text-field.js +1 -1
- package/side-drawer/index.js +1 -1
- package/slider/index.js +3 -3
- package/split-button/index.js +6 -3
- package/style.css +329 -242
- package/styles/core/all.css +31 -25
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +31 -25
- 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/switch/index.js +3 -3
- package/tab/index.js +3 -3
- package/tab-panel/index.js +1 -1
- package/tabs/index.js +5 -5
- package/tag/index.js +3 -3
- package/tag-group/index.js +1 -1
- package/text-area/index.js +3 -3
- package/text-field/index.js +3 -3
- package/toggletip/index.js +7 -7
- package/tooltip/index.js +7 -7
- package/tree-item/index.js +3 -3
- package/tree-view/index.js +1 -1
- package/vivid.api.json +270 -1
package/custom-elements.json
CHANGED
|
@@ -473,6 +473,14 @@
|
|
|
473
473
|
}
|
|
474
474
|
],
|
|
475
475
|
"members": [
|
|
476
|
+
{
|
|
477
|
+
"kind": "field",
|
|
478
|
+
"name": "dismissButtonAriaLabel",
|
|
479
|
+
"type": {
|
|
480
|
+
"text": "string | null"
|
|
481
|
+
},
|
|
482
|
+
"default": "null"
|
|
483
|
+
},
|
|
476
484
|
{
|
|
477
485
|
"kind": "field",
|
|
478
486
|
"name": "#timeoutID",
|
|
@@ -593,6 +601,11 @@
|
|
|
593
601
|
"kind": "field",
|
|
594
602
|
"name": "#closeOnEscape",
|
|
595
603
|
"privacy": "private"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "field",
|
|
607
|
+
"name": "#onTransitionEnd",
|
|
608
|
+
"privacy": "private"
|
|
596
609
|
}
|
|
597
610
|
],
|
|
598
611
|
"events": [
|
|
@@ -606,6 +619,14 @@
|
|
|
606
619
|
}
|
|
607
620
|
],
|
|
608
621
|
"attributes": [
|
|
622
|
+
{
|
|
623
|
+
"name": "dismiss-button-aria-label",
|
|
624
|
+
"type": {
|
|
625
|
+
"text": "string | null"
|
|
626
|
+
},
|
|
627
|
+
"default": "null",
|
|
628
|
+
"fieldName": "dismissButtonAriaLabel"
|
|
629
|
+
},
|
|
609
630
|
{
|
|
610
631
|
"type": {
|
|
611
632
|
"text": "boolean"
|
|
@@ -723,6 +744,211 @@
|
|
|
723
744
|
}
|
|
724
745
|
]
|
|
725
746
|
},
|
|
747
|
+
{
|
|
748
|
+
"kind": "javascript-module",
|
|
749
|
+
"path": "libs/components/src/lib/alert/locale.ts",
|
|
750
|
+
"declarations": [],
|
|
751
|
+
"exports": []
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"kind": "javascript-module",
|
|
755
|
+
"path": "libs/components/src/lib/audio-player/audio-player.ts",
|
|
756
|
+
"declarations": [
|
|
757
|
+
{
|
|
758
|
+
"kind": "class",
|
|
759
|
+
"description": "Base class for audio-player",
|
|
760
|
+
"name": "AudioPlayer",
|
|
761
|
+
"members": [
|
|
762
|
+
{
|
|
763
|
+
"kind": "field",
|
|
764
|
+
"name": "playButtonAriaLabel",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "string | null"
|
|
767
|
+
},
|
|
768
|
+
"default": "null"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "field",
|
|
772
|
+
"name": "pauseButtonAriaLabel",
|
|
773
|
+
"type": {
|
|
774
|
+
"text": "string | null"
|
|
775
|
+
},
|
|
776
|
+
"default": "null"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"kind": "field",
|
|
780
|
+
"name": "sliderAriaLabel",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "string | null"
|
|
783
|
+
},
|
|
784
|
+
"default": "null"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"kind": "field",
|
|
788
|
+
"name": "connotation",
|
|
789
|
+
"type": {
|
|
790
|
+
"text": "AudioPlayerConnotation | undefined"
|
|
791
|
+
},
|
|
792
|
+
"description": "The connotation the audio-player should have.",
|
|
793
|
+
"privacy": "public"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"kind": "field",
|
|
797
|
+
"name": "src",
|
|
798
|
+
"type": {
|
|
799
|
+
"text": "string | undefined"
|
|
800
|
+
},
|
|
801
|
+
"description": "Indicates the audio-player's src.",
|
|
802
|
+
"privacy": "public"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "field",
|
|
806
|
+
"name": "disabled",
|
|
807
|
+
"type": {
|
|
808
|
+
"text": "boolean"
|
|
809
|
+
},
|
|
810
|
+
"default": "false",
|
|
811
|
+
"description": "Indicates whether audio player is disabled.",
|
|
812
|
+
"privacy": "public"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "field",
|
|
816
|
+
"name": "notime",
|
|
817
|
+
"type": {
|
|
818
|
+
"text": "boolean"
|
|
819
|
+
},
|
|
820
|
+
"default": "false",
|
|
821
|
+
"privacy": "public",
|
|
822
|
+
"description": ""
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"attributes": [
|
|
826
|
+
{
|
|
827
|
+
"name": "play-button-aria-label",
|
|
828
|
+
"type": {
|
|
829
|
+
"text": "string | null"
|
|
830
|
+
},
|
|
831
|
+
"default": "null",
|
|
832
|
+
"fieldName": "playButtonAriaLabel"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "pause-button-aria-label",
|
|
836
|
+
"type": {
|
|
837
|
+
"text": "string | null"
|
|
838
|
+
},
|
|
839
|
+
"default": "null",
|
|
840
|
+
"fieldName": "pauseButtonAriaLabel"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"name": "slider-aria-label",
|
|
844
|
+
"type": {
|
|
845
|
+
"text": "string | null"
|
|
846
|
+
},
|
|
847
|
+
"default": "null",
|
|
848
|
+
"fieldName": "sliderAriaLabel"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"name": "connotation",
|
|
852
|
+
"type": {
|
|
853
|
+
"text": "AudioPlayerConnotation | undefined"
|
|
854
|
+
},
|
|
855
|
+
"description": "The connotation the audio-player should have.",
|
|
856
|
+
"fieldName": "connotation"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "src",
|
|
860
|
+
"type": {
|
|
861
|
+
"text": "string | undefined"
|
|
862
|
+
},
|
|
863
|
+
"description": "Indicates the audio-player's src.",
|
|
864
|
+
"fieldName": "src"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"type": {
|
|
868
|
+
"text": "boolean"
|
|
869
|
+
},
|
|
870
|
+
"default": "false",
|
|
871
|
+
"description": "Indicates whether audio player is disabled.",
|
|
872
|
+
"fieldName": "disabled"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"type": {
|
|
876
|
+
"text": "boolean"
|
|
877
|
+
},
|
|
878
|
+
"default": "false",
|
|
879
|
+
"fieldName": "notime"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"superclass": {
|
|
883
|
+
"name": "FoundationElement",
|
|
884
|
+
"package": "@microsoft/fast-foundation"
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
],
|
|
888
|
+
"exports": [
|
|
889
|
+
{
|
|
890
|
+
"kind": "js",
|
|
891
|
+
"name": "AudioPlayer",
|
|
892
|
+
"declaration": {
|
|
893
|
+
"name": "AudioPlayer",
|
|
894
|
+
"module": "libs/components/src/lib/audio-player/audio-player.ts"
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
]
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "javascript-module",
|
|
901
|
+
"path": "libs/components/src/lib/audio-player/definition.ts",
|
|
902
|
+
"declarations": [
|
|
903
|
+
{
|
|
904
|
+
"kind": "variable",
|
|
905
|
+
"name": "audioPlayerDefinition"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "variable",
|
|
909
|
+
"name": "registerAudioPlayer",
|
|
910
|
+
"description": "Registers the audio-player element with the design system.",
|
|
911
|
+
"parameters": [
|
|
912
|
+
{
|
|
913
|
+
"description": "the prefix to use for the component name",
|
|
914
|
+
"name": "prefix"
|
|
915
|
+
}
|
|
916
|
+
]
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"exports": [
|
|
920
|
+
{
|
|
921
|
+
"kind": "js",
|
|
922
|
+
"name": "AudioPlayerConnotation",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"name": "AudioPlayerConnotation",
|
|
925
|
+
"module": "./audio-player"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "js",
|
|
930
|
+
"name": "audioPlayerDefinition",
|
|
931
|
+
"declaration": {
|
|
932
|
+
"name": "audioPlayerDefinition",
|
|
933
|
+
"module": "libs/components/src/lib/audio-player/definition.ts"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"kind": "js",
|
|
938
|
+
"name": "registerAudioPlayer",
|
|
939
|
+
"declaration": {
|
|
940
|
+
"name": "registerAudioPlayer",
|
|
941
|
+
"module": "libs/components/src/lib/audio-player/definition.ts"
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "javascript-module",
|
|
948
|
+
"path": "libs/components/src/lib/audio-player/locale.ts",
|
|
949
|
+
"declarations": [],
|
|
950
|
+
"exports": []
|
|
951
|
+
},
|
|
726
952
|
{
|
|
727
953
|
"kind": "javascript-module",
|
|
728
954
|
"path": "libs/components/src/lib/avatar/avatar.ts",
|
|
@@ -756,6 +982,10 @@
|
|
|
756
982
|
"name": "--vvd-avatar-cta-soft",
|
|
757
983
|
"default": "var(--vvd-color-cta-100)"
|
|
758
984
|
},
|
|
985
|
+
{
|
|
986
|
+
"name": "--vvd-avatar-cta-contrast",
|
|
987
|
+
"default": "var(--vvd-color-cta-800)"
|
|
988
|
+
},
|
|
759
989
|
{
|
|
760
990
|
"name": "--vvd-avatar-accent-primary",
|
|
761
991
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -779,6 +1009,10 @@
|
|
|
779
1009
|
{
|
|
780
1010
|
"name": "--vvd-avatar-accent-soft",
|
|
781
1011
|
"default": "var(--vvd-color-neutral-100)"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "--vvd-avatar-accent-contrast",
|
|
1015
|
+
"default": "var(--vvd-color-neutral-800)"
|
|
782
1016
|
}
|
|
783
1017
|
],
|
|
784
1018
|
"slots": [
|
|
@@ -1357,6 +1591,14 @@
|
|
|
1357
1591
|
}
|
|
1358
1592
|
],
|
|
1359
1593
|
"members": [
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "field",
|
|
1596
|
+
"name": "dismissButtonAriaLabel",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "string | null"
|
|
1599
|
+
},
|
|
1600
|
+
"default": "null"
|
|
1601
|
+
},
|
|
1360
1602
|
{
|
|
1361
1603
|
"kind": "field",
|
|
1362
1604
|
"name": "role",
|
|
@@ -1434,6 +1676,14 @@
|
|
|
1434
1676
|
}
|
|
1435
1677
|
],
|
|
1436
1678
|
"attributes": [
|
|
1679
|
+
{
|
|
1680
|
+
"name": "dismiss-aria-label",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "string | null"
|
|
1683
|
+
},
|
|
1684
|
+
"default": "null",
|
|
1685
|
+
"fieldName": "dismissButtonAriaLabel"
|
|
1686
|
+
},
|
|
1437
1687
|
{
|
|
1438
1688
|
"name": "role",
|
|
1439
1689
|
"type": {
|
|
@@ -1537,6 +1787,12 @@
|
|
|
1537
1787
|
}
|
|
1538
1788
|
]
|
|
1539
1789
|
},
|
|
1790
|
+
{
|
|
1791
|
+
"kind": "javascript-module",
|
|
1792
|
+
"path": "libs/components/src/lib/banner/locale.ts",
|
|
1793
|
+
"declarations": [],
|
|
1794
|
+
"exports": []
|
|
1795
|
+
},
|
|
1540
1796
|
{
|
|
1541
1797
|
"kind": "javascript-module",
|
|
1542
1798
|
"path": "libs/components/src/lib/breadcrumb/breadcrumb.ts",
|
|
@@ -2591,6 +2847,15 @@
|
|
|
2591
2847
|
}
|
|
2592
2848
|
],
|
|
2593
2849
|
"members": [
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "field",
|
|
2852
|
+
"name": "appearance",
|
|
2853
|
+
"type": {
|
|
2854
|
+
"text": "CardAppearance | undefined"
|
|
2855
|
+
},
|
|
2856
|
+
"description": "The appearance the card should have.",
|
|
2857
|
+
"privacy": "public"
|
|
2858
|
+
},
|
|
2594
2859
|
{
|
|
2595
2860
|
"kind": "field",
|
|
2596
2861
|
"name": "headline",
|
|
@@ -2652,6 +2917,14 @@
|
|
|
2652
2917
|
}
|
|
2653
2918
|
],
|
|
2654
2919
|
"attributes": [
|
|
2920
|
+
{
|
|
2921
|
+
"name": "appearance",
|
|
2922
|
+
"type": {
|
|
2923
|
+
"text": "CardAppearance | undefined"
|
|
2924
|
+
},
|
|
2925
|
+
"description": "The appearance the card should have.",
|
|
2926
|
+
"fieldName": "appearance"
|
|
2927
|
+
},
|
|
2655
2928
|
{
|
|
2656
2929
|
"name": "headline",
|
|
2657
2930
|
"type": {
|
|
@@ -2727,6 +3000,14 @@
|
|
|
2727
3000
|
}
|
|
2728
3001
|
],
|
|
2729
3002
|
"exports": [
|
|
3003
|
+
{
|
|
3004
|
+
"kind": "js",
|
|
3005
|
+
"name": "CardAppearance",
|
|
3006
|
+
"declaration": {
|
|
3007
|
+
"name": "CardAppearance",
|
|
3008
|
+
"module": "./card"
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
2730
3011
|
{
|
|
2731
3012
|
"kind": "js",
|
|
2732
3013
|
"name": "registerCard",
|
|
@@ -2812,6 +3093,14 @@
|
|
|
2812
3093
|
},
|
|
2813
3094
|
"default": "null"
|
|
2814
3095
|
},
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "field",
|
|
3098
|
+
"name": "tabindex",
|
|
3099
|
+
"type": {
|
|
3100
|
+
"text": "string | null"
|
|
3101
|
+
},
|
|
3102
|
+
"default": "null"
|
|
3103
|
+
},
|
|
2815
3104
|
{
|
|
2816
3105
|
"kind": "field",
|
|
2817
3106
|
"name": "connotation",
|
|
@@ -2822,6 +3111,12 @@
|
|
|
2822
3111
|
"privacy": "public"
|
|
2823
3112
|
}
|
|
2824
3113
|
],
|
|
3114
|
+
"events": [
|
|
3115
|
+
{
|
|
3116
|
+
"description": "Event that emits when the component checked state changes",
|
|
3117
|
+
"name": "input"
|
|
3118
|
+
}
|
|
3119
|
+
],
|
|
2825
3120
|
"attributes": [
|
|
2826
3121
|
{
|
|
2827
3122
|
"name": "aria-label",
|
|
@@ -2831,6 +3126,14 @@
|
|
|
2831
3126
|
"default": "null",
|
|
2832
3127
|
"fieldName": "ariaLabel"
|
|
2833
3128
|
},
|
|
3129
|
+
{
|
|
3130
|
+
"name": "tabindex",
|
|
3131
|
+
"type": {
|
|
3132
|
+
"text": "string | null"
|
|
3133
|
+
},
|
|
3134
|
+
"default": "null",
|
|
3135
|
+
"fieldName": "tabindex"
|
|
3136
|
+
},
|
|
2834
3137
|
{
|
|
2835
3138
|
"name": "connotation",
|
|
2836
3139
|
"type": {
|
|
@@ -9423,8 +9726,12 @@
|
|
|
9423
9726
|
"default": "var(--vvd-color-cta-300)"
|
|
9424
9727
|
},
|
|
9425
9728
|
{
|
|
9426
|
-
"name": "--vvd-selectable-box-cta-
|
|
9427
|
-
"default": "var(--vvd-color-cta-
|
|
9729
|
+
"name": "--vvd-selectable-box-cta-fierce",
|
|
9730
|
+
"default": "var(--vvd-color-cta-700)"
|
|
9731
|
+
},
|
|
9732
|
+
{
|
|
9733
|
+
"name": "--vvd-selectable-box-cta-faint",
|
|
9734
|
+
"default": "var(--vvd-color-cta-50)"
|
|
9428
9735
|
},
|
|
9429
9736
|
{
|
|
9430
9737
|
"name": "--vvd-selectable-box-accent-firm",
|
|
@@ -9435,8 +9742,12 @@
|
|
|
9435
9742
|
"default": "var(--vvd-color-neutral-300)"
|
|
9436
9743
|
},
|
|
9437
9744
|
{
|
|
9438
|
-
"name": "--vvd-selectable-box-accent-
|
|
9439
|
-
"default": "var(--vvd-color-neutral-
|
|
9745
|
+
"name": "--vvd-selectable-box-accent-fierce",
|
|
9746
|
+
"default": "var(--vvd-color-neutral-700)"
|
|
9747
|
+
},
|
|
9748
|
+
{
|
|
9749
|
+
"name": "--vvd-selectable-box-accent-faint",
|
|
9750
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
9440
9751
|
}
|
|
9441
9752
|
],
|
|
9442
9753
|
"slots": [
|
|
@@ -9448,51 +9759,49 @@
|
|
|
9448
9759
|
"members": [
|
|
9449
9760
|
{
|
|
9450
9761
|
"kind": "field",
|
|
9451
|
-
"name": "
|
|
9762
|
+
"name": "ariaLabel",
|
|
9452
9763
|
"type": {
|
|
9453
|
-
"text": "
|
|
9764
|
+
"text": "string | null"
|
|
9454
9765
|
},
|
|
9455
|
-
"default": "
|
|
9456
|
-
"description": "Controls the checked state of the box",
|
|
9457
|
-
"privacy": "public"
|
|
9766
|
+
"default": "null"
|
|
9458
9767
|
},
|
|
9459
9768
|
{
|
|
9460
9769
|
"kind": "field",
|
|
9461
|
-
"name": "
|
|
9770
|
+
"name": "checked",
|
|
9462
9771
|
"type": {
|
|
9463
9772
|
"text": "boolean"
|
|
9464
9773
|
},
|
|
9465
9774
|
"default": "false",
|
|
9466
|
-
"description": "
|
|
9775
|
+
"description": "Controls the checked state of the box",
|
|
9467
9776
|
"privacy": "public"
|
|
9468
9777
|
},
|
|
9469
9778
|
{
|
|
9470
9779
|
"kind": "field",
|
|
9471
|
-
"name": "
|
|
9780
|
+
"name": "clickable",
|
|
9472
9781
|
"type": {
|
|
9473
|
-
"text": "
|
|
9782
|
+
"text": "boolean"
|
|
9474
9783
|
},
|
|
9475
|
-
"
|
|
9784
|
+
"default": "false",
|
|
9785
|
+
"description": "DEPRECATED: Replaced by the clickable-box prop",
|
|
9476
9786
|
"privacy": "public"
|
|
9477
9787
|
},
|
|
9478
9788
|
{
|
|
9479
9789
|
"kind": "field",
|
|
9480
|
-
"name": "
|
|
9790
|
+
"name": "clickableBox",
|
|
9481
9791
|
"type": {
|
|
9482
|
-
"text": "
|
|
9792
|
+
"text": "boolean"
|
|
9483
9793
|
},
|
|
9484
|
-
"default": "
|
|
9485
|
-
"description": "
|
|
9794
|
+
"default": "false",
|
|
9795
|
+
"description": "Makes the entire selectable box clickable",
|
|
9486
9796
|
"privacy": "public"
|
|
9487
9797
|
},
|
|
9488
9798
|
{
|
|
9489
9799
|
"kind": "field",
|
|
9490
|
-
"name": "
|
|
9800
|
+
"name": "connotation",
|
|
9491
9801
|
"type": {
|
|
9492
|
-
"text": "
|
|
9802
|
+
"text": "SelectableBoxConnotation | undefined"
|
|
9493
9803
|
},
|
|
9494
|
-
"
|
|
9495
|
-
"description": "Links a piece of content as an accessible label",
|
|
9804
|
+
"description": "The connotation the selectable box should have.",
|
|
9496
9805
|
"privacy": "public"
|
|
9497
9806
|
},
|
|
9498
9807
|
{
|
|
@@ -9522,6 +9831,14 @@
|
|
|
9522
9831
|
}
|
|
9523
9832
|
],
|
|
9524
9833
|
"attributes": [
|
|
9834
|
+
{
|
|
9835
|
+
"name": "aria-label",
|
|
9836
|
+
"type": {
|
|
9837
|
+
"text": "string | null"
|
|
9838
|
+
},
|
|
9839
|
+
"default": "null",
|
|
9840
|
+
"fieldName": "ariaLabel"
|
|
9841
|
+
},
|
|
9525
9842
|
{
|
|
9526
9843
|
"type": {
|
|
9527
9844
|
"text": "boolean"
|
|
@@ -9535,34 +9852,25 @@
|
|
|
9535
9852
|
"text": "boolean"
|
|
9536
9853
|
},
|
|
9537
9854
|
"default": "false",
|
|
9538
|
-
"description": "
|
|
9855
|
+
"description": "DEPRECATED: Replaced by the clickable-box prop",
|
|
9539
9856
|
"fieldName": "clickable"
|
|
9540
9857
|
},
|
|
9541
9858
|
{
|
|
9542
|
-
"name": "
|
|
9543
|
-
"type": {
|
|
9544
|
-
"text": "SelectableBoxConnotation | undefined"
|
|
9545
|
-
},
|
|
9546
|
-
"description": "The connotation the selectable box should have.",
|
|
9547
|
-
"fieldName": "connotation"
|
|
9548
|
-
},
|
|
9549
|
-
{
|
|
9550
|
-
"name": "control-aria-label",
|
|
9859
|
+
"name": "clickable-box",
|
|
9551
9860
|
"type": {
|
|
9552
|
-
"text": "
|
|
9861
|
+
"text": "boolean"
|
|
9553
9862
|
},
|
|
9554
|
-
"default": "
|
|
9555
|
-
"description": "
|
|
9556
|
-
"fieldName": "
|
|
9863
|
+
"default": "false",
|
|
9864
|
+
"description": "Makes the entire selectable box clickable",
|
|
9865
|
+
"fieldName": "clickableBox"
|
|
9557
9866
|
},
|
|
9558
9867
|
{
|
|
9559
|
-
"name": "
|
|
9868
|
+
"name": "connotation",
|
|
9560
9869
|
"type": {
|
|
9561
|
-
"text": "
|
|
9870
|
+
"text": "SelectableBoxConnotation | undefined"
|
|
9562
9871
|
},
|
|
9563
|
-
"
|
|
9564
|
-
"
|
|
9565
|
-
"fieldName": "controlAriaLabelledby"
|
|
9872
|
+
"description": "The connotation the selectable box should have.",
|
|
9873
|
+
"fieldName": "connotation"
|
|
9566
9874
|
},
|
|
9567
9875
|
{
|
|
9568
9876
|
"name": "control-type",
|
|
@@ -9990,6 +10298,12 @@
|
|
|
9990
10298
|
}
|
|
9991
10299
|
]
|
|
9992
10300
|
},
|
|
10301
|
+
{
|
|
10302
|
+
"kind": "javascript-module",
|
|
10303
|
+
"path": "libs/components/src/lib/split-button/locale.ts",
|
|
10304
|
+
"declarations": [],
|
|
10305
|
+
"exports": []
|
|
10306
|
+
},
|
|
9993
10307
|
{
|
|
9994
10308
|
"kind": "javascript-module",
|
|
9995
10309
|
"path": "libs/components/src/lib/split-button/split-button.ts",
|
|
@@ -10031,6 +10345,70 @@
|
|
|
10031
10345
|
"name": "--vvd-split-button-cta-faint",
|
|
10032
10346
|
"default": "var(--vvd-color-cta-50)"
|
|
10033
10347
|
},
|
|
10348
|
+
{
|
|
10349
|
+
"name": "--vvd-split-button-success-primary",
|
|
10350
|
+
"default": "var(--vvd-color-success-500)"
|
|
10351
|
+
},
|
|
10352
|
+
{
|
|
10353
|
+
"name": "--vvd-split-button-success-primary-text",
|
|
10354
|
+
"default": "var(--vvd-color-canvas)"
|
|
10355
|
+
},
|
|
10356
|
+
{
|
|
10357
|
+
"name": "--vvd-split-button-success-primary-increment",
|
|
10358
|
+
"default": "var(--vvd-color-success-600)"
|
|
10359
|
+
},
|
|
10360
|
+
{
|
|
10361
|
+
"name": "--vvd-split-button-success-contrast",
|
|
10362
|
+
"default": "var(--vvd-color-success-800)"
|
|
10363
|
+
},
|
|
10364
|
+
{
|
|
10365
|
+
"name": "--vvd-split-button-success-fierce",
|
|
10366
|
+
"default": "var(--vvd-color-success-700)"
|
|
10367
|
+
},
|
|
10368
|
+
{
|
|
10369
|
+
"name": "--vvd-split-button-success-firm",
|
|
10370
|
+
"default": "var(--vvd-color-success-600)"
|
|
10371
|
+
},
|
|
10372
|
+
{
|
|
10373
|
+
"name": "--vvd-split-button-success-soft",
|
|
10374
|
+
"default": "var(--vvd-color-success-100)"
|
|
10375
|
+
},
|
|
10376
|
+
{
|
|
10377
|
+
"name": "--vvd-split-button-success-faint",
|
|
10378
|
+
"default": "var(--vvd-color-success-50)"
|
|
10379
|
+
},
|
|
10380
|
+
{
|
|
10381
|
+
"name": "--vvd-split-button-alert-primary",
|
|
10382
|
+
"default": "var(--vvd-color-alert-500)"
|
|
10383
|
+
},
|
|
10384
|
+
{
|
|
10385
|
+
"name": "--vvd-split-button-alert-primary-text",
|
|
10386
|
+
"default": "var(--vvd-color-canvas)"
|
|
10387
|
+
},
|
|
10388
|
+
{
|
|
10389
|
+
"name": "--vvd-split-button-alert-primary-increment",
|
|
10390
|
+
"default": "var(--vvd-color-alert-600)"
|
|
10391
|
+
},
|
|
10392
|
+
{
|
|
10393
|
+
"name": "--vvd-split-button-alert-contrast",
|
|
10394
|
+
"default": "var(--vvd-color-alert-800)"
|
|
10395
|
+
},
|
|
10396
|
+
{
|
|
10397
|
+
"name": "--vvd-split-button-alert-fierce",
|
|
10398
|
+
"default": "var(--vvd-color-alert-700)"
|
|
10399
|
+
},
|
|
10400
|
+
{
|
|
10401
|
+
"name": "--vvd-split-button-alert-firm",
|
|
10402
|
+
"default": "var(--vvd-color-alert-600)"
|
|
10403
|
+
},
|
|
10404
|
+
{
|
|
10405
|
+
"name": "--vvd-split-button-alert-soft",
|
|
10406
|
+
"default": "var(--vvd-color-alert-100)"
|
|
10407
|
+
},
|
|
10408
|
+
{
|
|
10409
|
+
"name": "--vvd-split-button-alert-faint",
|
|
10410
|
+
"default": "var(--vvd-color-alert-50)"
|
|
10411
|
+
},
|
|
10034
10412
|
{
|
|
10035
10413
|
"name": "--vvd-split-button-accent-primary",
|
|
10036
10414
|
"default": "var(--vvd-color-canvas-text)"
|
|
@@ -10194,6 +10572,16 @@
|
|
|
10194
10572
|
"text": "string | null"
|
|
10195
10573
|
},
|
|
10196
10574
|
"default": "null"
|
|
10575
|
+
},
|
|
10576
|
+
{
|
|
10577
|
+
"kind": "field",
|
|
10578
|
+
"name": "indicatorAriaLabel",
|
|
10579
|
+
"type": {
|
|
10580
|
+
"text": "string | null"
|
|
10581
|
+
},
|
|
10582
|
+
"default": "null",
|
|
10583
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
10584
|
+
"privacy": "public"
|
|
10197
10585
|
}
|
|
10198
10586
|
],
|
|
10199
10587
|
"attributes": [
|
|
@@ -10278,6 +10666,15 @@
|
|
|
10278
10666
|
},
|
|
10279
10667
|
"default": "null",
|
|
10280
10668
|
"fieldName": "ariaExpanded"
|
|
10669
|
+
},
|
|
10670
|
+
{
|
|
10671
|
+
"name": "indicator-aria-label",
|
|
10672
|
+
"type": {
|
|
10673
|
+
"text": "string | null"
|
|
10674
|
+
},
|
|
10675
|
+
"default": "null",
|
|
10676
|
+
"description": "Defines a string value that labels the indicator element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
10677
|
+
"fieldName": "indicatorAriaLabel"
|
|
10281
10678
|
}
|
|
10282
10679
|
],
|
|
10283
10680
|
"superclass": {
|
package/data-grid/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerDataGrid } from '../shared/
|
|
2
|
-
import '../shared/
|
|
1
|
+
import { r as registerDataGrid } from '../shared/definition17.js';
|
|
2
|
+
import '../shared/definition26.js';
|
|
3
3
|
import '../shared/index.js';
|
|
4
4
|
import '../shared/icon.js';
|
|
5
5
|
import '../shared/_has.js';
|