@schneideress/dashboardframework 0.0.143 → 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 +17 -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.dashboard.module.js +4 -2
- package/esm5/lib/ra.dashboard.module.js +4 -2
- package/fesm2015/schneideress-dashboardframework.js +3 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +3 -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
|
|
@@ -7348,7 +7349,8 @@ var DashboardFrameworkModule = /** @class */ (function () {
|
|
|
7348
7349
|
NgxUiLoaderModule,
|
|
7349
7350
|
NotifierModule.withConfig(customNotifierOptions),
|
|
7350
7351
|
RACommonModule,
|
|
7351
|
-
RAUserControlModule
|
|
7352
|
+
RAUserControlModule,
|
|
7353
|
+
RACommonControlsModule
|
|
7352
7354
|
],
|
|
7353
7355
|
exports: [
|
|
7354
7356
|
RADashboardArea
|