@genesislcap/foundation-entity-management 14.452.1 → 14.454.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
|
@@ -2741,6 +2741,55 @@
|
|
|
2741
2741
|
}
|
|
2742
2742
|
]
|
|
2743
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"kind": "javascript-module",
|
|
2746
|
+
"path": "src/layouts/default.ts",
|
|
2747
|
+
"declarations": [
|
|
2748
|
+
{
|
|
2749
|
+
"kind": "variable",
|
|
2750
|
+
"name": "loginLayout",
|
|
2751
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"kind": "variable",
|
|
2755
|
+
"name": "defaultLayout",
|
|
2756
|
+
"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)"
|
|
2757
|
+
}
|
|
2758
|
+
],
|
|
2759
|
+
"exports": [
|
|
2760
|
+
{
|
|
2761
|
+
"kind": "js",
|
|
2762
|
+
"name": "loginLayout",
|
|
2763
|
+
"declaration": {
|
|
2764
|
+
"name": "loginLayout",
|
|
2765
|
+
"module": "src/layouts/default.ts"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "js",
|
|
2770
|
+
"name": "defaultLayout",
|
|
2771
|
+
"declaration": {
|
|
2772
|
+
"name": "defaultLayout",
|
|
2773
|
+
"module": "src/layouts/default.ts"
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
]
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "javascript-module",
|
|
2780
|
+
"path": "src/layouts/index.ts",
|
|
2781
|
+
"declarations": [],
|
|
2782
|
+
"exports": [
|
|
2783
|
+
{
|
|
2784
|
+
"kind": "js",
|
|
2785
|
+
"name": "*",
|
|
2786
|
+
"declaration": {
|
|
2787
|
+
"name": "*",
|
|
2788
|
+
"package": "./default"
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
]
|
|
2792
|
+
},
|
|
2744
2793
|
{
|
|
2745
2794
|
"kind": "javascript-module",
|
|
2746
2795
|
"path": "src/list/index.ts",
|
|
@@ -3514,6 +3563,27 @@
|
|
|
3514
3563
|
}
|
|
3515
3564
|
]
|
|
3516
3565
|
},
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "javascript-module",
|
|
3568
|
+
"path": "src/routes/config.ts",
|
|
3569
|
+
"declarations": [],
|
|
3570
|
+
"exports": []
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "javascript-module",
|
|
3574
|
+
"path": "src/routes/index.ts",
|
|
3575
|
+
"declarations": [],
|
|
3576
|
+
"exports": [
|
|
3577
|
+
{
|
|
3578
|
+
"kind": "js",
|
|
3579
|
+
"name": "*",
|
|
3580
|
+
"declaration": {
|
|
3581
|
+
"name": "*",
|
|
3582
|
+
"package": "./config"
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
]
|
|
3586
|
+
},
|
|
3517
3587
|
{
|
|
3518
3588
|
"kind": "javascript-module",
|
|
3519
3589
|
"path": "src/main/index.ts",
|
|
@@ -3658,76 +3728,6 @@
|
|
|
3658
3728
|
}
|
|
3659
3729
|
]
|
|
3660
3730
|
},
|
|
3661
|
-
{
|
|
3662
|
-
"kind": "javascript-module",
|
|
3663
|
-
"path": "src/layouts/default.ts",
|
|
3664
|
-
"declarations": [
|
|
3665
|
-
{
|
|
3666
|
-
"kind": "variable",
|
|
3667
|
-
"name": "loginLayout",
|
|
3668
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3669
|
-
},
|
|
3670
|
-
{
|
|
3671
|
-
"kind": "variable",
|
|
3672
|
-
"name": "defaultLayout",
|
|
3673
|
-
"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)"
|
|
3674
|
-
}
|
|
3675
|
-
],
|
|
3676
|
-
"exports": [
|
|
3677
|
-
{
|
|
3678
|
-
"kind": "js",
|
|
3679
|
-
"name": "loginLayout",
|
|
3680
|
-
"declaration": {
|
|
3681
|
-
"name": "loginLayout",
|
|
3682
|
-
"module": "src/layouts/default.ts"
|
|
3683
|
-
}
|
|
3684
|
-
},
|
|
3685
|
-
{
|
|
3686
|
-
"kind": "js",
|
|
3687
|
-
"name": "defaultLayout",
|
|
3688
|
-
"declaration": {
|
|
3689
|
-
"name": "defaultLayout",
|
|
3690
|
-
"module": "src/layouts/default.ts"
|
|
3691
|
-
}
|
|
3692
|
-
}
|
|
3693
|
-
]
|
|
3694
|
-
},
|
|
3695
|
-
{
|
|
3696
|
-
"kind": "javascript-module",
|
|
3697
|
-
"path": "src/layouts/index.ts",
|
|
3698
|
-
"declarations": [],
|
|
3699
|
-
"exports": [
|
|
3700
|
-
{
|
|
3701
|
-
"kind": "js",
|
|
3702
|
-
"name": "*",
|
|
3703
|
-
"declaration": {
|
|
3704
|
-
"name": "*",
|
|
3705
|
-
"package": "./default"
|
|
3706
|
-
}
|
|
3707
|
-
}
|
|
3708
|
-
]
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"kind": "javascript-module",
|
|
3712
|
-
"path": "src/routes/config.ts",
|
|
3713
|
-
"declarations": [],
|
|
3714
|
-
"exports": []
|
|
3715
|
-
},
|
|
3716
|
-
{
|
|
3717
|
-
"kind": "javascript-module",
|
|
3718
|
-
"path": "src/routes/index.ts",
|
|
3719
|
-
"declarations": [],
|
|
3720
|
-
"exports": [
|
|
3721
|
-
{
|
|
3722
|
-
"kind": "js",
|
|
3723
|
-
"name": "*",
|
|
3724
|
-
"declaration": {
|
|
3725
|
-
"name": "*",
|
|
3726
|
-
"package": "./config"
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
]
|
|
3730
|
-
},
|
|
3731
3731
|
{
|
|
3732
3732
|
"kind": "javascript-module",
|
|
3733
3733
|
"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.454.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.454.0",
|
|
58
|
+
"@genesislcap/genx": "14.454.0",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.454.0",
|
|
60
|
+
"@genesislcap/ts-builder": "14.454.0",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.454.0",
|
|
62
|
+
"@genesislcap/vite-builder": "14.454.0",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.454.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.454.0",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.454.0",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.454.0",
|
|
72
|
+
"@genesislcap/foundation-events": "14.454.0",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.454.0",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.454.0",
|
|
75
|
+
"@genesislcap/foundation-login": "14.454.0",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.454.0",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.454.0",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.454.0",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.454.0",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.454.0",
|
|
81
|
+
"@genesislcap/grid-pro": "14.454.0",
|
|
82
|
+
"@genesislcap/web-core": "14.454.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": "0e3b06e62bfcd7eb5cbd310842952736b002e002"
|
|
106
106
|
}
|