@htmlbricks/hb-table 0.66.3 → 0.66.5
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/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -3436,6 +3436,7 @@
|
|
|
3436
3436
|
}
|
|
3437
3437
|
}
|
|
3438
3438
|
],
|
|
3439
|
+
"iifeIntegrity": "sha384-xHmK7kB+3Li6dwYHGPJ6twLy7TZKelvlujKKdu3Kzl/E9ErGAMFZWVMiQSeDGtv7",
|
|
3439
3440
|
"screenshots": [],
|
|
3440
3441
|
"licenses": [
|
|
3441
3442
|
{
|
|
@@ -3455,5 +3456,5 @@
|
|
|
3455
3456
|
"size": {},
|
|
3456
3457
|
"iifePath": "main.iife.js",
|
|
3457
3458
|
"repoName": "@htmlbricks/hb-table",
|
|
3458
|
-
"version": "0.66.
|
|
3459
|
+
"version": "0.66.5"
|
|
3459
3460
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-table",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bootstrap-striped 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`, `add_item` slot, and `hb-paginate` for page size, sort sync, and server-style `externalfilter` / `total` workflows. i18n via `i18nlang`.",
|
|
6
6
|
"licenses": [
|