valtech-components 2.0.400 → 2.0.402

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.
@@ -34,6 +34,7 @@ export declare class MultiSelectSearchComponent implements OnInit, OnDestroy, On
34
34
  clearAll(): void;
35
35
  isSelected(option: InputOption): boolean;
36
36
  trackByFn(_index: number, option: InputOption): any;
37
+ debugOptions(): void;
37
38
  private handleClickOutside;
38
39
  private parseValue;
39
40
  private emitValue;
@@ -31,7 +31,7 @@ export declare class ArticleComponent implements OnInit {
31
31
  getVideoElement(element: ArticleElement): ArticleVideoElement;
32
32
  getCustomElement(element: ArticleElement): ArticleCustomElement;
33
33
  getQuoteTextProps(element: ArticleElement): {
34
- size: "medium" | "small" | "large" | "xlarge";
34
+ size: "small" | "medium" | "large" | "xlarge";
35
35
  color: import("@ionic/core").Color;
36
36
  content?: string;
37
37
  bold: boolean;
@@ -44,7 +44,7 @@ export declare class ArticleComponent implements OnInit {
44
44
  allowPartialBold?: boolean;
45
45
  };
46
46
  getHighlightTextProps(element: ArticleElement): {
47
- size: "medium" | "small" | "large" | "xlarge";
47
+ size: "small" | "medium" | "large" | "xlarge";
48
48
  color: import("@ionic/core").Color;
49
49
  content?: string;
50
50
  bold: boolean;
@@ -73,7 +73,7 @@ export declare class ArticleComponent implements OnInit {
73
73
  contentInterpolation?: Record<string, string | number>;
74
74
  icon?: import("valtech-components").IconMetada;
75
75
  shape?: "round";
76
- size?: "small" | "default" | "large";
76
+ size?: "small" | "large" | "default";
77
77
  fill?: "default" | "clear" | "outline" | "solid";
78
78
  type: "button" | "submit" | "reset";
79
79
  token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.400",
3
+ "version": "2.0.402",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",