@cloudbase/weda-ui 3.11.8 → 3.11.11

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.
@@ -1303,7 +1303,7 @@ const data = Type.Object({
1303
1303
  {
1304
1304
  type: 'value:state',
1305
1305
  target: '*(sorter)',
1306
- condition: '{{$self.value}}',
1306
+ condition: '{{$self.value&&$form.values?.datasource?.name}}',
1307
1307
  state: {
1308
1308
  display: true,
1309
1309
  },
@@ -54,7 +54,7 @@ const data = Type.Partial(Type.Object({
54
54
  {
55
55
  type: 'value:visible',
56
56
  target: '*(range,ignoreCase,staticSearchable)',
57
- condition: "{{!($self.value=='many-many'||$self.value=='one-many')}}",
57
+ condition: "{{!($self.value=='many-many'||$self.value=='one-many'||$self.value=='x-enum')}}",
58
58
  },
59
59
  {
60
60
  type: 'value:visible',