ngx-register-base 1.3.4 → 1.4.0

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.
@@ -5,6 +5,8 @@ export declare class ParamTextareaComponent extends ParamTextBase {
5
5
  min: import("@angular/core").InputSignal<number>;
6
6
  /** Максимальное кол-во строк в инпуте */
7
7
  max: import("@angular/core").InputSignal<number>;
8
+ /** Флаг для снятия ограничений maxLength и limit */
9
+ hasNoLimits: import("@angular/core").InputSignal<boolean>;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ParamTextareaComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<ParamTextareaComponent, "sproc-param-textarea", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ParamTextareaComponent, "sproc-param-textarea", never, { "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "hasNoLimits": { "alias": "hasNoLimits"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-register-base",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "ng-update": {
6
6
  "migrations": "./schematics/migration-collection.json"