@genesislcap/foundation-entity-management 14.423.0 → 14.424.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 +70 -70
- package/package.json +23 -23
|
@@ -2707,6 +2707,55 @@
|
|
|
2707
2707
|
}
|
|
2708
2708
|
]
|
|
2709
2709
|
},
|
|
2710
|
+
{
|
|
2711
|
+
"kind": "javascript-module",
|
|
2712
|
+
"path": "src/layouts/default.ts",
|
|
2713
|
+
"declarations": [
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "variable",
|
|
2716
|
+
"name": "loginLayout",
|
|
2717
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"kind": "variable",
|
|
2721
|
+
"name": "defaultLayout",
|
|
2722
|
+
"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)"
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"exports": [
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "js",
|
|
2728
|
+
"name": "loginLayout",
|
|
2729
|
+
"declaration": {
|
|
2730
|
+
"name": "loginLayout",
|
|
2731
|
+
"module": "src/layouts/default.ts"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"kind": "js",
|
|
2736
|
+
"name": "defaultLayout",
|
|
2737
|
+
"declaration": {
|
|
2738
|
+
"name": "defaultLayout",
|
|
2739
|
+
"module": "src/layouts/default.ts"
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2742
|
+
]
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "javascript-module",
|
|
2746
|
+
"path": "src/layouts/index.ts",
|
|
2747
|
+
"declarations": [],
|
|
2748
|
+
"exports": [
|
|
2749
|
+
{
|
|
2750
|
+
"kind": "js",
|
|
2751
|
+
"name": "*",
|
|
2752
|
+
"declaration": {
|
|
2753
|
+
"name": "*",
|
|
2754
|
+
"package": "./default"
|
|
2755
|
+
}
|
|
2756
|
+
}
|
|
2757
|
+
]
|
|
2758
|
+
},
|
|
2710
2759
|
{
|
|
2711
2760
|
"kind": "javascript-module",
|
|
2712
2761
|
"path": "src/list/index.ts",
|
|
@@ -3448,6 +3497,27 @@
|
|
|
3448
3497
|
}
|
|
3449
3498
|
]
|
|
3450
3499
|
},
|
|
3500
|
+
{
|
|
3501
|
+
"kind": "javascript-module",
|
|
3502
|
+
"path": "src/routes/config.ts",
|
|
3503
|
+
"declarations": [],
|
|
3504
|
+
"exports": []
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"kind": "javascript-module",
|
|
3508
|
+
"path": "src/routes/index.ts",
|
|
3509
|
+
"declarations": [],
|
|
3510
|
+
"exports": [
|
|
3511
|
+
{
|
|
3512
|
+
"kind": "js",
|
|
3513
|
+
"name": "*",
|
|
3514
|
+
"declaration": {
|
|
3515
|
+
"name": "*",
|
|
3516
|
+
"package": "./config"
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
]
|
|
3520
|
+
},
|
|
3451
3521
|
{
|
|
3452
3522
|
"kind": "javascript-module",
|
|
3453
3523
|
"path": "src/main/index.ts",
|
|
@@ -3592,76 +3662,6 @@
|
|
|
3592
3662
|
}
|
|
3593
3663
|
]
|
|
3594
3664
|
},
|
|
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
|
-
{
|
|
3645
|
-
"kind": "javascript-module",
|
|
3646
|
-
"path": "src/routes/config.ts",
|
|
3647
|
-
"declarations": [],
|
|
3648
|
-
"exports": []
|
|
3649
|
-
},
|
|
3650
|
-
{
|
|
3651
|
-
"kind": "javascript-module",
|
|
3652
|
-
"path": "src/routes/index.ts",
|
|
3653
|
-
"declarations": [],
|
|
3654
|
-
"exports": [
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "js",
|
|
3657
|
-
"name": "*",
|
|
3658
|
-
"declaration": {
|
|
3659
|
-
"name": "*",
|
|
3660
|
-
"package": "./config"
|
|
3661
|
-
}
|
|
3662
|
-
}
|
|
3663
|
-
]
|
|
3664
|
-
},
|
|
3665
3665
|
{
|
|
3666
3666
|
"kind": "javascript-module",
|
|
3667
3667
|
"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.
|
|
4
|
+
"version": "14.424.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -54,33 +54,33 @@
|
|
|
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.424.0",
|
|
58
|
+
"@genesislcap/genx": "14.424.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.424.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.424.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.424.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.424.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.424.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"@microsoft/fast-react-wrapper": ">=0.3.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "14.
|
|
71
|
-
"@genesislcap/foundation-comms": "14.
|
|
72
|
-
"@genesislcap/foundation-errors": "14.
|
|
73
|
-
"@genesislcap/foundation-events": "14.
|
|
74
|
-
"@genesislcap/foundation-forms": "14.
|
|
75
|
-
"@genesislcap/foundation-logger": "14.
|
|
76
|
-
"@genesislcap/foundation-login": "14.
|
|
77
|
-
"@genesislcap/foundation-notifications": "14.
|
|
78
|
-
"@genesislcap/foundation-ui": "14.
|
|
79
|
-
"@genesislcap/foundation-utils": "14.
|
|
80
|
-
"@genesislcap/foundation-zero": "14.
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
82
|
-
"@genesislcap/grid-pro": "14.
|
|
83
|
-
"@genesislcap/web-core": "14.
|
|
70
|
+
"@genesislcap/foundation-ai": "14.424.0",
|
|
71
|
+
"@genesislcap/foundation-comms": "14.424.0",
|
|
72
|
+
"@genesislcap/foundation-errors": "14.424.0",
|
|
73
|
+
"@genesislcap/foundation-events": "14.424.0",
|
|
74
|
+
"@genesislcap/foundation-forms": "14.424.0",
|
|
75
|
+
"@genesislcap/foundation-logger": "14.424.0",
|
|
76
|
+
"@genesislcap/foundation-login": "14.424.0",
|
|
77
|
+
"@genesislcap/foundation-notifications": "14.424.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.424.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.424.0",
|
|
80
|
+
"@genesislcap/foundation-zero": "14.424.0",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "14.424.0",
|
|
82
|
+
"@genesislcap/grid-pro": "14.424.0",
|
|
83
|
+
"@genesislcap/web-core": "14.424.0",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"require": "./dist/react.cjs"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "8196a15336f7c89db67f4c2b9a0ffc7cb0ca2b76"
|
|
107
107
|
}
|