@genesislcap/foundation-entity-management 14.437.3 → 14.437.5-canary.gs-datepicker

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",
@@ -2552,41 +2587,6 @@
2552
2587
  }
2553
2588
  ]
2554
2589
  },
2555
- {
2556
- "kind": "javascript-module",
2557
- "path": "src/components/components.ts",
2558
- "declarations": [
2559
- {
2560
- "kind": "function",
2561
- "name": "loadRemotes"
2562
- }
2563
- ],
2564
- "exports": [
2565
- {
2566
- "kind": "js",
2567
- "name": "loadRemotes",
2568
- "declaration": {
2569
- "name": "loadRemotes",
2570
- "module": "src/components/components.ts"
2571
- }
2572
- }
2573
- ]
2574
- },
2575
- {
2576
- "kind": "javascript-module",
2577
- "path": "src/components/index.ts",
2578
- "declarations": [],
2579
- "exports": [
2580
- {
2581
- "kind": "js",
2582
- "name": "*",
2583
- "declaration": {
2584
- "name": "*",
2585
- "package": "./components"
2586
- }
2587
- }
2588
- ]
2589
- },
2590
2590
  {
2591
2591
  "kind": "javascript-module",
2592
2592
  "path": "src/list/index.ts",
@@ -3360,6 +3360,27 @@
3360
3360
  }
3361
3361
  ]
3362
3362
  },
3363
+ {
3364
+ "kind": "javascript-module",
3365
+ "path": "src/routes/config.ts",
3366
+ "declarations": [],
3367
+ "exports": []
3368
+ },
3369
+ {
3370
+ "kind": "javascript-module",
3371
+ "path": "src/routes/index.ts",
3372
+ "declarations": [],
3373
+ "exports": [
3374
+ {
3375
+ "kind": "js",
3376
+ "name": "*",
3377
+ "declaration": {
3378
+ "name": "*",
3379
+ "package": "./config"
3380
+ }
3381
+ }
3382
+ ]
3383
+ },
3363
3384
  {
3364
3385
  "kind": "javascript-module",
3365
3386
  "path": "src/main/index.ts",
@@ -3553,27 +3574,6 @@
3553
3574
  }
3554
3575
  ]
3555
3576
  },
3556
- {
3557
- "kind": "javascript-module",
3558
- "path": "src/routes/config.ts",
3559
- "declarations": [],
3560
- "exports": []
3561
- },
3562
- {
3563
- "kind": "javascript-module",
3564
- "path": "src/routes/index.ts",
3565
- "declarations": [],
3566
- "exports": [
3567
- {
3568
- "kind": "js",
3569
- "name": "*",
3570
- "declaration": {
3571
- "name": "*",
3572
- "package": "./config"
3573
- }
3574
- }
3575
- ]
3576
- },
3577
3577
  {
3578
3578
  "kind": "javascript-module",
3579
3579
  "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.437.3",
4
+ "version": "14.437.5-canary.gs-datepicker",
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.437.3",
58
- "@genesislcap/genx": "14.437.3",
59
- "@genesislcap/rollup-builder": "14.437.3",
60
- "@genesislcap/ts-builder": "14.437.3",
61
- "@genesislcap/uvu-playwright-builder": "14.437.3",
62
- "@genesislcap/vite-builder": "14.437.3",
63
- "@genesislcap/webpack-builder": "14.437.3"
57
+ "@genesislcap/foundation-testing": "14.437.5-canary.gs-datepicker",
58
+ "@genesislcap/genx": "14.437.5-canary.gs-datepicker",
59
+ "@genesislcap/rollup-builder": "14.437.5-canary.gs-datepicker",
60
+ "@genesislcap/ts-builder": "14.437.5-canary.gs-datepicker",
61
+ "@genesislcap/uvu-playwright-builder": "14.437.5-canary.gs-datepicker",
62
+ "@genesislcap/vite-builder": "14.437.5-canary.gs-datepicker",
63
+ "@genesislcap/webpack-builder": "14.437.5-canary.gs-datepicker"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.437.3",
70
- "@genesislcap/foundation-comms": "14.437.3",
71
- "@genesislcap/foundation-errors": "14.437.3",
72
- "@genesislcap/foundation-events": "14.437.3",
73
- "@genesislcap/foundation-forms": "14.437.3",
74
- "@genesislcap/foundation-logger": "14.437.3",
75
- "@genesislcap/foundation-login": "14.437.3",
76
- "@genesislcap/foundation-notifications": "14.437.3",
77
- "@genesislcap/foundation-ui": "14.437.3",
78
- "@genesislcap/foundation-utils": "14.437.3",
79
- "@genesislcap/foundation-zero": "14.437.3",
80
- "@genesislcap/foundation-zero-grid-pro": "14.437.3",
81
- "@genesislcap/grid-pro": "14.437.3",
82
- "@genesislcap/web-core": "14.437.3",
69
+ "@genesislcap/foundation-ai": "14.437.5-canary.gs-datepicker",
70
+ "@genesislcap/foundation-comms": "14.437.5-canary.gs-datepicker",
71
+ "@genesislcap/foundation-errors": "14.437.5-canary.gs-datepicker",
72
+ "@genesislcap/foundation-events": "14.437.5-canary.gs-datepicker",
73
+ "@genesislcap/foundation-forms": "14.437.5-canary.gs-datepicker",
74
+ "@genesislcap/foundation-logger": "14.437.5-canary.gs-datepicker",
75
+ "@genesislcap/foundation-login": "14.437.5-canary.gs-datepicker",
76
+ "@genesislcap/foundation-notifications": "14.437.5-canary.gs-datepicker",
77
+ "@genesislcap/foundation-ui": "14.437.5-canary.gs-datepicker",
78
+ "@genesislcap/foundation-utils": "14.437.5-canary.gs-datepicker",
79
+ "@genesislcap/foundation-zero": "14.437.5-canary.gs-datepicker",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.437.5-canary.gs-datepicker",
81
+ "@genesislcap/grid-pro": "14.437.5-canary.gs-datepicker",
82
+ "@genesislcap/web-core": "14.437.5-canary.gs-datepicker",
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": "577c9e824e299bcacd40652724c3f4cd0f34a2c5"
105
+ "gitHead": "d926dcc5c1273bf6824c3e8121331ea88cdfc9e1"
106
106
  }