@vuer-ai/vuer-uikit 0.0.66 → 0.0.68

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 (228) hide show
  1. package/README.md +4 -4
  2. package/dist/SyncScroll/SyncScroll.cjs +15 -12
  3. package/dist/SyncScroll/SyncScroll.mjs +9 -6
  4. package/dist/SyncScroll/index.cjs +15 -12
  5. package/dist/SyncScroll/index.mjs +9 -6
  6. package/dist/{chunk-UGIIFY42.mjs → chunk-3QT5VABC.mjs} +1 -0
  7. package/dist/chunk-3ZOVTCPN.cjs +171 -0
  8. package/dist/{chunk-4WSB6SKT.mjs → chunk-4MW4SKOD.mjs} +17 -25
  9. package/dist/chunk-6BOWMGFG.cjs +69 -0
  10. package/dist/{chunk-MPF74YSO.cjs → chunk-7WO5ATT3.cjs} +1 -1
  11. package/dist/{chunk-YO34TYBG.cjs → chunk-BIG2DXM3.cjs} +3 -3
  12. package/dist/chunk-BZS2B2V4.cjs +294 -0
  13. package/dist/{chunk-MPB4237J.mjs → chunk-CGFJLQRG.mjs} +5 -1
  14. package/dist/{chunk-4DPLDAHW.cjs → chunk-D6326INV.cjs} +5 -1
  15. package/dist/chunk-DSWSIBVQ.cjs +100 -0
  16. package/dist/{chunk-CEHN5RWA.mjs → chunk-DWU32IXO.mjs} +1 -1
  17. package/dist/chunk-ES4LBRHV.mjs +18 -0
  18. package/dist/chunk-EWAKGFQG.mjs +200 -0
  19. package/dist/{chunk-5RQE4EDL.mjs → chunk-HAN5TKHH.mjs} +1 -1
  20. package/dist/chunk-I5XHCZDG.mjs +853 -0
  21. package/dist/chunk-IZARTVYN.mjs +67 -0
  22. package/dist/chunk-JR4TVE43.cjs +31 -0
  23. package/dist/chunk-KC7D4OEU.cjs +224 -0
  24. package/dist/chunk-KNH5OI32.mjs +161 -0
  25. package/dist/{chunk-QESAYFKT.cjs → chunk-LH5AV54U.cjs} +17 -25
  26. package/dist/{chunk-BN7JFMO6.cjs → chunk-LUAVB7SY.cjs} +3 -3
  27. package/dist/chunk-MTB2EWG2.mjs +26 -0
  28. package/dist/chunk-NJEIDGQY.cjs +20 -0
  29. package/dist/chunk-NWA32DT2.cjs +28 -0
  30. package/dist/{chunk-DI43KCLF.mjs → chunk-PIRVEHSD.mjs} +3 -3
  31. package/dist/chunk-PWOICFNA.cjs +269 -0
  32. package/dist/{chunk-B4UCHLYR.cjs → chunk-Q7E73DVJ.cjs} +1 -0
  33. package/dist/chunk-QCD2WTD3.mjs +98 -0
  34. package/dist/chunk-QFMQNY4G.cjs +20 -0
  35. package/dist/chunk-RHX3D3GE.mjs +18 -0
  36. package/dist/chunk-UFNFQMRO.cjs +41 -0
  37. package/dist/{chunk-2XRTRMJT.cjs → chunk-WRR5LMHR.cjs} +11 -11
  38. package/dist/chunk-XHJDRQD7.mjs +29 -0
  39. package/dist/{chunk-ICPSHW4S.mjs → chunk-YGNSDC5I.mjs} +2 -2
  40. package/dist/chunk-YTM334QC.mjs +243 -0
  41. package/dist/chunk-ZC2T7IM5.cjs +855 -0
  42. package/dist/chunk-ZCSTMP5D.mjs +39 -0
  43. package/dist/chunk-ZPRXGADK.mjs +292 -0
  44. package/dist/highlight-cursor/enhanced-components.cjs +8 -5
  45. package/dist/highlight-cursor/enhanced-components.mjs +8 -5
  46. package/dist/highlight-cursor/index.cjs +8 -5
  47. package/dist/highlight-cursor/index.mjs +8 -5
  48. package/dist/hooks/index.cjs +26 -11
  49. package/dist/hooks/index.d.cts +3 -0
  50. package/dist/hooks/index.d.ts +3 -0
  51. package/dist/hooks/index.mjs +8 -5
  52. package/dist/hooks/useDocument.cjs +2 -2
  53. package/dist/hooks/useDocument.mjs +1 -1
  54. package/dist/hooks/useDragSelect.cjs +2 -2
  55. package/dist/hooks/useDragSelect.mjs +1 -1
  56. package/dist/hooks/useIsMobile.cjs +10 -0
  57. package/dist/hooks/useIsMobile.mjs +1 -0
  58. package/dist/hooks/useLocalStorage.cjs +2 -2
  59. package/dist/hooks/useLocalStorage.mjs +1 -1
  60. package/dist/hooks/useLocation.cjs +10 -0
  61. package/dist/hooks/useLocation.d.cts +14 -0
  62. package/dist/hooks/useLocation.d.ts +14 -0
  63. package/dist/hooks/useLocation.mjs +1 -0
  64. package/dist/hooks/useQueryParams.cjs +12 -0
  65. package/dist/hooks/useQueryParams.d.cts +3 -0
  66. package/dist/hooks/useQueryParams.d.ts +3 -0
  67. package/dist/hooks/useQueryParams.mjs +3 -0
  68. package/dist/hooks/useWindow.cjs +2 -2
  69. package/dist/hooks/useWindow.d.cts +1 -1
  70. package/dist/hooks/useWindow.d.ts +1 -1
  71. package/dist/hooks/useWindow.mjs +1 -1
  72. package/dist/index.cjs +321 -271
  73. package/dist/index.d.cts +5 -1
  74. package/dist/index.d.ts +5 -1
  75. package/dist/index.mjs +35 -33
  76. package/dist/ui/avatar.cjs +8 -5
  77. package/dist/ui/avatar.mjs +8 -5
  78. package/dist/ui/badge.cjs +8 -5
  79. package/dist/ui/badge.d.cts +2 -2
  80. package/dist/ui/badge.d.ts +2 -2
  81. package/dist/ui/badge.mjs +8 -5
  82. package/dist/ui/button.cjs +8 -5
  83. package/dist/ui/button.mjs +8 -5
  84. package/dist/ui/card.cjs +8 -5
  85. package/dist/ui/card.mjs +8 -5
  86. package/dist/ui/checkbox.cjs +8 -5
  87. package/dist/ui/checkbox.mjs +8 -5
  88. package/dist/ui/collapsible.cjs +8 -5
  89. package/dist/ui/collapsible.mjs +8 -5
  90. package/dist/ui/color-input.cjs +8 -5
  91. package/dist/ui/color-input.mjs +8 -5
  92. package/dist/ui/drawer.cjs +8 -5
  93. package/dist/ui/drawer.mjs +8 -5
  94. package/dist/ui/dropdown.cjs +8 -5
  95. package/dist/ui/dropdown.mjs +8 -5
  96. package/dist/ui/form/CmInput.cjs +8 -5
  97. package/dist/ui/form/CmInput.mjs +8 -5
  98. package/dist/ui/form/DegInput.cjs +8 -5
  99. package/dist/ui/form/DegInput.mjs +8 -5
  100. package/dist/ui/form/EulerDegInput.cjs +8 -5
  101. package/dist/ui/form/EulerDegInput.mjs +8 -5
  102. package/dist/ui/form/EulerInput.cjs +8 -5
  103. package/dist/ui/form/EulerInput.mjs +8 -5
  104. package/dist/ui/form/EulerRadInput.cjs +8 -5
  105. package/dist/ui/form/EulerRadInput.mjs +8 -5
  106. package/dist/ui/form/InchInput.cjs +8 -5
  107. package/dist/ui/form/InchInput.mjs +8 -5
  108. package/dist/ui/form/IntInput.cjs +8 -5
  109. package/dist/ui/form/IntInput.mjs +8 -5
  110. package/dist/ui/form/KVectorInput.cjs +8 -5
  111. package/dist/ui/form/KVectorInput.mjs +8 -5
  112. package/dist/ui/form/NumberInput.cjs +8 -5
  113. package/dist/ui/form/NumberInput.mjs +8 -5
  114. package/dist/ui/form/QuaternionInput.cjs +8 -5
  115. package/dist/ui/form/QuaternionInput.mjs +8 -5
  116. package/dist/ui/form/RadInput.cjs +8 -5
  117. package/dist/ui/form/RadInput.mjs +8 -5
  118. package/dist/ui/form/TimeInput.cjs +8 -5
  119. package/dist/ui/form/TimeInput.mjs +8 -5
  120. package/dist/ui/form/Vec3Input.cjs +8 -5
  121. package/dist/ui/form/Vec3Input.mjs +8 -5
  122. package/dist/ui/form/VectorInput.cjs +8 -5
  123. package/dist/ui/form/VectorInput.mjs +8 -5
  124. package/dist/ui/form/index.cjs +28 -25
  125. package/dist/ui/form/index.mjs +12 -9
  126. package/dist/ui/index.cjs +296 -258
  127. package/dist/ui/index.d.cts +30 -5
  128. package/dist/ui/index.d.ts +30 -5
  129. package/dist/ui/index.mjs +34 -32
  130. package/dist/ui/input-numbers.cjs +8 -5
  131. package/dist/ui/input-numbers.mjs +8 -5
  132. package/dist/ui/input.cjs +8 -5
  133. package/dist/ui/input.d.cts +1 -1
  134. package/dist/ui/input.d.ts +1 -1
  135. package/dist/ui/input.mjs +8 -5
  136. package/dist/ui/label.cjs +8 -5
  137. package/dist/ui/label.mjs +8 -5
  138. package/dist/ui/layout.cjs +8 -5
  139. package/dist/ui/layout.mjs +8 -5
  140. package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +11 -8
  141. package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +10 -7
  142. package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +15 -12
  143. package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +9 -6
  144. package/dist/ui/layouts/dock-layout/index.cjs +17 -14
  145. package/dist/ui/layouts/dock-layout/index.mjs +10 -7
  146. package/dist/ui/layouts/index.cjs +18 -15
  147. package/dist/ui/layouts/index.mjs +11 -8
  148. package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +8 -5
  149. package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +8 -5
  150. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +8 -5
  151. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +8 -5
  152. package/dist/ui/layouts/liquid-layout/index.cjs +8 -5
  153. package/dist/ui/layouts/liquid-layout/index.mjs +8 -5
  154. package/dist/ui/modal.cjs +8 -5
  155. package/dist/ui/modal.mjs +8 -5
  156. package/dist/ui/pagination.cjs +8 -5
  157. package/dist/ui/pagination.mjs +8 -5
  158. package/dist/ui/panel.cjs +8 -5
  159. package/dist/ui/panel.mjs +8 -5
  160. package/dist/ui/popover.cjs +8 -5
  161. package/dist/ui/popover.mjs +8 -5
  162. package/dist/ui/presets-input.cjs +8 -5
  163. package/dist/ui/presets-input.mjs +8 -5
  164. package/dist/ui/radio-group.cjs +8 -5
  165. package/dist/ui/radio-group.mjs +8 -5
  166. package/dist/ui/resizable.cjs +8 -5
  167. package/dist/ui/resizable.mjs +8 -5
  168. package/dist/ui/select.cjs +8 -5
  169. package/dist/ui/select.d.cts +1 -1
  170. package/dist/ui/select.d.ts +1 -1
  171. package/dist/ui/select.mjs +8 -5
  172. package/dist/ui/separator.cjs +8 -5
  173. package/dist/ui/separator.mjs +8 -5
  174. package/dist/ui/sheet.cjs +8 -5
  175. package/dist/ui/sheet.mjs +8 -5
  176. package/dist/ui/sidebar.cjs +34 -32
  177. package/dist/ui/sidebar.d.cts +1 -1
  178. package/dist/ui/sidebar.d.ts +1 -1
  179. package/dist/ui/sidebar.mjs +10 -8
  180. package/dist/ui/skeleton.cjs +8 -5
  181. package/dist/ui/skeleton.mjs +8 -5
  182. package/dist/ui/slider.cjs +8 -5
  183. package/dist/ui/slider.mjs +8 -5
  184. package/dist/ui/switch.cjs +8 -5
  185. package/dist/ui/switch.mjs +8 -5
  186. package/dist/ui/tabs.cjs +8 -5
  187. package/dist/ui/tabs.mjs +8 -5
  188. package/dist/ui/textarea.cjs +8 -5
  189. package/dist/ui/textarea.d.cts +1 -1
  190. package/dist/ui/textarea.d.ts +1 -1
  191. package/dist/ui/textarea.mjs +8 -5
  192. package/dist/ui/theme/ThemeToggles.cjs +11 -8
  193. package/dist/ui/theme/ThemeToggles.mjs +9 -6
  194. package/dist/ui/theme/index.cjs +11 -8
  195. package/dist/ui/theme/index.mjs +9 -6
  196. package/dist/ui/timeline.cjs +11 -8
  197. package/dist/ui/timeline.mjs +10 -7
  198. package/dist/ui/toggle-buttons.cjs +14 -11
  199. package/dist/ui/toggle-buttons.mjs +9 -6
  200. package/dist/ui/toggle-group.cjs +12 -9
  201. package/dist/ui/toggle-group.mjs +9 -6
  202. package/dist/ui/toggle.cjs +8 -5
  203. package/dist/ui/toggle.mjs +8 -5
  204. package/dist/ui/toolbar.cjs +8 -5
  205. package/dist/ui/toolbar.mjs +8 -5
  206. package/dist/ui/tooltip.cjs +8 -5
  207. package/dist/ui/tooltip.mjs +8 -5
  208. package/dist/ui/tree-view-v2.cjs +10 -7
  209. package/dist/ui/tree-view-v2.mjs +9 -6
  210. package/dist/ui/tree-view.cjs +8 -5
  211. package/dist/ui/tree-view.mjs +8 -5
  212. package/dist/ui/version-badge.cjs +10 -7
  213. package/dist/ui/version-badge.mjs +9 -6
  214. package/package.json +2 -1
  215. package/dist/chunk-C7I2Y5NY.cjs +0 -16
  216. package/dist/chunk-IWH3T7TD.mjs +0 -48
  217. package/dist/chunk-LZPXMTJ7.cjs +0 -16
  218. package/dist/chunk-NXTGTCPA.mjs +0 -19
  219. package/dist/chunk-PR4VD5F2.mjs +0 -14
  220. package/dist/chunk-QG5Z4C65.mjs +0 -14
  221. package/dist/chunk-RFHOLY3Q.cjs +0 -41
  222. package/dist/chunk-Z3BZQSWV.cjs +0 -50
  223. package/dist/hooks/use-mobile.cjs +0 -10
  224. package/dist/hooks/use-mobile.mjs +0 -1
  225. /package/dist/{chunk-AYKQVWMR.mjs → chunk-F7ZHPSLA.mjs} +0 -0
  226. /package/dist/{chunk-5HZ6JUMF.cjs → chunk-QN4N4I3Z.cjs} +0 -0
  227. /package/dist/hooks/{use-mobile.d.cts → useIsMobile.d.cts} +0 -0
  228. /package/dist/hooks/{use-mobile.d.ts → useIsMobile.d.ts} +0 -0
