@hotelinking/ui 13.45.0 → 13.45.2

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/ui.d.ts CHANGED
@@ -1279,6 +1279,8 @@ export declare interface UiSelectInterface {
1279
1279
  disabled?: boolean;
1280
1280
  /** Text that appears top right side of the input field, that informs to user is a required field */
1281
1281
  requiredText?: string;
1282
+ /** the select input is used in the topbar of the wrapper. Internal use, do not use */
1283
+ isWrapped?: boolean;
1282
1284
  }
1283
1285
 
1284
1286
  export declare const uiSelectMultiple: DefineComponent<UiSelectInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
package/dist/ui.es.js CHANGED
@@ -44,7 +44,7 @@ const D = /* @__PURE__ */ B({
44
44
  }), bt = ["disabled"], wt = {
45
45
  key: 1,
46
46
  class: "animate-pulse px-4 py-2.5 text-sm rounded-md inline-flex items-center border border-transparent font-medium shadow-sm text-white focus:outline-none focus:ring-2 focus:ring-offset-2 disabled:opacity-25 bg-gray-200"
47
- }, J = /* @__PURE__ */ B({
47
+ }, W = /* @__PURE__ */ B({
48
48
  __name: "uiButton",
49
49
  props: {
50
50
  block: { type: Boolean },
@@ -202,7 +202,7 @@ function Ze(m, u) {
202
202
  })
203
203
  ]);
204
204
  }
205
- function Je(m, u) {
205
+ function We(m, u) {
206
206
  return s(), a("svg", {
207
207
  xmlns: "http://www.w3.org/2000/svg",
208
208
  fill: "none",
@@ -253,7 +253,7 @@ function Tt(m, u) {
253
253
  })
254
254
  ]);
255
255
  }
256
- function We(m, u) {
256
+ function Je(m, u) {
257
257
  return s(), a("svg", {
258
258
  xmlns: "http://www.w3.org/2000/svg",
259
259
  fill: "none",
@@ -542,7 +542,7 @@ function ge(m, u) {
542
542
  })
543
543
  ]);
544
544
  }
