@abp/ng.theme.basic 4.4.3 → 5.0.0-beta.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/abp-ng.theme.basic.d.ts +1 -15
- package/bundles/abp-ng.theme.basic-testing.umd.js +33 -7
- package/bundles/abp-ng.theme.basic-testing.umd.js.map +1 -1
- package/bundles/abp-ng.theme.basic.umd.js +305 -263
- package/bundles/abp-ng.theme.basic.umd.js.map +1 -1
- package/esm2015/abp-ng.theme.basic.js +1 -16
- package/esm2015/abp-ng.theme.basic.js.map +1 -0
- package/esm2015/lib/components/account-layout/account-layout.component.js +22 -11
- package/esm2015/lib/components/account-layout/account-layout.component.js.map +1 -0
- package/esm2015/lib/components/account-layout/auth-wrapper/auth-wrapper.component.js +17 -13
- package/esm2015/lib/components/account-layout/auth-wrapper/auth-wrapper.component.js.map +1 -0
- package/esm2015/lib/components/account-layout/tenant-box/tenant-box.component.js +18 -13
- package/esm2015/lib/components/account-layout/tenant-box/tenant-box.component.js.map +1 -0
- package/esm2015/lib/components/application-layout/application-layout.component.js +22 -12
- package/esm2015/lib/components/application-layout/application-layout.component.js.map +1 -0
- package/esm2015/lib/components/empty-layout/empty-layout.component.js +17 -8
- package/esm2015/lib/components/empty-layout/empty-layout.component.js.map +1 -0
- package/esm2015/lib/components/index.js +1 -1
- package/esm2015/lib/components/index.js.map +1 -0
- package/esm2015/lib/components/logo/logo.component.js +29 -11
- package/esm2015/lib/components/logo/logo.component.js.map +1 -0
- package/esm2015/lib/components/nav-items/current-user.component.js +17 -13
- package/esm2015/lib/components/nav-items/current-user.component.js.map +1 -0
- package/esm2015/lib/components/nav-items/languages.component.js +51 -16
- package/esm2015/lib/components/nav-items/languages.component.js.map +1 -0
- package/esm2015/lib/components/nav-items/nav-items.component.js +14 -10
- package/esm2015/lib/components/nav-items/nav-items.component.js.map +1 -0
- package/esm2015/lib/components/page-alert-container/page-alert-container.component.js +15 -11
- package/esm2015/lib/components/page-alert-container/page-alert-container.component.js.map +1 -0
- package/esm2015/lib/components/routes/routes.component.js +22 -16
- package/esm2015/lib/components/routes/routes.component.js.map +1 -0
- package/esm2015/lib/components/validation-error/validation-error.component.js +19 -9
- package/esm2015/lib/components/validation-error/validation-error.component.js.map +1 -0
- package/esm2015/lib/constants/styles.js +1 -1
- package/esm2015/lib/constants/styles.js.map +1 -0
- package/esm2015/lib/enums/components.js +1 -1
- package/esm2015/lib/enums/components.js.map +1 -0
- package/esm2015/lib/enums/index.js +1 -1
- package/esm2015/lib/enums/index.js.map +1 -0
- package/esm2015/lib/models/index.js +1 -1
- package/esm2015/lib/models/index.js.map +1 -0
- package/esm2015/lib/models/layout.js +1 -1
- package/esm2015/lib/models/layout.js.map +1 -0
- package/esm2015/lib/providers/index.js +1 -1
- package/esm2015/lib/providers/index.js.map +1 -0
- package/esm2015/lib/providers/nav-item.provider.js +1 -1
- package/esm2015/lib/providers/nav-item.provider.js.map +1 -0
- package/esm2015/lib/providers/styles.provider.js +2 -2
- package/esm2015/lib/providers/styles.provider.js.map +1 -0
- package/esm2015/lib/services/layout.service.js +8 -8
- package/esm2015/lib/services/layout.service.js.map +1 -0
- package/esm2015/lib/theme-basic.module.js +74 -41
- package/esm2015/lib/theme-basic.module.js.map +1 -0
- package/esm2015/public-api.js +1 -1
- package/esm2015/public-api.js.map +1 -0
- package/esm2015/testing/abp-ng.theme.basic-testing.js +1 -1
- package/esm2015/testing/abp-ng.theme.basic-testing.js.map +1 -0
- package/esm2015/testing/lib/theme-basic-testing.module.js +12 -7
- package/esm2015/testing/lib/theme-basic-testing.module.js.map +1 -0
- package/esm2015/testing/public-api.js +1 -1
- package/esm2015/testing/public-api.js.map +1 -0
- package/fesm2015/abp-ng.theme.basic-testing.js +11 -6
- package/fesm2015/abp-ng.theme.basic-testing.js.map +1 -1
- package/fesm2015/abp-ng.theme.basic.js +334 -240
- package/fesm2015/abp-ng.theme.basic.js.map +1 -1
- package/lib/components/account-layout/account-layout.component.d.ts +3 -0
- package/lib/components/account-layout/auth-wrapper/auth-wrapper.component.d.ts +4 -3
- package/lib/components/account-layout/tenant-box/tenant-box.component.d.ts +4 -3
- package/lib/components/application-layout/application-layout.component.d.ts +3 -0
- package/lib/components/empty-layout/empty-layout.component.d.ts +3 -0
- package/lib/components/logo/logo.component.d.ts +3 -0
- package/lib/components/nav-items/current-user.component.d.ts +3 -0
- package/lib/components/nav-items/languages.component.d.ts +3 -0
- package/lib/components/nav-items/nav-items.component.d.ts +3 -0
- package/lib/components/page-alert-container/page-alert-container.component.d.ts +3 -0
- package/lib/components/routes/routes.component.d.ts +3 -0
- package/lib/components/validation-error/validation-error.component.d.ts +3 -0
- package/lib/providers/nav-item.provider.d.ts +1 -1
- package/lib/providers/styles.provider.d.ts +2 -2
- package/lib/services/layout.service.d.ts +3 -0
- package/lib/theme-basic.module.d.ts +23 -0
- package/package.json +5 -3
- package/testing/abp-ng.theme.basic-testing.d.ts +1 -0
- package/testing/lib/theme-basic-testing.module.d.ts +5 -0
- package/testing/package.json +0 -1
- package/abp-ng.theme.basic.metadata.json +0 -1
- package/bundles/abp-ng.theme.basic-testing.umd.min.js +0 -2
- package/bundles/abp-ng.theme.basic-testing.umd.min.js.map +0 -1
- package/bundles/abp-ng.theme.basic.umd.min.js +0 -17
- package/bundles/abp-ng.theme.basic.umd.min.js.map +0 -1
- package/testing/abp-ng.theme.basic-testing.metadata.json +0 -1
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
|
|
2
2
|
import { ValidationErrorComponent as ErrorComponent } from '@ngx-validate/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@abp/ng.core";
|
|
3
6
|
export class ValidationErrorComponent extends ErrorComponent {
|
|
4
7
|
get abpErrors() {
|
|
5
8
|
if (!this.errors || !this.errors.length)
|
|
@@ -15,16 +18,23 @@ export class ValidationErrorComponent extends ErrorComponent {
|
|
|
15
18
|
});
|
|
16
19
|
}
|
|
17
20
|
}
|
|
18
|
-
ValidationErrorComponent
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
ValidationErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ValidationErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
ValidationErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.6", type: ValidationErrorComponent, selector: "abp-validation-error", usesInheritance: true, ngImport: i0, template: `
|
|
23
|
+
<div class="invalid-feedback" *ngFor="let error of abpErrors; trackBy: trackByFn">
|
|
24
|
+
{{ error.message | abpLocalization: error.interpoliteParams }}
|
|
25
|
+
</div>
|
|
26
|
+
`, isInline: true, directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "abpLocalization": i2.LocalizationPipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ValidationErrorComponent, decorators: [{
|
|
28
|
+
type: Component,
|
|
29
|
+
args: [{
|
|
30
|
+
selector: 'abp-validation-error',
|
|
31
|
+
template: `
|
|
22
32
|
<div class="invalid-feedback" *ngFor="let error of abpErrors; trackBy: trackByFn">
|
|
23
33
|
{{ error.message | abpLocalization: error.interpoliteParams }}
|
|
24
34
|
</div>
|
|
25
35
|
`,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
];
|
|
30
|
-
//# sourceMappingURL=
|
|
36
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
37
|
+
encapsulation: ViewEncapsulation.None,
|
|
38
|
+
}]
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=validation-error.component.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-error.component.js","sourceRoot":"","sources":["../../../../../../../packages/theme-basic/src/lib/components/validation-error/validation-error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AACtF,OAAO,EAAc,wBAAwB,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAC;;;;AAY5F,MAAM,OAAO,wBAAyB,SAAQ,cAAc;IAC1D,IAAI,SAAS;QACX,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;YAAE,OAAO,EAAE,CAAC;QAEnD,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;YAC7B,IAAI,CAAC,KAAK,CAAC,OAAO;gBAAE,OAAO,KAAK,CAAC;YAEjC,MAAM,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;YAEzC,IAAI,KAAK,GAAG,CAAC,CAAC,EAAE;gBACd,uCACK,KAAK,KACR,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,EACtC,iBAAiB,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,KAAK,GAAG,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,IACtF;aACH;YAED,OAAO,KAAK,CAAC;QACf,CAAC,CAAC,CAAC;IACL,CAAC;;qHAnBU,wBAAwB;yGAAxB,wBAAwB,mFARzB;;;;GAIT;2FAIU,wBAAwB;kBAVpC,SAAS;mBAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,QAAQ,EAAE;;;;GAIT;oBACD,eAAe,EAAE,uBAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAE,iBAAiB,CAAC,IAAI;iBACtC","sourcesContent":["import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\nimport { Validation, ValidationErrorComponent as ErrorComponent } from '@ngx-validate/core';\n\n@Component({\n selector: 'abp-validation-error',\n template: `\n <div class=\"invalid-feedback\" *ngFor=\"let error of abpErrors; trackBy: trackByFn\">\n {{ error.message | abpLocalization: error.interpoliteParams }}\n </div>\n `,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class ValidationErrorComponent extends ErrorComponent {\n get abpErrors(): Validation.Error[] & { interpoliteParams?: string[] } {\n if (!this.errors || !this.errors.length) return [];\n\n return this.errors.map(error => {\n if (!error.message) return error;\n\n const index = error.message.indexOf('[');\n\n if (index > -1) {\n return {\n ...error,\n message: error.message.slice(0, index),\n interpoliteParams: error.message.slice(index + 1, error.message.length - 1).split(','),\n };\n }\n\n return error;\n });\n }\n}\n"]}
|
|
@@ -143,4 +143,4 @@ background-color: rgba(0, 0, 0, 0.6);
|
|
|
143
143
|
padding: 0.27rem;
|
|
144
144
|
}
|
|
145
145
|
`;
|
|
146
|
-
//# sourceMappingURL=
|
|
146
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/constants/styles.ts"],"names":[],"mappings":"AAAA,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgJd,CAAC","sourcesContent":["export default `\n.content-header-title {\n font-size: 24px;\n}\n.entry-row {\n margin-bottom: 15px;\n}\n#main-navbar-tools a.dropdown-toggle {\n text-decoration: none;\n color: #fff;\n}\n.navbar .dropdown-submenu {\n position: relative;\n}\n.navbar .dropdown-menu {\n margin: 0;\n padding: 0;\n}\n.navbar .dropdown-menu a {\n font-size: .9em;\n padding: 10px 15px;\n display: block;\n min-width: 210px;\n text-align: left;\n border-radius: 0.25rem;\n min-height: 44px;\n}\n[dir=rtl] .navbar .dropdown-menu a {\n text-align: right!important;\n}\n.navbar .dropdown-submenu a::after {\n transform: rotate(-90deg);\n position: absolute;\n right: 16px;\n top: 18px;\n}\n[dir=rtl] .navbar .dropdown-submenu a::after {\n transform: rotate(90deg);\n left: 16px;\n right: auto;\n top: 20px;\n}\n.navbar .dropdown-submenu .dropdown-menu {\n top: 0;\n left: 100%;\n}\n.card-header .btn {\n padding: 2px 6px;\n}\n.card-header h5 {\n margin: 0;\n}\n.container > .card {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n@media screen and (min-width: 992px) {\n .navbar .dropdown:hover > .dropdown-menu {\n display: block;\n }\n\n .navbar .dropdown-submenu:hover > .dropdown-menu {\n display: block;\n }\n}\n.input-validation-error {\n border-color: #dc3545;\n}\n.field-validation-error {\n font-size: 0.8em;\n}\n.ui-table .ui-table-tbody > tr.empty-row > div.empty-row-content {\n border: 1px solid #c8c8c8;\n }\n.abp-loading {\n background: rgba(0, 0, 0, 0.05);\n}\n.modal-backdrop {\nbackground-color: rgba(0, 0, 0, 0.6);\n}\n\n.confirmation .confirmation-backdrop {\n\t background: rgba(0, 0, 0, 0.7) !important;\n}\n .confirmation .confirmation-dialog {\n\t border: none;\n\t border-radius: 10px;\n\t background-color: #fff;\n\t box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);\n}\n .confirmation .confirmation-dialog .icon-container .icon {\n\t stroke: #fff;\n\t color: #fff;\n}\n .confirmation .confirmation-dialog .icon-container.info .icon {\n\t stroke: #2f96b4;\n\t color: #2f96b4;\n}\n .confirmation .confirmation-dialog .icon-container.success .icon {\n\t stroke: #51a351;\n\t color: #51a351;\n}\n .confirmation .confirmation-dialog .icon-container.warning .icon {\n\t stroke: #f89406;\n\t color: #f89406;\n}\n .confirmation .confirmation-dialog .icon-container.error .icon {\n\t stroke: #bd362f;\n\t color: #bd362f;\n}\n .confirmation .confirmation-dialog .content .title {\n\t color: #222;\n}\n .confirmation .confirmation-dialog .content .message {\n\t color: #777;\n}\n .confirmation .confirmation-dialog .footer {\n\t background: transparent;\n}\n .confirmation .confirmation-dialog .footer .confirmation-button {\n\t background-color: #eee;\n\t color: #777;\n}\n .confirmation .confirmation-dialog .footer .confirmation-button:hover, .confirmation .confirmation-dialog .footer .confirmation-button:focus, .confirmation .confirmation-dialog .footer .confirmation-button:active {\n\t background-color: #bbb;\n}\n .confirmation .confirmation-dialog .footer .confirmation-button--confirm {\n\t background-color: #2f96b4;\n\t color: #fff;\n}\n .confirmation .confirmation-dialog .footer .confirmation-button--confirm:hover {\n\t background-color: #2e819b;\n}\n.ui-table .pagination-wrapper {\n background-color: #f4f4f4;\n border: 1px solid #c8c8c8;\n}\n.bordered .datatable-body-row {\n border-top: 1px solid #eee;\n margin-top: -1px;\n}\n.breadcrumb {\n background-color: transparent;\n padding: 0.27rem;\n}\n`;\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=components.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/enums/components.ts"],"names":[],"mappings":"","sourcesContent":["export const enum eThemeBasicComponents {\n ApplicationLayout = 'Theme.ApplicationLayoutComponent',\n AccountLayout = 'Theme.AccountLayoutComponent',\n EmptyLayout = 'Theme.EmptyLayoutComponent',\n Logo = 'Theme.LogoComponent',\n Routes = 'Theme.RoutesComponent',\n NavItems = 'Theme.NavItemsComponent',\n CurrentUser = 'Theme.CurrentUserComponent',\n Languages = 'Theme.LanguagesComponent',\n}\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './components';
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC","sourcesContent":["export * from './components';\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './layout';
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC","sourcesContent":["export * from './layout';\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=layout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/models/layout.ts"],"names":[],"mappings":"","sourcesContent":["import { TemplateRef } from '@angular/core';\n\nexport namespace Layout {\n export interface State {\n navigationElements: NavigationElement[];\n }\n\n export interface NavigationElement {\n name: string;\n element: TemplateRef<any>;\n order?: number;\n }\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from './nav-item.provider';
|
|
2
2
|
export * from './styles.provider';
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/providers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC","sourcesContent":["export * from './nav-item.provider';\nexport * from './styles.provider';\n"]}
|
|
@@ -26,4 +26,4 @@ export function configureNavItems(navItems) {
|
|
|
26
26
|
]);
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
//# sourceMappingURL=
|
|
29
|
+
//# sourceMappingURL=nav-item.provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nav-item.provider.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/providers/nav-item.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gDAAgD,CAAC;AACtF,OAAO,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C;QACE,OAAO,EAAE,eAAe;QACxB,UAAU,EAAE,iBAAiB;QAC7B,IAAI,EAAE,CAAC,eAAe,CAAC;QACvB,KAAK,EAAE,IAAI;KACZ;CACF,CAAC;AAEF,MAAM,UAAU,iBAAiB,CAAC,QAAyB;IACzD,OAAO,GAAG,EAAE;QACV,QAAQ,CAAC,QAAQ,CAAC;YAChB;gBACE,EAAE,4CAAiC;gBACnC,KAAK,EAAE,GAAG;gBACV,SAAS,EAAE,kBAAkB;aAC9B;YACD;gBACE,EAAE,gDAAmC;gBACrC,KAAK,EAAE,GAAG;gBACV,SAAS,EAAE,oBAAoB;aAChC;SACF,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC","sourcesContent":["import { NavItemsService } from '@abp/ng.theme.shared';\nimport { APP_INITIALIZER } from '@angular/core';\nimport { CurrentUserComponent } from '../components/nav-items/current-user.component';\nimport { LanguagesComponent } from '../components/nav-items/languages.component';\nimport { eThemeBasicComponents } from '../enums/components';\n\nexport const BASIC_THEME_NAV_ITEM_PROVIDERS = [\n {\n provide: APP_INITIALIZER,\n useFactory: configureNavItems,\n deps: [NavItemsService],\n multi: true,\n },\n];\n\nexport function configureNavItems(navItems: NavItemsService) {\n return () => {\n navItems.addItems([\n {\n id: eThemeBasicComponents.Languages,\n order: 100,\n component: LanguagesComponent,\n },\n {\n id: eThemeBasicComponents.CurrentUser,\n order: 100,\n component: CurrentUserComponent,\n },\n ]);\n };\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CONTENT_STRATEGY, DomInsertionService, ReplaceableComponentsService } from '@abp/ng.core';
|
|
2
2
|
import { APP_INITIALIZER } from '@angular/core';
|
|
3
3
|
import { AccountLayoutComponent } from '../components/account-layout/account-layout.component';
|
|
4
4
|
import { ApplicationLayoutComponent } from '../components/application-layout/application-layout.component';
|
|
@@ -32,4 +32,4 @@ function initLayouts(replaceableComponents) {
|
|
|
32
32
|
component: EmptyLayoutComponent,
|
|
33
33
|
});
|
|
34
34
|
}
|
|
35
|
-
//# sourceMappingURL=
|
|
35
|
+
//# sourceMappingURL=styles.provider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.provider.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/providers/styles.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AACnG,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,+DAA+D,CAAC;AAC3G,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,MAAM,MAAM,qBAAqB,CAAC;AAGzC,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC1C;QACE,OAAO,EAAE,eAAe;QACxB,UAAU,EAAE,eAAe;QAC3B,IAAI,EAAE,CAAC,mBAAmB,EAAE,4BAA4B,CAAC;QACzD,KAAK,EAAE,IAAI;KACZ;CACF,CAAC;AAEF,MAAM,UAAU,eAAe,CAC7B,YAAiC,EACjC,qBAAmD;IAEnD,OAAO,GAAG,EAAE;QACV,YAAY,CAAC,aAAa,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;QAEvE,WAAW,CAAC,qBAAqB,CAAC,CAAC;IACrC,CAAC,CAAC;AACJ,CAAC;AAED,SAAS,WAAW,CAAC,qBAAmD;IACtE,qBAAqB,CAAC,GAAG,CAAC;QACxB,GAAG,4DAAyC;QAC5C,SAAS,EAAE,0BAA0B;KACtC,CAAC,CAAC;IACH,qBAAqB,CAAC,GAAG,CAAC;QACxB,GAAG,oDAAqC;QACxC,SAAS,EAAE,sBAAsB;KAClC,CAAC,CAAC;IACH,qBAAqB,CAAC,GAAG,CAAC;QACxB,GAAG,gDAAmC;QACtC,SAAS,EAAE,oBAAoB;KAChC,CAAC,CAAC;AACL,CAAC","sourcesContent":["import { CONTENT_STRATEGY, DomInsertionService, ReplaceableComponentsService } from '@abp/ng.core';\nimport { APP_INITIALIZER } from '@angular/core';\nimport { AccountLayoutComponent } from '../components/account-layout/account-layout.component';\nimport { ApplicationLayoutComponent } from '../components/application-layout/application-layout.component';\nimport { EmptyLayoutComponent } from '../components/empty-layout/empty-layout.component';\nimport styles from '../constants/styles';\nimport { eThemeBasicComponents } from '../enums/components';\n\nexport const BASIC_THEME_STYLES_PROVIDERS = [\n {\n provide: APP_INITIALIZER,\n useFactory: configureStyles,\n deps: [DomInsertionService, ReplaceableComponentsService],\n multi: true,\n },\n];\n\nexport function configureStyles(\n domInsertion: DomInsertionService,\n replaceableComponents: ReplaceableComponentsService,\n) {\n return () => {\n domInsertion.insertContent(CONTENT_STRATEGY.AppendStyleToHead(styles));\n\n initLayouts(replaceableComponents);\n };\n}\n\nfunction initLayouts(replaceableComponents: ReplaceableComponentsService) {\n replaceableComponents.add({\n key: eThemeBasicComponents.ApplicationLayout,\n component: ApplicationLayoutComponent,\n });\n replaceableComponents.add({\n key: eThemeBasicComponents.AccountLayout,\n component: AccountLayoutComponent,\n });\n replaceableComponents.add({\n key: eThemeBasicComponents.EmptyLayout,\n component: EmptyLayoutComponent,\n });\n}\n"]}
|
|
@@ -2,6 +2,8 @@ import { ChangeDetectorRef, Injectable } from '@angular/core';
|
|
|
2
2
|
import { SubscriptionService } from '@abp/ng.core';
|
|
3
3
|
import { fromEvent } from 'rxjs';
|
|
4
4
|
import { debounceTime } from 'rxjs/operators';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "@abp/ng.core";
|
|
5
7
|
export class LayoutService {
|
|
6
8
|
constructor(subscription, cdRef) {
|
|
7
9
|
this.subscription = subscription;
|
|
@@ -28,11 +30,9 @@ export class LayoutService {
|
|
|
28
30
|
this.subscription.addOne(resize$, () => this.checkWindowWidth());
|
|
29
31
|
}
|
|
30
32
|
}
|
|
31
|
-
LayoutService
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
];
|
|
38
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGF5b3V0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy90aGVtZS1iYXNpYy9zcmMvbGliL3NlcnZpY2VzL2xheW91dC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFOUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ25ELE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDakMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRzlDLE1BQU0sT0FBTyxhQUFhO0lBV3hCLFlBQW9CLFlBQWlDLEVBQVUsS0FBd0I7UUFBbkUsaUJBQVksR0FBWixZQUFZLENBQXFCO1FBQVUsVUFBSyxHQUFMLEtBQUssQ0FBbUI7UUFWdkYsZ0JBQVcsR0FBRyxJQUFJLENBQUM7UUFJbkIscUJBQWdCLG9DQUE4QjtRQUU5Qyx1QkFBa0Isd0NBQWdDO1FBRWxELHlCQUFvQiw0Q0FBa0M7SUFFb0MsQ0FBQztJQUVuRixnQkFBZ0I7UUFDdEIsTUFBTSxhQUFhLEdBQUcsTUFBTSxDQUFDLFVBQVUsR0FBRyxHQUFHLENBQUM7UUFDOUMsSUFBSSxhQUFhLElBQUksSUFBSSxDQUFDLFdBQVcsS0FBSyxLQUFLLEVBQUU7WUFDL0MsSUFBSSxDQUFDLFdBQVcsR0FBRyxLQUFLLENBQUM7WUFDekIsVUFBVSxDQUFDLEdBQUcsRUFBRTtnQkFDZCxJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksQ0FBQztZQUMxQixDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7U0FDVDtRQUNELElBQUksQ0FBQyxXQUFXLEdBQUcsYUFBYSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVELG1CQUFtQjtRQUNqQixJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztRQUV4QixNQUFNLE9BQU8sR0FBRyxTQUFTLENBQUMsTUFBTSxFQUFFLFFBQVEsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQztRQUNwRSxJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQUUsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLGdCQUFnQixFQUFFLENBQUMsQ0FBQztJQUNuRSxDQUFDOzs7WUEvQkYsVUFBVTs7O1lBSkYsbUJBQW1CO1lBRm5CLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBlVGhlbWVCYXNpY0NvbXBvbmVudHMgfSBmcm9tICcuLi9lbnVtcyc7XG5pbXBvcnQgeyBTdWJzY3JpcHRpb25TZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcbmltcG9ydCB7IGZyb21FdmVudCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgZGVib3VuY2VUaW1lIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgTGF5b3V0U2VydmljZSB7XG4gIGlzQ29sbGFwc2VkID0gdHJ1ZTtcblxuICBzbWFsbFNjcmVlbjogYm9vbGVhbjsgLy8gZG8gbm90IHNldCB0cnVlIG9yIGZhbHNlXG5cbiAgbG9nb0NvbXBvbmVudEtleSA9IGVUaGVtZUJhc2ljQ29tcG9uZW50cy5Mb2dvO1xuXG4gIHJvdXRlc0NvbXBvbmVudEtleSA9IGVUaGVtZUJhc2ljQ29tcG9uZW50cy5Sb3V0ZXM7XG5cbiAgbmF2SXRlbXNDb21wb25lbnRLZXkgPSBlVGhlbWVCYXNpY0NvbXBvbmVudHMuTmF2SXRlbXM7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBzdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvblNlcnZpY2UsIHByaXZhdGUgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmKSB7fVxuXG4gIHByaXZhdGUgY2hlY2tXaW5kb3dXaWR0aCgpIHtcbiAgICBjb25zdCBpc1NtYWxsU2NyZWVuID0gd2luZG93LmlubmVyV2lkdGggPCA5OTI7XG4gICAgaWYgKGlzU21hbGxTY3JlZW4gJiYgdGhpcy5zbWFsbFNjcmVlbiA9PT0gZmFsc2UpIHtcbiAgICAgIHRoaXMuaXNDb2xsYXBzZWQgPSBmYWxzZTtcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICB0aGlzLmlzQ29sbGFwc2VkID0gdHJ1ZTtcbiAgICAgIH0sIDEwMCk7XG4gICAgfVxuICAgIHRoaXMuc21hbGxTY3JlZW4gPSBpc1NtYWxsU2NyZWVuO1xuICAgIHRoaXMuY2RSZWYuZGV0ZWN0Q2hhbmdlcygpO1xuICB9XG5cbiAgc3Vic2NyaWJlV2luZG93U2l6ZSgpIHtcbiAgICB0aGlzLmNoZWNrV2luZG93V2lkdGgoKTtcblxuICAgIGNvbnN0IHJlc2l6ZSQgPSBmcm9tRXZlbnQod2luZG93LCAncmVzaXplJykucGlwZShkZWJvdW5jZVRpbWUoMTUwKSk7XG4gICAgdGhpcy5zdWJzY3JpcHRpb24uYWRkT25lKHJlc2l6ZSQsICgpID0+IHRoaXMuY2hlY2tXaW5kb3dXaWR0aCgpKTtcbiAgfVxufVxuIl19
|
|
33
|
+
LayoutService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: LayoutService, deps: [{ token: i1.SubscriptionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
34
|
+
LayoutService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: LayoutService });
|
|
35
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: LayoutService, decorators: [{
|
|
36
|
+
type: Injectable
|
|
37
|
+
}], ctorParameters: function () { return [{ type: i1.SubscriptionService }, { type: i0.ChangeDetectorRef }]; } });
|
|
38
|
+
//# sourceMappingURL=layout.service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"layout.service.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/src/lib/services/layout.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,MAAM,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;;;AAG9C,MAAM,OAAO,aAAa;IAWxB,YAAoB,YAAiC,EAAU,KAAwB;QAAnE,iBAAY,GAAZ,YAAY,CAAqB;QAAU,UAAK,GAAL,KAAK,CAAmB;QAVvF,gBAAW,GAAG,IAAI,CAAC;QAInB,qBAAgB,oCAA8B;QAE9C,uBAAkB,wCAAgC;QAElD,yBAAoB,4CAAkC;IAEoC,CAAC;IAEnF,gBAAgB;QACtB,MAAM,aAAa,GAAG,MAAM,CAAC,UAAU,GAAG,GAAG,CAAC;QAC9C,IAAI,aAAa,IAAI,IAAI,CAAC,WAAW,KAAK,KAAK,EAAE;YAC/C,IAAI,CAAC,WAAW,GAAG,KAAK,CAAC;YACzB,UAAU,CAAC,GAAG,EAAE;gBACd,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;YAC1B,CAAC,EAAE,GAAG,CAAC,CAAC;SACT;QACD,IAAI,CAAC,WAAW,GAAG,aAAa,CAAC;QACjC,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC;IAC7B,CAAC;IAED,mBAAmB;QACjB,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAExB,MAAM,OAAO,GAAG,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC;QACpE,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC;IACnE,CAAC;;0GA9BU,aAAa;8GAAb,aAAa;2FAAb,aAAa;kBADzB,UAAU","sourcesContent":["import { ChangeDetectorRef, Injectable } from '@angular/core';\nimport { eThemeBasicComponents } from '../enums';\nimport { SubscriptionService } from '@abp/ng.core';\nimport { fromEvent } from 'rxjs';\nimport { debounceTime } from 'rxjs/operators';\n\n@Injectable()\nexport class LayoutService {\n isCollapsed = true;\n\n smallScreen: boolean; // do not set true or false\n\n logoComponentKey = eThemeBasicComponents.Logo;\n\n routesComponentKey = eThemeBasicComponents.Routes;\n\n navItemsComponentKey = eThemeBasicComponents.NavItems;\n\n constructor(private subscription: SubscriptionService, private cdRef: ChangeDetectorRef) {}\n\n private checkWindowWidth() {\n const isSmallScreen = window.innerWidth < 992;\n if (isSmallScreen && this.smallScreen === false) {\n this.isCollapsed = false;\n setTimeout(() => {\n this.isCollapsed = true;\n }, 100);\n }\n this.smallScreen = isSmallScreen;\n this.cdRef.detectChanges();\n }\n\n subscribeWindowSize() {\n this.checkWindowWidth();\n\n const resize$ = fromEvent(window, 'resize').pipe(debounceTime(150));\n this.subscription.addOne(resize$, () => this.checkWindowWidth());\n }\n}\n"]}
|
|
@@ -17,43 +17,72 @@ import { BASIC_THEME_STYLES_PROVIDERS } from './providers/styles.provider';
|
|
|
17
17
|
import { PageAlertContainerComponent } from './components/page-alert-container/page-alert-container.component';
|
|
18
18
|
import { TenantBoxComponent } from './components/account-layout/tenant-box/tenant-box.component';
|
|
19
19
|
import { AuthWrapperComponent } from './components/account-layout/auth-wrapper/auth-wrapper.component';
|
|
20
|
+
import * as i0 from "@angular/core";
|
|
20
21
|
export const LAYOUTS = [ApplicationLayoutComponent, AccountLayoutComponent, EmptyLayoutComponent];
|
|
21
22
|
export class BaseThemeBasicModule {
|
|
22
23
|
}
|
|
23
|
-
BaseThemeBasicModule
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
24
|
+
BaseThemeBasicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: BaseThemeBasicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
25
|
+
BaseThemeBasicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: BaseThemeBasicModule, declarations: [ApplicationLayoutComponent, AccountLayoutComponent, EmptyLayoutComponent, ValidationErrorComponent,
|
|
26
|
+
LogoComponent,
|
|
27
|
+
NavItemsComponent,
|
|
28
|
+
RoutesComponent,
|
|
29
|
+
CurrentUserComponent,
|
|
30
|
+
LanguagesComponent,
|
|
31
|
+
PageAlertContainerComponent,
|
|
32
|
+
TenantBoxComponent,
|
|
33
|
+
AuthWrapperComponent], imports: [CoreModule,
|
|
34
|
+
ThemeSharedModule,
|
|
35
|
+
NgbCollapseModule,
|
|
36
|
+
NgbDropdownModule,
|
|
37
|
+
NgxValidateCoreModule], exports: [ApplicationLayoutComponent, AccountLayoutComponent, EmptyLayoutComponent, ValidationErrorComponent,
|
|
38
|
+
LogoComponent,
|
|
39
|
+
NavItemsComponent,
|
|
40
|
+
RoutesComponent,
|
|
41
|
+
CurrentUserComponent,
|
|
42
|
+
LanguagesComponent,
|
|
43
|
+
PageAlertContainerComponent] });
|
|
44
|
+
BaseThemeBasicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: BaseThemeBasicModule, imports: [[
|
|
45
|
+
CoreModule,
|
|
46
|
+
ThemeSharedModule,
|
|
47
|
+
NgbCollapseModule,
|
|
48
|
+
NgbDropdownModule,
|
|
49
|
+
NgxValidateCoreModule,
|
|
50
|
+
]] });
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: BaseThemeBasicModule, decorators: [{
|
|
52
|
+
type: NgModule,
|
|
53
|
+
args: [{
|
|
54
|
+
declarations: [
|
|
55
|
+
...LAYOUTS,
|
|
56
|
+
ValidationErrorComponent,
|
|
57
|
+
LogoComponent,
|
|
58
|
+
NavItemsComponent,
|
|
59
|
+
RoutesComponent,
|
|
60
|
+
CurrentUserComponent,
|
|
61
|
+
LanguagesComponent,
|
|
62
|
+
PageAlertContainerComponent,
|
|
63
|
+
TenantBoxComponent,
|
|
64
|
+
AuthWrapperComponent,
|
|
65
|
+
],
|
|
66
|
+
exports: [
|
|
67
|
+
...LAYOUTS,
|
|
68
|
+
ValidationErrorComponent,
|
|
69
|
+
LogoComponent,
|
|
70
|
+
NavItemsComponent,
|
|
71
|
+
RoutesComponent,
|
|
72
|
+
CurrentUserComponent,
|
|
73
|
+
LanguagesComponent,
|
|
74
|
+
PageAlertContainerComponent,
|
|
75
|
+
],
|
|
76
|
+
imports: [
|
|
77
|
+
CoreModule,
|
|
78
|
+
ThemeSharedModule,
|
|
79
|
+
NgbCollapseModule,
|
|
80
|
+
NgbDropdownModule,
|
|
81
|
+
NgxValidateCoreModule,
|
|
82
|
+
],
|
|
83
|
+
entryComponents: [...LAYOUTS, ValidationErrorComponent, CurrentUserComponent, LanguagesComponent],
|
|
84
|
+
}]
|
|
85
|
+
}] });
|
|
57
86
|
export class ThemeBasicModule {
|
|
58
87
|
static forRoot() {
|
|
59
88
|
return {
|
|
@@ -77,10 +106,14 @@ export class ThemeBasicModule {
|
|
|
77
106
|
};
|
|
78
107
|
}
|
|
79
108
|
}
|
|
80
|
-
ThemeBasicModule
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
109
|
+
ThemeBasicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
110
|
+
ThemeBasicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicModule, imports: [BaseThemeBasicModule], exports: [BaseThemeBasicModule] });
|
|
111
|
+
ThemeBasicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicModule, imports: [[BaseThemeBasicModule], BaseThemeBasicModule] });
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicModule, decorators: [{
|
|
113
|
+
type: NgModule,
|
|
114
|
+
args: [{
|
|
115
|
+
exports: [BaseThemeBasicModule],
|
|
116
|
+
imports: [BaseThemeBasicModule],
|
|
117
|
+
}]
|
|
118
|
+
}] });
|
|
119
|
+
//# sourceMappingURL=theme-basic.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-basic.module.js","sourceRoot":"","sources":["../../../../../packages/theme-basic/src/lib/theme-basic.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { CoreModule } from '@abp/ng.core';\nimport { ThemeSharedModule } from '@abp/ng.theme.shared';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport { NgbCollapseModule, NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap';\nimport {\n NgxValidateCoreModule,\n VALIDATION_ERROR_TEMPLATE,\n VALIDATION_INVALID_CLASSES,\n VALIDATION_TARGET_SELECTOR,\n} from '@ngx-validate/core';\nimport { AccountLayoutComponent } from './components/account-layout/account-layout.component';\nimport { ApplicationLayoutComponent } from './components/application-layout/application-layout.component';\nimport { EmptyLayoutComponent } from './components/empty-layout/empty-layout.component';\nimport { LogoComponent } from './components/logo/logo.component';\nimport { CurrentUserComponent } from './components/nav-items/current-user.component';\nimport { LanguagesComponent } from './components/nav-items/languages.component';\nimport { NavItemsComponent } from './components/nav-items/nav-items.component';\nimport { RoutesComponent } from './components/routes/routes.component';\nimport { ValidationErrorComponent } from './components/validation-error/validation-error.component';\nimport { BASIC_THEME_NAV_ITEM_PROVIDERS } from './providers/nav-item.provider';\nimport { BASIC_THEME_STYLES_PROVIDERS } from './providers/styles.provider';\nimport { PageAlertContainerComponent } from './components/page-alert-container/page-alert-container.component';\nimport { TenantBoxComponent } from './components/account-layout/tenant-box/tenant-box.component';\nimport { AuthWrapperComponent } from './components/account-layout/auth-wrapper/auth-wrapper.component';\n\nexport const LAYOUTS = [ApplicationLayoutComponent, AccountLayoutComponent, EmptyLayoutComponent];\n\n@NgModule({\n declarations: [\n ...LAYOUTS,\n ValidationErrorComponent,\n LogoComponent,\n NavItemsComponent,\n RoutesComponent,\n CurrentUserComponent,\n LanguagesComponent,\n PageAlertContainerComponent,\n TenantBoxComponent,\n AuthWrapperComponent,\n ],\n exports: [\n ...LAYOUTS,\n ValidationErrorComponent,\n LogoComponent,\n NavItemsComponent,\n RoutesComponent,\n CurrentUserComponent,\n LanguagesComponent,\n PageAlertContainerComponent,\n ],\n imports: [\n CoreModule,\n ThemeSharedModule,\n NgbCollapseModule,\n NgbDropdownModule,\n NgxValidateCoreModule,\n ],\n entryComponents: [...LAYOUTS, ValidationErrorComponent, CurrentUserComponent, LanguagesComponent],\n})\nexport class BaseThemeBasicModule {}\n\n@NgModule({\n exports: [BaseThemeBasicModule],\n imports: [BaseThemeBasicModule],\n})\nexport class ThemeBasicModule {\n static forRoot(): ModuleWithProviders<ThemeBasicModule> {\n return {\n ngModule: ThemeBasicModule,\n providers: [\n BASIC_THEME_NAV_ITEM_PROVIDERS,\n BASIC_THEME_STYLES_PROVIDERS,\n {\n provide: VALIDATION_ERROR_TEMPLATE,\n useValue: ValidationErrorComponent,\n },\n {\n provide: VALIDATION_TARGET_SELECTOR,\n useValue: '.form-group',\n },\n {\n provide: VALIDATION_INVALID_CLASSES,\n useValue: 'is-invalid',\n },\n ],\n };\n }\n}\n"]}
|
package/esm2015/public-api.js
CHANGED
|
@@ -6,4 +6,4 @@ export * from './lib/enums';
|
|
|
6
6
|
export * from './lib/models';
|
|
7
7
|
export * from './lib/providers';
|
|
8
8
|
export * from './lib/theme-basic.module';
|
|
9
|
-
//# sourceMappingURL=
|
|
9
|
+
//# sourceMappingURL=public-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../packages/theme-basic/src/public-api.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC","sourcesContent":["/*\n * Public API Surface of theme-basic\n */\n\nexport * from './lib/components';\nexport * from './lib/enums';\nexport * from './lib/models';\nexport * from './lib/providers';\nexport * from './lib/theme-basic.module';\n"]}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=
|
|
5
|
+
//# sourceMappingURL=abp-ng.theme.basic-testing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abp-ng.theme.basic-testing.js","sourceRoot":"","sources":["../../../../../packages/theme-basic/testing/src/abp-ng.theme.basic-testing.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,cAAc,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { BaseThemeBasicModule, BASIC_THEME_NAV_ITEM_PROVIDERS, BASIC_THEME_STYLES_PROVIDERS, ValidationErrorComponent, } from '@abp/ng.theme.basic';
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { VALIDATION_ERROR_TEMPLATE, VALIDATION_INVALID_CLASSES, VALIDATION_TARGET_SELECTOR, } from '@ngx-validate/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export class ThemeBasicTestingModule {
|
|
5
6
|
static withConfig() {
|
|
6
7
|
return {
|
|
@@ -24,10 +25,14 @@ export class ThemeBasicTestingModule {
|
|
|
24
25
|
};
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
|
-
ThemeBasicTestingModule
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
ThemeBasicTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
+
ThemeBasicTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, imports: [BaseThemeBasicModule], exports: [BaseThemeBasicModule] });
|
|
30
|
+
ThemeBasicTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, imports: [[BaseThemeBasicModule], BaseThemeBasicModule] });
|
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, decorators: [{
|
|
32
|
+
type: NgModule,
|
|
33
|
+
args: [{
|
|
34
|
+
exports: [BaseThemeBasicModule],
|
|
35
|
+
imports: [BaseThemeBasicModule],
|
|
36
|
+
}]
|
|
37
|
+
}] });
|
|
38
|
+
//# sourceMappingURL=theme-basic-testing.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-basic-testing.module.js","sourceRoot":"","sources":["../../../../../../packages/theme-basic/testing/src/lib/theme-basic-testing.module.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,8BAA8B,EAC9B,4BAA4B,EAC5B,wBAAwB,GACzB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAuB,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EACL,yBAAyB,EACzB,0BAA0B,EAC1B,0BAA0B,GAC3B,MAAM,oBAAoB,CAAC;;AAM5B,MAAM,OAAO,uBAAuB;IAClC,MAAM,CAAC,UAAU;QACf,OAAO;YACL,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE;gBACT,8BAA8B;gBAC9B,4BAA4B;gBAC5B;oBACE,OAAO,EAAE,yBAAyB;oBAClC,QAAQ,EAAE,wBAAwB;iBACnC;gBACD;oBACE,OAAO,EAAE,0BAA0B;oBACnC,QAAQ,EAAE,aAAa;iBACxB;gBACD;oBACE,OAAO,EAAE,0BAA0B;oBACnC,QAAQ,EAAE,YAAY;iBACvB;aACF;SACF,CAAC;IACJ,CAAC;;oHArBU,uBAAuB;qHAAvB,uBAAuB,YAFxB,oBAAoB,aADpB,oBAAoB;qHAGnB,uBAAuB,YAFzB,CAAC,oBAAoB,CAAC,EADrB,oBAAoB;2FAGnB,uBAAuB;kBAJnC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,oBAAoB,CAAC;iBAChC","sourcesContent":["import {\n BaseThemeBasicModule,\n BASIC_THEME_NAV_ITEM_PROVIDERS,\n BASIC_THEME_STYLES_PROVIDERS,\n ValidationErrorComponent,\n} from '@abp/ng.theme.basic';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport {\n VALIDATION_ERROR_TEMPLATE,\n VALIDATION_INVALID_CLASSES,\n VALIDATION_TARGET_SELECTOR,\n} from '@ngx-validate/core';\n\n@NgModule({\n exports: [BaseThemeBasicModule],\n imports: [BaseThemeBasicModule],\n})\nexport class ThemeBasicTestingModule {\n static withConfig(): ModuleWithProviders<ThemeBasicTestingModule> {\n return {\n ngModule: ThemeBasicTestingModule,\n providers: [\n BASIC_THEME_NAV_ITEM_PROVIDERS,\n BASIC_THEME_STYLES_PROVIDERS,\n {\n provide: VALIDATION_ERROR_TEMPLATE,\n useValue: ValidationErrorComponent,\n },\n {\n provide: VALIDATION_TARGET_SELECTOR,\n useValue: '.form-group',\n },\n {\n provide: VALIDATION_INVALID_CLASSES,\n useValue: 'is-invalid',\n },\n ],\n };\n }\n}\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './lib/theme-basic-testing.module';
|
|
2
|
-
//# sourceMappingURL=
|
|
2
|
+
//# sourceMappingURL=public-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../../packages/theme-basic/testing/src/public-api.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC","sourcesContent":["export * from './lib/theme-basic-testing.module';\n"]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BASIC_THEME_NAV_ITEM_PROVIDERS, BASIC_THEME_STYLES_PROVIDERS, ValidationErrorComponent, BaseThemeBasicModule } from '@abp/ng.theme.basic';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
2
3
|
import { NgModule } from '@angular/core';
|
|
3
4
|
import { VALIDATION_ERROR_TEMPLATE, VALIDATION_TARGET_SELECTOR, VALIDATION_INVALID_CLASSES } from '@ngx-validate/core';
|
|
4
5
|
|
|
@@ -25,12 +26,16 @@ class ThemeBasicTestingModule {
|
|
|
25
26
|
};
|
|
26
27
|
}
|
|
27
28
|
}
|
|
28
|
-
ThemeBasicTestingModule
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
ThemeBasicTestingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30
|
+
ThemeBasicTestingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, imports: [BaseThemeBasicModule], exports: [BaseThemeBasicModule] });
|
|
31
|
+
ThemeBasicTestingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, imports: [[BaseThemeBasicModule], BaseThemeBasicModule] });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0, type: ThemeBasicTestingModule, decorators: [{
|
|
33
|
+
type: NgModule,
|
|
34
|
+
args: [{
|
|
35
|
+
exports: [BaseThemeBasicModule],
|
|
36
|
+
imports: [BaseThemeBasicModule],
|
|
37
|
+
}]
|
|
38
|
+
}] });
|
|
34
39
|
|
|
35
40
|
/**
|
|
36
41
|
* Generated bundle index. Do not edit.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abp-ng.theme.basic-testing.js","sources":["
|
|
1
|
+
{"version":3,"file":"abp-ng.theme.basic-testing.js","sources":["../../../../packages/theme-basic/testing/src/lib/theme-basic-testing.module.ts","../../../../packages/theme-basic/testing/src/abp-ng.theme.basic-testing.ts"],"sourcesContent":["import {\n BaseThemeBasicModule,\n BASIC_THEME_NAV_ITEM_PROVIDERS,\n BASIC_THEME_STYLES_PROVIDERS,\n ValidationErrorComponent,\n} from '@abp/ng.theme.basic';\nimport { ModuleWithProviders, NgModule } from '@angular/core';\nimport {\n VALIDATION_ERROR_TEMPLATE,\n VALIDATION_INVALID_CLASSES,\n VALIDATION_TARGET_SELECTOR,\n} from '@ngx-validate/core';\n\n@NgModule({\n exports: [BaseThemeBasicModule],\n imports: [BaseThemeBasicModule],\n})\nexport class ThemeBasicTestingModule {\n static withConfig(): ModuleWithProviders<ThemeBasicTestingModule> {\n return {\n ngModule: ThemeBasicTestingModule,\n providers: [\n BASIC_THEME_NAV_ITEM_PROVIDERS,\n BASIC_THEME_STYLES_PROVIDERS,\n {\n provide: VALIDATION_ERROR_TEMPLATE,\n useValue: ValidationErrorComponent,\n },\n {\n provide: VALIDATION_TARGET_SELECTOR,\n useValue: '.form-group',\n },\n {\n provide: VALIDATION_INVALID_CLASSES,\n useValue: 'is-invalid',\n },\n ],\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;;MAiBa,uBAAuB;IAClC,OAAO,UAAU;QACf,OAAO;YACL,QAAQ,EAAE,uBAAuB;YACjC,SAAS,EAAE;gBACT,8BAA8B;gBAC9B,4BAA4B;gBAC5B;oBACE,OAAO,EAAE,yBAAyB;oBAClC,QAAQ,EAAE,wBAAwB;iBACnC;gBACD;oBACE,OAAO,EAAE,0BAA0B;oBACnC,QAAQ,EAAE,aAAa;iBACxB;gBACD;oBACE,OAAO,EAAE,0BAA0B;oBACnC,QAAQ,EAAE,YAAY;iBACvB;aACF;SACF,CAAC;KACH;;oHArBU,uBAAuB;qHAAvB,uBAAuB,YAFxB,oBAAoB,aADpB,oBAAoB;qHAGnB,uBAAuB,YAFzB,CAAC,oBAAoB,CAAC,EADrB,oBAAoB;2FAGnB,uBAAuB;kBAJnC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,oBAAoB,CAAC;oBAC/B,OAAO,EAAE,CAAC,oBAAoB,CAAC;iBAChC;;;AChBD;;;;;;"}
|