@sd-angular/core 0.0.899 → 0.0.903

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 (52) hide show
  1. package/assets/scss/core/override-material-ui.scss +4 -0
  2. package/assets/scss/core/position.scss +1 -1
  3. package/assets/scss/core/scrollbar.scss +4 -4
  4. package/assets/scss/core/text.scss +3 -0
  5. package/assets/scss/sd-core.scss +18 -16
  6. package/bundles/sd-angular-core-date-range.umd.js +1 -1
  7. package/bundles/sd-angular-core-date-range.umd.min.js +1 -1
  8. package/bundles/sd-angular-core-date-range.umd.min.js.map +1 -1
  9. package/bundles/sd-angular-core-date-time.umd.js +1 -1
  10. package/bundles/sd-angular-core-date-time.umd.min.js +2 -2
  11. package/bundles/sd-angular-core-date-time.umd.min.js.map +1 -1
  12. package/bundles/sd-angular-core-grid-material.umd.js +5 -1
  13. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  14. package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
  15. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  16. package/bundles/sd-angular-core-select.umd.js +12 -4
  17. package/bundles/sd-angular-core-select.umd.js.map +1 -1
  18. package/bundles/sd-angular-core-select.umd.min.js +1 -1
  19. package/bundles/sd-angular-core-select.umd.min.js.map +1 -1
  20. package/bundles/sd-angular-core-tab-router.umd.js +11 -8
  21. package/bundles/sd-angular-core-tab-router.umd.js.map +1 -1
  22. package/bundles/sd-angular-core-tab-router.umd.min.js +1 -1
  23. package/bundles/sd-angular-core-tab-router.umd.min.js.map +1 -1
  24. package/bundles/sd-angular-core-upload-excel.umd.js +1 -13
  25. package/bundles/sd-angular-core-upload-excel.umd.js.map +1 -1
  26. package/bundles/sd-angular-core-upload-excel.umd.min.js +1 -1
  27. package/bundles/sd-angular-core-upload-excel.umd.min.js.map +1 -1
  28. package/date-range/sd-angular-core-date-range.metadata.json +1 -1
  29. package/date-time/sd-angular-core-date-time.metadata.json +1 -1
  30. package/esm2015/date-range/src/lib/date-range.component.js +1 -1
  31. package/esm2015/date-time/src/lib/date-time.component.js +1 -1
  32. package/esm2015/grid-material/src/lib/components/desktop-cell-view/desktop-cell-view.component.js +2 -2
  33. package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
  34. package/esm2015/grid-material/src/lib/pipes/column-transform.pipe.js +5 -1
  35. package/esm2015/select/src/lib/select.component.js +13 -5
  36. package/esm2015/tab-router/src/lib/components/tab-router-outlet/tab-router-outlet.component.js +21 -18
  37. package/esm2015/upload-excel/src/lib/upload-excel.component.js +2 -14
  38. package/fesm2015/sd-angular-core-date-range.js +1 -1
  39. package/fesm2015/sd-angular-core-date-time.js +1 -1
  40. package/fesm2015/sd-angular-core-grid-material.js +5 -1
  41. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  42. package/fesm2015/sd-angular-core-select.js +12 -4
  43. package/fesm2015/sd-angular-core-select.js.map +1 -1
  44. package/fesm2015/sd-angular-core-tab-router.js +11 -8
  45. package/fesm2015/sd-angular-core-tab-router.js.map +1 -1
  46. package/fesm2015/sd-angular-core-upload-excel.js +1 -13
  47. package/fesm2015/sd-angular-core-upload-excel.js.map +1 -1
  48. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  49. package/grid-material/src/lib/models/grid-column.model.d.ts +2 -0
  50. package/package.json +1 -1
  51. package/{sd-angular-core-0.0.899.tgz → sd-angular-core-0.0.903.tgz} +0 -0
  52. package/tab-router/src/lib/components/tab-router-outlet/tab-router-outlet.component.d.ts +7 -7
@@ -36,6 +36,8 @@ interface SdGridMaterialBool<T = any> extends SdGridMaterialBaseColumn<T> {
36
36
  displayOnTrue?: string;
37
37
  displayOnFalse?: string;
38
38
  };
39
+ badge?: (value: any, rowData: T) => 'warning' | 'info' | 'success' | 'danger' | 'normal';
40
+ badgeType?: 'circle';
39
41
  }
40
42
  interface SdGridMaterialColumnDate<T = any> extends SdGridMaterialBaseColumn<T> {
41
43
  type: 'date' | 'datetime' | 'time';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "0.0.899",
3
+ "version": "0.0.903",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
@@ -1,10 +1,10 @@
1
- import { ChangeDetectorRef, Compiler, Injector, OnDestroy } from '@angular/core';
2
- import { ActivatedRoute, Router } from '@angular/router';
3
- import { SdNotifyService } from '@sd-angular/core/notify';
4
- import { SdTab } from '../../models/tab-router.model';
5
- import { SdTabRouterService } from '../../services/tab-router.service';
6
- import { SdTabRouterNavComponent } from '../tab-router-nav/tab-router-nav.component';
7
- import { SdTabDecoratorService } from '../../services/tab-decorator.service';
1
+ import { ChangeDetectorRef, Compiler, Injector, OnDestroy } from "@angular/core";
2
+ import { ActivatedRoute, Router } from "@angular/router";
3
+ import { SdNotifyService } from "@sd-angular/core/notify";
4
+ import { SdTab } from "../../models/tab-router.model";
5
+ import { SdTabRouterService } from "../../services/tab-router.service";
6
+ import { SdTabRouterNavComponent } from "../tab-router-nav/tab-router-nav.component";
7
+ import { SdTabDecoratorService } from "../../services/tab-decorator.service";
8
8
  export declare class SdTabRouterOutletComponent implements OnDestroy {
9
9
  #private;
10
10
  private router;