@genesislcap/foundation-zero 14.468.1-alpha-cc9e439.0 → 14.470.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 +899 -899
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +12 -12
|
@@ -931,11 +931,11 @@
|
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"kind": "javascript-module",
|
|
934
|
-
"path": "src/accordion
|
|
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/accordion/accordion.styles.ts",
|
|
1415
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1295
1416
|
"declarations": [
|
|
1296
1417
|
{
|
|
1297
1418
|
"kind": "function",
|
|
1298
|
-
"name": "
|
|
1419
|
+
"name": "zeroAccordionItemStyles",
|
|
1299
1420
|
"return": {
|
|
1300
1421
|
"type": {
|
|
1301
1422
|
"text": "ElementStyles"
|
|
@@ -1320,24 +1441,24 @@
|
|
|
1320
1441
|
"exports": [
|
|
1321
1442
|
{
|
|
1322
1443
|
"kind": "js",
|
|
1323
|
-
"name": "
|
|
1444
|
+
"name": "zeroAccordionItemStyles",
|
|
1324
1445
|
"declaration": {
|
|
1325
|
-
"name": "
|
|
1326
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1446
|
+
"name": "zeroAccordionItemStyles",
|
|
1447
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1327
1448
|
}
|
|
1328
1449
|
}
|
|
1329
1450
|
]
|
|
1330
1451
|
},
|
|
1331
1452
|
{
|
|
1332
1453
|
"kind": "javascript-module",
|
|
1333
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1454
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1334
1455
|
"declarations": [
|
|
1335
1456
|
{
|
|
1336
1457
|
"kind": "function",
|
|
1337
|
-
"name": "
|
|
1458
|
+
"name": "zeroAccordionItemTemplate",
|
|
1338
1459
|
"return": {
|
|
1339
1460
|
"type": {
|
|
1340
|
-
"text": "ViewTemplate<
|
|
1461
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1341
1462
|
}
|
|
1342
1463
|
},
|
|
1343
1464
|
"parameters": [
|
|
@@ -1359,237 +1480,116 @@
|
|
|
1359
1480
|
"exports": [
|
|
1360
1481
|
{
|
|
1361
1482
|
"kind": "js",
|
|
1362
|
-
"name": "
|
|
1483
|
+
"name": "zeroAccordionItemTemplate",
|
|
1363
1484
|
"declaration": {
|
|
1364
|
-
"name": "
|
|
1365
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1485
|
+
"name": "zeroAccordionItemTemplate",
|
|
1486
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1366
1487
|
}
|
|
1367
1488
|
}
|
|
1368
1489
|
]
|
|
1369
1490
|
},
|
|
1370
1491
|
{
|
|
1371
1492
|
"kind": "javascript-module",
|
|
1372
|
-
"path": "src/accordion/accordion.ts",
|
|
1493
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1373
1494
|
"declarations": [
|
|
1374
1495
|
{
|
|
1375
1496
|
"kind": "class",
|
|
1376
1497
|
"description": "",
|
|
1377
|
-
"name": "
|
|
1498
|
+
"name": "AccordionItem",
|
|
1378
1499
|
"superclass": {
|
|
1379
|
-
"name": "
|
|
1500
|
+
"name": "FoundationAccordionItem",
|
|
1380
1501
|
"package": "@genesislcap/foundation-ui"
|
|
1381
1502
|
},
|
|
1382
1503
|
"tagName": "%%prefix%%-card",
|
|
1383
1504
|
"customElement": true,
|
|
1384
1505
|
"attributes": [
|
|
1385
1506
|
{
|
|
1386
|
-
"name": "
|
|
1507
|
+
"name": "heading-level",
|
|
1387
1508
|
"type": {
|
|
1388
|
-
"text": "
|
|
1509
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1389
1510
|
},
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1511
|
+
"default": "2",
|
|
1512
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1513
|
+
"fieldName": "headinglevel",
|
|
1392
1514
|
"inheritedFrom": {
|
|
1393
|
-
"name": "
|
|
1394
|
-
"module": "src/accordion/accordion.ts"
|
|
1515
|
+
"name": "AccordionItem",
|
|
1516
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
"type": {
|
|
1521
|
+
"text": "boolean"
|
|
1522
|
+
},
|
|
1523
|
+
"default": "false",
|
|
1524
|
+
"description": "Expands or collapses the item.",
|
|
1525
|
+
"fieldName": "expanded",
|
|
1526
|
+
"inheritedFrom": {
|
|
1527
|
+
"name": "AccordionItem",
|
|
1528
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "id",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "string"
|
|
1535
|
+
},
|
|
1536
|
+
"description": "The item ID",
|
|
1537
|
+
"fieldName": "id",
|
|
1538
|
+
"inheritedFrom": {
|
|
1539
|
+
"name": "AccordionItem",
|
|
1540
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1395
1541
|
}
|
|
1396
1542
|
}
|
|
1397
1543
|
],
|
|
1398
1544
|
"members": [
|
|
1399
1545
|
{
|
|
1400
1546
|
"kind": "field",
|
|
1401
|
-
"name": "
|
|
1547
|
+
"name": "headinglevel",
|
|
1402
1548
|
"type": {
|
|
1403
|
-
"text": "
|
|
1549
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1404
1550
|
},
|
|
1405
1551
|
"privacy": "public",
|
|
1406
|
-
"
|
|
1552
|
+
"default": "2",
|
|
1553
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1407
1554
|
"inheritedFrom": {
|
|
1408
|
-
"name": "
|
|
1409
|
-
"module": "src/accordion/accordion.ts"
|
|
1555
|
+
"name": "AccordionItem",
|
|
1556
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1410
1557
|
}
|
|
1411
1558
|
},
|
|
1412
1559
|
{
|
|
1413
1560
|
"kind": "field",
|
|
1414
|
-
"name": "
|
|
1561
|
+
"name": "expanded",
|
|
1415
1562
|
"type": {
|
|
1416
|
-
"text": "
|
|
1563
|
+
"text": "boolean"
|
|
1417
1564
|
},
|
|
1418
|
-
"privacy": "
|
|
1565
|
+
"privacy": "public",
|
|
1566
|
+
"default": "false",
|
|
1567
|
+
"description": "Expands or collapses the item.",
|
|
1419
1568
|
"inheritedFrom": {
|
|
1420
|
-
"name": "
|
|
1421
|
-
"module": "src/accordion/accordion.ts"
|
|
1569
|
+
"name": "AccordionItem",
|
|
1570
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1422
1571
|
}
|
|
1423
1572
|
},
|
|
1424
1573
|
{
|
|
1425
1574
|
"kind": "field",
|
|
1426
|
-
"name": "
|
|
1575
|
+
"name": "id",
|
|
1427
1576
|
"type": {
|
|
1428
|
-
"text": "
|
|
1577
|
+
"text": "string"
|
|
1429
1578
|
},
|
|
1430
|
-
"privacy": "
|
|
1431
|
-
"
|
|
1579
|
+
"privacy": "public",
|
|
1580
|
+
"description": "The item ID",
|
|
1432
1581
|
"inheritedFrom": {
|
|
1433
|
-
"name": "
|
|
1434
|
-
"module": "src/accordion/accordion.ts"
|
|
1582
|
+
"name": "AccordionItem",
|
|
1583
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1435
1584
|
}
|
|
1436
1585
|
},
|
|
1437
1586
|
{
|
|
1438
1587
|
"kind": "field",
|
|
1439
|
-
"name": "
|
|
1440
|
-
"type": {
|
|
1441
|
-
"text": "Array<string | null>"
|
|
1442
|
-
},
|
|
1588
|
+
"name": "change",
|
|
1443
1589
|
"privacy": "private",
|
|
1444
1590
|
"inheritedFrom": {
|
|
1445
|
-
"name": "
|
|
1446
|
-
"module": "src/accordion/accordion.ts"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"kind": "field",
|
|
1451
|
-
"name": "change",
|
|
1452
|
-
"privacy": "private",
|
|
1453
|
-
"inheritedFrom": {
|
|
1454
|
-
"name": "Accordion",
|
|
1455
|
-
"module": "src/accordion/accordion.ts"
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"kind": "method",
|
|
1460
|
-
"name": "findExpandedItem",
|
|
1461
|
-
"privacy": "private",
|
|
1462
|
-
"return": {
|
|
1463
|
-
"type": {
|
|
1464
|
-
"text": "AccordionItem | null"
|
|
1465
|
-
}
|
|
1466
|
-
},
|
|
1467
|
-
"inheritedFrom": {
|
|
1468
|
-
"name": "Accordion",
|
|
1469
|
-
"module": "src/accordion/accordion.ts"
|
|
1470
|
-
}
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"kind": "field",
|
|
1474
|
-
"name": "setItems",
|
|
1475
|
-
"privacy": "private",
|
|
1476
|
-
"inheritedFrom": {
|
|
1477
|
-
"name": "Accordion",
|
|
1478
|
-
"module": "src/accordion/accordion.ts"
|
|
1479
|
-
}
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"kind": "method",
|
|
1483
|
-
"name": "resetItems",
|
|
1484
|
-
"privacy": "private",
|
|
1485
|
-
"return": {
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "void"
|
|
1488
|
-
}
|
|
1489
|
-
},
|
|
1490
|
-
"inheritedFrom": {
|
|
1491
|
-
"name": "Accordion",
|
|
1492
|
-
"module": "src/accordion/accordion.ts"
|
|
1493
|
-
}
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
"kind": "field",
|
|
1497
|
-
"name": "removeItemListeners",
|
|
1498
|
-
"privacy": "private",
|
|
1499
|
-
"inheritedFrom": {
|
|
1500
|
-
"name": "Accordion",
|
|
1501
|
-
"module": "src/accordion/accordion.ts"
|
|
1502
|
-
}
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "field",
|
|
1506
|
-
"name": "activeItemChange",
|
|
1507
|
-
"privacy": "private",
|
|
1508
|
-
"inheritedFrom": {
|
|
1509
|
-
"name": "Accordion",
|
|
1510
|
-
"module": "src/accordion/accordion.ts"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "method",
|
|
1515
|
-
"name": "getItemIds",
|
|
1516
|
-
"privacy": "private",
|
|
1517
|
-
"return": {
|
|
1518
|
-
"type": {
|
|
1519
|
-
"text": "Array<string | null>"
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
"inheritedFrom": {
|
|
1523
|
-
"name": "Accordion",
|
|
1524
|
-
"module": "src/accordion/accordion.ts"
|
|
1525
|
-
}
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"kind": "method",
|
|
1529
|
-
"name": "isSingleExpandMode",
|
|
1530
|
-
"privacy": "private",
|
|
1531
|
-
"return": {
|
|
1532
|
-
"type": {
|
|
1533
|
-
"text": "boolean"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
"inheritedFrom": {
|
|
1537
|
-
"name": "Accordion",
|
|
1538
|
-
"module": "src/accordion/accordion.ts"
|
|
1539
|
-
}
|
|
1540
|
-
},
|
|
1541
|
-
{
|
|
1542
|
-
"kind": "field",
|
|
1543
|
-
"name": "handleItemKeyDown",
|
|
1544
|
-
"privacy": "private",
|
|
1545
|
-
"inheritedFrom": {
|
|
1546
|
-
"name": "Accordion",
|
|
1547
|
-
"module": "src/accordion/accordion.ts"
|
|
1548
|
-
}
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "field",
|
|
1552
|
-
"name": "handleItemFocus",
|
|
1553
|
-
"privacy": "private",
|
|
1554
|
-
"inheritedFrom": {
|
|
1555
|
-
"name": "Accordion",
|
|
1556
|
-
"module": "src/accordion/accordion.ts"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "method",
|
|
1561
|
-
"name": "adjust",
|
|
1562
|
-
"privacy": "private",
|
|
1563
|
-
"return": {
|
|
1564
|
-
"type": {
|
|
1565
|
-
"text": "void"
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
"parameters": [
|
|
1569
|
-
{
|
|
1570
|
-
"name": "adjustment",
|
|
1571
|
-
"type": {
|
|
1572
|
-
"text": "number"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
],
|
|
1576
|
-
"inheritedFrom": {
|
|
1577
|
-
"name": "Accordion",
|
|
1578
|
-
"module": "src/accordion/accordion.ts"
|
|
1579
|
-
}
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"kind": "method",
|
|
1583
|
-
"name": "focusItem",
|
|
1584
|
-
"privacy": "private",
|
|
1585
|
-
"return": {
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "void"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
"inheritedFrom": {
|
|
1591
|
-
"name": "Accordion",
|
|
1592
|
-
"module": "src/accordion/accordion.ts"
|
|
1591
|
+
"name": "AccordionItem",
|
|
1592
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1593
1593
|
}
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
@@ -1601,8 +1601,8 @@
|
|
|
1601
1601
|
"privacy": "private",
|
|
1602
1602
|
"default": "void 0",
|
|
1603
1603
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/accordion/accordion.ts"
|
|
1604
|
+
"name": "AccordionItem",
|
|
1605
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1606
1606
|
}
|
|
1607
1607
|
},
|
|
1608
1608
|
{
|
|
@@ -1614,8 +1614,8 @@
|
|
|
1614
1614
|
"privacy": "public",
|
|
1615
1615
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1616
1616
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/accordion/accordion.ts"
|
|
1617
|
+
"name": "AccordionItem",
|
|
1618
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1619
1619
|
}
|
|
1620
1620
|
},
|
|
1621
1621
|
{
|
|
@@ -1627,8 +1627,8 @@
|
|
|
1627
1627
|
"privacy": "public",
|
|
1628
1628
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
1629
1629
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/accordion/accordion.ts"
|
|
1630
|
+
"name": "AccordionItem",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1632
1632
|
}
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
@@ -1641,8 +1641,8 @@
|
|
|
1641
1641
|
}
|
|
1642
1642
|
},
|
|
1643
1643
|
"inheritedFrom": {
|
|
1644
|
-
"name": "
|
|
1645
|
-
"module": "src/accordion/accordion.ts"
|
|
1644
|
+
"name": "AccordionItem",
|
|
1645
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1646
1646
|
}
|
|
1647
1647
|
},
|
|
1648
1648
|
{
|
|
@@ -1654,8 +1654,8 @@
|
|
|
1654
1654
|
"privacy": "public",
|
|
1655
1655
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1656
1656
|
"inheritedFrom": {
|
|
1657
|
-
"name": "
|
|
1658
|
-
"module": "src/accordion/accordion.ts"
|
|
1657
|
+
"name": "AccordionItem",
|
|
1658
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
@@ -1668,8 +1668,8 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
1670
|
"inheritedFrom": {
|
|
1671
|
-
"name": "
|
|
1672
|
-
"module": "src/accordion/accordion.ts"
|
|
1671
|
+
"name": "AccordionItem",
|
|
1672
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1673
1673
|
}
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1699,49 +1699,49 @@
|
|
|
1699
1699
|
],
|
|
1700
1700
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1701
1701
|
"inheritedFrom": {
|
|
1702
|
-
"name": "
|
|
1703
|
-
"module": "src/accordion/accordion.ts"
|
|
1702
|
+
"name": "AccordionItem",
|
|
1703
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1704
1704
|
}
|
|
1705
1705
|
}
|
|
1706
1706
|
],
|
|
1707
1707
|
"events": [
|
|
1708
1708
|
{
|
|
1709
|
-
"description": "Fires a custom 'change' event when the
|
|
1709
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1710
1710
|
"name": "change",
|
|
1711
1711
|
"inheritedFrom": {
|
|
1712
|
-
"name": "
|
|
1713
|
-
"module": "src/accordion/accordion.ts"
|
|
1712
|
+
"name": "AccordionItem",
|
|
1713
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1714
1714
|
}
|
|
1715
1715
|
}
|
|
1716
1716
|
]
|
|
1717
1717
|
},
|
|
1718
1718
|
{
|
|
1719
1719
|
"kind": "variable",
|
|
1720
|
-
"name": "
|
|
1720
|
+
"name": "zeroAccordionItem"
|
|
1721
1721
|
}
|
|
1722
1722
|
],
|
|
1723
1723
|
"exports": [
|
|
1724
1724
|
{
|
|
1725
1725
|
"kind": "js",
|
|
1726
|
-
"name": "
|
|
1726
|
+
"name": "AccordionItem",
|
|
1727
1727
|
"declaration": {
|
|
1728
|
-
"name": "
|
|
1729
|
-
"module": "src/accordion/accordion.ts"
|
|
1728
|
+
"name": "AccordionItem",
|
|
1729
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1730
1730
|
}
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
1733
|
"kind": "js",
|
|
1734
|
-
"name": "
|
|
1734
|
+
"name": "zeroAccordionItem",
|
|
1735
1735
|
"declaration": {
|
|
1736
|
-
"name": "
|
|
1737
|
-
"module": "src/accordion/accordion.ts"
|
|
1736
|
+
"name": "zeroAccordionItem",
|
|
1737
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
1741
|
},
|
|
1742
1742
|
{
|
|
1743
1743
|
"kind": "javascript-module",
|
|
1744
|
-
"path": "src/accordion/index.ts",
|
|
1744
|
+
"path": "src/accordion-item/index.ts",
|
|
1745
1745
|
"declarations": [],
|
|
1746
1746
|
"exports": [
|
|
1747
1747
|
{
|
|
@@ -1749,7 +1749,7 @@
|
|
|
1749
1749
|
"name": "*",
|
|
1750
1750
|
"declaration": {
|
|
1751
1751
|
"name": "*",
|
|
1752
|
-
"package": "./accordion"
|
|
1752
|
+
"package": "./accordion-item"
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
1755
1755
|
{
|
|
@@ -1757,7 +1757,7 @@
|
|
|
1757
1757
|
"name": "*",
|
|
1758
1758
|
"declaration": {
|
|
1759
1759
|
"name": "*",
|
|
1760
|
-
"package": "./accordion.styles"
|
|
1760
|
+
"package": "./accordion-item.styles"
|
|
1761
1761
|
}
|
|
1762
1762
|
},
|
|
1763
1763
|
{
|
|
@@ -1765,7 +1765,7 @@
|
|
|
1765
1765
|
"name": "*",
|
|
1766
1766
|
"declaration": {
|
|
1767
1767
|
"name": "*",
|
|
1768
|
-
"package": "./accordion.template"
|
|
1768
|
+
"package": "./accordion-item.template"
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
1771
1771
|
]
|
|
@@ -30028,75 +30028,426 @@
|
|
|
30028
30028
|
}
|
|
30029
30029
|
},
|
|
30030
30030
|
{
|
|
30031
|
-
"kind": "field",
|
|
30032
|
-
"name": "moveToRadioByIndex",
|
|
30033
|
-
"privacy": "private",
|
|
30031
|
+
"kind": "field",
|
|
30032
|
+
"name": "moveToRadioByIndex",
|
|
30033
|
+
"privacy": "private",
|
|
30034
|
+
"inheritedFrom": {
|
|
30035
|
+
"name": "RadioGroup",
|
|
30036
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30037
|
+
}
|
|
30038
|
+
},
|
|
30039
|
+
{
|
|
30040
|
+
"kind": "field",
|
|
30041
|
+
"name": "moveRightOffGroup",
|
|
30042
|
+
"privacy": "private",
|
|
30043
|
+
"inheritedFrom": {
|
|
30044
|
+
"name": "RadioGroup",
|
|
30045
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30046
|
+
}
|
|
30047
|
+
},
|
|
30048
|
+
{
|
|
30049
|
+
"kind": "field",
|
|
30050
|
+
"name": "moveLeftOffGroup",
|
|
30051
|
+
"privacy": "private",
|
|
30052
|
+
"inheritedFrom": {
|
|
30053
|
+
"name": "RadioGroup",
|
|
30054
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30055
|
+
}
|
|
30056
|
+
},
|
|
30057
|
+
{
|
|
30058
|
+
"kind": "field",
|
|
30059
|
+
"name": "shouldMoveOffGroupToTheRight",
|
|
30060
|
+
"privacy": "private",
|
|
30061
|
+
"inheritedFrom": {
|
|
30062
|
+
"name": "RadioGroup",
|
|
30063
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30064
|
+
}
|
|
30065
|
+
},
|
|
30066
|
+
{
|
|
30067
|
+
"kind": "field",
|
|
30068
|
+
"name": "shouldMoveOffGroupToTheLeft",
|
|
30069
|
+
"privacy": "private",
|
|
30070
|
+
"inheritedFrom": {
|
|
30071
|
+
"name": "RadioGroup",
|
|
30072
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30073
|
+
}
|
|
30074
|
+
},
|
|
30075
|
+
{
|
|
30076
|
+
"kind": "field",
|
|
30077
|
+
"name": "checkFocusedRadio",
|
|
30078
|
+
"privacy": "private",
|
|
30079
|
+
"inheritedFrom": {
|
|
30080
|
+
"name": "RadioGroup",
|
|
30081
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30082
|
+
}
|
|
30083
|
+
},
|
|
30084
|
+
{
|
|
30085
|
+
"kind": "field",
|
|
30086
|
+
"name": "moveRight",
|
|
30087
|
+
"privacy": "private",
|
|
30088
|
+
"inheritedFrom": {
|
|
30089
|
+
"name": "RadioGroup",
|
|
30090
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30091
|
+
}
|
|
30092
|
+
},
|
|
30093
|
+
{
|
|
30094
|
+
"kind": "field",
|
|
30095
|
+
"name": "moveLeft",
|
|
30096
|
+
"privacy": "private",
|
|
30097
|
+
"inheritedFrom": {
|
|
30098
|
+
"name": "RadioGroup",
|
|
30099
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30100
|
+
}
|
|
30101
|
+
},
|
|
30102
|
+
{
|
|
30103
|
+
"kind": "field",
|
|
30104
|
+
"name": "_presentation",
|
|
30105
|
+
"type": {
|
|
30106
|
+
"text": "ComponentPresentation | null | undefined"
|
|
30107
|
+
},
|
|
30108
|
+
"privacy": "private",
|
|
30109
|
+
"default": "void 0",
|
|
30110
|
+
"inheritedFrom": {
|
|
30111
|
+
"name": "RadioGroup",
|
|
30112
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30113
|
+
}
|
|
30114
|
+
},
|
|
30115
|
+
{
|
|
30116
|
+
"kind": "field",
|
|
30117
|
+
"name": "$presentation",
|
|
30118
|
+
"type": {
|
|
30119
|
+
"text": "ComponentPresentation | null"
|
|
30120
|
+
},
|
|
30121
|
+
"privacy": "public",
|
|
30122
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
30123
|
+
"inheritedFrom": {
|
|
30124
|
+
"name": "RadioGroup",
|
|
30125
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30126
|
+
}
|
|
30127
|
+
},
|
|
30128
|
+
{
|
|
30129
|
+
"kind": "field",
|
|
30130
|
+
"name": "template",
|
|
30131
|
+
"type": {
|
|
30132
|
+
"text": "ElementViewTemplate | void | null"
|
|
30133
|
+
},
|
|
30134
|
+
"privacy": "public",
|
|
30135
|
+
"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.",
|
|
30136
|
+
"inheritedFrom": {
|
|
30137
|
+
"name": "RadioGroup",
|
|
30138
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30139
|
+
}
|
|
30140
|
+
},
|
|
30141
|
+
{
|
|
30142
|
+
"kind": "method",
|
|
30143
|
+
"name": "templateChanged",
|
|
30144
|
+
"privacy": "protected",
|
|
30145
|
+
"return": {
|
|
30146
|
+
"type": {
|
|
30147
|
+
"text": "void"
|
|
30148
|
+
}
|
|
30149
|
+
},
|
|
30150
|
+
"inheritedFrom": {
|
|
30151
|
+
"name": "RadioGroup",
|
|
30152
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30153
|
+
}
|
|
30154
|
+
},
|
|
30155
|
+
{
|
|
30156
|
+
"kind": "field",
|
|
30157
|
+
"name": "styles",
|
|
30158
|
+
"type": {
|
|
30159
|
+
"text": "ElementStyles | void | null"
|
|
30160
|
+
},
|
|
30161
|
+
"privacy": "public",
|
|
30162
|
+
"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.",
|
|
30163
|
+
"inheritedFrom": {
|
|
30164
|
+
"name": "RadioGroup",
|
|
30165
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30166
|
+
}
|
|
30167
|
+
},
|
|
30168
|
+
{
|
|
30169
|
+
"kind": "method",
|
|
30170
|
+
"name": "stylesChanged",
|
|
30171
|
+
"privacy": "protected",
|
|
30172
|
+
"return": {
|
|
30173
|
+
"type": {
|
|
30174
|
+
"text": "void"
|
|
30175
|
+
}
|
|
30176
|
+
},
|
|
30177
|
+
"inheritedFrom": {
|
|
30178
|
+
"name": "RadioGroup",
|
|
30179
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30180
|
+
}
|
|
30181
|
+
},
|
|
30182
|
+
{
|
|
30183
|
+
"kind": "method",
|
|
30184
|
+
"name": "compose",
|
|
30185
|
+
"privacy": "public",
|
|
30186
|
+
"static": true,
|
|
30187
|
+
"return": {
|
|
30188
|
+
"type": {
|
|
30189
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
30190
|
+
}
|
|
30191
|
+
},
|
|
30192
|
+
"parameters": [
|
|
30193
|
+
{
|
|
30194
|
+
"name": "this",
|
|
30195
|
+
"type": {
|
|
30196
|
+
"text": "K"
|
|
30197
|
+
}
|
|
30198
|
+
},
|
|
30199
|
+
{
|
|
30200
|
+
"name": "elementDefinition",
|
|
30201
|
+
"type": {
|
|
30202
|
+
"text": "T"
|
|
30203
|
+
},
|
|
30204
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
30205
|
+
}
|
|
30206
|
+
],
|
|
30207
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
30208
|
+
"inheritedFrom": {
|
|
30209
|
+
"name": "RadioGroup",
|
|
30210
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30211
|
+
}
|
|
30212
|
+
}
|
|
30213
|
+
],
|
|
30214
|
+
"events": [
|
|
30215
|
+
{
|
|
30216
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
30217
|
+
"name": "change",
|
|
30218
|
+
"inheritedFrom": {
|
|
30219
|
+
"name": "RadioGroup",
|
|
30220
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30221
|
+
}
|
|
30222
|
+
}
|
|
30223
|
+
]
|
|
30224
|
+
},
|
|
30225
|
+
{
|
|
30226
|
+
"kind": "variable",
|
|
30227
|
+
"name": "zeroRadioGroup"
|
|
30228
|
+
}
|
|
30229
|
+
],
|
|
30230
|
+
"exports": [
|
|
30231
|
+
{
|
|
30232
|
+
"kind": "js",
|
|
30233
|
+
"name": "RadioGroup",
|
|
30234
|
+
"declaration": {
|
|
30235
|
+
"name": "RadioGroup",
|
|
30236
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30237
|
+
}
|
|
30238
|
+
},
|
|
30239
|
+
{
|
|
30240
|
+
"kind": "js",
|
|
30241
|
+
"name": "zeroRadioGroup",
|
|
30242
|
+
"declaration": {
|
|
30243
|
+
"name": "zeroRadioGroup",
|
|
30244
|
+
"module": "src/radio-group/radio-group.ts"
|
|
30245
|
+
}
|
|
30246
|
+
}
|
|
30247
|
+
]
|
|
30248
|
+
},
|
|
30249
|
+
{
|
|
30250
|
+
"kind": "javascript-module",
|
|
30251
|
+
"path": "src/scheduler/index.ts",
|
|
30252
|
+
"declarations": [],
|
|
30253
|
+
"exports": [
|
|
30254
|
+
{
|
|
30255
|
+
"kind": "js",
|
|
30256
|
+
"name": "*",
|
|
30257
|
+
"declaration": {
|
|
30258
|
+
"name": "*",
|
|
30259
|
+
"package": "./scheduler"
|
|
30260
|
+
}
|
|
30261
|
+
},
|
|
30262
|
+
{
|
|
30263
|
+
"kind": "js",
|
|
30264
|
+
"name": "*",
|
|
30265
|
+
"declaration": {
|
|
30266
|
+
"name": "*",
|
|
30267
|
+
"package": "./scheduler.styles"
|
|
30268
|
+
}
|
|
30269
|
+
},
|
|
30270
|
+
{
|
|
30271
|
+
"kind": "js",
|
|
30272
|
+
"name": "*",
|
|
30273
|
+
"declaration": {
|
|
30274
|
+
"name": "*",
|
|
30275
|
+
"package": "./scheduler.template"
|
|
30276
|
+
}
|
|
30277
|
+
}
|
|
30278
|
+
]
|
|
30279
|
+
},
|
|
30280
|
+
{
|
|
30281
|
+
"kind": "javascript-module",
|
|
30282
|
+
"path": "src/scheduler/scheduler.styles.ts",
|
|
30283
|
+
"declarations": [
|
|
30284
|
+
{
|
|
30285
|
+
"kind": "variable",
|
|
30286
|
+
"name": "zeroSchedulerStyles",
|
|
30287
|
+
"type": {
|
|
30288
|
+
"text": "ElementStyles"
|
|
30289
|
+
},
|
|
30290
|
+
"default": "css`\n ${schedulerStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
|
|
30291
|
+
}
|
|
30292
|
+
],
|
|
30293
|
+
"exports": [
|
|
30294
|
+
{
|
|
30295
|
+
"kind": "js",
|
|
30296
|
+
"name": "zeroSchedulerStyles",
|
|
30297
|
+
"declaration": {
|
|
30298
|
+
"name": "zeroSchedulerStyles",
|
|
30299
|
+
"module": "src/scheduler/scheduler.styles.ts"
|
|
30300
|
+
}
|
|
30301
|
+
}
|
|
30302
|
+
]
|
|
30303
|
+
},
|
|
30304
|
+
{
|
|
30305
|
+
"kind": "javascript-module",
|
|
30306
|
+
"path": "src/scheduler/scheduler.template.ts",
|
|
30307
|
+
"declarations": [
|
|
30308
|
+
{
|
|
30309
|
+
"kind": "variable",
|
|
30310
|
+
"name": "zeroSchedulerTemplate",
|
|
30311
|
+
"default": "html<Scheduler>`\n ${getPrefixedScheduler('zero')}\n`"
|
|
30312
|
+
}
|
|
30313
|
+
],
|
|
30314
|
+
"exports": [
|
|
30315
|
+
{
|
|
30316
|
+
"kind": "js",
|
|
30317
|
+
"name": "zeroSchedulerTemplate",
|
|
30318
|
+
"declaration": {
|
|
30319
|
+
"name": "zeroSchedulerTemplate",
|
|
30320
|
+
"module": "src/scheduler/scheduler.template.ts"
|
|
30321
|
+
}
|
|
30322
|
+
}
|
|
30323
|
+
]
|
|
30324
|
+
},
|
|
30325
|
+
{
|
|
30326
|
+
"kind": "javascript-module",
|
|
30327
|
+
"path": "src/scheduler/scheduler.ts",
|
|
30328
|
+
"declarations": [
|
|
30329
|
+
{
|
|
30330
|
+
"kind": "class",
|
|
30331
|
+
"description": "",
|
|
30332
|
+
"name": "Scheduler",
|
|
30333
|
+
"superclass": {
|
|
30334
|
+
"name": "FoundationScheduler",
|
|
30335
|
+
"package": "@genesislcap/foundation-ui"
|
|
30336
|
+
},
|
|
30337
|
+
"tagName": "%%prefix%%-scheduler",
|
|
30338
|
+
"customElement": true,
|
|
30339
|
+
"attributes": [
|
|
30340
|
+
{
|
|
30341
|
+
"name": "min-minute-interval",
|
|
30342
|
+
"type": {
|
|
30343
|
+
"text": "number"
|
|
30344
|
+
},
|
|
30345
|
+
"fieldName": "minMinuteInterval",
|
|
30346
|
+
"inheritedFrom": {
|
|
30347
|
+
"name": "Scheduler",
|
|
30348
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30349
|
+
}
|
|
30350
|
+
},
|
|
30351
|
+
{
|
|
30352
|
+
"name": "disable-tooltips",
|
|
30353
|
+
"type": {
|
|
30354
|
+
"text": "boolean"
|
|
30355
|
+
},
|
|
30356
|
+
"default": "false",
|
|
30357
|
+
"fieldName": "disableTooltips",
|
|
30034
30358
|
"inheritedFrom": {
|
|
30035
|
-
"name": "
|
|
30036
|
-
"module": "src/
|
|
30359
|
+
"name": "Scheduler",
|
|
30360
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30037
30361
|
}
|
|
30038
|
-
}
|
|
30362
|
+
}
|
|
30363
|
+
],
|
|
30364
|
+
"members": [
|
|
30039
30365
|
{
|
|
30040
30366
|
"kind": "field",
|
|
30041
|
-
"name": "
|
|
30042
|
-
"
|
|
30367
|
+
"name": "minMinuteInterval",
|
|
30368
|
+
"type": {
|
|
30369
|
+
"text": "number"
|
|
30370
|
+
},
|
|
30043
30371
|
"inheritedFrom": {
|
|
30044
|
-
"name": "
|
|
30045
|
-
"module": "src/
|
|
30372
|
+
"name": "Scheduler",
|
|
30373
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30046
30374
|
}
|
|
30047
30375
|
},
|
|
30048
30376
|
{
|
|
30049
30377
|
"kind": "field",
|
|
30050
|
-
"name": "
|
|
30051
|
-
"
|
|
30378
|
+
"name": "disableTooltips",
|
|
30379
|
+
"type": {
|
|
30380
|
+
"text": "boolean"
|
|
30381
|
+
},
|
|
30382
|
+
"default": "false",
|
|
30052
30383
|
"inheritedFrom": {
|
|
30053
|
-
"name": "
|
|
30054
|
-
"module": "src/
|
|
30384
|
+
"name": "Scheduler",
|
|
30385
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30055
30386
|
}
|
|
30056
30387
|
},
|
|
30057
30388
|
{
|
|
30058
30389
|
"kind": "field",
|
|
30059
|
-
"name": "
|
|
30060
|
-
"
|
|
30390
|
+
"name": "timezone",
|
|
30391
|
+
"type": {
|
|
30392
|
+
"text": "string"
|
|
30393
|
+
},
|
|
30394
|
+
"default": "''",
|
|
30061
30395
|
"inheritedFrom": {
|
|
30062
|
-
"name": "
|
|
30063
|
-
"module": "src/
|
|
30396
|
+
"name": "Scheduler",
|
|
30397
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30064
30398
|
}
|
|
30065
30399
|
},
|
|
30066
30400
|
{
|
|
30067
30401
|
"kind": "field",
|
|
30068
|
-
"name": "
|
|
30069
|
-
"
|
|
30402
|
+
"name": "cron",
|
|
30403
|
+
"type": {
|
|
30404
|
+
"text": "string"
|
|
30405
|
+
},
|
|
30406
|
+
"default": "''",
|
|
30070
30407
|
"inheritedFrom": {
|
|
30071
|
-
"name": "
|
|
30072
|
-
"module": "src/
|
|
30408
|
+
"name": "Scheduler",
|
|
30409
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30073
30410
|
}
|
|
30074
30411
|
},
|
|
30075
30412
|
{
|
|
30076
30413
|
"kind": "field",
|
|
30077
|
-
"name": "
|
|
30078
|
-
"
|
|
30414
|
+
"name": "cronConfig",
|
|
30415
|
+
"type": {
|
|
30416
|
+
"text": "CronConfig"
|
|
30417
|
+
},
|
|
30079
30418
|
"inheritedFrom": {
|
|
30080
|
-
"name": "
|
|
30081
|
-
"module": "src/
|
|
30419
|
+
"name": "Scheduler",
|
|
30420
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30082
30421
|
}
|
|
30083
30422
|
},
|
|
30084
30423
|
{
|
|
30085
|
-
"kind": "
|
|
30086
|
-
"name": "
|
|
30087
|
-
"privacy": "private",
|
|
30424
|
+
"kind": "method",
|
|
30425
|
+
"name": "cronConfigChanged",
|
|
30088
30426
|
"inheritedFrom": {
|
|
30089
|
-
"name": "
|
|
30090
|
-
"module": "src/
|
|
30427
|
+
"name": "Scheduler",
|
|
30428
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30091
30429
|
}
|
|
30092
30430
|
},
|
|
30093
30431
|
{
|
|
30094
|
-
"kind": "
|
|
30095
|
-
"name": "
|
|
30096
|
-
"
|
|
30432
|
+
"kind": "method",
|
|
30433
|
+
"name": "handleChange",
|
|
30434
|
+
"parameters": [
|
|
30435
|
+
{
|
|
30436
|
+
"name": "event",
|
|
30437
|
+
"type": {
|
|
30438
|
+
"text": "CustomEvent"
|
|
30439
|
+
}
|
|
30440
|
+
},
|
|
30441
|
+
{
|
|
30442
|
+
"name": "key",
|
|
30443
|
+
"type": {
|
|
30444
|
+
"text": "string"
|
|
30445
|
+
}
|
|
30446
|
+
}
|
|
30447
|
+
],
|
|
30097
30448
|
"inheritedFrom": {
|
|
30098
|
-
"name": "
|
|
30099
|
-
"module": "src/
|
|
30449
|
+
"name": "Scheduler",
|
|
30450
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30100
30451
|
}
|
|
30101
30452
|
},
|
|
30102
30453
|
{
|
|
@@ -30108,8 +30459,8 @@
|
|
|
30108
30459
|
"privacy": "private",
|
|
30109
30460
|
"default": "void 0",
|
|
30110
30461
|
"inheritedFrom": {
|
|
30111
|
-
"name": "
|
|
30112
|
-
"module": "src/
|
|
30462
|
+
"name": "FoundationElement",
|
|
30463
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30113
30464
|
}
|
|
30114
30465
|
},
|
|
30115
30466
|
{
|
|
@@ -30121,8 +30472,8 @@
|
|
|
30121
30472
|
"privacy": "public",
|
|
30122
30473
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
30123
30474
|
"inheritedFrom": {
|
|
30124
|
-
"name": "
|
|
30125
|
-
"module": "src/
|
|
30475
|
+
"name": "FoundationElement",
|
|
30476
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30126
30477
|
}
|
|
30127
30478
|
},
|
|
30128
30479
|
{
|
|
@@ -30134,8 +30485,8 @@
|
|
|
30134
30485
|
"privacy": "public",
|
|
30135
30486
|
"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.",
|
|
30136
30487
|
"inheritedFrom": {
|
|
30137
|
-
"name": "
|
|
30138
|
-
"module": "src/
|
|
30488
|
+
"name": "FoundationElement",
|
|
30489
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30139
30490
|
}
|
|
30140
30491
|
},
|
|
30141
30492
|
{
|
|
@@ -30148,8 +30499,8 @@
|
|
|
30148
30499
|
}
|
|
30149
30500
|
},
|
|
30150
30501
|
"inheritedFrom": {
|
|
30151
|
-
"name": "
|
|
30152
|
-
"module": "src/
|
|
30502
|
+
"name": "FoundationElement",
|
|
30503
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30153
30504
|
}
|
|
30154
30505
|
},
|
|
30155
30506
|
{
|
|
@@ -30161,8 +30512,8 @@
|
|
|
30161
30512
|
"privacy": "public",
|
|
30162
30513
|
"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.",
|
|
30163
30514
|
"inheritedFrom": {
|
|
30164
|
-
"name": "
|
|
30165
|
-
"module": "src/
|
|
30515
|
+
"name": "FoundationElement",
|
|
30516
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30166
30517
|
}
|
|
30167
30518
|
},
|
|
30168
30519
|
{
|
|
@@ -30175,8 +30526,8 @@
|
|
|
30175
30526
|
}
|
|
30176
30527
|
},
|
|
30177
30528
|
"inheritedFrom": {
|
|
30178
|
-
"name": "
|
|
30179
|
-
"module": "src/
|
|
30529
|
+
"name": "FoundationElement",
|
|
30530
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30180
30531
|
}
|
|
30181
30532
|
},
|
|
30182
30533
|
{
|
|
@@ -30206,49 +30557,49 @@
|
|
|
30206
30557
|
],
|
|
30207
30558
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
30208
30559
|
"inheritedFrom": {
|
|
30209
|
-
"name": "
|
|
30210
|
-
"module": "src/
|
|
30560
|
+
"name": "FoundationElement",
|
|
30561
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
30211
30562
|
}
|
|
30212
30563
|
}
|
|
30213
30564
|
],
|
|
30214
30565
|
"events": [
|
|
30215
30566
|
{
|
|
30216
|
-
"description": "
|
|
30567
|
+
"description": "Fired when timezone or cron expression changes",
|
|
30217
30568
|
"name": "change",
|
|
30218
30569
|
"inheritedFrom": {
|
|
30219
|
-
"name": "
|
|
30220
|
-
"module": "src/
|
|
30570
|
+
"name": "Scheduler",
|
|
30571
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30221
30572
|
}
|
|
30222
30573
|
}
|
|
30223
30574
|
]
|
|
30224
30575
|
},
|
|
30225
30576
|
{
|
|
30226
30577
|
"kind": "variable",
|
|
30227
|
-
"name": "
|
|
30578
|
+
"name": "zeroScheduler"
|
|
30228
30579
|
}
|
|
30229
30580
|
],
|
|
30230
30581
|
"exports": [
|
|
30231
30582
|
{
|
|
30232
30583
|
"kind": "js",
|
|
30233
|
-
"name": "
|
|
30584
|
+
"name": "Scheduler",
|
|
30234
30585
|
"declaration": {
|
|
30235
|
-
"name": "
|
|
30236
|
-
"module": "src/
|
|
30586
|
+
"name": "Scheduler",
|
|
30587
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30237
30588
|
}
|
|
30238
30589
|
},
|
|
30239
30590
|
{
|
|
30240
30591
|
"kind": "js",
|
|
30241
|
-
"name": "
|
|
30592
|
+
"name": "zeroScheduler",
|
|
30242
30593
|
"declaration": {
|
|
30243
|
-
"name": "
|
|
30244
|
-
"module": "src/
|
|
30594
|
+
"name": "zeroScheduler",
|
|
30595
|
+
"module": "src/scheduler/scheduler.ts"
|
|
30245
30596
|
}
|
|
30246
30597
|
}
|
|
30247
30598
|
]
|
|
30248
30599
|
},
|
|
30249
30600
|
{
|
|
30250
30601
|
"kind": "javascript-module",
|
|
30251
|
-
"path": "src/scheduler/index.ts",
|
|
30602
|
+
"path": "src/scheduler-timezone/index.ts",
|
|
30252
30603
|
"declarations": [],
|
|
30253
30604
|
"exports": [
|
|
30254
30605
|
{
|
|
@@ -30256,7 +30607,7 @@
|
|
|
30256
30607
|
"name": "*",
|
|
30257
30608
|
"declaration": {
|
|
30258
30609
|
"name": "*",
|
|
30259
|
-
"package": "./scheduler"
|
|
30610
|
+
"package": "./scheduler-timezone"
|
|
30260
30611
|
}
|
|
30261
30612
|
},
|
|
30262
30613
|
{
|
|
@@ -30264,7 +30615,7 @@
|
|
|
30264
30615
|
"name": "*",
|
|
30265
30616
|
"declaration": {
|
|
30266
30617
|
"name": "*",
|
|
30267
|
-
"package": "./scheduler.styles"
|
|
30618
|
+
"package": "./scheduler-timezone.styles"
|
|
30268
30619
|
}
|
|
30269
30620
|
},
|
|
30270
30621
|
{
|
|
@@ -30272,119 +30623,71 @@
|
|
|
30272
30623
|
"name": "*",
|
|
30273
30624
|
"declaration": {
|
|
30274
30625
|
"name": "*",
|
|
30275
|
-
"package": "./scheduler.template"
|
|
30626
|
+
"package": "./scheduler-timezone.template"
|
|
30276
30627
|
}
|
|
30277
30628
|
}
|
|
30278
30629
|
]
|
|
30279
30630
|
},
|
|
30280
30631
|
{
|
|
30281
30632
|
"kind": "javascript-module",
|
|
30282
|
-
"path": "src/scheduler/scheduler.styles.ts",
|
|
30633
|
+
"path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
|
|
30283
30634
|
"declarations": [
|
|
30284
30635
|
{
|
|
30285
30636
|
"kind": "variable",
|
|
30286
|
-
"name": "
|
|
30637
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
30287
30638
|
"type": {
|
|
30288
30639
|
"text": "ElementStyles"
|
|
30289
30640
|
},
|
|
30290
|
-
"default": "css`\n ${
|
|
30641
|
+
"default": "css`\n ${schedulerTimezoneStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
|
|
30291
30642
|
}
|
|
30292
30643
|
],
|
|
30293
30644
|
"exports": [
|
|
30294
30645
|
{
|
|
30295
30646
|
"kind": "js",
|
|
30296
|
-
"name": "
|
|
30647
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
30297
30648
|
"declaration": {
|
|
30298
|
-
"name": "
|
|
30299
|
-
"module": "src/scheduler/scheduler.styles.ts"
|
|
30649
|
+
"name": "zeroSchedulerTimezoneStyles",
|
|
30650
|
+
"module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
|
|
30300
30651
|
}
|
|
30301
30652
|
}
|
|
30302
30653
|
]
|
|
30303
30654
|
},
|
|
30304
30655
|
{
|
|
30305
30656
|
"kind": "javascript-module",
|
|
30306
|
-
"path": "src/scheduler/scheduler.template.ts",
|
|
30657
|
+
"path": "src/scheduler-timezone/scheduler-timezone.template.ts",
|
|
30307
30658
|
"declarations": [
|
|
30308
30659
|
{
|
|
30309
30660
|
"kind": "variable",
|
|
30310
|
-
"name": "
|
|
30311
|
-
"default": "html<
|
|
30661
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
30662
|
+
"default": "html<SchedulerTimezone>`\n ${getPrefixedSchedulerTimezone('zero')}\n`"
|
|
30312
30663
|
}
|
|
30313
30664
|
],
|
|
30314
30665
|
"exports": [
|
|
30315
30666
|
{
|
|
30316
30667
|
"kind": "js",
|
|
30317
|
-
"name": "
|
|
30668
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
30318
30669
|
"declaration": {
|
|
30319
|
-
"name": "
|
|
30320
|
-
"module": "src/scheduler/scheduler.template.ts"
|
|
30670
|
+
"name": "zeroSchedulerTimezoneTemplate",
|
|
30671
|
+
"module": "src/scheduler-timezone/scheduler-timezone.template.ts"
|
|
30321
30672
|
}
|
|
30322
30673
|
}
|
|
30323
30674
|
]
|
|
30324
30675
|
},
|
|
30325
30676
|
{
|
|
30326
30677
|
"kind": "javascript-module",
|
|
30327
|
-
"path": "src/scheduler/scheduler.ts",
|
|
30678
|
+
"path": "src/scheduler-timezone/scheduler-timezone.ts",
|
|
30328
30679
|
"declarations": [
|
|
30329
30680
|
{
|
|
30330
30681
|
"kind": "class",
|
|
30331
30682
|
"description": "",
|
|
30332
|
-
"name": "
|
|
30683
|
+
"name": "SchedulerTimezone",
|
|
30333
30684
|
"superclass": {
|
|
30334
|
-
"name": "
|
|
30685
|
+
"name": "FoundationSchedulerTimezone",
|
|
30335
30686
|
"package": "@genesislcap/foundation-ui"
|
|
30336
30687
|
},
|
|
30337
|
-
"tagName": "%%prefix%%-scheduler",
|
|
30688
|
+
"tagName": "%%prefix%%-scheduler-timezone",
|
|
30338
30689
|
"customElement": true,
|
|
30339
|
-
"attributes": [
|
|
30340
|
-
{
|
|
30341
|
-
"name": "min-minute-interval",
|
|
30342
|
-
"type": {
|
|
30343
|
-
"text": "number"
|
|
30344
|
-
},
|
|
30345
|
-
"fieldName": "minMinuteInterval",
|
|
30346
|
-
"inheritedFrom": {
|
|
30347
|
-
"name": "Scheduler",
|
|
30348
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30349
|
-
}
|
|
30350
|
-
},
|
|
30351
|
-
{
|
|
30352
|
-
"name": "disable-tooltips",
|
|
30353
|
-
"type": {
|
|
30354
|
-
"text": "boolean"
|
|
30355
|
-
},
|
|
30356
|
-
"default": "false",
|
|
30357
|
-
"fieldName": "disableTooltips",
|
|
30358
|
-
"inheritedFrom": {
|
|
30359
|
-
"name": "Scheduler",
|
|
30360
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30361
|
-
}
|
|
30362
|
-
}
|
|
30363
|
-
],
|
|
30364
30690
|
"members": [
|
|
30365
|
-
{
|
|
30366
|
-
"kind": "field",
|
|
30367
|
-
"name": "minMinuteInterval",
|
|
30368
|
-
"type": {
|
|
30369
|
-
"text": "number"
|
|
30370
|
-
},
|
|
30371
|
-
"inheritedFrom": {
|
|
30372
|
-
"name": "Scheduler",
|
|
30373
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30374
|
-
}
|
|
30375
|
-
},
|
|
30376
|
-
{
|
|
30377
|
-
"kind": "field",
|
|
30378
|
-
"name": "disableTooltips",
|
|
30379
|
-
"type": {
|
|
30380
|
-
"text": "boolean"
|
|
30381
|
-
},
|
|
30382
|
-
"default": "false",
|
|
30383
|
-
"inheritedFrom": {
|
|
30384
|
-
"name": "Scheduler",
|
|
30385
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30386
|
-
}
|
|
30387
|
-
},
|
|
30388
30691
|
{
|
|
30389
30692
|
"kind": "field",
|
|
30390
30693
|
"name": "timezone",
|
|
@@ -30393,61 +30696,48 @@
|
|
|
30393
30696
|
},
|
|
30394
30697
|
"default": "''",
|
|
30395
30698
|
"inheritedFrom": {
|
|
30396
|
-
"name": "
|
|
30397
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30699
|
+
"name": "SchedulerTimezone",
|
|
30700
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30398
30701
|
}
|
|
30399
30702
|
},
|
|
30400
30703
|
{
|
|
30401
|
-
"kind": "
|
|
30402
|
-
"name": "
|
|
30403
|
-
"type": {
|
|
30404
|
-
"text": "string"
|
|
30405
|
-
},
|
|
30406
|
-
"default": "''",
|
|
30704
|
+
"kind": "method",
|
|
30705
|
+
"name": "timezoneChanged",
|
|
30407
30706
|
"inheritedFrom": {
|
|
30408
|
-
"name": "
|
|
30409
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30707
|
+
"name": "SchedulerTimezone",
|
|
30708
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30410
30709
|
}
|
|
30411
30710
|
},
|
|
30412
30711
|
{
|
|
30413
30712
|
"kind": "field",
|
|
30414
|
-
"name": "
|
|
30713
|
+
"name": "connect",
|
|
30415
30714
|
"type": {
|
|
30416
|
-
"text": "
|
|
30715
|
+
"text": "Connect"
|
|
30417
30716
|
},
|
|
30418
30717
|
"inheritedFrom": {
|
|
30419
|
-
"name": "
|
|
30420
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30718
|
+
"name": "SchedulerTimezone",
|
|
30719
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30421
30720
|
}
|
|
30422
30721
|
},
|
|
30423
30722
|
{
|
|
30424
|
-
"kind": "
|
|
30425
|
-
"name": "
|
|
30723
|
+
"kind": "field",
|
|
30724
|
+
"name": "timeZones",
|
|
30426
30725
|
"inheritedFrom": {
|
|
30427
|
-
"name": "
|
|
30428
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30726
|
+
"name": "SchedulerTimezone",
|
|
30727
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30429
30728
|
}
|
|
30430
30729
|
},
|
|
30431
30730
|
{
|
|
30432
30731
|
"kind": "method",
|
|
30433
|
-
"name": "
|
|
30434
|
-
"
|
|
30435
|
-
{
|
|
30436
|
-
"
|
|
30437
|
-
"type": {
|
|
30438
|
-
"text": "CustomEvent"
|
|
30439
|
-
}
|
|
30440
|
-
},
|
|
30441
|
-
{
|
|
30442
|
-
"name": "key",
|
|
30443
|
-
"type": {
|
|
30444
|
-
"text": "string"
|
|
30445
|
-
}
|
|
30732
|
+
"name": "getTimeZones",
|
|
30733
|
+
"return": {
|
|
30734
|
+
"type": {
|
|
30735
|
+
"text": "Promise<void>"
|
|
30446
30736
|
}
|
|
30447
|
-
|
|
30737
|
+
},
|
|
30448
30738
|
"inheritedFrom": {
|
|
30449
|
-
"name": "
|
|
30450
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30739
|
+
"name": "SchedulerTimezone",
|
|
30740
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30451
30741
|
}
|
|
30452
30742
|
},
|
|
30453
30743
|
{
|
|
@@ -30564,35 +30854,35 @@
|
|
|
30564
30854
|
],
|
|
30565
30855
|
"events": [
|
|
30566
30856
|
{
|
|
30567
|
-
"description": "Fired when timezone
|
|
30857
|
+
"description": "Fired when the timezone value changes",
|
|
30568
30858
|
"name": "change",
|
|
30569
30859
|
"inheritedFrom": {
|
|
30570
|
-
"name": "
|
|
30571
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30860
|
+
"name": "SchedulerTimezone",
|
|
30861
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30572
30862
|
}
|
|
30573
30863
|
}
|
|
30574
30864
|
]
|
|
30575
30865
|
},
|
|
30576
30866
|
{
|
|
30577
30867
|
"kind": "variable",
|
|
30578
|
-
"name": "
|
|
30868
|
+
"name": "zeroSchedulerTimezone"
|
|
30579
30869
|
}
|
|
30580
30870
|
],
|
|
30581
30871
|
"exports": [
|
|
30582
30872
|
{
|
|
30583
30873
|
"kind": "js",
|
|
30584
|
-
"name": "
|
|
30874
|
+
"name": "SchedulerTimezone",
|
|
30585
30875
|
"declaration": {
|
|
30586
|
-
"name": "
|
|
30587
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30876
|
+
"name": "SchedulerTimezone",
|
|
30877
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30588
30878
|
}
|
|
30589
30879
|
},
|
|
30590
30880
|
{
|
|
30591
30881
|
"kind": "js",
|
|
30592
|
-
"name": "
|
|
30882
|
+
"name": "zeroSchedulerTimezone",
|
|
30593
30883
|
"declaration": {
|
|
30594
|
-
"name": "
|
|
30595
|
-
"module": "src/scheduler/scheduler.ts"
|
|
30884
|
+
"name": "zeroSchedulerTimezone",
|
|
30885
|
+
"module": "src/scheduler-timezone/scheduler-timezone.ts"
|
|
30596
30886
|
}
|
|
30597
30887
|
}
|
|
30598
30888
|
]
|
|
@@ -30823,414 +31113,124 @@
|
|
|
30823
31113
|
},
|
|
30824
31114
|
"readonly": true,
|
|
30825
31115
|
"inheritedFrom": {
|
|
30826
|
-
"name": "SchedulerCronBuilder",
|
|
30827
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30828
|
-
}
|
|
30829
|
-
},
|
|
30830
|
-
{
|
|
30831
|
-
"kind": "method",
|
|
30832
|
-
"name": "handleHoursChange",
|
|
30833
|
-
"parameters": [
|
|
30834
|
-
{
|
|
30835
|
-
"name": "e",
|
|
30836
|
-
"type": {
|
|
30837
|
-
"text": "CustomEvent"
|
|
30838
|
-
}
|
|
30839
|
-
}
|
|
30840
|
-
],
|
|
30841
|
-
"inheritedFrom": {
|
|
30842
|
-
"name": "SchedulerCronBuilder",
|
|
30843
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30844
|
-
}
|
|
30845
|
-
},
|
|
30846
|
-
{
|
|
30847
|
-
"kind": "field",
|
|
30848
|
-
"name": "minMinuteInterval",
|
|
30849
|
-
"type": {
|
|
30850
|
-
"text": "number"
|
|
30851
|
-
},
|
|
30852
|
-
"inheritedFrom": {
|
|
30853
|
-
"name": "SchedulerCronBuilder",
|
|
30854
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30855
|
-
}
|
|
30856
|
-
},
|
|
30857
|
-
{
|
|
30858
|
-
"kind": "field",
|
|
30859
|
-
"name": "disableTooltips",
|
|
30860
|
-
"type": {
|
|
30861
|
-
"text": "boolean"
|
|
30862
|
-
},
|
|
30863
|
-
"default": "false",
|
|
30864
|
-
"inheritedFrom": {
|
|
30865
|
-
"name": "SchedulerCronBuilder",
|
|
30866
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30867
|
-
}
|
|
30868
|
-
},
|
|
30869
|
-
{
|
|
30870
|
-
"kind": "field",
|
|
30871
|
-
"name": "isMinutesRecurrenceEnabled",
|
|
30872
|
-
"type": {
|
|
30873
|
-
"text": "boolean"
|
|
30874
|
-
},
|
|
30875
|
-
"readonly": true,
|
|
30876
|
-
"inheritedFrom": {
|
|
30877
|
-
"name": "SchedulerCronBuilder",
|
|
30878
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30879
|
-
}
|
|
30880
|
-
},
|
|
30881
|
-
{
|
|
30882
|
-
"kind": "field",
|
|
30883
|
-
"name": "isSpecificHours",
|
|
30884
|
-
"type": {
|
|
30885
|
-
"text": "boolean"
|
|
30886
|
-
},
|
|
30887
|
-
"readonly": true,
|
|
30888
|
-
"inheritedFrom": {
|
|
30889
|
-
"name": "SchedulerCronBuilder",
|
|
30890
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30891
|
-
}
|
|
30892
|
-
},
|
|
30893
|
-
{
|
|
30894
|
-
"kind": "field",
|
|
30895
|
-
"name": "isDailyFrequencyDisabled",
|
|
30896
|
-
"type": {
|
|
30897
|
-
"text": "boolean"
|
|
30898
|
-
},
|
|
30899
|
-
"readonly": true,
|
|
30900
|
-
"inheritedFrom": {
|
|
30901
|
-
"name": "SchedulerCronBuilder",
|
|
30902
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30903
|
-
}
|
|
30904
|
-
},
|
|
30905
|
-
{
|
|
30906
|
-
"kind": "method",
|
|
30907
|
-
"name": "minMinuteIntervalChanged",
|
|
30908
|
-
"inheritedFrom": {
|
|
30909
|
-
"name": "SchedulerCronBuilder",
|
|
30910
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30911
|
-
}
|
|
30912
|
-
},
|
|
30913
|
-
{
|
|
30914
|
-
"kind": "field",
|
|
30915
|
-
"name": "timezone",
|
|
30916
|
-
"type": {
|
|
30917
|
-
"text": "string"
|
|
30918
|
-
},
|
|
30919
|
-
"default": "''",
|
|
30920
|
-
"inheritedFrom": {
|
|
30921
|
-
"name": "SchedulerCronBuilder",
|
|
30922
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30923
|
-
}
|
|
30924
|
-
},
|
|
30925
|
-
{
|
|
30926
|
-
"kind": "method",
|
|
30927
|
-
"name": "getBaseConfigFields",
|
|
30928
|
-
"return": {
|
|
30929
|
-
"type": {
|
|
30930
|
-
"text": "baseConfig"
|
|
30931
|
-
}
|
|
30932
|
-
},
|
|
30933
|
-
"inheritedFrom": {
|
|
30934
|
-
"name": "SchedulerCronBuilder",
|
|
30935
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30936
|
-
}
|
|
30937
|
-
},
|
|
30938
|
-
{
|
|
30939
|
-
"kind": "method",
|
|
30940
|
-
"name": "handleDuringChange",
|
|
30941
|
-
"inheritedFrom": {
|
|
30942
|
-
"name": "SchedulerCronBuilder",
|
|
30943
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
30944
|
-
}
|
|
30945
|
-
},
|
|
30946
|
-
{
|
|
30947
|
-
"kind": "field",
|
|
30948
|
-
"name": "_presentation",
|
|
30949
|
-
"type": {
|
|
30950
|
-
"text": "ComponentPresentation | null | undefined"
|
|
30951
|
-
},
|
|
30952
|
-
"privacy": "private",
|
|
30953
|
-
"default": "void 0",
|
|
30954
|
-
"inheritedFrom": {
|
|
30955
|
-
"name": "FoundationElement",
|
|
30956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
30957
|
-
}
|
|
30958
|
-
},
|
|
30959
|
-
{
|
|
30960
|
-
"kind": "field",
|
|
30961
|
-
"name": "$presentation",
|
|
30962
|
-
"type": {
|
|
30963
|
-
"text": "ComponentPresentation | null"
|
|
30964
|
-
},
|
|
30965
|
-
"privacy": "public",
|
|
30966
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
30967
|
-
"inheritedFrom": {
|
|
30968
|
-
"name": "FoundationElement",
|
|
30969
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
30970
|
-
}
|
|
30971
|
-
},
|
|
30972
|
-
{
|
|
30973
|
-
"kind": "field",
|
|
30974
|
-
"name": "template",
|
|
30975
|
-
"type": {
|
|
30976
|
-
"text": "ElementViewTemplate | void | null"
|
|
30977
|
-
},
|
|
30978
|
-
"privacy": "public",
|
|
30979
|
-
"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.",
|
|
30980
|
-
"inheritedFrom": {
|
|
30981
|
-
"name": "FoundationElement",
|
|
30982
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
30983
|
-
}
|
|
30984
|
-
},
|
|
30985
|
-
{
|
|
30986
|
-
"kind": "method",
|
|
30987
|
-
"name": "templateChanged",
|
|
30988
|
-
"privacy": "protected",
|
|
30989
|
-
"return": {
|
|
30990
|
-
"type": {
|
|
30991
|
-
"text": "void"
|
|
30992
|
-
}
|
|
30993
|
-
},
|
|
30994
|
-
"inheritedFrom": {
|
|
30995
|
-
"name": "FoundationElement",
|
|
30996
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
30997
|
-
}
|
|
30998
|
-
},
|
|
30999
|
-
{
|
|
31000
|
-
"kind": "field",
|
|
31001
|
-
"name": "styles",
|
|
31002
|
-
"type": {
|
|
31003
|
-
"text": "ElementStyles | void | null"
|
|
31004
|
-
},
|
|
31005
|
-
"privacy": "public",
|
|
31006
|
-
"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.",
|
|
31007
|
-
"inheritedFrom": {
|
|
31008
|
-
"name": "FoundationElement",
|
|
31009
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
31010
|
-
}
|
|
31011
|
-
},
|
|
31012
|
-
{
|
|
31013
|
-
"kind": "method",
|
|
31014
|
-
"name": "stylesChanged",
|
|
31015
|
-
"privacy": "protected",
|
|
31016
|
-
"return": {
|
|
31017
|
-
"type": {
|
|
31018
|
-
"text": "void"
|
|
31019
|
-
}
|
|
31020
|
-
},
|
|
31021
|
-
"inheritedFrom": {
|
|
31022
|
-
"name": "FoundationElement",
|
|
31023
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
31116
|
+
"name": "SchedulerCronBuilder",
|
|
31117
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31024
31118
|
}
|
|
31025
31119
|
},
|
|
31026
31120
|
{
|
|
31027
31121
|
"kind": "method",
|
|
31028
|
-
"name": "
|
|
31029
|
-
"privacy": "public",
|
|
31030
|
-
"static": true,
|
|
31031
|
-
"return": {
|
|
31032
|
-
"type": {
|
|
31033
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
31034
|
-
}
|
|
31035
|
-
},
|
|
31122
|
+
"name": "handleHoursChange",
|
|
31036
31123
|
"parameters": [
|
|
31037
31124
|
{
|
|
31038
|
-
"name": "
|
|
31125
|
+
"name": "e",
|
|
31039
31126
|
"type": {
|
|
31040
|
-
"text": "
|
|
31127
|
+
"text": "CustomEvent"
|
|
31041
31128
|
}
|
|
31042
|
-
},
|
|
31043
|
-
{
|
|
31044
|
-
"name": "elementDefinition",
|
|
31045
|
-
"type": {
|
|
31046
|
-
"text": "T"
|
|
31047
|
-
},
|
|
31048
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
31049
31129
|
}
|
|
31050
31130
|
],
|
|
31051
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
31052
31131
|
"inheritedFrom": {
|
|
31053
|
-
"name": "
|
|
31054
|
-
"module": "src/
|
|
31132
|
+
"name": "SchedulerCronBuilder",
|
|
31133
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31055
31134
|
}
|
|
31056
|
-
}
|
|
31057
|
-
],
|
|
31058
|
-
"events": [
|
|
31135
|
+
},
|
|
31059
31136
|
{
|
|
31060
|
-
"
|
|
31061
|
-
"name": "
|
|
31137
|
+
"kind": "field",
|
|
31138
|
+
"name": "minMinuteInterval",
|
|
31139
|
+
"type": {
|
|
31140
|
+
"text": "number"
|
|
31141
|
+
},
|
|
31062
31142
|
"inheritedFrom": {
|
|
31063
31143
|
"name": "SchedulerCronBuilder",
|
|
31064
31144
|
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31065
31145
|
}
|
|
31066
|
-
}
|
|
31067
|
-
]
|
|
31068
|
-
},
|
|
31069
|
-
{
|
|
31070
|
-
"kind": "variable",
|
|
31071
|
-
"name": "zeroSchedulerCronBuilder"
|
|
31072
|
-
}
|
|
31073
|
-
],
|
|
31074
|
-
"exports": [
|
|
31075
|
-
{
|
|
31076
|
-
"kind": "js",
|
|
31077
|
-
"name": "SchedulerCronBuilder",
|
|
31078
|
-
"declaration": {
|
|
31079
|
-
"name": "SchedulerCronBuilder",
|
|
31080
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31081
|
-
}
|
|
31082
|
-
},
|
|
31083
|
-
{
|
|
31084
|
-
"kind": "js",
|
|
31085
|
-
"name": "zeroSchedulerCronBuilder",
|
|
31086
|
-
"declaration": {
|
|
31087
|
-
"name": "zeroSchedulerCronBuilder",
|
|
31088
|
-
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31089
|
-
}
|
|
31090
|
-
}
|
|
31091
|
-
]
|
|
31092
|
-
},
|
|
31093
|
-
{
|
|
31094
|
-
"kind": "javascript-module",
|
|
31095
|
-
"path": "src/scheduler-timezone/index.ts",
|
|
31096
|
-
"declarations": [],
|
|
31097
|
-
"exports": [
|
|
31098
|
-
{
|
|
31099
|
-
"kind": "js",
|
|
31100
|
-
"name": "*",
|
|
31101
|
-
"declaration": {
|
|
31102
|
-
"name": "*",
|
|
31103
|
-
"package": "./scheduler-timezone"
|
|
31104
|
-
}
|
|
31105
|
-
},
|
|
31106
|
-
{
|
|
31107
|
-
"kind": "js",
|
|
31108
|
-
"name": "*",
|
|
31109
|
-
"declaration": {
|
|
31110
|
-
"name": "*",
|
|
31111
|
-
"package": "./scheduler-timezone.styles"
|
|
31112
|
-
}
|
|
31113
|
-
},
|
|
31114
|
-
{
|
|
31115
|
-
"kind": "js",
|
|
31116
|
-
"name": "*",
|
|
31117
|
-
"declaration": {
|
|
31118
|
-
"name": "*",
|
|
31119
|
-
"package": "./scheduler-timezone.template"
|
|
31120
|
-
}
|
|
31121
|
-
}
|
|
31122
|
-
]
|
|
31123
|
-
},
|
|
31124
|
-
{
|
|
31125
|
-
"kind": "javascript-module",
|
|
31126
|
-
"path": "src/scheduler-timezone/scheduler-timezone.styles.ts",
|
|
31127
|
-
"declarations": [
|
|
31128
|
-
{
|
|
31129
|
-
"kind": "variable",
|
|
31130
|
-
"name": "zeroSchedulerTimezoneStyles",
|
|
31131
|
-
"type": {
|
|
31132
|
-
"text": "ElementStyles"
|
|
31133
|
-
},
|
|
31134
|
-
"default": "css`\n ${schedulerTimezoneStyles}\n\n :host {\n font-family: var(--body-font);\n }\n`"
|
|
31135
|
-
}
|
|
31136
|
-
],
|
|
31137
|
-
"exports": [
|
|
31138
|
-
{
|
|
31139
|
-
"kind": "js",
|
|
31140
|
-
"name": "zeroSchedulerTimezoneStyles",
|
|
31141
|
-
"declaration": {
|
|
31142
|
-
"name": "zeroSchedulerTimezoneStyles",
|
|
31143
|
-
"module": "src/scheduler-timezone/scheduler-timezone.styles.ts"
|
|
31144
|
-
}
|
|
31145
|
-
}
|
|
31146
|
-
]
|
|
31147
|
-
},
|
|
31148
|
-
{
|
|
31149
|
-
"kind": "javascript-module",
|
|
31150
|
-
"path": "src/scheduler-timezone/scheduler-timezone.template.ts",
|
|
31151
|
-
"declarations": [
|
|
31152
|
-
{
|
|
31153
|
-
"kind": "variable",
|
|
31154
|
-
"name": "zeroSchedulerTimezoneTemplate",
|
|
31155
|
-
"default": "html<SchedulerTimezone>`\n ${getPrefixedSchedulerTimezone('zero')}\n`"
|
|
31156
|
-
}
|
|
31157
|
-
],
|
|
31158
|
-
"exports": [
|
|
31159
|
-
{
|
|
31160
|
-
"kind": "js",
|
|
31161
|
-
"name": "zeroSchedulerTimezoneTemplate",
|
|
31162
|
-
"declaration": {
|
|
31163
|
-
"name": "zeroSchedulerTimezoneTemplate",
|
|
31164
|
-
"module": "src/scheduler-timezone/scheduler-timezone.template.ts"
|
|
31165
|
-
}
|
|
31166
|
-
}
|
|
31167
|
-
]
|
|
31168
|
-
},
|
|
31169
|
-
{
|
|
31170
|
-
"kind": "javascript-module",
|
|
31171
|
-
"path": "src/scheduler-timezone/scheduler-timezone.ts",
|
|
31172
|
-
"declarations": [
|
|
31173
|
-
{
|
|
31174
|
-
"kind": "class",
|
|
31175
|
-
"description": "",
|
|
31176
|
-
"name": "SchedulerTimezone",
|
|
31177
|
-
"superclass": {
|
|
31178
|
-
"name": "FoundationSchedulerTimezone",
|
|
31179
|
-
"package": "@genesislcap/foundation-ui"
|
|
31180
|
-
},
|
|
31181
|
-
"tagName": "%%prefix%%-scheduler-timezone",
|
|
31182
|
-
"customElement": true,
|
|
31183
|
-
"members": [
|
|
31146
|
+
},
|
|
31184
31147
|
{
|
|
31185
31148
|
"kind": "field",
|
|
31186
|
-
"name": "
|
|
31149
|
+
"name": "disableTooltips",
|
|
31187
31150
|
"type": {
|
|
31188
|
-
"text": "
|
|
31151
|
+
"text": "boolean"
|
|
31189
31152
|
},
|
|
31190
|
-
"default": "
|
|
31153
|
+
"default": "false",
|
|
31191
31154
|
"inheritedFrom": {
|
|
31192
|
-
"name": "
|
|
31193
|
-
"module": "src/scheduler-
|
|
31155
|
+
"name": "SchedulerCronBuilder",
|
|
31156
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31194
31157
|
}
|
|
31195
31158
|
},
|
|
31196
31159
|
{
|
|
31197
|
-
"kind": "
|
|
31198
|
-
"name": "
|
|
31160
|
+
"kind": "field",
|
|
31161
|
+
"name": "isMinutesRecurrenceEnabled",
|
|
31162
|
+
"type": {
|
|
31163
|
+
"text": "boolean"
|
|
31164
|
+
},
|
|
31165
|
+
"readonly": true,
|
|
31199
31166
|
"inheritedFrom": {
|
|
31200
|
-
"name": "
|
|
31201
|
-
"module": "src/scheduler-
|
|
31167
|
+
"name": "SchedulerCronBuilder",
|
|
31168
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31202
31169
|
}
|
|
31203
31170
|
},
|
|
31204
31171
|
{
|
|
31205
31172
|
"kind": "field",
|
|
31206
|
-
"name": "
|
|
31173
|
+
"name": "isSpecificHours",
|
|
31207
31174
|
"type": {
|
|
31208
|
-
"text": "
|
|
31175
|
+
"text": "boolean"
|
|
31209
31176
|
},
|
|
31177
|
+
"readonly": true,
|
|
31210
31178
|
"inheritedFrom": {
|
|
31211
|
-
"name": "
|
|
31212
|
-
"module": "src/scheduler-
|
|
31179
|
+
"name": "SchedulerCronBuilder",
|
|
31180
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31213
31181
|
}
|
|
31214
31182
|
},
|
|
31215
31183
|
{
|
|
31216
31184
|
"kind": "field",
|
|
31217
|
-
"name": "
|
|
31185
|
+
"name": "isDailyFrequencyDisabled",
|
|
31186
|
+
"type": {
|
|
31187
|
+
"text": "boolean"
|
|
31188
|
+
},
|
|
31189
|
+
"readonly": true,
|
|
31218
31190
|
"inheritedFrom": {
|
|
31219
|
-
"name": "
|
|
31220
|
-
"module": "src/scheduler-
|
|
31191
|
+
"name": "SchedulerCronBuilder",
|
|
31192
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31221
31193
|
}
|
|
31222
31194
|
},
|
|
31223
31195
|
{
|
|
31224
31196
|
"kind": "method",
|
|
31225
|
-
"name": "
|
|
31197
|
+
"name": "minMinuteIntervalChanged",
|
|
31198
|
+
"inheritedFrom": {
|
|
31199
|
+
"name": "SchedulerCronBuilder",
|
|
31200
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31201
|
+
}
|
|
31202
|
+
},
|
|
31203
|
+
{
|
|
31204
|
+
"kind": "field",
|
|
31205
|
+
"name": "timezone",
|
|
31206
|
+
"type": {
|
|
31207
|
+
"text": "string"
|
|
31208
|
+
},
|
|
31209
|
+
"default": "''",
|
|
31210
|
+
"inheritedFrom": {
|
|
31211
|
+
"name": "SchedulerCronBuilder",
|
|
31212
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31213
|
+
}
|
|
31214
|
+
},
|
|
31215
|
+
{
|
|
31216
|
+
"kind": "method",
|
|
31217
|
+
"name": "getBaseConfigFields",
|
|
31226
31218
|
"return": {
|
|
31227
31219
|
"type": {
|
|
31228
|
-
"text": "
|
|
31220
|
+
"text": "baseConfig"
|
|
31229
31221
|
}
|
|
31230
31222
|
},
|
|
31231
31223
|
"inheritedFrom": {
|
|
31232
|
-
"name": "
|
|
31233
|
-
"module": "src/scheduler-
|
|
31224
|
+
"name": "SchedulerCronBuilder",
|
|
31225
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31226
|
+
}
|
|
31227
|
+
},
|
|
31228
|
+
{
|
|
31229
|
+
"kind": "method",
|
|
31230
|
+
"name": "handleDuringChange",
|
|
31231
|
+
"inheritedFrom": {
|
|
31232
|
+
"name": "SchedulerCronBuilder",
|
|
31233
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31234
31234
|
}
|
|
31235
31235
|
},
|
|
31236
31236
|
{
|
|
@@ -31347,35 +31347,35 @@
|
|
|
31347
31347
|
],
|
|
31348
31348
|
"events": [
|
|
31349
31349
|
{
|
|
31350
|
-
"description": "Fired when the
|
|
31350
|
+
"description": "Fired when the built cron expression changes",
|
|
31351
31351
|
"name": "change",
|
|
31352
31352
|
"inheritedFrom": {
|
|
31353
|
-
"name": "
|
|
31354
|
-
"module": "src/scheduler-
|
|
31353
|
+
"name": "SchedulerCronBuilder",
|
|
31354
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31355
31355
|
}
|
|
31356
31356
|
}
|
|
31357
31357
|
]
|
|
31358
31358
|
},
|
|
31359
31359
|
{
|
|
31360
31360
|
"kind": "variable",
|
|
31361
|
-
"name": "
|
|
31361
|
+
"name": "zeroSchedulerCronBuilder"
|
|
31362
31362
|
}
|
|
31363
31363
|
],
|
|
31364
31364
|
"exports": [
|
|
31365
31365
|
{
|
|
31366
31366
|
"kind": "js",
|
|
31367
|
-
"name": "
|
|
31367
|
+
"name": "SchedulerCronBuilder",
|
|
31368
31368
|
"declaration": {
|
|
31369
|
-
"name": "
|
|
31370
|
-
"module": "src/scheduler-
|
|
31369
|
+
"name": "SchedulerCronBuilder",
|
|
31370
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31371
31371
|
}
|
|
31372
31372
|
},
|
|
31373
31373
|
{
|
|
31374
31374
|
"kind": "js",
|
|
31375
|
-
"name": "
|
|
31375
|
+
"name": "zeroSchedulerCronBuilder",
|
|
31376
31376
|
"declaration": {
|
|
31377
|
-
"name": "
|
|
31378
|
-
"module": "src/scheduler-
|
|
31377
|
+
"name": "zeroSchedulerCronBuilder",
|
|
31378
|
+
"module": "src/scheduler-cron-builder/scheduler-cron-builder.ts"
|
|
31379
31379
|
}
|
|
31380
31380
|
}
|
|
31381
31381
|
]
|