@vonage/vivid 4.3.0 → 4.5.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/api-extractor.json +25 -0
- package/custom-elements.json +444 -692
- package/index.cjs +18 -17
- package/index.js +3 -3
- package/lib/dialog/dialog.d.ts +1 -0
- package/lib/empty-state/definition.d.ts +1 -0
- package/lib/empty-state/empty-state.d.ts +5 -0
- package/lib/enums.d.ts +4 -0
- package/lib/fab/fab.d.ts +1 -1
- package/lib/icon/icon.d.ts +1 -1
- package/lib/popup/popup.d.ts +5 -0
- package/lib/range-slider/range-slider.d.ts +2 -0
- package/lib/select/select.d.ts +1 -0
- package/lib/slider/slider.d.ts +5 -0
- package/lib/slider/slider.template.d.ts +2 -2
- package/lib/tabs/tabs.d.ts +2 -0
- package/lib/video-player/video-player.d.ts +0 -1
- package/listbox/index.cjs +1 -1
- package/listbox/index.js +1 -1
- package/package.json +6 -1
- package/shared/anchored.js +1 -1
- package/shared/calendar-event.js +1 -1
- package/shared/definition.cjs +2 -2
- package/shared/definition.js +2 -2
- package/shared/definition11.cjs +1 -1
- package/shared/definition11.js +1 -1
- package/shared/definition12.cjs +1 -1
- package/shared/definition12.js +1 -1
- package/shared/definition13.js +1 -1
- package/shared/definition15.cjs +7 -8
- package/shared/definition15.js +2 -3
- package/shared/definition16.cjs +10 -6
- package/shared/definition16.js +9 -5
- package/shared/definition17.cjs +2 -2
- package/shared/definition17.js +2 -2
- package/shared/definition18.cjs +3 -4
- package/shared/definition18.js +1 -2
- package/shared/definition19.cjs +3 -4
- package/shared/definition19.js +1 -2
- package/shared/definition20.cjs +2 -4
- package/shared/definition20.js +3 -5
- package/shared/definition21.cjs +72 -34
- package/shared/definition21.js +73 -35
- package/shared/definition23.cjs +18 -3
- package/shared/definition23.js +18 -3
- package/shared/definition24.cjs +2 -2
- package/shared/definition24.js +2 -2
- package/shared/definition25.cjs +7 -8
- package/shared/definition25.js +3 -4
- package/shared/definition26.js +1 -1
- package/shared/definition27.cjs +1 -1
- package/shared/definition27.js +1 -1
- package/shared/definition28.js +1 -1
- package/shared/definition29.cjs +4 -4
- package/shared/definition29.js +4 -4
- package/shared/definition3.cjs +1 -1
- package/shared/definition3.js +2 -2
- package/shared/definition30.cjs +3 -2
- package/shared/definition30.js +3 -2
- package/shared/definition31.cjs +1 -1
- package/shared/definition31.js +2 -2
- package/shared/definition32.cjs +1 -1
- package/shared/definition32.js +1 -1
- package/shared/definition34.cjs +2 -3
- package/shared/definition34.js +2 -3
- package/shared/definition35.cjs +10 -10
- package/shared/definition35.js +5 -5
- package/shared/definition36.cjs +1 -1
- package/shared/definition36.js +1 -1
- package/shared/definition37.js +1 -1
- package/shared/definition38.cjs +1 -1
- package/shared/definition38.js +1 -1
- package/shared/definition4.cjs +5 -3
- package/shared/definition4.js +6 -4
- package/shared/definition41.cjs +1 -1
- package/shared/definition41.js +1 -1
- package/shared/definition42.cjs +127 -23
- package/shared/definition42.js +127 -23
- package/shared/definition43.cjs +18 -11
- package/shared/definition43.js +13 -6
- package/shared/definition44.cjs +1 -1
- package/shared/definition44.js +2 -2
- package/shared/definition45.cjs +3 -2
- package/shared/definition45.js +4 -3
- package/shared/definition46.cjs +97 -14
- package/shared/definition46.js +98 -15
- package/shared/definition47.cjs +2 -3
- package/shared/definition47.js +3 -4
- package/shared/definition48.cjs +1 -1
- package/shared/definition48.js +1 -1
- package/shared/definition5.cjs +4 -5
- package/shared/definition5.js +4 -5
- package/shared/definition50.cjs +1 -1
- package/shared/definition50.js +1 -1
- package/shared/definition51.cjs +56 -10
- package/shared/definition51.js +56 -10
- package/shared/definition52.js +1 -1
- package/shared/definition53.cjs +1 -1
- package/shared/definition53.js +2 -2
- package/shared/definition54.cjs +8 -9
- package/shared/definition54.js +2 -3
- package/shared/definition55.cjs +8 -8
- package/shared/definition55.js +2 -2
- package/shared/definition56.cjs +9 -9
- package/shared/definition56.js +7 -7
- package/shared/definition57.cjs +10 -1
- package/shared/definition57.js +11 -2
- package/shared/definition58.cjs +7 -1
- package/shared/definition58.js +8 -2
- package/shared/definition59.cjs +1 -1
- package/shared/definition59.js +1 -1
- package/shared/definition6.cjs +1 -1
- package/shared/definition6.js +1 -1
- package/shared/definition61.cjs +65845 -2
- package/shared/definition61.js +65845 -2
- package/shared/definition62.js +1 -1
- package/shared/definition63.cjs +155 -2
- package/shared/definition63.js +156 -4
- package/shared/definition7.cjs +1 -1
- package/shared/definition7.js +1 -1
- package/shared/definition8.cjs +2 -3
- package/shared/definition8.js +3 -4
- package/shared/definition9.cjs +1 -1
- package/shared/definition9.js +1 -1
- package/shared/dialog/index.d.ts +1 -0
- package/shared/enums.cjs +6 -0
- package/shared/enums.js +6 -1
- package/shared/form-elements.cjs +236 -0
- package/shared/form-elements.js +229 -0
- package/shared/icon.js +1 -1
- package/shared/index2.cjs +6 -256
- package/shared/index2.js +6 -249
- package/shared/localized.cjs +26 -2
- package/shared/localized.js +25 -2
- package/shared/patterns/anchored.d.ts +4 -4
- package/shared/playbackRates.cjs +13 -0
- package/shared/playbackRates.js +11 -0
- package/shared/presentationDate.cjs +9 -9
- package/shared/presentationDate.js +9 -9
- package/shared/slider.template.cjs +27 -4
- package/shared/slider.template.js +27 -4
- package/shared/text-anchor.cjs +1 -1
- package/shared/text-anchor.js +1 -1
- package/shared/text-field.cjs +1 -1
- package/shared/text-field.js +1 -1
- package/shared/utils/playbackRates.d.ts +1 -0
- package/styles/core/all.css +1 -1
- package/styles/core/theme.css +1 -1
- package/styles/core/typography.css +1 -1
- package/styles/tokens/theme-dark.css +4 -4
- package/styles/tokens/theme-light.css +4 -4
- package/styles/tokens/vivid-2-compat.css +1 -1
- package/tsdoc-metadata.json +11 -0
- package/vivid.api.json +228 -8
- package/appearance-ui/index.cjs +0 -102
- package/appearance-ui/index.js +0 -100
- package/lib/appearance-ui/appearance-ui.d.ts +0 -12
- package/lib/appearance-ui/appearance-ui.template.d.ts +0 -4
- package/lib/appearance-ui/definition.d.ts +0 -3
- package/shared/video-player.cjs +0 -65860
- package/shared/video-player.js +0 -65857
package/custom-elements.json
CHANGED
|
@@ -819,600 +819,6 @@
|
|
|
819
819
|
"declarations": [],
|
|
820
820
|
"exports": []
|
|
821
821
|
},
|
|
822
|
-
{
|
|
823
|
-
"kind": "javascript-module",
|
|
824
|
-
"path": "libs/components/src/lib/appearance-ui/appearance-ui.ts",
|
|
825
|
-
"declarations": [
|
|
826
|
-
{
|
|
827
|
-
"kind": "class",
|
|
828
|
-
"description": "",
|
|
829
|
-
"name": "AppearanceUi",
|
|
830
|
-
"cssProperties": [
|
|
831
|
-
{
|
|
832
|
-
"name": "--vvd-appearanceUI-cta-faint",
|
|
833
|
-
"default": "var(--vvd-color-cta-50)"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "--vvd-appearanceUI-cta-soft",
|
|
837
|
-
"default": "var(--vvd-color-cta-100)"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "--vvd-appearanceUI-cta-dim",
|
|
841
|
-
"default": "var(--vvd-color-cta-200)"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"name": "--vvd-appearanceUI-cta-pale",
|
|
845
|
-
"default": "var(--vvd-color-cta-300)"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"name": "--vvd-appearanceUI-cta-light",
|
|
849
|
-
"default": "var(--vvd-color-cta-400)"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "--vvd-appearanceUI-cta-primary",
|
|
853
|
-
"default": "var(--vvd-color-cta-500)"
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"name": "--vvd-appearanceUI-cta-primary-text",
|
|
857
|
-
"default": "var(--vvd-color-canvas)"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"name": "--vvd-appearanceUI-cta-primary-increment",
|
|
861
|
-
"default": "var(--vvd-color-cta-600)"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"name": "--vvd-appearanceUI-cta-firm",
|
|
865
|
-
"default": "var(--vvd-color-cta-600)"
|
|
866
|
-
},
|
|
867
|
-
{
|
|
868
|
-
"name": "--vvd-appearanceUI-cta-firm-all",
|
|
869
|
-
"default": "var(--vvd-color-cta-600)"
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
"name": "--vvd-appearanceUI-cta-fierce",
|
|
873
|
-
"default": "var(--vvd-color-cta-700)"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"name": "--vvd-appearanceUI-cta-fierce-primary",
|
|
877
|
-
"default": "var(--vvd-color-cta-700)"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"name": "--vvd-appearanceUI-cta-contrast",
|
|
881
|
-
"default": "var(--vvd-color-cta-800)"
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"name": "--vvd-appearanceUI-cta-intermediate",
|
|
885
|
-
"default": "var(--vvd-color-cta-500)"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"name": "--vvd-appearanceUI-success-faint",
|
|
889
|
-
"default": "var(--vvd-color-success-50)"
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"name": "--vvd-appearanceUI-success-soft",
|
|
893
|
-
"default": "var(--vvd-color-success-100)"
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
"name": "--vvd-appearanceUI-success-dim",
|
|
897
|
-
"default": "var(--vvd-color-success-200)"
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
"name": "--vvd-appearanceUI-success-pale",
|
|
901
|
-
"default": "var(--vvd-color-success-300)"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "--vvd-appearanceUI-success-light",
|
|
905
|
-
"default": "var(--vvd-color-success-400)"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"name": "--vvd-appearanceUI-success-primary",
|
|
909
|
-
"default": "var(--vvd-color-success-500)"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"name": "--vvd-appearanceUI-success-primary-text",
|
|
913
|
-
"default": "var(--vvd-color-canvas)"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"name": "--vvd-appearanceUI-success-primary-increment",
|
|
917
|
-
"default": "var(--vvd-color-success-600)"
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
"name": "--vvd-appearanceUI-success-firm",
|
|
921
|
-
"default": "var(--vvd-color-success-600)"
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "--vvd-appearanceUI-success-firm-all",
|
|
925
|
-
"default": "var(--vvd-color-success-600)"
|
|
926
|
-
},
|
|
927
|
-
{
|
|
928
|
-
"name": "--vvd-appearanceUI-success-fierce",
|
|
929
|
-
"default": "var(--vvd-color-success-700)"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"name": "--vvd-appearanceUI-success-fierce-primary",
|
|
933
|
-
"default": "var(--vvd-color-success-700)"
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"name": "--vvd-appearanceUI-success-contrast",
|
|
937
|
-
"default": "var(--vvd-color-success-800)"
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
"name": "--vvd-appearanceUI-success-intermediate",
|
|
941
|
-
"default": "var(--vvd-color-success-500)"
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"name": "--vvd-appearanceUI-alert-faint",
|
|
945
|
-
"default": "var(--vvd-color-alert-50)"
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"name": "--vvd-appearanceUI-alert-soft",
|
|
949
|
-
"default": "var(--vvd-color-alert-100)"
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"name": "--vvd-appearanceUI-alert-dim",
|
|
953
|
-
"default": "var(--vvd-color-alert-200)"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "--vvd-appearanceUI-alert-pale",
|
|
957
|
-
"default": "var(--vvd-color-alert-300)"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "--vvd-appearanceUI-alert-light",
|
|
961
|
-
"default": "var(--vvd-color-alert-400)"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"name": "--vvd-appearanceUI-alert-primary",
|
|
965
|
-
"default": "var(--vvd-color-alert-500)"
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"name": "--vvd-appearanceUI-alert-primary-text",
|
|
969
|
-
"default": "var(--vvd-color-canvas)"
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"name": "--vvd-appearanceUI-alert-primary-increment",
|
|
973
|
-
"default": "var(--vvd-color-alert-600)"
|
|
974
|
-
},
|
|
975
|
-
{
|
|
976
|
-
"name": "--vvd-appearanceUI-alert-firm",
|
|
977
|
-
"default": "var(--vvd-color-alert-600)"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
"name": "--vvd-appearanceUI-alert-firm-all",
|
|
981
|
-
"default": "var(--vvd-color-alert-600)"
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"name": "--vvd-appearanceUI-alert-fierce",
|
|
985
|
-
"default": "var(--vvd-color-alert-700)"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"name": "--vvd-appearanceUI-alert-fierce-primary",
|
|
989
|
-
"default": "var(--vvd-color-alert-700)"
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
"name": "--vvd-appearanceUI-alert-contrast",
|
|
993
|
-
"default": "var(--vvd-color-alert-800)"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "--vvd-appearanceUI-alert-intermediate",
|
|
997
|
-
"default": "var(--vvd-color-alert-500)"
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "--vvd-appearanceUI-warning-faint",
|
|
1001
|
-
"default": "var(--vvd-color-warning-50)"
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
"name": "--vvd-appearanceUI-warning-soft",
|
|
1005
|
-
"default": "var(--vvd-color-warning-100)"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "--vvd-appearanceUI-warning-dim",
|
|
1009
|
-
"default": "var(--vvd-color-warning-200)"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "--vvd-appearanceUI-warning-pale",
|
|
1013
|
-
"default": "var(--vvd-color-warning-300)"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "--vvd-appearanceUI-warning-light",
|
|
1017
|
-
"default": "var(--vvd-color-warning-400)"
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"name": "--vvd-appearanceUI-warning-primary",
|
|
1021
|
-
"default": "var(--vvd-color-warning-300)"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"name": "--vvd-appearanceUI-warning-primary-text",
|
|
1025
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "--vvd-appearanceUI-warning-primary-increment",
|
|
1029
|
-
"default": "var(--vvd-color-warning-600)"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
"name": "--vvd-appearanceUI-warning-firm",
|
|
1033
|
-
"default": "var(--vvd-color-warning-600)"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "--vvd-appearanceUI-warning-firm-all",
|
|
1037
|
-
"default": "var(--vvd-color-warning-600)"
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"name": "--vvd-appearanceUI-warning-fierce",
|
|
1041
|
-
"default": "var(--vvd-color-warning-700)"
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "--vvd-appearanceUI-warning-fierce-primary",
|
|
1045
|
-
"default": "var(--vvd-color-warning-300)"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"name": "--vvd-appearanceUI-warning-contrast",
|
|
1049
|
-
"default": "var(--vvd-color-warning-800)"
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"name": "--vvd-appearanceUI-warning-intermediate",
|
|
1053
|
-
"default": "var(--vvd-color-warning-300)"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"name": "--vvd-appearanceUI-information-faint",
|
|
1057
|
-
"default": "var(--vvd-color-information-50)"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"name": "--vvd-appearanceUI-information-soft",
|
|
1061
|
-
"default": "var(--vvd-color-information-100)"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"name": "--vvd-appearanceUI-information-dim",
|
|
1065
|
-
"default": "var(--vvd-color-information-200)"
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
"name": "--vvd-appearanceUI-information-pale",
|
|
1069
|
-
"default": "var(--vvd-color-information-300)"
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "--vvd-appearanceUI-information-light",
|
|
1073
|
-
"default": "var(--vvd-color-information-400)"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "--vvd-appearanceUI-information-primary",
|
|
1077
|
-
"default": "var(--vvd-color-information-500)"
|
|
1078
|
-
},
|
|
1079
|
-
{
|
|
1080
|
-
"name": "--vvd-appearanceUI-information-primary-text",
|
|
1081
|
-
"default": "var(--vvd-color-canvas)"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"name": "--vvd-appearanceUI-information-primary-increment",
|
|
1085
|
-
"default": "var(--vvd-color-information-600)"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
"name": "--vvd-appearanceUI-information-firm",
|
|
1089
|
-
"default": "var(--vvd-color-information-600)"
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"name": "--vvd-appearanceUI-information-firm-all",
|
|
1093
|
-
"default": "var(--vvd-color-information-600)"
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "--vvd-appearanceUI-information-fierce",
|
|
1097
|
-
"default": "var(--vvd-color-information-700)"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "--vvd-appearanceUI-information-fierce-primary",
|
|
1101
|
-
"default": "var(--vvd-color-information-700)"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "--vvd-appearanceUI-information-contrast",
|
|
1105
|
-
"default": "var(--vvd-color-information-800)"
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"name": "--vvd-appearanceUI-information-intermediate",
|
|
1109
|
-
"default": "var(--vvd-color-information-500)"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "--vvd-appearanceUI-announcement-faint",
|
|
1113
|
-
"default": "var(--vvd-color-announcement-50)"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"name": "--vvd-appearanceUI-announcement-soft",
|
|
1117
|
-
"default": "var(--vvd-color-announcement-100)"
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
"name": "--vvd-appearanceUI-announcement-dim",
|
|
1121
|
-
"default": "var(--vvd-color-announcement-200)"
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"name": "--vvd-appearanceUI-announcement-pale",
|
|
1125
|
-
"default": "var(--vvd-color-announcement-300)"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"name": "--vvd-appearanceUI-announcement-light",
|
|
1129
|
-
"default": "var(--vvd-color-announcement-400)"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"name": "--vvd-appearanceUI-announcement-primary",
|
|
1133
|
-
"default": "var(--vvd-color-announcement-500)"
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"name": "--vvd-appearanceUI-announcement-primary-text",
|
|
1137
|
-
"default": "var(--vvd-color-canvas)"
|
|
1138
|
-
},
|
|
1139
|
-
{
|
|
1140
|
-
"name": "--vvd-appearanceUI-announcement-primary-increment",
|
|
1141
|
-
"default": "var(--vvd-color-announcement-600)"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "--vvd-appearanceUI-announcement-firm",
|
|
1145
|
-
"default": "var(--vvd-color-announcement-600)"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"name": "--vvd-appearanceUI-announcement-firm-all",
|
|
1149
|
-
"default": "var(--vvd-color-announcement-600)"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "--vvd-appearanceUI-announcement-fierce",
|
|
1153
|
-
"default": "var(--vvd-color-announcement-700)"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "--vvd-appearanceUI-announcement-fierce-primary",
|
|
1157
|
-
"default": "var(--vvd-color-announcement-700)"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"name": "--vvd-appearanceUI-announcement-contrast",
|
|
1161
|
-
"default": "var(--vvd-color-announcement-800)"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
"name": "--vvd-appearanceUI-announcement-intermediate",
|
|
1165
|
-
"default": "var(--vvd-color-announcement-500)"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"name": "--vvd-appearanceUI-accent-faint",
|
|
1169
|
-
"default": "var(--vvd-color-neutral-50)"
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "--vvd-appearanceUI-accent-soft",
|
|
1173
|
-
"default": "var(--vvd-color-neutral-100)"
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"name": "--vvd-appearanceUI-accent-dim",
|
|
1177
|
-
"default": "var(--vvd-color-neutral-200)"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "--vvd-appearanceUI-accent-pale",
|
|
1181
|
-
"default": "var(--vvd-color-neutral-300)"
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"name": "--vvd-appearanceUI-accent-light",
|
|
1185
|
-
"default": "var(--vvd-color-neutral-400)"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "--vvd-appearanceUI-accent-primary",
|
|
1189
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"name": "--vvd-appearanceUI-accent-primary-text",
|
|
1193
|
-
"default": "var(--vvd-color-canvas)"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "--vvd-appearanceUI-accent-primary-increment",
|
|
1197
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"name": "--vvd-appearanceUI-accent-firm",
|
|
1201
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "--vvd-appearanceUI-accent-firm-all",
|
|
1205
|
-
"default": "var(--vvd-color-neutral-600)"
|
|
1206
|
-
},
|
|
1207
|
-
{
|
|
1208
|
-
"name": "--vvd-appearanceUI-accent-fierce",
|
|
1209
|
-
"default": "var(--vvd-color-neutral-700)"
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "--vvd-appearanceUI-accent-fierce-primary",
|
|
1213
|
-
"default": "var(--vvd-color-canvas-text)"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"name": "--vvd-appearanceUI-accent-contrast",
|
|
1217
|
-
"default": "var(--vvd-color-neutral-800)"
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "--vvd-appearanceUI-accent-intermediate",
|
|
1221
|
-
"default": "var(--vvd-color-neutral-500)"
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"members": [
|
|
1225
|
-
{
|
|
1226
|
-
"kind": "field",
|
|
1227
|
-
"name": "appearance",
|
|
1228
|
-
"type": {
|
|
1229
|
-
"text": "AppearanceUIAppearance | undefined"
|
|
1230
|
-
},
|
|
1231
|
-
"description": "The appearance.",
|
|
1232
|
-
"privacy": "public"
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "field",
|
|
1236
|
-
"name": "hovered",
|
|
1237
|
-
"type": {
|
|
1238
|
-
"text": "boolean"
|
|
1239
|
-
},
|
|
1240
|
-
"default": "false",
|
|
1241
|
-
"description": "Displays the hover state via class",
|
|
1242
|
-
"privacy": "public"
|
|
1243
|
-
},
|
|
1244
|
-
{
|
|
1245
|
-
"kind": "field",
|
|
1246
|
-
"name": "active",
|
|
1247
|
-
"type": {
|
|
1248
|
-
"text": "boolean"
|
|
1249
|
-
},
|
|
1250
|
-
"default": "false",
|
|
1251
|
-
"description": "Displays the active state via class",
|
|
1252
|
-
"privacy": "public"
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"kind": "field",
|
|
1256
|
-
"name": "selected",
|
|
1257
|
-
"type": {
|
|
1258
|
-
"text": "boolean"
|
|
1259
|
-
},
|
|
1260
|
-
"default": "false",
|
|
1261
|
-
"description": "Displays the selected state via class",
|
|
1262
|
-
"privacy": "public"
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "field",
|
|
1266
|
-
"name": "disabled",
|
|
1267
|
-
"type": {
|
|
1268
|
-
"text": "boolean"
|
|
1269
|
-
},
|
|
1270
|
-
"default": "false",
|
|
1271
|
-
"description": "Displays the disabled state",
|
|
1272
|
-
"privacy": "public"
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "field",
|
|
1276
|
-
"name": "readonly",
|
|
1277
|
-
"type": {
|
|
1278
|
-
"text": "boolean"
|
|
1279
|
-
},
|
|
1280
|
-
"default": "false",
|
|
1281
|
-
"description": "Displays the disabled state",
|
|
1282
|
-
"privacy": "public"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"kind": "field",
|
|
1286
|
-
"name": "text",
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "string | undefined"
|
|
1289
|
-
},
|
|
1290
|
-
"description": "Indicates the text's text.",
|
|
1291
|
-
"privacy": "public"
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
|
-
"attributes": [
|
|
1295
|
-
{
|
|
1296
|
-
"name": "appearance",
|
|
1297
|
-
"type": {
|
|
1298
|
-
"text": "AppearanceUIAppearance | undefined"
|
|
1299
|
-
},
|
|
1300
|
-
"description": "The appearance.",
|
|
1301
|
-
"fieldName": "appearance"
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"name": "hovered",
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "boolean"
|
|
1307
|
-
},
|
|
1308
|
-
"default": "false",
|
|
1309
|
-
"description": "Displays the hover state via class",
|
|
1310
|
-
"fieldName": "hovered"
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"name": "active",
|
|
1314
|
-
"type": {
|
|
1315
|
-
"text": "boolean"
|
|
1316
|
-
},
|
|
1317
|
-
"default": "false",
|
|
1318
|
-
"description": "Displays the active state via class",
|
|
1319
|
-
"fieldName": "active"
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"name": "selected",
|
|
1323
|
-
"type": {
|
|
1324
|
-
"text": "boolean"
|
|
1325
|
-
},
|
|
1326
|
-
"default": "false",
|
|
1327
|
-
"description": "Displays the selected state via class",
|
|
1328
|
-
"fieldName": "selected"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "disabled",
|
|
1332
|
-
"type": {
|
|
1333
|
-
"text": "boolean"
|
|
1334
|
-
},
|
|
1335
|
-
"default": "false",
|
|
1336
|
-
"description": "Displays the disabled state",
|
|
1337
|
-
"fieldName": "disabled"
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "readonly",
|
|
1341
|
-
"type": {
|
|
1342
|
-
"text": "boolean"
|
|
1343
|
-
},
|
|
1344
|
-
"default": "false",
|
|
1345
|
-
"description": "Displays the disabled state",
|
|
1346
|
-
"fieldName": "readonly"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "text",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "string | undefined"
|
|
1352
|
-
},
|
|
1353
|
-
"description": "Indicates the text's text.",
|
|
1354
|
-
"fieldName": "text"
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"superclass": {
|
|
1358
|
-
"name": "FoundationElement",
|
|
1359
|
-
"package": "@microsoft/fast-foundation"
|
|
1360
|
-
},
|
|
1361
|
-
"vividComponent": {
|
|
1362
|
-
"name": "appearance-ui"
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
],
|
|
1366
|
-
"exports": [
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "js",
|
|
1369
|
-
"name": "AppearanceUi",
|
|
1370
|
-
"declaration": {
|
|
1371
|
-
"name": "AppearanceUi",
|
|
1372
|
-
"module": "libs/components/src/lib/appearance-ui/appearance-ui.ts"
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
]
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"kind": "javascript-module",
|
|
1379
|
-
"path": "libs/components/src/lib/appearance-ui/definition.ts",
|
|
1380
|
-
"declarations": [
|
|
1381
|
-
{
|
|
1382
|
-
"kind": "variable",
|
|
1383
|
-
"name": "appearanceUiDefinition"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "variable",
|
|
1387
|
-
"name": "registerAppearanceUi",
|
|
1388
|
-
"description": "Registers the appearance-ui element with the design system.",
|
|
1389
|
-
"parameters": [
|
|
1390
|
-
{
|
|
1391
|
-
"description": "the prefix to use for the component name",
|
|
1392
|
-
"name": "prefix"
|
|
1393
|
-
}
|
|
1394
|
-
]
|
|
1395
|
-
}
|
|
1396
|
-
],
|
|
1397
|
-
"exports": [
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "js",
|
|
1400
|
-
"name": "appearanceUiDefinition",
|
|
1401
|
-
"declaration": {
|
|
1402
|
-
"name": "appearanceUiDefinition",
|
|
1403
|
-
"module": "libs/components/src/lib/appearance-ui/definition.ts"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "registerAppearanceUi",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "registerAppearanceUi",
|
|
1411
|
-
"module": "libs/components/src/lib/appearance-ui/definition.ts"
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
]
|
|
1415
|
-
},
|
|
1416
822
|
{
|
|
1417
823
|
"kind": "javascript-module",
|
|
1418
824
|
"path": "libs/components/src/lib/audio-player/audio-player.ts",
|
|
@@ -4364,7 +3770,9 @@
|
|
|
4364
3770
|
{
|
|
4365
3771
|
"name": "modelValue",
|
|
4366
3772
|
"attributeName": "checked",
|
|
4367
|
-
"
|
|
3773
|
+
"eventNames": [
|
|
3774
|
+
"change"
|
|
3775
|
+
],
|
|
4368
3776
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
4369
3777
|
}
|
|
4370
3778
|
]
|
|
@@ -4521,7 +3929,9 @@
|
|
|
4521
3929
|
{
|
|
4522
3930
|
"name": "modelValue",
|
|
4523
3931
|
"attributeName": "value",
|
|
4524
|
-
"
|
|
3932
|
+
"eventNames": [
|
|
3933
|
+
"change"
|
|
3934
|
+
],
|
|
4525
3935
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
4526
3936
|
}
|
|
4527
3937
|
]
|
|
@@ -5598,7 +5008,9 @@
|
|
|
5598
5008
|
{
|
|
5599
5009
|
"name": "modelValue",
|
|
5600
5010
|
"attributeName": "value",
|
|
5601
|
-
"
|
|
5011
|
+
"eventNames": [
|
|
5012
|
+
"input"
|
|
5013
|
+
],
|
|
5602
5014
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
5603
5015
|
}
|
|
5604
5016
|
]
|
|
@@ -6156,13 +5568,17 @@
|
|
|
6156
5568
|
{
|
|
6157
5569
|
"name": "start",
|
|
6158
5570
|
"attributeName": "start",
|
|
6159
|
-
"
|
|
5571
|
+
"eventNames": [
|
|
5572
|
+
"input:start"
|
|
5573
|
+
],
|
|
6160
5574
|
"valueMapping": "(event.target as any).start"
|
|
6161
5575
|
},
|
|
6162
5576
|
{
|
|
6163
5577
|
"name": "end",
|
|
6164
5578
|
"attributeName": "end",
|
|
6165
|
-
"
|
|
5579
|
+
"eventNames": [
|
|
5580
|
+
"input:end"
|
|
5581
|
+
],
|
|
6166
5582
|
"valueMapping": "(event.target as any).end"
|
|
6167
5583
|
}
|
|
6168
5584
|
]
|
|
@@ -6583,7 +5999,9 @@
|
|
|
6583
5999
|
{
|
|
6584
6000
|
"name": "modelValue",
|
|
6585
6001
|
"attributeName": "value",
|
|
6586
|
-
"
|
|
6002
|
+
"eventNames": [
|
|
6003
|
+
"input"
|
|
6004
|
+
],
|
|
6587
6005
|
"valueMapping": "(event.target as any).value"
|
|
6588
6006
|
}
|
|
6589
6007
|
]
|
|
@@ -6749,12 +6167,12 @@
|
|
|
6749
6167
|
},
|
|
6750
6168
|
{
|
|
6751
6169
|
"kind": "field",
|
|
6752
|
-
"name": "
|
|
6753
|
-
"privacy": "private",
|
|
6170
|
+
"name": "modal",
|
|
6754
6171
|
"type": {
|
|
6755
6172
|
"text": "boolean"
|
|
6756
6173
|
},
|
|
6757
|
-
"default": "false"
|
|
6174
|
+
"default": "false",
|
|
6175
|
+
"description": "Controls whether the dialog is modal."
|
|
6758
6176
|
},
|
|
6759
6177
|
{
|
|
6760
6178
|
"kind": "field",
|
|
@@ -6793,26 +6211,29 @@
|
|
|
6793
6211
|
},
|
|
6794
6212
|
{
|
|
6795
6213
|
"kind": "method",
|
|
6796
|
-
"name": "
|
|
6797
|
-
"parameters": [
|
|
6798
|
-
{
|
|
6799
|
-
"name": "show",
|
|
6800
|
-
"type": {
|
|
6801
|
-
"text": "boolean"
|
|
6802
|
-
}
|
|
6803
|
-
}
|
|
6804
|
-
]
|
|
6214
|
+
"name": "show"
|
|
6805
6215
|
},
|
|
6806
6216
|
{
|
|
6807
6217
|
"kind": "method",
|
|
6808
|
-
"name": "
|
|
6218
|
+
"name": "showModal"
|
|
6809
6219
|
},
|
|
6810
6220
|
{
|
|
6811
6221
|
"kind": "method",
|
|
6812
|
-
"name": "
|
|
6222
|
+
"name": "#closeDialog"
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"kind": "method",
|
|
6226
|
+
"name": "#showDialog"
|
|
6813
6227
|
}
|
|
6814
6228
|
],
|
|
6815
6229
|
"events": [
|
|
6230
|
+
{
|
|
6231
|
+
"type": {
|
|
6232
|
+
"text": "CustomEvent<undefined>"
|
|
6233
|
+
},
|
|
6234
|
+
"description": "The `open` event fires when the dialog opens.",
|
|
6235
|
+
"name": "open"
|
|
6236
|
+
},
|
|
6816
6237
|
{
|
|
6817
6238
|
"type": {
|
|
6818
6239
|
"text": "CustomEvent<string>"
|
|
@@ -6889,6 +6310,14 @@
|
|
|
6889
6310
|
},
|
|
6890
6311
|
"default": "false",
|
|
6891
6312
|
"fieldName": "noLightDismiss"
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"type": {
|
|
6316
|
+
"text": "boolean"
|
|
6317
|
+
},
|
|
6318
|
+
"default": "false",
|
|
6319
|
+
"description": "Controls whether the dialog is modal.",
|
|
6320
|
+
"fieldName": "modal"
|
|
6892
6321
|
}
|
|
6893
6322
|
],
|
|
6894
6323
|
"superclass": {
|
|
@@ -6897,7 +6326,18 @@
|
|
|
6897
6326
|
},
|
|
6898
6327
|
"vividComponent": {
|
|
6899
6328
|
"public": true,
|
|
6900
|
-
"name": "dialog"
|
|
6329
|
+
"name": "dialog",
|
|
6330
|
+
"vueModels": [
|
|
6331
|
+
{
|
|
6332
|
+
"name": "open",
|
|
6333
|
+
"attributeName": "open",
|
|
6334
|
+
"eventNames": [
|
|
6335
|
+
"open",
|
|
6336
|
+
"close"
|
|
6337
|
+
],
|
|
6338
|
+
"valueMapping": "(event.target as any).open"
|
|
6339
|
+
}
|
|
6340
|
+
]
|
|
6901
6341
|
}
|
|
6902
6342
|
}
|
|
6903
6343
|
],
|
|
@@ -7095,39 +6535,141 @@
|
|
|
7095
6535
|
"description": "Registers the empty-state element with the design system.",
|
|
7096
6536
|
"parameters": [
|
|
7097
6537
|
{
|
|
7098
|
-
"description": "the prefix to use for the component name",
|
|
7099
|
-
"name": "prefix"
|
|
6538
|
+
"description": "the prefix to use for the component name",
|
|
6539
|
+
"name": "prefix"
|
|
6540
|
+
}
|
|
6541
|
+
]
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
"exports": [
|
|
6545
|
+
{
|
|
6546
|
+
"kind": "js",
|
|
6547
|
+
"name": "EmptyStateConnotation",
|
|
6548
|
+
"declaration": {
|
|
6549
|
+
"name": "EmptyStateConnotation",
|
|
6550
|
+
"module": "./empty-state"
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "js",
|
|
6555
|
+
"name": "EmptyStateIconDecoration",
|
|
6556
|
+
"declaration": {
|
|
6557
|
+
"name": "EmptyStateIconDecoration",
|
|
6558
|
+
"module": "./empty-state"
|
|
6559
|
+
}
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"kind": "js",
|
|
6563
|
+
"name": "emptyStateDefinition",
|
|
6564
|
+
"declaration": {
|
|
6565
|
+
"name": "emptyStateDefinition",
|
|
6566
|
+
"module": "libs/components/src/lib/empty-state/definition.ts"
|
|
6567
|
+
}
|
|
6568
|
+
},
|
|
6569
|
+
{
|
|
6570
|
+
"kind": "js",
|
|
6571
|
+
"name": "registerEmptyState",
|
|
6572
|
+
"declaration": {
|
|
6573
|
+
"name": "registerEmptyState",
|
|
6574
|
+
"module": "libs/components/src/lib/empty-state/definition.ts"
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
]
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"kind": "javascript-module",
|
|
6581
|
+
"path": "libs/components/src/lib/empty-state/empty-state.ts",
|
|
6582
|
+
"declarations": [
|
|
6583
|
+
{
|
|
6584
|
+
"kind": "class",
|
|
6585
|
+
"description": "An empty state element. Used when there is no data to display to the user.",
|
|
6586
|
+
"name": "EmptyState",
|
|
6587
|
+
"cssProperties": [
|
|
6588
|
+
{
|
|
6589
|
+
"name": "--vvd-empty-state-cta-firm-all",
|
|
6590
|
+
"default": "var(--vvd-color-cta-600)"
|
|
6591
|
+
},
|
|
6592
|
+
{
|
|
6593
|
+
"name": "--vvd-empty-state-cta-dim",
|
|
6594
|
+
"default": "var(--vvd-color-cta-200)"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "--vvd-empty-state-cta-faint",
|
|
6598
|
+
"default": "var(--vvd-color-cta-50)"
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"name": "--vvd-empty-state-success-firm-all",
|
|
6602
|
+
"default": "var(--vvd-color-success-600)"
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"name": "--vvd-empty-state-success-dim",
|
|
6606
|
+
"default": "var(--vvd-color-success-200)"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"name": "--vvd-empty-state-success-faint",
|
|
6610
|
+
"default": "var(--vvd-color-success-50)"
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "--vvd-empty-state-alert-firm-all",
|
|
6614
|
+
"default": "var(--vvd-color-alert-600)"
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"name": "--vvd-empty-state-alert-dim",
|
|
6618
|
+
"default": "var(--vvd-color-alert-200)"
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "--vvd-empty-state-alert-faint",
|
|
6622
|
+
"default": "var(--vvd-color-alert-50)"
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"name": "--vvd-empty-state-warning-firm-all",
|
|
6626
|
+
"default": "var(--vvd-color-warning-600)"
|
|
6627
|
+
},
|
|
6628
|
+
{
|
|
6629
|
+
"name": "--vvd-empty-state-warning-dim",
|
|
6630
|
+
"default": "var(--vvd-color-warning-200)"
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"name": "--vvd-empty-state-warning-faint",
|
|
6634
|
+
"default": "var(--vvd-color-warning-50)"
|
|
6635
|
+
},
|
|
6636
|
+
{
|
|
6637
|
+
"name": "--vvd-empty-state-information-firm-all",
|
|
6638
|
+
"default": "var(--vvd-color-information-600)"
|
|
6639
|
+
},
|
|
6640
|
+
{
|
|
6641
|
+
"name": "--vvd-empty-state-information-dim",
|
|
6642
|
+
"default": "var(--vvd-color-information-200)"
|
|
6643
|
+
},
|
|
6644
|
+
{
|
|
6645
|
+
"name": "--vvd-empty-state-information-faint",
|
|
6646
|
+
"default": "var(--vvd-color-information-50)"
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"name": "--vvd-empty-state-announcement-firm-all",
|
|
6650
|
+
"default": "var(--vvd-color-announcement-600)"
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "--vvd-empty-state-announcement-dim",
|
|
6654
|
+
"default": "var(--vvd-color-announcement-200)"
|
|
6655
|
+
},
|
|
6656
|
+
{
|
|
6657
|
+
"name": "--vvd-empty-state-announcement-faint",
|
|
6658
|
+
"default": "var(--vvd-color-announcement-50)"
|
|
6659
|
+
},
|
|
6660
|
+
{
|
|
6661
|
+
"name": "--vvd-empty-state-accent-firm-all",
|
|
6662
|
+
"default": "var(--vvd-color-neutral-600)"
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"name": "--vvd-empty-state-accent-dim",
|
|
6666
|
+
"default": "var(--vvd-color-neutral-200)"
|
|
6667
|
+
},
|
|
6668
|
+
{
|
|
6669
|
+
"name": "--vvd-empty-state-accent-faint",
|
|
6670
|
+
"default": "var(--vvd-color-neutral-50)"
|
|
7100
6671
|
}
|
|
7101
|
-
]
|
|
7102
|
-
}
|
|
7103
|
-
],
|
|
7104
|
-
"exports": [
|
|
7105
|
-
{
|
|
7106
|
-
"kind": "js",
|
|
7107
|
-
"name": "emptyStateDefinition",
|
|
7108
|
-
"declaration": {
|
|
7109
|
-
"name": "emptyStateDefinition",
|
|
7110
|
-
"module": "libs/components/src/lib/empty-state/definition.ts"
|
|
7111
|
-
}
|
|
7112
|
-
},
|
|
7113
|
-
{
|
|
7114
|
-
"kind": "js",
|
|
7115
|
-
"name": "registerEmptyState",
|
|
7116
|
-
"declaration": {
|
|
7117
|
-
"name": "registerEmptyState",
|
|
7118
|
-
"module": "libs/components/src/lib/empty-state/definition.ts"
|
|
7119
|
-
}
|
|
7120
|
-
}
|
|
7121
|
-
]
|
|
7122
|
-
},
|
|
7123
|
-
{
|
|
7124
|
-
"kind": "javascript-module",
|
|
7125
|
-
"path": "libs/components/src/lib/empty-state/empty-state.ts",
|
|
7126
|
-
"declarations": [
|
|
7127
|
-
{
|
|
7128
|
-
"kind": "class",
|
|
7129
|
-
"description": "An empty state element. Used when there is no data to display to the user.",
|
|
7130
|
-
"name": "EmptyState",
|
|
6672
|
+
],
|
|
7131
6673
|
"slots": [
|
|
7132
6674
|
{
|
|
7133
6675
|
"description": "The default slot controls the body text of the empty state",
|
|
@@ -7143,6 +6685,15 @@
|
|
|
7143
6685
|
}
|
|
7144
6686
|
],
|
|
7145
6687
|
"members": [
|
|
6688
|
+
{
|
|
6689
|
+
"kind": "field",
|
|
6690
|
+
"name": "connotation",
|
|
6691
|
+
"type": {
|
|
6692
|
+
"text": "EmptyStateConnotation | undefined"
|
|
6693
|
+
},
|
|
6694
|
+
"description": "The connotation the empty state should have.",
|
|
6695
|
+
"privacy": "public"
|
|
6696
|
+
},
|
|
7146
6697
|
{
|
|
7147
6698
|
"kind": "field",
|
|
7148
6699
|
"name": "headline",
|
|
@@ -7160,9 +6711,26 @@
|
|
|
7160
6711
|
},
|
|
7161
6712
|
"description": "Icon for the empty state.",
|
|
7162
6713
|
"privacy": "public"
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"kind": "field",
|
|
6717
|
+
"name": "iconDecoration",
|
|
6718
|
+
"type": {
|
|
6719
|
+
"text": "EmptyStateIconDecoration | undefined"
|
|
6720
|
+
},
|
|
6721
|
+
"description": "option to a new design for the icon circle",
|
|
6722
|
+
"privacy": "public"
|
|
7163
6723
|
}
|
|
7164
6724
|
],
|
|
7165
6725
|
"attributes": [
|
|
6726
|
+
{
|
|
6727
|
+
"name": "connotation",
|
|
6728
|
+
"type": {
|
|
6729
|
+
"text": "EmptyStateConnotation | undefined"
|
|
6730
|
+
},
|
|
6731
|
+
"description": "The connotation the empty state should have.",
|
|
6732
|
+
"fieldName": "connotation"
|
|
6733
|
+
},
|
|
7166
6734
|
{
|
|
7167
6735
|
"name": "headline",
|
|
7168
6736
|
"type": {
|
|
@@ -7178,6 +6746,14 @@
|
|
|
7178
6746
|
},
|
|
7179
6747
|
"description": "Icon for the empty state.",
|
|
7180
6748
|
"fieldName": "icon"
|
|
6749
|
+
},
|
|
6750
|
+
{
|
|
6751
|
+
"name": "icon-decoration",
|
|
6752
|
+
"type": {
|
|
6753
|
+
"text": "EmptyStateIconDecoration | undefined"
|
|
6754
|
+
},
|
|
6755
|
+
"description": "option to a new design for the icon circle",
|
|
6756
|
+
"fieldName": "iconDecoration"
|
|
7181
6757
|
}
|
|
7182
6758
|
],
|
|
7183
6759
|
"superclass": {
|
|
@@ -8044,6 +7620,10 @@
|
|
|
8044
7620
|
"name": "--vvd-icon-success-primary",
|
|
8045
7621
|
"default": "var(--vvd-color-success-500)"
|
|
8046
7622
|
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "--vvd-icon-warning-primary",
|
|
7625
|
+
"default": "var(--vvd-color-warning-300)"
|
|
7626
|
+
},
|
|
8047
7627
|
{
|
|
8048
7628
|
"name": "--vvd-icon-alert-primary",
|
|
8049
7629
|
"default": "var(--vvd-color-alert-500)"
|
|
@@ -9148,7 +8728,9 @@
|
|
|
9148
8728
|
{
|
|
9149
8729
|
"name": "modelValue",
|
|
9150
8730
|
"attributeName": "checked",
|
|
9151
|
-
"
|
|
8731
|
+
"eventNames": [
|
|
8732
|
+
"change"
|
|
8733
|
+
],
|
|
9152
8734
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
9153
8735
|
}
|
|
9154
8736
|
]
|
|
@@ -10493,7 +10075,9 @@
|
|
|
10493
10075
|
{
|
|
10494
10076
|
"name": "modelValue",
|
|
10495
10077
|
"attributeName": "value",
|
|
10496
|
-
"
|
|
10078
|
+
"eventNames": [
|
|
10079
|
+
"input"
|
|
10080
|
+
],
|
|
10497
10081
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
10498
10082
|
}
|
|
10499
10083
|
]
|
|
@@ -10982,8 +10566,26 @@
|
|
|
10982
10566
|
{
|
|
10983
10567
|
"kind": "javascript-module",
|
|
10984
10568
|
"path": "libs/components/src/lib/popup/popup.ts",
|
|
10985
|
-
"declarations": [
|
|
10986
|
-
|
|
10569
|
+
"declarations": [
|
|
10570
|
+
{
|
|
10571
|
+
"kind": "variable",
|
|
10572
|
+
"name": "PlacementStrategy",
|
|
10573
|
+
"type": {
|
|
10574
|
+
"text": "{\n\tFlip: 'flip',\n\tAutoPlacementHorizontal: 'auto-placement-horizontal',\n\tAutoPlacementVertical: 'auto-placement-vertical',\n}"
|
|
10575
|
+
},
|
|
10576
|
+
"default": "{\n\tFlip: 'flip',\n\tAutoPlacementHorizontal: 'auto-placement-horizontal',\n\tAutoPlacementVertical: 'auto-placement-vertical',\n}"
|
|
10577
|
+
}
|
|
10578
|
+
],
|
|
10579
|
+
"exports": [
|
|
10580
|
+
{
|
|
10581
|
+
"kind": "js",
|
|
10582
|
+
"name": "PlacementStrategy",
|
|
10583
|
+
"declaration": {
|
|
10584
|
+
"name": "PlacementStrategy",
|
|
10585
|
+
"module": "libs/components/src/lib/popup/popup.ts"
|
|
10586
|
+
}
|
|
10587
|
+
}
|
|
10588
|
+
]
|
|
10987
10589
|
},
|
|
10988
10590
|
{
|
|
10989
10591
|
"kind": "javascript-module",
|
|
@@ -11596,7 +11198,9 @@
|
|
|
11596
11198
|
{
|
|
11597
11199
|
"name": "modelValue",
|
|
11598
11200
|
"attributeName": "value",
|
|
11599
|
-
"
|
|
11201
|
+
"eventNames": [
|
|
11202
|
+
"change"
|
|
11203
|
+
],
|
|
11600
11204
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
11601
11205
|
}
|
|
11602
11206
|
]
|
|
@@ -11901,6 +11505,16 @@
|
|
|
11901
11505
|
"description": "The connotation of the component",
|
|
11902
11506
|
"privacy": "public"
|
|
11903
11507
|
},
|
|
11508
|
+
{
|
|
11509
|
+
"kind": "field",
|
|
11510
|
+
"name": "pin",
|
|
11511
|
+
"type": {
|
|
11512
|
+
"text": "boolean"
|
|
11513
|
+
},
|
|
11514
|
+
"default": "false",
|
|
11515
|
+
"description": "Show current values on the thumbs.",
|
|
11516
|
+
"privacy": "public"
|
|
11517
|
+
},
|
|
11904
11518
|
{
|
|
11905
11519
|
"kind": "field",
|
|
11906
11520
|
"name": "valueTextFormatter",
|
|
@@ -11931,13 +11545,38 @@
|
|
|
11931
11545
|
"readonly": true
|
|
11932
11546
|
},
|
|
11933
11547
|
{
|
|
11934
|
-
"kind": "
|
|
11935
|
-
"name": "#
|
|
11936
|
-
"
|
|
11937
|
-
|
|
11938
|
-
|
|
11548
|
+
"kind": "method",
|
|
11549
|
+
"name": "#getThumbId",
|
|
11550
|
+
"return": {
|
|
11551
|
+
"type": {
|
|
11552
|
+
"text": "ThumbId"
|
|
11553
|
+
}
|
|
11939
11554
|
},
|
|
11940
|
-
"
|
|
11555
|
+
"parameters": [
|
|
11556
|
+
{
|
|
11557
|
+
"name": "thumb",
|
|
11558
|
+
"type": {
|
|
11559
|
+
"text": "HTMLElement"
|
|
11560
|
+
}
|
|
11561
|
+
}
|
|
11562
|
+
]
|
|
11563
|
+
},
|
|
11564
|
+
{
|
|
11565
|
+
"kind": "method",
|
|
11566
|
+
"name": "#getThumbIdFromEvent",
|
|
11567
|
+
"return": {
|
|
11568
|
+
"type": {
|
|
11569
|
+
"text": "ThumbId"
|
|
11570
|
+
}
|
|
11571
|
+
},
|
|
11572
|
+
"parameters": [
|
|
11573
|
+
{
|
|
11574
|
+
"name": "e",
|
|
11575
|
+
"type": {
|
|
11576
|
+
"text": "Event"
|
|
11577
|
+
}
|
|
11578
|
+
}
|
|
11579
|
+
]
|
|
11941
11580
|
},
|
|
11942
11581
|
{
|
|
11943
11582
|
"kind": "method",
|
|
@@ -11974,7 +11613,7 @@
|
|
|
11974
11613
|
{
|
|
11975
11614
|
"name": "thumb",
|
|
11976
11615
|
"type": {
|
|
11977
|
-
"text": "
|
|
11616
|
+
"text": "ThumbId"
|
|
11978
11617
|
}
|
|
11979
11618
|
},
|
|
11980
11619
|
{
|
|
@@ -11985,6 +11624,27 @@
|
|
|
11985
11624
|
}
|
|
11986
11625
|
]
|
|
11987
11626
|
},
|
|
11627
|
+
{
|
|
11628
|
+
"kind": "field",
|
|
11629
|
+
"name": "#isNonVisibleFocus",
|
|
11630
|
+
"privacy": "private",
|
|
11631
|
+
"type": {
|
|
11632
|
+
"text": "boolean"
|
|
11633
|
+
},
|
|
11634
|
+
"default": "false"
|
|
11635
|
+
},
|
|
11636
|
+
{
|
|
11637
|
+
"kind": "method",
|
|
11638
|
+
"name": "#focusThumbNonVisibly",
|
|
11639
|
+
"parameters": [
|
|
11640
|
+
{
|
|
11641
|
+
"name": "thumb",
|
|
11642
|
+
"type": {
|
|
11643
|
+
"text": "HTMLElement"
|
|
11644
|
+
}
|
|
11645
|
+
}
|
|
11646
|
+
]
|
|
11647
|
+
},
|
|
11988
11648
|
{
|
|
11989
11649
|
"kind": "method",
|
|
11990
11650
|
"name": "#registerThumbListeners"
|
|
@@ -11993,6 +11653,26 @@
|
|
|
11993
11653
|
"kind": "method",
|
|
11994
11654
|
"name": "#unregisterThumbListeners"
|
|
11995
11655
|
},
|
|
11656
|
+
{
|
|
11657
|
+
"kind": "field",
|
|
11658
|
+
"name": "#onThumbFocus",
|
|
11659
|
+
"privacy": "private"
|
|
11660
|
+
},
|
|
11661
|
+
{
|
|
11662
|
+
"kind": "field",
|
|
11663
|
+
"name": "#onThumbBlur",
|
|
11664
|
+
"privacy": "private"
|
|
11665
|
+
},
|
|
11666
|
+
{
|
|
11667
|
+
"kind": "field",
|
|
11668
|
+
"name": "#onMouseOver",
|
|
11669
|
+
"privacy": "private"
|
|
11670
|
+
},
|
|
11671
|
+
{
|
|
11672
|
+
"kind": "field",
|
|
11673
|
+
"name": "#onMouseOut",
|
|
11674
|
+
"privacy": "private"
|
|
11675
|
+
},
|
|
11996
11676
|
{
|
|
11997
11677
|
"kind": "field",
|
|
11998
11678
|
"name": "#onThumbMousedown",
|
|
@@ -12158,6 +11838,14 @@
|
|
|
12158
11838
|
},
|
|
12159
11839
|
"description": "The connotation of the component",
|
|
12160
11840
|
"fieldName": "connotation"
|
|
11841
|
+
},
|
|
11842
|
+
{
|
|
11843
|
+
"type": {
|
|
11844
|
+
"text": "boolean"
|
|
11845
|
+
},
|
|
11846
|
+
"default": "false",
|
|
11847
|
+
"description": "Show current values on the thumbs.",
|
|
11848
|
+
"fieldName": "pin"
|
|
12161
11849
|
}
|
|
12162
11850
|
],
|
|
12163
11851
|
"superclass": {
|
|
@@ -12171,13 +11859,17 @@
|
|
|
12171
11859
|
{
|
|
12172
11860
|
"name": "start",
|
|
12173
11861
|
"attributeName": "start",
|
|
12174
|
-
"
|
|
11862
|
+
"eventNames": [
|
|
11863
|
+
"input:start"
|
|
11864
|
+
],
|
|
12175
11865
|
"valueMapping": "(event.target as any).start"
|
|
12176
11866
|
},
|
|
12177
11867
|
{
|
|
12178
11868
|
"name": "end",
|
|
12179
11869
|
"attributeName": "end",
|
|
12180
|
-
"
|
|
11870
|
+
"eventNames": [
|
|
11871
|
+
"input:end"
|
|
11872
|
+
],
|
|
12181
11873
|
"valueMapping": "(event.target as any).end"
|
|
12182
11874
|
}
|
|
12183
11875
|
]
|
|
@@ -12349,6 +12041,10 @@
|
|
|
12349
12041
|
"description": "The placeholder attribute.",
|
|
12350
12042
|
"privacy": "public"
|
|
12351
12043
|
},
|
|
12044
|
+
{
|
|
12045
|
+
"kind": "method",
|
|
12046
|
+
"name": "labelChanged"
|
|
12047
|
+
},
|
|
12352
12048
|
{
|
|
12353
12049
|
"kind": "field",
|
|
12354
12050
|
"name": "displayValue",
|
|
@@ -12451,7 +12147,9 @@
|
|
|
12451
12147
|
{
|
|
12452
12148
|
"name": "modelValue",
|
|
12453
12149
|
"attributeName": "value",
|
|
12454
|
-
"
|
|
12150
|
+
"eventNames": [
|
|
12151
|
+
"input"
|
|
12152
|
+
],
|
|
12455
12153
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
12456
12154
|
}
|
|
12457
12155
|
]
|
|
@@ -13003,6 +12701,16 @@
|
|
|
13003
12701
|
"description": "Display markers on/off",
|
|
13004
12702
|
"privacy": "public"
|
|
13005
12703
|
},
|
|
12704
|
+
{
|
|
12705
|
+
"kind": "field",
|
|
12706
|
+
"name": "pin",
|
|
12707
|
+
"type": {
|
|
12708
|
+
"text": "boolean"
|
|
12709
|
+
},
|
|
12710
|
+
"default": "false",
|
|
12711
|
+
"description": "Show current value on the thumb.",
|
|
12712
|
+
"privacy": "public"
|
|
12713
|
+
},
|
|
13006
12714
|
{
|
|
13007
12715
|
"kind": "field",
|
|
13008
12716
|
"name": "connotation",
|
|
@@ -13020,6 +12728,45 @@
|
|
|
13020
12728
|
},
|
|
13021
12729
|
"description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
|
|
13022
12730
|
"privacy": "public"
|
|
12731
|
+
},
|
|
12732
|
+
{
|
|
12733
|
+
"kind": "field",
|
|
12734
|
+
"name": "#isNonVisibleFocus",
|
|
12735
|
+
"privacy": "private",
|
|
12736
|
+
"type": {
|
|
12737
|
+
"text": "boolean"
|
|
12738
|
+
},
|
|
12739
|
+
"default": "false"
|
|
12740
|
+
},
|
|
12741
|
+
{
|
|
12742
|
+
"kind": "method",
|
|
12743
|
+
"name": "#registerThumbListeners"
|
|
12744
|
+
},
|
|
12745
|
+
{
|
|
12746
|
+
"kind": "method",
|
|
12747
|
+
"name": "#unregisterThumbListeners"
|
|
12748
|
+
},
|
|
12749
|
+
{
|
|
12750
|
+
"kind": "field",
|
|
12751
|
+
"name": "#onMouseOver",
|
|
12752
|
+
"privacy": "private"
|
|
12753
|
+
},
|
|
12754
|
+
{
|
|
12755
|
+
"kind": "field",
|
|
12756
|
+
"name": "#onMouseOut",
|
|
12757
|
+
"privacy": "private"
|
|
12758
|
+
},
|
|
12759
|
+
{
|
|
12760
|
+
"kind": "field",
|
|
12761
|
+
"name": "handleMouseDown"
|
|
12762
|
+
},
|
|
12763
|
+
{
|
|
12764
|
+
"kind": "field",
|
|
12765
|
+
"name": "handleThumbMouseDown"
|
|
12766
|
+
},
|
|
12767
|
+
{
|
|
12768
|
+
"kind": "field",
|
|
12769
|
+
"name": "keypressHandler"
|
|
13023
12770
|
}
|
|
13024
12771
|
],
|
|
13025
12772
|
"events": [
|
|
@@ -13056,6 +12803,14 @@
|
|
|
13056
12803
|
"description": "Display markers on/off",
|
|
13057
12804
|
"fieldName": "markers"
|
|
13058
12805
|
},
|
|
12806
|
+
{
|
|
12807
|
+
"type": {
|
|
12808
|
+
"text": "boolean"
|
|
12809
|
+
},
|
|
12810
|
+
"default": "false",
|
|
12811
|
+
"description": "Show current value on the thumb.",
|
|
12812
|
+
"fieldName": "pin"
|
|
12813
|
+
},
|
|
13059
12814
|
{
|
|
13060
12815
|
"name": "connotation",
|
|
13061
12816
|
"type": {
|
|
@@ -13076,7 +12831,9 @@
|
|
|
13076
12831
|
{
|
|
13077
12832
|
"name": "modelValue",
|
|
13078
12833
|
"attributeName": "value",
|
|
13079
|
-
"
|
|
12834
|
+
"eventNames": [
|
|
12835
|
+
"change"
|
|
12836
|
+
],
|
|
13080
12837
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
13081
12838
|
}
|
|
13082
12839
|
]
|
|
@@ -13841,7 +13598,9 @@
|
|
|
13841
13598
|
{
|
|
13842
13599
|
"name": "modelValue",
|
|
13843
13600
|
"attributeName": "checked",
|
|
13844
|
-
"
|
|
13601
|
+
"eventNames": [
|
|
13602
|
+
"change"
|
|
13603
|
+
],
|
|
13845
13604
|
"valueMapping": "(event.target as HTMLInputElement).checked"
|
|
13846
13605
|
}
|
|
13847
13606
|
]
|
|
@@ -14314,6 +14073,10 @@
|
|
|
14314
14073
|
}
|
|
14315
14074
|
}
|
|
14316
14075
|
},
|
|
14076
|
+
{
|
|
14077
|
+
"kind": "method",
|
|
14078
|
+
"name": "#updateScrollStatus"
|
|
14079
|
+
},
|
|
14317
14080
|
{
|
|
14318
14081
|
"kind": "method",
|
|
14319
14082
|
"name": "tabpanelsChanged",
|
|
@@ -14327,6 +14090,14 @@
|
|
|
14327
14090
|
"kind": "method",
|
|
14328
14091
|
"name": "patchIndicatorStyleTransition"
|
|
14329
14092
|
},
|
|
14093
|
+
{
|
|
14094
|
+
"kind": "field",
|
|
14095
|
+
"name": "#resizeObserver",
|
|
14096
|
+
"privacy": "private",
|
|
14097
|
+
"type": {
|
|
14098
|
+
"text": "ResizeObserver | undefined"
|
|
14099
|
+
}
|
|
14100
|
+
},
|
|
14330
14101
|
{
|
|
14331
14102
|
"kind": "method",
|
|
14332
14103
|
"name": "#updateTabsConnotation"
|
|
@@ -15219,7 +14990,9 @@
|
|
|
15219
14990
|
{
|
|
15220
14991
|
"name": "modelValue",
|
|
15221
14992
|
"attributeName": "value",
|
|
15222
|
-
"
|
|
14993
|
+
"eventNames": [
|
|
14994
|
+
"input"
|
|
14995
|
+
],
|
|
15223
14996
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
15224
14997
|
}
|
|
15225
14998
|
]
|
|
@@ -15470,7 +15243,9 @@
|
|
|
15470
15243
|
{
|
|
15471
15244
|
"name": "modelValue",
|
|
15472
15245
|
"attributeName": "value",
|
|
15473
|
-
"
|
|
15246
|
+
"eventNames": [
|
|
15247
|
+
"input"
|
|
15248
|
+
],
|
|
15474
15249
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
15475
15250
|
}
|
|
15476
15251
|
]
|
|
@@ -15843,7 +15618,9 @@
|
|
|
15843
15618
|
{
|
|
15844
15619
|
"name": "modelValue",
|
|
15845
15620
|
"attributeName": "value",
|
|
15846
|
-
"
|
|
15621
|
+
"eventNames": [
|
|
15622
|
+
"input"
|
|
15623
|
+
],
|
|
15847
15624
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
15848
15625
|
}
|
|
15849
15626
|
]
|
|
@@ -16545,23 +16322,6 @@
|
|
|
16545
16322
|
},
|
|
16546
16323
|
"default": "'0.5, 1, 1.5, 2'"
|
|
16547
16324
|
},
|
|
16548
|
-
{
|
|
16549
|
-
"kind": "function",
|
|
16550
|
-
"name": "getPlaybackRatesArray",
|
|
16551
|
-
"return": {
|
|
16552
|
-
"type": {
|
|
16553
|
-
"text": "number[]"
|
|
16554
|
-
}
|
|
16555
|
-
},
|
|
16556
|
-
"parameters": [
|
|
16557
|
-
{
|
|
16558
|
-
"name": "playbackRates",
|
|
16559
|
-
"type": {
|
|
16560
|
-
"text": "string"
|
|
16561
|
-
}
|
|
16562
|
-
}
|
|
16563
|
-
]
|
|
16564
|
-
},
|
|
16565
16325
|
{
|
|
16566
16326
|
"kind": "class",
|
|
16567
16327
|
"description": "Base class for video-player",
|
|
@@ -16773,14 +16533,6 @@
|
|
|
16773
16533
|
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
16774
16534
|
}
|
|
16775
16535
|
},
|
|
16776
|
-
{
|
|
16777
|
-
"kind": "js",
|
|
16778
|
-
"name": "getPlaybackRatesArray",
|
|
16779
|
-
"declaration": {
|
|
16780
|
-
"name": "getPlaybackRatesArray",
|
|
16781
|
-
"module": "libs/components/src/lib/video-player/video-player.ts"
|
|
16782
|
-
}
|
|
16783
|
-
},
|
|
16784
16536
|
{
|
|
16785
16537
|
"kind": "js",
|
|
16786
16538
|
"name": "VideoPlayer",
|