@sd-angular/core 1.3.164 → 1.3.166

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 (54) hide show
  1. package/bundles/sd-angular-core-common.umd.js +4 -4
  2. package/bundles/sd-angular-core-common.umd.js.map +1 -1
  3. package/bundles/sd-angular-core-common.umd.min.js +1 -1
  4. package/bundles/sd-angular-core-common.umd.min.js.map +1 -1
  5. package/bundles/sd-angular-core-grid-material.umd.js +1 -1
  6. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  7. package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
  8. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  9. package/bundles/sd-angular-core-input-number.umd.js +1 -1
  10. package/bundles/sd-angular-core-input-number.umd.js.map +1 -1
  11. package/bundles/sd-angular-core-input-number.umd.min.js +1 -1
  12. package/bundles/sd-angular-core-input-number.umd.min.js.map +1 -1
  13. package/bundles/sd-angular-core-table.umd.js +53 -53
  14. package/bundles/sd-angular-core-table.umd.js.map +1 -1
  15. package/bundles/sd-angular-core-table.umd.min.js +1 -1
  16. package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
  17. package/common/sd-angular-core-common.metadata.json +1 -1
  18. package/common/src/lib/directives/sd-for.directive.d.ts +1 -1
  19. package/esm2015/common/src/lib/directives/sd-for.directive.js +5 -5
  20. package/esm2015/grid-material/src/lib/services/grid-filter/grid-filter.service.js +2 -2
  21. package/esm2015/input-number/src/lib/input-number.component.js +2 -2
  22. package/esm2015/table/sd-angular-core-table.js +4 -4
  23. package/esm2015/table/src/lib/components/popup-configuration/popup-configuration.component.js +2 -2
  24. package/esm2015/table/src/lib/components/popup-filter/popup-filter.component.js +2 -2
  25. package/esm2015/table/src/lib/components/table-filter/table-filter.component.js +2 -2
  26. package/esm2015/table/src/lib/directives/sd-table-expand-def.directive.js +15 -0
  27. package/esm2015/table/src/lib/directives/sd-table-filter-def.directive.js +22 -0
  28. package/esm2015/table/src/lib/directives/sd-table-footer-def.directive.js +18 -0
  29. package/esm2015/table/src/lib/services/table-filter/table-filter.service.js +6 -6
  30. package/esm2015/table/src/lib/table.component.js +23 -17
  31. package/esm2015/table/src/lib/table.module.js +4 -21
  32. package/fesm2015/sd-angular-core-common.js +4 -4
  33. package/fesm2015/sd-angular-core-common.js.map +1 -1
  34. package/fesm2015/sd-angular-core-grid-material.js +1 -1
  35. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  36. package/fesm2015/sd-angular-core-input-number.js +1 -1
  37. package/fesm2015/sd-angular-core-input-number.js.map +1 -1
  38. package/fesm2015/sd-angular-core-table.js +32 -43
  39. package/fesm2015/sd-angular-core-table.js.map +1 -1
  40. package/input-number/sd-angular-core-input-number.metadata.json +1 -1
  41. package/package.json +1 -1
  42. package/{sd-angular-core-1.3.164.tgz → sd-angular-core-1.3.166.tgz} +0 -0
  43. package/table/sd-angular-core-table.d.ts +3 -3
  44. package/table/sd-angular-core-table.metadata.json +1 -1
  45. package/table/src/lib/components/popup-filter/popup-filter.component.d.ts +1 -1
  46. package/table/src/lib/components/table-filter/table-filter.component.d.ts +1 -1
  47. package/table/src/lib/directives/{sd-material-filter-def.directive.d.ts → sd-table-filter-def.directive.d.ts} +1 -1
  48. package/table/src/lib/directives/{sd-material-footer-def.directive.d.ts → sd-table-footer-def.directive.d.ts} +1 -1
  49. package/table/src/lib/services/table-filter/table-filter.service.d.ts +1 -1
  50. package/table/src/lib/table.component.d.ts +3 -3
  51. package/esm2015/table/src/lib/directives/sd-material-filter-def.directive.js +0 -22
  52. package/esm2015/table/src/lib/directives/sd-material-footer-def.directive.js +0 -18
  53. package/esm2015/table/src/lib/directives/sd-material-sub-information-def.directive.js +0 -15
  54. /package/table/src/lib/directives/{sd-material-sub-information-def.directive.d.ts → sd-table-expand-def.directive.d.ts} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  export declare class SdMaterialFooterDefDirective {
3
3
  templateRef: TemplateRef<any>;
4
- sdMaterialFooterDef: string;
4
+ sdTableFooterDef: string;
5
5
  constructor(templateRef: TemplateRef<any>);
6
6
  }
