@choiceform/os-client-core 3.4.36 → 3.4.40

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,15 @@ interface ICFStartMiniState extends ICFCustomLogo {
6714
6714
  * 自带的多语言翻译包,可以不需要请求大翻译包就实现开始页面的语言切换。
6715
6715
  */
6716
6716
  i18n?: any;
6717
+
6718
+ /**
6719
+ * 预览模式下是否显示快速答题按钮
6720
+ */
6721
+ previewQuickAnswer: boolean;
6722
+ /**
6723
+ * 是否初始页显示语言选择框
6724
+ */
6725
+ showInitLangSelect?: boolean;
6717
6726
  /**
6718
6727
  * 是否显示题目编号
6719
6728
  */
@@ -6785,6 +6794,10 @@ interface CFStartState extends ICFTranMiniState, ICFMiniState, CFStateBase, ICFC
6785
6794
  * @ignore
6786
6795
  */
6787
6796
  langResume?: boolean;
6797
+ /**
6798
+ * 是否初始页显示语言选择框
6799
+ */
6800
+ showInitLangSelect?: boolean;
6788
6801
  /**
6789
6802
  * 图片
6790
6803
  */
@@ -12380,7 +12393,15 @@ interface CFPDSlideRateNode extends CFPDSubjectNode, CFPDMFillableNode {
12380
12393
  // -------------- node_modules/@choiceform/os-cfpd/types/node/start.d.ts ---------------
12381
12394
 
12382
12395
 
12383
-
12396
+ /**
12397
+ * url参数设置
12398
+ */
12399
+ interface CFPDUrlParamItem {
12400
+ /**
12401
+ * 参数名
12402
+ */
12403
+ name: string;
12404
+ }
12384
12405
 
12385
12406
  /**
12386
12407
  * 开始节点JSON数据结构
@@ -12392,6 +12413,13 @@ interface CFPDStartNode
12392
12413
  CFPDMQuesNode,
12393
12414
  CFPDMOutputNode,
12394
12415
  CFPDMLayoutNode {
12416
+
12417
+
12418
+ /**
12419
+ * url参数
12420
+ */
12421
+ urlParams: CFPDUrlParamItem[]
12422
+
12395
12423
  /**
12396
12424
  * 问卷答题页面开始时显示的标题,如果为空,则答题页会显示项目名称。
12397
12425
  */
@@ -12481,6 +12509,14 @@ interface CFPDStartNode
12481
12509
  * 是否允许隐藏在预览模式下显示
12482
12510
  */
12483
12511
  previewShadowNodes: boolean;
12512
+ /**
12513
+ * 预览模式下显示快速答题按钮
12514
+ */
12515
+ previewQuickAnswer: boolean;
12516
+ /**
12517
+ * 是否在初始页显示语言切换
12518
+ */
12519
+ showInitLangSelect: boolean;
12484
12520
  /**
12485
12521
  * 是否显示答题进度条
12486
12522
  */
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.40",
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.15",
72
72
  "ts-loader": "^9.2.5",
73
73
  "typescript": "^4.4.2",
74
74
  "webpack": "^5.52.0",