@memberjunction/ng-user-view-grid 0.9.111 → 0.9.120

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.
@@ -1,16 +1,18 @@
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
- import * as i10 from "@memberjunction/ng-container-directives";
12
- export declare class UserViewGridModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<UserViewGridModule, never>;
14
- 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 i10.ContainerDirectivesModule], [typeof i1.UserViewGridComponent]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<UserViewGridModule>;
16
- }
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
+ import * as i10 from "@memberjunction/ng-container-directives";
12
+ import * as i11 from "@progress/kendo-angular-icons";
13
+ import * as i12 from "@progress/kendo-angular-layout";
14
+ export declare class UserViewGridModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserViewGridModule, never>;
16
+ 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 i10.ContainerDirectivesModule, typeof i11.IconsModule, typeof i12.LayoutModule], [typeof i1.UserViewGridComponent]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<UserViewGridModule>;
18
+ }
@@ -1,60 +1,68 @@
1
- import { NgModule } from '@angular/core';
2
- import { UserViewGridComponent } from './ng-user-view-grid.component';
3
- import { CommonModule } from '@angular/common';
4
- import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
- import { RouterModule } from '@angular/router';
6
- // Kendo UI Angular imports
7
- import { GridModule } from '@progress/kendo-angular-grid';
8
- import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
9
- import { DialogsModule } from "@progress/kendo-angular-dialog";
10
- import { ButtonsModule } from '@progress/kendo-angular-buttons';
11
- import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
12
- import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
13
- import * as i0 from "@angular/core";
14
- export class UserViewGridModule {
15
- }
16
- UserViewGridModule.ɵfac = function UserViewGridModule_Factory(t) { return new (t || UserViewGridModule)(); };
17
- UserViewGridModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: UserViewGridModule });
18
- UserViewGridModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
19
- FormsModule,
20
- ReactiveFormsModule,
21
- RouterModule,
22
- GridModule,
23
- DialogsModule,
24
- ExcelExportModule,
25
- ButtonsModule,
26
- CompareRecordsModule,
27
- ContainerDirectivesModule] });
28
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserViewGridModule, [{
29
- type: NgModule,
30
- args: [{
31
- declarations: [
32
- UserViewGridComponent
33
- ],
34
- imports: [
35
- CommonModule,
36
- FormsModule,
37
- ReactiveFormsModule,
38
- RouterModule,
39
- GridModule,
40
- DialogsModule,
41
- ExcelExportModule,
42
- ButtonsModule,
43
- CompareRecordsModule,
44
- ContainerDirectivesModule
45
- ],
46
- exports: [
47
- UserViewGridComponent
48
- ]
49
- }]
50
- }], null, null); })();
51
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UserViewGridModule, { declarations: [UserViewGridComponent], imports: [CommonModule,
52
- FormsModule,
53
- ReactiveFormsModule,
54
- RouterModule,
55
- GridModule,
56
- DialogsModule,
57
- ExcelExportModule,
58
- ButtonsModule,
59
- CompareRecordsModule,
60
- ContainerDirectivesModule], exports: [UserViewGridComponent] }); })();
1
+ import { NgModule } from '@angular/core';
2
+ import { UserViewGridComponent } from './ng-user-view-grid.component';
3
+ import { CommonModule } from '@angular/common';
4
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
5
+ import { RouterModule } from '@angular/router';
6
+ // Kendo UI Angular imports
7
+ import { GridModule } from '@progress/kendo-angular-grid';
8
+ import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
9
+ import { DialogsModule } from "@progress/kendo-angular-dialog";
10
+ import { ButtonsModule } from '@progress/kendo-angular-buttons';
11
+ import { IconsModule } from '@progress/kendo-angular-icons';
12
+ import { LayoutModule } from '@progress/kendo-angular-layout';
13
+ import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
14
+ import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
15
+ import * as i0 from "@angular/core";
16
+ export class UserViewGridModule {
17
+ }
18
+ UserViewGridModule.ɵfac = function UserViewGridModule_Factory(t) { return new (t || UserViewGridModule)(); };
19
+ UserViewGridModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: UserViewGridModule });
20
+ UserViewGridModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
21
+ FormsModule,
22
+ ReactiveFormsModule,
23
+ RouterModule,
24
+ GridModule,
25
+ DialogsModule,
26
+ ExcelExportModule,
27
+ ButtonsModule,
28
+ CompareRecordsModule,
29
+ ContainerDirectivesModule,
30
+ IconsModule,
31
+ LayoutModule] });
32
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UserViewGridModule, [{
33
+ type: NgModule,
34
+ args: [{
35
+ declarations: [
36
+ UserViewGridComponent
37
+ ],
38
+ imports: [
39
+ CommonModule,
40
+ FormsModule,
41
+ ReactiveFormsModule,
42
+ RouterModule,
43
+ GridModule,
44
+ DialogsModule,
45
+ ExcelExportModule,
46
+ ButtonsModule,
47
+ CompareRecordsModule,
48
+ ContainerDirectivesModule,
49
+ IconsModule,
50
+ LayoutModule
51
+ ],
52
+ exports: [
53
+ UserViewGridComponent
54
+ ]
55
+ }]
56
+ }], null, null); })();
57
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(UserViewGridModule, { declarations: [UserViewGridComponent], imports: [CommonModule,
58
+ FormsModule,
59
+ ReactiveFormsModule,
60
+ RouterModule,
61
+ GridModule,
62
+ DialogsModule,
63
+ ExcelExportModule,
64
+ ButtonsModule,
65
+ CompareRecordsModule,
66
+ ContainerDirectivesModule,
67
+ IconsModule,
68
+ LayoutModule], exports: [UserViewGridComponent] }); })();
@@ -1,2 +1,2 @@
1
- export * from './lib/ng-user-view-grid.component';
2
- export * from './lib/ng-user-view-grid.module';
1
+ export * from './lib/ng-user-view-grid.component';
2
+ export * from './lib/ng-user-view-grid.module';
@@ -1,5 +1,5 @@
1
- /*
2
- * Public API Surface of ng-user-view-grid
3
- */
4
- export * from './lib/ng-user-view-grid.component';
5
- export * from './lib/ng-user-view-grid.module';
1
+ /*
2
+ * Public API Surface of ng-user-view-grid
3
+ */
4
+ export * from './lib/ng-user-view-grid.component';
5
+ export * from './lib/ng-user-view-grid.module';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-user-view-grid",
3
- "version": "0.9.111",
3
+ "version": "0.9.120",
4
4
  "description": "MemberJunction: Angular Grid to display dynamic and saved user views for any entity in MemberJunction.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -15,22 +15,24 @@
