@rocketui/vue 0.2.53 → 0.2.55

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.
Files changed (159) hide show
  1. package/dist/rocket-ui-vue.js +117 -116
  2. package/dist/rocket-ui-vue.umd.cjs +1 -1
  3. package/dist/src/components/Accordion/Accordion.stories.d.ts +89 -0
  4. package/dist/src/components/Accordion/Accordion.stories.d.ts.map +1 -0
  5. package/dist/src/components/Accordion/RAccordion.vue.d.ts +51 -0
  6. package/dist/src/components/Accordion/RAccordion.vue.d.ts.map +1 -0
  7. package/dist/src/components/Accordion/accordion.spec.d.ts +2 -0
  8. package/dist/src/components/Accordion/accordion.spec.d.ts.map +1 -0
  9. package/dist/src/components/Alert/Alert.stories.d.ts +461 -0
  10. package/dist/src/components/Alert/Alert.stories.d.ts.map +1 -0
  11. package/dist/src/components/Alert/RAlert.vue.d.ts +109 -0
  12. package/dist/src/components/Alert/RAlert.vue.d.ts.map +1 -0
  13. package/dist/src/components/Alert/alert.spec.d.ts +2 -0
  14. package/dist/src/components/Alert/alert.spec.d.ts.map +1 -0
  15. package/dist/src/components/Avatar/Avatar.stories.d.ts +68 -0
  16. package/dist/src/components/Avatar/Avatar.stories.d.ts.map +1 -0
  17. package/dist/src/components/Avatar/RAvatar.vue.d.ts +92 -0
  18. package/dist/src/components/Avatar/RAvatar.vue.d.ts.map +1 -0
  19. package/dist/src/components/Avatar/avatar.spec.d.ts +2 -0
  20. package/dist/src/components/Avatar/avatar.spec.d.ts.map +1 -0
  21. package/dist/src/components/Badge/Badge.stories.d.ts +281 -0
  22. package/dist/src/components/Badge/Badge.stories.d.ts.map +1 -0
  23. package/dist/src/components/Badge/RBadge.vue.d.ts +143 -0
  24. package/dist/src/components/Badge/RBadge.vue.d.ts.map +1 -0
  25. package/dist/src/components/Badge/badge.spec.d.ts +2 -0
  26. package/dist/src/components/Badge/badge.spec.d.ts.map +1 -0
  27. package/dist/src/components/Box/Box.stories.d.ts +167 -0
  28. package/dist/src/components/Box/Box.stories.d.ts.map +1 -0
  29. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts +111 -0
  30. package/dist/src/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
  31. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts +50 -0
  32. package/dist/src/components/Breadcrumb/RBreadcrumb.vue.d.ts.map +1 -0
  33. package/dist/src/components/Button/Button.spec.d.ts +2 -0
  34. package/dist/src/components/Button/Button.spec.d.ts.map +1 -0
  35. package/dist/src/components/Button/Button.stories.d.ts +553 -0
  36. package/dist/src/components/Button/Button.stories.d.ts.map +1 -0
  37. package/dist/src/components/Button/RButton.vue.d.ts +155 -0
  38. package/dist/src/components/Button/RButton.vue.d.ts.map +1 -0
  39. package/dist/src/components/Checkbox/Checkbox.stories.d.ts +88 -0
  40. package/dist/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
  41. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts +120 -0
  42. package/dist/src/components/Checkbox/RCheckbox.vue.d.ts.map +1 -0
  43. package/dist/src/components/Checkbox/checkbox.spec.d.ts +2 -0
  44. package/dist/src/components/Checkbox/checkbox.spec.d.ts.map +1 -0
  45. package/dist/src/components/Chips/Chip.stories.d.ts +547 -0
  46. package/dist/src/components/Chips/Chip.stories.d.ts.map +1 -0
  47. package/dist/src/components/Chips/RChip.vue.d.ts +132 -0
  48. package/dist/src/components/Chips/RChip.vue.d.ts.map +1 -0
  49. package/dist/src/components/Chips/chip.spec.d.ts +2 -0
  50. package/dist/src/components/Chips/chip.spec.d.ts.map +1 -0
  51. package/dist/src/components/Dropdown/Dropdown.stories.d.ts +649 -0
  52. package/dist/src/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
  53. package/dist/src/components/Dropdown/RDropdown.vue.d.ts +395 -0
  54. package/dist/src/components/Dropdown/RDropdown.vue.d.ts.map +1 -0
  55. package/dist/src/components/Dropdown/dropdown.spec.d.ts +2 -0
  56. package/dist/src/components/Dropdown/dropdown.spec.d.ts.map +1 -0
  57. package/dist/src/components/Icon/Icon.stories.d.ts +39 -0
  58. package/dist/src/components/Icon/Icon.stories.d.ts.map +1 -0
  59. package/dist/src/components/Icon/RIcon.vue.d.ts +59 -0
  60. package/dist/src/components/Icon/RIcon.vue.d.ts.map +1 -0
  61. package/dist/src/components/Icon/icon.spec.d.ts +2 -0
  62. package/dist/src/components/Icon/icon.spec.d.ts.map +1 -0
  63. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts +215 -0
  64. package/dist/src/components/ItemGroup/ItemGroup.stories.d.ts.map +1 -0
  65. package/dist/src/components/ItemGroup/RItem.vue.d.ts +65 -0
  66. package/dist/src/components/ItemGroup/RItem.vue.d.ts.map +1 -0
  67. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts +123 -0
  68. package/dist/src/components/ItemGroup/RItemGroup.vue.d.ts.map +1 -0
  69. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts +2 -0
  70. package/dist/src/components/ItemGroup/itemgroup.spec.d.ts.map +1 -0
  71. package/dist/src/components/Label/Label.stories.d.ts +133 -0
  72. package/dist/src/components/Label/Label.stories.d.ts.map +1 -0
  73. package/dist/src/components/Label/RLabel.vue.d.ts +68 -0
  74. package/dist/src/components/Label/RLabel.vue.d.ts.map +1 -0
  75. package/dist/src/components/Modal/Modal.stories.d.ts +322 -0
  76. package/dist/src/components/Modal/Modal.stories.d.ts.map +1 -0
  77. package/dist/src/components/Modal/RModal.vue.d.ts +171 -0
  78. package/dist/src/components/Modal/RModal.vue.d.ts.map +1 -0
  79. package/dist/src/components/Modal/modal.spec.d.ts +2 -0
  80. package/dist/src/components/Modal/modal.spec.d.ts.map +1 -0
  81. package/dist/src/components/Pagination/Pagination.stories.d.ts +243 -0
  82. package/dist/src/components/Pagination/Pagination.stories.d.ts.map +1 -0
  83. package/dist/src/components/Pagination/RPagination.vue.d.ts +110 -0
  84. package/dist/src/components/Pagination/RPagination.vue.d.ts.map +1 -0
  85. package/dist/src/components/Pagination/pagination.spec.d.ts +2 -0
  86. package/dist/src/components/Pagination/pagination.spec.d.ts.map +1 -0
  87. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts +30 -0
  88. package/dist/src/components/ProgressBar/Progressbar.stories.d.ts.map +1 -0
  89. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts +34 -0
  90. package/dist/src/components/ProgressBar/RProgressbar.vue.d.ts.map +1 -0
  91. package/dist/src/components/ProgressBar/progressbar.spec.d.ts +2 -0
  92. package/dist/src/components/ProgressBar/progressbar.spec.d.ts.map +1 -0
  93. package/dist/src/components/Shared/Enums.d.ts +2 -0
  94. package/dist/src/components/Shared/Enums.d.ts.map +1 -0
  95. package/dist/src/components/Sidebar/RSidebar.vue.d.ts +53 -0
  96. package/dist/src/components/Sidebar/RSidebar.vue.d.ts.map +1 -0
  97. package/dist/src/components/Sidebar/Sidebar.stories.d.ts +163 -0
  98. package/dist/src/components/Sidebar/Sidebar.stories.d.ts.map +1 -0
  99. package/dist/src/components/Sidebar/sidebar.spec.d.ts +2 -0
  100. package/dist/src/components/Sidebar/sidebar.spec.d.ts.map +1 -0
  101. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts +113 -0
  102. package/dist/src/components/Snackbar/RSnackbar.vue.d.ts.map +1 -0
  103. package/dist/src/components/Snackbar/Snackbar.stories.d.ts +224 -0
  104. package/dist/src/components/Snackbar/Snackbar.stories.d.ts.map +1 -0
  105. package/dist/src/components/Snackbar/snackbar.spec.d.ts +2 -0
  106. package/dist/src/components/Snackbar/snackbar.spec.d.ts.map +1 -0
  107. package/dist/src/components/Switch/RSwitch.vue.d.ts +127 -0
  108. package/dist/src/components/Switch/RSwitch.vue.d.ts.map +1 -0
  109. package/dist/src/components/Switch/Switch.stories.d.ts +96 -0
  110. package/dist/src/components/Switch/Switch.stories.d.ts.map +1 -0
  111. package/dist/src/components/Switch/switch.spec.d.ts +2 -0
  112. package/dist/src/components/Switch/switch.spec.d.ts.map +1 -0
  113. package/dist/src/components/TabItem/RTabItem.vue.d.ts +155 -0
  114. package/dist/src/components/TabItem/RTabItem.vue.d.ts.map +1 -0
  115. package/dist/src/components/TabItem/TabItem.spec.d.ts +2 -0
  116. package/dist/src/components/TabItem/TabItem.spec.d.ts.map +1 -0
  117. package/dist/src/components/TabItem/TabItem.stories.d.ts +290 -0
  118. package/dist/src/components/TabItem/TabItem.stories.d.ts.map +1 -0
  119. package/dist/src/components/TabItem/common.d.ts +7 -0
  120. package/dist/src/components/TabItem/common.d.ts.map +1 -0
  121. package/dist/src/components/Tabs/RTabs.vue.d.ts +95 -0
  122. package/dist/src/components/Tabs/RTabs.vue.d.ts.map +1 -0
  123. package/dist/src/components/Tabs/Tabs.spec.d.ts +2 -0
  124. package/dist/src/components/Tabs/Tabs.spec.d.ts.map +1 -0
  125. package/dist/src/components/Tabs/Tabs.stories.d.ts +181 -0
  126. package/dist/src/components/Tabs/Tabs.stories.d.ts.map +1 -0
  127. package/dist/src/components/Tabs/types.d.ts +11 -0
  128. package/dist/src/components/Tabs/types.d.ts.map +1 -0
  129. package/dist/src/components/TextArea/RTextArea.vue.d.ts +120 -0
  130. package/dist/src/components/TextArea/RTextArea.vue.d.ts.map +1 -0
  131. package/dist/src/components/TextArea/TextArea.stories.d.ts +89 -0
  132. package/dist/src/components/TextArea/TextArea.stories.d.ts.map +1 -0
  133. package/dist/src/components/TextArea/textarea.spec.d.ts +2 -0
  134. package/dist/src/components/TextArea/textarea.spec.d.ts.map +1 -0
  135. package/dist/src/components/Textfield/RTextfield.vue.d.ts +249 -0
  136. package/dist/src/components/Textfield/RTextfield.vue.d.ts.map +1 -0
  137. package/dist/src/components/Textfield/Textfield.stories.d.ts +459 -0
  138. package/dist/src/components/Textfield/Textfield.stories.d.ts.map +1 -0
  139. package/dist/src/components/Textfield/textfield.spec.d.ts +2 -0
  140. package/dist/src/components/Textfield/textfield.spec.d.ts.map +1 -0
  141. package/dist/src/components/Tooltip/RTooltip.vue.d.ts +253 -0
  142. package/dist/src/components/Tooltip/RTooltip.vue.d.ts.map +1 -0
  143. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +459 -0
  144. package/dist/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
  145. package/dist/src/components/Tooltip/popper.d.ts +29 -0
  146. package/dist/src/components/Tooltip/popper.d.ts.map +1 -0
  147. package/dist/src/components/Tooltip/tooltip.spec.d.ts +2 -0
  148. package/dist/src/components/Tooltip/tooltip.spec.d.ts.map +1 -0
  149. package/dist/src/directives/index.d.ts +5 -0
  150. package/dist/src/directives/index.d.ts.map +1 -0
  151. package/dist/src/lib/main.d.ts +25 -0
  152. package/dist/src/lib/main.d.ts.map +1 -0
  153. package/dist/src/main.d.ts +1 -0
  154. package/dist/src/main.d.ts.map +1 -0
  155. package/dist/src/shims.d.ts +9 -0
  156. package/dist/src/utils/helpers.d.ts +2 -0
  157. package/dist/src/utils/helpers.d.ts.map +1 -0
  158. package/package.json +1 -1
  159. package/dist/rocket-ui-vue.d.ts +0 -3205
