@genesislcap/foundation-entity-management 14.242.1 → 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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +182 -182
  2. package/package.json +21 -21
@@ -913,55 +913,6 @@
913
913
  }
914
914
  ]
915
915
  },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/layouts/default.ts",
919
- "declarations": [
920
- {
921
- "kind": "variable",
922
- "name": "loginLayout",
923
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
924
- },
925
- {
926
- "kind": "variable",
927
- "name": "defaultLayout",
928
- "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)"
929
- }
930
- ],
931
- "exports": [
932
- {
933
- "kind": "js",
934
- "name": "loginLayout",
935
- "declaration": {
936
- "name": "loginLayout",
937
- "module": "src/layouts/default.ts"
938
- }
939
- },
940
- {
941
- "kind": "js",
942
- "name": "defaultLayout",
943
- "declaration": {
944
- "name": "defaultLayout",
945
- "module": "src/layouts/default.ts"
946
- }
947
- }
948
- ]
949
- },
950
- {
951
- "kind": "javascript-module",
952
- "path": "src/layouts/index.ts",
953
- "declarations": [],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "*",
958
- "declaration": {
959
- "name": "*",
960
- "package": "./default"
961
- }
962
- }
963
- ]
964
- },
965
916
  {
966
917
  "kind": "javascript-module",
967
918
  "path": "src/list/index.ts",
@@ -1565,158 +1516,41 @@
1565
1516
  },
1566
1517
  {
1567
1518
  "kind": "javascript-module",
1568
- "path": "src/main/index.ts",
1569
- "declarations": [],
1570
- "exports": [
1571
- {
1572
- "kind": "js",
1573
- "name": "*",
1574
- "declaration": {
1575
- "name": "*",
1576
- "package": "./main.template"
1577
- }
1578
- },
1579
- {
1580
- "kind": "js",
1581
- "name": "*",
1582
- "declaration": {
1583
- "name": "*",
1584
- "package": "./main"
1585
- }
1586
- }
1587
- ]
1588
- },
1589
- {
1590
- "kind": "javascript-module",
1591
- "path": "src/main/main.styles.ts",
1519
+ "path": "src/layouts/default.ts",
1592
1520
  "declarations": [
1593
1521
  {
1594
1522
  "kind": "variable",
1595
- "name": "MainStyles",
1596
- "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`"
1597
- }
1598
- ],
1599
- "exports": [
1600
- {
1601
- "kind": "js",
1602
- "name": "MainStyles",
1603
- "declaration": {
1604
- "name": "MainStyles",
1605
- "module": "src/main/main.styles.ts"
1606
- }
1607
- }
1608
- ]
1609
- },
1610
- {
1611
- "kind": "javascript-module",
1612
- "path": "src/main/main.template.ts",
1613
- "declarations": [],
1614
- "exports": []
1615
- },
1616
- {
1617
- "kind": "javascript-module",
1618
- "path": "src/main/main.ts",
1619
- "declarations": [
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)"
1525
+ },
1620
1526
  {
1621
- "kind": "class",
1622
- "description": "",
1623
- "name": "MainApplication",
1624
- "members": [
1625
- {
1626
- "kind": "field",
1627
- "name": "config",
1628
- "type": {
1629
- "text": "MainRouterConfig"
1630
- }
1631
- },
1632
- {
1633
- "kind": "field",
1634
- "name": "connect",
1635
- "type": {
1636
- "text": "Connect"
1637
- }
1638
- },
1639
- {
1640
- "kind": "field",
1641
- "name": "session",
1642
- "type": {
1643
- "text": "Session"
1644
- }
1645
- },
1646
- {
1647
- "kind": "field",
1648
- "name": "container",
1649
- "type": {
1650
- "text": "Container"
1651
- }
1652
- },
1653
- {
1654
- "kind": "field",
1655
- "name": "provider",
1656
- "type": {
1657
- "text": "HTMLElement"
1658
- }
1659
- },
1660
- {
1661
- "kind": "field",
1662
- "name": "ready",
1663
- "type": {
1664
- "text": "boolean"
1665
- },
1666
- "default": "false"
1667
- },
1668
- {
1669
- "kind": "method",
1670
- "name": "onLuminanceToggle"
1671
- },
1672
- {
1673
- "kind": "method",
1674
- "name": "loadRemotes"
1675
- },
1676
- {
1677
- "kind": "method",
1678
- "name": "selectTemplate"
1679
- },
1680
- {
1681
- "kind": "method",
1682
- "name": "registerDIDependencies",
1683
- "privacy": "private"
1684
- }
1685
- ],
1686
- "superclass": {
1687
- "name": "FASTElement",
1688
- "package": "@microsoft/fast-element"
1689
- },
1690
- "customElement": true
1527
+ "kind": "variable",
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)"
1691
1530
  }
1692
1531
  ],
