@genesislcap/foundation-entity-management 14.367.2 → 14.368.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.
@@ -81,41 +81,6 @@
81
81
  }
82
82
  ]
83
83
  },
84
- {
85
- "kind": "javascript-module",
86
- "path": "src/components/components.ts",
87
- "declarations": [
88
- {
89
- "kind": "function",
90
- "name": "loadRemotes"
91
- }
92
- ],
93
- "exports": [
94
- {
95
- "kind": "js",
96
- "name": "loadRemotes",
97
- "declaration": {
98
- "name": "loadRemotes",
99
- "module": "src/components/components.ts"
100
- }
101
- }
102
- ]
103
- },
104
- {
105
- "kind": "javascript-module",
106
- "path": "src/components/index.ts",
107
- "declarations": [],
108
- "exports": [
109
- {
110
- "kind": "js",
111
- "name": "*",
112
- "declaration": {
113
- "name": "*",
114
- "package": "./components"
115
- }
116
- }
117
- ]
118
- },
119
84
  {
120
85
  "kind": "javascript-module",
121
86
  "path": "src/entities/entities.styles.ts",
@@ -2617,6 +2582,41 @@
2617
2582
  }
2618
2583
  ]
2619
2584
  },
2585
+ {
2586
+ "kind": "javascript-module",
2587
+ "path": "src/components/components.ts",
2588
+ "declarations": [
2589
+ {
2590
+ "kind": "function",
2591
+ "name": "loadRemotes"
2592
+ }
2593
+ ],
2594
+ "exports": [
2595
+ {
2596
+ "kind": "js",
2597
+ "name": "loadRemotes",
2598
+ "declaration": {
2599
+ "name": "loadRemotes",
2600
+ "module": "src/components/components.ts"
2601
+ }
2602
+ }
2603
+ ]
2604
+ },
2605
+ {
2606
+ "kind": "javascript-module",
2607
+ "path": "src/components/index.ts",
2608
+ "declarations": [],
2609
+ "exports": [
2610
+ {
2611
+ "kind": "js",
2612
+ "name": "*",
2613
+ "declaration": {
2614
+ "name": "*",
2615
+ "package": "./components"
2616
+ }
2617
+ }
2618
+ ]
2619
+ },
2620
2620
  {
2621
2621
  "kind": "javascript-module",
2622
2622
  "path": "src/list/index.ts",
@@ -3316,55 +3316,6 @@
3316
3316
  }
3317
3317
  ]
3318
3318
  },
3319
- {
3320
- "kind": "javascript-module",
3321
- "path": "src/layouts/default.ts",
3322
- "declarations": [
3323
- {
3324
- "kind": "variable",
3325
- "name": "loginLayout",
3326
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3327
- },
3328
- {
3329
- "kind": "variable",
3330
- "name": "defaultLayout",
3331
- "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)"
3332
- }
3333
- ],
3334
- "exports": [
3335
- {
3336
- "kind": "js",
3337
- "name": "loginLayout",
3338
- "declaration": {
3339
- "name": "loginLayout",
3340
- "module": "src/layouts/default.ts"
3341
- }
3342
- },
3343
- {
3344
- "kind": "js",
3345
- "name": "defaultLayout",
3346
- "declaration": {
3347
- "name": "defaultLayout",
3348
- "module": "src/layouts/default.ts"
3349
- }
3350
- }
3351
- ]
3352
- },
3353
- {
3354
- "kind": "javascript-module",
3355
- "path": "src/layouts/index.ts",
3356
- "declarations": [],
3357
- "exports": [
3358
- {
3359
- "kind": "js",
3360
- "name": "*",
3361
- "declaration": {
3362
- "name": "*",
3363
- "package": "./default"
3364
- }
3365
- }
3366
- ]
3367
- },
3368
3319
  {
3369
3320
  "kind": "javascript-module",
3370
3321
  "path": "src/main/index.ts",
@@ -3530,6 +3481,55 @@
3530
3481
  }
3531
3482
  ]
3532
3483
  },