@@ -1,4 +1,4 @@
1
- import { defineComponent as x, openBlock as m, createElementBlock as Z, createElementVNode as S, unref as J, reactive as u1, Fragment as t1, renderList as r1, normalizeClass as p, renderSlot as f, toDisplayString as v, createVNode as q, computed as g, createCommentVNode as O, mergeProps as H2, createBlock as E, watch as G, getCurrentScope as s2, onScopeDispose as c2, ref as N, watchEffect as p2, onMounted as V2, Teleport as O2, withCtx as k1, withDirectives as L2, withModifiers as A1, withKeys as U1, vModelText as f2, createTextVNode as S1, onUnmounted as h2, normalizeStyle as N1, vShow as g2, resolveComponent as k2, provide as O1, resolveDynamicComponent as B2, inject as f1 } from "vue";
1
+ import { defineComponent as x, openBlock as m, createElementBlock as Z, createElementVNode as S, unref as J, reactive as u1, Fragment as t1, renderList as r1, normalizeClass as O, renderSlot as f, toDisplayString as v, createVNode as q, computed as g, createCommentVNode as p, mergeProps as H2, createBlock as E, watch as G, getCurrentScope as s2, onScopeDispose as c2, ref as N, watchEffect as O2, onMounted as V2, Teleport as p2, withCtx as k1, withDirectives as L2, withModifiers as A1, withKeys as U1, vModelText as f2, createTextVNode as S1, onUnmounted as h2, normalizeStyle as N1, vShow as g2, resolveComponent as k2, provide as p1, resolveDynamicComponent as B2, inject as f1 } from "vue";
2
2
  const b2 = {
3
3
  mdiAbTesting: "M4 2A2 2 0 0 0 2 4V12H4V8H6V12H8V4A2 2 0 0 0 6 2H4M4 4H6V6H4M22 15.5V14A2 2 0 0 0 20 12H16V22H20A2 2 0 0 0 22 20V18.5A1.54 1.54 0 0 0 20.5 17A1.54 1.54 0 0 0 22 15.5M20 20H18V18H20V20M20 16H18V14H20M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61Z",
4
4
  mdiAbacus: "M5 5H7V11H5V5M10 5H8V11H10V5M5 19H7V13H5V19M10 13H8V19H10V17H15V15H10V13M2 21H4V3H2V21M20 3V7H13V5H11V11H13V9H20V15H18V13H16V19H18V17H20V21H22V3H20Z",
@@ -7337,7 +7337,7 @@ const b2 = {
7337
7337
  }
7338
7338
  return (i, L) => (m(!0), Z(t1, null, r1(C, (A, e) => (m(), Z("div", {
7339
7339
  key: e,
7340
- class: p(["r-accordion", {
7340
+ class: O(["r-accordion", {
7341
7341
  "r-accordion--disabled": A.disabled
7342
7342
  }]),
7343
7343
  "data-state": A.open ? "opened" : "closed"
@@ -7397,7 +7397,7 @@ const b2 = {
7397
7397
  M("close");
7398
7398
  }
7399
7399
  return (e, d) => (m(), Z("div", {
7400
- class: p(i.value)
7400
+ class: O(i.value)
7401
7401
  }, [
7402
7402
  S("div", x2, [
7403
7403
  f(e.$slots, "alert-icon", {}, () => [
@@ -7410,7 +7410,7 @@ const b2 = {
7410
7410
  S("div", D2, [
7411
7411
  f(e.$slots, "content", {}, () => [
7412
7412
  S("p", _2, v(C.title), 1),
7413
- C.description ? (m(), Z("p", E2, v(C.description), 1)) : O("", !0)
7413
+ C.description ? (m(), Z("p", E2, v(C.description), 1)) : p("", !0)
7414
7414
  ])
7415
7415
  ]),
7416
7416
  C.closable ? (m(), Z("div", W2, [
@@ -7425,7 +7425,7 @@ const b2 = {
7425
7425
  onClick: A
7426
7426
  })
7427
7427
  ])
7428
- ])) : O("", !0)
7428
+ ])) : p("", !0)
7429
7429
  ], 2));
7430
7430
  }
7431
7431
  }), z1 = "data:image/svg+xml,%3csvg%20width='27'%20height='28'%20viewBox='0%200%2027%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.4993%2014C17.1827%2014%2020.166%2011.0167%2020.166%207.33334C20.166%203.65%2017.1827%200.666672%2013.4993%200.666672C9.81602%200.666672%206.83268%203.65%206.83268%207.33334C6.83268%2011.0167%209.81602%2014%2013.4993%2014ZM13.4993%2017.3333C9.04935%2017.3333%200.166016%2019.5667%200.166016%2024V25.6667C0.166016%2026.5833%200.916016%2027.3333%201.83268%2027.3333H25.166C26.0827%2027.3333%2026.8327%2026.5833%2026.8327%2025.6667V24C26.8327%2019.5667%2017.9493%2017.3333%2013.4993%2017.3333Z'%20fill='%234C5BE1'/%3e%3c/svg%3e", N2 = { class: "r-avatar__wrapper" }, I2 = ["alt", "src"], n0 = /* @__PURE__ */ x({
@@ -7449,15 +7449,15 @@ const b2 = {
7449
7449
  }
7450
7450
  return (A, e) => (m(), Z("div", N2, [
7451
7451
  S("div", {
7452
- class: p(C.value)
7452
+ class: O(C.value)
7453
7453
  }, [
7454
7454
  V.type === "text" ? (m(), Z("p", {
7455
7455
  key: 0,
7456
- class: p(["r-avatar__text", { [`r-avatar__text--${V.size}`]: !0 }])
7456
+ class: O(["r-avatar__text", { [`r-avatar__text--${V.size}`]: !0 }])
7457
7457
  }, v(L(V.text)), 3)) : (m(), Z("img", {
7458
7458
  key: 1,
7459
7459
  alt: V.alt,
7460
- class: p(["r-avatar__image", {
7460
+ class: O(["r-avatar__image", {
7461
7461
  [`r-avatar__image--${V.size}`]: !0,
7462
7462
  "r-avatar__image--anonymous": M.value
7463
7463
  }]),
@@ -7466,10 +7466,10 @@ const b2 = {
7466
7466
  ], 2),
7467
7467
  V.online ? (m(), Z("span", {
7468
7468
  key: 0,
7469
- class: p(["r-avatar__online", {
7469
+ class: O(["r-avatar__online", {
7470
7470
  [`r-avatar__online--${V.size}`]: !0
7471
7471
  }])
7472
- }, null, 2)) : O("", !0)
7472
+ }, null, 2)) : p("", !0)
7473
7473
  ]));
7474
7474
  }
7475
7475
  }), Q2 = ["innerHTML"], r0 = /* @__PURE__ */ x({
@@ -7499,13 +7499,13 @@ const b2 = {
7499
7499
  [V.class]: V.class
7500
7500
  }));
7501
7501
  return (M, i) => (m(), Z("div", {
7502
- class: p(["r-badge-wrapper group", [V.wrapperClass]])
7502
+ class: O(["r-badge-wrapper group", [V.wrapperClass]])
7503
7503
  }, [
7504
7504
  S("span", {
7505
- class: p([{ "animate-ping-2": V.animation }, C.value])
7505
+ class: O([{ "animate-ping-2": V.animation }, C.value])
7506
7506
  }, null, 2),
7507
7507
  S("span", {
7508
- class: p(C.value),
7508
+ class: O(C.value),
7509
7509
  innerHTML: V.content
7510
7510
  }, null, 10, Q2),
7511
7511
  f(M.$slots, "default")
@@ -7553,12 +7553,12 @@ const b2 = {
7553
7553
  }, () => [
7554
7554
  V.prependIcon ? (m(), E(D, {
7555
7555
  key: 0,
7556
- class: p(["r-button__prepend-icon", {
7556
+ class: O(["r-button__prepend-icon", {
7557
7557
  "r-button__prepend-icon--only": V.icon
7558
7558
  }]),
7559
7559
  name: V.prependIcon,
7560
7560
  size: M.value
7561
- }, null, 8, ["class", "name", "size"])) : O("", !0)
7561
+ }, null, 8, ["class", "name", "size"])) : p("", !0)
7562
7562
  ]),
7563
7563
  f(L.$slots, "default", { disabled: L.disabled }),
7564
7564
  f(L.$slots, "append", {
@@ -7569,7 +7569,7 @@ const b2 = {
7569
7569
  class: "r-button__append-icon",
7570
7570
  name: V.appendIcon,
7571
7571
  size: M.value
7572
- }, null, 8, ["name", "size"])) : O("", !0)
7572
+ }, null, 8, ["name", "size"])) : p("", !0)
7573
7573
  ])
7574
7574
  ], 16, G2));
7575
7575
  }
@@ -7645,7 +7645,7 @@ const b2 = {
7645
7645
  onChange: d
7646
7646
  }, null, 40, z2),
7647
7647
  S("div", {
7648
- class: p(e.value),
7648
+ class: O(e.value),
7649
7649
  "data-disabled": C.disabled
7650
7650
  }, [
7651
7651
  q(D, {
@@ -7660,7 +7660,7 @@ const b2 = {
7660
7660
  "data-disabled": C.disabled,
7661
7661
  for: C.id
7662
7662
  }, v(C.label), 9, j2),
7663
- C.hideDetails ? O("", !0) : (m(), Z("div", X2, [
7663
+ C.hideDetails ? p("", !0) : (m(), Z("div", X2, [
7664
7664
  C.errorMsg ? (m(), Z("p", Y2, v(C.errorMsg), 1)) : (m(), Z("p", J2, v(C.hint), 1))
7665
7665
  ]))
7666
7666
  ])
@@ -7695,7 +7695,7 @@ const b2 = {
7695
7695
  }
7696
7696
  const e = g(() => C.clearable ? "mdiClose" : C.appendIcon);
7697
7697
  return (d, t) => (m(), Z("div", {
7698
- class: p(i.value)
7698
+ class: O(i.value)
7699
7699
  }, [
7700
7700
  S("div", {
7701
7701
  class: "r-chip__content",
@@ -7710,10 +7710,10 @@ const b2 = {
7710
7710
  class: "r-chip__content__prepend-icon",
7711
7711
  name: C.prependIcon,
7712
7712
  size: 12
7713
- }, null, 8, ["aria-disabled", "name"])) : O("", !0)
7713
+ }, null, 8, ["aria-disabled", "name"])) : p("", !0)
7714
7714
  ]),
7715
7715
  S("span", {
7716
- class: p(["r-chip__content__label", [C.noWrap && "whitespace-nowrap"]])
7716
+ class: O(["r-chip__content__label", [C.noWrap && "whitespace-nowrap"]])
7717
7717
  }, v(C.label), 3)
7718
7718
  ]),
7719
7719
  f(d.$slots, "append", {
@@ -7726,7 +7726,7 @@ const b2 = {
7726
7726
  name: e.value,
7727
7727
  size: 12,
7728
7728
  onClick: t[1] || (t[1] = (n) => A(n))
7729
- }, null, 8, ["aria-disabled", "name"])) : O("", !0)
7729
+ }, null, 8, ["aria-disabled", "name"])) : p("", !0)
7730
7730
  ])
