@yilianjituan/yilian_dgerm 1.0.7-alpha.2 → 1.0.7-alpha.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.0.7-alpha.3](http://git.yljt.cn/web-module/yl_dgerm/compare/v1.0.6...v1.0.7-alpha.3) (2025-10-15)
2
+
3
+ ### Bug Fixes
4
+
5
+ - 修改版本号 ([1df3e91](http://git.yljt.cn/web-module/yl_dgerm/commits/1df3e913400d9be84684e6b2eaafed981b986454))
6
+ - 修改 pageTemplate 分页问题 ([09b6fa0](http://git.yljt.cn/web-module/yl_dgerm/commits/09b6fa09e2f0c5e9dca124bbcff561a8b24d4575))
7
+ - modal 优化 ([c12924c](http://git.yljt.cn/web-module/yl_dgerm/commits/c12924c683305be02fe5d32ac3a16a8bc5c7f157))
8
+
9
+ ### Features
10
+
11
+ - pageTemplate 增加保留参数的功能 ([c551c56](http://git.yljt.cn/web-module/yl_dgerm/commits/c551c56e4c89dde6bee54188e49290f5f58bce0d))
12
+
1
13
  ## [1.0.6](https://git.yljt.cn:522/web-module/yl_dgerm/compare/v1.0.4...v1.0.6) (2025-09-18)
2
14
 
3
15
  ### Bug Fixes
@@ -457,7 +457,9 @@ var PageTemplate = function PageTemplate(props, ref) {
457
457
  return "\u5171\u8BA1 ".concat(val, " \u6761");
458
458
  },
459
459
  pageSize: pageSizeRef.current,
460
- onChange: _onSearch,
460
+ onChange: function onChange(pageNo) {
461
+ return _onSearch(pageNo);
462
+ },
461
463
  current: current,
462
464
  total: total,
463
465
  pageSizeOptions: ['20', '50', '200', '1000'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yilianjituan/yilian_dgerm",
3
- "version": "1.0.7-alpha.2",
3
+ "version": "1.0.7-alpha.3",
4
4
  "description": "A react library developed with dumi",
5
5
  "keywords": [
6
6
  "React",