@schneideress/dashboardframework 0.0.142 → 0.0.144
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/schneideress-dashboardframework.umd.js +18 -21
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +12 -12
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +2 -1
- package/esm2015/lib/ra.dashboard.module.js +4 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +2 -1
- package/esm5/lib/ra.dashboard.module.js +4 -2
- package/fesm2015/schneideress-dashboardframework.js +4 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +4 -1
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -10,6 +10,7 @@ import { BrowserModule } from '@angular/platform-browser';
|
|
|
10
10
|
import { HttpClientModule } from '@angular/common/http';
|
|
11
11
|
import { CommonModule } from '@angular/common';
|
|
12
12
|
import { RAUserControlModule } from '@schneideress/user-controls';
|
|
13
|
+
import { RACommonControlsModule } from '@schneideress/common-controls';
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* @fileoverview added by tsickle
|
|
@@ -1779,6 +1780,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1779
1780
|
this.widgetEmptyState = widgetState;
|
|
1780
1781
|
if (widgetState != WidgetViewState.normal) {
|
|
1781
1782
|
this.isWidgetStateApplicable = true;
|
|
1783
|
+
this.isDownloadIconVisible = false;
|
|
1782
1784
|
}
|
|
1783
1785
|
else {
|
|
1784
1786
|
console.log('in else case');
|
|
@@ -7347,7 +7349,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
7347
7349
|
NgxUiLoaderModule,
|
|
7348
7350
|
NotifierModule.withConfig(customNotifierOptions),
|
|
7349
7351
|
RACommonModule,
|
|
7350
|
-
RAUserControlModule
|
|
7352
|
+
RAUserControlModule,
|
|
7353
|
+
RACommonControlsModule
|
|
7351
7354
|
],
|
|
7352
7355
|
exports: [
|
|
7353
7356
|
RADashboardArea
|