@m1z23r/ngx-ui 1.1.56 → 1.1.57

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m1z23r/ngx-ui",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "A modern Angular UI component library with themeable components and responsive layout system",
5
5
  "license": "MIT",
6
6
  "author": "m1z23r",
@@ -659,7 +659,7 @@ declare class ButtonComponent implements Loadable {
659
659
  readonly variant: _angular_core.InputSignal<ButtonVariant>;
660
660
  readonly color: _angular_core.InputSignal<ButtonColor>;
661
661
  readonly size: _angular_core.InputSignal<ButtonSize>;
662
- readonly type: _angular_core.InputSignal<"button" | "reset" | "submit">;
662
+ readonly type: _angular_core.InputSignal<"reset" | "submit" | "button">;
663
663
  readonly disabled: _angular_core.InputSignal<boolean>;
664
664
  readonly loading: _angular_core.InputSignal<boolean>;
665
665
  readonly clicked: _angular_core.OutputEmitterRef<MouseEvent>;
@@ -717,7 +717,7 @@ declare class InputComponent {
717
717
  /** Single custom validator function */
718
718
  readonly validatorFn: _angular_core.InputSignal<ValidatorFn | null>;
719
719
  /** When to show validation errors: 'touched' (default), 'dirty', or 'always' */
720
- readonly showErrorsOn: _angular_core.InputSignal<"always" | "touched" | "dirty">;
720
+ readonly showErrorsOn: _angular_core.InputSignal<"touched" | "dirty" | "always">;
721
721
  readonly value: _angular_core.ModelSignal<string | number>;
722
722
  private static nextId;
723
723
  private readonly generatedId;