@genesislcap/foundation-entity-management 14.188.0-FUI-2012-tabulator.1 → 14.188.0-FUI-2012-tabulator.3

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +177 -177
  2. package/package.json +21 -21
@@ -917,6 +917,55 @@
917
917
  }
918
918
  ]
919
919
  },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/layouts/default.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "variable",
926
+ "name": "loginLayout",
927
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
928
+ },
929
+ {
930
+ "kind": "variable",
931
+ "name": "defaultLayout",
932
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
933
+ }
934
+ ],
935
+ "exports": [
936
+ {
937
+ "kind": "js",
938
+ "name": "loginLayout",
939
+ "declaration": {
940
+ "name": "loginLayout",
941
+ "module": "src/layouts/default.ts"
942
+ }
943
+ },
944
+ {
945
+ "kind": "js",
946
+ "name": "defaultLayout",
947
+ "declaration": {
948
+ "name": "defaultLayout",
949
+ "module": "src/layouts/default.ts"
950
+ }
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "kind": "javascript-module",
956
+ "path": "src/layouts/index.ts",
957
+ "declarations": [],
958
+ "exports": [
959
+ {
960
+ "kind": "js",
961
+ "name": "*",
962
+ "declaration": {
963
+ "name": "*",
964
+ "package": "./default"
965
+ }
966
+ }
967
+ ]
968
+ },
920
969
  {
921
970
  "kind": "javascript-module",
922
971
  "path": "src/list/index.ts",
@@ -1380,159 +1429,6 @@
1380
1429
  }
1381
1430
  ]
1382
1431
  },
1383
- {
1384
- "kind": "javascript-module",
1385
- "path": "src/main/index.ts",
1386
- "declarations": [],
1387
- "exports": [
1388
- {
1389
- "kind": "js",
1390
- "name": "*",
1391
- "declaration": {
1392
- "name": "*",
1393
- "package": "./main.template"
1394
- }
1395
- },
1396
- {
1397
- "kind": "js",
1398
- "name": "*",
1399
- "declaration": {
1400
- "name": "*",
1401
- "package": "./main"
1402
- }
1403
- }
1404
- ]
1405
- },
1406
- {
1407
- "kind": "javascript-module",
1408
- "path": "src/main/main.styles.ts",
1409
- "declarations": [
1410
- {
1411
- "kind": "variable",
1412
- "name": "MainStyles",
1413
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1414
- }
1415
- ],
1416
- "exports": [
1417
- {
1418
- "kind": "js",
1419
- "name": "MainStyles",
1420
- "declaration": {
1421
- "name": "MainStyles",
1422
- "module": "src/main/main.styles.ts"
1423
- }
1424
- }
1425
- ]
1426
- },
1427
- {
1428
- "kind": "javascript-module",
1429
- "path": "src/main/main.template.ts",
1430
- "declarations": [],
1431
- "exports": []
1432
- },
1433
- {
1434
- "kind": "javascript-module",
1435
- "path": "src/main/main.ts",
1436
- "declarations": [
1437
- {
1438
- "kind": "class",
1439
- "description": "",
1440
- "name": "MainApplication",
1441
- "members": [
1442
- {
1443
- "kind": "field",
1444
- "name": "config",
1445
- "type": {
1446
- "text": "MainRouterConfig"
1447
- }
1448
- },
1449
- {
1450
- "kind": "field",
1451
- "name": "connect",
1452
- "type": {
1453
- "text": "Connect"
1454
- }
1455
- },
1456
- {
1457
- "kind": "field",
1458
- "name": "session",
1459
- "type": {
1460
- "text": "Session"
1461
- }
1462
- },
1463
- {
1464
- "kind": "field",
1465
- "name": "container",
1466
- "type": {
1467
- "text": "Container"
1468
- }
1469
- },
1470
- {
1471
- "kind": "field",
1472
- "name": "provider",
1473
- "type": {
1474
- "text": "any"
1475
- }
1476
- },
1477
- {
1478
- "kind": "field",
1479
- "name": "ready",
1480
- "type": {
1481
- "text": "boolean"
1482
- },
1483
- "default": "false"
1484
- },
1485
- {
1486
- "kind": "field",
1487
- "name": "data",
1488
- "type": {
1489
- "text": "any"
1490
- },
1491
- "default": "null"
1492
- },
1493
- {
1494
- "kind": "method",
1495
- "name": "onLuminanceToggle"
1496
- },
1497
- {
1498
- "kind": "method",
1499
- "name": "loadRemotes"
1500
- },
1501
- {
1502
- "kind": "method",
1503
- "name": "selectTemplate"
1504
- },
1505
- {
1506
- "kind": "method",
1507
- "name": "registerDIDependencies",
1508
- "privacy": "private"
1509
- }
1510
- ],
1511
- "superclass": {
1512
- "name": "FASTElement",
1513
- "package": "@microsoft/fast-element"
1514
- },
1515
- "customElement": true
1516
- }
1517
- ],
1518
- "exports": [
1519
- {
1520
- "kind": "js",
1521
- "name": "MainApplication",
1522
- "declaration": {
1523
- "name": "MainApplication",
1524
- "module": "src/main/main.ts"
1525
- }
1526
- },
1527
- {
1528
- "kind": "custom-element-definition",
1529
- "declaration": {
1530
- "name": "MainApplication",
1531
- "module": "src/main/main.ts"
1532
- }
1533
- }
1534
- ]
1535
- },
1536
1432
  {
1537
1433
  "kind": "javascript-module",
1538
1434
  "path": "src/profiles/editProfileSchema.ts",
@@ -2593,13 +2489,7 @@
2593
2489
  },
