master-control 0.3.45 → 0.3.46

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.
@@ -1,39 +1,27 @@
1
- import { EventEmitter, DoCheck, KeyValueDiffers } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
2
2
  import { MasterControlService } from '../master-control.service';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TextboxComponent implements ControlValueAccessor, DoCheck {
5
+ export declare class TextboxComponent implements ControlValueAccessor {
6
6
  masterService: MasterControlService;
7
- private kvDiffers;
8
- constructor(masterService: MasterControlService, kvDiffers: KeyValueDiffers);
7
+ constructor(masterService: MasterControlService);
8
+ inputValue: any;
9
9
  field: any;
10
10
  reactiveFormControlobject: any;
11
- private _onChange;
12
- private _onTouched;
13
- inputValueDeepCopy: string;
14
- inputValue: string;
15
- private lastBeforeInput;
16
- private fieldDiffer?;
17
- private cfgDiffer?;
18
- private styleDiffer?;
19
- private validatorsDiffer?;
11
+ _onChange: any;
12
+ _unTouched: any;
13
+ maskEnabled: any;
14
+ inputValueDeepCopy: any;
20
15
  blur: EventEmitter<any>;
21
- ngDoCheck(): void;
22
- private onFieldConfigChanged;
16
+ ngOnInit(): void;
23
17
  writeValue(obj: any): void;
24
18
  registerOnChange(fn: any): void;
25
19
  registerOnTouched(fn: any): void;
26
- setDisabledState(isDisabled: boolean): void;
27
- onBeforeInput(event: InputEvent): void;
28
- onInputChange(event: Event): void;
29
- onInputBlur(event?: Event): void;
30
- onInputFocus(): void;
31
- private syncUIFromRaw;
32
- private applyCapitalization;
33
- private normalizeNumber;
34
- private maskInput;
35
- private applyIntentToRaw;
36
- private computeNextCaret;
20
+ setDisabledState?(isDisabled: boolean): void;
21
+ onInputChange(event: any): void;
22
+ onInputBlur(event?: any): void;
23
+ checkinputMasked(): any;
24
+ maskInput(value: any): void;
37
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TextboxComponent, never>;
38
26
  static ɵcmp: i0.ɵɵComponentDeclaration<TextboxComponent, "lib-textbox", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "reactiveFormControlobject": { "alias": "reactiveFormControlobject"; "required": false; "isSignal": true; }; }, { "blur": "blur"; }, never, never, true, never>;
39
27
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "master-control",
3
- "version": "0.3.45",
3
+ "version": "0.3.46",
4
4
  "description": "medical questions changes",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.0",
Binary file