3484
+ {
3485
+ "kind": "javascript-module",
3486
+ "path": "src/layouts/default.ts",
3487
+ "declarations": [
3488
+ {
3489
+ "kind": "variable",
3490
+ "name": "loginLayout",
3491
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3492
+ },
3493
+ {
3494
+ "kind": "variable",
3495
+ "name": "defaultLayout",
3496
+ "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)"
3497
+ }
3498
+ ],
3499
+ "exports": [
3500
+ {
3501
+ "kind": "js",
3502
+ "name": "loginLayout",
3503
+ "declaration": {
3504
+ "name": "loginLayout",
3505
+ "module": "src/layouts/default.ts"
3506
+ }
3507
+ },
3508
+ {
3509
+ "kind": "js",
3510
+ "name": "defaultLayout",
3511
+ "declaration": {
3512
+ "name": "defaultLayout",
3513
+ "module": "src/layouts/default.ts"
3514
+ }
3515
+ }
3516
+ ]
3517
+ },
3518
+ {
3519
+ "kind": "javascript-module",
3520
+ "path": "src/layouts/index.ts",
3521
+ "declarations": [],
3522
+ "exports": [
3523
+ {
3524
+ "kind": "js",
3525
+ "name": "*",
3526
+ "declaration": {
3527
+ "name": "*",
3528
+ "package": "./default"
3529
+ }
3530
+ }
3531
+ ]
3532
+ },
3533
3533
  {
3534
3534
  "kind": "javascript-module",
3535
3535
  "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.367.2",
4
+ "version": "14.368.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,31 +52,31 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.367.2",
56
- "@genesislcap/genx": "14.367.2",
57
- "@genesislcap/rollup-builder": "14.367.2",
58
- "@genesislcap/ts-builder": "14.367.2",
59
- "@genesislcap/uvu-playwright-builder": "14.367.2",
60
- "@genesislcap/vite-builder": "14.367.2",
61
- "@genesislcap/webpack-builder": "14.367.2"
55
+ "@genesislcap/foundation-testing": "14.368.0",
56
+ "@genesislcap/genx": "14.368.0",
57
+ "@genesislcap/rollup-builder": "14.368.0",
58
+ "@genesislcap/ts-builder": "14.368.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.368.0",
60
+ "@genesislcap/vite-builder": "14.368.0",
61
+ "@genesislcap/webpack-builder": "14.368.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.367.2",
68
- "@genesislcap/foundation-errors": "14.367.2",
69
- "@genesislcap/foundation-events": "14.367.2",
70
- "@genesislcap/foundation-forms": "14.367.2",
71
- "@genesislcap/foundation-logger": "14.367.2",
72
- "@genesislcap/foundation-login": "14.367.2",
73
- "@genesislcap/foundation-notifications": "14.367.2",
74
- "@genesislcap/foundation-ui": "14.367.2",
75
- "@genesislcap/foundation-utils": "14.367.2",
76
- "@genesislcap/foundation-zero": "14.367.2",
77
- "@genesislcap/foundation-zero-grid-pro": "14.367.2",
78
- "@genesislcap/grid-pro": "14.367.2",
79
- "@genesislcap/web-core": "14.367.2",
67
+ "@genesislcap/foundation-comms": "14.368.0",
68
+ "@genesislcap/foundation-errors": "14.368.0",
69
+ "@genesislcap/foundation-events": "14.368.0",
70
+ "@genesislcap/foundation-forms": "14.368.0",
71
+ "@genesislcap/foundation-logger": "14.368.0",
72
+ "@genesislcap/foundation-login": "14.368.0",
73
+ "@genesislcap/foundation-notifications": "14.368.0",
74
+ "@genesislcap/foundation-ui": "14.368.0",
75
+ "@genesislcap/foundation-utils": "14.368.0",
76
+ "@genesislcap/foundation-zero": "14.368.0",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.368.0",
78
+ "@genesislcap/grid-pro": "14.368.0",
79
+ "@genesislcap/web-core": "14.368.0",
80
80
  "change-case": "^4.1.2"
81
81
  },
82
82
  "repository": {
@@ -88,5 +88,5 @@
88
88
  "access": "public"
89
89
  },
90
90
  "customElements": "dist/custom-elements.json",
91
- "gitHead": "6d4881bebfb13201712106f663a4a15c5dc20d69"
91
+ "gitHead": "698eab45797054e3c04d32edb44aecadcbb0095e"
92
92
  }