@ngrdt/forms 0.0.86 → 0.0.89

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
@@ -90,26 +90,18 @@ declare abstract class RdtCheckboxComponent<TTrue = any, TFalse = any> extends R
90
90
  readonly falseValueInput: _angular_core.InputSignal<TFalse>;
91
91
  readonly falseValue: _angular_core.WritableSignal<TFalse>;
92
92
  readonly indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
93
- readonly value: _angular_core.InputSignal<string | undefined>;
94
- readonly checked: _angular_core.InputSignal<boolean>;
95
- readonly checkedChange: _angular_core.OutputEmitterRef<boolean>;
96
- readonly checkedState: _angular_core.WritableSignal<boolean>;
97
- constructor();
98
- writeValue(value: TFalse | TTrue): void;
99
- protected handleValueChange(newInternal: boolean): void;
100
93
  protected toExternalValue(internalValue: boolean | null): TTrue | TFalse | null;
101
94
  protected toInternalValue(externalValue: TTrue | TFalse | null): boolean | null;
102
95
  protected isEmpty(value: TTrue | TFalse | null): boolean;
103
96
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdtCheckboxComponent<any, any>, never>;
104
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdtCheckboxComponent<any, any>, never, never, { "trueValueInput": { "alias": "trueValue"; "required": false; "isSignal": true; }; "falseValueInput": { "alias": "falseValue"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "checkedChange": "checkedChange"; }, never, never, true, never>;
97
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdtCheckboxComponent<any, any>, never, never, { "trueValueInput": { "alias": "trueValue"; "required": false; "isSignal": true; }; "falseValueInput": { "alias": "falseValue"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
105
98
  }
106
99
 
107
100
  declare class RdtCheckboxOutletDirective<TCheckComp extends RdtCheckboxComponent, TCheckInputs extends RdtCheckboxInputInt = RdtCheckboxInputInt> extends RdtFormInputOutletDirective<TCheckComp, TCheckInputs> {
108
101
  readonly componentClass: Type<TCheckComp>;
109
- readonly checkedChange: _angular_core.OutputEmitterRef<boolean>;
110
102
  constructor();
111
103
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<RdtCheckboxOutletDirective<any, any>, never>;
112
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdtCheckboxOutletDirective<any, any>, "[rdtCheckboxOutlet]", ["rdtCheckboxOutlet"], {}, { "checkedChange": "checkedChange"; }, never, never, true, never>;
104
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<RdtCheckboxOutletDirective<any, any>, "[rdtCheckboxOutlet]", ["rdtCheckboxOutlet"], {}, {}, never, never, true, never>;
113
105
  }
114
106
 
115
107
  declare const RDT_CHECKBOX_BASE_PROVIDER: InjectionToken<Type<RdtCheckboxComponent<any, any>>>;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@ngrdt/forms",
3
- "version": "0.0.86",
3
+ "version": "0.0.89",
4
4
  "peerDependencies": {
5
- "@ngrdt/core": "^0.0.86",
6
- "@ngrdt/utils": "^0.0.86",
5
+ "@ngrdt/core": "^0.0.89",
6
+ "@ngrdt/utils": "^0.0.89",
7
7
  "@angular/core": ">=20.0.0",
8
8
  "@angular/forms": ">=20.0.0",
9
9
  "rxjs": ">=7.0.0",