@htmlbricks/hb-table 0.67.1 → 0.68.1
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +10 -6
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1225,7 +1225,8 @@
|
|
|
1225
1225
|
"confirmLabel": "conferma",
|
|
1226
1226
|
"title": "confermi?",
|
|
1227
1227
|
"content": "contenuto dialog1"
|
|
1228
|
-
}
|
|
1228
|
+
},
|
|
1229
|
+
"btnClass": "danger"
|
|
1229
1230
|
}
|
|
1230
1231
|
]
|
|
1231
1232
|
}
|
|
@@ -2013,7 +2014,8 @@
|
|
|
2013
2014
|
"confirmLabel": "conferma",
|
|
2014
2015
|
"title": "confermi?",
|
|
2015
2016
|
"content": "contenuto dialog1"
|
|
2016
|
-
}
|
|
2017
|
+
},
|
|
2018
|
+
"btnClass": "danger"
|
|
2017
2019
|
}
|
|
2018
2020
|
]
|
|
2019
2021
|
}
|
|
@@ -2171,7 +2173,8 @@
|
|
|
2171
2173
|
"confirmLabel": "conferma",
|
|
2172
2174
|
"title": "confermi?",
|
|
2173
2175
|
"content": "contenuto dialog1"
|
|
2174
|
-
}
|
|
2176
|
+
},
|
|
2177
|
+
"btnClass": "danger"
|
|
2175
2178
|
}
|
|
2176
2179
|
],
|
|
2177
2180
|
"selectactions": [
|
|
@@ -2374,7 +2377,8 @@
|
|
|
2374
2377
|
"confirmLabel": "conferma",
|
|
2375
2378
|
"title": "confermi?",
|
|
2376
2379
|
"content": "contenuto dialog1"
|
|
2377
|
-
}
|
|
2380
|
+
},
|
|
2381
|
+
"btnClass": "danger"
|
|
2378
2382
|
}
|
|
2379
2383
|
]
|
|
2380
2384
|
}
|
|
@@ -3506,7 +3510,7 @@
|
|
|
3506
3510
|
}
|
|
3507
3511
|
}
|
|
3508
3512
|
],
|
|
3509
|
-
"iifeIntegrity": "sha384-
|
|
3513
|
+
"iifeIntegrity": "sha384-rpKWzhHIfI+r4kYRJCK0Av3t1aI2rqSQKC5856RGydECGRmdP9z9EeTQZh34sC4o",
|
|
3510
3514
|
"dependencies": [
|
|
3511
3515
|
{
|
|
3512
3516
|
"name": "hb-dialog",
|
|
@@ -3650,5 +3654,5 @@
|
|
|
3650
3654
|
"size": {},
|
|
3651
3655
|
"iifePath": "main.iife.js",
|
|
3652
3656
|
"repoName": "@htmlbricks/hb-table",
|
|
3653
|
-
"version": "0.
|
|
3657
|
+
"version": "0.68.1"
|
|
3654
3658
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-table",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.1",
|
|
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`, `add_item` slot, 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": [
|