ngx-lite-form 1.2.0-pr.25.20250923034808 → 1.2.1-pr.26.20250923091817
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/fesm2022/ngx-lite-form.mjs +170 -190
- package/fesm2022/ngx-lite-form.mjs.map +1 -1
- package/index.d.ts +14 -22
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
+
import { FormControl, AbstractControl } from '@angular/forms';
|
|
1
2
|
import * as _angular_core from '@angular/core';
|
|
2
3
|
import { ElementRef, AfterViewInit } from '@angular/core';
|
|
3
|
-
import * as i1 from '@angular/common';
|
|
4
|
-
import * as i2 from '@angular/forms';
|
|
5
|
-
import { FormControl, AbstractControl } from '@angular/forms';
|
|
6
4
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
7
5
|
|
|
8
6
|
declare class FieldDto {
|
|
@@ -412,6 +410,18 @@ declare class LiteFile {
|
|
|
412
410
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LiteFile, "lite-file", never, { "inEdit": { "alias": "inEdit"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
413
411
|
}
|
|
414
412
|
|
|
413
|
+
declare class LiteSnackbarService {
|
|
414
|
+
private timeoutId;
|
|
415
|
+
private snackbarElem;
|
|
416
|
+
show(text: string, type?: SnackbarType, duration?: number): void;
|
|
417
|
+
clear(): void;
|
|
418
|
+
private getIcon;
|
|
419
|
+
private injectStyles;
|
|
420
|
+
private escapeHtml;
|
|
421
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LiteSnackbarService, never>;
|
|
422
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<LiteSnackbarService>;
|
|
423
|
+
}
|
|
424
|
+
|
|
415
425
|
declare class LitePaginator {
|
|
416
426
|
paginator: _angular_core.InputSignal<PaginatorFieldDto>;
|
|
417
427
|
pageChange: _angular_core.OutputEmitterRef<number>;
|
|
@@ -444,23 +454,5 @@ declare class LiteTable<T = any> {
|
|
|
444
454
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<LiteTable<any>, "lite-table", never, { "table": { "alias": "table"; "required": true; "isSignal": true; }; }, { "pageChange": "pageChange"; "itemsPerPageChange": "itemsPerPageChange"; }, never, never, true, never>;
|
|
445
455
|
}
|
|
446
456
|
|
|
447
|
-
|
|
448
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LiteFormModule, never>;
|
|
449
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<LiteFormModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i2.ReactiveFormsModule, typeof LiteInput, typeof LiteTextarea, typeof LiteSelect, typeof LiteMultiSelect, typeof LiteRadio, typeof LiteCheckbox, typeof LiteDate, typeof LiteDateTime, typeof LitePassword, typeof LiteFile, typeof LitePaginator, typeof LiteTable], [typeof LiteInput, typeof LiteTextarea, typeof LiteSelect, typeof LiteMultiSelect, typeof LiteRadio, typeof LiteCheckbox, typeof LiteDate, typeof LiteDateTime, typeof LitePassword, typeof LiteFile, typeof LitePaginator, typeof LiteTable]>;
|
|
450
|
-
static ɵinj: _angular_core.ɵɵInjectorDeclaration<LiteFormModule>;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
declare class LiteSnackbarService {
|
|
454
|
-
private timeoutId;
|
|
455
|
-
private snackbarElem;
|
|
456
|
-
show(text: string, type?: SnackbarType, duration?: number): void;
|
|
457
|
-
clear(): void;
|
|
458
|
-
private getIcon;
|
|
459
|
-
private injectStyles;
|
|
460
|
-
private escapeHtml;
|
|
461
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LiteSnackbarService, never>;
|
|
462
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<LiteSnackbarService>;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
export { BaseSelectFieldDto, FieldDto, FileFieldDto, FormUtils, LiteCheckbox, LiteDate, LiteDateTime, LiteFile, LiteFormModule, LiteInput, LiteMultiSelect, LitePaginator, LitePassword, LiteRadio, LiteSelect, LiteSnackbarService, LiteTable, LiteTextarea, MultiSelectFieldDto, PaginatorFieldDto, RadioFieldDto, SelectFieldDto, TableFieldDto };
|
|
457
|
+
export { BaseSelectFieldDto, FieldDto, FileFieldDto, FormUtils, LiteCheckbox, LiteDate, LiteDateTime, LiteFile, LiteInput, LiteMultiSelect, LitePaginator, LitePassword, LiteRadio, LiteSelect, LiteSnackbarService, LiteTable, LiteTextarea, MultiSelectFieldDto, PaginatorFieldDto, RadioFieldDto, SelectFieldDto, TableFieldDto };
|
|
466
458
|
export type { DateRangeFieldDto, FileItem, SnackbarType, TableColumn };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-lite-form",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1-pr.26.20250923091817",
|
|
4
4
|
"description": "A lightweight Angular form library with reusable input, textarea, select, multi-select, radio, checkbox, date picker and password components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|