@bsgoal/common 2.28.35 → 2.28.37
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/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -119,8 +119,10 @@ const Ma = (l) => {
|
|
|
119
119
|
},
|
|
120
120
|
mounted(l) {
|
|
121
121
|
setTimeout(() => {
|
|
122
|
-
nn(
|
|
123
|
-
|
|
122
|
+
nn(() => {
|
|
123
|
+
Ma(l);
|
|
124
|
+
});
|
|
125
|
+
}, 100);
|
|
124
126
|
},
|
|
125
127
|
unmounted(l) {
|
|
126
128
|
window.removeEventListener("resize", Ma(l));
|
|
@@ -6239,6 +6241,7 @@ const s1 = { class: "bsgoal-base-search" }, u1 = { class: "base_search" }, c1 =
|
|
|
6239
6241
|
class: _t({ base_form_time_date_picker: D(A) }),
|
|
6240
6242
|
modelValue: c.value[ue],
|
|
6241
6243
|
"onUpdate:modelValue": (ne) => c.value[ue] = ne,
|
|
6244
|
+
clearable: !1,
|
|
6242
6245
|
disabled: nt,
|
|
6243
6246
|
format: C(ee, jt),
|
|
6244
6247
|
"value-format": C(ee, jt),
|