@sd-angular/core 1.3.199 → 1.3.201
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 +62 -62
- 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/components/desktop-cell/desktop-cell.component.js +2 -2
- package/esm2015/table/src/lib/components/table-filter/table-filter.component.js +2 -2
- package/esm2015/table/src/lib/models/table-column.model.js +1 -1
- package/esm2015/table/src/lib/services/table-filter/table-filter.model.js +1 -1
- package/esm2015/table/src/public-api.js +4 -1
- package/fesm2015/sd-angular-core-table.js +33 -33
- package/fesm2015/sd-angular-core-table.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.199.tgz → sd-angular-core-1.3.201.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 +2 -1
- package/table/src/lib/services/table-filter/table-filter.model.d.ts +2 -1
- package/table/src/public-api.d.ts +2 -0
|
@@ -30,6 +30,50 @@
|
|
|
30
30
|
var hash__namespace = /*#__PURE__*/_interopNamespace(hash);
|
|
31
31
|
var hash__default = /*#__PURE__*/_interopDefaultLegacy(hash);
|
|
32
32
|
|
|
33
|
+
var SdTabelCellDefDirective = /** @class */ (function () {
|
|
34
|
+
function SdTabelCellDefDirective(templateRef) {
|
|
35
|
+
this.templateRef = templateRef;
|
|
36
|
+
}
|
|
37
|
+
return SdTabelCellDefDirective;
|
|
38
|
+
}());
|
|
39
|
+
SdTabelCellDefDirective.decorators = [
|
|
40
|
+
{ type: core.Directive, args: [{
|
|
41
|
+
selector: '[sdTableCellDef]'
|
|
42
|
+
},] }
|
|
43
|
+
];
|
|
44
|
+
SdTabelCellDefDirective.ctorParameters = function () { return [
|
|
45
|
+
{ type: core.TemplateRef }
|
|
46
|
+
]; };
|
|
47
|
+
SdTabelCellDefDirective.propDecorators = {
|
|
48
|
+
sdTableCellDef: [{ type: core.Input }]
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
var SdTableFilterDefDirective = /** @class */ (function () {
|
|
52
|
+
function SdTableFilterDefDirective(templateRef) {
|
|
53
|
+
this.templateRef = templateRef;
|
|
54
|
+
}
|
|
55
|
+
Object.defineProperty(SdTableFilterDefDirective.prototype, "showing", {
|
|
56
|
+
set: function (val) {
|
|
57
|
+
this.defaultShowing = (val === '') || val;
|
|
58
|
+
},
|
|
59
|
+
enumerable: false,
|
|
60
|
+
configurable: true
|
|
61
|
+
});
|
|
62
|
+
return SdTableFilterDefDirective;
|
|
63
|
+
}());
|
|
64
|
+
SdTableFilterDefDirective.decorators = [
|
|
65
|
+
{ type: core.Directive, args: [{
|
|
66
|
+
selector: '[sdTableFilterDef]'
|
|
67
|
+
},] }
|
|
68
|
+
];
|
|
69
|
+
SdTableFilterDefDirective.ctorParameters = function () { return [
|
|
70
|
+
{ type: core.TemplateRef }
|
|
71
|
+
]; };
|
|
72
|
+
SdTableFilterDefDirective.propDecorators = {
|
|
73
|
+
sdTableFilterDef: [{ type: core.Input }],
|
|
74
|
+
showing: [{ type: core.Input, args: ['defaultShowing',] }]
|
|
75
|
+
};
|
|
76
|
+
|
|
33
77
|
/*! *****************************************************************************
|
|
34
78
|
Copyright (c) Microsoft Corporation.
|
|
35
79
|
|
|
@@ -356,24 +400,6 @@
|
|
|
356
400
|
};
|
|
357
401
|
var TABLE_CONFIG = new core.InjectionToken('sd-table.configuration');
|
|
358
402
|
|
|
359
|
-
var SdTabelCellDefDirective = /** @class */ (function () {
|
|
360
|
-
function SdTabelCellDefDirective(templateRef) {
|
|
361
|
-
this.templateRef = templateRef;
|
|
362
|
-
}
|
|
363
|
-
return SdTabelCellDefDirective;
|
|
364
|
-
}());
|
|
365
|
-
SdTabelCellDefDirective.decorators = [
|
|
366
|
-
{ type: core.Directive, args: [{
|
|
367
|
-
selector: '[sdTableCellDef]'
|
|
368
|
-
},] }
|
|
369
|
-
];
|
|
370
|
-
SdTabelCellDefDirective.ctorParameters = function () { return [
|
|
371
|
-
{ type: core.TemplateRef }
|
|
372
|
-
]; };
|
|
373
|
-
SdTabelCellDefDirective.propDecorators = {
|
|
374
|
-
sdTableCellDef: [{ type: core.Input }]
|
|
375
|
-
};
|
|
376
|
-
|
|
377
403
|
var _filterRegister;
|
|
378
404
|
var SdPopupFilter = /** @class */ (function () {
|
|
379
405
|
function SdPopupFilter(cdRef) {
|
|
@@ -546,7 +572,7 @@
|
|
|
546
572
|
SdTableFilter.decorators = [
|
|
547
573
|
{ type: core.Component, args: [{
|
|
548
574
|
selector: 'sd-table-filter',
|
|
549
|
-
template: "<ng-container *ngIf=\"!filter?.disabled\">\r\n <ng-container *ngIf=\"filter?.enableCollapse; else noCollapse\">\r\n <sd-group class=\"p-12\" [isExpanded]=\"false\" title=\"T\u00ECm ki\u1EBFm\" expandable>\r\n <div sdGroupBody>\r\n <ng-container *ngTemplateOutlet=\"noCollapse\"></ng-container>\r\n </div>\r\n </sd-group>\r\n </ng-container>\r\n <ng-template #noCollapse>\r\n <div *ngIf=\"!isMobileOrTablet && (externalFilters?.length || filterDefs?.length)\" class=\"row mx-0 mb-8\">\r\n <ng-container *ngIf=\"filter?.sorts?.length\">\r\n <ng-container *ngFor=\"let field of filter?.sorts\">\r\n <ng-container *ngIf=\"externalFilters?.length\">\r\n <ng-container *ngFor=\"let item of externalFilters | sdFilterExternal : field\">\r\n <ng-container *ngTemplateOutlet=\"filterExternal; context: { item: item }\"></ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngFor=\"let item of filterDefs\">\r\n <div *ngIf=\"inlineFilterDef[item.sdTableFilterDef] && item.sdTableFilterDef === field\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <ng-container *ngTemplateOutlet=\"item.templateRef; context: { filterDef: filterDef, isInline: true }\"> </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngIf=\"!filter?.sorts?.length\">\r\n <ng-container *ngIf=\"externalFilters?.length\">\r\n <ng-container *ngFor=\"let item of externalFilters | sdFilterExternal\">\r\n <ng-container *ngTemplateOutlet=\"filterExternal; context: { item: item }\"></ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngFor=\"let item of filterDefs\">\r\n <div *ngIf=\"inlineFilterDef[item.sdTableFilterDef]\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <ng-container *ngTemplateOutlet=\"item.templateRef; context: { filterDef: filterDef, isInline: true }\"> </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-template #filterExternal let-item=\"item\">\r\n <div *ngIf=\"inlineExternal[item.field]\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <sd-input\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'string'\"\r\n type=\"text\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (keyupEnter)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-input>\r\n <sd-input-number\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'number'\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (keyupEnter)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-input-number>\r\n <sd-select\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'bool'\"\r\n [items]=\"[\r\n { value: '1', display: item.option?.displayOnTrue || 'True' },\r\n { value: '0', display: item.option?.displayOnFalse || 'False' }\r\n ]\"\r\n valueField=\"value\"\r\n displayField=\"display\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-select>\r\n <ng-container *ngIf=\"item.type === 'values' && item.option\">\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n [selectAll]=\"item.option.selectAll\"\r\n appearance=\"outline\"\r\n multiple>\r\n </sd-select>\r\n <sd-autocomplete\r\n *ngIf=\"item.option?.selection === 'AUTOCOMPLETE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-autocomplete>\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLEAUTOCOMPLETE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n filtered\r\n appearance=\"outline\"\r\n multiple>\r\n </sd-select>\r\n <sd-select\r\n *ngIf=\"!item.option?.selection\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-select>\r\n </ng-container>\r\n <ng-container *ngIf=\"item.type === 'lazy-values' && item.option\">\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\"\r\n multiple\r\n filtered>\r\n </sd-select>\r\n <sd-autocomplete\r\n *ngIf=\"!item.option?.selection\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-autocomplete>\r\n </ng-container>\r\n <sd-date-time\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'date' || item.type === 'datetime'\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n [type]=\"item.type\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-date-time>\r\n <sd-date-range\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'daterange' && externalFilter[item.field]\"\r\n [(from)]=\"externalFilter[item.field].from\"\r\n [(to)]=\"externalFilter[item.field].to\"\r\n [min]=\"item.minDate\"\r\n [max]=\"item.maxDate\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-date-range>\r\n <ng-container *ngIf=\"item.type === 'custom' && item.filterDef
|
|
575
|
+
template: "<ng-container *ngIf=\"!filter?.disabled\">\r\n <ng-container *ngIf=\"filter?.enableCollapse; else noCollapse\">\r\n <sd-group class=\"p-12\" [isExpanded]=\"false\" title=\"T\u00ECm ki\u1EBFm\" expandable>\r\n <div sdGroupBody>\r\n <ng-container *ngTemplateOutlet=\"noCollapse\"></ng-container>\r\n </div>\r\n </sd-group>\r\n </ng-container>\r\n <ng-template #noCollapse>\r\n <div *ngIf=\"!isMobileOrTablet && (externalFilters?.length || filterDefs?.length)\" class=\"row mx-0 mb-8\">\r\n <ng-container *ngIf=\"filter?.sorts?.length\">\r\n <ng-container *ngFor=\"let field of filter?.sorts\">\r\n <ng-container *ngIf=\"externalFilters?.length\">\r\n <ng-container *ngFor=\"let item of externalFilters | sdFilterExternal : field\">\r\n <ng-container *ngTemplateOutlet=\"filterExternal; context: { item: item }\"></ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngFor=\"let item of filterDefs\">\r\n <div *ngIf=\"inlineFilterDef[item.sdTableFilterDef] && item.sdTableFilterDef === field\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <ng-container *ngTemplateOutlet=\"item.templateRef; context: { filterDef: filterDef, isInline: true }\"> </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngIf=\"!filter?.sorts?.length\">\r\n <ng-container *ngIf=\"externalFilters?.length\">\r\n <ng-container *ngFor=\"let item of externalFilters | sdFilterExternal\">\r\n <ng-container *ngTemplateOutlet=\"filterExternal; context: { item: item }\"></ng-container>\r\n </ng-container>\r\n </ng-container>\r\n <ng-container *ngFor=\"let item of filterDefs\">\r\n <div *ngIf=\"inlineFilterDef[item.sdTableFilterDef]\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <ng-container *ngTemplateOutlet=\"item.templateRef; context: { filterDef: filterDef, isInline: true }\"> </ng-container>\r\n </div>\r\n </ng-container>\r\n </ng-container>\r\n </div>\r\n <ng-template #filterExternal let-item=\"item\">\r\n <div *ngIf=\"inlineExternal[item.field]\" class=\"col-lg-2 col-md-3 col-sm-6 px-8\">\r\n <sd-input\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'string'\"\r\n type=\"text\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (keyupEnter)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-input>\r\n <sd-input-number\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'number'\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (keyupEnter)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-input-number>\r\n <sd-select\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'bool'\"\r\n [items]=\"[\r\n { value: '1', display: item.option?.displayOnTrue || 'True' },\r\n { value: '0', display: item.option?.displayOnFalse || 'False' }\r\n ]\"\r\n valueField=\"value\"\r\n displayField=\"display\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-select>\r\n <ng-container *ngIf=\"item.type === 'values' && item.option\">\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n [selectAll]=\"item.option.selectAll\"\r\n appearance=\"outline\"\r\n multiple>\r\n </sd-select>\r\n <sd-autocomplete\r\n *ngIf=\"item.option?.selection === 'AUTOCOMPLETE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-autocomplete>\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLEAUTOCOMPLETE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n filtered\r\n appearance=\"outline\"\r\n multiple>\r\n </sd-select>\r\n <sd-select\r\n *ngIf=\"!item.option?.selection\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-select>\r\n </ng-container>\r\n <ng-container *ngIf=\"item.type === 'lazy-values' && item.option\">\r\n <sd-select\r\n *ngIf=\"item.option?.selection === 'MULTIPLE'\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\"\r\n multiple\r\n filtered>\r\n </sd-select>\r\n <sd-autocomplete\r\n *ngIf=\"!item.option?.selection\"\r\n [label]=\"item.title\"\r\n [items]=\"item.option.items\"\r\n [valueField]=\"item.option.valueField\"\r\n [displayField]=\"item.option.displayField\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-autocomplete>\r\n </ng-container>\r\n <sd-date-time\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'date' || item.type === 'datetime'\"\r\n [(model)]=\"externalFilter[item.field]\"\r\n [type]=\"item.type\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-date-time>\r\n <sd-date-range\r\n [label]=\"item.title\"\r\n *ngIf=\"item.type === 'daterange' && externalFilter[item.field]\"\r\n [(from)]=\"externalFilter[item.field].from\"\r\n [(to)]=\"externalFilter[item.field].to\"\r\n [min]=\"item.minDate\"\r\n [max]=\"item.maxDate\"\r\n (sdChange)=\"onFilter(item)\"\r\n appearance=\"outline\">\r\n </sd-date-range>\r\n <ng-container *ngIf=\"item.type === 'custom' && item.filterDef\">\r\n <ng-container *ngTemplateOutlet=\"item.filterDef; context: { externalFilter: externalFilter }\"> </ng-container>\r\n </ng-container>\r\n </div>\r\n </ng-template>\r\n <sd-popup-filter [filterRegister]=\"filterRegister\" [columns]=\"columns\" [externalFilters]=\"externalFilters\" [filterDefs]=\"filterDefs\">\r\n </sd-popup-filter>\r\n </ng-template>\r\n</ng-container>\r\n",
|
|
550
576
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
551
577
|
styles: [":host{display:block;padding-left:0;padding-right:0}:host ::ng-deep .mat-form-field-wrapper{padding-bottom:0}"]
|
|
552
578
|
},] }
|
|
@@ -564,32 +590,6 @@
|
|
|
564
590
|
_filterRegister: [{ type: core.Input, args: ['filterRegister',] }]
|
|
565
591
|
};
|
|
566
592
|
|
|
567
|
-
var SdTableFilterDefDirective = /** @class */ (function () {
|
|
568
|
-
function SdTableFilterDefDirective(templateRef) {
|
|
569
|
-
this.templateRef = templateRef;
|
|
570
|
-
}
|
|
571
|
-
Object.defineProperty(SdTableFilterDefDirective.prototype, "showing", {
|
|
572
|
-
set: function (val) {
|
|
573
|
-
this.defaultShowing = (val === '') || val;
|
|
574
|
-
},
|
|
575
|
-
enumerable: false,
|
|
576
|
-
configurable: true
|
|
577
|
-
});
|
|
578
|
-
return SdTableFilterDefDirective;
|
|
579
|
-
}());
|
|
580
|
-
SdTableFilterDefDirective.decorators = [
|
|
581
|
-
{ type: core.Directive, args: [{
|
|
582
|
-
selector: '[sdTableFilterDef]'
|
|
583
|
-
},] }
|
|
584
|
-
];
|
|
585
|
-
SdTableFilterDefDirective.ctorParameters = function () { return [
|
|
586
|
-
{ type: core.TemplateRef }
|
|
587
|
-
]; };
|
|
588
|
-
SdTableFilterDefDirective.propDecorators = {
|
|
589
|
-
sdTableFilterDef: [{ type: core.Input }],
|
|
590
|
-
showing: [{ type: core.Input, args: ['defaultShowing',] }]
|
|
591
|
-
};
|
|
592
|
-
|
|
593
593
|
var SdMaterialSubInformationDefDirective = /** @class */ (function () {
|
|
594
594
|
function SdMaterialSubInformationDefDirective(templateRef) {
|
|
595
595
|
this.templateRef = templateRef;
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
SdDesktopCell.decorators = [
|
|
3180
3180
|
{ type: core.Component, args: [{
|
|
3181
3181
|
selector: 'sd-desktop-cell',
|
|
3182
|
-
template: "<ng-container *ngIf=\"cellDef[column.field]\">\r\n <ng-container *ngTemplateOutlet=\"cellDef[column.field].templateRef; context: { item: item.data, column: column }\"> </ng-container>\r\n</ng-container>\r\n<ng-container *ngIf=\"column.cellDef
|
|
3182
|
+
template: "<ng-container *ngIf=\"cellDef[column.field]\">\r\n <ng-container *ngTemplateOutlet=\"cellDef[column.field].templateRef; context: { item: item.data, column: column }\"> </ng-container>\r\n</ng-container>\r\n<ng-container *ngIf=\"column.cellDef\">\r\n <ng-container *ngTemplateOutlet=\"column.cellDef; context: { item: item.data, column: column }\"> </ng-container>\r\n</ng-container>\r\n<sd-desktop-cell-view *ngIf=\"!cellDef[column.field] && !column.cellDef\" [column]=\"column\" [item]=\"item\"></sd-desktop-cell-view>\r\n",
|
|
3183
3183
|
changeDetection: core.ChangeDetectionStrategy.OnPush
|
|
3184
3184
|
},] }
|
|
3185
3185
|
];
|
|
@@ -3704,14 +3704,14 @@
|
|
|
3704
3704
|
exports.DEFAULT_TABLE_CONFIG = DEFAULT_TABLE_CONFIG;
|
|
3705
3705
|
exports.MatPaginatorIntlCro = MatPaginatorIntlCro;
|
|
3706
3706
|
exports.SdFilterOperators = SdFilterOperators;
|
|
3707
|
+
exports.SdTabelCellDefDirective = SdTabelCellDefDirective;
|
|
3707
3708
|
exports.SdTable = SdTable;
|
|
3709
|
+
exports.SdTableFilterDefDirective = SdTableFilterDefDirective;
|
|
3708
3710
|
exports.SdTableModule = SdTableModule;
|
|
3709
3711
|
exports.SdTableQuickFilter = SdTableQuickFilter;
|
|
3710
3712
|
exports.TABLE_CONFIG = TABLE_CONFIG;
|
|
3711
3713
|
exports.ɵa = SdTableQuickAction;
|
|
3712
3714
|
exports.ɵb = SdDesktopCell;
|
|
3713
|
-
exports.ɵba = SdSelectionVisibleSelectAllPipe;
|
|
3714
|
-
exports.ɵbb = SdGroupPipe;
|
|
3715
3715
|
exports.ɵc = SdDesktopCellView;
|
|
3716
3716
|
exports.ɵd = SdDesktopCommand;
|
|
3717
3717
|
exports.ɵe = SdColumnInlineFilter;
|
|
@@ -3721,20 +3721,20 @@
|
|
|
3721
3721
|
exports.ɵj = SdTableFilter;
|
|
3722
3722
|
exports.ɵk = SdPopupFilter;
|
|
3723
3723
|
exports.ɵl = SdMaterialSubInformationDefDirective;
|
|
3724
|
-
exports.ɵm =
|
|
3725
|
-
exports.ɵn =
|
|
3726
|
-
exports.ɵo =
|
|
3727
|
-
exports.ɵp =
|
|
3728
|
-
exports.ɵq =
|
|
3729
|
-
exports.ɵr =
|
|
3730
|
-
exports.ɵs =
|
|
3731
|
-
exports.ɵt =
|
|
3732
|
-
exports.ɵu =
|
|
3733
|
-
exports.ɵv =
|
|
3734
|
-
exports.ɵw =
|
|
3735
|
-
exports.ɵx =
|
|
3736
|
-
exports.ɵy =
|
|
3737
|
-
exports.ɵz =
|
|
3724
|
+
exports.ɵm = SdMaterialFooterDefDirective;
|
|
3725
|
+
exports.ɵn = SdTableFilterService;
|
|
3726
|
+
exports.ɵo = SdCommandFilterPipe;
|
|
3727
|
+
exports.ɵp = SdCommandDisablePipe;
|
|
3728
|
+
exports.ɵq = SdCommandIconPipe;
|
|
3729
|
+
exports.ɵr = SdCommandTitlePipe;
|
|
3730
|
+
exports.ɵs = SdColumnTooltipPipe;
|
|
3731
|
+
exports.ɵt = SdFilterColumnPipe;
|
|
3732
|
+
exports.ɵu = SdFilterExternalPipe;
|
|
3733
|
+
exports.ɵv = SdSelectionActionFilterPipe;
|
|
3734
|
+
exports.ɵw = SdSelectionVisiblePipe;
|
|
3735
|
+
exports.ɵx = SdSelectionDisablePipe;
|
|
3736
|
+
exports.ɵy = SdSelectionVisibleSelectAllPipe;
|
|
3737
|
+
exports.ɵz = SdGroupPipe;
|
|
3738
3738
|
|
|
3739
3739
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3740
3740
|
|