@steedos/schemas 2.6.7-beta.15 → 2.6.7-beta.16

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/field/schema.json CHANGED
@@ -447,9 +447,9 @@
447
447
  "type": "boolean",
448
448
  "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
449
449
  },
450
- "disable_thousands": {
450
+ "enable_thousands": {
451
451
  "type": "boolean",
452
- "description": "不显示千分符"
452
+ "description": "显示千分符"
453
453
  }
454
454
  }
455
455
  }
@@ -782,9 +782,9 @@
782
782
  "type": "boolean",
783
783
  "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
784
784
  },
785
- "disable_thousands": {
785
+ "enable_thousands": {
786
786
  "type": "boolean",
787
- "description": "不显示千分符"
787
+ "description": "显示千分符"
788
788
  }
789
789
  }
790
790
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.6.7-beta.15",
3
+ "version": "2.6.7-beta.16",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "95b4e4191a00b65589ef3c56d645778e50fcdd59"
12
+ "gitHead": "98dd35e5fc1b9a697e15dc9285c4d4069c15efad"
13
13
  }