eco-vue-js 0.11.20 → 0.11.21
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.
@@ -21,12 +21,15 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullab
|
|
21
21
|
prefix?(_: {
|
22
22
|
modelValue: (Type extends "number" ? number : string) | undefined;
|
23
23
|
}): any;
|
24
|
-
|
25
|
-
|
24
|
+
before?(_: {
|
25
|
+
modelValue: (Type extends "number" ? number : string) | undefined;
|
26
26
|
}): any;
|
27
27
|
before?(_: {
|
28
28
|
modelValue: (Type extends "number" ? number : string) | undefined;
|
29
29
|
}): any;
|
30
|
+
toolbar?(_: {
|
31
|
+
wrapSelection: (value: WrapSelection) => void;
|
32
|
+
}): any;
|
30
33
|
after?(_: {}): any;
|
31
34
|
suffix?(_: {}): any;
|
32
35
|
inner?(_: {}): any;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/WInput.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/WInput.vue"],"names":[],"mappings":"AAyPA;AA0iBA,OAAO,KAAK,EAAC,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AAatD,OAAO,EAAC,KAAK,WAAW,EAAC,MAAM,gBAAgB,CAAA;yBAE9B,IAAI,SAAS,SAAS,GAAG,MAAM,EAC/C,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA4yBO,mBAAmB,CAAC,oCAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;qBAjnB7B,IAAI;oBAOL,IAAI;+BAkCS,aAAa;0BA1KlB,MAAM,QAAQ,MAAM,KAAG,IAAI;wBAN/B,WAAW;;;oBAyBf,IAAI;oBAgBJ,IAAI;MA+sBgD,GAAG,IAAI;WACpE,GAAG;;uBAjEgB,GAAG;0BACA,GAAG;wBACJ,GAAG;;;YAGH,GAAG;;;YAFH,GAAG;;;YAGH,GAAG;;mCA9gBF,aAAa;YA4gBb,GAAG;uBAGL,GAAG;wBACF,GAAG;uBACJ,GAAG;uBACH,GAAG;wBACF,GAAG;;;YA9tB1B,oBAAoB,SAAS,4CAAa,SAAS,GAAG,IAAI;YAC1D,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,oBAAoB,SAAS,aAAa,GAAG,IAAI;YACjD,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,SAAS,GAAG,IAAI;YAC7C,MAAM,SAAS,UAAU,GAAG,IAAI;YAChC,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,WAAW,SAAS,UAAU,GAAG,IAAI;YACrC,cAAc,SAAS,UAAU,GAAG,IAAI;YACxC,cAAc,SAAS,KAAK,GAAG,IAAI;YACnC,OAAO,GAAG,IAAI;;EA2wBhB,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAvzBzE,wBAuzB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { defineComponent, defineAsyncComponent, useTemplateRef, ref, watch, nextTick, onMounted, onBeforeUnmount, computed, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, unref, createElementVNode, normalizeClass, createElementBlock, createCommentVNode,
|
1
|
+
import { defineComponent, defineAsyncComponent, useTemplateRef, ref, watch, nextTick, onMounted, onBeforeUnmount, computed, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, unref, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, createTextVNode, normalizeProps, guardReactiveProps, toDisplayString, resolveDynamicComponent, withModifiers, withKeys } from 'vue';
|
2
2
|
import _sfc_main$1 from '../FieldWrapper/WFieldWrapper.vue.js';
|
3
3
|
import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
|
4
4
|
import { Notify } from '../../utils/Notify.js';
|
@@ -291,7 +291,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
291
291
|
createElementVNode("div", {
|
292
292
|
class: normalizeClass(["flex max-w-full gap-1", {
|
293
293
|
"flex-wrap": !_ctx.seamless,
|
294
|
-
"overflow-hidden": _ctx.seamless
|
294
|
+
"overflow-hidden": _ctx.seamless,
|
295
|
+
"w-full": _ctx.textarea
|
295
296
|
}])
|
296
297
|
}, [
|
297
298
|
renderSlot(_ctx.$slots, "prefix"),
|
@@ -300,9 +301,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
300
301
|
class: normalizeClass([{
|
301
302
|
"font-mono": _ctx.mono,
|
302
303
|
"text-secure": _ctx.textSecure && !isSecureVisible.value && _ctx.modelValue,
|
303
|
-
"whitespace-pre": _ctx.textarea
|
304
|
+
"h-[--w-textarea-height,10rem] min-h-[--w-textarea-height,10rem] w-full overflow-auto overscroll-contain whitespace-pre": _ctx.textarea,
|
305
|
+
"resize-y": _ctx.resize && _ctx.textarea,
|
306
|
+
"resize-none": !_ctx.resize && _ctx.textarea,
|
307
|
+
"border-b border-solid border-gray-300 dark:border-gray-700": _ctx.textarea
|
304
308
|
}, "overflow-x-auto overscroll-x-contain"])
|
305
|
-
},
|
309
|
+
}, [
|
310
|
+
renderSlot(_ctx.$slots, "before", normalizeProps(guardReactiveProps({ modelValue: _ctx.modelValue }))),
|
311
|
+
createTextVNode(toDisplayString(_ctx.modelValue || _ctx.emptyValue), 1)
|
312
|
+
], 2)) : createCommentVNode("", true)
|
306
313
|
], 2)
|
307
314
|
]),
|
308
315
|
key: "2"
|