@memberjunction/ng-dashboards 5.28.0 → 5.29.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.
Files changed (47) hide show
  1. package/dist/Archiving/components/archive-config-resource.component.d.ts +20 -0
  2. package/dist/Archiving/components/archive-config-resource.component.d.ts.map +1 -0
  3. package/dist/Archiving/components/archive-config-resource.component.js +46 -0
  4. package/dist/Archiving/components/archive-config-resource.component.js.map +1 -0
  5. package/dist/Archiving/components/archive-runs-resource.component.d.ts +20 -0
  6. package/dist/Archiving/components/archive-runs-resource.component.d.ts.map +1 -0
  7. package/dist/Archiving/components/archive-runs-resource.component.js +46 -0
  8. package/dist/Archiving/components/archive-runs-resource.component.js.map +1 -0
  9. package/dist/MCP/components/mcp-connection-dialog.component.js +1 -1
  10. package/dist/MCP/components/mcp-connection-dialog.component.js.map +1 -1
  11. package/dist/MCP/mcp-dashboard.component.d.ts +170 -0
  12. package/dist/MCP/mcp-dashboard.component.d.ts.map +1 -1
  13. package/dist/MCP/mcp-dashboard.component.js +2471 -679
  14. package/dist/MCP/mcp-dashboard.component.js.map +1 -1
  15. package/dist/MCP/mcp-filter-panel.component.d.ts +16 -1
  16. package/dist/MCP/mcp-filter-panel.component.d.ts.map +1 -1
  17. package/dist/MCP/mcp-filter-panel.component.js +187 -60
  18. package/dist/MCP/mcp-filter-panel.component.js.map +1 -1
  19. package/dist/MCP/mcp-resource.component.d.ts +0 -9
  20. package/dist/MCP/mcp-resource.component.d.ts.map +1 -1
  21. package/dist/MCP/mcp-resource.component.js +1 -10
  22. package/dist/MCP/mcp-resource.component.js.map +1 -1
  23. package/dist/MCP/mcp.module.d.ts +7 -6
  24. package/dist/MCP/mcp.module.d.ts.map +1 -1
  25. package/dist/MCP/mcp.module.js +4 -8
  26. package/dist/MCP/mcp.module.js.map +1 -1
  27. package/dist/QueryBrowser/query-browser-resource.component.d.ts +13 -3
  28. package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
  29. package/dist/QueryBrowser/query-browser-resource.component.js +186 -139
  30. package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
  31. package/dist/archiving-dashboards.module.d.ts +19 -0
  32. package/dist/archiving-dashboards.module.d.ts.map +1 -0
  33. package/dist/archiving-dashboards.module.js +52 -0
  34. package/dist/archiving-dashboards.module.js.map +1 -0
  35. package/dist/core-dashboards.module.d.ts +3 -2
  36. package/dist/core-dashboards.module.d.ts.map +1 -1
  37. package/dist/core-dashboards.module.js +4 -0
  38. package/dist/core-dashboards.module.js.map +1 -1
  39. package/dist/module.d.ts +13 -12
  40. package/dist/module.d.ts.map +1 -1
  41. package/dist/module.js +7 -0
  42. package/dist/module.js.map +1 -1
  43. package/dist/public-api.d.ts +3 -0
  44. package/dist/public-api.d.ts.map +1 -1
  45. package/dist/public-api.js +4 -0
  46. package/dist/public-api.js.map +1 -1
  47. package/package.json +51 -48
@@ -8,14 +8,15 @@ import * as i6 from "./components/mcp-test-tool-dialog.component";
8
8
  import * as i7 from "./components/mcp-log-detail-panel.component";
9
9
  import * as i8 from "@angular/common";
10
10
  import * as i9 from "@angular/forms";
