@genesislcap/foundation-zero 14.101.2 → 14.101.4-alpha-0f9aa4a.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +550 -550
- package/package.json +7 -7
|
@@ -1005,53 +1005,70 @@
|
|
|
1005
1005
|
},
|
|
1006
1006
|
{
|
|
1007
1007
|
"kind": "javascript-module",
|
|
1008
|
-
"path": "src/
|
|
1008
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1009
1009
|
"declarations": [
|
|
1010
1010
|
{
|
|
1011
|
-
"kind": "
|
|
1012
|
-
"name": "
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1015
|
-
"text": "ElementStyles"
|
|
1016
|
-
}
|
|
1011
|
+
"kind": "variable",
|
|
1012
|
+
"name": "meta",
|
|
1013
|
+
"type": {
|
|
1014
|
+
"text": "Meta"
|
|
1017
1015
|
},
|
|
1018
|
-
"
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1016
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "variable",
|
|
1020
|
+
"name": "Horizontal",
|
|
1021
|
+
"type": {
|
|
1022
|
+
"text": "StoryObj"
|
|
1023
|
+
},
|
|
1024
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"kind": "variable",
|
|
1028
|
+
"name": "Vertical",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "StoryObj"
|
|
1031
|
+
},
|
|
1032
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1032
1033
|
}
|
|
1033
1034
|
],
|
|
1034
1035
|
"exports": [
|
|
1035
1036
|
{
|
|
1036
1037
|
"kind": "js",
|
|
1037
|
-
"name": "
|
|
1038
|
+
"name": "default",
|
|
1038
1039
|
"declaration": {
|
|
1039
|
-
"name": "
|
|
1040
|
-
"module": "src/
|
|
1040
|
+
"name": "meta",
|
|
1041
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "js",
|
|
1046
|
+
"name": "Horizontal",
|
|
1047
|
+
"declaration": {
|
|
1048
|
+
"name": "Horizontal",
|
|
1049
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "Vertical",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "Vertical",
|
|
1057
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1041
1058
|
}
|
|
1042
1059
|
}
|
|
1043
1060
|
]
|
|
1044
1061
|
},
|
|
1045
1062
|
{
|
|
1046
1063
|
"kind": "javascript-module",
|
|
1047
|
-
"path": "src/
|
|
1064
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1048
1065
|
"declarations": [
|
|
1049
1066
|
{
|
|
1050
1067
|
"kind": "function",
|
|
1051
|
-
"name": "
|
|
1068
|
+
"name": "zeroActionsMenuStyles",
|
|
1052
1069
|
"return": {
|
|
1053
1070
|
"type": {
|
|
1054
|
-
"text": "
|
|
1071
|
+
"text": "ElementStyles"
|
|
1055
1072
|
}
|
|
1056
1073
|
},
|
|
1057
1074
|
"parameters": [
|
|
@@ -1073,508 +1090,259 @@
|
|
|
1073
1090
|
"exports": [
|
|
1074
1091
|
{
|
|
1075
1092
|
"kind": "js",
|
|
1076
|
-
"name": "
|
|
1093
|
+
"name": "zeroActionsMenuStyles",
|
|
1077
1094
|
"declaration": {
|
|
1078
|
-
"name": "
|
|
1079
|
-
"module": "src/
|
|
1095
|
+
"name": "zeroActionsMenuStyles",
|
|
1096
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1080
1097
|
}
|
|
1081
1098
|
}
|
|
1082
1099
|
]
|
|
1083
1100
|
},
|
|
1084
1101
|
{
|
|
1085
1102
|
"kind": "javascript-module",
|
|
1086
|
-
"path": "src/
|
|
1103
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1087
1104
|
"declarations": [
|
|
1088
1105
|
{
|
|
1089
1106
|
"kind": "class",
|
|
1090
1107
|
"description": "",
|
|
1091
|
-
"name": "
|
|
1108
|
+
"name": "ActionsMenu",
|
|
1092
1109
|
"superclass": {
|
|
1093
|
-
"name": "
|
|
1110
|
+
"name": "FoundationActionsMenu",
|
|
1094
1111
|
"package": "@genesislcap/foundation-ui"
|
|
1095
1112
|
},
|
|
1096
|
-
"tagName": "%%prefix%%-
|
|
1113
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1097
1114
|
"customElement": true,
|
|
1098
1115
|
"attributes": [
|
|
1099
1116
|
{
|
|
1100
|
-
"name": "
|
|
1117
|
+
"name": "is-vertical",
|
|
1101
1118
|
"type": {
|
|
1102
|
-
"text": "
|
|
1119
|
+
"text": "boolean"
|
|
1103
1120
|
},
|
|
1104
|
-
"default": "
|
|
1105
|
-
"
|
|
1106
|
-
"fieldName": "headinglevel",
|
|
1121
|
+
"default": "false",
|
|
1122
|
+
"fieldName": "isVertical",
|
|
1107
1123
|
"inheritedFrom": {
|
|
1108
|
-
"name": "
|
|
1109
|
-
"module": "src/
|
|
1124
|
+
"name": "ActionsMenu",
|
|
1125
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1110
1126
|
}
|
|
1111
1127
|
},
|
|
1112
1128
|
{
|
|
1129
|
+
"name": "add-default-actions",
|
|
1113
1130
|
"type": {
|
|
1114
1131
|
"text": "boolean"
|
|
1115
1132
|
},
|
|
1116
|
-
"default": "
|
|
1117
|
-
"
|
|
1118
|
-
"fieldName": "expanded",
|
|
1133
|
+
"default": "true",
|
|
1134
|
+
"fieldName": "addDefaultActions",
|
|
1119
1135
|
"inheritedFrom": {
|
|
1120
|
-
"name": "
|
|
1121
|
-
"module": "src/
|
|
1136
|
+
"name": "ActionsMenu",
|
|
1137
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1122
1138
|
}
|
|
1123
1139
|
},
|
|
1124
1140
|
{
|
|
1125
|
-
"name": "
|
|
1141
|
+
"name": "auto-close-on-action",
|
|
1126
1142
|
"type": {
|
|
1127
|
-
"text": "
|
|
1143
|
+
"text": "boolean"
|
|
1128
1144
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"fieldName": "
|
|
1145
|
+
"default": "true",
|
|
1146
|
+
"fieldName": "autoCloseOnAction",
|
|
1131
1147
|
"inheritedFrom": {
|
|
1132
|
-
"name": "
|
|
1133
|
-
"module": "src/
|
|
1148
|
+
"name": "ActionsMenu",
|
|
1149
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1134
1150
|
}
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1137
|
-
"members": [
|
|
1151
|
+
},
|
|
1138
1152
|
{
|
|
1139
|
-
"
|
|
1140
|
-
"name": "headinglevel",
|
|
1153
|
+
"name": "name",
|
|
1141
1154
|
"type": {
|
|
1142
|
-
"text": "
|
|
1155
|
+
"text": "string"
|
|
1143
1156
|
},
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1146
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1157
|
+
"default": "'Actions'",
|
|
1158
|
+
"fieldName": "name",
|
|
1147
1159
|
"inheritedFrom": {
|
|
1148
|
-
"name": "
|
|
1149
|
-
"module": "src/
|
|
1160
|
+
"name": "ActionsMenu",
|
|
1161
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1150
1162
|
}
|
|
1151
1163
|
},
|
|
1152
1164
|
{
|
|
1153
|
-
"
|
|
1154
|
-
"name": "expanded",
|
|
1165
|
+
"name": "open",
|
|
1155
1166
|
"type": {
|
|
1156
1167
|
"text": "boolean"
|
|
1157
1168
|
},
|
|
1158
|
-
"privacy": "public",
|
|
1159
1169
|
"default": "false",
|
|
1160
|
-
"
|
|
1170
|
+
"fieldName": "open",
|
|
1161
1171
|
"inheritedFrom": {
|
|
1162
|
-
"name": "
|
|
1163
|
-
"module": "src/
|
|
1172
|
+
"name": "ActionsMenu",
|
|
1173
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1164
1174
|
}
|
|
1165
1175
|
},
|
|
1166
1176
|
{
|
|
1167
|
-
"
|
|
1168
|
-
"name": "id",
|
|
1177
|
+
"name": "buttonAppearance",
|
|
1169
1178
|
"type": {
|
|
1170
1179
|
"text": "string"
|
|
1171
1180
|
},
|
|
1172
|
-
"
|
|
1173
|
-
"description": "The item ID",
|
|
1181
|
+
"fieldName": "buttonAppearance",
|
|
1174
1182
|
"inheritedFrom": {
|
|
1175
|
-
"name": "
|
|
1176
|
-
"module": "src/
|
|
1183
|
+
"name": "ActionsMenu",
|
|
1184
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1177
1185
|
}
|
|
1178
1186
|
},
|
|
1179
1187
|
{
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1188
|
+
"name": "hide-disabled",
|
|
1189
|
+
"type": {
|
|
1190
|
+
"text": "boolean"
|
|
1191
|
+
},
|
|
1192
|
+
"default": "false",
|
|
1193
|
+
"fieldName": "hideDisabled",
|
|
1183
1194
|
"inheritedFrom": {
|
|
1184
|
-
"name": "
|
|
1185
|
-
"module": "src/
|
|
1195
|
+
"name": "ActionsMenu",
|
|
1196
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1186
1197
|
}
|
|
1187
1198
|
},
|
|
1188
1199
|
{
|
|
1189
|
-
"
|
|
1190
|
-
"name": "_presentation",
|
|
1200
|
+
"name": "hide-menu-single-option",
|
|
1191
1201
|
"type": {
|
|
1192
|
-
"text": "
|
|
1202
|
+
"text": "boolean"
|
|
1193
1203
|
},
|
|
1194
|
-
"
|
|
1195
|
-
"
|
|
1204
|
+
"default": "false",
|
|
1205
|
+
"fieldName": "hideMenuSingleOption",
|
|
1196
1206
|
"inheritedFrom": {
|
|
1197
|
-
"name": "
|
|
1198
|
-
"module": "src/
|
|
1207
|
+
"name": "ActionsMenu",
|
|
1208
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1199
1209
|
}
|
|
1200
|
-
}
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"members": [
|
|
1201
1213
|
{
|
|
1202
1214
|
"kind": "field",
|
|
1203
|
-
"name": "
|
|
1215
|
+
"name": "actions",
|
|
1204
1216
|
"type": {
|
|
1205
|
-
"text": "
|
|
1217
|
+
"text": "ActionMenuItem[]"
|
|
1206
1218
|
},
|
|
1207
|
-
"privacy": "public",
|
|
1208
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1209
1219
|
"inheritedFrom": {
|
|
1210
|
-
"name": "
|
|
1211
|
-
"module": "src/
|
|
1220
|
+
"name": "ActionsMenu",
|
|
1221
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1212
1222
|
}
|
|
1213
1223
|
},
|
|
1214
1224
|
{
|
|
1215
1225
|
"kind": "field",
|
|
1216
|
-
"name": "
|
|
1226
|
+
"name": "isVertical",
|
|
1217
1227
|
"type": {
|
|
1218
|
-
"text": "
|
|
1228
|
+
"text": "boolean"
|
|
1219
1229
|
},
|
|
1220
|
-
"
|
|
1221
|
-
"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.",
|
|
1230
|
+
"default": "false",
|
|
1222
1231
|
"inheritedFrom": {
|
|
1223
|
-
"name": "
|
|
1224
|
-
"module": "src/
|
|
1232
|
+
"name": "ActionsMenu",
|
|
1233
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1225
1234
|
}
|
|
1226
1235
|
},
|
|
1227
1236
|
{
|
|
1228
|
-
"kind": "
|
|
1229
|
-
"name": "
|
|
1230
|
-
"
|
|
1231
|
-
|
|
1232
|
-
"type": {
|
|
1233
|
-
"text": "void"
|
|
1234
|
-
}
|
|
1237
|
+
"kind": "field",
|
|
1238
|
+
"name": "addDefaultActions",
|
|
1239
|
+
"type": {
|
|
1240
|
+
"text": "boolean"
|
|
1235
1241
|
},
|
|
1242
|
+
"default": "true",
|
|
1236
1243
|
"inheritedFrom": {
|
|
1237
|
-
"name": "
|
|
1238
|
-
"module": "src/
|
|
1244
|
+
"name": "ActionsMenu",
|
|
1245
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1239
1246
|
}
|
|
1240
1247
|
},
|
|
1241
1248
|
{
|
|
1242
1249
|
"kind": "field",
|
|
1243
|
-
"name": "
|
|
1250
|
+
"name": "autoCloseOnAction",
|
|
1244
1251
|
"type": {
|
|
1245
|
-
"text": "
|
|
1252
|
+
"text": "boolean"
|
|
1246
1253
|
},
|
|
1247
|
-
"
|
|
1248
|
-
"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.",
|
|
1254
|
+
"default": "true",
|
|
1249
1255
|
"inheritedFrom": {
|
|
1250
|
-
"name": "
|
|
1251
|
-
"module": "src/
|
|
1256
|
+
"name": "ActionsMenu",
|
|
1257
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1252
1258
|
}
|
|
1253
1259
|
},
|
|
1254
1260
|
{
|
|
1255
|
-
"kind": "
|
|
1256
|
-
"name": "
|
|
1257
|
-
"
|
|
1258
|
-
|
|
1259
|
-
"type": {
|
|
1260
|
-
"text": "void"
|
|
1261
|
-
}
|
|
1261
|
+
"kind": "field",
|
|
1262
|
+
"name": "classNames",
|
|
1263
|
+
"type": {
|
|
1264
|
+
"text": "string"
|
|
1262
1265
|
},
|
|
1263
1266
|
"inheritedFrom": {
|
|
1264
|
-
"name": "
|
|
1265
|
-
"module": "src/
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"kind": "method",
|
|
1270
|
-
"name": "compose",
|
|
1271
|
-
"privacy": "public",
|
|
1272
|
-
"static": true,
|
|
1273
|
-
"return": {
|
|
1274
|
-
"type": {
|
|
1275
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"parameters": [
|
|
1279
|
-
{
|
|
1280
|
-
"name": "this",
|
|
1281
|
-
"type": {
|
|
1282
|
-
"text": "K"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"name": "elementDefinition",
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "T"
|
|
1289
|
-
},
|
|
1290
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1291
|
-
}
|
|
1292
|
-
],
|
|
1293
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1294
|
-
"inheritedFrom": {
|
|
1295
|
-
"name": "AccordionItem",
|
|
1296
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
],
|
|
1300
|
-
"events": [
|
|
1301
|
-
{
|
|
1302
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1303
|
-
"name": "change",
|
|
1304
|
-
"inheritedFrom": {
|
|
1305
|
-
"name": "AccordionItem",
|
|
1306
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1307
|
-
}
|
|
1308
|
-
}
|
|
1309
|
-
]
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "variable",
|
|
1313
|
-
"name": "zeroAccordionItem"
|
|
1314
|
-
}
|
|
1315
|
-
],
|
|
1316
|
-
"exports": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "js",
|
|
1319
|
-
"name": "AccordionItem",
|
|
1320
|
-
"declaration": {
|
|
1321
|
-
"name": "AccordionItem",
|
|
1322
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"kind": "js",
|
|
1327
|
-
"name": "zeroAccordionItem",
|
|
1328
|
-
"declaration": {
|
|
1329
|
-
"name": "zeroAccordionItem",
|
|
1330
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
|
-
]
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "javascript-module",
|
|
1337
|
-
"path": "src/accordion-item/index.ts",
|
|
1338
|
-
"declarations": [],
|
|
1339
|
-
"exports": [
|
|
1340
|
-
{
|
|
1341
|
-
"kind": "js",
|
|
1342
|
-
"name": "*",
|
|
1343
|
-
"declaration": {
|
|
1344
|
-
"name": "*",
|
|
1345
|
-
"package": "./accordion-item"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "js",
|
|
1350
|
-
"name": "*",
|
|
1351
|
-
"declaration": {
|
|
1352
|
-
"name": "*",
|
|
1353
|
-
"package": "./accordion-item.styles"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "js",
|
|
1358
|
-
"name": "*",
|
|
1359
|
-
"declaration": {
|
|
1360
|
-
"name": "*",
|
|
1361
|
-
"package": "./accordion-item.template"
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
]
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
"kind": "javascript-module",
|
|
1368
|
-
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1369
|
-
"declarations": [
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "variable",
|
|
1372
|
-
"name": "meta",
|
|
1373
|
-
"type": {
|
|
1374
|
-
"text": "Meta"
|
|
1375
|
-
},
|
|
1376
|
-
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "variable",
|
|
1380
|
-
"name": "Horizontal",
|
|
1381
|
-
"type": {
|
|
1382
|
-
"text": "StoryObj"
|
|
1383
|
-
},
|
|
1384
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"kind": "variable",
|
|
1388
|
-
"name": "Vertical",
|
|
1389
|
-
"type": {
|
|
1390
|
-
"text": "StoryObj"
|
|
1391
|
-
},
|
|
1392
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1393
|
-
}
|
|
1394
|
-
],
|
|
1395
|
-
"exports": [
|
|
1396
|
-
{
|
|
1397
|
-
"kind": "js",
|
|
1398
|
-
"name": "default",
|
|
1399
|
-
"declaration": {
|
|
1400
|
-
"name": "meta",
|
|
1401
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"kind": "js",
|
|
1406
|
-
"name": "Horizontal",
|
|
1407
|
-
"declaration": {
|
|
1408
|
-
"name": "Horizontal",
|
|
1409
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"kind": "js",
|
|
1414
|
-
"name": "Vertical",
|
|
1415
|
-
"declaration": {
|
|
1416
|
-
"name": "Vertical",
|
|
1417
|
-
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
]
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "javascript-module",
|
|
1424
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1425
|
-
"declarations": [
|
|
1426
|
-
{
|
|
1427
|
-
"kind": "function",
|
|
1428
|
-
"name": "zeroActionsMenuStyles",
|
|
1429
|
-
"return": {
|
|
1430
|
-
"type": {
|
|
1431
|
-
"text": "ElementStyles"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1434
|
-
"parameters": [
|
|
1435
|
-
{
|
|
1436
|
-
"name": "context",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"text": "ElementDefinitionContext"
|
|
1267
|
+
"name": "ActionsMenu",
|
|
1268
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1439
1269
|
}
|
|
1440
1270
|
},
|
|
1441
1271
|
{
|
|
1272
|
+
"kind": "field",
|
|
1442
1273
|
"name": "definition",
|
|
1443
1274
|
"type": {
|
|
1444
|
-
"text": "
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
|
-
]
|
|
1448
|
-
}
|
|
1449
|
-
],
|
|
1450
|
-
"exports": [
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "js",
|
|
1453
|
-
"name": "zeroActionsMenuStyles",
|
|
1454
|
-
"declaration": {
|
|
1455
|
-
"name": "zeroActionsMenuStyles",
|
|
1456
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1457
|
-
}
|
|
1458
|
-
}
|
|
1459
|
-
]
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "javascript-module",
|
|
1463
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1464
|
-
"declarations": [
|
|
1465
|
-
{
|
|
1466
|
-
"kind": "class",
|
|
1467
|
-
"description": "",
|
|
1468
|
-
"name": "ActionsMenu",
|
|
1469
|
-
"superclass": {
|
|
1470
|
-
"name": "FoundationActionsMenu",
|
|
1471
|
-
"package": "@genesislcap/foundation-ui"
|
|
1472
|
-
},
|
|
1473
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
1474
|
-
"customElement": true,
|
|
1475
|
-
"attributes": [
|
|
1476
|
-
{
|
|
1477
|
-
"name": "is-vertical",
|
|
1478
|
-
"type": {
|
|
1479
|
-
"text": "boolean"
|
|
1480
|
-
},
|
|
1481
|
-
"default": "false",
|
|
1482
|
-
"fieldName": "isVertical",
|
|
1483
|
-
"inheritedFrom": {
|
|
1484
|
-
"name": "ActionsMenu",
|
|
1485
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"name": "add-default-actions",
|
|
1490
|
-
"type": {
|
|
1491
|
-
"text": "boolean"
|
|
1492
|
-
},
|
|
1493
|
-
"default": "true",
|
|
1494
|
-
"fieldName": "addDefaultActions",
|
|
1495
|
-
"inheritedFrom": {
|
|
1496
|
-
"name": "ActionsMenu",
|
|
1497
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "auto-close-on-action",
|
|
1502
|
-
"type": {
|
|
1503
|
-
"text": "boolean"
|
|
1275
|
+
"text": "any"
|
|
1504
1276
|
},
|
|
1505
|
-
"default": "true",
|
|
1506
|
-
"fieldName": "autoCloseOnAction",
|
|
1507
1277
|
"inheritedFrom": {
|
|
1508
1278
|
"name": "ActionsMenu",
|
|
1509
1279
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1510
1280
|
}
|
|
1511
1281
|
},
|
|
1512
1282
|
{
|
|
1283
|
+
"kind": "field",
|
|
1513
1284
|
"name": "name",
|
|
1514
1285
|
"type": {
|
|
1515
1286
|
"text": "string"
|
|
1516
1287
|
},
|
|
1517
1288
|
"default": "'Actions'",
|
|
1518
|
-
"fieldName": "name",
|
|
1519
1289
|
"inheritedFrom": {
|
|
1520
1290
|
"name": "ActionsMenu",
|
|
1521
1291
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1522
1292
|
}
|
|
1523
1293
|
},
|
|
1524
1294
|
{
|
|
1295
|
+
"kind": "field",
|
|
1525
1296
|
"name": "open",
|
|
1526
1297
|
"type": {
|
|
1527
1298
|
"text": "boolean"
|
|
1528
1299
|
},
|
|
1529
1300
|
"default": "false",
|
|
1530
|
-
"fieldName": "open",
|
|
1531
1301
|
"inheritedFrom": {
|
|
1532
1302
|
"name": "ActionsMenu",
|
|
1533
1303
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
1304
|
}
|
|
1535
1305
|
},
|
|
1536
1306
|
{
|
|
1307
|
+
"kind": "field",
|
|
1537
1308
|
"name": "buttonAppearance",
|
|
1538
1309
|
"type": {
|
|
1539
1310
|
"text": "string"
|
|
1540
1311
|
},
|
|
1541
|
-
"fieldName": "buttonAppearance",
|
|
1542
1312
|
"inheritedFrom": {
|
|
1543
1313
|
"name": "ActionsMenu",
|
|
1544
1314
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
1315
|
}
|
|
1546
1316
|
},
|
|
1547
1317
|
{
|
|
1548
|
-
"
|
|
1318
|
+
"kind": "field",
|
|
1319
|
+
"name": "hideDisabled",
|
|
1549
1320
|
"type": {
|
|
1550
1321
|
"text": "boolean"
|
|
1551
1322
|
},
|
|
1552
1323
|
"default": "false",
|
|
1553
|
-
"fieldName": "hideDisabled",
|
|
1554
1324
|
"inheritedFrom": {
|
|
1555
1325
|
"name": "ActionsMenu",
|
|
1556
1326
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1327
|
}
|
|
1558
1328
|
},
|
|
1559
1329
|
{
|
|
1560
|
-
"
|
|
1330
|
+
"kind": "field",
|
|
1331
|
+
"name": "hideMenuSingleOption",
|
|
1561
1332
|
"type": {
|
|
1562
1333
|
"text": "boolean"
|
|
1563
1334
|
},
|
|
1564
1335
|
"default": "false",
|
|
1565
|
-
"fieldName": "hideMenuSingleOption",
|
|
1566
1336
|
"inheritedFrom": {
|
|
1567
1337
|
"name": "ActionsMenu",
|
|
1568
1338
|
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
1339
|
}
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
"members": [
|
|
1340
|
+
},
|
|
1573
1341
|
{
|
|
1574
1342
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1343
|
+
"name": "singleOption",
|
|
1576
1344
|
"type": {
|
|
1577
|
-
"text": "ActionMenuItem
|
|
1345
|
+
"text": "ActionMenuItem"
|
|
1578
1346
|
},
|
|
1579
1347
|
"inheritedFrom": {
|
|
1580
1348
|
"name": "ActionsMenu",
|
|
@@ -1583,11 +1351,66 @@
|
|
|
1583
1351
|
},
|
|
1584
1352
|
{
|
|
1585
1353
|
"kind": "field",
|
|
1586
|
-
"name": "
|
|
1354
|
+
"name": "actionsMenu",
|
|
1587
1355
|
"type": {
|
|
1588
|
-
"text": "
|
|
1356
|
+
"text": "HTMLElement"
|
|
1589
1357
|
},
|
|
1590
|
-
"
|
|
1358
|
+
"inheritedFrom": {
|
|
1359
|
+
"name": "ActionsMenu",
|
|
1360
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"kind": "method",
|
|
1365
|
+
"name": "definitionChanged",
|
|
1366
|
+
"privacy": "protected",
|
|
1367
|
+
"parameters": [
|
|
1368
|
+
{
|
|
1369
|
+
"name": "oldValue",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "any"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "newValue",
|
|
1376
|
+
"type": {
|
|
1377
|
+
"text": "any"
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"inheritedFrom": {
|
|
1382
|
+
"name": "ActionsMenu",
|
|
1383
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "method",
|
|
1388
|
+
"name": "openChanged",
|
|
1389
|
+
"privacy": "protected",
|
|
1390
|
+
"inheritedFrom": {
|
|
1391
|
+
"name": "ActionsMenu",
|
|
1392
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "method",
|
|
1397
|
+
"name": "toggleActionsMenuVisibility",
|
|
1398
|
+
"inheritedFrom": {
|
|
1399
|
+
"name": "ActionsMenu",
|
|
1400
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"kind": "method",
|
|
1405
|
+
"name": "onActionMenuItemClick",
|
|
1406
|
+
"parameters": [
|
|
1407
|
+
{
|
|
1408
|
+
"name": "callback",
|
|
1409
|
+
"type": {
|
|
1410
|
+
"text": "(rowData) => void | any"
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
],
|
|
1591
1414
|
"inheritedFrom": {
|
|
1592
1415
|
"name": "ActionsMenu",
|
|
1593
1416
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1595,11 +1418,11 @@
|
|
|
1595
1418
|
},
|
|
1596
1419
|
{
|
|
1597
1420
|
"kind": "field",
|
|
1598
|
-
"name": "
|
|
1421
|
+
"name": "allActions",
|
|
1599
1422
|
"type": {
|
|
1600
|
-
"text": "
|
|
1423
|
+
"text": "ActionMenuItem[]"
|
|
1601
1424
|
},
|
|
1602
|
-
"
|
|
1425
|
+
"readonly": true,
|
|
1603
1426
|
"inheritedFrom": {
|
|
1604
1427
|
"name": "ActionsMenu",
|
|
1605
1428
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1607,11 +1430,32 @@
|
|
|
1607
1430
|
},
|
|
1608
1431
|
{
|
|
1609
1432
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1611
|
-
"
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1433
|
+
"name": "rowData",
|
|
1434
|
+
"readonly": true,
|
|
1435
|
+
"inheritedFrom": {
|
|
1436
|
+
"name": "ActionsMenu",
|
|
1437
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "method",
|
|
1442
|
+
"name": "getLabel",
|
|
1443
|
+
"parameters": [
|
|
1444
|
+
{
|
|
1445
|
+
"name": "name",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "string | ((rowData: any) => string)"
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"inheritedFrom": {
|
|
1452
|
+
"name": "ActionsMenu",
|
|
1453
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"kind": "method",
|
|
1458
|
+
"name": "getTemplate",
|
|
1615
1459
|
"inheritedFrom": {
|
|
1616
1460
|
"name": "ActionsMenu",
|
|
1617
1461
|
"module": "src/actions-menu/actions-menu.ts"
|
|
@@ -1619,206 +1463,346 @@
|
|
|
1619
1463
|
},
|
|
1620
1464
|
{
|
|
1621
1465
|
"kind": "field",
|
|
1622
|
-
"name": "
|
|
1466
|
+
"name": "_presentation",
|
|
1623
1467
|
"type": {
|
|
1624
|
-
"text": "
|
|
1468
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1625
1469
|
},
|
|
1470
|
+
"privacy": "private",
|
|
1471
|
+
"default": "void 0",
|
|
1626
1472
|
"inheritedFrom": {
|
|
1627
|
-
"name": "
|
|
1628
|
-
"module": "src/
|
|
1473
|
+
"name": "FoundationElement",
|
|
1474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1629
1475
|
}
|
|
1630
1476
|
},
|
|
1631
1477
|
{
|
|
1632
1478
|
"kind": "field",
|
|
1633
|
-
"name": "
|
|
1479
|
+
"name": "$presentation",
|
|
1634
1480
|
"type": {
|
|
1635
|
-
"text": "
|
|
1481
|
+
"text": "ComponentPresentation | null"
|
|
1636
1482
|
},
|
|
1483
|
+
"privacy": "public",
|
|
1484
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1637
1485
|
"inheritedFrom": {
|
|
1638
|
-
"name": "
|
|
1639
|
-
"module": "src/
|
|
1486
|
+
"name": "FoundationElement",
|
|
1487
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "field",
|
|
1492
|
+
"name": "template",
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "ElementViewTemplate | void | null"
|
|
1495
|
+
},
|
|
1496
|
+
"privacy": "public",
|
|
1497
|
+
"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.",
|
|
1498
|
+
"inheritedFrom": {
|
|
1499
|
+
"name": "FoundationElement",
|
|
1500
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "method",
|
|
1505
|
+
"name": "templateChanged",
|
|
1506
|
+
"privacy": "protected",
|
|
1507
|
+
"return": {
|
|
1508
|
+
"type": {
|
|
1509
|
+
"text": "void"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
"inheritedFrom": {
|
|
1513
|
+
"name": "FoundationElement",
|
|
1514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "field",
|
|
1519
|
+
"name": "styles",
|
|
1520
|
+
"type": {
|
|
1521
|
+
"text": "ElementStyles | void | null"
|
|
1522
|
+
},
|
|
1523
|
+
"privacy": "public",
|
|
1524
|
+
"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.",
|
|
1525
|
+
"inheritedFrom": {
|
|
1526
|
+
"name": "FoundationElement",
|
|
1527
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "method",
|
|
1532
|
+
"name": "stylesChanged",
|
|
1533
|
+
"privacy": "protected",
|
|
1534
|
+
"return": {
|
|
1535
|
+
"type": {
|
|
1536
|
+
"text": "void"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"inheritedFrom": {
|
|
1540
|
+
"name": "FoundationElement",
|
|
1541
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"kind": "method",
|
|
1546
|
+
"name": "compose",
|
|
1547
|
+
"privacy": "public",
|
|
1548
|
+
"static": true,
|
|
1549
|
+
"return": {
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1552
|
+
}
|
|
1553
|
+
},
|
|
1554
|
+
"parameters": [
|
|
1555
|
+
{
|
|
1556
|
+
"name": "this",
|
|
1557
|
+
"type": {
|
|
1558
|
+
"text": "K"
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"name": "elementDefinition",
|
|
1563
|
+
"type": {
|
|
1564
|
+
"text": "T"
|
|
1565
|
+
},
|
|
1566
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1570
|
+
"inheritedFrom": {
|
|
1571
|
+
"name": "FoundationElement",
|
|
1572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
]
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"kind": "variable",
|
|
1579
|
+
"name": "zeroActionsMenu",
|
|
1580
|
+
"description": "The Zero Actions Menu",
|
|
1581
|
+
"privacy": "public"
|
|
1582
|
+
}
|
|
1583
|
+
],
|
|
1584
|
+
"exports": [
|
|
1585
|
+
{
|
|
1586
|
+
"kind": "js",
|
|
1587
|
+
"name": "ActionsMenu",
|
|
1588
|
+
"declaration": {
|
|
1589
|
+
"name": "ActionsMenu",
|
|
1590
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "js",
|
|
1595
|
+
"name": "zeroActionsMenu",
|
|
1596
|
+
"declaration": {
|
|
1597
|
+
"name": "zeroActionsMenu",
|
|
1598
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
]
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"kind": "javascript-module",
|
|
1605
|
+
"path": "src/actions-menu/index.ts",
|
|
1606
|
+
"declarations": [],
|
|
1607
|
+
"exports": [
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "js",
|
|
1610
|
+
"name": "*",
|
|
1611
|
+
"declaration": {
|
|
1612
|
+
"name": "*",
|
|
1613
|
+
"package": "./actions-menu"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "js",
|
|
1618
|
+
"name": "*",
|
|
1619
|
+
"declaration": {
|
|
1620
|
+
"name": "*",
|
|
1621
|
+
"package": "./actions-menu.styles"
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "javascript-module",
|
|
1628
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1629
|
+
"declarations": [
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "function",
|
|
1632
|
+
"name": "zeroAccordionItemStyles",
|
|
1633
|
+
"return": {
|
|
1634
|
+
"type": {
|
|
1635
|
+
"text": "ElementStyles"
|
|
1636
|
+
}
|
|
1637
|
+
},
|
|
1638
|
+
"parameters": [
|
|
1639
|
+
{
|
|
1640
|
+
"name": "context",
|
|
1641
|
+
"type": {
|
|
1642
|
+
"text": "ElementDefinitionContext"
|
|
1640
1643
|
}
|
|
1641
1644
|
},
|
|
1642
1645
|
{
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1646
|
+
"name": "definition",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "FoundationElementDefinition"
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
]
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
"exports": [
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "js",
|
|
1657
|
+
"name": "zeroAccordionItemStyles",
|
|
1658
|
+
"declaration": {
|
|
1659
|
+
"name": "zeroAccordionItemStyles",
|
|
1660
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
]
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "javascript-module",
|
|
1667
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1668
|
+
"declarations": [
|
|
1669
|
+
{
|
|
1670
|
+
"kind": "function",
|
|
1671
|
+
"name": "zeroAccordionItemTemplate",
|
|
1672
|
+
"return": {
|
|
1673
|
+
"type": {
|
|
1674
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
"parameters": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "context",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "ElementDefinitionContext"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "definition",
|
|
1686
|
+
"type": {
|
|
1687
|
+
"text": "FoundationElementDefinition"
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"exports": [
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "js",
|
|
1696
|
+
"name": "zeroAccordionItemTemplate",
|
|
1697
|
+
"declaration": {
|
|
1698
|
+
"name": "zeroAccordionItemTemplate",
|
|
1699
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
]
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "javascript-module",
|
|
1706
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1707
|
+
"declarations": [
|
|
1708
|
+
{
|
|
1709
|
+
"kind": "class",
|
|
1710
|
+
"description": "",
|
|
1711
|
+
"name": "AccordionItem",
|
|
1712
|
+
"superclass": {
|
|
1713
|
+
"name": "FoundationAccordionItem",
|
|
1714
|
+
"package": "@genesislcap/foundation-ui"
|
|
1715
|
+
},
|
|
1716
|
+
"tagName": "%%prefix%%-card",
|
|
1717
|
+
"customElement": true,
|
|
1718
|
+
"attributes": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "heading-level",
|
|
1645
1721
|
"type": {
|
|
1646
|
-
"text": "
|
|
1722
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1647
1723
|
},
|
|
1648
|
-
"default": "
|
|
1724
|
+
"default": "2",
|
|
1725
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1726
|
+
"fieldName": "headinglevel",
|
|
1649
1727
|
"inheritedFrom": {
|
|
1650
|
-
"name": "
|
|
1651
|
-
"module": "src/
|
|
1728
|
+
"name": "AccordionItem",
|
|
1729
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1652
1730
|
}
|
|
1653
1731
|
},
|
|
1654
1732
|
{
|
|
1655
|
-
"kind": "field",
|
|
1656
|
-
"name": "open",
|
|
1657
1733
|
"type": {
|
|
1658
1734
|
"text": "boolean"
|
|
1659
1735
|
},
|
|
1660
1736
|
"default": "false",
|
|
1737
|
+
"description": "Expands or collapses the item.",
|
|
1738
|
+
"fieldName": "expanded",
|
|
1661
1739
|
"inheritedFrom": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
"module": "src/
|
|
1740
|
+
"name": "AccordionItem",
|
|
1741
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1664
1742
|
}
|
|
1665
1743
|
},
|
|
1666
1744
|
{
|
|
1667
|
-
"
|
|
1668
|
-
"name": "buttonAppearance",
|
|
1745
|
+
"name": "id",
|
|
1669
1746
|
"type": {
|
|
1670
1747
|
"text": "string"
|
|
1671
1748
|
},
|
|
1749
|
+
"description": "The item ID",
|
|
1750
|
+
"fieldName": "id",
|
|
1672
1751
|
"inheritedFrom": {
|
|
1673
|
-
"name": "
|
|
1674
|
-
"module": "src/
|
|
1752
|
+
"name": "AccordionItem",
|
|
1753
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1675
1754
|
}
|
|
1676
|
-
}
|
|
1755
|
+
}
|
|
1756
|
+
],
|
|
1757
|
+
"members": [
|
|
1677
1758
|
{
|
|
1678
1759
|
"kind": "field",
|
|
1679
|
-
"name": "
|
|
1760
|
+
"name": "headinglevel",
|
|
1680
1761
|
"type": {
|
|
1681
|
-
"text": "
|
|
1762
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1682
1763
|
},
|
|
1683
|
-
"
|
|
1764
|
+
"privacy": "public",
|
|
1765
|
+
"default": "2",
|
|
1766
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1684
1767
|
"inheritedFrom": {
|
|
1685
|
-
"name": "
|
|
1686
|
-
"module": "src/
|
|
1768
|
+
"name": "AccordionItem",
|
|
1769
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1687
1770
|
}
|
|
1688
1771
|
},
|
|
1689
1772
|
{
|
|
1690
1773
|
"kind": "field",
|
|
1691
|
-
"name": "
|
|
1774
|
+
"name": "expanded",
|
|
1692
1775
|
"type": {
|
|
1693
1776
|
"text": "boolean"
|
|
1694
1777
|
},
|
|
1778
|
+
"privacy": "public",
|
|
1695
1779
|
"default": "false",
|
|
1780
|
+
"description": "Expands or collapses the item.",
|
|
1696
1781
|
"inheritedFrom": {
|
|
1697
|
-
"name": "
|
|
1698
|
-
"module": "src/
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"kind": "field",
|
|
1703
|
-
"name": "singleOption",
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "ActionMenuItem"
|
|
1706
|
-
},
|
|
1707
|
-
"inheritedFrom": {
|
|
1708
|
-
"name": "ActionsMenu",
|
|
1709
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "field",
|
|
1714
|
-
"name": "actionsMenu",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "HTMLElement"
|
|
1717
|
-
},
|
|
1718
|
-
"inheritedFrom": {
|
|
1719
|
-
"name": "ActionsMenu",
|
|
1720
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"kind": "method",
|
|
1725
|
-
"name": "definitionChanged",
|
|
1726
|
-
"privacy": "protected",
|
|
1727
|
-
"parameters": [
|
|
1728
|
-
{
|
|
1729
|
-
"name": "oldValue",
|
|
1730
|
-
"type": {
|
|
1731
|
-
"text": "any"
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "newValue",
|
|
1736
|
-
"type": {
|
|
1737
|
-
"text": "any"
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
],
|
|
1741
|
-
"inheritedFrom": {
|
|
1742
|
-
"name": "ActionsMenu",
|
|
1743
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
"kind": "method",
|
|
1748
|
-
"name": "openChanged",
|
|
1749
|
-
"privacy": "protected",
|
|
1750
|
-
"inheritedFrom": {
|
|
1751
|
-
"name": "ActionsMenu",
|
|
1752
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1753
|
-
}
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "method",
|
|
1757
|
-
"name": "toggleActionsMenuVisibility",
|
|
1758
|
-
"inheritedFrom": {
|
|
1759
|
-
"name": "ActionsMenu",
|
|
1760
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1761
|
-
}
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"kind": "method",
|
|
1765
|
-
"name": "onActionMenuItemClick",
|
|
1766
|
-
"parameters": [
|
|
1767
|
-
{
|
|
1768
|
-
"name": "callback",
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "(rowData) => void | any"
|
|
1771
|
-
}
|
|
1772
|
-
}
|
|
1773
|
-
],
|
|
1774
|
-
"inheritedFrom": {
|
|
1775
|
-
"name": "ActionsMenu",
|
|
1776
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1782
|
+
"name": "AccordionItem",
|
|
1783
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1777
1784
|
}
|
|
1778
1785
|
},
|
|
1779
1786
|
{
|
|
1780
1787
|
"kind": "field",
|
|
1781
|
-
"name": "
|
|
1788
|
+
"name": "id",
|
|
1782
1789
|
"type": {
|
|
1783
|
-
"text": "
|
|
1790
|
+
"text": "string"
|
|
1784
1791
|
},
|
|
1785
|
-
"
|
|
1792
|
+
"privacy": "public",
|
|
1793
|
+
"description": "The item ID",
|
|
1786
1794
|
"inheritedFrom": {
|
|
1787
|
-
"name": "
|
|
1788
|
-
"module": "src/
|
|
1795
|
+
"name": "AccordionItem",
|
|
1796
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1789
1797
|
}
|
|
1790
1798
|
},
|
|
1791
1799
|
{
|
|
1792
1800
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1794
|
-
"
|
|
1795
|
-
"inheritedFrom": {
|
|
1796
|
-
"name": "ActionsMenu",
|
|
1797
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "method",
|
|
1802
|
-
"name": "getLabel",
|
|
1803
|
-
"parameters": [
|
|
1804
|
-
{
|
|
1805
|
-
"name": "name",
|
|
1806
|
-
"type": {
|
|
1807
|
-
"text": "string | ((rowData: any) => string)"
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
],
|
|
1811
|
-
"inheritedFrom": {
|
|
1812
|
-
"name": "ActionsMenu",
|
|
1813
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "method",
|
|
1818
|
-
"name": "getTemplate",
|
|
1801
|
+
"name": "change",
|
|
1802
|
+
"privacy": "private",
|
|
1819
1803
|
"inheritedFrom": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/
|
|
1804
|
+
"name": "AccordionItem",
|
|
1805
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1822
1806
|
}
|
|
1823
1807
|
},
|
|
1824
1808
|
{
|
|
@@ -1830,8 +1814,8 @@
|
|
|
1830
1814
|
"privacy": "private",
|
|
1831
1815
|
"default": "void 0",
|
|
1832
1816
|
"inheritedFrom": {
|
|
1833
|
-
"name": "
|
|
1834
|
-
"module": "src/
|
|
1817
|
+
"name": "AccordionItem",
|
|
1818
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1835
1819
|
}
|
|
1836
1820
|
},
|
|
1837
1821
|
{
|
|
@@ -1843,8 +1827,8 @@
|
|
|
1843
1827
|
"privacy": "public",
|
|
1844
1828
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1845
1829
|
"inheritedFrom": {
|
|
1846
|
-
"name": "
|
|
1847
|
-
"module": "src/
|
|
1830
|
+
"name": "AccordionItem",
|
|
1831
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1848
1832
|
}
|
|
1849
1833
|
},
|
|
1850
1834
|
{
|
|
@@ -1856,8 +1840,8 @@
|
|
|
1856
1840
|
"privacy": "public",
|
|
1857
1841
|
"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.",
|
|
1858
1842
|
"inheritedFrom": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
1843
|
+
"name": "AccordionItem",
|
|
1844
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1861
1845
|
}
|
|
1862
1846
|
},
|
|
1863
1847
|
{
|
|
@@ -1870,8 +1854,8 @@
|
|
|
1870
1854
|
}
|
|
1871
1855
|
},
|
|
1872
1856
|
"inheritedFrom": {
|
|
1873
|
-
"name": "
|
|
1874
|
-
"module": "src/
|
|
1857
|
+
"name": "AccordionItem",
|
|
1858
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1875
1859
|
}
|
|
1876
1860
|
},
|
|
1877
1861
|
{
|
|
@@ -1883,8 +1867,8 @@
|
|
|
1883
1867
|
"privacy": "public",
|
|
1884
1868
|
"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.",
|
|
1885
1869
|
"inheritedFrom": {
|
|
1886
|
-
"name": "
|
|
1887
|
-
"module": "src/
|
|
1870
|
+
"name": "AccordionItem",
|
|
1871
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1888
1872
|
}
|
|
1889
1873
|
},
|
|
1890
1874
|
{
|
|
@@ -1897,8 +1881,8 @@
|
|
|
1897
1881
|
}
|
|
1898
1882
|
},
|
|
1899
1883
|
"inheritedFrom": {
|
|
1900
|
-
"name": "
|
|
1901
|
-
"module": "src/
|
|
1884
|
+
"name": "AccordionItem",
|
|
1885
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1902
1886
|
}
|
|
1903
1887
|
},
|
|
1904
1888
|
{
|
|
@@ -1928,41 +1912,49 @@
|
|
|
1928
1912
|
],
|
|
1929
1913
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1930
1914
|
"inheritedFrom": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
1915
|
+
"name": "AccordionItem",
|
|
1916
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"events": [
|
|
1921
|
+
{
|
|
1922
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1923
|
+
"name": "change",
|
|
1924
|
+
"inheritedFrom": {
|
|
1925
|
+
"name": "AccordionItem",
|
|
1926
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1933
1927
|
}
|
|
1934
1928
|
}
|
|
1935
1929
|
]
|
|
1936
1930
|
},
|
|
1937
1931
|
{
|
|
1938
1932
|
"kind": "variable",
|
|
1939
|
-
"name": "
|
|
1940
|
-
"description": "The Zero Actions Menu",
|
|
1941
|
-
"privacy": "public"
|
|
1933
|
+
"name": "zeroAccordionItem"
|
|
1942
1934
|
}
|
|
1943
1935
|
],
|
|
1944
1936
|
"exports": [
|
|
1945
1937
|
{
|
|
1946
1938
|
"kind": "js",
|
|
1947
|
-
"name": "
|
|
1939
|
+
"name": "AccordionItem",
|
|
1948
1940
|
"declaration": {
|
|
1949
|
-
"name": "
|
|
1950
|
-
"module": "src/
|
|
1941
|
+
"name": "AccordionItem",
|
|
1942
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1951
1943
|
}
|
|
1952
1944
|
},
|
|
1953
1945
|
{
|
|
1954
1946
|
"kind": "js",
|
|
1955
|
-
"name": "
|
|
1947
|
+
"name": "zeroAccordionItem",
|
|
1956
1948
|
"declaration": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"module": "src/
|
|
1949
|
+
"name": "zeroAccordionItem",
|
|
1950
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1959
1951
|
}
|
|
1960
1952
|
}
|
|
1961
1953
|
]
|
|
1962
1954
|
},
|
|
1963
1955
|
{
|
|
1964
1956
|
"kind": "javascript-module",
|
|
1965
|
-
"path": "src/
|
|
1957
|
+
"path": "src/accordion-item/index.ts",
|
|
1966
1958
|
"declarations": [],
|
|
1967
1959
|
"exports": [
|
|
1968
1960
|
{
|
|
@@ -1970,7 +1962,7 @@
|
|
|
1970
1962
|
"name": "*",
|
|
1971
1963
|
"declaration": {
|
|
1972
1964
|
"name": "*",
|
|
1973
|
-
"package": "./
|
|
1965
|
+
"package": "./accordion-item"
|
|
1974
1966
|
}
|
|
1975
1967
|
},
|
|
1976
1968
|
{
|
|
@@ -1978,7 +1970,15 @@
|
|
|
1978
1970
|
"name": "*",
|
|
1979
1971
|
"declaration": {
|
|
1980
1972
|
"name": "*",
|
|
1981
|
-
"package": "./
|
|
1973
|
+
"package": "./accordion-item.styles"
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"kind": "js",
|
|
1978
|
+
"name": "*",
|
|
1979
|
+
"declaration": {
|
|
1980
|
+
"name": "*",
|
|
1981
|
+
"package": "./accordion-item.template"
|
|
1982
1982
|
}
|
|
1983
1983
|
}
|
|
1984
1984
|
]
|