raise-common-lib 0.0.225 → 0.0.227

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.
Files changed (30) hide show
  1. package/bundles/raise-common-lib.umd.js +17 -17
  2. package/bundles/raise-common-lib.umd.js.map +1 -1
  3. package/bundles/raise-common-lib.umd.min.js +1 -1
  4. package/bundles/raise-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.js +2 -2
  6. package/esm2015/lib/dashboard/dashboardPorlets.service.js +2 -2
  7. package/esm2015/lib/dashboard/dialog-group/download/index.component.js +2 -2
  8. package/esm2015/lib/dashboard/pane-group-new.component.js +3 -3
  9. package/esm2015/lib/dashboard/sidebar-iconlist/field-filter/field-filter.component.js +1 -1
  10. package/esm2015/lib/dashboard/sidebar-iconlist/field-format/field-format.component.js +3 -3
  11. package/esm2015/lib/layout/drawer/index.component.js +1 -1
  12. package/esm5/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.js +2 -2
  13. package/esm5/lib/dashboard/dashboardPorlets.service.js +2 -2
  14. package/esm5/lib/dashboard/dialog-group/download/index.component.js +2 -2
  15. package/esm5/lib/dashboard/pane-group-new.component.js +3 -3
  16. package/esm5/lib/dashboard/sidebar-iconlist/field-filter/field-filter.component.js +1 -1
  17. package/esm5/lib/dashboard/sidebar-iconlist/field-format/field-format.component.js +3 -3
  18. package/esm5/lib/layout/drawer/index.component.js +1 -1
  19. package/fesm2015/raise-common-lib.js +13 -14
  20. package/fesm2015/raise-common-lib.js.map +1 -1
  21. package/fesm5/raise-common-lib.js +13 -14
  22. package/fesm5/raise-common-lib.js.map +1 -1
  23. package/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.d.ts +1 -1
  24. package/lib/dashboard/dashboardPorlets.service.d.ts +1 -1
  25. package/lib/dashboard/dialog-group/download/index.component.d.ts +1 -1
  26. package/lib/dashboard/pane-group-new.component.d.ts +2 -1
  27. package/lib/dashboard/sidebar-iconlist/field-format/field-format.component.d.ts +1 -1
  28. package/package.json +1 -1
  29. package/raise-common-lib.metadata.json +1 -1
  30. package/src/assets/style/style.scss +5 -0
@@ -1,5 +1,5 @@
1
1
  import { OnInit, ChangeDetectorRef, AfterViewInit } from "@angular/core";
2
- import { MatDialog, MatDialogRef } from "@angular/material";
2
+ import { MatDialog, MatDialogRef } from "@angular/material/dialog";
3
3
  import { ApiList } from "../../api";
4
4
  import { DashboardService } from "../../dashboard.service";
5
5
  import { DashboardPorletsService } from "../../dashboardPorlets.service";
@@ -1,5 +1,5 @@
1
1
  import { ApiList } from "./api";
2
- import { MatDialog } from "@angular/material";
2
+ import { MatDialog } from "@angular/material/dialog";
3
3
  import { DashboardService } from "./dashboard.service";
4
4
  import { HttpClient } from "@angular/common/http";
5
5
  import { DialogService } from "../service/dialog.service";
@@ -1,5 +1,5 @@
1
1
  import { OnInit, QueryList, ChangeDetectorRef } from "@angular/core";
2
- import { MatDialogRef } from "@angular/material";
2
+ import { MatDialogRef } from "@angular/material/dialog";
3
3
  import { DashboardPorletsService } from "../../dashboardPorlets.service";
4
4
  import { HttpClient } from "@angular/common/http";
5
5
  import { ApiList } from "../../api";
@@ -1,5 +1,6 @@
1
1
  import { OnInit, ChangeDetectorRef, EventEmitter, ElementRef, QueryList } from "@angular/core";
2
- import { MatDialog, MatDatepickerInputEvent } from "@angular/material";
2
+ import { MatDialog } from "@angular/material/dialog";
3
+ import { MatDatepickerInputEvent } from "@angular/material/datepicker";
3
4
  import { ActivatedRoute, Router } from "@angular/router";
4
5
  import { DashboardService } from "./dashboard.service";
5
6
  import { ApiList } from "./api";
@@ -3,7 +3,7 @@ import { DashboardService } from "../../dashboard.service";
3
3
  import { DashboardPorletsService } from "../../dashboardPorlets.service";
4
4
  import { ColorPickerComponent } from "@syncfusion/ej2-angular-inputs";
5
5
  import { ColorPickerEventArgs } from "@syncfusion/ej2-inputs";
6
- import { MatDialogRef } from "@angular/material";
6
+ import { MatDialogRef } from "@angular/material/dialog";
7
7
  import { DialogService } from "../../../service/dialog.service";
8
8
  export declare class FieldFormatComponent implements OnInit {
9
9
  private DashboardService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib",
3
- "version": "0.0.225",
3
+ "version": "0.0.227",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^8.2.3 || ^9.0.0",
6
6
  "@angular/core": "^8.2.3 || ^9.0.0"