11
- import * as i10 from "@memberjunction/ng-ui-components";
12
- import * as i11 from "@memberjunction/ng-shared-generic";
13
- import * as i12 from "@memberjunction/ng-credentials";
14
- import * as i13 from "@memberjunction/ng-code-editor";
15
- import * as i14 from "../shared/shared-pipes.module";
11
+ import * as i10 from "@angular/cdk/scrolling";
12
+ import * as i11 from "@memberjunction/ng-ui-components";
13
+ import * as i12 from "@memberjunction/ng-shared-generic";
14
+ import * as i13 from "@memberjunction/ng-credentials";
15
+ import * as i14 from "@memberjunction/ng-code-editor";
16
+ import * as i15 from "../shared/shared-pipes.module";
16
17
  export declare class MCPModule {
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MCPModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<MCPModule, [typeof i1.MCPDashboardComponent, typeof i2.MCPResourceComponent, typeof i3.MCPFilterPanelComponent, typeof i4.MCPServerDialogComponent, typeof i5.MCPConnectionDialogComponent, typeof i6.MCPTestToolDialogComponent, typeof i7.MCPLogDetailPanelComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MJButtonDirective, typeof i10.MJDialogComponent, typeof i10.MJDialogActionsComponent, typeof i10.MJDropdownComponent, typeof i10.MJNumericInputComponent, typeof i11.SharedGenericModule, typeof i12.CredentialsModule, typeof i13.CodeEditorModule, typeof i14.SharedPipesModule], [typeof i1.MCPDashboardComponent, typeof i2.MCPResourceComponent, typeof i3.MCPFilterPanelComponent, typeof i4.MCPServerDialogComponent, typeof i5.MCPConnectionDialogComponent, typeof i6.MCPTestToolDialogComponent, typeof i7.MCPLogDetailPanelComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MCPModule, [typeof i1.MCPDashboardComponent, typeof i2.MCPResourceComponent, typeof i3.MCPFilterPanelComponent, typeof i4.MCPServerDialogComponent, typeof i5.MCPConnectionDialogComponent, typeof i6.MCPTestToolDialogComponent, typeof i7.MCPLogDetailPanelComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.ScrollingModule, typeof i11.MJButtonDirective, typeof i11.MJDialogComponent, typeof i11.MJDialogActionsComponent, typeof i11.MJDropdownComponent, typeof i11.MJNumericInputComponent, typeof i12.SharedGenericModule, typeof i13.CredentialsModule, typeof i14.CodeEditorModule, typeof i15.SharedPipesModule], [typeof i1.MCPDashboardComponent, typeof i2.MCPResourceComponent, typeof i3.MCPFilterPanelComponent, typeof i4.MCPServerDialogComponent, typeof i5.MCPConnectionDialogComponent, typeof i6.MCPTestToolDialogComponent, typeof i7.MCPLogDetailPanelComponent]>;
19
20
  static ɵinj: i0.ɵɵInjectorDeclaration<MCPModule>;
20
21
  }
21
22
  //# sourceMappingURL=mcp.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.module.d.ts","sourceRoot":"","sources":["../../src/MCP/mcp.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAqCA,qBAkCa,SAAS;yCAAT,SAAS;0CAAT,SAAS;0CAAT,SAAS;CAAI"}
1
+ {"version":3,"file":"mcp.module.d.ts","sourceRoot":"","sources":["../../src/MCP/mcp.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAsCA,qBAmCa,SAAS;yCAAT,SAAS;0CAAT,SAAS;0CAAT,SAAS;CAAI"}
@@ -7,6 +7,7 @@
7
7
  import { NgModule } from '@angular/core';
8
8
  import { CommonModule } from '@angular/common';
9
9
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
10
+ import { ScrollingModule } from '@angular/cdk/scrolling';
10
11
  // MJ UI Components
11
12
  import { MJButtonDirective, MJDialogComponent, MJDialogActionsComponent, MJDropdownComponent, MJNumericInputComponent } from '@memberjunction/ng-ui-components';
12
13
  // MemberJunction Modules
@@ -24,15 +25,13 @@ import { MCPConnectionDialogComponent } from './components/mcp-connection-dialog
24
25
  import { MCPTestToolDialogComponent } from './components/mcp-test-tool-dialog.component';
25
26
  import { MCPLogDetailPanelComponent } from './components/mcp-log-detail-panel.component';
26
27
  import * as i0 from "@angular/core";
27
- import * as i1 from "@angular/common";
28
- import * as i2 from "@memberjunction/ng-shared-generic";
29
- import * as i3 from "../shared/pipes/highlight-search.pipe";
30
28
  export class MCPModule {
31
29
  static ɵfac = function MCPModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || MCPModule)(); };
32
30
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MCPModule });
33
31
  static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
