@memberjunction/ng-dashboards 5.8.0 → 5.10.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 (84) hide show
  1. package/dist/AI/components/models/model-management.component.d.ts +2 -0
  2. package/dist/AI/components/models/model-management.component.d.ts.map +1 -1
  3. package/dist/AI/components/models/model-management.component.js +44 -2
  4. package/dist/AI/components/models/model-management.component.js.map +1 -1
  5. package/dist/DashboardBrowser/dashboard-browser-resource.component.d.ts.map +1 -1
  6. package/dist/DashboardBrowser/dashboard-browser-resource.component.js +15 -12
  7. package/dist/DashboardBrowser/dashboard-browser-resource.component.js.map +1 -1
  8. package/dist/DataExplorer/components/view-selector/view-selector.component.d.ts.map +1 -1
  9. package/dist/DataExplorer/components/view-selector/view-selector.component.js +16 -22
  10. package/dist/DataExplorer/components/view-selector/view-selector.component.js.map +1 -1
  11. package/dist/DataExplorer/data-explorer-dashboard.component.d.ts.map +1 -1
  12. package/dist/DataExplorer/data-explorer-dashboard.component.js +31 -11
  13. package/dist/DataExplorer/data-explorer-dashboard.component.js.map +1 -1
  14. package/dist/Home/home-dashboard.component.d.ts.map +1 -1
  15. package/dist/Home/home-dashboard.component.js +10 -7
  16. package/dist/Home/home-dashboard.component.js.map +1 -1
  17. package/dist/Integration/components/activity/activity.component.d.ts +96 -0
  18. package/dist/Integration/components/activity/activity.component.d.ts.map +1 -0
  19. package/dist/Integration/components/activity/activity.component.js +961 -0
  20. package/dist/Integration/components/activity/activity.component.js.map +1 -0
  21. package/dist/Integration/components/connections/connections.component.d.ts +194 -0
  22. package/dist/Integration/components/connections/connections.component.d.ts.map +1 -0
  23. package/dist/Integration/components/connections/connections.component.js +2368 -0
  24. package/dist/Integration/components/connections/connections.component.js.map +1 -0
  25. package/dist/Integration/components/mapping-workspace/mapping-workspace.component.d.ts +213 -15
  26. package/dist/Integration/components/mapping-workspace/mapping-workspace.component.d.ts.map +1 -1
  27. package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js +2093 -187
  28. package/dist/Integration/components/mapping-workspace/mapping-workspace.component.js.map +1 -1
  29. package/dist/Integration/components/overview/overview.component.d.ts +60 -0
  30. package/dist/Integration/components/overview/overview.component.d.ts.map +1 -0
  31. package/dist/Integration/components/overview/overview.component.js +628 -0
  32. package/dist/Integration/components/overview/overview.component.js.map +1 -0
  33. package/dist/Integration/components/pipelines/pipelines.component.d.ts +203 -0
  34. package/dist/Integration/components/pipelines/pipelines.component.d.ts.map +1 -0
  35. package/dist/Integration/components/pipelines/pipelines.component.js +2057 -0
  36. package/dist/Integration/components/pipelines/pipelines.component.js.map +1 -0
  37. package/dist/Integration/components/schedules/schedules.component.d.ts +110 -0
  38. package/dist/Integration/components/schedules/schedules.component.d.ts.map +1 -0
  39. package/dist/Integration/components/schedules/schedules.component.js +842 -0
  40. package/dist/Integration/components/schedules/schedules.component.js.map +1 -0
  41. package/dist/Integration/components/visual-editor/visual-editor.component.d.ts +141 -0
  42. package/dist/Integration/components/visual-editor/visual-editor.component.d.ts.map +1 -0
  43. package/dist/Integration/components/visual-editor/visual-editor.component.js +1538 -0
  44. package/dist/Integration/components/visual-editor/visual-editor.component.js.map +1 -0
  45. package/dist/Integration/components/widgets/run-history-panel.component.js +3 -2
  46. package/dist/Integration/components/widgets/run-history-panel.component.js.map +1 -1
  47. package/dist/Integration/index.d.ts +5 -3
  48. package/dist/Integration/index.d.ts.map +1 -1
  49. package/dist/Integration/index.js +11 -7
  50. package/dist/Integration/index.js.map +1 -1
  51. package/dist/Integration/integration.module.d.ts +20 -16
  52. package/dist/Integration/integration.module.d.ts.map +1 -1
  53. package/dist/Integration/integration.module.js +40 -21
  54. package/dist/Integration/integration.module.js.map +1 -1
  55. package/dist/Integration/services/integration-data.service.d.ts +123 -9
  56. package/dist/Integration/services/integration-data.service.d.ts.map +1 -1
  57. package/dist/Integration/services/integration-data.service.js +385 -68
  58. package/dist/Integration/services/integration-data.service.js.map +1 -1
  59. package/dist/QueryBrowser/query-browser-resource.component.d.ts +27 -4
  60. package/dist/QueryBrowser/query-browser-resource.component.d.ts.map +1 -1
  61. package/dist/QueryBrowser/query-browser-resource.component.js +338 -144
  62. package/dist/QueryBrowser/query-browser-resource.component.js.map +1 -1
  63. package/dist/__tests__/integration-data-service.test.js.map +1 -1
  64. package/dist/__tests__/mapping-validation.test.d.ts +2 -0
  65. package/dist/__tests__/mapping-validation.test.d.ts.map +1 -0
  66. package/dist/__tests__/mapping-validation.test.js +170 -0
  67. package/dist/__tests__/mapping-validation.test.js.map +1 -0
  68. package/package.json +40 -38
  69. package/dist/Integration/components/connection-studio/connection-studio.component.d.ts +0 -81
  70. package/dist/Integration/components/connection-studio/connection-studio.component.d.ts.map +0 -1
  71. package/dist/Integration/components/connection-studio/connection-studio.component.js +0 -960
  72. package/dist/Integration/components/connection-studio/connection-studio.component.js.map +0 -1
  73. package/dist/Integration/components/control-tower/control-tower.component.d.ts +0 -43
  74. package/dist/Integration/components/control-tower/control-tower.component.d.ts.map +0 -1
  75. package/dist/Integration/components/control-tower/control-tower.component.js +0 -446
  76. package/dist/Integration/components/control-tower/control-tower.component.js.map +0 -1
  77. package/dist/Integration/components/sync-activity/sync-activity.component.d.ts +0 -65
  78. package/dist/Integration/components/sync-activity/sync-activity.component.d.ts.map +0 -1
  79. package/dist/Integration/components/sync-activity/sync-activity.component.js +0 -671
  80. package/dist/Integration/components/sync-activity/sync-activity.component.js.map +0 -1
  81. package/dist/__tests__/connection-studio.test.d.ts +0 -2
  82. package/dist/__tests__/connection-studio.test.d.ts.map +0 -1
  83. package/dist/__tests__/connection-studio.test.js +0 -186
  84. package/dist/__tests__/connection-studio.test.js.map +0 -1