7731
7731
  ], 2));
7732
7732
  }
@@ -8260,7 +8260,7 @@ async function c5(H, V) {
8260
8260
  y: l * n
8261
8261
  };
8262
8262
  }
8263
- const p5 = function(H) {
8263
+ const O5 = function(H) {
8264
8264
  return H === void 0 && (H = 0), {
8265
8265
  name: "offset",
8266
8266
  options: H,
@@ -8276,7 +8276,7 @@ const p5 = function(H) {
8276
8276
  };
8277
8277
  }
8278
8278
  };
8279
- }, O5 = function(H) {
8279
+ }, p5 = function(H) {
8280
8280
  return H === void 0 && (H = {}), {
8281
8281
  name: "shift",
8282
8282
  options: H,
@@ -8680,8 +8680,8 @@ async function W5({ value: H }, { value: V }, { value: C }, M, i, L, A = 300, e)
8680
8680
  !H || !V || E5(H, V, {
8681
8681
  placement: M,
8682
8682
  middleware: [
8683
- p5(i),
8684
- O5({ padding: L }),
8683
+ O5(i),
8684
+ p5({ padding: L }),
8685
8685
  u5({ element: C }),
8686
8686
  S5(),
8687
8687
  s5()
@@ -8780,7 +8780,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8780
8780
  }));
8781
8781
  return window.onresize = () => {
8782
8782
  C.resizable && B();
8783
- }, p2(
8783
+ }, O2(
8784
8784
  () => {
8785
8785
  C.disabled || (C.shown && C.triggers.includes(Y.Manual) ? d() : !C.shown && C.triggers.includes(Y.Manual) && t());
8786
8786
  },
@@ -8798,7 +8798,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8798
8798
  ref_key: "trigger",
8799
8799
  ref: i,
8800
8800
  "aria-disabled": C.disabled,
8801
- class: p(["r-tooltip-trigger", k.triggerClass]),
8801
+ class: O(["r-tooltip-trigger", k.triggerClass]),
8802
8802
  onClick: r,
8803
8803
  onMouseenter: o,
8804
8804
  onMouseleave: l,
@@ -8819,12 +8819,12 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8819
8819
  }, null, 8, I5)
8820
8820
  ])
