@genesislcap/foundation-entity-management 14.303.1 → 14.303.2

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.
@@ -2684,55 +2684,6 @@
2684
2684
  }
2685
2685
  ]
2686
2686
  },
2687
- {
2688
- "kind": "javascript-module",
2689
- "path": "src/layouts/default.ts",
2690
- "declarations": [
2691
- {
2692
- "kind": "variable",
2693
- "name": "loginLayout",
2694
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2695
- },
2696
- {
2697
- "kind": "variable",
2698
- "name": "defaultLayout",
2699
- "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)"
2700
- }
2701
- ],
2702
- "exports": [
2703
- {
2704
- "kind": "js",
2705
- "name": "loginLayout",
2706
- "declaration": {
2707
- "name": "loginLayout",
2708
- "module": "src/layouts/default.ts"
2709
- }
2710
- },
2711
- {
2712
- "kind": "js",
2713
- "name": "defaultLayout",
2714
- "declaration": {
2715
- "name": "defaultLayout",
2716
- "module": "src/layouts/default.ts"
2717
- }
2718
- }
2719
- ]
2720
- },
2721
- {
2722
- "kind": "javascript-module",
2723
- "path": "src/layouts/index.ts",
2724
- "declarations": [],
2725
- "exports": [
2726
- {
2727
- "kind": "js",
2728
- "name": "*",
2729
- "declaration": {
2730
- "name": "*",
2731
- "package": "./default"
2732
- }
2733
- }
2734
- ]
2735
- },
2736
2687
  {
2737
2688
  "kind": "javascript-module",
2738
2689
  "path": "src/main/index.ts",
@@ -2878,6 +2829,55 @@
2878
2829
  }
2879
2830
  ]
2880
2831
  },
2832
+ {
2833
+ "kind": "javascript-module",
2834
+ "path": "src/layouts/default.ts",
2835
+ "declarations": [
2836
+ {
2837
+ "kind": "variable",
2838
+ "name": "loginLayout",
2839
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2840
+ },
2841
+ {
2842
+ "kind": "variable",
2843
+ "name": "defaultLayout",
2844
+ "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)"
2845
+ }
2846
+ ],
2847
+ "exports": [
2848
+ {
2849
+ "kind": "js",
2850
+ "name": "loginLayout",
2851
+ "declaration": {
2852
+ "name": "loginLayout",
2853
+ "module": "src/layouts/default.ts"
2854
+ }
2855
+ },
2856
+ {
2857
+ "kind": "js",
2858
+ "name": "defaultLayout",
2859
+ "declaration": {
2860
+ "name": "defaultLayout",
2861
+ "module": "src/layouts/default.ts"
2862
+ }
2863
+ }
2864
+ ]
2865
+ },
2866
+ {
2867
+ "kind": "javascript-module",
2868
+ "path": "src/layouts/index.ts",
2869
+ "declarations": [],
2870
+ "exports": [
2871
+ {
2872
+ "kind": "js",
2873
+ "name": "*",
2874
+ "declaration": {
2875
+ "name": "*",
2876
+ "package": "./default"
2877
+ }
2878
+ }
2879
+ ]
2880
+ },
2881
2881
  {
2882
2882
  "kind": "javascript-module",
2883
2883
  "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.303.1",
4
+ "version": "14.303.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.303.1",
56
- "@genesislcap/genx": "14.303.1",
57
- "@genesislcap/rollup-builder": "14.303.1",
58
- "@genesislcap/ts-builder": "14.303.1",
59
- "@genesislcap/uvu-playwright-builder": "14.303.1",
60
- "@genesislcap/vite-builder": "14.303.1",
61
- "@genesislcap/webpack-builder": "14.303.1"
55
+ "@genesislcap/foundation-testing": "14.303.2",
56
+ "@genesislcap/genx": "14.303.2",
57
+ "@genesislcap/rollup-builder": "14.303.2",
58
+ "@genesislcap/ts-builder": "14.303.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.303.2",
60
+ "@genesislcap/vite-builder": "14.303.2",
61
+ "@genesislcap/webpack-builder": "14.303.2"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.303.1",
66
- "@genesislcap/foundation-errors": "14.303.1",
67
- "@genesislcap/foundation-events": "14.303.1",
68
- "@genesislcap/foundation-forms": "14.303.1",
69
- "@genesislcap/foundation-logger": "14.303.1",
70
- "@genesislcap/foundation-login": "14.303.1",
71
- "@genesislcap/foundation-notifications": "14.303.1",
72
- "@genesislcap/foundation-ui": "14.303.1",
73
- "@genesislcap/foundation-utils": "14.303.1",
74
- "@genesislcap/foundation-zero": "14.303.1",
75
- "@genesislcap/foundation-zero-grid-pro": "14.303.1",
76
- "@genesislcap/grid-pro": "14.303.1",
65
+ "@genesislcap/foundation-comms": "14.303.2",
66
+ "@genesislcap/foundation-errors": "14.303.2",
67
+ "@genesislcap/foundation-events": "14.303.2",
68
+ "@genesislcap/foundation-forms": "14.303.2",
69
+ "@genesislcap/foundation-logger": "14.303.2",
70
+ "@genesislcap/foundation-login": "14.303.2",
71
+ "@genesislcap/foundation-notifications": "14.303.2",
72
+ "@genesislcap/foundation-ui": "14.303.2",
73
+ "@genesislcap/foundation-utils": "14.303.2",
74
+ "@genesislcap/foundation-zero": "14.303.2",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.303.2",
76
+ "@genesislcap/grid-pro": "14.303.2",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
92
+ "gitHead": "f556f123bafe956a7ba9328bb3f78f4d7d2495ba"
93
93
  }