@newview/ui 1.1.98 → 1.1.99

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