atr-components 2.2.4 → 3.0.2

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.
Files changed (113) hide show
  1. package/fesm2022/atr-components.mjs +218 -583
  2. package/fesm2022/atr-components.mjs.map +1 -1
  3. package/index.d.ts +1380 -5
  4. package/package.json +2 -4
  5. package/atr-components.module.d.ts +0 -9
  6. package/atr-public-api.d.ts +0 -53
  7. package/core/animations/animations.d.ts +0 -1
  8. package/core/animations/fly-in.d.ts +0 -1
  9. package/core/animations/scroll-screen.d.ts +0 -1
  10. package/core/auth/auth.guard.d.ts +0 -11
  11. package/core/base/atr-common.d.ts +0 -362
  12. package/core/directive/Infinite-scroll.directive.d.ts +0 -12
  13. package/core/directive/debounce-click.directive.d.ts +0 -14
  14. package/core/directive/error-img.directive.d.ts +0 -10
  15. package/core/directive/hq-spin.directive.d.ts +0 -13
  16. package/core/directive/role.directive.d.ts +0 -16
  17. package/core/interceptor/base.interceptor.d.ts +0 -17
  18. package/core/ngz-module/cus-zorro-antd.module.d.ts +0 -75
  19. package/core/pipe/china-num.pipe.d.ts +0 -7
  20. package/core/pipe/count.pipe.d.ts +0 -7
  21. package/core/pipe/day.pipe.d.ts +0 -8
  22. package/core/pipe/defaultVal.pipe.d.ts +0 -7
  23. package/core/pipe/dicts.pipe.d.ts +0 -10
  24. package/core/pipe/image-pipe.pipe.d.ts +0 -8
  25. package/core/pipe/is-empty.pipe.d.ts +0 -7
  26. package/core/pipe/is-not-empty.pipe.d.ts +0 -7
  27. package/core/pipe/oss.pipe.d.ts +0 -7
  28. package/core/pipe/ossStatic.pipe.d.ts +0 -7
  29. package/core/pipe/pipe-module.module.d.ts +0 -21
  30. package/core/pipe/remove-html.pipe.d.ts +0 -10
  31. package/core/pipe/safe-compute.pipe.d.ts +0 -7
  32. package/core/pipe/safe-html.pipe.d.ts +0 -10
  33. package/core/pipe/safe-url.pipe.d.ts +0 -10
  34. package/core/routereuse/atr-reuse-strategy.d.ts +0 -19
  35. package/core/services/dict/dict.service.d.ts +0 -20
  36. package/core/services/http.service.d.ts +0 -31
  37. package/core/services/menu.service.d.ts +0 -30
  38. package/core/services/upload-oss.service.d.ts +0 -14
  39. package/core/utils/ToolsUtil.d.ts +0 -180
  40. package/core/utils/localstorage.util.d.ts +0 -15
  41. package/core/utils/sessionstorage.util.d.ts +0 -15
  42. package/esm2022/atr-components.mjs +0 -5
  43. package/esm2022/atr-components.module.mjs +0 -36
  44. package/esm2022/atr-public-api.mjs +0 -55
  45. package/esm2022/core/animations/animations.mjs +0 -10
  46. package/esm2022/core/animations/fly-in.mjs +0 -19
  47. package/esm2022/core/animations/scroll-screen.mjs +0 -23
  48. package/esm2022/core/auth/auth.guard.mjs +0 -37
  49. package/esm2022/core/base/atr-common.mjs +0 -48
  50. package/esm2022/core/directive/Infinite-scroll.directive.mjs +0 -36
  51. package/esm2022/core/directive/debounce-click.directive.mjs +0 -41
  52. package/esm2022/core/directive/error-img.directive.mjs +0 -31
  53. package/esm2022/core/directive/hq-spin.directive.mjs +0 -48
  54. package/esm2022/core/directive/role.directive.mjs +0 -69
  55. package/esm2022/core/interceptor/base.interceptor.mjs +0 -165
  56. package/esm2022/core/ngz-module/cus-zorro-antd.module.mjs +0 -292
  57. package/esm2022/core/pipe/china-num.pipe.mjs +0 -36
  58. package/esm2022/core/pipe/count.pipe.mjs +0 -34
  59. package/esm2022/core/pipe/day.pipe.mjs +0 -24
  60. package/esm2022/core/pipe/defaultVal.pipe.mjs +0 -23
  61. package/esm2022/core/pipe/dicts.pipe.mjs +0 -28
  62. package/esm2022/core/pipe/image-pipe.pipe.mjs +0 -17
  63. package/esm2022/core/pipe/is-empty.pipe.mjs +0 -20
  64. package/esm2022/core/pipe/is-not-empty.pipe.mjs +0 -17
  65. package/esm2022/core/pipe/oss.pipe.mjs +0 -17
  66. package/esm2022/core/pipe/ossStatic.pipe.mjs +0 -17
  67. package/esm2022/core/pipe/pipe-module.module.mjs +0 -78
  68. package/esm2022/core/pipe/remove-html.pipe.mjs +0 -21
  69. package/esm2022/core/pipe/safe-compute.pipe.mjs +0 -23
  70. package/esm2022/core/pipe/safe-html.pipe.mjs +0 -20
  71. package/esm2022/core/pipe/safe-url.pipe.mjs +0 -20
  72. package/esm2022/core/routereuse/atr-reuse-strategy.mjs +0 -79
  73. package/esm2022/core/services/dict/dict.service.mjs +0 -152
  74. package/esm2022/core/services/http.service.mjs +0 -316
  75. package/esm2022/core/services/menu.service.mjs +0 -130
  76. package/esm2022/core/services/upload-oss.service.mjs +0 -74
  77. package/esm2022/core/utils/ToolsUtil.mjs +0 -622
  78. package/esm2022/core/utils/localstorage.util.mjs +0 -94
  79. package/esm2022/core/utils/sessionstorage.util.mjs +0 -73
  80. package/esm2022/lib/shared/atr-shared.module.mjs +0 -248
  81. package/esm2022/lib/shared/echarts/echarts.component.mjs +0 -77
  82. package/esm2022/lib/shared/form/form.component.mjs +0 -624
  83. package/esm2022/lib/shared/img-canvas/img-canvas.component.mjs +0 -132
  84. package/esm2022/lib/shared/local-upload/local-upload.component.mjs +0 -68
  85. package/esm2022/lib/shared/quill-editor/quill-editor.component.mjs +0 -254
  86. package/esm2022/lib/shared/select-icons/select-icons.component.mjs +0 -90
  87. package/esm2022/lib/shared/select-tree/select-tree.component.mjs +0 -55
  88. package/esm2022/lib/shared/service/busi.service.mjs +0 -69
  89. package/esm2022/lib/shared/share.service.mjs +0 -107
  90. package/esm2022/lib/shared/table/table-form-item/table-form-item.component.mjs +0 -96
  91. package/esm2022/lib/shared/table/table-td/table-td.component.mjs +0 -165
  92. package/esm2022/lib/shared/table/table.component.mjs +0 -766
  93. package/esm2022/lib/shared/upload/upload.component.mjs +0 -273
  94. package/esm2022/lib/shared/validators/atr-validtors.mjs +0 -9
  95. package/esm2022/lib/shared/video/video.component.mjs +0 -16
  96. package/esm2022/lib/shared/view-form/view-form.component.mjs +0 -186
  97. package/lib/shared/atr-shared.module.d.ts +0 -39
  98. package/lib/shared/echarts/echarts.component.d.ts +0 -34
  99. package/lib/shared/form/form.component.d.ts +0 -49
  100. package/lib/shared/img-canvas/img-canvas.component.d.ts +0 -28
  101. package/lib/shared/local-upload/local-upload.component.d.ts +0 -22
  102. package/lib/shared/quill-editor/quill-editor.component.d.ts +0 -45
  103. package/lib/shared/select-icons/select-icons.component.d.ts +0 -24
  104. package/lib/shared/select-tree/select-tree.component.d.ts +0 -23
  105. package/lib/shared/service/busi.service.d.ts +0 -20
  106. package/lib/shared/share.service.d.ts +0 -14
  107. package/lib/shared/table/table-form-item/table-form-item.component.d.ts +0 -25
  108. package/lib/shared/table/table-td/table-td.component.d.ts +0 -26
  109. package/lib/shared/table/table.component.d.ts +0 -94
  110. package/lib/shared/upload/upload.component.d.ts +0 -53
  111. package/lib/shared/validators/atr-validtors.d.ts +0 -2
  112. package/lib/shared/video/video.component.d.ts +0 -7
  113. package/lib/shared/view-form/view-form.component.d.ts +0 -27
