@htmlbricks/hb-table 0.68.7 → 0.68.9

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
@@ -824,7 +824,7 @@
824
824
  }
825
825
  }
826
826
  },
827
- "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`.",
827
+ "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`.",
828
828
  "storybookArgs": {
829
829
  "size": {
830
830
  "control": {
@@ -1036,7 +1036,7 @@
1036
1036
  "name": "--hb-table-toolbar-settings-margin-inline-start",
1037
1037
  "valueType": "number",
1038
1038
  "defaultValue": "1.25rem",
1039
- "description": "Margin before the multi-select settings (gear) button in `part=\"table-actions\"`. Defaults to `--bulma-block-spacing`."
1039
+ "description": "Margin before the first toolbar control group (Bulma `pagination` + `pagination-link`, same look as `hb-paginate`) in `part=\"table-actions\"`. Defaults to `--bulma-block-spacing`."
1040
1040
  }
1041
1041
  ],
1042
1042
  "parts": [
@@ -1489,7 +1489,8 @@
1489
1489
  "status": "active"
1490
1490
  }
1491
1491
  ],
1492
- "enableselect": "yes"
1492
+ "enableselect": "yes",
1493
+ "add_item": true
1493
1494
  }
1494
1495
  },
1495
1496
  {
@@ -3350,7 +3351,8 @@
3350
3351
  "size": 5,
3351
3352
  "disable_paginate_sort": true,
3352
3353
  "page_size_type": "select",
3353
- "page_size_options": "5,10,25"
3354
+ "page_size_options": "5,10,25",
3355
+ "add_item": true
3354
3356
  }
3355
3357
  },
3356
3358
  {
@@ -3476,7 +3478,8 @@
3476
3478
  "size": 5,
3477
3479
  "sort_strict_direction": true,
3478
3480
  "page_size_type": "select",
3479
- "page_size_options": "5,10,25"
3481
+ "page_size_options": "5,10,25",
3482
+ "add_item": true
3480
3483
  }
3481
3484
  },
3482
3485
  {
@@ -3506,11 +3509,12 @@
3506
3509
  ],
3507
3510
  "rows": [],
3508
3511
  "size": 5,
3509
- "is_loading": true
3512
+ "is_loading": true,
3513
+ "add_item": true
3510
3514
  }
3511
3515
  }
3512
3516
  ],
3513
- "iifeIntegrity": "sha384-D4CN+3Lue9PmKJFLLSllUDY4ryWnaiNE+xz9k3Rx8vRlbHPMVdq5JJta1hcan3bt",
3517
+ "iifeIntegrity": "sha384-EJR/UpRv4ZLT+OG97PtHwu99NEUGt4Qe1oPWZCyJk7+WnWnMguFKLrd7yqvjtVR/",
3514
3518
  "dependencies": [
3515
3519
  {
3516
3520
  "name": "hb-dialog",
@@ -3654,5 +3658,5 @@
3654
3658
  "size": {},
3655
3659
  "iifePath": "main.iife.js",
3656
3660
  "repoName": "@htmlbricks/hb-table",
3657
- "version": "0.68.7"
3661
+ "version": "0.68.9"
3658
3662
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.68.7",
3
+ "version": "0.68.9",
4
4
  "contributors": [],
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`.",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",