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.
Files changed (136) hide show
  1. package/atr-components.module.d.ts +9 -9
  2. package/atr-public-api.d.ts +53 -53
  3. package/core/animations/animations.d.ts +1 -1
  4. package/core/animations/fly-in.d.ts +1 -1
  5. package/core/animations/scroll-screen.d.ts +1 -1
  6. package/core/auth/auth.guard.d.ts +11 -11
  7. package/core/base/atr-common.d.ts +347 -347
  8. package/core/directive/error-img.directive.d.ts +10 -10
  9. package/core/directive/hq-spin.directive.d.ts +13 -13
  10. package/core/directive/role.directive.d.ts +16 -16
  11. package/core/interceptor/base.interceptor.d.ts +17 -17
  12. package/core/ngz-module/cus-zorro-antd.module.d.ts +75 -75
  13. package/core/pipe/china-num.pipe.d.ts +7 -7
  14. package/core/pipe/count.pipe.d.ts +7 -7
  15. package/core/pipe/day.pipe.d.ts +8 -8
  16. package/core/pipe/defaultVal.pipe.d.ts +7 -7
  17. package/core/pipe/dicts.pipe.d.ts +10 -10
  18. package/core/pipe/image-pipe.pipe.d.ts +8 -8
  19. package/core/pipe/is-empty.pipe.d.ts +7 -7
  20. package/core/pipe/is-not-empty.pipe.d.ts +7 -7
  21. package/core/pipe/oss.pipe.d.ts +7 -7
  22. package/core/pipe/ossStatic.pipe.d.ts +7 -7
  23. package/core/pipe/pipe-module.module.d.ts +21 -21
  24. package/core/pipe/remove-html.pipe.d.ts +10 -10
  25. package/core/pipe/safe-compute.pipe.d.ts +7 -7
  26. package/core/pipe/safe-html.pipe.d.ts +10 -10
  27. package/core/pipe/safe-url.pipe.d.ts +10 -10
  28. package/core/routereuse/atr-reuse-strategy.d.ts +19 -19
  29. package/core/services/dict/dict.service.d.ts +20 -20
  30. package/core/services/http.service.d.ts +31 -31
  31. package/core/services/menu.service.d.ts +29 -29
  32. package/core/services/upload-oss.service.d.ts +14 -14
  33. package/core/utils/ToolsUtil.d.ts +180 -180
  34. package/core/utils/localstorage.util.d.ts +15 -15
  35. package/core/utils/sessionstorage.util.d.ts +15 -15
  36. package/{esm2020 → esm2022}/atr-components.mjs +4 -4
  37. package/esm2022/atr-components.module.mjs +36 -0
  38. package/{esm2020 → esm2022}/atr-public-api.mjs +54 -54
  39. package/{esm2020 → esm2022}/core/animations/animations.mjs +9 -9
  40. package/{esm2020 → esm2022}/core/animations/fly-in.mjs +18 -18
  41. package/{esm2020 → esm2022}/core/animations/scroll-screen.mjs +22 -22
  42. package/{esm2020 → esm2022}/core/auth/auth.guard.mjs +37 -37
  43. package/esm2022/core/base/atr-common.mjs +47 -0
  44. package/{esm2020 → esm2022}/core/directive/error-img.directive.mjs +31 -31
  45. package/{esm2020 → esm2022}/core/directive/hq-spin.directive.mjs +48 -48
  46. package/esm2022/core/directive/role.directive.mjs +69 -0
  47. package/{esm2020 → esm2022}/core/interceptor/base.interceptor.mjs +165 -165
  48. package/{esm2020 → esm2022}/core/ngz-module/cus-zorro-antd.module.mjs +292 -292
  49. package/{esm2020 → esm2022}/core/pipe/china-num.pipe.mjs +36 -36
  50. package/{esm2020 → esm2022}/core/pipe/count.pipe.mjs +34 -34
  51. package/{esm2020 → esm2022}/core/pipe/day.pipe.mjs +24 -24
  52. package/{esm2020 → esm2022}/core/pipe/defaultVal.pipe.mjs +23 -23
  53. package/{esm2020 → esm2022}/core/pipe/dicts.pipe.mjs +28 -28
  54. package/{esm2020 → esm2022}/core/pipe/image-pipe.pipe.mjs +17 -17
  55. package/{esm2020 → esm2022}/core/pipe/is-empty.pipe.mjs +20 -20
  56. package/{esm2020 → esm2022}/core/pipe/is-not-empty.pipe.mjs +17 -17
  57. package/{esm2020 → esm2022}/core/pipe/oss.pipe.mjs +17 -17
  58. package/{esm2020 → esm2022}/core/pipe/ossStatic.pipe.mjs +17 -17
  59. package/esm2022/core/pipe/pipe-module.module.mjs +38 -0
  60. package/{esm2020 → esm2022}/core/pipe/remove-html.pipe.mjs +21 -21
  61. package/{esm2020 → esm2022}/core/pipe/safe-compute.pipe.mjs +23 -23
  62. package/{esm2020 → esm2022}/core/pipe/safe-html.pipe.mjs +20 -20
  63. package/{esm2020 → esm2022}/core/pipe/safe-url.pipe.mjs +20 -20
  64. package/esm2022/core/routereuse/atr-reuse-strategy.mjs +79 -0
  65. package/esm2022/core/services/dict/dict.service.mjs +152 -0
  66. package/{esm2020 → esm2022}/core/services/http.service.mjs +306 -306
  67. package/{esm2020 → esm2022}/core/services/menu.service.mjs +130 -130
  68. package/{esm2020 → esm2022}/core/services/upload-oss.service.mjs +74 -74
  69. package/esm2022/core/utils/ToolsUtil.mjs +622 -0
  70. package/{esm2020 → esm2022}/core/utils/localstorage.util.mjs +94 -94
  71. package/{esm2020 → esm2022}/core/utils/sessionstorage.util.mjs +72 -72
  72. package/{esm2020 → esm2022}/lib/hello/hello.component.mjs +15 -15
  73. package/esm2022/lib/hello/hello.module.mjs +20 -0
  74. package/esm2022/lib/shared/atr-shared.module.mjs +204 -0
  75. package/esm2022/lib/shared/echarts/echarts.component.mjs +77 -0
  76. package/esm2022/lib/shared/form/form.component.mjs +574 -0
  77. package/esm2022/lib/shared/img-canvas/img-canvas.component.mjs +132 -0
  78. package/esm2022/lib/shared/local-upload/local-upload.component.mjs +68 -0
  79. package/esm2022/lib/shared/quill-editor/quill-editor.component.mjs +248 -0
  80. package/esm2022/lib/shared/select-icons/select-icons.component.mjs +90 -0
  81. package/{esm2020 → esm2022}/lib/shared/select-tree/select-tree.component.mjs +55 -55
  82. package/{esm2020 → esm2022}/lib/shared/service/busi.service.mjs +69 -69
  83. package/{esm2020 → esm2022}/lib/shared/share.service.mjs +107 -107
  84. package/esm2022/lib/shared/table/table-form-item/table-form-item.component.mjs +96 -0
  85. package/esm2022/lib/shared/table/table-td/table-td.component.mjs +165 -0
  86. package/esm2022/lib/shared/table/table.component.mjs +749 -0
  87. package/{esm2020 → esm2022}/lib/shared/upload/upload.component.mjs +274 -274
  88. package/{esm2020 → esm2022}/lib/shared/validators/atr-validtors.mjs +8 -8
  89. package/esm2022/lib/shared/video/video.component.mjs +16 -0
  90. package/esm2022/lib/shared/view-form/view-form.component.mjs +181 -0
  91. package/{fesm2020 → fesm2022}/atr-components.mjs +5311 -5312
  92. package/fesm2022/atr-components.mjs.map +1 -0
  93. package/{atr-components.d.ts → index.d.ts} +5 -5
  94. package/lib/hello/hello.component.d.ts +8 -8
  95. package/lib/hello/hello.module.d.ts +8 -8
  96. package/lib/shared/atr-shared.module.d.ts +36 -33
  97. package/lib/shared/echarts/echarts.component.d.ts +34 -34
  98. package/lib/shared/form/form.component.d.ts +45 -45
  99. package/lib/shared/img-canvas/img-canvas.component.d.ts +28 -28
  100. package/lib/shared/local-upload/local-upload.component.d.ts +22 -22
  101. package/lib/shared/quill-editor/quill-editor.component.d.ts +45 -45
  102. package/lib/shared/select-icons/select-icons.component.d.ts +24 -24
  103. package/lib/shared/select-tree/select-tree.component.d.ts +23 -23
  104. package/lib/shared/service/busi.service.d.ts +20 -20
  105. package/lib/shared/share.service.d.ts +14 -14
  106. package/lib/shared/table/table-form-item/table-form-item.component.d.ts +25 -25
  107. package/lib/shared/table/table-td/table-td.component.d.ts +26 -26
  108. package/lib/shared/table/table.component.d.ts +94 -94
  109. package/lib/shared/upload/upload.component.d.ts +53 -53
  110. package/lib/shared/validators/atr-validtors.d.ts +2 -2
  111. package/lib/shared/video/video.component.d.ts +7 -7
  112. package/lib/shared/view-form/view-form.component.d.ts +28 -28
  113. package/package.json +14 -22
  114. package/esm2020/atr-components.module.mjs +0 -38
  115. package/esm2020/core/base/atr-common.mjs +0 -47
  116. package/esm2020/core/directive/role.directive.mjs +0 -69
  117. package/esm2020/core/pipe/pipe-module.module.mjs +0 -40
  118. package/esm2020/core/routereuse/atr-reuse-strategy.mjs +0 -79
  119. package/esm2020/core/services/dict/dict.service.mjs +0 -152
  120. package/esm2020/core/utils/ToolsUtil.mjs +0 -622
  121. package/esm2020/lib/hello/hello.module.mjs +0 -22
  122. package/esm2020/lib/shared/atr-shared.module.mjs +0 -199
  123. package/esm2020/lib/shared/echarts/echarts.component.mjs +0 -77
  124. package/esm2020/lib/shared/form/form.component.mjs +0 -574
  125. package/esm2020/lib/shared/img-canvas/img-canvas.component.mjs +0 -132
  126. package/esm2020/lib/shared/local-upload/local-upload.component.mjs +0 -68
  127. package/esm2020/lib/shared/quill-editor/quill-editor.component.mjs +0 -248
  128. package/esm2020/lib/shared/select-icons/select-icons.component.mjs +0 -90
  129. package/esm2020/lib/shared/table/table-form-item/table-form-item.component.mjs +0 -96
  130. package/esm2020/lib/shared/table/table-td/table-td.component.mjs +0 -165
  131. package/esm2020/lib/shared/table/table.component.mjs +0 -749
  132. package/esm2020/lib/shared/video/video.component.mjs +0 -15
  133. package/esm2020/lib/shared/view-form/view-form.component.mjs +0 -181
  134. package/fesm2015/atr-components.mjs +0 -5522
  135. package/fesm2015/atr-components.mjs.map +0 -1
  136. package/fesm2020/atr-components.mjs.map +0 -1