package/README.md CHANGED
@@ -72,12 +72,12 @@ Using CSS Variables and color utilities for theming.
72
72
 
73
73
  ```css
74
74
  @theme inline {
75
- --brand-primary: var(--bg-custom-primary);
76
- --brand-hover: var(--bg-custom-secondary);
75
+ --brand-primary: var(--bg-custom-primary);
76
+ --brand-hover: var(--bg-custom-secondary);
77
77
  }
78
78
 
79
79
  :root {
80
- --bg-custom-primary: rgba(0, 123, 255, 1);
81
- --bg-custom-secondary: rgba(82, 177, 255, 1);
80
+ --bg-custom-primary: rgba(0, 123, 255, 1);
81
+ --bg-custom-secondary: rgba(82, 177, 255, 1);
82
82
  }
83
83
  ```
@@ -1,38 +1,41 @@
1
1
  'use strict';
2
2
 
3
- var chunk4DPLDAHW_cjs = require('../chunk-4DPLDAHW.cjs');
3
+ var chunkD6326INV_cjs = require('../chunk-D6326INV.cjs');
4
4
  require('../chunk-G4FJGNY5.cjs');
5
- require('../chunk-5HZ6JUMF.cjs');
6
- require('../chunk-LZPXMTJ7.cjs');
7
- require('../chunk-B4UCHLYR.cjs');
8
- require('../chunk-Z3BZQSWV.cjs');
9
- require('../chunk-C7I2Y5NY.cjs');
5
+ require('../chunk-QN4N4I3Z.cjs');
6
+ require('../chunk-Q7E73DVJ.cjs');
7
+ require('../chunk-JR4TVE43.cjs');
8
+ require('../chunk-DSWSIBVQ.cjs');
9
+ require('../chunk-NWA32DT2.cjs');
10
+ require('../chunk-6BOWMGFG.cjs');
11
+ require('../chunk-NJEIDGQY.cjs');
10
12
  require('../chunk-RPTRTGC2.cjs');
