@memberjunction/ng-file-storage 6.1.0-edge.1 → 6.1.0-edge.3

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.
Files changed (41) hide show
  1. package/LICENSE +180 -4
  2. package/README.md +60 -15
  3. package/dist/lib/admin/storage-admin-dialog.component.d.ts +63 -0
  4. package/dist/lib/admin/storage-admin-dialog.component.d.ts.map +1 -0
  5. package/dist/lib/admin/storage-admin-dialog.component.js +917 -0
  6. package/dist/lib/admin/storage-admin-dialog.component.js.map +1 -0
  7. package/dist/lib/file-browser/file-browser-resource.component.d.ts.map +1 -1
  8. package/dist/lib/file-browser/file-browser-resource.component.js +11 -21
  9. package/dist/lib/file-browser/file-browser-resource.component.js.map +1 -1
  10. package/dist/lib/file-browser/file-browser.component.js +2 -2
  11. package/dist/lib/file-browser/file-grid.component.d.ts +63 -3
  12. package/dist/lib/file-browser/file-grid.component.d.ts.map +1 -1
  13. package/dist/lib/file-browser/file-grid.component.js +1088 -735
  14. package/dist/lib/file-browser/file-grid.component.js.map +1 -1
  15. package/dist/lib/file-browser/folder-tree.component.js +32 -30
  16. package/dist/lib/file-browser/folder-tree.component.js.map +1 -1
  17. package/dist/lib/file-browser/storage-providers-list.component.d.ts +37 -3
  18. package/dist/lib/file-browser/storage-providers-list.component.d.ts.map +1 -1
  19. package/dist/lib/file-browser/storage-providers-list.component.js +191 -65
  20. package/dist/lib/file-browser/storage-providers-list.component.js.map +1 -1
  21. package/dist/lib/module.d.ts +10 -7
  22. package/dist/lib/module.d.ts.map +1 -1
  23. package/dist/lib/module.js +27 -7
  24. package/dist/lib/module.js.map +1 -1
  25. package/dist/lib/record-attachments/record-attachments.component.d.ts +203 -0
  26. package/dist/lib/record-attachments/record-attachments.component.d.ts.map +1 -0
  27. package/dist/lib/record-attachments/record-attachments.component.js +2270 -0
  28. package/dist/lib/record-attachments/record-attachments.component.js.map +1 -0
  29. package/dist/lib/record-attachments/record-attachments.events.d.ts +124 -0
  30. package/dist/lib/record-attachments/record-attachments.events.d.ts.map +1 -0
  31. package/dist/lib/record-attachments/record-attachments.events.js +178 -0
  32. package/dist/lib/record-attachments/record-attachments.events.js.map +1 -0
  33. package/dist/lib/record-attachments/record-attachments.types.d.ts +90 -0
  34. package/dist/lib/record-attachments/record-attachments.types.d.ts.map +1 -0
  35. package/dist/lib/record-attachments/record-attachments.types.js +57 -0
  36. package/dist/lib/record-attachments/record-attachments.types.js.map +1 -0
  37. package/dist/public-api.d.ts +4 -0
  38. package/dist/public-api.d.ts.map +1 -1
  39. package/dist/public-api.js +4 -0
  40. package/dist/public-api.js.map +1 -1
  41. package/package.json +14 -13
package/LICENSE CHANGED
@@ -1,7 +1,183 @@
1
- ISC License
1
+ Business Source License 1.1
2
2
 
3
- Copyright (c) 2023 MemberJunction
3
+ License text copyright (c) 2024 MariaDB plc, All Rights Reserved.
4
+ "Business Source License" is a trademark of MariaDB plc.
4
5
 
5
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
6
+ -----------------------------------------------------------------------------
6
7
 
