@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
@@ -17,31 +17,30 @@ export { SdPopupGridConfiguration as ɵr } from './src/lib/components/popup-grid
17
17
  export { SdGridQuickAction as ɵj } from './src/lib/components/quick-action/quick-action.component';
18
18
  export { MatPaginatorIntlCro as ɵa } from './src/lib/grid-material.module';
19
19
  export { GRID_MATERIAL_CONFIG as ɵg, ISdGridMaterialConfiguration as ɵf } from './src/lib/models/grid-configuration.model';
20
- export { SdCellViewPipe as ɵbr } from './src/lib/pipes/cell-view.pipe';
21
- export { SdColumnBadgePipe as ɵbf } from './src/lib/pipes/column-badge.pipe';
20
+ export { SdCellViewPipe as ɵbq } from './src/lib/pipes/cell-view.pipe';
21
+ export { SdColumnBadgePipe as ɵbe } 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
- 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';
25
+ export { SdColumnTooltipPipe as ɵbd } from './src/lib/pipes/column-tooltip.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';
31
31
  export { SdCommandTitlePipe as ɵba } from './src/lib/pipes/command-title.pipe';
32
- export { SdEditorHandlerColumnPipe as ɵbn } from './src/lib/pipes/editor-handler-column.pipe';
33
- export { SdEditorHandlerRowPipe as ɵbm } from './src/lib/pipes/editor-handler-row.pipe';
34
- export { SdEditorValidatePipe as ɵbo } from './src/lib/pipes/editor-validate.pipe';
35
- export { SdFilterColumnPipe as ɵbg } from './src/lib/pipes/filter-column.pipe';
36
- export { SdFilterExternalPipe as ɵbh } from './src/lib/pipes/filter-external.pipe';
32
+ export { SdEditorHandlerColumnPipe as ɵbm } from './src/lib/pipes/editor-handler-column.pipe';
33
+ export { SdEditorHandlerRowPipe as ɵbl } from './src/lib/pipes/editor-handler-row.pipe';
34
+ export { SdEditorValidatePipe as ɵbn } from './src/lib/pipes/editor-validate.pipe';
35
+ export { SdFilterColumnPipe as ɵbf } from './src/lib/pipes/filter-column.pipe';
36
+ export { SdFilterExternalPipe as ɵbg } from './src/lib/pipes/filter-external.pipe';
37
37
  export { SdGridConfigurationResultPipe as ɵu } from './src/lib/pipes/grid-configuration-result.pipe';
38
- export { SdIdPipe as ɵbp } from './src/lib/pipes/sd-id.pipe';
39
- export { SdSelectionActionFilterPipe as ɵbi } from './src/lib/pipes/selection-action-filter.pipe';
40
- export { SdSelectionDisablePipe as ɵbk } from './src/lib/pipes/selection-disable.pipe';
41
- export { SdSelectionVisibleSelectAllPipe as ɵbl } from './src/lib/pipes/selection-visible-select-all.pipe';
42
- export { SdSelectionVisiblePipe as ɵbj } from './src/lib/pipes/selection-visible.pipe';
43
- export { SdStyleRowCss as ɵbq } from './src/lib/pipes/style-row-css.pipe';
38
+ export { SdIdPipe as ɵbo } from './src/lib/pipes/sd-id.pipe';
39
+ export { SdSelectionActionFilterPipe as ɵbh } from './src/lib/pipes/selection-action-filter.pipe';
40
+ export { SdSelectionDisablePipe as ɵbj } from './src/lib/pipes/selection-disable.pipe';
41
+ export { SdSelectionVisibleSelectAllPipe as ɵbk } from './src/lib/pipes/selection-visible-select-all.pipe';
42
+ export { SdSelectionVisiblePipe as ɵbi } from './src/lib/pipes/selection-visible.pipe';
43
+ export { SdStyleRowCss as ɵbp } 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';