zhytech-ui 1.1.34 → 1.1.35
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 +6 -0
- package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +0 -6
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +361 -360
- package/dist/zhytech-ui.umd.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -315,9 +315,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
315
315
|
};
|
|
316
316
|
realTimeDisplayAnswerMode: {
|
|
317
317
|
type: BooleanConstructor;
|
|
318
|
-
/**
|
|
319
|
-
* @description: 清空组件
|
|
320
|
-
*/
|
|
321
318
|
default: boolean;
|
|
322
319
|
};
|
|
323
320
|
everyItemDisplayAnalysisSwitch: {
|
|
@@ -416,9 +413,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
416
413
|
};
|
|
417
414
|
realTimeDisplayAnswerMode: {
|
|
418
415
|
type: BooleanConstructor;
|
|
419
|
-
/**
|
|
420
|
-
* @description: 清空组件
|
|
421
|
-
*/
|
|
422
416
|
default: boolean;
|
|
423
417
|
};
|
|
424
418
|
everyItemDisplayAnalysisSwitch: {
|