@yibozhang/pro-table 16.1.16 → 16.1.18

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.
@@ -7,6 +7,7 @@ export declare class PlateInputComponent implements OnInit, OnDestroy, ControlVa
7
7
  private elementRef;
8
8
  private platePrefixLoadService?;
9
9
  private platePrefixDefaultLoadService?;
10
+ usage: 'form' | 'filter';
10
11
  nzPopoverVisible: boolean;
11
12
  platePrefix: string;
12
13
  plateSuffix: string;
@@ -32,5 +33,5 @@ export declare class PlateInputComponent implements OnInit, OnDestroy, ControlVa
32
33
  onBlur(): void;
33
34
  handleAntdPlateSuffixBlur(event: any): void;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<PlateInputComponent, [null, null, { optional: true; }, { optional: true; }]>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<PlateInputComponent, "app-plate-input", never, {}, {}, never, never, false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<PlateInputComponent, "app-plate-input", never, { "usage": { "alias": "usage"; "required": false; }; }, {}, never, never, false, never>;
36
37
  }
package/lib/type.d.ts CHANGED
@@ -24,12 +24,14 @@ export interface SelectFieldProps extends FieldBaseProps {
24
24
  placeHolder?: string;
25
25
  options?: OptionsType[];
26
26
  request?: () => Promise<Array<OptionsType>>;
27
+ showSearch?: boolean;
27
28
  }
28
29
  export interface SelectMultipleFieldProps extends FieldBaseProps {
29
30
  allowClear?: boolean;
30
31
  placeHolder?: string;
31
32
  options?: OptionsType[];
32
33
  request?: () => Promise<Array<OptionsType>>;
34
+ showSearch?: boolean;
33
35
  }
34
36
  export interface DateFieldProps extends FieldBaseProps {
35
37
  showTime?: boolean | TimePickerConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yibozhang/pro-table",
3
- "version": "16.1.16",
3
+ "version": "16.1.18",
4
4
  "description": "基于 Angular11 和 ng-zorro-antd 的高级表格组件库",
5
5
  "publishConfig": {
6
6
  "access": "public"