@@ -1,7 +1,7 @@
1
1
  import { SdSettingService } from '@sd-angular/core/setting';
2
2
  import { SdTableExternalFilter, SdTableOptionFilter, SdTableFilterRegister } from './table-filter.model';
3
3
  import { SdTableColumn } from '../../models/table-column.model';
4
- import { SdMaterialFilterDefDirective } from '../../directives/sd-material-filter-def.directive';
4
+ import { SdMaterialFilterDefDirective } from '../../directives/sd-table-filter-def.directive';
5
5
  export declare class SdTableFilterService {
6
6
  #private;
7
7
  private settingService;
@@ -8,9 +8,9 @@ import { SdNotifyService } from '@sd-angular/core/notify';
8
8
  import { SdFilterOperator } from './models/table-column.model';
9
9
  import { SdTabelCellDefDirective } from './directives/sd-table-cell-def.directive';
10
10
  import { SdTableFilter } from './components/table-filter/table-filter.component';
11
- import { SdMaterialFilterDefDirective } from './directives/sd-material-filter-def.directive';
12
- import { SdMaterialSubInformationDefDirective } from './directives/sd-material-sub-information-def.directive';
13
- import { SdMaterialFooterDefDirective } from './directives/sd-material-footer-def.directive';
11
+ import { SdMaterialFilterDefDirective } from './directives/sd-table-filter-def.directive';
12
+ import { SdMaterialSubInformationDefDirective } from './directives/sd-table-expand-def.directive';
13
+ import { SdMaterialFooterDefDirective } from './directives/sd-table-footer-def.directive';
14
14
  import { SdExportService } from '@sd-angular/core/export';
15
15
  import { SdTableConfigurationResult } from './models/table-option-config.model';
16
16
  import { SdTableConfigurationService } from './services/table-configuration.service';
@@ -1,22 +0,0 @@
1
- import { Directive, Input, TemplateRef } from '@angular/core';
2
- export class SdMaterialFilterDefDirective {
3
- constructor(templateRef) {
4
- this.templateRef = templateRef;
5
- }
6
- set showing(val) {
7
- this.defaultShowing = (val === '') || val;
8
- }
9
- }
10
- SdMaterialFilterDefDirective.decorators = [
11
- { type: Directive, args: [{
12
- selector: '[sdMaterialFilterDef]'
13
- },] }
14
- ];
15
- SdMaterialFilterDefDirective.ctorParameters = () => [
16
- { type: TemplateRef }
17
- ];
18
- SdMaterialFilterDefDirective.propDecorators = {
19
- sdMaterialFilterDef: [{ type: Input }],
20
- showing: [{ type: Input, args: ['defaultShowing',] }]
21
- };
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2QtbWF0ZXJpYWwtZmlsdGVyLWRlZi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvbmdoaWF0dDE1X29uZW1vdW50L0RvY3VtZW50cy9saWItY29yZS11aS9wcm9qZWN0cy9zZC1jb3JlL3RhYmxlLyIsInNvdXJjZXMiOlsic3JjL2xpYi9kaXJlY3RpdmVzL3NkLW1hdGVyaWFsLWZpbHRlci1kZWYuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUs5RCxNQUFNLE9BQU8sNEJBQTRCO0lBTXZDLFlBQW1CLFdBQTZCO1FBQTdCLGdCQUFXLEdBQVgsV0FBVyxDQUFrQjtJQUFJLENBQUM7SUFKckQsSUFBNkIsT0FBTyxDQUFDLEdBQWlCO1FBQ3BELElBQUksQ0FBQyxjQUFjLEdBQUcsQ0FBQyxHQUFHLEtBQUssRUFBRSxDQUFDLElBQUksR0FBRyxDQUFDO0lBQzVDLENBQUM7OztZQVBGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsdUJBQXVCO2FBQ2xDOzs7WUFKMEIsV0FBVzs7O2tDQU1uQyxLQUFLO3NCQUNMLEtBQUssU0FBQyxnQkFBZ0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0LCBUZW1wbGF0ZVJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQERpcmVjdGl2ZSh7XHJcbiAgc2VsZWN0b3I6ICdbc2RNYXRlcmlhbEZpbHRlckRlZl0nXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTZE1hdGVyaWFsRmlsdGVyRGVmRGlyZWN0aXZlIHtcclxuICBASW5wdXQoKSBzZE1hdGVyaWFsRmlsdGVyRGVmOiBzdHJpbmc7XHJcbiAgQElucHV0KCdkZWZhdWx0U2hvd2luZycpIHNldCBzaG93aW5nKHZhbDogYm9vbGVhbiB8ICcnKSB7XHJcbiAgICB0aGlzLmRlZmF1bHRTaG93aW5nID0gKHZhbCA9PT0gJycpIHx8IHZhbDtcclxuICB9XHJcbiAgZGVmYXVsdFNob3dpbmc6IGJvb2xlYW47XHJcbiAgY29uc3RydWN0b3IocHVibGljIHRlbXBsYXRlUmVmOiBUZW1wbGF0ZVJlZjxhbnk+KSB7IH1cclxufVxyXG4iXX0=
@@ -1,18 +0,0 @@
1
- import { Directive, Input, TemplateRef } from '@angular/core';
2
- export class SdMaterialFooterDefDirective {
3
- constructor(templateRef) {
4
- this.templateRef = templateRef;
5
- }
6
- }
7
- SdMaterialFooterDefDirective.decorators = [
8
- { type: Directive, args: [{
9
- selector: '[sdMaterialFooterDef]'
10
- },] }
11
- ];
12
- SdMaterialFooterDefDirective.ctorParameters = () => [
13
- { type: TemplateRef }
14
- ];
15
- SdMaterialFooterDefDirective.propDecorators = {
16
- sdMaterialFooterDef: [{ type: Input }]
17
- };
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2QtbWF0ZXJpYWwtZm9vdGVyLWRlZi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvbmdoaWF0dDE1X29uZW1vdW50L0RvY3VtZW50cy9saWItY29yZS11aS9wcm9qZWN0cy9zZC1jb3JlL3RhYmxlLyIsInNvdXJjZXMiOlsic3JjL2xpYi9kaXJlY3RpdmVzL3NkLW1hdGVyaWFsLWZvb3Rlci1kZWYuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUs5RCxNQUFNLE9BQU8sNEJBQTRCO0lBRXZDLFlBQW1CLFdBQTZCO1FBQTdCLGdCQUFXLEdBQVgsV0FBVyxDQUFrQjtJQUFJLENBQUM7OztZQUx0RCxTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLHVCQUF1QjthQUNsQzs7O1lBSjBCLFdBQVc7OztrQ0FNbkMsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSW5wdXQsIFRlbXBsYXRlUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogJ1tzZE1hdGVyaWFsRm9vdGVyRGVmXSdcclxufSlcclxuZXhwb3J0IGNsYXNzIFNkTWF0ZXJpYWxGb290ZXJEZWZEaXJlY3RpdmUge1xyXG4gIEBJbnB1dCgpIHNkTWF0ZXJpYWxGb290ZXJEZWY6IHN0cmluZztcclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgdGVtcGxhdGVSZWY6IFRlbXBsYXRlUmVmPGFueT4pIHsgfVxyXG59XHJcbiJdfQ==
@@ -1,15 +0,0 @@
1
- import { Directive, TemplateRef } from '@angular/core';
2
- export class SdMaterialSubInformationDefDirective {
3
- constructor(templateRef) {
4
- this.templateRef = templateRef;
5
- }
6
- }
7
- SdMaterialSubInformationDefDirective.decorators = [
8
- { type: Directive, args: [{
9
- selector: '[sdMaterialSubInformationDef]'
10
- },] }
11
- ];
12
- SdMaterialSubInformationDefDirective.ctorParameters = () => [
13
- { type: TemplateRef }
14
- ];
15
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2QtbWF0ZXJpYWwtc3ViLWluZm9ybWF0aW9uLWRlZi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiQzovVXNlcnMvbmdoaWF0dDE1X29uZW1vdW50L0RvY3VtZW50cy9saWItY29yZS11aS9wcm9qZWN0cy9zZC1jb3JlL3RhYmxlLyIsInNvdXJjZXMiOlsic3JjL2xpYi9kaXJlY3RpdmVzL3NkLW1hdGVyaWFsLXN1Yi1pbmZvcm1hdGlvbi1kZWYuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBS3ZELE1BQU0sT0FBTyxvQ0FBb0M7SUFDL0MsWUFBbUIsV0FBNkI7UUFBN0IsZ0JBQVcsR0FBWCxXQUFXLENBQWtCO0lBQUksQ0FBQzs7O1lBSnRELFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsK0JBQStCO2FBQzFDOzs7WUFKbUIsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG4gIHNlbGVjdG9yOiAnW3NkTWF0ZXJpYWxTdWJJbmZvcm1hdGlvbkRlZl0nXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBTZE1hdGVyaWFsU3ViSW5mb3JtYXRpb25EZWZEaXJlY3RpdmUge1xyXG4gIGNvbnN0cnVjdG9yKHB1YmxpYyB0ZW1wbGF0ZVJlZjogVGVtcGxhdGVSZWY8YW55PikgeyB9XHJcbn1cclxuIl19