@nocobase/plugin-workflow-test 1.6.0-beta.15 → 1.6.0-beta.17

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.
@@ -558,7 +558,7 @@ class AggregateNode {
558
558
  this.linkedDataTableDataRadio = page.getByLabel("Data of associated collection");
559
559
  this.collectionDropDown = page.getByLabel("block-item-DataSourceCollectionCascader-workflows-Data of collection").locator(".ant-select-selection-search-input");
560
560
  this.aggregatedFieldDropDown = page.getByLabel("block-item-FieldsSelect-workflows-Field to aggregate").locator(".ant-select-selection-search-input");
561
- this.distinctCheckBox = page.getByLabel("block-item-Checkbox-workflows-Distinct").locator('input.ant-checkbox-input[type="checkbox"]');
561
+ this.distinctCheckBox = page.getByLabel("block-item-Checkbox-workflows").locator('input.ant-checkbox-input[type="checkbox"]');
562
562
  this.submitButton = page.getByLabel("action-Action-Submit-workflows");
563
563
  this.cancelButton = page.getByLabel("action-Action-Cancel-workflows");
564
564
  this.addNodeButton = page.getByLabel(`add-button-aggregate-${nodeName}`, { exact: true });
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.6.0-beta.15",
12
- "@nocobase/utils": "1.6.0-beta.15",
11
+ "@nocobase/client": "1.6.0-beta.17",
12
+ "@nocobase/utils": "1.6.0-beta.17",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.6.0-beta.15",
15
- "@nocobase/server": "1.6.0-beta.15",
16
- "@nocobase/data-source-manager": "1.6.0-beta.15",
17
- "@nocobase/database": "1.6.0-beta.15"
14
+ "@nocobase/test": "1.6.0-beta.17",
15
+ "@nocobase/server": "1.6.0-beta.17",
16
+ "@nocobase/data-source-manager": "1.6.0-beta.17",
17
+ "@nocobase/database": "1.6.0-beta.17"
18
18
  };
@@ -65,6 +65,11 @@ var posts_default = {
65
65
  name: "read",
66
66
  defaultValue: 0
67
67
  },
68
+ {
69
+ type: "double",
70
+ name: "score",
71
+ defaultValue: 0
72
+ },
68
73
  {
69
74
  type: "date",
70
75
  name: "createdAt"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
4
  "displayName.zh-CN": "工作流:测试工具包",
5
- "version": "1.6.0-beta.15",
5
+ "version": "1.6.0-beta.17",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "dist/server/index.js",
8
8
  "types": "./dist/server/index.d.ts",
@@ -11,5 +11,5 @@
11
11
  "@nocobase/server": "1.x",
12
12
  "@nocobase/test": "1.x"
13
13
  },
14
- "gitHead": "5fde4d665f0280af0c5475cfd8cb6b21dcbe2b9b"
14
+ "gitHead": "f431f7c589bcefd6dcda19a0119a85b0aa192b05"
15
15
  }