@choiceform/os-client-core 3.6.26 → 3.6.28
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/changelog.md +13 -1
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/index.d.ts +3 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -4374,7 +4374,7 @@ interface CCUploadResult {
|
|
|
4374
4374
|
/**
|
|
4375
4375
|
* 上传题选项
|
|
4376
4376
|
*/
|
|
4377
|
-
interface CCUploadOption extends CCOption, CCUploadResult {
|
|
4377
|
+
interface CCUploadOption extends CCOption, CCUploadResult, CCMValidateOption {
|
|
4378
4378
|
/**
|
|
4379
4379
|
* 接受类型
|
|
4380
4380
|
*/
|
|
@@ -4384,6 +4384,7 @@ interface CCUploadOption extends CCOption, CCUploadResult {
|
|
|
4384
4384
|
* @ignore
|
|
4385
4385
|
*/
|
|
4386
4386
|
image: CCNodeImage;
|
|
4387
|
+
origin: CFPDUploadOption;
|
|
4387
4388
|
}
|
|
4388
4389
|
|
|
4389
4390
|
|
|
@@ -11744,7 +11745,7 @@ interface CFPDOptPreset {
|
|
|
11744
11745
|
/**
|
|
11745
11746
|
* 受访者上传题选项
|
|
11746
11747
|
*/
|
|
11747
|
-
interface CFPDUploadOption extends CFPDOption {
|
|
11748
|
+
interface CFPDUploadOption extends CFPDOption, CFPDMValidateOption {
|
|
11748
11749
|
/**
|
|
11749
11750
|
* 文件格式限制
|
|
11750
11751
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@choiceform/os-client-core",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.28",
|
|
4
4
|
"description": "choiceform survey client core",
|
|
5
5
|
"main": "./dist/core.js",
|
|
6
6
|
"repository": "https://github.com/choice-form/os-client-core",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"ua-parser-js": "^0.7.20"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@choiceform/os-cfpd": "^3.2.
|
|
73
|
+
"@choiceform/os-cfpd": "^3.2.5",
|
|
74
74
|
"ts-loader": "^9.2.5",
|
|
75
75
|
"typescript": "^4.4.2",
|
|
76
76
|
"webpack": "^5.52.0",
|