@memberjunction/ng-user-view-grid 0.9.4 → 0.9.6
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.
|
@@ -4,7 +4,6 @@ import { Router } from '@angular/router';
|
|
|
4
4
|
import { BaseEntity, RunViewParams, EntityFieldInfo, EntityInfo, ViewColumnInfo, UserViewEntityBase } from '@memberjunction/core';
|
|
5
5
|
import { CellClickEvent, GridDataResult, PageChangeEvent, GridComponent, CellCloseEvent, ColumnReorderEvent, ColumnResizeArgs, SelectionEvent, SelectableSettings } from "@progress/kendo-angular-grid";
|
|
6
6
|
import { ExcelExportComponent } from '@progress/kendo-angular-excel-export';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
7
|
export type GridRowClickedEvent = {
|
|
9
8
|
entityId: number;
|
|
10
9
|
entityName: string;
|
|
@@ -101,6 +100,4 @@ export declare class UserViewGridComponent implements OnInit, AfterViewInit {
|
|
|
101
100
|
exportData: any[];
|
|
102
101
|
doExcelExport(): Promise<void>;
|
|
103
102
|
protected getExportData(): Promise<any[]>;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserViewGridComponent, never>;
|
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserViewGridComponent, "mj-user-view-grid", never, { "Params": "Params"; "BottomMargin": "BottomMargin"; "InEditMode": "InEditMode"; "EditMode": "EditMode"; "AutoNavigate": "AutoNavigate"; "AllowLoad": "AllowLoad"; }, { "rowClicked": "rowClicked"; "rowEdited": "rowEdited"; }, never, never, false, never>;
|
|
106
103
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
1
7
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
8
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
9
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -14,122 +20,7 @@ import { Keys } from '@progress/kendo-angular-common';
|
|
|
14
20
|
import { Subject } from 'rxjs';
|
|
15
21
|
import { ExcelExportComponent } from '@progress/kendo-angular-excel-export';
|
|
16
22
|
import { MJEventType, MJGlobal } from '@memberjunction/global';
|
|
17
|
-
|
|
18
|
-
import * as i1 from "@angular/forms";
|
|
19
|
-
import * as i2 from "@angular/router";
|
|
20
|
-
import * as i3 from "@angular/common";
|
|
21
|
-
import * as i4 from "@progress/kendo-angular-grid";
|
|
22
|
-
import * as i5 from "@progress/kendo-angular-dialog";
|
|
23
|
-
import * as i6 from "@progress/kendo-angular-excel-export";
|
|
24
|
-
import * as i7 from "@progress/kendo-angular-buttons";
|
|
25
|
-
const _c0 = ["kendoGrid"];
|
|
26
|
-
const _c1 = ["excelExport"];
|
|
27
|
-
function UserViewGridComponent_ng_template_3_button_2_Template(rf, ctx) { if (rf & 1) {
|
|
28
|
-
const _r10 = i0.ɵɵgetCurrentView();
|
|
29
|
-
i0.ɵɵelementStart(0, "button", 14);
|
|
30
|
-
i0.ɵɵlistener("click", function UserViewGridComponent_ng_template_3_button_2_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r9.enableCompare(true)); });
|
|
31
|
-
i0.ɵɵtext(1, "Cancel");
|
|
32
|
-
i0.ɵɵelementEnd();
|
|
33
|
-
} }
|
|
34
|
-
function UserViewGridComponent_ng_template_3_button_5_Template(rf, ctx) { if (rf & 1) {
|
|
35
|
-
const _r12 = i0.ɵɵgetCurrentView();
|
|
36
|
-
i0.ɵɵelementStart(0, "button", 15);
|
|
37
|
-
i0.ɵɵlistener("click", function UserViewGridComponent_ng_template_3_button_5_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r11.RefreshFromSavedParams()); });
|
|
38
|
-
i0.ɵɵtext(1, " Refresh ");
|
|
39
|
-
i0.ɵɵelementEnd();
|
|
40
|
-
} if (rf & 2) {
|
|
41
|
-
i0.ɵɵproperty("primary", true);
|
|
42
|
-
} }
|
|
43
|
-
function UserViewGridComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
44
|
-
const _r14 = i0.ɵɵgetCurrentView();
|
|
45
|
-
i0.ɵɵelementStart(0, "button", 10);
|
|
46
|
-
i0.ɵɵlistener("click", function UserViewGridComponent_ng_template_3_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r14); const ctx_r13 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r13.doExcelExport()); });
|
|
47
|
-
i0.ɵɵtext(1, "Export to Excel");
|
|
48
|
-
i0.ɵɵelementEnd();
|
|
49
|
-
i0.ɵɵtemplate(2, UserViewGridComponent_ng_template_3_button_2_Template, 2, 0, "button", 11);
|
|
50
|
-
i0.ɵɵelementStart(3, "button", 12);
|
|
51
|
-
i0.ɵɵlistener("click", function UserViewGridComponent_ng_template_3_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r14); const ctx_r15 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r15.enableCompare()); });
|
|
52
|
-
i0.ɵɵtext(4, "Compare");
|
|
53
|
-
i0.ɵɵelementEnd();
|
|
54
|
-
i0.ɵɵtemplate(5, UserViewGridComponent_ng_template_3_button_5_Template, 2, 1, "button", 13);
|
|
55
|
-
} if (rf & 2) {
|
|
56
|
-
const ctx_r1 = i0.ɵɵnextContext();
|
|
57
|
-
i0.ɵɵproperty("disabled", ctx_r1.compareMode);
|
|
58
|
-
i0.ɵɵadvance(2);
|
|
59
|
-
i0.ɵɵproperty("ngIf", ctx_r1.compareMode);
|
|
60
|
-
i0.ɵɵadvance(1);
|
|
61
|
-
i0.ɵɵproperty("disabled", ctx_r1.compareMode && ctx_r1.compareRecords.length < 2);
|
|
62
|
-
i0.ɵɵadvance(2);
|
|
63
|
-
i0.ɵɵproperty("ngIf", ctx_r1.showRefreshButton);
|
|
64
|
-
} }
|
|
65
|
-
const _c2 = function () { return { "text-align": "center", "vertical-align": "center" }; };
|
|
66
|
-
const _c3 = function () { return { "font-weight": "bold", "background-color": "#a9c2af" }; };
|
|
67
|
-
function UserViewGridComponent_kendo_grid_checkbox_column_4_Template(rf, ctx) { if (rf & 1) {
|
|
68
|
-
i0.ɵɵelement(0, "kendo-grid-checkbox-column", 16);
|
|
69
|
-
} if (rf & 2) {
|
|
70
|
-
i0.ɵɵstyleMap(i0.ɵɵpureFunction0(4, _c2));
|
|
71
|
-
i0.ɵɵproperty("width", 50)("headerStyle", i0.ɵɵpureFunction0(5, _c3));
|
|
72
|
-
} }
|
|
73
|
-
function UserViewGridComponent_kendo_grid_column_5_1_ng_template_0_Template(rf, ctx) { if (rf & 1) {
|
|
74
|
-
i0.ɵɵtext(0);
|
|
75
|
-
i0.ɵɵpipe(1, "number");
|
|
76
|
-
i0.ɵɵpipe(2, "number");
|
|
77
|
-
i0.ɵɵelement(3, "br");
|
|
78
|
-
i0.ɵɵelementStart(4, "span", 19);
|
|
79
|
-
i0.ɵɵtext(5);
|
|
80
|
-
i0.ɵɵpipe(6, "number");
|
|
81
|
-
i0.ɵɵelementEnd();
|
|
82
|
-
} if (rf & 2) {
|
|
83
|
-
const ctx_r18 = i0.ɵɵnextContext(3);
|
|
84
|
-
i0.ɵɵtextInterpolate2(" ", i0.ɵɵpipeBind1(1, 3, ctx_r18.viewData.length), "", ctx_r18.totalRowCount > ctx_r18.viewData.length ? " of " + i0.ɵɵpipeBind1(2, 5, ctx_r18.totalRowCount) : " rows", "");
|
|
85
|
-
i0.ɵɵadvance(5);
|
|
86
|
-
i0.ɵɵtextInterpolate1("", i0.ɵɵpipeBind2(6, 7, ctx_r18.viewExecutionTime, "1.2-2"), " seconds");
|
|
87
|
-
} }
|
|
88
|
-
function UserViewGridComponent_kendo_grid_column_5_1_Template(rf, ctx) { if (rf & 1) {
|
|
89
|
-
i0.ɵɵtemplate(0, UserViewGridComponent_kendo_grid_column_5_1_ng_template_0_Template, 7, 10, "ng-template", 18);
|
|
90
|
-
} }
|
|
91
|
-
function UserViewGridComponent_kendo_grid_column_5_Template(rf, ctx) { if (rf & 1) {
|
|
92
|
-
i0.ɵɵelementStart(0, "kendo-grid-column", 17);
|
|
93
|
-
i0.ɵɵtemplate(1, UserViewGridComponent_kendo_grid_column_5_1_Template, 1, 0, null, 9);
|
|
94
|
-
i0.ɵɵelementEnd();
|
|
95
|
-
} if (rf & 2) {
|
|
96
|
-
const item_r16 = ctx.$implicit;
|
|
97
|
-
const ctx_r3 = i0.ɵɵnextContext();
|
|
98
|
-
i0.ɵɵstyleMap(ctx_r3.GetColumnCellStyle(item_r16));
|
|
99
|
-
i0.ɵɵproperty("field", item_r16.Name)("title", ctx_r3.GetColumnTitle(item_r16))("width", item_r16.width ? item_r16.width : 100)("editable", item_r16.EntityField.AllowUpdateAPI)("editor", ctx_r3.getEditor(item_r16.EntityField))("headerStyle", i0.ɵɵpureFunction0(9, _c3));
|
|
100
|
-
i0.ɵɵadvance(1);
|
|
101
|
-
i0.ɵɵproperty("ngIf", item_r16 === ctx_r3.visibleColumns[0]);
|
|
102
|
-
} }
|
|
103
|
-
function UserViewGridComponent_kendo_excelexport_column_8_Template(rf, ctx) { if (rf & 1) {
|
|
104
|
-
i0.ɵɵelement(0, "kendo-excelexport-column", 20);
|
|
105
|
-
} if (rf & 2) {
|
|
106
|
-
const exportCol_r19 = ctx.$implicit;
|
|
107
|
-
i0.ɵɵproperty("field", exportCol_r19.Name)("title", exportCol_r19.Name);
|
|
108
|
-
} }
|
|
109
|
-
function UserViewGridComponent_div_9_kendo_window_2_Template(rf, ctx) { if (rf & 1) {
|
|
110
|
-
const _r22 = i0.ɵɵgetCurrentView();
|
|
111
|
-
i0.ɵɵelementStart(0, "kendo-window", 23);
|
|
112
|
-
i0.ɵɵlistener("close", function UserViewGridComponent_div_9_kendo_window_2_Template_kendo_window_close_0_listener() { i0.ɵɵrestoreView(_r22); const ctx_r21 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r21.closeDialog()); });
|
|
113
|
-
i0.ɵɵelementStart(1, "div", 24)(2, "div");
|
|
114
|
-
i0.ɵɵelement(3, "mj-record-compare", 25);
|
|
115
|
-
i0.ɵɵelementEnd()()();
|
|
116
|
-
} if (rf & 2) {
|
|
117
|
-
const ctx_r20 = i0.ɵɵnextContext(2);
|
|
118
|
-
i0.ɵɵproperty("width", 900)("minHeight", 300)("minWidth", 400)("resizable", true);
|
|
119
|
-
i0.ɵɵadvance(3);
|
|
120
|
-
i0.ɵɵproperty("recordsToCompare", ctx_r20.compareRecords)("visibleColumns", ctx_r20.visibleColumns);
|
|
121
|
-
} }
|
|
122
|
-
function UserViewGridComponent_div_9_Template(rf, ctx) { if (rf & 1) {
|
|
123
|
-
i0.ɵɵelementStart(0, "div");
|
|
124
|
-
i0.ɵɵelement(1, "div", 21);
|
|
125
|
-
i0.ɵɵtemplate(2, UserViewGridComponent_div_9_kendo_window_2_Template, 4, 6, "kendo-window", 22);
|
|
126
|
-
i0.ɵɵelementEnd();
|
|
127
|
-
} if (rf & 2) {
|
|
128
|
-
const ctx_r6 = i0.ɵɵnextContext();
|
|
129
|
-
i0.ɵɵadvance(2);
|
|
130
|
-
i0.ɵɵproperty("ngIf", ctx_r6.isDialogOpened);
|
|
131
|
-
} }
|
|
132
|
-
export class UserViewGridComponent {
|
|
23
|
+
let UserViewGridComponent = class UserViewGridComponent {
|
|
133
24
|
get PendingRecords() {
|
|
134
25
|
return this._pendingRecords;
|
|
135
26
|
}
|
|
@@ -694,67 +585,45 @@ export class UserViewGridComponent {
|
|
|
694
585
|
throw new Error("Unable to get export data");
|
|
695
586
|
});
|
|
696
587
|
}
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
(
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}], InEditMode: [{
|
|
740
|
-
type: Input
|
|
741
|
-
}], EditMode: [{
|
|
742
|
-
type: Input
|
|
743
|
-
}], AutoNavigate: [{
|
|
744
|
-
type: Input
|
|
745
|
-
}], rowClicked: [{
|
|
746
|
-
type: Output
|
|
747
|
-
}], rowEdited: [{
|
|
748
|
-
type: Output
|
|
749
|
-
}], kendoGridElement: [{
|
|
750
|
-
type: ViewChild,
|
|
751
|
-
args: ['kendoGrid', { read: GridComponent }]
|
|
752
|
-
}], kendoGridElementRef: [{
|
|
753
|
-
type: ViewChild,
|
|
754
|
-
args: ['kendoGrid', { read: ElementRef }]
|
|
755
|
-
}], kendoExcelExport: [{
|
|
756
|
-
type: ViewChild,
|
|
757
|
-
args: ['excelExport', { read: ExcelExportComponent }]
|
|
758
|
-
}], AllowLoad: [{
|
|
759
|
-
type: Input
|
|
760
|
-
}] }); })();
|
|
588
|
+
};
|
|
589
|
+
__decorate([
|
|
590
|
+
Input()
|
|
591
|
+
], UserViewGridComponent.prototype, "Params", void 0);
|
|
592
|
+
__decorate([
|
|
593
|
+
Input()
|
|
594
|
+
], UserViewGridComponent.prototype, "BottomMargin", void 0);
|
|
595
|
+
__decorate([
|
|
596
|
+
Input()
|
|
597
|
+
], UserViewGridComponent.prototype, "InEditMode", void 0);
|
|
598
|
+
__decorate([
|
|
599
|
+
Input()
|
|
600
|
+
], UserViewGridComponent.prototype, "EditMode", void 0);
|
|
601
|
+
__decorate([
|
|
602
|
+
Input()
|
|
603
|
+
], UserViewGridComponent.prototype, "AutoNavigate", void 0);
|
|
604
|
+
__decorate([
|
|
605
|
+
Output()
|
|
606
|
+
], UserViewGridComponent.prototype, "rowClicked", void 0);
|
|
607
|
+
__decorate([
|
|
608
|
+
Output()
|
|
609
|
+
], UserViewGridComponent.prototype, "rowEdited", void 0);
|
|
610
|
+
__decorate([
|
|
611
|
+
ViewChild('kendoGrid', { read: GridComponent })
|
|
612
|
+
], UserViewGridComponent.prototype, "kendoGridElement", void 0);
|
|
613
|
+
__decorate([
|
|
614
|
+
ViewChild('kendoGrid', { read: ElementRef })
|
|
615
|
+
], UserViewGridComponent.prototype, "kendoGridElementRef", void 0);
|
|
616
|
+
__decorate([
|
|
617
|
+
ViewChild('excelExport', { read: ExcelExportComponent })
|
|
618
|
+
], UserViewGridComponent.prototype, "kendoExcelExport", void 0);
|
|
619
|
+
__decorate([
|
|
620
|
+
Input()
|
|
621
|
+
], UserViewGridComponent.prototype, "AllowLoad", null);
|
|
622
|
+
UserViewGridComponent = __decorate([
|
|
623
|
+
Component({
|
|
624
|
+
selector: 'mj-user-view-grid',
|
|
625
|
+
templateUrl: './ng-user-view-grid.component.html',
|
|
626
|
+
styleUrls: ['./ng-user-view-grid.component.css']
|
|
627
|
+
})
|
|
628
|
+
], UserViewGridComponent);
|
|
629
|
+
export { UserViewGridComponent };
|
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ng-user-view-grid.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "@progress/kendo-angular-grid";
|
|
7
|
-
import * as i6 from "@progress/kendo-angular-dialog";
|
|
8
|
-
import * as i7 from "@progress/kendo-angular-excel-export";
|
|
9
|
-
import * as i8 from "@progress/kendo-angular-buttons";
|
|
10
|
-
import * as i9 from "@memberjunction/ng-compare-records";
|
|
11
1
|
export declare class UserViewGridModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserViewGridModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UserViewGridModule, [typeof i1.UserViewGridComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.RouterModule, typeof i5.GridModule, typeof i6.DialogsModule, typeof i7.ExcelExportModule, typeof i8.ButtonsModule, typeof i9.CompareRecordsModule], [typeof i1.UserViewGridComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UserViewGridModule>;
|
|
15
2
|
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
1
7
|
import { NgModule } from '@angular/core';
|
|
2
8
|
import { UserViewGridComponent } from './ng-user-view-grid.component';
|
|
3
9
|
import { CommonModule } from '@angular/common';
|
|
@@ -9,48 +15,29 @@ import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
|
|
9
15
|
import { DialogsModule } from "@progress/kendo-angular-dialog";
|
|
10
16
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
11
17
|
import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
UserViewGridModule
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
DialogsModule,
|
|
39
|
-
ExcelExportModule,
|
|
40
|
-
ButtonsModule,
|
|
41
|
-
CompareRecordsModule
|
|
42
|
-
],
|
|
43
|
-
exports: [
|
|
44
|
-
UserViewGridComponent
|
|
45
|
-
]
|
|
46
|
-
}]
|
|
47
|
-
}], null, null); })();
|
|
48
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UserViewGridModule, { declarations: [UserViewGridComponent], imports: [CommonModule,
|
|
49
|
-
FormsModule,
|
|
50
|
-
ReactiveFormsModule,
|
|
51
|
-
RouterModule,
|
|
52
|
-
GridModule,
|
|
53
|
-
DialogsModule,
|
|
54
|
-
ExcelExportModule,
|
|
55
|
-
ButtonsModule,
|
|
56
|
-
CompareRecordsModule], exports: [UserViewGridComponent] }); })();
|
|
18
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
19
|
+
let UserViewGridModule = class UserViewGridModule {
|
|
20
|
+
};
|
|
21
|
+
UserViewGridModule = __decorate([
|
|
22
|
+
NgModule({
|
|
23
|
+
declarations: [
|
|
24
|
+
UserViewGridComponent
|
|
25
|
+
],
|
|
26
|
+
imports: [
|
|
27
|
+
CommonModule,
|
|
28
|
+
FormsModule,
|
|
29
|
+
ReactiveFormsModule,
|
|
30
|
+
RouterModule,
|
|
31
|
+
GridModule,
|
|
32
|
+
DialogsModule,
|
|
33
|
+
ExcelExportModule,
|
|
34
|
+
ButtonsModule,
|
|
35
|
+
CompareRecordsModule,
|
|
36
|
+
ContainerDirectivesModule
|
|
37
|
+
],
|
|
38
|
+
exports: [
|
|
39
|
+
UserViewGridComponent
|
|
40
|
+
]
|
|
41
|
+
})
|
|
42
|
+
], UserViewGridModule);
|
|
43
|
+
export { UserViewGridModule };
|
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@memberjunction/ng-user-view-grid",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"description": "MemberJunction: Angular Grid to display dynamic and saved user views for any entity in MemberJunction.",
|
|
5
|
-
"main": "./dist/public-api.js",
|
|
6
|
-
"typings": "./dist/public-api.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
-
"build": "ngc"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [],
|
|
12
|
-
"author": "",
|
|
13
|
-
"license": "ISC",
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"@angular/compiler": "^15.2.0",
|
|
16
|
-
"@angular/compiler-cli": "^15.2.0"
|
|
17
|
-
},
|
|
18
|
-
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^15.2.0",
|
|
20
|
-
"@angular/core": "^15.2.0",
|
|
21
|
-
"@angular/forms": "^15.2.0",
|
|
22
|
-
"@angular/router": "^15.2.0",
|
|
23
|
-
"@memberjunction/core": "^0.9.
|
|
24
|
-
"@memberjunction/ng-compare-records": "^0.9.
|
|
25
|
-
"@memberjunction/ng-container-directives": "^0.9.
|
|
26
|
-
"@progress/kendo-angular-grid": "^12.1.0"
|
|
27
|
-
},
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"tslib": "^2.3.0"
|
|
30
|
-
},
|
|
31
|
-
"sideEffects": false
|
|
32
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@memberjunction/ng-user-view-grid",
|
|
3
|
+
"version": "0.9.6",
|
|
4
|
+
"description": "MemberJunction: Angular Grid to display dynamic and saved user views for any entity in MemberJunction.",
|
|
5
|
+
"main": "./dist/public-api.js",
|
|
6
|
+
"typings": "./dist/public-api.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
9
|
+
"build": "ngc"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [],
|
|
12
|
+
"author": "",
|
|
13
|
+
"license": "ISC",
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@angular/compiler": "^15.2.0",
|
|
16
|
+
"@angular/compiler-cli": "^15.2.0"
|
|
17
|
+
},
|
|
18
|
+
"peerDependencies": {
|
|
19
|
+
"@angular/common": "^15.2.0",
|
|
20
|
+
"@angular/core": "^15.2.0",
|
|
21
|
+
"@angular/forms": "^15.2.0",
|
|
22
|
+
"@angular/router": "^15.2.0",
|
|
23
|
+
"@memberjunction/core": "^0.9.15",
|
|
24
|
+
"@memberjunction/ng-compare-records": "^0.9.9",
|
|
25
|
+
"@memberjunction/ng-container-directives": "^0.9.2",
|
|
26
|
+
"@progress/kendo-angular-grid": "^12.1.0"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"tslib": "^2.3.0"
|
|
30
|
+
},
|
|
31
|
+
"sideEffects": false
|
|
32
|
+
}
|
|
@@ -11,6 +11,7 @@ import { DialogsModule } from "@progress/kendo-angular-dialog";
|
|
|
11
11
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
12
12
|
|
|
13
13
|
import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
|
|
14
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
14
15
|
|
|
15
16
|
@NgModule({
|
|
16
17
|
declarations: [
|
|
@@ -25,7 +26,8 @@ import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
|
|
|
25
26
|
DialogsModule,
|
|
26
27
|
ExcelExportModule,
|
|
27
28
|
ButtonsModule,
|
|
28
|
-
CompareRecordsModule
|
|
29
|
+
CompareRecordsModule,
|
|
30
|
+
ContainerDirectivesModule
|
|
29
31
|
],
|
|
30
32
|
exports: [
|
|
31
33
|
UserViewGridComponent
|