@rezkit/toursui 0.2.39 → 0.2.41

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.js CHANGED
@@ -3344,22 +3344,22 @@ const df = {
3344
3344
  required: !1,
3345
3345
  default: "Enter keyword"
3346
3346
  },
3347
- categorySuggestionTitle: {
3347
+ categorySuggestionText: {
3348
3348
  type: String,
3349
3349
  required: !1,
3350
3350
  default: "Categories"
3351
3351
  },
3352
- locationSuggestionTitle: {
3352
+ locationSuggestionText: {
3353
3353
  type: String,
3354
3354
  required: !1,
3355
3355
  default: "Locations"
3356
3356
  },
3357
- tourNameSuggestionTitle: {
3357
+ tourNameSuggestionText: {
3358
3358
  type: String,
3359
3359
  required: !1,
3360
3360
  default: "Tour Names"
3361
3361
  },
3362
- tourCodeSuggestionTitle: {
3362
+ tourCodeSuggestionText: {
3363
3363
  type: String,
3364
3364
  required: !1,
3365
3365
  default: "Tour Codes"
@@ -3444,25 +3444,25 @@ const df = {
3444
3444
  }, ["stop"]))
3445
3445
  }, [
3446
3446
  Je(wn, {
3447
- title: e.categorySuggestionTitle,
3447
+ title: e.categorySuggestionText,
3448
3448
  suggestions: i.value,
3449
3449
  type: "category",
3450
3450
  "onProcess:chosenSuggestion": c
3451
3451
  }, null, 8, ["title", "suggestions"]),
3452
3452
  Je(wn, {
3453
- title: e.locationSuggestionTitle,
3453
+ title: e.locationSuggestionText,
3454
3454
  suggestions: i.value,
3455
3455
  type: "location",
3456
3456
  "onProcess:chosenSuggestion": c
3457
3457
  }, null, 8, ["title", "suggestions"]),
3458
3458
  Je(wn, {
3459
- title: e.tourNameSuggestionTitle,
3459
+ title: e.tourNameSuggestionText,
3460
3460
  suggestions: i.value,
3461
3461
  type: "name",
3462
3462
  "onProcess:chosenSuggestion": c
3463
3463
  }, null, 8, ["title", "suggestions"]),
3464
3464
  Je(wn, {
3465
- title: e.tourCodeSuggestionTitle,
3465
+ title: e.tourCodeSuggestionText,
3466
3466
  suggestions: i.value,
3467
3467
  type: "x_code",
3468
3468
  "onProcess:chosenSuggestion": c
@@ -13493,8 +13493,8 @@ const $1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
13493
13493
  df: $.string().or($.date()).optional(),
13494
13494
  dt: $.string().or($.date()).optional(),
13495
13495
  j: $.literal("a").or($.literal("d")).optional(),
13496
- hdt: $.coerce.number().min(1).int().optional(),
13497
- hdf: $.coerce.number().min(1).int().optional()
13496
+ hdt: $.coerce.number().optional(),
13497
+ hdf: $.coerce.number().optional()
13498
13498
  }).refine((e) => !(e.q && e.qs), { message: "`q` and `qs` are mutually exclusive", path: ["q", "qs"] }), g1 = $.union([$.string(), $.number(), $.boolean(), $.array($.string()), $.null()]), y1 = $.object({
13499
13499
  name: $.string(),
13500
13500
  code: $.string(),