@memberjunction/ng-record-changes 0.9.1 → 0.9.2
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.
|
@@ -10,8 +10,8 @@ import * as i8 from "@progress/kendo-angular-buttons";
|
|
|
10
10
|
import * as i9 from "@memberjunction/ng-compare-records";
|
|
11
11
|
import * as i10 from "@memberjunction/ng-container-directives";
|
|
12
12
|
import * as i11 from "@progress/kendo-angular-indicators";
|
|
13
|
-
export declare class
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
16
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
13
|
+
export declare class RecordChangesModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RecordChangesModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RecordChangesModule, [typeof i1.RecordChangesComponent], [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.IndicatorsModule], [typeof i1.RecordChangesComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RecordChangesModule>;
|
|
17
17
|
}
|
|
@@ -12,11 +12,11 @@ import { IndicatorsModule } from '@progress/kendo-angular-indicators';
|
|
|
12
12
|
import { CompareRecordsModule } from '@memberjunction/ng-compare-records';
|
|
13
13
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
|
-
export class
|
|
15
|
+
export class RecordChangesModule {
|
|
16
16
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
RecordChangesModule.ɵfac = function RecordChangesModule_Factory(t) { return new (t || RecordChangesModule)(); };
|
|
18
|
+
RecordChangesModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RecordChangesModule });
|
|
19
|
+
RecordChangesModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
20
20
|
FormsModule,
|
|
21
21
|
ReactiveFormsModule,
|
|
22
22
|
RouterModule,
|
|
@@ -27,7 +27,7 @@ UserViewGridModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
27
27
|
CompareRecordsModule,
|
|
28
28
|
ContainerDirectivesModule,
|
|
29
29
|
IndicatorsModule] });
|
|
30
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
30
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RecordChangesModule, [{
|
|
31
31
|
type: NgModule,
|
|
32
32
|
args: [{
|
|
33
33
|
declarations: [
|
|
@@ -51,7 +51,7 @@ UserViewGridModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
51
51
|
]
|
|
52
52
|
}]
|
|
53
53
|
}], null, null); })();
|
|
54
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(
|
|
54
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RecordChangesModule, { declarations: [RecordChangesComponent], imports: [CommonModule,
|
|
55
55
|
FormsModule,
|
|
56
56
|
ReactiveFormsModule,
|
|
57
57
|
RouterModule,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-record-changes",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "MemberJunction: Angular pop-up window and grid to show changes made to a specific individual record",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|