@sd-angular/core 0.0.1026 → 0.0.1027
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/bundles/sd-angular-core-grid-material.umd.js +11 -3
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/grid-material.component.js +12 -4
- package/esm2015/grid-material/src/lib/models/grid-editor.model.js +1 -1
- package/fesm2015/sd-angular-core-grid-material.js +11 -3
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/src/lib/models/grid-editor.model.d.ts +1 -0
- package/package.json +1 -1
- package/{sd-angular-core-0.0.1026.tgz → sd-angular-core-0.0.1027.tgz} +0 -0
|
@@ -7,6 +7,7 @@ export interface SdEditorBase<T = any> {
|
|
|
7
7
|
onSave?: (rowData: T) => void | Promise<void>;
|
|
8
8
|
validate?: (rowData: T) => string | Promise<string>;
|
|
9
9
|
limit?: number;
|
|
10
|
+
addToLast?: boolean;
|
|
10
11
|
}
|
|
11
12
|
export interface SdEditorFocus<T = any> extends SdEditorBase<T> {
|
|
12
13
|
type: 'focus';
|
package/package.json
CHANGED
|
index 7c2431a..aa0456f 100644
|
|
|
Binary file
|