@genesislcap/foundation-entity-management 14.296.0 → 14.298.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.
@@ -2655,55 +2655,6 @@
2655
2655
  }
2656
2656
  ]
2657
2657
  },
2658
- {
2659
- "kind": "javascript-module",
2660
- "path": "src/layouts/default.ts",
2661
- "declarations": [
2662
- {
2663
- "kind": "variable",
2664
- "name": "loginLayout",
2665
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2666
- },
2667
- {
2668
- "kind": "variable",
2669
- "name": "defaultLayout",
2670
- "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)"
2671
- }
2672
- ],
2673
- "exports": [
2674
- {
2675
- "kind": "js",
2676
- "name": "loginLayout",
2677
- "declaration": {
2678
- "name": "loginLayout",
2679
- "module": "src/layouts/default.ts"
2680
- }
2681
- },
2682
- {
2683
- "kind": "js",
2684
- "name": "defaultLayout",
2685
- "declaration": {
2686
- "name": "defaultLayout",
2687
- "module": "src/layouts/default.ts"
2688
- }
2689
- }
2690
- ]
2691
- },
2692
- {
2693
- "kind": "javascript-module",
2694
- "path": "src/layouts/index.ts",
2695
- "declarations": [],
2696
- "exports": [
2697
- {
2698
- "kind": "js",
2699
- "name": "*",
2700
- "declaration": {
2701
- "name": "*",
2702
- "package": "./default"
2703
- }
2704
- }
2705
- ]
2706
- },
2707
2658
  {
2708
2659
  "kind": "javascript-module",
2709
2660
  "path": "src/main/index.ts",
@@ -2849,6 +2800,55 @@
2849
2800
  }
2850
2801
  ]
2851
2802
  },
2803
+ {
2804
+ "kind": "javascript-module",
2805
+ "path": "src/layouts/default.ts",
2806
+ "declarations": [
2807
+ {
2808
+ "kind": "variable",
2809
+ "name": "loginLayout",
2810
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2811
+ },
2812
+ {
2813
+ "kind": "variable",
2814
+ "name": "defaultLayout",
2815
+ "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)"
2816
+ }
2817
+ ],
2818
+ "exports": [
2819
+ {
2820
+ "kind": "js",
2821
+ "name": "loginLayout",
2822
+ "declaration": {
2823
+ "name": "loginLayout",
2824
+ "module": "src/layouts/default.ts"
2825
+ }
2826
+ },
2827
+ {
2828
+ "kind": "js",
2829
+ "name": "defaultLayout",
2830
+ "declaration": {
2831
+ "name": "defaultLayout",
2832
+ "module": "src/layouts/default.ts"
2833
+ }
2834
+ }
2835
+ ]
2836
+ },
2837
+ {
2838
+ "kind": "javascript-module",
2839
+ "path": "src/layouts/index.ts",
2840
+ "declarations": [],
2841
+ "exports": [
2842
+ {
2843
+ "kind": "js",
2844
+ "name": "*",
2845
+ "declaration": {
2846
+ "name": "*",
2847
+ "package": "./default"
2848
+ }
2849
+ }
2850
+ ]
2851
+ },
2852
2852
  {
2853
2853
  "kind": "javascript-module",
2854
2854
  "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.296.0",
4
+ "version": "14.298.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.296.0",
56
- "@genesislcap/genx": "14.296.0",
57
- "@genesislcap/rollup-builder": "14.296.0",
58
- "@genesislcap/ts-builder": "14.296.0",
59
- "@genesislcap/uvu-playwright-builder": "14.296.0",
60
- "@genesislcap/vite-builder": "14.296.0",
61
- "@genesislcap/webpack-builder": "14.296.0",
55
+ "@genesislcap/foundation-testing": "14.298.0",
56
+ "@genesislcap/genx": "14.298.0",
57
+ "@genesislcap/rollup-builder": "14.298.0",
58
+ "@genesislcap/ts-builder": "14.298.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.298.0",
60
+ "@genesislcap/vite-builder": "14.298.0",
61
+ "@genesislcap/webpack-builder": "14.298.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.296.0",
67
- "@genesislcap/foundation-errors": "14.296.0",
68
- "@genesislcap/foundation-events": "14.296.0",
69
- "@genesislcap/foundation-forms": "14.296.0",
70
- "@genesislcap/foundation-logger": "14.296.0",
71
- "@genesislcap/foundation-login": "14.296.0",
72
- "@genesislcap/foundation-notifications": "14.296.0",
73
- "@genesislcap/foundation-ui": "14.296.0",
74
- "@genesislcap/foundation-utils": "14.296.0",
75
- "@genesislcap/foundation-zero": "14.296.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.296.0",
77
- "@genesislcap/grid-pro": "14.296.0",
66
+ "@genesislcap/foundation-comms": "14.298.0",
67
+ "@genesislcap/foundation-errors": "14.298.0",
68
+ "@genesislcap/foundation-events": "14.298.0",
69
+ "@genesislcap/foundation-forms": "14.298.0",
70
+ "@genesislcap/foundation-logger": "14.298.0",
71
+ "@genesislcap/foundation-login": "14.298.0",
72
+ "@genesislcap/foundation-notifications": "14.298.0",
73
+ "@genesislcap/foundation-ui": "14.298.0",
74
+ "@genesislcap/foundation-utils": "14.298.0",
75
+ "@genesislcap/foundation-zero": "14.298.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.298.0",
77
+ "@genesislcap/grid-pro": "14.298.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": "b39d43917f83e982be25f04961346d802691fd7d"
94
+ "gitHead": "f1279d076ccabb6108d854c2e596078afe285eb0"
95
95
  }