@zkwq/business 0.1.44 → 0.1.45
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/dist/index.js +5 -1
- package/dist/index.min.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.min.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6654,7 +6654,7 @@ var dg = function() {
|
|
|
6654
6654
|
disabled: e.pickerDisabled,
|
|
6655
6655
|
size: e.pickerSize,
|
|
6656
6656
|
ripple: e.ripple,
|
|
6657
|
-
"show-label":
|
|
6657
|
+
"show-label": e.showLabel,
|
|
6658
6658
|
name: e.name,
|
|
6659
6659
|
placeholder: e.placeholder,
|
|
6660
6660
|
value: e.displayValue,
|
|
@@ -6932,6 +6932,10 @@ const fg = {
|
|
|
6932
6932
|
validateEvent: {
|
|
6933
6933
|
type: Boolean,
|
|
6934
6934
|
default: !0
|
|
6935
|
+
},
|
|
6936
|
+
showLabel: {
|
|
6937
|
+
type: Boolean,
|
|
6938
|
+
default: !1
|
|
6935
6939
|
}
|
|
6936
6940
|
},
|
|
6937
6941
|
components: { BaseInput: Fe },
|