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,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./core/ngz-module/cus-zorro-antd.module";
|
|
4
|
-
import * as i3 from "./core/pipe/pipe-module.module";
|
|
5
|
-
export declare class AtrComponentsModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AtrComponentsModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AtrComponentsModule, never, [typeof i1.CommonModule, typeof i2.CusNgZorroAntdModule, typeof i3.PipeModuleModule], [typeof i2.CusNgZorroAntdModule, typeof i3.PipeModuleModule]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AtrComponentsModule>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./core/ngz-module/cus-zorro-antd.module";
|
|
4
|
+
import * as i3 from "./core/pipe/pipe-module.module";
|
|
5
|
+
export declare class AtrComponentsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtrComponentsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtrComponentsModule, never, [typeof i1.CommonModule, typeof i2.CusNgZorroAntdModule, typeof i3.PipeModuleModule], [typeof i2.CusNgZorroAntdModule, typeof i3.PipeModuleModule]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AtrComponentsModule>;
|
|
9
|
+
}
|
package/atr-public-api.d.ts
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
export * from "./core/animations/animations";
|
|
2
|
-
export * from "./core/interceptor/base.interceptor";
|
|
3
|
-
export * from "./core/ngz-module/cus-zorro-antd.module";
|
|
4
|
-
export * from "./core/animations/fly-in";
|
|
5
|
-
export * from "./core/animations/scroll-screen";
|
|
6
|
-
export * from './atr-components.module';
|
|
7
|
-
export * from './lib/hello/hello.module';
|
|
8
|
-
export * from './core/auth/auth.guard';
|
|
9
|
-
export * from './core/base/atr-common';
|
|
10
|
-
export * from './core/routereuse/atr-reuse-strategy';
|
|
11
|
-
export * from "./core/utils/ToolsUtil";
|
|
12
|
-
export * from "./core/utils/localstorage.util";
|
|
13
|
-
export * from "./core/utils/sessionstorage.util";
|
|
14
|
-
export * from "./core/services/dict/dict.service";
|
|
15
|
-
export * from "./core/services/http.service";
|
|
16
|
-
export * from "./core/services/menu.service";
|
|
17
|
-
export * from "./core/services/upload-oss.service";
|
|
18
|
-
export * from "./core/directive/role.directive";
|
|
19
|
-
export * from "./core/directive/error-img.directive";
|
|
20
|
-
export * from "./core/directive/hq-spin.directive";
|
|
21
|
-
export { HelloComponent } from './lib/hello/hello.component';
|
|
22
|
-
export * from "./core/pipe/pipe-module.module";
|
|
23
|
-
export * from "./core/pipe/is-empty.pipe";
|
|
24
|
-
export * from "./core/pipe/dicts.pipe";
|
|
25
|
-
export * from "./core/pipe/defaultVal.pipe";
|
|
26
|
-
export * from "./core/pipe/day.pipe";
|
|
27
|
-
export * from "./core/pipe/safe-compute.pipe";
|
|
28
|
-
export * from "./core/pipe/is-not-empty.pipe";
|
|
29
|
-
export * from "./core/pipe/image-pipe.pipe";
|
|
30
|
-
export * from "./core/pipe/safe-html.pipe";
|
|
31
|
-
export * from "./core/pipe/china-num.pipe";
|
|
32
|
-
export * from "./core/pipe/count.pipe";
|
|
33
|
-
export * from "./core/pipe/oss.pipe";
|
|
34
|
-
export * from "./core/pipe/ossStatic.pipe";
|
|
35
|
-
export * from "./core/pipe/remove-html.pipe";
|
|
36
|
-
export * from "./core/pipe/safe-url.pipe";
|
|
37
|
-
export * from "./lib/shared/atr-shared.module";
|
|
38
|
-
export * from "./lib/shared/form/form.component";
|
|
39
|
-
export * from "./lib/shared/local-upload/local-upload.component";
|
|
40
|
-
export * from "./lib/shared/select-tree/select-tree.component";
|
|
41
|
-
export * from "./lib/shared/service/busi.service";
|
|
42
|
-
export * from "./lib/shared/table/table-td/table-td.component";
|
|
43
|
-
export * from "./lib/shared/share.service";
|
|
44
|
-
export * from "./lib/shared/video/video.component";
|
|
45
|
-
export * from "./lib/shared/img-canvas/img-canvas.component";
|
|
46
|
-
export * from "./lib/shared/validators/atr-validtors";
|
|
47
|
-
export * from "./lib/shared/upload/upload.component";
|
|
48
|
-
export * from "./lib/shared/table/table.component";
|
|
49
|
-
export * from "./lib/shared/table/table-form-item/table-form-item.component";
|
|
50
|
-
export * from "./lib/shared/quill-editor/quill-editor.component";
|
|
51
|
-
export * from "./lib/shared/select-icons/select-icons.component";
|
|
52
|
-
export * from "./lib/shared/echarts/echarts.component";
|
|
53
|
-
export * from "./lib/shared/view-form/view-form.component";
|
|
1
|
+
export * from "./core/animations/animations";
|
|
2
|
+
export * from "./core/interceptor/base.interceptor";
|
|
3
|
+
export * from "./core/ngz-module/cus-zorro-antd.module";
|
|
4
|
+
export * from "./core/animations/fly-in";
|
|
5
|
+
export * from "./core/animations/scroll-screen";
|
|
6
|
+
export * from './atr-components.module';
|
|
7
|
+
export * from './lib/hello/hello.module';
|
|
8
|
+
export * from './core/auth/auth.guard';
|
|
9
|
+
export * from './core/base/atr-common';
|
|
10
|
+
export * from './core/routereuse/atr-reuse-strategy';
|
|
11
|
+
export * from "./core/utils/ToolsUtil";
|
|
12
|
+
export * from "./core/utils/localstorage.util";
|
|
13
|
+
export * from "./core/utils/sessionstorage.util";
|
|
14
|
+
export * from "./core/services/dict/dict.service";
|
|
15
|
+
export * from "./core/services/http.service";
|
|
16
|
+
export * from "./core/services/menu.service";
|
|
17
|
+
export * from "./core/services/upload-oss.service";
|
|
18
|
+
export * from "./core/directive/role.directive";
|
|
19
|
+
export * from "./core/directive/error-img.directive";
|
|
20
|
+
export * from "./core/directive/hq-spin.directive";
|
|
21
|
+
export { HelloComponent } from './lib/hello/hello.component';
|
|
22
|
+
export * from "./core/pipe/pipe-module.module";
|
|
23
|
+
export * from "./core/pipe/is-empty.pipe";
|
|
24
|
+
export * from "./core/pipe/dicts.pipe";
|
|
25
|
+
export * from "./core/pipe/defaultVal.pipe";
|
|
26
|
+
export * from "./core/pipe/day.pipe";
|
|
27
|
+
export * from "./core/pipe/safe-compute.pipe";
|
|
28
|
+
export * from "./core/pipe/is-not-empty.pipe";
|
|
29
|
+
export * from "./core/pipe/image-pipe.pipe";
|
|
30
|
+
export * from "./core/pipe/safe-html.pipe";
|
|
31
|
+
export * from "./core/pipe/china-num.pipe";
|
|
32
|
+
export * from "./core/pipe/count.pipe";
|
|
33
|
+
export * from "./core/pipe/oss.pipe";
|
|
34
|
+
export * from "./core/pipe/ossStatic.pipe";
|
|
35
|
+
export * from "./core/pipe/remove-html.pipe";
|
|
36
|
+
export * from "./core/pipe/safe-url.pipe";
|
|
37
|
+
export * from "./lib/shared/atr-shared.module";
|
|
38
|
+
export * from "./lib/shared/form/form.component";
|
|
39
|
+
export * from "./lib/shared/local-upload/local-upload.component";
|
|
40
|
+
export * from "./lib/shared/select-tree/select-tree.component";
|
|
41
|
+
export * from "./lib/shared/service/busi.service";
|
|
42
|
+
export * from "./lib/shared/table/table-td/table-td.component";
|
|
43
|
+
export * from "./lib/shared/share.service";
|
|
44
|
+
export * from "./lib/shared/video/video.component";
|
|
45
|
+
export * from "./lib/shared/img-canvas/img-canvas.component";
|
|
46
|
+
export * from "./lib/shared/validators/atr-validtors";
|
|
47
|
+
export * from "./lib/shared/upload/upload.component";
|
|
48
|
+
export * from "./lib/shared/table/table.component";
|
|
49
|
+
export * from "./lib/shared/table/table-form-item/table-form-item.component";
|
|
50
|
+
export * from "./lib/shared/quill-editor/quill-editor.component";
|
|
51
|
+
export * from "./lib/shared/select-icons/select-icons.component";
|
|
52
|
+
export * from "./lib/shared/echarts/echarts.component";
|
|
53
|
+
export * from "./lib/shared/view-form/view-form.component";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const transAnimation: import("@angular/animations").AnimationReferenceMetadata;
|
|
1
|
+
export declare const transAnimation: import("@angular/animations").AnimationReferenceMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const flyIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
1
|
+
export declare const flyIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const scrollScreen: import("@angular/animations").AnimationTriggerMetadata;
|
|
1
|
+
export declare const scrollScreen: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ActivatedRouteSnapshot, RouterStateSnapshot,
|
|
2
|
-
import { HttpService } from "../services/http.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AuthGuard
|
|
5
|
-
private router;
|
|
6
|
-
private httpService;
|
|
7
|
-
constructor(router: Router, httpService: HttpService);
|
|
8
|
-
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): any;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
11
|
-
}
|
|
1
|
+
import { ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';
|
|
2
|
+
import { HttpService } from "../services/http.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AuthGuard {
|
|
5
|
+
private router;
|
|
6
|
+
private httpService;
|
|
7
|
+
constructor(router: Router, httpService: HttpService);
|
|
8
|
+
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): any;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
|
|
11
|
+
}
|