@steedos/standard-object-database 2.5.3-beta.5 → 2.5.3-beta.7

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.
@@ -216,7 +216,7 @@ fields:
216
216
  return ['_id', '=', 'no']
217
217
  }
218
218
  }
219
- sort_no: 450
219
+ sort_no: 445
220
220
  reference_to_field:
221
221
  type: lookup
222
222
  group: Advanced
@@ -615,13 +615,13 @@ fields:
615
615
  required:
616
616
  type: boolean
617
617
  label: Required
618
- group: Advanced
618
+ # group: Advanced
619
619
  visible_on: "{{['autonumber','summary','formula'].indexOf(formData.type) > -1 ? false: true}}"
620
620
  sort_no: 390
621
621
  is_wide:
622
622
  type: boolean
623
623
  label: Is Wide
624
- group: Advanced
624
+ # group: Advanced
625
625
  # readonly:
626
626
  # type: boolean
627
627
  # label: Readonly
@@ -657,7 +657,7 @@ fields:
657
657
  show_as_qr:
658
658
  type: boolean
659
659
  label: Show_as_qr
660
- group: Advanced
660
+ # group: Advanced
661
661
  visible_on: "{{formData.type === 'url' ? true: false}}"
662
662
  sort_no: 440
663
663
  visible_on:
@@ -670,13 +670,13 @@ fields:
670
670
  label: Prompt text
671
671
  type: textarea
672
672
  is_wide: true
673
- group: Advanced
673
+ # group: Advanced
674
674
  sort_no: 460
675
675
  description:
676
676
  label: Description
677
677
  type: textarea
678
678
  is_wide: true
679
- group: Advanced
679
+ # group: Advanced
680
680
  sort_no: 470
681
681
  amis:
682
682
  label: Amis 属性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.3-beta.5",
3
+ "version": "2.5.3-beta.7",
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": "c6817f6816ad44017068d161cf69605e18ff5270"
18
+ "gitHead": "9d378a70c079087686ef26c717f3785303350b95"
19
19
  }