fantasy-ngzorro 1.3.45 → 1.3.47

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.
@@ -18,6 +18,10 @@ export declare class HdFilterComponent implements OnInit {
18
18
  private checkList;
19
19
  submitForm(): void;
20
20
  resetForm(): void;
21
+ /**
22
+ * 带初始值重置表单
23
+ */
24
+ resetFilterFormWithValue(): void;
21
25
  getFilterData(): any;
22
26
  showMore(): void;
23
27
  inputClean(filter: Filter): void;
@@ -1,4 +1,4 @@
1
- import { SelectOption, CascaderOption } from '../model/common-type';
1
+ import { SelectOption, CascaderOption, InputNumber } from '../model/common-type';
2
2
  export declare class Filter {
3
3
  type: FilterListType;
4
4
  label: string;
@@ -7,6 +7,7 @@ export declare class Filter {
7
7
  value?: string | boolean | number | Array<string | Date> | null;
8
8
  show?: boolean;
9
9
  selectOption?: SelectOption;
10
+ inputNumber?: InputNumber;
10
11
  onSearchEvent?: Function;
11
12
  onChangeEvent?: Function;
12
13
  hdDisabledDate?: Function;
@@ -21,7 +22,8 @@ export declare enum FilterListType {
21
22
  DateRange = 3,
22
23
  MultipleSelect = 4,
23
24
  Cascader = 5,
24
- Month = 6
25
+ Month = 6,
26
+ InputNumber = 7
25
27
  }
26
28
  export declare class HdFilterService {
27
29
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fantasy-ngzorro",
3
- "version": "1.3.45",
3
+ "version": "1.3.47",
4
4
  "description": "🚀新版本发布,全新表单组件hd-table,支持列宽、自定义列、列顺序、pageSize等缓存!",
5
5
  "peerDependencies": {
6
6
  "moment": "^2.24.0",