@rezkit/toursui 0.2.25 → 0.2.27
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/toursui.cjs +2 -2
- package/dist/toursui.cjs.map +1 -1
- package/dist/toursui.js +3 -3
- package/dist/toursui.js.map +1 -1
- package/package.json +1 -1
package/dist/toursui.js
CHANGED
@@ -4293,7 +4293,7 @@ const dh = { key: 0 }, fh = /* @__PURE__ */ ze({
|
|
4293
4293
|
},
|
4294
4294
|
emits: ["update:modelValue"],
|
4295
4295
|
setup(e, { emit: t }) {
|
4296
|
-
const r = e, a = Te(r, "headingOnly"), n = Te(r, "term"), i = Te(r, "prefix"), o = Te(r, "styleOpts"), s = Te(r, "subOptions"), u = r.count ? Te(r, "count") : re(0), c = Te(r, "title"), d = Te(r, "open"), v = re(), h = re(), k = re(), w = re(ch(s.value)), E = ee(() => w.value && w.value.length > 0), A = ee({
|
4296
|
+
const r = e, a = Te(r, "headingOnly"), n = Te(r, "term"), i = Te(r, "prefix"), o = Te(r, "styleOpts"), s = Te(r, "subOptions"), u = r.count ? Te(r, "count") : re(0), c = Te(r, "title"), d = Te(r, "open"), v = re(), h = re(), k = re(), w = typeof s.value == "boolean" ? re(!0) : re(ch(s.value)), E = ee(() => typeof s.value == "boolean" ? w.value : w.value && w.value.length > 0), A = ee({
|
4297
4297
|
get() {
|
4298
4298
|
return r.modelValue || [];
|
4299
4299
|
},
|
@@ -13471,7 +13471,7 @@ const $1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13471
13471
|
images: $.array($.any())
|
13472
13472
|
}).required().passthrough(), _1 = $.object({
|
13473
13473
|
_id: $.string(),
|
13474
|
-
_score: $.number().nonnegative(),
|
13474
|
+
_score: $.number().nonnegative().nullable(),
|
13475
13475
|
_routing: $.string(),
|
13476
13476
|
_source: $.object({
|
13477
13477
|
type: $.literal("departure"),
|
@@ -13488,7 +13488,7 @@ const $1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13488
13488
|
}).passthrough()
|
13489
13489
|
}).required(), b1 = $.object({
|
13490
13490
|
_id: $.string(),
|
13491
|
-
_score: $.number().nonnegative(),
|
13491
|
+
_score: $.number().nonnegative().nullable(),
|
13492
13492
|
_routing: $.string(),
|
13493
13493
|
_source: y1,
|
13494
13494
|
inner_hits: $.object({
|