13
+ require('../chunk-QFMQNY4G.cjs');
11
14
  require('../chunk-DWD754BX.cjs');
12
15
 
13
16
 
14
17
 
15
18
  Object.defineProperty(exports, "SyncDrag", {
16
19
  enumerable: true,
17
- get: function () { return chunk4DPLDAHW_cjs.SyncDrag; }
20
+ get: function () { return chunkD6326INV_cjs.SyncDrag; }
18
21
  });
19
22
  Object.defineProperty(exports, "SyncDragSlave", {
20
23
  enumerable: true,
21
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlave; }
24
+ get: function () { return chunkD6326INV_cjs.SyncDragSlave; }
22
25
  });
23
26
  Object.defineProperty(exports, "SyncDragSlaveX", {
24
27
  enumerable: true,
25
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlaveX; }
28
+ get: function () { return chunkD6326INV_cjs.SyncDragSlaveX; }
26
29
  });
27
30
  Object.defineProperty(exports, "SyncDragX", {
28
31
  enumerable: true,
29
- get: function () { return chunk4DPLDAHW_cjs.SyncDragX; }
32
+ get: function () { return chunkD6326INV_cjs.SyncDragX; }
30
33
  });
31
34
  Object.defineProperty(exports, "SyncScroll", {
32
35
  enumerable: true,
33
- get: function () { return chunk4DPLDAHW_cjs.SyncScroll; }
36
+ get: function () { return chunkD6326INV_cjs.SyncScroll; }
34
37
  });
