@genesislcap/foundation-zero 14.427.1 → 14.428.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +684 -684
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +12 -12
|
@@ -931,11 +931,11 @@
|
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
934
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
935
935
|
"declarations": [
|
|
936
936
|
{
|
|
937
937
|
"kind": "function",
|
|
938
|
-
"name": "
|
|
938
|
+
"name": "zeroAccordionItemStyles",
|
|
939
939
|
"return": {
|
|
940
940
|
"type": {
|
|
941
941
|
"text": "ElementStyles"
|
|
@@ -960,24 +960,24 @@
|
|
|
960
960
|
"exports": [
|
|
961
961
|
{
|
|
962
962
|
"kind": "js",
|
|
963
|
-
"name": "
|
|
963
|
+
"name": "zeroAccordionItemStyles",
|
|
964
964
|
"declaration": {
|
|
965
|
-
"name": "
|
|
966
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
965
|
+
"name": "zeroAccordionItemStyles",
|
|
966
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
967
967
|
}
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
970
|
},
|
|
971
971
|
{
|
|
972
972
|
"kind": "javascript-module",
|
|
973
|
-
"path": "src/accordion/accordion.template.ts",
|
|
973
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
974
974
|
"declarations": [
|
|
975
975
|
{
|
|
976
976
|
"kind": "function",
|
|
977
|
-
"name": "
|
|
977
|
+
"name": "zeroAccordionItemTemplate",
|
|
978
978
|
"return": {
|
|
979
979
|
"type": {
|
|
980
|
-
"text": "ViewTemplate<
|
|
980
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"parameters": [
|
|
@@ -999,389 +999,268 @@
|
|
|
999
999
|
"exports": [
|
|
1000
1000
|
{
|
|
1001
1001
|
"kind": "js",
|
|
1002
|
-
"name": "
|
|
1002
|
+
"name": "zeroAccordionItemTemplate",
|
|
1003
1003
|
"declaration": {
|
|
1004
|
-
"name": "
|
|
1005
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1004
|
+
"name": "zeroAccordionItemTemplate",
|
|
1005
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1006
1006
|
}
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/accordion/accordion.ts",
|
|
1012
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1013
1013
|
"declarations": [
|
|
1014
1014
|
{
|
|
1015
1015
|
"kind": "class",
|
|
1016
1016
|
"description": "",
|
|
1017
|
-
"name": "
|
|
1017
|
+
"name": "AccordionItem",
|
|
1018
1018
|
"superclass": {
|
|
1019
|
-
"name": "
|
|
1019
|
+
"name": "FoundationAccordionItem",
|
|
1020
1020
|
"package": "@genesislcap/foundation-ui"
|
|
1021
1021
|
},
|
|
1022
1022
|
"tagName": "%%prefix%%-card",
|
|
1023
1023
|
"customElement": true,
|
|
1024
1024
|
"attributes": [
|
|
1025
1025
|
{
|
|
1026
|
-
"name": "
|
|
1026
|
+
"name": "heading-level",
|
|
1027
1027
|
"type": {
|
|
1028
|
-
"text": "
|
|
1028
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1029
1029
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
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",
|
|
1032
1033
|
"inheritedFrom": {
|
|
1033
|
-
"name": "
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
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",
|
|
1052
|
+
"type": {
|
|
1053
|
+
"text": "string"
|
|
1054
|
+
},
|
|
1055
|
+
"description": "The item ID",
|
|
1056
|
+
"fieldName": "id",
|
|
1057
|
+
"inheritedFrom": {
|
|
1058
|
+
"name": "AccordionItem",
|
|
1059
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1035
1060
|
}
|
|
1036
1061
|
}
|
|
1037
1062
|
],
|
|
1038
1063
|
"members": [
|
|
1039
1064
|
{
|
|
1040
1065
|
"kind": "field",
|
|
1041
|
-
"name": "
|
|
1066
|
+
"name": "headinglevel",
|
|
1042
1067
|
"type": {
|
|
1043
|
-
"text": "
|
|
1068
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1044
1069
|
},
|
|
1045
1070
|
"privacy": "public",
|
|
1046
|
-
"
|
|
1071
|
+
"default": "2",
|
|
1072
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1047
1073
|
"inheritedFrom": {
|
|
1048
|
-
"name": "
|
|
1049
|
-
"module": "src/accordion/accordion.ts"
|
|
1074
|
+
"name": "AccordionItem",
|
|
1075
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1050
1076
|
}
|
|
1051
1077
|
},
|
|
1052
1078
|
{
|
|
1053
1079
|
"kind": "field",
|
|
1054
|
-
"name": "
|
|
1080
|
+
"name": "expanded",
|
|
1055
1081
|
"type": {
|
|
1056
|
-
"text": "
|
|
1082
|
+
"text": "boolean"
|
|
1057
1083
|
},
|
|
1058
|
-
"privacy": "
|
|
1084
|
+
"privacy": "public",
|
|
1085
|
+
"default": "false",
|
|
1086
|
+
"description": "Expands or collapses the item.",
|
|
1059
1087
|
"inheritedFrom": {
|
|
1060
|
-
"name": "
|
|
1061
|
-
"module": "src/accordion/accordion.ts"
|
|
1088
|
+
"name": "AccordionItem",
|
|
1089
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1062
1090
|
}
|
|
1063
1091
|
},
|
|
1064
1092
|
{
|
|
1065
1093
|
"kind": "field",
|
|
1066
|
-
"name": "
|
|
1094
|
+
"name": "id",
|
|
1067
1095
|
"type": {
|
|
1068
|
-
"text": "
|
|
1096
|
+
"text": "string"
|
|
1069
1097
|
},
|
|
1070
|
-
"privacy": "
|
|
1071
|
-
"
|
|
1098
|
+
"privacy": "public",
|
|
1099
|
+
"description": "The item ID",
|
|
1072
1100
|
"inheritedFrom": {
|
|
1073
|
-
"name": "
|
|
1074
|
-
"module": "src/accordion/accordion.ts"
|
|
1101
|
+
"name": "AccordionItem",
|
|
1102
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1075
1103
|
}
|
|
1076
1104
|
},
|
|
1077
1105
|
{
|
|
1078
1106
|
"kind": "field",
|
|
1079
|
-
"name": "
|
|
1080
|
-
"type": {
|
|
1081
|
-
"text": "Array<string | null>"
|
|
1082
|
-
},
|
|
1107
|
+
"name": "change",
|
|
1083
1108
|
"privacy": "private",
|
|
1084
1109
|
"inheritedFrom": {
|
|
1085
|
-
"name": "
|
|
1086
|
-
"module": "src/accordion/accordion.ts"
|
|
1110
|
+
"name": "AccordionItem",
|
|
1111
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1087
1112
|
}
|
|
1088
1113
|
},
|
|
1089
1114
|
{
|
|
1090
1115
|
"kind": "field",
|
|
1091
|
-
"name": "
|
|
1116
|
+
"name": "_presentation",
|
|
1117
|
+
"type": {
|
|
1118
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1119
|
+
},
|
|
1092
1120
|
"privacy": "private",
|
|
1121
|
+
"default": "void 0",
|
|
1093
1122
|
"inheritedFrom": {
|
|
1094
|
-
"name": "
|
|
1095
|
-
"module": "src/accordion/accordion.ts"
|
|
1123
|
+
"name": "AccordionItem",
|
|
1124
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1096
1125
|
}
|
|
1097
1126
|
},
|
|
1098
1127
|
{
|
|
1099
|
-
"kind": "
|
|
1100
|
-
"name": "
|
|
1101
|
-
"
|
|
1102
|
-
|
|
1103
|
-
"type": {
|
|
1104
|
-
"text": "AccordionItem | null"
|
|
1105
|
-
}
|
|
1128
|
+
"kind": "field",
|
|
1129
|
+
"name": "$presentation",
|
|
1130
|
+
"type": {
|
|
1131
|
+
"text": "ComponentPresentation | null"
|
|
1106
1132
|
},
|
|
1133
|
+
"privacy": "public",
|
|
1134
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1107
1135
|
"inheritedFrom": {
|
|
1108
|
-
"name": "
|
|
1109
|
-
"module": "src/accordion/accordion.ts"
|
|
1136
|
+
"name": "AccordionItem",
|
|
1137
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1110
1138
|
}
|
|
1111
1139
|
},
|
|
1112
1140
|
{
|
|
1113
1141
|
"kind": "field",
|
|
1114
|
-
"name": "
|
|
1115
|
-
"
|
|
1142
|
+
"name": "template",
|
|
1143
|
+
"type": {
|
|
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.",
|
|
1116
1148
|
"inheritedFrom": {
|
|
1117
|
-
"name": "
|
|
1118
|
-
"module": "src/accordion/accordion.ts"
|
|
1149
|
+
"name": "AccordionItem",
|
|
1150
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1119
1151
|
}
|
|
1120
1152
|
},
|
|
1121
1153
|
{
|
|
1122
1154
|
"kind": "method",
|
|
1123
|
-
"name": "
|
|
1124
|
-
"privacy": "
|
|
1155
|
+
"name": "templateChanged",
|
|
1156
|
+
"privacy": "protected",
|
|
1125
1157
|
"return": {
|
|
1126
1158
|
"type": {
|
|
1127
1159
|
"text": "void"
|
|
1128
1160
|
}
|
|
1129
1161
|
},
|
|
1130
1162
|
"inheritedFrom": {
|
|
1131
|
-
"name": "
|
|
1132
|
-
"module": "src/accordion/accordion.ts"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "field",
|
|
1137
|
-
"name": "removeItemListeners",
|
|
1138
|
-
"privacy": "private",
|
|
1139
|
-
"inheritedFrom": {
|
|
1140
|
-
"name": "Accordion",
|
|
1141
|
-
"module": "src/accordion/accordion.ts"
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1142
1165
|
}
|
|
1143
1166
|
},
|
|
1144
1167
|
{
|
|
1145
1168
|
"kind": "field",
|
|
1146
|
-
"name": "
|
|
1147
|
-
"
|
|
1148
|
-
|
|
1149
|
-
"name": "Accordion",
|
|
1150
|
-
"module": "src/accordion/accordion.ts"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"kind": "method",
|
|
1155
|
-
"name": "getItemIds",
|
|
1156
|
-
"privacy": "private",
|
|
1157
|
-
"return": {
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "Array<string | null>"
|
|
1160
|
-
}
|
|
1169
|
+
"name": "styles",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "ElementStyles | void | null"
|
|
1161
1172
|
},
|
|
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.",
|
|
1162
1175
|
"inheritedFrom": {
|
|
1163
|
-
"name": "
|
|
1164
|
-
"module": "src/accordion/accordion.ts"
|
|
1176
|
+
"name": "AccordionItem",
|
|
1177
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1165
1178
|
}
|
|
1166
1179
|
},
|
|
1167
1180
|
{
|
|
1168
1181
|
"kind": "method",
|
|
1169
|
-
"name": "
|
|
1170
|
-
"privacy": "
|
|
1182
|
+
"name": "stylesChanged",
|
|
1183
|
+
"privacy": "protected",
|
|
1171
1184
|
"return": {
|
|
1172
1185
|
"type": {
|
|
1173
|
-
"text": "
|
|
1186
|
+
"text": "void"
|
|
1174
1187
|
}
|
|
1175
1188
|
},
|
|
1176
1189
|
"inheritedFrom": {
|
|
1177
|
-
"name": "
|
|
1178
|
-
"module": "src/accordion/accordion.ts"
|
|
1179
|
-
}
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"kind": "field",
|
|
1183
|
-
"name": "handleItemKeyDown",
|
|
1184
|
-
"privacy": "private",
|
|
1185
|
-
"inheritedFrom": {
|
|
1186
|
-
"name": "Accordion",
|
|
1187
|
-
"module": "src/accordion/accordion.ts"
|
|
1188
|
-
}
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"kind": "field",
|
|
1192
|
-
"name": "handleItemFocus",
|
|
1193
|
-
"privacy": "private",
|
|
1194
|
-
"inheritedFrom": {
|
|
1195
|
-
"name": "Accordion",
|
|
1196
|
-
"module": "src/accordion/accordion.ts"
|
|
1190
|
+
"name": "AccordionItem",
|
|
1191
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1197
1192
|
}
|
|
1198
1193
|
},
|
|
1199
1194
|
{
|
|
1200
1195
|
"kind": "method",
|
|
1201
|
-
"name": "
|
|
1202
|
-
"privacy": "
|
|
1196
|
+
"name": "compose",
|
|
1197
|
+
"privacy": "public",
|
|
1198
|
+
"static": true,
|
|
1203
1199
|
"return": {
|
|
1204
1200
|
"type": {
|
|
1205
|
-
"text": "
|
|
1201
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1206
1202
|
}
|
|
1207
1203
|
},
|
|
1208
1204
|
"parameters": [
|
|
1209
1205
|
{
|
|
1210
|
-
"name": "
|
|
1206
|
+
"name": "this",
|
|
1211
1207
|
"type": {
|
|
1212
|
-
"text": "
|
|
1208
|
+
"text": "K"
|
|
1213
1209
|
}
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "elementDefinition",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "T"
|
|
1215
|
+
},
|
|
1216
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1214
1217
|
}
|
|
1215
1218
|
],
|
|
1219
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1216
1220
|
"inheritedFrom": {
|
|
1217
|
-
"name": "
|
|
1218
|
-
"module": "src/accordion/accordion.ts"
|
|
1221
|
+
"name": "AccordionItem",
|
|
1222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1219
1223
|
}
|
|
1220
|
-
}
|
|
1224
|
+
}
|
|
1225
|
+
],
|
|
1226
|
+
"events": [
|
|
1221
1227
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"name": "
|
|
1224
|
-
"privacy": "private",
|
|
1225
|
-
"return": {
|
|
1226
|
-
"type": {
|
|
1227
|
-
"text": "void"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1228
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1229
|
+
"name": "change",
|
|
1230
1230
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
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"
|
|
1231
|
+
"name": "AccordionItem",
|
|
1232
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1354
1233
|
}
|
|
1355
1234
|
}
|
|
1356
1235
|
]
|
|
1357
1236
|
},
|
|
1358
1237
|
{
|
|
1359
1238
|
"kind": "variable",
|
|
1360
|
-
"name": "
|
|
1239
|
+
"name": "zeroAccordionItem"
|
|
1361
1240
|
}
|
|
1362
1241
|
],
|
|
1363
1242
|
"exports": [
|
|
1364
1243
|
{
|
|
1365
1244
|
"kind": "js",
|
|
1366
|
-
"name": "
|
|
1245
|
+
"name": "AccordionItem",
|
|
1367
1246
|
"declaration": {
|
|
1368
|
-
"name": "
|
|
1369
|
-
"module": "src/accordion/accordion.ts"
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1370
1249
|
}
|
|
1371
1250
|
},
|
|
1372
1251
|
{
|
|
1373
1252
|
"kind": "js",
|
|
1374
|
-
"name": "
|
|
1253
|
+
"name": "zeroAccordionItem",
|
|
1375
1254
|
"declaration": {
|
|
1376
|
-
"name": "
|
|
1377
|
-
"module": "src/accordion/accordion.ts"
|
|
1255
|
+
"name": "zeroAccordionItem",
|
|
1256
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1378
1257
|
}
|
|
1379
1258
|
}
|
|
1380
1259
|
]
|
|
1381
1260
|
},
|
|
1382
1261
|
{
|
|
1383
1262
|
"kind": "javascript-module",
|
|
1384
|
-
"path": "src/accordion/index.ts",
|
|
1263
|
+
"path": "src/accordion-item/index.ts",
|
|
1385
1264
|
"declarations": [],
|
|
1386
1265
|
"exports": [
|
|
1387
1266
|
{
|
|
@@ -1389,7 +1268,7 @@
|
|
|
1389
1268
|
"name": "*",
|
|
1390
1269
|
"declaration": {
|
|
1391
1270
|
"name": "*",
|
|
1392
|
-
"package": "./accordion"
|
|
1271
|
+
"package": "./accordion-item"
|
|
1393
1272
|
}
|
|
1394
1273
|
},
|
|
1395
1274
|
{
|
|
@@ -1397,7 +1276,7 @@
|
|
|
1397
1276
|
"name": "*",
|
|
1398
1277
|
"declaration": {
|
|
1399
1278
|
"name": "*",
|
|
1400
|
-
"package": "./accordion.styles"
|
|
1279
|
+
"package": "./accordion-item.styles"
|
|
1401
1280
|
}
|
|
1402
1281
|
},
|
|
1403
1282
|
{
|
|
@@ -1405,18 +1284,18 @@
|
|
|
1405
1284
|
"name": "*",
|
|
1406
1285
|
"declaration": {
|
|
1407
1286
|
"name": "*",
|
|
1408
|
-
"package": "./accordion.template"
|
|
1287
|
+
"package": "./accordion-item.template"
|
|
1409
1288
|
}
|
|
1410
1289
|
}
|
|
1411
1290
|
]
|
|
1412
1291
|
},
|
|
1413
1292
|
{
|
|
1414
1293
|
"kind": "javascript-module",
|
|
1415
|
-
"path": "src/
|
|
1294
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1416
1295
|
"declarations": [
|
|
1417
1296
|
{
|
|
1418
1297
|
"kind": "function",
|
|
1419
|
-
"name": "
|
|
1298
|
+
"name": "zeroActionsMenuStyles",
|
|
1420
1299
|
"return": {
|
|
1421
1300
|
"type": {
|
|
1422
1301
|
"text": "ElementStyles"
|
|
@@ -1441,155 +1320,383 @@
|
|
|
1441
1320
|
"exports": [
|
|
1442
1321
|
{
|
|
1443
1322
|
"kind": "js",
|
|
1444
|
-
"name": "
|
|
1445
|
-
"declaration": {
|
|
1446
|
-
"name": "zeroAccordionItemStyles",
|
|
1447
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1448
|
-
}
|
|
1449
|
-
}
|
|
1450
|
-
]
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"kind": "javascript-module",
|
|
1454
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1455
|
-
"declarations": [
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "function",
|
|
1458
|
-
"name": "zeroAccordionItemTemplate",
|
|
1459
|
-
"return": {
|
|
1460
|
-
"type": {
|
|
1461
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
"parameters": [
|
|
1465
|
-
{
|
|
1466
|
-
"name": "context",
|
|
1467
|
-
"type": {
|
|
1468
|
-
"text": "ElementDefinitionContext"
|
|
1469
|
-
}
|
|
1470
|
-
},
|
|
1471
|
-
{
|
|
1472
|
-
"name": "definition",
|
|
1473
|
-
"type": {
|
|
1474
|
-
"text": "FoundationElementDefinition"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
}
|
|
1479
|
-
],
|
|
1480
|
-
"exports": [
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "js",
|
|
1483
|
-
"name": "zeroAccordionItemTemplate",
|
|
1323
|
+
"name": "zeroActionsMenuStyles",
|
|
1484
1324
|
"declaration": {
|
|
1485
|
-
"name": "
|
|
1486
|
-
"module": "src/
|
|
1325
|
+
"name": "zeroActionsMenuStyles",
|
|
1326
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1487
1327
|
}
|
|
1488
1328
|
}
|
|
1489
1329
|
]
|
|
1490
1330
|
},
|
|
1491
1331
|
{
|
|
1492
1332
|
"kind": "javascript-module",
|
|
1493
|
-
"path": "src/
|
|
1333
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1494
1334
|
"declarations": [
|
|
1495
1335
|
{
|
|
1496
1336
|
"kind": "class",
|
|
1497
1337
|
"description": "",
|
|
1498
|
-
"name": "
|
|
1338
|
+
"name": "ActionsMenu",
|
|
1499
1339
|
"superclass": {
|
|
1500
|
-
"name": "
|
|
1340
|
+
"name": "FoundationActionsMenu",
|
|
1501
1341
|
"package": "@genesislcap/foundation-ui"
|
|
1502
1342
|
},
|
|
1503
|
-
"tagName": "%%prefix%%-
|
|
1343
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1504
1344
|
"customElement": true,
|
|
1505
1345
|
"attributes": [
|
|
1506
1346
|
{
|
|
1507
|
-
"name": "
|
|
1347
|
+
"name": "is-vertical",
|
|
1508
1348
|
"type": {
|
|
1509
|
-
"text": "
|
|
1349
|
+
"text": "boolean"
|
|
1510
1350
|
},
|
|
1511
|
-
"default": "
|
|
1512
|
-
"
|
|
1513
|
-
"fieldName": "headinglevel",
|
|
1351
|
+
"default": "false",
|
|
1352
|
+
"fieldName": "isVertical",
|
|
1514
1353
|
"inheritedFrom": {
|
|
1515
|
-
"name": "
|
|
1516
|
-
"module": "src/
|
|
1354
|
+
"name": "ActionsMenu",
|
|
1355
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1517
1356
|
}
|
|
1518
1357
|
},
|
|
1519
1358
|
{
|
|
1359
|
+
"name": "add-default-actions",
|
|
1520
1360
|
"type": {
|
|
1521
1361
|
"text": "boolean"
|
|
1522
1362
|
},
|
|
1523
|
-
"default": "
|
|
1524
|
-
"
|
|
1525
|
-
"fieldName": "expanded",
|
|
1363
|
+
"default": "true",
|
|
1364
|
+
"fieldName": "addDefaultActions",
|
|
1526
1365
|
"inheritedFrom": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "src/
|
|
1366
|
+
"name": "ActionsMenu",
|
|
1367
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1529
1368
|
}
|
|
1530
1369
|
},
|
|
1531
1370
|
{
|
|
1532
|
-
"name": "
|
|
1371
|
+
"name": "auto-close-on-action",
|
|
1533
1372
|
"type": {
|
|
1534
|
-
"text": "
|
|
1373
|
+
"text": "boolean"
|
|
1535
1374
|
},
|
|
1536
|
-
"
|
|
1537
|
-
"fieldName": "
|
|
1375
|
+
"default": "true",
|
|
1376
|
+
"fieldName": "autoCloseOnAction",
|
|
1538
1377
|
"inheritedFrom": {
|
|
1539
|
-
"name": "
|
|
1540
|
-
"module": "src/
|
|
1378
|
+
"name": "ActionsMenu",
|
|
1379
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1541
1380
|
}
|
|
1542
|
-
}
|
|
1543
|
-
],
|
|
1544
|
-
"members": [
|
|
1381
|
+
},
|
|
1545
1382
|
{
|
|
1546
|
-
"
|
|
1547
|
-
"name": "headinglevel",
|
|
1383
|
+
"name": "name",
|
|
1548
1384
|
"type": {
|
|
1549
|
-
"text": "
|
|
1385
|
+
"text": "string"
|
|
1550
1386
|
},
|
|
1551
|
-
"
|
|
1552
|
-
"
|
|
1553
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1387
|
+
"default": "'Actions'",
|
|
1388
|
+
"fieldName": "name",
|
|
1554
1389
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1390
|
+
"name": "ActionsMenu",
|
|
1391
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1392
|
}
|
|
1558
1393
|
},
|
|
1559
1394
|
{
|
|
1560
|
-
"
|
|
1561
|
-
"name": "expanded",
|
|
1395
|
+
"name": "open",
|
|
1562
1396
|
"type": {
|
|
1563
1397
|
"text": "boolean"
|
|
1564
1398
|
},
|
|
1565
|
-
"privacy": "public",
|
|
1566
1399
|
"default": "false",
|
|
1567
|
-
"
|
|
1400
|
+
"fieldName": "open",
|
|
1568
1401
|
"inheritedFrom": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"module": "src/
|
|
1402
|
+
"name": "ActionsMenu",
|
|
1403
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "buttonAppearance",
|
|
1408
|
+
"type": {
|
|
1409
|
+
"text": "string"
|
|
1410
|
+
},
|
|
1411
|
+
"fieldName": "buttonAppearance",
|
|
1412
|
+
"inheritedFrom": {
|
|
1413
|
+
"name": "ActionsMenu",
|
|
1414
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"name": "hide-disabled",
|
|
1419
|
+
"type": {
|
|
1420
|
+
"text": "boolean"
|
|
1421
|
+
},
|
|
1422
|
+
"default": "false",
|
|
1423
|
+
"fieldName": "hideDisabled",
|
|
1424
|
+
"inheritedFrom": {
|
|
1425
|
+
"name": "ActionsMenu",
|
|
1426
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "hide-menu-single-option",
|
|
1431
|
+
"type": {
|
|
1432
|
+
"text": "boolean"
|
|
1433
|
+
},
|
|
1434
|
+
"default": "false",
|
|
1435
|
+
"fieldName": "hideMenuSingleOption",
|
|
1436
|
+
"inheritedFrom": {
|
|
1437
|
+
"name": "ActionsMenu",
|
|
1438
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
],
|
|
1442
|
+
"members": [
|
|
1443
|
+
{
|
|
1444
|
+
"kind": "field",
|
|
1445
|
+
"name": "actions",
|
|
1446
|
+
"type": {
|
|
1447
|
+
"text": "ActionMenuItem[]"
|
|
1448
|
+
},
|
|
1449
|
+
"inheritedFrom": {
|
|
1450
|
+
"name": "ActionsMenu",
|
|
1451
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1571
1452
|
}
|
|
1572
1453
|
},
|
|
1573
1454
|
{
|
|
1574
1455
|
"kind": "field",
|
|
1575
|
-
"name": "
|
|
1456
|
+
"name": "isVertical",
|
|
1457
|
+
"type": {
|
|
1458
|
+
"text": "boolean"
|
|
1459
|
+
},
|
|
1460
|
+
"default": "false",
|
|
1461
|
+
"inheritedFrom": {
|
|
1462
|
+
"name": "ActionsMenu",
|
|
1463
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "field",
|
|
1468
|
+
"name": "addDefaultActions",
|
|
1469
|
+
"type": {
|
|
1470
|
+
"text": "boolean"
|
|
1471
|
+
},
|
|
1472
|
+
"default": "true",
|
|
1473
|
+
"inheritedFrom": {
|
|
1474
|
+
"name": "ActionsMenu",
|
|
1475
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "field",
|
|
1480
|
+
"name": "autoCloseOnAction",
|
|
1481
|
+
"type": {
|
|
1482
|
+
"text": "boolean"
|
|
1483
|
+
},
|
|
1484
|
+
"default": "true",
|
|
1485
|
+
"inheritedFrom": {
|
|
1486
|
+
"name": "ActionsMenu",
|
|
1487
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "field",
|
|
1492
|
+
"name": "classNames",
|
|
1576
1493
|
"type": {
|
|
1577
1494
|
"text": "string"
|
|
1578
1495
|
},
|
|
1579
|
-
"privacy": "public",
|
|
1580
|
-
"description": "The item ID",
|
|
1581
1496
|
"inheritedFrom": {
|
|
1582
|
-
"name": "
|
|
1583
|
-
"module": "src/
|
|
1497
|
+
"name": "ActionsMenu",
|
|
1498
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1584
1499
|
}
|
|
1585
1500
|
},
|
|
1586
1501
|
{
|
|
1587
1502
|
"kind": "field",
|
|
1588
|
-
"name": "
|
|
1589
|
-
"
|
|
1503
|
+
"name": "definition",
|
|
1504
|
+
"type": {
|
|
1505
|
+
"text": "any"
|
|
1506
|
+
},
|
|
1590
1507
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1508
|
+
"name": "ActionsMenu",
|
|
1509
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "field",
|
|
1514
|
+
"name": "name",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "string"
|
|
1517
|
+
},
|
|
1518
|
+
"default": "'Actions'",
|
|
1519
|
+
"inheritedFrom": {
|
|
1520
|
+
"name": "ActionsMenu",
|
|
1521
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "field",
|
|
1526
|
+
"name": "open",
|
|
1527
|
+
"type": {
|
|
1528
|
+
"text": "boolean"
|
|
1529
|
+
},
|
|
1530
|
+
"default": "false",
|
|
1531
|
+
"inheritedFrom": {
|
|
1532
|
+
"name": "ActionsMenu",
|
|
1533
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"kind": "field",
|
|
1538
|
+
"name": "buttonAppearance",
|
|
1539
|
+
"type": {
|
|
1540
|
+
"text": "string"
|
|
1541
|
+
},
|
|
1542
|
+
"inheritedFrom": {
|
|
1543
|
+
"name": "ActionsMenu",
|
|
1544
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "field",
|
|
1549
|
+
"name": "hideDisabled",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "boolean"
|
|
1552
|
+
},
|
|
1553
|
+
"default": "false",
|
|
1554
|
+
"inheritedFrom": {
|
|
1555
|
+
"name": "ActionsMenu",
|
|
1556
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
|
+
}
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "field",
|
|
1561
|
+
"name": "hideMenuSingleOption",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"text": "boolean"
|
|
1564
|
+
},
|
|
1565
|
+
"default": "false",
|
|
1566
|
+
"inheritedFrom": {
|
|
1567
|
+
"name": "ActionsMenu",
|
|
1568
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
|
+
}
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "field",
|
|
1573
|
+
"name": "singleOption",
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "ActionMenuItem"
|
|
1576
|
+
},
|
|
1577
|
+
"inheritedFrom": {
|
|
1578
|
+
"name": "ActionsMenu",
|
|
1579
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "actionsMenu",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "HTMLElement"
|
|
1587
|
+
},
|
|
1588
|
+
"inheritedFrom": {
|
|
1589
|
+
"name": "ActionsMenu",
|
|
1590
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"kind": "method",
|
|
1595
|
+
"name": "definitionChanged",
|
|
1596
|
+
"privacy": "protected",
|
|
1597
|
+
"parameters": [
|
|
1598
|
+
{
|
|
1599
|
+
"name": "oldValue",
|
|
1600
|
+
"type": {
|
|
1601
|
+
"text": "any"
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "newValue",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "any"
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"inheritedFrom": {
|
|
1612
|
+
"name": "ActionsMenu",
|
|
1613
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"kind": "method",
|
|
1618
|
+
"name": "openChanged",
|
|
1619
|
+
"privacy": "protected",
|
|
1620
|
+
"inheritedFrom": {
|
|
1621
|
+
"name": "ActionsMenu",
|
|
1622
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1623
|
+
}
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"kind": "method",
|
|
1627
|
+
"name": "toggleActionsMenuVisibility",
|
|
1628
|
+
"inheritedFrom": {
|
|
1629
|
+
"name": "ActionsMenu",
|
|
1630
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "method",
|
|
1635
|
+
"name": "onActionMenuItemClick",
|
|
1636
|
+
"parameters": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "callback",
|
|
1639
|
+
"type": {
|
|
1640
|
+
"text": "(rowData) => void | any"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"inheritedFrom": {
|
|
1645
|
+
"name": "ActionsMenu",
|
|
1646
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "field",
|
|
1651
|
+
"name": "allActions",
|
|
1652
|
+
"type": {
|
|
1653
|
+
"text": "ActionMenuItem[]"
|
|
1654
|
+
},
|
|
1655
|
+
"readonly": true,
|
|
1656
|
+
"inheritedFrom": {
|
|
1657
|
+
"name": "ActionsMenu",
|
|
1658
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "field",
|
|
1663
|
+
"name": "rowData",
|
|
1664
|
+
"readonly": true,
|
|
1665
|
+
"inheritedFrom": {
|
|
1666
|
+
"name": "ActionsMenu",
|
|
1667
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"kind": "method",
|
|
1672
|
+
"name": "getLabel",
|
|
1673
|
+
"parameters": [
|
|
1674
|
+
{
|
|
1675
|
+
"name": "name",
|
|
1676
|
+
"type": {
|
|
1677
|
+
"text": "string | ((rowData: any) => string)"
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"inheritedFrom": {
|
|
1682
|
+
"name": "ActionsMenu",
|
|
1683
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "method",
|
|
1688
|
+
"name": "getTemplate",
|
|
1689
|
+
"parameters": [
|
|
1690
|
+
{
|
|
1691
|
+
"name": "prefix",
|
|
1692
|
+
"type": {
|
|
1693
|
+
"text": "string"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1696
|
+
],
|
|
1697
|
+
"inheritedFrom": {
|
|
1698
|
+
"name": "ActionsMenu",
|
|
1699
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1593
1700
|
}
|
|
1594
1701
|
},
|
|
1595
1702
|
{
|
|
@@ -1601,8 +1708,8 @@
|
|
|
1601
1708
|
"privacy": "private",
|
|
1602
1709
|
"default": "void 0",
|
|
1603
1710
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1711
|
+
"name": "FoundationElement",
|
|
1712
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1606
1713
|
}
|
|
1607
1714
|
},
|
|
1608
1715
|
{
|
|
@@ -1614,8 +1721,8 @@
|
|
|
1614
1721
|
"privacy": "public",
|
|
1615
1722
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1723
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/
|
|
1724
|
+
"name": "FoundationElement",
|
|
1725
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1619
1726
|
}
|
|
1620
1727
|
},
|
|
1621
1728
|
{
|
|
@@ -1627,8 +1734,8 @@
|
|
|
1627
1734
|
"privacy": "public",
|
|
1628
1735
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1629
1736
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1737
|
+
"name": "FoundationElement",
|
|
1738
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1632
1739
|
}
|
|
1633
1740
|
},
|
|
1634
1741
|
{
|
|
@@ -1641,8 +1748,8 @@
|
|
|
1641
1748
|
}
|
|
1642
1749
|
},
|
|
1643
1750
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/
|
|
1751
|
+
"name": "FoundationElement",
|
|
1752
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1646
1753
|
}
|
|
1647
1754
|
},
|
|
1648
1755
|
{
|
|
@@ -1654,8 +1761,8 @@
|
|
|
1654
1761
|
"privacy": "public",
|
|
1655
1762
|
"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
1763
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/
|
|
1764
|
+
"name": "FoundationElement",
|
|
1765
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1659
1766
|
}
|
|
1660
1767
|
},
|
|
1661
1768
|
{
|
|
@@ -1668,8 +1775,8 @@
|
|
|
1668
1775
|
}
|
|
1669
1776
|
},
|
|
1670
1777
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/
|
|
1778
|
+
"name": "FoundationElement",
|
|
1779
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1673
1780
|
}
|
|
1674
1781
|
},
|
|
1675
1782
|
{
|
|
@@ -1699,49 +1806,41 @@
|
|
|
1699
1806
|
],
|
|
1700
1807
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1808
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/
|
|
1704
|
-
}
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"events": [
|
|
1708
|
-
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1710
|
-
"name": "change",
|
|
1711
|
-
"inheritedFrom": {
|
|
1712
|
-
"name": "AccordionItem",
|
|
1713
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1809
|
+
"name": "FoundationElement",
|
|
1810
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1714
1811
|
}
|
|
1715
1812
|
}
|
|
1716
1813
|
]
|
|
1717
1814
|
},
|
|
1718
1815
|
{
|
|
1719
1816
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1817
|
+
"name": "zeroActionsMenu",
|
|
1818
|
+
"description": "The Zero Actions Menu",
|
|
1819
|
+
"privacy": "public"
|
|
1721
1820
|
}
|
|
1722
1821
|
],
|
|
1723
1822
|
"exports": [
|
|
1724
1823
|
{
|
|
1725
1824
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1825
|
+
"name": "ActionsMenu",
|
|
1727
1826
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/
|
|
1827
|
+
"name": "ActionsMenu",
|
|
1828
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1730
1829
|
}
|
|
1731
1830
|
},
|
|
1732
1831
|
{
|
|
1733
1832
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1833
|
+
"name": "zeroActionsMenu",
|
|
1735
1834
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/
|
|
1835
|
+
"name": "zeroActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1738
1837
|
}
|
|
1739
1838
|
}
|
|
1740
1839
|
]
|
|
1741
1840
|
},
|
|
1742
1841
|
{
|
|
1743
1842
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/
|
|
1843
|
+
"path": "src/actions-menu/index.ts",
|
|
1745
1844
|
"declarations": [],
|
|
1746
1845
|
"exports": [
|
|
1747
1846
|
{
|
|
@@ -1749,7 +1848,7 @@
|
|
|
1749
1848
|
"name": "*",
|
|
1750
1849
|
"declaration": {
|
|
1751
1850
|
"name": "*",
|
|
1752
|
-
"package": "./
|
|
1851
|
+
"package": "./actions-menu"
|
|
1753
1852
|
}
|
|
1754
1853
|
},
|
|
1755
1854
|
{
|
|
@@ -1757,29 +1856,60 @@
|
|
|
1757
1856
|
"name": "*",
|
|
1758
1857
|
"declaration": {
|
|
1759
1858
|
"name": "*",
|
|
1760
|
-
"package": "./
|
|
1859
|
+
"package": "./actions-menu.styles"
|
|
1761
1860
|
}
|
|
1762
|
-
}
|
|
1861
|
+
}
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"kind": "javascript-module",
|
|
1866
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1867
|
+
"declarations": [
|
|
1868
|
+
{
|
|
1869
|
+
"kind": "function",
|
|
1870
|
+
"name": "zeroAccordionStyles",
|
|
1871
|
+
"return": {
|
|
1872
|
+
"type": {
|
|
1873
|
+
"text": "ElementStyles"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
"parameters": [
|
|
1877
|
+
{
|
|
1878
|
+
"name": "context",
|
|
1879
|
+
"type": {
|
|
1880
|
+
"text": "ElementDefinitionContext"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "definition",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "FoundationElementDefinition"
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
]
|
|
1890
|
+
}
|
|
1891
|
+
],
|
|
1892
|
+
"exports": [
|
|
1763
1893
|
{
|
|
1764
1894
|
"kind": "js",
|
|
1765
|
-
"name": "
|
|
1895
|
+
"name": "zeroAccordionStyles",
|
|
1766
1896
|
"declaration": {
|
|
1767
|
-
"name": "
|
|
1768
|
-
"
|
|
1897
|
+
"name": "zeroAccordionStyles",
|
|
1898
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1769
1899
|
}
|
|
1770
1900
|
}
|
|
1771
1901
|
]
|
|
1772
1902
|
},
|
|
1773
1903
|
{
|
|
1774
1904
|
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/
|
|
1905
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1776
1906
|
"declarations": [
|
|
1777
1907
|
{
|
|
1778
1908
|
"kind": "function",
|
|
1779
|
-
"name": "
|
|
1909
|
+
"name": "zeroAccordionTemplate",
|
|
1780
1910
|
"return": {
|
|
1781
1911
|
"type": {
|
|
1782
|
-
"text": "
|
|
1912
|
+
"text": "ViewTemplate<Accordion>"
|
|
1783
1913
|
}
|
|
1784
1914
|
},
|
|
1785
1915
|
"parameters": [
|
|
@@ -1801,383 +1931,237 @@
|
|
|
1801
1931
|
"exports": [
|
|
1802
1932
|
{
|
|
1803
1933
|
"kind": "js",
|
|
1804
|
-
"name": "
|
|
1934
|
+
"name": "zeroAccordionTemplate",
|
|
1805
1935
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "src/
|
|
1936
|
+
"name": "zeroAccordionTemplate",
|
|
1937
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1808
1938
|
}
|
|
1809
1939
|
}
|
|
1810
1940
|
]
|
|
1811
1941
|
},
|
|
1812
1942
|
{
|
|
1813
1943
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "src/
|
|
1944
|
+
"path": "src/accordion/accordion.ts",
|
|
1815
1945
|
"declarations": [
|
|
1816
1946
|
{
|
|
1817
1947
|
"kind": "class",
|
|
1818
1948
|
"description": "",
|
|
1819
|
-
"name": "
|
|
1949
|
+
"name": "Accordion",
|
|
1820
1950
|
"superclass": {
|
|
1821
|
-
"name": "
|
|
1951
|
+
"name": "FoundationAccordion",
|
|
1822
1952
|
"package": "@genesislcap/foundation-ui"
|
|
1823
1953
|
},
|
|
1824
|
-
"tagName": "%%prefix%%-
|
|
1954
|
+
"tagName": "%%prefix%%-card",
|
|
1825
1955
|
"customElement": true,
|
|
1826
1956
|
"attributes": [
|
|
1827
1957
|
{
|
|
1828
|
-
"name": "
|
|
1829
|
-
"type": {
|
|
1830
|
-
"text": "boolean"
|
|
1831
|
-
},
|
|
1832
|
-
"default": "false",
|
|
1833
|
-
"fieldName": "isVertical",
|
|
1834
|
-
"inheritedFrom": {
|
|
1835
|
-
"name": "ActionsMenu",
|
|
1836
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "add-default-actions",
|
|
1841
|
-
"type": {
|
|
1842
|
-
"text": "boolean"
|
|
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"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"name": "name",
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "string"
|
|
1867
|
-
},
|
|
1868
|
-
"default": "'Actions'",
|
|
1869
|
-
"fieldName": "name",
|
|
1870
|
-
"inheritedFrom": {
|
|
1871
|
-
"name": "ActionsMenu",
|
|
1872
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
|
-
}
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "open",
|
|
1877
|
-
"type": {
|
|
1878
|
-
"text": "boolean"
|
|
1879
|
-
},
|
|
1880
|
-
"default": "false",
|
|
1881
|
-
"fieldName": "open",
|
|
1882
|
-
"inheritedFrom": {
|
|
1883
|
-
"name": "ActionsMenu",
|
|
1884
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"name": "buttonAppearance",
|
|
1889
|
-
"type": {
|
|
1890
|
-
"text": "string"
|
|
1891
|
-
},
|
|
1892
|
-
"fieldName": "buttonAppearance",
|
|
1893
|
-
"inheritedFrom": {
|
|
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",
|
|
1958
|
+
"name": "expand-mode",
|
|
1912
1959
|
"type": {
|
|
1913
|
-
"text": "
|
|
1960
|
+
"text": "AccordionExpandMode"
|
|
1914
1961
|
},
|
|
1915
|
-
"
|
|
1916
|
-
"fieldName": "
|
|
1962
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1963
|
+
"fieldName": "expandmode",
|
|
1917
1964
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
1965
|
+
"name": "Accordion",
|
|
1966
|
+
"module": "src/accordion/accordion.ts"
|
|
1920
1967
|
}
|
|
1921
1968
|
}
|
|
1922
1969
|
],
|
|
1923
1970
|
"members": [
|
|
1924
1971
|
{
|
|
1925
1972
|
"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",
|
|
1973
|
+
"name": "expandmode",
|
|
1996
1974
|
"type": {
|
|
1997
|
-
"text": "
|
|
1975
|
+
"text": "AccordionExpandMode"
|
|
1998
1976
|
},
|
|
1999
|
-
"
|
|
1977
|
+
"privacy": "public",
|
|
1978
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2000
1979
|
"inheritedFrom": {
|
|
2001
|
-
"name": "
|
|
2002
|
-
"module": "src/
|
|
1980
|
+
"name": "Accordion",
|
|
1981
|
+
"module": "src/accordion/accordion.ts"
|
|
2003
1982
|
}
|
|
2004
1983
|
},
|
|
2005
1984
|
{
|
|
2006
1985
|
"kind": "field",
|
|
2007
|
-
"name": "
|
|
1986
|
+
"name": "activeid",
|
|
2008
1987
|
"type": {
|
|
2009
|
-
"text": "
|
|
1988
|
+
"text": "string | null"
|
|
2010
1989
|
},
|
|
2011
|
-
"
|
|
1990
|
+
"privacy": "private",
|
|
2012
1991
|
"inheritedFrom": {
|
|
2013
|
-
"name": "
|
|
2014
|
-
"module": "src/
|
|
1992
|
+
"name": "Accordion",
|
|
1993
|
+
"module": "src/accordion/accordion.ts"
|
|
2015
1994
|
}
|
|
2016
1995
|
},
|
|
2017
1996
|
{
|
|
2018
1997
|
"kind": "field",
|
|
2019
|
-
"name": "
|
|
1998
|
+
"name": "activeItemIndex",
|
|
2020
1999
|
"type": {
|
|
2021
|
-
"text": "
|
|
2000
|
+
"text": "number"
|
|
2022
2001
|
},
|
|
2002
|
+
"privacy": "private",
|
|
2003
|
+
"default": "0",
|
|
2023
2004
|
"inheritedFrom": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2005
|
+
"name": "Accordion",
|
|
2006
|
+
"module": "src/accordion/accordion.ts"
|
|
2026
2007
|
}
|
|
2027
2008
|
},
|
|
2028
2009
|
{
|
|
2029
2010
|
"kind": "field",
|
|
2030
|
-
"name": "
|
|
2011
|
+
"name": "accordionIds",
|
|
2031
2012
|
"type": {
|
|
2032
|
-
"text": "
|
|
2013
|
+
"text": "Array<string | null>"
|
|
2033
2014
|
},
|
|
2034
|
-
"
|
|
2015
|
+
"privacy": "private",
|
|
2035
2016
|
"inheritedFrom": {
|
|
2036
|
-
"name": "
|
|
2037
|
-
"module": "src/
|
|
2017
|
+
"name": "Accordion",
|
|
2018
|
+
"module": "src/accordion/accordion.ts"
|
|
2038
2019
|
}
|
|
2039
2020
|
},
|
|
2040
2021
|
{
|
|
2041
2022
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2043
|
-
"
|
|
2044
|
-
"text": "boolean"
|
|
2045
|
-
},
|
|
2046
|
-
"default": "false",
|
|
2023
|
+
"name": "change",
|
|
2024
|
+
"privacy": "private",
|
|
2047
2025
|
"inheritedFrom": {
|
|
2048
|
-
"name": "
|
|
2049
|
-
"module": "src/
|
|
2026
|
+
"name": "Accordion",
|
|
2027
|
+
"module": "src/accordion/accordion.ts"
|
|
2050
2028
|
}
|
|
2051
2029
|
},
|
|
2052
2030
|
{
|
|
2053
|
-
"kind": "
|
|
2054
|
-
"name": "
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2031
|
+
"kind": "method",
|
|
2032
|
+
"name": "findExpandedItem",
|
|
2033
|
+
"privacy": "private",
|
|
2034
|
+
"return": {
|
|
2035
|
+
"type": {
|
|
2036
|
+
"text": "AccordionItem | null"
|
|
2037
|
+
}
|
|
2057
2038
|
},
|
|
2058
2039
|
"inheritedFrom": {
|
|
2059
|
-
"name": "
|
|
2060
|
-
"module": "src/
|
|
2040
|
+
"name": "Accordion",
|
|
2041
|
+
"module": "src/accordion/accordion.ts"
|
|
2061
2042
|
}
|
|
2062
2043
|
},
|
|
2063
2044
|
{
|
|
2064
2045
|
"kind": "field",
|
|
2065
|
-
"name": "
|
|
2066
|
-
"
|
|
2067
|
-
"text": "HTMLElement"
|
|
2068
|
-
},
|
|
2046
|
+
"name": "setItems",
|
|
2047
|
+
"privacy": "private",
|
|
2069
2048
|
"inheritedFrom": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"module": "src/
|
|
2049
|
+
"name": "Accordion",
|
|
2050
|
+
"module": "src/accordion/accordion.ts"
|
|
2072
2051
|
}
|
|
2073
2052
|
},
|
|
2074
2053
|
{
|
|
2075
2054
|
"kind": "method",
|
|
2076
|
-
"name": "
|
|
2077
|
-
"privacy": "
|
|
2078
|
-
"
|
|
2079
|
-
{
|
|
2080
|
-
"
|
|
2081
|
-
"type": {
|
|
2082
|
-
"text": "any"
|
|
2083
|
-
}
|
|
2084
|
-
},
|
|
2085
|
-
{
|
|
2086
|
-
"name": "newValue",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "any"
|
|
2089
|
-
}
|
|
2055
|
+
"name": "resetItems",
|
|
2056
|
+
"privacy": "private",
|
|
2057
|
+
"return": {
|
|
2058
|
+
"type": {
|
|
2059
|
+
"text": "void"
|
|
2090
2060
|
}
|
|
2091
|
-
|
|
2061
|
+
},
|
|
2092
2062
|
"inheritedFrom": {
|
|
2093
|
-
"name": "
|
|
2094
|
-
"module": "src/
|
|
2063
|
+
"name": "Accordion",
|
|
2064
|
+
"module": "src/accordion/accordion.ts"
|
|
2095
2065
|
}
|
|
2096
2066
|
},
|
|
2097
2067
|
{
|
|
2098
|
-
"kind": "
|
|
2099
|
-
"name": "
|
|
2100
|
-
"privacy": "
|
|
2068
|
+
"kind": "field",
|
|
2069
|
+
"name": "removeItemListeners",
|
|
2070
|
+
"privacy": "private",
|
|
2101
2071
|
"inheritedFrom": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
2072
|
+
"name": "Accordion",
|
|
2073
|
+
"module": "src/accordion/accordion.ts"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"kind": "field",
|
|
2078
|
+
"name": "activeItemChange",
|
|
2079
|
+
"privacy": "private",
|
|
2080
|
+
"inheritedFrom": {
|
|
2081
|
+
"name": "Accordion",
|
|
2082
|
+
"module": "src/accordion/accordion.ts"
|
|
2104
2083
|
}
|
|
2105
2084
|
},
|
|
2106
2085
|
{
|
|
2107
2086
|
"kind": "method",
|
|
2108
|
-
"name": "
|
|
2087
|
+
"name": "getItemIds",
|
|
2088
|
+
"privacy": "private",
|
|
2089
|
+
"return": {
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "Array<string | null>"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2109
2094
|
"inheritedFrom": {
|
|
2110
|
-
"name": "
|
|
2111
|
-
"module": "src/
|
|
2095
|
+
"name": "Accordion",
|
|
2096
|
+
"module": "src/accordion/accordion.ts"
|
|
2112
2097
|
}
|
|
2113
2098
|
},
|
|
2114
2099
|
{
|
|
2115
2100
|
"kind": "method",
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
"
|
|
2121
|
-
"text": "(rowData) => void | any"
|
|
2122
|
-
}
|
|
2101
|
+
"name": "isSingleExpandMode",
|
|
2102
|
+
"privacy": "private",
|
|
2103
|
+
"return": {
|
|
2104
|
+
"type": {
|
|
2105
|
+
"text": "boolean"
|
|
2123
2106
|
}
|
|
2124
|
-
|
|
2107
|
+
},
|
|
2125
2108
|
"inheritedFrom": {
|
|
2126
|
-
"name": "
|
|
2127
|
-
"module": "src/
|
|
2109
|
+
"name": "Accordion",
|
|
2110
|
+
"module": "src/accordion/accordion.ts"
|
|
2128
2111
|
}
|
|
2129
2112
|
},
|
|
2130
2113
|
{
|
|
2131
2114
|
"kind": "field",
|
|
2132
|
-
"name": "
|
|
2133
|
-
"
|
|
2134
|
-
"text": "ActionMenuItem[]"
|
|
2135
|
-
},
|
|
2136
|
-
"readonly": true,
|
|
2115
|
+
"name": "handleItemKeyDown",
|
|
2116
|
+
"privacy": "private",
|
|
2137
2117
|
"inheritedFrom": {
|
|
2138
|
-
"name": "
|
|
2139
|
-
"module": "src/
|
|
2118
|
+
"name": "Accordion",
|
|
2119
|
+
"module": "src/accordion/accordion.ts"
|
|
2140
2120
|
}
|
|
2141
2121
|
},
|
|
2142
2122
|
{
|
|
2143
2123
|
"kind": "field",
|
|
2144
|
-
"name": "
|
|
2145
|
-
"
|
|
2124
|
+
"name": "handleItemFocus",
|
|
2125
|
+
"privacy": "private",
|
|
2146
2126
|
"inheritedFrom": {
|
|
2147
|
-
"name": "
|
|
2148
|
-
"module": "src/
|
|
2127
|
+
"name": "Accordion",
|
|
2128
|
+
"module": "src/accordion/accordion.ts"
|
|
2149
2129
|
}
|
|
2150
2130
|
},
|
|
2151
2131
|
{
|
|
2152
2132
|
"kind": "method",
|
|
2153
|
-
"name": "
|
|
2133
|
+
"name": "adjust",
|
|
2134
|
+
"privacy": "private",
|
|
2135
|
+
"return": {
|
|
2136
|
+
"type": {
|
|
2137
|
+
"text": "void"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2154
2140
|
"parameters": [
|
|
2155
2141
|
{
|
|
2156
|
-
"name": "
|
|
2142
|
+
"name": "adjustment",
|
|
2157
2143
|
"type": {
|
|
2158
|
-
"text": "
|
|
2144
|
+
"text": "number"
|
|
2159
2145
|
}
|
|
2160
2146
|
}
|
|
2161
2147
|
],
|
|
2162
2148
|
"inheritedFrom": {
|
|
2163
|
-
"name": "
|
|
2164
|
-
"module": "src/
|
|
2149
|
+
"name": "Accordion",
|
|
2150
|
+
"module": "src/accordion/accordion.ts"
|
|
2165
2151
|
}
|
|
2166
2152
|
},
|
|
2167
2153
|
{
|
|
2168
2154
|
"kind": "method",
|
|
2169
|
-
"name": "
|
|
2170
|
-
"
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
"
|
|
2174
|
-
"text": "string"
|
|
2175
|
-
}
|
|
2155
|
+
"name": "focusItem",
|
|
2156
|
+
"privacy": "private",
|
|
2157
|
+
"return": {
|
|
2158
|
+
"type": {
|
|
2159
|
+
"text": "void"
|
|
2176
2160
|
}
|
|
2177
|
-
|
|
2161
|
+
},
|
|
2178
2162
|
"inheritedFrom": {
|
|
2179
|
-
"name": "
|
|
2180
|
-
"module": "src/
|
|
2163
|
+
"name": "Accordion",
|
|
2164
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2177
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2190
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2203
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2217
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2230
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2244
|
+
"module": "src/accordion/accordion.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": "Accordion",
|
|
2275
|
+
"module": "src/accordion/accordion.ts"
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
],
|
|
2279
|
+
"events": [
|
|
2280
|
+
{
|
|
2281
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
2282
|
+
"name": "change",
|
|
2283
|
+
"inheritedFrom": {
|
|
2284
|
+
"name": "Accordion",
|
|
2285
|
+
"module": "src/accordion/accordion.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": "zeroAccordion"
|
|
2301
2293
|
}
|
|
2302
2294
|
],
|
|
2303
2295
|
"exports": [
|
|
2304
2296
|
{
|
|
2305
2297
|
"kind": "js",
|
|
2306
|
-
"name": "
|
|
2298
|
+
"name": "Accordion",
|
|
2307
2299
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "src/
|
|
2300
|
+
"name": "Accordion",
|
|
2301
|
+
"module": "src/accordion/accordion.ts"
|
|
2310
2302
|
}
|
|
2311
2303
|
},
|
|
2312
2304
|
{
|
|
2313
2305
|
"kind": "js",
|
|
2314
|
-
"name": "
|
|
2306
|
+
"name": "zeroAccordion",
|
|
2315
2307
|
"declaration": {
|
|
2316
|
-
"name": "
|
|
2317
|
-
"module": "src/
|
|
2308
|
+
"name": "zeroAccordion",
|
|
2309
|
+
"module": "src/accordion/accordion.ts"
|
|
2318
2310
|
}
|
|
2319
2311
|
}
|
|
2320
2312
|
]
|
|
2321
2313
|
},
|
|
2322
2314
|
{
|
|
2323
2315
|
"kind": "javascript-module",
|
|
2324
|
-
"path": "src/
|
|
2316
|
+
"path": "src/accordion/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"
|
|
2333
2325
|
}
|
|
2334
2326
|
},
|
|
2335
2327
|
{
|
|
@@ -2337,7 +2329,15 @@
|
|
|
2337
2329
|
"name": "*",
|
|
2338
2330
|
"declaration": {
|
|
2339
2331
|
"name": "*",
|
|
2340
|
-
"package": "./
|
|
2332
|
+
"package": "./accordion.styles"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
{
|
|
2336
|
+
"kind": "js",
|
|
2337
|
+
"name": "*",
|
|
2338
|
+
"declaration": {
|
|
2339
|
+
"name": "*",
|
|
2340
|
+
"package": "./accordion.template"
|
|
2341
2341
|
}
|
|
2342
2342
|
}
|
|
2343
2343
|
]
|