@nocobase/test 1.4.30 → 1.4.31
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/es/e2e/index.mjs +3 -3
- package/lib/e2e/templatesOfPage.js +3 -3
- package/package.json +3 -3
package/es/e2e/index.mjs
CHANGED
|
@@ -13786,7 +13786,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
13786
13786
|
"x-use-decorator-props": "useFormItemProps",
|
|
13787
13787
|
"x-collection-field": "general.oneToOneBelongsTo",
|
|
13788
13788
|
"x-component-props": {
|
|
13789
|
-
multiple:
|
|
13789
|
+
multiple: true,
|
|
13790
13790
|
fieldNames: {
|
|
13791
13791
|
label: "id",
|
|
13792
13792
|
value: "id"
|
|
@@ -13833,7 +13833,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
13833
13833
|
"x-use-decorator-props": "useFormItemProps",
|
|
13834
13834
|
"x-collection-field": "general.oneToOneHasOne",
|
|
13835
13835
|
"x-component-props": {
|
|
13836
|
-
multiple:
|
|
13836
|
+
multiple: true,
|
|
13837
13837
|
fieldNames: {
|
|
13838
13838
|
label: "id",
|
|
13839
13839
|
value: "id"
|
|
@@ -13927,7 +13927,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
13927
13927
|
"x-use-decorator-props": "useFormItemProps",
|
|
13928
13928
|
"x-collection-field": "general.manyToOne",
|
|
13929
13929
|
"x-component-props": {
|
|
13930
|
-
multiple:
|
|
13930
|
+
multiple: true,
|
|
13931
13931
|
fieldNames: {
|
|
13932
13932
|
label: "id",
|
|
13933
13933
|
value: "id"
|
|
@@ -12313,7 +12313,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
12313
12313
|
"x-use-decorator-props": "useFormItemProps",
|
|
12314
12314
|
"x-collection-field": "general.oneToOneBelongsTo",
|
|
12315
12315
|
"x-component-props": {
|
|
12316
|
-
multiple:
|
|
12316
|
+
multiple: true,
|
|
12317
12317
|
fieldNames: {
|
|
12318
12318
|
label: "id",
|
|
12319
12319
|
value: "id"
|
|
@@ -12360,7 +12360,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
12360
12360
|
"x-use-decorator-props": "useFormItemProps",
|
|
12361
12361
|
"x-collection-field": "general.oneToOneHasOne",
|
|
12362
12362
|
"x-component-props": {
|
|
12363
|
-
multiple:
|
|
12363
|
+
multiple: true,
|
|
12364
12364
|
fieldNames: {
|
|
12365
12365
|
label: "id",
|
|
12366
12366
|
value: "id"
|
|
@@ -12454,7 +12454,7 @@ const oneFilterFormBlockWithAllAssociationFieldsV1333Beta = {
|
|
|
12454
12454
|
"x-use-decorator-props": "useFormItemProps",
|
|
12455
12455
|
"x-collection-field": "general.manyToOne",
|
|
12456
12456
|
"x-component-props": {
|
|
12457
|
-
multiple:
|
|
12457
|
+
multiple: true,
|
|
12458
12458
|
fieldNames: {
|
|
12459
12459
|
label: "id",
|
|
12460
12460
|
value: "id"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/test",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.31",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "./src/index.ts",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@faker-js/faker": "8.1.0",
|
|
54
|
-
"@nocobase/server": "1.4.
|
|
54
|
+
"@nocobase/server": "1.4.31",
|
|
55
55
|
"@playwright/test": "^1.45.3",
|
|
56
56
|
"@testing-library/jest-dom": "^6.4.2",
|
|
57
57
|
"@testing-library/react": "^14.0.0",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"vitest-dom": "^0.1.1",
|
|
77
77
|
"ws": "^8.13.0"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "931861310dfd8ab019906f8a3a73576922145e63"
|
|
80
80
|
}
|