@genesislcap/foundation-entity-management 14.293.1 → 14.293.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.
@@ -2013,6 +2013,55 @@
2013
2013
  }
2014
2014
  ]
2015
2015
  },
2016
+ {
2017
+ "kind": "javascript-module",
2018
+ "path": "src/layouts/default.ts",
2019
+ "declarations": [
2020
+ {
2021
+ "kind": "variable",
2022
+ "name": "loginLayout",
2023
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2024
+ },
2025
+ {
2026
+ "kind": "variable",
2027
+ "name": "defaultLayout",
2028
+ "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)"
2029
+ }
2030
+ ],
2031
+ "exports": [
2032
+ {
2033
+ "kind": "js",
2034
+ "name": "loginLayout",
2035
+ "declaration": {
2036
+ "name": "loginLayout",
2037
+ "module": "src/layouts/default.ts"
2038
+ }
2039
+ },
2040
+ {
2041
+ "kind": "js",
2042
+ "name": "defaultLayout",
2043
+ "declaration": {
2044
+ "name": "defaultLayout",
2045
+ "module": "src/layouts/default.ts"
2046
+ }
2047
+ }
2048
+ ]
2049
+ },
2050
+ {
2051
+ "kind": "javascript-module",
2052
+ "path": "src/layouts/index.ts",
2053
+ "declarations": [],
2054
+ "exports": [
2055
+ {
2056
+ "kind": "js",
2057
+ "name": "*",
2058
+ "declaration": {
2059
+ "name": "*",
2060
+ "package": "./default"
2061
+ }
2062
+ }
2063
+ ]
2064
+ },
2016
2065
  {
2017
2066
  "kind": "javascript-module",
2018
2067
  "path": "src/list/index.ts",
@@ -2788,55 +2837,6 @@
2788
2837
  }
2789
2838
  ]
2790
2839
  },
2791
- {
2792
- "kind": "javascript-module",
2793
- "path": "src/layouts/default.ts",
2794
- "declarations": [
2795
- {
2796
- "kind": "variable",
2797
- "name": "loginLayout",
2798
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2799
- },
2800
- {
2801
- "kind": "variable",
2802
- "name": "defaultLayout",
2803
- "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)"
2804
- }
2805
- ],
2806
- "exports": [
2807
- {
2808
- "kind": "js",
2809
- "name": "loginLayout",
2810
- "declaration": {
2811
- "name": "loginLayout",
2812
- "module": "src/layouts/default.ts"
2813
- }
2814
- },
2815
- {
2816
- "kind": "js",
2817
- "name": "defaultLayout",
2818
- "declaration": {
2819
- "name": "defaultLayout",
2820
- "module": "src/layouts/default.ts"
2821
- }
2822
- }
2823
- ]
2824
- },
2825
- {
2826
- "kind": "javascript-module",
2827
- "path": "src/layouts/index.ts",
2828
- "declarations": [],
2829
- "exports": [
2830
- {
2831
- "kind": "js",
2832
- "name": "*",
2833
- "declaration": {
2834
- "name": "*",
2835
- "package": "./default"
2836
- }
2837
- }
2838
- ]
2839
- },
2840
2840
  {
2841
2841
  "kind": "javascript-module",
2842
2842
  "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.293.1",
4
+ "version": "14.293.2",
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.293.1",
56
- "@genesislcap/genx": "14.293.1",
57
- "@genesislcap/rollup-builder": "14.293.1",
58
- "@genesislcap/ts-builder": "14.293.1",
59
- "@genesislcap/uvu-playwright-builder": "14.293.1",
60
- "@genesislcap/vite-builder": "14.293.1",
61
- "@genesislcap/webpack-builder": "14.293.1",
55
+ "@genesislcap/foundation-testing": "14.293.2",
56
+ "@genesislcap/genx": "14.293.2",
57
+ "@genesislcap/rollup-builder": "14.293.2",
58
+ "@genesislcap/ts-builder": "14.293.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.293.2",
60
+ "@genesislcap/vite-builder": "14.293.2",
61
+ "@genesislcap/webpack-builder": "14.293.2",
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.293.1",
67
- "@genesislcap/foundation-errors": "14.293.1",
68
- "@genesislcap/foundation-events": "14.293.1",
69
- "@genesislcap/foundation-forms": "14.293.1",
70
- "@genesislcap/foundation-logger": "14.293.1",
71
- "@genesislcap/foundation-login": "14.293.1",
72
- "@genesislcap/foundation-notifications": "14.293.1",
73
- "@genesislcap/foundation-ui": "14.293.1",
74
- "@genesislcap/foundation-utils": "14.293.1",
75
- "@genesislcap/foundation-zero": "14.293.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.293.1",
77
- "@genesislcap/grid-pro": "14.293.1",
66
+ "@genesislcap/foundation-comms": "14.293.2",
67
+ "@genesislcap/foundation-errors": "14.293.2",
68
+ "@genesislcap/foundation-events": "14.293.2",
69
+ "@genesislcap/foundation-forms": "14.293.2",
70
+ "@genesislcap/foundation-logger": "14.293.2",
71
+ "@genesislcap/foundation-login": "14.293.2",
72
+ "@genesislcap/foundation-notifications": "14.293.2",
73
+ "@genesislcap/foundation-ui": "14.293.2",
74
+ "@genesislcap/foundation-utils": "14.293.2",
75
+ "@genesislcap/foundation-zero": "14.293.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.293.2",
77
+ "@genesislcap/grid-pro": "14.293.2",
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": "79f870205c14e857233724904d5eb8e034d2a72e"
94
+ "gitHead": "a5107ae0a1670f5ed14eef84504d7e16385a0601"
95
95
  }