7
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8
+ Parameters
9
+
10
+ Licensor: Blue Cypress, Inc.
11
+
12
+ Licensed Work: MemberJunction.
13
+ The Licensed Work is (c) 2023-2026 Blue Cypress, Inc.
14
+
15
+ Additional Use Grant: Subject to the terms of this License, Licensor grants
16
+ you the following additional rights to make Production
17
+ Use of the Licensed Work.
18
+
19
+ 1. Internal Use
20
+
21
+ You may make production use of the Licensed Work for
22
+ your own internal business or organizational operations.
23
+
24
+ 2. Nonprofit Use
25
+
26
+ If you are a Nonprofit, you may make production use of
27
+ the Licensed Work for the operations and activities of
28
+ your Organizational Family.
29
+
30
+ 3. MemberJunction Certified Program Use
31
+
32
+ If you are authorized by Licensor under the
33
+ MemberJunction Certified Program to provide professional
34
+ services using the Licensed Work, you may make
35
+ production use of the Licensed Work in providing such
36
+ professional services to a client, provided that:
37
+
38
+ (a) the Licensed Work is deployed in, and the applicable
39
+ production use occurs within, an environment owned,
40
+ leased, licensed, subscribed to, or otherwise controlled
41
+ by that client; and
42
+
43
+ (b) the production use is for that client's own internal
44
+ business or organizational operations or is otherwise
45
+ independently permitted to that client under this
46
+ Additional Use Grant.
47
+
48
+ 4. Definitions Applicable to the Additional Use Grant
49
+
50
+ "Affiliate" means, with respect to a specified Person,
51
+ any other Person that directly or indirectly Controls,
52
+ is Controlled by, or is under common Control with such
53
+ specified Person.
54
+
55
+ "Control" (including the terms "Controls," "Controlled
56
+ by," and "under common Control with") means the direct
57
+ or indirect possession of the power to direct or cause
58
+ the direction of the management and policies of a
59
+ Person, whether through ownership of voting interests,
60
+ by contract, or otherwise.
61
+
62
+ "Organizational Family" means, with respect to a Person,
63
+ (a) such Person and its Affiliates, and (b) any
64
+ nonprofit organization, governmental entity, chapter,
65
+ division, local affiliate, regional affiliate, state
66
+ affiliate, national affiliate, or other entity that is
67
+ formally affiliated with such Person through governing
68
+ documents, a charter, bylaws, a membership agreement, or
69
+ another written organizational instrument, and is
70
+ recognized under such documents as part of the same
71
+ organizational structure.
72
+
73
+ "Nonprofit" means a Person recognized by the Internal
74
+ Revenue Service as exempt from federal income taxation
75
+ under Section 501(c)(3), 501(c)(4), 501(c)(5), or
76
+ 501(c)(6) of the Internal Revenue Code, or a foreign
77
+ organization recognized under substantially equivalent
78
+ laws.
79
+
80
+ A Person claiming eligibility as a Nonprofit shall, upon
81
+ Licensor's reasonable request, provide documentation
82
+ reasonably sufficient to demonstrate that it qualifies
83
+ as a Nonprofit. If such Person materially misrepresents,
84
+ or is unable to demonstrate, its qualification as a
85
+ Nonprofit, the rights granted to such Person under
86
+ Section 2 of this Additional Use Grant shall terminate.
87
+
88
+ "MemberJunction Certified Program" means Licensor's
89
+ then-current program for certifying and authorizing a
90
+ Person to provide professional services using the
91
+ Licensed Work.
92
+
93
+ "Person" means any individual, corporation, limited
94
+ liability company, partnership, association, nonprofit
95
+ organization, governmental entity, or other legal or
96
+ organizational entity.
97
+
98
+ Change Date: Four (4) years from the date the Licensed Work is first
99
+ made available.
100
+
101
+ Change License: MIT License.
102
+
103
+ For information about alternative licensing arrangements for the Licensed
104
+ Work, please contact Blue Cypress, Inc.
105
+
106
+ -----------------------------------------------------------------------------
107
+
108
+ Terms
109
+
110
+ The Licensor hereby grants you the right to copy, modify, create derivative
111
+ works, redistribute, and make non-production use of the Licensed Work. The
112
+ Licensor may make an Additional Use Grant, above, permitting limited
113
+ production use.
114
+
115
+ Effective on the Change Date, or the fourth anniversary of the first publicly
116
+ available distribution of a specific version of the Licensed Work under this
117
+ License, whichever comes first, the Licensor hereby grants you rights under
118
+ the terms of the Change License, and the rights granted in the paragraph
119
+ above terminate.
120
+
121
+ If your use of the Licensed Work does not comply with the requirements
122
+ currently in effect as described in this License, you must purchase a
123
+ commercial license from the Licensor, its affiliated entities, or authorized
124
+ resellers, or you must refrain from using the Licensed Work.
125
+
126
+ All copies of the original and modified Licensed Work, and derivative works
127
+ of the Licensed Work, are subject to this License. This License applies
128
+ separately for each version of the Licensed Work and the Change Date may vary
129
+ for each version of the Licensed Work released by Licensor.
130
+
131
+ You must conspicuously display this License on each original or modified copy
132
+ of the Licensed Work. If you receive the Licensed Work in original or
133
+ modified form from a third party, the terms and conditions set forth in this
134
+ License apply to your use of that work.
135
+
136
+ Any use of the Licensed Work in violation of this License will automatically
137
+ terminate your rights under this License for the current and all other
138
+ versions of the Licensed Work.
139
+
140
+ This License does not grant you any right in any trademark or logo of
141
+ Licensor or its affiliates (provided that you may use a trademark or logo of
142
+ Licensor as expressly required by this License).
143
+
144
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
145
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
146
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
147
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
148
+ TITLE.
149
+
150
+ MariaDB hereby grants you permission to use this License's text to license
151
+ your works, and to refer to it using the trademark "Business Source License",
152
+ as long as you comply with the Covenants of Licensor below.
153
+
154
+ -----------------------------------------------------------------------------
155
+
156
+ Covenants of Licensor
157
+
158
+ In consideration of the right to use this License's text and the "Business
159
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
160
+ other recipients of the licensed work to be provided by Licensor:
161
+
162
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
163
+ or a license that is compatible with GPL Version 2.0 or a later version,
164
+ where "compatible" means that software provided under the Change License
165
+ can be included in a program with software provided under GPL Version 2.0
166
+ or a later version. Licensor may specify additional Change Licenses without
167
+ limitation.
168
+
169
+ 2. To either: (a) specify an additional grant of rights to use that does not
170
+ impose any additional restriction on the right granted in this License, as
171
+ the Additional Use Grant; or (b) insert the text "None".
172
+
173
+ 3. To specify a Change Date.
174
+
175
+ 4. Not to modify this License in any other way.
176
+
177
+ -----------------------------------------------------------------------------
178
+
179
+ Notice
180
+
181
+ The Business Source License (this document, or the "License") is not an Open
182
+ Source license. However, the Licensed Work will eventually be made available
183
+ under an Open Source License, as stated in this License.
package/README.md CHANGED
@@ -180,29 +180,74 @@ Kendo Grid for displaying and managing files with inline editing.
180
180
  | `canBeDeleted(file)` | Checks if file can be deleted |
181
181
  | `Refresh()` | Refreshes the files grid |
182
182
 
183
- ### FileUploadComponent (`mj-files-file-upload`)
183
+ ### RecordAttachmentsComponent (`mj-record-attachments`)
184
184
 
185
- File upload component with storage provider integration and overwrite protection.
185
+ Slide-in drawer and standalone component for managing file attachments linked to specific entity records via `MJ: File Entity Record Links` and `MJ: Files`.
186
+
187
+ Features:
188
+ - **Slide-in & Resizable**: Built on `<mj-slide-panel>` with `UserInfoEngine` width persistence.
189
+ - **Provider Filtering**: Filter attachments across all configured cloud storage providers (Azure Blob, AWS S3, Box, etc.).
190
+ - **Dual View Modes**: Card/Grid view with rich thumbnails and compact table/list view.
191
+ - **Drag-and-Drop Uploader**: Direct upload pipeline with target storage account picker and signed token generation.
192
+ - **Rich Media Preview**: In-app previews for PDFs, Images, Audio, Video, Code/Text, and Documents.
193
+ - **Cancelable Before/After Events**: Full event lifecycle for uploads, deletions, unlinking, downloads, previews, and replacements.
194
+ - **Programmatic Verbs**: Data model and action methods callable via code.
186
195
 
187
196
  #### Inputs
188
197
 
189
198
  | Input | Type | Default | Description |
190
199
  |-------|------|---------|-------------|
191
- | `disabled` | `boolean` | `false` | Disable the upload component |
192
- | `CategoryID` | `string \| undefined` | `undefined` | Category ID for uploaded files |
193
-
194
- #### Outputs
200
+ | `Record` | `BaseEntity \| undefined` | `undefined` | Entity record to load/link attachments for |
201
+ | `EntityID` | `string \| undefined` | `undefined` | Explicit Entity ID (alternative to Record) |
202
+ | `RecordID` | `string \| undefined` | `undefined` | Explicit Record ID (alternative to Record) |
203
+ | `Attachments` | `RecordAttachmentItem[]` | `[]` | Direct data-bound array of attachment items |
204
+ | `Config` | `RecordAttachmentsConfig` | `undefined` | Optional configuration bag |
205
+ | `Visible` | `boolean` | `true` | Whether the slide panel is visible |
206
+ | `Resizable` | `boolean` | `true` | Whether the panel is resizable |
207
+ | `WidthPx` | `number` | `0` | Width in pixels (0 = restore from `UserInfoEngine`) |
208
+ | `ViewMode` | `'grid' \| 'list'` | `'grid'` | Preferred view layout |
209
+ | `AllowUpload` | `boolean` | `true` | Whether file uploading is enabled |
210
+ | `AllowDelete` | `boolean` | `true` | Whether hard delete from storage is enabled |
211
+ | `AllowUnlink` | `boolean` | `true` | Whether unlinking from record is enabled |
212
+ | `AllowDownload` | `boolean` | `true` | Whether file download is enabled |
213
+ | `AllowPreview` | `boolean` | `true` | Whether in-app media preview is enabled |
214
+ | `AllowReplace` | `boolean` | `true` | Whether replacing files is enabled |
215
+ | `ShowProviderFilter` | `boolean` | `true` | Show filter pills when multiple providers are active |
216
+ | `ShowSearch` | `boolean` | `true` | Show quick search filter |
217
+
218
+ #### Outputs & Cancelable Events
195
219
 
196
220
  | Output | Type | Description |
197
221
  |--------|------|-------------|
198
- | `uploadStarted` | `EventEmitter<void>` | Emitted when upload begins |
199
- | `fileUpload` | `EventEmitter<FileUploadEvent>` | Emitted on upload completion |
200
-
201
- #### Properties
202
-
203
- | Property | Type | Description |
204
- |----------|------|-------------|
205
- | `IsUploading` | `boolean` | Whether files are currently uploading |
222
+ | `PanelClosed` | `EventEmitter<void>` | Emitted when user closes the panel |
223
+ | `WidthChanged` | `EventEmitter<number>` | Emitted when panel is resized (auto-persisted) |
224
+ | `AttachmentCountChanged` | `EventEmitter<number>` | Emitted when attachments count changes |
225
+ | `ViewModeChanged` | `EventEmitter<AttachmentViewMode>` | Emitted when view mode toggles |
226
+ | `BeforeUpload` | `EventEmitter<BeforeUploadAttachmentEventArgs>` | Cancelable (`event.Cancel = true`) before upload begins |
227
+ | `AfterUpload` | `EventEmitter<AfterUploadAttachmentEventArgs>` | Emitted after files are uploaded and linked |
228
+ | `BeforeDelete` | `EventEmitter<BeforeDeleteAttachmentEventArgs>` | Cancelable before an attachment is deleted |
229
+ | `AfterDelete` | `EventEmitter<AfterDeleteAttachmentEventArgs>` | Emitted after an attachment is deleted |
230
+ | `BeforeUnlink` | `EventEmitter<BeforeUnlinkAttachmentEventArgs>` | Cancelable before an attachment is unlinked |
231
+ | `AfterUnlink` | `EventEmitter<AfterUnlinkAttachmentEventArgs>` | Emitted after an attachment is unlinked |
232
+ | `BeforeDownload` | `EventEmitter<BeforeDownloadAttachmentEventArgs>` | Cancelable before download starts |
233
+ | `AfterDownload` | `EventEmitter<AfterDownloadAttachmentEventArgs>` | Emitted after download URL is resolved |
234
+ | `BeforePreview` | `EventEmitter<BeforePreviewAttachmentEventArgs>` | Cancelable before preview opens |
235
+ | `AfterPreview` | `EventEmitter<AfterPreviewAttachmentEventArgs>` | Emitted after preview opens |
236
+ | `BeforeReplace` | `EventEmitter<BeforeReplaceAttachmentEventArgs>` | Cancelable before file replacement begins |
237
+ | `AfterReplace` | `EventEmitter<AfterReplaceAttachmentEventArgs>` | Emitted after file is replaced |
238
+
239
+ #### Public Methods (Programmatic Verbs)
240
+
241
+ | Method | Returns | Description |
242
+ |--------|---------|-------------|
243
+ | `Refresh()` | `Promise<void>` | Reloads attachments from server |
244
+ | `UploadFiles(files, accountId?, categoryId?)` | `Promise<RecordAttachmentItem[]>` | Uploads and links files programmatically |
245
+ | `DeleteAttachment(item, hardDelete?)` | `Promise<boolean>` | Deletes an attachment |
246
+ | `UnlinkAttachment(item)` | `Promise<boolean>` | Unlinks attachment from record |
247
+ | `DownloadAttachment(item)` | `Promise<boolean>` | Triggers secure download |
248
+ | `PreviewAttachment(item)` | `Promise<boolean>` | Opens media preview |
249
+ | `ReplaceAttachment(item, newFile)` | `Promise<RecordAttachmentItem \| null>` | Replaces attachment with a new file |
250
+ | `SetViewMode(mode)` | `void` | Changes view mode and persists preference |
206
251
 
207
252
  ## Types
208
253
 
@@ -269,4 +314,4 @@ npm run build
269
314
 
270
315
  ## License
271
316
 
272
- ISC
317
+ Business Source License 1.1 — see [LICENSE](../../../../LICENSE) for details.
@@ -0,0 +1,63 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { type IMetadataProvider } from '@memberjunction/core';
3
+ import { MJFileStorageAccountEntity, MJFileStorageProviderEntity, MJFileStorageAccountPermissionEntity, MJCredentialEntity, MJRoleEntity } from '@memberjunction/core-entities';
4
+ import * as i0 from "@angular/core";
5
+ export type StorageAdminTab = 'accounts' | 'providers';
6
+ export interface StorageAccountRow {
7
+ account: MJFileStorageAccountEntity;
8
+ provider?: MJFileStorageProviderEntity;
9
+ credentialName?: string;
10
+ roleCount: number;
11
+ }
12
+ export declare class StorageAdminDialogComponent implements OnInit {
13
+ private cdr;
14
+ private notifications;
15
+ private viewContainerRef;
16
+ private credentialDialog;
17
+ Visible: boolean;
18
+ ActiveTab: StorageAdminTab;
19
+ Provider: IMetadataProvider | null;
20
+ Close: EventEmitter<void>;
21
+ AccountsChanged: EventEmitter<void>;
22
+ get ProviderToUse(): IMetadataProvider;
23
+ IsLoading: boolean;
24
+ IsSaving: boolean;
25
+ SearchTerm: string;
26
+ Providers: MJFileStorageProviderEntity[];
27
+ Accounts: MJFileStorageAccountEntity[];
28
+ Credentials: MJCredentialEntity[];
29
+ Roles: MJRoleEntity[];
30
+ AccountPermissions: MJFileStorageAccountPermissionEntity[];
31
+ IsEditingAccount: boolean;
32
+ EditingAccount: MJFileStorageAccountEntity | null;
33
+ EditingAccountName: string;
34
+ EditingAccountDescription: string;
35
+ EditingAccountProviderID: string;
36
+ EditingAccountCredentialID: string;
37
+ EditingAccountIncludeInGlobalSearch: boolean;
38
+ EditingAccountSelectedRoleIDs: string[];
39
+ AccountToDelete: MJFileStorageAccountEntity | null;
40
+ IsDeleting: boolean;
41
+ ngOnInit(): Promise<void>;
42
+ Open(tab?: StorageAdminTab, accountToEdit?: MJFileStorageAccountEntity | null): Promise<void>;
43
+ LoadAllData(): Promise<void>;
44
+ get FilteredAccountRows(): StorageAccountRow[];
45
+ get ActiveProviders(): MJFileStorageProviderEntity[];
46
+ StartCreateAccount(): void;
47
+ StartEditAccount(account: MJFileStorageAccountEntity): void;
48
+ CancelEditAccount(): void;
49
+ ToggleRoleSelection(roleId: string): void;
50
+ IsRoleSelected(roleId: string): boolean;
51
+ OpenCreateCredentialDialog(): Promise<void>;
52
+ SaveAccount(): Promise<void>;
53
+ private SyncAccountPermissions;
54
+ ConfirmDeleteAccount(account: MJFileStorageAccountEntity): void;
55
+ CancelDeleteAccount(): void;
56
+ ExecuteDeleteAccount(): Promise<void>;
57
+ ToggleProviderActive(provider: MJFileStorageProviderEntity): Promise<void>;
58
+ GetProviderIcon(providerName: string): string;
59
+ OnDialogClose(): void;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageAdminDialogComponent, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<StorageAdminDialogComponent, "mj-storage-admin-dialog", never, { "Visible": { "alias": "Visible"; "required": false; }; "ActiveTab": { "alias": "ActiveTab"; "required": false; }; "Provider": { "alias": "Provider"; "required": false; }; }, { "Close": "Close"; "AccountsChanged": "AccountsChanged"; }, never, never, false, never>;
62
+ }
63
+ //# sourceMappingURL=storage-admin-dialog.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage-admin-dialog.component.d.ts","sourceRoot":"","sources":["../../../src/lib/admin/storage-admin-dialog.component.ts"],"names":[],"mappings":"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"}