ngx-lite-form 1.4.0 → 1.4.1
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/README.md +1 -1
- package/fesm2022/ngx-lite-form.mjs +11 -16
- package/fesm2022/ngx-lite-form.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -311,6 +311,7 @@ declare class LiteDateTime {
|
|
|
311
311
|
selectedHour: number;
|
|
312
312
|
selectedMinute: number;
|
|
313
313
|
selectedDateTime: CalendarDateTime | null;
|
|
314
|
+
private selectionChangeSignal;
|
|
314
315
|
calendarDays: _angular_core.Signal<CalendarDateTime[]>;
|
|
315
316
|
private getMonthDays;
|
|
316
317
|
readonly FormUtils: typeof FormUtils;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-lite-form",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Lightweight Angular 20+ form library with 15+ standalone components: input, textarea, select, multi-select, radio, checkbox, password, date picker, datetime picker, file upload, data table, pagination, modal panel, loading indicators, and toast notifications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|