545
- function W(m, u) {
545
+ function J(m, u) {
546
546
  return s(), a("svg", {
547
547
  xmlns: "http://www.w3.org/2000/svg",
548
548
  fill: "none",
@@ -667,10 +667,10 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
667
667
  }), Ht = { key: 0 }, Et = { class: "flex justify-between" }, Zt = {
668
668
  key: 0,
669
669
  class: "block text-sm font-medium text-gray-700"
670
- }, Jt = {
670
+ }, Wt = {
671
671
  key: 1,
672
672
  class: "place-self-center text-[10px] text-gray-500 uppercase justify-self-end"
673
- }, Wt = ["max", "disabled", "name", "placeholder", "type"], Gt = { class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, Kt = {
673
+ }, Jt = ["max", "disabled", "name", "placeholder", "type"], Gt = { class: "absolute inset-y-0 right-0 pr-3 flex items-center pointer-events-none" }, Kt = {
674
674
  key: 1,
675
675
  class: "animate-pulse"
676
676
  }, Qt = {
@@ -712,7 +712,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
712
712
  ])) : (s(), a("div", Ht, [
713
713
  e("div", Et, [
714
714
  t.label ? (s(), a("label", Zt, g(t.label), 1)) : b("", !0),
715
- t.requiredText ? (s(), a("span", Jt, g(t.requiredText), 1)) : b("", !0)
715
+ t.requiredText ? (s(), a("span", Wt, g(t.requiredText), 1)) : b("", !0)
716
716
  ]),
717
717
  e("div", {
718
718
  class: f([{ "mt-1": t.label }, "relative flex"])
@@ -746,7 +746,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
746
746
  placeholder: t.placeholder,
747
747
  type: t.type,
748
748
  onInput: o
749
- }, null, 42, Wt), [
749
+ }, null, 42, Jt), [
750
750
  [lt, l.value]
751
751
  ]),
752
752
  t.rightAddOn ? (s(), a("span", {
@@ -776,7 +776,7 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
776
776
  [j, t.color === "yellow"]
777
777
  ]),
778
778
  C(p(D, {
779
- icon: c(W),
779
+ icon: c(J),
780
780
  color: "red",
781
781
  loading: t.loading
782
782
  }, null, 8, ["icon", "loading"]), [
@@ -921,7 +921,8 @@ const Pt = { class: "flex justify-between sha" }, Ft = {
921
921
  select: {},
922
922
  loading: { type: Boolean, default: !0 },
923
923
  disabled: { type: Boolean },
924
- requiredText: {}
924
+ requiredText: {},
925
+ isWrapped: { type: Boolean }
925
926
  },
926
927
  emits: ["selectChanged"],
927
928
  setup(m, { expose: u, emit: n }) {
@@ -1090,7 +1091,8 @@ const bs = { class: "flex justify-between" }, ws = {
1090
1091
  select: {},
1091
1092
  loading: { type: Boolean, default: !0 },
1092
1093
  disabled: { type: Boolean },
1093
- requiredText: {}
1094
+ requiredText: {},
1095
+ isWrapped: { type: Boolean }
1094
1096
  },
1095
1097
  emits: ["selectChanged"],
1096
1098
  setup(m, { emit: u }) {
@@ -1122,6 +1124,7 @@ const bs = { class: "flex justify-between" }, ws = {
1122
1124
  }, [
1123
1125
  p(c(qe), {
1124
1126
  class: f([{
1127
+ "!border-transparent !shadow-none": d.isWrapped,
1125
1128
  "mt-1": d.requiredText || d.label,
1126
1129
  "border-gray-300": d.color === "gray",
1127
1130
  "border-red-400": d.color === "red",
@@ -1435,7 +1438,7 @@ const bs = { class: "flex justify-between" }, ws = {
1435
1438
  class: "h-8 w-8 text-yellow-400",
1436
1439
  "aria-hidden": "true"
1437
1440
  })) : b("", !0),
1438
- l.type === "success" ? (s(), x(c(We), {
1441
+ l.type === "success" ? (s(), x(c(Je), {
1439
1442
  key: 3,
1440
1443
  class: "h-8 w-8 text-green-400",
1441
1444
  "aria-hidden": "true"
@@ -1491,10 +1494,10 @@ const bs = { class: "flex justify-between" }, ws = {
1491
1494
  }, Us = { key: 0 }, Hs = ["onClick"], Es = {
1492
1495
  key: 1,
1493
1496
  class: "flex items-center"
1494
- }, Zs = ["onClick"], Js = {
1497
+ }, Zs = ["onClick"], Ws = {
1495
1498
  key: 1,
1496
1499
  class: "flex flex-row items-center animate-pulse"
1497
- }, Ws = /* @__PURE__ */ B({
1500
+ }, Js = /* @__PURE__ */ B({
1498
1501
  __name: "uiBreadcrumbs",
1499
1502
  props: {
1500
1503
  pages: {},
@@ -1502,7 +1505,7 @@ const bs = { class: "flex justify-between" }, ws = {
1502
1505
  },
1503
1506
  emits: ["breadCrumbClicked"],
1504
1507
  setup(m, { emit: u }) {
1505
- return (n, i) => n.loading ? (s(), a("div", Js, i[0] || (i[0] = [
1508
+ return (n, i) => n.loading ? (s(), a("div", Ws, i[0] || (i[0] = [
1506
1509
  e("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
1507
1510
  e("div", { class: "h-2.5 bg-gray-200 rounded-full dark:bg-gray-300 w-1/5 mr-4" }, null, -1),
1508
1511
  e("div", { class: "animate-pulse rounded-full bg-gray-200 dark:bg-gray-300 h-4 w-4 mr-4" }, null, -1),
@@ -1685,7 +1688,7 @@ const bs = { class: "flex justify-between" }, ws = {
1685
1688
  }, [
1686
1689
  t[3] || (t[3] = e("span", { class: "sr-only" }, "X", -1)),
1687
1690
  p(D, {
1688
- icon: c(W),
1691
+ icon: c(J),
1689
1692
  "aria-hidden": "true",
1690
1693
  loading: o.loading
1691
1694
  }, null, 8, ["icon", "loading"])
@@ -1700,7 +1703,7 @@ const bs = { class: "flex justify-between" }, ws = {
1700
1703
  "bg-yellow-100": o.type === "warning"
1701
1704
  }])
1702
1705
  }, [
1703
- C(p(c(W), {
1706
+ C(p(c(J), {
1704
1707
  class: "h-6 w-6 text-red-600",
1705
1708
  "aria-hidden": "true"
1706
1709
  }, null, 512), [
@@ -1796,7 +1799,7 @@ const bs = { class: "flex justify-between" }, ws = {
1796
1799
  e("div", mo, [
1797
1800
  e("div", fo, [
1798
1801
  e("div", yo, [
1799
- C(p(c(We), {
1802
+ C(p(c(Je), {
1800
1803
  "aria-hidden": "true",
1801
1804
  class: "h-6 w-6 text-green-400"
1802
1805
  }, null, 512), [
@@ -1832,7 +1835,7 @@ const bs = { class: "flex justify-between" }, ws = {
1832
1835
  onClick: o[0] || (o[0] = (t) => l.$emit("closeNotification"))
1833
1836
  }, [
1834
1837
  o[1] || (o[1] = e("span", { class: "sr-only" }, "Close", -1)),
1835
- p(c(W), {
1838
+ p(c(J), {
1836
1839
  "aria-hidden": "true",
1837
1840
  class: "h-5 w-5"
1838
1841
  })
@@ -2074,7 +2077,7 @@ function Zo(m, u, n, i, l, o) {
2074
2077
  ])
2075
2078
  ]);
2076
2079
  }
2077
- const Jo = /* @__PURE__ */ te(Vo, [["render", Zo]]), Wo = {
2080
+ const Wo = /* @__PURE__ */ te(Vo, [["render", Zo]]), Jo = {
2078
2081
  name: "SkeletonTable"
2079
2082
  }, Go = { class: "px-4 sm:px-6 lg:px-8 animate-pulse" }, Ko = { class: "flow-root" }, Qo = { class: "-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8" }, Xo = { class: "inline-block min-w-full py-2 align-middle px-1" }, el = { class: "overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg" }, tl = { class: "min-w-full divide-y divide-gray-300" }, sl = { class: "divide-y divide-gray-200 bg-white" };
2080
2083
  function ol(m, u, n, i, l, o) {
@@ -2155,7 +2158,7 @@ function ol(m, u, n, i, l, o) {
2155
2158
  ])
2156
2159
  ]);
2157
2160
  }
2158
- const tt = /* @__PURE__ */ te(Wo, [["render", ol]]);
2161
+ const tt = /* @__PURE__ */ te(Jo, [["render", ol]]);
2159
2162
  var ie = { exports: {} }, ll = ie.exports, Oe;
2160
2163
  function rl() {
2161
2164
  return Oe || (Oe = 1, function(m, u) {
@@ -2330,7 +2333,7 @@ const oe = /* @__PURE__ */ te(ml, [["render", yl]]), hl = {
2330
2333
  e("tbody", kl, [
2331
2334
  e("tr", null, [
2332
2335
  e("th", $l, [
2333
- p(Jo, {
2336
+ p(Wo, {
2334
2337
  selectedDate: o.value,
2335
2338
  onDateSelected: P[0] || (P[0] = (N) => y(N))
2336
2339
  }, null, 8, ["selectedDate"])
@@ -2349,7 +2352,7 @@ const oe = /* @__PURE__ */ te(ml, [["render", yl]]), hl = {
2349
2352
  e("tr", null, [
2350
2353
  e("th", _l, [
2351
2354
  e("span", null, g(k.literals.category) + " " + g(k.category.name), 1),
2352
- p(J, {
2355
+ p(W, {
2353
2356
  loading: k.loading,
2354
2357
  class: "ml-4",
2355
2358
  size: "small",
@@ -2478,10 +2481,10 @@ const oe = /* @__PURE__ */ te(ml, [["render", yl]]), hl = {
2478
2481
  ]));
2479
2482
  };
2480
2483
  }
2481
- }), El = { class: "chart-header flex flex-row items-center w-full justify-between" }, Zl = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, Jl = {
2484
+ }), El = { class: "chart-header flex flex-row items-center w-full justify-between" }, Zl = { class: "text-sm font-medium text-gray-500 truncate mr-8" }, Wl = {
2482
2485
  key: 0,
2483
2486
  class: "flex items-center gap-x-2 grow"
2484
- }, Wl = { class: "self-center ml-2" }, Gl = { class: "self-center ml-2" }, Kl = { class: "self-center ml-2" }, Ql = { class: "hidden sm:flex items-center" }, Xl = { class: "w-1/2 min-w-0 flex-1" }, er = ["max"], tr = { class: "min-w-0 flex-1" }, sr = ["max"], or = { class: "chart-content relative" }, lr = /* @__PURE__ */ B({
2487
+ }, Jl = { class: "self-center ml-2" }, Gl = { class: "self-center ml-2" }, Kl = { class: "self-center ml-2" }, Ql = { class: "hidden sm:flex items-center" }, Xl = { class: "w-1/2 min-w-0 flex-1" }, er = ["max"], tr = { class: "min-w-0 flex-1" }, sr = ["max"], or = { class: "chart-content relative" }, lr = /* @__PURE__ */ B({
2485
2488
  __name: "uiChart",
2486
2489
  props: {
2487
2490
  labels: {},
@@ -2575,7 +2578,7 @@ const oe = /* @__PURE__ */ te(ml, [["render", yl]]), hl = {
2575
2578
  }, [
2576
2579
  e("div", El, [
2577
2580
  e("div", Zl, g(S.title), 1),
2578
- S.isNps && S.npsLiterals ? (s(), a("div", Jl, [
2581
+ S.isNps && S.npsLiterals ? (s(), a("div", Wl, [
2579
2582
  p(U, {
2580
2583
  size: "small",
2581
2584
  color: "red",
@@ -2587,7 +2590,7 @@ const oe = /* @__PURE__ */ te(ml, [["render", yl]]), hl = {
2587
2590
  loading: !1,
2588
2591
  color: "red"
2589
2592
  }, null, 8, ["icon"]),
2590
- e("span", Wl, g(S.npsLiterals.unhappy), 1)
2593
+ e("span", Jl, g(S.npsLiterals.unhappy), 1)
2591
2594
  ]),
2592
2595
  _: 1
2593
2596
  }),
@@ -2988,7 +2991,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
2988
2991
  key: 1,
2989
2992
  role: "list",
2990
2993
  class: "flex flex-1 flex-col gap-y-7 mb-4"
2991
- }, Zr = { class: "ml-2 space-y-1" }, Jr = { class: "font-bold mb-4" }, Wr = {
2994
+ }, Zr = { class: "ml-2 space-y-1" }, Wr = { class: "font-bold mb-4" }, Jr = {
2992
2995
  key: 1,
2993
2996
  class: "flex flex-col grow gap-y-5 overflow-y-auto pr-6"
2994
2997
  }, Gr = { class: "h-12 flex flex-row items-center" }, ye = /* @__PURE__ */ B({
@@ -3021,7 +3024,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3021
3024
  ], 10, Pr))), 128))
3022
3025
  ])
3023
3026
  ]),
3024
- l.loading ? (s(), a("div", Wr, [
3027
+ l.loading ? (s(), a("div", Jr, [
3025
3028
  (s(), a($, null, _(5, (t) => e("div", Gr, o[1] || (o[1] = [
3026
3029
  e("div", { class: "w-6 h-6 animate-pulse bg-gray-200 rounded-full dark:bg-gray-300 mr-4" }, null, -1),
3027
3030
  e("div", { class: "h-3 animate-pulse bg-gray-200 rounded-full w-1/2 dark:bg-gray-300" }, null, -1)
@@ -3133,7 +3136,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3133
3136
  class: "ml-2",
3134
3137
  key: r
3135
3138
  }, [
3136
- e("p", Jr, g(t.label), 1),
3139
+ e("p", Wr, g(t.label), 1),
3137
3140
  (s(!0), a($, null, _(t.filters, (d, y) => (s(), x(Ee, {
3138
3141
  class: "mb-2",
3139
3142
  value: d.value,
@@ -3517,7 +3520,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3517
3520
  }), Rn = { class: "lg:hidden" }, Un = ["value"], Hn = { class: "hidden lg:block" }, En = { class: "border-b border-gray-200" }, Zn = {
3518
3521
  class: "-mb-px flex space-x-8",
3519
3522
  "aria-label": "Tabs"
3520
- }, Jn = ["onClick", "aria-current"], Wn = /* @__PURE__ */ B({
3523
+ }, Wn = ["onClick", "aria-current"], Jn = /* @__PURE__ */ B({
3521
3524
  __name: "uiTabs",
3522
3525
  props: {
3523
3526
  tabs: {}
@@ -3562,7 +3565,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3562
3565
  "hidden ml-3 py-0.5 px-2.5 rounded-full text-xs font-medium md:inline-block"
3563
3566
  ])
3564
3567
  }, g(t.count), 3)) : b("", !0)
3565
- ], 10, Jn))), 128))
3568
+ ], 10, Wn))), 128))
3566
3569
  ])
3567
3570
  ])
3568
3571
  ])
@@ -3733,11 +3736,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
3733
3736
  p(c(Z), { class: "inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" }, {
3734
3737
  default: v(() => [
3735
3738
  o[1] || (o[1] = e("span", { class: "sr-only" }, "Open main menu", -1)),
3736
- t ? (s(), x(c(W), {
3739
+ t ? (s(), x(c(J), {
3737
3740
  key: 1,
3738
3741
  class: "block h-6 w-6",
3739
3742
  "aria-hidden": "true"
3740
- })) : (s(), x(c(Je), {
3743
+ })) : (s(), x(c(We), {
3741
3744
  key: 0,
3742
3745
  class: "block h-6 w-6",
3743
3746
  "aria-hidden": "true"
@@ -4035,7 +4038,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4035
4038
  ])
4036
4039
  ], 64));
4037
4040
  }
4038
- }), Ja = { class: "w-full flex flex-col justify-center p-10 grow" }, Wa = { class: "text-center" }, Ga = { class: "text-2xl mt-4 font-bold" }, Ka = { class: "mt-4" }, Qa = { class: "buttons flex mt-8 gap-x-1 justify-center flex-col gap-y-2 md:flex-row md:gap-y-0" }, Xa = /* @__PURE__ */ B({
4041
+ }), Wa = { class: "w-full flex flex-col justify-center p-10 grow" }, Ja = { class: "text-center" }, Ga = { class: "text-2xl mt-4 font-bold" }, Ka = { class: "mt-4" }, Qa = { class: "buttons flex mt-8 gap-x-1 justify-center flex-col gap-y-2 md:flex-row md:gap-y-0" }, Xa = /* @__PURE__ */ B({
4039
4042
  __name: "uiNoResults",
4040
4043
  props: {
4041
4044
  title: {},
@@ -4046,7 +4049,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4046
4049
  },
4047
4050
  emits: ["action", "noResultsOptionSelected"],
4048
4051
  setup(m) {
4049
- return (u, n) => (s(), a("div", Ja, [
4052
+ return (u, n) => (s(), a("div", Wa, [
4050
4053
  p(D, {
4051
4054
  class: "mx-auto",
4052
4055
  loading: !1,
@@ -4054,11 +4057,11 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4054
4057
  size: "massive",
4055
4058
  color: "gray"
4056
4059
  }, null, 8, ["icon"]),
4057
- e("div", Wa, [
4060
+ e("div", Ja, [
4058
4061
  e("h2", Ga, g(u.title), 1),
4059
4062
  e("p", Ka, g(u.message), 1),
4060
4063
  e("div", Qa, [
4061
- (s(!0), a($, null, _(u.actions, (i, l) => (s(), x(J, {
4064
+ (s(!0), a($, null, _(u.actions, (i, l) => (s(), x(W, {
4062
4065
  key: l,
4063
4066
  loading: !1,
4064
4067
  onClick: (o) => u.$emit("action", i.action)
@@ -4131,7 +4134,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4131
4134
  }, [
4132
4135
  i[2] || (i[2] = e("span", { class: "absolute -inset-2.5" }, null, -1)),
4133
4136
  i[3] || (i[3] = e("span", { class: "sr-only" }, "Close panel", -1)),
4134
- p(c(W), {
4137
+ p(c(J), {
4135
4138
  class: "h-6 w-6 ring-0",
4136
4139
  "aria-hidden": "true"
4137
4140
  })
@@ -4235,7 +4238,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4235
4238
  ])
4236
4239
  ]))), 128))
4237
4240
  ])),
4238
- o.gallery.length > 0 && !o.loading ? (s(), x(J, {
4241
+ o.gallery.length > 0 && !o.loading ? (s(), x(W, {
4239
4242
  key: 3,
4240
4243
  onClick: t[1] || (t[1] = (r) => i.value = !0),
4241
4244
  class: "mt-8",
@@ -4504,7 +4507,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4504
4507
  name: "dateTo",
4505
4508
  loading: !0
4506
4509
  }),
4507
- p(J, { loading: !0 }, {
4510
+ p(W, { loading: !0 }, {
4508
4511
  default: v(() => d[2] || (d[2] = [
4509
4512
  T("Search")
4510
4513
  ])),
@@ -4539,7 +4542,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4539
4542
  max: i.value.toString(),
4540
4543
  onInputChanged: d[1] || (d[1] = (y) => c(l).to = y.value)
4541
4544
  }, null, 8, ["class", "addOn", "name", "color", "value", "error", "disabled", "max"]),
4542
- p(J, {
4545
+ p(W, {
4543
4546
  disabled: r.disabled,
4544
4547
  color: "primary",
4545
4548
  loading: !1,
@@ -4600,7 +4603,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4600
4603
  ], 2)
4601
4604
  ]));
4602
4605
  }
4603
- }), Ji = { class: "mt-1 mb-8 text-sm text-gray-500" }, Wi = /* @__PURE__ */ B({
4606
+ }), Wi = { class: "mt-1 mb-8 text-sm text-gray-500" }, Ji = /* @__PURE__ */ B({
4604
4607
  __name: "uiSectionTitle",
4605
4608
  props: {
4606
4609
  title: {},
@@ -4611,7 +4614,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4611
4614
  e("h3", {
4612
4615
  class: f(["text-lg font-medium leading-6 text-gray-900", { "mb-8": u.description === void 0 }])
4613
4616
  }, g(u.title), 3),
4614
- e("p", Ji, g(u.description), 1)
4617
+ e("p", Wi, g(u.description), 1)
4615
4618
  ], 64));
4616
4619
  }
4617
4620
  }), Gi = {
@@ -4781,7 +4784,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4781
4784
  onClick: o
4782
4785
  }, [
4783
4786
  r[10] || (r[10] = e("span", { class: "sr-only" }, "Close sidebar", -1)),
4784
- p(c(W), {
4787
+ p(c(J), {
4785
4788
  class: "h-6 w-6 text-white",
4786
4789
  "aria-hidden": "true"
4787
4790
  })
@@ -4837,7 +4840,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4837
4840
  onClick: o
4838
4841
  }, [
4839
4842
  r[11] || (r[11] = e("span", { class: "sr-only" }, "Open sidebar", -1)),
4840
- p(c(Je), {
4843
+ p(c(We), {
4841
4844
  class: "h-6 w-6",
4842
4845
  "aria-hidden": "true"
4843
4846
  })
@@ -4848,6 +4851,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4848
4851
  }, null, -1)),
4849
4852
  e("div", gd, [
4850
4853
  p(je, {
4854
+ isWrapped: !0,
4851
4855
  class: "w-full self-center relative",
4852
4856
  items: t.topbar.selectItems,
4853
4857
  select: t.topbar.selectedItem,
@@ -4974,7 +4978,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
4974
4978
  select: {},
4975
4979
  loading: { type: Boolean, default: !0 },
4976
4980
  disabled: { type: Boolean },
4977
- requiredText: {}
4981
+ requiredText: {},
4982
+ isWrapped: { type: Boolean }
4978
4983
  },
4979
4984
  emits: ["selectChanged"],
4980
4985
  setup(m, { emit: u }) {
@@ -5172,7 +5177,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5172
5177
  onOptionSelected: d[2] || (d[2] = (y) => i("smartOptionSelected", y)),
5173
5178
  onRightAddOnClicked: d[3] || (d[3] = (y) => i("rightAddOnClicked"))
5174
5179
  }), null, 16)),
5175
- r.showFilterButton ? (s(), x(J, {
5180
+ r.showFilterButton ? (s(), x(W, {
5176
5181
  key: 0,
5177
5182
  class: "mt-2 lg:mt-0 w-full lg:w-auto ml-2",
5178
5183
  loading: r.loading
@@ -5187,8 +5192,8 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5187
5192
  }), Ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5188
5193
  __proto__: null,
5189
5194
  uiAlert: qs,
5190
- uiBreadcrumbs: Ws,
5191
- uiButton: J,
5195
+ uiBreadcrumbs: Js,
5196
+ uiButton: W,
5192
5197
  uiCard: so,
5193
5198
  uiChart: lr,
5194
5199
  uiCheckbox: Ee,
@@ -5213,7 +5218,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5213
5218
  uiPriceCalendar: Hl,
5214
5219
  uiRangeSlider: Zi,
5215
5220
  uiRightSidebar: ui,
5216
- uiSectionTitle: Wi,
5221
+ uiSectionTitle: Ji,
5217
5222
  uiSelect: ys,
5218
5223
  uiSelectMultiple: ot,
5219
5224
  uiSelect_v2: je,
@@ -5223,7 +5228,7 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5223
5228
  uiStats: st,
5224
5229
  uiStripedCard: bn,
5225
5230
  uiTable: Vn,
5226
- uiTabs: Wn,
5231
+ uiTabs: Jn,
5227
5232
  uiTag: U,
5228
5233
  uiTaskList: zo,
5229
5234
  uiTextArea: Ms,
@@ -5245,12 +5250,12 @@ const ir = /* @__PURE__ */ te(rr, [["render", ar]]), dr = /* @__PURE__ */ B({
5245
5250
  "number",
5246
5251
  "date",
5247
5252
  "datetime-local"
5248
- ], Ad = ["black", "gray", "white"], Ed = [...Ld, ...Ad], Od = ["small", "medium", "big"], Nd = ["bigger", "huge", "massive"], Zd = [...Od, ...Nd], Jd = ["default", "success", "warning", "danger"];
5253
+ ], Ad = ["black", "gray", "white"], Ed = [...Ld, ...Ad], Od = ["small", "medium", "big"], Nd = ["bigger", "huge", "massive"], Zd = [...Od, ...Nd], Wd = ["default", "success", "warning", "danger"];
5249
5254
  function Id(m) {
5250
5255
  for (const u in Ne)
5251
5256
  m.component(u, Ne[u]);
5252
5257
  }
5253
- const Wd = { install: Id };
5258
+ const Jd = { install: Id };
5254
5259
  export {
5255
5260
  Ed as AllColors,
5256
5261
  Zd as AllSizes,
@@ -5258,12 +5263,12 @@ export {
5258
5263
  Ld as Colors,
5259
5264
  Ad as MonoColors,
5260
5265
  Od as Sizes,
5261
- Jd as Types,
5266
+ Wd as Types,
5262
5267
  Hd as UiInputTypes,
5263
- Wd as default,
5268
+ Jd as default,
5264
5269
  qs as uiAlert,
5265
- Ws as uiBreadcrumbs,
5266
- J as uiButton,
5270
+ Js as uiBreadcrumbs,
5271
+ W as uiButton,
5267
5272
  so as uiCard,
5268
5273
  lr as uiChart,
5269
5274
  Ee as uiCheckbox,
@@ -5288,7 +5293,7 @@ export {
5288
5293
  Hl as uiPriceCalendar,
5289
5294
  Zi as uiRangeSlider,
5290
5295
  ui as uiRightSidebar,
5291
- Wi as uiSectionTitle,
5296
+ Ji as uiSectionTitle,
5292
5297
  ys as uiSelect,
5293
5298
  ot as uiSelectMultiple,
5294
5299
  je as uiSelect_v2,
@@ -5298,7 +5303,7 @@ export {
5298
5303
  st as uiStats,
5299
5304
  bn as uiStripedCard,
5300
5305
  Vn as uiTable,
5301
- Wn as uiTabs,
5306
+ Jn as uiTabs,
5302
5307
  U as uiTag,
5303
5308
  zo as uiTaskList,
5304
5309
  Ms as uiTextArea,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hotelinking/ui",
3
3
  "private": false,
4
- "version": "13.45.0",
4
+ "version": "13.45.2",
5
5
  "files": [
6
6
  "dist"
7
7
  ],