vue3-element-dict 3.0.0 → 3.0.1

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
@@ -377,6 +377,10 @@ getGlobalConfigApi().then(data => {
377
377
 
378
378
  ## 更新日志
379
379
 
380
+ ### 3.0.1
381
+
382
+ 1. 【修复】修复动态表单组件隐藏的表单变成显示后会校验错误的问题
383
+
380
384
  ### 3.0.0
381
385
 
382
386
  1. 【新增】新增`ElInputDict`、`ElDynamicComponentsDict`、`ElDescriptionsDict`、`ElButtonsDict`组件
package/lib/style.css CHANGED
@@ -1 +1 @@
1
- .el-buttons-dict[data-v-bcf5096d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%}.dict-dynamic-components.container-class[data-v-d2e801a0]{width:100%;box-sizing:border-box;display:flex;align-items:flex-start;flex-wrap:wrap;container-type:inline-size;container-name:dynamic-components}@container dynamic-components (min-width: 768px){.dict-dynamic-components[data-v-d2e801a0]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:50%!important}}@container dynamic-components (min-width: 1024px){.dict-dynamic-components[data-v-d2e801a0]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:33.33333%!important}}@container dynamic-components (min-width: 1400px){.dict-dynamic-components[data-v-d2e801a0]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:25%!important}}.dict-dynamic-components[data-v-d2e801a0]>.comp-item{width:100%!important}.dict-dynamic-components[data-v-d2e801a0]>.comp-item.full{width:100%!important}.dict-dynamic-components[data-v-d2e801a0]>.comp-item.half{width:50%!important}.dict-dynamic-components[data-v-d2e801a0]>.comp-item.three{width:33.33333%!important}.dict-dynamic-components[data-v-d2e801a0]>.comp-item.four{width:25%!important}
1
+ .el-buttons-dict[data-v-bcf5096d]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%}.dict-dynamic-components.container-class[data-v-ccd77baf]{width:100%;box-sizing:border-box;display:flex;align-items:flex-start;flex-wrap:wrap;container-type:inline-size;container-name:dynamic-components}@container dynamic-components (min-width: 768px){.dict-dynamic-components[data-v-ccd77baf]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:50%!important}}@container dynamic-components (min-width: 1024px){.dict-dynamic-components[data-v-ccd77baf]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:33.33333%!important}}@container dynamic-components (min-width: 1400px){.dict-dynamic-components[data-v-ccd77baf]>.comp-item.form:not(.full):not(.half):not(.three):not(.four){width:25%!important}}.dict-dynamic-components[data-v-ccd77baf]>.comp-item{width:100%!important}.dict-dynamic-components[data-v-ccd77baf]>.comp-item.full{width:100%!important}.dict-dynamic-components[data-v-ccd77baf]>.comp-item.half{width:50%!important}.dict-dynamic-components[data-v-ccd77baf]>.comp-item.three{width:33.33333%!important}.dict-dynamic-components[data-v-ccd77baf]>.comp-item.four{width:25%!important}