@memberjunction/ng-explorer-core 6.1.0-edge.2 → 6.1.0-edge.4
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/LICENSE +180 -4
- package/README.md +1 -1
- package/dist/app-routing.module.d.ts.map +1 -1
- package/dist/app-routing.module.js +33 -7
- package/dist/app-routing.module.js.map +1 -1
- package/dist/lib/identity-claims/claim-redeem.component.d.ts +64 -0
- package/dist/lib/identity-claims/claim-redeem.component.d.ts.map +1 -0
- package/dist/lib/identity-claims/claim-redeem.component.js +276 -0
- package/dist/lib/identity-claims/claim-redeem.component.js.map +1 -0
- package/dist/lib/resource-wrappers/record-resource.component.d.ts.map +1 -1
- package/dist/lib/resource-wrappers/record-resource.component.js +4 -1
- package/dist/lib/resource-wrappers/record-resource.component.js.map +1 -1
- package/dist/lib/shell/shell.component.d.ts +7 -0
- package/dist/lib/shell/shell.component.d.ts.map +1 -1
- package/dist/lib/shell/shell.component.js +60 -42
- package/dist/lib/shell/shell.component.js.map +1 -1
- package/dist/module.d.ts +59 -58
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +3 -0
- package/dist/module.js.map +1 -1
- package/package.json +53 -53
package/dist/module.d.ts
CHANGED
|
@@ -1,65 +1,66 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./lib/oauth/oauth-callback.component";
|
|
3
|
-
import * as i2 from "./lib/
|
|
4
|
-
import * as i3 from "./lib/resource-
|
|
5
|
-
import * as i4 from "./lib/resource-wrappers/
|
|
6
|
-
import * as i5 from "./lib/resource-wrappers/
|
|
7
|
-
import * as i6 from "./lib/resource-wrappers/
|
|
8
|
-
import * as i7 from "./lib/
|
|
9
|
-
import * as i8 from "./lib/single-
|
|
10
|
-
import * as i9 from "./lib/single-
|
|
11
|
-
import * as i10 from "./lib/
|
|
12
|
-
import * as i11 from "./lib/
|
|
13
|
-
import * as i12 from "./lib/single-dashboard/
|
|
14
|
-
import * as i13 from "./lib/single-dashboard/Components/
|
|
15
|
-
import * as i14 from "./lib/single-dashboard/Components/
|
|
16
|
-
import * as i15 from "./lib/
|
|
17
|
-
import * as i16 from "./lib/
|
|
18
|
-
import * as i17 from "./lib/
|
|
19
|
-
import * as i18 from "./lib/
|
|
20
|
-
import * as i19 from "./lib/resource-wrappers/
|
|
21
|
-
import * as i20 from "./lib/resource-wrappers/chat-
|
|
22
|
-
import * as i21 from "./lib/resource-wrappers/chat-
|
|
23
|
-
import * as i22 from "./lib/resource-wrappers/
|
|
24
|
-
import * as i23 from "./lib/resource-wrappers/
|
|
25
|
-
import * as i24 from "./lib/
|
|
26
|
-
import * as i25 from "./lib/
|
|
27
|
-
import * as i26 from "./lib/
|
|
28
|
-
import * as i27 from "
|
|
29
|
-
import * as i28 from "
|
|
30
|
-
import * as i29 from "
|
|
31
|
-
import * as i30 from "@angular/
|
|
32
|
-
import * as i31 from "@angular/
|
|
33
|
-
import * as i32 from "@
|
|
34
|
-
import * as i33 from "@memberjunction/ng-
|
|
35
|
-
import * as i34 from "@memberjunction/ng-
|
|
36
|
-
import * as i35 from "@memberjunction/ng-
|
|
37
|
-
import * as i36 from "@memberjunction/ng-
|
|
38
|
-
import * as i37 from "@memberjunction/ng-
|
|
39
|
-
import * as i38 from "@memberjunction/ng-
|
|
40
|
-
import * as i39 from "@memberjunction/ng-
|
|
41
|
-
import * as i40 from "@memberjunction/ng-
|
|
42
|
-
import * as i41 from "@memberjunction/ng-
|
|
43
|
-
import * as i42 from "@memberjunction/ng-
|
|
44
|
-
import * as i43 from "@memberjunction/ng-
|
|
45
|
-
import * as i44 from "@memberjunction/ng-
|
|
46
|
-
import * as i45 from "@memberjunction/ng-
|
|
47
|
-
import * as i46 from "@memberjunction/ng-
|
|
48
|
-
import * as i47 from "@memberjunction/ng-
|
|
49
|
-
import * as i48 from "@
|
|
50
|
-
import * as i49 from "@
|
|
51
|
-
import * as i50 from "@memberjunction/ng-
|
|
52
|
-
import * as i51 from "@memberjunction/ng-
|
|
53
|
-
import * as i52 from "@memberjunction/ng-
|
|
54
|
-
import * as i53 from "@memberjunction/ng-
|
|
55
|
-
import * as i54 from "@memberjunction/ng-list-
|
|
56
|
-
import * as i55 from "@memberjunction/ng-
|
|
57
|
-
import * as i56 from "@memberjunction/ng-
|
|
58
|
-
import * as i57 from "@memberjunction/ng-
|
|
59
|
-
import * as i58 from "@memberjunction/ng-
|
|
3
|
+
import * as i2 from "./lib/identity-claims/claim-redeem.component";
|
|
4
|
+
import * as i3 from "./lib/generic/resource-container-component";
|
|
5
|
+
import * as i4 from "./lib/resource-wrappers/dashboard-resource.component";
|
|
6
|
+
import * as i5 from "./lib/resource-wrappers/record-resource.component";
|
|
7
|
+
import * as i6 from "./lib/resource-wrappers/search-results-resource.component";
|
|
8
|
+
import * as i7 from "./lib/resource-wrappers/view-resource.component";
|
|
9
|
+
import * as i8 from "./lib/single-record/single-record.component";
|
|
10
|
+
import * as i9 from "./lib/single-search-result/single-search-result.component";
|
|
11
|
+
import * as i10 from "./lib/single-query/single-query.component";
|
|
12
|
+
import * as i11 from "./lib/user-profile/user-profile.component";
|
|
13
|
+
import * as i12 from "./lib/single-dashboard/single-dashboard.component";
|
|
14
|
+
import * as i13 from "./lib/single-dashboard/Components/add-item/add-item.component";
|
|
15
|
+
import * as i14 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
|
|
16
|
+
import * as i15 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
|
|
17
|
+
import * as i16 from "./lib/user-notifications/user-notifications.component";
|
|
18
|
+
import * as i17 from "./lib/resource-wrappers/query-resource.component";
|
|
19
|
+
import * as i18 from "./lib/single-list-detail/single-list-detail.component";
|
|
20
|
+
import * as i19 from "./lib/resource-wrappers/list-detail-resource.component";
|
|
21
|
+
import * as i20 from "./lib/resource-wrappers/chat-conversations-resource.component";
|
|
22
|
+
import * as i21 from "./lib/resource-wrappers/chat-collections-resource.component";
|
|
23
|
+
import * as i22 from "./lib/resource-wrappers/chat-tasks-resource.component";
|
|
24
|
+
import * as i23 from "./lib/resource-wrappers/artifact-resource.component";
|
|
25
|
+
import * as i24 from "./lib/resource-wrappers/notifications-resource.component";
|
|
26
|
+
import * as i25 from "./lib/dashboard-preferences-dialog/dashboard-preferences-dialog.component";
|
|
27
|
+
import * as i26 from "./lib/conversation-feedback/conversation-feedback";
|
|
28
|
+
import * as i27 from "./lib/resource-wrappers/livekit-room-resource.component";
|
|
29
|
+
import * as i28 from "@memberjunction/ng-markdown";
|
|
30
|
+
import * as i29 from "./app-routing.module";
|
|
31
|
+
import * as i30 from "@angular/common";
|
|
32
|
+
import * as i31 from "@angular/forms";
|
|
33
|
+
import * as i32 from "@angular/router";
|
|
34
|
+
import * as i33 from "@memberjunction/ng-export-service";
|
|
35
|
+
import * as i34 from "@memberjunction/ng-record-changes";
|
|
36
|
+
import * as i35 from "@memberjunction/ng-container-directives";
|
|
37
|
+
import * as i36 from "@memberjunction/ng-base-forms";
|
|
38
|
+
import * as i37 from "@memberjunction/ng-query-viewer";
|
|
39
|
+
import * as i38 from "@memberjunction/ng-shared";
|
|
40
|
+
import * as i39 from "@memberjunction/ng-conversations";
|
|
41
|
+
import * as i40 from "@memberjunction/ng-dashboards/core-dashboards.module";
|
|
42
|
+
import * as i41 from "@memberjunction/ng-dashboard-viewer";
|
|
43
|
+
import * as i42 from "@memberjunction/ng-explorer-settings";
|
|
44
|
+
import * as i43 from "@memberjunction/ng-file-storage";
|
|
45
|
+
import * as i44 from "@memberjunction/ng-entity-form-dialog";
|
|
46
|
+
import * as i45 from "@memberjunction/ng-record-selector";
|
|
47
|
+
import * as i46 from "@memberjunction/ng-resource-permissions";
|
|
48
|
+
import * as i47 from "@memberjunction/ng-generic-dialog";
|
|
49
|
+
import * as i48 from "@memberjunction/ng-ui-components";
|
|
50
|
+
import * as i49 from "@angular/cdk/drag-drop";
|
|
51
|
+
import * as i50 from "@memberjunction/ng-ai-test-harness";
|
|
52
|
+
import * as i51 from "@memberjunction/ng-artifacts";
|
|
53
|
+
import * as i52 from "@memberjunction/ng-shared-generic";
|
|
54
|
+
import * as i53 from "@memberjunction/ng-entity-viewer";
|
|
55
|
+
import * as i54 from "@memberjunction/ng-list-detail-grid";
|
|
56
|
+
import * as i55 from "@memberjunction/ng-list-management";
|
|
57
|
+
import * as i56 from "@memberjunction/ng-search";
|
|
58
|
+
import * as i57 from "@memberjunction/ng-word-cloud";
|
|
59
|
+
import * as i58 from "@memberjunction/ng-pagination";
|
|
60
|
+
import * as i59 from "@memberjunction/ng-mj-livekit-room";
|
|
60
61
|
export declare class ExplorerCoreModule {
|
|
61
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExplorerCoreModule, never>;
|
|
62
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.OAuthCallbackComponent, typeof i2.
|
|
63
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.OAuthCallbackComponent, typeof i2.ClaimRedeemComponent, typeof i3.ResourceContainerComponent, typeof i4.DashboardResource, typeof i5.EntityRecordResource, typeof i6.SearchResultsResource, typeof i7.UserViewResource, typeof i8.SingleRecordComponent, typeof i9.SingleSearchResultComponent, typeof i10.SingleQueryComponent, typeof i11.UserProfileComponent, typeof i12.SingleDashboardComponent, typeof i13.AddItemComponent, typeof i14.DeleteItemComponent, typeof i15.EditDashboardComponent, typeof i16.UserNotificationsComponent, typeof i17.QueryResource, typeof i18.SingleListDetailComponent, typeof i19.ListDetailResource, typeof i20.ChatConversationsResource, typeof i21.ChatCollectionsResource, typeof i22.ChatTasksResource, typeof i23.ArtifactResource, typeof i24.NotificationsResource, typeof i25.DashboardPreferencesDialogComponent, typeof i26.ConversationFeedbackResource, typeof i27.LiveKitRoomResource], [typeof i28.MarkdownModule, typeof i29.AppRoutingModule, typeof i30.CommonModule, typeof i31.FormsModule, typeof i31.ReactiveFormsModule, typeof i32.RouterModule, typeof i33.ExportServiceModule, typeof i34.RecordChangesModule, typeof i35.ContainerDirectivesModule, typeof i36.BaseFormsModule, typeof i37.QueryViewerModule, typeof i38.MemberJunctionSharedModule, typeof i39.ConversationsModule, typeof i40.CoreDashboardsModule, typeof i41.DashboardViewerModule, typeof i42.ExplorerSettingsModule, typeof i43.FileStorageModule, typeof i44.EntityFormDialogModule, typeof i45.RecordSelectorModule, typeof i46.ResourcePermissionsModule, typeof i47.GenericDialogModule, typeof i48.MJProgressBarComponent, typeof i49.DragDropModule, typeof i50.AITestHarnessModule, typeof i51.ArtifactsModule, typeof i52.SharedGenericModule, typeof i53.EntityViewerModule, typeof i54.ListDetailGridModule, typeof i55.ListManagementModule, typeof i56.SearchModule, typeof i57.MJWordCloudComponent, typeof i48.MJButtonDirective, typeof i48.MJDialogComponent, typeof i48.MJDialogTitlebarComponent, typeof i48.MJDialogActionsComponent, typeof i48.MJDropdownComponent, typeof i48.MJWindowComponent, typeof i48.MJWindowTitlebarComponent, typeof i58.PaginationComponent, typeof i59.MJLiveKitRoomComponent, typeof i48.MJEmptyStateComponent, typeof i48.MJAlertComponent], [typeof i3.ResourceContainerComponent, typeof i4.DashboardResource, typeof i5.EntityRecordResource, typeof i6.SearchResultsResource, typeof i7.UserViewResource, typeof i8.SingleRecordComponent, typeof i9.SingleSearchResultComponent, typeof i11.UserProfileComponent, typeof i12.SingleDashboardComponent, typeof i13.AddItemComponent, typeof i14.DeleteItemComponent, typeof i15.EditDashboardComponent, typeof i16.UserNotificationsComponent, typeof i19.ListDetailResource, typeof i25.DashboardPreferencesDialogComponent, typeof i26.ConversationFeedbackResource]>;
|
|
63
64
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExplorerCoreModule>;
|
|
64
65
|
}
|
|
65
66
|
//# sourceMappingURL=module.d.ts.map
|
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA,qBAkGa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
|
package/dist/module.js
CHANGED
|
@@ -58,6 +58,7 @@ import { ChatTasksResource } from './lib/resource-wrappers/chat-tasks-resource.c
|
|
|
58
58
|
import { ArtifactResource } from './lib/resource-wrappers/artifact-resource.component';
|
|
59
59
|
import { NotificationsResource } from './lib/resource-wrappers/notifications-resource.component';
|
|
60
60
|
import { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';
|
|
61
|
+
import { ClaimRedeemComponent } from './lib/identity-claims/claim-redeem.component';
|
|
61
62
|
import { SearchModule } from '@memberjunction/ng-search';
|
|
62
63
|
import { MJWordCloudComponent } from '@memberjunction/ng-word-cloud';
|
|
63
64
|
import { PaginationComponent } from '@memberjunction/ng-pagination';
|
|
@@ -120,6 +121,7 @@ export class ExplorerCoreModule {
|
|
|
120
121
|
args: [{
|
|
121
122
|
declarations: [
|
|
122
123
|
OAuthCallbackComponent,
|
|
124
|
+
ClaimRedeemComponent,
|
|
123
125
|
ResourceContainerComponent,
|
|
124
126
|
DashboardResource,
|
|
125
127
|
EntityRecordResource,
|
|
@@ -216,6 +218,7 @@ export class ExplorerCoreModule {
|
|
|
216
218
|
}]
|
|
217
219
|
}], null, null); })();
|
|
218
220
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ExplorerCoreModule, { declarations: [OAuthCallbackComponent,
|
|
221
|
+
ClaimRedeemComponent,
|
|
219
222
|
ResourceContainerComponent,
|
|
220
223
|
DashboardResource,
|
|
221
224
|
EntityRecordResource,
|
package/dist/module.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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","sourcesContent":["import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { RouterModule, RouteReuseStrategy } from '@angular/router';\n\n// Services\nimport { SystemValidationService } from './lib/services/system-validation.service';\nimport { StartupValidationService } from './lib/services/startup-validation.service';\n\nimport { ExportServiceModule } from '@memberjunction/ng-export-service';\nimport { MJProgressBarComponent } from '@memberjunction/ng-ui-components';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\n\n// MJ\nimport { MJButtonDirective, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJDropdownComponent, MJWindowComponent, MJWindowTitlebarComponent, MJEmptyStateComponent, MJAlertComponent } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { FileStorageModule } from '@memberjunction/ng-file-storage';\nimport { QueryViewerModule } from '@memberjunction/ng-query-viewer';\nimport { BaseFormsModule } from '@memberjunction/ng-base-forms';\nimport { RecordChangesModule } from '@memberjunction/ng-record-changes';\n// RecordTagsModule removed — now imported by @memberjunction/ng-base-forms\nimport { EntityFormDialogModule } from '@memberjunction/ng-entity-form-dialog';\nimport { RecordSelectorModule } from '@memberjunction/ng-record-selector';\nimport { ResourcePermissionsModule } from '@memberjunction/ng-resource-permissions';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { ListDetailGridModule } from '@memberjunction/ng-list-detail-grid';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\n\n// Local Components\nimport { ConversationsModule } from '@memberjunction/ng-conversations';\nimport { CoreDashboardsModule } from '@memberjunction/ng-dashboards/core-dashboards.module';\nimport { DashboardViewerModule } from '@memberjunction/ng-dashboard-viewer';\nimport { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';\nimport { AITestHarnessModule } from '@memberjunction/ng-ai-test-harness';\nimport { ArtifactsModule } from '@memberjunction/ng-artifacts';\nimport { MemberJunctionSharedModule } from '@memberjunction/ng-shared';\nimport { MarkdownModule } from '@memberjunction/ng-markdown';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { ResourceContainerComponent } from './lib/generic/resource-container-component';\nimport { DashboardPreferencesDialogComponent } from './lib/dashboard-preferences-dialog/dashboard-preferences-dialog.component';\nimport { DashboardResource } from './lib/resource-wrappers/dashboard-resource.component';\nimport { QueryResource } from './lib/resource-wrappers/query-resource.component';\nimport { EntityRecordResource } from './lib/resource-wrappers/record-resource.component';\nimport { SearchResultsResource } from './lib/resource-wrappers/search-results-resource.component';\nimport { UserViewResource } from './lib/resource-wrappers/view-resource.component';\nimport { AddItemComponent } from './lib/single-dashboard/Components/add-item/add-item.component';\nimport { DeleteItemComponent } from './lib/single-dashboard/Components/delete-item/delete-item.component';\nimport { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';\nimport { SingleDashboardComponent } from './lib/single-dashboard/single-dashboard.component';\nimport { SingleQueryComponent } from './lib/single-query/single-query.component';\nimport { SingleRecordComponent } from './lib/single-record/single-record.component';\nimport { SingleSearchResultComponent } from './lib/single-search-result/single-search-result.component';\nimport { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';\nimport { UserProfileComponent } from './lib/user-profile/user-profile.component';\nimport { AppRoutingModule, CustomReuseStrategy } from './app-routing.module';\nimport { GenericDialogModule } from '@memberjunction/ng-generic-dialog';\nimport {SingleListDetailComponent} from './lib/single-list-detail/single-list-detail.component';\nimport { ListDetailResource } from './lib/resource-wrappers/list-detail-resource.component';\nimport { ChatConversationsResource } from './lib/resource-wrappers/chat-conversations-resource.component';\nimport { ChatCollectionsResource } from './lib/resource-wrappers/chat-collections-resource.component';\nimport { ChatTasksResource } from './lib/resource-wrappers/chat-tasks-resource.component';\nimport { ArtifactResource } from './lib/resource-wrappers/artifact-resource.component';\nimport { NotificationsResource } from './lib/resource-wrappers/notifications-resource.component';\nimport { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';\nimport { SearchModule } from '@memberjunction/ng-search';\nimport { MJWordCloudComponent } from '@memberjunction/ng-word-cloud';\nimport { PaginationComponent } from '@memberjunction/ng-pagination';\nimport { ConversationFeedbackResource } from './lib/conversation-feedback';\nimport { LiveKitRoomResource } from './lib/resource-wrappers/livekit-room-resource.component';\nimport { MJLiveKitRoomComponent } from '@memberjunction/ng-mj-livekit-room';\n\n@NgModule({\n declarations: [\n OAuthCallbackComponent,\n ResourceContainerComponent,\n DashboardResource,\n EntityRecordResource,\n SearchResultsResource,\n UserViewResource,\n SingleRecordComponent,\n SingleSearchResultComponent,\n SingleQueryComponent,\n UserProfileComponent,\n SingleDashboardComponent,\n AddItemComponent,\n DeleteItemComponent,\n EditDashboardComponent,\n UserNotificationsComponent,\n QueryResource,\n SingleListDetailComponent,\n ListDetailResource,\n ChatConversationsResource,\n ChatCollectionsResource,\n ChatTasksResource,\n ArtifactResource,\n NotificationsResource,\n DashboardPreferencesDialogComponent,\n ConversationFeedbackResource,\n LiveKitRoomResource,\n ],\n imports: [\n MarkdownModule,\n AppRoutingModule,\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n RouterModule,\n ExportServiceModule,\n RecordChangesModule,\n ContainerDirectivesModule,\n BaseFormsModule,\n QueryViewerModule,\n MemberJunctionSharedModule,\n ConversationsModule,\n CoreDashboardsModule,\n DashboardViewerModule,\n ExplorerSettingsModule,\n FileStorageModule,\n EntityFormDialogModule,\n RecordSelectorModule,\n ResourcePermissionsModule,\n GenericDialogModule,\n MJProgressBarComponent,\n DragDropModule,\n AITestHarnessModule, // [3.0] TO DO TO-DO Need to verify this works correctly!\n ArtifactsModule,\n SharedGenericModule,\n EntityViewerModule,\n ListDetailGridModule,\n ListManagementModule,\n SearchModule,\n MJWordCloudComponent,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n PaginationComponent,\n MJLiveKitRoomComponent,\n MJEmptyStateComponent,\n MJAlertComponent\n ],\n exports: [\n ResourceContainerComponent,\n DashboardResource,\n EntityRecordResource,\n SearchResultsResource,\n UserViewResource,\n SingleRecordComponent,\n SingleSearchResultComponent,\n UserProfileComponent,\n SingleDashboardComponent,\n AddItemComponent,\n DeleteItemComponent,\n EditDashboardComponent,\n UserNotificationsComponent,\n ListDetailResource,\n DashboardPreferencesDialogComponent,\n ConversationFeedbackResource\n ],\n providers: [\n { provide: RouteReuseStrategy, useClass: CustomReuseStrategy },\n SystemValidationService,\n StartupValidationService\n ],\n})\nexport class ExplorerCoreModule {}\n"]}
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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","sourcesContent":["import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { RouterModule, RouteReuseStrategy } from '@angular/router';\n\n// Services\nimport { SystemValidationService } from './lib/services/system-validation.service';\nimport { StartupValidationService } from './lib/services/startup-validation.service';\n\nimport { ExportServiceModule } from '@memberjunction/ng-export-service';\nimport { MJProgressBarComponent } from '@memberjunction/ng-ui-components';\nimport { DragDropModule } from '@angular/cdk/drag-drop';\n\n// MJ\nimport { MJButtonDirective, MJDialogComponent, MJDialogTitlebarComponent, MJDialogActionsComponent, MJDropdownComponent, MJWindowComponent, MJWindowTitlebarComponent, MJEmptyStateComponent, MJAlertComponent } from '@memberjunction/ng-ui-components';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { FileStorageModule } from '@memberjunction/ng-file-storage';\nimport { QueryViewerModule } from '@memberjunction/ng-query-viewer';\nimport { BaseFormsModule } from '@memberjunction/ng-base-forms';\nimport { RecordChangesModule } from '@memberjunction/ng-record-changes';\n// RecordTagsModule removed — now imported by @memberjunction/ng-base-forms\nimport { EntityFormDialogModule } from '@memberjunction/ng-entity-form-dialog';\nimport { RecordSelectorModule } from '@memberjunction/ng-record-selector';\nimport { ResourcePermissionsModule } from '@memberjunction/ng-resource-permissions';\nimport { EntityViewerModule } from '@memberjunction/ng-entity-viewer';\nimport { ListDetailGridModule } from '@memberjunction/ng-list-detail-grid';\nimport { ListManagementModule } from '@memberjunction/ng-list-management';\n\n// Local Components\nimport { ConversationsModule } from '@memberjunction/ng-conversations';\nimport { CoreDashboardsModule } from '@memberjunction/ng-dashboards/core-dashboards.module';\nimport { DashboardViewerModule } from '@memberjunction/ng-dashboard-viewer';\nimport { ExplorerSettingsModule } from '@memberjunction/ng-explorer-settings';\nimport { AITestHarnessModule } from '@memberjunction/ng-ai-test-harness';\nimport { ArtifactsModule } from '@memberjunction/ng-artifacts';\nimport { MemberJunctionSharedModule } from '@memberjunction/ng-shared';\nimport { MarkdownModule } from '@memberjunction/ng-markdown';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { ResourceContainerComponent } from './lib/generic/resource-container-component';\nimport { DashboardPreferencesDialogComponent } from './lib/dashboard-preferences-dialog/dashboard-preferences-dialog.component';\nimport { DashboardResource } from './lib/resource-wrappers/dashboard-resource.component';\nimport { QueryResource } from './lib/resource-wrappers/query-resource.component';\nimport { EntityRecordResource } from './lib/resource-wrappers/record-resource.component';\nimport { SearchResultsResource } from './lib/resource-wrappers/search-results-resource.component';\nimport { UserViewResource } from './lib/resource-wrappers/view-resource.component';\nimport { AddItemComponent } from './lib/single-dashboard/Components/add-item/add-item.component';\nimport { DeleteItemComponent } from './lib/single-dashboard/Components/delete-item/delete-item.component';\nimport { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';\nimport { SingleDashboardComponent } from './lib/single-dashboard/single-dashboard.component';\nimport { SingleQueryComponent } from './lib/single-query/single-query.component';\nimport { SingleRecordComponent } from './lib/single-record/single-record.component';\nimport { SingleSearchResultComponent } from './lib/single-search-result/single-search-result.component';\nimport { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';\nimport { UserProfileComponent } from './lib/user-profile/user-profile.component';\nimport { AppRoutingModule, CustomReuseStrategy } from './app-routing.module';\nimport { GenericDialogModule } from '@memberjunction/ng-generic-dialog';\nimport {SingleListDetailComponent} from './lib/single-list-detail/single-list-detail.component';\nimport { ListDetailResource } from './lib/resource-wrappers/list-detail-resource.component';\nimport { ChatConversationsResource } from './lib/resource-wrappers/chat-conversations-resource.component';\nimport { ChatCollectionsResource } from './lib/resource-wrappers/chat-collections-resource.component';\nimport { ChatTasksResource } from './lib/resource-wrappers/chat-tasks-resource.component';\nimport { ArtifactResource } from './lib/resource-wrappers/artifact-resource.component';\nimport { NotificationsResource } from './lib/resource-wrappers/notifications-resource.component';\nimport { OAuthCallbackComponent } from './lib/oauth/oauth-callback.component';\nimport { ClaimRedeemComponent } from './lib/identity-claims/claim-redeem.component';\nimport { SearchModule } from '@memberjunction/ng-search';\nimport { MJWordCloudComponent } from '@memberjunction/ng-word-cloud';\nimport { PaginationComponent } from '@memberjunction/ng-pagination';\nimport { ConversationFeedbackResource } from './lib/conversation-feedback';\nimport { LiveKitRoomResource } from './lib/resource-wrappers/livekit-room-resource.component';\nimport { MJLiveKitRoomComponent } from '@memberjunction/ng-mj-livekit-room';\n\n@NgModule({\n declarations: [\n OAuthCallbackComponent,\n ClaimRedeemComponent,\n ResourceContainerComponent,\n DashboardResource,\n EntityRecordResource,\n SearchResultsResource,\n UserViewResource,\n SingleRecordComponent,\n SingleSearchResultComponent,\n SingleQueryComponent,\n UserProfileComponent,\n SingleDashboardComponent,\n AddItemComponent,\n DeleteItemComponent,\n EditDashboardComponent,\n UserNotificationsComponent,\n QueryResource,\n SingleListDetailComponent,\n ListDetailResource,\n ChatConversationsResource,\n ChatCollectionsResource,\n ChatTasksResource,\n ArtifactResource,\n NotificationsResource,\n DashboardPreferencesDialogComponent,\n ConversationFeedbackResource,\n LiveKitRoomResource,\n ],\n imports: [\n MarkdownModule,\n AppRoutingModule,\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n RouterModule,\n ExportServiceModule,\n RecordChangesModule,\n ContainerDirectivesModule,\n BaseFormsModule,\n QueryViewerModule,\n MemberJunctionSharedModule,\n ConversationsModule,\n CoreDashboardsModule,\n DashboardViewerModule,\n ExplorerSettingsModule,\n FileStorageModule,\n EntityFormDialogModule,\n RecordSelectorModule,\n ResourcePermissionsModule,\n GenericDialogModule,\n MJProgressBarComponent,\n DragDropModule,\n AITestHarnessModule, // [3.0] TO DO TO-DO Need to verify this works correctly!\n ArtifactsModule,\n SharedGenericModule,\n EntityViewerModule,\n ListDetailGridModule,\n ListManagementModule,\n SearchModule,\n MJWordCloudComponent,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogTitlebarComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJWindowComponent,\n MJWindowTitlebarComponent,\n PaginationComponent,\n MJLiveKitRoomComponent,\n MJEmptyStateComponent,\n MJAlertComponent\n ],\n exports: [\n ResourceContainerComponent,\n DashboardResource,\n EntityRecordResource,\n SearchResultsResource,\n UserViewResource,\n SingleRecordComponent,\n SingleSearchResultComponent,\n UserProfileComponent,\n SingleDashboardComponent,\n AddItemComponent,\n DeleteItemComponent,\n EditDashboardComponent,\n UserNotificationsComponent,\n ListDetailResource,\n DashboardPreferencesDialogComponent,\n ConversationFeedbackResource\n ],\n providers: [\n { provide: RouteReuseStrategy, useClass: CustomReuseStrategy },\n SystemValidationService,\n StartupValidationService\n ],\n})\nexport class ExplorerCoreModule {}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-explorer-core",
|
|
3
|
-
"version": "6.1.0-edge.
|
|
3
|
+
"version": "6.1.0-edge.4",
|
|
4
4
|
"description": "MemberJunction Explorer: Core Angular Components",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
],
|
|
10
10
|
"keywords": [],
|
|
11
11
|
"author": "",
|
|
12
|
-
"license": "
|
|
12
|
+
"license": "BUSL-1.1",
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@angular/compiler": "21.1.3",
|
|
15
15
|
"@angular/compiler-cli": "21.1.3",
|
|
16
16
|
"sass": "^1.97.3",
|
|
17
|
-
"@memberjunction/ng-test-utils": "6.1.0-edge.
|
|
17
|
+
"@memberjunction/ng-test-utils": "6.1.0-edge.4"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@angular/common": "^21.1.3",
|
|
@@ -27,59 +27,59 @@
|
|
|
27
27
|
"@angular/cdk": "21.1.3",
|
|
28
28
|
"@angular/platform-browser": "21.1.3",
|
|
29
29
|
"@auth0/auth0-angular": "^2.6.0",
|
|
30
|
-
"@memberjunction/ai-core-plus": "6.1.0-edge.
|
|
31
|
-
"@memberjunction/ai-engine-base": "6.1.0-edge.
|
|
32
|
-
"@memberjunction/communication-types": "6.1.0-edge.
|
|
33
|
-
"@memberjunction/core": "6.1.0-edge.
|
|
34
|
-
"@memberjunction/core-entities": "6.1.0-edge.
|
|
35
|
-
"@memberjunction/entity-communications-client": "6.1.0-edge.
|
|
36
|
-
"@memberjunction/export-engine": "6.1.0-edge.
|
|
37
|
-
"@memberjunction/global": "6.1.0-edge.
|
|
38
|
-
"@memberjunction/graphql-dataprovider": "6.1.0-edge.
|
|
39
|
-
"@memberjunction/interactive-component-types": "6.1.0-edge.
|
|
40
|
-
"@memberjunction/lists-base": "6.1.0-edge.
|
|
41
|
-
"@memberjunction/theme-engine": "6.1.0-edge.
|
|
42
|
-
"@memberjunction/ng-ai-test-harness": "6.1.0-edge.
|
|
43
|
-
"@memberjunction/ng-artifacts": "6.1.0-edge.
|
|
44
|
-
"@memberjunction/ng-auth-services": "6.1.0-edge.
|
|
45
|
-
"@memberjunction/ng-base-application": "6.1.0-edge.
|
|
46
|
-
"@memberjunction/ng-base-forms": "6.1.0-edge.
|
|
47
|
-
"@memberjunction/ng-base-types": "6.1.0-edge.
|
|
48
|
-
"@memberjunction/ng-composer": "6.1.0-edge.
|
|
49
|
-
"@memberjunction/ng-container-directives": "6.1.0-edge.
|
|
50
|
-
"@memberjunction/ng-conversations": "6.1.0-edge.
|
|
51
|
-
"@memberjunction/ng-dashboard-viewer": "6.1.0-edge.
|
|
52
|
-
"@memberjunction/ng-dashboards": "6.1.0-edge.
|
|
53
|
-
"@memberjunction/ng-entity-form-dialog": "6.1.0-edge.
|
|
54
|
-
"@memberjunction/ng-entity-permissions": "6.1.0-edge.
|
|
55
|
-
"@memberjunction/ng-entity-viewer": "6.1.0-edge.
|
|
56
|
-
"@memberjunction/ng-explorer-settings": "6.1.0-edge.
|
|
57
|
-
"@memberjunction/ng-export-service": "6.1.0-edge.
|
|
58
|
-
"@memberjunction/ng-feedback": "6.1.0-edge.
|
|
59
|
-
"@memberjunction/ng-file-storage": "6.1.0-edge.
|
|
60
|
-
"@memberjunction/ng-generic-dialog": "6.1.0-edge.
|
|
61
|
-
"@memberjunction/ng-list-detail-grid": "6.1.0-edge.
|
|
62
|
-
"@memberjunction/ng-list-management": "6.1.0-edge.
|
|
63
|
-
"@memberjunction/ng-markdown": "6.1.0-edge.
|
|
64
|
-
"@memberjunction/ng-mj-livekit-room": "6.1.0-edge.
|
|
65
|
-
"@memberjunction/ng-notifications": "6.1.0-edge.
|
|
66
|
-
"@memberjunction/ng-pagination": "6.1.0-edge.
|
|
67
|
-
"@memberjunction/ng-query-viewer": "6.1.0-edge.
|
|
68
|
-
"@memberjunction/ng-record-changes": "6.1.0-edge.
|
|
69
|
-
"@memberjunction/ng-record-selector": "6.1.0-edge.
|
|
70
|
-
"@memberjunction/ng-record-tags": "6.1.0-edge.
|
|
71
|
-
"@memberjunction/ng-resource-permissions": "6.1.0-edge.
|
|
72
|
-
"@memberjunction/ng-search": "6.1.0-edge.
|
|
73
|
-
"@memberjunction/ng-shared": "6.1.0-edge.
|
|
74
|
-
"@memberjunction/ng-shared-generic": "6.1.0-edge.
|
|
75
|
-
"@memberjunction/ng-ui-components": "6.1.0-edge.
|
|
76
|
-
"@memberjunction/ng-user-avatar": "6.1.0-edge.
|
|
77
|
-
"@memberjunction/ng-word-cloud": "6.1.0-edge.
|
|
78
|
-
"@memberjunction/templates-base-types": "6.1.0-edge.
|
|
30
|
+
"@memberjunction/ai-core-plus": "6.1.0-edge.4",
|
|
31
|
+
"@memberjunction/ai-engine-base": "6.1.0-edge.4",
|
|
32
|
+
"@memberjunction/communication-types": "6.1.0-edge.4",
|
|
33
|
+
"@memberjunction/core": "6.1.0-edge.4",
|
|
34
|
+
"@memberjunction/core-entities": "6.1.0-edge.4",
|
|
35
|
+
"@memberjunction/entity-communications-client": "6.1.0-edge.4",
|
|
36
|
+
"@memberjunction/export-engine": "6.1.0-edge.4",
|
|
37
|
+
"@memberjunction/global": "6.1.0-edge.4",
|
|
38
|
+
"@memberjunction/graphql-dataprovider": "6.1.0-edge.4",
|
|
39
|
+
"@memberjunction/interactive-component-types": "6.1.0-edge.4",
|
|
40
|
+
"@memberjunction/lists-base": "6.1.0-edge.4",
|
|
41
|
+
"@memberjunction/theme-engine": "6.1.0-edge.4",
|
|
42
|
+
"@memberjunction/ng-ai-test-harness": "6.1.0-edge.4",
|
|
43
|
+
"@memberjunction/ng-artifacts": "6.1.0-edge.4",
|
|
44
|
+
"@memberjunction/ng-auth-services": "6.1.0-edge.4",
|
|
45
|
+
"@memberjunction/ng-base-application": "6.1.0-edge.4",
|
|
46
|
+
"@memberjunction/ng-base-forms": "6.1.0-edge.4",
|
|
47
|
+
"@memberjunction/ng-base-types": "6.1.0-edge.4",
|
|
48
|
+
"@memberjunction/ng-composer": "6.1.0-edge.4",
|
|
49
|
+
"@memberjunction/ng-container-directives": "6.1.0-edge.4",
|
|
50
|
+
"@memberjunction/ng-conversations": "6.1.0-edge.4",
|
|
51
|
+
"@memberjunction/ng-dashboard-viewer": "6.1.0-edge.4",
|
|
52
|
+
"@memberjunction/ng-dashboards": "6.1.0-edge.4",
|
|
53
|
+
"@memberjunction/ng-entity-form-dialog": "6.1.0-edge.4",
|
|
54
|
+
"@memberjunction/ng-entity-permissions": "6.1.0-edge.4",
|
|
55
|
+
"@memberjunction/ng-entity-viewer": "6.1.0-edge.4",
|
|
56
|
+
"@memberjunction/ng-explorer-settings": "6.1.0-edge.4",
|
|
57
|
+
"@memberjunction/ng-export-service": "6.1.0-edge.4",
|
|
58
|
+
"@memberjunction/ng-feedback": "6.1.0-edge.4",
|
|
59
|
+
"@memberjunction/ng-file-storage": "6.1.0-edge.4",
|
|
60
|
+
"@memberjunction/ng-generic-dialog": "6.1.0-edge.4",
|
|
61
|
+
"@memberjunction/ng-list-detail-grid": "6.1.0-edge.4",
|
|
62
|
+
"@memberjunction/ng-list-management": "6.1.0-edge.4",
|
|
63
|
+
"@memberjunction/ng-markdown": "6.1.0-edge.4",
|
|
64
|
+
"@memberjunction/ng-mj-livekit-room": "6.1.0-edge.4",
|
|
65
|
+
"@memberjunction/ng-notifications": "6.1.0-edge.4",
|
|
66
|
+
"@memberjunction/ng-pagination": "6.1.0-edge.4",
|
|
67
|
+
"@memberjunction/ng-query-viewer": "6.1.0-edge.4",
|
|
68
|
+
"@memberjunction/ng-record-changes": "6.1.0-edge.4",
|
|
69
|
+
"@memberjunction/ng-record-selector": "6.1.0-edge.4",
|
|
70
|
+
"@memberjunction/ng-record-tags": "6.1.0-edge.4",
|
|
71
|
+
"@memberjunction/ng-resource-permissions": "6.1.0-edge.4",
|
|
72
|
+
"@memberjunction/ng-search": "6.1.0-edge.4",
|
|
73
|
+
"@memberjunction/ng-shared": "6.1.0-edge.4",
|
|
74
|
+
"@memberjunction/ng-shared-generic": "6.1.0-edge.4",
|
|
75
|
+
"@memberjunction/ng-ui-components": "6.1.0-edge.4",
|
|
76
|
+
"@memberjunction/ng-user-avatar": "6.1.0-edge.4",
|
|
77
|
+
"@memberjunction/ng-word-cloud": "6.1.0-edge.4",
|
|
78
|
+
"@memberjunction/templates-base-types": "6.1.0-edge.4",
|
|
79
79
|
"golden-layout": "^2.6.0",
|
|
80
80
|
"rxjs": "^7.8.2",
|
|
81
81
|
"tslib": "^2.8.1",
|
|
82
|
-
"@memberjunction/ng-react": "6.1.0-edge.
|
|
82
|
+
"@memberjunction/ng-react": "6.1.0-edge.4"
|
|
83
83
|
},
|
|
84
84
|
"sideEffects": false,
|
|
85
85
|
"repository": {
|