@creatorsn/vfluent3 0.3.59 → 0.3.61
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.
|
@@ -17,8 +17,8 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
17
17
|
name: string;
|
|
18
18
|
width: number;
|
|
19
19
|
}[] | undefined;
|
|
20
|
-
readonly sliderBackground?: string | undefined;
|
|
21
20
|
readonly choosenForeground?: string | undefined;
|
|
21
|
+
readonly sliderBackground?: string | undefined;
|
|
22
22
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
23
23
|
readonly sliderBorderRadius?: string | undefined;
|
|
24
24
|
};
|
|
@@ -72,8 +72,8 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
72
72
|
name: string;
|
|
73
73
|
width: number;
|
|
74
74
|
}[] | undefined;
|
|
75
|
-
readonly sliderBackground?: string | undefined;
|
|
76
75
|
readonly choosenForeground?: string | undefined;
|
|
76
|
+
readonly sliderBackground?: string | undefined;
|
|
77
77
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
78
78
|
readonly sliderBorderRadius?: string | undefined;
|
|
79
79
|
};
|
|
@@ -124,8 +124,8 @@ export declare const FvPivot: import("../../types/plugins/component-plugin").Com
|
|
|
124
124
|
name: string;
|
|
125
125
|
width: number;
|
|
126
126
|
}[] | undefined;
|
|
127
|
-
readonly sliderBackground?: string | undefined;
|
|
128
127
|
readonly choosenForeground?: string | undefined;
|
|
128
|
+
readonly sliderBackground?: string | undefined;
|
|
129
129
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
130
130
|
readonly sliderBorderRadius?: string | undefined;
|
|
131
131
|
};
|
|
@@ -16,8 +16,8 @@ declare const _default: {
|
|
|
16
16
|
name: string;
|
|
17
17
|
width: number;
|
|
18
18
|
}[] | undefined;
|
|
19
|
-
readonly sliderBackground?: string | undefined;
|
|
20
19
|
readonly choosenForeground?: string | undefined;
|
|
20
|
+
readonly sliderBackground?: string | undefined;
|
|
21
21
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
22
22
|
readonly sliderBorderRadius?: string | undefined;
|
|
23
23
|
};
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
name: string;
|
|
72
72
|
width: number;
|
|
73
73
|
}[] | undefined;
|
|
74
|
-
readonly sliderBackground?: string | undefined;
|
|
75
74
|
readonly choosenForeground?: string | undefined;
|
|
75
|
+
readonly sliderBackground?: string | undefined;
|
|
76
76
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
77
77
|
readonly sliderBorderRadius?: string | undefined;
|
|
78
78
|
};
|
|
@@ -123,8 +123,8 @@ declare const _default: {
|
|
|
123
123
|
name: string;
|
|
124
124
|
width: number;
|
|
125
125
|
}[] | undefined;
|
|
126
|
-
readonly sliderBackground?: string | undefined;
|
|
127
126
|
readonly choosenForeground?: string | undefined;
|
|
127
|
+
readonly sliderBackground?: string | undefined;
|
|
128
128
|
readonly sliderBoxshadow?: boolean | undefined;
|
|
129
129
|
readonly sliderBorderRadius?: string | undefined;
|
|
130
130
|
};
|
package/dist/vfluent3.js
CHANGED
|
@@ -16309,12 +16309,6 @@ const vo = /* @__PURE__ */ we(Dp, [["render", Lp]]), Fp = { class: "pivot-wrappe
|
|
|
16309
16309
|
},
|
|
16310
16310
|
thisValue(e) {
|
|
16311
16311
|
this.$emit("update:modelValue", e), this.$emit("change", e), this.refreshIdx();
|
|
16312
|
-
},
|
|
16313
|
-
foreground(e) {
|
|
16314
|
-
this.stylesInit();
|
|
16315
|
-
},
|
|
16316
|
-
sliderBackground(e) {
|
|
16317
|
-
this.stylesInit();
|
|
16318
16312
|
}
|
|
16319
16313
|
},
|
|
16320
16314
|
computed: {
|
|
@@ -23903,11 +23897,11 @@ const Do = /* @__PURE__ */ we(jy, [["render", Xy]]), qy = {
|
|
|
23903
23897
|
}, null, 8, ["value", "left", "ringBackground", "theme", "onMousedown", "onTouchstart", "onMousemove", "onTouchmove", "onMouseup", "onTouchend"]),
|
|
23904
23898
|
S(u("p", {
|
|
23905
23899
|
class: "fv-toggle-inside-content",
|
|
23906
|
-
style: b({
|
|
23900
|
+
style: b([{
|
|
23907
23901
|
left: t.thisValue ? "10px" : "",
|
|
23908
23902
|
right: t.thisValue ? "" : "10px",
|
|
23909
23903
|
color: t.thisValue ? "white" : e.offForeground
|
|
23910
|
-
})
|
|
23904
|
+
}, { position: "absolute" }])
|
|
23911
23905
|
}, A(t.thisValue ? e.on : e.off), 5), [
|
|
23912
23906
|
[I, e.insideContent]
|
|
23913
23907
|
])
|