raise-common-lib 0.0.226 → 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.
- package/bundles/raise-common-lib.umd.js +13 -13
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.js +2 -2
- package/esm2015/lib/dashboard/dashboardPorlets.service.js +2 -2
- package/esm2015/lib/dashboard/dialog-group/download/index.component.js +2 -2
- package/esm2015/lib/dashboard/pane-group-new.component.js +2 -2
- package/esm2015/lib/dashboard/sidebar-iconlist/field-format/field-format.component.js +2 -2
- package/esm5/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.js +2 -2
- package/esm5/lib/dashboard/dashboardPorlets.service.js +2 -2
- package/esm5/lib/dashboard/dialog-group/download/index.component.js +2 -2
- package/esm5/lib/dashboard/pane-group-new.component.js +2 -2
- package/esm5/lib/dashboard/sidebar-iconlist/field-format/field-format.component.js +2 -2
- package/fesm2015/raise-common-lib.js +9 -10
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +9 -10
- package/fesm5/raise-common-lib.js.map +1 -1
- package/lib/dashboard/dashboard-properties/data-mart-new/data-mart-new.component.d.ts +1 -1
- package/lib/dashboard/dashboardPorlets.service.d.ts +1 -1
- package/lib/dashboard/dialog-group/download/index.component.d.ts +1 -1
- package/lib/dashboard/pane-group-new.component.d.ts +2 -1
- package/lib/dashboard/sidebar-iconlist/field-format/field-format.component.d.ts +1 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
|
@@ -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
|
|
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;
|