2594
2490
  {
2595
2491
  "kind": "javascript-module",
2596
- "path": "src/routes/config.ts",
2597
- "declarations": [],
2598
- "exports": []
2599
- },
2600
- {
2601
- "kind": "javascript-module",
2602
- "path": "src/routes/index.ts",
2492
+ "path": "src/main/index.ts",
2603
2493
  "declarations": [],
2604
2494
  "exports": [
2605
2495
  {
@@ -2607,48 +2497,158 @@
2607
2497
  "name": "*",
2608
2498
  "declaration": {
2609
2499
  "name": "*",
2610
- "package": "./config"
2500
+ "package": "./main.template"
2501
+ }
2502
+ },
2503
+ {
2504
+ "kind": "js",
2505
+ "name": "*",
2506
+ "declaration": {
2507
+ "name": "*",
2508
+ "package": "./main"
2611
2509
  }
2612
2510
  }
2613
2511
  ]
2614
2512
  },
2615
2513
  {
2616
2514
  "kind": "javascript-module",
2617
- "path": "src/layouts/default.ts",
2515
+ "path": "src/main/main.styles.ts",
2618
2516
  "declarations": [
2619
2517
  {
2620
2518
  "kind": "variable",
2621
- "name": "loginLayout",
2622
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2623
- },
2519
+ "name": "MainStyles",
2520
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
2521
+ }
2522
+ ],
2523
+ "exports": [
2624
2524
  {
2625
- "kind": "variable",
2626
- "name": "defaultLayout",
2627
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
2525
+ "kind": "js",
2526
+ "name": "MainStyles",
2527
+ "declaration": {
2528
+ "name": "MainStyles",
2529
+ "module": "src/main/main.styles.ts"
2530
+ }
2531
+ }
2532
+ ]
2533
+ },
2534
+ {
2535
+ "kind": "javascript-module",
2536
+ "path": "src/main/main.template.ts",
2537
+ "declarations": [],
2538
+ "exports": []
2539
+ },
2540
+ {
2541
+ "kind": "javascript-module",
2542
+ "path": "src/main/main.ts",
2543
+ "declarations": [
2544
+ {
2545
+ "kind": "class",
2546
+ "description": "",
2547
+ "name": "MainApplication",
2548
+ "members": [
2549
+ {
2550
+ "kind": "field",
2551
+ "name": "config",
2552
+ "type": {
2553
+ "text": "MainRouterConfig"
2554
+ }
2555
+ },
2556
+ {
2557
+ "kind": "field",
2558
+ "name": "connect",
2559
+ "type": {
2560
+ "text": "Connect"
2561
+ }
2562
+ },
2563
+ {
2564
+ "kind": "field",
2565
+ "name": "session",
2566
+ "type": {
2567
+ "text": "Session"
2568
+ }
2569
+ },
2570
+ {
2571
+ "kind": "field",
2572
+ "name": "container",
2573
+ "type": {
2574
+ "text": "Container"
2575
+ }
2576
+ },
2577
+ {
2578
+ "kind": "field",
2579
+ "name": "provider",
2580
+ "type": {
2581
+ "text": "any"
2582
+ }
2583
+ },
2584
+ {
2585
+ "kind": "field",
2586
+ "name": "ready",
2587
+ "type": {
2588
+ "text": "boolean"
2589
+ },
2590
+ "default": "false"
2591
+ },
2592
+ {
2593
+ "kind": "field",
2594
+ "name": "data",
2595
+ "type": {
2596
+ "text": "any"
2597
+ },
2598
+ "default": "null"
2599
+ },
2600
+ {
2601
+ "kind": "method",
2602
+ "name": "onLuminanceToggle"
2603
+ },
2604
+ {
2605
+ "kind": "method",
2606
+ "name": "loadRemotes"
2607
+ },
2608
+ {
2609
+ "kind": "method",
2610
+ "name": "selectTemplate"
2611
+ },
2612
+ {
2613
+ "kind": "method",
2614
+ "name": "registerDIDependencies",
2615
+ "privacy": "private"
2616
+ }
2617
+ ],
2618
+ "superclass": {
2619
+ "name": "FASTElement",
2620
+ "package": "@microsoft/fast-element"
2621
+ },
2622
+ "customElement": true
2628
2623
  }
2629
2624
  ],
2630
2625
  "exports": [
2631
2626
  {
2632
2627
  "kind": "js",
2633
- "name": "loginLayout",
2628
+ "name": "MainApplication",
2634
2629
  "declaration": {
2635
- "name": "loginLayout",
2636
- "module": "src/layouts/default.ts"
2630
+ "name": "MainApplication",
2631
+ "module": "src/main/main.ts"
2637
2632
  }
2638
2633
  },
2639
2634
  {
2640
- "kind": "js",
2641
- "name": "defaultLayout",
2635
+ "kind": "custom-element-definition",
2642
2636
  "declaration": {
2643
- "name": "defaultLayout",
2644
- "module": "src/layouts/default.ts"
2637
+ "name": "MainApplication",
2638
+ "module": "src/main/main.ts"
2645
2639
  }
2646
2640
  }
2647
2641
  ]
2648
2642
  },
