@memberjunction/ng-generic-dialog 3.0.0 → 3.1.1

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.
@@ -190,5 +190,5 @@ export class GenericDialogComponent {
190
190
  type: ContentChild,
191
191
  args: ['custom-actions', { static: false }]
192
192
  }] }); })();
193
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GenericDialogComponent, { className: "GenericDialogComponent" }); })();
193
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(GenericDialogComponent, { className: "GenericDialogComponent", filePath: "src/lib/dialog.component.ts", lineNumber: 24 }); })();
194
194
  //# sourceMappingURL=dialog.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-generic-dialog",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "description": "MemberJunction: Angular component for a generic dialog",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",