@ntlab/ntjs-repo 3.0.0 → 3.1.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/Bootstrap/Dialog/Confirm.js +3 -1
- package/Bootstrap/Dialog/Input.js +3 -1
- package/Bootstrap/Dialog/Message.js +3 -1
- package/Bootstrap/Dialog/Wait.js +3 -1
- package/Bootstrap/Dialog/index.js +3 -1
- package/Bootstrap/FormPost.js +3 -1
- package/Bootstrap/Notification.js +6 -1
- package/Bootstrap/index.js +6 -1
- package/BootstrapIcons.js +6 -1
- package/JQuery/AjaxHelper.js +3 -1
- package/JQuery/Define.js +3 -1
- package/JQuery/FormPost.js +3 -1
- package/JQuery/Notification.js +6 -1
- package/JQuery/PostErrorHelper.js +3 -1
- package/JQuery/PostHandler.js +5 -3
- package/JQuery/ScrollTo.js +3 -1
- package/JQuery/Util.js +3 -1
- package/JQuery/index.js +3 -1
- package/LICENSE +1 -1
- package/Popper.js +7 -2
- package/SemanticUI/Dialog/Confirm.js +3 -1
- package/SemanticUI/Dialog/Input.js +3 -1
- package/SemanticUI/Dialog/Message.js +3 -1
- package/SemanticUI/Dialog/Wait.js +3 -1
- package/SemanticUI/Dialog/index.js +3 -1
- package/SemanticUI/Loader.js +3 -1
- package/SemanticUI/Notification.js +6 -1
- package/SemanticUI/index.js +3 -1
- package/SocketIO/index.js +3 -1
- package/index.js +2 -2
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Bootstrap/Dialog/Confirm script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Confirm extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Bootstrap/Dialog/Input script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Input extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Bootstrap/Dialog/Message script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Message extends JQuery {
|
|
32
34
|
|
package/Bootstrap/Dialog/Wait.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Bootstrap/Dialog/Wait script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Wait extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -28,6 +28,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* Bootstrap/Dialog script repository.
|
|
31
|
+
*
|
|
32
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
33
|
*/
|
|
32
34
|
class Dialog extends JQuery {
|
|
33
35
|
|
package/Bootstrap/FormPost.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -28,6 +28,8 @@ const JQueryFormPost = ScriptManager.require('JQuery/FormPost');
|
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* Bootstrap/FormPost script repository.
|
|
31
|
+
*
|
|
32
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
33
|
*/
|
|
32
34
|
class FormPost extends JQueryFormPost {
|
|
33
35
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
const { ScriptManager, ScriptRepository } = require('@ntlab/ntjs');
|
|
26
26
|
const JQuery = ScriptManager.require('JQuery');
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* Bootstrap/Notification script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
32
|
+
*/
|
|
28
33
|
class Notification extends JQuery {
|
|
29
34
|
|
|
30
35
|
initialize() {
|
package/Bootstrap/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
const { Script, ScriptAsset } = require('@ntlab/ntjs');
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Bootstrap script repository.
|
|
29
|
+
*
|
|
30
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
|
+
*/
|
|
27
32
|
class Bootstrap extends Script {
|
|
28
33
|
|
|
29
34
|
initialize() {
|
package/BootstrapIcons.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
const { Script, ScriptAsset } = require('@ntlab/ntjs');
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* BootstrapIcons script repository.
|
|
29
|
+
*
|
|
30
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
|
+
*/
|
|
27
32
|
class BootstrapIcons extends Script {
|
|
28
33
|
|
|
29
34
|
initialize() {
|
package/JQuery/AjaxHelper.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/AjaxHelper script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class AjaxHelper extends JQuery {
|
|
32
34
|
|
package/JQuery/Define.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/Define script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Define extends JQuery {
|
|
32
34
|
|
package/JQuery/FormPost.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -28,6 +28,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* JQuery/FormPost script repository.
|
|
31
|
+
*
|
|
32
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
33
|
*/
|
|
32
34
|
class FormPost extends JQuery {
|
|
33
35
|
|
package/JQuery/Notification.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
const { ScriptManager, ScriptRepository } = require('@ntlab/ntjs');
|
|
26
26
|
const JQuery = ScriptManager.require('JQuery');
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* JQuery/Notification script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
32
|
+
*/
|
|
28
33
|
class Notification extends JQuery {
|
|
29
34
|
|
|
30
35
|
initialize() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/PostErrorHelper script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class PostErrorHelper extends JQuery {
|
|
32
34
|
|
package/JQuery/PostHandler.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/PostHandler script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class PostHandler extends JQuery {
|
|
32
34
|
|
|
@@ -38,10 +40,10 @@ class PostHandler extends JQuery {
|
|
|
38
40
|
|
|
39
41
|
getScript() {
|
|
40
42
|
return `
|
|
41
|
-
|
|
43
|
+
Object.assign($, {
|
|
42
44
|
handlePostData(data, errhelper, success_cb, error_cb) {
|
|
43
45
|
$.postErr = null;
|
|
44
|
-
const json = typeof
|
|
46
|
+
const json = typeof data === 'object' ? data : JSON.stringify(data);
|
|
45
47
|
if (json.success) {
|
|
46
48
|
if (typeof success_cb === 'function') {
|
|
47
49
|
success_cb(json);
|
package/JQuery/ScrollTo.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/ScrollTo script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class ScrollTo extends JQuery {
|
|
32
34
|
|
package/JQuery/Util.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery/Util script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Util extends JQuery {
|
|
32
34
|
|
package/JQuery/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const debug = require('debug')('script:JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* JQuery script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class JQuery extends Script {
|
|
32
34
|
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2018-
|
|
3
|
+
Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/Popper.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2023-
|
|
4
|
+
* Copyright (c) 2023-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
const { Script, ScriptAsset } = require('@ntlab/ntjs');
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Popper script repository.
|
|
29
|
+
*
|
|
30
|
+
* @author Toha <tohenk@yahoo.com>
|
|
31
|
+
*/
|
|
27
32
|
class Popper extends Script {
|
|
28
33
|
|
|
29
34
|
initialize() {
|
|
@@ -31,7 +36,7 @@ class Popper extends Script {
|
|
|
31
36
|
this.assetPath = 'popper.js';
|
|
32
37
|
this.version = version;
|
|
33
38
|
const versions = [Popper.UMD, Popper.ESM, Popper.CJS];
|
|
34
|
-
if (versions.
|
|
39
|
+
if (versions.includes(this.version)) {
|
|
35
40
|
this.getAsset().setPath(ScriptAsset.JAVASCRIPT, this.version);
|
|
36
41
|
} else {
|
|
37
42
|
throw new Error(`Popper version not supported %{this.version}`);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Dialog/Confirm script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Confirm extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Dialog/Input script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Input extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Dialog/Message script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Message extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Dialog/Wait script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Wait extends JQuery {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('SemanticUI');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Dialog script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Dialog extends JQuery {
|
|
32
34
|
|
package/SemanticUI/Loader.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const SemanticUI = ScriptManager.require('SemanticUI');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI/Loader script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class Loader extends SemanticUI {
|
|
32
34
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
const { ScriptManager, ScriptRepository } = require('@ntlab/ntjs');
|
|
26
26
|
const JQuery = ScriptManager.require('JQuery');
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* SemanticUI/Notification script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
32
|
+
*/
|
|
28
33
|
class Notification extends JQuery {
|
|
29
34
|
|
|
30
35
|
initialize() {
|
package/SemanticUI/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -27,6 +27,8 @@ const JQuery = ScriptManager.require('JQuery');
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* SemanticUI script repository.
|
|
30
|
+
*
|
|
31
|
+
* @author Toha <tohenk@yahoo.com>
|
|
30
32
|
*/
|
|
31
33
|
class SemanticUI extends JQuery {
|
|
32
34
|
|
package/SocketIO/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -26,6 +26,8 @@ const { Script, ScriptAsset } = require('@ntlab/ntjs');
|
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* SocketIO script repository.
|
|
29
|
+
*
|
|
30
|
+
* @author Toha <tohenk@yahoo.com>
|
|
29
31
|
*/
|
|
30
32
|
class SocketIO extends Script {
|
|
31
33
|
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The MIT License (MIT)
|
|
3
3
|
*
|
|
4
|
-
* Copyright (c) 2018-
|
|
4
|
+
* Copyright (c) 2018-2026 Toha <tohenk@yahoo.com>
|
|
5
5
|
*
|
|
6
6
|
* Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
7
7
|
* this software and associated documentation files (the "Software"), to deal in
|
|
@@ -24,6 +24,6 @@
|
|
|
24
24
|
|
|
25
25
|
const { ScriptManager } = require('@ntlab/ntjs');
|
|
26
26
|
|
|
27
|
-
module.exports =
|
|
27
|
+
module.exports = () => {
|
|
28
28
|
ScriptManager.addDir(__dirname);
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ntlab/ntjs-repo",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "NODE-NTJS script repository",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"homepage": "https://github.com/tohenk/node-ntjs-repo#readme",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@ntlab/ntjs": "^3.0.0",
|
|
27
|
-
"@ntlab/ntlib": "^2.
|
|
28
|
-
"debug": "^4.4.
|
|
27
|
+
"@ntlab/ntlib": "^2.9.1",
|
|
28
|
+
"debug": "^4.4.3"
|
|
29
29
|
}
|
|
30
30
|
}
|