8821
8821
  ], 42, N5),
8822
- (m(), E(O2, { to: "body" }, [
8822
+ (m(), E(p2, { to: "body" }, [
8823
8823
  S("div", {
8824
8824
  id: J(e),
8825
8825
  ref_key: "tooltip",
8826
8826
  ref: L,
8827
- class: p([w.value, k.tooltipClass]),
8827
+ class: O([w.value, k.tooltipClass]),
8828
8828
  "data-show": "false",
8829
8829
  role: "tooltip"
8830
8830
  }, [
@@ -8834,21 +8834,21 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8834
8834
  }, () => [
8835
8835
  C.text ? (m(), Z("div", {
8836
8836
  key: 0,
8837
- class: p(["r-tooltip__content", {
8837
+ class: O(["r-tooltip__content", {
8838
8838
  "r-tooltip__content--dark": C.dark,
8839
8839
  "r-tooltip__content--light": C.light
8840
8840
  }])
8841
- }, v(C.text), 3)) : O("", !0),
8841
+ }, v(C.text), 3)) : p("", !0),
8842
8842
  C.text ? (m(), Z("div", {
8843
8843
  key: 1,
8844
8844
  id: "arrow",
8845
8845
  ref_key: "arrowElement",
8846
8846
  ref: A,
8847
- class: p(["r-tooltip__arrow", {
8847
+ class: O(["r-tooltip__arrow", {
8848
8848
  "r-tooltip__arrow--dark": C.dark,
8849
8849
  "r-tooltip__arrow--light": C.light
8850
8850
  }])
8851
- }, null, 2)) : O("", !0)
8851
+ }, null, 2)) : p("", !0)
8852
8852
  ])
8853
8853
  ], 10, Q5)
8854
8854
  ]))
@@ -8926,15 +8926,15 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
8926
8926
  return;
8927
8927
  const s = document.getElementById(a);
8928
8928
  document.querySelectorAll(".r-dropdown--active").forEach((Q) => {
8929
- var p1;
8930
- Q.id !== ((p1 = r.value) == null ? void 0 : p1.id) && Q.classList.contains("r-dropdown--active") && (Q.childNodes.forEach((X) => {
8929
+ var O1;
8930
+ Q.id !== ((O1 = r.value) == null ? void 0 : O1.id) && Q.classList.contains("r-dropdown--active") && (Q.childNodes.forEach((X) => {
8931
8931
  X != null && X.classList && (Object == null || Object.values(X == null ? void 0 : X.classList).filter((F1) => F1.includes("--active")).forEach((F1) => {
8932
8932
  X == null || X.classList.remove(F1);
8933
8933
  }));
8934
8934
  }), Q.classList.remove("r-dropdown--active"));
8935
8935
  }), s != null && s.classList.contains("r-dropdown--active") ? (s.classList.remove("r-dropdown--active"), A.value = !1, (T = r.value) == null || T.blur(), (c = o.value) == null || c.blur()) : (s == null || s.classList.add("r-dropdown--active"), A.value = !0, (_ = r.value) == null || _.focus(), ($ = o.value) == null || $.focus(), s == null || s.childNodes.forEach((Q) => {
8936
- Q != null && Q.classList && (Object == null || Object.values(Q == null ? void 0 : Q.classList).forEach((p1) => {
8937
- Q == null || Q.classList.add(`${p1}--active`);
8936
+ Q != null && Q.classList && (Object == null || Object.values(Q == null ? void 0 : Q.classList).forEach((O1) => {
8937
+ Q == null || Q.classList.add(`${O1}--active`);
8938
8938
  }));
8939
8939
  }));
8940
8940
  }
@@ -9040,7 +9040,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9040
9040
  id: T,
9041
9041
  ref_key: "dropdown",
9042
9042
  ref: r,
9043
- class: p(["r-dropdown", {
9043
+ class: O(["r-dropdown", {
9044
9044
  "r-dropdown--disabled": C.disabled,
9045
9045
  "r-dropdown--loading": C.loading,
9046
9046
  [C.dropdownClass]: C.dropdownClass,
@@ -9052,7 +9052,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9052
9052
  }, [
9053
9053
  C.prependIcon || a.$slots.prepend ? (m(), Z("div", {
9054
9054
  key: 0,
9055
- class: p(["r-dropdown__prepend-icon", {
9055
+ class: O(["r-dropdown__prepend-icon", {
9056
9056
  "r-dropdown__prepend-icon--active": A.value,
9057
9057
  "r-dropdown__prepend-icon--error": C.errorMsg
9058
9058
  }])
@@ -9066,9 +9066,9 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9066
9066
  C.prependIcon ? (m(), E(D, {
9067
9067
  key: 0,
9068
9068
  name: C.prependIcon
9069
- }, null, 8, ["name"])) : O("", !0)
9069
+ }, null, 8, ["name"])) : p("", !0)
9070
9070
  ])
9071
- ], 2)) : O("", !0),
9071
+ ], 2)) : p("", !0),
9072
9072
  S("div", U5, [
9073
9073
  (m(!0), Z(t1, null, r1(L.value, (c, _) => f(a.$slots, "selection", {
9074
9074
  key: _,
@@ -9092,7 +9092,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9092
9092
  ref: o,
9093
9093
  "onUpdate:modelValue": s[0] || (s[0] = (c) => e.value = c),
9094
9094
  autocomplete: C.autocomplete,
9095
- class: p(["r-dropdown__input", {
9095
+ class: O(["r-dropdown__input", {
9096
9096
  "r-dropdown__input--loading": C.loading
9097
9097
  }]),
9098
9098
  disabled: C.disabled,
@@ -9121,10 +9121,10 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9121
9121
  size: "18"
9122
9122
  })
9123
9123
  ])
9124
- ], 8, q5)) : O("", !0),
9124
+ ], 8, q5)) : p("", !0),
9125
9125
  C.appendIcon || a.$slots.append ? (m(), Z("div", {
9126
9126
  key: 2,
9127
- class: p(["r-dropdown__append-icon", {
9127
+ class: O(["r-dropdown__append-icon", {
9128
9128
  "r-dropdown__append-icon--active": A.value,
9129
9129
  "r-dropdown__append-icon--error": C.errorMsg
9130
9130
  }])
@@ -9138,21 +9138,21 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9138
9138
  C.appendIcon ? (m(), E(D, {
9139
9139
  key: 0,
9140
9140
  name: C.appendIcon
9141
- }, null, 8, ["name"])) : O("", !0)
9141
+ }, null, 8, ["name"])) : p("", !0)
9142
9142
  ])
9143
- ], 2)) : O("", !0)
9143
+ ], 2)) : p("", !0)
9144
9144
  ], 10, $5)
