@schukai/monster 3.15.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 +124 -7
- 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/data/transformer.mjs +11 -0
- 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,10 +1,11 @@
|
|
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
|
6
6
|
*/
|
7
7
|
|
8
|
+
import {getLocaleOfDocument} from "../dom/locale.mjs";
|
8
9
|
import {Base} from "../types/base.mjs";
|
9
10
|
import {getGlobal, getGlobalObject} from "../types/global.mjs";
|
10
11
|
import {ID} from "../types/id.mjs";
|
@@ -169,6 +170,11 @@ function transform(value) {
|
|
169
170
|
let element;
|
170
171
|
let attribute;
|
171
172
|
let translations;
|
173
|
+
let date;
|
174
|
+
let locale;
|
175
|
+
let timestamp;
|
176
|
+
let map;
|
177
|
+
let keyValue;
|
172
178
|
|
173
179
|
switch (this.command) {
|
174
180
|
case "static":
|
@@ -405,25 +411,25 @@ function transform(value) {
|
|
405
411
|
if (key === undefined) {
|
406
412
|
throw new Error("missing key parameter");
|
407
413
|
}
|
408
|
-
|
414
|
+
|
409
415
|
// add empty strings
|
410
|
-
if (isString(key)&&key.trim()==="") {
|
411
|
-
concat += key;
|
416
|
+
if (isString(key) && key.trim() === "") {
|
417
|
+
concat += key;
|
412
418
|
continue;
|
413
419
|
}
|
414
|
-
|
420
|
+
|
415
421
|
if (!pf2.exists(key)) {
|
416
422
|
concat += key;
|
417
423
|
continue;
|
418
424
|
}
|
419
425
|
let v = pf2.getVia(key);
|
420
|
-
if(!isPrimitive(v)) {
|
426
|
+
if (!isPrimitive(v)) {
|
421
427
|
throw new Error("value is not primitive");
|
422
428
|
}
|
423
429
|
|
424
430
|
concat += v;
|
425
431
|
}
|
426
|
-
|
432
|
+
|
427
433
|
return concat;
|
428
434
|
case "path":
|
429
435
|
key = args.shift();
|
@@ -491,6 +497,117 @@ function transform(value) {
|
|
491
497
|
|
492
498
|
throw new Error("type not supported");
|
493
499
|
|
500
|
+
|
501
|
+
case "map":
|
502
|
+
map = new Map();
|
503
|
+
while (args.length > 0) {
|
504
|
+
keyValue = args.shift();
|
505
|
+
if (keyValue === undefined) {
|
506
|
+
throw new Error("missing key parameter");
|
507
|
+
}
|
508
|
+
|
509
|
+
keyValue = keyValue.split("=");
|
510
|
+
map.set(keyValue[0], keyValue[1]);
|
511
|
+
}
|
512
|
+
|
513
|
+
return map.get(value);
|
514
|
+
|
515
|
+
case "timestamp":
|
516
|
+
date = new Date(value);
|
517
|
+
timestamp = date.getTime();
|
518
|
+
if (isNaN(timestamp)) {
|
519
|
+
throw new Error("invalid date");
|
520
|
+
}
|
521
|
+
return timestamp;
|
522
|
+
|
523
|
+
case "time":
|
524
|
+
date = new Date(value);
|
525
|
+
if (isNaN(date.getTime())) {
|
526
|
+
throw new Error("invalid date");
|
527
|
+
}
|
528
|
+
|
529
|
+
try {
|
530
|
+
locale = getLocaleOfDocument();
|
531
|
+
return date.toLocaleTimeString(locale);
|
532
|
+
|
533
|
+
} catch (e) {
|
534
|
+
throw new Error("unsupported locale or missing format (" + e.message + ")");
|
535
|
+
}
|
536
|
+
|
537
|
+
|
538
|
+
case "year":
|
539
|
+
date = new Date(value);
|
540
|
+
if (isNaN(date.getTime())) {
|
541
|
+
throw new Error("invalid date");
|
542
|
+
}
|
543
|
+
|
544
|
+
return date.getFullYear();
|
545
|
+
|
546
|
+
case "month":
|
547
|
+
date = new Date(value);
|
548
|
+
if (isNaN(date.getTime())) {
|
549
|
+
throw new Error("invalid date");
|
550
|
+
}
|
551
|
+
|
552
|
+
return date.getMonth() + 1;
|
553
|
+
|
554
|
+
case "day":
|
555
|
+
date = new Date(value);
|
556
|
+
if (isNaN(date.getTime())) {
|
557
|
+
throw new Error("invalid date");
|
558
|
+
}
|
559
|
+
|
560
|
+
return date.getDate();
|
561
|
+
|
562
|
+
case "weekday":
|
563
|
+
date = new Date(value);
|
564
|
+
if (isNaN(date.getTime())) {
|
565
|
+
throw new Error("invalid date");
|
566
|
+
}
|
567
|
+
|
568
|
+
return date.getDay();
|
569
|
+
|
570
|
+
case "hour":
|
571
|
+
case "hours":
|
572
|
+
date = new Date(value);
|
573
|
+
if (isNaN(date.getTime())) {
|
574
|
+
throw new Error("invalid date");
|
575
|
+
}
|
576
|
+
|
577
|
+
return date.getHours();
|
578
|
+
|
579
|
+
case "minute":
|
580
|
+
case "minutes":
|
581
|
+
date = new Date(value);
|
582
|
+
if (isNaN(date.getTime())) {
|
583
|
+
throw new Error("invalid date");
|
584
|
+
}
|
585
|
+
|
586
|
+
return date.getMinutes();
|
587
|
+
|
588
|
+
case "second":
|
589
|
+
case "seconds":
|
590
|
+
date = new Date(value);
|
591
|
+
if (isNaN(date.getTime())) {
|
592
|
+
throw new Error("invalid date");
|
593
|
+
}
|
594
|
+
|
595
|
+
return date.getSeconds();
|
596
|
+
|
597
|
+
case "date":
|
598
|
+
date = new Date(value);
|
599
|
+
if (isNaN(date.getTime())) {
|
600
|
+
throw new Error("invalid date");
|
601
|
+
}
|
602
|
+
|
603
|
+
try {
|
604
|
+
locale = getLocaleOfDocument();
|
605
|
+
return date.toLocaleDateString(locale);
|
606
|
+
|
607
|
+
} catch (e) {
|
608
|
+
throw new Error("unsupported locale or missing format (" + e.message + ")");
|
609
|
+
}
|
610
|
+
|
494
611
|
case "i18n":
|
495
612
|
case "translation":
|
496
613
|
translations = getDocumentTranslations();
|
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
|