@genesislcap/foundation-entity-management 14.460.0 → 14.461.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.
- package/dist/custom-elements.json +54 -54
- 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",
|
|
@@ -3516,41 +3565,13 @@
|
|
|
3516
3565
|
},
|
|
3517
3566
|
{
|
|
3518
3567
|
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/
|
|
3520
|
-
"declarations": [
|
|
3521
|
-
|
|
3522
|
-
"kind": "variable",
|
|
3523
|
-
"name": "loginLayout",
|
|
3524
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3525
|
-
},
|
|
3526
|
-
{
|
|
3527
|
-
"kind": "variable",
|
|
3528
|
-
"name": "defaultLayout",
|
|
3529
|
-
"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)"
|
|
3530
|
-
}
|
|
3531
|
-
],
|
|
3532
|
-
"exports": [
|
|
3533
|
-
{
|
|
3534
|
-
"kind": "js",
|
|
3535
|
-
"name": "loginLayout",
|
|
3536
|
-
"declaration": {
|
|
3537
|
-
"name": "loginLayout",
|
|
3538
|
-
"module": "src/layouts/default.ts"
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
|
-
{
|
|
3542
|
-
"kind": "js",
|
|
3543
|
-
"name": "defaultLayout",
|
|
3544
|
-
"declaration": {
|
|
3545
|
-
"name": "defaultLayout",
|
|
3546
|
-
"module": "src/layouts/default.ts"
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
]
|
|
3568
|
+
"path": "src/routes/config.ts",
|
|
3569
|
+
"declarations": [],
|
|
3570
|
+
"exports": []
|
|
3550
3571
|
},
|
|
3551
3572
|
{
|
|
3552
3573
|
"kind": "javascript-module",
|
|
3553
|
-
"path": "src/
|
|
3574
|
+
"path": "src/routes/index.ts",
|
|
3554
3575
|
"declarations": [],
|
|
3555
3576
|
"exports": [
|
|
3556
3577
|
{
|
|
@@ -3558,7 +3579,7 @@
|
|
|
3558
3579
|
"name": "*",
|
|
3559
3580
|
"declaration": {
|
|
3560
3581
|
"name": "*",
|
|
3561
|
-
"package": "./
|
|
3582
|
+
"package": "./config"
|
|
3562
3583
|
}
|
|
3563
3584
|
}
|
|
3564
3585
|
]
|
|
@@ -3707,27 +3728,6 @@
|
|
|
3707
3728
|
}
|
|
3708
3729
|
]
|
|
3709
3730
|
},
|
|
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.461.1",
|
|
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.461.1",
|
|
58
|
+
"@genesislcap/genx": "14.461.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "14.461.1",
|
|
60
|
+
"@genesislcap/ts-builder": "14.461.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "14.461.1",
|
|
62
|
+
"@genesislcap/vite-builder": "14.461.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "14.461.1"
|
|
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.461.1",
|
|
70
|
+
"@genesislcap/foundation-comms": "14.461.1",
|
|
71
|
+
"@genesislcap/foundation-errors": "14.461.1",
|
|
72
|
+
"@genesislcap/foundation-events": "14.461.1",
|
|
73
|
+
"@genesislcap/foundation-forms": "14.461.1",
|
|
74
|
+
"@genesislcap/foundation-logger": "14.461.1",
|
|
75
|
+
"@genesislcap/foundation-login": "14.461.1",
|
|
76
|
+
"@genesislcap/foundation-notifications": "14.461.1",
|
|
77
|
+
"@genesislcap/foundation-ui": "14.461.1",
|
|
78
|
+
"@genesislcap/foundation-utils": "14.461.1",
|
|
79
|
+
"@genesislcap/foundation-zero": "14.461.1",
|
|
80
|
+
"@genesislcap/foundation-zero-grid-pro": "14.461.1",
|
|
81
|
+
"@genesislcap/grid-pro": "14.461.1",
|
|
82
|
+
"@genesislcap/web-core": "14.461.1",
|
|
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": "6ecd9dcda48da1ad9b09bb94d50ec5e7769e8e51"
|
|
106
106
|
}
|