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
|
@@ -15,7 +15,6 @@ import { setCulture, L10n, addClass, enableRipple, Browser, createElement } from
|
|
|
15
15
|
import ResizeObserver from 'resize-observer-polyfill';
|
|
16
16
|
import { Query, DataUtil } from '@syncfusion/ej2-data';
|
|
17
17
|
import moment from 'moment';
|
|
18
|
-
import { MatDialog as MatDialog$1, MatDialogRef as MatDialogRef$1, MAT_DIALOG_DATA as MAT_DIALOG_DATA$1 } from '@angular/material';
|
|
19
18
|
import CircularJSON from 'circular-json';
|
|
20
19
|
import { MAT_DATE_FORMATS } from '@angular/material/core';
|
|
21
20
|
import { DashboardLayoutModule } from '@syncfusion/ej2-angular-layouts';
|
|
@@ -29432,7 +29431,7 @@ var DashboardPorletsService = /** @class */ (function () {
|
|
|
29432
29431
|
/** @nocollapse */
|
|
29433
29432
|
DashboardPorletsService.ctorParameters = function () { return [
|
|
29434
29433
|
{ type: ApiList },
|
|
29435
|
-
{ type: MatDialog
|
|
29434
|
+
{ type: MatDialog },
|
|
29436
29435
|
{ type: DialogService },
|
|
29437
29436
|
{ type: DashboardService },
|
|
29438
29437
|
{ type: HttpClient },
|
|
@@ -30755,8 +30754,8 @@ var FieldFormatComponent = /** @class */ (function () {
|
|
|
30755
30754
|
{ type: DashboardService },
|
|
30756
30755
|
{ type: DashboardPorletsService },
|
|
30757
30756
|
{ type: DialogService },
|
|
30758
|
-
{ type: MatDialogRef
|
|
30759
|
-
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA
|
|
30757
|
+
{ type: MatDialogRef },
|
|
30758
|
+
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
30760
30759
|
{ type: undefined, decorators: [{ type: Optional }, { type: Inject, args: [PBF_TOKEN,] }] }
|
|
30761
30760
|
]; };
|
|
30762
30761
|
FieldFormatComponent.propDecorators = {
|
|
@@ -31521,10 +31520,10 @@ var DataMartNewComponent = /** @class */ (function () {
|
|
|
31521
31520
|
];
|
|
31522
31521
|
/** @nocollapse */
|
|
31523
31522
|
DataMartNewComponent.ctorParameters = function () { return [
|
|
31524
|
-
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA
|
|
31525
|
-
{ type: MatDialogRef
|
|
31523
|
+
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
31524
|
+
{ type: MatDialogRef },
|
|
31526
31525
|
{ type: DialogService },
|
|
31527
|
-
{ type: MatDialog
|
|
31526
|
+
{ type: MatDialog },
|
|
31528
31527
|
{ type: ApiList },
|
|
31529
31528
|
{ type: DashboardService },
|
|
31530
31529
|
{ type: DashboardPorletsService },
|
|
@@ -32028,8 +32027,8 @@ var PaneDownloadComponent = /** @class */ (function () {
|
|
|
32028
32027
|
];
|
|
32029
32028
|
/** @nocollapse */
|
|
32030
32029
|
PaneDownloadComponent.ctorParameters = function () { return [
|
|
32031
|
-
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA
|
|
32032
|
-
{ type: MatDialogRef
|
|
32030
|
+
{ type: undefined, decorators: [{ type: Inject, args: [MAT_DIALOG_DATA,] }] },
|
|
32031
|
+
{ type: MatDialogRef },
|
|
32033
32032
|
{ type: DashboardPorletsService },
|
|
32034
32033
|
{ type: HttpClient },
|
|
32035
32034
|
{ type: ApiList },
|
|
@@ -35122,7 +35121,7 @@ var PaneGroupNewComponent = /** @class */ (function () {
|
|
|
35122
35121
|
];
|
|
35123
35122
|
/** @nocollapse */
|
|
35124
35123
|
PaneGroupNewComponent.ctorParameters = function () { return [
|
|
35125
|
-
{ type: MatDialog
|
|
35124
|
+
{ type: MatDialog },
|
|
35126
35125
|
{ type: DialogService },
|
|
35127
35126
|
{ type: DashboardService },
|
|
35128
35127
|
{ type: ApiList },
|