9145
9145
  ]),
9146
9146
  content: k1(({ hide: P, updatePosition: T }) => [
9147
9147
  S("ul", {
9148
- class: p(["r-dropdown-options", {
9148
+ class: O(["r-dropdown-options", {
9149
9149
  "r-dropdown-options--active": A.value,
9150
9150
  [C.optionsClass]: C.optionsClass
9151
9151
  }])
9152
9152
  }, [
9153
9153
  C.showSelectAll && C.multiple && y.value.length > 0 ? (m(), Z("li", {
9154
9154
  key: 0,
9155
- class: p(["r-dropdown-options__option", {
9155
+ class: O(["r-dropdown-options__option", {
9156
9156
  "r-dropdown-options__option--active": L.value.length === y.value.length,
9157
9157
  "r-dropdown-options__option--disabled": !1
9158
9158
  }]),
@@ -9163,17 +9163,17 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9163
9163
  ]),
9164
9164
  L.value.length === y.value.length && !C.hideOptionCheckIcon ? (m(), E(D, {
9165
9165
  key: 0,
9166
- class: p(["r-dropdown-options__option__append-icon", {
9166
+ class: O(["r-dropdown-options__option__append-icon", {
9167
9167
  "r-dropdown-options__option__append-icon--active": L.value.length === y.value.length
9168
9168
  }]),
9169
9169
  name: "mdiCheck"
9170
- }, null, 8, ["class"])) : O("", !0)
9171
- ], 10, j5)) : O("", !0),
9172
- C.showSelectAll && y.value.length > 0 ? (m(), Z("hr", J5)) : O("", !0),
9170
+ }, null, 8, ["class"])) : p("", !0)
9171
+ ], 10, j5)) : p("", !0),
9172
+ C.showSelectAll && y.value.length > 0 ? (m(), Z("hr", J5)) : p("", !0),
9173
9173
  (m(!0), Z(t1, null, r1(y.value, (c) => (m(), Z("li", {
9174
9174
  key: c.value,
9175
9175
  "aria-disabled": c.disabled,
9176
- class: p(["r-dropdown-options__option", {
9176
+ class: O(["r-dropdown-options__option", {
9177
9177
  "r-dropdown-options__option--active": R(c),
9178
9178
  "r-dropdown-options__option--disabled": c.disabled
9179
9179
  }]),
@@ -9181,7 +9181,8 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9181
9181
  }, [
9182
9182
  f(a.$slots, "option", {
9183
9183
  disabled: c.disabled,
9184
- isSelected: R(c)
9184
+ isSelected: R(c),
9185
+ item: c
9185
9186
  }, () => [
9186
9187
  S("div", H3, [
9187
9188
  f(a.$slots, "option-prepend", {
@@ -9190,14 +9191,14 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9190
9191
  }, () => [
9191
9192
  c.prependIcon ? (m(), E(D, {
9192
9193
  key: 0,
9193
- class: p(["r-dropdown-options__option__prepend-icon", {
9194
+ class: O(["r-dropdown-options__option__prepend-icon", {
9194
9195
  "r-dropdown-options__option__prepend-icon--active": R(c)
9195
9196
  }]),
9196
9197
  name: c.prependIcon
9197
- }, null, 8, ["class", "name"])) : O("", !0)
9198
+ }, null, 8, ["class", "name"])) : p("", !0)
9198
9199
  ]),
9199
9200
  S("p", {
9200
- class: p(["r-dropdown-options__option__label", {
9201
+ class: O(["r-dropdown-options__option__label", {
9201
9202
  "r-dropdown-options__option__label--active": R(c)
9202
9203
  }])
9203
9204
  }, v(c.label), 3)
@@ -9208,11 +9209,11 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9208
9209
  }, () => [
9209
9210
  R(c) && !C.hideOptionCheckIcon ? (m(), E(D, {
9210
9211
  key: 0,
9211
- class: p(["r-dropdown-options__option__append-icon", {
9212
+ class: O(["r-dropdown-options__option__append-icon", {
9212
9213
  "r-dropdown-options__option__append-icon--active": R(c)
9213
9214
  }]),
9214
9215
  name: "mdiCheck"
9215
- }, null, 8, ["class"])) : O("", !0)
9216
+ }, null, 8, ["class"])) : p("", !0)
9216
9217
  ])
9217
9218
  ])
9218
9219
  ], 10, C3))), 128)),
@@ -9220,14 +9221,14 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9220
9221
  f(a.$slots, "not-options", {}, () => [
9221
9222
  S1(v(C.noOptionsText), 1)
9222
9223
  ])
9223
- ])) : O("", !0)
9224
+ ])) : p("", !0)
9224
9225
  ], 2)
9225
9226
  ]),
9226
9227
  _: 3
9227
9228
  }, 8, ["tooltip-class"]),
