@quadrel-enterprise-ui/framework 18.25.0 → 18.25.2
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/forms/datepicker/calendar/calendar.component.mjs +11 -6
- package/esm2022/lib/forms/input/input.component.mjs +18 -9
- package/fesm2022/quadrel-enterprise-ui-framework.mjs +27 -13
- package/fesm2022/quadrel-enterprise-ui-framework.mjs.map +1 -1
- package/lib/forms/datepicker/calendar/calendar.component.d.ts +1 -0
- package/lib/forms/input/input.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -52,6 +52,7 @@ export declare class QdCalendarComponent implements OnInit, OnChanges {
|
|
|
52
52
|
private setCurrentDate;
|
|
53
53
|
private getYears;
|
|
54
54
|
private isDisabled;
|
|
55
|
+
private setWeekdays;
|
|
55
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdCalendarComponent, never>;
|
|
56
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdCalendarComponent, "qd-calendar", never, { "selectedDate": { "alias": "selectedDate"; "required": false; }; "language": { "alias": "language"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, false, never>;
|
|
57
58
|
}
|
|
@@ -329,6 +329,7 @@ export declare class QdInputComponent implements OnInit, OnChanges, OnDestroy, C
|
|
|
329
329
|
private initializeOptionsResolver;
|
|
330
330
|
private emitValue;
|
|
331
331
|
private initOpModeSubscription;
|
|
332
|
+
private normalizeInitialControlValueIfNeeded;
|
|
332
333
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdInputComponent, [null, null, { optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
333
334
|
static ɵcmp: i0.ɵɵComponentDeclaration<QdInputComponent, "qd-input", never, { "formControlName": { "alias": "formControlName"; "required": false; }; "value": { "alias": "value"; "required": false; }; "config": { "alias": "config"; "required": false; }; "isError": { "alias": "isError"; "required": false; }; "testId": { "alias": "data-test-id"; "required": false; }; }, { "valueChange": "valueChange"; "enterClick": "enterClick"; "clickClear": "clickClear"; "clickHint": "clickHint"; "clickReadonly": "clickReadonly"; "clickViewonly": "clickViewonly"; }, never, ["[qdIconButton]"], false, never>;
|
|
334
335
|
}
|