@memberjunction/ng-explorer-core 0.9.79 → 0.9.116
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/dist/lib/ask-skip/ask-skip.component.d.ts +87 -86
- package/dist/lib/ask-skip/ask-skip.component.js +615 -580
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.d.ts +12 -12
- package/dist/lib/ask-skip/skip-dynamic-report-wrapper.js +40 -39
- package/dist/lib/auth-button/auth-button.component.d.ts +12 -12
- package/dist/lib/auth-button/auth-button.component.js +44 -43
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts +18 -18
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +118 -117
- package/dist/lib/data-browser-component/data-browser.component.d.ts +16 -14
- package/dist/lib/data-browser-component/data-browser.component.js +96 -91
- package/dist/lib/favorites/favorites.component.d.ts +14 -14
- package/dist/lib/favorites/favorites.component.js +114 -114
- package/dist/lib/generic/base-form-component.d.ts +76 -76
- package/dist/lib/generic/base-form-component.js +436 -436
- package/dist/lib/generic/base-form-section-component.d.ts +6 -6
- package/dist/lib/generic/base-form-section-component.js +9 -9
- package/dist/lib/generic/base-record-component.d.ts +6 -6
- package/dist/lib/generic/base-record-component.js +15 -15
- package/dist/lib/generic/base-resource-component.d.ts +34 -34
- package/dist/lib/generic/base-resource-component.js +75 -75
- package/dist/lib/generic/dynamic-chart.d.ts +33 -33
- package/dist/lib/generic/dynamic-chart.js +236 -235
- package/dist/lib/generic/dynamic-grid.d.ts +25 -25
- package/dist/lib/generic/dynamic-grid.js +120 -119
- package/dist/lib/generic/dynamic-report.d.ts +38 -38
- package/dist/lib/generic/dynamic-report.js +353 -347
- package/dist/lib/generic/form-toolbar.d.ts +7 -7
- package/dist/lib/generic/form-toolbar.js +85 -89
- package/dist/lib/generic/resource-container-component.d.ts +25 -25
- package/dist/lib/generic/resource-container-component.js +104 -103
- package/dist/lib/generic/section-loader-component.d.ts +17 -17
- package/dist/lib/generic/section-loader-component.js +66 -65
- package/dist/lib/generic-browse-list/generic-browse-list.component.d.ts +26 -24
- package/dist/lib/generic-browse-list/generic-browse-list.component.js +145 -143
- package/dist/lib/guards/auth-guard.service.d.ts +11 -11
- package/dist/lib/guards/auth-guard.service.js +24 -24
- package/dist/lib/guards/entities.guard.d.ts +3 -3
- package/dist/lib/guards/entities.guard.js +38 -38
- package/dist/lib/header/MSFT_UserImageService.d.ts +11 -11
- package/dist/lib/header/MSFT_UserImageService.js +23 -23
- package/dist/lib/header/header.component.d.ts +51 -51
- package/dist/lib/header/header.component.js +220 -208
- package/dist/lib/home-component/home.component.d.ts +11 -9
- package/dist/lib/home-component/home.component.js +77 -54
- package/dist/lib/join-grid/join-grid.component.d.ts +30 -30
- package/dist/lib/join-grid/join-grid.component.js +222 -225
- package/dist/lib/navigation/navigation.component.d.ts +104 -103
- package/dist/lib/navigation/navigation.component.js +1026 -1004
- package/dist/lib/query-browser-component/query-browser.component.d.ts +14 -0
- package/dist/lib/query-browser-component/query-browser.component.js +56 -0
- package/dist/lib/report-browser-component/report-browser.component.d.ts +14 -14
- package/dist/lib/report-browser-component/report-browser.component.js +56 -55
- package/dist/lib/resource-wrappers/dashboard-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/dashboard-resource.component.js +51 -50
- package/dist/lib/resource-wrappers/query-resource.component.d.ts +10 -0
- package/dist/lib/resource-wrappers/query-resource.component.js +55 -0
- package/dist/lib/resource-wrappers/record-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/record-resource.component.js +71 -70
- package/dist/lib/resource-wrappers/report-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/report-resource.component.js +55 -54
- package/dist/lib/resource-wrappers/resource-wrappers-loader.d.ts +1 -1
- package/dist/lib/resource-wrappers/resource-wrappers-loader.js +14 -12
- package/dist/lib/resource-wrappers/search-results-resource.component.d.ts +10 -10
- package/dist/lib/resource-wrappers/search-results-resource.component.js +52 -51
- package/dist/lib/resource-wrappers/view-resource.component.d.ts +8 -8
- package/dist/lib/resource-wrappers/view-resource.component.js +61 -60
- package/dist/lib/settings/settings.component.d.ts +5 -5
- package/dist/lib/settings/settings.component.js +15 -14
- package/dist/lib/single-application/single-application.component.d.ts +20 -20
- package/dist/lib/single-application/single-application.component.js +113 -113
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.d.ts +28 -28
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +210 -212
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.d.ts +13 -13
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.js +60 -59
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.d.ts +26 -26
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.js +170 -169
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +75 -75
- package/dist/lib/single-dashboard/single-dashboard.component.js +464 -456
- package/dist/lib/single-entity/single-entity.component.d.ts +33 -33
- package/dist/lib/single-entity/single-entity.component.js +258 -252
- package/dist/lib/single-query/single-query.component.d.ts +16 -0
- package/dist/lib/single-query/single-query.component.js +70 -0
- package/dist/lib/single-record/single-record.component.d.ts +21 -21
- package/dist/lib/single-record/single-record.component.js +95 -95
- package/dist/lib/single-report/single-report.component.d.ts +21 -22
- package/dist/lib/single-report/single-report.component.js +89 -87
- package/dist/lib/single-search-result/single-search-result.component.d.ts +15 -15
- package/dist/lib/single-search-result/single-search-result.component.js +61 -60
- package/dist/lib/single-view/single-view.component.d.ts +38 -38
- package/dist/lib/single-view/single-view.component.js +201 -201
- package/dist/lib/user-notifications/user-notifications.component.d.ts +32 -32
- package/dist/lib/user-notifications/user-notifications.component.js +282 -282
- package/dist/lib/user-profile/user-profile.component.d.ts +10 -10
- package/dist/lib/user-profile/user-profile.component.js +42 -41
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +71 -71
- package/dist/lib/user-view-properties/view-properties-dialog.component.js +594 -581
- package/dist/module.d.ts +65 -65
- package/dist/module.js +328 -338
- package/dist/public-api.d.ts +42 -47
- package/dist/public-api.js +45 -50
- package/dist/shared/shared.service.d.ts +94 -92
- package/dist/shared/shared.service.js +324 -318
- package/dist/shared/urlPipe.d.ts +7 -7
- package/dist/shared/urlPipe.js +16 -16
- package/package.json +24 -15
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MJAuthBase } from '@memberjunction/ng-auth-services';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UserProfileComponent {
|
|
4
|
-
authBase: MJAuthBase;
|
|
5
|
-
JSON: any;
|
|
6
|
-
User: any;
|
|
7
|
-
constructor(authBase: MJAuthBase);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "app-user-profile", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
1
|
+
import { MJAuthBase } from '@memberjunction/ng-auth-services';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UserProfileComponent {
|
|
4
|
+
authBase: MJAuthBase;
|
|
5
|
+
JSON: any;
|
|
6
|
+
User: any;
|
|
7
|
+
constructor(authBase: MJAuthBase);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "app-user-profile", never, {}, {}, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@memberjunction/ng-auth-services";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
function UserProfileComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
-
i0.ɵɵelementStart(0, "ul")(1, "li");
|
|
7
|
-
i0.ɵɵtext(2);
|
|
8
|
-
i0.ɵɵelementEnd();
|
|
9
|
-
i0.ɵɵelementStart(3, "li");
|
|
10
|
-
i0.ɵɵtext(4);
|
|
11
|
-
i0.ɵɵelementEnd();
|
|
12
|
-
i0.ɵɵelementStart(5, "li");
|
|
13
|
-
i0.ɵɵtext(6);
|
|
14
|
-
i0.ɵɵelementEnd()();
|
|
15
|
-
} if (rf & 2) {
|
|
16
|
-
const ctx_r0 = i0.ɵɵnextContext();
|
|
17
|
-
i0.ɵɵadvance(2);
|
|
18
|
-
i0.ɵɵtextInterpolate(ctx_r0.User.name);
|
|
19
|
-
i0.ɵɵadvance(2);
|
|
20
|
-
i0.ɵɵtextInterpolate(ctx_r0.User.email);
|
|
21
|
-
i0.ɵɵadvance(2);
|
|
22
|
-
i0.ɵɵtextInterpolate(ctx_r0.JSON.stringify(ctx_r0.User));
|
|
23
|
-
} }
|
|
24
|
-
export class UserProfileComponent {
|
|
25
|
-
constructor(authBase) {
|
|
26
|
-
this.authBase = authBase;
|
|
27
|
-
this.JSON = JSON;
|
|
28
|
-
this.User = authBase.getUser();
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
UserProfileComponent.ɵfac = function UserProfileComponent_Factory(t) { return new (t || UserProfileComponent)(i0.ɵɵdirectiveInject(i1.MJAuthBase)); };
|
|
32
|
-
UserProfileComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserProfileComponent, selectors: [["app-user-profile"]], decls: 2, vars: 3, consts: [[4, "ngIf"]], template: function UserProfileComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
-
i0.ɵɵtemplate(0, UserProfileComponent_ul_0_Template, 7, 3, "ul", 0);
|
|
34
|
-
i0.ɵɵpipe(1, "async");
|
|
35
|
-
} if (rf & 2) {
|
|
36
|
-
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 1, ctx.User));
|
|
37
|
-
} }, dependencies: [i2.NgIf, i2.AsyncPipe] });
|
|
38
|
-
(
|
|
39
|
-
type: Component,
|
|
40
|
-
args: [{ selector: 'app-user-profile', template: "<ul *ngIf=\"User | async\">\r\n <li>{{ User.name }}</li>\r\n <li>{{ User.email }}</li>\r\n <li>{{ JSON.stringify(User) }}</li>\r\n</ul>" }]
|
|
41
|
-
}],
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@memberjunction/ng-auth-services";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
function UserProfileComponent_ul_0_Template(rf, ctx) { if (rf & 1) {
|
|
6
|
+
i0.ɵɵelementStart(0, "ul")(1, "li");
|
|
7
|
+
i0.ɵɵtext(2);
|
|
8
|
+
i0.ɵɵelementEnd();
|
|
9
|
+
i0.ɵɵelementStart(3, "li");
|
|
10
|
+
i0.ɵɵtext(4);
|
|
11
|
+
i0.ɵɵelementEnd();
|
|
12
|
+
i0.ɵɵelementStart(5, "li");
|
|
13
|
+
i0.ɵɵtext(6);
|
|
14
|
+
i0.ɵɵelementEnd()();
|
|
15
|
+
} if (rf & 2) {
|
|
16
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
17
|
+
i0.ɵɵadvance(2);
|
|
18
|
+
i0.ɵɵtextInterpolate(ctx_r0.User.name);
|
|
19
|
+
i0.ɵɵadvance(2);
|
|
20
|
+
i0.ɵɵtextInterpolate(ctx_r0.User.email);
|
|
21
|
+
i0.ɵɵadvance(2);
|
|
22
|
+
i0.ɵɵtextInterpolate(ctx_r0.JSON.stringify(ctx_r0.User));
|
|
23
|
+
} }
|
|
24
|
+
export class UserProfileComponent {
|
|
25
|
+
constructor(authBase) {
|
|
26
|
+
this.authBase = authBase;
|
|
27
|
+
this.JSON = JSON;
|
|
28
|
+
this.User = authBase.getUser();
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
UserProfileComponent.ɵfac = function UserProfileComponent_Factory(t) { return new (t || UserProfileComponent)(i0.ɵɵdirectiveInject(i1.MJAuthBase)); };
|
|
32
|
+
UserProfileComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: UserProfileComponent, selectors: [["app-user-profile"]], decls: 2, vars: 3, consts: [[4, "ngIf"]], template: function UserProfileComponent_Template(rf, ctx) { if (rf & 1) {
|
|
33
|
+
i0.ɵɵtemplate(0, UserProfileComponent_ul_0_Template, 7, 3, "ul", 0);
|
|
34
|
+
i0.ɵɵpipe(1, "async");
|
|
35
|
+
} if (rf & 2) {
|
|
36
|
+
i0.ɵɵproperty("ngIf", i0.ɵɵpipeBind1(1, 1, ctx.User));
|
|
37
|
+
} }, dependencies: [i2.NgIf, i2.AsyncPipe] });
|
|
38
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserProfileComponent, [{
|
|
39
|
+
type: Component,
|
|
40
|
+
args: [{ selector: 'app-user-profile', template: "<ul *ngIf=\"User | async\">\r\n <li>{{ User.name }}</li>\r\n <li>{{ User.email }}</li>\r\n <li>{{ JSON.stringify(User) }}</li>\r\n</ul>" }]
|
|
41
|
+
}], () => [{ type: i1.MJAuthBase }], null); })();
|
|
42
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(UserProfileComponent, { className: "UserProfileComponent", filePath: "src\\lib\\user-profile\\user-profile.component.ts", lineNumber: 10 }); })();
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import { EventEmitter, AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
|
|
2
|
-
import { ActivatedRoute, Router } from "@angular/router";
|
|
3
|
-
import { Metadata, EntityFieldInfo, EntityInfo } from "@memberjunction/core";
|
|
4
|
-
import { DragEndEvent } from '@progress/kendo-angular-sortable';
|
|
5
|
-
import { UserViewEntityExtended } from '@memberjunction/core-entities';
|
|
6
|
-
import { BaseFormComponent } from '../generic/base-form-component';
|
|
7
|
-
import { WindowComponent } from '@progress/kendo-angular-dialog';
|
|
8
|
-
import { TabComponent } from '@progress/kendo-angular-layout';
|
|
9
|
-
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
10
|
-
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
11
|
-
import { SharedService } from '
|
|
12
|
-
import { FormBuilder } from "@angular/forms";
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
export declare class ViewPropertiesDialogComponent extends BaseFormComponent implements AfterViewInit, OnDestroy {
|
|
15
|
-
protected route: ActivatedRoute;
|
|
16
|
-
private elRef;
|
|
17
|
-
private ss;
|
|
18
|
-
private formBuilder;
|
|
19
|
-
protected router: Router;
|
|
20
|
-
ViewID: number | undefined;
|
|
21
|
-
EntityName: string | undefined;
|
|
22
|
-
ShowPropertiesButton: boolean;
|
|
23
|
-
dialogClosed: EventEmitter<any>;
|
|
24
|
-
isDialogOpened: boolean;
|
|
25
|
-
showloader: boolean;
|
|
26
|
-
localGridState: any;
|
|
27
|
-
localFilterState: any;
|
|
28
|
-
defaultFilterState: any;
|
|
29
|
-
record: UserViewEntityExtended;
|
|
30
|
-
ViewEntityInfo: EntityInfo;
|
|
31
|
-
private keyPressListener;
|
|
32
|
-
usedFields: Set<string>;
|
|
33
|
-
sortFields: any[];
|
|
34
|
-
sortState: any[];
|
|
35
|
-
sortDirections: {
|
|
36
|
-
Name: string;
|
|
37
|
-
Value: string;
|
|
38
|
-
}[];
|
|
39
|
-
kendoWindow: WindowComponent;
|
|
40
|
-
kendoTab: TabComponent;
|
|
41
|
-
nameField: TextBoxComponent;
|
|
42
|
-
dialogContainer: ElementRef;
|
|
43
|
-
constructor(route: ActivatedRoute, elRef: ElementRef, ss: SharedService, formBuilder: FormBuilder, router: Router);
|
|
44
|
-
onKeyPress(event: KeyboardEvent): void;
|
|
45
|
-
GetTabTopPosition(): number;
|
|
46
|
-
CreateView(entityName: string): void;
|
|
47
|
-
Open(ViewID?: number | undefined): Promise<void>;
|
|
48
|
-
Load(): Promise<void>;
|
|
49
|
-
closePropertiesDialog(): void;
|
|
50
|
-
FinishLoad(md: Metadata): Promise<void>;
|
|
51
|
-
private appendUnusedColumnsToColumnSettings;
|
|
52
|
-
onDragEnd(e: DragEndEvent): void;
|
|
53
|
-
protected updateRecordGridState(): void;
|
|
54
|
-
onFilterChange(value: CompositeFilterDescriptor): void;
|
|
55
|
-
toggleColumn(column: any): Promise<void>;
|
|
56
|
-
saveProperties(): Promise<void>;
|
|
57
|
-
defaultOperators: any;
|
|
58
|
-
toKendoFilterField: ({ DisplayName, Name, Type, }: Partial<EntityFieldInfo>) => any;
|
|
59
|
-
toKendoFieldType: (entityFieldType: string | undefined) => "numeric" | "text" | "string" | "date" | "boolean";
|
|
60
|
-
getFilterTypeAndOperators: (kendoFieldType?: string) => {
|
|
61
|
-
editor: string;
|
|
62
|
-
operators: any;
|
|
63
|
-
};
|
|
64
|
-
protected get ContainerObjectHeight(): number;
|
|
65
|
-
addSort(): void;
|
|
66
|
-
removeSort(item: any): void;
|
|
67
|
-
sortColumnValueChange(sortItem: any, newValue: EntityFieldInfo): void;
|
|
68
|
-
sortDirectionValueChange(sortItem: any, newValue: any): void;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ViewPropertiesDialogComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ViewPropertiesDialogComponent, "app-view-properties-dialog", never, { "ViewID": "ViewID"; "EntityName": "EntityName"; "ShowPropertiesButton": "ShowPropertiesButton"; }, { "dialogClosed": "dialogClosed"; }, never, never, false, never>;
|
|
71
|
-
}
|
|
1
|
+
import { EventEmitter, AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from "@angular/router";
|
|
3
|
+
import { Metadata, EntityFieldInfo, EntityInfo } from "@memberjunction/core";
|
|
4
|
+
import { DragEndEvent } from '@progress/kendo-angular-sortable';
|
|
5
|
+
import { UserViewEntityExtended } from '@memberjunction/core-entities';
|
|
6
|
+
import { BaseFormComponent } from '../generic/base-form-component';
|
|
7
|
+
import { WindowComponent } from '@progress/kendo-angular-dialog';
|
|
8
|
+
import { TabComponent } from '@progress/kendo-angular-layout';
|
|
9
|
+
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
10
|
+
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
11
|
+
import { SharedService } from '@memberjunction/ng-shared';
|
|
12
|
+
import { FormBuilder } from "@angular/forms";
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
export declare class ViewPropertiesDialogComponent extends BaseFormComponent implements AfterViewInit, OnDestroy {
|
|
15
|
+
protected route: ActivatedRoute;
|
|
16
|
+
private elRef;
|
|
17
|
+
private ss;
|
|
18
|
+
private formBuilder;
|
|
19
|
+
protected router: Router;
|
|
20
|
+
ViewID: number | undefined;
|
|
21
|
+
EntityName: string | undefined;
|
|
22
|
+
ShowPropertiesButton: boolean;
|
|
23
|
+
dialogClosed: EventEmitter<any>;
|
|
24
|
+
isDialogOpened: boolean;
|
|
25
|
+
showloader: boolean;
|
|
26
|
+
localGridState: any;
|
|
27
|
+
localFilterState: any;
|
|
28
|
+
defaultFilterState: any;
|
|
29
|
+
record: UserViewEntityExtended;
|
|
30
|
+
ViewEntityInfo: EntityInfo;
|
|
31
|
+
private keyPressListener;
|
|
32
|
+
usedFields: Set<string>;
|
|
33
|
+
sortFields: any[];
|
|
34
|
+
sortState: any[];
|
|
35
|
+
sortDirections: {
|
|
36
|
+
Name: string;
|
|
37
|
+
Value: string;
|
|
38
|
+
}[];
|
|
39
|
+
kendoWindow: WindowComponent;
|
|
40
|
+
kendoTab: TabComponent;
|
|
41
|
+
nameField: TextBoxComponent;
|
|
42
|
+
dialogContainer: ElementRef;
|
|
43
|
+
constructor(route: ActivatedRoute, elRef: ElementRef, ss: SharedService, formBuilder: FormBuilder, router: Router);
|
|
44
|
+
onKeyPress(event: KeyboardEvent): void;
|
|
45
|
+
GetTabTopPosition(): number;
|
|
46
|
+
CreateView(entityName: string): void;
|
|
47
|
+
Open(ViewID?: number | undefined): Promise<void>;
|
|
48
|
+
Load(): Promise<void>;
|
|
49
|
+
closePropertiesDialog(): void;
|
|
50
|
+
FinishLoad(md: Metadata): Promise<void>;
|
|
51
|
+
private appendUnusedColumnsToColumnSettings;
|
|
52
|
+
onDragEnd(e: DragEndEvent): void;
|
|
53
|
+
protected updateRecordGridState(): void;
|
|
54
|
+
onFilterChange(value: CompositeFilterDescriptor): void;
|
|
55
|
+
toggleColumn(column: any): Promise<void>;
|
|
56
|
+
saveProperties(): Promise<void>;
|
|
57
|
+
defaultOperators: any;
|
|
58
|
+
toKendoFilterField: ({ DisplayName, Name, Type, }: Partial<EntityFieldInfo>) => any;
|
|
59
|
+
toKendoFieldType: (entityFieldType: string | undefined) => "numeric" | "text" | "string" | "date" | "boolean";
|
|
60
|
+
getFilterTypeAndOperators: (kendoFieldType?: string) => {
|
|
61
|
+
editor: string;
|
|
62
|
+
operators: any;
|
|
63
|
+
};
|
|
64
|
+
protected get ContainerObjectHeight(): number;
|
|
65
|
+
addSort(): void;
|
|
66
|
+
removeSort(item: any): void;
|
|
67
|
+
sortColumnValueChange(sortItem: any, newValue: EntityFieldInfo): void;
|
|
68
|
+
sortDirectionValueChange(sortItem: any, newValue: any): void;
|
|
69
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ViewPropertiesDialogComponent, never>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ViewPropertiesDialogComponent, "app-view-properties-dialog", never, { "ViewID": { "alias": "ViewID"; "required": false; }; "EntityName": { "alias": "EntityName"; "required": false; }; "ShowPropertiesButton": { "alias": "ShowPropertiesButton"; "required": false; }; }, { "dialogClosed": "dialogClosed"; }, never, never, false, never>;
|
|
71
|
+
}
|