@genesislcap/foundation-ui 15.10.6 → 15.12.0-FUI-2601.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 +1527 -1527
- 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,110 @@
|
|
|
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
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
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
|
+
}
|
|
1285
1322
|
}
|
|
1286
1323
|
],
|
|
1287
1324
|
"exports": [
|
|
1288
1325
|
{
|
|
1289
1326
|
"kind": "js",
|
|
1290
|
-
"name": "
|
|
1327
|
+
"name": "BaseFileComponent",
|
|
1291
1328
|
"declaration": {
|
|
1292
|
-
"name": "
|
|
1293
|
-
"module": "src/
|
|
1329
|
+
"name": "BaseFileComponent",
|
|
1330
|
+
"module": "src/_common/base-file-component.ts"
|
|
1294
1331
|
}
|
|
1295
|
-
}
|
|
1332
|
+
}
|
|
1333
|
+
]
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "javascript-module",
|
|
1337
|
+
"path": "src/_common/field-styles.ts",
|
|
1338
|
+
"declarations": [
|
|
1296
1339
|
{
|
|
1297
|
-
"kind": "
|
|
1298
|
-
"name": "
|
|
1299
|
-
"
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
},
|
|
1340
|
+
"kind": "variable",
|
|
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": [
|
|
1304
1346
|
{
|
|
1305
1347
|
"kind": "js",
|
|
1306
|
-
"name": "
|
|
1348
|
+
"name": "sharedFieldStyles",
|
|
1307
1349
|
"declaration": {
|
|
1308
|
-
"name": "
|
|
1309
|
-
"module": "src/
|
|
1350
|
+
"name": "sharedFieldStyles",
|
|
1351
|
+
"module": "src/_common/field-styles.ts"
|
|
1310
1352
|
}
|
|
1311
|
-
}
|
|
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
|
+
]
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"exports": [
|
|
1312
1376
|
{
|
|
1313
1377
|
"kind": "js",
|
|
1314
|
-
"name": "
|
|
1378
|
+
"name": "closeIcon",
|
|
1315
1379
|
"declaration": {
|
|
1316
|
-
"name": "
|
|
1317
|
-
"module": "src/
|
|
1380
|
+
"name": "closeIcon",
|
|
1381
|
+
"module": "src/_common/icons.ts"
|
|
1318
1382
|
}
|
|
1319
1383
|
}
|
|
1320
1384
|
]
|
|
1321
1385
|
},
|
|
1322
1386
|
{
|
|
1323
1387
|
"kind": "javascript-module",
|
|
1324
|
-
"path": "src/
|
|
1388
|
+
"path": "src/_common/index.ts",
|
|
1325
1389
|
"declarations": [],
|
|
1326
1390
|
"exports": [
|
|
1327
1391
|
{
|
|
@@ -1329,7 +1393,7 @@
|
|
|
1329
1393
|
"name": "*",
|
|
1330
1394
|
"declaration": {
|
|
1331
1395
|
"name": "*",
|
|
1332
|
-
"package": "./
|
|
1396
|
+
"package": "./affix-mixin"
|
|
1333
1397
|
}
|
|
1334
1398
|
},
|
|
1335
1399
|
{
|
|
@@ -1337,7 +1401,7 @@
|
|
|
1337
1401
|
"name": "*",
|
|
1338
1402
|
"declaration": {
|
|
1339
1403
|
"name": "*",
|
|
1340
|
-
"package": "./
|
|
1404
|
+
"package": "./base-file-component"
|
|
1341
1405
|
}
|
|
1342
1406
|
},
|
|
1343
1407
|
{
|
|
@@ -1345,18 +1409,26 @@
|
|
|
1345
1409
|
"name": "*",
|
|
1346
1410
|
"declaration": {
|
|
1347
1411
|
"name": "*",
|
|
1348
|
-
"package": "./
|
|
1412
|
+
"package": "./field-styles"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "*",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "*",
|
|
1420
|
+
"package": "./icons"
|
|
1349
1421
|
}
|
|
1350
1422
|
}
|
|
1351
1423
|
]
|
|
1352
1424
|
},
|
|
1353
1425
|
{
|
|
1354
1426
|
"kind": "javascript-module",
|
|
1355
|
-
"path": "src/
|
|
1427
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1356
1428
|
"declarations": [
|
|
1357
1429
|
{
|
|
1358
1430
|
"kind": "function",
|
|
1359
|
-
"name": "
|
|
1431
|
+
"name": "foundationAccordionStyles",
|
|
1360
1432
|
"return": {
|
|
1361
1433
|
"type": {
|
|
1362
1434
|
"text": "ElementStyles"
|
|
@@ -1376,13 +1448,29 @@
|
|
|
1376
1448
|
}
|
|
1377
1449
|
}
|
|
1378
1450
|
]
|
|
1379
|
-
}
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"exports": [
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "foundationAccordionStyles",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "foundationAccordionStyles",
|
|
1459
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "javascript-module",
|
|
1466
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1467
|
+
"declarations": [
|
|
1380
1468
|
{
|
|
1381
1469
|
"kind": "function",
|
|
1382
|
-
"name": "
|
|
1470
|
+
"name": "foundationAccordionTemplate",
|
|
1383
1471
|
"return": {
|
|
1384
1472
|
"type": {
|
|
1385
|
-
"text": "
|
|
1473
|
+
"text": "ViewTemplate<Accordion>"
|
|
1386
1474
|
}
|
|
1387
1475
|
},
|
|
1388
1476
|
"parameters": [
|
|
@@ -1404,281 +1492,238 @@
|
|
|
1404
1492
|
"exports": [
|
|
1405
1493
|
{
|
|
1406
1494
|
"kind": "js",
|
|
1407
|
-
"name": "
|
|
1408
|
-
"declaration": {
|
|
1409
|
-
"name": "actionsMenuBaseStyles",
|
|
1410
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "js",
|
|
1415
|
-
"name": "foundationActionsMenuStyles",
|
|
1495
|
+
"name": "foundationAccordionTemplate",
|
|
1416
1496
|
"declaration": {
|
|
1417
|
-
"name": "
|
|
1418
|
-
"module": "src/
|
|
1497
|
+
"name": "foundationAccordionTemplate",
|
|
1498
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1419
1499
|
}
|
|
1420
1500
|
}
|
|
1421
1501
|
]
|
|
1422
1502
|
},
|
|
1423
1503
|
{
|
|
1424
1504
|
"kind": "javascript-module",
|
|
1425
|
-
"path": "src/
|
|
1505
|
+
"path": "src/accordion/accordion.ts",
|
|
1426
1506
|
"declarations": [
|
|
1427
1507
|
{
|
|
1428
|
-
"kind": "
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1508
|
+
"kind": "class",
|
|
1509
|
+
"description": "",
|
|
1510
|
+
"name": "Accordion",
|
|
1511
|
+
"superclass": {
|
|
1512
|
+
"name": "FASTAccordion",
|
|
1513
|
+
"package": "@microsoft/fast-foundation"
|
|
1514
|
+
},
|
|
1515
|
+
"tagName": "%%prefix%%-accordion",
|
|
1516
|
+
"customElement": true,
|
|
1517
|
+
"attributes": [
|
|
1431
1518
|
{
|
|
1432
|
-
"name": "
|
|
1519
|
+
"name": "expand-mode",
|
|
1433
1520
|
"type": {
|
|
1434
|
-
"text": "
|
|
1521
|
+
"text": "AccordionExpandMode"
|
|
1522
|
+
},
|
|
1523
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1524
|
+
"fieldName": "expandmode",
|
|
1525
|
+
"inheritedFrom": {
|
|
1526
|
+
"name": "Accordion",
|
|
1527
|
+
"module": "src/accordion/accordion.ts"
|
|
1435
1528
|
}
|
|
1436
1529
|
}
|
|
1437
|
-
]
|
|
1438
|
-
|
|
1439
|
-
{
|
|
1440
|
-
"kind": "function",
|
|
1441
|
-
"name": "singleOptionTemplate",
|
|
1442
|
-
"parameters": [
|
|
1530
|
+
],
|
|
1531
|
+
"members": [
|
|
1443
1532
|
{
|
|
1444
|
-
"
|
|
1533
|
+
"kind": "field",
|
|
1534
|
+
"name": "expandmode",
|
|
1445
1535
|
"type": {
|
|
1446
|
-
"text": "
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
"name": "foundationActionsMenuTemplate",
|
|
1454
|
-
"type": {
|
|
1455
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1456
|
-
},
|
|
1457
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1458
|
-
}
|
|
1459
|
-
],
|
|
1460
|
-
"exports": [
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "js",
|
|
1463
|
-
"name": "menuTemplate",
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "menuTemplate",
|
|
1466
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "js",
|
|
1471
|
-
"name": "singleOptionTemplate",
|
|
1472
|
-
"declaration": {
|
|
1473
|
-
"name": "singleOptionTemplate",
|
|
1474
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"kind": "js",
|
|
1479
|
-
"name": "foundationActionsMenuTemplate",
|
|
1480
|
-
"declaration": {
|
|
1481
|
-
"name": "foundationActionsMenuTemplate",
|
|
1482
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1490
|
-
"declarations": [
|
|
1491
|
-
{
|
|
1492
|
-
"kind": "class",
|
|
1493
|
-
"description": "",
|
|
1494
|
-
"name": "ActionsMenu",
|
|
1495
|
-
"members": [
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "field",
|
|
1498
|
-
"name": "actions",
|
|
1499
|
-
"type": {
|
|
1500
|
-
"text": "ActionMenuItem[]"
|
|
1536
|
+
"text": "AccordionExpandMode"
|
|
1537
|
+
},
|
|
1538
|
+
"privacy": "public",
|
|
1539
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1540
|
+
"inheritedFrom": {
|
|
1541
|
+
"name": "Accordion",
|
|
1542
|
+
"module": "src/accordion/accordion.ts"
|
|
1501
1543
|
}
|
|
1502
1544
|
},
|
|
1503
1545
|
{
|
|
1504
1546
|
"kind": "field",
|
|
1505
|
-
"name": "
|
|
1547
|
+
"name": "activeid",
|
|
1506
1548
|
"type": {
|
|
1507
|
-
"text": "
|
|
1549
|
+
"text": "string | null"
|
|
1508
1550
|
},
|
|
1509
|
-
"
|
|
1551
|
+
"privacy": "private",
|
|
1552
|
+
"inheritedFrom": {
|
|
1553
|
+
"name": "Accordion",
|
|
1554
|
+
"module": "src/accordion/accordion.ts"
|
|
1555
|
+
}
|
|
1510
1556
|
},
|
|
1511
1557
|
{
|
|
1512
1558
|
"kind": "field",
|
|
1513
|
-
"name": "
|
|
1559
|
+
"name": "activeItemIndex",
|
|
1514
1560
|
"type": {
|
|
1515
|
-
"text": "
|
|
1561
|
+
"text": "number"
|
|
1516
1562
|
},
|
|
1517
|
-
"
|
|
1563
|
+
"privacy": "private",
|
|
1564
|
+
"default": "0",
|
|
1565
|
+
"inheritedFrom": {
|
|
1566
|
+
"name": "Accordion",
|
|
1567
|
+
"module": "src/accordion/accordion.ts"
|
|
1568
|
+
}
|
|
1518
1569
|
},
|
|
1519
1570
|
{
|
|
1520
1571
|
"kind": "field",
|
|
1521
|
-
"name": "
|
|
1572
|
+
"name": "accordionIds",
|
|
1522
1573
|
"type": {
|
|
1523
|
-
"text": "
|
|
1574
|
+
"text": "Array<string | null>"
|
|
1524
1575
|
},
|
|
1525
|
-
"
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
"name": "classNames",
|
|
1530
|
-
"type": {
|
|
1531
|
-
"text": "string"
|
|
1576
|
+
"privacy": "private",
|
|
1577
|
+
"inheritedFrom": {
|
|
1578
|
+
"name": "Accordion",
|
|
1579
|
+
"module": "src/accordion/accordion.ts"
|
|
1532
1580
|
}
|
|
1533
1581
|
},
|
|
1534
1582
|
{
|
|
1535
1583
|
"kind": "field",
|
|
1536
|
-
"name": "
|
|
1537
|
-
"
|
|
1538
|
-
|
|
1584
|
+
"name": "change",
|
|
1585
|
+
"privacy": "private",
|
|
1586
|
+
"inheritedFrom": {
|
|
1587
|
+
"name": "Accordion",
|
|
1588
|
+
"module": "src/accordion/accordion.ts"
|
|
1539
1589
|
}
|
|
1540
1590
|
},
|
|
1541
1591
|
{
|
|
1542
|
-
"kind": "
|
|
1543
|
-
"name": "
|
|
1544
|
-
"
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
{
|
|
1550
|
-
"kind": "field",
|
|
1551
|
-
"name": "open",
|
|
1552
|
-
"type": {
|
|
1553
|
-
"text": "boolean"
|
|
1592
|
+
"kind": "method",
|
|
1593
|
+
"name": "findExpandedItem",
|
|
1594
|
+
"privacy": "private",
|
|
1595
|
+
"return": {
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "AccordionItem | null"
|
|
1598
|
+
}
|
|
1554
1599
|
},
|
|
1555
|
-
"
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
"kind": "field",
|
|
1559
|
-
"name": "buttonAppearance",
|
|
1560
|
-
"type": {
|
|
1561
|
-
"text": "string"
|
|
1600
|
+
"inheritedFrom": {
|
|
1601
|
+
"name": "Accordion",
|
|
1602
|
+
"module": "src/accordion/accordion.ts"
|
|
1562
1603
|
}
|
|
1563
1604
|
},
|
|
1564
1605
|
{
|
|
1565
1606
|
"kind": "field",
|
|
1566
|
-
"name": "
|
|
1567
|
-
"
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1607
|
+
"name": "setItems",
|
|
1608
|
+
"privacy": "private",
|
|
1609
|
+
"inheritedFrom": {
|
|
1610
|
+
"name": "Accordion",
|
|
1611
|
+
"module": "src/accordion/accordion.ts"
|
|
1612
|
+
}
|
|
1571
1613
|
},
|
|
1572
1614
|
{
|
|
1573
|
-
"kind": "
|
|
1574
|
-
"name": "
|
|
1575
|
-
"
|
|
1576
|
-
|
|
1615
|
+
"kind": "method",
|
|
1616
|
+
"name": "resetItems",
|
|
1617
|
+
"privacy": "private",
|
|
1618
|
+
"return": {
|
|
1619
|
+
"type": {
|
|
1620
|
+
"text": "void"
|
|
1621
|
+
}
|
|
1577
1622
|
},
|
|
1578
|
-
"
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
"kind": "field",
|
|
1582
|
-
"name": "singleOption",
|
|
1583
|
-
"type": {
|
|
1584
|
-
"text": "ActionMenuItem"
|
|
1623
|
+
"inheritedFrom": {
|
|
1624
|
+
"name": "Accordion",
|
|
1625
|
+
"module": "src/accordion/accordion.ts"
|
|
1585
1626
|
}
|
|
1586
1627
|
},
|
|
1587
1628
|
{
|
|
1588
1629
|
"kind": "field",
|
|
1589
|
-
"name": "
|
|
1590
|
-
"
|
|
1591
|
-
|
|
1630
|
+
"name": "removeItemListeners",
|
|
1631
|
+
"privacy": "private",
|
|
1632
|
+
"inheritedFrom": {
|
|
1633
|
+
"name": "Accordion",
|
|
1634
|
+
"module": "src/accordion/accordion.ts"
|
|
1592
1635
|
}
|
|
1593
1636
|
},
|
|
1594
1637
|
{
|
|
1595
1638
|
"kind": "field",
|
|
1596
|
-
"name": "
|
|
1597
|
-
"
|
|
1598
|
-
|
|
1639
|
+
"name": "activeItemChange",
|
|
1640
|
+
"privacy": "private",
|
|
1641
|
+
"inheritedFrom": {
|
|
1642
|
+
"name": "Accordion",
|
|
1643
|
+
"module": "src/accordion/accordion.ts"
|
|
1599
1644
|
}
|
|
1600
1645
|
},
|
|
1601
1646
|
{
|
|
1602
1647
|
"kind": "method",
|
|
1603
|
-
"name": "
|
|
1604
|
-
"privacy": "private"
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
"name": "definitionChanged",
|
|
1609
|
-
"privacy": "protected",
|
|
1610
|
-
"parameters": [
|
|
1611
|
-
{
|
|
1612
|
-
"name": "oldValue",
|
|
1613
|
-
"type": {
|
|
1614
|
-
"text": "any"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "newValue",
|
|
1619
|
-
"type": {
|
|
1620
|
-
"text": "any"
|
|
1621
|
-
}
|
|
1648
|
+
"name": "getItemIds",
|
|
1649
|
+
"privacy": "private",
|
|
1650
|
+
"return": {
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "Array<string | null>"
|
|
1622
1653
|
}
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
"privacy": "protected"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "method",
|
|
1632
|
-
"name": "toggleActionsMenuVisibility"
|
|
1654
|
+
},
|
|
1655
|
+
"inheritedFrom": {
|
|
1656
|
+
"name": "Accordion",
|
|
1657
|
+
"module": "src/accordion/accordion.ts"
|
|
1658
|
+
}
|
|
1633
1659
|
},
|
|
1634
1660
|
{
|
|
1635
1661
|
"kind": "method",
|
|
1636
|
-
"name": "
|
|
1637
|
-
"
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
"
|
|
1641
|
-
"text": "(rowData) => void | any"
|
|
1642
|
-
}
|
|
1662
|
+
"name": "isSingleExpandMode",
|
|
1663
|
+
"privacy": "private",
|
|
1664
|
+
"return": {
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "boolean"
|
|
1643
1667
|
}
|
|
1644
|
-
|
|
1668
|
+
},
|
|
1669
|
+
"inheritedFrom": {
|
|
1670
|
+
"name": "Accordion",
|
|
1671
|
+
"module": "src/accordion/accordion.ts"
|
|
1672
|
+
}
|
|
1645
1673
|
},
|
|
1646
1674
|
{
|
|
1647
1675
|
"kind": "field",
|
|
1648
|
-
"name": "
|
|
1649
|
-
"
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1676
|
+
"name": "handleItemKeyDown",
|
|
1677
|
+
"privacy": "private",
|
|
1678
|
+
"inheritedFrom": {
|
|
1679
|
+
"name": "Accordion",
|
|
1680
|
+
"module": "src/accordion/accordion.ts"
|
|
1681
|
+
}
|
|
1653
1682
|
},
|
|
1654
1683
|
{
|
|
1655
1684
|
"kind": "field",
|
|
1656
|
-
"name": "
|
|
1657
|
-
"
|
|
1685
|
+
"name": "handleItemFocus",
|
|
1686
|
+
"privacy": "private",
|
|
1687
|
+
"inheritedFrom": {
|
|
1688
|
+
"name": "Accordion",
|
|
1689
|
+
"module": "src/accordion/accordion.ts"
|
|
1690
|
+
}
|
|
1658
1691
|
},
|
|
1659
1692
|
{
|
|
1660
1693
|
"kind": "method",
|
|
1661
|
-
"name": "
|
|
1694
|
+
"name": "adjust",
|
|
1695
|
+
"privacy": "private",
|
|
1696
|
+
"return": {
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "void"
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1662
1701
|
"parameters": [
|
|
1663
1702
|
{
|
|
1664
|
-
"name": "
|
|
1703
|
+
"name": "adjustment",
|
|
1665
1704
|
"type": {
|
|
1666
|
-
"text": "
|
|
1705
|
+
"text": "number"
|
|
1667
1706
|
}
|
|
1668
1707
|
}
|
|
1669
|
-
]
|
|
1708
|
+
],
|
|
1709
|
+
"inheritedFrom": {
|
|
1710
|
+
"name": "Accordion",
|
|
1711
|
+
"module": "src/accordion/accordion.ts"
|
|
1712
|
+
}
|
|
1670
1713
|
},
|
|
1671
1714
|
{
|
|
1672
1715
|
"kind": "method",
|
|
1673
|
-
"name": "
|
|
1674
|
-
"
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
"
|
|
1678
|
-
"text": "string"
|
|
1679
|
-
}
|
|
1716
|
+
"name": "focusItem",
|
|
1717
|
+
"privacy": "private",
|
|
1718
|
+
"return": {
|
|
1719
|
+
"type": {
|
|
1720
|
+
"text": "void"
|
|
1680
1721
|
}
|
|
1681
|
-
|
|
1722
|
+
},
|
|
1723
|
+
"inheritedFrom": {
|
|
1724
|
+
"name": "Accordion",
|
|
1725
|
+
"module": "src/accordion/accordion.ts"
|
|
1726
|
+
}
|
|
1682
1727
|
},
|
|
1683
1728
|
{
|
|
1684
1729
|
"kind": "field",
|
|
@@ -1792,107 +1837,78 @@
|
|
|
1792
1837
|
}
|
|
1793
1838
|
}
|
|
1794
1839
|
],
|
|
1795
|
-
"
|
|
1796
|
-
{
|
|
1797
|
-
"name": "is-vertical",
|
|
1798
|
-
"type": {
|
|
1799
|
-
"text": "boolean"
|
|
1800
|
-
},
|
|
1801
|
-
"default": "false",
|
|
1802
|
-
"fieldName": "isVertical"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"name": "add-default-actions",
|
|
1806
|
-
"type": {
|
|
1807
|
-
"text": "boolean"
|
|
1808
|
-
},
|
|
1809
|
-
"default": "true",
|
|
1810
|
-
"fieldName": "addDefaultActions"
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"name": "auto-close-on-action",
|
|
1814
|
-
"type": {
|
|
1815
|
-
"text": "boolean"
|
|
1816
|
-
},
|
|
1817
|
-
"default": "true",
|
|
1818
|
-
"fieldName": "autoCloseOnAction"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "name",
|
|
1822
|
-
"type": {
|
|
1823
|
-
"text": "string"
|
|
1824
|
-
},
|
|
1825
|
-
"default": "'Actions'",
|
|
1826
|
-
"fieldName": "name"
|
|
1827
|
-
},
|
|
1828
|
-
{
|
|
1829
|
-
"name": "open",
|
|
1830
|
-
"type": {
|
|
1831
|
-
"text": "boolean"
|
|
1832
|
-
},
|
|
1833
|
-
"default": "false",
|
|
1834
|
-
"fieldName": "open"
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "buttonAppearance",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "string"
|
|
1840
|
-
},
|
|
1841
|
-
"fieldName": "buttonAppearance"
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "hide-disabled",
|
|
1845
|
-
"type": {
|
|
1846
|
-
"text": "boolean"
|
|
1847
|
-
},
|
|
1848
|
-
"default": "false",
|
|
1849
|
-
"fieldName": "hideDisabled"
|
|
1850
|
-
},
|
|
1840
|
+
"events": [
|
|
1851
1841
|
{
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1842
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1843
|
+
"name": "change",
|
|
1844
|
+
"inheritedFrom": {
|
|
1845
|
+
"name": "Accordion",
|
|
1846
|
+
"module": "src/accordion/accordion.ts"
|
|
1847
|
+
}
|
|
1858
1848
|
}
|
|
1859
|
-
]
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1849
|
+
]
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "variable",
|
|
1853
|
+
"name": "foundationAccordionShadowOptions",
|
|
1854
|
+
"type": {
|
|
1855
|
+
"text": "ShadowRootInit"
|
|
1863
1856
|
},
|
|
1864
|
-
"
|
|
1865
|
-
"customElement": true
|
|
1857
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1866
1858
|
},
|
|
1867
1859
|
{
|
|
1868
1860
|
"kind": "variable",
|
|
1869
|
-
"name": "
|
|
1870
|
-
"
|
|
1861
|
+
"name": "defaultAccordionConfig",
|
|
1862
|
+
"type": {
|
|
1863
|
+
"text": "object"
|
|
1864
|
+
},
|
|
1865
|
+
"default": "{}"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "variable",
|
|
1869
|
+
"name": "foundationAccordion",
|
|
1870
|
+
"description": "The Foundation Accordion",
|
|
1871
1871
|
"privacy": "public"
|
|
1872
1872
|
}
|
|
1873
1873
|
],
|
|
1874
1874
|
"exports": [
|
|
1875
1875
|
{
|
|
1876
1876
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1877
|
+
"name": "Accordion",
|
|
1878
1878
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/
|
|
1879
|
+
"name": "Accordion",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1881
1881
|
}
|
|
1882
1882
|
},
|
|
1883
1883
|
{
|
|
1884
1884
|
"kind": "js",
|
|
1885
|
-
"name": "
|
|
1885
|
+
"name": "foundationAccordionShadowOptions",
|
|
1886
1886
|
"declaration": {
|
|
1887
|
-
"name": "
|
|
1888
|
-
"module": "src/
|
|
1887
|
+
"name": "foundationAccordionShadowOptions",
|
|
1888
|
+
"module": "src/accordion/accordion.ts"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"kind": "js",
|
|
1893
|
+
"name": "defaultAccordionConfig",
|
|
1894
|
+
"declaration": {
|
|
1895
|
+
"name": "defaultAccordionConfig",
|
|
1896
|
+
"module": "src/accordion/accordion.ts"
|
|
1897
|
+
}
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"kind": "js",
|
|
1901
|
+
"name": "foundationAccordion",
|
|
1902
|
+
"declaration": {
|
|
1903
|
+
"name": "foundationAccordion",
|
|
1904
|
+
"module": "src/accordion/accordion.ts"
|
|
1889
1905
|
}
|
|
1890
1906
|
}
|
|
1891
1907
|
]
|
|
1892
1908
|
},
|
|
1893
1909
|
{
|
|
1894
1910
|
"kind": "javascript-module",
|
|
1895
|
-
"path": "src/
|
|
1911
|
+
"path": "src/accordion/index.ts",
|
|
1896
1912
|
"declarations": [],
|
|
1897
1913
|
"exports": [
|
|
1898
1914
|
{
|
|
@@ -1900,7 +1916,7 @@
|
|
|
1900
1916
|
"name": "*",
|
|
1901
1917
|
"declaration": {
|
|
1902
1918
|
"name": "*",
|
|
1903
|
-
"package": "./
|
|
1919
|
+
"package": "./accordion.template"
|
|
1904
1920
|
}
|
|
1905
1921
|
},
|
|
1906
1922
|
{
|
|
@@ -1908,7 +1924,7 @@
|
|
|
1908
1924
|
"name": "*",
|
|
1909
1925
|
"declaration": {
|
|
1910
1926
|
"name": "*",
|
|
1911
|
-
"package": "./
|
|
1927
|
+
"package": "./accordion.styles"
|
|
1912
1928
|
}
|
|
1913
1929
|
},
|
|
1914
1930
|
{
|
|
@@ -1916,265 +1932,224 @@
|
|
|
1916
1932
|
"name": "*",
|
|
1917
1933
|
"declaration": {
|
|
1918
1934
|
"name": "*",
|
|
1919
|
-
"package": "./
|
|
1935
|
+
"package": "./accordion"
|
|
1920
1936
|
}
|
|
1921
1937
|
}
|
|
1922
1938
|
]
|
|
1923
1939
|
},
|
|
1924
1940
|
{
|
|
1925
1941
|
"kind": "javascript-module",
|
|
1926
|
-
"path": "src/
|
|
1927
|
-
"declarations": [
|
|
1928
|
-
{
|
|
1929
|
-
"kind": "variable",
|
|
1930
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
1931
|
-
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
1932
|
-
}
|
|
1933
|
-
],
|
|
1942
|
+
"path": "src/_config/index.ts",
|
|
1943
|
+
"declarations": [],
|
|
1934
1944
|
"exports": [
|
|
1935
1945
|
{
|
|
1936
1946
|
"kind": "js",
|
|
1937
|
-
"name": "
|
|
1947
|
+
"name": "*",
|
|
1938
1948
|
"declaration": {
|
|
1939
|
-
"name": "
|
|
1940
|
-
"
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"package": "./styles"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "*",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "*",
|
|
1958
|
+
"package": "./tokens"
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "js",
|
|
1963
|
+
"name": "*",
|
|
1964
|
+
"declaration": {
|
|
1965
|
+
"name": "*",
|
|
1966
|
+
"package": "./values"
|
|
1941
1967
|
}
|
|
1942
1968
|
}
|
|
1943
1969
|
]
|
|
1944
1970
|
},
|
|
1945
1971
|
{
|
|
1946
1972
|
"kind": "javascript-module",
|
|
1947
|
-
"path": "src/
|
|
1973
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1948
1974
|
"declarations": [
|
|
1949
1975
|
{
|
|
1950
|
-
"kind": "
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
1953
|
-
"
|
|
1976
|
+
"kind": "function",
|
|
1977
|
+
"name": "foundationAccordionItemStyles",
|
|
1978
|
+
"return": {
|
|
1979
|
+
"type": {
|
|
1980
|
+
"text": "ElementStyles"
|
|
1981
|
+
}
|
|
1954
1982
|
},
|
|
1955
|
-
"
|
|
1983
|
+
"parameters": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "context",
|
|
1986
|
+
"type": {
|
|
1987
|
+
"text": "ElementDefinitionContext"
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"name": "definition",
|
|
1992
|
+
"type": {
|
|
1993
|
+
"text": "FoundationElementDefinition"
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
]
|
|
1956
1997
|
}
|
|
1957
1998
|
],
|
|
1958
1999
|
"exports": [
|
|
1959
2000
|
{
|
|
1960
2001
|
"kind": "js",
|
|
1961
|
-
"name": "
|
|
2002
|
+
"name": "foundationAccordionItemStyles",
|
|
1962
2003
|
"declaration": {
|
|
1963
|
-
"name": "
|
|
1964
|
-
"module": "src/
|
|
2004
|
+
"name": "foundationAccordionItemStyles",
|
|
2005
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1965
2006
|
}
|
|
1966
2007
|
}
|
|
1967
2008
|
]
|
|
1968
2009
|
},
|
|
1969
2010
|
{
|
|
1970
2011
|
"kind": "javascript-module",
|
|
1971
|
-
"path": "src/
|
|
2012
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1972
2013
|
"declarations": [
|
|
1973
2014
|
{
|
|
1974
|
-
"kind": "
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1977
|
-
|
|
2015
|
+
"kind": "function",
|
|
2016
|
+
"name": "foundationAccordionItemTemplate",
|
|
2017
|
+
"return": {
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
"parameters": [
|
|
1978
2023
|
{
|
|
1979
|
-
"
|
|
1980
|
-
"name": "providerRegistry",
|
|
2024
|
+
"name": "context",
|
|
1981
2025
|
"type": {
|
|
1982
|
-
"text": "
|
|
2026
|
+
"text": "ElementDefinitionContext"
|
|
1983
2027
|
}
|
|
1984
2028
|
},
|
|
1985
2029
|
{
|
|
1986
|
-
"
|
|
1987
|
-
"name": "placeholder",
|
|
1988
|
-
"type": {
|
|
1989
|
-
"text": "string"
|
|
1990
|
-
},
|
|
1991
|
-
"default": "'Describe your search criteria in natural language...'"
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "field",
|
|
1995
|
-
"name": "disabled",
|
|
2030
|
+
"name": "definition",
|
|
1996
2031
|
"type": {
|
|
1997
|
-
"text": "
|
|
2032
|
+
"text": "FoundationElementDefinition"
|
|
1998
2033
|
}
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
},
|
|
2030
|
-
"default": "[]"
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"kind": "field",
|
|
2034
|
-
"name": "showingChips",
|
|
2035
|
-
"type": {
|
|
2036
|
-
"text": "boolean"
|
|
2037
|
-
},
|
|
2038
|
-
"default": "false"
|
|
2039
|
-
},
|
|
2034
|
+
}
|
|
2035
|
+
]
|
|
2036
|
+
}
|
|
2037
|
+
],
|
|
2038
|
+
"exports": [
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "js",
|
|
2041
|
+
"name": "foundationAccordionItemTemplate",
|
|
2042
|
+
"declaration": {
|
|
2043
|
+
"name": "foundationAccordionItemTemplate",
|
|
2044
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
]
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"kind": "javascript-module",
|
|
2051
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2052
|
+
"declarations": [
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "class",
|
|
2055
|
+
"description": "",
|
|
2056
|
+
"name": "AccordionItem",
|
|
2057
|
+
"superclass": {
|
|
2058
|
+
"name": "FASTAccordionItem",
|
|
2059
|
+
"package": "@microsoft/fast-components"
|
|
2060
|
+
},
|
|
2061
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2062
|
+
"customElement": true,
|
|
2063
|
+
"attributes": [
|
|
2040
2064
|
{
|
|
2041
|
-
"
|
|
2042
|
-
"name": "fieldMetadata",
|
|
2065
|
+
"name": "heading-level",
|
|
2043
2066
|
"type": {
|
|
2044
|
-
"text": "
|
|
2067
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2045
2068
|
},
|
|
2046
|
-
"default": "
|
|
2069
|
+
"default": "2",
|
|
2070
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2071
|
+
"fieldName": "headinglevel",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "AccordionItem",
|
|
2074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2075
|
+
}
|
|
2047
2076
|
},
|
|
2048
2077
|
{
|
|
2049
|
-
"kind": "field",
|
|
2050
|
-
"name": "isRecording",
|
|
2051
2078
|
"type": {
|
|
2052
2079
|
"text": "boolean"
|
|
2053
2080
|
},
|
|
2054
|
-
"default": "false"
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
"
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
},
|
|
2062
|
-
"privacy": "public"
|
|
2081
|
+
"default": "false",
|
|
2082
|
+
"description": "Expands or collapses the item.",
|
|
2083
|
+
"fieldName": "expanded",
|
|
2084
|
+
"inheritedFrom": {
|
|
2085
|
+
"name": "AccordionItem",
|
|
2086
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2087
|
+
}
|
|
2063
2088
|
},
|
|
2064
2089
|
{
|
|
2065
|
-
"
|
|
2066
|
-
"name": "stopRecording",
|
|
2090
|
+
"name": "id",
|
|
2067
2091
|
"type": {
|
|
2068
|
-
"text": "
|
|
2092
|
+
"text": "string"
|
|
2069
2093
|
},
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2072
|
-
|
|
2094
|
+
"description": "The item ID",
|
|
2095
|
+
"fieldName": "id",
|
|
2096
|
+
"inheritedFrom": {
|
|
2097
|
+
"name": "AccordionItem",
|
|
2098
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
],
|
|
2102
|
+
"members": [
|
|
2073
2103
|
{
|
|
2074
2104
|
"kind": "field",
|
|
2075
|
-
"name": "
|
|
2105
|
+
"name": "headinglevel",
|
|
2076
2106
|
"type": {
|
|
2077
|
-
"text": "
|
|
2107
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2078
2108
|
},
|
|
2079
|
-
"privacy": "
|
|
2080
|
-
"default": "
|
|
2109
|
+
"privacy": "public",
|
|
2110
|
+
"default": "2",
|
|
2111
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2112
|
+
"inheritedFrom": {
|
|
2113
|
+
"name": "AccordionItem",
|
|
2114
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2115
|
+
}
|
|
2081
2116
|
},
|
|
2082
2117
|
{
|
|
2083
2118
|
"kind": "field",
|
|
2084
|
-
"name": "
|
|
2119
|
+
"name": "expanded",
|
|
2085
2120
|
"type": {
|
|
2086
2121
|
"text": "boolean"
|
|
2087
2122
|
},
|
|
2088
|
-
"
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"default": "false",
|
|
2125
|
+
"description": "Expands or collapses the item.",
|
|
2126
|
+
"inheritedFrom": {
|
|
2127
|
+
"name": "AccordionItem",
|
|
2128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2129
|
+
}
|
|
2089
2130
|
},
|
|
2090
2131
|
{
|
|
2091
2132
|
"kind": "field",
|
|
2092
|
-
"name": "
|
|
2133
|
+
"name": "id",
|
|
2093
2134
|
"type": {
|
|
2094
|
-
"text": "
|
|
2095
|
-
},
|
|
2096
|
-
"readonly": true
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "method",
|
|
2100
|
-
"name": "getFieldLabel",
|
|
2101
|
-
"privacy": "private",
|
|
2102
|
-
"return": {
|
|
2103
|
-
"type": {
|
|
2104
|
-
"text": "string"
|
|
2105
|
-
}
|
|
2135
|
+
"text": "string"
|
|
2106
2136
|
},
|
|
2107
|
-
"
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
}
|
|
2114
|
-
]
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"kind": "method",
|
|
2118
|
-
"name": "toggleCriteriaView",
|
|
2119
|
-
"return": {
|
|
2120
|
-
"type": {
|
|
2121
|
-
"text": "void"
|
|
2122
|
-
}
|
|
2137
|
+
"privacy": "public",
|
|
2138
|
+
"description": "The item ID",
|
|
2139
|
+
"inheritedFrom": {
|
|
2140
|
+
"name": "AccordionItem",
|
|
2141
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2123
2142
|
}
|
|
2124
2143
|
},
|
|
2125
2144
|
{
|
|
2126
|
-
"kind": "
|
|
2127
|
-
"name": "
|
|
2128
|
-
"
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
},
|
|
2133
|
-
"parameters": [
|
|
2134
|
-
{
|
|
2135
|
-
"name": "groupIndex",
|
|
2136
|
-
"type": {
|
|
2137
|
-
"text": "number"
|
|
2138
|
-
}
|
|
2139
|
-
},
|
|
2140
|
-
{
|
|
2141
|
-
"name": "clauseIndex",
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "number"
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
]
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"kind": "method",
|
|
2150
|
-
"name": "clearChips",
|
|
2151
|
-
"return": {
|
|
2152
|
-
"type": {
|
|
2153
|
-
"text": "void"
|
|
2154
|
-
}
|
|
2145
|
+
"kind": "field",
|
|
2146
|
+
"name": "change",
|
|
2147
|
+
"privacy": "private",
|
|
2148
|
+
"inheritedFrom": {
|
|
2149
|
+
"name": "AccordionItem",
|
|
2150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2155
2151
|
}
|
|
2156
2152
|
},
|
|
2157
|
-
{
|
|
2158
|
-
"kind": "method",
|
|
2159
|
-
"name": "handleSubmit"
|
|
2160
|
-
},
|
|
2161
|
-
{
|
|
2162
|
-
"kind": "method",
|
|
2163
|
-
"name": "handleBlur"
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"kind": "method",
|
|
2167
|
-
"name": "clear"
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "method",
|
|
2171
|
-
"name": "toggleSpeechInput"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"kind": "method",
|
|
2175
|
-
"name": "clearSpeechApplyDebounce",
|
|
2176
|
-
"privacy": "private"
|
|
2177
|
-
},
|
|
2178
2153
|
{
|
|
2179
2154
|
"kind": "field",
|
|
2180
2155
|
"name": "_presentation",
|
|
@@ -2289,152 +2264,84 @@
|
|
|
2289
2264
|
],
|
|
2290
2265
|
"events": [
|
|
2291
2266
|
{
|
|
2292
|
-
"description": "
|
|
2293
|
-
"name": "
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
}
|
|
2299
|
-
],
|
|
2300
|
-
"attributes": [
|
|
2301
|
-
{
|
|
2302
|
-
"name": "placeholder",
|
|
2303
|
-
"type": {
|
|
2304
|
-
"text": "string"
|
|
2305
|
-
},
|
|
2306
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
2307
|
-
"fieldName": "placeholder"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "boolean"
|
|
2312
|
-
},
|
|
2313
|
-
"fieldName": "disabled"
|
|
2267
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2268
|
+
"name": "change",
|
|
2269
|
+
"inheritedFrom": {
|
|
2270
|
+
"name": "AccordionItem",
|
|
2271
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2272
|
+
}
|
|
2314
2273
|
}
|
|
2315
|
-
]
|
|
2316
|
-
"superclass": {
|
|
2317
|
-
"name": "FoundationElement",
|
|
2318
|
-
"package": "@microsoft/fast-foundation"
|
|
2319
|
-
},
|
|
2320
|
-
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2321
|
-
"customElement": true
|
|
2274
|
+
]
|
|
2322
2275
|
},
|
|
2323
2276
|
{
|
|
2324
2277
|
"kind": "variable",
|
|
2325
|
-
"name": "
|
|
2278
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2326
2279
|
"type": {
|
|
2327
2280
|
"text": "ShadowRootInit"
|
|
2328
2281
|
},
|
|
2329
|
-
"default": "
|
|
2282
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2330
2283
|
},
|
|
2331
2284
|
{
|
|
2332
2285
|
"kind": "variable",
|
|
2333
|
-
"name": "
|
|
2286
|
+
"name": "defaultAccordionItemConfig",
|
|
2334
2287
|
"type": {
|
|
2335
2288
|
"text": "object"
|
|
2336
2289
|
},
|
|
2337
|
-
"default": "{}"
|
|
2290
|
+
"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}"
|
|
2338
2291
|
},
|
|
2339
2292
|
{
|
|
2340
2293
|
"kind": "variable",
|
|
2341
|
-
"name": "
|
|
2294
|
+
"name": "foundationAccordionItem",
|
|
2295
|
+
"description": "The Foundation Accordion Item",
|
|
2296
|
+
"privacy": "public"
|
|
2342
2297
|
}
|
|
2343
2298
|
],
|
|
2344
2299
|
"exports": [
|
|
2345
2300
|
{
|
|
2346
2301
|
"kind": "js",
|
|
2347
|
-
"name": "
|
|
2302
|
+
"name": "AccordionItem",
|
|
2348
2303
|
"declaration": {
|
|
2349
|
-
"name": "
|
|
2350
|
-
"module": "src/
|
|
2304
|
+
"name": "AccordionItem",
|
|
2305
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2351
2306
|
}
|
|
2352
2307
|
},
|
|
2353
2308
|
{
|
|
2354
2309
|
"kind": "js",
|
|
2355
|
-
"name": "
|
|
2310
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2356
2311
|
"declaration": {
|
|
2357
|
-
"name": "
|
|
2358
|
-
"module": "src/
|
|
2312
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2313
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2359
2314
|
}
|
|
2360
2315
|
},
|
|
2361
2316
|
{
|
|
2362
2317
|
"kind": "js",
|
|
2363
|
-
"name": "
|
|
2318
|
+
"name": "defaultAccordionItemConfig",
|
|
2364
2319
|
"declaration": {
|
|
2365
|
-
"name": "
|
|
2366
|
-
"module": "src/
|
|
2320
|
+
"name": "defaultAccordionItemConfig",
|
|
2321
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2367
2322
|
}
|
|
2368
2323
|
},
|
|
2369
2324
|
{
|
|
2370
2325
|
"kind": "js",
|
|
2371
|
-
"name": "
|
|
2326
|
+
"name": "foundationAccordionItem",
|
|
2372
2327
|
"declaration": {
|
|
2373
|
-
"name": "
|
|
2374
|
-
"module": "src/
|
|
2328
|
+
"name": "foundationAccordionItem",
|
|
2329
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2375
2330
|
}
|
|
2376
2331
|
}
|
|
2377
2332
|
]
|
|
2378
2333
|
},
|
|
2379
2334
|
{
|
|
2380
2335
|
"kind": "javascript-module",
|
|
2381
|
-
"path": "src/
|
|
2336
|
+
"path": "src/accordion-item/index.ts",
|
|
2382
2337
|
"declarations": [],
|
|
2383
2338
|
"exports": [
|
|
2384
|
-
{
|
|
2385
|
-
"kind": "js",
|
|
2386
|
-
"name": "AiCriteriaSearch",
|
|
2387
|
-
"declaration": {
|
|
2388
|
-
"name": "AiCriteriaSearch",
|
|
2389
|
-
"module": "./ai-criteria-search"
|
|
2390
|
-
}
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"kind": "js",
|
|
2394
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2395
|
-
"declaration": {
|
|
2396
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
2397
|
-
"module": "./ai-criteria-search"
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"kind": "js",
|
|
2402
|
-
"name": "foundationAiCriteriaSearch",
|
|
2403
|
-
"declaration": {
|
|
2404
|
-
"name": "foundationAiCriteriaSearch",
|
|
2405
|
-
"module": "./ai-criteria-search"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "js",
|
|
2410
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2411
|
-
"declaration": {
|
|
2412
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2413
|
-
"module": "./ai-criteria-search"
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"kind": "js",
|
|
2418
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2419
|
-
"declaration": {
|
|
2420
|
-
"name": "foundationAiCriteriaSearchStyles",
|
|
2421
|
-
"module": "./ai-criteria-search.styles"
|
|
2422
|
-
}
|
|
2423
|
-
},
|
|
2424
|
-
{
|
|
2425
|
-
"kind": "js",
|
|
2426
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2427
|
-
"declaration": {
|
|
2428
|
-
"name": "foundationAiCriteriaSearchTemplate",
|
|
2429
|
-
"module": "./ai-criteria-search.template"
|
|
2430
|
-
}
|
|
2431
|
-
},
|
|
2432
2339
|
{
|
|
2433
2340
|
"kind": "js",
|
|
2434
2341
|
"name": "*",
|
|
2435
2342
|
"declaration": {
|
|
2436
2343
|
"name": "*",
|
|
2437
|
-
"package": "./
|
|
2344
|
+
"package": "./accordion-item.template"
|
|
2438
2345
|
}
|
|
2439
2346
|
},
|
|
2440
2347
|
{
|
|
@@ -2442,7 +2349,7 @@
|
|
|
2442
2349
|
"name": "*",
|
|
2443
2350
|
"declaration": {
|
|
2444
2351
|
"name": "*",
|
|
2445
|
-
"package": "./
|
|
2352
|
+
"package": "./accordion-item.styles"
|
|
2446
2353
|
}
|
|
2447
2354
|
},
|
|
2448
2355
|
{
|
|
@@ -2450,336 +2357,340 @@
|
|
|
2450
2357
|
"name": "*",
|
|
2451
2358
|
"declaration": {
|
|
2452
2359
|
"name": "*",
|
|
2453
|
-
"package": "./
|
|
2360
|
+
"package": "./accordion-item"
|
|
2454
2361
|
}
|
|
2455
2362
|
}
|
|
2456
2363
|
]
|
|
2457
2364
|
},
|
|
2458
2365
|
{
|
|
2459
2366
|
"kind": "javascript-module",
|
|
2460
|
-
"path": "src/
|
|
2367
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2461
2368
|
"declarations": [
|
|
2462
2369
|
{
|
|
2463
2370
|
"kind": "function",
|
|
2464
|
-
"name": "
|
|
2371
|
+
"name": "actionsMenuBaseStyles",
|
|
2465
2372
|
"return": {
|
|
2466
2373
|
"type": {
|
|
2467
|
-
"text": "
|
|
2374
|
+
"text": "ElementStyles"
|
|
2468
2375
|
}
|
|
2469
2376
|
},
|
|
2470
2377
|
"parameters": [
|
|
2471
2378
|
{
|
|
2472
|
-
"name": "
|
|
2379
|
+
"name": "context",
|
|
2473
2380
|
"type": {
|
|
2474
|
-
"text": "
|
|
2381
|
+
"text": "ElementDefinitionContext"
|
|
2382
|
+
}
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "definition",
|
|
2386
|
+
"type": {
|
|
2387
|
+
"text": "FoundationElementDefinition"
|
|
2475
2388
|
}
|
|
2476
2389
|
}
|
|
2477
|
-
]
|
|
2478
|
-
"description": "Formats validation errors into a user-friendly message."
|
|
2390
|
+
]
|
|
2479
2391
|
},
|
|
2480
2392
|
{
|
|
2481
2393
|
"kind": "function",
|
|
2482
|
-
"name": "
|
|
2394
|
+
"name": "foundationActionsMenuStyles",
|
|
2483
2395
|
"return": {
|
|
2484
2396
|
"type": {
|
|
2485
|
-
"text": "
|
|
2397
|
+
"text": "ElementStyles"
|
|
2486
2398
|
}
|
|
2487
2399
|
},
|
|
2488
2400
|
"parameters": [
|
|
2489
2401
|
{
|
|
2490
|
-
"name": "
|
|
2491
|
-
"type": {
|
|
2492
|
-
"text": "string"
|
|
2493
|
-
},
|
|
2494
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
"name": "body",
|
|
2402
|
+
"name": "context",
|
|
2498
2403
|
"type": {
|
|
2499
|
-
"text": "
|
|
2500
|
-
}
|
|
2501
|
-
"description": "Error message to display"
|
|
2404
|
+
"text": "ElementDefinitionContext"
|
|
2405
|
+
}
|
|
2502
2406
|
},
|
|
2503
2407
|
{
|
|
2504
|
-
"name": "
|
|
2408
|
+
"name": "definition",
|
|
2505
2409
|
"type": {
|
|
2506
|
-
"text": "
|
|
2507
|
-
}
|
|
2508
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2410
|
+
"text": "FoundationElementDefinition"
|
|
2411
|
+
}
|
|
2509
2412
|
}
|
|
2510
|
-
]
|
|
2511
|
-
"description": "Shows a criteria error as a toast notification."
|
|
2413
|
+
]
|
|
2512
2414
|
}
|
|
2513
2415
|
],
|
|
2514
2416
|
"exports": [
|
|
2515
2417
|
{
|
|
2516
2418
|
"kind": "js",
|
|
2517
|
-
"name": "
|
|
2419
|
+
"name": "actionsMenuBaseStyles",
|
|
2518
2420
|
"declaration": {
|
|
2519
|
-
"name": "
|
|
2520
|
-
"module": "src/
|
|
2421
|
+
"name": "actionsMenuBaseStyles",
|
|
2422
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2521
2423
|
}
|
|
2522
2424
|
},
|
|
2523
2425
|
{
|
|
2524
2426
|
"kind": "js",
|
|
2525
|
-
"name": "
|
|
2427
|
+
"name": "foundationActionsMenuStyles",
|
|
2526
2428
|
"declaration": {
|
|
2527
|
-
"name": "
|
|
2528
|
-
"module": "src/
|
|
2429
|
+
"name": "foundationActionsMenuStyles",
|
|
2430
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2529
2431
|
}
|
|
2530
2432
|
}
|
|
2531
2433
|
]
|
|
2532
2434
|
},
|
|
2533
2435
|
{
|
|
2534
2436
|
"kind": "javascript-module",
|
|
2535
|
-
"path": "src/
|
|
2437
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2536
2438
|
"declarations": [
|
|
2537
2439
|
{
|
|
2538
2440
|
"kind": "function",
|
|
2539
|
-
"name": "
|
|
2540
|
-
"return": {
|
|
2541
|
-
"type": {
|
|
2542
|
-
"text": "ElementStyles"
|
|
2543
|
-
}
|
|
2544
|
-
},
|
|
2441
|
+
"name": "menuTemplate",
|
|
2545
2442
|
"parameters": [
|
|
2546
2443
|
{
|
|
2547
|
-
"name": "
|
|
2444
|
+
"name": "prefix",
|
|
2548
2445
|
"type": {
|
|
2549
|
-
"text": "
|
|
2446
|
+
"text": "string"
|
|
2550
2447
|
}
|
|
2551
|
-
}
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "function",
|
|
2453
|
+
"name": "singleOptionTemplate",
|
|
2454
|
+
"parameters": [
|
|
2552
2455
|
{
|
|
2553
|
-
"name": "
|
|
2456
|
+
"name": "prefix",
|
|
2554
2457
|
"type": {
|
|
2555
|
-
"text": "
|
|
2458
|
+
"text": "string"
|
|
2556
2459
|
}
|
|
2557
2460
|
}
|
|
2558
2461
|
]
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "variable",
|
|
2465
|
+
"name": "foundationActionsMenuTemplate",
|
|
2466
|
+
"type": {
|
|
2467
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2468
|
+
},
|
|
2469
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2559
2470
|
}
|
|
2560
2471
|
],
|
|
2561
2472
|
"exports": [
|
|
2562
2473
|
{
|
|
2563
2474
|
"kind": "js",
|
|
2564
|
-
"name": "
|
|
2475
|
+
"name": "menuTemplate",
|
|
2565
2476
|
"declaration": {
|
|
2566
|
-
"name": "
|
|
2567
|
-
"module": "src/
|
|
2477
|
+
"name": "menuTemplate",
|
|
2478
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2568
2479
|
}
|
|
2569
|
-
}
|
|
2570
|
-
]
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "javascript-module",
|
|
2574
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2575
|
-
"declarations": [
|
|
2480
|
+
},
|
|
2576
2481
|
{
|
|
2577
|
-
"kind": "
|
|
2578
|
-
"name": "
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
}
|
|
2584
|
-
],
|
|
2585
|
-
"exports": [
|
|
2482
|
+
"kind": "js",
|
|
2483
|
+
"name": "singleOptionTemplate",
|
|
2484
|
+
"declaration": {
|
|
2485
|
+
"name": "singleOptionTemplate",
|
|
2486
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2586
2489
|
{
|
|
2587
2490
|
"kind": "js",
|
|
2588
|
-
"name": "
|
|
2491
|
+
"name": "foundationActionsMenuTemplate",
|
|
2589
2492
|
"declaration": {
|
|
2590
|
-
"name": "
|
|
2591
|
-
"module": "src/
|
|
2493
|
+
"name": "foundationActionsMenuTemplate",
|
|
2494
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2592
2495
|
}
|
|
2593
2496
|
}
|
|
2594
2497
|
]
|
|
2595
2498
|
},
|
|
2596
2499
|
{
|
|
2597
2500
|
"kind": "javascript-module",
|
|
2598
|
-
"path": "src/
|
|
2501
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2599
2502
|
"declarations": [
|
|
2600
2503
|
{
|
|
2601
2504
|
"kind": "class",
|
|
2602
2505
|
"description": "",
|
|
2603
|
-
"name": "
|
|
2506
|
+
"name": "ActionsMenu",
|
|
2604
2507
|
"members": [
|
|
2605
2508
|
{
|
|
2606
2509
|
"kind": "field",
|
|
2607
|
-
"name": "
|
|
2510
|
+
"name": "actions",
|
|
2608
2511
|
"type": {
|
|
2609
|
-
"text": "
|
|
2512
|
+
"text": "ActionMenuItem[]"
|
|
2610
2513
|
}
|
|
2611
2514
|
},
|
|
2612
2515
|
{
|
|
2613
2516
|
"kind": "field",
|
|
2614
|
-
"name": "
|
|
2517
|
+
"name": "isVertical",
|
|
2615
2518
|
"type": {
|
|
2616
|
-
"text": "
|
|
2519
|
+
"text": "boolean"
|
|
2617
2520
|
},
|
|
2618
|
-
"
|
|
2619
|
-
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
2620
|
-
"readonly": true
|
|
2521
|
+
"default": "false"
|
|
2621
2522
|
},
|
|
2622
2523
|
{
|
|
2623
2524
|
"kind": "field",
|
|
2624
|
-
"name": "
|
|
2525
|
+
"name": "addDefaultActions",
|
|
2625
2526
|
"type": {
|
|
2626
|
-
"text": "
|
|
2527
|
+
"text": "boolean"
|
|
2627
2528
|
},
|
|
2628
|
-
"default": "
|
|
2529
|
+
"default": "true"
|
|
2629
2530
|
},
|
|
2630
2531
|
{
|
|
2631
2532
|
"kind": "field",
|
|
2632
|
-
"name": "
|
|
2533
|
+
"name": "autoCloseOnAction",
|
|
2633
2534
|
"type": {
|
|
2634
2535
|
"text": "boolean"
|
|
2635
2536
|
},
|
|
2636
|
-
"default": "
|
|
2537
|
+
"default": "true"
|
|
2637
2538
|
},
|
|
2638
2539
|
{
|
|
2639
2540
|
"kind": "field",
|
|
2640
|
-
"name": "
|
|
2541
|
+
"name": "classNames",
|
|
2641
2542
|
"type": {
|
|
2642
|
-
"text": "
|
|
2643
|
-
}
|
|
2644
|
-
"default": "'none'"
|
|
2543
|
+
"text": "string"
|
|
2544
|
+
}
|
|
2645
2545
|
},
|
|
2646
2546
|
{
|
|
2647
2547
|
"kind": "field",
|
|
2648
|
-
"name": "
|
|
2548
|
+
"name": "definition",
|
|
2649
2549
|
"type": {
|
|
2650
|
-
"text": "
|
|
2651
|
-
}
|
|
2652
|
-
"default": "false"
|
|
2550
|
+
"text": "any"
|
|
2551
|
+
}
|
|
2653
2552
|
},
|
|
2654
2553
|
{
|
|
2655
2554
|
"kind": "field",
|
|
2656
|
-
"name": "
|
|
2555
|
+
"name": "name",
|
|
2657
2556
|
"type": {
|
|
2658
|
-
"text": "
|
|
2557
|
+
"text": "string"
|
|
2659
2558
|
},
|
|
2660
|
-
"
|
|
2661
|
-
"default": "null"
|
|
2559
|
+
"default": "'Actions'"
|
|
2662
2560
|
},
|
|
2663
2561
|
{
|
|
2664
2562
|
"kind": "field",
|
|
2665
|
-
"name": "
|
|
2666
|
-
"
|
|
2563
|
+
"name": "open",
|
|
2564
|
+
"type": {
|
|
2565
|
+
"text": "boolean"
|
|
2566
|
+
},
|
|
2567
|
+
"default": "false"
|
|
2667
2568
|
},
|
|
2668
2569
|
{
|
|
2669
2570
|
"kind": "field",
|
|
2670
|
-
"name": "
|
|
2571
|
+
"name": "buttonAppearance",
|
|
2671
2572
|
"type": {
|
|
2672
|
-
"text": "string
|
|
2673
|
-
}
|
|
2674
|
-
"readonly": true
|
|
2573
|
+
"text": "string"
|
|
2574
|
+
}
|
|
2675
2575
|
},
|
|
2676
2576
|
{
|
|
2677
2577
|
"kind": "field",
|
|
2678
|
-
"name": "
|
|
2578
|
+
"name": "hideDisabled",
|
|
2679
2579
|
"type": {
|
|
2680
2580
|
"text": "boolean"
|
|
2681
2581
|
},
|
|
2682
|
-
"
|
|
2582
|
+
"default": "false"
|
|
2683
2583
|
},
|
|
2684
2584
|
{
|
|
2685
2585
|
"kind": "field",
|
|
2686
|
-
"name": "
|
|
2586
|
+
"name": "hideMenuSingleOption",
|
|
2687
2587
|
"type": {
|
|
2688
2588
|
"text": "boolean"
|
|
2689
2589
|
},
|
|
2690
|
-
"
|
|
2590
|
+
"default": "false"
|
|
2691
2591
|
},
|
|
2692
2592
|
{
|
|
2693
|
-
"kind": "
|
|
2694
|
-
"name": "
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
|
|
2698
|
-
|
|
2593
|
+
"kind": "field",
|
|
2594
|
+
"name": "singleOption",
|
|
2595
|
+
"type": {
|
|
2596
|
+
"text": "ActionMenuItem"
|
|
2597
|
+
}
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "field",
|
|
2601
|
+
"name": "actionsMenu",
|
|
2602
|
+
"type": {
|
|
2603
|
+
"text": "HTMLElement"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"kind": "field",
|
|
2608
|
+
"name": "actionsOpener",
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": "HTMLElement"
|
|
2699
2611
|
}
|
|
2700
2612
|
},
|
|
2701
2613
|
{
|
|
2702
2614
|
"kind": "method",
|
|
2703
|
-
"name": "
|
|
2704
|
-
"privacy": "private"
|
|
2615
|
+
"name": "updateMenuPosition",
|
|
2616
|
+
"privacy": "private"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"kind": "method",
|
|
2620
|
+
"name": "definitionChanged",
|
|
2621
|
+
"privacy": "protected",
|
|
2705
2622
|
"parameters": [
|
|
2706
2623
|
{
|
|
2707
|
-
"name": "
|
|
2624
|
+
"name": "oldValue",
|
|
2708
2625
|
"type": {
|
|
2709
|
-
"text": "
|
|
2626
|
+
"text": "any"
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
"name": "newValue",
|
|
2631
|
+
"type": {
|
|
2632
|
+
"text": "any"
|
|
2710
2633
|
}
|
|
2711
2634
|
}
|
|
2712
2635
|
]
|
|
2713
2636
|
},
|
|
2714
2637
|
{
|
|
2715
2638
|
"kind": "method",
|
|
2716
|
-
"name": "
|
|
2639
|
+
"name": "openChanged",
|
|
2640
|
+
"privacy": "protected"
|
|
2717
2641
|
},
|
|
2718
2642
|
{
|
|
2719
2643
|
"kind": "method",
|
|
2720
|
-
"name": "
|
|
2721
|
-
"return": {
|
|
2722
|
-
"type": {
|
|
2723
|
-
"text": "Promise<void>"
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2644
|
+
"name": "toggleActionsMenuVisibility"
|
|
2726
2645
|
},
|
|
2727
2646
|
{
|
|
2728
2647
|
"kind": "method",
|
|
2729
|
-
"name": "
|
|
2730
|
-
"privacy": "private",
|
|
2731
|
-
"return": {
|
|
2732
|
-
"type": {
|
|
2733
|
-
"text": "AIIndicatorState"
|
|
2734
|
-
}
|
|
2735
|
-
},
|
|
2648
|
+
"name": "onActionMenuItemClick",
|
|
2736
2649
|
"parameters": [
|
|
2737
2650
|
{
|
|
2738
|
-
"name": "
|
|
2651
|
+
"name": "callback",
|
|
2739
2652
|
"type": {
|
|
2740
|
-
"text": "
|
|
2653
|
+
"text": "(rowData) => void | any"
|
|
2741
2654
|
}
|
|
2742
2655
|
}
|
|
2743
2656
|
]
|
|
2744
2657
|
},
|
|
2745
2658
|
{
|
|
2746
|
-
"kind": "
|
|
2747
|
-
"name": "
|
|
2748
|
-
"
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
}
|
|
2753
|
-
}
|
|
2659
|
+
"kind": "field",
|
|
2660
|
+
"name": "allActions",
|
|
2661
|
+
"type": {
|
|
2662
|
+
"text": "ActionMenuItem[]"
|
|
2663
|
+
},
|
|
2664
|
+
"readonly": true
|
|
2754
2665
|
},
|
|
2755
2666
|
{
|
|
2756
|
-
"kind": "
|
|
2757
|
-
"name": "
|
|
2758
|
-
"
|
|
2759
|
-
"return": {
|
|
2760
|
-
"type": {
|
|
2761
|
-
"text": "void"
|
|
2762
|
-
}
|
|
2763
|
-
}
|
|
2667
|
+
"kind": "field",
|
|
2668
|
+
"name": "rowData",
|
|
2669
|
+
"readonly": true
|
|
2764
2670
|
},
|
|
2765
2671
|
{
|
|
2766
2672
|
"kind": "method",
|
|
2767
|
-
"name": "
|
|
2768
|
-
"
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
"
|
|
2673
|
+
"name": "getLabel",
|
|
2674
|
+
"parameters": [
|
|
2675
|
+
{
|
|
2676
|
+
"name": "name",
|
|
2677
|
+
"type": {
|
|
2678
|
+
"text": "string | ((rowData: any) => string)"
|
|
2679
|
+
}
|
|
2772
2680
|
}
|
|
2773
|
-
|
|
2681
|
+
]
|
|
2774
2682
|
},
|
|
2775
2683
|
{
|
|
2776
2684
|
"kind": "method",
|
|
2777
|
-
"name": "
|
|
2778
|
-
"
|
|
2779
|
-
|
|
2780
|
-
"
|
|
2685
|
+
"name": "getTemplate",
|
|
2686
|
+
"parameters": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "prefix",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "string"
|
|
2691
|
+
}
|
|
2781
2692
|
}
|
|
2782
|
-
|
|
2693
|
+
]
|
|
2783
2694
|
},
|
|
2784
2695
|
{
|
|
2785
2696
|
"kind": "field",
|
|
@@ -2893,303 +2804,388 @@
|
|
|
2893
2804
|
}
|
|
2894
2805
|
}
|
|
2895
2806
|
],
|
|
2807
|
+
"attributes": [
|
|
2808
|
+
{
|
|
2809
|
+
"name": "is-vertical",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "boolean"
|
|
2812
|
+
},
|
|
2813
|
+
"default": "false",
|
|
2814
|
+
"fieldName": "isVertical"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "add-default-actions",
|
|
2818
|
+
"type": {
|
|
2819
|
+
"text": "boolean"
|
|
2820
|
+
},
|
|
2821
|
+
"default": "true",
|
|
2822
|
+
"fieldName": "addDefaultActions"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"name": "auto-close-on-action",
|
|
2826
|
+
"type": {
|
|
2827
|
+
"text": "boolean"
|
|
2828
|
+
},
|
|
2829
|
+
"default": "true",
|
|
2830
|
+
"fieldName": "autoCloseOnAction"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "name",
|
|
2834
|
+
"type": {
|
|
2835
|
+
"text": "string"
|
|
2836
|
+
},
|
|
2837
|
+
"default": "'Actions'",
|
|
2838
|
+
"fieldName": "name"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"name": "open",
|
|
2842
|
+
"type": {
|
|
2843
|
+
"text": "boolean"
|
|
2844
|
+
},
|
|
2845
|
+
"default": "false",
|
|
2846
|
+
"fieldName": "open"
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"name": "buttonAppearance",
|
|
2850
|
+
"type": {
|
|
2851
|
+
"text": "string"
|
|
2852
|
+
},
|
|
2853
|
+
"fieldName": "buttonAppearance"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "hide-disabled",
|
|
2857
|
+
"type": {
|
|
2858
|
+
"text": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"default": "false",
|
|
2861
|
+
"fieldName": "hideDisabled"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "hide-menu-single-option",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "boolean"
|
|
2867
|
+
},
|
|
2868
|
+
"default": "false",
|
|
2869
|
+
"fieldName": "hideMenuSingleOption"
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2896
2872
|
"superclass": {
|
|
2897
2873
|
"name": "FoundationElement",
|
|
2898
2874
|
"package": "@microsoft/fast-foundation"
|
|
2899
2875
|
},
|
|
2900
|
-
"tagName": "%%prefix%%-
|
|
2876
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2901
2877
|
"customElement": true
|
|
2902
2878
|
},
|
|
2903
2879
|
{
|
|
2904
2880
|
"kind": "variable",
|
|
2905
|
-
"name": "
|
|
2881
|
+
"name": "foundationActionsMenu",
|
|
2882
|
+
"description": "The Foundation Actions Menu",
|
|
2883
|
+
"privacy": "public"
|
|
2906
2884
|
}
|
|
2907
2885
|
],
|
|
2908
2886
|
"exports": [
|
|
2909
2887
|
{
|
|
2910
2888
|
"kind": "js",
|
|
2911
|
-
"name": "
|
|
2889
|
+
"name": "ActionsMenu",
|
|
2912
2890
|
"declaration": {
|
|
2913
|
-
"name": "
|
|
2914
|
-
"module": "src/
|
|
2891
|
+
"name": "ActionsMenu",
|
|
2892
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2915
2893
|
}
|
|
2916
2894
|
},
|
|
2917
2895
|
{
|
|
2918
2896
|
"kind": "js",
|
|
2919
|
-
"name": "
|
|
2897
|
+
"name": "foundationActionsMenu",
|
|
2920
2898
|
"declaration": {
|
|
2921
|
-
"name": "
|
|
2922
|
-
"module": "src/
|
|
2899
|
+
"name": "foundationActionsMenu",
|
|
2900
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2923
2901
|
}
|
|
2924
2902
|
}
|
|
2925
2903
|
]
|
|
2926
2904
|
},
|
|
2927
2905
|
{
|
|
2928
2906
|
"kind": "javascript-module",
|
|
2929
|
-
"path": "src/
|
|
2907
|
+
"path": "src/actions-menu/index.ts",
|
|
2930
2908
|
"declarations": [],
|
|
2931
2909
|
"exports": [
|
|
2932
2910
|
{
|
|
2933
2911
|
"kind": "js",
|
|
2934
|
-
"name": "
|
|
2912
|
+
"name": "*",
|
|
2935
2913
|
"declaration": {
|
|
2936
|
-
"name": "
|
|
2937
|
-
"
|
|
2914
|
+
"name": "*",
|
|
2915
|
+
"package": "./actions-menu.styles"
|
|
2938
2916
|
}
|
|
2939
2917
|
},
|
|
2940
2918
|
{
|
|
2941
2919
|
"kind": "js",
|
|
2942
|
-
"name": "
|
|
2920
|
+
"name": "*",
|
|
2943
2921
|
"declaration": {
|
|
2944
|
-
"name": "
|
|
2945
|
-
"
|
|
2922
|
+
"name": "*",
|
|
2923
|
+
"package": "./actions-menu.template"
|
|
2946
2924
|
}
|
|
2947
2925
|
},
|
|
2948
2926
|
{
|
|
2949
2927
|
"kind": "js",
|
|
2950
|
-
"name": "
|
|
2928
|
+
"name": "*",
|
|
2951
2929
|
"declaration": {
|
|
2952
|
-
"name": "
|
|
2953
|
-
"
|
|
2930
|
+
"name": "*",
|
|
2931
|
+
"package": "./actions-menu"
|
|
2954
2932
|
}
|
|
2955
|
-
}
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"kind": "javascript-module",
|
|
2938
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2939
|
+
"declarations": [
|
|
2956
2940
|
{
|
|
2957
|
-
"kind": "
|
|
2958
|
-
"name": "
|
|
2959
|
-
"
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
},
|
|
2941
|
+
"kind": "variable",
|
|
2942
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2943
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .criteria-chips-inline {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n display: flex;\n align-items: center;\n gap: calc(${designUnit} * 1px);\n overflow-x: auto;\n padding: 0 calc(${designUnit} * 2px);\n background: var(--neutral-fill-input-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n scrollbar-width: none;\n }\n\n .criteria-chips-inline::-webkit-scrollbar {\n display: none;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .criteria-toggle-button,\n .criteria-clear-button {\n flex-shrink: 0;\n }\n\n .criteria-chip {\n display: inline-flex;\n align-items: center;\n flex-shrink: 0;\n gap: calc(${designUnit} * 1px);\n padding: calc(${designUnit} * 0.5px) calc(${designUnit} * 2px);\n background: var(--neutral-fill-rest);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n border-radius: calc(${designUnit} * 4px);\n font-size: var(--type-ramp-minus-1-font-size);\n color: var(--neutral-foreground-rest);\n white-space: nowrap;\n }\n\n .criteria-chip-field {\n font-weight: 600;\n }\n\n .criteria-chip-operator {\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-style: italic;\n }\n\n .criteria-chip-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 14px;\n height: 14px;\n padding: 0;\n margin-left: calc(${designUnit} * 0.5px);\n background: none;\n border: none;\n cursor: pointer;\n color: var(--neutral-foreground-hint, var(--neutral-foreground-rest));\n font-size: 10px;\n border-radius: 50%;\n line-height: 1;\n }\n\n .criteria-chip-remove:hover {\n background: var(--neutral-fill-hover);\n color: var(--neutral-foreground-rest);\n }\n`"
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2946
|
+
"exports": [
|
|
2964
2947
|
{
|
|
2965
2948
|
"kind": "js",
|
|
2966
|
-
"name": "
|
|
2949
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2967
2950
|
"declaration": {
|
|
2968
|
-
"name": "
|
|
2969
|
-
"module": "
|
|
2951
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2952
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2970
2953
|
}
|
|
2971
|
-
}
|
|
2954
|
+
}
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"kind": "javascript-module",
|
|
2959
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2960
|
+
"declarations": [
|
|
2961
|
+
{
|
|
2962
|
+
"kind": "variable",
|
|
2963
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2964
|
+
"type": {
|
|
2965
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2966
|
+
},
|
|
2967
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2970
|
+
"exports": [
|
|
2972
2971
|
{
|
|
2973
2972
|
"kind": "js",
|
|
2974
|
-
"name": "
|
|
2973
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2975
2974
|
"declaration": {
|
|
2976
|
-
"name": "
|
|
2977
|
-
"module": "
|
|
2975
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2976
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2978
2977
|
}
|
|
2979
2978
|
}
|
|
2980
2979
|
]
|
|
2981
2980
|
},
|
|
2982
2981
|
{
|
|
2983
2982
|
"kind": "javascript-module",
|
|
2984
|
-
"path": "src/
|
|
2983
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2985
2984
|
"declarations": [
|
|
2986
2985
|
{
|
|
2987
|
-
"kind": "
|
|
2988
|
-
"description": "
|
|
2989
|
-
"name": "
|
|
2986
|
+
"kind": "class",
|
|
2987
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2988
|
+
"name": "AiCriteriaSearch",
|
|
2990
2989
|
"members": [
|
|
2991
2990
|
{
|
|
2992
2991
|
"kind": "field",
|
|
2993
|
-
"name": "
|
|
2992
|
+
"name": "providerRegistry",
|
|
2993
|
+
"type": {
|
|
2994
|
+
"text": "AIProviderRegistry"
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"kind": "field",
|
|
2999
|
+
"name": "placeholder",
|
|
2994
3000
|
"type": {
|
|
2995
3001
|
"text": "string"
|
|
2996
3002
|
},
|
|
2997
|
-
"
|
|
3003
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2998
3004
|
},
|
|
2999
3005
|
{
|
|
3000
3006
|
"kind": "field",
|
|
3001
|
-
"name": "
|
|
3007
|
+
"name": "disabled",
|
|
3008
|
+
"type": {
|
|
3009
|
+
"text": "boolean"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"kind": "field",
|
|
3014
|
+
"name": "inputValue",
|
|
3002
3015
|
"type": {
|
|
3003
3016
|
"text": "string"
|
|
3004
3017
|
},
|
|
3005
|
-
"
|
|
3018
|
+
"default": "''"
|
|
3006
3019
|
},
|
|
3007
3020
|
{
|
|
3008
3021
|
"kind": "field",
|
|
3009
|
-
"name": "
|
|
3022
|
+
"name": "isInterpreting",
|
|
3010
3023
|
"type": {
|
|
3011
3024
|
"text": "boolean"
|
|
3012
3025
|
},
|
|
3013
|
-
"default": "false"
|
|
3014
|
-
|
|
3015
|
-
}
|
|
3016
|
-
],
|
|
3017
|
-
"parameters": [
|
|
3026
|
+
"default": "false"
|
|
3027
|
+
},
|
|
3018
3028
|
{
|
|
3019
|
-
"
|
|
3029
|
+
"kind": "field",
|
|
3030
|
+
"name": "lastValidCriteria",
|
|
3020
3031
|
"type": {
|
|
3021
|
-
"text": "
|
|
3022
|
-
}
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
}
|
|
3026
|
-
],
|
|
3027
|
-
"exports": [
|
|
3028
|
-
{
|
|
3029
|
-
"kind": "js",
|
|
3030
|
-
"name": "AffixMixin",
|
|
3031
|
-
"declaration": {
|
|
3032
|
-
"name": "AffixMixin",
|
|
3033
|
-
"module": "src/_common/affix-mixin.ts"
|
|
3034
|
-
}
|
|
3035
|
-
}
|
|
3036
|
-
]
|
|
3037
|
-
},
|
|
3038
|
-
{
|
|
3039
|
-
"kind": "javascript-module",
|
|
3040
|
-
"path": "src/_common/base-file-component.ts",
|
|
3041
|
-
"declarations": [
|
|
3042
|
-
{
|
|
3043
|
-
"kind": "class",
|
|
3044
|
-
"description": "Abstract base class for file handling components\nProvides common functionality for file selection, validation, and UI state management",
|
|
3045
|
-
"name": "BaseFileComponent",
|
|
3046
|
-
"members": [
|
|
3032
|
+
"text": "string | null"
|
|
3033
|
+
},
|
|
3034
|
+
"default": "null"
|
|
3035
|
+
},
|
|
3047
3036
|
{
|
|
3048
3037
|
"kind": "field",
|
|
3049
|
-
"name": "
|
|
3038
|
+
"name": "activeGroups",
|
|
3050
3039
|
"type": {
|
|
3051
|
-
"text": "
|
|
3040
|
+
"text": "CriteriaGroup[]"
|
|
3052
3041
|
},
|
|
3053
|
-
"
|
|
3042
|
+
"default": "[]"
|
|
3054
3043
|
},
|
|
3055
3044
|
{
|
|
3056
3045
|
"kind": "field",
|
|
3057
|
-
"name": "
|
|
3046
|
+
"name": "showingChips",
|
|
3058
3047
|
"type": {
|
|
3059
|
-
"text": "
|
|
3048
|
+
"text": "boolean"
|
|
3060
3049
|
},
|
|
3061
|
-
"
|
|
3062
|
-
"default": "null"
|
|
3050
|
+
"default": "false"
|
|
3063
3051
|
},
|
|
3064
3052
|
{
|
|
3065
3053
|
"kind": "field",
|
|
3066
|
-
"name": "
|
|
3054
|
+
"name": "fieldMetadata",
|
|
3067
3055
|
"type": {
|
|
3068
|
-
"text": "string"
|
|
3069
|
-
}
|
|
3056
|
+
"text": "MetadataDetail[] | string[]"
|
|
3057
|
+
},
|
|
3058
|
+
"default": "[]"
|
|
3070
3059
|
},
|
|
3071
3060
|
{
|
|
3072
3061
|
"kind": "field",
|
|
3073
|
-
"name": "
|
|
3062
|
+
"name": "isRecording",
|
|
3074
3063
|
"type": {
|
|
3075
|
-
"text": "
|
|
3064
|
+
"text": "boolean"
|
|
3076
3065
|
},
|
|
3077
|
-
"default": "
|
|
3066
|
+
"default": "false"
|
|
3078
3067
|
},
|
|
3079
3068
|
{
|
|
3080
3069
|
"kind": "field",
|
|
3081
|
-
"name": "
|
|
3082
|
-
"default": "10_485_760",
|
|
3070
|
+
"name": "textAreaRef",
|
|
3083
3071
|
"type": {
|
|
3084
|
-
"text": "
|
|
3085
|
-
}
|
|
3072
|
+
"text": "HTMLTextAreaElement"
|
|
3073
|
+
},
|
|
3074
|
+
"privacy": "public"
|
|
3086
3075
|
},
|
|
3087
3076
|
{
|
|
3088
3077
|
"kind": "field",
|
|
3089
|
-
"name": "
|
|
3078
|
+
"name": "stopRecording",
|
|
3090
3079
|
"type": {
|
|
3091
|
-
"text": "
|
|
3080
|
+
"text": "(() => void) | null"
|
|
3092
3081
|
},
|
|
3093
|
-
"
|
|
3082
|
+
"privacy": "private",
|
|
3083
|
+
"default": "null"
|
|
3094
3084
|
},
|
|
3095
3085
|
{
|
|
3096
3086
|
"kind": "field",
|
|
3097
|
-
"name": "
|
|
3087
|
+
"name": "speechApplyDebounceTimer",
|
|
3088
|
+
"type": {
|
|
3089
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
3090
|
+
},
|
|
3091
|
+
"privacy": "private",
|
|
3092
|
+
"default": "null"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"kind": "field",
|
|
3096
|
+
"name": "speechAvailable",
|
|
3098
3097
|
"type": {
|
|
3099
3098
|
"text": "boolean"
|
|
3100
3099
|
},
|
|
3101
|
-
"
|
|
3100
|
+
"readonly": true
|
|
3102
3101
|
},
|
|
3103
3102
|
{
|
|
3104
|
-
"kind": "
|
|
3105
|
-
"name": "
|
|
3106
|
-
"
|
|
3107
|
-
|
|
3103
|
+
"kind": "field",
|
|
3104
|
+
"name": "criteriaChips",
|
|
3105
|
+
"type": {
|
|
3106
|
+
"text": "CriteriaChip[]"
|
|
3107
|
+
},
|
|
3108
|
+
"readonly": true
|
|
3108
3109
|
},
|
|
3109
3110
|
{
|
|
3110
3111
|
"kind": "method",
|
|
3111
|
-
"name": "
|
|
3112
|
-
"privacy": "
|
|
3112
|
+
"name": "getFieldLabel",
|
|
3113
|
+
"privacy": "private",
|
|
3114
|
+
"return": {
|
|
3115
|
+
"type": {
|
|
3116
|
+
"text": "string"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3113
3119
|
"parameters": [
|
|
3114
3120
|
{
|
|
3115
|
-
"name": "
|
|
3121
|
+
"name": "fieldName",
|
|
3116
3122
|
"type": {
|
|
3117
|
-
"text": "
|
|
3118
|
-
}
|
|
3119
|
-
"description": "The change event from the file input"
|
|
3123
|
+
"text": "string"
|
|
3124
|
+
}
|
|
3120
3125
|
}
|
|
3121
|
-
]
|
|
3122
|
-
"description": "Handles file selection from the file input\nValidates file size and sets up for processing"
|
|
3123
|
-
},
|
|
3124
|
-
{
|
|
3125
|
-
"kind": "method",
|
|
3126
|
-
"name": "clearSelection",
|
|
3127
|
-
"privacy": "public",
|
|
3128
|
-
"description": "Clears all file selection and processing state\nResets the component to its initial state"
|
|
3126
|
+
]
|
|
3129
3127
|
},
|
|
3130
3128
|
{
|
|
3131
3129
|
"kind": "method",
|
|
3132
|
-
"name": "
|
|
3133
|
-
"privacy": "public",
|
|
3134
|
-
"description": "Gets the currently selected file object",
|
|
3130
|
+
"name": "toggleCriteriaView",
|
|
3135
3131
|
"return": {
|
|
3136
3132
|
"type": {
|
|
3137
|
-
"text": ""
|
|
3133
|
+
"text": "void"
|
|
3138
3134
|
}
|
|
3139
3135
|
}
|
|
3140
3136
|
},
|
|
3141
3137
|
{
|
|
3142
3138
|
"kind": "method",
|
|
3143
|
-
"name": "
|
|
3144
|
-
"
|
|
3139
|
+
"name": "removeChip",
|
|
3140
|
+
"return": {
|
|
3141
|
+
"type": {
|
|
3142
|
+
"text": "void"
|
|
3143
|
+
}
|
|
3144
|
+
},
|
|
3145
3145
|
"parameters": [
|
|
3146
3146
|
{
|
|
3147
|
-
"name": "
|
|
3147
|
+
"name": "groupIndex",
|
|
3148
3148
|
"type": {
|
|
3149
|
-
"text": "
|
|
3150
|
-
}
|
|
3151
|
-
"description": "The error title"
|
|
3149
|
+
"text": "number"
|
|
3150
|
+
}
|
|
3152
3151
|
},
|
|
3153
3152
|
{
|
|
3154
|
-
"name": "
|
|
3153
|
+
"name": "clauseIndex",
|
|
3155
3154
|
"type": {
|
|
3156
|
-
"text": "
|
|
3157
|
-
}
|
|
3158
|
-
"description": "The error message"
|
|
3155
|
+
"text": "number"
|
|
3156
|
+
}
|
|
3159
3157
|
}
|
|
3160
|
-
]
|
|
3161
|
-
"description": "Shows an error notification using the unified error handling system"
|
|
3158
|
+
]
|
|
3162
3159
|
},
|
|
3163
3160
|
{
|
|
3164
3161
|
"kind": "method",
|
|
3165
|
-
"name": "
|
|
3166
|
-
"privacy": "protected",
|
|
3162
|
+
"name": "clearChips",
|
|
3167
3163
|
"return": {
|
|
3168
3164
|
"type": {
|
|
3169
3165
|
"text": "void"
|
|
3170
3166
|
}
|
|
3171
|
-
}
|
|
3172
|
-
"parameters": [
|
|
3173
|
-
{
|
|
3174
|
-
"name": "files",
|
|
3175
|
-
"type": {
|
|
3176
|
-
"text": "File[]"
|
|
3177
|
-
},
|
|
3178
|
-
"description": "The selected file"
|
|
3179
|
-
}
|
|
3180
|
-
],
|
|
3181
|
-
"description": "Abstract method called when a file is selected"
|
|
3167
|
+
}
|
|
3182
3168
|
},
|
|
3183
3169
|
{
|
|
3184
3170
|
"kind": "method",
|
|
3185
|
-
"name": "
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
"
|
|
3171
|
+
"name": "handleSubmit"
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "method",
|
|
3175
|
+
"name": "handleBlur"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"kind": "method",
|
|
3179
|
+
"name": "clear"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "method",
|
|
3183
|
+
"name": "toggleSpeechInput"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "method",
|
|
3187
|
+
"name": "clearSpeechApplyDebounce",
|
|
3188
|
+
"privacy": "private"
|
|
3193
3189
|
},
|
|
3194
3190
|
{
|
|
3195
3191
|
"kind": "field",
|
|
@@ -3305,157 +3301,152 @@
|
|
|
3305
3301
|
],
|
|
3306
3302
|
"events": [
|
|
3307
3303
|
{
|
|
3308
|
-
"description": "Fired when
|
|
3309
|
-
"name": "
|
|
3304
|
+
"description": "Fired when interpreted criteria is applied or cleared. detail: `string | null`",
|
|
3305
|
+
"name": "criteria-changed"
|
|
3310
3306
|
},
|
|
3311
3307
|
{
|
|
3312
|
-
"description": "Fired when
|
|
3313
|
-
"name": "
|
|
3308
|
+
"description": "Fired when interpreted criteria contains invalid clauses. detail: `ValidationError[]`",
|
|
3309
|
+
"name": "validation-errors"
|
|
3314
3310
|
}
|
|
3315
3311
|
],
|
|
3316
3312
|
"attributes": [
|
|
3317
3313
|
{
|
|
3318
|
-
"name": "
|
|
3314
|
+
"name": "placeholder",
|
|
3319
3315
|
"type": {
|
|
3320
3316
|
"text": "string"
|
|
3321
3317
|
},
|
|
3322
|
-
"
|
|
3318
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
3319
|
+
"fieldName": "placeholder"
|
|
3323
3320
|
},
|
|
3324
3321
|
{
|
|
3325
|
-
"name": "accept",
|
|
3326
3322
|
"type": {
|
|
3327
|
-
"text": "
|
|
3328
|
-
},
|
|
3329
|
-
"default": "''",
|
|
3330
|
-
"fieldName": "accept"
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "file-size-limit-bytes",
|
|
3334
|
-
"default": "DEFAULT_FILE_SIZE_LIMIT",
|
|
3335
|
-
"resolveInitializer": {
|
|
3336
|
-
"module": "src/_common/base-file-component.ts"
|
|
3323
|
+
"text": "boolean"
|
|
3337
3324
|
},
|
|
3338
|
-
"fieldName": "
|
|
3325
|
+
"fieldName": "disabled"
|
|
3339
3326
|
}
|
|
3340
3327
|
],
|
|
3341
3328
|
"superclass": {
|
|
3342
3329
|
"name": "FoundationElement",
|
|
3343
3330
|
"package": "@microsoft/fast-foundation"
|
|
3344
|
-
}
|
|
3331
|
+
},
|
|
3332
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
3333
|
+
"customElement": true
|
|
3334
|
+
},
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "variable",
|
|
3337
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3338
|
+
"type": {
|
|
3339
|
+
"text": "ShadowRootInit"
|
|
3340
|
+
},
|
|
3341
|
+
"default": "undefined"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "variable",
|
|
3345
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3346
|
+
"type": {
|
|
3347
|
+
"text": "object"
|
|
3348
|
+
},
|
|
3349
|
+
"default": "{}"
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "variable",
|
|
3353
|
+
"name": "foundationAiCriteriaSearch"
|
|
3345
3354
|
}
|
|
3346
3355
|
],
|
|
3347
3356
|
"exports": [
|
|
3348
3357
|
{
|
|
3349
3358
|
"kind": "js",
|
|
3350
|
-
"name": "
|
|
3359
|
+
"name": "AiCriteriaSearch",
|
|
3351
3360
|
"declaration": {
|
|
3352
|
-
"name": "
|
|
3353
|
-
"module": "src/
|
|
3361
|
+
"name": "AiCriteriaSearch",
|
|
3362
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3354
3363
|
}
|
|
3355
|
-
}
|
|
3356
|
-
]
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"kind": "javascript-module",
|
|
3360
|
-
"path": "src/_common/field-styles.ts",
|
|
3361
|
-
"declarations": [
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "variable",
|
|
3364
|
-
"name": "sharedFieldStyles",
|
|
3365
|
-
"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`"
|
|
3366
|
-
}
|
|
3367
|
-
],
|
|
3368
|
-
"exports": [
|
|
3364
|
+
},
|
|
3369
3365
|
{
|
|
3370
3366
|
"kind": "js",
|
|
3371
|
-
"name": "
|
|
3367
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3372
3368
|
"declaration": {
|
|
3373
|
-
"name": "
|
|
3374
|
-
"module": "src/
|
|
3369
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3370
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3375
3371
|
}
|
|
3376
|
-
}
|
|
3377
|
-
]
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "javascript-module",
|
|
3381
|
-
"path": "src/_common/icons.ts",
|
|
3382
|
-
"declarations": [
|
|
3372
|
+
},
|
|
3383
3373
|
{
|
|
3384
|
-
"kind": "
|
|
3385
|
-
"name": "
|
|
3386
|
-
"
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
{
|
|
3392
|
-
"name": "fill",
|
|
3393
|
-
"default": "'#879ba6'"
|
|
3394
|
-
}
|
|
3395
|
-
]
|
|
3396
|
-
}
|
|
3397
|
-
],
|
|
3398
|
-
"exports": [
|
|
3374
|
+
"kind": "js",
|
|
3375
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3376
|
+
"declaration": {
|
|
3377
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3378
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3399
3381
|
{
|
|
3400
3382
|
"kind": "js",
|
|
3401
|
-
"name": "
|
|
3383
|
+
"name": "foundationAiCriteriaSearch",
|
|
3402
3384
|
"declaration": {
|
|
3403
|
-
"name": "
|
|
3404
|
-
"module": "src/
|
|
3385
|
+
"name": "foundationAiCriteriaSearch",
|
|
3386
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3405
3387
|
}
|
|
3406
3388
|
}
|
|
3407
3389
|
]
|
|
3408
3390
|
},
|
|
3409
3391
|
{
|
|
3410
3392
|
"kind": "javascript-module",
|
|
3411
|
-
"path": "src/
|
|
3393
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
3412
3394
|
"declarations": [],
|
|
3413
3395
|
"exports": [
|
|
3414
3396
|
{
|
|
3415
3397
|
"kind": "js",
|
|
3416
|
-
"name": "
|
|
3398
|
+
"name": "AiCriteriaSearch",
|
|
3417
3399
|
"declaration": {
|
|
3418
|
-
"name": "
|
|
3419
|
-
"
|
|
3400
|
+
"name": "AiCriteriaSearch",
|
|
3401
|
+
"module": "./ai-criteria-search"
|
|
3420
3402
|
}
|
|
3421
3403
|
},
|
|
3422
3404
|
{
|
|
3423
3405
|
"kind": "js",
|
|
3424
|
-
"name": "
|
|
3406
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3425
3407
|
"declaration": {
|
|
3426
|
-
"name": "
|
|
3427
|
-
"
|
|
3408
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
3409
|
+
"module": "./ai-criteria-search"
|
|
3428
3410
|
}
|
|
3429
3411
|
},
|
|
3430
3412
|
{
|
|
3431
3413
|
"kind": "js",
|
|
3432
|
-
"name": "
|
|
3414
|
+
"name": "foundationAiCriteriaSearch",
|
|
3433
3415
|
"declaration": {
|
|
3434
|
-
"name": "
|
|
3435
|
-
"
|
|
3416
|
+
"name": "foundationAiCriteriaSearch",
|
|
3417
|
+
"module": "./ai-criteria-search"
|
|
3436
3418
|
}
|
|
3437
3419
|
},
|
|
3438
3420
|
{
|
|
3439
3421
|
"kind": "js",
|
|
3440
|
-
"name": "
|
|
3422
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3441
3423
|
"declaration": {
|
|
3442
|
-
"name": "
|
|
3443
|
-
"
|
|
3424
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3425
|
+
"module": "./ai-criteria-search"
|
|
3444
3426
|
}
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"kind": "js",
|
|
3430
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3431
|
+
"declaration": {
|
|
3432
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
3433
|
+
"module": "./ai-criteria-search.styles"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "js",
|
|
3438
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3439
|
+
"declaration": {
|
|
3440
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
3441
|
+
"module": "./ai-criteria-search.template"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3453
3444
|
{
|
|
3454
3445
|
"kind": "js",
|
|
3455
3446
|
"name": "*",
|
|
3456
3447
|
"declaration": {
|
|
3457
3448
|
"name": "*",
|
|
3458
|
-
"package": "./
|
|
3449
|
+
"package": "./validation/criteria-ir"
|
|
3459
3450
|
}
|
|
3460
3451
|
},
|
|
3461
3452
|
{
|
|
@@ -3463,7 +3454,7 @@
|
|
|
3463
3454
|
"name": "*",
|
|
3464
3455
|
"declaration": {
|
|
3465
3456
|
"name": "*",
|
|
3466
|
-
"package": "./
|
|
3457
|
+
"package": "./validation/operator-map"
|
|
3467
3458
|
}
|
|
3468
3459
|
},
|
|
3469
3460
|
{
|
|
@@ -3471,60 +3462,96 @@
|
|
|
3471
3462
|
"name": "*",
|
|
3472
3463
|
"declaration": {
|
|
3473
3464
|
"name": "*",
|
|
3474
|
-
"package": "./
|
|
3465
|
+
"package": "./validation/schema-validator"
|
|
3475
3466
|
}
|
|
3476
3467
|
}
|
|
3477
3468
|
]
|
|
3478
3469
|
},
|
|
3479
3470
|
{
|
|
3480
3471
|
"kind": "javascript-module",
|
|
3481
|
-
"path": "src/
|
|
3472
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
3482
3473
|
"declarations": [
|
|
3483
3474
|
{
|
|
3484
3475
|
"kind": "function",
|
|
3485
|
-
"name": "
|
|
3476
|
+
"name": "formatValidationErrors",
|
|
3486
3477
|
"return": {
|
|
3487
3478
|
"type": {
|
|
3488
|
-
"text": "
|
|
3479
|
+
"text": "string"
|
|
3489
3480
|
}
|
|
3490
3481
|
},
|
|
3491
3482
|
"parameters": [
|
|
3492
3483
|
{
|
|
3493
|
-
"name": "
|
|
3484
|
+
"name": "errors",
|
|
3494
3485
|
"type": {
|
|
3495
|
-
"text": "
|
|
3486
|
+
"text": "ValidationError[]"
|
|
3496
3487
|
}
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"kind": "function",
|
|
3494
|
+
"name": "showCriteriaError",
|
|
3495
|
+
"return": {
|
|
3496
|
+
"type": {
|
|
3497
|
+
"text": "void"
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
"parameters": [
|
|
3501
|
+
{
|
|
3502
|
+
"name": "title",
|
|
3503
|
+
"type": {
|
|
3504
|
+
"text": "string"
|
|
3505
|
+
},
|
|
3506
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3497
3507
|
},
|
|
3498
3508
|
{
|
|
3499
|
-
"name": "
|
|
3509
|
+
"name": "body",
|
|
3500
3510
|
"type": {
|
|
3501
|
-
"text": "
|
|
3502
|
-
}
|
|
3511
|
+
"text": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"description": "Error message to display"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
"name": "tagName",
|
|
3517
|
+
"type": {
|
|
3518
|
+
"text": "string"
|
|
3519
|
+
},
|
|
3520
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3503
3521
|
}
|
|
3504
|
-
]
|
|
3522
|
+
],
|
|
3523
|
+
"description": "Shows a criteria error as a toast notification."
|
|
3505
3524
|
}
|
|
3506
3525
|
],
|
|
3507
3526
|
"exports": [
|
|
3508
3527
|
{
|
|
3509
3528
|
"kind": "js",
|
|
3510
|
-
"name": "
|
|
3529
|
+
"name": "formatValidationErrors",
|
|
3511
3530
|
"declaration": {
|
|
3512
|
-
"name": "
|
|
3513
|
-
"module": "src/
|
|
3531
|
+
"name": "formatValidationErrors",
|
|
3532
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
{
|
|
3536
|
+
"kind": "js",
|
|
3537
|
+
"name": "showCriteriaError",
|
|
3538
|
+
"declaration": {
|
|
3539
|
+
"name": "showCriteriaError",
|
|
3540
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
3514
3541
|
}
|
|
3515
3542
|
}
|
|
3516
3543
|
]
|
|
3517
3544
|
},
|
|
3518
3545
|
{
|
|
3519
3546
|
"kind": "javascript-module",
|
|
3520
|
-
"path": "src/
|
|
3547
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3521
3548
|
"declarations": [
|
|
3522
3549
|
{
|
|
3523
3550
|
"kind": "function",
|
|
3524
|
-
"name": "
|
|
3551
|
+
"name": "foundationAiIndicatorStyles",
|
|
3525
3552
|
"return": {
|
|
3526
3553
|
"type": {
|
|
3527
|
-
"text": "
|
|
3554
|
+
"text": "ElementStyles"
|
|
3528
3555
|
}
|
|
3529
3556
|
},
|
|
3530
3557
|
"parameters": [
|
|
@@ -3546,237 +3573,224 @@
|
|
|
3546
3573
|
"exports": [
|
|
3547
3574
|
{
|
|
3548
3575
|
"kind": "js",
|
|
3549
|
-
"name": "
|
|
3576
|
+
"name": "foundationAiIndicatorStyles",
|
|
3550
3577
|
"declaration": {
|
|
3551
|
-
"name": "
|
|
3552
|
-
"module": "src/
|
|
3578
|
+
"name": "foundationAiIndicatorStyles",
|
|
3579
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3553
3580
|
}
|
|
3554
3581
|
}
|
|
3555
3582
|
]
|
|
3556
3583
|
},
|
|
3557
3584
|
{
|
|
3558
3585
|
"kind": "javascript-module",
|
|
3559
|
-
"path": "src/
|
|
3586
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3587
|
+
"declarations": [
|
|
3588
|
+
{
|
|
3589
|
+
"kind": "variable",
|
|
3590
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3591
|
+
"type": {
|
|
3592
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3593
|
+
},
|
|
3594
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"exports": [
|
|
3598
|
+
{
|
|
3599
|
+
"kind": "js",
|
|
3600
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3601
|
+
"declaration": {
|
|
3602
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3603
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
]
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"kind": "javascript-module",
|
|
3610
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3560
3611
|
"declarations": [
|
|
3561
3612
|
{
|
|
3562
3613
|
"kind": "class",
|
|
3563
3614
|
"description": "",
|
|
3564
|
-
"name": "
|
|
3565
|
-
"
|
|
3566
|
-
"name": "FASTAccordion",
|
|
3567
|
-
"package": "@microsoft/fast-foundation"
|
|
3568
|
-
},
|
|
3569
|
-
"tagName": "%%prefix%%-accordion",
|
|
3570
|
-
"customElement": true,
|
|
3571
|
-
"attributes": [
|
|
3615
|
+
"name": "AiIndicator",
|
|
3616
|
+
"members": [
|
|
3572
3617
|
{
|
|
3573
|
-
"
|
|
3618
|
+
"kind": "field",
|
|
3619
|
+
"name": "providerRegistry",
|
|
3574
3620
|
"type": {
|
|
3575
|
-
"text": "
|
|
3576
|
-
},
|
|
3577
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3578
|
-
"fieldName": "expandmode",
|
|
3579
|
-
"inheritedFrom": {
|
|
3580
|
-
"name": "Accordion",
|
|
3581
|
-
"module": "src/accordion/accordion.ts"
|
|
3621
|
+
"text": "AIProviderRegistry"
|
|
3582
3622
|
}
|
|
3583
|
-
}
|
|
3584
|
-
],
|
|
3585
|
-
"members": [
|
|
3623
|
+
},
|
|
3586
3624
|
{
|
|
3587
3625
|
"kind": "field",
|
|
3588
|
-
"name": "
|
|
3626
|
+
"name": "aiProvider",
|
|
3589
3627
|
"type": {
|
|
3590
|
-
"text": "
|
|
3628
|
+
"text": "AIProvider | undefined"
|
|
3591
3629
|
},
|
|
3592
|
-
"privacy": "
|
|
3593
|
-
"description": "
|
|
3594
|
-
"
|
|
3595
|
-
"name": "Accordion",
|
|
3596
|
-
"module": "src/accordion/accordion.ts"
|
|
3597
|
-
}
|
|
3630
|
+
"privacy": "private",
|
|
3631
|
+
"description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
|
|
3632
|
+
"readonly": true
|
|
3598
3633
|
},
|
|
3599
3634
|
{
|
|
3600
3635
|
"kind": "field",
|
|
3601
|
-
"name": "
|
|
3636
|
+
"name": "status",
|
|
3602
3637
|
"type": {
|
|
3603
|
-
"text": "
|
|
3638
|
+
"text": "AIStatus | null"
|
|
3604
3639
|
},
|
|
3605
|
-
"
|
|
3606
|
-
"inheritedFrom": {
|
|
3607
|
-
"name": "Accordion",
|
|
3608
|
-
"module": "src/accordion/accordion.ts"
|
|
3609
|
-
}
|
|
3640
|
+
"default": "null"
|
|
3610
3641
|
},
|
|
3611
3642
|
{
|
|
3612
3643
|
"kind": "field",
|
|
3613
|
-
"name": "
|
|
3644
|
+
"name": "open",
|
|
3614
3645
|
"type": {
|
|
3615
|
-
"text": "
|
|
3646
|
+
"text": "boolean"
|
|
3616
3647
|
},
|
|
3617
|
-
"
|
|
3618
|
-
"default": "0",
|
|
3619
|
-
"inheritedFrom": {
|
|
3620
|
-
"name": "Accordion",
|
|
3621
|
-
"module": "src/accordion/accordion.ts"
|
|
3622
|
-
}
|
|
3648
|
+
"default": "false"
|
|
3623
3649
|
},
|
|
3624
3650
|
{
|
|
3625
3651
|
"kind": "field",
|
|
3626
|
-
"name": "
|
|
3652
|
+
"name": "state",
|
|
3627
3653
|
"type": {
|
|
3628
|
-
"text": "
|
|
3654
|
+
"text": "AIIndicatorState"
|
|
3629
3655
|
},
|
|
3630
|
-
"
|
|
3631
|
-
"inheritedFrom": {
|
|
3632
|
-
"name": "Accordion",
|
|
3633
|
-
"module": "src/accordion/accordion.ts"
|
|
3634
|
-
}
|
|
3656
|
+
"default": "'none'"
|
|
3635
3657
|
},
|
|
3636
3658
|
{
|
|
3637
3659
|
"kind": "field",
|
|
3638
|
-
"name": "
|
|
3639
|
-
"
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
}
|
|
3660
|
+
"name": "isInstalling",
|
|
3661
|
+
"type": {
|
|
3662
|
+
"text": "boolean"
|
|
3663
|
+
},
|
|
3664
|
+
"default": "false"
|
|
3644
3665
|
},
|
|
3645
3666
|
{
|
|
3646
|
-
"kind": "
|
|
3647
|
-
"name": "
|
|
3667
|
+
"kind": "field",
|
|
3668
|
+
"name": "pollTimer",
|
|
3669
|
+
"type": {
|
|
3670
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3671
|
+
},
|
|
3648
3672
|
"privacy": "private",
|
|
3649
|
-
"
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3673
|
+
"default": "null"
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"kind": "field",
|
|
3677
|
+
"name": "clickOutside",
|
|
3678
|
+
"privacy": "private"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "field",
|
|
3682
|
+
"name": "chromeStatusLabel",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "string | null"
|
|
3653
3685
|
},
|
|
3654
|
-
"
|
|
3655
|
-
"name": "Accordion",
|
|
3656
|
-
"module": "src/accordion/accordion.ts"
|
|
3657
|
-
}
|
|
3686
|
+
"readonly": true
|
|
3658
3687
|
},
|
|
3659
3688
|
{
|
|
3660
3689
|
"kind": "field",
|
|
3661
|
-
"name": "
|
|
3662
|
-
"
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3690
|
+
"name": "canInstall",
|
|
3691
|
+
"type": {
|
|
3692
|
+
"text": "boolean"
|
|
3693
|
+
},
|
|
3694
|
+
"readonly": true
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"kind": "field",
|
|
3698
|
+
"name": "isDownloading",
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "boolean"
|
|
3701
|
+
},
|
|
3702
|
+
"readonly": true
|
|
3667
3703
|
},
|
|
3668
3704
|
{
|
|
3669
3705
|
"kind": "method",
|
|
3670
|
-
"name": "
|
|
3671
|
-
"privacy": "private",
|
|
3706
|
+
"name": "openChanged",
|
|
3672
3707
|
"return": {
|
|
3673
3708
|
"type": {
|
|
3674
3709
|
"text": "void"
|
|
3675
3710
|
}
|
|
3676
|
-
},
|
|
3677
|
-
"inheritedFrom": {
|
|
3678
|
-
"name": "Accordion",
|
|
3679
|
-
"module": "src/accordion/accordion.ts"
|
|
3680
3711
|
}
|
|
3681
3712
|
},
|
|
3682
3713
|
{
|
|
3683
|
-
"kind": "
|
|
3684
|
-
"name": "
|
|
3714
|
+
"kind": "method",
|
|
3715
|
+
"name": "handleClickOutside",
|
|
3685
3716
|
"privacy": "private",
|
|
3686
|
-
"
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3717
|
+
"parameters": [
|
|
3718
|
+
{
|
|
3719
|
+
"name": "event",
|
|
3720
|
+
"type": {
|
|
3721
|
+
"text": "MouseEvent"
|
|
3722
|
+
}
|
|
3723
|
+
}
|
|
3724
|
+
]
|
|
3690
3725
|
},
|
|
3691
3726
|
{
|
|
3692
|
-
"kind": "
|
|
3693
|
-
"name": "
|
|
3694
|
-
"privacy": "private",
|
|
3695
|
-
"inheritedFrom": {
|
|
3696
|
-
"name": "Accordion",
|
|
3697
|
-
"module": "src/accordion/accordion.ts"
|
|
3698
|
-
}
|
|
3727
|
+
"kind": "method",
|
|
3728
|
+
"name": "toggleDropdown"
|
|
3699
3729
|
},
|
|
3700
3730
|
{
|
|
3701
3731
|
"kind": "method",
|
|
3702
|
-
"name": "
|
|
3703
|
-
"privacy": "private",
|
|
3732
|
+
"name": "refreshStatus",
|
|
3704
3733
|
"return": {
|
|
3705
3734
|
"type": {
|
|
3706
|
-
"text": "
|
|
3735
|
+
"text": "Promise<void>"
|
|
3707
3736
|
}
|
|
3708
|
-
},
|
|
3709
|
-
"inheritedFrom": {
|
|
3710
|
-
"name": "Accordion",
|
|
3711
|
-
"module": "src/accordion/accordion.ts"
|
|
3712
3737
|
}
|
|
3713
3738
|
},
|
|
3714
3739
|
{
|
|
3715
3740
|
"kind": "method",
|
|
3716
|
-
"name": "
|
|
3741
|
+
"name": "deriveState",
|
|
3717
3742
|
"privacy": "private",
|
|
3718
3743
|
"return": {
|
|
3719
3744
|
"type": {
|
|
3720
|
-
"text": "
|
|
3745
|
+
"text": "AIIndicatorState"
|
|
3721
3746
|
}
|
|
3722
3747
|
},
|
|
3723
|
-
"
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3748
|
+
"parameters": [
|
|
3749
|
+
{
|
|
3750
|
+
"name": "s",
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "AIStatus | null"
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
]
|
|
3727
3756
|
},
|
|
3728
3757
|
{
|
|
3729
|
-
"kind": "
|
|
3730
|
-
"name": "
|
|
3758
|
+
"kind": "method",
|
|
3759
|
+
"name": "maybeStartPolling",
|
|
3731
3760
|
"privacy": "private",
|
|
3732
|
-
"
|
|
3733
|
-
"
|
|
3734
|
-
|
|
3761
|
+
"return": {
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "void"
|
|
3764
|
+
}
|
|
3735
3765
|
}
|
|
3736
3766
|
},
|
|
3737
3767
|
{
|
|
3738
|
-
"kind": "
|
|
3739
|
-
"name": "
|
|
3768
|
+
"kind": "method",
|
|
3769
|
+
"name": "startPolling",
|
|
3740
3770
|
"privacy": "private",
|
|
3741
|
-
"
|
|
3742
|
-
"
|
|
3743
|
-
|
|
3771
|
+
"return": {
|
|
3772
|
+
"type": {
|
|
3773
|
+
"text": "void"
|
|
3774
|
+
}
|
|
3744
3775
|
}
|
|
3745
3776
|
},
|
|
3746
3777
|
{
|
|
3747
3778
|
"kind": "method",
|
|
3748
|
-
"name": "
|
|
3779
|
+
"name": "stopPolling",
|
|
3749
3780
|
"privacy": "private",
|
|
3750
3781
|
"return": {
|
|
3751
3782
|
"type": {
|
|
3752
3783
|
"text": "void"
|
|
3753
3784
|
}
|
|
3754
|
-
},
|
|
3755
|
-
"parameters": [
|
|
3756
|
-
{
|
|
3757
|
-
"name": "adjustment",
|
|
3758
|
-
"type": {
|
|
3759
|
-
"text": "number"
|
|
3760
|
-
}
|
|
3761
|
-
}
|
|
3762
|
-
],
|
|
3763
|
-
"inheritedFrom": {
|
|
3764
|
-
"name": "Accordion",
|
|
3765
|
-
"module": "src/accordion/accordion.ts"
|
|
3766
3785
|
}
|
|
3767
3786
|
},
|
|
3768
3787
|
{
|
|
3769
3788
|
"kind": "method",
|
|
3770
|
-
"name": "
|
|
3771
|
-
"privacy": "private",
|
|
3789
|
+
"name": "onInstall",
|
|
3772
3790
|
"return": {
|
|
3773
3791
|
"type": {
|
|
3774
|
-
"text": "void"
|
|
3792
|
+
"text": "Promise<void>"
|
|
3775
3793
|
}
|
|
3776
|
-
},
|
|
3777
|
-
"inheritedFrom": {
|
|
3778
|
-
"name": "Accordion",
|
|
3779
|
-
"module": "src/accordion/accordion.ts"
|
|
3780
3794
|
}
|
|
3781
3795
|
},
|
|
3782
3796
|
{
|
|
@@ -3891,102 +3905,88 @@
|
|
|
3891
3905
|
}
|
|
3892
3906
|
}
|
|
3893
3907
|
],
|
|
3894
|
-
"
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
"name": "change",
|
|
3898
|
-
"inheritedFrom": {
|
|
3899
|
-
"name": "Accordion",
|
|
3900
|
-
"module": "src/accordion/accordion.ts"
|
|
3901
|
-
}
|
|
3902
|
-
}
|
|
3903
|
-
]
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
"kind": "variable",
|
|
3907
|
-
"name": "foundationAccordionShadowOptions",
|
|
3908
|
-
"type": {
|
|
3909
|
-
"text": "ShadowRootInit"
|
|
3910
|
-
},
|
|
3911
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3912
|
-
},
|
|
3913
|
-
{
|
|
3914
|
-
"kind": "variable",
|
|
3915
|
-
"name": "defaultAccordionConfig",
|
|
3916
|
-
"type": {
|
|
3917
|
-
"text": "object"
|
|
3908
|
+
"superclass": {
|
|
3909
|
+
"name": "FoundationElement",
|
|
3910
|
+
"package": "@microsoft/fast-foundation"
|
|
3918
3911
|
},
|
|
3919
|
-
"
|
|
3912
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3913
|
+
"customElement": true
|
|
3920
3914
|
},
|
|
3921
3915
|
{
|
|
3922
3916
|
"kind": "variable",
|
|
3923
|
-
"name": "
|
|
3924
|
-
"description": "The Foundation Accordion",
|
|
3925
|
-
"privacy": "public"
|
|
3917
|
+
"name": "foundationAiIndicator"
|
|
3926
3918
|
}
|
|
3927
3919
|
],
|
|
3928
3920
|
"exports": [
|
|
3929
3921
|
{
|
|
3930
3922
|
"kind": "js",
|
|
3931
|
-
"name": "
|
|
3923
|
+
"name": "AiIndicator",
|
|
3932
3924
|
"declaration": {
|
|
3933
|
-
"name": "
|
|
3934
|
-
"module": "src/
|
|
3925
|
+
"name": "AiIndicator",
|
|
3926
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3935
3927
|
}
|
|
3936
3928
|
},
|
|
3937
3929
|
{
|
|
3938
3930
|
"kind": "js",
|
|
3939
|
-
"name": "
|
|
3931
|
+
"name": "foundationAiIndicator",
|
|
3940
3932
|
"declaration": {
|
|
3941
|
-
"name": "
|
|
3942
|
-
"module": "src/
|
|
3933
|
+
"name": "foundationAiIndicator",
|
|
3934
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
]
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"kind": "javascript-module",
|
|
3941
|
+
"path": "src/ai-indicator/index.ts",
|
|
3942
|
+
"declarations": [],
|
|
3943
|
+
"exports": [
|
|
3944
|
+
{
|
|
3945
|
+
"kind": "js",
|
|
3946
|
+
"name": "AiIndicator",
|
|
3947
|
+
"declaration": {
|
|
3948
|
+
"name": "AiIndicator",
|
|
3949
|
+
"module": "./ai-indicator"
|
|
3943
3950
|
}
|
|
3944
3951
|
},
|
|
3945
3952
|
{
|
|
3946
3953
|
"kind": "js",
|
|
3947
|
-
"name": "
|
|
3954
|
+
"name": "foundationAiIndicator",
|
|
3948
3955
|
"declaration": {
|
|
3949
|
-
"name": "
|
|
3950
|
-
"module": "
|
|
3956
|
+
"name": "foundationAiIndicator",
|
|
3957
|
+
"module": "./ai-indicator"
|
|
3951
3958
|
}
|
|
3952
3959
|
},
|
|
3953
3960
|
{
|
|
3954
3961
|
"kind": "js",
|
|
3955
|
-
"name": "
|
|
3962
|
+
"name": "type",
|
|
3956
3963
|
"declaration": {
|
|
3957
|
-
"name": "
|
|
3958
|
-
"module": "
|
|
3964
|
+
"name": "type",
|
|
3965
|
+
"module": "./ai-indicator"
|
|
3959
3966
|
}
|
|
3960
|
-
}
|
|
3961
|
-
]
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "javascript-module",
|
|
3965
|
-
"path": "src/accordion/index.ts",
|
|
3966
|
-
"declarations": [],
|
|
3967
|
-
"exports": [
|
|
3967
|
+
},
|
|
3968
3968
|
{
|
|
3969
3969
|
"kind": "js",
|
|
3970
|
-
"name": "
|
|
3970
|
+
"name": "AIIndicatorState",
|
|
3971
3971
|
"declaration": {
|
|
3972
|
-
"name": "
|
|
3973
|
-
"
|
|
3972
|
+
"name": "AIIndicatorState",
|
|
3973
|
+
"module": "./ai-indicator"
|
|
3974
3974
|
}
|
|
3975
3975
|
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "js",
|
|
3978
|
-
"name": "
|
|
3978
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3979
3979
|
"declaration": {
|
|
3980
|
-
"name": "
|
|
3981
|
-
"
|
|
3980
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3981
|
+
"module": "./ai-indicator.template"
|
|
3982
3982
|
}
|
|
3983
3983
|
},
|
|
3984
3984
|
{
|
|
3985
3985
|
"kind": "js",
|
|
3986
|
-
"name": "
|
|
3986
|
+
"name": "foundationAiIndicatorStyles",
|
|
3987
3987
|
"declaration": {
|
|
3988
|
-
"name": "
|
|
3989
|
-
"
|
|
3988
|
+
"name": "foundationAiIndicatorStyles",
|
|
3989
|
+
"module": "./ai-indicator.styles"
|
|
3990
3990
|
}
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|
|
@@ -59984,197 +59984,6 @@
|
|
|
59984
59984
|
}
|
|
59985
59985
|
]
|
|
59986
59986
|
},
|
|
59987
|
-
{
|
|
59988
|
-
"kind": "javascript-module",
|
|
59989
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59990
|
-
"declarations": [],
|
|
59991
|
-
"exports": []
|
|
59992
|
-
},
|
|
59993
|
-
{
|
|
59994
|
-
"kind": "javascript-module",
|
|
59995
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59996
|
-
"declarations": [
|
|
59997
|
-
{
|
|
59998
|
-
"kind": "function",
|
|
59999
|
-
"name": "groupsToCriteria",
|
|
60000
|
-
"return": {
|
|
60001
|
-
"type": {
|
|
60002
|
-
"text": "string"
|
|
60003
|
-
}
|
|
60004
|
-
},
|
|
60005
|
-
"parameters": [
|
|
60006
|
-
{
|
|
60007
|
-
"name": "groups",
|
|
60008
|
-
"type": {
|
|
60009
|
-
"text": "CriteriaGroup[]"
|
|
60010
|
-
}
|
|
60011
|
-
}
|
|
60012
|
-
],
|
|
60013
|
-
"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."
|
|
60014
|
-
},
|
|
60015
|
-
{
|
|
60016
|
-
"kind": "variable",
|
|
60017
|
-
"name": "STRING_OPERATORS",
|
|
60018
|
-
"type": {
|
|
60019
|
-
"text": "CriteriaOperator[]"
|
|
60020
|
-
},
|
|
60021
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
60022
|
-
},
|
|
60023
|
-
{
|
|
60024
|
-
"kind": "variable",
|
|
60025
|
-
"name": "NUMERIC_OPERATORS",
|
|
60026
|
-
"type": {
|
|
60027
|
-
"text": "CriteriaOperator[]"
|
|
60028
|
-
},
|
|
60029
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
60030
|
-
},
|
|
60031
|
-
{
|
|
60032
|
-
"kind": "variable",
|
|
60033
|
-
"name": "DATE_OPERATORS",
|
|
60034
|
-
"type": {
|
|
60035
|
-
"text": "CriteriaOperator[]"
|
|
60036
|
-
},
|
|
60037
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
60038
|
-
},
|
|
60039
|
-
{
|
|
60040
|
-
"kind": "variable",
|
|
60041
|
-
"name": "DATETIME_OPERATORS",
|
|
60042
|
-
"type": {
|
|
60043
|
-
"text": "CriteriaOperator[]"
|
|
60044
|
-
},
|
|
60045
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
60046
|
-
},
|
|
60047
|
-
{
|
|
60048
|
-
"kind": "variable",
|
|
60049
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60050
|
-
"type": {
|
|
60051
|
-
"text": "Record<CriteriaOperator, string>"
|
|
60052
|
-
},
|
|
60053
|
-
"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}"
|
|
60054
|
-
}
|
|
60055
|
-
],
|
|
60056
|
-
"exports": [
|
|
60057
|
-
{
|
|
60058
|
-
"kind": "js",
|
|
60059
|
-
"name": "groupsToCriteria",
|
|
60060
|
-
"declaration": {
|
|
60061
|
-
"name": "groupsToCriteria",
|
|
60062
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60063
|
-
}
|
|
60064
|
-
},
|
|
60065
|
-
{
|
|
60066
|
-
"kind": "js",
|
|
60067
|
-
"name": "STRING_OPERATORS",
|
|
60068
|
-
"declaration": {
|
|
60069
|
-
"name": "STRING_OPERATORS",
|
|
60070
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60071
|
-
}
|
|
60072
|
-
},
|
|
60073
|
-
{
|
|
60074
|
-
"kind": "js",
|
|
60075
|
-
"name": "NUMERIC_OPERATORS",
|
|
60076
|
-
"declaration": {
|
|
60077
|
-
"name": "NUMERIC_OPERATORS",
|
|
60078
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60079
|
-
}
|
|
60080
|
-
},
|
|
60081
|
-
{
|
|
60082
|
-
"kind": "js",
|
|
60083
|
-
"name": "DATE_OPERATORS",
|
|
60084
|
-
"declaration": {
|
|
60085
|
-
"name": "DATE_OPERATORS",
|
|
60086
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60087
|
-
}
|
|
60088
|
-
},
|
|
60089
|
-
{
|
|
60090
|
-
"kind": "js",
|
|
60091
|
-
"name": "DATETIME_OPERATORS",
|
|
60092
|
-
"declaration": {
|
|
60093
|
-
"name": "DATETIME_OPERATORS",
|
|
60094
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60095
|
-
}
|
|
60096
|
-
},
|
|
60097
|
-
{
|
|
60098
|
-
"kind": "js",
|
|
60099
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60100
|
-
"declaration": {
|
|
60101
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60102
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60103
|
-
}
|
|
60104
|
-
}
|
|
60105
|
-
]
|
|
60106
|
-
},
|
|
60107
|
-
{
|
|
60108
|
-
"kind": "javascript-module",
|
|
60109
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
60110
|
-
"declarations": [
|
|
60111
|
-
{
|
|
60112
|
-
"kind": "function",
|
|
60113
|
-
"name": "validateClauses",
|
|
60114
|
-
"return": {
|
|
60115
|
-
"type": {
|
|
60116
|
-
"text": "ValidationResult"
|
|
60117
|
-
}
|
|
60118
|
-
},
|
|
60119
|
-
"parameters": [
|
|
60120
|
-
{
|
|
60121
|
-
"name": "clauses",
|
|
60122
|
-
"type": {
|
|
60123
|
-
"text": "CriteriaClause[]"
|
|
60124
|
-
}
|
|
60125
|
-
},
|
|
60126
|
-
{
|
|
60127
|
-
"name": "fieldMetadata",
|
|
60128
|
-
"type": {
|
|
60129
|
-
"text": "MetadataDetail[] | string[]"
|
|
60130
|
-
}
|
|
60131
|
-
}
|
|
60132
|
-
]
|
|
60133
|
-
},
|
|
60134
|
-
{
|
|
60135
|
-
"kind": "function",
|
|
60136
|
-
"name": "validateGroups",
|
|
60137
|
-
"return": {
|
|
60138
|
-
"type": {
|
|
60139
|
-
"text": "GroupsValidationResult"
|
|
60140
|
-
}
|
|
60141
|
-
},
|
|
60142
|
-
"parameters": [
|
|
60143
|
-
{
|
|
60144
|
-
"name": "groups",
|
|
60145
|
-
"type": {
|
|
60146
|
-
"text": "CriteriaGroup[]"
|
|
60147
|
-
}
|
|
60148
|
-
},
|
|
60149
|
-
{
|
|
60150
|
-
"name": "fieldMetadata",
|
|
60151
|
-
"type": {
|
|
60152
|
-
"text": "MetadataDetail[] | string[]"
|
|
60153
|
-
}
|
|
60154
|
-
}
|
|
60155
|
-
],
|
|
60156
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
60157
|
-
}
|
|
60158
|
-
],
|
|
60159
|
-
"exports": [
|
|
60160
|
-
{
|
|
60161
|
-
"kind": "js",
|
|
60162
|
-
"name": "validateClauses",
|
|
60163
|
-
"declaration": {
|
|
60164
|
-
"name": "validateClauses",
|
|
60165
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60166
|
-
}
|
|
60167
|
-
},
|
|
60168
|
-
{
|
|
60169
|
-
"kind": "js",
|
|
60170
|
-
"name": "validateGroups",
|
|
60171
|
-
"declaration": {
|
|
60172
|
-
"name": "validateGroups",
|
|
60173
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60174
|
-
}
|
|
60175
|
-
}
|
|
60176
|
-
]
|
|
60177
|
-
},
|
|
60178
59987
|
{
|
|
60179
59988
|
"kind": "javascript-module",
|
|
60180
59989
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -61547,6 +61356,197 @@
|
|
|
61547
61356
|
"declarations": [],
|
|
61548
61357
|
"exports": []
|
|
61549
61358
|
},
|
|
61359
|
+
{
|
|
61360
|
+
"kind": "javascript-module",
|
|
61361
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
61362
|
+
"declarations": [],
|
|
61363
|
+
"exports": []
|
|
61364
|
+
},
|
|
61365
|
+
{
|
|
61366
|
+
"kind": "javascript-module",
|
|
61367
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
61368
|
+
"declarations": [
|
|
61369
|
+
{
|
|
61370
|
+
"kind": "function",
|
|
61371
|
+
"name": "groupsToCriteria",
|
|
61372
|
+
"return": {
|
|
61373
|
+
"type": {
|
|
61374
|
+
"text": "string"
|
|
61375
|
+
}
|
|
61376
|
+
},
|
|
61377
|
+
"parameters": [
|
|
61378
|
+
{
|
|
61379
|
+
"name": "groups",
|
|
61380
|
+
"type": {
|
|
61381
|
+
"text": "CriteriaGroup[]"
|
|
61382
|
+
}
|
|
61383
|
+
}
|
|
61384
|
+
],
|
|
61385
|
+
"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."
|
|
61386
|
+
},
|
|
61387
|
+
{
|
|
61388
|
+
"kind": "variable",
|
|
61389
|
+
"name": "STRING_OPERATORS",
|
|
61390
|
+
"type": {
|
|
61391
|
+
"text": "CriteriaOperator[]"
|
|
61392
|
+
},
|
|
61393
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
61394
|
+
},
|
|
61395
|
+
{
|
|
61396
|
+
"kind": "variable",
|
|
61397
|
+
"name": "NUMERIC_OPERATORS",
|
|
61398
|
+
"type": {
|
|
61399
|
+
"text": "CriteriaOperator[]"
|
|
61400
|
+
},
|
|
61401
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
61402
|
+
},
|
|
61403
|
+
{
|
|
61404
|
+
"kind": "variable",
|
|
61405
|
+
"name": "DATE_OPERATORS",
|
|
61406
|
+
"type": {
|
|
61407
|
+
"text": "CriteriaOperator[]"
|
|
61408
|
+
},
|
|
61409
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
61410
|
+
},
|
|
61411
|
+
{
|
|
61412
|
+
"kind": "variable",
|
|
61413
|
+
"name": "DATETIME_OPERATORS",
|
|
61414
|
+
"type": {
|
|
61415
|
+
"text": "CriteriaOperator[]"
|
|
61416
|
+
},
|
|
61417
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
61418
|
+
},
|
|
61419
|
+
{
|
|
61420
|
+
"kind": "variable",
|
|
61421
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61422
|
+
"type": {
|
|
61423
|
+
"text": "Record<CriteriaOperator, string>"
|
|
61424
|
+
},
|
|
61425
|
+
"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}"
|
|
61426
|
+
}
|
|
61427
|
+
],
|
|
61428
|
+
"exports": [
|
|
61429
|
+
{
|
|
61430
|
+
"kind": "js",
|
|
61431
|
+
"name": "groupsToCriteria",
|
|
61432
|
+
"declaration": {
|
|
61433
|
+
"name": "groupsToCriteria",
|
|
61434
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61435
|
+
}
|
|
61436
|
+
},
|
|
61437
|
+
{
|
|
61438
|
+
"kind": "js",
|
|
61439
|
+
"name": "STRING_OPERATORS",
|
|
61440
|
+
"declaration": {
|
|
61441
|
+
"name": "STRING_OPERATORS",
|
|
61442
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61443
|
+
}
|
|
61444
|
+
},
|
|
61445
|
+
{
|
|
61446
|
+
"kind": "js",
|
|
61447
|
+
"name": "NUMERIC_OPERATORS",
|
|
61448
|
+
"declaration": {
|
|
61449
|
+
"name": "NUMERIC_OPERATORS",
|
|
61450
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61451
|
+
}
|
|
61452
|
+
},
|
|
61453
|
+
{
|
|
61454
|
+
"kind": "js",
|
|
61455
|
+
"name": "DATE_OPERATORS",
|
|
61456
|
+
"declaration": {
|
|
61457
|
+
"name": "DATE_OPERATORS",
|
|
61458
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61459
|
+
}
|
|
61460
|
+
},
|
|
61461
|
+
{
|
|
61462
|
+
"kind": "js",
|
|
61463
|
+
"name": "DATETIME_OPERATORS",
|
|
61464
|
+
"declaration": {
|
|
61465
|
+
"name": "DATETIME_OPERATORS",
|
|
61466
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61467
|
+
}
|
|
61468
|
+
},
|
|
61469
|
+
{
|
|
61470
|
+
"kind": "js",
|
|
61471
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61472
|
+
"declaration": {
|
|
61473
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61474
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61475
|
+
}
|
|
61476
|
+
}
|
|
61477
|
+
]
|
|
61478
|
+
},
|
|
61479
|
+
{
|
|
61480
|
+
"kind": "javascript-module",
|
|
61481
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
61482
|
+
"declarations": [
|
|
61483
|
+
{
|
|
61484
|
+
"kind": "function",
|
|
61485
|
+
"name": "validateClauses",
|
|
61486
|
+
"return": {
|
|
61487
|
+
"type": {
|
|
61488
|
+
"text": "ValidationResult"
|
|
61489
|
+
}
|
|
61490
|
+
},
|
|
61491
|
+
"parameters": [
|
|
61492
|
+
{
|
|
61493
|
+
"name": "clauses",
|
|
61494
|
+
"type": {
|
|
61495
|
+
"text": "CriteriaClause[]"
|
|
61496
|
+
}
|
|
61497
|
+
},
|
|
61498
|
+
{
|
|
61499
|
+
"name": "fieldMetadata",
|
|
61500
|
+
"type": {
|
|
61501
|
+
"text": "MetadataDetail[] | string[]"
|
|
61502
|
+
}
|
|
61503
|
+
}
|
|
61504
|
+
]
|
|
61505
|
+
},
|
|
61506
|
+
{
|
|
61507
|
+
"kind": "function",
|
|
61508
|
+
"name": "validateGroups",
|
|
61509
|
+
"return": {
|
|
61510
|
+
"type": {
|
|
61511
|
+
"text": "GroupsValidationResult"
|
|
61512
|
+
}
|
|
61513
|
+
},
|
|
61514
|
+
"parameters": [
|
|
61515
|
+
{
|
|
61516
|
+
"name": "groups",
|
|
61517
|
+
"type": {
|
|
61518
|
+
"text": "CriteriaGroup[]"
|
|
61519
|
+
}
|
|
61520
|
+
},
|
|
61521
|
+
{
|
|
61522
|
+
"name": "fieldMetadata",
|
|
61523
|
+
"type": {
|
|
61524
|
+
"text": "MetadataDetail[] | string[]"
|
|
61525
|
+
}
|
|
61526
|
+
}
|
|
61527
|
+
],
|
|
61528
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
61529
|
+
}
|
|
61530
|
+
],
|
|
61531
|
+
"exports": [
|
|
61532
|
+
{
|
|
61533
|
+
"kind": "js",
|
|
61534
|
+
"name": "validateClauses",
|
|
61535
|
+
"declaration": {
|
|
61536
|
+
"name": "validateClauses",
|
|
61537
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61538
|
+
}
|
|
61539
|
+
},
|
|
61540
|
+
{
|
|
61541
|
+
"kind": "js",
|
|
61542
|
+
"name": "validateGroups",
|
|
61543
|
+
"declaration": {
|
|
61544
|
+
"name": "validateGroups",
|
|
61545
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61546
|
+
}
|
|
61547
|
+
}
|
|
61548
|
+
]
|
|
61549
|
+
},
|
|
61550
61550
|
{
|
|
61551
61551
|
"kind": "javascript-module",
|
|
61552
61552
|
"path": "src/environment-indicator/utils/configure.ts",
|