@sd-angular/core 1.3.200 → 1.3.202
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-table.umd.js +245 -232
- package/bundles/sd-angular-core-table.umd.js.map +1 -1
- package/bundles/sd-angular-core-table.umd.min.js +16 -1
- package/bundles/sd-angular-core-table.umd.min.js.map +1 -1
- package/esm2015/table/sd-angular-core-table.js +15 -17
- package/esm2015/table/src/lib/models/table-column.model.js +1 -1
- package/esm2015/table/src/lib/table.component.js +21 -9
- package/esm2015/table/src/public-api.js +4 -1
- package/fesm2015/sd-angular-core-table.js +51 -39
- package/fesm2015/sd-angular-core-table.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.200.tgz → sd-angular-core-1.3.202.tgz} +0 -0
- package/table/sd-angular-core-table.d.ts +14 -16
- package/table/sd-angular-core-table.metadata.json +1 -1
- package/table/src/lib/models/table-column.model.d.ts +1 -1
- package/table/src/public-api.d.ts +2 -0
package/package.json
CHANGED
|
Binary file
|
|
@@ -10,22 +10,20 @@ export { SdPopupConfiguration as ɵf } from './src/lib/components/popup-configur
|
|
|
10
10
|
export { SdPopupFilter as ɵk } from './src/lib/components/popup-filter/popup-filter.component';
|
|
11
11
|
export { SdTableQuickAction as ɵa } from './src/lib/components/quick-action/quick-action.component';
|
|
12
12
|
export { SdTableFilter as ɵj } from './src/lib/components/table-filter/table-filter.component';
|
|
13
|
-
export { SdTabelCellDefDirective as ɵm } from './src/lib/directives/sd-table-cell-def.directive';
|
|
14
13
|
export { SdMaterialSubInformationDefDirective as ɵl } from './src/lib/directives/sd-table-expand-def.directive';
|
|
15
|
-
export {
|
|
16
|
-
export { SdMaterialFooterDefDirective as ɵn } from './src/lib/directives/sd-table-footer-def.directive';
|
|
14
|
+
export { SdMaterialFooterDefDirective as ɵm } from './src/lib/directives/sd-table-footer-def.directive';
|
|
17
15
|
export { ISdTableConfiguration as ɵh, TABLE_CONFIG as ɵi } from './src/lib/models/table-configuration.model';
|
|
18
|
-
export { SdColumnTooltipPipe as
|
|
19
|
-
export { SdCommandDisablePipe as
|
|
20
|
-
export { SdCommandFilterPipe as
|
|
21
|
-
export { SdCommandIconPipe as
|
|
22
|
-
export { SdCommandTitlePipe as
|
|
23
|
-
export { SdFilterColumnPipe as
|
|
24
|
-
export { SdFilterExternalPipe as
|
|
25
|
-
export { SdGroupPipe as
|
|
26
|
-
export { SdSelectionActionFilterPipe as
|
|
27
|
-
export { SdSelectionDisablePipe as
|
|
28
|
-
export { SdSelectionVisibleSelectAllPipe as
|
|
29
|
-
export { SdSelectionVisiblePipe as
|
|
16
|
+
export { SdColumnTooltipPipe as ɵs } from './src/lib/pipes/column-tooltip.pipe';
|
|
17
|
+
export { SdCommandDisablePipe as ɵp } from './src/lib/pipes/command-disable.pipe';
|
|
18
|
+
export { SdCommandFilterPipe as ɵo } from './src/lib/pipes/command-filter.pipe';
|
|
19
|
+
export { SdCommandIconPipe as ɵq } from './src/lib/pipes/command-icon.pipe';
|
|
20
|
+
export { SdCommandTitlePipe as ɵr } from './src/lib/pipes/command-title.pipe';
|
|
21
|
+
export { SdFilterColumnPipe as ɵt } from './src/lib/pipes/filter-column.pipe';
|
|
22
|
+
export { SdFilterExternalPipe as ɵu } from './src/lib/pipes/filter-external.pipe';
|
|
23
|
+
export { SdGroupPipe as ɵz } from './src/lib/pipes/sd-group.pipe';
|
|
24
|
+
export { SdSelectionActionFilterPipe as ɵv } from './src/lib/pipes/selection-action-filter.pipe';
|
|
25
|
+
export { SdSelectionDisablePipe as ɵx } from './src/lib/pipes/selection-disable.pipe';
|
|
26
|
+
export { SdSelectionVisibleSelectAllPipe as ɵy } from './src/lib/pipes/selection-visible-select-all.pipe';
|
|
27
|
+
export { SdSelectionVisiblePipe as ɵw } from './src/lib/pipes/selection-visible.pipe';
|
|
30
28
|
export { SdTableConfigurationService as ɵg } from './src/lib/services/table-configuration.service';
|
|
31
|
-
export { SdTableFilterService as
|
|
29
|
+
export { SdTableFilterService as ɵn } from './src/lib/services/table-filter/table-filter.service';
|