@genesislcap/foundation-entity-management 14.425.0 → 14.426.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.
- package/dist/custom-elements.json +49 -49
- package/dist/dts/react.d.ts +4 -0
- package/package.json +23 -23
|
@@ -3448,55 +3448,6 @@
|
|
|
3448
3448
|
}
|
|
3449
3449
|
]
|
|
3450
3450
|
},
|
|
3451
|
-
{
|
|
3452
|
-
"kind": "javascript-module",
|
|
3453
|
-
"path": "src/layouts/default.ts",
|
|
3454
|
-
"declarations": [
|
|
3455
|
-
{
|
|
3456
|
-
"kind": "variable",
|
|
3457
|
-
"name": "loginLayout",
|
|
3458
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3459
|
-
},
|
|
3460
|
-
{
|
|
3461
|
-
"kind": "variable",
|
|
3462
|
-
"name": "defaultLayout",
|
|
3463
|
-
"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)"
|
|
3464
|
-
}
|
|
3465
|
-
],
|
|
3466
|
-
"exports": [
|
|
3467
|
-
{
|
|
3468
|
-
"kind": "js",
|
|
3469
|
-
"name": "loginLayout",
|
|
3470
|
-
"declaration": {
|
|
3471
|
-
"name": "loginLayout",
|
|
3472
|
-
"module": "src/layouts/default.ts"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
"kind": "js",
|
|
3477
|
-
"name": "defaultLayout",
|
|
3478
|
-
"declaration": {
|
|
3479
|
-
"name": "defaultLayout",
|
|
3480
|
-
"module": "src/layouts/default.ts"
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
]
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
"kind": "javascript-module",
|
|
3487
|
-
"path": "src/layouts/index.ts",
|
|
3488
|
-
"declarations": [],
|
|
3489
|
-
"exports": [
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "js",
|
|
3492
|
-
"name": "*",
|
|
3493
|
-
"declaration": {
|
|
3494
|
-
"name": "*",
|
|
3495
|
-
"package": "./default"
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
]
|
|
3499
|
-
},
|
|
3500
3451
|
{
|
|
3501
3452
|
"kind": "javascript-module",
|
|
3502
3453
|
"path": "src/main/index.ts",
|
|
@@ -3641,6 +3592,55 @@
|
|
|
3641
3592
|
}
|
|
3642
3593
|
]
|
|
3643
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
"kind": "javascript-module",
|
|
3597
|
+
"path": "src/layouts/default.ts",
|
|
3598
|
+
"declarations": [
|
|
3599
|
+
{
|
|
3600
|
+
"kind": "variable",
|
|
3601
|
+
"name": "loginLayout",
|
|
3602
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"kind": "variable",
|
|
3606
|
+
"name": "defaultLayout",
|
|
3607
|
+
"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)"
|
|
3608
|
+
}
|
|
3609
|
+
],
|
|
3610
|
+
"exports": [
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "js",
|
|
3613
|
+
"name": "loginLayout",
|
|
3614
|
+
"declaration": {
|
|
3615
|
+
"name": "loginLayout",
|
|
3616
|
+
"module": "src/layouts/default.ts"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"kind": "js",
|
|
3621
|
+
"name": "defaultLayout",
|
|
3622
|
+
"declaration": {
|
|
3623
|
+
"name": "defaultLayout",
|
|
3624
|
+
"module": "src/layouts/default.ts"
|
|
3625
|
+
}
|
|
3626
|
+
}
|
|
3627
|
+
]
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
"kind": "javascript-module",
|
|
3631
|
+
"path": "src/layouts/index.ts",
|
|
3632
|
+
"declarations": [],
|
|
3633
|
+
"exports": [
|
|
3634
|
+
{
|
|
3635
|
+
"kind": "js",
|
|
3636
|
+
"name": "*",
|
|
3637
|
+
"declaration": {
|
|
3638
|
+
"name": "*",
|
|
3639
|
+
"package": "./default"
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
]
|
|
3643
|
+
},
|
|
3644
3644
|
{
|
|
3645
3645
|
"kind": "javascript-module",
|
|
3646
3646
|
"path": "src/routes/config.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -56,6 +56,7 @@ export declare const EntityManagement: React.ForwardRefExoticComponent<
|
|
|
56
56
|
}
|
|
57
57
|
> & React.RefAttributes<EntityManagementWC>
|
|
58
58
|
>;
|
|
59
|
+
export type EntityManagementRef = EntityManagementWC;
|
|
59
60
|
|
|
60
61
|
export declare const SmartFormModal: React.ForwardRefExoticComponent<
|
|
61
62
|
React.PropsWithChildren<
|
|
@@ -75,6 +76,7 @@ export declare const SmartFormModal: React.ForwardRefExoticComponent<
|
|
|
75
76
|
}
|
|
76
77
|
> & React.RefAttributes<SmartFormModalWC>
|
|
77
78
|
>;
|
|
79
|
+
export type SmartFormModalRef = SmartFormModalWC;
|
|
78
80
|
|
|
79
81
|
export declare const List: React.ForwardRefExoticComponent<
|
|
80
82
|
React.PropsWithChildren<
|
|
@@ -92,6 +94,7 @@ export declare const List: React.ForwardRefExoticComponent<
|
|
|
92
94
|
}
|
|
93
95
|
> & React.RefAttributes<ListWC>
|
|
94
96
|
>;
|
|
97
|
+
export type ListRef = ListWC;
|
|
95
98
|
|
|
96
99
|
export declare const EntityManagementDemo: React.ForwardRefExoticComponent<
|
|
97
100
|
React.PropsWithChildren<
|
|
@@ -100,5 +103,6 @@ export declare const EntityManagementDemo: React.ForwardRefExoticComponent<
|
|
|
100
103
|
}
|
|
101
104
|
> & React.RefAttributes<EntityManagementDemoWC>
|
|
102
105
|
>;
|
|
106
|
+
export type EntityManagementDemoRef = EntityManagementDemoWC;
|
|
103
107
|
|
|
104
108
|
export {};
|
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.
|
|
4
|
+
"version": "14.426.0",
|
|
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.
|
|
58
|
-
"@genesislcap/genx": "14.
|
|
59
|
-
"@genesislcap/rollup-builder": "14.
|
|
60
|
-
"@genesislcap/ts-builder": "14.
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
62
|
-
"@genesislcap/vite-builder": "14.
|
|
63
|
-
"@genesislcap/webpack-builder": "14.
|
|
57
|
+
"@genesislcap/foundation-testing": "14.426.0",
|
|
58
|
+
"@genesislcap/genx": "14.426.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.426.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.426.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.426.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.426.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.426.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@genesislcap/foundation-ai": "14.
|
|
70
|
-
"@genesislcap/foundation-comms": "14.
|
|
71
|
-
"@genesislcap/foundation-errors": "14.
|
|
72
|
-
"@genesislcap/foundation-events": "14.
|
|
73
|
-
"@genesislcap/foundation-forms": "14.
|
|
74
|
-
"@genesislcap/foundation-logger": "14.
|
|
75
|
-
"@genesislcap/foundation-login": "14.
|
|
76
|
-
"@genesislcap/foundation-notifications": "14.
|
|
77
|
-
"@genesislcap/foundation-ui": "14.
|
|
78
|
-
"@genesislcap/foundation-utils": "14.
|
|
79
|
-
"@genesislcap/foundation-zero": "14.
|
|
80
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
81
|
-
"@genesislcap/grid-pro": "14.
|
|
82
|
-
"@genesislcap/web-core": "14.
|
|
69
|
+
"@genesislcap/foundation-ai": "14.426.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.426.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.426.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.426.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.426.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.426.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.426.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.426.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.426.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.426.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.426.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.426.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.426.0",
|
|
82
|
+
"@genesislcap/web-core": "14.426.0",
|
|
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": "
|
|
105
|
+
"gitHead": "fdf222ae3a2e4b9ea03dea45e0f7207cc096ef40"
|
|
106
106
|
}
|