@memberjunction/ng-file-storage 5.34.1 → 5.36.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.
- package/dist/lib/file-browser/file-browser-resource.component.d.ts.map +1 -1
- package/dist/lib/file-browser/file-browser-resource.component.js +21 -11
- package/dist/lib/file-browser/file-browser-resource.component.js.map +1 -1
- package/dist/lib/module.d.ts +1 -1
- package/dist/lib/module.d.ts.map +1 -1
- package/dist/lib/module.js +9 -3
- package/dist/lib/module.js.map +1 -1
- package/package.json +10 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-browser-resource.component.d.ts","sourceRoot":"","sources":["../../../src/lib/file-browser/file-browser-resource.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"file-browser-resource.component.d.ts","sourceRoot":"","sources":["../../../src/lib/file-browser/file-browser-resource.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAG7D;;;GAGG;AACH,qBAqCa,mBAAoB,SAAQ,qBAAqB;IAC5D,OAAO,CAAC,UAAU,CAAS;;IAM3B,IAAa,IAAI,CAAC,KAAK,EAAE,YAAY,EAMpC;IAED,IAAa,IAAI,IAAI,YAAY,CAEhC;IAED;;;OAGG;YACW,eAAe;IAO7B;;OAEG;IACY,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;IAI1E;;OAEG;IACY,oBAAoB,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC;yCAxC7D,mBAAmB;2CAAnB,mBAAmB;CA2C/B"}
|
|
@@ -8,7 +8,8 @@ import { Component } from '@angular/core';
|
|
|
8
8
|
import { BaseResourceComponent } from '@memberjunction/ng-shared';
|
|
9
9
|
import { RegisterClass } from '@memberjunction/global';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "
|
|
11
|
+
import * as i1 from "@memberjunction/ng-ui-components";
|
|
12
|
+
import * as i2 from "./file-browser.component";
|
|
12
13
|
/**
|
|
13
14
|
* File Browser Resource Wrapper - displays the file browser in a tab
|
|
14
15
|
* Extends BaseResourceComponent to work with the MJ resource type system
|
|
@@ -51,11 +52,13 @@ let FileBrowserResource = class FileBrowserResource extends BaseResourceComponen
|
|
|
51
52
|
return 'fa-solid fa-folder-tree';
|
|
52
53
|
}
|
|
53
54
|
static ɵfac = function FileBrowserResource_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FileBrowserResource)(); };
|
|
54
|
-
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileBrowserResource, selectors: [["mj-file-browser-resource"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
55
|
-
i0.ɵɵelementStart(0, "
|
|
56
|
-
i0.ɵɵelement(1, "mj-
|
|
57
|
-
i0.ɵɵ
|
|
58
|
-
|
|
55
|
+
static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FileBrowserResource, selectors: [["mj-file-browser-resource"]], standalone: false, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 0, consts: [["Title", "File Browser", "Icon", "fa-solid fa-folder-tree", "Subtitle", "Browse and manage files across storage providers"], [1, "file-browser-body"]], template: function FileBrowserResource_Template(rf, ctx) { if (rf & 1) {
|
|
56
|
+
i0.ɵɵelementStart(0, "mj-page-layout");
|
|
57
|
+
i0.ɵɵelement(1, "mj-page-header", 0);
|
|
58
|
+
i0.ɵɵelementStart(2, "div", 1);
|
|
59
|
+
i0.ɵɵelement(3, "mj-file-browser");
|
|
60
|
+
i0.ɵɵelementEnd()();
|
|
61
|
+
} }, dependencies: [i1.MJPageHeaderComponent, i1.MJPageLayoutComponent, i2.FileBrowserComponent], styles: ["[_nghost-%COMP%] {\n display: block;\n width: 100%;\n height: 100%;\n }\n .file-browser-body[_ngcontent-%COMP%] {\n flex: 1;\n min-height: 0;\n padding: 0 24px 24px;\n display: flex;\n }\n \n\n .file-browser-body[_ngcontent-%COMP%] :is(mj-file-browser[_ngcontent-%COMP%]) {\n flex: 1;\n min-height: 0;\n min-width: 0;\n display: flex;\n }"] });
|
|
59
62
|
};
|
|
60
63
|
FileBrowserResource = __decorate([
|
|
61
64
|
RegisterClass(BaseResourceComponent, 'FileBrowserResource')
|
|
@@ -64,10 +67,17 @@ export { FileBrowserResource };
|
|
|
64
67
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileBrowserResource, [{
|
|
65
68
|
type: Component,
|
|
66
69
|
args: [{ standalone: false, selector: 'mj-file-browser-resource', template: `
|
|
67
|
-
<
|
|
68
|
-
<mj-
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
<mj-page-layout>
|
|
71
|
+
<mj-page-header
|
|
72
|
+
Title="File Browser"
|
|
73
|
+
Icon="fa-solid fa-folder-tree"
|
|
74
|
+
Subtitle="Browse and manage files across storage providers">
|
|
75
|
+
</mj-page-header>
|
|
76
|
+
<div class="file-browser-body">
|
|
77
|
+
<mj-file-browser></mj-file-browser>
|
|
78
|
+
</div>
|
|
79
|
+
</mj-page-layout>
|
|
80
|
+
`, styles: ["\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n .file-browser-body {\n flex: 1;\n min-height: 0;\n padding: 0 24px 24px;\n display: flex;\n }\n /* The inner mj-file-browser needs to fill the body container. */\n .file-browser-body :is(mj-file-browser) {\n flex: 1;\n min-height: 0;\n min-width: 0;\n display: flex;\n }\n "] }]
|
|
71
81
|
}], () => [], null); })();
|
|
72
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FileBrowserResource, { className: "FileBrowserResource", filePath: "src/lib/file-browser/file-browser-resource.component.ts", lineNumber:
|
|
82
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(FileBrowserResource, { className: "FileBrowserResource", filePath: "src/lib/file-browser/file-browser-resource.component.ts", lineNumber: 47 }); })();
|
|
73
83
|
//# sourceMappingURL=file-browser-resource.component.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-browser-resource.component.js","sourceRoot":"","sources":["../../../src/lib/file-browser/file-browser-resource.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC
|
|
1
|
+
{"version":3,"file":"file-browser-resource.component.js","sourceRoot":"","sources":["../../../src/lib/file-browser/file-browser-resource.component.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;;;;AAEvD;;;GAGG;AAsCI,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,qBAAqB;IACpD,UAAU,GAAG,KAAK,CAAC;IAE3B;QACE,KAAK,EAAE,CAAC;IACV,CAAC;IAED,IAAa,IAAI,CAAC,KAAmB;QACnC,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC;YACrB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC;YACvB,IAAI,CAAC,eAAe,EAAE,CAAC;QACzB,CAAC;IACH,CAAC;IAED,IAAa,IAAI;QACf,OAAO,KAAK,CAAC,IAAI,CAAC;IACpB,CAAC;IAED;;;OAGG;IACK,KAAK,CAAC,eAAe;QAC3B,oEAAoE;QACpE,6CAA6C;QAC7C,MAAM,OAAO,CAAC,OAAO,EAAE,CAAC;QACxB,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC5B,CAAC;IAED;;OAEG;IACM,KAAK,CAAC,sBAAsB,CAAC,IAAkB;QACtD,OAAO,IAAI,CAAC,IAAI,IAAI,cAAc,CAAC;IACrC,CAAC;IAED;;OAEG;IACM,KAAK,CAAC,oBAAoB,CAAC,IAAkB;QACpD,OAAO,yBAAyB,CAAC;IACnC,CAAC;6GA1CU,mBAAmB;6DAAnB,mBAAmB;YAhC5B,sCAAgB;YACd,oCAIiB;YACjB,8BAA+B;YAC7B,kCAAmC;YAEvC,AADE,iBAAM,EACS;;;AAuBR,mBAAmB;IArC/B,aAAa,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;GAqC/C,mBAAmB,CA2C/B;;iFA3CY,mBAAmB;cApC/B,SAAS;6BACI,KAAK,YACP,0BAA0B,YAC1B;;;;;;;;;;;GAWT;;kFAsBU,mBAAmB","sourcesContent":["import { Component } from '@angular/core';\nimport { BaseResourceComponent } from '@memberjunction/ng-shared';\nimport { ResourceData } from '@memberjunction/core-entities';\nimport { RegisterClass } from '@memberjunction/global';\n\n/**\n * File Browser Resource Wrapper - displays the file browser in a tab\n * Extends BaseResourceComponent to work with the MJ resource type system\n */\n@RegisterClass(BaseResourceComponent, 'FileBrowserResource')\n@Component({\n standalone: false,\n selector: 'mj-file-browser-resource',\n template: `\n <mj-page-layout>\n <mj-page-header\n Title=\"File Browser\"\n Icon=\"fa-solid fa-folder-tree\"\n Subtitle=\"Browse and manage files across storage providers\">\n </mj-page-header>\n <div class=\"file-browser-body\">\n <mj-file-browser></mj-file-browser>\n </div>\n </mj-page-layout>\n `,\n styles: [`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n .file-browser-body {\n flex: 1;\n min-height: 0;\n padding: 0 24px 24px;\n display: flex;\n }\n /* The inner mj-file-browser needs to fill the body container. */\n .file-browser-body :is(mj-file-browser) {\n flex: 1;\n min-height: 0;\n min-width: 0;\n display: flex;\n }\n `]\n})\nexport class FileBrowserResource extends BaseResourceComponent {\n private dataLoaded = false;\n\n constructor() {\n super();\n }\n\n override set Data(value: ResourceData) {\n super.Data = value;\n if (!this.dataLoaded) {\n this.dataLoaded = true;\n this.loadFileBrowser();\n }\n }\n\n override get Data(): ResourceData {\n return super.Data;\n }\n\n /**\n * Load the file browser (currently just notifies load complete)\n * In future phases, this could pass configuration from ResourceData\n */\n private async loadFileBrowser(): Promise<void> {\n // Defer to next microtask so the shell's LoadCompleteEvent callback\n // is wired before we fire NotifyLoadComplete\n await Promise.resolve();\n this.NotifyLoadComplete();\n }\n\n /**\n * Get the display name for the file browser resource\n */\n override async GetResourceDisplayName(data: ResourceData): Promise<string> {\n return data.Name || 'File Browser';\n }\n\n /**\n * Get the icon class for file browser resources\n */\n override async GetResourceIconClass(data: ResourceData): Promise<string> {\n return 'fa-solid fa-folder-tree';\n }\n}\n"]}
|
package/dist/lib/module.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import * as i14 from "@memberjunction/ng-shared-generic";
|
|
|
16
16
|
import * as i15 from "@memberjunction/ng-ui-components";
|
|
17
17
|
export declare class FileStorageModule {
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileStorageModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FileStorageModule, [typeof i1.CategoryTreeComponent, typeof i2.FilesGridComponent, typeof i3.FileUploadComponent, typeof i4.FileBrowserComponent, typeof i5.FileBrowserDemoComponent, typeof i6.FileBrowserResource, typeof i7.StorageProvidersListComponent, typeof i8.FolderTreeComponent, typeof i9.FileGridComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.AgGridModule, typeof i13.ContainerDirectivesModule, typeof i14.SharedGenericModule, typeof i15.MJButtonDirective, typeof i15.MJDialogComponent, typeof i15.MJDialogActionsComponent], [typeof i1.CategoryTreeComponent, typeof i2.FilesGridComponent, typeof i3.FileUploadComponent, typeof i4.FileBrowserComponent, typeof i5.FileBrowserDemoComponent, typeof i6.FileBrowserResource]>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileStorageModule, [typeof i1.CategoryTreeComponent, typeof i2.FilesGridComponent, typeof i3.FileUploadComponent, typeof i4.FileBrowserComponent, typeof i5.FileBrowserDemoComponent, typeof i6.FileBrowserResource, typeof i7.StorageProvidersListComponent, typeof i8.FolderTreeComponent, typeof i9.FileGridComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.AgGridModule, typeof i13.ContainerDirectivesModule, typeof i14.SharedGenericModule, typeof i15.MJButtonDirective, typeof i15.MJDialogComponent, typeof i15.MJDialogActionsComponent, typeof i15.MJPageHeaderComponent, typeof i15.MJPageLayoutComponent], [typeof i1.CategoryTreeComponent, typeof i2.FilesGridComponent, typeof i3.FileUploadComponent, typeof i4.FileBrowserComponent, typeof i5.FileBrowserDemoComponent, typeof i6.FileBrowserResource]>;
|
|
20
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<FileStorageModule>;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/lib/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAwBA,qBAiCa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
|
package/dist/lib/module.js
CHANGED
|
@@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
|
|
|
2
2
|
import { NgModule } from '@angular/core';
|
|
3
3
|
import { FormsModule } from '@angular/forms';
|
|
4
4
|
import { AgGridModule } from 'ag-grid-angular';
|
|
5
|
-
import { MJButtonDirective, MJDialogComponent, MJDialogActionsComponent } from '@memberjunction/ng-ui-components';
|
|
5
|
+
import { MJButtonDirective, MJDialogComponent, MJDialogActionsComponent, MJPageHeaderComponent, MJPageLayoutComponent } from '@memberjunction/ng-ui-components';
|
|
6
6
|
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
7
7
|
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
8
8
|
import { CategoryTreeComponent } from './category-tree/category-tree';
|
|
@@ -24,7 +24,9 @@ export class FileStorageModule {
|
|
|
24
24
|
ContainerDirectivesModule,
|
|
25
25
|
SharedGenericModule,
|
|
26
26
|
MJDialogComponent,
|
|
27
|
-
MJDialogActionsComponent
|
|
27
|
+
MJDialogActionsComponent,
|
|
28
|
+
MJPageHeaderComponent,
|
|
29
|
+
MJPageLayoutComponent] });
|
|
28
30
|
}
|
|
29
31
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FileStorageModule, [{
|
|
30
32
|
type: NgModule,
|
|
@@ -49,6 +51,8 @@ export class FileStorageModule {
|
|
|
49
51
|
MJButtonDirective,
|
|
50
52
|
MJDialogComponent,
|
|
51
53
|
MJDialogActionsComponent,
|
|
54
|
+
MJPageHeaderComponent,
|
|
55
|
+
MJPageLayoutComponent,
|
|
52
56
|
],
|
|
53
57
|
exports: [
|
|
54
58
|
CategoryTreeComponent,
|
|
@@ -75,7 +79,9 @@ export class FileStorageModule {
|
|
|
75
79
|
SharedGenericModule,
|
|
76
80
|
MJButtonDirective,
|
|
77
81
|
MJDialogComponent,
|
|
78
|
-
MJDialogActionsComponent
|
|
82
|
+
MJDialogActionsComponent,
|
|
83
|
+
MJPageHeaderComponent,
|
|
84
|
+
MJPageLayoutComponent], exports: [CategoryTreeComponent,
|
|
79
85
|
FilesGridComponent,
|
|
80
86
|
FileUploadComponent,
|
|
81
87
|
FileBrowserComponent,
|
package/dist/lib/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/lib/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,qBAAqB,EACtB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AAChG,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;;AAmCvE,MAAM,OAAO,iBAAiB;2GAAjB,iBAAiB;4DAAjB,iBAAiB;gEApB1B,YAAY;YACZ,WAAW;YACX,YAAY;YACZ,yBAAyB;YACzB,mBAAmB;YAEnB,iBAAiB;YACjB,wBAAwB;YACxB,qBAAqB;YACrB,qBAAqB;;iFAWZ,iBAAiB;cAjC7B,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,qBAAqB;oBACrB,kBAAkB;oBAClB,mBAAmB;oBACnB,oBAAoB;oBACpB,wBAAwB;oBACxB,mBAAmB;oBACnB,6BAA6B;oBAC7B,mBAAmB;oBACnB,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,YAAY;oBACZ,yBAAyB;oBACzB,mBAAmB;oBACnB,iBAAiB;oBACjB,iBAAiB;oBACjB,wBAAwB;oBACxB,qBAAqB;oBACrB,qBAAqB;iBACtB;gBACD,OAAO,EAAE;oBACP,qBAAqB;oBACrB,kBAAkB;oBAClB,mBAAmB;oBACnB,oBAAoB;oBACpB,wBAAwB;oBACxB,mBAAmB;iBACpB;aACF;;wFACY,iBAAiB,mBA/B1B,qBAAqB;QACrB,kBAAkB;QAClB,mBAAmB;QACnB,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB;QACnB,6BAA6B;QAC7B,mBAAmB;QACnB,iBAAiB,aAGjB,YAAY;QACZ,WAAW;QACX,YAAY;QACZ,yBAAyB;QACzB,mBAAmB;QACnB,iBAAiB;QACjB,iBAAiB;QACjB,wBAAwB;QACxB,qBAAqB;QACrB,qBAAqB,aAGrB,qBAAqB;QACrB,kBAAkB;QAClB,mBAAmB;QACnB,oBAAoB;QACpB,wBAAwB;QACxB,mBAAmB","sourcesContent":["import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\nimport { AgGridModule } from 'ag-grid-angular';\nimport {\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJPageHeaderComponent,\n MJPageLayoutComponent\n} from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CategoryTreeComponent } from './category-tree/category-tree';\nimport { FileUploadComponent } from './file-upload/file-upload';\nimport { FilesGridComponent } from './files-grid/files-grid';\nimport { FileBrowserComponent } from './file-browser/file-browser.component';\nimport { FileBrowserDemoComponent } from './file-browser/file-browser-demo.component';\nimport { FileBrowserResource } from './file-browser/file-browser-resource.component';\nimport { StorageProvidersListComponent } from './file-browser/storage-providers-list.component';\nimport { FolderTreeComponent } from './file-browser/folder-tree.component';\nimport { FileGridComponent } from './file-browser/file-grid.component';\n\n@NgModule({\n declarations: [\n CategoryTreeComponent,\n FilesGridComponent,\n FileUploadComponent,\n FileBrowserComponent,\n FileBrowserDemoComponent,\n FileBrowserResource,\n StorageProvidersListComponent,\n FolderTreeComponent,\n FileGridComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n AgGridModule,\n ContainerDirectivesModule,\n SharedGenericModule,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJPageHeaderComponent,\n MJPageLayoutComponent,\n ],\n exports: [\n CategoryTreeComponent,\n FilesGridComponent,\n FileUploadComponent,\n FileBrowserComponent,\n FileBrowserDemoComponent,\n FileBrowserResource\n ],\n})\nexport class FileStorageModule {}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-file-storage",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.36.0",
|
|
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",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"@angular/router": "21.1.3"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@memberjunction/ng-ui-components": "5.
|
|
41
|
+
"@memberjunction/ng-ui-components": "5.36.0",
|
|
42
42
|
"@angular/platform-browser": "21.1.3",
|
|
43
|
-
"@memberjunction/core": "5.
|
|
44
|
-
"@memberjunction/ng-base-types": "5.
|
|
45
|
-
"@memberjunction/core-entities": "5.
|
|
46
|
-
"@memberjunction/global": "5.
|
|
47
|
-
"@memberjunction/graphql-dataprovider": "5.
|
|
48
|
-
"@memberjunction/ng-container-directives": "5.
|
|
49
|
-
"@memberjunction/ng-shared": "5.
|
|
50
|
-
"@memberjunction/ng-shared-generic": "5.
|
|
43
|
+
"@memberjunction/core": "5.36.0",
|
|
44
|
+
"@memberjunction/ng-base-types": "5.36.0",
|
|
45
|
+
"@memberjunction/core-entities": "5.36.0",
|
|
46
|
+
"@memberjunction/global": "5.36.0",
|
|
47
|
+
"@memberjunction/graphql-dataprovider": "5.36.0",
|
|
48
|
+
"@memberjunction/ng-container-directives": "5.36.0",
|
|
49
|
+
"@memberjunction/ng-shared": "5.36.0",
|
|
50
|
+
"@memberjunction/ng-shared-generic": "5.36.0",
|
|
51
51
|
"ag-grid-angular": "^35.0.1",
|
|
52
52
|
"ag-grid-community": "^35.0.1",
|
|
53
53
|
"tslib": "^2.8.1",
|