@genesislcap/foundation-ui 15.10.4 → 15.10.5
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 +1008 -1008
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +19 -19
|
@@ -956,6 +956,400 @@
|
|
|
956
956
|
}
|
|
957
957
|
]
|
|
958
958
|
},
|
|
959
|
+
{
|
|
960
|
+
"kind": "javascript-module",
|
|
961
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
962
|
+
"declarations": [
|
|
963
|
+
{
|
|
964
|
+
"kind": "function",
|
|
965
|
+
"name": "foundationAccordionItemStyles",
|
|
966
|
+
"return": {
|
|
967
|
+
"type": {
|
|
968
|
+
"text": "ElementStyles"
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"parameters": [
|
|
972
|
+
{
|
|
973
|
+
"name": "context",
|
|
974
|
+
"type": {
|
|
975
|
+
"text": "ElementDefinitionContext"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "definition",
|
|
980
|
+
"type": {
|
|
981
|
+
"text": "FoundationElementDefinition"
|
|
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": [
|
|
1011
|
+
{
|
|
1012
|
+
"name": "context",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "ElementDefinitionContext"
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "definition",
|
|
1019
|
+
"type": {
|
|
1020
|
+
"text": "FoundationElementDefinition"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
1025
|
+
],
|
|
1026
|
+
"exports": [
|
|
1027
|
+
{
|
|
1028
|
+
"kind": "js",
|
|
1029
|
+
"name": "foundationAccordionItemTemplate",
|
|
1030
|
+
"declaration": {
|
|
1031
|
+
"name": "foundationAccordionItemTemplate",
|
|
1032
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1033
|
+
}
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "javascript-module",
|
|
1039
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1040
|
+
"declarations": [
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "class",
|
|
1043
|
+
"description": "",
|
|
1044
|
+
"name": "AccordionItem",
|
|
1045
|
+
"superclass": {
|
|
1046
|
+
"name": "FASTAccordionItem",
|
|
1047
|
+
"package": "@microsoft/fast-components"
|
|
1048
|
+
},
|
|
1049
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1050
|
+
"customElement": true,
|
|
1051
|
+
"attributes": [
|
|
1052
|
+
{
|
|
1053
|
+
"name": "heading-level",
|
|
1054
|
+
"type": {
|
|
1055
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1056
|
+
},
|
|
1057
|
+
"default": "2",
|
|
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
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"type": {
|
|
1067
|
+
"text": "boolean"
|
|
1068
|
+
},
|
|
1069
|
+
"default": "false",
|
|
1070
|
+
"description": "Expands or collapses the item.",
|
|
1071
|
+
"fieldName": "expanded",
|
|
1072
|
+
"inheritedFrom": {
|
|
1073
|
+
"name": "AccordionItem",
|
|
1074
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "id",
|
|
1079
|
+
"type": {
|
|
1080
|
+
"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
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
],
|
|
1090
|
+
"members": [
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "field",
|
|
1093
|
+
"name": "headinglevel",
|
|
1094
|
+
"type": {
|
|
1095
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1096
|
+
},
|
|
1097
|
+
"privacy": "public",
|
|
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
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"kind": "field",
|
|
1107
|
+
"name": "expanded",
|
|
1108
|
+
"type": {
|
|
1109
|
+
"text": "boolean"
|
|
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"
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"kind": "field",
|
|
1121
|
+
"name": "id",
|
|
1122
|
+
"type": {
|
|
1123
|
+
"text": "string"
|
|
1124
|
+
},
|
|
1125
|
+
"privacy": "public",
|
|
1126
|
+
"description": "The item ID",
|
|
1127
|
+
"inheritedFrom": {
|
|
1128
|
+
"name": "AccordionItem",
|
|
1129
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"kind": "field",
|
|
1134
|
+
"name": "change",
|
|
1135
|
+
"privacy": "private",
|
|
1136
|
+
"inheritedFrom": {
|
|
1137
|
+
"name": "AccordionItem",
|
|
1138
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "field",
|
|
1143
|
+
"name": "_presentation",
|
|
1144
|
+
"type": {
|
|
1145
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1146
|
+
},
|
|
1147
|
+
"privacy": "private",
|
|
1148
|
+
"default": "void 0",
|
|
1149
|
+
"inheritedFrom": {
|
|
1150
|
+
"name": "FoundationElement",
|
|
1151
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"kind": "field",
|
|
1156
|
+
"name": "$presentation",
|
|
1157
|
+
"type": {
|
|
1158
|
+
"text": "ComponentPresentation | null"
|
|
1159
|
+
},
|
|
1160
|
+
"privacy": "public",
|
|
1161
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1162
|
+
"inheritedFrom": {
|
|
1163
|
+
"name": "FoundationElement",
|
|
1164
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "field",
|
|
1169
|
+
"name": "template",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "ElementViewTemplate | void | null"
|
|
1172
|
+
},
|
|
1173
|
+
"privacy": "public",
|
|
1174
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1175
|
+
"inheritedFrom": {
|
|
1176
|
+
"name": "FoundationElement",
|
|
1177
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
"kind": "method",
|
|
1182
|
+
"name": "templateChanged",
|
|
1183
|
+
"privacy": "protected",
|
|
1184
|
+
"return": {
|
|
1185
|
+
"type": {
|
|
1186
|
+
"text": "void"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"inheritedFrom": {
|
|
1190
|
+
"name": "FoundationElement",
|
|
1191
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "field",
|
|
1196
|
+
"name": "styles",
|
|
1197
|
+
"type": {
|
|
1198
|
+
"text": "ElementStyles | void | null"
|
|
1199
|
+
},
|
|
1200
|
+
"privacy": "public",
|
|
1201
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1202
|
+
"inheritedFrom": {
|
|
1203
|
+
"name": "FoundationElement",
|
|
1204
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "method",
|
|
1209
|
+
"name": "stylesChanged",
|
|
1210
|
+
"privacy": "protected",
|
|
1211
|
+
"return": {
|
|
1212
|
+
"type": {
|
|
1213
|
+
"text": "void"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"inheritedFrom": {
|
|
1217
|
+
"name": "FoundationElement",
|
|
1218
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "method",
|
|
1223
|
+
"name": "compose",
|
|
1224
|
+
"privacy": "public",
|
|
1225
|
+
"static": true,
|
|
1226
|
+
"return": {
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"parameters": [
|
|
1232
|
+
{
|
|
1233
|
+
"name": "this",
|
|
1234
|
+
"type": {
|
|
1235
|
+
"text": "K"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"name": "elementDefinition",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"text": "T"
|
|
1242
|
+
},
|
|
1243
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
1246
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1247
|
+
"inheritedFrom": {
|
|
1248
|
+
"name": "FoundationElement",
|
|
1249
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
],
|
|
1253
|
+
"events": [
|
|
1254
|
+
{
|
|
1255
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1256
|
+
"name": "change",
|
|
1257
|
+
"inheritedFrom": {
|
|
1258
|
+
"name": "AccordionItem",
|
|
1259
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "variable",
|
|
1266
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1267
|
+
"type": {
|
|
1268
|
+
"text": "ShadowRootInit"
|
|
1269
|
+
},
|
|
1270
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "variable",
|
|
1274
|
+
"name": "defaultAccordionItemConfig",
|
|
1275
|
+
"type": {
|
|
1276
|
+
"text": "object"
|
|
1277
|
+
},
|
|
1278
|
+
"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}"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "variable",
|
|
1282
|
+
"name": "foundationAccordionItem",
|
|
1283
|
+
"description": "The Foundation Accordion Item",
|
|
1284
|
+
"privacy": "public"
|
|
1285
|
+
}
|
|
1286
|
+
],
|
|
1287
|
+
"exports": [
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "js",
|
|
1290
|
+
"name": "AccordionItem",
|
|
1291
|
+
"declaration": {
|
|
1292
|
+
"name": "AccordionItem",
|
|
1293
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "js",
|
|
1298
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1299
|
+
"declaration": {
|
|
1300
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1301
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"kind": "js",
|
|
1306
|
+
"name": "defaultAccordionItemConfig",
|
|
1307
|
+
"declaration": {
|
|
1308
|
+
"name": "defaultAccordionItemConfig",
|
|
1309
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "js",
|
|
1314
|
+
"name": "foundationAccordionItem",
|
|
1315
|
+
"declaration": {
|
|
1316
|
+
"name": "foundationAccordionItem",
|
|
1317
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
]
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"kind": "javascript-module",
|
|
1324
|
+
"path": "src/accordion-item/index.ts",
|
|
1325
|
+
"declarations": [],
|
|
1326
|
+
"exports": [
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "js",
|
|
1329
|
+
"name": "*",
|
|
1330
|
+
"declaration": {
|
|
1331
|
+
"name": "*",
|
|
1332
|
+
"package": "./accordion-item.template"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"kind": "js",
|
|
1337
|
+
"name": "*",
|
|
1338
|
+
"declaration": {
|
|
1339
|
+
"name": "*",
|
|
1340
|
+
"package": "./accordion-item.styles"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "js",
|
|
1345
|
+
"name": "*",
|
|
1346
|
+
"declaration": {
|
|
1347
|
+
"name": "*",
|
|
1348
|
+
"package": "./accordion-item"
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
]
|
|
1352
|
+
},
|
|
959
1353
|
{
|
|
960
1354
|
"kind": "javascript-module",
|
|
961
1355
|
"path": "src/_common/affix-mixin.ts",
|
|
@@ -1424,11 +1818,11 @@
|
|
|
1424
1818
|
},
|
|
1425
1819
|
{
|
|
1426
1820
|
"kind": "javascript-module",
|
|
1427
|
-
"path": "src/
|
|
1821
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1428
1822
|
"declarations": [
|
|
1429
1823
|
{
|
|
1430
1824
|
"kind": "function",
|
|
1431
|
-
"name": "
|
|
1825
|
+
"name": "actionsMenuBaseStyles",
|
|
1432
1826
|
"return": {
|
|
1433
1827
|
"type": {
|
|
1434
1828
|
"text": "ElementStyles"
|
|
@@ -1448,29 +1842,13 @@
|
|
|
1448
1842
|
}
|
|
1449
1843
|
}
|
|
1450
1844
|
]
|
|
1451
|
-
}
|
|
1452
|
-
],
|
|
1453
|
-
"exports": [
|
|
1454
|
-
{
|
|
1455
|
-
"kind": "js",
|
|
1456
|
-
"name": "foundationAccordionItemStyles",
|
|
1457
|
-
"declaration": {
|
|
1458
|
-
"name": "foundationAccordionItemStyles",
|
|
1459
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
]
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"kind": "javascript-module",
|
|
1466
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1467
|
-
"declarations": [
|
|
1845
|
+
},
|
|
1468
1846
|
{
|
|
1469
1847
|
"kind": "function",
|
|
1470
|
-
"name": "
|
|
1848
|
+
"name": "foundationActionsMenuStyles",
|
|
1471
1849
|
"return": {
|
|
1472
1850
|
"type": {
|
|
1473
|
-
"text": "
|
|
1851
|
+
"text": "ElementStyles"
|
|
1474
1852
|
}
|
|
1475
1853
|
},
|
|
1476
1854
|
"parameters": [
|
|
@@ -1492,455 +1870,46 @@
|
|
|
1492
1870
|
"exports": [
|
|
1493
1871
|
{
|
|
1494
1872
|
"kind": "js",
|
|
1495
|
-
"name": "
|
|
1873
|
+
"name": "actionsMenuBaseStyles",
|
|
1496
1874
|
"declaration": {
|
|
1497
|
-
"name": "
|
|
1498
|
-
"module": "src/
|
|
1875
|
+
"name": "actionsMenuBaseStyles",
|
|
1876
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"kind": "js",
|
|
1881
|
+
"name": "foundationActionsMenuStyles",
|
|
1882
|
+
"declaration": {
|
|
1883
|
+
"name": "foundationActionsMenuStyles",
|
|
1884
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1499
1885
|
}
|
|
1500
1886
|
}
|
|
1501
1887
|
]
|
|
1502
1888
|
},
|
|
1503
1889
|
{
|
|
1504
1890
|
"kind": "javascript-module",
|
|
1505
|
-
"path": "src/
|
|
1891
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1506
1892
|
"declarations": [
|
|
1507
1893
|
{
|
|
1508
|
-
"kind": "
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"superclass": {
|
|
1512
|
-
"name": "FASTAccordionItem",
|
|
1513
|
-
"package": "@microsoft/fast-components"
|
|
1514
|
-
},
|
|
1515
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1516
|
-
"customElement": true,
|
|
1517
|
-
"attributes": [
|
|
1518
|
-
{
|
|
1519
|
-
"name": "heading-level",
|
|
1520
|
-
"type": {
|
|
1521
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1522
|
-
},
|
|
1523
|
-
"default": "2",
|
|
1524
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1525
|
-
"fieldName": "headinglevel",
|
|
1526
|
-
"inheritedFrom": {
|
|
1527
|
-
"name": "AccordionItem",
|
|
1528
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "boolean"
|
|
1534
|
-
},
|
|
1535
|
-
"default": "false",
|
|
1536
|
-
"description": "Expands or collapses the item.",
|
|
1537
|
-
"fieldName": "expanded",
|
|
1538
|
-
"inheritedFrom": {
|
|
1539
|
-
"name": "AccordionItem",
|
|
1540
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1541
|
-
}
|
|
1542
|
-
},
|
|
1894
|
+
"kind": "function",
|
|
1895
|
+
"name": "menuTemplate",
|
|
1896
|
+
"parameters": [
|
|
1543
1897
|
{
|
|
1544
|
-
"name": "
|
|
1898
|
+
"name": "prefix",
|
|
1545
1899
|
"type": {
|
|
1546
1900
|
"text": "string"
|
|
1547
|
-
},
|
|
1548
|
-
"description": "The item ID",
|
|
1549
|
-
"fieldName": "id",
|
|
1550
|
-
"inheritedFrom": {
|
|
1551
|
-
"name": "AccordionItem",
|
|
1552
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1553
1901
|
}
|
|
1554
1902
|
}
|
|
1555
|
-
]
|
|
1556
|
-
|
|
1903
|
+
]
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"kind": "function",
|
|
1907
|
+
"name": "singleOptionTemplate",
|
|
1908
|
+
"parameters": [
|
|
1557
1909
|
{
|
|
1558
|
-
"
|
|
1559
|
-
"name": "headinglevel",
|
|
1910
|
+
"name": "prefix",
|
|
1560
1911
|
"type": {
|
|
1561
|
-
"text": "
|
|
1562
|
-
},
|
|
1563
|
-
"privacy": "public",
|
|
1564
|
-
"default": "2",
|
|
1565
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1566
|
-
"inheritedFrom": {
|
|
1567
|
-
"name": "AccordionItem",
|
|
1568
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1569
|
-
}
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "field",
|
|
1573
|
-
"name": "expanded",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "boolean"
|
|
1576
|
-
},
|
|
1577
|
-
"privacy": "public",
|
|
1578
|
-
"default": "false",
|
|
1579
|
-
"description": "Expands or collapses the item.",
|
|
1580
|
-
"inheritedFrom": {
|
|
1581
|
-
"name": "AccordionItem",
|
|
1582
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1583
|
-
}
|
|
1584
|
-
},
|
|
1585
|
-
{
|
|
1586
|
-
"kind": "field",
|
|
1587
|
-
"name": "id",
|
|
1588
|
-
"type": {
|
|
1589
|
-
"text": "string"
|
|
1590
|
-
},
|
|
1591
|
-
"privacy": "public",
|
|
1592
|
-
"description": "The item ID",
|
|
1593
|
-
"inheritedFrom": {
|
|
1594
|
-
"name": "AccordionItem",
|
|
1595
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1596
|
-
}
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "field",
|
|
1600
|
-
"name": "change",
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"inheritedFrom": {
|
|
1603
|
-
"name": "AccordionItem",
|
|
1604
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"kind": "field",
|
|
1609
|
-
"name": "_presentation",
|
|
1610
|
-
"type": {
|
|
1611
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1612
|
-
},
|
|
1613
|
-
"privacy": "private",
|
|
1614
|
-
"default": "void 0",
|
|
1615
|
-
"inheritedFrom": {
|
|
1616
|
-
"name": "FoundationElement",
|
|
1617
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"kind": "field",
|
|
1622
|
-
"name": "$presentation",
|
|
1623
|
-
"type": {
|
|
1624
|
-
"text": "ComponentPresentation | null"
|
|
1625
|
-
},
|
|
1626
|
-
"privacy": "public",
|
|
1627
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1628
|
-
"inheritedFrom": {
|
|
1629
|
-
"name": "FoundationElement",
|
|
1630
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "field",
|
|
1635
|
-
"name": "template",
|
|
1636
|
-
"type": {
|
|
1637
|
-
"text": "ElementViewTemplate | void | null"
|
|
1638
|
-
},
|
|
1639
|
-
"privacy": "public",
|
|
1640
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1641
|
-
"inheritedFrom": {
|
|
1642
|
-
"name": "FoundationElement",
|
|
1643
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1644
|
-
}
|
|
1645
|
-
},
|
|
1646
|
-
{
|
|
1647
|
-
"kind": "method",
|
|
1648
|
-
"name": "templateChanged",
|
|
1649
|
-
"privacy": "protected",
|
|
1650
|
-
"return": {
|
|
1651
|
-
"type": {
|
|
1652
|
-
"text": "void"
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
|
-
"inheritedFrom": {
|
|
1656
|
-
"name": "FoundationElement",
|
|
1657
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1658
|
-
}
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"kind": "field",
|
|
1662
|
-
"name": "styles",
|
|
1663
|
-
"type": {
|
|
1664
|
-
"text": "ElementStyles | void | null"
|
|
1665
|
-
},
|
|
1666
|
-
"privacy": "public",
|
|
1667
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1668
|
-
"inheritedFrom": {
|
|
1669
|
-
"name": "FoundationElement",
|
|
1670
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1671
|
-
}
|
|
1672
|
-
},
|
|
1673
|
-
{
|
|
1674
|
-
"kind": "method",
|
|
1675
|
-
"name": "stylesChanged",
|
|
1676
|
-
"privacy": "protected",
|
|
1677
|
-
"return": {
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "void"
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
"inheritedFrom": {
|
|
1683
|
-
"name": "FoundationElement",
|
|
1684
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1685
|
-
}
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"kind": "method",
|
|
1689
|
-
"name": "compose",
|
|
1690
|
-
"privacy": "public",
|
|
1691
|
-
"static": true,
|
|
1692
|
-
"return": {
|
|
1693
|
-
"type": {
|
|
1694
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1695
|
-
}
|
|
1696
|
-
},
|
|
1697
|
-
"parameters": [
|
|
1698
|
-
{
|
|
1699
|
-
"name": "this",
|
|
1700
|
-
"type": {
|
|
1701
|
-
"text": "K"
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"name": "elementDefinition",
|
|
1706
|
-
"type": {
|
|
1707
|
-
"text": "T"
|
|
1708
|
-
},
|
|
1709
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1710
|
-
}
|
|
1711
|
-
],
|
|
1712
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1713
|
-
"inheritedFrom": {
|
|
1714
|
-
"name": "FoundationElement",
|
|
1715
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
],
|
|
1719
|
-
"events": [
|
|
1720
|
-
{
|
|
1721
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1722
|
-
"name": "change",
|
|
1723
|
-
"inheritedFrom": {
|
|
1724
|
-
"name": "AccordionItem",
|
|
1725
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
]
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"kind": "variable",
|
|
1732
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1733
|
-
"type": {
|
|
1734
|
-
"text": "ShadowRootInit"
|
|
1735
|
-
},
|
|
1736
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"kind": "variable",
|
|
1740
|
-
"name": "defaultAccordionItemConfig",
|
|
1741
|
-
"type": {
|
|
1742
|
-
"text": "object"
|
|
1743
|
-
},
|
|
1744
|
-
"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}"
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "variable",
|
|
1748
|
-
"name": "foundationAccordionItem",
|
|
1749
|
-
"description": "The Foundation Accordion Item",
|
|
1750
|
-
"privacy": "public"
|
|
1751
|
-
}
|
|
1752
|
-
],
|
|
1753
|
-
"exports": [
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "js",
|
|
1756
|
-
"name": "AccordionItem",
|
|
1757
|
-
"declaration": {
|
|
1758
|
-
"name": "AccordionItem",
|
|
1759
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"kind": "js",
|
|
1764
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1765
|
-
"declaration": {
|
|
1766
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1767
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"kind": "js",
|
|
1772
|
-
"name": "defaultAccordionItemConfig",
|
|
1773
|
-
"declaration": {
|
|
1774
|
-
"name": "defaultAccordionItemConfig",
|
|
1775
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "js",
|
|
1780
|
-
"name": "foundationAccordionItem",
|
|
1781
|
-
"declaration": {
|
|
1782
|
-
"name": "foundationAccordionItem",
|
|
1783
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1784
|
-
}
|
|
1785
|
-
}
|
|
1786
|
-
]
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
"kind": "javascript-module",
|
|
1790
|
-
"path": "src/accordion-item/index.ts",
|
|
1791
|
-
"declarations": [],
|
|
1792
|
-
"exports": [
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "js",
|
|
1795
|
-
"name": "*",
|
|
1796
|
-
"declaration": {
|
|
1797
|
-
"name": "*",
|
|
1798
|
-
"package": "./accordion-item.template"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
"kind": "js",
|
|
1803
|
-
"name": "*",
|
|
1804
|
-
"declaration": {
|
|
1805
|
-
"name": "*",
|
|
1806
|
-
"package": "./accordion-item.styles"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"kind": "js",
|
|
1811
|
-
"name": "*",
|
|
1812
|
-
"declaration": {
|
|
1813
|
-
"name": "*",
|
|
1814
|
-
"package": "./accordion-item"
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1817
|
-
]
|
|
1818
|
-
},
|
|
1819
|
-
{
|
|
1820
|
-
"kind": "javascript-module",
|
|
1821
|
-
"path": "src/_config/index.ts",
|
|
1822
|
-
"declarations": [],
|
|
1823
|
-
"exports": [
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "js",
|
|
1826
|
-
"name": "*",
|
|
1827
|
-
"declaration": {
|
|
1828
|
-
"name": "*",
|
|
1829
|
-
"package": "./styles"
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "js",
|
|
1834
|
-
"name": "*",
|
|
1835
|
-
"declaration": {
|
|
1836
|
-
"name": "*",
|
|
1837
|
-
"package": "./tokens"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "*",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "*",
|
|
1845
|
-
"package": "./values"
|
|
1846
|
-
}
|
|
1847
|
-
}
|
|
1848
|
-
]
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"kind": "javascript-module",
|
|
1852
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1853
|
-
"declarations": [
|
|
1854
|
-
{
|
|
1855
|
-
"kind": "function",
|
|
1856
|
-
"name": "actionsMenuBaseStyles",
|
|
1857
|
-
"return": {
|
|
1858
|
-
"type": {
|
|
1859
|
-
"text": "ElementStyles"
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
"parameters": [
|
|
1863
|
-
{
|
|
1864
|
-
"name": "context",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementDefinitionContext"
|
|
1867
|
-
}
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "definition",
|
|
1871
|
-
"type": {
|
|
1872
|
-
"text": "FoundationElementDefinition"
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
]
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"kind": "function",
|
|
1879
|
-
"name": "foundationActionsMenuStyles",
|
|
1880
|
-
"return": {
|
|
1881
|
-
"type": {
|
|
1882
|
-
"text": "ElementStyles"
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
"parameters": [
|
|
1886
|
-
{
|
|
1887
|
-
"name": "context",
|
|
1888
|
-
"type": {
|
|
1889
|
-
"text": "ElementDefinitionContext"
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"name": "definition",
|
|
1894
|
-
"type": {
|
|
1895
|
-
"text": "FoundationElementDefinition"
|
|
1896
|
-
}
|
|
1897
|
-
}
|
|
1898
|
-
]
|
|
1899
|
-
}
|
|
1900
|
-
],
|
|
1901
|
-
"exports": [
|
|
1902
|
-
{
|
|
1903
|
-
"kind": "js",
|
|
1904
|
-
"name": "actionsMenuBaseStyles",
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"name": "actionsMenuBaseStyles",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"kind": "js",
|
|
1912
|
-
"name": "foundationActionsMenuStyles",
|
|
1913
|
-
"declaration": {
|
|
1914
|
-
"name": "foundationActionsMenuStyles",
|
|
1915
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "javascript-module",
|
|
1922
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1923
|
-
"declarations": [
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "function",
|
|
1926
|
-
"name": "menuTemplate",
|
|
1927
|
-
"parameters": [
|
|
1928
|
-
{
|
|
1929
|
-
"name": "prefix",
|
|
1930
|
-
"type": {
|
|
1931
|
-
"text": "string"
|
|
1932
|
-
}
|
|
1933
|
-
}
|
|
1934
|
-
]
|
|
1935
|
-
},
|
|
1936
|
-
{
|
|
1937
|
-
"kind": "function",
|
|
1938
|
-
"name": "singleOptionTemplate",
|
|
1939
|
-
"parameters": [
|
|
1940
|
-
{
|
|
1941
|
-
"name": "prefix",
|
|
1942
|
-
"type": {
|
|
1943
|
-
"text": "string"
|
|
1912
|
+
"text": "string"
|
|
1944
1913
|
}
|
|
1945
1914
|
}
|
|
1946
1915
|
]
|
|
@@ -3029,11 +2998,11 @@
|
|
|
3029
2998
|
},
|
|
3030
2999
|
{
|
|
3031
3000
|
"kind": "javascript-module",
|
|
3032
|
-
"path": "src/
|
|
3001
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3033
3002
|
"declarations": [
|
|
3034
3003
|
{
|
|
3035
3004
|
"kind": "function",
|
|
3036
|
-
"name": "
|
|
3005
|
+
"name": "foundationAccordionStyles",
|
|
3037
3006
|
"return": {
|
|
3038
3007
|
"type": {
|
|
3039
3008
|
"text": "ElementStyles"
|
|
@@ -3058,224 +3027,276 @@
|
|
|
3058
3027
|
"exports": [
|
|
3059
3028
|
{
|
|
3060
3029
|
"kind": "js",
|
|
3061
|
-
"name": "
|
|
3030
|
+
"name": "foundationAccordionStyles",
|
|
3062
3031
|
"declaration": {
|
|
3063
|
-
"name": "
|
|
3064
|
-
"module": "src/
|
|
3032
|
+
"name": "foundationAccordionStyles",
|
|
3033
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3065
3034
|
}
|
|
3066
3035
|
}
|
|
3067
3036
|
]
|
|
3068
3037
|
},
|
|
3069
3038
|
{
|
|
3070
3039
|
"kind": "javascript-module",
|
|
3071
|
-
"path": "src/
|
|
3040
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3072
3041
|
"declarations": [
|
|
3073
3042
|
{
|
|
3074
|
-
"kind": "
|
|
3075
|
-
"name": "
|
|
3076
|
-
"
|
|
3077
|
-
"
|
|
3043
|
+
"kind": "function",
|
|
3044
|
+
"name": "foundationAccordionTemplate",
|
|
3045
|
+
"return": {
|
|
3046
|
+
"type": {
|
|
3047
|
+
"text": "ViewTemplate<Accordion>"
|
|
3048
|
+
}
|
|
3078
3049
|
},
|
|
3079
|
-
"
|
|
3050
|
+
"parameters": [
|
|
3051
|
+
{
|
|
3052
|
+
"name": "context",
|
|
3053
|
+
"type": {
|
|
3054
|
+
"text": "ElementDefinitionContext"
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"name": "definition",
|
|
3059
|
+
"type": {
|
|
3060
|
+
"text": "FoundationElementDefinition"
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
]
|
|
3080
3064
|
}
|
|
3081
3065
|
],
|
|
3082
3066
|
"exports": [
|
|
3083
3067
|
{
|
|
3084
3068
|
"kind": "js",
|
|
3085
|
-
"name": "
|
|
3069
|
+
"name": "foundationAccordionTemplate",
|
|
3086
3070
|
"declaration": {
|
|
3087
|
-
"name": "
|
|
3088
|
-
"module": "src/
|
|
3071
|
+
"name": "foundationAccordionTemplate",
|
|
3072
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3089
3073
|
}
|
|
3090
3074
|
}
|
|
3091
3075
|
]
|
|
3092
3076
|
},
|
|
3093
3077
|
{
|
|
3094
3078
|
"kind": "javascript-module",
|
|
3095
|
-
"path": "src/
|
|
3079
|
+
"path": "src/accordion/accordion.ts",
|
|
3096
3080
|
"declarations": [
|
|
3097
3081
|
{
|
|
3098
3082
|
"kind": "class",
|
|
3099
3083
|
"description": "",
|
|
3100
|
-
"name": "
|
|
3101
|
-
"
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
},
|
|
3109
|
-
{
|
|
3110
|
-
"kind": "field",
|
|
3111
|
-
"name": "aiProvider",
|
|
3112
|
-
"type": {
|
|
3113
|
-
"text": "AIProvider | undefined"
|
|
3114
|
-
},
|
|
3115
|
-
"privacy": "private",
|
|
3116
|
-
"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.",
|
|
3117
|
-
"readonly": true
|
|
3118
|
-
},
|
|
3084
|
+
"name": "Accordion",
|
|
3085
|
+
"superclass": {
|
|
3086
|
+
"name": "FASTAccordion",
|
|
3087
|
+
"package": "@microsoft/fast-foundation"
|
|
3088
|
+
},
|
|
3089
|
+
"tagName": "%%prefix%%-accordion",
|
|
3090
|
+
"customElement": true,
|
|
3091
|
+
"attributes": [
|
|
3119
3092
|
{
|
|
3120
|
-
"
|
|
3121
|
-
"name": "status",
|
|
3093
|
+
"name": "expand-mode",
|
|
3122
3094
|
"type": {
|
|
3123
|
-
"text": "
|
|
3095
|
+
"text": "AccordionExpandMode"
|
|
3124
3096
|
},
|
|
3125
|
-
"
|
|
3126
|
-
|
|
3097
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3098
|
+
"fieldName": "expandmode",
|
|
3099
|
+
"inheritedFrom": {
|
|
3100
|
+
"name": "Accordion",
|
|
3101
|
+
"module": "src/accordion/accordion.ts"
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
],
|
|
3105
|
+
"members": [
|
|
3127
3106
|
{
|
|
3128
3107
|
"kind": "field",
|
|
3129
|
-
"name": "
|
|
3108
|
+
"name": "expandmode",
|
|
3130
3109
|
"type": {
|
|
3131
|
-
"text": "
|
|
3110
|
+
"text": "AccordionExpandMode"
|
|
3132
3111
|
},
|
|
3133
|
-
"
|
|
3112
|
+
"privacy": "public",
|
|
3113
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3114
|
+
"inheritedFrom": {
|
|
3115
|
+
"name": "Accordion",
|
|
3116
|
+
"module": "src/accordion/accordion.ts"
|
|
3117
|
+
}
|
|
3134
3118
|
},
|
|
3135
3119
|
{
|
|
3136
3120
|
"kind": "field",
|
|
3137
|
-
"name": "
|
|
3121
|
+
"name": "activeid",
|
|
3138
3122
|
"type": {
|
|
3139
|
-
"text": "
|
|
3123
|
+
"text": "string | null"
|
|
3140
3124
|
},
|
|
3141
|
-
"
|
|
3125
|
+
"privacy": "private",
|
|
3126
|
+
"inheritedFrom": {
|
|
3127
|
+
"name": "Accordion",
|
|
3128
|
+
"module": "src/accordion/accordion.ts"
|
|
3129
|
+
}
|
|
3142
3130
|
},
|
|
3143
3131
|
{
|
|
3144
3132
|
"kind": "field",
|
|
3145
|
-
"name": "
|
|
3133
|
+
"name": "activeItemIndex",
|
|
3146
3134
|
"type": {
|
|
3147
|
-
"text": "
|
|
3135
|
+
"text": "number"
|
|
3148
3136
|
},
|
|
3149
|
-
"
|
|
3137
|
+
"privacy": "private",
|
|
3138
|
+
"default": "0",
|
|
3139
|
+
"inheritedFrom": {
|
|
3140
|
+
"name": "Accordion",
|
|
3141
|
+
"module": "src/accordion/accordion.ts"
|
|
3142
|
+
}
|
|
3150
3143
|
},
|
|
3151
3144
|
{
|
|
3152
3145
|
"kind": "field",
|
|
3153
|
-
"name": "
|
|
3146
|
+
"name": "accordionIds",
|
|
3154
3147
|
"type": {
|
|
3155
|
-
"text": "
|
|
3148
|
+
"text": "Array<string | null>"
|
|
3156
3149
|
},
|
|
3157
3150
|
"privacy": "private",
|
|
3158
|
-
"
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
"name": "clickOutside",
|
|
3163
|
-
"privacy": "private"
|
|
3151
|
+
"inheritedFrom": {
|
|
3152
|
+
"name": "Accordion",
|
|
3153
|
+
"module": "src/accordion/accordion.ts"
|
|
3154
|
+
}
|
|
3164
3155
|
},
|
|
3165
3156
|
{
|
|
3166
3157
|
"kind": "field",
|
|
3167
|
-
"name": "
|
|
3168
|
-
"
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3158
|
+
"name": "change",
|
|
3159
|
+
"privacy": "private",
|
|
3160
|
+
"inheritedFrom": {
|
|
3161
|
+
"name": "Accordion",
|
|
3162
|
+
"module": "src/accordion/accordion.ts"
|
|
3163
|
+
}
|
|
3172
3164
|
},
|
|
3173
3165
|
{
|
|
3174
|
-
"kind": "
|
|
3175
|
-
"name": "
|
|
3176
|
-
"
|
|
3177
|
-
|
|
3166
|
+
"kind": "method",
|
|
3167
|
+
"name": "findExpandedItem",
|
|
3168
|
+
"privacy": "private",
|
|
3169
|
+
"return": {
|
|
3170
|
+
"type": {
|
|
3171
|
+
"text": "AccordionItem | null"
|
|
3172
|
+
}
|
|
3178
3173
|
},
|
|
3179
|
-
"
|
|
3174
|
+
"inheritedFrom": {
|
|
3175
|
+
"name": "Accordion",
|
|
3176
|
+
"module": "src/accordion/accordion.ts"
|
|
3177
|
+
}
|
|
3180
3178
|
},
|
|
3181
3179
|
{
|
|
3182
3180
|
"kind": "field",
|
|
3183
|
-
"name": "
|
|
3184
|
-
"
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3181
|
+
"name": "setItems",
|
|
3182
|
+
"privacy": "private",
|
|
3183
|
+
"inheritedFrom": {
|
|
3184
|
+
"name": "Accordion",
|
|
3185
|
+
"module": "src/accordion/accordion.ts"
|
|
3186
|
+
}
|
|
3188
3187
|
},
|
|
3189
3188
|
{
|
|
3190
3189
|
"kind": "method",
|
|
3191
|
-
"name": "
|
|
3190
|
+
"name": "resetItems",
|
|
3191
|
+
"privacy": "private",
|
|
3192
3192
|
"return": {
|
|
3193
3193
|
"type": {
|
|
3194
3194
|
"text": "void"
|
|
3195
3195
|
}
|
|
3196
|
+
},
|
|
3197
|
+
"inheritedFrom": {
|
|
3198
|
+
"name": "Accordion",
|
|
3199
|
+
"module": "src/accordion/accordion.ts"
|
|
3196
3200
|
}
|
|
3197
3201
|
},
|
|
3198
3202
|
{
|
|
3199
|
-
"kind": "
|
|
3200
|
-
"name": "
|
|
3203
|
+
"kind": "field",
|
|
3204
|
+
"name": "removeItemListeners",
|
|
3201
3205
|
"privacy": "private",
|
|
3202
|
-
"
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
"text": "MouseEvent"
|
|
3207
|
-
}
|
|
3208
|
-
}
|
|
3209
|
-
]
|
|
3206
|
+
"inheritedFrom": {
|
|
3207
|
+
"name": "Accordion",
|
|
3208
|
+
"module": "src/accordion/accordion.ts"
|
|
3209
|
+
}
|
|
3210
3210
|
},
|
|
3211
3211
|
{
|
|
3212
|
-
"kind": "
|
|
3213
|
-
"name": "
|
|
3212
|
+
"kind": "field",
|
|
3213
|
+
"name": "activeItemChange",
|
|
3214
|
+
"privacy": "private",
|
|
3215
|
+
"inheritedFrom": {
|
|
3216
|
+
"name": "Accordion",
|
|
3217
|
+
"module": "src/accordion/accordion.ts"
|
|
3218
|
+
}
|
|
3214
3219
|
},
|
|
3215
3220
|
{
|
|
3216
3221
|
"kind": "method",
|
|
3217
|
-
"name": "
|
|
3222
|
+
"name": "getItemIds",
|
|
3223
|
+
"privacy": "private",
|
|
3218
3224
|
"return": {
|
|
3219
3225
|
"type": {
|
|
3220
|
-
"text": "
|
|
3226
|
+
"text": "Array<string | null>"
|
|
3221
3227
|
}
|
|
3228
|
+
},
|
|
3229
|
+
"inheritedFrom": {
|
|
3230
|
+
"name": "Accordion",
|
|
3231
|
+
"module": "src/accordion/accordion.ts"
|
|
3222
3232
|
}
|
|
3223
3233
|
},
|
|
3224
3234
|
{
|
|
3225
3235
|
"kind": "method",
|
|
3226
|
-
"name": "
|
|
3236
|
+
"name": "isSingleExpandMode",
|
|
3227
3237
|
"privacy": "private",
|
|
3228
3238
|
"return": {
|
|
3229
3239
|
"type": {
|
|
3230
|
-
"text": "
|
|
3240
|
+
"text": "boolean"
|
|
3231
3241
|
}
|
|
3232
3242
|
},
|
|
3233
|
-
"
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
"text": "AIStatus | null"
|
|
3238
|
-
}
|
|
3239
|
-
}
|
|
3240
|
-
]
|
|
3243
|
+
"inheritedFrom": {
|
|
3244
|
+
"name": "Accordion",
|
|
3245
|
+
"module": "src/accordion/accordion.ts"
|
|
3246
|
+
}
|
|
3241
3247
|
},
|
|
3242
3248
|
{
|
|
3243
|
-
"kind": "
|
|
3244
|
-
"name": "
|
|
3249
|
+
"kind": "field",
|
|
3250
|
+
"name": "handleItemKeyDown",
|
|
3245
3251
|
"privacy": "private",
|
|
3246
|
-
"
|
|
3247
|
-
"
|
|
3248
|
-
|
|
3249
|
-
}
|
|
3252
|
+
"inheritedFrom": {
|
|
3253
|
+
"name": "Accordion",
|
|
3254
|
+
"module": "src/accordion/accordion.ts"
|
|
3250
3255
|
}
|
|
3251
3256
|
},
|
|
3252
3257
|
{
|
|
3253
|
-
"kind": "
|
|
3254
|
-
"name": "
|
|
3258
|
+
"kind": "field",
|
|
3259
|
+
"name": "handleItemFocus",
|
|
3255
3260
|
"privacy": "private",
|
|
3256
|
-
"
|
|
3257
|
-
"
|
|
3258
|
-
|
|
3259
|
-
}
|
|
3261
|
+
"inheritedFrom": {
|
|
3262
|
+
"name": "Accordion",
|
|
3263
|
+
"module": "src/accordion/accordion.ts"
|
|
3260
3264
|
}
|
|
3261
3265
|
},
|
|
3262
3266
|
{
|
|
3263
3267
|
"kind": "method",
|
|
3264
|
-
"name": "
|
|
3268
|
+
"name": "adjust",
|
|
3265
3269
|
"privacy": "private",
|
|
3266
3270
|
"return": {
|
|
3267
3271
|
"type": {
|
|
3268
3272
|
"text": "void"
|
|
3269
3273
|
}
|
|
3274
|
+
},
|
|
3275
|
+
"parameters": [
|
|
3276
|
+
{
|
|
3277
|
+
"name": "adjustment",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"text": "number"
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3282
|
+
],
|
|
3283
|
+
"inheritedFrom": {
|
|
3284
|
+
"name": "Accordion",
|
|
3285
|
+
"module": "src/accordion/accordion.ts"
|
|
3270
3286
|
}
|
|
3271
3287
|
},
|
|
3272
3288
|
{
|
|
3273
3289
|
"kind": "method",
|
|
3274
|
-
"name": "
|
|
3290
|
+
"name": "focusItem",
|
|
3291
|
+
"privacy": "private",
|
|
3275
3292
|
"return": {
|
|
3276
3293
|
"type": {
|
|
3277
|
-
"text": "
|
|
3294
|
+
"text": "void"
|
|
3278
3295
|
}
|
|
3296
|
+
},
|
|
3297
|
+
"inheritedFrom": {
|
|
3298
|
+
"name": "Accordion",
|
|
3299
|
+
"module": "src/accordion/accordion.ts"
|
|
3279
3300
|
}
|
|
3280
3301
|
},
|
|
3281
3302
|
{
|
|
@@ -3390,99 +3411,144 @@
|
|
|
3390
3411
|
}
|
|
3391
3412
|
}
|
|
3392
3413
|
],
|
|
3393
|
-
"
|
|
3394
|
-
|
|
3395
|
-
|
|
3414
|
+
"events": [
|
|
3415
|
+
{
|
|
3416
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3417
|
+
"name": "change",
|
|
3418
|
+
"inheritedFrom": {
|
|
3419
|
+
"name": "Accordion",
|
|
3420
|
+
"module": "src/accordion/accordion.ts"
|
|
3421
|
+
}
|
|
3422
|
+
}
|
|
3423
|
+
]
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "variable",
|
|
3427
|
+
"name": "foundationAccordionShadowOptions",
|
|
3428
|
+
"type": {
|
|
3429
|
+
"text": "ShadowRootInit"
|
|
3396
3430
|
},
|
|
3397
|
-
"
|
|
3398
|
-
"customElement": true
|
|
3431
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3399
3432
|
},
|
|
3400
3433
|
{
|
|
3401
3434
|
"kind": "variable",
|
|
3402
|
-
"name": "
|
|
3435
|
+
"name": "defaultAccordionConfig",
|
|
3436
|
+
"type": {
|
|
3437
|
+
"text": "object"
|
|
3438
|
+
},
|
|
3439
|
+
"default": "{}"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"kind": "variable",
|
|
3443
|
+
"name": "foundationAccordion",
|
|
3444
|
+
"description": "The Foundation Accordion",
|
|
3445
|
+
"privacy": "public"
|
|
3403
3446
|
}
|
|
3404
3447
|
],
|
|
3405
3448
|
"exports": [
|
|
3406
3449
|
{
|
|
3407
3450
|
"kind": "js",
|
|
3408
|
-
"name": "
|
|
3451
|
+
"name": "Accordion",
|
|
3409
3452
|
"declaration": {
|
|
3410
|
-
"name": "
|
|
3411
|
-
"module": "src/
|
|
3453
|
+
"name": "Accordion",
|
|
3454
|
+
"module": "src/accordion/accordion.ts"
|
|
3412
3455
|
}
|
|
3413
3456
|
},
|
|
3414
3457
|
{
|
|
3415
3458
|
"kind": "js",
|
|
3416
|
-
"name": "
|
|
3459
|
+
"name": "foundationAccordionShadowOptions",
|
|
3417
3460
|
"declaration": {
|
|
3418
|
-
"name": "
|
|
3419
|
-
"module": "src/
|
|
3461
|
+
"name": "foundationAccordionShadowOptions",
|
|
3462
|
+
"module": "src/accordion/accordion.ts"
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"kind": "js",
|
|
3467
|
+
"name": "defaultAccordionConfig",
|
|
3468
|
+
"declaration": {
|
|
3469
|
+
"name": "defaultAccordionConfig",
|
|
3470
|
+
"module": "src/accordion/accordion.ts"
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"kind": "js",
|
|
3475
|
+
"name": "foundationAccordion",
|
|
3476
|
+
"declaration": {
|
|
3477
|
+
"name": "foundationAccordion",
|
|
3478
|
+
"module": "src/accordion/accordion.ts"
|
|
3420
3479
|
}
|
|
3421
3480
|
}
|
|
3422
3481
|
]
|
|
3423
3482
|
},
|
|
3424
3483
|
{
|
|
3425
3484
|
"kind": "javascript-module",
|
|
3426
|
-
"path": "src/
|
|
3485
|
+
"path": "src/accordion/index.ts",
|
|
3427
3486
|
"declarations": [],
|
|
3428
3487
|
"exports": [
|
|
3429
3488
|
{
|
|
3430
3489
|
"kind": "js",
|
|
3431
|
-
"name": "
|
|
3490
|
+
"name": "*",
|
|
3432
3491
|
"declaration": {
|
|
3433
|
-
"name": "
|
|
3434
|
-
"
|
|
3492
|
+
"name": "*",
|
|
3493
|
+
"package": "./accordion.template"
|
|
3435
3494
|
}
|
|
3436
3495
|
},
|
|
3437
3496
|
{
|
|
3438
3497
|
"kind": "js",
|
|
3439
|
-
"name": "
|
|
3498
|
+
"name": "*",
|
|
3440
3499
|
"declaration": {
|
|
3441
|
-
"name": "
|
|
3442
|
-
"
|
|
3500
|
+
"name": "*",
|
|
3501
|
+
"package": "./accordion.styles"
|
|
3443
3502
|
}
|
|
3444
3503
|
},
|
|
3445
3504
|
{
|
|
3446
3505
|
"kind": "js",
|
|
3447
|
-
"name": "
|
|
3506
|
+
"name": "*",
|
|
3448
3507
|
"declaration": {
|
|
3449
|
-
"name": "
|
|
3450
|
-
"
|
|
3508
|
+
"name": "*",
|
|
3509
|
+
"package": "./accordion"
|
|
3451
3510
|
}
|
|
3452
|
-
}
|
|
3511
|
+
}
|
|
3512
|
+
]
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "javascript-module",
|
|
3516
|
+
"path": "src/_config/index.ts",
|
|
3517
|
+
"declarations": [],
|
|
3518
|
+
"exports": [
|
|
3453
3519
|
{
|
|
3454
3520
|
"kind": "js",
|
|
3455
|
-
"name": "
|
|
3521
|
+
"name": "*",
|
|
3456
3522
|
"declaration": {
|
|
3457
|
-
"name": "
|
|
3458
|
-
"
|
|
3523
|
+
"name": "*",
|
|
3524
|
+
"package": "./styles"
|
|
3459
3525
|
}
|
|
3460
3526
|
},
|
|
3461
3527
|
{
|
|
3462
3528
|
"kind": "js",
|
|
3463
|
-
"name": "
|
|
3529
|
+
"name": "*",
|
|
3464
3530
|
"declaration": {
|
|
3465
|
-
"name": "
|
|
3466
|
-
"
|
|
3531
|
+
"name": "*",
|
|
3532
|
+
"package": "./tokens"
|
|
3467
3533
|
}
|
|
3468
3534
|
},
|
|
3469
3535
|
{
|
|
3470
3536
|
"kind": "js",
|
|
3471
|
-
"name": "
|
|
3537
|
+
"name": "*",
|
|
3472
3538
|
"declaration": {
|
|
3473
|
-
"name": "
|
|
3474
|
-
"
|
|
3539
|
+
"name": "*",
|
|
3540
|
+
"package": "./values"
|
|
3475
3541
|
}
|
|
3476
3542
|
}
|
|
3477
3543
|
]
|
|
3478
3544
|
},
|
|
3479
3545
|
{
|
|
3480
3546
|
"kind": "javascript-module",
|
|
3481
|
-
"path": "src/
|
|
3547
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3482
3548
|
"declarations": [
|
|
3483
3549
|
{
|
|
3484
3550
|
"kind": "function",
|
|
3485
|
-
"name": "
|
|
3551
|
+
"name": "foundationAiIndicatorStyles",
|
|
3486
3552
|
"return": {
|
|
3487
3553
|
"type": {
|
|
3488
3554
|
"text": "ElementStyles"
|
|
@@ -3507,276 +3573,224 @@
|
|
|
3507
3573
|
"exports": [
|
|
3508
3574
|
{
|
|
3509
3575
|
"kind": "js",
|
|
3510
|
-
"name": "
|
|
3576
|
+
"name": "foundationAiIndicatorStyles",
|
|
3511
3577
|
"declaration": {
|
|
3512
|
-
"name": "
|
|
3513
|
-
"module": "src/
|
|
3578
|
+
"name": "foundationAiIndicatorStyles",
|
|
3579
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3514
3580
|
}
|
|
3515
3581
|
}
|
|
3516
3582
|
]
|
|
3517
3583
|
},
|
|
3518
3584
|
{
|
|
3519
3585
|
"kind": "javascript-module",
|
|
3520
|
-
"path": "src/
|
|
3586
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3521
3587
|
"declarations": [
|
|
3522
3588
|
{
|
|
3523
|
-
"kind": "
|
|
3524
|
-
"name": "
|
|
3525
|
-
"
|
|
3526
|
-
"
|
|
3527
|
-
"text": "ViewTemplate<Accordion>"
|
|
3528
|
-
}
|
|
3589
|
+
"kind": "variable",
|
|
3590
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3591
|
+
"type": {
|
|
3592
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3529
3593
|
},
|
|
3530
|
-
"
|
|
3531
|
-
{
|
|
3532
|
-
"name": "context",
|
|
3533
|
-
"type": {
|
|
3534
|
-
"text": "ElementDefinitionContext"
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
{
|
|
3538
|
-
"name": "definition",
|
|
3539
|
-
"type": {
|
|
3540
|
-
"text": "FoundationElementDefinition"
|
|
3541
|
-
}
|
|
3542
|
-
}
|
|
3543
|
-
]
|
|
3594
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3544
3595
|
}
|
|
3545
3596
|
],
|
|
3546
3597
|
"exports": [
|
|
3547
3598
|
{
|
|
3548
3599
|
"kind": "js",
|
|
3549
|
-
"name": "
|
|
3600
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3550
3601
|
"declaration": {
|
|
3551
|
-
"name": "
|
|
3552
|
-
"module": "src/
|
|
3602
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3603
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3553
3604
|
}
|
|
3554
3605
|
}
|
|
3555
3606
|
]
|
|
3556
3607
|
},
|
|
3557
3608
|
{
|
|
3558
3609
|
"kind": "javascript-module",
|
|
3559
|
-
"path": "src/
|
|
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
|
]
|
|
@@ -59965,6 +59965,197 @@
|
|
|
59965
59965
|
}
|
|
59966
59966
|
]
|
|
59967
59967
|
},
|
|
59968
|
+
{
|
|
59969
|
+
"kind": "javascript-module",
|
|
59970
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
59971
|
+
"declarations": [],
|
|
59972
|
+
"exports": []
|
|
59973
|
+
},
|
|
59974
|
+
{
|
|
59975
|
+
"kind": "javascript-module",
|
|
59976
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
59977
|
+
"declarations": [
|
|
59978
|
+
{
|
|
59979
|
+
"kind": "function",
|
|
59980
|
+
"name": "groupsToCriteria",
|
|
59981
|
+
"return": {
|
|
59982
|
+
"type": {
|
|
59983
|
+
"text": "string"
|
|
59984
|
+
}
|
|
59985
|
+
},
|
|
59986
|
+
"parameters": [
|
|
59987
|
+
{
|
|
59988
|
+
"name": "groups",
|
|
59989
|
+
"type": {
|
|
59990
|
+
"text": "CriteriaGroup[]"
|
|
59991
|
+
}
|
|
59992
|
+
}
|
|
59993
|
+
],
|
|
59994
|
+
"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."
|
|
59995
|
+
},
|
|
59996
|
+
{
|
|
59997
|
+
"kind": "variable",
|
|
59998
|
+
"name": "STRING_OPERATORS",
|
|
59999
|
+
"type": {
|
|
60000
|
+
"text": "CriteriaOperator[]"
|
|
60001
|
+
},
|
|
60002
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
60003
|
+
},
|
|
60004
|
+
{
|
|
60005
|
+
"kind": "variable",
|
|
60006
|
+
"name": "NUMERIC_OPERATORS",
|
|
60007
|
+
"type": {
|
|
60008
|
+
"text": "CriteriaOperator[]"
|
|
60009
|
+
},
|
|
60010
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
60011
|
+
},
|
|
60012
|
+
{
|
|
60013
|
+
"kind": "variable",
|
|
60014
|
+
"name": "DATE_OPERATORS",
|
|
60015
|
+
"type": {
|
|
60016
|
+
"text": "CriteriaOperator[]"
|
|
60017
|
+
},
|
|
60018
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
60019
|
+
},
|
|
60020
|
+
{
|
|
60021
|
+
"kind": "variable",
|
|
60022
|
+
"name": "DATETIME_OPERATORS",
|
|
60023
|
+
"type": {
|
|
60024
|
+
"text": "CriteriaOperator[]"
|
|
60025
|
+
},
|
|
60026
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
60027
|
+
},
|
|
60028
|
+
{
|
|
60029
|
+
"kind": "variable",
|
|
60030
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60031
|
+
"type": {
|
|
60032
|
+
"text": "Record<CriteriaOperator, string>"
|
|
60033
|
+
},
|
|
60034
|
+
"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}"
|
|
60035
|
+
}
|
|
60036
|
+
],
|
|
60037
|
+
"exports": [
|
|
60038
|
+
{
|
|
60039
|
+
"kind": "js",
|
|
60040
|
+
"name": "groupsToCriteria",
|
|
60041
|
+
"declaration": {
|
|
60042
|
+
"name": "groupsToCriteria",
|
|
60043
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60044
|
+
}
|
|
60045
|
+
},
|
|
60046
|
+
{
|
|
60047
|
+
"kind": "js",
|
|
60048
|
+
"name": "STRING_OPERATORS",
|
|
60049
|
+
"declaration": {
|
|
60050
|
+
"name": "STRING_OPERATORS",
|
|
60051
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60052
|
+
}
|
|
60053
|
+
},
|
|
60054
|
+
{
|
|
60055
|
+
"kind": "js",
|
|
60056
|
+
"name": "NUMERIC_OPERATORS",
|
|
60057
|
+
"declaration": {
|
|
60058
|
+
"name": "NUMERIC_OPERATORS",
|
|
60059
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60060
|
+
}
|
|
60061
|
+
},
|
|
60062
|
+
{
|
|
60063
|
+
"kind": "js",
|
|
60064
|
+
"name": "DATE_OPERATORS",
|
|
60065
|
+
"declaration": {
|
|
60066
|
+
"name": "DATE_OPERATORS",
|
|
60067
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60068
|
+
}
|
|
60069
|
+
},
|
|
60070
|
+
{
|
|
60071
|
+
"kind": "js",
|
|
60072
|
+
"name": "DATETIME_OPERATORS",
|
|
60073
|
+
"declaration": {
|
|
60074
|
+
"name": "DATETIME_OPERATORS",
|
|
60075
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60076
|
+
}
|
|
60077
|
+
},
|
|
60078
|
+
{
|
|
60079
|
+
"kind": "js",
|
|
60080
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60081
|
+
"declaration": {
|
|
60082
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
60083
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
60084
|
+
}
|
|
60085
|
+
}
|
|
60086
|
+
]
|
|
60087
|
+
},
|
|
60088
|
+
{
|
|
60089
|
+
"kind": "javascript-module",
|
|
60090
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
60091
|
+
"declarations": [
|
|
60092
|
+
{
|
|
60093
|
+
"kind": "function",
|
|
60094
|
+
"name": "validateClauses",
|
|
60095
|
+
"return": {
|
|
60096
|
+
"type": {
|
|
60097
|
+
"text": "ValidationResult"
|
|
60098
|
+
}
|
|
60099
|
+
},
|
|
60100
|
+
"parameters": [
|
|
60101
|
+
{
|
|
60102
|
+
"name": "clauses",
|
|
60103
|
+
"type": {
|
|
60104
|
+
"text": "CriteriaClause[]"
|
|
60105
|
+
}
|
|
60106
|
+
},
|
|
60107
|
+
{
|
|
60108
|
+
"name": "fieldMetadata",
|
|
60109
|
+
"type": {
|
|
60110
|
+
"text": "MetadataDetail[] | string[]"
|
|
60111
|
+
}
|
|
60112
|
+
}
|
|
60113
|
+
]
|
|
60114
|
+
},
|
|
60115
|
+
{
|
|
60116
|
+
"kind": "function",
|
|
60117
|
+
"name": "validateGroups",
|
|
60118
|
+
"return": {
|
|
60119
|
+
"type": {
|
|
60120
|
+
"text": "GroupsValidationResult"
|
|
60121
|
+
}
|
|
60122
|
+
},
|
|
60123
|
+
"parameters": [
|
|
60124
|
+
{
|
|
60125
|
+
"name": "groups",
|
|
60126
|
+
"type": {
|
|
60127
|
+
"text": "CriteriaGroup[]"
|
|
60128
|
+
}
|
|
60129
|
+
},
|
|
60130
|
+
{
|
|
60131
|
+
"name": "fieldMetadata",
|
|
60132
|
+
"type": {
|
|
60133
|
+
"text": "MetadataDetail[] | string[]"
|
|
60134
|
+
}
|
|
60135
|
+
}
|
|
60136
|
+
],
|
|
60137
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
60138
|
+
}
|
|
60139
|
+
],
|
|
60140
|
+
"exports": [
|
|
60141
|
+
{
|
|
60142
|
+
"kind": "js",
|
|
60143
|
+
"name": "validateClauses",
|
|
60144
|
+
"declaration": {
|
|
60145
|
+
"name": "validateClauses",
|
|
60146
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60147
|
+
}
|
|
60148
|
+
},
|
|
60149
|
+
{
|
|
60150
|
+
"kind": "js",
|
|
60151
|
+
"name": "validateGroups",
|
|
60152
|
+
"declaration": {
|
|
60153
|
+
"name": "validateGroups",
|
|
60154
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
60155
|
+
}
|
|
60156
|
+
}
|
|
60157
|
+
]
|
|
60158
|
+
},
|
|
59968
60159
|
{
|
|
59969
60160
|
"kind": "javascript-module",
|
|
59970
60161
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -61337,197 +61528,6 @@
|
|
|
61337
61528
|
"declarations": [],
|
|
61338
61529
|
"exports": []
|
|
61339
61530
|
},
|
|
61340
|
-
{
|
|
61341
|
-
"kind": "javascript-module",
|
|
61342
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
61343
|
-
"declarations": [],
|
|
61344
|
-
"exports": []
|
|
61345
|
-
},
|
|
61346
|
-
{
|
|
61347
|
-
"kind": "javascript-module",
|
|
61348
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
61349
|
-
"declarations": [
|
|
61350
|
-
{
|
|
61351
|
-
"kind": "function",
|
|
61352
|
-
"name": "groupsToCriteria",
|
|
61353
|
-
"return": {
|
|
61354
|
-
"type": {
|
|
61355
|
-
"text": "string"
|
|
61356
|
-
}
|
|
61357
|
-
},
|
|
61358
|
-
"parameters": [
|
|
61359
|
-
{
|
|
61360
|
-
"name": "groups",
|
|
61361
|
-
"type": {
|
|
61362
|
-
"text": "CriteriaGroup[]"
|
|
61363
|
-
}
|
|
61364
|
-
}
|
|
61365
|
-
],
|
|
61366
|
-
"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."
|
|
61367
|
-
},
|
|
61368
|
-
{
|
|
61369
|
-
"kind": "variable",
|
|
61370
|
-
"name": "STRING_OPERATORS",
|
|
61371
|
-
"type": {
|
|
61372
|
-
"text": "CriteriaOperator[]"
|
|
61373
|
-
},
|
|
61374
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
61375
|
-
},
|
|
61376
|
-
{
|
|
61377
|
-
"kind": "variable",
|
|
61378
|
-
"name": "NUMERIC_OPERATORS",
|
|
61379
|
-
"type": {
|
|
61380
|
-
"text": "CriteriaOperator[]"
|
|
61381
|
-
},
|
|
61382
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
61383
|
-
},
|
|
61384
|
-
{
|
|
61385
|
-
"kind": "variable",
|
|
61386
|
-
"name": "DATE_OPERATORS",
|
|
61387
|
-
"type": {
|
|
61388
|
-
"text": "CriteriaOperator[]"
|
|
61389
|
-
},
|
|
61390
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
61391
|
-
},
|
|
61392
|
-
{
|
|
61393
|
-
"kind": "variable",
|
|
61394
|
-
"name": "DATETIME_OPERATORS",
|
|
61395
|
-
"type": {
|
|
61396
|
-
"text": "CriteriaOperator[]"
|
|
61397
|
-
},
|
|
61398
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
61399
|
-
},
|
|
61400
|
-
{
|
|
61401
|
-
"kind": "variable",
|
|
61402
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61403
|
-
"type": {
|
|
61404
|
-
"text": "Record<CriteriaOperator, string>"
|
|
61405
|
-
},
|
|
61406
|
-
"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}"
|
|
61407
|
-
}
|
|
61408
|
-
],
|
|
61409
|
-
"exports": [
|
|
61410
|
-
{
|
|
61411
|
-
"kind": "js",
|
|
61412
|
-
"name": "groupsToCriteria",
|
|
61413
|
-
"declaration": {
|
|
61414
|
-
"name": "groupsToCriteria",
|
|
61415
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61416
|
-
}
|
|
61417
|
-
},
|
|
61418
|
-
{
|
|
61419
|
-
"kind": "js",
|
|
61420
|
-
"name": "STRING_OPERATORS",
|
|
61421
|
-
"declaration": {
|
|
61422
|
-
"name": "STRING_OPERATORS",
|
|
61423
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61424
|
-
}
|
|
61425
|
-
},
|
|
61426
|
-
{
|
|
61427
|
-
"kind": "js",
|
|
61428
|
-
"name": "NUMERIC_OPERATORS",
|
|
61429
|
-
"declaration": {
|
|
61430
|
-
"name": "NUMERIC_OPERATORS",
|
|
61431
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61432
|
-
}
|
|
61433
|
-
},
|
|
61434
|
-
{
|
|
61435
|
-
"kind": "js",
|
|
61436
|
-
"name": "DATE_OPERATORS",
|
|
61437
|
-
"declaration": {
|
|
61438
|
-
"name": "DATE_OPERATORS",
|
|
61439
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61440
|
-
}
|
|
61441
|
-
},
|
|
61442
|
-
{
|
|
61443
|
-
"kind": "js",
|
|
61444
|
-
"name": "DATETIME_OPERATORS",
|
|
61445
|
-
"declaration": {
|
|
61446
|
-
"name": "DATETIME_OPERATORS",
|
|
61447
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61448
|
-
}
|
|
61449
|
-
},
|
|
61450
|
-
{
|
|
61451
|
-
"kind": "js",
|
|
61452
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61453
|
-
"declaration": {
|
|
61454
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
61455
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
61456
|
-
}
|
|
61457
|
-
}
|
|
61458
|
-
]
|
|
61459
|
-
},
|
|
61460
|
-
{
|
|
61461
|
-
"kind": "javascript-module",
|
|
61462
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
61463
|
-
"declarations": [
|
|
61464
|
-
{
|
|
61465
|
-
"kind": "function",
|
|
61466
|
-
"name": "validateClauses",
|
|
61467
|
-
"return": {
|
|
61468
|
-
"type": {
|
|
61469
|
-
"text": "ValidationResult"
|
|
61470
|
-
}
|
|
61471
|
-
},
|
|
61472
|
-
"parameters": [
|
|
61473
|
-
{
|
|
61474
|
-
"name": "clauses",
|
|
61475
|
-
"type": {
|
|
61476
|
-
"text": "CriteriaClause[]"
|
|
61477
|
-
}
|
|
61478
|
-
},
|
|
61479
|
-
{
|
|
61480
|
-
"name": "fieldMetadata",
|
|
61481
|
-
"type": {
|
|
61482
|
-
"text": "MetadataDetail[] | string[]"
|
|
61483
|
-
}
|
|
61484
|
-
}
|
|
61485
|
-
]
|
|
61486
|
-
},
|
|
61487
|
-
{
|
|
61488
|
-
"kind": "function",
|
|
61489
|
-
"name": "validateGroups",
|
|
61490
|
-
"return": {
|
|
61491
|
-
"type": {
|
|
61492
|
-
"text": "GroupsValidationResult"
|
|
61493
|
-
}
|
|
61494
|
-
},
|
|
61495
|
-
"parameters": [
|
|
61496
|
-
{
|
|
61497
|
-
"name": "groups",
|
|
61498
|
-
"type": {
|
|
61499
|
-
"text": "CriteriaGroup[]"
|
|
61500
|
-
}
|
|
61501
|
-
},
|
|
61502
|
-
{
|
|
61503
|
-
"name": "fieldMetadata",
|
|
61504
|
-
"type": {
|
|
61505
|
-
"text": "MetadataDetail[] | string[]"
|
|
61506
|
-
}
|
|
61507
|
-
}
|
|
61508
|
-
],
|
|
61509
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
61510
|
-
}
|
|
61511
|
-
],
|
|
61512
|
-
"exports": [
|
|
61513
|
-
{
|
|
61514
|
-
"kind": "js",
|
|
61515
|
-
"name": "validateClauses",
|
|
61516
|
-
"declaration": {
|
|
61517
|
-
"name": "validateClauses",
|
|
61518
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61519
|
-
}
|
|
61520
|
-
},
|
|
61521
|
-
{
|
|
61522
|
-
"kind": "js",
|
|
61523
|
-
"name": "validateGroups",
|
|
61524
|
-
"declaration": {
|
|
61525
|
-
"name": "validateGroups",
|
|
61526
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
61527
|
-
}
|
|
61528
|
-
}
|
|
61529
|
-
]
|
|
61530
|
-
},
|
|
61531
61531
|
{
|
|
61532
61532
|
"kind": "javascript-module",
|
|
61533
61533
|
"path": "src/environment-indicator/utils/configure.ts",
|