valtech-components 2.0.388 → 2.0.389

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.
@@ -26,6 +26,7 @@ export declare class SelectSearchComponent implements OnInit, OnDestroy, OnChang
26
26
  private handleClickOutside;
27
27
  private getOptionByValue;
28
28
  private applyDefaultValue;
29
+ debugOptions(): void;
29
30
  private syncSelectedValue;
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectSearchComponent, never>;
31
32
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchComponent, "val-select-search", never, { "props": { "alias": "props"; "required": false; }; "labelProperty": { "alias": "labelProperty"; "required": false; }; "valueProperty": { "alias": "valueProperty"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
@@ -75,7 +75,7 @@ export declare class ArticleComponent implements OnInit {
75
75
  shape?: "round";
76
76
  size?: "small" | "large" | "default";
77
77
  fill?: "default" | "clear" | "outline" | "solid";
78
- type: "button" | "submit" | "reset";
78
+ type: "reset" | "submit" | "button";
79
79
  token?: string;
80
80
  ref?: any;
81
81
  handler?: (value: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.388",
3
+ "version": "2.0.389",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",