@genesislcap/foundation-zero 14.496.1-GENC-1461.4 → 14.496.1
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 +1064 -1064
- package/dist/dts/react.d.ts +17 -17
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +9 -9
- package/package.json +12 -12
|
@@ -931,11 +931,11 @@
|
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion
|
|
934
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
935
935
|
"declarations": [
|
|
936
936
|
{
|
|
937
937
|
"kind": "function",
|
|
938
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionStyles",
|
|
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": "zeroAccordionStyles",
|
|
964
964
|
"declaration": {
|
|
965
|
-
"name": "
|
|
966
|
-
"module": "src/accordion
|
|
965
|
+
"name": "zeroAccordionStyles",
|
|
966
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion
|
|
973
|
+
"path": "src/accordion/accordion.template.ts",
|
|
974
974
|
"declarations": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "function",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionTemplate",
|
|
978
978
|
"return": {
|
|
979
979
|
"type": {
|
|
980
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<Accordion>"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"parameters": [
|
|
@@ -999,268 +999,389 @@
|
|
|
999
999
|
"exports": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"kind": "js",
|
|
1002
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionTemplate",
|
|
1003
1003
|
"declaration": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"module": "src/accordion
|
|
1004
|
+
"name": "zeroAccordionTemplate",
|
|
1005
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion
|
|
1012
|
+
"path": "src/accordion/accordion.ts",
|
|
1013
1013
|
"declarations": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "class",
|
|
1016
1016
|
"description": "",
|
|
1017
|
-
"name": "
|
|
1017
|
+
"name": "Accordion",
|
|
1018
1018
|
"superclass": {
|
|
1019
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordion",
|
|
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": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
|
-
},
|
|
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",
|
|
1033
|
-
"inheritedFrom": {
|
|
1034
|
-
"name": "AccordionItem",
|
|
1035
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"type": {
|
|
1040
|
-
"text": "boolean"
|
|
1041
|
-
},
|
|
1042
|
-
"default": "false",
|
|
1043
|
-
"description": "Expands or collapses the item.",
|
|
1044
|
-
"fieldName": "expanded",
|
|
1045
|
-
"inheritedFrom": {
|
|
1046
|
-
"name": "AccordionItem",
|
|
1047
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"name": "id",
|
|
1026
|
+
"name": "expand-mode",
|
|
1052
1027
|
"type": {
|
|
1053
|
-
"text": "
|
|
1028
|
+
"text": "AccordionExpandMode"
|
|
1054
1029
|
},
|
|
1055
|
-
"description": "
|
|
1056
|
-
"fieldName": "
|
|
1030
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1031
|
+
"fieldName": "expandmode",
|
|
1057
1032
|
"inheritedFrom": {
|
|
1058
|
-
"name": "
|
|
1059
|
-
"module": "src/accordion
|
|
1033
|
+
"name": "Accordion",
|
|
1034
|
+
"module": "src/accordion/accordion.ts"
|
|
1060
1035
|
}
|
|
1061
1036
|
}
|
|
1062
1037
|
],
|
|
1063
1038
|
"members": [
|
|
1064
1039
|
{
|
|
1065
1040
|
"kind": "field",
|
|
1066
|
-
"name": "
|
|
1041
|
+
"name": "expandmode",
|
|
1067
1042
|
"type": {
|
|
1068
|
-
"text": "
|
|
1043
|
+
"text": "AccordionExpandMode"
|
|
1069
1044
|
},
|
|
1070
1045
|
"privacy": "public",
|
|
1071
|
-
"
|
|
1072
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1046
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1073
1047
|
"inheritedFrom": {
|
|
1074
|
-
"name": "
|
|
1075
|
-
"module": "src/accordion
|
|
1048
|
+
"name": "Accordion",
|
|
1049
|
+
"module": "src/accordion/accordion.ts"
|
|
1076
1050
|
}
|
|
1077
1051
|
},
|
|
1078
1052
|
{
|
|
1079
1053
|
"kind": "field",
|
|
1080
|
-
"name": "
|
|
1054
|
+
"name": "activeid",
|
|
1081
1055
|
"type": {
|
|
1082
|
-
"text": "
|
|
1056
|
+
"text": "string | null"
|
|
1083
1057
|
},
|
|
1084
|
-
"privacy": "
|
|
1085
|
-
"default": "false",
|
|
1086
|
-
"description": "Expands or collapses the item.",
|
|
1058
|
+
"privacy": "private",
|
|
1087
1059
|
"inheritedFrom": {
|
|
1088
|
-
"name": "
|
|
1089
|
-
"module": "src/accordion
|
|
1060
|
+
"name": "Accordion",
|
|
1061
|
+
"module": "src/accordion/accordion.ts"
|
|
1090
1062
|
}
|
|
1091
1063
|
},
|
|
1092
1064
|
{
|
|
1093
1065
|
"kind": "field",
|
|
1094
|
-
"name": "
|
|
1066
|
+
"name": "activeItemIndex",
|
|
1095
1067
|
"type": {
|
|
1096
|
-
"text": "
|
|
1068
|
+
"text": "number"
|
|
1097
1069
|
},
|
|
1098
|
-
"privacy": "
|
|
1099
|
-
"
|
|
1070
|
+
"privacy": "private",
|
|
1071
|
+
"default": "0",
|
|
1100
1072
|
"inheritedFrom": {
|
|
1101
|
-
"name": "
|
|
1102
|
-
"module": "src/accordion
|
|
1073
|
+
"name": "Accordion",
|
|
1074
|
+
"module": "src/accordion/accordion.ts"
|
|
1103
1075
|
}
|
|
1104
1076
|
},
|
|
1105
1077
|
{
|
|
1106
1078
|
"kind": "field",
|
|
1107
|
-
"name": "
|
|
1079
|
+
"name": "accordionIds",
|
|
1080
|
+
"type": {
|
|
1081
|
+
"text": "Array<string | null>"
|
|
1082
|
+
},
|
|
1108
1083
|
"privacy": "private",
|
|
1109
1084
|
"inheritedFrom": {
|
|
1110
|
-
"name": "
|
|
1111
|
-
"module": "src/accordion
|
|
1085
|
+
"name": "Accordion",
|
|
1086
|
+
"module": "src/accordion/accordion.ts"
|
|
1112
1087
|
}
|
|
1113
1088
|
},
|
|
1114
1089
|
{
|
|
1115
1090
|
"kind": "field",
|
|
1116
|
-
"name": "
|
|
1117
|
-
"type": {
|
|
1118
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
-
},
|
|
1091
|
+
"name": "change",
|
|
1120
1092
|
"privacy": "private",
|
|
1121
|
-
"default": "void 0",
|
|
1122
1093
|
"inheritedFrom": {
|
|
1123
|
-
"name": "
|
|
1124
|
-
"module": "src/accordion
|
|
1094
|
+
"name": "Accordion",
|
|
1095
|
+
"module": "src/accordion/accordion.ts"
|
|
1125
1096
|
}
|
|
1126
1097
|
},
|
|
1127
1098
|
{
|
|
1128
|
-
"kind": "
|
|
1129
|
-
"name": "
|
|
1130
|
-
"
|
|
1131
|
-
|
|
1099
|
+
"kind": "method",
|
|
1100
|
+
"name": "findExpandedItem",
|
|
1101
|
+
"privacy": "private",
|
|
1102
|
+
"return": {
|
|
1103
|
+
"type": {
|
|
1104
|
+
"text": "AccordionItem | null"
|
|
1105
|
+
}
|
|
1132
1106
|
},
|
|
1133
|
-
"privacy": "public",
|
|
1134
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1135
1107
|
"inheritedFrom": {
|
|
1136
|
-
"name": "
|
|
1137
|
-
"module": "src/accordion
|
|
1108
|
+
"name": "Accordion",
|
|
1109
|
+
"module": "src/accordion/accordion.ts"
|
|
1138
1110
|
}
|
|
1139
1111
|
},
|
|
1140
1112
|
{
|
|
1141
1113
|
"kind": "field",
|
|
1142
|
-
"name": "
|
|
1143
|
-
"
|
|
1144
|
-
"text": "ElementViewTemplate | void | null"
|
|
1145
|
-
},
|
|
1146
|
-
"privacy": "public",
|
|
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.",
|
|
1114
|
+
"name": "setItems",
|
|
1115
|
+
"privacy": "private",
|
|
1148
1116
|
"inheritedFrom": {
|
|
1149
|
-
"name": "
|
|
1150
|
-
"module": "src/accordion
|
|
1117
|
+
"name": "Accordion",
|
|
1118
|
+
"module": "src/accordion/accordion.ts"
|
|
1151
1119
|
}
|
|
1152
1120
|
},
|
|
1153
1121
|
{
|
|
1154
1122
|
"kind": "method",
|
|
1155
|
-
"name": "
|
|
1156
|
-
"privacy": "
|
|
1123
|
+
"name": "resetItems",
|
|
1124
|
+
"privacy": "private",
|
|
1157
1125
|
"return": {
|
|
1158
1126
|
"type": {
|
|
1159
1127
|
"text": "void"
|
|
1160
1128
|
}
|
|
1161
1129
|
},
|
|
1162
1130
|
"inheritedFrom": {
|
|
1163
|
-
"name": "
|
|
1164
|
-
"module": "src/accordion
|
|
1131
|
+
"name": "Accordion",
|
|
1132
|
+
"module": "src/accordion/accordion.ts"
|
|
1165
1133
|
}
|
|
1166
1134
|
},
|
|
1167
1135
|
{
|
|
1168
1136
|
"kind": "field",
|
|
1169
|
-
"name": "
|
|
1170
|
-
"
|
|
1171
|
-
|
|
1137
|
+
"name": "removeItemListeners",
|
|
1138
|
+
"privacy": "private",
|
|
1139
|
+
"inheritedFrom": {
|
|
1140
|
+
"name": "Accordion",
|
|
1141
|
+
"module": "src/accordion/accordion.ts"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "field",
|
|
1146
|
+
"name": "activeItemChange",
|
|
1147
|
+
"privacy": "private",
|
|
1148
|
+
"inheritedFrom": {
|
|
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
|
+
}
|
|
1172
1161
|
},
|
|
1173
|
-
"privacy": "public",
|
|
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.",
|
|
1175
1162
|
"inheritedFrom": {
|
|
1176
|
-
"name": "
|
|
1177
|
-
"module": "src/accordion
|
|
1163
|
+
"name": "Accordion",
|
|
1164
|
+
"module": "src/accordion/accordion.ts"
|
|
1178
1165
|
}
|
|
1179
1166
|
},
|
|
1180
1167
|
{
|
|
1181
1168
|
"kind": "method",
|
|
1182
|
-
"name": "
|
|
1183
|
-
"privacy": "
|
|
1169
|
+
"name": "isSingleExpandMode",
|
|
1170
|
+
"privacy": "private",
|
|
1184
1171
|
"return": {
|
|
1185
1172
|
"type": {
|
|
1186
|
-
"text": "
|
|
1173
|
+
"text": "boolean"
|
|
1187
1174
|
}
|
|
1188
1175
|
},
|
|
1189
1176
|
"inheritedFrom": {
|
|
1190
|
-
"name": "
|
|
1191
|
-
"module": "src/accordion
|
|
1177
|
+
"name": "Accordion",
|
|
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"
|
|
1188
|
+
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "field",
|
|
1192
|
+
"name": "handleItemFocus",
|
|
1193
|
+
"privacy": "private",
|
|
1194
|
+
"inheritedFrom": {
|
|
1195
|
+
"name": "Accordion",
|
|
1196
|
+
"module": "src/accordion/accordion.ts"
|
|
1192
1197
|
}
|
|
1193
1198
|
},
|
|
1194
1199
|
{
|
|
1195
1200
|
"kind": "method",
|
|
1196
|
-
"name": "
|
|
1197
|
-
"privacy": "
|
|
1198
|
-
"static": true,
|
|
1201
|
+
"name": "adjust",
|
|
1202
|
+
"privacy": "private",
|
|
1199
1203
|
"return": {
|
|
1200
1204
|
"type": {
|
|
1201
|
-
"text": "
|
|
1205
|
+
"text": "void"
|
|
1202
1206
|
}
|
|
1203
1207
|
},
|
|
1204
1208
|
"parameters": [
|
|
1205
1209
|
{
|
|
1206
|
-
"name": "
|
|
1210
|
+
"name": "adjustment",
|
|
1207
1211
|
"type": {
|
|
1208
|
-
"text": "
|
|
1212
|
+
"text": "number"
|
|
1209
1213
|
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "elementDefinition",
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": "T"
|
|
1215
|
-
},
|
|
1216
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1217
1214
|
}
|
|
1218
1215
|
],
|
|
1219
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1220
1216
|
"inheritedFrom": {
|
|
1221
|
-
"name": "
|
|
1222
|
-
"module": "src/accordion
|
|
1217
|
+
"name": "Accordion",
|
|
1218
|
+
"module": "src/accordion/accordion.ts"
|
|
1223
1219
|
}
|
|
1224
|
-
}
|
|
1225
|
-
],
|
|
1226
|
-
"events": [
|
|
1220
|
+
},
|
|
1227
1221
|
{
|
|
1228
|
-
"
|
|
1229
|
-
"name": "
|
|
1222
|
+
"kind": "method",
|
|
1223
|
+
"name": "focusItem",
|
|
1224
|
+
"privacy": "private",
|
|
1225
|
+
"return": {
|
|
1226
|
+
"type": {
|
|
1227
|
+
"text": "void"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
1230
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
1232
|
-
"module": "src/accordion
|
|
1231
|
+
"name": "Accordion",
|
|
1232
|
+
"module": "src/accordion/accordion.ts"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"kind": "field",
|
|
1237
|
+
"name": "_presentation",
|
|
1238
|
+
"type": {
|
|
1239
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1240
|
+
},
|
|
1241
|
+
"privacy": "private",
|
|
1242
|
+
"default": "void 0",
|
|
1243
|
+
"inheritedFrom": {
|
|
1244
|
+
"name": "Accordion",
|
|
1245
|
+
"module": "src/accordion/accordion.ts"
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "field",
|
|
1250
|
+
"name": "$presentation",
|
|
1251
|
+
"type": {
|
|
1252
|
+
"text": "ComponentPresentation | null"
|
|
1253
|
+
},
|
|
1254
|
+
"privacy": "public",
|
|
1255
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1256
|
+
"inheritedFrom": {
|
|
1257
|
+
"name": "Accordion",
|
|
1258
|
+
"module": "src/accordion/accordion.ts"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "field",
|
|
1263
|
+
"name": "template",
|
|
1264
|
+
"type": {
|
|
1265
|
+
"text": "ElementViewTemplate | void | null"
|
|
1266
|
+
},
|
|
1267
|
+
"privacy": "public",
|
|
1268
|
+
"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
|
+
"inheritedFrom": {
|
|
1270
|
+
"name": "Accordion",
|
|
1271
|
+
"module": "src/accordion/accordion.ts"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "method",
|
|
1276
|
+
"name": "templateChanged",
|
|
1277
|
+
"privacy": "protected",
|
|
1278
|
+
"return": {
|
|
1279
|
+
"type": {
|
|
1280
|
+
"text": "void"
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"inheritedFrom": {
|
|
1284
|
+
"name": "Accordion",
|
|
1285
|
+
"module": "src/accordion/accordion.ts"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "field",
|
|
1290
|
+
"name": "styles",
|
|
1291
|
+
"type": {
|
|
1292
|
+
"text": "ElementStyles | void | null"
|
|
1293
|
+
},
|
|
1294
|
+
"privacy": "public",
|
|
1295
|
+
"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
|
+
"inheritedFrom": {
|
|
1297
|
+
"name": "Accordion",
|
|
1298
|
+
"module": "src/accordion/accordion.ts"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"kind": "method",
|
|
1303
|
+
"name": "stylesChanged",
|
|
1304
|
+
"privacy": "protected",
|
|
1305
|
+
"return": {
|
|
1306
|
+
"type": {
|
|
1307
|
+
"text": "void"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"inheritedFrom": {
|
|
1311
|
+
"name": "Accordion",
|
|
1312
|
+
"module": "src/accordion/accordion.ts"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "method",
|
|
1317
|
+
"name": "compose",
|
|
1318
|
+
"privacy": "public",
|
|
1319
|
+
"static": true,
|
|
1320
|
+
"return": {
|
|
1321
|
+
"type": {
|
|
1322
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"parameters": [
|
|
1326
|
+
{
|
|
1327
|
+
"name": "this",
|
|
1328
|
+
"type": {
|
|
1329
|
+
"text": "K"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "elementDefinition",
|
|
1334
|
+
"type": {
|
|
1335
|
+
"text": "T"
|
|
1336
|
+
},
|
|
1337
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1338
|
+
}
|
|
1339
|
+
],
|
|
1340
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1341
|
+
"inheritedFrom": {
|
|
1342
|
+
"name": "Accordion",
|
|
1343
|
+
"module": "src/accordion/accordion.ts"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"events": [
|
|
1348
|
+
{
|
|
1349
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1350
|
+
"name": "change",
|
|
1351
|
+
"inheritedFrom": {
|
|
1352
|
+
"name": "Accordion",
|
|
1353
|
+
"module": "src/accordion/accordion.ts"
|
|
1233
1354
|
}
|
|
1234
1355
|
}
|
|
1235
1356
|
]
|
|
1236
1357
|
},
|
|
1237
1358
|
{
|
|
1238
1359
|
"kind": "variable",
|
|
1239
|
-
"name": "
|
|
1360
|
+
"name": "zeroAccordion"
|
|
1240
1361
|
}
|
|
1241
1362
|
],
|
|
1242
1363
|
"exports": [
|
|
1243
1364
|
{
|
|
1244
1365
|
"kind": "js",
|
|
1245
|
-
"name": "
|
|
1366
|
+
"name": "Accordion",
|
|
1246
1367
|
"declaration": {
|
|
1247
|
-
"name": "
|
|
1248
|
-
"module": "src/accordion
|
|
1368
|
+
"name": "Accordion",
|
|
1369
|
+
"module": "src/accordion/accordion.ts"
|
|
1249
1370
|
}
|
|
1250
1371
|
},
|
|
1251
1372
|
{
|
|
1252
1373
|
"kind": "js",
|
|
1253
|
-
"name": "
|
|
1374
|
+
"name": "zeroAccordion",
|
|
1254
1375
|
"declaration": {
|
|
1255
|
-
"name": "
|
|
1256
|
-
"module": "src/accordion
|
|
1376
|
+
"name": "zeroAccordion",
|
|
1377
|
+
"module": "src/accordion/accordion.ts"
|
|
1257
1378
|
}
|
|
1258
1379
|
}
|
|
1259
1380
|
]
|
|
1260
1381
|
},
|
|
1261
1382
|
{
|
|
1262
1383
|
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/accordion
|
|
1384
|
+
"path": "src/accordion/index.ts",
|
|
1264
1385
|
"declarations": [],
|
|
1265
1386
|
"exports": [
|
|
1266
1387
|
{
|
|
@@ -1268,7 +1389,7 @@
|
|
|
1268
1389
|
"name": "*",
|
|
1269
1390
|
"declaration": {
|
|
1270
1391
|
"name": "*",
|
|
1271
|
-
"package": "./accordion
|
|
1392
|
+
"package": "./accordion"
|
|
1272
1393
|
}
|
|
1273
1394
|
},
|
|
1274
1395
|
{
|
|
@@ -1276,7 +1397,7 @@
|
|
|
1276
1397
|
"name": "*",
|
|
1277
1398
|
"declaration": {
|
|
1278
1399
|
"name": "*",
|
|
1279
|
-
"package": "./accordion
|
|
1400
|
+
"package": "./accordion.styles"
|
|
1280
1401
|
}
|
|
1281
1402
|
},
|
|
1282
1403
|
{
|
|
@@ -1284,18 +1405,18 @@
|
|
|
1284
1405
|
"name": "*",
|
|
1285
1406
|
"declaration": {
|
|
1286
1407
|
"name": "*",
|
|
1287
|
-
"package": "./accordion
|
|
1408
|
+
"package": "./accordion.template"
|
|
1288
1409
|
}
|
|
1289
1410
|
}
|
|
1290
1411
|
]
|
|
1291
1412
|
},
|
|
1292
1413
|
{
|
|
1293
1414
|
"kind": "javascript-module",
|
|
1294
|
-
"path": "src/
|
|
1415
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1295
1416
|
"declarations": [
|
|
1296
1417
|
{
|
|
1297
1418
|
"kind": "function",
|
|
1298
|
-
"name": "
|
|
1419
|
+
"name": "zeroActionsMenuStyles",
|
|
1299
1420
|
"return": {
|
|
1300
1421
|
"type": {
|
|
1301
1422
|
"text": "ElementStyles"
|
|
@@ -1320,356 +1441,463 @@
|
|
|
1320
1441
|
"exports": [
|
|
1321
1442
|
{
|
|
1322
1443
|
"kind": "js",
|
|
1323
|
-
"name": "
|
|
1324
|
-
"declaration": {
|
|
1325
|
-
"name": "zeroAccordionStyles",
|
|
1326
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1334
|
-
"declarations": [
|
|
1335
|
-
{
|
|
1336
|
-
"kind": "function",
|
|
1337
|
-
"name": "zeroAccordionTemplate",
|
|
1338
|
-
"return": {
|
|
1339
|
-
"type": {
|
|
1340
|
-
"text": "ViewTemplate<Accordion>"
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
|
-
"parameters": [
|
|
1344
|
-
{
|
|
1345
|
-
"name": "context",
|
|
1346
|
-
"type": {
|
|
1347
|
-
"text": "ElementDefinitionContext"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "definition",
|
|
1352
|
-
"type": {
|
|
1353
|
-
"text": "FoundationElementDefinition"
|
|
1354
|
-
}
|
|
1355
|
-
}
|
|
1356
|
-
]
|
|
1357
|
-
}
|
|
1358
|
-
],
|
|
1359
|
-
"exports": [
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "js",
|
|
1362
|
-
"name": "zeroAccordionTemplate",
|
|
1444
|
+
"name": "zeroActionsMenuStyles",
|
|
1363
1445
|
"declaration": {
|
|
1364
|
-
"name": "
|
|
1365
|
-
"module": "src/
|
|
1446
|
+
"name": "zeroActionsMenuStyles",
|
|
1447
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1366
1448
|
}
|
|
1367
1449
|
}
|
|
1368
1450
|
]
|
|
1369
1451
|
},
|
|
1370
1452
|
{
|
|
1371
1453
|
"kind": "javascript-module",
|
|
1372
|
-
"path": "src/
|
|
1454
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1373
1455
|
"declarations": [
|
|
1374
1456
|
{
|
|
1375
1457
|
"kind": "class",
|
|
1376
1458
|
"description": "",
|
|
1377
|
-
"name": "
|
|
1459
|
+
"name": "ActionsMenu",
|
|
1378
1460
|
"superclass": {
|
|
1379
|
-
"name": "
|
|
1461
|
+
"name": "FoundationActionsMenu",
|
|
1380
1462
|
"package": "@genesislcap/foundation-ui"
|
|
1381
1463
|
},
|
|
1382
|
-
"tagName": "%%prefix%%-
|
|
1464
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1383
1465
|
"customElement": true,
|
|
1384
1466
|
"attributes": [
|
|
1385
1467
|
{
|
|
1386
|
-
"name": "
|
|
1468
|
+
"name": "is-vertical",
|
|
1387
1469
|
"type": {
|
|
1388
|
-
"text": "
|
|
1470
|
+
"text": "boolean"
|
|
1389
1471
|
},
|
|
1390
|
-
"
|
|
1391
|
-
"fieldName": "
|
|
1472
|
+
"default": "false",
|
|
1473
|
+
"fieldName": "isVertical",
|
|
1392
1474
|
"inheritedFrom": {
|
|
1393
|
-
"name": "
|
|
1394
|
-
"module": "src/
|
|
1475
|
+
"name": "ActionsMenu",
|
|
1476
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1395
1477
|
}
|
|
1396
|
-
}
|
|
1397
|
-
],
|
|
1398
|
-
"members": [
|
|
1478
|
+
},
|
|
1399
1479
|
{
|
|
1400
|
-
"
|
|
1401
|
-
"name": "expandmode",
|
|
1480
|
+
"name": "add-default-actions",
|
|
1402
1481
|
"type": {
|
|
1403
|
-
"text": "
|
|
1482
|
+
"text": "boolean"
|
|
1404
1483
|
},
|
|
1405
|
-
"
|
|
1406
|
-
"
|
|
1484
|
+
"default": "true",
|
|
1485
|
+
"fieldName": "addDefaultActions",
|
|
1407
1486
|
"inheritedFrom": {
|
|
1408
|
-
"name": "
|
|
1409
|
-
"module": "src/
|
|
1487
|
+
"name": "ActionsMenu",
|
|
1488
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1410
1489
|
}
|
|
1411
1490
|
},
|
|
1412
1491
|
{
|
|
1413
|
-
"
|
|
1414
|
-
"name": "activeid",
|
|
1492
|
+
"name": "auto-close-on-action",
|
|
1415
1493
|
"type": {
|
|
1416
|
-
"text": "
|
|
1494
|
+
"text": "boolean"
|
|
1417
1495
|
},
|
|
1418
|
-
"
|
|
1496
|
+
"default": "true",
|
|
1497
|
+
"fieldName": "autoCloseOnAction",
|
|
1419
1498
|
"inheritedFrom": {
|
|
1420
|
-
"name": "
|
|
1421
|
-
"module": "src/
|
|
1499
|
+
"name": "ActionsMenu",
|
|
1500
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1422
1501
|
}
|
|
1423
1502
|
},
|
|
1424
1503
|
{
|
|
1425
|
-
"
|
|
1426
|
-
"name": "activeItemIndex",
|
|
1504
|
+
"name": "name",
|
|
1427
1505
|
"type": {
|
|
1428
|
-
"text": "
|
|
1506
|
+
"text": "string"
|
|
1429
1507
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1508
|
+
"default": "'Actions'",
|
|
1509
|
+
"fieldName": "name",
|
|
1432
1510
|
"inheritedFrom": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "src/
|
|
1511
|
+
"name": "ActionsMenu",
|
|
1512
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1435
1513
|
}
|
|
1436
1514
|
},
|
|
1437
1515
|
{
|
|
1438
|
-
"
|
|
1439
|
-
"name": "accordionIds",
|
|
1516
|
+
"name": "open",
|
|
1440
1517
|
"type": {
|
|
1441
|
-
"text": "
|
|
1518
|
+
"text": "boolean"
|
|
1442
1519
|
},
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
"name": "Accordion",
|
|
1446
|
-
"module": "src/accordion/accordion.ts"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"kind": "field",
|
|
1451
|
-
"name": "change",
|
|
1452
|
-
"privacy": "private",
|
|
1520
|
+
"default": "false",
|
|
1521
|
+
"fieldName": "open",
|
|
1453
1522
|
"inheritedFrom": {
|
|
1454
|
-
"name": "
|
|
1455
|
-
"module": "src/
|
|
1523
|
+
"name": "ActionsMenu",
|
|
1524
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1456
1525
|
}
|
|
1457
1526
|
},
|
|
1458
1527
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1461
|
-
|
|
1462
|
-
"return": {
|
|
1463
|
-
"type": {
|
|
1464
|
-
"text": "AccordionItem | null"
|
|
1465
|
-
}
|
|
1528
|
+
"name": "buttonAppearance",
|
|
1529
|
+
"type": {
|
|
1530
|
+
"text": "string"
|
|
1466
1531
|
},
|
|
1532
|
+
"fieldName": "buttonAppearance",
|
|
1467
1533
|
"inheritedFrom": {
|
|
1468
|
-
"name": "
|
|
1469
|
-
"module": "src/
|
|
1534
|
+
"name": "ActionsMenu",
|
|
1535
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1470
1536
|
}
|
|
1471
1537
|
},
|
|
1472
1538
|
{
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
|
|
1539
|
+
"name": "hide-disabled",
|
|
1540
|
+
"type": {
|
|
1541
|
+
"text": "boolean"
|
|
1542
|
+
},
|
|
1543
|
+
"default": "false",
|
|
1544
|
+
"fieldName": "hideDisabled",
|
|
1476
1545
|
"inheritedFrom": {
|
|
1477
|
-
"name": "
|
|
1478
|
-
"module": "src/
|
|
1546
|
+
"name": "ActionsMenu",
|
|
1547
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1479
1548
|
}
|
|
1480
1549
|
},
|
|
1481
1550
|
{
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
|
|
1485
|
-
"return": {
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "void"
|
|
1488
|
-
}
|
|
1551
|
+
"name": "hide-menu-single-option",
|
|
1552
|
+
"type": {
|
|
1553
|
+
"text": "boolean"
|
|
1489
1554
|
},
|
|
1555
|
+
"default": "false",
|
|
1556
|
+
"fieldName": "hideMenuSingleOption",
|
|
1490
1557
|
"inheritedFrom": {
|
|
1491
|
-
"name": "
|
|
1492
|
-
"module": "src/
|
|
1558
|
+
"name": "ActionsMenu",
|
|
1559
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1493
1560
|
}
|
|
1494
|
-
}
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"members": [
|
|
1495
1564
|
{
|
|
1496
1565
|
"kind": "field",
|
|
1497
|
-
"name": "
|
|
1498
|
-
"
|
|
1566
|
+
"name": "actions",
|
|
1567
|
+
"type": {
|
|
1568
|
+
"text": "ActionMenuItem[]"
|
|
1569
|
+
},
|
|
1499
1570
|
"inheritedFrom": {
|
|
1500
|
-
"name": "
|
|
1501
|
-
"module": "src/
|
|
1571
|
+
"name": "ActionsMenu",
|
|
1572
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1502
1573
|
}
|
|
1503
1574
|
},
|
|
1504
1575
|
{
|
|
1505
1576
|
"kind": "field",
|
|
1506
|
-
"name": "
|
|
1507
|
-
"
|
|
1577
|
+
"name": "isVertical",
|
|
1578
|
+
"type": {
|
|
1579
|
+
"text": "boolean"
|
|
1580
|
+
},
|
|
1581
|
+
"default": "false",
|
|
1508
1582
|
"inheritedFrom": {
|
|
1509
|
-
"name": "
|
|
1510
|
-
"module": "src/
|
|
1583
|
+
"name": "ActionsMenu",
|
|
1584
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1511
1585
|
}
|
|
1512
1586
|
},
|
|
1513
1587
|
{
|
|
1514
|
-
"kind": "
|
|
1515
|
-
"name": "
|
|
1516
|
-
"
|
|
1517
|
-
|
|
1518
|
-
"type": {
|
|
1519
|
-
"text": "Array<string | null>"
|
|
1520
|
-
}
|
|
1588
|
+
"kind": "field",
|
|
1589
|
+
"name": "addDefaultActions",
|
|
1590
|
+
"type": {
|
|
1591
|
+
"text": "boolean"
|
|
1521
1592
|
},
|
|
1593
|
+
"default": "true",
|
|
1522
1594
|
"inheritedFrom": {
|
|
1523
|
-
"name": "
|
|
1524
|
-
"module": "src/
|
|
1595
|
+
"name": "ActionsMenu",
|
|
1596
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1525
1597
|
}
|
|
1526
1598
|
},
|
|
1527
1599
|
{
|
|
1528
|
-
"kind": "
|
|
1529
|
-
"name": "
|
|
1530
|
-
"
|
|
1531
|
-
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "boolean"
|
|
1534
|
-
}
|
|
1600
|
+
"kind": "field",
|
|
1601
|
+
"name": "autoCloseOnAction",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "boolean"
|
|
1535
1604
|
},
|
|
1605
|
+
"default": "true",
|
|
1536
1606
|
"inheritedFrom": {
|
|
1537
|
-
"name": "
|
|
1538
|
-
"module": "src/
|
|
1607
|
+
"name": "ActionsMenu",
|
|
1608
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1539
1609
|
}
|
|
1540
1610
|
},
|
|
1541
1611
|
{
|
|
1542
1612
|
"kind": "field",
|
|
1543
|
-
"name": "
|
|
1544
|
-
"
|
|
1613
|
+
"name": "classNames",
|
|
1614
|
+
"type": {
|
|
1615
|
+
"text": "string"
|
|
1616
|
+
},
|
|
1545
1617
|
"inheritedFrom": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"module": "src/
|
|
1618
|
+
"name": "ActionsMenu",
|
|
1619
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1548
1620
|
}
|
|
1549
1621
|
},
|
|
1550
1622
|
{
|
|
1551
1623
|
"kind": "field",
|
|
1552
|
-
"name": "
|
|
1553
|
-
"
|
|
1624
|
+
"name": "definition",
|
|
1625
|
+
"type": {
|
|
1626
|
+
"text": "any"
|
|
1627
|
+
},
|
|
1554
1628
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1629
|
+
"name": "ActionsMenu",
|
|
1630
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1631
|
}
|
|
1558
1632
|
},
|
|
1559
1633
|
{
|
|
1560
|
-
"kind": "
|
|
1561
|
-
"name": "
|
|
1562
|
-
"
|
|
1563
|
-
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "void"
|
|
1566
|
-
}
|
|
1634
|
+
"kind": "field",
|
|
1635
|
+
"name": "name",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "string"
|
|
1567
1638
|
},
|
|
1568
|
-
"
|
|
1569
|
-
{
|
|
1570
|
-
"name": "adjustment",
|
|
1571
|
-
"type": {
|
|
1572
|
-
"text": "number"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
],
|
|
1639
|
+
"default": "'Actions'",
|
|
1576
1640
|
"inheritedFrom": {
|
|
1577
|
-
"name": "
|
|
1578
|
-
"module": "src/
|
|
1641
|
+
"name": "ActionsMenu",
|
|
1642
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1579
1643
|
}
|
|
1580
1644
|
},
|
|
1581
1645
|
{
|
|
1582
|
-
"kind": "
|
|
1583
|
-
"name": "
|
|
1584
|
-
"
|
|
1585
|
-
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "void"
|
|
1588
|
-
}
|
|
1646
|
+
"kind": "field",
|
|
1647
|
+
"name": "open",
|
|
1648
|
+
"type": {
|
|
1649
|
+
"text": "boolean"
|
|
1589
1650
|
},
|
|
1651
|
+
"default": "false",
|
|
1590
1652
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1653
|
+
"name": "ActionsMenu",
|
|
1654
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1593
1655
|
}
|
|
1594
1656
|
},
|
|
1595
1657
|
{
|
|
1596
1658
|
"kind": "field",
|
|
1597
|
-
"name": "
|
|
1659
|
+
"name": "buttonAppearance",
|
|
1598
1660
|
"type": {
|
|
1599
|
-
"text": "
|
|
1661
|
+
"text": "string"
|
|
1600
1662
|
},
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"default": "void 0",
|
|
1603
1663
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1664
|
+
"name": "ActionsMenu",
|
|
1665
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1606
1666
|
}
|
|
1607
1667
|
},
|
|
1608
1668
|
{
|
|
1609
1669
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1670
|
+
"name": "hideDisabled",
|
|
1611
1671
|
"type": {
|
|
1612
|
-
"text": "
|
|
1672
|
+
"text": "boolean"
|
|
1613
1673
|
},
|
|
1614
|
-
"
|
|
1615
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1674
|
+
"default": "false",
|
|
1616
1675
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/
|
|
1676
|
+
"name": "ActionsMenu",
|
|
1677
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1619
1678
|
}
|
|
1620
1679
|
},
|
|
1621
1680
|
{
|
|
1622
1681
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1682
|
+
"name": "hideMenuSingleOption",
|
|
1624
1683
|
"type": {
|
|
1625
|
-
"text": "
|
|
1684
|
+
"text": "boolean"
|
|
1626
1685
|
},
|
|
1627
|
-
"
|
|
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.",
|
|
1686
|
+
"default": "false",
|
|
1629
1687
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1688
|
+
"name": "ActionsMenu",
|
|
1689
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1632
1690
|
}
|
|
1633
1691
|
},
|
|
1634
1692
|
{
|
|
1635
|
-
"kind": "
|
|
1636
|
-
"name": "
|
|
1637
|
-
"
|
|
1638
|
-
|
|
1639
|
-
"type": {
|
|
1640
|
-
"text": "void"
|
|
1641
|
-
}
|
|
1693
|
+
"kind": "field",
|
|
1694
|
+
"name": "singleOption",
|
|
1695
|
+
"type": {
|
|
1696
|
+
"text": "ActionMenuItem"
|
|
1642
1697
|
},
|
|
1643
1698
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/
|
|
1699
|
+
"name": "ActionsMenu",
|
|
1700
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1646
1701
|
}
|
|
1647
1702
|
},
|
|
1648
1703
|
{
|
|
1649
1704
|
"kind": "field",
|
|
1650
|
-
"name": "
|
|
1705
|
+
"name": "actionsMenu",
|
|
1651
1706
|
"type": {
|
|
1652
|
-
"text": "
|
|
1707
|
+
"text": "HTMLElement"
|
|
1653
1708
|
},
|
|
1654
|
-
"privacy": "public",
|
|
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
1709
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/
|
|
1710
|
+
"name": "ActionsMenu",
|
|
1711
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1659
1712
|
}
|
|
1660
1713
|
},
|
|
1661
1714
|
{
|
|
1662
1715
|
"kind": "method",
|
|
1663
|
-
"name": "
|
|
1716
|
+
"name": "definitionChanged",
|
|
1664
1717
|
"privacy": "protected",
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
"
|
|
1718
|
+
"parameters": [
|
|
1719
|
+
{
|
|
1720
|
+
"name": "oldValue",
|
|
1721
|
+
"type": {
|
|
1722
|
+
"text": "any"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "newValue",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "any"
|
|
1729
|
+
}
|
|
1668
1730
|
}
|
|
1731
|
+
],
|
|
1732
|
+
"inheritedFrom": {
|
|
1733
|
+
"name": "ActionsMenu",
|
|
1734
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "method",
|
|
1739
|
+
"name": "openChanged",
|
|
1740
|
+
"privacy": "protected",
|
|
1741
|
+
"inheritedFrom": {
|
|
1742
|
+
"name": "ActionsMenu",
|
|
1743
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "method",
|
|
1748
|
+
"name": "toggleActionsMenuVisibility",
|
|
1749
|
+
"inheritedFrom": {
|
|
1750
|
+
"name": "ActionsMenu",
|
|
1751
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "method",
|
|
1756
|
+
"name": "onActionMenuItemClick",
|
|
1757
|
+
"parameters": [
|
|
1758
|
+
{
|
|
1759
|
+
"name": "callback",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "(rowData) => void | any"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"inheritedFrom": {
|
|
1766
|
+
"name": "ActionsMenu",
|
|
1767
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "allActions",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "ActionMenuItem[]"
|
|
1669
1775
|
},
|
|
1776
|
+
"readonly": true,
|
|
1670
1777
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/
|
|
1778
|
+
"name": "ActionsMenu",
|
|
1779
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"kind": "field",
|
|
1784
|
+
"name": "rowData",
|
|
1785
|
+
"readonly": true,
|
|
1786
|
+
"inheritedFrom": {
|
|
1787
|
+
"name": "ActionsMenu",
|
|
1788
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "method",
|
|
1793
|
+
"name": "getLabel",
|
|
1794
|
+
"parameters": [
|
|
1795
|
+
{
|
|
1796
|
+
"name": "name",
|
|
1797
|
+
"type": {
|
|
1798
|
+
"text": "string | ((rowData: any) => string)"
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
],
|
|
1802
|
+
"inheritedFrom": {
|
|
1803
|
+
"name": "ActionsMenu",
|
|
1804
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "method",
|
|
1809
|
+
"name": "getTemplate",
|
|
1810
|
+
"parameters": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "prefix",
|
|
1813
|
+
"type": {
|
|
1814
|
+
"text": "string"
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"inheritedFrom": {
|
|
1819
|
+
"name": "ActionsMenu",
|
|
1820
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"kind": "field",
|
|
1825
|
+
"name": "_presentation",
|
|
1826
|
+
"type": {
|
|
1827
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1828
|
+
},
|
|
1829
|
+
"privacy": "private",
|
|
1830
|
+
"default": "void 0",
|
|
1831
|
+
"inheritedFrom": {
|
|
1832
|
+
"name": "FoundationElement",
|
|
1833
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"kind": "field",
|
|
1838
|
+
"name": "$presentation",
|
|
1839
|
+
"type": {
|
|
1840
|
+
"text": "ComponentPresentation | null"
|
|
1841
|
+
},
|
|
1842
|
+
"privacy": "public",
|
|
1843
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1844
|
+
"inheritedFrom": {
|
|
1845
|
+
"name": "FoundationElement",
|
|
1846
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "template",
|
|
1852
|
+
"type": {
|
|
1853
|
+
"text": "ElementViewTemplate | void | null"
|
|
1854
|
+
},
|
|
1855
|
+
"privacy": "public",
|
|
1856
|
+
"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.",
|
|
1857
|
+
"inheritedFrom": {
|
|
1858
|
+
"name": "FoundationElement",
|
|
1859
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "method",
|
|
1864
|
+
"name": "templateChanged",
|
|
1865
|
+
"privacy": "protected",
|
|
1866
|
+
"return": {
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "void"
|
|
1869
|
+
}
|
|
1870
|
+
},
|
|
1871
|
+
"inheritedFrom": {
|
|
1872
|
+
"name": "FoundationElement",
|
|
1873
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"kind": "field",
|
|
1878
|
+
"name": "styles",
|
|
1879
|
+
"type": {
|
|
1880
|
+
"text": "ElementStyles | void | null"
|
|
1881
|
+
},
|
|
1882
|
+
"privacy": "public",
|
|
1883
|
+
"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.",
|
|
1884
|
+
"inheritedFrom": {
|
|
1885
|
+
"name": "FoundationElement",
|
|
1886
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1887
|
+
}
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"kind": "method",
|
|
1891
|
+
"name": "stylesChanged",
|
|
1892
|
+
"privacy": "protected",
|
|
1893
|
+
"return": {
|
|
1894
|
+
"type": {
|
|
1895
|
+
"text": "void"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"inheritedFrom": {
|
|
1899
|
+
"name": "FoundationElement",
|
|
1900
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1673
1901
|
}
|
|
1674
1902
|
},
|
|
1675
1903
|
{
|
|
@@ -1699,49 +1927,41 @@
|
|
|
1699
1927
|
],
|
|
1700
1928
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1929
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"events": [
|
|
1708
|
-
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the active item changes",
|
|
1710
|
-
"name": "change",
|
|
1711
|
-
"inheritedFrom": {
|
|
1712
|
-
"name": "Accordion",
|
|
1713
|
-
"module": "src/accordion/accordion.ts"
|
|
1930
|
+
"name": "FoundationElement",
|
|
1931
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1714
1932
|
}
|
|
1715
1933
|
}
|
|
1716
1934
|
]
|
|
1717
1935
|
},
|
|
1718
1936
|
{
|
|
1719
1937
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1938
|
+
"name": "zeroActionsMenu",
|
|
1939
|
+
"description": "The Zero Actions Menu",
|
|
1940
|
+
"privacy": "public"
|
|
1721
1941
|
}
|
|
1722
1942
|
],
|
|
1723
1943
|
"exports": [
|
|
1724
1944
|
{
|
|
1725
1945
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1946
|
+
"name": "ActionsMenu",
|
|
1727
1947
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/
|
|
1948
|
+
"name": "ActionsMenu",
|
|
1949
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1730
1950
|
}
|
|
1731
1951
|
},
|
|
1732
1952
|
{
|
|
1733
1953
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1954
|
+
"name": "zeroActionsMenu",
|
|
1735
1955
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/
|
|
1956
|
+
"name": "zeroActionsMenu",
|
|
1957
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1738
1958
|
}
|
|
1739
1959
|
}
|
|
1740
1960
|
]
|
|
1741
1961
|
},
|
|
1742
1962
|
{
|
|
1743
1963
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/
|
|
1964
|
+
"path": "src/actions-menu/index.ts",
|
|
1745
1965
|
"declarations": [],
|
|
1746
1966
|
"exports": [
|
|
1747
1967
|
{
|
|
@@ -1749,15 +1969,7 @@
|
|
|
1749
1969
|
"name": "*",
|
|
1750
1970
|
"declaration": {
|
|
1751
1971
|
"name": "*",
|
|
1752
|
-
"package": "./
|
|
1753
|
-
}
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "js",
|
|
1757
|
-
"name": "*",
|
|
1758
|
-
"declaration": {
|
|
1759
|
-
"name": "*",
|
|
1760
|
-
"package": "./accordion.styles"
|
|
1972
|
+
"package": "./actions-menu"
|
|
1761
1973
|
}
|
|
1762
1974
|
},
|
|
1763
1975
|
{
|
|
@@ -1765,18 +1977,18 @@
|
|
|
1765
1977
|
"name": "*",
|
|
1766
1978
|
"declaration": {
|
|
1767
1979
|
"name": "*",
|
|
1768
|
-
"package": "./
|
|
1980
|
+
"package": "./actions-menu.styles"
|
|
1769
1981
|
}
|
|
1770
1982
|
}
|
|
1771
1983
|
]
|
|
1772
1984
|
},
|
|
1773
1985
|
{
|
|
1774
1986
|
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/
|
|
1987
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1776
1988
|
"declarations": [
|
|
1777
1989
|
{
|
|
1778
1990
|
"kind": "function",
|
|
1779
|
-
"name": "
|
|
1991
|
+
"name": "zeroAccordionItemStyles",
|
|
1780
1992
|
"return": {
|
|
1781
1993
|
"type": {
|
|
1782
1994
|
"text": "ElementStyles"
|
|
@@ -1801,383 +2013,155 @@
|
|
|
1801
2013
|
"exports": [
|
|
1802
2014
|
{
|
|
1803
2015
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
2016
|
+
"name": "zeroAccordionItemStyles",
|
|
1805
2017
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
2018
|
+
"name": "zeroAccordionItemStyles",
|
|
2019
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1808
2020
|
}
|
|
1809
2021
|
}
|
|
1810
2022
|
]
|
|
1811
2023
|
},
|
|
1812
2024
|
{
|
|
1813
2025
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
2026
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1815
2027
|
"declarations": [
|
|
1816
2028
|
{
|
|
1817
|
-
"kind": "
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
2029
|
+
"kind": "function",
|
|
2030
|
+
"name": "zeroAccordionItemTemplate",
|
|
2031
|
+
"return": {
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2034
|
+
}
|
|
1823
2035
|
},
|
|
1824
|
-
"
|
|
1825
|
-
"customElement": true,
|
|
1826
|
-
"attributes": [
|
|
2036
|
+
"parameters": [
|
|
1827
2037
|
{
|
|
1828
|
-
"name": "
|
|
2038
|
+
"name": "context",
|
|
1829
2039
|
"type": {
|
|
1830
|
-
"text": "
|
|
1831
|
-
},
|
|
1832
|
-
"default": "false",
|
|
1833
|
-
"fieldName": "isVertical",
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "ActionsMenu",
|
|
1836
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2040
|
+
"text": "ElementDefinitionContext"
|
|
1837
2041
|
}
|
|
1838
2042
|
},
|
|
1839
2043
|
{
|
|
1840
|
-
"name": "
|
|
2044
|
+
"name": "definition",
|
|
1841
2045
|
"type": {
|
|
1842
|
-
"text": "
|
|
1843
|
-
},
|
|
1844
|
-
"default": "true",
|
|
1845
|
-
"fieldName": "addDefaultActions",
|
|
1846
|
-
"inheritedFrom": {
|
|
1847
|
-
"name": "ActionsMenu",
|
|
1848
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
{
|
|
1852
|
-
"name": "auto-close-on-action",
|
|
1853
|
-
"type": {
|
|
1854
|
-
"text": "boolean"
|
|
1855
|
-
},
|
|
1856
|
-
"default": "true",
|
|
1857
|
-
"fieldName": "autoCloseOnAction",
|
|
1858
|
-
"inheritedFrom": {
|
|
1859
|
-
"name": "ActionsMenu",
|
|
1860
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2046
|
+
"text": "FoundationElementDefinition"
|
|
1861
2047
|
}
|
|
1862
|
-
}
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2052
|
+
"exports": [
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "js",
|
|
2055
|
+
"name": "zeroAccordionItemTemplate",
|
|
2056
|
+
"declaration": {
|
|
2057
|
+
"name": "zeroAccordionItemTemplate",
|
|
2058
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "javascript-module",
|
|
2065
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2066
|
+
"declarations": [
|
|
2067
|
+
{
|
|
2068
|
+
"kind": "class",
|
|
2069
|
+
"description": "",
|
|
2070
|
+
"name": "AccordionItem",
|
|
2071
|
+
"superclass": {
|
|
2072
|
+
"name": "FoundationAccordionItem",
|
|
2073
|
+
"package": "@genesislcap/foundation-ui"
|
|
2074
|
+
},
|
|
2075
|
+
"tagName": "%%prefix%%-card",
|
|
2076
|
+
"customElement": true,
|
|
2077
|
+
"attributes": [
|
|
1863
2078
|
{
|
|
1864
|
-
"name": "
|
|
2079
|
+
"name": "heading-level",
|
|
1865
2080
|
"type": {
|
|
1866
|
-
"text": "
|
|
2081
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1867
2082
|
},
|
|
1868
|
-
"default": "
|
|
1869
|
-
"
|
|
2083
|
+
"default": "2",
|
|
2084
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2085
|
+
"fieldName": "headinglevel",
|
|
1870
2086
|
"inheritedFrom": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
2087
|
+
"name": "AccordionItem",
|
|
2088
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1873
2089
|
}
|
|
1874
2090
|
},
|
|
1875
2091
|
{
|
|
1876
|
-
"name": "open",
|
|
1877
2092
|
"type": {
|
|
1878
2093
|
"text": "boolean"
|
|
1879
2094
|
},
|
|
1880
2095
|
"default": "false",
|
|
1881
|
-
"
|
|
2096
|
+
"description": "Expands or collapses the item.",
|
|
2097
|
+
"fieldName": "expanded",
|
|
1882
2098
|
"inheritedFrom": {
|
|
1883
|
-
"name": "
|
|
1884
|
-
"module": "src/
|
|
2099
|
+
"name": "AccordionItem",
|
|
2100
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1885
2101
|
}
|
|
1886
2102
|
},
|
|
1887
2103
|
{
|
|
1888
|
-
"name": "
|
|
2104
|
+
"name": "id",
|
|
1889
2105
|
"type": {
|
|
1890
2106
|
"text": "string"
|
|
1891
2107
|
},
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"name": "ActionsMenu",
|
|
1895
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"name": "hide-disabled",
|
|
1900
|
-
"type": {
|
|
1901
|
-
"text": "boolean"
|
|
1902
|
-
},
|
|
1903
|
-
"default": "false",
|
|
1904
|
-
"fieldName": "hideDisabled",
|
|
1905
|
-
"inheritedFrom": {
|
|
1906
|
-
"name": "ActionsMenu",
|
|
1907
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "hide-menu-single-option",
|
|
1912
|
-
"type": {
|
|
1913
|
-
"text": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"default": "false",
|
|
1916
|
-
"fieldName": "hideMenuSingleOption",
|
|
2108
|
+
"description": "The item ID",
|
|
2109
|
+
"fieldName": "id",
|
|
1917
2110
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
2111
|
+
"name": "AccordionItem",
|
|
2112
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1920
2113
|
}
|
|
1921
2114
|
}
|
|
1922
2115
|
],
|
|
1923
2116
|
"members": [
|
|
1924
2117
|
{
|
|
1925
2118
|
"kind": "field",
|
|
1926
|
-
"name": "
|
|
1927
|
-
"type": {
|
|
1928
|
-
"text": "ActionMenuItem[]"
|
|
1929
|
-
},
|
|
1930
|
-
"inheritedFrom": {
|
|
1931
|
-
"name": "ActionsMenu",
|
|
1932
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1933
|
-
}
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"kind": "field",
|
|
1937
|
-
"name": "isVertical",
|
|
1938
|
-
"type": {
|
|
1939
|
-
"text": "boolean"
|
|
1940
|
-
},
|
|
1941
|
-
"default": "false",
|
|
1942
|
-
"inheritedFrom": {
|
|
1943
|
-
"name": "ActionsMenu",
|
|
1944
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"kind": "field",
|
|
1949
|
-
"name": "addDefaultActions",
|
|
1950
|
-
"type": {
|
|
1951
|
-
"text": "boolean"
|
|
1952
|
-
},
|
|
1953
|
-
"default": "true",
|
|
1954
|
-
"inheritedFrom": {
|
|
1955
|
-
"name": "ActionsMenu",
|
|
1956
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1957
|
-
}
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "field",
|
|
1961
|
-
"name": "autoCloseOnAction",
|
|
1962
|
-
"type": {
|
|
1963
|
-
"text": "boolean"
|
|
1964
|
-
},
|
|
1965
|
-
"default": "true",
|
|
1966
|
-
"inheritedFrom": {
|
|
1967
|
-
"name": "ActionsMenu",
|
|
1968
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
{
|
|
1972
|
-
"kind": "field",
|
|
1973
|
-
"name": "classNames",
|
|
1974
|
-
"type": {
|
|
1975
|
-
"text": "string"
|
|
1976
|
-
},
|
|
1977
|
-
"inheritedFrom": {
|
|
1978
|
-
"name": "ActionsMenu",
|
|
1979
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"kind": "field",
|
|
1984
|
-
"name": "definition",
|
|
1985
|
-
"type": {
|
|
1986
|
-
"text": "any"
|
|
1987
|
-
},
|
|
1988
|
-
"inheritedFrom": {
|
|
1989
|
-
"name": "ActionsMenu",
|
|
1990
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
"kind": "field",
|
|
1995
|
-
"name": "name",
|
|
1996
|
-
"type": {
|
|
1997
|
-
"text": "string"
|
|
1998
|
-
},
|
|
1999
|
-
"default": "'Actions'",
|
|
2000
|
-
"inheritedFrom": {
|
|
2001
|
-
"name": "ActionsMenu",
|
|
2002
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2003
|
-
}
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "field",
|
|
2007
|
-
"name": "open",
|
|
2008
|
-
"type": {
|
|
2009
|
-
"text": "boolean"
|
|
2010
|
-
},
|
|
2011
|
-
"default": "false",
|
|
2012
|
-
"inheritedFrom": {
|
|
2013
|
-
"name": "ActionsMenu",
|
|
2014
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2015
|
-
}
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "field",
|
|
2019
|
-
"name": "buttonAppearance",
|
|
2020
|
-
"type": {
|
|
2021
|
-
"text": "string"
|
|
2022
|
-
},
|
|
2023
|
-
"inheritedFrom": {
|
|
2024
|
-
"name": "ActionsMenu",
|
|
2025
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"kind": "field",
|
|
2030
|
-
"name": "hideDisabled",
|
|
2119
|
+
"name": "headinglevel",
|
|
2031
2120
|
"type": {
|
|
2032
|
-
"text": "
|
|
2121
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2033
2122
|
},
|
|
2034
|
-
"
|
|
2123
|
+
"privacy": "public",
|
|
2124
|
+
"default": "2",
|
|
2125
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2035
2126
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2127
|
+
"name": "AccordionItem",
|
|
2128
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2038
2129
|
}
|
|
2039
2130
|
},
|
|
2040
2131
|
{
|
|
2041
2132
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2133
|
+
"name": "expanded",
|
|
2043
2134
|
"type": {
|
|
2044
2135
|
"text": "boolean"
|
|
2045
2136
|
},
|
|
2137
|
+
"privacy": "public",
|
|
2046
2138
|
"default": "false",
|
|
2139
|
+
"description": "Expands or collapses the item.",
|
|
2047
2140
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "field",
|
|
2054
|
-
"name": "singleOption",
|
|
2055
|
-
"type": {
|
|
2056
|
-
"text": "ActionMenuItem"
|
|
2057
|
-
},
|
|
2058
|
-
"inheritedFrom": {
|
|
2059
|
-
"name": "ActionsMenu",
|
|
2060
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"kind": "field",
|
|
2065
|
-
"name": "actionsMenu",
|
|
2066
|
-
"type": {
|
|
2067
|
-
"text": "HTMLElement"
|
|
2068
|
-
},
|
|
2069
|
-
"inheritedFrom": {
|
|
2070
|
-
"name": "ActionsMenu",
|
|
2071
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "method",
|
|
2076
|
-
"name": "definitionChanged",
|
|
2077
|
-
"privacy": "protected",
|
|
2078
|
-
"parameters": [
|
|
2079
|
-
{
|
|
2080
|
-
"name": "oldValue",
|
|
2081
|
-
"type": {
|
|
2082
|
-
"text": "any"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "newValue",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "any"
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"inheritedFrom": {
|
|
2093
|
-
"name": "ActionsMenu",
|
|
2094
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2098
|
-
"kind": "method",
|
|
2099
|
-
"name": "openChanged",
|
|
2100
|
-
"privacy": "protected",
|
|
2101
|
-
"inheritedFrom": {
|
|
2102
|
-
"name": "ActionsMenu",
|
|
2103
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2104
|
-
}
|
|
2105
|
-
},
|
|
2106
|
-
{
|
|
2107
|
-
"kind": "method",
|
|
2108
|
-
"name": "toggleActionsMenuVisibility",
|
|
2109
|
-
"inheritedFrom": {
|
|
2110
|
-
"name": "ActionsMenu",
|
|
2111
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "method",
|
|
2116
|
-
"name": "onActionMenuItemClick",
|
|
2117
|
-
"parameters": [
|
|
2118
|
-
{
|
|
2119
|
-
"name": "callback",
|
|
2120
|
-
"type": {
|
|
2121
|
-
"text": "(rowData) => void | any"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"inheritedFrom": {
|
|
2126
|
-
"name": "ActionsMenu",
|
|
2127
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "field",
|
|
2132
|
-
"name": "allActions",
|
|
2133
|
-
"type": {
|
|
2134
|
-
"text": "ActionMenuItem[]"
|
|
2135
|
-
},
|
|
2136
|
-
"readonly": true,
|
|
2137
|
-
"inheritedFrom": {
|
|
2138
|
-
"name": "ActionsMenu",
|
|
2139
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2141
|
+
"name": "AccordionItem",
|
|
2142
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2140
2143
|
}
|
|
2141
2144
|
},
|
|
2142
2145
|
{
|
|
2143
2146
|
"kind": "field",
|
|
2144
|
-
"name": "
|
|
2145
|
-
"
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "method",
|
|
2153
|
-
"name": "getLabel",
|
|
2154
|
-
"parameters": [
|
|
2155
|
-
{
|
|
2156
|
-
"name": "name",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "string | ((rowData: any) => string)"
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
],
|
|
2147
|
+
"name": "id",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"privacy": "public",
|
|
2152
|
+
"description": "The item ID",
|
|
2162
2153
|
"inheritedFrom": {
|
|
2163
|
-
"name": "
|
|
2164
|
-
"module": "src/
|
|
2154
|
+
"name": "AccordionItem",
|
|
2155
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2165
2156
|
}
|
|
2166
2157
|
},
|
|
2167
2158
|
{
|
|
2168
|
-
"kind": "
|
|
2169
|
-
"name": "
|
|
2170
|
-
"
|
|
2171
|
-
{
|
|
2172
|
-
"name": "prefix",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "string"
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
],
|
|
2159
|
+
"kind": "field",
|
|
2160
|
+
"name": "change",
|
|
2161
|
+
"privacy": "private",
|
|
2178
2162
|
"inheritedFrom": {
|
|
2179
|
-
"name": "
|
|
2180
|
-
"module": "src/
|
|
2163
|
+
"name": "AccordionItem",
|
|
2164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2181
2165
|
}
|
|
2182
2166
|
},
|
|
2183
2167
|
{
|
|
@@ -2189,8 +2173,8 @@
|
|
|
2189
2173
|
"privacy": "private",
|
|
2190
2174
|
"default": "void 0",
|
|
2191
2175
|
"inheritedFrom": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "src/
|
|
2176
|
+
"name": "AccordionItem",
|
|
2177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2194
2178
|
}
|
|
2195
2179
|
},
|
|
2196
2180
|
{
|
|
@@ -2202,8 +2186,8 @@
|
|
|
2202
2186
|
"privacy": "public",
|
|
2203
2187
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2204
2188
|
"inheritedFrom": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/
|
|
2189
|
+
"name": "AccordionItem",
|
|
2190
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2207
2191
|
}
|
|
2208
2192
|
},
|
|
2209
2193
|
{
|
|
@@ -2215,8 +2199,8 @@
|
|
|
2215
2199
|
"privacy": "public",
|
|
2216
2200
|
"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.",
|
|
2217
2201
|
"inheritedFrom": {
|
|
2218
|
-
"name": "
|
|
2219
|
-
"module": "src/
|
|
2202
|
+
"name": "AccordionItem",
|
|
2203
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2220
2204
|
}
|
|
2221
2205
|
},
|
|
2222
2206
|
{
|
|
@@ -2229,8 +2213,8 @@
|
|
|
2229
2213
|
}
|
|
2230
2214
|
},
|
|
2231
2215
|
"inheritedFrom": {
|
|
2232
|
-
"name": "
|
|
2233
|
-
"module": "src/
|
|
2216
|
+
"name": "AccordionItem",
|
|
2217
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2234
2218
|
}
|
|
2235
2219
|
},
|
|
2236
2220
|
{
|
|
@@ -2242,8 +2226,8 @@
|
|
|
2242
2226
|
"privacy": "public",
|
|
2243
2227
|
"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.",
|
|
2244
2228
|
"inheritedFrom": {
|
|
2245
|
-
"name": "
|
|
2246
|
-
"module": "src/
|
|
2229
|
+
"name": "AccordionItem",
|
|
2230
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2247
2231
|
}
|
|
2248
2232
|
},
|
|
2249
2233
|
{
|
|
@@ -2256,8 +2240,8 @@
|
|
|
2256
2240
|
}
|
|
2257
2241
|
},
|
|
2258
2242
|
"inheritedFrom": {
|
|
2259
|
-
"name": "
|
|
2260
|
-
"module": "src/
|
|
2243
|
+
"name": "AccordionItem",
|
|
2244
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2261
2245
|
}
|
|
2262
2246
|
},
|
|
2263
2247
|
{
|
|
@@ -2287,41 +2271,49 @@
|
|
|
2287
2271
|
],
|
|
2288
2272
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2289
2273
|
"inheritedFrom": {
|
|
2290
|
-
"name": "
|
|
2291
|
-
"module": "src/
|
|
2274
|
+
"name": "AccordionItem",
|
|
2275
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"events": [
|
|
2280
|
+
{
|
|
2281
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2282
|
+
"name": "change",
|
|
2283
|
+
"inheritedFrom": {
|
|
2284
|
+
"name": "AccordionItem",
|
|
2285
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2292
2286
|
}
|
|
2293
2287
|
}
|
|
2294
2288
|
]
|
|
2295
2289
|
},
|
|
2296
2290
|
{
|
|
2297
2291
|
"kind": "variable",
|
|
2298
|
-
"name": "
|
|
2299
|
-
"description": "The Zero Actions Menu",
|
|
2300
|
-
"privacy": "public"
|
|
2292
|
+
"name": "zeroAccordionItem"
|
|
2301
2293
|
}
|
|
2302
2294
|
],
|
|
2303
2295
|
"exports": [
|
|
2304
2296
|
{
|
|
2305
2297
|
"kind": "js",
|
|
2306
|
-
"name": "
|
|
2298
|
+
"name": "AccordionItem",
|
|
2307
2299
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2300
|
+
"name": "AccordionItem",
|
|
2301
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2310
2302
|
}
|
|
2311
2303
|
},
|
|
2312
2304
|
{
|
|
2313
2305
|
"kind": "js",
|
|
2314
|
-
"name": "
|
|
2306
|
+
"name": "zeroAccordionItem",
|
|
2315
2307
|
"declaration": {
|
|
2316
|
-
"name": "
|
|
2317
|
-
"module": "src/
|
|
2308
|
+
"name": "zeroAccordionItem",
|
|
2309
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2318
2310
|
}
|
|
2319
2311
|
}
|
|
2320
2312
|
]
|
|
2321
2313
|
},
|
|
2322
2314
|
{
|
|
2323
2315
|
"kind": "javascript-module",
|
|
2324
|
-
"path": "src/
|
|
2316
|
+
"path": "src/accordion-item/index.ts",
|
|
2325
2317
|
"declarations": [],
|
|
2326
2318
|
"exports": [
|
|
2327
2319
|
{
|
|
@@ -2329,7 +2321,7 @@
|
|
|
2329
2321
|
"name": "*",
|
|
2330
2322
|
"declaration": {
|
|
2331
2323
|
"name": "*",
|
|
2332
|
-
"package": "./
|
|
2324
|
+
"package": "./accordion-item"
|
|
2333
2325
|
}
|
|
2334
2326
|
},
|
|
2335
2327
|
{
|
|
@@ -2337,7 +2329,15 @@
|
|
|
2337
2329
|
"name": "*",
|
|
2338
2330
|
"declaration": {
|
|
2339
2331
|
"name": "*",
|
|
2340
|
-
"package": "./
|
|
2332
|
+
"package": "./accordion-item.styles"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "js",
|
|
2337
|
+
"name": "*",
|
|
2338
|
+
"declaration": {
|
|
2339
|
+
"name": "*",
|
|
2340
|
+
"package": "./accordion-item.template"
|
|
2341
2341
|
}
|
|
2342
2342
|
}
|
|
2343
2343
|
]
|
|
@@ -3400,11 +3400,11 @@
|
|
|
3400
3400
|
},
|
|
3401
3401
|
{
|
|
3402
3402
|
"kind": "javascript-module",
|
|
3403
|
-
"path": "src/
|
|
3403
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
3404
3404
|
"declarations": [
|
|
3405
3405
|
{
|
|
3406
3406
|
"kind": "function",
|
|
3407
|
-
"name": "
|
|
3407
|
+
"name": "zeroAvatarStyles",
|
|
3408
3408
|
"return": {
|
|
3409
3409
|
"type": {
|
|
3410
3410
|
"text": "ElementStyles"
|
|
@@ -3429,24 +3429,24 @@
|
|
|
3429
3429
|
"exports": [
|
|
3430
3430
|
{
|
|
3431
3431
|
"kind": "js",
|
|
3432
|
-
"name": "
|
|
3432
|
+
"name": "zeroAvatarStyles",
|
|
3433
3433
|
"declaration": {
|
|
3434
|
-
"name": "
|
|
3435
|
-
"module": "src/
|
|
3434
|
+
"name": "zeroAvatarStyles",
|
|
3435
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
3436
3436
|
}
|
|
3437
3437
|
}
|
|
3438
3438
|
]
|
|
3439
3439
|
},
|
|
3440
3440
|
{
|
|
3441
3441
|
"kind": "javascript-module",
|
|
3442
|
-
"path": "src/
|
|
3442
|
+
"path": "src/avatar/avatar.template.ts",
|
|
3443
3443
|
"declarations": [
|
|
3444
3444
|
{
|
|
3445
3445
|
"kind": "function",
|
|
3446
|
-
"name": "
|
|
3446
|
+
"name": "zeroAvatarTemplate",
|
|
3447
3447
|
"return": {
|
|
3448
3448
|
"type": {
|
|
3449
|
-
"text": "ViewTemplate<
|
|
3449
|
+
"text": "ViewTemplate<Avatar>"
|
|
3450
3450
|
}
|
|
3451
3451
|
},
|
|
3452
3452
|
"parameters": [
|
|
@@ -3468,252 +3468,129 @@
|
|
|
3468
3468
|
"exports": [
|
|
3469
3469
|
{
|
|
3470
3470
|
"kind": "js",
|
|
3471
|
-
"name": "
|
|
3471
|
+
"name": "zeroAvatarTemplate",
|
|
3472
3472
|
"declaration": {
|
|
3473
|
-
"name": "
|
|
3474
|
-
"module": "src/
|
|
3473
|
+
"name": "zeroAvatarTemplate",
|
|
3474
|
+
"module": "src/avatar/avatar.template.ts"
|
|
3475
3475
|
}
|
|
3476
3476
|
}
|
|
3477
3477
|
]
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"kind": "javascript-module",
|
|
3481
|
-
"path": "src/
|
|
3481
|
+
"path": "src/avatar/avatar.ts",
|
|
3482
3482
|
"declarations": [
|
|
3483
3483
|
{
|
|
3484
3484
|
"kind": "class",
|
|
3485
3485
|
"description": "",
|
|
3486
|
-
"name": "
|
|
3486
|
+
"name": "Avatar",
|
|
3487
3487
|
"superclass": {
|
|
3488
|
-
"name": "
|
|
3488
|
+
"name": "FoundationAvatar",
|
|
3489
3489
|
"package": "@genesislcap/foundation-ui"
|
|
3490
3490
|
},
|
|
3491
|
-
"tagName": "%%prefix%%-
|
|
3491
|
+
"tagName": "%%prefix%%-avatar",
|
|
3492
3492
|
"customElement": true,
|
|
3493
3493
|
"attributes": [
|
|
3494
3494
|
{
|
|
3495
|
-
"name": "
|
|
3496
|
-
"type": {
|
|
3497
|
-
"text": "string"
|
|
3498
|
-
},
|
|
3499
|
-
"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.",
|
|
3500
|
-
"fieldName": "download",
|
|
3501
|
-
"inheritedFrom": {
|
|
3502
|
-
"name": "Anchor",
|
|
3503
|
-
"module": "src/anchor/anchor.ts"
|
|
3504
|
-
}
|
|
3505
|
-
},
|
|
3506
|
-
{
|
|
3507
|
-
"name": "href",
|
|
3508
|
-
"type": {
|
|
3509
|
-
"text": "string"
|
|
3510
|
-
},
|
|
3511
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3512
|
-
"fieldName": "href",
|
|
3513
|
-
"inheritedFrom": {
|
|
3514
|
-
"name": "Anchor",
|
|
3515
|
-
"module": "src/anchor/anchor.ts"
|
|
3516
|
-
}
|
|
3517
|
-
},
|
|
3518
|
-
{
|
|
3519
|
-
"name": "hreflang",
|
|
3520
|
-
"type": {
|
|
3521
|
-
"text": "string"
|
|
3522
|
-
},
|
|
3523
|
-
"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.",
|
|
3524
|
-
"fieldName": "hreflang",
|
|
3525
|
-
"inheritedFrom": {
|
|
3526
|
-
"name": "Anchor",
|
|
3527
|
-
"module": "src/anchor/anchor.ts"
|
|
3528
|
-
}
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
"name": "ping",
|
|
3532
|
-
"type": {
|
|
3533
|
-
"text": "string"
|
|
3534
|
-
},
|
|
3535
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3536
|
-
"fieldName": "ping",
|
|
3537
|
-
"inheritedFrom": {
|
|
3538
|
-
"name": "Anchor",
|
|
3539
|
-
"module": "src/anchor/anchor.ts"
|
|
3540
|
-
}
|
|
3541
|
-
},
|
|
3542
|
-
{
|
|
3543
|
-
"name": "referrerpolicy",
|
|
3544
|
-
"type": {
|
|
3545
|
-
"text": "string"
|
|
3546
|
-
},
|
|
3547
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3548
|
-
"fieldName": "referrerpolicy",
|
|
3549
|
-
"inheritedFrom": {
|
|
3550
|
-
"name": "Anchor",
|
|
3551
|
-
"module": "src/anchor/anchor.ts"
|
|
3552
|
-
}
|
|
3553
|
-
},
|
|
3554
|
-
{
|
|
3555
|
-
"name": "rel",
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "string"
|
|
3558
|
-
},
|
|
3559
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3560
|
-
"fieldName": "rel",
|
|
3561
|
-
"inheritedFrom": {
|
|
3562
|
-
"name": "Anchor",
|
|
3563
|
-
"module": "src/anchor/anchor.ts"
|
|
3564
|
-
}
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"name": "target",
|
|
3568
|
-
"type": {
|
|
3569
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3570
|
-
},
|
|
3571
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3572
|
-
"fieldName": "target",
|
|
3573
|
-
"inheritedFrom": {
|
|
3574
|
-
"name": "Anchor",
|
|
3575
|
-
"module": "src/anchor/anchor.ts"
|
|
3576
|
-
}
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"name": "type",
|
|
3580
|
-
"type": {
|
|
3581
|
-
"text": "string"
|
|
3582
|
-
},
|
|
3583
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3584
|
-
"fieldName": "type",
|
|
3585
|
-
"inheritedFrom": {
|
|
3586
|
-
"name": "Anchor",
|
|
3587
|
-
"module": "src/anchor/anchor.ts"
|
|
3588
|
-
}
|
|
3589
|
-
}
|
|
3590
|
-
],
|
|
3591
|
-
"members": [
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "field",
|
|
3594
|
-
"name": "download",
|
|
3595
|
-
"type": {
|
|
3596
|
-
"text": "string"
|
|
3597
|
-
},
|
|
3598
|
-
"privacy": "public",
|
|
3599
|
-
"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.",
|
|
3600
|
-
"inheritedFrom": {
|
|
3601
|
-
"name": "Anchor",
|
|
3602
|
-
"module": "src/anchor/anchor.ts"
|
|
3603
|
-
}
|
|
3604
|
-
},
|
|
3605
|
-
{
|
|
3606
|
-
"kind": "field",
|
|
3607
|
-
"name": "href",
|
|
3495
|
+
"name": "fill",
|
|
3608
3496
|
"type": {
|
|
3609
3497
|
"text": "string"
|
|
3610
3498
|
},
|
|
3611
|
-
"
|
|
3612
|
-
"
|
|
3499
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3500
|
+
"fieldName": "fill",
|
|
3613
3501
|
"inheritedFrom": {
|
|
3614
|
-
"name": "
|
|
3615
|
-
"module": "src/
|
|
3502
|
+
"name": "Avatar",
|
|
3503
|
+
"module": "src/avatar/avatar.ts"
|
|
3616
3504
|
}
|
|
3617
3505
|
},
|
|
3618
3506
|
{
|
|
3619
|
-
"
|
|
3620
|
-
"name": "hreflang",
|
|
3507
|
+
"name": "color",
|
|
3621
3508
|
"type": {
|
|
3622
3509
|
"text": "string"
|
|
3623
3510
|
},
|
|
3624
|
-
"
|
|
3625
|
-
"
|
|
3511
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3512
|
+
"fieldName": "color",
|
|
3626
3513
|
"inheritedFrom": {
|
|
3627
|
-
"name": "
|
|
3628
|
-
"module": "src/
|
|
3514
|
+
"name": "Avatar",
|
|
3515
|
+
"module": "src/avatar/avatar.ts"
|
|
3629
3516
|
}
|
|
3630
3517
|
},
|
|
3631
3518
|
{
|
|
3632
|
-
"
|
|
3633
|
-
"name": "ping",
|
|
3519
|
+
"name": "link",
|
|
3634
3520
|
"type": {
|
|
3635
3521
|
"text": "string"
|
|
3636
3522
|
},
|
|
3637
|
-
"
|
|
3638
|
-
"
|
|
3523
|
+
"description": "Indicates the Avatar should have url link",
|
|
3524
|
+
"fieldName": "link",
|
|
3639
3525
|
"inheritedFrom": {
|
|
3640
|
-
"name": "
|
|
3641
|
-
"module": "src/
|
|
3526
|
+
"name": "Avatar",
|
|
3527
|
+
"module": "src/avatar/avatar.ts"
|
|
3642
3528
|
}
|
|
3643
3529
|
},
|
|
3644
3530
|
{
|
|
3645
|
-
"
|
|
3646
|
-
"name": "referrerpolicy",
|
|
3531
|
+
"name": "shape",
|
|
3647
3532
|
"type": {
|
|
3648
|
-
"text": "
|
|
3533
|
+
"text": "AvatarShape"
|
|
3649
3534
|
},
|
|
3650
|
-
"
|
|
3651
|
-
"
|
|
3535
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3536
|
+
"fieldName": "shape",
|
|
3652
3537
|
"inheritedFrom": {
|
|
3653
|
-
"name": "
|
|
3654
|
-
"module": "src/
|
|
3538
|
+
"name": "Avatar",
|
|
3539
|
+
"module": "src/avatar/avatar.ts"
|
|
3655
3540
|
}
|
|
3656
|
-
}
|
|
3541
|
+
}
|
|
3542
|
+
],
|
|
3543
|
+
"members": [
|
|
3657
3544
|
{
|
|
3658
3545
|
"kind": "field",
|
|
3659
|
-
"name": "
|
|
3546
|
+
"name": "fill",
|
|
3660
3547
|
"type": {
|
|
3661
3548
|
"text": "string"
|
|
3662
3549
|
},
|
|
3663
3550
|
"privacy": "public",
|
|
3664
|
-
"description": "
|
|
3551
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3665
3552
|
"inheritedFrom": {
|
|
3666
|
-
"name": "
|
|
3667
|
-
"module": "src/
|
|
3553
|
+
"name": "Avatar",
|
|
3554
|
+
"module": "src/avatar/avatar.ts"
|
|
3668
3555
|
}
|
|
3669
3556
|
},
|
|
3670
3557
|
{
|
|
3671
3558
|
"kind": "field",
|
|
3672
|
-
"name": "
|
|
3559
|
+
"name": "color",
|
|
3673
3560
|
"type": {
|
|
3674
|
-
"text": "
|
|
3561
|
+
"text": "string"
|
|
3675
3562
|
},
|
|
3676
3563
|
"privacy": "public",
|
|
3677
|
-
"description": "
|
|
3564
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3678
3565
|
"inheritedFrom": {
|
|
3679
|
-
"name": "
|
|
3680
|
-
"module": "src/
|
|
3566
|
+
"name": "Avatar",
|
|
3567
|
+
"module": "src/avatar/avatar.ts"
|
|
3681
3568
|
}
|
|
3682
3569
|
},
|
|
3683
3570
|
{
|
|
3684
3571
|
"kind": "field",
|
|
3685
|
-
"name": "
|
|
3572
|
+
"name": "link",
|
|
3686
3573
|
"type": {
|
|
3687
3574
|
"text": "string"
|
|
3688
3575
|
},
|
|
3689
3576
|
"privacy": "public",
|
|
3690
|
-
"description": "
|
|
3577
|
+
"description": "Indicates the Avatar should have url link",
|
|
3691
3578
|
"inheritedFrom": {
|
|
3692
|
-
"name": "
|
|
3693
|
-
"module": "src/
|
|
3579
|
+
"name": "Avatar",
|
|
3580
|
+
"module": "src/avatar/avatar.ts"
|
|
3694
3581
|
}
|
|
3695
3582
|
},
|
|
3696
3583
|
{
|
|
3697
3584
|
"kind": "field",
|
|
3698
|
-
"name": "
|
|
3585
|
+
"name": "shape",
|
|
3699
3586
|
"type": {
|
|
3700
|
-
"text": "
|
|
3587
|
+
"text": "AvatarShape"
|
|
3701
3588
|
},
|
|
3702
3589
|
"privacy": "public",
|
|
3703
|
-
"description": "
|
|
3704
|
-
"inheritedFrom": {
|
|
3705
|
-
"name": "Anchor",
|
|
3706
|
-
"module": "src/anchor/anchor.ts"
|
|
3707
|
-
}
|
|
3708
|
-
},
|
|
3709
|
-
{
|
|
3710
|
-
"kind": "field",
|
|
3711
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
3712
|
-
"privacy": "private",
|
|
3713
|
-
"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",
|
|
3590
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3714
3591
|
"inheritedFrom": {
|
|
3715
|
-
"name": "
|
|
3716
|
-
"module": "src/
|
|
3592
|
+
"name": "Avatar",
|
|
3593
|
+
"module": "src/avatar/avatar.ts"
|
|
3717
3594
|
}
|
|
3718
3595
|
},
|
|
3719
3596
|
{
|
|
@@ -3725,8 +3602,8 @@
|
|
|
3725
3602
|
"privacy": "private",
|
|
3726
3603
|
"default": "void 0",
|
|
3727
3604
|
"inheritedFrom": {
|
|
3728
|
-
"name": "
|
|
3729
|
-
"module": "src/
|
|
3605
|
+
"name": "Avatar",
|
|
3606
|
+
"module": "src/avatar/avatar.ts"
|
|
3730
3607
|
}
|
|
3731
3608
|
},
|
|
3732
3609
|
{
|
|
@@ -3738,8 +3615,8 @@
|
|
|
3738
3615
|
"privacy": "public",
|
|
3739
3616
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3740
3617
|
"inheritedFrom": {
|
|
3741
|
-
"name": "
|
|
3742
|
-
"module": "src/
|
|
3618
|
+
"name": "Avatar",
|
|
3619
|
+
"module": "src/avatar/avatar.ts"
|
|
3743
3620
|
}
|
|
3744
3621
|
},
|
|
3745
3622
|
{
|
|
@@ -3751,8 +3628,8 @@
|
|
|
3751
3628
|
"privacy": "public",
|
|
3752
3629
|
"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.",
|
|
3753
3630
|
"inheritedFrom": {
|
|
3754
|
-
"name": "
|
|
3755
|
-
"module": "src/
|
|
3631
|
+
"name": "Avatar",
|
|
3632
|
+
"module": "src/avatar/avatar.ts"
|
|
3756
3633
|
}
|
|
3757
3634
|
},
|
|
3758
3635
|
{
|
|
@@ -3765,8 +3642,8 @@
|
|
|
3765
3642
|
}
|
|
3766
3643
|
},
|
|
3767
3644
|
"inheritedFrom": {
|
|
3768
|
-
"name": "
|
|
3769
|
-
"module": "src/
|
|
3645
|
+
"name": "Avatar",
|
|
3646
|
+
"module": "src/avatar/avatar.ts"
|
|
3770
3647
|
}
|
|
3771
3648
|
},
|
|
3772
3649
|
{
|
|
@@ -3778,8 +3655,8 @@
|
|
|
3778
3655
|
"privacy": "public",
|
|
3779
3656
|
"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.",
|
|
3780
3657
|
"inheritedFrom": {
|
|
3781
|
-
"name": "
|
|
3782
|
-
"module": "src/
|
|
3658
|
+
"name": "Avatar",
|
|
3659
|
+
"module": "src/avatar/avatar.ts"
|
|
3783
3660
|
}
|
|
3784
3661
|
},
|
|
3785
3662
|
{
|
|
@@ -3792,8 +3669,8 @@
|
|
|
3792
3669
|
}
|
|
3793
3670
|
},
|
|
3794
3671
|
"inheritedFrom": {
|
|
3795
|
-
"name": "
|
|
3796
|
-
"module": "src/
|
|
3672
|
+
"name": "Avatar",
|
|
3673
|
+
"module": "src/avatar/avatar.ts"
|
|
3797
3674
|
}
|
|
3798
3675
|
},
|
|
3799
3676
|
{
|
|
@@ -3823,39 +3700,39 @@
|
|
|
3823
3700
|
],
|
|
3824
3701
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3825
3702
|
"inheritedFrom": {
|
|
3826
|
-
"name": "
|
|
3827
|
-
"module": "src/
|
|
3703
|
+
"name": "Avatar",
|
|
3704
|
+
"module": "src/avatar/avatar.ts"
|
|
3828
3705
|
}
|
|
3829
3706
|
}
|
|
3830
3707
|
]
|
|
3831
3708
|
},
|
|
3832
3709
|
{
|
|
3833
3710
|
"kind": "variable",
|
|
3834
|
-
"name": "
|
|
3711
|
+
"name": "zeroAvatar"
|
|
3835
3712
|
}
|
|
3836
3713
|
],
|
|
3837
3714
|
"exports": [
|
|
3838
3715
|
{
|
|
3839
3716
|
"kind": "js",
|
|
3840
|
-
"name": "
|
|
3717
|
+
"name": "Avatar",
|
|
3841
3718
|
"declaration": {
|
|
3842
|
-
"name": "
|
|
3843
|
-
"module": "src/
|
|
3719
|
+
"name": "Avatar",
|
|
3720
|
+
"module": "src/avatar/avatar.ts"
|
|
3844
3721
|
}
|
|
3845
3722
|
},
|
|
3846
3723
|
{
|
|
3847
3724
|
"kind": "js",
|
|
3848
|
-
"name": "
|
|
3725
|
+
"name": "zeroAvatar",
|
|
3849
3726
|
"declaration": {
|
|
3850
|
-
"name": "
|
|
3851
|
-
"module": "src/
|
|
3727
|
+
"name": "zeroAvatar",
|
|
3728
|
+
"module": "src/avatar/avatar.ts"
|
|
3852
3729
|
}
|
|
3853
3730
|
}
|
|
3854
3731
|
]
|
|
3855
3732
|
},
|
|
3856
3733
|
{
|
|
3857
3734
|
"kind": "javascript-module",
|
|
3858
|
-
"path": "src/
|
|
3735
|
+
"path": "src/avatar/index.ts",
|
|
3859
3736
|
"declarations": [],
|
|
3860
3737
|
"exports": [
|
|
3861
3738
|
{
|
|
@@ -3863,7 +3740,7 @@
|
|
|
3863
3740
|
"name": "*",
|
|
3864
3741
|
"declaration": {
|
|
3865
3742
|
"name": "*",
|
|
3866
|
-
"package": "./
|
|
3743
|
+
"package": "./avatar"
|
|
3867
3744
|
}
|
|
3868
3745
|
},
|
|
3869
3746
|
{
|
|
@@ -3871,7 +3748,7 @@
|
|
|
3871
3748
|
"name": "*",
|
|
3872
3749
|
"declaration": {
|
|
3873
3750
|
"name": "*",
|
|
3874
|
-
"package": "./
|
|
3751
|
+
"package": "./avatar.styles"
|
|
3875
3752
|
}
|
|
3876
3753
|
},
|
|
3877
3754
|
{
|
|
@@ -3879,7 +3756,7 @@
|
|
|
3879
3756
|
"name": "*",
|
|
3880
3757
|
"declaration": {
|
|
3881
3758
|
"name": "*",
|
|
3882
|
-
"package": "./
|
|
3759
|
+
"package": "./avatar.template"
|
|
3883
3760
|
}
|
|
3884
3761
|
}
|
|
3885
3762
|
]
|
|
@@ -5442,11 +5319,11 @@
|
|
|
5442
5319
|
},
|
|
5443
5320
|
{
|
|
5444
5321
|
"kind": "javascript-module",
|
|
5445
|
-
"path": "src/
|
|
5322
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
5446
5323
|
"declarations": [
|
|
5447
5324
|
{
|
|
5448
5325
|
"kind": "function",
|
|
5449
|
-
"name": "
|
|
5326
|
+
"name": "zeroAnchorStyles",
|
|
5450
5327
|
"return": {
|
|
5451
5328
|
"type": {
|
|
5452
5329
|
"text": "ElementStyles"
|
|
@@ -5456,183 +5333,306 @@
|
|
|
5456
5333
|
{
|
|
5457
5334
|
"name": "context",
|
|
5458
5335
|
"type": {
|
|
5459
|
-
"text": "ElementDefinitionContext"
|
|
5336
|
+
"text": "ElementDefinitionContext"
|
|
5337
|
+
}
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"name": "definition",
|
|
5341
|
+
"type": {
|
|
5342
|
+
"text": "FoundationElementDefinition"
|
|
5343
|
+
}
|
|
5344
|
+
}
|
|
5345
|
+
]
|
|
5346
|
+
}
|
|
5347
|
+
],
|
|
5348
|
+
"exports": [
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "js",
|
|
5351
|
+
"name": "zeroAnchorStyles",
|
|
5352
|
+
"declaration": {
|
|
5353
|
+
"name": "zeroAnchorStyles",
|
|
5354
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
5355
|
+
}
|
|
5356
|
+
}
|
|
5357
|
+
]
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"kind": "javascript-module",
|
|
5361
|
+
"path": "src/anchor/anchor.template.ts",
|
|
5362
|
+
"declarations": [
|
|
5363
|
+
{
|
|
5364
|
+
"kind": "function",
|
|
5365
|
+
"name": "zeroAnchorTemplate",
|
|
5366
|
+
"return": {
|
|
5367
|
+
"type": {
|
|
5368
|
+
"text": "ViewTemplate<Anchor>"
|
|
5369
|
+
}
|
|
5370
|
+
},
|
|
5371
|
+
"parameters": [
|
|
5372
|
+
{
|
|
5373
|
+
"name": "context",
|
|
5374
|
+
"type": {
|
|
5375
|
+
"text": "ElementDefinitionContext"
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "definition",
|
|
5380
|
+
"type": {
|
|
5381
|
+
"text": "FoundationElementDefinition"
|
|
5382
|
+
}
|
|
5383
|
+
}
|
|
5384
|
+
]
|
|
5385
|
+
}
|
|
5386
|
+
],
|
|
5387
|
+
"exports": [
|
|
5388
|
+
{
|
|
5389
|
+
"kind": "js",
|
|
5390
|
+
"name": "zeroAnchorTemplate",
|
|
5391
|
+
"declaration": {
|
|
5392
|
+
"name": "zeroAnchorTemplate",
|
|
5393
|
+
"module": "src/anchor/anchor.template.ts"
|
|
5394
|
+
}
|
|
5395
|
+
}
|
|
5396
|
+
]
|
|
5397
|
+
},
|
|
5398
|
+
{
|
|
5399
|
+
"kind": "javascript-module",
|
|
5400
|
+
"path": "src/anchor/anchor.ts",
|
|
5401
|
+
"declarations": [
|
|
5402
|
+
{
|
|
5403
|
+
"kind": "class",
|
|
5404
|
+
"description": "",
|
|
5405
|
+
"name": "Anchor",
|
|
5406
|
+
"superclass": {
|
|
5407
|
+
"name": "FoundationAnchor",
|
|
5408
|
+
"package": "@genesislcap/foundation-ui"
|
|
5409
|
+
},
|
|
5410
|
+
"tagName": "%%prefix%%-anchor",
|
|
5411
|
+
"customElement": true,
|
|
5412
|
+
"attributes": [
|
|
5413
|
+
{
|
|
5414
|
+
"name": "download",
|
|
5415
|
+
"type": {
|
|
5416
|
+
"text": "string"
|
|
5417
|
+
},
|
|
5418
|
+
"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.",
|
|
5419
|
+
"fieldName": "download",
|
|
5420
|
+
"inheritedFrom": {
|
|
5421
|
+
"name": "Anchor",
|
|
5422
|
+
"module": "src/anchor/anchor.ts"
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"name": "href",
|
|
5427
|
+
"type": {
|
|
5428
|
+
"text": "string"
|
|
5429
|
+
},
|
|
5430
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5431
|
+
"fieldName": "href",
|
|
5432
|
+
"inheritedFrom": {
|
|
5433
|
+
"name": "Anchor",
|
|
5434
|
+
"module": "src/anchor/anchor.ts"
|
|
5435
|
+
}
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"name": "hreflang",
|
|
5439
|
+
"type": {
|
|
5440
|
+
"text": "string"
|
|
5441
|
+
},
|
|
5442
|
+
"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.",
|
|
5443
|
+
"fieldName": "hreflang",
|
|
5444
|
+
"inheritedFrom": {
|
|
5445
|
+
"name": "Anchor",
|
|
5446
|
+
"module": "src/anchor/anchor.ts"
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"name": "ping",
|
|
5451
|
+
"type": {
|
|
5452
|
+
"text": "string"
|
|
5453
|
+
},
|
|
5454
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5455
|
+
"fieldName": "ping",
|
|
5456
|
+
"inheritedFrom": {
|
|
5457
|
+
"name": "Anchor",
|
|
5458
|
+
"module": "src/anchor/anchor.ts"
|
|
5459
|
+
}
|
|
5460
|
+
},
|
|
5461
|
+
{
|
|
5462
|
+
"name": "referrerpolicy",
|
|
5463
|
+
"type": {
|
|
5464
|
+
"text": "string"
|
|
5465
|
+
},
|
|
5466
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5467
|
+
"fieldName": "referrerpolicy",
|
|
5468
|
+
"inheritedFrom": {
|
|
5469
|
+
"name": "Anchor",
|
|
5470
|
+
"module": "src/anchor/anchor.ts"
|
|
5460
5471
|
}
|
|
5461
5472
|
},
|
|
5462
5473
|
{
|
|
5463
|
-
"name": "
|
|
5474
|
+
"name": "rel",
|
|
5464
5475
|
"type": {
|
|
5465
|
-
"text": "
|
|
5476
|
+
"text": "string"
|
|
5477
|
+
},
|
|
5478
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5479
|
+
"fieldName": "rel",
|
|
5480
|
+
"inheritedFrom": {
|
|
5481
|
+
"name": "Anchor",
|
|
5482
|
+
"module": "src/anchor/anchor.ts"
|
|
5466
5483
|
}
|
|
5467
|
-
}
|
|
5468
|
-
]
|
|
5469
|
-
}
|
|
5470
|
-
],
|
|
5471
|
-
"exports": [
|
|
5472
|
-
{
|
|
5473
|
-
"kind": "js",
|
|
5474
|
-
"name": "zeroAvatarStyles",
|
|
5475
|
-
"declaration": {
|
|
5476
|
-
"name": "zeroAvatarStyles",
|
|
5477
|
-
"module": "src/avatar/avatar.styles.ts"
|
|
5478
|
-
}
|
|
5479
|
-
}
|
|
5480
|
-
]
|
|
5481
|
-
},
|
|
5482
|
-
{
|
|
5483
|
-
"kind": "javascript-module",
|
|
5484
|
-
"path": "src/avatar/avatar.template.ts",
|
|
5485
|
-
"declarations": [
|
|
5486
|
-
{
|
|
5487
|
-
"kind": "function",
|
|
5488
|
-
"name": "zeroAvatarTemplate",
|
|
5489
|
-
"return": {
|
|
5490
|
-
"type": {
|
|
5491
|
-
"text": "ViewTemplate<Avatar>"
|
|
5492
|
-
}
|
|
5493
|
-
},
|
|
5494
|
-
"parameters": [
|
|
5484
|
+
},
|
|
5495
5485
|
{
|
|
5496
|
-
"name": "
|
|
5486
|
+
"name": "target",
|
|
5497
5487
|
"type": {
|
|
5498
|
-
"text": "
|
|
5488
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5489
|
+
},
|
|
5490
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5491
|
+
"fieldName": "target",
|
|
5492
|
+
"inheritedFrom": {
|
|
5493
|
+
"name": "Anchor",
|
|
5494
|
+
"module": "src/anchor/anchor.ts"
|
|
5499
5495
|
}
|
|
5500
5496
|
},
|
|
5501
5497
|
{
|
|
5502
|
-
"name": "
|
|
5498
|
+
"name": "type",
|
|
5503
5499
|
"type": {
|
|
5504
|
-
"text": "
|
|
5500
|
+
"text": "string"
|
|
5501
|
+
},
|
|
5502
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5503
|
+
"fieldName": "type",
|
|
5504
|
+
"inheritedFrom": {
|
|
5505
|
+
"name": "Anchor",
|
|
5506
|
+
"module": "src/anchor/anchor.ts"
|
|
5505
5507
|
}
|
|
5506
5508
|
}
|
|
5507
|
-
]
|
|
5508
|
-
|
|
5509
|
-
],
|
|
5510
|
-
"exports": [
|
|
5511
|
-
{
|
|
5512
|
-
"kind": "js",
|
|
5513
|
-
"name": "zeroAvatarTemplate",
|
|
5514
|
-
"declaration": {
|
|
5515
|
-
"name": "zeroAvatarTemplate",
|
|
5516
|
-
"module": "src/avatar/avatar.template.ts"
|
|
5517
|
-
}
|
|
5518
|
-
}
|
|
5519
|
-
]
|
|
5520
|
-
},
|
|
5521
|
-
{
|
|
5522
|
-
"kind": "javascript-module",
|
|
5523
|
-
"path": "src/avatar/avatar.ts",
|
|
5524
|
-
"declarations": [
|
|
5525
|
-
{
|
|
5526
|
-
"kind": "class",
|
|
5527
|
-
"description": "",
|
|
5528
|
-
"name": "Avatar",
|
|
5529
|
-
"superclass": {
|
|
5530
|
-
"name": "FoundationAvatar",
|
|
5531
|
-
"package": "@genesislcap/foundation-ui"
|
|
5532
|
-
},
|
|
5533
|
-
"tagName": "%%prefix%%-avatar",
|
|
5534
|
-
"customElement": true,
|
|
5535
|
-
"attributes": [
|
|
5509
|
+
],
|
|
5510
|
+
"members": [
|
|
5536
5511
|
{
|
|
5537
|
-
"
|
|
5512
|
+
"kind": "field",
|
|
5513
|
+
"name": "download",
|
|
5538
5514
|
"type": {
|
|
5539
5515
|
"text": "string"
|
|
5540
5516
|
},
|
|
5541
|
-
"
|
|
5542
|
-
"
|
|
5517
|
+
"privacy": "public",
|
|
5518
|
+
"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.",
|
|
5543
5519
|
"inheritedFrom": {
|
|
5544
|
-
"name": "
|
|
5545
|
-
"module": "src/
|
|
5520
|
+
"name": "Anchor",
|
|
5521
|
+
"module": "src/anchor/anchor.ts"
|
|
5546
5522
|
}
|
|
5547
5523
|
},
|
|
5548
5524
|
{
|
|
5549
|
-
"
|
|
5525
|
+
"kind": "field",
|
|
5526
|
+
"name": "href",
|
|
5550
5527
|
"type": {
|
|
5551
5528
|
"text": "string"
|
|
5552
5529
|
},
|
|
5553
|
-
"
|
|
5554
|
-
"
|
|
5530
|
+
"privacy": "public",
|
|
5531
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5555
5532
|
"inheritedFrom": {
|
|
5556
|
-
"name": "
|
|
5557
|
-
"module": "src/
|
|
5533
|
+
"name": "Anchor",
|
|
5534
|
+
"module": "src/anchor/anchor.ts"
|
|
5558
5535
|
}
|
|
5559
5536
|
},
|
|
5560
5537
|
{
|
|
5561
|
-
"
|
|
5538
|
+
"kind": "field",
|
|
5539
|
+
"name": "hreflang",
|
|
5562
5540
|
"type": {
|
|
5563
5541
|
"text": "string"
|
|
5564
5542
|
},
|
|
5565
|
-
"
|
|
5566
|
-
"
|
|
5543
|
+
"privacy": "public",
|
|
5544
|
+
"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.",
|
|
5567
5545
|
"inheritedFrom": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/
|
|
5546
|
+
"name": "Anchor",
|
|
5547
|
+
"module": "src/anchor/anchor.ts"
|
|
5570
5548
|
}
|
|
5571
5549
|
},
|
|
5572
5550
|
{
|
|
5573
|
-
"
|
|
5551
|
+
"kind": "field",
|
|
5552
|
+
"name": "ping",
|
|
5574
5553
|
"type": {
|
|
5575
|
-
"text": "
|
|
5554
|
+
"text": "string"
|
|
5576
5555
|
},
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5556
|
+
"privacy": "public",
|
|
5557
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5579
5558
|
"inheritedFrom": {
|
|
5580
|
-
"name": "
|
|
5581
|
-
"module": "src/
|
|
5559
|
+
"name": "Anchor",
|
|
5560
|
+
"module": "src/anchor/anchor.ts"
|
|
5582
5561
|
}
|
|
5583
|
-
}
|
|
5584
|
-
],
|
|
5585
|
-
"members": [
|
|
5562
|
+
},
|
|
5586
5563
|
{
|
|
5587
5564
|
"kind": "field",
|
|
5588
|
-
"name": "
|
|
5565
|
+
"name": "referrerpolicy",
|
|
5589
5566
|
"type": {
|
|
5590
5567
|
"text": "string"
|
|
5591
5568
|
},
|
|
5592
5569
|
"privacy": "public",
|
|
5593
|
-
"description": "
|
|
5570
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5594
5571
|
"inheritedFrom": {
|
|
5595
|
-
"name": "
|
|
5596
|
-
"module": "src/
|
|
5572
|
+
"name": "Anchor",
|
|
5573
|
+
"module": "src/anchor/anchor.ts"
|
|
5597
5574
|
}
|
|
5598
5575
|
},
|
|
5599
5576
|
{
|
|
5600
5577
|
"kind": "field",
|
|
5601
|
-
"name": "
|
|
5578
|
+
"name": "rel",
|
|
5602
5579
|
"type": {
|
|
5603
5580
|
"text": "string"
|
|
5604
5581
|
},
|
|
5605
5582
|
"privacy": "public",
|
|
5606
|
-
"description": "
|
|
5583
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5607
5584
|
"inheritedFrom": {
|
|
5608
|
-
"name": "
|
|
5609
|
-
"module": "src/
|
|
5585
|
+
"name": "Anchor",
|
|
5586
|
+
"module": "src/anchor/anchor.ts"
|
|
5610
5587
|
}
|
|
5611
5588
|
},
|
|
5612
5589
|
{
|
|
5613
5590
|
"kind": "field",
|
|
5614
|
-
"name": "
|
|
5591
|
+
"name": "target",
|
|
5592
|
+
"type": {
|
|
5593
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5594
|
+
},
|
|
5595
|
+
"privacy": "public",
|
|
5596
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5597
|
+
"inheritedFrom": {
|
|
5598
|
+
"name": "Anchor",
|
|
5599
|
+
"module": "src/anchor/anchor.ts"
|
|
5600
|
+
}
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
"kind": "field",
|
|
5604
|
+
"name": "type",
|
|
5615
5605
|
"type": {
|
|
5616
5606
|
"text": "string"
|
|
5617
5607
|
},
|
|
5618
5608
|
"privacy": "public",
|
|
5619
|
-
"description": "
|
|
5609
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5620
5610
|
"inheritedFrom": {
|
|
5621
|
-
"name": "
|
|
5622
|
-
"module": "src/
|
|
5611
|
+
"name": "Anchor",
|
|
5612
|
+
"module": "src/anchor/anchor.ts"
|
|
5623
5613
|
}
|
|
5624
5614
|
},
|
|
5625
5615
|
{
|
|
5626
5616
|
"kind": "field",
|
|
5627
|
-
"name": "
|
|
5617
|
+
"name": "control",
|
|
5628
5618
|
"type": {
|
|
5629
|
-
"text": "
|
|
5619
|
+
"text": "HTMLAnchorElement | undefined"
|
|
5630
5620
|
},
|
|
5631
5621
|
"privacy": "public",
|
|
5632
|
-
"description": "
|
|
5622
|
+
"description": "References the root element",
|
|
5633
5623
|
"inheritedFrom": {
|
|
5634
|
-
"name": "
|
|
5635
|
-
"module": "src/
|
|
5624
|
+
"name": "Anchor",
|
|
5625
|
+
"module": "src/anchor/anchor.ts"
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"kind": "field",
|
|
5630
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
5631
|
+
"privacy": "private",
|
|
5632
|
+
"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",
|
|
5633
|
+
"inheritedFrom": {
|
|
5634
|
+
"name": "Anchor",
|
|
5635
|
+
"module": "src/anchor/anchor.ts"
|
|
5636
5636
|
}
|
|
5637
5637
|
},
|
|
5638
5638
|
{
|
|
@@ -5644,8 +5644,8 @@
|
|
|
5644
5644
|
"privacy": "private",
|
|
5645
5645
|
"default": "void 0",
|
|
5646
5646
|
"inheritedFrom": {
|
|
5647
|
-
"name": "
|
|
5648
|
-
"module": "src/
|
|
5647
|
+
"name": "Anchor",
|
|
5648
|
+
"module": "src/anchor/anchor.ts"
|
|
5649
5649
|
}
|
|
5650
5650
|
},
|
|
5651
5651
|
{
|
|
@@ -5657,8 +5657,8 @@
|
|
|
5657
5657
|
"privacy": "public",
|
|
5658
5658
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5659
5659
|
"inheritedFrom": {
|
|
5660
|
-
"name": "
|
|
5661
|
-
"module": "src/
|
|
5660
|
+
"name": "Anchor",
|
|
5661
|
+
"module": "src/anchor/anchor.ts"
|
|
5662
5662
|
}
|
|
5663
5663
|
},
|
|
5664
5664
|
{
|
|
@@ -5670,8 +5670,8 @@
|
|
|
5670
5670
|
"privacy": "public",
|
|
5671
5671
|
"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.",
|
|
5672
5672
|
"inheritedFrom": {
|
|
5673
|
-
"name": "
|
|
5674
|
-
"module": "src/
|
|
5673
|
+
"name": "Anchor",
|
|
5674
|
+
"module": "src/anchor/anchor.ts"
|
|
5675
5675
|
}
|
|
5676
5676
|
},
|
|
5677
5677
|
{
|
|
@@ -5684,8 +5684,8 @@
|
|
|
5684
5684
|
}
|
|
5685
5685
|
},
|
|
5686
5686
|
"inheritedFrom": {
|
|
5687
|
-
"name": "
|
|
5688
|
-
"module": "src/
|
|
5687
|
+
"name": "Anchor",
|
|
5688
|
+
"module": "src/anchor/anchor.ts"
|
|
5689
5689
|
}
|
|
5690
5690
|
},
|
|
5691
5691
|
{
|
|
@@ -5697,8 +5697,8 @@
|
|
|
5697
5697
|
"privacy": "public",
|
|
5698
5698
|
"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.",
|
|
5699
5699
|
"inheritedFrom": {
|
|
5700
|
-
"name": "
|
|
5701
|
-
"module": "src/
|
|
5700
|
+
"name": "Anchor",
|
|
5701
|
+
"module": "src/anchor/anchor.ts"
|
|
5702
5702
|
}
|
|
5703
5703
|
},
|
|
5704
5704
|
{
|
|
@@ -5711,8 +5711,8 @@
|
|
|
5711
5711
|
}
|
|
5712
5712
|
},
|
|
5713
5713
|
"inheritedFrom": {
|
|
5714
|
-
"name": "
|
|
5715
|
-
"module": "src/
|
|
5714
|
+
"name": "Anchor",
|
|
5715
|
+
"module": "src/anchor/anchor.ts"
|
|
5716
5716
|
}
|
|
5717
5717
|
},
|
|
5718
5718
|
{
|
|
@@ -5742,39 +5742,39 @@
|
|
|
5742
5742
|
],
|
|
5743
5743
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5744
5744
|
"inheritedFrom": {
|
|
5745
|
-
"name": "
|
|
5746
|
-
"module": "src/
|
|
5745
|
+
"name": "Anchor",
|
|
5746
|
+
"module": "src/anchor/anchor.ts"
|
|
5747
5747
|
}
|
|
5748
5748
|
}
|
|
5749
5749
|
]
|
|
5750
5750
|
},
|
|
5751
5751
|
{
|
|
5752
5752
|
"kind": "variable",
|
|
5753
|
-
"name": "
|
|
5753
|
+
"name": "zeroAnchor"
|
|
5754
5754
|
}
|
|
5755
5755
|
],
|
|
5756
5756
|
"exports": [
|
|
5757
5757
|
{
|
|
5758
5758
|
"kind": "js",
|
|
5759
|
-
"name": "
|
|
5759
|
+
"name": "Anchor",
|
|
5760
5760
|
"declaration": {
|
|
5761
|
-
"name": "
|
|
5762
|
-
"module": "src/
|
|
5761
|
+
"name": "Anchor",
|
|
5762
|
+
"module": "src/anchor/anchor.ts"
|
|
5763
5763
|
}
|
|
5764
5764
|
},
|
|
5765
5765
|
{
|
|
5766
5766
|
"kind": "js",
|
|
5767
|
-
"name": "
|
|
5767
|
+
"name": "zeroAnchor",
|
|
5768
5768
|
"declaration": {
|
|
5769
|
-
"name": "
|
|
5770
|
-
"module": "src/
|
|
5769
|
+
"name": "zeroAnchor",
|
|
5770
|
+
"module": "src/anchor/anchor.ts"
|
|
5771
5771
|
}
|
|
5772
5772
|
}
|
|
5773
5773
|
]
|
|
5774
5774
|
},
|
|
5775
5775
|
{
|
|
5776
5776
|
"kind": "javascript-module",
|
|
5777
|
-
"path": "src/
|
|
5777
|
+
"path": "src/anchor/index.ts",
|
|
5778
5778
|
"declarations": [],
|
|
5779
5779
|
"exports": [
|
|
5780
5780
|
{
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
"name": "*",
|
|
5783
5783
|
"declaration": {
|
|
5784
5784
|
"name": "*",
|
|
5785
|
-
"package": "./
|
|
5785
|
+
"package": "./anchor"
|
|
5786
5786
|
}
|
|
5787
5787
|
},
|
|
5788
5788
|
{
|
|
@@ -5790,7 +5790,7 @@
|
|
|
5790
5790
|
"name": "*",
|
|
5791
5791
|
"declaration": {
|
|
5792
5792
|
"name": "*",
|
|
5793
|
-
"package": "./
|
|
5793
|
+
"package": "./anchor.styles"
|
|
5794
5794
|
}
|
|
5795
5795
|
},
|
|
5796
5796
|
{
|
|
@@ -5798,7 +5798,7 @@
|
|
|
5798
5798
|
"name": "*",
|
|
5799
5799
|
"declaration": {
|
|
5800
5800
|
"name": "*",
|
|
5801
|
-
"package": "./
|
|
5801
|
+
"package": "./anchor.template"
|
|
5802
5802
|
}
|
|
5803
5803
|
}
|
|
5804
5804
|
]
|