@juzhenfe/page-model 3.14.7 → 3.14.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.
@@ -289,7 +289,7 @@ declare global {
289
289
  /**
290
290
  * 过滤的选项
291
291
  */
292
- filters?: {
292
+ filters?: ExtendReflect<{
293
293
  /**
294
294
  * 过滤类型
295
295
  */
@@ -306,7 +306,7 @@ declare global {
306
306
  * 过滤选项
307
307
  */
308
308
  filterOptions?: Array<{ label: string; value: string | number | boolean }>
309
- }
309
+ }>
310
310
 
311
311
  /**
312
312
  * 是否必填
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.14.7",
3
+ "version": "3.14.9",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [