@genesislcap/foundation-entity-management 14.439.2 → 14.441.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",
@@ -2706,41 +2741,6 @@
2706
2741
  }
2707
2742
  ]
2708
2743
  },
2709
- {
2710
- "kind": "javascript-module",
2711
- "path": "src/components/components.ts",
2712
- "declarations": [
2713
- {
2714
- "kind": "function",
2715
- "name": "loadRemotes"
2716
- }
2717
- ],
2718
- "exports": [
2719
- {
2720
- "kind": "js",
2721
- "name": "loadRemotes",
2722
- "declaration": {
2723
- "name": "loadRemotes",
2724
- "module": "src/components/components.ts"
2725
- }
2726
- }
2727
- ]
2728
- },
2729
- {
2730
- "kind": "javascript-module",
2731
- "path": "src/components/index.ts",
2732
- "declarations": [],
2733
- "exports": [
2734
- {
2735
- "kind": "js",
2736
- "name": "*",
2737
- "declaration": {
2738
- "name": "*",
2739
- "package": "./components"
2740
- }
2741
- }
2742
- ]
2743
- },
2744
2744
  {
2745
2745
  "kind": "javascript-module",
2746
2746
  "path": "src/list/index.ts",
@@ -3514,6 +3514,55 @@
3514
3514
  }
3515
3515
  ]
3516
3516
  },
3517
+ {
3518
+ "kind": "javascript-module",
3519
+ "path": "src/layouts/default.ts",
3520
+ "declarations": [
3521
+ {
3522
+ "kind": "variable",
3523
+ "name": "loginLayout",
3524
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3525
+ },
3526
+ {
3527
+ "kind": "variable",
3528
+ "name": "defaultLayout",
3529
+ "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)"
3530
+ }
3531
+ ],
3532
+ "exports": [
3533
+ {
3534
+ "kind": "js",
3535
+ "name": "loginLayout",
3536
+ "declaration": {
3537
+ "name": "loginLayout",
3538
+ "module": "src/layouts/default.ts"
3539
+ }
3540
+ },
3541
+ {
3542
+ "kind": "js",
3543
+ "name": "defaultLayout",
3544
+ "declaration": {
3545
+ "name": "defaultLayout",
3546
+ "module": "src/layouts/default.ts"
3547
+ }
3548
+ }
3549
+ ]
3550
+ },
3551
+ {
3552
+ "kind": "javascript-module",
3553
+ "path": "src/layouts/index.ts",
3554
+ "declarations": [],
3555
+ "exports": [
3556
+ {
3557
+ "kind": "js",
3558
+ "name": "*",
3559
+ "declaration": {
3560
+ "name": "*",
3561
+ "package": "./default"
3562
+ }
3563
+ }
3564
+ ]
3565
+ },
3517
3566
  {
3518
3567
  "kind": "javascript-module",
3519
3568
  "path": "src/main/index.ts",
@@ -3658,55 +3707,6 @@
3658
3707
  }
3659
3708
  ]
3660
3709
  },
3661
- {
3662
- "kind": "javascript-module",
3663
- "path": "src/layouts/default.ts",
3664
- "declarations": [
3665
- {
3666
- "kind": "variable",
3667
- "name": "loginLayout",
3668
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3669
- },
3670
- {
3671
- "kind": "variable",
3672
- "name": "defaultLayout",
3673
- "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)"
3674
- }
3675
- ],
3676
- "exports": [
3677
- {
3678
- "kind": "js",
3679
- "name": "loginLayout",
3680
- "declaration": {
3681
- "name": "loginLayout",
3682
- "module": "src/layouts/default.ts"
3683
- }
3684
- },
3685
- {
3686
- "kind": "js",
3687
- "name": "defaultLayout",
3688
- "declaration": {
3689
- "name": "defaultLayout",
3690
- "module": "src/layouts/default.ts"
3691
- }
3692
- }
3693
- ]
3694
- },
3695
- {
3696
- "kind": "javascript-module",
3697
- "path": "src/layouts/index.ts",
3698
- "declarations": [],
3699
- "exports": [
3700
- {
3701
- "kind": "js",
3702
- "name": "*",
3703
- "declaration": {
3704
- "name": "*",
3705
- "package": "./default"
3706
- }
3707
- }
3708
- ]
3709
- },
3710
3710
  {
3711
3711
  "kind": "javascript-module",
3712
3712
  "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.439.2",
4
+ "version": "14.441.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.439.2",
58
- "@genesislcap/genx": "14.439.2",
59
- "@genesislcap/rollup-builder": "14.439.2",
60
- "@genesislcap/ts-builder": "14.439.2",
61
- "@genesislcap/uvu-playwright-builder": "14.439.2",
62
- "@genesislcap/vite-builder": "14.439.2",
63
- "@genesislcap/webpack-builder": "14.439.2"
57
+ "@genesislcap/foundation-testing": "14.441.0",
58
+ "@genesislcap/genx": "14.441.0",
59
+ "@genesislcap/rollup-builder": "14.441.0",
60
+ "@genesislcap/ts-builder": "14.441.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.441.0",
62
+ "@genesislcap/vite-builder": "14.441.0",
63
+ "@genesislcap/webpack-builder": "14.441.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.439.2",
70
- "@genesislcap/foundation-comms": "14.439.2",
71
- "@genesislcap/foundation-errors": "14.439.2",
72
- "@genesislcap/foundation-events": "14.439.2",
73
- "@genesislcap/foundation-forms": "14.439.2",
74
- "@genesislcap/foundation-logger": "14.439.2",
75
- "@genesislcap/foundation-login": "14.439.2",
76
- "@genesislcap/foundation-notifications": "14.439.2",
77
- "@genesislcap/foundation-ui": "14.439.2",
78
- "@genesislcap/foundation-utils": "14.439.2",
79
- "@genesislcap/foundation-zero": "14.439.2",
80
- "@genesislcap/foundation-zero-grid-pro": "14.439.2",
81
- "@genesislcap/grid-pro": "14.439.2",
82
- "@genesislcap/web-core": "14.439.2",
69
+ "@genesislcap/foundation-ai": "14.441.0",
70
+ "@genesislcap/foundation-comms": "14.441.0",
71
+ "@genesislcap/foundation-errors": "14.441.0",
72
+ "@genesislcap/foundation-events": "14.441.0",
73
+ "@genesislcap/foundation-forms": "14.441.0",
74
+ "@genesislcap/foundation-logger": "14.441.0",
75
+ "@genesislcap/foundation-login": "14.441.0",
76
+ "@genesislcap/foundation-notifications": "14.441.0",
77
+ "@genesislcap/foundation-ui": "14.441.0",
78
+ "@genesislcap/foundation-utils": "14.441.0",
79
+ "@genesislcap/foundation-zero": "14.441.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.441.0",
81
+ "@genesislcap/grid-pro": "14.441.0",
82
+ "@genesislcap/web-core": "14.441.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "require": "./dist/react.cjs"
103
103
  }
104
104
  },
105
- "gitHead": "facafe045b533f2241f9c74f77503eb8bb1d6699"
105
+ "gitHead": "7aa35983955df48854be7f8e1ea6d56eff71c3b5"
106
106
  }