@volosoft/abp.ng.theme.lepton-x 3.0.0-rc.2 → 3.0.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/account/account/components/auth-wrapper/auth-wrapper.component.d.ts +1 -1
- package/esm2022/account/account/account-layout.component.mjs +3 -3
- package/esm2022/account/account/account-layout.module.mjs +4 -4
- package/esm2022/account/account/components/auth-wrapper/auth-wrapper.component.mjs +12 -12
- package/esm2022/account/account/components/tenant-box/tenant-box.component.mjs +3 -3
- package/esm2022/layouts/empty-layout/empty-layout.component.mjs +3 -3
- package/esm2022/layouts/side-menu/layout/side-menu-application-layout.component.mjs +5 -5
- package/esm2022/layouts/side-menu/layout/side-menu-layout.module.mjs +4 -4
- package/esm2022/layouts/top-menu/layout/top-menu-application-layout.component.mjs +6 -5
- package/esm2022/layouts/top-menu/layout/top-menu-layout.module.mjs +4 -4
- package/esm2022/lib/components/abp-validation-error/abp-validation-error.component.mjs +3 -3
- package/esm2022/lib/components/abp-validation-error/abp-validation-error.module.mjs +4 -4
- package/esm2022/lib/components/http-error/http-error.component.mjs +6 -9
- package/esm2022/lib/enums/components.mjs +1 -1
- package/esm2022/lib/lepton-x.module.mjs +4 -4
- package/esm2022/lib/services/abp-auth.service.mjs +3 -3
- package/esm2022/lib/services/abp-create-error-component.service.mjs +3 -3
- package/esm2022/lib/services/abp-settings.service.mjs +3 -3
- package/esm2022/lib/services/abp-toolbar.service.mjs +3 -3
- package/esm2022/lib/services/abp-translate.service.mjs +3 -3
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs +15 -15
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs.map +1 -1
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs +20 -19
- package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -1
- package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs +34 -35
- package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs.map +1 -1
- package/layouts/top-menu/layout/top-menu-application-layout.component.d.ts +1 -0
- package/lib/enums/components.d.ts +0 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volosoft/abp.ng.theme.lepton-x",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"homepage": "https://www.leptontheme.com/",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"tslib": "^2.3.0",
|
|
7
|
-
"@ng-bootstrap/ng-bootstrap": "
|
|
8
|
-
"@abp/ng.theme.shared": "~8.0.0
|
|
9
|
-
"@volo/abp.commercial.ng.ui": "~8.0.0
|
|
10
|
-
"@volo/abp.ng.account.core": "~8.0.0
|
|
11
|
-
"@volo/abp.ng.lepton-x.core": "~3.0.0
|
|
12
|
-
"@volosoft/ngx-lepton-x": "~3.0.0
|
|
7
|
+
"@ng-bootstrap/ng-bootstrap": "~16.0.0",
|
|
8
|
+
"@abp/ng.theme.shared": "~8.0.0",
|
|
9
|
+
"@volo/abp.commercial.ng.ui": "~8.0.0",
|
|
10
|
+
"@volo/abp.ng.account.core": "~8.0.0",
|
|
11
|
+
"@volo/abp.ng.lepton-x.core": "~3.0.0",
|
|
12
|
+
"@volosoft/ngx-lepton-x": "~3.0.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|