@nettyapps/ntyui 0.1.2 → 0.1.4

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/index.d.ts CHANGED
@@ -154,6 +154,7 @@ declare class NettyUICheckboxToggle extends UiBase {
154
154
  */
155
155
  onValueChange(newValue: boolean): void;
156
156
  writeValue(value: boolean): void;
157
+ updateValidators(): void;
157
158
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<NettyUICheckboxToggle, never>;
158
159
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<NettyUICheckboxToggle, "ntyui-checkbox-toggle", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "labelPosition": { "alias": "labelPosition"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; }, never, never, true, never>;
159
160
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@nettyapps/ntyui",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.1.7",
6
- "@angular/core": "^20.1.7"
5
+ "@angular/common": "^20.3.11",
6
+ "@angular/core": "^20.3.11"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"