@ganwei-web/gw-base-components-plus 1.0.24 → 1.0.26
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/element-plus-adapter/dist/ElementPlusAdapter.cjs +1 -4
- package/element-plus-adapter/dist/ElementPlusAdapter.cjs.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.css +24 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js +1 -4
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.js +1 -4
- package/element-plus-adapter/dist/ElementPlusAdapter.js.map +1 -1
- package/equip-list-vue2/dist/index.es.js +1173 -415
- package/equip-list-vue2/dist/index.umd.js +6 -1
- package/equip-list-vue3/dist/index.es.js +2964 -609
- package/equip-list-vue3/dist/index.umd.js +6 -1
- package/equipProcessing/dist/index.es.js +49 -13
- package/equipProcessing/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -118,10 +118,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
118
118
|
emits("change", val);
|
|
119
119
|
}
|
|
120
120
|
function inputHandler(val) {
|
|
121
|
-
|
|
122
|
-
changeHandler("");
|
|
123
|
-
}
|
|
124
|
-
model.value = val.trim();
|
|
121
|
+
model.value = val.trimStart();
|
|
125
122
|
}
|
|
126
123
|
return (_ctx, _cache) => {
|
|
127
124
|
return openBlock(), createBlock(unref(ElInput), mergeProps({
|