@genesislcap/foundation-entity-management 15.23.1-FUI-0.4 → 15.23.1-agent-rules.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 +70 -70
- package/package.json +22 -22
|
@@ -3759,76 +3759,6 @@
|
|
|
3759
3759
|
}
|
|
3760
3760
|
]
|
|
3761
3761
|
},
|
|
3762
|
-
{
|
|
3763
|
-
"kind": "javascript-module",
|
|
3764
|
-
"path": "src/layouts/default.ts",
|
|
3765
|
-
"declarations": [
|
|
3766
|
-
{
|
|
3767
|
-
"kind": "variable",
|
|
3768
|
-
"name": "loginLayout",
|
|
3769
|
-
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
"kind": "variable",
|
|
3773
|
-
"name": "defaultLayout",
|
|
3774
|
-
"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)"
|
|
3775
|
-
}
|
|
3776
|
-
],
|
|
3777
|
-
"exports": [
|
|
3778
|
-
{
|
|
3779
|
-
"kind": "js",
|
|
3780
|
-
"name": "loginLayout",
|
|
3781
|
-
"declaration": {
|
|
3782
|
-
"name": "loginLayout",
|
|
3783
|
-
"module": "src/layouts/default.ts"
|
|
3784
|
-
}
|
|
3785
|
-
},
|
|
3786
|
-
{
|
|
3787
|
-
"kind": "js",
|
|
3788
|
-
"name": "defaultLayout",
|
|
3789
|
-
"declaration": {
|
|
3790
|
-
"name": "defaultLayout",
|
|
3791
|
-
"module": "src/layouts/default.ts"
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
]
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"kind": "javascript-module",
|
|
3798
|
-
"path": "src/layouts/index.ts",
|
|
3799
|
-
"declarations": [],
|
|
3800
|
-
"exports": [
|
|
3801
|
-
{
|
|
3802
|
-
"kind": "js",
|
|
3803
|
-
"name": "*",
|
|
3804
|
-
"declaration": {
|
|
3805
|
-
"name": "*",
|
|
3806
|
-
"package": "./default"
|
|
3807
|
-
}
|
|
3808
|
-
}
|
|
3809
|
-
]
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "javascript-module",
|
|
3813
|
-
"path": "src/routes/config.ts",
|
|
3814
|
-
"declarations": [],
|
|
3815
|
-
"exports": []
|
|
3816
|
-
},
|
|
3817
|
-
{
|
|
3818
|
-
"kind": "javascript-module",
|
|
3819
|
-
"path": "src/routes/index.ts",
|
|
3820
|
-
"declarations": [],
|
|
3821
|
-
"exports": [
|
|
3822
|
-
{
|
|
3823
|
-
"kind": "js",
|
|
3824
|
-
"name": "*",
|
|
3825
|
-
"declaration": {
|
|
3826
|
-
"name": "*",
|
|
3827
|
-
"package": "./config"
|
|
3828
|
-
}
|
|
3829
|
-
}
|
|
3830
|
-
]
|
|
3831
|
-
},
|
|
3832
3762
|
{
|
|
3833
3763
|
"kind": "javascript-module",
|
|
3834
3764
|
"path": "src/main/index.ts",
|
|
@@ -3973,6 +3903,76 @@
|
|
|
3973
3903
|
}
|
|
3974
3904
|
]
|
|
3975
3905
|
},
|
|
3906
|
+
{
|
|
3907
|
+
"kind": "javascript-module",
|
|
3908
|
+
"path": "src/layouts/default.ts",
|
|
3909
|
+
"declarations": [
|
|
3910
|
+
{
|
|
3911
|
+
"kind": "variable",
|
|
3912
|
+
"name": "loginLayout",
|
|
3913
|
+
"default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"kind": "variable",
|
|
3917
|
+
"name": "defaultLayout",
|
|
3918
|
+
"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)"
|
|
3919
|
+
}
|
|
3920
|
+
],
|
|
3921
|
+
"exports": [
|
|
3922
|
+
{
|
|
3923
|
+
"kind": "js",
|
|
3924
|
+
"name": "loginLayout",
|
|
3925
|
+
"declaration": {
|
|
3926
|
+
"name": "loginLayout",
|
|
3927
|
+
"module": "src/layouts/default.ts"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"kind": "js",
|
|
3932
|
+
"name": "defaultLayout",
|
|
3933
|
+
"declaration": {
|
|
3934
|
+
"name": "defaultLayout",
|
|
3935
|
+
"module": "src/layouts/default.ts"
|
|
3936
|
+
}
|
|
3937
|
+
}
|
|
3938
|
+
]
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "javascript-module",
|
|
3942
|
+
"path": "src/layouts/index.ts",
|
|
3943
|
+
"declarations": [],
|
|
3944
|
+
"exports": [
|
|
3945
|
+
{
|
|
3946
|
+
"kind": "js",
|
|
3947
|
+
"name": "*",
|
|
3948
|
+
"declaration": {
|
|
3949
|
+
"name": "*",
|
|
3950
|
+
"package": "./default"
|
|
3951
|
+
}
|
|
3952
|
+
}
|
|
3953
|
+
]
|
|
3954
|
+
},
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "javascript-module",
|
|
3957
|
+
"path": "src/routes/config.ts",
|
|
3958
|
+
"declarations": [],
|
|
3959
|
+
"exports": []
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"kind": "javascript-module",
|
|
3963
|
+
"path": "src/routes/index.ts",
|
|
3964
|
+
"declarations": [],
|
|
3965
|
+
"exports": [
|
|
3966
|
+
{
|
|
3967
|
+
"kind": "js",
|
|
3968
|
+
"name": "*",
|
|
3969
|
+
"declaration": {
|
|
3970
|
+
"name": "*",
|
|
3971
|
+
"package": "./config"
|
|
3972
|
+
}
|
|
3973
|
+
}
|
|
3974
|
+
]
|
|
3975
|
+
},
|
|
3976
3976
|
{
|
|
3977
3977
|
"kind": "javascript-module",
|
|
3978
3978
|
"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": "15.23.1-
|
|
4
|
+
"version": "15.23.1-agent-rules.1",
|
|
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": "15.23.1-
|
|
58
|
-
"@genesislcap/genx": "15.23.1-
|
|
59
|
-
"@genesislcap/rollup-builder": "15.23.1-
|
|
60
|
-
"@genesislcap/ts-builder": "15.23.1-
|
|
61
|
-
"@genesislcap/uvu-playwright-builder": "15.23.1-
|
|
62
|
-
"@genesislcap/vite-builder": "15.23.1-
|
|
63
|
-
"@genesislcap/webpack-builder": "15.23.1-
|
|
57
|
+
"@genesislcap/foundation-testing": "15.23.1-agent-rules.1",
|
|
58
|
+
"@genesislcap/genx": "15.23.1-agent-rules.1",
|
|
59
|
+
"@genesislcap/rollup-builder": "15.23.1-agent-rules.1",
|
|
60
|
+
"@genesislcap/ts-builder": "15.23.1-agent-rules.1",
|
|
61
|
+
"@genesislcap/uvu-playwright-builder": "15.23.1-agent-rules.1",
|
|
62
|
+
"@genesislcap/vite-builder": "15.23.1-agent-rules.1",
|
|
63
|
+
"@genesislcap/webpack-builder": "15.23.1-agent-rules.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@ag-grid-community/core": "29.2.0",
|
|
67
67
|
"ag-grid-community": "36.0.0"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@genesislcap/foundation-ai": "15.23.1-
|
|
71
|
-
"@genesislcap/foundation-auth": "15.23.1-
|
|
72
|
-
"@genesislcap/foundation-comms": "15.23.1-
|
|
73
|
-
"@genesislcap/foundation-errors": "15.23.1-
|
|
74
|
-
"@genesislcap/foundation-events": "15.23.1-
|
|
75
|
-
"@genesislcap/foundation-forms": "15.23.1-
|
|
76
|
-
"@genesislcap/foundation-logger": "15.23.1-
|
|
77
|
-
"@genesislcap/foundation-notifications": "15.23.1-
|
|
78
|
-
"@genesislcap/foundation-ui": "15.23.1-
|
|
79
|
-
"@genesislcap/foundation-utils": "15.23.1-
|
|
80
|
-
"@genesislcap/foundation-zero": "15.23.1-
|
|
81
|
-
"@genesislcap/foundation-zero-grid-pro": "15.23.1-
|
|
82
|
-
"@genesislcap/grid-pro": "15.23.1-
|
|
83
|
-
"@genesislcap/web-core": "15.23.1-
|
|
70
|
+
"@genesislcap/foundation-ai": "15.23.1-agent-rules.1",
|
|
71
|
+
"@genesislcap/foundation-auth": "15.23.1-agent-rules.1",
|
|
72
|
+
"@genesislcap/foundation-comms": "15.23.1-agent-rules.1",
|
|
73
|
+
"@genesislcap/foundation-errors": "15.23.1-agent-rules.1",
|
|
74
|
+
"@genesislcap/foundation-events": "15.23.1-agent-rules.1",
|
|
75
|
+
"@genesislcap/foundation-forms": "15.23.1-agent-rules.1",
|
|
76
|
+
"@genesislcap/foundation-logger": "15.23.1-agent-rules.1",
|
|
77
|
+
"@genesislcap/foundation-notifications": "15.23.1-agent-rules.1",
|
|
78
|
+
"@genesislcap/foundation-ui": "15.23.1-agent-rules.1",
|
|
79
|
+
"@genesislcap/foundation-utils": "15.23.1-agent-rules.1",
|
|
80
|
+
"@genesislcap/foundation-zero": "15.23.1-agent-rules.1",
|
|
81
|
+
"@genesislcap/foundation-zero-grid-pro": "15.23.1-agent-rules.1",
|
|
82
|
+
"@genesislcap/grid-pro": "15.23.1-agent-rules.1",
|
|
83
|
+
"@genesislcap/web-core": "15.23.1-agent-rules.1",
|
|
84
84
|
"change-case": "^4.1.2"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|