@choiceform/os-client-core 3.5.1-ssr-beta3 → 3.5.1-ssr-beta4

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/index.d.ts CHANGED
@@ -217,9 +217,8 @@ interface CFEnvUi {
217
217
  * 只有实现了动态模板机制的答题端需要配置这个方法
218
218
  * 如果不配置则什么都不做
219
219
  * @param template 模板名称
220
- * @param state 答题状态
221
220
  */
222
- initNodeTemplate?(template: CFNodeTemplate, state: CFSurveyState): Promise<CFNodeTemplate>;
221
+ loadNodeComponent?(template: CFNodeTemplate): Promise<CFUiComponent>;
223
222
  /**
224
223
  * 预加载当前问卷所有使用到的额UI动态插件的方法
225
224
  * 只有实现了动态模板机制的答题端需要配置这个方法
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.5.1-ssr-beta3",
3
+ "version": "3.5.1-ssr-beta4",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",