@sd-angular/core 1.0.43 → 1.0.46

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 (69) hide show
  1. package/assets/scss/core/toastr.scss +1 -0
  2. package/bundles/sd-angular-core-autocomplete.umd.js +2 -0
  3. package/bundles/sd-angular-core-autocomplete.umd.js.map +1 -1
  4. package/bundles/sd-angular-core-autocomplete.umd.min.js.map +1 -1
  5. package/bundles/sd-angular-core-grid-material.umd.js +380 -293
  6. package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
  7. package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
  8. package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
  9. package/bundles/sd-angular-core-notify.umd.js +15 -6
  10. package/bundles/sd-angular-core-notify.umd.js.map +1 -1
  11. package/bundles/sd-angular-core-notify.umd.min.js +2 -2
  12. package/bundles/sd-angular-core-notify.umd.min.js.map +1 -1
  13. package/bundles/sd-angular-core-popover.umd.js +704 -0
  14. package/bundles/sd-angular-core-popover.umd.js.map +1 -0
  15. package/bundles/sd-angular-core-popover.umd.min.js +16 -0
  16. package/bundles/sd-angular-core-popover.umd.min.js.map +1 -0
  17. package/bundles/sd-angular-core.umd.js +12 -4
  18. package/bundles/sd-angular-core.umd.js.map +1 -1
  19. package/bundles/sd-angular-core.umd.min.js +1 -1
  20. package/bundles/sd-angular-core.umd.min.js.map +1 -1
  21. package/esm2015/autocomplete/src/lib/autocomplete.component.js +3 -1
  22. package/esm2015/grid-material/sd-angular-core-grid-material.js +5 -5
  23. package/esm2015/grid-material/src/lib/components/desktop-cell-children-view/desktop-cell-children-view.component.js +2 -2
  24. package/esm2015/grid-material/src/lib/grid-material.component.js +21 -22
  25. package/esm2015/grid-material/src/lib/grid-material.module.js +2 -1
  26. package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
  27. package/esm2015/grid-material/src/lib/models/grid.model.js +1 -1
  28. package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +8 -9
  29. package/esm2015/grid-material/src/lib/pipes/column-badge.pipe.js +1 -1
  30. package/esm2015/grid-material/src/lib/pipes/column-values.pipe.js +34 -12
  31. package/esm2015/grid-material/src/lib/services/grid.service.js +2 -2
  32. package/esm2015/notify/src/lib/notify.service.js +18 -9
  33. package/esm2015/popover/index.js +2 -0
  34. package/esm2015/popover/sd-angular-core-popover.js +5 -0
  35. package/esm2015/popover/src/lib/directives/popover-trigger.directive.js +218 -0
  36. package/esm2015/popover/src/lib/popover/popover.component.js +122 -0
  37. package/esm2015/popover/src/lib/popover.model.js +2 -0
  38. package/esm2015/popover/src/lib/popover.module.js +24 -0
  39. package/esm2015/popover/src/public-api.js +7 -0
  40. package/esm2015/public-api.js +2 -1
  41. package/fesm2015/sd-angular-core-autocomplete.js +2 -0
  42. package/fesm2015/sd-angular-core-autocomplete.js.map +1 -1
  43. package/fesm2015/sd-angular-core-grid-material.js +154 -132
  44. package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
  45. package/fesm2015/sd-angular-core-notify.js +17 -8
  46. package/fesm2015/sd-angular-core-notify.js.map +1 -1
  47. package/fesm2015/sd-angular-core-popover.js +369 -0
  48. package/fesm2015/sd-angular-core-popover.js.map +1 -0
  49. package/fesm2015/sd-angular-core.js +1 -0
  50. package/fesm2015/sd-angular-core.js.map +1 -1
  51. package/grid-material/sd-angular-core-grid-material.d.ts +4 -4
  52. package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
  53. package/grid-material/src/lib/grid-material.component.d.ts +4 -3
  54. package/grid-material/src/lib/models/grid-column.model.d.ts +2 -2
  55. package/grid-material/src/lib/pipes/cell-view.pipe.d.ts +3 -3
  56. package/grid-material/src/lib/pipes/column-values.pipe.d.ts +2 -4
  57. package/package.json +1 -1
  58. package/popover/index.d.ts +1 -0
  59. package/popover/package.json +12 -0
  60. package/popover/sd-angular-core-popover.d.ts +4 -0
  61. package/popover/sd-angular-core-popover.metadata.json +1 -0
  62. package/popover/src/lib/directives/popover-trigger.directive.d.ts +25 -0
  63. package/popover/src/lib/popover/popover.component.d.ts +34 -0
  64. package/popover/src/lib/popover.model.d.ts +1 -0
  65. package/popover/src/lib/popover.module.d.ts +2 -0
  66. package/popover/src/public-api.d.ts +3 -0
  67. package/public-api.d.ts +1 -0
  68. package/{sd-angular-core-1.0.43.tgz → sd-angular-core-1.0.46.tgz} +0 -0
  69. package/sd-angular-core.metadata.json +1 -1
@@ -20,11 +20,11 @@ export { GRID_MATERIAL_CONFIG as ɵg, ISdGridMaterialConfiguration as ɵf } from
20
20
  export { SdCellViewPipe as ɵbr } from './src/lib/pipes/cell-view.pipe';
21
21
  export { SdColumnBadgePipe as ɵbf } from './src/lib/pipes/column-badge.pipe';
22
22
  export { SdColumnChildrenFilterPipe as ɵv } from './src/lib/pipes/column-children-filter.pipe';
23
- export { SdColumnHtmlTemplatePipe as ɵbc } from './src/lib/pipes/column-html-template.pipe';
23
+ export { SdColumnHtmlTemplatePipe as ɵbb } from './src/lib/pipes/column-html-template.pipe';
24
24
  export { SdColumnTitlePipe as ɵw } from './src/lib/pipes/column-title.pipe';
25
25
  export { SdColumnTooltipPipe as ɵbe } from './src/lib/pipes/column-tooltip.pipe';
26
- export { SdColumnTransformPipe as ɵbd } from './src/lib/pipes/column-transform.pipe';
27
- export { SdColumnValuesPipe as ɵbb } from './src/lib/pipes/column-values.pipe';
26
+ export { SdColumnTransformPipe as ɵbc } from './src/lib/pipes/column-transform.pipe';
27
+ export { SdColumnValuesPipe as ɵi } from './src/lib/pipes/column-values.pipe';
28
28
  export { SdCommandDisablePipe as ɵy } from './src/lib/pipes/command-disable.pipe';
29
29
  export { SdCommandFilterPipe as ɵx } from './src/lib/pipes/command-filter.pipe';
30
30
  export { SdCommandIconPipe as ɵz } from './src/lib/pipes/command-icon.pipe';
@@ -44,4 +44,4 @@ export { SdStyleRowCss as ɵbq } from './src/lib/pipes/style-row-css.pipe';
44
44
  export { SdGeneratedColumnService as ɵt } from './src/lib/services/generated-column/generated-column.service';
45
45
  export { SdGridConfigurationService as ɵh } from './src/lib/services/grid-configuration.service';
46
46
  export { SdGridFilterService as ɵd } from './src/lib/services/grid-filter.service';
47
- export { SdGridService as ɵi } from './src/lib/services/grid.service';
47
+ export { SdGridService as ɵbd } from './src/lib/services/grid.service';