49 lines
1.7 KiB
JavaScript
49 lines
1.7 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../../../common/vendor.js");
|
|
const uvTextarea = () => "../u-textarea/u-textarea.js";
|
|
const _sfc_main = {
|
|
name: "u--textarea",
|
|
mixins: [common_vendor.mpMixin, common_vendor.props$2, common_vendor.mixin],
|
|
components: {
|
|
uvTextarea
|
|
}
|
|
};
|
|
if (!Array) {
|
|
const _component_uvTextarea = common_vendor.resolveComponent("uvTextarea");
|
|
_component_uvTextarea();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return {
|
|
a: common_vendor.o((e) => _ctx.$emit("input", e)),
|
|
b: common_vendor.o((e) => _ctx.$emit("update:modelValue", e)),
|
|
c: common_vendor.p({
|
|
value: _ctx.value,
|
|
modelValue: _ctx.modelValue,
|
|
placeholder: _ctx.placeholder,
|
|
height: _ctx.height,
|
|
confirmType: _ctx.confirmType,
|
|
disabled: _ctx.disabled,
|
|
count: _ctx.count,
|
|
focus: _ctx.focus,
|
|
autoHeight: _ctx.autoHeight,
|
|
fixed: _ctx.fixed,
|
|
cursorSpacing: _ctx.cursorSpacing,
|
|
cursor: _ctx.cursor,
|
|
showConfirmBar: _ctx.showConfirmBar,
|
|
selectionStart: _ctx.selectionStart,
|
|
selectionEnd: _ctx.selectionEnd,
|
|
adjustPosition: _ctx.adjustPosition,
|
|
disableDefaultPadding: _ctx.disableDefaultPadding,
|
|
holdKeyboard: _ctx.holdKeyboard,
|
|
maxlength: _ctx.maxlength,
|
|
border: _ctx.border,
|
|
customStyle: _ctx.customStyle,
|
|
formatter: _ctx.formatter,
|
|
ignoreCompositionEvent: _ctx.ignoreCompositionEvent
|
|
})
|
|
};
|
|
}
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
wx.createComponent(Component);
|
|
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-plus/components/u--textarea/u--textarea.js.map
|