@@ -1,81 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BaseResourceComponent } from '@memberjunction/ng-shared';
3
- import { ResourceData, MJCredentialEntity } from '@memberjunction/core-entities';
4
- import { CredentialDialogResult } from '@memberjunction/ng-credentials';
5
- import { IntegrationDefinitionRow, SourceTypeRow } from '../../services/integration-data.service';
6
- import * as i0 from "@angular/core";
7
- interface StepDef {
8
- Index: number;
9
- Label: string;
10
- }
11
- type TestStatusType = 'idle' | 'testing' | 'success' | 'failed';
12
- export declare class ConnectionStudioComponent extends BaseResourceComponent implements OnInit {
13
- Steps: StepDef[];
14
- CurrentStep: number;
15
- Integrations: IntegrationDefinitionRow[];
16
- SourceTypes: SourceTypeRow[];
17
- IsLoadingIntegrations: boolean;
18
- SelectedIntegrationID: string | null;
19
- UseCustomMode: boolean;
20
- CustomSourceTypeID: string | null;
21
- Companies: Array<{
22
- ID: string;
23
- Name: string;
24
- }>;
25
- SelectedCompanyID: string | null;
26
- NewCompanyName: string;
27
- IsCreatingCompany: boolean;
28
- ConnectionName: string;
29
- ConnectionDescription: string;
30
- SelectedCredential: MJCredentialEntity | null;
31
- CredentialTypeName: string;
32
- ShowCredentialDialog: boolean;
33
- PreselectedCredentialTypeId: string | undefined;
34
- CredentialPickerMode: 'choose' | 'existing' | 'new';
35
- ExistingCredentials: MJCredentialEntity[];
36
- IsLoadingCredentials: boolean;
37
- TestStatus: TestStatusType;
38
- TestMessage: string;
39
- IsSaving: boolean;
40
- SaveCompleted: boolean;
41
- SaveError: string;
42
- private dataService;
43
- private cdr;
44
- ngOnInit(): Promise<void>;
45
- get SelectedIntegration(): IntegrationDefinitionRow | null;
46
- get SelectedIntegrationName(): string;
47
- get SelectedIntegrationIcon(): string;
48
- get CustomSourceTypeName(): string;
49
- get IsStep1Valid(): boolean;
50
- get IsStep2Valid(): boolean;
51
- LoadIntegrations(): Promise<void>;
52
- get HasCompanies(): boolean;
53
- get NeedsCompanyPicker(): boolean;
54
- get SelectedCompanyName(): string;
55
- CreateCompany(): Promise<void>;
56
- SelectIntegration(integration: IntegrationDefinitionRow): void;
57
- SelectCustomMode(): void;
58
- SelectCustomSourceType(st: SourceTypeRow): void;
59
- IsSelectedIntegration(id: string): boolean;
60
- IsSelectedCustomSourceType(id: string): boolean;
61
- IntegrationIcon(integration: IntegrationDefinitionRow): string;
62
- get IntegrationCredentialTypeID(): string | null;
63
- ShowExistingCredentials(): Promise<void>;
64
- SelectExistingCredential(credential: MJCredentialEntity): void;
65
- OpenCredentialDialog(): void;
66
- OnCredentialDialogClose(result: CredentialDialogResult): void;
67
- ClearCredential(): void;
68
- BackToCredentialChoice(): void;
69
- NextStep(): void;
70
- PrevStep(): void;
71
- TestConnection(): void;
72
- SaveIntegration(): Promise<void>;
73
- ResetWizard(): void;
74
- GetResourceDisplayName(_data: ResourceData): Promise<string>;
75
- GetResourceIconClass(_data: ResourceData): Promise<string>;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionStudioComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<ConnectionStudioComponent, "app-connection-studio", never, {}, {}, never, never, false, never>;
78
- }
79
- export declare function LoadConnectionStudio(): void;
80
- export {};
81
- //# sourceMappingURL=connection-studio.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection-studio.component.d.ts","sourceRoot":"","sources":["../../../../src/Integration/components/connection-studio/connection-studio.component.ts"],"names":[],"mappings":"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"}