@sd-angular/core 1.3.238 → 1.3.240

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.
Files changed (26) hide show
  1. package/bundles/sd-angular-core-export.umd.js +95 -88
  2. package/bundles/sd-angular-core-export.umd.js.map +1 -1
  3. package/bundles/sd-angular-core-export.umd.min.js +1 -1
  4. package/bundles/sd-angular-core-export.umd.min.js.map +1 -1
  5. package/bundles/sd-angular-core-table.umd.js +514 -90
  6. package/bundles/sd-angular-core-table.umd.js.map +1 -1
  7. package/bundles/sd-angular-core-table.umd.min.js +2 -2
  8. package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
  9. package/esm2015/export/src/lib/export.service.js +93 -90
  10. package/esm2015/table/sd-angular-core-table.js +19 -18
  11. package/esm2015/table/src/lib/components/popup-export/popup-export.component.js +289 -0
  12. package/esm2015/table/src/lib/models/table-option-export.model.js +1 -1
  13. package/esm2015/table/src/lib/table.component.js +32 -16
  14. package/esm2015/table/src/lib/table.module.js +6 -2
  15. package/export/src/lib/export.service.d.ts +4 -0
  16. package/fesm2015/sd-angular-core-export.js +92 -89
  17. package/fesm2015/sd-angular-core-export.js.map +1 -1
  18. package/fesm2015/sd-angular-core-table.js +319 -18
  19. package/fesm2015/sd-angular-core-table.js.map +1 -1
  20. package/package.json +1 -1
  21. package/{sd-angular-core-1.3.238.tgz → sd-angular-core-1.3.240.tgz} +0 -0
  22. package/table/sd-angular-core-table.d.ts +18 -17
  23. package/table/sd-angular-core-table.metadata.json +1 -1
  24. package/table/src/lib/components/popup-export/popup-export.component.d.ts +56 -0
  25. package/table/src/lib/models/table-option-export.model.d.ts +7 -6
  26. package/table/src/lib/table.component.d.ts +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.3.238",
3
+ "version": "1.3.240",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
@@ -7,23 +7,24 @@ export { SdDesktopCellView as ɵc } from './src/lib/components/desktop-cell-view
7
7
  export { SdDesktopCell as ɵb } from './src/lib/components/desktop-cell/desktop-cell.component';
8
8
  export { SdDesktopCommand as ɵd } from './src/lib/components/desktop-command/desktop-command.component';
9
9
  export { SdPopupConfiguration as ɵf } from './src/lib/components/popup-configuration/popup-configuration.component';
10
- export { SdPopupFilter as ɵk } from './src/lib/components/popup-filter/popup-filter.component';
10
+ export { SdPopupExport as ɵj } from './src/lib/components/popup-export/popup-export.component';
11
+ export { SdPopupFilter as ɵl } from './src/lib/components/popup-filter/popup-filter.component';
11
12
  export { SdTableQuickAction as ɵa } from './src/lib/components/quick-action/quick-action.component';
12
- export { SdTableFilter as ɵj } from './src/lib/components/table-filter/table-filter.component';
13
- export { SdMaterialSubInformationDefDirective as ɵl } from './src/lib/directives/sd-table-expand-def.directive';
14
- export { SdMaterialFooterDefDirective as ɵm } from './src/lib/directives/sd-table-footer-def.directive';
13
+ export { SdTableFilter as ɵk } from './src/lib/components/table-filter/table-filter.component';
14
+ export { SdMaterialSubInformationDefDirective as ɵm } from './src/lib/directives/sd-table-expand-def.directive';
15
+ export { SdMaterialFooterDefDirective as ɵn } from './src/lib/directives/sd-table-footer-def.directive';
15
16
  export { ISdTableConfiguration as ɵh, TABLE_CONFIG as ɵi } from './src/lib/models/table-configuration.model';
16
- export { SdColumnTooltipPipe as ɵs } from './src/lib/pipes/column-tooltip.pipe';
17
- export { SdCommandDisablePipe as ɵp } from './src/lib/pipes/command-disable.pipe';
18
- export { SdCommandFilterPipe as ɵo } from './src/lib/pipes/command-filter.pipe';
19
- export { SdCommandIconPipe as ɵq } from './src/lib/pipes/command-icon.pipe';
20
- export { SdCommandTitlePipe as ɵr } from './src/lib/pipes/command-title.pipe';
21
- export { SdFilterColumnPipe as ɵt } from './src/lib/pipes/filter-column.pipe';
22
- export { SdFilterExternalPipe as ɵu } from './src/lib/pipes/filter-external.pipe';
23
- export { SdGroupPipe as ɵz } from './src/lib/pipes/sd-group.pipe';
24
- export { SdSelectionActionFilterPipe as ɵv } from './src/lib/pipes/selection-action-filter.pipe';
25
- export { SdSelectionDisablePipe as ɵx } from './src/lib/pipes/selection-disable.pipe';
26
- export { SdSelectionVisibleSelectAllPipe as ɵy } from './src/lib/pipes/selection-visible-select-all.pipe';
27
- export { SdSelectionVisiblePipe as ɵw } from './src/lib/pipes/selection-visible.pipe';
17
+ export { SdColumnTooltipPipe as ɵt } from './src/lib/pipes/column-tooltip.pipe';
18
+ export { SdCommandDisablePipe as ɵq } from './src/lib/pipes/command-disable.pipe';
19
+ export { SdCommandFilterPipe as ɵp } from './src/lib/pipes/command-filter.pipe';
20
+ export { SdCommandIconPipe as ɵr } from './src/lib/pipes/command-icon.pipe';
21
+ export { SdCommandTitlePipe as ɵs } from './src/lib/pipes/command-title.pipe';
22
+ export { SdFilterColumnPipe as ɵu } from './src/lib/pipes/filter-column.pipe';
23
+ export { SdFilterExternalPipe as ɵv } from './src/lib/pipes/filter-external.pipe';
24
+ export { SdGroupPipe as ɵba } from './src/lib/pipes/sd-group.pipe';
25
+ export { SdSelectionActionFilterPipe as ɵw } from './src/lib/pipes/selection-action-filter.pipe';
26
+ export { SdSelectionDisablePipe as ɵy } from './src/lib/pipes/selection-disable.pipe';
27
+ export { SdSelectionVisibleSelectAllPipe as ɵz } from './src/lib/pipes/selection-visible-select-all.pipe';
28
+ export { SdSelectionVisiblePipe as ɵx } from './src/lib/pipes/selection-visible.pipe';
28
29
  export { SdTableConfigurationService as ɵg } from './src/lib/services/table-configuration.service';
29
- export { SdTableFilterService as ɵn } from './src/lib/services/table-filter/table-filter.service';
30
+ export { SdTableFilterService as ɵo } from './src/lib/services/table-filter/table-filter.service';