@wx-design/components 1.3.5 → 1.3.6
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/es/core/Select/index.vue.d.ts +1 -0
- package/es/index.mjs +3 -2
- package/es/style.css +1 -1
- package/lib/core/Select/index.vue.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/types/select/index.d.ts +2 -0
|
@@ -43,6 +43,7 @@ declare const __VLS_component: import('vue').DefineComponent<SabSelectProps, {
|
|
|
43
43
|
valueKey: string;
|
|
44
44
|
disabledKey: string;
|
|
45
45
|
filterable: boolean;
|
|
46
|
+
disabledInnerRemote: boolean;
|
|
46
47
|
selectType: "v1" | "v2";
|
|
47
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
48
49
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
package/es/index.mjs
CHANGED
|
@@ -43493,6 +43493,7 @@ const KQ = /* @__PURE__ */ rt({
|
|
|
43493
43493
|
clearable: { type: Boolean, default: !0 },
|
|
43494
43494
|
filterable: { type: Boolean, default: !0 },
|
|
43495
43495
|
enableLoadmore: { type: Boolean },
|
|
43496
|
+
disabledInnerRemote: { type: Boolean, default: !1 },
|
|
43496
43497
|
revalidateWhenFocus: { type: Boolean },
|
|
43497
43498
|
selectType: { default: "v2" },
|
|
43498
43499
|
autoSelectFirstOption: { type: Boolean },
|
|
@@ -43526,7 +43527,7 @@ const KQ = /* @__PURE__ */ rt({
|
|
|
43526
43527
|
), f = Oe(!1), u = Oe(""), d = Oe(!1), p = Ed(
|
|
43527
43528
|
async (q = "", L = c.current) => {
|
|
43528
43529
|
var _;
|
|
43529
|
-
if (u.value != q && (L = 1),
|
|
43530
|
+
if (u.value != q && (L = 1), !(!r.remoteMethod || r.disabledInnerRemote) && !(L != 1 && (d.value || L === c.current))) {
|
|
43530
43531
|
c.current = L, u.value = q;
|
|
43531
43532
|
try {
|
|
43532
43533
|
f.value = !0;
|
|
@@ -43738,7 +43739,7 @@ const KQ = /* @__PURE__ */ rt({
|
|
|
43738
43739
|
]), 1040, ["modelValue", "props", "options", "remote-method"]));
|
|
43739
43740
|
}
|
|
43740
43741
|
});
|
|
43741
|
-
const Kv = /* @__PURE__ */ pw(KQ, [["__scopeId", "data-v-
|
|
43742
|
+
const Kv = /* @__PURE__ */ pw(KQ, [["__scopeId", "data-v-bcfb25e6"]]), JQ = /* @__PURE__ */ rt({
|
|
43742
43743
|
__name: "index",
|
|
43743
43744
|
props: {
|
|
43744
43745
|
lang: {}
|