@genesislcap/foundation-layout 14.208.1 → 14.208.3-alpha-92c853eac01c.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +230 -230
  2. package/package.json +12 -12
@@ -261,236 +261,6 @@
261
261
  }
262
262
  ]
263
263
  },
264
- {
265
- "kind": "javascript-module",
266
- "path": "src/utils/constants.ts",
267
- "declarations": [
268
- {
269
- "kind": "variable",
270
- "name": "DEFAULT_RELOAD_BUFFER",
271
- "type": {
272
- "text": "number"
273
- },
274
- "default": "500",
275
- "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.",
276
- "privacy": "public"
277
- },
278
- {
279
- "kind": "variable",
280
- "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
281
- "type": {
282
- "text": "string"
283
- },
284
- "default": "'f-layout-popout'",
285
- "description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
286
- }
287
- ],
288
- "exports": [
289
- {
290
- "kind": "js",
291
- "name": "DEFAULT_RELOAD_BUFFER",
292
- "declaration": {
293
- "name": "DEFAULT_RELOAD_BUFFER",
294
- "module": "src/utils/constants.ts"
295
- }
296
- },
297
- {
298
- "kind": "js",
299
- "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
300
- "declaration": {
301
- "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
302
- "module": "src/utils/constants.ts"
303
- }
304
- }
305
- ]
306
- },
307
- {
308
- "kind": "javascript-module",
309
- "path": "src/utils/error.ts",
310
- "declarations": [
311
- {
312
- "kind": "class",
313
- "description": "",
314
- "name": "LayoutUsageError",
315
- "superclass": {
316
- "name": "Error",
317
- "module": "src/utils/error.ts"
318
- }
319
- },
320
- {
321
- "kind": "class",
322
- "description": "",
323
- "name": "LayoutRegistrationError",
324
- "superclass": {
325
- "name": "Error",
326
- "module": "src/utils/error.ts"
327
- }
328
- }
329
- ],
330
- "exports": [
331
- {
332
- "kind": "js",
333
- "name": "LayoutUsageError",
334
- "declaration": {
335
- "name": "LayoutUsageError",
336
- "module": "src/utils/error.ts"
337
- }
338
- },
339
- {
340
- "kind": "js",
341
- "name": "LayoutRegistrationError",
342
- "declaration": {
343
- "name": "LayoutRegistrationError",
344
- "module": "src/utils/error.ts"
345
- }
346
- }
347
- ]
348
- },
349
- {
350
- "kind": "javascript-module",
351
- "path": "src/utils/events.ts",
352
- "declarations": [
353
- {
354
- "kind": "variable",
355
- "name": "LayoutEmitEvents",
356
- "type": {
357
- "text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
358
- },
359
- "default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
360
- "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",
361
- "privacy": "public"
362
- },
363
- {
364
- "kind": "variable",
365
- "name": "LayoutReceiveEvents",
366
- "type": {
367
- "text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
368
- },
369
- "default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
370
- "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.\n'autosave' - emit this from a contained item to hint to the layout system that it should autosave the layout. A contained item should do this if it has just changed some state it would like to persist. See LayoutComponentWithState.",
371
- "privacy": "public"
372
- }
373
- ],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "LayoutEmitEvents",
378
- "declaration": {
379
- "name": "LayoutEmitEvents",
380
- "module": "src/utils/events.ts"
381
- }
382
- },
383
- {
384
- "kind": "js",
385
- "name": "LayoutReceiveEvents",
386
- "declaration": {
387
- "name": "LayoutReceiveEvents",
388
- "module": "src/utils/events.ts"
389
- }
390
- }
391
- ]
392
- },
393
- {
394
- "kind": "javascript-module",
395
- "path": "src/utils/index.ts",
396
- "declarations": [],
397
- "exports": [
398
- {
399
- "kind": "js",
400
- "name": "*",
401
- "declaration": {
402
- "name": "*",
403
- "package": "./constants"
404
- }
405
- },
406
- {
407
- "kind": "js",
408
- "name": "*",
409
- "declaration": {
410
- "name": "*",
411
- "package": "./error"
412
- }
413
- },
414
- {
415
- "kind": "js",
416
- "name": "*",
417
- "declaration": {
418
- "name": "*",
419
- "package": "./events"
420
- }
421
- },
422
- {
423
- "kind": "js",
424
- "name": "*",
425
- "declaration": {
426
- "name": "*",
427
- "package": "./misc"
428
- }
429
- },
430
- {
431
- "kind": "js",
432
- "name": "*",
433
- "declaration": {
434
- "name": "*",
435
- "package": "./templates"
436
- }
437
- },
438
- {
439
- "kind": "js",
440
- "name": "*",
441
- "declaration": {
442
- "name": "*",
443
- "package": "./types"
444
- }
445
- },
446
- {
447
- "kind": "js",
448
- "name": "*",
449
- "declaration": {
450
- "name": "*",
451
- "package": "./error"
452
- }
453
- }
454
- ]
455
- },
456
- {
457
- "kind": "javascript-module",
458
- "path": "src/utils/logger.ts",
459
- "declarations": [
460
- {
461
- "kind": "variable",
462
- "name": "logger"
463
- }
464
- ],
465
- "exports": [
466
- {
467
- "kind": "js",
468
- "name": "logger",
469
- "declaration": {
470
- "name": "logger",
471
- "module": "src/utils/logger.ts"
472
- }
473
- }
474
- ]
475
- },
476
- {
477
- "kind": "javascript-module",
478
- "path": "src/utils/misc.ts",
479
- "declarations": [],
480
- "exports": []
481
- },
482
- {
483
- "kind": "javascript-module",
484
- "path": "src/utils/templates.ts",
485
- "declarations": [],
486
- "exports": []
487
- },
488
- {
489
- "kind": "javascript-module",
490
- "path": "src/utils/types.ts",
491
- "declarations": [],
492
- "exports": []
493
- },
494
264
  {
495
265
  "kind": "javascript-module",
496
266
  "path": "src/main/index.ts",
@@ -1491,6 +1261,236 @@
1491
1261
  }