34
32
  FormsModule,
35
33
  ReactiveFormsModule,
34
+ ScrollingModule,
36
35
  MJDialogComponent,
37
36
  MJDialogActionsComponent,
38
37
  MJDropdownComponent,
@@ -58,6 +57,7 @@ export class MCPModule {
58
57
  CommonModule,
59
58
  FormsModule,
60
59
  ReactiveFormsModule,
60
+ ScrollingModule,
61
61
  MJButtonDirective,
62
62
  MJDialogComponent,
63
63
  MJDialogActionsComponent,
@@ -88,6 +88,7 @@ export class MCPModule {
88
88
  MCPLogDetailPanelComponent], imports: [CommonModule,
89
89
  FormsModule,
90
90
  ReactiveFormsModule,
91
+ ScrollingModule,
91
92
  MJButtonDirective,
92
93
  MJDialogComponent,
93
94
  MJDialogActionsComponent,
@@ -103,9 +104,4 @@ export class MCPModule {
103
104
  MCPConnectionDialogComponent,
104
105
  MCPTestToolDialogComponent,
105
106
  MCPLogDetailPanelComponent] }); })();
106
- i0.ɵɵsetComponentScope(MCPDashboardComponent, [i1.NgClass, MJButtonDirective, i2.LoadingComponent, MCPFilterPanelComponent,
107
- MCPServerDialogComponent,
108
- MCPConnectionDialogComponent,
109
- MCPTestToolDialogComponent,
110
- MCPLogDetailPanelComponent], [i1.AsyncPipe, i3.HighlightSearchPipe]);
111
107
  //# sourceMappingURL=mcp.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"mcp.module.js","sourceRoot":"","sources":["../../src/MCP/mcp.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAElE,mBAAmB;AACnB,OAAO,EACH,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EAC1B,MAAM,kCAAkC,CAAC;AAE1C,yBAAyB;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,sBAAsB;AACtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,iBAAiB;AACjB,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;;;;AAoCzF,MAAM,OAAO,SAAS;mGAAT,SAAS;4DAAT,SAAS;gEAvBd,YAAY;YACZ,WAAW;YACX,mBAAmB;YAEnB,iBAAiB;YACjB,wBAAwB;YACxB,mBAAmB;YACnB,uBAAuB;YACvB,mBAAmB;YACnB,iBAAiB;YACjB,gBAAgB;YAChB,iBAAiB;;iFAYZ,SAAS;cAlCrB,QAAQ;eAAC;gBACN,YAAY,EAAE;oBACV,qBAAqB;oBACrB,oBAAoB;oBACpB,uBAAuB;oBACvB,wBAAwB;oBACxB,4BAA4B;oBAC5B,0BAA0B;oBAC1B,0BAA0B;iBAC7B;gBACD,OAAO,EAAE;oBACL,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,iBAAiB;oBACjB,iBAAiB;oBACjB,wBAAwB;oBACxB,mBAAmB;oBACnB,uBAAuB;oBACvB,mBAAmB;oBACnB,iBAAiB;oBACjB,gBAAgB;oBAChB,iBAAiB;iBACpB;gBACD,OAAO,EAAE;oBACL,qBAAqB;oBACrB,oBAAoB;oBACpB,uBAAuB;oBACvB,wBAAwB;oBACxB,4BAA4B;oBAC5B,0BAA0B;oBAC1B,0BAA0B;iBAC7B;aACJ;;wFACY,SAAS,mBAhCd,qBAAqB;QACrB,oBAAoB;QACpB,uBAAuB;QACvB,wBAAwB;QACxB,4BAA4B;QAC5B,0BAA0B;QAC1B,0BAA0B,aAG1B,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,iBAAiB;QACjB,iBAAiB;QACjB,wBAAwB;QACxB,mBAAmB;QACnB,uBAAuB;QACvB,mBAAmB;QACnB,iBAAiB;QACjB,gBAAgB;QAChB,iBAAiB,aAGjB,qBAAqB;QACrB,oBAAoB;QACpB,uBAAuB;QACvB,wBAAwB;QACxB,4BAA4B;QAC5B,0BAA0B;QAC1B,0BAA0B;uBA7B1B,qBAAqB,eAYrB,iBAAiB,uBAVjB,uBAAuB;IACvB,wBAAwB;IACxB,4BAA4B;IAC5B,0BAA0B;IAC1B,0BAA0B","sourcesContent":["/**\n * @fileoverview MCP Management Module\n *\n * Angular module for MCP (Model Context Protocol) server management.\n * Provides components for managing servers, connections, tools, and viewing logs.\n */\n\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\n\n// MJ UI Components\nimport {\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJNumericInputComponent\n} from '@memberjunction/ng-ui-components';\n\n// MemberJunction Modules\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CredentialsModule } from '@memberjunction/ng-credentials';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\n\n// Shared Pipes Module\nimport { SharedPipesModule } from '../shared/shared-pipes.module';\n\n// MCP Components\nimport { MCPDashboardComponent } from './mcp-dashboard.component';\nimport { MCPResourceComponent } from './mcp-resource.component';\nimport { MCPFilterPanelComponent } from './mcp-filter-panel.component';\nimport { MCPServerDialogComponent } from './components/mcp-server-dialog.component';\nimport { MCPConnectionDialogComponent } from './components/mcp-connection-dialog.component';\nimport { MCPTestToolDialogComponent } from './components/mcp-test-tool-dialog.component';\nimport { MCPLogDetailPanelComponent } from './components/mcp-log-detail-panel.component';\n\n@NgModule({\n declarations: [\n MCPDashboardComponent,\n MCPResourceComponent,\n MCPFilterPanelComponent,\n MCPServerDialogComponent,\n MCPConnectionDialogComponent,\n MCPTestToolDialogComponent,\n MCPLogDetailPanelComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJNumericInputComponent,\n SharedGenericModule,\n CredentialsModule,\n CodeEditorModule,\n SharedPipesModule\n ],\n exports: [\n MCPDashboardComponent,\n MCPResourceComponent,\n MCPFilterPanelComponent,\n MCPServerDialogComponent,\n MCPConnectionDialogComponent,\n MCPTestToolDialogComponent,\n MCPLogDetailPanelComponent\n ]\n})\nexport class MCPModule { }\n"]}
