ps-toolkit-ui 1.22.20 → 1.22.21

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.
@@ -146,6 +146,7 @@ export declare class OptionClass {
146
146
  value: string;
147
147
  show: boolean;
148
148
  selected: boolean;
149
+ priority: number;
149
150
  parent: OptionClass;
150
151
  options: OptionClass[];
151
152
  loading: boolean;
@@ -6,6 +6,7 @@ export declare class FormSelectComponent implements OnInit {
6
6
  inp: InputClass;
7
7
  inForm: boolean;
8
8
  cSearch: string;
9
+ priority: number;
9
10
  get type(): typeof InputType;
10
11
  inputDiv: ElementRef;
11
12
  inputBase: ElementRef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "1.22.20",
3
+ "version": "1.22.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"