eco-vue-js 0.10.94 → 0.10.96
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":"WInfiniteListWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/WInfiniteListWrapper.vue"],"names":[],"mappings":"AA6CA;AA4GA,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,SAAS,CAAA;AAEpD,OAAO,EAAC,KAAK,KAAK,EAA0D,MAAM,KAAK,CAAA;AAYvF,KAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAC;AA6CF,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;gBA9FxC,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;iBAC1C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;;gBAD5C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;iBAC1C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;;;;;;EAkGrD;
|
1
|
+
{"version":3,"file":"WInfiniteListWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/WInfiniteListWrapper.vue"],"names":[],"mappings":"AA6CA;AA4GA,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,SAAS,CAAA;AAEpD,OAAO,EAAC,KAAK,KAAK,EAA0D,MAAM,KAAK,CAAA;AAYvF,KAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,cAAc,CAAC,EAAE,OAAO,CAAA;CACzB,CAAC;AA6CF,iBAAS,cAAc;WAwFT,OAAO,IAA6B;;gBA9FxC,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;iBAC1C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;;gBAD5C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;iBAC1C,CAAC,KAAK,EAAE,uBAAuB,KAAK,KAAK,EAAE;;;;;;EAkGrD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;OAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -71,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
71
71
|
fn: withCtx((scope) => [
|
72
72
|
createVNode(_sfc_main$2, {
|
73
73
|
"is-intersecting": isIntersecting.value,
|
74
|
-
"header-height":
|
74
|
+
"header-height": scope.headerHeight
|
75
75
|
}, {
|
76
76
|
default: withCtx(() => [
|
77
77
|
renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps(scope)))
|
@@ -280,7 +280,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
280
280
|
createElementVNode("div", {
|
281
281
|
class: normalizeClass(["overflow-auto font-normal", {
|
282
282
|
"absolute w-0 max-w-0": _ctx.hideInput,
|
283
|
-
"w-full": !_ctx.hideInput,
|
283
|
+
"w-full": !_ctx.hideInput && !_ctx.$slots.prefix,
|
284
284
|
"w-option-has-bg-input": _ctx.$slots.prefix,
|
285
285
|
"resize-y": _ctx.resize && _ctx.textarea,
|
286
286
|
"resize-none": !_ctx.resize && _ctx.textarea,
|
@@ -109,7 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
109
109
|
spellcheck: "false",
|
110
110
|
textContent: _ctx.value,
|
111
111
|
placeholder: _ctx.placeholder,
|
112
|
-
class: "whitespace-pre
|
112
|
+
class: "whitespace-pre empty:before:pointer-events-none empty:before:text-gray-400 empty:before:[content:attr(placeholder)] dark:empty:before:text-gray-500",
|
113
113
|
onInput,
|
114
114
|
onPaste,
|
115
115
|
onKeydown: onKeyDown,
|