@genesislcap/foundation-entity-management 14.443.1 → 14.444.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.
@@ -3514,6 +3514,76 @@
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
+ },
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
+ },
3517
3587
  {
3518
3588
  "kind": "javascript-module",
3519
3589
  "path": "src/main/index.ts",
@@ -3658,76 +3728,6 @@
3658
3728
  }
3659
3729
  ]
3660
3730
  },
3661
- {
3662
- "kind": "javascript-module",
3663
- "path": "src/routes/config.ts",
3664
- "declarations": [],
3665
- "exports": []
3666
- },
3667
- {
3668
- "kind": "javascript-module",
3669
- "path": "src/routes/index.ts",
3670
- "declarations": [],
3671
- "exports": [
3672
- {
3673
- "kind": "js",
3674
- "name": "*",
3675
- "declaration": {
3676
- "name": "*",
3677
- "package": "./config"
3678
- }
3679
- }
3680
- ]
3681
- },
3682
- {
3683
- "kind": "javascript-module",
3684
- "path": "src/layouts/default.ts",
3685
- "declarations": [
3686
- {
3687
- "kind": "variable",
3688
- "name": "loginLayout",
3689
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3690
- },
3691
- {
3692
- "kind": "variable",
3693
- "name": "defaultLayout",
3694
- "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)"
3695
- }
3696
- ],
3697
- "exports": [
3698
- {
3699
- "kind": "js",
3700
- "name": "loginLayout",
3701
- "declaration": {
3702
- "name": "loginLayout",
3703
- "module": "src/layouts/default.ts"
3704
- }
3705
- },
3706
- {
3707
- "kind": "js",
3708
- "name": "defaultLayout",
3709
- "declaration": {
3710
- "name": "defaultLayout",
3711
- "module": "src/layouts/default.ts"
3712
- }
3713
- }
3714
- ]
3715
- },
3716
- {
3717
- "kind": "javascript-module",
3718
- "path": "src/layouts/index.ts",
3719
- "declarations": [],
3720
- "exports": [
3721
- {
3722
- "kind": "js",
3723
- "name": "*",
3724
- "declaration": {
3725
- "name": "*",
3726
- "package": "./default"
3727
- }
3728
- }
3729
- ]
3730
- },
3731
3731
  {
3732
3732
  "kind": "javascript-module",
3733
3733
  "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.443.1",
4
+ "version": "14.444.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.443.1",
58
- "@genesislcap/genx": "14.443.1",
59
- "@genesislcap/rollup-builder": "14.443.1",
60
- "@genesislcap/ts-builder": "14.443.1",
61
- "@genesislcap/uvu-playwright-builder": "14.443.1",
62
- "@genesislcap/vite-builder": "14.443.1",
63
- "@genesislcap/webpack-builder": "14.443.1"
57
+ "@genesislcap/foundation-testing": "14.444.1",
58
+ "@genesislcap/genx": "14.444.1",
59
+ "@genesislcap/rollup-builder": "14.444.1",
60
+ "@genesislcap/ts-builder": "14.444.1",
61
+ "@genesislcap/uvu-playwright-builder": "14.444.1",
62
+ "@genesislcap/vite-builder": "14.444.1",
63
+ "@genesislcap/webpack-builder": "14.444.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.443.1",
70
- "@genesislcap/foundation-comms": "14.443.1",
71
- "@genesislcap/foundation-errors": "14.443.1",
72
- "@genesislcap/foundation-events": "14.443.1",
73
- "@genesislcap/foundation-forms": "14.443.1",
74
- "@genesislcap/foundation-logger": "14.443.1",
75
- "@genesislcap/foundation-login": "14.443.1",
76
- "@genesislcap/foundation-notifications": "14.443.1",
77
- "@genesislcap/foundation-ui": "14.443.1",
78
- "@genesislcap/foundation-utils": "14.443.1",
79
- "@genesislcap/foundation-zero": "14.443.1",
80
- "@genesislcap/foundation-zero-grid-pro": "14.443.1",
81
- "@genesislcap/grid-pro": "14.443.1",
82
- "@genesislcap/web-core": "14.443.1",
69
+ "@genesislcap/foundation-ai": "14.444.1",
70
+ "@genesislcap/foundation-comms": "14.444.1",
71
+ "@genesislcap/foundation-errors": "14.444.1",
72
+ "@genesislcap/foundation-events": "14.444.1",
73
+ "@genesislcap/foundation-forms": "14.444.1",
74
+ "@genesislcap/foundation-logger": "14.444.1",
75
+ "@genesislcap/foundation-login": "14.444.1",
76
+ "@genesislcap/foundation-notifications": "14.444.1",
77
+ "@genesislcap/foundation-ui": "14.444.1",
78
+ "@genesislcap/foundation-utils": "14.444.1",
79
+ "@genesislcap/foundation-zero": "14.444.1",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.444.1",
81
+ "@genesislcap/grid-pro": "14.444.1",
82
+ "@genesislcap/web-core": "14.444.1",
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": "a10ca31c4ba209c31a50b507dc473ecd5791fc21"
105
+ "gitHead": "837befe80b4972686cb48fe7d86334c5d819ced6"
106
106
  }