@rezkit/toursui 0.2.24 → 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 +5 -5
- package/dist/toursui.js.map +1 -1
- package/package.json +1 -1
package/dist/toursui.js
CHANGED
@@ -3338,7 +3338,7 @@ const df = {
|
|
3338
3338
|
modelValue: {
|
3339
3339
|
type: String
|
3340
3340
|
},
|
3341
|
-
|
3341
|
+
placeholderText: {
|
3342
3342
|
type: String,
|
3343
3343
|
required: !1,
|
3344
3344
|
default: "Enter keyword"
|
@@ -3405,7 +3405,7 @@ const df = {
|
|
3405
3405
|
"onUpdate:modelValue": w[0] || (w[0] = (E) => u.value = E),
|
3406
3406
|
type: "search",
|
3407
3407
|
class: Ae(["rk-input rk-input--search-box", `layout-${D(a)}`]),
|
3408
|
-
placeholder: e.
|
3408
|
+
placeholder: e.placeholderText,
|
3409
3409
|
onFocusout: v,
|
3410
3410
|
onKeyup: Ee(d, ["enter"])
|
3411
3411
|
}, null, 42, hf), [
|
@@ -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({
|