@juzhenfe/page-model 3.18.96 → 3.18.98

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.
@@ -365,6 +365,13 @@ declare global {
365
365
  label: string
366
366
  value: string | number | boolean
367
367
  }>
368
+ /**
369
+ * 获取过滤选项
370
+ */
371
+ getFilterOptions?: (this: CTX) => Promise<{
372
+ label: string
373
+ value: string | number | boolean
374
+ }[]>
368
375
  }>
369
376
 
370
377
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzhenfe/page-model",
3
- "version": "3.18.96",
3
+ "version": "3.18.98",
4
4
  "types": "dist/main.d.ts",
5
5
  "main": "dist/index.umd.js",
6
6
  "keywords": [