wui-components-v2 1.1.36 → 1.1.37

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.
@@ -19,6 +19,7 @@ const props = defineProps<{
19
19
  rules?:any
20
20
  zIndex?:number
21
21
  type:'checkbox'|'radio'
22
+ labelWidth?:string
22
23
  }>()
23
24
  const emits=defineEmits(['update:modelValue'])
24
25
 
@@ -73,5 +74,5 @@ export default {
73
74
  </script>
74
75
 
75
76
  <template>
76
- <wd-select-picker :title="props.title" :placeholder="props.placeholder" :disabled="props.disabled" :required="props.required" :rules="props.rules" :zIndex="props.zIndex" :type="$props.type" :modelValue="modelValue" :label="props.label" @confirm="confirm" :columns="comEnums"></wd-select-picker>
77
+ <wd-select-picker :labelWidth="props.labelWidth" :title="props.title" :placeholder="props.placeholder" :disabled="props.disabled" :required="props.required" :rules="props.rules" :zIndex="props.zIndex" :type="$props.type" :modelValue="modelValue" :label="props.label" @confirm="confirm" :columns="comEnums"></wd-select-picker>
77
78
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wui-components-v2",
3
- "version": "1.1.36",
3
+ "version": "1.1.37",
4
4
  "description": "wui 组件库",
5
5
  "author": "wgxshh",
6
6
  "license": "MIT",