@tachybase/client 0.23.8-alpha.19 → 0.23.8-alpha.20

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.
Files changed (2) hide show
  1. package/lib/index.mjs +6 -8
  2. package/package.json +4 -4
package/lib/index.mjs CHANGED
@@ -11031,7 +11031,7 @@ var route_switch = __webpack_require__("./packages/client/src/route-switch/index
11031
11031
  var schema_component = __webpack_require__("./packages/client/src/schema-component/index.tsx");
11032
11032
  // EXTERNAL MODULE: ./packages/client/src/schema-component/antd/error-fallback/index.ts + 1 modules
11033
11033
  var error_fallback = __webpack_require__("./packages/client/src/schema-component/antd/error-fallback/index.ts");
11034
- // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 85 modules
11034
+ // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 84 modules
11035
11035
  var schema_initializer = __webpack_require__("./packages/client/src/schema-initializer/index.ts");
11036
11036
  // EXTERNAL MODULE: ./packages/client/src/schema-settings/index.ts + 49 modules
11037
11037
  var schema_settings = __webpack_require__("./packages/client/src/schema-settings/index.ts");
@@ -76114,10 +76114,8 @@ const AssociationFilterItemDesigner = (props)=>{
76114
76114
  });
76115
76115
  };
76116
76116
 
76117
- ;// CONCATENATED MODULE: ./packages/client/src/schema-component/antd/association-filter/AssociationFilterProvider.tsx
76118
- // TODO: 因他们之间功能相同,所以先直接复用,后续有需要再拆分
76119
-
76120
-
76117
+ // EXTERNAL MODULE: ./packages/client/src/block-provider/TableBlockProvider.tsx
76118
+ var TableBlockProvider = __webpack_require__("./packages/client/src/block-provider/TableBlockProvider.tsx");
76121
76119
  ;// CONCATENATED MODULE: ./packages/client/src/schema-component/antd/association-filter/AssociationFilter.tsx
76122
76120
 
76123
76121
 
@@ -76202,7 +76200,7 @@ const AssociationFilter = (props)=>{
76202
76200
  })
76203
76201
  });
76204
76202
  };
76205
- AssociationFilter.Provider = block_provider/* TableBlockProvider */._0;
76203
+ AssociationFilter.Provider = TableBlockProvider/* TableBlockProvider */._0;
76206
76204
  AssociationFilter.Item = AssociationFilterItem;
76207
76205
  AssociationFilter.Item.Designer = AssociationFilterItemDesigner;
76208
76206
  AssociationFilter.BlockDesigner = AssociationFilterBlockDesigner;
@@ -89932,7 +89930,7 @@ const SchemaSettingCollection = ()=>{
89932
89930
  }, "component-field");
89933
89931
  };
89934
89932
 
89935
- // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 85 modules
89933
+ // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 84 modules
89936
89934
  var schema_initializer = __webpack_require__("./packages/client/src/schema-initializer/index.ts");
89937
89935
  ;// CONCATENATED MODULE: ./packages/client/src/schema-settings/SchemaSettingComponent.tsx
89938
89936
 
@@ -98642,7 +98640,7 @@ var record_provider = __webpack_require__("./packages/client/src/record-provider
98642
98640
  var route_switch = __webpack_require__("./packages/client/src/route-switch/index.tsx");
98643
98641
  // EXTERNAL MODULE: ./packages/client/src/schema-component/index.tsx + 190 modules
98644
98642
  var schema_component = __webpack_require__("./packages/client/src/schema-component/index.tsx");
98645
- // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 85 modules
98643
+ // EXTERNAL MODULE: ./packages/client/src/schema-initializer/index.ts + 84 modules
98646
98644
  var schema_initializer = __webpack_require__("./packages/client/src/schema-initializer/index.ts");
98647
98645
  // EXTERNAL MODULE: ./packages/client/src/schema-items/index.ts + 2 modules
98648
98646
  var schema_items = __webpack_require__("./packages/client/src/schema-items/index.ts");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/client",
3
- "version": "0.23.8-alpha.19",
3
+ "version": "0.23.8-alpha.20",
4
4
  "license": "Apache-2.0",
5
5
  "module": "lib/index.mjs",
6
6
  "types": "es/index.d.ts",
@@ -66,12 +66,12 @@
66
66
  "react-zoom-pan-pinch": "^3.6.1",
67
67
  "sanitize-html": "2.14.0",
68
68
  "use-deep-compare-effect": "^1.8.1",
69
- "@tachybase/schema": "0.23.8",
70
69
  "@tachybase/evaluators": "0.23.8",
71
70
  "@tachybase/requirejs": "0.23.8",
72
71
  "@tachybase/components": "0.23.8",
73
- "@tachybase/sdk": "0.23.8",
74
- "@tachybase/utils": "0.23.8"
72
+ "@tachybase/schema": "0.23.8",
73
+ "@tachybase/utils": "0.23.8",
74
+ "@tachybase/sdk": "0.23.8"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@testing-library/react": "^14.3.1",