1492
1262
  }
1493
1263
  ]
1264
+ },
1265
+ {
1266
+ "kind": "javascript-module",
1267
+ "path": "src/utils/constants.ts",
1268
+ "declarations": [
1269
+ {
1270
+ "kind": "variable",
1271
+ "name": "DEFAULT_RELOAD_BUFFER",
1272
+ "type": {
1273
+ "text": "number"
1274
+ },
1275
+ "default": "500",
1276
+ "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.",
1277
+ "privacy": "public"
1278
+ },
1279
+ {
1280
+ "kind": "variable",
1281
+ "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
1282
+ "type": {
1283
+ "text": "string"
1284
+ },
1285
+ "default": "'f-layout-popout'",
1286
+ "description": "Put this classname on an element which is a DOM parent of the layout, and\nif the layout goes into popout mode then it will place itself as the only child\nfor the popout container you set."
1287
+ }
1288
+ ],
1289
+ "exports": [
1290
+ {
1291
+ "kind": "js",
1292
+ "name": "DEFAULT_RELOAD_BUFFER",
1293
+ "declaration": {
1294
+ "name": "DEFAULT_RELOAD_BUFFER",
1295
+ "module": "src/utils/constants.ts"
1296
+ }
1297
+ },
1298
+ {
1299
+ "kind": "js",
1300
+ "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
1301
+ "declaration": {
1302
+ "name": "LAYOUT_POPOUT_CONTAINER_CLASS",
1303
+ "module": "src/utils/constants.ts"
1304
+ }
1305
+ }
1306
+ ]
1307
+ },
1308
+ {
1309
+ "kind": "javascript-module",
1310
+ "path": "src/utils/error.ts",
1311
+ "declarations": [
1312
+ {
1313
+ "kind": "class",
1314
+ "description": "",
1315
+ "name": "LayoutUsageError",
1316
+ "superclass": {
1317
+ "name": "Error",
1318
+ "module": "src/utils/error.ts"
1319
+ }
1320
+ },
1321
+ {
1322
+ "kind": "class",
1323
+ "description": "",
1324
+ "name": "LayoutRegistrationError",
1325
+ "superclass": {
1326
+ "name": "Error",
1327
+ "module": "src/utils/error.ts"
1328
+ }
1329
+ }
1330
+ ],
1331
+ "exports": [
1332
+ {
1333
+ "kind": "js",
1334
+ "name": "LayoutUsageError",
1335
+ "declaration": {
1336
+ "name": "LayoutUsageError",
1337
+ "module": "src/utils/error.ts"
1338
+ }
1339
+ },
1340
+ {
1341
+ "kind": "js",
1342
+ "name": "LayoutRegistrationError",
1343
+ "declaration": {
1344
+ "name": "LayoutRegistrationError",
1345
+ "module": "src/utils/error.ts"
1346
+ }
1347
+ }
1348
+ ]
1349
+ },
1350
+ {
1351
+ "kind": "javascript-module",
1352
+ "path": "src/utils/events.ts",
1353
+ "declarations": [
1354
+ {
1355
+ "kind": "variable",
1356
+ "name": "LayoutEmitEvents",
1357
+ "type": {
1358
+ "text": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}"
1359
+ },
1360
+ "default": "{\n firstLoaded: 'first-loaded',\n itemAdded: 'item-added',\n itemRemoved: 'item-removed',\n itemResized: 'item-resized',\n}",
1361
+ "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",
1362
+ "privacy": "public"
1363
+ },
1364
+ {
1365
+ "kind": "variable",
1366
+ "name": "LayoutReceiveEvents",
1367
+ "type": {
1368
+ "text": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}"
1369
+ },
1370
+ "default": "{\n changeTitle: 'change-title',\n autosave: 'autosave',\n}",
1371
+ "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.\n'autosave' - emit this from a contained item to hint to the layout system that it should autosave the layout. A contained item should do this if it has just changed some state it would like to persist. See LayoutComponentWithState.",
1372
+ "privacy": "public"
1373
+ }
1374
+ ],
1375
+ "exports": [
1376
+ {
1377
+ "kind": "js",
1378
+ "name": "LayoutEmitEvents",
1379
+ "declaration": {
1380
+ "name": "LayoutEmitEvents",
1381
+ "module": "src/utils/events.ts"
1382
+ }
1383
+ },
1384
+ {
1385
+ "kind": "js",
1386
+ "name": "LayoutReceiveEvents",
1387
+ "declaration": {
1388
+ "name": "LayoutReceiveEvents",
1389
+ "module": "src/utils/events.ts"
1390
+ }
1391
+ }
1392
+ ]
1393
+ },
1394
+ {
1395
+ "kind": "javascript-module",
1396
+ "path": "src/utils/index.ts",
1397
+ "declarations": [],
1398
+ "exports": [
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "*",
1402
+ "declaration": {
1403
+ "name": "*",
1404
+ "package": "./constants"
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "*",
1410
+ "declaration": {
1411
+ "name": "*",
1412
+ "package": "./error"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "*",
1418
+ "declaration": {
1419
+ "name": "*",
1420
+ "package": "./events"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "*",
1426
+ "declaration": {
1427
+ "name": "*",
1428
+ "package": "./misc"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "*",
1434
+ "declaration": {
1435
+ "name": "*",
1436
+ "package": "./templates"
1437
+ }
1438
+ },
1439
+ {
1440
+ "kind": "js",
1441
+ "name": "*",
1442
+ "declaration": {
1443
+ "name": "*",
1444
+ "package": "./types"
1445
+ }
1446
+ },
1447
+ {
1448
+ "kind": "js",
1449
+ "name": "*",
1450
+ "declaration": {
1451
+ "name": "*",
1452
+ "package": "./error"
1453
+ }
1454
+ }
1455
+ ]
1456
+ },
1457
+ {
1458
+ "kind": "javascript-module",
1459
+ "path": "src/utils/logger.ts",
1460
+ "declarations": [
1461
+ {
1462
+ "kind": "variable",
1463
+ "name": "logger"
1464
+ }
1465
+ ],
1466
+ "exports": [
1467
+ {
1468
+ "kind": "js",
1469
+ "name": "logger",
1470
+ "declaration": {
1471
+ "name": "logger",
1472
+ "module": "src/utils/logger.ts"
1473
+ }
1474
+ }
1475
+ ]
1476
+ },
1477
+ {
1478
+ "kind": "javascript-module",
1479
+ "path": "src/utils/misc.ts",
1480
+ "declarations": [],
1481
+ "exports": []
1482
+ },
1483
+ {
1484
+ "kind": "javascript-module",
1485
+ "path": "src/utils/templates.ts",
1486
+ "declarations": [],
1487
+ "exports": []
1488
+ },
1489
+ {
1490
+ "kind": "javascript-module",
1491
+ "path": "src/utils/types.ts",
1492
+ "declarations": [],
1493
+ "exports": []
1494
1494
  }
1495
1495
  ]
1496
1496
  }
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.208.1",
4
+ "version": "14.208.3-alpha-92c853eac01c.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -36,20 +36,20 @@
36
36
  }