35
38
  Object.defineProperty(exports, "SyncScrollSlave", {
36
39
  enumerable: true,
37
- get: function () { return chunk4DPLDAHW_cjs.SyncScrollSlave; }
40
+ get: function () { return chunkD6326INV_cjs.SyncScrollSlave; }
38
41
  });
@@ -1,9 +1,12 @@
1
- export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-MPB4237J.mjs';
1
+ export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-CGFJLQRG.mjs';
2
2
  import '../chunk-SAGQV2YZ.mjs';
3
- import '../chunk-AYKQVWMR.mjs';
4
- import '../chunk-QG5Z4C65.mjs';
5
- import '../chunk-UGIIFY42.mjs';
6
- import '../chunk-IWH3T7TD.mjs';
7
- import '../chunk-PR4VD5F2.mjs';
3
+ import '../chunk-F7ZHPSLA.mjs';
4
+ import '../chunk-3QT5VABC.mjs';
5
+ import '../chunk-XHJDRQD7.mjs';
6
+ import '../chunk-QCD2WTD3.mjs';
7
+ import '../chunk-MTB2EWG2.mjs';
8
+ import '../chunk-IZARTVYN.mjs';
9
+ import '../chunk-RHX3D3GE.mjs';
8
10
  import '../chunk-4F2GSF2T.mjs';
