@memberjunction/ng-file-storage 1.0.8-next.6 → 1.0.9
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.
|
@@ -145,7 +145,7 @@ export class CategoryTreeComponent {
|
|
|
145
145
|
const { ID } = fileCategory;
|
|
146
146
|
const success = yield fileCategory.Delete();
|
|
147
147
|
if (!success) {
|
|
148
|
-
console.error('Unable to delete file category', fileCategory);
|
|
148
|
+
console.error('Unable to delete file category:', fileCategory);
|
|
149
149
|
this.sharedService.CreateSimpleNotification(`Unable to delete category '${fileCategory.Name}'`, 'error');
|
|
150
150
|
return;
|
|
151
151
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-file-storage",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "MemberJunction: Angular components for managing files, and related components.",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@angular/router": "~17.2.2"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@memberjunction/core": "^1.0.
|
|
30
|
-
"@memberjunction/core-entities": "^1.0.
|
|
31
|
-
"@memberjunction/global": "^1.0.
|
|
32
|
-
"@memberjunction/ng-container-directives": "^1.0.
|
|
33
|
-
"@memberjunction/ng-shared": "^1.0.
|
|
29
|
+
"@memberjunction/core": "^1.0.9",
|
|
30
|
+
"@memberjunction/core-entities": "^1.0.9",
|
|
31
|
+
"@memberjunction/global": "^1.0.9",
|
|
32
|
+
"@memberjunction/ng-container-directives": "^1.0.9",
|
|
33
|
+
"@memberjunction/ng-shared": "^1.0.9",
|
|
34
34
|
"@progress/kendo-angular-buttons": "~15.1.0",
|
|
35
35
|
"@progress/kendo-angular-dialog": "~15.1.0",
|
|
36
36
|
"@progress/kendo-angular-dropdowns": "~15.1.0",
|