1
+ {"version":3,"file":"mcp.module.js","sourceRoot":"","sources":["../../src/MCP/mcp.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAEzD,mBAAmB;AACnB,OAAO,EACH,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EAC1B,MAAM,kCAAkC,CAAC;AAE1C,yBAAyB;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,sBAAsB;AACtB,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,iBAAiB;AACjB,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,4BAA4B,EAAE,MAAM,8CAA8C,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;;AAqCzF,MAAM,OAAO,SAAS;mGAAT,SAAS;4DAAT,SAAS;gEAxBd,YAAY;YACZ,WAAW;YACX,mBAAmB;YACnB,eAAe;YAEf,iBAAiB;YACjB,wBAAwB;YACxB,mBAAmB;YACnB,uBAAuB;YACvB,mBAAmB;YACnB,iBAAiB;YACjB,gBAAgB;YAChB,iBAAiB;;iFAYZ,SAAS;cAnCrB,QAAQ;eAAC;gBACN,YAAY,EAAE;oBACV,qBAAqB;oBACrB,oBAAoB;oBACpB,uBAAuB;oBACvB,wBAAwB;oBACxB,4BAA4B;oBAC5B,0BAA0B;oBAC1B,0BAA0B;iBAC7B;gBACD,OAAO,EAAE;oBACL,YAAY;oBACZ,WAAW;oBACX,mBAAmB;oBACnB,eAAe;oBACf,iBAAiB;oBACjB,iBAAiB;oBACjB,wBAAwB;oBACxB,mBAAmB;oBACnB,uBAAuB;oBACvB,mBAAmB;oBACnB,iBAAiB;oBACjB,gBAAgB;oBAChB,iBAAiB;iBACpB;gBACD,OAAO,EAAE;oBACL,qBAAqB;oBACrB,oBAAoB;oBACpB,uBAAuB;oBACvB,wBAAwB;oBACxB,4BAA4B;oBAC5B,0BAA0B;oBAC1B,0BAA0B;iBAC7B;aACJ;;wFACY,SAAS,mBAjCd,qBAAqB;QACrB,oBAAoB;QACpB,uBAAuB;QACvB,wBAAwB;QACxB,4BAA4B;QAC5B,0BAA0B;QAC1B,0BAA0B,aAG1B,YAAY;QACZ,WAAW;QACX,mBAAmB;QACnB,eAAe;QACf,iBAAiB;QACjB,iBAAiB;QACjB,wBAAwB;QACxB,mBAAmB;QACnB,uBAAuB;QACvB,mBAAmB;QACnB,iBAAiB;QACjB,gBAAgB;QAChB,iBAAiB,aAGjB,qBAAqB;QACrB,oBAAoB;QACpB,uBAAuB;QACvB,wBAAwB;QACxB,4BAA4B;QAC5B,0BAA0B;QAC1B,0BAA0B","sourcesContent":["/**\n * @fileoverview MCP Management Module\n *\n * Angular module for MCP (Model Context Protocol) server management.\n * Provides components for managing servers, connections, tools, and viewing logs.\n */\n\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ScrollingModule } from '@angular/cdk/scrolling';\n\n// MJ UI Components\nimport {\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJNumericInputComponent\n} from '@memberjunction/ng-ui-components';\n\n// MemberJunction Modules\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { CredentialsModule } from '@memberjunction/ng-credentials';\nimport { CodeEditorModule } from '@memberjunction/ng-code-editor';\n\n// Shared Pipes Module\nimport { SharedPipesModule } from '../shared/shared-pipes.module';\n\n// MCP Components\nimport { MCPDashboardComponent } from './mcp-dashboard.component';\nimport { MCPResourceComponent } from './mcp-resource.component';\nimport { MCPFilterPanelComponent } from './mcp-filter-panel.component';\nimport { MCPServerDialogComponent } from './components/mcp-server-dialog.component';\nimport { MCPConnectionDialogComponent } from './components/mcp-connection-dialog.component';\nimport { MCPTestToolDialogComponent } from './components/mcp-test-tool-dialog.component';\nimport { MCPLogDetailPanelComponent } from './components/mcp-log-detail-panel.component';\n\n@NgModule({\n declarations: [\n MCPDashboardComponent,\n MCPResourceComponent,\n MCPFilterPanelComponent,\n MCPServerDialogComponent,\n MCPConnectionDialogComponent,\n MCPTestToolDialogComponent,\n MCPLogDetailPanelComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ScrollingModule,\n MJButtonDirective,\n MJDialogComponent,\n MJDialogActionsComponent,\n MJDropdownComponent,\n MJNumericInputComponent,\n SharedGenericModule,\n CredentialsModule,\n CodeEditorModule,\n SharedPipesModule\n ],\n exports: [\n MCPDashboardComponent,\n MCPResourceComponent,\n MCPFilterPanelComponent,\n MCPServerDialogComponent,\n MCPConnectionDialogComponent,\n MCPTestToolDialogComponent,\n MCPLogDetailPanelComponent\n ]\n})\nexport class MCPModule { }\n"]}
@@ -1,7 +1,8 @@
1
1
  import { OnInit, OnDestroy, ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
2
2
  import { Subject } from 'rxjs';
3
3
  import { BaseResourceComponent } from '@memberjunction/ng-shared';
4
- import { QueryInfo, QueryCategoryInfo } from '@memberjunction/core';
4
+ import { QueryInfo, QueryCategoryInfo, CompositeKey } from '@memberjunction/core';
5
+ import { TreeBranchConfig } from '@memberjunction/ng-trees';
5
6
  import { ResourceData } from '@memberjunction/core-entities';
6
7
  import { QueryEntityLinkClickEvent, QueryRowClickEvent } from '@memberjunction/ng-query-viewer';
7
8
  import { CompositionTokenClickEvent } from '@memberjunction/ng-code-editor';
@@ -65,12 +66,19 @@ export declare class QueryBrowserResourceComponent extends BaseResourceComponent
65
66
  DrawerDescription: string;
66
67
  DrawerCategoryID: string;
67
68
  DrawerStatus: 'Pending' | 'Approved' | 'Rejected' | 'Expired';
69
+ DrawerReusable: boolean;
68
70
  IsSavingDrawer: boolean;
69
71
  DrawerNameError: boolean;
70
72
  DrawerSaveError: string | null;
71
73
  /** Ordered status options for the drawer dropdown — all valid Query statuses */
72
74
  readonly DrawerStatuses: Array<'Pending' | 'Approved' | 'Rejected' | 'Expired'>;
73
75
  private initialDrawerSnapshot;
76
+ /** The category ID of the most recently interacted-with folder in the tree */
77
+ private activeCategoryID;
78
+ /** Tree dropdown config for Query Categories (branches only, no leaves) */
79
+ CategoryBranchConfig: TreeBranchConfig;
80
+ /** The DrawerCategoryID as a CompositeKey for the tree dropdown binding */
81
+ get DrawerCategoryIDAsKey(): CompositeKey | null;
74
82
  constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, zone: NgZone);
75
83
  ngOnInit(): void;
76
84
  ngOnDestroy(): void;
@@ -126,8 +134,8 @@ export declare class QueryBrowserResourceComponent extends BaseResourceComponent
126
134
  get CanEditQuery(): boolean;
127
135
  /** Close the drawer when Escape is pressed (if open). */
128
136
  OnEscapeKey(): void;
129
- /** Open the drawer in create mode. */
130
- OpenCreateDrawer(): void;
137
+ /** Open the drawer in create mode, optionally pre-selecting a category. */
138
+ OpenCreateDrawer(categoryID?: string): void;
131
139
  /**
132
140
  * Open the drawer in edit mode, pre-populated from a QueryInfo.
133
141
  * Stops event propagation so clicking the edit icon doesn't also select the query.
@@ -141,6 +149,8 @@ export declare class QueryBrowserResourceComponent extends BaseResourceComponent
141
149
  OnDrawerBackdropClick(): void;
142
150
  /** Update DrawerSQL when the code editor emits a change. */
143
151
  OnDrawerSQLChange(value: string): void;
152
+ /** Update DrawerCategoryID when the tree dropdown selection changes. */
153
+ OnDrawerCategoryChange(value: CompositeKey | CompositeKey[] | null): void;
144
154
  private get currentDrawerSnapshot();
145
155
  private captureDrawerSnapshot;
146
156
  get IsDrawerDirty(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"query-browser-resource.component.d.ts","sourceRoot":"","sources":["../../src/QueryBrowser/query-browser-resource.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"query-browser-resource.component.d.ts","sourceRoot":"","sources":["../../src/QueryBrowser/query-browser-resource.component.ts"],"names":[],"mappings":"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"}