@sd-angular/core 1.0.44 → 1.0.47

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 (66) hide show
  1. package/assets/scss/core/toastr.scss +1 -0
  2. package/bundles/sd-angular-core-grid-material.umd.js +315 -297
  3. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  4. package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
  5. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  6. package/bundles/sd-angular-core-notify.umd.js +15 -6
  7. package/bundles/sd-angular-core-notify.umd.js.map +1 -1
  8. package/bundles/sd-angular-core-notify.umd.min.js +2 -2
  9. package/bundles/sd-angular-core-notify.umd.min.js.map +1 -1
  10. package/bundles/sd-angular-core-popover.umd.js +704 -0
  11. package/bundles/sd-angular-core-popover.umd.js.map +1 -0
  12. package/bundles/sd-angular-core-popover.umd.min.js +16 -0
  13. package/bundles/sd-angular-core-popover.umd.min.js.map +1 -0
  14. package/bundles/sd-angular-core.umd.js +12 -4
  15. package/bundles/sd-angular-core.umd.js.map +1 -1
  16. package/bundles/sd-angular-core.umd.min.js +1 -1
  17. package/bundles/sd-angular-core.umd.min.js.map +1 -1
  18. package/esm2015/grid-material/sd-angular-core-grid-material.js +18 -19
  19. package/esm2015/grid-material/src/lib/components/desktop-cell-children-view/desktop-cell-children-view.component.js +2 -2
  20. package/esm2015/grid-material/src/lib/grid-material.component.js +20 -21
  21. package/esm2015/grid-material/src/lib/grid-material.module.js +2 -3
  22. package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
  23. package/esm2015/grid-material/src/lib/models/grid.model.js +1 -1
  24. package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +8 -9
  25. package/esm2015/grid-material/src/lib/pipes/column-badge.pipe.js +1 -1
  26. package/esm2015/grid-material/src/lib/pipes/column-transform.pipe.js +8 -9
  27. package/esm2015/grid-material/src/lib/pipes/column-values.pipe.js +35 -12
  28. package/esm2015/notify/src/lib/notify.service.js +18 -9
  29. package/esm2015/popover/index.js +2 -0
  30. package/esm2015/popover/sd-angular-core-popover.js +5 -0
  31. package/esm2015/popover/src/lib/directives/popover-trigger.directive.js +218 -0
  32. package/esm2015/popover/src/lib/popover/popover.component.js +122 -0
  33. package/esm2015/popover/src/lib/popover.model.js +2 -0
  34. package/esm2015/popover/src/lib/popover.module.js +24 -0
  35. package/esm2015/popover/src/public-api.js +7 -0
  36. package/esm2015/public-api.js +2 -1
  37. package/fesm2015/sd-angular-core-grid-material.js +83 -117
  38. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  39. package/fesm2015/sd-angular-core-notify.js +17 -8
  40. package/fesm2015/sd-angular-core-notify.js.map +1 -1
  41. package/fesm2015/sd-angular-core-popover.js +369 -0
  42. package/fesm2015/sd-angular-core-popover.js.map +1 -0
  43. package/fesm2015/sd-angular-core.js +1 -0
  44. package/fesm2015/sd-angular-core.js.map +1 -1
  45. package/grid-material/sd-angular-core-grid-material.d.ts +17 -18
  46. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  47. package/grid-material/src/lib/grid-material.component.d.ts +4 -3
  48. package/grid-material/src/lib/models/grid-column.model.d.ts +2 -2
  49. package/grid-material/src/lib/pipes/cell-view.pipe.d.ts +3 -3
  50. package/grid-material/src/lib/pipes/column-transform.pipe.d.ts +3 -3
  51. package/grid-material/src/lib/pipes/column-values.pipe.d.ts +2 -4
  52. package/package.json +1 -1
  53. package/popover/index.d.ts +1 -0
  54. package/popover/package.json +12 -0
  55. package/popover/sd-angular-core-popover.d.ts +4 -0
  56. package/popover/sd-angular-core-popover.metadata.json +1 -0
  57. package/popover/src/lib/directives/popover-trigger.directive.d.ts +25 -0
  58. package/popover/src/lib/popover/popover.component.d.ts +34 -0
  59. package/popover/src/lib/popover.model.d.ts +1 -0
  60. package/popover/src/lib/popover.module.d.ts +2 -0
  61. package/popover/src/public-api.d.ts +3 -0
  62. package/public-api.d.ts +1 -0
  63. package/{sd-angular-core-1.0.44.tgz → sd-angular-core-1.0.47.tgz} +0 -0
  64. package/sd-angular-core.metadata.json +1 -1
  65. package/esm2015/grid-material/src/lib/services/grid.service.js +0 -59
  66. package/grid-material/src/lib/services/grid.service.d.ts +0 -19
@@ -224,6 +224,7 @@ ul.sd-notify__list {
224
224
 
225
225
  .sd-notify__text {
226
226
  margin-top: 8px;
227
+ color: #757575;
227
228
  }
228
229
 
229
230
  input.sd-notify__checkbox {