@genesislcap/foundation-entity-management 14.366.0 → 14.366.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.
@@ -81,6 +81,41 @@
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
+ },
84
119
  {
85
120
  "kind": "javascript-module",
86
121
  "path": "src/entities/entities.styles.ts",
@@ -2558,41 +2593,6 @@
2558
2593
  }
2559
2594
  ]
2560
2595
  },
2561
- {
2562
- "kind": "javascript-module",
2563
- "path": "src/components/components.ts",
2564
- "declarations": [
2565
- {
2566
- "kind": "function",
2567
- "name": "loadRemotes"
2568
- }
2569
- ],
2570
- "exports": [
2571
- {
2572
- "kind": "js",
2573
- "name": "loadRemotes",
2574
- "declaration": {
2575
- "name": "loadRemotes",
2576
- "module": "src/components/components.ts"
2577
- }
2578
- }
2579
- ]
2580
- },
2581
- {
2582
- "kind": "javascript-module",
2583
- "path": "src/components/index.ts",
2584
- "declarations": [],
2585
- "exports": [
2586
- {
2587
- "kind": "js",
2588
- "name": "*",
2589
- "declaration": {
2590
- "name": "*",
2591
- "package": "./components"
2592
- }
2593
- }
2594
- ]
2595
- },
2596
2596
  {
2597
2597
  "kind": "javascript-module",
2598
2598
  "path": "src/list/index.ts",
@@ -3292,55 +3292,6 @@
3292
3292
  }
3293
3293
  ]
3294
3294
  },
3295
- {
3296
- "kind": "javascript-module",
3297
- "path": "src/layouts/default.ts",
3298
- "declarations": [
3299
- {
3300
- "kind": "variable",
3301
- "name": "loginLayout",
3302
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3303
- },
3304
- {
3305
- "kind": "variable",
3306
- "name": "defaultLayout",
3307
- "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)"
3308
- }
3309
- ],
3310
- "exports": [
3311
- {
3312
- "kind": "js",
3313
- "name": "loginLayout",
3314
- "declaration": {
3315
- "name": "loginLayout",
3316
- "module": "src/layouts/default.ts"
3317
- }
3318
- },
3319
- {
3320
- "kind": "js",
3321
- "name": "defaultLayout",
3322
- "declaration": {
3323
- "name": "defaultLayout",
3324
- "module": "src/layouts/default.ts"
3325
- }
3326
- }
3327
- ]
3328
- },
3329
- {
3330
- "kind": "javascript-module",
3331
- "path": "src/layouts/index.ts",
3332
- "declarations": [],
3333
- "exports": [
3334
- {
3335
- "kind": "js",
3336
- "name": "*",
3337
- "declaration": {
3338
- "name": "*",
3339
- "package": "./default"
3340
- }
3341
- }
3342
- ]
3343
- },
3344
3295
  {
3345
3296
  "kind": "javascript-module",
3346
3297
  "path": "src/main/index.ts",
@@ -3506,6 +3457,55 @@
3506
3457
  }
3507
3458
  ]
3508
3459
  },
3460
+ {
3461
+ "kind": "javascript-module",
3462
+ "path": "src/layouts/default.ts",
3463
+ "declarations": [
3464
+ {
3465
+ "kind": "variable",
3466
+ "name": "loginLayout",
3467
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3468
+ },
3469
+ {
3470
+ "kind": "variable",
3471
+ "name": "defaultLayout",
3472
+ "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)"
3473
+ }
3474
+ ],
3475
+ "exports": [
3476
+ {
3477
+ "kind": "js",
3478
+ "name": "loginLayout",
3479
+ "declaration": {
3480
+ "name": "loginLayout",
3481
+ "module": "src/layouts/default.ts"
3482
+ }
3483
+ },
3484
+ {
3485
+ "kind": "js",
3486
+ "name": "defaultLayout",
3487
+ "declaration": {
3488
+ "name": "defaultLayout",
3489
+ "module": "src/layouts/default.ts"
3490
+ }
3491
+ }
3492
+ ]
3493
+ },
3494
+ {
3495
+ "kind": "javascript-module",
3496
+ "path": "src/layouts/index.ts",
3497
+ "declarations": [],
3498
+ "exports": [
3499
+ {
3500
+ "kind": "js",
3501
+ "name": "*",
3502
+ "declaration": {
3503
+ "name": "*",
3504
+ "package": "./default"
3505
+ }
3506
+ }
3507
+ ]
3508
+ },
3509
3509
  {
3510
3510
  "kind": "javascript-module",
3511
3511
  "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.366.0",
4
+ "version": "14.366.1",
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.366.0",
56
- "@genesislcap/genx": "14.366.0",
57
- "@genesislcap/rollup-builder": "14.366.0",
58
- "@genesislcap/ts-builder": "14.366.0",
59
- "@genesislcap/uvu-playwright-builder": "14.366.0",
60
- "@genesislcap/vite-builder": "14.366.0",
61
- "@genesislcap/webpack-builder": "14.366.0"
55
+ "@genesislcap/foundation-testing": "14.366.1",
56
+ "@genesislcap/genx": "14.366.1",
57
+ "@genesislcap/rollup-builder": "14.366.1",
58
+ "@genesislcap/ts-builder": "14.366.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.366.1",
60
+ "@genesislcap/vite-builder": "14.366.1",
61
+ "@genesislcap/webpack-builder": "14.366.1"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@ag-grid-community/core": "29.2.0"
65
65
  },
66
66
  "dependencies": {
67
- "@genesislcap/foundation-comms": "14.366.0",
68
- "@genesislcap/foundation-errors": "14.366.0",
69
- "@genesislcap/foundation-events": "14.366.0",
70
- "@genesislcap/foundation-forms": "14.366.0",
71
- "@genesislcap/foundation-logger": "14.366.0",
72
- "@genesislcap/foundation-login": "14.366.0",
73
- "@genesislcap/foundation-notifications": "14.366.0",
74
- "@genesislcap/foundation-ui": "14.366.0",
75
- "@genesislcap/foundation-utils": "14.366.0",
76
- "@genesislcap/foundation-zero": "14.366.0",
77
- "@genesislcap/foundation-zero-grid-pro": "14.366.0",
78
- "@genesislcap/grid-pro": "14.366.0",
79
- "@genesislcap/web-core": "14.366.0",
67
+ "@genesislcap/foundation-comms": "14.366.1",
68
+ "@genesislcap/foundation-errors": "14.366.1",
69
+ "@genesislcap/foundation-events": "14.366.1",
70
+ "@genesislcap/foundation-forms": "14.366.1",
71
+ "@genesislcap/foundation-logger": "14.366.1",
72
+ "@genesislcap/foundation-login": "14.366.1",
73
+ "@genesislcap/foundation-notifications": "14.366.1",
74
+ "@genesislcap/foundation-ui": "14.366.1",
75
+ "@genesislcap/foundation-utils": "14.366.1",
76
+ "@genesislcap/foundation-zero": "14.366.1",
77
+ "@genesislcap/foundation-zero-grid-pro": "14.366.1",
78
+ "@genesislcap/grid-pro": "14.366.1",
79
+ "@genesislcap/web-core": "14.366.1",
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": "6f35316c60278feb876954512b405e348ca04041"
91
+ "gitHead": "3ab43863fc8dfd2888bc6b65cd25e9985de17bc8"
92
92
  }