1693
1532
  "exports": [
1694
1533
  {
1695
1534
  "kind": "js",
1696
- "name": "MainApplication",
1535
+ "name": "loginLayout",
1697
1536
  "declaration": {
1698
- "name": "MainApplication",
1699
- "module": "src/main/main.ts"
1537
+ "name": "loginLayout",
1538
+ "module": "src/layouts/default.ts"
1700
1539
  }
1701
1540
  },
1702
1541
  {
1703
- "kind": "custom-element-definition",
1542
+ "kind": "js",
1543
+ "name": "defaultLayout",
1704
1544
  "declaration": {
1705
- "name": "MainApplication",
1706
- "module": "src/main/main.ts"
1545
+ "name": "defaultLayout",
1546
+ "module": "src/layouts/default.ts"
1707
1547
  }
1708
1548
  }
1709
1549
  ]
1710
1550
  },
1711
1551
  {
1712
1552
  "kind": "javascript-module",
1713
- "path": "src/routes/config.ts",
1714
- "declarations": [],
1715
- "exports": []
1716
- },
1717
- {
1718
- "kind": "javascript-module",
1719
- "path": "src/routes/index.ts",
1553
+ "path": "src/layouts/index.ts",
1720
1554
  "declarations": [],
1721
1555
  "exports": [
1722
1556
  {
@@ -1724,7 +1558,7 @@
1724
1558
  "name": "*",
1725
1559
  "declaration": {
1726
1560
  "name": "*",
1727
- "package": "./config"
1561
+ "package": "./default"
1728
1562
  }
1729
1563
  }
1730
1564
  ]
@@ -2762,6 +2596,172 @@
2762
2596
  }
2763
2597
  ]
2764
2598
  },
2599
+ {
2600
+ "kind": "javascript-module",
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": [
2610
+ {
2611
+ "kind": "js",
2612
+ "name": "*",
2613
+ "declaration": {
2614
+ "name": "*",
2615
+ "package": "./config"
2616
+ }
2617
+ }
2618
+ ]
2619
+ },
2620
+ {
2621
+ "kind": "javascript-module",
2622
+ "path": "src/main/index.ts",
2623
+ "declarations": [],
2624
+ "exports": [
2625
+ {
2626
+ "kind": "js",
2627
+ "name": "*",
2628
+ "declaration": {
2629
+ "name": "*",
2630
+ "package": "./main.template"
2631
+ }
2632
+ },
2633
+ {
2634
+ "kind": "js",
2635
+ "name": "*",
2636
+ "declaration": {
2637
+ "name": "*",
2638
+ "package": "./main"
2639
+ }
2640
+ }
2641
+ ]
2642
+ },
2643
+ {
2644
+ "kind": "javascript-module",
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
+ ],
2653
+ "exports": [
2654
+ {
2655
+ "kind": "js",
2656
+ "name": "MainStyles",
2657
+ "declaration": {
2658
+ "name": "MainStyles",
2659
+ "module": "src/main/main.styles.ts"
2660
+ }
2661
+ }
2662
+ ]
2663
+ },
2664
+ {
2665
+ "kind": "javascript-module",
2666
+ "path": "src/main/main.template.ts",
2667
+ "declarations": [],
2668
+ "exports": []
2669
+ },
2670
+ {
2671
+ "kind": "javascript-module",
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
+ ],
2747
+ "exports": [
2748
+ {
2749
+ "kind": "js",
2750
+ "name": "MainApplication",
2751
+ "declaration": {
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
+ }
2762
+ }
2763
+ ]
2764
+ },
2765
2765
  {
2766
2766
  "kind": "javascript-module",
2767
2767
  "path": "src/users/users.template.ts",
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.242.1",
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.242.1",
56
- "@genesislcap/genx": "14.242.1",
57
- "@genesislcap/rollup-builder": "14.242.1",
58
- "@genesislcap/ts-builder": "14.242.1",
59
- "@genesislcap/uvu-playwright-builder": "14.242.1",
60
- "@genesislcap/vite-builder": "14.242.1",
61
- "@genesislcap/webpack-builder": "14.242.1",
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.242.1",
67
- "@genesislcap/foundation-errors": "14.242.1",
68
- "@genesislcap/foundation-events": "14.242.1",
69
- "@genesislcap/foundation-forms": "14.242.1",
70
- "@genesislcap/foundation-logger": "14.242.1",
71
- "@genesislcap/foundation-login": "14.242.1",
72
- "@genesislcap/foundation-notifications": "14.242.1",
73
- "@genesislcap/foundation-ui": "14.242.1",
74
- "@genesislcap/foundation-utils": "14.242.1",
75
- "@genesislcap/foundation-zero": "14.242.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.242.1",
77
- "@genesislcap/grid-pro": "14.242.1",
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": "417b74d0261f996ec21224795760d76ea1d02816"
94
+ "gitHead": "4779c5e3a6ad229c687bc4f448bdad8adfa21cf4"
95
95
  }