@rezkit/toursui 0.2.24 → 0.2.25
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 +1 -1
- package/dist/toursui.cjs.map +1 -1
- package/dist/toursui.js +2 -2
- 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), [
|