@genesislcap/foundation-entity-management 14.416.1 → 14.417.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.
@@ -89,6 +89,41 @@
89
89
  }
90
90
  ]
91
91
  },
92
+ {
93
+ "kind": "javascript-module",
94
+ "path": "src/components/components.ts",
95
+ "declarations": [
96
+ {
97
+ "kind": "function",
98
+ "name": "loadRemotes"
99
+ }
100
+ ],
101
+ "exports": [
102
+ {
103
+ "kind": "js",
104
+ "name": "loadRemotes",
105
+ "declaration": {
106
+ "name": "loadRemotes",
107
+ "module": "src/components/components.ts"
108
+ }
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "kind": "javascript-module",
114
+ "path": "src/components/index.ts",
115
+ "declarations": [],
116
+ "exports": [
117
+ {
118
+ "kind": "js",
119
+ "name": "*",
120
+ "declaration": {
121
+ "name": "*",
122
+ "package": "./components"
123
+ }
124
+ }
125
+ ]
126
+ },
92
127
  {
93
128
  "kind": "javascript-module",
94
129
  "path": "src/entities/entities.styles.ts",
@@ -2660,41 +2695,6 @@
2660
2695
  }
2661
2696
  ]
2662
2697
  },
2663
- {
2664
- "kind": "javascript-module",
2665
- "path": "src/components/components.ts",
2666
- "declarations": [
2667
- {
2668
- "kind": "function",
2669
- "name": "loadRemotes"
2670
- }
2671
- ],
2672
- "exports": [
2673
- {
2674
- "kind": "js",
2675
- "name": "loadRemotes",
2676
- "declaration": {
2677
- "name": "loadRemotes",
2678
- "module": "src/components/components.ts"
2679
- }
2680
- }
2681
- ]
2682
- },
2683
- {
2684
- "kind": "javascript-module",
2685
- "path": "src/components/index.ts",
2686
- "declarations": [],
2687
- "exports": [
2688
- {
2689
- "kind": "js",
2690
- "name": "*",
2691
- "declaration": {
2692
- "name": "*",
2693
- "package": "./components"
2694
- }
2695
- }
2696
- ]
2697
- },
2698
2698
  {
2699
2699
  "kind": "javascript-module",
2700
2700
  "path": "src/list/index.ts",
@@ -3394,6 +3394,55 @@
3394
3394
  }
3395
3395
  ]
3396
3396
  },
3397
+ {
3398
+ "kind": "javascript-module",
3399
+ "path": "src/layouts/default.ts",
3400
+ "declarations": [
3401
+ {
3402
+ "kind": "variable",
3403
+ "name": "loginLayout",
3404
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3405
+ },
3406
+ {
3407
+ "kind": "variable",
3408
+ "name": "defaultLayout",
3409
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
3410
+ }
3411
+ ],
3412
+ "exports": [
3413
+ {
3414
+ "kind": "js",
3415
+ "name": "loginLayout",
3416
+ "declaration": {
3417
+ "name": "loginLayout",
3418
+ "module": "src/layouts/default.ts"
3419
+ }
3420
+ },
3421
+ {
3422
+ "kind": "js",
3423
+ "name": "defaultLayout",
3424
+ "declaration": {
3425
+ "name": "defaultLayout",
3426
+ "module": "src/layouts/default.ts"
3427
+ }
3428
+ }
3429
+ ]
3430
+ },
3431
+ {
3432
+ "kind": "javascript-module",
3433
+ "path": "src/layouts/index.ts",
3434
+ "declarations": [],
3435
+ "exports": [
3436
+ {
3437
+ "kind": "js",
3438
+ "name": "*",
3439
+ "declaration": {
3440
+ "name": "*",
3441
+ "package": "./default"
3442
+ }
3443
+ }
3444
+ ]
3445
+ },
3397
3446
  {
3398
3447
  "kind": "javascript-module",
3399
3448
  "path": "src/main/index.ts",
@@ -3538,55 +3587,6 @@
3538
3587
  }
3539
3588
  ]
3540
3589
  },
