@memberjunction/ng-dashboards 5.14.0 → 5.16.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/AI/components/execution-monitoring.component.js +3 -3
- package/dist/APIKeys/api-applications-panel.component.js +4 -4
- package/dist/APIKeys/api-key-create-dialog.component.js +4 -4
- package/dist/APIKeys/api-key-edit-panel.component.js +4 -4
- package/dist/APIKeys/api-scopes-panel.component.js +5 -5
- package/dist/APIKeys/api-usage-panel.component.js +3 -3
- package/dist/Actions/components/actions-list-view.component.js +4 -4
- package/dist/Actions/components/actions-overview.component.js +5 -5
- package/dist/Actions/components/categories-list-view.component.js +4 -4
- package/dist/Actions/components/execution-monitoring.component.js +4 -4
- package/dist/Actions/components/explorer/action-toolbar.component.js +3 -3
- package/dist/Actions/components/explorer/action-tree-panel.component.js +3 -3
- package/dist/Actions/components/explorer/new-action-panel.component.js +4 -4
- package/dist/Actions/components/explorer/new-category-panel.component.js +4 -4
- package/dist/ComponentStudio/components/artifact-load-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/artifact-selection-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/browser/component-browser.component.js +3 -3
- package/dist/ComponentStudio/components/editors/code-editor-panel.component.js +3 -3
- package/dist/ComponentStudio/components/editors/data-requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/requirements-editor.component.js +3 -3
- package/dist/ComponentStudio/components/editors/spec-editor.component.js +3 -3
- package/dist/ComponentStudio/components/new-component-dialog/new-component-dialog.component.js +3 -3
- package/dist/ComponentStudio/components/save-version-dialog/save-version-dialog.component.js +4 -4
- package/dist/ComponentStudio/components/text-import-dialog.component.js +3 -3
- package/dist/DataExplorer/data-explorer-dashboard.component.js +1 -1
- package/dist/Home/home-dashboard.component.js +3 -3
- package/dist/QueryBrowser/query-browser-resource.component.js +3 -3
- package/dist/actions-dashboards.module.d.ts +42 -0
- package/dist/actions-dashboards.module.d.ts.map +1 -0
- package/dist/actions-dashboards.module.js +156 -0
- package/dist/actions-dashboards.module.js.map +1 -0
- package/dist/ai-dashboards.module.d.ts +43 -0
- package/dist/ai-dashboards.module.d.ts.map +1 -0
- package/dist/ai-dashboards.module.js +169 -0
- package/dist/ai-dashboards.module.js.map +1 -0
- package/dist/communication-dashboards.module.d.ts +26 -0
- package/dist/communication-dashboards.module.d.ts.map +1 -0
- package/dist/communication-dashboards.module.js +93 -0
- package/dist/communication-dashboards.module.js.map +1 -0
- package/dist/component-studio-dashboards.module.d.ts +37 -0
- package/dist/component-studio-dashboards.module.d.ts.map +1 -0
- package/dist/component-studio-dashboards.module.js +131 -0
- package/dist/component-studio-dashboards.module.js.map +1 -0
- package/dist/core-dashboards.module.d.ts +49 -0
- package/dist/core-dashboards.module.d.ts.map +1 -0
- package/dist/core-dashboards.module.js +197 -0
- package/dist/core-dashboards.module.js.map +1 -0
- package/dist/credentials-dashboards.module.d.ts +27 -0
- package/dist/credentials-dashboards.module.d.ts.map +1 -0
- package/dist/credentials-dashboards.module.js +100 -0
- package/dist/credentials-dashboards.module.js.map +1 -0
- package/dist/data-explorer-dashboards.module.d.ts +32 -0
- package/dist/data-explorer-dashboards.module.d.ts.map +1 -0
- package/dist/data-explorer-dashboards.module.js +110 -0
- package/dist/data-explorer-dashboards.module.js.map +1 -0
- package/dist/lists-dashboards.module.d.ts +25 -0
- package/dist/lists-dashboards.module.d.ts.map +1 -0
- package/dist/lists-dashboards.module.js +94 -0
- package/dist/lists-dashboards.module.js.map +1 -0
- package/dist/module.d.ts +31 -150
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +109 -735
- package/dist/module.js.map +1 -1
- package/dist/public-api.d.ts +11 -1
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +15 -2
- package/dist/public-api.js.map +1 -1
- package/dist/scheduling-dashboards.module.d.ts +29 -0
- package/dist/scheduling-dashboards.module.d.ts.map +1 -0
- package/dist/scheduling-dashboards.module.js +106 -0
- package/dist/scheduling-dashboards.module.js.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts +16 -0
- package/dist/shared/shared-dashboard-widgets.module.d.ts.map +1 -0
- package/dist/shared/shared-dashboard-widgets.module.js +40 -0
- package/dist/shared/shared-dashboard-widgets.module.js.map +1 -0
- package/dist/testing-dashboards.module.d.ts +38 -0
- package/dist/testing-dashboards.module.d.ts.map +1 -0
- package/dist/testing-dashboards.module.js +145 -0
- package/dist/testing-dashboards.module.js.map +1 -0
- package/package.json +100 -42
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
+
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
5
|
+
import { GridModule } from '@progress/kendo-angular-grid';
|
|
6
|
+
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
7
|
+
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
8
|
+
import { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';
|
|
9
|
+
import { TabStripModule } from '@progress/kendo-angular-layout';
|
|
10
|
+
import { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';
|
|
11
|
+
import { TestingModule } from '@memberjunction/ng-testing';
|
|
12
|
+
import { SharedGenericModule } from '@memberjunction/ng-shared-generic';
|
|
13
|
+
import { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';
|
|
14
|
+
import { SharedPipesModule } from './shared/shared-pipes.module';
|
|
15
|
+
// Testing Components
|
|
16
|
+
import { TestingDashboardComponent } from './Testing/testing-dashboard.component';
|
|
17
|
+
import { TestingDashboardTabComponent } from './Testing/components/testing-dashboard-tab.component';
|
|
18
|
+
import { TestingRunsComponent } from './Testing/components/testing-runs.component';
|
|
19
|
+
import { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';
|
|
20
|
+
import { TestingReviewComponent } from './Testing/components/testing-review.component';
|
|
21
|
+
import { TestingDashboardTabResourceComponent } from './Testing/components/testing-dashboard-tab-resource.component';
|
|
22
|
+
import { TestingRunsResourceComponent } from './Testing/components/testing-runs-resource.component';
|
|
23
|
+
import { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';
|
|
24
|
+
import { TestingReviewResourceComponent } from './Testing/components/testing-review-resource.component';
|
|
25
|
+
import { TestingExplorerComponent } from './Testing/components/testing-explorer.component';
|
|
26
|
+
import { TestingExplorerResourceComponent } from './Testing/components/testing-explorer-resource.component';
|
|
27
|
+
import { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';
|
|
28
|
+
import { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';
|
|
29
|
+
import { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';
|
|
30
|
+
import { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';
|
|
31
|
+
import * as i0 from "@angular/core";
|
|
32
|
+
/**
|
|
33
|
+
* TestingDashboardsModule — Testing feature area: dashboard tabs, runs,
|
|
34
|
+
* analytics, review, explorer, and instrumentation widgets.
|
|
35
|
+
*/
|
|
36
|
+
export class TestingDashboardsModule {
|
|
37
|
+
static ɵfac = function TestingDashboardsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TestingDashboardsModule)(); };
|
|
38
|
+
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TestingDashboardsModule });
|
|
39
|
+
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
40
|
+
TestingInstrumentationService
|
|
41
|
+
], imports: [CommonModule,
|
|
42
|
+
FormsModule,
|
|
43
|
+
ReactiveFormsModule,
|
|
44
|
+
ButtonsModule,
|
|
45
|
+
GridModule,
|
|
46
|
+
DropDownsModule,
|
|
47
|
+
InputsModule,
|
|
48
|
+
DialogsModule,
|
|
49
|
+
WindowModule,
|
|
50
|
+
TabStripModule,
|
|
51
|
+
ContainerDirectivesModule,
|
|
52
|
+
TestingModule,
|
|
53
|
+
SharedGenericModule,
|
|
54
|
+
SharedDashboardWidgetsModule,
|
|
55
|
+
SharedPipesModule, SharedDashboardWidgetsModule] });
|
|
56
|
+
}
|
|
57
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TestingDashboardsModule, [{
|
|
58
|
+
type: NgModule,
|
|
59
|
+
args: [{
|
|
60
|
+
declarations: [
|
|
61
|
+
TestingDashboardComponent,
|
|
62
|
+
TestingDashboardTabComponent,
|
|
63
|
+
TestingRunsComponent,
|
|
64
|
+
TestingAnalyticsComponent,
|
|
65
|
+
TestingReviewComponent,
|
|
66
|
+
TestingDashboardTabResourceComponent,
|
|
67
|
+
TestingRunsResourceComponent,
|
|
68
|
+
TestingAnalyticsResourceComponent,
|
|
69
|
+
TestingReviewResourceComponent,
|
|
70
|
+
TestingExplorerComponent,
|
|
71
|
+
TestingExplorerResourceComponent,
|
|
72
|
+
SuiteTreeComponent,
|
|
73
|
+
SuiteTreeNodeComponent,
|
|
74
|
+
OracleBreakdownTableComponent,
|
|
75
|
+
TestRunDetailPanelComponent
|
|
76
|
+
],
|
|
77
|
+
imports: [
|
|
78
|
+
CommonModule,
|
|
79
|
+
FormsModule,
|
|
80
|
+
ReactiveFormsModule,
|
|
81
|
+
ButtonsModule,
|
|
82
|
+
GridModule,
|
|
83
|
+
DropDownsModule,
|
|
84
|
+
InputsModule,
|
|
85
|
+
DialogsModule,
|
|
86
|
+
WindowModule,
|
|
87
|
+
TabStripModule,
|
|
88
|
+
ContainerDirectivesModule,
|
|
89
|
+
TestingModule,
|
|
90
|
+
SharedGenericModule,
|
|
91
|
+
SharedDashboardWidgetsModule,
|
|
92
|
+
SharedPipesModule
|
|
93
|
+
],
|
|
94
|
+
providers: [
|
|
95
|
+
TestingInstrumentationService
|
|
96
|
+
],
|
|
97
|
+
exports: [
|
|
98
|
+
TestingDashboardComponent,
|
|
99
|
+
TestingDashboardTabResourceComponent,
|
|
100
|
+
TestingRunsResourceComponent,
|
|
101
|
+
TestingAnalyticsResourceComponent,
|
|
102
|
+
TestingReviewResourceComponent,
|
|
103
|
+
TestingExplorerComponent,
|
|
104
|
+
TestingExplorerResourceComponent,
|
|
105
|
+
SharedDashboardWidgetsModule
|
|
106
|
+
]
|
|
107
|
+
}]
|
|
108
|
+
}], null, null); })();
|
|
109
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TestingDashboardsModule, { declarations: [TestingDashboardComponent,
|
|
110
|
+
TestingDashboardTabComponent,
|
|
111
|
+
TestingRunsComponent,
|
|
112
|
+
TestingAnalyticsComponent,
|
|
113
|
+
TestingReviewComponent,
|
|
114
|
+
TestingDashboardTabResourceComponent,
|
|
115
|
+
TestingRunsResourceComponent,
|
|
116
|
+
TestingAnalyticsResourceComponent,
|
|
117
|
+
TestingReviewResourceComponent,
|
|
118
|
+
TestingExplorerComponent,
|
|
119
|
+
TestingExplorerResourceComponent,
|
|
120
|
+
SuiteTreeComponent,
|
|
121
|
+
SuiteTreeNodeComponent,
|
|
122
|
+
OracleBreakdownTableComponent,
|
|
123
|
+
TestRunDetailPanelComponent], imports: [CommonModule,
|
|
124
|
+
FormsModule,
|
|
125
|
+
ReactiveFormsModule,
|
|
126
|
+
ButtonsModule,
|
|
127
|
+
GridModule,
|
|
128
|
+
DropDownsModule,
|
|
129
|
+
InputsModule,
|
|
130
|
+
DialogsModule,
|
|
131
|
+
WindowModule,
|
|
132
|
+
TabStripModule,
|
|
133
|
+
ContainerDirectivesModule,
|
|
134
|
+
TestingModule,
|
|
135
|
+
SharedGenericModule,
|
|
136
|
+
SharedDashboardWidgetsModule,
|
|
137
|
+
SharedPipesModule], exports: [TestingDashboardComponent,
|
|
138
|
+
TestingDashboardTabResourceComponent,
|
|
139
|
+
TestingRunsResourceComponent,
|
|
140
|
+
TestingAnalyticsResourceComponent,
|
|
141
|
+
TestingReviewResourceComponent,
|
|
142
|
+
TestingExplorerComponent,
|
|
143
|
+
TestingExplorerResourceComponent,
|
|
144
|
+
SharedDashboardWidgetsModule] }); })();
|
|
145
|
+
//# sourceMappingURL=testing-dashboards.module.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testing-dashboards.module.js","sourceRoot":"","sources":["../src/testing-dashboards.module.ts"],"names":[],"mappings":"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","sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ButtonsModule } from '@progress/kendo-angular-buttons';\nimport { GridModule } from '@progress/kendo-angular-grid';\nimport { DropDownsModule } from '@progress/kendo-angular-dropdowns';\nimport { InputsModule } from '@progress/kendo-angular-inputs';\nimport { DialogsModule, WindowModule } from '@progress/kendo-angular-dialog';\nimport { TabStripModule } from '@progress/kendo-angular-layout';\nimport { ContainerDirectivesModule } from '@memberjunction/ng-container-directives';\nimport { TestingModule } from '@memberjunction/ng-testing';\nimport { SharedGenericModule } from '@memberjunction/ng-shared-generic';\nimport { SharedDashboardWidgetsModule } from './shared/shared-dashboard-widgets.module';\nimport { SharedPipesModule } from './shared/shared-pipes.module';\n\n// Testing Components\nimport { TestingDashboardComponent } from './Testing/testing-dashboard.component';\nimport { TestingDashboardTabComponent } from './Testing/components/testing-dashboard-tab.component';\nimport { TestingRunsComponent } from './Testing/components/testing-runs.component';\nimport { TestingAnalyticsComponent } from './Testing/components/testing-analytics.component';\nimport { TestingReviewComponent } from './Testing/components/testing-review.component';\nimport { TestingDashboardTabResourceComponent } from './Testing/components/testing-dashboard-tab-resource.component';\nimport { TestingRunsResourceComponent } from './Testing/components/testing-runs-resource.component';\nimport { TestingAnalyticsResourceComponent } from './Testing/components/testing-analytics-resource.component';\nimport { TestingReviewResourceComponent } from './Testing/components/testing-review-resource.component';\nimport { TestingExplorerComponent } from './Testing/components/testing-explorer.component';\nimport { TestingExplorerResourceComponent } from './Testing/components/testing-explorer-resource.component';\nimport { SuiteTreeComponent, SuiteTreeNodeComponent } from './Testing/components/widgets/suite-tree.component';\nimport { OracleBreakdownTableComponent } from './Testing/components/widgets/oracle-breakdown-table.component';\nimport { TestRunDetailPanelComponent } from './Testing/components/widgets/test-run-detail-panel.component';\nimport { TestingInstrumentationService } from './Testing/services/testing-instrumentation.service';\n\n/**\n * TestingDashboardsModule — Testing feature area: dashboard tabs, runs,\n * analytics, review, explorer, and instrumentation widgets.\n */\n@NgModule({\n declarations: [\n TestingDashboardComponent,\n TestingDashboardTabComponent,\n TestingRunsComponent,\n TestingAnalyticsComponent,\n TestingReviewComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SuiteTreeComponent,\n SuiteTreeNodeComponent,\n OracleBreakdownTableComponent,\n TestRunDetailPanelComponent\n ],\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n ButtonsModule,\n GridModule,\n DropDownsModule,\n InputsModule,\n DialogsModule,\n WindowModule,\n TabStripModule,\n ContainerDirectivesModule,\n TestingModule,\n SharedGenericModule,\n SharedDashboardWidgetsModule,\n SharedPipesModule\n ],\n providers: [\n TestingInstrumentationService\n ],\n exports: [\n TestingDashboardComponent,\n TestingDashboardTabResourceComponent,\n TestingRunsResourceComponent,\n TestingAnalyticsResourceComponent,\n TestingReviewResourceComponent,\n TestingExplorerComponent,\n TestingExplorerResourceComponent,\n SharedDashboardWidgetsModule\n ]\n})\nexport class TestingDashboardsModule { }\n"]}
|
package/package.json
CHANGED
|
@@ -1,9 +1,67 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-dashboards",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.16.0",
|
|
4
4
|
"description": "MemberJunction Dashboards",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/public-api.d.ts",
|
|
10
|
+
"default": "./dist/public-api.js"
|
|
11
|
+
},
|
|
12
|
+
"./core-dashboards.module": {
|
|
13
|
+
"types": "./dist/core-dashboards.module.d.ts",
|
|
14
|
+
"default": "./dist/core-dashboards.module.js"
|
|
15
|
+
},
|
|
16
|
+
"./ai-dashboards.module": {
|
|
17
|
+
"types": "./dist/ai-dashboards.module.d.ts",
|
|
18
|
+
"default": "./dist/ai-dashboards.module.js"
|
|
19
|
+
},
|
|
20
|
+
"./actions-dashboards.module": {
|
|
21
|
+
"types": "./dist/actions-dashboards.module.d.ts",
|
|
22
|
+
"default": "./dist/actions-dashboards.module.js"
|
|
23
|
+
},
|
|
24
|
+
"./testing-dashboards.module": {
|
|
25
|
+
"types": "./dist/testing-dashboards.module.d.ts",
|
|
26
|
+
"default": "./dist/testing-dashboards.module.js"
|
|
27
|
+
},
|
|
28
|
+
"./scheduling-dashboards.module": {
|
|
29
|
+
"types": "./dist/scheduling-dashboards.module.d.ts",
|
|
30
|
+
"default": "./dist/scheduling-dashboards.module.js"
|
|
31
|
+
},
|
|
32
|
+
"./communication-dashboards.module": {
|
|
33
|
+
"types": "./dist/communication-dashboards.module.d.ts",
|
|
34
|
+
"default": "./dist/communication-dashboards.module.js"
|
|
35
|
+
},
|
|
36
|
+
"./credentials-dashboards.module": {
|
|
37
|
+
"types": "./dist/credentials-dashboards.module.d.ts",
|
|
38
|
+
"default": "./dist/credentials-dashboards.module.js"
|
|
39
|
+
},
|
|
40
|
+
"./data-explorer-dashboards.module": {
|
|
41
|
+
"types": "./dist/data-explorer-dashboards.module.d.ts",
|
|
42
|
+
"default": "./dist/data-explorer-dashboards.module.js"
|
|
43
|
+
},
|
|
44
|
+
"./lists-dashboards.module": {
|
|
45
|
+
"types": "./dist/lists-dashboards.module.d.ts",
|
|
46
|
+
"default": "./dist/lists-dashboards.module.js"
|
|
47
|
+
},
|
|
48
|
+
"./component-studio-dashboards.module": {
|
|
49
|
+
"types": "./dist/component-studio-dashboards.module.d.ts",
|
|
50
|
+
"default": "./dist/component-studio-dashboards.module.js"
|
|
51
|
+
},
|
|
52
|
+
"./integration.module": {
|
|
53
|
+
"types": "./dist/Integration/integration.module.d.ts",
|
|
54
|
+
"default": "./dist/Integration/integration.module.js"
|
|
55
|
+
},
|
|
56
|
+
"./mcp.module": {
|
|
57
|
+
"types": "./dist/MCP/mcp.module.d.ts",
|
|
58
|
+
"default": "./dist/MCP/mcp.module.js"
|
|
59
|
+
},
|
|
60
|
+
"./module": {
|
|
61
|
+
"types": "./dist/module.d.ts",
|
|
62
|
+
"default": "./dist/module.js"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
7
65
|
"files": [
|
|
8
66
|
"/dist"
|
|
9
67
|
],
|
|
@@ -34,47 +92,47 @@
|
|
|
34
92
|
"@codemirror/merge": "^6.11.2",
|
|
35
93
|
"@codemirror/state": "^6.5.4",
|
|
36
94
|
"@codemirror/view": "^6.39.12",
|
|
37
|
-
"@memberjunction/ng-scheduling": "5.
|
|
38
|
-
"@memberjunction/actions-base": "5.
|
|
39
|
-
"@memberjunction/ai-engine-base": "5.
|
|
40
|
-
"@memberjunction/api-keys-base": "5.
|
|
41
|
-
"@memberjunction/ai-core-plus": "5.
|
|
42
|
-
"@memberjunction/core": "5.
|
|
43
|
-
"@memberjunction/export-engine": "5.
|
|
44
|
-
"@memberjunction/ng-entity-relationship-diagram": "5.
|
|
45
|
-
"@memberjunction/core-entities": "5.
|
|
46
|
-
"@memberjunction/global": "5.
|
|
47
|
-
"@memberjunction/graphql-dataprovider": "5.
|
|
48
|
-
"@memberjunction/integration-engine-base": "5.
|
|
49
|
-
"@memberjunction/interactive-component-types": "5.
|
|
50
|
-
"@memberjunction/ng-action-gallery": "5.
|
|
51
|
-
"@memberjunction/ng-actions": "5.
|
|
52
|
-
"@memberjunction/ng-agents": "5.
|
|
53
|
-
"@memberjunction/ng-ai-test-harness": "5.
|
|
54
|
-
"@memberjunction/ng-base-application": "5.
|
|
55
|
-
"@memberjunction/ng-code-editor": "5.
|
|
56
|
-
"@memberjunction/ng-container-directives": "5.
|
|
57
|
-
"@memberjunction/ng-core-entity-forms": "5.
|
|
58
|
-
"@memberjunction/ng-agent-requests": "5.
|
|
59
|
-
"@memberjunction/ng-credentials": "5.
|
|
60
|
-
"@memberjunction/ng-dashboard-viewer": "5.
|
|
61
|
-
"@memberjunction/ng-entity-viewer": "5.
|
|
62
|
-
"@memberjunction/ng-export-service": "5.
|
|
63
|
-
"@memberjunction/ng-filter-builder": "5.
|
|
64
|
-
"@memberjunction/ng-list-management": "5.
|
|
65
|
-
"@memberjunction/ng-explorer-settings": "5.
|
|
66
|
-
"@memberjunction/ng-notifications": "5.
|
|
67
|
-
"@memberjunction/ng-query-viewer": "5.
|
|
68
|
-
"@memberjunction/ng-react": "5.
|
|
69
|
-
"@memberjunction/ng-shared": "5.
|
|
70
|
-
"@memberjunction/ng-shared-generic": "5.
|
|
71
|
-
"@memberjunction/ng-trees": "5.
|
|
72
|
-
"@memberjunction/ng-versions": "5.
|
|
73
|
-
"@memberjunction/ng-testing": "5.
|
|
74
|
-
"@memberjunction/skip-types": "5.
|
|
75
|
-
"@memberjunction/templates-base-types": "5.
|
|
76
|
-
"@memberjunction/testing-engine-base": "5.
|
|
77
|
-
"@memberjunction/ng-markdown": "5.
|
|
95
|
+
"@memberjunction/ng-scheduling": "5.16.0",
|
|
96
|
+
"@memberjunction/actions-base": "5.16.0",
|
|
97
|
+
"@memberjunction/ai-engine-base": "5.16.0",
|
|
98
|
+
"@memberjunction/api-keys-base": "5.16.0",
|
|
99
|
+
"@memberjunction/ai-core-plus": "5.16.0",
|
|
100
|
+
"@memberjunction/core": "5.16.0",
|
|
101
|
+
"@memberjunction/export-engine": "5.16.0",
|
|
102
|
+
"@memberjunction/ng-entity-relationship-diagram": "5.16.0",
|
|
103
|
+
"@memberjunction/core-entities": "5.16.0",
|
|
104
|
+
"@memberjunction/global": "5.16.0",
|
|
105
|
+
"@memberjunction/graphql-dataprovider": "5.16.0",
|
|
106
|
+
"@memberjunction/integration-engine-base": "5.16.0",
|
|
107
|
+
"@memberjunction/interactive-component-types": "5.16.0",
|
|
108
|
+
"@memberjunction/ng-action-gallery": "5.16.0",
|
|
109
|
+
"@memberjunction/ng-actions": "5.16.0",
|
|
110
|
+
"@memberjunction/ng-agents": "5.16.0",
|
|
111
|
+
"@memberjunction/ng-ai-test-harness": "5.16.0",
|
|
112
|
+
"@memberjunction/ng-base-application": "5.16.0",
|
|
113
|
+
"@memberjunction/ng-code-editor": "5.16.0",
|
|
114
|
+
"@memberjunction/ng-container-directives": "5.16.0",
|
|
115
|
+
"@memberjunction/ng-core-entity-forms": "5.16.0",
|
|
116
|
+
"@memberjunction/ng-agent-requests": "5.16.0",
|
|
117
|
+
"@memberjunction/ng-credentials": "5.16.0",
|
|
118
|
+
"@memberjunction/ng-dashboard-viewer": "5.16.0",
|
|
119
|
+
"@memberjunction/ng-entity-viewer": "5.16.0",
|
|
120
|
+
"@memberjunction/ng-export-service": "5.16.0",
|
|
121
|
+
"@memberjunction/ng-filter-builder": "5.16.0",
|
|
122
|
+
"@memberjunction/ng-list-management": "5.16.0",
|
|
123
|
+
"@memberjunction/ng-explorer-settings": "5.16.0",
|
|
124
|
+
"@memberjunction/ng-notifications": "5.16.0",
|
|
125
|
+
"@memberjunction/ng-query-viewer": "5.16.0",
|
|
126
|
+
"@memberjunction/ng-react": "5.16.0",
|
|
127
|
+
"@memberjunction/ng-shared": "5.16.0",
|
|
128
|
+
"@memberjunction/ng-shared-generic": "5.16.0",
|
|
129
|
+
"@memberjunction/ng-trees": "5.16.0",
|
|
130
|
+
"@memberjunction/ng-versions": "5.16.0",
|
|
131
|
+
"@memberjunction/ng-testing": "5.16.0",
|
|
132
|
+
"@memberjunction/skip-types": "5.16.0",
|
|
133
|
+
"@memberjunction/templates-base-types": "5.16.0",
|
|
134
|
+
"@memberjunction/testing-engine-base": "5.16.0",
|
|
135
|
+
"@memberjunction/ng-markdown": "5.16.0",
|
|
78
136
|
"@progress/kendo-angular-buttons": "22.0.1",
|
|
79
137
|
"@progress/kendo-angular-dateinputs": "22.0.1",
|
|
80
138
|
"@progress/kendo-angular-dialog": "22.0.1",
|