11
+ import '../chunk-ES4LBRHV.mjs';
9
12
  import '../chunk-KVFUDYD3.mjs';
@@ -1,41 +1,44 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-JMCH2AFN.cjs');
4
- var chunk4DPLDAHW_cjs = require('../chunk-4DPLDAHW.cjs');
4
+ var chunkD6326INV_cjs = require('../chunk-D6326INV.cjs');
5
5
  var chunkG4FJGNY5_cjs = require('../chunk-G4FJGNY5.cjs');
6
- require('../chunk-5HZ6JUMF.cjs');
7
- require('../chunk-LZPXMTJ7.cjs');
8
- require('../chunk-B4UCHLYR.cjs');
9
- require('../chunk-Z3BZQSWV.cjs');
10
- require('../chunk-C7I2Y5NY.cjs');
6
+ require('../chunk-QN4N4I3Z.cjs');
7
+ require('../chunk-Q7E73DVJ.cjs');
8
+ require('../chunk-JR4TVE43.cjs');
9
+ require('../chunk-DSWSIBVQ.cjs');
10
+ require('../chunk-NWA32DT2.cjs');
11
+ require('../chunk-6BOWMGFG.cjs');
12
+ require('../chunk-NJEIDGQY.cjs');
11
13
  require('../chunk-RPTRTGC2.cjs');
14
+ require('../chunk-QFMQNY4G.cjs');
12
15
  require('../chunk-DWD754BX.cjs');
13
16
 
14
17
 
15
18
 
16
19
  Object.defineProperty(exports, "SyncDrag", {
17
20
  enumerable: true,
18
- get: function () { return chunk4DPLDAHW_cjs.SyncDrag; }
21
+ get: function () { return chunkD6326INV_cjs.SyncDrag; }
19
22
  });
20
23
  Object.defineProperty(exports, "SyncDragSlave", {
21
24
  enumerable: true,
22
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlave; }
25
+ get: function () { return chunkD6326INV_cjs.SyncDragSlave; }
23
26
  });
24
27
  Object.defineProperty(exports, "SyncDragSlaveX", {
25
28
  enumerable: true,
26
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlaveX; }
29
+ get: function () { return chunkD6326INV_cjs.SyncDragSlaveX; }
27
30
  });
28
31
  Object.defineProperty(exports, "SyncDragX", {
29
32
  enumerable: true,
30
- get: function () { return chunk4DPLDAHW_cjs.SyncDragX; }
33
+ get: function () { return chunkD6326INV_cjs.SyncDragX; }
31
34
  });
32
35
  Object.defineProperty(exports, "SyncScroll", {
33
36
  enumerable: true,
34
- get: function () { return chunk4DPLDAHW_cjs.SyncScroll; }
37
+ get: function () { return chunkD6326INV_cjs.SyncScroll; }
35
38
  });
36
39
  Object.defineProperty(exports, "SyncScrollSlave", {
37
40
  enumerable: true,
38
- get: function () { return chunk4DPLDAHW_cjs.SyncScrollSlave; }
41
+ get: function () { return chunkD6326INV_cjs.SyncScrollSlave; }
39
42
  });
