@intuitionrobotics/thunderstorm 0.43.3 → 0.44.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/app-backend/core/BaseStorm.d.ts +1 -1
- package/app-backend/core/BaseStorm.js +2 -2
- package/app-backend/core/BaseStorm.js.map +1 -1
- package/app-backend/core/Storm.js +9 -7
- package/app-backend/core/Storm.js.map +1 -1
- package/app-backend/exceptions.d.ts +2 -2
- package/app-backend/exceptions.js +2 -2
- package/app-backend/exceptions.js.map +1 -1
- package/app-backend/modules/CleanupScheduler.js +5 -4
- package/app-backend/modules/CleanupScheduler.js.map +1 -1
- package/app-backend/modules/FirestoreBackupScheduler.d.ts +1 -1
- package/app-backend/modules/FirestoreBackupScheduler.js +23 -9
- package/app-backend/modules/FirestoreBackupScheduler.js.map +1 -1
- package/app-backend/modules/ForceUpgrade.d.ts +1 -1
- package/app-backend/modules/ForceUpgrade.js +8 -6
- package/app-backend/modules/ForceUpgrade.js.map +1 -1
- package/app-backend/modules/SlackModule.d.ts +2 -4
- package/app-backend/modules/SlackModule.js +9 -30
- package/app-backend/modules/SlackModule.js.map +1 -1
- package/app-backend/modules/http/AxiosHttpModule.js +3 -3
- package/app-backend/modules/http/AxiosHttpModule.js.map +1 -1
- package/app-backend/modules/proxy/RemoteProxy.d.ts +2 -1
- package/app-backend/modules/proxy/RemoteProxy.js +11 -10
- package/app-backend/modules/proxy/RemoteProxy.js.map +1 -1
- package/app-backend/modules/proxy/RemoteProxyCaller.d.ts +1 -1
- package/app-backend/modules/proxy/RemoteProxyCaller.js +11 -9
- package/app-backend/modules/proxy/RemoteProxyCaller.js.map +1 -1
- package/app-backend/modules/server/HttpServer.d.ts +2 -1
- package/app-backend/modules/server/HttpServer.js +9 -8
- package/app-backend/modules/server/HttpServer.js.map +1 -1
- package/app-backend/modules/server/server-api.d.ts +3 -4
- package/app-backend/modules/server/server-api.js +27 -45
- package/app-backend/modules/server/server-api.js.map +1 -1
- package/app-backend/modules/server/server-errors.d.ts +1 -1
- package/app-backend/modules/server/server-errors.js +7 -6
- package/app-backend/modules/server/server-errors.js.map +1 -1
- package/app-backend/utils/LogClient_File.d.ts +2 -2
- package/app-backend/utils/LogClient_File.js +12 -30
- package/app-backend/utils/LogClient_File.js.map +1 -1
- package/app-backend/utils/file.js +0 -20
- package/app-backend/utils/file.js.map +1 -1
- package/app-backend/utils/promisify-request.js +2 -22
- package/app-backend/utils/promisify-request.js.map +1 -1
- package/app-backend/utils/types.d.ts +1 -1
- package/app-backend/utils/types.js +2 -22
- package/app-backend/utils/types.js.map +1 -1
- package/app-frontend/components/ActionButton.js +0 -20
- package/app-frontend/components/ActionButton.js.map +1 -1
- package/app-frontend/components/DropDown.js +5 -24
- package/app-frontend/components/DropDown.js.map +1 -1
- package/app-frontend/components/FilterInput.js +4 -23
- package/app-frontend/components/FilterInput.js.map +1 -1
- package/app-frontend/components/GenericSelect.js +0 -20
- package/app-frontend/components/GenericSelect.js.map +1 -1
- package/app-frontend/components/Overlay.js +0 -20
- package/app-frontend/components/Overlay.js.map +1 -1
- package/app-frontend/components/TS_Input.js +3 -23
- package/app-frontend/components/TS_Input.js.map +1 -1
- package/app-frontend/components/TS_Table.d.ts +1 -1
- package/app-frontend/components/TS_Table.js +0 -20
- package/app-frontend/components/TS_Table.js.map +1 -1
- package/app-frontend/components/TS_TextArea.js +0 -20
- package/app-frontend/components/TS_TextArea.js.map +1 -1
- package/app-frontend/components/adapter/Adapter.js +6 -26
- package/app-frontend/components/adapter/Adapter.js.map +1 -1
- package/app-frontend/components/adapter/BaseRenderer.js +0 -20
- package/app-frontend/components/adapter/BaseRenderer.js.map +1 -1
- package/app-frontend/components/checkbox/TS_Checkbox.d.ts +2 -2
- package/app-frontend/components/checkbox/TS_Checkbox.js +2 -1
- package/app-frontend/components/checkbox/TS_Checkbox.js.map +1 -1
- package/app-frontend/components/checkbox/TS_CheckboxField.js +0 -18
- package/app-frontend/components/checkbox/TS_CheckboxField.js.map +1 -1
- package/app-frontend/components/form/Form.d.ts +2 -1
- package/app-frontend/components/form/Form.js +2 -22
- package/app-frontend/components/form/Form.js.map +1 -1
- package/app-frontend/components/form/types.d.ts +2 -1
- package/app-frontend/components/form/types.js +0 -20
- package/app-frontend/components/form/types.js.map +1 -1
- package/app-frontend/components/playground/Example_NewProps.js +0 -20
- package/app-frontend/components/playground/Example_NewProps.js.map +1 -1
- package/app-frontend/components/playground/Playground.js +1 -21
- package/app-frontend/components/playground/Playground.js.map +1 -1
- package/app-frontend/components/tree/MenuComponent.js +2 -22
- package/app-frontend/components/tree/MenuComponent.js.map +1 -1
- package/app-frontend/components/tree/MultiTypeAdaptor.js +2 -22
- package/app-frontend/components/tree/MultiTypeAdaptor.js.map +1 -1
- package/app-frontend/components/tree/SimpleTreeNodeRenderer.js +0 -20
- package/app-frontend/components/tree/SimpleTreeNodeRenderer.js.map +1 -1
- package/app-frontend/components/tree/Tree.js +3 -23
- package/app-frontend/components/tree/Tree.js.map +1 -1
- package/app-frontend/components/tree/types.js +0 -20
- package/app-frontend/components/tree/types.js.map +1 -1
- package/app-frontend/components/treeicons.js.map +1 -1
- package/app-frontend/components/types.js +0 -20
- package/app-frontend/components/types.js.map +1 -1
- package/app-frontend/core/AbstractThunder.js +0 -20
- package/app-frontend/core/AbstractThunder.js.map +1 -1
- package/app-frontend/core/AppPage.js +0 -20
- package/app-frontend/core/AppPage.js.map +1 -1
- package/app-frontend/core/AppWrapper.js +2 -23
- package/app-frontend/core/AppWrapper.js.map +1 -1
- package/app-frontend/core/BaseComponent.d.ts +2 -4
- package/app-frontend/core/BaseComponent.js +15 -36
- package/app-frontend/core/BaseComponent.js.map +1 -1
- package/app-frontend/core/SimpleScriptInjector.js +2 -22
- package/app-frontend/core/SimpleScriptInjector.js.map +1 -1
- package/app-frontend/core/Thunder.js +3 -22
- package/app-frontend/core/Thunder.js.map +1 -1
- package/app-frontend/core/thunder-dispatcher.js +0 -20
- package/app-frontend/core/thunder-dispatcher.js.map +1 -1
- package/app-frontend/modules/ConnectivityModule.d.ts +1 -1
- package/app-frontend/modules/ConnectivityModule.js +2 -2
- package/app-frontend/modules/ConnectivityModule.js.map +1 -1
- package/app-frontend/modules/ForceUpgrade.d.ts +1 -1
- package/app-frontend/modules/ForceUpgrade.js +4 -3
- package/app-frontend/modules/ForceUpgrade.js.map +1 -1
- package/app-frontend/modules/HistoryModule.d.ts +3 -5
- package/app-frontend/modules/HistoryModule.js +9 -28
- package/app-frontend/modules/HistoryModule.js.map +1 -1
- package/app-frontend/modules/ResourcesModule.d.ts +1 -4
- package/app-frontend/modules/ResourcesModule.js +2 -25
- package/app-frontend/modules/ResourcesModule.js.map +1 -1
- package/app-frontend/modules/StorageModule.d.ts +1 -4
- package/app-frontend/modules/StorageModule.js +4 -26
- package/app-frontend/modules/StorageModule.js.map +1 -1
- package/app-frontend/modules/ThunderstormModule.d.ts +1 -1
- package/app-frontend/modules/ThunderstormModule.js +2 -2
- package/app-frontend/modules/ThunderstormModule.js.map +1 -1
- package/app-frontend/modules/component-loader/ReactEntryComponentInjector.js +0 -20
- package/app-frontend/modules/component-loader/ReactEntryComponentInjector.js.map +1 -1
- package/app-frontend/modules/component-loader/entry-component-loading-module.d.ts +1 -1
- package/app-frontend/modules/component-loader/entry-component-loading-module.js +4 -25
- package/app-frontend/modules/component-loader/entry-component-loading-module.js.map +1 -1
- package/app-frontend/modules/dialog/Dialog.js +0 -22
- package/app-frontend/modules/dialog/Dialog.js.map +1 -1
- package/app-frontend/modules/dialog/DialogModule.d.ts +1 -1
- package/app-frontend/modules/dialog/DialogModule.js +2 -2
- package/app-frontend/modules/dialog/DialogModule.js.map +1 -1
- package/app-frontend/modules/http/XhrHttpModule.js +9 -10
- package/app-frontend/modules/http/XhrHttpModule.js.map +1 -1
- package/app-frontend/modules/locale/LocaleModule.d.ts +1 -4
- package/app-frontend/modules/locale/LocaleModule.js +5 -24
- package/app-frontend/modules/locale/LocaleModule.js.map +1 -1
- package/app-frontend/modules/locale/types.d.ts +0 -3
- package/app-frontend/modules/locale/types.js +0 -20
- package/app-frontend/modules/locale/types.js.map +1 -1
- package/app-frontend/modules/menu/MenuAndButton.js +2 -2
- package/app-frontend/modules/menu/MenuAndButton.js.map +1 -1
- package/app-frontend/modules/menu/MenuModule.d.ts +1 -1
- package/app-frontend/modules/menu/MenuModule.js +4 -3
- package/app-frontend/modules/menu/MenuModule.js.map +1 -1
- package/app-frontend/modules/menu/PopupMenu.js +2 -2
- package/app-frontend/modules/menu/PopupMenu.js.map +1 -1
- package/app-frontend/modules/routing/RoutingModule.d.ts +1 -1
- package/app-frontend/modules/routing/RoutingModule.js +6 -25
- package/app-frontend/modules/routing/RoutingModule.js.map +1 -1
- package/app-frontend/modules/routing/route.js +0 -20
- package/app-frontend/modules/routing/route.js.map +1 -1
- package/app-frontend/modules/toaster/BaseToaster.js +0 -2
- package/app-frontend/modules/toaster/BaseToaster.js.map +1 -1
- package/app-frontend/modules/toaster/Toaster.js +0 -20
- package/app-frontend/modules/toaster/Toaster.js.map +1 -1
- package/app-frontend/modules/toaster/ToasterModule.d.ts +1 -1
- package/app-frontend/modules/toaster/ToasterModule.js +5 -5
- package/app-frontend/modules/toaster/ToasterModule.js.map +1 -1
- package/app-frontend/modules/tooltip/Tooltip.js +2 -22
- package/app-frontend/modules/tooltip/Tooltip.js.map +1 -1
- package/app-frontend/modules/tooltip/TooltipModule.d.ts +1 -1
- package/app-frontend/modules/tooltip/TooltipModule.js +4 -3
- package/app-frontend/modules/tooltip/TooltipModule.js.map +1 -1
- package/app-frontend/tools/KeyboardListener.js +0 -17
- package/app-frontend/tools/KeyboardListener.js.map +1 -1
- package/app-frontend/tools/Stylable.js +0 -20
- package/app-frontend/tools/Stylable.js.map +1 -1
- package/app-frontend/utils/tools.js +3 -23
- package/app-frontend/utils/tools.js.map +1 -1
- package/index.d.ts +0 -6
- package/index.js +0 -37
- package/index.js.map +1 -1
- package/package.json +4 -4
- package/shared/BaseHttpModule.d.ts +1 -1
- package/shared/BaseHttpModule.js +5 -4
- package/shared/BaseHttpModule.js.map +1 -1
- package/shared/BaseHttpRequest.js +9 -27
- package/shared/BaseHttpRequest.js.map +1 -1
- package/shared/consts.js +0 -20
- package/shared/consts.js.map +1 -1
- package/shared/force-upgrade.js +0 -20
- package/shared/force-upgrade.js.map +1 -1
- package/shared/request-types.js +0 -20
- package/shared/request-types.js.map +1 -1
- package/shared/types.js +0 -20
- package/shared/types.js.map +1 -1
- package/test-backend/StormTester.js +6 -26
- package/test-backend/StormTester.js.map +1 -1
- package/app-backend/modules/_imports.d.ts +0 -10
- package/app-backend/modules/_imports.js +0 -43
- package/app-backend/modules/_imports.js.map +0 -1
- package/app-frontend/components/GenericTabs.d.ts +0 -4
- package/app-frontend/components/GenericTabs.js +0 -11
- package/app-frontend/components/GenericTabs.js.map +0 -1
- package/backend-test.d.ts +0 -1
- package/backend-test.js +0 -34
- package/backend-test.js.map +0 -1
- package/backend.d.ts +0 -17
- package/backend.js +0 -50
- package/backend.js.map +0 -1
- package/frontend.d.ts +0 -55
- package/frontend.js +0 -88
- package/frontend.js.map +0 -1
|
@@ -10,29 +10,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.BaseHttpRequest = void 0;
|
|
13
|
-
|
|
14
|
-
* Thunderstorm is a full web app framework!
|
|
15
|
-
*
|
|
16
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
17
|
-
* Typescript & React frontend infrastructure
|
|
18
|
-
*
|
|
19
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
20
|
-
*
|
|
21
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
22
|
-
* you may not use this file except in compliance with the License.
|
|
23
|
-
* You may obtain a copy of the License at
|
|
24
|
-
*
|
|
25
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
26
|
-
*
|
|
27
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
28
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
29
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
30
|
-
* See the License for the specific language governing permissions and
|
|
31
|
-
* limitations under the License.
|
|
32
|
-
*/
|
|
33
|
-
const ts_common_1 = require("@intuitionrobotics/ts-common");
|
|
13
|
+
const object_tools_1 = require("@intuitionrobotics/ts-common/utils/object-tools");
|
|
34
14
|
const types_1 = require("./types");
|
|
35
15
|
const request_types_1 = require("./request-types");
|
|
16
|
+
const exceptions_1 = require("@intuitionrobotics/ts-common/core/exceptions");
|
|
17
|
+
const date_time_tools_1 = require("@intuitionrobotics/ts-common/utils/date-time-tools");
|
|
36
18
|
class BaseHttpRequest {
|
|
37
19
|
constructor(requestKey, requestData) {
|
|
38
20
|
this.headers = {};
|
|
@@ -61,7 +43,7 @@ class BaseHttpRequest {
|
|
|
61
43
|
}
|
|
62
44
|
// I want this to follow through
|
|
63
45
|
default:
|
|
64
|
-
throw new
|
|
46
|
+
throw new exceptions_1.BadImplementationException("Headers values can only be of type: (() => string | string[]) | string | string[] ");
|
|
65
47
|
}
|
|
66
48
|
});
|
|
67
49
|
};
|
|
@@ -129,7 +111,7 @@ class BaseHttpRequest {
|
|
|
129
111
|
setUrlParams(params) {
|
|
130
112
|
if (!params)
|
|
131
113
|
return this;
|
|
132
|
-
|
|
114
|
+
object_tools_1._keys(params).forEach((key) => {
|
|
133
115
|
const param = params[key];
|
|
134
116
|
return param && typeof param === "string" && this.setUrlParam(key, param);
|
|
135
117
|
});
|
|
@@ -146,7 +128,7 @@ class BaseHttpRequest {
|
|
|
146
128
|
}
|
|
147
129
|
setRelativeUrl(relativeUrl) {
|
|
148
130
|
if (!this.origin)
|
|
149
|
-
throw new
|
|
131
|
+
throw new exceptions_1.BadImplementationException('if you want to use relative urls, you need to set an origin');
|
|
150
132
|
this.url = this.origin + relativeUrl;
|
|
151
133
|
return this;
|
|
152
134
|
}
|
|
@@ -209,13 +191,13 @@ class BaseHttpRequest {
|
|
|
209
191
|
asJson() {
|
|
210
192
|
const response = this.getResponse();
|
|
211
193
|
if (!response)
|
|
212
|
-
throw new
|
|
194
|
+
throw new exceptions_1.BadImplementationException("No xhr.response...");
|
|
213
195
|
return JSON.parse(response);
|
|
214
196
|
}
|
|
215
197
|
asText() {
|
|
216
198
|
const response = this.getResponse();
|
|
217
199
|
if (!response)
|
|
218
|
-
throw new
|
|
200
|
+
throw new exceptions_1.BadImplementationException("No xhr object... maybe you didn't wait for the request to return??");
|
|
219
201
|
return response;
|
|
220
202
|
}
|
|
221
203
|
resolveResponse() {
|
|
@@ -282,7 +264,7 @@ class BaseHttpRequest {
|
|
|
282
264
|
this.handleRequestSuccess(this);
|
|
283
265
|
resolve();
|
|
284
266
|
});
|
|
285
|
-
|
|
267
|
+
date_time_tools_1._setTimeout(() => {
|
|
286
268
|
const label = this.label || `http request: ${this.key}`;
|
|
287
269
|
new Promise(toCall)
|
|
288
270
|
.then(() => console.log(`Async call completed: ${label}`))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseHttpRequest.js","sourceRoot":"","sources":["../../src/main/shared/BaseHttpRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"BaseHttpRequest.js","sourceRoot":"","sources":["../../src/main/shared/BaseHttpRequest.ts"],"names":[],"mappings":"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"}
|
package/shared/consts.js
CHANGED
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
3
|
exports.HeaderKey_JWT = exports.HeaderKey_FunctionExecutionId = exports.HeaderKey_CurrentPage = exports.HeaderKey_Env = void 0;
|
|
24
4
|
exports.HeaderKey_Env = "x-env";
|
package/shared/consts.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/main/shared/consts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/main/shared/consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG,OAAO,CAAC;AACxB,QAAA,qBAAqB,GAAG,gBAAgB,CAAC;AACzC,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,aAAa,GAAG,KAAK,CAAC"}
|
package/shared/force-upgrade.js
CHANGED
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
3
|
exports.HeaderKey_PlatformName = exports.HeaderKey_PlatformVersion = void 0;
|
|
24
4
|
exports.HeaderKey_PlatformVersion = "x-platform-version";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"force-upgrade.js","sourceRoot":"","sources":["../../src/main/shared/force-upgrade.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"force-upgrade.js","sourceRoot":"","sources":["../../src/main/shared/force-upgrade.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAG,oBAAoB,CAAC;AACjD,QAAA,sBAAsB,GAAG,iBAAiB,CAAC"}
|
package/shared/request-types.js
CHANGED
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
3
|
exports.HttpException = void 0;
|
|
24
4
|
class HttpException extends Error {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"request-types.js","sourceRoot":"","sources":["../../src/main/shared/request-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"request-types.js","sourceRoot":"","sources":["../../src/main/shared/request-types.ts"],"names":[],"mappings":";;;AAGA,MAAa,aACZ,SAAQ,KAAK;IACb,YAAY,YAAoB,EAAE,GAAW,EAAE,CAAS;QACvD,KAAK,CAAC,GAAG,YAAY,MAAM,GAAG,EAAE,GAAG,IAAI,IAAG,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,OAAO,CAAA,GAAG,IAAI,IAAG,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,KAAK,CAAA,CAAC,CAAC;IACzE,CAAC;CACD;AALD,sCAKC"}
|
package/shared/types.js
CHANGED
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
3
|
exports.HttpMethod = void 0;
|
|
24
4
|
var HttpMethod;
|
package/shared/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/main/shared/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/main/shared/types.ts"],"names":[],"mappings":";;;AAAA,IAAY,UASX;AATD,WAAY,UAAU;IACrB,yBAAe,CAAA;IACf,2BAAgB,CAAA;IAChB,yBAAe,CAAA;IACf,6BAAiB,CAAA;IACjB,+BAAkB,CAAA;IAClB,yBAAe,CAAA;IACf,iCAAmB,CAAA;IACnB,2BAAgB,CAAA;AACjB,CAAC,EATW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QASrB"}
|
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
23
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
24
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -30,27 +10,27 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
30
10
|
};
|
|
31
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
12
|
exports.StormTester = void 0;
|
|
33
|
-
const ts_common_1 = require("@intuitionrobotics/ts-common");
|
|
34
13
|
const BaseStorm_1 = require("../app-backend/core/BaseStorm");
|
|
35
14
|
const fs = require("fs");
|
|
36
|
-
const backend_1 = require("@intuitionrobotics/firebase/backend");
|
|
37
15
|
const testelot_1 = require("@intuitionrobotics/testelot");
|
|
16
|
+
const exceptions_1 = require("@intuitionrobotics/ts-common/core/exceptions");
|
|
17
|
+
const FirebaseModule_1 = require("@intuitionrobotics/firebase/app-backend/FirebaseModule");
|
|
38
18
|
class StormTester extends BaseStorm_1.BaseStorm {
|
|
39
19
|
constructor() {
|
|
40
20
|
super();
|
|
41
21
|
this.reporter = new testelot_1.Reporter();
|
|
42
22
|
this.prepare = () => {
|
|
43
|
-
|
|
23
|
+
FirebaseModule_1.FirebaseModule_Class.localAdminConfigId = "test-permissions";
|
|
44
24
|
let pathToServiceAccount = process.env.npm_config_service_account || process.argv.find((arg) => arg.startsWith("--service-account="));
|
|
45
25
|
if (!pathToServiceAccount)
|
|
46
|
-
throw new
|
|
26
|
+
throw new exceptions_1.ImplementationMissingException("could not find path to service account!!!");
|
|
47
27
|
pathToServiceAccount = pathToServiceAccount.replace("--service-account=", "");
|
|
48
28
|
const key = JSON.parse(fs.readFileSync(pathToServiceAccount, "utf8"));
|
|
49
|
-
|
|
29
|
+
FirebaseModule_1.FirebaseModule.setDefaultConfig({ "test-permissions": key });
|
|
50
30
|
};
|
|
51
31
|
this.runTestsImpl = () => __awaiter(this, void 0, void 0, function* () {
|
|
52
32
|
if (!this.scenario)
|
|
53
|
-
throw new
|
|
33
|
+
throw new exceptions_1.ImplementationMissingException("No test specified!!");
|
|
54
34
|
this.prepare();
|
|
55
35
|
this.init();
|
|
56
36
|
this.reporter.init();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StormTester.js","sourceRoot":"","sources":["../../src/main/test-backend/StormTester.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StormTester.js","sourceRoot":"","sources":["../../src/main/test-backend/StormTester.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from "./server/server-api";
|
|
2
|
-
export * from "./server/HttpServer";
|
|
3
|
-
export * from "./proxy/RemoteProxyCaller";
|
|
4
|
-
export * from "./proxy/RemoteProxy";
|
|
5
|
-
export * from "../exceptions";
|
|
6
|
-
export * from "../utils/promisify-request";
|
|
7
|
-
export * from "../utils/to-be-removed";
|
|
8
|
-
export * from "./CleanupScheduler";
|
|
9
|
-
export * from "./FirestoreBackupScheduler";
|
|
10
|
-
export * from "../../index";
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
25
|
-
}) : (function(o, m, k, k2) {
|
|
26
|
-
if (k2 === undefined) k2 = k;
|
|
27
|
-
o[k2] = m[k];
|
|
28
|
-
}));
|
|
29
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
__exportStar(require("./server/server-api"), exports);
|
|
34
|
-
__exportStar(require("./server/HttpServer"), exports);
|
|
35
|
-
__exportStar(require("./proxy/RemoteProxyCaller"), exports);
|
|
36
|
-
__exportStar(require("./proxy/RemoteProxy"), exports);
|
|
37
|
-
__exportStar(require("../exceptions"), exports);
|
|
38
|
-
__exportStar(require("../utils/promisify-request"), exports);
|
|
39
|
-
__exportStar(require("../utils/to-be-removed"), exports);
|
|
40
|
-
__exportStar(require("./CleanupScheduler"), exports);
|
|
41
|
-
__exportStar(require("./FirestoreBackupScheduler"), exports);
|
|
42
|
-
__exportStar(require("../../index"), exports);
|
|
43
|
-
//# sourceMappingURL=_imports.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,sDAAoC;AACpC,sDAAoC;AAEpC,4DAA0C;AAC1C,sDAAoC;AAEpC,gDAA8B;AAC9B,6DAA2C;AAC3C,yDAAuC;AAEvC,qDAAmC;AACnC,6DAA2C;AAE3C,8CAA4B"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GenericTabs = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
class GenericTabs extends React.Component {
|
|
6
|
-
render() {
|
|
7
|
-
return "hi";
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.GenericTabs = GenericTabs;
|
|
11
|
-
//# sourceMappingURL=GenericTabs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GenericTabs.js","sourceRoot":"","sources":["../../../src/main/app-frontend/components/GenericTabs.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,MAAa,WACZ,SAAQ,KAAK,CAAC,SAAa;IAE3B,MAAM;QACL,OAAO,IAAI,CAAC;IACb,CAAC;CAED;AAPD,kCAOC"}
|
package/backend-test.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./test-backend/StormTester";
|
package/backend-test.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
25
|
-
}) : (function(o, m, k, k2) {
|
|
26
|
-
if (k2 === undefined) k2 = k;
|
|
27
|
-
o[k2] = m[k];
|
|
28
|
-
}));
|
|
29
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
__exportStar(require("./test-backend/StormTester"), exports);
|
|
34
|
-
//# sourceMappingURL=backend-test.js.map
|
package/backend-test.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backend-test.js","sourceRoot":"","sources":["../src/main/backend-test.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,6DAA2C"}
|
package/backend.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export * from "./app-backend/modules/proxy/RemoteProxyCaller";
|
|
2
|
-
export * from "./app-backend/modules/proxy/RemoteProxy";
|
|
3
|
-
export * from "./app-backend/modules/CleanupScheduler";
|
|
4
|
-
export * from "./app-backend/modules/FirestoreBackupScheduler";
|
|
5
|
-
export * from "./app-backend/modules/server/server-errors";
|
|
6
|
-
export * from "./app-backend/modules/server/server-api";
|
|
7
|
-
export * from "./app-backend/modules/server/HttpServer";
|
|
8
|
-
export * from "./app-backend/modules/http/AxiosHttpModule";
|
|
9
|
-
export * from "./app-backend/modules/http/types";
|
|
10
|
-
export * from "./app-backend/modules/ForceUpgrade";
|
|
11
|
-
export * from "./app-backend/utils/promisify-request";
|
|
12
|
-
export * from "./app-backend/utils/to-be-removed";
|
|
13
|
-
export * from "./app-backend/utils/types";
|
|
14
|
-
export * from "./app-backend/utils/LogClient_File";
|
|
15
|
-
export * from "./app-backend/utils/file";
|
|
16
|
-
export * from "./app-backend/exceptions";
|
|
17
|
-
export * from "./app-backend/core/Storm";
|
package/backend.js
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Thunderstorm is a full web app framework!
|
|
4
|
-
*
|
|
5
|
-
* Typescript & Express backend infrastructure that natively runs on firebase function
|
|
6
|
-
* Typescript & React frontend infrastructure
|
|
7
|
-
*
|
|
8
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
9
|
-
*
|
|
10
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
-
* you may not use this file except in compliance with the License.
|
|
12
|
-
* You may obtain a copy of the License at
|
|
13
|
-
*
|
|
14
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
-
*
|
|
16
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
-
* See the License for the specific language governing permissions and
|
|
20
|
-
* limitations under the License.
|
|
21
|
-
*/
|
|
22
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
25
|
-
}) : (function(o, m, k, k2) {
|
|
26
|
-
if (k2 === undefined) k2 = k;
|
|
27
|
-
o[k2] = m[k];
|
|
28
|
-
}));
|
|
29
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
30
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
31
|
-
};
|
|
32
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
33
|
-
__exportStar(require("./app-backend/modules/proxy/RemoteProxyCaller"), exports);
|
|
34
|
-
__exportStar(require("./app-backend/modules/proxy/RemoteProxy"), exports);
|
|
35
|
-
__exportStar(require("./app-backend/modules/CleanupScheduler"), exports);
|
|
36
|
-
__exportStar(require("./app-backend/modules/FirestoreBackupScheduler"), exports);
|
|
37
|
-
__exportStar(require("./app-backend/modules/server/server-errors"), exports);
|
|
38
|
-
__exportStar(require("./app-backend/modules/server/server-api"), exports);
|
|
39
|
-
__exportStar(require("./app-backend/modules/server/HttpServer"), exports);
|
|
40
|
-
__exportStar(require("./app-backend/modules/http/AxiosHttpModule"), exports);
|
|
41
|
-
__exportStar(require("./app-backend/modules/http/types"), exports);
|
|
42
|
-
__exportStar(require("./app-backend/modules/ForceUpgrade"), exports);
|
|
43
|
-
__exportStar(require("./app-backend/utils/promisify-request"), exports);
|
|
44
|
-
__exportStar(require("./app-backend/utils/to-be-removed"), exports);
|
|
45
|
-
__exportStar(require("./app-backend/utils/types"), exports);
|
|
46
|
-
__exportStar(require("./app-backend/utils/LogClient_File"), exports);
|
|
47
|
-
__exportStar(require("./app-backend/utils/file"), exports);
|
|
48
|
-
__exportStar(require("./app-backend/exceptions"), exports);
|
|
49
|
-
__exportStar(require("./app-backend/core/Storm"), exports);
|
|
50
|
-
//# sourceMappingURL=backend.js.map
|
package/backend.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backend.js","sourceRoot":"","sources":["../src/main/backend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;AAEH,gFAA8D;AAC9D,0EAAwD;AACxD,yEAAuD;AACvD,iFAA+D;AAC/D,6EAA2D;AAC3D,0EAAwD;AACxD,0EAAwD;AACxD,6EAA2D;AAC3D,mEAAiD;AACjD,qEAAmD;AACnD,wEAAsD;AACtD,oEAAkD;AAClD,4DAA0C;AAC1C,qEAAmD;AACnD,2DAAyC;AACzC,2DAAyC;AACzC,2DAAyC"}
|
package/frontend.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
export * from "./app-frontend/core/Thunder";
|
|
2
|
-
export * from "./app-frontend/core/AbstractThunder";
|
|
3
|
-
export * from "./app-frontend/core/thunder-dispatcher";
|
|
4
|
-
export * from "./app-frontend/modules/http/XhrHttpModule";
|
|
5
|
-
export * from "./app-frontend/modules/menu/MenuModule";
|
|
6
|
-
export * from "./app-frontend/modules/dialog/DialogModule";
|
|
7
|
-
export * from "./app-frontend/modules/toaster/ToasterModule";
|
|
8
|
-
export * from "./app-frontend/modules/tooltip/TooltipModule";
|
|
9
|
-
export * from "./app-frontend/modules/locale/types";
|
|
10
|
-
export * from "./app-frontend/modules/locale/LocaleModule";
|
|
11
|
-
export * from "./app-frontend/modules/ForceUpgrade";
|
|
12
|
-
export * from "./app-frontend/modules/StorageModule";
|
|
13
|
-
export * from "./app-frontend/modules/ConnectivityModule";
|
|
14
|
-
export * from "./app-frontend/modules/routing/route";
|
|
15
|
-
export * from "./app-frontend/modules/routing/RoutingModule";
|
|
16
|
-
export * from "./app-frontend/modules/ResourcesModule";
|
|
17
|
-
export * from "./app-frontend/modules/HistoryModule";
|
|
18
|
-
export * from "./app-frontend/modules/ThunderstormModule";
|
|
19
|
-
export * from "./app-frontend/core/SimpleScriptInjector";
|
|
20
|
-
export * from "./app-frontend/core/BaseComponent";
|
|
21
|
-
export * from "./app-frontend/core/AppPage";
|
|
22
|
-
export * from "./app-frontend/core/AppWrapper";
|
|
23
|
-
export * from "./app-frontend/components/TS_TextArea";
|
|
24
|
-
export * from "./app-frontend/components/TS_Input";
|
|
25
|
-
export * from "./app-frontend/widgets/FieldEditor";
|
|
26
|
-
export * from "./app-frontend/widgets/FieldEditorClick";
|
|
27
|
-
export * from "./app-frontend/widgets/FieldEditorWithButtons";
|
|
28
|
-
export * from "./app-frontend/components/TS_Table";
|
|
29
|
-
export * from "./app-frontend/components/checkbox/TS_Checkbox";
|
|
30
|
-
export * from "./app-frontend/components/FilterInput";
|
|
31
|
-
export * from "./app-frontend/components/DropDown";
|
|
32
|
-
export * from "./app-frontend/components/form/types";
|
|
33
|
-
export * from "./app-frontend/components/form/Form";
|
|
34
|
-
export * from "./app-frontend/components/tree/MultiTypeAdaptor";
|
|
35
|
-
export * from "./app-frontend/components/adapter/Adapter";
|
|
36
|
-
export * from "./app-frontend/components/adapter/BaseRenderer";
|
|
37
|
-
export * from "./app-frontend/components/tree/Tree";
|
|
38
|
-
export * from "./app-frontend/components/tree/types";
|
|
39
|
-
export * from "./app-frontend/components/tree/SimpleTreeNodeRenderer";
|
|
40
|
-
export * from "./app-frontend/components/tree/MenuComponent";
|
|
41
|
-
export * from "./app-frontend/components/GenericSelect";
|
|
42
|
-
export * from "./app-frontend/components/playground/Playground";
|
|
43
|
-
export * from "./app-frontend/components/playground/Example_NewProps";
|
|
44
|
-
export * from "./app-frontend/components/checkbox/TS_Checkbox";
|
|
45
|
-
export * from "./app-frontend/components/checkbox/TS_CheckboxField";
|
|
46
|
-
export * from "./app-frontend/modules/component-loader/ReactEntryComponentInjector";
|
|
47
|
-
export * from "./app-frontend/modules/component-loader/entry-component-loading-module";
|
|
48
|
-
export * from "./app-frontend/modules/tooltip/Tooltip";
|
|
49
|
-
export * from "./app-frontend/modules/menu/MenuAndButton";
|
|
50
|
-
export * from "./app-frontend/modules/menu/PopupMenu";
|
|
51
|
-
export * from "./app-frontend/modules/toaster/Toaster";
|
|
52
|
-
export * from "./app-frontend/modules/dialog/Dialog";
|
|
53
|
-
export * from "./app-frontend/tools/KeyboardListener";
|
|
54
|
-
export * from "./app-frontend/tools/Stylable";
|
|
55
|
-
export * from "./app-frontend/utils/tools";
|