@sd-angular/core 1.0.45 → 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.
- package/bundles/sd-angular-core-grid-material.umd.js +372 -292
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +2 -2
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/sd-angular-core-grid-material.js +5 -5
- package/esm2015/grid-material/src/lib/components/desktop-cell-children-view/desktop-cell-children-view.component.js +2 -2
- package/esm2015/grid-material/src/lib/grid-material.component.js +17 -21
- package/esm2015/grid-material/src/lib/grid-material.module.js +2 -1
- package/esm2015/grid-material/src/lib/models/grid-column.model.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/cell-view.pipe.js +8 -9
- package/esm2015/grid-material/src/lib/pipes/column-badge.pipe.js +1 -1
- package/esm2015/grid-material/src/lib/pipes/column-values.pipe.js +34 -12
- package/esm2015/grid-material/src/lib/services/grid.service.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js +150 -131
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.d.ts +4 -4
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/grid-material/src/lib/grid-material.component.d.ts +3 -3
- package/grid-material/src/lib/models/grid-column.model.d.ts +2 -2
- package/grid-material/src/lib/pipes/cell-view.pipe.d.ts +3 -3
- package/grid-material/src/lib/pipes/column-values.pipe.d.ts +2 -4
- package/package.json +1 -1
- package/{sd-angular-core-1.0.45.tgz → sd-angular-core-1.0.46.tgz} +0 -0
|
@@ -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
|
|
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
|
|
27
|
-
export { SdColumnValuesPipe as
|
|
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
|
|
47
|
+
export { SdGridService as ɵbd } from './src/lib/services/grid.service';
|