@htmlbricks/hb-table 0.65.23 → 0.66.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/manifest.json CHANGED
@@ -998,44 +998,7 @@
998
998
  }
999
999
  },
1000
1000
  "styleSetup": {
1001
- "vars": [
1002
- {
1003
- "name": "--bs-primary",
1004
- "valueType": "color",
1005
- "theme": "bootstrap",
1006
- "defaultValue": "#07689f"
1007
- },
1008
- {
1009
- "name": "--bs-secondary",
1010
- "valueType": "color",
1011
- "theme": "bootstrap",
1012
- "defaultValue": "#c9d6df"
1013
- },
1014
- {
1015
- "name": "--bs-success",
1016
- "valueType": "color",
1017
- "theme": "bootstrap",
1018
- "defaultValue": "#11d3bc"
1019
- },
1020
- {
1021
- "name": "--bs-info",
1022
- "valueType": "color",
1023
- "theme": "bootstrap",
1024
- "defaultValue": "#a2d5f2"
1025
- },
1026
- {
1027
- "name": "--bs-warning",
1028
- "valueType": "color",
1029
- "theme": "bootstrap",
1030
- "defaultValue": "#ffc107"
1031
- },
1032
- {
1033
- "name": "--bs-danger",
1034
- "valueType": "color",
1035
- "theme": "bootstrap",
1036
- "defaultValue": "#f67280"
1037
- }
1038
- ],
1001
+ "vars": [],
1039
1002
  "parts": [
1040
1003
  {
1041
1004
  "name": "table",
@@ -3492,5 +3455,5 @@
3492
3455
  "size": {},
3493
3456
  "iifePath": "main.iife.js",
3494
3457
  "repoName": "@htmlbricks/hb-table",
3495
- "version": "0.65.23"
3458
+ "version": "0.66.0"
3496
3459
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
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": [