@tachybase/client 0.23.8-alpha.23 → 0.23.8-alpha.24

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.
@@ -1,7 +1,7 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE_react__ from "react";
2
2
  import * as __WEBPACK_EXTERNAL_MODULE__block_provider_index_mjs__ from "../../../../block-provider/index.mjs";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE__schema_component_index_mjs__ from "../../../../schema-component/index.mjs";
4
- import * as __WEBPACK_EXTERNAL_MODULE__schema_settings_index_mjs__ from "../../../../schema-settings/index.mjs";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__schema_settings_VariableInput_VariableInput_mjs__ from "../../../../schema-settings/VariableInput/VariableInput.mjs";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__RolesResourcesActions_mjs__ from "../RolesResourcesActions.mjs";
6
6
 
7
7
  ;// CONCATENATED MODULE: external "react"
@@ -10,7 +10,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__RolesResourcesActions_mjs__ from "../Role
10
10
 
11
11
  ;// CONCATENATED MODULE: external "../../../../schema-component/index.mjs"
12
12
 
13
- ;// CONCATENATED MODULE: external "../../../../schema-settings/index.mjs"
13
+ ;// CONCATENATED MODULE: external "../../../../schema-settings/VariableInput/VariableInput.mjs"
14
14
 
15
15
  ;// CONCATENATED MODULE: external "../RolesResourcesActions.mjs"
16
16
 
@@ -168,7 +168,7 @@ const scopesSchema = {
168
168
  };
169
169
  },
170
170
  'x-component-props': {
171
- dynamicComponent: __WEBPACK_EXTERNAL_MODULE__schema_settings_index_mjs__.VariableInput
171
+ dynamicComponent: __WEBPACK_EXTERNAL_MODULE__schema_settings_VariableInput_VariableInput_mjs__.VariableInput
172
172
  }
173
173
  },
174
174
  actions: {
@@ -296,7 +296,7 @@ const scopesSchema = {
296
296
  };
297
297
  },
298
298
  'x-component-props': {
299
- dynamicComponent: __WEBPACK_EXTERNAL_MODULE__schema_settings_index_mjs__.VariableInput
299
+ dynamicComponent: __WEBPACK_EXTERNAL_MODULE__schema_settings_VariableInput_VariableInput_mjs__.VariableInput
300
300
  }
301
301
  },
302
302
  actions: {
@@ -123,7 +123,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__hooks_useVariableOptions_mjs__ from "./ho
123
123
  if (!(0,__WEBPACK_EXTERNAL_MODULE__variables_utils_isVariable_mjs__.isVariable)(value) || !variables || !collectionField) {
124
124
  return true;
125
125
  }
126
- // `json` 可以选择任意类型的变量,详见:https://tachybase.feishu.cn/docx/EmNEdEBOnoQohUx2UmBcqIQ5nyh#FPLfdSRDEoXR65xW0mBcdfL5n0c
126
+ // `json` 可以选择任意类型的变量
127
127
  if (collectionField.interface === 'json') {
128
128
  return true;
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/client",
3
- "version": "0.23.8-alpha.23",
3
+ "version": "0.23.8-alpha.24",
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/components": "0.23.8",
69
70
  "@tachybase/evaluators": "0.23.8",
70
71
  "@tachybase/requirejs": "0.23.8",
71
- "@tachybase/utils": "0.23.8",
72
72
  "@tachybase/schema": "0.23.8",
73
- "@tachybase/sdk": "0.23.8",
74
- "@tachybase/components": "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",