@memberjunction/ng-entity-form-dialog 1.0.4 → 1.0.7-next.0
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.
|
@@ -151,7 +151,7 @@ EntityFormDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityForm
|
|
|
151
151
|
} }, dependencies: [i1.NgIf, i2.DialogComponent, i2.DialogActionsComponent, i3.ButtonComponent] });
|
|
152
152
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EntityFormDialog, [{
|
|
153
153
|
type: Component,
|
|
154
|
-
args: [{ selector: 'mj-entity-form-dialog', template: "<kendo-dialog *ngIf=\"Visible\" \
|
|
154
|
+
args: [{ selector: 'mj-entity-form-dialog', template: "<kendo-dialog *ngIf=\"Visible\" \n [title]=\"Title\" \n [width]=\"Width\"\n [height]=\"Height\"\n (close)=\"closeWindow('Cancel')\" >\n <ng-template #dynamicFormContainer></ng-template>\n <kendo-dialog-actions *ngIf=\"ShowSaveButton || ShowCancelButton\">\n <button *ngIf=\"ShowSaveButton\" kendoButton (click)=\"closeWindow('Save')\" themeColor=\"primary\">Save</button>\n <button *ngIf=\"ShowCancelButton\" kendoButton (click)=\"closeWindow('Cancel')\">Cancel</button>\n </kendo-dialog-actions>\n</kendo-dialog>" }]
|
|
155
155
|
}], null, { Title: [{
|
|
156
156
|
type: Input
|
|
157
157
|
}], ShowSaveButton: [{
|
|
@@ -180,4 +180,4 @@ EntityFormDialog.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: EntityForm
|
|
|
180
180
|
type: ViewChild,
|
|
181
181
|
args: ['dynamicFormContainer', { read: ViewContainerRef }]
|
|
182
182
|
}] }); })();
|
|
183
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityFormDialog, { className: "EntityFormDialog", filePath: "src
|
|
183
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityFormDialog, { className: "EntityFormDialog", filePath: "src/lib/entity-form-dialog/entity-form-dialog.component.ts", lineNumber: 15 }); })();
|
package/package.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@memberjunction/ng-entity-form-dialog",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "MemberJunction: Dialog component that is able to display any entity form in a modal dialog",
|
|
5
|
-
"main": "./dist/public-api.js",
|
|
6
|
-
"typings": "./dist/public-api.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"/dist"
|
|
9
|
-
],
|
|
10
|
-
"scripts": {
|
|
11
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
-
"build": "ngc"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [],
|
|
15
|
-
"author": "",
|
|
16
|
-
"license": "ISC",
|
|
17
|
-
"devDependencies": {
|
|
18
|
-
"@angular/compiler": "~17.2.2",
|
|
19
|
-
"@angular/compiler-cli": "~17.2.2"
|
|
20
|
-
},
|
|
21
|
-
"peerDependencies": {
|
|
22
|
-
"@angular/common": "~17.2.2",
|
|
23
|
-
"@angular/core": "~17.2.2",
|
|
24
|
-
"@angular/forms": "~17.2.2",
|
|
25
|
-
"@angular/router": "~17.2.2"
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@memberjunction/core-entities": "^1.0.
|
|
29
|
-
"@memberjunction/global": "^1.0.
|
|
30
|
-
"@memberjunction/core": "^1.0.
|
|
31
|
-
"@memberjunction/ng-container-directives": "^1.0.
|
|
32
|
-
"@memberjunction/ng-shared": "^1.0.
|
|
33
|
-
"@memberjunction/ng-base-forms": "^1.0.
|
|
34
|
-
"@progress/kendo-angular-buttons": "~15.1.0",
|
|
35
|
-
"@progress/kendo-angular-dialog": "~15.1.0",
|
|
36
|
-
"tslib": "^2.3.0"
|
|
37
|
-
},
|
|
38
|
-
"sideEffects": false
|
|
39
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@memberjunction/ng-entity-form-dialog",
|
|
3
|
+
"version": "1.0.7-next.0",
|
|
4
|
+
"description": "MemberJunction: Dialog component that is able to display any entity form in a modal dialog",
|
|
5
|
+
"main": "./dist/public-api.js",
|
|
6
|
+
"typings": "./dist/public-api.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"/dist"
|
|
9
|
+
],
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
+
"build": "ngc"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [],
|
|
15
|
+
"author": "",
|
|
16
|
+
"license": "ISC",
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@angular/compiler": "~17.2.2",
|
|
19
|
+
"@angular/compiler-cli": "~17.2.2"
|
|
20
|
+
},
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"@angular/common": "~17.2.2",
|
|
23
|
+
"@angular/core": "~17.2.2",
|
|
24
|
+
"@angular/forms": "~17.2.2",
|
|
25
|
+
"@angular/router": "~17.2.2"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@memberjunction/core-entities": "^1.0.7-next.0",
|
|
29
|
+
"@memberjunction/global": "^1.0.7-next.0",
|
|
30
|
+
"@memberjunction/core": "^1.0.7-next.0",
|
|
31
|
+
"@memberjunction/ng-container-directives": "^1.0.7-next.0",
|
|
32
|
+
"@memberjunction/ng-shared": "^1.0.7-next.0",
|
|
33
|
+
"@memberjunction/ng-base-forms": "^1.0.7-next.0",
|
|
34
|
+
"@progress/kendo-angular-buttons": "~15.1.0",
|
|
35
|
+
"@progress/kendo-angular-dialog": "~15.1.0",
|
|
36
|
+
"tslib": "^2.3.0"
|
|
37
|
+
},
|
|
38
|
+
"sideEffects": false
|
|
39
|
+
}
|