@genesislcap/foundation-ui 14.206.0 → 14.206.1
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/dist/custom-elements.json +2058 -2058
- package/dist/esm/options-datasource/options-datasource.js +1 -1
- package/package.json +16 -16
|
@@ -862,6 +862,219 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "javascript-module",
|
|
867
|
+
"path": "src/_config/index.ts",
|
|
868
|
+
"declarations": [],
|
|
869
|
+
"exports": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "js",
|
|
872
|
+
"name": "*",
|
|
873
|
+
"declaration": {
|
|
874
|
+
"name": "*",
|
|
875
|
+
"package": "./styles"
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "js",
|
|
880
|
+
"name": "*",
|
|
881
|
+
"declaration": {
|
|
882
|
+
"name": "*",
|
|
883
|
+
"package": "./tokens"
|
|
884
|
+
}
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "js",
|
|
888
|
+
"name": "*",
|
|
889
|
+
"declaration": {
|
|
890
|
+
"name": "*",
|
|
891
|
+
"package": "./values"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "javascript-module",
|
|
898
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
899
|
+
"declarations": [
|
|
900
|
+
{
|
|
901
|
+
"kind": "function",
|
|
902
|
+
"name": "foundationAccordionStyles",
|
|
903
|
+
"return": {
|
|
904
|
+
"type": {
|
|
905
|
+
"text": "ElementStyles"
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"parameters": [
|
|
909
|
+
{
|
|
910
|
+
"name": "context",
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "ElementDefinitionContext"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "definition",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "FoundationElementDefinition"
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"exports": [
|
|
925
|
+
{
|
|
926
|
+
"kind": "js",
|
|
927
|
+
"name": "foundationAccordionStyles",
|
|
928
|
+
"declaration": {
|
|
929
|
+
"name": "foundationAccordionStyles",
|
|
930
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "javascript-module",
|
|
937
|
+
"path": "src/accordion/accordion.template.ts",
|
|
938
|
+
"declarations": [
|
|
939
|
+
{
|
|
940
|
+
"kind": "function",
|
|
941
|
+
"name": "foundationAccordionTemplate",
|
|
942
|
+
"return": {
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "ViewTemplate<Accordion>"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"parameters": [
|
|
948
|
+
{
|
|
949
|
+
"name": "context",
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "ElementDefinitionContext"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "definition",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "FoundationElementDefinition"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "foundationAccordionTemplate",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "foundationAccordionTemplate",
|
|
969
|
+
"module": "src/accordion/accordion.template.ts"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/accordion/accordion.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "class",
|
|
980
|
+
"description": "",
|
|
981
|
+
"name": "Accordion",
|
|
982
|
+
"superclass": {
|
|
983
|
+
"name": "FASTAccordion",
|
|
984
|
+
"package": "@microsoft/fast-foundation"
|
|
985
|
+
},
|
|
986
|
+
"tagName": "%%prefix%%-accordion",
|
|
987
|
+
"customElement": true
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"kind": "variable",
|
|
991
|
+
"name": "foundationAccordionShadowOptions",
|
|
992
|
+
"type": {
|
|
993
|
+
"text": "ShadowRootInit"
|
|
994
|
+
},
|
|
995
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"kind": "variable",
|
|
999
|
+
"name": "defaultAccordionConfig",
|
|
1000
|
+
"type": {
|
|
1001
|
+
"text": "object"
|
|
1002
|
+
},
|
|
1003
|
+
"default": "{}"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "variable",
|
|
1007
|
+
"name": "foundationAccordion",
|
|
1008
|
+
"description": "The Foundation Accordion",
|
|
1009
|
+
"privacy": "public"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"exports": [
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "Accordion",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "Accordion",
|
|
1018
|
+
"module": "src/accordion/accordion.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "foundationAccordionShadowOptions",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "foundationAccordionShadowOptions",
|
|
1026
|
+
"module": "src/accordion/accordion.ts"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "js",
|
|
1031
|
+
"name": "defaultAccordionConfig",
|
|
1032
|
+
"declaration": {
|
|
1033
|
+
"name": "defaultAccordionConfig",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "js",
|
|
1039
|
+
"name": "foundationAccordion",
|
|
1040
|
+
"declaration": {
|
|
1041
|
+
"name": "foundationAccordion",
|
|
1042
|
+
"module": "src/accordion/accordion.ts"
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/accordion/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./accordion.template"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./accordion.styles"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./accordion"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
865
1078
|
{
|
|
866
1079
|
"kind": "javascript-module",
|
|
867
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1256,37 +1469,6 @@
|
|
|
1256
1469
|
}
|
|
1257
1470
|
]
|
|
1258
1471
|
},
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "javascript-module",
|
|
1261
|
-
"path": "src/_config/index.ts",
|
|
1262
|
-
"declarations": [],
|
|
1263
|
-
"exports": [
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "js",
|
|
1266
|
-
"name": "*",
|
|
1267
|
-
"declaration": {
|
|
1268
|
-
"name": "*",
|
|
1269
|
-
"package": "./styles"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"kind": "js",
|
|
1274
|
-
"name": "*",
|
|
1275
|
-
"declaration": {
|
|
1276
|
-
"name": "*",
|
|
1277
|
-
"package": "./tokens"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"kind": "js",
|
|
1282
|
-
"name": "*",
|
|
1283
|
-
"declaration": {
|
|
1284
|
-
"name": "*",
|
|
1285
|
-
"package": "./values"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
]
|
|
1289
|
-
},
|
|
1290
1472
|
{
|
|
1291
1473
|
"kind": "javascript-module",
|
|
1292
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -3956,188 +4138,6 @@
|
|
|
3956
4138
|
}
|
|
3957
4139
|
]
|
|
3958
4140
|
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3962
|
-
"declarations": [
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "function",
|
|
3965
|
-
"name": "foundationAccordionStyles",
|
|
3966
|
-
"return": {
|
|
3967
|
-
"type": {
|
|
3968
|
-
"text": "ElementStyles"
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
"parameters": [
|
|
3972
|
-
{
|
|
3973
|
-
"name": "context",
|
|
3974
|
-
"type": {
|
|
3975
|
-
"text": "ElementDefinitionContext"
|
|
3976
|
-
}
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"name": "definition",
|
|
3980
|
-
"type": {
|
|
3981
|
-
"text": "FoundationElementDefinition"
|
|
3982
|
-
}
|
|
3983
|
-
}
|
|
3984
|
-
]
|
|
3985
|
-
}
|
|
3986
|
-
],
|
|
3987
|
-
"exports": [
|
|
3988
|
-
{
|
|
3989
|
-
"kind": "js",
|
|
3990
|
-
"name": "foundationAccordionStyles",
|
|
3991
|
-
"declaration": {
|
|
3992
|
-
"name": "foundationAccordionStyles",
|
|
3993
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3994
|
-
}
|
|
3995
|
-
}
|
|
3996
|
-
]
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
"kind": "javascript-module",
|
|
4000
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4001
|
-
"declarations": [
|
|
4002
|
-
{
|
|
4003
|
-
"kind": "function",
|
|
4004
|
-
"name": "foundationAccordionTemplate",
|
|
4005
|
-
"return": {
|
|
4006
|
-
"type": {
|
|
4007
|
-
"text": "ViewTemplate<Accordion>"
|
|
4008
|
-
}
|
|
4009
|
-
},
|
|
4010
|
-
"parameters": [
|
|
4011
|
-
{
|
|
4012
|
-
"name": "context",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "ElementDefinitionContext"
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "definition",
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "FoundationElementDefinition"
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
]
|
|
4024
|
-
}
|
|
4025
|
-
],
|
|
4026
|
-
"exports": [
|
|
4027
|
-
{
|
|
4028
|
-
"kind": "js",
|
|
4029
|
-
"name": "foundationAccordionTemplate",
|
|
4030
|
-
"declaration": {
|
|
4031
|
-
"name": "foundationAccordionTemplate",
|
|
4032
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4033
|
-
}
|
|
4034
|
-
}
|
|
4035
|
-
]
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"kind": "javascript-module",
|
|
4039
|
-
"path": "src/accordion/accordion.ts",
|
|
4040
|
-
"declarations": [
|
|
4041
|
-
{
|
|
4042
|
-
"kind": "class",
|
|
4043
|
-
"description": "",
|
|
4044
|
-
"name": "Accordion",
|
|
4045
|
-
"superclass": {
|
|
4046
|
-
"name": "FASTAccordion",
|
|
4047
|
-
"package": "@microsoft/fast-foundation"
|
|
4048
|
-
},
|
|
4049
|
-
"tagName": "%%prefix%%-accordion",
|
|
4050
|
-
"customElement": true
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"kind": "variable",
|
|
4054
|
-
"name": "foundationAccordionShadowOptions",
|
|
4055
|
-
"type": {
|
|
4056
|
-
"text": "ShadowRootInit"
|
|
4057
|
-
},
|
|
4058
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"kind": "variable",
|
|
4062
|
-
"name": "defaultAccordionConfig",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "object"
|
|
4065
|
-
},
|
|
4066
|
-
"default": "{}"
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"kind": "variable",
|
|
4070
|
-
"name": "foundationAccordion",
|
|
4071
|
-
"description": "The Foundation Accordion",
|
|
4072
|
-
"privacy": "public"
|
|
4073
|
-
}
|
|
4074
|
-
],
|
|
4075
|
-
"exports": [
|
|
4076
|
-
{
|
|
4077
|
-
"kind": "js",
|
|
4078
|
-
"name": "Accordion",
|
|
4079
|
-
"declaration": {
|
|
4080
|
-
"name": "Accordion",
|
|
4081
|
-
"module": "src/accordion/accordion.ts"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"kind": "js",
|
|
4086
|
-
"name": "foundationAccordionShadowOptions",
|
|
4087
|
-
"declaration": {
|
|
4088
|
-
"name": "foundationAccordionShadowOptions",
|
|
4089
|
-
"module": "src/accordion/accordion.ts"
|
|
4090
|
-
}
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"kind": "js",
|
|
4094
|
-
"name": "defaultAccordionConfig",
|
|
4095
|
-
"declaration": {
|
|
4096
|
-
"name": "defaultAccordionConfig",
|
|
4097
|
-
"module": "src/accordion/accordion.ts"
|
|
4098
|
-
}
|
|
4099
|
-
},
|
|
4100
|
-
{
|
|
4101
|
-
"kind": "js",
|
|
4102
|
-
"name": "foundationAccordion",
|
|
4103
|
-
"declaration": {
|
|
4104
|
-
"name": "foundationAccordion",
|
|
4105
|
-
"module": "src/accordion/accordion.ts"
|
|
4106
|
-
}
|
|
4107
|
-
}
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/accordion/index.ts",
|
|
4113
|
-
"declarations": [],
|
|
4114
|
-
"exports": [
|
|
4115
|
-
{
|
|
4116
|
-
"kind": "js",
|
|
4117
|
-
"name": "*",
|
|
4118
|
-
"declaration": {
|
|
4119
|
-
"name": "*",
|
|
4120
|
-
"package": "./accordion.template"
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
"kind": "js",
|
|
4125
|
-
"name": "*",
|
|
4126
|
-
"declaration": {
|
|
4127
|
-
"name": "*",
|
|
4128
|
-
"package": "./accordion.styles"
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"kind": "js",
|
|
4133
|
-
"name": "*",
|
|
4134
|
-
"declaration": {
|
|
4135
|
-
"name": "*",
|
|
4136
|
-
"package": "./accordion"
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
4141
|
{
|
|
4142
4142
|
"kind": "javascript-module",
|
|
4143
4143
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -6798,301 +6798,6 @@
|
|
|
6798
6798
|
}
|
|
6799
6799
|
]
|
|
6800
6800
|
},
|
|
6801
|
-
{
|
|
6802
|
-
"kind": "javascript-module",
|
|
6803
|
-
"path": "src/card/card.styles.ts",
|
|
6804
|
-
"declarations": [
|
|
6805
|
-
{
|
|
6806
|
-
"kind": "function",
|
|
6807
|
-
"name": "foundationCardStyles",
|
|
6808
|
-
"return": {
|
|
6809
|
-
"type": {
|
|
6810
|
-
"text": "ElementStyles"
|
|
6811
|
-
}
|
|
6812
|
-
},
|
|
6813
|
-
"parameters": [
|
|
6814
|
-
{
|
|
6815
|
-
"name": "context",
|
|
6816
|
-
"type": {
|
|
6817
|
-
"text": "ElementDefinitionContext"
|
|
6818
|
-
}
|
|
6819
|
-
},
|
|
6820
|
-
{
|
|
6821
|
-
"name": "definition",
|
|
6822
|
-
"type": {
|
|
6823
|
-
"text": "FoundationElementDefinition"
|
|
6824
|
-
}
|
|
6825
|
-
}
|
|
6826
|
-
]
|
|
6827
|
-
}
|
|
6828
|
-
],
|
|
6829
|
-
"exports": [
|
|
6830
|
-
{
|
|
6831
|
-
"kind": "js",
|
|
6832
|
-
"name": "foundationCardStyles",
|
|
6833
|
-
"declaration": {
|
|
6834
|
-
"name": "foundationCardStyles",
|
|
6835
|
-
"module": "src/card/card.styles.ts"
|
|
6836
|
-
}
|
|
6837
|
-
}
|
|
6838
|
-
]
|
|
6839
|
-
},
|
|
6840
|
-
{
|
|
6841
|
-
"kind": "javascript-module",
|
|
6842
|
-
"path": "src/card/card.template.ts",
|
|
6843
|
-
"declarations": [
|
|
6844
|
-
{
|
|
6845
|
-
"kind": "function",
|
|
6846
|
-
"name": "foundationCardTemplate",
|
|
6847
|
-
"return": {
|
|
6848
|
-
"type": {
|
|
6849
|
-
"text": "ViewTemplate<Card>"
|
|
6850
|
-
}
|
|
6851
|
-
},
|
|
6852
|
-
"parameters": [
|
|
6853
|
-
{
|
|
6854
|
-
"name": "context",
|
|
6855
|
-
"type": {
|
|
6856
|
-
"text": "ElementDefinitionContext"
|
|
6857
|
-
}
|
|
6858
|
-
},
|
|
6859
|
-
{
|
|
6860
|
-
"name": "definition",
|
|
6861
|
-
"type": {
|
|
6862
|
-
"text": "FoundationElementDefinition"
|
|
6863
|
-
}
|
|
6864
|
-
}
|
|
6865
|
-
]
|
|
6866
|
-
}
|
|
6867
|
-
],
|
|
6868
|
-
"exports": [
|
|
6869
|
-
{
|
|
6870
|
-
"kind": "js",
|
|
6871
|
-
"name": "foundationCardTemplate",
|
|
6872
|
-
"declaration": {
|
|
6873
|
-
"name": "foundationCardTemplate",
|
|
6874
|
-
"module": "src/card/card.template.ts"
|
|
6875
|
-
}
|
|
6876
|
-
}
|
|
6877
|
-
]
|
|
6878
|
-
},
|
|
6879
|
-
{
|
|
6880
|
-
"kind": "javascript-module",
|
|
6881
|
-
"path": "src/card/card.ts",
|
|
6882
|
-
"declarations": [
|
|
6883
|
-
{
|
|
6884
|
-
"kind": "class",
|
|
6885
|
-
"description": "",
|
|
6886
|
-
"name": "Card",
|
|
6887
|
-
"superclass": {
|
|
6888
|
-
"name": "FASTCard",
|
|
6889
|
-
"package": "@microsoft/fast-components"
|
|
6890
|
-
},
|
|
6891
|
-
"tagName": "%%prefix%%-card",
|
|
6892
|
-
"customElement": true,
|
|
6893
|
-
"members": [
|
|
6894
|
-
{
|
|
6895
|
-
"kind": "field",
|
|
6896
|
-
"name": "_presentation",
|
|
6897
|
-
"type": {
|
|
6898
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6899
|
-
},
|
|
6900
|
-
"privacy": "private",
|
|
6901
|
-
"default": "void 0",
|
|
6902
|
-
"inheritedFrom": {
|
|
6903
|
-
"name": "FoundationElement",
|
|
6904
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6905
|
-
}
|
|
6906
|
-
},
|
|
6907
|
-
{
|
|
6908
|
-
"kind": "field",
|
|
6909
|
-
"name": "$presentation",
|
|
6910
|
-
"type": {
|
|
6911
|
-
"text": "ComponentPresentation | null"
|
|
6912
|
-
},
|
|
6913
|
-
"privacy": "public",
|
|
6914
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6915
|
-
"inheritedFrom": {
|
|
6916
|
-
"name": "FoundationElement",
|
|
6917
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6918
|
-
}
|
|
6919
|
-
},
|
|
6920
|
-
{
|
|
6921
|
-
"kind": "field",
|
|
6922
|
-
"name": "template",
|
|
6923
|
-
"type": {
|
|
6924
|
-
"text": "ElementViewTemplate | void | null"
|
|
6925
|
-
},
|
|
6926
|
-
"privacy": "public",
|
|
6927
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
6928
|
-
"inheritedFrom": {
|
|
6929
|
-
"name": "FoundationElement",
|
|
6930
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6931
|
-
}
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
6934
|
-
"kind": "method",
|
|
6935
|
-
"name": "templateChanged",
|
|
6936
|
-
"privacy": "protected",
|
|
6937
|
-
"return": {
|
|
6938
|
-
"type": {
|
|
6939
|
-
"text": "void"
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"inheritedFrom": {
|
|
6943
|
-
"name": "FoundationElement",
|
|
6944
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6945
|
-
}
|
|
6946
|
-
},
|
|
6947
|
-
{
|
|
6948
|
-
"kind": "field",
|
|
6949
|
-
"name": "styles",
|
|
6950
|
-
"type": {
|
|
6951
|
-
"text": "ElementStyles | void | null"
|
|
6952
|
-
},
|
|
6953
|
-
"privacy": "public",
|
|
6954
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
6955
|
-
"inheritedFrom": {
|
|
6956
|
-
"name": "FoundationElement",
|
|
6957
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6958
|
-
}
|
|
6959
|
-
},
|
|
6960
|
-
{
|
|
6961
|
-
"kind": "method",
|
|
6962
|
-
"name": "stylesChanged",
|
|
6963
|
-
"privacy": "protected",
|
|
6964
|
-
"return": {
|
|
6965
|
-
"type": {
|
|
6966
|
-
"text": "void"
|
|
6967
|
-
}
|
|
6968
|
-
},
|
|
6969
|
-
"inheritedFrom": {
|
|
6970
|
-
"name": "FoundationElement",
|
|
6971
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6972
|
-
}
|
|
6973
|
-
},
|
|
6974
|
-
{
|
|
6975
|
-
"kind": "method",
|
|
6976
|
-
"name": "compose",
|
|
6977
|
-
"privacy": "public",
|
|
6978
|
-
"static": true,
|
|
6979
|
-
"return": {
|
|
6980
|
-
"type": {
|
|
6981
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6982
|
-
}
|
|
6983
|
-
},
|
|
6984
|
-
"parameters": [
|
|
6985
|
-
{
|
|
6986
|
-
"name": "this",
|
|
6987
|
-
"type": {
|
|
6988
|
-
"text": "K"
|
|
6989
|
-
}
|
|
6990
|
-
},
|
|
6991
|
-
{
|
|
6992
|
-
"name": "elementDefinition",
|
|
6993
|
-
"type": {
|
|
6994
|
-
"text": "T"
|
|
6995
|
-
},
|
|
6996
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6997
|
-
}
|
|
6998
|
-
],
|
|
6999
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7000
|
-
"inheritedFrom": {
|
|
7001
|
-
"name": "FoundationElement",
|
|
7002
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7003
|
-
}
|
|
7004
|
-
}
|
|
7005
|
-
]
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "variable",
|
|
7009
|
-
"name": "foundationCardShadowOptions",
|
|
7010
|
-
"type": {
|
|
7011
|
-
"text": "ShadowRootInit"
|
|
7012
|
-
},
|
|
7013
|
-
"default": "undefined"
|
|
7014
|
-
},
|
|
7015
|
-
{
|
|
7016
|
-
"kind": "variable",
|
|
7017
|
-
"name": "defaultCardConfig",
|
|
7018
|
-
"type": {
|
|
7019
|
-
"text": "object"
|
|
7020
|
-
},
|
|
7021
|
-
"default": "{}"
|
|
7022
|
-
},
|
|
7023
|
-
{
|
|
7024
|
-
"kind": "variable",
|
|
7025
|
-
"name": "foundationCard",
|
|
7026
|
-
"description": "The Foundation Card",
|
|
7027
|
-
"privacy": "public"
|
|
7028
|
-
}
|
|
7029
|
-
],
|
|
7030
|
-
"exports": [
|
|
7031
|
-
{
|
|
7032
|
-
"kind": "js",
|
|
7033
|
-
"name": "Card",
|
|
7034
|
-
"declaration": {
|
|
7035
|
-
"name": "Card",
|
|
7036
|
-
"module": "src/card/card.ts"
|
|
7037
|
-
}
|
|
7038
|
-
},
|
|
7039
|
-
{
|
|
7040
|
-
"kind": "js",
|
|
7041
|
-
"name": "foundationCardShadowOptions",
|
|
7042
|
-
"declaration": {
|
|
7043
|
-
"name": "foundationCardShadowOptions",
|
|
7044
|
-
"module": "src/card/card.ts"
|
|
7045
|
-
}
|
|
7046
|
-
},
|
|
7047
|
-
{
|
|
7048
|
-
"kind": "js",
|
|
7049
|
-
"name": "defaultCardConfig",
|
|
7050
|
-
"declaration": {
|
|
7051
|
-
"name": "defaultCardConfig",
|
|
7052
|
-
"module": "src/card/card.ts"
|
|
7053
|
-
}
|
|
7054
|
-
},
|
|
7055
|
-
{
|
|
7056
|
-
"kind": "js",
|
|
7057
|
-
"name": "foundationCard",
|
|
7058
|
-
"declaration": {
|
|
7059
|
-
"name": "foundationCard",
|
|
7060
|
-
"module": "src/card/card.ts"
|
|
7061
|
-
}
|
|
7062
|
-
}
|
|
7063
|
-
]
|
|
7064
|
-
},
|
|
7065
|
-
{
|
|
7066
|
-
"kind": "javascript-module",
|
|
7067
|
-
"path": "src/card/index.ts",
|
|
7068
|
-
"declarations": [],
|
|
7069
|
-
"exports": [
|
|
7070
|
-
{
|
|
7071
|
-
"kind": "js",
|
|
7072
|
-
"name": "*",
|
|
7073
|
-
"declaration": {
|
|
7074
|
-
"name": "*",
|
|
7075
|
-
"package": "./card.template"
|
|
7076
|
-
}
|
|
7077
|
-
},
|
|
7078
|
-
{
|
|
7079
|
-
"kind": "js",
|
|
7080
|
-
"name": "*",
|
|
7081
|
-
"declaration": {
|
|
7082
|
-
"name": "*",
|
|
7083
|
-
"package": "./card.styles"
|
|
7084
|
-
}
|
|
7085
|
-
},
|
|
7086
|
-
{
|
|
7087
|
-
"kind": "js",
|
|
7088
|
-
"name": "*",
|
|
7089
|
-
"declaration": {
|
|
7090
|
-
"name": "*",
|
|
7091
|
-
"package": "./card"
|
|
7092
|
-
}
|
|
7093
|
-
}
|
|
7094
|
-
]
|
|
7095
|
-
},
|
|
7096
6801
|
{
|
|
7097
6802
|
"kind": "javascript-module",
|
|
7098
6803
|
"path": "src/calendar/calendar.styles.ts",
|
|
@@ -7945,6 +7650,301 @@
|
|
|
7945
7650
|
}
|
|
7946
7651
|
]
|
|
7947
7652
|
},
|
|
7653
|
+
{
|
|
7654
|
+
"kind": "javascript-module",
|
|
7655
|
+
"path": "src/card/card.styles.ts",
|
|
7656
|
+
"declarations": [
|
|
7657
|
+
{
|
|
7658
|
+
"kind": "function",
|
|
7659
|
+
"name": "foundationCardStyles",
|
|
7660
|
+
"return": {
|
|
7661
|
+
"type": {
|
|
7662
|
+
"text": "ElementStyles"
|
|
7663
|
+
}
|
|
7664
|
+
},
|
|
7665
|
+
"parameters": [
|
|
7666
|
+
{
|
|
7667
|
+
"name": "context",
|
|
7668
|
+
"type": {
|
|
7669
|
+
"text": "ElementDefinitionContext"
|
|
7670
|
+
}
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"name": "definition",
|
|
7674
|
+
"type": {
|
|
7675
|
+
"text": "FoundationElementDefinition"
|
|
7676
|
+
}
|
|
7677
|
+
}
|
|
7678
|
+
]
|
|
7679
|
+
}
|
|
7680
|
+
],
|
|
7681
|
+
"exports": [
|
|
7682
|
+
{
|
|
7683
|
+
"kind": "js",
|
|
7684
|
+
"name": "foundationCardStyles",
|
|
7685
|
+
"declaration": {
|
|
7686
|
+
"name": "foundationCardStyles",
|
|
7687
|
+
"module": "src/card/card.styles.ts"
|
|
7688
|
+
}
|
|
7689
|
+
}
|
|
7690
|
+
]
|
|
7691
|
+
},
|
|
7692
|
+
{
|
|
7693
|
+
"kind": "javascript-module",
|
|
7694
|
+
"path": "src/card/card.template.ts",
|
|
7695
|
+
"declarations": [
|
|
7696
|
+
{
|
|
7697
|
+
"kind": "function",
|
|
7698
|
+
"name": "foundationCardTemplate",
|
|
7699
|
+
"return": {
|
|
7700
|
+
"type": {
|
|
7701
|
+
"text": "ViewTemplate<Card>"
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7704
|
+
"parameters": [
|
|
7705
|
+
{
|
|
7706
|
+
"name": "context",
|
|
7707
|
+
"type": {
|
|
7708
|
+
"text": "ElementDefinitionContext"
|
|
7709
|
+
}
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "definition",
|
|
7713
|
+
"type": {
|
|
7714
|
+
"text": "FoundationElementDefinition"
|
|
7715
|
+
}
|
|
7716
|
+
}
|
|
7717
|
+
]
|
|
7718
|
+
}
|
|
7719
|
+
],
|
|
7720
|
+
"exports": [
|
|
7721
|
+
{
|
|
7722
|
+
"kind": "js",
|
|
7723
|
+
"name": "foundationCardTemplate",
|
|
7724
|
+
"declaration": {
|
|
7725
|
+
"name": "foundationCardTemplate",
|
|
7726
|
+
"module": "src/card/card.template.ts"
|
|
7727
|
+
}
|
|
7728
|
+
}
|
|
7729
|
+
]
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"kind": "javascript-module",
|
|
7733
|
+
"path": "src/card/card.ts",
|
|
7734
|
+
"declarations": [
|
|
7735
|
+
{
|
|
7736
|
+
"kind": "class",
|
|
7737
|
+
"description": "",
|
|
7738
|
+
"name": "Card",
|
|
7739
|
+
"superclass": {
|
|
7740
|
+
"name": "FASTCard",
|
|
7741
|
+
"package": "@microsoft/fast-components"
|
|
7742
|
+
},
|
|
7743
|
+
"tagName": "%%prefix%%-card",
|
|
7744
|
+
"customElement": true,
|
|
7745
|
+
"members": [
|
|
7746
|
+
{
|
|
7747
|
+
"kind": "field",
|
|
7748
|
+
"name": "_presentation",
|
|
7749
|
+
"type": {
|
|
7750
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7751
|
+
},
|
|
7752
|
+
"privacy": "private",
|
|
7753
|
+
"default": "void 0",
|
|
7754
|
+
"inheritedFrom": {
|
|
7755
|
+
"name": "FoundationElement",
|
|
7756
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7757
|
+
}
|
|
7758
|
+
},
|
|
7759
|
+
{
|
|
7760
|
+
"kind": "field",
|
|
7761
|
+
"name": "$presentation",
|
|
7762
|
+
"type": {
|
|
7763
|
+
"text": "ComponentPresentation | null"
|
|
7764
|
+
},
|
|
7765
|
+
"privacy": "public",
|
|
7766
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7767
|
+
"inheritedFrom": {
|
|
7768
|
+
"name": "FoundationElement",
|
|
7769
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7770
|
+
}
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"kind": "field",
|
|
7774
|
+
"name": "template",
|
|
7775
|
+
"type": {
|
|
7776
|
+
"text": "ElementViewTemplate | void | null"
|
|
7777
|
+
},
|
|
7778
|
+
"privacy": "public",
|
|
7779
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7780
|
+
"inheritedFrom": {
|
|
7781
|
+
"name": "FoundationElement",
|
|
7782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "method",
|
|
7787
|
+
"name": "templateChanged",
|
|
7788
|
+
"privacy": "protected",
|
|
7789
|
+
"return": {
|
|
7790
|
+
"type": {
|
|
7791
|
+
"text": "void"
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
"inheritedFrom": {
|
|
7795
|
+
"name": "FoundationElement",
|
|
7796
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
{
|
|
7800
|
+
"kind": "field",
|
|
7801
|
+
"name": "styles",
|
|
7802
|
+
"type": {
|
|
7803
|
+
"text": "ElementStyles | void | null"
|
|
7804
|
+
},
|
|
7805
|
+
"privacy": "public",
|
|
7806
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7807
|
+
"inheritedFrom": {
|
|
7808
|
+
"name": "FoundationElement",
|
|
7809
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7810
|
+
}
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "method",
|
|
7814
|
+
"name": "stylesChanged",
|
|
7815
|
+
"privacy": "protected",
|
|
7816
|
+
"return": {
|
|
7817
|
+
"type": {
|
|
7818
|
+
"text": "void"
|
|
7819
|
+
}
|
|
7820
|
+
},
|
|
7821
|
+
"inheritedFrom": {
|
|
7822
|
+
"name": "FoundationElement",
|
|
7823
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "method",
|
|
7828
|
+
"name": "compose",
|
|
7829
|
+
"privacy": "public",
|
|
7830
|
+
"static": true,
|
|
7831
|
+
"return": {
|
|
7832
|
+
"type": {
|
|
7833
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7834
|
+
}
|
|
7835
|
+
},
|
|
7836
|
+
"parameters": [
|
|
7837
|
+
{
|
|
7838
|
+
"name": "this",
|
|
7839
|
+
"type": {
|
|
7840
|
+
"text": "K"
|
|
7841
|
+
}
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
"name": "elementDefinition",
|
|
7845
|
+
"type": {
|
|
7846
|
+
"text": "T"
|
|
7847
|
+
},
|
|
7848
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7849
|
+
}
|
|
7850
|
+
],
|
|
7851
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7852
|
+
"inheritedFrom": {
|
|
7853
|
+
"name": "FoundationElement",
|
|
7854
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7855
|
+
}
|
|
7856
|
+
}
|
|
7857
|
+
]
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
"kind": "variable",
|
|
7861
|
+
"name": "foundationCardShadowOptions",
|
|
7862
|
+
"type": {
|
|
7863
|
+
"text": "ShadowRootInit"
|
|
7864
|
+
},
|
|
7865
|
+
"default": "undefined"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "variable",
|
|
7869
|
+
"name": "defaultCardConfig",
|
|
7870
|
+
"type": {
|
|
7871
|
+
"text": "object"
|
|
7872
|
+
},
|
|
7873
|
+
"default": "{}"
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"kind": "variable",
|
|
7877
|
+
"name": "foundationCard",
|
|
7878
|
+
"description": "The Foundation Card",
|
|
7879
|
+
"privacy": "public"
|
|
7880
|
+
}
|
|
7881
|
+
],
|
|
7882
|
+
"exports": [
|
|
7883
|
+
{
|
|
7884
|
+
"kind": "js",
|
|
7885
|
+
"name": "Card",
|
|
7886
|
+
"declaration": {
|
|
7887
|
+
"name": "Card",
|
|
7888
|
+
"module": "src/card/card.ts"
|
|
7889
|
+
}
|
|
7890
|
+
},
|
|
7891
|
+
{
|
|
7892
|
+
"kind": "js",
|
|
7893
|
+
"name": "foundationCardShadowOptions",
|
|
7894
|
+
"declaration": {
|
|
7895
|
+
"name": "foundationCardShadowOptions",
|
|
7896
|
+
"module": "src/card/card.ts"
|
|
7897
|
+
}
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"kind": "js",
|
|
7901
|
+
"name": "defaultCardConfig",
|
|
7902
|
+
"declaration": {
|
|
7903
|
+
"name": "defaultCardConfig",
|
|
7904
|
+
"module": "src/card/card.ts"
|
|
7905
|
+
}
|
|
7906
|
+
},
|
|
7907
|
+
{
|
|
7908
|
+
"kind": "js",
|
|
7909
|
+
"name": "foundationCard",
|
|
7910
|
+
"declaration": {
|
|
7911
|
+
"name": "foundationCard",
|
|
7912
|
+
"module": "src/card/card.ts"
|
|
7913
|
+
}
|
|
7914
|
+
}
|
|
7915
|
+
]
|
|
7916
|
+
},
|
|
7917
|
+
{
|
|
7918
|
+
"kind": "javascript-module",
|
|
7919
|
+
"path": "src/card/index.ts",
|
|
7920
|
+
"declarations": [],
|
|
7921
|
+
"exports": [
|
|
7922
|
+
{
|
|
7923
|
+
"kind": "js",
|
|
7924
|
+
"name": "*",
|
|
7925
|
+
"declaration": {
|
|
7926
|
+
"name": "*",
|
|
7927
|
+
"package": "./card.template"
|
|
7928
|
+
}
|
|
7929
|
+
},
|
|
7930
|
+
{
|
|
7931
|
+
"kind": "js",
|
|
7932
|
+
"name": "*",
|
|
7933
|
+
"declaration": {
|
|
7934
|
+
"name": "*",
|
|
7935
|
+
"package": "./card.styles"
|
|
7936
|
+
}
|
|
7937
|
+
},
|
|
7938
|
+
{
|
|
7939
|
+
"kind": "js",
|
|
7940
|
+
"name": "*",
|
|
7941
|
+
"declaration": {
|
|
7942
|
+
"name": "*",
|
|
7943
|
+
"package": "./card"
|
|
7944
|
+
}
|
|
7945
|
+
}
|
|
7946
|
+
]
|
|
7947
|
+
},
|
|
7948
7948
|
{
|
|
7949
7949
|
"kind": "javascript-module",
|
|
7950
7950
|
"path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
|
|
@@ -14472,11 +14472,11 @@
|
|
|
14472
14472
|
},
|
|
14473
14473
|
{
|
|
14474
14474
|
"kind": "javascript-module",
|
|
14475
|
-
"path": "src/
|
|
14475
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
14476
14476
|
"declarations": [
|
|
14477
14477
|
{
|
|
14478
14478
|
"kind": "function",
|
|
14479
|
-
"name": "
|
|
14479
|
+
"name": "foundationDisclosureStyles",
|
|
14480
14480
|
"return": {
|
|
14481
14481
|
"type": {
|
|
14482
14482
|
"text": "ElementStyles"
|
|
@@ -14501,24 +14501,24 @@
|
|
|
14501
14501
|
"exports": [
|
|
14502
14502
|
{
|
|
14503
14503
|
"kind": "js",
|
|
14504
|
-
"name": "
|
|
14504
|
+
"name": "foundationDisclosureStyles",
|
|
14505
14505
|
"declaration": {
|
|
14506
|
-
"name": "
|
|
14507
|
-
"module": "src/
|
|
14506
|
+
"name": "foundationDisclosureStyles",
|
|
14507
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
14508
14508
|
}
|
|
14509
14509
|
}
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
14512
|
{
|
|
14513
14513
|
"kind": "javascript-module",
|
|
14514
|
-
"path": "src/
|
|
14514
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
14515
14515
|
"declarations": [
|
|
14516
14516
|
{
|
|
14517
14517
|
"kind": "function",
|
|
14518
|
-
"name": "
|
|
14518
|
+
"name": "foundationDisclosureTemplate",
|
|
14519
14519
|
"return": {
|
|
14520
14520
|
"type": {
|
|
14521
|
-
"text": "ViewTemplate<
|
|
14521
|
+
"text": "ViewTemplate<Disclosure>"
|
|
14522
14522
|
}
|
|
14523
14523
|
},
|
|
14524
14524
|
"parameters": [
|
|
@@ -14540,32 +14540,32 @@
|
|
|
14540
14540
|
"exports": [
|
|
14541
14541
|
{
|
|
14542
14542
|
"kind": "js",
|
|
14543
|
-
"name": "
|
|
14543
|
+
"name": "foundationDisclosureTemplate",
|
|
14544
14544
|
"declaration": {
|
|
14545
|
-
"name": "
|
|
14546
|
-
"module": "src/
|
|
14545
|
+
"name": "foundationDisclosureTemplate",
|
|
14546
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
14547
14547
|
}
|
|
14548
14548
|
}
|
|
14549
14549
|
]
|
|
14550
14550
|
},
|
|
14551
14551
|
{
|
|
14552
14552
|
"kind": "javascript-module",
|
|
14553
|
-
"path": "src/
|
|
14553
|
+
"path": "src/disclosure/disclosure.ts",
|
|
14554
14554
|
"declarations": [
|
|
14555
14555
|
{
|
|
14556
14556
|
"kind": "class",
|
|
14557
14557
|
"description": "",
|
|
14558
|
-
"name": "
|
|
14558
|
+
"name": "Disclosure",
|
|
14559
14559
|
"superclass": {
|
|
14560
|
-
"name": "
|
|
14560
|
+
"name": "FASTDisclosure",
|
|
14561
14561
|
"package": "@microsoft/fast-foundation"
|
|
14562
14562
|
},
|
|
14563
|
-
"tagName": "%%prefix%%-
|
|
14563
|
+
"tagName": "%%prefix%%-disclosure",
|
|
14564
14564
|
"customElement": true
|
|
14565
14565
|
},
|
|
14566
14566
|
{
|
|
14567
14567
|
"kind": "variable",
|
|
14568
|
-
"name": "
|
|
14568
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14569
14569
|
"type": {
|
|
14570
14570
|
"text": "ShadowRootInit"
|
|
14571
14571
|
},
|
|
@@ -14573,7 +14573,7 @@
|
|
|
14573
14573
|
},
|
|
14574
14574
|
{
|
|
14575
14575
|
"kind": "variable",
|
|
14576
|
-
"name": "
|
|
14576
|
+
"name": "defaultDisclosureConfig",
|
|
14577
14577
|
"type": {
|
|
14578
14578
|
"text": "object"
|
|
14579
14579
|
},
|
|
@@ -14581,49 +14581,49 @@
|
|
|
14581
14581
|
},
|
|
14582
14582
|
{
|
|
14583
14583
|
"kind": "variable",
|
|
14584
|
-
"name": "
|
|
14585
|
-
"description": "The Foundation
|
|
14584
|
+
"name": "foundationDisclosure",
|
|
14585
|
+
"description": "The Foundation Disclosure",
|
|
14586
14586
|
"privacy": "public"
|
|
14587
14587
|
}
|
|
14588
14588
|
],
|
|
14589
14589
|
"exports": [
|
|
14590
14590
|
{
|
|
14591
14591
|
"kind": "js",
|
|
14592
|
-
"name": "
|
|
14592
|
+
"name": "Disclosure",
|
|
14593
14593
|
"declaration": {
|
|
14594
|
-
"name": "
|
|
14595
|
-
"module": "src/
|
|
14594
|
+
"name": "Disclosure",
|
|
14595
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14596
14596
|
}
|
|
14597
14597
|
},
|
|
14598
14598
|
{
|
|
14599
14599
|
"kind": "js",
|
|
14600
|
-
"name": "
|
|
14600
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14601
14601
|
"declaration": {
|
|
14602
|
-
"name": "
|
|
14603
|
-
"module": "src/
|
|
14602
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14603
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14604
14604
|
}
|
|
14605
14605
|
},
|
|
14606
14606
|
{
|
|
14607
14607
|
"kind": "js",
|
|
14608
|
-
"name": "
|
|
14608
|
+
"name": "defaultDisclosureConfig",
|
|
14609
14609
|
"declaration": {
|
|
14610
|
-
"name": "
|
|
14611
|
-
"module": "src/
|
|
14610
|
+
"name": "defaultDisclosureConfig",
|
|
14611
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14612
14612
|
}
|
|
14613
14613
|
},
|
|
14614
14614
|
{
|
|
14615
14615
|
"kind": "js",
|
|
14616
|
-
"name": "
|
|
14616
|
+
"name": "foundationDisclosure",
|
|
14617
14617
|
"declaration": {
|
|
14618
|
-
"name": "
|
|
14619
|
-
"module": "src/
|
|
14618
|
+
"name": "foundationDisclosure",
|
|
14619
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14620
14620
|
}
|
|
14621
14621
|
}
|
|
14622
14622
|
]
|
|
14623
14623
|
},
|
|
14624
14624
|
{
|
|
14625
14625
|
"kind": "javascript-module",
|
|
14626
|
-
"path": "src/
|
|
14626
|
+
"path": "src/disclosure/index.ts",
|
|
14627
14627
|
"declarations": [],
|
|
14628
14628
|
"exports": [
|
|
14629
14629
|
{
|
|
@@ -14631,7 +14631,7 @@
|
|
|
14631
14631
|
"name": "*",
|
|
14632
14632
|
"declaration": {
|
|
14633
14633
|
"name": "*",
|
|
14634
|
-
"package": "./
|
|
14634
|
+
"package": "./disclosure.template"
|
|
14635
14635
|
}
|
|
14636
14636
|
},
|
|
14637
14637
|
{
|
|
@@ -14639,7 +14639,7 @@
|
|
|
14639
14639
|
"name": "*",
|
|
14640
14640
|
"declaration": {
|
|
14641
14641
|
"name": "*",
|
|
14642
|
-
"package": "./
|
|
14642
|
+
"package": "./disclosure.styles"
|
|
14643
14643
|
}
|
|
14644
14644
|
},
|
|
14645
14645
|
{
|
|
@@ -14647,18 +14647,18 @@
|
|
|
14647
14647
|
"name": "*",
|
|
14648
14648
|
"declaration": {
|
|
14649
14649
|
"name": "*",
|
|
14650
|
-
"package": "./
|
|
14650
|
+
"package": "./disclosure"
|
|
14651
14651
|
}
|
|
14652
14652
|
}
|
|
14653
14653
|
]
|
|
14654
14654
|
},
|
|
14655
14655
|
{
|
|
14656
14656
|
"kind": "javascript-module",
|
|
14657
|
-
"path": "src/
|
|
14657
|
+
"path": "src/divider/divider.styles.ts",
|
|
14658
14658
|
"declarations": [
|
|
14659
14659
|
{
|
|
14660
14660
|
"kind": "function",
|
|
14661
|
-
"name": "
|
|
14661
|
+
"name": "foundationDividerStyles",
|
|
14662
14662
|
"return": {
|
|
14663
14663
|
"type": {
|
|
14664
14664
|
"text": "ElementStyles"
|
|
@@ -14683,24 +14683,24 @@
|
|
|
14683
14683
|
"exports": [
|
|
14684
14684
|
{
|
|
14685
14685
|
"kind": "js",
|
|
14686
|
-
"name": "
|
|
14686
|
+
"name": "foundationDividerStyles",
|
|
14687
14687
|
"declaration": {
|
|
14688
|
-
"name": "
|
|
14689
|
-
"module": "src/
|
|
14688
|
+
"name": "foundationDividerStyles",
|
|
14689
|
+
"module": "src/divider/divider.styles.ts"
|
|
14690
14690
|
}
|
|
14691
14691
|
}
|
|
14692
14692
|
]
|
|
14693
14693
|
},
|
|
14694
14694
|
{
|
|
14695
14695
|
"kind": "javascript-module",
|
|
14696
|
-
"path": "src/
|
|
14696
|
+
"path": "src/divider/divider.template.ts",
|
|
14697
14697
|
"declarations": [
|
|
14698
14698
|
{
|
|
14699
14699
|
"kind": "function",
|
|
14700
|
-
"name": "
|
|
14700
|
+
"name": "foundationDividerTemplate",
|
|
14701
14701
|
"return": {
|
|
14702
14702
|
"type": {
|
|
14703
|
-
"text": "ViewTemplate<
|
|
14703
|
+
"text": "ViewTemplate<Divider>"
|
|
14704
14704
|
}
|
|
14705
14705
|
},
|
|
14706
14706
|
"parameters": [
|
|
@@ -14722,32 +14722,32 @@
|
|
|
14722
14722
|
"exports": [
|
|
14723
14723
|
{
|
|
14724
14724
|
"kind": "js",
|
|
14725
|
-
"name": "
|
|
14725
|
+
"name": "foundationDividerTemplate",
|
|
14726
14726
|
"declaration": {
|
|
14727
|
-
"name": "
|
|
14728
|
-
"module": "src/
|
|
14727
|
+
"name": "foundationDividerTemplate",
|
|
14728
|
+
"module": "src/divider/divider.template.ts"
|
|
14729
14729
|
}
|
|
14730
14730
|
}
|
|
14731
14731
|
]
|
|
14732
14732
|
},
|
|
14733
14733
|
{
|
|
14734
14734
|
"kind": "javascript-module",
|
|
14735
|
-
"path": "src/
|
|
14735
|
+
"path": "src/divider/divider.ts",
|
|
14736
14736
|
"declarations": [
|
|
14737
14737
|
{
|
|
14738
14738
|
"kind": "class",
|
|
14739
14739
|
"description": "",
|
|
14740
|
-
"name": "
|
|
14740
|
+
"name": "Divider",
|
|
14741
14741
|
"superclass": {
|
|
14742
|
-
"name": "
|
|
14742
|
+
"name": "FASTDivider",
|
|
14743
14743
|
"package": "@microsoft/fast-foundation"
|
|
14744
14744
|
},
|
|
14745
|
-
"tagName": "%%prefix%%-
|
|
14745
|
+
"tagName": "%%prefix%%-divider",
|
|
14746
14746
|
"customElement": true
|
|
14747
14747
|
},
|
|
14748
14748
|
{
|
|
14749
14749
|
"kind": "variable",
|
|
14750
|
-
"name": "
|
|
14750
|
+
"name": "foundationDividerShadowOptions",
|
|
14751
14751
|
"type": {
|
|
14752
14752
|
"text": "ShadowRootInit"
|
|
14753
14753
|
},
|
|
@@ -14755,7 +14755,7 @@
|
|
|
14755
14755
|
},
|
|
14756
14756
|
{
|
|
14757
14757
|
"kind": "variable",
|
|
14758
|
-
"name": "
|
|
14758
|
+
"name": "defaultDividerConfig",
|
|
14759
14759
|
"type": {
|
|
14760
14760
|
"text": "object"
|
|
14761
14761
|
},
|
|
@@ -14763,49 +14763,49 @@
|
|
|
14763
14763
|
},
|
|
14764
14764
|
{
|
|
14765
14765
|
"kind": "variable",
|
|
14766
|
-
"name": "
|
|
14767
|
-
"description": "The Foundation
|
|
14766
|
+
"name": "foundationDivider",
|
|
14767
|
+
"description": "The Foundation Divider",
|
|
14768
14768
|
"privacy": "public"
|
|
14769
14769
|
}
|
|
14770
14770
|
],
|
|
14771
14771
|
"exports": [
|
|
14772
14772
|
{
|
|
14773
14773
|
"kind": "js",
|
|
14774
|
-
"name": "
|
|
14774
|
+
"name": "Divider",
|
|
14775
14775
|
"declaration": {
|
|
14776
|
-
"name": "
|
|
14777
|
-
"module": "src/
|
|
14776
|
+
"name": "Divider",
|
|
14777
|
+
"module": "src/divider/divider.ts"
|
|
14778
14778
|
}
|
|
14779
14779
|
},
|
|
14780
14780
|
{
|
|
14781
14781
|
"kind": "js",
|
|
14782
|
-
"name": "
|
|
14782
|
+
"name": "foundationDividerShadowOptions",
|
|
14783
14783
|
"declaration": {
|
|
14784
|
-
"name": "
|
|
14785
|
-
"module": "src/
|
|
14784
|
+
"name": "foundationDividerShadowOptions",
|
|
14785
|
+
"module": "src/divider/divider.ts"
|
|
14786
14786
|
}
|
|
14787
14787
|
},
|
|
14788
14788
|
{
|
|
14789
14789
|
"kind": "js",
|
|
14790
|
-
"name": "
|
|
14790
|
+
"name": "defaultDividerConfig",
|
|
14791
14791
|
"declaration": {
|
|
14792
|
-
"name": "
|
|
14793
|
-
"module": "src/
|
|
14792
|
+
"name": "defaultDividerConfig",
|
|
14793
|
+
"module": "src/divider/divider.ts"
|
|
14794
14794
|
}
|
|
14795
14795
|
},
|
|
14796
14796
|
{
|
|
14797
14797
|
"kind": "js",
|
|
14798
|
-
"name": "
|
|
14798
|
+
"name": "foundationDivider",
|
|
14799
14799
|
"declaration": {
|
|
14800
|
-
"name": "
|
|
14801
|
-
"module": "src/
|
|
14800
|
+
"name": "foundationDivider",
|
|
14801
|
+
"module": "src/divider/divider.ts"
|
|
14802
14802
|
}
|
|
14803
14803
|
}
|
|
14804
14804
|
]
|
|
14805
14805
|
},
|
|
14806
14806
|
{
|
|
14807
14807
|
"kind": "javascript-module",
|
|
14808
|
-
"path": "src/
|
|
14808
|
+
"path": "src/divider/index.ts",
|
|
14809
14809
|
"declarations": [],
|
|
14810
14810
|
"exports": [
|
|
14811
14811
|
{
|
|
@@ -14813,7 +14813,7 @@
|
|
|
14813
14813
|
"name": "*",
|
|
14814
14814
|
"declaration": {
|
|
14815
14815
|
"name": "*",
|
|
14816
|
-
"package": "./
|
|
14816
|
+
"package": "./divider.template"
|
|
14817
14817
|
}
|
|
14818
14818
|
},
|
|
14819
14819
|
{
|
|
@@ -14821,7 +14821,7 @@
|
|
|
14821
14821
|
"name": "*",
|
|
14822
14822
|
"declaration": {
|
|
14823
14823
|
"name": "*",
|
|
14824
|
-
"package": "./
|
|
14824
|
+
"package": "./divider.styles"
|
|
14825
14825
|
}
|
|
14826
14826
|
},
|
|
14827
14827
|
{
|
|
@@ -14829,7 +14829,7 @@
|
|
|
14829
14829
|
"name": "*",
|
|
14830
14830
|
"declaration": {
|
|
14831
14831
|
"name": "*",
|
|
14832
|
-
"package": "./
|
|
14832
|
+
"package": "./divider"
|
|
14833
14833
|
}
|
|
14834
14834
|
}
|
|
14835
14835
|
]
|
|
@@ -21627,7 +21627,7 @@
|
|
|
21627
21627
|
},
|
|
21628
21628
|
{
|
|
21629
21629
|
"kind": "javascript-module",
|
|
21630
|
-
"path": "src/
|
|
21630
|
+
"path": "src/menu/index.ts",
|
|
21631
21631
|
"declarations": [],
|
|
21632
21632
|
"exports": [
|
|
21633
21633
|
{
|
|
@@ -21635,7 +21635,7 @@
|
|
|
21635
21635
|
"name": "*",
|
|
21636
21636
|
"declaration": {
|
|
21637
21637
|
"name": "*",
|
|
21638
|
-
"package": "./
|
|
21638
|
+
"package": "./menu.template"
|
|
21639
21639
|
}
|
|
21640
21640
|
},
|
|
21641
21641
|
{
|
|
@@ -21643,7 +21643,7 @@
|
|
|
21643
21643
|
"name": "*",
|
|
21644
21644
|
"declaration": {
|
|
21645
21645
|
"name": "*",
|
|
21646
|
-
"package": "./
|
|
21646
|
+
"package": "./menu.styles"
|
|
21647
21647
|
}
|
|
21648
21648
|
},
|
|
21649
21649
|
{
|
|
@@ -21651,18 +21651,18 @@
|
|
|
21651
21651
|
"name": "*",
|
|
21652
21652
|
"declaration": {
|
|
21653
21653
|
"name": "*",
|
|
21654
|
-
"package": "./
|
|
21654
|
+
"package": "./menu"
|
|
21655
21655
|
}
|
|
21656
21656
|
}
|
|
21657
21657
|
]
|
|
21658
21658
|
},
|
|
21659
21659
|
{
|
|
21660
21660
|
"kind": "javascript-module",
|
|
21661
|
-
"path": "src/
|
|
21661
|
+
"path": "src/menu/menu.styles.ts",
|
|
21662
21662
|
"declarations": [
|
|
21663
21663
|
{
|
|
21664
21664
|
"kind": "function",
|
|
21665
|
-
"name": "
|
|
21665
|
+
"name": "foundationMenuStyles",
|
|
21666
21666
|
"return": {
|
|
21667
21667
|
"type": {
|
|
21668
21668
|
"text": "ElementStyles"
|
|
@@ -21687,24 +21687,24 @@
|
|
|
21687
21687
|
"exports": [
|
|
21688
21688
|
{
|
|
21689
21689
|
"kind": "js",
|
|
21690
|
-
"name": "
|
|
21690
|
+
"name": "foundationMenuStyles",
|
|
21691
21691
|
"declaration": {
|
|
21692
|
-
"name": "
|
|
21693
|
-
"module": "src/
|
|
21692
|
+
"name": "foundationMenuStyles",
|
|
21693
|
+
"module": "src/menu/menu.styles.ts"
|
|
21694
21694
|
}
|
|
21695
21695
|
}
|
|
21696
21696
|
]
|
|
21697
21697
|
},
|
|
21698
21698
|
{
|
|
21699
21699
|
"kind": "javascript-module",
|
|
21700
|
-
"path": "src/
|
|
21700
|
+
"path": "src/menu/menu.template.ts",
|
|
21701
21701
|
"declarations": [
|
|
21702
21702
|
{
|
|
21703
21703
|
"kind": "function",
|
|
21704
|
-
"name": "
|
|
21704
|
+
"name": "foundationMenuTemplate",
|
|
21705
21705
|
"return": {
|
|
21706
21706
|
"type": {
|
|
21707
|
-
"text": "ViewTemplate<
|
|
21707
|
+
"text": "ViewTemplate<Menu>"
|
|
21708
21708
|
}
|
|
21709
21709
|
},
|
|
21710
21710
|
"parameters": [
|
|
@@ -21726,83 +21726,33 @@
|
|
|
21726
21726
|
"exports": [
|
|
21727
21727
|
{
|
|
21728
21728
|
"kind": "js",
|
|
21729
|
-
"name": "
|
|
21729
|
+
"name": "foundationMenuTemplate",
|
|
21730
21730
|
"declaration": {
|
|
21731
|
-
"name": "
|
|
21732
|
-
"module": "src/
|
|
21731
|
+
"name": "foundationMenuTemplate",
|
|
21732
|
+
"module": "src/menu/menu.template.ts"
|
|
21733
21733
|
}
|
|
21734
21734
|
}
|
|
21735
21735
|
]
|
|
21736
21736
|
},
|
|
21737
21737
|
{
|
|
21738
21738
|
"kind": "javascript-module",
|
|
21739
|
-
"path": "src/
|
|
21739
|
+
"path": "src/menu/menu.ts",
|
|
21740
21740
|
"declarations": [
|
|
21741
21741
|
{
|
|
21742
21742
|
"kind": "class",
|
|
21743
21743
|
"description": "",
|
|
21744
|
-
"name": "
|
|
21744
|
+
"name": "Menu",
|
|
21745
21745
|
"superclass": {
|
|
21746
|
-
"name": "
|
|
21746
|
+
"name": "FASTMenu",
|
|
21747
21747
|
"package": "@microsoft/fast-components"
|
|
21748
21748
|
},
|
|
21749
|
-
"tagName": "%%prefix%%-
|
|
21749
|
+
"tagName": "%%prefix%%-menu",
|
|
21750
21750
|
"customElement": true,
|
|
21751
|
-
"attributes": [
|
|
21752
|
-
{
|
|
21753
|
-
"type": {
|
|
21754
|
-
"text": "boolean"
|
|
21755
|
-
},
|
|
21756
|
-
"description": "The disabled state of the option.",
|
|
21757
|
-
"fieldName": "disabled",
|
|
21758
|
-
"inheritedFrom": {
|
|
21759
|
-
"name": "ListboxOption",
|
|
21760
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21761
|
-
}
|
|
21762
|
-
},
|
|
21763
|
-
{
|
|
21764
|
-
"name": "selected",
|
|
21765
|
-
"type": {
|
|
21766
|
-
"text": "boolean"
|
|
21767
|
-
},
|
|
21768
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
21769
|
-
"fieldName": "selectedAttribute",
|
|
21770
|
-
"inheritedFrom": {
|
|
21771
|
-
"name": "ListboxOption",
|
|
21772
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21773
|
-
}
|
|
21774
|
-
},
|
|
21775
|
-
{
|
|
21776
|
-
"name": "value",
|
|
21777
|
-
"type": {
|
|
21778
|
-
"text": "string"
|
|
21779
|
-
},
|
|
21780
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
21781
|
-
"fieldName": "initialValue",
|
|
21782
|
-
"inheritedFrom": {
|
|
21783
|
-
"name": "ListboxOption",
|
|
21784
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21785
|
-
}
|
|
21786
|
-
}
|
|
21787
|
-
],
|
|
21788
21751
|
"members": [
|
|
21789
|
-
{
|
|
21790
|
-
"kind": "field",
|
|
21791
|
-
"name": "checked",
|
|
21792
|
-
"type": {
|
|
21793
|
-
"text": "boolean | undefined"
|
|
21794
|
-
},
|
|
21795
|
-
"privacy": "public",
|
|
21796
|
-
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
21797
|
-
"inheritedFrom": {
|
|
21798
|
-
"name": "ListboxOption",
|
|
21799
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21800
|
-
}
|
|
21801
|
-
},
|
|
21802
21752
|
{
|
|
21803
21753
|
"kind": "method",
|
|
21804
|
-
"name": "
|
|
21805
|
-
"privacy": "
|
|
21754
|
+
"name": "itemsChanged",
|
|
21755
|
+
"privacy": "private",
|
|
21806
21756
|
"return": {
|
|
21807
21757
|
"type": {
|
|
21808
21758
|
"text": "void"
|
|
@@ -21810,194 +21760,191 @@
|
|
|
21810
21760
|
},
|
|
21811
21761
|
"parameters": [
|
|
21812
21762
|
{
|
|
21813
|
-
"name": "
|
|
21763
|
+
"name": "oldValue",
|
|
21814
21764
|
"type": {
|
|
21815
|
-
"text": "
|
|
21816
|
-
}
|
|
21817
|
-
"description": "the previous checked value"
|
|
21765
|
+
"text": "HTMLElement[]"
|
|
21766
|
+
}
|
|
21818
21767
|
},
|
|
21819
21768
|
{
|
|
21820
|
-
"name": "
|
|
21821
|
-
"optional": true,
|
|
21769
|
+
"name": "newValue",
|
|
21822
21770
|
"type": {
|
|
21823
|
-
"text": "
|
|
21824
|
-
}
|
|
21825
|
-
"description": "the current checked value"
|
|
21771
|
+
"text": "HTMLElement[]"
|
|
21772
|
+
}
|
|
21826
21773
|
}
|
|
21827
21774
|
],
|
|
21828
|
-
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
21829
21775
|
"inheritedFrom": {
|
|
21830
|
-
"name": "
|
|
21831
|
-
"module": "src/
|
|
21776
|
+
"name": "Menu",
|
|
21777
|
+
"module": "src/menu/menu.ts"
|
|
21832
21778
|
}
|
|
21833
21779
|
},
|
|
21834
21780
|
{
|
|
21835
21781
|
"kind": "field",
|
|
21836
|
-
"name": "
|
|
21782
|
+
"name": "menuItems",
|
|
21837
21783
|
"type": {
|
|
21838
|
-
"text": "
|
|
21784
|
+
"text": "Element[] | undefined"
|
|
21839
21785
|
},
|
|
21840
|
-
"privacy": "
|
|
21841
|
-
"description": "The default slotted content.",
|
|
21786
|
+
"privacy": "private",
|
|
21842
21787
|
"inheritedFrom": {
|
|
21843
|
-
"name": "
|
|
21844
|
-
"module": "src/
|
|
21788
|
+
"name": "Menu",
|
|
21789
|
+
"module": "src/menu/menu.ts"
|
|
21845
21790
|
}
|
|
21846
21791
|
},
|
|
21847
21792
|
{
|
|
21848
21793
|
"kind": "field",
|
|
21849
|
-
"name": "
|
|
21794
|
+
"name": "expandedItem",
|
|
21850
21795
|
"type": {
|
|
21851
|
-
"text": "
|
|
21796
|
+
"text": "MenuItem | null"
|
|
21852
21797
|
},
|
|
21853
|
-
"privacy": "
|
|
21854
|
-
"default": "
|
|
21855
|
-
"description": "The defaultSelected state of the option.",
|
|
21798
|
+
"privacy": "private",
|
|
21799
|
+
"default": "null",
|
|
21856
21800
|
"inheritedFrom": {
|
|
21857
|
-
"name": "
|
|
21858
|
-
"module": "src/
|
|
21801
|
+
"name": "Menu",
|
|
21802
|
+
"module": "src/menu/menu.ts"
|
|
21859
21803
|
}
|
|
21860
21804
|
},
|
|
21861
21805
|
{
|
|
21862
|
-
"kind": "
|
|
21863
|
-
"name": "
|
|
21864
|
-
"
|
|
21865
|
-
|
|
21866
|
-
"type": {
|
|
21867
|
-
"text": "void"
|
|
21868
|
-
}
|
|
21806
|
+
"kind": "field",
|
|
21807
|
+
"name": "focusIndex",
|
|
21808
|
+
"type": {
|
|
21809
|
+
"text": "number"
|
|
21869
21810
|
},
|
|
21811
|
+
"privacy": "private",
|
|
21812
|
+
"default": "-1",
|
|
21813
|
+
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
21870
21814
|
"inheritedFrom": {
|
|
21871
|
-
"name": "
|
|
21872
|
-
"module": "src/
|
|
21815
|
+
"name": "Menu",
|
|
21816
|
+
"module": "src/menu/menu.ts"
|
|
21873
21817
|
}
|
|
21874
21818
|
},
|
|
21875
21819
|
{
|
|
21876
21820
|
"kind": "field",
|
|
21877
|
-
"name": "
|
|
21821
|
+
"name": "focusableElementRoles",
|
|
21878
21822
|
"type": {
|
|
21879
|
-
"text": "
|
|
21823
|
+
"text": "{ [key: string]: string }"
|
|
21880
21824
|
},
|
|
21881
|
-
"privacy": "
|
|
21882
|
-
"
|
|
21825
|
+
"privacy": "private",
|
|
21826
|
+
"static": true,
|
|
21827
|
+
"default": "roleForMenuItem",
|
|
21883
21828
|
"inheritedFrom": {
|
|
21884
|
-
"name": "
|
|
21885
|
-
"module": "src/
|
|
21829
|
+
"name": "Menu",
|
|
21830
|
+
"module": "src/menu/menu.ts"
|
|
21886
21831
|
}
|
|
21887
21832
|
},
|
|
21888
21833
|
{
|
|
21889
21834
|
"kind": "method",
|
|
21890
|
-
"name": "
|
|
21891
|
-
"privacy": "
|
|
21835
|
+
"name": "focus",
|
|
21836
|
+
"privacy": "public",
|
|
21892
21837
|
"return": {
|
|
21893
21838
|
"type": {
|
|
21894
21839
|
"text": "void"
|
|
21895
21840
|
}
|
|
21896
21841
|
},
|
|
21897
|
-
"
|
|
21898
|
-
{
|
|
21899
|
-
"name": "prev",
|
|
21900
|
-
"type": {
|
|
21901
|
-
"text": "boolean"
|
|
21902
|
-
}
|
|
21903
|
-
},
|
|
21904
|
-
{
|
|
21905
|
-
"name": "next",
|
|
21906
|
-
"type": {
|
|
21907
|
-
"text": "boolean"
|
|
21908
|
-
}
|
|
21909
|
-
}
|
|
21910
|
-
],
|
|
21911
|
-
"inheritedFrom": {
|
|
21912
|
-
"name": "ListboxOption",
|
|
21913
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21914
|
-
}
|
|
21915
|
-
},
|
|
21916
|
-
{
|
|
21917
|
-
"kind": "field",
|
|
21918
|
-
"name": "selectedAttribute",
|
|
21919
|
-
"type": {
|
|
21920
|
-
"text": "boolean"
|
|
21921
|
-
},
|
|
21922
|
-
"privacy": "public",
|
|
21923
|
-
"description": "The selected attribute value. This sets the initial selected value.",
|
|
21842
|
+
"description": "Focuses the first item in the menu.",
|
|
21924
21843
|
"inheritedFrom": {
|
|
21925
|
-
"name": "
|
|
21926
|
-
"module": "src/
|
|
21844
|
+
"name": "Menu",
|
|
21845
|
+
"module": "src/menu/menu.ts"
|
|
21927
21846
|
}
|
|
21928
21847
|
},
|
|
21929
21848
|
{
|
|
21930
21849
|
"kind": "method",
|
|
21931
|
-
"name": "
|
|
21932
|
-
"privacy": "
|
|
21850
|
+
"name": "collapseExpandedItem",
|
|
21851
|
+
"privacy": "public",
|
|
21933
21852
|
"return": {
|
|
21934
21853
|
"type": {
|
|
21935
21854
|
"text": "void"
|
|
21936
21855
|
}
|
|
21937
21856
|
},
|
|
21857
|
+
"description": "Collapses any expanded menu items.",
|
|
21938
21858
|
"inheritedFrom": {
|
|
21939
|
-
"name": "
|
|
21940
|
-
"module": "src/
|
|
21859
|
+
"name": "Menu",
|
|
21860
|
+
"module": "src/menu/menu.ts"
|
|
21941
21861
|
}
|
|
21942
21862
|
},
|
|
21943
21863
|
{
|
|
21944
21864
|
"kind": "field",
|
|
21945
|
-
"name": "
|
|
21946
|
-
"
|
|
21947
|
-
"text": "boolean"
|
|
21948
|
-
},
|
|
21949
|
-
"privacy": "public",
|
|
21950
|
-
"description": "The checked state of the control.",
|
|
21865
|
+
"name": "handleItemFocus",
|
|
21866
|
+
"privacy": "private",
|
|
21951
21867
|
"inheritedFrom": {
|
|
21952
|
-
"name": "
|
|
21953
|
-
"module": "src/
|
|
21868
|
+
"name": "Menu",
|
|
21869
|
+
"module": "src/menu/menu.ts"
|
|
21870
|
+
}
|
|
21871
|
+
},
|
|
21872
|
+
{
|
|
21873
|
+
"kind": "field",
|
|
21874
|
+
"name": "handleExpandedChanged",
|
|
21875
|
+
"privacy": "private",
|
|
21876
|
+
"inheritedFrom": {
|
|
21877
|
+
"name": "Menu",
|
|
21878
|
+
"module": "src/menu/menu.ts"
|
|
21879
|
+
}
|
|
21880
|
+
},
|
|
21881
|
+
{
|
|
21882
|
+
"kind": "field",
|
|
21883
|
+
"name": "removeItemListeners",
|
|
21884
|
+
"privacy": "private",
|
|
21885
|
+
"inheritedFrom": {
|
|
21886
|
+
"name": "Menu",
|
|
21887
|
+
"module": "src/menu/menu.ts"
|
|
21888
|
+
}
|
|
21889
|
+
},
|
|
21890
|
+
{
|
|
21891
|
+
"kind": "field",
|
|
21892
|
+
"name": "setItems",
|
|
21893
|
+
"privacy": "private",
|
|
21894
|
+
"inheritedFrom": {
|
|
21895
|
+
"name": "Menu",
|
|
21896
|
+
"module": "src/menu/menu.ts"
|
|
21897
|
+
}
|
|
21898
|
+
},
|
|
21899
|
+
{
|
|
21900
|
+
"kind": "field",
|
|
21901
|
+
"name": "changeHandler",
|
|
21902
|
+
"privacy": "private",
|
|
21903
|
+
"description": "handle change from child element",
|
|
21904
|
+
"inheritedFrom": {
|
|
21905
|
+
"name": "Menu",
|
|
21906
|
+
"module": "src/menu/menu.ts"
|
|
21954
21907
|
}
|
|
21955
21908
|
},
|
|
21956
21909
|
{
|
|
21957
21910
|
"kind": "method",
|
|
21958
|
-
"name": "
|
|
21959
|
-
"privacy": "
|
|
21911
|
+
"name": "domChildren",
|
|
21912
|
+
"privacy": "private",
|
|
21960
21913
|
"return": {
|
|
21961
21914
|
"type": {
|
|
21962
|
-
"text": "
|
|
21915
|
+
"text": "Element[]"
|
|
21963
21916
|
}
|
|
21964
21917
|
},
|
|
21918
|
+
"description": "get an array of valid DOM children",
|
|
21965
21919
|
"inheritedFrom": {
|
|
21966
|
-
"name": "
|
|
21967
|
-
"module": "src/
|
|
21920
|
+
"name": "Menu",
|
|
21921
|
+
"module": "src/menu/menu.ts"
|
|
21968
21922
|
}
|
|
21969
21923
|
},
|
|
21970
21924
|
{
|
|
21971
21925
|
"kind": "field",
|
|
21972
|
-
"name": "
|
|
21973
|
-
"
|
|
21974
|
-
|
|
21975
|
-
},
|
|
21976
|
-
"privacy": "public",
|
|
21977
|
-
"default": "false",
|
|
21978
|
-
"description": "Track whether the value has been changed from the initial value",
|
|
21926
|
+
"name": "isMenuItemElement",
|
|
21927
|
+
"privacy": "private",
|
|
21928
|
+
"description": "check if the item is a menu item",
|
|
21979
21929
|
"inheritedFrom": {
|
|
21980
|
-
"name": "
|
|
21981
|
-
"module": "src/
|
|
21930
|
+
"name": "Menu",
|
|
21931
|
+
"module": "src/menu/menu.ts"
|
|
21982
21932
|
}
|
|
21983
21933
|
},
|
|
21984
21934
|
{
|
|
21985
21935
|
"kind": "field",
|
|
21986
|
-
"name": "
|
|
21987
|
-
"
|
|
21988
|
-
|
|
21989
|
-
},
|
|
21990
|
-
"privacy": "protected",
|
|
21991
|
-
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
21936
|
+
"name": "isFocusableElement",
|
|
21937
|
+
"privacy": "private",
|
|
21938
|
+
"description": "check if the item is focusable",
|
|
21992
21939
|
"inheritedFrom": {
|
|
21993
|
-
"name": "
|
|
21994
|
-
"module": "src/
|
|
21940
|
+
"name": "Menu",
|
|
21941
|
+
"module": "src/menu/menu.ts"
|
|
21995
21942
|
}
|
|
21996
21943
|
},
|
|
21997
21944
|
{
|
|
21998
21945
|
"kind": "method",
|
|
21999
|
-
"name": "
|
|
22000
|
-
"privacy": "
|
|
21946
|
+
"name": "setFocus",
|
|
21947
|
+
"privacy": "private",
|
|
22001
21948
|
"return": {
|
|
22002
21949
|
"type": {
|
|
22003
21950
|
"text": "void"
|
|
@@ -22005,75 +21952,21 @@
|
|
|
22005
21952
|
},
|
|
22006
21953
|
"parameters": [
|
|
22007
21954
|
{
|
|
22008
|
-
"name": "
|
|
21955
|
+
"name": "focusIndex",
|
|
22009
21956
|
"type": {
|
|
22010
|
-
"text": "
|
|
21957
|
+
"text": "number"
|
|
22011
21958
|
}
|
|
22012
21959
|
},
|
|
22013
21960
|
{
|
|
22014
|
-
"name": "
|
|
21961
|
+
"name": "adjustment",
|
|
22015
21962
|
"type": {
|
|
22016
|
-
"text": "
|
|
21963
|
+
"text": "number"
|
|
22017
21964
|
}
|
|
22018
21965
|
}
|
|
22019
21966
|
],
|
|
22020
21967
|
"inheritedFrom": {
|
|
22021
|
-
"name": "
|
|
22022
|
-
"module": "src/
|
|
22023
|
-
}
|
|
22024
|
-
},
|
|
22025
|
-
{
|
|
22026
|
-
"kind": "field",
|
|
22027
|
-
"name": "label",
|
|
22028
|
-
"privacy": "public",
|
|
22029
|
-
"inheritedFrom": {
|
|
22030
|
-
"name": "ListboxOption",
|
|
22031
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22032
|
-
}
|
|
22033
|
-
},
|
|
22034
|
-
{
|
|
22035
|
-
"kind": "field",
|
|
22036
|
-
"name": "text",
|
|
22037
|
-
"type": {
|
|
22038
|
-
"text": "string"
|
|
22039
|
-
},
|
|
22040
|
-
"privacy": "public",
|
|
22041
|
-
"inheritedFrom": {
|
|
22042
|
-
"name": "ListboxOption",
|
|
22043
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22044
|
-
}
|
|
22045
|
-
},
|
|
22046
|
-
{
|
|
22047
|
-
"kind": "field",
|
|
22048
|
-
"name": "value",
|
|
22049
|
-
"privacy": "public",
|
|
22050
|
-
"type": {
|
|
22051
|
-
"text": "string"
|
|
22052
|
-
},
|
|
22053
|
-
"inheritedFrom": {
|
|
22054
|
-
"name": "ListboxOption",
|
|
22055
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22056
|
-
}
|
|
22057
|
-
},
|
|
22058
|
-
{
|
|
22059
|
-
"kind": "field",
|
|
22060
|
-
"name": "form",
|
|
22061
|
-
"type": {
|
|
22062
|
-
"text": "HTMLFormElement | null"
|
|
22063
|
-
},
|
|
22064
|
-
"privacy": "public",
|
|
22065
|
-
"inheritedFrom": {
|
|
22066
|
-
"name": "ListboxOption",
|
|
22067
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
22068
|
-
}
|
|
22069
|
-
},
|
|
22070
|
-
{
|
|
22071
|
-
"kind": "field",
|
|
22072
|
-
"name": "proxy",
|
|
22073
|
-
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
22074
|
-
"inheritedFrom": {
|
|
22075
|
-
"name": "ListboxOption",
|
|
22076
|
-
"module": "src/listbox-option/listbox-option.ts"
|
|
21968
|
+
"name": "Menu",
|
|
21969
|
+
"module": "src/menu/menu.ts"
|
|
22077
21970
|
}
|
|
22078
21971
|
},
|
|
22079
21972
|
{
|
|
@@ -22191,7 +22084,7 @@
|
|
|
22191
22084
|
},
|
|
22192
22085
|
{
|
|
22193
22086
|
"kind": "variable",
|
|
22194
|
-
"name": "
|
|
22087
|
+
"name": "foundationMenuShadowOptions",
|
|
22195
22088
|
"type": {
|
|
22196
22089
|
"text": "ShadowRootInit"
|
|
22197
22090
|
},
|
|
@@ -22199,7 +22092,7 @@
|
|
|
22199
22092
|
},
|
|
22200
22093
|
{
|
|
22201
22094
|
"kind": "variable",
|
|
22202
|
-
"name": "
|
|
22095
|
+
"name": "defaultMenuConfig",
|
|
22203
22096
|
"type": {
|
|
22204
22097
|
"text": "object"
|
|
22205
22098
|
},
|
|
@@ -22207,47 +22100,49 @@
|
|
|
22207
22100
|
},
|
|
22208
22101
|
{
|
|
22209
22102
|
"kind": "variable",
|
|
22210
|
-
"name": "
|
|
22103
|
+
"name": "foundationMenu",
|
|
22104
|
+
"description": "The Foundation Menu",
|
|
22105
|
+
"privacy": "public"
|
|
22211
22106
|
}
|
|
22212
22107
|
],
|
|
22213
22108
|
"exports": [
|
|
22214
22109
|
{
|
|
22215
22110
|
"kind": "js",
|
|
22216
|
-
"name": "
|
|
22111
|
+
"name": "Menu",
|
|
22217
22112
|
"declaration": {
|
|
22218
|
-
"name": "
|
|
22219
|
-
"module": "src/
|
|
22113
|
+
"name": "Menu",
|
|
22114
|
+
"module": "src/menu/menu.ts"
|
|
22220
22115
|
}
|
|
22221
22116
|
},
|
|
22222
22117
|
{
|
|
22223
22118
|
"kind": "js",
|
|
22224
|
-
"name": "
|
|
22119
|
+
"name": "foundationMenuShadowOptions",
|
|
22225
22120
|
"declaration": {
|
|
22226
|
-
"name": "
|
|
22227
|
-
"module": "src/
|
|
22121
|
+
"name": "foundationMenuShadowOptions",
|
|
22122
|
+
"module": "src/menu/menu.ts"
|
|
22228
22123
|
}
|
|
22229
22124
|
},
|
|
22230
22125
|
{
|
|
22231
22126
|
"kind": "js",
|
|
22232
|
-
"name": "
|
|
22127
|
+
"name": "defaultMenuConfig",
|
|
22233
22128
|
"declaration": {
|
|
22234
|
-
"name": "
|
|
22235
|
-
"module": "src/
|
|
22129
|
+
"name": "defaultMenuConfig",
|
|
22130
|
+
"module": "src/menu/menu.ts"
|
|
22236
22131
|
}
|
|
22237
22132
|
},
|
|
22238
22133
|
{
|
|
22239
22134
|
"kind": "js",
|
|
22240
|
-
"name": "
|
|
22135
|
+
"name": "foundationMenu",
|
|
22241
22136
|
"declaration": {
|
|
22242
|
-
"name": "
|
|
22243
|
-
"module": "src/
|
|
22137
|
+
"name": "foundationMenu",
|
|
22138
|
+
"module": "src/menu/menu.ts"
|
|
22244
22139
|
}
|
|
22245
22140
|
}
|
|
22246
22141
|
]
|
|
22247
22142
|
},
|
|
22248
22143
|
{
|
|
22249
22144
|
"kind": "javascript-module",
|
|
22250
|
-
"path": "src/
|
|
22145
|
+
"path": "src/listbox-option/index.ts",
|
|
22251
22146
|
"declarations": [],
|
|
22252
22147
|
"exports": [
|
|
22253
22148
|
{
|
|
@@ -22255,7 +22150,7 @@
|
|
|
22255
22150
|
"name": "*",
|
|
22256
22151
|
"declaration": {
|
|
22257
22152
|
"name": "*",
|
|
22258
|
-
"package": "./
|
|
22153
|
+
"package": "./listbox-option.template"
|
|
22259
22154
|
}
|
|
22260
22155
|
},
|
|
22261
22156
|
{
|
|
@@ -22263,7 +22158,7 @@
|
|
|
22263
22158
|
"name": "*",
|
|
22264
22159
|
"declaration": {
|
|
22265
22160
|
"name": "*",
|
|
22266
|
-
"package": "./
|
|
22161
|
+
"package": "./listbox-option.styles"
|
|
22267
22162
|
}
|
|
22268
22163
|
},
|
|
22269
22164
|
{
|
|
@@ -22271,18 +22166,18 @@
|
|
|
22271
22166
|
"name": "*",
|
|
22272
22167
|
"declaration": {
|
|
22273
22168
|
"name": "*",
|
|
22274
|
-
"package": "./
|
|
22169
|
+
"package": "./listbox-option"
|
|
22275
22170
|
}
|
|
22276
22171
|
}
|
|
22277
22172
|
]
|
|
22278
22173
|
},
|
|
22279
22174
|
{
|
|
22280
22175
|
"kind": "javascript-module",
|
|
22281
|
-
"path": "src/
|
|
22176
|
+
"path": "src/listbox-option/listbox-option.styles.ts",
|
|
22282
22177
|
"declarations": [
|
|
22283
22178
|
{
|
|
22284
22179
|
"kind": "function",
|
|
22285
|
-
"name": "
|
|
22180
|
+
"name": "foundationListboxOptionStyles",
|
|
22286
22181
|
"return": {
|
|
22287
22182
|
"type": {
|
|
22288
22183
|
"text": "ElementStyles"
|
|
@@ -22307,24 +22202,24 @@
|
|
|
22307
22202
|
"exports": [
|
|
22308
22203
|
{
|
|
22309
22204
|
"kind": "js",
|
|
22310
|
-
"name": "
|
|
22205
|
+
"name": "foundationListboxOptionStyles",
|
|
22311
22206
|
"declaration": {
|
|
22312
|
-
"name": "
|
|
22313
|
-
"module": "src/
|
|
22207
|
+
"name": "foundationListboxOptionStyles",
|
|
22208
|
+
"module": "src/listbox-option/listbox-option.styles.ts"
|
|
22314
22209
|
}
|
|
22315
22210
|
}
|
|
22316
22211
|
]
|
|
22317
22212
|
},
|
|
22318
22213
|
{
|
|
22319
22214
|
"kind": "javascript-module",
|
|
22320
|
-
"path": "src/
|
|
22215
|
+
"path": "src/listbox-option/listbox-option.template.ts",
|
|
22321
22216
|
"declarations": [
|
|
22322
22217
|
{
|
|
22323
22218
|
"kind": "function",
|
|
22324
|
-
"name": "
|
|
22219
|
+
"name": "foundationListboxOptionTemplate",
|
|
22325
22220
|
"return": {
|
|
22326
22221
|
"type": {
|
|
22327
|
-
"text": "ViewTemplate<
|
|
22222
|
+
"text": "ViewTemplate<ListboxOption>"
|
|
22328
22223
|
}
|
|
22329
22224
|
},
|
|
22330
22225
|
"parameters": [
|
|
@@ -22346,33 +22241,83 @@
|
|
|
22346
22241
|
"exports": [
|
|
22347
22242
|
{
|
|
22348
22243
|
"kind": "js",
|
|
22349
|
-
"name": "
|
|
22244
|
+
"name": "foundationListboxOptionTemplate",
|
|
22350
22245
|
"declaration": {
|
|
22351
|
-
"name": "
|
|
22352
|
-
"module": "src/
|
|
22246
|
+
"name": "foundationListboxOptionTemplate",
|
|
22247
|
+
"module": "src/listbox-option/listbox-option.template.ts"
|
|
22353
22248
|
}
|
|
22354
22249
|
}
|
|
22355
22250
|
]
|
|
22356
22251
|
},
|
|
22357
22252
|
{
|
|
22358
22253
|
"kind": "javascript-module",
|
|
22359
|
-
"path": "src/
|
|
22254
|
+
"path": "src/listbox-option/listbox-option.ts",
|
|
22360
22255
|
"declarations": [
|
|
22361
22256
|
{
|
|
22362
22257
|
"kind": "class",
|
|
22363
22258
|
"description": "",
|
|
22364
|
-
"name": "
|
|
22259
|
+
"name": "ListboxOption",
|
|
22365
22260
|
"superclass": {
|
|
22366
|
-
"name": "
|
|
22261
|
+
"name": "FASTListboxOption",
|
|
22367
22262
|
"package": "@microsoft/fast-components"
|
|
22368
22263
|
},
|
|
22369
|
-
"tagName": "%%prefix%%-
|
|
22264
|
+
"tagName": "%%prefix%%-option",
|
|
22370
22265
|
"customElement": true,
|
|
22266
|
+
"attributes": [
|
|
22267
|
+
{
|
|
22268
|
+
"type": {
|
|
22269
|
+
"text": "boolean"
|
|
22270
|
+
},
|
|
22271
|
+
"description": "The disabled state of the option.",
|
|
22272
|
+
"fieldName": "disabled",
|
|
22273
|
+
"inheritedFrom": {
|
|
22274
|
+
"name": "ListboxOption",
|
|
22275
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22276
|
+
}
|
|
22277
|
+
},
|
|
22278
|
+
{
|
|
22279
|
+
"name": "selected",
|
|
22280
|
+
"type": {
|
|
22281
|
+
"text": "boolean"
|
|
22282
|
+
},
|
|
22283
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22284
|
+
"fieldName": "selectedAttribute",
|
|
22285
|
+
"inheritedFrom": {
|
|
22286
|
+
"name": "ListboxOption",
|
|
22287
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22288
|
+
}
|
|
22289
|
+
},
|
|
22290
|
+
{
|
|
22291
|
+
"name": "value",
|
|
22292
|
+
"type": {
|
|
22293
|
+
"text": "string"
|
|
22294
|
+
},
|
|
22295
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22296
|
+
"fieldName": "initialValue",
|
|
22297
|
+
"inheritedFrom": {
|
|
22298
|
+
"name": "ListboxOption",
|
|
22299
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22300
|
+
}
|
|
22301
|
+
}
|
|
22302
|
+
],
|
|
22371
22303
|
"members": [
|
|
22304
|
+
{
|
|
22305
|
+
"kind": "field",
|
|
22306
|
+
"name": "checked",
|
|
22307
|
+
"type": {
|
|
22308
|
+
"text": "boolean | undefined"
|
|
22309
|
+
},
|
|
22310
|
+
"privacy": "public",
|
|
22311
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
22312
|
+
"inheritedFrom": {
|
|
22313
|
+
"name": "ListboxOption",
|
|
22314
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22315
|
+
}
|
|
22316
|
+
},
|
|
22372
22317
|
{
|
|
22373
22318
|
"kind": "method",
|
|
22374
|
-
"name": "
|
|
22375
|
-
"privacy": "
|
|
22319
|
+
"name": "checkedChanged",
|
|
22320
|
+
"privacy": "public",
|
|
22376
22321
|
"return": {
|
|
22377
22322
|
"type": {
|
|
22378
22323
|
"text": "void"
|
|
@@ -22380,191 +22325,194 @@
|
|
|
22380
22325
|
},
|
|
22381
22326
|
"parameters": [
|
|
22382
22327
|
{
|
|
22383
|
-
"name": "
|
|
22328
|
+
"name": "prev",
|
|
22384
22329
|
"type": {
|
|
22385
|
-
"text": "
|
|
22386
|
-
}
|
|
22330
|
+
"text": "boolean | unknown"
|
|
22331
|
+
},
|
|
22332
|
+
"description": "the previous checked value"
|
|
22387
22333
|
},
|
|
22388
22334
|
{
|
|
22389
|
-
"name": "
|
|
22335
|
+
"name": "next",
|
|
22336
|
+
"optional": true,
|
|
22390
22337
|
"type": {
|
|
22391
|
-
"text": "
|
|
22392
|
-
}
|
|
22338
|
+
"text": "boolean"
|
|
22339
|
+
},
|
|
22340
|
+
"description": "the current checked value"
|
|
22393
22341
|
}
|
|
22394
22342
|
],
|
|
22343
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
22395
22344
|
"inheritedFrom": {
|
|
22396
|
-
"name": "
|
|
22397
|
-
"module": "src/
|
|
22345
|
+
"name": "ListboxOption",
|
|
22346
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22398
22347
|
}
|
|
22399
22348
|
},
|
|
22400
22349
|
{
|
|
22401
22350
|
"kind": "field",
|
|
22402
|
-
"name": "
|
|
22351
|
+
"name": "content",
|
|
22403
22352
|
"type": {
|
|
22404
|
-
"text": "
|
|
22353
|
+
"text": "Node[]"
|
|
22405
22354
|
},
|
|
22406
|
-
"privacy": "
|
|
22355
|
+
"privacy": "public",
|
|
22356
|
+
"description": "The default slotted content.",
|
|
22407
22357
|
"inheritedFrom": {
|
|
22408
|
-
"name": "
|
|
22409
|
-
"module": "src/
|
|
22358
|
+
"name": "ListboxOption",
|
|
22359
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22410
22360
|
}
|
|
22411
22361
|
},
|
|
22412
22362
|
{
|
|
22413
22363
|
"kind": "field",
|
|
22414
|
-
"name": "
|
|
22364
|
+
"name": "defaultSelected",
|
|
22415
22365
|
"type": {
|
|
22416
|
-
"text": "
|
|
22366
|
+
"text": "boolean"
|
|
22417
22367
|
},
|
|
22418
|
-
"privacy": "
|
|
22419
|
-
"default": "
|
|
22368
|
+
"privacy": "public",
|
|
22369
|
+
"default": "false",
|
|
22370
|
+
"description": "The defaultSelected state of the option.",
|
|
22420
22371
|
"inheritedFrom": {
|
|
22421
|
-
"name": "
|
|
22422
|
-
"module": "src/
|
|
22372
|
+
"name": "ListboxOption",
|
|
22373
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22423
22374
|
}
|
|
22424
22375
|
},
|
|
22425
22376
|
{
|
|
22426
|
-
"kind": "
|
|
22427
|
-
"name": "
|
|
22428
|
-
"
|
|
22429
|
-
|
|
22377
|
+
"kind": "method",
|
|
22378
|
+
"name": "defaultSelectedChanged",
|
|
22379
|
+
"privacy": "protected",
|
|
22380
|
+
"return": {
|
|
22381
|
+
"type": {
|
|
22382
|
+
"text": "void"
|
|
22383
|
+
}
|
|
22430
22384
|
},
|
|
22431
|
-
"privacy": "private",
|
|
22432
|
-
"default": "-1",
|
|
22433
|
-
"description": "The index of the focusable element in the items array\ndefaults to -1",
|
|
22434
22385
|
"inheritedFrom": {
|
|
22435
|
-
"name": "
|
|
22436
|
-
"module": "src/
|
|
22386
|
+
"name": "ListboxOption",
|
|
22387
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22437
22388
|
}
|
|
22438
22389
|
},
|
|
22439
22390
|
{
|
|
22440
22391
|
"kind": "field",
|
|
22441
|
-
"name": "
|
|
22392
|
+
"name": "disabled",
|
|
22442
22393
|
"type": {
|
|
22443
|
-
"text": "
|
|
22394
|
+
"text": "boolean"
|
|
22444
22395
|
},
|
|
22445
|
-
"privacy": "private",
|
|
22446
|
-
"static": true,
|
|
22447
|
-
"default": "roleForMenuItem",
|
|
22448
|
-
"inheritedFrom": {
|
|
22449
|
-
"name": "Menu",
|
|
22450
|
-
"module": "src/menu/menu.ts"
|
|
22451
|
-
}
|
|
22452
|
-
},
|
|
22453
|
-
{
|
|
22454
|
-
"kind": "method",
|
|
22455
|
-
"name": "focus",
|
|
22456
22396
|
"privacy": "public",
|
|
22457
|
-
"
|
|
22458
|
-
"type": {
|
|
22459
|
-
"text": "void"
|
|
22460
|
-
}
|
|
22461
|
-
},
|
|
22462
|
-
"description": "Focuses the first item in the menu.",
|
|
22397
|
+
"description": "The disabled state of the option.",
|
|
22463
22398
|
"inheritedFrom": {
|
|
22464
|
-
"name": "
|
|
22465
|
-
"module": "src/
|
|
22399
|
+
"name": "ListboxOption",
|
|
22400
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22466
22401
|
}
|
|
22467
22402
|
},
|
|
22468
22403
|
{
|
|
22469
22404
|
"kind": "method",
|
|
22470
|
-
"name": "
|
|
22471
|
-
"privacy": "
|
|
22405
|
+
"name": "disabledChanged",
|
|
22406
|
+
"privacy": "protected",
|
|
22472
22407
|
"return": {
|
|
22473
22408
|
"type": {
|
|
22474
22409
|
"text": "void"
|
|
22475
22410
|
}
|
|
22476
22411
|
},
|
|
22477
|
-
"
|
|
22478
|
-
|
|
22479
|
-
|
|
22480
|
-
|
|
22481
|
-
|
|
22482
|
-
|
|
22483
|
-
|
|
22484
|
-
|
|
22485
|
-
|
|
22486
|
-
|
|
22487
|
-
|
|
22488
|
-
|
|
22489
|
-
|
|
22490
|
-
|
|
22491
|
-
},
|
|
22492
|
-
{
|
|
22493
|
-
"kind": "field",
|
|
22494
|
-
"name": "handleExpandedChanged",
|
|
22495
|
-
"privacy": "private",
|
|
22412
|
+
"parameters": [
|
|
22413
|
+
{
|
|
22414
|
+
"name": "prev",
|
|
22415
|
+
"type": {
|
|
22416
|
+
"text": "boolean"
|
|
22417
|
+
}
|
|
22418
|
+
},
|
|
22419
|
+
{
|
|
22420
|
+
"name": "next",
|
|
22421
|
+
"type": {
|
|
22422
|
+
"text": "boolean"
|
|
22423
|
+
}
|
|
22424
|
+
}
|
|
22425
|
+
],
|
|
22496
22426
|
"inheritedFrom": {
|
|
22497
|
-
"name": "
|
|
22498
|
-
"module": "src/
|
|
22427
|
+
"name": "ListboxOption",
|
|
22428
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22499
22429
|
}
|
|
22500
22430
|
},
|
|
22501
22431
|
{
|
|
22502
22432
|
"kind": "field",
|
|
22503
|
-
"name": "
|
|
22504
|
-
"
|
|
22433
|
+
"name": "selectedAttribute",
|
|
22434
|
+
"type": {
|
|
22435
|
+
"text": "boolean"
|
|
22436
|
+
},
|
|
22437
|
+
"privacy": "public",
|
|
22438
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22505
22439
|
"inheritedFrom": {
|
|
22506
|
-
"name": "
|
|
22507
|
-
"module": "src/
|
|
22440
|
+
"name": "ListboxOption",
|
|
22441
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22508
22442
|
}
|
|
22509
22443
|
},
|
|
22510
22444
|
{
|
|
22511
|
-
"kind": "
|
|
22512
|
-
"name": "
|
|
22513
|
-
"privacy": "
|
|
22445
|
+
"kind": "method",
|
|
22446
|
+
"name": "selectedAttributeChanged",
|
|
22447
|
+
"privacy": "protected",
|
|
22448
|
+
"return": {
|
|
22449
|
+
"type": {
|
|
22450
|
+
"text": "void"
|
|
22451
|
+
}
|
|
22452
|
+
},
|
|
22514
22453
|
"inheritedFrom": {
|
|
22515
|
-
"name": "
|
|
22516
|
-
"module": "src/
|
|
22454
|
+
"name": "ListboxOption",
|
|
22455
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22517
22456
|
}
|
|
22518
22457
|
},
|
|
22519
22458
|
{
|
|
22520
22459
|
"kind": "field",
|
|
22521
|
-
"name": "
|
|
22522
|
-
"
|
|
22523
|
-
|
|
22460
|
+
"name": "selected",
|
|
22461
|
+
"type": {
|
|
22462
|
+
"text": "boolean"
|
|
22463
|
+
},
|
|
22464
|
+
"privacy": "public",
|
|
22465
|
+
"description": "The checked state of the control.",
|
|
22524
22466
|
"inheritedFrom": {
|
|
22525
|
-
"name": "
|
|
22526
|
-
"module": "src/
|
|
22467
|
+
"name": "ListboxOption",
|
|
22468
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22527
22469
|
}
|
|
22528
22470
|
},
|
|
22529
22471
|
{
|
|
22530
22472
|
"kind": "method",
|
|
22531
|
-
"name": "
|
|
22532
|
-
"privacy": "
|
|
22473
|
+
"name": "selectedChanged",
|
|
22474
|
+
"privacy": "protected",
|
|
22533
22475
|
"return": {
|
|
22534
22476
|
"type": {
|
|
22535
|
-
"text": "
|
|
22477
|
+
"text": "void"
|
|
22536
22478
|
}
|
|
22537
22479
|
},
|
|
22538
|
-
"description": "get an array of valid DOM children",
|
|
22539
22480
|
"inheritedFrom": {
|
|
22540
|
-
"name": "
|
|
22541
|
-
"module": "src/
|
|
22481
|
+
"name": "ListboxOption",
|
|
22482
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22542
22483
|
}
|
|
22543
22484
|
},
|
|
22544
22485
|
{
|
|
22545
22486
|
"kind": "field",
|
|
22546
|
-
"name": "
|
|
22547
|
-
"
|
|
22548
|
-
|
|
22487
|
+
"name": "dirtyValue",
|
|
22488
|
+
"type": {
|
|
22489
|
+
"text": "boolean"
|
|
22490
|
+
},
|
|
22491
|
+
"privacy": "public",
|
|
22492
|
+
"default": "false",
|
|
22493
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
22549
22494
|
"inheritedFrom": {
|
|
22550
|
-
"name": "
|
|
22551
|
-
"module": "src/
|
|
22495
|
+
"name": "ListboxOption",
|
|
22496
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22552
22497
|
}
|
|
22553
22498
|
},
|
|
22554
22499
|
{
|
|
22555
22500
|
"kind": "field",
|
|
22556
|
-
"name": "
|
|
22557
|
-
"
|
|
22558
|
-
|
|
22501
|
+
"name": "initialValue",
|
|
22502
|
+
"type": {
|
|
22503
|
+
"text": "string"
|
|
22504
|
+
},
|
|
22505
|
+
"privacy": "protected",
|
|
22506
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22559
22507
|
"inheritedFrom": {
|
|
22560
|
-
"name": "
|
|
22561
|
-
"module": "src/
|
|
22508
|
+
"name": "ListboxOption",
|
|
22509
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22562
22510
|
}
|
|
22563
22511
|
},
|
|
22564
22512
|
{
|
|
22565
22513
|
"kind": "method",
|
|
22566
|
-
"name": "
|
|
22567
|
-
"privacy": "
|
|
22514
|
+
"name": "initialValueChanged",
|
|
22515
|
+
"privacy": "public",
|
|
22568
22516
|
"return": {
|
|
22569
22517
|
"type": {
|
|
22570
22518
|
"text": "void"
|
|
@@ -22572,21 +22520,75 @@
|
|
|
22572
22520
|
},
|
|
22573
22521
|
"parameters": [
|
|
22574
22522
|
{
|
|
22575
|
-
"name": "
|
|
22523
|
+
"name": "previous",
|
|
22576
22524
|
"type": {
|
|
22577
|
-
"text": "
|
|
22525
|
+
"text": "string"
|
|
22578
22526
|
}
|
|
22579
22527
|
},
|
|
22580
22528
|
{
|
|
22581
|
-
"name": "
|
|
22529
|
+
"name": "next",
|
|
22582
22530
|
"type": {
|
|
22583
|
-
"text": "
|
|
22531
|
+
"text": "string"
|
|
22584
22532
|
}
|
|
22585
22533
|
}
|
|
22586
22534
|
],
|
|
22587
22535
|
"inheritedFrom": {
|
|
22588
|
-
"name": "
|
|
22589
|
-
"module": "src/
|
|
22536
|
+
"name": "ListboxOption",
|
|
22537
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22538
|
+
}
|
|
22539
|
+
},
|
|
22540
|
+
{
|
|
22541
|
+
"kind": "field",
|
|
22542
|
+
"name": "label",
|
|
22543
|
+
"privacy": "public",
|
|
22544
|
+
"inheritedFrom": {
|
|
22545
|
+
"name": "ListboxOption",
|
|
22546
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22547
|
+
}
|
|
22548
|
+
},
|
|
22549
|
+
{
|
|
22550
|
+
"kind": "field",
|
|
22551
|
+
"name": "text",
|
|
22552
|
+
"type": {
|
|
22553
|
+
"text": "string"
|
|
22554
|
+
},
|
|
22555
|
+
"privacy": "public",
|
|
22556
|
+
"inheritedFrom": {
|
|
22557
|
+
"name": "ListboxOption",
|
|
22558
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22559
|
+
}
|
|
22560
|
+
},
|
|
22561
|
+
{
|
|
22562
|
+
"kind": "field",
|
|
22563
|
+
"name": "value",
|
|
22564
|
+
"privacy": "public",
|
|
22565
|
+
"type": {
|
|
22566
|
+
"text": "string"
|
|
22567
|
+
},
|
|
22568
|
+
"inheritedFrom": {
|
|
22569
|
+
"name": "ListboxOption",
|
|
22570
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22571
|
+
}
|
|
22572
|
+
},
|
|
22573
|
+
{
|
|
22574
|
+
"kind": "field",
|
|
22575
|
+
"name": "form",
|
|
22576
|
+
"type": {
|
|
22577
|
+
"text": "HTMLFormElement | null"
|
|
22578
|
+
},
|
|
22579
|
+
"privacy": "public",
|
|
22580
|
+
"inheritedFrom": {
|
|
22581
|
+
"name": "ListboxOption",
|
|
22582
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22583
|
+
}
|
|
22584
|
+
},
|
|
22585
|
+
{
|
|
22586
|
+
"kind": "field",
|
|
22587
|
+
"name": "proxy",
|
|
22588
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
22589
|
+
"inheritedFrom": {
|
|
22590
|
+
"name": "ListboxOption",
|
|
22591
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22590
22592
|
}
|
|
22591
22593
|
},
|
|
22592
22594
|
{
|
|
@@ -22704,7 +22706,7 @@
|
|
|
22704
22706
|
},
|
|
22705
22707
|
{
|
|
22706
22708
|
"kind": "variable",
|
|
22707
|
-
"name": "
|
|
22709
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22708
22710
|
"type": {
|
|
22709
22711
|
"text": "ShadowRootInit"
|
|
22710
22712
|
},
|
|
@@ -22712,7 +22714,7 @@
|
|
|
22712
22714
|
},
|
|
22713
22715
|
{
|
|
22714
22716
|
"kind": "variable",
|
|
22715
|
-
"name": "
|
|
22717
|
+
"name": "defaultListboxOptionConfig",
|
|
22716
22718
|
"type": {
|
|
22717
22719
|
"text": "object"
|
|
22718
22720
|
},
|
|
@@ -22720,42 +22722,40 @@
|
|
|
22720
22722
|
},
|
|
22721
22723
|
{
|
|
22722
22724
|
"kind": "variable",
|
|
22723
|
-
"name": "
|
|
22724
|
-
"description": "The Foundation Menu",
|
|
22725
|
-
"privacy": "public"
|
|
22725
|
+
"name": "foundationListboxOption"
|
|
22726
22726
|
}
|
|
22727
22727
|
],
|
|
22728
22728
|
"exports": [
|
|
22729
22729
|
{
|
|
22730
22730
|
"kind": "js",
|
|
22731
|
-
"name": "
|
|
22731
|
+
"name": "ListboxOption",
|
|
22732
22732
|
"declaration": {
|
|
22733
|
-
"name": "
|
|
22734
|
-
"module": "src/
|
|
22733
|
+
"name": "ListboxOption",
|
|
22734
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22735
22735
|
}
|
|
22736
22736
|
},
|
|
22737
22737
|
{
|
|
22738
22738
|
"kind": "js",
|
|
22739
|
-
"name": "
|
|
22739
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22740
22740
|
"declaration": {
|
|
22741
|
-
"name": "
|
|
22742
|
-
"module": "src/
|
|
22741
|
+
"name": "foundationListboxOptionShadowOptions",
|
|
22742
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22743
22743
|
}
|
|
22744
22744
|
},
|
|
22745
22745
|
{
|
|
22746
22746
|
"kind": "js",
|
|
22747
|
-
"name": "
|
|
22747
|
+
"name": "defaultListboxOptionConfig",
|
|
22748
22748
|
"declaration": {
|
|
22749
|
-
"name": "
|
|
22750
|
-
"module": "src/
|
|
22749
|
+
"name": "defaultListboxOptionConfig",
|
|
22750
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22751
22751
|
}
|
|
22752
22752
|
},
|
|
22753
22753
|
{
|
|
22754
22754
|
"kind": "js",
|
|
22755
|
-
"name": "
|
|
22755
|
+
"name": "foundationListboxOption",
|
|
22756
22756
|
"declaration": {
|
|
22757
|
-
"name": "
|
|
22758
|
-
"module": "src/
|
|
22757
|
+
"name": "foundationListboxOption",
|
|
22758
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22759
22759
|
}
|
|
22760
22760
|
}
|
|
22761
22761
|
]
|
|
@@ -24519,324 +24519,6 @@
|
|
|
24519
24519
|
}
|
|
24520
24520
|
]
|
|
24521
24521
|
},
|
|
24522
|
-
{
|
|
24523
|
-
"kind": "javascript-module",
|
|
24524
|
-
"path": "src/notification-listener/index.ts",
|
|
24525
|
-
"declarations": [],
|
|
24526
|
-
"exports": [
|
|
24527
|
-
{
|
|
24528
|
-
"kind": "js",
|
|
24529
|
-
"name": "*",
|
|
24530
|
-
"declaration": {
|
|
24531
|
-
"name": "*",
|
|
24532
|
-
"package": "./notification-listener.template"
|
|
24533
|
-
}
|
|
24534
|
-
},
|
|
24535
|
-
{
|
|
24536
|
-
"kind": "js",
|
|
24537
|
-
"name": "*",
|
|
24538
|
-
"declaration": {
|
|
24539
|
-
"name": "*",
|
|
24540
|
-
"package": "./notification-listener"
|
|
24541
|
-
}
|
|
24542
|
-
}
|
|
24543
|
-
]
|
|
24544
|
-
},
|
|
24545
|
-
{
|
|
24546
|
-
"kind": "javascript-module",
|
|
24547
|
-
"path": "src/notification-listener/notification-listener.template.ts",
|
|
24548
|
-
"declarations": [
|
|
24549
|
-
{
|
|
24550
|
-
"kind": "variable",
|
|
24551
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24552
|
-
"type": {
|
|
24553
|
-
"text": "ViewTemplate<NotificationListener>"
|
|
24554
|
-
},
|
|
24555
|
-
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
24556
|
-
}
|
|
24557
|
-
],
|
|
24558
|
-
"exports": [
|
|
24559
|
-
{
|
|
24560
|
-
"kind": "js",
|
|
24561
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24562
|
-
"declaration": {
|
|
24563
|
-
"name": "foundationNotificationListenerTemplate",
|
|
24564
|
-
"module": "src/notification-listener/notification-listener.template.ts"
|
|
24565
|
-
}
|
|
24566
|
-
}
|
|
24567
|
-
]
|
|
24568
|
-
},
|
|
24569
|
-
{
|
|
24570
|
-
"kind": "javascript-module",
|
|
24571
|
-
"path": "src/notification-listener/notification-listener.ts",
|
|
24572
|
-
"declarations": [
|
|
24573
|
-
{
|
|
24574
|
-
"kind": "variable",
|
|
24575
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
24576
|
-
"type": {
|
|
24577
|
-
"text": "ShadowRootInit"
|
|
24578
|
-
},
|
|
24579
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
24580
|
-
},
|
|
24581
|
-
{
|
|
24582
|
-
"kind": "class",
|
|
24583
|
-
"description": "",
|
|
24584
|
-
"name": "NotificationListener",
|
|
24585
|
-
"members": [
|
|
24586
|
-
{
|
|
24587
|
-
"kind": "field",
|
|
24588
|
-
"name": "notificationListener",
|
|
24589
|
-
"type": {
|
|
24590
|
-
"text": "HTMLElement"
|
|
24591
|
-
}
|
|
24592
|
-
},
|
|
24593
|
-
{
|
|
24594
|
-
"kind": "field",
|
|
24595
|
-
"name": "resourceName",
|
|
24596
|
-
"description": "The resource name holding new and existing notifications",
|
|
24597
|
-
"privacy": "public"
|
|
24598
|
-
},
|
|
24599
|
-
{
|
|
24600
|
-
"kind": "field",
|
|
24601
|
-
"name": "closeTimeout",
|
|
24602
|
-
"type": {
|
|
24603
|
-
"text": "number"
|
|
24604
|
-
},
|
|
24605
|
-
"default": "0",
|
|
24606
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
24607
|
-
"privacy": "public"
|
|
24608
|
-
},
|
|
24609
|
-
{
|
|
24610
|
-
"kind": "field",
|
|
24611
|
-
"name": "toastButtons",
|
|
24612
|
-
"type": {
|
|
24613
|
-
"text": "ToastButton[]"
|
|
24614
|
-
},
|
|
24615
|
-
"default": "[]",
|
|
24616
|
-
"description": "Array of buttons for notification toasts",
|
|
24617
|
-
"privacy": "public"
|
|
24618
|
-
},
|
|
24619
|
-
{
|
|
24620
|
-
"kind": "field",
|
|
24621
|
-
"name": "dataSub",
|
|
24622
|
-
"type": {
|
|
24623
|
-
"text": "Subscription"
|
|
24624
|
-
},
|
|
24625
|
-
"privacy": "protected"
|
|
24626
|
-
},
|
|
24627
|
-
{
|
|
24628
|
-
"kind": "field",
|
|
24629
|
-
"name": "datasource",
|
|
24630
|
-
"type": {
|
|
24631
|
-
"text": "Datasource"
|
|
24632
|
-
},
|
|
24633
|
-
"privacy": "private"
|
|
24634
|
-
},
|
|
24635
|
-
{
|
|
24636
|
-
"kind": "method",
|
|
24637
|
-
"name": "handleStreamUpdate",
|
|
24638
|
-
"privacy": "private",
|
|
24639
|
-
"return": {
|
|
24640
|
-
"type": {
|
|
24641
|
-
"text": "void"
|
|
24642
|
-
}
|
|
24643
|
-
},
|
|
24644
|
-
"parameters": [
|
|
24645
|
-
{
|
|
24646
|
-
"name": "dataServerResult",
|
|
24647
|
-
"type": {
|
|
24648
|
-
"text": "any"
|
|
24649
|
-
}
|
|
24650
|
-
}
|
|
24651
|
-
]
|
|
24652
|
-
},
|
|
24653
|
-
{
|
|
24654
|
-
"kind": "method",
|
|
24655
|
-
"name": "showNotificationToast",
|
|
24656
|
-
"privacy": "protected",
|
|
24657
|
-
"return": {
|
|
24658
|
-
"type": {
|
|
24659
|
-
"text": "void"
|
|
24660
|
-
}
|
|
24661
|
-
},
|
|
24662
|
-
"parameters": [
|
|
24663
|
-
{
|
|
24664
|
-
"name": "row",
|
|
24665
|
-
"type": {
|
|
24666
|
-
"text": "NotificationDataRow"
|
|
24667
|
-
}
|
|
24668
|
-
}
|
|
24669
|
-
]
|
|
24670
|
-
},
|
|
24671
|
-
{
|
|
24672
|
-
"kind": "field",
|
|
24673
|
-
"name": "_presentation",
|
|
24674
|
-
"type": {
|
|
24675
|
-
"text": "ComponentPresentation | null | undefined"
|
|
24676
|
-
},
|
|
24677
|
-
"privacy": "private",
|
|
24678
|
-
"default": "void 0",
|
|
24679
|
-
"inheritedFrom": {
|
|
24680
|
-
"name": "FoundationElement",
|
|
24681
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24682
|
-
}
|
|
24683
|
-
},
|
|
24684
|
-
{
|
|
24685
|
-
"kind": "field",
|
|
24686
|
-
"name": "$presentation",
|
|
24687
|
-
"type": {
|
|
24688
|
-
"text": "ComponentPresentation | null"
|
|
24689
|
-
},
|
|
24690
|
-
"privacy": "public",
|
|
24691
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
24692
|
-
"inheritedFrom": {
|
|
24693
|
-
"name": "FoundationElement",
|
|
24694
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24695
|
-
}
|
|
24696
|
-
},
|
|
24697
|
-
{
|
|
24698
|
-
"kind": "field",
|
|
24699
|
-
"name": "template",
|
|
24700
|
-
"type": {
|
|
24701
|
-
"text": "ElementViewTemplate | void | null"
|
|
24702
|
-
},
|
|
24703
|
-
"privacy": "public",
|
|
24704
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
24705
|
-
"inheritedFrom": {
|
|
24706
|
-
"name": "FoundationElement",
|
|
24707
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24708
|
-
}
|
|
24709
|
-
},
|
|
24710
|
-
{
|
|
24711
|
-
"kind": "method",
|
|
24712
|
-
"name": "templateChanged",
|
|
24713
|
-
"privacy": "protected",
|
|
24714
|
-
"return": {
|
|
24715
|
-
"type": {
|
|
24716
|
-
"text": "void"
|
|
24717
|
-
}
|
|
24718
|
-
},
|
|
24719
|
-
"inheritedFrom": {
|
|
24720
|
-
"name": "FoundationElement",
|
|
24721
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24722
|
-
}
|
|
24723
|
-
},
|
|
24724
|
-
{
|
|
24725
|
-
"kind": "field",
|
|
24726
|
-
"name": "styles",
|
|
24727
|
-
"type": {
|
|
24728
|
-
"text": "ElementStyles | void | null"
|
|
24729
|
-
},
|
|
24730
|
-
"privacy": "public",
|
|
24731
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
24732
|
-
"inheritedFrom": {
|
|
24733
|
-
"name": "FoundationElement",
|
|
24734
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24735
|
-
}
|
|
24736
|
-
},
|
|
24737
|
-
{
|
|
24738
|
-
"kind": "method",
|
|
24739
|
-
"name": "stylesChanged",
|
|
24740
|
-
"privacy": "protected",
|
|
24741
|
-
"return": {
|
|
24742
|
-
"type": {
|
|
24743
|
-
"text": "void"
|
|
24744
|
-
}
|
|
24745
|
-
},
|
|
24746
|
-
"inheritedFrom": {
|
|
24747
|
-
"name": "FoundationElement",
|
|
24748
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24749
|
-
}
|
|
24750
|
-
},
|
|
24751
|
-
{
|
|
24752
|
-
"kind": "method",
|
|
24753
|
-
"name": "compose",
|
|
24754
|
-
"privacy": "public",
|
|
24755
|
-
"static": true,
|
|
24756
|
-
"return": {
|
|
24757
|
-
"type": {
|
|
24758
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
24759
|
-
}
|
|
24760
|
-
},
|
|
24761
|
-
"parameters": [
|
|
24762
|
-
{
|
|
24763
|
-
"name": "this",
|
|
24764
|
-
"type": {
|
|
24765
|
-
"text": "K"
|
|
24766
|
-
}
|
|
24767
|
-
},
|
|
24768
|
-
{
|
|
24769
|
-
"name": "elementDefinition",
|
|
24770
|
-
"type": {
|
|
24771
|
-
"text": "T"
|
|
24772
|
-
},
|
|
24773
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
24774
|
-
}
|
|
24775
|
-
],
|
|
24776
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
24777
|
-
"inheritedFrom": {
|
|
24778
|
-
"name": "FoundationElement",
|
|
24779
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
24780
|
-
}
|
|
24781
|
-
}
|
|
24782
|
-
],
|
|
24783
|
-
"attributes": [
|
|
24784
|
-
{
|
|
24785
|
-
"name": "resource-name",
|
|
24786
|
-
"description": "The resource name holding new and existing notifications",
|
|
24787
|
-
"fieldName": "resourceName"
|
|
24788
|
-
},
|
|
24789
|
-
{
|
|
24790
|
-
"name": "close-timeout",
|
|
24791
|
-
"type": {
|
|
24792
|
-
"text": "number"
|
|
24793
|
-
},
|
|
24794
|
-
"default": "0",
|
|
24795
|
-
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
24796
|
-
"fieldName": "closeTimeout"
|
|
24797
|
-
}
|
|
24798
|
-
],
|
|
24799
|
-
"superclass": {
|
|
24800
|
-
"name": "FoundationElement",
|
|
24801
|
-
"package": "@microsoft/fast-foundation"
|
|
24802
|
-
},
|
|
24803
|
-
"tagName": "%%prefix%%-notification-listener",
|
|
24804
|
-
"customElement": true
|
|
24805
|
-
},
|
|
24806
|
-
{
|
|
24807
|
-
"kind": "variable",
|
|
24808
|
-
"name": "foundationNotificationListener",
|
|
24809
|
-
"description": "The Foundation Notification Listener",
|
|
24810
|
-
"privacy": "public"
|
|
24811
|
-
}
|
|
24812
|
-
],
|
|
24813
|
-
"exports": [
|
|
24814
|
-
{
|
|
24815
|
-
"kind": "js",
|
|
24816
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
24817
|
-
"declaration": {
|
|
24818
|
-
"name": "foundationNotificationListenerShadowOptions",
|
|
24819
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
24820
|
-
}
|
|
24821
|
-
},
|
|
24822
|
-
{
|
|
24823
|
-
"kind": "js",
|
|
24824
|
-
"name": "NotificationListener",
|
|
24825
|
-
"declaration": {
|
|
24826
|
-
"name": "NotificationListener",
|
|
24827
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
24828
|
-
}
|
|
24829
|
-
},
|
|
24830
|
-
{
|
|
24831
|
-
"kind": "js",
|
|
24832
|
-
"name": "foundationNotificationListener",
|
|
24833
|
-
"declaration": {
|
|
24834
|
-
"name": "foundationNotificationListener",
|
|
24835
|
-
"module": "src/notification-listener/notification-listener.ts"
|
|
24836
|
-
}
|
|
24837
|
-
}
|
|
24838
|
-
]
|
|
24839
|
-
},
|
|
24840
24522
|
{
|
|
24841
24523
|
"kind": "javascript-module",
|
|
24842
24524
|
"path": "src/number-field/index.ts",
|
|
@@ -25638,6 +25320,324 @@
|
|
|
25638
25320
|
}
|
|
25639
25321
|
]
|
|
25640
25322
|
},
|
|
25323
|
+
{
|
|
25324
|
+
"kind": "javascript-module",
|
|
25325
|
+
"path": "src/notification-listener/index.ts",
|
|
25326
|
+
"declarations": [],
|
|
25327
|
+
"exports": [
|
|
25328
|
+
{
|
|
25329
|
+
"kind": "js",
|
|
25330
|
+
"name": "*",
|
|
25331
|
+
"declaration": {
|
|
25332
|
+
"name": "*",
|
|
25333
|
+
"package": "./notification-listener.template"
|
|
25334
|
+
}
|
|
25335
|
+
},
|
|
25336
|
+
{
|
|
25337
|
+
"kind": "js",
|
|
25338
|
+
"name": "*",
|
|
25339
|
+
"declaration": {
|
|
25340
|
+
"name": "*",
|
|
25341
|
+
"package": "./notification-listener"
|
|
25342
|
+
}
|
|
25343
|
+
}
|
|
25344
|
+
]
|
|
25345
|
+
},
|
|
25346
|
+
{
|
|
25347
|
+
"kind": "javascript-module",
|
|
25348
|
+
"path": "src/notification-listener/notification-listener.template.ts",
|
|
25349
|
+
"declarations": [
|
|
25350
|
+
{
|
|
25351
|
+
"kind": "variable",
|
|
25352
|
+
"name": "foundationNotificationListenerTemplate",
|
|
25353
|
+
"type": {
|
|
25354
|
+
"text": "ViewTemplate<NotificationListener>"
|
|
25355
|
+
},
|
|
25356
|
+
"default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
|
|
25357
|
+
}
|
|
25358
|
+
],
|
|
25359
|
+
"exports": [
|
|
25360
|
+
{
|
|
25361
|
+
"kind": "js",
|
|
25362
|
+
"name": "foundationNotificationListenerTemplate",
|
|
25363
|
+
"declaration": {
|
|
25364
|
+
"name": "foundationNotificationListenerTemplate",
|
|
25365
|
+
"module": "src/notification-listener/notification-listener.template.ts"
|
|
25366
|
+
}
|
|
25367
|
+
}
|
|
25368
|
+
]
|
|
25369
|
+
},
|
|
25370
|
+
{
|
|
25371
|
+
"kind": "javascript-module",
|
|
25372
|
+
"path": "src/notification-listener/notification-listener.ts",
|
|
25373
|
+
"declarations": [
|
|
25374
|
+
{
|
|
25375
|
+
"kind": "variable",
|
|
25376
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
25377
|
+
"type": {
|
|
25378
|
+
"text": "ShadowRootInit"
|
|
25379
|
+
},
|
|
25380
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
25381
|
+
},
|
|
25382
|
+
{
|
|
25383
|
+
"kind": "class",
|
|
25384
|
+
"description": "",
|
|
25385
|
+
"name": "NotificationListener",
|
|
25386
|
+
"members": [
|
|
25387
|
+
{
|
|
25388
|
+
"kind": "field",
|
|
25389
|
+
"name": "notificationListener",
|
|
25390
|
+
"type": {
|
|
25391
|
+
"text": "HTMLElement"
|
|
25392
|
+
}
|
|
25393
|
+
},
|
|
25394
|
+
{
|
|
25395
|
+
"kind": "field",
|
|
25396
|
+
"name": "resourceName",
|
|
25397
|
+
"description": "The resource name holding new and existing notifications",
|
|
25398
|
+
"privacy": "public"
|
|
25399
|
+
},
|
|
25400
|
+
{
|
|
25401
|
+
"kind": "field",
|
|
25402
|
+
"name": "closeTimeout",
|
|
25403
|
+
"type": {
|
|
25404
|
+
"text": "number"
|
|
25405
|
+
},
|
|
25406
|
+
"default": "0",
|
|
25407
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
25408
|
+
"privacy": "public"
|
|
25409
|
+
},
|
|
25410
|
+
{
|
|
25411
|
+
"kind": "field",
|
|
25412
|
+
"name": "toastButtons",
|
|
25413
|
+
"type": {
|
|
25414
|
+
"text": "ToastButton[]"
|
|
25415
|
+
},
|
|
25416
|
+
"default": "[]",
|
|
25417
|
+
"description": "Array of buttons for notification toasts",
|
|
25418
|
+
"privacy": "public"
|
|
25419
|
+
},
|
|
25420
|
+
{
|
|
25421
|
+
"kind": "field",
|
|
25422
|
+
"name": "dataSub",
|
|
25423
|
+
"type": {
|
|
25424
|
+
"text": "Subscription"
|
|
25425
|
+
},
|
|
25426
|
+
"privacy": "protected"
|
|
25427
|
+
},
|
|
25428
|
+
{
|
|
25429
|
+
"kind": "field",
|
|
25430
|
+
"name": "datasource",
|
|
25431
|
+
"type": {
|
|
25432
|
+
"text": "Datasource"
|
|
25433
|
+
},
|
|
25434
|
+
"privacy": "private"
|
|
25435
|
+
},
|
|
25436
|
+
{
|
|
25437
|
+
"kind": "method",
|
|
25438
|
+
"name": "handleStreamUpdate",
|
|
25439
|
+
"privacy": "private",
|
|
25440
|
+
"return": {
|
|
25441
|
+
"type": {
|
|
25442
|
+
"text": "void"
|
|
25443
|
+
}
|
|
25444
|
+
},
|
|
25445
|
+
"parameters": [
|
|
25446
|
+
{
|
|
25447
|
+
"name": "dataServerResult",
|
|
25448
|
+
"type": {
|
|
25449
|
+
"text": "any"
|
|
25450
|
+
}
|
|
25451
|
+
}
|
|
25452
|
+
]
|
|
25453
|
+
},
|
|
25454
|
+
{
|
|
25455
|
+
"kind": "method",
|
|
25456
|
+
"name": "showNotificationToast",
|
|
25457
|
+
"privacy": "protected",
|
|
25458
|
+
"return": {
|
|
25459
|
+
"type": {
|
|
25460
|
+
"text": "void"
|
|
25461
|
+
}
|
|
25462
|
+
},
|
|
25463
|
+
"parameters": [
|
|
25464
|
+
{
|
|
25465
|
+
"name": "row",
|
|
25466
|
+
"type": {
|
|
25467
|
+
"text": "NotificationDataRow"
|
|
25468
|
+
}
|
|
25469
|
+
}
|
|
25470
|
+
]
|
|
25471
|
+
},
|
|
25472
|
+
{
|
|
25473
|
+
"kind": "field",
|
|
25474
|
+
"name": "_presentation",
|
|
25475
|
+
"type": {
|
|
25476
|
+
"text": "ComponentPresentation | null | undefined"
|
|
25477
|
+
},
|
|
25478
|
+
"privacy": "private",
|
|
25479
|
+
"default": "void 0",
|
|
25480
|
+
"inheritedFrom": {
|
|
25481
|
+
"name": "FoundationElement",
|
|
25482
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25483
|
+
}
|
|
25484
|
+
},
|
|
25485
|
+
{
|
|
25486
|
+
"kind": "field",
|
|
25487
|
+
"name": "$presentation",
|
|
25488
|
+
"type": {
|
|
25489
|
+
"text": "ComponentPresentation | null"
|
|
25490
|
+
},
|
|
25491
|
+
"privacy": "public",
|
|
25492
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
25493
|
+
"inheritedFrom": {
|
|
25494
|
+
"name": "FoundationElement",
|
|
25495
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25496
|
+
}
|
|
25497
|
+
},
|
|
25498
|
+
{
|
|
25499
|
+
"kind": "field",
|
|
25500
|
+
"name": "template",
|
|
25501
|
+
"type": {
|
|
25502
|
+
"text": "ElementViewTemplate | void | null"
|
|
25503
|
+
},
|
|
25504
|
+
"privacy": "public",
|
|
25505
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
25506
|
+
"inheritedFrom": {
|
|
25507
|
+
"name": "FoundationElement",
|
|
25508
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25509
|
+
}
|
|
25510
|
+
},
|
|
25511
|
+
{
|
|
25512
|
+
"kind": "method",
|
|
25513
|
+
"name": "templateChanged",
|
|
25514
|
+
"privacy": "protected",
|
|
25515
|
+
"return": {
|
|
25516
|
+
"type": {
|
|
25517
|
+
"text": "void"
|
|
25518
|
+
}
|
|
25519
|
+
},
|
|
25520
|
+
"inheritedFrom": {
|
|
25521
|
+
"name": "FoundationElement",
|
|
25522
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25523
|
+
}
|
|
25524
|
+
},
|
|
25525
|
+
{
|
|
25526
|
+
"kind": "field",
|
|
25527
|
+
"name": "styles",
|
|
25528
|
+
"type": {
|
|
25529
|
+
"text": "ElementStyles | void | null"
|
|
25530
|
+
},
|
|
25531
|
+
"privacy": "public",
|
|
25532
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
25533
|
+
"inheritedFrom": {
|
|
25534
|
+
"name": "FoundationElement",
|
|
25535
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25536
|
+
}
|
|
25537
|
+
},
|
|
25538
|
+
{
|
|
25539
|
+
"kind": "method",
|
|
25540
|
+
"name": "stylesChanged",
|
|
25541
|
+
"privacy": "protected",
|
|
25542
|
+
"return": {
|
|
25543
|
+
"type": {
|
|
25544
|
+
"text": "void"
|
|
25545
|
+
}
|
|
25546
|
+
},
|
|
25547
|
+
"inheritedFrom": {
|
|
25548
|
+
"name": "FoundationElement",
|
|
25549
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25550
|
+
}
|
|
25551
|
+
},
|
|
25552
|
+
{
|
|
25553
|
+
"kind": "method",
|
|
25554
|
+
"name": "compose",
|
|
25555
|
+
"privacy": "public",
|
|
25556
|
+
"static": true,
|
|
25557
|
+
"return": {
|
|
25558
|
+
"type": {
|
|
25559
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
25560
|
+
}
|
|
25561
|
+
},
|
|
25562
|
+
"parameters": [
|
|
25563
|
+
{
|
|
25564
|
+
"name": "this",
|
|
25565
|
+
"type": {
|
|
25566
|
+
"text": "K"
|
|
25567
|
+
}
|
|
25568
|
+
},
|
|
25569
|
+
{
|
|
25570
|
+
"name": "elementDefinition",
|
|
25571
|
+
"type": {
|
|
25572
|
+
"text": "T"
|
|
25573
|
+
},
|
|
25574
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
25575
|
+
}
|
|
25576
|
+
],
|
|
25577
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
25578
|
+
"inheritedFrom": {
|
|
25579
|
+
"name": "FoundationElement",
|
|
25580
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
25581
|
+
}
|
|
25582
|
+
}
|
|
25583
|
+
],
|
|
25584
|
+
"attributes": [
|
|
25585
|
+
{
|
|
25586
|
+
"name": "resource-name",
|
|
25587
|
+
"description": "The resource name holding new and existing notifications",
|
|
25588
|
+
"fieldName": "resourceName"
|
|
25589
|
+
},
|
|
25590
|
+
{
|
|
25591
|
+
"name": "close-timeout",
|
|
25592
|
+
"type": {
|
|
25593
|
+
"text": "number"
|
|
25594
|
+
},
|
|
25595
|
+
"default": "0",
|
|
25596
|
+
"description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
|
|
25597
|
+
"fieldName": "closeTimeout"
|
|
25598
|
+
}
|
|
25599
|
+
],
|
|
25600
|
+
"superclass": {
|
|
25601
|
+
"name": "FoundationElement",
|
|
25602
|
+
"package": "@microsoft/fast-foundation"
|
|
25603
|
+
},
|
|
25604
|
+
"tagName": "%%prefix%%-notification-listener",
|
|
25605
|
+
"customElement": true
|
|
25606
|
+
},
|
|
25607
|
+
{
|
|
25608
|
+
"kind": "variable",
|
|
25609
|
+
"name": "foundationNotificationListener",
|
|
25610
|
+
"description": "The Foundation Notification Listener",
|
|
25611
|
+
"privacy": "public"
|
|
25612
|
+
}
|
|
25613
|
+
],
|
|
25614
|
+
"exports": [
|
|
25615
|
+
{
|
|
25616
|
+
"kind": "js",
|
|
25617
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
25618
|
+
"declaration": {
|
|
25619
|
+
"name": "foundationNotificationListenerShadowOptions",
|
|
25620
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
25621
|
+
}
|
|
25622
|
+
},
|
|
25623
|
+
{
|
|
25624
|
+
"kind": "js",
|
|
25625
|
+
"name": "NotificationListener",
|
|
25626
|
+
"declaration": {
|
|
25627
|
+
"name": "NotificationListener",
|
|
25628
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
25629
|
+
}
|
|
25630
|
+
},
|
|
25631
|
+
{
|
|
25632
|
+
"kind": "js",
|
|
25633
|
+
"name": "foundationNotificationListener",
|
|
25634
|
+
"declaration": {
|
|
25635
|
+
"name": "foundationNotificationListener",
|
|
25636
|
+
"module": "src/notification-listener/notification-listener.ts"
|
|
25637
|
+
}
|
|
25638
|
+
}
|
|
25639
|
+
]
|
|
25640
|
+
},
|
|
25641
25641
|
{
|
|
25642
25642
|
"kind": "javascript-module",
|
|
25643
25643
|
"path": "src/options-datasource/index.ts",
|
|
@@ -27458,21 +27458,6 @@
|
|
|
27458
27458
|
}
|
|
27459
27459
|
]
|
|
27460
27460
|
},
|
|
27461
|
-
{
|
|
27462
|
-
"kind": "javascript-module",
|
|
27463
|
-
"path": "src/overlays/index.ts",
|
|
27464
|
-
"declarations": [],
|
|
27465
|
-
"exports": [
|
|
27466
|
-
{
|
|
27467
|
-
"kind": "js",
|
|
27468
|
-
"name": "*",
|
|
27469
|
-
"declaration": {
|
|
27470
|
-
"name": "*",
|
|
27471
|
-
"package": "./system-health"
|
|
27472
|
-
}
|
|
27473
|
-
}
|
|
27474
|
-
]
|
|
27475
|
-
},
|
|
27476
27461
|
{
|
|
27477
27462
|
"kind": "javascript-module",
|
|
27478
27463
|
"path": "src/patterns/define.ts",
|
|
@@ -27573,6 +27558,21 @@
|
|
|
27573
27558
|
}
|
|
27574
27559
|
]
|
|
27575
27560
|
},
|
|
27561
|
+
{
|
|
27562
|
+
"kind": "javascript-module",
|
|
27563
|
+
"path": "src/overlays/index.ts",
|
|
27564
|
+
"declarations": [],
|
|
27565
|
+
"exports": [
|
|
27566
|
+
{
|
|
27567
|
+
"kind": "js",
|
|
27568
|
+
"name": "*",
|
|
27569
|
+
"declaration": {
|
|
27570
|
+
"name": "*",
|
|
27571
|
+
"package": "./system-health"
|
|
27572
|
+
}
|
|
27573
|
+
}
|
|
27574
|
+
]
|
|
27575
|
+
},
|
|
27576
27576
|
{
|
|
27577
27577
|
"kind": "javascript-module",
|
|
27578
27578
|
"path": "src/popper/index.ts",
|
|
@@ -31254,382 +31254,6 @@
|
|
|
31254
31254
|
}
|
|
31255
31255
|
]
|
|
31256
31256
|
},
|
|
31257
|
-
{
|
|
31258
|
-
"kind": "javascript-module",
|
|
31259
|
-
"path": "src/segmented-item/index.ts",
|
|
31260
|
-
"declarations": [],
|
|
31261
|
-
"exports": [
|
|
31262
|
-
{
|
|
31263
|
-
"kind": "js",
|
|
31264
|
-
"name": "*",
|
|
31265
|
-
"declaration": {
|
|
31266
|
-
"name": "*",
|
|
31267
|
-
"package": "./segmented-item.template"
|
|
31268
|
-
}
|
|
31269
|
-
},
|
|
31270
|
-
{
|
|
31271
|
-
"kind": "js",
|
|
31272
|
-
"name": "*",
|
|
31273
|
-
"declaration": {
|
|
31274
|
-
"name": "*",
|
|
31275
|
-
"package": "./segmented-item.styles"
|
|
31276
|
-
}
|
|
31277
|
-
},
|
|
31278
|
-
{
|
|
31279
|
-
"kind": "js",
|
|
31280
|
-
"name": "*",
|
|
31281
|
-
"declaration": {
|
|
31282
|
-
"name": "*",
|
|
31283
|
-
"package": "./segmented-item"
|
|
31284
|
-
}
|
|
31285
|
-
}
|
|
31286
|
-
]
|
|
31287
|
-
},
|
|
31288
|
-
{
|
|
31289
|
-
"kind": "javascript-module",
|
|
31290
|
-
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
31291
|
-
"declarations": [
|
|
31292
|
-
{
|
|
31293
|
-
"kind": "function",
|
|
31294
|
-
"name": "foundationSegmentedItemStyles",
|
|
31295
|
-
"return": {
|
|
31296
|
-
"type": {
|
|
31297
|
-
"text": "ElementStyles"
|
|
31298
|
-
}
|
|
31299
|
-
},
|
|
31300
|
-
"parameters": [
|
|
31301
|
-
{
|
|
31302
|
-
"name": "context",
|
|
31303
|
-
"type": {
|
|
31304
|
-
"text": "ElementDefinitionContext"
|
|
31305
|
-
}
|
|
31306
|
-
},
|
|
31307
|
-
{
|
|
31308
|
-
"name": "definition",
|
|
31309
|
-
"type": {
|
|
31310
|
-
"text": "RadioOptions"
|
|
31311
|
-
}
|
|
31312
|
-
}
|
|
31313
|
-
]
|
|
31314
|
-
}
|
|
31315
|
-
],
|
|
31316
|
-
"exports": [
|
|
31317
|
-
{
|
|
31318
|
-
"kind": "js",
|
|
31319
|
-
"name": "foundationSegmentedItemStyles",
|
|
31320
|
-
"declaration": {
|
|
31321
|
-
"name": "foundationSegmentedItemStyles",
|
|
31322
|
-
"module": "src/segmented-item/segmented-item.styles.ts"
|
|
31323
|
-
}
|
|
31324
|
-
}
|
|
31325
|
-
]
|
|
31326
|
-
},
|
|
31327
|
-
{
|
|
31328
|
-
"kind": "javascript-module",
|
|
31329
|
-
"path": "src/segmented-item/segmented-item.template.ts",
|
|
31330
|
-
"declarations": [
|
|
31331
|
-
{
|
|
31332
|
-
"kind": "function",
|
|
31333
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31334
|
-
"parameters": [
|
|
31335
|
-
{
|
|
31336
|
-
"name": "context",
|
|
31337
|
-
"type": {
|
|
31338
|
-
"text": "ElementDefinitionContext"
|
|
31339
|
-
}
|
|
31340
|
-
},
|
|
31341
|
-
{
|
|
31342
|
-
"name": "definition",
|
|
31343
|
-
"type": {
|
|
31344
|
-
"text": "RadioOptions"
|
|
31345
|
-
}
|
|
31346
|
-
}
|
|
31347
|
-
]
|
|
31348
|
-
}
|
|
31349
|
-
],
|
|
31350
|
-
"exports": [
|
|
31351
|
-
{
|
|
31352
|
-
"kind": "js",
|
|
31353
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31354
|
-
"declaration": {
|
|
31355
|
-
"name": "foundationSegmentedItemTemplate",
|
|
31356
|
-
"module": "src/segmented-item/segmented-item.template.ts"
|
|
31357
|
-
}
|
|
31358
|
-
}
|
|
31359
|
-
]
|
|
31360
|
-
},
|
|
31361
|
-
{
|
|
31362
|
-
"kind": "javascript-module",
|
|
31363
|
-
"path": "src/segmented-item/segmented-item.ts",
|
|
31364
|
-
"declarations": [
|
|
31365
|
-
{
|
|
31366
|
-
"kind": "class",
|
|
31367
|
-
"description": "",
|
|
31368
|
-
"name": "SegmentedItem",
|
|
31369
|
-
"superclass": {
|
|
31370
|
-
"name": "FASTRadio",
|
|
31371
|
-
"package": "@microsoft/fast-components"
|
|
31372
|
-
},
|
|
31373
|
-
"tagName": "%%prefix%%-segmented-item",
|
|
31374
|
-
"customElement": true,
|
|
31375
|
-
"attributes": [
|
|
31376
|
-
{
|
|
31377
|
-
"name": "readonly",
|
|
31378
|
-
"type": {
|
|
31379
|
-
"text": "boolean"
|
|
31380
|
-
},
|
|
31381
|
-
"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.",
|
|
31382
|
-
"fieldName": "readOnly",
|
|
31383
|
-
"inheritedFrom": {
|
|
31384
|
-
"name": "Radio",
|
|
31385
|
-
"module": "src/radio/radio.ts"
|
|
31386
|
-
}
|
|
31387
|
-
}
|
|
31388
|
-
],
|
|
31389
|
-
"members": [
|
|
31390
|
-
{
|
|
31391
|
-
"kind": "field",
|
|
31392
|
-
"name": "readOnly",
|
|
31393
|
-
"type": {
|
|
31394
|
-
"text": "boolean"
|
|
31395
|
-
},
|
|
31396
|
-
"privacy": "public",
|
|
31397
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
31398
|
-
"inheritedFrom": {
|
|
31399
|
-
"name": "Radio",
|
|
31400
|
-
"module": "src/radio/radio.ts"
|
|
31401
|
-
}
|
|
31402
|
-
},
|
|
31403
|
-
{
|
|
31404
|
-
"kind": "method",
|
|
31405
|
-
"name": "readOnlyChanged",
|
|
31406
|
-
"privacy": "private",
|
|
31407
|
-
"return": {
|
|
31408
|
-
"type": {
|
|
31409
|
-
"text": "void"
|
|
31410
|
-
}
|
|
31411
|
-
},
|
|
31412
|
-
"inheritedFrom": {
|
|
31413
|
-
"name": "Radio",
|
|
31414
|
-
"module": "src/radio/radio.ts"
|
|
31415
|
-
}
|
|
31416
|
-
},
|
|
31417
|
-
{
|
|
31418
|
-
"kind": "field",
|
|
31419
|
-
"name": "name",
|
|
31420
|
-
"type": {
|
|
31421
|
-
"text": "string"
|
|
31422
|
-
},
|
|
31423
|
-
"privacy": "public",
|
|
31424
|
-
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
31425
|
-
"inheritedFrom": {
|
|
31426
|
-
"name": "Radio",
|
|
31427
|
-
"module": "src/radio/radio.ts"
|
|
31428
|
-
}
|
|
31429
|
-
},
|
|
31430
|
-
{
|
|
31431
|
-
"kind": "method",
|
|
31432
|
-
"name": "isInsideRadioGroup",
|
|
31433
|
-
"privacy": "private",
|
|
31434
|
-
"return": {
|
|
31435
|
-
"type": {
|
|
31436
|
-
"text": "boolean"
|
|
31437
|
-
}
|
|
31438
|
-
},
|
|
31439
|
-
"inheritedFrom": {
|
|
31440
|
-
"name": "Radio",
|
|
31441
|
-
"module": "src/radio/radio.ts"
|
|
31442
|
-
}
|
|
31443
|
-
},
|
|
31444
|
-
{
|
|
31445
|
-
"kind": "field",
|
|
31446
|
-
"name": "proxy",
|
|
31447
|
-
"inheritedFrom": {
|
|
31448
|
-
"name": "Radio",
|
|
31449
|
-
"module": "src/radio/radio.ts"
|
|
31450
|
-
}
|
|
31451
|
-
},
|
|
31452
|
-
{
|
|
31453
|
-
"kind": "field",
|
|
31454
|
-
"name": "_presentation",
|
|
31455
|
-
"type": {
|
|
31456
|
-
"text": "ComponentPresentation | null | undefined"
|
|
31457
|
-
},
|
|
31458
|
-
"privacy": "private",
|
|
31459
|
-
"default": "void 0",
|
|
31460
|
-
"inheritedFrom": {
|
|
31461
|
-
"name": "Radio",
|
|
31462
|
-
"module": "src/radio/radio.ts"
|
|
31463
|
-
}
|
|
31464
|
-
},
|
|
31465
|
-
{
|
|
31466
|
-
"kind": "field",
|
|
31467
|
-
"name": "$presentation",
|
|
31468
|
-
"type": {
|
|
31469
|
-
"text": "ComponentPresentation | null"
|
|
31470
|
-
},
|
|
31471
|
-
"privacy": "public",
|
|
31472
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
31473
|
-
"inheritedFrom": {
|
|
31474
|
-
"name": "Radio",
|
|
31475
|
-
"module": "src/radio/radio.ts"
|
|
31476
|
-
}
|
|
31477
|
-
},
|
|
31478
|
-
{
|
|
31479
|
-
"kind": "field",
|
|
31480
|
-
"name": "template",
|
|
31481
|
-
"type": {
|
|
31482
|
-
"text": "ElementViewTemplate | void | null"
|
|
31483
|
-
},
|
|
31484
|
-
"privacy": "public",
|
|
31485
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
31486
|
-
"inheritedFrom": {
|
|
31487
|
-
"name": "Radio",
|
|
31488
|
-
"module": "src/radio/radio.ts"
|
|
31489
|
-
}
|
|
31490
|
-
},
|
|
31491
|
-
{
|
|
31492
|
-
"kind": "method",
|
|
31493
|
-
"name": "templateChanged",
|
|
31494
|
-
"privacy": "protected",
|
|
31495
|
-
"return": {
|
|
31496
|
-
"type": {
|
|
31497
|
-
"text": "void"
|
|
31498
|
-
}
|
|
31499
|
-
},
|
|
31500
|
-
"inheritedFrom": {
|
|
31501
|
-
"name": "Radio",
|
|
31502
|
-
"module": "src/radio/radio.ts"
|
|
31503
|
-
}
|
|
31504
|
-
},
|
|
31505
|
-
{
|
|
31506
|
-
"kind": "field",
|
|
31507
|
-
"name": "styles",
|
|
31508
|
-
"type": {
|
|
31509
|
-
"text": "ElementStyles | void | null"
|
|
31510
|
-
},
|
|
31511
|
-
"privacy": "public",
|
|
31512
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
31513
|
-
"inheritedFrom": {
|
|
31514
|
-
"name": "Radio",
|
|
31515
|
-
"module": "src/radio/radio.ts"
|
|
31516
|
-
}
|
|
31517
|
-
},
|
|
31518
|
-
{
|
|
31519
|
-
"kind": "method",
|
|
31520
|
-
"name": "stylesChanged",
|
|
31521
|
-
"privacy": "protected",
|
|
31522
|
-
"return": {
|
|
31523
|
-
"type": {
|
|
31524
|
-
"text": "void"
|
|
31525
|
-
}
|
|
31526
|
-
},
|
|
31527
|
-
"inheritedFrom": {
|
|
31528
|
-
"name": "Radio",
|
|
31529
|
-
"module": "src/radio/radio.ts"
|
|
31530
|
-
}
|
|
31531
|
-
},
|
|
31532
|
-
{
|
|
31533
|
-
"kind": "method",
|
|
31534
|
-
"name": "compose",
|
|
31535
|
-
"privacy": "public",
|
|
31536
|
-
"static": true,
|
|
31537
|
-
"return": {
|
|
31538
|
-
"type": {
|
|
31539
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
31540
|
-
}
|
|
31541
|
-
},
|
|
31542
|
-
"parameters": [
|
|
31543
|
-
{
|
|
31544
|
-
"name": "this",
|
|
31545
|
-
"type": {
|
|
31546
|
-
"text": "K"
|
|
31547
|
-
}
|
|
31548
|
-
},
|
|
31549
|
-
{
|
|
31550
|
-
"name": "elementDefinition",
|
|
31551
|
-
"type": {
|
|
31552
|
-
"text": "T"
|
|
31553
|
-
},
|
|
31554
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
31555
|
-
}
|
|
31556
|
-
],
|
|
31557
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
31558
|
-
"inheritedFrom": {
|
|
31559
|
-
"name": "Radio",
|
|
31560
|
-
"module": "src/radio/radio.ts"
|
|
31561
|
-
}
|
|
31562
|
-
}
|
|
31563
|
-
],
|
|
31564
|
-
"events": [
|
|
31565
|
-
{
|
|
31566
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
31567
|
-
"name": "change",
|
|
31568
|
-
"inheritedFrom": {
|
|
31569
|
-
"name": "Radio",
|
|
31570
|
-
"module": "src/radio/radio.ts"
|
|
31571
|
-
}
|
|
31572
|
-
}
|
|
31573
|
-
]
|
|
31574
|
-
},
|
|
31575
|
-
{
|
|
31576
|
-
"kind": "variable",
|
|
31577
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
31578
|
-
"type": {
|
|
31579
|
-
"text": "ShadowRootInit"
|
|
31580
|
-
},
|
|
31581
|
-
"default": "undefined"
|
|
31582
|
-
},
|
|
31583
|
-
{
|
|
31584
|
-
"kind": "variable",
|
|
31585
|
-
"name": "defaultSegmentedItemConfig",
|
|
31586
|
-
"type": {
|
|
31587
|
-
"text": "object"
|
|
31588
|
-
},
|
|
31589
|
-
"default": "{}"
|
|
31590
|
-
},
|
|
31591
|
-
{
|
|
31592
|
-
"kind": "variable",
|
|
31593
|
-
"name": "foundationSegmentedItem",
|
|
31594
|
-
"description": "The Foundation Segmented item",
|
|
31595
|
-
"privacy": "public"
|
|
31596
|
-
}
|
|
31597
|
-
],
|
|
31598
|
-
"exports": [
|
|
31599
|
-
{
|
|
31600
|
-
"kind": "js",
|
|
31601
|
-
"name": "SegmentedItem",
|
|
31602
|
-
"declaration": {
|
|
31603
|
-
"name": "SegmentedItem",
|
|
31604
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
31605
|
-
}
|
|
31606
|
-
},
|
|
31607
|
-
{
|
|
31608
|
-
"kind": "js",
|
|
31609
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
31610
|
-
"declaration": {
|
|
31611
|
-
"name": "foundationSegmentedItemShadowOptions",
|
|
31612
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
31613
|
-
}
|
|
31614
|
-
},
|
|
31615
|
-
{
|
|
31616
|
-
"kind": "js",
|
|
31617
|
-
"name": "defaultSegmentedItemConfig",
|
|
31618
|
-
"declaration": {
|
|
31619
|
-
"name": "defaultSegmentedItemConfig",
|
|
31620
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
31621
|
-
}
|
|
31622
|
-
},
|
|
31623
|
-
{
|
|
31624
|
-
"kind": "js",
|
|
31625
|
-
"name": "foundationSegmentedItem",
|
|
31626
|
-
"declaration": {
|
|
31627
|
-
"name": "foundationSegmentedItem",
|
|
31628
|
-
"module": "src/segmented-item/segmented-item.ts"
|
|
31629
|
-
}
|
|
31630
|
-
}
|
|
31631
|
-
]
|
|
31632
|
-
},
|
|
31633
31257
|
{
|
|
31634
31258
|
"kind": "javascript-module",
|
|
31635
31259
|
"path": "src/select/index.ts",
|
|
@@ -32265,6 +31889,382 @@
|
|
|
32265
31889
|
}
|
|
32266
31890
|
]
|
|
32267
31891
|
},
|
|
31892
|
+
{
|
|
31893
|
+
"kind": "javascript-module",
|
|
31894
|
+
"path": "src/segmented-item/index.ts",
|
|
31895
|
+
"declarations": [],
|
|
31896
|
+
"exports": [
|
|
31897
|
+
{
|
|
31898
|
+
"kind": "js",
|
|
31899
|
+
"name": "*",
|
|
31900
|
+
"declaration": {
|
|
31901
|
+
"name": "*",
|
|
31902
|
+
"package": "./segmented-item.template"
|
|
31903
|
+
}
|
|
31904
|
+
},
|
|
31905
|
+
{
|
|
31906
|
+
"kind": "js",
|
|
31907
|
+
"name": "*",
|
|
31908
|
+
"declaration": {
|
|
31909
|
+
"name": "*",
|
|
31910
|
+
"package": "./segmented-item.styles"
|
|
31911
|
+
}
|
|
31912
|
+
},
|
|
31913
|
+
{
|
|
31914
|
+
"kind": "js",
|
|
31915
|
+
"name": "*",
|
|
31916
|
+
"declaration": {
|
|
31917
|
+
"name": "*",
|
|
31918
|
+
"package": "./segmented-item"
|
|
31919
|
+
}
|
|
31920
|
+
}
|
|
31921
|
+
]
|
|
31922
|
+
},
|
|
31923
|
+
{
|
|
31924
|
+
"kind": "javascript-module",
|
|
31925
|
+
"path": "src/segmented-item/segmented-item.styles.ts",
|
|
31926
|
+
"declarations": [
|
|
31927
|
+
{
|
|
31928
|
+
"kind": "function",
|
|
31929
|
+
"name": "foundationSegmentedItemStyles",
|
|
31930
|
+
"return": {
|
|
31931
|
+
"type": {
|
|
31932
|
+
"text": "ElementStyles"
|
|
31933
|
+
}
|
|
31934
|
+
},
|
|
31935
|
+
"parameters": [
|
|
31936
|
+
{
|
|
31937
|
+
"name": "context",
|
|
31938
|
+
"type": {
|
|
31939
|
+
"text": "ElementDefinitionContext"
|
|
31940
|
+
}
|
|
31941
|
+
},
|
|
31942
|
+
{
|
|
31943
|
+
"name": "definition",
|
|
31944
|
+
"type": {
|
|
31945
|
+
"text": "RadioOptions"
|
|
31946
|
+
}
|
|
31947
|
+
}
|
|
31948
|
+
]
|
|
31949
|
+
}
|
|
31950
|
+
],
|
|
31951
|
+
"exports": [
|
|
31952
|
+
{
|
|
31953
|
+
"kind": "js",
|
|
31954
|
+
"name": "foundationSegmentedItemStyles",
|
|
31955
|
+
"declaration": {
|
|
31956
|
+
"name": "foundationSegmentedItemStyles",
|
|
31957
|
+
"module": "src/segmented-item/segmented-item.styles.ts"
|
|
31958
|
+
}
|
|
31959
|
+
}
|
|
31960
|
+
]
|
|
31961
|
+
},
|
|
31962
|
+
{
|
|
31963
|
+
"kind": "javascript-module",
|
|
31964
|
+
"path": "src/segmented-item/segmented-item.template.ts",
|
|
31965
|
+
"declarations": [
|
|
31966
|
+
{
|
|
31967
|
+
"kind": "function",
|
|
31968
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31969
|
+
"parameters": [
|
|
31970
|
+
{
|
|
31971
|
+
"name": "context",
|
|
31972
|
+
"type": {
|
|
31973
|
+
"text": "ElementDefinitionContext"
|
|
31974
|
+
}
|
|
31975
|
+
},
|
|
31976
|
+
{
|
|
31977
|
+
"name": "definition",
|
|
31978
|
+
"type": {
|
|
31979
|
+
"text": "RadioOptions"
|
|
31980
|
+
}
|
|
31981
|
+
}
|
|
31982
|
+
]
|
|
31983
|
+
}
|
|
31984
|
+
],
|
|
31985
|
+
"exports": [
|
|
31986
|
+
{
|
|
31987
|
+
"kind": "js",
|
|
31988
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31989
|
+
"declaration": {
|
|
31990
|
+
"name": "foundationSegmentedItemTemplate",
|
|
31991
|
+
"module": "src/segmented-item/segmented-item.template.ts"
|
|
31992
|
+
}
|
|
31993
|
+
}
|
|
31994
|
+
]
|
|
31995
|
+
},
|
|
31996
|
+
{
|
|
31997
|
+
"kind": "javascript-module",
|
|
31998
|
+
"path": "src/segmented-item/segmented-item.ts",
|
|
31999
|
+
"declarations": [
|
|
32000
|
+
{
|
|
32001
|
+
"kind": "class",
|
|
32002
|
+
"description": "",
|
|
32003
|
+
"name": "SegmentedItem",
|
|
32004
|
+
"superclass": {
|
|
32005
|
+
"name": "FASTRadio",
|
|
32006
|
+
"package": "@microsoft/fast-components"
|
|
32007
|
+
},
|
|
32008
|
+
"tagName": "%%prefix%%-segmented-item",
|
|
32009
|
+
"customElement": true,
|
|
32010
|
+
"attributes": [
|
|
32011
|
+
{
|
|
32012
|
+
"name": "readonly",
|
|
32013
|
+
"type": {
|
|
32014
|
+
"text": "boolean"
|
|
32015
|
+
},
|
|
32016
|
+
"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.",
|
|
32017
|
+
"fieldName": "readOnly",
|
|
32018
|
+
"inheritedFrom": {
|
|
32019
|
+
"name": "Radio",
|
|
32020
|
+
"module": "src/radio/radio.ts"
|
|
32021
|
+
}
|
|
32022
|
+
}
|
|
32023
|
+
],
|
|
32024
|
+
"members": [
|
|
32025
|
+
{
|
|
32026
|
+
"kind": "field",
|
|
32027
|
+
"name": "readOnly",
|
|
32028
|
+
"type": {
|
|
32029
|
+
"text": "boolean"
|
|
32030
|
+
},
|
|
32031
|
+
"privacy": "public",
|
|
32032
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
32033
|
+
"inheritedFrom": {
|
|
32034
|
+
"name": "Radio",
|
|
32035
|
+
"module": "src/radio/radio.ts"
|
|
32036
|
+
}
|
|
32037
|
+
},
|
|
32038
|
+
{
|
|
32039
|
+
"kind": "method",
|
|
32040
|
+
"name": "readOnlyChanged",
|
|
32041
|
+
"privacy": "private",
|
|
32042
|
+
"return": {
|
|
32043
|
+
"type": {
|
|
32044
|
+
"text": "void"
|
|
32045
|
+
}
|
|
32046
|
+
},
|
|
32047
|
+
"inheritedFrom": {
|
|
32048
|
+
"name": "Radio",
|
|
32049
|
+
"module": "src/radio/radio.ts"
|
|
32050
|
+
}
|
|
32051
|
+
},
|
|
32052
|
+
{
|
|
32053
|
+
"kind": "field",
|
|
32054
|
+
"name": "name",
|
|
32055
|
+
"type": {
|
|
32056
|
+
"text": "string"
|
|
32057
|
+
},
|
|
32058
|
+
"privacy": "public",
|
|
32059
|
+
"description": "The name of the radio. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname | name attribute} for more info.",
|
|
32060
|
+
"inheritedFrom": {
|
|
32061
|
+
"name": "Radio",
|
|
32062
|
+
"module": "src/radio/radio.ts"
|
|
32063
|
+
}
|
|
32064
|
+
},
|
|
32065
|
+
{
|
|
32066
|
+
"kind": "method",
|
|
32067
|
+
"name": "isInsideRadioGroup",
|
|
32068
|
+
"privacy": "private",
|
|
32069
|
+
"return": {
|
|
32070
|
+
"type": {
|
|
32071
|
+
"text": "boolean"
|
|
32072
|
+
}
|
|
32073
|
+
},
|
|
32074
|
+
"inheritedFrom": {
|
|
32075
|
+
"name": "Radio",
|
|
32076
|
+
"module": "src/radio/radio.ts"
|
|
32077
|
+
}
|
|
32078
|
+
},
|
|
32079
|
+
{
|
|
32080
|
+
"kind": "field",
|
|
32081
|
+
"name": "proxy",
|
|
32082
|
+
"inheritedFrom": {
|
|
32083
|
+
"name": "Radio",
|
|
32084
|
+
"module": "src/radio/radio.ts"
|
|
32085
|
+
}
|
|
32086
|
+
},
|
|
32087
|
+
{
|
|
32088
|
+
"kind": "field",
|
|
32089
|
+
"name": "_presentation",
|
|
32090
|
+
"type": {
|
|
32091
|
+
"text": "ComponentPresentation | null | undefined"
|
|
32092
|
+
},
|
|
32093
|
+
"privacy": "private",
|
|
32094
|
+
"default": "void 0",
|
|
32095
|
+
"inheritedFrom": {
|
|
32096
|
+
"name": "Radio",
|
|
32097
|
+
"module": "src/radio/radio.ts"
|
|
32098
|
+
}
|
|
32099
|
+
},
|
|
32100
|
+
{
|
|
32101
|
+
"kind": "field",
|
|
32102
|
+
"name": "$presentation",
|
|
32103
|
+
"type": {
|
|
32104
|
+
"text": "ComponentPresentation | null"
|
|
32105
|
+
},
|
|
32106
|
+
"privacy": "public",
|
|
32107
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
32108
|
+
"inheritedFrom": {
|
|
32109
|
+
"name": "Radio",
|
|
32110
|
+
"module": "src/radio/radio.ts"
|
|
32111
|
+
}
|
|
32112
|
+
},
|
|
32113
|
+
{
|
|
32114
|
+
"kind": "field",
|
|
32115
|
+
"name": "template",
|
|
32116
|
+
"type": {
|
|
32117
|
+
"text": "ElementViewTemplate | void | null"
|
|
32118
|
+
},
|
|
32119
|
+
"privacy": "public",
|
|
32120
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
32121
|
+
"inheritedFrom": {
|
|
32122
|
+
"name": "Radio",
|
|
32123
|
+
"module": "src/radio/radio.ts"
|
|
32124
|
+
}
|
|
32125
|
+
},
|
|
32126
|
+
{
|
|
32127
|
+
"kind": "method",
|
|
32128
|
+
"name": "templateChanged",
|
|
32129
|
+
"privacy": "protected",
|
|
32130
|
+
"return": {
|
|
32131
|
+
"type": {
|
|
32132
|
+
"text": "void"
|
|
32133
|
+
}
|
|
32134
|
+
},
|
|
32135
|
+
"inheritedFrom": {
|
|
32136
|
+
"name": "Radio",
|
|
32137
|
+
"module": "src/radio/radio.ts"
|
|
32138
|
+
}
|
|
32139
|
+
},
|
|
32140
|
+
{
|
|
32141
|
+
"kind": "field",
|
|
32142
|
+
"name": "styles",
|
|
32143
|
+
"type": {
|
|
32144
|
+
"text": "ElementStyles | void | null"
|
|
32145
|
+
},
|
|
32146
|
+
"privacy": "public",
|
|
32147
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
32148
|
+
"inheritedFrom": {
|
|
32149
|
+
"name": "Radio",
|
|
32150
|
+
"module": "src/radio/radio.ts"
|
|
32151
|
+
}
|
|
32152
|
+
},
|
|
32153
|
+
{
|
|
32154
|
+
"kind": "method",
|
|
32155
|
+
"name": "stylesChanged",
|
|
32156
|
+
"privacy": "protected",
|
|
32157
|
+
"return": {
|
|
32158
|
+
"type": {
|
|
32159
|
+
"text": "void"
|
|
32160
|
+
}
|
|
32161
|
+
},
|
|
32162
|
+
"inheritedFrom": {
|
|
32163
|
+
"name": "Radio",
|
|
32164
|
+
"module": "src/radio/radio.ts"
|
|
32165
|
+
}
|
|
32166
|
+
},
|
|
32167
|
+
{
|
|
32168
|
+
"kind": "method",
|
|
32169
|
+
"name": "compose",
|
|
32170
|
+
"privacy": "public",
|
|
32171
|
+
"static": true,
|
|
32172
|
+
"return": {
|
|
32173
|
+
"type": {
|
|
32174
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
32175
|
+
}
|
|
32176
|
+
},
|
|
32177
|
+
"parameters": [
|
|
32178
|
+
{
|
|
32179
|
+
"name": "this",
|
|
32180
|
+
"type": {
|
|
32181
|
+
"text": "K"
|
|
32182
|
+
}
|
|
32183
|
+
},
|
|
32184
|
+
{
|
|
32185
|
+
"name": "elementDefinition",
|
|
32186
|
+
"type": {
|
|
32187
|
+
"text": "T"
|
|
32188
|
+
},
|
|
32189
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
32190
|
+
}
|
|
32191
|
+
],
|
|
32192
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
32193
|
+
"inheritedFrom": {
|
|
32194
|
+
"name": "Radio",
|
|
32195
|
+
"module": "src/radio/radio.ts"
|
|
32196
|
+
}
|
|
32197
|
+
}
|
|
32198
|
+
],
|
|
32199
|
+
"events": [
|
|
32200
|
+
{
|
|
32201
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
32202
|
+
"name": "change",
|
|
32203
|
+
"inheritedFrom": {
|
|
32204
|
+
"name": "Radio",
|
|
32205
|
+
"module": "src/radio/radio.ts"
|
|
32206
|
+
}
|
|
32207
|
+
}
|
|
32208
|
+
]
|
|
32209
|
+
},
|
|
32210
|
+
{
|
|
32211
|
+
"kind": "variable",
|
|
32212
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
32213
|
+
"type": {
|
|
32214
|
+
"text": "ShadowRootInit"
|
|
32215
|
+
},
|
|
32216
|
+
"default": "undefined"
|
|
32217
|
+
},
|
|
32218
|
+
{
|
|
32219
|
+
"kind": "variable",
|
|
32220
|
+
"name": "defaultSegmentedItemConfig",
|
|
32221
|
+
"type": {
|
|
32222
|
+
"text": "object"
|
|
32223
|
+
},
|
|
32224
|
+
"default": "{}"
|
|
32225
|
+
},
|
|
32226
|
+
{
|
|
32227
|
+
"kind": "variable",
|
|
32228
|
+
"name": "foundationSegmentedItem",
|
|
32229
|
+
"description": "The Foundation Segmented item",
|
|
32230
|
+
"privacy": "public"
|
|
32231
|
+
}
|
|
32232
|
+
],
|
|
32233
|
+
"exports": [
|
|
32234
|
+
{
|
|
32235
|
+
"kind": "js",
|
|
32236
|
+
"name": "SegmentedItem",
|
|
32237
|
+
"declaration": {
|
|
32238
|
+
"name": "SegmentedItem",
|
|
32239
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
32240
|
+
}
|
|
32241
|
+
},
|
|
32242
|
+
{
|
|
32243
|
+
"kind": "js",
|
|
32244
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
32245
|
+
"declaration": {
|
|
32246
|
+
"name": "foundationSegmentedItemShadowOptions",
|
|
32247
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
32248
|
+
}
|
|
32249
|
+
},
|
|
32250
|
+
{
|
|
32251
|
+
"kind": "js",
|
|
32252
|
+
"name": "defaultSegmentedItemConfig",
|
|
32253
|
+
"declaration": {
|
|
32254
|
+
"name": "defaultSegmentedItemConfig",
|
|
32255
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
32256
|
+
}
|
|
32257
|
+
},
|
|
32258
|
+
{
|
|
32259
|
+
"kind": "js",
|
|
32260
|
+
"name": "foundationSegmentedItem",
|
|
32261
|
+
"declaration": {
|
|
32262
|
+
"name": "foundationSegmentedItem",
|
|
32263
|
+
"module": "src/segmented-item/segmented-item.ts"
|
|
32264
|
+
}
|
|
32265
|
+
}
|
|
32266
|
+
]
|
|
32267
|
+
},
|
|
32268
32268
|
{
|
|
32269
32269
|
"kind": "javascript-module",
|
|
32270
32270
|
"path": "src/skeleton/index.ts",
|
|
@@ -38796,6 +38796,327 @@
|
|
|
38796
38796
|
}
|
|
38797
38797
|
]
|
|
38798
38798
|
},
|
|
38799
|
+
{
|
|
38800
|
+
"kind": "javascript-module",
|
|
38801
|
+
"path": "src/toast/index.ts",
|
|
38802
|
+
"declarations": [],
|
|
38803
|
+
"exports": [
|
|
38804
|
+
{
|
|
38805
|
+
"kind": "js",
|
|
38806
|
+
"name": "*",
|
|
38807
|
+
"declaration": {
|
|
38808
|
+
"name": "*",
|
|
38809
|
+
"package": "./toast.styles"
|
|
38810
|
+
}
|
|
38811
|
+
},
|
|
38812
|
+
{
|
|
38813
|
+
"kind": "js",
|
|
38814
|
+
"name": "*",
|
|
38815
|
+
"declaration": {
|
|
38816
|
+
"name": "*",
|
|
38817
|
+
"package": "./toast.template"
|
|
38818
|
+
}
|
|
38819
|
+
},
|
|
38820
|
+
{
|
|
38821
|
+
"kind": "js",
|
|
38822
|
+
"name": "*",
|
|
38823
|
+
"declaration": {
|
|
38824
|
+
"name": "*",
|
|
38825
|
+
"package": "./toast"
|
|
38826
|
+
}
|
|
38827
|
+
}
|
|
38828
|
+
]
|
|
38829
|
+
},
|
|
38830
|
+
{
|
|
38831
|
+
"kind": "javascript-module",
|
|
38832
|
+
"path": "src/toast/toast.styles.ts",
|
|
38833
|
+
"declarations": [
|
|
38834
|
+
{
|
|
38835
|
+
"kind": "variable",
|
|
38836
|
+
"name": "foundationToastStyles",
|
|
38837
|
+
"type": {
|
|
38838
|
+
"text": "ElementStyles"
|
|
38839
|
+
},
|
|
38840
|
+
"default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
|
|
38841
|
+
}
|
|
38842
|
+
],
|
|
38843
|
+
"exports": [
|
|
38844
|
+
{
|
|
38845
|
+
"kind": "js",
|
|
38846
|
+
"name": "foundationToastStyles",
|
|
38847
|
+
"declaration": {
|
|
38848
|
+
"name": "foundationToastStyles",
|
|
38849
|
+
"module": "src/toast/toast.styles.ts"
|
|
38850
|
+
}
|
|
38851
|
+
}
|
|
38852
|
+
]
|
|
38853
|
+
},
|
|
38854
|
+
{
|
|
38855
|
+
"kind": "javascript-module",
|
|
38856
|
+
"path": "src/toast/toast.template.ts",
|
|
38857
|
+
"declarations": [
|
|
38858
|
+
{
|
|
38859
|
+
"kind": "variable",
|
|
38860
|
+
"name": "foundationToastTemplate",
|
|
38861
|
+
"type": {
|
|
38862
|
+
"text": "ViewTemplate<Toast>"
|
|
38863
|
+
},
|
|
38864
|
+
"default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
|
|
38865
|
+
}
|
|
38866
|
+
],
|
|
38867
|
+
"exports": [
|
|
38868
|
+
{
|
|
38869
|
+
"kind": "js",
|
|
38870
|
+
"name": "foundationToastTemplate",
|
|
38871
|
+
"declaration": {
|
|
38872
|
+
"name": "foundationToastTemplate",
|
|
38873
|
+
"module": "src/toast/toast.template.ts"
|
|
38874
|
+
}
|
|
38875
|
+
}
|
|
38876
|
+
]
|
|
38877
|
+
},
|
|
38878
|
+
{
|
|
38879
|
+
"kind": "javascript-module",
|
|
38880
|
+
"path": "src/toast/toast.ts",
|
|
38881
|
+
"declarations": [
|
|
38882
|
+
{
|
|
38883
|
+
"kind": "variable",
|
|
38884
|
+
"name": "foundationToastShadowOptions",
|
|
38885
|
+
"type": {
|
|
38886
|
+
"text": "ShadowRootInit"
|
|
38887
|
+
},
|
|
38888
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
38889
|
+
},
|
|
38890
|
+
{
|
|
38891
|
+
"kind": "variable",
|
|
38892
|
+
"name": "defaultToastConfig",
|
|
38893
|
+
"type": {
|
|
38894
|
+
"text": "object"
|
|
38895
|
+
},
|
|
38896
|
+
"default": "{}"
|
|
38897
|
+
},
|
|
38898
|
+
{
|
|
38899
|
+
"kind": "class",
|
|
38900
|
+
"description": "",
|
|
38901
|
+
"name": "Toast",
|
|
38902
|
+
"members": [
|
|
38903
|
+
{
|
|
38904
|
+
"kind": "field",
|
|
38905
|
+
"name": "toast",
|
|
38906
|
+
"type": {
|
|
38907
|
+
"text": "HTMLElement"
|
|
38908
|
+
},
|
|
38909
|
+
"privacy": "public"
|
|
38910
|
+
},
|
|
38911
|
+
{
|
|
38912
|
+
"kind": "field",
|
|
38913
|
+
"name": "deleteAnimation",
|
|
38914
|
+
"type": {
|
|
38915
|
+
"text": "string"
|
|
38916
|
+
},
|
|
38917
|
+
"default": "''"
|
|
38918
|
+
},
|
|
38919
|
+
{
|
|
38920
|
+
"kind": "field",
|
|
38921
|
+
"name": "closeTimeout",
|
|
38922
|
+
"type": {
|
|
38923
|
+
"text": "number"
|
|
38924
|
+
},
|
|
38925
|
+
"default": "10000"
|
|
38926
|
+
},
|
|
38927
|
+
{
|
|
38928
|
+
"kind": "field",
|
|
38929
|
+
"name": "autoClose",
|
|
38930
|
+
"type": {
|
|
38931
|
+
"text": "boolean"
|
|
38932
|
+
},
|
|
38933
|
+
"default": "false"
|
|
38934
|
+
},
|
|
38935
|
+
{
|
|
38936
|
+
"kind": "method",
|
|
38937
|
+
"name": "close",
|
|
38938
|
+
"privacy": "public",
|
|
38939
|
+
"description": "Remove the toast from display."
|
|
38940
|
+
},
|
|
38941
|
+
{
|
|
38942
|
+
"kind": "field",
|
|
38943
|
+
"name": "_presentation",
|
|
38944
|
+
"type": {
|
|
38945
|
+
"text": "ComponentPresentation | null | undefined"
|
|
38946
|
+
},
|
|
38947
|
+
"privacy": "private",
|
|
38948
|
+
"default": "void 0",
|
|
38949
|
+
"inheritedFrom": {
|
|
38950
|
+
"name": "FoundationElement",
|
|
38951
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38952
|
+
}
|
|
38953
|
+
},
|
|
38954
|
+
{
|
|
38955
|
+
"kind": "field",
|
|
38956
|
+
"name": "$presentation",
|
|
38957
|
+
"type": {
|
|
38958
|
+
"text": "ComponentPresentation | null"
|
|
38959
|
+
},
|
|
38960
|
+
"privacy": "public",
|
|
38961
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
38962
|
+
"inheritedFrom": {
|
|
38963
|
+
"name": "FoundationElement",
|
|
38964
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38965
|
+
}
|
|
38966
|
+
},
|
|
38967
|
+
{
|
|
38968
|
+
"kind": "field",
|
|
38969
|
+
"name": "template",
|
|
38970
|
+
"type": {
|
|
38971
|
+
"text": "ElementViewTemplate | void | null"
|
|
38972
|
+
},
|
|
38973
|
+
"privacy": "public",
|
|
38974
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
38975
|
+
"inheritedFrom": {
|
|
38976
|
+
"name": "FoundationElement",
|
|
38977
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38978
|
+
}
|
|
38979
|
+
},
|
|
38980
|
+
{
|
|
38981
|
+
"kind": "method",
|
|
38982
|
+
"name": "templateChanged",
|
|
38983
|
+
"privacy": "protected",
|
|
38984
|
+
"return": {
|
|
38985
|
+
"type": {
|
|
38986
|
+
"text": "void"
|
|
38987
|
+
}
|
|
38988
|
+
},
|
|
38989
|
+
"inheritedFrom": {
|
|
38990
|
+
"name": "FoundationElement",
|
|
38991
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
38992
|
+
}
|
|
38993
|
+
},
|
|
38994
|
+
{
|
|
38995
|
+
"kind": "field",
|
|
38996
|
+
"name": "styles",
|
|
38997
|
+
"type": {
|
|
38998
|
+
"text": "ElementStyles | void | null"
|
|
38999
|
+
},
|
|
39000
|
+
"privacy": "public",
|
|
39001
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
39002
|
+
"inheritedFrom": {
|
|
39003
|
+
"name": "FoundationElement",
|
|
39004
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39005
|
+
}
|
|
39006
|
+
},
|
|
39007
|
+
{
|
|
39008
|
+
"kind": "method",
|
|
39009
|
+
"name": "stylesChanged",
|
|
39010
|
+
"privacy": "protected",
|
|
39011
|
+
"return": {
|
|
39012
|
+
"type": {
|
|
39013
|
+
"text": "void"
|
|
39014
|
+
}
|
|
39015
|
+
},
|
|
39016
|
+
"inheritedFrom": {
|
|
39017
|
+
"name": "FoundationElement",
|
|
39018
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39019
|
+
}
|
|
39020
|
+
},
|
|
39021
|
+
{
|
|
39022
|
+
"kind": "method",
|
|
39023
|
+
"name": "compose",
|
|
39024
|
+
"privacy": "public",
|
|
39025
|
+
"static": true,
|
|
39026
|
+
"return": {
|
|
39027
|
+
"type": {
|
|
39028
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39029
|
+
}
|
|
39030
|
+
},
|
|
39031
|
+
"parameters": [
|
|
39032
|
+
{
|
|
39033
|
+
"name": "this",
|
|
39034
|
+
"type": {
|
|
39035
|
+
"text": "K"
|
|
39036
|
+
}
|
|
39037
|
+
},
|
|
39038
|
+
{
|
|
39039
|
+
"name": "elementDefinition",
|
|
39040
|
+
"type": {
|
|
39041
|
+
"text": "T"
|
|
39042
|
+
},
|
|
39043
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
39044
|
+
}
|
|
39045
|
+
],
|
|
39046
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39047
|
+
"inheritedFrom": {
|
|
39048
|
+
"name": "FoundationElement",
|
|
39049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39050
|
+
}
|
|
39051
|
+
}
|
|
39052
|
+
],
|
|
39053
|
+
"attributes": [
|
|
39054
|
+
{
|
|
39055
|
+
"name": "close-timeout",
|
|
39056
|
+
"type": {
|
|
39057
|
+
"text": "number"
|
|
39058
|
+
},
|
|
39059
|
+
"default": "10000",
|
|
39060
|
+
"fieldName": "closeTimeout"
|
|
39061
|
+
},
|
|
39062
|
+
{
|
|
39063
|
+
"name": "auto-close",
|
|
39064
|
+
"type": {
|
|
39065
|
+
"text": "boolean"
|
|
39066
|
+
},
|
|
39067
|
+
"default": "false",
|
|
39068
|
+
"fieldName": "autoClose"
|
|
39069
|
+
}
|
|
39070
|
+
],
|
|
39071
|
+
"superclass": {
|
|
39072
|
+
"name": "FoundationElement",
|
|
39073
|
+
"package": "@microsoft/fast-foundation"
|
|
39074
|
+
},
|
|
39075
|
+
"tagName": "%%prefix%%-toast",
|
|
39076
|
+
"customElement": true
|
|
39077
|
+
},
|
|
39078
|
+
{
|
|
39079
|
+
"kind": "variable",
|
|
39080
|
+
"name": "foundationToast",
|
|
39081
|
+
"description": "The Foundation Toast",
|
|
39082
|
+
"privacy": "public"
|
|
39083
|
+
}
|
|
39084
|
+
],
|
|
39085
|
+
"exports": [
|
|
39086
|
+
{
|
|
39087
|
+
"kind": "js",
|
|
39088
|
+
"name": "foundationToastShadowOptions",
|
|
39089
|
+
"declaration": {
|
|
39090
|
+
"name": "foundationToastShadowOptions",
|
|
39091
|
+
"module": "src/toast/toast.ts"
|
|
39092
|
+
}
|
|
39093
|
+
},
|
|
39094
|
+
{
|
|
39095
|
+
"kind": "js",
|
|
39096
|
+
"name": "defaultToastConfig",
|
|
39097
|
+
"declaration": {
|
|
39098
|
+
"name": "defaultToastConfig",
|
|
39099
|
+
"module": "src/toast/toast.ts"
|
|
39100
|
+
}
|
|
39101
|
+
},
|
|
39102
|
+
{
|
|
39103
|
+
"kind": "js",
|
|
39104
|
+
"name": "Toast",
|
|
39105
|
+
"declaration": {
|
|
39106
|
+
"name": "Toast",
|
|
39107
|
+
"module": "src/toast/toast.ts"
|
|
39108
|
+
}
|
|
39109
|
+
},
|
|
39110
|
+
{
|
|
39111
|
+
"kind": "js",
|
|
39112
|
+
"name": "foundationToast",
|
|
39113
|
+
"declaration": {
|
|
39114
|
+
"name": "foundationToast",
|
|
39115
|
+
"module": "src/toast/toast.ts"
|
|
39116
|
+
}
|
|
39117
|
+
}
|
|
39118
|
+
]
|
|
39119
|
+
},
|
|
38799
39120
|
{
|
|
38800
39121
|
"kind": "javascript-module",
|
|
38801
39122
|
"path": "src/toolbar/index.ts",
|
|
@@ -39180,327 +39501,6 @@
|
|
|
39180
39501
|
}
|
|
39181
39502
|
]
|
|
39182
39503
|
},
|
|
39183
|
-
{
|
|
39184
|
-
"kind": "javascript-module",
|
|
39185
|
-
"path": "src/toast/index.ts",
|
|
39186
|
-
"declarations": [],
|
|
39187
|
-
"exports": [
|
|
39188
|
-
{
|
|
39189
|
-
"kind": "js",
|
|
39190
|
-
"name": "*",
|
|
39191
|
-
"declaration": {
|
|
39192
|
-
"name": "*",
|
|
39193
|
-
"package": "./toast.styles"
|
|
39194
|
-
}
|
|
39195
|
-
},
|
|
39196
|
-
{
|
|
39197
|
-
"kind": "js",
|
|
39198
|
-
"name": "*",
|
|
39199
|
-
"declaration": {
|
|
39200
|
-
"name": "*",
|
|
39201
|
-
"package": "./toast.template"
|
|
39202
|
-
}
|
|
39203
|
-
},
|
|
39204
|
-
{
|
|
39205
|
-
"kind": "js",
|
|
39206
|
-
"name": "*",
|
|
39207
|
-
"declaration": {
|
|
39208
|
-
"name": "*",
|
|
39209
|
-
"package": "./toast"
|
|
39210
|
-
}
|
|
39211
|
-
}
|
|
39212
|
-
]
|
|
39213
|
-
},
|
|
39214
|
-
{
|
|
39215
|
-
"kind": "javascript-module",
|
|
39216
|
-
"path": "src/toast/toast.styles.ts",
|
|
39217
|
-
"declarations": [
|
|
39218
|
-
{
|
|
39219
|
-
"kind": "variable",
|
|
39220
|
-
"name": "foundationToastStyles",
|
|
39221
|
-
"type": {
|
|
39222
|
-
"text": "ElementStyles"
|
|
39223
|
-
},
|
|
39224
|
-
"default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
|
|
39225
|
-
}
|
|
39226
|
-
],
|
|
39227
|
-
"exports": [
|
|
39228
|
-
{
|
|
39229
|
-
"kind": "js",
|
|
39230
|
-
"name": "foundationToastStyles",
|
|
39231
|
-
"declaration": {
|
|
39232
|
-
"name": "foundationToastStyles",
|
|
39233
|
-
"module": "src/toast/toast.styles.ts"
|
|
39234
|
-
}
|
|
39235
|
-
}
|
|
39236
|
-
]
|
|
39237
|
-
},
|
|
39238
|
-
{
|
|
39239
|
-
"kind": "javascript-module",
|
|
39240
|
-
"path": "src/toast/toast.template.ts",
|
|
39241
|
-
"declarations": [
|
|
39242
|
-
{
|
|
39243
|
-
"kind": "variable",
|
|
39244
|
-
"name": "foundationToastTemplate",
|
|
39245
|
-
"type": {
|
|
39246
|
-
"text": "ViewTemplate<Toast>"
|
|
39247
|
-
},
|
|
39248
|
-
"default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
|
|
39249
|
-
}
|
|
39250
|
-
],
|
|
39251
|
-
"exports": [
|
|
39252
|
-
{
|
|
39253
|
-
"kind": "js",
|
|
39254
|
-
"name": "foundationToastTemplate",
|
|
39255
|
-
"declaration": {
|
|
39256
|
-
"name": "foundationToastTemplate",
|
|
39257
|
-
"module": "src/toast/toast.template.ts"
|
|
39258
|
-
}
|
|
39259
|
-
}
|
|
39260
|
-
]
|
|
39261
|
-
},
|
|
39262
|
-
{
|
|
39263
|
-
"kind": "javascript-module",
|
|
39264
|
-
"path": "src/toast/toast.ts",
|
|
39265
|
-
"declarations": [
|
|
39266
|
-
{
|
|
39267
|
-
"kind": "variable",
|
|
39268
|
-
"name": "foundationToastShadowOptions",
|
|
39269
|
-
"type": {
|
|
39270
|
-
"text": "ShadowRootInit"
|
|
39271
|
-
},
|
|
39272
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
39273
|
-
},
|
|
39274
|
-
{
|
|
39275
|
-
"kind": "variable",
|
|
39276
|
-
"name": "defaultToastConfig",
|
|
39277
|
-
"type": {
|
|
39278
|
-
"text": "object"
|
|
39279
|
-
},
|
|
39280
|
-
"default": "{}"
|
|
39281
|
-
},
|
|
39282
|
-
{
|
|
39283
|
-
"kind": "class",
|
|
39284
|
-
"description": "",
|
|
39285
|
-
"name": "Toast",
|
|
39286
|
-
"members": [
|
|
39287
|
-
{
|
|
39288
|
-
"kind": "field",
|
|
39289
|
-
"name": "toast",
|
|
39290
|
-
"type": {
|
|
39291
|
-
"text": "HTMLElement"
|
|
39292
|
-
},
|
|
39293
|
-
"privacy": "public"
|
|
39294
|
-
},
|
|
39295
|
-
{
|
|
39296
|
-
"kind": "field",
|
|
39297
|
-
"name": "deleteAnimation",
|
|
39298
|
-
"type": {
|
|
39299
|
-
"text": "string"
|
|
39300
|
-
},
|
|
39301
|
-
"default": "''"
|
|
39302
|
-
},
|
|
39303
|
-
{
|
|
39304
|
-
"kind": "field",
|
|
39305
|
-
"name": "closeTimeout",
|
|
39306
|
-
"type": {
|
|
39307
|
-
"text": "number"
|
|
39308
|
-
},
|
|
39309
|
-
"default": "10000"
|
|
39310
|
-
},
|
|
39311
|
-
{
|
|
39312
|
-
"kind": "field",
|
|
39313
|
-
"name": "autoClose",
|
|
39314
|
-
"type": {
|
|
39315
|
-
"text": "boolean"
|
|
39316
|
-
},
|
|
39317
|
-
"default": "false"
|
|
39318
|
-
},
|
|
39319
|
-
{
|
|
39320
|
-
"kind": "method",
|
|
39321
|
-
"name": "close",
|
|
39322
|
-
"privacy": "public",
|
|
39323
|
-
"description": "Remove the toast from display."
|
|
39324
|
-
},
|
|
39325
|
-
{
|
|
39326
|
-
"kind": "field",
|
|
39327
|
-
"name": "_presentation",
|
|
39328
|
-
"type": {
|
|
39329
|
-
"text": "ComponentPresentation | null | undefined"
|
|
39330
|
-
},
|
|
39331
|
-
"privacy": "private",
|
|
39332
|
-
"default": "void 0",
|
|
39333
|
-
"inheritedFrom": {
|
|
39334
|
-
"name": "FoundationElement",
|
|
39335
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39336
|
-
}
|
|
39337
|
-
},
|
|
39338
|
-
{
|
|
39339
|
-
"kind": "field",
|
|
39340
|
-
"name": "$presentation",
|
|
39341
|
-
"type": {
|
|
39342
|
-
"text": "ComponentPresentation | null"
|
|
39343
|
-
},
|
|
39344
|
-
"privacy": "public",
|
|
39345
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39346
|
-
"inheritedFrom": {
|
|
39347
|
-
"name": "FoundationElement",
|
|
39348
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39349
|
-
}
|
|
39350
|
-
},
|
|
39351
|
-
{
|
|
39352
|
-
"kind": "field",
|
|
39353
|
-
"name": "template",
|
|
39354
|
-
"type": {
|
|
39355
|
-
"text": "ElementViewTemplate | void | null"
|
|
39356
|
-
},
|
|
39357
|
-
"privacy": "public",
|
|
39358
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
39359
|
-
"inheritedFrom": {
|
|
39360
|
-
"name": "FoundationElement",
|
|
39361
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39362
|
-
}
|
|
39363
|
-
},
|
|
39364
|
-
{
|
|
39365
|
-
"kind": "method",
|
|
39366
|
-
"name": "templateChanged",
|
|
39367
|
-
"privacy": "protected",
|
|
39368
|
-
"return": {
|
|
39369
|
-
"type": {
|
|
39370
|
-
"text": "void"
|
|
39371
|
-
}
|
|
39372
|
-
},
|
|
39373
|
-
"inheritedFrom": {
|
|
39374
|
-
"name": "FoundationElement",
|
|
39375
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39376
|
-
}
|
|
39377
|
-
},
|
|
39378
|
-
{
|
|
39379
|
-
"kind": "field",
|
|
39380
|
-
"name": "styles",
|
|
39381
|
-
"type": {
|
|
39382
|
-
"text": "ElementStyles | void | null"
|
|
39383
|
-
},
|
|
39384
|
-
"privacy": "public",
|
|
39385
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
39386
|
-
"inheritedFrom": {
|
|
39387
|
-
"name": "FoundationElement",
|
|
39388
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39389
|
-
}
|
|
39390
|
-
},
|
|
39391
|
-
{
|
|
39392
|
-
"kind": "method",
|
|
39393
|
-
"name": "stylesChanged",
|
|
39394
|
-
"privacy": "protected",
|
|
39395
|
-
"return": {
|
|
39396
|
-
"type": {
|
|
39397
|
-
"text": "void"
|
|
39398
|
-
}
|
|
39399
|
-
},
|
|
39400
|
-
"inheritedFrom": {
|
|
39401
|
-
"name": "FoundationElement",
|
|
39402
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39403
|
-
}
|
|
39404
|
-
},
|
|
39405
|
-
{
|
|
39406
|
-
"kind": "method",
|
|
39407
|
-
"name": "compose",
|
|
39408
|
-
"privacy": "public",
|
|
39409
|
-
"static": true,
|
|
39410
|
-
"return": {
|
|
39411
|
-
"type": {
|
|
39412
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39413
|
-
}
|
|
39414
|
-
},
|
|
39415
|
-
"parameters": [
|
|
39416
|
-
{
|
|
39417
|
-
"name": "this",
|
|
39418
|
-
"type": {
|
|
39419
|
-
"text": "K"
|
|
39420
|
-
}
|
|
39421
|
-
},
|
|
39422
|
-
{
|
|
39423
|
-
"name": "elementDefinition",
|
|
39424
|
-
"type": {
|
|
39425
|
-
"text": "T"
|
|
39426
|
-
},
|
|
39427
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
39428
|
-
}
|
|
39429
|
-
],
|
|
39430
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39431
|
-
"inheritedFrom": {
|
|
39432
|
-
"name": "FoundationElement",
|
|
39433
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
39434
|
-
}
|
|
39435
|
-
}
|
|
39436
|
-
],
|
|
39437
|
-
"attributes": [
|
|
39438
|
-
{
|
|
39439
|
-
"name": "close-timeout",
|
|
39440
|
-
"type": {
|
|
39441
|
-
"text": "number"
|
|
39442
|
-
},
|
|
39443
|
-
"default": "10000",
|
|
39444
|
-
"fieldName": "closeTimeout"
|
|
39445
|
-
},
|
|
39446
|
-
{
|
|
39447
|
-
"name": "auto-close",
|
|
39448
|
-
"type": {
|
|
39449
|
-
"text": "boolean"
|
|
39450
|
-
},
|
|
39451
|
-
"default": "false",
|
|
39452
|
-
"fieldName": "autoClose"
|
|
39453
|
-
}
|
|
39454
|
-
],
|
|
39455
|
-
"superclass": {
|
|
39456
|
-
"name": "FoundationElement",
|
|
39457
|
-
"package": "@microsoft/fast-foundation"
|
|
39458
|
-
},
|
|
39459
|
-
"tagName": "%%prefix%%-toast",
|
|
39460
|
-
"customElement": true
|
|
39461
|
-
},
|
|
39462
|
-
{
|
|
39463
|
-
"kind": "variable",
|
|
39464
|
-
"name": "foundationToast",
|
|
39465
|
-
"description": "The Foundation Toast",
|
|
39466
|
-
"privacy": "public"
|
|
39467
|
-
}
|
|
39468
|
-
],
|
|
39469
|
-
"exports": [
|
|
39470
|
-
{
|
|
39471
|
-
"kind": "js",
|
|
39472
|
-
"name": "foundationToastShadowOptions",
|
|
39473
|
-
"declaration": {
|
|
39474
|
-
"name": "foundationToastShadowOptions",
|
|
39475
|
-
"module": "src/toast/toast.ts"
|
|
39476
|
-
}
|
|
39477
|
-
},
|
|
39478
|
-
{
|
|
39479
|
-
"kind": "js",
|
|
39480
|
-
"name": "defaultToastConfig",
|
|
39481
|
-
"declaration": {
|
|
39482
|
-
"name": "defaultToastConfig",
|
|
39483
|
-
"module": "src/toast/toast.ts"
|
|
39484
|
-
}
|
|
39485
|
-
},
|
|
39486
|
-
{
|
|
39487
|
-
"kind": "js",
|
|
39488
|
-
"name": "Toast",
|
|
39489
|
-
"declaration": {
|
|
39490
|
-
"name": "Toast",
|
|
39491
|
-
"module": "src/toast/toast.ts"
|
|
39492
|
-
}
|
|
39493
|
-
},
|
|
39494
|
-
{
|
|
39495
|
-
"kind": "js",
|
|
39496
|
-
"name": "foundationToast",
|
|
39497
|
-
"declaration": {
|
|
39498
|
-
"name": "foundationToast",
|
|
39499
|
-
"module": "src/toast/toast.ts"
|
|
39500
|
-
}
|
|
39501
|
-
}
|
|
39502
|
-
]
|
|
39503
|
-
},
|
|
39504
39504
|
{
|
|
39505
39505
|
"kind": "javascript-module",
|
|
39506
39506
|
"path": "src/tooltip/index.ts",
|
|
@@ -43980,55 +43980,6 @@
|
|
|
43980
43980
|
"declarations": [],
|
|
43981
43981
|
"exports": []
|
|
43982
43982
|
},
|
|
43983
|
-
{
|
|
43984
|
-
"kind": "javascript-module",
|
|
43985
|
-
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
43986
|
-
"declarations": [
|
|
43987
|
-
{
|
|
43988
|
-
"kind": "function",
|
|
43989
|
-
"name": "flexLayoutRWDStyles",
|
|
43990
|
-
"return": {
|
|
43991
|
-
"type": {
|
|
43992
|
-
"text": "ElementStyles"
|
|
43993
|
-
}
|
|
43994
|
-
},
|
|
43995
|
-
"parameters": [
|
|
43996
|
-
{
|
|
43997
|
-
"name": "breakPoint",
|
|
43998
|
-
"optional": true,
|
|
43999
|
-
"type": {
|
|
44000
|
-
"text": "FlexBreakPointType"
|
|
44001
|
-
}
|
|
44002
|
-
}
|
|
44003
|
-
]
|
|
44004
|
-
}
|
|
44005
|
-
],
|
|
44006
|
-
"exports": [
|
|
44007
|
-
{
|
|
44008
|
-
"kind": "js",
|
|
44009
|
-
"name": "flexLayoutRWDStyles",
|
|
44010
|
-
"declaration": {
|
|
44011
|
-
"name": "flexLayoutRWDStyles",
|
|
44012
|
-
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44013
|
-
}
|
|
44014
|
-
}
|
|
44015
|
-
]
|
|
44016
|
-
},
|
|
44017
|
-
{
|
|
44018
|
-
"kind": "javascript-module",
|
|
44019
|
-
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44020
|
-
"declarations": [],
|
|
44021
|
-
"exports": [
|
|
44022
|
-
{
|
|
44023
|
-
"kind": "js",
|
|
44024
|
-
"name": "*",
|
|
44025
|
-
"declaration": {
|
|
44026
|
-
"name": "*",
|
|
44027
|
-
"package": "./flex-layout-rwd.styles"
|
|
44028
|
-
}
|
|
44029
|
-
}
|
|
44030
|
-
]
|
|
44031
|
-
},
|
|
44032
43983
|
{
|
|
44033
43984
|
"kind": "javascript-module",
|
|
44034
43985
|
"path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
|
|
@@ -44611,6 +44562,55 @@
|
|
|
44611
44562
|
}
|
|
44612
44563
|
]
|
|
44613
44564
|
},
|
|
44565
|
+
{
|
|
44566
|
+
"kind": "javascript-module",
|
|
44567
|
+
"path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
|
|
44568
|
+
"declarations": [
|
|
44569
|
+
{
|
|
44570
|
+
"kind": "function",
|
|
44571
|
+
"name": "flexLayoutRWDStyles",
|
|
44572
|
+
"return": {
|
|
44573
|
+
"type": {
|
|
44574
|
+
"text": "ElementStyles"
|
|
44575
|
+
}
|
|
44576
|
+
},
|
|
44577
|
+
"parameters": [
|
|
44578
|
+
{
|
|
44579
|
+
"name": "breakPoint",
|
|
44580
|
+
"optional": true,
|
|
44581
|
+
"type": {
|
|
44582
|
+
"text": "FlexBreakPointType"
|
|
44583
|
+
}
|
|
44584
|
+
}
|
|
44585
|
+
]
|
|
44586
|
+
}
|
|
44587
|
+
],
|
|
44588
|
+
"exports": [
|
|
44589
|
+
{
|
|
44590
|
+
"kind": "js",
|
|
44591
|
+
"name": "flexLayoutRWDStyles",
|
|
44592
|
+
"declaration": {
|
|
44593
|
+
"name": "flexLayoutRWDStyles",
|
|
44594
|
+
"module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
|
|
44595
|
+
}
|
|
44596
|
+
}
|
|
44597
|
+
]
|
|
44598
|
+
},
|
|
44599
|
+
{
|
|
44600
|
+
"kind": "javascript-module",
|
|
44601
|
+
"path": "src/flex-layout/responsiveness/index.ts",
|
|
44602
|
+
"declarations": [],
|
|
44603
|
+
"exports": [
|
|
44604
|
+
{
|
|
44605
|
+
"kind": "js",
|
|
44606
|
+
"name": "*",
|
|
44607
|
+
"declaration": {
|
|
44608
|
+
"name": "*",
|
|
44609
|
+
"package": "./flex-layout-rwd.styles"
|
|
44610
|
+
}
|
|
44611
|
+
}
|
|
44612
|
+
]
|
|
44613
|
+
},
|
|
44614
44614
|
{
|
|
44615
44615
|
"kind": "javascript-module",
|
|
44616
44616
|
"path": "src/_config/styles/external/index.ts",
|