@rangertechnologies/ngnxt 2.1.139 → 2.1.141
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/environments/version.mjs +2 -2
- package/esm2022/lib/components/custom-dropdown/custom-dropdown.component.mjs +1 -1
- package/esm2022/lib/components/datatable/datatable.component.mjs +17 -11
- package/esm2022/lib/components/dropdown-with-flag/dropdown-with-flag.component.mjs +1 -1
- package/esm2022/lib/components/list-view-filter/list-view-filter.component.mjs +2 -10
- package/fesm2022/rangertechnologies-ngnxt.mjs +20 -22
- package/fesm2022/rangertechnologies-ngnxt.mjs.map +1 -1
- package/lib/components/datatable/datatable.component.d.ts +2 -2
- package/lib/components/image-cropper/component/image-cropper.component.d.ts +1 -1
- package/package.json +1 -1
- package/rangertechnologies-ngnxt-2.1.141.tgz +0 -0
- package/rangertechnologies-ngnxt-2.1.139.tgz +0 -0
|
@@ -142,7 +142,7 @@ export declare class NxtDatatable {
|
|
|
142
142
|
onDocumentClick(event: any): void;
|
|
143
143
|
filter(datas: any): void;
|
|
144
144
|
pageParams(event: any): void;
|
|
145
|
-
applyFilter(event: any): void;
|
|
145
|
+
applyFilter(event: any, from?: any): void;
|
|
146
146
|
/** SKS15FEB25 Whether the number of selected elements matches the total number of rows. */
|
|
147
147
|
isAllSelected(): boolean;
|
|
148
148
|
/** SKS15FEB25 Selects all rows if they are not all selected; otherwise clear selection. */
|
|
@@ -150,7 +150,7 @@ export declare class NxtDatatable {
|
|
|
150
150
|
isSomeSelected(): boolean;
|
|
151
151
|
separateRowSelect(data: any, element: any): void;
|
|
152
152
|
tableClick(data: any): void;
|
|
153
|
-
filterRetain(filterkey: any): void;
|
|
153
|
+
filterRetain(filterkey: any, from?: any): void;
|
|
154
154
|
removeDuplicates(objects: any): any[];
|
|
155
155
|
deleteRecord(data: any, index: number): void;
|
|
156
156
|
deleteRecordData(): void;
|
|
@@ -67,7 +67,7 @@ export declare class ImageCropperComponent implements OnChanges, OnInit, OnDestr
|
|
|
67
67
|
loadImageFailed: EventEmitter<void>;
|
|
68
68
|
transformChange: EventEmitter<ImageTransform>;
|
|
69
69
|
cropperChange: EventEmitter<CropperPosition>;
|
|
70
|
-
get alignImageStyle(): "
|
|
70
|
+
get alignImageStyle(): "left" | "center";
|
|
71
71
|
constructor(sanitizer: DomSanitizer, cd: ChangeDetectorRef, zone: NgZone);
|
|
72
72
|
ngOnInit(): void;
|
|
73
73
|
ngOnChanges(changes: SimpleChanges): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|