15
15
  "author": "",
16
16
  "license": "ISC",
17
17
  "devDependencies": {
18
- "@angular/compiler": "^15.2.0",
19
- "@angular/compiler-cli": "^15.2.0"
18
+ "@angular/compiler": "^17.1.2",
19
+ "@angular/compiler-cli": "^17.1.2"
20
20
  },
21
21
  "peerDependencies": {
22
- "@angular/common": "^15.2.0",
23
- "@angular/core": "^15.2.0",
24
- "@angular/forms": "^15.2.0",
25
- "@angular/router": "^15.2.0",
26
- "@progress/kendo-angular-grid": "^12.1.0"
22
+ "@angular/common": "^17.1.2",
23
+ "@angular/core": "^17.1.2",
24
+ "@angular/forms": "^17.1.2",
25
+ "@angular/router": "^17.1.2",
26
+ "@progress/kendo-angular-grid": "^15.0.1",
27
+ "@progress/kendo-angular-layout": "^15.0.1"
27
28
  },
28
29
  "dependencies": {
29
- "@memberjunction/core-entities": "^0.9.106",
30
- "@memberjunction/global": "^0.9.117",
31
- "@memberjunction/core": "^0.9.128",
32
- "@memberjunction/ng-compare-records": "^0.9.128",
33
- "@memberjunction/ng-container-directives": "^0.9.97",
30
+ "@memberjunction/core-entities": "^0.9.112",
31
+ "@memberjunction/global": "^0.9.123",
32
+ "@memberjunction/core": "^0.9.134",
33
+ "@memberjunction/ng-shared": "^0.9.1",
34
+ "@memberjunction/ng-compare-records": "^0.9.134",
35
+ "@memberjunction/ng-container-directives": "^0.9.103",
34
36
  "tslib": "^2.3.0"
35
37
  },
36
38
  "sideEffects": false