9228
- a.$props.hideDetails ? O("", !0) : (m(), Z("div", L3, [
9229
- C.errorMsg ? (m(), Z("div", M3, v(C.errorMsg), 1)) : O("", !0),
9230
- C.hint ? (m(), Z("div", i3, v(C.hint), 1)) : O("", !0)
9229
+ a.$props.hideDetails ? p("", !0) : (m(), Z("div", L3, [
9230
+ C.errorMsg ? (m(), Z("div", M3, v(C.errorMsg), 1)) : p("", !0),
9231
+ C.hint ? (m(), Z("div", i3, v(C.hint), 1)) : p("", !0)
9231
9232
  ]))
9232
9233
  ], 512));
9233
9234
  }
@@ -9293,12 +9294,12 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9293
9294
  }), window.addEventListener("keydown", (e) => {
9294
9295
  e.key === "Escape" && C.modelValue && C.outsideClick && M("update:modelValue", !1);
9295
9296
  }), (e, d) => L2((m(), Z("div", {
9296
- class: p(["r-modal-overlay", e.overlayClass]),
9297
+ class: O(["r-modal-overlay", e.overlayClass]),
9297
9298
  onClick: A1(A, ["stop"])
9298
9299
  }, [
9299
9300
  S("div", {
9300
9301
  "aria-modal": "true",
9301
- class: p(i.value),
9302
+ class: O(i.value),
9302
9303
  open: C.modelValue,
9303
9304
  role: "dialog",
9304
9305
  style: N1(L.value)
@@ -9309,9 +9310,9 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9309
9310
  q(D, {
9310
9311
  name: C.icon
9311
9312
  }, null, 8, ["name"])
9312
- ])) : O("", !0),
9313
- C.title ? (m(), Z("div", o3, v(C.title), 1)) : O("", !0),
9314
- C.description ? (m(), Z("div", n3, v(C.description), 1)) : O("", !0)
9313
+ ])) : p("", !0),
9314
+ C.title ? (m(), Z("div", o3, v(C.title), 1)) : p("", !0),
9315
+ C.description ? (m(), Z("div", n3, v(C.description), 1)) : p("", !0)
9315
9316
  ]),
9316
9317
  S("div", r3, [
9317
9318
  f(e.$slots, "default")
@@ -9337,11 +9338,11 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9337
9338
  setup(H, { emit: V }) {
9338
9339
  const C = H, M = V;
9339
9340
  return (i, L) => (m(), Z("div", {
9340
- class: p(["r-sidebar__wrapper", [i.$props.wrapperClass]]),
9341
+ class: O(["r-sidebar__wrapper", [i.$props.wrapperClass]]),
9341
9342
  "data-open": C.modelValue
9342
9343
  }, [
9343
9344
  S("aside", {
9344
- class: p(["r-sidebar", [C.class]]),
9345
+ class: O(["r-sidebar", [C.class]]),
9345
9346
  "data-open": C.modelValue
9346
9347
  }, [
9347
9348
  f(i.$slots, "default", {
@@ -9350,7 +9351,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9350
9351
  ], 10, u3),
9351
9352
  C.showTrigger ? (m(), Z("div", {
9352
9353
  key: 0,
9353
- class: p(["r-sidebar__trigger", [C.triggerClass]]),
9354
+ class: O(["r-sidebar__trigger", [C.triggerClass]]),
9354
9355
  "data-open": C.modelValue,
9355
9356
  onClick: L[0] || (L[0] = (A) => M("update:modelValue", !C.modelValue))
9356
9357
  }, [
@@ -9359,7 +9360,7 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9359
9360
  }, () => [
9360
9361
  S1(" > ")
9361
9362
  ])
9362
- ], 10, S3)) : O("", !0)
9363
+ ], 10, S3)) : p("", !0)
9363
9364
  ], 10, Z3));
9364
9365
  }
9365
9366
  }), s3 = { class: "r-snackbar__text" }, s0 = /* @__PURE__ */ x({
@@ -9401,14 +9402,14 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9401
9402
  info: "mdiInformation"
9402
9403
  })[C.variant || "info"]);
9403
9404
  return (A, e) => (m(), Z("div", {
9404
- class: p(i.value)
9405
+ class: O(i.value)
9405
9406
  }, [
9406
9407
  f(A.$slots, "icon", {}, () => [
9407
9408
  C.variant ? (m(), E(D, {
9408
9409
  key: 0,
9409
9410
  class: "r-snackbar__icon",
9410
9411
  name: L.value
9411
- }, null, 8, ["name"])) : O("", !0)
9412
+ }, null, 8, ["name"])) : p("", !0)
9412
9413
  ]),
9413
9414
  S("div", s3, [
9414
9415
  f(A.$slots, "default", {}, () => [
@@ -9426,10 +9427,10 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9426
9427
  size: 16
9427
9428
  })
9428
9429
  ])
9429
- ])) : O("", !0)
9430
+ ])) : p("", !0)
9430
9431
  ], 2));
