@genesislcap/foundation-ui 14.457.0 → 14.458.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +848 -848
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -934,44 +934,66 @@
|
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
936
|
"kind": "javascript-module",
|
|
937
|
-
"path": "src/
|
|
937
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
938
938
|
"declarations": [
|
|
939
939
|
{
|
|
940
|
-
"kind": "
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
"text": "string"
|
|
949
|
-
},
|
|
950
|
-
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
951
|
-
},
|
|
940
|
+
"kind": "function",
|
|
941
|
+
"name": "foundationAccordionItemStyles",
|
|
942
|
+
"return": {
|
|
943
|
+
"type": {
|
|
944
|
+
"text": "ElementStyles"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"parameters": [
|
|
952
948
|
{
|
|
953
|
-
"
|
|
954
|
-
"name": "suffix",
|
|
949
|
+
"name": "context",
|
|
955
950
|
"type": {
|
|
956
|
-
"text": "
|
|
957
|
-
}
|
|
958
|
-
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
951
|
+
"text": "ElementDefinitionContext"
|
|
952
|
+
}
|
|
959
953
|
},
|
|
960
954
|
{
|
|
961
|
-
"
|
|
962
|
-
"name": "hideAffixFromScreenReader",
|
|
955
|
+
"name": "definition",
|
|
963
956
|
"type": {
|
|
964
|
-
"text": "
|
|
965
|
-
}
|
|
966
|
-
"default": "false",
|
|
967
|
-
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand their ids are omitted from the control's `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text."
|
|
957
|
+
"text": "FoundationElementDefinition"
|
|
958
|
+
}
|
|
968
959
|
}
|
|
969
|
-
]
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"exports": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "js",
|
|
966
|
+
"name": "foundationAccordionItemStyles",
|
|
967
|
+
"declaration": {
|
|
968
|
+
"name": "foundationAccordionItemStyles",
|
|
969
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"kind": "javascript-module",
|
|
976
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
977
|
+
"declarations": [
|
|
978
|
+
{
|
|
979
|
+
"kind": "function",
|
|
980
|
+
"name": "foundationAccordionItemTemplate",
|
|
981
|
+
"return": {
|
|
982
|
+
"type": {
|
|
983
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
970
986
|
"parameters": [
|
|
971
987
|
{
|
|
972
|
-
"name": "
|
|
988
|
+
"name": "context",
|
|
973
989
|
"type": {
|
|
974
|
-
"text": "
|
|
990
|
+
"text": "ElementDefinitionContext"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "definition",
|
|
995
|
+
"type": {
|
|
996
|
+
"text": "FoundationElementDefinition"
|
|
975
997
|
}
|
|
976
998
|
}
|
|
977
999
|
]
|
|
@@ -980,169 +1002,117 @@
|
|
|
980
1002
|
"exports": [
|
|
981
1003
|
{
|
|
982
1004
|
"kind": "js",
|
|
983
|
-
"name": "
|
|
1005
|
+
"name": "foundationAccordionItemTemplate",
|
|
984
1006
|
"declaration": {
|
|
985
|
-
"name": "
|
|
986
|
-
"module": "src/
|
|
1007
|
+
"name": "foundationAccordionItemTemplate",
|
|
1008
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
987
1009
|
}
|
|
988
1010
|
}
|
|
989
1011
|
]
|
|
990
1012
|
},
|
|
991
1013
|
{
|
|
992
1014
|
"kind": "javascript-module",
|
|
993
|
-
"path": "src/
|
|
1015
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
994
1016
|
"declarations": [
|
|
995
1017
|
{
|
|
996
1018
|
"kind": "class",
|
|
997
|
-
"description": "
|
|
998
|
-
"name": "
|
|
999
|
-
"
|
|
1019
|
+
"description": "",
|
|
1020
|
+
"name": "AccordionItem",
|
|
1021
|
+
"superclass": {
|
|
1022
|
+
"name": "FASTAccordionItem",
|
|
1023
|
+
"package": "@microsoft/fast-components"
|
|
1024
|
+
},
|
|
1025
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1026
|
+
"customElement": true,
|
|
1027
|
+
"attributes": [
|
|
1000
1028
|
{
|
|
1001
|
-
"
|
|
1002
|
-
"name": "fileInput",
|
|
1029
|
+
"name": "heading-level",
|
|
1003
1030
|
"type": {
|
|
1004
|
-
"text": "
|
|
1031
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1005
1032
|
},
|
|
1006
|
-
"
|
|
1033
|
+
"default": "2",
|
|
1034
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1035
|
+
"fieldName": "headinglevel",
|
|
1036
|
+
"inheritedFrom": {
|
|
1037
|
+
"name": "AccordionItem",
|
|
1038
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1039
|
+
}
|
|
1007
1040
|
},
|
|
1008
1041
|
{
|
|
1009
|
-
"kind": "field",
|
|
1010
|
-
"name": "selectedFile",
|
|
1011
1042
|
"type": {
|
|
1012
|
-
"text": "
|
|
1043
|
+
"text": "boolean"
|
|
1013
1044
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "string"
|
|
1045
|
+
"default": "false",
|
|
1046
|
+
"description": "Expands or collapses the item.",
|
|
1047
|
+
"fieldName": "expanded",
|
|
1048
|
+
"inheritedFrom": {
|
|
1049
|
+
"name": "AccordionItem",
|
|
1050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1022
1051
|
}
|
|
1023
1052
|
},
|
|
1024
1053
|
{
|
|
1025
|
-
"
|
|
1026
|
-
"name": "accept",
|
|
1054
|
+
"name": "id",
|
|
1027
1055
|
"type": {
|
|
1028
1056
|
"text": "string"
|
|
1029
1057
|
},
|
|
1030
|
-
"
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
"default": "10_485_760",
|
|
1036
|
-
"type": {
|
|
1037
|
-
"text": "number"
|
|
1058
|
+
"description": "The item ID",
|
|
1059
|
+
"fieldName": "id",
|
|
1060
|
+
"inheritedFrom": {
|
|
1061
|
+
"name": "AccordionItem",
|
|
1062
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1038
1063
|
}
|
|
1039
|
-
}
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"members": [
|
|
1040
1067
|
{
|
|
1041
1068
|
"kind": "field",
|
|
1042
|
-
"name": "
|
|
1069
|
+
"name": "headinglevel",
|
|
1043
1070
|
"type": {
|
|
1044
|
-
"text": "
|
|
1071
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1045
1072
|
},
|
|
1046
|
-
"
|
|
1073
|
+
"privacy": "public",
|
|
1074
|
+
"default": "2",
|
|
1075
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1076
|
+
"inheritedFrom": {
|
|
1077
|
+
"name": "AccordionItem",
|
|
1078
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1079
|
+
}
|
|
1047
1080
|
},
|
|
1048
1081
|
{
|
|
1049
1082
|
"kind": "field",
|
|
1050
|
-
"name": "
|
|
1083
|
+
"name": "expanded",
|
|
1051
1084
|
"type": {
|
|
1052
1085
|
"text": "boolean"
|
|
1053
1086
|
},
|
|
1054
|
-
"default": "false"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"kind": "method",
|
|
1058
|
-
"name": "handleClick",
|
|
1059
1087
|
"privacy": "public",
|
|
1060
|
-
"
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
"privacy": "public",
|
|
1066
|
-
"parameters": [
|
|
1067
|
-
{
|
|
1068
|
-
"name": "e",
|
|
1069
|
-
"type": {
|
|
1070
|
-
"text": "Event"
|
|
1071
|
-
},
|
|
1072
|
-
"description": "The change event from the file input"
|
|
1073
|
-
}
|
|
1074
|
-
],
|
|
1075
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "method",
|
|
1079
|
-
"name": "clearSelection",
|
|
1080
|
-
"privacy": "public",
|
|
1081
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "method",
|
|
1085
|
-
"name": "getSelectedFile",
|
|
1086
|
-
"privacy": "public",
|
|
1087
|
-
"description": "Gets the currently selected file object",
|
|
1088
|
-
"return": {
|
|
1089
|
-
"type": {
|
|
1090
|
-
"text": ""
|
|
1091
|
-
}
|
|
1088
|
+
"default": "false",
|
|
1089
|
+
"description": "Expands or collapses the item.",
|
|
1090
|
+
"inheritedFrom": {
|
|
1091
|
+
"name": "AccordionItem",
|
|
1092
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1092
1093
|
}
|
|
1093
1094
|
},
|
|
1094
1095
|
{
|
|
1095
|
-
"kind": "
|
|
1096
|
-
"name": "
|
|
1097
|
-
"
|
|
1098
|
-
|
|
1099
|
-
{
|
|
1100
|
-
"name": "title",
|
|
1101
|
-
"type": {
|
|
1102
|
-
"text": "string"
|
|
1103
|
-
},
|
|
1104
|
-
"description": "The error title"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"name": "message",
|
|
1108
|
-
"type": {
|
|
1109
|
-
"text": "string"
|
|
1110
|
-
},
|
|
1111
|
-
"description": "The error message"
|
|
1112
|
-
}
|
|
1113
|
-
],
|
|
1114
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"kind": "method",
|
|
1118
|
-
"name": "onFileSelected",
|
|
1119
|
-
"privacy": "protected",
|
|
1120
|
-
"return": {
|
|
1121
|
-
"type": {
|
|
1122
|
-
"text": "void"
|
|
1123
|
-
}
|
|
1096
|
+
"kind": "field",
|
|
1097
|
+
"name": "id",
|
|
1098
|
+
"type": {
|
|
1099
|
+
"text": "string"
|
|
1124
1100
|
},
|
|
1125
|
-
"
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
"description": "The selected file"
|
|
1132
|
-
}
|
|
1133
|
-
],
|
|
1134
|
-
"description": "Abstract method called when a file is selected"
|
|
1101
|
+
"privacy": "public",
|
|
1102
|
+
"description": "The item ID",
|
|
1103
|
+
"inheritedFrom": {
|
|
1104
|
+
"name": "AccordionItem",
|
|
1105
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1106
|
+
}
|
|
1135
1107
|
},
|
|
1136
1108
|
{
|
|
1137
|
-
"kind": "
|
|
1138
|
-
"name": "
|
|
1139
|
-
"privacy": "
|
|
1140
|
-
"
|
|
1141
|
-
"
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
},
|
|
1145
|
-
"description": "Abstract method called when file selection is cleared"
|
|
1109
|
+
"kind": "field",
|
|
1110
|
+
"name": "change",
|
|
1111
|
+
"privacy": "private",
|
|
1112
|
+
"inheritedFrom": {
|
|
1113
|
+
"name": "AccordionItem",
|
|
1114
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1115
|
+
}
|
|
1146
1116
|
},
|
|
1147
1117
|
{
|
|
1148
1118
|
"kind": "field",
|
|
@@ -1258,149 +1228,76 @@
|
|
|
1258
1228
|
],
|
|
1259
1229
|
"events": [
|
|
1260
1230
|
{
|
|
1261
|
-
"description": "
|
|
1262
|
-
"name": "
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
}
|
|
1268
|
-
],
|
|
1269
|
-
"attributes": [
|
|
1270
|
-
{
|
|
1271
|
-
"name": "label",
|
|
1272
|
-
"type": {
|
|
1273
|
-
"text": "string"
|
|
1274
|
-
},
|
|
1275
|
-
"fieldName": "label"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "accept",
|
|
1279
|
-
"type": {
|
|
1280
|
-
"text": "string"
|
|
1281
|
-
},
|
|
1282
|
-
"default": "''",
|
|
1283
|
-
"fieldName": "accept"
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"name": "file-size-limit-bytes",
|
|
1287
|
-
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1288
|
-
"resolveInitializer": {
|
|
1289
|
-
"module": "src/_common/base-file-component.ts"
|
|
1290
|
-
},
|
|
1291
|
-
"fieldName": "fileSizeLimitBytes"
|
|
1231
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1232
|
+
"name": "change",
|
|
1233
|
+
"inheritedFrom": {
|
|
1234
|
+
"name": "AccordionItem",
|
|
1235
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1236
|
+
}
|
|
1292
1237
|
}
|
|
1293
|
-
]
|
|
1294
|
-
|
|
1295
|
-
"name": "FoundationElement",
|
|
1296
|
-
"package": "@microsoft/fast-foundation"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
],
|
|
1300
|
-
"exports": [
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "js",
|
|
1303
|
-
"name": "BaseFileComponent",
|
|
1304
|
-
"declaration": {
|
|
1305
|
-
"name": "BaseFileComponent",
|
|
1306
|
-
"module": "src/_common/base-file-component.ts"
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
]
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "javascript-module",
|
|
1313
|
-
"path": "src/_common/field-styles.ts",
|
|
1314
|
-
"declarations": [
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1315
1240
|
{
|
|
1316
1241
|
"kind": "variable",
|
|
1317
|
-
"name": "
|
|
1318
|
-
"
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1242
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1243
|
+
"type": {
|
|
1244
|
+
"text": "ShadowRootInit"
|
|
1245
|
+
},
|
|
1246
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1247
|
+
},
|
|
1322
1248
|
{
|
|
1323
|
-
"kind": "
|
|
1324
|
-
"name": "
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
]
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"kind": "javascript-module",
|
|
1334
|
-
"path": "src/_common/icons.ts",
|
|
1335
|
-
"declarations": [
|
|
1249
|
+
"kind": "variable",
|
|
1250
|
+
"name": "defaultAccordionItemConfig",
|
|
1251
|
+
"type": {
|
|
1252
|
+
"text": "object"
|
|
1253
|
+
},
|
|
1254
|
+
"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}"
|
|
1255
|
+
},
|
|
1336
1256
|
{
|
|
1337
|
-
"kind": "
|
|
1338
|
-
"name": "
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
"name": "slot",
|
|
1342
|
-
"default": "'start'"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "fill",
|
|
1346
|
-
"default": "'#879ba6'"
|
|
1347
|
-
}
|
|
1348
|
-
]
|
|
1257
|
+
"kind": "variable",
|
|
1258
|
+
"name": "foundationAccordionItem",
|
|
1259
|
+
"description": "The Foundation Accordion Item",
|
|
1260
|
+
"privacy": "public"
|
|
1349
1261
|
}
|
|
1350
1262
|
],
|
|
1351
1263
|
"exports": [
|
|
1352
1264
|
{
|
|
1353
1265
|
"kind": "js",
|
|
1354
|
-
"name": "
|
|
1355
|
-
"declaration": {
|
|
1356
|
-
"name": "closeIcon",
|
|
1357
|
-
"module": "src/_common/icons.ts"
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"kind": "javascript-module",
|
|
1364
|
-
"path": "src/_common/index.ts",
|
|
1365
|
-
"declarations": [],
|
|
1366
|
-
"exports": [
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "js",
|
|
1369
|
-
"name": "*",
|
|
1266
|
+
"name": "AccordionItem",
|
|
1370
1267
|
"declaration": {
|
|
1371
|
-
"name": "
|
|
1372
|
-
"
|
|
1268
|
+
"name": "AccordionItem",
|
|
1269
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1373
1270
|
}
|
|
1374
1271
|
},
|
|
1375
1272
|
{
|
|
1376
1273
|
"kind": "js",
|
|
1377
|
-
"name": "
|
|
1274
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1378
1275
|
"declaration": {
|
|
1379
|
-
"name": "
|
|
1380
|
-
"
|
|
1276
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1277
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1381
1278
|
}
|
|
1382
1279
|
},
|
|
1383
1280
|
{
|
|
1384
1281
|
"kind": "js",
|
|
1385
|
-
"name": "
|
|
1282
|
+
"name": "defaultAccordionItemConfig",
|
|
1386
1283
|
"declaration": {
|
|
1387
|
-
"name": "
|
|
1388
|
-
"
|
|
1284
|
+
"name": "defaultAccordionItemConfig",
|
|
1285
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1389
1286
|
}
|
|
1390
1287
|
},
|
|
1391
1288
|
{
|
|
1392
1289
|
"kind": "js",
|
|
1393
|
-
"name": "
|
|
1290
|
+
"name": "foundationAccordionItem",
|
|
1394
1291
|
"declaration": {
|
|
1395
|
-
"name": "
|
|
1396
|
-
"
|
|
1292
|
+
"name": "foundationAccordionItem",
|
|
1293
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1397
1294
|
}
|
|
1398
1295
|
}
|
|
1399
1296
|
]
|
|
1400
1297
|
},
|
|
1401
1298
|
{
|
|
1402
1299
|
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/
|
|
1300
|
+
"path": "src/accordion-item/index.ts",
|
|
1404
1301
|
"declarations": [],
|
|
1405
1302
|
"exports": [
|
|
1406
1303
|
{
|
|
@@ -1408,7 +1305,7 @@
|
|
|
1408
1305
|
"name": "*",
|
|
1409
1306
|
"declaration": {
|
|
1410
1307
|
"name": "*",
|
|
1411
|
-
"package": "./
|
|
1308
|
+
"package": "./accordion-item.template"
|
|
1412
1309
|
}
|
|
1413
1310
|
},
|
|
1414
1311
|
{
|
|
@@ -1416,7 +1313,7 @@
|
|
|
1416
1313
|
"name": "*",
|
|
1417
1314
|
"declaration": {
|
|
1418
1315
|
"name": "*",
|
|
1419
|
-
"package": "./
|
|
1316
|
+
"package": "./accordion-item.styles"
|
|
1420
1317
|
}
|
|
1421
1318
|
},
|
|
1422
1319
|
{
|
|
@@ -1424,7 +1321,7 @@
|
|
|
1424
1321
|
"name": "*",
|
|
1425
1322
|
"declaration": {
|
|
1426
1323
|
"name": "*",
|
|
1427
|
-
"package": "./
|
|
1324
|
+
"package": "./accordion-item"
|
|
1428
1325
|
}
|
|
1429
1326
|
}
|
|
1430
1327
|
]
|
|
@@ -1988,400 +1885,6 @@
|
|
|
1988
1885
|
}
|
|
1989
1886
|
]
|
|
1990
1887
|
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "javascript-module",
|
|
1993
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1994
|
-
"declarations": [
|
|
1995
|
-
{
|
|
1996
|
-
"kind": "function",
|
|
1997
|
-
"name": "foundationAccordionItemStyles",
|
|
1998
|
-
"return": {
|
|
1999
|
-
"type": {
|
|
2000
|
-
"text": "ElementStyles"
|
|
2001
|
-
}
|
|
2002
|
-
},
|
|
2003
|
-
"parameters": [
|
|
2004
|
-
{
|
|
2005
|
-
"name": "context",
|
|
2006
|
-
"type": {
|
|
2007
|
-
"text": "ElementDefinitionContext"
|
|
2008
|
-
}
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "definition",
|
|
2012
|
-
"type": {
|
|
2013
|
-
"text": "FoundationElementDefinition"
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
}
|
|
2018
|
-
],
|
|
2019
|
-
"exports": [
|
|
2020
|
-
{
|
|
2021
|
-
"kind": "js",
|
|
2022
|
-
"name": "foundationAccordionItemStyles",
|
|
2023
|
-
"declaration": {
|
|
2024
|
-
"name": "foundationAccordionItemStyles",
|
|
2025
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
]
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"kind": "javascript-module",
|
|
2032
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2033
|
-
"declarations": [
|
|
2034
|
-
{
|
|
2035
|
-
"kind": "function",
|
|
2036
|
-
"name": "foundationAccordionItemTemplate",
|
|
2037
|
-
"return": {
|
|
2038
|
-
"type": {
|
|
2039
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
2040
|
-
}
|
|
2041
|
-
},
|
|
2042
|
-
"parameters": [
|
|
2043
|
-
{
|
|
2044
|
-
"name": "context",
|
|
2045
|
-
"type": {
|
|
2046
|
-
"text": "ElementDefinitionContext"
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"name": "definition",
|
|
2051
|
-
"type": {
|
|
2052
|
-
"text": "FoundationElementDefinition"
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
]
|
|
2056
|
-
}
|
|
2057
|
-
],
|
|
2058
|
-
"exports": [
|
|
2059
|
-
{
|
|
2060
|
-
"kind": "js",
|
|
2061
|
-
"name": "foundationAccordionItemTemplate",
|
|
2062
|
-
"declaration": {
|
|
2063
|
-
"name": "foundationAccordionItemTemplate",
|
|
2064
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
2072
|
-
"declarations": [
|
|
2073
|
-
{
|
|
2074
|
-
"kind": "class",
|
|
2075
|
-
"description": "",
|
|
2076
|
-
"name": "AccordionItem",
|
|
2077
|
-
"superclass": {
|
|
2078
|
-
"name": "FASTAccordionItem",
|
|
2079
|
-
"package": "@microsoft/fast-components"
|
|
2080
|
-
},
|
|
2081
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2082
|
-
"customElement": true,
|
|
2083
|
-
"attributes": [
|
|
2084
|
-
{
|
|
2085
|
-
"name": "heading-level",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2088
|
-
},
|
|
2089
|
-
"default": "2",
|
|
2090
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2091
|
-
"fieldName": "headinglevel",
|
|
2092
|
-
"inheritedFrom": {
|
|
2093
|
-
"name": "AccordionItem",
|
|
2094
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"type": {
|
|
2099
|
-
"text": "boolean"
|
|
2100
|
-
},
|
|
2101
|
-
"default": "false",
|
|
2102
|
-
"description": "Expands or collapses the item.",
|
|
2103
|
-
"fieldName": "expanded",
|
|
2104
|
-
"inheritedFrom": {
|
|
2105
|
-
"name": "AccordionItem",
|
|
2106
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "id",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "string"
|
|
2113
|
-
},
|
|
2114
|
-
"description": "The item ID",
|
|
2115
|
-
"fieldName": "id",
|
|
2116
|
-
"inheritedFrom": {
|
|
2117
|
-
"name": "AccordionItem",
|
|
2118
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"members": [
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "field",
|
|
2125
|
-
"name": "headinglevel",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2128
|
-
},
|
|
2129
|
-
"privacy": "public",
|
|
2130
|
-
"default": "2",
|
|
2131
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2132
|
-
"inheritedFrom": {
|
|
2133
|
-
"name": "AccordionItem",
|
|
2134
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"kind": "field",
|
|
2139
|
-
"name": "expanded",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "boolean"
|
|
2142
|
-
},
|
|
2143
|
-
"privacy": "public",
|
|
2144
|
-
"default": "false",
|
|
2145
|
-
"description": "Expands or collapses the item.",
|
|
2146
|
-
"inheritedFrom": {
|
|
2147
|
-
"name": "AccordionItem",
|
|
2148
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "field",
|
|
2153
|
-
"name": "id",
|
|
2154
|
-
"type": {
|
|
2155
|
-
"text": "string"
|
|
2156
|
-
},
|
|
2157
|
-
"privacy": "public",
|
|
2158
|
-
"description": "The item ID",
|
|
2159
|
-
"inheritedFrom": {
|
|
2160
|
-
"name": "AccordionItem",
|
|
2161
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"kind": "field",
|
|
2166
|
-
"name": "change",
|
|
2167
|
-
"privacy": "private",
|
|
2168
|
-
"inheritedFrom": {
|
|
2169
|
-
"name": "AccordionItem",
|
|
2170
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2171
|
-
}
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"kind": "field",
|
|
2175
|
-
"name": "_presentation",
|
|
2176
|
-
"type": {
|
|
2177
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2178
|
-
},
|
|
2179
|
-
"privacy": "private",
|
|
2180
|
-
"default": "void 0",
|
|
2181
|
-
"inheritedFrom": {
|
|
2182
|
-
"name": "FoundationElement",
|
|
2183
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"kind": "field",
|
|
2188
|
-
"name": "$presentation",
|
|
2189
|
-
"type": {
|
|
2190
|
-
"text": "ComponentPresentation | null"
|
|
2191
|
-
},
|
|
2192
|
-
"privacy": "public",
|
|
2193
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2194
|
-
"inheritedFrom": {
|
|
2195
|
-
"name": "FoundationElement",
|
|
2196
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2197
|
-
}
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"kind": "field",
|
|
2201
|
-
"name": "template",
|
|
2202
|
-
"type": {
|
|
2203
|
-
"text": "ElementViewTemplate | void | null"
|
|
2204
|
-
},
|
|
2205
|
-
"privacy": "public",
|
|
2206
|
-
"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.",
|
|
2207
|
-
"inheritedFrom": {
|
|
2208
|
-
"name": "FoundationElement",
|
|
2209
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2210
|
-
}
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"kind": "method",
|
|
2214
|
-
"name": "templateChanged",
|
|
2215
|
-
"privacy": "protected",
|
|
2216
|
-
"return": {
|
|
2217
|
-
"type": {
|
|
2218
|
-
"text": "void"
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
"inheritedFrom": {
|
|
2222
|
-
"name": "FoundationElement",
|
|
2223
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2224
|
-
}
|
|
2225
|
-
},
|
|
2226
|
-
{
|
|
2227
|
-
"kind": "field",
|
|
2228
|
-
"name": "styles",
|
|
2229
|
-
"type": {
|
|
2230
|
-
"text": "ElementStyles | void | null"
|
|
2231
|
-
},
|
|
2232
|
-
"privacy": "public",
|
|
2233
|
-
"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.",
|
|
2234
|
-
"inheritedFrom": {
|
|
2235
|
-
"name": "FoundationElement",
|
|
2236
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2237
|
-
}
|
|
2238
|
-
},
|
|
2239
|
-
{
|
|
2240
|
-
"kind": "method",
|
|
2241
|
-
"name": "stylesChanged",
|
|
2242
|
-
"privacy": "protected",
|
|
2243
|
-
"return": {
|
|
2244
|
-
"type": {
|
|
2245
|
-
"text": "void"
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
"inheritedFrom": {
|
|
2249
|
-
"name": "FoundationElement",
|
|
2250
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2251
|
-
}
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "method",
|
|
2255
|
-
"name": "compose",
|
|
2256
|
-
"privacy": "public",
|
|
2257
|
-
"static": true,
|
|
2258
|
-
"return": {
|
|
2259
|
-
"type": {
|
|
2260
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
"parameters": [
|
|
2264
|
-
{
|
|
2265
|
-
"name": "this",
|
|
2266
|
-
"type": {
|
|
2267
|
-
"text": "K"
|
|
2268
|
-
}
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"name": "elementDefinition",
|
|
2272
|
-
"type": {
|
|
2273
|
-
"text": "T"
|
|
2274
|
-
},
|
|
2275
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2276
|
-
}
|
|
2277
|
-
],
|
|
2278
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2279
|
-
"inheritedFrom": {
|
|
2280
|
-
"name": "FoundationElement",
|
|
2281
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2282
|
-
}
|
|
2283
|
-
}
|
|
2284
|
-
],
|
|
2285
|
-
"events": [
|
|
2286
|
-
{
|
|
2287
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2288
|
-
"name": "change",
|
|
2289
|
-
"inheritedFrom": {
|
|
2290
|
-
"name": "AccordionItem",
|
|
2291
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
]
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "variable",
|
|
2298
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2299
|
-
"type": {
|
|
2300
|
-
"text": "ShadowRootInit"
|
|
2301
|
-
},
|
|
2302
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "variable",
|
|
2306
|
-
"name": "defaultAccordionItemConfig",
|
|
2307
|
-
"type": {
|
|
2308
|
-
"text": "object"
|
|
2309
|
-
},
|
|
2310
|
-
"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}"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"kind": "variable",
|
|
2314
|
-
"name": "foundationAccordionItem",
|
|
2315
|
-
"description": "The Foundation Accordion Item",
|
|
2316
|
-
"privacy": "public"
|
|
2317
|
-
}
|
|
2318
|
-
],
|
|
2319
|
-
"exports": [
|
|
2320
|
-
{
|
|
2321
|
-
"kind": "js",
|
|
2322
|
-
"name": "AccordionItem",
|
|
2323
|
-
"declaration": {
|
|
2324
|
-
"name": "AccordionItem",
|
|
2325
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "js",
|
|
2330
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2331
|
-
"declaration": {
|
|
2332
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2333
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"kind": "js",
|
|
2338
|
-
"name": "defaultAccordionItemConfig",
|
|
2339
|
-
"declaration": {
|
|
2340
|
-
"name": "defaultAccordionItemConfig",
|
|
2341
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"kind": "js",
|
|
2346
|
-
"name": "foundationAccordionItem",
|
|
2347
|
-
"declaration": {
|
|
2348
|
-
"name": "foundationAccordionItem",
|
|
2349
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2350
|
-
}
|
|
2351
|
-
}
|
|
2352
|
-
]
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"kind": "javascript-module",
|
|
2356
|
-
"path": "src/accordion-item/index.ts",
|
|
2357
|
-
"declarations": [],
|
|
2358
|
-
"exports": [
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "js",
|
|
2361
|
-
"name": "*",
|
|
2362
|
-
"declaration": {
|
|
2363
|
-
"name": "*",
|
|
2364
|
-
"package": "./accordion-item.template"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "*",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "*",
|
|
2372
|
-
"package": "./accordion-item.styles"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "*",
|
|
2378
|
-
"declaration": {
|
|
2379
|
-
"name": "*",
|
|
2380
|
-
"package": "./accordion-item"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
]
|
|
2384
|
-
},
|
|
2385
1888
|
{
|
|
2386
1889
|
"kind": "javascript-module",
|
|
2387
1890
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -3440,6 +2943,503 @@
|
|
|
3440
2943
|
}
|
|
3441
2944
|
]
|
|
3442
2945
|
},
|
|
2946
|
+
{
|
|
2947
|
+
"kind": "javascript-module",
|
|
2948
|
+
"path": "src/_common/affix-mixin.ts",
|
|
2949
|
+
"declarations": [
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "mixin",
|
|
2952
|
+
"description": "Mixin that adds prefix/suffix affix support with screen-reader handling to an input field component.\nShared between TextField and NumberField to keep the behaviour consistent and avoid duplication.",
|
|
2953
|
+
"name": "AffixMixin",
|
|
2954
|
+
"members": [
|
|
2955
|
+
{
|
|
2956
|
+
"kind": "field",
|
|
2957
|
+
"name": "prefix",
|
|
2958
|
+
"type": {
|
|
2959
|
+
"text": "string"
|
|
2960
|
+
},
|
|
2961
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "field",
|
|
2965
|
+
"name": "suffix",
|
|
2966
|
+
"type": {
|
|
2967
|
+
"text": "string"
|
|
2968
|
+
},
|
|
2969
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "field",
|
|
2973
|
+
"name": "hideAffixFromScreenReader",
|
|
2974
|
+
"type": {
|
|
2975
|
+
"text": "boolean"
|
|
2976
|
+
},
|
|
2977
|
+
"default": "false",
|
|
2978
|
+
"description": "When true, prefix/suffix are not exposed to assistive technology (`aria-hidden` on affixes,\nand their ids are omitted from the control's `aria-describedby`).\nUse only when the unit or symbol is redundant with the visible label or other text."
|
|
2979
|
+
}
|
|
2980
|
+
],
|
|
2981
|
+
"parameters": [
|
|
2982
|
+
{
|
|
2983
|
+
"name": "Base",
|
|
2984
|
+
"type": {
|
|
2985
|
+
"text": "TBase"
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
]
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"exports": [
|
|
2992
|
+
{
|
|
2993
|
+
"kind": "js",
|
|
2994
|
+
"name": "AffixMixin",
|
|
2995
|
+
"declaration": {
|
|
2996
|
+
"name": "AffixMixin",
|
|
2997
|
+
"module": "src/_common/affix-mixin.ts"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
]
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"kind": "javascript-module",
|
|
3004
|
+
"path": "src/_common/base-file-component.ts",
|
|
3005
|
+
"declarations": [
|
|
3006
|
+
{
|
|
3007
|
+
"kind": "class",
|
|
3008
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
3009
|
+
"name": "BaseFileComponent",
|
|
3010
|
+
"members": [
|
|
3011
|
+
{
|
|
3012
|
+
"kind": "field",
|
|
3013
|
+
"name": "fileInput",
|
|
3014
|
+
"type": {
|
|
3015
|
+
"text": "HTMLInputElement"
|
|
3016
|
+
},
|
|
3017
|
+
"privacy": "public"
|
|
3018
|
+
},
|
|
3019
|
+
{
|
|
3020
|
+
"kind": "field",
|
|
3021
|
+
"name": "selectedFile",
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "File | null"
|
|
3024
|
+
},
|
|
3025
|
+
"privacy": "protected",
|
|
3026
|
+
"default": "null"
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "label",
|
|
3031
|
+
"type": {
|
|
3032
|
+
"text": "string"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"kind": "field",
|
|
3037
|
+
"name": "accept",
|
|
3038
|
+
"type": {
|
|
3039
|
+
"text": "string"
|
|
3040
|
+
},
|
|
3041
|
+
"default": "''"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"kind": "field",
|
|
3045
|
+
"name": "fileSizeLimitBytes",
|
|
3046
|
+
"default": "10_485_760",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "number"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "fileName",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "string"
|
|
3056
|
+
},
|
|
3057
|
+
"default": "''"
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "field",
|
|
3061
|
+
"name": "isProcessing",
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "boolean"
|
|
3064
|
+
},
|
|
3065
|
+
"default": "false"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
"kind": "method",
|
|
3069
|
+
"name": "handleClick",
|
|
3070
|
+
"privacy": "public",
|
|
3071
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"kind": "method",
|
|
3075
|
+
"name": "onInputChange",
|
|
3076
|
+
"privacy": "public",
|
|
3077
|
+
"parameters": [
|
|
3078
|
+
{
|
|
3079
|
+
"name": "e",
|
|
3080
|
+
"type": {
|
|
3081
|
+
"text": "Event"
|
|
3082
|
+
},
|
|
3083
|
+
"description": "The change event from the file input"
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "method",
|
|
3090
|
+
"name": "clearSelection",
|
|
3091
|
+
"privacy": "public",
|
|
3092
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"kind": "method",
|
|
3096
|
+
"name": "getSelectedFile",
|
|
3097
|
+
"privacy": "public",
|
|
3098
|
+
"description": "Gets the currently selected file object",
|
|
3099
|
+
"return": {
|
|
3100
|
+
"type": {
|
|
3101
|
+
"text": ""
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"kind": "method",
|
|
3107
|
+
"name": "showError",
|
|
3108
|
+
"privacy": "protected",
|
|
3109
|
+
"parameters": [
|
|
3110
|
+
{
|
|
3111
|
+
"name": "title",
|
|
3112
|
+
"type": {
|
|
3113
|
+
"text": "string"
|
|
3114
|
+
},
|
|
3115
|
+
"description": "The error title"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"name": "message",
|
|
3119
|
+
"type": {
|
|
3120
|
+
"text": "string"
|
|
3121
|
+
},
|
|
3122
|
+
"description": "The error message"
|
|
3123
|
+
}
|
|
3124
|
+
],
|
|
3125
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "method",
|
|
3129
|
+
"name": "onFileSelected",
|
|
3130
|
+
"privacy": "protected",
|
|
3131
|
+
"return": {
|
|
3132
|
+
"type": {
|
|
3133
|
+
"text": "void"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3136
|
+
"parameters": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "files",
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "File[]"
|
|
3141
|
+
},
|
|
3142
|
+
"description": "The selected file"
|
|
3143
|
+
}
|
|
3144
|
+
],
|
|
3145
|
+
"description": "Abstract method called when a file is selected"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "method",
|
|
3149
|
+
"name": "onFileCleared",
|
|
3150
|
+
"privacy": "protected",
|
|
3151
|
+
"return": {
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "void"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"description": "Abstract method called when file selection is cleared"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"kind": "field",
|
|
3160
|
+
"name": "_presentation",
|
|
3161
|
+
"type": {
|
|
3162
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3163
|
+
},
|
|
3164
|
+
"privacy": "private",
|
|
3165
|
+
"default": "void 0",
|
|
3166
|
+
"inheritedFrom": {
|
|
3167
|
+
"name": "FoundationElement",
|
|
3168
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"kind": "field",
|
|
3173
|
+
"name": "$presentation",
|
|
3174
|
+
"type": {
|
|
3175
|
+
"text": "ComponentPresentation | null"
|
|
3176
|
+
},
|
|
3177
|
+
"privacy": "public",
|
|
3178
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3179
|
+
"inheritedFrom": {
|
|
3180
|
+
"name": "FoundationElement",
|
|
3181
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"kind": "field",
|
|
3186
|
+
"name": "template",
|
|
3187
|
+
"type": {
|
|
3188
|
+
"text": "ElementViewTemplate | void | null"
|
|
3189
|
+
},
|
|
3190
|
+
"privacy": "public",
|
|
3191
|
+
"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.",
|
|
3192
|
+
"inheritedFrom": {
|
|
3193
|
+
"name": "FoundationElement",
|
|
3194
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"kind": "method",
|
|
3199
|
+
"name": "templateChanged",
|
|
3200
|
+
"privacy": "protected",
|
|
3201
|
+
"return": {
|
|
3202
|
+
"type": {
|
|
3203
|
+
"text": "void"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
"inheritedFrom": {
|
|
3207
|
+
"name": "FoundationElement",
|
|
3208
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3211
|
+
{
|
|
3212
|
+
"kind": "field",
|
|
3213
|
+
"name": "styles",
|
|
3214
|
+
"type": {
|
|
3215
|
+
"text": "ElementStyles | void | null"
|
|
3216
|
+
},
|
|
3217
|
+
"privacy": "public",
|
|
3218
|
+
"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.",
|
|
3219
|
+
"inheritedFrom": {
|
|
3220
|
+
"name": "FoundationElement",
|
|
3221
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "method",
|
|
3226
|
+
"name": "stylesChanged",
|
|
3227
|
+
"privacy": "protected",
|
|
3228
|
+
"return": {
|
|
3229
|
+
"type": {
|
|
3230
|
+
"text": "void"
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3233
|
+
"inheritedFrom": {
|
|
3234
|
+
"name": "FoundationElement",
|
|
3235
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "method",
|
|
3240
|
+
"name": "compose",
|
|
3241
|
+
"privacy": "public",
|
|
3242
|
+
"static": true,
|
|
3243
|
+
"return": {
|
|
3244
|
+
"type": {
|
|
3245
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3248
|
+
"parameters": [
|
|
3249
|
+
{
|
|
3250
|
+
"name": "this",
|
|
3251
|
+
"type": {
|
|
3252
|
+
"text": "K"
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"name": "elementDefinition",
|
|
3257
|
+
"type": {
|
|
3258
|
+
"text": "T"
|
|
3259
|
+
},
|
|
3260
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3261
|
+
}
|
|
3262
|
+
],
|
|
3263
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3264
|
+
"inheritedFrom": {
|
|
3265
|
+
"name": "FoundationElement",
|
|
3266
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3267
|
+
}
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"events": [
|
|
3271
|
+
{
|
|
3272
|
+
"description": "Fired when file size validation fails",
|
|
3273
|
+
"name": "error"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"description": "Fired when selection is cleared",
|
|
3277
|
+
"name": "clear"
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"attributes": [
|
|
3281
|
+
{
|
|
3282
|
+
"name": "label",
|
|
3283
|
+
"type": {
|
|
3284
|
+
"text": "string"
|
|
3285
|
+
},
|
|
3286
|
+
"fieldName": "label"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"name": "accept",
|
|
3290
|
+
"type": {
|
|
3291
|
+
"text": "string"
|
|
3292
|
+
},
|
|
3293
|
+
"default": "''",
|
|
3294
|
+
"fieldName": "accept"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"name": "file-size-limit-bytes",
|
|
3298
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
3299
|
+
"resolveInitializer": {
|
|
3300
|
+
"module": "src/_common/base-file-component.ts"
|
|
3301
|
+
},
|
|
3302
|
+
"fieldName": "fileSizeLimitBytes"
|
|
3303
|
+
}
|
|
3304
|
+
],
|
|
3305
|
+
"superclass": {
|
|
3306
|
+
"name": "FoundationElement",
|
|
3307
|
+
"package": "@microsoft/fast-foundation"
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"exports": [
|
|
3312
|
+
{
|
|
3313
|
+
"kind": "js",
|
|
3314
|
+
"name": "BaseFileComponent",
|
|
3315
|
+
"declaration": {
|
|
3316
|
+
"name": "BaseFileComponent",
|
|
3317
|
+
"module": "src/_common/base-file-component.ts"
|
|
3318
|
+
}
|
|
3319
|
+
}
|
|
3320
|
+
]
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"kind": "javascript-module",
|
|
3324
|
+
"path": "src/_common/field-styles.ts",
|
|
3325
|
+
"declarations": [
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "variable",
|
|
3328
|
+
"name": "sharedFieldStyles",
|
|
3329
|
+
"default": "css`\n .label-hidden {\n margin: 0;\n }\n\n .control-field {\n display: flex;\n flex: 1 1 0%;\n min-width: 0;\n align-self: stretch;\n align-items: stretch;\n }\n\n .control-field .control {\n flex: 1 1 auto;\n min-width: 0;\n width: auto;\n }\n\n .prefix,\n .suffix {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n box-sizing: border-box;\n padding: 0 calc(var(--design-unit) * 2px);\n user-select: none;\n white-space: nowrap;\n background-color: var(--neutral-fill-rest);\n color: var(--neutral-foreground-hint);\n font-size: var(--type-ramp-base-font-size);\n font-family: inherit;\n line-height: 1;\n }\n\n .prefix {\n border-right: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n .suffix {\n border-left: 1px solid var(--neutral-stroke-divider-rest);\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-prefix:not(.has-suffix)) .control-field .control {\n border-radius: 0 calc(var(--control-corner-radius) * 1px)\n calc(var(--control-corner-radius) * 1px) 0;\n }\n\n :host(.has-suffix:not(.has-prefix)) .control-field .control {\n border-radius: calc(var(--control-corner-radius) * 1px) 0 0\n calc(var(--control-corner-radius) * 1px);\n }\n\n :host(.has-prefix.has-suffix) .control-field .control {\n border-radius: 0;\n }\n`"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "sharedFieldStyles",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "sharedFieldStyles",
|
|
3338
|
+
"module": "src/_common/field-styles.ts"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "javascript-module",
|
|
3345
|
+
"path": "src/_common/icons.ts",
|
|
3346
|
+
"declarations": [
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "function",
|
|
3349
|
+
"name": "closeIcon",
|
|
3350
|
+
"parameters": [
|
|
3351
|
+
{
|
|
3352
|
+
"name": "slot",
|
|
3353
|
+
"default": "'start'"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"name": "fill",
|
|
3357
|
+
"default": "'#879ba6'"
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
}
|
|
3361
|
+
],
|
|
3362
|
+
"exports": [
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "js",
|
|
3365
|
+
"name": "closeIcon",
|
|
3366
|
+
"declaration": {
|
|
3367
|
+
"name": "closeIcon",
|
|
3368
|
+
"module": "src/_common/icons.ts"
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
]
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "javascript-module",
|
|
3375
|
+
"path": "src/_common/index.ts",
|
|
3376
|
+
"declarations": [],
|
|
3377
|
+
"exports": [
|
|
3378
|
+
{
|
|
3379
|
+
"kind": "js",
|
|
3380
|
+
"name": "*",
|
|
3381
|
+
"declaration": {
|
|
3382
|
+
"name": "*",
|
|
3383
|
+
"package": "./affix-mixin"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "js",
|
|
3388
|
+
"name": "*",
|
|
3389
|
+
"declaration": {
|
|
3390
|
+
"name": "*",
|
|
3391
|
+
"package": "./base-file-component"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"kind": "js",
|
|
3396
|
+
"name": "*",
|
|
3397
|
+
"declaration": {
|
|
3398
|
+
"name": "*",
|
|
3399
|
+
"package": "./field-styles"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "js",
|
|
3404
|
+
"name": "*",
|
|
3405
|
+
"declaration": {
|
|
3406
|
+
"name": "*",
|
|
3407
|
+
"package": "./icons"
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "javascript-module",
|
|
3414
|
+
"path": "src/_config/index.ts",
|
|
3415
|
+
"declarations": [],
|
|
3416
|
+
"exports": [
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "js",
|
|
3419
|
+
"name": "*",
|
|
3420
|
+
"declaration": {
|
|
3421
|
+
"name": "*",
|
|
3422
|
+
"package": "./styles"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "*",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "*",
|
|
3430
|
+
"package": "./tokens"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "*",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "*",
|
|
3438
|
+
"package": "./values"
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
]
|
|
3442
|
+
},
|
|
3443
3443
|
{
|
|
3444
3444
|
"kind": "javascript-module",
|
|
3445
3445
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -57691,6 +57691,197 @@
|
|
|
57691
57691
|
}
|
|
57692
57692
|
]
|
|
57693
57693
|
},
|
|
57694
|
+
{
|
|
57695
|
+
"kind": "javascript-module",
|
|
57696
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57697
|
+
"declarations": [],
|
|
57698
|
+
"exports": []
|
|
57699
|
+
},
|
|
57700
|
+
{
|
|
57701
|
+
"kind": "javascript-module",
|
|
57702
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57703
|
+
"declarations": [
|
|
57704
|
+
{
|
|
57705
|
+
"kind": "function",
|
|
57706
|
+
"name": "groupsToCriteria",
|
|
57707
|
+
"return": {
|
|
57708
|
+
"type": {
|
|
57709
|
+
"text": "string"
|
|
57710
|
+
}
|
|
57711
|
+
},
|
|
57712
|
+
"parameters": [
|
|
57713
|
+
{
|
|
57714
|
+
"name": "groups",
|
|
57715
|
+
"type": {
|
|
57716
|
+
"text": "CriteriaGroup[]"
|
|
57717
|
+
}
|
|
57718
|
+
}
|
|
57719
|
+
],
|
|
57720
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57721
|
+
},
|
|
57722
|
+
{
|
|
57723
|
+
"kind": "variable",
|
|
57724
|
+
"name": "STRING_OPERATORS",
|
|
57725
|
+
"type": {
|
|
57726
|
+
"text": "CriteriaOperator[]"
|
|
57727
|
+
},
|
|
57728
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57729
|
+
},
|
|
57730
|
+
{
|
|
57731
|
+
"kind": "variable",
|
|
57732
|
+
"name": "NUMERIC_OPERATORS",
|
|
57733
|
+
"type": {
|
|
57734
|
+
"text": "CriteriaOperator[]"
|
|
57735
|
+
},
|
|
57736
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57737
|
+
},
|
|
57738
|
+
{
|
|
57739
|
+
"kind": "variable",
|
|
57740
|
+
"name": "DATE_OPERATORS",
|
|
57741
|
+
"type": {
|
|
57742
|
+
"text": "CriteriaOperator[]"
|
|
57743
|
+
},
|
|
57744
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57745
|
+
},
|
|
57746
|
+
{
|
|
57747
|
+
"kind": "variable",
|
|
57748
|
+
"name": "DATETIME_OPERATORS",
|
|
57749
|
+
"type": {
|
|
57750
|
+
"text": "CriteriaOperator[]"
|
|
57751
|
+
},
|
|
57752
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57753
|
+
},
|
|
57754
|
+
{
|
|
57755
|
+
"kind": "variable",
|
|
57756
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57757
|
+
"type": {
|
|
57758
|
+
"text": "Record<CriteriaOperator, string>"
|
|
57759
|
+
},
|
|
57760
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
57761
|
+
}
|
|
57762
|
+
],
|
|
57763
|
+
"exports": [
|
|
57764
|
+
{
|
|
57765
|
+
"kind": "js",
|
|
57766
|
+
"name": "groupsToCriteria",
|
|
57767
|
+
"declaration": {
|
|
57768
|
+
"name": "groupsToCriteria",
|
|
57769
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57770
|
+
}
|
|
57771
|
+
},
|
|
57772
|
+
{
|
|
57773
|
+
"kind": "js",
|
|
57774
|
+
"name": "STRING_OPERATORS",
|
|
57775
|
+
"declaration": {
|
|
57776
|
+
"name": "STRING_OPERATORS",
|
|
57777
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57778
|
+
}
|
|
57779
|
+
},
|
|
57780
|
+
{
|
|
57781
|
+
"kind": "js",
|
|
57782
|
+
"name": "NUMERIC_OPERATORS",
|
|
57783
|
+
"declaration": {
|
|
57784
|
+
"name": "NUMERIC_OPERATORS",
|
|
57785
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57786
|
+
}
|
|
57787
|
+
},
|
|
57788
|
+
{
|
|
57789
|
+
"kind": "js",
|
|
57790
|
+
"name": "DATE_OPERATORS",
|
|
57791
|
+
"declaration": {
|
|
57792
|
+
"name": "DATE_OPERATORS",
|
|
57793
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57794
|
+
}
|
|
57795
|
+
},
|
|
57796
|
+
{
|
|
57797
|
+
"kind": "js",
|
|
57798
|
+
"name": "DATETIME_OPERATORS",
|
|
57799
|
+
"declaration": {
|
|
57800
|
+
"name": "DATETIME_OPERATORS",
|
|
57801
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57802
|
+
}
|
|
57803
|
+
},
|
|
57804
|
+
{
|
|
57805
|
+
"kind": "js",
|
|
57806
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57807
|
+
"declaration": {
|
|
57808
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57809
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57810
|
+
}
|
|
57811
|
+
}
|
|
57812
|
+
]
|
|
57813
|
+
},
|
|
57814
|
+
{
|
|
57815
|
+
"kind": "javascript-module",
|
|
57816
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57817
|
+
"declarations": [
|
|
57818
|
+
{
|
|
57819
|
+
"kind": "function",
|
|
57820
|
+
"name": "validateClauses",
|
|
57821
|
+
"return": {
|
|
57822
|
+
"type": {
|
|
57823
|
+
"text": "ValidationResult"
|
|
57824
|
+
}
|
|
57825
|
+
},
|
|
57826
|
+
"parameters": [
|
|
57827
|
+
{
|
|
57828
|
+
"name": "clauses",
|
|
57829
|
+
"type": {
|
|
57830
|
+
"text": "CriteriaClause[]"
|
|
57831
|
+
}
|
|
57832
|
+
},
|
|
57833
|
+
{
|
|
57834
|
+
"name": "fieldMetadata",
|
|
57835
|
+
"type": {
|
|
57836
|
+
"text": "MetadataDetail[] | string[]"
|
|
57837
|
+
}
|
|
57838
|
+
}
|
|
57839
|
+
]
|
|
57840
|
+
},
|
|
57841
|
+
{
|
|
57842
|
+
"kind": "function",
|
|
57843
|
+
"name": "validateGroups",
|
|
57844
|
+
"return": {
|
|
57845
|
+
"type": {
|
|
57846
|
+
"text": "GroupsValidationResult"
|
|
57847
|
+
}
|
|
57848
|
+
},
|
|
57849
|
+
"parameters": [
|
|
57850
|
+
{
|
|
57851
|
+
"name": "groups",
|
|
57852
|
+
"type": {
|
|
57853
|
+
"text": "CriteriaGroup[]"
|
|
57854
|
+
}
|
|
57855
|
+
},
|
|
57856
|
+
{
|
|
57857
|
+
"name": "fieldMetadata",
|
|
57858
|
+
"type": {
|
|
57859
|
+
"text": "MetadataDetail[] | string[]"
|
|
57860
|
+
}
|
|
57861
|
+
}
|
|
57862
|
+
],
|
|
57863
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57864
|
+
}
|
|
57865
|
+
],
|
|
57866
|
+
"exports": [
|
|
57867
|
+
{
|
|
57868
|
+
"kind": "js",
|
|
57869
|
+
"name": "validateClauses",
|
|
57870
|
+
"declaration": {
|
|
57871
|
+
"name": "validateClauses",
|
|
57872
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57873
|
+
}
|
|
57874
|
+
},
|
|
57875
|
+
{
|
|
57876
|
+
"kind": "js",
|
|
57877
|
+
"name": "validateGroups",
|
|
57878
|
+
"declaration": {
|
|
57879
|
+
"name": "validateGroups",
|
|
57880
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57881
|
+
}
|
|
57882
|
+
}
|
|
57883
|
+
]
|
|
57884
|
+
},
|
|
57694
57885
|
{
|
|
57695
57886
|
"kind": "javascript-module",
|
|
57696
57887
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -59063,197 +59254,6 @@
|
|
|
59063
59254
|
"declarations": [],
|
|
59064
59255
|
"exports": []
|
|
59065
59256
|
},
|
|
59066
|
-
{
|
|
59067
|
-
"kind": "javascript-module",
|
|
59068
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59069
|
-
"declarations": [],
|
|
59070
|
-
"exports": []
|
|
59071
|
-
},
|
|
59072
|
-
{
|
|
59073
|
-
"kind": "javascript-module",
|
|
59074
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59075
|
-
"declarations": [
|
|
59076
|
-
{
|
|
59077
|
-
"kind": "function",
|
|
59078
|
-
"name": "groupsToCriteria",
|
|
59079
|
-
"return": {
|
|
59080
|
-
"type": {
|
|
59081
|
-
"text": "string"
|
|
59082
|
-
}
|
|
59083
|
-
},
|
|
59084
|
-
"parameters": [
|
|
59085
|
-
{
|
|
59086
|
-
"name": "groups",
|
|
59087
|
-
"type": {
|
|
59088
|
-
"text": "CriteriaGroup[]"
|
|
59089
|
-
}
|
|
59090
|
-
}
|
|
59091
|
-
],
|
|
59092
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
59093
|
-
},
|
|
59094
|
-
{
|
|
59095
|
-
"kind": "variable",
|
|
59096
|
-
"name": "STRING_OPERATORS",
|
|
59097
|
-
"type": {
|
|
59098
|
-
"text": "CriteriaOperator[]"
|
|
59099
|
-
},
|
|
59100
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59101
|
-
},
|
|
59102
|
-
{
|
|
59103
|
-
"kind": "variable",
|
|
59104
|
-
"name": "NUMERIC_OPERATORS",
|
|
59105
|
-
"type": {
|
|
59106
|
-
"text": "CriteriaOperator[]"
|
|
59107
|
-
},
|
|
59108
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59109
|
-
},
|
|
59110
|
-
{
|
|
59111
|
-
"kind": "variable",
|
|
59112
|
-
"name": "DATE_OPERATORS",
|
|
59113
|
-
"type": {
|
|
59114
|
-
"text": "CriteriaOperator[]"
|
|
59115
|
-
},
|
|
59116
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59117
|
-
},
|
|
59118
|
-
{
|
|
59119
|
-
"kind": "variable",
|
|
59120
|
-
"name": "DATETIME_OPERATORS",
|
|
59121
|
-
"type": {
|
|
59122
|
-
"text": "CriteriaOperator[]"
|
|
59123
|
-
},
|
|
59124
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59125
|
-
},
|
|
59126
|
-
{
|
|
59127
|
-
"kind": "variable",
|
|
59128
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59129
|
-
"type": {
|
|
59130
|
-
"text": "Record<CriteriaOperator, string>"
|
|
59131
|
-
},
|
|
59132
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
59133
|
-
}
|
|
59134
|
-
],
|
|
59135
|
-
"exports": [
|
|
59136
|
-
{
|
|
59137
|
-
"kind": "js",
|
|
59138
|
-
"name": "groupsToCriteria",
|
|
59139
|
-
"declaration": {
|
|
59140
|
-
"name": "groupsToCriteria",
|
|
59141
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59142
|
-
}
|
|
59143
|
-
},
|
|
59144
|
-
{
|
|
59145
|
-
"kind": "js",
|
|
59146
|
-
"name": "STRING_OPERATORS",
|
|
59147
|
-
"declaration": {
|
|
59148
|
-
"name": "STRING_OPERATORS",
|
|
59149
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59150
|
-
}
|
|
59151
|
-
},
|
|
59152
|
-
{
|
|
59153
|
-
"kind": "js",
|
|
59154
|
-
"name": "NUMERIC_OPERATORS",
|
|
59155
|
-
"declaration": {
|
|
59156
|
-
"name": "NUMERIC_OPERATORS",
|
|
59157
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59158
|
-
}
|
|
59159
|
-
},
|
|
59160
|
-
{
|
|
59161
|
-
"kind": "js",
|
|
59162
|
-
"name": "DATE_OPERATORS",
|
|
59163
|
-
"declaration": {
|
|
59164
|
-
"name": "DATE_OPERATORS",
|
|
59165
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59166
|
-
}
|
|
59167
|
-
},
|
|
59168
|
-
{
|
|
59169
|
-
"kind": "js",
|
|
59170
|
-
"name": "DATETIME_OPERATORS",
|
|
59171
|
-
"declaration": {
|
|
59172
|
-
"name": "DATETIME_OPERATORS",
|
|
59173
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59174
|
-
}
|
|
59175
|
-
},
|
|
59176
|
-
{
|
|
59177
|
-
"kind": "js",
|
|
59178
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59179
|
-
"declaration": {
|
|
59180
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59181
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
59182
|
-
}
|
|
59183
|
-
}
|
|
59184
|
-
]
|
|
59185
|
-
},
|
|
59186
|
-
{
|
|
59187
|
-
"kind": "javascript-module",
|
|
59188
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
59189
|
-
"declarations": [
|
|
59190
|
-
{
|
|
59191
|
-
"kind": "function",
|
|
59192
|
-
"name": "validateClauses",
|
|
59193
|
-
"return": {
|
|
59194
|
-
"type": {
|
|
59195
|
-
"text": "ValidationResult"
|
|
59196
|
-
}
|
|
59197
|
-
},
|
|
59198
|
-
"parameters": [
|
|
59199
|
-
{
|
|
59200
|
-
"name": "clauses",
|
|
59201
|
-
"type": {
|
|
59202
|
-
"text": "CriteriaClause[]"
|
|
59203
|
-
}
|
|
59204
|
-
},
|
|
59205
|
-
{
|
|
59206
|
-
"name": "fieldMetadata",
|
|
59207
|
-
"type": {
|
|
59208
|
-
"text": "MetadataDetail[] | string[]"
|
|
59209
|
-
}
|
|
59210
|
-
}
|
|
59211
|
-
]
|
|
59212
|
-
},
|
|
59213
|
-
{
|
|
59214
|
-
"kind": "function",
|
|
59215
|
-
"name": "validateGroups",
|
|
59216
|
-
"return": {
|
|
59217
|
-
"type": {
|
|
59218
|
-
"text": "GroupsValidationResult"
|
|
59219
|
-
}
|
|
59220
|
-
},
|
|
59221
|
-
"parameters": [
|
|
59222
|
-
{
|
|
59223
|
-
"name": "groups",
|
|
59224
|
-
"type": {
|
|
59225
|
-
"text": "CriteriaGroup[]"
|
|
59226
|
-
}
|
|
59227
|
-
},
|
|
59228
|
-
{
|
|
59229
|
-
"name": "fieldMetadata",
|
|
59230
|
-
"type": {
|
|
59231
|
-
"text": "MetadataDetail[] | string[]"
|
|
59232
|
-
}
|
|
59233
|
-
}
|
|
59234
|
-
],
|
|
59235
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
59236
|
-
}
|
|
59237
|
-
],
|
|
59238
|
-
"exports": [
|
|
59239
|
-
{
|
|
59240
|
-
"kind": "js",
|
|
59241
|
-
"name": "validateClauses",
|
|
59242
|
-
"declaration": {
|
|
59243
|
-
"name": "validateClauses",
|
|
59244
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59245
|
-
}
|
|
59246
|
-
},
|
|
59247
|
-
{
|
|
59248
|
-
"kind": "js",
|
|
59249
|
-
"name": "validateGroups",
|
|
59250
|
-
"declaration": {
|
|
59251
|
-
"name": "validateGroups",
|
|
59252
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
59253
|
-
}
|
|
59254
|
-
}
|
|
59255
|
-
]
|
|
59256
|
-
},
|
|
59257
59257
|
{
|
|
59258
59258
|
"kind": "javascript-module",
|
|
59259
59259
|
"path": "src/environment-indicator/utils/configure.ts",
|