@genesislcap/foundation-ui 14.162.4 → 14.162.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 +438 -438
- package/package.json +15 -15
|
@@ -1057,11 +1057,34 @@
|
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
1059
|
"kind": "javascript-module",
|
|
1060
|
-
"path": "src/
|
|
1060
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1061
1061
|
"declarations": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"kind": "function",
|
|
1064
|
-
"name": "
|
|
1064
|
+
"name": "actionsMenuBaseStyles",
|
|
1065
|
+
"return": {
|
|
1066
|
+
"type": {
|
|
1067
|
+
"text": "ElementStyles"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
"parameters": [
|
|
1071
|
+
{
|
|
1072
|
+
"name": "context",
|
|
1073
|
+
"type": {
|
|
1074
|
+
"text": "ElementDefinitionContext"
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "definition",
|
|
1079
|
+
"type": {
|
|
1080
|
+
"text": "FoundationElementDefinition"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"kind": "function",
|
|
1087
|
+
"name": "foundationActionsMenuStyles",
|
|
1065
1088
|
"return": {
|
|
1066
1089
|
"type": {
|
|
1067
1090
|
"text": "ElementStyles"
|
|
@@ -1086,157 +1109,270 @@
|
|
|
1086
1109
|
"exports": [
|
|
1087
1110
|
{
|
|
1088
1111
|
"kind": "js",
|
|
1089
|
-
"name": "
|
|
1112
|
+
"name": "actionsMenuBaseStyles",
|
|
1090
1113
|
"declaration": {
|
|
1091
|
-
"name": "
|
|
1092
|
-
"module": "src/
|
|
1114
|
+
"name": "actionsMenuBaseStyles",
|
|
1115
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "js",
|
|
1120
|
+
"name": "foundationActionsMenuStyles",
|
|
1121
|
+
"declaration": {
|
|
1122
|
+
"name": "foundationActionsMenuStyles",
|
|
1123
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1093
1124
|
}
|
|
1094
1125
|
}
|
|
1095
1126
|
]
|
|
1096
1127
|
},
|
|
1097
1128
|
{
|
|
1098
1129
|
"kind": "javascript-module",
|
|
1099
|
-
"path": "src/
|
|
1130
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1100
1131
|
"declarations": [
|
|
1101
1132
|
{
|
|
1102
1133
|
"kind": "function",
|
|
1103
|
-
"name": "
|
|
1104
|
-
"return": {
|
|
1105
|
-
"type": {
|
|
1106
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1134
|
+
"name": "menuTemplate",
|
|
1109
1135
|
"parameters": [
|
|
1110
1136
|
{
|
|
1111
|
-
"name": "
|
|
1137
|
+
"name": "prefix",
|
|
1112
1138
|
"type": {
|
|
1113
|
-
"text": "
|
|
1139
|
+
"text": "string"
|
|
1114
1140
|
}
|
|
1115
|
-
}
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "function",
|
|
1146
|
+
"name": "singleOptionTemplate",
|
|
1147
|
+
"parameters": [
|
|
1116
1148
|
{
|
|
1117
|
-
"name": "
|
|
1149
|
+
"name": "prefix",
|
|
1118
1150
|
"type": {
|
|
1119
|
-
"text": "
|
|
1151
|
+
"text": "string"
|
|
1120
1152
|
}
|
|
1121
1153
|
}
|
|
1122
1154
|
]
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "variable",
|
|
1158
|
+
"name": "foundationActionsMenuTemplate",
|
|
1159
|
+
"type": {
|
|
1160
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1161
|
+
},
|
|
1162
|
+
"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`"
|
|
1123
1163
|
}
|
|
1124
1164
|
],
|
|
1125
1165
|
"exports": [
|
|
1126
1166
|
{
|
|
1127
1167
|
"kind": "js",
|
|
1128
|
-
"name": "
|
|
1168
|
+
"name": "menuTemplate",
|
|
1129
1169
|
"declaration": {
|
|
1130
|
-
"name": "
|
|
1131
|
-
"module": "src/
|
|
1170
|
+
"name": "menuTemplate",
|
|
1171
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "js",
|
|
1176
|
+
"name": "singleOptionTemplate",
|
|
1177
|
+
"declaration": {
|
|
1178
|
+
"name": "singleOptionTemplate",
|
|
1179
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "js",
|
|
1184
|
+
"name": "foundationActionsMenuTemplate",
|
|
1185
|
+
"declaration": {
|
|
1186
|
+
"name": "foundationActionsMenuTemplate",
|
|
1187
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1132
1188
|
}
|
|
1133
1189
|
}
|
|
1134
1190
|
]
|
|
1135
1191
|
},
|
|
1136
1192
|
{
|
|
1137
1193
|
"kind": "javascript-module",
|
|
1138
|
-
"path": "src/
|
|
1194
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1139
1195
|
"declarations": [
|
|
1140
1196
|
{
|
|
1141
1197
|
"kind": "class",
|
|
1142
1198
|
"description": "",
|
|
1143
|
-
"name": "
|
|
1144
|
-
"
|
|
1145
|
-
"name": "FASTAccordionItem",
|
|
1146
|
-
"package": "@microsoft/fast-components"
|
|
1147
|
-
},
|
|
1148
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1149
|
-
"customElement": true,
|
|
1150
|
-
"attributes": [
|
|
1199
|
+
"name": "ActionsMenu",
|
|
1200
|
+
"members": [
|
|
1151
1201
|
{
|
|
1152
|
-
"
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "actions",
|
|
1153
1204
|
"type": {
|
|
1154
|
-
"text": "
|
|
1155
|
-
},
|
|
1156
|
-
"default": "2",
|
|
1157
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1158
|
-
"fieldName": "headinglevel",
|
|
1159
|
-
"inheritedFrom": {
|
|
1160
|
-
"name": "AccordionItem",
|
|
1161
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1205
|
+
"text": "ActionMenuItem[]"
|
|
1162
1206
|
}
|
|
1163
1207
|
},
|
|
1164
1208
|
{
|
|
1209
|
+
"kind": "field",
|
|
1210
|
+
"name": "isVertical",
|
|
1165
1211
|
"type": {
|
|
1166
1212
|
"text": "boolean"
|
|
1167
1213
|
},
|
|
1168
|
-
"default": "false"
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
"
|
|
1172
|
-
|
|
1173
|
-
|
|
1214
|
+
"default": "false"
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"kind": "field",
|
|
1218
|
+
"name": "addDefaultActions",
|
|
1219
|
+
"type": {
|
|
1220
|
+
"text": "boolean"
|
|
1221
|
+
},
|
|
1222
|
+
"default": "true"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "field",
|
|
1226
|
+
"name": "autoCloseOnAction",
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "boolean"
|
|
1229
|
+
},
|
|
1230
|
+
"default": "true"
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"kind": "field",
|
|
1234
|
+
"name": "classNames",
|
|
1235
|
+
"type": {
|
|
1236
|
+
"text": "string"
|
|
1174
1237
|
}
|
|
1175
1238
|
},
|
|
1176
1239
|
{
|
|
1177
|
-
"
|
|
1240
|
+
"kind": "field",
|
|
1241
|
+
"name": "definition",
|
|
1242
|
+
"type": {
|
|
1243
|
+
"text": "any"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "field",
|
|
1248
|
+
"name": "name",
|
|
1178
1249
|
"type": {
|
|
1179
1250
|
"text": "string"
|
|
1180
1251
|
},
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
"inheritedFrom": {
|
|
1184
|
-
"name": "AccordionItem",
|
|
1185
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
],
|
|
1189
|
-
"members": [
|
|
1252
|
+
"default": "'Actions'"
|
|
1253
|
+
},
|
|
1190
1254
|
{
|
|
1191
1255
|
"kind": "field",
|
|
1192
|
-
"name": "
|
|
1256
|
+
"name": "open",
|
|
1193
1257
|
"type": {
|
|
1194
|
-
"text": "
|
|
1258
|
+
"text": "boolean"
|
|
1195
1259
|
},
|
|
1196
|
-
"
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
"
|
|
1200
|
-
|
|
1201
|
-
|
|
1260
|
+
"default": "false"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "field",
|
|
1264
|
+
"name": "buttonAppearance",
|
|
1265
|
+
"type": {
|
|
1266
|
+
"text": "string"
|
|
1202
1267
|
}
|
|
1203
1268
|
},
|
|
1204
1269
|
{
|
|
1205
1270
|
"kind": "field",
|
|
1206
|
-
"name": "
|
|
1271
|
+
"name": "hideDisabled",
|
|
1207
1272
|
"type": {
|
|
1208
1273
|
"text": "boolean"
|
|
1209
1274
|
},
|
|
1210
|
-
"
|
|
1211
|
-
"default": "false",
|
|
1212
|
-
"description": "Expands or collapses the item.",
|
|
1213
|
-
"inheritedFrom": {
|
|
1214
|
-
"name": "AccordionItem",
|
|
1215
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1216
|
-
}
|
|
1275
|
+
"default": "false"
|
|
1217
1276
|
},
|
|
1218
1277
|
{
|
|
1219
1278
|
"kind": "field",
|
|
1220
|
-
"name": "
|
|
1279
|
+
"name": "hideMenuSingleOption",
|
|
1221
1280
|
"type": {
|
|
1222
|
-
"text": "
|
|
1281
|
+
"text": "boolean"
|
|
1223
1282
|
},
|
|
1224
|
-
"
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1283
|
+
"default": "false"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"kind": "field",
|
|
1287
|
+
"name": "singleOption",
|
|
1288
|
+
"type": {
|
|
1289
|
+
"text": "ActionMenuItem"
|
|
1229
1290
|
}
|
|
1230
1291
|
},
|
|
1231
1292
|
{
|
|
1232
1293
|
"kind": "field",
|
|
1233
|
-
"name": "
|
|
1234
|
-
"
|
|
1235
|
-
|
|
1236
|
-
"name": "AccordionItem",
|
|
1237
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1294
|
+
"name": "actionsMenu",
|
|
1295
|
+
"type": {
|
|
1296
|
+
"text": "HTMLElement"
|
|
1238
1297
|
}
|
|
1239
1298
|
},
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "method",
|
|
1301
|
+
"name": "definitionChanged",
|
|
1302
|
+
"privacy": "protected",
|
|
1303
|
+
"parameters": [
|
|
1304
|
+
{
|
|
1305
|
+
"name": "oldValue",
|
|
1306
|
+
"type": {
|
|
1307
|
+
"text": "any"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"name": "newValue",
|
|
1312
|
+
"type": {
|
|
1313
|
+
"text": "any"
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
]
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "method",
|
|
1320
|
+
"name": "openChanged",
|
|
1321
|
+
"privacy": "protected"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"kind": "method",
|
|
1325
|
+
"name": "toggleActionsMenuVisibility"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"kind": "method",
|
|
1329
|
+
"name": "onActionMenuItemClick",
|
|
1330
|
+
"parameters": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "callback",
|
|
1333
|
+
"type": {
|
|
1334
|
+
"text": "(rowData) => void | any"
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
]
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "field",
|
|
1341
|
+
"name": "allActions",
|
|
1342
|
+
"type": {
|
|
1343
|
+
"text": "ActionMenuItem[]"
|
|
1344
|
+
},
|
|
1345
|
+
"readonly": true
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"kind": "field",
|
|
1349
|
+
"name": "rowData",
|
|
1350
|
+
"readonly": true
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "method",
|
|
1354
|
+
"name": "getLabel",
|
|
1355
|
+
"parameters": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "name",
|
|
1358
|
+
"type": {
|
|
1359
|
+
"text": "string | ((rowData: any) => string)"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "method",
|
|
1366
|
+
"name": "getTemplate",
|
|
1367
|
+
"parameters": [
|
|
1368
|
+
{
|
|
1369
|
+
"name": "prefix",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "string"
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1240
1376
|
{
|
|
1241
1377
|
"kind": "field",
|
|
1242
1378
|
"name": "_presentation",
|
|
@@ -1349,78 +1485,107 @@
|
|
|
1349
1485
|
}
|
|
1350
1486
|
}
|
|
1351
1487
|
],
|
|
1352
|
-
"
|
|
1353
|
-
{
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1488
|
+
"attributes": [
|
|
1489
|
+
{
|
|
1490
|
+
"name": "is-vertical",
|
|
1491
|
+
"type": {
|
|
1492
|
+
"text": "boolean"
|
|
1493
|
+
},
|
|
1494
|
+
"default": "false",
|
|
1495
|
+
"fieldName": "isVertical"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "add-default-actions",
|
|
1499
|
+
"type": {
|
|
1500
|
+
"text": "boolean"
|
|
1501
|
+
},
|
|
1502
|
+
"default": "true",
|
|
1503
|
+
"fieldName": "addDefaultActions"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "auto-close-on-action",
|
|
1507
|
+
"type": {
|
|
1508
|
+
"text": "boolean"
|
|
1509
|
+
},
|
|
1510
|
+
"default": "true",
|
|
1511
|
+
"fieldName": "autoCloseOnAction"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "name",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "string"
|
|
1517
|
+
},
|
|
1518
|
+
"default": "'Actions'",
|
|
1519
|
+
"fieldName": "name"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "open",
|
|
1523
|
+
"type": {
|
|
1524
|
+
"text": "boolean"
|
|
1525
|
+
},
|
|
1526
|
+
"default": "false",
|
|
1527
|
+
"fieldName": "open"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "buttonAppearance",
|
|
1531
|
+
"type": {
|
|
1532
|
+
"text": "string"
|
|
1533
|
+
},
|
|
1534
|
+
"fieldName": "buttonAppearance"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "hide-disabled",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"text": "boolean"
|
|
1540
|
+
},
|
|
1541
|
+
"default": "false",
|
|
1542
|
+
"fieldName": "hideDisabled"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "hide-menu-single-option",
|
|
1546
|
+
"type": {
|
|
1547
|
+
"text": "boolean"
|
|
1548
|
+
},
|
|
1549
|
+
"default": "false",
|
|
1550
|
+
"fieldName": "hideMenuSingleOption"
|
|
1551
|
+
}
|
|
1552
|
+
],
|
|
1553
|
+
"superclass": {
|
|
1554
|
+
"name": "FoundationElement",
|
|
1555
|
+
"package": "@microsoft/fast-foundation"
|
|
1376
1556
|
},
|
|
1377
|
-
"
|
|
1557
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1558
|
+
"customElement": true
|
|
1378
1559
|
},
|
|
1379
1560
|
{
|
|
1380
1561
|
"kind": "variable",
|
|
1381
|
-
"name": "
|
|
1382
|
-
"description": "The Foundation
|
|
1562
|
+
"name": "foundationActionsMenu",
|
|
1563
|
+
"description": "The Foundation Actions Menu",
|
|
1383
1564
|
"privacy": "public"
|
|
1384
1565
|
}
|
|
1385
1566
|
],
|
|
1386
1567
|
"exports": [
|
|
1387
1568
|
{
|
|
1388
1569
|
"kind": "js",
|
|
1389
|
-
"name": "
|
|
1390
|
-
"declaration": {
|
|
1391
|
-
"name": "AccordionItem",
|
|
1392
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1393
|
-
}
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "js",
|
|
1397
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1398
|
-
"declaration": {
|
|
1399
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1400
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
"kind": "js",
|
|
1405
|
-
"name": "defaultAccordionItemConfig",
|
|
1570
|
+
"name": "ActionsMenu",
|
|
1406
1571
|
"declaration": {
|
|
1407
|
-
"name": "
|
|
1408
|
-
"module": "src/
|
|
1572
|
+
"name": "ActionsMenu",
|
|
1573
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1409
1574
|
}
|
|
1410
1575
|
},
|
|
1411
1576
|
{
|
|
1412
1577
|
"kind": "js",
|
|
1413
|
-
"name": "
|
|
1578
|
+
"name": "foundationActionsMenu",
|
|
1414
1579
|
"declaration": {
|
|
1415
|
-
"name": "
|
|
1416
|
-
"module": "src/
|
|
1580
|
+
"name": "foundationActionsMenu",
|
|
1581
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1417
1582
|
}
|
|
1418
1583
|
}
|
|
1419
1584
|
]
|
|
1420
1585
|
},
|
|
1421
1586
|
{
|
|
1422
1587
|
"kind": "javascript-module",
|
|
1423
|
-
"path": "src/
|
|
1588
|
+
"path": "src/actions-menu/index.ts",
|
|
1424
1589
|
"declarations": [],
|
|
1425
1590
|
"exports": [
|
|
1426
1591
|
{
|
|
@@ -1428,7 +1593,7 @@
|
|
|
1428
1593
|
"name": "*",
|
|
1429
1594
|
"declaration": {
|
|
1430
1595
|
"name": "*",
|
|
1431
|
-
"package": "./
|
|
1596
|
+
"package": "./actions-menu.styles"
|
|
1432
1597
|
}
|
|
1433
1598
|
},
|
|
1434
1599
|
{
|
|
@@ -1436,7 +1601,7 @@
|
|
|
1436
1601
|
"name": "*",
|
|
1437
1602
|
"declaration": {
|
|
1438
1603
|
"name": "*",
|
|
1439
|
-
"package": "./
|
|
1604
|
+
"package": "./actions-menu.template"
|
|
1440
1605
|
}
|
|
1441
1606
|
},
|
|
1442
1607
|
{
|
|
@@ -1444,41 +1609,18 @@
|
|
|
1444
1609
|
"name": "*",
|
|
1445
1610
|
"declaration": {
|
|
1446
1611
|
"name": "*",
|
|
1447
|
-
"package": "./
|
|
1612
|
+
"package": "./actions-menu"
|
|
1448
1613
|
}
|
|
1449
1614
|
}
|
|
1450
1615
|
]
|
|
1451
1616
|
},
|
|
1452
1617
|
{
|
|
1453
1618
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/
|
|
1619
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1455
1620
|
"declarations": [
|
|
1456
1621
|
{
|
|
1457
1622
|
"kind": "function",
|
|
1458
|
-
"name": "
|
|
1459
|
-
"return": {
|
|
1460
|
-
"type": {
|
|
1461
|
-
"text": "ElementStyles"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
"parameters": [
|
|
1465
|
-
{
|
|
1466
|
-
"name": "context",
|
|
1467
|
-
"type": {
|
|
1468
|
-
"text": "ElementDefinitionContext"
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"name": "definition",
|
|
1473
|
-
"type": {
|
|
1474
|
-
"text": "FoundationElementDefinition"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"kind": "function",
|
|
1481
|
-
"name": "foundationActionsMenuStyles",
|
|
1623
|
+
"name": "foundationAccordionItemStyles",
|
|
1482
1624
|
"return": {
|
|
1483
1625
|
"type": {
|
|
1484
1626
|
"text": "ElementStyles"
|
|
@@ -1503,269 +1645,156 @@
|
|
|
1503
1645
|
"exports": [
|
|
1504
1646
|
{
|
|
1505
1647
|
"kind": "js",
|
|
1506
|
-
"name": "
|
|
1507
|
-
"declaration": {
|
|
1508
|
-
"name": "actionsMenuBaseStyles",
|
|
1509
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"kind": "js",
|
|
1514
|
-
"name": "foundationActionsMenuStyles",
|
|
1648
|
+
"name": "foundationAccordionItemStyles",
|
|
1515
1649
|
"declaration": {
|
|
1516
|
-
"name": "
|
|
1517
|
-
"module": "src/
|
|
1650
|
+
"name": "foundationAccordionItemStyles",
|
|
1651
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1518
1652
|
}
|
|
1519
1653
|
}
|
|
1520
1654
|
]
|
|
1521
1655
|
},
|
|
1522
1656
|
{
|
|
1523
1657
|
"kind": "javascript-module",
|
|
1524
|
-
"path": "src/
|
|
1658
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1525
1659
|
"declarations": [
|
|
1526
1660
|
{
|
|
1527
1661
|
"kind": "function",
|
|
1528
|
-
"name": "
|
|
1662
|
+
"name": "foundationAccordionItemTemplate",
|
|
1663
|
+
"return": {
|
|
1664
|
+
"type": {
|
|
1665
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1529
1668
|
"parameters": [
|
|
1530
1669
|
{
|
|
1531
|
-
"name": "
|
|
1670
|
+
"name": "context",
|
|
1532
1671
|
"type": {
|
|
1533
|
-
"text": "
|
|
1672
|
+
"text": "ElementDefinitionContext"
|
|
1534
1673
|
}
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "function",
|
|
1540
|
-
"name": "singleOptionTemplate",
|
|
1541
|
-
"parameters": [
|
|
1674
|
+
},
|
|
1542
1675
|
{
|
|
1543
|
-
"name": "
|
|
1676
|
+
"name": "definition",
|
|
1544
1677
|
"type": {
|
|
1545
|
-
"text": "
|
|
1678
|
+
"text": "FoundationElementDefinition"
|
|
1546
1679
|
}
|
|
1547
1680
|
}
|
|
1548
1681
|
]
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "variable",
|
|
1552
|
-
"name": "foundationActionsMenuTemplate",
|
|
1553
|
-
"type": {
|
|
1554
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1555
|
-
},
|
|
1556
|
-
"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`"
|
|
1557
1682
|
}
|
|
1558
1683
|
],
|
|
1559
1684
|
"exports": [
|
|
1560
1685
|
{
|
|
1561
1686
|
"kind": "js",
|
|
1562
|
-
"name": "
|
|
1563
|
-
"declaration": {
|
|
1564
|
-
"name": "menuTemplate",
|
|
1565
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "js",
|
|
1570
|
-
"name": "singleOptionTemplate",
|
|
1571
|
-
"declaration": {
|
|
1572
|
-
"name": "singleOptionTemplate",
|
|
1573
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "js",
|
|
1578
|
-
"name": "foundationActionsMenuTemplate",
|
|
1687
|
+
"name": "foundationAccordionItemTemplate",
|
|
1579
1688
|
"declaration": {
|
|
1580
|
-
"name": "
|
|
1581
|
-
"module": "src/
|
|
1689
|
+
"name": "foundationAccordionItemTemplate",
|
|
1690
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1582
1691
|
}
|
|
1583
1692
|
}
|
|
1584
1693
|
]
|
|
1585
1694
|
},
|
|
1586
1695
|
{
|
|
1587
1696
|
"kind": "javascript-module",
|
|
1588
|
-
"path": "src/
|
|
1697
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1589
1698
|
"declarations": [
|
|
1590
1699
|
{
|
|
1591
1700
|
"kind": "class",
|
|
1592
1701
|
"description": "",
|
|
1593
|
-
"name": "
|
|
1594
|
-
"
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"kind": "field",
|
|
1604
|
-
"name": "isVertical",
|
|
1605
|
-
"type": {
|
|
1606
|
-
"text": "boolean"
|
|
1607
|
-
},
|
|
1608
|
-
"default": "false"
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
"kind": "field",
|
|
1612
|
-
"name": "addDefaultActions",
|
|
1613
|
-
"type": {
|
|
1614
|
-
"text": "boolean"
|
|
1615
|
-
},
|
|
1616
|
-
"default": "true"
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "field",
|
|
1620
|
-
"name": "autoCloseOnAction",
|
|
1621
|
-
"type": {
|
|
1622
|
-
"text": "boolean"
|
|
1623
|
-
},
|
|
1624
|
-
"default": "true"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "field",
|
|
1628
|
-
"name": "classNames",
|
|
1629
|
-
"type": {
|
|
1630
|
-
"text": "string"
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"kind": "field",
|
|
1635
|
-
"name": "definition",
|
|
1636
|
-
"type": {
|
|
1637
|
-
"text": "any"
|
|
1638
|
-
}
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"kind": "field",
|
|
1642
|
-
"name": "name",
|
|
1643
|
-
"type": {
|
|
1644
|
-
"text": "string"
|
|
1645
|
-
},
|
|
1646
|
-
"default": "'Actions'"
|
|
1647
|
-
},
|
|
1702
|
+
"name": "AccordionItem",
|
|
1703
|
+
"superclass": {
|
|
1704
|
+
"name": "FASTAccordionItem",
|
|
1705
|
+
"package": "@microsoft/fast-components"
|
|
1706
|
+
},
|
|
1707
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1708
|
+
"customElement": true,
|
|
1709
|
+
"attributes": [
|
|
1648
1710
|
{
|
|
1649
|
-
"
|
|
1650
|
-
"name": "open",
|
|
1711
|
+
"name": "heading-level",
|
|
1651
1712
|
"type": {
|
|
1652
|
-
"text": "
|
|
1713
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1653
1714
|
},
|
|
1654
|
-
"default": "
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
"
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
"text": "string"
|
|
1715
|
+
"default": "2",
|
|
1716
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1717
|
+
"fieldName": "headinglevel",
|
|
1718
|
+
"inheritedFrom": {
|
|
1719
|
+
"name": "AccordionItem",
|
|
1720
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1661
1721
|
}
|
|
1662
1722
|
},
|
|
1663
1723
|
{
|
|
1664
|
-
"kind": "field",
|
|
1665
|
-
"name": "hideDisabled",
|
|
1666
1724
|
"type": {
|
|
1667
1725
|
"text": "boolean"
|
|
1668
1726
|
},
|
|
1669
|
-
"default": "false"
|
|
1727
|
+
"default": "false",
|
|
1728
|
+
"description": "Expands or collapses the item.",
|
|
1729
|
+
"fieldName": "expanded",
|
|
1730
|
+
"inheritedFrom": {
|
|
1731
|
+
"name": "AccordionItem",
|
|
1732
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1733
|
+
}
|
|
1670
1734
|
},
|
|
1671
1735
|
{
|
|
1672
|
-
"
|
|
1673
|
-
"name": "hideMenuSingleOption",
|
|
1736
|
+
"name": "id",
|
|
1674
1737
|
"type": {
|
|
1675
|
-
"text": "
|
|
1738
|
+
"text": "string"
|
|
1676
1739
|
},
|
|
1677
|
-
"
|
|
1678
|
-
|
|
1740
|
+
"description": "The item ID",
|
|
1741
|
+
"fieldName": "id",
|
|
1742
|
+
"inheritedFrom": {
|
|
1743
|
+
"name": "AccordionItem",
|
|
1744
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
],
|
|
1748
|
+
"members": [
|
|
1679
1749
|
{
|
|
1680
1750
|
"kind": "field",
|
|
1681
|
-
"name": "
|
|
1751
|
+
"name": "headinglevel",
|
|
1682
1752
|
"type": {
|
|
1683
|
-
"text": "
|
|
1753
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1754
|
+
},
|
|
1755
|
+
"privacy": "public",
|
|
1756
|
+
"default": "2",
|
|
1757
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1758
|
+
"inheritedFrom": {
|
|
1759
|
+
"name": "AccordionItem",
|
|
1760
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1684
1761
|
}
|
|
1685
1762
|
},
|
|
1686
1763
|
{
|
|
1687
1764
|
"kind": "field",
|
|
1688
|
-
"name": "
|
|
1765
|
+
"name": "expanded",
|
|
1689
1766
|
"type": {
|
|
1690
|
-
"text": "
|
|
1767
|
+
"text": "boolean"
|
|
1768
|
+
},
|
|
1769
|
+
"privacy": "public",
|
|
1770
|
+
"default": "false",
|
|
1771
|
+
"description": "Expands or collapses the item.",
|
|
1772
|
+
"inheritedFrom": {
|
|
1773
|
+
"name": "AccordionItem",
|
|
1774
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1691
1775
|
}
|
|
1692
1776
|
},
|
|
1693
|
-
{
|
|
1694
|
-
"kind": "method",
|
|
1695
|
-
"name": "definitionChanged",
|
|
1696
|
-
"privacy": "protected",
|
|
1697
|
-
"parameters": [
|
|
1698
|
-
{
|
|
1699
|
-
"name": "oldValue",
|
|
1700
|
-
"type": {
|
|
1701
|
-
"text": "any"
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"name": "newValue",
|
|
1706
|
-
"type": {
|
|
1707
|
-
"text": "any"
|
|
1708
|
-
}
|
|
1709
|
-
}
|
|
1710
|
-
]
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "method",
|
|
1714
|
-
"name": "openChanged",
|
|
1715
|
-
"privacy": "protected"
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"kind": "method",
|
|
1719
|
-
"name": "toggleActionsMenuVisibility"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"kind": "method",
|
|
1723
|
-
"name": "onActionMenuItemClick",
|
|
1724
|
-
"parameters": [
|
|
1725
|
-
{
|
|
1726
|
-
"name": "callback",
|
|
1727
|
-
"type": {
|
|
1728
|
-
"text": "(rowData) => void | any"
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
]
|
|
1732
|
-
},
|
|
1733
1777
|
{
|
|
1734
1778
|
"kind": "field",
|
|
1735
|
-
"name": "
|
|
1779
|
+
"name": "id",
|
|
1736
1780
|
"type": {
|
|
1737
|
-
"text": "
|
|
1781
|
+
"text": "string"
|
|
1738
1782
|
},
|
|
1739
|
-
"
|
|
1783
|
+
"privacy": "public",
|
|
1784
|
+
"description": "The item ID",
|
|
1785
|
+
"inheritedFrom": {
|
|
1786
|
+
"name": "AccordionItem",
|
|
1787
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1788
|
+
}
|
|
1740
1789
|
},
|
|
1741
1790
|
{
|
|
1742
1791
|
"kind": "field",
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
"parameters": [
|
|
1750
|
-
{
|
|
1751
|
-
"name": "name",
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "string | ((rowData: any) => string)"
|
|
1754
|
-
}
|
|
1755
|
-
}
|
|
1756
|
-
]
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "method",
|
|
1760
|
-
"name": "getTemplate",
|
|
1761
|
-
"parameters": [
|
|
1762
|
-
{
|
|
1763
|
-
"name": "prefix",
|
|
1764
|
-
"type": {
|
|
1765
|
-
"text": "string"
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1768
|
-
]
|
|
1792
|
+
"name": "change",
|
|
1793
|
+
"privacy": "private",
|
|
1794
|
+
"inheritedFrom": {
|
|
1795
|
+
"name": "AccordionItem",
|
|
1796
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1797
|
+
}
|
|
1769
1798
|
},
|
|
1770
1799
|
{
|
|
1771
1800
|
"kind": "field",
|
|
@@ -1879,107 +1908,78 @@
|
|
|
1879
1908
|
}
|
|
1880
1909
|
}
|
|
1881
1910
|
],
|
|
1882
|
-
"
|
|
1883
|
-
{
|
|
1884
|
-
"name": "is-vertical",
|
|
1885
|
-
"type": {
|
|
1886
|
-
"text": "boolean"
|
|
1887
|
-
},
|
|
1888
|
-
"default": "false",
|
|
1889
|
-
"fieldName": "isVertical"
|
|
1890
|
-
},
|
|
1891
|
-
{
|
|
1892
|
-
"name": "add-default-actions",
|
|
1893
|
-
"type": {
|
|
1894
|
-
"text": "boolean"
|
|
1895
|
-
},
|
|
1896
|
-
"default": "true",
|
|
1897
|
-
"fieldName": "addDefaultActions"
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "auto-close-on-action",
|
|
1901
|
-
"type": {
|
|
1902
|
-
"text": "boolean"
|
|
1903
|
-
},
|
|
1904
|
-
"default": "true",
|
|
1905
|
-
"fieldName": "autoCloseOnAction"
|
|
1906
|
-
},
|
|
1907
|
-
{
|
|
1908
|
-
"name": "name",
|
|
1909
|
-
"type": {
|
|
1910
|
-
"text": "string"
|
|
1911
|
-
},
|
|
1912
|
-
"default": "'Actions'",
|
|
1913
|
-
"fieldName": "name"
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "open",
|
|
1917
|
-
"type": {
|
|
1918
|
-
"text": "boolean"
|
|
1919
|
-
},
|
|
1920
|
-
"default": "false",
|
|
1921
|
-
"fieldName": "open"
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"name": "buttonAppearance",
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "string"
|
|
1927
|
-
},
|
|
1928
|
-
"fieldName": "buttonAppearance"
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"name": "hide-disabled",
|
|
1932
|
-
"type": {
|
|
1933
|
-
"text": "boolean"
|
|
1934
|
-
},
|
|
1935
|
-
"default": "false",
|
|
1936
|
-
"fieldName": "hideDisabled"
|
|
1937
|
-
},
|
|
1911
|
+
"events": [
|
|
1938
1912
|
{
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1913
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1914
|
+
"name": "change",
|
|
1915
|
+
"inheritedFrom": {
|
|
1916
|
+
"name": "AccordionItem",
|
|
1917
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1918
|
+
}
|
|
1945
1919
|
}
|
|
1946
|
-
]
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"kind": "variable",
|
|
1924
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "ShadowRootInit"
|
|
1950
1927
|
},
|
|
1951
|
-
"
|
|
1952
|
-
"customElement": true
|
|
1928
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1953
1929
|
},
|
|
1954
1930
|
{
|
|
1955
1931
|
"kind": "variable",
|
|
1956
|
-
"name": "
|
|
1957
|
-
"
|
|
1932
|
+
"name": "defaultAccordionItemConfig",
|
|
1933
|
+
"type": {
|
|
1934
|
+
"text": "object"
|
|
1935
|
+
},
|
|
1936
|
+
"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}"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "variable",
|
|
1940
|
+
"name": "foundationAccordionItem",
|
|
1941
|
+
"description": "The Foundation Accordion Item",
|
|
1958
1942
|
"privacy": "public"
|
|
1959
1943
|
}
|
|
1960
1944
|
],
|
|
1961
1945
|
"exports": [
|
|
1962
1946
|
{
|
|
1963
1947
|
"kind": "js",
|
|
1964
|
-
"name": "
|
|
1948
|
+
"name": "AccordionItem",
|
|
1965
1949
|
"declaration": {
|
|
1966
|
-
"name": "
|
|
1967
|
-
"module": "src/
|
|
1950
|
+
"name": "AccordionItem",
|
|
1951
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1968
1952
|
}
|
|
1969
1953
|
},
|
|
1970
1954
|
{
|
|
1971
1955
|
"kind": "js",
|
|
1972
|
-
"name": "
|
|
1956
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1973
1957
|
"declaration": {
|
|
1974
|
-
"name": "
|
|
1975
|
-
"module": "src/
|
|
1958
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1959
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"kind": "js",
|
|
1964
|
+
"name": "defaultAccordionItemConfig",
|
|
1965
|
+
"declaration": {
|
|
1966
|
+
"name": "defaultAccordionItemConfig",
|
|
1967
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"kind": "js",
|
|
1972
|
+
"name": "foundationAccordionItem",
|
|
1973
|
+
"declaration": {
|
|
1974
|
+
"name": "foundationAccordionItem",
|
|
1975
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1976
1976
|
}
|
|
1977
1977
|
}
|
|
1978
1978
|
]
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
1981
1981
|
"kind": "javascript-module",
|
|
1982
|
-
"path": "src/
|
|
1982
|
+
"path": "src/accordion-item/index.ts",
|
|
1983
1983
|
"declarations": [],
|
|
1984
1984
|
"exports": [
|
|
1985
1985
|
{
|
|
@@ -1987,7 +1987,7 @@
|
|
|
1987
1987
|
"name": "*",
|
|
1988
1988
|
"declaration": {
|
|
1989
1989
|
"name": "*",
|
|
1990
|
-
"package": "./
|
|
1990
|
+
"package": "./accordion-item.template"
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
{
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
"name": "*",
|
|
1996
1996
|
"declaration": {
|
|
1997
1997
|
"name": "*",
|
|
1998
|
-
"package": "./
|
|
1998
|
+
"package": "./accordion-item.styles"
|
|
1999
1999
|
}
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
"name": "*",
|
|
2004
2004
|
"declaration": {
|
|
2005
2005
|
"name": "*",
|
|
2006
|
-
"package": "./
|
|
2006
|
+
"package": "./accordion-item"
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
2009
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.162.
|
|
4
|
+
"version": "14.162.5",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"test:debug": "genx test --debug"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@genesislcap/foundation-testing": "14.162.
|
|
78
|
-
"@genesislcap/genx": "14.162.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.162.
|
|
80
|
-
"@genesislcap/ts-builder": "14.162.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.162.
|
|
82
|
-
"@genesislcap/vite-builder": "14.162.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.162.
|
|
77
|
+
"@genesislcap/foundation-testing": "14.162.5",
|
|
78
|
+
"@genesislcap/genx": "14.162.5",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.162.5",
|
|
80
|
+
"@genesislcap/ts-builder": "14.162.5",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.162.5",
|
|
82
|
+
"@genesislcap/vite-builder": "14.162.5",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.162.5",
|
|
84
84
|
"copyfiles": "^2.4.1",
|
|
85
85
|
"rimraf": "^3.0.2",
|
|
86
86
|
"rxjs": "^7.5.4"
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
92
92
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
93
93
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
94
|
-
"@genesislcap/foundation-comms": "14.162.
|
|
95
|
-
"@genesislcap/foundation-criteria": "14.162.
|
|
96
|
-
"@genesislcap/foundation-errors": "14.162.
|
|
97
|
-
"@genesislcap/foundation-logger": "14.162.
|
|
98
|
-
"@genesislcap/foundation-notifications": "14.162.
|
|
99
|
-
"@genesislcap/foundation-utils": "14.162.
|
|
94
|
+
"@genesislcap/foundation-comms": "14.162.5",
|
|
95
|
+
"@genesislcap/foundation-criteria": "14.162.5",
|
|
96
|
+
"@genesislcap/foundation-errors": "14.162.5",
|
|
97
|
+
"@genesislcap/foundation-logger": "14.162.5",
|
|
98
|
+
"@genesislcap/foundation-notifications": "14.162.5",
|
|
99
|
+
"@genesislcap/foundation-utils": "14.162.5",
|
|
100
100
|
"@microsoft/fast-colors": "^5.3.1",
|
|
101
101
|
"@microsoft/fast-components": "^2.30.6",
|
|
102
102
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "47733285b6e2d7988941967021ea4a48e9613aba"
|
|
122
122
|
}
|