37
37
  },
38
38
  "devDependencies": {
39
- "@genesislcap/foundation-testing": "14.208.1",
40
- "@genesislcap/genx": "14.208.1",
41
- "@genesislcap/rollup-builder": "14.208.1",
42
- "@genesislcap/ts-builder": "14.208.1",
43
- "@genesislcap/uvu-playwright-builder": "14.208.1",
44
- "@genesislcap/vite-builder": "14.208.1",
45
- "@genesislcap/webpack-builder": "14.208.1",
39
+ "@genesislcap/foundation-testing": "14.208.3-alpha-92c853eac01c.0",
40
+ "@genesislcap/genx": "14.208.3-alpha-92c853eac01c.0",
41
+ "@genesislcap/rollup-builder": "14.208.3-alpha-92c853eac01c.0",
42
+ "@genesislcap/ts-builder": "14.208.3-alpha-92c853eac01c.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.208.3-alpha-92c853eac01c.0",
44
+ "@genesislcap/vite-builder": "14.208.3-alpha-92c853eac01c.0",
45
+ "@genesislcap/webpack-builder": "14.208.3-alpha-92c853eac01c.0",
46
46
  "rimraf": "^5.0.0"
47
47
  },
48
48
  "dependencies": {
49
49
  "@genesis-community/golden-layout": "^2.11.0",
50
- "@genesislcap/foundation-comms": "14.208.1",
51
- "@genesislcap/foundation-logger": "14.208.1",
52
- "@genesislcap/foundation-utils": "14.208.1",
50
+ "@genesislcap/foundation-comms": "14.208.3-alpha-92c853eac01c.0",
51
+ "@genesislcap/foundation-logger": "14.208.3-alpha-92c853eac01c.0",
52
+ "@genesislcap/foundation-utils": "14.208.3-alpha-92c853eac01c.0",
53
53
  "@microsoft/fast-components": "^2.30.6",
54
54
  "@microsoft/fast-element": "^1.12.0",
55
55
  "@microsoft/fast-foundation": "^2.49.4",
@@ -64,5 +64,5 @@
64
64
  "access": "public"
65
65
  },
66
66
  "customElements": "dist/custom-elements.json",
67
- "gitHead": "61bea44371fb0f88f1953aa9ea5200a4429f6523"
67
+ "gitHead": "0c255308dce170cfed17ffc99d8d40f4be0ec256"
68
68
  }