ms-data-grid 0.0.130 → 0.0.132
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.
|
@@ -462,6 +462,8 @@ export declare class DataGridComponent implements OnChanges, AfterViewInit, OnIn
|
|
|
462
462
|
enableEdit(row: any, column: any, clickedFromDetailsBox?: boolean, cellContainer?: HTMLElement): void;
|
|
463
463
|
isValueValid(row: any, column: any, control: any): boolean;
|
|
464
464
|
disableEdit(row: any, column: any, control?: any): void;
|
|
465
|
+
onImageChange(event: Event, row: any, col: any): void;
|
|
466
|
+
setNestedFlatValue(obj: any, path: string, value: any): void;
|
|
465
467
|
emailRegex: RegExp;
|
|
466
468
|
validateEmail(value: string): boolean;
|
|
467
469
|
allowOnlyNumbers(event: KeyboardEvent): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ms-data-grid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.132",
|
|
4
4
|
"description": "A powerful, customizable Angular data grid component with advanced features like sorting, filtering, pagination, column pinning, and taskbar actions. Perfect for enterprise applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|