@sd-angular/core 1.3.35 → 1.3.36

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.
@@ -32,7 +32,6 @@ export declare class SdPopupExport implements OnInit, AfterViewInit {
32
32
  file: SdExportFile;
33
33
  columns: SdExportColumn[];
34
34
  isCSV?: boolean;
35
- isRaw?: boolean;
36
35
  }>;
37
36
  form: FormGroup;
38
37
  set _gridOption(option: SdGridMaterialOption);
@@ -46,7 +45,6 @@ export declare class SdPopupExport implements OnInit, AfterViewInit {
46
45
  open: () => Promise<void>;
47
46
  exportDefault: () => void;
48
47
  exportCSV: () => void;
49
- exportRaw: () => void;
50
48
  loadFiles: (group?: string) => Promise<void>;
51
49
  generateTemplate: () => Promise<void>;
52
50
  generateAndUploadTemplate: (fileName?: string) => Promise<{
@@ -77,7 +77,6 @@ export declare class SdGridMaterial<T = any> implements OnInit, AfterViewInit, O
77
77
  file: SdExportFile;
78
78
  columns: SdExportColumn[];
79
79
  isCSV: boolean;
80
- isRaw: boolean;
81
80
  }) => Promise<void>;
82
81
  onFilterChange: () => void;
83
82
  onExpand: (rowData: SdGridMaterialItem<T>) => Promise<void>;
@@ -5,7 +5,6 @@ export interface SdGridMaterialExportOption<T = any> {
5
5
  key?: string;
6
6
  visible?: boolean;
7
7
  visibleExcel?: boolean;
8
- visibleExcelRaw?: boolean;
9
8
  visibleCSV?: boolean;
10
9
  enableUpload?: boolean;
11
10
  fileName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.3.35",
3
+ "version": "1.3.36",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 6dca98f..ddc615a 100644
Binary file