@abp/ng.theme.shared 5.0.0-beta.3 → 5.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/README.md +3 -3
- package/bundles/abp-ng.theme.shared-extensions.umd.js +82 -81
- package/bundles/abp-ng.theme.shared-extensions.umd.js.map +1 -1
- package/bundles/abp-ng.theme.shared-testing.umd.js +8 -10
- package/bundles/abp-ng.theme.shared-testing.umd.js.map +1 -1
- package/bundles/abp-ng.theme.shared.umd.js +158 -138
- package/bundles/abp-ng.theme.shared.umd.js.map +1 -1
- package/esm2015/abp-ng.theme.shared.js +1 -1
- package/esm2015/extensions/abp-ng.theme.shared-extensions.js +1 -1
- package/esm2015/extensions/lib/adapters/date-time.adapter.js +6 -6
- package/esm2015/extensions/lib/adapters/date.adapter.js +4 -4
- package/esm2015/extensions/lib/adapters/time.adapter.js +4 -4
- package/esm2015/extensions/lib/components/abstract-actions/abstract-actions.component.js +4 -4
- package/esm2015/extensions/lib/components/date-time-picker/date-time-picker.component.js +40 -40
- package/esm2015/extensions/lib/components/extensible-form/extensible-form-prop.component.js +7 -7
- package/esm2015/extensions/lib/components/extensible-form/extensible-form.component.js +4 -4
- package/esm2015/extensions/lib/components/extensible-table/extensible-table.component.js +4 -4
- package/esm2015/extensions/lib/components/grid-actions/grid-actions.component.js +5 -5
- package/esm2015/extensions/lib/components/page-toolbar/page-toolbar.component.js +5 -5
- package/esm2015/extensions/lib/constants/extra-properties.js +1 -1
- package/esm2015/extensions/lib/directives/disabled.directive.js +5 -4
- package/esm2015/extensions/lib/directives/prop-data.directive.js +4 -4
- package/esm2015/extensions/lib/enums/props.enum.js +1 -1
- package/esm2015/extensions/lib/models/actions.js +1 -1
- package/esm2015/extensions/lib/models/entity-actions.js +1 -1
- package/esm2015/extensions/lib/models/entity-props.js +1 -1
- package/esm2015/extensions/lib/models/form-props.js +1 -1
- package/esm2015/extensions/lib/models/internal/object-extensions.js +1 -1
- package/esm2015/extensions/lib/models/object-extensions.js +1 -1
- package/esm2015/extensions/lib/models/props.js +1 -1
- package/esm2015/extensions/lib/models/toolbar-actions.js +3 -3
- package/esm2015/extensions/lib/services/extensions.service.js +4 -4
- package/esm2015/extensions/lib/tokens/extensions.token.js +1 -1
- package/esm2015/extensions/lib/ui-extensions.module.js +9 -9
- package/esm2015/extensions/lib/utils/actions.util.js +1 -1
- package/esm2015/extensions/lib/utils/enum.util.js +4 -4
- package/esm2015/extensions/lib/utils/factory.util.js +1 -1
- package/esm2015/extensions/lib/utils/form-props.util.js +1 -1
- package/esm2015/extensions/lib/utils/localization.util.js +4 -4
- package/esm2015/extensions/lib/utils/props.util.js +1 -1
- package/esm2015/extensions/lib/utils/state.util.js +5 -4
- package/esm2015/extensions/lib/utils/typeahead.util.js +9 -9
- package/esm2015/extensions/lib/utils/validation.util.js +3 -2
- package/esm2015/extensions/public-api.js +1 -1
- package/esm2015/lib/animations/bounce.animations.js +1 -1
- package/esm2015/lib/animations/collapse.animations.js +1 -1
- package/esm2015/lib/animations/fade.animations.js +1 -1
- package/esm2015/lib/animations/index.js +1 -1
- package/esm2015/lib/animations/modal.animations.js +1 -1
- package/esm2015/lib/animations/slide.animations.js +1 -1
- package/esm2015/lib/animations/toast.animations.js +1 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb.component.js +4 -4
- package/esm2015/lib/components/breadcrumb-items/breadcrumb-items.component.js +4 -4
- package/esm2015/lib/components/button/button.component.js +33 -30
- package/esm2015/lib/components/confirmation/confirmation.component.js +4 -4
- package/esm2015/lib/components/http-error-wrapper/http-error-wrapper.component.js +8 -6
- package/esm2015/lib/components/index.js +1 -1
- package/esm2015/lib/components/loader-bar/loader-bar.component.js +27 -27
- package/esm2015/lib/components/loading/loading.component.js +32 -32
- package/esm2015/lib/components/modal/modal-close.directive.js +4 -4
- package/esm2015/lib/components/modal/modal-ref.service.js +4 -4
- package/esm2015/lib/components/modal/modal.component.js +15 -15
- package/esm2015/lib/components/toast/toast.component.js +6 -5
- package/esm2015/lib/components/toast-container/toast-container.component.js +6 -5
- package/esm2015/lib/constants/styles.js +181 -181
- package/esm2015/lib/constants/validation.js +1 -1
- package/esm2015/lib/directives/ellipsis.directive.js +8 -8
- package/esm2015/lib/directives/index.js +1 -1
- package/esm2015/lib/directives/loading.directive.js +8 -5
- package/esm2015/lib/directives/ngx-datatable-default.directive.js +4 -4
- package/esm2015/lib/directives/ngx-datatable-list.directive.js +4 -4
- package/esm2015/lib/enums/index.js +1 -1
- package/esm2015/lib/enums/route-names.js +1 -1
- package/esm2015/lib/handlers/document-dir.handler.js +4 -4
- package/esm2015/lib/handlers/error.handler.js +44 -33
- package/esm2015/lib/handlers/index.js +1 -1
- package/esm2015/lib/models/common.js +1 -1
- package/esm2015/lib/models/confirmation.js +1 -1
- package/esm2015/lib/models/index.js +1 -1
- package/esm2015/lib/models/nav-item.js +1 -1
- package/esm2015/lib/models/statistics.js +1 -1
- package/esm2015/lib/models/toaster.js +1 -1
- package/esm2015/lib/providers/index.js +1 -1
- package/esm2015/lib/providers/ng-bootstrap-config.provider.js +1 -1
- package/esm2015/lib/providers/route.provider.js +1 -1
- package/esm2015/lib/services/confirmation.service.js +4 -4
- package/esm2015/lib/services/index.js +1 -1
- package/esm2015/lib/services/nav-items.service.js +4 -4
- package/esm2015/lib/services/page-alert.service.js +4 -4
- package/esm2015/lib/services/toaster.service.js +5 -5
- package/esm2015/lib/theme-shared.module.js +9 -9
- package/esm2015/lib/tokens/append-content.token.js +1 -1
- package/esm2015/lib/tokens/http-error.token.js +1 -1
- package/esm2015/lib/tokens/index.js +1 -1
- package/esm2015/lib/tokens/ngx-datatable-messages.token.js +1 -1
- package/esm2015/lib/tokens/suppress-unsaved-changes-warning.token.js +1 -1
- package/esm2015/lib/utils/date-parser-formatter.js +7 -6
- package/esm2015/lib/utils/index.js +1 -1
- package/esm2015/lib/utils/validation-utils.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/testing/abp-ng.theme.shared-testing.js +1 -1
- package/esm2015/testing/lib/models/config.js +1 -1
- package/esm2015/testing/lib/models/index.js +1 -1
- package/esm2015/testing/lib/theme-shared-testing.module.js +5 -5
- package/esm2015/testing/public-api.js +1 -1
- package/extensions/lib/adapters/date.adapter.d.ts +1 -1
- package/extensions/lib/adapters/time.adapter.d.ts +1 -1
- package/extensions/lib/components/abstract-actions/abstract-actions.component.d.ts +1 -1
- package/extensions/lib/components/extensible-form/extensible-form-prop.component.d.ts +1 -1
- package/extensions/lib/directives/prop-data.directive.d.ts +3 -3
- package/extensions/lib/models/actions.d.ts +1 -1
- package/extensions/lib/models/props.d.ts +1 -1
- package/extensions/lib/utils/state.util.d.ts +1 -1
- package/fesm2015/abp-ng.theme.shared-extensions.js +113 -110
- package/fesm2015/abp-ng.theme.shared-extensions.js.map +1 -1
- package/fesm2015/abp-ng.theme.shared-testing.js +4 -4
- package/fesm2015/abp-ng.theme.shared-testing.js.map +1 -1
- package/fesm2015/abp-ng.theme.shared.js +408 -386
- package/fesm2015/abp-ng.theme.shared.js.map +1 -1
- package/lib/components/breadcrumb-items/breadcrumb-items.component.d.ts +2 -1
- package/lib/components/button/button.component.d.ts +3 -3
- package/lib/components/http-error-wrapper/http-error-wrapper.component.d.ts +2 -2
- package/lib/components/modal/modal-ref.service.d.ts +1 -1
- package/lib/components/modal/modal.component.d.ts +5 -5
- package/lib/components/toast-container/toast-container.component.d.ts +4 -4
- package/lib/directives/ellipsis.directive.d.ts +2 -2
- package/lib/directives/loading.directive.d.ts +3 -3
- package/lib/handlers/error.handler.d.ts +3 -2
- package/lib/models/nav-item.d.ts +1 -1
- package/lib/services/toaster.service.d.ts +1 -1
- package/lib/utils/date-parser-formatter.d.ts +1 -1
- package/package.json +4 -4
- package/esm2015/abp-ng.theme.shared.js.map +0 -1
- package/esm2015/extensions/abp-ng.theme.shared-extensions.js.map +0 -1
- package/esm2015/extensions/lib/adapters/date-time.adapter.js.map +0 -1
- package/esm2015/extensions/lib/adapters/date.adapter.js.map +0 -1
- package/esm2015/extensions/lib/adapters/time.adapter.js.map +0 -1
- package/esm2015/extensions/lib/components/abstract-actions/abstract-actions.component.js.map +0 -1
- package/esm2015/extensions/lib/components/date-time-picker/date-time-picker.component.js.map +0 -1
- package/esm2015/extensions/lib/components/extensible-form/extensible-form-prop.component.js.map +0 -1
- package/esm2015/extensions/lib/components/extensible-form/extensible-form.component.js.map +0 -1
- package/esm2015/extensions/lib/components/extensible-table/extensible-table.component.js.map +0 -1
- package/esm2015/extensions/lib/components/grid-actions/grid-actions.component.js.map +0 -1
- package/esm2015/extensions/lib/components/page-toolbar/page-toolbar.component.js.map +0 -1
- package/esm2015/extensions/lib/constants/extra-properties.js.map +0 -1
- package/esm2015/extensions/lib/directives/disabled.directive.js.map +0 -1
- package/esm2015/extensions/lib/directives/prop-data.directive.js.map +0 -1
- package/esm2015/extensions/lib/enums/props.enum.js.map +0 -1
- package/esm2015/extensions/lib/models/actions.js.map +0 -1
- package/esm2015/extensions/lib/models/entity-actions.js.map +0 -1
- package/esm2015/extensions/lib/models/entity-props.js.map +0 -1
- package/esm2015/extensions/lib/models/form-props.js.map +0 -1
- package/esm2015/extensions/lib/models/internal/object-extensions.js.map +0 -1
- package/esm2015/extensions/lib/models/object-extensions.js.map +0 -1
- package/esm2015/extensions/lib/models/props.js.map +0 -1
- package/esm2015/extensions/lib/models/toolbar-actions.js.map +0 -1
- package/esm2015/extensions/lib/services/extensions.service.js.map +0 -1
- package/esm2015/extensions/lib/tokens/extensions.token.js.map +0 -1
- package/esm2015/extensions/lib/ui-extensions.module.js.map +0 -1
- package/esm2015/extensions/lib/utils/actions.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/enum.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/factory.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/form-props.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/localization.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/props.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/state.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/typeahead.util.js.map +0 -1
- package/esm2015/extensions/lib/utils/validation.util.js.map +0 -1
- package/esm2015/extensions/public-api.js.map +0 -1
- package/esm2015/lib/animations/bounce.animations.js.map +0 -1
- package/esm2015/lib/animations/collapse.animations.js.map +0 -1
- package/esm2015/lib/animations/fade.animations.js.map +0 -1
- package/esm2015/lib/animations/index.js.map +0 -1
- package/esm2015/lib/animations/modal.animations.js.map +0 -1
- package/esm2015/lib/animations/slide.animations.js.map +0 -1
- package/esm2015/lib/animations/toast.animations.js.map +0 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb.component.js.map +0 -1
- package/esm2015/lib/components/breadcrumb-items/breadcrumb-items.component.js.map +0 -1
- package/esm2015/lib/components/button/button.component.js.map +0 -1
- package/esm2015/lib/components/confirmation/confirmation.component.js.map +0 -1
- package/esm2015/lib/components/http-error-wrapper/http-error-wrapper.component.js.map +0 -1
- package/esm2015/lib/components/index.js.map +0 -1
- package/esm2015/lib/components/loader-bar/loader-bar.component.js.map +0 -1
- package/esm2015/lib/components/loading/loading.component.js.map +0 -1
- package/esm2015/lib/components/modal/modal-close.directive.js.map +0 -1
- package/esm2015/lib/components/modal/modal-ref.service.js.map +0 -1
- package/esm2015/lib/components/modal/modal.component.js.map +0 -1
- package/esm2015/lib/components/toast/toast.component.js.map +0 -1
- package/esm2015/lib/components/toast-container/toast-container.component.js.map +0 -1
- package/esm2015/lib/constants/styles.js.map +0 -1
- package/esm2015/lib/constants/validation.js.map +0 -1
- package/esm2015/lib/directives/ellipsis.directive.js.map +0 -1
- package/esm2015/lib/directives/index.js.map +0 -1
- package/esm2015/lib/directives/loading.directive.js.map +0 -1
- package/esm2015/lib/directives/ngx-datatable-default.directive.js.map +0 -1
- package/esm2015/lib/directives/ngx-datatable-list.directive.js.map +0 -1
- package/esm2015/lib/enums/index.js.map +0 -1
- package/esm2015/lib/enums/route-names.js.map +0 -1
- package/esm2015/lib/handlers/document-dir.handler.js.map +0 -1
- package/esm2015/lib/handlers/error.handler.js.map +0 -1
- package/esm2015/lib/handlers/index.js.map +0 -1
- package/esm2015/lib/models/common.js.map +0 -1
- package/esm2015/lib/models/confirmation.js.map +0 -1
- package/esm2015/lib/models/index.js.map +0 -1
- package/esm2015/lib/models/nav-item.js.map +0 -1
- package/esm2015/lib/models/statistics.js.map +0 -1
- package/esm2015/lib/models/toaster.js.map +0 -1
- package/esm2015/lib/providers/index.js.map +0 -1
- package/esm2015/lib/providers/ng-bootstrap-config.provider.js.map +0 -1
- package/esm2015/lib/providers/route.provider.js.map +0 -1
- package/esm2015/lib/services/confirmation.service.js.map +0 -1
- package/esm2015/lib/services/index.js.map +0 -1
- package/esm2015/lib/services/nav-items.service.js.map +0 -1
- package/esm2015/lib/services/page-alert.service.js.map +0 -1
- package/esm2015/lib/services/toaster.service.js.map +0 -1
- package/esm2015/lib/theme-shared.module.js.map +0 -1
- package/esm2015/lib/tokens/append-content.token.js.map +0 -1
- package/esm2015/lib/tokens/http-error.token.js.map +0 -1
- package/esm2015/lib/tokens/index.js.map +0 -1
- package/esm2015/lib/tokens/ngx-datatable-messages.token.js.map +0 -1
- package/esm2015/lib/tokens/suppress-unsaved-changes-warning.token.js.map +0 -1
- package/esm2015/lib/utils/date-parser-formatter.js.map +0 -1
- package/esm2015/lib/utils/index.js.map +0 -1
- package/esm2015/lib/utils/validation-utils.js.map +0 -1
- package/esm2015/public-api.js.map +0 -1
- package/esm2015/testing/abp-ng.theme.shared-testing.js.map +0 -1
- package/esm2015/testing/lib/models/config.js.map +0 -1
- package/esm2015/testing/lib/models/index.js.map +0 -1
- package/esm2015/testing/lib/theme-shared-testing.module.js.map +0 -1
- package/esm2015/testing/public-api.js.map +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/animations'), require('@angular/core'), require('@angular/common'), require('@angular/router'), require('@abp/ng.core'), require('rxjs/operators'), require('rxjs'), require('@ng-bootstrap/ng-bootstrap'), require('@swimlane/ngx-datatable'), require('@angular/common/http'), require('@ngx-validate/core'), require('@angular/forms')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@abp/ng.theme.shared', ['exports', '@angular/animations', '@angular/core', '@angular/common', '@angular/router', '@abp/ng.core', 'rxjs/operators', 'rxjs', '@ng-bootstrap/ng-bootstrap', '@swimlane/ngx-datatable', '@angular/common/http', '@ngx-validate/core', '@angular/forms'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.abp = global.abp || {}, global.abp.ng = global.abp.ng || {}, global.abp.ng.theme = global.abp.ng.theme || {}, global.abp.ng.theme.shared = {}), global.ng.animations, global.ng.core, global.ng.common, global.ng.router, global.i2, global.rxjs.operators, global.rxjs, global.i3, global.i1$2, global.ng.common.http, global.core, global.ng.forms));
|
|
5
|
-
}(this, (function (exports, animations, i0, i1, i1$1, i2, operators, rxjs, i3, i1$2, http, core, forms) { 'use strict';
|
|
5
|
+
})(this, (function (exports, animations, i0, i1, i1$1, i2, operators, rxjs, i3, i1$2, http, core, forms) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -167,9 +165,9 @@
|
|
|
167
165
|
}
|
|
168
166
|
return BreadcrumbItemsComponent;
|
|
169
167
|
}());
|
|
170
|
-
BreadcrumbItemsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
171
|
-
BreadcrumbItemsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
172
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
168
|
+
BreadcrumbItemsComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BreadcrumbItemsComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
169
|
+
BreadcrumbItemsComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: { items: "items" }, ngImport: i0__namespace, template: "<ol class=\"breadcrumb\" *ngIf=\"items.length\">\r\n <li class=\"breadcrumb-item\">\r\n <a routerLink=\"/\"><i class=\"fa fa-home\"></i> </a>\r\n </li>\r\n <li\r\n *ngFor=\"let item of items; let last = last\"\r\n class=\"breadcrumb-item\"\r\n [class.active]=\"last\"\r\n aria-current=\"page\"\r\n >\r\n <ng-container\r\n *ngTemplateOutlet=\"item.path ? linkTemplate : textTemplate; context: { $implicit: item }\"\r\n ></ng-container>\r\n </li>\r\n</ol>\r\n\r\n<ng-template #linkTemplate let-item>\r\n <a [routerLink]=\"item.path\"> {{ item.name | abpLocalization }}</a>\r\n</ng-template>\r\n\r\n<ng-template #textTemplate let-item>\r\n {{ item.name | abpLocalization }}\r\n</ng-template>\r\n", directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
|
|
170
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BreadcrumbItemsComponent, decorators: [{
|
|
173
171
|
type: i0.Component,
|
|
174
172
|
args: [{
|
|
175
173
|
selector: 'abp-breadcrumb-items',
|
|
@@ -524,9 +522,9 @@
|
|
|
524
522
|
};
|
|
525
523
|
return BreadcrumbComponent;
|
|
526
524
|
}());
|
|
527
|
-
BreadcrumbComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
528
|
-
BreadcrumbComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
529
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
525
|
+
BreadcrumbComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BreadcrumbComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i1__namespace$1.Router }, { token: i2__namespace.RoutesService }, { token: i2__namespace.SubscriptionService }, { token: i2__namespace.RouterEvents }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
526
|
+
BreadcrumbComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: BreadcrumbComponent, selector: "abp-breadcrumb", providers: [i2.SubscriptionService], ngImport: i0__namespace, template: "<abp-breadcrumb-items [items]=\"segments\"></abp-breadcrumb-items>\r\n", components: [{ type: BreadcrumbItemsComponent, selector: "abp-breadcrumb-items", inputs: ["items"] }], changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush });
|
|
527
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BreadcrumbComponent, decorators: [{
|
|
530
528
|
type: i0.Component,
|
|
531
529
|
args: [{
|
|
532
530
|
selector: 'abp-breadcrumb',
|
|
@@ -565,15 +563,18 @@
|
|
|
565
563
|
var _this = this;
|
|
566
564
|
if (this.attributes) {
|
|
567
565
|
Object.keys(this.attributes).forEach(function (key) {
|
|
568
|
-
|
|
566
|
+
var _a;
|
|
567
|
+
if ((_a = _this.attributes) === null || _a === void 0 ? void 0 : _a[key]) {
|
|
568
|
+
_this.renderer.setAttribute(_this.buttonRef.nativeElement, key, _this.attributes[key]);
|
|
569
|
+
}
|
|
569
570
|
});
|
|
570
571
|
}
|
|
571
572
|
};
|
|
572
573
|
return ButtonComponent;
|
|
573
574
|
}());
|
|
574
|
-
ButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
575
|
-
ButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
576
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
575
|
+
ButtonComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ButtonComponent, deps: [{ token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
576
|
+
ButtonComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ButtonComponent, selector: "abp-button", inputs: { buttonId: "buttonId", buttonClass: "buttonClass", buttonType: "buttonType", iconClass: "iconClass", loading: "loading", disabled: "disabled", attributes: "attributes" }, outputs: { click: "click", focus: "focus", blur: "blur", abpClick: "abpClick", abpFocus: "abpFocus", abpBlur: "abpBlur" }, viewQueries: [{ propertyName: "buttonRef", first: true, predicate: ["button"], descendants: true, static: true }], ngImport: i0__namespace, template: "\n <button\n #button\n [id]=\"buttonId\"\n [attr.type]=\"buttonType\"\n [ngClass]=\"buttonClass\"\n [disabled]=\"loading || disabled\"\n (click.stop)=\"click.next($event); abpClick.next($event)\"\n (focus)=\"focus.next($event); abpFocus.next($event)\"\n (blur)=\"blur.next($event); abpBlur.next($event)\"\n >\n <i [ngClass]=\"icon\" class=\"me-1\"></i><ng-content></ng-content>\n </button>\n ", isInline: true, directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2__namespace.StopPropagationDirective, selector: "[click.stop]", outputs: ["click.stop"] }] });
|
|
577
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ButtonComponent, decorators: [{
|
|
577
578
|
type: i0.Component,
|
|
578
579
|
args: [{
|
|
579
580
|
selector: 'abp-button',
|
|
@@ -646,9 +647,9 @@
|
|
|
646
647
|
};
|
|
647
648
|
return ConfirmationComponent;
|
|
648
649
|
}());
|
|
649
|
-
ConfirmationComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
650
|
-
ConfirmationComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
651
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
650
|
+
ConfirmationComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ConfirmationComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
651
|
+
ConfirmationComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ConfirmationComponent, selector: "abp-confirmation", ngImport: i0__namespace, template: "<div class=\"confirmation\" *ngIf=\"confirmation$ | async as data\">\r\n <div\r\n class=\"confirmation-backdrop\"\r\n (click)=\"data.options?.dismissible ? close(dismiss) : null\"\r\n ></div>\r\n <div class=\"confirmation-dialog\">\r\n <div class=\"icon-container\" [ngClass]=\"data.severity\" *ngIf=\"data.severity\">\r\n <i class=\"fa icon\" [ngClass]=\"getIconClass(data)\"></i>\r\n </div>\r\n <div class=\"content\">\r\n <h1\r\n class=\"title\"\r\n *ngIf=\"data.title\"\r\n [innerHTML]=\"data.title | abpLocalization: data.options?.titleLocalizationParams\"\r\n ></h1>\r\n <p\r\n class=\"message\"\r\n *ngIf=\"data.message\"\r\n [innerHTML]=\"data.message | abpLocalization: data.options?.messageLocalizationParams\"\r\n ></p>\r\n </div>\r\n <div class=\"footer\">\r\n <button\r\n id=\"cancel\"\r\n class=\"confirmation-button confirmation-button--reject\"\r\n [innerHTML]=\"data.options?.cancelText || 'AbpUi::Cancel' | abpLocalization\"\r\n *ngIf=\"!data?.options?.hideCancelBtn\"\r\n (click)=\"close(reject)\"\r\n ></button>\r\n <button\r\n id=\"confirm\"\r\n class=\"confirmation-button confirmation-button--approve\"\r\n [innerHTML]=\"data.options?.yesText || 'AbpUi::Yes' | abpLocalization\"\r\n *ngIf=\"!data?.options?.hideYesBtn\"\r\n (click)=\"close(confirm)\"\r\n ></button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".confirmation{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1060}.confirmation .confirmation-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1061!important}.confirmation .confirmation-dialog{display:flex;flex-direction:column;margin:20px auto;padding:0;width:450px;min-height:300px;z-index:1062!important}@media screen and (max-width: 500px){.confirmation .confirmation-dialog{width:90vw}}.confirmation .confirmation-dialog .icon-container{display:flex;align-items:center;justify-content:center;margin:0 0 10px;padding:20px}.confirmation .confirmation-dialog .icon-container .icon{width:100px;height:100px;stroke-width:1;font-size:80px;text-align:center}.confirmation .confirmation-dialog .content{flex-grow:1;display:block}.confirmation .confirmation-dialog .content .title{display:block;margin:0;padding:0;font-size:27px;font-weight:600;text-align:center}.confirmation .confirmation-dialog .content .message{display:block;margin:10px auto;padding:20px;font-size:16px;font-weight:400;text-align:center}.confirmation .confirmation-dialog .footer{display:flex;align-items:center;justify-content:flex-end;margin:10px 0 0;padding:20px;width:100%}.confirmation .confirmation-dialog .footer .confirmation-button{display:inline-block;margin:0 5px;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600}\n"], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "async": i1__namespace.AsyncPipe, "abpLocalization": i2__namespace.LocalizationPipe } });
|
|
652
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ConfirmationComponent, decorators: [{
|
|
652
653
|
type: i0.Component,
|
|
653
654
|
args: [{
|
|
654
655
|
selector: 'abp-confirmation',
|
|
@@ -663,7 +664,7 @@
|
|
|
663
664
|
this.status = 0;
|
|
664
665
|
this.title = 'Oops!';
|
|
665
666
|
this.details = 'Sorry, an error has occured.';
|
|
666
|
-
this.customComponent =
|
|
667
|
+
this.customComponent = undefined;
|
|
667
668
|
this.hideCloseIcon = false;
|
|
668
669
|
this.isHomeShow = true;
|
|
669
670
|
}
|
|
@@ -688,7 +689,9 @@
|
|
|
688
689
|
customComponentRef.instance.errorStatus = this.status;
|
|
689
690
|
customComponentRef.instance.destroy$ = this.destroy$;
|
|
690
691
|
this.appRef.attachView(customComponentRef.hostView);
|
|
691
|
-
this.containerRef
|
|
692
|
+
if (this.containerRef) {
|
|
693
|
+
this.containerRef.nativeElement.appendChild(customComponentRef.hostView.rootNodes[0]);
|
|
694
|
+
}
|
|
692
695
|
customComponentRef.changeDetectorRef.detectChanges();
|
|
693
696
|
}
|
|
694
697
|
var keyup$ = rxjs.fromEvent(document, 'keyup').pipe(operators.debounceTime(150), operators.filter(function (key) { return key && key.key === 'Escape'; }));
|
|
@@ -703,9 +706,9 @@
|
|
|
703
706
|
};
|
|
704
707
|
return HttpErrorWrapperComponent;
|
|
705
708
|
}());
|
|
706
|
-
HttpErrorWrapperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
707
|
-
HttpErrorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
708
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
709
|
+
HttpErrorWrapperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: HttpErrorWrapperComponent, deps: [{ token: i2__namespace.SubscriptionService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
710
|
+
HttpErrorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: HttpErrorWrapperComponent, selector: "abp-http-error-wrapper", providers: [i2.SubscriptionService], viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true }], ngImport: i0__namespace, template: "<div\r\n #container\r\n id=\"abp-http-error-container\"\r\n class=\"error\"\r\n [style.backgroundColor]=\"backgroundColor\"\r\n>\r\n <button\r\n *ngIf=\"!hideCloseIcon\"\r\n id=\"abp-close-button\"\r\n type=\"button\"\r\n class=\"btn-close me-2\"\r\n (click)=\"destroy()\"\r\n ></button>\r\n\r\n <div *ngIf=\"!customComponent\" class=\"row centered\">\r\n <div class=\"col-md-12\">\r\n <div class=\"error-template\">\r\n <h1>{{ statusText }} {{ title | abpLocalization }}</h1>\r\n <div class=\"error-details\">\r\n {{ details | abpLocalization }}\r\n </div>\r\n <div class=\"error-actions\">\r\n <a\r\n *ngIf=\"isHomeShow\"\r\n (click)=\"destroy()\"\r\n routerLink=\"/\"\r\n class=\"btn btn-primary btn-md mt-2\"\r\n ><span class=\"glyphicon glyphicon-home\"></span>\r\n {{ { key: '::Menu:Home', defaultValue: 'Home' } | abpLocalization }}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".error{position:fixed;top:0;width:100vw;height:100vh;z-index:999999}.centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}\n"], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
|
|
711
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: HttpErrorWrapperComponent, decorators: [{
|
|
709
712
|
type: i0.Component,
|
|
710
713
|
args: [{
|
|
711
714
|
selector: 'abp-http-error-wrapper',
|
|
@@ -806,9 +809,9 @@
|
|
|
806
809
|
};
|
|
807
810
|
return LoaderBarComponent;
|
|
808
811
|
}());
|
|
809
|
-
LoaderBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
810
|
-
LoaderBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
811
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
812
|
+
LoaderBarComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoaderBarComponent, deps: [{ token: i1__namespace$1.Router }, { token: i0__namespace.ChangeDetectorRef }, { token: i2__namespace.SubscriptionService }, { token: i2__namespace.HttpWaitService }, { token: i2__namespace.RouterWaitService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
813
|
+
LoaderBarComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoaderBarComponent, selector: "abp-loader-bar", inputs: { isLoading: "isLoading", containerClass: "containerClass", color: "color" }, providers: [i2.SubscriptionService], ngImport: i0__namespace, template: "\n <div id=\"abp-loader-bar\" [ngClass]=\"containerClass\" [class.is-loading]=\"isLoading\">\n <div\n class=\"abp-progress\"\n [class.progressing]=\"progressLevel\"\n [style.width.vw]=\"progressLevel\"\n [ngStyle]=\"{\n 'background-color': color,\n 'box-shadow': boxShadow\n }\"\n ></div>\n </div>\n ", isInline: true, styles: [".abp-loader-bar{left:0;opacity:0;position:fixed;top:0;transition:opacity .4s linear .4s;z-index:99999}.abp-loader-bar.is-loading{opacity:1;transition:none}.abp-loader-bar .abp-progress{height:3px;left:0;position:fixed;top:0}.abp-loader-bar .abp-progress.progressing{transition:width .4s ease}\n"], directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
814
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoaderBarComponent, decorators: [{
|
|
812
815
|
type: i0.Component,
|
|
813
816
|
args: [{
|
|
814
817
|
selector: 'abp-loader-bar',
|
|
@@ -829,9 +832,9 @@
|
|
|
829
832
|
}
|
|
830
833
|
return LoadingComponent;
|
|
831
834
|
}());
|
|
832
|
-
LoadingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
833
|
-
LoadingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
834
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
835
|
+
LoadingComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoadingComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
836
|
+
LoadingComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: LoadingComponent, selector: "abp-loading", ngImport: i0__namespace, template: "\n <div class=\"abp-loading\">\n <i class=\"fa fa-spinner fa-pulse abp-spinner\"></i>\n </div>\n ", isInline: true, styles: ["\n .abp-loading {\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1040;\n }\n\n .abp-loading .abp-spinner {\n position: absolute;\n top: 50%;\n left: 50%;\n font-size: 14px;\n -moz-transform: translateX(-50%) translateY(-50%);\n -o-transform: translateX(-50%) translateY(-50%);\n -ms-transform: translateX(-50%) translateY(-50%);\n -webkit-transform: translateX(-50%) translateY(-50%);\n transform: translateX(-50%) translateY(-50%);\n }\n "], encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
837
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoadingComponent, decorators: [{
|
|
835
838
|
type: i0.Component,
|
|
836
839
|
args: [{
|
|
837
840
|
selector: 'abp-loading',
|
|
@@ -904,9 +907,9 @@
|
|
|
904
907
|
};
|
|
905
908
|
return ConfirmationService;
|
|
906
909
|
}());
|
|
907
|
-
ConfirmationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
908
|
-
ConfirmationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
909
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
910
|
+
ConfirmationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ConfirmationService, deps: [{ token: i2__namespace.ContentProjectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
911
|
+
ConfirmationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ConfirmationService, providedIn: 'root' });
|
|
912
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ConfirmationService, decorators: [{
|
|
910
913
|
type: i0.Injectable,
|
|
911
914
|
args: [{ providedIn: 'root' }]
|
|
912
915
|
}], ctorParameters: function () { return [{ type: i2__namespace.ContentProjectionService }]; } });
|
|
@@ -929,9 +932,9 @@
|
|
|
929
932
|
};
|
|
930
933
|
return ModalRefService;
|
|
931
934
|
}());
|
|
932
|
-
ModalRefService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
933
|
-
ModalRefService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
934
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
935
|
+
ModalRefService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalRefService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
936
|
+
ModalRefService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalRefService, providedIn: 'root' });
|
|
937
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalRefService, decorators: [{
|
|
935
938
|
type: i0.Injectable,
|
|
936
939
|
args: [{ providedIn: 'root' }]
|
|
937
940
|
}] });
|
|
@@ -991,7 +994,8 @@
|
|
|
991
994
|
});
|
|
992
995
|
Object.defineProperty(ModalComponent.prototype, "isFormDirty", {
|
|
993
996
|
get: function () {
|
|
994
|
-
|
|
997
|
+
var _a;
|
|
998
|
+
return Boolean((_a = this.modalWindowRef) === null || _a === void 0 ? void 0 : _a.querySelector('.ng-dirty'));
|
|
995
999
|
},
|
|
996
1000
|
enumerable: false,
|
|
997
1001
|
configurable: true
|
|
@@ -1049,7 +1053,7 @@
|
|
|
1049
1053
|
return;
|
|
1050
1054
|
this.isConfirmationOpen = true;
|
|
1051
1055
|
this.confirmationService
|
|
1052
|
-
.warn('
|
|
1056
|
+
.warn('AbpUi::AreYouSureYouWantToCancelEditingWarningMessage', 'AbpUi::AreYouSure', { dismissible: false })
|
|
1053
1057
|
.subscribe(function (status) {
|
|
1054
1058
|
_this.isConfirmationOpen = false;
|
|
1055
1059
|
if (status === exports.Confirmation.Status.confirm) {
|
|
@@ -1063,27 +1067,26 @@
|
|
|
1063
1067
|
};
|
|
1064
1068
|
ModalComponent.prototype.listen = function () {
|
|
1065
1069
|
var _this = this;
|
|
1066
|
-
|
|
1067
|
-
.
|
|
1068
|
-
|
|
1070
|
+
if (this.modalWindowRef) {
|
|
1071
|
+
rxjs.fromEvent(this.modalWindowRef, 'keyup')
|
|
1072
|
+
.pipe(operators.takeUntil(this.destroy$), operators.debounceTime(150), operators.filter(function (key) { return key && key.key === 'Escape'; }))
|
|
1073
|
+
.subscribe(function () { return _this.close(); });
|
|
1074
|
+
}
|
|
1069
1075
|
rxjs.fromEvent(window, 'beforeunload')
|
|
1070
1076
|
.pipe(operators.takeUntil(this.destroy$))
|
|
1071
1077
|
.subscribe(function (event) {
|
|
1072
|
-
|
|
1073
|
-
if (_this.isFormDirty
|
|
1074
|
-
event.
|
|
1075
|
-
}
|
|
1076
|
-
else {
|
|
1077
|
-
delete event.returnValue;
|
|
1078
|
+
// TODO: check this
|
|
1079
|
+
if (!_this.isFormDirty || _this.suppressUnsavedChangesWarning) {
|
|
1080
|
+
event.preventDefault();
|
|
1078
1081
|
}
|
|
1079
1082
|
});
|
|
1080
1083
|
this.init.emit();
|
|
1081
1084
|
};
|
|
1082
1085
|
return ModalComponent;
|
|
1083
1086
|
}());
|
|
1084
|
-
ModalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1085
|
-
ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
1086
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1087
|
+
ModalComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalComponent, deps: [{ token: ConfirmationService }, { token: i2__namespace.SubscriptionService }, { token: SUPPRESS_UNSAVED_CHANGES_WARNING, optional: true }, { token: i3__namespace.NgbModal }, { token: ModalRefService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1088
|
+
ModalComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ModalComponent, selector: "abp-modal", inputs: { visible: "visible", busy: "busy", options: "options", suppressUnsavedChangesWarning: "suppressUnsavedChangesWarning" }, outputs: { visibleChange: "visibleChange", init: "init", appear: "appear", disappear: "disappear" }, providers: [i2.SubscriptionService], queries: [{ propertyName: "abpHeader", first: true, predicate: ["abpHeader"], descendants: true }, { propertyName: "abpBody", first: true, predicate: ["abpBody"], descendants: true }, { propertyName: "abpFooter", first: true, predicate: ["abpFooter"], descendants: true }, { propertyName: "abpSubmit", first: true, predicate: ButtonComponent, descendants: true, read: ButtonComponent }], viewQueries: [{ propertyName: "modalContent", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0__namespace, template: "<ng-content></ng-content>\r\n\r\n<ng-template #modalContent let-modal>\r\n <div *ngIf=\"abpHeader\" id=\"abp-modal-header\" class=\"modal-header\">\r\n <ng-container *ngTemplateOutlet=\"abpHeader\"></ng-container>\r\n \u200B\r\n <button\r\n id=\"abp-modal-close-button\"\r\n type=\"button\"\r\n class=\"btn-sm btn-close\"\r\n aria-label=\"Close\"\r\n (click)=\"modal.dismiss()\"\r\n ></button>\r\n </div>\r\n <div *ngIf=\"abpBody\" id=\"abp-modal-body\" class=\"modal-body\">\r\n <ng-container *ngTemplateOutlet=\"abpBody\"></ng-container>\r\n </div>\r\n <div *ngIf=\"abpFooter\" id=\"abp-modal-footer\" class=\"modal-footer\">\r\n <ng-container *ngTemplateOutlet=\"abpFooter\"></ng-container>\r\n </div>\r\n</ng-template>\r\n", styles: [".modal.show{display:block!important}.modal-backdrop{opacity:.8}.modal::-webkit-scrollbar{width:7px}.modal::-webkit-scrollbar-track{background:#ddd}.modal::-webkit-scrollbar-thumb{background:#8a8686}.modal-dialog{z-index:1050}\n"], directives: [{ type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
1089
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalComponent, decorators: [{
|
|
1087
1090
|
type: i0.Component,
|
|
1088
1091
|
args: [{
|
|
1089
1092
|
selector: 'abp-modal',
|
|
@@ -1144,9 +1147,9 @@
|
|
|
1144
1147
|
};
|
|
1145
1148
|
return ModalCloseDirective;
|
|
1146
1149
|
}());
|
|
1147
|
-
ModalCloseDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1148
|
-
ModalCloseDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1149
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1150
|
+
ModalCloseDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalCloseDirective, deps: [{ token: ModalComponent, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1151
|
+
ModalCloseDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: ModalCloseDirective, selector: "[abpClose]", host: { listeners: { "click": "onClick()" } }, ngImport: i0__namespace });
|
|
1152
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ModalCloseDirective, decorators: [{
|
|
1150
1153
|
type: i0.Directive,
|
|
1151
1154
|
args: [{ selector: '[abpClose]' }]
|
|
1152
1155
|
}], ctorParameters: function () {
|
|
@@ -1200,7 +1203,8 @@
|
|
|
1200
1203
|
}, timeout);
|
|
1201
1204
|
};
|
|
1202
1205
|
ToastComponent.prototype.close = function () {
|
|
1203
|
-
|
|
1206
|
+
var _a;
|
|
1207
|
+
this.remove.emit((_a = this.toast.options) === null || _a === void 0 ? void 0 : _a.id);
|
|
1204
1208
|
};
|
|
1205
1209
|
ToastComponent.prototype.tap = function () {
|
|
1206
1210
|
var _a;
|
|
@@ -1209,9 +1213,9 @@
|
|
|
1209
1213
|
};
|
|
1210
1214
|
return ToastComponent;
|
|
1211
1215
|
}());
|
|
1212
|
-
ToastComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1213
|
-
ToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
1214
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1216
|
+
ToastComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToastComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1217
|
+
ToastComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastComponent, selector: "abp-toast", inputs: { toast: "toast" }, outputs: { remove: "remove" }, ngImport: i0__namespace, template: "<div class=\"abp-toast\" [ngClass]=\"severityClass\" (click)=\"tap()\">\r\n <div class=\"abp-toast-icon\">\r\n <i class=\"fa icon\" [ngClass]=\"iconClass\"></i>\r\n </div>\r\n <div class=\"abp-toast-content\">\r\n <button class=\"abp-toast-close-button\" (click)=\"close()\" *ngIf=\"toast.options?.closable\">\r\n <i class=\"fa fa-times\"></i>\r\n </button>\r\n <div class=\"abp-toast-title\">\r\n {{ toast.title | abpLocalization: toast.options?.titleLocalizationParams }}\r\n </div>\r\n <p\r\n class=\"abp-toast-message\"\r\n [innerHTML]=\"toast.message | abpLocalization: toast.options?.messageLocalizationParams\"\r\n ></p>\r\n </div>\r\n</div>\r\n", styles: [".abp-toast{display:grid;grid-template-columns:50px 1fr;grid-gap:10px;gap:10px;margin:5px 0;padding:10px;border-radius:0;width:350px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:9999;border:2px solid #f0f0f0;background-color:#f0f0f0;color:#000;box-shadow:0 0 10px -5px #0006;opacity:1}.abp-toast:hover{border:2px solid #e3e3e3;background-color:#e3e3e3;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-success{border:2px solid #51a351;background-color:#51a351;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-success:hover{border:2px solid #499249;background-color:#499249;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-info{border:2px solid #2f96b4;background-color:#2f96b4;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-info:hover{border:2px solid #2a85a0;background-color:#2a85a0;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-warning{border:2px solid #f89406;background-color:#f89406;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-warning:hover{border:2px solid #df8505;background-color:#df8505;box-shadow:0 0 15px -5px #0006}.abp-toast.abp-toast-error{border:2px solid #bd362f;background-color:#bd362f;color:#fff;box-shadow:0 0 10px -5px #0006}.abp-toast.abp-toast-error:hover{border:2px solid #a9302a;background-color:#a9302a;box-shadow:0 0 15px -5px #0006}.abp-toast .abp-toast-icon{display:flex;align-items:center;justify-content:center}.abp-toast .abp-toast-icon .icon{font-size:36px}.abp-toast .abp-toast-content{position:relative}.abp-toast .abp-toast-content .abp-toast-close-button{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;margin:0;padding:0 5px 0 0;width:25px;height:25px;border:none;border-radius:50%;background:transparent;color:inherit}.abp-toast .abp-toast-content .abp-toast-close-button:focus{outline:none}.abp-toast .abp-toast-content .abp-toast-title{margin:0;padding:0;font-size:1rem;font-weight:600}.abp-toast .abp-toast-content .abp-toast-message{margin:0;padding:0;max-width:240px}\n"], directives: [{ type: i1__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "abpLocalization": i2__namespace.LocalizationPipe } });
|
|
1218
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToastComponent, decorators: [{
|
|
1215
1219
|
type: i0.Component,
|
|
1216
1220
|
args: [{
|
|
1217
1221
|
selector: 'abp-toast',
|
|
@@ -1241,15 +1245,16 @@
|
|
|
1241
1245
|
});
|
|
1242
1246
|
};
|
|
1243
1247
|
ToastContainerComponent.prototype.trackByFunc = function (index, toast) {
|
|
1248
|
+
var _a;
|
|
1244
1249
|
if (!toast)
|
|
1245
1250
|
return null;
|
|
1246
|
-
return toast.options.id;
|
|
1251
|
+
return (_a = toast.options) === null || _a === void 0 ? void 0 : _a.id;
|
|
1247
1252
|
};
|
|
1248
1253
|
return ToastContainerComponent;
|
|
1249
1254
|
}());
|
|
1250
|
-
ToastContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1251
|
-
ToastContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
1252
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1255
|
+
ToastContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToastContainerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
1256
|
+
ToastContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: ToastContainerComponent, selector: "abp-toast-container", inputs: { top: "top", right: "right", bottom: "bottom", left: "left", toastKey: "toastKey" }, ngImport: i0__namespace, template: "<div\r\n class=\"abp-toast-container\"\r\n [style.top]=\"top || 'auto'\"\r\n [style.right]=\"right || 'auto'\"\r\n [style.bottom]=\"bottom || 'auto'\"\r\n [style.left]=\"left || 'auto'\"\r\n [style.display]=\"toasts.length ? 'flex' : 'none'\"\r\n [@toastInOut]=\"toasts.length\"\r\n>\r\n <abp-toast\r\n [toast]=\"toast\"\r\n *ngFor=\"let toast of toasts; trackBy: trackByFunc\"\r\n (remove)=\"remove($event)\"\r\n ></abp-toast>\r\n</div>\r\n", styles: [".abp-toast-container{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:350px;min-height:80px;z-index:1900}.abp-toast-container.new-on-top{flex-direction:column-reverse}\n"], components: [{ type: ToastComponent, selector: "abp-toast", inputs: ["toast"], outputs: ["remove"] }], directives: [{ type: i1__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], animations: [toastInOut] });
|
|
1257
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToastContainerComponent, decorators: [{
|
|
1253
1258
|
type: i0.Component,
|
|
1254
1259
|
args: [{
|
|
1255
1260
|
selector: 'abp-toast-container',
|
|
@@ -1317,9 +1322,9 @@
|
|
|
1317
1322
|
};
|
|
1318
1323
|
return EllipsisDirective;
|
|
1319
1324
|
}());
|
|
1320
|
-
EllipsisDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1321
|
-
EllipsisDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1322
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1325
|
+
EllipsisDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisDirective, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1326
|
+
EllipsisDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: EllipsisDirective, selector: "[abpEllipsis]", inputs: { width: ["abpEllipsis", "width"], title: "title", enabled: ["abpEllipsisEnabled", "enabled"] }, host: { properties: { "title": "this.title", "class.abp-ellipsis-inline": "this.inlineClass", "class.abp-ellipsis": "this.class", "style.max-width": "this.maxWidth" } }, ngImport: i0__namespace });
|
|
1327
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisDirective, decorators: [{
|
|
1323
1328
|
type: i0.Directive,
|
|
1324
1329
|
args: [{
|
|
1325
1330
|
selector: '[abpEllipsis]',
|
|
@@ -1350,10 +1355,10 @@
|
|
|
1350
1355
|
}
|
|
1351
1356
|
return EllipsisModule;
|
|
1352
1357
|
}());
|
|
1353
|
-
EllipsisModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1354
|
-
EllipsisModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
1355
|
-
EllipsisModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
1356
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1358
|
+
EllipsisModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
1359
|
+
EllipsisModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisModule, declarations: [EllipsisDirective], exports: [EllipsisDirective] });
|
|
1360
|
+
EllipsisModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisModule });
|
|
1361
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: EllipsisModule, decorators: [{
|
|
1357
1362
|
type: i0.NgModule,
|
|
1358
1363
|
args: [{
|
|
1359
1364
|
exports: [EllipsisDirective],
|
|
@@ -1370,6 +1375,8 @@
|
|
|
1370
1375
|
this.renderer = renderer;
|
|
1371
1376
|
this.position = 'relative';
|
|
1372
1377
|
this.delay = 0;
|
|
1378
|
+
this.rootNode = null;
|
|
1379
|
+
this.timerSubscription = null;
|
|
1373
1380
|
}
|
|
1374
1381
|
Object.defineProperty(LoadingDirective.prototype, "loading", {
|
|
1375
1382
|
get: function () {
|
|
@@ -1391,6 +1398,7 @@
|
|
|
1391
1398
|
_this.timerSubscription = rxjs.timer(_this.delay)
|
|
1392
1399
|
.pipe(operators.take(1))
|
|
1393
1400
|
.subscribe(function () {
|
|
1401
|
+
var _a;
|
|
1394
1402
|
if (!_this.componentRef) {
|
|
1395
1403
|
_this.componentRef = _this.cdRes
|
|
1396
1404
|
.resolveComponentFactory(LoadingComponent)
|
|
@@ -1398,7 +1406,7 @@
|
|
|
1398
1406
|
}
|
|
1399
1407
|
if (newValue && !_this.rootNode) {
|
|
1400
1408
|
_this.rootNode = _this.componentRef.hostView.rootNodes[0];
|
|
1401
|
-
_this.targetElement.appendChild(_this.rootNode);
|
|
1409
|
+
(_a = _this.targetElement) === null || _a === void 0 ? void 0 : _a.appendChild(_this.rootNode);
|
|
1402
1410
|
}
|
|
1403
1411
|
else if (_this.rootNode) {
|
|
1404
1412
|
_this.renderer.removeChild(_this.rootNode.parentElement, _this.rootNode);
|
|
@@ -1414,7 +1422,7 @@
|
|
|
1414
1422
|
});
|
|
1415
1423
|
LoadingDirective.prototype.ngOnInit = function () {
|
|
1416
1424
|
if (!this.targetElement) {
|
|
1417
|
-
var
|
|
1425
|
+
var _b = this.elRef.nativeElement, offsetHeight = _b.offsetHeight, offsetWidth = _b.offsetWidth;
|
|
1418
1426
|
if (!offsetHeight && !offsetWidth && this.elRef.nativeElement.children.length) {
|
|
1419
1427
|
this.targetElement = this.elRef.nativeElement.children[0];
|
|
1420
1428
|
}
|
|
@@ -1430,9 +1438,9 @@
|
|
|
1430
1438
|
};
|
|
1431
1439
|
return LoadingDirective;
|
|
1432
1440
|
}());
|
|
1433
|
-
LoadingDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1434
|
-
LoadingDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1435
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1441
|
+
LoadingDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoadingDirective, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ViewContainerRef }, { token: i0__namespace.ComponentFactoryResolver }, { token: i0__namespace.Injector }, { token: i0__namespace.Renderer2 }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1442
|
+
LoadingDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: LoadingDirective, selector: "[abpLoading]", inputs: { loading: ["abpLoading", "loading"], targetElement: ["abpLoadingTargetElement", "targetElement"], delay: ["abpLoadingDelay", "delay"] }, host: { properties: { "style.position": "this.position" } }, ngImport: i0__namespace });
|
|
1443
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: LoadingDirective, decorators: [{
|
|
1436
1444
|
type: i0.Directive,
|
|
1437
1445
|
args: [{ selector: '[abpLoading]' }]
|
|
1438
1446
|
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ViewContainerRef }, { type: i0__namespace.ComponentFactoryResolver }, { type: i0__namespace.Injector }, { type: i0__namespace.Renderer2 }]; }, propDecorators: { position: [{
|
|
@@ -1504,9 +1512,9 @@
|
|
|
1504
1512
|
};
|
|
1505
1513
|
return NgxDatatableDefaultDirective;
|
|
1506
1514
|
}());
|
|
1507
|
-
NgxDatatableDefaultDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1508
|
-
NgxDatatableDefaultDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1509
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1515
|
+
NgxDatatableDefaultDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxDatatableDefaultDirective, deps: [{ token: i1__namespace$2.DatatableComponent }, { token: i1.DOCUMENT }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1516
|
+
NgxDatatableDefaultDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: NgxDatatableDefaultDirective, selector: "ngx-datatable[default]", inputs: { class: "class" }, host: { properties: { "class": "this.classes" } }, exportAs: ["ngxDatatableDefault"], ngImport: i0__namespace });
|
|
1517
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxDatatableDefaultDirective, decorators: [{
|
|
1510
1518
|
type: i0.Directive,
|
|
1511
1519
|
args: [{
|
|
1512
1520
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1607,9 +1615,9 @@
|
|
|
1607
1615
|
};
|
|
1608
1616
|
return NgxDatatableListDirective;
|
|
1609
1617
|
}());
|
|
1610
|
-
NgxDatatableListDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1611
|
-
NgxDatatableListDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
1612
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1618
|
+
NgxDatatableListDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxDatatableListDirective, deps: [{ token: i1__namespace$2.DatatableComponent }, { token: i0__namespace.ChangeDetectorRef }, { token: i2__namespace.LocalizationService }, { token: NGX_DATATABLE_MESSAGES, optional: true }], target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
1619
|
+
NgxDatatableListDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: NgxDatatableListDirective, selector: "ngx-datatable[list]", inputs: { list: "list" }, exportAs: ["ngxDatatableList"], usesOnChanges: true, ngImport: i0__namespace });
|
|
1620
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NgxDatatableListDirective, decorators: [{
|
|
1613
1621
|
type: i0.Directive,
|
|
1614
1622
|
args: [{
|
|
1615
1623
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -1651,9 +1659,9 @@
|
|
|
1651
1659
|
};
|
|
1652
1660
|
return DocumentDirHandlerService;
|
|
1653
1661
|
}());
|
|
1654
|
-
DocumentDirHandlerService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1655
|
-
DocumentDirHandlerService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
1656
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1662
|
+
DocumentDirHandlerService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DocumentDirHandlerService, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1663
|
+
DocumentDirHandlerService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DocumentDirHandlerService });
|
|
1664
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DocumentDirHandlerService, decorators: [{
|
|
1657
1665
|
type: i0.Injectable
|
|
1658
1666
|
}], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
|
|
1659
1667
|
|
|
@@ -1715,6 +1723,7 @@
|
|
|
1715
1723
|
function ErrorHandler(injector) {
|
|
1716
1724
|
var _this = this;
|
|
1717
1725
|
this.injector = injector;
|
|
1726
|
+
this.componentRef = null;
|
|
1718
1727
|
this.httpErrorHandler = this.injector.get(HTTP_ERROR_HANDLER, function (_, err) { return rxjs.throwError(err); });
|
|
1719
1728
|
this.executeErrorHandler = function (error) {
|
|
1720
1729
|
var returnValue = _this.httpErrorHandler(_this.injector, error);
|
|
@@ -1723,15 +1732,17 @@
|
|
|
1723
1732
|
return rxjs.of(null);
|
|
1724
1733
|
}));
|
|
1725
1734
|
};
|
|
1726
|
-
this.filterRestErrors = function (
|
|
1727
|
-
var status =
|
|
1735
|
+
this.filterRestErrors = function (_g) {
|
|
1736
|
+
var status = _g.status;
|
|
1728
1737
|
if (typeof status !== 'number')
|
|
1729
1738
|
return false;
|
|
1730
|
-
return _this.httpErrorConfig.skipHandledErrorCodes
|
|
1739
|
+
return (!!_this.httpErrorConfig.skipHandledErrorCodes &&
|
|
1740
|
+
_this.httpErrorConfig.skipHandledErrorCodes.findIndex(function (code) { return code === status; }) < 0);
|
|
1731
1741
|
};
|
|
1732
1742
|
this.filterRouteErrors = function (navigationError) {
|
|
1733
1743
|
var _a, _b;
|
|
1734
1744
|
return (((_b = (_a = navigationError.error) === null || _a === void 0 ? void 0 : _a.message) === null || _b === void 0 ? void 0 : _b.indexOf('Cannot match')) > -1 &&
|
|
1745
|
+
!!_this.httpErrorConfig.skipHandledErrorCodes &&
|
|
1735
1746
|
_this.httpErrorConfig.skipHandledErrorCodes.findIndex(function (code) { return code === 404; }) < 0);
|
|
1736
1747
|
};
|
|
1737
1748
|
this.httpErrorReporter = injector.get(i2.HttpErrorReporterService);
|
|
@@ -1757,7 +1768,8 @@
|
|
|
1757
1768
|
.getEvents(i1$1.ResolveEnd)
|
|
1758
1769
|
.pipe(operators.filter(function () { return !!_this.componentRef; }))
|
|
1759
1770
|
.subscribe(function () {
|
|
1760
|
-
|
|
1771
|
+
var _a;
|
|
1772
|
+
(_a = _this.componentRef) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
1761
1773
|
_this.componentRef = null;
|
|
1762
1774
|
});
|
|
1763
1775
|
};
|
|
@@ -1774,7 +1786,7 @@
|
|
|
1774
1786
|
defaultValue: DEFAULT_ERROR_MESSAGES.defaultError.title,
|
|
1775
1787
|
};
|
|
1776
1788
|
if (err instanceof http.HttpErrorResponse && err.headers.get('_AbpErrorFormat')) {
|
|
1777
|
-
var confirmation$ = this.
|
|
1789
|
+
var confirmation$ = this.showErrorWithRequestBody(body);
|
|
1778
1790
|
if (err.status === 401) {
|
|
1779
1791
|
confirmation$.subscribe(function () {
|
|
1780
1792
|
_this.navigateToLogin();
|
|
@@ -1873,26 +1885,30 @@
|
|
|
1873
1885
|
status: 404,
|
|
1874
1886
|
});
|
|
1875
1887
|
};
|
|
1876
|
-
ErrorHandler.prototype.
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
else {
|
|
1890
|
-
message = body.message || {
|
|
1891
|
-
key: DEFAULT_ERROR_LOCALIZATIONS.defaultError.title,
|
|
1892
|
-
defaultValue: DEFAULT_ERROR_MESSAGES.defaultError.title,
|
|
1893
|
-
};
|
|
1894
|
-
}
|
|
1888
|
+
ErrorHandler.prototype.showErrorWithRequestBody = function (body) {
|
|
1889
|
+
var message;
|
|
1890
|
+
var title;
|
|
1891
|
+
if (body.details) {
|
|
1892
|
+
message = body.details;
|
|
1893
|
+
title = body.message;
|
|
1894
|
+
}
|
|
1895
|
+
else if (body.message) {
|
|
1896
|
+
title = {
|
|
1897
|
+
key: DEFAULT_ERROR_LOCALIZATIONS.defaultError.title,
|
|
1898
|
+
defaultValue: DEFAULT_ERROR_MESSAGES.defaultError.title,
|
|
1899
|
+
};
|
|
1900
|
+
message = body.message;
|
|
1895
1901
|
}
|
|
1902
|
+
else {
|
|
1903
|
+
message = body.message || {
|
|
1904
|
+
key: DEFAULT_ERROR_LOCALIZATIONS.defaultError.title,
|
|
1905
|
+
defaultValue: DEFAULT_ERROR_MESSAGES.defaultError.title,
|
|
1906
|
+
};
|
|
1907
|
+
title = '';
|
|
1908
|
+
}
|
|
1909
|
+
return this.showError(message, title);
|
|
1910
|
+
};
|
|
1911
|
+
ErrorHandler.prototype.showError = function (message, title) {
|
|
1896
1912
|
return this.confirmationService.error(message, title, {
|
|
1897
1913
|
hideCancelBtn: true,
|
|
1898
1914
|
yesText: 'AbpAccount::Close',
|
|
@@ -1903,6 +1919,7 @@
|
|
|
1903
1919
|
};
|
|
1904
1920
|
ErrorHandler.prototype.createErrorComponent = function (instance) {
|
|
1905
1921
|
var _this = this;
|
|
1922
|
+
var _a, _b;
|
|
1906
1923
|
var renderer = this.rendererFactory.createRenderer(null, null);
|
|
1907
1924
|
var host = renderer.selectRootElement(document.body, true);
|
|
1908
1925
|
this.componentRef = this.cfRes
|
|
@@ -1914,33 +1931,35 @@
|
|
|
1914
1931
|
this.componentRef.instance[key] = instance[key];
|
|
1915
1932
|
}
|
|
1916
1933
|
}
|
|
1917
|
-
this.componentRef.instance.hideCloseIcon = this.httpErrorConfig.errorScreen.hideCloseIcon;
|
|
1934
|
+
this.componentRef.instance.hideCloseIcon = !!((_a = this.httpErrorConfig.errorScreen) === null || _a === void 0 ? void 0 : _a.hideCloseIcon);
|
|
1918
1935
|
var appRef = this.injector.get(i0.ApplicationRef);
|
|
1919
1936
|
if (this.canCreateCustomError(instance.status)) {
|
|
1920
1937
|
this.componentRef.instance.cfRes = this.cfRes;
|
|
1921
1938
|
this.componentRef.instance.appRef = appRef;
|
|
1922
1939
|
this.componentRef.instance.injector = this.injector;
|
|
1923
|
-
this.componentRef.instance.customComponent = this.httpErrorConfig.errorScreen.component;
|
|
1940
|
+
this.componentRef.instance.customComponent = (_b = this.httpErrorConfig.errorScreen) === null || _b === void 0 ? void 0 : _b.component;
|
|
1924
1941
|
}
|
|
1925
1942
|
appRef.attachView(this.componentRef.hostView);
|
|
1926
1943
|
renderer.appendChild(host, this.componentRef.hostView.rootNodes[0]);
|
|
1927
1944
|
var destroy$ = new rxjs.Subject();
|
|
1928
1945
|
this.componentRef.instance.destroy$ = destroy$;
|
|
1929
1946
|
destroy$.subscribe(function () {
|
|
1930
|
-
|
|
1947
|
+
var _a;
|
|
1948
|
+
(_a = _this.componentRef) === null || _a === void 0 ? void 0 : _a.destroy();
|
|
1931
1949
|
_this.componentRef = null;
|
|
1932
1950
|
});
|
|
1933
1951
|
};
|
|
1934
1952
|
ErrorHandler.prototype.canCreateCustomError = function (status) {
|
|
1935
|
-
var _a, _b, _c, _d, _e;
|
|
1936
|
-
return (((_b = (_a = this.httpErrorConfig) === null || _a === void 0 ? void 0 : _a.errorScreen) === null || _b === void 0 ? void 0 : _b.component) &&
|
|
1937
|
-
((
|
|
1953
|
+
var _a, _b, _c, _d, _e, _f;
|
|
1954
|
+
return !!(((_b = (_a = this.httpErrorConfig) === null || _a === void 0 ? void 0 : _a.errorScreen) === null || _b === void 0 ? void 0 : _b.component) &&
|
|
1955
|
+
((_d = (_c = this.httpErrorConfig) === null || _c === void 0 ? void 0 : _c.errorScreen) === null || _d === void 0 ? void 0 : _d.forWhichErrors) &&
|
|
1956
|
+
((_f = (_e = this.httpErrorConfig) === null || _e === void 0 ? void 0 : _e.errorScreen) === null || _f === void 0 ? void 0 : _f.forWhichErrors.indexOf(status)) > -1);
|
|
1938
1957
|
};
|
|
1939
1958
|
return ErrorHandler;
|
|
1940
1959
|
}());
|
|
1941
|
-
ErrorHandler.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1942
|
-
ErrorHandler.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
1943
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1960
|
+
ErrorHandler.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorHandler, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
1961
|
+
ErrorHandler.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorHandler, providedIn: 'root' });
|
|
1962
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ErrorHandler, decorators: [{
|
|
1944
1963
|
type: i0.Injectable,
|
|
1945
1964
|
args: [{ providedIn: 'root' }]
|
|
1946
1965
|
}], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
|
|
@@ -2026,9 +2045,9 @@
|
|
|
2026
2045
|
};
|
|
2027
2046
|
return NavItemsService;
|
|
2028
2047
|
}());
|
|
2029
|
-
NavItemsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2030
|
-
NavItemsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2031
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2048
|
+
NavItemsService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavItemsService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2049
|
+
NavItemsService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavItemsService, providedIn: 'root' });
|
|
2050
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: NavItemsService, decorators: [{
|
|
2032
2051
|
type: i0.Injectable,
|
|
2033
2052
|
args: [{ providedIn: 'root' }]
|
|
2034
2053
|
}] });
|
|
@@ -2057,9 +2076,9 @@
|
|
|
2057
2076
|
};
|
|
2058
2077
|
return PageAlertService;
|
|
2059
2078
|
}());
|
|
2060
|
-
PageAlertService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2061
|
-
PageAlertService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2062
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2079
|
+
PageAlertService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PageAlertService, deps: [], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2080
|
+
PageAlertService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PageAlertService, providedIn: 'root' });
|
|
2081
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: PageAlertService, decorators: [{
|
|
2063
2082
|
type: i0.Injectable,
|
|
2064
2083
|
args: [{ providedIn: 'root' }]
|
|
2065
2084
|
}], ctorParameters: function () { return []; } });
|
|
@@ -2131,7 +2150,7 @@
|
|
|
2131
2150
|
* @param options Spesific style or structural options for individual toast
|
|
2132
2151
|
*/
|
|
2133
2152
|
ToasterService.prototype.show = function (message, title, severity, options) {
|
|
2134
|
-
if (title === void 0) { title =
|
|
2153
|
+
if (title === void 0) { title = undefined; }
|
|
2135
2154
|
if (severity === void 0) { severity = 'neutral'; }
|
|
2136
2155
|
if (options === void 0) { options = {}; }
|
|
2137
2156
|
if (!this.containerComponentRef)
|
|
@@ -2157,9 +2176,9 @@
|
|
|
2157
2176
|
};
|
|
2158
2177
|
return ToasterService;
|
|
2159
2178
|
}());
|
|
2160
|
-
ToasterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2161
|
-
ToasterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2162
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2179
|
+
ToasterService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToasterService, deps: [{ token: i2__namespace.ContentProjectionService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2180
|
+
ToasterService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToasterService, providedIn: 'root' });
|
|
2181
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ToasterService, decorators: [{
|
|
2163
2182
|
type: i0.Injectable,
|
|
2164
2183
|
args: [{
|
|
2165
2184
|
providedIn: 'root',
|
|
@@ -2193,11 +2212,12 @@
|
|
|
2193
2212
|
DateParserFormatter.prototype.parse = function (value) {
|
|
2194
2213
|
if (value) {
|
|
2195
2214
|
var dateParts = value.trim().split('-');
|
|
2215
|
+
// TODO: CHANGED
|
|
2196
2216
|
if (dateParts.length === 1 && isNumber(dateParts[0])) {
|
|
2197
|
-
return { year: toInteger(dateParts[0]), month:
|
|
2217
|
+
return { year: toInteger(dateParts[0]), month: -1, day: -1 };
|
|
2198
2218
|
}
|
|
2199
2219
|
else if (dateParts.length === 2 && isNumber(dateParts[0]) && isNumber(dateParts[1])) {
|
|
2200
|
-
return { year: toInteger(dateParts[0]), month: toInteger(dateParts[1]), day:
|
|
2220
|
+
return { year: toInteger(dateParts[0]), month: toInteger(dateParts[1]), day: -1 };
|
|
2201
2221
|
}
|
|
2202
2222
|
else if (dateParts.length === 3 &&
|
|
2203
2223
|
isNumber(dateParts[0]) &&
|
|
@@ -2222,9 +2242,9 @@
|
|
|
2222
2242
|
};
|
|
2223
2243
|
return DateParserFormatter;
|
|
2224
2244
|
}(i3.NgbDateParserFormatter));
|
|
2225
|
-
DateParserFormatter.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2226
|
-
DateParserFormatter.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2227
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2245
|
+
DateParserFormatter.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateParserFormatter, deps: [{ token: i2__namespace.ConfigStateService }, { token: i0.LOCALE_ID }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
2246
|
+
DateParserFormatter.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateParserFormatter });
|
|
2247
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: DateParserFormatter, decorators: [{
|
|
2228
2248
|
type: i0.Injectable
|
|
2229
2249
|
}], ctorParameters: function () {
|
|
2230
2250
|
return [{ type: i2__namespace.ConfigStateService }, { type: undefined, decorators: [{
|
|
@@ -2253,8 +2273,8 @@
|
|
|
2253
2273
|
}
|
|
2254
2274
|
return BaseThemeSharedModule;
|
|
2255
2275
|
}());
|
|
2256
|
-
BaseThemeSharedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2257
|
-
BaseThemeSharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
2276
|
+
BaseThemeSharedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BaseThemeSharedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2277
|
+
BaseThemeSharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BaseThemeSharedModule, declarations: [BreadcrumbComponent,
|
|
2258
2278
|
BreadcrumbItemsComponent,
|
|
2259
2279
|
ButtonComponent,
|
|
2260
2280
|
ConfirmationComponent,
|
|
@@ -2283,14 +2303,14 @@
|
|
|
2283
2303
|
NgxDatatableListDirective,
|
|
2284
2304
|
LoadingDirective,
|
|
2285
2305
|
ModalCloseDirective] });
|
|
2286
|
-
BaseThemeSharedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
2306
|
+
BaseThemeSharedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BaseThemeSharedModule, providers: [i1.DatePipe], imports: [[
|
|
2287
2307
|
i2.CoreModule,
|
|
2288
2308
|
i1$2.NgxDatatableModule,
|
|
2289
2309
|
core.NgxValidateCoreModule,
|
|
2290
2310
|
i3.NgbPaginationModule,
|
|
2291
2311
|
EllipsisModule,
|
|
2292
2312
|
], i1$2.NgxDatatableModule, EllipsisModule] });
|
|
2293
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2313
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: BaseThemeSharedModule, decorators: [{
|
|
2294
2314
|
type: i0.NgModule,
|
|
2295
2315
|
args: [{
|
|
2296
2316
|
imports: [
|
|
@@ -2364,10 +2384,10 @@
|
|
|
2364
2384
|
};
|
|
2365
2385
|
return ThemeSharedModule;
|
|
2366
2386
|
}());
|
|
2367
|
-
ThemeSharedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2368
|
-
ThemeSharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
2369
|
-
ThemeSharedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
2370
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2387
|
+
ThemeSharedModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ThemeSharedModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
2388
|
+
ThemeSharedModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ThemeSharedModule, imports: [BaseThemeSharedModule], exports: [BaseThemeSharedModule] });
|
|
2389
|
+
ThemeSharedModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ThemeSharedModule, imports: [[BaseThemeSharedModule], BaseThemeSharedModule] });
|
|
2390
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: ThemeSharedModule, decorators: [{
|
|
2371
2391
|
type: i0.NgModule,
|
|
2372
2392
|
args: [{
|
|
2373
2393
|
imports: [BaseThemeSharedModule],
|
|
@@ -2482,5 +2502,5 @@
|
|
|
2482
2502
|
|
|
2483
2503
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2484
2504
|
|
|
2485
|
-
}))
|
|
2505
|
+
}));
|
|
2486
2506
|
//# sourceMappingURL=abp-ng.theme.shared.umd.js.map
|