ps-toolkit-ui 1.18.15 → 1.18.17

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.
@@ -205,6 +205,7 @@ export declare const strings: {
205
205
  Waiting: string;
206
206
  Required: string;
207
207
  Invalid: string;
208
+ ExpertSearch: string;
208
209
  UploaderTitle: string;
209
210
  UploaderMaxLength: string;
210
211
  FormErrorRequired: string;
@@ -13,6 +13,7 @@ export declare class TableClass {
13
13
  class: string;
14
14
  style: {};
15
15
  url: any;
16
+ div: any;
16
17
  method: Method;
17
18
  height: number;
18
19
  perPage: number;
@@ -28,6 +29,7 @@ export declare class TableClass {
28
29
  sortType: any;
29
30
  displayLabel: boolean;
30
31
  sortable: boolean;
32
+ expertSearch: boolean;
31
33
  optionType: TableOptionType;
32
34
  loading: boolean;
33
35
  hasChildren: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.18.15",
3
+ "version": "1.18.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"