@ardium-ui/ui 5.0.0-alpha.13 → 5.0.0-alpha.15

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.
@@ -14,6 +14,7 @@ export interface ArdNumberInputDefaults extends _FormFieldComponentDefaults {
14
14
  allowFloat: boolean;
15
15
  noButtons: boolean;
16
16
  stepSize: number;
17
+ keepFocusOnQuickChangeButton: boolean;
17
18
  }
18
19
  export declare const ARD_NUMBER_INPUT_DEFAULTS: InjectionToken<ArdNumberInputDefaults>;
19
20
  export declare function provideNumberInputDefaults(config: Partial<ArdNumberInputDefaults>): Provider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardium-ui/ui",
3
- "version": "5.0.0-alpha.13",
3
+ "version": "5.0.0-alpha.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",