fix version and bugs
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-21 00:09:21 +02:00
parent 658e690a54
commit 1bba6cf8a7
62 changed files with 65 additions and 68 deletions

View File

@ -2,7 +2,7 @@
* Form manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Account.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@
* Account Manager.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Account type.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Particle class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Particle class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Particle animation class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -4,7 +4,7 @@ import { jsOMS } from '../Utils/oLib.js';
* Asset manager.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -10,7 +10,7 @@ import { RequestType } from '../Message/Request/RequestType.js';
* Auth class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -9,7 +9,7 @@ import { AssetManager } from './Asset/AssetManager.js';
* referenced classes.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@
* without redefining the same behaviour multiple times.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* LocalStorage class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { Logger } from '../Log/Logger.js';
* Used for pooling requests.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -1,5 +1,6 @@
The OMS License
Version 2.0
Version 2.2
1. Definitions
@ -15,7 +16,7 @@ Version 2.0
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work.
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
@ -25,7 +26,7 @@ Version 2.0
2. Grant of Copyright License
Subject to the terms and conditions of this License, each Contributor grants to You after purchase a perpetual, worldwide, non-exclusive, irrevocable copyright license to prepare Derivative Works of, publicly display, publicly perform the Work and such Derivative Works in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form.
Subject to the terms and conditions of this License, each Contributor grants to You after purchase a temporary, worldwide, non-exclusive copyright license to publicly display or publicly perform the Work in Source or Object form. You are not allowed to sublicense, reproduce, or distribute the Work and such Derivative Works in Source or Object form.
3. Redistribution
@ -46,7 +47,3 @@ Unless required by applicable law or agreed to in writing, Licensor provides the
7. Limitation of Liability
In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
8. Future Changes
The Licensor may change the License for future versions as he sees fit.

View File

@ -2,7 +2,7 @@
* Log Level enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { SystemUtils } from '../System/SystemUtils.js';
* Logger class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Math processor.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -7,7 +7,7 @@ import { NotificationLevel } from '../NotificationLevel.js';
* App notification.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@
* Browser notification.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Notification data enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { NotificationType } from '../../Message/Notification/NotificationType
* Notification manager.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* App notification message.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Notification data enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -7,7 +7,7 @@ import { RequestType } from './RequestType.js';
* Request class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -2,7 +2,7 @@
* Http request method.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Request type enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -4,7 +4,7 @@
* Used for auto handling different responses.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -9,7 +9,7 @@ import { Logger } from '../../Log/Logger.js';
* Used for auto handling different responses.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Response type enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Module factory.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -3,7 +3,7 @@ import { ModuleFactory } from './ModuleFactory.js';
* Module manager.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Request data enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Request data enum.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@ import { OSType } from './OSType.js';
* System utils class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@ import { Logger } from '../Log/Logger.js';
* Action manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -13,7 +13,7 @@ import { Request } from '../../Message/Request/Request.js';
* Advanced input class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -4,7 +4,7 @@ import { jsOMS } from '../../Utils/oLib.js';
* Code text area.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -15,7 +15,7 @@ import { UriFactory } from '../../Uri/UriFactory.js';
* Form manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -9,7 +9,7 @@ import { Request } from '../../Message/Request/Request.js';
* Smart input class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { UriFactory } from '../../Uri/UriFactory.js';
* Tab manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -7,7 +7,7 @@ import { ResponseType } from '../../Message/Response/ResponseType.js';
* Table manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -9,7 +9,7 @@ import { Request } from '../../Message/Request/Request.js';
* Advanced input class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -3,7 +3,7 @@ import { jsOMS } from '../Utils/oLib.js';
* Drag and drop class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -11,7 +11,7 @@ import { SmartTextInput } from './Component/SmartTextInput.js';
* UI manager for handling basic ui elements.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { VoiceManager } from '../../../jsOMS/UI/Input/Voice/VoiceManager.js';
* UI manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -3,7 +3,7 @@ import { jsOMS } from '../../../Utils/oLib.js';
* Keyboard manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Click type.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Event type.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@ import { EventType } from '../../../../jsOMS/UI/Input/Mouse/EventType.js';
* Mouse manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Touch manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* Form manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@ import { Logger } from '../../../Log/Logger.js';
* Voice manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -3,7 +3,7 @@ import { jsOMS } from '../Utils/oLib.js';
* Manual order class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -8,7 +8,7 @@ import { GeneralUI } from './GeneralUI.js';
* Remote data class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -12,7 +12,7 @@ import { UIStateManager } from './UIStateManager.js';
* UI manager for handling basic ui elements.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -2,7 +2,7 @@
* UI state manager class.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -4,7 +4,7 @@
* This class handles all unhandled exceptions depending on the configuration.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -5,7 +5,7 @@ import { jsOMS } from '../Utils/oLib.js';
* This class is for creating, modifying and analyzing http uris.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -6,7 +6,7 @@ import { FormView } from './../Views/FormView.js';
* Uri factory.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -4,7 +4,7 @@
* This library provides useful functionalities for the DOM and other manipulations.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*/

View File

@ -8,7 +8,7 @@ import { jsOMS } from '../Utils/oLib.js';
* form elements such as canvas etc.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*

View File

@ -2,7 +2,7 @@
* Table view.
*
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @license OMS License 2.2
* @version 1.0.0
* @since 1.0.0
*