@genesislcap/foundation-ui 14.360.1-alpha-cbd305e.0 → 14.360.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 +622 -718
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/utils/base-datasource.d.ts +0 -5
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +2 -10
- package/dist/esm/multiselect/multiselect.js +2 -10
- package/dist/esm/options-datasource/options-datasource.js +9 -9
- package/dist/esm/utils/base-datasource.js +0 -9
- package/package.json +18 -18
|
@@ -902,159 +902,185 @@
|
|
|
902
902
|
},
|
|
903
903
|
{
|
|
904
904
|
"kind": "javascript-module",
|
|
905
|
-
"path": "src/
|
|
905
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
906
906
|
"declarations": [
|
|
907
907
|
{
|
|
908
|
-
"kind": "
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
|
|
908
|
+
"kind": "function",
|
|
909
|
+
"name": "foundationAccordionItemStyles",
|
|
910
|
+
"return": {
|
|
911
|
+
"type": {
|
|
912
|
+
"text": "ElementStyles"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"parameters": [
|
|
912
916
|
{
|
|
913
|
-
"
|
|
914
|
-
"name": "fileInput",
|
|
917
|
+
"name": "context",
|
|
915
918
|
"type": {
|
|
916
|
-
"text": "
|
|
917
|
-
}
|
|
918
|
-
"privacy": "public"
|
|
919
|
+
"text": "ElementDefinitionContext"
|
|
920
|
+
}
|
|
919
921
|
},
|
|
920
922
|
{
|
|
921
|
-
"
|
|
922
|
-
"name": "selectedFile",
|
|
923
|
+
"name": "definition",
|
|
923
924
|
"type": {
|
|
924
|
-
"text": "
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
925
|
+
"text": "FoundationElementDefinition"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
]
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"exports": [
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "foundationAccordionItemStyles",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "foundationAccordionItemStyles",
|
|
937
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "javascript-module",
|
|
944
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
945
|
+
"declarations": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "function",
|
|
948
|
+
"name": "foundationAccordionItemTemplate",
|
|
949
|
+
"return": {
|
|
950
|
+
"type": {
|
|
951
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"parameters": [
|
|
929
955
|
{
|
|
930
|
-
"
|
|
931
|
-
"name": "label",
|
|
956
|
+
"name": "context",
|
|
932
957
|
"type": {
|
|
933
|
-
"text": "
|
|
958
|
+
"text": "ElementDefinitionContext"
|
|
934
959
|
}
|
|
935
960
|
},
|
|
936
961
|
{
|
|
937
|
-
"
|
|
938
|
-
"name": "accept",
|
|
962
|
+
"name": "definition",
|
|
939
963
|
"type": {
|
|
940
|
-
"text": "
|
|
964
|
+
"text": "FoundationElementDefinition"
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
}
|
|
969
|
+
],
|
|
970
|
+
"exports": [
|
|
971
|
+
{
|
|
972
|
+
"kind": "js",
|
|
973
|
+
"name": "foundationAccordionItemTemplate",
|
|
974
|
+
"declaration": {
|
|
975
|
+
"name": "foundationAccordionItemTemplate",
|
|
976
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"kind": "javascript-module",
|
|
983
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
984
|
+
"declarations": [
|
|
985
|
+
{
|
|
986
|
+
"kind": "class",
|
|
987
|
+
"description": "",
|
|
988
|
+
"name": "AccordionItem",
|
|
989
|
+
"superclass": {
|
|
990
|
+
"name": "FASTAccordionItem",
|
|
991
|
+
"package": "@microsoft/fast-components"
|
|
992
|
+
},
|
|
993
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
994
|
+
"customElement": true,
|
|
995
|
+
"attributes": [
|
|
996
|
+
{
|
|
997
|
+
"name": "heading-level",
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
941
1000
|
},
|
|
942
|
-
"default": "
|
|
1001
|
+
"default": "2",
|
|
1002
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1003
|
+
"fieldName": "headinglevel",
|
|
1004
|
+
"inheritedFrom": {
|
|
1005
|
+
"name": "AccordionItem",
|
|
1006
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1007
|
+
}
|
|
943
1008
|
},
|
|
944
1009
|
{
|
|
945
|
-
"kind": "field",
|
|
946
|
-
"name": "fileSizeLimitBytes",
|
|
947
|
-
"default": "10_485_760",
|
|
948
1010
|
"type": {
|
|
949
|
-
"text": "
|
|
1011
|
+
"text": "boolean"
|
|
1012
|
+
},
|
|
1013
|
+
"default": "false",
|
|
1014
|
+
"description": "Expands or collapses the item.",
|
|
1015
|
+
"fieldName": "expanded",
|
|
1016
|
+
"inheritedFrom": {
|
|
1017
|
+
"name": "AccordionItem",
|
|
1018
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
950
1019
|
}
|
|
951
1020
|
},
|
|
952
1021
|
{
|
|
953
|
-
"
|
|
954
|
-
"name": "fileName",
|
|
1022
|
+
"name": "id",
|
|
955
1023
|
"type": {
|
|
956
1024
|
"text": "string"
|
|
957
1025
|
},
|
|
958
|
-
"
|
|
959
|
-
|
|
1026
|
+
"description": "The item ID",
|
|
1027
|
+
"fieldName": "id",
|
|
1028
|
+
"inheritedFrom": {
|
|
1029
|
+
"name": "AccordionItem",
|
|
1030
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"members": [
|
|
960
1035
|
{
|
|
961
1036
|
"kind": "field",
|
|
962
|
-
"name": "
|
|
1037
|
+
"name": "headinglevel",
|
|
963
1038
|
"type": {
|
|
964
|
-
"text": "
|
|
1039
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
965
1040
|
},
|
|
966
|
-
"default": "false"
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
"kind": "method",
|
|
970
|
-
"name": "handleClick",
|
|
971
|
-
"privacy": "public",
|
|
972
|
-
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "method",
|
|
976
|
-
"name": "onInputChange",
|
|
977
1041
|
"privacy": "public",
|
|
978
|
-
"
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
"description": "The change event from the file input"
|
|
985
|
-
}
|
|
986
|
-
],
|
|
987
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "method",
|
|
991
|
-
"name": "clearSelection",
|
|
992
|
-
"privacy": "public",
|
|
993
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1042
|
+
"default": "2",
|
|
1043
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1044
|
+
"inheritedFrom": {
|
|
1045
|
+
"name": "AccordionItem",
|
|
1046
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1047
|
+
}
|
|
994
1048
|
},
|
|
995
1049
|
{
|
|
996
|
-
"kind": "
|
|
997
|
-
"name": "
|
|
1050
|
+
"kind": "field",
|
|
1051
|
+
"name": "expanded",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"text": "boolean"
|
|
1054
|
+
},
|
|
998
1055
|
"privacy": "public",
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1056
|
+
"default": "false",
|
|
1057
|
+
"description": "Expands or collapses the item.",
|
|
1058
|
+
"inheritedFrom": {
|
|
1059
|
+
"name": "AccordionItem",
|
|
1060
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1004
1061
|
}
|
|
1005
1062
|
},
|
|
1006
1063
|
{
|
|
1007
|
-
"kind": "
|
|
1008
|
-
"name": "
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
{
|
|
1012
|
-
"name": "title",
|
|
1013
|
-
"type": {
|
|
1014
|
-
"text": "string"
|
|
1015
|
-
},
|
|
1016
|
-
"description": "The error title"
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"name": "message",
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "string"
|
|
1022
|
-
},
|
|
1023
|
-
"description": "The error message"
|
|
1024
|
-
}
|
|
1025
|
-
],
|
|
1026
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "method",
|
|
1030
|
-
"name": "onFileSelected",
|
|
1031
|
-
"privacy": "protected",
|
|
1032
|
-
"return": {
|
|
1033
|
-
"type": {
|
|
1034
|
-
"text": "void"
|
|
1035
|
-
}
|
|
1064
|
+
"kind": "field",
|
|
1065
|
+
"name": "id",
|
|
1066
|
+
"type": {
|
|
1067
|
+
"text": "string"
|
|
1036
1068
|
},
|
|
1037
|
-
"
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
"description": "The selected file"
|
|
1044
|
-
}
|
|
1045
|
-
],
|
|
1046
|
-
"description": "Abstract method called when a file is selected"
|
|
1069
|
+
"privacy": "public",
|
|
1070
|
+
"description": "The item ID",
|
|
1071
|
+
"inheritedFrom": {
|
|
1072
|
+
"name": "AccordionItem",
|
|
1073
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1074
|
+
}
|
|
1047
1075
|
},
|
|
1048
1076
|
{
|
|
1049
|
-
"kind": "
|
|
1050
|
-
"name": "
|
|
1051
|
-
"privacy": "
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
},
|
|
1057
|
-
"description": "Abstract method called when file selection is cleared"
|
|
1077
|
+
"kind": "field",
|
|
1078
|
+
"name": "change",
|
|
1079
|
+
"privacy": "private",
|
|
1080
|
+
"inheritedFrom": {
|
|
1081
|
+
"name": "AccordionItem",
|
|
1082
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1083
|
+
}
|
|
1058
1084
|
},
|
|
1059
1085
|
{
|
|
1060
1086
|
"kind": "field",
|
|
@@ -1168,104 +1194,78 @@
|
|
|
1168
1194
|
}
|
|
1169
1195
|
}
|
|
1170
1196
|
],
|
|
1171
|
-
"
|
|
1172
|
-
{
|
|
1173
|
-
"name": "label",
|
|
1174
|
-
"type": {
|
|
1175
|
-
"text": "string"
|
|
1176
|
-
},
|
|
1177
|
-
"fieldName": "label"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "accept",
|
|
1181
|
-
"type": {
|
|
1182
|
-
"text": "string"
|
|
1183
|
-
},
|
|
1184
|
-
"default": "''",
|
|
1185
|
-
"fieldName": "accept"
|
|
1186
|
-
},
|
|
1197
|
+
"events": [
|
|
1187
1198
|
{
|
|
1188
|
-
"
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1193
|
-
|
|
1199
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1200
|
+
"name": "change",
|
|
1201
|
+
"inheritedFrom": {
|
|
1202
|
+
"name": "AccordionItem",
|
|
1203
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1204
|
+
}
|
|
1194
1205
|
}
|
|
1195
|
-
]
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1206
|
+
]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "variable",
|
|
1210
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1211
|
+
"type": {
|
|
1212
|
+
"text": "ShadowRootInit"
|
|
1213
|
+
},
|
|
1214
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"kind": "variable",
|
|
1218
|
+
"name": "defaultAccordionItemConfig",
|
|
1219
|
+
"type": {
|
|
1220
|
+
"text": "object"
|
|
1221
|
+
},
|
|
1222
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "variable",
|
|
1226
|
+
"name": "foundationAccordionItem",
|
|
1227
|
+
"description": "The Foundation Accordion Item",
|
|
1228
|
+
"privacy": "public"
|
|
1200
1229
|
}
|
|
1201
1230
|
],
|
|
1202
1231
|
"exports": [
|
|
1203
1232
|
{
|
|
1204
1233
|
"kind": "js",
|
|
1205
|
-
"name": "
|
|
1234
|
+
"name": "AccordionItem",
|
|
1206
1235
|
"declaration": {
|
|
1207
|
-
"name": "
|
|
1208
|
-
"module": "src/
|
|
1236
|
+
"name": "AccordionItem",
|
|
1237
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1209
1238
|
}
|
|
1210
|
-
}
|
|
1211
|
-
]
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
"kind": "javascript-module",
|
|
1215
|
-
"path": "src/_common/icons.ts",
|
|
1216
|
-
"declarations": [
|
|
1217
|
-
{
|
|
1218
|
-
"kind": "function",
|
|
1219
|
-
"name": "closeIcon",
|
|
1220
|
-
"parameters": [
|
|
1221
|
-
{
|
|
1222
|
-
"name": "slot",
|
|
1223
|
-
"default": "'start'"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "fill",
|
|
1227
|
-
"default": "'#879ba6'"
|
|
1228
|
-
}
|
|
1229
|
-
]
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"exports": [
|
|
1239
|
+
},
|
|
1233
1240
|
{
|
|
1234
1241
|
"kind": "js",
|
|
1235
|
-
"name": "
|
|
1242
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1236
1243
|
"declaration": {
|
|
1237
|
-
"name": "
|
|
1238
|
-
"module": "src/
|
|
1244
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1245
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1239
1246
|
}
|
|
1240
|
-
}
|
|
1241
|
-
]
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "javascript-module",
|
|
1245
|
-
"path": "src/_common/index.ts",
|
|
1246
|
-
"declarations": [],
|
|
1247
|
-
"exports": [
|
|
1247
|
+
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"kind": "js",
|
|
1250
|
-
"name": "
|
|
1250
|
+
"name": "defaultAccordionItemConfig",
|
|
1251
1251
|
"declaration": {
|
|
1252
|
-
"name": "
|
|
1253
|
-
"
|
|
1252
|
+
"name": "defaultAccordionItemConfig",
|
|
1253
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1254
1254
|
}
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
1257
1257
|
"kind": "js",
|
|
1258
|
-
"name": "
|
|
1258
|
+
"name": "foundationAccordionItem",
|
|
1259
1259
|
"declaration": {
|
|
1260
|
-
"name": "
|
|
1261
|
-
"
|
|
1260
|
+
"name": "foundationAccordionItem",
|
|
1261
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/
|
|
1268
|
+
"path": "src/accordion-item/index.ts",
|
|
1269
1269
|
"declarations": [],
|
|
1270
1270
|
"exports": [
|
|
1271
1271
|
{
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
"name": "*",
|
|
1274
1274
|
"declaration": {
|
|
1275
1275
|
"name": "*",
|
|
1276
|
-
"package": "./
|
|
1276
|
+
"package": "./accordion-item.template"
|
|
1277
1277
|
}
|
|
1278
1278
|
},
|
|
1279
1279
|
{
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
"name": "*",
|
|
1282
1282
|
"declaration": {
|
|
1283
1283
|
"name": "*",
|
|
1284
|
-
"package": "./
|
|
1284
|
+
"package": "./accordion-item.styles"
|
|
1285
1285
|
}
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
"name": "*",
|
|
1290
1290
|
"declaration": {
|
|
1291
1291
|
"name": "*",
|
|
1292
|
-
"package": "./
|
|
1292
|
+
"package": "./accordion-item"
|
|
1293
1293
|
}
|
|
1294
1294
|
}
|
|
1295
1295
|
]
|
|
@@ -1855,11 +1855,11 @@
|
|
|
1855
1855
|
},
|
|
1856
1856
|
{
|
|
1857
1857
|
"kind": "javascript-module",
|
|
1858
|
-
"path": "src/accordion
|
|
1858
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1859
1859
|
"declarations": [
|
|
1860
1860
|
{
|
|
1861
1861
|
"kind": "function",
|
|
1862
|
-
"name": "
|
|
1862
|
+
"name": "foundationAccordionStyles",
|
|
1863
1863
|
"return": {
|
|
1864
1864
|
"type": {
|
|
1865
1865
|
"text": "ElementStyles"
|
|
@@ -1884,24 +1884,24 @@
|
|
|
1884
1884
|
"exports": [
|
|
1885
1885
|
{
|
|
1886
1886
|
"kind": "js",
|
|
1887
|
-
"name": "
|
|
1887
|
+
"name": "foundationAccordionStyles",
|
|
1888
1888
|
"declaration": {
|
|
1889
|
-
"name": "
|
|
1890
|
-
"module": "src/accordion
|
|
1889
|
+
"name": "foundationAccordionStyles",
|
|
1890
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1891
1891
|
}
|
|
1892
1892
|
}
|
|
1893
1893
|
]
|
|
1894
1894
|
},
|
|
1895
1895
|
{
|
|
1896
1896
|
"kind": "javascript-module",
|
|
1897
|
-
"path": "src/accordion
|
|
1897
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1898
1898
|
"declarations": [
|
|
1899
1899
|
{
|
|
1900
1900
|
"kind": "function",
|
|
1901
|
-
"name": "
|
|
1901
|
+
"name": "foundationAccordionTemplate",
|
|
1902
1902
|
"return": {
|
|
1903
1903
|
"type": {
|
|
1904
|
-
"text": "ViewTemplate<
|
|
1904
|
+
"text": "ViewTemplate<Accordion>"
|
|
1905
1905
|
}
|
|
1906
1906
|
},
|
|
1907
1907
|
"parameters": [
|
|
@@ -1923,244 +1923,32 @@
|
|
|
1923
1923
|
"exports": [
|
|
1924
1924
|
{
|
|
1925
1925
|
"kind": "js",
|
|
1926
|
-
"name": "
|
|
1926
|
+
"name": "foundationAccordionTemplate",
|
|
1927
1927
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "src/accordion
|
|
1928
|
+
"name": "foundationAccordionTemplate",
|
|
1929
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
]
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "src/accordion
|
|
1936
|
+
"path": "src/accordion/accordion.ts",
|
|
1937
1937
|
"declarations": [
|
|
1938
1938
|
{
|
|
1939
1939
|
"kind": "class",
|
|
1940
1940
|
"description": "",
|
|
1941
|
-
"name": "
|
|
1941
|
+
"name": "Accordion",
|
|
1942
1942
|
"superclass": {
|
|
1943
|
-
"name": "
|
|
1944
|
-
"package": "@microsoft/fast-
|
|
1943
|
+
"name": "FASTAccordion",
|
|
1944
|
+
"package": "@microsoft/fast-foundation"
|
|
1945
1945
|
},
|
|
1946
|
-
"tagName": "%%prefix%%-accordion
|
|
1947
|
-
"customElement": true
|
|
1948
|
-
"attributes": [
|
|
1949
|
-
{
|
|
1950
|
-
"name": "heading-level",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "2",
|
|
1955
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1956
|
-
"fieldName": "headinglevel",
|
|
1957
|
-
"inheritedFrom": {
|
|
1958
|
-
"name": "AccordionItem",
|
|
1959
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1960
|
-
}
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"type": {
|
|
1964
|
-
"text": "boolean"
|
|
1965
|
-
},
|
|
1966
|
-
"default": "false",
|
|
1967
|
-
"description": "Expands or collapses the item.",
|
|
1968
|
-
"fieldName": "expanded",
|
|
1969
|
-
"inheritedFrom": {
|
|
1970
|
-
"name": "AccordionItem",
|
|
1971
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1972
|
-
}
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"name": "id",
|
|
1976
|
-
"type": {
|
|
1977
|
-
"text": "string"
|
|
1978
|
-
},
|
|
1979
|
-
"description": "The item ID",
|
|
1980
|
-
"fieldName": "id",
|
|
1981
|
-
"inheritedFrom": {
|
|
1982
|
-
"name": "AccordionItem",
|
|
1983
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
],
|
|
1987
|
-
"members": [
|
|
1988
|
-
{
|
|
1989
|
-
"kind": "field",
|
|
1990
|
-
"name": "headinglevel",
|
|
1991
|
-
"type": {
|
|
1992
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1993
|
-
},
|
|
1994
|
-
"privacy": "public",
|
|
1995
|
-
"default": "2",
|
|
1996
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1997
|
-
"inheritedFrom": {
|
|
1998
|
-
"name": "AccordionItem",
|
|
1999
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2000
|
-
}
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "field",
|
|
2004
|
-
"name": "expanded",
|
|
2005
|
-
"type": {
|
|
2006
|
-
"text": "boolean"
|
|
2007
|
-
},
|
|
2008
|
-
"privacy": "public",
|
|
2009
|
-
"default": "false",
|
|
2010
|
-
"description": "Expands or collapses the item.",
|
|
2011
|
-
"inheritedFrom": {
|
|
2012
|
-
"name": "AccordionItem",
|
|
2013
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2014
|
-
}
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
"kind": "field",
|
|
2018
|
-
"name": "id",
|
|
2019
|
-
"type": {
|
|
2020
|
-
"text": "string"
|
|
2021
|
-
},
|
|
2022
|
-
"privacy": "public",
|
|
2023
|
-
"description": "The item ID",
|
|
2024
|
-
"inheritedFrom": {
|
|
2025
|
-
"name": "AccordionItem",
|
|
2026
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "field",
|
|
2031
|
-
"name": "change",
|
|
2032
|
-
"privacy": "private",
|
|
2033
|
-
"inheritedFrom": {
|
|
2034
|
-
"name": "AccordionItem",
|
|
2035
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "field",
|
|
2040
|
-
"name": "_presentation",
|
|
2041
|
-
"type": {
|
|
2042
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2043
|
-
},
|
|
2044
|
-
"privacy": "private",
|
|
2045
|
-
"default": "void 0",
|
|
2046
|
-
"inheritedFrom": {
|
|
2047
|
-
"name": "FoundationElement",
|
|
2048
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2049
|
-
}
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"kind": "field",
|
|
2053
|
-
"name": "$presentation",
|
|
2054
|
-
"type": {
|
|
2055
|
-
"text": "ComponentPresentation | null"
|
|
2056
|
-
},
|
|
2057
|
-
"privacy": "public",
|
|
2058
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2059
|
-
"inheritedFrom": {
|
|
2060
|
-
"name": "FoundationElement",
|
|
2061
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"kind": "field",
|
|
2066
|
-
"name": "template",
|
|
2067
|
-
"type": {
|
|
2068
|
-
"text": "ElementViewTemplate | void | null"
|
|
2069
|
-
},
|
|
2070
|
-
"privacy": "public",
|
|
2071
|
-
"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.",
|
|
2072
|
-
"inheritedFrom": {
|
|
2073
|
-
"name": "FoundationElement",
|
|
2074
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"kind": "method",
|
|
2079
|
-
"name": "templateChanged",
|
|
2080
|
-
"privacy": "protected",
|
|
2081
|
-
"return": {
|
|
2082
|
-
"type": {
|
|
2083
|
-
"text": "void"
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
|
-
"inheritedFrom": {
|
|
2087
|
-
"name": "FoundationElement",
|
|
2088
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "field",
|
|
2093
|
-
"name": "styles",
|
|
2094
|
-
"type": {
|
|
2095
|
-
"text": "ElementStyles | void | null"
|
|
2096
|
-
},
|
|
2097
|
-
"privacy": "public",
|
|
2098
|
-
"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.",
|
|
2099
|
-
"inheritedFrom": {
|
|
2100
|
-
"name": "FoundationElement",
|
|
2101
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "method",
|
|
2106
|
-
"name": "stylesChanged",
|
|
2107
|
-
"privacy": "protected",
|
|
2108
|
-
"return": {
|
|
2109
|
-
"type": {
|
|
2110
|
-
"text": "void"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"inheritedFrom": {
|
|
2114
|
-
"name": "FoundationElement",
|
|
2115
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2116
|
-
}
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"kind": "method",
|
|
2120
|
-
"name": "compose",
|
|
2121
|
-
"privacy": "public",
|
|
2122
|
-
"static": true,
|
|
2123
|
-
"return": {
|
|
2124
|
-
"type": {
|
|
2125
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2126
|
-
}
|
|
2127
|
-
},
|
|
2128
|
-
"parameters": [
|
|
2129
|
-
{
|
|
2130
|
-
"name": "this",
|
|
2131
|
-
"type": {
|
|
2132
|
-
"text": "K"
|
|
2133
|
-
}
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"name": "elementDefinition",
|
|
2137
|
-
"type": {
|
|
2138
|
-
"text": "T"
|
|
2139
|
-
},
|
|
2140
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2141
|
-
}
|
|
2142
|
-
],
|
|
2143
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2144
|
-
"inheritedFrom": {
|
|
2145
|
-
"name": "FoundationElement",
|
|
2146
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
],
|
|
2150
|
-
"events": [
|
|
2151
|
-
{
|
|
2152
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2153
|
-
"name": "change",
|
|
2154
|
-
"inheritedFrom": {
|
|
2155
|
-
"name": "AccordionItem",
|
|
2156
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2157
|
-
}
|
|
2158
|
-
}
|
|
2159
|
-
]
|
|
1946
|
+
"tagName": "%%prefix%%-accordion",
|
|
1947
|
+
"customElement": true
|
|
2160
1948
|
},
|
|
2161
1949
|
{
|
|
2162
1950
|
"kind": "variable",
|
|
2163
|
-
"name": "
|
|
1951
|
+
"name": "foundationAccordionShadowOptions",
|
|
2164
1952
|
"type": {
|
|
2165
1953
|
"text": "ShadowRootInit"
|
|
2166
1954
|
},
|
|
@@ -2168,57 +1956,57 @@
|
|
|
2168
1956
|
},
|
|
2169
1957
|
{
|
|
2170
1958
|
"kind": "variable",
|
|
2171
|
-
"name": "
|
|
1959
|
+
"name": "defaultAccordionConfig",
|
|
2172
1960
|
"type": {
|
|
2173
1961
|
"text": "object"
|
|
2174
1962
|
},
|
|
2175
|
-
"default": "{
|
|
1963
|
+
"default": "{}"
|
|
2176
1964
|
},
|
|
2177
1965
|
{
|
|
2178
1966
|
"kind": "variable",
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "The Foundation Accordion
|
|
1967
|
+
"name": "foundationAccordion",
|
|
1968
|
+
"description": "The Foundation Accordion",
|
|
2181
1969
|
"privacy": "public"
|
|
2182
1970
|
}
|
|
2183
1971
|
],
|
|
2184
1972
|
"exports": [
|
|
2185
1973
|
{
|
|
2186
1974
|
"kind": "js",
|
|
2187
|
-
"name": "
|
|
1975
|
+
"name": "Accordion",
|
|
2188
1976
|
"declaration": {
|
|
2189
|
-
"name": "
|
|
2190
|
-
"module": "src/accordion
|
|
1977
|
+
"name": "Accordion",
|
|
1978
|
+
"module": "src/accordion/accordion.ts"
|
|
2191
1979
|
}
|
|
2192
1980
|
},
|
|
2193
1981
|
{
|
|
2194
1982
|
"kind": "js",
|
|
2195
|
-
"name": "
|
|
1983
|
+
"name": "foundationAccordionShadowOptions",
|
|
2196
1984
|
"declaration": {
|
|
2197
|
-
"name": "
|
|
2198
|
-
"module": "src/accordion
|
|
1985
|
+
"name": "foundationAccordionShadowOptions",
|
|
1986
|
+
"module": "src/accordion/accordion.ts"
|
|
2199
1987
|
}
|
|
2200
1988
|
},
|
|
2201
1989
|
{
|
|
2202
1990
|
"kind": "js",
|
|
2203
|
-
"name": "
|
|
1991
|
+
"name": "defaultAccordionConfig",
|
|
2204
1992
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/accordion
|
|
1993
|
+
"name": "defaultAccordionConfig",
|
|
1994
|
+
"module": "src/accordion/accordion.ts"
|
|
2207
1995
|
}
|
|
2208
1996
|
},
|
|
2209
1997
|
{
|
|
2210
1998
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
1999
|
+
"name": "foundationAccordion",
|
|
2212
2000
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/accordion
|
|
2001
|
+
"name": "foundationAccordion",
|
|
2002
|
+
"module": "src/accordion/accordion.ts"
|
|
2215
2003
|
}
|
|
2216
2004
|
}
|
|
2217
2005
|
]
|
|
2218
2006
|
},
|
|
2219
2007
|
{
|
|
2220
2008
|
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/accordion
|
|
2009
|
+
"path": "src/accordion/index.ts",
|
|
2222
2010
|
"declarations": [],
|
|
2223
2011
|
"exports": [
|
|
2224
2012
|
{
|
|
@@ -2226,7 +2014,7 @@
|
|
|
2226
2014
|
"name": "*",
|
|
2227
2015
|
"declaration": {
|
|
2228
2016
|
"name": "*",
|
|
2229
|
-
"package": "./accordion
|
|
2017
|
+
"package": "./accordion.template"
|
|
2230
2018
|
}
|
|
2231
2019
|
},
|
|
2232
2020
|
{
|
|
@@ -2234,7 +2022,7 @@
|
|
|
2234
2022
|
"name": "*",
|
|
2235
2023
|
"declaration": {
|
|
2236
2024
|
"name": "*",
|
|
2237
|
-
"package": "./accordion
|
|
2025
|
+
"package": "./accordion.styles"
|
|
2238
2026
|
}
|
|
2239
2027
|
},
|
|
2240
2028
|
{
|
|
@@ -2242,7 +2030,7 @@
|
|
|
2242
2030
|
"name": "*",
|
|
2243
2031
|
"declaration": {
|
|
2244
2032
|
"name": "*",
|
|
2245
|
-
"package": "./accordion
|
|
2033
|
+
"package": "./accordion"
|
|
2246
2034
|
}
|
|
2247
2035
|
}
|
|
2248
2036
|
]
|
|
@@ -2767,188 +2555,6 @@
|
|
|
2767
2555
|
}
|
|
2768
2556
|
]
|
|
2769
2557
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "function",
|
|
2776
|
-
"name": "foundationAccordionStyles",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "ElementStyles"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
"parameters": [
|
|
2783
|
-
{
|
|
2784
|
-
"name": "context",
|
|
2785
|
-
"type": {
|
|
2786
|
-
"text": "ElementDefinitionContext"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "definition",
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "FoundationElementDefinition"
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
]
|
|
2796
|
-
}
|
|
2797
|
-
],
|
|
2798
|
-
"exports": [
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "js",
|
|
2801
|
-
"name": "foundationAccordionStyles",
|
|
2802
|
-
"declaration": {
|
|
2803
|
-
"name": "foundationAccordionStyles",
|
|
2804
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "function",
|
|
2815
|
-
"name": "foundationAccordionTemplate",
|
|
2816
|
-
"return": {
|
|
2817
|
-
"type": {
|
|
2818
|
-
"text": "ViewTemplate<Accordion>"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
|
-
"parameters": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "context",
|
|
2824
|
-
"type": {
|
|
2825
|
-
"text": "ElementDefinitionContext"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"name": "definition",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "FoundationElementDefinition"
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
]
|
|
2835
|
-
}
|
|
2836
|
-
],
|
|
2837
|
-
"exports": [
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "js",
|
|
2840
|
-
"name": "foundationAccordionTemplate",
|
|
2841
|
-
"declaration": {
|
|
2842
|
-
"name": "foundationAccordionTemplate",
|
|
2843
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "javascript-module",
|
|
2850
|
-
"path": "src/accordion/accordion.ts",
|
|
2851
|
-
"declarations": [
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "class",
|
|
2854
|
-
"description": "",
|
|
2855
|
-
"name": "Accordion",
|
|
2856
|
-
"superclass": {
|
|
2857
|
-
"name": "FASTAccordion",
|
|
2858
|
-
"package": "@microsoft/fast-foundation"
|
|
2859
|
-
},
|
|
2860
|
-
"tagName": "%%prefix%%-accordion",
|
|
2861
|
-
"customElement": true
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"kind": "variable",
|
|
2865
|
-
"name": "foundationAccordionShadowOptions",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "ShadowRootInit"
|
|
2868
|
-
},
|
|
2869
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "defaultAccordionConfig",
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "object"
|
|
2876
|
-
},
|
|
2877
|
-
"default": "{}"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "variable",
|
|
2881
|
-
"name": "foundationAccordion",
|
|
2882
|
-
"description": "The Foundation Accordion",
|
|
2883
|
-
"privacy": "public"
|
|
2884
|
-
}
|
|
2885
|
-
],
|
|
2886
|
-
"exports": [
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "Accordion",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "Accordion",
|
|
2892
|
-
"module": "src/accordion/accordion.ts"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"kind": "js",
|
|
2897
|
-
"name": "foundationAccordionShadowOptions",
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "foundationAccordionShadowOptions",
|
|
2900
|
-
"module": "src/accordion/accordion.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "defaultAccordionConfig",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "defaultAccordionConfig",
|
|
2908
|
-
"module": "src/accordion/accordion.ts"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "js",
|
|
2913
|
-
"name": "foundationAccordion",
|
|
2914
|
-
"declaration": {
|
|
2915
|
-
"name": "foundationAccordion",
|
|
2916
|
-
"module": "src/accordion/accordion.ts"
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
]
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "javascript-module",
|
|
2923
|
-
"path": "src/accordion/index.ts",
|
|
2924
|
-
"declarations": [],
|
|
2925
|
-
"exports": [
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "js",
|
|
2928
|
-
"name": "*",
|
|
2929
|
-
"declaration": {
|
|
2930
|
-
"name": "*",
|
|
2931
|
-
"package": "./accordion.template"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "js",
|
|
2936
|
-
"name": "*",
|
|
2937
|
-
"declaration": {
|
|
2938
|
-
"name": "*",
|
|
2939
|
-
"package": "./accordion.styles"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"kind": "js",
|
|
2944
|
-
"name": "*",
|
|
2945
|
-
"declaration": {
|
|
2946
|
-
"name": "*",
|
|
2947
|
-
"package": "./accordion"
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
]
|
|
2951
|
-
},
|
|
2952
2558
|
{
|
|
2953
2559
|
"kind": "javascript-module",
|
|
2954
2560
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -4539,6 +4145,400 @@
|
|
|
4539
4145
|
}
|
|
4540
4146
|
]
|
|
4541
4147
|
},
|
|
4148
|
+
{
|
|
4149
|
+
"kind": "javascript-module",
|
|
4150
|
+
"path": "src/_common/base-file-component.ts",
|
|
4151
|
+
"declarations": [
|
|
4152
|
+
{
|
|
4153
|
+
"kind": "class",
|
|
4154
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
4155
|
+
"name": "BaseFileComponent",
|
|
4156
|
+
"members": [
|
|
4157
|
+
{
|
|
4158
|
+
"kind": "field",
|
|
4159
|
+
"name": "fileInput",
|
|
4160
|
+
"type": {
|
|
4161
|
+
"text": "HTMLInputElement"
|
|
4162
|
+
},
|
|
4163
|
+
"privacy": "public"
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
"kind": "field",
|
|
4167
|
+
"name": "selectedFile",
|
|
4168
|
+
"type": {
|
|
4169
|
+
"text": "File | null"
|
|
4170
|
+
},
|
|
4171
|
+
"privacy": "protected",
|
|
4172
|
+
"default": "null"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "field",
|
|
4176
|
+
"name": "label",
|
|
4177
|
+
"type": {
|
|
4178
|
+
"text": "string"
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"kind": "field",
|
|
4183
|
+
"name": "accept",
|
|
4184
|
+
"type": {
|
|
4185
|
+
"text": "string"
|
|
4186
|
+
},
|
|
4187
|
+
"default": "''"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"kind": "field",
|
|
4191
|
+
"name": "fileSizeLimitBytes",
|
|
4192
|
+
"default": "10_485_760",
|
|
4193
|
+
"type": {
|
|
4194
|
+
"text": "number"
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"kind": "field",
|
|
4199
|
+
"name": "fileName",
|
|
4200
|
+
"type": {
|
|
4201
|
+
"text": "string"
|
|
4202
|
+
},
|
|
4203
|
+
"default": "''"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"kind": "field",
|
|
4207
|
+
"name": "isProcessing",
|
|
4208
|
+
"type": {
|
|
4209
|
+
"text": "boolean"
|
|
4210
|
+
},
|
|
4211
|
+
"default": "false"
|
|
4212
|
+
},
|
|
4213
|
+
{
|
|
4214
|
+
"kind": "method",
|
|
4215
|
+
"name": "handleClick",
|
|
4216
|
+
"privacy": "public",
|
|
4217
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"kind": "method",
|
|
4221
|
+
"name": "onInputChange",
|
|
4222
|
+
"privacy": "public",
|
|
4223
|
+
"parameters": [
|
|
4224
|
+
{
|
|
4225
|
+
"name": "e",
|
|
4226
|
+
"type": {
|
|
4227
|
+
"text": "Event"
|
|
4228
|
+
},
|
|
4229
|
+
"description": "The change event from the file input"
|
|
4230
|
+
}
|
|
4231
|
+
],
|
|
4232
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"kind": "method",
|
|
4236
|
+
"name": "clearSelection",
|
|
4237
|
+
"privacy": "public",
|
|
4238
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"kind": "method",
|
|
4242
|
+
"name": "getSelectedFile",
|
|
4243
|
+
"privacy": "public",
|
|
4244
|
+
"description": "Gets the currently selected file object",
|
|
4245
|
+
"return": {
|
|
4246
|
+
"type": {
|
|
4247
|
+
"text": ""
|
|
4248
|
+
}
|
|
4249
|
+
}
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"kind": "method",
|
|
4253
|
+
"name": "showError",
|
|
4254
|
+
"privacy": "protected",
|
|
4255
|
+
"parameters": [
|
|
4256
|
+
{
|
|
4257
|
+
"name": "title",
|
|
4258
|
+
"type": {
|
|
4259
|
+
"text": "string"
|
|
4260
|
+
},
|
|
4261
|
+
"description": "The error title"
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "message",
|
|
4265
|
+
"type": {
|
|
4266
|
+
"text": "string"
|
|
4267
|
+
},
|
|
4268
|
+
"description": "The error message"
|
|
4269
|
+
}
|
|
4270
|
+
],
|
|
4271
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"kind": "method",
|
|
4275
|
+
"name": "onFileSelected",
|
|
4276
|
+
"privacy": "protected",
|
|
4277
|
+
"return": {
|
|
4278
|
+
"type": {
|
|
4279
|
+
"text": "void"
|
|
4280
|
+
}
|
|
4281
|
+
},
|
|
4282
|
+
"parameters": [
|
|
4283
|
+
{
|
|
4284
|
+
"name": "files",
|
|
4285
|
+
"type": {
|
|
4286
|
+
"text": "File[]"
|
|
4287
|
+
},
|
|
4288
|
+
"description": "The selected file"
|
|
4289
|
+
}
|
|
4290
|
+
],
|
|
4291
|
+
"description": "Abstract method called when a file is selected"
|
|
4292
|
+
},
|
|
4293
|
+
{
|
|
4294
|
+
"kind": "method",
|
|
4295
|
+
"name": "onFileCleared",
|
|
4296
|
+
"privacy": "protected",
|
|
4297
|
+
"return": {
|
|
4298
|
+
"type": {
|
|
4299
|
+
"text": "void"
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
4302
|
+
"description": "Abstract method called when file selection is cleared"
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"kind": "field",
|
|
4306
|
+
"name": "_presentation",
|
|
4307
|
+
"type": {
|
|
4308
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4309
|
+
},
|
|
4310
|
+
"privacy": "private",
|
|
4311
|
+
"default": "void 0",
|
|
4312
|
+
"inheritedFrom": {
|
|
4313
|
+
"name": "FoundationElement",
|
|
4314
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4315
|
+
}
|
|
4316
|
+
},
|
|
4317
|
+
{
|
|
4318
|
+
"kind": "field",
|
|
4319
|
+
"name": "$presentation",
|
|
4320
|
+
"type": {
|
|
4321
|
+
"text": "ComponentPresentation | null"
|
|
4322
|
+
},
|
|
4323
|
+
"privacy": "public",
|
|
4324
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4325
|
+
"inheritedFrom": {
|
|
4326
|
+
"name": "FoundationElement",
|
|
4327
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"kind": "field",
|
|
4332
|
+
"name": "template",
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "ElementViewTemplate | void | null"
|
|
4335
|
+
},
|
|
4336
|
+
"privacy": "public",
|
|
4337
|
+
"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.",
|
|
4338
|
+
"inheritedFrom": {
|
|
4339
|
+
"name": "FoundationElement",
|
|
4340
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4341
|
+
}
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"kind": "method",
|
|
4345
|
+
"name": "templateChanged",
|
|
4346
|
+
"privacy": "protected",
|
|
4347
|
+
"return": {
|
|
4348
|
+
"type": {
|
|
4349
|
+
"text": "void"
|
|
4350
|
+
}
|
|
4351
|
+
},
|
|
4352
|
+
"inheritedFrom": {
|
|
4353
|
+
"name": "FoundationElement",
|
|
4354
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4355
|
+
}
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"kind": "field",
|
|
4359
|
+
"name": "styles",
|
|
4360
|
+
"type": {
|
|
4361
|
+
"text": "ElementStyles | void | null"
|
|
4362
|
+
},
|
|
4363
|
+
"privacy": "public",
|
|
4364
|
+
"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.",
|
|
4365
|
+
"inheritedFrom": {
|
|
4366
|
+
"name": "FoundationElement",
|
|
4367
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"kind": "method",
|
|
4372
|
+
"name": "stylesChanged",
|
|
4373
|
+
"privacy": "protected",
|
|
4374
|
+
"return": {
|
|
4375
|
+
"type": {
|
|
4376
|
+
"text": "void"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
"inheritedFrom": {
|
|
4380
|
+
"name": "FoundationElement",
|
|
4381
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"kind": "method",
|
|
4386
|
+
"name": "compose",
|
|
4387
|
+
"privacy": "public",
|
|
4388
|
+
"static": true,
|
|
4389
|
+
"return": {
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4392
|
+
}
|
|
4393
|
+
},
|
|
4394
|
+
"parameters": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "this",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "K"
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "elementDefinition",
|
|
4403
|
+
"type": {
|
|
4404
|
+
"text": "T"
|
|
4405
|
+
},
|
|
4406
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4407
|
+
}
|
|
4408
|
+
],
|
|
4409
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4410
|
+
"inheritedFrom": {
|
|
4411
|
+
"name": "FoundationElement",
|
|
4412
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4415
|
+
],
|
|
4416
|
+
"attributes": [
|
|
4417
|
+
{
|
|
4418
|
+
"name": "label",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "string"
|
|
4421
|
+
},
|
|
4422
|
+
"fieldName": "label"
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "accept",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "string"
|
|
4428
|
+
},
|
|
4429
|
+
"default": "''",
|
|
4430
|
+
"fieldName": "accept"
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "file-size-limit-bytes",
|
|
4434
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
4435
|
+
"resolveInitializer": {
|
|
4436
|
+
"module": "src/_common/base-file-component.ts"
|
|
4437
|
+
},
|
|
4438
|
+
"fieldName": "fileSizeLimitBytes"
|
|
4439
|
+
}
|
|
4440
|
+
],
|
|
4441
|
+
"superclass": {
|
|
4442
|
+
"name": "FoundationElement",
|
|
4443
|
+
"package": "@microsoft/fast-foundation"
|
|
4444
|
+
}
|
|
4445
|
+
}
|
|
4446
|
+
],
|
|
4447
|
+
"exports": [
|
|
4448
|
+
{
|
|
4449
|
+
"kind": "js",
|
|
4450
|
+
"name": "BaseFileComponent",
|
|
4451
|
+
"declaration": {
|
|
4452
|
+
"name": "BaseFileComponent",
|
|
4453
|
+
"module": "src/_common/base-file-component.ts"
|
|
4454
|
+
}
|
|
4455
|
+
}
|
|
4456
|
+
]
|
|
4457
|
+
},
|
|
4458
|
+
{
|
|
4459
|
+
"kind": "javascript-module",
|
|
4460
|
+
"path": "src/_common/icons.ts",
|
|
4461
|
+
"declarations": [
|
|
4462
|
+
{
|
|
4463
|
+
"kind": "function",
|
|
4464
|
+
"name": "closeIcon",
|
|
4465
|
+
"parameters": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "slot",
|
|
4468
|
+
"default": "'start'"
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "fill",
|
|
4472
|
+
"default": "'#879ba6'"
|
|
4473
|
+
}
|
|
4474
|
+
]
|
|
4475
|
+
}
|
|
4476
|
+
],
|
|
4477
|
+
"exports": [
|
|
4478
|
+
{
|
|
4479
|
+
"kind": "js",
|
|
4480
|
+
"name": "closeIcon",
|
|
4481
|
+
"declaration": {
|
|
4482
|
+
"name": "closeIcon",
|
|
4483
|
+
"module": "src/_common/icons.ts"
|
|
4484
|
+
}
|
|
4485
|
+
}
|
|
4486
|
+
]
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "javascript-module",
|
|
4490
|
+
"path": "src/_common/index.ts",
|
|
4491
|
+
"declarations": [],
|
|
4492
|
+
"exports": [
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "*",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "*",
|
|
4498
|
+
"package": "./base-file-component"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "js",
|
|
4503
|
+
"name": "*",
|
|
4504
|
+
"declaration": {
|
|
4505
|
+
"name": "*",
|
|
4506
|
+
"package": "./icons"
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "javascript-module",
|
|
4513
|
+
"path": "src/_config/index.ts",
|
|
4514
|
+
"declarations": [],
|
|
4515
|
+
"exports": [
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "js",
|
|
4518
|
+
"name": "*",
|
|
4519
|
+
"declaration": {
|
|
4520
|
+
"name": "*",
|
|
4521
|
+
"package": "./styles"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./tokens"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "js",
|
|
4534
|
+
"name": "*",
|
|
4535
|
+
"declaration": {
|
|
4536
|
+
"name": "*",
|
|
4537
|
+
"package": "./values"
|
|
4538
|
+
}
|
|
4539
|
+
}
|
|
4540
|
+
]
|
|
4541
|
+
},
|
|
4542
4542
|
{
|
|
4543
4543
|
"kind": "javascript-module",
|
|
4544
4544
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -11873,19 +11873,6 @@
|
|
|
11873
11873
|
"module": "src/utils/base-datasource.ts"
|
|
11874
11874
|
}
|
|
11875
11875
|
},
|
|
11876
|
-
{
|
|
11877
|
-
"kind": "field",
|
|
11878
|
-
"name": "requestAutoSetup",
|
|
11879
|
-
"type": {
|
|
11880
|
-
"text": "boolean"
|
|
11881
|
-
},
|
|
11882
|
-
"default": "true",
|
|
11883
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
11884
|
-
"inheritedFrom": {
|
|
11885
|
-
"name": "<local>_BaseDatasource",
|
|
11886
|
-
"module": "src/utils/base-datasource.ts"
|
|
11887
|
-
}
|
|
11888
|
-
},
|
|
11889
11876
|
{
|
|
11890
11877
|
"kind": "field",
|
|
11891
11878
|
"name": "withTimestampFormatting",
|
|
@@ -12420,19 +12407,6 @@
|
|
|
12420
12407
|
"module": "src/utils/base-datasource.ts"
|
|
12421
12408
|
}
|
|
12422
12409
|
},
|
|
12423
|
-
{
|
|
12424
|
-
"name": "request-auto-setup",
|
|
12425
|
-
"type": {
|
|
12426
|
-
"text": "boolean"
|
|
12427
|
-
},
|
|
12428
|
-
"default": "true",
|
|
12429
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
12430
|
-
"fieldName": "requestAutoSetup",
|
|
12431
|
-
"inheritedFrom": {
|
|
12432
|
-
"name": "<local>_BaseDatasource",
|
|
12433
|
-
"module": "src/utils/base-datasource.ts"
|
|
12434
|
-
}
|
|
12435
|
-
},
|
|
12436
12410
|
{
|
|
12437
12411
|
"name": "with-timestamp-formatting",
|
|
12438
12412
|
"type": {
|
|
@@ -31867,19 +31841,6 @@
|
|
|
31867
31841
|
"module": "src/utils/base-datasource.ts"
|
|
31868
31842
|
}
|
|
31869
31843
|
},
|
|
31870
|
-
{
|
|
31871
|
-
"kind": "field",
|
|
31872
|
-
"name": "requestAutoSetup",
|
|
31873
|
-
"type": {
|
|
31874
|
-
"text": "boolean"
|
|
31875
|
-
},
|
|
31876
|
-
"default": "true",
|
|
31877
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
31878
|
-
"inheritedFrom": {
|
|
31879
|
-
"name": "<local>_BaseDatasource",
|
|
31880
|
-
"module": "src/utils/base-datasource.ts"
|
|
31881
|
-
}
|
|
31882
|
-
},
|
|
31883
31844
|
{
|
|
31884
31845
|
"kind": "field",
|
|
31885
31846
|
"name": "withTimestampFormatting",
|
|
@@ -32424,19 +32385,6 @@
|
|
|
32424
32385
|
"module": "src/utils/base-datasource.ts"
|
|
32425
32386
|
}
|
|
32426
32387
|
},
|
|
32427
|
-
{
|
|
32428
|
-
"name": "request-auto-setup",
|
|
32429
|
-
"type": {
|
|
32430
|
-
"text": "boolean"
|
|
32431
|
-
},
|
|
32432
|
-
"default": "true",
|
|
32433
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
32434
|
-
"fieldName": "requestAutoSetup",
|
|
32435
|
-
"inheritedFrom": {
|
|
32436
|
-
"name": "<local>_BaseDatasource",
|
|
32437
|
-
"module": "src/utils/base-datasource.ts"
|
|
32438
|
-
}
|
|
32439
|
-
},
|
|
32440
32388
|
{
|
|
32441
32389
|
"name": "with-timestamp-formatting",
|
|
32442
32390
|
"type": {
|
|
@@ -32924,19 +32872,6 @@
|
|
|
32924
32872
|
"module": "src/utils/base-datasource.ts"
|
|
32925
32873
|
}
|
|
32926
32874
|
},
|
|
32927
|
-
{
|
|
32928
|
-
"kind": "field",
|
|
32929
|
-
"name": "requestAutoSetup",
|
|
32930
|
-
"type": {
|
|
32931
|
-
"text": "boolean"
|
|
32932
|
-
},
|
|
32933
|
-
"default": "true",
|
|
32934
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
32935
|
-
"inheritedFrom": {
|
|
32936
|
-
"name": "<local>_BaseDatasource",
|
|
32937
|
-
"module": "src/utils/base-datasource.ts"
|
|
32938
|
-
}
|
|
32939
|
-
},
|
|
32940
32875
|
{
|
|
32941
32876
|
"kind": "field",
|
|
32942
32877
|
"name": "withTimestampFormatting",
|
|
@@ -33504,19 +33439,6 @@
|
|
|
33504
33439
|
"module": "src/utils/base-datasource.ts"
|
|
33505
33440
|
}
|
|
33506
33441
|
},
|
|
33507
|
-
{
|
|
33508
|
-
"name": "request-auto-setup",
|
|
33509
|
-
"type": {
|
|
33510
|
-
"text": "boolean"
|
|
33511
|
-
},
|
|
33512
|
-
"default": "true",
|
|
33513
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
33514
|
-
"fieldName": "requestAutoSetup",
|
|
33515
|
-
"inheritedFrom": {
|
|
33516
|
-
"name": "<local>_BaseDatasource",
|
|
33517
|
-
"module": "src/utils/base-datasource.ts"
|
|
33518
|
-
}
|
|
33519
|
-
},
|
|
33520
33442
|
{
|
|
33521
33443
|
"name": "with-timestamp-formatting",
|
|
33522
33444
|
"type": {
|
|
@@ -51257,15 +51179,6 @@
|
|
|
51257
51179
|
},
|
|
51258
51180
|
"default": "'ROW_REF'"
|
|
51259
51181
|
},
|
|
51260
|
-
{
|
|
51261
|
-
"kind": "field",
|
|
51262
|
-
"name": "requestAutoSetup",
|
|
51263
|
-
"type": {
|
|
51264
|
-
"text": "boolean"
|
|
51265
|
-
},
|
|
51266
|
-
"default": "true",
|
|
51267
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
51268
|
-
},
|
|
51269
51182
|
{
|
|
51270
51183
|
"kind": "field",
|
|
51271
51184
|
"name": "withTimestampFormatting",
|
|
@@ -51768,15 +51681,6 @@
|
|
|
51768
51681
|
"default": "'ROW_REF'",
|
|
51769
51682
|
"fieldName": "rowId"
|
|
51770
51683
|
},
|
|
51771
|
-
{
|
|
51772
|
-
"name": "request-auto-setup",
|
|
51773
|
-
"type": {
|
|
51774
|
-
"text": "boolean"
|
|
51775
|
-
},
|
|
51776
|
-
"default": "true",
|
|
51777
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
51778
|
-
"fieldName": "requestAutoSetup"
|
|
51779
|
-
},
|
|
51780
51684
|
{
|
|
51781
51685
|
"name": "with-timestamp-formatting",
|
|
51782
51686
|
"type": {
|