@genesislcap/foundation-entity-management 14.253.0 → 14.254.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 +145 -145
  2. package/package.json +21 -21
@@ -1594,6 +1594,151 @@
1594
1594
  }
1595
1595
  ]
1596
1596
  },
1597
+ {
1598
+ "kind": "javascript-module",
1599
+ "path": "src/main/index.ts",
1600
+ "declarations": [],
1601
+ "exports": [
1602
+ {
1603
+ "kind": "js",
1604
+ "name": "*",
1605
+ "declaration": {
1606
+ "name": "*",
1607
+ "package": "./main.template"
1608
+ }
1609
+ },
1610
+ {
1611
+ "kind": "js",
1612
+ "name": "*",
1613
+ "declaration": {
1614
+ "name": "*",
1615
+ "package": "./main"
1616
+ }
1617
+ }
1618
+ ]
1619
+ },
1620
+ {
1621
+ "kind": "javascript-module",
1622
+ "path": "src/main/main.styles.ts",
1623
+ "declarations": [
1624
+ {
1625
+ "kind": "variable",
1626
+ "name": "MainStyles",
1627
+ "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`"
1628
+ }
1629
+ ],
1630
+ "exports": [
1631
+ {
1632
+ "kind": "js",
1633
+ "name": "MainStyles",
1634
+ "declaration": {
1635
+ "name": "MainStyles",
1636
+ "module": "src/main/main.styles.ts"
1637
+ }
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "kind": "javascript-module",
1643
+ "path": "src/main/main.template.ts",
1644
+ "declarations": [],
1645
+ "exports": []
1646
+ },
1647
+ {
1648
+ "kind": "javascript-module",
1649
+ "path": "src/main/main.ts",
1650
+ "declarations": [
1651
+ {
1652
+ "kind": "class",
1653
+ "description": "",
1654
+ "name": "MainApplication",
1655
+ "members": [
1656
+ {
1657
+ "kind": "field",
1658
+ "name": "config",
1659
+ "type": {
1660
+ "text": "MainRouterConfig"
1661
+ }
1662
+ },
1663
+ {
1664
+ "kind": "field",
1665
+ "name": "connect",
1666
+ "type": {
1667
+ "text": "Connect"
1668
+ }
1669
+ },
1670
+ {
1671
+ "kind": "field",
1672
+ "name": "session",
1673
+ "type": {
1674
+ "text": "Session"
1675
+ }
1676
+ },
1677
+ {
1678
+ "kind": "field",
1679
+ "name": "container",
1680
+ "type": {
1681
+ "text": "Container"
1682
+ }
1683
+ },
1684
+ {
1685
+ "kind": "field",
1686
+ "name": "provider",
1687
+ "type": {
1688
+ "text": "HTMLElement"
1689
+ }
1690
+ },
1691
+ {
1692
+ "kind": "field",
1693
+ "name": "ready",
1694
+ "type": {
1695
+ "text": "boolean"
1696
+ },
1697
+ "default": "false"
1698
+ },
1699
+ {
1700
+ "kind": "method",
1701
+ "name": "onLuminanceToggle"
1702
+ },
1703
+ {
1704
+ "kind": "method",
1705
+ "name": "loadRemotes"
1706
+ },
1707
+ {
1708
+ "kind": "method",
1709
+ "name": "selectTemplate"
1710
+ },
1711
+ {
1712
+ "kind": "method",
1713
+ "name": "registerDIDependencies",
1714
+ "privacy": "private"
1715
+ }
1716
+ ],
1717
+ "superclass": {
1718
+ "name": "FASTElement",
1719
+ "package": "@microsoft/fast-element"
1720
+ },
1721
+ "customElement": true
1722
+ }
1723
+ ],
1724
+ "exports": [
1725
+ {
1726
+ "kind": "js",
1727
+ "name": "MainApplication",
1728
+ "declaration": {
1729
+ "name": "MainApplication",
1730
+ "module": "src/main/main.ts"
1731
+ }
1732
+ },
1733
+ {
1734
+ "kind": "custom-element-definition",
1735
+ "declaration": {
1736
+ "name": "MainApplication",
1737
+ "module": "src/main/main.ts"
1738
+ }
1739
+ }
1740
+ ]
1741
+ },
1597
1742
  {
1598
1743
  "kind": "javascript-module",
1599
1744
  "path": "src/profiles/editProfileSchema.ts",
@@ -2673,151 +2818,6 @@
2673
2818
  }
2674
2819
  ]
2675
2820
  },
