dydx-naive-ui-for-vue 0.1.92 → 0.1.93

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/web-types.json +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dydx-naive-ui-for-vue",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "web-types": "./web-types.json",
5
5
  "type": "module",
6
6
  "main": "./dist/dydx-naive-ui-for-vue.umd.cjs",
package/web-types.json CHANGED
@@ -364,6 +364,18 @@
364
364
  "type": "boolean",
365
365
  "description": "(透传 NDataTable) 是否让表格主区域高度自动适应容器"
366
366
  },
367
+ {
368
+ "name": "auto-scroll-x",
369
+ "type": "boolean",
370
+ "default": "false",
371
+ "description": "是否开启自动横向滚动,开启后会自动计算 scroll-x"
372
+ },
373
+ {
374
+ "name": "default-column-width",
375
+ "type": "number",
376
+ "default": "200",
377
+ "description": "列默认宽度,当列没有设置 width 时使用"
378
+ },
367
379
  {
368
380
  "name": "scroll-x",
369
381
  "type": "number | string",