@genesislcap/foundation-zero 14.444.1-GENC-1262.1 → 14.445.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 +772 -772
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +12 -12
|
@@ -931,11 +931,11 @@
|
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
934
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
935
935
|
"declarations": [
|
|
936
936
|
{
|
|
937
937
|
"kind": "function",
|
|
938
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionItemStyles",
|
|
939
939
|
"return": {
|
|
940
940
|
"type": {
|
|
941
941
|
"text": "ElementStyles"
|
|
@@ -960,24 +960,24 @@
|
|
|
960
960
|
"exports": [
|
|
961
961
|
{
|
|
962
962
|
"kind": "js",
|
|
963
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionItemStyles",
|
|
964
964
|
"declaration": {
|
|
965
|
-
"name": "
|
|
966
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
965
|
+
"name": "zeroAccordionItemStyles",
|
|
966
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion/accordion.template.ts",
|
|
973
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
974
974
|
"declarations": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "function",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionItemTemplate",
|
|
978
978
|
"return": {
|
|
979
979
|
"type": {
|
|
980
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"parameters": [
|
|
@@ -999,237 +999,116 @@
|
|
|
999
999
|
"exports": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"kind": "js",
|
|
1002
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionItemTemplate",
|
|
1003
1003
|
"declaration": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1004
|
+
"name": "zeroAccordionItemTemplate",
|
|
1005
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion/accordion.ts",
|
|
1012
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1013
1013
|
"declarations": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "class",
|
|
1016
1016
|
"description": "",
|
|
1017
|
-
"name": "
|
|
1017
|
+
"name": "AccordionItem",
|
|
1018
1018
|
"superclass": {
|
|
1019
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordionItem",
|
|
1020
1020
|
"package": "@genesislcap/foundation-ui"
|
|
1021
1021
|
},
|
|
1022
1022
|
"tagName": "%%prefix%%-card",
|
|
1023
1023
|
"customElement": true,
|
|
1024
1024
|
"attributes": [
|
|
1025
1025
|
{
|
|
1026
|
-
"name": "
|
|
1027
|
-
"type": {
|
|
1028
|
-
"text": "AccordionExpandMode"
|
|
1029
|
-
},
|
|
1030
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1031
|
-
"fieldName": "expandmode",
|
|
1032
|
-
"inheritedFrom": {
|
|
1033
|
-
"name": "Accordion",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
],
|
|
1038
|
-
"members": [
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "field",
|
|
1041
|
-
"name": "expandmode",
|
|
1026
|
+
"name": "heading-level",
|
|
1042
1027
|
"type": {
|
|
1043
|
-
"text": "
|
|
1028
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1044
1029
|
},
|
|
1045
|
-
"
|
|
1046
|
-
"description": "
|
|
1030
|
+
"default": "2",
|
|
1031
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1032
|
+
"fieldName": "headinglevel",
|
|
1047
1033
|
"inheritedFrom": {
|
|
1048
|
-
"name": "
|
|
1049
|
-
"module": "src/accordion/accordion.ts"
|
|
1034
|
+
"name": "AccordionItem",
|
|
1035
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1050
1036
|
}
|
|
1051
1037
|
},
|
|
1052
1038
|
{
|
|
1053
|
-
"kind": "field",
|
|
1054
|
-
"name": "activeid",
|
|
1055
1039
|
"type": {
|
|
1056
|
-
"text": "
|
|
1040
|
+
"text": "boolean"
|
|
1057
1041
|
},
|
|
1058
|
-
"
|
|
1042
|
+
"default": "false",
|
|
1043
|
+
"description": "Expands or collapses the item.",
|
|
1044
|
+
"fieldName": "expanded",
|
|
1059
1045
|
"inheritedFrom": {
|
|
1060
|
-
"name": "
|
|
1061
|
-
"module": "src/accordion/accordion.ts"
|
|
1046
|
+
"name": "AccordionItem",
|
|
1047
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1062
1048
|
}
|
|
1063
1049
|
},
|
|
1064
1050
|
{
|
|
1065
|
-
"
|
|
1066
|
-
"name": "activeItemIndex",
|
|
1051
|
+
"name": "id",
|
|
1067
1052
|
"type": {
|
|
1068
|
-
"text": "
|
|
1053
|
+
"text": "string"
|
|
1069
1054
|
},
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1055
|
+
"description": "The item ID",
|
|
1056
|
+
"fieldName": "id",
|
|
1072
1057
|
"inheritedFrom": {
|
|
1073
|
-
"name": "
|
|
1074
|
-
"module": "src/accordion/accordion.ts"
|
|
1058
|
+
"name": "AccordionItem",
|
|
1059
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1075
1060
|
}
|
|
1076
|
-
}
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"members": [
|
|
1077
1064
|
{
|
|
1078
1065
|
"kind": "field",
|
|
1079
|
-
"name": "
|
|
1066
|
+
"name": "headinglevel",
|
|
1080
1067
|
"type": {
|
|
1081
|
-
"text": "
|
|
1082
|
-
},
|
|
1083
|
-
"privacy": "private",
|
|
1084
|
-
"inheritedFrom": {
|
|
1085
|
-
"name": "Accordion",
|
|
1086
|
-
"module": "src/accordion/accordion.ts"
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"kind": "field",
|
|
1091
|
-
"name": "change",
|
|
1092
|
-
"privacy": "private",
|
|
1093
|
-
"inheritedFrom": {
|
|
1094
|
-
"name": "Accordion",
|
|
1095
|
-
"module": "src/accordion/accordion.ts"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "method",
|
|
1100
|
-
"name": "findExpandedItem",
|
|
1101
|
-
"privacy": "private",
|
|
1102
|
-
"return": {
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "AccordionItem | null"
|
|
1105
|
-
}
|
|
1068
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1106
1069
|
},
|
|
1070
|
+
"privacy": "public",
|
|
1071
|
+
"default": "2",
|
|
1072
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1107
1073
|
"inheritedFrom": {
|
|
1108
|
-
"name": "
|
|
1109
|
-
"module": "src/accordion/accordion.ts"
|
|
1074
|
+
"name": "AccordionItem",
|
|
1075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1110
1076
|
}
|
|
1111
1077
|
},
|
|
1112
1078
|
{
|
|
1113
1079
|
"kind": "field",
|
|
1114
|
-
"name": "
|
|
1115
|
-
"
|
|
1116
|
-
|
|
1117
|
-
"name": "Accordion",
|
|
1118
|
-
"module": "src/accordion/accordion.ts"
|
|
1119
|
-
}
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"kind": "method",
|
|
1123
|
-
"name": "resetItems",
|
|
1124
|
-
"privacy": "private",
|
|
1125
|
-
"return": {
|
|
1126
|
-
"type": {
|
|
1127
|
-
"text": "void"
|
|
1128
|
-
}
|
|
1080
|
+
"name": "expanded",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "boolean"
|
|
1129
1083
|
},
|
|
1084
|
+
"privacy": "public",
|
|
1085
|
+
"default": "false",
|
|
1086
|
+
"description": "Expands or collapses the item.",
|
|
1130
1087
|
"inheritedFrom": {
|
|
1131
|
-
"name": "
|
|
1132
|
-
"module": "src/accordion/accordion.ts"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "field",
|
|
1137
|
-
"name": "removeItemListeners",
|
|
1138
|
-
"privacy": "private",
|
|
1139
|
-
"inheritedFrom": {
|
|
1140
|
-
"name": "Accordion",
|
|
1141
|
-
"module": "src/accordion/accordion.ts"
|
|
1088
|
+
"name": "AccordionItem",
|
|
1089
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1142
1090
|
}
|
|
1143
1091
|
},
|
|
1144
1092
|
{
|
|
1145
1093
|
"kind": "field",
|
|
1146
|
-
"name": "
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
"name": "Accordion",
|
|
1150
|
-
"module": "src/accordion/accordion.ts"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "method",
|
|
1155
|
-
"name": "getItemIds",
|
|
1156
|
-
"privacy": "private",
|
|
1157
|
-
"return": {
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "Array<string | null>"
|
|
1160
|
-
}
|
|
1161
|
-
},
|
|
1162
|
-
"inheritedFrom": {
|
|
1163
|
-
"name": "Accordion",
|
|
1164
|
-
"module": "src/accordion/accordion.ts"
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "method",
|
|
1169
|
-
"name": "isSingleExpandMode",
|
|
1170
|
-
"privacy": "private",
|
|
1171
|
-
"return": {
|
|
1172
|
-
"type": {
|
|
1173
|
-
"text": "boolean"
|
|
1174
|
-
}
|
|
1094
|
+
"name": "id",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "string"
|
|
1175
1097
|
},
|
|
1098
|
+
"privacy": "public",
|
|
1099
|
+
"description": "The item ID",
|
|
1176
1100
|
"inheritedFrom": {
|
|
1177
|
-
"name": "
|
|
1178
|
-
"module": "src/accordion/accordion.ts"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "field",
|
|
1183
|
-
"name": "handleItemKeyDown",
|
|
1184
|
-
"privacy": "private",
|
|
1185
|
-
"inheritedFrom": {
|
|
1186
|
-
"name": "Accordion",
|
|
1187
|
-
"module": "src/accordion/accordion.ts"
|
|
1101
|
+
"name": "AccordionItem",
|
|
1102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1188
1103
|
}
|
|
1189
1104
|
},
|
|
1190
1105
|
{
|
|
1191
1106
|
"kind": "field",
|
|
1192
|
-
"name": "
|
|
1193
|
-
"privacy": "private",
|
|
1194
|
-
"inheritedFrom": {
|
|
1195
|
-
"name": "Accordion",
|
|
1196
|
-
"module": "src/accordion/accordion.ts"
|
|
1197
|
-
}
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
"kind": "method",
|
|
1201
|
-
"name": "adjust",
|
|
1202
|
-
"privacy": "private",
|
|
1203
|
-
"return": {
|
|
1204
|
-
"type": {
|
|
1205
|
-
"text": "void"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
"parameters": [
|
|
1209
|
-
{
|
|
1210
|
-
"name": "adjustment",
|
|
1211
|
-
"type": {
|
|
1212
|
-
"text": "number"
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
],
|
|
1216
|
-
"inheritedFrom": {
|
|
1217
|
-
"name": "Accordion",
|
|
1218
|
-
"module": "src/accordion/accordion.ts"
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"kind": "method",
|
|
1223
|
-
"name": "focusItem",
|
|
1107
|
+
"name": "change",
|
|
1224
1108
|
"privacy": "private",
|
|
1225
|
-
"return": {
|
|
1226
|
-
"type": {
|
|
1227
|
-
"text": "void"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
1109
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
1232
|
-
"module": "src/accordion/accordion.ts"
|
|
1110
|
+
"name": "AccordionItem",
|
|
1111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1233
1112
|
}
|
|
1234
1113
|
},
|
|
1235
1114
|
{
|
|
@@ -1241,8 +1120,8 @@
|
|
|
1241
1120
|
"privacy": "private",
|
|
1242
1121
|
"default": "void 0",
|
|
1243
1122
|
"inheritedFrom": {
|
|
1244
|
-
"name": "
|
|
1245
|
-
"module": "src/accordion/accordion.ts"
|
|
1123
|
+
"name": "AccordionItem",
|
|
1124
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1246
1125
|
}
|
|
1247
1126
|
},
|
|
1248
1127
|
{
|
|
@@ -1254,8 +1133,8 @@
|
|
|
1254
1133
|
"privacy": "public",
|
|
1255
1134
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1256
1135
|
"inheritedFrom": {
|
|
1257
|
-
"name": "
|
|
1258
|
-
"module": "src/accordion/accordion.ts"
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1259
1138
|
}
|
|
1260
1139
|
},
|
|
1261
1140
|
{
|
|
@@ -1267,8 +1146,8 @@
|
|
|
1267
1146
|
"privacy": "public",
|
|
1268
1147
|
"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.",
|
|
1269
1148
|
"inheritedFrom": {
|
|
1270
|
-
"name": "
|
|
1271
|
-
"module": "src/accordion/accordion.ts"
|
|
1149
|
+
"name": "AccordionItem",
|
|
1150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1272
1151
|
}
|
|
1273
1152
|
},
|
|
1274
1153
|
{
|
|
@@ -1281,8 +1160,8 @@
|
|
|
1281
1160
|
}
|
|
1282
1161
|
},
|
|
1283
1162
|
"inheritedFrom": {
|
|
1284
|
-
"name": "
|
|
1285
|
-
"module": "src/accordion/accordion.ts"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1286
1165
|
}
|
|
1287
1166
|
},
|
|
1288
1167
|
{
|
|
@@ -1294,8 +1173,8 @@
|
|
|
1294
1173
|
"privacy": "public",
|
|
1295
1174
|
"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.",
|
|
1296
1175
|
"inheritedFrom": {
|
|
1297
|
-
"name": "
|
|
1298
|
-
"module": "src/accordion/accordion.ts"
|
|
1176
|
+
"name": "AccordionItem",
|
|
1177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1299
1178
|
}
|
|
1300
1179
|
},
|
|
1301
1180
|
{
|
|
@@ -1308,8 +1187,8 @@
|
|
|
1308
1187
|
}
|
|
1309
1188
|
},
|
|
1310
1189
|
"inheritedFrom": {
|
|
1311
|
-
"name": "
|
|
1312
|
-
"module": "src/accordion/accordion.ts"
|
|
1190
|
+
"name": "AccordionItem",
|
|
1191
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1313
1192
|
}
|
|
1314
1193
|
},
|
|
1315
1194
|
{
|
|
@@ -1339,49 +1218,49 @@
|
|
|
1339
1218
|
],
|
|
1340
1219
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1341
1220
|
"inheritedFrom": {
|
|
1342
|
-
"name": "
|
|
1343
|
-
"module": "src/accordion/accordion.ts"
|
|
1221
|
+
"name": "AccordionItem",
|
|
1222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1344
1223
|
}
|
|
1345
1224
|
}
|
|
1346
1225
|
],
|
|
1347
1226
|
"events": [
|
|
1348
1227
|
{
|
|
1349
|
-
"description": "Fires a custom 'change' event when the
|
|
1228
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1350
1229
|
"name": "change",
|
|
1351
1230
|
"inheritedFrom": {
|
|
1352
|
-
"name": "
|
|
1353
|
-
"module": "src/accordion/accordion.ts"
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1354
1233
|
}
|
|
1355
1234
|
}
|
|
1356
1235
|
]
|
|
1357
1236
|
},
|
|
1358
1237
|
{
|
|
1359
1238
|
"kind": "variable",
|
|
1360
|
-
"name": "
|
|
1239
|
+
"name": "zeroAccordionItem"
|
|
1361
1240
|
}
|
|
1362
1241
|
],
|
|
1363
1242
|
"exports": [
|
|
1364
1243
|
{
|
|
1365
1244
|
"kind": "js",
|
|
1366
|
-
"name": "
|
|
1245
|
+
"name": "AccordionItem",
|
|
1367
1246
|
"declaration": {
|
|
1368
|
-
"name": "
|
|
1369
|
-
"module": "src/accordion/accordion.ts"
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1370
1249
|
}
|
|
1371
1250
|
},
|
|
1372
1251
|
{
|
|
1373
1252
|
"kind": "js",
|
|
1374
|
-
"name": "
|
|
1253
|
+
"name": "zeroAccordionItem",
|
|
1375
1254
|
"declaration": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"module": "src/accordion/accordion.ts"
|
|
1255
|
+
"name": "zeroAccordionItem",
|
|
1256
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1378
1257
|
}
|
|
1379
1258
|
}
|
|
1380
1259
|
]
|
|
1381
1260
|
},
|
|
1382
1261
|
{
|
|
1383
1262
|
"kind": "javascript-module",
|
|
1384
|
-
"path": "src/accordion/index.ts",
|
|
1263
|
+
"path": "src/accordion-item/index.ts",
|
|
1385
1264
|
"declarations": [],
|
|
1386
1265
|
"exports": [
|
|
1387
1266
|
{
|
|
@@ -1389,7 +1268,7 @@
|
|
|
1389
1268
|
"name": "*",
|
|
1390
1269
|
"declaration": {
|
|
1391
1270
|
"name": "*",
|
|
1392
|
-
"package": "./accordion"
|
|
1271
|
+
"package": "./accordion-item"
|
|
1393
1272
|
}
|
|
1394
1273
|
},
|
|
1395
1274
|
{
|
|
@@ -1397,7 +1276,7 @@
|
|
|
1397
1276
|
"name": "*",
|
|
1398
1277
|
"declaration": {
|
|
1399
1278
|
"name": "*",
|
|
1400
|
-
"package": "./accordion.styles"
|
|
1279
|
+
"package": "./accordion-item.styles"
|
|
1401
1280
|
}
|
|
1402
1281
|
},
|
|
1403
1282
|
{
|
|
@@ -1405,18 +1284,18 @@
|
|
|
1405
1284
|
"name": "*",
|
|
1406
1285
|
"declaration": {
|
|
1407
1286
|
"name": "*",
|
|
1408
|
-
"package": "./accordion.template"
|
|
1287
|
+
"package": "./accordion-item.template"
|
|
1409
1288
|
}
|
|
1410
1289
|
}
|
|
1411
1290
|
]
|
|
1412
1291
|
},
|
|
1413
1292
|
{
|
|
1414
1293
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/accordion
|
|
1294
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1416
1295
|
"declarations": [
|
|
1417
1296
|
{
|
|
1418
1297
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1298
|
+
"name": "zeroAccordionStyles",
|
|
1420
1299
|
"return": {
|
|
1421
1300
|
"type": {
|
|
1422
1301
|
"text": "ElementStyles"
|
|
@@ -1441,24 +1320,24 @@
|
|
|
1441
1320
|
"exports": [
|
|
1442
1321
|
{
|
|
1443
1322
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1323
|
+
"name": "zeroAccordionStyles",
|
|
1445
1324
|
"declaration": {
|
|
1446
|
-
"name": "
|
|
1447
|
-
"module": "src/accordion
|
|
1325
|
+
"name": "zeroAccordionStyles",
|
|
1326
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1448
1327
|
}
|
|
1449
1328
|
}
|
|
1450
1329
|
]
|
|
1451
1330
|
},
|
|
1452
1331
|
{
|
|
1453
1332
|
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/accordion
|
|
1333
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1455
1334
|
"declarations": [
|
|
1456
1335
|
{
|
|
1457
1336
|
"kind": "function",
|
|
1458
|
-
"name": "
|
|
1337
|
+
"name": "zeroAccordionTemplate",
|
|
1459
1338
|
"return": {
|
|
1460
1339
|
"type": {
|
|
1461
|
-
"text": "ViewTemplate<
|
|
1340
|
+
"text": "ViewTemplate<Accordion>"
|
|
1462
1341
|
}
|
|
1463
1342
|
},
|
|
1464
1343
|
"parameters": [
|
|
@@ -1480,116 +1359,237 @@
|
|
|
1480
1359
|
"exports": [
|
|
1481
1360
|
{
|
|
1482
1361
|
"kind": "js",
|
|
1483
|
-
"name": "
|
|
1362
|
+
"name": "zeroAccordionTemplate",
|
|
1484
1363
|
"declaration": {
|
|
1485
|
-
"name": "
|
|
1486
|
-
"module": "src/accordion
|
|
1364
|
+
"name": "zeroAccordionTemplate",
|
|
1365
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1487
1366
|
}
|
|
1488
1367
|
}
|
|
1489
1368
|
]
|
|
1490
1369
|
},
|
|
1491
1370
|
{
|
|
1492
1371
|
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/accordion
|
|
1372
|
+
"path": "src/accordion/accordion.ts",
|
|
1494
1373
|
"declarations": [
|
|
1495
1374
|
{
|
|
1496
1375
|
"kind": "class",
|
|
1497
1376
|
"description": "",
|
|
1498
|
-
"name": "
|
|
1377
|
+
"name": "Accordion",
|
|
1499
1378
|
"superclass": {
|
|
1500
|
-
"name": "
|
|
1379
|
+
"name": "FoundationAccordion",
|
|
1501
1380
|
"package": "@genesislcap/foundation-ui"
|
|
1502
1381
|
},
|
|
1503
1382
|
"tagName": "%%prefix%%-card",
|
|
1504
1383
|
"customElement": true,
|
|
1505
1384
|
"attributes": [
|
|
1506
1385
|
{
|
|
1507
|
-
"name": "
|
|
1386
|
+
"name": "expand-mode",
|
|
1508
1387
|
"type": {
|
|
1509
|
-
"text": "
|
|
1388
|
+
"text": "AccordionExpandMode"
|
|
1510
1389
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
"fieldName": "headinglevel",
|
|
1390
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1391
|
+
"fieldName": "expandmode",
|
|
1514
1392
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/accordion
|
|
1393
|
+
"name": "Accordion",
|
|
1394
|
+
"module": "src/accordion/accordion.ts"
|
|
1517
1395
|
}
|
|
1518
|
-
}
|
|
1396
|
+
}
|
|
1397
|
+
],
|
|
1398
|
+
"members": [
|
|
1519
1399
|
{
|
|
1400
|
+
"kind": "field",
|
|
1401
|
+
"name": "expandmode",
|
|
1520
1402
|
"type": {
|
|
1521
|
-
"text": "
|
|
1403
|
+
"text": "AccordionExpandMode"
|
|
1522
1404
|
},
|
|
1523
|
-
"
|
|
1524
|
-
"description": "
|
|
1525
|
-
"fieldName": "expanded",
|
|
1405
|
+
"privacy": "public",
|
|
1406
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1526
1407
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/accordion
|
|
1408
|
+
"name": "Accordion",
|
|
1409
|
+
"module": "src/accordion/accordion.ts"
|
|
1529
1410
|
}
|
|
1530
1411
|
},
|
|
1531
1412
|
{
|
|
1532
|
-
"
|
|
1413
|
+
"kind": "field",
|
|
1414
|
+
"name": "activeid",
|
|
1533
1415
|
"type": {
|
|
1534
|
-
"text": "string"
|
|
1416
|
+
"text": "string | null"
|
|
1535
1417
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"fieldName": "id",
|
|
1418
|
+
"privacy": "private",
|
|
1538
1419
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/accordion
|
|
1420
|
+
"name": "Accordion",
|
|
1421
|
+
"module": "src/accordion/accordion.ts"
|
|
1541
1422
|
}
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"members": [
|
|
1423
|
+
},
|
|
1545
1424
|
{
|
|
1546
1425
|
"kind": "field",
|
|
1547
|
-
"name": "
|
|
1426
|
+
"name": "activeItemIndex",
|
|
1548
1427
|
"type": {
|
|
1549
|
-
"text": "
|
|
1428
|
+
"text": "number"
|
|
1550
1429
|
},
|
|
1551
|
-
"privacy": "
|
|
1552
|
-
"default": "
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1430
|
+
"privacy": "private",
|
|
1431
|
+
"default": "0",
|
|
1554
1432
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/accordion
|
|
1433
|
+
"name": "Accordion",
|
|
1434
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
1435
|
}
|
|
1558
1436
|
},
|
|
1559
1437
|
{
|
|
1560
1438
|
"kind": "field",
|
|
1561
|
-
"name": "
|
|
1439
|
+
"name": "accordionIds",
|
|
1562
1440
|
"type": {
|
|
1563
|
-
"text": "
|
|
1441
|
+
"text": "Array<string | null>"
|
|
1564
1442
|
},
|
|
1565
|
-
"privacy": "
|
|
1566
|
-
"default": "false",
|
|
1567
|
-
"description": "Expands or collapses the item.",
|
|
1443
|
+
"privacy": "private",
|
|
1568
1444
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/accordion
|
|
1445
|
+
"name": "Accordion",
|
|
1446
|
+
"module": "src/accordion/accordion.ts"
|
|
1571
1447
|
}
|
|
1572
1448
|
},
|
|
1573
1449
|
{
|
|
1574
1450
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1576
|
-
"
|
|
1577
|
-
|
|
1451
|
+
"name": "change",
|
|
1452
|
+
"privacy": "private",
|
|
1453
|
+
"inheritedFrom": {
|
|
1454
|
+
"name": "Accordion",
|
|
1455
|
+
"module": "src/accordion/accordion.ts"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "method",
|
|
1460
|
+
"name": "findExpandedItem",
|
|
1461
|
+
"privacy": "private",
|
|
1462
|
+
"return": {
|
|
1463
|
+
"type": {
|
|
1464
|
+
"text": "AccordionItem | null"
|
|
1465
|
+
}
|
|
1578
1466
|
},
|
|
1579
|
-
"privacy": "public",
|
|
1580
|
-
"description": "The item ID",
|
|
1581
1467
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/accordion
|
|
1468
|
+
"name": "Accordion",
|
|
1469
|
+
"module": "src/accordion/accordion.ts"
|
|
1584
1470
|
}
|
|
1585
1471
|
},
|
|
1586
1472
|
{
|
|
1587
1473
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1474
|
+
"name": "setItems",
|
|
1589
1475
|
"privacy": "private",
|
|
1590
1476
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/accordion
|
|
1477
|
+
"name": "Accordion",
|
|
1478
|
+
"module": "src/accordion/accordion.ts"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "method",
|
|
1483
|
+
"name": "resetItems",
|
|
1484
|
+
"privacy": "private",
|
|
1485
|
+
"return": {
|
|
1486
|
+
"type": {
|
|
1487
|
+
"text": "void"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"inheritedFrom": {
|
|
1491
|
+
"name": "Accordion",
|
|
1492
|
+
"module": "src/accordion/accordion.ts"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "removeItemListeners",
|
|
1498
|
+
"privacy": "private",
|
|
1499
|
+
"inheritedFrom": {
|
|
1500
|
+
"name": "Accordion",
|
|
1501
|
+
"module": "src/accordion/accordion.ts"
|
|
1502
|
+
}
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"kind": "field",
|
|
1506
|
+
"name": "activeItemChange",
|
|
1507
|
+
"privacy": "private",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "Accordion",
|
|
1510
|
+
"module": "src/accordion/accordion.ts"
|
|
1511
|
+
}
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "method",
|
|
1515
|
+
"name": "getItemIds",
|
|
1516
|
+
"privacy": "private",
|
|
1517
|
+
"return": {
|
|
1518
|
+
"type": {
|
|
1519
|
+
"text": "Array<string | null>"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"inheritedFrom": {
|
|
1523
|
+
"name": "Accordion",
|
|
1524
|
+
"module": "src/accordion/accordion.ts"
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "method",
|
|
1529
|
+
"name": "isSingleExpandMode",
|
|
1530
|
+
"privacy": "private",
|
|
1531
|
+
"return": {
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "boolean"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"inheritedFrom": {
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "field",
|
|
1543
|
+
"name": "handleItemKeyDown",
|
|
1544
|
+
"privacy": "private",
|
|
1545
|
+
"inheritedFrom": {
|
|
1546
|
+
"name": "Accordion",
|
|
1547
|
+
"module": "src/accordion/accordion.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "field",
|
|
1552
|
+
"name": "handleItemFocus",
|
|
1553
|
+
"privacy": "private",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "Accordion",
|
|
1556
|
+
"module": "src/accordion/accordion.ts"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "method",
|
|
1561
|
+
"name": "adjust",
|
|
1562
|
+
"privacy": "private",
|
|
1563
|
+
"return": {
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "void"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
"parameters": [
|
|
1569
|
+
{
|
|
1570
|
+
"name": "adjustment",
|
|
1571
|
+
"type": {
|
|
1572
|
+
"text": "number"
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"inheritedFrom": {
|
|
1577
|
+
"name": "Accordion",
|
|
1578
|
+
"module": "src/accordion/accordion.ts"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "focusItem",
|
|
1584
|
+
"privacy": "private",
|
|
1585
|
+
"return": {
|
|
1586
|
+
"type": {
|
|
1587
|
+
"text": "void"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"inheritedFrom": {
|
|
1591
|
+
"name": "Accordion",
|
|
1592
|
+
"module": "src/accordion/accordion.ts"
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
@@ -1601,8 +1601,8 @@
|
|
|
1601
1601
|
"privacy": "private",
|
|
1602
1602
|
"default": "void 0",
|
|
1603
1603
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/accordion
|
|
1604
|
+
"name": "Accordion",
|
|
1605
|
+
"module": "src/accordion/accordion.ts"
|
|
1606
1606
|
}
|
|
1607
1607
|
},
|
|
1608
1608
|
{
|
|
@@ -1614,8 +1614,8 @@
|
|
|
1614
1614
|
"privacy": "public",
|
|
1615
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1616
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/accordion
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
1619
|
}
|
|
1620
1620
|
},
|
|
1621
1621
|
{
|
|
@@ -1627,8 +1627,8 @@
|
|
|
1627
1627
|
"privacy": "public",
|
|
1628
1628
|
"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.",
|
|
1629
1629
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/accordion
|
|
1630
|
+
"name": "Accordion",
|
|
1631
|
+
"module": "src/accordion/accordion.ts"
|
|
1632
1632
|
}
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
@@ -1641,8 +1641,8 @@
|
|
|
1641
1641
|
}
|
|
1642
1642
|
},
|
|
1643
1643
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/accordion
|
|
1644
|
+
"name": "Accordion",
|
|
1645
|
+
"module": "src/accordion/accordion.ts"
|
|
1646
1646
|
}
|
|
1647
1647
|
},
|
|
1648
1648
|
{
|
|
@@ -1654,8 +1654,8 @@
|
|
|
1654
1654
|
"privacy": "public",
|
|
1655
1655
|
"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.",
|
|
1656
1656
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/accordion
|
|
1657
|
+
"name": "Accordion",
|
|
1658
|
+
"module": "src/accordion/accordion.ts"
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
@@ -1668,8 +1668,8 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
1670
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/accordion
|
|
1671
|
+
"name": "Accordion",
|
|
1672
|
+
"module": "src/accordion/accordion.ts"
|
|
1673
1673
|
}
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1699,49 +1699,49 @@
|
|
|
1699
1699
|
],
|
|
1700
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1701
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/accordion
|
|
1702
|
+
"name": "Accordion",
|
|
1703
|
+
"module": "src/accordion/accordion.ts"
|
|
1704
1704
|
}
|
|
1705
1705
|
}
|
|
1706
1706
|
],
|
|
1707
1707
|
"events": [
|
|
1708
1708
|
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the
|
|
1709
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1710
1710
|
"name": "change",
|
|
1711
1711
|
"inheritedFrom": {
|
|
1712
|
-
"name": "
|
|
1713
|
-
"module": "src/accordion
|
|
1712
|
+
"name": "Accordion",
|
|
1713
|
+
"module": "src/accordion/accordion.ts"
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
1716
|
]
|
|
1717
1717
|
},
|
|
1718
1718
|
{
|
|
1719
1719
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1720
|
+
"name": "zeroAccordion"
|
|
1721
1721
|
}
|
|
1722
1722
|
],
|
|
1723
1723
|
"exports": [
|
|
1724
1724
|
{
|
|
1725
1725
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1726
|
+
"name": "Accordion",
|
|
1727
1727
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/accordion
|
|
1728
|
+
"name": "Accordion",
|
|
1729
|
+
"module": "src/accordion/accordion.ts"
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
1733
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordion",
|
|
1735
1735
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/accordion
|
|
1736
|
+
"name": "zeroAccordion",
|
|
1737
|
+
"module": "src/accordion/accordion.ts"
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
1741
|
},
|
|
1742
1742
|
{
|
|
1743
1743
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/accordion
|
|
1744
|
+
"path": "src/accordion/index.ts",
|
|
1745
1745
|
"declarations": [],
|
|
1746
1746
|
"exports": [
|
|
1747
1747
|
{
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"name": "*",
|
|
1750
1750
|
"declaration": {
|
|
1751
1751
|
"name": "*",
|
|
1752
|
-
"package": "./accordion
|
|
1752
|
+
"package": "./accordion"
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
"name": "*",
|
|
1758
1758
|
"declaration": {
|
|
1759
1759
|
"name": "*",
|
|
1760
|
-
"package": "./accordion
|
|
1760
|
+
"package": "./accordion.styles"
|
|
1761
1761
|
}
|
|
1762
1762
|
},
|
|
1763
1763
|
{
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"name": "*",
|
|
1766
1766
|
"declaration": {
|
|
1767
1767
|
"name": "*",
|
|
1768
|
-
"package": "./accordion
|
|
1768
|
+
"package": "./accordion.template"
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
]
|
|
@@ -44262,12 +44262,459 @@
|
|
|
44262
44262
|
},
|
|
44263
44263
|
{
|
|
44264
44264
|
"kind": "field",
|
|
44265
|
-
"name": "isNestedItem",
|
|
44266
|
-
"privacy": "public",
|
|
44267
|
-
"description": "Whether the tree is nested",
|
|
44265
|
+
"name": "isNestedItem",
|
|
44266
|
+
"privacy": "public",
|
|
44267
|
+
"description": "Whether the tree is nested",
|
|
44268
|
+
"inheritedFrom": {
|
|
44269
|
+
"name": "TreeItem",
|
|
44270
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44271
|
+
}
|
|
44272
|
+
},
|
|
44273
|
+
{
|
|
44274
|
+
"kind": "field",
|
|
44275
|
+
"name": "_presentation",
|
|
44276
|
+
"type": {
|
|
44277
|
+
"text": "ComponentPresentation | null | undefined"
|
|
44278
|
+
},
|
|
44279
|
+
"privacy": "private",
|
|
44280
|
+
"default": "void 0",
|
|
44281
|
+
"inheritedFrom": {
|
|
44282
|
+
"name": "TreeItem",
|
|
44283
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44284
|
+
}
|
|
44285
|
+
},
|
|
44286
|
+
{
|
|
44287
|
+
"kind": "field",
|
|
44288
|
+
"name": "$presentation",
|
|
44289
|
+
"type": {
|
|
44290
|
+
"text": "ComponentPresentation | null"
|
|
44291
|
+
},
|
|
44292
|
+
"privacy": "public",
|
|
44293
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
44294
|
+
"inheritedFrom": {
|
|
44295
|
+
"name": "TreeItem",
|
|
44296
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44297
|
+
}
|
|
44298
|
+
},
|
|
44299
|
+
{
|
|
44300
|
+
"kind": "field",
|
|
44301
|
+
"name": "template",
|
|
44302
|
+
"type": {
|
|
44303
|
+
"text": "ElementViewTemplate | void | null"
|
|
44304
|
+
},
|
|
44305
|
+
"privacy": "public",
|
|
44306
|
+
"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.",
|
|
44307
|
+
"inheritedFrom": {
|
|
44308
|
+
"name": "TreeItem",
|
|
44309
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44310
|
+
}
|
|
44311
|
+
},
|
|
44312
|
+
{
|
|
44313
|
+
"kind": "method",
|
|
44314
|
+
"name": "templateChanged",
|
|
44315
|
+
"privacy": "protected",
|
|
44316
|
+
"return": {
|
|
44317
|
+
"type": {
|
|
44318
|
+
"text": "void"
|
|
44319
|
+
}
|
|
44320
|
+
},
|
|
44321
|
+
"inheritedFrom": {
|
|
44322
|
+
"name": "TreeItem",
|
|
44323
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44324
|
+
}
|
|
44325
|
+
},
|
|
44326
|
+
{
|
|
44327
|
+
"kind": "field",
|
|
44328
|
+
"name": "styles",
|
|
44329
|
+
"type": {
|
|
44330
|
+
"text": "ElementStyles | void | null"
|
|
44331
|
+
},
|
|
44332
|
+
"privacy": "public",
|
|
44333
|
+
"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.",
|
|
44334
|
+
"inheritedFrom": {
|
|
44335
|
+
"name": "TreeItem",
|
|
44336
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44337
|
+
}
|
|
44338
|
+
},
|
|
44339
|
+
{
|
|
44340
|
+
"kind": "method",
|
|
44341
|
+
"name": "stylesChanged",
|
|
44342
|
+
"privacy": "protected",
|
|
44343
|
+
"return": {
|
|
44344
|
+
"type": {
|
|
44345
|
+
"text": "void"
|
|
44346
|
+
}
|
|
44347
|
+
},
|
|
44348
|
+
"inheritedFrom": {
|
|
44349
|
+
"name": "TreeItem",
|
|
44350
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44351
|
+
}
|
|
44352
|
+
},
|
|
44353
|
+
{
|
|
44354
|
+
"kind": "method",
|
|
44355
|
+
"name": "compose",
|
|
44356
|
+
"privacy": "public",
|
|
44357
|
+
"static": true,
|
|
44358
|
+
"return": {
|
|
44359
|
+
"type": {
|
|
44360
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
44361
|
+
}
|
|
44362
|
+
},
|
|
44363
|
+
"parameters": [
|
|
44364
|
+
{
|
|
44365
|
+
"name": "this",
|
|
44366
|
+
"type": {
|
|
44367
|
+
"text": "K"
|
|
44368
|
+
}
|
|
44369
|
+
},
|
|
44370
|
+
{
|
|
44371
|
+
"name": "elementDefinition",
|
|
44372
|
+
"type": {
|
|
44373
|
+
"text": "T"
|
|
44374
|
+
},
|
|
44375
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
44376
|
+
}
|
|
44377
|
+
],
|
|
44378
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
44379
|
+
"inheritedFrom": {
|
|
44380
|
+
"name": "TreeItem",
|
|
44381
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44382
|
+
}
|
|
44383
|
+
}
|
|
44384
|
+
],
|
|
44385
|
+
"events": [
|
|
44386
|
+
{
|
|
44387
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
44388
|
+
"name": "expanded-change",
|
|
44389
|
+
"inheritedFrom": {
|
|
44390
|
+
"name": "TreeItem",
|
|
44391
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44392
|
+
}
|
|
44393
|
+
},
|
|
44394
|
+
{
|
|
44395
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
44396
|
+
"name": "selected-change",
|
|
44397
|
+
"inheritedFrom": {
|
|
44398
|
+
"name": "TreeItem",
|
|
44399
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44400
|
+
}
|
|
44401
|
+
}
|
|
44402
|
+
]
|
|
44403
|
+
},
|
|
44404
|
+
{
|
|
44405
|
+
"kind": "variable",
|
|
44406
|
+
"name": "zeroTreeItem"
|
|
44407
|
+
}
|
|
44408
|
+
],
|
|
44409
|
+
"exports": [
|
|
44410
|
+
{
|
|
44411
|
+
"kind": "js",
|
|
44412
|
+
"name": "TreeItem",
|
|
44413
|
+
"declaration": {
|
|
44414
|
+
"name": "TreeItem",
|
|
44415
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44416
|
+
}
|
|
44417
|
+
},
|
|
44418
|
+
{
|
|
44419
|
+
"kind": "js",
|
|
44420
|
+
"name": "zeroTreeItem",
|
|
44421
|
+
"declaration": {
|
|
44422
|
+
"name": "zeroTreeItem",
|
|
44423
|
+
"module": "src/tree-item/tree-item.ts"
|
|
44424
|
+
}
|
|
44425
|
+
}
|
|
44426
|
+
]
|
|
44427
|
+
},
|
|
44428
|
+
{
|
|
44429
|
+
"kind": "javascript-module",
|
|
44430
|
+
"path": "src/tree-view/index.ts",
|
|
44431
|
+
"declarations": [],
|
|
44432
|
+
"exports": [
|
|
44433
|
+
{
|
|
44434
|
+
"kind": "js",
|
|
44435
|
+
"name": "*",
|
|
44436
|
+
"declaration": {
|
|
44437
|
+
"name": "*",
|
|
44438
|
+
"package": "./tree-view.template"
|
|
44439
|
+
}
|
|
44440
|
+
},
|
|
44441
|
+
{
|
|
44442
|
+
"kind": "js",
|
|
44443
|
+
"name": "*",
|
|
44444
|
+
"declaration": {
|
|
44445
|
+
"name": "*",
|
|
44446
|
+
"package": "./tree-view.styles"
|
|
44447
|
+
}
|
|
44448
|
+
},
|
|
44449
|
+
{
|
|
44450
|
+
"kind": "js",
|
|
44451
|
+
"name": "*",
|
|
44452
|
+
"declaration": {
|
|
44453
|
+
"name": "*",
|
|
44454
|
+
"package": "./tree-view"
|
|
44455
|
+
}
|
|
44456
|
+
}
|
|
44457
|
+
]
|
|
44458
|
+
},
|
|
44459
|
+
{
|
|
44460
|
+
"kind": "javascript-module",
|
|
44461
|
+
"path": "src/tree-view/tree-view.styles.ts",
|
|
44462
|
+
"declarations": [
|
|
44463
|
+
{
|
|
44464
|
+
"kind": "function",
|
|
44465
|
+
"name": "zeroTreeViewStyles",
|
|
44466
|
+
"return": {
|
|
44467
|
+
"type": {
|
|
44468
|
+
"text": "ElementStyles"
|
|
44469
|
+
}
|
|
44470
|
+
},
|
|
44471
|
+
"parameters": [
|
|
44472
|
+
{
|
|
44473
|
+
"name": "context",
|
|
44474
|
+
"type": {
|
|
44475
|
+
"text": "ElementDefinitionContext"
|
|
44476
|
+
}
|
|
44477
|
+
},
|
|
44478
|
+
{
|
|
44479
|
+
"name": "definition",
|
|
44480
|
+
"type": {
|
|
44481
|
+
"text": "FoundationElementDefinition"
|
|
44482
|
+
}
|
|
44483
|
+
}
|
|
44484
|
+
]
|
|
44485
|
+
}
|
|
44486
|
+
],
|
|
44487
|
+
"exports": [
|
|
44488
|
+
{
|
|
44489
|
+
"kind": "js",
|
|
44490
|
+
"name": "zeroTreeViewStyles",
|
|
44491
|
+
"declaration": {
|
|
44492
|
+
"name": "zeroTreeViewStyles",
|
|
44493
|
+
"module": "src/tree-view/tree-view.styles.ts"
|
|
44494
|
+
}
|
|
44495
|
+
}
|
|
44496
|
+
]
|
|
44497
|
+
},
|
|
44498
|
+
{
|
|
44499
|
+
"kind": "javascript-module",
|
|
44500
|
+
"path": "src/tree-view/tree-view.template.ts",
|
|
44501
|
+
"declarations": [
|
|
44502
|
+
{
|
|
44503
|
+
"kind": "function",
|
|
44504
|
+
"name": "zeroTreeViewTemplate",
|
|
44505
|
+
"return": {
|
|
44506
|
+
"type": {
|
|
44507
|
+
"text": "ViewTemplate<TreeView>"
|
|
44508
|
+
}
|
|
44509
|
+
},
|
|
44510
|
+
"parameters": [
|
|
44511
|
+
{
|
|
44512
|
+
"name": "context",
|
|
44513
|
+
"type": {
|
|
44514
|
+
"text": "ElementDefinitionContext"
|
|
44515
|
+
}
|
|
44516
|
+
},
|
|
44517
|
+
{
|
|
44518
|
+
"name": "definition",
|
|
44519
|
+
"type": {
|
|
44520
|
+
"text": "FoundationElementDefinition"
|
|
44521
|
+
}
|
|
44522
|
+
}
|
|
44523
|
+
]
|
|
44524
|
+
}
|
|
44525
|
+
],
|
|
44526
|
+
"exports": [
|
|
44527
|
+
{
|
|
44528
|
+
"kind": "js",
|
|
44529
|
+
"name": "zeroTreeViewTemplate",
|
|
44530
|
+
"declaration": {
|
|
44531
|
+
"name": "zeroTreeViewTemplate",
|
|
44532
|
+
"module": "src/tree-view/tree-view.template.ts"
|
|
44533
|
+
}
|
|
44534
|
+
}
|
|
44535
|
+
]
|
|
44536
|
+
},
|
|
44537
|
+
{
|
|
44538
|
+
"kind": "javascript-module",
|
|
44539
|
+
"path": "src/tree-view/tree-view.ts",
|
|
44540
|
+
"declarations": [
|
|
44541
|
+
{
|
|
44542
|
+
"kind": "class",
|
|
44543
|
+
"description": "",
|
|
44544
|
+
"name": "TreeView",
|
|
44545
|
+
"superclass": {
|
|
44546
|
+
"name": "FoundationTreeView",
|
|
44547
|
+
"package": "@genesislcap/foundation-ui"
|
|
44548
|
+
},
|
|
44549
|
+
"tagName": "%%prefix%%-tree-view",
|
|
44550
|
+
"customElement": true,
|
|
44551
|
+
"attributes": [
|
|
44552
|
+
{
|
|
44553
|
+
"name": "render-collapsed-nodes",
|
|
44554
|
+
"type": {
|
|
44555
|
+
"text": "boolean"
|
|
44556
|
+
},
|
|
44557
|
+
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
44558
|
+
"fieldName": "renderCollapsedNodes",
|
|
44559
|
+
"inheritedFrom": {
|
|
44560
|
+
"name": "TreeView",
|
|
44561
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44562
|
+
}
|
|
44563
|
+
}
|
|
44564
|
+
],
|
|
44565
|
+
"members": [
|
|
44566
|
+
{
|
|
44567
|
+
"kind": "field",
|
|
44568
|
+
"name": "renderCollapsedNodes",
|
|
44569
|
+
"type": {
|
|
44570
|
+
"text": "boolean"
|
|
44571
|
+
},
|
|
44572
|
+
"privacy": "public",
|
|
44573
|
+
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
44574
|
+
"inheritedFrom": {
|
|
44575
|
+
"name": "TreeView",
|
|
44576
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44577
|
+
}
|
|
44578
|
+
},
|
|
44579
|
+
{
|
|
44580
|
+
"kind": "field",
|
|
44581
|
+
"name": "currentSelected",
|
|
44582
|
+
"type": {
|
|
44583
|
+
"text": "HTMLElement | TreeItem | null"
|
|
44584
|
+
},
|
|
44585
|
+
"privacy": "public",
|
|
44586
|
+
"description": "The currently selected tree item",
|
|
44587
|
+
"inheritedFrom": {
|
|
44588
|
+
"name": "TreeView",
|
|
44589
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44590
|
+
}
|
|
44591
|
+
},
|
|
44592
|
+
{
|
|
44593
|
+
"kind": "method",
|
|
44594
|
+
"name": "slottedTreeItemsChanged",
|
|
44595
|
+
"privacy": "private",
|
|
44596
|
+
"return": {
|
|
44597
|
+
"type": {
|
|
44598
|
+
"text": "void"
|
|
44599
|
+
}
|
|
44600
|
+
},
|
|
44601
|
+
"inheritedFrom": {
|
|
44602
|
+
"name": "TreeView",
|
|
44603
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44604
|
+
}
|
|
44605
|
+
},
|
|
44606
|
+
{
|
|
44607
|
+
"kind": "field",
|
|
44608
|
+
"name": "nested",
|
|
44609
|
+
"type": {
|
|
44610
|
+
"text": "boolean"
|
|
44611
|
+
},
|
|
44612
|
+
"privacy": "private",
|
|
44613
|
+
"inheritedFrom": {
|
|
44614
|
+
"name": "TreeView",
|
|
44615
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44616
|
+
}
|
|
44617
|
+
},
|
|
44618
|
+
{
|
|
44619
|
+
"kind": "method",
|
|
44620
|
+
"name": "focusNextNode",
|
|
44621
|
+
"privacy": "private",
|
|
44622
|
+
"return": {
|
|
44623
|
+
"type": {
|
|
44624
|
+
"text": "void"
|
|
44625
|
+
}
|
|
44626
|
+
},
|
|
44627
|
+
"parameters": [
|
|
44628
|
+
{
|
|
44629
|
+
"name": "delta",
|
|
44630
|
+
"type": {
|
|
44631
|
+
"text": "number"
|
|
44632
|
+
}
|
|
44633
|
+
},
|
|
44634
|
+
{
|
|
44635
|
+
"name": "item",
|
|
44636
|
+
"type": {
|
|
44637
|
+
"text": "TreeItem"
|
|
44638
|
+
}
|
|
44639
|
+
}
|
|
44640
|
+
],
|
|
44641
|
+
"description": "Move focus to a tree item based on its offset from the provided item",
|
|
44642
|
+
"inheritedFrom": {
|
|
44643
|
+
"name": "TreeView",
|
|
44644
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44645
|
+
}
|
|
44646
|
+
},
|
|
44647
|
+
{
|
|
44648
|
+
"kind": "field",
|
|
44649
|
+
"name": "setItems",
|
|
44650
|
+
"privacy": "private",
|
|
44651
|
+
"description": "Updates the tree view when slottedTreeItems changes",
|
|
44652
|
+
"inheritedFrom": {
|
|
44653
|
+
"name": "TreeView",
|
|
44654
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44655
|
+
}
|
|
44656
|
+
},
|
|
44657
|
+
{
|
|
44658
|
+
"kind": "method",
|
|
44659
|
+
"name": "getValidFocusableItem",
|
|
44660
|
+
"privacy": "private",
|
|
44661
|
+
"return": {
|
|
44662
|
+
"type": {
|
|
44663
|
+
"text": "null | HTMLElement | TreeItem"
|
|
44664
|
+
}
|
|
44665
|
+
},
|
|
44666
|
+
"description": "checks if there are any nested tree items",
|
|
44667
|
+
"inheritedFrom": {
|
|
44668
|
+
"name": "TreeView",
|
|
44669
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44670
|
+
}
|
|
44671
|
+
},
|
|
44672
|
+
{
|
|
44673
|
+
"kind": "method",
|
|
44674
|
+
"name": "checkForNestedItems",
|
|
44675
|
+
"privacy": "private",
|
|
44676
|
+
"return": {
|
|
44677
|
+
"type": {
|
|
44678
|
+
"text": "boolean"
|
|
44679
|
+
}
|
|
44680
|
+
},
|
|
44681
|
+
"description": "checks if there are any nested tree items",
|
|
44682
|
+
"inheritedFrom": {
|
|
44683
|
+
"name": "TreeView",
|
|
44684
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44685
|
+
}
|
|
44686
|
+
},
|
|
44687
|
+
{
|
|
44688
|
+
"kind": "field",
|
|
44689
|
+
"name": "isFocusableElement",
|
|
44690
|
+
"privacy": "private",
|
|
44691
|
+
"description": "check if the item is focusable",
|
|
44692
|
+
"inheritedFrom": {
|
|
44693
|
+
"name": "TreeView",
|
|
44694
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44695
|
+
}
|
|
44696
|
+
},
|
|
44697
|
+
{
|
|
44698
|
+
"kind": "field",
|
|
44699
|
+
"name": "isSelectedElement",
|
|
44700
|
+
"privacy": "private",
|
|
44268
44701
|
"inheritedFrom": {
|
|
44269
|
-
"name": "
|
|
44270
|
-
"module": "src/tree-
|
|
44702
|
+
"name": "TreeView",
|
|
44703
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44704
|
+
}
|
|
44705
|
+
},
|
|
44706
|
+
{
|
|
44707
|
+
"kind": "method",
|
|
44708
|
+
"name": "getVisibleNodes",
|
|
44709
|
+
"privacy": "private",
|
|
44710
|
+
"return": {
|
|
44711
|
+
"type": {
|
|
44712
|
+
"text": "HTMLElement[]"
|
|
44713
|
+
}
|
|
44714
|
+
},
|
|
44715
|
+
"inheritedFrom": {
|
|
44716
|
+
"name": "TreeView",
|
|
44717
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44271
44718
|
}
|
|
44272
44719
|
},
|
|
44273
44720
|
{
|
|
@@ -44279,8 +44726,8 @@
|
|
|
44279
44726
|
"privacy": "private",
|
|
44280
44727
|
"default": "void 0",
|
|
44281
44728
|
"inheritedFrom": {
|
|
44282
|
-
"name": "
|
|
44283
|
-
"module": "src/tree-
|
|
44729
|
+
"name": "TreeView",
|
|
44730
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44284
44731
|
}
|
|
44285
44732
|
},
|
|
44286
44733
|
{
|
|
@@ -44292,8 +44739,8 @@
|
|
|
44292
44739
|
"privacy": "public",
|
|
44293
44740
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
44294
44741
|
"inheritedFrom": {
|
|
44295
|
-
"name": "
|
|
44296
|
-
"module": "src/tree-
|
|
44742
|
+
"name": "TreeView",
|
|
44743
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44297
44744
|
}
|
|
44298
44745
|
},
|
|
44299
44746
|
{
|
|
@@ -44305,8 +44752,8 @@
|
|
|
44305
44752
|
"privacy": "public",
|
|
44306
44753
|
"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.",
|
|
44307
44754
|
"inheritedFrom": {
|
|
44308
|
-
"name": "
|
|
44309
|
-
"module": "src/tree-
|
|
44755
|
+
"name": "TreeView",
|
|
44756
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44310
44757
|
}
|
|
44311
44758
|
},
|
|
44312
44759
|
{
|
|
@@ -44319,8 +44766,8 @@
|
|
|
44319
44766
|
}
|
|
44320
44767
|
},
|
|
44321
44768
|
"inheritedFrom": {
|
|
44322
|
-
"name": "
|
|
44323
|
-
"module": "src/tree-
|
|
44769
|
+
"name": "TreeView",
|
|
44770
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44324
44771
|
}
|
|
44325
44772
|
},
|
|
44326
44773
|
{
|
|
@@ -44332,8 +44779,8 @@
|
|
|
44332
44779
|
"privacy": "public",
|
|
44333
44780
|
"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.",
|
|
44334
44781
|
"inheritedFrom": {
|
|
44335
|
-
"name": "
|
|
44336
|
-
"module": "src/tree-
|
|
44782
|
+
"name": "TreeView",
|
|
44783
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44337
44784
|
}
|
|
44338
44785
|
},
|
|
44339
44786
|
{
|
|
@@ -44346,8 +44793,8 @@
|
|
|
44346
44793
|
}
|
|
44347
44794
|
},
|
|
44348
44795
|
"inheritedFrom": {
|
|
44349
|
-
"name": "
|
|
44350
|
-
"module": "src/tree-
|
|
44796
|
+
"name": "TreeView",
|
|
44797
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44351
44798
|
}
|
|
44352
44799
|
},
|
|
44353
44800
|
{
|
|
@@ -44377,50 +44824,32 @@
|
|
|
44377
44824
|
],
|
|
44378
44825
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
44379
44826
|
"inheritedFrom": {
|
|
44380
|
-
"name": "
|
|
44381
|
-
"module": "src/tree-
|
|
44382
|
-
}
|
|
44383
|
-
}
|
|
44384
|
-
],
|
|
44385
|
-
"events": [
|
|
44386
|
-
{
|
|
44387
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
44388
|
-
"name": "expanded-change",
|
|
44389
|
-
"inheritedFrom": {
|
|
44390
|
-
"name": "TreeItem",
|
|
44391
|
-
"module": "src/tree-item/tree-item.ts"
|
|
44392
|
-
}
|
|
44393
|
-
},
|
|
44394
|
-
{
|
|
44395
|
-
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
44396
|
-
"name": "selected-change",
|
|
44397
|
-
"inheritedFrom": {
|
|
44398
|
-
"name": "TreeItem",
|
|
44399
|
-
"module": "src/tree-item/tree-item.ts"
|
|
44827
|
+
"name": "TreeView",
|
|
44828
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44400
44829
|
}
|
|
44401
44830
|
}
|
|
44402
44831
|
]
|
|
44403
44832
|
},
|
|
44404
44833
|
{
|
|
44405
44834
|
"kind": "variable",
|
|
44406
|
-
"name": "
|
|
44835
|
+
"name": "zeroTreeView"
|
|
44407
44836
|
}
|
|
44408
44837
|
],
|
|
44409
44838
|
"exports": [
|
|
44410
44839
|
{
|
|
44411
44840
|
"kind": "js",
|
|
44412
|
-
"name": "
|
|
44841
|
+
"name": "TreeView",
|
|
44413
44842
|
"declaration": {
|
|
44414
|
-
"name": "
|
|
44415
|
-
"module": "src/tree-
|
|
44843
|
+
"name": "TreeView",
|
|
44844
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44416
44845
|
}
|
|
44417
44846
|
},
|
|
44418
44847
|
{
|
|
44419
44848
|
"kind": "js",
|
|
44420
|
-
"name": "
|
|
44849
|
+
"name": "zeroTreeView",
|
|
44421
44850
|
"declaration": {
|
|
44422
|
-
"name": "
|
|
44423
|
-
"module": "src/tree-
|
|
44851
|
+
"name": "zeroTreeView",
|
|
44852
|
+
"module": "src/tree-view/tree-view.ts"
|
|
44424
44853
|
}
|
|
44425
44854
|
}
|
|
44426
44855
|
]
|
|
@@ -45108,435 +45537,6 @@
|
|
|
45108
45537
|
}
|
|
45109
45538
|
]
|
|
45110
45539
|
},
|
|
45111
|
-
{
|
|
45112
|
-
"kind": "javascript-module",
|
|
45113
|
-
"path": "src/tree-view/index.ts",
|
|
45114
|
-
"declarations": [],
|
|
45115
|
-
"exports": [
|
|
45116
|
-
{
|
|
45117
|
-
"kind": "js",
|
|
45118
|
-
"name": "*",
|
|
45119
|
-
"declaration": {
|
|
45120
|
-
"name": "*",
|
|
45121
|
-
"package": "./tree-view.template"
|
|
45122
|
-
}
|
|
45123
|
-
},
|
|
45124
|
-
{
|
|
45125
|
-
"kind": "js",
|
|
45126
|
-
"name": "*",
|
|
45127
|
-
"declaration": {
|
|
45128
|
-
"name": "*",
|
|
45129
|
-
"package": "./tree-view.styles"
|
|
45130
|
-
}
|
|
45131
|
-
},
|
|
45132
|
-
{
|
|
45133
|
-
"kind": "js",
|
|
45134
|
-
"name": "*",
|
|
45135
|
-
"declaration": {
|
|
45136
|
-
"name": "*",
|
|
45137
|
-
"package": "./tree-view"
|
|
45138
|
-
}
|
|
45139
|
-
}
|
|
45140
|
-
]
|
|
45141
|
-
},
|
|
45142
|
-
{
|
|
45143
|
-
"kind": "javascript-module",
|
|
45144
|
-
"path": "src/tree-view/tree-view.styles.ts",
|
|
45145
|
-
"declarations": [
|
|
45146
|
-
{
|
|
45147
|
-
"kind": "function",
|
|
45148
|
-
"name": "zeroTreeViewStyles",
|
|
45149
|
-
"return": {
|
|
45150
|
-
"type": {
|
|
45151
|
-
"text": "ElementStyles"
|
|
45152
|
-
}
|
|
45153
|
-
},
|
|
45154
|
-
"parameters": [
|
|
45155
|
-
{
|
|
45156
|
-
"name": "context",
|
|
45157
|
-
"type": {
|
|
45158
|
-
"text": "ElementDefinitionContext"
|
|
45159
|
-
}
|
|
45160
|
-
},
|
|
45161
|
-
{
|
|
45162
|
-
"name": "definition",
|
|
45163
|
-
"type": {
|
|
45164
|
-
"text": "FoundationElementDefinition"
|
|
45165
|
-
}
|
|
45166
|
-
}
|
|
45167
|
-
]
|
|
45168
|
-
}
|
|
45169
|
-
],
|
|
45170
|
-
"exports": [
|
|
45171
|
-
{
|
|
45172
|
-
"kind": "js",
|
|
45173
|
-
"name": "zeroTreeViewStyles",
|
|
45174
|
-
"declaration": {
|
|
45175
|
-
"name": "zeroTreeViewStyles",
|
|
45176
|
-
"module": "src/tree-view/tree-view.styles.ts"
|
|
45177
|
-
}
|
|
45178
|
-
}
|
|
45179
|
-
]
|
|
45180
|
-
},
|
|
45181
|
-
{
|
|
45182
|
-
"kind": "javascript-module",
|
|
45183
|
-
"path": "src/tree-view/tree-view.template.ts",
|
|
45184
|
-
"declarations": [
|
|
45185
|
-
{
|
|
45186
|
-
"kind": "function",
|
|
45187
|
-
"name": "zeroTreeViewTemplate",
|
|
45188
|
-
"return": {
|
|
45189
|
-
"type": {
|
|
45190
|
-
"text": "ViewTemplate<TreeView>"
|
|
45191
|
-
}
|
|
45192
|
-
},
|
|
45193
|
-
"parameters": [
|
|
45194
|
-
{
|
|
45195
|
-
"name": "context",
|
|
45196
|
-
"type": {
|
|
45197
|
-
"text": "ElementDefinitionContext"
|
|
45198
|
-
}
|
|
45199
|
-
},
|
|
45200
|
-
{
|
|
45201
|
-
"name": "definition",
|
|
45202
|
-
"type": {
|
|
45203
|
-
"text": "FoundationElementDefinition"
|
|
45204
|
-
}
|
|
45205
|
-
}
|
|
45206
|
-
]
|
|
45207
|
-
}
|
|
45208
|
-
],
|
|
45209
|
-
"exports": [
|
|
45210
|
-
{
|
|
45211
|
-
"kind": "js",
|
|
45212
|
-
"name": "zeroTreeViewTemplate",
|
|
45213
|
-
"declaration": {
|
|
45214
|
-
"name": "zeroTreeViewTemplate",
|
|
45215
|
-
"module": "src/tree-view/tree-view.template.ts"
|
|
45216
|
-
}
|
|
45217
|
-
}
|
|
45218
|
-
]
|
|
45219
|
-
},
|
|
45220
|
-
{
|
|
45221
|
-
"kind": "javascript-module",
|
|
45222
|
-
"path": "src/tree-view/tree-view.ts",
|
|
45223
|
-
"declarations": [
|
|
45224
|
-
{
|
|
45225
|
-
"kind": "class",
|
|
45226
|
-
"description": "",
|
|
45227
|
-
"name": "TreeView",
|
|
45228
|
-
"superclass": {
|
|
45229
|
-
"name": "FoundationTreeView",
|
|
45230
|
-
"package": "@genesislcap/foundation-ui"
|
|
45231
|
-
},
|
|
45232
|
-
"tagName": "%%prefix%%-tree-view",
|
|
45233
|
-
"customElement": true,
|
|
45234
|
-
"attributes": [
|
|
45235
|
-
{
|
|
45236
|
-
"name": "render-collapsed-nodes",
|
|
45237
|
-
"type": {
|
|
45238
|
-
"text": "boolean"
|
|
45239
|
-
},
|
|
45240
|
-
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
45241
|
-
"fieldName": "renderCollapsedNodes",
|
|
45242
|
-
"inheritedFrom": {
|
|
45243
|
-
"name": "TreeView",
|
|
45244
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45245
|
-
}
|
|
45246
|
-
}
|
|
45247
|
-
],
|
|
45248
|
-
"members": [
|
|
45249
|
-
{
|
|
45250
|
-
"kind": "field",
|
|
45251
|
-
"name": "renderCollapsedNodes",
|
|
45252
|
-
"type": {
|
|
45253
|
-
"text": "boolean"
|
|
45254
|
-
},
|
|
45255
|
-
"privacy": "public",
|
|
45256
|
-
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
45257
|
-
"inheritedFrom": {
|
|
45258
|
-
"name": "TreeView",
|
|
45259
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45260
|
-
}
|
|
45261
|
-
},
|
|
45262
|
-
{
|
|
45263
|
-
"kind": "field",
|
|
45264
|
-
"name": "currentSelected",
|
|
45265
|
-
"type": {
|
|
45266
|
-
"text": "HTMLElement | TreeItem | null"
|
|
45267
|
-
},
|
|
45268
|
-
"privacy": "public",
|
|
45269
|
-
"description": "The currently selected tree item",
|
|
45270
|
-
"inheritedFrom": {
|
|
45271
|
-
"name": "TreeView",
|
|
45272
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45273
|
-
}
|
|
45274
|
-
},
|
|
45275
|
-
{
|
|
45276
|
-
"kind": "method",
|
|
45277
|
-
"name": "slottedTreeItemsChanged",
|
|
45278
|
-
"privacy": "private",
|
|
45279
|
-
"return": {
|
|
45280
|
-
"type": {
|
|
45281
|
-
"text": "void"
|
|
45282
|
-
}
|
|
45283
|
-
},
|
|
45284
|
-
"inheritedFrom": {
|
|
45285
|
-
"name": "TreeView",
|
|
45286
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45287
|
-
}
|
|
45288
|
-
},
|
|
45289
|
-
{
|
|
45290
|
-
"kind": "field",
|
|
45291
|
-
"name": "nested",
|
|
45292
|
-
"type": {
|
|
45293
|
-
"text": "boolean"
|
|
45294
|
-
},
|
|
45295
|
-
"privacy": "private",
|
|
45296
|
-
"inheritedFrom": {
|
|
45297
|
-
"name": "TreeView",
|
|
45298
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45299
|
-
}
|
|
45300
|
-
},
|
|
45301
|
-
{
|
|
45302
|
-
"kind": "method",
|
|
45303
|
-
"name": "focusNextNode",
|
|
45304
|
-
"privacy": "private",
|
|
45305
|
-
"return": {
|
|
45306
|
-
"type": {
|
|
45307
|
-
"text": "void"
|
|
45308
|
-
}
|
|
45309
|
-
},
|
|
45310
|
-
"parameters": [
|
|
45311
|
-
{
|
|
45312
|
-
"name": "delta",
|
|
45313
|
-
"type": {
|
|
45314
|
-
"text": "number"
|
|
45315
|
-
}
|
|
45316
|
-
},
|
|
45317
|
-
{
|
|
45318
|
-
"name": "item",
|
|
45319
|
-
"type": {
|
|
45320
|
-
"text": "TreeItem"
|
|
45321
|
-
}
|
|
45322
|
-
}
|
|
45323
|
-
],
|
|
45324
|
-
"description": "Move focus to a tree item based on its offset from the provided item",
|
|
45325
|
-
"inheritedFrom": {
|
|
45326
|
-
"name": "TreeView",
|
|
45327
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45328
|
-
}
|
|
45329
|
-
},
|
|
45330
|
-
{
|
|
45331
|
-
"kind": "field",
|
|
45332
|
-
"name": "setItems",
|
|
45333
|
-
"privacy": "private",
|
|
45334
|
-
"description": "Updates the tree view when slottedTreeItems changes",
|
|
45335
|
-
"inheritedFrom": {
|
|
45336
|
-
"name": "TreeView",
|
|
45337
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45338
|
-
}
|
|
45339
|
-
},
|
|
45340
|
-
{
|
|
45341
|
-
"kind": "method",
|
|
45342
|
-
"name": "getValidFocusableItem",
|
|
45343
|
-
"privacy": "private",
|
|
45344
|
-
"return": {
|
|
45345
|
-
"type": {
|
|
45346
|
-
"text": "null | HTMLElement | TreeItem"
|
|
45347
|
-
}
|
|
45348
|
-
},
|
|
45349
|
-
"description": "checks if there are any nested tree items",
|
|
45350
|
-
"inheritedFrom": {
|
|
45351
|
-
"name": "TreeView",
|
|
45352
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45353
|
-
}
|
|
45354
|
-
},
|
|
45355
|
-
{
|
|
45356
|
-
"kind": "method",
|
|
45357
|
-
"name": "checkForNestedItems",
|
|
45358
|
-
"privacy": "private",
|
|
45359
|
-
"return": {
|
|
45360
|
-
"type": {
|
|
45361
|
-
"text": "boolean"
|
|
45362
|
-
}
|
|
45363
|
-
},
|
|
45364
|
-
"description": "checks if there are any nested tree items",
|
|
45365
|
-
"inheritedFrom": {
|
|
45366
|
-
"name": "TreeView",
|
|
45367
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45368
|
-
}
|
|
45369
|
-
},
|
|
45370
|
-
{
|
|
45371
|
-
"kind": "field",
|
|
45372
|
-
"name": "isFocusableElement",
|
|
45373
|
-
"privacy": "private",
|
|
45374
|
-
"description": "check if the item is focusable",
|
|
45375
|
-
"inheritedFrom": {
|
|
45376
|
-
"name": "TreeView",
|
|
45377
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45378
|
-
}
|
|
45379
|
-
},
|
|
45380
|
-
{
|
|
45381
|
-
"kind": "field",
|
|
45382
|
-
"name": "isSelectedElement",
|
|
45383
|
-
"privacy": "private",
|
|
45384
|
-
"inheritedFrom": {
|
|
45385
|
-
"name": "TreeView",
|
|
45386
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45387
|
-
}
|
|
45388
|
-
},
|
|
45389
|
-
{
|
|
45390
|
-
"kind": "method",
|
|
45391
|
-
"name": "getVisibleNodes",
|
|
45392
|
-
"privacy": "private",
|
|
45393
|
-
"return": {
|
|
45394
|
-
"type": {
|
|
45395
|
-
"text": "HTMLElement[]"
|
|
45396
|
-
}
|
|
45397
|
-
},
|
|
45398
|
-
"inheritedFrom": {
|
|
45399
|
-
"name": "TreeView",
|
|
45400
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45401
|
-
}
|
|
45402
|
-
},
|
|
45403
|
-
{
|
|
45404
|
-
"kind": "field",
|
|
45405
|
-
"name": "_presentation",
|
|
45406
|
-
"type": {
|
|
45407
|
-
"text": "ComponentPresentation | null | undefined"
|
|
45408
|
-
},
|
|
45409
|
-
"privacy": "private",
|
|
45410
|
-
"default": "void 0",
|
|
45411
|
-
"inheritedFrom": {
|
|
45412
|
-
"name": "TreeView",
|
|
45413
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45414
|
-
}
|
|
45415
|
-
},
|
|
45416
|
-
{
|
|
45417
|
-
"kind": "field",
|
|
45418
|
-
"name": "$presentation",
|
|
45419
|
-
"type": {
|
|
45420
|
-
"text": "ComponentPresentation | null"
|
|
45421
|
-
},
|
|
45422
|
-
"privacy": "public",
|
|
45423
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
45424
|
-
"inheritedFrom": {
|
|
45425
|
-
"name": "TreeView",
|
|
45426
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45427
|
-
}
|
|
45428
|
-
},
|
|
45429
|
-
{
|
|
45430
|
-
"kind": "field",
|
|
45431
|
-
"name": "template",
|
|
45432
|
-
"type": {
|
|
45433
|
-
"text": "ElementViewTemplate | void | null"
|
|
45434
|
-
},
|
|
45435
|
-
"privacy": "public",
|
|
45436
|
-
"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.",
|
|
45437
|
-
"inheritedFrom": {
|
|
45438
|
-
"name": "TreeView",
|
|
45439
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45440
|
-
}
|
|
45441
|
-
},
|
|
45442
|
-
{
|
|
45443
|
-
"kind": "method",
|
|
45444
|
-
"name": "templateChanged",
|
|
45445
|
-
"privacy": "protected",
|
|
45446
|
-
"return": {
|
|
45447
|
-
"type": {
|
|
45448
|
-
"text": "void"
|
|
45449
|
-
}
|
|
45450
|
-
},
|
|
45451
|
-
"inheritedFrom": {
|
|
45452
|
-
"name": "TreeView",
|
|
45453
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45454
|
-
}
|
|
45455
|
-
},
|
|
45456
|
-
{
|
|
45457
|
-
"kind": "field",
|
|
45458
|
-
"name": "styles",
|
|
45459
|
-
"type": {
|
|
45460
|
-
"text": "ElementStyles | void | null"
|
|
45461
|
-
},
|
|
45462
|
-
"privacy": "public",
|
|
45463
|
-
"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.",
|
|
45464
|
-
"inheritedFrom": {
|
|
45465
|
-
"name": "TreeView",
|
|
45466
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45467
|
-
}
|
|
45468
|
-
},
|
|
45469
|
-
{
|
|
45470
|
-
"kind": "method",
|
|
45471
|
-
"name": "stylesChanged",
|
|
45472
|
-
"privacy": "protected",
|
|
45473
|
-
"return": {
|
|
45474
|
-
"type": {
|
|
45475
|
-
"text": "void"
|
|
45476
|
-
}
|
|
45477
|
-
},
|
|
45478
|
-
"inheritedFrom": {
|
|
45479
|
-
"name": "TreeView",
|
|
45480
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45481
|
-
}
|
|
45482
|
-
},
|
|
45483
|
-
{
|
|
45484
|
-
"kind": "method",
|
|
45485
|
-
"name": "compose",
|
|
45486
|
-
"privacy": "public",
|
|
45487
|
-
"static": true,
|
|
45488
|
-
"return": {
|
|
45489
|
-
"type": {
|
|
45490
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
45491
|
-
}
|
|
45492
|
-
},
|
|
45493
|
-
"parameters": [
|
|
45494
|
-
{
|
|
45495
|
-
"name": "this",
|
|
45496
|
-
"type": {
|
|
45497
|
-
"text": "K"
|
|
45498
|
-
}
|
|
45499
|
-
},
|
|
45500
|
-
{
|
|
45501
|
-
"name": "elementDefinition",
|
|
45502
|
-
"type": {
|
|
45503
|
-
"text": "T"
|
|
45504
|
-
},
|
|
45505
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
45506
|
-
}
|
|
45507
|
-
],
|
|
45508
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
45509
|
-
"inheritedFrom": {
|
|
45510
|
-
"name": "TreeView",
|
|
45511
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45512
|
-
}
|
|
45513
|
-
}
|
|
45514
|
-
]
|
|
45515
|
-
},
|
|
45516
|
-
{
|
|
45517
|
-
"kind": "variable",
|
|
45518
|
-
"name": "zeroTreeView"
|
|
45519
|
-
}
|
|
45520
|
-
],
|
|
45521
|
-
"exports": [
|
|
45522
|
-
{
|
|
45523
|
-
"kind": "js",
|
|
45524
|
-
"name": "TreeView",
|
|
45525
|
-
"declaration": {
|
|
45526
|
-
"name": "TreeView",
|
|
45527
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45528
|
-
}
|
|
45529
|
-
},
|
|
45530
|
-
{
|
|
45531
|
-
"kind": "js",
|
|
45532
|
-
"name": "zeroTreeView",
|
|
45533
|
-
"declaration": {
|
|
45534
|
-
"name": "zeroTreeView",
|
|
45535
|
-
"module": "src/tree-view/tree-view.ts"
|
|
45536
|
-
}
|
|
45537
|
-
}
|
|
45538
|
-
]
|
|
45539
|
-
},
|
|
45540
45540
|
{
|
|
45541
45541
|
"kind": "javascript-module",
|
|
45542
45542
|
"path": "src/utils/behaviors.ts",
|