9431
9432
  }
9432
- }), c3 = ["id", "checked", "disabled"], p3 = /* @__PURE__ */ S("span", { class: "slider round" }, null, -1), O3 = ["id", "for"], f3 = {
9433
+ }), c3 = ["id", "checked", "disabled"], O3 = /* @__PURE__ */ S("span", { class: "slider round" }, null, -1), p3 = ["id", "for"], f3 = {
9433
9434
  key: 0,
9434
9435
  class: "r-switch-texts__details"
9435
9436
  }, h3 = {
@@ -9475,13 +9476,13 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9475
9476
  immediate: !0
9476
9477
  }
9477
9478
  ), (e, d) => (m(), Z("div", {
9478
- class: p(["r-switch-container", {
9479
+ class: O(["r-switch-container", {
9479
9480
  "r-switch-container--reverse": C.reverse,
9480
9481
  "r-switch-container--hide-details": C.hideDetails
9481
9482
  }])
9482
9483
  }, [
9483
9484
  S("div", {
9484
- class: p(L.value)
9485
+ class: O(L.value)
9485
9486
  }, [
9486
9487
  S("input", {
9487
9488
  id: C.id,
@@ -9491,10 +9492,10 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9491
9492
  type: "checkbox",
9492
9493
  onChange: A
9493
9494
  }, null, 40, c3),
9494
- p3
9495
+ O3
9495
9496
  ], 2),
9496
9497
  S("div", {
9497
- class: p(["r-switch-texts", {
9498
+ class: O(["r-switch-texts", {
9498
9499
  [`r-switch-texts--${C.size}`]: !0
9499
9500
  }])
9500
9501
  }, [
@@ -9502,8 +9503,8 @@ const N5 = ["aria-disabled"], I5 = ["innerHTML"], Q5 = ["id"], G5 = /* @__PURE__
9502
9503
  id: `${C.id}-label`,
9503
9504
  class: "r-switch-texts__label",
9504
9505
  for: C.id
9505
- }, v(C.label), 9, O3),
9506
- C.hideDetails ? O("", !0) : (m(), Z("div", f3, [
9506
+ }, v(C.label), 9, p3),
9507
+ C.hideDetails ? p("", !0) : (m(), Z("div", f3, [
9507
9508
  C.errorMsg ? (m(), Z("p", h3, v(C.errorMsg), 1)) : (m(), Z("p", g3, v(C.hint), 1))
9508
9509
  ]))
9509
9510
  ], 2)
@@ -9541,7 +9542,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9541
9542
  return (d, t) => (m(), Z("button", {
9542
9543
  "aria-disabled": C.disabled,
9543
9544
  "aria-selected": A.value,
9544
- class: p(i.value),
9545
+ class: O(i.value),
9545
9546
  disabled: C.disabled,
9546
9547
  style: N1(L.value),
9547
9548
  onClick: t[0] || (t[0] = A1((n) => e(C.id), ["stop"]))
@@ -9555,7 +9556,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9555
9556
  class: "r-tab-item__prepend-icon",
9556
9557
  name: C.prependIcon,
9557
9558
  size: 16
9558
- }, null, 8, ["name"])) : O("", !0)
9559
+ }, null, 8, ["name"])) : p("", !0)
9559
9560
  ]),
9560
9561
  C.variant !== J(n1).ICON ? (m(), Z("span", B3, [
9561
9562
  f(d.$slots, "default", {
@@ -9563,7 +9564,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9563
9564
  }, () => [
9564
9565
  S1(v(C.label), 1)
9565
9566
  ])
9566
- ])) : O("", !0),
9567
+ ])) : p("", !0),
9567
9568
  f(d.$slots, "append", {
9568
9569
  active: A.value,
9569
9570
  disabled: C.disabled
@@ -9573,11 +9574,11 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9573
9574
  class: "r-tab-item__append-icon",
9574
9575
  name: C.appendIcon,
9575
9576
  size: 16
9576
- }, null, 8, ["name"])) : O("", !0)
9577
+ }, null, 8, ["name"])) : p("", !0)
9577
9578
  ])
9578
9579
  ], 14, k3));
9579
9580
  }
9580
- }), p0 = /* @__PURE__ */ x({
9581
+ }), O0 = /* @__PURE__ */ x({
9581
9582
  __name: "RTabs",
9582
9583
  props: {
9583
9584
  tabs: { default: () => [] },
@@ -9606,10 +9607,10 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9606
9607
  immediate: !0
9607
9608
  }
9608
9609
  ), (A, e) => (m(), Z("div", {
9609
- class: p(L.value)
9610
+ class: O(L.value)
9610
9611
  }, [
9611
9612
  S("div", {
9612
- class: p(["flex", [{
9613
+ class: O(["flex", [{
9613
9614
  "w-full": C.block,
9614
9615
  "overflow-x-auto": C.scrollable,
9615
9616
  "gap-0.5": C.tile
@@ -9643,7 +9644,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9643
9644
  }, T3 = {
9644
9645
  key: 1,
9645
9646
  class: "r-textarea__hint"
9646
- }, O0 = /* @__PURE__ */ x({
9647
+ }, p0 = /* @__PURE__ */ x({
9647
9648
  __name: "RTextArea",
9648
9649
  props: {
9649
9650
  id: { default: "" },
@@ -9678,7 +9679,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9678
9679
  class: "r-textarea__label",
9679
9680
  for: "textarea",
9680
9681
  text: C.label
9681
- }, null, 8, ["id", "text"])) : O("", !0),
9682
+ }, null, 8, ["id", "text"])) : p("", !0),
9682
9683
  S("textarea", H2(A.$attrs, {
9683
9684
  id: C.id,
9684
9685
  class: ["r-textarea", {
@@ -9690,7 +9691,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9690
9691
  value: i.value,
9691
9692
  onInput: L
9692
9693
  }), null, 16, v3),
9693
- C.hideDetails ? O("", !0) : (m(), Z("div", y3, [
9694
+ C.hideDetails ? p("", !0) : (m(), Z("div", y3, [
9694
9695
  C.errorMsg ? (m(), Z("p", P3, v(C.errorMsg), 1)) : (m(), Z("p", T3, v(C.hint), 1))
9695
9696
  ]))
9696
9697
  ]));
@@ -9824,10 +9825,10 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9824
9825
  for: C.id,
9825
9826
  text: C.label,
9826
9827
  onClick: W
9827
- }, null, 8, ["id", "for", "text"])) : O("", !0),
9828
+ }, null, 8, ["id", "for", "text"])) : p("", !0),
9828
9829
  S("div", R3, [
9829
9830
  S("div", {
9830
- class: p(l.value)
9831
+ class: O(l.value)
9831
9832
  }, [
9832
9833
  f(h.$slots, "prepend", {
9833
9834
  disabled: C.disabled,
@@ -9836,10 +9837,10 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9836
9837
  }, () => [
9837
9838
  w.value ? (m(), E(D, {
9838
9839
  key: 0,
9839
- class: p(u.value),
9840
+ class: O(u.value),
9840
9841
  name: w.value,
9841
9842
  size: 20
9842
- }, null, 8, ["class", "name"])) : O("", !0)
9843
+ }, null, 8, ["class", "name"])) : p("", !0)
9843
9844
  ]),
9844
9845
  S("input", {
9845
9846
  id: C.id,
@@ -9864,16 +9865,16 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9864
9865
  }, () => [
9865
9866
  k.value && !h.$slots.append || r.value ? (m(), E(D, {
9866
9867
  key: 0,
9867
- class: p(B.value),
9868
+ class: O(B.value),
9868
9869
  name: `${k.value}`,
9869
9870
  size: 20,
9870
9871
  onClick: y
9871
- }, null, 8, ["class", "name"])) : O("", !0)
9872
+ }, null, 8, ["class", "name"])) : p("", !0)
9872
9873
  ])
9873
9874
  ], 2),
9874
- C.hideDetails ? O("", !0) : (m(), Z("div", D3, [
9875
- C.errorMsg ? (m(), Z("p", _3, v(C.errorMsg), 1)) : O("", !0),
9876
- !C.errorMsg && C.hint ? (m(), Z("p", E3, v(C.hint), 1)) : O("", !0)
9875
+ C.hideDetails ? p("", !0) : (m(), Z("div", D3, [
9876
+ C.errorMsg ? (m(), Z("p", _3, v(C.errorMsg), 1)) : p("", !0),
9877
+ !C.errorMsg && C.hint ? (m(), Z("p", E3, v(C.hint), 1)) : p("", !0)
9877
9878
  ]))
9878
9879
  ])
9879
9880
  ]));
@@ -9905,9 +9906,9 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9905
9906
  L.icon ? (m(), E(D, {
9906
9907
  key: 0,
9907
9908
  name: L.icon
9908
- }, null, 8, ["name"])) : O("", !0)
9909
+ }, null, 8, ["name"])) : p("", !0)
9909
9910
  ]),
9910
- L.onlyIcon ? O("", !0) : (m(), Z("span", N3, v(L.title), 1))
9911
+ L.onlyIcon ? p("", !0) : (m(), Z("span", N3, v(L.title), 1))
9911
9912
  ]),
9912
9913
  _: 2
9913
9914
  }, 1032, ["to"]),
@@ -9916,7 +9917,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9916
9917
  key: 0,
9917
9918
  class: "r-breadcrumb__separator",
9918
9919
  name: V.seperator
9919
- }, null, 8, ["name"])) : O("", !0)
9920
+ }, null, 8, ["name"])) : p("", !0)
9920
9921
  ])
