@steedos/standard-object-database 2.5.5-beta.1 → 2.5.5

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.
@@ -639,7 +639,7 @@ fields:
639
639
  label: Required
640
640
  # group: Advanced
641
641
  visible_on: "{{['autonumber','summary','formula'].indexOf(formData.type) > -1 ? false: true}}"
642
- sort_no: 390
642
+ sort_no: 272
643
643
  amis:
644
644
  onEvent:
645
645
  change:
@@ -661,7 +661,7 @@ fields:
661
661
  value: clear
662
662
  - label: 不允许删除"作为相关表关系的一部分的相关表记录"。
663
663
  value: retain
664
- sort_no: 395
664
+ sort_no: 276
665
665
  is_wide: true
666
666
  defaultValue: clear
667
667
  amis:
@@ -683,7 +683,7 @@ fields:
683
683
  # type: boolean
684
684
  # label: Omit
685
685
  # group: Advanced
686
- sort_no: 400
686
+ sort_no: 274
687
687
  index:
688
688
  type: boolean
689
689
  label: Is Index Field
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.5-beta.1",
3
+ "version": "2.5.5",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "2d9b97fbe49148c4440eaf3d127e3344f10caede"
18
+ "gitHead": "f1e15b667da1e140e3003bf836d56cd6e36c79e3"
19
19
  }