40
43
  Object.defineProperty(exports, "SyncScrollProvider", {
41
44
  enumerable: true,
@@ -1,10 +1,13 @@
1
1
  import '../chunk-BNDRHLLZ.mjs';
2
- export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-MPB4237J.mjs';
2
+ export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-CGFJLQRG.mjs';
3
3
  export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from '../chunk-SAGQV2YZ.mjs';
4
- import '../chunk-AYKQVWMR.mjs';
5
- import '../chunk-QG5Z4C65.mjs';
6
- import '../chunk-UGIIFY42.mjs';
7
- import '../chunk-IWH3T7TD.mjs';
8
- import '../chunk-PR4VD5F2.mjs';
4
+ import '../chunk-F7ZHPSLA.mjs';
5
+ import '../chunk-3QT5VABC.mjs';
6
+ import '../chunk-XHJDRQD7.mjs';
7
+ import '../chunk-QCD2WTD3.mjs';
8
+ import '../chunk-MTB2EWG2.mjs';
9
+ import '../chunk-IZARTVYN.mjs';
10
+ import '../chunk-RHX3D3GE.mjs';
9
11
  import '../chunk-4F2GSF2T.mjs';
12
+ import '../chunk-ES4LBRHV.mjs';
10
13
  import '../chunk-KVFUDYD3.mjs';
@@ -62,6 +62,7 @@ function useDragSelect(options = {}) {
62
62
  [selectedItems, handleMouseDown, handleMouseEnter]
63
63
  );
64
64
  useEffect(() => {
65
+ if (typeof document === "undefined") return;
65
66
  const handleGlobalMouseUp = () => {
66
67
  setIsDragging(false);
67
68
  setDragStartItem(null);
@@ -0,0 +1,171 @@
1
+ 'use strict';
2
+
3
+ var chunkBHC7GX53_cjs = require('./chunk-BHC7GX53.cjs');
4
+ var chunkDWD754BX_cjs = require('./chunk-DWD754BX.cjs');
5
+ var classVarianceAuthority = require('class-variance-authority');
6
+ var lucideReact = require('lucide-react');
7
+ var react = require('react');
8
+ var jsxRuntime = require('react/jsx-runtime');
9
+
10
+ var navigationVariants = classVarianceAuthority.cva(["inline-flex", "items-center", "gap-lg", "bg-bg-primary"], {
11
+ variants: {
12
+ size: {
13
+ sm: [],
14
+ md: [],
15
+ lg: []
16
+ }
17
+ },
18
+ defaultVariants: {
19
+ size: "md"
20
+ }
21
+ });
22
+ var navigationTitleVariants = classVarianceAuthority.cva(["text-text-primary", "truncate"], {
23
+ variants: {
24
+ size: {
25
+ sm: ["text-uk-sm"],
26
+ md: ["text-uk-md"],
27
+ lg: ["text-uk-lg"]
28
+ }
29
+ },
30
+ defaultVariants: {
31
+ size: "md"
32
+ }
33
+ });
34
+ var navigationButtonVariants = classVarianceAuthority.cva([
35
+ "text-icon-primary",
36
+ "disabled:text-icon-tertiary",
37
+ "disabled:bg-bg-transparent"
38
+ ]);
39
+ var Navigation = react.forwardRef(function Navigation2({ className, title, onBack, onForward, canGoBack = true, canGoForward = true, size, ...props }, ref) {
40
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: chunkDWD754BX_cjs.cn(navigationVariants({ size, className })), ...props, children: [
41
+ /* @__PURE__ */ jsxRuntime.jsx(
42
+ chunkBHC7GX53_cjs.Button,
43
+ {
44
+ variant: "ghost",
45
+ size,
46
+ icon: true,
47
+ onClick: onBack,
48
+ disabled: !canGoBack,
49
+ className: chunkDWD754BX_cjs.cn(navigationButtonVariants()),
50
+ "aria-label": "Back",
51
+ children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronLeft, {})
52
+ }
53
+ ),
54
+ /* @__PURE__ */ jsxRuntime.jsx(
55
+ chunkBHC7GX53_cjs.Button,
56
+ {
57
+ variant: "ghost",
58
+ size,
59
+ icon: true,
60
+ onClick: onForward,
61
+ disabled: !canGoForward,
62
+ className: chunkDWD754BX_cjs.cn(navigationButtonVariants()),
63
+ "aria-label": "Forward",
64
+ children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, {})
65
+ }
66
+ ),
67
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: chunkDWD754BX_cjs.cn(navigationTitleVariants({ size })), children: title })
68
+ ] });
69
+ });
70
+ function Table({ className, ...props }) {
71
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "table-container", className: "relative w-full overflow-x-auto", children: /* @__PURE__ */ jsxRuntime.jsx(
72
+ "table",
73
+ {
74
+ "data-slot": "table",
75
+ className: chunkDWD754BX_cjs.cn("text-uk-md w-full caption-bottom rounded-none!", className),
76
+ ...props
77
+ }
78
+ ) });
79
+ }
80
+ function TableHeader({ className, ...props }) {
81
+ return /* @__PURE__ */ jsxRuntime.jsx(
82
+ "thead",
83
+ {
84
+ "data-slot": "table-header",
85
+ className: chunkDWD754BX_cjs.cn("hover:bg-bg-tertiary [&_tr]:border-b", className),
86
+ ...props
87
+ }
88
+ );
89
+ }
90
+ function TableBody({ className, ...props }) {
91
+ return /* @__PURE__ */ jsxRuntime.jsx(
92
+ "tbody",
93
+ {
94
+ "data-slot": "table-body",
95
+ className: chunkDWD754BX_cjs.cn("[&_tr:last-child]:border-0", className),
96
+ ...props
97
+ }
98
+ );
99
+ }
100
+ function TableFooter({ className, ...props }) {
101
+ return /* @__PURE__ */ jsxRuntime.jsx(
102
+ "tfoot",
103
+ {
104
+ "data-slot": "table-footer",
105
+ className: chunkDWD754BX_cjs.cn(
106
+ "bg-bg-secondary border-bg-secondary hover:bg-bg-tertiary border-t font-medium [&>tr]:last:border-b-0",
107
+ className
108
+ ),
109
+ ...props
110
+ }
111
+ );
112
+ }
113
+ function TableRow({ className, ...props }) {
114
+ return /* @__PURE__ */ jsxRuntime.jsx(
115
+ "tr",
116
+ {
117
+ "data-slot": "table-row",
118
+ className: chunkDWD754BX_cjs.cn(
119
+ "hover:bg-bg-secondary data-[state=selected]:bg-bg-secondary border-bg-secondary border-b transition-colors",
120
+ className
121
+ ),
122
+ ...props
123
+ }
124
+ );
125
+ }
126
+ function TableHead({ className, ...props }) {
127
+ return /* @__PURE__ */ jsxRuntime.jsx(
128
+ "th",
129
+ {
130
+ "data-slot": "table-head",
131
+ className: chunkDWD754BX_cjs.cn(
132
+ "bg-bg-secondary! px-lg! text-text-primary! text-uk-md h-[40px] py-0! text-left align-middle font-medium! whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
133
+ className
134
+ ),
135
+ ...props
136
+ }
137
+ );
138
+ }
139
+ function TableCell({ className, ...props }) {
140
+ return /* @__PURE__ */ jsxRuntime.jsx(
141
+ "td",
142
+ {
143
+ "data-slot": "table-cell",
144
+ className: chunkDWD754BX_cjs.cn(
145
+ "px-lg! text-text-primary! text-uk-md h-[40px] py-0! align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
146
+ className
147
+ ),
148
+ ...props
149
+ }
150
+ );
151
+ }
152
+ function TableCaption({ className, ...props }) {
153
+ return /* @__PURE__ */ jsxRuntime.jsx(
154
+ "caption",
155
+ {
156
+ "data-slot": "table-caption",
157
+ className: chunkDWD754BX_cjs.cn("text-text-tertiary text-uk-md mt-4", className),
158
+ ...props
159
+ }
160
+ );
161
+ }
162
+
163
+ exports.Navigation = Navigation;
164
+ exports.Table = Table;
165
+ exports.TableBody = TableBody;
166
+ exports.TableCaption = TableCaption;
167
+ exports.TableCell = TableCell;
168
+ exports.TableFooter = TableFooter;
169
+ exports.TableHead = TableHead;
170
+ exports.TableHeader = TableHeader;
171
+ exports.TableRow = TableRow;
@@ -10,30 +10,32 @@ var DockLayout = forwardRef(
10
10
  {
11
11
  ref,
12
12
  ...props,
13
- className: cn(
14
- "relative h-full w-full flex flex-col overflow-hidden",
15
- className
16
- )
13
+ className: cn("relative flex h-full w-full flex-col overflow-hidden", className)
17
14
  }
18
15
  );
