@genesislcap/foundation-ui 15.3.3 → 15.3.4-GENC-1475.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 +848 -848
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +19 -19
|
@@ -958,66 +958,44 @@
|
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"kind": "javascript-module",
|
|
961
|
-
"path": "src/
|
|
961
|
+
"path": "src/_common/affix-mixin.ts",
|
|
962
962
|
"declarations": [
|
|
963
963
|
{
|
|
964
|
-
"kind": "
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
|
|
968
|
-
"text": "ElementStyles"
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
"parameters": [
|
|
964
|
+
"kind": "mixin",
|
|
965
|
+
"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.",
|
|
966
|
+
"name": "AffixMixin",
|
|
967
|
+
"members": [
|
|
972
968
|
{
|
|
973
|
-
"
|
|
969
|
+
"kind": "field",
|
|
970
|
+
"name": "prefix",
|
|
974
971
|
"type": {
|
|
975
|
-
"text": "
|
|
976
|
-
}
|
|
972
|
+
"text": "string"
|
|
973
|
+
},
|
|
974
|
+
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
977
975
|
},
|
|
978
976
|
{
|
|
979
|
-
"
|
|
977
|
+
"kind": "field",
|
|
978
|
+
"name": "suffix",
|
|
980
979
|
"type": {
|
|
981
|
-
"text": "
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
}
|
|
986
|
-
],
|
|
987
|
-
"exports": [
|
|
988
|
-
{
|
|
989
|
-
"kind": "js",
|
|
990
|
-
"name": "foundationAccordionItemStyles",
|
|
991
|
-
"declaration": {
|
|
992
|
-
"name": "foundationAccordionItemStyles",
|
|
993
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
]
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"kind": "javascript-module",
|
|
1000
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1001
|
-
"declarations": [
|
|
1002
|
-
{
|
|
1003
|
-
"kind": "function",
|
|
1004
|
-
"name": "foundationAccordionItemTemplate",
|
|
1005
|
-
"return": {
|
|
1006
|
-
"type": {
|
|
1007
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
"parameters": [
|
|
980
|
+
"text": "string"
|
|
981
|
+
},
|
|
982
|
+
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
983
|
+
},
|
|
1011
984
|
{
|
|
1012
|
-
"
|
|
985
|
+
"kind": "field",
|
|
986
|
+
"name": "hideAffixFromScreenReader",
|
|
1013
987
|
"type": {
|
|
1014
|
-
"text": "
|
|
1015
|
-
}
|
|
1016
|
-
|
|
988
|
+
"text": "boolean"
|
|
989
|
+
},
|
|
990
|
+
"default": "false",
|
|
991
|
+
"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."
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"parameters": [
|
|
1017
995
|
{
|
|
1018
|
-
"name": "
|
|
996
|
+
"name": "Base",
|
|
1019
997
|
"type": {
|
|
1020
|
-
"text": "
|
|
998
|
+
"text": "TBase"
|
|
1021
999
|
}
|
|
1022
1000
|
}
|
|
1023
1001
|
]
|
|
@@ -1026,118 +1004,170 @@
|
|
|
1026
1004
|
"exports": [
|
|
1027
1005
|
{
|
|
1028
1006
|
"kind": "js",
|
|
1029
|
-
"name": "
|
|
1007
|
+
"name": "AffixMixin",
|
|
1030
1008
|
"declaration": {
|
|
1031
|
-
"name": "
|
|
1032
|
-
"module": "src/
|
|
1009
|
+
"name": "AffixMixin",
|
|
1010
|
+
"module": "src/_common/affix-mixin.ts"
|
|
1033
1011
|
}
|
|
1034
1012
|
}
|
|
1035
1013
|
]
|
|
1036
1014
|
},
|
|
1037
1015
|
{
|
|
1038
1016
|
"kind": "javascript-module",
|
|
1039
|
-
"path": "src/
|
|
1017
|
+
"path": "src/_common/base-file-component.ts",
|
|
1040
1018
|
"declarations": [
|
|
1041
1019
|
{
|
|
1042
1020
|
"kind": "class",
|
|
1043
|
-
"description": "",
|
|
1044
|
-
"name": "
|
|
1045
|
-
"
|
|
1046
|
-
"name": "FASTAccordionItem",
|
|
1047
|
-
"package": "@microsoft/fast-components"
|
|
1048
|
-
},
|
|
1049
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1050
|
-
"customElement": true,
|
|
1051
|
-
"attributes": [
|
|
1021
|
+
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
1022
|
+
"name": "BaseFileComponent",
|
|
1023
|
+
"members": [
|
|
1052
1024
|
{
|
|
1053
|
-
"
|
|
1025
|
+
"kind": "field",
|
|
1026
|
+
"name": "fileInput",
|
|
1054
1027
|
"type": {
|
|
1055
|
-
"text": "
|
|
1028
|
+
"text": "HTMLInputElement"
|
|
1056
1029
|
},
|
|
1057
|
-
"
|
|
1058
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1059
|
-
"fieldName": "headinglevel",
|
|
1060
|
-
"inheritedFrom": {
|
|
1061
|
-
"name": "AccordionItem",
|
|
1062
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1063
|
-
}
|
|
1030
|
+
"privacy": "public"
|
|
1064
1031
|
},
|
|
1065
1032
|
{
|
|
1033
|
+
"kind": "field",
|
|
1034
|
+
"name": "selectedFile",
|
|
1066
1035
|
"type": {
|
|
1067
|
-
"text": "
|
|
1036
|
+
"text": "File | null"
|
|
1068
1037
|
},
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"fieldName": "expanded",
|
|
1072
|
-
"inheritedFrom": {
|
|
1073
|
-
"name": "AccordionItem",
|
|
1074
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1075
|
-
}
|
|
1038
|
+
"privacy": "protected",
|
|
1039
|
+
"default": "null"
|
|
1076
1040
|
},
|
|
1077
1041
|
{
|
|
1078
|
-
"
|
|
1042
|
+
"kind": "field",
|
|
1043
|
+
"name": "label",
|
|
1079
1044
|
"type": {
|
|
1080
1045
|
"text": "string"
|
|
1081
|
-
},
|
|
1082
|
-
"description": "The item ID",
|
|
1083
|
-
"fieldName": "id",
|
|
1084
|
-
"inheritedFrom": {
|
|
1085
|
-
"name": "AccordionItem",
|
|
1086
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1087
1046
|
}
|
|
1088
|
-
}
|
|
1089
|
-
],
|
|
1090
|
-
"members": [
|
|
1047
|
+
},
|
|
1091
1048
|
{
|
|
1092
1049
|
"kind": "field",
|
|
1093
|
-
"name": "
|
|
1050
|
+
"name": "accept",
|
|
1094
1051
|
"type": {
|
|
1095
|
-
"text": "
|
|
1052
|
+
"text": "string"
|
|
1096
1053
|
},
|
|
1097
|
-
"
|
|
1098
|
-
"default": "2",
|
|
1099
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1100
|
-
"inheritedFrom": {
|
|
1101
|
-
"name": "AccordionItem",
|
|
1102
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1103
|
-
}
|
|
1054
|
+
"default": "''"
|
|
1104
1055
|
},
|
|
1105
1056
|
{
|
|
1106
1057
|
"kind": "field",
|
|
1107
|
-
"name": "
|
|
1058
|
+
"name": "fileSizeLimitBytes",
|
|
1059
|
+
"default": "10_485_760",
|
|
1108
1060
|
"type": {
|
|
1109
|
-
"text": "
|
|
1110
|
-
},
|
|
1111
|
-
"privacy": "public",
|
|
1112
|
-
"default": "false",
|
|
1113
|
-
"description": "Expands or collapses the item.",
|
|
1114
|
-
"inheritedFrom": {
|
|
1115
|
-
"name": "AccordionItem",
|
|
1116
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1061
|
+
"text": "number"
|
|
1117
1062
|
}
|
|
1118
1063
|
},
|
|
1119
1064
|
{
|
|
1120
1065
|
"kind": "field",
|
|
1121
|
-
"name": "
|
|
1066
|
+
"name": "fileName",
|
|
1122
1067
|
"type": {
|
|
1123
1068
|
"text": "string"
|
|
1124
1069
|
},
|
|
1125
|
-
"
|
|
1126
|
-
"description": "The item ID",
|
|
1127
|
-
"inheritedFrom": {
|
|
1128
|
-
"name": "AccordionItem",
|
|
1129
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1130
|
-
}
|
|
1070
|
+
"default": "''"
|
|
1131
1071
|
},
|
|
1132
1072
|
{
|
|
1133
1073
|
"kind": "field",
|
|
1134
|
-
"name": "
|
|
1135
|
-
"
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1074
|
+
"name": "isProcessing",
|
|
1075
|
+
"type": {
|
|
1076
|
+
"text": "boolean"
|
|
1077
|
+
},
|
|
1078
|
+
"default": "false"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "method",
|
|
1082
|
+
"name": "handleClick",
|
|
1083
|
+
"privacy": "public",
|
|
1084
|
+
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "method",
|
|
1088
|
+
"name": "onInputChange",
|
|
1089
|
+
"privacy": "public",
|
|
1090
|
+
"parameters": [
|
|
1091
|
+
{
|
|
1092
|
+
"name": "e",
|
|
1093
|
+
"type": {
|
|
1094
|
+
"text": "Event"
|
|
1095
|
+
},
|
|
1096
|
+
"description": "The change event from the file input"
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "method",
|
|
1103
|
+
"name": "clearSelection",
|
|
1104
|
+
"privacy": "public",
|
|
1105
|
+
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"kind": "method",
|
|
1109
|
+
"name": "getSelectedFile",
|
|
1110
|
+
"privacy": "public",
|
|
1111
|
+
"description": "Gets the currently selected file object",
|
|
1112
|
+
"return": {
|
|
1113
|
+
"type": {
|
|
1114
|
+
"text": ""
|
|
1115
|
+
}
|
|
1139
1116
|
}
|
|
1140
1117
|
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "method",
|
|
1120
|
+
"name": "showError",
|
|
1121
|
+
"privacy": "protected",
|
|
1122
|
+
"parameters": [
|
|
1123
|
+
{
|
|
1124
|
+
"name": "title",
|
|
1125
|
+
"type": {
|
|
1126
|
+
"text": "string"
|
|
1127
|
+
},
|
|
1128
|
+
"description": "The error title"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "message",
|
|
1132
|
+
"type": {
|
|
1133
|
+
"text": "string"
|
|
1134
|
+
},
|
|
1135
|
+
"description": "The error message"
|
|
1136
|
+
}
|
|
1137
|
+
],
|
|
1138
|
+
"description": "Shows an error notification using the unified error handling system"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"kind": "method",
|
|
1142
|
+
"name": "onFileSelected",
|
|
1143
|
+
"privacy": "protected",
|
|
1144
|
+
"return": {
|
|
1145
|
+
"type": {
|
|
1146
|
+
"text": "void"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"parameters": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "files",
|
|
1152
|
+
"type": {
|
|
1153
|
+
"text": "File[]"
|
|
1154
|
+
},
|
|
1155
|
+
"description": "The selected file"
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"description": "Abstract method called when a file is selected"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "method",
|
|
1162
|
+
"name": "onFileCleared",
|
|
1163
|
+
"privacy": "protected",
|
|
1164
|
+
"return": {
|
|
1165
|
+
"type": {
|
|
1166
|
+
"text": "void"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"description": "Abstract method called when file selection is cleared"
|
|
1170
|
+
},
|
|
1141
1171
|
{
|
|
1142
1172
|
"kind": "field",
|
|
1143
1173
|
"name": "_presentation",
|
|
@@ -1252,76 +1282,149 @@
|
|
|
1252
1282
|
],
|
|
1253
1283
|
"events": [
|
|
1254
1284
|
{
|
|
1255
|
-
"description": "
|
|
1256
|
-
"name": "
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1285
|
+
"description": "Fired when file size validation fails. detail: `Error`",
|
|
1286
|
+
"name": "error"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"description": "Fired when selection is cleared",
|
|
1290
|
+
"name": "clear"
|
|
1261
1291
|
}
|
|
1262
|
-
]
|
|
1263
|
-
|
|
1292
|
+
],
|
|
1293
|
+
"attributes": [
|
|
1294
|
+
{
|
|
1295
|
+
"name": "label",
|
|
1296
|
+
"type": {
|
|
1297
|
+
"text": "string"
|
|
1298
|
+
},
|
|
1299
|
+
"fieldName": "label"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"name": "accept",
|
|
1303
|
+
"type": {
|
|
1304
|
+
"text": "string"
|
|
1305
|
+
},
|
|
1306
|
+
"default": "''",
|
|
1307
|
+
"fieldName": "accept"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "file-size-limit-bytes",
|
|
1311
|
+
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
1312
|
+
"resolveInitializer": {
|
|
1313
|
+
"module": "src/_common/base-file-component.ts"
|
|
1314
|
+
},
|
|
1315
|
+
"fieldName": "fileSizeLimitBytes"
|
|
1316
|
+
}
|
|
1317
|
+
],
|
|
1318
|
+
"superclass": {
|
|
1319
|
+
"name": "FoundationElement",
|
|
1320
|
+
"package": "@microsoft/fast-foundation"
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"exports": [
|
|
1264
1325
|
{
|
|
1265
|
-
"kind": "
|
|
1266
|
-
"name": "
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
}
|
|
1326
|
+
"kind": "js",
|
|
1327
|
+
"name": "BaseFileComponent",
|
|
1328
|
+
"declaration": {
|
|
1329
|
+
"name": "BaseFileComponent",
|
|
1330
|
+
"module": "src/_common/base-file-component.ts"
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "javascript-module",
|
|
1337
|
+
"path": "src/_common/field-styles.ts",
|
|
1338
|
+
"declarations": [
|
|
1272
1339
|
{
|
|
1273
1340
|
"kind": "variable",
|
|
1274
|
-
"name": "
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
},
|
|
1341
|
+
"name": "sharedFieldStyles",
|
|
1342
|
+
"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`"
|
|
1343
|
+
}
|
|
1344
|
+
],
|
|
1345
|
+
"exports": [
|
|
1280
1346
|
{
|
|
1281
|
-
"kind": "
|
|
1282
|
-
"name": "
|
|
1283
|
-
"
|
|
1284
|
-
|
|
1347
|
+
"kind": "js",
|
|
1348
|
+
"name": "sharedFieldStyles",
|
|
1349
|
+
"declaration": {
|
|
1350
|
+
"name": "sharedFieldStyles",
|
|
1351
|
+
"module": "src/_common/field-styles.ts"
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"kind": "javascript-module",
|
|
1358
|
+
"path": "src/_common/icons.ts",
|
|
1359
|
+
"declarations": [
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "function",
|
|
1362
|
+
"name": "closeIcon",
|
|
1363
|
+
"parameters": [
|
|
1364
|
+
{
|
|
1365
|
+
"name": "slot",
|
|
1366
|
+
"default": "'start'"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "fill",
|
|
1370
|
+
"default": "'#879ba6'"
|
|
1371
|
+
}
|
|
1372
|
+
]
|
|
1285
1373
|
}
|
|
1286
1374
|
],
|
|
1287
1375
|
"exports": [
|
|
1288
1376
|
{
|
|
1289
1377
|
"kind": "js",
|
|
1290
|
-
"name": "
|
|
1378
|
+
"name": "closeIcon",
|
|
1291
1379
|
"declaration": {
|
|
1292
|
-
"name": "
|
|
1293
|
-
"module": "src/
|
|
1380
|
+
"name": "closeIcon",
|
|
1381
|
+
"module": "src/_common/icons.ts"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "javascript-module",
|
|
1388
|
+
"path": "src/_common/index.ts",
|
|
1389
|
+
"declarations": [],
|
|
1390
|
+
"exports": [
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "*",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "*",
|
|
1396
|
+
"package": "./affix-mixin"
|
|
1294
1397
|
}
|
|
1295
1398
|
},
|
|
1296
1399
|
{
|
|
1297
1400
|
"kind": "js",
|
|
1298
|
-
"name": "
|
|
1401
|
+
"name": "*",
|
|
1299
1402
|
"declaration": {
|
|
1300
|
-
"name": "
|
|
1301
|
-
"
|
|
1403
|
+
"name": "*",
|
|
1404
|
+
"package": "./base-file-component"
|
|
1302
1405
|
}
|
|
1303
1406
|
},
|
|
1304
1407
|
{
|
|
1305
1408
|
"kind": "js",
|
|
1306
|
-
"name": "
|
|
1409
|
+
"name": "*",
|
|
1307
1410
|
"declaration": {
|
|
1308
|
-
"name": "
|
|
1309
|
-
"
|
|
1411
|
+
"name": "*",
|
|
1412
|
+
"package": "./field-styles"
|
|
1310
1413
|
}
|
|
1311
1414
|
},
|
|
1312
1415
|
{
|
|
1313
1416
|
"kind": "js",
|
|
1314
|
-
"name": "
|
|
1417
|
+
"name": "*",
|
|
1315
1418
|
"declaration": {
|
|
1316
|
-
"name": "
|
|
1317
|
-
"
|
|
1419
|
+
"name": "*",
|
|
1420
|
+
"package": "./icons"
|
|
1318
1421
|
}
|
|
1319
1422
|
}
|
|
1320
1423
|
]
|
|
1321
1424
|
},
|
|
1322
1425
|
{
|
|
1323
1426
|
"kind": "javascript-module",
|
|
1324
|
-
"path": "src/
|
|
1427
|
+
"path": "src/_config/index.ts",
|
|
1325
1428
|
"declarations": [],
|
|
1326
1429
|
"exports": [
|
|
1327
1430
|
{
|
|
@@ -1329,7 +1432,7 @@
|
|
|
1329
1432
|
"name": "*",
|
|
1330
1433
|
"declaration": {
|
|
1331
1434
|
"name": "*",
|
|
1332
|
-
"package": "./
|
|
1435
|
+
"package": "./styles"
|
|
1333
1436
|
}
|
|
1334
1437
|
},
|
|
1335
1438
|
{
|
|
@@ -1337,7 +1440,7 @@
|
|
|
1337
1440
|
"name": "*",
|
|
1338
1441
|
"declaration": {
|
|
1339
1442
|
"name": "*",
|
|
1340
|
-
"package": "./
|
|
1443
|
+
"package": "./tokens"
|
|
1341
1444
|
}
|
|
1342
1445
|
},
|
|
1343
1446
|
{
|
|
@@ -1345,7 +1448,7 @@
|
|
|
1345
1448
|
"name": "*",
|
|
1346
1449
|
"declaration": {
|
|
1347
1450
|
"name": "*",
|
|
1348
|
-
"package": "./
|
|
1451
|
+
"package": "./values"
|
|
1349
1452
|
}
|
|
1350
1453
|
}
|
|
1351
1454
|
]
|
|
@@ -1921,472 +2024,6 @@
|
|
|
1921
2024
|
}
|
|
1922
2025
|
]
|
|
1923
2026
|
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/_common/affix-mixin.ts",
|
|
1927
|
-
"declarations": [
|
|
1928
|
-
{
|
|
1929
|
-
"kind": "mixin",
|
|
1930
|
-
"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.",
|
|
1931
|
-
"name": "AffixMixin",
|
|
1932
|
-
"members": [
|
|
1933
|
-
{
|
|
1934
|
-
"kind": "field",
|
|
1935
|
-
"name": "prefix",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "string"
|
|
1938
|
-
},
|
|
1939
|
-
"description": "Optional non-editable label shown on the left inside the field, before the input."
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"kind": "field",
|
|
1943
|
-
"name": "suffix",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "string"
|
|
1946
|
-
},
|
|
1947
|
-
"description": "Optional non-editable suffix (e.g. unit label) shown on the right inside the field."
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "field",
|
|
1951
|
-
"name": "hideAffixFromScreenReader",
|
|
1952
|
-
"type": {
|
|
1953
|
-
"text": "boolean"
|
|
1954
|
-
},
|
|
1955
|
-
"default": "false",
|
|
1956
|
-
"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."
|
|
1957
|
-
}
|
|
1958
|
-
],
|
|
1959
|
-
"parameters": [
|
|
1960
|
-
{
|
|
1961
|
-
"name": "Base",
|
|
1962
|
-
"type": {
|
|
1963
|
-
"text": "TBase"
|
|
1964
|
-
}
|
|
1965
|
-
}
|
|
1966
|
-
]
|
|
1967
|
-
}
|
|
1968
|
-
],
|
|
1969
|
-
"exports": [
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "js",
|
|
1972
|
-
"name": "AffixMixin",
|
|
1973
|
-
"declaration": {
|
|
1974
|
-
"name": "AffixMixin",
|
|
1975
|
-
"module": "src/_common/affix-mixin.ts"
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
]
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"kind": "javascript-module",
|
|
1982
|
-
"path": "src/_common/base-file-component.ts",
|
|
1983
|
-
"declarations": [
|
|
1984
|
-
{
|
|
1985
|
-
"kind": "class",
|
|
1986
|
-
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
1987
|
-
"name": "BaseFileComponent",
|
|
1988
|
-
"members": [
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "field",
|
|
1991
|
-
"name": "fileInput",
|
|
1992
|
-
"type": {
|
|
1993
|
-
"text": "HTMLInputElement"
|
|
1994
|
-
},
|
|
1995
|
-
"privacy": "public"
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"kind": "field",
|
|
1999
|
-
"name": "selectedFile",
|
|
2000
|
-
"type": {
|
|
2001
|
-
"text": "File | null"
|
|
2002
|
-
},
|
|
2003
|
-
"privacy": "protected",
|
|
2004
|
-
"default": "null"
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "field",
|
|
2008
|
-
"name": "label",
|
|
2009
|
-
"type": {
|
|
2010
|
-
"text": "string"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "field",
|
|
2015
|
-
"name": "accept",
|
|
2016
|
-
"type": {
|
|
2017
|
-
"text": "string"
|
|
2018
|
-
},
|
|
2019
|
-
"default": "''"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "field",
|
|
2023
|
-
"name": "fileSizeLimitBytes",
|
|
2024
|
-
"default": "10_485_760",
|
|
2025
|
-
"type": {
|
|
2026
|
-
"text": "number"
|
|
2027
|
-
}
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
"kind": "field",
|
|
2031
|
-
"name": "fileName",
|
|
2032
|
-
"type": {
|
|
2033
|
-
"text": "string"
|
|
2034
|
-
},
|
|
2035
|
-
"default": "''"
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
"kind": "field",
|
|
2039
|
-
"name": "isProcessing",
|
|
2040
|
-
"type": {
|
|
2041
|
-
"text": "boolean"
|
|
2042
|
-
},
|
|
2043
|
-
"default": "false"
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "method",
|
|
2047
|
-
"name": "handleClick",
|
|
2048
|
-
"privacy": "public",
|
|
2049
|
-
"description": "Opens the file picker dialog\nClears any previous file selection before opening"
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"kind": "method",
|
|
2053
|
-
"name": "onInputChange",
|
|
2054
|
-
"privacy": "public",
|
|
2055
|
-
"parameters": [
|
|
2056
|
-
{
|
|
2057
|
-
"name": "e",
|
|
2058
|
-
"type": {
|
|
2059
|
-
"text": "Event"
|
|
2060
|
-
},
|
|
2061
|
-
"description": "The change event from the file input"
|
|
2062
|
-
}
|
|
2063
|
-
],
|
|
2064
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"kind": "method",
|
|
2068
|
-
"name": "clearSelection",
|
|
2069
|
-
"privacy": "public",
|
|
2070
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"kind": "method",
|
|
2074
|
-
"name": "getSelectedFile",
|
|
2075
|
-
"privacy": "public",
|
|
2076
|
-
"description": "Gets the currently selected file object",
|
|
2077
|
-
"return": {
|
|
2078
|
-
"type": {
|
|
2079
|
-
"text": ""
|
|
2080
|
-
}
|
|
2081
|
-
}
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"kind": "method",
|
|
2085
|
-
"name": "showError",
|
|
2086
|
-
"privacy": "protected",
|
|
2087
|
-
"parameters": [
|
|
2088
|
-
{
|
|
2089
|
-
"name": "title",
|
|
2090
|
-
"type": {
|
|
2091
|
-
"text": "string"
|
|
2092
|
-
},
|
|
2093
|
-
"description": "The error title"
|
|
2094
|
-
},
|
|
2095
|
-
{
|
|
2096
|
-
"name": "message",
|
|
2097
|
-
"type": {
|
|
2098
|
-
"text": "string"
|
|
2099
|
-
},
|
|
2100
|
-
"description": "The error message"
|
|
2101
|
-
}
|
|
2102
|
-
],
|
|
2103
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"kind": "method",
|
|
2107
|
-
"name": "onFileSelected",
|
|
2108
|
-
"privacy": "protected",
|
|
2109
|
-
"return": {
|
|
2110
|
-
"type": {
|
|
2111
|
-
"text": "void"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
"parameters": [
|
|
2115
|
-
{
|
|
2116
|
-
"name": "files",
|
|
2117
|
-
"type": {
|
|
2118
|
-
"text": "File[]"
|
|
2119
|
-
},
|
|
2120
|
-
"description": "The selected file"
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"description": "Abstract method called when a file is selected"
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"kind": "method",
|
|
2127
|
-
"name": "onFileCleared",
|
|
2128
|
-
"privacy": "protected",
|
|
2129
|
-
"return": {
|
|
2130
|
-
"type": {
|
|
2131
|
-
"text": "void"
|
|
2132
|
-
}
|
|
2133
|
-
},
|
|
2134
|
-
"description": "Abstract method called when file selection is cleared"
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "field",
|
|
2138
|
-
"name": "_presentation",
|
|
2139
|
-
"type": {
|
|
2140
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2141
|
-
},
|
|
2142
|
-
"privacy": "private",
|
|
2143
|
-
"default": "void 0",
|
|
2144
|
-
"inheritedFrom": {
|
|
2145
|
-
"name": "FoundationElement",
|
|
2146
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"kind": "field",
|
|
2151
|
-
"name": "$presentation",
|
|
2152
|
-
"type": {
|
|
2153
|
-
"text": "ComponentPresentation | null"
|
|
2154
|
-
},
|
|
2155
|
-
"privacy": "public",
|
|
2156
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2157
|
-
"inheritedFrom": {
|
|
2158
|
-
"name": "FoundationElement",
|
|
2159
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "field",
|
|
2164
|
-
"name": "template",
|
|
2165
|
-
"type": {
|
|
2166
|
-
"text": "ElementViewTemplate | void | null"
|
|
2167
|
-
},
|
|
2168
|
-
"privacy": "public",
|
|
2169
|
-
"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.",
|
|
2170
|
-
"inheritedFrom": {
|
|
2171
|
-
"name": "FoundationElement",
|
|
2172
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2173
|
-
}
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "method",
|
|
2177
|
-
"name": "templateChanged",
|
|
2178
|
-
"privacy": "protected",
|
|
2179
|
-
"return": {
|
|
2180
|
-
"type": {
|
|
2181
|
-
"text": "void"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
"inheritedFrom": {
|
|
2185
|
-
"name": "FoundationElement",
|
|
2186
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"kind": "field",
|
|
2191
|
-
"name": "styles",
|
|
2192
|
-
"type": {
|
|
2193
|
-
"text": "ElementStyles | void | null"
|
|
2194
|
-
},
|
|
2195
|
-
"privacy": "public",
|
|
2196
|
-
"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.",
|
|
2197
|
-
"inheritedFrom": {
|
|
2198
|
-
"name": "FoundationElement",
|
|
2199
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"kind": "method",
|
|
2204
|
-
"name": "stylesChanged",
|
|
2205
|
-
"privacy": "protected",
|
|
2206
|
-
"return": {
|
|
2207
|
-
"type": {
|
|
2208
|
-
"text": "void"
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
"inheritedFrom": {
|
|
2212
|
-
"name": "FoundationElement",
|
|
2213
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2214
|
-
}
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
"kind": "method",
|
|
2218
|
-
"name": "compose",
|
|
2219
|
-
"privacy": "public",
|
|
2220
|
-
"static": true,
|
|
2221
|
-
"return": {
|
|
2222
|
-
"type": {
|
|
2223
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2224
|
-
}
|
|
2225
|
-
},
|
|
2226
|
-
"parameters": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "this",
|
|
2229
|
-
"type": {
|
|
2230
|
-
"text": "K"
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "elementDefinition",
|
|
2235
|
-
"type": {
|
|
2236
|
-
"text": "T"
|
|
2237
|
-
},
|
|
2238
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2239
|
-
}
|
|
2240
|
-
],
|
|
2241
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2242
|
-
"inheritedFrom": {
|
|
2243
|
-
"name": "FoundationElement",
|
|
2244
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2245
|
-
}
|
|
2246
|
-
}
|
|
2247
|
-
],
|
|
2248
|
-
"events": [
|
|
2249
|
-
{
|
|
2250
|
-
"description": "Fired when file size validation fails. detail: `Error`",
|
|
2251
|
-
"name": "error"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"description": "Fired when selection is cleared",
|
|
2255
|
-
"name": "clear"
|
|
2256
|
-
}
|
|
2257
|
-
],
|
|
2258
|
-
"attributes": [
|
|
2259
|
-
{
|
|
2260
|
-
"name": "label",
|
|
2261
|
-
"type": {
|
|
2262
|
-
"text": "string"
|
|
2263
|
-
},
|
|
2264
|
-
"fieldName": "label"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "accept",
|
|
2268
|
-
"type": {
|
|
2269
|
-
"text": "string"
|
|
2270
|
-
},
|
|
2271
|
-
"default": "''",
|
|
2272
|
-
"fieldName": "accept"
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
"name": "file-size-limit-bytes",
|
|
2276
|
-
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
2277
|
-
"resolveInitializer": {
|
|
2278
|
-
"module": "src/_common/base-file-component.ts"
|
|
2279
|
-
},
|
|
2280
|
-
"fieldName": "fileSizeLimitBytes"
|
|
2281
|
-
}
|
|
2282
|
-
],
|
|
2283
|
-
"superclass": {
|
|
2284
|
-
"name": "FoundationElement",
|
|
2285
|
-
"package": "@microsoft/fast-foundation"
|
|
2286
|
-
}
|
|
2287
|
-
}
|
|
2288
|
-
],
|
|
2289
|
-
"exports": [
|
|
2290
|
-
{
|
|
2291
|
-
"kind": "js",
|
|
2292
|
-
"name": "BaseFileComponent",
|
|
2293
|
-
"declaration": {
|
|
2294
|
-
"name": "BaseFileComponent",
|
|
2295
|
-
"module": "src/_common/base-file-component.ts"
|
|
2296
|
-
}
|
|
2297
|
-
}
|
|
2298
|
-
]
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"kind": "javascript-module",
|
|
2302
|
-
"path": "src/_common/field-styles.ts",
|
|
2303
|
-
"declarations": [
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "variable",
|
|
2306
|
-
"name": "sharedFieldStyles",
|
|
2307
|
-
"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`"
|
|
2308
|
-
}
|
|
2309
|
-
],
|
|
2310
|
-
"exports": [
|
|
2311
|
-
{
|
|
2312
|
-
"kind": "js",
|
|
2313
|
-
"name": "sharedFieldStyles",
|
|
2314
|
-
"declaration": {
|
|
2315
|
-
"name": "sharedFieldStyles",
|
|
2316
|
-
"module": "src/_common/field-styles.ts"
|
|
2317
|
-
}
|
|
2318
|
-
}
|
|
2319
|
-
]
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "javascript-module",
|
|
2323
|
-
"path": "src/_common/icons.ts",
|
|
2324
|
-
"declarations": [
|
|
2325
|
-
{
|
|
2326
|
-
"kind": "function",
|
|
2327
|
-
"name": "closeIcon",
|
|
2328
|
-
"parameters": [
|
|
2329
|
-
{
|
|
2330
|
-
"name": "slot",
|
|
2331
|
-
"default": "'start'"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "fill",
|
|
2335
|
-
"default": "'#879ba6'"
|
|
2336
|
-
}
|
|
2337
|
-
]
|
|
2338
|
-
}
|
|
2339
|
-
],
|
|
2340
|
-
"exports": [
|
|
2341
|
-
{
|
|
2342
|
-
"kind": "js",
|
|
2343
|
-
"name": "closeIcon",
|
|
2344
|
-
"declaration": {
|
|
2345
|
-
"name": "closeIcon",
|
|
2346
|
-
"module": "src/_common/icons.ts"
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
]
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"kind": "javascript-module",
|
|
2353
|
-
"path": "src/_common/index.ts",
|
|
2354
|
-
"declarations": [],
|
|
2355
|
-
"exports": [
|
|
2356
|
-
{
|
|
2357
|
-
"kind": "js",
|
|
2358
|
-
"name": "*",
|
|
2359
|
-
"declaration": {
|
|
2360
|
-
"name": "*",
|
|
2361
|
-
"package": "./affix-mixin"
|
|
2362
|
-
}
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"kind": "js",
|
|
2366
|
-
"name": "*",
|
|
2367
|
-
"declaration": {
|
|
2368
|
-
"name": "*",
|
|
2369
|
-
"package": "./base-file-component"
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "js",
|
|
2374
|
-
"name": "*",
|
|
2375
|
-
"declaration": {
|
|
2376
|
-
"name": "*",
|
|
2377
|
-
"package": "./field-styles"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "js",
|
|
2382
|
-
"name": "*",
|
|
2383
|
-
"declaration": {
|
|
2384
|
-
"name": "*",
|
|
2385
|
-
"package": "./icons"
|
|
2386
|
-
}
|
|
2387
|
-
}
|
|
2388
|
-
]
|
|
2389
|
-
},
|
|
2390
2027
|
{
|
|
2391
2028
|
"kind": "javascript-module",
|
|
2392
2029
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -2996,6 +2633,400 @@
|
|
|
2996
2633
|
}
|
|
2997
2634
|
]
|
|
2998
2635
|
},
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "javascript-module",
|
|
2638
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2639
|
+
"declarations": [
|
|
2640
|
+
{
|
|
2641
|
+
"kind": "function",
|
|
2642
|
+
"name": "foundationAccordionItemStyles",
|
|
2643
|
+
"return": {
|
|
2644
|
+
"type": {
|
|
2645
|
+
"text": "ElementStyles"
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2648
|
+
"parameters": [
|
|
2649
|
+
{
|
|
2650
|
+
"name": "context",
|
|
2651
|
+
"type": {
|
|
2652
|
+
"text": "ElementDefinitionContext"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"name": "definition",
|
|
2657
|
+
"type": {
|
|
2658
|
+
"text": "FoundationElementDefinition"
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2661
|
+
]
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"exports": [
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "js",
|
|
2667
|
+
"name": "foundationAccordionItemStyles",
|
|
2668
|
+
"declaration": {
|
|
2669
|
+
"name": "foundationAccordionItemStyles",
|
|
2670
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
]
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "javascript-module",
|
|
2677
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2678
|
+
"declarations": [
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "function",
|
|
2681
|
+
"name": "foundationAccordionItemTemplate",
|
|
2682
|
+
"return": {
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
"parameters": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "context",
|
|
2690
|
+
"type": {
|
|
2691
|
+
"text": "ElementDefinitionContext"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"name": "definition",
|
|
2696
|
+
"type": {
|
|
2697
|
+
"text": "FoundationElementDefinition"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
]
|
|
2701
|
+
}
|
|
2702
|
+
],
|
|
2703
|
+
"exports": [
|
|
2704
|
+
{
|
|
2705
|
+
"kind": "js",
|
|
2706
|
+
"name": "foundationAccordionItemTemplate",
|
|
2707
|
+
"declaration": {
|
|
2708
|
+
"name": "foundationAccordionItemTemplate",
|
|
2709
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "javascript-module",
|
|
2716
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2717
|
+
"declarations": [
|
|
2718
|
+
{
|
|
2719
|
+
"kind": "class",
|
|
2720
|
+
"description": "",
|
|
2721
|
+
"name": "AccordionItem",
|
|
2722
|
+
"superclass": {
|
|
2723
|
+
"name": "FASTAccordionItem",
|
|
2724
|
+
"package": "@microsoft/fast-components"
|
|
2725
|
+
},
|
|
2726
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2727
|
+
"customElement": true,
|
|
2728
|
+
"attributes": [
|
|
2729
|
+
{
|
|
2730
|
+
"name": "heading-level",
|
|
2731
|
+
"type": {
|
|
2732
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2733
|
+
},
|
|
2734
|
+
"default": "2",
|
|
2735
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2736
|
+
"fieldName": "headinglevel",
|
|
2737
|
+
"inheritedFrom": {
|
|
2738
|
+
"name": "AccordionItem",
|
|
2739
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"type": {
|
|
2744
|
+
"text": "boolean"
|
|
2745
|
+
},
|
|
2746
|
+
"default": "false",
|
|
2747
|
+
"description": "Expands or collapses the item.",
|
|
2748
|
+
"fieldName": "expanded",
|
|
2749
|
+
"inheritedFrom": {
|
|
2750
|
+
"name": "AccordionItem",
|
|
2751
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"name": "id",
|
|
2756
|
+
"type": {
|
|
2757
|
+
"text": "string"
|
|
2758
|
+
},
|
|
2759
|
+
"description": "The item ID",
|
|
2760
|
+
"fieldName": "id",
|
|
2761
|
+
"inheritedFrom": {
|
|
2762
|
+
"name": "AccordionItem",
|
|
2763
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
],
|
|
2767
|
+
"members": [
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "field",
|
|
2770
|
+
"name": "headinglevel",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2773
|
+
},
|
|
2774
|
+
"privacy": "public",
|
|
2775
|
+
"default": "2",
|
|
2776
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2777
|
+
"inheritedFrom": {
|
|
2778
|
+
"name": "AccordionItem",
|
|
2779
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "field",
|
|
2784
|
+
"name": "expanded",
|
|
2785
|
+
"type": {
|
|
2786
|
+
"text": "boolean"
|
|
2787
|
+
},
|
|
2788
|
+
"privacy": "public",
|
|
2789
|
+
"default": "false",
|
|
2790
|
+
"description": "Expands or collapses the item.",
|
|
2791
|
+
"inheritedFrom": {
|
|
2792
|
+
"name": "AccordionItem",
|
|
2793
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
{
|
|
2797
|
+
"kind": "field",
|
|
2798
|
+
"name": "id",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "string"
|
|
2801
|
+
},
|
|
2802
|
+
"privacy": "public",
|
|
2803
|
+
"description": "The item ID",
|
|
2804
|
+
"inheritedFrom": {
|
|
2805
|
+
"name": "AccordionItem",
|
|
2806
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"kind": "field",
|
|
2811
|
+
"name": "change",
|
|
2812
|
+
"privacy": "private",
|
|
2813
|
+
"inheritedFrom": {
|
|
2814
|
+
"name": "AccordionItem",
|
|
2815
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"kind": "field",
|
|
2820
|
+
"name": "_presentation",
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2823
|
+
},
|
|
2824
|
+
"privacy": "private",
|
|
2825
|
+
"default": "void 0",
|
|
2826
|
+
"inheritedFrom": {
|
|
2827
|
+
"name": "FoundationElement",
|
|
2828
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2829
|
+
}
|
|
2830
|
+
},
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "field",
|
|
2833
|
+
"name": "$presentation",
|
|
2834
|
+
"type": {
|
|
2835
|
+
"text": "ComponentPresentation | null"
|
|
2836
|
+
},
|
|
2837
|
+
"privacy": "public",
|
|
2838
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2839
|
+
"inheritedFrom": {
|
|
2840
|
+
"name": "FoundationElement",
|
|
2841
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "field",
|
|
2846
|
+
"name": "template",
|
|
2847
|
+
"type": {
|
|
2848
|
+
"text": "ElementViewTemplate | void | null"
|
|
2849
|
+
},
|
|
2850
|
+
"privacy": "public",
|
|
2851
|
+
"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.",
|
|
2852
|
+
"inheritedFrom": {
|
|
2853
|
+
"name": "FoundationElement",
|
|
2854
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"kind": "method",
|
|
2859
|
+
"name": "templateChanged",
|
|
2860
|
+
"privacy": "protected",
|
|
2861
|
+
"return": {
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "void"
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
"inheritedFrom": {
|
|
2867
|
+
"name": "FoundationElement",
|
|
2868
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"kind": "field",
|
|
2873
|
+
"name": "styles",
|
|
2874
|
+
"type": {
|
|
2875
|
+
"text": "ElementStyles | void | null"
|
|
2876
|
+
},
|
|
2877
|
+
"privacy": "public",
|
|
2878
|
+
"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.",
|
|
2879
|
+
"inheritedFrom": {
|
|
2880
|
+
"name": "FoundationElement",
|
|
2881
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"kind": "method",
|
|
2886
|
+
"name": "stylesChanged",
|
|
2887
|
+
"privacy": "protected",
|
|
2888
|
+
"return": {
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "void"
|
|
2891
|
+
}
|
|
2892
|
+
},
|
|
2893
|
+
"inheritedFrom": {
|
|
2894
|
+
"name": "FoundationElement",
|
|
2895
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"kind": "method",
|
|
2900
|
+
"name": "compose",
|
|
2901
|
+
"privacy": "public",
|
|
2902
|
+
"static": true,
|
|
2903
|
+
"return": {
|
|
2904
|
+
"type": {
|
|
2905
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2906
|
+
}
|
|
2907
|
+
},
|
|
2908
|
+
"parameters": [
|
|
2909
|
+
{
|
|
2910
|
+
"name": "this",
|
|
2911
|
+
"type": {
|
|
2912
|
+
"text": "K"
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"name": "elementDefinition",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "T"
|
|
2919
|
+
},
|
|
2920
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2924
|
+
"inheritedFrom": {
|
|
2925
|
+
"name": "FoundationElement",
|
|
2926
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"events": [
|
|
2931
|
+
{
|
|
2932
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2933
|
+
"name": "change",
|
|
2934
|
+
"inheritedFrom": {
|
|
2935
|
+
"name": "AccordionItem",
|
|
2936
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2937
|
+
}
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "variable",
|
|
2943
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2944
|
+
"type": {
|
|
2945
|
+
"text": "ShadowRootInit"
|
|
2946
|
+
},
|
|
2947
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"kind": "variable",
|
|
2951
|
+
"name": "defaultAccordionItemConfig",
|
|
2952
|
+
"type": {
|
|
2953
|
+
"text": "object"
|
|
2954
|
+
},
|
|
2955
|
+
"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}"
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"kind": "variable",
|
|
2959
|
+
"name": "foundationAccordionItem",
|
|
2960
|
+
"description": "The Foundation Accordion Item",
|
|
2961
|
+
"privacy": "public"
|
|
2962
|
+
}
|
|
2963
|
+
],
|
|
2964
|
+
"exports": [
|
|
2965
|
+
{
|
|
2966
|
+
"kind": "js",
|
|
2967
|
+
"name": "AccordionItem",
|
|
2968
|
+
"declaration": {
|
|
2969
|
+
"name": "AccordionItem",
|
|
2970
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"kind": "js",
|
|
2975
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2976
|
+
"declaration": {
|
|
2977
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2978
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
{
|
|
2982
|
+
"kind": "js",
|
|
2983
|
+
"name": "defaultAccordionItemConfig",
|
|
2984
|
+
"declaration": {
|
|
2985
|
+
"name": "defaultAccordionItemConfig",
|
|
2986
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"kind": "js",
|
|
2991
|
+
"name": "foundationAccordionItem",
|
|
2992
|
+
"declaration": {
|
|
2993
|
+
"name": "foundationAccordionItem",
|
|
2994
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
]
|
|
2998
|
+
},
|
|
2999
|
+
{
|
|
3000
|
+
"kind": "javascript-module",
|
|
3001
|
+
"path": "src/accordion-item/index.ts",
|
|
3002
|
+
"declarations": [],
|
|
3003
|
+
"exports": [
|
|
3004
|
+
{
|
|
3005
|
+
"kind": "js",
|
|
3006
|
+
"name": "*",
|
|
3007
|
+
"declaration": {
|
|
3008
|
+
"name": "*",
|
|
3009
|
+
"package": "./accordion-item.template"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "js",
|
|
3014
|
+
"name": "*",
|
|
3015
|
+
"declaration": {
|
|
3016
|
+
"name": "*",
|
|
3017
|
+
"package": "./accordion-item.styles"
|
|
3018
|
+
}
|
|
3019
|
+
},
|
|
3020
|
+
{
|
|
3021
|
+
"kind": "js",
|
|
3022
|
+
"name": "*",
|
|
3023
|
+
"declaration": {
|
|
3024
|
+
"name": "*",
|
|
3025
|
+
"package": "./accordion-item"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
2999
3030
|
{
|
|
3000
3031
|
"kind": "javascript-module",
|
|
3001
3032
|
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
@@ -3445,37 +3476,6 @@
|
|
|
3445
3476
|
}
|
|
3446
3477
|
]
|
|
3447
3478
|
},
|
|
3448
|
-
{
|
|
3449
|
-
"kind": "javascript-module",
|
|
3450
|
-
"path": "src/_config/index.ts",
|
|
3451
|
-
"declarations": [],
|
|
3452
|
-
"exports": [
|
|
3453
|
-
{
|
|
3454
|
-
"kind": "js",
|
|
3455
|
-
"name": "*",
|
|
3456
|
-
"declaration": {
|
|
3457
|
-
"name": "*",
|
|
3458
|
-
"package": "./styles"
|
|
3459
|
-
}
|
|
3460
|
-
},
|
|
3461
|
-
{
|
|
3462
|
-
"kind": "js",
|
|
3463
|
-
"name": "*",
|
|
3464
|
-
"declaration": {
|
|
3465
|
-
"name": "*",
|
|
3466
|
-
"package": "./tokens"
|
|
3467
|
-
}
|
|
3468
|
-
},
|
|
3469
|
-
{
|
|
3470
|
-
"kind": "js",
|
|
3471
|
-
"name": "*",
|
|
3472
|
-
"declaration": {
|
|
3473
|
-
"name": "*",
|
|
3474
|
-
"package": "./values"
|
|
3475
|
-
}
|
|
3476
|
-
}
|
|
3477
|
-
]
|
|
3478
|
-
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"kind": "javascript-module",
|
|
3481
3481
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -59924,197 +59924,6 @@
|
|
|
59924
59924
|
}
|
|
59925
59925
|
]
|
|
59926
59926
|
},
|
|
59927
|
-
{
|
|
59928
|
-
"kind": "javascript-module",
|
|
59929
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59930
|
-
"declarations": [],
|
|
59931
|
-
"exports": []
|
|
59932
|
-
},
|
|
59933
|
-
{
|
|
59934
|
-
"kind": "javascript-module",
|
|
59935
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59936
|
-
"declarations": [
|
|
59937
|
-
{
|
|
59938
|
-
"kind": "function",
|
|
59939
|
-
"name": "groupsToCriteria",
|
|
59940
|
-
"return": {
|
|
59941
|
-
"type": {
|
|
59942
|
-
"text": "string"
|
|
59943
|
-
}
|
|
59944
|
-
},
|
|
59945
|
-
"parameters": [
|
|
59946
|
-
{
|
|
59947
|
-
"name": "groups",
|
|
59948
|
-
"type": {
|
|
59949
|
-
"text": "CriteriaGroup[]"
|
|
59950
|
-
}
|
|
59951
|
-
}
|
|
59952
|
-
],
|
|
59953
|
-
"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."
|
|
59954
|
-
},
|
|
59955
|
-
{
|
|
59956
|
-
"kind": "variable",
|
|
59957
|
-
"name": "STRING_OPERATORS",
|
|
59958
|
-
"type": {
|
|
59959
|
-
"text": "CriteriaOperator[]"
|
|
59960
|
-
},
|
|
59961
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
59962
|
-
},
|
|
59963
|
-
{
|
|
59964
|
-
"kind": "variable",
|
|
59965
|
-
"name": "NUMERIC_OPERATORS",
|
|
59966
|
-
"type": {
|
|
59967
|
-
"text": "CriteriaOperator[]"
|
|
59968
|
-
},
|
|
59969
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
59970
|
-
},
|
|
59971
|
-
{
|
|
59972
|
-
"kind": "variable",
|
|
59973
|
-
"name": "DATE_OPERATORS",
|
|
59974
|
-
"type": {
|
|
59975
|
-
"text": "CriteriaOperator[]"
|
|
59976
|
-
},
|
|
59977
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
59978
|
-
},
|
|
59979
|
-
{
|
|
59980
|
-
"kind": "variable",
|
|
59981
|
-
"name": "DATETIME_OPERATORS",
|
|
59982
|
-
"type": {
|
|
59983
|
-
"text": "CriteriaOperator[]"
|
|
59984
|
-
},
|
|
59985
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
59986
|
-
},
|
|
59987
|
-
{
|
|
59988
|
-
"kind": "variable",
|
|
59989
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
59990
|
-
"type": {
|
|
59991
|
-
"text": "Record<CriteriaOperator, string>"
|
|
59992
|
-
},
|
|
59993
|
-
"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}"
|
|
59994
|
-
}
|
|
59995
|
-
],
|
|
59996
|
-
"exports": [
|
|
59997
|
-
{
|
|
59998
|
-
"kind": "js",
|
|
59999
|
-
"name": "groupsToCriteria",
|
|
60000
|
-
"declaration": {
|
|
60001
|
-
"name": "groupsToCriteria",
|
|
60002
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60003
|
-
}
|
|
60004
|
-
},
|
|
60005
|
-
{
|
|
60006
|
-
"kind": "js",
|
|
60007
|
-
"name": "STRING_OPERATORS",
|
|
60008
|
-
"declaration": {
|
|
60009
|
-
"name": "STRING_OPERATORS",
|
|
60010
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60011
|
-
}
|
|
60012
|
-
},
|
|
60013
|
-
{
|
|
60014
|
-
"kind": "js",
|
|
60015
|
-
"name": "NUMERIC_OPERATORS",
|
|
60016
|
-
"declaration": {
|
|
60017
|
-
"name": "NUMERIC_OPERATORS",
|
|
60018
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60019
|
-
}
|
|
60020
|
-
},
|
|
60021
|
-
{
|
|
60022
|
-
"kind": "js",
|
|
60023
|
-
"name": "DATE_OPERATORS",
|
|
60024
|
-
"declaration": {
|
|
60025
|
-
"name": "DATE_OPERATORS",
|
|
60026
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60027
|
-
}
|
|
60028
|
-
},
|
|
60029
|
-
{
|
|
60030
|
-
"kind": "js",
|
|
60031
|
-
"name": "DATETIME_OPERATORS",
|
|
60032
|
-
"declaration": {
|
|
60033
|
-
"name": "DATETIME_OPERATORS",
|
|
60034
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60035
|
-
}
|
|
60036
|
-
},
|
|
60037
|
-
{
|
|
60038
|
-
"kind": "js",
|
|
60039
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60040
|
-
"declaration": {
|
|
60041
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60042
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60043
|
-
}
|
|
60044
|
-
}
|
|
60045
|
-
]
|
|
60046
|
-
},
|
|
60047
|
-
{
|
|
60048
|
-
"kind": "javascript-module",
|
|
60049
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
60050
|
-
"declarations": [
|
|
60051
|
-
{
|
|
60052
|
-
"kind": "function",
|
|
60053
|
-
"name": "validateClauses",
|
|
60054
|
-
"return": {
|
|
60055
|
-
"type": {
|
|
60056
|
-
"text": "ValidationResult"
|
|
60057
|
-
}
|
|
60058
|
-
},
|
|
60059
|
-
"parameters": [
|
|
60060
|
-
{
|
|
60061
|
-
"name": "clauses",
|
|
60062
|
-
"type": {
|
|
60063
|
-
"text": "CriteriaClause[]"
|
|
60064
|
-
}
|
|
60065
|
-
},
|
|
60066
|
-
{
|
|
60067
|
-
"name": "fieldMetadata",
|
|
60068
|
-
"type": {
|
|
60069
|
-
"text": "MetadataDetail[] | string[]"
|
|
60070
|
-
}
|
|
60071
|
-
}
|
|
60072
|
-
]
|
|
60073
|
-
},
|
|
60074
|
-
{
|
|
60075
|
-
"kind": "function",
|
|
60076
|
-
"name": "validateGroups",
|
|
60077
|
-
"return": {
|
|
60078
|
-
"type": {
|
|
60079
|
-
"text": "GroupsValidationResult"
|
|
60080
|
-
}
|
|
60081
|
-
},
|
|
60082
|
-
"parameters": [
|
|
60083
|
-
{
|
|
60084
|
-
"name": "groups",
|
|
60085
|
-
"type": {
|
|
60086
|
-
"text": "CriteriaGroup[]"
|
|
60087
|
-
}
|
|
60088
|
-
},
|
|
60089
|
-
{
|
|
60090
|
-
"name": "fieldMetadata",
|
|
60091
|
-
"type": {
|
|
60092
|
-
"text": "MetadataDetail[] | string[]"
|
|
60093
|
-
}
|
|
60094
|
-
}
|
|
60095
|
-
],
|
|
60096
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
60097
|
-
}
|
|
60098
|
-
],
|
|
60099
|
-
"exports": [
|
|
60100
|
-
{
|
|
60101
|
-
"kind": "js",
|
|
60102
|
-
"name": "validateClauses",
|
|
60103
|
-
"declaration": {
|
|
60104
|
-
"name": "validateClauses",
|
|
60105
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60106
|
-
}
|
|
60107
|
-
},
|
|
60108
|
-
{
|
|
60109
|
-
"kind": "js",
|
|
60110
|
-
"name": "validateGroups",
|
|
60111
|
-
"declaration": {
|
|
60112
|
-
"name": "validateGroups",
|
|
60113
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60114
|
-
}
|
|
60115
|
-
}
|
|
60116
|
-
]
|
|
60117
|
-
},
|
|
60118
59927
|
{
|
|
60119
59928
|
"kind": "javascript-module",
|
|
60120
59929
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -61487,6 +61296,197 @@
|
|
|
61487
61296
|
"declarations": [],
|
|
61488
61297
|
"exports": []
|
|
61489
61298
|
},
|
|
61299
|
+
{
|
|
61300
|
+
"kind": "javascript-module",
|
|
61301
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
61302
|
+
"declarations": [],
|
|
61303
|
+
"exports": []
|
|
61304
|
+
},
|
|
61305
|
+
{
|
|
61306
|
+
"kind": "javascript-module",
|
|
61307
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
61308
|
+
"declarations": [
|
|
61309
|
+
{
|
|
61310
|
+
"kind": "function",
|
|
61311
|
+
"name": "groupsToCriteria",
|
|
61312
|
+
"return": {
|
|
61313
|
+
"type": {
|
|
61314
|
+
"text": "string"
|
|
61315
|
+
}
|
|
61316
|
+
},
|
|
61317
|
+
"parameters": [
|
|
61318
|
+
{
|
|
61319
|
+
"name": "groups",
|
|
61320
|
+
"type": {
|
|
61321
|
+
"text": "CriteriaGroup[]"
|
|
61322
|
+
}
|
|
61323
|
+
}
|
|
61324
|
+
],
|
|
61325
|
+
"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."
|
|
61326
|
+
},
|
|
61327
|
+
{
|
|
61328
|
+
"kind": "variable",
|
|
61329
|
+
"name": "STRING_OPERATORS",
|
|
61330
|
+
"type": {
|
|
61331
|
+
"text": "CriteriaOperator[]"
|
|
61332
|
+
},
|
|
61333
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
61334
|
+
},
|
|
61335
|
+
{
|
|
61336
|
+
"kind": "variable",
|
|
61337
|
+
"name": "NUMERIC_OPERATORS",
|
|
61338
|
+
"type": {
|
|
61339
|
+
"text": "CriteriaOperator[]"
|
|
61340
|
+
},
|
|
61341
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
61342
|
+
},
|
|
61343
|
+
{
|
|
61344
|
+
"kind": "variable",
|
|
61345
|
+
"name": "DATE_OPERATORS",
|
|
61346
|
+
"type": {
|
|
61347
|
+
"text": "CriteriaOperator[]"
|
|
61348
|
+
},
|
|
61349
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
61350
|
+
},
|
|
61351
|
+
{
|
|
61352
|
+
"kind": "variable",
|
|
61353
|
+
"name": "DATETIME_OPERATORS",
|
|
61354
|
+
"type": {
|
|
61355
|
+
"text": "CriteriaOperator[]"
|
|
61356
|
+
},
|
|
61357
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
61358
|
+
},
|
|
61359
|
+
{
|
|
61360
|
+
"kind": "variable",
|
|
61361
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61362
|
+
"type": {
|
|
61363
|
+
"text": "Record<CriteriaOperator, string>"
|
|
61364
|
+
},
|
|
61365
|
+
"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}"
|
|
61366
|
+
}
|
|
61367
|
+
],
|
|
61368
|
+
"exports": [
|
|
61369
|
+
{
|
|
61370
|
+
"kind": "js",
|
|
61371
|
+
"name": "groupsToCriteria",
|
|
61372
|
+
"declaration": {
|
|
61373
|
+
"name": "groupsToCriteria",
|
|
61374
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61375
|
+
}
|
|
61376
|
+
},
|
|
61377
|
+
{
|
|
61378
|
+
"kind": "js",
|
|
61379
|
+
"name": "STRING_OPERATORS",
|
|
61380
|
+
"declaration": {
|
|
61381
|
+
"name": "STRING_OPERATORS",
|
|
61382
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61383
|
+
}
|
|
61384
|
+
},
|
|
61385
|
+
{
|
|
61386
|
+
"kind": "js",
|
|
61387
|
+
"name": "NUMERIC_OPERATORS",
|
|
61388
|
+
"declaration": {
|
|
61389
|
+
"name": "NUMERIC_OPERATORS",
|
|
61390
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61391
|
+
}
|
|
61392
|
+
},
|
|
61393
|
+
{
|
|
61394
|
+
"kind": "js",
|
|
61395
|
+
"name": "DATE_OPERATORS",
|
|
61396
|
+
"declaration": {
|
|
61397
|
+
"name": "DATE_OPERATORS",
|
|
61398
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61399
|
+
}
|
|
61400
|
+
},
|
|
61401
|
+
{
|
|
61402
|
+
"kind": "js",
|
|
61403
|
+
"name": "DATETIME_OPERATORS",
|
|
61404
|
+
"declaration": {
|
|
61405
|
+
"name": "DATETIME_OPERATORS",
|
|
61406
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61407
|
+
}
|
|
61408
|
+
},
|
|
61409
|
+
{
|
|
61410
|
+
"kind": "js",
|
|
61411
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61412
|
+
"declaration": {
|
|
61413
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61414
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61415
|
+
}
|
|
61416
|
+
}
|
|
61417
|
+
]
|
|
61418
|
+
},
|
|
61419
|
+
{
|
|
61420
|
+
"kind": "javascript-module",
|
|
61421
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
61422
|
+
"declarations": [
|
|
61423
|
+
{
|
|
61424
|
+
"kind": "function",
|
|
61425
|
+
"name": "validateClauses",
|
|
61426
|
+
"return": {
|
|
61427
|
+
"type": {
|
|
61428
|
+
"text": "ValidationResult"
|
|
61429
|
+
}
|
|
61430
|
+
},
|
|
61431
|
+
"parameters": [
|
|
61432
|
+
{
|
|
61433
|
+
"name": "clauses",
|
|
61434
|
+
"type": {
|
|
61435
|
+
"text": "CriteriaClause[]"
|
|
61436
|
+
}
|
|
61437
|
+
},
|
|
61438
|
+
{
|
|
61439
|
+
"name": "fieldMetadata",
|
|
61440
|
+
"type": {
|
|
61441
|
+
"text": "MetadataDetail[] | string[]"
|
|
61442
|
+
}
|
|
61443
|
+
}
|
|
61444
|
+
]
|
|
61445
|
+
},
|
|
61446
|
+
{
|
|
61447
|
+
"kind": "function",
|
|
61448
|
+
"name": "validateGroups",
|
|
61449
|
+
"return": {
|
|
61450
|
+
"type": {
|
|
61451
|
+
"text": "GroupsValidationResult"
|
|
61452
|
+
}
|
|
61453
|
+
},
|
|
61454
|
+
"parameters": [
|
|
61455
|
+
{
|
|
61456
|
+
"name": "groups",
|
|
61457
|
+
"type": {
|
|
61458
|
+
"text": "CriteriaGroup[]"
|
|
61459
|
+
}
|
|
61460
|
+
},
|
|
61461
|
+
{
|
|
61462
|
+
"name": "fieldMetadata",
|
|
61463
|
+
"type": {
|
|
61464
|
+
"text": "MetadataDetail[] | string[]"
|
|
61465
|
+
}
|
|
61466
|
+
}
|
|
61467
|
+
],
|
|
61468
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
61469
|
+
}
|
|
61470
|
+
],
|
|
61471
|
+
"exports": [
|
|
61472
|
+
{
|
|
61473
|
+
"kind": "js",
|
|
61474
|
+
"name": "validateClauses",
|
|
61475
|
+
"declaration": {
|
|
61476
|
+
"name": "validateClauses",
|
|
61477
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61478
|
+
}
|
|
61479
|
+
},
|
|
61480
|
+
{
|
|
61481
|
+
"kind": "js",
|
|
61482
|
+
"name": "validateGroups",
|
|
61483
|
+
"declaration": {
|
|
61484
|
+
"name": "validateGroups",
|
|
61485
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61486
|
+
}
|
|
61487
|
+
}
|
|
61488
|
+
]
|
|
61489
|
+
},
|
|
61490
61490
|
{
|
|
61491
61491
|
"kind": "javascript-module",
|
|
61492
61492
|
"path": "src/environment-indicator/utils/configure.ts",
|