@genesislcap/foundation-zero 14.101.4 → 14.102.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 +757 -757
- 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,204 +1090,463 @@
|
|
|
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/
|
|
1267
|
+
"name": "ActionsMenu",
|
|
1268
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1266
1269
|
}
|
|
1267
1270
|
},
|
|
1268
1271
|
{
|
|
1269
|
-
"kind": "
|
|
1270
|
-
"name": "
|
|
1271
|
-
"
|
|
1272
|
-
|
|
1273
|
-
|
|
1272
|
+
"kind": "field",
|
|
1273
|
+
"name": "definition",
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "any"
|
|
1276
|
+
},
|
|
1277
|
+
"inheritedFrom": {
|
|
1278
|
+
"name": "ActionsMenu",
|
|
1279
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "field",
|
|
1284
|
+
"name": "name",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "string"
|
|
1287
|
+
},
|
|
1288
|
+
"default": "'Actions'",
|
|
1289
|
+
"inheritedFrom": {
|
|
1290
|
+
"name": "ActionsMenu",
|
|
1291
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1292
|
+
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"kind": "field",
|
|
1296
|
+
"name": "open",
|
|
1297
|
+
"type": {
|
|
1298
|
+
"text": "boolean"
|
|
1299
|
+
},
|
|
1300
|
+
"default": "false",
|
|
1301
|
+
"inheritedFrom": {
|
|
1302
|
+
"name": "ActionsMenu",
|
|
1303
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"kind": "field",
|
|
1308
|
+
"name": "buttonAppearance",
|
|
1309
|
+
"type": {
|
|
1310
|
+
"text": "string"
|
|
1311
|
+
},
|
|
1312
|
+
"inheritedFrom": {
|
|
1313
|
+
"name": "ActionsMenu",
|
|
1314
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"kind": "field",
|
|
1319
|
+
"name": "hideDisabled",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "boolean"
|
|
1322
|
+
},
|
|
1323
|
+
"default": "false",
|
|
1324
|
+
"inheritedFrom": {
|
|
1325
|
+
"name": "ActionsMenu",
|
|
1326
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "field",
|
|
1331
|
+
"name": "hideMenuSingleOption",
|
|
1332
|
+
"type": {
|
|
1333
|
+
"text": "boolean"
|
|
1334
|
+
},
|
|
1335
|
+
"default": "false",
|
|
1336
|
+
"inheritedFrom": {
|
|
1337
|
+
"name": "ActionsMenu",
|
|
1338
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "field",
|
|
1343
|
+
"name": "singleOption",
|
|
1344
|
+
"type": {
|
|
1345
|
+
"text": "ActionMenuItem"
|
|
1346
|
+
},
|
|
1347
|
+
"inheritedFrom": {
|
|
1348
|
+
"name": "ActionsMenu",
|
|
1349
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "field",
|
|
1354
|
+
"name": "actionsMenu",
|
|
1355
|
+
"type": {
|
|
1356
|
+
"text": "HTMLElement"
|
|
1357
|
+
},
|
|
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
|
+
],
|
|
1414
|
+
"inheritedFrom": {
|
|
1415
|
+
"name": "ActionsMenu",
|
|
1416
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "field",
|
|
1421
|
+
"name": "allActions",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "ActionMenuItem[]"
|
|
1424
|
+
},
|
|
1425
|
+
"readonly": true,
|
|
1426
|
+
"inheritedFrom": {
|
|
1427
|
+
"name": "ActionsMenu",
|
|
1428
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "field",
|
|
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",
|
|
1459
|
+
"inheritedFrom": {
|
|
1460
|
+
"name": "ActionsMenu",
|
|
1461
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"kind": "field",
|
|
1466
|
+
"name": "_presentation",
|
|
1467
|
+
"type": {
|
|
1468
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1469
|
+
},
|
|
1470
|
+
"privacy": "private",
|
|
1471
|
+
"default": "void 0",
|
|
1472
|
+
"inheritedFrom": {
|
|
1473
|
+
"name": "FoundationElement",
|
|
1474
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"kind": "field",
|
|
1479
|
+
"name": "$presentation",
|
|
1480
|
+
"type": {
|
|
1481
|
+
"text": "ComponentPresentation | null"
|
|
1482
|
+
},
|
|
1483
|
+
"privacy": "public",
|
|
1484
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1485
|
+
"inheritedFrom": {
|
|
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": {
|
|
1274
1550
|
"type": {
|
|
1275
1551
|
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1276
1552
|
}
|
|
@@ -1292,49 +1568,41 @@
|
|
|
1292
1568
|
],
|
|
1293
1569
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1294
1570
|
"inheritedFrom": {
|
|
1295
|
-
"name": "
|
|
1296
|
-
"module": "src/
|
|
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"
|
|
1571
|
+
"name": "FoundationElement",
|
|
1572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1307
1573
|
}
|
|
1308
1574
|
}
|
|
1309
1575
|
]
|
|
1310
1576
|
},
|
|
1311
1577
|
{
|
|
1312
1578
|
"kind": "variable",
|
|
1313
|
-
"name": "
|
|
1579
|
+
"name": "zeroActionsMenu",
|
|
1580
|
+
"description": "The Zero Actions Menu",
|
|
1581
|
+
"privacy": "public"
|
|
1314
1582
|
}
|
|
1315
1583
|
],
|
|
1316
1584
|
"exports": [
|
|
1317
1585
|
{
|
|
1318
1586
|
"kind": "js",
|
|
1319
|
-
"name": "
|
|
1587
|
+
"name": "ActionsMenu",
|
|
1320
1588
|
"declaration": {
|
|
1321
|
-
"name": "
|
|
1322
|
-
"module": "src/
|
|
1589
|
+
"name": "ActionsMenu",
|
|
1590
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1323
1591
|
}
|
|
1324
1592
|
},
|
|
1325
1593
|
{
|
|
1326
1594
|
"kind": "js",
|
|
1327
|
-
"name": "
|
|
1595
|
+
"name": "zeroActionsMenu",
|
|
1328
1596
|
"declaration": {
|
|
1329
|
-
"name": "
|
|
1330
|
-
"module": "src/
|
|
1597
|
+
"name": "zeroActionsMenu",
|
|
1598
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1331
1599
|
}
|
|
1332
1600
|
}
|
|
1333
1601
|
]
|
|
1334
1602
|
},
|
|
1335
1603
|
{
|
|
1336
1604
|
"kind": "javascript-module",
|
|
1337
|
-
"path": "src/
|
|
1605
|
+
"path": "src/actions-menu/index.ts",
|
|
1338
1606
|
"declarations": [],
|
|
1339
1607
|
"exports": [
|
|
1340
1608
|
{
|
|
@@ -1342,15 +1610,7 @@
|
|
|
1342
1610
|
"name": "*",
|
|
1343
1611
|
"declaration": {
|
|
1344
1612
|
"name": "*",
|
|
1345
|
-
"package": "./
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "js",
|
|
1350
|
-
"name": "*",
|
|
1351
|
-
"declaration": {
|
|
1352
|
-
"name": "*",
|
|
1353
|
-
"package": "./accordion-item.styles"
|
|
1613
|
+
"package": "./actions-menu"
|
|
1354
1614
|
}
|
|
1355
1615
|
},
|
|
1356
1616
|
{
|
|
@@ -1358,14 +1618,14 @@
|
|
|
1358
1618
|
"name": "*",
|
|
1359
1619
|
"declaration": {
|
|
1360
1620
|
"name": "*",
|
|
1361
|
-
"package": "./
|
|
1621
|
+
"package": "./actions-menu.styles"
|
|
1362
1622
|
}
|
|
1363
1623
|
}
|
|
1364
1624
|
]
|
|
1365
1625
|
},
|
|
1366
1626
|
{
|
|
1367
1627
|
"kind": "javascript-module",
|
|
1368
|
-
"path": "src/
|
|
1628
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1369
1629
|
"declarations": [
|
|
1370
1630
|
{
|
|
1371
1631
|
"kind": "variable",
|
|
@@ -1373,23 +1633,15 @@
|
|
|
1373
1633
|
"type": {
|
|
1374
1634
|
"text": "Meta"
|
|
1375
1635
|
},
|
|
1376
|
-
"default": "{\n title: '
|
|
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}"
|
|
1636
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1385
1637
|
},
|
|
1386
1638
|
{
|
|
1387
1639
|
"kind": "variable",
|
|
1388
|
-
"name": "
|
|
1640
|
+
"name": "All",
|
|
1389
1641
|
"type": {
|
|
1390
1642
|
"text": "StoryObj"
|
|
1391
1643
|
},
|
|
1392
|
-
"default": "{\n args: {\n
|
|
1644
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1393
1645
|
}
|
|
1394
1646
|
],
|
|
1395
1647
|
"exports": [
|
|
@@ -1398,37 +1650,68 @@
|
|
|
1398
1650
|
"name": "default",
|
|
1399
1651
|
"declaration": {
|
|
1400
1652
|
"name": "meta",
|
|
1401
|
-
"module": "src/
|
|
1653
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1402
1654
|
}
|
|
1403
1655
|
},
|
|
1404
1656
|
{
|
|
1405
1657
|
"kind": "js",
|
|
1406
|
-
"name": "
|
|
1658
|
+
"name": "All",
|
|
1407
1659
|
"declaration": {
|
|
1408
|
-
"name": "
|
|
1409
|
-
"module": "src/
|
|
1660
|
+
"name": "All",
|
|
1661
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1410
1662
|
}
|
|
1411
|
-
}
|
|
1663
|
+
}
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "javascript-module",
|
|
1668
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1669
|
+
"declarations": [
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "function",
|
|
1672
|
+
"name": "zeroAnchorStyles",
|
|
1673
|
+
"return": {
|
|
1674
|
+
"type": {
|
|
1675
|
+
"text": "ElementStyles"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1678
|
+
"parameters": [
|
|
1679
|
+
{
|
|
1680
|
+
"name": "context",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "ElementDefinitionContext"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "definition",
|
|
1687
|
+
"type": {
|
|
1688
|
+
"text": "FoundationElementDefinition"
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
}
|
|
1693
|
+
],
|
|
1694
|
+
"exports": [
|
|
1412
1695
|
{
|
|
1413
1696
|
"kind": "js",
|
|
1414
|
-
"name": "
|
|
1697
|
+
"name": "zeroAnchorStyles",
|
|
1415
1698
|
"declaration": {
|
|
1416
|
-
"name": "
|
|
1417
|
-
"module": "src/
|
|
1699
|
+
"name": "zeroAnchorStyles",
|
|
1700
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1418
1701
|
}
|
|
1419
1702
|
}
|
|
1420
1703
|
]
|
|
1421
1704
|
},
|
|
1422
1705
|
{
|
|
1423
1706
|
"kind": "javascript-module",
|
|
1424
|
-
"path": "src/
|
|
1707
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1425
1708
|
"declarations": [
|
|
1426
1709
|
{
|
|
1427
1710
|
"kind": "function",
|
|
1428
|
-
"name": "
|
|
1711
|
+
"name": "zeroAnchorTemplate",
|
|
1429
1712
|
"return": {
|
|
1430
1713
|
"type": {
|
|
1431
|
-
"text": "
|
|
1714
|
+
"text": "ViewTemplate<Anchor>"
|
|
1432
1715
|
}
|
|
1433
1716
|
},
|
|
1434
1717
|
"parameters": [
|
|
@@ -1450,375 +1733,252 @@
|
|
|
1450
1733
|
"exports": [
|
|
1451
1734
|
{
|
|
1452
1735
|
"kind": "js",
|
|
1453
|
-
"name": "
|
|
1736
|
+
"name": "zeroAnchorTemplate",
|
|
1454
1737
|
"declaration": {
|
|
1455
|
-
"name": "
|
|
1456
|
-
"module": "src/
|
|
1738
|
+
"name": "zeroAnchorTemplate",
|
|
1739
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1457
1740
|
}
|
|
1458
1741
|
}
|
|
1459
1742
|
]
|
|
1460
1743
|
},
|
|
1461
1744
|
{
|
|
1462
1745
|
"kind": "javascript-module",
|
|
1463
|
-
"path": "src/
|
|
1746
|
+
"path": "src/anchor/anchor.ts",
|
|
1464
1747
|
"declarations": [
|
|
1465
1748
|
{
|
|
1466
1749
|
"kind": "class",
|
|
1467
1750
|
"description": "",
|
|
1468
|
-
"name": "
|
|
1751
|
+
"name": "Anchor",
|
|
1469
1752
|
"superclass": {
|
|
1470
|
-
"name": "
|
|
1753
|
+
"name": "FoundationAnchor",
|
|
1471
1754
|
"package": "@genesislcap/foundation-ui"
|
|
1472
1755
|
},
|
|
1473
|
-
"tagName": "%%prefix%%-
|
|
1756
|
+
"tagName": "%%prefix%%-anchor",
|
|
1474
1757
|
"customElement": true,
|
|
1475
1758
|
"attributes": [
|
|
1476
1759
|
{
|
|
1477
|
-
"name": "
|
|
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"
|
|
1504
|
-
},
|
|
1505
|
-
"default": "true",
|
|
1506
|
-
"fieldName": "autoCloseOnAction",
|
|
1507
|
-
"inheritedFrom": {
|
|
1508
|
-
"name": "ActionsMenu",
|
|
1509
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
"name": "name",
|
|
1514
|
-
"type": {
|
|
1515
|
-
"text": "string"
|
|
1516
|
-
},
|
|
1517
|
-
"default": "'Actions'",
|
|
1518
|
-
"fieldName": "name",
|
|
1519
|
-
"inheritedFrom": {
|
|
1520
|
-
"name": "ActionsMenu",
|
|
1521
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "open",
|
|
1526
|
-
"type": {
|
|
1527
|
-
"text": "boolean"
|
|
1528
|
-
},
|
|
1529
|
-
"default": "false",
|
|
1530
|
-
"fieldName": "open",
|
|
1531
|
-
"inheritedFrom": {
|
|
1532
|
-
"name": "ActionsMenu",
|
|
1533
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"name": "buttonAppearance",
|
|
1538
|
-
"type": {
|
|
1539
|
-
"text": "string"
|
|
1540
|
-
},
|
|
1541
|
-
"fieldName": "buttonAppearance",
|
|
1542
|
-
"inheritedFrom": {
|
|
1543
|
-
"name": "ActionsMenu",
|
|
1544
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "hide-disabled",
|
|
1549
|
-
"type": {
|
|
1550
|
-
"text": "boolean"
|
|
1551
|
-
},
|
|
1552
|
-
"default": "false",
|
|
1553
|
-
"fieldName": "hideDisabled",
|
|
1554
|
-
"inheritedFrom": {
|
|
1555
|
-
"name": "ActionsMenu",
|
|
1556
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"name": "hide-menu-single-option",
|
|
1760
|
+
"name": "download",
|
|
1561
1761
|
"type": {
|
|
1562
|
-
"text": "
|
|
1762
|
+
"text": "string"
|
|
1563
1763
|
},
|
|
1564
|
-
"
|
|
1565
|
-
"fieldName": "
|
|
1764
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1765
|
+
"fieldName": "download",
|
|
1566
1766
|
"inheritedFrom": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/
|
|
1767
|
+
"name": "Anchor",
|
|
1768
|
+
"module": "src/anchor/anchor.ts"
|
|
1569
1769
|
}
|
|
1570
|
-
}
|
|
1571
|
-
],
|
|
1572
|
-
"members": [
|
|
1770
|
+
},
|
|
1573
1771
|
{
|
|
1574
|
-
"
|
|
1575
|
-
"name": "actions",
|
|
1772
|
+
"name": "href",
|
|
1576
1773
|
"type": {
|
|
1577
|
-
"text": "
|
|
1774
|
+
"text": "string"
|
|
1578
1775
|
},
|
|
1776
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1777
|
+
"fieldName": "href",
|
|
1579
1778
|
"inheritedFrom": {
|
|
1580
|
-
"name": "
|
|
1581
|
-
"module": "src/
|
|
1779
|
+
"name": "Anchor",
|
|
1780
|
+
"module": "src/anchor/anchor.ts"
|
|
1582
1781
|
}
|
|
1583
1782
|
},
|
|
1584
1783
|
{
|
|
1585
|
-
"
|
|
1586
|
-
"name": "isVertical",
|
|
1784
|
+
"name": "hreflang",
|
|
1587
1785
|
"type": {
|
|
1588
|
-
"text": "
|
|
1786
|
+
"text": "string"
|
|
1589
1787
|
},
|
|
1590
|
-
"
|
|
1788
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1789
|
+
"fieldName": "hreflang",
|
|
1591
1790
|
"inheritedFrom": {
|
|
1592
|
-
"name": "
|
|
1593
|
-
"module": "src/
|
|
1791
|
+
"name": "Anchor",
|
|
1792
|
+
"module": "src/anchor/anchor.ts"
|
|
1594
1793
|
}
|
|
1595
1794
|
},
|
|
1596
1795
|
{
|
|
1597
|
-
"
|
|
1598
|
-
"name": "addDefaultActions",
|
|
1796
|
+
"name": "ping",
|
|
1599
1797
|
"type": {
|
|
1600
|
-
"text": "
|
|
1798
|
+
"text": "string"
|
|
1601
1799
|
},
|
|
1602
|
-
"
|
|
1800
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1801
|
+
"fieldName": "ping",
|
|
1603
1802
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1803
|
+
"name": "Anchor",
|
|
1804
|
+
"module": "src/anchor/anchor.ts"
|
|
1606
1805
|
}
|
|
1607
1806
|
},
|
|
1608
1807
|
{
|
|
1609
|
-
"
|
|
1610
|
-
"name": "autoCloseOnAction",
|
|
1808
|
+
"name": "referrerpolicy",
|
|
1611
1809
|
"type": {
|
|
1612
|
-
"text": "
|
|
1810
|
+
"text": "string"
|
|
1613
1811
|
},
|
|
1614
|
-
"
|
|
1812
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1813
|
+
"fieldName": "referrerpolicy",
|
|
1615
1814
|
"inheritedFrom": {
|
|
1616
|
-
"name": "
|
|
1617
|
-
"module": "src/
|
|
1815
|
+
"name": "Anchor",
|
|
1816
|
+
"module": "src/anchor/anchor.ts"
|
|
1618
1817
|
}
|
|
1619
1818
|
},
|
|
1620
1819
|
{
|
|
1621
|
-
"
|
|
1622
|
-
"name": "classNames",
|
|
1820
|
+
"name": "rel",
|
|
1623
1821
|
"type": {
|
|
1624
1822
|
"text": "string"
|
|
1625
1823
|
},
|
|
1824
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1825
|
+
"fieldName": "rel",
|
|
1626
1826
|
"inheritedFrom": {
|
|
1627
|
-
"name": "
|
|
1628
|
-
"module": "src/
|
|
1827
|
+
"name": "Anchor",
|
|
1828
|
+
"module": "src/anchor/anchor.ts"
|
|
1629
1829
|
}
|
|
1630
1830
|
},
|
|
1631
1831
|
{
|
|
1632
|
-
"
|
|
1633
|
-
"name": "definition",
|
|
1832
|
+
"name": "target",
|
|
1634
1833
|
"type": {
|
|
1635
|
-
"text": "
|
|
1834
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1636
1835
|
},
|
|
1836
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1837
|
+
"fieldName": "target",
|
|
1637
1838
|
"inheritedFrom": {
|
|
1638
|
-
"name": "
|
|
1639
|
-
"module": "src/
|
|
1839
|
+
"name": "Anchor",
|
|
1840
|
+
"module": "src/anchor/anchor.ts"
|
|
1640
1841
|
}
|
|
1641
1842
|
},
|
|
1642
1843
|
{
|
|
1643
|
-
"
|
|
1644
|
-
"name": "name",
|
|
1844
|
+
"name": "type",
|
|
1645
1845
|
"type": {
|
|
1646
1846
|
"text": "string"
|
|
1647
1847
|
},
|
|
1648
|
-
"
|
|
1848
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1849
|
+
"fieldName": "type",
|
|
1649
1850
|
"inheritedFrom": {
|
|
1650
|
-
"name": "
|
|
1651
|
-
"module": "src/
|
|
1851
|
+
"name": "Anchor",
|
|
1852
|
+
"module": "src/anchor/anchor.ts"
|
|
1652
1853
|
}
|
|
1653
|
-
}
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"members": [
|
|
1654
1857
|
{
|
|
1655
1858
|
"kind": "field",
|
|
1656
|
-
"name": "
|
|
1859
|
+
"name": "download",
|
|
1657
1860
|
"type": {
|
|
1658
|
-
"text": "
|
|
1861
|
+
"text": "string"
|
|
1659
1862
|
},
|
|
1660
|
-
"
|
|
1863
|
+
"privacy": "public",
|
|
1864
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1661
1865
|
"inheritedFrom": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
"module": "src/
|
|
1866
|
+
"name": "Anchor",
|
|
1867
|
+
"module": "src/anchor/anchor.ts"
|
|
1664
1868
|
}
|
|
1665
1869
|
},
|
|
1666
1870
|
{
|
|
1667
1871
|
"kind": "field",
|
|
1668
|
-
"name": "
|
|
1872
|
+
"name": "href",
|
|
1669
1873
|
"type": {
|
|
1670
1874
|
"text": "string"
|
|
1671
1875
|
},
|
|
1876
|
+
"privacy": "public",
|
|
1877
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1672
1878
|
"inheritedFrom": {
|
|
1673
|
-
"name": "
|
|
1674
|
-
"module": "src/
|
|
1879
|
+
"name": "Anchor",
|
|
1880
|
+
"module": "src/anchor/anchor.ts"
|
|
1675
1881
|
}
|
|
1676
1882
|
},
|
|
1677
1883
|
{
|
|
1678
1884
|
"kind": "field",
|
|
1679
|
-
"name": "
|
|
1885
|
+
"name": "hreflang",
|
|
1680
1886
|
"type": {
|
|
1681
|
-
"text": "
|
|
1887
|
+
"text": "string"
|
|
1682
1888
|
},
|
|
1683
|
-
"
|
|
1889
|
+
"privacy": "public",
|
|
1890
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1684
1891
|
"inheritedFrom": {
|
|
1685
|
-
"name": "
|
|
1686
|
-
"module": "src/
|
|
1892
|
+
"name": "Anchor",
|
|
1893
|
+
"module": "src/anchor/anchor.ts"
|
|
1687
1894
|
}
|
|
1688
1895
|
},
|
|
1689
1896
|
{
|
|
1690
1897
|
"kind": "field",
|
|
1691
|
-
"name": "
|
|
1898
|
+
"name": "ping",
|
|
1692
1899
|
"type": {
|
|
1693
|
-
"text": "
|
|
1900
|
+
"text": "string"
|
|
1694
1901
|
},
|
|
1695
|
-
"
|
|
1902
|
+
"privacy": "public",
|
|
1903
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1696
1904
|
"inheritedFrom": {
|
|
1697
|
-
"name": "
|
|
1698
|
-
"module": "src/
|
|
1905
|
+
"name": "Anchor",
|
|
1906
|
+
"module": "src/anchor/anchor.ts"
|
|
1699
1907
|
}
|
|
1700
1908
|
},
|
|
1701
1909
|
{
|
|
1702
1910
|
"kind": "field",
|
|
1703
|
-
"name": "
|
|
1911
|
+
"name": "referrerpolicy",
|
|
1704
1912
|
"type": {
|
|
1705
|
-
"text": "
|
|
1913
|
+
"text": "string"
|
|
1706
1914
|
},
|
|
1915
|
+
"privacy": "public",
|
|
1916
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1707
1917
|
"inheritedFrom": {
|
|
1708
|
-
"name": "
|
|
1709
|
-
"module": "src/
|
|
1918
|
+
"name": "Anchor",
|
|
1919
|
+
"module": "src/anchor/anchor.ts"
|
|
1710
1920
|
}
|
|
1711
1921
|
},
|
|
1712
1922
|
{
|
|
1713
1923
|
"kind": "field",
|
|
1714
|
-
"name": "
|
|
1924
|
+
"name": "rel",
|
|
1715
1925
|
"type": {
|
|
1716
|
-
"text": "
|
|
1926
|
+
"text": "string"
|
|
1717
1927
|
},
|
|
1928
|
+
"privacy": "public",
|
|
1929
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1718
1930
|
"inheritedFrom": {
|
|
1719
|
-
"name": "
|
|
1720
|
-
"module": "src/
|
|
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"
|
|
1931
|
+
"name": "Anchor",
|
|
1932
|
+
"module": "src/anchor/anchor.ts"
|
|
1777
1933
|
}
|
|
1778
1934
|
},
|
|
1779
1935
|
{
|
|
1780
1936
|
"kind": "field",
|
|
1781
|
-
"name": "
|
|
1937
|
+
"name": "target",
|
|
1782
1938
|
"type": {
|
|
1783
|
-
"text": "
|
|
1939
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1784
1940
|
},
|
|
1785
|
-
"
|
|
1941
|
+
"privacy": "public",
|
|
1942
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1786
1943
|
"inheritedFrom": {
|
|
1787
|
-
"name": "
|
|
1788
|
-
"module": "src/
|
|
1944
|
+
"name": "Anchor",
|
|
1945
|
+
"module": "src/anchor/anchor.ts"
|
|
1789
1946
|
}
|
|
1790
1947
|
},
|
|
1791
1948
|
{
|
|
1792
1949
|
"kind": "field",
|
|
1793
|
-
"name": "
|
|
1794
|
-
"
|
|
1950
|
+
"name": "type",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "string"
|
|
1953
|
+
},
|
|
1954
|
+
"privacy": "public",
|
|
1955
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1795
1956
|
"inheritedFrom": {
|
|
1796
|
-
"name": "
|
|
1797
|
-
"module": "src/
|
|
1957
|
+
"name": "Anchor",
|
|
1958
|
+
"module": "src/anchor/anchor.ts"
|
|
1798
1959
|
}
|
|
1799
1960
|
},
|
|
1800
1961
|
{
|
|
1801
|
-
"kind": "
|
|
1802
|
-
"name": "
|
|
1803
|
-
"
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
],
|
|
1962
|
+
"kind": "field",
|
|
1963
|
+
"name": "control",
|
|
1964
|
+
"type": {
|
|
1965
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1966
|
+
},
|
|
1967
|
+
"privacy": "public",
|
|
1968
|
+
"description": "References the root element",
|
|
1811
1969
|
"inheritedFrom": {
|
|
1812
|
-
"name": "
|
|
1813
|
-
"module": "src/
|
|
1970
|
+
"name": "Anchor",
|
|
1971
|
+
"module": "src/anchor/anchor.ts"
|
|
1814
1972
|
}
|
|
1815
1973
|
},
|
|
1816
1974
|
{
|
|
1817
|
-
"kind": "
|
|
1818
|
-
"name": "
|
|
1975
|
+
"kind": "field",
|
|
1976
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1977
|
+
"privacy": "private",
|
|
1978
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
1819
1979
|
"inheritedFrom": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/
|
|
1980
|
+
"name": "Anchor",
|
|
1981
|
+
"module": "src/anchor/anchor.ts"
|
|
1822
1982
|
}
|
|
1823
1983
|
},
|
|
1824
1984
|
{
|
|
@@ -1830,8 +1990,8 @@
|
|
|
1830
1990
|
"privacy": "private",
|
|
1831
1991
|
"default": "void 0",
|
|
1832
1992
|
"inheritedFrom": {
|
|
1833
|
-
"name": "
|
|
1834
|
-
"module": "src/
|
|
1993
|
+
"name": "Anchor",
|
|
1994
|
+
"module": "src/anchor/anchor.ts"
|
|
1835
1995
|
}
|
|
1836
1996
|
},
|
|
1837
1997
|
{
|
|
@@ -1843,8 +2003,8 @@
|
|
|
1843
2003
|
"privacy": "public",
|
|
1844
2004
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1845
2005
|
"inheritedFrom": {
|
|
1846
|
-
"name": "
|
|
1847
|
-
"module": "src/
|
|
2006
|
+
"name": "Anchor",
|
|
2007
|
+
"module": "src/anchor/anchor.ts"
|
|
1848
2008
|
}
|
|
1849
2009
|
},
|
|
1850
2010
|
{
|
|
@@ -1856,8 +2016,8 @@
|
|
|
1856
2016
|
"privacy": "public",
|
|
1857
2017
|
"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
2018
|
"inheritedFrom": {
|
|
1859
|
-
"name": "
|
|
1860
|
-
"module": "src/
|
|
2019
|
+
"name": "Anchor",
|
|
2020
|
+
"module": "src/anchor/anchor.ts"
|
|
1861
2021
|
}
|
|
1862
2022
|
},
|
|
1863
2023
|
{
|
|
@@ -1870,8 +2030,8 @@
|
|
|
1870
2030
|
}
|
|
1871
2031
|
},
|
|
1872
2032
|
"inheritedFrom": {
|
|
1873
|
-
"name": "
|
|
1874
|
-
"module": "src/
|
|
2033
|
+
"name": "Anchor",
|
|
2034
|
+
"module": "src/anchor/anchor.ts"
|
|
1875
2035
|
}
|
|
1876
2036
|
},
|
|
1877
2037
|
{
|
|
@@ -1883,8 +2043,8 @@
|
|
|
1883
2043
|
"privacy": "public",
|
|
1884
2044
|
"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
2045
|
"inheritedFrom": {
|
|
1886
|
-
"name": "
|
|
1887
|
-
"module": "src/
|
|
2046
|
+
"name": "Anchor",
|
|
2047
|
+
"module": "src/anchor/anchor.ts"
|
|
1888
2048
|
}
|
|
1889
2049
|
},
|
|
1890
2050
|
{
|
|
@@ -1897,8 +2057,8 @@
|
|
|
1897
2057
|
}
|
|
1898
2058
|
},
|
|
1899
2059
|
"inheritedFrom": {
|
|
1900
|
-
"name": "
|
|
1901
|
-
"module": "src/
|
|
2060
|
+
"name": "Anchor",
|
|
2061
|
+
"module": "src/anchor/anchor.ts"
|
|
1902
2062
|
}
|
|
1903
2063
|
},
|
|
1904
2064
|
{
|
|
@@ -1928,41 +2088,39 @@
|
|
|
1928
2088
|
],
|
|
1929
2089
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1930
2090
|
"inheritedFrom": {
|
|
1931
|
-
"name": "
|
|
1932
|
-
"module": "src/
|
|
2091
|
+
"name": "Anchor",
|
|
2092
|
+
"module": "src/anchor/anchor.ts"
|
|
1933
2093
|
}
|
|
1934
2094
|
}
|
|
1935
2095
|
]
|
|
1936
2096
|
},
|
|
1937
2097
|
{
|
|
1938
2098
|
"kind": "variable",
|
|
1939
|
-
"name": "
|
|
1940
|
-
"description": "The Zero Actions Menu",
|
|
1941
|
-
"privacy": "public"
|
|
2099
|
+
"name": "zeroAnchor"
|
|
1942
2100
|
}
|
|
1943
2101
|
],
|
|
1944
2102
|
"exports": [
|
|
1945
2103
|
{
|
|
1946
2104
|
"kind": "js",
|
|
1947
|
-
"name": "
|
|
2105
|
+
"name": "Anchor",
|
|
1948
2106
|
"declaration": {
|
|
1949
|
-
"name": "
|
|
1950
|
-
"module": "src/
|
|
2107
|
+
"name": "Anchor",
|
|
2108
|
+
"module": "src/anchor/anchor.ts"
|
|
1951
2109
|
}
|
|
1952
2110
|
},
|
|
1953
2111
|
{
|
|
1954
2112
|
"kind": "js",
|
|
1955
|
-
"name": "
|
|
2113
|
+
"name": "zeroAnchor",
|
|
1956
2114
|
"declaration": {
|
|
1957
|
-
"name": "
|
|
1958
|
-
"module": "src/
|
|
2115
|
+
"name": "zeroAnchor",
|
|
2116
|
+
"module": "src/anchor/anchor.ts"
|
|
1959
2117
|
}
|
|
1960
2118
|
}
|
|
1961
2119
|
]
|
|
1962
2120
|
},
|
|
1963
2121
|
{
|
|
1964
2122
|
"kind": "javascript-module",
|
|
1965
|
-
"path": "src/
|
|
2123
|
+
"path": "src/anchor/index.ts",
|
|
1966
2124
|
"declarations": [],
|
|
1967
2125
|
"exports": [
|
|
1968
2126
|
{
|
|
@@ -1970,7 +2128,7 @@
|
|
|
1970
2128
|
"name": "*",
|
|
1971
2129
|
"declaration": {
|
|
1972
2130
|
"name": "*",
|
|
1973
|
-
"package": "./
|
|
2131
|
+
"package": "./anchor"
|
|
1974
2132
|
}
|
|
1975
2133
|
},
|
|
1976
2134
|
{
|
|
@@ -1978,367 +2136,199 @@
|
|
|
1978
2136
|
"name": "*",
|
|
1979
2137
|
"declaration": {
|
|
1980
2138
|
"name": "*",
|
|
1981
|
-
"package": "./
|
|
1982
|
-
}
|
|
1983
|
-
}
|
|
1984
|
-
]
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "javascript-module",
|
|
1988
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
1989
|
-
"declarations": [
|
|
1990
|
-
{
|
|
1991
|
-
"kind": "variable",
|
|
1992
|
-
"name": "meta",
|
|
1993
|
-
"type": {
|
|
1994
|
-
"text": "Meta"
|
|
1995
|
-
},
|
|
1996
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1997
|
-
},
|
|
1998
|
-
{
|
|
1999
|
-
"kind": "variable",
|
|
2000
|
-
"name": "All",
|
|
2001
|
-
"type": {
|
|
2002
|
-
"text": "StoryObj"
|
|
2003
|
-
},
|
|
2004
|
-
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
2005
|
-
}
|
|
2006
|
-
],
|
|
2007
|
-
"exports": [
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "js",
|
|
2010
|
-
"name": "default",
|
|
2011
|
-
"declaration": {
|
|
2012
|
-
"name": "meta",
|
|
2013
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
2139
|
+
"package": "./anchor.styles"
|
|
2014
2140
|
}
|
|
2015
2141
|
},
|
|
2016
2142
|
{
|
|
2017
2143
|
"kind": "js",
|
|
2018
|
-
"name": "
|
|
2144
|
+
"name": "*",
|
|
2019
2145
|
"declaration": {
|
|
2020
|
-
"name": "
|
|
2021
|
-
"
|
|
2146
|
+
"name": "*",
|
|
2147
|
+
"package": "./anchor.template"
|
|
2022
2148
|
}
|
|
2023
2149
|
}
|
|
2024
2150
|
]
|
|
2025
2151
|
},
|
|
2026
2152
|
{
|
|
2027
2153
|
"kind": "javascript-module",
|
|
2028
|
-
"path": "src/
|
|
2154
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2029
2155
|
"declarations": [
|
|
2030
2156
|
{
|
|
2031
2157
|
"kind": "function",
|
|
2032
|
-
"name": "
|
|
2158
|
+
"name": "zeroAccordionItemStyles",
|
|
2033
2159
|
"return": {
|
|
2034
2160
|
"type": {
|
|
2035
2161
|
"text": "ElementStyles"
|
|
2036
2162
|
}
|
|
2037
|
-
},
|
|
2038
|
-
"parameters": [
|
|
2039
|
-
{
|
|
2040
|
-
"name": "context",
|
|
2041
|
-
"type": {
|
|
2042
|
-
"text": "ElementDefinitionContext"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"name": "definition",
|
|
2047
|
-
"type": {
|
|
2048
|
-
"text": "FoundationElementDefinition"
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
]
|
|
2052
|
-
}
|
|
2053
|
-
],
|
|
2054
|
-
"exports": [
|
|
2055
|
-
{
|
|
2056
|
-
"kind": "js",
|
|
2057
|
-
"name": "zeroAnchorStyles",
|
|
2058
|
-
"declaration": {
|
|
2059
|
-
"name": "zeroAnchorStyles",
|
|
2060
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
]
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"kind": "javascript-module",
|
|
2067
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2068
|
-
"declarations": [
|
|
2069
|
-
{
|
|
2070
|
-
"kind": "function",
|
|
2071
|
-
"name": "zeroAnchorTemplate",
|
|
2072
|
-
"return": {
|
|
2073
|
-
"type": {
|
|
2074
|
-
"text": "ViewTemplate<Anchor>"
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
"parameters": [
|
|
2078
|
-
{
|
|
2079
|
-
"name": "context",
|
|
2080
|
-
"type": {
|
|
2081
|
-
"text": "ElementDefinitionContext"
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"name": "definition",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"text": "FoundationElementDefinition"
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
]
|
|
2091
|
-
}
|
|
2092
|
-
],
|
|
2093
|
-
"exports": [
|
|
2094
|
-
{
|
|
2095
|
-
"kind": "js",
|
|
2096
|
-
"name": "zeroAnchorTemplate",
|
|
2097
|
-
"declaration": {
|
|
2098
|
-
"name": "zeroAnchorTemplate",
|
|
2099
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
]
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"kind": "javascript-module",
|
|
2106
|
-
"path": "src/anchor/anchor.ts",
|
|
2107
|
-
"declarations": [
|
|
2108
|
-
{
|
|
2109
|
-
"kind": "class",
|
|
2110
|
-
"description": "",
|
|
2111
|
-
"name": "Anchor",
|
|
2112
|
-
"superclass": {
|
|
2113
|
-
"name": "FoundationAnchor",
|
|
2114
|
-
"package": "@genesislcap/foundation-ui"
|
|
2115
|
-
},
|
|
2116
|
-
"tagName": "%%prefix%%-anchor",
|
|
2117
|
-
"customElement": true,
|
|
2118
|
-
"attributes": [
|
|
2119
|
-
{
|
|
2120
|
-
"name": "download",
|
|
2121
|
-
"type": {
|
|
2122
|
-
"text": "string"
|
|
2123
|
-
},
|
|
2124
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2125
|
-
"fieldName": "download",
|
|
2126
|
-
"inheritedFrom": {
|
|
2127
|
-
"name": "Anchor",
|
|
2128
|
-
"module": "src/anchor/anchor.ts"
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"name": "href",
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "string"
|
|
2135
|
-
},
|
|
2136
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2137
|
-
"fieldName": "href",
|
|
2138
|
-
"inheritedFrom": {
|
|
2139
|
-
"name": "Anchor",
|
|
2140
|
-
"module": "src/anchor/anchor.ts"
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"name": "hreflang",
|
|
2145
|
-
"type": {
|
|
2146
|
-
"text": "string"
|
|
2147
|
-
},
|
|
2148
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2149
|
-
"fieldName": "hreflang",
|
|
2150
|
-
"inheritedFrom": {
|
|
2151
|
-
"name": "Anchor",
|
|
2152
|
-
"module": "src/anchor/anchor.ts"
|
|
2153
|
-
}
|
|
2154
|
-
},
|
|
2155
|
-
{
|
|
2156
|
-
"name": "ping",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "string"
|
|
2159
|
-
},
|
|
2160
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2161
|
-
"fieldName": "ping",
|
|
2162
|
-
"inheritedFrom": {
|
|
2163
|
-
"name": "Anchor",
|
|
2164
|
-
"module": "src/anchor/anchor.ts"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"name": "referrerpolicy",
|
|
2169
|
-
"type": {
|
|
2170
|
-
"text": "string"
|
|
2171
|
-
},
|
|
2172
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2173
|
-
"fieldName": "referrerpolicy",
|
|
2174
|
-
"inheritedFrom": {
|
|
2175
|
-
"name": "Anchor",
|
|
2176
|
-
"module": "src/anchor/anchor.ts"
|
|
2177
|
-
}
|
|
2178
|
-
},
|
|
2179
|
-
{
|
|
2180
|
-
"name": "rel",
|
|
2181
|
-
"type": {
|
|
2182
|
-
"text": "string"
|
|
2183
|
-
},
|
|
2184
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2185
|
-
"fieldName": "rel",
|
|
2186
|
-
"inheritedFrom": {
|
|
2187
|
-
"name": "Anchor",
|
|
2188
|
-
"module": "src/anchor/anchor.ts"
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2163
|
+
},
|
|
2164
|
+
"parameters": [
|
|
2191
2165
|
{
|
|
2192
|
-
"name": "
|
|
2166
|
+
"name": "context",
|
|
2193
2167
|
"type": {
|
|
2194
|
-
"text": "
|
|
2195
|
-
},
|
|
2196
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2197
|
-
"fieldName": "target",
|
|
2198
|
-
"inheritedFrom": {
|
|
2199
|
-
"name": "Anchor",
|
|
2200
|
-
"module": "src/anchor/anchor.ts"
|
|
2168
|
+
"text": "ElementDefinitionContext"
|
|
2201
2169
|
}
|
|
2202
2170
|
},
|
|
2203
2171
|
{
|
|
2204
|
-
"name": "
|
|
2172
|
+
"name": "definition",
|
|
2205
2173
|
"type": {
|
|
2206
|
-
"text": "
|
|
2207
|
-
},
|
|
2208
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2209
|
-
"fieldName": "type",
|
|
2210
|
-
"inheritedFrom": {
|
|
2211
|
-
"name": "Anchor",
|
|
2212
|
-
"module": "src/anchor/anchor.ts"
|
|
2174
|
+
"text": "FoundationElementDefinition"
|
|
2213
2175
|
}
|
|
2214
2176
|
}
|
|
2215
|
-
]
|
|
2216
|
-
|
|
2177
|
+
]
|
|
2178
|
+
}
|
|
2179
|
+
],
|
|
2180
|
+
"exports": [
|
|
2181
|
+
{
|
|
2182
|
+
"kind": "js",
|
|
2183
|
+
"name": "zeroAccordionItemStyles",
|
|
2184
|
+
"declaration": {
|
|
2185
|
+
"name": "zeroAccordionItemStyles",
|
|
2186
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
]
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "javascript-module",
|
|
2193
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2194
|
+
"declarations": [
|
|
2195
|
+
{
|
|
2196
|
+
"kind": "function",
|
|
2197
|
+
"name": "zeroAccordionItemTemplate",
|
|
2198
|
+
"return": {
|
|
2199
|
+
"type": {
|
|
2200
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
"parameters": [
|
|
2217
2204
|
{
|
|
2218
|
-
"
|
|
2219
|
-
"name": "download",
|
|
2205
|
+
"name": "context",
|
|
2220
2206
|
"type": {
|
|
2221
|
-
"text": "
|
|
2222
|
-
},
|
|
2223
|
-
"privacy": "public",
|
|
2224
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2225
|
-
"inheritedFrom": {
|
|
2226
|
-
"name": "Anchor",
|
|
2227
|
-
"module": "src/anchor/anchor.ts"
|
|
2207
|
+
"text": "ElementDefinitionContext"
|
|
2228
2208
|
}
|
|
2229
2209
|
},
|
|
2230
2210
|
{
|
|
2231
|
-
"
|
|
2232
|
-
"name": "href",
|
|
2211
|
+
"name": "definition",
|
|
2233
2212
|
"type": {
|
|
2234
|
-
"text": "
|
|
2235
|
-
},
|
|
2236
|
-
"privacy": "public",
|
|
2237
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2238
|
-
"inheritedFrom": {
|
|
2239
|
-
"name": "Anchor",
|
|
2240
|
-
"module": "src/anchor/anchor.ts"
|
|
2213
|
+
"text": "FoundationElementDefinition"
|
|
2241
2214
|
}
|
|
2242
|
-
}
|
|
2215
|
+
}
|
|
2216
|
+
]
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"exports": [
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "js",
|
|
2222
|
+
"name": "zeroAccordionItemTemplate",
|
|
2223
|
+
"declaration": {
|
|
2224
|
+
"name": "zeroAccordionItemTemplate",
|
|
2225
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
]
|
|
2229
|
+
},
|
|
2230
|
+
{
|
|
2231
|
+
"kind": "javascript-module",
|
|
2232
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2233
|
+
"declarations": [
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "class",
|
|
2236
|
+
"description": "",
|
|
2237
|
+
"name": "AccordionItem",
|
|
2238
|
+
"superclass": {
|
|
2239
|
+
"name": "FoundationAccordionItem",
|
|
2240
|
+
"package": "@genesislcap/foundation-ui"
|
|
2241
|
+
},
|
|
2242
|
+
"tagName": "%%prefix%%-card",
|
|
2243
|
+
"customElement": true,
|
|
2244
|
+
"attributes": [
|
|
2243
2245
|
{
|
|
2244
|
-
"
|
|
2245
|
-
"name": "hreflang",
|
|
2246
|
+
"name": "heading-level",
|
|
2246
2247
|
"type": {
|
|
2247
|
-
"text": "
|
|
2248
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2248
2249
|
},
|
|
2249
|
-
"
|
|
2250
|
-
"description": "
|
|
2250
|
+
"default": "2",
|
|
2251
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2252
|
+
"fieldName": "headinglevel",
|
|
2251
2253
|
"inheritedFrom": {
|
|
2252
|
-
"name": "
|
|
2253
|
-
"module": "src/
|
|
2254
|
+
"name": "AccordionItem",
|
|
2255
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2254
2256
|
}
|
|
2255
2257
|
},
|
|
2256
2258
|
{
|
|
2257
|
-
"kind": "field",
|
|
2258
|
-
"name": "ping",
|
|
2259
2259
|
"type": {
|
|
2260
|
-
"text": "
|
|
2260
|
+
"text": "boolean"
|
|
2261
2261
|
},
|
|
2262
|
-
"
|
|
2263
|
-
"description": "
|
|
2262
|
+
"default": "false",
|
|
2263
|
+
"description": "Expands or collapses the item.",
|
|
2264
|
+
"fieldName": "expanded",
|
|
2264
2265
|
"inheritedFrom": {
|
|
2265
|
-
"name": "
|
|
2266
|
-
"module": "src/
|
|
2266
|
+
"name": "AccordionItem",
|
|
2267
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2267
2268
|
}
|
|
2268
2269
|
},
|
|
2269
2270
|
{
|
|
2270
|
-
"
|
|
2271
|
-
"name": "referrerpolicy",
|
|
2271
|
+
"name": "id",
|
|
2272
2272
|
"type": {
|
|
2273
2273
|
"text": "string"
|
|
2274
2274
|
},
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2275
|
+
"description": "The item ID",
|
|
2276
|
+
"fieldName": "id",
|
|
2277
2277
|
"inheritedFrom": {
|
|
2278
|
-
"name": "
|
|
2279
|
-
"module": "src/
|
|
2278
|
+
"name": "AccordionItem",
|
|
2279
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2280
2280
|
}
|
|
2281
|
-
}
|
|
2281
|
+
}
|
|
2282
|
+
],
|
|
2283
|
+
"members": [
|
|
2282
2284
|
{
|
|
2283
2285
|
"kind": "field",
|
|
2284
|
-
"name": "
|
|
2286
|
+
"name": "headinglevel",
|
|
2285
2287
|
"type": {
|
|
2286
|
-
"text": "
|
|
2288
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2287
2289
|
},
|
|
2288
2290
|
"privacy": "public",
|
|
2289
|
-
"
|
|
2291
|
+
"default": "2",
|
|
2292
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2290
2293
|
"inheritedFrom": {
|
|
2291
|
-
"name": "
|
|
2292
|
-
"module": "src/
|
|
2294
|
+
"name": "AccordionItem",
|
|
2295
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2293
2296
|
}
|
|
2294
2297
|
},
|
|
2295
2298
|
{
|
|
2296
2299
|
"kind": "field",
|
|
2297
|
-
"name": "
|
|
2300
|
+
"name": "expanded",
|
|
2298
2301
|
"type": {
|
|
2299
|
-
"text": "
|
|
2302
|
+
"text": "boolean"
|
|
2300
2303
|
},
|
|
2301
2304
|
"privacy": "public",
|
|
2302
|
-
"
|
|
2305
|
+
"default": "false",
|
|
2306
|
+
"description": "Expands or collapses the item.",
|
|
2303
2307
|
"inheritedFrom": {
|
|
2304
|
-
"name": "
|
|
2305
|
-
"module": "src/
|
|
2308
|
+
"name": "AccordionItem",
|
|
2309
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2306
2310
|
}
|
|
2307
2311
|
},
|
|
2308
2312
|
{
|
|
2309
2313
|
"kind": "field",
|
|
2310
|
-
"name": "
|
|
2314
|
+
"name": "id",
|
|
2311
2315
|
"type": {
|
|
2312
2316
|
"text": "string"
|
|
2313
2317
|
},
|
|
2314
2318
|
"privacy": "public",
|
|
2315
|
-
"description": "
|
|
2316
|
-
"inheritedFrom": {
|
|
2317
|
-
"name": "Anchor",
|
|
2318
|
-
"module": "src/anchor/anchor.ts"
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
{
|
|
2322
|
-
"kind": "field",
|
|
2323
|
-
"name": "control",
|
|
2324
|
-
"type": {
|
|
2325
|
-
"text": "HTMLAnchorElement | undefined"
|
|
2326
|
-
},
|
|
2327
|
-
"privacy": "public",
|
|
2328
|
-
"description": "References the root element",
|
|
2319
|
+
"description": "The item ID",
|
|
2329
2320
|
"inheritedFrom": {
|
|
2330
|
-
"name": "
|
|
2331
|
-
"module": "src/
|
|
2321
|
+
"name": "AccordionItem",
|
|
2322
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2332
2323
|
}
|
|
2333
2324
|
},
|
|
2334
2325
|
{
|
|
2335
2326
|
"kind": "field",
|
|
2336
|
-
"name": "
|
|
2327
|
+
"name": "change",
|
|
2337
2328
|
"privacy": "private",
|
|
2338
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2339
2329
|
"inheritedFrom": {
|
|
2340
|
-
"name": "
|
|
2341
|
-
"module": "src/
|
|
2330
|
+
"name": "AccordionItem",
|
|
2331
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2342
2332
|
}
|
|
2343
2333
|
},
|
|
2344
2334
|
{
|
|
@@ -2350,8 +2340,8 @@
|
|
|
2350
2340
|
"privacy": "private",
|
|
2351
2341
|
"default": "void 0",
|
|
2352
2342
|
"inheritedFrom": {
|
|
2353
|
-
"name": "
|
|
2354
|
-
"module": "src/
|
|
2343
|
+
"name": "AccordionItem",
|
|
2344
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2355
2345
|
}
|
|
2356
2346
|
},
|
|
2357
2347
|
{
|
|
@@ -2363,8 +2353,8 @@
|
|
|
2363
2353
|
"privacy": "public",
|
|
2364
2354
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2365
2355
|
"inheritedFrom": {
|
|
2366
|
-
"name": "
|
|
2367
|
-
"module": "src/
|
|
2356
|
+
"name": "AccordionItem",
|
|
2357
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2368
2358
|
}
|
|
2369
2359
|
},
|
|
2370
2360
|
{
|
|
@@ -2376,8 +2366,8 @@
|
|
|
2376
2366
|
"privacy": "public",
|
|
2377
2367
|
"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.",
|
|
2378
2368
|
"inheritedFrom": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2369
|
+
"name": "AccordionItem",
|
|
2370
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2381
2371
|
}
|
|
2382
2372
|
},
|
|
2383
2373
|
{
|
|
@@ -2390,8 +2380,8 @@
|
|
|
2390
2380
|
}
|
|
2391
2381
|
},
|
|
2392
2382
|
"inheritedFrom": {
|
|
2393
|
-
"name": "
|
|
2394
|
-
"module": "src/
|
|
2383
|
+
"name": "AccordionItem",
|
|
2384
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2395
2385
|
}
|
|
2396
2386
|
},
|
|
2397
2387
|
{
|
|
@@ -2403,8 +2393,8 @@
|
|
|
2403
2393
|
"privacy": "public",
|
|
2404
2394
|
"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.",
|
|
2405
2395
|
"inheritedFrom": {
|
|
2406
|
-
"name": "
|
|
2407
|
-
"module": "src/
|
|
2396
|
+
"name": "AccordionItem",
|
|
2397
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2408
2398
|
}
|
|
2409
2399
|
},
|
|
2410
2400
|
{
|
|
@@ -2417,8 +2407,8 @@
|
|
|
2417
2407
|
}
|
|
2418
2408
|
},
|
|
2419
2409
|
"inheritedFrom": {
|
|
2420
|
-
"name": "
|
|
2421
|
-
"module": "src/
|
|
2410
|
+
"name": "AccordionItem",
|
|
2411
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2422
2412
|
}
|
|
2423
2413
|
},
|
|
2424
2414
|
{
|
|
@@ -2448,39 +2438,49 @@
|
|
|
2448
2438
|
],
|
|
2449
2439
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2450
2440
|
"inheritedFrom": {
|
|
2451
|
-
"name": "
|
|
2452
|
-
"module": "src/
|
|
2441
|
+
"name": "AccordionItem",
|
|
2442
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
],
|
|
2446
|
+
"events": [
|
|
2447
|
+
{
|
|
2448
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2449
|
+
"name": "change",
|
|
2450
|
+
"inheritedFrom": {
|
|
2451
|
+
"name": "AccordionItem",
|
|
2452
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2453
2453
|
}
|
|
2454
2454
|
}
|
|
2455
2455
|
]
|
|
2456
2456
|
},
|
|
2457
2457
|
{
|
|
2458
2458
|
"kind": "variable",
|
|
2459
|
-
"name": "
|
|
2459
|
+
"name": "zeroAccordionItem"
|
|
2460
2460
|
}
|
|
2461
2461
|
],
|
|
2462
2462
|
"exports": [
|
|
2463
2463
|
{
|
|
2464
2464
|
"kind": "js",
|
|
2465
|
-
"name": "
|
|
2465
|
+
"name": "AccordionItem",
|
|
2466
2466
|
"declaration": {
|
|
2467
|
-
"name": "
|
|
2468
|
-
"module": "src/
|
|
2467
|
+
"name": "AccordionItem",
|
|
2468
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2469
2469
|
}
|
|
2470
2470
|
},
|
|
2471
2471
|
{
|
|
2472
2472
|
"kind": "js",
|
|
2473
|
-
"name": "
|
|
2473
|
+
"name": "zeroAccordionItem",
|
|
2474
2474
|
"declaration": {
|
|
2475
|
-
"name": "
|
|
2476
|
-
"module": "src/
|
|
2475
|
+
"name": "zeroAccordionItem",
|
|
2476
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2477
2477
|
}
|
|
2478
2478
|
}
|
|
2479
2479
|
]
|
|
2480
2480
|
},
|
|
2481
2481
|
{
|
|
2482
2482
|
"kind": "javascript-module",
|
|
2483
|
-
"path": "src/
|
|
2483
|
+
"path": "src/accordion-item/index.ts",
|
|
2484
2484
|
"declarations": [],
|
|
2485
2485
|
"exports": [
|
|
2486
2486
|
{
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
"name": "*",
|
|
2489
2489
|
"declaration": {
|
|
2490
2490
|
"name": "*",
|
|
2491
|
-
"package": "./
|
|
2491
|
+
"package": "./accordion-item"
|
|
2492
2492
|
}
|
|
2493
2493
|
},
|
|
2494
2494
|
{
|
|
@@ -2496,7 +2496,7 @@
|
|
|
2496
2496
|
"name": "*",
|
|
2497
2497
|
"declaration": {
|
|
2498
2498
|
"name": "*",
|
|
2499
|
-
"package": "./
|
|
2499
|
+
"package": "./accordion-item.styles"
|
|
2500
2500
|
}
|
|
2501
2501
|
},
|
|
2502
2502
|
{
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
"name": "*",
|
|
2505
2505
|
"declaration": {
|
|
2506
2506
|
"name": "*",
|
|
2507
|
-
"package": "./
|
|
2507
|
+
"package": "./accordion-item.template"
|
|
2508
2508
|
}
|
|
2509
2509
|
}
|
|
2510
2510
|
]
|