zhytech-ui 1.1.31 → 1.1.32
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/README.md +5 -0
- package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +12 -10
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +2300 -2300
- package/dist/zhytech-ui.umd.js +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,11 @@ setTheme("dark");
|
|
|
70
70
|
|
|
71
71
|
> #### 版本更新清单:
|
|
72
72
|
|
|
73
|
+
**V 1.1.32**
|
|
74
|
+
```html
|
|
75
|
+
1.修复zhy-dynamic-renderer组件渲染试卷时realTimeDisplayAnswerMode、everyItemDisplayAnalysisSwitch两个参数没有双向同步
|
|
76
|
+
```
|
|
77
|
+
|
|
73
78
|
**V 1.1.31**
|
|
74
79
|
```html
|
|
75
80
|
1.调整zhy-dynamic-designer新增realTimeDisplayAnswerMode(考核模式是否实时显示答案)、everyItemDisplayAnalysisSwitch(考核模式是否每道题都显示显示答案的开关)、showCorrectOrNot(考核模式 答题卡是否显示正确答案)参数
|
|
@@ -293,17 +293,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
293
293
|
type: StringConstructor;
|
|
294
294
|
default: string;
|
|
295
295
|
};
|
|
296
|
+
/**
|
|
297
|
+
* @description: 删除组件
|
|
298
|
+
* @param deleteComponent
|
|
299
|
+
* @return
|
|
300
|
+
*/
|
|
296
301
|
watching: {
|
|
297
302
|
type: BooleanConstructor;
|
|
298
303
|
default: boolean;
|
|
299
304
|
};
|
|
300
305
|
disabled: {
|
|
301
306
|
type: BooleanConstructor;
|
|
302
|
-
default: boolean;
|
|
303
|
-
* @description: 删除组件
|
|
304
|
-
* @param deleteComponent
|
|
305
|
-
* @return
|
|
306
|
-
*/
|
|
307
|
+
default: boolean;
|
|
307
308
|
};
|
|
308
309
|
selectMode: {
|
|
309
310
|
type: BooleanConstructor;
|
|
@@ -390,17 +391,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
390
391
|
type: StringConstructor;
|
|
391
392
|
default: string;
|
|
392
393
|
};
|
|
394
|
+
/**
|
|
395
|
+
* @description: 删除组件
|
|
396
|
+
* @param deleteComponent
|
|
397
|
+
* @return
|
|
398
|
+
*/
|
|
393
399
|
watching: {
|
|
394
400
|
type: BooleanConstructor;
|
|
395
401
|
default: boolean;
|
|
396
402
|
};
|
|
397
403
|
disabled: {
|
|
398
404
|
type: BooleanConstructor;
|
|
399
|
-
default: boolean;
|
|
400
|
-
* @description: 删除组件
|
|
401
|
-
* @param deleteComponent
|
|
402
|
-
* @return
|
|
403
|
-
*/
|
|
405
|
+
default: boolean;
|
|
404
406
|
};
|
|
405
407
|
selectMode: {
|
|
406
408
|
type: BooleanConstructor;
|