2649
2643
  {
2650
2644
  "kind": "javascript-module",
2651
- "path": "src/layouts/index.ts",
2645
+ "path": "src/routes/config.ts",
2646
+ "declarations": [],
2647
+ "exports": []
2648
+ },
2649
+ {
2650
+ "kind": "javascript-module",
2651
+ "path": "src/routes/index.ts",
2652
2652
  "declarations": [],
2653
2653
  "exports": [
2654
2654
  {
@@ -2656,7 +2656,7 @@
2656
2656
  "name": "*",
2657
2657
  "declaration": {
2658
2658
  "name": "*",
2659
- "package": "./default"
2659
+ "package": "./config"
2660
2660
  }
2661
2661
  }
2662
2662
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.188.0-FUI-2012-tabulator.1",
4
+ "version": "14.188.0-FUI-2012-tabulator.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.1",
56
- "@genesislcap/genx": "14.188.0-FUI-2012-tabulator.1",
57
- "@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.1",
58
- "@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.1",
59
- "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.1",
60
- "@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.1",
61
- "@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.1",
55
+ "@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.3",
56
+ "@genesislcap/genx": "14.188.0-FUI-2012-tabulator.3",
57
+ "@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.3",
58
+ "@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.3",
60
+ "@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.3",
61
+ "@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.3",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.188.0-FUI-2012-tabulator.1",
67
- "@genesislcap/foundation-errors": "14.188.0-FUI-2012-tabulator.1",
68
- "@genesislcap/foundation-events": "14.188.0-FUI-2012-tabulator.1",
69
- "@genesislcap/foundation-forms": "14.188.0-FUI-2012-tabulator.1",
70
- "@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.1",
71
- "@genesislcap/foundation-login": "14.188.0-FUI-2012-tabulator.1",
72
- "@genesislcap/foundation-notifications": "14.188.0-FUI-2012-tabulator.1",
73
- "@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.1",
74
- "@genesislcap/foundation-utils": "14.188.0-FUI-2012-tabulator.1",
75
- "@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.188.0-FUI-2012-tabulator.1",
77
- "@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.1",
66
+ "@genesislcap/foundation-comms": "14.188.0-FUI-2012-tabulator.3",
67
+ "@genesislcap/foundation-errors": "14.188.0-FUI-2012-tabulator.3",
68
+ "@genesislcap/foundation-events": "14.188.0-FUI-2012-tabulator.3",
69
+ "@genesislcap/foundation-forms": "14.188.0-FUI-2012-tabulator.3",
70
+ "@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.3",
71
+ "@genesislcap/foundation-login": "14.188.0-FUI-2012-tabulator.3",
72
+ "@genesislcap/foundation-notifications": "14.188.0-FUI-2012-tabulator.3",
73
+ "@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.3",
74
+ "@genesislcap/foundation-utils": "14.188.0-FUI-2012-tabulator.3",
75
+ "@genesislcap/foundation-zero": "14.188.0-FUI-2012-tabulator.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.188.0-FUI-2012-tabulator.3",
77
+ "@genesislcap/grid-pro": "14.188.0-FUI-2012-tabulator.3",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "5824fecaf9af97a64b316ea900380945268e7fe3"
93
+ "gitHead": "8bfd6024bb20faa98b685be48c2b2b659af2e3cd"
94
94
  }