@vipl520/dk-ui 1.0.75 → 1.0.76
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 +0 -3
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.min.mjs +1 -1
- package/dist/index.min.mjs.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/web-types.json +1 -1
- package/es/style-custom-input/src/style-custom-input.vue2.mjs +0 -1
- package/es/style-custom-input/src/style-custom-input.vue2.mjs.map +1 -1
- package/es/style-input/src/style-input.vue2.mjs +0 -2
- package/es/style-input/src/style-input.vue2.mjs.map +1 -1
- package/lib/style-custom-input/src/style-custom-input.vue2.js +0 -1
- package/lib/style-custom-input/src/style-custom-input.vue2.js.map +1 -1
- package/lib/style-input/src/style-input.vue2.js +0 -2
- package/lib/style-input/src/style-input.vue2.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -5932,8 +5932,6 @@
|
|
5932
5932
|
});
|
5933
5933
|
obj[customComponent.name] = customParamsObj;
|
5934
5934
|
}
|
5935
|
-
console.log("props.modelValue", props.modelValue);
|
5936
|
-
console.log(obj);
|
5937
5935
|
values.value = obj;
|
5938
5936
|
loading.value = false;
|
5939
5937
|
};
|
@@ -9285,7 +9283,6 @@
|
|
9285
9283
|
};
|
9286
9284
|
const input = () => {
|
9287
9285
|
const value = tidyValue();
|
9288
|
-
console.log("value", value);
|
9289
9286
|
emit("update:modelValue", value);
|
9290
9287
|
emit("change", value);
|
9291
9288
|
};
|