@creatorsn/vfluent3 0.3.59 → 0.3.60
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: {
|