@stemy/ngx-utils 13.0.2 → 13.0.3
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/esm2020/ngx-utils/components/dynamic-table/dynamic-table.component.mjs +67 -296
- package/esm2020/ngx-utils/components/pagination-menu/pagination-menu.component.mjs +18 -108
- package/esm2020/ngx-utils/components/unordered-list/unordered-list.component.mjs +31 -227
- package/esm2020/ngx-utils/directives/async-method.base.mjs +23 -23
- package/esm2020/ngx-utils/directives/async-method.directive.mjs +16 -16
- package/esm2020/ngx-utils/directives/background.directive.mjs +13 -13
- package/esm2020/ngx-utils/directives/dynamic-table-template.directive.mjs +13 -13
- package/esm2020/ngx-utils/directives/global-template.directive.mjs +15 -15
- package/esm2020/ngx-utils/directives/icon.directive.mjs +26 -30
- package/esm2020/ngx-utils/directives/ngx-template-outlet.directive.mjs +15 -15
- package/esm2020/ngx-utils/directives/pagination-item.directive.mjs +9 -9
- package/esm2020/ngx-utils/directives/pagination.directive.mjs +25 -25
- package/esm2020/ngx-utils/directives/resource-if.directive.mjs +12 -12
- package/esm2020/ngx-utils/directives/sticky-class.directive.mjs +11 -11
- package/esm2020/ngx-utils/directives/sticky.directive.mjs +21 -25
- package/esm2020/ngx-utils/directives/unordered-list-item.directive.mjs +28 -28
- package/esm2020/ngx-utils/directives/unordered-list-template.directive.mjs +13 -13
- package/esm2020/ngx-utils/ngx-utils.imports.mjs +163 -0
- package/esm2020/ngx-utils/ngx-utils.module.mjs +73 -258
- package/esm2020/ngx-utils/pipes/chunk.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/entries.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/extra-item-properties.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/filter.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/find.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/format-number.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/get-offset.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/get-type.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/global-template.pipe.mjs +13 -13
- package/esm2020/ngx-utils/pipes/group-by.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/is-type.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/join.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/keys.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/map.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/max.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/min.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/reduce.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/remap.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/replace.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/reverse.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/round.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/safe-html.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/translate.pipe.mjs +16 -16
- package/esm2020/ngx-utils/pipes/values.pipe.mjs +9 -9
- package/esm2020/ngx-utils/plugins/resize-event.plugin.mjs +9 -9
- package/esm2020/ngx-utils/plugins/scroll-event.plugin.mjs +9 -9
- package/esm2020/ngx-utils/services/acl.service.mjs +9 -9
- package/esm2020/ngx-utils/services/api.service.mjs +6 -6
- package/esm2020/ngx-utils/services/base-http.client.mjs +6 -6
- package/esm2020/ngx-utils/services/base-http.service.mjs +26 -26
- package/esm2020/ngx-utils/services/config.service.mjs +19 -19
- package/esm2020/ngx-utils/services/error-handler.service.mjs +6 -6
- package/esm2020/ngx-utils/services/events.service.mjs +6 -6
- package/esm2020/ngx-utils/services/formatter.service.mjs +9 -9
- package/esm2020/ngx-utils/services/global-template.service.mjs +6 -6
- package/esm2020/ngx-utils/services/icon.service.mjs +6 -6
- package/esm2020/ngx-utils/services/language.service.mjs +6 -6
- package/esm2020/ngx-utils/services/open-api.service.mjs +9 -9
- package/esm2020/ngx-utils/services/promise.service.mjs +9 -9
- package/esm2020/ngx-utils/services/state.service.mjs +8 -8
- package/esm2020/ngx-utils/services/static-language.service.mjs +21 -21
- package/esm2020/ngx-utils/services/storage.service.mjs +6 -6
- package/esm2020/ngx-utils/services/toaster.service.mjs +9 -9
- package/esm2020/ngx-utils/services/translated-url.serializer.mjs +9 -9
- package/esm2020/ngx-utils/services/universal.service.mjs +9 -9
- package/esm2020/ngx-utils/utils/auth.guard.mjs +15 -15
- package/fesm2015/stemy-ngx-utils.mjs +300 -1166
- package/fesm2015/stemy-ngx-utils.mjs.map +1 -1
- package/fesm2020/stemy-ngx-utils.mjs +763 -1358
- package/fesm2020/stemy-ngx-utils.mjs.map +1 -1
- package/ngx-utils/ngx-utils.module.d.ts +49 -73
- package/package.json +1 -4
- package/bundles/stemy-ngx-utils.umd.js +0 -6121
- package/bundles/stemy-ngx-utils.umd.js.map +0 -1
- package/bundles/stemy-ngx-utils.umd.min.js +0 -16
- package/bundles/stemy-ngx-utils.umd.min.js.map +0 -1
- package/esm2015/ngx-utils/common-types.js +0 -116
- package/esm2015/ngx-utils/components/dynamic-table/dynamic-table.component.js +0 -139
- package/esm2015/ngx-utils/components/pagination-menu/pagination-menu.component.js +0 -96
- package/esm2015/ngx-utils/components/unordered-list/unordered-list.component.js +0 -51
- package/esm2015/ngx-utils/directives/async-method.base.js +0 -54
- package/esm2015/ngx-utils/directives/async-method.directive.js +0 -24
- package/esm2015/ngx-utils/directives/background.directive.js +0 -51
- package/esm2015/ngx-utils/directives/dynamic-table-template.directive.js +0 -19
- package/esm2015/ngx-utils/directives/global-template.directive.js +0 -27
- package/esm2015/ngx-utils/directives/icon.directive.js +0 -59
- package/esm2015/ngx-utils/directives/ngx-template-outlet.directive.js +0 -88
- package/esm2015/ngx-utils/directives/pagination-item.directive.js +0 -33
- package/esm2015/ngx-utils/directives/pagination.directive.js +0 -76
- package/esm2015/ngx-utils/directives/resource-if.directive.js +0 -51
- package/esm2015/ngx-utils/directives/sticky-class.directive.js +0 -35
- package/esm2015/ngx-utils/directives/sticky.directive.js +0 -48
- package/esm2015/ngx-utils/directives/unordered-list-item.directive.js +0 -70
- package/esm2015/ngx-utils/directives/unordered-list-template.directive.js +0 -26
- package/esm2015/ngx-utils/ngx-utils.module.js +0 -238
- package/esm2015/ngx-utils/pipes/chunk.pipe.js +0 -21
- package/esm2015/ngx-utils/pipes/entries.pipe.js +0 -24
- package/esm2015/ngx-utils/pipes/extra-item-properties.pipe.js +0 -27
- package/esm2015/ngx-utils/pipes/filter.pipe.js +0 -38
- package/esm2015/ngx-utils/pipes/find.pipe.js +0 -25
- package/esm2015/ngx-utils/pipes/format-number.pipe.js +0 -19
- package/esm2015/ngx-utils/pipes/get-offset.pipe.js +0 -13
- package/esm2015/ngx-utils/pipes/get-type.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/global-template.pipe.js +0 -37
- package/esm2015/ngx-utils/pipes/group-by.pipe.js +0 -23
- package/esm2015/ngx-utils/pipes/is-type.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/join.pipe.js +0 -15
- package/esm2015/ngx-utils/pipes/keys.pipe.js +0 -18
- package/esm2015/ngx-utils/pipes/map.pipe.js +0 -25
- package/esm2015/ngx-utils/pipes/max.pipe.js +0 -22
- package/esm2015/ngx-utils/pipes/min.pipe.js +0 -22
- package/esm2015/ngx-utils/pipes/reduce.pipe.js +0 -26
- package/esm2015/ngx-utils/pipes/remap.pipe.js +0 -28
- package/esm2015/ngx-utils/pipes/replace.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/reverse.pipe.js +0 -20
- package/esm2015/ngx-utils/pipes/round.pipe.js +0 -19
- package/esm2015/ngx-utils/pipes/safe-html.pipe.js +0 -32
- package/esm2015/ngx-utils/pipes/translate.pipe.js +0 -81
- package/esm2015/ngx-utils/pipes/values.pipe.js +0 -18
- package/esm2015/ngx-utils/plugins/resize-event.plugin.js +0 -56
- package/esm2015/ngx-utils/plugins/scroll-event.plugin.js +0 -36
- package/esm2015/ngx-utils/services/acl.service.js +0 -79
- package/esm2015/ngx-utils/services/api.service.js +0 -35
- package/esm2015/ngx-utils/services/auth.service.js +0 -14
- package/esm2015/ngx-utils/services/base-http.client.js +0 -46
- package/esm2015/ngx-utils/services/base-http.service.js +0 -285
- package/esm2015/ngx-utils/services/config.service.js +0 -122
- package/esm2015/ngx-utils/services/error-handler.service.js +0 -49
- package/esm2015/ngx-utils/services/events.service.js +0 -24
- package/esm2015/ngx-utils/services/formatter.service.js +0 -44
- package/esm2015/ngx-utils/services/global-template.service.js +0 -35
- package/esm2015/ngx-utils/services/icon.service.js +0 -24
- package/esm2015/ngx-utils/services/language.service.js +0 -117
- package/esm2015/ngx-utils/services/open-api.service.js +0 -41
- package/esm2015/ngx-utils/services/promise.service.js +0 -52
- package/esm2015/ngx-utils/services/state.service.js +0 -181
- package/esm2015/ngx-utils/services/static-language.service.js +0 -152
- package/esm2015/ngx-utils/services/storage.service.js +0 -48
- package/esm2015/ngx-utils/services/toaster.service.js +0 -29
- package/esm2015/ngx-utils/services/translated-url.serializer.js +0 -70
- package/esm2015/ngx-utils/services/universal.service.js +0 -75
- package/esm2015/ngx-utils/utils/ajax-request-handler.js +0 -40
- package/esm2015/ngx-utils/utils/array.utils.js +0 -100
- package/esm2015/ngx-utils/utils/auth.guard.js +0 -156
- package/esm2015/ngx-utils/utils/canvas.utils.js +0 -388
- package/esm2015/ngx-utils/utils/date.utils.js +0 -28
- package/esm2015/ngx-utils/utils/file.utils.js +0 -90
- package/esm2015/ngx-utils/utils/generic-value.js +0 -20
- package/esm2015/ngx-utils/utils/geometry.js +0 -132
- package/esm2015/ngx-utils/utils/initializer.js +0 -20
- package/esm2015/ngx-utils/utils/loader.utils.js +0 -55
- package/esm2015/ngx-utils/utils/math.utils.js +0 -15
- package/esm2015/ngx-utils/utils/object.utils.js +0 -263
- package/esm2015/ngx-utils/utils/observable.utils.js +0 -63
- package/esm2015/ngx-utils/utils/reflect.utils.js +0 -33
- package/esm2015/ngx-utils/utils/set.utils.js +0 -20
- package/esm2015/ngx-utils/utils/string.utils.js +0 -28
- package/esm2015/ngx-utils/utils/timer.utils.js +0 -52
- package/esm2015/ngx-utils/utils/unique.utils.js +0 -24
- package/esm2015/ngx-utils/utils/vector.js +0 -77
- package/esm2015/public_api.js +0 -84
- package/esm2015/stemy-ngx-utils.js +0 -7
- package/fesm2015/stemy-ngx-utils.js +0 -4860
- package/fesm2015/stemy-ngx-utils.js.map +0 -1
- package/stemy-ngx-utils.metadata.json +0 -1
|
@@ -16,7 +16,7 @@ import { HttpClient, HttpHeaders, HttpParams, HttpUrlEncodingCodec, HttpEventTyp
|
|
|
16
16
|
import * as i1$2 from '@angular/platform-browser';
|
|
17
17
|
import { ɵDomEventsPlugin, EVENT_MANAGER_PLUGINS } from '@angular/platform-browser';
|
|
18
18
|
import { addListener, removeListener } from 'resize-detector';
|
|
19
|
-
import * as
|
|
19
|
+
import * as i4 from '@angular/forms';
|
|
20
20
|
import { FormsModule } from '@angular/forms';
|
|
21
21
|
|
|
22
22
|
const defaultPredicate = () => true;
|
|
@@ -1268,14 +1268,14 @@ class UniversalService {
|
|
|
1268
1268
|
return this.crawler;
|
|
1269
1269
|
}
|
|
1270
1270
|
}
|
|
1271
|
-
UniversalService.ɵfac =
|
|
1272
|
-
UniversalService.ɵprov =
|
|
1273
|
-
(
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1271
|
+
UniversalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UniversalService, deps: [{ token: PLATFORM_ID }, { token: i1.DeviceDetectorService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1272
|
+
UniversalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UniversalService });
|
|
1273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UniversalService, decorators: [{
|
|
1274
|
+
type: Injectable
|
|
1275
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
1276
|
+
type: Inject,
|
|
1277
|
+
args: [PLATFORM_ID]
|
|
1278
|
+
}] }, { type: i1.DeviceDetectorService }]; } });
|
|
1279
1279
|
|
|
1280
1280
|
const emptySnapshot = new ActivatedRouteSnapshot();
|
|
1281
1281
|
const emptyData = { id: "" };
|
|
@@ -1433,13 +1433,13 @@ class StateService extends BehaviorSubject {
|
|
|
1433
1433
|
return [url, extras];
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
|
-
StateService.ɵfac =
|
|
1437
|
-
StateService.ɵprov =
|
|
1438
|
-
(
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1436
|
+
StateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StateService, deps: [{ token: i0.Injector }, { token: i0.NgZone }, { token: UniversalService }, { token: i2.Router, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1437
|
+
StateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StateService });
|
|
1438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StateService, decorators: [{
|
|
1439
|
+
type: Injectable
|
|
1440
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.NgZone }, { type: UniversalService }, { type: i2.Router, decorators: [{
|
|
1441
|
+
type: Optional
|
|
1442
|
+
}] }]; } });
|
|
1443
1443
|
|
|
1444
1444
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1445
1445
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -1582,8 +1582,8 @@ class AuthGuard {
|
|
|
1582
1582
|
});
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|
|
1585
|
-
AuthGuard.ɵfac =
|
|
1586
|
-
AuthGuard.ɵprov =
|
|
1585
|
+
AuthGuard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AuthGuard, deps: [{ token: Injector }, { token: StateService }, { token: AUTH_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1586
|
+
AuthGuard.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AuthGuard });
|
|
1587
1587
|
__decorate([
|
|
1588
1588
|
FactoryDependencies(AUTH_SERVICE),
|
|
1589
1589
|
__metadata("design:type", Function),
|
|
@@ -1602,18 +1602,18 @@ __decorate([
|
|
|
1602
1602
|
__metadata("design:paramtypes", [Object, StateService, String]),
|
|
1603
1603
|
__metadata("design:returntype", Function)
|
|
1604
1604
|
], AuthGuard, "guardAuthStateField", null);
|
|
1605
|
-
(
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AuthGuard, decorators: [{
|
|
1606
|
+
type: Injectable
|
|
1607
|
+
}], ctorParameters: function () { return [{ type: i0.Injector, decorators: [{
|
|
1608
|
+
type: Inject,
|
|
1609
|
+
args: [Injector]
|
|
1610
|
+
}] }, { type: StateService, decorators: [{
|
|
1611
|
+
type: Inject,
|
|
1612
|
+
args: [StateService]
|
|
1613
|
+
}] }, { type: undefined, decorators: [{
|
|
1614
|
+
type: Inject,
|
|
1615
|
+
args: [AUTH_SERVICE]
|
|
1616
|
+
}] }]; } });
|
|
1617
1617
|
|
|
1618
1618
|
class TimerUtils {
|
|
1619
1619
|
static createTimeout(func, time) {
|
|
@@ -2038,14 +2038,14 @@ class AclService {
|
|
|
2038
2038
|
return info;
|
|
2039
2039
|
}
|
|
2040
2040
|
}
|
|
2041
|
-
AclService.ɵfac =
|
|
2042
|
-
AclService.ɵprov =
|
|
2043
|
-
(
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2041
|
+
AclService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AclService, deps: [{ token: i0.Injector }, { token: StateService }, { token: AUTH_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2042
|
+
AclService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AclService });
|
|
2043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AclService, decorators: [{
|
|
2044
|
+
type: Injectable
|
|
2045
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }, { type: StateService }, { type: undefined, decorators: [{
|
|
2046
|
+
type: Inject,
|
|
2047
|
+
args: [AUTH_SERVICE]
|
|
2048
|
+
}] }]; } });
|
|
2049
2049
|
|
|
2050
2050
|
class BaseHttpClient extends HttpClient {
|
|
2051
2051
|
constructor(handler) {
|
|
@@ -2083,11 +2083,11 @@ class BaseHttpClient extends HttpClient {
|
|
|
2083
2083
|
this.extraRequestParams[name] = value;
|
|
2084
2084
|
}
|
|
2085
2085
|
}
|
|
2086
|
-
BaseHttpClient.ɵfac =
|
|
2087
|
-
BaseHttpClient.ɵprov =
|
|
2088
|
-
(
|
|
2089
|
-
|
|
2090
|
-
|
|
2086
|
+
BaseHttpClient.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpClient, deps: [{ token: i1$1.HttpHandler }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2087
|
+
BaseHttpClient.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpClient });
|
|
2088
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpClient, decorators: [{
|
|
2089
|
+
type: Injectable
|
|
2090
|
+
}], ctorParameters: function () { return [{ type: i1$1.HttpHandler }]; } });
|
|
2091
2091
|
|
|
2092
2092
|
/**
|
|
2093
2093
|
* Use this service instead of Storage to avoid Angular Universal breaks on server environment
|
|
@@ -2127,11 +2127,11 @@ class StorageService {
|
|
|
2127
2127
|
storage.removeItem(key);
|
|
2128
2128
|
}
|
|
2129
2129
|
}
|
|
2130
|
-
StorageService.ɵfac =
|
|
2131
|
-
StorageService.ɵprov =
|
|
2132
|
-
(
|
|
2133
|
-
|
|
2134
|
-
|
|
2130
|
+
StorageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StorageService, deps: [{ token: UniversalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2131
|
+
StorageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StorageService });
|
|
2132
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StorageService, decorators: [{
|
|
2133
|
+
type: Injectable
|
|
2134
|
+
}], ctorParameters: function () { return [{ type: UniversalService }]; } });
|
|
2135
2135
|
|
|
2136
2136
|
class BaseHttpService {
|
|
2137
2137
|
constructor(client, storage, language, toaster, configs, request = null) {
|
|
@@ -2393,31 +2393,31 @@ class BaseHttpService {
|
|
|
2393
2393
|
}
|
|
2394
2394
|
}
|
|
2395
2395
|
BaseHttpService.failedRequests = [];
|
|
2396
|
-
BaseHttpService.ɵfac =
|
|
2397
|
-
BaseHttpService.ɵprov =
|
|
2398
|
-
(
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2396
|
+
BaseHttpService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpService, deps: [{ token: BaseHttpClient }, { token: StorageService }, { token: LANGUAGE_SERVICE }, { token: TOASTER_SERVICE }, { token: CONFIG_SERVICE }, { token: EXPRESS_REQUEST, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2397
|
+
BaseHttpService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpService });
|
|
2398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BaseHttpService, decorators: [{
|
|
2399
|
+
type: Injectable
|
|
2400
|
+
}], ctorParameters: function () { return [{ type: BaseHttpClient, decorators: [{
|
|
2401
|
+
type: Inject,
|
|
2402
|
+
args: [BaseHttpClient]
|
|
2403
|
+
}] }, { type: StorageService, decorators: [{
|
|
2404
|
+
type: Inject,
|
|
2405
|
+
args: [StorageService]
|
|
2406
|
+
}] }, { type: undefined, decorators: [{
|
|
2407
|
+
type: Inject,
|
|
2408
|
+
args: [LANGUAGE_SERVICE]
|
|
2409
|
+
}] }, { type: undefined, decorators: [{
|
|
2410
|
+
type: Inject,
|
|
2411
|
+
args: [TOASTER_SERVICE]
|
|
2412
|
+
}] }, { type: undefined, decorators: [{
|
|
2413
|
+
type: Inject,
|
|
2414
|
+
args: [CONFIG_SERVICE]
|
|
2415
|
+
}] }, { type: undefined, decorators: [{
|
|
2416
|
+
type: Optional
|
|
2417
|
+
}, {
|
|
2418
|
+
type: Inject,
|
|
2419
|
+
args: [EXPRESS_REQUEST]
|
|
2420
|
+
}] }]; } });
|
|
2421
2421
|
|
|
2422
2422
|
class ApiService extends BaseHttpService {
|
|
2423
2423
|
get name() {
|
|
@@ -2448,11 +2448,11 @@ class ApiService extends BaseHttpService {
|
|
|
2448
2448
|
return this.listPromise(url, params);
|
|
2449
2449
|
}
|
|
2450
2450
|
}
|
|
2451
|
-
ApiService.ɵfac =
|
|
2452
|
-
ApiService.ɵprov =
|
|
2453
|
-
(
|
|
2454
|
-
|
|
2455
|
-
|
|
2451
|
+
ApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ApiService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
2452
|
+
ApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ApiService });
|
|
2453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ApiService, decorators: [{
|
|
2454
|
+
type: Injectable
|
|
2455
|
+
}] });
|
|
2456
2456
|
|
|
2457
2457
|
class StaticAuthService {
|
|
2458
2458
|
constructor() {
|
|
@@ -2569,24 +2569,24 @@ class ConfigService {
|
|
|
2569
2569
|
return decodeURIComponent(results[2].replace(/\+/g, " "));
|
|
2570
2570
|
}
|
|
2571
2571
|
}
|
|
2572
|
-
ConfigService.ɵfac =
|
|
2573
|
-
ConfigService.ɵprov =
|
|
2574
|
-
(
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2572
|
+
ConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConfigService, deps: [{ token: i1$1.HttpClient }, { token: UniversalService }, { token: ROOT_ELEMENT }, { token: BASE_CONFIG, optional: true }, { token: SCRIPT_PARAMS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2573
|
+
ConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConfigService });
|
|
2574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConfigService, decorators: [{
|
|
2575
|
+
type: Injectable
|
|
2576
|
+
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: UniversalService }, { type: undefined, decorators: [{
|
|
2577
|
+
type: Inject,
|
|
2578
|
+
args: [ROOT_ELEMENT]
|
|
2579
|
+
}] }, { type: IConfiguration, decorators: [{
|
|
2580
|
+
type: Optional
|
|
2581
|
+
}, {
|
|
2582
|
+
type: Inject,
|
|
2583
|
+
args: [BASE_CONFIG]
|
|
2584
|
+
}] }, { type: undefined, decorators: [{
|
|
2585
|
+
type: Optional
|
|
2586
|
+
}, {
|
|
2587
|
+
type: Inject,
|
|
2588
|
+
args: [SCRIPT_PARAMS]
|
|
2589
|
+
}] }]; } });
|
|
2590
2590
|
|
|
2591
2591
|
class ErrorHandlerService extends ErrorHandler {
|
|
2592
2592
|
constructor(injector) {
|
|
@@ -2627,11 +2627,11 @@ class ErrorHandlerService extends ErrorHandler {
|
|
|
2627
2627
|
console.error(`[${date}]: ${error.message}\n${error.stack}`);
|
|
2628
2628
|
}
|
|
2629
2629
|
}
|
|
2630
|
-
ErrorHandlerService.ɵfac =
|
|
2631
|
-
ErrorHandlerService.ɵprov =
|
|
2632
|
-
(
|
|
2633
|
-
|
|
2634
|
-
|
|
2630
|
+
ErrorHandlerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ErrorHandlerService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2631
|
+
ErrorHandlerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ErrorHandlerService });
|
|
2632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ErrorHandlerService, decorators: [{
|
|
2633
|
+
type: Injectable
|
|
2634
|
+
}], ctorParameters: function () { return [{ type: i0.Injector }]; } });
|
|
2635
2635
|
|
|
2636
2636
|
class EventsService {
|
|
2637
2637
|
constructor() {
|
|
@@ -2651,11 +2651,11 @@ class EventsService {
|
|
|
2651
2651
|
this.stickyUpdated.emit(sticky);
|
|
2652
2652
|
}
|
|
2653
2653
|
}
|
|
2654
|
-
EventsService.ɵfac =
|
|
2655
|
-
EventsService.ɵprov =
|
|
2656
|
-
(
|
|
2657
|
-
|
|
2658
|
-
|
|
2654
|
+
EventsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EventsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2655
|
+
EventsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EventsService });
|
|
2656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EventsService, decorators: [{
|
|
2657
|
+
type: Injectable
|
|
2658
|
+
}], ctorParameters: function () { return []; } });
|
|
2659
2659
|
|
|
2660
2660
|
class FormatterService {
|
|
2661
2661
|
constructor(language) {
|
|
@@ -2690,14 +2690,14 @@ class FormatterService {
|
|
|
2690
2690
|
return ObjectUtils.isNumber(precision) ? precision : this.defaultPrecision;
|
|
2691
2691
|
}
|
|
2692
2692
|
}
|
|
2693
|
-
FormatterService.ɵfac =
|
|
2694
|
-
FormatterService.ɵprov =
|
|
2695
|
-
(
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2693
|
+
FormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatterService, deps: [{ token: LANGUAGE_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2694
|
+
FormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatterService });
|
|
2695
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatterService, decorators: [{
|
|
2696
|
+
type: Injectable
|
|
2697
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
2698
|
+
type: Inject,
|
|
2699
|
+
args: [LANGUAGE_SERVICE]
|
|
2700
|
+
}] }]; } });
|
|
2701
2701
|
|
|
2702
2702
|
class GlobalTemplateService {
|
|
2703
2703
|
constructor() {
|
|
@@ -2727,11 +2727,11 @@ class GlobalTemplateService {
|
|
|
2727
2727
|
this.componentModifiers[id] = modifier;
|
|
2728
2728
|
}
|
|
2729
2729
|
}
|
|
2730
|
-
GlobalTemplateService.ɵfac =
|
|
2731
|
-
GlobalTemplateService.ɵprov =
|
|
2732
|
-
(
|
|
2733
|
-
|
|
2734
|
-
|
|
2730
|
+
GlobalTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2731
|
+
GlobalTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplateService });
|
|
2732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplateService, decorators: [{
|
|
2733
|
+
type: Injectable
|
|
2734
|
+
}], ctorParameters: function () { return []; } });
|
|
2735
2735
|
|
|
2736
2736
|
class IconService {
|
|
2737
2737
|
constructor() {
|
|
@@ -2751,11 +2751,11 @@ class IconService {
|
|
|
2751
2751
|
return Promise.resolve(active ? activeIcon : icon);
|
|
2752
2752
|
}
|
|
2753
2753
|
}
|
|
2754
|
-
IconService.ɵfac =
|
|
2755
|
-
IconService.ɵprov =
|
|
2756
|
-
(
|
|
2757
|
-
|
|
2758
|
-
|
|
2754
|
+
IconService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2755
|
+
IconService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IconService });
|
|
2756
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IconService, decorators: [{
|
|
2757
|
+
type: Injectable
|
|
2758
|
+
}], ctorParameters: function () { return []; } });
|
|
2759
2759
|
|
|
2760
2760
|
class StaticLanguageService {
|
|
2761
2761
|
constructor(events, storage, configs, promises, client) {
|
|
@@ -2892,26 +2892,26 @@ class StaticLanguageService {
|
|
|
2892
2892
|
return browserLang;
|
|
2893
2893
|
}
|
|
2894
2894
|
}
|
|
2895
|
-
StaticLanguageService.ɵfac =
|
|
2896
|
-
StaticLanguageService.ɵprov =
|
|
2897
|
-
(
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2895
|
+
StaticLanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StaticLanguageService, deps: [{ token: EventsService }, { token: StorageService }, { token: CONFIG_SERVICE }, { token: PROMISE_SERVICE }, { token: BaseHttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2896
|
+
StaticLanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StaticLanguageService });
|
|
2897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StaticLanguageService, decorators: [{
|
|
2898
|
+
type: Injectable
|
|
2899
|
+
}], ctorParameters: function () { return [{ type: EventsService, decorators: [{
|
|
2900
|
+
type: Inject,
|
|
2901
|
+
args: [EventsService]
|
|
2902
|
+
}] }, { type: StorageService, decorators: [{
|
|
2903
|
+
type: Inject,
|
|
2904
|
+
args: [StorageService]
|
|
2905
|
+
}] }, { type: undefined, decorators: [{
|
|
2906
|
+
type: Inject,
|
|
2907
|
+
args: [CONFIG_SERVICE]
|
|
2908
|
+
}] }, { type: undefined, decorators: [{
|
|
2909
|
+
type: Inject,
|
|
2910
|
+
args: [PROMISE_SERVICE]
|
|
2911
|
+
}] }, { type: BaseHttpClient, decorators: [{
|
|
2912
|
+
type: Inject,
|
|
2913
|
+
args: [BaseHttpClient]
|
|
2914
|
+
}] }]; } });
|
|
2915
2915
|
|
|
2916
2916
|
class LanguageService extends StaticLanguageService {
|
|
2917
2917
|
get currentLanguage() {
|
|
@@ -3015,11 +3015,11 @@ class LanguageService extends StaticLanguageService {
|
|
|
3015
3015
|
return this.settingsPromise;
|
|
3016
3016
|
}
|
|
3017
3017
|
}
|
|
3018
|
-
LanguageService.ɵfac =
|
|
3019
|
-
LanguageService.ɵprov =
|
|
3020
|
-
(
|
|
3021
|
-
|
|
3022
|
-
|
|
3018
|
+
LanguageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: LanguageService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
3019
|
+
LanguageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: LanguageService });
|
|
3020
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: LanguageService, decorators: [{
|
|
3021
|
+
type: Injectable
|
|
3022
|
+
}] });
|
|
3023
3023
|
|
|
3024
3024
|
class OpenApiService {
|
|
3025
3025
|
constructor(api) {
|
|
@@ -3049,14 +3049,14 @@ class OpenApiService {
|
|
|
3049
3049
|
return schemas[name];
|
|
3050
3050
|
}
|
|
3051
3051
|
}
|
|
3052
|
-
OpenApiService.ɵfac =
|
|
3053
|
-
OpenApiService.ɵprov =
|
|
3054
|
-
(
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3052
|
+
OpenApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OpenApiService, deps: [{ token: API_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3053
|
+
OpenApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OpenApiService });
|
|
3054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: OpenApiService, decorators: [{
|
|
3055
|
+
type: Injectable
|
|
3056
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3057
|
+
type: Inject,
|
|
3058
|
+
args: [API_SERVICE]
|
|
3059
|
+
}] }]; } });
|
|
3060
3060
|
|
|
3061
3061
|
class ConsoleToasterService {
|
|
3062
3062
|
constructor(language) {
|
|
@@ -3078,14 +3078,14 @@ class ConsoleToasterService {
|
|
|
3078
3078
|
this.language.getTranslation(message, params).then(callback);
|
|
3079
3079
|
}
|
|
3080
3080
|
}
|
|
3081
|
-
ConsoleToasterService.ɵfac =
|
|
3082
|
-
ConsoleToasterService.ɵprov =
|
|
3083
|
-
(
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3081
|
+
ConsoleToasterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConsoleToasterService, deps: [{ token: LANGUAGE_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3082
|
+
ConsoleToasterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConsoleToasterService });
|
|
3083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ConsoleToasterService, decorators: [{
|
|
3084
|
+
type: Injectable
|
|
3085
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3086
|
+
type: Inject,
|
|
3087
|
+
args: [LANGUAGE_SERVICE]
|
|
3088
|
+
}] }]; } });
|
|
3089
3089
|
|
|
3090
3090
|
class TranslatedUrlSerializer extends DefaultUrlSerializer {
|
|
3091
3091
|
constructor(language) {
|
|
@@ -3147,14 +3147,14 @@ class TranslatedUrlSerializer extends DefaultUrlSerializer {
|
|
|
3147
3147
|
return newGroup;
|
|
3148
3148
|
}
|
|
3149
3149
|
}
|
|
3150
|
-
TranslatedUrlSerializer.ɵfac =
|
|
3151
|
-
TranslatedUrlSerializer.ɵprov =
|
|
3152
|
-
(
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3150
|
+
TranslatedUrlSerializer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatedUrlSerializer, deps: [{ token: LANGUAGE_SERVICE }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3151
|
+
TranslatedUrlSerializer.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatedUrlSerializer });
|
|
3152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatedUrlSerializer, decorators: [{
|
|
3153
|
+
type: Injectable
|
|
3154
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3155
|
+
type: Inject,
|
|
3156
|
+
args: [LANGUAGE_SERVICE]
|
|
3157
|
+
}] }]; } });
|
|
3158
3158
|
|
|
3159
3159
|
class PromiseService {
|
|
3160
3160
|
constructor(zone) {
|
|
@@ -3200,14 +3200,14 @@ class PromiseService {
|
|
|
3200
3200
|
});
|
|
3201
3201
|
}
|
|
3202
3202
|
}
|
|
3203
|
-
PromiseService.ɵfac =
|
|
3204
|
-
PromiseService.ɵprov =
|
|
3205
|
-
(
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3203
|
+
PromiseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PromiseService, deps: [{ token: NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3204
|
+
PromiseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PromiseService });
|
|
3205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PromiseService, decorators: [{
|
|
3206
|
+
type: Injectable
|
|
3207
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone, decorators: [{
|
|
3208
|
+
type: Inject,
|
|
3209
|
+
args: [NgZone]
|
|
3210
|
+
}] }]; } });
|
|
3211
3211
|
|
|
3212
3212
|
function emptyRemove$1() {
|
|
3213
3213
|
}
|
|
@@ -3252,14 +3252,14 @@ class ResizeEventPlugin extends ɵDomEventsPlugin {
|
|
|
3252
3252
|
}
|
|
3253
3253
|
}
|
|
3254
3254
|
ResizeEventPlugin.EVENT_NAME = "resize";
|
|
3255
|
-
ResizeEventPlugin.ɵfac =
|
|
3256
|
-
ResizeEventPlugin.ɵprov =
|
|
3257
|
-
(
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3255
|
+
ResizeEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ResizeEventPlugin, deps: [{ token: DOCUMENT }, { token: UniversalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3256
|
+
ResizeEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ResizeEventPlugin });
|
|
3257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ResizeEventPlugin, decorators: [{
|
|
3258
|
+
type: Injectable
|
|
3259
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3260
|
+
type: Inject,
|
|
3261
|
+
args: [DOCUMENT]
|
|
3262
|
+
}] }, { type: UniversalService }]; } });
|
|
3263
3263
|
|
|
3264
3264
|
function emptyRemove() {
|
|
3265
3265
|
}
|
|
@@ -3285,14 +3285,14 @@ class ScrollEventPlugin extends ɵDomEventsPlugin {
|
|
|
3285
3285
|
}
|
|
3286
3286
|
}
|
|
3287
3287
|
ScrollEventPlugin.EVENT_NAME = "scroll";
|
|
3288
|
-
ScrollEventPlugin.ɵfac =
|
|
3289
|
-
ScrollEventPlugin.ɵprov =
|
|
3290
|
-
(
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3288
|
+
ScrollEventPlugin.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollEventPlugin, deps: [{ token: DOCUMENT }, { token: UniversalService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3289
|
+
ScrollEventPlugin.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollEventPlugin });
|
|
3290
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ScrollEventPlugin, decorators: [{
|
|
3291
|
+
type: Injectable
|
|
3292
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3293
|
+
type: Inject,
|
|
3294
|
+
args: [DOCUMENT]
|
|
3295
|
+
}] }, { type: UniversalService }]; } });
|
|
3296
3296
|
|
|
3297
3297
|
class ChunkPipe {
|
|
3298
3298
|
transform(items, count) {
|
|
@@ -3308,14 +3308,14 @@ class ChunkPipe {
|
|
|
3308
3308
|
return result;
|
|
3309
3309
|
}
|
|
3310
3310
|
}
|
|
3311
|
-
ChunkPipe.ɵfac =
|
|
3312
|
-
ChunkPipe.ɵpipe =
|
|
3313
|
-
(
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3311
|
+
ChunkPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ChunkPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3312
|
+
ChunkPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ChunkPipe, name: "chunk" });
|
|
3313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ChunkPipe, decorators: [{
|
|
3314
|
+
type: Pipe,
|
|
3315
|
+
args: [{
|
|
3316
|
+
name: "chunk"
|
|
3317
|
+
}]
|
|
3318
|
+
}] });
|
|
3319
3319
|
|
|
3320
3320
|
const emptyEntries = [];
|
|
3321
3321
|
class EntriesPipe {
|
|
@@ -3333,14 +3333,14 @@ class EntriesPipe {
|
|
|
3333
3333
|
return entries;
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
|
-
EntriesPipe.ɵfac =
|
|
3337
|
-
EntriesPipe.ɵpipe =
|
|
3338
|
-
(
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3336
|
+
EntriesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EntriesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3337
|
+
EntriesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EntriesPipe, name: "entries" });
|
|
3338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: EntriesPipe, decorators: [{
|
|
3339
|
+
type: Pipe,
|
|
3340
|
+
args: [{
|
|
3341
|
+
name: "entries"
|
|
3342
|
+
}]
|
|
3343
|
+
}] });
|
|
3344
3344
|
|
|
3345
3345
|
class ExtraItemPropertiesPipe {
|
|
3346
3346
|
transform(items, properties, params = {}) {
|
|
@@ -3361,14 +3361,14 @@ class ExtraItemPropertiesPipe {
|
|
|
3361
3361
|
}, { ...item }));
|
|
3362
3362
|
}
|
|
3363
3363
|
}
|
|
3364
|
-
ExtraItemPropertiesPipe.ɵfac =
|
|
3365
|
-
ExtraItemPropertiesPipe.ɵpipe =
|
|
3366
|
-
(
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3364
|
+
ExtraItemPropertiesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ExtraItemPropertiesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3365
|
+
ExtraItemPropertiesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ExtraItemPropertiesPipe, name: "extraItemProperties" });
|
|
3366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ExtraItemPropertiesPipe, decorators: [{
|
|
3367
|
+
type: Pipe,
|
|
3368
|
+
args: [{
|
|
3369
|
+
name: "extraItemProperties"
|
|
3370
|
+
}]
|
|
3371
|
+
}] });
|
|
3372
3372
|
|
|
3373
3373
|
function defaultFilter$1() {
|
|
3374
3374
|
return true;
|
|
@@ -3400,14 +3400,14 @@ class FilterPipe {
|
|
|
3400
3400
|
});
|
|
3401
3401
|
}
|
|
3402
3402
|
}
|
|
3403
|
-
FilterPipe.ɵfac =
|
|
3404
|
-
FilterPipe.ɵpipe =
|
|
3405
|
-
(
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3403
|
+
FilterPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FilterPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3404
|
+
FilterPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FilterPipe, name: "filter" });
|
|
3405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FilterPipe, decorators: [{
|
|
3406
|
+
type: Pipe,
|
|
3407
|
+
args: [{
|
|
3408
|
+
name: "filter"
|
|
3409
|
+
}]
|
|
3410
|
+
}] });
|
|
3411
3411
|
|
|
3412
3412
|
function defaultFilter() {
|
|
3413
3413
|
return true;
|
|
@@ -3426,14 +3426,14 @@ class FindPipe {
|
|
|
3426
3426
|
return values.find((value, index) => filterFunc(value, index, params));
|
|
3427
3427
|
}
|
|
3428
3428
|
}
|
|
3429
|
-
FindPipe.ɵfac =
|
|
3430
|
-
FindPipe.ɵpipe =
|
|
3431
|
-
(
|
|
3432
|
-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3429
|
+
FindPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FindPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3430
|
+
FindPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FindPipe, name: "find" });
|
|
3431
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FindPipe, decorators: [{
|
|
3432
|
+
type: Pipe,
|
|
3433
|
+
args: [{
|
|
3434
|
+
name: "find"
|
|
3435
|
+
}]
|
|
3436
|
+
}] });
|
|
3437
3437
|
|
|
3438
3438
|
class FormatNumberPipe {
|
|
3439
3439
|
constructor(formatter) {
|
|
@@ -3443,42 +3443,42 @@ class FormatNumberPipe {
|
|
|
3443
3443
|
return this.formatter.formatNumber(value, format, precision, divider);
|
|
3444
3444
|
}
|
|
3445
3445
|
}
|
|
3446
|
-
FormatNumberPipe.ɵfac =
|
|
3447
|
-
FormatNumberPipe.ɵpipe =
|
|
3448
|
-
(
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3446
|
+
FormatNumberPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatNumberPipe, deps: [{ token: FormatterService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3447
|
+
FormatNumberPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatNumberPipe, name: "formatNumber" });
|
|
3448
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: FormatNumberPipe, decorators: [{
|
|
3449
|
+
type: Pipe,
|
|
3450
|
+
args: [{
|
|
3451
|
+
name: "formatNumber"
|
|
3452
|
+
}]
|
|
3453
|
+
}], ctorParameters: function () { return [{ type: FormatterService }]; } });
|
|
3454
3454
|
|
|
3455
3455
|
class GetOffsetPipe {
|
|
3456
3456
|
transform(value, offset) {
|
|
3457
3457
|
return value ? (ObjectUtils.isNullOrUndefined(offset) ? value : value[offset]) : null;
|
|
3458
3458
|
}
|
|
3459
3459
|
}
|
|
3460
|
-
GetOffsetPipe.ɵfac =
|
|
3461
|
-
GetOffsetPipe.ɵpipe =
|
|
3462
|
-
(
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3460
|
+
GetOffsetPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetOffsetPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3461
|
+
GetOffsetPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetOffsetPipe, name: "getOffset" });
|
|
3462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetOffsetPipe, decorators: [{
|
|
3463
|
+
type: Pipe,
|
|
3464
|
+
args: [{
|
|
3465
|
+
name: "getOffset"
|
|
3466
|
+
}]
|
|
3467
|
+
}] });
|
|
3468
3468
|
|
|
3469
3469
|
class GetTypePipe {
|
|
3470
3470
|
transform(value) {
|
|
3471
3471
|
return typeof value;
|
|
3472
3472
|
}
|
|
3473
3473
|
}
|
|
3474
|
-
GetTypePipe.ɵfac =
|
|
3475
|
-
GetTypePipe.ɵpipe =
|
|
3476
|
-
(
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3474
|
+
GetTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3475
|
+
GetTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetTypePipe, name: "getType" });
|
|
3476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GetTypePipe, decorators: [{
|
|
3477
|
+
type: Pipe,
|
|
3478
|
+
args: [{
|
|
3479
|
+
name: "getType"
|
|
3480
|
+
}]
|
|
3481
|
+
}] });
|
|
3482
3482
|
|
|
3483
3483
|
class GlobalTemplatePipe {
|
|
3484
3484
|
constructor(globalTemplates) {
|
|
@@ -3505,18 +3505,18 @@ class GlobalTemplatePipe {
|
|
|
3505
3505
|
return this.cachedTemplate;
|
|
3506
3506
|
}
|
|
3507
3507
|
}
|
|
3508
|
-
GlobalTemplatePipe.ɵfac =
|
|
3509
|
-
GlobalTemplatePipe.ɵpipe =
|
|
3510
|
-
(
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3508
|
+
GlobalTemplatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplatePipe, deps: [{ token: GLOBAL_TEMPLATES }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3509
|
+
GlobalTemplatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplatePipe, name: "globalTemplate", pure: false });
|
|
3510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplatePipe, decorators: [{
|
|
3511
|
+
type: Pipe,
|
|
3512
|
+
args: [{
|
|
3513
|
+
pure: false,
|
|
3514
|
+
name: "globalTemplate"
|
|
3515
|
+
}]
|
|
3516
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3517
|
+
type: Inject,
|
|
3518
|
+
args: [GLOBAL_TEMPLATES]
|
|
3519
|
+
}] }]; } });
|
|
3520
3520
|
|
|
3521
3521
|
class GroupByPipe {
|
|
3522
3522
|
transform(records, column, map = null) {
|
|
@@ -3533,28 +3533,28 @@ class GroupByPipe {
|
|
|
3533
3533
|
});
|
|
3534
3534
|
}
|
|
3535
3535
|
}
|
|
3536
|
-
GroupByPipe.ɵfac =
|
|
3537
|
-
GroupByPipe.ɵpipe =
|
|
3538
|
-
(
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3536
|
+
GroupByPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GroupByPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3537
|
+
GroupByPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GroupByPipe, name: "groupBy" });
|
|
3538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GroupByPipe, decorators: [{
|
|
3539
|
+
type: Pipe,
|
|
3540
|
+
args: [{
|
|
3541
|
+
name: "groupBy"
|
|
3542
|
+
}]
|
|
3543
|
+
}] });
|
|
3544
3544
|
|
|
3545
3545
|
class IsTypePipe {
|
|
3546
3546
|
transform(value, type) {
|
|
3547
3547
|
return (typeof value) === type;
|
|
3548
3548
|
}
|
|
3549
3549
|
}
|
|
3550
|
-
IsTypePipe.ɵfac =
|
|
3551
|
-
IsTypePipe.ɵpipe =
|
|
3552
|
-
(
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3550
|
+
IsTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IsTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3551
|
+
IsTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IsTypePipe, name: "isType" });
|
|
3552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IsTypePipe, decorators: [{
|
|
3553
|
+
type: Pipe,
|
|
3554
|
+
args: [{
|
|
3555
|
+
name: "isType"
|
|
3556
|
+
}]
|
|
3557
|
+
}] });
|
|
3558
3558
|
|
|
3559
3559
|
class JoinPipe {
|
|
3560
3560
|
transform(value, separator = ", ") {
|
|
@@ -3563,14 +3563,14 @@ class JoinPipe {
|
|
|
3563
3563
|
: "";
|
|
3564
3564
|
}
|
|
3565
3565
|
}
|
|
3566
|
-
JoinPipe.ɵfac =
|
|
3567
|
-
JoinPipe.ɵpipe =
|
|
3568
|
-
(
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3566
|
+
JoinPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: JoinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3567
|
+
JoinPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: JoinPipe, name: "join" });
|
|
3568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: JoinPipe, decorators: [{
|
|
3569
|
+
type: Pipe,
|
|
3570
|
+
args: [{
|
|
3571
|
+
name: "join"
|
|
3572
|
+
}]
|
|
3573
|
+
}] });
|
|
3574
3574
|
|
|
3575
3575
|
const emptyKeys = [];
|
|
3576
3576
|
class KeysPipe {
|
|
@@ -3582,14 +3582,14 @@ class KeysPipe {
|
|
|
3582
3582
|
: Object.keys(value);
|
|
3583
3583
|
}
|
|
3584
3584
|
}
|
|
3585
|
-
KeysPipe.ɵfac =
|
|
3586
|
-
KeysPipe.ɵpipe =
|
|
3587
|
-
(
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3585
|
+
KeysPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: KeysPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3586
|
+
KeysPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: KeysPipe, name: "keys" });
|
|
3587
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: KeysPipe, decorators: [{
|
|
3588
|
+
type: Pipe,
|
|
3589
|
+
args: [{
|
|
3590
|
+
name: "keys"
|
|
3591
|
+
}]
|
|
3592
|
+
}] });
|
|
3593
3593
|
|
|
3594
3594
|
function defaultMapper(item) {
|
|
3595
3595
|
return item;
|
|
@@ -3608,14 +3608,14 @@ class MapPipe {
|
|
|
3608
3608
|
return values.map((value, index) => mapperFunc(value, index, params));
|
|
3609
3609
|
}
|
|
3610
3610
|
}
|
|
3611
|
-
MapPipe.ɵfac =
|
|
3612
|
-
MapPipe.ɵpipe =
|
|
3613
|
-
(
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3611
|
+
MapPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3612
|
+
MapPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MapPipe, name: "map" });
|
|
3613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MapPipe, decorators: [{
|
|
3614
|
+
type: Pipe,
|
|
3615
|
+
args: [{
|
|
3616
|
+
name: "map"
|
|
3617
|
+
}]
|
|
3618
|
+
}] });
|
|
3619
3619
|
|
|
3620
3620
|
class MaxPipe {
|
|
3621
3621
|
transform(value, selector = null, params = {}) {
|
|
@@ -3630,14 +3630,14 @@ class MaxPipe {
|
|
|
3630
3630
|
return ArrayUtils.max(value, (item, index) => maxSelector(item, index, params));
|
|
3631
3631
|
}
|
|
3632
3632
|
}
|
|
3633
|
-
MaxPipe.ɵfac =
|
|
3634
|
-
MaxPipe.ɵpipe =
|
|
3635
|
-
(
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3633
|
+
MaxPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MaxPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3634
|
+
MaxPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MaxPipe, name: "max" });
|
|
3635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MaxPipe, decorators: [{
|
|
3636
|
+
type: Pipe,
|
|
3637
|
+
args: [{
|
|
3638
|
+
name: "max"
|
|
3639
|
+
}]
|
|
3640
|
+
}] });
|
|
3641
3641
|
|
|
3642
3642
|
class MinPipe {
|
|
3643
3643
|
transform(value, selector = null, params = {}) {
|
|
@@ -3652,14 +3652,14 @@ class MinPipe {
|
|
|
3652
3652
|
return ArrayUtils.min(value, (item, index) => minSelector(item, index, params));
|
|
3653
3653
|
}
|
|
3654
3654
|
}
|
|
3655
|
-
MinPipe.ɵfac =
|
|
3656
|
-
MinPipe.ɵpipe =
|
|
3657
|
-
(
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3655
|
+
MinPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MinPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3656
|
+
MinPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MinPipe, name: "min" });
|
|
3657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: MinPipe, decorators: [{
|
|
3658
|
+
type: Pipe,
|
|
3659
|
+
args: [{
|
|
3660
|
+
name: "min"
|
|
3661
|
+
}]
|
|
3662
|
+
}] });
|
|
3663
3663
|
|
|
3664
3664
|
function defaultReducer(result) {
|
|
3665
3665
|
return result;
|
|
@@ -3679,14 +3679,14 @@ class ReducePipe {
|
|
|
3679
3679
|
return values.reduce((result, value, index) => mapperFunc(result, value, index, params), source);
|
|
3680
3680
|
}
|
|
3681
3681
|
}
|
|
3682
|
-
ReducePipe.ɵfac =
|
|
3683
|
-
ReducePipe.ɵpipe =
|
|
3684
|
-
(
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3682
|
+
ReducePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReducePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3683
|
+
ReducePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReducePipe, name: "reduce" });
|
|
3684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReducePipe, decorators: [{
|
|
3685
|
+
type: Pipe,
|
|
3686
|
+
args: [{
|
|
3687
|
+
name: "reduce"
|
|
3688
|
+
}]
|
|
3689
|
+
}] });
|
|
3690
3690
|
|
|
3691
3691
|
const empty = {};
|
|
3692
3692
|
class RemapPipe {
|
|
@@ -3708,28 +3708,28 @@ class RemapPipe {
|
|
|
3708
3708
|
return remapped.map;
|
|
3709
3709
|
}
|
|
3710
3710
|
}
|
|
3711
|
-
RemapPipe.ɵfac =
|
|
3712
|
-
RemapPipe.ɵpipe =
|
|
3713
|
-
(
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3711
|
+
RemapPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RemapPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3712
|
+
RemapPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RemapPipe, name: "remap" });
|
|
3713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RemapPipe, decorators: [{
|
|
3714
|
+
type: Pipe,
|
|
3715
|
+
args: [{
|
|
3716
|
+
name: "remap"
|
|
3717
|
+
}]
|
|
3718
|
+
}] });
|
|
3719
3719
|
|
|
3720
3720
|
class ReplacePipe {
|
|
3721
3721
|
transform(value, from, to) {
|
|
3722
3722
|
return value ? value.replace(from, to) : value;
|
|
3723
3723
|
}
|
|
3724
3724
|
}
|
|
3725
|
-
ReplacePipe.ɵfac =
|
|
3726
|
-
ReplacePipe.ɵpipe =
|
|
3727
|
-
(
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3725
|
+
ReplacePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3726
|
+
ReplacePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReplacePipe, name: "replace" });
|
|
3727
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReplacePipe, decorators: [{
|
|
3728
|
+
type: Pipe,
|
|
3729
|
+
args: [{
|
|
3730
|
+
name: "replace"
|
|
3731
|
+
}]
|
|
3732
|
+
}] });
|
|
3733
3733
|
|
|
3734
3734
|
const emptyArray = [];
|
|
3735
3735
|
class ReversePipe {
|
|
@@ -3743,14 +3743,14 @@ class ReversePipe {
|
|
|
3743
3743
|
return result;
|
|
3744
3744
|
}
|
|
3745
3745
|
}
|
|
3746
|
-
ReversePipe.ɵfac =
|
|
3747
|
-
ReversePipe.ɵpipe =
|
|
3748
|
-
(
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3746
|
+
ReversePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReversePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3747
|
+
ReversePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReversePipe, name: "reverse" });
|
|
3748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ReversePipe, decorators: [{
|
|
3749
|
+
type: Pipe,
|
|
3750
|
+
args: [{
|
|
3751
|
+
name: "reverse"
|
|
3752
|
+
}]
|
|
3753
|
+
}] });
|
|
3754
3754
|
|
|
3755
3755
|
class RoundPipe {
|
|
3756
3756
|
constructor(formatter) {
|
|
@@ -3760,14 +3760,14 @@ class RoundPipe {
|
|
|
3760
3760
|
return this.formatter.roundNumber(value, precision, divider);
|
|
3761
3761
|
}
|
|
3762
3762
|
}
|
|
3763
|
-
RoundPipe.ɵfac =
|
|
3764
|
-
RoundPipe.ɵpipe =
|
|
3765
|
-
(
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3763
|
+
RoundPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RoundPipe, deps: [{ token: FormatterService }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3764
|
+
RoundPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RoundPipe, name: "round" });
|
|
3765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: RoundPipe, decorators: [{
|
|
3766
|
+
type: Pipe,
|
|
3767
|
+
args: [{
|
|
3768
|
+
name: "round"
|
|
3769
|
+
}]
|
|
3770
|
+
}], ctorParameters: function () { return [{ type: FormatterService }]; } });
|
|
3771
3771
|
|
|
3772
3772
|
class SafeHtmlPipe {
|
|
3773
3773
|
constructor(sanitizer) {
|
|
@@ -3790,14 +3790,14 @@ class SafeHtmlPipe {
|
|
|
3790
3790
|
}
|
|
3791
3791
|
}
|
|
3792
3792
|
}
|
|
3793
|
-
SafeHtmlPipe.ɵfac =
|
|
3794
|
-
SafeHtmlPipe.ɵpipe =
|
|
3795
|
-
(
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3793
|
+
SafeHtmlPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: SafeHtmlPipe, deps: [{ token: i1$2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3794
|
+
SafeHtmlPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: SafeHtmlPipe, name: "safe" });
|
|
3795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: SafeHtmlPipe, decorators: [{
|
|
3796
|
+
type: Pipe,
|
|
3797
|
+
args: [{
|
|
3798
|
+
name: "safe"
|
|
3799
|
+
}]
|
|
3800
|
+
}], ctorParameters: function () { return [{ type: i1$2.DomSanitizer }]; } });
|
|
3801
3801
|
|
|
3802
3802
|
class TranslatePipe {
|
|
3803
3803
|
constructor(cdr, language) {
|
|
@@ -3865,21 +3865,21 @@ class TranslatePipe {
|
|
|
3865
3865
|
return this.lastValue;
|
|
3866
3866
|
}
|
|
3867
3867
|
}
|
|
3868
|
-
TranslatePipe.ɵfac =
|
|
3869
|
-
TranslatePipe.ɵpipe =
|
|
3870
|
-
TranslatePipe.ɵprov =
|
|
3871
|
-
(
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3868
|
+
TranslatePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatePipe, deps: [{ token: i0.ChangeDetectorRef }, { token: LANGUAGE_SERVICE }], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3869
|
+
TranslatePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatePipe, name: "translate", pure: false });
|
|
3870
|
+
TranslatePipe.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatePipe });
|
|
3871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: TranslatePipe, decorators: [{
|
|
3872
|
+
type: Injectable
|
|
3873
|
+
}, {
|
|
3874
|
+
type: Pipe,
|
|
3875
|
+
args: [{
|
|
3876
|
+
name: "translate",
|
|
3877
|
+
pure: false
|
|
3878
|
+
}]
|
|
3879
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
|
|
3880
|
+
type: Inject,
|
|
3881
|
+
args: [LANGUAGE_SERVICE]
|
|
3882
|
+
}] }]; } });
|
|
3883
3883
|
|
|
3884
3884
|
const emptyValues = [];
|
|
3885
3885
|
class ValuesPipe {
|
|
@@ -3891,14 +3891,14 @@ class ValuesPipe {
|
|
|
3891
3891
|
: Object.keys(value).map(key => value[key]);
|
|
3892
3892
|
}
|
|
3893
3893
|
}
|
|
3894
|
-
ValuesPipe.ɵfac =
|
|
3895
|
-
ValuesPipe.ɵpipe =
|
|
3896
|
-
(
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3894
|
+
ValuesPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ValuesPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
|
|
3895
|
+
ValuesPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ValuesPipe, name: "values" });
|
|
3896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ValuesPipe, decorators: [{
|
|
3897
|
+
type: Pipe,
|
|
3898
|
+
args: [{
|
|
3899
|
+
name: "values"
|
|
3900
|
+
}]
|
|
3901
|
+
}] });
|
|
3902
3902
|
|
|
3903
3903
|
class AsyncMethodBase {
|
|
3904
3904
|
constructor(toaster) {
|
|
@@ -3943,28 +3943,28 @@ class AsyncMethodBase {
|
|
|
3943
3943
|
return true;
|
|
3944
3944
|
}
|
|
3945
3945
|
}
|
|
3946
|
-
AsyncMethodBase.ɵfac =
|
|
3947
|
-
AsyncMethodBase.ɵprov =
|
|
3948
|
-
(
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3946
|
+
AsyncMethodBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AsyncMethodBase, deps: "invalid", target: i0.ɵɵFactoryTarget.Injectable });
|
|
3947
|
+
AsyncMethodBase.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AsyncMethodBase });
|
|
3948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AsyncMethodBase, decorators: [{
|
|
3949
|
+
type: Injectable
|
|
3950
|
+
}], ctorParameters: function () { return [{ type: undefined }]; }, propDecorators: { disabled: [{
|
|
3951
|
+
type: Input
|
|
3952
|
+
}], context: [{
|
|
3953
|
+
type: Input
|
|
3954
|
+
}], onSuccess: [{
|
|
3955
|
+
type: Output
|
|
3956
|
+
}], onError: [{
|
|
3957
|
+
type: Output
|
|
3958
|
+
}], isDisabled: [{
|
|
3959
|
+
type: HostBinding,
|
|
3960
|
+
args: ["class.disabled"]
|
|
3961
|
+
}], isLoading: [{
|
|
3962
|
+
type: HostBinding,
|
|
3963
|
+
args: ["class.loading"]
|
|
3964
|
+
}], click: [{
|
|
3965
|
+
type: HostListener,
|
|
3966
|
+
args: ["click"]
|
|
3967
|
+
}] } });
|
|
3968
3968
|
|
|
3969
3969
|
class AsyncMethodDirective extends AsyncMethodBase {
|
|
3970
3970
|
constructor(toaster) {
|
|
@@ -3974,21 +3974,21 @@ class AsyncMethodDirective extends AsyncMethodBase {
|
|
|
3974
3974
|
return this.method;
|
|
3975
3975
|
}
|
|
3976
3976
|
}
|
|
3977
|
-
AsyncMethodDirective.ɵfac =
|
|
3978
|
-
AsyncMethodDirective.ɵdir =
|
|
3979
|
-
(
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3977
|
+
AsyncMethodDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AsyncMethodDirective, deps: [{ token: TOASTER_SERVICE }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3978
|
+
AsyncMethodDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: AsyncMethodDirective, selector: "[async-method]", inputs: { method: ["async-method", "method"] }, exportAs: ["async-method"], usesInheritance: true, ngImport: i0 });
|
|
3979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: AsyncMethodDirective, decorators: [{
|
|
3980
|
+
type: Directive,
|
|
3981
|
+
args: [{
|
|
3982
|
+
selector: "[async-method]",
|
|
3983
|
+
exportAs: "async-method"
|
|
3984
|
+
}]
|
|
3985
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
3986
|
+
type: Inject,
|
|
3987
|
+
args: [TOASTER_SERVICE]
|
|
3988
|
+
}] }]; }, propDecorators: { method: [{
|
|
3989
|
+
type: Input,
|
|
3990
|
+
args: ["async-method"]
|
|
3991
|
+
}] } });
|
|
3992
3992
|
|
|
3993
3993
|
const defaultClass = "default-image";
|
|
3994
3994
|
const loadingClass = "loading-image";
|
|
@@ -4021,36 +4021,36 @@ class BackgroundDirective {
|
|
|
4021
4021
|
this.renderer.setStyle(this.element.nativeElement, "background-size", this.backgroundSize);
|
|
4022
4022
|
}
|
|
4023
4023
|
}
|
|
4024
|
-
BackgroundDirective.ɵfac =
|
|
4025
|
-
BackgroundDirective.ɵdir =
|
|
4026
|
-
(
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
|
|
4034
|
-
|
|
4035
|
-
|
|
4024
|
+
BackgroundDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BackgroundDirective, deps: [{ token: i1$1.HttpClient }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: UniversalService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4025
|
+
BackgroundDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: BackgroundDirective, selector: "[background]", inputs: { background: "background", backgroundSize: "backgroundSize" }, usesOnChanges: true, ngImport: i0 });
|
|
4026
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: BackgroundDirective, decorators: [{
|
|
4027
|
+
type: Directive,
|
|
4028
|
+
args: [{
|
|
4029
|
+
selector: "[background]"
|
|
4030
|
+
}]
|
|
4031
|
+
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: UniversalService }]; }, propDecorators: { background: [{
|
|
4032
|
+
type: Input
|
|
4033
|
+
}], backgroundSize: [{
|
|
4034
|
+
type: Input
|
|
4035
|
+
}] } });
|
|
4036
4036
|
|
|
4037
4037
|
class DynamicTableTemplateDirective {
|
|
4038
4038
|
constructor(ref) {
|
|
4039
4039
|
this.ref = ref;
|
|
4040
4040
|
}
|
|
4041
4041
|
}
|
|
4042
|
-
DynamicTableTemplateDirective.ɵfac =
|
|
4043
|
-
DynamicTableTemplateDirective.ɵdir =
|
|
4044
|
-
(
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4042
|
+
DynamicTableTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: DynamicTableTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4043
|
+
DynamicTableTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: DynamicTableTemplateDirective, selector: "ng-template[column]", inputs: { column: "column", pure: "pure" }, ngImport: i0 });
|
|
4044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: DynamicTableTemplateDirective, decorators: [{
|
|
4045
|
+
type: Directive,
|
|
4046
|
+
args: [{
|
|
4047
|
+
selector: "ng-template[column]"
|
|
4048
|
+
}]
|
|
4049
|
+
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; }, propDecorators: { column: [{
|
|
4050
|
+
type: Input
|
|
4051
|
+
}], pure: [{
|
|
4052
|
+
type: Input
|
|
4053
|
+
}] } });
|
|
4054
4054
|
|
|
4055
4055
|
class GlobalTemplateDirective {
|
|
4056
4056
|
constructor(globalTemplates, template) {
|
|
@@ -4064,20 +4064,20 @@ class GlobalTemplateDirective {
|
|
|
4064
4064
|
this.globalTemplates.remove(this.id);
|
|
4065
4065
|
}
|
|
4066
4066
|
}
|
|
4067
|
-
GlobalTemplateDirective.ɵfac =
|
|
4068
|
-
GlobalTemplateDirective.ɵdir =
|
|
4069
|
-
(
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4067
|
+
GlobalTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplateDirective, deps: [{ token: GLOBAL_TEMPLATES }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4068
|
+
GlobalTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: GlobalTemplateDirective, selector: "[globalTemplate]", inputs: { id: ["globalTemplate", "id"] }, ngImport: i0 });
|
|
4069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: GlobalTemplateDirective, decorators: [{
|
|
4070
|
+
type: Directive,
|
|
4071
|
+
args: [{
|
|
4072
|
+
selector: "[globalTemplate]"
|
|
4073
|
+
}]
|
|
4074
|
+
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
4075
|
+
type: Inject,
|
|
4076
|
+
args: [GLOBAL_TEMPLATES]
|
|
4077
|
+
}] }, { type: i0.TemplateRef }]; }, propDecorators: { id: [{
|
|
4078
|
+
type: Input,
|
|
4079
|
+
args: ["globalTemplate"]
|
|
4080
|
+
}] } });
|
|
4081
4081
|
|
|
4082
4082
|
class IconDirective {
|
|
4083
4083
|
constructor(element, renderer, icons) {
|
|
@@ -4117,35 +4117,31 @@ class IconDirective {
|
|
|
4117
4117
|
});
|
|
4118
4118
|
}
|
|
4119
4119
|
}
|
|
4120
|
-
IconDirective.ɵfac =
|
|
4121
|
-
IconDirective.ɵdir =
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
type:
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
}]
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
}], click: [{
|
|
4146
|
-
type: HostListener,
|
|
4147
|
-
args: ["click"]
|
|
4148
|
-
}] }); })();
|
|
4120
|
+
IconDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IconDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: ICON_SERVICE }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4121
|
+
IconDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: IconDirective, selector: "[icon]", inputs: { icon: "icon", activeIcon: "activeIcon", active: "active" }, outputs: { activeChange: "activeChange" }, host: { listeners: { "click": "click()" }, properties: { "class.active": "this.isActive" } }, usesOnChanges: true, ngImport: i0 });
|
|
4122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: IconDirective, decorators: [{
|
|
4123
|
+
type: Directive,
|
|
4124
|
+
args: [{
|
|
4125
|
+
selector: "[icon]"
|
|
4126
|
+
}]
|
|
4127
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: undefined, decorators: [{
|
|
4128
|
+
type: Inject,
|
|
4129
|
+
args: [ICON_SERVICE]
|
|
4130
|
+
}] }]; }, propDecorators: { icon: [{
|
|
4131
|
+
type: Input
|
|
4132
|
+
}], activeIcon: [{
|
|
4133
|
+
type: Input
|
|
4134
|
+
}], active: [{
|
|
4135
|
+
type: Input
|
|
4136
|
+
}], activeChange: [{
|
|
4137
|
+
type: Output
|
|
4138
|
+
}], isActive: [{
|
|
4139
|
+
type: HostBinding,
|
|
4140
|
+
args: ["class.active"]
|
|
4141
|
+
}], click: [{
|
|
4142
|
+
type: HostListener,
|
|
4143
|
+
args: ["click"]
|
|
4144
|
+
}] } });
|
|
4149
4145
|
|
|
4150
4146
|
class NgxTemplateOutletDirective {
|
|
4151
4147
|
constructor(_viewContainerRef) {
|
|
@@ -4219,20 +4215,20 @@ class NgxTemplateOutletDirective {
|
|
|
4219
4215
|
}
|
|
4220
4216
|
}
|
|
4221
4217
|
}
|
|
4222
|
-
NgxTemplateOutletDirective.ɵfac =
|
|
4223
|
-
NgxTemplateOutletDirective.ɵdir =
|
|
4224
|
-
(
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4218
|
+
NgxTemplateOutletDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxTemplateOutletDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4219
|
+
NgxTemplateOutletDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: NgxTemplateOutletDirective, selector: "[ngxTemplateOutlet]", inputs: { context: "context", additionalContext: "additionalContext", ngxTemplateOutlet: "ngxTemplateOutlet" }, usesOnChanges: true, ngImport: i0 });
|
|
4220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxTemplateOutletDirective, decorators: [{
|
|
4221
|
+
type: Directive,
|
|
4222
|
+
args: [{
|
|
4223
|
+
selector: "[ngxTemplateOutlet]"
|
|
4224
|
+
}]
|
|
4225
|
+
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { context: [{
|
|
4226
|
+
type: Input
|
|
4227
|
+
}], additionalContext: [{
|
|
4228
|
+
type: Input
|
|
4229
|
+
}], ngxTemplateOutlet: [{
|
|
4230
|
+
type: Input
|
|
4231
|
+
}] } });
|
|
4236
4232
|
|
|
4237
4233
|
class PaginationDirective {
|
|
4238
4234
|
constructor(zone) {
|
|
@@ -4288,30 +4284,30 @@ class PaginationDirective {
|
|
|
4288
4284
|
});
|
|
4289
4285
|
}
|
|
4290
4286
|
}
|
|
4291
|
-
PaginationDirective.ɵfac =
|
|
4292
|
-
PaginationDirective.ɵdir =
|
|
4293
|
-
(
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4287
|
+
PaginationDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationDirective, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4288
|
+
PaginationDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: PaginationDirective, selector: "[pagination]", inputs: { loader: ["pagination", "loader"], page: "page", itemsPerPage: "itemsPerPage", updateTime: "updateTime", waitFor: "waitFor" }, outputs: { pageChange: "pageChange", onRefresh: "onRefresh" }, exportAs: ["pagination"], usesOnChanges: true, ngImport: i0 });
|
|
4289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationDirective, decorators: [{
|
|
4290
|
+
type: Directive,
|
|
4291
|
+
args: [{
|
|
4292
|
+
selector: "[pagination]",
|
|
4293
|
+
exportAs: "pagination"
|
|
4294
|
+
}]
|
|
4295
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }]; }, propDecorators: { loader: [{
|
|
4296
|
+
type: Input,
|
|
4297
|
+
args: ["pagination"]
|
|
4298
|
+
}], page: [{
|
|
4299
|
+
type: Input
|
|
4300
|
+
}], itemsPerPage: [{
|
|
4301
|
+
type: Input
|
|
4302
|
+
}], updateTime: [{
|
|
4303
|
+
type: Input
|
|
4304
|
+
}], waitFor: [{
|
|
4305
|
+
type: Input
|
|
4306
|
+
}], pageChange: [{
|
|
4307
|
+
type: Output
|
|
4308
|
+
}], onRefresh: [{
|
|
4309
|
+
type: Output
|
|
4310
|
+
}] } });
|
|
4315
4311
|
|
|
4316
4312
|
class PaginationItemDirective {
|
|
4317
4313
|
constructor(pagination, viewContainer, templateRef) {
|
|
@@ -4333,14 +4329,14 @@ class PaginationItemDirective {
|
|
|
4333
4329
|
});
|
|
4334
4330
|
}
|
|
4335
4331
|
}
|
|
4336
|
-
PaginationItemDirective.ɵfac =
|
|
4337
|
-
PaginationItemDirective.ɵdir =
|
|
4338
|
-
(
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4332
|
+
PaginationItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationItemDirective, deps: [{ token: PaginationDirective }, { token: i0.ViewContainerRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4333
|
+
PaginationItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: PaginationItemDirective, selector: "[paginationItem]", ngImport: i0 });
|
|
4334
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationItemDirective, decorators: [{
|
|
4335
|
+
type: Directive,
|
|
4336
|
+
args: [{
|
|
4337
|
+
selector: "[paginationItem]"
|
|
4338
|
+
}]
|
|
4339
|
+
}], ctorParameters: function () { return [{ type: PaginationDirective }, { type: i0.ViewContainerRef }, { type: i0.TemplateRef }]; } });
|
|
4344
4340
|
|
|
4345
4341
|
class ResourceIfDirective {
|
|
4346
4342
|
constructor(http, viewContainer, templateRef, universal) {
|
|
@@ -4372,17 +4368,17 @@ class ResourceIfDirective {
|
|
|
4372
4368
|
}
|
|
4373
4369
|
}
|
|
4374
4370
|
}
|
|
4375
|
-
ResourceIfDirective.ɵfac =
|
|
4376
|
-
ResourceIfDirective.ɵdir =
|
|
4377
|
-
(
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4371
|
+
ResourceIfDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ResourceIfDirective, deps: [{ token: i1$1.HttpClient }, { token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: UniversalService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4372
|
+
ResourceIfDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: ResourceIfDirective, selector: "[resourceIf]", inputs: { resourceIf: "resourceIf" }, exportAs: ["resourceIf"], ngImport: i0 });
|
|
4373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: ResourceIfDirective, decorators: [{
|
|
4374
|
+
type: Directive,
|
|
4375
|
+
args: [{
|
|
4376
|
+
selector: "[resourceIf]",
|
|
4377
|
+
exportAs: "resourceIf"
|
|
4378
|
+
}]
|
|
4379
|
+
}], ctorParameters: function () { return [{ type: i1$1.HttpClient }, { type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: UniversalService }]; }, propDecorators: { resourceIf: [{
|
|
4380
|
+
type: Input
|
|
4381
|
+
}] } });
|
|
4386
4382
|
|
|
4387
4383
|
class StickyDirective {
|
|
4388
4384
|
constructor(cdr, events, element) {
|
|
@@ -4413,30 +4409,26 @@ class StickyDirective {
|
|
|
4413
4409
|
this.updateTimer.run();
|
|
4414
4410
|
}
|
|
4415
4411
|
}
|
|
4416
|
-
StickyDirective.ɵfac =
|
|
4417
|
-
StickyDirective.ɵdir =
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
type:
|
|
4424
|
-
|
|
4425
|
-
|
|
4426
|
-
}]
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
}, {
|
|
4437
|
-
type: HostListener,
|
|
4438
|
-
args: ["window:scroll"]
|
|
4439
|
-
}] }); })();
|
|
4412
|
+
StickyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StickyDirective, deps: [{ token: i0.ChangeDetectorRef }, { token: EventsService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4413
|
+
StickyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: StickyDirective, selector: "[sticky]", host: { listeners: { "window:resize": "updateSticky()", "window:scroll": "updateSticky()" }, properties: { "class.sticky": "this.isSticky", "class.sticky-update": "this.isUpdating" } }, ngImport: i0 });
|
|
4414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StickyDirective, decorators: [{
|
|
4415
|
+
type: Directive,
|
|
4416
|
+
args: [{
|
|
4417
|
+
selector: "[sticky]"
|
|
4418
|
+
}]
|
|
4419
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: EventsService }, { type: i0.ElementRef }]; }, propDecorators: { isSticky: [{
|
|
4420
|
+
type: HostBinding,
|
|
4421
|
+
args: ["class.sticky"]
|
|
4422
|
+
}], isUpdating: [{
|
|
4423
|
+
type: HostBinding,
|
|
4424
|
+
args: ["class.sticky-update"]
|
|
4425
|
+
}], updateSticky: [{
|
|
4426
|
+
type: HostListener,
|
|
4427
|
+
args: ["window:resize"]
|
|
4428
|
+
}, {
|
|
4429
|
+
type: HostListener,
|
|
4430
|
+
args: ["window:scroll"]
|
|
4431
|
+
}] } });
|
|
4440
4432
|
|
|
4441
4433
|
class StickyClassDirective {
|
|
4442
4434
|
constructor(events, element, renderer) {
|
|
@@ -4457,16 +4449,16 @@ class StickyClassDirective {
|
|
|
4457
4449
|
this.stickyUpdated.unsubscribe();
|
|
4458
4450
|
}
|
|
4459
4451
|
}
|
|
4460
|
-
StickyClassDirective.ɵfac =
|
|
4461
|
-
StickyClassDirective.ɵdir =
|
|
4462
|
-
(
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4452
|
+
StickyClassDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StickyClassDirective, deps: [{ token: EventsService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4453
|
+
StickyClassDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: StickyClassDirective, selector: "[stickyClass]", inputs: { stickyClass: "stickyClass" }, ngImport: i0 });
|
|
4454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: StickyClassDirective, decorators: [{
|
|
4455
|
+
type: Directive,
|
|
4456
|
+
args: [{
|
|
4457
|
+
selector: "[stickyClass]"
|
|
4458
|
+
}]
|
|
4459
|
+
}], ctorParameters: function () { return [{ type: EventsService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { stickyClass: [{
|
|
4460
|
+
type: Input
|
|
4461
|
+
}] } });
|
|
4470
4462
|
|
|
4471
4463
|
class UnorderedListItemDirective {
|
|
4472
4464
|
constructor(elementRef, renderer, viewContainer) {
|
|
@@ -4514,33 +4506,33 @@ class UnorderedListItemDirective {
|
|
|
4514
4506
|
this.item.classList.push(className);
|
|
4515
4507
|
}
|
|
4516
4508
|
}
|
|
4517
|
-
UnorderedListItemDirective.ɵfac =
|
|
4518
|
-
UnorderedListItemDirective.ɵdir =
|
|
4519
|
-
(
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4509
|
+
UnorderedListItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4510
|
+
UnorderedListItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: UnorderedListItemDirective, selector: "[unorderedListItem]", inputs: { item: ["unorderedListItem", "item"], type: "type", data: "data", keyPrefix: "keyPrefix", listStyle: "listStyle", path: "path", level: "level", templates: "templates", defaultTemplates: "defaultTemplates" }, usesOnChanges: true, ngImport: i0 });
|
|
4511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListItemDirective, decorators: [{
|
|
4512
|
+
type: Directive,
|
|
4513
|
+
args: [{
|
|
4514
|
+
selector: "[unorderedListItem]"
|
|
4515
|
+
}]
|
|
4516
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }]; }, propDecorators: { item: [{
|
|
4517
|
+
type: Input,
|
|
4518
|
+
args: ["unorderedListItem"]
|
|
4519
|
+
}], type: [{
|
|
4520
|
+
type: Input
|
|
4521
|
+
}], data: [{
|
|
4522
|
+
type: Input
|
|
4523
|
+
}], keyPrefix: [{
|
|
4524
|
+
type: Input
|
|
4525
|
+
}], listStyle: [{
|
|
4526
|
+
type: Input
|
|
4527
|
+
}], path: [{
|
|
4528
|
+
type: Input
|
|
4529
|
+
}], level: [{
|
|
4530
|
+
type: Input
|
|
4531
|
+
}], templates: [{
|
|
4532
|
+
type: Input
|
|
4533
|
+
}], defaultTemplates: [{
|
|
4534
|
+
type: Input
|
|
4535
|
+
}] } });
|
|
4544
4536
|
|
|
4545
4537
|
class UnorderedListTemplateDirective extends UnorederedListTemplate {
|
|
4546
4538
|
constructor(elementRef, templateRef) {
|
|
@@ -4552,191 +4544,19 @@ class UnorderedListTemplateDirective extends UnorederedListTemplate {
|
|
|
4552
4544
|
return this.templateRef.createEmbeddedView(context);
|
|
4553
4545
|
}
|
|
4554
4546
|
}
|
|
4555
|
-
UnorderedListTemplateDirective.ɵfac =
|
|
4556
|
-
UnorderedListTemplateDirective.ɵdir =
|
|
4557
|
-
(
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4547
|
+
UnorderedListTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListTemplateDirective, deps: [{ token: i0.ElementRef }, { token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4548
|
+
UnorderedListTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.8", type: UnorderedListTemplateDirective, selector: "ng-template[type][selector]", inputs: { type: "type", selector: "selector" }, usesInheritance: true, ngImport: i0 });
|
|
4549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListTemplateDirective, decorators: [{
|
|
4550
|
+
type: Directive,
|
|
4551
|
+
args: [{
|
|
4552
|
+
selector: "ng-template[type][selector]"
|
|
4553
|
+
}]
|
|
4554
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.TemplateRef }]; }, propDecorators: { type: [{
|
|
4555
|
+
type: Input
|
|
4556
|
+
}], selector: [{
|
|
4557
|
+
type: Input
|
|
4558
|
+
}] } });
|
|
4567
4559
|
|
|
4568
|
-
const _c0$2 = ["defaultKeyTemplate"];
|
|
4569
|
-
const _c1$2 = ["defaultValueTemplate"];
|
|
4570
|
-
const _c2$1 = ["defaultItemTemplate"];
|
|
4571
|
-
function UnorderedListComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
4572
|
-
i0.ɵɵtext(0);
|
|
4573
|
-
i0.ɵɵpipe(1, "translate");
|
|
4574
|
-
} if (rf & 2) {
|
|
4575
|
-
const keyPrefix_r9 = ctx.keyPrefix;
|
|
4576
|
-
const key_r10 = ctx.item.key;
|
|
4577
|
-
i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(1, 1, keyPrefix_r9 ? keyPrefix_r9 + key_r10 : key_r10), ":\n");
|
|
4578
|
-
} }
|
|
4579
|
-
function UnorderedListComponent_ng_template_2_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
4580
|
-
i0.ɵɵtext(0);
|
|
4581
|
-
} if (rf & 2) {
|
|
4582
|
-
const val_r14 = i0.ɵɵnextContext().item.value;
|
|
4583
|
-
i0.ɵɵtextInterpolate(val_r14);
|
|
4584
|
-
} }
|
|
4585
|
-
function UnorderedListComponent_ng_template_2_unordered_list_2_Template(rf, ctx) { if (rf & 1) {
|
|
4586
|
-
i0.ɵɵelement(0, "unordered-list", 6);
|
|
4587
|
-
} if (rf & 2) {
|
|
4588
|
-
const ctx_r23 = i0.ɵɵnextContext();
|
|
4589
|
-
const val_r14 = ctx_r23.item.value;
|
|
4590
|
-
const keyPrefix_r12 = ctx_r23.keyPrefix;
|
|
4591
|
-
const listStyle_r13 = ctx_r23.listStyle;
|
|
4592
|
-
const path_r15 = ctx_r23.path;
|
|
4593
|
-
const templates_r16 = ctx_r23.templates;
|
|
4594
|
-
const ctx_r21 = i0.ɵɵnextContext();
|
|
4595
|
-
i0.ɵɵproperty("data", val_r14)("keyPrefix", keyPrefix_r12)("listStyle", listStyle_r13)("path", path_r15)("level", ctx_r21.level + 1)("templates", templates_r16);
|
|
4596
|
-
} }
|
|
4597
|
-
function UnorderedListComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
4598
|
-
i0.ɵɵtemplate(0, UnorderedListComponent_ng_template_2_ng_template_0_Template, 1, 1, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
|
4599
|
-
i0.ɵɵtemplate(2, UnorderedListComponent_ng_template_2_unordered_list_2_Template, 1, 6, "unordered-list", 5);
|
|
4600
|
-
} if (rf & 2) {
|
|
4601
|
-
const isObject_r17 = ctx.valueIsObject;
|
|
4602
|
-
const isArray_r18 = ctx.valueIsArray;
|
|
4603
|
-
const _r19 = i0.ɵɵreference(1);
|
|
4604
|
-
i0.ɵɵadvance(2);
|
|
4605
|
-
i0.ɵɵproperty("ngIf", isObject_r17 || isArray_r18)("ngIfElse", _r19);
|
|
4606
|
-
} }
|
|
4607
|
-
function UnorderedListComponent_ng_template_4_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
4608
|
-
i0.ɵɵelementContainer(0, 11);
|
|
4609
|
-
} if (rf & 2) {
|
|
4610
|
-
const ctx_r37 = i0.ɵɵnextContext();
|
|
4611
|
-
const item_r24 = ctx_r37.item;
|
|
4612
|
-
const data_r25 = ctx_r37.data;
|
|
4613
|
-
const keyPrefix_r26 = ctx_r37.keyPrefix;
|
|
4614
|
-
const listStyle_r27 = ctx_r37.listStyle;
|
|
4615
|
-
const path_r28 = ctx_r37.path;
|
|
4616
|
-
const level_r29 = ctx_r37.level;
|
|
4617
|
-
const templates_r30 = ctx_r37.templates;
|
|
4618
|
-
const ctx_r32 = i0.ɵɵnextContext();
|
|
4619
|
-
i0.ɵɵproperty("unorderedListItem", item_r24)("data", data_r25)("keyPrefix", keyPrefix_r26)("listStyle", listStyle_r27)("path", path_r28)("level", level_r29)("templates", templates_r30)("defaultTemplates", ctx_r32.defaultTemplates);
|
|
4620
|
-
} }
|
|
4621
|
-
function UnorderedListComponent_ng_template_4_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
4622
|
-
i0.ɵɵelementContainer(0, 12);
|
|
4623
|
-
} if (rf & 2) {
|
|
4624
|
-
const ctx_r38 = i0.ɵɵnextContext();
|
|
4625
|
-
const item_r24 = ctx_r38.item;
|
|
4626
|
-
const data_r25 = ctx_r38.data;
|
|
4627
|
-
const keyPrefix_r26 = ctx_r38.keyPrefix;
|
|
4628
|
-
const listStyle_r27 = ctx_r38.listStyle;
|
|
4629
|
-
const path_r28 = ctx_r38.path;
|
|
4630
|
-
const level_r29 = ctx_r38.level;
|
|
4631
|
-
const templates_r30 = ctx_r38.templates;
|
|
4632
|
-
const ctx_r34 = i0.ɵɵnextContext();
|
|
4633
|
-
i0.ɵɵproperty("unorderedListItem", item_r24)("data", data_r25)("keyPrefix", keyPrefix_r26)("listStyle", listStyle_r27)("path", path_r28)("level", level_r29)("templates", templates_r30)("defaultTemplates", ctx_r34.defaultTemplates);
|
|
4634
|
-
} }
|
|
4635
|
-
function UnorderedListComponent_ng_template_4_ng_container_4_th_1_Template(rf, ctx) { if (rf & 1) {
|
|
4636
|
-
i0.ɵɵelementStart(0, "th");
|
|
4637
|
-
i0.ɵɵelementContainer(1, 13);
|
|
4638
|
-
i0.ɵɵelementEnd();
|
|
4639
|
-
} if (rf & 2) {
|
|
4640
|
-
i0.ɵɵnextContext(2);
|
|
4641
|
-
const _r31 = i0.ɵɵreference(1);
|
|
4642
|
-
i0.ɵɵadvance(1);
|
|
4643
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r31);
|
|
4644
|
-
} }
|
|
4645
|
-
function UnorderedListComponent_ng_template_4_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
4646
|
-
i0.ɵɵelementContainerStart(0);
|
|
4647
|
-
i0.ɵɵtemplate(1, UnorderedListComponent_ng_template_4_ng_container_4_th_1_Template, 2, 1, "th", 10);
|
|
4648
|
-
i0.ɵɵelementContainerEnd();
|
|
4649
|
-
} if (rf & 2) {
|
|
4650
|
-
const listStyle_r27 = i0.ɵɵnextContext().listStyle;
|
|
4651
|
-
const _r31 = i0.ɵɵreference(1);
|
|
4652
|
-
i0.ɵɵadvance(1);
|
|
4653
|
-
i0.ɵɵproperty("ngIf", listStyle_r27 == "table")("ngIfElse", _r31);
|
|
4654
|
-
} }
|
|
4655
|
-
function UnorderedListComponent_ng_template_4_td_5_Template(rf, ctx) { if (rf & 1) {
|
|
4656
|
-
i0.ɵɵelementStart(0, "td");
|
|
4657
|
-
i0.ɵɵelementContainer(1, 13);
|
|
4658
|
-
i0.ɵɵelementEnd();
|
|
4659
|
-
} if (rf & 2) {
|
|
4660
|
-
i0.ɵɵnextContext();
|
|
4661
|
-
const _r33 = i0.ɵɵreference(3);
|
|
4662
|
-
i0.ɵɵadvance(1);
|
|
4663
|
-
i0.ɵɵproperty("ngTemplateOutlet", _r33);
|
|
4664
|
-
} }
|
|
4665
|
-
function UnorderedListComponent_ng_template_4_Template(rf, ctx) { if (rf & 1) {
|
|
4666
|
-
i0.ɵɵtemplate(0, UnorderedListComponent_ng_template_4_ng_template_0_Template, 1, 8, "ng-template", null, 7, i0.ɵɵtemplateRefExtractor);
|
|
4667
|
-
i0.ɵɵtemplate(2, UnorderedListComponent_ng_template_4_ng_template_2_Template, 1, 8, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
4668
|
-
i0.ɵɵtemplate(4, UnorderedListComponent_ng_template_4_ng_container_4_Template, 2, 2, "ng-container", 9);
|
|
4669
|
-
i0.ɵɵtemplate(5, UnorderedListComponent_ng_template_4_td_5_Template, 2, 1, "td", 10);
|
|
4670
|
-
} if (rf & 2) {
|
|
4671
|
-
const listStyle_r27 = ctx.listStyle;
|
|
4672
|
-
const _r33 = i0.ɵɵreference(3);
|
|
4673
|
-
const ctx_r5 = i0.ɵɵnextContext();
|
|
4674
|
-
i0.ɵɵadvance(4);
|
|
4675
|
-
i0.ɵɵproperty("ngIf", !ctx_r5.isArray);
|
|
4676
|
-
i0.ɵɵadvance(1);
|
|
4677
|
-
i0.ɵɵproperty("ngIf", listStyle_r27 == "table")("ngIfElse", _r33);
|
|
4678
|
-
} }
|
|
4679
|
-
function UnorderedListComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
|
|
4680
|
-
i0.ɵɵtext(0);
|
|
4681
|
-
} if (rf & 2) {
|
|
4682
|
-
const ctx_r7 = i0.ɵɵnextContext();
|
|
4683
|
-
i0.ɵɵtextInterpolate1(" ", ctx_r7.data, "\n");
|
|
4684
|
-
} }
|
|
4685
|
-
function UnorderedListComponent_ng_container_8_ul_1_li_1_Template(rf, ctx) { if (rf & 1) {
|
|
4686
|
-
i0.ɵɵelementStart(0, "li", 17);
|
|
4687
|
-
i0.ɵɵelementContainer(1, 19);
|
|
4688
|
-
i0.ɵɵelementEnd();
|
|
4689
|
-
} if (rf & 2) {
|
|
4690
|
-
const item_r44 = ctx.$implicit;
|
|
4691
|
-
const ctx_r43 = i0.ɵɵnextContext(3);
|
|
4692
|
-
i0.ɵɵproperty("ngClass", item_r44.classList);
|
|
4693
|
-
i0.ɵɵadvance(1);
|
|
4694
|
-
i0.ɵɵproperty("unorderedListItem", item_r44)("data", ctx_r43.data)("keyPrefix", ctx_r43.keyPrefix)("listStyle", ctx_r43.listStyle)("path", ctx_r43.path ? ctx_r43.path + "." + item_r44.key : item_r44.key)("level", ctx_r43.level)("templates", ctx_r43.templates)("defaultTemplates", ctx_r43.defaultTemplates);
|
|
4695
|
-
} }
|
|
4696
|
-
function UnorderedListComponent_ng_container_8_ul_1_Template(rf, ctx) { if (rf & 1) {
|
|
4697
|
-
i0.ɵɵelementStart(0, "ul", 17);
|
|
4698
|
-
i0.ɵɵtemplate(1, UnorderedListComponent_ng_container_8_ul_1_li_1_Template, 2, 9, "li", 18);
|
|
4699
|
-
i0.ɵɵpipe(2, "entries");
|
|
4700
|
-
i0.ɵɵelementEnd();
|
|
4701
|
-
} if (rf & 2) {
|
|
4702
|
-
const ctx_r41 = i0.ɵɵnextContext(2);
|
|
4703
|
-
i0.ɵɵproperty("ngClass", "level-" + ctx_r41.level);
|
|
4704
|
-
i0.ɵɵadvance(1);
|
|
4705
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 2, ctx_r41.data));
|
|
4706
|
-
} }
|
|
4707
|
-
function UnorderedListComponent_ng_container_8_table_2_tr_1_Template(rf, ctx) { if (rf & 1) {
|
|
4708
|
-
i0.ɵɵelementStart(0, "tr", 17);
|
|
4709
|
-
i0.ɵɵelementContainer(1, 19);
|
|
4710
|
-
i0.ɵɵelementEnd();
|
|
4711
|
-
} if (rf & 2) {
|
|
4712
|
-
const item_r46 = ctx.$implicit;
|
|
4713
|
-
const ctx_r45 = i0.ɵɵnextContext(3);
|
|
4714
|
-
i0.ɵɵproperty("ngClass", item_r46.classList);
|
|
4715
|
-
i0.ɵɵadvance(1);
|
|
4716
|
-
i0.ɵɵproperty("unorderedListItem", item_r46)("data", ctx_r45.data)("keyPrefix", ctx_r45.keyPrefix)("listStyle", ctx_r45.listStyle)("path", ctx_r45.path ? ctx_r45.path + "." + item_r46.key : item_r46.key)("level", ctx_r45.level)("templates", ctx_r45.templates)("defaultTemplates", ctx_r45.defaultTemplates);
|
|
4717
|
-
} }
|
|
4718
|
-
function UnorderedListComponent_ng_container_8_table_2_Template(rf, ctx) { if (rf & 1) {
|
|
4719
|
-
i0.ɵɵelementStart(0, "table", 17);
|
|
4720
|
-
i0.ɵɵtemplate(1, UnorderedListComponent_ng_container_8_table_2_tr_1_Template, 2, 9, "tr", 18);
|
|
4721
|
-
i0.ɵɵpipe(2, "entries");
|
|
4722
|
-
i0.ɵɵelementEnd();
|
|
4723
|
-
} if (rf & 2) {
|
|
4724
|
-
const ctx_r42 = i0.ɵɵnextContext(2);
|
|
4725
|
-
i0.ɵɵproperty("ngClass", "level-" + ctx_r42.level);
|
|
4726
|
-
i0.ɵɵadvance(1);
|
|
4727
|
-
i0.ɵɵproperty("ngForOf", i0.ɵɵpipeBind1(2, 2, ctx_r42.data));
|
|
4728
|
-
} }
|
|
4729
|
-
function UnorderedListComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
|
|
4730
|
-
i0.ɵɵelementContainerStart(0, 14);
|
|
4731
|
-
i0.ɵɵtemplate(1, UnorderedListComponent_ng_container_8_ul_1_Template, 3, 4, "ul", 15);
|
|
4732
|
-
i0.ɵɵtemplate(2, UnorderedListComponent_ng_container_8_table_2_Template, 3, 4, "table", 16);
|
|
4733
|
-
i0.ɵɵelementContainerEnd();
|
|
4734
|
-
} if (rf & 2) {
|
|
4735
|
-
const ctx_r8 = i0.ɵɵnextContext();
|
|
4736
|
-
i0.ɵɵproperty("ngSwitch", ctx_r8.listStyle);
|
|
4737
|
-
i0.ɵɵadvance(1);
|
|
4738
|
-
i0.ɵɵproperty("ngSwitchCase", "list");
|
|
4739
|
-
} }
|
|
4740
4560
|
class UnorderedListComponent {
|
|
4741
4561
|
constructor(cdr) {
|
|
4742
4562
|
this.cdr = cdr;
|
|
@@ -4763,147 +4583,37 @@ class UnorderedListComponent {
|
|
|
4763
4583
|
this.cdr.detectChanges();
|
|
4764
4584
|
}
|
|
4765
4585
|
}
|
|
4766
|
-
UnorderedListComponent.ɵfac =
|
|
4767
|
-
UnorderedListComponent.ɵcmp =
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
let
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
type: Input
|
|
4797
|
-
}], keyPrefix: [{
|
|
4798
|
-
type: Input
|
|
4799
|
-
}], listStyle: [{
|
|
4800
|
-
type: Input
|
|
4801
|
-
}], path: [{
|
|
4802
|
-
type: Input
|
|
4803
|
-
}], level: [{
|
|
4804
|
-
type: Input
|
|
4805
|
-
}], templates: [{
|
|
4806
|
-
type: Input
|
|
4807
|
-
}], templateDirectives: [{
|
|
4808
|
-
type: ContentChildren,
|
|
4809
|
-
args: [UnorderedListTemplateDirective]
|
|
4810
|
-
}], defaultKeyTemplate: [{
|
|
4811
|
-
type: ViewChild,
|
|
4812
|
-
args: ["defaultKeyTemplate"]
|
|
4813
|
-
}], defaultValueTemplate: [{
|
|
4814
|
-
type: ViewChild,
|
|
4815
|
-
args: ["defaultValueTemplate"]
|
|
4816
|
-
}], defaultItemTemplate: [{
|
|
4817
|
-
type: ViewChild,
|
|
4818
|
-
args: ["defaultItemTemplate"]
|
|
4819
|
-
}] }); })();
|
|
4586
|
+
UnorderedListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4587
|
+
UnorderedListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: UnorderedListComponent, selector: "unordered-list", inputs: { data: "data", keyPrefix: "keyPrefix", listStyle: "listStyle", path: "path", level: "level", templates: "templates" }, queries: [{ propertyName: "templateDirectives", predicate: UnorderedListTemplateDirective }], viewQueries: [{ propertyName: "defaultKeyTemplate", first: true, predicate: ["defaultKeyTemplate"], descendants: true }, { propertyName: "defaultValueTemplate", first: true, predicate: ["defaultValueTemplate"], descendants: true }, { propertyName: "defaultItemTemplate", first: true, predicate: ["defaultItemTemplate"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<ng-template let-keyPrefix=\"keyPrefix\" let-key=\"item.key\" let-isArray=\"isArray\" #defaultKeyTemplate>\r\n {{ (keyPrefix ? keyPrefix + key : key) | translate }}:\r\n</ng-template>\r\n<ng-template let-keyPrefix=\"keyPrefix\" let-listStyle=\"listStyle\" let-val=\"item.value\" let-path=\"path\"\r\n let-templates=\"templates\" let-isObject=\"valueIsObject\" let-isArray=\"valueIsArray\" #defaultValueTemplate>\r\n <ng-template #value>{{ val }}</ng-template>\r\n <unordered-list [data]=\"val\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level + 1\"\r\n [templates]=\"templates\"\r\n *ngIf=\"(isObject || isArray); else value\"></unordered-list>\r\n</ng-template>\r\n<ng-template let-item=\"item\" let-data=\"data\" let-keyPrefix=\"keyPrefix\" let-listStyle=\"listStyle\" let-path=\"path\" let-level=\"level\" let-templates=\"templates\" #defaultItemTemplate>\r\n <ng-template #itemKey>\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"key\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </ng-template>\r\n <ng-template #itemValue>\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"value\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </ng-template>\r\n <ng-container *ngIf=\"!isArray\">\r\n <th *ngIf=\"listStyle == 'table'; else itemKey\">\r\n <ng-container [ngTemplateOutlet]=\"itemKey\"></ng-container>\r\n </th>\r\n </ng-container>\r\n <td *ngIf=\"listStyle == 'table'; else itemValue\">\r\n <ng-container [ngTemplateOutlet]=\"itemValue\"></ng-container>\r\n </td>\r\n</ng-template>\r\n<ng-template #value>\r\n {{ data }}\r\n</ng-template>\r\n<ng-container *ngIf=\"(isObject || isArray); else value\" [ngSwitch]=\"listStyle\">\r\n <ul [ngClass]=\"'level-' + level\" *ngSwitchCase=\"'list'\">\r\n <li *ngFor=\"let item of data | entries\" [ngClass]=\"item.classList\">\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"item\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path ? path + '.' + item.key : item.key\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </li>\r\n </ul>\r\n <table [ngClass]=\"'level-' + level\" *ngSwitchDefault>\r\n <tr *ngFor=\"let item of data | entries\" [ngClass]=\"item.classList\">\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"item\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path ? path + '.' + item.key : item.key\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </tr>\r\n </table>\r\n</ng-container>\r\n", components: [{ type: UnorderedListComponent, selector: "unordered-list", inputs: ["data", "keyPrefix", "listStyle", "path", "level", "templates"] }], directives: [{ type: i1$3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: UnorderedListItemDirective, selector: "[unorderedListItem]", inputs: ["unorderedListItem", "type", "data", "keyPrefix", "listStyle", "path", "level", "templates", "defaultTemplates"] }, { type: i1$3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1$3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1$3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1$3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1$3.NgSwitchDefault, selector: "[ngSwitchDefault]" }], pipes: { "translate": TranslatePipe, "entries": EntriesPipe } });
|
|
4588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: UnorderedListComponent, decorators: [{
|
|
4589
|
+
type: Component,
|
|
4590
|
+
args: [{ selector: "unordered-list", template: "<ng-template let-keyPrefix=\"keyPrefix\" let-key=\"item.key\" let-isArray=\"isArray\" #defaultKeyTemplate>\r\n {{ (keyPrefix ? keyPrefix + key : key) | translate }}:\r\n</ng-template>\r\n<ng-template let-keyPrefix=\"keyPrefix\" let-listStyle=\"listStyle\" let-val=\"item.value\" let-path=\"path\"\r\n let-templates=\"templates\" let-isObject=\"valueIsObject\" let-isArray=\"valueIsArray\" #defaultValueTemplate>\r\n <ng-template #value>{{ val }}</ng-template>\r\n <unordered-list [data]=\"val\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level + 1\"\r\n [templates]=\"templates\"\r\n *ngIf=\"(isObject || isArray); else value\"></unordered-list>\r\n</ng-template>\r\n<ng-template let-item=\"item\" let-data=\"data\" let-keyPrefix=\"keyPrefix\" let-listStyle=\"listStyle\" let-path=\"path\" let-level=\"level\" let-templates=\"templates\" #defaultItemTemplate>\r\n <ng-template #itemKey>\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"key\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </ng-template>\r\n <ng-template #itemValue>\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"value\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </ng-template>\r\n <ng-container *ngIf=\"!isArray\">\r\n <th *ngIf=\"listStyle == 'table'; else itemKey\">\r\n <ng-container [ngTemplateOutlet]=\"itemKey\"></ng-container>\r\n </th>\r\n </ng-container>\r\n <td *ngIf=\"listStyle == 'table'; else itemValue\">\r\n <ng-container [ngTemplateOutlet]=\"itemValue\"></ng-container>\r\n </td>\r\n</ng-template>\r\n<ng-template #value>\r\n {{ data }}\r\n</ng-template>\r\n<ng-container *ngIf=\"(isObject || isArray); else value\" [ngSwitch]=\"listStyle\">\r\n <ul [ngClass]=\"'level-' + level\" *ngSwitchCase=\"'list'\">\r\n <li *ngFor=\"let item of data | entries\" [ngClass]=\"item.classList\">\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"item\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path ? path + '.' + item.key : item.key\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </li>\r\n </ul>\r\n <table [ngClass]=\"'level-' + level\" *ngSwitchDefault>\r\n <tr *ngFor=\"let item of data | entries\" [ngClass]=\"item.classList\">\r\n <ng-container [unorderedListItem]=\"item\"\r\n type=\"item\"\r\n [data]=\"data\"\r\n [keyPrefix]=\"keyPrefix\"\r\n [listStyle]=\"listStyle\"\r\n [path]=\"path ? path + '.' + item.key : item.key\"\r\n [level]=\"level\"\r\n [templates]=\"templates\"\r\n [defaultTemplates]=\"defaultTemplates\"></ng-container>\r\n </tr>\r\n </table>\r\n</ng-container>\r\n" }]
|
|
4591
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { data: [{
|
|
4592
|
+
type: Input
|
|
4593
|
+
}], keyPrefix: [{
|
|
4594
|
+
type: Input
|
|
4595
|
+
}], listStyle: [{
|
|
4596
|
+
type: Input
|
|
4597
|
+
}], path: [{
|
|
4598
|
+
type: Input
|
|
4599
|
+
}], level: [{
|
|
4600
|
+
type: Input
|
|
4601
|
+
}], templates: [{
|
|
4602
|
+
type: Input
|
|
4603
|
+
}], templateDirectives: [{
|
|
4604
|
+
type: ContentChildren,
|
|
4605
|
+
args: [UnorderedListTemplateDirective]
|
|
4606
|
+
}], defaultKeyTemplate: [{
|
|
4607
|
+
type: ViewChild,
|
|
4608
|
+
args: ["defaultKeyTemplate"]
|
|
4609
|
+
}], defaultValueTemplate: [{
|
|
4610
|
+
type: ViewChild,
|
|
4611
|
+
args: ["defaultValueTemplate"]
|
|
4612
|
+
}], defaultItemTemplate: [{
|
|
4613
|
+
type: ViewChild,
|
|
4614
|
+
args: ["defaultItemTemplate"]
|
|
4615
|
+
}] } });
|
|
4820
4616
|
|
|
4821
|
-
const _c0$1 = function (a0) { return { disabled: a0 }; };
|
|
4822
|
-
function PaginationMenuComponent_div_0_li_2_Template(rf, ctx) { if (rf & 1) {
|
|
4823
|
-
const _r7 = i0.ɵɵgetCurrentView();
|
|
4824
|
-
i0.ɵɵelementStart(0, "li", 5)(1, "a", 6);
|
|
4825
|
-
i0.ɵɵlistener("click", function PaginationMenuComponent_div_0_li_2_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r7); const ctx_r6 = i0.ɵɵnextContext(2); return ctx_r6.paginate(1); });
|
|
4826
|
-
i0.ɵɵpipe(2, "safe");
|
|
4827
|
-
i0.ɵɵelementEnd()();
|
|
4828
|
-
} if (rf & 2) {
|
|
4829
|
-
const ctx_r1 = i0.ɵɵnextContext(2);
|
|
4830
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, !ctx_r1.hasPrev));
|
|
4831
|
-
i0.ɵɵadvance(1);
|
|
4832
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx_r1.firstLabel), i0.ɵɵsanitizeHtml);
|
|
4833
|
-
} }
|
|
4834
|
-
function PaginationMenuComponent_div_0_li_3_Template(rf, ctx) { if (rf & 1) {
|
|
4835
|
-
const _r9 = i0.ɵɵgetCurrentView();
|
|
4836
|
-
i0.ɵɵelementStart(0, "li", 5)(1, "a", 6);
|
|
4837
|
-
i0.ɵɵlistener("click", function PaginationMenuComponent_div_0_li_3_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return ctx_r8.paginate(ctx_r8.pagination.page - 1); });
|
|
4838
|
-
i0.ɵɵpipe(2, "safe");
|
|
4839
|
-
i0.ɵɵelementEnd()();
|
|
4840
|
-
} if (rf & 2) {
|
|
4841
|
-
const ctx_r2 = i0.ɵɵnextContext(2);
|
|
4842
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, !ctx_r2.hasPrev));
|
|
4843
|
-
i0.ɵɵadvance(1);
|
|
4844
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx_r2.prevLabel), i0.ɵɵsanitizeHtml);
|
|
4845
|
-
} }
|
|
4846
|
-
const _c1$1 = function (a0) { return { active: a0 }; };
|
|
4847
|
-
function PaginationMenuComponent_div_0_li_4_Template(rf, ctx) { if (rf & 1) {
|
|
4848
|
-
const _r12 = i0.ɵɵgetCurrentView();
|
|
4849
|
-
i0.ɵɵelementStart(0, "li", 5)(1, "a", 7);
|
|
4850
|
-
i0.ɵɵlistener("click", function PaginationMenuComponent_div_0_li_4_Template_a_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r12); const page_r10 = restoredCtx.$implicit; const ctx_r11 = i0.ɵɵnextContext(2); return ctx_r11.paginate(page_r10); });
|
|
4851
|
-
i0.ɵɵtext(2);
|
|
4852
|
-
i0.ɵɵelementEnd()();
|
|
4853
|
-
} if (rf & 2) {
|
|
4854
|
-
const page_r10 = ctx.$implicit;
|
|
4855
|
-
const ctx_r3 = i0.ɵɵnextContext(2);
|
|
4856
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c1$1, ctx_r3.pagination.page == page_r10));
|
|
4857
|
-
i0.ɵɵadvance(1);
|
|
4858
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c1$1, ctx_r3.pagination.page == page_r10));
|
|
4859
|
-
i0.ɵɵadvance(1);
|
|
4860
|
-
i0.ɵɵtextInterpolate(page_r10);
|
|
4861
|
-
} }
|
|
4862
|
-
function PaginationMenuComponent_div_0_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
4863
|
-
const _r14 = i0.ɵɵgetCurrentView();
|
|
4864
|
-
i0.ɵɵelementStart(0, "li", 5)(1, "a", 6);
|
|
4865
|
-
i0.ɵɵlistener("click", function PaginationMenuComponent_div_0_li_5_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(2); return ctx_r13.paginate(ctx_r13.pagination.page + 1); });
|
|
4866
|
-
i0.ɵɵpipe(2, "safe");
|
|
4867
|
-
i0.ɵɵelementEnd()();
|
|
4868
|
-
} if (rf & 2) {
|
|
4869
|
-
const ctx_r4 = i0.ɵɵnextContext(2);
|
|
4870
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, !ctx_r4.hasNext));
|
|
4871
|
-
i0.ɵɵadvance(1);
|
|
4872
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx_r4.nextLabel), i0.ɵɵsanitizeHtml);
|
|
4873
|
-
} }
|
|
4874
|
-
function PaginationMenuComponent_div_0_li_6_Template(rf, ctx) { if (rf & 1) {
|
|
4875
|
-
const _r16 = i0.ɵɵgetCurrentView();
|
|
4876
|
-
i0.ɵɵelementStart(0, "li", 5)(1, "a", 6);
|
|
4877
|
-
i0.ɵɵlistener("click", function PaginationMenuComponent_div_0_li_6_Template_a_click_1_listener() { i0.ɵɵrestoreView(_r16); const ctx_r15 = i0.ɵɵnextContext(2); return ctx_r15.paginate(ctx_r15.pagination.maxPage); });
|
|
4878
|
-
i0.ɵɵpipe(2, "safe");
|
|
4879
|
-
i0.ɵɵelementEnd()();
|
|
4880
|
-
} if (rf & 2) {
|
|
4881
|
-
const ctx_r5 = i0.ɵɵnextContext(2);
|
|
4882
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c0$1, !ctx_r5.hasNext));
|
|
4883
|
-
i0.ɵɵadvance(1);
|
|
4884
|
-
i0.ɵɵproperty("innerHTML", i0.ɵɵpipeBind1(2, 2, ctx_r5.lastLabel), i0.ɵɵsanitizeHtml);
|
|
4885
|
-
} }
|
|
4886
|
-
function PaginationMenuComponent_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
4887
|
-
i0.ɵɵelementStart(0, "div", 1)(1, "ul", 2);
|
|
4888
|
-
i0.ɵɵtemplate(2, PaginationMenuComponent_div_0_li_2_Template, 3, 6, "li", 3);
|
|
4889
|
-
i0.ɵɵtemplate(3, PaginationMenuComponent_div_0_li_3_Template, 3, 6, "li", 3);
|
|
4890
|
-
i0.ɵɵtemplate(4, PaginationMenuComponent_div_0_li_4_Template, 3, 7, "li", 4);
|
|
4891
|
-
i0.ɵɵtemplate(5, PaginationMenuComponent_div_0_li_5_Template, 3, 6, "li", 3);
|
|
4892
|
-
i0.ɵɵtemplate(6, PaginationMenuComponent_div_0_li_6_Template, 3, 6, "li", 3);
|
|
4893
|
-
i0.ɵɵelementEnd()();
|
|
4894
|
-
} if (rf & 2) {
|
|
4895
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
4896
|
-
i0.ɵɵadvance(2);
|
|
4897
|
-
i0.ɵɵproperty("ngIf", ctx_r0.boundaryLinks);
|
|
4898
|
-
i0.ɵɵadvance(1);
|
|
4899
|
-
i0.ɵɵproperty("ngIf", ctx_r0.directionLinks);
|
|
4900
|
-
i0.ɵɵadvance(1);
|
|
4901
|
-
i0.ɵɵproperty("ngForOf", ctx_r0.pages);
|
|
4902
|
-
i0.ɵɵadvance(1);
|
|
4903
|
-
i0.ɵɵproperty("ngIf", ctx_r0.directionLinks);
|
|
4904
|
-
i0.ɵɵadvance(1);
|
|
4905
|
-
i0.ɵɵproperty("ngIf", ctx_r0.boundaryLinks);
|
|
4906
|
-
} }
|
|
4907
4617
|
class PaginationMenuComponent {
|
|
4908
4618
|
constructor(state, pagination, icons) {
|
|
4909
4619
|
this.state = state;
|
|
@@ -4977,207 +4687,24 @@ class PaginationMenuComponent {
|
|
|
4977
4687
|
this.pages = pages;
|
|
4978
4688
|
}
|
|
4979
4689
|
}
|
|
4980
|
-
PaginationMenuComponent.ɵfac =
|
|
4981
|
-
PaginationMenuComponent.ɵcmp =
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
}]
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
type: Input
|
|
4998
|
-
}], boundaryLinks: [{
|
|
4999
|
-
type: Input
|
|
5000
|
-
}] }); })();
|
|
4690
|
+
PaginationMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationMenuComponent, deps: [{ token: StateService }, { token: PaginationDirective }, { token: ICON_SERVICE }], target: i0.ɵɵFactoryTarget.Component });
|
|
4691
|
+
PaginationMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: PaginationMenuComponent, selector: "pagination-menu", inputs: { maxSize: "maxSize", urlParam: "urlParam", directionLinks: "directionLinks", boundaryLinks: "boundaryLinks" }, usesOnChanges: true, ngImport: i0, template: "<div class=\"pagination-menu\" *ngIf=\"pagination.total > pagination.itemsPerPage\">\r\n <ul class=\"pagination\">\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasPrev}\" *ngIf=\"boundaryLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(1)\" [innerHTML]=\"firstLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasPrev}\" *ngIf=\"directionLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.page - 1)\" [innerHTML]=\"prevLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{active: pagination.page == page}\" *ngFor=\"let page of pages\">\r\n <a class=\"page-link\" [ngClass]=\"{active: pagination.page == page}\" (click)=\"paginate(page)\">{{ page }}</a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasNext}\" *ngIf=\"directionLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.page + 1)\" [innerHTML]=\"nextLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasNext}\" *ngIf=\"boundaryLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.maxPage)\" [innerHTML]=\"lastLabel | safe\"></a>\r\n </li>\r\n </ul>\r\n</div>\r\n", directives: [{ type: i1$3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "safe": SafeHtmlPipe } });
|
|
4692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: PaginationMenuComponent, decorators: [{
|
|
4693
|
+
type: Component,
|
|
4694
|
+
args: [{ selector: "pagination-menu", template: "<div class=\"pagination-menu\" *ngIf=\"pagination.total > pagination.itemsPerPage\">\r\n <ul class=\"pagination\">\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasPrev}\" *ngIf=\"boundaryLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(1)\" [innerHTML]=\"firstLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasPrev}\" *ngIf=\"directionLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.page - 1)\" [innerHTML]=\"prevLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{active: pagination.page == page}\" *ngFor=\"let page of pages\">\r\n <a class=\"page-link\" [ngClass]=\"{active: pagination.page == page}\" (click)=\"paginate(page)\">{{ page }}</a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasNext}\" *ngIf=\"directionLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.page + 1)\" [innerHTML]=\"nextLabel | safe\"></a>\r\n </li>\r\n <li class=\"page-item\" [ngClass]=\"{disabled: !hasNext}\" *ngIf=\"boundaryLinks\">\r\n <a class=\"page-link\" (click)=\"paginate(pagination.maxPage)\" [innerHTML]=\"lastLabel | safe\"></a>\r\n </li>\r\n </ul>\r\n</div>\r\n" }]
|
|
4695
|
+
}], ctorParameters: function () { return [{ type: StateService }, { type: PaginationDirective }, { type: undefined, decorators: [{
|
|
4696
|
+
type: Inject,
|
|
4697
|
+
args: [ICON_SERVICE]
|
|
4698
|
+
}] }]; }, propDecorators: { maxSize: [{
|
|
4699
|
+
type: Input
|
|
4700
|
+
}], urlParam: [{
|
|
4701
|
+
type: Input
|
|
4702
|
+
}], directionLinks: [{
|
|
4703
|
+
type: Input
|
|
4704
|
+
}], boundaryLinks: [{
|
|
4705
|
+
type: Input
|
|
4706
|
+
}] } });
|
|
5001
4707
|
|
|
5002
|
-
const _c0 = ["rowTemplate"];
|
|
5003
|
-
const _c1 = ["wrapperTemplate"];
|
|
5004
|
-
const _c2 = ["filterTemplate"];
|
|
5005
|
-
const _c3 = ["columnsTemplate"];
|
|
5006
|
-
const _c4 = ["defaultRowTemplate"];
|
|
5007
|
-
const _c5 = ["defaultWrapperTemplate"];
|
|
5008
|
-
const _c6 = ["defaultFilterTemplate"];
|
|
5009
|
-
const _c7 = ["pagination"];
|
|
5010
|
-
function DynamicTableComponent_ng_template_2_div_0_label_1_Template(rf, ctx) { if (rf & 1) {
|
|
5011
|
-
i0.ɵɵelementStart(0, "label");
|
|
5012
|
-
i0.ɵɵtext(1);
|
|
5013
|
-
i0.ɵɵpipe(2, "translate");
|
|
5014
|
-
i0.ɵɵelementEnd();
|
|
5015
|
-
} if (rf & 2) {
|
|
5016
|
-
const ctx_r13 = i0.ɵɵnextContext(3);
|
|
5017
|
-
i0.ɵɵattribute("for", ctx_r13.tableId);
|
|
5018
|
-
i0.ɵɵadvance(1);
|
|
5019
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 2, ctx_r13.label));
|
|
5020
|
-
} }
|
|
5021
|
-
function DynamicTableComponent_ng_template_2_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
5022
|
-
const _r16 = i0.ɵɵgetCurrentView();
|
|
5023
|
-
i0.ɵɵelementStart(0, "div", 11);
|
|
5024
|
-
i0.ɵɵtemplate(1, DynamicTableComponent_ng_template_2_div_0_label_1_Template, 3, 4, "label", 12);
|
|
5025
|
-
i0.ɵɵelementStart(2, "input", 13);
|
|
5026
|
-
i0.ɵɵlistener("ngModelChange", function DynamicTableComponent_ng_template_2_div_0_Template_input_ngModelChange_2_listener($event) { i0.ɵɵrestoreView(_r16); const table_r11 = i0.ɵɵnextContext().$implicit; return table_r11.setFilter($event); });
|
|
5027
|
-
i0.ɵɵpipe(3, "translate");
|
|
5028
|
-
i0.ɵɵelementEnd()();
|
|
5029
|
-
} if (rf & 2) {
|
|
5030
|
-
const table_r11 = i0.ɵɵnextContext().$implicit;
|
|
5031
|
-
const ctx_r12 = i0.ɵɵnextContext();
|
|
5032
|
-
i0.ɵɵadvance(1);
|
|
5033
|
-
i0.ɵɵproperty("ngIf", ctx_r12.label);
|
|
5034
|
-
i0.ɵɵadvance(1);
|
|
5035
|
-
i0.ɵɵproperty("placeholder", i0.ɵɵpipeBind1(3, 4, ctx_r12.placeholder))("ngModel", table_r11.filter);
|
|
5036
|
-
i0.ɵɵattribute("id", ctx_r12.tableId);
|
|
5037
|
-
} }
|
|
5038
|
-
function DynamicTableComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
5039
|
-
i0.ɵɵtemplate(0, DynamicTableComponent_ng_template_2_div_0_Template, 4, 6, "div", 10);
|
|
5040
|
-
} if (rf & 2) {
|
|
5041
|
-
const table_r11 = ctx.$implicit;
|
|
5042
|
-
i0.ɵɵproperty("ngIf", table_r11.showFilter);
|
|
5043
|
-
} }
|
|
5044
|
-
function DynamicTableComponent_ng_template_7_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
5045
|
-
i0.ɵɵelementStart(0, "span");
|
|
5046
|
-
i0.ɵɵtext(1);
|
|
5047
|
-
i0.ɵɵelementEnd();
|
|
5048
|
-
} if (rf & 2) {
|
|
5049
|
-
const column_r26 = ctx.column;
|
|
5050
|
-
const item_r27 = ctx.item;
|
|
5051
|
-
i0.ɵɵadvance(1);
|
|
5052
|
-
i0.ɵɵtextInterpolate(item_r27[column_r26] == undefined || item_r27[column_r26] == null ? "-" : item_r27[column_r26]);
|
|
5053
|
-
} }
|
|
5054
|
-
function DynamicTableComponent_ng_template_7_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
5055
|
-
i0.ɵɵelementContainer(0, 3);
|
|
5056
|
-
} if (rf & 2) {
|
|
5057
|
-
const ctx_r28 = i0.ɵɵnextContext();
|
|
5058
|
-
const template_r20 = ctx_r28.template;
|
|
5059
|
-
const context_r18 = ctx_r28.$implicit;
|
|
5060
|
-
i0.ɵɵproperty("ngxTemplateOutlet", template_r20.ref)("context", context_r18);
|
|
5061
|
-
} }
|
|
5062
|
-
function DynamicTableComponent_ng_template_7_td_4_Template(rf, ctx) { if (rf & 1) {
|
|
5063
|
-
i0.ɵɵelementStart(0, "td", 17);
|
|
5064
|
-
i0.ɵɵelementContainer(1, 3);
|
|
5065
|
-
i0.ɵɵelementEnd();
|
|
5066
|
-
} if (rf & 2) {
|
|
5067
|
-
const ctx_r29 = i0.ɵɵnextContext();
|
|
5068
|
-
const column_r19 = ctx_r29.column;
|
|
5069
|
-
const template_r20 = ctx_r29.template;
|
|
5070
|
-
const context_r18 = ctx_r29.$implicit;
|
|
5071
|
-
const _r21 = i0.ɵɵreference(1);
|
|
5072
|
-
i0.ɵɵproperty("ngClass", "column-" + column_r19);
|
|
5073
|
-
i0.ɵɵadvance(1);
|
|
5074
|
-
i0.ɵɵproperty("ngxTemplateOutlet", !template_r20 ? _r21 : template_r20.ref)("context", context_r18);
|
|
5075
|
-
} }
|
|
5076
|
-
function DynamicTableComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
|
|
5077
|
-
i0.ɵɵtemplate(0, DynamicTableComponent_ng_template_7_ng_template_0_Template, 2, 1, "ng-template", null, 14, i0.ɵɵtemplateRefExtractor);
|
|
5078
|
-
i0.ɵɵtemplate(2, DynamicTableComponent_ng_template_7_ng_template_2_Template, 1, 2, "ng-template", null, 15, i0.ɵɵtemplateRefExtractor);
|
|
5079
|
-
i0.ɵɵtemplate(4, DynamicTableComponent_ng_template_7_td_4_Template, 2, 3, "td", 16);
|
|
5080
|
-
} if (rf & 2) {
|
|
5081
|
-
const template_r20 = ctx.template;
|
|
5082
|
-
const _r23 = i0.ɵɵreference(3);
|
|
5083
|
-
i0.ɵɵadvance(4);
|
|
5084
|
-
i0.ɵɵproperty("ngIf", !template_r20 || !template_r20.pure)("ngIfElse", _r23);
|
|
5085
|
-
} }
|
|
5086
|
-
const _c8 = function (a0, a1) { return { template: a0, column: a1 }; };
|
|
5087
|
-
function DynamicTableComponent_ng_template_9_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
5088
|
-
i0.ɵɵelementContainer(0, 19);
|
|
5089
|
-
} if (rf & 2) {
|
|
5090
|
-
const column_r32 = ctx.$implicit;
|
|
5091
|
-
const context_r30 = i0.ɵɵnextContext().$implicit;
|
|
5092
|
-
const ctx_r31 = i0.ɵɵnextContext();
|
|
5093
|
-
const _r3 = i0.ɵɵreference(8);
|
|
5094
|
-
i0.ɵɵproperty("ngxTemplateOutlet", _r3)("context", context_r30)("additionalContext", i0.ɵɵpureFunction2(3, _c8, ctx_r31.templates[column_r32], column_r32));
|
|
5095
|
-
} }
|
|
5096
|
-
function DynamicTableComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
|
|
5097
|
-
i0.ɵɵtemplate(0, DynamicTableComponent_ng_template_9_ng_container_0_Template, 1, 6, "ng-container", 18);
|
|
5098
|
-
} if (rf & 2) {
|
|
5099
|
-
const ctx_r6 = i0.ɵɵnextContext();
|
|
5100
|
-
i0.ɵɵproperty("ngForOf", ctx_r6.cols);
|
|
5101
|
-
} }
|
|
5102
|
-
function DynamicTableComponent_ng_template_11_Template(rf, ctx) { if (rf & 1) {
|
|
5103
|
-
i0.ɵɵelementStart(0, "tr");
|
|
5104
|
-
i0.ɵɵelementContainer(1, 3);
|
|
5105
|
-
i0.ɵɵelementEnd();
|
|
5106
|
-
} if (rf & 2) {
|
|
5107
|
-
const context_r34 = ctx.$implicit;
|
|
5108
|
-
i0.ɵɵnextContext();
|
|
5109
|
-
const _r5 = i0.ɵɵreference(10);
|
|
5110
|
-
i0.ɵɵadvance(1);
|
|
5111
|
-
i0.ɵɵproperty("ngxTemplateOutlet", _r5)("context", context_r34);
|
|
5112
|
-
} }
|
|
5113
|
-
function DynamicTableComponent_ng_template_13_th_3_a_1_i_4_Template(rf, ctx) { if (rf & 1) {
|
|
5114
|
-
i0.ɵɵelement(0, "i", 26);
|
|
5115
|
-
} if (rf & 2) {
|
|
5116
|
-
const column_r37 = i0.ɵɵnextContext(2).$implicit;
|
|
5117
|
-
const ctx_r40 = i0.ɵɵnextContext(2);
|
|
5118
|
-
i0.ɵɵproperty("icon", ctx_r40.orderDescending ? "sort-desc" : "sort-asc")("ngClass", ctx_r40.orderBy == column_r37 ? ctx_r40.orderDescending ? "sort-desc" : "sort-asc" : "");
|
|
5119
|
-
} }
|
|
5120
|
-
function DynamicTableComponent_ng_template_13_th_3_a_1_Template(rf, ctx) { if (rf & 1) {
|
|
5121
|
-
const _r44 = i0.ɵɵgetCurrentView();
|
|
5122
|
-
i0.ɵɵelementStart(0, "a", 24);
|
|
5123
|
-
i0.ɵɵlistener("click", function DynamicTableComponent_ng_template_13_th_3_a_1_Template_a_click_0_listener() { i0.ɵɵrestoreView(_r44); const column_r37 = i0.ɵɵnextContext().$implicit; const ctx_r42 = i0.ɵɵnextContext(2); return ctx_r42.setOrder(column_r37); });
|
|
5124
|
-
i0.ɵɵelementStart(1, "span");
|
|
5125
|
-
i0.ɵɵtext(2);
|
|
5126
|
-
i0.ɵɵpipe(3, "translate");
|
|
5127
|
-
i0.ɵɵelementEnd();
|
|
5128
|
-
i0.ɵɵtemplate(4, DynamicTableComponent_ng_template_13_th_3_a_1_i_4_Template, 1, 2, "i", 25);
|
|
5129
|
-
i0.ɵɵelementEnd();
|
|
5130
|
-
} if (rf & 2) {
|
|
5131
|
-
const column_r37 = i0.ɵɵnextContext().$implicit;
|
|
5132
|
-
const ctx_r38 = i0.ɵɵnextContext(2);
|
|
5133
|
-
i0.ɵɵadvance(2);
|
|
5134
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(3, 2, "label." + column_r37));
|
|
5135
|
-
i0.ɵɵadvance(2);
|
|
5136
|
-
i0.ɵɵproperty("ngIf", ctx_r38.orderBy == column_r37);
|
|
5137
|
-
} }
|
|
5138
|
-
function DynamicTableComponent_ng_template_13_th_3_span_2_Template(rf, ctx) { if (rf & 1) {
|
|
5139
|
-
i0.ɵɵelementStart(0, "span");
|
|
5140
|
-
i0.ɵɵtext(1);
|
|
5141
|
-
i0.ɵɵpipe(2, "translate");
|
|
5142
|
-
i0.ɵɵelementEnd();
|
|
5143
|
-
} if (rf & 2) {
|
|
5144
|
-
const column_r37 = i0.ɵɵnextContext().$implicit;
|
|
5145
|
-
i0.ɵɵadvance(1);
|
|
5146
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(2, 1, "label." + column_r37));
|
|
5147
|
-
} }
|
|
5148
|
-
function DynamicTableComponent_ng_template_13_th_3_Template(rf, ctx) { if (rf & 1) {
|
|
5149
|
-
i0.ɵɵelementStart(0, "th", 17);
|
|
5150
|
-
i0.ɵɵtemplate(1, DynamicTableComponent_ng_template_13_th_3_a_1_Template, 5, 4, "a", 23);
|
|
5151
|
-
i0.ɵɵtemplate(2, DynamicTableComponent_ng_template_13_th_3_span_2_Template, 3, 3, "span", 12);
|
|
5152
|
-
i0.ɵɵelementEnd();
|
|
5153
|
-
} if (rf & 2) {
|
|
5154
|
-
const column_r37 = ctx.$implicit;
|
|
5155
|
-
const ctx_r35 = i0.ɵɵnextContext(2);
|
|
5156
|
-
i0.ɵɵproperty("ngClass", "column-" + column_r37);
|
|
5157
|
-
i0.ɵɵadvance(1);
|
|
5158
|
-
i0.ɵɵproperty("ngIf", ctx_r35.orders[column_r37]);
|
|
5159
|
-
i0.ɵɵadvance(1);
|
|
5160
|
-
i0.ɵɵproperty("ngIf", !ctx_r35.orders[column_r37]);
|
|
5161
|
-
} }
|
|
5162
|
-
function DynamicTableComponent_ng_template_13_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
|
5163
|
-
i0.ɵɵelementContainer(0, 19);
|
|
5164
|
-
} if (rf & 2) {
|
|
5165
|
-
const context_r47 = ctx.$implicit;
|
|
5166
|
-
const ctx_r36 = i0.ɵɵnextContext(2);
|
|
5167
|
-
i0.ɵɵproperty("ngxTemplateOutlet", ctx_r36.rowTemplate)("context", context_r47)("additionalContext", ctx_r36);
|
|
5168
|
-
} }
|
|
5169
|
-
function DynamicTableComponent_ng_template_13_Template(rf, ctx) { if (rf & 1) {
|
|
5170
|
-
i0.ɵɵelementStart(0, "table", 20)(1, "thead")(2, "tr");
|
|
5171
|
-
i0.ɵɵtemplate(3, DynamicTableComponent_ng_template_13_th_3_Template, 3, 3, "th", 21);
|
|
5172
|
-
i0.ɵɵelementEnd()();
|
|
5173
|
-
i0.ɵɵelementStart(4, "tbody");
|
|
5174
|
-
i0.ɵɵtemplate(5, DynamicTableComponent_ng_template_13_ng_container_5_Template, 1, 3, "ng-container", 22);
|
|
5175
|
-
i0.ɵɵelementEnd()();
|
|
5176
|
-
} if (rf & 2) {
|
|
5177
|
-
const ctx_r10 = i0.ɵɵnextContext();
|
|
5178
|
-
i0.ɵɵadvance(3);
|
|
5179
|
-
i0.ɵɵproperty("ngForOf", ctx_r10.cols);
|
|
5180
|
-
} }
|
|
5181
4708
|
class DynamicTableComponent {
|
|
5182
4709
|
constructor() {
|
|
5183
4710
|
this.loadData = (page, itemsPerPage) => {
|
|
@@ -5279,117 +4806,67 @@ class DynamicTableComponent {
|
|
|
5279
4806
|
});
|
|
5280
4807
|
}
|
|
5281
4808
|
}
|
|
5282
|
-
DynamicTableComponent.ɵfac =
|
|
5283
|
-
DynamicTableComponent.ɵcmp =
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5312
|
-
|
|
5313
|
-
|
|
5314
|
-
|
|
5315
|
-
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5319
|
-
|
|
5320
|
-
|
|
5321
|
-
|
|
5322
|
-
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
|
|
5331
|
-
|
|
5332
|
-
|
|
5333
|
-
|
|
5334
|
-
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5339
|
-
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
}], data: [{
|
|
5344
|
-
type: Input
|
|
5345
|
-
}], parallelData: [{
|
|
5346
|
-
type: Input
|
|
5347
|
-
}], columns: [{
|
|
5348
|
-
type: Input
|
|
5349
|
-
}], showFilter: [{
|
|
5350
|
-
type: Input
|
|
5351
|
-
}], itemsPerPage: [{
|
|
5352
|
-
type: Input
|
|
5353
|
-
}], updateTime: [{
|
|
5354
|
-
type: Input
|
|
5355
|
-
}], maxPages: [{
|
|
5356
|
-
type: Input
|
|
5357
|
-
}], directionLinks: [{
|
|
5358
|
-
type: Input
|
|
5359
|
-
}], boundaryLinks: [{
|
|
5360
|
-
type: Input
|
|
5361
|
-
}], orderBy: [{
|
|
5362
|
-
type: Input
|
|
5363
|
-
}], orderDescending: [{
|
|
5364
|
-
type: Input
|
|
5365
|
-
}], rowTemplate: [{
|
|
5366
|
-
type: ContentChild,
|
|
5367
|
-
args: ["rowTemplate", { static: true }]
|
|
5368
|
-
}], wrapperTemplate: [{
|
|
5369
|
-
type: ContentChild,
|
|
5370
|
-
args: ["wrapperTemplate", { static: true }]
|
|
5371
|
-
}], filterTemplate: [{
|
|
5372
|
-
type: ContentChild,
|
|
5373
|
-
args: ["filterTemplate", { static: true }]
|
|
5374
|
-
}], columnsTemplate: [{
|
|
5375
|
-
type: ViewChild,
|
|
5376
|
-
args: ["columnsTemplate", { static: true }]
|
|
5377
|
-
}], defaultRowTemplate: [{
|
|
5378
|
-
type: ViewChild,
|
|
5379
|
-
args: ["defaultRowTemplate", { static: true }]
|
|
5380
|
-
}], defaultWrapperTemplate: [{
|
|
5381
|
-
type: ViewChild,
|
|
5382
|
-
args: ["defaultWrapperTemplate", { static: true }]
|
|
5383
|
-
}], defaultFilterTemplate: [{
|
|
5384
|
-
type: ViewChild,
|
|
5385
|
-
args: ["defaultFilterTemplate", { static: true }]
|
|
5386
|
-
}], pagination: [{
|
|
5387
|
-
type: ViewChild,
|
|
5388
|
-
args: ["pagination"]
|
|
5389
|
-
}], templateDirectives: [{
|
|
5390
|
-
type: ContentChildren,
|
|
5391
|
-
args: [DynamicTableTemplateDirective]
|
|
5392
|
-
}] }); })();
|
|
4809
|
+
DynamicTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: DynamicTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4810
|
+
DynamicTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.8", type: DynamicTableComponent, selector: "dynamic-table", inputs: { label: "label", placeholder: "placeholder", dataLoader: "dataLoader", data: "data", parallelData: "parallelData", columns: "columns", showFilter: "showFilter", itemsPerPage: "itemsPerPage", updateTime: "updateTime", maxPages: "maxPages", directionLinks: "directionLinks", boundaryLinks: "boundaryLinks", orderBy: "orderBy", orderDescending: "orderDescending" }, queries: [{ propertyName: "rowTemplate", first: true, predicate: ["rowTemplate"], descendants: true, static: true }, { propertyName: "wrapperTemplate", first: true, predicate: ["wrapperTemplate"], descendants: true, static: true }, { propertyName: "filterTemplate", first: true, predicate: ["filterTemplate"], descendants: true, static: true }, { propertyName: "templateDirectives", predicate: DynamicTableTemplateDirective }], viewQueries: [{ propertyName: "columnsTemplate", first: true, predicate: ["columnsTemplate"], descendants: true, static: true }, { propertyName: "defaultRowTemplate", first: true, predicate: ["defaultRowTemplate"], descendants: true, static: true }, { propertyName: "defaultWrapperTemplate", first: true, predicate: ["defaultWrapperTemplate"], descendants: true, static: true }, { propertyName: "defaultFilterTemplate", first: true, predicate: ["defaultFilterTemplate"], descendants: true, static: true }, { propertyName: "pagination", first: true, predicate: ["pagination"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"dynamic-table\" #pagination=\"pagination\" [pagination]=\"loadData\" [itemsPerPage]=\"itemsPerPage\" [updateTime]=\"updateTime\">\r\n <ng-template #defaultFilterTemplate let-table>\r\n <div class=\"table-search\" *ngIf=\"table.showFilter\">\r\n <label *ngIf=\"label\" [attr.for]=\"tableId\">{{ label | translate }}</label>\r\n <input type=\"text\"\r\n class=\"form-control\"\r\n [attr.id]=\"tableId\"\r\n [placeholder]=\"placeholder | translate\"\r\n [ngModel]=\"table.filter\"\r\n (ngModelChange)=\"table.setFilter($event)\"/>\r\n </div>\r\n </ng-template>\r\n <ng-container [ngxTemplateOutlet]=\"filterTemplate || defaultFilterTemplate\" [context]=\"this\"></ng-container>\r\n <pagination-menu [maxSize]=\"maxPages\" [directionLinks]=\"directionLinks\" [boundaryLinks]=\"boundaryLinks\"></pagination-menu>\r\n <div class=\"table-responsive\">\r\n\r\n <ng-template #columnTemplate let-context let-column=\"column\" let-template=\"template\">\r\n <ng-template #defaultTemplate let-column=\"column\" let-item=\"item\">\r\n <span>{{ item[column] == undefined || item[column] == null ? '-' : item[column] }}</span>\r\n </ng-template>\r\n <ng-template #pureTemplate>\r\n <ng-container [ngxTemplateOutlet]=\"template.ref\" [context]=\"context\"></ng-container>\r\n </ng-template>\r\n <td [ngClass]=\"'column-' + column\" *ngIf=\"!template || !template.pure; else pureTemplate\">\r\n <ng-container [ngxTemplateOutlet]=\"!template ? defaultTemplate : template.ref\" [context]=\"context\"></ng-container>\r\n </td>\r\n </ng-template>\r\n\r\n <ng-template #columnsTemplate let-context>\r\n <ng-container *ngFor=\"let column of cols\"\r\n [ngxTemplateOutlet]=\"columnTemplate\"\r\n [context]=\"context\"\r\n [additionalContext]=\"{\r\n template: templates[column],\r\n column: column\r\n }\"></ng-container>\r\n </ng-template>\r\n\r\n <ng-template #defaultRowTemplate let-context>\r\n <tr>\r\n <ng-container [ngxTemplateOutlet]=\"columnsTemplate\" [context]=\"context\"></ng-container>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template #defaultWrapperTemplate>\r\n <table class=\"table table-striped\">\r\n <thead>\r\n <tr>\r\n <th *ngFor=\"let column of cols\" [ngClass]=\"'column-' + column\">\r\n <a *ngIf=\"orders[column]\" (click)=\"setOrder(column)\">\r\n <span>{{ 'label.' + column | translate }}</span>\r\n <i *ngIf=\"orderBy == column\"\r\n [icon]=\"orderDescending ? 'sort-desc' : 'sort-asc'\"\r\n [ngClass]=\"orderBy == column ? (orderDescending ? 'sort-desc': 'sort-asc') : ''\"></i>\r\n </a>\r\n <span *ngIf=\"!orders[column]\">{{ 'label.' + column | translate }}</span>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <ng-container *paginationItem=\"let context\"\r\n [ngxTemplateOutlet]=\"rowTemplate\"\r\n [context]=\"context\"\r\n [additionalContext]=\"this\"></ng-container>\r\n </tbody>\r\n </table>\r\n </ng-template>\r\n\r\n <ng-container [ngxTemplateOutlet]=\"wrapperTemplate || defaultWrapperTemplate\"\r\n [context]=\"this\"></ng-container>\r\n </div>\r\n <pagination-menu [maxSize]=\"maxPages\" [directionLinks]=\"directionLinks\" [boundaryLinks]=\"boundaryLinks\"></pagination-menu>\r\n</div>\r\n", components: [{ type: PaginationMenuComponent, selector: "pagination-menu", inputs: ["maxSize", "urlParam", "directionLinks", "boundaryLinks"] }], directives: [{ type: PaginationDirective, selector: "[pagination]", inputs: ["pagination", "page", "itemsPerPage", "updateTime", "waitFor"], outputs: ["pageChange", "onRefresh"], exportAs: ["pagination"] }, { type: i1$3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: NgxTemplateOutletDirective, selector: "[ngxTemplateOutlet]", inputs: ["context", "additionalContext", "ngxTemplateOutlet"] }, { type: i1$3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: IconDirective, selector: "[icon]", inputs: ["icon", "activeIcon", "active"], outputs: ["activeChange"] }, { type: PaginationItemDirective, selector: "[paginationItem]" }], pipes: { "translate": TranslatePipe } });
|
|
4811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: DynamicTableComponent, decorators: [{
|
|
4812
|
+
type: Component,
|
|
4813
|
+
args: [{ selector: "dynamic-table", template: "<div class=\"dynamic-table\" #pagination=\"pagination\" [pagination]=\"loadData\" [itemsPerPage]=\"itemsPerPage\" [updateTime]=\"updateTime\">\r\n <ng-template #defaultFilterTemplate let-table>\r\n <div class=\"table-search\" *ngIf=\"table.showFilter\">\r\n <label *ngIf=\"label\" [attr.for]=\"tableId\">{{ label | translate }}</label>\r\n <input type=\"text\"\r\n class=\"form-control\"\r\n [attr.id]=\"tableId\"\r\n [placeholder]=\"placeholder | translate\"\r\n [ngModel]=\"table.filter\"\r\n (ngModelChange)=\"table.setFilter($event)\"/>\r\n </div>\r\n </ng-template>\r\n <ng-container [ngxTemplateOutlet]=\"filterTemplate || defaultFilterTemplate\" [context]=\"this\"></ng-container>\r\n <pagination-menu [maxSize]=\"maxPages\" [directionLinks]=\"directionLinks\" [boundaryLinks]=\"boundaryLinks\"></pagination-menu>\r\n <div class=\"table-responsive\">\r\n\r\n <ng-template #columnTemplate let-context let-column=\"column\" let-template=\"template\">\r\n <ng-template #defaultTemplate let-column=\"column\" let-item=\"item\">\r\n <span>{{ item[column] == undefined || item[column] == null ? '-' : item[column] }}</span>\r\n </ng-template>\r\n <ng-template #pureTemplate>\r\n <ng-container [ngxTemplateOutlet]=\"template.ref\" [context]=\"context\"></ng-container>\r\n </ng-template>\r\n <td [ngClass]=\"'column-' + column\" *ngIf=\"!template || !template.pure; else pureTemplate\">\r\n <ng-container [ngxTemplateOutlet]=\"!template ? defaultTemplate : template.ref\" [context]=\"context\"></ng-container>\r\n </td>\r\n </ng-template>\r\n\r\n <ng-template #columnsTemplate let-context>\r\n <ng-container *ngFor=\"let column of cols\"\r\n [ngxTemplateOutlet]=\"columnTemplate\"\r\n [context]=\"context\"\r\n [additionalContext]=\"{\r\n template: templates[column],\r\n column: column\r\n }\"></ng-container>\r\n </ng-template>\r\n\r\n <ng-template #defaultRowTemplate let-context>\r\n <tr>\r\n <ng-container [ngxTemplateOutlet]=\"columnsTemplate\" [context]=\"context\"></ng-container>\r\n </tr>\r\n </ng-template>\r\n\r\n <ng-template #defaultWrapperTemplate>\r\n <table class=\"table table-striped\">\r\n <thead>\r\n <tr>\r\n <th *ngFor=\"let column of cols\" [ngClass]=\"'column-' + column\">\r\n <a *ngIf=\"orders[column]\" (click)=\"setOrder(column)\">\r\n <span>{{ 'label.' + column | translate }}</span>\r\n <i *ngIf=\"orderBy == column\"\r\n [icon]=\"orderDescending ? 'sort-desc' : 'sort-asc'\"\r\n [ngClass]=\"orderBy == column ? (orderDescending ? 'sort-desc': 'sort-asc') : ''\"></i>\r\n </a>\r\n <span *ngIf=\"!orders[column]\">{{ 'label.' + column | translate }}</span>\r\n </th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <ng-container *paginationItem=\"let context\"\r\n [ngxTemplateOutlet]=\"rowTemplate\"\r\n [context]=\"context\"\r\n [additionalContext]=\"this\"></ng-container>\r\n </tbody>\r\n </table>\r\n </ng-template>\r\n\r\n <ng-container [ngxTemplateOutlet]=\"wrapperTemplate || defaultWrapperTemplate\"\r\n [context]=\"this\"></ng-container>\r\n </div>\r\n <pagination-menu [maxSize]=\"maxPages\" [directionLinks]=\"directionLinks\" [boundaryLinks]=\"boundaryLinks\"></pagination-menu>\r\n</div>\r\n" }]
|
|
4814
|
+
}], ctorParameters: function () { return []; }, propDecorators: { label: [{
|
|
4815
|
+
type: Input
|
|
4816
|
+
}], placeholder: [{
|
|
4817
|
+
type: Input
|
|
4818
|
+
}], dataLoader: [{
|
|
4819
|
+
type: Input
|
|
4820
|
+
}], data: [{
|
|
4821
|
+
type: Input
|
|
4822
|
+
}], parallelData: [{
|
|
4823
|
+
type: Input
|
|
4824
|
+
}], columns: [{
|
|
4825
|
+
type: Input
|
|
4826
|
+
}], showFilter: [{
|
|
4827
|
+
type: Input
|
|
4828
|
+
}], itemsPerPage: [{
|
|
4829
|
+
type: Input
|
|
4830
|
+
}], updateTime: [{
|
|
4831
|
+
type: Input
|
|
4832
|
+
}], maxPages: [{
|
|
4833
|
+
type: Input
|
|
4834
|
+
}], directionLinks: [{
|
|
4835
|
+
type: Input
|
|
4836
|
+
}], boundaryLinks: [{
|
|
4837
|
+
type: Input
|
|
4838
|
+
}], orderBy: [{
|
|
4839
|
+
type: Input
|
|
4840
|
+
}], orderDescending: [{
|
|
4841
|
+
type: Input
|
|
4842
|
+
}], rowTemplate: [{
|
|
4843
|
+
type: ContentChild,
|
|
4844
|
+
args: ["rowTemplate", { static: true }]
|
|
4845
|
+
}], wrapperTemplate: [{
|
|
4846
|
+
type: ContentChild,
|
|
4847
|
+
args: ["wrapperTemplate", { static: true }]
|
|
4848
|
+
}], filterTemplate: [{
|
|
4849
|
+
type: ContentChild,
|
|
4850
|
+
args: ["filterTemplate", { static: true }]
|
|
4851
|
+
}], columnsTemplate: [{
|
|
4852
|
+
type: ViewChild,
|
|
4853
|
+
args: ["columnsTemplate", { static: true }]
|
|
4854
|
+
}], defaultRowTemplate: [{
|
|
4855
|
+
type: ViewChild,
|
|
4856
|
+
args: ["defaultRowTemplate", { static: true }]
|
|
4857
|
+
}], defaultWrapperTemplate: [{
|
|
4858
|
+
type: ViewChild,
|
|
4859
|
+
args: ["defaultWrapperTemplate", { static: true }]
|
|
4860
|
+
}], defaultFilterTemplate: [{
|
|
4861
|
+
type: ViewChild,
|
|
4862
|
+
args: ["defaultFilterTemplate", { static: true }]
|
|
4863
|
+
}], pagination: [{
|
|
4864
|
+
type: ViewChild,
|
|
4865
|
+
args: ["pagination"]
|
|
4866
|
+
}], templateDirectives: [{
|
|
4867
|
+
type: ContentChildren,
|
|
4868
|
+
args: [DynamicTableTemplateDirective]
|
|
4869
|
+
}] } });
|
|
5393
4870
|
|
|
5394
4871
|
// --- Pipes ---
|
|
5395
4872
|
const pipes = [
|
|
@@ -5485,8 +4962,11 @@ const providers = [
|
|
|
5485
4962
|
];
|
|
5486
4963
|
function loadConfig(config) {
|
|
5487
4964
|
return config.load;
|
|
5488
|
-
}
|
|
4965
|
+
}
|
|
4966
|
+
|
|
5489
4967
|
class NgxUtilsModule {
|
|
4968
|
+
constructor() {
|
|
4969
|
+
}
|
|
5490
4970
|
static forRoot(config) {
|
|
5491
4971
|
return {
|
|
5492
4972
|
ngModule: NgxUtilsModule,
|
|
@@ -5538,109 +5018,34 @@ class NgxUtilsModule {
|
|
|
5538
5018
|
};
|
|
5539
5019
|
}
|
|
5540
5020
|
}
|
|
5541
|
-
NgxUtilsModule.ɵfac =
|
|
5542
|
-
NgxUtilsModule.ɵmod =
|
|
5543
|
-
|
|
5021
|
+
NgxUtilsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxUtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5022
|
+
NgxUtilsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxUtilsModule, declarations: [ChunkPipe, EntriesPipe, ExtraItemPropertiesPipe, FilterPipe, FindPipe, FormatNumberPipe, GetOffsetPipe, GetTypePipe, GlobalTemplatePipe, GroupByPipe, IsTypePipe, JoinPipe, KeysPipe, MapPipe, MaxPipe, MinPipe, ReducePipe, RemapPipe, ReplacePipe, ReversePipe, RoundPipe, SafeHtmlPipe, TranslatePipe, ValuesPipe, AsyncMethodDirective, BackgroundDirective, DynamicTableTemplateDirective, GlobalTemplateDirective, IconDirective, NgxTemplateOutletDirective, PaginationDirective, PaginationItemDirective, ResourceIfDirective, StickyDirective, StickyClassDirective, UnorderedListItemDirective, UnorderedListTemplateDirective, DynamicTableComponent, PaginationMenuComponent, UnorderedListComponent], imports: [CommonModule,
|
|
5023
|
+
FormsModule], exports: [ChunkPipe, EntriesPipe, ExtraItemPropertiesPipe, FilterPipe, FindPipe, FormatNumberPipe, GetOffsetPipe, GetTypePipe, GlobalTemplatePipe, GroupByPipe, IsTypePipe, JoinPipe, KeysPipe, MapPipe, MaxPipe, MinPipe, ReducePipe, RemapPipe, ReplacePipe, ReversePipe, RoundPipe, SafeHtmlPipe, TranslatePipe, ValuesPipe, AsyncMethodDirective, BackgroundDirective, DynamicTableTemplateDirective, GlobalTemplateDirective, IconDirective, NgxTemplateOutletDirective, PaginationDirective, PaginationItemDirective, ResourceIfDirective, StickyDirective, StickyClassDirective, UnorderedListItemDirective, UnorderedListTemplateDirective, DynamicTableComponent, PaginationMenuComponent, UnorderedListComponent, FormsModule] });
|
|
5024
|
+
NgxUtilsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxUtilsModule, providers: pipes, imports: [[
|
|
5544
5025
|
CommonModule,
|
|
5545
5026
|
FormsModule
|
|
5546
5027
|
], FormsModule] });
|
|
5547
|
-
(
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5566
|
-
|
|
5567
|
-
|
|
5568
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(NgxUtilsModule, { declarations: [ChunkPipe,
|
|
5569
|
-
EntriesPipe,
|
|
5570
|
-
ExtraItemPropertiesPipe,
|
|
5571
|
-
FilterPipe,
|
|
5572
|
-
FindPipe,
|
|
5573
|
-
FormatNumberPipe,
|
|
5574
|
-
GetOffsetPipe,
|
|
5575
|
-
GetTypePipe,
|
|
5576
|
-
GlobalTemplatePipe,
|
|
5577
|
-
GroupByPipe,
|
|
5578
|
-
IsTypePipe,
|
|
5579
|
-
JoinPipe,
|
|
5580
|
-
KeysPipe,
|
|
5581
|
-
MapPipe,
|
|
5582
|
-
MaxPipe,
|
|
5583
|
-
MinPipe,
|
|
5584
|
-
ReducePipe,
|
|
5585
|
-
RemapPipe,
|
|
5586
|
-
ReplacePipe,
|
|
5587
|
-
ReversePipe,
|
|
5588
|
-
RoundPipe,
|
|
5589
|
-
SafeHtmlPipe,
|
|
5590
|
-
TranslatePipe,
|
|
5591
|
-
ValuesPipe, AsyncMethodDirective,
|
|
5592
|
-
BackgroundDirective,
|
|
5593
|
-
DynamicTableTemplateDirective,
|
|
5594
|
-
GlobalTemplateDirective,
|
|
5595
|
-
IconDirective,
|
|
5596
|
-
NgxTemplateOutletDirective,
|
|
5597
|
-
PaginationDirective,
|
|
5598
|
-
PaginationItemDirective,
|
|
5599
|
-
ResourceIfDirective,
|
|
5600
|
-
StickyDirective,
|
|
5601
|
-
StickyClassDirective,
|
|
5602
|
-
UnorderedListItemDirective,
|
|
5603
|
-
UnorderedListTemplateDirective, DynamicTableComponent,
|
|
5604
|
-
PaginationMenuComponent,
|
|
5605
|
-
UnorderedListComponent], imports: [CommonModule,
|
|
5606
|
-
FormsModule], exports: [ChunkPipe,
|
|
5607
|
-
EntriesPipe,
|
|
5608
|
-
ExtraItemPropertiesPipe,
|
|
5609
|
-
FilterPipe,
|
|
5610
|
-
FindPipe,
|
|
5611
|
-
FormatNumberPipe,
|
|
5612
|
-
GetOffsetPipe,
|
|
5613
|
-
GetTypePipe,
|
|
5614
|
-
GlobalTemplatePipe,
|
|
5615
|
-
GroupByPipe,
|
|
5616
|
-
IsTypePipe,
|
|
5617
|
-
JoinPipe,
|
|
5618
|
-
KeysPipe,
|
|
5619
|
-
MapPipe,
|
|
5620
|
-
MaxPipe,
|
|
5621
|
-
MinPipe,
|
|
5622
|
-
ReducePipe,
|
|
5623
|
-
RemapPipe,
|
|
5624
|
-
ReplacePipe,
|
|
5625
|
-
ReversePipe,
|
|
5626
|
-
RoundPipe,
|
|
5627
|
-
SafeHtmlPipe,
|
|
5628
|
-
TranslatePipe,
|
|
5629
|
-
ValuesPipe, AsyncMethodDirective,
|
|
5630
|
-
BackgroundDirective,
|
|
5631
|
-
DynamicTableTemplateDirective,
|
|
5632
|
-
GlobalTemplateDirective,
|
|
5633
|
-
IconDirective,
|
|
5634
|
-
NgxTemplateOutletDirective,
|
|
5635
|
-
PaginationDirective,
|
|
5636
|
-
PaginationItemDirective,
|
|
5637
|
-
ResourceIfDirective,
|
|
5638
|
-
StickyDirective,
|
|
5639
|
-
StickyClassDirective,
|
|
5640
|
-
UnorderedListItemDirective,
|
|
5641
|
-
UnorderedListTemplateDirective, DynamicTableComponent,
|
|
5642
|
-
PaginationMenuComponent,
|
|
5643
|
-
UnorderedListComponent, FormsModule] }); })();
|
|
5028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.8", ngImport: i0, type: NgxUtilsModule, decorators: [{
|
|
5029
|
+
type: NgModule,
|
|
5030
|
+
args: [{
|
|
5031
|
+
declarations: [
|
|
5032
|
+
...pipes,
|
|
5033
|
+
...directives,
|
|
5034
|
+
...components
|
|
5035
|
+
],
|
|
5036
|
+
imports: [
|
|
5037
|
+
CommonModule,
|
|
5038
|
+
FormsModule
|
|
5039
|
+
],
|
|
5040
|
+
exports: [
|
|
5041
|
+
...pipes,
|
|
5042
|
+
...directives,
|
|
5043
|
+
...components,
|
|
5044
|
+
FormsModule
|
|
5045
|
+
],
|
|
5046
|
+
providers: pipes
|
|
5047
|
+
}]
|
|
5048
|
+
}], ctorParameters: function () { return []; } });
|
|
5644
5049
|
|
|
5645
5050
|
/**
|
|
5646
5051
|
* Generated bundle index. Do not edit.
|