@genesislcap/foundation-entity-management 14.242.0 → 14.243.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +146 -146
- package/package.json +21 -21
|
@@ -1516,145 +1516,49 @@
|
|
|
1516
1516
|
},
|
|
1517
1517
|
{
|
|
1518
1518
|
"kind": "javascript-module",
|
|
1519
|
-
"path": "src/
|
|
1520
|
-
"declarations": [
|
|
1521
|
-
"exports": [
|
|
1519
|
+
"path": "src/layouts/default.ts",
|
|
1520
|
+
"declarations": [
|
|
1522
1521
|
{
|
|
1523
|
-
"kind": "
|
|
1524
|
-
"name": "
|
|
1525
|
-
"
|
|
1526
|
-
"name": "*",
|
|
1527
|
-
"package": "./main.template"
|
|
1528
|
-
}
|
|
1522
|
+
"kind": "variable",
|
|
1523
|
+
"name": "loginLayout",
|
|
1524
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1529
1525
|
},
|
|
1530
|
-
{
|
|
1531
|
-
"kind": "js",
|
|
1532
|
-
"name": "*",
|
|
1533
|
-
"declaration": {
|
|
1534
|
-
"name": "*",
|
|
1535
|
-
"package": "./main"
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1538
|
-
]
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"kind": "javascript-module",
|
|
1542
|
-
"path": "src/main/main.styles.ts",
|
|
1543
|
-
"declarations": [
|
|
1544
1526
|
{
|
|
1545
1527
|
"kind": "variable",
|
|
1546
|
-
"name": "
|
|
1547
|
-
"default": "
|
|
1528
|
+
"name": "defaultLayout",
|
|
1529
|
+
"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)"
|
|
1548
1530
|
}
|
|
1549
1531
|
],
|
|
1550
1532
|
"exports": [
|
|
1551
1533
|
{
|
|
1552
1534
|
"kind": "js",
|
|
1553
|
-
"name": "
|
|
1535
|
+
"name": "loginLayout",
|
|
1554
1536
|
"declaration": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1537
|
+
"name": "loginLayout",
|
|
1538
|
+
"module": "src/layouts/default.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "js",
|
|
1543
|
+
"name": "defaultLayout",
|
|
1544
|
+
"declaration": {
|
|
1545
|
+
"name": "defaultLayout",
|
|
1546
|
+
"module": "src/layouts/default.ts"
|
|
1557
1547
|
}
|
|
1558
1548
|
}
|
|
1559
1549
|
]
|
|
1560
1550
|
},
|
|
1561
1551
|
{
|
|
1562
1552
|
"kind": "javascript-module",
|
|
1563
|
-
"path": "src/
|
|
1553
|
+
"path": "src/layouts/index.ts",
|
|
1564
1554
|
"declarations": [],
|
|
1565
|
-
"exports": []
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "javascript-module",
|
|
1569
|
-
"path": "src/main/main.ts",
|
|
1570
|
-
"declarations": [
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "class",
|
|
1573
|
-
"description": "",
|
|
1574
|
-
"name": "MainApplication",
|
|
1575
|
-
"members": [
|
|
1576
|
-
{
|
|
1577
|
-
"kind": "field",
|
|
1578
|
-
"name": "config",
|
|
1579
|
-
"type": {
|
|
1580
|
-
"text": "MainRouterConfig"
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
"kind": "field",
|
|
1585
|
-
"name": "connect",
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "Connect"
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "field",
|
|
1592
|
-
"name": "session",
|
|
1593
|
-
"type": {
|
|
1594
|
-
"text": "Session"
|
|
1595
|
-
}
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "field",
|
|
1599
|
-
"name": "container",
|
|
1600
|
-
"type": {
|
|
1601
|
-
"text": "Container"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "field",
|
|
1606
|
-
"name": "provider",
|
|
1607
|
-
"type": {
|
|
1608
|
-
"text": "HTMLElement"
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
|
-
{
|
|
1612
|
-
"kind": "field",
|
|
1613
|
-
"name": "ready",
|
|
1614
|
-
"type": {
|
|
1615
|
-
"text": "boolean"
|
|
1616
|
-
},
|
|
1617
|
-
"default": "false"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "method",
|
|
1621
|
-
"name": "onLuminanceToggle"
|
|
1622
|
-
},
|
|
1623
|
-
{
|
|
1624
|
-
"kind": "method",
|
|
1625
|
-
"name": "loadRemotes"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "method",
|
|
1629
|
-
"name": "selectTemplate"
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"kind": "method",
|
|
1633
|
-
"name": "registerDIDependencies",
|
|
1634
|
-
"privacy": "private"
|
|
1635
|
-
}
|
|
1636
|
-
],
|
|
1637
|
-
"superclass": {
|
|
1638
|
-
"name": "FASTElement",
|
|
1639
|
-
"package": "@microsoft/fast-element"
|
|
1640
|
-
},
|
|
1641
|
-
"customElement": true
|
|
1642
|
-
}
|
|
1643
|
-
],
|
|
1644
1555
|
"exports": [
|
|
1645
1556
|
{
|
|
1646
1557
|
"kind": "js",
|
|
1647
|
-
"name": "
|
|
1648
|
-
"declaration": {
|
|
1649
|
-
"name": "MainApplication",
|
|
1650
|
-
"module": "src/main/main.ts"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
|
-
{
|
|
1654
|
-
"kind": "custom-element-definition",
|
|
1558
|
+
"name": "*",
|
|
1655
1559
|
"declaration": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"
|
|
1560
|
+
"name": "*",
|
|
1561
|
+
"package": "./default"
|
|
1658
1562
|
}
|
|
1659
1563
|
}
|
|
1660
1564
|
]
|
|
@@ -2694,70 +2598,166 @@
|
|
|
2694
2598
|
},
|
|
2695
2599
|
{
|
|
2696
2600
|
"kind": "javascript-module",
|
|
2697
|
-
"path": "src/
|
|
2698
|
-
"declarations": [
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2601
|
+
"path": "src/routes/config.ts",
|
|
2602
|
+
"declarations": [],
|
|
2603
|
+
"exports": []
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"kind": "javascript-module",
|
|
2607
|
+
"path": "src/routes/index.ts",
|
|
2608
|
+
"declarations": [],
|
|
2609
|
+
"exports": [
|
|
2704
2610
|
{
|
|
2705
|
-
"kind": "
|
|
2706
|
-
"name": "
|
|
2707
|
-
"
|
|
2611
|
+
"kind": "js",
|
|
2612
|
+
"name": "*",
|
|
2613
|
+
"declaration": {
|
|
2614
|
+
"name": "*",
|
|
2615
|
+
"package": "./config"
|
|
2616
|
+
}
|
|
2708
2617
|
}
|
|
2709
|
-
]
|
|
2618
|
+
]
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"kind": "javascript-module",
|
|
2622
|
+
"path": "src/main/index.ts",
|
|
2623
|
+
"declarations": [],
|
|
2710
2624
|
"exports": [
|
|
2711
2625
|
{
|
|
2712
2626
|
"kind": "js",
|
|
2713
|
-
"name": "
|
|
2627
|
+
"name": "*",
|
|
2714
2628
|
"declaration": {
|
|
2715
|
-
"name": "
|
|
2716
|
-
"
|
|
2629
|
+
"name": "*",
|
|
2630
|
+
"package": "./main.template"
|
|
2717
2631
|
}
|
|
2718
2632
|
},
|
|
2719
2633
|
{
|
|
2720
2634
|
"kind": "js",
|
|
2721
|
-
"name": "
|
|
2635
|
+
"name": "*",
|
|
2722
2636
|
"declaration": {
|
|
2723
|
-
"name": "
|
|
2724
|
-
"
|
|
2637
|
+
"name": "*",
|
|
2638
|
+
"package": "./main"
|
|
2725
2639
|
}
|
|
2726
2640
|
}
|
|
2727
2641
|
]
|
|
2728
2642
|
},
|
|
2729
2643
|
{
|
|
2730
2644
|
"kind": "javascript-module",
|
|
2731
|
-
"path": "src/
|
|
2732
|
-
"declarations": [
|
|
2645
|
+
"path": "src/main/main.styles.ts",
|
|
2646
|
+
"declarations": [
|
|
2647
|
+
{
|
|
2648
|
+
"kind": "variable",
|
|
2649
|
+
"name": "MainStyles",
|
|
2650
|
+
"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`"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2733
2653
|
"exports": [
|
|
2734
2654
|
{
|
|
2735
2655
|
"kind": "js",
|
|
2736
|
-
"name": "
|
|
2656
|
+
"name": "MainStyles",
|
|
2737
2657
|
"declaration": {
|
|
2738
|
-
"name": "
|
|
2739
|
-
"
|
|
2658
|
+
"name": "MainStyles",
|
|
2659
|
+
"module": "src/main/main.styles.ts"
|
|
2740
2660
|
}
|
|
2741
2661
|
}
|
|
2742
2662
|
]
|
|
2743
2663
|
},
|
|
2744
2664
|
{
|
|
2745
2665
|
"kind": "javascript-module",
|
|
2746
|
-
"path": "src/
|
|
2666
|
+
"path": "src/main/main.template.ts",
|
|
2747
2667
|
"declarations": [],
|
|
2748
2668
|
"exports": []
|
|
2749
2669
|
},
|
|
2750
2670
|
{
|
|
2751
2671
|
"kind": "javascript-module",
|
|
2752
|
-
"path": "src/
|
|
2753
|
-
"declarations": [
|
|
2672
|
+
"path": "src/main/main.ts",
|
|
2673
|
+
"declarations": [
|
|
2674
|
+
{
|
|
2675
|
+
"kind": "class",
|
|
2676
|
+
"description": "",
|
|
2677
|
+
"name": "MainApplication",
|
|
2678
|
+
"members": [
|
|
2679
|
+
{
|
|
2680
|
+
"kind": "field",
|
|
2681
|
+
"name": "config",
|
|
2682
|
+
"type": {
|
|
2683
|
+
"text": "MainRouterConfig"
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"kind": "field",
|
|
2688
|
+
"name": "connect",
|
|
2689
|
+
"type": {
|
|
2690
|
+
"text": "Connect"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"kind": "field",
|
|
2695
|
+
"name": "session",
|
|
2696
|
+
"type": {
|
|
2697
|
+
"text": "Session"
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"kind": "field",
|
|
2702
|
+
"name": "container",
|
|
2703
|
+
"type": {
|
|
2704
|
+
"text": "Container"
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"kind": "field",
|
|
2709
|
+
"name": "provider",
|
|
2710
|
+
"type": {
|
|
2711
|
+
"text": "HTMLElement"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "ready",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "boolean"
|
|
2719
|
+
},
|
|
2720
|
+
"default": "false"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"kind": "method",
|
|
2724
|
+
"name": "onLuminanceToggle"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "method",
|
|
2728
|
+
"name": "loadRemotes"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"kind": "method",
|
|
2732
|
+
"name": "selectTemplate"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "method",
|
|
2736
|
+
"name": "registerDIDependencies",
|
|
2737
|
+
"privacy": "private"
|
|
2738
|
+
}
|
|
2739
|
+
],
|
|
2740
|
+
"superclass": {
|
|
2741
|
+
"name": "FASTElement",
|
|
2742
|
+
"package": "@microsoft/fast-element"
|
|
2743
|
+
},
|
|
2744
|
+
"customElement": true
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2754
2747
|
"exports": [
|
|
2755
2748
|
{
|
|
2756
2749
|
"kind": "js",
|
|
2757
|
-
"name": "
|
|
2750
|
+
"name": "MainApplication",
|
|
2758
2751
|
"declaration": {
|
|
2759
|
-
"name": "
|
|
2760
|
-
"
|
|
2752
|
+
"name": "MainApplication",
|
|
2753
|
+
"module": "src/main/main.ts"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
"kind": "custom-element-definition",
|
|
2758
|
+
"declaration": {
|
|
2759
|
+
"name": "MainApplication",
|
|
2760
|
+
"module": "src/main/main.ts"
|
|
2761
2761
|
}
|
|
2762
2762
|
}
|
|
2763
2763
|
]
|
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.
|
|
4
|
+
"version": "14.243.0",
|
|
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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.243.0",
|
|
56
|
+
"@genesislcap/genx": "14.243.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.243.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.243.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.243.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.243.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.243.0",
|
|
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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.243.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.243.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.243.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.243.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.243.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.243.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.243.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.243.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.243.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.243.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.243.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.243.0",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "4779c5e3a6ad229c687bc4f448bdad8adfa21cf4"
|
|
95
95
|
}
|