@skyux/data-manager 13.7.0 → 13.7.2
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.
|
@@ -985,7 +985,7 @@ class SkyDataViewComponent {
|
|
|
985
985
|
}
|
|
986
986
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyDataViewComponent, decorators: [{
|
|
987
987
|
type: Component,
|
|
988
|
-
args: [{
|
|
988
|
+
args: [{ selector: 'sky-data-view', changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [SkyResponsiveHostDirective, SkyTextHighlightDirective], template: "@if (isActive) {\n <ng-content />\n}\n", styles: [":host{display:block}\n"] }]
|
|
989
989
|
}], propDecorators: { viewId: [{
|
|
990
990
|
type: Input
|
|
991
991
|
}], dataViewId: [{
|
|
@@ -1299,7 +1299,7 @@ class SkyDataManagerToolbarRightItemComponent {
|
|
|
1299
1299
|
}
|
|
1300
1300
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyDataManagerToolbarRightItemComponent, decorators: [{
|
|
1301
1301
|
type: Component,
|
|
1302
|
-
args: [{
|
|
1302
|
+
args: [{ selector: 'sky-data-manager-toolbar-right-item', template: "<ng-content />\n" }]
|
|
1303
1303
|
}] });
|
|
1304
1304
|
|
|
1305
1305
|
/**
|