eco-vue-js 0.11.10 → 0.11.11
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.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ContentEditable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/components/ContentEditable.vue"],"names":[],"mappings":"AAiBA;
|
1
|
+
{"version":3,"file":"ContentEditable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/Input/components/ContentEditable.vue"],"names":[],"mappings":"AAiBA;AA+RA,OAAO,KAAK,EAAC,QAAQ,EAAE,aAAa,EAAC,MAAM,UAAU,CAAA;AAIrD,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,MAAM,CAAA;IACnB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAA;CAClC,CAAC;;;;2BAsN4B,aAAa,KAAG,IAAI;2BAnBpB,MAAM,aAAa,MAAM;;;;;;;;;;;;;;;;;;;AA2IvD,wBAUG"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, useTemplateRef, ref, watch, createElementBlock, openBlock, nextTick } from 'vue';
|
1
|
+
import { defineComponent, useTemplateRef, ref, watch, onMounted, createElementBlock, openBlock, nextTick } from 'vue';
|
2
2
|
|
3
3
|
const _hoisted_1 = ["placeholder"];
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
@@ -182,6 +182,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
182
182
|
const blur = () => {
|
183
183
|
elementRef.value?.blur();
|
184
184
|
};
|
185
|
+
onMounted(() => {
|
186
|
+
updateTextValue(props.value);
|
187
|
+
updateTextParts();
|
188
|
+
});
|
185
189
|
__expose({
|
186
190
|
focus,
|
187
191
|
blur,
|