package/index.d.ts CHANGED
@@ -1,5 +1,1380 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="atr-components" />
5
- export * from './atr-public-api';
1
+ import * as _angular_animations from '@angular/animations';
2
+ import * as i0 from '@angular/core';
3
+ import { Injector, PipeTransform, TemplateRef, SimpleChange, EventEmitter, OnInit, Renderer2, ViewContainerRef, ElementRef, OnChanges, SimpleChanges, OnDestroy, AfterViewInit, ChangeDetectorRef } from '@angular/core';
4
+ import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent, HttpHeaders, HttpClient } from '@angular/common/http';
5
+ import { Observable } from 'rxjs';
6
+ import * as i1 from '@angular/common';
7
+ import * as i2 from 'ng-zorro-antd/space';
8
+ import * as i3 from 'ng-zorro-antd/affix';
9
+ import * as i4 from 'ng-zorro-antd/alert';
10
+ import * as i5 from 'ng-zorro-antd/anchor';
11
+ import * as i6 from 'ng-zorro-antd/auto-complete';
12
+ import * as i7 from 'ng-zorro-antd/avatar';
13
+ import * as i8 from 'ng-zorro-antd/back-top';
14
+ import * as i9 from 'ng-zorro-antd/badge';
15
+ import * as i10 from 'ng-zorro-antd/button';
16
+ import * as i11 from 'ng-zorro-antd/breadcrumb';
17
+ import * as i12 from 'ng-zorro-antd/calendar';
18
+ import * as i13 from 'ng-zorro-antd/card';
19
+ import * as i14 from 'ng-zorro-antd/carousel';
20
+ import * as i15 from 'ng-zorro-antd/cascader';
21
+ import * as i16 from 'ng-zorro-antd/checkbox';
22
+ import * as i17 from 'ng-zorro-antd/collapse';
23
+ import * as i18 from 'ng-zorro-antd/comment';
24
+ import * as i19 from 'ng-zorro-antd/date-picker';
25
+ import * as i20 from 'ng-zorro-antd/descriptions';
26
+ import * as i21 from 'ng-zorro-antd/divider';
27
+ import * as i22 from 'ng-zorro-antd/drawer';
28
+ import { NzDrawerService } from 'ng-zorro-antd/drawer';
29
+ import * as i23 from 'ng-zorro-antd/dropdown';
30
+ import { NzDropdownMenuComponent } from 'ng-zorro-antd/dropdown';
31
+ import * as i24 from 'ng-zorro-antd/empty';
32
+ import * as i25 from 'ng-zorro-antd/form';
33
+ import * as i26 from 'ng-zorro-antd/grid';
34
+ import * as i27 from 'ng-zorro-antd/i18n';
35
+ import * as i28 from 'ng-zorro-antd/icon';
36
+ import * as i29 from 'ng-zorro-antd/input';
37
+ import * as i30 from 'ng-zorro-antd/input-number-legacy';
38
+ import * as i31 from 'ng-zorro-antd/layout';
39
+ import * as i32 from 'ng-zorro-antd/list';
40
+ import * as i33 from 'ng-zorro-antd/mention';
41
+ import * as i34 from 'ng-zorro-antd/menu';
42
+ import * as i35 from 'ng-zorro-antd/core/no-animation';
43
+ import * as i36 from 'ng-zorro-antd/page-header';
44
+ import * as i37 from 'ng-zorro-antd/pagination';
45
+ import * as i38 from 'ng-zorro-antd/popover';
46
+ import * as i39 from 'ng-zorro-antd/progress';
47
+ import * as i40 from 'ng-zorro-antd/radio';
48
+ import * as i41 from 'ng-zorro-antd/rate';
49
+ import * as i42 from 'ng-zorro-antd/result';
50
+ import * as i43 from 'ng-zorro-antd/select';
51
+ import * as i44 from 'ng-zorro-antd/skeleton';
52
+ import * as i45 from 'ng-zorro-antd/slider';
53
+ import * as i46 from 'ng-zorro-antd/spin';
54
+ import * as i47 from 'ng-zorro-antd/statistic';
55
+ import * as i48 from 'ng-zorro-antd/steps';
56
+ import * as i49 from 'ng-zorro-antd/switch';
57
+ import * as i50 from 'ng-zorro-antd/table';
58
+ import * as i51 from 'ng-zorro-antd/tabs';
59
+ import * as i52 from 'ng-zorro-antd/tag';
60
+ import * as i53 from 'ng-zorro-antd/time-picker';
61
+ import * as i54 from 'ng-zorro-antd/timeline';
62
+ import * as i55 from 'ng-zorro-antd/tooltip';
63
+ import * as i56 from 'ng-zorro-antd/core/trans-button';
64
+ import * as i57 from 'ng-zorro-antd/transfer';
65
+ import * as i58 from 'ng-zorro-antd/tree';
66
+ import * as i59 from 'ng-zorro-antd/tree-select';
67
+ import * as i60 from 'ng-zorro-antd/typography';
68
+ import * as i61 from 'ng-zorro-antd/upload';
69
+ import { NzUploadChangeParam, NzUploadFile, NzUploadXHRArgs } from 'ng-zorro-antd/upload';
70
+ import * as i62 from 'ng-zorro-antd/core/wave';
71
+ import * as i19$1 from 'ng-zorro-antd/resizable';
72
+ import { NzResizeDirection, NzResizeEvent } from 'ng-zorro-antd/resizable';
73
+ import * as i15$1 from '@angular/forms';
74
+ import { ControlValueAccessor, UntypedFormGroup, UntypedFormBuilder, ValidatorFn } from '@angular/forms';
75
+ import * as i65 from 'ng-zorro-antd/image';
76
+ import { NzImageService } from 'ng-zorro-antd/image';
77
+ import * as _angular_platform_browser from '@angular/platform-browser';
78
+ import { DomSanitizer } from '@angular/platform-browser';
79
+ import * as i16$1 from '@angular/router';
80
+ import { Router, ActivatedRouteSnapshot, RouterStateSnapshot, RouteReuseStrategy, DetachedRouteHandle } from '@angular/router';
81
+ import * as i24$1 from '@angular/cdk/drag-drop';
82
+ import { CdkDragDrop } from '@angular/cdk/drag-drop';
83
+ import * as i31$1 from 'ng-zorro-antd/modal';
84
+ import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal';
85
+ import * as i17$1 from 'ng-zorro-antd/color-picker';
86
+ import * as i20$1 from '@videogular/ngx-videogular/core';
87
+ import * as i21$1 from '@videogular/ngx-videogular/controls';
88
+ import * as i22$1 from '@videogular/ngx-videogular/overlay-play';
89
+ import * as i23$1 from '@videogular/ngx-videogular/buffering';
90
+ import { NzMessageService } from 'ng-zorro-antd/message';
91
+
92
+ declare const transAnimation: _angular_animations.AnimationReferenceMetadata;
93
+
94
+ declare class BaseInterceptor implements HttpInterceptor {
95
+ private injector;
96
+ constructor(injector: Injector);
97
+ private get notification();
98
+ private get message();
99
+ private get menuService();
100
+ private goTo;
101
+ private checkStatus;
102
+ private handleData;
103
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseInterceptor, never>;
105
+ static ɵprov: i0.ɵɵInjectableDeclaration<BaseInterceptor>;
106
+ }
107
+
108
+ declare class CusNgZorroAntdModule {
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<CusNgZorroAntdModule, never>;
110
+ 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.NzInputNumberLegacyModule, typeof i31.NzLayoutModule, typeof i32.NzListModule, typeof i33.NzMentionModule, typeof i34.NzMenuModule, typeof i35.NzNoAnimationModule, typeof i36.NzPageHeaderModule, typeof i37.NzPaginationModule, typeof i38.NzPopoverModule, typeof i39.NzProgressModule, typeof i40.NzRadioModule, typeof i41.NzRateModule, typeof i42.NzResultModule, typeof i43.NzSelectModule, typeof i44.NzSkeletonModule, typeof i45.NzSliderModule, typeof i46.NzSpinModule, typeof i47.NzStatisticModule, typeof i48.NzStepsModule, typeof i49.NzSwitchModule, typeof i50.NzTableModule, typeof i51.NzTabsModule, typeof i52.NzTagModule, typeof i53.NzTimePickerModule, typeof i54.NzTimelineModule, typeof i55.NzTooltipModule, typeof i56.NzTransButtonModule, typeof i57.NzTransferModule, typeof i58.NzTreeModule, typeof i59.NzTreeSelectModule, typeof i60.NzTypographyModule, typeof i61.NzUploadModule, typeof i62.NzWaveModule, typeof i19$1.NzResizableModule, typeof i15$1.FormsModule, typeof i15$1.ReactiveFormsModule, typeof i65.NzImageModule]>;
111
+ static ɵinj: i0.ɵɵInjectorDeclaration<CusNgZorroAntdModule>;
112
+ }
113
+
114
+ declare const flyIn: _angular_animations.AnimationTriggerMetadata;
115
+
116
+ declare const scrollScreen: _angular_animations.AnimationTriggerMetadata;
117
+
118
+ declare class IsNotEmptyPipe implements PipeTransform {
119
+ transform(value: any): any;
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyPipe, never>;
121
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsNotEmptyPipe, "isNotEmpty", true>;
122
+ }
123
+
124
+ declare class DefaultValPipe implements PipeTransform {
125
+ transform(value: any, defaultVal: any): any;
126
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefaultValPipe, never>;
127
+ static ɵpipe: i0.ɵɵPipeDeclaration<DefaultValPipe, "defVal", true>;
128
+ }
129
+
130
+ declare const atr_static_datas: {
131
+ /**
132
+ * oss地址前缀
133
+ */
134
+ OSS_URL: string;
135
+ /**
136
+ * 静态地址
137
+ */
138
+ STATIC_OSS_URL: string;
139
+ OSS_POLICY: string;
140
+ STORAGE_PRE: string;
141
+ menu_url: string;
142
+ OSS_GETHOST: string;
143
+ needOss: boolean;
144
+ dic_url: string;
145
+ /**
146
+ * 登录路由
147
+ */
148
+ login_router: string;
149
+ SERVER_URL: string;
150
+ needNormalHeade: boolean;
151
+ getNormalHeader: (_headers: HttpHeaders) => HttpHeaders;
152
+ getDefaultHeader: (_headers: HttpHeaders) => HttpHeaders;
153
+ };
154
+ declare class commonDatas {
155
+ static letters: string[];
156
+ static icons: string[];
157
+ static await_Data: any;
158
+ }
159
+ declare interface json extends Object {
160
+ [key: string]: any;
161
+ }
162
+ declare interface ServerPaginationStandard {
163
+ currentPage: number;
164
+ showCount: number;
165
+ totalResult: number;
166
+ totalPage?: number;
167
+ }
168
+ declare interface HttpResponseDataStandard {
169
+ state: number;
170
+ data: json | [{}] | object | string | any;
171
+ mess: string;
172
+ page?: ServerPaginationStandard;
173
+ }
174
+ declare interface HttpRseponseTransformCell {
175
+ [key: string]: json;
176
+ }
177
+ declare interface HttpOptions {
178
+ headers?: {};
179
+ isJsonEncode?: boolean;
180
+ isUrlEncode?: boolean;
181
+ isAutoShowMessage?: boolean;
182
+ isWithCredentials?: boolean;
183
+ isCommonHttpHeader?: boolean;
184
+ }
185
+ declare enum UserAction {
186
+ ADD = 0,
187
+ EDIT = 1,
188
+ DEL = 2,
189
+ QUERY = 3,
190
+ SUPPERADD = 4
191
+ }
192
+ declare interface EChartsOption {
193
+ title?: any;
194
+ legend?: any;
195
+ grid?: any;
196
+ brush?: any;
197
+ toolbox?: any;
198
+ tooltip?: any;
199
+ dataset?: any;
200
+ xAxis?: {
201
+ type?: 'category';
202
+ data?: string[];
203
+ boundaryGap?: boolean;
204
+ show?: boolean;
205
+ };
206
+ yAxis?: any;
207
+ series?: {
208
+ name?: string;
209
+ data?: any[];
210
+ itemStyle?: any;
211
+ stack?: any;
212
+ emphasis?: any;
213
+ label?: any;
214
+ radius?: any[];
215
+ smooth?: boolean;
216
+ seriesLayoutBy?: string;
217
+ type?: 'bar' | 'pie' | 'line';
218
+ backgroundStyle?: any;
219
+ }[];
220
+ }
221
+ declare interface AtrFormOpt {
222
+ type: 'add' | 'edit' | 'view';
223
+ layout?: "full" | '1l2c' | '1l1c';
224
+ items: AtrFormDetail[];
225
+ }
226
+ declare interface AtrFormDetail {
227
+ label: string;
228
+ type: 'cascader' | 'radio' | 'text' | 'image' | 'select' | 'date' | 'number' | 'telphone' | 'password' | 'checkbox' | 'dayRange' | 'editor' | 'textarea' | 'dateTime' | 'title' | 'dateRange' | 'selectc' | 'selectIcon' | 'treeSelect' | 'switch' | 'buttons' | 'color';
229
+ key: string;
230
+ isHidden?: boolean;
231
+ allowSelectNode?: boolean;
232
+ defaultValue?: any;
233
+ value?: any;
234
+ dictCode?: string;
235
+ span?: number;
236
+ validators?: AtrFormValid[];
237
+ isRequired?: boolean | string;
238
+ placeholder?: string;
239
+ imageOpts?: ImageOpts;
240
+ editContent?: string;
241
+ height?: number;
242
+ disable?: boolean;
243
+ lspan?: number;
244
+ cspan?: number;
245
+ rows?: number;
246
+ operator?: string;
247
+ button?: formButton;
248
+ readonly?: boolean;
249
+ dateFormat?: string | Function;
250
+ dictList?: CusDict[];
251
+ nzMode?: 'multiple' | 'tags' | 'default';
252
+ dateMode?: 'week' | 'month' | 'year';
253
+ selectUrl?: {
254
+ url: string;
255
+ convert?: string;
256
+ type?: 'get' | 'post';
257
+ host?: 'oss' | 'serve';
258
+ isMultiple?: boolean;
259
+ ignoreDictList?: boolean;
260
+ };
261
+ treeList?: {
262
+ key: string;
263
+ title: string;
264
+ }[];
265
+ ends?: string;
266
+ proposal?: string;
267
+ temp?: TemplateRef<any>;
268
+ firstTemp?: TemplateRef<any>;
269
+ minNumber?: any;
270
+ maxNumber?: any;
271
+ notNull?: boolean;
272
+ nzShowTime?: boolean | {
273
+ nzFormat: string;
274
+ };
275
+ buttons?: formButton[];
276
+ nzCheckedChildren?: string;
277
+ nzUnCheckedChildren?: string;
278
+ nzPrecision?: number;
279
+ nzStep?: number;
280
+ /**
281
+ * 树形树形控件是否展开所有节点
282
+ */
283
+ expandAll?: boolean;
284
+ }
285
+ declare interface AtrFormValid {
286
+ type: 'required' | 'email' | 'telphone' | 'maxlength' | 'minlength' | 'pattern' | 'operator';
287
+ errorLabel: string;
288
+ maxlength?: number;
289
+ minlength?: number;
290
+ patternValue?: string;
291
+ }
292
+ declare interface formButton {
293
+ name: string;
294
+ isShow: boolean;
295
+ code: string;
296
+ btnType?: string;
297
+ operator?: string;
298
+ }
299
+ declare interface colorOperator {
300
+ color: string;
301
+ operator: string;
302
+ }
303
+ declare interface AtrQueyrOpt {
304
+ actions?: TableAction[];
305
+ isIndex?: boolean;
306
+ color?: colorOperator;
307
+ checkBox?: {
308
+ isShowCheckbox?: boolean;
309
+ isRadio?: boolean;
310
+ isForbid?: boolean;
311
+ };
312
+ showNum?: number;
313
+ url: string;
314
+ sort?: string;
315
+ headers?: AtrQueryHeader[];
316
+ tables: Table[];
317
+ isAutoQuery?: boolean;
318
+ defaultParams?: json;
319
+ isHideQuery?: boolean;
320
+ }
321
+ declare interface Table {
322
+ name: string;
323
+ key?: string;
324
+ defaultVal?: any;
325
+ sortKey?: string;
326
+ sortable?: boolean;
327
+ type: 'textcolor' | 'fixedText' | 'text' | 'link' | 'action' | 'image' | 'date' | 'dateTime' | 'sDateTime' | 'dict' | 'innerHtml' | 'image64' | 'tempRef';
328
+ dictCode?: string;
329
+ isShow?: boolean;
330
+ width?: string;
331
+ actions?: TableAction[];
332
+ isRowSpan?: boolean;
333
+ isRight?: boolean;
334
+ isLeft?: boolean;
335
+ color?: colorOperator;
336
+ colorShow?: string;
337
+ innerHtmlBack?: Function;
338
+ styleCallBack?: Function;
339
+ tempRef?: TemplateRef<any>;
340
+ }
341
+ declare interface AtrQueryHeader {
342
+ name: string;
343
+ type: 'cascader' | 'text' | 'number' | 'checkbox' | 'select' | 'datepicker' | 'selectCus' | 'dateRange' | 'sdate' | 'treeSelect' | 'dayRange';
344
+ nzMode?: 'multiple' | 'tags' | 'default';
345
+ key: string;
346
+ isShow?: boolean;
347
+ code?: string;
348
+ placeholder?: string;
349
+ span?: number;
350
+ dictCode?: string;
351
+ dictList?: CusDict[];
352
+ defaultVal?: any;
353
+ maxTagCount?: number;
354
+ lspan?: number;
355
+ cspan?: number;
356
+ disableClear?: boolean;
357
+ treeList?: {
358
+ key: string;
359
+ title: string;
360
+ }[];
361
+ /**
362
+ * 格式
363
+ * convert:'key|id,title|realName'(treeSelect)
364
+ * value|id,label|name(selectCus)
365
+ */
366
+ selectUrl?: {
367
+ url: string;
368
+ convert: string;
369
+ isMultiple?: boolean;
370
+ };
371
+ icon?: {
372
+ isShow: boolean;
373
+ code: string;
374
+ icon: any;
375
+ };
376
+ dateMode?: 'week' | 'month' | 'year';
377
+ nzShowTime?: boolean | {
378
+ nzFormat: string;
379
+ };
380
+ nzShowNow?: boolean;
381
+ expandAll?: boolean;
382
+ }
383
+ declare interface TableAction {
384
+ name: string;
385
+ code: string;
386
+ url?: string;
387
+ gType?: 'normal' | 'upload';
388
+ data?: any;
389
+ firstData?: any;
390
+ datas?: any[];
391
+ icon?: string;
392
+ numberOfChecked?: number;
393
+ type?: 'rows' | 'row';
394
+ operator?: string;
395
+ buttonType?: 'primary' | 'dashed' | 'danger' | 'default' | 'link';
396
+ value?: any;
397
+ withoutRole?: boolean;
398
+ }
399
+ declare interface FormAction {
400
+ name: string;
401
+ code: string;
402
+ }
403
+ declare interface Dict {
404
+ id: string;
405
+ typeName: string;
406
+ }
407
+ declare interface DictGroup {
408
+ groupCode: string;
409
+ dicts: Dict[];
410
+ }
411
+ declare interface CusDict {
412
+ label: string;
413
+ value: string;
414
+ children?: any;
415
+ isSelect?: boolean;
416
+ }
417
+ declare interface ImageOpts {
418
+ limit?: number;
419
+ nzSize?: number;
420
+ uploadDir: string;
421
+ removeAction?: string;
422
+ imageList?: any[];
423
+ key?: string;
424
+ labe?: string;
425
+ fileName?: string;
426
+ uploadType?: 'drag' | '' | 'button';
427
+ nzFileType?: string;
428
+ keepName?: boolean;
429
+ btnName?: string;
430
+ beforeUpload?: any;
431
+ customReq?: any;
432
+ splitStr?: string;
433
+ }
434
+ declare interface equipTestData {
435
+ code: string;
436
+ itemName: string;
437
+ zhou1: number;
438
+ zhou2: number;
439
+ zhou3: number;
440
+ zhou4: number;
441
+ zhou5: number;
442
+ zhou6: number;
443
+ isWrong1?: boolean;
444
+ isWrong2?: boolean;
445
+ isWrong3?: boolean;
446
+ isWrong4?: boolean;
447
+ isWrong5?: boolean;
448
+ isWrong6?: boolean;
449
+ }
450
+ declare interface SelectAction {
451
+ name: string;
452
+ code: "ngModelChange" | 'nzOpenChange';
453
+ data?: any;
454
+ key?: string;
455
+ }
456
+ interface MenuIcon {
457
+ /** Type for icon */
458
+ type: 'class' | 'icon' | 'iconfont' | 'img';
459
+ /** Value for the icon, can be set Class Name, nz-icon of `nzType`, image */
460
+ value?: string;
461
+ /** Type of the ant design icon, default: `outline` */
462
+ theme?: 'outline' | 'twotone' | 'fill';
463
+ /** Rotate icon with animation, default: `false` */
464
+ spin?: boolean;
465
+ /** Only support the two-tone icon. Specific the primary color */
466
+ twoToneColor?: string;
467
+ /** Type of the icon from iconfont */
468
+ iconfont?: string;
469
+ }
470
+ interface Menu {
471
+ text?: string;
472
+ link?: string;
473
+ realLink?: string;
474
+ isSelected?: Boolean;
475
+ isOpen?: Boolean;
476
+ target?: '_blank' | '_self' | '_parent' | '_top';
477
+ /** Icon for the menu item, only valid for the first level menu */
478
+ icon?: string | MenuIcon | null;
479
+ /** Badget for the menu item when `group` is `true` */
480
+ operation?: string;
481
+ /** Whether shortcut menu item */
482
+ seq?: number;
483
+ level?: number;
484
+ /** Wheter shortcut menu root node */
485
+ linkType?: string;
486
+ /** Whether to allow reuse, need to cooperate with the `reuse-tab` component */
487
+ children?: Menu[];
488
+ isVisible?: '0' | '1';
489
+ }
490
+
491
+ declare class HttpService {
492
+ private httpClient;
493
+ constructor(httpClient: HttpClient);
494
+ getNormalHeader(_headers: HttpHeaders): HttpHeaders;
495
+ /**
496
+ *
497
+ * @param url
498
+ * @param params
499
+ */
500
+ post: (url: string, params?: any, options?: HttpOptions, headers?: HttpHeaders, noTip?: boolean) => Observable<any>;
501
+ postPromAll(urls: {
502
+ url: string;
503
+ params?: {};
504
+ }[], options?: HttpOptions, headers?: HttpHeaders, noTip?: boolean): Promise<any[]>;
505
+ getOssPre(): Observable<any>;
506
+ postProm(url: string, params?: any, options?: HttpOptions, headers?: HttpHeaders, noTip?: boolean): Promise<Object | undefined>;
507
+ postBody: (url: string, params?: any, options?: HttpOptions, headers?: {}, noTip?: boolean) => Observable<any>;
508
+ getDefaultHeader(_headers: HttpHeaders): HttpHeaders;
509
+ get: (url: string, params?: {}, options?: HttpOptions, noTip?: boolean) => Observable<any>;
510
+ upload: (method: any, url: any, formData: FormData, progress: any) => Observable<any>;
511
+ private transformString;
512
+ private parseObj;
513
+ getOss: (url: string, params?: {}, responseType?: any, noError?: boolean) => Observable<any>;
514
+ downloadXls(url: string, params?: any): void;
515
+ static ɵfac: i0.ɵɵFactoryDeclaration<HttpService, never>;
516
+ static ɵprov: i0.ɵɵInjectableDeclaration<HttpService>;
517
+ }
518
+
519
+ declare class DictService {
520
+ private httpService;
521
+ static await_Data: {};
522
+ constructor(httpService: HttpService);
523
+ getCodeName(code: string, value: string): any;
524
+ getCodeNameSync(keys: string, code: string, selectUrl?: any, splitKey?: string): Promise<unknown>;
525
+ getByCode(code: string, selectUrl?: any): DictGroup;
526
+ private getDictByCodeSync;
527
+ getDicBycodeBase(code: any, selectUrl?: any): Observable<any>;
528
+ getCodeNamePromise(code: string, selectUrl?: any): Promise<unknown>;
529
+ getDictBycode(code: string, selectUrl?: any): Observable<DictGroup>;
530
+ modifyByCode(code: string): void;
531
+ reset(): void;
532
+ static ɵfac: i0.ɵɵFactoryDeclaration<DictService, never>;
533
+ static ɵprov: i0.ɵɵInjectableDeclaration<DictService>;
534
+ }
535
+
536
+ declare class DictsPipe implements PipeTransform {
537
+ private dictService;
538
+ constructor(dictService: DictService);
539
+ transform(value: any, dictCode: any, splitKey?: string): any;
540
+ static ɵfac: i0.ɵɵFactoryDeclaration<DictsPipe, never>;
541
+ static ɵpipe: i0.ɵɵPipeDeclaration<DictsPipe, "dicts", true>;
542
+ }
543
+
544
+ declare class DayPipe implements PipeTransform {
545
+ TIME_OF_DAY: number;
546
+ transform(value: any, ...args: any[]): any;
547
+ static ɵfac: i0.ɵɵFactoryDeclaration<DayPipe, never>;
548
+ static ɵpipe: i0.ɵɵPipeDeclaration<DayPipe, "day", true>;
549
+ }
550
+
551
+ declare class IsEmptyPipe implements PipeTransform {
552
+ transform(value: any, defaultVal?: any): any;
553
+ static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyPipe, never>;
554
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsEmptyPipe, "isEmpty", true>;
555
+ }
556
+
557
+ declare class SafeComputePipe implements PipeTransform {
558
+ transform(first: number, second: number, isParseInt?: boolean): any;
559
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafeComputePipe, never>;
560
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafeComputePipe, "safeCompute", true>;
561
+ }
562
+
563
+ declare class OssImgPipe implements PipeTransform {
564
+ constructor();
565
+ transform(value: any, param?: any): string;
566
+ static ɵfac: i0.ɵɵFactoryDeclaration<OssImgPipe, never>;
567
+ static ɵpipe: i0.ɵɵPipeDeclaration<OssImgPipe, "ossImg", true>;
568
+ }
569
+
570
+ declare class SafeHtmlPipe implements PipeTransform {
571
+ private sanitizer;
572
+ constructor(sanitizer: DomSanitizer);
573
+ transform(html: any): _angular_platform_browser.SafeHtml;
574
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
575
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", true>;
576
+ }
577
+
578
+ declare class ChinaNumPipe implements PipeTransform {
579
+ transform(value: any, ...args: any[]): any;
580
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChinaNumPipe, never>;
581
+ static ɵpipe: i0.ɵɵPipeDeclaration<ChinaNumPipe, "chinaNum", true>;
582
+ }
583
+
584
+ declare class CountPipe implements PipeTransform {
585
+ transform(value: any, ...args: any[]): any;
586
+ static ɵfac: i0.ɵɵFactoryDeclaration<CountPipe, never>;
587
+ static ɵpipe: i0.ɵɵPipeDeclaration<CountPipe, "count", true>;
588
+ }
589
+
590
+ declare class OssPipe implements PipeTransform {
591
+ transform(value: any, defaultVal?: any, needTime?: boolean): any;
592
+ static ɵfac: i0.ɵɵFactoryDeclaration<OssPipe, never>;
593
+ static ɵpipe: i0.ɵɵPipeDeclaration<OssPipe, "oss", true>;
594
+ }
595
+
596
+ declare class OssStaticPipe implements PipeTransform {
597
+ transform(value: any, defaultVal?: any): any;
598
+ static ɵfac: i0.ɵɵFactoryDeclaration<OssStaticPipe, never>;
599
+ static ɵpipe: i0.ɵɵPipeDeclaration<OssStaticPipe, "ossStatic", true>;
600
+ }
601
+
602
+ declare class RemoveHtmlPipe implements PipeTransform {
603
+ private sanitized;
604
+ constructor(sanitized: DomSanitizer);
605
+ transform(value: any, ...args: any[]): any;
606
+ static ɵfac: i0.ɵɵFactoryDeclaration<RemoveHtmlPipe, never>;
607
+ static ɵpipe: i0.ɵɵPipeDeclaration<RemoveHtmlPipe, "removeHtml", true>;
608
+ }
609
+
610
+ declare class SafeUrlPipe implements PipeTransform {
611
+ private sanitized;
612
+ constructor(sanitized: DomSanitizer);
613
+ transform(value: any, ...args: any[]): any;
614
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
615
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safeUrl", true>;
616
+ }
617
+
618
+ declare class PipeModuleModule {
619
+ static ɵfac: i0.ɵɵFactoryDeclaration<PipeModuleModule, never>;
620
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PipeModuleModule, never, [typeof i1.CommonModule, typeof IsNotEmptyPipe, typeof DefaultValPipe, typeof DictsPipe, typeof DayPipe, typeof IsEmptyPipe, typeof SafeComputePipe, typeof OssImgPipe, typeof SafeHtmlPipe, typeof ChinaNumPipe, typeof CountPipe, typeof OssPipe, typeof OssStaticPipe, typeof RemoveHtmlPipe, typeof SafeUrlPipe], [typeof IsNotEmptyPipe, typeof DefaultValPipe, typeof DictsPipe, typeof DayPipe, typeof IsEmptyPipe, typeof SafeComputePipe, typeof OssImgPipe, typeof SafeHtmlPipe, typeof ChinaNumPipe, typeof CountPipe, typeof OssPipe, typeof OssStaticPipe, typeof RemoveHtmlPipe, typeof SafeUrlPipe]>;
621
+ static ɵinj: i0.ɵɵInjectorDeclaration<PipeModuleModule>;
622
+ }
623
+
624
+ declare class AtrComponentsModule {
625
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrComponentsModule, never>;
626
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtrComponentsModule, never, [typeof i1.CommonModule, typeof PipeModuleModule], [typeof PipeModuleModule]>;
627
+ static ɵinj: i0.ɵɵInjectorDeclaration<AtrComponentsModule>;
628
+ }
629
+
630
+ declare class AuthGuard {
631
+ private router;
632
+ private httpService;
633
+ constructor(router: Router, httpService: HttpService);
634
+ canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): any;
635
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
636
+ static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
637
+ }
638
+
639
+ declare class AtrReuseStrategy implements RouteReuseStrategy {
640
+ static handlers: any;
641
+ static outReusePath: string[];
642
+ shouldDetach(route: ActivatedRouteSnapshot): boolean;
643
+ /** 当路由离开时会触发。按path作为key存储路由快照&组件当前实例对象 */
644
+ store(route: ActivatedRouteSnapshot, handle: DetachedRouteHandle): void;
645
+ /** 若 path 在缓存中有的都认为允许还原路由 */
646
+ shouldAttach(route: ActivatedRouteSnapshot): boolean;
647
+ /** 从缓存中获取快照,若无则返回nul */
648
+ retrieve(route: ActivatedRouteSnapshot): DetachedRouteHandle | any;
649
+ /** 进入路由触发,判断是否同一路由 */
650
+ shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean;
651
+ /** 删除缓存路由快照的方法 */
652
+ static deleteRouteSnapshot(path: string): void;
653
+ /** 使用route的path作为快照的key */
654
+ getRouteUrl(route: any): any;
655
+ static deleteAll(): void;
656
+ }
657
+
658
+ declare class ToolsUtil {
659
+ static ossPrefix: string;
660
+ static getOrgCode: () => string;
661
+ static getUlid(): string;
662
+ static isBase64(string: any): boolean;
663
+ static dataURItoBlob(code: any): Blob;
664
+ static isNull(val: any): boolean;
665
+ static getControlsConfig(dataFrom: any, requiredRule: string[]): any;
666
+ static httpSucces(res: any): boolean;
667
+ /**
668
+ * 计算两点坐标距离
669
+ * @param point1
670
+ * @param point2
671
+ */
672
+ static getDistance(point1: {
673
+ x: any;
674
+ y: any;
675
+ }, point2: {
676
+ x: any;
677
+ y: any;
678
+ }): number;
679
+ /**
680
+ * 判断线段是否相交,相交返回交点坐标
681
+ * @param p1
682
+ * @param p2
683
+ */
684
+ static checkIntersect(lineArr1: {
685
+ x: any;
686
+ y: any;
687
+ }[], lineArr2: {
688
+ x: any;
689
+ y: any;
690
+ }[]): false | {
691
+ x: number;
692
+ y: number;
693
+ };
694
+ /**
695
+ *
696
+ * @param num1
697
+ * @param num2
698
+ * @param error 误差
699
+ */
700
+ static equalNum(num1: any, num2: any, error?: number): boolean;
701
+ /**
702
+ * 坐标对比
703
+ * @param point1
704
+ * @param point2
705
+ * @param error
706
+ */
707
+ static equalPoint(point1: {
708
+ x: any;
709
+ y: any;
710
+ }, point2: {
711
+ x: any;
712
+ y: any;
713
+ }, error?: number): boolean;
714
+ /**
715
+ *
716
+ * @param startP
717
+ * @param endP
718
+ * @param a
719
+ * @param error 误差
720
+ */
721
+ static checkInLine(startP: any, endP: any, a: any, error?: number): boolean;
722
+ /**
723
+ * 点斜式
724
+ */
725
+ static getSlopePoint(startP: any, endP: any): {
726
+ k: number;
727
+ x: any;
728
+ b?: undefined;
729
+ } | {
730
+ k: number;
731
+ b: number;
732
+ x?: undefined;
733
+ };
734
+ /**
735
+ *判断点是否在坐标区域内
736
+ * @param p 判定的点
737
+ * @param pointsArr
738
+ */
739
+ static judgeInRec(p: {
740
+ x1?: any;
741
+ y1?: any;
742
+ x?: any;
743
+ y?: any;
744
+ }, pointsArr: {
745
+ x1?: any;
746
+ y1?: any;
747
+ x?: any;
748
+ y?: any;
749
+ }[]): boolean;
750
+ static diffInput(chng: SimpleChange, action: () => void): void;
751
+ static deepCopy(obj: any): any;
752
+ static diffInputs(chng: SimpleChange[], action: () => void): void;
753
+ static dataURLtoBlob(dataurl: any): Blob;
754
+ static dataURLtoFile(dataurl: any, filename?: string): File;
755
+ static getYesterday(day: Date): Date;
756
+ static getTomorrowday(day: Date): Date;
757
+ static getNextMonth(day: Date): Date;
758
+ static getVideoCover(url: string): string;
759
+ static fistDayOfMonth(day: Date): Date;
760
+ static lastDayOfMonth(day: Date): Date;
761
+ static getRandomFileName: () => string;
762
+ static getFileExt: (fileName: string) => string;
763
+ static getHttpOptions(): any;
764
+ static resetFormValue(opt: AtrFormOpt, json: json): AtrFormOpt;
765
+ static getFormatDate(date: Date): string;
766
+ static getFormatDateFull(date: Date): string;
767
+ static getFormatDateWithoutS(date: Date): string;
768
+ static getFormatDateHour(date: Date): string;
769
+ static getOssUrl(url: string, needTime?: boolean): string;
770
+ static getStaticOssUrl(url: string): string;
771
+ static removeHtml(value: any): any;
772
+ static mul(...numbers: any): number | undefined;
773
+ static getDigit(...numbers: any[]): number;
774
+ static downloadImg(data: any, fileName?: string, endpoint?: string): void;
775
+ static downloadXls(url: string, params?: any): void;
776
+ static getImg(url: string, param?: any): Promise<unknown>;
777
+ static pixelToNum(width: any): number;
778
+ static allEqual: (...array: any[]) => boolean;
779
+ /**
780
+ * array所有参数满足fn函数返回true
781
+ * all(x => x > 1,1,2,3); // true
782
+ * @param callback
783
+ * @param array
784
+ */
785
+ static satisfiedFn: (callback: (...args: any[]) => boolean, ...array: any[]) => boolean;
786
+ static notEmpty(...arr: any[]): boolean;
787
+ static hasEmpty(...arr: any[]): boolean;
788
+ static allEmpty(...arr: any[]): boolean;
789
+ static isArray(obj: any): obj is any[];
790
+ static isEmpty(obj: any): boolean;
791
+ static encodeValue(params: any): any;
792
+ static windowHeight(): number;
793
+ static windowWidth(): number;
794
+ static modaleStyle(): {
795
+ maxHeight: string;
796
+ 'overflow-y': string;
797
+ };
798
+ static getLength(pointA: {
799
+ x1: any;
800
+ y1: any;
801
+ x: any;
802
+ y: any;
803
+ }, pointB: {
804
+ x: any;
805
+ y: any;
806
+ x1: any;
807
+ y1: any;
808
+ }): number;
809
+ static getRotateNum(pointB: {
810
+ x1: any;
811
+ y1: any;
812
+ x: any;
813
+ y: any;
814
+ }, pointC: {
815
+ x1: any;
816
+ y1: any;
817
+ x: any;
818
+ y: any;
819
+ }, pointA: {
820
+ x1: any;
821
+ y1: any;
822
+ x: any;
823
+ y: any;
824
+ }): number;
825
+ static getRotatePoint(p: {
826
+ x1: any;
827
+ y1: any;
828
+ }, center: {
829
+ x1: any;
830
+ y1: any;
831
+ }, rotate: any): {
832
+ x1: number;
833
+ y1: number;
834
+ };
835
+ }
836
+
837
+ declare class LocalStorageUtil {
838
+ static getProvinceByValue(province: string): any;
839
+ static getRegion(): never[];
840
+ static putRegion(disList: any[]): void;
841
+ static putUser(userInfo: json): void;
842
+ static putLogin(loginInfo: json): void;
843
+ static getLogin(): any;
844
+ static getUser(): any;
845
+ static getUserToken(): string;
846
+ static getUserId(): string;
847
+ static removeUser(): void;
848
+ static clearUs: () => void;
849
+ static getStorageKey(key: string): string;
850
+ }
851
+
852
+ declare class SessionStorageUtil {
853
+ static getStorageKey(key: string): string;
854
+ static putDictGroup(dictGroup: DictGroup): void;
855
+ static getDictGroupByCode(code: string): DictGroup | any;
856
+ static setImg(url: string, dataUrl: string): void;
857
+ static getImg(url: string): {
858
+ img: any;
859
+ width: any;
860
+ height: any;
861
+ };
862
+ static resetDict(): void;
863
+ static put(key: any, value: any): void;
864
+ static get(key: any): any;
865
+ }
866
+
867
+ declare class MenuService {
868
+ private httpService;
869
+ private data;
870
+ static menuChange: EventEmitter<Menu[]>;
871
+ static urlChange: EventEmitter<any>;
872
+ static urlLastParams: any;
873
+ private isLoadMenu;
874
+ constructor(httpService: HttpService);
875
+ delLastUrlParams(url: any): void;
876
+ getLastUrlParams(): any;
877
+ gotoUrl(routeParam: {
878
+ url: string;
879
+ paramUrl: string;
880
+ title?: string;
881
+ eqAllUrl?: boolean;
882
+ params?: any;
883
+ }): void;
884
+ getUrlChange(): any;
885
+ getCurMenu(url: string): Observable<Menu>;
886
+ getMenuByUrl(menus: any, url: string): Menu;
887
+ loadMenus(): Observable<any>;
888
+ isLoadUrlEqMenu(menuUrl: string, url: string): boolean;
889
+ /**
890
+ * 清空菜单
891
+ */
892
+ clear(): void;
893
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuService, never>;
894
+ static ɵprov: i0.ɵɵInjectableDeclaration<MenuService>;
895
+ }
896
+
897
+ declare class UploadOssService {
898
+ private httpService;
899
+ private httpClient;
900
+ uploadData: any;
901
+ constructor(httpService: HttpService, httpClient: HttpClient);
902
+ uploadOss: (file: any, dir?: string, fullUrl?: boolean) => Observable<any>;
903
+ customReq: (file: File, fullUrl?: boolean, uploadData?: any) => Observable<any>;
904
+ static ɵfac: i0.ɵɵFactoryDeclaration<UploadOssService, never>;
905
+ static ɵprov: i0.ɵɵInjectableDeclaration<UploadOssService>;
906
+ }
907
+
908
+ declare class AtrRoleDirective implements OnInit {
909
+ private injector;
910
+ private render;
911
+ private templateRef;
912
+ private viewContainer;
913
+ private hasView;
914
+ set atrRole(condition: string);
915
+ constructor(injector: Injector, render: Renderer2, templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
916
+ ngOnInit(): void;
917
+ private get menuService();
918
+ private getRouterUrl;
919
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrRoleDirective, never>;
920
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AtrRoleDirective, "[atrRole]", never, { "atrRole": { "alias": "atrRole"; "required": false; }; }, {}, never, never, true, never>;
921
+ }
922
+
923
+ declare class AtrErrorImgDirective {
924
+ elementRef: ElementRef;
925
+ errorImagSrc: string;
926
+ constructor(elementRef: ElementRef);
927
+ ImageError(event: any): void;
928
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrErrorImgDirective, never>;
929
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AtrErrorImgDirective, "[atrErrorImg]", never, { "errorImagSrc": { "alias": "atrErrorImg"; "required": false; }; }, {}, never, never, true, never>;
930
+ }
931
+
932
+ declare class HqSpinDirective implements OnChanges {
933
+ private el;
934
+ private render;
935
+ spinLoading: boolean;
936
+ text: null;
937
+ loadingEle: any;
938
+ constructor(el: ElementRef, render: Renderer2);
939
+ ngOnChanges(changes: SimpleChanges): void;
940
+ static ɵfac: i0.ɵɵFactoryDeclaration<HqSpinDirective, never>;
941
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HqSpinDirective, "[HqSpin]", never, { "spinLoading": { "alias": "spinLoading"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
942
+ }
943
+
944
+ declare class InfiniteScrollDirective implements OnDestroy {
945
+ private elementRef;
946
+ appInfiniteScroll: EventEmitter<void>;
947
+ private _scrollHandler;
948
+ constructor(elementRef: ElementRef);
949
+ ngOnDestroy(): void;
950
+ private onScroll;
951
+ static ɵfac: i0.ɵɵFactoryDeclaration<InfiniteScrollDirective, never>;
952
+ static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollDirective, "[appInfiniteScroll]", never, {}, { "appInfiniteScroll": "appInfiniteScroll"; }, never, never, true, never>;
953
+ }
954
+
955
+ declare class DebounceClickDirective implements OnInit, OnDestroy {
956
+ time: number;
957
+ debounceClick: EventEmitter<any>;
958
+ click$: EventEmitter<any>;
959
+ subscription: any;
960
+ constructor();
961
+ ngOnInit(): void;
962
+ ngOnDestroy(): void;
963
+ clickEvent(event: Event): void;
964
+ static ɵfac: i0.ɵɵFactoryDeclaration<DebounceClickDirective, never>;
965
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceClickDirective, "[debounceClick]", never, { "time": { "alias": "time"; "required": false; }; }, { "debounceClick": "debounceClick"; }, never, never, true, never>;
966
+ }
967
+
968
+ declare class ImgCanvasComponent implements OnInit, AfterViewInit {
969
+ private elementRef;
970
+ needTime: boolean;
971
+ set url(url: string);
972
+ canvas1: any;
973
+ canvasDom: any;
974
+ width: number;
975
+ height: number;
976
+ imgUrl: any;
977
+ img: any;
978
+ clipArr: any[];
979
+ rotateNum: any;
980
+ loadOver: EventEmitter<any>;
981
+ needContextmenu: boolean;
982
+ constructor(elementRef: ElementRef);
983
+ ngOnInit(): void;
984
+ getCanvasFull(): {
985
+ imgW: any;
986
+ imgH: any;
987
+ };
988
+ initImg(needSession?: boolean): void;
989
+ goClip(context: any): void;
990
+ ngAfterViewInit(): void;
991
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImgCanvasComponent, never>;
992
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImgCanvasComponent, "app-img", never, { "needTime": { "alias": "needTime"; "required": false; }; "url": { "alias": "url"; "required": false; }; "clipArr": { "alias": "clipArr"; "required": false; }; "rotateNum": { "alias": "rotateNum"; "required": false; }; "needContextmenu": { "alias": "needContextmenu"; "required": false; }; }, { "loadOver": "loadOver"; }, never, ["*"], false, never>;
993
+ }
994
+
995
+ declare class TableFormItemComponent implements OnInit, ControlValueAccessor {
996
+ header: AtrQueryHeader | any;
997
+ value: string | any;
998
+ dictList: any;
999
+ headerAction: EventEmitter<TableAction>;
1000
+ onChangeListener: any;
1001
+ onTouchedListener: any;
1002
+ isNull: typeof ToolsUtil.isNull;
1003
+ constructor();
1004
+ ngOnInit(): void;
1005
+ writeValue(value: string | any[]): void;
1006
+ registerOnChange(fn: any): void;
1007
+ registerOnTouched(fn: any): void;
1008
+ setDisabledState?(isDisabled: boolean): void;
1009
+ onChange(e?: any): void;
1010
+ selectChange(value: any, item: any): void;
1011
+ clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
1012
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableFormItemComponent, never>;
1013
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableFormItemComponent, "app-table-form-item", never, { "header": { "alias": "header"; "required": false; }; "value": { "alias": "value"; "required": false; }; "dictList": { "alias": "dictList"; "required": false; }; }, { "headerAction": "headerAction"; }, never, never, false, never>;
1014
+ }
1015
+
1016
+ declare class TableTdComponent implements OnInit {
1017
+ set data(d: any);
1018
+ item: Table | any;
1019
+ i: any;
1020
+ value: any;
1021
+ result: any;
1022
+ doActionByRowAction: EventEmitter<any>;
1023
+ popoverTrigger: any;
1024
+ imagePrefix: string;
1025
+ constructor();
1026
+ getValue(data: any): any;
1027
+ getStyleCallBack(item: Table, data: any): any;
1028
+ doActionSwitch(data: any, code: any, event?: MouseEvent, index?: any): void;
1029
+ change(value: boolean): void;
1030
+ ngOnInit(): void;
1031
+ doActionByRow(data: any, code: any, event: MouseEvent, index: any): void;
1032
+ enter(e: any): void;
1033
+ isShowBtn(data: any, operator: string, action?: TableAction): boolean;
1034
+ checkIsShowBase(op: any, data: any): boolean;
1035
+ compare(value: any, operator: any, target: any): boolean;
1036
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableTdComponent, never>;
1037
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableTdComponent, "app-table-td", never, { "data": { "alias": "data"; "required": false; }; "item": { "alias": "item"; "required": false; }; "i": { "alias": "i"; "required": false; }; }, { "doActionByRowAction": "doActionByRowAction"; }, never, never, false, never>;
1038
+ }
1039
+
1040
+ declare class AtrTableComponent implements OnInit, AfterViewInit {
1041
+ private fb;
1042
+ private injector;
1043
+ private locale;
1044
+ private cd;
1045
+ tableWidth: string;
1046
+ atrForm: UntypedFormGroup | any;
1047
+ isCollapse: boolean;
1048
+ dicts: any;
1049
+ pageIndex: number;
1050
+ total: number;
1051
+ pageSize: number;
1052
+ pageSizeOptions: number[];
1053
+ loading: boolean;
1054
+ allowDrag: boolean;
1055
+ showQueryTime: boolean;
1056
+ tableDatas: any;
1057
+ scrollSize: any;
1058
+ isAllDisplayDataChecked: boolean;
1059
+ isIndeterminate: boolean;
1060
+ numberOfChecked: number;
1061
+ mapOfCheckedId: {
1062
+ [key: string]: boolean;
1063
+ };
1064
+ curChecked: number;
1065
+ imagePrefix: string;
1066
+ defaultParams: {};
1067
+ isHideTable: boolean;
1068
+ isAllLoad: boolean;
1069
+ sortMap: {
1070
+ [key: string]: any;
1071
+ };
1072
+ rowSpanMap: any;
1073
+ headerDefaultVal: any;
1074
+ queryOpts: AtrQueyrOpt | any;
1075
+ showPagination: boolean;
1076
+ title: string;
1077
+ queryHeaders: null;
1078
+ tableAction: EventEmitter<TableAction>;
1079
+ queryBack: EventEmitter<TableAction>;
1080
+ headerAction: EventEmitter<TableAction>;
1081
+ tableContent: ElementRef | any;
1082
+ constructor(fb: UntypedFormBuilder, injector: Injector, locale: string, cd: ChangeDetectorRef);
1083
+ isShowColor(data: any): any;
1084
+ dbclickData(data: any, rowNo: number): void;
1085
+ doActionByRow2(e: any): void;
1086
+ private get httpService();
1087
+ private get nzContextMenuService();
1088
+ widthId: any;
1089
+ resizeDirection: NzResizeDirection | null;
1090
+ setTableLoadding(loadding: boolean): void;
1091
+ onResize({ width, height, direction }: NzResizeEvent, col: string): void;
1092
+ isEnable(operator: string): boolean;
1093
+ isShowBtn(data: any, operator: string, action?: TableAction): boolean;
1094
+ checkIsShowBase(op: any, data: any): boolean;
1095
+ compare(value: any, operator: any, target: any): boolean;
1096
+ pushTableDatas(tableDatas: any): void;
1097
+ removeDatas(key: any, value: any): void;
1098
+ doAction(code: any): void;
1099
+ doActionByRow(data: any, code: any, event: MouseEvent): void;
1100
+ getAllCheckInfo(): any[];
1101
+ getAllCheckDatas(): any[];
1102
+ checkAll(value: boolean): void;
1103
+ refreshStatus(): void;
1104
+ selectRow(data: any, rowNo: number): void;
1105
+ ngOnInit(): void;
1106
+ initHeader(): void;
1107
+ getDicList(item: any): void;
1108
+ ngAfterViewInit(): void;
1109
+ sort(sortName: string, value: any): void;
1110
+ private get dictService();
1111
+ getDictValue(code: string): void;
1112
+ toggleCollapse(): void;
1113
+ setFormValue(key: any, value: any): void;
1114
+ resetForm(): void;
1115
+ selectChange(value: any, item: any): void;
1116
+ clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
1117
+ getQueryParams(reset: boolean): json;
1118
+ getHederType(cusKey: string, typeKey?: string): null;
1119
+ setDefaultParams(params: any, reset?: boolean): void;
1120
+ getSortInfo(): string;
1121
+ queryTime: string;
1122
+ query(reset?: boolean): void;
1123
+ contextMenu($event: any, menu: NzDropdownMenuComponent): void;
1124
+ log(value: string[]): void;
1125
+ checkShowTd(item: Table, index: any): boolean;
1126
+ checkRowSpan(item: Table, data: any): any;
1127
+ getRowSpan(): void;
1128
+ drop(event: CdkDragDrop<string[]>): void;
1129
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrTableComponent, never>;
1130
+ static ɵcmp: i0.ɵɵComponentDeclaration<AtrTableComponent, "atr-table", never, { "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "allowDrag": { "alias": "allowDrag"; "required": false; }; "showQueryTime": { "alias": "showQueryTime"; "required": false; }; "isHideTable": { "alias": "isHideTable"; "required": false; }; "queryOpts": { "alias": "queryOpts"; "required": false; }; "showPagination": { "alias": "showPagination"; "required": false; }; "title": { "alias": "title"; "required": false; }; "queryHeaders": { "alias": "queryHeaders"; "required": false; }; }, { "tableAction": "tableAction"; "queryBack": "queryBack"; "headerAction": "headerAction"; }, never, ["[header-left-slot]", "[header-right-slot]", "[button-left-slot]", "[button-right-slot]", "[slot1]"], false, never>;
1131
+ }
1132
+
1133
+ declare class UploadComponent implements OnInit {
1134
+ private injector;
1135
+ private nzImageService;
1136
+ private httpClient;
1137
+ private modalService;
1138
+ opts: ImageOpts | any;
1139
+ isEdit: boolean;
1140
+ allowChangSeq: boolean;
1141
+ tplModal: NzModalRef | any;
1142
+ uploadUrl: any;
1143
+ uploadData: any;
1144
+ showUploadList: boolean | {
1145
+ showPreviewIcon?: boolean;
1146
+ showRemoveIcon?: boolean;
1147
+ showDownloadIcon?: boolean;
1148
+ hidePreviewIconInNonImage?: boolean;
1149
+ };
1150
+ afterChange: EventEmitter<any>;
1151
+ optsChange: EventEmitter<any>;
1152
+ onBeforeUpload: EventEmitter<any>;
1153
+ previewImage: string | any;
1154
+ previewVisible: boolean;
1155
+ changeVisible: boolean;
1156
+ constructor(injector: Injector, nzImageService: NzImageService, httpClient: HttpClient, modalService: NzModalService);
1157
+ ngOnInit(): void;
1158
+ getFileTyeIcon(fileType: string, fileName: string): string;
1159
+ getThumbUrl(path: string): string;
1160
+ getFileThumbUrl(type: string): string;
1161
+ onChange(params: NzUploadChangeParam): void;
1162
+ private get httpService();
1163
+ handlePreview: (file: NzUploadFile) => void;
1164
+ remove: (file: NzUploadFile) => boolean;
1165
+ beforeUpload: (file: NzUploadFile, fileList: NzUploadFile[]) => any;
1166
+ customReq: (item: NzUploadXHRArgs) => any;
1167
+ openBannerSeq(tplContent: any, tplFooter: any): void;
1168
+ destroyTplModal(): void;
1169
+ arrowUp(index: any): void;
1170
+ arrowDown(index: any): void;
1171
+ saveSeq(): void;
1172
+ delImg(numer: any): void;
1173
+ priviewImg(img: any): void;
1174
+ getImgUrl(img: any): any;
1175
+ static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
1176
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "atr-img-upload", never, { "opts": { "alias": "opts"; "required": false; }; "isEdit": { "alias": "isEdit"; "required": false; }; "allowChangSeq": { "alias": "allowChangSeq"; "required": false; }; "showUploadList": { "alias": "showUploadList"; "required": false; }; }, { "afterChange": "afterChange"; "optsChange": "optsChange"; "onBeforeUpload": "onBeforeUpload"; }, never, never, false, never>;
1177
+ }
1178
+
1179
+ declare class ShareService {
1180
+ private drawerService;
1181
+ private httpService;
1182
+ constructor(drawerService: NzDrawerService, httpService: HttpService);
1183
+ getDicList(item: any): Observable<any>;
1184
+ getDicListBase(res: any, item: any): any;
1185
+ convertCascader(arrs: any, keys: any): void;
1186
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShareService, never>;
1187
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShareService>;
1188
+ }
1189
+
1190
+ declare class AtrFormComponent implements OnInit {
1191
+ private shareService;
1192
+ private httpService;
1193
+ private fb;
1194
+ private dictService;
1195
+ private injector;
1196
+ private locale;
1197
+ dicts: any;
1198
+ atrForm: UntypedFormGroup | any;
1199
+ formOpts: AtrFormOpt | any;
1200
+ formAction: EventEmitter<FormAction>;
1201
+ uploadAction: EventEmitter<any>;
1202
+ viewTitle: string;
1203
+ constructor(shareService: ShareService, httpService: HttpService, fb: UntypedFormBuilder, dictService: DictService, injector: Injector, locale: string);
1204
+ resetLayout(item: any): void;
1205
+ selectChange(event: MouseEvent, item: any): void;
1206
+ formChange(event: any, item: any): void;
1207
+ doAction(item: formButton, event: MouseEvent): void;
1208
+ setValue(key: string, value: any): void;
1209
+ getValue(key: string): any;
1210
+ getDicList(item: any): void;
1211
+ conv(datas: any, keys: any): any;
1212
+ getCascaderDefaultValue(list: any, index: any, value: any, keyName: any): any;
1213
+ getTree(list: any, keys: any): any;
1214
+ ngOnInit(): void;
1215
+ compare(value: any, operator: any, target: any): boolean;
1216
+ checkIsShowBase(op: any): boolean;
1217
+ isRequired(item: AtrFormDetail): string | boolean | undefined;
1218
+ isShow(isHidden: any, operator: any): boolean;
1219
+ getDictValue(code: string): void;
1220
+ imageUploadChange(e: any): void;
1221
+ onBeforeUpload(e: any, item: any): void;
1222
+ resetForm(): void;
1223
+ getFormValue(): any;
1224
+ getFormVaild(): any;
1225
+ showTime(item: any): any;
1226
+ defNumFormat: (value: number) => string;
1227
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrFormComponent, never>;
1228
+ static ɵcmp: i0.ɵɵComponentDeclaration<AtrFormComponent, "atr-form", never, { "formOpts": { "alias": "formOpts"; "required": false; }; "viewTitle": { "alias": "viewTitle"; "required": false; }; }, { "formAction": "formAction"; "uploadAction": "uploadAction"; }, never, ["*", "*"], false, never>;
1229
+ }
1230
+
1231
+ declare class LocalUploadComponent implements OnInit {
1232
+ beforeUpload: any;
1233
+ url: any;
1234
+ nzAccept: string;
1235
+ name: any;
1236
+ code: any;
1237
+ withoutRole: any;
1238
+ afterChange: EventEmitter<any>;
1239
+ showList: any;
1240
+ constructor();
1241
+ ngOnInit(): void;
1242
+ header: (file: NzUploadFile) => {
1243
+ "x-header-atr": string;
1244
+ token: string;
1245
+ };
1246
+ onChange(params: NzUploadChangeParam): void;
1247
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalUploadComponent, never>;
1248
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocalUploadComponent, "atr-local-upload", never, { "beforeUpload": { "alias": "beforeUpload"; "required": false; }; "url": { "alias": "url"; "required": false; }; "nzAccept": { "alias": "nzAccept"; "required": false; }; "name": { "alias": "name"; "required": false; }; "code": { "alias": "code"; "required": false; }; "withoutRole": { "alias": "withoutRole"; "required": false; }; }, { "afterChange": "afterChange"; }, never, never, false, never>;
1249
+ }
1250
+
1251
+ declare interface SelectTreeOpt {
1252
+ dictCode: string;
1253
+ key: string;
1254
+ value?: string;
1255
+ }
1256
+ declare class SelectTreeComponent implements OnInit {
1257
+ private dictService;
1258
+ dicts: any;
1259
+ opt: SelectTreeOpt | any;
1260
+ action: EventEmitter<SelectAction>;
1261
+ selectValue: any;
1262
+ isDisable: boolean;
1263
+ constructor(dictService: DictService);
1264
+ ngOnInit(): void;
1265
+ getDictValue(code: string): void;
1266
+ changeValue(): void;
1267
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectTreeComponent, never>;
1268
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectTreeComponent, "app-select-tree", never, { "opt": { "alias": "opt"; "required": false; }; "isDisable": { "alias": "isDisable"; "required": false; }; }, { "action": "action"; }, never, never, false, never>;
1269
+ }
1270
+
1271
+ declare class VideoComponent {
1272
+ url: any;
1273
+ constructor();
1274
+ static ɵfac: i0.ɵɵFactoryDeclaration<VideoComponent, never>;
1275
+ static ɵcmp: i0.ɵɵComponentDeclaration<VideoComponent, "app-video", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
1276
+ }
1277
+
1278
+ declare class SelectIconsComponent implements OnInit, ControlValueAccessor {
1279
+ readonly: boolean;
1280
+ placeholder: string;
1281
+ value: any;
1282
+ icons: string[];
1283
+ showProp: boolean;
1284
+ onChangeListener: any;
1285
+ onTouchedListener: any;
1286
+ constructor();
1287
+ ngOnInit(): void;
1288
+ change(value: boolean): void;
1289
+ valueChange(e: any): void;
1290
+ selectIcon(item: any): void;
1291
+ showIcons(): void;
1292
+ registerOnChange(fn: any): void;
1293
+ registerOnTouched(fn: any): void;
1294
+ setDisabledState(isDisabled: boolean): void;
1295
+ writeValue(value: string): void;
1296
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectIconsComponent, never>;
1297
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectIconsComponent, "app-select-icons", never, { "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, false, never>;
1298
+ }
1299
+
1300
+ declare class EchartsComponent implements OnInit, AfterViewInit {
1301
+ echart: ElementRef;
1302
+ set userOption(userOption: EChartsOption);
1303
+ initOption(userOption: any, target: any): any;
1304
+ option: {
1305
+ xAxis: {
1306
+ type: string;
1307
+ data: string[];
1308
+ };
1309
+ yAxis: {
1310
+ type: string;
1311
+ minInterval: number;
1312
+ };
1313
+ series: {
1314
+ data: number[];
1315
+ type: string;
1316
+ showBackground: boolean;
1317
+ backgroundStyle: {
1318
+ color: string;
1319
+ };
1320
+ }[];
1321
+ };
1322
+ myEchart: any;
1323
+ width: string;
1324
+ height: string;
1325
+ constructor();
1326
+ ngOnInit(): void;
1327
+ ngAfterViewInit(): void;
1328
+ static ɵfac: i0.ɵɵFactoryDeclaration<EchartsComponent, never>;
1329
+ static ɵcmp: i0.ɵɵComponentDeclaration<EchartsComponent, "app-echarts", never, { "userOption": { "alias": "userOption"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
1330
+ }
1331
+
1332
+ declare class ViewFormComponent implements OnInit {
1333
+ private injector;
1334
+ private locale;
1335
+ private httpService;
1336
+ formOpts: AtrFormOpt | any;
1337
+ atrForm: UntypedFormGroup | any;
1338
+ dicts: any;
1339
+ title: any;
1340
+ set items(items: any);
1341
+ column: any;
1342
+ constructor(injector: Injector, locale: string, httpService: HttpService);
1343
+ ngOnInit(): void;
1344
+ isShow(isHidden: any, operator: any): boolean;
1345
+ checkIsShowBase(op: any): boolean;
1346
+ compare(value: any, operator: any, target: any): boolean;
1347
+ getSelectCLabel(value: any, arr: any, key?: string, valueKey?: string): any;
1348
+ getSelectLabel(value: any, arr: any): any;
1349
+ getTagLabel(value: any, key?: string): any;
1350
+ getImgs(imgs: any): any;
1351
+ static ɵfac: i0.ɵɵFactoryDeclaration<ViewFormComponent, never>;
1352
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewFormComponent, "atr-view-form", never, { "formOpts": { "alias": "formOpts"; "required": false; }; "atrForm": { "alias": "atrForm"; "required": false; }; "dicts": { "alias": "dicts"; "required": false; }; "title": { "alias": "title"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
1353
+ }
1354
+
1355
+ declare class AtrSharedModule {
1356
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrSharedModule, never>;
1357
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AtrSharedModule, [typeof ImgCanvasComponent, typeof TableFormItemComponent, typeof TableTdComponent, typeof AtrTableComponent, typeof UploadComponent, typeof AtrFormComponent, typeof LocalUploadComponent, typeof SelectTreeComponent, typeof VideoComponent, typeof SelectIconsComponent, typeof EchartsComponent, typeof ViewFormComponent], [typeof PipeModuleModule, typeof i1.CommonModule, typeof i15$1.FormsModule, typeof i15$1.ReactiveFormsModule, typeof i16$1.RouterModule, typeof i17$1.NzColorPickerModule, typeof CusNgZorroAntdModule, typeof i19$1.NzResizableModule, typeof i20$1.VgCoreModule, typeof i21$1.VgControlsModule, typeof i22$1.VgOverlayPlayModule, typeof i23$1.VgBufferingModule, typeof i24$1.DragDropModule, typeof AtrComponentsModule, typeof AtrRoleDirective, typeof AtrErrorImgDirective, typeof HqSpinDirective, typeof DebounceClickDirective, typeof InfiniteScrollDirective, typeof i31$1.NzModalModule], [typeof i24$1.DragDropModule, typeof i1.CommonModule, typeof i15$1.FormsModule, typeof i15$1.ReactiveFormsModule, typeof i16$1.RouterModule, typeof i17$1.NzColorPickerModule, typeof CusNgZorroAntdModule, typeof i19$1.NzResizableModule, typeof ImgCanvasComponent, typeof TableFormItemComponent, typeof TableTdComponent, typeof AtrTableComponent, typeof UploadComponent, typeof AtrFormComponent, typeof LocalUploadComponent, typeof SelectTreeComponent, typeof VideoComponent, typeof SelectIconsComponent, typeof EchartsComponent, typeof ViewFormComponent, typeof PipeModuleModule, typeof AtrRoleDirective, typeof AtrErrorImgDirective, typeof HqSpinDirective, typeof DebounceClickDirective, typeof InfiniteScrollDirective]>;
1358
+ static ɵinj: i0.ɵɵInjectorDeclaration<AtrSharedModule>;
1359
+ }
1360
+
1361
+ declare class BusiService {
1362
+ private drawerService;
1363
+ private httpService;
1364
+ private modalService;
1365
+ private locale;
1366
+ private msg;
1367
+ options: any;
1368
+ allowOpen: boolean;
1369
+ searchDrawerResRef: any;
1370
+ constructor(drawerService: NzDrawerService, httpService: HttpService, modalService: NzModalService, locale: string, msg: NzMessageService);
1371
+ resetPass(reseturl: any, param: any, callBack: any, content?: string, successTitle?: string): void;
1372
+ getCascaderDefultV(dictList: any, value: any, index: any, result: any): any;
1373
+ static ɵfac: i0.ɵɵFactoryDeclaration<BusiService, never>;
1374
+ static ɵprov: i0.ɵɵInjectableDeclaration<BusiService>;
1375
+ }
1376
+
1377
+ declare function telphoneValidator(): ValidatorFn;
1378
+
1379
+ export { AtrComponentsModule, AtrErrorImgDirective, AtrFormComponent, AtrReuseStrategy, AtrRoleDirective, AtrSharedModule, AtrTableComponent, AuthGuard, BaseInterceptor, BusiService, ChinaNumPipe, CountPipe, CusNgZorroAntdModule, DayPipe, DebounceClickDirective, DefaultValPipe, DictService, DictsPipe, EchartsComponent, HqSpinDirective, HttpService, ImgCanvasComponent, InfiniteScrollDirective, IsEmptyPipe, IsNotEmptyPipe, LocalStorageUtil, LocalUploadComponent, MenuService, OssImgPipe, OssPipe, OssStaticPipe, PipeModuleModule, RemoveHtmlPipe, SafeComputePipe, SafeHtmlPipe, SafeUrlPipe, SelectIconsComponent, SelectTreeComponent, SessionStorageUtil, ShareService, TableFormItemComponent, TableTdComponent, ToolsUtil, UploadComponent, UploadOssService, UserAction, VideoComponent, ViewFormComponent, atr_static_datas, commonDatas, flyIn, scrollScreen, telphoneValidator, transAnimation };
1380
+ export type { AtrFormDetail, AtrFormOpt, AtrFormValid, AtrQueryHeader, AtrQueyrOpt, CusDict, Dict, DictGroup, EChartsOption, FormAction, HttpOptions, HttpResponseDataStandard, HttpRseponseTransformCell, ImageOpts, Menu, MenuIcon, SelectAction, SelectTreeOpt, ServerPaginationStandard, Table, TableAction, colorOperator, equipTestData, formButton, json };