@htmlbricks/hb-table 0.68.11 → 0.70.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/README.md +1 -1
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -3514,7 +3514,7 @@
|
|
|
3514
3514
|
}
|
|
3515
3515
|
}
|
|
3516
3516
|
],
|
|
3517
|
-
"iifeIntegrity": "sha384-
|
|
3517
|
+
"iifeIntegrity": "sha384-tMNBOQEo/YM/PFj563u2Q71fUWnF4ML/b3AJt8xWKzu97cpIsQ2CbeQuyQ0U/w7+",
|
|
3518
3518
|
"dependencies": [
|
|
3519
3519
|
{
|
|
3520
3520
|
"name": "hb-dialog",
|
|
@@ -3658,5 +3658,5 @@
|
|
|
3658
3658
|
"size": {},
|
|
3659
3659
|
"iifePath": "main.iife.js",
|
|
3660
3660
|
"repoName": "@htmlbricks/hb-table",
|
|
3661
|
-
"version": "0.
|
|
3661
|
+
"version": "0.70.0"
|
|
3662
3662
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.70.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bulma-styled data table driven by JSON `headers` and `rows` (`_id` required): column sort, header search (text, enum, date range), formatted values (nested keys, datetime via dayjs), copy-to-clipboard, row highlight and `selectrow` clicks. Global `actions` and per-row `_actions` can open confirm or schema dialogs (`hb-dialog` / `hb-dialogform`). Optional multi-select with `selectactions`, optional `add_item` (Add control immediately after the settings gear when `selectactions` is set), and `hb-paginate` for page size, sort sync, and server-style `externalfilter` / `total` workflows. Set `is_loading` for Bulma skeleton placeholders in tbody and a single `skeleton-block` over pagination while `hb-paginate` stays mounted for prop sync. i18n via `i18nlang`.",
|
|
6
6
|
"licenses": [
|