@genesislcap/foundation-entity-management 14.409.0 → 14.409.1

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,41 +89,6 @@
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
- },
127
92
  {
128
93
  "kind": "javascript-module",
129
94
  "path": "src/entities/entities.styles.ts",
@@ -2673,41 +2638,27 @@
2673
2638
  },
2674
2639
  {
2675
2640
  "kind": "javascript-module",
2676
- "path": "src/layouts/default.ts",
2641
+ "path": "src/components/components.ts",
2677
2642
  "declarations": [
2678
2643
  {
2679
- "kind": "variable",
2680
- "name": "loginLayout",
2681
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2682
- },
2683
- {
2684
- "kind": "variable",
2685
- "name": "defaultLayout",
2686
- "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)"
2644
+ "kind": "function",
2645
+ "name": "loadRemotes"
2687
2646
  }
2688
2647
  ],
2689
2648
  "exports": [
2690
2649
  {
2691
2650
  "kind": "js",
2692
- "name": "loginLayout",
2693
- "declaration": {
2694
- "name": "loginLayout",
2695
- "module": "src/layouts/default.ts"
2696
- }
2697
- },
2698
- {
2699
- "kind": "js",
2700
- "name": "defaultLayout",
2651
+ "name": "loadRemotes",
2701
2652
  "declaration": {
2702
- "name": "defaultLayout",
2703
- "module": "src/layouts/default.ts"
2653
+ "name": "loadRemotes",
2654
+ "module": "src/components/components.ts"
2704
2655
  }
2705
2656
  }
2706
2657
  ]
2707
2658
  },
2708
2659
  {
2709
2660
  "kind": "javascript-module",
2710
- "path": "src/layouts/index.ts",
2661
+ "path": "src/components/index.ts",
2711
2662
  "declarations": [],
2712
2663
  "exports": [
2713
2664
  {
@@ -2715,7 +2666,7 @@
2715
2666
  "name": "*",
2716
2667
  "declaration": {
2717
2668
  "name": "*",
2718
- "package": "./default"
2669
+ "package": "./components"
2719
2670
  }
2720
2671
  }
2721
2672
  ]
@@ -3419,27 +3370,6 @@
3419
3370
  }
3420
3371
  ]
3421
3372
  },
3422
- {
3423
- "kind": "javascript-module",
3424
- "path": "src/routes/config.ts",
3425
- "declarations": [],
3426
- "exports": []
3427
- },
3428
- {
3429
- "kind": "javascript-module",
3430
- "path": "src/routes/index.ts",
3431
- "declarations": [],
3432
- "exports": [
3433
- {
3434
- "kind": "js",
3435
- "name": "*",
3436
- "declaration": {
3437
- "name": "*",
3438
- "package": "./config"
3439
- }
3440
- }
3441
- ]
3442
- },
3443
3373
  {
3444
3374
  "kind": "javascript-module",
3445
3375
  "path": "src/main/index.ts",
@@ -3584,6 +3514,76 @@
3584
3514
  }
3585
3515
  ]
3586
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
+ },
3566
+ {
3567
+ "kind": "javascript-module",
3568
+ "path": "src/routes/config.ts",
3569
+ "declarations": [],
3570
+ "exports": []
3571
+ },
3572
+ {
3573
+ "kind": "javascript-module",
3574
+ "path": "src/routes/index.ts",
3575
+ "declarations": [],
3576
+ "exports": [
3577
+ {
3578
+ "kind": "js",
3579
+ "name": "*",
3580
+ "declaration": {
3581
+ "name": "*",
3582
+ "package": "./config"
3583
+ }
3584
+ }
3585
+ ]
3586
+ },
3587
3587
  {
3588
3588
  "kind": "javascript-module",
3589
3589
  "path": "src/utils/custom-actions-utils.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.409.0",
4
+ "version": "14.409.1",
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.409.0",
58
- "@genesislcap/genx": "14.409.0",
59
- "@genesislcap/rollup-builder": "14.409.0",
60
- "@genesislcap/ts-builder": "14.409.0",
61
- "@genesislcap/uvu-playwright-builder": "14.409.0",
62
- "@genesislcap/vite-builder": "14.409.0",
63
- "@genesislcap/webpack-builder": "14.409.0"
57
+ "@genesislcap/foundation-testing": "14.409.1",
58
+ "@genesislcap/genx": "14.409.1",
59
+ "@genesislcap/rollup-builder": "14.409.1",
60
+ "@genesislcap/ts-builder": "14.409.1",
61
+ "@genesislcap/uvu-playwright-builder": "14.409.1",
62
+ "@genesislcap/vite-builder": "14.409.1",
63
+ "@genesislcap/webpack-builder": "14.409.1"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.409.0",
70
- "@genesislcap/foundation-comms": "14.409.0",
71
- "@genesislcap/foundation-errors": "14.409.0",
72
- "@genesislcap/foundation-events": "14.409.0",
73
- "@genesislcap/foundation-forms": "14.409.0",
74
- "@genesislcap/foundation-logger": "14.409.0",
75
- "@genesislcap/foundation-login": "14.409.0",
76
- "@genesislcap/foundation-notifications": "14.409.0",
77
- "@genesislcap/foundation-ui": "14.409.0",
78
- "@genesislcap/foundation-utils": "14.409.0",
79
- "@genesislcap/foundation-zero": "14.409.0",
80
- "@genesislcap/foundation-zero-grid-pro": "14.409.0",
81
- "@genesislcap/grid-pro": "14.409.0",
82
- "@genesislcap/web-core": "14.409.0",
69
+ "@genesislcap/foundation-ai": "14.409.1",
70
+ "@genesislcap/foundation-comms": "14.409.1",
71
+ "@genesislcap/foundation-errors": "14.409.1",
72
+ "@genesislcap/foundation-events": "14.409.1",
73
+ "@genesislcap/foundation-forms": "14.409.1",
74
+ "@genesislcap/foundation-logger": "14.409.1",
75
+ "@genesislcap/foundation-login": "14.409.1",
76
+ "@genesislcap/foundation-notifications": "14.409.1",
77
+ "@genesislcap/foundation-ui": "14.409.1",
78
+ "@genesislcap/foundation-utils": "14.409.1",
79
+ "@genesislcap/foundation-zero": "14.409.1",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.409.1",
81
+ "@genesislcap/grid-pro": "14.409.1",
82
+ "@genesislcap/web-core": "14.409.1",
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": "cbe0459d170f27c35a7de18cec415947aedf4da5"
94
+ "gitHead": "a23531e1359a6381e7d4fd81e98bd8d2e9981560"
95
95
  }