3541
- {
3542
- "kind": "javascript-module",
3543
- "path": "src/layouts/default.ts",
3544
- "declarations": [
3545
- {
3546
- "kind": "variable",
3547
- "name": "loginLayout",
3548
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3549
- },
3550
- {
3551
- "kind": "variable",
3552
- "name": "defaultLayout",
3553
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
3554
- }
3555
- ],
3556
- "exports": [
3557
- {
3558
- "kind": "js",
3559
- "name": "loginLayout",
3560
- "declaration": {
3561
- "name": "loginLayout",
3562
- "module": "src/layouts/default.ts"
3563
- }
3564
- },
3565
- {
3566
- "kind": "js",
3567
- "name": "defaultLayout",
3568
- "declaration": {
3569
- "name": "defaultLayout",
3570
- "module": "src/layouts/default.ts"
3571
- }
3572
- }
3573
- ]
3574
- },
3575
- {
3576
- "kind": "javascript-module",
3577
- "path": "src/layouts/index.ts",
3578
- "declarations": [],
3579
- "exports": [
3580
- {
3581
- "kind": "js",
3582
- "name": "*",
3583
- "declaration": {
3584
- "name": "*",
3585
- "package": "./default"
3586
- }
3587
- }
3588
- ]
3589
- },
3590
3590
  {
3591
3591
  "kind": "javascript-module",
3592
3592
  "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.416.1",
4
+ "version": "14.417.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,32 +54,32 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.416.1",
58
- "@genesislcap/genx": "14.416.1",
59
- "@genesislcap/rollup-builder": "14.416.1",
60
- "@genesislcap/ts-builder": "14.416.1",
61
- "@genesislcap/uvu-playwright-builder": "14.416.1",
62
- "@genesislcap/vite-builder": "14.416.1",
63
- "@genesislcap/webpack-builder": "14.416.1"
57
+ "@genesislcap/foundation-testing": "14.417.0",
58
+ "@genesislcap/genx": "14.417.0",
59
+ "@genesislcap/rollup-builder": "14.417.0",
60
+ "@genesislcap/ts-builder": "14.417.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.417.0",
62
+ "@genesislcap/vite-builder": "14.417.0",
63
+ "@genesislcap/webpack-builder": "14.417.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.416.1",
70
- "@genesislcap/foundation-comms": "14.416.1",
71
- "@genesislcap/foundation-errors": "14.416.1",
72
- "@genesislcap/foundation-events": "14.416.1",
73
- "@genesislcap/foundation-forms": "14.416.1",
74
- "@genesislcap/foundation-logger": "14.416.1",
75
- "@genesislcap/foundation-login": "14.416.1",
76
- "@genesislcap/foundation-notifications": "14.416.1",
77
- "@genesislcap/foundation-ui": "14.416.1",
78
- "@genesislcap/foundation-utils": "14.416.1",
79
- "@genesislcap/foundation-zero": "14.416.1",
80
- "@genesislcap/foundation-zero-grid-pro": "14.416.1",
81
- "@genesislcap/grid-pro": "14.416.1",
82
- "@genesislcap/web-core": "14.416.1",
69
+ "@genesislcap/foundation-ai": "14.417.0",
70
+ "@genesislcap/foundation-comms": "14.417.0",
71
+ "@genesislcap/foundation-errors": "14.417.0",
72
+ "@genesislcap/foundation-events": "14.417.0",
73
+ "@genesislcap/foundation-forms": "14.417.0",
74
+ "@genesislcap/foundation-logger": "14.417.0",
75
+ "@genesislcap/foundation-login": "14.417.0",
76
+ "@genesislcap/foundation-notifications": "14.417.0",
77
+ "@genesislcap/foundation-ui": "14.417.0",
78
+ "@genesislcap/foundation-utils": "14.417.0",
79
+ "@genesislcap/foundation-zero": "14.417.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.417.0",
81
+ "@genesislcap/grid-pro": "14.417.0",
82
+ "@genesislcap/web-core": "14.417.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "dd39f2bffbd92a41d51853efc09425731aab4d12"
94
+ "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
95
95
  }