@genesislcap/foundation-layout 14.26.7 → 14.26.8-alpha-692a398.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/custom-elements.json +213 -213
- package/package.json +6 -6
@@ -275,219 +275,6 @@
|
|
275
275
|
}
|
276
276
|
]
|
277
277
|
},
|
278
|
-
{
|
279
|
-
"kind": "javascript-module",
|
280
|
-
"path": "src/utils/constants.ts",
|
281
|
-
"declarations": [
|
282
|
-
{
|
283
|
-
"kind": "variable",
|
284
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
285
|
-
"type": {
|
286
|
-
"text": "number"
|
287
|
-
},
|
288
|
-
"default": "500",
|
289
|
-
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
290
|
-
"privacy": "public"
|
291
|
-
}
|
292
|
-
],
|
293
|
-
"exports": [
|
294
|
-
{
|
295
|
-
"kind": "js",
|
296
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
297
|
-
"declaration": {
|
298
|
-
"name": "DEFAULT_RELOAD_BUFFER",
|
299
|
-
"module": "src/utils/constants.ts"
|
300
|
-
}
|
301
|
-
}
|
302
|
-
]
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"kind": "javascript-module",
|
306
|
-
"path": "src/utils/error.ts",
|
307
|
-
"declarations": [
|
308
|
-
{
|
309
|
-
"kind": "class",
|
310
|
-
"description": "",
|
311
|
-
"name": "LayoutUsageError",
|
312
|
-
"superclass": {
|
313
|
-
"name": "Error",
|
314
|
-
"module": "src/utils/error.ts"
|
315
|
-
}
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"kind": "class",
|
319
|
-
"description": "",
|
320
|
-
"name": "LayoutRegistrationError",
|
321
|
-
"superclass": {
|
322
|
-
"name": "Error",
|
323
|
-
"module": "src/utils/error.ts"
|
324
|
-
}
|
325
|
-
}
|
326
|
-
],
|
327
|
-
"exports": [
|
328
|
-
{
|
329
|
-
"kind": "js",
|
330
|
-
"name": "LayoutUsageError",
|
331
|
-
"declaration": {
|
332
|
-
"name": "LayoutUsageError",
|
333
|
-
"module": "src/utils/error.ts"
|
334
|
-
}
|
335
|
-
},
|
336
|
-
{
|
337
|
-
"kind": "js",
|
338
|
-
"name": "LayoutRegistrationError",
|
339
|
-
"declaration": {
|
340
|
-
"name": "LayoutRegistrationError",
|
341
|
-
"module": "src/utils/error.ts"
|
342
|
-
}
|
343
|
-
}
|
344
|
-
]
|
345
|
-
},
|
346
|
-
{
|
347
|
-
"kind": "javascript-module",
|
348
|
-
"path": "src/utils/events.ts",
|
349
|
-
"declarations": [
|
350
|
-
{
|
351
|
-
"kind": "variable",
|
352
|
-
"name": "LayoutEmitEvents",
|
353
|
-
"type": {
|
354
|
-
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
355
|
-
},
|
356
|
-
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
357
|
-
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
358
|
-
"privacy": "public"
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"kind": "variable",
|
362
|
-
"name": "LayoutReceiveEvents",
|
363
|
-
"type": {
|
364
|
-
"text": "{\n changeTitle: 'change-title',\n}"
|
365
|
-
},
|
366
|
-
"default": "{\n changeTitle: 'change-title',\n}",
|
367
|
-
"description": "Defines events that the layout system listens for\n\n'changeTitle' - emit this from a contained item to update the title of the window that contains it.",
|
368
|
-
"privacy": "public"
|
369
|
-
}
|
370
|
-
],
|
371
|
-
"exports": [
|
372
|
-
{
|
373
|
-
"kind": "js",
|
374
|
-
"name": "LayoutEmitEvents",
|
375
|
-
"declaration": {
|
376
|
-
"name": "LayoutEmitEvents",
|
377
|
-
"module": "src/utils/events.ts"
|
378
|
-
}
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"kind": "js",
|
382
|
-
"name": "LayoutReceiveEvents",
|
383
|
-
"declaration": {
|
384
|
-
"name": "LayoutReceiveEvents",
|
385
|
-
"module": "src/utils/events.ts"
|
386
|
-
}
|
387
|
-
}
|
388
|
-
]
|
389
|
-
},
|
390
|
-
{
|
391
|
-
"kind": "javascript-module",
|
392
|
-
"path": "src/utils/index.ts",
|
393
|
-
"declarations": [],
|
394
|
-
"exports": [
|
395
|
-
{
|
396
|
-
"kind": "js",
|
397
|
-
"name": "*",
|
398
|
-
"declaration": {
|
399
|
-
"name": "*",
|
400
|
-
"package": "./constants"
|
401
|
-
}
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"kind": "js",
|
405
|
-
"name": "*",
|
406
|
-
"declaration": {
|
407
|
-
"name": "*",
|
408
|
-
"package": "./error"
|
409
|
-
}
|
410
|
-
},
|
411
|
-
{
|
412
|
-
"kind": "js",
|
413
|
-
"name": "*",
|
414
|
-
"declaration": {
|
415
|
-
"name": "*",
|
416
|
-
"package": "./events"
|
417
|
-
}
|
418
|
-
},
|
419
|
-
{
|
420
|
-
"kind": "js",
|
421
|
-
"name": "*",
|
422
|
-
"declaration": {
|
423
|
-
"name": "*",
|
424
|
-
"package": "./misc"
|
425
|
-
}
|
426
|
-
},
|
427
|
-
{
|
428
|
-
"kind": "js",
|
429
|
-
"name": "*",
|
430
|
-
"declaration": {
|
431
|
-
"name": "*",
|
432
|
-
"package": "./templates"
|
433
|
-
}
|
434
|
-
},
|
435
|
-
{
|
436
|
-
"kind": "js",
|
437
|
-
"name": "*",
|
438
|
-
"declaration": {
|
439
|
-
"name": "*",
|
440
|
-
"package": "./types"
|
441
|
-
}
|
442
|
-
},
|
443
|
-
{
|
444
|
-
"kind": "js",
|
445
|
-
"name": "*",
|
446
|
-
"declaration": {
|
447
|
-
"name": "*",
|
448
|
-
"package": "./error"
|
449
|
-
}
|
450
|
-
}
|
451
|
-
]
|
452
|
-
},
|
453
|
-
{
|
454
|
-
"kind": "javascript-module",
|
455
|
-
"path": "src/utils/logger.ts",
|
456
|
-
"declarations": [
|
457
|
-
{
|
458
|
-
"kind": "variable",
|
459
|
-
"name": "logger"
|
460
|
-
}
|
461
|
-
],
|
462
|
-
"exports": [
|
463
|
-
{
|
464
|
-
"kind": "js",
|
465
|
-
"name": "logger",
|
466
|
-
"declaration": {
|
467
|
-
"name": "logger",
|
468
|
-
"module": "src/utils/logger.ts"
|
469
|
-
}
|
470
|
-
}
|
471
|
-
]
|
472
|
-
},
|
473
|
-
{
|
474
|
-
"kind": "javascript-module",
|
475
|
-
"path": "src/utils/misc.ts",
|
476
|
-
"declarations": [],
|
477
|
-
"exports": []
|
478
|
-
},
|
479
|
-
{
|
480
|
-
"kind": "javascript-module",
|
481
|
-
"path": "src/utils/templates.ts",
|
482
|
-
"declarations": [],
|
483
|
-
"exports": []
|
484
|
-
},
|
485
|
-
{
|
486
|
-
"kind": "javascript-module",
|
487
|
-
"path": "src/utils/types.ts",
|
488
|
-
"declarations": [],
|
489
|
-
"exports": []
|
490
|
-
},
|
491
278
|
{
|
492
279
|
"kind": "javascript-module",
|
493
280
|
"path": "src/main/index.ts",
|
@@ -1341,6 +1128,219 @@
|
|
1341
1128
|
}
|
1342
1129
|
}
|
1343
1130
|
]
|
1131
|
+
},
|
1132
|
+
{
|
1133
|
+
"kind": "javascript-module",
|
1134
|
+
"path": "src/utils/constants.ts",
|
1135
|
+
"declarations": [
|
1136
|
+
{
|
1137
|
+
"kind": "variable",
|
1138
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1139
|
+
"type": {
|
1140
|
+
"text": "number"
|
1141
|
+
},
|
1142
|
+
"default": "500",
|
1143
|
+
"description": "Default time in milliseconds for the layout to buffer calls to reloading\nthe layout while the declarative API is loading.\n\nDuring the first load of the layout, a loading spinner will be shown.",
|
1144
|
+
"privacy": "public"
|
1145
|
+
}
|
1146
|
+
],
|
1147
|
+
"exports": [
|
1148
|
+
{
|
1149
|
+
"kind": "js",
|
1150
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1151
|
+
"declaration": {
|
1152
|
+
"name": "DEFAULT_RELOAD_BUFFER",
|
1153
|
+
"module": "src/utils/constants.ts"
|
1154
|
+
}
|
1155
|
+
}
|
1156
|
+
]
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"kind": "javascript-module",
|
1160
|
+
"path": "src/utils/error.ts",
|
1161
|
+
"declarations": [
|
1162
|
+
{
|
1163
|
+
"kind": "class",
|
1164
|
+
"description": "",
|
1165
|
+
"name": "LayoutUsageError",
|
1166
|
+
"superclass": {
|
1167
|
+
"name": "Error",
|
1168
|
+
"module": "src/utils/error.ts"
|
1169
|
+
}
|
1170
|
+
},
|
1171
|
+
{
|
1172
|
+
"kind": "class",
|
1173
|
+
"description": "",
|
1174
|
+
"name": "LayoutRegistrationError",
|
1175
|
+
"superclass": {
|
1176
|
+
"name": "Error",
|
1177
|
+
"module": "src/utils/error.ts"
|
1178
|
+
}
|
1179
|
+
}
|
1180
|
+
],
|
1181
|
+
"exports": [
|
1182
|
+
{
|
1183
|
+
"kind": "js",
|
1184
|
+
"name": "LayoutUsageError",
|
1185
|
+
"declaration": {
|
1186
|
+
"name": "LayoutUsageError",
|
1187
|
+
"module": "src/utils/error.ts"
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"kind": "js",
|
1192
|
+
"name": "LayoutRegistrationError",
|
1193
|
+
"declaration": {
|
1194
|
+
"name": "LayoutRegistrationError",
|
1195
|
+
"module": "src/utils/error.ts"
|
1196
|
+
}
|
1197
|
+
}
|
1198
|
+
]
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"kind": "javascript-module",
|
1202
|
+
"path": "src/utils/events.ts",
|
1203
|
+
"declarations": [
|
1204
|
+
{
|
1205
|
+
"kind": "variable",
|
1206
|
+
"name": "LayoutEmitEvents",
|
1207
|
+
"type": {
|
1208
|
+
"text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
|
1209
|
+
},
|
1210
|
+
"default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
|
1211
|
+
"description": "Defines events that the layout system emits\n\n'firstLoaded' - emitted when the layout has finished loading the first time\nusing the declarative API after DEFAULT_RELOAD_BUFFER ms.\n<br/>\n'itemAdded' - emitted when an item is added to the layout'\n<br/>\n'itemRemoved' - emitted when an item is removed from the layout'\n<br/>\n'itemResized' - emitted when the user drags the divider to resize elements",
|
1212
|
+
"privacy": "public"
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"kind": "variable",
|
1216
|
+
"name": "LayoutReceiveEvents",
|
1217
|
+
"type": {
|
1218
|
+
"text": "{\n changeTitle: 'change-title',\n}"
|
1219
|
+
},
|
1220
|
+
"default": "{\n changeTitle: 'change-title',\n}",
|
1221
|
+
"description": "Defines events that the layout system listens for\n\n'changeTitle' - emit this from a contained item to update the title of the window that contains it.",
|
1222
|
+
"privacy": "public"
|
1223
|
+
}
|
1224
|
+
],
|
1225
|
+
"exports": [
|
1226
|
+
{
|
1227
|
+
"kind": "js",
|
1228
|
+
"name": "LayoutEmitEvents",
|
1229
|
+
"declaration": {
|
1230
|
+
"name": "LayoutEmitEvents",
|
1231
|
+
"module": "src/utils/events.ts"
|
1232
|
+
}
|
1233
|
+
},
|
1234
|
+
{
|
1235
|
+
"kind": "js",
|
1236
|
+
"name": "LayoutReceiveEvents",
|
1237
|
+
"declaration": {
|
1238
|
+
"name": "LayoutReceiveEvents",
|
1239
|
+
"module": "src/utils/events.ts"
|
1240
|
+
}
|
1241
|
+
}
|
1242
|
+
]
|
1243
|
+
},
|
1244
|
+
{
|
1245
|
+
"kind": "javascript-module",
|
1246
|
+
"path": "src/utils/index.ts",
|
1247
|
+
"declarations": [],
|
1248
|
+
"exports": [
|
1249
|
+
{
|
1250
|
+
"kind": "js",
|
1251
|
+
"name": "*",
|
1252
|
+
"declaration": {
|
1253
|
+
"name": "*",
|
1254
|
+
"package": "./constants"
|
1255
|
+
}
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"kind": "js",
|
1259
|
+
"name": "*",
|
1260
|
+
"declaration": {
|
1261
|
+
"name": "*",
|
1262
|
+
"package": "./error"
|
1263
|
+
}
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"kind": "js",
|
1267
|
+
"name": "*",
|
1268
|
+
"declaration": {
|
1269
|
+
"name": "*",
|
1270
|
+
"package": "./events"
|
1271
|
+
}
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"kind": "js",
|
1275
|
+
"name": "*",
|
1276
|
+
"declaration": {
|
1277
|
+
"name": "*",
|
1278
|
+
"package": "./misc"
|
1279
|
+
}
|
1280
|
+
},
|
1281
|
+
{
|
1282
|
+
"kind": "js",
|
1283
|
+
"name": "*",
|
1284
|
+
"declaration": {
|
1285
|
+
"name": "*",
|
1286
|
+
"package": "./templates"
|
1287
|
+
}
|
1288
|
+
},
|
1289
|
+
{
|
1290
|
+
"kind": "js",
|
1291
|
+
"name": "*",
|
1292
|
+
"declaration": {
|
1293
|
+
"name": "*",
|
1294
|
+
"package": "./types"
|
1295
|
+
}
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"kind": "js",
|
1299
|
+
"name": "*",
|
1300
|
+
"declaration": {
|
1301
|
+
"name": "*",
|
1302
|
+
"package": "./error"
|
1303
|
+
}
|
1304
|
+
}
|
1305
|
+
]
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"kind": "javascript-module",
|
1309
|
+
"path": "src/utils/logger.ts",
|
1310
|
+
"declarations": [
|
1311
|
+
{
|
1312
|
+
"kind": "variable",
|
1313
|
+
"name": "logger"
|
1314
|
+
}
|
1315
|
+
],
|
1316
|
+
"exports": [
|
1317
|
+
{
|
1318
|
+
"kind": "js",
|
1319
|
+
"name": "logger",
|
1320
|
+
"declaration": {
|
1321
|
+
"name": "logger",
|
1322
|
+
"module": "src/utils/logger.ts"
|
1323
|
+
}
|
1324
|
+
}
|
1325
|
+
]
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"kind": "javascript-module",
|
1329
|
+
"path": "src/utils/misc.ts",
|
1330
|
+
"declarations": [],
|
1331
|
+
"exports": []
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"kind": "javascript-module",
|
1335
|
+
"path": "src/utils/templates.ts",
|
1336
|
+
"declarations": [],
|
1337
|
+
"exports": []
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"kind": "javascript-module",
|
1341
|
+
"path": "src/utils/types.ts",
|
1342
|
+
"declarations": [],
|
1343
|
+
"exports": []
|
1344
1344
|
}
|
1345
1345
|
]
|
1346
1346
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@genesislcap/foundation-layout",
|
3
3
|
"description": "Genesis Foundation UI App Layout",
|
4
|
-
"version": "14.26.
|
4
|
+
"version": "14.26.8-alpha-692a398.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
31
31
|
},
|
32
32
|
"devDependencies": {
|
33
|
-
"@genesislcap/foundation-testing": "
|
34
|
-
"@genesislcap/genx": "
|
33
|
+
"@genesislcap/foundation-testing": "14.26.8-alpha-692a398.0",
|
34
|
+
"@genesislcap/genx": "14.26.8-alpha-692a398.0",
|
35
35
|
"@playwright/test": "^1.18.1",
|
36
36
|
"c8": "^7.11.0",
|
37
37
|
"esm": "^3.2.25",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@genesis-community/golden-layout": "^2.9.3",
|
47
|
-
"@genesislcap/foundation-comms": "
|
48
|
-
"@genesislcap/foundation-utils": "
|
47
|
+
"@genesislcap/foundation-comms": "14.26.8-alpha-692a398.0",
|
48
|
+
"@genesislcap/foundation-utils": "14.26.8-alpha-692a398.0",
|
49
49
|
"@microsoft/fast-components": "^2.21.3",
|
50
50
|
"@microsoft/fast-element": "^1.7.0",
|
51
51
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"access": "public"
|
61
61
|
},
|
62
62
|
"customElements": "dist/custom-elements.json",
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "af81f305950dfd60a07aa021261f865c16721be9"
|
64
64
|
}
|