@memberjunction/ng-explorer-core 0.9.221 → 0.9.222
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/generic/resource-container-component.d.ts +1 -1
- package/dist/lib/generic/resource-container-component.js +10 -6
- package/dist/lib/navigation/navigation.component.d.ts +11 -4
- package/dist/lib/navigation/navigation.component.d.ts.map +1 -1
- package/dist/lib/navigation/navigation.component.js +203 -162
- package/dist/lib/query-browser-component/query-browser.component.d.ts +1 -1
- package/dist/lib/query-browser-component/query-browser.component.js +2 -2
- package/dist/lib/report-browser-component/report-browser.component.d.ts +1 -1
- package/dist/lib/report-browser-component/report-browser.component.js +2 -2
- package/dist/lib/resource-wrappers/dashboard-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/dashboard-resource.component.js +5 -5
- package/dist/lib/resource-wrappers/query-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/query-resource.component.js +5 -5
- package/dist/lib/resource-wrappers/record-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/record-resource.component.js +5 -5
- package/dist/lib/resource-wrappers/report-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/report-resource.component.js +5 -5
- package/dist/lib/resource-wrappers/search-results-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/search-results-resource.component.js +5 -5
- package/dist/lib/resource-wrappers/view-resource.component.d.ts +1 -1
- package/dist/lib/resource-wrappers/view-resource.component.js +6 -6
- package/dist/lib/single-application/single-application.component.d.ts +1 -1
- package/dist/lib/single-application/single-application.component.js +2 -2
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +1 -1
- package/dist/lib/single-dashboard/single-dashboard.component.js +5 -5
- package/dist/lib/single-entity/single-entity.component.d.ts +1 -1
- package/dist/lib/single-entity/single-entity.component.js +2 -2
- package/dist/lib/single-query/single-query.component.d.ts +1 -1
- package/dist/lib/single-query/single-query.component.js +2 -2
- package/dist/lib/single-record/single-record.component.d.ts +1 -1
- package/dist/lib/single-record/single-record.component.d.ts.map +1 -1
- package/dist/lib/single-record/single-record.component.js +2 -3
- package/dist/lib/single-report/single-report.component.d.ts +1 -1
- package/dist/lib/single-report/single-report.component.js +2 -2
- package/dist/lib/single-search-result/single-search-result.component.d.ts +1 -1
- package/dist/lib/single-search-result/single-search-result.component.js +2 -2
- package/dist/lib/single-view/single-view.component.d.ts +1 -1
- package/dist/lib/single-view/single-view.component.d.ts.map +1 -1
- package/dist/lib/single-view/single-view.component.js +4 -5
- package/package.json +1 -1
|
@@ -21,6 +21,6 @@ export declare class ResourceContainerComponent implements OnChanges {
|
|
|
21
21
|
ngOnChanges(changes: SimpleChanges): void;
|
|
22
22
|
loadComponent(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceContainerComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceContainerComponent, "
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ResourceContainerComponent, "mj-resource", never, { "Data": { "alias": "Data"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; }, { "ResourceRecordSaved": "ResourceRecordSaved"; "ContentLoadingStarted": "ContentLoadingStarted"; "ContentLoadingComplete": "ContentLoadingComplete"; }, never, never, false, never>;
|
|
25
25
|
}
|
|
26
26
|
//# sourceMappingURL=resource-container-component.d.ts.map
|
|
@@ -6,7 +6,7 @@ import { BaseResourceComponent } from '@memberjunction/ng-shared';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@memberjunction/ng-shared";
|
|
8
8
|
import * as i2 from "@memberjunction/ng-container-directives";
|
|
9
|
-
function
|
|
9
|
+
function ResourceContainerComponent_ng_template_1_Template(rf, ctx) { }
|
|
10
10
|
export class ResourceContainerComponent {
|
|
11
11
|
get LoadStarted() {
|
|
12
12
|
return this._loadStarted;
|
|
@@ -73,19 +73,23 @@ export class ResourceContainerComponent {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
ResourceContainerComponent.ɵfac = function ResourceContainerComponent_Factory(t) { return new (t || ResourceContainerComponent)(i0.ɵɵdirectiveInject(i1.SharedService)); };
|
|
76
|
-
ResourceContainerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceContainerComponent, selectors: [["
|
|
76
|
+
ResourceContainerComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ResourceContainerComponent, selectors: [["mj-resource"]], viewQuery: function ResourceContainerComponent_Query(rf, ctx) { if (rf & 1) {
|
|
77
77
|
i0.ɵɵviewQuery(Container, 7);
|
|
78
78
|
} if (rf & 2) {
|
|
79
79
|
let _t;
|
|
80
80
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.resourceContainer = _t.first);
|
|
81
|
-
} }, inputs: { Data: "Data", isVisible: "isVisible" }, outputs: { ResourceRecordSaved: "ResourceRecordSaved", ContentLoadingStarted: "ContentLoadingStarted", ContentLoadingComplete: "ContentLoadingComplete" }, features: [i0.ɵɵNgOnChangesFeature], decls:
|
|
82
|
-
i0.ɵɵ
|
|
81
|
+
} }, inputs: { Data: "Data", isVisible: "isVisible" }, outputs: { ResourceRecordSaved: "ResourceRecordSaved", ContentLoadingStarted: "ContentLoadingStarted", ContentLoadingComplete: "ContentLoadingComplete" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 2, consts: [["mjContainer", "", "mjFillContainer", ""]], template: function ResourceContainerComponent_Template(rf, ctx) { if (rf & 1) {
|
|
82
|
+
i0.ɵɵelementStart(0, "div");
|
|
83
|
+
i0.ɵɵtemplate(1, ResourceContainerComponent_ng_template_1_Template, 0, 0, "ng-template", 0);
|
|
84
|
+
i0.ɵɵelementEnd();
|
|
85
|
+
} if (rf & 2) {
|
|
86
|
+
i0.ɵɵstyleProp("display", !ctx.isVisible ? "none" : "block");
|
|
83
87
|
} }, dependencies: [i2.FillContainer, i2.Container], encapsulation: 2 });
|
|
84
88
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ResourceContainerComponent, [{
|
|
85
89
|
type: Component,
|
|
86
90
|
args: [{
|
|
87
|
-
selector: '
|
|
88
|
-
template: `<ng-template mjContainer mjFillContainer></ng-template>`,
|
|
91
|
+
selector: 'mj-resource',
|
|
92
|
+
template: `<div [style.display]="!isVisible ? 'none' : 'block'"><ng-template mjContainer mjFillContainer></ng-template></div>`,
|
|
89
93
|
}]
|
|
90
94
|
}], () => [{ type: i1.SharedService }], { Data: [{
|
|
91
95
|
type: Input
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnInit, OnDestroy, AfterViewInit, Renderer2, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { Location } from '@angular/common';
|
|
3
3
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
|
-
import { DrawerItem, DrawerSelectEvent, DrawerComponent, DrawerMode
|
|
4
|
+
import { DrawerItem, DrawerSelectEvent, DrawerComponent, DrawerMode } from "@progress/kendo-angular-layout";
|
|
5
5
|
import { Metadata, ApplicationInfo, EntityInfo, TransactionGroupBase } from '@memberjunction/core';
|
|
6
6
|
import { MJEvent } from '@memberjunction/global';
|
|
7
7
|
import { SharedService } from '@memberjunction/ng-shared';
|
|
@@ -52,13 +52,20 @@ export declare class NavigationComponent implements OnInit, OnDestroy, AfterView
|
|
|
52
52
|
private resizeTimeout;
|
|
53
53
|
drawer: DrawerComponent;
|
|
54
54
|
drawerWrapper: ElementRef;
|
|
55
|
-
tabstrip: TabStripComponent;
|
|
56
55
|
container: ElementRef;
|
|
57
56
|
onWindowResize(): void;
|
|
58
57
|
onClick(): void;
|
|
59
58
|
contextMenuStyle: any;
|
|
60
59
|
contextMenuVisible: boolean;
|
|
61
60
|
constructor(router: Router, route: ActivatedRoute, sharedService: SharedService, location: Location, renderer: Renderer2, titleService: Title, cdr: ChangeDetectorRef);
|
|
61
|
+
tabInnerContainer: ElementRef;
|
|
62
|
+
showLeftButton: boolean;
|
|
63
|
+
showRightButton: boolean;
|
|
64
|
+
onResize(event: any): void;
|
|
65
|
+
checkTabScrollButtons(): void;
|
|
66
|
+
scrollTabHeader(scrollAmount: number): void;
|
|
67
|
+
scrollLeft(): void;
|
|
68
|
+
scrollRight(): void;
|
|
62
69
|
onTabContextMenu(event: MouseEvent, tab: any): void;
|
|
63
70
|
handleContextMenuOption(option: number): Promise<void>;
|
|
64
71
|
private checkViewportSize;
|
|
@@ -72,6 +79,7 @@ export declare class NavigationComponent implements OnInit, OnDestroy, AfterView
|
|
|
72
79
|
protected NavigateFromUrl(): Promise<void>;
|
|
73
80
|
selectDrawerItem(index: number): void;
|
|
74
81
|
protected setActiveTabToHome(): void;
|
|
82
|
+
selectTab(tab: any): void;
|
|
75
83
|
private checkForBaseURL;
|
|
76
84
|
private getWorkspace;
|
|
77
85
|
LoadWorkSpace(): Promise<void>;
|
|
@@ -84,9 +92,8 @@ export declare class NavigationComponent implements OnInit, OnDestroy, AfterView
|
|
|
84
92
|
SaveWorkspace(): Promise<boolean>;
|
|
85
93
|
SaveSingleWorkspaceItem(tab: Tab): Promise<boolean>;
|
|
86
94
|
setTabContentLoadingStatus(tab: Tab, bLoading: boolean): void;
|
|
87
|
-
|
|
95
|
+
closeTab(tab: any): Promise<void>;
|
|
88
96
|
removeWorkspaceItem(tab: Tab, transGroup: TransactionGroupBase | null): Promise<void>;
|
|
89
|
-
onTabSelect(e: SelectEvent): void;
|
|
90
97
|
getActiveTabId(): any;
|
|
91
98
|
isTabActive(tabId: number): boolean;
|
|
92
99
|
ngOnDestroy(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.component.d.ts","sourceRoot":"","sources":["../../../src/lib/navigation/navigation.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAa,MAAM,EAAE,SAAS,EAA6B,aAAa,EAAE,SAAS,EAAS,iBAAiB,EAAyC,MAAM,eAAe,CAAC;AAC1M,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,MAAM,EAA2C,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,eAAe,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"navigation.component.d.ts","sourceRoot":"","sources":["../../../src/lib/navigation/navigation.component.ts"],"names":[],"mappings":"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"}
|