2676
- {
2677
- "kind": "javascript-module",
2678
- "path": "src/main/index.ts",
2679
- "declarations": [],
2680
- "exports": [
2681
- {
2682
- "kind": "js",
2683
- "name": "*",
2684
- "declaration": {
2685
- "name": "*",
2686
- "package": "./main.template"
2687
- }
2688
- },
2689
- {
2690
- "kind": "js",
2691
- "name": "*",
2692
- "declaration": {
2693
- "name": "*",
2694
- "package": "./main"
2695
- }
2696
- }
2697
- ]
2698
- },
2699
- {
2700
- "kind": "javascript-module",
2701
- "path": "src/main/main.styles.ts",
2702
- "declarations": [
2703
- {
2704
- "kind": "variable",
2705
- "name": "MainStyles",
2706
- "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`"
2707
- }
2708
- ],
2709
- "exports": [
2710
- {
2711
- "kind": "js",
2712
- "name": "MainStyles",
2713
- "declaration": {
2714
- "name": "MainStyles",
2715
- "module": "src/main/main.styles.ts"
2716
- }
2717
- }
2718
- ]
2719
- },
2720
- {
2721
- "kind": "javascript-module",
2722
- "path": "src/main/main.template.ts",
2723
- "declarations": [],
2724
- "exports": []
2725
- },
2726
- {
2727
- "kind": "javascript-module",
2728
- "path": "src/main/main.ts",
2729
- "declarations": [
2730
- {
2731
- "kind": "class",
2732
- "description": "",
2733
- "name": "MainApplication",
2734
- "members": [
2735
- {
2736
- "kind": "field",
2737
- "name": "config",
2738
- "type": {
2739
- "text": "MainRouterConfig"
2740
- }
2741
- },
2742
- {
2743
- "kind": "field",
2744
- "name": "connect",
2745
- "type": {
2746
- "text": "Connect"
2747
- }
2748
- },
2749
- {
2750
- "kind": "field",
2751
- "name": "session",
2752
- "type": {
2753
- "text": "Session"
2754
- }
2755
- },
2756
- {
2757
- "kind": "field",
2758
- "name": "container",
2759
- "type": {
2760
- "text": "Container"
2761
- }
2762
- },
2763
- {
2764
- "kind": "field",
2765
- "name": "provider",
2766
- "type": {
2767
- "text": "HTMLElement"
2768
- }
2769
- },
2770
- {
2771
- "kind": "field",
2772
- "name": "ready",
2773
- "type": {
2774
- "text": "boolean"
2775
- },
2776
- "default": "false"
2777
- },
2778
- {
2779
- "kind": "method",
2780
- "name": "onLuminanceToggle"
2781
- },
2782
- {
2783
- "kind": "method",
2784
- "name": "loadRemotes"
2785
- },
2786
- {
2787
- "kind": "method",
2788
- "name": "selectTemplate"
2789
- },
2790
- {
2791
- "kind": "method",
2792
- "name": "registerDIDependencies",
2793
- "privacy": "private"
2794
- }
2795
- ],
2796
- "superclass": {
2797
- "name": "FASTElement",
2798
- "package": "@microsoft/fast-element"
2799
- },
2800
- "customElement": true
2801
- }
2802
- ],
2803
- "exports": [
2804
- {
2805
- "kind": "js",
2806
- "name": "MainApplication",
2807
- "declaration": {
2808
- "name": "MainApplication",
2809
- "module": "src/main/main.ts"
2810
- }
2811
- },
2812
- {
2813
- "kind": "custom-element-definition",
2814
- "declaration": {
2815
- "name": "MainApplication",
2816
- "module": "src/main/main.ts"
2817
- }
2818
- }
2819
- ]
2820
- },
2821
2821
  {
2822
2822
  "kind": "javascript-module",
2823
2823
  "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.253.0",
4
+ "version": "14.254.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.253.0",
56
- "@genesislcap/genx": "14.253.0",
57
- "@genesislcap/rollup-builder": "14.253.0",
58
- "@genesislcap/ts-builder": "14.253.0",
59
- "@genesislcap/uvu-playwright-builder": "14.253.0",
60
- "@genesislcap/vite-builder": "14.253.0",
61
- "@genesislcap/webpack-builder": "14.253.0",
55
+ "@genesislcap/foundation-testing": "14.254.0",
56
+ "@genesislcap/genx": "14.254.0",
57
+ "@genesislcap/rollup-builder": "14.254.0",
58
+ "@genesislcap/ts-builder": "14.254.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.254.0",
60
+ "@genesislcap/vite-builder": "14.254.0",
61
+ "@genesislcap/webpack-builder": "14.254.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.253.0",
67
- "@genesislcap/foundation-errors": "14.253.0",
68
- "@genesislcap/foundation-events": "14.253.0",
69
- "@genesislcap/foundation-forms": "14.253.0",
70
- "@genesislcap/foundation-logger": "14.253.0",
71
- "@genesislcap/foundation-login": "14.253.0",
72
- "@genesislcap/foundation-notifications": "14.253.0",
73
- "@genesislcap/foundation-ui": "14.253.0",
74
- "@genesislcap/foundation-utils": "14.253.0",
75
- "@genesislcap/foundation-zero": "14.253.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.253.0",
77
- "@genesislcap/grid-pro": "14.253.0",
66
+ "@genesislcap/foundation-comms": "14.254.0",
67
+ "@genesislcap/foundation-errors": "14.254.0",
68
+ "@genesislcap/foundation-events": "14.254.0",
69
+ "@genesislcap/foundation-forms": "14.254.0",
70
+ "@genesislcap/foundation-logger": "14.254.0",
71
+ "@genesislcap/foundation-login": "14.254.0",
72
+ "@genesislcap/foundation-notifications": "14.254.0",
73
+ "@genesislcap/foundation-ui": "14.254.0",
74
+ "@genesislcap/foundation-utils": "14.254.0",
75
+ "@genesislcap/foundation-zero": "14.254.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.254.0",
77
+ "@genesislcap/grid-pro": "14.254.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": "fb4d5d95c8012d110b7e5ca82fc03a037fdb12ef"
94
+ "gitHead": "de0da7f3f592bd417917da9dc7b163e57984ea7c"
95
95
  }