@creatorsn/vfluent3 0.3.38 → 0.3.40
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.
|
@@ -16,7 +16,7 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
16
16
|
readonly readOnly?: boolean | undefined;
|
|
17
17
|
readonly debounceDelay?: number | undefined;
|
|
18
18
|
};
|
|
19
|
-
$emit: (event: "
|
|
19
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
20
20
|
}, {
|
|
21
21
|
mode: string;
|
|
22
22
|
thisValue: Function;
|
|
@@ -59,7 +59,7 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
59
59
|
readonly readOnly?: boolean | undefined;
|
|
60
60
|
readonly debounceDelay?: number | undefined;
|
|
61
61
|
};
|
|
62
|
-
$emit: (event: "
|
|
62
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
63
63
|
}, {
|
|
64
64
|
mode: string;
|
|
65
65
|
thisValue: Function;
|
|
@@ -99,7 +99,7 @@ export declare const FvBreadcrumb: import("../../types/plugins/component-plugin"
|
|
|
99
99
|
readonly readOnly?: boolean | undefined;
|
|
100
100
|
readonly debounceDelay?: number | undefined;
|
|
101
101
|
};
|
|
102
|
-
$emit: (event: "
|
|
102
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
103
103
|
}, {
|
|
104
104
|
mode: string;
|
|
105
105
|
thisValue: Function;
|
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
readonly readOnly?: boolean | undefined;
|
|
16
16
|
readonly debounceDelay?: number | undefined;
|
|
17
17
|
};
|
|
18
|
-
$emit: (event: "
|
|
18
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
19
19
|
}, {
|
|
20
20
|
mode: string;
|
|
21
21
|
thisValue: Function;
|
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
|
58
58
|
readonly readOnly?: boolean | undefined;
|
|
59
59
|
readonly debounceDelay?: number | undefined;
|
|
60
60
|
};
|
|
61
|
-
$emit: (event: "
|
|
61
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
62
62
|
}, {
|
|
63
63
|
mode: string;
|
|
64
64
|
thisValue: Function;
|
|
@@ -98,7 +98,7 @@ declare const _default: {
|
|
|
98
98
|
readonly readOnly?: boolean | undefined;
|
|
99
99
|
readonly debounceDelay?: number | undefined;
|
|
100
100
|
};
|
|
101
|
-
$emit: (event: "
|
|
101
|
+
$emit: (event: "update:modelValue" | "input-change" | "debounce-input" | "root-click" | "item-click", ...args: any[]) => void;
|
|
102
102
|
}, {
|
|
103
103
|
mode: string;
|
|
104
104
|
thisValue: Function;
|
package/dist/vfluent3.js
CHANGED
|
@@ -1923,7 +1923,7 @@ const Qa = ["onClick"], Za = {
|
|
|
1923
1923
|
this.$emit("update:modelValue", t);
|
|
1924
1924
|
},
|
|
1925
1925
|
tempValue(t) {
|
|
1926
|
-
this.$emit("change", t), this.timer.debounce && clearTimeout(this.timer.debounce), this.timer.debounce = setTimeout(() => {
|
|
1926
|
+
this.$emit("input-change", t), this.timer.debounce && clearTimeout(this.timer.debounce), this.timer.debounce = setTimeout(() => {
|
|
1927
1927
|
this.$emit("debounce-input", t);
|
|
1928
1928
|
}, this.debounceDelay);
|
|
1929
1929
|
}
|
|
@@ -2040,7 +2040,7 @@ const Qa = ["onClick"], Za = {
|
|
|
2040
2040
|
},
|
|
2041
2041
|
emits: [
|
|
2042
2042
|
"update:modelValue",
|
|
2043
|
-
"change",
|
|
2043
|
+
"input-change",
|
|
2044
2044
|
"debounce-input",
|
|
2045
2045
|
"root-click",
|
|
2046
2046
|
"item-click"
|
|
@@ -22377,7 +22377,7 @@ const Go = /* @__PURE__ */ Se(wy, [["render", $y]]), Cy = { class: "fix-block" }
|
|
|
22377
22377
|
},
|
|
22378
22378
|
data() {
|
|
22379
22379
|
return {
|
|
22380
|
-
thisValue: this.modelValue.toString(),
|
|
22380
|
+
thisValue: this.modelValue == null ? "" : this.modelValue.toString(),
|
|
22381
22381
|
isFocus: !1,
|
|
22382
22382
|
timer: {
|
|
22383
22383
|
debounce: null
|
|
@@ -22386,7 +22386,7 @@ const Go = /* @__PURE__ */ Se(wy, [["render", $y]]), Cy = { class: "fix-block" }
|
|
|
22386
22386
|
},
|
|
22387
22387
|
watch: {
|
|
22388
22388
|
modelValue(t) {
|
|
22389
|
-
this.thisValue = t.toString();
|
|
22389
|
+
this.thisValue = t == null ? "" : t.toString();
|
|
22390
22390
|
},
|
|
22391
22391
|
thisValue(t) {
|
|
22392
22392
|
clearTimeout(this.timer.debounce), this.timer.debounce = setTimeout(() => {
|
|
@@ -23772,7 +23772,7 @@ const Yo = /* @__PURE__ */ Se(v1, [["render", S1]]), T1 = {
|
|
|
23772
23772
|
},
|
|
23773
23773
|
watch: {
|
|
23774
23774
|
modelValue() {
|
|
23775
|
-
this.thisValue = this.
|
|
23775
|
+
this.thisValue = this.modelValue;
|
|
23776
23776
|
},
|
|
23777
23777
|
async "queueFunction.length"() {
|
|
23778
23778
|
if (this.queueFunction.length !== 0 && !!this.lock.isQueueRunning) {
|