@choiceform/os-client-core 3.6.8 → 3.6.11

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
@@ -13840,6 +13840,10 @@ interface CFPDLogicOptionBase {
13840
13840
  * 限制开始值
13841
13841
  */
13842
13842
  markStart: string | number;
13843
+ /**
13844
+ * 比较时是否无视大小写
13845
+ */
13846
+ ignoreCase: boolean;
13843
13847
  /**
13844
13848
  * 关联的内嵌变量
13845
13849
  */
@@ -15175,7 +15179,7 @@ interface CFPDRawVarIdentity {
15175
15179
  * 如果是`ALL`,则是所有次循环
15176
15180
  * 如果是某个循环选项的8位短id,则是该循环选项的这次循环
15177
15181
  */
15178
- loopRoundId?: 'ALL' | string;
15182
+ loopRoundId?: "ALL" | string;
15179
15183
  /**
15180
15184
  * 同上,但针对内层循环
15181
15185
  */
@@ -15183,17 +15187,14 @@ interface CFPDRawVarIdentity {
15183
15187
  /**
15184
15188
  * 同上,但针对内层循环
15185
15189
  */
15186
- innerLoopRoundId?: 'ALL' | string;
15190
+ innerLoopRoundId?: "ALL" | string;
15187
15191
  }
15188
15192
 
15189
-
15190
-
15191
-
15192
15193
  interface CFPDRawVarLimit {
15193
15194
  /**
15194
15195
  * 过滤方式类型
15195
15196
  */
15196
- limitType: number;
15197
+ limitType: LOGIC_OPR;
15197
15198
  /**
15198
15199
  * 过滤参考开始值
15199
15200
  */
@@ -15210,6 +15211,10 @@ interface CFPDRawVarLimit {
15210
15211
  * 随机抽取数量
15211
15212
  */
15212
15213
  limitRnd: string;
15214
+ /**
15215
+ * 比较时是否无视大小写
15216
+ */
15217
+ ignoreCase: boolean;
15213
15218
  }
15214
15219
 
15215
15220
  /**
@@ -15252,6 +15257,7 @@ interface CFPDRawVarDetail {
15252
15257
  config: CFPDRawVarConfig;
15253
15258
  }
15254
15259
 
15260
+
15255
15261
  // -------------- node_modules/@choiceform/os-cfpd/types/variable/style-group.d.ts ---------------
15256
15262
 
15257
15263
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.8",
3
+ "version": "3.6.11",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",
@@ -48,8 +48,9 @@
48
48
  "@typescript-eslint/eslint-plugin": "^4.31.0",
49
49
  "@typescript-eslint/parser": "^4.31.0",
50
50
  "babel-loader": "^8.1.0",
51
- "cf-auto": "^1.100.0",
51
+ "cf-auto": "2.0.0",
52
52
  "chokidar": "^3.0.2",
53
+ "chromedriver": "^104.0.0",
53
54
  "clean-webpack-plugin": "^3.0.0",
54
55
  "copy-webpack-plugin": "^6.0.3",
55
56
  "core-js": "^3.2.1",
@@ -69,7 +70,7 @@
69
70
  "ua-parser-js": "^0.7.20"
70
71
  },
71
72
  "dependencies": {
72
- "@choiceform/os-cfpd": "^3.2.1",
73
+ "@choiceform/os-cfpd": "^3.2.2",
73
74
  "ts-loader": "^9.2.5",
74
75
  "typescript": "^4.4.2",
75
76
  "webpack": "^5.52.0",