@newview/ui 1.1.97 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/ui",
3
- "version": "1.1.97",
3
+ "version": "1.1.98",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/newview-ui.umd.cjs",
package/types/Grid.d.ts CHANGED
@@ -318,6 +318,11 @@ export interface GridFilterProp {
318
318
  */
319
319
  multiple?: boolean
320
320
 
321
+ /**
322
+ * 默认筛选值(日期范围用 [start, end])
323
+ */
324
+ data?: any[];
325
+
321
326
  }
322
327
 
323
328
  /**