@sysvale/cuida 3.146.0 → 3.146.1
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.
|
@@ -43100,7 +43100,7 @@ const qo = 0, Go = 1, qd = (e) => e === void 0 ? {} : JSON.parse(JSON.stringify(
|
|
|
43100
43100
|
}
|
|
43101
43101
|
},
|
|
43102
43102
|
mounted() {
|
|
43103
|
-
this.modelValue
|
|
43103
|
+
!this.modelValue || this.modelValue.length === 0 || (this.selectedValue = this.modelValue, this.updateRenderOptions(), this.indeterminate = this.hasSelectedValues && this.selectedValue.length < this.options.length);
|
|
43104
43104
|
},
|
|
43105
43105
|
methods: {
|
|
43106
43106
|
unselectItem(e) {
|
|
@@ -43175,9 +43175,9 @@ const qo = 0, Go = 1, qd = (e) => e === void 0 ? {} : JSON.parse(JSON.stringify(
|
|
|
43175
43175
|
}
|
|
43176
43176
|
}, iy = () => {
|
|
43177
43177
|
et((e) => ({
|
|
43178
|
-
|
|
43179
|
-
"
|
|
43180
|
-
"
|
|
43178
|
+
"0d6db361": e.inputBackgroundColor,
|
|
43179
|
+
"213701b4": e.resolveMultiselectHeight,
|
|
43180
|
+
"03fca894": e.resolveMultiselectTop
|
|
43181
43181
|
}));
|
|
43182
43182
|
}, sy = z2.setup;
|
|
43183
43183
|
z2.setup = sy ? (e, t) => (iy(), sy(e, t)) : iy;
|