@htmlbricks/hb-table 0.65.22 → 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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -41
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
}
|
|
821
821
|
}
|
|
822
822
|
},
|
|
823
|
-
"description": "",
|
|
823
|
+
"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`.",
|
|
824
824
|
"storybookArgs": {
|
|
825
825
|
"size": {
|
|
826
826
|
"control": {
|
|
@@ -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",
|
|
@@ -3484,12 +3447,13 @@
|
|
|
3484
3447
|
],
|
|
3485
3448
|
"readmePath": "README.md",
|
|
3486
3449
|
"name": "hb-table",
|
|
3487
|
-
"category": "
|
|
3450
|
+
"category": "data",
|
|
3488
3451
|
"tags": [
|
|
3452
|
+
"data",
|
|
3489
3453
|
"table"
|
|
3490
3454
|
],
|
|
3491
3455
|
"size": {},
|
|
3492
3456
|
"iifePath": "main.iife.js",
|
|
3493
3457
|
"repoName": "@htmlbricks/hb-table",
|
|
3494
|
-
"version": "0.
|
|
3458
|
+
"version": "0.66.0"
|
|
3495
3459
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|