@@ -1,14 +1,14 @@
1
- import { Observable } from "rxjs";
2
- import { NzDrawerService } from 'ng-zorro-antd/drawer';
3
- import { HttpService } from "../../core/services/http.service";
4
- import * as i0 from "@angular/core";
5
- export declare class ShareService {
6
- private drawerService;
7
- private httpService;
8
- constructor(drawerService: NzDrawerService, httpService: HttpService);
9
- getDicList(item: any): Observable<any>;
10
- getDicListBase(res: any, item: any): any;
11
- convertCascader(arrs: any, keys: any): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ShareService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<ShareService>;
14
- }
1
+ import { Observable } from "rxjs";
2
+ import { NzDrawerService } from 'ng-zorro-antd/drawer';
3
+ import { HttpService } from "../../core/services/http.service";
4
+ import * as i0 from "@angular/core";
5
+ export declare class ShareService {
6
+ private drawerService;
7
+ private httpService;
8
+ constructor(drawerService: NzDrawerService, httpService: HttpService);
9
+ getDicList(item: any): Observable<any>;
10
+ getDicListBase(res: any, item: any): any;
11
+ convertCascader(arrs: any, keys: any): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShareService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShareService>;
14
+ }
@@ -1,25 +1,25 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from "@angular/forms";
3
- import { AtrQueryHeader, TableAction } from "../../../../core/base/atr-common";
4
- import { ToolsUtil } from "../../../../core/utils/ToolsUtil";
5
- import * as i0 from "@angular/core";
6
- export declare class TableFormItemComponent implements OnInit, ControlValueAccessor {
7
- header: AtrQueryHeader | any;
8
- value: string | any;
9
- dictList: any;
10
- headerAction: EventEmitter<TableAction>;
11
- onChangeListener: any;
12
- onTouchedListener: any;
13
- isNull: typeof ToolsUtil.isNull;
14
- constructor();
15
- ngOnInit(): void;
16
- writeValue(value: string | any[]): void;
17
- registerOnChange(fn: any): void;
18
- registerOnTouched(fn: any): void;
19
- setDisabledState?(isDisabled: boolean): void;
20
- onChange(e?: any): void;
21
- selectChange(value: any, item: any): void;
22
- clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<TableFormItemComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TableFormItemComponent, "app-table-form-item", never, { "header": "header"; "value": "value"; "dictList": "dictList"; }, { "headerAction": "headerAction"; }, never, never>;
25
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { ControlValueAccessor } from "@angular/forms";
3
+ import { AtrQueryHeader, TableAction } from "../../../../core/base/atr-common";
4
+ import { ToolsUtil } from "../../../../core/utils/ToolsUtil";
5
+ import * as i0 from "@angular/core";
6
+ export declare class TableFormItemComponent implements OnInit, ControlValueAccessor {
7
+ header: AtrQueryHeader | any;
8
+ value: string | any;
9
+ dictList: any;
10
+ headerAction: EventEmitter<TableAction>;
11
+ onChangeListener: any;
12
+ onTouchedListener: any;
13
+ isNull: typeof ToolsUtil.isNull;
14
+ constructor();
15
+ ngOnInit(): void;
16
+ writeValue(value: string | any[]): void;
17
+ registerOnChange(fn: any): void;
18
+ registerOnTouched(fn: any): void;
19
+ setDisabledState?(isDisabled: boolean): void;
20
+ onChange(e?: any): void;
21
+ selectChange(value: any, item: any): void;
22
+ clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableFormItemComponent, never>;
24
+ 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>;
25
+ }
@@ -1,26 +1,26 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { Table, TableAction } from "../../../../core/base/atr-common";
3
- import * as i0 from "@angular/core";
4
- export declare class TableTdComponent implements OnInit {
5
- set data(d: any);
6
- item: Table | any;
7
- i: any;
8
- value: any;
9
- result: any;
10
- doActionByRowAction: EventEmitter<any>;
11
- popoverTrigger: any;
12
- imagePrefix: string;
13
- constructor();
14
- getValue(data: any): any;
15
- getStyleCallBack(item: Table, data: any): any;
16
- doActionSwitch(data: any, code: any, event?: MouseEvent, index?: any): void;
17
- change(value: boolean): void;
18
- ngOnInit(): void;
19
- doActionByRow(data: any, code: any, event: MouseEvent, index: any): void;
20
- enter(e: any): void;
21
- isShowBtn(data: any, operator: string, action?: TableAction): boolean;
22
- checkIsShowBase(op: any, data: any): boolean;
23
- compare(value: any, operator: any, target: any): boolean;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<TableTdComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<TableTdComponent, "app-table-td", never, { "data": "data"; "item": "item"; "i": "i"; }, { "doActionByRowAction": "doActionByRowAction"; }, never, never>;
26
- }
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { Table, TableAction } from "../../../../core/base/atr-common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class TableTdComponent implements OnInit {
5
+ set data(d: any);
6
+ item: Table | any;
7
+ i: any;
8
+ value: any;
9
+ result: any;
10
+ doActionByRowAction: EventEmitter<any>;
11
+ popoverTrigger: any;
12
+ imagePrefix: string;
13
+ constructor();
14
+ getValue(data: any): any;
15
+ getStyleCallBack(item: Table, data: any): any;
16
+ doActionSwitch(data: any, code: any, event?: MouseEvent, index?: any): void;
17
+ change(value: boolean): void;
18
+ ngOnInit(): void;
19
+ doActionByRow(data: any, code: any, event: MouseEvent, index: any): void;
20
+ enter(e: any): void;
21
+ isShowBtn(data: any, operator: string, action?: TableAction): boolean;
22
+ checkIsShowBase(op: any, data: any): boolean;
23
+ compare(value: any, operator: any, target: any): boolean;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableTdComponent, never>;
25
+ 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>;
26
+ }
@@ -1,94 +1,94 @@
1
- import { OnInit, Injector, ElementRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
- import { FormGroup, FormBuilder } from '@angular/forms';
3
- import { CdkDragDrop } from "@angular/cdk/drag-drop";
4
- import { NzDropdownMenuComponent } from 'ng-zorro-antd/dropdown';
5
- import { AtrQueryHeader, AtrQueyrOpt, json, Table, TableAction } from "../../../core/base/atr-common";
6
- import * as i0 from "@angular/core";
7
- export declare class AtrTableComponent implements OnInit {
8
- private fb;
9
- private injector;
10
- private locale;
11
- private cd;
12
- atrForm: FormGroup | any;
13
- isCollapse: boolean;
14
- dicts: any;
15
- pageIndex: number;
16
- total: number;
17
- pageSize: number;
18
- pageSizeOptions: number[];
19
- loading: boolean;
20
- allowDrag: boolean;
21
- showQueryTime: boolean;
22
- tableDatas: any;
23
- scrollSize: any;
24
- isAllDisplayDataChecked: boolean;
25
- isIndeterminate: boolean;
26
- numberOfChecked: number;
27
- mapOfCheckedId: {
28
- [key: string]: boolean;
29
- };
30
- curChecked: number;
31
- imagePrefix: string;
32
- defaultParams: {};
33
- isHideTable: boolean;
34
- isAllLoad: boolean;
35
- sortMap: {
36
- [key: string]: any;
37
- };
38
- rowSpanMap: any;
39
- headerDefaultVal: any;
40
- queryOpts: AtrQueyrOpt | any;
41
- showPagination: boolean;
42
- title: string;
43
- queryHeaders: null;
44
- tableAction: EventEmitter<TableAction>;
45
- queryBack: EventEmitter<TableAction>;
46
- headerAction: EventEmitter<TableAction>;
47
- tableContent: ElementRef | any;
48
- constructor(fb: FormBuilder, injector: Injector, locale: string, cd: ChangeDetectorRef);
49
- isShowColor(data: any): any;
50
- dbclickData(data: any, rowNo: number): void;
51
- doActionByRow2(e: any): void;
52
- private get httpService();
53
- private get nzContextMenuService();
54
- setTableLoadding(loadding: boolean): void;
55
- onResize(width: any, col: string): void;
56
- isEnable(operator: string): boolean;
57
- isShowBtn(data: any, operator: string, action?: TableAction): boolean;
58
- checkIsShowBase(op: any, data: any): boolean;
59
- compare(value: any, operator: any, target: any): boolean;
60
- pushTableDatas(tableDatas: any): void;
61
- removeDatas(key: any, value: any): void;
62
- doAction(code: any): void;
63
- doActionByRow(data: any, code: any, event: MouseEvent): void;
64
- getAllCheckInfo(): any[];
65
- getAllCheckDatas(): any[];
66
- checkAll(value: boolean): void;
67
- refreshStatus(): void;
68
- selectRow(data: any, rowNo: number): void;
69
- ngOnInit(): void;
70
- initHeader(): void;
71
- getDicList(item: any): void;
72
- ngAfterViewInit(): void;
73
- sort(sortName: string, value: any): void;
74
- private get dictService();
75
- getDictValue(code: string): void;
76
- toggleCollapse(): void;
77
- resetForm(): void;
78
- selectChange(value: any, item: any): void;
79
- clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
80
- getQueryParams(reset: boolean): json;
81
- getHederType(cusKey: string, typeKey?: string): any;
82
- setDefaultParams(params: any, reset?: boolean): void;
83
- getSortInfo(): string;
84
- queryTime: string;
85
- query(reset?: boolean): void;
86
- contextMenu($event: any, menu: NzDropdownMenuComponent): void;
87
- log(value: string[]): void;
88
- checkShowTd(item: Table, index: any): boolean;
89
- checkRowSpan(item: Table, data: any): any;
90
- getRowSpan(): void;
91
- drop(event: CdkDragDrop<string[]>): void;
92
- static ɵfac: i0.ɵɵFactoryDeclaration<AtrTableComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<AtrTableComponent, "atr-table", never, { "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "loading": "loading"; "allowDrag": "allowDrag"; "showQueryTime": "showQueryTime"; "isHideTable": "isHideTable"; "queryOpts": "queryOpts"; "showPagination": "showPagination"; "title": "title"; "queryHeaders": "queryHeaders"; }, { "tableAction": "tableAction"; "queryBack": "queryBack"; "headerAction": "headerAction"; }, never, ["[header-left-slot]", "[header-right-slot]", "[button-left-slot]", "[button-right-slot]", "[slot1]"]>;
94
- }
1
+ import { OnInit, Injector, ElementRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
+ import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
3
+ import { CdkDragDrop } from "@angular/cdk/drag-drop";
4
+ import { NzDropdownMenuComponent } from 'ng-zorro-antd/dropdown';
5
+ import { AtrQueryHeader, AtrQueyrOpt, json, Table, TableAction } from "../../../core/base/atr-common";
6
+ import * as i0 from "@angular/core";
7
+ export declare class AtrTableComponent implements OnInit {
8
+ private fb;
9
+ private injector;
10
+ private locale;
11
+ private cd;
12
+ atrForm: UntypedFormGroup | any;
13
+ isCollapse: boolean;
14
+ dicts: any;
15
+ pageIndex: number;
16
+ total: number;
17
+ pageSize: number;
18
+ pageSizeOptions: number[];
19
+ loading: boolean;
20
+ allowDrag: boolean;
21
+ showQueryTime: boolean;
22
+ tableDatas: any;
23
+ scrollSize: any;
24
+ isAllDisplayDataChecked: boolean;
25
+ isIndeterminate: boolean;
26
+ numberOfChecked: number;
27
+ mapOfCheckedId: {
28
+ [key: string]: boolean;
29
+ };
30
+ curChecked: number;
31
+ imagePrefix: string;
32
+ defaultParams: {};
33
+ isHideTable: boolean;
34
+ isAllLoad: boolean;
35
+ sortMap: {
36
+ [key: string]: any;
37
+ };
38
+ rowSpanMap: any;
39
+ headerDefaultVal: any;
40
+ queryOpts: AtrQueyrOpt | any;
41
+ showPagination: boolean;
42
+ title: string;
43
+ queryHeaders: null;
44
+ tableAction: EventEmitter<TableAction>;
45
+ queryBack: EventEmitter<TableAction>;
46
+ headerAction: EventEmitter<TableAction>;
47
+ tableContent: ElementRef | any;
48
+ constructor(fb: UntypedFormBuilder, injector: Injector, locale: string, cd: ChangeDetectorRef);
49
+ isShowColor(data: any): any;
50
+ dbclickData(data: any, rowNo: number): void;
51
+ doActionByRow2(e: any): void;
52
+ private get httpService();
53
+ private get nzContextMenuService();
54
+ setTableLoadding(loadding: boolean): void;
55
+ onResize(width: any, col: string): void;
56
+ isEnable(operator: string): boolean;
57
+ isShowBtn(data: any, operator: string, action?: TableAction): boolean;
58
+ checkIsShowBase(op: any, data: any): boolean;
59
+ compare(value: any, operator: any, target: any): boolean;
60
+ pushTableDatas(tableDatas: any): void;
61
+ removeDatas(key: any, value: any): void;
62
+ doAction(code: any): void;
63
+ doActionByRow(data: any, code: any, event: MouseEvent): void;
64
+ getAllCheckInfo(): any[];
65
+ getAllCheckDatas(): any[];
66
+ checkAll(value: boolean): void;
67
+ refreshStatus(): void;
68
+ selectRow(data: any, rowNo: number): void;
69
+ ngOnInit(): void;
70
+ initHeader(): void;
71
+ getDicList(item: any): void;
72
+ ngAfterViewInit(): void;
73
+ sort(sortName: string, value: any): void;
74
+ private get dictService();
75
+ getDictValue(code: string): void;
76
+ toggleCollapse(): void;
77
+ resetForm(): void;
78
+ selectChange(value: any, item: any): void;
79
+ clickIcon(value: any, item: AtrQueryHeader, $event: any): void;
80
+ getQueryParams(reset: boolean): json;
81
+ getHederType(cusKey: string, typeKey?: string): any;
82
+ setDefaultParams(params: any, reset?: boolean): void;
83
+ getSortInfo(): string;
84
+ queryTime: string;
85
+ query(reset?: boolean): void;
86
+ contextMenu($event: any, menu: NzDropdownMenuComponent): void;
87
+ log(value: string[]): void;
88
+ checkShowTd(item: Table, index: any): boolean;
89
+ checkRowSpan(item: Table, data: any): any;
90
+ getRowSpan(): void;
91
+ drop(event: CdkDragDrop<string[]>): void;
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<AtrTableComponent, never>;
93
+ 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>;
94
+ }
@@ -1,53 +1,53 @@
1
- import { OnInit, EventEmitter, Injector } from '@angular/core';
2
- import { HttpClient } from '@angular/common/http';
3
- import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal';
4
- import { NzUploadChangeParam, NzUploadFile, NzUploadXHRArgs } from 'ng-zorro-antd/upload';
5
- import { ImageOpts } from "../../../core/base/atr-common";
6
- import { NzImageService } from 'ng-zorro-antd/image';
7
- import * as i0 from "@angular/core";
8
- export declare class UploadComponent implements OnInit {
9
- private injector;
10
- private nzImageService;
11
- private httpClient;
12
- private modalService;
13
- opts: ImageOpts | any;
14
- isEdit: boolean;
15
- allowChangSeq: boolean;
16
- tplModal: NzModalRef | any;
17
- uploadUrl: any;
18
- uploadData: any;
19
- showUploadList: boolean | {
20
- showPreviewIcon?: boolean;
21
- showRemoveIcon?: boolean;
22
- showDownloadIcon?: boolean;
23
- hidePreviewIconInNonImage?: boolean;
24
- };
25
- afterChange: EventEmitter<any>;
26
- optsChange: EventEmitter<any>;
27
- onBeforeUpload: EventEmitter<any>;
28
- previewImage: string | any;
29
- previewVisible: boolean;
30
- changeVisible: boolean;
31
- constructor(injector: Injector, nzImageService: NzImageService, httpClient: HttpClient, modalService: NzModalService);
32
- ngOnInit(): void;
33
- getFileTyeIcon(fileType: string, fileName: string): string;
34
- getThumbUrl(path: string): string;
35
- getFileThumbUrl(type: string): string;
36
- onChange(params: NzUploadChangeParam): void;
37
- private get httpService();
38
- handlePreview: (file: NzUploadFile) => void;
39
- remove: (file: NzUploadFile) => boolean;
40
- beforeUpload: (file: NzUploadFile, fileList: NzUploadFile[]) => any;
41
- customReq: (item: NzUploadXHRArgs) => any;
42
- openBannerSeq(tplContent: any, tplFooter: any): void;
43
- destroyTplModal(): void;
44
- arrowUp(index: any): void;
45
- arrowDown(index: any): void;
46
- saveSeq(): void;
47
- dragnumber(numer: any): void;
48
- delImg(numer: any): void;
49
- priviewImg(img: any): void;
50
- getImgUrl(img: any): any;
51
- static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "atr-img-upload", never, { "opts": "opts"; "isEdit": "isEdit"; "allowChangSeq": "allowChangSeq"; "showUploadList": "showUploadList"; }, { "afterChange": "afterChange"; "optsChange": "optsChange"; "onBeforeUpload": "onBeforeUpload"; }, never, never>;
53
- }
1
+ import { OnInit, EventEmitter, Injector } from '@angular/core';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { NzModalRef, NzModalService } from 'ng-zorro-antd/modal';
4
+ import { NzUploadChangeParam, NzUploadFile, NzUploadXHRArgs } from 'ng-zorro-antd/upload';
5
+ import { ImageOpts } from "../../../core/base/atr-common";
6
+ import { NzImageService } from 'ng-zorro-antd/image';
7
+ import * as i0 from "@angular/core";
8
+ export declare class UploadComponent implements OnInit {
9
+ private injector;
10
+ private nzImageService;
11
+ private httpClient;
12
+ private modalService;
13
+ opts: ImageOpts | any;
14
+ isEdit: boolean;
15
+ allowChangSeq: boolean;
16
+ tplModal: NzModalRef | any;
17
+ uploadUrl: any;
18
+ uploadData: any;
19
+ showUploadList: boolean | {
20
+ showPreviewIcon?: boolean;
21
+ showRemoveIcon?: boolean;
22
+ showDownloadIcon?: boolean;
23
+ hidePreviewIconInNonImage?: boolean;
24
+ };
25
+ afterChange: EventEmitter<any>;
26
+ optsChange: EventEmitter<any>;
27
+ onBeforeUpload: EventEmitter<any>;
28
+ previewImage: string | any;
29
+ previewVisible: boolean;
30
+ changeVisible: boolean;
31
+ constructor(injector: Injector, nzImageService: NzImageService, httpClient: HttpClient, modalService: NzModalService);
32
+ ngOnInit(): void;
33
+ getFileTyeIcon(fileType: string, fileName: string): string;
34
+ getThumbUrl(path: string): string;
35
+ getFileThumbUrl(type: string): string;
36
+ onChange(params: NzUploadChangeParam): void;
37
+ private get httpService();
38
+ handlePreview: (file: NzUploadFile) => void;
39
+ remove: (file: NzUploadFile) => boolean;
40
+ beforeUpload: (file: NzUploadFile, fileList: NzUploadFile[]) => any;
41
+ customReq: (item: NzUploadXHRArgs) => any;
42
+ openBannerSeq(tplContent: any, tplFooter: any): void;
43
+ destroyTplModal(): void;
44
+ arrowUp(index: any): void;
45
+ arrowDown(index: any): void;
46
+ saveSeq(): void;
47
+ dragnumber(numer: any): void;
48
+ delImg(numer: any): void;
49
+ priviewImg(img: any): void;
50
+ getImgUrl(img: any): any;
51
+ static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
52
+ 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>;
53
+ }
@@ -1,2 +1,2 @@
1
- import { ValidatorFn } from "@angular/forms";
2
- export declare function telphoneValidator(): ValidatorFn;
1
+ import { ValidatorFn } from "@angular/forms";
2
+ export declare function telphoneValidator(): ValidatorFn;
@@ -1,7 +1,7 @@
1
- import * as i0 from "@angular/core";
2
- export declare class VideoComponent {
3
- url: any;
4
- constructor();
5
- static ɵfac: i0.ɵɵFactoryDeclaration<VideoComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<VideoComponent, "app-video", never, { "url": "url"; }, {}, never, never>;
7
- }
1
+ import * as i0 from "@angular/core";
2
+ export declare class VideoComponent {
3
+ url: any;
4
+ constructor();
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<VideoComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<VideoComponent, "app-video", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
7
+ }
@@ -1,28 +1,28 @@
1
- import { OnInit, Injector } from '@angular/core';
2
- import { FormGroup } from '@angular/forms';
3
- import { AtrFormOpt } from "../../../core/base/atr-common";
4
- import { HttpService } from "../../../core/services/http.service";
5
- import * as i0 from "@angular/core";
6
- export declare class ViewFormComponent implements OnInit {
7
- private injector;
8
- private locale;
9
- private httpService;
10
- formOpts: AtrFormOpt | any;
11
- atrForm: FormGroup | any;
12
- dicts: any;
13
- set items(items: any);
14
- column: any;
15
- constructor(injector: Injector, locale: string, httpService: HttpService);
16
- ngOnInit(): void;
17
- isShow(isHidden: any, operator: any): boolean;
18
- checkIsShowBase(op: any): boolean;
19
- compare(value: any, operator: any, target: any): boolean;
20
- getCascaderLabel(value: any, item: any): any;
21
- getSelectCLabel(value: any, arr: any, key?: string, valueKey?: string): any;
22
- getSelectLabel(value: any, arr: any): any;
23
- getTagLabel(value: any, key?: string): any;
24
- getCascaderDefultV(dictList: any, value: any, index: any, result: any): any;
25
- getImgs(imgs: any): any;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewFormComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewFormComponent, "atr-view-form", never, { "formOpts": "formOpts"; "atrForm": "atrForm"; "dicts": "dicts"; "items": "items"; }, {}, never, never>;
28
- }
1
+ import { OnInit, Injector } from '@angular/core';
2
+ import { UntypedFormGroup } from '@angular/forms';
3
+ import { AtrFormOpt } from "../../../core/base/atr-common";
4
+ import { HttpService } from "../../../core/services/http.service";
5
+ import * as i0 from "@angular/core";
6
+ export declare class ViewFormComponent implements OnInit {
7
+ private injector;
8
+ private locale;
9
+ private httpService;
10
+ formOpts: AtrFormOpt | any;
11
+ atrForm: UntypedFormGroup | any;
12
+ dicts: any;
13
+ set items(items: any);
14
+ column: any;
15
+ constructor(injector: Injector, locale: string, httpService: HttpService);
16
+ ngOnInit(): void;
17
+ isShow(isHidden: any, operator: any): boolean;
18
+ checkIsShowBase(op: any): boolean;
19
+ compare(value: any, operator: any, target: any): boolean;
20
+ getCascaderLabel(value: any, item: any): any;
21
+ getSelectCLabel(value: any, arr: any, key?: string, valueKey?: string): any;
22
+ getSelectLabel(value: any, arr: any): any;
23
+ getTagLabel(value: any, key?: string): any;
24
+ getCascaderDefultV(dictList: any, value: any, index: any, result: any): any;
25
+ getImgs(imgs: any): any;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ViewFormComponent, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewFormComponent, "atr-view-form", never, { "formOpts": { "alias": "formOpts"; "required": false; }; "atrForm": { "alias": "atrForm"; "required": false; }; "dicts": { "alias": "dicts"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
28
+ }
package/package.json CHANGED
@@ -1,34 +1,26 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "0.2.417",
3
+ "version": "2.0.001",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.3.0",
6
- "@angular/core": "^13.3.0",
7
- "echarts": "^5.4.0",
8
- "ts-md5": "^1.2.7",
9
- "@ssumo/quill-resize-module": "^1.0.1"
5
+ "@angular/core": "^17.0.9",
6
+ "echarts": "^5.4.3",
7
+ "quill": "^0.0.0-experimental-fdd181b39-20240117"
10
8
  },
11
- "dependencies": {
12
- "tslib": "^2.3.0"
13
- },
14
- "module": "fesm2015/atr-components.mjs",
15
- "es2020": "fesm2020/atr-components.mjs",
16
- "esm2020": "esm2020/atr-components.mjs",
17
- "fesm2020": "fesm2020/atr-components.mjs",
18
- "fesm2015": "fesm2015/atr-components.mjs",
19
- "typings": "atr-components.d.ts",
9
+ "module": "fesm2022/atr-components.mjs",
10
+ "typings": "index.d.ts",
20
11
  "exports": {
21
12
  "./package.json": {
22
13
  "default": "./package.json"
23
14
  },
24
15
  ".": {
25
- "types": "./atr-components.d.ts",
26
- "esm2020": "./esm2020/atr-components.mjs",
27
- "es2020": "./fesm2020/atr-components.mjs",
28
- "es2015": "./fesm2015/atr-components.mjs",
29
- "node": "./fesm2015/atr-components.mjs",
30
- "default": "./fesm2020/atr-components.mjs"
16
+ "types": "./index.d.ts",
17
+ "esm2022": "./esm2022/atr-components.mjs",
18
+ "esm": "./esm2022/atr-components.mjs",
19
+ "default": "./fesm2022/atr-components.mjs"
31
20
  }
32
21
  },
33
- "sideEffects": false
22
+ "sideEffects": false,
23
+ "dependencies": {
24
+ "tslib": "^2.3.0"
25
+ }
34
26
  }
@@ -1,38 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { CusNgZorroAntdModule } from "./core/ngz-module/cus-zorro-antd.module";
4
- import { PipeModuleModule } from "./core/pipe/pipe-module.module";
5
- import { HttpService } from "./core/services/http.service";
6
- import { MenuService } from "./core/services/menu.service";
7
- import { UploadOssService } from "./core/services/upload-oss.service";
8
- import * as i0 from "@angular/core";
9
- const COMMON_COMPONENT = [];
10
- export class AtrComponentsModule {
11
- }
12
- AtrComponentsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- AtrComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, imports: [CommonModule,
14
- CusNgZorroAntdModule,
15
- PipeModuleModule], exports: [CusNgZorroAntdModule,
16
- PipeModuleModule] });
17
- AtrComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, providers: [HttpService, MenuService, UploadOssService], imports: [[
18
- CommonModule,
19
- CusNgZorroAntdModule,
20
- PipeModuleModule,
21
- ], CusNgZorroAntdModule,
22
- PipeModuleModule] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AtrComponentsModule, decorators: [{
24
- type: NgModule,
25
- args: [{
26
- declarations: [...COMMON_COMPONENT],
27
- imports: [
28
- CommonModule,
29
- CusNgZorroAntdModule,
30
- PipeModuleModule,
31
- ],
32
- providers: [HttpService, MenuService, UploadOssService],
33
- exports: [...COMMON_COMPONENT, CusNgZorroAntdModule,
34
- PipeModuleModule
35
- ]
36
- }]
37
- }] });
38
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXRyLWNvbXBvbmVudHMubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy9zcmMvYXRyLWNvbXBvbmVudHMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBc0IsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzVELE9BQU8sRUFBQyxZQUFZLEVBQUMsTUFBTSxpQkFBaUIsQ0FBQztBQUU3QyxPQUFPLEVBQUMsb0JBQW9CLEVBQUMsTUFBTSx5Q0FBeUMsQ0FBQztBQUM3RSxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSxnQ0FBZ0MsQ0FBQztBQUNoRSxPQUFPLEVBQUMsV0FBVyxFQUFDLE1BQU0sOEJBQThCLENBQUM7QUFDekQsT0FBTyxFQUFDLFdBQVcsRUFBQyxNQUFNLDhCQUE4QixDQUFDO0FBQ3pELE9BQU8sRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLG9DQUFvQyxDQUFDOztBQUVwRSxNQUFNLGdCQUFnQixHQUFVLEVBQUUsQ0FBQTtBQWVsQyxNQUFNLE9BQU8sbUJBQW1COztpSEFBbkIsbUJBQW1CO2tIQUFuQixtQkFBbUIsWUFWNUIsWUFBWTtRQUNaLG9CQUFvQjtRQUNwQixnQkFBZ0IsYUFHYSxvQkFBb0I7UUFDakQsZ0JBQWdCO2tIQUlQLG1CQUFtQixhQU5wQixDQUFDLFdBQVcsRUFBQyxXQUFXLEVBQUMsZ0JBQWdCLENBQUMsWUFMM0M7WUFDUCxZQUFZO1lBQ1osb0JBQW9CO1lBQ3BCLGdCQUFnQjtTQUNqQixFQUU4QixvQkFBb0I7UUFDakQsZ0JBQWdCOzRGQUlQLG1CQUFtQjtrQkFiL0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxHQUFHLGdCQUFnQixDQUFDO29CQUNuQyxPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixvQkFBb0I7d0JBQ3BCLGdCQUFnQjtxQkFDakI7b0JBQ0QsU0FBUyxFQUFDLENBQUMsV0FBVyxFQUFDLFdBQVcsRUFBQyxnQkFBZ0IsQ0FBQztvQkFDcEQsT0FBTyxFQUFFLENBQUMsR0FBRyxnQkFBZ0IsRUFBRSxvQkFBb0I7d0JBQ2pELGdCQUFnQjtxQkFDakI7aUJBRUYiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge01vZHVsZVdpdGhQcm92aWRlcnMsIE5nTW9kdWxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHtDb21tb25Nb2R1bGV9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7QXRyRXJyb3JJbWdEaXJlY3RpdmV9IGZyb20gXCIuL2NvcmUvZGlyZWN0aXZlL2Vycm9yLWltZy5kaXJlY3RpdmVcIjtcclxuaW1wb3J0IHtDdXNOZ1pvcnJvQW50ZE1vZHVsZX0gZnJvbSBcIi4vY29yZS9uZ3otbW9kdWxlL2N1cy16b3Jyby1hbnRkLm1vZHVsZVwiO1xyXG5pbXBvcnQge1BpcGVNb2R1bGVNb2R1bGV9IGZyb20gXCIuL2NvcmUvcGlwZS9waXBlLW1vZHVsZS5tb2R1bGVcIjtcclxuaW1wb3J0IHtIdHRwU2VydmljZX0gZnJvbSBcIi4vY29yZS9zZXJ2aWNlcy9odHRwLnNlcnZpY2VcIjtcclxuaW1wb3J0IHtNZW51U2VydmljZX0gZnJvbSBcIi4vY29yZS9zZXJ2aWNlcy9tZW51LnNlcnZpY2VcIjtcclxuaW1wb3J0IHtVcGxvYWRPc3NTZXJ2aWNlfSBmcm9tIFwiLi9jb3JlL3NlcnZpY2VzL3VwbG9hZC1vc3Muc2VydmljZVwiO1xyXG5cclxuY29uc3QgQ09NTU9OX0NPTVBPTkVOVDogYW55W10gPSBbXVxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFsuLi5DT01NT05fQ09NUE9ORU5UXSxcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBDdXNOZ1pvcnJvQW50ZE1vZHVsZSxcclxuICAgIFBpcGVNb2R1bGVNb2R1bGUsXHJcbiAgXSxcclxuICBwcm92aWRlcnM6W0h0dHBTZXJ2aWNlLE1lbnVTZXJ2aWNlLFVwbG9hZE9zc1NlcnZpY2VdLFxyXG4gIGV4cG9ydHM6IFsuLi5DT01NT05fQ09NUE9ORU5ULCBDdXNOZ1pvcnJvQW50ZE1vZHVsZSxcclxuICAgIFBpcGVNb2R1bGVNb2R1bGVcclxuICBdXHJcblxyXG59KVxyXG5leHBvcnQgY2xhc3MgQXRyQ29tcG9uZW50c01vZHVsZSB7XHJcbn1cclxuIl19