@colijnit/corecomponents_v12 261.20.3 → 261.20.5
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/index.d.ts
CHANGED
|
@@ -2449,6 +2449,7 @@ declare class SimpleGridComponent extends BaseSimpleGridComponent {
|
|
|
2449
2449
|
rowDisabledFn: Function;
|
|
2450
2450
|
showColumnSort: boolean;
|
|
2451
2451
|
showRowButtons: boolean;
|
|
2452
|
+
resetPageOnDataChange: boolean;
|
|
2452
2453
|
/**
|
|
2453
2454
|
* Promise function, if provided should return boolean
|
|
2454
2455
|
*/
|
|
@@ -2513,7 +2514,7 @@ declare class SimpleGridComponent extends BaseSimpleGridComponent {
|
|
|
2513
2514
|
private _detectChanges;
|
|
2514
2515
|
private _resetEdit;
|
|
2515
2516
|
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleGridComponent, never>;
|
|
2516
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleGridComponent, "co-simple-grid", never, { "showAdd": { "alias": "showAdd"; "required": false; }; "showDelete": { "alias": "showDelete"; "required": false; }; "deselectAllowed": { "alias": "deselectAllowed"; "required": false; }; "editOnCellClick": { "alias": "editOnCellClick"; "required": false; }; "rightToolbar": { "alias": "rightToolbar"; "required": false; }; "showGridSettings": { "alias": "showGridSettings"; "required": false; }; "rowsPerPage": { "alias": "rowsPerPage"; "required": false; }; "rowDisabledFn": { "alias": "rowDisabledFn"; "required": false; }; "showColumnSort": { "alias": "showColumnSort"; "required": false; }; "showRowButtons": { "alias": "showRowButtons"; "required": false; }; "canRowBeEdittedFn": { "alias": "canRowBeEdittedFn"; "required": false; }; }, {}, never, never, false, never>;
|
|
2517
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleGridComponent, "co-simple-grid", never, { "showAdd": { "alias": "showAdd"; "required": false; }; "showDelete": { "alias": "showDelete"; "required": false; }; "deselectAllowed": { "alias": "deselectAllowed"; "required": false; }; "editOnCellClick": { "alias": "editOnCellClick"; "required": false; }; "rightToolbar": { "alias": "rightToolbar"; "required": false; }; "showGridSettings": { "alias": "showGridSettings"; "required": false; }; "rowsPerPage": { "alias": "rowsPerPage"; "required": false; }; "rowDisabledFn": { "alias": "rowDisabledFn"; "required": false; }; "showColumnSort": { "alias": "showColumnSort"; "required": false; }; "showRowButtons": { "alias": "showRowButtons"; "required": false; }; "resetPageOnDataChange": { "alias": "resetPageOnDataChange"; "required": false; }; "canRowBeEdittedFn": { "alias": "canRowBeEdittedFn"; "required": false; }; }, {}, never, never, false, never>;
|
|
2517
2518
|
}
|
|
2518
2519
|
|
|
2519
2520
|
declare class SimpleGridCellComponent {
|
|
@@ -3705,6 +3706,8 @@ declare class HourSchedulingExpandableComponent implements OnInit {
|
|
|
3705
3706
|
private currentDraggingObject;
|
|
3706
3707
|
private MIN_HEIGHT;
|
|
3707
3708
|
private _schedule;
|
|
3709
|
+
private _onMouseMove;
|
|
3710
|
+
private _onMouseUp;
|
|
3708
3711
|
set schedule(value: Object);
|
|
3709
3712
|
get schedule(): Object;
|
|
3710
3713
|
startTimeProp: string;
|
|
@@ -3772,7 +3775,7 @@ declare class HourSchedulingExpandableTemplateComponent {
|
|
|
3772
3775
|
startTimeProp: string;
|
|
3773
3776
|
endTimeProp: string;
|
|
3774
3777
|
showClass(): boolean;
|
|
3775
|
-
onExpandableDragStart(event: DragEvent, obj:
|
|
3778
|
+
onExpandableDragStart(event: DragEvent, obj: SchedulingObject$1): void;
|
|
3776
3779
|
calculateLeftAndWidthOfObjects(): {
|
|
3777
3780
|
leftPercent: number;
|
|
3778
3781
|
widthPercent: number;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|