myrta-ui 17.1.50 → 17.1.52
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/esm2022/lib/components/form/input-date-time/input-date-time.component.mjs +13 -31
- package/esm2022/lib/components/modal/modal.component.mjs +3 -3
- package/fesm2022/myrta-ui.mjs +14 -32
- package/fesm2022/myrta-ui.mjs.map +1 -1
- package/lib/components/form/input-date-time/input-date-time.component.d.ts +0 -2
- package/package.json +1 -1
|
@@ -53,13 +53,11 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
53
53
|
private get isValidModels();
|
|
54
54
|
get isViewCleanIcon(): boolean;
|
|
55
55
|
get checkValidClasses(): string;
|
|
56
|
-
private _getDateFromTimezone;
|
|
57
56
|
private _checkExtraTime;
|
|
58
57
|
clickToIconCalendar(): void;
|
|
59
58
|
clickToIconClear(): void;
|
|
60
59
|
private updateValueModel;
|
|
61
60
|
private updateValuesArray;
|
|
62
|
-
private dateFormattingOutput;
|
|
63
61
|
private invalidMessageOn;
|
|
64
62
|
private invalidMessageOff;
|
|
65
63
|
updateDateValue(dateInput: HTMLInputElement): void;
|