atr-components 0.2.304 → 0.2.305

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.
@@ -2,6 +2,7 @@ import { OnInit, EventEmitter } from '@angular/core';
2
2
  import { NzUploadChangeParam, NzUploadFile } from 'ng-zorro-antd/upload/ng-zorro-antd-upload';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class LocalUploadComponent implements OnInit {
5
+ beforeUpload: any;
5
6
  url: any;
6
7
  nzAccept: string;
7
8
  name: any;
@@ -17,5 +18,5 @@ export declare class LocalUploadComponent implements OnInit {
17
18
  };
18
19
  onChange(params: NzUploadChangeParam): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalUploadComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<LocalUploadComponent, "atr-local-upload", never, { "url": "url"; "nzAccept": "nzAccept"; "name": "name"; "code": "code"; "withoutRole": "withoutRole"; }, { "afterChange": "afterChange"; }, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocalUploadComponent, "atr-local-upload", never, { "beforeUpload": "beforeUpload"; "url": "url"; "nzAccept": "nzAccept"; "name": "name"; "code": "code"; "withoutRole": "withoutRole"; }, { "afterChange": "afterChange"; }, never, never>;
21
22
  }
@@ -49,5 +49,5 @@ export declare class UploadComponent implements OnInit {
49
49
  priviewImg(img: any): void;
50
50
  getImgUrl(img: any): any;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "atr-img-upload", never, { "opts": "opts"; "isEdit": "isEdit"; "allowChangSeq": "allowChangSeq"; }, { "afterChange": "afterChange"; "optsChange": "optsChange"; "onBeforeUpload": "onBeforeUpload"; }, never, 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
53
  }
@@ -23,6 +23,7 @@ export declare class ViewFormComponent implements OnInit {
23
23
  checkIsShowBase(op: any): boolean;
24
24
  compare(value: any, operator: any, target: any): boolean;
25
25
  getCascaderLabel(value: any, item: any): any;
26
+ getSelectCLabel(value: any, arr: any, key?: string, valueKey?: string): any;
26
27
  getSelectLabel(value: any, arr: any): any;
27
28
  getTagLabel(value: any, key?: string): any;
28
29
  getCascaderDefultV(dictList: any, value: any, index: any, result: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atr-components",
3
- "version": "0.2.304",
3
+ "version": "0.2.305",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "echarts": "^5.4.0",