@cntwg/html-ctrls-lists 0.0.27

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/index.js ADDED
@@ -0,0 +1,20 @@
1
+ // [v0.1.030-20250831]
2
+
3
+ // === module init block ===
4
+
5
+ const html_list = require('./lib/list.js');
6
+ const html_list_btn = require('./lib/lists-btn.js');
7
+
8
+ // === module inner block ===
9
+
10
+ // === module main block ===
11
+
12
+ // === module exports block ===
13
+
14
+ module.exports.THtmlStubItemsSet = html_list.THtmlStubItemsSet;
15
+ module.exports.THtmlItemsListContainer = html_list.THtmlItemsListContainer;
16
+ module.exports.THtmlItemsListController = html_list.THtmlItemsListController;
17
+
18
+ module.exports.BTS_DEF_GROUP_NAME = html_list_btn.BTS_DEF_GROUP_NAME;
19
+
20
+ module.exports.THtmlListButtonsController = html_list_btn.THtmlListButtonsController;