1111
This commit is contained in:
-48
@@ -1,48 +0,0 @@
|
||||
"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
|
||||
Vendored
-6
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"uv-textarea": "../u-textarea/u-textarea"
|
||||
}
|
||||
}
|
||||
Vendored
-1
@@ -1 +0,0 @@
|
||||
<uv-textarea wx:if="{{c}}" bindinput="{{a}}" bindupdateModelValue="{{b}}" u-i="71739347-0" bind:__l="__l" u-p="{{c}}"></uv-textarea>
|
||||
Reference in New Issue
Block a user