@schukai/monster 3.16.0 → 3.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/source/constants.mjs +1 -1
- package/source/constraints/abstract.mjs +1 -1
- package/source/constraints/abstractoperator.mjs +1 -1
- package/source/constraints/andoperator.mjs +1 -1
- package/source/constraints/invalid.mjs +1 -1
- package/source/constraints/isarray.mjs +1 -1
- package/source/constraints/isobject.mjs +1 -1
- package/source/constraints/namespace.mjs +1 -1
- package/source/constraints/oroperator.mjs +1 -1
- package/source/constraints/valid.mjs +1 -1
- package/source/data/buildmap.mjs +1 -1
- package/source/data/buildtree.mjs +1 -1
- package/source/data/datasource/dom.mjs +1 -1
- package/source/data/datasource/namespace.mjs +1 -1
- package/source/data/datasource/server/namespace.mjs +1 -1
- package/source/data/datasource/server/restapi/namespace.mjs +1 -1
- package/source/data/datasource/server/restapi/writeerror.mjs +1 -1
- package/source/data/datasource/server/restapi.mjs +1 -1
- package/source/data/datasource/server/webconnect.mjs +1 -1
- package/source/data/datasource/server.mjs +1 -1
- package/source/data/datasource/storage/localstorage.mjs +1 -1
- package/source/data/datasource/storage/namespace.mjs +1 -1
- package/source/data/datasource/storage/sessionstorage.mjs +1 -1
- package/source/data/datasource/storage.mjs +1 -1
- package/source/data/datasource.mjs +1 -1
- package/source/data/diff.mjs +1 -1
- package/source/data/extend.mjs +1 -1
- package/source/data/namespace.mjs +1 -1
- package/source/data/pathfinder.mjs +1 -1
- package/source/data/pipe.mjs +1 -1
- package/source/data/transformer.mjs +1 -1
- package/source/dom/assembler.mjs +1 -1
- package/source/dom/attributes.mjs +1 -1
- package/source/dom/constants.mjs +1 -1
- package/source/dom/customcontrol.mjs +1 -1
- package/source/dom/customelement.mjs +1 -1
- package/source/dom/events.mjs +1 -1
- package/source/dom/focusmanager.mjs +1 -1
- package/source/dom/locale.mjs +1 -1
- package/source/dom/namespace.mjs +1 -1
- package/source/dom/ready.mjs +1 -1
- package/source/dom/resource/data.mjs +1 -1
- package/source/dom/resource/link/namespace.mjs +1 -1
- package/source/dom/resource/link/stylesheet.mjs +1 -1
- package/source/dom/resource/link.mjs +1 -1
- package/source/dom/resource/namespace.mjs +1 -1
- package/source/dom/resource/script.mjs +1 -1
- package/source/dom/resource.mjs +1 -1
- package/source/dom/resourcemanager.mjs +1 -1
- package/source/dom/template.mjs +1 -1
- package/source/dom/theme.mjs +1 -1
- package/source/dom/updater.mjs +1 -1
- package/source/dom/util.mjs +1 -1
- package/source/dom/worker/factory.mjs +1 -1
- package/source/dom/worker/namespace.mjs +1 -1
- package/source/i18n/formatter.mjs +1 -1
- package/source/i18n/locale.mjs +1 -1
- package/source/i18n/namespace.mjs +1 -1
- package/source/i18n/provider.mjs +1 -1
- package/source/i18n/providers/embed.mjs +2 -4
- package/source/i18n/providers/fetch.mjs +1 -1
- package/source/i18n/providers/namespace.mjs +1 -1
- package/source/i18n/translations.mjs +1 -1
- package/source/logging/handler/console.mjs +1 -1
- package/source/logging/handler/namespace.mjs +1 -1
- package/source/logging/handler.mjs +1 -1
- package/source/logging/logentry.mjs +1 -1
- package/source/logging/logger.mjs +1 -1
- package/source/logging/namespace.mjs +1 -1
- package/source/math/namespace.mjs +1 -1
- package/source/math/random.mjs +1 -1
- package/source/monster.mjs +1 -1
- package/source/net/namespace.mjs +1 -1
- package/source/net/webconnect/message.mjs +1 -1
- package/source/net/webconnect/namespace.mjs +1 -1
- package/source/net/webconnect.mjs +1 -1
- package/source/text/formatter.mjs +1 -1
- package/source/text/namespace.mjs +1 -1
- package/source/types/base.mjs +1 -1
- package/source/types/basewithoptions.mjs +1 -1
- package/source/types/binary.mjs +1 -1
- package/source/types/dataurl.mjs +1 -1
- package/source/types/global.mjs +1 -1
- package/source/types/id.mjs +1 -1
- package/source/types/internal.mjs +1 -1
- package/source/types/is.mjs +1 -1
- package/source/types/mediatype.mjs +1 -1
- package/source/types/namespace.mjs +1 -1
- package/source/types/node.mjs +1 -1
- package/source/types/nodelist.mjs +1 -1
- package/source/types/noderecursiveiterator.mjs +1 -1
- package/source/types/observablequeue.mjs +1 -1
- package/source/types/observer.mjs +1 -1
- package/source/types/observerlist.mjs +1 -1
- package/source/types/proxyobserver.mjs +1 -1
- package/source/types/queue.mjs +1 -1
- package/source/types/randomid.mjs +1 -1
- package/source/types/regex.mjs +1 -1
- package/source/types/stack.mjs +1 -1
- package/source/types/tokenlist.mjs +1 -1
- package/source/types/typeof.mjs +1 -1
- package/source/types/uniquequeue.mjs +1 -1
- package/source/types/uuid.mjs +1 -1
- package/source/types/validate.mjs +1 -1
- package/source/types/version.mjs +2 -2
- package/source/util/clone.mjs +1 -1
- package/source/util/comparator.mjs +1 -1
- package/source/util/deadmansswitch.mjs +1 -1
- package/source/util/freeze.mjs +1 -1
- package/source/util/namespace.mjs +1 -1
- package/source/util/processing.mjs +1 -1
- package/source/util/trimspaces.mjs +1 -1
- package/test/cases/data/pipe.mjs +65 -5
- package/test/cases/monster.mjs +1 -1
package/package.json
CHANGED
package/source/constants.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/data/buildmap.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/data/diff.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/data/extend.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/data/pipe.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/assembler.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/constants.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/events.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/locale.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/namespace.mjs
CHANGED
package/source/dom/ready.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/resource.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/template.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/theme.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/updater.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/dom/util.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/i18n/locale.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/i18n/provider.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -109,7 +109,7 @@ class Embed extends Provider {
|
|
109
109
|
|
110
110
|
let translations = null;
|
111
111
|
try {
|
112
|
-
translations = JSON.parse(this.translateElement.innerHTML);
|
112
|
+
translations = JSON.parse(this.translateElement.innerHTML.trim());
|
113
113
|
} catch (e) {
|
114
114
|
reject(e);
|
115
115
|
return;
|
@@ -150,8 +150,6 @@ class Embed extends Provider {
|
|
150
150
|
|
151
151
|
const promises = [];
|
152
152
|
|
153
|
-
let result
|
154
|
-
|
155
153
|
list.forEach((translationElement) => {
|
156
154
|
const p = new Embed(translationElement);
|
157
155
|
promises.push(p.assignToElement(undefined, element));
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/math/random.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/source/monster.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* Copyright schukai GmbH and contributors
|
2
|
+
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
|
3
3
|
* Node module: @schukai/monster
|
4
4
|
* This file is licensed under the AGPLv3 License.
|
5
5
|
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
|