atr-components 0.2.417 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/atr-components.module.d.ts +9 -9
- package/atr-public-api.d.ts +53 -53
- package/core/animations/animations.d.ts +1 -1
- package/core/animations/fly-in.d.ts +1 -1
- package/core/animations/scroll-screen.d.ts +1 -1
- package/core/auth/auth.guard.d.ts +11 -11
- package/core/base/atr-common.d.ts +347 -347
- package/core/directive/error-img.directive.d.ts +10 -10
- package/core/directive/hq-spin.directive.d.ts +13 -13
- package/core/directive/role.directive.d.ts +16 -16
- package/core/interceptor/base.interceptor.d.ts +17 -17
- package/core/ngz-module/cus-zorro-antd.module.d.ts +75 -75
- package/core/pipe/china-num.pipe.d.ts +7 -7
- package/core/pipe/count.pipe.d.ts +7 -7
- package/core/pipe/day.pipe.d.ts +8 -8
- package/core/pipe/defaultVal.pipe.d.ts +7 -7
- package/core/pipe/dicts.pipe.d.ts +10 -10
- package/core/pipe/image-pipe.pipe.d.ts +8 -8
- package/core/pipe/is-empty.pipe.d.ts +7 -7
- package/core/pipe/is-not-empty.pipe.d.ts +7 -7
- package/core/pipe/oss.pipe.d.ts +7 -7
- package/core/pipe/ossStatic.pipe.d.ts +7 -7
- package/core/pipe/pipe-module.module.d.ts +21 -21
- package/core/pipe/remove-html.pipe.d.ts +10 -10
- package/core/pipe/safe-compute.pipe.d.ts +7 -7
- package/core/pipe/safe-html.pipe.d.ts +10 -10
- package/core/pipe/safe-url.pipe.d.ts +10 -10
- package/core/routereuse/atr-reuse-strategy.d.ts +19 -19
- package/core/services/dict/dict.service.d.ts +20 -20
- package/core/services/http.service.d.ts +31 -31
- package/core/services/menu.service.d.ts +29 -29
- package/core/services/upload-oss.service.d.ts +14 -14
- package/core/utils/ToolsUtil.d.ts +180 -180
- package/core/utils/localstorage.util.d.ts +15 -15
- package/core/utils/sessionstorage.util.d.ts +15 -15
- package/{esm2020 → esm2022}/atr-components.mjs +4 -4
- package/esm2022/atr-components.module.mjs +36 -0
- package/{esm2020 → esm2022}/atr-public-api.mjs +54 -54
- package/{esm2020 → esm2022}/core/animations/animations.mjs +9 -9
- package/{esm2020 → esm2022}/core/animations/fly-in.mjs +18 -18
- package/{esm2020 → esm2022}/core/animations/scroll-screen.mjs +22 -22
- package/{esm2020 → esm2022}/core/auth/auth.guard.mjs +37 -37
- package/esm2022/core/base/atr-common.mjs +47 -0
- package/{esm2020 → esm2022}/core/directive/error-img.directive.mjs +31 -31
- package/{esm2020 → esm2022}/core/directive/hq-spin.directive.mjs +48 -48
- package/esm2022/core/directive/role.directive.mjs +69 -0
- package/{esm2020 → esm2022}/core/interceptor/base.interceptor.mjs +165 -165
- package/{esm2020 → esm2022}/core/ngz-module/cus-zorro-antd.module.mjs +292 -292
- package/{esm2020 → esm2022}/core/pipe/china-num.pipe.mjs +36 -36
- package/{esm2020 → esm2022}/core/pipe/count.pipe.mjs +34 -34
- package/{esm2020 → esm2022}/core/pipe/day.pipe.mjs +24 -24
- package/{esm2020 → esm2022}/core/pipe/defaultVal.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/core/pipe/dicts.pipe.mjs +28 -28
- package/{esm2020 → esm2022}/core/pipe/image-pipe.pipe.mjs +17 -17
- package/{esm2020 → esm2022}/core/pipe/is-empty.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/core/pipe/is-not-empty.pipe.mjs +17 -17
- package/{esm2020 → esm2022}/core/pipe/oss.pipe.mjs +17 -17
- package/{esm2020 → esm2022}/core/pipe/ossStatic.pipe.mjs +17 -17
- package/esm2022/core/pipe/pipe-module.module.mjs +38 -0
- package/{esm2020 → esm2022}/core/pipe/remove-html.pipe.mjs +21 -21
- package/{esm2020 → esm2022}/core/pipe/safe-compute.pipe.mjs +23 -23
- package/{esm2020 → esm2022}/core/pipe/safe-html.pipe.mjs +20 -20
- package/{esm2020 → esm2022}/core/pipe/safe-url.pipe.mjs +20 -20
- package/esm2022/core/routereuse/atr-reuse-strategy.mjs +79 -0
- package/esm2022/core/services/dict/dict.service.mjs +152 -0
- package/{esm2020 → esm2022}/core/services/http.service.mjs +306 -306
- package/{esm2020 → esm2022}/core/services/menu.service.mjs +130 -130
- package/{esm2020 → esm2022}/core/services/upload-oss.service.mjs +74 -74
- package/esm2022/core/utils/ToolsUtil.mjs +622 -0
- package/{esm2020 → esm2022}/core/utils/localstorage.util.mjs +94 -94
- package/{esm2020 → esm2022}/core/utils/sessionstorage.util.mjs +72 -72
- package/{esm2020 → esm2022}/lib/hello/hello.component.mjs +15 -15
- package/esm2022/lib/hello/hello.module.mjs +20 -0
- package/esm2022/lib/shared/atr-shared.module.mjs +204 -0
- package/esm2022/lib/shared/echarts/echarts.component.mjs +77 -0
- package/esm2022/lib/shared/form/form.component.mjs +574 -0
- package/esm2022/lib/shared/img-canvas/img-canvas.component.mjs +132 -0
- package/esm2022/lib/shared/local-upload/local-upload.component.mjs +68 -0
- package/esm2022/lib/shared/quill-editor/quill-editor.component.mjs +248 -0
- package/esm2022/lib/shared/select-icons/select-icons.component.mjs +90 -0
- package/{esm2020 → esm2022}/lib/shared/select-tree/select-tree.component.mjs +55 -55
- package/{esm2020 → esm2022}/lib/shared/service/busi.service.mjs +69 -69
- package/{esm2020 → esm2022}/lib/shared/share.service.mjs +107 -107
- package/esm2022/lib/shared/table/table-form-item/table-form-item.component.mjs +96 -0
- package/esm2022/lib/shared/table/table-td/table-td.component.mjs +165 -0
- package/esm2022/lib/shared/table/table.component.mjs +749 -0
- package/{esm2020 → esm2022}/lib/shared/upload/upload.component.mjs +274 -274
- package/{esm2020 → esm2022}/lib/shared/validators/atr-validtors.mjs +8 -8
- package/esm2022/lib/shared/video/video.component.mjs +16 -0
- package/esm2022/lib/shared/view-form/view-form.component.mjs +181 -0
- package/{fesm2020 → fesm2022}/atr-components.mjs +5311 -5312
- package/fesm2022/atr-components.mjs.map +1 -0
- package/{atr-components.d.ts → index.d.ts} +5 -5
- package/lib/hello/hello.component.d.ts +8 -8
- package/lib/hello/hello.module.d.ts +8 -8
- package/lib/shared/atr-shared.module.d.ts +36 -33
- package/lib/shared/echarts/echarts.component.d.ts +34 -34
- package/lib/shared/form/form.component.d.ts +45 -45
- package/lib/shared/img-canvas/img-canvas.component.d.ts +28 -28
- package/lib/shared/local-upload/local-upload.component.d.ts +22 -22
- package/lib/shared/quill-editor/quill-editor.component.d.ts +45 -45
- package/lib/shared/select-icons/select-icons.component.d.ts +24 -24
- package/lib/shared/select-tree/select-tree.component.d.ts +23 -23
- package/lib/shared/service/busi.service.d.ts +20 -20
- package/lib/shared/share.service.d.ts +14 -14
- package/lib/shared/table/table-form-item/table-form-item.component.d.ts +25 -25
- package/lib/shared/table/table-td/table-td.component.d.ts +26 -26
- package/lib/shared/table/table.component.d.ts +94 -94
- package/lib/shared/upload/upload.component.d.ts +53 -53
- package/lib/shared/validators/atr-validtors.d.ts +2 -2
- package/lib/shared/video/video.component.d.ts +7 -7
- package/lib/shared/view-form/view-form.component.d.ts +28 -28
- package/package.json +14 -22
- package/esm2020/atr-components.module.mjs +0 -38
- package/esm2020/core/base/atr-common.mjs +0 -47
- package/esm2020/core/directive/role.directive.mjs +0 -69
- package/esm2020/core/pipe/pipe-module.module.mjs +0 -40
- package/esm2020/core/routereuse/atr-reuse-strategy.mjs +0 -79
- package/esm2020/core/services/dict/dict.service.mjs +0 -152
- package/esm2020/core/utils/ToolsUtil.mjs +0 -622
- package/esm2020/lib/hello/hello.module.mjs +0 -22
- package/esm2020/lib/shared/atr-shared.module.mjs +0 -199
- package/esm2020/lib/shared/echarts/echarts.component.mjs +0 -77
- package/esm2020/lib/shared/form/form.component.mjs +0 -574
- package/esm2020/lib/shared/img-canvas/img-canvas.component.mjs +0 -132
- package/esm2020/lib/shared/local-upload/local-upload.component.mjs +0 -68
- package/esm2020/lib/shared/quill-editor/quill-editor.component.mjs +0 -248
- package/esm2020/lib/shared/select-icons/select-icons.component.mjs +0 -90
- package/esm2020/lib/shared/table/table-form-item/table-form-item.component.mjs +0 -96
- package/esm2020/lib/shared/table/table-td/table-td.component.mjs +0 -165
- package/esm2020/lib/shared/table/table.component.mjs +0 -749
- package/esm2020/lib/shared/video/video.component.mjs +0 -15
- package/esm2020/lib/shared/view-form/view-form.component.mjs +0 -181
- package/fesm2015/atr-components.mjs +0 -5522
- package/fesm2015/atr-components.mjs.map +0 -1
- package/fesm2020/atr-components.mjs.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AtrErrorImgDirective {
|
|
4
|
-
elementRef: ElementRef;
|
|
5
|
-
errorImagSrc: string;
|
|
6
|
-
constructor(elementRef: ElementRef);
|
|
7
|
-
ImageError(event: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AtrErrorImgDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AtrErrorImgDirective, "[atrErrorImg]", never, { "errorImagSrc": "atrErrorImg"; }, {}, never>;
|
|
10
|
-
}
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AtrErrorImgDirective {
|
|
4
|
+
elementRef: ElementRef;
|
|
5
|
+
errorImagSrc: string;
|
|
6
|
+
constructor(elementRef: ElementRef);
|
|
7
|
+
ImageError(event: any): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtrErrorImgDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AtrErrorImgDirective, "[atrErrorImg]", never, { "errorImagSrc": { "alias": "atrErrorImg"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef, Renderer2, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class HqSpinDirective implements OnChanges {
|
|
4
|
-
private el;
|
|
5
|
-
private render;
|
|
6
|
-
spinLoading: boolean;
|
|
7
|
-
text: null;
|
|
8
|
-
loadingEle: any;
|
|
9
|
-
constructor(el: ElementRef, render: Renderer2);
|
|
10
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HqSpinDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HqSpinDirective, "[HqSpin]", never, { "spinLoading": "spinLoading"; "text": "text"; }, {}, never>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef, Renderer2, SimpleChanges, OnChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HqSpinDirective implements OnChanges {
|
|
4
|
+
private el;
|
|
5
|
+
private render;
|
|
6
|
+
spinLoading: boolean;
|
|
7
|
+
text: null;
|
|
8
|
+
loadingEle: any;
|
|
9
|
+
constructor(el: ElementRef, render: Renderer2);
|
|
10
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HqSpinDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HqSpinDirective, "[HqSpin]", never, { "spinLoading": { "alias": "spinLoading"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Injector, OnInit, Renderer2, ViewContainerRef, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AtrRoleDirective implements OnInit {
|
|
4
|
-
private injector;
|
|
5
|
-
private render;
|
|
6
|
-
private templateRef;
|
|
7
|
-
private viewContainer;
|
|
8
|
-
private hasView;
|
|
9
|
-
set atrRole(condition: string);
|
|
10
|
-
constructor(injector: Injector, render: Renderer2, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
private get menuService();
|
|
13
|
-
private getRouterUrl;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AtrRoleDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AtrRoleDirective, "[atrRole]", never, { "atrRole": "atrRole"; }, {}, never>;
|
|
16
|
-
}
|
|
1
|
+
import { Injector, OnInit, Renderer2, ViewContainerRef, TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AtrRoleDirective implements OnInit {
|
|
4
|
+
private injector;
|
|
5
|
+
private render;
|
|
6
|
+
private templateRef;
|
|
7
|
+
private viewContainer;
|
|
8
|
+
private hasView;
|
|
9
|
+
set atrRole(condition: string);
|
|
10
|
+
constructor(injector: Injector, render: Renderer2, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
private get menuService();
|
|
13
|
+
private getRouterUrl;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtrRoleDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AtrRoleDirective, "[atrRole]", never, { "atrRole": { "alias": "atrRole"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BaseInterceptor implements HttpInterceptor {
|
|
6
|
-
private injector;
|
|
7
|
-
constructor(injector: Injector);
|
|
8
|
-
private get notification();
|
|
9
|
-
private get message();
|
|
10
|
-
private get menuService();
|
|
11
|
-
private goTo;
|
|
12
|
-
private checkStatus;
|
|
13
|
-
private handleData;
|
|
14
|
-
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseInterceptor, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BaseInterceptor>;
|
|
17
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BaseInterceptor implements HttpInterceptor {
|
|
6
|
+
private injector;
|
|
7
|
+
constructor(injector: Injector);
|
|
8
|
+
private get notification();
|
|
9
|
+
private get message();
|
|
10
|
+
private get menuService();
|
|
11
|
+
private goTo;
|
|
12
|
+
private checkStatus;
|
|
13
|
+
private handleData;
|
|
14
|
+
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseInterceptor, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BaseInterceptor>;
|
|
17
|
+
}
|
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "ng-zorro-antd/space";
|
|
4
|
-
import * as i3 from "ng-zorro-antd/affix";
|
|
5
|
-
import * as i4 from "ng-zorro-antd/alert";
|
|
6
|
-
import * as i5 from "ng-zorro-antd/anchor";
|
|
7
|
-
import * as i6 from "ng-zorro-antd/auto-complete";
|
|
8
|
-
import * as i7 from "ng-zorro-antd/avatar";
|
|
9
|
-
import * as i8 from "ng-zorro-antd/back-top";
|
|
10
|
-
import * as i9 from "ng-zorro-antd/badge";
|
|
11
|
-
import * as i10 from "ng-zorro-antd/button";
|
|
12
|
-
import * as i11 from "ng-zorro-antd/breadcrumb";
|
|
13
|
-
import * as i12 from "ng-zorro-antd/calendar";
|
|
14
|
-
import * as i13 from "ng-zorro-antd/card";
|
|
15
|
-
import * as i14 from "ng-zorro-antd/carousel";
|
|
16
|
-
import * as i15 from "ng-zorro-antd/cascader";
|
|
17
|
-
import * as i16 from "ng-zorro-antd/checkbox";
|
|
18
|
-
import * as i17 from "ng-zorro-antd/collapse";
|
|
19
|
-
import * as i18 from "ng-zorro-antd/comment";
|
|
20
|
-
import * as i19 from "ng-zorro-antd/date-picker";
|
|
21
|
-
import * as i20 from "ng-zorro-antd/descriptions";
|
|
22
|
-
import * as i21 from "ng-zorro-antd/divider";
|
|
23
|
-
import * as i22 from "ng-zorro-antd/drawer";
|
|
24
|
-
import * as i23 from "ng-zorro-antd/dropdown";
|
|
25
|
-
import * as i24 from "ng-zorro-antd/empty";
|
|
26
|
-
import * as i25 from "ng-zorro-antd/form";
|
|
27
|
-
import * as i26 from "ng-zorro-antd/grid";
|
|
28
|
-
import * as i27 from "ng-zorro-antd/i18n";
|
|
29
|
-
import * as i28 from "ng-zorro-antd/icon";
|
|
30
|
-
import * as i29 from "ng-zorro-antd/input";
|
|
31
|
-
import * as i30 from "ng-zorro-antd/input-number";
|
|
32
|
-
import * as i31 from "ng-zorro-antd/layout";
|
|
33
|
-
import * as i32 from "ng-zorro-antd/list";
|
|
34
|
-
import * as i33 from "ng-zorro-antd/mention";
|
|
35
|
-
import * as i34 from "ng-zorro-antd/menu";
|
|
36
|
-
import * as i35 from "ng-zorro-antd/message";
|
|
37
|
-
import * as i36 from "ng-zorro-antd/modal";
|
|
38
|
-
import * as i37 from "ng-zorro-antd/core/no-animation";
|
|
39
|
-
import * as i38 from "ng-zorro-antd/notification";
|
|
40
|
-
import * as i39 from "ng-zorro-antd/page-header";
|
|
41
|
-
import * as i40 from "ng-zorro-antd/pagination";
|
|
42
|
-
import * as i41 from "ng-zorro-antd/popconfirm";
|
|
43
|
-
import * as i42 from "ng-zorro-antd/popover";
|
|
44
|
-
import * as i43 from "ng-zorro-antd/progress";
|
|
45
|
-
import * as i44 from "ng-zorro-antd/radio";
|
|
46
|
-
import * as i45 from "ng-zorro-antd/rate";
|
|
47
|
-
import * as i46 from "ng-zorro-antd/result";
|
|
48
|
-
import * as i47 from "ng-zorro-antd/select";
|
|
49
|
-
import * as i48 from "ng-zorro-antd/skeleton";
|
|
50
|
-
import * as i49 from "ng-zorro-antd/slider";
|
|
51
|
-
import * as i50 from "ng-zorro-antd/spin";
|
|
52
|
-
import * as i51 from "ng-zorro-antd/statistic";
|
|
53
|
-
import * as i52 from "ng-zorro-antd/steps";
|
|
54
|
-
import * as i53 from "ng-zorro-antd/switch";
|
|
55
|
-
import * as i54 from "ng-zorro-antd/table";
|
|
56
|
-
import * as i55 from "ng-zorro-antd/tabs";
|
|
57
|
-
import * as i56 from "ng-zorro-antd/tag";
|
|
58
|
-
import * as i57 from "ng-zorro-antd/time-picker";
|
|
59
|
-
import * as i58 from "ng-zorro-antd/timeline";
|
|
60
|
-
import * as i59 from "ng-zorro-antd/tooltip";
|
|
61
|
-
import * as i60 from "ng-zorro-antd/core/trans-button";
|
|
62
|
-
import * as i61 from "ng-zorro-antd/transfer";
|
|
63
|
-
import * as i62 from "ng-zorro-antd/tree";
|
|
64
|
-
import * as i63 from "ng-zorro-antd/tree-select";
|
|
65
|
-
import * as i64 from "ng-zorro-antd/typography";
|
|
66
|
-
import * as i65 from "ng-zorro-antd/upload";
|
|
67
|
-
import * as i66 from "ng-zorro-antd/core/wave";
|
|
68
|
-
import * as i67 from "ng-zorro-antd/resizable";
|
|
69
|
-
import * as i68 from "@angular/forms";
|
|
70
|
-
import * as i69 from "ng-zorro-antd/image";
|
|
71
|
-
export declare class CusNgZorroAntdModule {
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CusNgZorroAntdModule, never>;
|
|
73
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CusNgZorroAntdModule, never, never, [typeof i1.CommonModule, typeof i2.NzSpaceModule, typeof i3.NzAffixModule, typeof i4.NzAlertModule, typeof i5.NzAnchorModule, typeof i6.NzAutocompleteModule, typeof i7.NzAvatarModule, typeof i8.NzBackTopModule, typeof i9.NzBadgeModule, typeof i10.NzButtonModule, typeof i11.NzBreadCrumbModule, typeof i12.NzCalendarModule, typeof i13.NzCardModule, typeof i14.NzCarouselModule, typeof i15.NzCascaderModule, typeof i16.NzCheckboxModule, typeof i17.NzCollapseModule, typeof i18.NzCommentModule, typeof i19.NzDatePickerModule, typeof i20.NzDescriptionsModule, typeof i21.NzDividerModule, typeof i22.NzDrawerModule, typeof i23.NzDropDownModule, typeof i24.NzEmptyModule, typeof i25.NzFormModule, typeof i26.NzGridModule, typeof i27.NzI18nModule, typeof i28.NzIconModule, typeof i29.NzInputModule, typeof i30.NzInputNumberModule, typeof i31.NzLayoutModule, typeof i32.NzListModule, typeof i33.NzMentionModule, typeof i34.NzMenuModule, typeof i35.NzMessageModule, typeof i36.NzModalModule, typeof i37.NzNoAnimationModule, typeof i38.NzNotificationModule, typeof i39.NzPageHeaderModule, typeof i40.NzPaginationModule, typeof i41.NzPopconfirmModule, typeof i42.NzPopoverModule, typeof i43.NzProgressModule, typeof i44.NzRadioModule, typeof i45.NzRateModule, typeof i46.NzResultModule, typeof i47.NzSelectModule, typeof i48.NzSkeletonModule, typeof i49.NzSliderModule, typeof i50.NzSpinModule, typeof i51.NzStatisticModule, typeof i52.NzStepsModule, typeof i53.NzSwitchModule, typeof i54.NzTableModule, typeof i55.NzTabsModule, typeof i56.NzTagModule, typeof i57.NzTimePickerModule, typeof i58.NzTimelineModule, typeof i59.NzToolTipModule, typeof i60.NzTransButtonModule, typeof i61.NzTransferModule, typeof i62.NzTreeModule, typeof i63.NzTreeSelectModule, typeof i64.NzTypographyModule, typeof i65.NzUploadModule, typeof i66.NzWaveModule, typeof i67.NzResizableModule, typeof i68.FormsModule, typeof i68.ReactiveFormsModule, typeof i69.NzImageModule]>;
|
|
74
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CusNgZorroAntdModule>;
|
|
75
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "ng-zorro-antd/space";
|
|
4
|
+
import * as i3 from "ng-zorro-antd/affix";
|
|
5
|
+
import * as i4 from "ng-zorro-antd/alert";
|
|
6
|
+
import * as i5 from "ng-zorro-antd/anchor";
|
|
7
|
+
import * as i6 from "ng-zorro-antd/auto-complete";
|
|
8
|
+
import * as i7 from "ng-zorro-antd/avatar";
|
|
9
|
+
import * as i8 from "ng-zorro-antd/back-top";
|
|
10
|
+
import * as i9 from "ng-zorro-antd/badge";
|
|
11
|
+
import * as i10 from "ng-zorro-antd/button";
|
|
12
|
+
import * as i11 from "ng-zorro-antd/breadcrumb";
|
|
13
|
+
import * as i12 from "ng-zorro-antd/calendar";
|
|
14
|
+
import * as i13 from "ng-zorro-antd/card";
|
|
15
|
+
import * as i14 from "ng-zorro-antd/carousel";
|
|
16
|
+
import * as i15 from "ng-zorro-antd/cascader";
|
|
17
|
+
import * as i16 from "ng-zorro-antd/checkbox";
|
|
18
|
+
import * as i17 from "ng-zorro-antd/collapse";
|
|
19
|
+
import * as i18 from "ng-zorro-antd/comment";
|
|
20
|
+
import * as i19 from "ng-zorro-antd/date-picker";
|
|
21
|
+
import * as i20 from "ng-zorro-antd/descriptions";
|
|
22
|
+
import * as i21 from "ng-zorro-antd/divider";
|
|
23
|
+
import * as i22 from "ng-zorro-antd/drawer";
|
|
24
|
+
import * as i23 from "ng-zorro-antd/dropdown";
|
|
25
|
+
import * as i24 from "ng-zorro-antd/empty";
|
|
26
|
+
import * as i25 from "ng-zorro-antd/form";
|
|
27
|
+
import * as i26 from "ng-zorro-antd/grid";
|
|
28
|
+
import * as i27 from "ng-zorro-antd/i18n";
|
|
29
|
+
import * as i28 from "ng-zorro-antd/icon";
|
|
30
|
+
import * as i29 from "ng-zorro-antd/input";
|
|
31
|
+
import * as i30 from "ng-zorro-antd/input-number";
|
|
32
|
+
import * as i31 from "ng-zorro-antd/layout";
|
|
33
|
+
import * as i32 from "ng-zorro-antd/list";
|
|
34
|
+
import * as i33 from "ng-zorro-antd/mention";
|
|
35
|
+
import * as i34 from "ng-zorro-antd/menu";
|
|
36
|
+
import * as i35 from "ng-zorro-antd/message";
|
|
37
|
+
import * as i36 from "ng-zorro-antd/modal";
|
|
38
|
+
import * as i37 from "ng-zorro-antd/core/no-animation";
|
|
39
|
+
import * as i38 from "ng-zorro-antd/notification";
|
|
40
|
+
import * as i39 from "ng-zorro-antd/page-header";
|
|
41
|
+
import * as i40 from "ng-zorro-antd/pagination";
|
|
42
|
+
import * as i41 from "ng-zorro-antd/popconfirm";
|
|
43
|
+
import * as i42 from "ng-zorro-antd/popover";
|
|
44
|
+
import * as i43 from "ng-zorro-antd/progress";
|
|
45
|
+
import * as i44 from "ng-zorro-antd/radio";
|
|
46
|
+
import * as i45 from "ng-zorro-antd/rate";
|
|
47
|
+
import * as i46 from "ng-zorro-antd/result";
|
|
48
|
+
import * as i47 from "ng-zorro-antd/select";
|
|
49
|
+
import * as i48 from "ng-zorro-antd/skeleton";
|
|
50
|
+
import * as i49 from "ng-zorro-antd/slider";
|
|
51
|
+
import * as i50 from "ng-zorro-antd/spin";
|
|
52
|
+
import * as i51 from "ng-zorro-antd/statistic";
|
|
53
|
+
import * as i52 from "ng-zorro-antd/steps";
|
|
54
|
+
import * as i53 from "ng-zorro-antd/switch";
|
|
55
|
+
import * as i54 from "ng-zorro-antd/table";
|
|
56
|
+
import * as i55 from "ng-zorro-antd/tabs";
|
|
57
|
+
import * as i56 from "ng-zorro-antd/tag";
|
|
58
|
+
import * as i57 from "ng-zorro-antd/time-picker";
|
|
59
|
+
import * as i58 from "ng-zorro-antd/timeline";
|
|
60
|
+
import * as i59 from "ng-zorro-antd/tooltip";
|
|
61
|
+
import * as i60 from "ng-zorro-antd/core/trans-button";
|
|
62
|
+
import * as i61 from "ng-zorro-antd/transfer";
|
|
63
|
+
import * as i62 from "ng-zorro-antd/tree";
|
|
64
|
+
import * as i63 from "ng-zorro-antd/tree-select";
|
|
65
|
+
import * as i64 from "ng-zorro-antd/typography";
|
|
66
|
+
import * as i65 from "ng-zorro-antd/upload";
|
|
67
|
+
import * as i66 from "ng-zorro-antd/core/wave";
|
|
68
|
+
import * as i67 from "ng-zorro-antd/resizable";
|
|
69
|
+
import * as i68 from "@angular/forms";
|
|
70
|
+
import * as i69 from "ng-zorro-antd/image";
|
|
71
|
+
export declare class CusNgZorroAntdModule {
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CusNgZorroAntdModule, never>;
|
|
73
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CusNgZorroAntdModule, never, never, [typeof i1.CommonModule, typeof i2.NzSpaceModule, typeof i3.NzAffixModule, typeof i4.NzAlertModule, typeof i5.NzAnchorModule, typeof i6.NzAutocompleteModule, typeof i7.NzAvatarModule, typeof i8.NzBackTopModule, typeof i9.NzBadgeModule, typeof i10.NzButtonModule, typeof i11.NzBreadCrumbModule, typeof i12.NzCalendarModule, typeof i13.NzCardModule, typeof i14.NzCarouselModule, typeof i15.NzCascaderModule, typeof i16.NzCheckboxModule, typeof i17.NzCollapseModule, typeof i18.NzCommentModule, typeof i19.NzDatePickerModule, typeof i20.NzDescriptionsModule, typeof i21.NzDividerModule, typeof i22.NzDrawerModule, typeof i23.NzDropDownModule, typeof i24.NzEmptyModule, typeof i25.NzFormModule, typeof i26.NzGridModule, typeof i27.NzI18nModule, typeof i28.NzIconModule, typeof i29.NzInputModule, typeof i30.NzInputNumberModule, typeof i31.NzLayoutModule, typeof i32.NzListModule, typeof i33.NzMentionModule, typeof i34.NzMenuModule, typeof i35.NzMessageModule, typeof i36.NzModalModule, typeof i37.NzNoAnimationModule, typeof i38.NzNotificationModule, typeof i39.NzPageHeaderModule, typeof i40.NzPaginationModule, typeof i41.NzPopconfirmModule, typeof i42.NzPopoverModule, typeof i43.NzProgressModule, typeof i44.NzRadioModule, typeof i45.NzRateModule, typeof i46.NzResultModule, typeof i47.NzSelectModule, typeof i48.NzSkeletonModule, typeof i49.NzSliderModule, typeof i50.NzSpinModule, typeof i51.NzStatisticModule, typeof i52.NzStepsModule, typeof i53.NzSwitchModule, typeof i54.NzTableModule, typeof i55.NzTabsModule, typeof i56.NzTagModule, typeof i57.NzTimePickerModule, typeof i58.NzTimelineModule, typeof i59.NzToolTipModule, typeof i60.NzTransButtonModule, typeof i61.NzTransferModule, typeof i62.NzTreeModule, typeof i63.NzTreeSelectModule, typeof i64.NzTypographyModule, typeof i65.NzUploadModule, typeof i66.NzWaveModule, typeof i67.NzResizableModule, typeof i68.FormsModule, typeof i68.ReactiveFormsModule, typeof i69.NzImageModule]>;
|
|
74
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CusNgZorroAntdModule>;
|
|
75
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ChinaNumPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChinaNumPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ChinaNumPipe, "chinaNum">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ChinaNumPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChinaNumPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ChinaNumPipe, "chinaNum", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CountPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, ...args: any[]): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CountPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CountPipe, "count">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CountPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, ...args: any[]): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CountPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CountPipe, "count", false>;
|
|
7
|
+
}
|
package/core/pipe/day.pipe.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DayPipe implements PipeTransform {
|
|
4
|
-
TIME_OF_DAY: number;
|
|
5
|
-
transform(value: any, ...args: any[]): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DayPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DayPipe, "day">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DayPipe implements PipeTransform {
|
|
4
|
+
TIME_OF_DAY: number;
|
|
5
|
+
transform(value: any, ...args: any[]): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DayPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DayPipe, "day", false>;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DefaultValPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, defaultVal: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultValPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DefaultValPipe, "defVal">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DefaultValPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, defaultVal: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultValPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DefaultValPipe, "defVal", false>;
|
|
7
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DictService } from "../services/dict/dict.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DictsPipe implements PipeTransform {
|
|
5
|
-
private dictService;
|
|
6
|
-
constructor(dictService: DictService);
|
|
7
|
-
transform(value: any, dictCode: any, splitKey?: string): any;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DictsPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DictsPipe, "dicts">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DictService } from "../services/dict/dict.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class DictsPipe implements PipeTransform {
|
|
5
|
+
private dictService;
|
|
6
|
+
constructor(dictService: DictService);
|
|
7
|
+
transform(value: any, dictCode: any, splitKey?: string): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DictsPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DictsPipe, "dicts", false>;
|
|
10
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OssImgPipe implements PipeTransform {
|
|
4
|
-
constructor();
|
|
5
|
-
transform(value: any, param?: any): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OssImgPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<OssImgPipe, "ossImg">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OssImgPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(value: any, param?: any): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OssImgPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OssImgPipe, "ossImg", false>;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsEmptyPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, defaultVal?: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsEmptyPipe, "isEmpty">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsEmptyPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, defaultVal?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsEmptyPipe, "isEmpty", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsNotEmptyPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotEmptyPipe, "isNotEmpty">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsNotEmptyPipe implements PipeTransform {
|
|
4
|
+
transform(value: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsNotEmptyPipe, "isNotEmpty", false>;
|
|
7
|
+
}
|
package/core/pipe/oss.pipe.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OssPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, defaultVal?: any, needTime?: boolean): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OssPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<OssPipe, "oss">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OssPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, defaultVal?: any, needTime?: boolean): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OssPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OssPipe, "oss", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class OssStaticPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, defaultVal?: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OssStaticPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<OssStaticPipe, "ossStatic">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OssStaticPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, defaultVal?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OssStaticPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OssStaticPipe, "ossStatic", false>;
|
|
7
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./is-not-empty.pipe";
|
|
3
|
-
import * as i2 from "./defaultVal.pipe";
|
|
4
|
-
import * as i3 from "./dicts.pipe";
|
|
5
|
-
import * as i4 from "./day.pipe";
|
|
6
|
-
import * as i5 from "./is-empty.pipe";
|
|
7
|
-
import * as i6 from "./safe-compute.pipe";
|
|
8
|
-
import * as i7 from "./image-pipe.pipe";
|
|
9
|
-
import * as i8 from "./safe-html.pipe";
|
|
10
|
-
import * as i9 from "./china-num.pipe";
|
|
11
|
-
import * as i10 from "./count.pipe";
|
|
12
|
-
import * as i11 from "./oss.pipe";
|
|
13
|
-
import * as i12 from "./ossStatic.pipe";
|
|
14
|
-
import * as i13 from "./remove-html.pipe";
|
|
15
|
-
import * as i14 from "./safe-url.pipe";
|
|
16
|
-
import * as i15 from "@angular/common";
|
|
17
|
-
export declare class PipeModuleModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PipeModuleModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeModuleModule, [typeof i1.IsNotEmptyPipe, typeof i2.DefaultValPipe, typeof i3.DictsPipe, typeof i4.DayPipe, typeof i5.IsEmptyPipe, typeof i6.SafeComputePipe, typeof i7.OssImgPipe, typeof i8.SafeHtmlPipe, typeof i9.ChinaNumPipe, typeof i10.CountPipe, typeof i11.OssPipe, typeof i12.OssStaticPipe, typeof i13.RemoveHtmlPipe, typeof i14.SafeUrlPipe], [typeof i15.CommonModule], [typeof i1.IsNotEmptyPipe, typeof i2.DefaultValPipe, typeof i3.DictsPipe, typeof i4.DayPipe, typeof i5.IsEmptyPipe, typeof i6.SafeComputePipe, typeof i7.OssImgPipe, typeof i8.SafeHtmlPipe, typeof i9.ChinaNumPipe, typeof i10.CountPipe, typeof i11.OssPipe, typeof i12.OssStaticPipe, typeof i13.RemoveHtmlPipe, typeof i14.SafeUrlPipe]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PipeModuleModule>;
|
|
21
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./is-not-empty.pipe";
|
|
3
|
+
import * as i2 from "./defaultVal.pipe";
|
|
4
|
+
import * as i3 from "./dicts.pipe";
|
|
5
|
+
import * as i4 from "./day.pipe";
|
|
6
|
+
import * as i5 from "./is-empty.pipe";
|
|
7
|
+
import * as i6 from "./safe-compute.pipe";
|
|
8
|
+
import * as i7 from "./image-pipe.pipe";
|
|
9
|
+
import * as i8 from "./safe-html.pipe";
|
|
10
|
+
import * as i9 from "./china-num.pipe";
|
|
11
|
+
import * as i10 from "./count.pipe";
|
|
12
|
+
import * as i11 from "./oss.pipe";
|
|
13
|
+
import * as i12 from "./ossStatic.pipe";
|
|
14
|
+
import * as i13 from "./remove-html.pipe";
|
|
15
|
+
import * as i14 from "./safe-url.pipe";
|
|
16
|
+
import * as i15 from "@angular/common";
|
|
17
|
+
export declare class PipeModuleModule {
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipeModuleModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipeModuleModule, [typeof i1.IsNotEmptyPipe, typeof i2.DefaultValPipe, typeof i3.DictsPipe, typeof i4.DayPipe, typeof i5.IsEmptyPipe, typeof i6.SafeComputePipe, typeof i7.OssImgPipe, typeof i8.SafeHtmlPipe, typeof i9.ChinaNumPipe, typeof i10.CountPipe, typeof i11.OssPipe, typeof i12.OssStaticPipe, typeof i13.RemoveHtmlPipe, typeof i14.SafeUrlPipe], [typeof i15.CommonModule], [typeof i1.IsNotEmptyPipe, typeof i2.DefaultValPipe, typeof i3.DictsPipe, typeof i4.DayPipe, typeof i5.IsEmptyPipe, typeof i6.SafeComputePipe, typeof i7.OssImgPipe, typeof i8.SafeHtmlPipe, typeof i9.ChinaNumPipe, typeof i10.CountPipe, typeof i11.OssPipe, typeof i12.OssStaticPipe, typeof i13.RemoveHtmlPipe, typeof i14.SafeUrlPipe]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipeModuleModule>;
|
|
21
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RemoveHtmlPipe implements PipeTransform {
|
|
5
|
-
private sanitized;
|
|
6
|
-
constructor(sanitized: DomSanitizer);
|
|
7
|
-
transform(value: any, ...args: any[]): any;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveHtmlPipe, "removeHtml">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RemoveHtmlPipe implements PipeTransform {
|
|
5
|
+
private sanitized;
|
|
6
|
+
constructor(sanitized: DomSanitizer);
|
|
7
|
+
transform(value: any, ...args: any[]): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RemoveHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<RemoveHtmlPipe, "removeHtml", false>;
|
|
10
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SafeComputePipe implements PipeTransform {
|
|
4
|
-
transform(first: number, second: number, isParseInt?: boolean): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafeComputePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeComputePipe, "safeCompute">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SafeComputePipe implements PipeTransform {
|
|
4
|
+
transform(first: number, second: number, isParseInt?: boolean): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeComputePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeComputePipe, "safeCompute", false>;
|
|
7
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from "@angular/platform-browser";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SafeHtmlPipe implements PipeTransform {
|
|
5
|
-
private sanitizer;
|
|
6
|
-
constructor(sanitizer: DomSanitizer);
|
|
7
|
-
transform(html: any): import("@angular/platform-browser").SafeHtml;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from "@angular/platform-browser";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
5
|
+
private sanitizer;
|
|
6
|
+
constructor(sanitizer: DomSanitizer);
|
|
7
|
+
transform(html: any): import("@angular/platform-browser").SafeHtml;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", false>;
|
|
10
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SafeUrlPipe implements PipeTransform {
|
|
5
|
-
private sanitized;
|
|
6
|
-
constructor(sanitized: DomSanitizer);
|
|
7
|
-
transform(value: any, ...args: any[]): any;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SafeUrlPipe implements PipeTransform {
|
|
5
|
+
private sanitized;
|
|
6
|
+
constructor(sanitized: DomSanitizer);
|
|
7
|
+
transform(value: any, ...args: any[]): any;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl", false>;
|
|
10
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { RouteReuseStrategy, DetachedRouteHandle, ActivatedRouteSnapshot } from '@angular/router';
|
|
2
|
-
export declare class AtrReuseStrategy implements RouteReuseStrategy {
|
|
3
|
-
static handlers: any;
|
|
4
|
-
static outReusePath: string[];
|
|
5
|
-
shouldDetach(route: ActivatedRouteSnapshot): boolean;
|
|
6
|
-
/** 当路由离开时会触发。按path作为key存储路由快照&组件当前实例对象 */
|
|
7
|
-
store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void;
|
|
8
|
-
/** 若 path 在缓存中有的都认为允许还原路由 */
|
|
9
|
-
shouldAttach(route: ActivatedRouteSnapshot): boolean;
|
|
10
|
-
/** 从缓存中获取快照,若无则返回nul */
|
|
11
|
-
retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | any;
|
|
12
|
-
/** 进入路由触发,判断是否同一路由 */
|
|
13
|
-
shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean;
|
|
14
|
-
/** 删除缓存路由快照的方法 */
|
|
15
|
-
static deleteRouteSnapshot(path: string): void;
|
|
16
|
-
/** 使用route的path作为快照的key */
|
|
17
|
-
getRouteUrl(route: any): any;
|
|
18
|
-
static deleteAll(): void;
|
|
19
|
-
}
|
|
1
|
+
import { RouteReuseStrategy, DetachedRouteHandle, ActivatedRouteSnapshot } from '@angular/router';
|
|
2
|
+
export declare class AtrReuseStrategy implements RouteReuseStrategy {
|
|
3
|
+
static handlers: any;
|
|
4
|
+
static outReusePath: string[];
|
|
5
|
+
shouldDetach(route: ActivatedRouteSnapshot): boolean;
|
|
6
|
+
/** 当路由离开时会触发。按path作为key存储路由快照&组件当前实例对象 */
|
|
7
|
+
store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void;
|
|
8
|
+
/** 若 path 在缓存中有的都认为允许还原路由 */
|
|
9
|
+
shouldAttach(route: ActivatedRouteSnapshot): boolean;
|
|
10
|
+
/** 从缓存中获取快照,若无则返回nul */
|
|
11
|
+
retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | any;
|
|
12
|
+
/** 进入路由触发,判断是否同一路由 */
|
|
13
|
+
shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean;
|
|
14
|
+
/** 删除缓存路由快照的方法 */
|
|
15
|
+
static deleteRouteSnapshot(path: string): void;
|
|
16
|
+
/** 使用route的path作为快照的key */
|
|
17
|
+
getRouteUrl(route: any): any;
|
|
18
|
+
static deleteAll(): void;
|
|
19
|
+
}
|