iszolea-ui 1.2.81-sprint.1 → 1.2.81

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.
@@ -49,7 +49,6 @@ export interface IDocumentEditorData {
49
49
  }
50
50
  export interface IImageEditorData {
51
51
  multiple: boolean;
52
- showPreview: boolean;
53
52
  metaDataFields: Array<string>;
54
53
  }
55
54
  export interface IMoneyEditorData {
@@ -159,5 +158,4 @@ export declare class ControlConfigurator {
159
158
  private createMainGrid;
160
159
  private prepareMainGridColumns;
161
160
  private createMainGridDataSource;
162
- private sendBatchRequest;
163
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iszolea-ui",
3
- "version": "1.2.81-sprint.1",
3
+ "version": "1.2.81",
4
4
  "description": "Common scripts and styles for Iszolea projects",
5
5
  "main": "dist/js/index.js",
6
6
  "types": "dist/types/index.d.ts",