9921
9922
  ]))), 128))
9922
9923
  ]);
@@ -9986,7 +9987,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
9986
9987
  M("update:perPage", 10);
9987
9988
  }
9988
9989
  return (o, l) => (m(), Z("div", {
9989
- class: p(["r-pagination", [`r-pagination--${C.position}`]])
9990
+ class: O(["r-pagination", [`r-pagination--${C.position}`]])
9990
9991
  }, [
9991
9992
  S("div", I3, [
9992
9993
  S("div", Q3, [
@@ -10011,7 +10012,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
10011
10012
  }, [
10012
10013
  f(o.$slots, "first", {}, () => [
10013
10014
  (m(), Z("svg", {
10014
- class: p(["icon icon-tabler icon-tabler-chevron-left-pipe", { "stroke-gray-400": t.value }]),
10015
+ class: O(["icon icon-tabler icon-tabler-chevron-left-pipe", { "stroke-gray-400": t.value }]),
10015
10016
  fill: "none",
10016
10017
  height: "20",
10017
10018
  stroke: "#000000",
@@ -10031,7 +10032,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
10031
10032
  }, [
10032
10033
  f(o.$slots, "prev", {}, () => [
10033
10034
  (m(), Z("svg", {
10034
- class: p(["icon icon-tabler icon-tabler-chevron-left", { "stroke-gray-400": t.value }]),
10035
+ class: O(["icon icon-tabler icon-tabler-chevron-left", { "stroke-gray-400": t.value }]),
10035
10036
  fill: "none",
10036
10037
  height: "20",
10037
10038
  stroke: "#000000",
@@ -10051,7 +10052,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
10051
10052
  }, [
10052
10053
  f(o.$slots, "next", {}, () => [
10053
10054
  (m(), Z("svg", {
10054
- class: p(["icon icon-tabler icon-tabler-chevron-right", { "stroke-gray-400": d.value }]),
10055
+ class: O(["icon icon-tabler icon-tabler-chevron-right", { "stroke-gray-400": d.value }]),
10055
10056
  fill: "none",
10056
10057
  height: "20",
10057
10058
  stroke: "#000000",
@@ -10071,7 +10072,7 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
10071
10072
  }, [
10072
10073
  f(o.$slots, "last", {}, () => [
10073
10074
  (m(), Z("svg", {
10074
- class: p(["icon icon-tabler icon-tabler-chevron-right-pipe", { "stroke-gray-400": d.value }]),
10075
+ class: O(["icon icon-tabler icon-tabler-chevron-right-pipe", { "stroke-gray-400": d.value }]),
10075
10076
  fill: "none",
10076
10077
  height: "20",
10077
10078
  stroke: "#000000",
@@ -10118,19 +10119,19 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
10118
10119
  emits: ["update:modelValue"],
10119
10120
  setup(H, { emit: V }) {
10120
10121
  const C = H, M = V, i = N(C.as ?? "div"), L = N(C.modelValue), A = g(() => C.selectedClass);
10121
- O1(`${h1}:selectedClass`, A.value);
10122
+ p1(`${h1}:selectedClass`, A.value);
10122
10123
  function e(n) {
10123
10124
  return L.value.includes(n);
10124
10125
  }
10125
- O1(`${h1}:isSelected`, e);
10126
+ p1(`${h1}:isSelected`, e);
10126
10127
  function d(n, r) {
10127
10128
  C.disabled || C.mandatory && L.value.length === 1 && !r || C.max && L.value.length === C.max && r || (C.multiple ? r ? L.value.push(n) : L.value = L.value.filter((o) => o !== n) : L.value = n ? [n] : [], M("update:modelValue", L.value));
10128
10129
  }
10129
- O1(`${h1}:select`, d);
10130
+ p1(`${h1}:select`, d);
10130
10131
  function t() {
10131
10132
  return C.disabled;
10132
10133
  }
10133
- return O1(`${h1}:isDisabled`, t), G(() => C.modelValue, () => {
10134
+ return p1(`${h1}:isDisabled`, t), G(() => C.modelValue, () => {
10134
10135
  L.value = C.modelValue;
10135
10136
  }), (n, r) => (m(), E(B2(i.value), null, {
10136
10137
  default: k1(() => [
@@ -10187,8 +10188,8 @@ export {
10187
10188
  s0 as RSnackbar,
10188
10189
  c0 as RSwitch,
10189
10190
  b3 as RTabItem,
10190
- p0 as RTabs,
10191
- O0 as RTextArea,
10191
+ O0 as RTabs,
10192
+ p0 as RTextArea,
10192
10193
  f0 as RTextfield,
10193
10194
  G5 as RTooltip
10194
10195
  };