@memberjunction/ng-record-selector 3.0.0 → 3.1.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.
|
@@ -136,5 +136,5 @@ export class RecordSelectorDialogComponent {
|
|
|
136
136
|
}], RecordUnselected: [{
|
|
137
137
|
type: Output
|
|
138
138
|
}] }); })();
|
|
139
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordSelectorDialogComponent, { className: "RecordSelectorDialogComponent" }); })();
|
|
139
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordSelectorDialogComponent, { className: "RecordSelectorDialogComponent", filePath: "src/lib/dialog.component.ts", lineNumber: 13 }); })();
|
|
140
140
|
//# sourceMappingURL=dialog.component.js.map
|
|
@@ -153,5 +153,5 @@ export class RecordSelectorComponent {
|
|
|
153
153
|
type: ViewChild,
|
|
154
154
|
args: ['selected', { static: false }]
|
|
155
155
|
}] }); })();
|
|
156
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordSelectorComponent, { className: "RecordSelectorComponent" }); })();
|
|
156
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordSelectorComponent, { className: "RecordSelectorComponent", filePath: "src/lib/record-selector.component.ts", lineNumber: 12 }); })();
|
|
157
157
|
//# sourceMappingURL=record-selector.component.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-record-selector",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "MemberJunction: Angular Components to allow a user to select/deselect items from a possible set",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@progress/kendo-angular-listbox": "16.2.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@memberjunction/core-entities": "3.
|
|
32
|
-
"@memberjunction/global": "3.
|
|
33
|
-
"@memberjunction/core": "3.
|
|
34
|
-
"@memberjunction/ng-container-directives": "3.
|
|
35
|
-
"@memberjunction/ng-shared": "3.
|
|
31
|
+
"@memberjunction/core-entities": "3.1.0",
|
|
32
|
+
"@memberjunction/global": "3.1.0",
|
|
33
|
+
"@memberjunction/core": "3.1.0",
|
|
34
|
+
"@memberjunction/ng-container-directives": "3.1.0",
|
|
35
|
+
"@memberjunction/ng-shared": "3.1.0",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|