@genesislcap/foundation-entity-management 14.155.0-canary.2 → 14.155.0-canary.3

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.
@@ -838,6 +838,55 @@
838
838
  }
839
839
  ]
840
840
  },
841
+ {
842
+ "kind": "javascript-module",
843
+ "path": "src/layouts/default.ts",
844
+ "declarations": [
845
+ {
846
+ "kind": "variable",
847
+ "name": "loginLayout",
848
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
849
+ },
850
+ {
851
+ "kind": "variable",
852
+ "name": "defaultLayout",
853
+ "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)"
854
+ }
855
+ ],
856
+ "exports": [
857
+ {
858
+ "kind": "js",
859
+ "name": "loginLayout",
860
+ "declaration": {
861
+ "name": "loginLayout",
862
+ "module": "src/layouts/default.ts"
863
+ }
864
+ },
865
+ {
866
+ "kind": "js",
867
+ "name": "defaultLayout",
868
+ "declaration": {
869
+ "name": "defaultLayout",
870
+ "module": "src/layouts/default.ts"
871
+ }
872
+ }
873
+ ]
874
+ },
875
+ {
876
+ "kind": "javascript-module",
877
+ "path": "src/layouts/index.ts",
878
+ "declarations": [],
879
+ "exports": [
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./default"
886
+ }
887
+ }
888
+ ]
889
+ },
841
890
  {
842
891
  "kind": "javascript-module",
843
892
  "path": "src/list/index.ts",
@@ -2365,55 +2414,6 @@
2365
2414
  }
2366
2415
  ]
2367
2416
  },
2368
- {
2369
- "kind": "javascript-module",
2370
- "path": "src/layouts/default.ts",
2371
- "declarations": [
2372
- {
2373
- "kind": "variable",
2374
- "name": "loginLayout",
2375
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2376
- },
2377
- {
2378
- "kind": "variable",
2379
- "name": "defaultLayout",
2380
- "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)"
2381
- }
2382
- ],
2383
- "exports": [
2384
- {
2385
- "kind": "js",
2386
- "name": "loginLayout",
2387
- "declaration": {
2388
- "name": "loginLayout",
2389
- "module": "src/layouts/default.ts"
2390
- }
2391
- },
2392
- {
2393
- "kind": "js",
2394
- "name": "defaultLayout",
2395
- "declaration": {
2396
- "name": "defaultLayout",
2397
- "module": "src/layouts/default.ts"
2398
- }
2399
- }
2400
- ]
2401
- },
2402
- {
2403
- "kind": "javascript-module",
2404
- "path": "src/layouts/index.ts",
2405
- "declarations": [],
2406
- "exports": [
2407
- {
2408
- "kind": "js",
2409
- "name": "*",
2410
- "declaration": {
2411
- "name": "*",
2412
- "package": "./default"
2413
- }
2414
- }
2415
- ]
2416
- },
2417
2417
  {
2418
2418
  "kind": "javascript-module",
2419
2419
  "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.155.0-canary.2",
4
+ "version": "14.155.0-canary.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.155.0-canary.2",
47
- "@genesislcap/genx": "14.155.0-canary.2",
48
- "@genesislcap/rollup-builder": "14.155.0-canary.2",
49
- "@genesislcap/ts-builder": "14.155.0-canary.2",
50
- "@genesislcap/uvu-playwright-builder": "14.155.0-canary.2",
51
- "@genesislcap/vite-builder": "14.155.0-canary.2",
52
- "@genesislcap/webpack-builder": "14.155.0-canary.2",
46
+ "@genesislcap/foundation-testing": "14.155.0-canary.3",
47
+ "@genesislcap/genx": "14.155.0-canary.3",
48
+ "@genesislcap/rollup-builder": "14.155.0-canary.3",
49
+ "@genesislcap/ts-builder": "14.155.0-canary.3",
50
+ "@genesislcap/uvu-playwright-builder": "14.155.0-canary.3",
51
+ "@genesislcap/vite-builder": "14.155.0-canary.3",
52
+ "@genesislcap/webpack-builder": "14.155.0-canary.3",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.155.0-canary.2",
58
- "@genesislcap/foundation-errors": "14.155.0-canary.2",
59
- "@genesislcap/foundation-events": "14.155.0-canary.2",
60
- "@genesislcap/foundation-forms": "14.155.0-canary.2",
61
- "@genesislcap/foundation-logger": "14.155.0-canary.2",
62
- "@genesislcap/foundation-login": "14.155.0-canary.2",
63
- "@genesislcap/foundation-notifications": "14.155.0-canary.2",
64
- "@genesislcap/foundation-ui": "14.155.0-canary.2",
65
- "@genesislcap/foundation-utils": "14.155.0-canary.2",
66
- "@genesislcap/foundation-zero": "14.155.0-canary.2",
67
- "@genesislcap/foundation-zero-grid-pro": "14.155.0-canary.2",
68
- "@genesislcap/grid-pro": "14.155.0-canary.2",
57
+ "@genesislcap/foundation-comms": "14.155.0-canary.3",
58
+ "@genesislcap/foundation-errors": "14.155.0-canary.3",
59
+ "@genesislcap/foundation-events": "14.155.0-canary.3",
60
+ "@genesislcap/foundation-forms": "14.155.0-canary.3",
61
+ "@genesislcap/foundation-logger": "14.155.0-canary.3",
62
+ "@genesislcap/foundation-login": "14.155.0-canary.3",
63
+ "@genesislcap/foundation-notifications": "14.155.0-canary.3",
64
+ "@genesislcap/foundation-ui": "14.155.0-canary.3",
65
+ "@genesislcap/foundation-utils": "14.155.0-canary.3",
66
+ "@genesislcap/foundation-zero": "14.155.0-canary.3",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.155.0-canary.3",
68
+ "@genesislcap/grid-pro": "14.155.0-canary.3",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "cc29273ef4672aa54a903a1027ebf37f81ab0766"
84
+ "gitHead": "114347c3fe9628fc9ec488b3cfd14844b8a0c1f6"
85
85
  }