@codetectonics/mantle 1.2.5 → 2.0.1
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 +1589 -513
- package/fesm2022/codetectonics-mantle.mjs.map +1 -1
- package/index.d.ts +466 -34
- 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,8 +1428,110 @@ declare class LocaleService {
|
|
|
1338
1428
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocaleService>;
|
|
1339
1429
|
}
|
|
1340
1430
|
|
|
1431
|
+
interface ChartConfig {
|
|
1432
|
+
dataset_id: 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
|
+
id: string;
|
|
1463
|
+
name: string;
|
|
1464
|
+
columns: {
|
|
1465
|
+
name: string;
|
|
1466
|
+
type: string;
|
|
1467
|
+
}[];
|
|
1468
|
+
}[];
|
|
1469
|
+
};
|
|
1470
|
+
disable: boolean;
|
|
1471
|
+
required: boolean;
|
|
1472
|
+
error: string | undefined;
|
|
1473
|
+
private yAxesContainer;
|
|
1474
|
+
private filterContainer;
|
|
1475
|
+
value: ChartConfig;
|
|
1476
|
+
errorMessage: string | undefined;
|
|
1477
|
+
datasets: {
|
|
1478
|
+
id: string;
|
|
1479
|
+
name: string;
|
|
1480
|
+
}[];
|
|
1481
|
+
private datasetColumns;
|
|
1482
|
+
columnPickerOptions: {
|
|
1483
|
+
values: {
|
|
1484
|
+
label: string;
|
|
1485
|
+
value: string;
|
|
1486
|
+
hidden: boolean;
|
|
1487
|
+
}[];
|
|
1488
|
+
};
|
|
1489
|
+
chartTypes: {
|
|
1490
|
+
label: string;
|
|
1491
|
+
value: string;
|
|
1492
|
+
}[];
|
|
1493
|
+
yAxisFormArray: FormArray<FormGroup<any>>;
|
|
1494
|
+
filterFormArray: FormArray<FormGroup<any>>;
|
|
1495
|
+
constructor(arrayService: ArrayService, localeService: LocaleService);
|
|
1496
|
+
onChange: (newValue: ChartConfig) => void;
|
|
1497
|
+
registerOnChange(fn: (newValue: ChartConfig) => void): void;
|
|
1498
|
+
onTouched: () => void;
|
|
1499
|
+
registerOnTouched(fn: () => void): void;
|
|
1500
|
+
writeValue(newValue: ChartConfig): void;
|
|
1501
|
+
onValueChanged(event: ChartConfig): void;
|
|
1502
|
+
applyChartOptions(): void;
|
|
1503
|
+
setDatasetId(datasetId: string): void;
|
|
1504
|
+
setChartType(chartType: string): void;
|
|
1505
|
+
addYAxis(): void;
|
|
1506
|
+
addYAxisFormGroup(yAxis: ChartConfigColumn): void;
|
|
1507
|
+
updateYAxisFormGroup(yAxis: ChartConfigColumn): void;
|
|
1508
|
+
setYAxisColumn(yAxis: ChartConfigColumn, columnName: string): void;
|
|
1509
|
+
setYAxisAggregation(yAxis: ChartConfigColumn, aggregation: string): void;
|
|
1510
|
+
removeYAxis(index: number): void;
|
|
1511
|
+
refreshYAxisConfig(yAxis: ChartConfigColumn, column: ChartConfigColumn, label: string): void;
|
|
1512
|
+
getAggregationsForYAxisType(type: string): {
|
|
1513
|
+
label: string;
|
|
1514
|
+
value: string;
|
|
1515
|
+
}[];
|
|
1516
|
+
addFilter(): void;
|
|
1517
|
+
addFilterFormGroup(filter: ChartConfigFilter): void;
|
|
1518
|
+
updateFilterFormGroup(filter: ChartConfigFilter): void;
|
|
1519
|
+
setFilterColumn(filter: ChartConfigFilter, columnName: string): void;
|
|
1520
|
+
setFilterOperator(filter: ChartConfigFilter, operator: string): void;
|
|
1521
|
+
removeFilter(index: number): void;
|
|
1522
|
+
refreshFilterConfig(filter: ChartConfigFilter, column: ChartConfigColumn, value: any): void;
|
|
1523
|
+
getFilterTypeForColumn(column: ChartConfigColumn): string;
|
|
1524
|
+
getOperatorsForFilterType(type: string): {
|
|
1525
|
+
label: string;
|
|
1526
|
+
value: string;
|
|
1527
|
+
}[];
|
|
1528
|
+
validate(control: AbstractControl): ValidationErrors | null;
|
|
1529
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartConfigInputComponent, never>;
|
|
1530
|
+
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>;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1341
1533
|
interface ReportConfig {
|
|
1342
|
-
|
|
1534
|
+
dataset_id: string;
|
|
1343
1535
|
aggregated: boolean;
|
|
1344
1536
|
columns: ReportConfigColumn[];
|
|
1345
1537
|
filters: ReportConfigFilter[];
|
|
@@ -1374,6 +1566,7 @@ declare class ReportConfigInputComponent implements ControlValueAccessor, Valida
|
|
|
1374
1566
|
tooltip?: string;
|
|
1375
1567
|
options: {
|
|
1376
1568
|
datasets: {
|
|
1569
|
+
id: string;
|
|
1377
1570
|
name: string;
|
|
1378
1571
|
columns: {
|
|
1379
1572
|
name: string;
|
|
@@ -1387,7 +1580,10 @@ declare class ReportConfigInputComponent implements ControlValueAccessor, Valida
|
|
|
1387
1580
|
private filterContainer;
|
|
1388
1581
|
value: ReportConfig;
|
|
1389
1582
|
errorMessage: string | undefined;
|
|
1390
|
-
datasets:
|
|
1583
|
+
datasets: {
|
|
1584
|
+
id: string;
|
|
1585
|
+
name: string;
|
|
1586
|
+
}[];
|
|
1391
1587
|
datasetColumns: ReportConfigColumn[];
|
|
1392
1588
|
filterPickerOptions: {
|
|
1393
1589
|
values: {
|
|
@@ -1407,7 +1603,7 @@ declare class ReportConfigInputComponent implements ControlValueAccessor, Valida
|
|
|
1407
1603
|
applyReportOptions(): void;
|
|
1408
1604
|
applyValueToDatasetColumns(): void;
|
|
1409
1605
|
refreshValueColumns(): void;
|
|
1410
|
-
|
|
1606
|
+
setDatasetId(datasetId: string): void;
|
|
1411
1607
|
setAggregated(aggregated: boolean): void;
|
|
1412
1608
|
setSelected(item: ReportConfigColumn, selected: boolean): void;
|
|
1413
1609
|
setGroupBy(item: ReportConfigColumn, groupBy: boolean): void;
|
|
@@ -1534,14 +1730,11 @@ declare class DynamicLayoutEditorSectionComponent {
|
|
|
1534
1730
|
}
|
|
1535
1731
|
|
|
1536
1732
|
declare class GridLayoutEditorSectionComponent {
|
|
1537
|
-
private screenSizeService;
|
|
1538
1733
|
private dialog;
|
|
1539
1734
|
private arrayService;
|
|
1540
1735
|
section: DynamicLayoutEditorSection;
|
|
1541
1736
|
defaultRowHeight: string;
|
|
1542
|
-
|
|
1543
|
-
private breakpointColumns;
|
|
1544
|
-
constructor(screenSizeService: ScreenSizeService, dialog: MatDialog, arrayService: ArrayService);
|
|
1737
|
+
constructor(dialog: MatDialog, arrayService: ArrayService);
|
|
1545
1738
|
getColSpanForField(attribute: DynamicLayoutEditorFormField): number;
|
|
1546
1739
|
getRowSpanForField(attribute: DynamicLayoutEditorFormField): number;
|
|
1547
1740
|
onAddElementClicked(): void;
|
|
@@ -1567,6 +1760,54 @@ declare class TableLayoutEditorSectionComponent {
|
|
|
1567
1760
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableLayoutEditorSectionComponent, "mantle-table-layout-editor-section", never, { "section": { "alias": "section"; "required": false; }; }, {}, never, never, false, never>;
|
|
1568
1761
|
}
|
|
1569
1762
|
|
|
1763
|
+
declare class DynamicCustomDashboardComponent implements OnChanges, AfterViewChecked {
|
|
1764
|
+
private changeDetectorRef;
|
|
1765
|
+
private dynamicFormService;
|
|
1766
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
1767
|
+
content: DynamicFormContent;
|
|
1768
|
+
isEditor: boolean;
|
|
1769
|
+
form: FormGroup;
|
|
1770
|
+
constructor(changeDetectorRef: ChangeDetectorRef, dynamicFormService: DynamicFormService);
|
|
1771
|
+
ngOnChanges(): void;
|
|
1772
|
+
ngAfterViewChecked(): void;
|
|
1773
|
+
get valid(): boolean;
|
|
1774
|
+
get value(): any;
|
|
1775
|
+
reset(): void;
|
|
1776
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardComponent, never>;
|
|
1777
|
+
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>;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
declare class CustomDashboardPageComponent implements OnInit, AfterViewChecked {
|
|
1781
|
+
private route;
|
|
1782
|
+
private injector;
|
|
1783
|
+
private changeDetectorRef;
|
|
1784
|
+
private announcementService;
|
|
1785
|
+
dynamicCustomDashboard: DynamicCustomDashboardComponent;
|
|
1786
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
1787
|
+
id: string | undefined;
|
|
1788
|
+
cloneId: string | undefined;
|
|
1789
|
+
header: any;
|
|
1790
|
+
content$: Observable<any>;
|
|
1791
|
+
isEditor: boolean;
|
|
1792
|
+
isSaveInProgress: boolean;
|
|
1793
|
+
isDeleteInProgress: boolean;
|
|
1794
|
+
constructor(route: ActivatedRoute, injector: Injector, changeDetectorRef: ChangeDetectorRef, announcementService: AnnouncementService);
|
|
1795
|
+
ngOnInit(): void;
|
|
1796
|
+
ngAfterViewChecked(): void;
|
|
1797
|
+
goToListPage(): void;
|
|
1798
|
+
goToForm(): void;
|
|
1799
|
+
closeForm(): void;
|
|
1800
|
+
onCloneClicked(): void;
|
|
1801
|
+
onSaveClicked(): void;
|
|
1802
|
+
onSaveSuccess(res: WebApiSaveResponse): void;
|
|
1803
|
+
onSaveFailure(res: WebApiSaveResponse): void;
|
|
1804
|
+
onDeleteClicked(): void;
|
|
1805
|
+
onDeleteSuccess(res: WebApiDeleteResponse): void;
|
|
1806
|
+
onDeleteFailure(res: WebApiDeleteResponse): void;
|
|
1807
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDashboardPageComponent, never>;
|
|
1808
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDashboardPageComponent, "mantle-custom-dashboard-page", never, {}, {}, never, never, false, never>;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1570
1811
|
interface ScreenSizeMapEntries<T> {
|
|
1571
1812
|
xs?: T;
|
|
1572
1813
|
sm?: T;
|
|
@@ -2025,6 +2266,62 @@ declare class SectionTitleComponent {
|
|
|
2025
2266
|
static ɵcmp: i0.ɵɵComponentDeclaration<SectionTitleComponent, "mantle-section-title", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, false, never>;
|
|
2026
2267
|
}
|
|
2027
2268
|
|
|
2269
|
+
interface BoardItem {
|
|
2270
|
+
id: string | undefined;
|
|
2271
|
+
name: string;
|
|
2272
|
+
chart_id: string;
|
|
2273
|
+
data: any;
|
|
2274
|
+
layout: BoardItemLayout;
|
|
2275
|
+
_destroy?: number;
|
|
2276
|
+
}
|
|
2277
|
+
interface BoardItemLayout {
|
|
2278
|
+
id: string;
|
|
2279
|
+
pos_x: number;
|
|
2280
|
+
pos_y: number;
|
|
2281
|
+
width: number;
|
|
2282
|
+
height: number;
|
|
2283
|
+
}
|
|
2284
|
+
declare class DynamicBoardComponent implements AfterViewInit, OnChanges {
|
|
2285
|
+
gridElement: ElementRef;
|
|
2286
|
+
items: BoardItem[];
|
|
2287
|
+
numColumns: number;
|
|
2288
|
+
canAdd: boolean;
|
|
2289
|
+
canEdit: boolean;
|
|
2290
|
+
canRemove: boolean;
|
|
2291
|
+
onAddItemClicked: EventEmitter<any>;
|
|
2292
|
+
onRemoveItemClicked: EventEmitter<any>;
|
|
2293
|
+
onEditItemClicked: EventEmitter<any>;
|
|
2294
|
+
onWidgetConfigChanged: EventEmitter<any>;
|
|
2295
|
+
private grid;
|
|
2296
|
+
gridOptions: NgGridStackOptions;
|
|
2297
|
+
private gridInitialised;
|
|
2298
|
+
ngAfterViewInit(): void;
|
|
2299
|
+
ngOnChanges(): void;
|
|
2300
|
+
loadWidgets(): void;
|
|
2301
|
+
generateLayoutId(): string;
|
|
2302
|
+
onGridChange(data: nodesCB): void;
|
|
2303
|
+
addItem(): void;
|
|
2304
|
+
findNextSlot(w: number, h: number): {
|
|
2305
|
+
x: number;
|
|
2306
|
+
y: number;
|
|
2307
|
+
};
|
|
2308
|
+
editItem(item: BoardItem): void;
|
|
2309
|
+
removeItem(item: BoardItem): void;
|
|
2310
|
+
identify(index: number, widget: BoardItem): string;
|
|
2311
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicBoardComponent, never>;
|
|
2312
|
+
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>;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
declare class DynamicBoardWidgetContentComponent implements OnChanges {
|
|
2316
|
+
chartId: string;
|
|
2317
|
+
onWidgetConfigChanged: EventEmitter<any>;
|
|
2318
|
+
data: any;
|
|
2319
|
+
ngOnChanges(): void;
|
|
2320
|
+
loadWidgetData(newData: any): void;
|
|
2321
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicBoardWidgetContentComponent, never>;
|
|
2322
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicBoardWidgetContentComponent, "mantle-dynamic-board-widget-content", never, { "chartId": { "alias": "chartId"; "required": false; }; }, { "onWidgetConfigChanged": "onWidgetConfigChanged"; }, never, never, false, never>;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2028
2325
|
declare class DynamicTableComponent implements AfterViewInit, OnChanges {
|
|
2029
2326
|
private arrayService;
|
|
2030
2327
|
paginator: MatPaginator;
|
|
@@ -2044,6 +2341,19 @@ declare class DynamicTableComponent implements AfterViewInit, OnChanges {
|
|
|
2044
2341
|
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
2342
|
}
|
|
2046
2343
|
|
|
2344
|
+
declare class FieldGridComponent {
|
|
2345
|
+
private screenSizeService;
|
|
2346
|
+
numColumns: number;
|
|
2347
|
+
singleColumn: boolean;
|
|
2348
|
+
rowHeight: string;
|
|
2349
|
+
items: QueryList<FieldGridItemDirective>;
|
|
2350
|
+
private breakpointColumns;
|
|
2351
|
+
constructor(screenSizeService: ScreenSizeService);
|
|
2352
|
+
normaliseColspan(colspan: number): number;
|
|
2353
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldGridComponent, never>;
|
|
2354
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldGridComponent, "mantle-field-grid", never, { "singleColumn": { "alias": "singleColumn"; "required": false; }; "rowHeight": { "alias": "rowHeight"; "required": false; }; }, {}, ["items"], never, false, never>;
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2047
2357
|
declare class FilePreviewDialogComponent {
|
|
2048
2358
|
private dialogRef;
|
|
2049
2359
|
private params;
|
|
@@ -2598,6 +2908,38 @@ declare class TooltipComponent {
|
|
|
2598
2908
|
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mantle-tooltip", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
2599
2909
|
}
|
|
2600
2910
|
|
|
2911
|
+
declare class DynamicCustomDashboardContainerComponent {
|
|
2912
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2913
|
+
content: DynamicFormContent;
|
|
2914
|
+
container: DynamicLayoutContainer;
|
|
2915
|
+
isEditor: boolean;
|
|
2916
|
+
form: FormGroup;
|
|
2917
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardContainerComponent, never>;
|
|
2918
|
+
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>;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
declare class PlainCustomDashboardContainerComponent {
|
|
2922
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2923
|
+
content: DynamicFormContent;
|
|
2924
|
+
container: DynamicLayoutContainer;
|
|
2925
|
+
isEditor: boolean;
|
|
2926
|
+
form: FormGroup;
|
|
2927
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlainCustomDashboardContainerComponent, never>;
|
|
2928
|
+
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>;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
declare class DynamicCustomDashboardSectionComponent {
|
|
2932
|
+
customDashboardPageService: CustomDashboardPageService;
|
|
2933
|
+
section: DynamicLayoutSection;
|
|
2934
|
+
content: DynamicFormContent;
|
|
2935
|
+
isEditor: boolean;
|
|
2936
|
+
form: FormGroup;
|
|
2937
|
+
asDynamicLayoutGridSection(section: any): DynamicLayoutGridSection;
|
|
2938
|
+
asDynamicLayoutBoardSection(section: any): DynamicLayoutBoardSection;
|
|
2939
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicCustomDashboardSectionComponent, never>;
|
|
2940
|
+
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>;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2601
2943
|
declare class MaterialModule {
|
|
2602
2944
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialModule, never>;
|
|
2603
2945
|
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 +2948,7 @@ declare class MaterialModule {
|
|
|
2606
2948
|
|
|
2607
2949
|
declare class MantleModule {
|
|
2608
2950
|
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
|
|
2951
|
+
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
2952
|
static ɵinj: i0.ɵɵInjectorDeclaration<MantleModule>;
|
|
2611
2953
|
}
|
|
2612
2954
|
|
|
@@ -2754,6 +3096,7 @@ declare const MANTLE_LANG_EN: {
|
|
|
2754
3096
|
buttons: {
|
|
2755
3097
|
add: string;
|
|
2756
3098
|
add_item: string;
|
|
3099
|
+
add_widget: string;
|
|
2757
3100
|
cancel: string;
|
|
2758
3101
|
clone: string;
|
|
2759
3102
|
close_actions: string;
|
|
@@ -2773,6 +3116,50 @@ declare const MANTLE_LANG_EN: {
|
|
|
2773
3116
|
search: string;
|
|
2774
3117
|
submit: string;
|
|
2775
3118
|
};
|
|
3119
|
+
chart_config: {
|
|
3120
|
+
dataset: string;
|
|
3121
|
+
chart_type: string;
|
|
3122
|
+
chart_types: {
|
|
3123
|
+
column: string;
|
|
3124
|
+
bar: string;
|
|
3125
|
+
line: string;
|
|
3126
|
+
area: string;
|
|
3127
|
+
pie: string;
|
|
3128
|
+
};
|
|
3129
|
+
x_axis: string;
|
|
3130
|
+
x_axis_label: string;
|
|
3131
|
+
y_axes: string;
|
|
3132
|
+
column: string;
|
|
3133
|
+
aggregation: string;
|
|
3134
|
+
label: string;
|
|
3135
|
+
aggregations: {
|
|
3136
|
+
count: string;
|
|
3137
|
+
count_distinct: string;
|
|
3138
|
+
average: string;
|
|
3139
|
+
max: string;
|
|
3140
|
+
min: string;
|
|
3141
|
+
sum: string;
|
|
3142
|
+
};
|
|
3143
|
+
add_y_axis: string;
|
|
3144
|
+
filters: string;
|
|
3145
|
+
filter: string;
|
|
3146
|
+
operator: string;
|
|
3147
|
+
filter_value: string;
|
|
3148
|
+
operators: {
|
|
3149
|
+
"=": string;
|
|
3150
|
+
"!=": string;
|
|
3151
|
+
">": string;
|
|
3152
|
+
"<": string;
|
|
3153
|
+
">=": string;
|
|
3154
|
+
"<=": string;
|
|
3155
|
+
contains: string;
|
|
3156
|
+
starts_with: string;
|
|
3157
|
+
ends_with: string;
|
|
3158
|
+
one_of: string;
|
|
3159
|
+
not_one_of: string;
|
|
3160
|
+
};
|
|
3161
|
+
add_filter: string;
|
|
3162
|
+
};
|
|
2776
3163
|
file_preview: {
|
|
2777
3164
|
unable_to_preview_file: string;
|
|
2778
3165
|
};
|
|
@@ -2849,6 +3236,7 @@ declare const MANTLE_LANG_MS: {
|
|
|
2849
3236
|
buttons: {
|
|
2850
3237
|
add: string;
|
|
2851
3238
|
add_item: string;
|
|
3239
|
+
add_widget: string;
|
|
2852
3240
|
cancel: string;
|
|
2853
3241
|
clone: string;
|
|
2854
3242
|
close_actions: string;
|
|
@@ -2868,6 +3256,50 @@ declare const MANTLE_LANG_MS: {
|
|
|
2868
3256
|
search: string;
|
|
2869
3257
|
submit: string;
|
|
2870
3258
|
};
|
|
3259
|
+
chart_config: {
|
|
3260
|
+
dataset: string;
|
|
3261
|
+
chart_type: string;
|
|
3262
|
+
chart_types: {
|
|
3263
|
+
column: string;
|
|
3264
|
+
bar: string;
|
|
3265
|
+
line: string;
|
|
3266
|
+
area: string;
|
|
3267
|
+
pie: string;
|
|
3268
|
+
};
|
|
3269
|
+
x_axis: string;
|
|
3270
|
+
x_axis_label: string;
|
|
3271
|
+
y_axes: string;
|
|
3272
|
+
column: string;
|
|
3273
|
+
aggregation: string;
|
|
3274
|
+
label: string;
|
|
3275
|
+
aggregations: {
|
|
3276
|
+
count: string;
|
|
3277
|
+
count_distinct: string;
|
|
3278
|
+
average: string;
|
|
3279
|
+
max: string;
|
|
3280
|
+
min: string;
|
|
3281
|
+
sum: string;
|
|
3282
|
+
};
|
|
3283
|
+
add_y_axis: string;
|
|
3284
|
+
filters: string;
|
|
3285
|
+
filter: string;
|
|
3286
|
+
operator: string;
|
|
3287
|
+
filter_value: string;
|
|
3288
|
+
operators: {
|
|
3289
|
+
"=": string;
|
|
3290
|
+
"!=": string;
|
|
3291
|
+
">": string;
|
|
3292
|
+
"<": string;
|
|
3293
|
+
">=": string;
|
|
3294
|
+
"<=": string;
|
|
3295
|
+
contains: string;
|
|
3296
|
+
starts_with: string;
|
|
3297
|
+
ends_with: string;
|
|
3298
|
+
one_of: string;
|
|
3299
|
+
not_one_of: string;
|
|
3300
|
+
};
|
|
3301
|
+
add_filter: string;
|
|
3302
|
+
};
|
|
2871
3303
|
file_preview: {
|
|
2872
3304
|
unable_to_preview_file: string;
|
|
2873
3305
|
};
|
|
@@ -3182,5 +3614,5 @@ declare class PasswordCheckGuard implements CanActivateChild {
|
|
|
3182
3614
|
|
|
3183
3615
|
declare const ENVIRONMENT: InjectionToken<any>;
|
|
3184
3616
|
|
|
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 };
|
|
3617
|
+
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 };
|
|
3618
|
+
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 };
|