@voicenter-team/voicenter-ui-plus 0.0.63 → 0.0.65
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/library/super.mjs +4 -1
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +2 -2
- package/library/super.umd.js.map +1 -1
- package/package.json +1 -1
package/library/super.mjs
CHANGED
|
@@ -15068,7 +15068,7 @@ const iv = /* @__PURE__ */ he(Dx, [["render", xx]]), Rx = "value", Fx = "label",
|
|
|
15068
15068
|
return this.modelValue;
|
|
15069
15069
|
},
|
|
15070
15070
|
set(e) {
|
|
15071
|
-
this.$emit("update:modelValue", e)
|
|
15071
|
+
this.$emit("update:modelValue", e);
|
|
15072
15072
|
}
|
|
15073
15073
|
},
|
|
15074
15074
|
selectOptions() {
|
|
@@ -19070,6 +19070,9 @@ const AL = /* @__PURE__ */ he(kL, [["render", TL]]), PL = Q({
|
|
|
19070
19070
|
},
|
|
19071
19071
|
perPage() {
|
|
19072
19072
|
this.createDropDownOptions();
|
|
19073
|
+
},
|
|
19074
|
+
total() {
|
|
19075
|
+
this.createDropDownOptions();
|
|
19073
19076
|
}
|
|
19074
19077
|
},
|
|
19075
19078
|
mounted() {
|