@htmlbricks/hb-table 0.66.18 → 0.66.20

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
@@ -373,7 +373,7 @@
373
373
  "type": "string"
374
374
  },
375
375
  "is_loading": {
376
- "description": "When true (or web attribute `\"yes\"` / `\"true\"`), tbody shows Bootstrap placeholder rows; count matches `size` (page size), capped at 100. The same value is forwarded to `hb-paginate`.",
376
+ "description": "When true (or web attribute `\"yes\"` / `\"true\"`), tbody shows Bootstrap placeholder rows (count matches `size`, capped at 100) and the pagination area shows a placeholder bar instead of `hb-paginate`.",
377
377
  "type": "boolean"
378
378
  },
379
379
  "page": {
@@ -824,7 +824,7 @@
824
824
  }
825
825
  }
826
826
  },
827
- "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. Set `is_loading` to show Bootstrap placeholder rows while data loads (row count follows `size`, max 100); the same flag is passed to `hb-paginate` for its loading placeholders. i18n via `i18nlang`.",
827
+ "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. Set `is_loading` to show Bootstrap placeholder rows and an inline pagination skeleton (replacing `hb-paginate`) while data loads. i18n via `i18nlang`.",
828
828
  "storybookArgs": {
829
829
  "size": {
830
830
  "control": {
@@ -3446,7 +3446,7 @@
3446
3446
  },
3447
3447
  {
3448
3448
  "name": "BasicTableLoadingPlaceholder",
3449
- "description": "With `is_loading` true, tbody shows placeholder rows; count follows `size` (page size), max 100.",
3449
+ "description": "With `is_loading` true, tbody shows placeholder rows (count follows `size`, max 100) and the pagination slot shows an inline placeholder bar instead of `hb-paginate`.",
3450
3450
  "data": {
3451
3451
  "headers": [
3452
3452
  {
@@ -3475,7 +3475,7 @@
3475
3475
  }
3476
3476
  }
3477
3477
  ],
3478
- "iifeIntegrity": "sha384-MM2Wy9lmtWRw8e/u0UxctUq9X4i72S1lH+UCHK2uP7OSU74JnwaCP0Ar2JQAHM54",
3478
+ "iifeIntegrity": "sha384-11dM12vF1wuh9Y/LovLYVVEvQJL/oU4/+SxjifnmYkjARVMRJ9NdB8nBKjqJrjlt",
3479
3479
  "screenshots": [],
3480
3480
  "licenses": [
3481
3481
  {
@@ -3495,5 +3495,5 @@
3495
3495
  "size": {},
3496
3496
  "iifePath": "main.iife.js",
3497
3497
  "repoName": "@htmlbricks/hb-table",
3498
- "version": "0.66.18"
3498
+ "version": "0.66.20"
3499
3499
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-table",
3
- "version": "0.66.18",
3
+ "version": "0.66.20",
4
4
  "contributors": [],
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. Set `is_loading` to show Bootstrap placeholder rows while data loads (row count follows `size`, max 100); the same flag is passed to `hb-paginate` for its loading placeholders. i18n via `i18nlang`.",
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. Set `is_loading` to show Bootstrap placeholder rows and an inline pagination skeleton (replacing `hb-paginate`) while data loads. i18n via `i18nlang`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",
@@ -40,7 +40,7 @@
40
40
  "type": "string"
41
41
  },
42
42
  "is_loading": {
43
- "description": "When true (or web attribute `\"yes\"` / `\"true\"`), tbody shows Bootstrap placeholder rows; count matches `size` (page size), capped at 100. The same value is forwarded to `hb-paginate`.",
43
+ "description": "When true (or web attribute `\"yes\"` / `\"true\"`), tbody shows Bootstrap placeholder rows (count matches `size`, capped at 100) and the pagination area shows a placeholder bar instead of `hb-paginate`.",
44
44
  "type": "boolean"
45
45
  },
46
46
  "page": {
@@ -87,8 +87,8 @@ export type Component = {
87
87
  /** Current sort direction */
88
88
  sort_direction?: string;
89
89
  /**
90
- * When true (or web attribute `"yes"` / `"true"`), tbody shows Bootstrap placeholder rows;
91
- * count matches `size` (page size), capped at 100. The same value is forwarded to `hb-paginate`.
90
+ * When true (or web attribute `"yes"` / `"true"`), tbody shows Bootstrap placeholder rows
91
+ * (count matches `size`, capped at 100) and the pagination area shows a placeholder bar instead of `hb-paginate`.
92
92
  */
93
93
  is_loading?: boolean;
94
94
  };