zhytech-ui 1.1.33 → 1.1.34

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 CHANGED
@@ -70,7 +70,7 @@ setTheme("dark");
70
70
 
71
71
  > #### 版本更新清单:
72
72
 
73
- **V 1.1.32**
73
+ **V 1.1.34**
74
74
  ```html
75
75
  1.zhy-dynamic-renderer新增是否显示答题卡开关属性
76
76
  ```
@@ -315,6 +315,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
315
315
  };
316
316
  realTimeDisplayAnswerMode: {
317
317
  type: BooleanConstructor;
318
+ /**
319
+ * @description: 清空组件
320
+ */
318
321
  default: boolean;
319
322
  };
320
323
  everyItemDisplayAnalysisSwitch: {
@@ -413,6 +416,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
413
416
  };
414
417
  realTimeDisplayAnswerMode: {
415
418
  type: BooleanConstructor;
419
+ /**
420
+ * @description: 清空组件
421
+ */
416
422
  default: boolean;
417
423
  };
418
424
  everyItemDisplayAnalysisSwitch: {