eco-vue-js 0.9.28 → 0.9.30
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.
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputAsync.vue.js +8 -6
- package/dist/components/Input/WInputSuggest.vue.js +1 -1
- package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelect.vue.js +14 -11
- package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsync.vue.js +16 -13
- package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncList.vue.js +15 -12
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncSingle.vue.js +15 -13
- package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectSingle.vue.js +14 -12
- package/dist/components/Select/WSelectStringified.vue.d.ts +20 -9
- package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectStringified.vue.js +20 -17
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncPrefix.vue.js +14 -11
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAuSA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAiB3B,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAmfxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA7bzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YA+enB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA7fvE,wBA6f4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -122,7 +122,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
122
122
|
});
|
123
123
|
});
|
124
124
|
} else if (props.debounce) {
|
125
|
-
emitUpdateModelValue(value.value);
|
125
|
+
if (canSave.value) emitUpdateModelValue(value.value);
|
126
126
|
} else {
|
127
127
|
value.value = props.modelValue;
|
128
128
|
focused.value = false;
|
@@ -160,21 +160,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
160
160
|
doClearTimeout();
|
161
161
|
event.stopPropagation();
|
162
162
|
event.preventDefault();
|
163
|
-
emitUpdateModelValue(value.value);
|
163
|
+
if (canSave.value) emitUpdateModelValue(value.value);
|
164
164
|
};
|
165
165
|
const handlePaste = () => {
|
166
166
|
doClearTimeout();
|
167
167
|
if (!value.value) return;
|
168
|
-
if (
|
169
|
-
emitUpdateModelValue(value.value);
|
170
|
-
}
|
168
|
+
if (canSave.value) emitUpdateModelValue(value.value);
|
171
169
|
};
|
172
170
|
const saveDebounced = () => {
|
173
|
-
emit("update:modelValue", value.value);
|
171
|
+
if (canSave.value) emit("update:modelValue", value.value);
|
174
172
|
timeout.value = null;
|
175
173
|
};
|
176
174
|
const updateModelValueDebounced = () => {
|
177
175
|
if (timeout.value) clearTimeout(timeout.value);
|
176
|
+
if (!canSave.value) {
|
177
|
+
timeout.value = null;
|
178
|
+
return;
|
179
|
+
}
|
178
180
|
timeout.value = setTimeout(saveDebounced, props.debounce);
|
179
181
|
};
|
180
182
|
if (props.debounce) {
|
@@ -184,7 +184,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
184
184
|
"mt-5": "istop" in contentScope && contentScope.istop === false && (_ctx.errorMessage || _ctx.maxLength)
|
185
185
|
}])
|
186
186
|
}, [
|
187
|
-
_ctx.$slots.content
|
187
|
+
_ctx.$slots.content ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.$slots.content(), (slot, index) => {
|
188
188
|
return openBlock(), createBlock(resolveDynamicComponent(slot), {
|
189
189
|
key: index,
|
190
190
|
"scrolling-element": unref(isMobile) ? unref(contentRef)?.parentElement : unref(contentRef),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelect.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelect.vue"],"names":[],"mappings":"AAmaA,OAAO,KAAK,EAAC,qBAAqB,EAA8B,WAAW,EAAC,MAAM,SAAS,CAAA;yBAc1E,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,kBAAkB,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,eACnI,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAgrBxD,mBAAmB,CAAC;;;;;;;wRAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;2BAvevB,MAAM,KAAG,IAAI;MAuegC,GAAG,IAAI;WACpE,GAAG;;gBA3bH,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YACf,MAAM,EAAE,IAAI,GAAG,IAAI,CAAA;YACnB,KAAK,CAAC,EAAE,MAAM,CAAA;YACd,QAAQ,EAAE,OAAO,CAAA;YACjB,KAAK,EAAE,OAAO,CAAA;YACd,MAAM,CAAC,EAAE,MAAM,CAAA;SAChB,KAAK,IAAI;gBACF,MAAM,IAAI;;gBATV,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YACf,MAAM,EAAE,IAAI,GAAG,IAAI,CAAA;YACnB,KAAK,CAAC,EAAE,MAAM,CAAA;YACd,QAAQ,EAAE,OAAO,CAAA;YACjB,KAAK,EAAE,OAAO,CAAA;YACd,MAAM,CAAC,EAAE,MAAM,CAAA;SAChB,KAAK,IAAI;gBACF,MAAM,IAAI;;;YAvPd,QAAQ,QAAQ,KAAK,GAAG,IAAI;YAC5B,UAAU,QAAQ,KAAK,GAAG,IAAI;YAC9B,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;YAChC,4BAA4B,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC9D,YAAY,GAAG,IAAI;;;;;YAyqBmB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA1rBvE,wBA0rB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -276,17 +276,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
276
276
|
disabled: _ctx.disabled,
|
277
277
|
"disable-clear": _ctx.disableClear || _ctx.readonly,
|
278
278
|
onUnselect: ($event) => unselect(_ctx.valueGetter(option))
|
279
|
-
}, {
|
280
|
-
option
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
279
|
+
}, createSlots({ _: 2 }, [
|
280
|
+
_ctx.$slots.option ? {
|
281
|
+
name: "option",
|
282
|
+
fn: withCtx(() => [
|
283
|
+
renderSlot(_ctx.$slots, "option", {
|
284
|
+
option,
|
285
|
+
selected: true,
|
286
|
+
model: true,
|
287
|
+
index
|
288
|
+
})
|
289
|
+
]),
|
290
|
+
key: "0"
|
291
|
+
} : void 0
|
292
|
+
]), 1032, ["option", "option-component", "option-component-props", "index", "loading", "disabled", "disable-clear", "onUnselect"]);
|
290
293
|
}), 128)) : createCommentVNode("", true)
|
291
294
|
]),
|
292
295
|
content: withCtx(() => [
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelectAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsync.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelectAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsync.vue"],"names":[],"mappings":"AA0RA,OAAO,KAAK,EAAC,gBAAgB,EAAE,qBAAqB,EAA6B,MAAM,SAAS,CAAA;yBAY/E,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,eAC5H,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA8iBxD,mBAAmB,CAAC;;;;;;;6QAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;2BApbvB,MAAM,KAAG,IAAI;MAobgC,GAAG,IAAI;WACpE,GAAG;;gBA1ZH,MAAM,IAAI;mBACP,MAAM,IAAI;gBACb,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;iBACrC,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAC,KAAK,IAAI;;gBAH9H,MAAM,IAAI;mBACP,MAAM,IAAI;gBACb,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;iBACrC,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAC;YAAC,MAAM,CAAC,EAAE,MAAM,CAAA;SAAC,KAAK,IAAI;;;YAzIlI,QAAQ,QAAQ,KAAK,GAAG,IAAI;YAC5B,UAAU,QAAQ,KAAK,GAAG,IAAI;YAC9B,mBAAmB,SAAS,KAAK,EAAE,GAAG,IAAI;YAC1C,YAAY,GAAG,IAAI;YACnB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;;;;;YAgiBM,OAAO,CAAC,OAAO,WAAW,CAAC;;AAxjBvE,wBAwjB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -211,18 +211,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
211
211
|
isFetchingPrefix.value = $event;
|
212
212
|
}),
|
213
213
|
"onUpdate:modelValue": updateSelected
|
214
|
-
}, {
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
214
|
+
}, createSlots({ _: 2 }, [
|
215
|
+
_ctx.$slots.option ? {
|
216
|
+
name: "default",
|
217
|
+
fn: withCtx(({ option, skeleton: skeletonPrefix, index }) => [
|
218
|
+
renderSlot(_ctx.$slots, "option", {
|
219
|
+
option,
|
220
|
+
index,
|
221
|
+
selected: true,
|
222
|
+
model: true,
|
223
|
+
skeleton: skeletonPrefix
|
224
|
+
})
|
225
|
+
]),
|
226
|
+
key: "0"
|
227
|
+
} : void 0
|
228
|
+
]), 1032, ["use-query-fn", "model-value", "disabled", "loading", "option-component", "option-component-props", "disable-clear", "preview-data", "created-data", "value-getter", "value-query-key"])) : createCommentVNode("", true)
|
226
229
|
]),
|
227
230
|
content: withCtx(() => [
|
228
231
|
createVNode(_sfc_main$3, {
|
@@ -278,7 +281,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
278
281
|
]),
|
279
282
|
key: "1"
|
280
283
|
} : void 0,
|
281
|
-
_ctx.$slots.right
|
284
|
+
_ctx.$slots.right ? {
|
282
285
|
name: "right",
|
283
286
|
fn: withCtx(() => [
|
284
287
|
renderSlot(_ctx.$slots, "right")
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelectAsyncList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsyncList.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelectAsyncList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsyncList.vue"],"names":[],"mappings":"yBA+GiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAuOxD,mBAAmB,CAAC;;;;;;gBAnOlB,MAAM;oBACF,MAAM;oBACN,KAAK,EAAE;oBACP,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;mBACb,OAAO;wBACF,CAAC,MAAM,WAAW,CAAC,EAAE;qBACxB,OAAO;uBACL,OAAO;yBACL,OAAO;sBACV,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;uBACpB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;KAwNQ,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;kBAnMD,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;;kBAA5F,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;;;YATlG,QAAQ,SAAS,KAAK,GAAG,IAAI;YAC7B,UAAU,SAAS,KAAK,GAAG,IAAI;YAC/B,oBAAoB,SAAS,KAAK,EAAE,GAAG,IAAI;YAC3C,cAAc,SAAS,MAAM,GAAG,IAAI;;;;;YA8ME,OAAO,CAAC,OAAO,WAAW,CAAC;;AAjPvE,wBAiP4E;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, useTemplateRef, openBlock, createElementBlock, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode, createVNode, unref, withCtx, renderSlot } from 'vue';
|
1
|
+
import { defineComponent, useTemplateRef, openBlock, createElementBlock, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode, createVNode, unref, createSlots, withCtx, renderSlot } from 'vue';
|
2
2
|
import WSkeleton from '../Skeleton/WSkeleton.vue.js';
|
3
3
|
import _sfc_main$1 from './components/SelectAsyncList.vue.js';
|
4
4
|
|
@@ -60,17 +60,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
60
60
|
onUnselect: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("unselect", $event)),
|
61
61
|
"onUpdate:count": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("update:count", $event)),
|
62
62
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => _ctx.$emit("update:model-value", $event))
|
63
|
-
}, {
|
64
|
-
default
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
63
|
+
}, createSlots({ _: 2 }, [
|
64
|
+
_ctx.$slots.default ? {
|
65
|
+
name: "default",
|
66
|
+
fn: withCtx(({ option, selected, skeleton: skeletonList }) => [
|
67
|
+
renderSlot(_ctx.$slots, "default", {
|
68
|
+
option,
|
69
|
+
selected,
|
70
|
+
skeleton: skeletonList,
|
71
|
+
model: false
|
72
|
+
})
|
73
|
+
]),
|
74
|
+
key: "0"
|
75
|
+
} : void 0
|
76
|
+
]), 1032, ["model-value", "use-query-fn", "query-params", "scrolling-element", "exclude-params", "empty-stub", "select-only", "unselect-only", "hide-option-icon", "value-getter", "query-options"])
|
74
77
|
], 512))
|
75
78
|
]);
|
76
79
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelectAsyncSingle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsyncSingle.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelectAsyncSingle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsyncSingle.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAC,sBAAsB,EAAE,qBAAqB,EAAC,MAAM,SAAS,CAAA;yBAOzD,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,EAAE,UAAU,SAAS,OAAO,uBACxJ,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA0NxD,mBAAmB,CAAC;;;4OAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;uBAlCe,GAAG;0BACA,GAAG;;;;;;YACL,GAAG;uBACJ,GAAG;;;YAlLzB,mBAAmB,0DAAoB,IAAI;YAC3C,YAAY,GAAG,IAAI;;;;;YAqNmB,OAAO,CAAC,OAAO,WAAW,CAAC;;AApOvE,wBAoO4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -101,17 +101,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
101
101
|
onUnselect: _cache[1] || (_cache[1] = ($event) => _ctx.allowClear && updateModelValue(null)),
|
102
102
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.searchModel && typeof _ctx.modelValue === "string" ? unref(selectComponentRef)?.setSearch(_ctx.modelValue) : void 0),
|
103
103
|
onInitModel: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("init-model"))
|
104
|
-
}), createSlots({
|
105
|
-
option: withCtx(({ option, selected, model, search }) => [
|
106
|
-
renderSlot(_ctx.$slots, "option", {
|
107
|
-
option,
|
108
|
-
selected,
|
109
|
-
model,
|
110
|
-
search
|
111
|
-
})
|
112
|
-
]),
|
113
|
-
_: 2
|
114
|
-
}, [
|
104
|
+
}), createSlots({ _: 2 }, [
|
115
105
|
_ctx.$slots.title ? {
|
116
106
|
name: "title",
|
117
107
|
fn: withCtx(() => [
|
@@ -126,12 +116,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
126
116
|
]),
|
127
117
|
key: "1"
|
128
118
|
} : void 0,
|
129
|
-
_ctx.$slots.
|
119
|
+
_ctx.$slots.option ? {
|
120
|
+
name: "option",
|
121
|
+
fn: withCtx(({ option, selected, model, search }) => [
|
122
|
+
renderSlot(_ctx.$slots, "option", {
|
123
|
+
option,
|
124
|
+
selected,
|
125
|
+
model,
|
126
|
+
search
|
127
|
+
})
|
128
|
+
]),
|
129
|
+
key: "2"
|
130
|
+
} : void 0,
|
131
|
+
_ctx.$slots.right ? {
|
130
132
|
name: "right",
|
131
133
|
fn: withCtx(() => [
|
132
134
|
renderSlot(_ctx.$slots, "right")
|
133
135
|
]),
|
134
|
-
key: "
|
136
|
+
key: "3"
|
135
137
|
} : void 0
|
136
138
|
]), 1040, ["class"]);
|
137
139
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelectSingle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectSingle.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelectSingle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectSingle.vue"],"names":[],"mappings":"AA+FA,OAAO,KAAK,EAAC,qBAAqB,EAAE,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAOpD,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,kBAAkB,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,EAAE,UAAU,SAAS,OAAO,uBAC/J,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA+OxD,mBAAmB,CAAC;;;;gRAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;uBAnCe,GAAG;0BACA,GAAG;;;;;;YACL,GAAG;uBACJ,GAAG;;;YAtMzB,oBAAoB,0DAAoB,IAAI;YAC5C,4BAA4B,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC9D,YAAY,GAAG,IAAI;;;;;YAyOmB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAzPvE,wBAyP4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -101,17 +101,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
101
101
|
onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.searchModel && typeof _ctx.modelValue === "string" ? unref(selectComponentRef)?.setSearch(_ctx.modelValue) : void 0),
|
102
102
|
"onUpdate:queryOptionsError": _cache[3] || (_cache[3] = ($event) => _ctx.$emit("update:query-options-error", $event)),
|
103
103
|
onInitModel: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("init-model"))
|
104
|
-
}), createSlots({
|
105
|
-
option: withCtx(({ option, selected, model, search }) => [
|
106
|
-
renderSlot(_ctx.$slots, "option", {
|
107
|
-
option,
|
108
|
-
selected,
|
109
|
-
model,
|
110
|
-
search
|
111
|
-
})
|
112
|
-
]),
|
113
|
-
_: 2
|
114
|
-
}, [
|
104
|
+
}), createSlots({ _: 2 }, [
|
115
105
|
_ctx.$slots.title ? {
|
116
106
|
name: "title",
|
117
107
|
fn: withCtx(() => [
|
@@ -126,12 +116,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
126
116
|
]),
|
127
117
|
key: "1"
|
128
118
|
} : void 0,
|
119
|
+
_ctx.$slots.option ? {
|
120
|
+
name: "option",
|
121
|
+
fn: withCtx(({ option, selected, model, search }) => [
|
122
|
+
renderSlot(_ctx.$slots, "option", {
|
123
|
+
option,
|
124
|
+
selected,
|
125
|
+
model,
|
126
|
+
search
|
127
|
+
})
|
128
|
+
]),
|
129
|
+
key: "2"
|
130
|
+
} : void 0,
|
129
131
|
_ctx.$slots.right ? {
|
130
132
|
name: "right",
|
131
133
|
fn: withCtx(() => [
|
132
134
|
renderSlot(_ctx.$slots, "right")
|
133
135
|
]),
|
134
|
-
key: "
|
136
|
+
key: "3"
|
135
137
|
} : void 0
|
136
138
|
]), 1040, ["class"]);
|
137
139
|
};
|
@@ -1,7 +1,8 @@
|
|
1
1
|
import { SelectOptionComponent, SelectStringifiedProps } from './types';
|
2
|
+
import { VNode } from 'vue';
|
2
3
|
declare const _default: <Model extends string, Data extends DefaultData, QueryParamsOptions, OptionComponent extends SelectOptionComponent<Data>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
3
4
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
4
|
-
readonly "onUpdate:model-value"?: ((value: Model
|
5
|
+
readonly "onUpdate:model-value"?: ((value: Model) => any) | undefined;
|
5
6
|
readonly "onInit-model"?: (() => any) | undefined;
|
6
7
|
readonly "onUpdate:query-options-error"?: ((value: string | undefined) => any) | undefined;
|
7
8
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value" | "onInit-model" | "onUpdate:query-options-error"> & SelectStringifiedProps<Model, Data, QueryParamsOptions, OptionComponent>> & import('vue').PublicProps;
|
@@ -9,23 +10,33 @@ declare const _default: <Model extends string, Data extends DefaultData, QueryPa
|
|
9
10
|
blur: () => void;
|
10
11
|
}>): void;
|
11
12
|
attrs: any;
|
12
|
-
slots: {
|
13
|
-
title
|
14
|
-
subtitle
|
15
|
-
|
13
|
+
slots: Readonly<{
|
14
|
+
title?: () => VNode[];
|
15
|
+
subtitle?: () => VNode[];
|
16
|
+
right?: () => VNode[];
|
17
|
+
option?: (props: {
|
16
18
|
option: Data | null;
|
17
19
|
selected: boolean;
|
18
20
|
model: boolean;
|
19
21
|
search: string | undefined;
|
20
|
-
})
|
21
|
-
|
22
|
+
}) => VNode[];
|
23
|
+
}> & {
|
24
|
+
title?: () => VNode[];
|
25
|
+
subtitle?: () => VNode[];
|
26
|
+
right?: () => VNode[];
|
27
|
+
option?: (props: {
|
28
|
+
option: Data | null;
|
29
|
+
selected: boolean;
|
30
|
+
model: boolean;
|
31
|
+
search: string | undefined;
|
32
|
+
}) => VNode[];
|
22
33
|
};
|
23
34
|
emit: {
|
24
|
-
(e: "update:model-value", value: Model
|
35
|
+
(e: "update:model-value", value: Model): void;
|
25
36
|
(e: "update:query-options-error", value: string | undefined): void;
|
26
37
|
(e: "init-model"): void;
|
27
38
|
};
|
28
|
-
}>) =>
|
39
|
+
}>) => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
29
40
|
[key: string]: any;
|
30
41
|
}> & {
|
31
42
|
__ctx?: Awaited<typeof __VLS_setup>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WSelectStringified.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectStringified.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WSelectStringified.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectStringified.vue"],"names":[],"mappings":"AAyGA,OAAO,KAAK,EAAC,qBAAqB,EAAE,sBAAsB,EAAC,MAAM,SAAS,CAAA;AAE1E,OAAO,EAAC,KAAK,KAAK,EAA2B,MAAM,KAAK,CAAA;yBAKvC,KAAK,SAAS,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,kBAAkB,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,eAC1H,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAqOxD,mBAAmB,CAAC;;;;yQAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBAzLH,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;SAAC,KAAK,KAAK,EAAE;;gBAHzG,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,OAAO,CAAC;YAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;SAAC,KAAK,KAAK,EAAE;;;YAxC7G,oBAAoB,SAAS,KAAK,GAAG,IAAI;YACzC,4BAA4B,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC9D,YAAY,GAAG,IAAI;;;;;YAiOmB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA/OvE,wBA+O4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -74,17 +74,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
74
74
|
const props = __props;
|
75
75
|
const emit = __emit;
|
76
76
|
const selectComponentRef = useTemplateRef("selectComponent");
|
77
|
-
const arrayValue = computed(() => props.modelValue !== null ? props.modelValue.split(props.divider) : []);
|
77
|
+
const arrayValue = computed(() => props.modelValue !== null ? props.modelValue.split(props.divider).filter((item, index, arr) => item !== "" && arr.indexOf(item) === index) : []);
|
78
78
|
const updateModelValue = (value, isSelect) => {
|
79
79
|
const valueList = value.split(props.divider);
|
80
80
|
let newValue;
|
81
81
|
if (isSelect) {
|
82
|
-
newValue = [...arrayValue.value, ...valueList].filter((item, index, arr) => arr.indexOf(item) === index).join(props.divider);
|
82
|
+
newValue = [...arrayValue.value, ...valueList].filter((item, index, arr) => item !== "" && arr.indexOf(item) === index).join(props.divider);
|
83
83
|
} else {
|
84
84
|
newValue = arrayValue.value.filter((item) => !valueList.includes(item)).join(props.divider);
|
85
85
|
}
|
86
86
|
if (newValue === props.modelValue) return;
|
87
|
-
emit("update:model-value", newValue
|
87
|
+
emit("update:model-value", newValue);
|
88
88
|
};
|
89
89
|
const blur = () => {
|
90
90
|
selectComponentRef.value?.blur();
|
@@ -96,24 +96,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
96
96
|
return openBlock(), createBlock(_sfc_main$1, mergeProps({ ref: "selectComponent" }, {
|
97
97
|
...props,
|
98
98
|
modelValue: arrayValue.value,
|
99
|
-
filterValue: _ctx.filterValue === void 0 ? arrayValue.value : _ctx.filterValue
|
99
|
+
filterValue: _ctx.filterValue === void 0 ? arrayValue.value : _ctx.filterValue,
|
100
|
+
createdData: _ctx.createOption ? arrayValue.value.map(_ctx.createOption) : void 0
|
100
101
|
}, {
|
101
102
|
class: _ctx.$attrs.class,
|
102
103
|
onSelect: _cache[0] || (_cache[0] = ($event) => updateModelValue($event, true)),
|
103
104
|
onUnselect: _cache[1] || (_cache[1] = ($event) => updateModelValue($event, false)),
|
104
105
|
"onUpdate:queryOptionsError": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("update:query-options-error", $event)),
|
105
106
|
onInitModel: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("init-model"))
|
106
|
-
}), createSlots({
|
107
|
-
option: withCtx(({ option, selected, model, search }) => [
|
108
|
-
renderSlot(_ctx.$slots, "option", {
|
109
|
-
option,
|
110
|
-
selected,
|
111
|
-
model,
|
112
|
-
search
|
113
|
-
})
|
114
|
-
]),
|
115
|
-
_: 2
|
116
|
-
}, [
|
107
|
+
}), createSlots({ _: 2 }, [
|
117
108
|
_ctx.$slots.title ? {
|
118
109
|
name: "title",
|
119
110
|
fn: withCtx(() => [
|
@@ -128,12 +119,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
128
119
|
]),
|
129
120
|
key: "1"
|
130
121
|
} : void 0,
|
131
|
-
_ctx.$slots.
|
122
|
+
_ctx.$slots.option ? {
|
123
|
+
name: "option",
|
124
|
+
fn: withCtx(({ option, selected, model, search }) => [
|
125
|
+
renderSlot(_ctx.$slots, "option", {
|
126
|
+
option,
|
127
|
+
selected,
|
128
|
+
model,
|
129
|
+
search
|
130
|
+
})
|
131
|
+
]),
|
132
|
+
key: "2"
|
133
|
+
} : void 0,
|
134
|
+
_ctx.$slots.right ? {
|
132
135
|
name: "right",
|
133
136
|
fn: withCtx(() => [
|
134
137
|
renderSlot(_ctx.$slots, "right")
|
135
138
|
]),
|
136
|
-
key: "
|
139
|
+
key: "3"
|
137
140
|
} : void 0
|
138
141
|
]), 1040, ["class"]);
|
139
142
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SelectAsyncPrefix.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/components/SelectAsyncPrefix.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"SelectAsyncPrefix.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/components/SelectAsyncPrefix.vue"],"names":[],"mappings":"AAwFA,OAAO,KAAK,EAAC,sBAAsB,EAAE,qBAAqB,EAA6B,MAAM,UAAU,CAAA;yBAWtF,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,eAC5H,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAmLxD,mBAAmB,CAAC;;;;oPAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;kBA9JD,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAC,KAAK,IAAI;;kBAAjE,CAAC,KAAK,EAAE;YAAC,MAAM,EAAE,IAAI,CAAC;YAAC,QAAQ,EAAE,OAAO,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAC,KAAK,IAAI;;;YAdvE,UAAU,SAAS,KAAK,GAAG,IAAI;YAC/B,iBAAiB,SAAS,OAAO,GAAG,IAAI;YACxC,mBAAmB,SAAS,KAAK,EAAE,GAAG,IAAI;;;;;YA+KJ,OAAO,CAAC,OAAO,WAAW,CAAC;;AA7LvE,wBA6L4E;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, ref, computed, watch, onBeforeUnmount, openBlock, createElementBlock, Fragment, createVNode, withCtx, renderSlot, createElementVNode, toDisplayString, unref, normalizeClass, withModifiers, createCommentVNode } from 'vue';
|
1
|
+
import { defineComponent, ref, computed, watch, onBeforeUnmount, openBlock, createElementBlock, Fragment, createVNode, createSlots, withCtx, renderSlot, createElementVNode, toDisplayString, unref, normalizeClass, withModifiers, createCommentVNode } from 'vue';
|
2
2
|
import IconCancel from '../../../assets/icons/default/IconCancel.svg.js';
|
3
3
|
import { numberFormatter } from '../../../utils/utils.js';
|
4
4
|
import _sfc_main$1 from './SelectAsyncPrefixPage.vue.js';
|
@@ -50,16 +50,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
50
50
|
"value-getter": _ctx.valueGetter,
|
51
51
|
onUnselect: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("unselect", $event)),
|
52
52
|
"onUpdate:fetching": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("update:fetching", $event))
|
53
|
-
}, {
|
54
|
-
default
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
53
|
+
}, createSlots({ _: 2 }, [
|
54
|
+
_ctx.$slots.default ? {
|
55
|
+
name: "default",
|
56
|
+
fn: withCtx(({ option, skeleton, index }) => [
|
57
|
+
renderSlot(_ctx.$slots, "default", {
|
58
|
+
option,
|
59
|
+
index,
|
60
|
+
skeleton
|
61
|
+
})
|
62
|
+
]),
|
63
|
+
key: "0"
|
64
|
+
} : void 0
|
65
|
+
]), 1032, ["use-query-fn", "query-params", "option-component", "option-component-props", "disable-clear", "loading", "disabled", "preview-data", "created-data", "value-getter"]),
|
63
66
|
_ctx.modelValue.length > PAGE_LENGTH ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
64
67
|
createElementVNode("div", null, "... " + toDisplayString(unref(numberFormatter).format(_ctx.modelValue.length)) + " items", 1),
|
65
68
|
!_ctx.disableClear && !_ctx.disabled ? (openBlock(), createElementBlock("button", {
|