@quadrel-enterprise-ui/framework 20.28.1 → 20.29.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/index.d.ts CHANGED
@@ -2092,10 +2092,10 @@ interface QdTableRefreshConfig {
2092
2092
  */
2093
2093
  isEnabled?: boolean;
2094
2094
  /**
2095
- * @description Specifies the page to load when refreshing the table.
2096
- * - A specific page number (e.g., `2`) can be provided.
2095
+ * @description Specifies which page to load when the table refreshes.
2097
2096
  *
2098
- * @default 0
2097
+ * - A specific page number (e.g., `0` for the first page) jumps to that page.
2098
+ * - When omitted, the refresh keeps the current page.
2099
2099
  */
2100
2100
  page?: number;
2101
2101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/framework",
3
- "version": "20.28.1",
3
+ "version": "20.29.0",
4
4
  "exports": {
5
5
  "./jest-preset": "./jest-preset.js",
6
6
  "./package.json": {