ngx-vector-components 3.0.1 → 3.1.1

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.
@@ -10,10 +10,7 @@ export declare class ButtonComponent {
10
10
  noShadow: boolean;
11
11
  style: string;
12
12
  onClick: EventEmitter<any>;
13
- get styleClass(): {
14
- [x: string]: boolean;
15
- 'no-shadow': boolean;
16
- };
13
+ get styleClass(): string;
17
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
18
15
  static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "vector-button", never, { "disabled": "disabled"; "label": "label"; "type": "type"; "leftIcon": "leftIcon"; "rightIcon": "rightIcon"; "noShadow": "noShadow"; "style": "style"; }, { "onClick": "onClick"; }, never, never>;
19
16
  }
@@ -8,6 +8,7 @@ export declare class CurrencyFieldComponent implements OnDestroy {
8
8
  outlined: boolean;
9
9
  rounded: boolean;
10
10
  label?: string;
11
+ isBankingField: boolean;
11
12
  get control(): any;
12
13
  private _control;
13
14
  private lastInvertedIndexTyped;
@@ -17,5 +18,5 @@ export declare class CurrencyFieldComponent implements OnDestroy {
17
18
  inputNextChar($event: KeyboardEvent): void;
18
19
  clearValue(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyFieldComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyFieldComponent, "vector-currency-field", never, { "minValue": "minValue"; "maxValue": "maxValue"; "placeholder": "placeholder"; "control": "control"; "outlined": "outlined"; "rounded": "rounded"; "label": "label"; }, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyFieldComponent, "vector-currency-field", never, { "minValue": "minValue"; "maxValue": "maxValue"; "placeholder": "placeholder"; "control": "control"; "outlined": "outlined"; "rounded": "rounded"; "label": "label"; "isBankingField": "isBankingField"; }, {}, never, never>;
21
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "3.0.1",
3
+ "version": "3.1.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.2.2",