@genesislcap/foundation-entity-management 14.237.1 → 14.238.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
@@ -1563,6 +1563,151 @@
1563
1563
  }
1564
1564
  ]
1565
1565
  },
1566
+ {
1567
+ "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",
1592
+ "declarations": [
1593
+ {
1594
+ "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": [
1620
+ {
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
1691
+ }
1692
+ ],
1693
+ "exports": [
1694
+ {
1695
+ "kind": "js",
1696
+ "name": "MainApplication",
1697
+ "declaration": {
1698
+ "name": "MainApplication",
1699
+ "module": "src/main/main.ts"
1700
+ }
1701
+ },
1702
+ {
1703
+ "kind": "custom-element-definition",
1704
+ "declaration": {
1705
+ "name": "MainApplication",
1706
+ "module": "src/main/main.ts"
1707
+ }
1708
+ }
1709
+ ]
1710
+ },
1566
1711
  {
1567
1712
  "kind": "javascript-module",
1568
1713
  "path": "src/profiles/editProfileSchema.ts",
@@ -2596,151 +2741,6 @@
2596
2741
  }
2597
2742
  ]
2598
2743
  },
2599
- {
2600
- "kind": "javascript-module",
2601
- "path": "src/main/index.ts",
2602
- "declarations": [],
2603
- "exports": [
2604
- {
2605
- "kind": "js",
2606
- "name": "*",
2607
- "declaration": {
2608
- "name": "*",
2609
- "package": "./main.template"
2610
- }
2611
- },
2612
- {
2613
- "kind": "js",
2614
- "name": "*",
2615
- "declaration": {
2616
- "name": "*",
2617
- "package": "./main"
2618
- }
2619
- }
2620
- ]
2621
- },
2622
- {
2623
- "kind": "javascript-module",
2624
- "path": "src/main/main.styles.ts",
2625
- "declarations": [
2626
- {
2627
- "kind": "variable",
2628
- "name": "MainStyles",
2629
- "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`"
2630
- }
2631
- ],
2632
- "exports": [
2633
- {
2634
- "kind": "js",
2635
- "name": "MainStyles",
2636
- "declaration": {
2637
- "name": "MainStyles",
2638
- "module": "src/main/main.styles.ts"
2639
- }
2640
- }
2641
- ]
2642
- },
2643
- {
2644
- "kind": "javascript-module",
2645
- "path": "src/main/main.template.ts",
2646
- "declarations": [],
2647
- "exports": []
2648
- },
2649
- {
2650
- "kind": "javascript-module",
2651
- "path": "src/main/main.ts",
2652
- "declarations": [
2653
- {
2654
- "kind": "class",
2655
- "description": "",
2656
- "name": "MainApplication",
2657
- "members": [
2658
- {
2659
- "kind": "field",
2660
- "name": "config",
2661
- "type": {
2662
- "text": "MainRouterConfig"
2663
- }
2664
- },
2665
- {
2666
- "kind": "field",
2667
- "name": "connect",
2668
- "type": {
2669
- "text": "Connect"
2670
- }
2671
- },
2672
- {
2673
- "kind": "field",
2674
- "name": "session",
2675
- "type": {
2676
- "text": "Session"
2677
- }
2678
- },
2679
- {
2680
- "kind": "field",
2681
- "name": "container",
2682
- "type": {
2683
- "text": "Container"
2684
- }
2685
- },
2686
- {
2687
- "kind": "field",
2688
- "name": "provider",
2689
- "type": {
2690
- "text": "HTMLElement"
2691
- }
2692
- },
2693
- {
2694
- "kind": "field",
2695
- "name": "ready",
2696
- "type": {
2697
- "text": "boolean"
2698
- },
2699
- "default": "false"
2700
- },
2701
- {
2702
- "kind": "method",
2703
- "name": "onLuminanceToggle"
2704
- },
2705
- {
2706
- "kind": "method",
2707
- "name": "loadRemotes"
2708
- },
2709
- {
2710
- "kind": "method",
2711
- "name": "selectTemplate"
2712
- },
2713
- {
2714
- "kind": "method",
2715
- "name": "registerDIDependencies",
2716
- "privacy": "private"
2717
- }
2718
- ],
2719
- "superclass": {
2720
- "name": "FASTElement",
2721
- "package": "@microsoft/fast-element"
2722
- },
2723
- "customElement": true
2724
- }
2725
- ],
2726
- "exports": [
2727
- {
2728
- "kind": "js",
2729
- "name": "MainApplication",
2730
- "declaration": {
2731
- "name": "MainApplication",
2732
- "module": "src/main/main.ts"
2733
- }
2734
- },
2735
- {
2736
- "kind": "custom-element-definition",
2737
- "declaration": {
2738
- "name": "MainApplication",
2739
- "module": "src/main/main.ts"
2740
- }
2741
- }
2742
- ]
2743
- },
2744
2744
  {
2745
2745
  "kind": "javascript-module",
2746
2746
  "path": "src/routes/config.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.237.1",
4
+ "version": "14.238.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.237.1",
56
- "@genesislcap/genx": "14.237.1",
57
- "@genesislcap/rollup-builder": "14.237.1",
58
- "@genesislcap/ts-builder": "14.237.1",
59
- "@genesislcap/uvu-playwright-builder": "14.237.1",
60
- "@genesislcap/vite-builder": "14.237.1",
61
- "@genesislcap/webpack-builder": "14.237.1",
55
+ "@genesislcap/foundation-testing": "14.238.0",
56
+ "@genesislcap/genx": "14.238.0",
57
+ "@genesislcap/rollup-builder": "14.238.0",
58
+ "@genesislcap/ts-builder": "14.238.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.238.0",
60
+ "@genesislcap/vite-builder": "14.238.0",
61
+ "@genesislcap/webpack-builder": "14.238.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.237.1",
67
- "@genesislcap/foundation-errors": "14.237.1",
68
- "@genesislcap/foundation-events": "14.237.1",
69
- "@genesislcap/foundation-forms": "14.237.1",
70
- "@genesislcap/foundation-logger": "14.237.1",
71
- "@genesislcap/foundation-login": "14.237.1",
72
- "@genesislcap/foundation-notifications": "14.237.1",
73
- "@genesislcap/foundation-ui": "14.237.1",
74
- "@genesislcap/foundation-utils": "14.237.1",
75
- "@genesislcap/foundation-zero": "14.237.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.237.1",
77
- "@genesislcap/grid-pro": "14.237.1",
66
+ "@genesislcap/foundation-comms": "14.238.0",
67
+ "@genesislcap/foundation-errors": "14.238.0",
68
+ "@genesislcap/foundation-events": "14.238.0",
69
+ "@genesislcap/foundation-forms": "14.238.0",
70
+ "@genesislcap/foundation-logger": "14.238.0",
71
+ "@genesislcap/foundation-login": "14.238.0",
72
+ "@genesislcap/foundation-notifications": "14.238.0",
73
+ "@genesislcap/foundation-ui": "14.238.0",
74
+ "@genesislcap/foundation-utils": "14.238.0",
75
+ "@genesislcap/foundation-zero": "14.238.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.238.0",
77
+ "@genesislcap/grid-pro": "14.238.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": "bcda3ef5a5b349a2aff30cc91e391528483e5189"
94
+ "gitHead": "2735fb5a88f2e15f101c1343ee178d80db89fc63"
95
95
  }