19
16
  }
20
17
  );
21
18
  DockLayout.displayName = "DockLayout";
22
19
  function DockLayoutContent({ className, ...props }) {
23
- return /* @__PURE__ */ jsx("div", { ...props, className: cn("flex-1 flex flex-col items-center justify-center overflow-auto relative", className) });
20
+ return /* @__PURE__ */ jsx(
21
+ "div",
22
+ {
23
+ ...props,
24
+ className: cn(
25
+ "relative flex flex-1 flex-col items-center justify-center overflow-auto",
26
+ className
27
+ )
28
+ }
29
+ );
24
30
  }
25
- function DockLayoutLeft({
26
- className,
27
- asChild,
28
- ...props
29
- }) {
31
+ function DockLayoutLeft({ className, asChild, ...props }) {
30
32
  const Comp = asChild ? Slot : "div";
31
33
  return /* @__PURE__ */ jsx(
32
34
  Comp,
33
35
  {
34
36
  ...props,
35
37
  className: cn(
36
- "h-full flex flex-col items-start gap-4 bg-bg-primary flex-shrink-0",
38
+ "bg-bg-primary flex h-full flex-shrink-0 flex-col items-start gap-4",
37
39
  className
38
40
  )
39
41
  }
@@ -45,26 +47,19 @@ function DockLayoutTop({ className, ...props }) {
45
47
  {
46
48
  ...props,
47
49
  className: cn(
48
- "absolute top-4 left-1/2 transform -translate-x-1/2 z-20 flex items-start justify-center",
50
+ "absolute top-4 left-1/2 z-20 flex -translate-x-1/2 transform items-start justify-center",
49
51
  className
50
52
  )
51
53
  }
52
54
  );
53
55
  }
54
- function DockLayoutRight({
55
- className,
56
- asChild,
57
- ...props
58
- }) {
56
+ function DockLayoutRight({ className, asChild, ...props }) {
59
57
  const Comp = asChild ? Slot : "div";
60
58
  return /* @__PURE__ */ jsx(
61
59
  Comp,
62
60
  {
63
61
  ...props,
64
- className: cn(
65
- "h-full flex flex-col items-end gap-4 bg-bg-primary flex-shrink-0",
66
- className
67
- )
62
+ className: cn("bg-bg-primary flex h-full flex-shrink-0 flex-col items-end gap-4", className)
68
63
  }
69
64
  );
70
65
  }
@@ -76,10 +71,7 @@ var DockLayoutBottom = forwardRef(
76
71
  {
77
72
  ref,
78
73
  ...props,
79
- className: cn(
80
- "inline-flex justify-center bg-bg-primary flex-shrink-0 w-full",
81
- className
82
- )
74
+ className: cn("bg-bg-primary inline-flex w-full flex-shrink-0 justify-center", className)
83
75
  }
84
76
  );
85
77
  }
@@ -0,0 +1,69 @@
1
+ 'use strict';
2
+
3
+ var react = require('react');
4
+
5
+ // src/hooks/useLocation.tsx
6
+ var listeners = [];
7
+ var currentSnapshot = void 0;
8
+ function updateSnapshot() {
9
+ if (typeof window === "undefined") {
10
+ currentSnapshot = void 0;
11
+ return;
12
+ }
13
+ currentSnapshot = {
14
+ href: window.location.href,
15
+ pathname: window.location.pathname,
16
+ search: window.location.search,
17
+ hash: window.location.hash,
18
+ host: window.location.host,
19
+ hostname: window.location.hostname,
20
+ port: window.location.port,
21
+ protocol: window.location.protocol,
22
+ origin: window.location.origin
23
+ };
24
+ }
25
+ updateSnapshot();
26
+ function subscribe(callback) {
27
+ listeners.push(callback);
28
+ if (typeof window === "undefined") {
29
+ return () => {
30
+ listeners = listeners.filter((l) => l !== callback);
31
+ };
32
+ }
33
+ const notifyListeners = () => {
34
+ updateSnapshot();
35
+ listeners.forEach((listener) => listener());
36
+ };
37
+ window.addEventListener("popstate", notifyListeners);
38
+ window.addEventListener("hashchange", notifyListeners);
39
+ const originalPushState = window.history.pushState;
40
+ const originalReplaceState = window.history.replaceState;
41
+ window.history.pushState = function(...args) {
42
+ originalPushState.apply(window.history, args);
43
+ notifyListeners();
44
+ };
45
+ window.history.replaceState = function(...args) {
46
+ originalReplaceState.apply(window.history, args);
47
+ notifyListeners();
48
+ };
49
+ return () => {
50
+ listeners = listeners.filter((l) => l !== callback);
51
+ window.removeEventListener("popstate", notifyListeners);
52
+ window.removeEventListener("hashchange", notifyListeners);
53
+ if (listeners.length === 0) {
54
+ window.history.pushState = originalPushState;
55
+ window.history.replaceState = originalReplaceState;
56
+ }
57
+ };
58
+ }
59
+ function getSnapshot() {
60
+ return currentSnapshot;
61
+ }
62
+ function getServerSnapshot() {
63
+ return void 0;
64
+ }
65
+ function useLocation() {
66
+ return react.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
67
+ }
68
+
69
+ exports.useLocation = useLocation;
@@ -3,7 +3,7 @@
3
3
  var chunkUV3EORBI_cjs = require('./chunk-UV3EORBI.cjs');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
 
6
- var PACKAGE_VERSION = "0.0.66" ;
6
+ var PACKAGE_VERSION = "0.0.68" ;
7
7
  var PACKAGE_NAME = "@vuer-ai/vuer-uikit" ;
8
8
  function VersionBadge({
9
9
  className,
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
+ var chunkDDPLVMRO_cjs = require('./chunk-DDPLVMRO.cjs');
3
4
  var chunkMDDAL4L5_cjs = require('./chunk-MDDAL4L5.cjs');
4
5
  var chunkMKKH4EGP_cjs = require('./chunk-MKKH4EGP.cjs');
5
6
  var chunkNQIPNYJK_cjs = require('./chunk-NQIPNYJK.cjs');
6
- var chunkDDPLVMRO_cjs = require('./chunk-DDPLVMRO.cjs');
7
- var chunkRFHOLY3Q_cjs = require('./chunk-RFHOLY3Q.cjs');
8
7
  var chunkBHC7GX53_cjs = require('./chunk-BHC7GX53.cjs');
9
8
  var chunkNFJTF2GL_cjs = require('./chunk-NFJTF2GL.cjs');
9
+ var chunkJR4TVE43_cjs = require('./chunk-JR4TVE43.cjs');
10
10
  var chunkDWD754BX_cjs = require('./chunk-DWD754BX.cjs');
11
11
  var reactSlot = require('@radix-ui/react-slot');
12
12
  var classVarianceAuthority = require('class-variance-authority');
@@ -35,7 +35,7 @@ function SidebarProvider({
35
35
  children,
36
36
  ...props
37
37
  }) {
38
- const isMobile = chunkRFHOLY3Q_cjs.useIsMobile();
38
+ const isMobile = chunkJR4TVE43_cjs.useIsMobile();
39
39
  const [openMobile, setOpenMobile] = react.useState(false);
40
40
  const [_open, _setOpen] = react.useState(defaultOpen);
41
41
  const open = openProp ?? _open;