@choiceform/os-client-core 3.4.36 → 3.4.37

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
@@ -6714,6 +6714,11 @@ interface ICFStartMiniState extends ICFCustomLogo {
6714
6714
  * 自带的多语言翻译包,可以不需要请求大翻译包就实现开始页面的语言切换。
6715
6715
  */
6716
6716
  i18n?: any;
6717
+
6718
+ /**
6719
+ * 预览模式下是否显示快速答题按钮
6720
+ */
6721
+ previewQuickAnswer: boolean;
6717
6722
  /**
6718
6723
  * 是否显示题目编号
6719
6724
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.4.36",
3
+ "version": "3.4.37",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",
@@ -68,7 +68,7 @@
68
68
  "ua-parser-js": "^0.7.20"
69
69
  },
70
70
  "dependencies": {
71
- "@choiceform/os-cfpd": "^3.1.12",
71
+ "@choiceform/os-cfpd": "^3.1.14",
72
72
  "ts-loader": "^9.2.5",
73
73
  "typescript": "^4.4.2",
74
74
  "webpack": "^5.52.0",