@cntwg/html-ctrls-lists 0.0.27 → 0.0.29
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/CHANGELOG.md +16 -0
- package/LICENSE +1 -1
- package/lib/list.js +3 -3
- package/lib/lists-btn.js +4 -4
- package/lib/lists-stubs.js +2 -2
- package/lib/mod-hfunc.js +2 -2
- package/package.json +6 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
#### *v0.0.29*
|
|
2
|
+
|
|
3
|
+
Pre-release version.
|
|
4
|
+
|
|
5
|
+
> - update dependency on `@ygracs/bsfoc-lib-js` module to v0.3.3;
|
|
6
|
+
> - update dependency on `@ygracs/lists-lib-js` module to v0.1.1;
|
|
7
|
+
> - update dependency on `@cntwg/html-helper` module to v0.1.1;
|
|
8
|
+
> - update dependency on `@cntwg/html-ctrls-buttons` module to v0.0.29.
|
|
9
|
+
|
|
10
|
+
#### *v0.0.28*
|
|
11
|
+
|
|
12
|
+
Pre-release version.
|
|
13
|
+
|
|
14
|
+
> - update dependency on `@cntwg/html-helper` module to v0.1.0;
|
|
15
|
+
> - update dependency on `@cntwg/html-ctrls-buttons` module to v0.0.28.
|
|
16
|
+
|
|
1
17
|
#### *v0.0.27*
|
|
2
18
|
|
|
3
19
|
Pre-release version.
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2022-
|
|
3
|
+
Copyright (c) 2022-2026 Yuri Grachev
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/lib/list.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// [v0.1.
|
|
1
|
+
// [v0.1.075-20260110]
|
|
2
2
|
|
|
3
3
|
// === module init block ===
|
|
4
4
|
|
|
@@ -618,7 +618,7 @@ class THtmlItemsListController extends THtmlItemsListContainer {
|
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
/**
|
|
621
|
-
* @param {
|
|
621
|
+
* @param {Event} e - event
|
|
622
622
|
* @returns {void}
|
|
623
623
|
* @private
|
|
624
624
|
*/
|
|
@@ -1121,7 +1121,7 @@ class THtmlItemsListController extends THtmlItemsListContainer {
|
|
|
1121
1121
|
/**
|
|
1122
1122
|
* Sets a callback function to handle event.
|
|
1123
1123
|
* @param {string} name - event name
|
|
1124
|
-
* @param {
|
|
1124
|
+
* @param {Function} evnt
|
|
1125
1125
|
* @returns {void}
|
|
1126
1126
|
*/
|
|
1127
1127
|
on(name, evnt) {
|
package/lib/lists-btn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// [v0.1.
|
|
1
|
+
// [v0.1.060-20260110]
|
|
2
2
|
|
|
3
3
|
// === module init block ===
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ const {
|
|
|
14
14
|
|
|
15
15
|
const {
|
|
16
16
|
THtmlButtonsSet,
|
|
17
|
-
} = require('@cntwg/html-
|
|
17
|
+
} = require('@cntwg/html-ctrls-buttons');
|
|
18
18
|
|
|
19
19
|
const {
|
|
20
20
|
readOnClickEventInfo,
|
|
@@ -115,7 +115,7 @@ class THtmlListButtonsController {
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
/**
|
|
118
|
-
* @param {
|
|
118
|
+
* @param {Event} e - event
|
|
119
119
|
* @param {string} key - button ID
|
|
120
120
|
* @returns {void}
|
|
121
121
|
* @private
|
|
@@ -199,7 +199,7 @@ class THtmlListButtonsController {
|
|
|
199
199
|
/**
|
|
200
200
|
* Sets a callback function to handle event.
|
|
201
201
|
* @param {string} name - event name
|
|
202
|
-
* @param {
|
|
202
|
+
* @param {Function} evnt - callback function
|
|
203
203
|
* @returns {void}
|
|
204
204
|
*/
|
|
205
205
|
on(name, evnt) {
|
package/lib/lists-stubs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// [v0.1.
|
|
1
|
+
// [v0.1.052-20260110]
|
|
2
2
|
|
|
3
3
|
// === module init block ===
|
|
4
4
|
|
|
@@ -65,7 +65,7 @@ class THtmlStubItemsSet {
|
|
|
65
65
|
/**
|
|
66
66
|
* Creates an instance of a stub-items set
|
|
67
67
|
* @param {HTMLElement} host - host element
|
|
68
|
-
* @param {(
|
|
68
|
+
* @param {(any[]|OPT_stubconsett|OBJ_stubEList)} [opt] - options
|
|
69
69
|
* @todo [since v0.0.26] use of an `array`-type as a value of an `opt` is deprecated
|
|
70
70
|
*/
|
|
71
71
|
constructor(host, opt) {
|
package/lib/mod-hfunc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cntwg/html-ctrls-lists",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.29",
|
|
4
4
|
"description": "An HTML-form component: lists",
|
|
5
5
|
"author": "ygracs <cs70th-om@rambler.ru>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,8 +25,6 @@
|
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"test": "jest",
|
|
28
|
-
"test-lc2:bs": "jest THtmlItemsListController/base",
|
|
29
|
-
"test-lc2:ec": "jest THtmlItemsListController/events",
|
|
30
28
|
"build-doc-md": "jsdoc2md",
|
|
31
29
|
"build-doc-html": "jsdoc"
|
|
32
30
|
},
|
|
@@ -35,15 +33,15 @@
|
|
|
35
33
|
"#test-dir/*": "./__test__/*"
|
|
36
34
|
},
|
|
37
35
|
"dependencies": {
|
|
38
|
-
"@cntwg/html-ctrls-buttons": "^0.0.
|
|
39
|
-
"@cntwg/html-helper": "^0.
|
|
40
|
-
"@ygracs/bsfoc-lib-js": "^0.3.
|
|
41
|
-
"@ygracs/lists-lib-js": "^0.1.
|
|
36
|
+
"@cntwg/html-ctrls-buttons": "^0.0.29",
|
|
37
|
+
"@cntwg/html-helper": "^0.1.1",
|
|
38
|
+
"@ygracs/bsfoc-lib-js": "^0.3.3",
|
|
39
|
+
"@ygracs/lists-lib-js": "^0.1.1"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"jest": "^30.2.0",
|
|
45
43
|
"jest-environment-jsdom": "^30.2.0",
|
|
46
|
-
"jsdoc-to-markdown": "^9.1.
|
|
44
|
+
"jsdoc-to-markdown": "^9.1.3",
|
|
47
45
|
"minimist": "^1.2.8"
|
|
48
46
|
}
|
|
49
47
|
}
|