@codetectonics/mantle 1.2.4 → 2.0.0
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/fesm2022/codetectonics-mantle.mjs +1595 -519
- package/fesm2022/codetectonics-mantle.mjs.map +1 -1
- package/index.d.ts +455 -31
- package/package.json +2 -1
package/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { PipeTransform, EventEmitter, OnDestroy, OnChanges, SimpleChanges, AfterViewChecked, ChangeDetectorRef, OnInit, ElementRef, Injector, AfterViewInit, InjectionToken } from '@angular/core';
|
|
2
|
+
import { PipeTransform, TemplateRef, EventEmitter, OnDestroy, OnChanges, SimpleChanges, AfterViewChecked, ChangeDetectorRef, OnInit, ElementRef, Injector, AfterViewInit, QueryList, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as rxjs from 'rxjs';
|
|
4
4
|
import { Observable, BehaviorSubject } from 'rxjs';
|
|
5
|
-
import * as
|
|
5
|
+
import * as i120 from '@angular/common/http';
|
|
6
6
|
import { HttpClient, HttpParams } from '@angular/common/http';
|
|
7
7
|
import { AngularTokenService, SignInData, UpdatePasswordData, ResetPasswordData } from '@citizenobserver/angular-token';
|
|
8
|
-
import * as
|
|
8
|
+
import * as i126 from '@angular/forms';
|
|
9
9
|
import { FormGroup, ControlValueAccessor, Validator, AbstractControl, ValidationErrors, FormArray } from '@angular/forms';
|
|
10
|
-
import * as
|
|
10
|
+
import * as i121 from '@angular/cdk/layout';
|
|
11
11
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
12
12
|
import * as i8 from '@angular/material/dialog';
|
|
13
13
|
import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material/dialog';
|
|
@@ -18,15 +18,15 @@ import { MatSnackBar, MatSnackBarRef } from '@angular/material/snack-bar';
|
|
|
18
18
|
import * as i6 from '@angular/material/chips';
|
|
19
19
|
import { MatChipInputEvent } from '@angular/material/chips';
|
|
20
20
|
import { Moment } from 'moment';
|
|
21
|
-
import * as
|
|
21
|
+
import * as i124 from '@angular/platform-browser';
|
|
22
22
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
23
|
-
import * as
|
|
23
|
+
import * as i134 from 'ngx-image-cropper';
|
|
24
24
|
import { ImageCroppedEvent } from 'ngx-image-cropper';
|
|
25
|
-
import * as
|
|
26
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
27
|
-
import * as i118 from '@ngx-translate/core';
|
|
25
|
+
import * as i132 from '@ngx-translate/core';
|
|
28
26
|
import { TranslateService } from '@ngx-translate/core';
|
|
29
|
-
import * as
|
|
27
|
+
import * as i123 from '@angular/cdk/drag-drop';
|
|
28
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
29
|
+
import * as i119 from '@angular/router';
|
|
30
30
|
import { ActivatedRoute, Router, CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, CanActivateChild } from '@angular/router';
|
|
31
31
|
import * as i22 from '@angular/material/paginator';
|
|
32
32
|
import { MatPaginator } from '@angular/material/paginator';
|
|
@@ -35,6 +35,8 @@ import { MatSort } from '@angular/material/sort';
|
|
|
35
35
|
import * as i21 from '@angular/material/table';
|
|
36
36
|
import { MatTable } from '@angular/material/table';
|
|
37
37
|
import { DataSource } from '@angular/cdk/collections';
|
|
38
|
+
import * as i127 from 'gridstack/dist/angular';
|
|
39
|
+
import { NgGridStackOptions, nodesCB } from 'gridstack/dist/angular';
|
|
38
40
|
import * as i26 from '@angular/material/tree';
|
|
39
41
|
import { MatTreeFlattener, MatTreeFlatDataSource } from '@angular/material/tree';
|
|
40
42
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
@@ -42,12 +44,12 @@ import Highcharts$1 from 'highcharts';
|
|
|
42
44
|
import * as i14 from '@angular/material/menu';
|
|
43
45
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
44
46
|
import * as i1 from '@angular/common';
|
|
45
|
-
import * as
|
|
46
|
-
import * as
|
|
47
|
-
import * as
|
|
48
|
-
import * as
|
|
49
|
-
import * as
|
|
50
|
-
import * as
|
|
47
|
+
import * as i122 from '@angular/flex-layout';
|
|
48
|
+
import * as i125 from '@angular/platform-browser/animations';
|
|
49
|
+
import * as i128 from 'highcharts-angular';
|
|
50
|
+
import * as i129 from 'ngx-markdown';
|
|
51
|
+
import * as i130 from 'ng-qrcode';
|
|
52
|
+
import * as i131 from 'ngx-quill';
|
|
51
53
|
import * as i2 from '@angular/material/badge';
|
|
52
54
|
import * as i3 from '@angular/material/button';
|
|
53
55
|
import * as i4 from '@angular/material/card';
|
|
@@ -115,6 +117,17 @@ declare class ClickStopPropagationDirective {
|
|
|
115
117
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickStopPropagationDirective, "[click-stop-propagation]", never, {}, {}, never, never, false, never>;
|
|
116
118
|
}
|
|
117
119
|
|
|
120
|
+
declare class FieldGridItemDirective {
|
|
121
|
+
template: TemplateRef<any>;
|
|
122
|
+
colspan: number;
|
|
123
|
+
rowspan: number;
|
|
124
|
+
constructor(template: TemplateRef<any>);
|
|
125
|
+
set mantleFieldGridItemColspan(value: number | null);
|
|
126
|
+
set mantleFieldGridItemRowspan(value: number | null);
|
|
127
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldGridItemDirective, never>;
|
|
128
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FieldGridItemDirective, "[mantleFieldGridItem]", never, { "mantleFieldGridItemColspan": { "alias": "mantleFieldGridItemColspan"; "required": false; }; "mantleFieldGridItemRowspan": { "alias": "mantleFieldGridItemRowspan"; "required": false; }; }, {}, never, never, false, never>;
|
|
129
|
+
}
|
|
130
|
+
|
|
118
131
|
declare class FileDropzoneDirective {
|
|
119
132
|
fileDropzone: boolean;
|
|
120
133
|
fileOver: boolean;
|
|
@@ -240,6 +253,17 @@ interface DynamicLayoutDashboardSection {
|
|
|
240
253
|
collapsed: boolean;
|
|
241
254
|
options: any;
|
|
242
255
|
}
|
|
256
|
+
interface DynamicLayoutBoardSection {
|
|
257
|
+
title?: string;
|
|
258
|
+
slug?: string;
|
|
259
|
+
layout: 'board';
|
|
260
|
+
config: TableSectionConfig;
|
|
261
|
+
elements: DynamicBoardWidget[];
|
|
262
|
+
writable: boolean;
|
|
263
|
+
hidden: boolean;
|
|
264
|
+
collapsed: boolean;
|
|
265
|
+
options: any;
|
|
266
|
+
}
|
|
243
267
|
interface DynamicLayoutMarkdownSection {
|
|
244
268
|
title?: string;
|
|
245
269
|
slug?: string;
|
|
@@ -265,6 +289,13 @@ interface DynamicDashboardWidget {
|
|
|
265
289
|
slug: string;
|
|
266
290
|
hidden: boolean;
|
|
267
291
|
}
|
|
292
|
+
interface DynamicBoardWidget {
|
|
293
|
+
label: string;
|
|
294
|
+
attr: string;
|
|
295
|
+
type: string;
|
|
296
|
+
options: any;
|
|
297
|
+
hidden?: boolean;
|
|
298
|
+
}
|
|
268
299
|
interface DynamicLayoutGridDimensions {
|
|
269
300
|
rowHeight: string;
|
|
270
301
|
}
|
|
@@ -452,6 +483,30 @@ declare class DynamicDetailsComponent {
|
|
|
452
483
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicDetailsComponent, "mantle-dynamic-details", never, { "detailPageService": { "alias": "detailPageService"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>;
|
|
453
484
|
}
|
|
454
485
|
|
|
486
|
+
interface CustomDashboardPageService {
|
|
487
|
+
showEditButton: boolean;
|
|
488
|
+
showCloneButton: boolean;
|
|
489
|
+
showDeleteButton: boolean;
|
|
490
|
+
hideBackButton?: boolean;
|
|
491
|
+
isCommitInProgress: boolean;
|
|
492
|
+
noun(): string;
|
|
493
|
+
get(id: string): Observable<WebApiDetailsResponse>;
|
|
494
|
+
getNew(params?: any): Observable<WebApiFormResponse>;
|
|
495
|
+
create(params: any): Observable<WebApiSaveResponse>;
|
|
496
|
+
getEdit(id: string): Observable<WebApiFormResponse>;
|
|
497
|
+
update(id: string, params: any): Observable<WebApiSaveResponse>;
|
|
498
|
+
save(id: string | undefined, value: any, onSuccess: (response: WebApiSaveResponse) => void, onFailure: (response: WebApiSaveResponse) => void): void;
|
|
499
|
+
delete(id: string, onDeleteConfirmed: () => void, onSuccess: (response: WebApiDeleteResponse) => void, onFailure: (response: WebApiDeleteResponse) => void): void;
|
|
500
|
+
destroy(id: string): Observable<WebApiDeleteResponse>;
|
|
501
|
+
onDetailContentLoaded(content: DynamicDetailsContent): void;
|
|
502
|
+
onFormContentLoaded(content: DynamicFormContent): void;
|
|
503
|
+
openRecord(record: any): void;
|
|
504
|
+
openList(): void;
|
|
505
|
+
openForm(record?: any, initData?: any): void;
|
|
506
|
+
canWrite(): boolean;
|
|
507
|
+
refreshWidgetData(chartId: string, callback: (data: any) => void): void;
|
|
508
|
+
}
|
|
509
|
+
|
|
455
510
|
declare class ScreenSizeService implements OnDestroy {
|
|
456
511
|
private breakpointObserver;
|
|
457
512
|
private screenSizes;
|
|
@@ -463,14 +518,24 @@ declare class ScreenSizeService implements OnDestroy {
|
|
|
463
518
|
static ɵprov: i0.ɵɵInjectableDeclaration<ScreenSizeService>;
|
|
464
519
|
}
|
|
465
520
|
|
|
466
|
-
declare class
|
|
521
|
+
declare class BoardDetailsSectionComponent {
|
|
467
522
|
private screenSizeService;
|
|
468
523
|
data: any;
|
|
469
|
-
section:
|
|
470
|
-
|
|
471
|
-
|
|
524
|
+
section: DynamicLayoutBoardSection;
|
|
525
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
526
|
+
private DEFAULT_COLUMNS;
|
|
472
527
|
private breakpointColumns;
|
|
528
|
+
numColumns: number;
|
|
473
529
|
constructor(screenSizeService: ScreenSizeService);
|
|
530
|
+
refreshWidgetData(chartId: string, callback: (data: any) => void): void;
|
|
531
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BoardDetailsSectionComponent, never>;
|
|
532
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BoardDetailsSectionComponent, "mantle-board-details-section", never, { "data": { "alias": "data"; "required": false; }; "section": { "alias": "section"; "required": false; }; "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; }, {}, never, never, false, never>;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
declare class GridDetailsSectionComponent {
|
|
536
|
+
data: any;
|
|
537
|
+
section: DynamicLayoutGridSection;
|
|
538
|
+
defaultRowHeight: string;
|
|
474
539
|
getColSpanForField(attribute: DynamicFormField): number;
|
|
475
540
|
getRowSpanForField(attribute: DynamicFormField): number;
|
|
476
541
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridDetailsSectionComponent, never>;
|
|
@@ -687,6 +752,12 @@ declare class RichTextDisplayComponent extends RichTextBaseComponent {
|
|
|
687
752
|
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextDisplayComponent, "mantle-rich-text-display", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
688
753
|
}
|
|
689
754
|
|
|
755
|
+
declare class ChartViewerDisplayComponent {
|
|
756
|
+
value: any;
|
|
757
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartViewerDisplayComponent, never>;
|
|
758
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartViewerDisplayComponent, "mantle-chart-viewer-display", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
|
|
759
|
+
}
|
|
760
|
+
|
|
690
761
|
declare class ReportViewerDisplayComponent implements OnChanges {
|
|
691
762
|
value: any;
|
|
692
763
|
columns: DynamicTableColumn[];
|
|
@@ -820,16 +891,35 @@ declare class DialogFormComponent implements AfterViewChecked {
|
|
|
820
891
|
static ɵcmp: i0.ɵɵComponentDeclaration<DialogFormComponent, "mantle-dialog-form", never, {}, {}, never, never, false, never>;
|
|
821
892
|
}
|
|
822
893
|
|
|
823
|
-
declare class
|
|
894
|
+
declare class BoardFormSectionComponent {
|
|
895
|
+
private dialog;
|
|
896
|
+
private arrayService;
|
|
824
897
|
private screenSizeService;
|
|
898
|
+
section: DynamicLayoutBoardSection;
|
|
899
|
+
form: FormGroup;
|
|
900
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
901
|
+
private DEFAULT_COLUMNS;
|
|
902
|
+
private breakpointColumns;
|
|
903
|
+
numColumns: number;
|
|
904
|
+
isWritableScreenSize: boolean;
|
|
905
|
+
constructor(dialog: MatDialog, arrayService: ArrayService, screenSizeService: ScreenSizeService);
|
|
906
|
+
openFormDialog(record: any, layout: any): void;
|
|
907
|
+
onDialogFormClosed(formData: any, existingRecord: any, layout: any): void;
|
|
908
|
+
removeItem(record: any): void;
|
|
909
|
+
refreshWidgetData(chartId: string, callback: (data: any) => void): void;
|
|
910
|
+
get valid(): boolean;
|
|
911
|
+
get value(): any;
|
|
912
|
+
reset(): void;
|
|
913
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BoardFormSectionComponent, never>;
|
|
914
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BoardFormSectionComponent, "mantle-board-form-section", never, { "section": { "alias": "section"; "required": false; }; "form": { "alias": "form"; "required": false; }; "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; }, {}, never, never, false, never>;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
declare class GridFormSectionComponent {
|
|
825
918
|
title?: string;
|
|
826
919
|
section: DynamicLayoutGridSection;
|
|
827
920
|
form: FormGroup;
|
|
828
921
|
errors: any;
|
|
829
922
|
defaultRowHeight: string;
|
|
830
|
-
numColumns: number;
|
|
831
|
-
private breakpointColumns;
|
|
832
|
-
constructor(screenSizeService: ScreenSizeService);
|
|
833
923
|
getColSpanForField(field: DynamicFormField): number;
|
|
834
924
|
getRowSpanForField(field: DynamicFormField): number;
|
|
835
925
|
get valid(): boolean;
|
|
@@ -1338,6 +1428,104 @@ declare class LocaleService {
|
|
|
1338
1428
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocaleService>;
|
|
1339
1429
|
}
|
|
1340
1430
|
|
|
1431
|
+
interface ChartConfig {
|
|
1432
|
+
dataset: string;
|
|
1433
|
+
chart_type: string;
|
|
1434
|
+
x_axis: ChartConfigColumn;
|
|
1435
|
+
y_axes: ChartConfigColumn[];
|
|
1436
|
+
filters: ChartConfigFilter[];
|
|
1437
|
+
}
|
|
1438
|
+
interface ChartConfigColumn {
|
|
1439
|
+
attr: string;
|
|
1440
|
+
label: string;
|
|
1441
|
+
aggregation: string;
|
|
1442
|
+
type: string;
|
|
1443
|
+
options: any;
|
|
1444
|
+
}
|
|
1445
|
+
interface ChartConfigFilter {
|
|
1446
|
+
attr: string;
|
|
1447
|
+
type: string;
|
|
1448
|
+
operator: string;
|
|
1449
|
+
value: any;
|
|
1450
|
+
options: {
|
|
1451
|
+
operators?: any;
|
|
1452
|
+
preSelectedValues?: any;
|
|
1453
|
+
};
|
|
1454
|
+
}
|
|
1455
|
+
declare class ChartConfigInputComponent implements ControlValueAccessor, Validator {
|
|
1456
|
+
private arrayService;
|
|
1457
|
+
private localeService;
|
|
1458
|
+
label: string;
|
|
1459
|
+
tooltip?: string;
|
|
1460
|
+
options: {
|
|
1461
|
+
datasets: {
|
|
1462
|
+
name: string;
|
|
1463
|
+
columns: {
|
|
1464
|
+
name: string;
|
|
1465
|
+
type: string;
|
|
1466
|
+
}[];
|
|
1467
|
+
}[];
|
|
1468
|
+
};
|
|
1469
|
+
disable: boolean;
|
|
1470
|
+
required: boolean;
|
|
1471
|
+
error: string | undefined;
|
|
1472
|
+
private yAxesContainer;
|
|
1473
|
+
private filterContainer;
|
|
1474
|
+
value: ChartConfig;
|
|
1475
|
+
errorMessage: string | undefined;
|
|
1476
|
+
datasets: string[];
|
|
1477
|
+
private datasetColumns;
|
|
1478
|
+
columnPickerOptions: {
|
|
1479
|
+
values: {
|
|
1480
|
+
label: string;
|
|
1481
|
+
value: string;
|
|
1482
|
+
hidden: boolean;
|
|
1483
|
+
}[];
|
|
1484
|
+
};
|
|
1485
|
+
chartTypes: {
|
|
1486
|
+
label: string;
|
|
1487
|
+
value: string;
|
|
1488
|
+
}[];
|
|
1489
|
+
yAxisFormArray: FormArray<FormGroup<any>>;
|
|
1490
|
+
filterFormArray: FormArray<FormGroup<any>>;
|
|
1491
|
+
constructor(arrayService: ArrayService, localeService: LocaleService);
|
|
1492
|
+
onChange: (newValue: ChartConfig) => void;
|
|
1493
|
+
registerOnChange(fn: (newValue: ChartConfig) => void): void;
|
|
1494
|
+
onTouched: () => void;
|
|
1495
|
+
registerOnTouched(fn: () => void): void;
|
|
1496
|
+
writeValue(newValue: ChartConfig): void;
|
|
1497
|
+
onValueChanged(event: ChartConfig): void;
|
|
1498
|
+
applyChartOptions(): void;
|
|
1499
|
+
setDataset(dataset: string): void;
|
|
1500
|
+
setChartType(chartType: string): void;
|
|
1501
|
+
addYAxis(): void;
|
|
1502
|
+
addYAxisFormGroup(yAxis: ChartConfigColumn): void;
|
|
1503
|
+
updateYAxisFormGroup(yAxis: ChartConfigColumn): void;
|
|
1504
|
+
setYAxisColumn(yAxis: ChartConfigColumn, columnName: string): void;
|
|
1505
|
+
setYAxisAggregation(yAxis: ChartConfigColumn, aggregation: string): void;
|
|
1506
|
+
removeYAxis(index: number): void;
|
|
1507
|
+
refreshYAxisConfig(yAxis: ChartConfigColumn, column: ChartConfigColumn, label: string): void;
|
|
1508
|
+
getAggregationsForYAxisType(type: string): {
|
|
1509
|
+
label: string;
|
|
1510
|
+
value: string;
|
|
1511
|
+
}[];
|
|
1512
|
+
addFilter(): void;
|
|
1513
|
+
addFilterFormGroup(filter: ChartConfigFilter): void;
|
|
1514
|
+
updateFilterFormGroup(filter: ChartConfigFilter): void;
|
|
1515
|
+
setFilterColumn(filter: ChartConfigFilter, columnName: string): void;
|
|
1516
|
+
setFilterOperator(filter: ChartConfigFilter, operator: string): void;
|
|
1517
|
+
removeFilter(index: number): void;
|
|
1518
|
+
refreshFilterConfig(filter: ChartConfigFilter, column: ChartConfigColumn, value: any): void;
|
|
1519
|
+
getFilterTypeForColumn(column: ChartConfigColumn): string;
|
|
1520
|
+
getOperatorsForFilterType(type: string): {
|
|
1521
|
+
label: string;
|
|
1522
|
+
value: string;
|
|
1523
|
+
}[];
|
|
1524
|
+
validate(control: AbstractControl): ValidationErrors | null;
|
|
1525
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartConfigInputComponent, never>;
|
|
1526
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChartConfigInputComponent, "mantle-chart-config-input", never, { "label": { "alias": "label"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disable": { "alias": "disable"; "required": false; }; "required": { "alias": "required"; "required": false; }; "error": { "alias": "error"; "required": false; }; }, {}, never, never, false, never>;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1341
1529
|
interface ReportConfig {
|
|
1342
1530
|
dataset: string;
|
|
1343
1531
|
aggregated: boolean;
|
|
@@ -1534,14 +1722,11 @@ declare class DynamicLayoutEditorSectionComponent {
|
|
|
1534
1722
|
}
|
|
1535
1723
|
|
|
1536
1724
|
declare class GridLayoutEditorSectionComponent {
|
|
1537
|
-
private screenSizeService;
|
|
1538
1725
|
private dialog;
|
|
1539
1726
|
private arrayService;
|
|
1540
1727
|
section: DynamicLayoutEditorSection;
|
|
1541
1728
|
defaultRowHeight: string;
|
|
1542
|
-
|
|
1543
|
-
private breakpointColumns;
|
|
1544
|
-
constructor(screenSizeService: ScreenSizeService, dialog: MatDialog, arrayService: ArrayService);
|
|
1729
|
+
constructor(dialog: MatDialog, arrayService: ArrayService);
|
|
1545
1730
|
getColSpanForField(attribute: DynamicLayoutEditorFormField): number;
|
|
1546
1731
|
getRowSpanForField(attribute: DynamicLayoutEditorFormField): number;
|
|
1547
1732
|
onAddElementClicked(): void;
|
|
@@ -1567,6 +1752,54 @@ declare class TableLayoutEditorSectionComponent {
|
|
|
1567
1752
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableLayoutEditorSectionComponent, "mantle-table-layout-editor-section", never, { "section": { "alias": "section"; "required": false; }; }, {}, never, never, false, never>;
|
|
1568
1753
|
}
|
|
1569
1754
|
|
|
1755
|
+
declare class DynamicCustomDashboardComponent implements OnChanges, AfterViewChecked {
|
|
1756
|
+
private changeDetectorRef;
|
|
1757
|
+
private dynamicFormService;
|
|
1758
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
1759
|
+
content: DynamicFormContent;
|
|
1760
|
+
isEditor: boolean;
|
|
1761
|
+
form: FormGroup;
|
|
1762
|
+
constructor(changeDetectorRef: ChangeDetectorRef, dynamicFormService: DynamicFormService);
|
|
1763
|
+
ngOnChanges(): void;
|
|
1764
|
+
ngAfterViewChecked(): void;
|
|
1765
|
+
get valid(): boolean;
|
|
1766
|
+
get value(): any;
|
|
1767
|
+
reset(): void;
|
|
1768
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardComponent, never>;
|
|
1769
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCustomDashboardComponent, "mantle-dynamic-custom-dashboard", never, { "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; "content": { "alias": "content"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; }, {}, never, never, false, never>;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
declare class CustomDashboardPageComponent implements OnInit, AfterViewChecked {
|
|
1773
|
+
private route;
|
|
1774
|
+
private injector;
|
|
1775
|
+
private changeDetectorRef;
|
|
1776
|
+
private announcementService;
|
|
1777
|
+
dynamicCustomDashboard: DynamicCustomDashboardComponent;
|
|
1778
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
1779
|
+
id: string | undefined;
|
|
1780
|
+
cloneId: string | undefined;
|
|
1781
|
+
header: any;
|
|
1782
|
+
content$: Observable<any>;
|
|
1783
|
+
isEditor: boolean;
|
|
1784
|
+
isSaveInProgress: boolean;
|
|
1785
|
+
isDeleteInProgress: boolean;
|
|
1786
|
+
constructor(route: ActivatedRoute, injector: Injector, changeDetectorRef: ChangeDetectorRef, announcementService: AnnouncementService);
|
|
1787
|
+
ngOnInit(): void;
|
|
1788
|
+
ngAfterViewChecked(): void;
|
|
1789
|
+
goToListPage(): void;
|
|
1790
|
+
goToForm(): void;
|
|
1791
|
+
closeForm(): void;
|
|
1792
|
+
onCloneClicked(): void;
|
|
1793
|
+
onSaveClicked(): void;
|
|
1794
|
+
onSaveSuccess(res: WebApiSaveResponse): void;
|
|
1795
|
+
onSaveFailure(res: WebApiSaveResponse): void;
|
|
1796
|
+
onDeleteClicked(): void;
|
|
1797
|
+
onDeleteSuccess(res: WebApiDeleteResponse): void;
|
|
1798
|
+
onDeleteFailure(res: WebApiDeleteResponse): void;
|
|
1799
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDashboardPageComponent, never>;
|
|
1800
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDashboardPageComponent, "mantle-custom-dashboard-page", never, {}, {}, never, never, false, never>;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1570
1803
|
interface ScreenSizeMapEntries<T> {
|
|
1571
1804
|
xs?: T;
|
|
1572
1805
|
sm?: T;
|
|
@@ -2025,6 +2258,62 @@ declare class SectionTitleComponent {
|
|
|
2025
2258
|
static ɵcmp: i0.ɵɵComponentDeclaration<SectionTitleComponent, "mantle-section-title", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
2026
2259
|
}
|
|
2027
2260
|
|
|
2261
|
+
interface BoardItem {
|
|
2262
|
+
id: string | undefined;
|
|
2263
|
+
name: string;
|
|
2264
|
+
chart_id: string;
|
|
2265
|
+
data: any;
|
|
2266
|
+
layout: BoardItemLayout;
|
|
2267
|
+
_destroy?: number;
|
|
2268
|
+
}
|
|
2269
|
+
interface BoardItemLayout {
|
|
2270
|
+
id: string;
|
|
2271
|
+
pos_x: number;
|
|
2272
|
+
pos_y: number;
|
|
2273
|
+
width: number;
|
|
2274
|
+
height: number;
|
|
2275
|
+
}
|
|
2276
|
+
declare class DynamicBoardComponent implements AfterViewInit, OnChanges {
|
|
2277
|
+
gridElement: ElementRef;
|
|
2278
|
+
items: BoardItem[];
|
|
2279
|
+
numColumns: number;
|
|
2280
|
+
canAdd: boolean;
|
|
2281
|
+
canEdit: boolean;
|
|
2282
|
+
canRemove: boolean;
|
|
2283
|
+
onAddItemClicked: EventEmitter<any>;
|
|
2284
|
+
onRemoveItemClicked: EventEmitter<any>;
|
|
2285
|
+
onEditItemClicked: EventEmitter<any>;
|
|
2286
|
+
onWidgetConfigChanged: EventEmitter<any>;
|
|
2287
|
+
private grid;
|
|
2288
|
+
gridOptions: NgGridStackOptions;
|
|
2289
|
+
private gridInitialised;
|
|
2290
|
+
ngAfterViewInit(): void;
|
|
2291
|
+
ngOnChanges(): void;
|
|
2292
|
+
loadWidgets(): void;
|
|
2293
|
+
generateLayoutId(): string;
|
|
2294
|
+
onGridChange(data: nodesCB): void;
|
|
2295
|
+
addItem(): void;
|
|
2296
|
+
findNextSlot(w: number, h: number): {
|
|
2297
|
+
x: number;
|
|
2298
|
+
y: number;
|
|
2299
|
+
};
|
|
2300
|
+
editItem(item: BoardItem): void;
|
|
2301
|
+
removeItem(item: BoardItem): void;
|
|
2302
|
+
identify(index: number, widget: BoardItem): string;
|
|
2303
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicBoardComponent, never>;
|
|
2304
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicBoardComponent, "mantle-dynamic-board", never, { "items": { "alias": "items"; "required": false; }; "numColumns": { "alias": "numColumns"; "required": false; }; "canAdd": { "alias": "canAdd"; "required": false; }; "canEdit": { "alias": "canEdit"; "required": false; }; "canRemove": { "alias": "canRemove"; "required": false; }; }, { "onAddItemClicked": "onAddItemClicked"; "onRemoveItemClicked": "onRemoveItemClicked"; "onEditItemClicked": "onEditItemClicked"; "onWidgetConfigChanged": "onWidgetConfigChanged"; }, never, never, false, never>;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
declare class DynamicBoardWidgetContentComponent implements OnChanges {
|
|
2308
|
+
chartId: string;
|
|
2309
|
+
onWidgetConfigChanged: EventEmitter<any>;
|
|
2310
|
+
data: any;
|
|
2311
|
+
ngOnChanges(): void;
|
|
2312
|
+
loadWidgetData(newData: any): void;
|
|
2313
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicBoardWidgetContentComponent, never>;
|
|
2314
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicBoardWidgetContentComponent, "mantle-dynamic-board-widget-content", never, { "chartId": { "alias": "chartId"; "required": false; }; }, { "onWidgetConfigChanged": "onWidgetConfigChanged"; }, never, never, false, never>;
|
|
2315
|
+
}
|
|
2316
|
+
|
|
2028
2317
|
declare class DynamicTableComponent implements AfterViewInit, OnChanges {
|
|
2029
2318
|
private arrayService;
|
|
2030
2319
|
paginator: MatPaginator;
|
|
@@ -2044,6 +2333,19 @@ declare class DynamicTableComponent implements AfterViewInit, OnChanges {
|
|
|
2044
2333
|
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTableComponent, "mantle-dynamic-table", never, { "columns": { "alias": "columns"; "required": false; }; "items": { "alias": "items"; "required": false; }; "withClickableRows": { "alias": "withClickableRows"; "required": false; }; }, { "rowClicked": "rowClicked"; }, never, never, false, never>;
|
|
2045
2334
|
}
|
|
2046
2335
|
|
|
2336
|
+
declare class FieldGridComponent {
|
|
2337
|
+
private screenSizeService;
|
|
2338
|
+
numColumns: number;
|
|
2339
|
+
singleColumn: boolean;
|
|
2340
|
+
rowHeight: string;
|
|
2341
|
+
items: QueryList<FieldGridItemDirective>;
|
|
2342
|
+
private breakpointColumns;
|
|
2343
|
+
constructor(screenSizeService: ScreenSizeService);
|
|
2344
|
+
normaliseColspan(colspan: number): number;
|
|
2345
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldGridComponent, never>;
|
|
2346
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldGridComponent, "mantle-field-grid", never, { "singleColumn": { "alias": "singleColumn"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; }, {}, ["items"], never, false, never>;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2047
2349
|
declare class FilePreviewDialogComponent {
|
|
2048
2350
|
private dialogRef;
|
|
2049
2351
|
private params;
|
|
@@ -2598,6 +2900,38 @@ declare class TooltipComponent {
|
|
|
2598
2900
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mantle-tooltip", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
2599
2901
|
}
|
|
2600
2902
|
|
|
2903
|
+
declare class DynamicCustomDashboardContainerComponent {
|
|
2904
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2905
|
+
content: DynamicFormContent;
|
|
2906
|
+
container: DynamicLayoutContainer;
|
|
2907
|
+
isEditor: boolean;
|
|
2908
|
+
form: FormGroup;
|
|
2909
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardContainerComponent, never>;
|
|
2910
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCustomDashboardContainerComponent, "mantle-dynamic-custom-dashboard-container", never, { "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; "content": { "alias": "content"; "required": false; }; "container": { "alias": "container"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, false, never>;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
declare class PlainCustomDashboardContainerComponent {
|
|
2914
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2915
|
+
content: DynamicFormContent;
|
|
2916
|
+
container: DynamicLayoutContainer;
|
|
2917
|
+
isEditor: boolean;
|
|
2918
|
+
form: FormGroup;
|
|
2919
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlainCustomDashboardContainerComponent, never>;
|
|
2920
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PlainCustomDashboardContainerComponent, "mantle-plain-custom-dashboard-container", never, { "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; "content": { "alias": "content"; "required": false; }; "container": { "alias": "container"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, false, never>;
|
|
2921
|
+
}
|
|
2922
|
+
|
|
2923
|
+
declare class DynamicCustomDashboardSectionComponent {
|
|
2924
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2925
|
+
section: DynamicLayoutSection;
|
|
2926
|
+
content: DynamicFormContent;
|
|
2927
|
+
isEditor: boolean;
|
|
2928
|
+
form: FormGroup;
|
|
2929
|
+
asDynamicLayoutGridSection(section: any): DynamicLayoutGridSection;
|
|
2930
|
+
asDynamicLayoutBoardSection(section: any): DynamicLayoutBoardSection;
|
|
2931
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardSectionComponent, never>;
|
|
2932
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicCustomDashboardSectionComponent, "mantle-dynamic-custom-dashboard-section", never, { "customDashboardPageService": { "alias": "customDashboardPageService"; "required": false; }; "section": { "alias": "section"; "required": false; }; "content": { "alias": "content"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, false, never>;
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2601
2935
|
declare class MaterialModule {
|
|
2602
2936
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
2603
2937
|
static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialModule, never, [typeof i1.CommonModule, typeof i2.MatBadgeModule, typeof i3.MatButtonModule, typeof i4.MatCardModule, typeof i5.MatCheckboxModule, typeof i6.MatChipsModule, typeof i7.MatDatepickerModule, typeof i8.MatDialogModule, typeof i9.MatExpansionModule, typeof i10.MatGridListModule, typeof i11.MatIconModule, typeof i12.MatInputModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatToolbarModule, typeof i19.MatTooltipModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule, typeof i23.MatSortModule, typeof i24.MatMomentDateModule, typeof i25.MatSnackBarModule, typeof i26.MatTreeModule, typeof i27.MatAutocompleteModule, typeof i28.MtxSelectModule, typeof i29.MtxColorpickerModule, typeof i30.MtxDatetimepickerModule], [typeof i2.MatBadgeModule, typeof i3.MatButtonModule, typeof i4.MatCardModule, typeof i5.MatCheckboxModule, typeof i6.MatChipsModule, typeof i7.MatDatepickerModule, typeof i8.MatDialogModule, typeof i9.MatExpansionModule, typeof i10.MatGridListModule, typeof i11.MatIconModule, typeof i12.MatInputModule, typeof i13.MatListModule, typeof i14.MatMenuModule, typeof i15.MatSelectModule, typeof i16.MatSidenavModule, typeof i17.MatTabsModule, typeof i18.MatToolbarModule, typeof i19.MatTooltipModule, typeof i20.MatProgressSpinnerModule, typeof i21.MatTableModule, typeof i22.MatPaginatorModule, typeof i23.MatSortModule, typeof i24.MatMomentDateModule, typeof i25.MatSnackBarModule, typeof i26.MatTreeModule, typeof i27.MatAutocompleteModule, typeof i28.MtxSelectModule, typeof i29.MtxColorpickerModule, typeof i30.MtxDatetimepickerModule]>;
|
|
@@ -2606,7 +2940,7 @@ declare class MaterialModule {
|
|
|
2606
2940
|
|
|
2607
2941
|
declare class MantleModule {
|
|
2608
2942
|
static ɵfac: i0.ɵɵFactoryDeclaration<MantleModule, never>;
|
|
2609
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MantleModule, [typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof ReportDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof MultiselectDisplayComponent, typeof RichTextDisplayComponent, typeof ReportViewerDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof MultiselectInputComponent, typeof RichTextInputComponent, typeof ReportConfigInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicTableComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof QrCodeDialogComponent, typeof DraggableTableComponent, typeof TooltipComponent], [typeof i1.CommonModule, typeof
|
|
2943
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MantleModule, [typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FieldGridItemDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof BoardDetailsSectionComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof ReportDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof MultiselectDisplayComponent, typeof RichTextDisplayComponent, typeof ChartViewerDisplayComponent, typeof ReportViewerDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof BoardFormSectionComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof MultiselectInputComponent, typeof RichTextInputComponent, typeof ChartConfigInputComponent, typeof ReportConfigInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof CustomDashboardPageComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicBoardComponent, typeof DynamicBoardWidgetContentComponent, typeof DynamicTableComponent, typeof FieldGridComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof QrCodeDialogComponent, typeof DraggableTableComponent, typeof TooltipComponent, typeof DynamicCustomDashboardComponent, typeof DynamicCustomDashboardContainerComponent, typeof PlainCustomDashboardContainerComponent, typeof DynamicCustomDashboardSectionComponent], [typeof i1.CommonModule, typeof i119.RouterModule, typeof i120.HttpClientModule, typeof i121.LayoutModule, typeof i122.FlexLayoutModule, typeof i123.DragDropModule, typeof i124.BrowserModule, typeof i125.BrowserAnimationsModule, typeof i126.FormsModule, typeof i126.ReactiveFormsModule, typeof i127.GridstackModule, typeof i128.HighchartsChartModule, typeof i129.MarkdownModule, typeof i130.QrCodeModule, typeof i131.QuillModule, typeof i132.TranslateModule, typeof MaterialModule, typeof i134.ImageCropperComponent], [typeof MaterialModule, typeof DynamicPipe, typeof SecureImagePipe, typeof ClickStopPropagationDirective, typeof FieldGridItemDirective, typeof FileDropzoneDirective, typeof DynamicDetailsComponent, typeof BoardDetailsSectionComponent, typeof GridDetailsSectionComponent, typeof TableDetailsSectionComponent, typeof ReportDetailsSectionComponent, typeof RosterShiftListDetailsSectionComponent, typeof DynamicAttributeDisplayComponent, typeof ActionsAttributeDisplayComponent, typeof IconAttributeDisplayComponent, typeof ChipAttributeDisplayComponent, typeof FileAttributeDisplayComponent, typeof ImageAttributeDisplayComponent, typeof MarkdownAttributeDisplayComponent, typeof MultiselectDisplayComponent, typeof RichTextDisplayComponent, typeof ChartViewerDisplayComponent, typeof ReportViewerDisplayComponent, typeof DialogFormComponent, typeof DialogNestedFormComponent, typeof DynamicFormComponent, typeof BoardFormSectionComponent, typeof GridFormSectionComponent, typeof TableFormSectionComponent, typeof RosterShiftListFormSectionComponent, typeof DynamicFormFieldComponent, typeof ChipInputComponent, typeof DatepickerComponent, typeof DatetimepickerComponent, typeof ColorPickerInputComponent, typeof DropdownComponent, typeof FilepickerComponent, typeof ImagepickerComponent, typeof ImageCropperComponent, typeof NumberInputComponent, typeof PasswordInputComponent, typeof TextareaComponent, typeof TextInputComponent, typeof TimeInputComponent, typeof MarkdownInputComponent, typeof MultiselectInputComponent, typeof RichTextInputComponent, typeof ChartConfigInputComponent, typeof ReportConfigInputComponent, typeof AccordionLayoutEditorContainerComponent, typeof DynamicLayoutEditorContainerComponent, typeof PlainLayoutEditorContainerComponent, typeof DynamicLayoutEditorComponent, typeof DynamicLayoutEditorElementComponent, typeof LayoutEditorFieldElementComponent, typeof LayoutEditorTableColumnElementComponent, typeof LayoutEditorWidgetElementComponent, typeof DashboardLayoutEditorSectionComponent, typeof DynamicLayoutEditorSectionComponent, typeof GridLayoutEditorSectionComponent, typeof MarkdownLayoutEditorSectionComponent, typeof TableLayoutEditorSectionComponent, typeof CustomDashboardPageComponent, typeof DashboardPageComponent, typeof LayoutEditorPageComponent, typeof ListPageComponent, typeof FormPageComponent, typeof DetailPageComponent, typeof DocumentsPageComponent, typeof TabbedPageComponent, typeof RosterPageComponent, typeof ExportPageComponent, typeof PageTitleComponent, typeof SectionTitleComponent, typeof DynamicBoardComponent, typeof DynamicBoardWidgetContentComponent, typeof DynamicTableComponent, typeof FieldGridComponent, typeof FilePreviewDialogComponent, typeof DeleteConfirmationDialogComponent, typeof SaveConfirmationDialogComponent, typeof SearchPanelComponent, typeof NavTreeComponent, typeof LoaderComponent, typeof DialogDetailsComponent, typeof DialogNestedDetailsComponent, typeof LinkAttributeDisplayComponent, typeof DashboardSectionComponent, typeof DynamicWidgetDisplayComponent, typeof DynamicChartComponent, typeof DashboardInfoCardComponent, typeof DashboardTableComponent, typeof DashboardCardComponent, typeof DashboardCardSearchMenuComponent, typeof DynamicDashboardComponent, typeof RerouteComponent, typeof SnackbarComponent, typeof ThumbnailDisplayComponent, typeof ContentTitleComponent, typeof MarkdownDetailsSectionComponent, typeof AccordionDetailsContainerComponent, typeof PlainDetailsContainerComponent, typeof DynamicDetailsContainerComponent, typeof DynamicDetailsSectionComponent, typeof DynamicFormContainerComponent, typeof PlainFormContainerComponent, typeof AccordionFormContainerComponent, typeof DynamicFormSectionComponent, typeof DynamicDashboardContainerComponent, typeof PlainDashboardContainerComponent, typeof AutocompleteInputComponent, typeof DraggableTableComponent, typeof TooltipComponent, typeof DynamicCustomDashboardComponent, typeof DynamicCustomDashboardContainerComponent, typeof PlainCustomDashboardContainerComponent, typeof DynamicCustomDashboardSectionComponent]>;
|
|
2610
2944
|
static ɵinj: i0.ɵɵInjectorDeclaration<MantleModule>;
|
|
2611
2945
|
}
|
|
2612
2946
|
|
|
@@ -2754,6 +3088,7 @@ declare const MANTLE_LANG_EN: {
|
|
|
2754
3088
|
buttons: {
|
|
2755
3089
|
add: string;
|
|
2756
3090
|
add_item: string;
|
|
3091
|
+
add_widget: string;
|
|
2757
3092
|
cancel: string;
|
|
2758
3093
|
clone: string;
|
|
2759
3094
|
close_actions: string;
|
|
@@ -2773,6 +3108,50 @@ declare const MANTLE_LANG_EN: {
|
|
|
2773
3108
|
search: string;
|
|
2774
3109
|
submit: string;
|
|
2775
3110
|
};
|
|
3111
|
+
chart_config: {
|
|
3112
|
+
dataset: string;
|
|
3113
|
+
chart_type: string;
|
|
3114
|
+
chart_types: {
|
|
3115
|
+
column: string;
|
|
3116
|
+
bar: string;
|
|
3117
|
+
line: string;
|
|
3118
|
+
area: string;
|
|
3119
|
+
pie: string;
|
|
3120
|
+
};
|
|
3121
|
+
x_axis: string;
|
|
3122
|
+
x_axis_label: string;
|
|
3123
|
+
y_axes: string;
|
|
3124
|
+
column: string;
|
|
3125
|
+
aggregation: string;
|
|
3126
|
+
label: string;
|
|
3127
|
+
aggregations: {
|
|
3128
|
+
count: string;
|
|
3129
|
+
count_distinct: string;
|
|
3130
|
+
average: string;
|
|
3131
|
+
max: string;
|
|
3132
|
+
min: string;
|
|
3133
|
+
sum: string;
|
|
3134
|
+
};
|
|
3135
|
+
add_y_axis: string;
|
|
3136
|
+
filters: string;
|
|
3137
|
+
filter: string;
|
|
3138
|
+
operator: string;
|
|
3139
|
+
filter_value: string;
|
|
3140
|
+
operators: {
|
|
3141
|
+
"=": string;
|
|
3142
|
+
"!=": string;
|
|
3143
|
+
">": string;
|
|
3144
|
+
"<": string;
|
|
3145
|
+
">=": string;
|
|
3146
|
+
"<=": string;
|
|
3147
|
+
contains: string;
|
|
3148
|
+
starts_with: string;
|
|
3149
|
+
ends_with: string;
|
|
3150
|
+
one_of: string;
|
|
3151
|
+
not_one_of: string;
|
|
3152
|
+
};
|
|
3153
|
+
add_filter: string;
|
|
3154
|
+
};
|
|
2776
3155
|
file_preview: {
|
|
2777
3156
|
unable_to_preview_file: string;
|
|
2778
3157
|
};
|
|
@@ -2849,6 +3228,7 @@ declare const MANTLE_LANG_MS: {
|
|
|
2849
3228
|
buttons: {
|
|
2850
3229
|
add: string;
|
|
2851
3230
|
add_item: string;
|
|
3231
|
+
add_widget: string;
|
|
2852
3232
|
cancel: string;
|
|
2853
3233
|
clone: string;
|
|
2854
3234
|
close_actions: string;
|
|
@@ -2868,6 +3248,50 @@ declare const MANTLE_LANG_MS: {
|
|
|
2868
3248
|
search: string;
|
|
2869
3249
|
submit: string;
|
|
2870
3250
|
};
|
|
3251
|
+
chart_config: {
|
|
3252
|
+
dataset: string;
|
|
3253
|
+
chart_type: string;
|
|
3254
|
+
chart_types: {
|
|
3255
|
+
column: string;
|
|
3256
|
+
bar: string;
|
|
3257
|
+
line: string;
|
|
3258
|
+
area: string;
|
|
3259
|
+
pie: string;
|
|
3260
|
+
};
|
|
3261
|
+
x_axis: string;
|
|
3262
|
+
x_axis_label: string;
|
|
3263
|
+
y_axes: string;
|
|
3264
|
+
column: string;
|
|
3265
|
+
aggregation: string;
|
|
3266
|
+
label: string;
|
|
3267
|
+
aggregations: {
|
|
3268
|
+
count: string;
|
|
3269
|
+
count_distinct: string;
|
|
3270
|
+
average: string;
|
|
3271
|
+
max: string;
|
|
3272
|
+
min: string;
|
|
3273
|
+
sum: string;
|
|
3274
|
+
};
|
|
3275
|
+
add_y_axis: string;
|
|
3276
|
+
filters: string;
|
|
3277
|
+
filter: string;
|
|
3278
|
+
operator: string;
|
|
3279
|
+
filter_value: string;
|
|
3280
|
+
operators: {
|
|
3281
|
+
"=": string;
|
|
3282
|
+
"!=": string;
|
|
3283
|
+
">": string;
|
|
3284
|
+
"<": string;
|
|
3285
|
+
">=": string;
|
|
3286
|
+
"<=": string;
|
|
3287
|
+
contains: string;
|
|
3288
|
+
starts_with: string;
|
|
3289
|
+
ends_with: string;
|
|
3290
|
+
one_of: string;
|
|
3291
|
+
not_one_of: string;
|
|
3292
|
+
};
|
|
3293
|
+
add_filter: string;
|
|
3294
|
+
};
|
|
2871
3295
|
file_preview: {
|
|
2872
3296
|
unable_to_preview_file: string;
|
|
2873
3297
|
};
|
|
@@ -3182,5 +3606,5 @@ declare class PasswordCheckGuard implements CanActivateChild {
|
|
|
3182
3606
|
|
|
3183
3607
|
declare const ENVIRONMENT: InjectionToken<any>;
|
|
3184
3608
|
|
|
3185
|
-
export { AccordionDetailsContainerComponent, AccordionFormContainerComponent, AccordionLayoutEditorContainerComponent, ActionsAttributeDisplayComponent, AnnouncementService, ArrayService, AutocompleteInputComponent, COLUMN_CHART, ChartService, ChipAttributeDisplayComponent, ChipInputComponent, ClickStopPropagationDirective, ColorPickerInputComponent, ConfirmationService, ContentTitleComponent, CurrentUserService, DashboardCardComponent, DashboardCardSearchMenuComponent, DashboardInfoCardComponent, DashboardLayoutEditorSectionComponent, DashboardPageComponent, DashboardSectionComponent, DashboardTableComponent, DashboardTableDataSource, DataBroadcastService, DatepickerComponent, DatetimepickerComponent, DeleteConfirmationDialogComponent, DetailPageComponent, DialogDetailsComponent, DialogFormComponent, DialogNestedDetailsComponent, DialogNestedFormComponent, DocumentsPageComponent, DraggableTableComponent, DraggableTableDataSource, DropdownComponent, DynamicAttributeDisplayComponent, DynamicChartComponent, DynamicDashboardComponent, DynamicDashboardContainerComponent, DynamicDetailsComponent, DynamicDetailsContainerComponent, DynamicDetailsSectionComponent, DynamicFormComponent, DynamicFormContainerComponent, DynamicFormField, DynamicFormFieldComponent, DynamicFormSectionComponent, DynamicFormService, DynamicLayoutEditorComponent, DynamicLayoutEditorContainerComponent, DynamicLayoutEditorElementComponent, DynamicLayoutEditorSectionComponent, DynamicPipe, DynamicTableComponent, DynamicTableDataSource, DynamicWidgetDisplayComponent, ENVIRONMENT, ExportPageComponent, FeatureConfigService, FeatureGuard, FileAttributeDisplayComponent, FileDropzoneDirective, FilePreviewDialogComponent, FilepickerComponent, FormPageComponent, GANTT_CHART, GridDetailsSectionComponent, GridFormSectionComponent, GridLayoutEditorSectionComponent, IconAttributeDisplayComponent, ImageAttributeDisplayComponent, ImageCropperComponent, ImagepickerComponent, LayoutEditorFieldElementComponent, LayoutEditorPageComponent, LayoutEditorTableColumnElementComponent, LayoutEditorWidgetElementComponent, LinkAttributeDisplayComponent, ListPageComponent, ListPageDataSource, LoaderComponent, LocaleService, MANTLE_LANG_EN, MANTLE_LANG_MS, MantleModule, MarkdownAttributeDisplayComponent, MarkdownDetailsSectionComponent, MarkdownInputComponent, MarkdownLayoutEditorSectionComponent, MaterialModule, MultiselectDisplayComponent, MultiselectInputComponent, NavTreeComponent, NumberInputComponent, ObjectService, PIE_CHART, PROGRESS_BAR_CHART, PageTitleComponent, PasswordCheckGuard, PasswordCheckService, PasswordInputComponent, PlainDashboardContainerComponent, PlainDetailsContainerComponent, PlainFormContainerComponent, PlainLayoutEditorContainerComponent, QrCodeDialogComponent, ReportConfigInputComponent, ReportDetailsSectionComponent, ReportViewerDisplayComponent, RerouteComponent, RichTextDisplayComponent, RichTextInputComponent, RosterPageComponent, RosterShiftListDetailsSectionComponent, RosterShiftListFormSectionComponent, SPLINE_CHART, SaveConfirmationDialogComponent, ScreenSizeMap, ScreenSizeService, SearchPanelComponent, SectionTitleComponent, SecureImagePipe, SessionGuard, SnackbarComponent, TabbedPageComponent, TableDetailsSectionComponent, TableFormSectionComponent, TableLayoutEditorSectionComponent, TextInputComponent, TextareaComponent, ThumbnailDisplayComponent, TimeInputComponent, TooltipComponent, WebApiListRequest, WebApiService, WebsocketService };
|
|
3186
|
-
export type { AuthorisableFeatureService, Chip, DashboardCardSearchMenuContent, DashboardPageSection, DashboardPageService, DashboardTableColumn, DashboardWidgetButton, DashboardWidgetItemConfig, DashboardWidgetService, DeleteConfirmationDialogButton, DeleteConfirmationDialogParams, DetailPageButton, DetailPageExportOption, DetailPageService, DialogDetailParams, DialogFormParams, DialogNestedDetailsParams, DialogNestedFormParams, DynamicDashboardContent, DynamicDashboardWidget, DynamicDetailsContent, DynamicFormContent, DynamicLayoutContainer, DynamicLayoutDashboardSection, DynamicLayoutEditorContainer, DynamicLayoutEditorContent, DynamicLayoutEditorDashboardWidget, DynamicLayoutEditorFormField, DynamicLayoutEditorMarkdownElement, DynamicLayoutEditorSection, DynamicLayoutEditorTableColumn, DynamicLayoutGridCellDimensions, DynamicLayoutGridDimensions, DynamicLayoutGridSection, DynamicLayoutMarkdownElement, DynamicLayoutMarkdownSection, DynamicLayoutReportSection, DynamicLayoutRosterShiftListSection, DynamicLayoutSection, DynamicLayoutTableSection, DynamicTableColumn, ExportPageService, FileAttachment, FlatTreeNode, FormPageButton, FormPageService, ImageCropperOptions, ImageCropperParams, LayoutEditorPageService, ListPageBulkExportOption, ListPageButton, ListPageColumn, ListPageExportOption, ListPageService, NavTabsService, NavigationNode, RerouteService, RosterPageService, RosterScheduleService, SaveConfirmationDialogParams, ScreenSizeMapEntries, TabbedPageTab, TableSectionConfig, WebApiCrudAdapter, WebApiDeleteResponse, WebApiDetailsResponse, WebApiFormResponse, WebApiListResponse, WebApiSaveResponse, WebsocketAdapter, WidgetExportOption };
|
|
3609
|
+
export { AccordionDetailsContainerComponent, AccordionFormContainerComponent, AccordionLayoutEditorContainerComponent, ActionsAttributeDisplayComponent, AnnouncementService, ArrayService, AutocompleteInputComponent, BoardDetailsSectionComponent, BoardFormSectionComponent, COLUMN_CHART, ChartConfigInputComponent, ChartService, ChartViewerDisplayComponent, ChipAttributeDisplayComponent, ChipInputComponent, ClickStopPropagationDirective, ColorPickerInputComponent, ConfirmationService, ContentTitleComponent, CurrentUserService, CustomDashboardPageComponent, DashboardCardComponent, DashboardCardSearchMenuComponent, DashboardInfoCardComponent, DashboardLayoutEditorSectionComponent, DashboardPageComponent, DashboardSectionComponent, DashboardTableComponent, DashboardTableDataSource, DataBroadcastService, DatepickerComponent, DatetimepickerComponent, DeleteConfirmationDialogComponent, DetailPageComponent, DialogDetailsComponent, DialogFormComponent, DialogNestedDetailsComponent, DialogNestedFormComponent, DocumentsPageComponent, DraggableTableComponent, DraggableTableDataSource, DropdownComponent, DynamicAttributeDisplayComponent, DynamicBoardComponent, DynamicBoardWidgetContentComponent, DynamicChartComponent, DynamicCustomDashboardComponent, DynamicCustomDashboardContainerComponent, DynamicCustomDashboardSectionComponent, DynamicDashboardComponent, DynamicDashboardContainerComponent, DynamicDetailsComponent, DynamicDetailsContainerComponent, DynamicDetailsSectionComponent, DynamicFormComponent, DynamicFormContainerComponent, DynamicFormField, DynamicFormFieldComponent, DynamicFormSectionComponent, DynamicFormService, DynamicLayoutEditorComponent, DynamicLayoutEditorContainerComponent, DynamicLayoutEditorElementComponent, DynamicLayoutEditorSectionComponent, DynamicPipe, DynamicTableComponent, DynamicTableDataSource, DynamicWidgetDisplayComponent, ENVIRONMENT, ExportPageComponent, FeatureConfigService, FeatureGuard, FieldGridComponent, FieldGridItemDirective, FileAttributeDisplayComponent, FileDropzoneDirective, FilePreviewDialogComponent, FilepickerComponent, FormPageComponent, GANTT_CHART, GridDetailsSectionComponent, GridFormSectionComponent, GridLayoutEditorSectionComponent, IconAttributeDisplayComponent, ImageAttributeDisplayComponent, ImageCropperComponent, ImagepickerComponent, LayoutEditorFieldElementComponent, LayoutEditorPageComponent, LayoutEditorTableColumnElementComponent, LayoutEditorWidgetElementComponent, LinkAttributeDisplayComponent, ListPageComponent, ListPageDataSource, LoaderComponent, LocaleService, MANTLE_LANG_EN, MANTLE_LANG_MS, MantleModule, MarkdownAttributeDisplayComponent, MarkdownDetailsSectionComponent, MarkdownInputComponent, MarkdownLayoutEditorSectionComponent, MaterialModule, MultiselectDisplayComponent, MultiselectInputComponent, NavTreeComponent, NumberInputComponent, ObjectService, PIE_CHART, PROGRESS_BAR_CHART, PageTitleComponent, PasswordCheckGuard, PasswordCheckService, PasswordInputComponent, PlainCustomDashboardContainerComponent, PlainDashboardContainerComponent, PlainDetailsContainerComponent, PlainFormContainerComponent, PlainLayoutEditorContainerComponent, QrCodeDialogComponent, ReportConfigInputComponent, ReportDetailsSectionComponent, ReportViewerDisplayComponent, RerouteComponent, RichTextDisplayComponent, RichTextInputComponent, RosterPageComponent, RosterShiftListDetailsSectionComponent, RosterShiftListFormSectionComponent, SPLINE_CHART, SaveConfirmationDialogComponent, ScreenSizeMap, ScreenSizeService, SearchPanelComponent, SectionTitleComponent, SecureImagePipe, SessionGuard, SnackbarComponent, TabbedPageComponent, TableDetailsSectionComponent, TableFormSectionComponent, TableLayoutEditorSectionComponent, TextInputComponent, TextareaComponent, ThumbnailDisplayComponent, TimeInputComponent, TooltipComponent, WebApiListRequest, WebApiService, WebsocketService };
|
|
3610
|
+
export type { AuthorisableFeatureService, BoardItem, BoardItemLayout, Chip, CustomDashboardPageService, DashboardCardSearchMenuContent, DashboardPageSection, DashboardPageService, DashboardTableColumn, DashboardWidgetButton, DashboardWidgetItemConfig, DashboardWidgetService, DeleteConfirmationDialogButton, DeleteConfirmationDialogParams, DetailPageButton, DetailPageExportOption, DetailPageService, DialogDetailParams, DialogFormParams, DialogNestedDetailsParams, DialogNestedFormParams, DynamicBoardWidget, DynamicDashboardContent, DynamicDashboardWidget, DynamicDetailsContent, DynamicFormContent, DynamicLayoutBoardSection, DynamicLayoutContainer, DynamicLayoutDashboardSection, DynamicLayoutEditorContainer, DynamicLayoutEditorContent, DynamicLayoutEditorDashboardWidget, DynamicLayoutEditorFormField, DynamicLayoutEditorMarkdownElement, DynamicLayoutEditorSection, DynamicLayoutEditorTableColumn, DynamicLayoutGridCellDimensions, DynamicLayoutGridDimensions, DynamicLayoutGridSection, DynamicLayoutMarkdownElement, DynamicLayoutMarkdownSection, DynamicLayoutReportSection, DynamicLayoutRosterShiftListSection, DynamicLayoutSection, DynamicLayoutTableSection, DynamicTableColumn, ExportPageService, FileAttachment, FlatTreeNode, FormPageButton, FormPageService, ImageCropperOptions, ImageCropperParams, LayoutEditorPageService, ListPageBulkExportOption, ListPageButton, ListPageColumn, ListPageExportOption, ListPageService, NavTabsService, NavigationNode, RerouteService, RosterPageService, RosterScheduleService, SaveConfirmationDialogParams, ScreenSizeMapEntries, TabbedPageTab, TableSectionConfig, WebApiCrudAdapter, WebApiDeleteResponse, WebApiDetailsResponse, WebApiFormResponse, WebApiListResponse, WebApiSaveResponse, WebsocketAdapter, WidgetExportOption };
|