@intuitionrobotics/thunderstorm 0.46.0 → 0.47.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/api/v1/utils/version/_assert.js +20 -0
- package/app-backend/api/v1/utils/version/_assert.js.map +1 -1
- package/app-backend/api/v1/utils/version/assert.js +20 -0
- package/app-backend/api/v1/utils/version/assert.js.map +1 -1
- package/app-backend/core/BaseStorm.d.ts +1 -1
- package/app-backend/core/BaseStorm.js +22 -2
- package/app-backend/core/BaseStorm.js.map +1 -1
- package/app-backend/core/Storm.d.ts +7 -0
- package/app-backend/core/Storm.js +46 -9
- package/app-backend/core/Storm.js.map +1 -1
- package/app-backend/exceptions.d.ts +3 -3
- package/app-backend/exceptions.js +2 -2
- package/app-backend/exceptions.js.map +1 -1
- package/app-backend/modules/CleanupScheduler.d.ts +2 -2
- package/app-backend/modules/CleanupScheduler.js +5 -6
- package/app-backend/modules/CleanupScheduler.js.map +1 -1
- package/app-backend/modules/FirestoreBackupScheduler.d.ts +3 -3
- package/app-backend/modules/FirestoreBackupScheduler.js +9 -23
- package/app-backend/modules/FirestoreBackupScheduler.js.map +1 -1
- package/app-backend/modules/ForceUpgrade.d.ts +2 -2
- package/app-backend/modules/ForceUpgrade.js +28 -8
- package/app-backend/modules/ForceUpgrade.js.map +1 -1
- package/app-backend/modules/SlackModule.d.ts +5 -6
- package/app-backend/modules/SlackModule.js +7 -9
- package/app-backend/modules/SlackModule.js.map +1 -1
- package/app-backend/modules/_imports.d.ts +10 -0
- package/app-backend/modules/_imports.js +47 -0
- package/app-backend/modules/_imports.js.map +1 -0
- package/app-backend/modules/http/AxiosHttpModule.d.ts +7 -17
- package/app-backend/modules/http/AxiosHttpModule.js +47 -20
- package/app-backend/modules/http/AxiosHttpModule.js.map +1 -1
- package/app-backend/modules/http/types.d.ts +5 -5
- package/app-backend/modules/proxy/RemoteProxy.d.ts +3 -4
- package/app-backend/modules/proxy/RemoteProxy.js +30 -11
- package/app-backend/modules/proxy/RemoteProxy.js.map +1 -1
- package/app-backend/modules/proxy/RemoteProxyCaller.d.ts +7 -7
- package/app-backend/modules/proxy/RemoteProxyCaller.js +30 -12
- package/app-backend/modules/proxy/RemoteProxyCaller.js.map +1 -1
- package/app-backend/modules/server/HttpServer.d.ts +5 -6
- package/app-backend/modules/server/HttpServer.js +32 -10
- package/app-backend/modules/server/HttpServer.js.map +1 -1
- package/app-backend/modules/server/server-api.d.ts +9 -13
- package/app-backend/modules/server/server-api.js +23 -52
- package/app-backend/modules/server/server-api.js.map +1 -1
- package/app-backend/modules/server/server-errors.d.ts +2 -2
- package/app-backend/modules/server/server-errors.js +26 -7
- 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 +30 -12
- package/app-backend/utils/LogClient_File.js.map +1 -1
- package/app-backend/utils/file.js +20 -0
- package/app-backend/utils/file.js.map +1 -1
- package/app-backend/utils/promisify-request.js +4 -5
- package/app-backend/utils/promisify-request.js.map +1 -1
- package/app-backend/utils/to-be-removed.js +2 -2
- package/app-backend/utils/to-be-removed.js.map +1 -1
- package/app-backend/utils/types.d.ts +10 -7
- package/app-backend/utils/types.js +22 -2
- package/app-backend/utils/types.js.map +1 -1
- package/app-frontend/components/ActionButton.js +20 -0
- package/app-frontend/components/ActionButton.js.map +1 -1
- package/app-frontend/components/DropDown.d.ts +4 -4
- package/app-frontend/components/DropDown.js +25 -6
- package/app-frontend/components/DropDown.js.map +1 -1
- package/app-frontend/components/FilterInput.d.ts +2 -2
- package/app-frontend/components/FilterInput.js +23 -4
- package/app-frontend/components/FilterInput.js.map +1 -1
- package/app-frontend/components/GenericSelect.d.ts +2 -2
- package/app-frontend/components/GenericSelect.js.map +1 -1
- package/app-frontend/components/GenericTabs.d.ts +4 -0
- package/app-frontend/components/GenericTabs.js +11 -0
- package/app-frontend/components/GenericTabs.js.map +1 -0
- package/app-frontend/components/Overlay.d.ts +2 -2
- package/app-frontend/components/Overlay.js +20 -0
- package/app-frontend/components/Overlay.js.map +1 -1
- package/app-frontend/components/TS_Input.d.ts +2 -2
- package/app-frontend/components/TS_Input.js +23 -3
- package/app-frontend/components/TS_Input.js.map +1 -1
- package/app-frontend/components/TS_Table.d.ts +8 -8
- package/app-frontend/components/TS_Table.js +20 -0
- package/app-frontend/components/TS_Table.js.map +1 -1
- package/app-frontend/components/TS_TextArea.d.ts +2 -2
- package/app-frontend/components/TS_TextArea.js +20 -0
- package/app-frontend/components/TS_TextArea.js.map +1 -1
- package/app-frontend/components/Tabs.d.ts +2 -2
- package/app-frontend/components/adapter/Adapter.d.ts +15 -15
- package/app-frontend/components/adapter/Adapter.js +6 -6
- package/app-frontend/components/adapter/Adapter.js.map +1 -1
- package/app-frontend/components/adapter/BaseRenderer.d.ts +7 -7
- package/app-frontend/components/adapter/BaseRenderer.js +20 -0
- package/app-frontend/components/adapter/BaseRenderer.js.map +1 -1
- package/app-frontend/components/checkbox/TS_Checkbox.d.ts +3 -3
- package/app-frontend/components/checkbox/TS_Checkbox.js +1 -2
- package/app-frontend/components/checkbox/TS_Checkbox.js.map +1 -1
- package/app-frontend/components/checkbox/TS_CheckboxField.d.ts +3 -3
- package/app-frontend/components/checkbox/TS_CheckboxField.js +18 -0
- package/app-frontend/components/checkbox/TS_CheckboxField.js.map +1 -1
- package/app-frontend/components/form/Form.d.ts +4 -5
- package/app-frontend/components/form/Form.js +22 -2
- package/app-frontend/components/form/Form.js.map +1 -1
- package/app-frontend/components/form/types.d.ts +5 -6
- package/app-frontend/components/form/types.js +20 -0
- package/app-frontend/components/form/types.js.map +1 -1
- package/app-frontend/components/playground/Playground.d.ts +3 -3
- package/app-frontend/components/playground/Playground.js +2 -3
- package/app-frontend/components/playground/Playground.js.map +1 -1
- package/app-frontend/components/tree/MenuComponent.d.ts +1 -1
- package/app-frontend/components/tree/MenuComponent.js +22 -2
- package/app-frontend/components/tree/MenuComponent.js.map +1 -1
- package/app-frontend/components/tree/MultiTypeAdaptor.d.ts +1 -1
- package/app-frontend/components/tree/MultiTypeAdaptor.js +22 -2
- package/app-frontend/components/tree/MultiTypeAdaptor.js.map +1 -1
- package/app-frontend/components/tree/SimpleTreeNodeRenderer.js +20 -0
- package/app-frontend/components/tree/SimpleTreeNodeRenderer.js.map +1 -1
- package/app-frontend/components/tree/Tree.d.ts +4 -4
- package/app-frontend/components/tree/Tree.js +13 -13
- package/app-frontend/components/tree/Tree.js.map +1 -1
- package/app-frontend/components/tree/types.d.ts +1 -1
- package/app-frontend/components/tree/types.js +20 -0
- package/app-frontend/components/tree/types.js.map +1 -1
- package/app-frontend/components/treeicons.js.map +1 -1
- package/app-frontend/components/types.d.ts +2 -2
- package/app-frontend/components/types.js +20 -0
- package/app-frontend/components/types.js.map +1 -1
- package/app-frontend/core/AbstractThunder.d.ts +4 -1
- package/app-frontend/core/AbstractThunder.js +32 -0
- package/app-frontend/core/AbstractThunder.js.map +1 -1
- package/app-frontend/core/AppPage.d.ts +1 -1
- package/app-frontend/core/AppPage.js +20 -0
- package/app-frontend/core/AppPage.js.map +1 -1
- package/app-frontend/core/AppWrapper.d.ts +1 -1
- package/app-frontend/core/AppWrapper.js +23 -2
- package/app-frontend/core/AppWrapper.js.map +1 -1
- package/app-frontend/core/BaseComponent.d.ts +1 -2
- package/app-frontend/core/BaseComponent.js +18 -18
- package/app-frontend/core/BaseComponent.js.map +1 -1
- package/app-frontend/core/SimpleScriptInjector.d.ts +1 -1
- package/app-frontend/core/SimpleScriptInjector.js +22 -2
- package/app-frontend/core/SimpleScriptInjector.js.map +1 -1
- package/app-frontend/core/Thunder.js +27 -8
- package/app-frontend/core/Thunder.js.map +1 -1
- package/app-frontend/core/thunder-dispatcher.d.ts +5 -6
- package/app-frontend/core/thunder-dispatcher.js +7 -19
- 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 +4 -4
- package/app-frontend/modules/ConnectivityModule.js.map +1 -1
- package/app-frontend/modules/ForceUpgrade.d.ts +2 -2
- package/app-frontend/modules/ForceUpgrade.js +25 -6
- package/app-frontend/modules/ForceUpgrade.js.map +1 -1
- package/app-frontend/modules/HistoryModule.d.ts +2 -3
- package/app-frontend/modules/HistoryModule.js +6 -10
- package/app-frontend/modules/HistoryModule.js.map +1 -1
- package/app-frontend/modules/ResourcesModule.d.ts +2 -2
- package/app-frontend/modules/ResourcesModule.js +2 -2
- package/app-frontend/modules/ResourcesModule.js.map +1 -1
- package/app-frontend/modules/StorageModule.d.ts +1 -1
- package/app-frontend/modules/StorageModule.js +5 -6
- package/app-frontend/modules/StorageModule.js.map +1 -1
- package/app-frontend/modules/ThunderstormModule.d.ts +2 -2
- package/app-frontend/modules/ThunderstormModule.js +3 -3
- package/app-frontend/modules/ThunderstormModule.js.map +1 -1
- package/app-frontend/modules/component-loader/ReactEntryComponentInjector.d.ts +3 -3
- package/app-frontend/modules/component-loader/ReactEntryComponentInjector.js +20 -0
- 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 +25 -4
- package/app-frontend/modules/component-loader/entry-component-loading-module.js.map +1 -1
- package/app-frontend/modules/dialog/Dialog.d.ts +5 -5
- package/app-frontend/modules/dialog/Dialog.js +23 -1
- package/app-frontend/modules/dialog/Dialog.js.map +1 -1
- package/app-frontend/modules/dialog/DialogModule.d.ts +3 -3
- package/app-frontend/modules/dialog/DialogModule.js +24 -4
- package/app-frontend/modules/dialog/DialogModule.js.map +1 -1
- package/app-frontend/modules/http/HttpClient.js +20 -0
- package/app-frontend/modules/http/HttpClient.js.map +1 -1
- package/app-frontend/modules/http/XhrHttpModule.d.ts +3 -19
- package/app-frontend/modules/http/XhrHttpModule.js +21 -22
- package/app-frontend/modules/http/XhrHttpModule.js.map +1 -1
- package/app-frontend/modules/locale/LocaleModule.d.ts +2 -2
- package/app-frontend/modules/locale/LocaleModule.js +6 -7
- package/app-frontend/modules/locale/LocaleModule.js.map +1 -1
- package/app-frontend/modules/locale/types.d.ts +3 -3
- package/app-frontend/modules/menu/MenuAndButton.d.ts +1 -1
- package/app-frontend/modules/menu/MenuAndButton.js +3 -3
- package/app-frontend/modules/menu/MenuAndButton.js.map +1 -1
- package/app-frontend/modules/menu/MenuModule.d.ts +3 -3
- package/app-frontend/modules/menu/MenuModule.js +5 -6
- package/app-frontend/modules/menu/MenuModule.js.map +1 -1
- package/app-frontend/modules/menu/PopupMenu.d.ts +3 -3
- package/app-frontend/modules/menu/PopupMenu.js +4 -4
- package/app-frontend/modules/menu/PopupMenu.js.map +1 -1
- package/app-frontend/modules/routing/RoutingModule.d.ts +4 -4
- package/app-frontend/modules/routing/RoutingModule.js +25 -6
- package/app-frontend/modules/routing/RoutingModule.js.map +1 -1
- package/app-frontend/modules/routing/route.d.ts +1 -1
- package/app-frontend/modules/routing/route.js +20 -0
- package/app-frontend/modules/routing/route.js.map +1 -1
- package/app-frontend/modules/toaster/BaseToaster.d.ts +4 -4
- package/app-frontend/modules/toaster/BaseToaster.js +22 -0
- package/app-frontend/modules/toaster/BaseToaster.js.map +1 -1
- package/app-frontend/modules/toaster/Toaster.js +20 -0
- package/app-frontend/modules/toaster/Toaster.js.map +1 -1
- package/app-frontend/modules/toaster/ToasterModule.d.ts +5 -5
- package/app-frontend/modules/toaster/ToasterModule.js +28 -8
- package/app-frontend/modules/toaster/ToasterModule.js.map +1 -1
- package/app-frontend/modules/tooltip/Tooltip.d.ts +2 -2
- package/app-frontend/modules/tooltip/Tooltip.js +22 -2
- package/app-frontend/modules/tooltip/Tooltip.js.map +1 -1
- package/app-frontend/modules/tooltip/TooltipModule.d.ts +3 -3
- package/app-frontend/modules/tooltip/TooltipModule.js +25 -6
- package/app-frontend/modules/tooltip/TooltipModule.js.map +1 -1
- package/app-frontend/tools/KeyboardListener.d.ts +1 -1
- package/app-frontend/tools/KeyboardListener.js +17 -0
- package/app-frontend/tools/KeyboardListener.js.map +1 -1
- package/app-frontend/tools/Stylable.d.ts +1 -1
- package/app-frontend/tools/Stylable.js +20 -0
- package/app-frontend/tools/Stylable.js.map +1 -1
- package/app-frontend/types/renderer-map.js +21 -1
- package/app-frontend/types/renderer-map.js.map +1 -1
- package/app-frontend/utils/tools.js +23 -3
- package/app-frontend/utils/tools.js.map +1 -1
- package/app-frontend/widgets/FieldEditor.d.ts +1 -1
- package/app-frontend/widgets/FieldEditorClick.d.ts +2 -2
- package/app-frontend/widgets/FieldEditorClick.js +3 -3
- package/app-frontend/widgets/FieldEditorClick.js.map +1 -1
- package/app-frontend/widgets/FieldEditorWithButtons.d.ts +2 -2
- package/app-frontend/widgets/FieldEditorWithButtons.js +3 -3
- package/app-frontend/widgets/FieldEditorWithButtons.js.map +1 -1
- package/app-frontend/widgets/click-to-drag/ClickToDrag.d.ts +2 -2
- package/app-frontend/widgets/click-to-drag/OverlayWithDocumentListener.d.ts +2 -2
- package/app-frontend/widgets/click-to-drag/OverlayWithDocumentListener.js.map +1 -1
- package/backend-test.d.ts +1 -0
- package/backend-test.js +38 -0
- package/backend-test.js.map +1 -0
- package/backend.d.ts +17 -0
- package/backend.js +54 -0
- package/backend.js.map +1 -0
- package/frontend.d.ts +54 -0
- package/frontend.js +91 -0
- package/frontend.js.map +1 -0
- package/index.d.ts +6 -0
- package/index.js +41 -0
- package/index.js.map +1 -1
- package/package.json +8 -8
- package/shared/BaseHttpModule.d.ts +4 -6
- package/shared/BaseHttpModule.js +5 -6
- package/shared/BaseHttpModule.js.map +1 -1
- package/shared/BaseHttpRequest.d.ts +5 -7
- package/shared/BaseHttpRequest.js +12 -13
- package/shared/BaseHttpRequest.js.map +1 -1
- package/shared/consts.d.ts +1 -1
- package/shared/consts.js +20 -0
- package/shared/consts.js.map +1 -1
- package/shared/force-upgrade.d.ts +2 -2
- package/shared/force-upgrade.js +20 -0
- package/shared/force-upgrade.js.map +1 -1
- package/shared/request-types.d.ts +5 -5
- package/shared/request-types.js +21 -1
- package/shared/request-types.js.map +1 -1
- package/shared/types.d.ts +12 -11
- package/shared/types.js +21 -1
- package/shared/types.js.map +1 -1
- package/test-backend/StormTester.js +27 -7
- package/test-backend/StormTester.js.map +1 -1
- package/test-frontend/ThunderTester.js +20 -0
- package/test-frontend/ThunderTester.js.map +1 -1
- package/app-frontend/components/playground/Example_NewProps.d.ts +0 -23
- package/app-frontend/components/playground/Example_NewProps.js +0 -43
- package/app-frontend/components/playground/Example_NewProps.js.map +0 -1
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* A typescript & react boilerplate with api call example
|
|
4
|
+
*
|
|
5
|
+
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*/
|
|
2
19
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
20
|
exports.KeyboardListener = void 0;
|
|
4
21
|
const React = require("react");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyboardListener.js","sourceRoot":"","sources":["../../../src/main/app-frontend/tools/KeyboardListener.tsx"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"KeyboardListener.js","sourceRoot":"","sources":["../../../src/main/app-frontend/tools/KeyboardListener.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAEH,+BAA+B;AAU/B,MAAa,gBACZ,SAAQ,KAAK,CAAC,SAAY;IAD3B;;QAqBC,yBAAoB,GAAG,CAAC,CAAgB,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,CAAC,uBAAuB,IAAI,IAAI,CAAC,KAAK,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;QAEjJ,YAAO,GAAG,GAAG,EAAE;YACd,IAAI,CAAC,mBAAmB,EAAE,CAAC;YAC3B,IAAI,CAAC,KAAK,CAAC,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;QAC5C,CAAC,CAAC;QAEF,WAAM,GAAG,GAAG,EAAE;YACb,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC9B,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;QAC1C,CAAC,CAAC;IAkBH,CAAC;IA5CQ,mBAAmB;;QAC1B,MAAM,uBAAuB,GAAG,IAAI,CAAC,KAAK,CAAC,uBAAuB,CAAC;QACnE,IAAI,CAAC,uBAAuB;YAC3B,OAAO;QAER,MAAA,IAAI,CAAC,IAAI,0CAAE,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,oBAAoB,CAAC,CAAA;IAClE,CAAC;IAEO,sBAAsB;;QAC7B,MAAM,uBAAuB,GAAG,IAAI,CAAC,KAAK,CAAC,uBAAuB,CAAC;QACnE,IAAI,CAAC,uBAAuB;YAC3B,OAAO;QAER,MAAA,IAAI,CAAC,IAAI,0CAAE,mBAAmB,CAAC,SAAS,EAAE,IAAI,CAAC,oBAAoB,CAAC,CAAA;IACrE,CAAC;IAcD,MAAM;QACL,OAAO,6BACN,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,EACpD,GAAG,EAAE,CAAC,IAAoB,EAAE,EAAE;gBAC7B,IAAI,IAAI,CAAC,IAAI;oBACZ,OAAO;gBAER,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;gBACjB,IAAI,CAAC,WAAW,EAAE,CAAC;YACpB,CAAC,EACD,QAAQ,EAAE,CAAC,EACX,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,MAAM,EAAE,IAAI,CAAC,MAAM,IAClB,IAAI,CAAC,KAAK,CAAC,QAAQ,CACf,CAAA;IACP,CAAC;CACD;AAjDD,4CAiDC"}
|
|
@@ -1,4 +1,24 @@
|
|
|
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
|
+
*/
|
|
2
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
23
|
exports.StylableBuilder = void 0;
|
|
4
24
|
class StylableBuilder {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stylable.js","sourceRoot":"","sources":["../../../src/main/app-frontend/tools/Stylable.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Stylable.js","sourceRoot":"","sources":["../../../src/main/app-frontend/tools/Stylable.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AASH,MAAa,eAAe;IAI3B,QAAQ,CAAC,KAAoB;QAC5B,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,OAAO,IAAI,CAAC;IACb,CAAC;IAED,gBAAgB;QACf,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IACb,CAAC;IAED,QAAQ,CAAC,KAAoB;QAC5B,IAAI,CAAC,IAAI,CAAC,KAAK;YACd,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAE7B,IAAI,CAAC,KAAK,mCAAO,IAAI,CAAC,KAAK,GAAK,KAAK,CAAC,CAAC;QACvC,OAAO,IAAI,CAAC;IACb,CAAC;IAED,YAAY,CAAC,SAAiB;QAC7B,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,OAAO,IAAI,CAAC;IACb,CAAC;IAED,KAAK;QACJ,MAAM,SAAS,GAAa;YAC3B,KAAK,EAAE,IAAI,CAAC,KAAK;YACjB,SAAS,EAAE,IAAI,CAAC,SAAS;SACzB,CAAA;QAED,OAAO,SAAS,CAAC;IAClB,CAAC;CACD;AAnCD,0CAmCC"}
|
|
@@ -1,11 +1,31 @@
|
|
|
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
|
+
*/
|
|
2
22
|
// import * as React from "react";
|
|
3
23
|
//
|
|
4
24
|
// export type InferItemType<R> = R extends Renderer<infer Item> ? Item : "Make sure the Renderer Renders the correct item type e.g. (props:{item:Item}) => React.ReactNode";
|
|
5
25
|
//
|
|
6
26
|
// export type Renderer<Item> = React.ElementType<{ item: Item }>
|
|
7
27
|
//
|
|
8
|
-
// export type RendererMap<T
|
|
28
|
+
// export type RendererMap<T= any> = {
|
|
9
29
|
// [k: string]: Renderer<T>
|
|
10
30
|
// }
|
|
11
31
|
//
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderer-map.js","sourceRoot":"","sources":["../../../src/main/app-frontend/types/renderer-map.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"renderer-map.js","sourceRoot":"","sources":["../../../src/main/app-frontend/types/renderer-map.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,kCAAkC;AAClC,EAAE;AACF,6KAA6K;AAC7K,EAAE;AACF,iEAAiE;AACjE,EAAE;AACF,sCAAsC;AACtC,4BAA4B;AAC5B,IAAI;AACJ,EAAE;AACF,kHAAkH;AAClH,cAAc;AACd,WAAW;AACX,IAAI;AACJ,EAAE;AACF,8GAA8G;AAC9G,mBAAmB;AACnB,qBAAqB;AACrB,IAAI"}
|
|
@@ -1,12 +1,32 @@
|
|
|
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
|
+
*/
|
|
2
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
23
|
exports.stopPropagation = exports.convertBase64ToFile = exports.browserType = void 0;
|
|
4
|
-
const
|
|
24
|
+
const ts_common_1 = require("@intuitionrobotics/ts-common");
|
|
5
25
|
function browserType() {
|
|
6
26
|
if (navigator === null || navigator === void 0 ? void 0 : navigator.vendor.includes("Google")) {
|
|
7
27
|
return 'chrome';
|
|
8
28
|
}
|
|
9
|
-
throw new
|
|
29
|
+
throw new ts_common_1.BadImplementationException("No matching browser detected");
|
|
10
30
|
}
|
|
11
31
|
exports.browserType = browserType;
|
|
12
32
|
function convertBase64ToFile(fileName, base64, _mimeType) {
|
|
@@ -14,7 +34,7 @@ function convertBase64ToFile(fileName, base64, _mimeType) {
|
|
|
14
34
|
const match = arr[0].match(/:(.*?);/);
|
|
15
35
|
const mimeType = (match && match[1]) || (_mimeType && _mimeType);
|
|
16
36
|
if (!mimeType)
|
|
17
|
-
throw new
|
|
37
|
+
throw new ts_common_1.ImplementationMissingException("Could not extract mime type from data...");
|
|
18
38
|
const bstr = atob(arr[1]);
|
|
19
39
|
let n = bstr.length;
|
|
20
40
|
const u8arr = new Uint8Array(n);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tools.js","sourceRoot":"","sources":["../../../src/main/app-frontend/utils/tools.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"tools.js","sourceRoot":"","sources":["../../../src/main/app-frontend/utils/tools.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;AAGH,4DAGsC;AAGtC,SAAgB,WAAW;IAC1B,IAAI,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC1C,OAAO,QAAQ,CAAC;IACjB,CAAC;IAED,MAAM,IAAI,sCAA0B,CAAC,8BAA8B,CAAC,CAAC;AACtE,CAAC;AAND,kCAMC;AAED,SAAgB,mBAAmB,CAAC,QAAgB,EAAE,MAAc,EAAE,SAAkB;IACvF,MAAM,GAAG,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAC9B,MAAM,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IACtC,MAAM,QAAQ,GAAG,CAAC,KAAK,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,SAAS,CAAC,CAAC;IACjE,IAAI,CAAC,QAAQ;QACZ,MAAM,IAAI,0CAA8B,CAAC,0CAA0C,CAAC,CAAC;IAEtF,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1B,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC;IACpB,MAAM,KAAK,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,CAAC;IAEhC,OAAO,CAAC,EAAE,EAAE,CAAC;QACZ,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IAC/B,CAAC;IAED,OAAO,IAAI,IAAI,CAAC,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,EAAC,IAAI,EAAE,QAAQ,EAAC,CAAC,CAAC;AACtD,CAAC;AAhBD,kDAgBC;AAGM,MAAM,eAAe,GAAG,CAAC,CAAsE,EAAE,EAAE;IACzG,CAAC,CAAC,cAAc,EAAE,CAAC;IACnB,CAAC,CAAC,eAAe,EAAE,CAAC;AACrB,CAAC,CAAC;AAHW,QAAA,eAAe,mBAG1B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { StorageKey } from '../modules/StorageModule';
|
|
3
3
|
import { BaseComponent } from '../core/BaseComponent';
|
|
4
|
-
export
|
|
4
|
+
export type FieldEditorProps = {
|
|
5
5
|
isEditing: boolean;
|
|
6
6
|
value?: string;
|
|
7
7
|
storageKey: StorageKey<string>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { BaseComponent } from '../core/BaseComponent';
|
|
3
3
|
import { StorageKey } from '../modules/StorageModule';
|
|
4
|
-
|
|
4
|
+
type State = {
|
|
5
5
|
isEditing: boolean;
|
|
6
6
|
storageKey: StorageKey<string>;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type FieldEditorClickProps = {
|
|
9
9
|
inputStyle?: React.CSSProperties;
|
|
10
10
|
labelStyle?: React.CSSProperties;
|
|
11
11
|
placeholder?: string;
|
|
@@ -6,6 +6,9 @@ const FieldEditor_1 = require("./FieldEditor");
|
|
|
6
6
|
const BaseComponent_1 = require("../core/BaseComponent");
|
|
7
7
|
const StorageModule_1 = require("../modules/StorageModule");
|
|
8
8
|
class FieldEditorClick extends BaseComponent_1.BaseComponent {
|
|
9
|
+
createStorageKey() {
|
|
10
|
+
return new StorageModule_1.StorageKey(`editable-label-controller-${this.props.id}`);
|
|
11
|
+
}
|
|
9
12
|
constructor(props) {
|
|
10
13
|
super(props);
|
|
11
14
|
this.handleSave = () => {
|
|
@@ -31,9 +34,6 @@ class FieldEditorClick extends BaseComponent_1.BaseComponent {
|
|
|
31
34
|
isEditing: false,
|
|
32
35
|
};
|
|
33
36
|
}
|
|
34
|
-
createStorageKey() {
|
|
35
|
-
return new StorageModule_1.StorageKey(`editable-label-controller-${this.props.id}`);
|
|
36
|
-
}
|
|
37
37
|
componentDidUpdate(prevProps, prevState) {
|
|
38
38
|
if (prevProps.id !== this.props.id)
|
|
39
39
|
this.setState({ storageKey: this.createStorageKey() });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldEditorClick.js","sourceRoot":"","sources":["../../../src/main/app-frontend/widgets/FieldEditorClick.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,+CAA0C;AAC1C,yDAAoD;AACpD,4DAAoD;AAgBpD,MAAa,gBACZ,SAAQ,6BAA2C;
|
|
1
|
+
{"version":3,"file":"FieldEditorClick.js","sourceRoot":"","sources":["../../../src/main/app-frontend/widgets/FieldEditorClick.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,+CAA0C;AAC1C,yDAAoD;AACpD,4DAAoD;AAgBpD,MAAa,gBACZ,SAAQ,6BAA2C;IAE3C,gBAAgB;QACvB,OAAO,IAAI,0BAAU,CAAS,6BAA6B,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED,YAAY,KAA4B;QACvC,KAAK,CAAC,KAAK,CAAC,CAAC;QAYN,eAAU,GAAG,GAAG,EAAE;YACzB,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,CAAC;YACjD,IAAI,CAAC,OAAO,EAAE,CAAC;QAChB,CAAC,CAAC;QAEM,cAAS,GAAG,GAAG,EAAE;YACxB,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;YAC7C,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC;YAClD,IAAI,CAAC,QAAQ,CAAC,EAAC,SAAS,EAAE,IAAI,EAAC,CAAC,CAAC;QAClC,CAAC,CAAC;QAEM,YAAO,GAAG,GAAG,EAAE;YACtB,mBAAmB,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;YAChD,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;YAC/B,IAAI,CAAC,QAAQ,CAAC,EAAC,SAAS,EAAE,KAAK,EAAC,CAAC,CAAC;QACnC,CAAC,CAAC;QAEF,eAAU,GAAG,CAAC,CAAgB,EAAE,EAAE;YACjC,IAAI,CAAC,CAAC,IAAI,KAAK,QAAQ;gBACtB,IAAI,CAAC,OAAO,EAAE,CAAC;QACjB,CAAC,CAAC;QA/BD,IAAI,CAAC,KAAK,GAAG;YACZ,UAAU,EAAE,IAAI,CAAC,gBAAgB,EAAE;YACnC,SAAS,EAAE,KAAK;SAChB,CAAC;IACH,CAAC;IAED,kBAAkB,CAAC,SAA0C,EAAE,SAA0B;QACxF,IAAI,SAAS,CAAC,EAAE,KAAK,IAAI,CAAC,KAAK,CAAC,EAAE;YACjC,IAAI,CAAC,QAAQ,CAAC,EAAC,UAAU,EAAE,IAAI,CAAC,gBAAgB,EAAE,EAAC,CAAC,CAAC;IACvD,CAAC;IAwBD,MAAM;QACL,MAAM,EAAC,UAAU,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,KAAK,CAAC;QAC5C,OAAO,CACN,6BAAK,SAAS,EAAE,QAAQ,EACnB,aAAa,EAAE,IAAI,CAAC,SAAS,EAC7B,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE;YAEnC,oBAAC,yBAAW,IACX,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,EAC/B,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,IAAI,CAAC,OAAO,EACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,EACzB,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EACjC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EACvB,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,WAAW,EACnC,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,GAChB,CACG,CACN,CAAC;IACH,CAAC;CACD;AA/DD,4CA+DC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { StorageKey } from '../modules/StorageModule';
|
|
3
3
|
import { BaseComponent } from '../core/BaseComponent';
|
|
4
|
-
|
|
4
|
+
type State = {
|
|
5
5
|
isEditing: boolean;
|
|
6
6
|
storageKey: StorageKey<string>;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
type Props = {
|
|
9
9
|
inputStyle?: React.CSSProperties;
|
|
10
10
|
labelStyle?: React.CSSProperties;
|
|
11
11
|
placeholder?: string;
|
|
@@ -6,6 +6,9 @@ const FieldEditor_1 = require("./FieldEditor");
|
|
|
6
6
|
const StorageModule_1 = require("../modules/StorageModule");
|
|
7
7
|
const BaseComponent_1 = require("../core/BaseComponent");
|
|
8
8
|
class FieldEditorWithButtons extends BaseComponent_1.BaseComponent {
|
|
9
|
+
createStorageKey() {
|
|
10
|
+
return new StorageModule_1.StorageKey(`editable-label-controller-${this.props.id}`);
|
|
11
|
+
}
|
|
9
12
|
constructor(props) {
|
|
10
13
|
super(props);
|
|
11
14
|
this.handleEdit = () => {
|
|
@@ -34,9 +37,6 @@ class FieldEditorWithButtons extends BaseComponent_1.BaseComponent {
|
|
|
34
37
|
isEditing: false,
|
|
35
38
|
};
|
|
36
39
|
}
|
|
37
|
-
createStorageKey() {
|
|
38
|
-
return new StorageModule_1.StorageKey(`editable-label-controller-${this.props.id}`);
|
|
39
|
-
}
|
|
40
40
|
componentDidUpdate(prevProps, prevState) {
|
|
41
41
|
if (prevProps.id !== this.props.id) {
|
|
42
42
|
this.setState({ storageKey: this.createStorageKey() });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldEditorWithButtons.js","sourceRoot":"","sources":["../../../src/main/app-frontend/widgets/FieldEditorWithButtons.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,+CAA0C;AAC1C,4DAAoD;AACpD,yDAAoD;AAgBpD,MAAa,sBACZ,SAAQ,6BAA2B;
|
|
1
|
+
{"version":3,"file":"FieldEditorWithButtons.js","sourceRoot":"","sources":["../../../src/main/app-frontend/widgets/FieldEditorWithButtons.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,+CAA0C;AAC1C,4DAAoD;AACpD,yDAAoD;AAgBpD,MAAa,sBACZ,SAAQ,6BAA2B;IAE3B,gBAAgB;QACvB,OAAO,IAAI,0BAAU,CAAS,6BAA6B,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAED,YAAY,KAAY;QACvB,KAAK,CAAC,KAAK,CAAC,CAAC;QAcd,eAAU,GAAG,GAAG,EAAE;YACjB,kDAAkD;YAClD,IAAI,CAAC,QAAQ,CAAC,EAAC,SAAS,EAAE,IAAI,EAAC,CAAC,CAAC;QAClC,CAAC,CAAC;QAEF,eAAU,GAAG,GAAG,EAAE;YACjB,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC,CAAC;YACjD,IAAI,CAAC,YAAY,EAAE,CAAC;QACrB,CAAC,CAAC;QAEF,iBAAY,GAAG,GAAG,EAAE;YACnB,IAAI,CAAC,KAAK,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;YAC/B,IAAI,CAAC,QAAQ,CAAC,EAAC,SAAS,EAAE,KAAK,EAAC,CAAC,CAAC;QACnC,CAAC,CAAC;QAyBM,qBAAgB,GAAG,GAAG,EAAE;YAC/B,OAAO,gCAAQ,OAAO,EAAE,IAAI,CAAC,UAAU,WAE9B,CAAA;QACV,CAAC,CAAC;QAEM,yBAAoB,GAAG,GAAG,EAAE;YACnC,OAAO;gBACN,gCAAQ,OAAO,EAAE,IAAI,CAAC,UAAU,WAEvB;gBACT,gCAAQ,OAAO,EAAE,IAAI,CAAC,YAAY,aAEzB,CACJ,CAAC;QACR,CAAC,CAAA;QAlEA,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,EAAE,CAAC;QACxC,IAAI,CAAC,KAAK,GAAG;YACZ,UAAU,EAAE,OAAO;YACnB,SAAS,EAAE,KAAK;SAChB,CAAC;IACH,CAAC;IAED,kBAAkB,CAAC,SAA0B,EAAE,SAA0B;QACxE,IAAI,SAAS,CAAC,EAAE,KAAK,IAAI,CAAC,KAAK,CAAC,EAAE,EAAE,CAAC;YACpC,IAAI,CAAC,QAAQ,CAAC,EAAC,UAAU,EAAE,IAAI,CAAC,gBAAgB,EAAE,EAAC,CAAC,CAAC;QACtD,CAAC;IACF,CAAC;IAiBD,MAAM;QACL,MAAM,EAAC,SAAS,EAAC,GAAG,IAAI,CAAC,KAAK,CAAC;QAC/B,MAAM,EAAC,UAAU,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,KAAK,CAAC;QAC5C,OAAO,CACN,6BAAK,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAC,cAAc,EAAE,eAAe,EAAC;YACjE;gBACC,oBAAC,yBAAW,IACX,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,EAC/B,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,IAAI,CAAC,UAAU,EACzB,QAAQ,EAAE,IAAI,CAAC,YAAY,EAC3B,UAAU,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EACjC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EACvB,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,WAAW,EACnC,EAAE,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,GAChB,CACG;YACL,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAC7D,CACN,CAAC;IACH,CAAC;CAkBD;AA5ED,wDA4EC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { BaseComponent } from "../../core/BaseComponent";
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
onMouseMove?: (e: MouseEvent) => void;
|
|
5
5
|
onMouseUp?: (e: MouseEvent) => void;
|
|
6
6
|
overlayZIndex?: number;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
type State = {
|
|
9
9
|
isDragging: boolean;
|
|
10
10
|
};
|
|
11
11
|
export declare class ClickToDrag extends BaseComponent<Props, State> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { BaseComponent } from "../../core/BaseComponent";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
type State = {};
|
|
4
|
+
type Props = {
|
|
5
5
|
documentOnMouseMove?: (e: MouseEvent) => void;
|
|
6
6
|
documentOnMouseUp?: (e: MouseEvent) => void;
|
|
7
7
|
zIndex?: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OverlayWithDocumentListener.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/widgets/click-to-drag/OverlayWithDocumentListener.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,4DAAuD;AASvD,MAAa,2BACZ,SAAQ,6BAA2B;IAEnC,YAAY,KAAY;QACvB,KAAK,CAAC,KAAK,CAAC,CAAC;QAId,gBAAW,GAAG,CAAC,CAAa,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,KAAK,CAAC,mBAAmB,EAAE;
|
|
1
|
+
{"version":3,"file":"OverlayWithDocumentListener.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/widgets/click-to-drag/OverlayWithDocumentListener.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,4DAAuD;AASvD,MAAa,2BACZ,SAAQ,6BAA2B;IAEnC,YAAY,KAAY;QACvB,KAAK,CAAC,KAAK,CAAC,CAAC;QAId,gBAAW,GAAG,CAAC,CAAa,EAAE,EAAE;YAC/B,IAAI,IAAI,CAAC,KAAK,CAAC,mBAAmB,EAAE,CAAC;gBACpC,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC;YACnC,CAAC;QACF,CAAC,CAAC;QAEF,cAAS,GAAG,CAAC,CAAa,EAAE,EAAE;YAC7B,IAAI,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,CAAC;gBAClC,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC;YACjC,CAAC;QACF,CAAC,CAAC;QAEF,sBAAiB,GAAG,GAAG,EAAE;YACxB,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;YACzB,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC,CAAC;YAChE,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC,CAAC;QAC7D,CAAC,CAAC;QAEF,yBAAoB,GAAG,GAAG,EAAE;YAC3B,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;YAC3B,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;YAC5D,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC;QACzD,CAAC,CAAC;QAEF,WAAM,GAAG,GAAG,EAAE,CAAC,6BACd,EAAE,EAAE,iCAAiC,EACrC,SAAS,EAAE,aAAa,EACxB,KAAK,EAAE,EAAC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,EAAC,GACjC,CAAC;QA/BF,IAAI,CAAC,KAAK,GAAG,EAAE,CAAA;IAChB,CAAC;CA+BD;AArCD,kEAqCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./test-backend/StormTester";
|
package/backend-test.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
25
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
26
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(o, k2, desc);
|
|
29
|
+
}) : (function(o, m, k, k2) {
|
|
30
|
+
if (k2 === undefined) k2 = k;
|
|
31
|
+
o[k2] = m[k];
|
|
32
|
+
}));
|
|
33
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
34
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
__exportStar(require("./test-backend/StormTester"), exports);
|
|
38
|
+
//# sourceMappingURL=backend-test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backend-test.js","sourceRoot":"","sources":["../src/main/backend-test.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,6DAA2C"}
|
package/backend.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
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
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
25
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
26
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(o, k2, desc);
|
|
29
|
+
}) : (function(o, m, k, k2) {
|
|
30
|
+
if (k2 === undefined) k2 = k;
|
|
31
|
+
o[k2] = m[k];
|
|
32
|
+
}));
|
|
33
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
34
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
__exportStar(require("./app-backend/modules/proxy/RemoteProxyCaller"), exports);
|
|
38
|
+
__exportStar(require("./app-backend/modules/proxy/RemoteProxy"), exports);
|
|
39
|
+
__exportStar(require("./app-backend/modules/CleanupScheduler"), exports);
|
|
40
|
+
__exportStar(require("./app-backend/modules/FirestoreBackupScheduler"), exports);
|
|
41
|
+
__exportStar(require("./app-backend/modules/server/server-errors"), exports);
|
|
42
|
+
__exportStar(require("./app-backend/modules/server/server-api"), exports);
|
|
43
|
+
__exportStar(require("./app-backend/modules/server/HttpServer"), exports);
|
|
44
|
+
__exportStar(require("./app-backend/modules/http/AxiosHttpModule"), exports);
|
|
45
|
+
__exportStar(require("./app-backend/modules/http/types"), exports);
|
|
46
|
+
__exportStar(require("./app-backend/modules/ForceUpgrade"), exports);
|
|
47
|
+
__exportStar(require("./app-backend/utils/promisify-request"), exports);
|
|
48
|
+
__exportStar(require("./app-backend/utils/to-be-removed"), exports);
|
|
49
|
+
__exportStar(require("./app-backend/utils/types"), exports);
|
|
50
|
+
__exportStar(require("./app-backend/utils/LogClient_File"), exports);
|
|
51
|
+
__exportStar(require("./app-backend/utils/file"), exports);
|
|
52
|
+
__exportStar(require("./app-backend/exceptions"), exports);
|
|
53
|
+
__exportStar(require("./app-backend/core/Storm"), exports);
|
|
54
|
+
//# sourceMappingURL=backend.js.map
|
package/backend.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
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
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
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/checkbox/TS_Checkbox";
|
|
44
|
+
export * from "./app-frontend/components/checkbox/TS_CheckboxField";
|
|
45
|
+
export * from "./app-frontend/modules/component-loader/ReactEntryComponentInjector";
|
|
46
|
+
export * from "./app-frontend/modules/component-loader/entry-component-loading-module";
|
|
47
|
+
export * from "./app-frontend/modules/tooltip/Tooltip";
|
|
48
|
+
export * from "./app-frontend/modules/menu/MenuAndButton";
|
|
49
|
+
export * from "./app-frontend/modules/menu/PopupMenu";
|
|
50
|
+
export * from "./app-frontend/modules/toaster/Toaster";
|
|
51
|
+
export * from "./app-frontend/modules/dialog/Dialog";
|
|
52
|
+
export * from "./app-frontend/tools/KeyboardListener";
|
|
53
|
+
export * from "./app-frontend/tools/Stylable";
|
|
54
|
+
export * from "./app-frontend/utils/tools";
|
package/frontend.js
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
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
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
25
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
26
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
27
|
+
}
|
|
28
|
+
Object.defineProperty(o, k2, desc);
|
|
29
|
+
}) : (function(o, m, k, k2) {
|
|
30
|
+
if (k2 === undefined) k2 = k;
|
|
31
|
+
o[k2] = m[k];
|
|
32
|
+
}));
|
|
33
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
34
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
__exportStar(require("./app-frontend/core/Thunder"), exports);
|
|
38
|
+
__exportStar(require("./app-frontend/core/AbstractThunder"), exports);
|
|
39
|
+
__exportStar(require("./app-frontend/core/thunder-dispatcher"), exports);
|
|
40
|
+
__exportStar(require("./app-frontend/modules/http/XhrHttpModule"), exports);
|
|
41
|
+
__exportStar(require("./app-frontend/modules/menu/MenuModule"), exports);
|
|
42
|
+
__exportStar(require("./app-frontend/modules/dialog/DialogModule"), exports);
|
|
43
|
+
__exportStar(require("./app-frontend/modules/toaster/ToasterModule"), exports);
|
|
44
|
+
__exportStar(require("./app-frontend/modules/tooltip/TooltipModule"), exports);
|
|
45
|
+
__exportStar(require("./app-frontend/modules/locale/types"), exports);
|
|
46
|
+
__exportStar(require("./app-frontend/modules/locale/LocaleModule"), exports);
|
|
47
|
+
__exportStar(require("./app-frontend/modules/ForceUpgrade"), exports);
|
|
48
|
+
__exportStar(require("./app-frontend/modules/StorageModule"), exports);
|
|
49
|
+
__exportStar(require("./app-frontend/modules/ConnectivityModule"), exports);
|
|
50
|
+
__exportStar(require("./app-frontend/modules/routing/route"), exports);
|
|
51
|
+
__exportStar(require("./app-frontend/modules/routing/RoutingModule"), exports);
|
|
52
|
+
__exportStar(require("./app-frontend/modules/ResourcesModule"), exports);
|
|
53
|
+
__exportStar(require("./app-frontend/modules/HistoryModule"), exports);
|
|
54
|
+
__exportStar(require("./app-frontend/modules/ThunderstormModule"), exports);
|
|
55
|
+
__exportStar(require("./app-frontend/core/SimpleScriptInjector"), exports);
|
|
56
|
+
__exportStar(require("./app-frontend/core/BaseComponent"), exports);
|
|
57
|
+
__exportStar(require("./app-frontend/core/AppPage"), exports);
|
|
58
|
+
__exportStar(require("./app-frontend/core/AppWrapper"), exports);
|
|
59
|
+
__exportStar(require("./app-frontend/components/TS_TextArea"), exports);
|
|
60
|
+
__exportStar(require("./app-frontend/components/TS_Input"), exports);
|
|
61
|
+
__exportStar(require("./app-frontend/widgets/FieldEditor"), exports);
|
|
62
|
+
__exportStar(require("./app-frontend/widgets/FieldEditorClick"), exports);
|
|
63
|
+
__exportStar(require("./app-frontend/widgets/FieldEditorWithButtons"), exports);
|
|
64
|
+
__exportStar(require("./app-frontend/components/TS_Table"), exports);
|
|
65
|
+
__exportStar(require("./app-frontend/components/checkbox/TS_Checkbox"), exports);
|
|
66
|
+
__exportStar(require("./app-frontend/components/FilterInput"), exports);
|
|
67
|
+
__exportStar(require("./app-frontend/components/DropDown"), exports);
|
|
68
|
+
__exportStar(require("./app-frontend/components/form/types"), exports);
|
|
69
|
+
__exportStar(require("./app-frontend/components/form/Form"), exports);
|
|
70
|
+
__exportStar(require("./app-frontend/components/tree/MultiTypeAdaptor"), exports);
|
|
71
|
+
__exportStar(require("./app-frontend/components/adapter/Adapter"), exports);
|
|
72
|
+
__exportStar(require("./app-frontend/components/adapter/BaseRenderer"), exports);
|
|
73
|
+
__exportStar(require("./app-frontend/components/tree/Tree"), exports);
|
|
74
|
+
__exportStar(require("./app-frontend/components/tree/types"), exports);
|
|
75
|
+
__exportStar(require("./app-frontend/components/tree/SimpleTreeNodeRenderer"), exports);
|
|
76
|
+
__exportStar(require("./app-frontend/components/tree/MenuComponent"), exports);
|
|
77
|
+
__exportStar(require("./app-frontend/components/GenericSelect"), exports);
|
|
78
|
+
__exportStar(require("./app-frontend/components/playground/Playground"), exports);
|
|
79
|
+
__exportStar(require("./app-frontend/components/checkbox/TS_Checkbox"), exports);
|
|
80
|
+
__exportStar(require("./app-frontend/components/checkbox/TS_CheckboxField"), exports);
|
|
81
|
+
__exportStar(require("./app-frontend/modules/component-loader/ReactEntryComponentInjector"), exports);
|
|
82
|
+
__exportStar(require("./app-frontend/modules/component-loader/entry-component-loading-module"), exports);
|
|
83
|
+
__exportStar(require("./app-frontend/modules/tooltip/Tooltip"), exports);
|
|
84
|
+
__exportStar(require("./app-frontend/modules/menu/MenuAndButton"), exports);
|
|
85
|
+
__exportStar(require("./app-frontend/modules/menu/PopupMenu"), exports);
|
|
86
|
+
__exportStar(require("./app-frontend/modules/toaster/Toaster"), exports);
|
|
87
|
+
__exportStar(require("./app-frontend/modules/dialog/Dialog"), exports);
|
|
88
|
+
__exportStar(require("./app-frontend/tools/KeyboardListener"), exports);
|
|
89
|
+
__exportStar(require("./app-frontend/tools/Stylable"), exports);
|
|
90
|
+
__exportStar(require("./app-frontend/utils/tools"), exports);
|
|
91
|
+
//# sourceMappingURL=frontend.js.map
|
package/frontend.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"frontend.js","sourceRoot":"","sources":["../src/main/frontend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;AAEH,8DAA4C;AAC5C,sEAAoD;AACpD,yEAAuD;AAEvD,4EAAyD;AAEzD,yEAAuD;AACvD,6EAA2D;AAC3D,+EAA6D;AAC7D,+EAA6D;AAE7D,sEAAoD;AACpD,6EAA2D;AAE3D,sEAAoD;AACpD,uEAAqD;AACrD,4EAA0D;AAE1D,uEAAqD;AACrD,+EAA6D;AAE7D,yEAAuD;AACvD,uEAAqD;AACrD,4EAA0D;AAE1D,2EAAyD;AACzD,oEAAkD;AAClD,8DAA4C;AAC5C,iEAA+C;AAC/C,wEAAsD;AACtD,qEAAmD;AACnD,qEAAmD;AACnD,0EAAwD;AACxD,gFAA8D;AAC9D,qEAAmD;AACnD,iFAA+D;AAC/D,wEAAsD;AACtD,qEAAmD;AAEnD,uEAAqD;AACrD,sEAAoD;AAEpD,kFAAgE;AAChE,4EAA0D;AAC1D,iFAA+D;AAC/D,sEAAoD;AACpD,uEAAqD;AACrD,wFAAsE;AAEtE,+EAA6D;AAE7D,0EAAwD;AACxD,kFAAgE;AAEhE,iFAA+D;AAC/D,sFAAoE;AAEpE,sGAAoF;AACpF,yGAAuF;AAEvF,yEAAuD;AACvD,4EAA0D;AAC1D,wEAAsD;AACtD,yEAAuD;AACvD,uEAAqD;AAErD,wEAAsD;AACtD,gEAA8C;AAE9C,6DAA2C"}
|