@genesislcap/rapid-design-system 14.370.1-alpha-fa13546.0 → 14.371.0-patch.2
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 +1374 -1374
- package/package.json +11 -11
|
@@ -764,37 +764,6 @@
|
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
766
|
},
|
|
767
|
-
{
|
|
768
|
-
"kind": "javascript-module",
|
|
769
|
-
"path": "src/_config/index.ts",
|
|
770
|
-
"declarations": [],
|
|
771
|
-
"exports": [
|
|
772
|
-
{
|
|
773
|
-
"kind": "js",
|
|
774
|
-
"name": "*",
|
|
775
|
-
"declaration": {
|
|
776
|
-
"name": "*",
|
|
777
|
-
"package": "./styles"
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"kind": "js",
|
|
782
|
-
"name": "*",
|
|
783
|
-
"declaration": {
|
|
784
|
-
"name": "*",
|
|
785
|
-
"package": "./tokens"
|
|
786
|
-
}
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"kind": "js",
|
|
790
|
-
"name": "*",
|
|
791
|
-
"declaration": {
|
|
792
|
-
"name": "*",
|
|
793
|
-
"package": "./values"
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
|
-
]
|
|
797
|
-
},
|
|
798
767
|
{
|
|
799
768
|
"kind": "javascript-module",
|
|
800
769
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -943,6 +912,37 @@
|
|
|
943
912
|
}
|
|
944
913
|
]
|
|
945
914
|
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "javascript-module",
|
|
917
|
+
"path": "src/_config/index.ts",
|
|
918
|
+
"declarations": [],
|
|
919
|
+
"exports": [
|
|
920
|
+
{
|
|
921
|
+
"kind": "js",
|
|
922
|
+
"name": "*",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"name": "*",
|
|
925
|
+
"package": "./styles"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "js",
|
|
930
|
+
"name": "*",
|
|
931
|
+
"declaration": {
|
|
932
|
+
"name": "*",
|
|
933
|
+
"package": "./tokens"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"kind": "js",
|
|
938
|
+
"name": "*",
|
|
939
|
+
"declaration": {
|
|
940
|
+
"name": "*",
|
|
941
|
+
"package": "./values"
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
946
|
{
|
|
947
947
|
"kind": "javascript-module",
|
|
948
948
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1093,11 +1093,11 @@
|
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
"kind": "javascript-module",
|
|
1096
|
-
"path": "src/
|
|
1096
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1097
1097
|
"declarations": [
|
|
1098
1098
|
{
|
|
1099
1099
|
"kind": "function",
|
|
1100
|
-
"name": "
|
|
1100
|
+
"name": "rapidActionsMenuStyles",
|
|
1101
1101
|
"return": {
|
|
1102
1102
|
"type": {
|
|
1103
1103
|
"text": "ElementStyles"
|
|
@@ -1122,291 +1122,383 @@
|
|
|
1122
1122
|
"exports": [
|
|
1123
1123
|
{
|
|
1124
1124
|
"kind": "js",
|
|
1125
|
-
"name": "
|
|
1126
|
-
"declaration": {
|
|
1127
|
-
"name": "rapidAnchorStyles",
|
|
1128
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
]
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"kind": "javascript-module",
|
|
1135
|
-
"path": "src/anchor/anchor.template.ts",
|
|
1136
|
-
"declarations": [
|
|
1137
|
-
{
|
|
1138
|
-
"kind": "function",
|
|
1139
|
-
"name": "rapidAnchorTemplate",
|
|
1140
|
-
"return": {
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "ViewTemplate<Anchor>"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
|
-
"parameters": [
|
|
1146
|
-
{
|
|
1147
|
-
"name": "context",
|
|
1148
|
-
"type": {
|
|
1149
|
-
"text": "ElementDefinitionContext"
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"name": "definition",
|
|
1154
|
-
"type": {
|
|
1155
|
-
"text": "FoundationElementDefinition"
|
|
1156
|
-
}
|
|
1157
|
-
}
|
|
1158
|
-
]
|
|
1159
|
-
}
|
|
1160
|
-
],
|
|
1161
|
-
"exports": [
|
|
1162
|
-
{
|
|
1163
|
-
"kind": "js",
|
|
1164
|
-
"name": "rapidAnchorTemplate",
|
|
1125
|
+
"name": "rapidActionsMenuStyles",
|
|
1165
1126
|
"declaration": {
|
|
1166
|
-
"name": "
|
|
1167
|
-
"module": "src/
|
|
1127
|
+
"name": "rapidActionsMenuStyles",
|
|
1128
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1168
1129
|
}
|
|
1169
1130
|
}
|
|
1170
1131
|
]
|
|
1171
1132
|
},
|
|
1172
1133
|
{
|
|
1173
1134
|
"kind": "javascript-module",
|
|
1174
|
-
"path": "src/
|
|
1135
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1175
1136
|
"declarations": [
|
|
1176
1137
|
{
|
|
1177
1138
|
"kind": "class",
|
|
1178
1139
|
"description": "",
|
|
1179
|
-
"name": "
|
|
1140
|
+
"name": "ActionsMenu",
|
|
1180
1141
|
"superclass": {
|
|
1181
|
-
"name": "
|
|
1142
|
+
"name": "FoundationActionsMenu",
|
|
1182
1143
|
"package": "@genesislcap/foundation-ui"
|
|
1183
1144
|
},
|
|
1184
|
-
"tagName": "%%prefix%%-
|
|
1145
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1185
1146
|
"customElement": true,
|
|
1186
1147
|
"attributes": [
|
|
1187
1148
|
{
|
|
1188
|
-
"name": "
|
|
1149
|
+
"name": "is-vertical",
|
|
1189
1150
|
"type": {
|
|
1190
|
-
"text": "
|
|
1151
|
+
"text": "boolean"
|
|
1191
1152
|
},
|
|
1192
|
-
"
|
|
1193
|
-
"fieldName": "
|
|
1153
|
+
"default": "false",
|
|
1154
|
+
"fieldName": "isVertical",
|
|
1194
1155
|
"inheritedFrom": {
|
|
1195
|
-
"name": "
|
|
1196
|
-
"module": "src/
|
|
1156
|
+
"name": "ActionsMenu",
|
|
1157
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1197
1158
|
}
|
|
1198
1159
|
},
|
|
1199
1160
|
{
|
|
1200
|
-
"name": "
|
|
1161
|
+
"name": "add-default-actions",
|
|
1201
1162
|
"type": {
|
|
1202
|
-
"text": "
|
|
1163
|
+
"text": "boolean"
|
|
1203
1164
|
},
|
|
1204
|
-
"
|
|
1205
|
-
"fieldName": "
|
|
1165
|
+
"default": "true",
|
|
1166
|
+
"fieldName": "addDefaultActions",
|
|
1206
1167
|
"inheritedFrom": {
|
|
1207
|
-
"name": "
|
|
1208
|
-
"module": "src/
|
|
1168
|
+
"name": "ActionsMenu",
|
|
1169
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1209
1170
|
}
|
|
1210
1171
|
},
|
|
1211
1172
|
{
|
|
1212
|
-
"name": "
|
|
1173
|
+
"name": "auto-close-on-action",
|
|
1213
1174
|
"type": {
|
|
1214
|
-
"text": "
|
|
1175
|
+
"text": "boolean"
|
|
1215
1176
|
},
|
|
1216
|
-
"
|
|
1217
|
-
"fieldName": "
|
|
1177
|
+
"default": "true",
|
|
1178
|
+
"fieldName": "autoCloseOnAction",
|
|
1218
1179
|
"inheritedFrom": {
|
|
1219
|
-
"name": "
|
|
1220
|
-
"module": "src/
|
|
1180
|
+
"name": "ActionsMenu",
|
|
1181
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1221
1182
|
}
|
|
1222
1183
|
},
|
|
1223
1184
|
{
|
|
1224
|
-
"name": "
|
|
1185
|
+
"name": "name",
|
|
1225
1186
|
"type": {
|
|
1226
1187
|
"text": "string"
|
|
1227
1188
|
},
|
|
1228
|
-
"
|
|
1229
|
-
"fieldName": "
|
|
1189
|
+
"default": "'Actions'",
|
|
1190
|
+
"fieldName": "name",
|
|
1230
1191
|
"inheritedFrom": {
|
|
1231
|
-
"name": "
|
|
1232
|
-
"module": "src/
|
|
1192
|
+
"name": "ActionsMenu",
|
|
1193
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1233
1194
|
}
|
|
1234
1195
|
},
|
|
1235
1196
|
{
|
|
1236
|
-
"name": "
|
|
1197
|
+
"name": "open",
|
|
1237
1198
|
"type": {
|
|
1238
|
-
"text": "
|
|
1199
|
+
"text": "boolean"
|
|
1239
1200
|
},
|
|
1240
|
-
"
|
|
1241
|
-
"fieldName": "
|
|
1201
|
+
"default": "false",
|
|
1202
|
+
"fieldName": "open",
|
|
1242
1203
|
"inheritedFrom": {
|
|
1243
|
-
"name": "
|
|
1244
|
-
"module": "src/
|
|
1204
|
+
"name": "ActionsMenu",
|
|
1205
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1245
1206
|
}
|
|
1246
1207
|
},
|
|
1247
1208
|
{
|
|
1248
|
-
"name": "
|
|
1209
|
+
"name": "buttonAppearance",
|
|
1249
1210
|
"type": {
|
|
1250
1211
|
"text": "string"
|
|
1251
1212
|
},
|
|
1252
|
-
"
|
|
1253
|
-
"fieldName": "rel",
|
|
1213
|
+
"fieldName": "buttonAppearance",
|
|
1254
1214
|
"inheritedFrom": {
|
|
1255
|
-
"name": "
|
|
1256
|
-
"module": "src/
|
|
1215
|
+
"name": "ActionsMenu",
|
|
1216
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1257
1217
|
}
|
|
1258
1218
|
},
|
|
1259
1219
|
{
|
|
1260
|
-
"name": "
|
|
1220
|
+
"name": "hide-disabled",
|
|
1261
1221
|
"type": {
|
|
1262
|
-
"text": "
|
|
1222
|
+
"text": "boolean"
|
|
1263
1223
|
},
|
|
1264
|
-
"
|
|
1265
|
-
"fieldName": "
|
|
1224
|
+
"default": "false",
|
|
1225
|
+
"fieldName": "hideDisabled",
|
|
1266
1226
|
"inheritedFrom": {
|
|
1267
|
-
"name": "
|
|
1268
|
-
"module": "src/
|
|
1227
|
+
"name": "ActionsMenu",
|
|
1228
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1269
1229
|
}
|
|
1270
1230
|
},
|
|
1271
1231
|
{
|
|
1272
|
-
"name": "
|
|
1232
|
+
"name": "hide-menu-single-option",
|
|
1273
1233
|
"type": {
|
|
1274
|
-
"text": "
|
|
1234
|
+
"text": "boolean"
|
|
1275
1235
|
},
|
|
1276
|
-
"
|
|
1277
|
-
"fieldName": "
|
|
1236
|
+
"default": "false",
|
|
1237
|
+
"fieldName": "hideMenuSingleOption",
|
|
1278
1238
|
"inheritedFrom": {
|
|
1279
|
-
"name": "
|
|
1280
|
-
"module": "src/
|
|
1239
|
+
"name": "ActionsMenu",
|
|
1240
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1281
1241
|
}
|
|
1282
1242
|
}
|
|
1283
1243
|
],
|
|
1284
1244
|
"members": [
|
|
1285
1245
|
{
|
|
1286
1246
|
"kind": "field",
|
|
1287
|
-
"name": "
|
|
1247
|
+
"name": "actions",
|
|
1288
1248
|
"type": {
|
|
1289
|
-
"text": "
|
|
1249
|
+
"text": "ActionMenuItem[]"
|
|
1290
1250
|
},
|
|
1291
|
-
"privacy": "public",
|
|
1292
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1293
1251
|
"inheritedFrom": {
|
|
1294
|
-
"name": "
|
|
1295
|
-
"module": "src/
|
|
1252
|
+
"name": "ActionsMenu",
|
|
1253
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1296
1254
|
}
|
|
1297
1255
|
},
|
|
1298
1256
|
{
|
|
1299
1257
|
"kind": "field",
|
|
1300
|
-
"name": "
|
|
1258
|
+
"name": "isVertical",
|
|
1301
1259
|
"type": {
|
|
1302
|
-
"text": "
|
|
1260
|
+
"text": "boolean"
|
|
1303
1261
|
},
|
|
1304
|
-
"
|
|
1305
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1262
|
+
"default": "false",
|
|
1306
1263
|
"inheritedFrom": {
|
|
1307
|
-
"name": "
|
|
1308
|
-
"module": "src/
|
|
1264
|
+
"name": "ActionsMenu",
|
|
1265
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1309
1266
|
}
|
|
1310
1267
|
},
|
|
1311
1268
|
{
|
|
1312
1269
|
"kind": "field",
|
|
1313
|
-
"name": "
|
|
1270
|
+
"name": "addDefaultActions",
|
|
1314
1271
|
"type": {
|
|
1315
|
-
"text": "
|
|
1272
|
+
"text": "boolean"
|
|
1316
1273
|
},
|
|
1317
|
-
"
|
|
1318
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1274
|
+
"default": "true",
|
|
1319
1275
|
"inheritedFrom": {
|
|
1320
|
-
"name": "
|
|
1321
|
-
"module": "src/
|
|
1276
|
+
"name": "ActionsMenu",
|
|
1277
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1322
1278
|
}
|
|
1323
1279
|
},
|
|
1324
1280
|
{
|
|
1325
1281
|
"kind": "field",
|
|
1326
|
-
"name": "
|
|
1282
|
+
"name": "autoCloseOnAction",
|
|
1327
1283
|
"type": {
|
|
1328
|
-
"text": "
|
|
1284
|
+
"text": "boolean"
|
|
1329
1285
|
},
|
|
1330
|
-
"
|
|
1331
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1286
|
+
"default": "true",
|
|
1332
1287
|
"inheritedFrom": {
|
|
1333
|
-
"name": "
|
|
1334
|
-
"module": "src/
|
|
1288
|
+
"name": "ActionsMenu",
|
|
1289
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1335
1290
|
}
|
|
1336
1291
|
},
|
|
1337
1292
|
{
|
|
1338
1293
|
"kind": "field",
|
|
1339
|
-
"name": "
|
|
1294
|
+
"name": "classNames",
|
|
1340
1295
|
"type": {
|
|
1341
1296
|
"text": "string"
|
|
1342
1297
|
},
|
|
1343
|
-
"privacy": "public",
|
|
1344
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1345
1298
|
"inheritedFrom": {
|
|
1346
|
-
"name": "
|
|
1347
|
-
"module": "src/
|
|
1299
|
+
"name": "ActionsMenu",
|
|
1300
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1348
1301
|
}
|
|
1349
1302
|
},
|
|
1350
1303
|
{
|
|
1351
1304
|
"kind": "field",
|
|
1352
|
-
"name": "
|
|
1305
|
+
"name": "definition",
|
|
1306
|
+
"type": {
|
|
1307
|
+
"text": "any"
|
|
1308
|
+
},
|
|
1309
|
+
"inheritedFrom": {
|
|
1310
|
+
"name": "ActionsMenu",
|
|
1311
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"kind": "field",
|
|
1316
|
+
"name": "name",
|
|
1353
1317
|
"type": {
|
|
1354
1318
|
"text": "string"
|
|
1355
1319
|
},
|
|
1356
|
-
"
|
|
1357
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1320
|
+
"default": "'Actions'",
|
|
1358
1321
|
"inheritedFrom": {
|
|
1359
|
-
"name": "
|
|
1360
|
-
"module": "src/
|
|
1322
|
+
"name": "ActionsMenu",
|
|
1323
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1361
1324
|
}
|
|
1362
1325
|
},
|
|
1363
1326
|
{
|
|
1364
1327
|
"kind": "field",
|
|
1365
|
-
"name": "
|
|
1328
|
+
"name": "open",
|
|
1366
1329
|
"type": {
|
|
1367
|
-
"text": "
|
|
1330
|
+
"text": "boolean"
|
|
1368
1331
|
},
|
|
1369
|
-
"
|
|
1370
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1332
|
+
"default": "false",
|
|
1371
1333
|
"inheritedFrom": {
|
|
1372
|
-
"name": "
|
|
1373
|
-
"module": "src/
|
|
1334
|
+
"name": "ActionsMenu",
|
|
1335
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1374
1336
|
}
|
|
1375
1337
|
},
|
|
1376
1338
|
{
|
|
1377
1339
|
"kind": "field",
|
|
1378
|
-
"name": "
|
|
1340
|
+
"name": "buttonAppearance",
|
|
1379
1341
|
"type": {
|
|
1380
1342
|
"text": "string"
|
|
1381
1343
|
},
|
|
1382
|
-
"privacy": "public",
|
|
1383
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1384
1344
|
"inheritedFrom": {
|
|
1385
|
-
"name": "
|
|
1386
|
-
"module": "src/
|
|
1345
|
+
"name": "ActionsMenu",
|
|
1346
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1387
1347
|
}
|
|
1388
1348
|
},
|
|
1389
1349
|
{
|
|
1390
1350
|
"kind": "field",
|
|
1391
|
-
"name": "
|
|
1351
|
+
"name": "hideDisabled",
|
|
1392
1352
|
"type": {
|
|
1393
|
-
"text": "
|
|
1353
|
+
"text": "boolean"
|
|
1394
1354
|
},
|
|
1395
|
-
"
|
|
1396
|
-
"description": "References the root element",
|
|
1355
|
+
"default": "false",
|
|
1397
1356
|
"inheritedFrom": {
|
|
1398
|
-
"name": "
|
|
1399
|
-
"module": "src/
|
|
1357
|
+
"name": "ActionsMenu",
|
|
1358
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1400
1359
|
}
|
|
1401
1360
|
},
|
|
1402
1361
|
{
|
|
1403
1362
|
"kind": "field",
|
|
1404
|
-
"name": "
|
|
1405
|
-
"
|
|
1406
|
-
|
|
1363
|
+
"name": "hideMenuSingleOption",
|
|
1364
|
+
"type": {
|
|
1365
|
+
"text": "boolean"
|
|
1366
|
+
},
|
|
1367
|
+
"default": "false",
|
|
1407
1368
|
"inheritedFrom": {
|
|
1408
|
-
"name": "
|
|
1409
|
-
"module": "src/
|
|
1369
|
+
"name": "ActionsMenu",
|
|
1370
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "field",
|
|
1375
|
+
"name": "singleOption",
|
|
1376
|
+
"type": {
|
|
1377
|
+
"text": "ActionMenuItem"
|
|
1378
|
+
},
|
|
1379
|
+
"inheritedFrom": {
|
|
1380
|
+
"name": "ActionsMenu",
|
|
1381
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"kind": "field",
|
|
1386
|
+
"name": "actionsMenu",
|
|
1387
|
+
"type": {
|
|
1388
|
+
"text": "HTMLElement"
|
|
1389
|
+
},
|
|
1390
|
+
"inheritedFrom": {
|
|
1391
|
+
"name": "ActionsMenu",
|
|
1392
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "method",
|
|
1397
|
+
"name": "definitionChanged",
|
|
1398
|
+
"privacy": "protected",
|
|
1399
|
+
"parameters": [
|
|
1400
|
+
{
|
|
1401
|
+
"name": "oldValue",
|
|
1402
|
+
"type": {
|
|
1403
|
+
"text": "any"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"name": "newValue",
|
|
1408
|
+
"type": {
|
|
1409
|
+
"text": "any"
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
],
|
|
1413
|
+
"inheritedFrom": {
|
|
1414
|
+
"name": "ActionsMenu",
|
|
1415
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "method",
|
|
1420
|
+
"name": "openChanged",
|
|
1421
|
+
"privacy": "protected",
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "ActionsMenu",
|
|
1424
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"kind": "method",
|
|
1429
|
+
"name": "toggleActionsMenuVisibility",
|
|
1430
|
+
"inheritedFrom": {
|
|
1431
|
+
"name": "ActionsMenu",
|
|
1432
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"kind": "method",
|
|
1437
|
+
"name": "onActionMenuItemClick",
|
|
1438
|
+
"parameters": [
|
|
1439
|
+
{
|
|
1440
|
+
"name": "callback",
|
|
1441
|
+
"type": {
|
|
1442
|
+
"text": "(rowData) => void | any"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
],
|
|
1446
|
+
"inheritedFrom": {
|
|
1447
|
+
"name": "ActionsMenu",
|
|
1448
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"kind": "field",
|
|
1453
|
+
"name": "allActions",
|
|
1454
|
+
"type": {
|
|
1455
|
+
"text": "ActionMenuItem[]"
|
|
1456
|
+
},
|
|
1457
|
+
"readonly": true,
|
|
1458
|
+
"inheritedFrom": {
|
|
1459
|
+
"name": "ActionsMenu",
|
|
1460
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "field",
|
|
1465
|
+
"name": "rowData",
|
|
1466
|
+
"readonly": true,
|
|
1467
|
+
"inheritedFrom": {
|
|
1468
|
+
"name": "ActionsMenu",
|
|
1469
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "method",
|
|
1474
|
+
"name": "getLabel",
|
|
1475
|
+
"parameters": [
|
|
1476
|
+
{
|
|
1477
|
+
"name": "name",
|
|
1478
|
+
"type": {
|
|
1479
|
+
"text": "string | ((rowData: any) => string)"
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"inheritedFrom": {
|
|
1484
|
+
"name": "ActionsMenu",
|
|
1485
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "method",
|
|
1490
|
+
"name": "getTemplate",
|
|
1491
|
+
"parameters": [
|
|
1492
|
+
{
|
|
1493
|
+
"name": "prefix",
|
|
1494
|
+
"type": {
|
|
1495
|
+
"text": "string"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
],
|
|
1499
|
+
"inheritedFrom": {
|
|
1500
|
+
"name": "ActionsMenu",
|
|
1501
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1410
1502
|
}
|
|
1411
1503
|
},
|
|
1412
1504
|
{
|
|
@@ -1418,8 +1510,8 @@
|
|
|
1418
1510
|
"privacy": "private",
|
|
1419
1511
|
"default": "void 0",
|
|
1420
1512
|
"inheritedFrom": {
|
|
1421
|
-
"name": "
|
|
1422
|
-
"module": "src/
|
|
1513
|
+
"name": "FoundationElement",
|
|
1514
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1423
1515
|
}
|
|
1424
1516
|
},
|
|
1425
1517
|
{
|
|
@@ -1431,8 +1523,8 @@
|
|
|
1431
1523
|
"privacy": "public",
|
|
1432
1524
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1433
1525
|
"inheritedFrom": {
|
|
1434
|
-
"name": "
|
|
1435
|
-
"module": "src/
|
|
1526
|
+
"name": "FoundationElement",
|
|
1527
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1436
1528
|
}
|
|
1437
1529
|
},
|
|
1438
1530
|
{
|
|
@@ -1444,8 +1536,8 @@
|
|
|
1444
1536
|
"privacy": "public",
|
|
1445
1537
|
"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.",
|
|
1446
1538
|
"inheritedFrom": {
|
|
1447
|
-
"name": "
|
|
1448
|
-
"module": "src/
|
|
1539
|
+
"name": "FoundationElement",
|
|
1540
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1449
1541
|
}
|
|
1450
1542
|
},
|
|
1451
1543
|
{
|
|
@@ -1458,8 +1550,8 @@
|
|
|
1458
1550
|
}
|
|
1459
1551
|
},
|
|
1460
1552
|
"inheritedFrom": {
|
|
1461
|
-
"name": "
|
|
1462
|
-
"module": "src/
|
|
1553
|
+
"name": "FoundationElement",
|
|
1554
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1463
1555
|
}
|
|
1464
1556
|
},
|
|
1465
1557
|
{
|
|
@@ -1471,8 +1563,8 @@
|
|
|
1471
1563
|
"privacy": "public",
|
|
1472
1564
|
"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.",
|
|
1473
1565
|
"inheritedFrom": {
|
|
1474
|
-
"name": "
|
|
1475
|
-
"module": "src/
|
|
1566
|
+
"name": "FoundationElement",
|
|
1567
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1476
1568
|
}
|
|
1477
1569
|
},
|
|
1478
1570
|
{
|
|
@@ -1485,8 +1577,8 @@
|
|
|
1485
1577
|
}
|
|
1486
1578
|
},
|
|
1487
1579
|
"inheritedFrom": {
|
|
1488
|
-
"name": "
|
|
1489
|
-
"module": "src/
|
|
1580
|
+
"name": "FoundationElement",
|
|
1581
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1490
1582
|
}
|
|
1491
1583
|
},
|
|
1492
1584
|
{
|
|
@@ -1516,39 +1608,41 @@
|
|
|
1516
1608
|
],
|
|
1517
1609
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1518
1610
|
"inheritedFrom": {
|
|
1519
|
-
"name": "
|
|
1520
|
-
"module": "src/
|
|
1611
|
+
"name": "FoundationElement",
|
|
1612
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1521
1613
|
}
|
|
1522
1614
|
}
|
|
1523
1615
|
]
|
|
1524
1616
|
},
|
|
1525
1617
|
{
|
|
1526
1618
|
"kind": "variable",
|
|
1527
|
-
"name": "
|
|
1619
|
+
"name": "rapidActionsMenu",
|
|
1620
|
+
"description": "The Rapid Actions Menu",
|
|
1621
|
+
"privacy": "public"
|
|
1528
1622
|
}
|
|
1529
1623
|
],
|
|
1530
1624
|
"exports": [
|
|
1531
1625
|
{
|
|
1532
1626
|
"kind": "js",
|
|
1533
|
-
"name": "
|
|
1627
|
+
"name": "ActionsMenu",
|
|
1534
1628
|
"declaration": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"module": "src/
|
|
1629
|
+
"name": "ActionsMenu",
|
|
1630
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1537
1631
|
}
|
|
1538
1632
|
},
|
|
1539
1633
|
{
|
|
1540
1634
|
"kind": "js",
|
|
1541
|
-
"name": "
|
|
1635
|
+
"name": "rapidActionsMenu",
|
|
1542
1636
|
"declaration": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/
|
|
1637
|
+
"name": "rapidActionsMenu",
|
|
1638
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
1639
|
}
|
|
1546
1640
|
}
|
|
1547
1641
|
]
|
|
1548
1642
|
},
|
|
1549
1643
|
{
|
|
1550
1644
|
"kind": "javascript-module",
|
|
1551
|
-
"path": "src/
|
|
1645
|
+
"path": "src/actions-menu/index.ts",
|
|
1552
1646
|
"declarations": [],
|
|
1553
1647
|
"exports": [
|
|
1554
1648
|
{
|
|
@@ -1556,15 +1650,7 @@
|
|
|
1556
1650
|
"name": "*",
|
|
1557
1651
|
"declaration": {
|
|
1558
1652
|
"name": "*",
|
|
1559
|
-
"package": "./
|
|
1560
|
-
}
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "js",
|
|
1564
|
-
"name": "*",
|
|
1565
|
-
"declaration": {
|
|
1566
|
-
"name": "*",
|
|
1567
|
-
"package": "./anchor.styles"
|
|
1653
|
+
"package": "./actions-menu"
|
|
1568
1654
|
}
|
|
1569
1655
|
},
|
|
1570
1656
|
{
|
|
@@ -1572,18 +1658,18 @@
|
|
|
1572
1658
|
"name": "*",
|
|
1573
1659
|
"declaration": {
|
|
1574
1660
|
"name": "*",
|
|
1575
|
-
"package": "./
|
|
1661
|
+
"package": "./actions-menu.styles"
|
|
1576
1662
|
}
|
|
1577
1663
|
}
|
|
1578
1664
|
]
|
|
1579
1665
|
},
|
|
1580
1666
|
{
|
|
1581
1667
|
"kind": "javascript-module",
|
|
1582
|
-
"path": "src/
|
|
1668
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
1583
1669
|
"declarations": [
|
|
1584
1670
|
{
|
|
1585
1671
|
"kind": "function",
|
|
1586
|
-
"name": "
|
|
1672
|
+
"name": "rapidAnchoredRegionStyles",
|
|
1587
1673
|
"return": {
|
|
1588
1674
|
"type": {
|
|
1589
1675
|
"text": "ElementStyles"
|
|
@@ -1608,857 +1694,675 @@
|
|
|
1608
1694
|
"exports": [
|
|
1609
1695
|
{
|
|
1610
1696
|
"kind": "js",
|
|
1611
|
-
"name": "
|
|
1697
|
+
"name": "rapidAnchoredRegionStyles",
|
|
1612
1698
|
"declaration": {
|
|
1613
|
-
"name": "
|
|
1614
|
-
"module": "src/
|
|
1699
|
+
"name": "rapidAnchoredRegionStyles",
|
|
1700
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
1615
1701
|
}
|
|
1616
1702
|
}
|
|
1617
1703
|
]
|
|
1618
1704
|
},
|
|
1619
1705
|
{
|
|
1620
1706
|
"kind": "javascript-module",
|
|
1621
|
-
"path": "src/
|
|
1707
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
1708
|
+
"declarations": [
|
|
1709
|
+
{
|
|
1710
|
+
"kind": "function",
|
|
1711
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
1712
|
+
"return": {
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
"parameters": [
|
|
1718
|
+
{
|
|
1719
|
+
"name": "context",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "ElementDefinitionContext"
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "definition",
|
|
1726
|
+
"type": {
|
|
1727
|
+
"text": "FoundationElementDefinition"
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
]
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"exports": [
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "js",
|
|
1736
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
1737
|
+
"declaration": {
|
|
1738
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
1739
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
]
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "javascript-module",
|
|
1746
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
1622
1747
|
"declarations": [
|
|
1623
1748
|
{
|
|
1624
1749
|
"kind": "class",
|
|
1625
1750
|
"description": "",
|
|
1626
|
-
"name": "
|
|
1751
|
+
"name": "AnchoredRegion",
|
|
1627
1752
|
"superclass": {
|
|
1628
|
-
"name": "
|
|
1753
|
+
"name": "FoundationAnchoredRegion",
|
|
1629
1754
|
"package": "@genesislcap/foundation-ui"
|
|
1630
1755
|
},
|
|
1631
|
-
"tagName": "%%prefix%%-
|
|
1756
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
1632
1757
|
"customElement": true,
|
|
1633
1758
|
"attributes": [
|
|
1634
1759
|
{
|
|
1635
|
-
"name": "
|
|
1760
|
+
"name": "anchor",
|
|
1636
1761
|
"type": {
|
|
1637
|
-
"text": "
|
|
1762
|
+
"text": "string"
|
|
1638
1763
|
},
|
|
1639
|
-
"default": "
|
|
1640
|
-
"
|
|
1764
|
+
"default": "\"\"",
|
|
1765
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1766
|
+
"fieldName": "anchor",
|
|
1641
1767
|
"inheritedFrom": {
|
|
1642
|
-
"name": "
|
|
1643
|
-
"module": "src/
|
|
1768
|
+
"name": "AnchoredRegion",
|
|
1769
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1644
1770
|
}
|
|
1645
1771
|
},
|
|
1646
1772
|
{
|
|
1647
|
-
"name": "
|
|
1773
|
+
"name": "viewport",
|
|
1648
1774
|
"type": {
|
|
1649
|
-
"text": "
|
|
1775
|
+
"text": "string"
|
|
1650
1776
|
},
|
|
1651
|
-
"default": "
|
|
1652
|
-
"
|
|
1777
|
+
"default": "\"\"",
|
|
1778
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1779
|
+
"fieldName": "viewport",
|
|
1653
1780
|
"inheritedFrom": {
|
|
1654
|
-
"name": "
|
|
1655
|
-
"module": "src/
|
|
1781
|
+
"name": "AnchoredRegion",
|
|
1782
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1656
1783
|
}
|
|
1657
1784
|
},
|
|
1658
1785
|
{
|
|
1659
|
-
"name": "
|
|
1786
|
+
"name": "horizontal-positioning-mode",
|
|
1660
1787
|
"type": {
|
|
1661
|
-
"text": "
|
|
1788
|
+
"text": "AxisPositioningMode"
|
|
1662
1789
|
},
|
|
1663
|
-
"default": "
|
|
1664
|
-
"
|
|
1790
|
+
"default": "\"uncontrolled\"",
|
|
1791
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
1792
|
+
"fieldName": "horizontalPositioningMode",
|
|
1665
1793
|
"inheritedFrom": {
|
|
1666
|
-
"name": "
|
|
1667
|
-
"module": "src/
|
|
1794
|
+
"name": "AnchoredRegion",
|
|
1795
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1668
1796
|
}
|
|
1669
1797
|
},
|
|
1670
1798
|
{
|
|
1671
|
-
"name": "
|
|
1799
|
+
"name": "horizontal-default-position",
|
|
1672
1800
|
"type": {
|
|
1673
|
-
"text": "
|
|
1801
|
+
"text": "HorizontalPosition"
|
|
1674
1802
|
},
|
|
1675
|
-
"default": "
|
|
1676
|
-
"
|
|
1803
|
+
"default": "\"unset\"",
|
|
1804
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
1805
|
+
"fieldName": "horizontalDefaultPosition",
|
|
1677
1806
|
"inheritedFrom": {
|
|
1678
|
-
"name": "
|
|
1679
|
-
"module": "src/
|
|
1807
|
+
"name": "AnchoredRegion",
|
|
1808
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1680
1809
|
}
|
|
1681
1810
|
},
|
|
1682
1811
|
{
|
|
1683
|
-
"name": "
|
|
1812
|
+
"name": "horizontal-viewport-lock",
|
|
1684
1813
|
"type": {
|
|
1685
1814
|
"text": "boolean"
|
|
1686
1815
|
},
|
|
1687
1816
|
"default": "false",
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"name": "ActionsMenu",
|
|
1691
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"name": "buttonAppearance",
|
|
1696
|
-
"type": {
|
|
1697
|
-
"text": "string"
|
|
1698
|
-
},
|
|
1699
|
-
"fieldName": "buttonAppearance",
|
|
1817
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
1818
|
+
"fieldName": "horizontalViewportLock",
|
|
1700
1819
|
"inheritedFrom": {
|
|
1701
|
-
"name": "
|
|
1702
|
-
"module": "src/
|
|
1820
|
+
"name": "AnchoredRegion",
|
|
1821
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1703
1822
|
}
|
|
1704
1823
|
},
|
|
1705
1824
|
{
|
|
1706
|
-
"name": "
|
|
1825
|
+
"name": "horizontal-inset",
|
|
1707
1826
|
"type": {
|
|
1708
1827
|
"text": "boolean"
|
|
1709
1828
|
},
|
|
1710
1829
|
"default": "false",
|
|
1711
|
-
"
|
|
1830
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
1831
|
+
"fieldName": "horizontalInset",
|
|
1712
1832
|
"inheritedFrom": {
|
|
1713
|
-
"name": "
|
|
1714
|
-
"module": "src/
|
|
1833
|
+
"name": "AnchoredRegion",
|
|
1834
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1715
1835
|
}
|
|
1716
1836
|
},
|
|
1717
1837
|
{
|
|
1718
|
-
"name": "
|
|
1838
|
+
"name": "horizontal-threshold",
|
|
1719
1839
|
"type": {
|
|
1720
|
-
"text": "
|
|
1840
|
+
"text": "number"
|
|
1721
1841
|
},
|
|
1722
|
-
"
|
|
1723
|
-
"fieldName": "
|
|
1842
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
1843
|
+
"fieldName": "horizontalThreshold",
|
|
1724
1844
|
"inheritedFrom": {
|
|
1725
|
-
"name": "
|
|
1726
|
-
"module": "src/
|
|
1845
|
+
"name": "AnchoredRegion",
|
|
1846
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1727
1847
|
}
|
|
1728
|
-
}
|
|
1729
|
-
],
|
|
1730
|
-
"members": [
|
|
1848
|
+
},
|
|
1731
1849
|
{
|
|
1732
|
-
"
|
|
1733
|
-
"name": "actions",
|
|
1850
|
+
"name": "horizontal-scaling",
|
|
1734
1851
|
"type": {
|
|
1735
|
-
"text": "
|
|
1852
|
+
"text": "AxisScalingMode"
|
|
1736
1853
|
},
|
|
1854
|
+
"default": "\"content\"",
|
|
1855
|
+
"description": "Defines how the width of the region is calculated",
|
|
1856
|
+
"fieldName": "horizontalScaling",
|
|
1737
1857
|
"inheritedFrom": {
|
|
1738
|
-
"name": "
|
|
1739
|
-
"module": "src/
|
|
1858
|
+
"name": "AnchoredRegion",
|
|
1859
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1740
1860
|
}
|
|
1741
1861
|
},
|
|
1742
1862
|
{
|
|
1743
|
-
"
|
|
1744
|
-
"name": "isVertical",
|
|
1863
|
+
"name": "vertical-positioning-mode",
|
|
1745
1864
|
"type": {
|
|
1746
|
-
"text": "
|
|
1865
|
+
"text": "AxisPositioningMode"
|
|
1747
1866
|
},
|
|
1748
|
-
"default": "
|
|
1867
|
+
"default": "\"uncontrolled\"",
|
|
1868
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
1869
|
+
"fieldName": "verticalPositioningMode",
|
|
1749
1870
|
"inheritedFrom": {
|
|
1750
|
-
"name": "
|
|
1751
|
-
"module": "src/
|
|
1871
|
+
"name": "AnchoredRegion",
|
|
1872
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1752
1873
|
}
|
|
1753
1874
|
},
|
|
1754
1875
|
{
|
|
1755
|
-
"
|
|
1756
|
-
"name": "addDefaultActions",
|
|
1876
|
+
"name": "vertical-default-position",
|
|
1757
1877
|
"type": {
|
|
1758
|
-
"text": "
|
|
1878
|
+
"text": "VerticalPosition"
|
|
1759
1879
|
},
|
|
1760
|
-
"default": "
|
|
1880
|
+
"default": "\"unset\"",
|
|
1881
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
1882
|
+
"fieldName": "verticalDefaultPosition",
|
|
1761
1883
|
"inheritedFrom": {
|
|
1762
|
-
"name": "
|
|
1763
|
-
"module": "src/
|
|
1884
|
+
"name": "AnchoredRegion",
|
|
1885
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1764
1886
|
}
|
|
1765
1887
|
},
|
|
1766
1888
|
{
|
|
1767
|
-
"
|
|
1768
|
-
"name": "autoCloseOnAction",
|
|
1889
|
+
"name": "vertical-viewport-lock",
|
|
1769
1890
|
"type": {
|
|
1770
1891
|
"text": "boolean"
|
|
1771
1892
|
},
|
|
1772
|
-
"default": "
|
|
1893
|
+
"default": "false",
|
|
1894
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
1895
|
+
"fieldName": "verticalViewportLock",
|
|
1773
1896
|
"inheritedFrom": {
|
|
1774
|
-
"name": "
|
|
1775
|
-
"module": "src/
|
|
1897
|
+
"name": "AnchoredRegion",
|
|
1898
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1776
1899
|
}
|
|
1777
1900
|
},
|
|
1778
1901
|
{
|
|
1779
|
-
"
|
|
1780
|
-
"name": "classNames",
|
|
1902
|
+
"name": "vertical-inset",
|
|
1781
1903
|
"type": {
|
|
1782
|
-
"text": "
|
|
1904
|
+
"text": "boolean"
|
|
1783
1905
|
},
|
|
1906
|
+
"default": "false",
|
|
1907
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
1908
|
+
"fieldName": "verticalInset",
|
|
1784
1909
|
"inheritedFrom": {
|
|
1785
|
-
"name": "
|
|
1786
|
-
"module": "src/
|
|
1910
|
+
"name": "AnchoredRegion",
|
|
1911
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1787
1912
|
}
|
|
1788
1913
|
},
|
|
1789
1914
|
{
|
|
1790
|
-
"
|
|
1791
|
-
"name": "definition",
|
|
1915
|
+
"name": "vertical-threshold",
|
|
1792
1916
|
"type": {
|
|
1793
|
-
"text": "
|
|
1917
|
+
"text": "number"
|
|
1794
1918
|
},
|
|
1919
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
1920
|
+
"fieldName": "verticalThreshold",
|
|
1795
1921
|
"inheritedFrom": {
|
|
1796
|
-
"name": "
|
|
1797
|
-
"module": "src/
|
|
1922
|
+
"name": "AnchoredRegion",
|
|
1923
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1798
1924
|
}
|
|
1799
1925
|
},
|
|
1800
1926
|
{
|
|
1801
|
-
"
|
|
1802
|
-
"name": "name",
|
|
1927
|
+
"name": "vertical-scaling",
|
|
1803
1928
|
"type": {
|
|
1804
|
-
"text": "
|
|
1929
|
+
"text": "AxisScalingMode"
|
|
1805
1930
|
},
|
|
1806
|
-
"default": "
|
|
1931
|
+
"default": "\"content\"",
|
|
1932
|
+
"description": "Defines how the height of the region is calculated",
|
|
1933
|
+
"fieldName": "verticalScaling",
|
|
1807
1934
|
"inheritedFrom": {
|
|
1808
|
-
"name": "
|
|
1809
|
-
"module": "src/
|
|
1935
|
+
"name": "AnchoredRegion",
|
|
1936
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1810
1937
|
}
|
|
1811
1938
|
},
|
|
1812
1939
|
{
|
|
1813
|
-
"
|
|
1814
|
-
"name": "open",
|
|
1940
|
+
"name": "fixed-placement",
|
|
1815
1941
|
"type": {
|
|
1816
1942
|
"text": "boolean"
|
|
1817
1943
|
},
|
|
1818
1944
|
"default": "false",
|
|
1945
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
1946
|
+
"fieldName": "fixedPlacement",
|
|
1819
1947
|
"inheritedFrom": {
|
|
1820
|
-
"name": "
|
|
1821
|
-
"module": "src/
|
|
1948
|
+
"name": "AnchoredRegion",
|
|
1949
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1822
1950
|
}
|
|
1823
1951
|
},
|
|
1824
1952
|
{
|
|
1825
|
-
"
|
|
1826
|
-
"name": "buttonAppearance",
|
|
1953
|
+
"name": "auto-update-mode",
|
|
1827
1954
|
"type": {
|
|
1828
|
-
"text": "
|
|
1955
|
+
"text": "AutoUpdateMode"
|
|
1829
1956
|
},
|
|
1957
|
+
"default": "\"anchor\"",
|
|
1958
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
1959
|
+
"fieldName": "autoUpdateMode",
|
|
1830
1960
|
"inheritedFrom": {
|
|
1831
|
-
"name": "
|
|
1832
|
-
"module": "src/
|
|
1833
|
-
}
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"kind": "field",
|
|
1837
|
-
"name": "hideDisabled",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "boolean"
|
|
1840
|
-
},
|
|
1841
|
-
"default": "false",
|
|
1842
|
-
"inheritedFrom": {
|
|
1843
|
-
"name": "ActionsMenu",
|
|
1844
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1961
|
+
"name": "AnchoredRegion",
|
|
1962
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1845
1963
|
}
|
|
1846
|
-
}
|
|
1964
|
+
}
|
|
1965
|
+
],
|
|
1966
|
+
"members": [
|
|
1847
1967
|
{
|
|
1848
1968
|
"kind": "field",
|
|
1849
|
-
"name": "
|
|
1969
|
+
"name": "anchor",
|
|
1850
1970
|
"type": {
|
|
1851
|
-
"text": "
|
|
1971
|
+
"text": "string"
|
|
1852
1972
|
},
|
|
1853
|
-
"
|
|
1973
|
+
"privacy": "public",
|
|
1974
|
+
"default": "\"\"",
|
|
1975
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
1854
1976
|
"inheritedFrom": {
|
|
1855
|
-
"name": "
|
|
1856
|
-
"module": "src/
|
|
1977
|
+
"name": "AnchoredRegion",
|
|
1978
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1857
1979
|
}
|
|
1858
1980
|
},
|
|
1859
1981
|
{
|
|
1860
|
-
"kind": "
|
|
1861
|
-
"name": "
|
|
1862
|
-
"
|
|
1863
|
-
|
|
1982
|
+
"kind": "method",
|
|
1983
|
+
"name": "anchorChanged",
|
|
1984
|
+
"privacy": "private",
|
|
1985
|
+
"return": {
|
|
1986
|
+
"type": {
|
|
1987
|
+
"text": "void"
|
|
1988
|
+
}
|
|
1864
1989
|
},
|
|
1865
1990
|
"inheritedFrom": {
|
|
1866
|
-
"name": "
|
|
1867
|
-
"module": "src/
|
|
1991
|
+
"name": "AnchoredRegion",
|
|
1992
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1868
1993
|
}
|
|
1869
1994
|
},
|
|
1870
1995
|
{
|
|
1871
1996
|
"kind": "field",
|
|
1872
|
-
"name": "
|
|
1997
|
+
"name": "viewport",
|
|
1873
1998
|
"type": {
|
|
1874
|
-
"text": "
|
|
1999
|
+
"text": "string"
|
|
1875
2000
|
},
|
|
2001
|
+
"privacy": "public",
|
|
2002
|
+
"default": "\"\"",
|
|
2003
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
1876
2004
|
"inheritedFrom": {
|
|
1877
|
-
"name": "
|
|
1878
|
-
"module": "src/
|
|
2005
|
+
"name": "AnchoredRegion",
|
|
2006
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1879
2007
|
}
|
|
1880
2008
|
},
|
|
1881
2009
|
{
|
|
1882
2010
|
"kind": "method",
|
|
1883
|
-
"name": "
|
|
1884
|
-
"privacy": "
|
|
1885
|
-
"
|
|
1886
|
-
{
|
|
1887
|
-
"
|
|
1888
|
-
"type": {
|
|
1889
|
-
"text": "any"
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"name": "newValue",
|
|
1894
|
-
"type": {
|
|
1895
|
-
"text": "any"
|
|
1896
|
-
}
|
|
2011
|
+
"name": "viewportChanged",
|
|
2012
|
+
"privacy": "private",
|
|
2013
|
+
"return": {
|
|
2014
|
+
"type": {
|
|
2015
|
+
"text": "void"
|
|
1897
2016
|
}
|
|
1898
|
-
|
|
1899
|
-
"inheritedFrom": {
|
|
1900
|
-
"name": "ActionsMenu",
|
|
1901
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "method",
|
|
1906
|
-
"name": "openChanged",
|
|
1907
|
-
"privacy": "protected",
|
|
2017
|
+
},
|
|
1908
2018
|
"inheritedFrom": {
|
|
1909
|
-
"name": "
|
|
1910
|
-
"module": "src/
|
|
2019
|
+
"name": "AnchoredRegion",
|
|
2020
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1911
2021
|
}
|
|
1912
2022
|
},
|
|
1913
2023
|
{
|
|
1914
|
-
"kind": "
|
|
1915
|
-
"name": "
|
|
2024
|
+
"kind": "field",
|
|
2025
|
+
"name": "horizontalPositioningMode",
|
|
2026
|
+
"type": {
|
|
2027
|
+
"text": "AxisPositioningMode"
|
|
2028
|
+
},
|
|
2029
|
+
"privacy": "public",
|
|
2030
|
+
"default": "\"uncontrolled\"",
|
|
2031
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
1916
2032
|
"inheritedFrom": {
|
|
1917
|
-
"name": "
|
|
1918
|
-
"module": "src/
|
|
2033
|
+
"name": "AnchoredRegion",
|
|
2034
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1919
2035
|
}
|
|
1920
2036
|
},
|
|
1921
2037
|
{
|
|
1922
2038
|
"kind": "method",
|
|
1923
|
-
"name": "
|
|
1924
|
-
"
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
"
|
|
1928
|
-
"text": "(rowData) => void | any"
|
|
1929
|
-
}
|
|
2039
|
+
"name": "horizontalPositioningModeChanged",
|
|
2040
|
+
"privacy": "private",
|
|
2041
|
+
"return": {
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "void"
|
|
1930
2044
|
}
|
|
1931
|
-
|
|
2045
|
+
},
|
|
1932
2046
|
"inheritedFrom": {
|
|
1933
|
-
"name": "
|
|
1934
|
-
"module": "src/
|
|
2047
|
+
"name": "AnchoredRegion",
|
|
2048
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1935
2049
|
}
|
|
1936
2050
|
},
|
|
1937
2051
|
{
|
|
1938
2052
|
"kind": "field",
|
|
1939
|
-
"name": "
|
|
2053
|
+
"name": "horizontalDefaultPosition",
|
|
1940
2054
|
"type": {
|
|
1941
|
-
"text": "
|
|
2055
|
+
"text": "HorizontalPosition"
|
|
1942
2056
|
},
|
|
1943
|
-
"
|
|
2057
|
+
"privacy": "public",
|
|
2058
|
+
"default": "\"unset\"",
|
|
2059
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
1944
2060
|
"inheritedFrom": {
|
|
1945
|
-
"name": "
|
|
1946
|
-
"module": "src/
|
|
2061
|
+
"name": "AnchoredRegion",
|
|
2062
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1947
2063
|
}
|
|
1948
2064
|
},
|
|
1949
2065
|
{
|
|
1950
|
-
"kind": "
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
2066
|
+
"kind": "method",
|
|
2067
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2068
|
+
"privacy": "private",
|
|
2069
|
+
"return": {
|
|
2070
|
+
"type": {
|
|
2071
|
+
"text": "void"
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
1953
2074
|
"inheritedFrom": {
|
|
1954
|
-
"name": "
|
|
1955
|
-
"module": "src/
|
|
2075
|
+
"name": "AnchoredRegion",
|
|
2076
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1956
2077
|
}
|
|
1957
2078
|
},
|
|
1958
2079
|
{
|
|
1959
|
-
"kind": "
|
|
1960
|
-
"name": "
|
|
1961
|
-
"
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
}
|
|
1968
|
-
],
|
|
2080
|
+
"kind": "field",
|
|
2081
|
+
"name": "horizontalViewportLock",
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "boolean"
|
|
2084
|
+
},
|
|
2085
|
+
"privacy": "public",
|
|
2086
|
+
"default": "false",
|
|
2087
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
1969
2088
|
"inheritedFrom": {
|
|
1970
|
-
"name": "
|
|
1971
|
-
"module": "src/
|
|
2089
|
+
"name": "AnchoredRegion",
|
|
2090
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1972
2091
|
}
|
|
1973
2092
|
},
|
|
1974
2093
|
{
|
|
1975
2094
|
"kind": "method",
|
|
1976
|
-
"name": "
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
"
|
|
1981
|
-
"text": "string"
|
|
1982
|
-
}
|
|
2095
|
+
"name": "horizontalViewportLockChanged",
|
|
2096
|
+
"privacy": "private",
|
|
2097
|
+
"return": {
|
|
2098
|
+
"type": {
|
|
2099
|
+
"text": "void"
|
|
1983
2100
|
}
|
|
1984
|
-
|
|
2101
|
+
},
|
|
1985
2102
|
"inheritedFrom": {
|
|
1986
|
-
"name": "
|
|
1987
|
-
"module": "src/
|
|
2103
|
+
"name": "AnchoredRegion",
|
|
2104
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
1988
2105
|
}
|
|
1989
2106
|
},
|
|
1990
2107
|
{
|
|
1991
2108
|
"kind": "field",
|
|
1992
|
-
"name": "
|
|
2109
|
+
"name": "horizontalInset",
|
|
1993
2110
|
"type": {
|
|
1994
|
-
"text": "
|
|
2111
|
+
"text": "boolean"
|
|
1995
2112
|
},
|
|
1996
|
-
"privacy": "
|
|
1997
|
-
"default": "
|
|
2113
|
+
"privacy": "public",
|
|
2114
|
+
"default": "false",
|
|
2115
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
1998
2116
|
"inheritedFrom": {
|
|
1999
|
-
"name": "
|
|
2000
|
-
"module": "src/
|
|
2117
|
+
"name": "AnchoredRegion",
|
|
2118
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2001
2119
|
}
|
|
2002
2120
|
},
|
|
2003
2121
|
{
|
|
2004
|
-
"kind": "
|
|
2005
|
-
"name": "
|
|
2006
|
-
"
|
|
2007
|
-
|
|
2122
|
+
"kind": "method",
|
|
2123
|
+
"name": "horizontalInsetChanged",
|
|
2124
|
+
"privacy": "private",
|
|
2125
|
+
"return": {
|
|
2126
|
+
"type": {
|
|
2127
|
+
"text": "void"
|
|
2128
|
+
}
|
|
2008
2129
|
},
|
|
2009
|
-
"privacy": "public",
|
|
2010
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2011
2130
|
"inheritedFrom": {
|
|
2012
|
-
"name": "
|
|
2013
|
-
"module": "src/
|
|
2131
|
+
"name": "AnchoredRegion",
|
|
2132
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2014
2133
|
}
|
|
2015
2134
|
},
|
|
2016
2135
|
{
|
|
2017
2136
|
"kind": "field",
|
|
2018
|
-
"name": "
|
|
2137
|
+
"name": "horizontalThreshold",
|
|
2019
2138
|
"type": {
|
|
2020
|
-
"text": "
|
|
2139
|
+
"text": "number"
|
|
2021
2140
|
},
|
|
2022
2141
|
"privacy": "public",
|
|
2023
|
-
"description": "
|
|
2142
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2024
2143
|
"inheritedFrom": {
|
|
2025
|
-
"name": "
|
|
2026
|
-
"module": "src/
|
|
2144
|
+
"name": "AnchoredRegion",
|
|
2145
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2027
2146
|
}
|
|
2028
2147
|
},
|
|
2029
2148
|
{
|
|
2030
2149
|
"kind": "method",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"privacy": "
|
|
2150
|
+
"name": "horizontalThresholdChanged",
|
|
2151
|
+
"privacy": "private",
|
|
2033
2152
|
"return": {
|
|
2034
2153
|
"type": {
|
|
2035
2154
|
"text": "void"
|
|
2036
2155
|
}
|
|
2037
2156
|
},
|
|
2038
2157
|
"inheritedFrom": {
|
|
2039
|
-
"name": "
|
|
2040
|
-
"module": "src/
|
|
2158
|
+
"name": "AnchoredRegion",
|
|
2159
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2041
2160
|
}
|
|
2042
2161
|
},
|
|
2043
2162
|
{
|
|
2044
2163
|
"kind": "field",
|
|
2045
|
-
"name": "
|
|
2164
|
+
"name": "horizontalScaling",
|
|
2046
2165
|
"type": {
|
|
2047
|
-
"text": "
|
|
2166
|
+
"text": "AxisScalingMode"
|
|
2048
2167
|
},
|
|
2049
2168
|
"privacy": "public",
|
|
2050
|
-
"
|
|
2169
|
+
"default": "\"content\"",
|
|
2170
|
+
"description": "Defines how the width of the region is calculated",
|
|
2051
2171
|
"inheritedFrom": {
|
|
2052
|
-
"name": "
|
|
2053
|
-
"module": "src/
|
|
2172
|
+
"name": "AnchoredRegion",
|
|
2173
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2054
2174
|
}
|
|
2055
2175
|
},
|
|
2056
2176
|
{
|
|
2057
2177
|
"kind": "method",
|
|
2058
|
-
"name": "
|
|
2059
|
-
"privacy": "
|
|
2178
|
+
"name": "horizontalScalingChanged",
|
|
2179
|
+
"privacy": "private",
|
|
2060
2180
|
"return": {
|
|
2061
2181
|
"type": {
|
|
2062
2182
|
"text": "void"
|
|
2063
2183
|
}
|
|
2064
2184
|
},
|
|
2065
2185
|
"inheritedFrom": {
|
|
2066
|
-
"name": "
|
|
2067
|
-
"module": "src/
|
|
2186
|
+
"name": "AnchoredRegion",
|
|
2187
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2068
2188
|
}
|
|
2069
2189
|
},
|
|
2070
2190
|
{
|
|
2071
|
-
"kind": "
|
|
2072
|
-
"name": "
|
|
2191
|
+
"kind": "field",
|
|
2192
|
+
"name": "verticalPositioningMode",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "AxisPositioningMode"
|
|
2195
|
+
},
|
|
2073
2196
|
"privacy": "public",
|
|
2074
|
-
"
|
|
2197
|
+
"default": "\"uncontrolled\"",
|
|
2198
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2199
|
+
"inheritedFrom": {
|
|
2200
|
+
"name": "AnchoredRegion",
|
|
2201
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "method",
|
|
2206
|
+
"name": "verticalPositioningModeChanged",
|
|
2207
|
+
"privacy": "private",
|
|
2075
2208
|
"return": {
|
|
2076
2209
|
"type": {
|
|
2077
|
-
"text": "
|
|
2210
|
+
"text": "void"
|
|
2078
2211
|
}
|
|
2079
2212
|
},
|
|
2080
|
-
"parameters": [
|
|
2081
|
-
{
|
|
2082
|
-
"name": "this",
|
|
2083
|
-
"type": {
|
|
2084
|
-
"text": "K"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"name": "elementDefinition",
|
|
2089
|
-
"type": {
|
|
2090
|
-
"text": "T"
|
|
2091
|
-
},
|
|
2092
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2093
|
-
}
|
|
2094
|
-
],
|
|
2095
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2096
2213
|
"inheritedFrom": {
|
|
2097
|
-
"name": "
|
|
2098
|
-
"module": "src/
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
]
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"kind": "variable",
|
|
2105
|
-
"name": "rapidActionsMenu",
|
|
2106
|
-
"description": "The Rapid Actions Menu",
|
|
2107
|
-
"privacy": "public"
|
|
2108
|
-
}
|
|
2109
|
-
],
|
|
2110
|
-
"exports": [
|
|
2111
|
-
{
|
|
2112
|
-
"kind": "js",
|
|
2113
|
-
"name": "ActionsMenu",
|
|
2114
|
-
"declaration": {
|
|
2115
|
-
"name": "ActionsMenu",
|
|
2116
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
"kind": "js",
|
|
2121
|
-
"name": "rapidActionsMenu",
|
|
2122
|
-
"declaration": {
|
|
2123
|
-
"name": "rapidActionsMenu",
|
|
2124
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"kind": "javascript-module",
|
|
2131
|
-
"path": "src/actions-menu/index.ts",
|
|
2132
|
-
"declarations": [],
|
|
2133
|
-
"exports": [
|
|
2134
|
-
{
|
|
2135
|
-
"kind": "js",
|
|
2136
|
-
"name": "*",
|
|
2137
|
-
"declaration": {
|
|
2138
|
-
"name": "*",
|
|
2139
|
-
"package": "./actions-menu"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"kind": "js",
|
|
2144
|
-
"name": "*",
|
|
2145
|
-
"declaration": {
|
|
2146
|
-
"name": "*",
|
|
2147
|
-
"package": "./actions-menu.styles"
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
]
|
|
2151
|
-
},
|
|
2152
|
-
{
|
|
2153
|
-
"kind": "javascript-module",
|
|
2154
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2155
|
-
"declarations": [
|
|
2156
|
-
{
|
|
2157
|
-
"kind": "function",
|
|
2158
|
-
"name": "rapidAnchoredRegionStyles",
|
|
2159
|
-
"return": {
|
|
2160
|
-
"type": {
|
|
2161
|
-
"text": "ElementStyles"
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
"parameters": [
|
|
2165
|
-
{
|
|
2166
|
-
"name": "context",
|
|
2167
|
-
"type": {
|
|
2168
|
-
"text": "ElementDefinitionContext"
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
"name": "definition",
|
|
2173
|
-
"type": {
|
|
2174
|
-
"text": "FoundationElementDefinition"
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
]
|
|
2178
|
-
}
|
|
2179
|
-
],
|
|
2180
|
-
"exports": [
|
|
2181
|
-
{
|
|
2182
|
-
"kind": "js",
|
|
2183
|
-
"name": "rapidAnchoredRegionStyles",
|
|
2184
|
-
"declaration": {
|
|
2185
|
-
"name": "rapidAnchoredRegionStyles",
|
|
2186
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
|
-
]
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "javascript-module",
|
|
2193
|
-
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2194
|
-
"declarations": [
|
|
2195
|
-
{
|
|
2196
|
-
"kind": "function",
|
|
2197
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
2198
|
-
"return": {
|
|
2199
|
-
"type": {
|
|
2200
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2201
|
-
}
|
|
2202
|
-
},
|
|
2203
|
-
"parameters": [
|
|
2204
|
-
{
|
|
2205
|
-
"name": "context",
|
|
2206
|
-
"type": {
|
|
2207
|
-
"text": "ElementDefinitionContext"
|
|
2214
|
+
"name": "AnchoredRegion",
|
|
2215
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2208
2216
|
}
|
|
2209
2217
|
},
|
|
2210
2218
|
{
|
|
2211
|
-
"
|
|
2212
|
-
"
|
|
2213
|
-
"text": "FoundationElementDefinition"
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
|
-
]
|
|
2217
|
-
}
|
|
2218
|
-
],
|
|
2219
|
-
"exports": [
|
|
2220
|
-
{
|
|
2221
|
-
"kind": "js",
|
|
2222
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
2223
|
-
"declaration": {
|
|
2224
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
2225
|
-
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2226
|
-
}
|
|
2227
|
-
}
|
|
2228
|
-
]
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"kind": "javascript-module",
|
|
2232
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2233
|
-
"declarations": [
|
|
2234
|
-
{
|
|
2235
|
-
"kind": "class",
|
|
2236
|
-
"description": "",
|
|
2237
|
-
"name": "AnchoredRegion",
|
|
2238
|
-
"superclass": {
|
|
2239
|
-
"name": "FoundationAnchoredRegion",
|
|
2240
|
-
"package": "@genesislcap/foundation-ui"
|
|
2241
|
-
},
|
|
2242
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2243
|
-
"customElement": true,
|
|
2244
|
-
"attributes": [
|
|
2245
|
-
{
|
|
2246
|
-
"name": "anchor",
|
|
2219
|
+
"kind": "field",
|
|
2220
|
+
"name": "verticalDefaultPosition",
|
|
2247
2221
|
"type": {
|
|
2248
|
-
"text": "
|
|
2222
|
+
"text": "VerticalPosition"
|
|
2249
2223
|
},
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2224
|
+
"privacy": "public",
|
|
2225
|
+
"default": "\"unset\"",
|
|
2226
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2253
2227
|
"inheritedFrom": {
|
|
2254
2228
|
"name": "AnchoredRegion",
|
|
2255
2229
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2256
2230
|
}
|
|
2257
2231
|
},
|
|
2258
2232
|
{
|
|
2259
|
-
"
|
|
2260
|
-
"
|
|
2261
|
-
|
|
2233
|
+
"kind": "method",
|
|
2234
|
+
"name": "verticalDefaultPositionChanged",
|
|
2235
|
+
"privacy": "private",
|
|
2236
|
+
"return": {
|
|
2237
|
+
"type": {
|
|
2238
|
+
"text": "void"
|
|
2239
|
+
}
|
|
2262
2240
|
},
|
|
2263
|
-
"default": "\"\"",
|
|
2264
|
-
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2265
|
-
"fieldName": "viewport",
|
|
2266
2241
|
"inheritedFrom": {
|
|
2267
2242
|
"name": "AnchoredRegion",
|
|
2268
2243
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2269
2244
|
}
|
|
2270
2245
|
},
|
|
2271
2246
|
{
|
|
2272
|
-
"
|
|
2247
|
+
"kind": "field",
|
|
2248
|
+
"name": "verticalViewportLock",
|
|
2273
2249
|
"type": {
|
|
2274
|
-
"text": "
|
|
2250
|
+
"text": "boolean"
|
|
2275
2251
|
},
|
|
2276
|
-
"
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2252
|
+
"privacy": "public",
|
|
2253
|
+
"default": "false",
|
|
2254
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2279
2255
|
"inheritedFrom": {
|
|
2280
2256
|
"name": "AnchoredRegion",
|
|
2281
2257
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2282
2258
|
}
|
|
2283
2259
|
},
|
|
2284
2260
|
{
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2287
|
-
|
|
2261
|
+
"kind": "method",
|
|
2262
|
+
"name": "verticalViewportLockChanged",
|
|
2263
|
+
"privacy": "private",
|
|
2264
|
+
"return": {
|
|
2265
|
+
"type": {
|
|
2266
|
+
"text": "void"
|
|
2267
|
+
}
|
|
2288
2268
|
},
|
|
2289
|
-
"default": "\"unset\"",
|
|
2290
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2291
|
-
"fieldName": "horizontalDefaultPosition",
|
|
2292
2269
|
"inheritedFrom": {
|
|
2293
2270
|
"name": "AnchoredRegion",
|
|
2294
2271
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2295
2272
|
}
|
|
2296
2273
|
},
|
|
2297
2274
|
{
|
|
2298
|
-
"
|
|
2275
|
+
"kind": "field",
|
|
2276
|
+
"name": "verticalInset",
|
|
2299
2277
|
"type": {
|
|
2300
2278
|
"text": "boolean"
|
|
2301
2279
|
},
|
|
2280
|
+
"privacy": "public",
|
|
2302
2281
|
"default": "false",
|
|
2303
|
-
"description": "Whether the region
|
|
2304
|
-
"fieldName": "horizontalViewportLock",
|
|
2282
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2305
2283
|
"inheritedFrom": {
|
|
2306
2284
|
"name": "AnchoredRegion",
|
|
2307
2285
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2308
2286
|
}
|
|
2309
2287
|
},
|
|
2310
2288
|
{
|
|
2311
|
-
"
|
|
2312
|
-
"
|
|
2313
|
-
|
|
2289
|
+
"kind": "method",
|
|
2290
|
+
"name": "verticalInsetChanged",
|
|
2291
|
+
"privacy": "private",
|
|
2292
|
+
"return": {
|
|
2293
|
+
"type": {
|
|
2294
|
+
"text": "void"
|
|
2295
|
+
}
|
|
2314
2296
|
},
|
|
2315
|
-
"default": "false",
|
|
2316
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2317
|
-
"fieldName": "horizontalInset",
|
|
2318
2297
|
"inheritedFrom": {
|
|
2319
2298
|
"name": "AnchoredRegion",
|
|
2320
2299
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2321
2300
|
}
|
|
2322
2301
|
},
|
|
2323
2302
|
{
|
|
2324
|
-
"
|
|
2303
|
+
"kind": "field",
|
|
2304
|
+
"name": "verticalThreshold",
|
|
2325
2305
|
"type": {
|
|
2326
2306
|
"text": "number"
|
|
2327
2307
|
},
|
|
2328
|
-
"
|
|
2329
|
-
"
|
|
2330
|
-
"inheritedFrom": {
|
|
2331
|
-
"name": "AnchoredRegion",
|
|
2332
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2333
|
-
}
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"name": "horizontal-scaling",
|
|
2337
|
-
"type": {
|
|
2338
|
-
"text": "AxisScalingMode"
|
|
2339
|
-
},
|
|
2340
|
-
"default": "\"content\"",
|
|
2341
|
-
"description": "Defines how the width of the region is calculated",
|
|
2342
|
-
"fieldName": "horizontalScaling",
|
|
2343
|
-
"inheritedFrom": {
|
|
2344
|
-
"name": "AnchoredRegion",
|
|
2345
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"name": "vertical-positioning-mode",
|
|
2350
|
-
"type": {
|
|
2351
|
-
"text": "AxisPositioningMode"
|
|
2352
|
-
},
|
|
2353
|
-
"default": "\"uncontrolled\"",
|
|
2354
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2355
|
-
"fieldName": "verticalPositioningMode",
|
|
2356
|
-
"inheritedFrom": {
|
|
2357
|
-
"name": "AnchoredRegion",
|
|
2358
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
{
|
|
2362
|
-
"name": "vertical-default-position",
|
|
2363
|
-
"type": {
|
|
2364
|
-
"text": "VerticalPosition"
|
|
2365
|
-
},
|
|
2366
|
-
"default": "\"unset\"",
|
|
2367
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
2368
|
-
"fieldName": "verticalDefaultPosition",
|
|
2369
|
-
"inheritedFrom": {
|
|
2370
|
-
"name": "AnchoredRegion",
|
|
2371
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "vertical-viewport-lock",
|
|
2376
|
-
"type": {
|
|
2377
|
-
"text": "boolean"
|
|
2378
|
-
},
|
|
2379
|
-
"default": "false",
|
|
2380
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2381
|
-
"fieldName": "verticalViewportLock",
|
|
2382
|
-
"inheritedFrom": {
|
|
2383
|
-
"name": "AnchoredRegion",
|
|
2384
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2385
|
-
}
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"name": "vertical-inset",
|
|
2389
|
-
"type": {
|
|
2390
|
-
"text": "boolean"
|
|
2391
|
-
},
|
|
2392
|
-
"default": "false",
|
|
2393
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2394
|
-
"fieldName": "verticalInset",
|
|
2308
|
+
"privacy": "public",
|
|
2309
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2395
2310
|
"inheritedFrom": {
|
|
2396
2311
|
"name": "AnchoredRegion",
|
|
2397
2312
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2398
2313
|
}
|
|
2399
2314
|
},
|
|
2400
2315
|
{
|
|
2401
|
-
"
|
|
2402
|
-
"
|
|
2403
|
-
|
|
2316
|
+
"kind": "method",
|
|
2317
|
+
"name": "verticalThresholdChanged",
|
|
2318
|
+
"privacy": "private",
|
|
2319
|
+
"return": {
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "void"
|
|
2322
|
+
}
|
|
2404
2323
|
},
|
|
2405
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2406
|
-
"fieldName": "verticalThreshold",
|
|
2407
2324
|
"inheritedFrom": {
|
|
2408
2325
|
"name": "AnchoredRegion",
|
|
2409
2326
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2410
2327
|
}
|
|
2411
2328
|
},
|
|
2412
2329
|
{
|
|
2413
|
-
"
|
|
2330
|
+
"kind": "field",
|
|
2331
|
+
"name": "verticalScaling",
|
|
2414
2332
|
"type": {
|
|
2415
2333
|
"text": "AxisScalingMode"
|
|
2416
2334
|
},
|
|
2335
|
+
"privacy": "public",
|
|
2417
2336
|
"default": "\"content\"",
|
|
2418
2337
|
"description": "Defines how the height of the region is calculated",
|
|
2419
|
-
"fieldName": "verticalScaling",
|
|
2420
2338
|
"inheritedFrom": {
|
|
2421
2339
|
"name": "AnchoredRegion",
|
|
2422
2340
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2423
2341
|
}
|
|
2424
2342
|
},
|
|
2425
2343
|
{
|
|
2426
|
-
"
|
|
2427
|
-
"
|
|
2428
|
-
|
|
2344
|
+
"kind": "method",
|
|
2345
|
+
"name": "verticalScalingChanged",
|
|
2346
|
+
"privacy": "private",
|
|
2347
|
+
"return": {
|
|
2348
|
+
"type": {
|
|
2349
|
+
"text": "void"
|
|
2350
|
+
}
|
|
2429
2351
|
},
|
|
2430
|
-
"default": "false",
|
|
2431
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2432
|
-
"fieldName": "fixedPlacement",
|
|
2433
2352
|
"inheritedFrom": {
|
|
2434
2353
|
"name": "AnchoredRegion",
|
|
2435
2354
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2436
2355
|
}
|
|
2437
2356
|
},
|
|
2438
|
-
{
|
|
2439
|
-
"name": "auto-update-mode",
|
|
2440
|
-
"type": {
|
|
2441
|
-
"text": "AutoUpdateMode"
|
|
2442
|
-
},
|
|
2443
|
-
"default": "\"anchor\"",
|
|
2444
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2445
|
-
"fieldName": "autoUpdateMode",
|
|
2446
|
-
"inheritedFrom": {
|
|
2447
|
-
"name": "AnchoredRegion",
|
|
2448
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
],
|
|
2452
|
-
"members": [
|
|
2453
2357
|
{
|
|
2454
2358
|
"kind": "field",
|
|
2455
|
-
"name": "
|
|
2359
|
+
"name": "fixedPlacement",
|
|
2456
2360
|
"type": {
|
|
2457
|
-
"text": "
|
|
2361
|
+
"text": "boolean"
|
|
2458
2362
|
},
|
|
2459
2363
|
"privacy": "public",
|
|
2460
|
-
"default": "
|
|
2461
|
-
"description": "
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2462
2366
|
"inheritedFrom": {
|
|
2463
2367
|
"name": "AnchoredRegion",
|
|
2464
2368
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2466,7 +2370,7 @@
|
|
|
2466
2370
|
},
|
|
2467
2371
|
{
|
|
2468
2372
|
"kind": "method",
|
|
2469
|
-
"name": "
|
|
2373
|
+
"name": "fixedPlacementChanged",
|
|
2470
2374
|
"privacy": "private",
|
|
2471
2375
|
"return": {
|
|
2472
2376
|
"type": {
|
|
@@ -2480,13 +2384,13 @@
|
|
|
2480
2384
|
},
|
|
2481
2385
|
{
|
|
2482
2386
|
"kind": "field",
|
|
2483
|
-
"name": "
|
|
2387
|
+
"name": "autoUpdateMode",
|
|
2484
2388
|
"type": {
|
|
2485
|
-
"text": "
|
|
2389
|
+
"text": "AutoUpdateMode"
|
|
2486
2390
|
},
|
|
2487
2391
|
"privacy": "public",
|
|
2488
|
-
"default": "\"\"",
|
|
2489
|
-
"description": "
|
|
2392
|
+
"default": "\"anchor\"",
|
|
2393
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2490
2394
|
"inheritedFrom": {
|
|
2491
2395
|
"name": "AnchoredRegion",
|
|
2492
2396
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2494,13 +2398,27 @@
|
|
|
2494
2398
|
},
|
|
2495
2399
|
{
|
|
2496
2400
|
"kind": "method",
|
|
2497
|
-
"name": "
|
|
2401
|
+
"name": "autoUpdateModeChanged",
|
|
2498
2402
|
"privacy": "private",
|
|
2499
2403
|
"return": {
|
|
2500
2404
|
"type": {
|
|
2501
2405
|
"text": "void"
|
|
2502
2406
|
}
|
|
2503
2407
|
},
|
|
2408
|
+
"parameters": [
|
|
2409
|
+
{
|
|
2410
|
+
"name": "prevMode",
|
|
2411
|
+
"type": {
|
|
2412
|
+
"text": "AutoUpdateMode"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"name": "newMode",
|
|
2417
|
+
"type": {
|
|
2418
|
+
"text": "AutoUpdateMode"
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
],
|
|
2504
2422
|
"inheritedFrom": {
|
|
2505
2423
|
"name": "AnchoredRegion",
|
|
2506
2424
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2508,13 +2426,13 @@
|
|
|
2508
2426
|
},
|
|
2509
2427
|
{
|
|
2510
2428
|
"kind": "field",
|
|
2511
|
-
"name": "
|
|
2429
|
+
"name": "anchorElement",
|
|
2512
2430
|
"type": {
|
|
2513
|
-
"text": "
|
|
2431
|
+
"text": "HTMLElement | null"
|
|
2514
2432
|
},
|
|
2515
2433
|
"privacy": "public",
|
|
2516
|
-
"default": "
|
|
2517
|
-
"description": "
|
|
2434
|
+
"default": "null",
|
|
2435
|
+
"description": "The HTML element being used as the anchor",
|
|
2518
2436
|
"inheritedFrom": {
|
|
2519
2437
|
"name": "AnchoredRegion",
|
|
2520
2438
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2522,7 +2440,7 @@
|
|
|
2522
2440
|
},
|
|
2523
2441
|
{
|
|
2524
2442
|
"kind": "method",
|
|
2525
|
-
"name": "
|
|
2443
|
+
"name": "anchorElementChanged",
|
|
2526
2444
|
"privacy": "private",
|
|
2527
2445
|
"return": {
|
|
2528
2446
|
"type": {
|
|
@@ -2536,13 +2454,13 @@
|
|
|
2536
2454
|
},
|
|
2537
2455
|
{
|
|
2538
2456
|
"kind": "field",
|
|
2539
|
-
"name": "
|
|
2457
|
+
"name": "viewportElement",
|
|
2540
2458
|
"type": {
|
|
2541
|
-
"text": "
|
|
2459
|
+
"text": "HTMLElement | null"
|
|
2542
2460
|
},
|
|
2543
2461
|
"privacy": "public",
|
|
2544
|
-
"default": "
|
|
2545
|
-
"description": "The
|
|
2462
|
+
"default": "null",
|
|
2463
|
+
"description": "The HTML element being used as the viewport",
|
|
2546
2464
|
"inheritedFrom": {
|
|
2547
2465
|
"name": "AnchoredRegion",
|
|
2548
2466
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2550,7 +2468,7 @@
|
|
|
2550
2468
|
},
|
|
2551
2469
|
{
|
|
2552
2470
|
"kind": "method",
|
|
2553
|
-
"name": "
|
|
2471
|
+
"name": "viewportElementChanged",
|
|
2554
2472
|
"privacy": "private",
|
|
2555
2473
|
"return": {
|
|
2556
2474
|
"type": {
|
|
@@ -2564,27 +2482,25 @@
|
|
|
2564
2482
|
},
|
|
2565
2483
|
{
|
|
2566
2484
|
"kind": "field",
|
|
2567
|
-
"name": "
|
|
2485
|
+
"name": "verticalPosition",
|
|
2568
2486
|
"type": {
|
|
2569
|
-
"text": "
|
|
2487
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2570
2488
|
},
|
|
2571
2489
|
"privacy": "public",
|
|
2572
|
-
"
|
|
2573
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2490
|
+
"description": "indicates the current horizontal position of the region",
|
|
2574
2491
|
"inheritedFrom": {
|
|
2575
2492
|
"name": "AnchoredRegion",
|
|
2576
2493
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2577
2494
|
}
|
|
2578
2495
|
},
|
|
2579
2496
|
{
|
|
2580
|
-
"kind": "
|
|
2581
|
-
"name": "
|
|
2582
|
-
"
|
|
2583
|
-
|
|
2584
|
-
"type": {
|
|
2585
|
-
"text": "void"
|
|
2586
|
-
}
|
|
2497
|
+
"kind": "field",
|
|
2498
|
+
"name": "horizontalPosition",
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
2587
2501
|
},
|
|
2502
|
+
"privacy": "public",
|
|
2503
|
+
"description": "indicates the current vertical position of the region",
|
|
2588
2504
|
"inheritedFrom": {
|
|
2589
2505
|
"name": "AnchoredRegion",
|
|
2590
2506
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2592,27 +2508,24 @@
|
|
|
2592
2508
|
},
|
|
2593
2509
|
{
|
|
2594
2510
|
"kind": "field",
|
|
2595
|
-
"name": "
|
|
2511
|
+
"name": "translateX",
|
|
2596
2512
|
"type": {
|
|
2597
|
-
"text": "
|
|
2513
|
+
"text": "number"
|
|
2598
2514
|
},
|
|
2599
|
-
"privacy": "
|
|
2600
|
-
"
|
|
2601
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2515
|
+
"privacy": "private",
|
|
2516
|
+
"description": "values to be applied to the component's transform on render",
|
|
2602
2517
|
"inheritedFrom": {
|
|
2603
2518
|
"name": "AnchoredRegion",
|
|
2604
2519
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2605
2520
|
}
|
|
2606
2521
|
},
|
|
2607
2522
|
{
|
|
2608
|
-
"kind": "
|
|
2609
|
-
"name": "
|
|
2610
|
-
"
|
|
2611
|
-
|
|
2612
|
-
"type": {
|
|
2613
|
-
"text": "void"
|
|
2614
|
-
}
|
|
2523
|
+
"kind": "field",
|
|
2524
|
+
"name": "translateY",
|
|
2525
|
+
"type": {
|
|
2526
|
+
"text": "number"
|
|
2615
2527
|
},
|
|
2528
|
+
"privacy": "private",
|
|
2616
2529
|
"inheritedFrom": {
|
|
2617
2530
|
"name": "AnchoredRegion",
|
|
2618
2531
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2620,26 +2533,24 @@
|
|
|
2620
2533
|
},
|
|
2621
2534
|
{
|
|
2622
2535
|
"kind": "field",
|
|
2623
|
-
"name": "
|
|
2536
|
+
"name": "regionWidth",
|
|
2624
2537
|
"type": {
|
|
2625
|
-
"text": "
|
|
2538
|
+
"text": "string"
|
|
2626
2539
|
},
|
|
2627
|
-
"privacy": "
|
|
2628
|
-
"description": "
|
|
2540
|
+
"privacy": "private",
|
|
2541
|
+
"description": "the span to be applied to the region on each axis",
|
|
2629
2542
|
"inheritedFrom": {
|
|
2630
2543
|
"name": "AnchoredRegion",
|
|
2631
2544
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2632
2545
|
}
|
|
2633
2546
|
},
|
|
2634
2547
|
{
|
|
2635
|
-
"kind": "
|
|
2636
|
-
"name": "
|
|
2637
|
-
"
|
|
2638
|
-
|
|
2639
|
-
"type": {
|
|
2640
|
-
"text": "void"
|
|
2641
|
-
}
|
|
2548
|
+
"kind": "field",
|
|
2549
|
+
"name": "regionHeight",
|
|
2550
|
+
"type": {
|
|
2551
|
+
"text": "string"
|
|
2642
2552
|
},
|
|
2553
|
+
"privacy": "private",
|
|
2643
2554
|
"inheritedFrom": {
|
|
2644
2555
|
"name": "AnchoredRegion",
|
|
2645
2556
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2647,27 +2558,24 @@
|
|
|
2647
2558
|
},
|
|
2648
2559
|
{
|
|
2649
2560
|
"kind": "field",
|
|
2650
|
-
"name": "
|
|
2561
|
+
"name": "resizeDetector",
|
|
2651
2562
|
"type": {
|
|
2652
|
-
"text": "
|
|
2563
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
2653
2564
|
},
|
|
2654
|
-
"privacy": "
|
|
2655
|
-
"default": "
|
|
2656
|
-
"description": "Defines how the width of the region is calculated",
|
|
2565
|
+
"privacy": "private",
|
|
2566
|
+
"default": "null",
|
|
2657
2567
|
"inheritedFrom": {
|
|
2658
2568
|
"name": "AnchoredRegion",
|
|
2659
2569
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2660
2570
|
}
|
|
2661
2571
|
},
|
|
2662
2572
|
{
|
|
2663
|
-
"kind": "
|
|
2664
|
-
"name": "
|
|
2665
|
-
"
|
|
2666
|
-
|
|
2667
|
-
"type": {
|
|
2668
|
-
"text": "void"
|
|
2669
|
-
}
|
|
2573
|
+
"kind": "field",
|
|
2574
|
+
"name": "viewportRect",
|
|
2575
|
+
"type": {
|
|
2576
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
2670
2577
|
},
|
|
2578
|
+
"privacy": "private",
|
|
2671
2579
|
"inheritedFrom": {
|
|
2672
2580
|
"name": "AnchoredRegion",
|
|
2673
2581
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2675,27 +2583,23 @@
|
|
|
2675
2583
|
},
|
|
2676
2584
|
{
|
|
2677
2585
|
"kind": "field",
|
|
2678
|
-
"name": "
|
|
2586
|
+
"name": "anchorRect",
|
|
2679
2587
|
"type": {
|
|
2680
|
-
"text": "
|
|
2588
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
2681
2589
|
},
|
|
2682
|
-
"privacy": "
|
|
2683
|
-
"default": "\"uncontrolled\"",
|
|
2684
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2590
|
+
"privacy": "private",
|
|
2685
2591
|
"inheritedFrom": {
|
|
2686
2592
|
"name": "AnchoredRegion",
|
|
2687
2593
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2688
2594
|
}
|
|
2689
2595
|
},
|
|
2690
2596
|
{
|
|
2691
|
-
"kind": "
|
|
2692
|
-
"name": "
|
|
2693
|
-
"
|
|
2694
|
-
|
|
2695
|
-
"type": {
|
|
2696
|
-
"text": "void"
|
|
2697
|
-
}
|
|
2597
|
+
"kind": "field",
|
|
2598
|
+
"name": "regionRect",
|
|
2599
|
+
"type": {
|
|
2600
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
2698
2601
|
},
|
|
2602
|
+
"privacy": "private",
|
|
2699
2603
|
"inheritedFrom": {
|
|
2700
2604
|
"name": "AnchoredRegion",
|
|
2701
2605
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2703,27 +2607,26 @@
|
|
|
2703
2607
|
},
|
|
2704
2608
|
{
|
|
2705
2609
|
"kind": "field",
|
|
2706
|
-
"name": "
|
|
2610
|
+
"name": "baseHorizontalOffset",
|
|
2707
2611
|
"type": {
|
|
2708
|
-
"text": "
|
|
2612
|
+
"text": "number"
|
|
2709
2613
|
},
|
|
2710
|
-
"privacy": "
|
|
2711
|
-
"default": "
|
|
2712
|
-
"description": "
|
|
2614
|
+
"privacy": "private",
|
|
2615
|
+
"default": "0",
|
|
2616
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
2713
2617
|
"inheritedFrom": {
|
|
2714
2618
|
"name": "AnchoredRegion",
|
|
2715
2619
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2716
2620
|
}
|
|
2717
2621
|
},
|
|
2718
2622
|
{
|
|
2719
|
-
"kind": "
|
|
2720
|
-
"name": "
|
|
2721
|
-
"
|
|
2722
|
-
|
|
2723
|
-
"type": {
|
|
2724
|
-
"text": "void"
|
|
2725
|
-
}
|
|
2623
|
+
"kind": "field",
|
|
2624
|
+
"name": "baseVerticalOffset",
|
|
2625
|
+
"type": {
|
|
2626
|
+
"text": "number"
|
|
2726
2627
|
},
|
|
2628
|
+
"privacy": "private",
|
|
2629
|
+
"default": "0",
|
|
2727
2630
|
"inheritedFrom": {
|
|
2728
2631
|
"name": "AnchoredRegion",
|
|
2729
2632
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2731,27 +2634,12 @@
|
|
|
2731
2634
|
},
|
|
2732
2635
|
{
|
|
2733
2636
|
"kind": "field",
|
|
2734
|
-
"name": "
|
|
2637
|
+
"name": "pendingPositioningUpdate",
|
|
2735
2638
|
"type": {
|
|
2736
2639
|
"text": "boolean"
|
|
2737
2640
|
},
|
|
2738
|
-
"privacy": "public",
|
|
2739
|
-
"default": "false",
|
|
2740
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2741
|
-
"inheritedFrom": {
|
|
2742
|
-
"name": "AnchoredRegion",
|
|
2743
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "method",
|
|
2748
|
-
"name": "verticalViewportLockChanged",
|
|
2749
2641
|
"privacy": "private",
|
|
2750
|
-
"
|
|
2751
|
-
"type": {
|
|
2752
|
-
"text": "void"
|
|
2753
|
-
}
|
|
2754
|
-
},
|
|
2642
|
+
"default": "false",
|
|
2755
2643
|
"inheritedFrom": {
|
|
2756
2644
|
"name": "AnchoredRegion",
|
|
2757
2645
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2759,27 +2647,24 @@
|
|
|
2759
2647
|
},
|
|
2760
2648
|
{
|
|
2761
2649
|
"kind": "field",
|
|
2762
|
-
"name": "
|
|
2650
|
+
"name": "pendingReset",
|
|
2763
2651
|
"type": {
|
|
2764
2652
|
"text": "boolean"
|
|
2765
2653
|
},
|
|
2766
|
-
"privacy": "
|
|
2654
|
+
"privacy": "private",
|
|
2767
2655
|
"default": "false",
|
|
2768
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2769
2656
|
"inheritedFrom": {
|
|
2770
2657
|
"name": "AnchoredRegion",
|
|
2771
2658
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2772
2659
|
}
|
|
2773
2660
|
},
|
|
2774
2661
|
{
|
|
2775
|
-
"kind": "
|
|
2776
|
-
"name": "
|
|
2777
|
-
"
|
|
2778
|
-
|
|
2779
|
-
"type": {
|
|
2780
|
-
"text": "void"
|
|
2781
|
-
}
|
|
2662
|
+
"kind": "field",
|
|
2663
|
+
"name": "currentDirection",
|
|
2664
|
+
"type": {
|
|
2665
|
+
"text": "Direction"
|
|
2782
2666
|
},
|
|
2667
|
+
"privacy": "private",
|
|
2783
2668
|
"inheritedFrom": {
|
|
2784
2669
|
"name": "AnchoredRegion",
|
|
2785
2670
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2787,26 +2672,25 @@
|
|
|
2787
2672
|
},
|
|
2788
2673
|
{
|
|
2789
2674
|
"kind": "field",
|
|
2790
|
-
"name": "
|
|
2675
|
+
"name": "regionVisible",
|
|
2791
2676
|
"type": {
|
|
2792
|
-
"text": "
|
|
2677
|
+
"text": "boolean"
|
|
2793
2678
|
},
|
|
2794
|
-
"privacy": "
|
|
2795
|
-
"
|
|
2679
|
+
"privacy": "private",
|
|
2680
|
+
"default": "false",
|
|
2796
2681
|
"inheritedFrom": {
|
|
2797
2682
|
"name": "AnchoredRegion",
|
|
2798
2683
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2799
2684
|
}
|
|
2800
2685
|
},
|
|
2801
2686
|
{
|
|
2802
|
-
"kind": "
|
|
2803
|
-
"name": "
|
|
2804
|
-
"
|
|
2805
|
-
|
|
2806
|
-
"type": {
|
|
2807
|
-
"text": "void"
|
|
2808
|
-
}
|
|
2687
|
+
"kind": "field",
|
|
2688
|
+
"name": "forceUpdate",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "boolean"
|
|
2809
2691
|
},
|
|
2692
|
+
"privacy": "private",
|
|
2693
|
+
"default": "false",
|
|
2810
2694
|
"inheritedFrom": {
|
|
2811
2695
|
"name": "AnchoredRegion",
|
|
2812
2696
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2814,27 +2698,26 @@
|
|
|
2814
2698
|
},
|
|
2815
2699
|
{
|
|
2816
2700
|
"kind": "field",
|
|
2817
|
-
"name": "
|
|
2701
|
+
"name": "updateThreshold",
|
|
2818
2702
|
"type": {
|
|
2819
|
-
"text": "
|
|
2703
|
+
"text": "number"
|
|
2820
2704
|
},
|
|
2821
|
-
"privacy": "
|
|
2822
|
-
"default": "
|
|
2823
|
-
"description": "Defines how the height of the region is calculated",
|
|
2705
|
+
"privacy": "private",
|
|
2706
|
+
"default": "0.5",
|
|
2824
2707
|
"inheritedFrom": {
|
|
2825
2708
|
"name": "AnchoredRegion",
|
|
2826
2709
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2827
2710
|
}
|
|
2828
2711
|
},
|
|
2829
2712
|
{
|
|
2830
|
-
"kind": "
|
|
2831
|
-
"name": "
|
|
2832
|
-
"
|
|
2833
|
-
|
|
2834
|
-
"type": {
|
|
2835
|
-
"text": "void"
|
|
2836
|
-
}
|
|
2713
|
+
"kind": "field",
|
|
2714
|
+
"name": "intersectionService",
|
|
2715
|
+
"type": {
|
|
2716
|
+
"text": "IntersectionService"
|
|
2837
2717
|
},
|
|
2718
|
+
"privacy": "private",
|
|
2719
|
+
"static": true,
|
|
2720
|
+
"default": "new IntersectionService()",
|
|
2838
2721
|
"inheritedFrom": {
|
|
2839
2722
|
"name": "AnchoredRegion",
|
|
2840
2723
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2842,13 +2725,9 @@
|
|
|
2842
2725
|
},
|
|
2843
2726
|
{
|
|
2844
2727
|
"kind": "field",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"type": {
|
|
2847
|
-
"text": "boolean"
|
|
2848
|
-
},
|
|
2728
|
+
"name": "update",
|
|
2849
2729
|
"privacy": "public",
|
|
2850
|
-
"
|
|
2851
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2730
|
+
"description": "update position",
|
|
2852
2731
|
"inheritedFrom": {
|
|
2853
2732
|
"name": "AnchoredRegion",
|
|
2854
2733
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2856,27 +2735,14 @@
|
|
|
2856
2735
|
},
|
|
2857
2736
|
{
|
|
2858
2737
|
"kind": "method",
|
|
2859
|
-
"name": "
|
|
2738
|
+
"name": "disconnectResizeDetector",
|
|
2860
2739
|
"privacy": "private",
|
|
2861
2740
|
"return": {
|
|
2862
2741
|
"type": {
|
|
2863
2742
|
"text": "void"
|
|
2864
2743
|
}
|
|
2865
2744
|
},
|
|
2866
|
-
"
|
|
2867
|
-
"name": "AnchoredRegion",
|
|
2868
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2869
|
-
}
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "field",
|
|
2873
|
-
"name": "autoUpdateMode",
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "AutoUpdateMode"
|
|
2876
|
-
},
|
|
2877
|
-
"privacy": "public",
|
|
2878
|
-
"default": "\"anchor\"",
|
|
2879
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2745
|
+
"description": "destroys the instance's resize observer",
|
|
2880
2746
|
"inheritedFrom": {
|
|
2881
2747
|
"name": "AnchoredRegion",
|
|
2882
2748
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2884,41 +2750,29 @@
|
|
|
2884
2750
|
},
|
|
2885
2751
|
{
|
|
2886
2752
|
"kind": "method",
|
|
2887
|
-
"name": "
|
|
2753
|
+
"name": "initializeResizeDetector",
|
|
2888
2754
|
"privacy": "private",
|
|
2889
2755
|
"return": {
|
|
2890
2756
|
"type": {
|
|
2891
2757
|
"text": "void"
|
|
2892
2758
|
}
|
|
2893
2759
|
},
|
|
2894
|
-
"
|
|
2895
|
-
{
|
|
2896
|
-
"name": "prevMode",
|
|
2897
|
-
"type": {
|
|
2898
|
-
"text": "AutoUpdateMode"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"name": "newMode",
|
|
2903
|
-
"type": {
|
|
2904
|
-
"text": "AutoUpdateMode"
|
|
2905
|
-
}
|
|
2906
|
-
}
|
|
2907
|
-
],
|
|
2760
|
+
"description": "initializes the instance's resize observer",
|
|
2908
2761
|
"inheritedFrom": {
|
|
2909
2762
|
"name": "AnchoredRegion",
|
|
2910
2763
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2911
2764
|
}
|
|
2912
2765
|
},
|
|
2913
2766
|
{
|
|
2914
|
-
"kind": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"
|
|
2917
|
-
|
|
2767
|
+
"kind": "method",
|
|
2768
|
+
"name": "updateForAttributeChange",
|
|
2769
|
+
"privacy": "private",
|
|
2770
|
+
"return": {
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "void"
|
|
2773
|
+
}
|
|
2918
2774
|
},
|
|
2919
|
-
"
|
|
2920
|
-
"default": "null",
|
|
2921
|
-
"description": "The HTML element being used as the anchor",
|
|
2775
|
+
"description": "react to attribute changes that don't require a reset",
|
|
2922
2776
|
"inheritedFrom": {
|
|
2923
2777
|
"name": "AnchoredRegion",
|
|
2924
2778
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2926,27 +2780,29 @@
|
|
|
2926
2780
|
},
|
|
2927
2781
|
{
|
|
2928
2782
|
"kind": "method",
|
|
2929
|
-
"name": "
|
|
2783
|
+
"name": "initialize",
|
|
2930
2784
|
"privacy": "private",
|
|
2931
2785
|
"return": {
|
|
2932
2786
|
"type": {
|
|
2933
2787
|
"text": "void"
|
|
2934
2788
|
}
|
|
2935
2789
|
},
|
|
2790
|
+
"description": "fully initializes the component",
|
|
2936
2791
|
"inheritedFrom": {
|
|
2937
2792
|
"name": "AnchoredRegion",
|
|
2938
2793
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2939
2794
|
}
|
|
2940
2795
|
},
|
|
2941
2796
|
{
|
|
2942
|
-
"kind": "
|
|
2943
|
-
"name": "
|
|
2944
|
-
"
|
|
2945
|
-
|
|
2797
|
+
"kind": "method",
|
|
2798
|
+
"name": "requestReset",
|
|
2799
|
+
"privacy": "private",
|
|
2800
|
+
"return": {
|
|
2801
|
+
"type": {
|
|
2802
|
+
"text": "void"
|
|
2803
|
+
}
|
|
2946
2804
|
},
|
|
2947
|
-
"
|
|
2948
|
-
"default": "null",
|
|
2949
|
-
"description": "The HTML element being used as the viewport",
|
|
2805
|
+
"description": "Request a reset if there are currently no open requests",
|
|
2950
2806
|
"inheritedFrom": {
|
|
2951
2807
|
"name": "AnchoredRegion",
|
|
2952
2808
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2954,13 +2810,14 @@
|
|
|
2954
2810
|
},
|
|
2955
2811
|
{
|
|
2956
2812
|
"kind": "method",
|
|
2957
|
-
"name": "
|
|
2813
|
+
"name": "setInitialState",
|
|
2958
2814
|
"privacy": "private",
|
|
2959
2815
|
"return": {
|
|
2960
2816
|
"type": {
|
|
2961
2817
|
"text": "void"
|
|
2962
2818
|
}
|
|
2963
2819
|
},
|
|
2820
|
+
"description": "sets the starting configuration for component internal values",
|
|
2964
2821
|
"inheritedFrom": {
|
|
2965
2822
|
"name": "AnchoredRegion",
|
|
2966
2823
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2968,12 +2825,9 @@
|
|
|
2968
2825
|
},
|
|
2969
2826
|
{
|
|
2970
2827
|
"kind": "field",
|
|
2971
|
-
"name": "
|
|
2972
|
-
"
|
|
2973
|
-
|
|
2974
|
-
},
|
|
2975
|
-
"privacy": "public",
|
|
2976
|
-
"description": "indicates the current horizontal position of the region",
|
|
2828
|
+
"name": "startObservers",
|
|
2829
|
+
"privacy": "private",
|
|
2830
|
+
"description": "starts observers",
|
|
2977
2831
|
"inheritedFrom": {
|
|
2978
2832
|
"name": "AnchoredRegion",
|
|
2979
2833
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2981,12 +2835,9 @@
|
|
|
2981
2835
|
},
|
|
2982
2836
|
{
|
|
2983
2837
|
"kind": "field",
|
|
2984
|
-
"name": "
|
|
2985
|
-
"
|
|
2986
|
-
|
|
2987
|
-
},
|
|
2988
|
-
"privacy": "public",
|
|
2989
|
-
"description": "indicates the current vertical position of the region",
|
|
2838
|
+
"name": "requestPositionUpdates",
|
|
2839
|
+
"privacy": "private",
|
|
2840
|
+
"description": "get position updates",
|
|
2990
2841
|
"inheritedFrom": {
|
|
2991
2842
|
"name": "AnchoredRegion",
|
|
2992
2843
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2994,12 +2845,9 @@
|
|
|
2994
2845
|
},
|
|
2995
2846
|
{
|
|
2996
2847
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
2998
|
-
"type": {
|
|
2999
|
-
"text": "number"
|
|
3000
|
-
},
|
|
2848
|
+
"name": "stopObservers",
|
|
3001
2849
|
"privacy": "private",
|
|
3002
|
-
"description": "
|
|
2850
|
+
"description": "stops observers",
|
|
3003
2851
|
"inheritedFrom": {
|
|
3004
2852
|
"name": "AnchoredRegion",
|
|
3005
2853
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3007,11 +2855,9 @@
|
|
|
3007
2855
|
},
|
|
3008
2856
|
{
|
|
3009
2857
|
"kind": "field",
|
|
3010
|
-
"name": "
|
|
3011
|
-
"type": {
|
|
3012
|
-
"text": "number"
|
|
3013
|
-
},
|
|
2858
|
+
"name": "getViewport",
|
|
3014
2859
|
"privacy": "private",
|
|
2860
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3015
2861
|
"inheritedFrom": {
|
|
3016
2862
|
"name": "AnchoredRegion",
|
|
3017
2863
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3019,12 +2865,9 @@
|
|
|
3019
2865
|
},
|
|
3020
2866
|
{
|
|
3021
2867
|
"kind": "field",
|
|
3022
|
-
"name": "
|
|
3023
|
-
"type": {
|
|
3024
|
-
"text": "string"
|
|
3025
|
-
},
|
|
2868
|
+
"name": "getAnchor",
|
|
3026
2869
|
"privacy": "private",
|
|
3027
|
-
"description": "
|
|
2870
|
+
"description": "Gets the anchor element by id",
|
|
3028
2871
|
"inheritedFrom": {
|
|
3029
2872
|
"name": "AnchoredRegion",
|
|
3030
2873
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3032,11 +2875,9 @@
|
|
|
3032
2875
|
},
|
|
3033
2876
|
{
|
|
3034
2877
|
"kind": "field",
|
|
3035
|
-
"name": "
|
|
3036
|
-
"type": {
|
|
3037
|
-
"text": "string"
|
|
3038
|
-
},
|
|
2878
|
+
"name": "handleIntersection",
|
|
3039
2879
|
"privacy": "private",
|
|
2880
|
+
"description": "Handle intersections",
|
|
3040
2881
|
"inheritedFrom": {
|
|
3041
2882
|
"name": "AnchoredRegion",
|
|
3042
2883
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3044,12 +2885,9 @@
|
|
|
3044
2885
|
},
|
|
3045
2886
|
{
|
|
3046
2887
|
"kind": "field",
|
|
3047
|
-
"name": "
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3050
|
-
},
|
|
2888
|
+
"name": "applyIntersectionEntries",
|
|
3051
2889
|
"privacy": "private",
|
|
3052
|
-
"
|
|
2890
|
+
"description": "iterate through intersection entries and apply data",
|
|
3053
2891
|
"inheritedFrom": {
|
|
3054
2892
|
"name": "AnchoredRegion",
|
|
3055
2893
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3057,11 +2895,9 @@
|
|
|
3057
2895
|
},
|
|
3058
2896
|
{
|
|
3059
2897
|
"kind": "field",
|
|
3060
|
-
"name": "
|
|
3061
|
-
"type": {
|
|
3062
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3063
|
-
},
|
|
2898
|
+
"name": "updateRegionOffset",
|
|
3064
2899
|
"privacy": "private",
|
|
2900
|
+
"description": "Update the offset values",
|
|
3065
2901
|
"inheritedFrom": {
|
|
3066
2902
|
"name": "AnchoredRegion",
|
|
3067
2903
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3069,11 +2905,9 @@
|
|
|
3069
2905
|
},
|
|
3070
2906
|
{
|
|
3071
2907
|
"kind": "field",
|
|
3072
|
-
"name": "
|
|
3073
|
-
"type": {
|
|
3074
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3075
|
-
},
|
|
2908
|
+
"name": "isRectDifferent",
|
|
3076
2909
|
"privacy": "private",
|
|
2910
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3077
2911
|
"inheritedFrom": {
|
|
3078
2912
|
"name": "AnchoredRegion",
|
|
3079
2913
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3081,11 +2915,9 @@
|
|
|
3081
2915
|
},
|
|
3082
2916
|
{
|
|
3083
2917
|
"kind": "field",
|
|
3084
|
-
"name": "
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3087
|
-
},
|
|
2918
|
+
"name": "handleResize",
|
|
3088
2919
|
"privacy": "private",
|
|
2920
|
+
"description": "Handle resize events",
|
|
3089
2921
|
"inheritedFrom": {
|
|
3090
2922
|
"name": "AnchoredRegion",
|
|
3091
2923
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3093,13 +2925,9 @@
|
|
|
3093
2925
|
},
|
|
3094
2926
|
{
|
|
3095
2927
|
"kind": "field",
|
|
3096
|
-
"name": "
|
|
3097
|
-
"type": {
|
|
3098
|
-
"text": "number"
|
|
3099
|
-
},
|
|
2928
|
+
"name": "reset",
|
|
3100
2929
|
"privacy": "private",
|
|
3101
|
-
"
|
|
3102
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
2930
|
+
"description": "resets the component",
|
|
3103
2931
|
"inheritedFrom": {
|
|
3104
2932
|
"name": "AnchoredRegion",
|
|
3105
2933
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3107,12 +2935,9 @@
|
|
|
3107
2935
|
},
|
|
3108
2936
|
{
|
|
3109
2937
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
3111
|
-
"type": {
|
|
3112
|
-
"text": "number"
|
|
3113
|
-
},
|
|
2938
|
+
"name": "updateLayout",
|
|
3114
2939
|
"privacy": "private",
|
|
3115
|
-
"
|
|
2940
|
+
"description": "Recalculate layout related state values",
|
|
3116
2941
|
"inheritedFrom": {
|
|
3117
2942
|
"name": "AnchoredRegion",
|
|
3118
2943
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3120,12 +2945,9 @@
|
|
|
3120
2945
|
},
|
|
3121
2946
|
{
|
|
3122
2947
|
"kind": "field",
|
|
3123
|
-
"name": "
|
|
3124
|
-
"type": {
|
|
3125
|
-
"text": "boolean"
|
|
3126
|
-
},
|
|
2948
|
+
"name": "updateRegionStyle",
|
|
3127
2949
|
"privacy": "private",
|
|
3128
|
-
"
|
|
2950
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3129
2951
|
"inheritedFrom": {
|
|
3130
2952
|
"name": "AnchoredRegion",
|
|
3131
2953
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3133,12 +2955,9 @@
|
|
|
3133
2955
|
},
|
|
3134
2956
|
{
|
|
3135
2957
|
"kind": "field",
|
|
3136
|
-
"name": "
|
|
3137
|
-
"type": {
|
|
3138
|
-
"text": "boolean"
|
|
3139
|
-
},
|
|
2958
|
+
"name": "updatePositionClasses",
|
|
3140
2959
|
"privacy": "private",
|
|
3141
|
-
"
|
|
2960
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3142
2961
|
"inheritedFrom": {
|
|
3143
2962
|
"name": "AnchoredRegion",
|
|
3144
2963
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3146,11 +2965,9 @@
|
|
|
3146
2965
|
},
|
|
3147
2966
|
{
|
|
3148
2967
|
"kind": "field",
|
|
3149
|
-
"name": "
|
|
3150
|
-
"type": {
|
|
3151
|
-
"text": "Direction"
|
|
3152
|
-
},
|
|
2968
|
+
"name": "setHorizontalPosition",
|
|
3153
2969
|
"privacy": "private",
|
|
2970
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3154
2971
|
"inheritedFrom": {
|
|
3155
2972
|
"name": "AnchoredRegion",
|
|
3156
2973
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3158,12 +2975,9 @@
|
|
|
3158
2975
|
},
|
|
3159
2976
|
{
|
|
3160
2977
|
"kind": "field",
|
|
3161
|
-
"name": "
|
|
3162
|
-
"type": {
|
|
3163
|
-
"text": "boolean"
|
|
3164
|
-
},
|
|
2978
|
+
"name": "setVerticalPosition",
|
|
3165
2979
|
"privacy": "private",
|
|
3166
|
-
"
|
|
2980
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3167
2981
|
"inheritedFrom": {
|
|
3168
2982
|
"name": "AnchoredRegion",
|
|
3169
2983
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3171,12 +2985,9 @@
|
|
|
3171
2985
|
},
|
|
3172
2986
|
{
|
|
3173
2987
|
"kind": "field",
|
|
3174
|
-
"name": "
|
|
3175
|
-
"type": {
|
|
3176
|
-
"text": "boolean"
|
|
3177
|
-
},
|
|
2988
|
+
"name": "getPositioningOptions",
|
|
3178
2989
|
"privacy": "private",
|
|
3179
|
-
"
|
|
2990
|
+
"description": "Get available positions based on positioning mode",
|
|
3180
2991
|
"inheritedFrom": {
|
|
3181
2992
|
"name": "AnchoredRegion",
|
|
3182
2993
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3184,12 +2995,9 @@
|
|
|
3184
2995
|
},
|
|
3185
2996
|
{
|
|
3186
2997
|
"kind": "field",
|
|
3187
|
-
"name": "
|
|
3188
|
-
"type": {
|
|
3189
|
-
"text": "number"
|
|
3190
|
-
},
|
|
2998
|
+
"name": "getAvailableSpace",
|
|
3191
2999
|
"privacy": "private",
|
|
3192
|
-
"
|
|
3000
|
+
"description": "Get the space available for a particular relative position",
|
|
3193
3001
|
"inheritedFrom": {
|
|
3194
3002
|
"name": "AnchoredRegion",
|
|
3195
3003
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3197,13 +3005,9 @@
|
|
|
3197
3005
|
},
|
|
3198
3006
|
{
|
|
3199
3007
|
"kind": "field",
|
|
3200
|
-
"name": "
|
|
3201
|
-
"type": {
|
|
3202
|
-
"text": "IntersectionService"
|
|
3203
|
-
},
|
|
3008
|
+
"name": "getNextRegionDimension",
|
|
3204
3009
|
"privacy": "private",
|
|
3205
|
-
"
|
|
3206
|
-
"default": "new IntersectionService()",
|
|
3010
|
+
"description": "Get region dimensions",
|
|
3207
3011
|
"inheritedFrom": {
|
|
3208
3012
|
"name": "AnchoredRegion",
|
|
3209
3013
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3211,54 +3015,58 @@
|
|
|
3211
3015
|
},
|
|
3212
3016
|
{
|
|
3213
3017
|
"kind": "field",
|
|
3214
|
-
"name": "
|
|
3215
|
-
"privacy": "
|
|
3216
|
-
"description": "
|
|
3018
|
+
"name": "startAutoUpdateEventListeners",
|
|
3019
|
+
"privacy": "private",
|
|
3020
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3217
3021
|
"inheritedFrom": {
|
|
3218
3022
|
"name": "AnchoredRegion",
|
|
3219
3023
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3220
3024
|
}
|
|
3221
3025
|
},
|
|
3222
3026
|
{
|
|
3223
|
-
"kind": "
|
|
3224
|
-
"name": "
|
|
3027
|
+
"kind": "field",
|
|
3028
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3225
3029
|
"privacy": "private",
|
|
3226
|
-
"
|
|
3227
|
-
"type": {
|
|
3228
|
-
"text": "void"
|
|
3229
|
-
}
|
|
3230
|
-
},
|
|
3231
|
-
"description": "destroys the instance's resize observer",
|
|
3030
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3232
3031
|
"inheritedFrom": {
|
|
3233
3032
|
"name": "AnchoredRegion",
|
|
3234
3033
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3235
3034
|
}
|
|
3236
3035
|
},
|
|
3237
3036
|
{
|
|
3238
|
-
"kind": "
|
|
3239
|
-
"name": "
|
|
3037
|
+
"kind": "field",
|
|
3038
|
+
"name": "_presentation",
|
|
3039
|
+
"type": {
|
|
3040
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3041
|
+
},
|
|
3240
3042
|
"privacy": "private",
|
|
3241
|
-
"
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3043
|
+
"default": "void 0",
|
|
3044
|
+
"inheritedFrom": {
|
|
3045
|
+
"name": "AnchoredRegion",
|
|
3046
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"kind": "field",
|
|
3051
|
+
"name": "$presentation",
|
|
3052
|
+
"type": {
|
|
3053
|
+
"text": "ComponentPresentation | null"
|
|
3245
3054
|
},
|
|
3246
|
-
"
|
|
3055
|
+
"privacy": "public",
|
|
3056
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3247
3057
|
"inheritedFrom": {
|
|
3248
3058
|
"name": "AnchoredRegion",
|
|
3249
3059
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3250
3060
|
}
|
|
3251
3061
|
},
|
|
3252
3062
|
{
|
|
3253
|
-
"kind": "
|
|
3254
|
-
"name": "
|
|
3255
|
-
"
|
|
3256
|
-
|
|
3257
|
-
"type": {
|
|
3258
|
-
"text": "void"
|
|
3259
|
-
}
|
|
3063
|
+
"kind": "field",
|
|
3064
|
+
"name": "template",
|
|
3065
|
+
"type": {
|
|
3066
|
+
"text": "ElementViewTemplate | void | null"
|
|
3260
3067
|
},
|
|
3261
|
-
"
|
|
3068
|
+
"privacy": "public",
|
|
3069
|
+
"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.",
|
|
3262
3070
|
"inheritedFrom": {
|
|
3263
3071
|
"name": "AnchoredRegion",
|
|
3264
3072
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3266,14 +3074,26 @@
|
|
|
3266
3074
|
},
|
|
3267
3075
|
{
|
|
3268
3076
|
"kind": "method",
|
|
3269
|
-
"name": "
|
|
3270
|
-
"privacy": "
|
|
3077
|
+
"name": "templateChanged",
|
|
3078
|
+
"privacy": "protected",
|
|
3271
3079
|
"return": {
|
|
3272
3080
|
"type": {
|
|
3273
3081
|
"text": "void"
|
|
3274
3082
|
}
|
|
3275
3083
|
},
|
|
3276
|
-
"
|
|
3084
|
+
"inheritedFrom": {
|
|
3085
|
+
"name": "AnchoredRegion",
|
|
3086
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
{
|
|
3090
|
+
"kind": "field",
|
|
3091
|
+
"name": "styles",
|
|
3092
|
+
"type": {
|
|
3093
|
+
"text": "ElementStyles | void | null"
|
|
3094
|
+
},
|
|
3095
|
+
"privacy": "public",
|
|
3096
|
+
"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.",
|
|
3277
3097
|
"inheritedFrom": {
|
|
3278
3098
|
"name": "AnchoredRegion",
|
|
3279
3099
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3281,14 +3101,13 @@
|
|
|
3281
3101
|
},
|
|
3282
3102
|
{
|
|
3283
3103
|
"kind": "method",
|
|
3284
|
-
"name": "
|
|
3285
|
-
"privacy": "
|
|
3104
|
+
"name": "stylesChanged",
|
|
3105
|
+
"privacy": "protected",
|
|
3286
3106
|
"return": {
|
|
3287
3107
|
"type": {
|
|
3288
3108
|
"text": "void"
|
|
3289
3109
|
}
|
|
3290
3110
|
},
|
|
3291
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3292
3111
|
"inheritedFrom": {
|
|
3293
3112
|
"name": "AnchoredRegion",
|
|
3294
3113
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3296,227 +3115,426 @@
|
|
|
3296
3115
|
},
|
|
3297
3116
|
{
|
|
3298
3117
|
"kind": "method",
|
|
3299
|
-
"name": "
|
|
3300
|
-
"privacy": "
|
|
3118
|
+
"name": "compose",
|
|
3119
|
+
"privacy": "public",
|
|
3120
|
+
"static": true,
|
|
3301
3121
|
"return": {
|
|
3302
3122
|
"type": {
|
|
3303
|
-
"text": "
|
|
3123
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3304
3124
|
}
|
|
3305
3125
|
},
|
|
3306
|
-
"
|
|
3126
|
+
"parameters": [
|
|
3127
|
+
{
|
|
3128
|
+
"name": "this",
|
|
3129
|
+
"type": {
|
|
3130
|
+
"text": "K"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "elementDefinition",
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "T"
|
|
3137
|
+
},
|
|
3138
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3141
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3307
3142
|
"inheritedFrom": {
|
|
3308
3143
|
"name": "AnchoredRegion",
|
|
3309
3144
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3310
3145
|
}
|
|
3311
|
-
}
|
|
3146
|
+
}
|
|
3147
|
+
],
|
|
3148
|
+
"events": [
|
|
3312
3149
|
{
|
|
3313
|
-
"
|
|
3314
|
-
"name": "
|
|
3315
|
-
"privacy": "private",
|
|
3316
|
-
"description": "starts observers",
|
|
3150
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3151
|
+
"name": "loaded",
|
|
3317
3152
|
"inheritedFrom": {
|
|
3318
3153
|
"name": "AnchoredRegion",
|
|
3319
3154
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3320
3155
|
}
|
|
3321
3156
|
},
|
|
3322
3157
|
{
|
|
3323
|
-
"
|
|
3324
|
-
"name": "
|
|
3325
|
-
"privacy": "private",
|
|
3326
|
-
"description": "get position updates",
|
|
3158
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3159
|
+
"name": "positionchange",
|
|
3327
3160
|
"inheritedFrom": {
|
|
3328
3161
|
"name": "AnchoredRegion",
|
|
3329
3162
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3330
3163
|
}
|
|
3164
|
+
}
|
|
3165
|
+
]
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"kind": "variable",
|
|
3169
|
+
"name": "rapidAnchoredRegion"
|
|
3170
|
+
}
|
|
3171
|
+
],
|
|
3172
|
+
"exports": [
|
|
3173
|
+
{
|
|
3174
|
+
"kind": "js",
|
|
3175
|
+
"name": "AnchoredRegion",
|
|
3176
|
+
"declaration": {
|
|
3177
|
+
"name": "AnchoredRegion",
|
|
3178
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "js",
|
|
3183
|
+
"name": "rapidAnchoredRegion",
|
|
3184
|
+
"declaration": {
|
|
3185
|
+
"name": "rapidAnchoredRegion",
|
|
3186
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3187
|
+
}
|
|
3188
|
+
}
|
|
3189
|
+
]
|
|
3190
|
+
},
|
|
3191
|
+
{
|
|
3192
|
+
"kind": "javascript-module",
|
|
3193
|
+
"path": "src/anchored-region/index.ts",
|
|
3194
|
+
"declarations": [],
|
|
3195
|
+
"exports": [
|
|
3196
|
+
{
|
|
3197
|
+
"kind": "js",
|
|
3198
|
+
"name": "*",
|
|
3199
|
+
"declaration": {
|
|
3200
|
+
"name": "*",
|
|
3201
|
+
"package": "./anchored-region"
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"kind": "js",
|
|
3206
|
+
"name": "*",
|
|
3207
|
+
"declaration": {
|
|
3208
|
+
"name": "*",
|
|
3209
|
+
"package": "./anchored-region.template"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"kind": "js",
|
|
3214
|
+
"name": "*",
|
|
3215
|
+
"declaration": {
|
|
3216
|
+
"name": "*",
|
|
3217
|
+
"package": "./anchored-region.styles"
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
]
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"kind": "javascript-module",
|
|
3224
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
3225
|
+
"declarations": [
|
|
3226
|
+
{
|
|
3227
|
+
"kind": "function",
|
|
3228
|
+
"name": "rapidAnchorStyles",
|
|
3229
|
+
"return": {
|
|
3230
|
+
"type": {
|
|
3231
|
+
"text": "ElementStyles"
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"parameters": [
|
|
3235
|
+
{
|
|
3236
|
+
"name": "context",
|
|
3237
|
+
"type": {
|
|
3238
|
+
"text": "ElementDefinitionContext"
|
|
3239
|
+
}
|
|
3331
3240
|
},
|
|
3332
3241
|
{
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3242
|
+
"name": "definition",
|
|
3243
|
+
"type": {
|
|
3244
|
+
"text": "FoundationElementDefinition"
|
|
3245
|
+
}
|
|
3246
|
+
}
|
|
3247
|
+
]
|
|
3248
|
+
}
|
|
3249
|
+
],
|
|
3250
|
+
"exports": [
|
|
3251
|
+
{
|
|
3252
|
+
"kind": "js",
|
|
3253
|
+
"name": "rapidAnchorStyles",
|
|
3254
|
+
"declaration": {
|
|
3255
|
+
"name": "rapidAnchorStyles",
|
|
3256
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
3259
|
+
]
|
|
3260
|
+
},
|
|
3261
|
+
{
|
|
3262
|
+
"kind": "javascript-module",
|
|
3263
|
+
"path": "src/anchor/anchor.template.ts",
|
|
3264
|
+
"declarations": [
|
|
3265
|
+
{
|
|
3266
|
+
"kind": "function",
|
|
3267
|
+
"name": "rapidAnchorTemplate",
|
|
3268
|
+
"return": {
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "ViewTemplate<Anchor>"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"parameters": [
|
|
3274
|
+
{
|
|
3275
|
+
"name": "context",
|
|
3276
|
+
"type": {
|
|
3277
|
+
"text": "ElementDefinitionContext"
|
|
3340
3278
|
}
|
|
3341
3279
|
},
|
|
3342
3280
|
{
|
|
3343
|
-
"
|
|
3344
|
-
"
|
|
3345
|
-
|
|
3346
|
-
|
|
3281
|
+
"name": "definition",
|
|
3282
|
+
"type": {
|
|
3283
|
+
"text": "FoundationElementDefinition"
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
]
|
|
3287
|
+
}
|
|
3288
|
+
],
|
|
3289
|
+
"exports": [
|
|
3290
|
+
{
|
|
3291
|
+
"kind": "js",
|
|
3292
|
+
"name": "rapidAnchorTemplate",
|
|
3293
|
+
"declaration": {
|
|
3294
|
+
"name": "rapidAnchorTemplate",
|
|
3295
|
+
"module": "src/anchor/anchor.template.ts"
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
]
|
|
3299
|
+
},
|
|
3300
|
+
{
|
|
3301
|
+
"kind": "javascript-module",
|
|
3302
|
+
"path": "src/anchor/anchor.ts",
|
|
3303
|
+
"declarations": [
|
|
3304
|
+
{
|
|
3305
|
+
"kind": "class",
|
|
3306
|
+
"description": "",
|
|
3307
|
+
"name": "Anchor",
|
|
3308
|
+
"superclass": {
|
|
3309
|
+
"name": "FoundationAnchor",
|
|
3310
|
+
"package": "@genesislcap/foundation-ui"
|
|
3311
|
+
},
|
|
3312
|
+
"tagName": "%%prefix%%-anchor",
|
|
3313
|
+
"customElement": true,
|
|
3314
|
+
"attributes": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "download",
|
|
3317
|
+
"type": {
|
|
3318
|
+
"text": "string"
|
|
3319
|
+
},
|
|
3320
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3321
|
+
"fieldName": "download",
|
|
3347
3322
|
"inheritedFrom": {
|
|
3348
|
-
"name": "
|
|
3349
|
-
"module": "src/
|
|
3323
|
+
"name": "Anchor",
|
|
3324
|
+
"module": "src/anchor/anchor.ts"
|
|
3350
3325
|
}
|
|
3351
3326
|
},
|
|
3352
3327
|
{
|
|
3353
|
-
"
|
|
3354
|
-
"
|
|
3355
|
-
|
|
3356
|
-
|
|
3328
|
+
"name": "href",
|
|
3329
|
+
"type": {
|
|
3330
|
+
"text": "string"
|
|
3331
|
+
},
|
|
3332
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3333
|
+
"fieldName": "href",
|
|
3357
3334
|
"inheritedFrom": {
|
|
3358
|
-
"name": "
|
|
3359
|
-
"module": "src/
|
|
3335
|
+
"name": "Anchor",
|
|
3336
|
+
"module": "src/anchor/anchor.ts"
|
|
3360
3337
|
}
|
|
3361
3338
|
},
|
|
3362
3339
|
{
|
|
3363
|
-
"
|
|
3364
|
-
"
|
|
3365
|
-
|
|
3366
|
-
|
|
3340
|
+
"name": "hreflang",
|
|
3341
|
+
"type": {
|
|
3342
|
+
"text": "string"
|
|
3343
|
+
},
|
|
3344
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3345
|
+
"fieldName": "hreflang",
|
|
3367
3346
|
"inheritedFrom": {
|
|
3368
|
-
"name": "
|
|
3369
|
-
"module": "src/
|
|
3347
|
+
"name": "Anchor",
|
|
3348
|
+
"module": "src/anchor/anchor.ts"
|
|
3370
3349
|
}
|
|
3371
3350
|
},
|
|
3372
3351
|
{
|
|
3373
|
-
"
|
|
3374
|
-
"
|
|
3375
|
-
|
|
3376
|
-
|
|
3352
|
+
"name": "ping",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "string"
|
|
3355
|
+
},
|
|
3356
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3357
|
+
"fieldName": "ping",
|
|
3377
3358
|
"inheritedFrom": {
|
|
3378
|
-
"name": "
|
|
3379
|
-
"module": "src/
|
|
3359
|
+
"name": "Anchor",
|
|
3360
|
+
"module": "src/anchor/anchor.ts"
|
|
3380
3361
|
}
|
|
3381
3362
|
},
|
|
3382
3363
|
{
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
|
|
3364
|
+
"name": "referrerpolicy",
|
|
3365
|
+
"type": {
|
|
3366
|
+
"text": "string"
|
|
3367
|
+
},
|
|
3368
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3369
|
+
"fieldName": "referrerpolicy",
|
|
3387
3370
|
"inheritedFrom": {
|
|
3388
|
-
"name": "
|
|
3389
|
-
"module": "src/
|
|
3371
|
+
"name": "Anchor",
|
|
3372
|
+
"module": "src/anchor/anchor.ts"
|
|
3390
3373
|
}
|
|
3391
3374
|
},
|
|
3392
3375
|
{
|
|
3393
|
-
"
|
|
3394
|
-
"
|
|
3395
|
-
|
|
3396
|
-
|
|
3376
|
+
"name": "rel",
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "string"
|
|
3379
|
+
},
|
|
3380
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3381
|
+
"fieldName": "rel",
|
|
3397
3382
|
"inheritedFrom": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "src/
|
|
3383
|
+
"name": "Anchor",
|
|
3384
|
+
"module": "src/anchor/anchor.ts"
|
|
3400
3385
|
}
|
|
3401
3386
|
},
|
|
3402
3387
|
{
|
|
3403
|
-
"
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
"
|
|
3408
|
-
|
|
3409
|
-
|
|
3388
|
+
"name": "target",
|
|
3389
|
+
"type": {
|
|
3390
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3391
|
+
},
|
|
3392
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3393
|
+
"fieldName": "target",
|
|
3394
|
+
"inheritedFrom": {
|
|
3395
|
+
"name": "Anchor",
|
|
3396
|
+
"module": "src/anchor/anchor.ts"
|
|
3410
3397
|
}
|
|
3411
3398
|
},
|
|
3412
3399
|
{
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
3415
|
-
|
|
3416
|
-
|
|
3400
|
+
"name": "type",
|
|
3401
|
+
"type": {
|
|
3402
|
+
"text": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
3405
|
+
"fieldName": "type",
|
|
3417
3406
|
"inheritedFrom": {
|
|
3418
|
-
"name": "
|
|
3419
|
-
"module": "src/
|
|
3407
|
+
"name": "Anchor",
|
|
3408
|
+
"module": "src/anchor/anchor.ts"
|
|
3420
3409
|
}
|
|
3421
|
-
}
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"members": [
|
|
3422
3413
|
{
|
|
3423
3414
|
"kind": "field",
|
|
3424
|
-
"name": "
|
|
3425
|
-
"
|
|
3426
|
-
|
|
3415
|
+
"name": "download",
|
|
3416
|
+
"type": {
|
|
3417
|
+
"text": "string"
|
|
3418
|
+
},
|
|
3419
|
+
"privacy": "public",
|
|
3420
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3427
3421
|
"inheritedFrom": {
|
|
3428
|
-
"name": "
|
|
3429
|
-
"module": "src/
|
|
3422
|
+
"name": "Anchor",
|
|
3423
|
+
"module": "src/anchor/anchor.ts"
|
|
3430
3424
|
}
|
|
3431
3425
|
},
|
|
3432
3426
|
{
|
|
3433
3427
|
"kind": "field",
|
|
3434
|
-
"name": "
|
|
3435
|
-
"
|
|
3436
|
-
|
|
3428
|
+
"name": "href",
|
|
3429
|
+
"type": {
|
|
3430
|
+
"text": "string"
|
|
3431
|
+
},
|
|
3432
|
+
"privacy": "public",
|
|
3433
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3437
3434
|
"inheritedFrom": {
|
|
3438
|
-
"name": "
|
|
3439
|
-
"module": "src/
|
|
3435
|
+
"name": "Anchor",
|
|
3436
|
+
"module": "src/anchor/anchor.ts"
|
|
3440
3437
|
}
|
|
3441
3438
|
},
|
|
3442
3439
|
{
|
|
3443
3440
|
"kind": "field",
|
|
3444
|
-
"name": "
|
|
3445
|
-
"
|
|
3446
|
-
|
|
3441
|
+
"name": "hreflang",
|
|
3442
|
+
"type": {
|
|
3443
|
+
"text": "string"
|
|
3444
|
+
},
|
|
3445
|
+
"privacy": "public",
|
|
3446
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3447
3447
|
"inheritedFrom": {
|
|
3448
|
-
"name": "
|
|
3449
|
-
"module": "src/
|
|
3448
|
+
"name": "Anchor",
|
|
3449
|
+
"module": "src/anchor/anchor.ts"
|
|
3450
3450
|
}
|
|
3451
3451
|
},
|
|
3452
3452
|
{
|
|
3453
3453
|
"kind": "field",
|
|
3454
|
-
"name": "
|
|
3455
|
-
"
|
|
3456
|
-
|
|
3454
|
+
"name": "ping",
|
|
3455
|
+
"type": {
|
|
3456
|
+
"text": "string"
|
|
3457
|
+
},
|
|
3458
|
+
"privacy": "public",
|
|
3459
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3457
3460
|
"inheritedFrom": {
|
|
3458
|
-
"name": "
|
|
3459
|
-
"module": "src/
|
|
3461
|
+
"name": "Anchor",
|
|
3462
|
+
"module": "src/anchor/anchor.ts"
|
|
3460
3463
|
}
|
|
3461
3464
|
},
|
|
3462
3465
|
{
|
|
3463
3466
|
"kind": "field",
|
|
3464
|
-
"name": "
|
|
3465
|
-
"
|
|
3466
|
-
|
|
3467
|
+
"name": "referrerpolicy",
|
|
3468
|
+
"type": {
|
|
3469
|
+
"text": "string"
|
|
3470
|
+
},
|
|
3471
|
+
"privacy": "public",
|
|
3472
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3467
3473
|
"inheritedFrom": {
|
|
3468
|
-
"name": "
|
|
3469
|
-
"module": "src/
|
|
3474
|
+
"name": "Anchor",
|
|
3475
|
+
"module": "src/anchor/anchor.ts"
|
|
3470
3476
|
}
|
|
3471
3477
|
},
|
|
3472
3478
|
{
|
|
3473
3479
|
"kind": "field",
|
|
3474
|
-
"name": "
|
|
3475
|
-
"
|
|
3476
|
-
|
|
3480
|
+
"name": "rel",
|
|
3481
|
+
"type": {
|
|
3482
|
+
"text": "string"
|
|
3483
|
+
},
|
|
3484
|
+
"privacy": "public",
|
|
3485
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3477
3486
|
"inheritedFrom": {
|
|
3478
|
-
"name": "
|
|
3479
|
-
"module": "src/
|
|
3487
|
+
"name": "Anchor",
|
|
3488
|
+
"module": "src/anchor/anchor.ts"
|
|
3480
3489
|
}
|
|
3481
3490
|
},
|
|
3482
3491
|
{
|
|
3483
3492
|
"kind": "field",
|
|
3484
|
-
"name": "
|
|
3485
|
-
"
|
|
3486
|
-
|
|
3493
|
+
"name": "target",
|
|
3494
|
+
"type": {
|
|
3495
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
3496
|
+
},
|
|
3497
|
+
"privacy": "public",
|
|
3498
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3487
3499
|
"inheritedFrom": {
|
|
3488
|
-
"name": "
|
|
3489
|
-
"module": "src/
|
|
3500
|
+
"name": "Anchor",
|
|
3501
|
+
"module": "src/anchor/anchor.ts"
|
|
3490
3502
|
}
|
|
3491
3503
|
},
|
|
3492
3504
|
{
|
|
3493
3505
|
"kind": "field",
|
|
3494
|
-
"name": "
|
|
3495
|
-
"
|
|
3496
|
-
|
|
3506
|
+
"name": "type",
|
|
3507
|
+
"type": {
|
|
3508
|
+
"text": "string"
|
|
3509
|
+
},
|
|
3510
|
+
"privacy": "public",
|
|
3511
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
3497
3512
|
"inheritedFrom": {
|
|
3498
|
-
"name": "
|
|
3499
|
-
"module": "src/
|
|
3513
|
+
"name": "Anchor",
|
|
3514
|
+
"module": "src/anchor/anchor.ts"
|
|
3500
3515
|
}
|
|
3501
3516
|
},
|
|
3502
3517
|
{
|
|
3503
3518
|
"kind": "field",
|
|
3504
|
-
"name": "
|
|
3505
|
-
"
|
|
3506
|
-
|
|
3519
|
+
"name": "control",
|
|
3520
|
+
"type": {
|
|
3521
|
+
"text": "HTMLAnchorElement | undefined"
|
|
3522
|
+
},
|
|
3523
|
+
"privacy": "public",
|
|
3524
|
+
"description": "References the root element",
|
|
3507
3525
|
"inheritedFrom": {
|
|
3508
|
-
"name": "
|
|
3509
|
-
"module": "src/
|
|
3526
|
+
"name": "Anchor",
|
|
3527
|
+
"module": "src/anchor/anchor.ts"
|
|
3510
3528
|
}
|
|
3511
3529
|
},
|
|
3512
3530
|
{
|
|
3513
3531
|
"kind": "field",
|
|
3514
|
-
"name": "
|
|
3532
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
3515
3533
|
"privacy": "private",
|
|
3516
|
-
"description": "
|
|
3534
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
3517
3535
|
"inheritedFrom": {
|
|
3518
|
-
"name": "
|
|
3519
|
-
"module": "src/
|
|
3536
|
+
"name": "Anchor",
|
|
3537
|
+
"module": "src/anchor/anchor.ts"
|
|
3520
3538
|
}
|
|
3521
3539
|
},
|
|
3522
3540
|
{
|
|
@@ -3528,8 +3546,8 @@
|
|
|
3528
3546
|
"privacy": "private",
|
|
3529
3547
|
"default": "void 0",
|
|
3530
3548
|
"inheritedFrom": {
|
|
3531
|
-
"name": "
|
|
3532
|
-
"module": "src/
|
|
3549
|
+
"name": "Anchor",
|
|
3550
|
+
"module": "src/anchor/anchor.ts"
|
|
3533
3551
|
}
|
|
3534
3552
|
},
|
|
3535
3553
|
{
|
|
@@ -3541,8 +3559,8 @@
|
|
|
3541
3559
|
"privacy": "public",
|
|
3542
3560
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3543
3561
|
"inheritedFrom": {
|
|
3544
|
-
"name": "
|
|
3545
|
-
"module": "src/
|
|
3562
|
+
"name": "Anchor",
|
|
3563
|
+
"module": "src/anchor/anchor.ts"
|
|
3546
3564
|
}
|
|
3547
3565
|
},
|
|
3548
3566
|
{
|
|
@@ -3554,8 +3572,8 @@
|
|
|
3554
3572
|
"privacy": "public",
|
|
3555
3573
|
"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.",
|
|
3556
3574
|
"inheritedFrom": {
|
|
3557
|
-
"name": "
|
|
3558
|
-
"module": "src/
|
|
3575
|
+
"name": "Anchor",
|
|
3576
|
+
"module": "src/anchor/anchor.ts"
|
|
3559
3577
|
}
|
|
3560
3578
|
},
|
|
3561
3579
|
{
|
|
@@ -3568,8 +3586,8 @@
|
|
|
3568
3586
|
}
|
|
3569
3587
|
},
|
|
3570
3588
|
"inheritedFrom": {
|
|
3571
|
-
"name": "
|
|
3572
|
-
"module": "src/
|
|
3589
|
+
"name": "Anchor",
|
|
3590
|
+
"module": "src/anchor/anchor.ts"
|
|
3573
3591
|
}
|
|
3574
3592
|
},
|
|
3575
3593
|
{
|
|
@@ -3581,8 +3599,8 @@
|
|
|
3581
3599
|
"privacy": "public",
|
|
3582
3600
|
"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.",
|
|
3583
3601
|
"inheritedFrom": {
|
|
3584
|
-
"name": "
|
|
3585
|
-
"module": "src/
|
|
3602
|
+
"name": "Anchor",
|
|
3603
|
+
"module": "src/anchor/anchor.ts"
|
|
3586
3604
|
}
|
|
3587
3605
|
},
|
|
3588
3606
|
{
|
|
@@ -3595,8 +3613,8 @@
|
|
|
3595
3613
|
}
|
|
3596
3614
|
},
|
|
3597
3615
|
"inheritedFrom": {
|
|
3598
|
-
"name": "
|
|
3599
|
-
"module": "src/
|
|
3616
|
+
"name": "Anchor",
|
|
3617
|
+
"module": "src/anchor/anchor.ts"
|
|
3600
3618
|
}
|
|
3601
3619
|
},
|
|
3602
3620
|
{
|
|
@@ -3626,57 +3644,39 @@
|
|
|
3626
3644
|
],
|
|
3627
3645
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3628
3646
|
"inheritedFrom": {
|
|
3629
|
-
"name": "
|
|
3630
|
-
"module": "src/
|
|
3631
|
-
}
|
|
3632
|
-
}
|
|
3633
|
-
],
|
|
3634
|
-
"events": [
|
|
3635
|
-
{
|
|
3636
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3637
|
-
"name": "loaded",
|
|
3638
|
-
"inheritedFrom": {
|
|
3639
|
-
"name": "AnchoredRegion",
|
|
3640
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3645
|
-
"name": "positionchange",
|
|
3646
|
-
"inheritedFrom": {
|
|
3647
|
-
"name": "AnchoredRegion",
|
|
3648
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3647
|
+
"name": "Anchor",
|
|
3648
|
+
"module": "src/anchor/anchor.ts"
|
|
3649
3649
|
}
|
|
3650
3650
|
}
|
|
3651
3651
|
]
|
|
3652
3652
|
},
|
|
3653
3653
|
{
|
|
3654
3654
|
"kind": "variable",
|
|
3655
|
-
"name": "
|
|
3655
|
+
"name": "rapidAnchor"
|
|
3656
3656
|
}
|
|
3657
3657
|
],
|
|
3658
3658
|
"exports": [
|
|
3659
3659
|
{
|
|
3660
3660
|
"kind": "js",
|
|
3661
|
-
"name": "
|
|
3661
|
+
"name": "Anchor",
|
|
3662
3662
|
"declaration": {
|
|
3663
|
-
"name": "
|
|
3664
|
-
"module": "src/
|
|
3663
|
+
"name": "Anchor",
|
|
3664
|
+
"module": "src/anchor/anchor.ts"
|
|
3665
3665
|
}
|
|
3666
3666
|
},
|
|
3667
3667
|
{
|
|
3668
3668
|
"kind": "js",
|
|
3669
|
-
"name": "
|
|
3669
|
+
"name": "rapidAnchor",
|
|
3670
3670
|
"declaration": {
|
|
3671
|
-
"name": "
|
|
3672
|
-
"module": "src/
|
|
3671
|
+
"name": "rapidAnchor",
|
|
3672
|
+
"module": "src/anchor/anchor.ts"
|
|
3673
3673
|
}
|
|
3674
3674
|
}
|
|
3675
3675
|
]
|
|
3676
3676
|
},
|
|
3677
3677
|
{
|
|
3678
3678
|
"kind": "javascript-module",
|
|
3679
|
-
"path": "src/
|
|
3679
|
+
"path": "src/anchor/index.ts",
|
|
3680
3680
|
"declarations": [],
|
|
3681
3681
|
"exports": [
|
|
3682
3682
|
{
|
|
@@ -3684,7 +3684,7 @@
|
|
|
3684
3684
|
"name": "*",
|
|
3685
3685
|
"declaration": {
|
|
3686
3686
|
"name": "*",
|
|
3687
|
-
"package": "./
|
|
3687
|
+
"package": "./anchor"
|
|
3688
3688
|
}
|
|
3689
3689
|
},
|
|
3690
3690
|
{
|
|
@@ -3692,7 +3692,7 @@
|
|
|
3692
3692
|
"name": "*",
|
|
3693
3693
|
"declaration": {
|
|
3694
3694
|
"name": "*",
|
|
3695
|
-
"package": "./
|
|
3695
|
+
"package": "./anchor.styles"
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
{
|
|
@@ -3700,18 +3700,18 @@
|
|
|
3700
3700
|
"name": "*",
|
|
3701
3701
|
"declaration": {
|
|
3702
3702
|
"name": "*",
|
|
3703
|
-
"package": "./
|
|
3703
|
+
"package": "./anchor.template"
|
|
3704
3704
|
}
|
|
3705
3705
|
}
|
|
3706
3706
|
]
|
|
3707
3707
|
},
|
|
3708
3708
|
{
|
|
3709
3709
|
"kind": "javascript-module",
|
|
3710
|
-
"path": "src/
|
|
3710
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
3711
3711
|
"declarations": [
|
|
3712
3712
|
{
|
|
3713
3713
|
"kind": "function",
|
|
3714
|
-
"name": "
|
|
3714
|
+
"name": "rapidAvatarStyles",
|
|
3715
3715
|
"return": {
|
|
3716
3716
|
"type": {
|
|
3717
3717
|
"text": "ElementStyles"
|
|
@@ -3736,24 +3736,24 @@
|
|
|
3736
3736
|
"exports": [
|
|
3737
3737
|
{
|
|
3738
3738
|
"kind": "js",
|
|
3739
|
-
"name": "
|
|
3739
|
+
"name": "rapidAvatarStyles",
|
|
3740
3740
|
"declaration": {
|
|
3741
|
-
"name": "
|
|
3742
|
-
"module": "src/
|
|
3741
|
+
"name": "rapidAvatarStyles",
|
|
3742
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
]
|
|
3746
3746
|
},
|
|
3747
3747
|
{
|
|
3748
3748
|
"kind": "javascript-module",
|
|
3749
|
-
"path": "src/
|
|
3749
|
+
"path": "src/avatar/avatar.template.ts",
|
|
3750
3750
|
"declarations": [
|
|
3751
3751
|
{
|
|
3752
3752
|
"kind": "function",
|
|
3753
|
-
"name": "
|
|
3753
|
+
"name": "rapidAvatarTemplate",
|
|
3754
3754
|
"return": {
|
|
3755
3755
|
"type": {
|
|
3756
|
-
"text": "ViewTemplate<
|
|
3756
|
+
"text": "ViewTemplate<Avatar>"
|
|
3757
3757
|
}
|
|
3758
3758
|
},
|
|
3759
3759
|
"parameters": [
|
|
@@ -3775,27 +3775,27 @@
|
|
|
3775
3775
|
"exports": [
|
|
3776
3776
|
{
|
|
3777
3777
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
3778
|
+
"name": "rapidAvatarTemplate",
|
|
3779
3779
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3780
|
+
"name": "rapidAvatarTemplate",
|
|
3781
|
+
"module": "src/avatar/avatar.template.ts"
|
|
3782
3782
|
}
|
|
3783
3783
|
}
|
|
3784
3784
|
]
|
|
3785
3785
|
},
|
|
3786
3786
|
{
|
|
3787
3787
|
"kind": "javascript-module",
|
|
3788
|
-
"path": "src/
|
|
3788
|
+
"path": "src/avatar/avatar.ts",
|
|
3789
3789
|
"declarations": [
|
|
3790
3790
|
{
|
|
3791
3791
|
"kind": "class",
|
|
3792
3792
|
"description": "",
|
|
3793
|
-
"name": "
|
|
3793
|
+
"name": "Avatar",
|
|
3794
3794
|
"superclass": {
|
|
3795
|
-
"name": "
|
|
3795
|
+
"name": "FoundationAvatar",
|
|
3796
3796
|
"package": "@genesislcap/foundation-ui"
|
|
3797
3797
|
},
|
|
3798
|
-
"tagName": "%%prefix%%-
|
|
3798
|
+
"tagName": "%%prefix%%-avatar",
|
|
3799
3799
|
"customElement": true,
|
|
3800
3800
|
"attributes": [
|
|
3801
3801
|
{
|
|
@@ -3803,34 +3803,47 @@
|
|
|
3803
3803
|
"type": {
|
|
3804
3804
|
"text": "string"
|
|
3805
3805
|
},
|
|
3806
|
-
"description": "Indicates the
|
|
3806
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3807
3807
|
"fieldName": "fill",
|
|
3808
3808
|
"inheritedFrom": {
|
|
3809
|
-
"name": "
|
|
3810
|
-
"module": "src/
|
|
3809
|
+
"name": "Avatar",
|
|
3810
|
+
"module": "src/avatar/avatar.ts"
|
|
3811
|
+
}
|
|
3812
|
+
},
|
|
3813
|
+
{
|
|
3814
|
+
"name": "color",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"text": "string"
|
|
3817
|
+
},
|
|
3818
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3819
|
+
"fieldName": "color",
|
|
3820
|
+
"inheritedFrom": {
|
|
3821
|
+
"name": "Avatar",
|
|
3822
|
+
"module": "src/avatar/avatar.ts"
|
|
3811
3823
|
}
|
|
3812
3824
|
},
|
|
3813
3825
|
{
|
|
3814
|
-
"name": "
|
|
3826
|
+
"name": "link",
|
|
3815
3827
|
"type": {
|
|
3816
3828
|
"text": "string"
|
|
3817
3829
|
},
|
|
3818
|
-
"description": "Indicates the
|
|
3819
|
-
"fieldName": "
|
|
3830
|
+
"description": "Indicates the Avatar should have url link",
|
|
3831
|
+
"fieldName": "link",
|
|
3820
3832
|
"inheritedFrom": {
|
|
3821
|
-
"name": "
|
|
3822
|
-
"module": "src/
|
|
3833
|
+
"name": "Avatar",
|
|
3834
|
+
"module": "src/avatar/avatar.ts"
|
|
3823
3835
|
}
|
|
3824
3836
|
},
|
|
3825
3837
|
{
|
|
3838
|
+
"name": "shape",
|
|
3826
3839
|
"type": {
|
|
3827
|
-
"text": "
|
|
3840
|
+
"text": "AvatarShape"
|
|
3828
3841
|
},
|
|
3829
|
-
"description": "Indicates the
|
|
3830
|
-
"fieldName": "
|
|
3842
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3843
|
+
"fieldName": "shape",
|
|
3831
3844
|
"inheritedFrom": {
|
|
3832
|
-
"name": "
|
|
3833
|
-
"module": "src/
|
|
3845
|
+
"name": "Avatar",
|
|
3846
|
+
"module": "src/avatar/avatar.ts"
|
|
3834
3847
|
}
|
|
3835
3848
|
}
|
|
3836
3849
|
],
|
|
@@ -3842,10 +3855,10 @@
|
|
|
3842
3855
|
"text": "string"
|
|
3843
3856
|
},
|
|
3844
3857
|
"privacy": "public",
|
|
3845
|
-
"description": "Indicates the
|
|
3858
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3846
3859
|
"inheritedFrom": {
|
|
3847
|
-
"name": "
|
|
3848
|
-
"module": "src/
|
|
3860
|
+
"name": "Avatar",
|
|
3861
|
+
"module": "src/avatar/avatar.ts"
|
|
3849
3862
|
}
|
|
3850
3863
|
},
|
|
3851
3864
|
{
|
|
@@ -3855,32 +3868,36 @@
|
|
|
3855
3868
|
"text": "string"
|
|
3856
3869
|
},
|
|
3857
3870
|
"privacy": "public",
|
|
3858
|
-
"description": "Indicates the
|
|
3871
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3859
3872
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3873
|
+
"name": "Avatar",
|
|
3874
|
+
"module": "src/avatar/avatar.ts"
|
|
3862
3875
|
}
|
|
3863
3876
|
},
|
|
3864
3877
|
{
|
|
3865
3878
|
"kind": "field",
|
|
3866
|
-
"name": "
|
|
3879
|
+
"name": "link",
|
|
3867
3880
|
"type": {
|
|
3868
|
-
"text": "
|
|
3881
|
+
"text": "string"
|
|
3869
3882
|
},
|
|
3870
3883
|
"privacy": "public",
|
|
3871
|
-
"description": "Indicates the
|
|
3884
|
+
"description": "Indicates the Avatar should have url link",
|
|
3872
3885
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
3886
|
+
"name": "Avatar",
|
|
3887
|
+
"module": "src/avatar/avatar.ts"
|
|
3875
3888
|
}
|
|
3876
3889
|
},
|
|
3877
3890
|
{
|
|
3878
3891
|
"kind": "field",
|
|
3879
|
-
"name": "
|
|
3892
|
+
"name": "shape",
|
|
3893
|
+
"type": {
|
|
3894
|
+
"text": "AvatarShape"
|
|
3895
|
+
},
|
|
3880
3896
|
"privacy": "public",
|
|
3897
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3881
3898
|
"inheritedFrom": {
|
|
3882
|
-
"name": "
|
|
3883
|
-
"module": "src/
|
|
3899
|
+
"name": "Avatar",
|
|
3900
|
+
"module": "src/avatar/avatar.ts"
|
|
3884
3901
|
}
|
|
3885
3902
|
},
|
|
3886
3903
|
{
|
|
@@ -3892,8 +3909,8 @@
|
|
|
3892
3909
|
"privacy": "private",
|
|
3893
3910
|
"default": "void 0",
|
|
3894
3911
|
"inheritedFrom": {
|
|
3895
|
-
"name": "
|
|
3896
|
-
"module": "src/
|
|
3912
|
+
"name": "Avatar",
|
|
3913
|
+
"module": "src/avatar/avatar.ts"
|
|
3897
3914
|
}
|
|
3898
3915
|
},
|
|
3899
3916
|
{
|
|
@@ -3905,8 +3922,8 @@
|
|
|
3905
3922
|
"privacy": "public",
|
|
3906
3923
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3907
3924
|
"inheritedFrom": {
|
|
3908
|
-
"name": "
|
|
3909
|
-
"module": "src/
|
|
3925
|
+
"name": "Avatar",
|
|
3926
|
+
"module": "src/avatar/avatar.ts"
|
|
3910
3927
|
}
|
|
3911
3928
|
},
|
|
3912
3929
|
{
|
|
@@ -3918,8 +3935,8 @@
|
|
|
3918
3935
|
"privacy": "public",
|
|
3919
3936
|
"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.",
|
|
3920
3937
|
"inheritedFrom": {
|
|
3921
|
-
"name": "
|
|
3922
|
-
"module": "src/
|
|
3938
|
+
"name": "Avatar",
|
|
3939
|
+
"module": "src/avatar/avatar.ts"
|
|
3923
3940
|
}
|
|
3924
3941
|
},
|
|
3925
3942
|
{
|
|
@@ -3932,8 +3949,8 @@
|
|
|
3932
3949
|
}
|
|
3933
3950
|
},
|
|
3934
3951
|
"inheritedFrom": {
|
|
3935
|
-
"name": "
|
|
3936
|
-
"module": "src/
|
|
3952
|
+
"name": "Avatar",
|
|
3953
|
+
"module": "src/avatar/avatar.ts"
|
|
3937
3954
|
}
|
|
3938
3955
|
},
|
|
3939
3956
|
{
|
|
@@ -3945,8 +3962,8 @@
|
|
|
3945
3962
|
"privacy": "public",
|
|
3946
3963
|
"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.",
|
|
3947
3964
|
"inheritedFrom": {
|
|
3948
|
-
"name": "
|
|
3949
|
-
"module": "src/
|
|
3965
|
+
"name": "Avatar",
|
|
3966
|
+
"module": "src/avatar/avatar.ts"
|
|
3950
3967
|
}
|
|
3951
3968
|
},
|
|
3952
3969
|
{
|
|
@@ -3959,8 +3976,8 @@
|
|
|
3959
3976
|
}
|
|
3960
3977
|
},
|
|
3961
3978
|
"inheritedFrom": {
|
|
3962
|
-
"name": "
|
|
3963
|
-
"module": "src/
|
|
3979
|
+
"name": "Avatar",
|
|
3980
|
+
"module": "src/avatar/avatar.ts"
|
|
3964
3981
|
}
|
|
3965
3982
|
},
|
|
3966
3983
|
{
|
|
@@ -3990,39 +4007,39 @@
|
|
|
3990
4007
|
],
|
|
3991
4008
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3992
4009
|
"inheritedFrom": {
|
|
3993
|
-
"name": "
|
|
3994
|
-
"module": "src/
|
|
4010
|
+
"name": "Avatar",
|
|
4011
|
+
"module": "src/avatar/avatar.ts"
|
|
3995
4012
|
}
|
|
3996
4013
|
}
|
|
3997
4014
|
]
|
|
3998
4015
|
},
|
|
3999
4016
|
{
|
|
4000
4017
|
"kind": "variable",
|
|
4001
|
-
"name": "
|
|
4018
|
+
"name": "rapidAvatar"
|
|
4002
4019
|
}
|
|
4003
4020
|
],
|
|
4004
4021
|
"exports": [
|
|
4005
4022
|
{
|
|
4006
4023
|
"kind": "js",
|
|
4007
|
-
"name": "
|
|
4024
|
+
"name": "Avatar",
|
|
4008
4025
|
"declaration": {
|
|
4009
|
-
"name": "
|
|
4010
|
-
"module": "src/
|
|
4026
|
+
"name": "Avatar",
|
|
4027
|
+
"module": "src/avatar/avatar.ts"
|
|
4011
4028
|
}
|
|
4012
4029
|
},
|
|
4013
4030
|
{
|
|
4014
4031
|
"kind": "js",
|
|
4015
|
-
"name": "
|
|
4032
|
+
"name": "rapidAvatar",
|
|
4016
4033
|
"declaration": {
|
|
4017
|
-
"name": "
|
|
4018
|
-
"module": "src/
|
|
4034
|
+
"name": "rapidAvatar",
|
|
4035
|
+
"module": "src/avatar/avatar.ts"
|
|
4019
4036
|
}
|
|
4020
4037
|
}
|
|
4021
4038
|
]
|
|
4022
4039
|
},
|
|
4023
4040
|
{
|
|
4024
4041
|
"kind": "javascript-module",
|
|
4025
|
-
"path": "src/
|
|
4042
|
+
"path": "src/avatar/index.ts",
|
|
4026
4043
|
"declarations": [],
|
|
4027
4044
|
"exports": [
|
|
4028
4045
|
{
|
|
@@ -4030,7 +4047,7 @@
|
|
|
4030
4047
|
"name": "*",
|
|
4031
4048
|
"declaration": {
|
|
4032
4049
|
"name": "*",
|
|
4033
|
-
"package": "./
|
|
4050
|
+
"package": "./avatar"
|
|
4034
4051
|
}
|
|
4035
4052
|
},
|
|
4036
4053
|
{
|
|
@@ -4038,7 +4055,7 @@
|
|
|
4038
4055
|
"name": "*",
|
|
4039
4056
|
"declaration": {
|
|
4040
4057
|
"name": "*",
|
|
4041
|
-
"package": "./
|
|
4058
|
+
"package": "./avatar.styles"
|
|
4042
4059
|
}
|
|
4043
4060
|
},
|
|
4044
4061
|
{
|
|
@@ -4046,18 +4063,18 @@
|
|
|
4046
4063
|
"name": "*",
|
|
4047
4064
|
"declaration": {
|
|
4048
4065
|
"name": "*",
|
|
4049
|
-
"package": "./
|
|
4066
|
+
"package": "./avatar.template"
|
|
4050
4067
|
}
|
|
4051
4068
|
}
|
|
4052
4069
|
]
|
|
4053
4070
|
},
|
|
4054
4071
|
{
|
|
4055
4072
|
"kind": "javascript-module",
|
|
4056
|
-
"path": "src/
|
|
4073
|
+
"path": "src/badge/badge.styles.ts",
|
|
4057
4074
|
"declarations": [
|
|
4058
4075
|
{
|
|
4059
4076
|
"kind": "function",
|
|
4060
|
-
"name": "
|
|
4077
|
+
"name": "rapidBadgeStyles",
|
|
4061
4078
|
"return": {
|
|
4062
4079
|
"type": {
|
|
4063
4080
|
"text": "ElementStyles"
|
|
@@ -4082,24 +4099,24 @@
|
|
|
4082
4099
|
"exports": [
|
|
4083
4100
|
{
|
|
4084
4101
|
"kind": "js",
|
|
4085
|
-
"name": "
|
|
4102
|
+
"name": "rapidBadgeStyles",
|
|
4086
4103
|
"declaration": {
|
|
4087
|
-
"name": "
|
|
4088
|
-
"module": "src/
|
|
4104
|
+
"name": "rapidBadgeStyles",
|
|
4105
|
+
"module": "src/badge/badge.styles.ts"
|
|
4089
4106
|
}
|
|
4090
4107
|
}
|
|
4091
4108
|
]
|
|
4092
4109
|
},
|
|
4093
4110
|
{
|
|
4094
4111
|
"kind": "javascript-module",
|
|
4095
|
-
"path": "src/
|
|
4112
|
+
"path": "src/badge/badge.template.ts",
|
|
4096
4113
|
"declarations": [
|
|
4097
4114
|
{
|
|
4098
4115
|
"kind": "function",
|
|
4099
|
-
"name": "
|
|
4116
|
+
"name": "rapidBadgeTemplate",
|
|
4100
4117
|
"return": {
|
|
4101
4118
|
"type": {
|
|
4102
|
-
"text": "ViewTemplate<
|
|
4119
|
+
"text": "ViewTemplate<Badge>"
|
|
4103
4120
|
}
|
|
4104
4121
|
},
|
|
4105
4122
|
"parameters": [
|
|
@@ -4121,27 +4138,27 @@
|
|
|
4121
4138
|
"exports": [
|
|
4122
4139
|
{
|
|
4123
4140
|
"kind": "js",
|
|
4124
|
-
"name": "
|
|
4141
|
+
"name": "rapidBadgeTemplate",
|
|
4125
4142
|
"declaration": {
|
|
4126
|
-
"name": "
|
|
4127
|
-
"module": "src/
|
|
4143
|
+
"name": "rapidBadgeTemplate",
|
|
4144
|
+
"module": "src/badge/badge.template.ts"
|
|
4128
4145
|
}
|
|
4129
4146
|
}
|
|
4130
4147
|
]
|
|
4131
4148
|
},
|
|
4132
4149
|
{
|
|
4133
4150
|
"kind": "javascript-module",
|
|
4134
|
-
"path": "src/
|
|
4151
|
+
"path": "src/badge/badge.ts",
|
|
4135
4152
|
"declarations": [
|
|
4136
4153
|
{
|
|
4137
4154
|
"kind": "class",
|
|
4138
4155
|
"description": "",
|
|
4139
|
-
"name": "
|
|
4156
|
+
"name": "Badge",
|
|
4140
4157
|
"superclass": {
|
|
4141
|
-
"name": "
|
|
4158
|
+
"name": "FoundationBadge",
|
|
4142
4159
|
"package": "@genesislcap/foundation-ui"
|
|
4143
4160
|
},
|
|
4144
|
-
"tagName": "%%prefix%%-
|
|
4161
|
+
"tagName": "%%prefix%%-badge",
|
|
4145
4162
|
"customElement": true,
|
|
4146
4163
|
"attributes": [
|
|
4147
4164
|
{
|
|
@@ -4149,11 +4166,11 @@
|
|
|
4149
4166
|
"type": {
|
|
4150
4167
|
"text": "string"
|
|
4151
4168
|
},
|
|
4152
|
-
"description": "Indicates the
|
|
4169
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4153
4170
|
"fieldName": "fill",
|
|
4154
4171
|
"inheritedFrom": {
|
|
4155
|
-
"name": "
|
|
4156
|
-
"module": "src/
|
|
4172
|
+
"name": "Badge",
|
|
4173
|
+
"module": "src/badge/badge.ts"
|
|
4157
4174
|
}
|
|
4158
4175
|
},
|
|
4159
4176
|
{
|
|
@@ -4161,35 +4178,22 @@
|
|
|
4161
4178
|
"type": {
|
|
4162
4179
|
"text": "string"
|
|
4163
4180
|
},
|
|
4164
|
-
"description": "Indicates the
|
|
4181
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4165
4182
|
"fieldName": "color",
|
|
4166
4183
|
"inheritedFrom": {
|
|
4167
|
-
"name": "
|
|
4168
|
-
"module": "src/
|
|
4169
|
-
}
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "link",
|
|
4173
|
-
"type": {
|
|
4174
|
-
"text": "string"
|
|
4175
|
-
},
|
|
4176
|
-
"description": "Indicates the Avatar should have url link",
|
|
4177
|
-
"fieldName": "link",
|
|
4178
|
-
"inheritedFrom": {
|
|
4179
|
-
"name": "Avatar",
|
|
4180
|
-
"module": "src/avatar/avatar.ts"
|
|
4184
|
+
"name": "Badge",
|
|
4185
|
+
"module": "src/badge/badge.ts"
|
|
4181
4186
|
}
|
|
4182
4187
|
},
|
|
4183
4188
|
{
|
|
4184
|
-
"name": "shape",
|
|
4185
4189
|
"type": {
|
|
4186
|
-
"text": "
|
|
4190
|
+
"text": "boolean"
|
|
4187
4191
|
},
|
|
4188
|
-
"description": "Indicates the
|
|
4189
|
-
"fieldName": "
|
|
4192
|
+
"description": "Indicates the element should be circular",
|
|
4193
|
+
"fieldName": "circular",
|
|
4190
4194
|
"inheritedFrom": {
|
|
4191
|
-
"name": "
|
|
4192
|
-
"module": "src/
|
|
4195
|
+
"name": "Badge",
|
|
4196
|
+
"module": "src/badge/badge.ts"
|
|
4193
4197
|
}
|
|
4194
4198
|
}
|
|
4195
4199
|
],
|
|
@@ -4201,10 +4205,10 @@
|
|
|
4201
4205
|
"text": "string"
|
|
4202
4206
|
},
|
|
4203
4207
|
"privacy": "public",
|
|
4204
|
-
"description": "Indicates the
|
|
4208
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4205
4209
|
"inheritedFrom": {
|
|
4206
|
-
"name": "
|
|
4207
|
-
"module": "src/
|
|
4210
|
+
"name": "Badge",
|
|
4211
|
+
"module": "src/badge/badge.ts"
|
|
4208
4212
|
}
|
|
4209
4213
|
},
|
|
4210
4214
|
{
|
|
@@ -4214,36 +4218,32 @@
|
|
|
4214
4218
|
"text": "string"
|
|
4215
4219
|
},
|
|
4216
4220
|
"privacy": "public",
|
|
4217
|
-
"description": "Indicates the
|
|
4221
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4218
4222
|
"inheritedFrom": {
|
|
4219
|
-
"name": "
|
|
4220
|
-
"module": "src/
|
|
4223
|
+
"name": "Badge",
|
|
4224
|
+
"module": "src/badge/badge.ts"
|
|
4221
4225
|
}
|
|
4222
4226
|
},
|
|
4223
4227
|
{
|
|
4224
4228
|
"kind": "field",
|
|
4225
|
-
"name": "
|
|
4229
|
+
"name": "circular",
|
|
4226
4230
|
"type": {
|
|
4227
|
-
"text": "
|
|
4231
|
+
"text": "boolean"
|
|
4228
4232
|
},
|
|
4229
4233
|
"privacy": "public",
|
|
4230
|
-
"description": "Indicates the
|
|
4234
|
+
"description": "Indicates the element should be circular",
|
|
4231
4235
|
"inheritedFrom": {
|
|
4232
|
-
"name": "
|
|
4233
|
-
"module": "src/
|
|
4236
|
+
"name": "Badge",
|
|
4237
|
+
"module": "src/badge/badge.ts"
|
|
4234
4238
|
}
|
|
4235
4239
|
},
|
|
4236
4240
|
{
|
|
4237
4241
|
"kind": "field",
|
|
4238
|
-
"name": "
|
|
4239
|
-
"type": {
|
|
4240
|
-
"text": "AvatarShape"
|
|
4241
|
-
},
|
|
4242
|
+
"name": "generateBadgeStyle",
|
|
4242
4243
|
"privacy": "public",
|
|
4243
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4244
4244
|
"inheritedFrom": {
|
|
4245
|
-
"name": "
|
|
4246
|
-
"module": "src/
|
|
4245
|
+
"name": "Badge",
|
|
4246
|
+
"module": "src/badge/badge.ts"
|
|
4247
4247
|
}
|
|
4248
4248
|
},
|
|
4249
4249
|
{
|
|
@@ -4255,8 +4255,8 @@
|
|
|
4255
4255
|
"privacy": "private",
|
|
4256
4256
|
"default": "void 0",
|
|
4257
4257
|
"inheritedFrom": {
|
|
4258
|
-
"name": "
|
|
4259
|
-
"module": "src/
|
|
4258
|
+
"name": "Badge",
|
|
4259
|
+
"module": "src/badge/badge.ts"
|
|
4260
4260
|
}
|
|
4261
4261
|
},
|
|
4262
4262
|
{
|
|
@@ -4268,8 +4268,8 @@
|
|
|
4268
4268
|
"privacy": "public",
|
|
4269
4269
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4270
4270
|
"inheritedFrom": {
|
|
4271
|
-
"name": "
|
|
4272
|
-
"module": "src/
|
|
4271
|
+
"name": "Badge",
|
|
4272
|
+
"module": "src/badge/badge.ts"
|
|
4273
4273
|
}
|
|
4274
4274
|
},
|
|
4275
4275
|
{
|
|
@@ -4281,8 +4281,8 @@
|
|
|
4281
4281
|
"privacy": "public",
|
|
4282
4282
|
"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.",
|
|
4283
4283
|
"inheritedFrom": {
|
|
4284
|
-
"name": "
|
|
4285
|
-
"module": "src/
|
|
4284
|
+
"name": "Badge",
|
|
4285
|
+
"module": "src/badge/badge.ts"
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
{
|
|
@@ -4295,8 +4295,8 @@
|
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
"inheritedFrom": {
|
|
4298
|
-
"name": "
|
|
4299
|
-
"module": "src/
|
|
4298
|
+
"name": "Badge",
|
|
4299
|
+
"module": "src/badge/badge.ts"
|
|
4300
4300
|
}
|
|
4301
4301
|
},
|
|
4302
4302
|
{
|
|
@@ -4308,8 +4308,8 @@
|
|
|
4308
4308
|
"privacy": "public",
|
|
4309
4309
|
"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.",
|
|
4310
4310
|
"inheritedFrom": {
|
|
4311
|
-
"name": "
|
|
4312
|
-
"module": "src/
|
|
4311
|
+
"name": "Badge",
|
|
4312
|
+
"module": "src/badge/badge.ts"
|
|
4313
4313
|
}
|
|
4314
4314
|
},
|
|
4315
4315
|
{
|
|
@@ -4322,8 +4322,8 @@
|
|
|
4322
4322
|
}
|
|
4323
4323
|
},
|
|
4324
4324
|
"inheritedFrom": {
|
|
4325
|
-
"name": "
|
|
4326
|
-
"module": "src/
|
|
4325
|
+
"name": "Badge",
|
|
4326
|
+
"module": "src/badge/badge.ts"
|
|
4327
4327
|
}
|
|
4328
4328
|
},
|
|
4329
4329
|
{
|
|
@@ -4353,39 +4353,39 @@
|
|
|
4353
4353
|
],
|
|
4354
4354
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4355
4355
|
"inheritedFrom": {
|
|
4356
|
-
"name": "
|
|
4357
|
-
"module": "src/
|
|
4356
|
+
"name": "Badge",
|
|
4357
|
+
"module": "src/badge/badge.ts"
|
|
4358
4358
|
}
|
|
4359
4359
|
}
|
|
4360
4360
|
]
|
|
4361
4361
|
},
|
|
4362
4362
|
{
|
|
4363
4363
|
"kind": "variable",
|
|
4364
|
-
"name": "
|
|
4364
|
+
"name": "rapidBadge"
|
|
4365
4365
|
}
|
|
4366
4366
|
],
|
|
4367
4367
|
"exports": [
|
|
4368
4368
|
{
|
|
4369
4369
|
"kind": "js",
|
|
4370
|
-
"name": "
|
|
4370
|
+
"name": "Badge",
|
|
4371
4371
|
"declaration": {
|
|
4372
|
-
"name": "
|
|
4373
|
-
"module": "src/
|
|
4372
|
+
"name": "Badge",
|
|
4373
|
+
"module": "src/badge/badge.ts"
|
|
4374
4374
|
}
|
|
4375
4375
|
},
|
|
4376
4376
|
{
|
|
4377
4377
|
"kind": "js",
|
|
4378
|
-
"name": "
|
|
4378
|
+
"name": "rapidBadge",
|
|
4379
4379
|
"declaration": {
|
|
4380
|
-
"name": "
|
|
4381
|
-
"module": "src/
|
|
4380
|
+
"name": "rapidBadge",
|
|
4381
|
+
"module": "src/badge/badge.ts"
|
|
4382
4382
|
}
|
|
4383
4383
|
}
|
|
4384
4384
|
]
|
|
4385
4385
|
},
|
|
4386
4386
|
{
|
|
4387
4387
|
"kind": "javascript-module",
|
|
4388
|
-
"path": "src/
|
|
4388
|
+
"path": "src/badge/index.ts",
|
|
4389
4389
|
"declarations": [],
|
|
4390
4390
|
"exports": [
|
|
4391
4391
|
{
|
|
@@ -4393,7 +4393,7 @@
|
|
|
4393
4393
|
"name": "*",
|
|
4394
4394
|
"declaration": {
|
|
4395
4395
|
"name": "*",
|
|
4396
|
-
"package": "./
|
|
4396
|
+
"package": "./badge"
|
|
4397
4397
|
}
|
|
4398
4398
|
},
|
|
4399
4399
|
{
|
|
@@ -4401,7 +4401,7 @@
|
|
|
4401
4401
|
"name": "*",
|
|
4402
4402
|
"declaration": {
|
|
4403
4403
|
"name": "*",
|
|
4404
|
-
"package": "./
|
|
4404
|
+
"package": "./badge.styles"
|
|
4405
4405
|
}
|
|
4406
4406
|
},
|
|
4407
4407
|
{
|
|
@@ -4409,7 +4409,7 @@
|
|
|
4409
4409
|
"name": "*",
|
|
4410
4410
|
"declaration": {
|
|
4411
4411
|
"name": "*",
|
|
4412
|
-
"package": "./
|
|
4412
|
+
"package": "./badge.template"
|
|
4413
4413
|
}
|
|
4414
4414
|
}
|
|
4415
4415
|
]
|