@cntwg/html-ctrls-lists 0.0.27 → 0.0.28

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 CHANGED
@@ -1,3 +1,10 @@
1
+ #### *v0.0.28*
2
+
3
+ Pre-release version.
4
+
5
+ > - update dependency on `@cntwg/html-helper` module to v0.1.0;
6
+ > - update dependency on `@cntwg/html-ctrls-buttons` module to v0.0.28.
7
+
1
8
  #### *v0.0.27*
2
9
 
3
10
  Pre-release version.
package/lib/lists-btn.js CHANGED
@@ -1,4 +1,4 @@
1
- // [v0.1.058-20250928]
1
+ // [v0.1.059-20251027]
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-helper');
17
+ } = require('@cntwg/html-ctrls-buttons');
18
18
 
19
19
  const {
20
20
  readOnClickEventInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntwg/html-ctrls-lists",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "An HTML-form component: lists",
5
5
  "author": "ygracs <cs70th-om@rambler.ru>",
6
6
  "license": "MIT",
@@ -35,8 +35,8 @@
35
35
  "#test-dir/*": "./__test__/*"
36
36
  },
37
37
  "dependencies": {
38
- "@cntwg/html-ctrls-buttons": "^0.0.27",
39
- "@cntwg/html-helper": "^0.0.27",
38
+ "@cntwg/html-ctrls-buttons": "^0.0.28",
39
+ "@cntwg/html-helper": "^0.1.0",
40
40
  "@ygracs/bsfoc-lib-js": "^0.3.0",
41
41
  "@ygracs/lists-lib-js": "^0.1.0"
42
42
  },