@vuer-ai/vuer-uikit 0.0.47 → 0.0.49
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/{chunk-IMIHCOOE.js → chunk-2FCKLHWA.js} +1 -1
- package/dist/chunk-53PX4SCN.js +61 -0
- package/dist/{chunk-UZFOWGVD.mjs → chunk-5CWWM4L7.mjs} +9 -2
- package/dist/chunk-7NHWT7CO.mjs +26 -0
- package/dist/{chunk-5VYIGLGB.mjs → chunk-AJKD26TR.mjs} +1 -1
- package/dist/{chunk-NSN3O6CZ.mjs → chunk-AQENEOV3.mjs} +2 -2
- package/dist/{chunk-NKNUMZJL.mjs → chunk-DDG2W6BX.mjs} +36 -27
- package/dist/{chunk-KDRYDUQT.js → chunk-DWK23X7J.js} +1 -0
- package/dist/{chunk-R3SHGA4V.js → chunk-EOTROHFU.js} +36 -27
- package/dist/chunk-GCIH5IMQ.mjs +118 -0
- package/dist/chunk-HOQHWWLY.mjs +37 -0
- package/dist/{chunk-AKBWNVRH.js → chunk-HYVF2TGW.js} +2 -2
- package/dist/{chunk-QQMHPZFI.js → chunk-JIRSHP3D.js} +9 -2
- package/dist/chunk-KYWKRMXK.js +48 -0
- package/dist/chunk-N6DZ364I.mjs +15 -0
- package/dist/chunk-NXTGTCPA.mjs +19 -0
- package/dist/{chunk-3WAI7WDK.mjs → chunk-PDXJXH4A.mjs} +1 -1
- package/dist/chunk-PF36CKO7.mjs +599 -0
- package/dist/{chunk-I5UCKLLT.mjs → chunk-PZ3FWTMB.mjs} +1 -1
- package/dist/chunk-QPQSH53G.js +17 -0
- package/dist/chunk-VAEPAW5L.js +126 -0
- package/dist/{chunk-M3S7NSGR.mjs → chunk-VSFCQCKQ.mjs} +2 -2
- package/dist/{chunk-YGSTPCLB.mjs → chunk-VSYSYSVQ.mjs} +47 -31
- package/dist/{chunk-BGXUSJT2.js → chunk-WEHNW5KY.js} +2 -2
- package/dist/{chunk-HE63LZKF.js → chunk-XBKQWS7J.js} +3 -3
- package/dist/chunk-YFPY5SLS.js +41 -0
- package/dist/{chunk-VEUXQSY3.js → chunk-YNKO5FOU.js} +47 -31
- package/dist/chunk-YOKGP5F7.js +624 -0
- package/dist/highlight-cursor/cursor-provider.js +2 -2
- package/dist/highlight-cursor/cursor-provider.mjs +1 -1
- package/dist/highlight-cursor/enhanced-components.d.mts +3 -3
- package/dist/highlight-cursor/enhanced-components.d.ts +3 -3
- package/dist/highlight-cursor/enhanced-components.js +10 -10
- package/dist/highlight-cursor/enhanced-components.mjs +5 -5
- package/dist/highlight-cursor/index.d.mts +3 -3
- package/dist/highlight-cursor/index.d.ts +3 -3
- package/dist/highlight-cursor/index.js +12 -12
- package/dist/highlight-cursor/index.mjs +6 -6
- package/dist/hooks/index.js +7 -7
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/use-mobile.d.mts +3 -0
- package/dist/hooks/use-mobile.d.ts +3 -0
- package/dist/hooks/use-mobile.js +10 -0
- package/dist/hooks/use-mobile.mjs +1 -0
- package/dist/hooks/useDragSelect.js +2 -2
- package/dist/hooks/useDragSelect.mjs +1 -1
- package/dist/index.d.mts +9 -3
- package/dist/index.d.ts +9 -3
- package/dist/index.js +285 -139
- package/dist/index.mjs +28 -22
- package/dist/ui/avatar.js +2 -2
- package/dist/ui/avatar.mjs +2 -2
- package/dist/ui/badge.d.mts +2 -2
- package/dist/ui/badge.d.ts +2 -2
- package/dist/ui/badge.js +2 -2
- package/dist/ui/badge.mjs +2 -2
- package/dist/ui/button.d.mts +2 -2
- package/dist/ui/button.d.ts +2 -2
- package/dist/ui/button.js +8 -4
- package/dist/ui/button.mjs +3 -3
- package/dist/ui/card.js +2 -2
- package/dist/ui/card.mjs +2 -2
- package/dist/ui/checkbox.js +2 -2
- package/dist/ui/checkbox.mjs +2 -2
- package/dist/ui/collapsible.js +2 -2
- package/dist/ui/collapsible.mjs +2 -2
- package/dist/ui/drawer.js +2 -2
- package/dist/ui/drawer.mjs +2 -2
- package/dist/ui/dropdown.js +2 -2
- package/dist/ui/dropdown.mjs +2 -2
- package/dist/ui/form/CmInput.js +2 -2
- package/dist/ui/form/CmInput.mjs +2 -2
- package/dist/ui/form/DegInput.js +2 -2
- package/dist/ui/form/DegInput.mjs +2 -2
- package/dist/ui/form/EulerDegInput.js +2 -2
- package/dist/ui/form/EulerDegInput.mjs +2 -2
- package/dist/ui/form/EulerInput.js +2 -2
- package/dist/ui/form/EulerInput.mjs +2 -2
- package/dist/ui/form/EulerRadInput.js +2 -2
- package/dist/ui/form/EulerRadInput.mjs +2 -2
- package/dist/ui/form/InchInput.js +2 -2
- package/dist/ui/form/InchInput.mjs +2 -2
- package/dist/ui/form/IntInput.js +2 -2
- package/dist/ui/form/IntInput.mjs +2 -2
- package/dist/ui/form/KVectorInput.js +2 -2
- package/dist/ui/form/KVectorInput.mjs +2 -2
- package/dist/ui/form/NumberInput.js +2 -2
- package/dist/ui/form/NumberInput.mjs +2 -2
- package/dist/ui/form/QuaternionInput.js +2 -2
- package/dist/ui/form/QuaternionInput.mjs +2 -2
- package/dist/ui/form/RadInput.js +2 -2
- package/dist/ui/form/RadInput.mjs +2 -2
- package/dist/ui/form/TimeInput.js +2 -2
- package/dist/ui/form/TimeInput.mjs +2 -2
- package/dist/ui/form/Vec3Input.js +2 -2
- package/dist/ui/form/Vec3Input.mjs +2 -2
- package/dist/ui/form/VectorInput.js +2 -2
- package/dist/ui/form/VectorInput.mjs +2 -2
- package/dist/ui/form/index.js +17 -17
- package/dist/ui/form/index.mjs +5 -5
- package/dist/ui/index.d.mts +9 -3
- package/dist/ui/index.d.ts +9 -3
- package/dist/ui/index.js +270 -124
- package/dist/ui/index.mjs +26 -20
- package/dist/ui/input-numbers.js +2 -2
- package/dist/ui/input-numbers.mjs +2 -2
- package/dist/ui/input.d.mts +1 -1
- package/dist/ui/input.d.ts +1 -1
- package/dist/ui/input.js +2 -2
- package/dist/ui/input.mjs +2 -2
- package/dist/ui/layout.js +2 -2
- package/dist/ui/layout.mjs +2 -2
- package/dist/ui/modal.js +2 -2
- package/dist/ui/modal.mjs +2 -2
- package/dist/ui/pagination.d.mts +18 -0
- package/dist/ui/pagination.d.ts +18 -0
- package/dist/ui/pagination.js +43 -0
- package/dist/ui/pagination.mjs +10 -0
- package/dist/ui/popover.js +2 -2
- package/dist/ui/popover.mjs +2 -2
- package/dist/ui/radio-group.js +2 -2
- package/dist/ui/radio-group.mjs +2 -2
- package/dist/ui/resizable.d.mts +14 -0
- package/dist/ui/resizable.d.ts +14 -0
- package/dist/ui/resizable.js +25 -0
- package/dist/ui/resizable.mjs +8 -0
- package/dist/ui/select.d.mts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/select.js +2 -2
- package/dist/ui/select.mjs +2 -2
- package/dist/ui/separator.d.mts +7 -0
- package/dist/ui/separator.d.ts +7 -0
- package/dist/ui/separator.js +17 -0
- package/dist/ui/separator.mjs +8 -0
- package/dist/ui/sheet.js +2 -2
- package/dist/ui/sheet.mjs +2 -2
- package/dist/ui/sidebar.d.mts +75 -0
- package/dist/ui/sidebar.d.ts +75 -0
- package/dist/ui/sidebar.js +116 -0
- package/dist/ui/sidebar.mjs +15 -0
- package/dist/ui/skeleton.d.mts +6 -0
- package/dist/ui/skeleton.d.ts +6 -0
- package/dist/ui/skeleton.js +17 -0
- package/dist/ui/skeleton.mjs +8 -0
- package/dist/ui/slider.js +2 -2
- package/dist/ui/slider.mjs +2 -2
- package/dist/ui/switch.js +2 -2
- package/dist/ui/switch.mjs +2 -2
- package/dist/ui/tabs.js +2 -2
- package/dist/ui/tabs.mjs +2 -2
- package/dist/ui/textarea.js +2 -2
- package/dist/ui/textarea.mjs +2 -2
- package/dist/ui/timeline.js +5 -5
- package/dist/ui/timeline.mjs +4 -4
- package/dist/ui/toggle-group.js +2 -2
- package/dist/ui/toggle-group.mjs +2 -2
- package/dist/ui/toggle.js +2 -2
- package/dist/ui/toggle.mjs +2 -2
- package/dist/ui/tooltip.js +2 -2
- package/dist/ui/tooltip.mjs +2 -2
- package/dist/ui/tree-view-v2.d.mts +5 -1
- package/dist/ui/tree-view-v2.d.ts +5 -1
- package/dist/ui/tree-view-v2.js +4 -4
- package/dist/ui/tree-view-v2.mjs +3 -3
- package/dist/ui/tree-view.js +4 -4
- package/dist/ui/tree-view.mjs +3 -3
- package/dist/ui/version-badge.js +4 -4
- package/dist/ui/version-badge.mjs +3 -3
- package/package.json +2 -1
- package/src/hooks/useDragSelect.ts +12 -2
- package/src/ui/index.ts +1 -0
- package/src/ui/resizable.tsx +50 -0
- package/src/ui/sidebar.tsx +13 -13
- package/src/ui/tree-view-v2.tsx +47 -22
- /package/dist/{chunk-YQKZSWI6.js → chunk-GLGYNU3Q.js} +0 -0
- /package/dist/{chunk-4IXZRYYD.mjs → chunk-ZFWQLAQA.mjs} +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-CZBGKVGH.js');
|
|
3
|
+
var chunkXBKQWS7J_js = require('../chunk-XBKQWS7J.js');
|
|
5
4
|
require('../chunk-W3AIC7FW.js');
|
|
6
5
|
require('../chunk-KCA5PXNO.js');
|
|
6
|
+
require('../chunk-CZBGKVGH.js');
|
|
7
7
|
require('../chunk-3YODEBOY.js');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-DWK23X7J.js');
|
|
9
9
|
require('../chunk-UFHMEEGL.js');
|
|
10
10
|
require('../chunk-UBVYEZI3.js');
|
|
11
|
+
require('../chunk-W3APG27Q.js');
|
|
11
12
|
require('../chunk-QG7ZF6TO.js');
|
|
12
13
|
require('../chunk-OASPTOVZ.js');
|
|
13
|
-
require('../chunk-
|
|
14
|
+
require('../chunk-JIRSHP3D.js');
|
|
14
15
|
require('../chunk-KIENXCE4.js');
|
|
15
|
-
require('../chunk-W3APG27Q.js');
|
|
16
16
|
require('../chunk-7KYAICHB.js');
|
|
17
17
|
require('../chunk-CLTLT5XW.js');
|
|
18
18
|
require('../chunk-OTPUWWEB.js');
|
|
@@ -21,21 +21,21 @@ require('../chunk-OTPUWWEB.js');
|
|
|
21
21
|
|
|
22
22
|
Object.defineProperty(exports, "CursorButton", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkXBKQWS7J_js.CursorButton; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkXBKQWS7J_js.CursorInputRoot; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkXBKQWS7J_js.CursorSelectTrigger; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "CursorTabs", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkXBKQWS7J_js.CursorTabs; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkXBKQWS7J_js.CursorTextarea; }
|
|
41
41
|
});
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
2
|
-
import '../chunk-TZLILQLV.mjs';
|
|
1
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-VSFCQCKQ.mjs';
|
|
3
2
|
import '../chunk-EXM36UYZ.mjs';
|
|
4
3
|
import '../chunk-MWJQTO2F.mjs';
|
|
4
|
+
import '../chunk-TZLILQLV.mjs';
|
|
5
5
|
import '../chunk-INX2EB5H.mjs';
|
|
6
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-PZ3FWTMB.mjs';
|
|
7
7
|
import '../chunk-44KW6PTD.mjs';
|
|
8
8
|
import '../chunk-AYKQVWMR.mjs';
|
|
9
|
+
import '../chunk-PR4VD5F2.mjs';
|
|
9
10
|
import '../chunk-4F2GSF2T.mjs';
|
|
10
11
|
import '../chunk-QG5Z4C65.mjs';
|
|
11
|
-
import '../chunk-
|
|
12
|
+
import '../chunk-5CWWM4L7.mjs';
|
|
12
13
|
import '../chunk-IWH3T7TD.mjs';
|
|
13
|
-
import '../chunk-PR4VD5F2.mjs';
|
|
14
14
|
import '../chunk-WM2VP7MI.mjs';
|
|
15
15
|
import '../chunk-3FR3WKI4.mjs';
|
|
16
16
|
import '../chunk-XMG3IVGZ.mjs';
|
|
@@ -5,12 +5,12 @@ export { withCursor } from './with-cursor.mjs';
|
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import './types.mjs';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../ui/
|
|
8
|
+
import '../ui/button.mjs';
|
|
9
9
|
import 'class-variance-authority/types';
|
|
10
10
|
import 'class-variance-authority';
|
|
11
|
+
import '../ui/input.mjs';
|
|
12
|
+
import '../ui/textarea.mjs';
|
|
11
13
|
import '../ui/tabs.mjs';
|
|
12
14
|
import '@radix-ui/react-tabs';
|
|
13
|
-
import '../ui/button.mjs';
|
|
14
|
-
import '../ui/input.mjs';
|
|
15
15
|
import '../ui/select.mjs';
|
|
16
16
|
import '@radix-ui/react-select';
|
|
@@ -5,12 +5,12 @@ export { withCursor } from './with-cursor.js';
|
|
|
5
5
|
import 'react/jsx-runtime';
|
|
6
6
|
import './types.js';
|
|
7
7
|
import 'react';
|
|
8
|
-
import '../ui/
|
|
8
|
+
import '../ui/button.js';
|
|
9
9
|
import 'class-variance-authority/types';
|
|
10
10
|
import 'class-variance-authority';
|
|
11
|
+
import '../ui/input.js';
|
|
12
|
+
import '../ui/textarea.js';
|
|
11
13
|
import '../ui/tabs.js';
|
|
12
14
|
import '@radix-ui/react-tabs';
|
|
13
|
-
import '../ui/button.js';
|
|
14
|
-
import '../ui/input.js';
|
|
15
15
|
import '../ui/select.js';
|
|
16
16
|
import '@radix-ui/react-select';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../chunk-KJ42IGH6.js');
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
require('../chunk-CZBGKVGH.js');
|
|
4
|
+
var chunkHYVF2TGW_js = require('../chunk-HYVF2TGW.js');
|
|
5
|
+
var chunkXBKQWS7J_js = require('../chunk-XBKQWS7J.js');
|
|
7
6
|
require('../chunk-W3AIC7FW.js');
|
|
8
7
|
require('../chunk-KCA5PXNO.js');
|
|
8
|
+
require('../chunk-CZBGKVGH.js');
|
|
9
9
|
require('../chunk-3YODEBOY.js');
|
|
10
|
-
require('../chunk-
|
|
10
|
+
require('../chunk-DWK23X7J.js');
|
|
11
11
|
var chunkUFHMEEGL_js = require('../chunk-UFHMEEGL.js');
|
|
12
12
|
require('../chunk-UBVYEZI3.js');
|
|
13
|
+
require('../chunk-W3APG27Q.js');
|
|
13
14
|
require('../chunk-QG7ZF6TO.js');
|
|
14
15
|
require('../chunk-OASPTOVZ.js');
|
|
15
|
-
require('../chunk-
|
|
16
|
+
require('../chunk-JIRSHP3D.js');
|
|
16
17
|
require('../chunk-KIENXCE4.js');
|
|
17
|
-
require('../chunk-W3APG27Q.js');
|
|
18
18
|
require('../chunk-7KYAICHB.js');
|
|
19
19
|
require('../chunk-CLTLT5XW.js');
|
|
20
20
|
var chunkOTPUWWEB_js = require('../chunk-OTPUWWEB.js');
|
|
@@ -23,27 +23,27 @@ var chunkOTPUWWEB_js = require('../chunk-OTPUWWEB.js');
|
|
|
23
23
|
|
|
24
24
|
Object.defineProperty(exports, "CursorProvider", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkHYVF2TGW_js.CursorProvider; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "CursorButton", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkXBKQWS7J_js.CursorButton; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkXBKQWS7J_js.CursorInputRoot; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkXBKQWS7J_js.CursorSelectTrigger; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "CursorTabs", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkXBKQWS7J_js.CursorTabs; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkXBKQWS7J_js.CursorTextarea; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "withCursor", {
|
|
49
49
|
enumerable: true,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import '../chunk-VGCVIHBR.mjs';
|
|
2
|
-
export { CursorProvider } from '../chunk-
|
|
3
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
4
|
-
import '../chunk-TZLILQLV.mjs';
|
|
2
|
+
export { CursorProvider } from '../chunk-AQENEOV3.mjs';
|
|
3
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-VSFCQCKQ.mjs';
|
|
5
4
|
import '../chunk-EXM36UYZ.mjs';
|
|
6
5
|
import '../chunk-MWJQTO2F.mjs';
|
|
6
|
+
import '../chunk-TZLILQLV.mjs';
|
|
7
7
|
import '../chunk-INX2EB5H.mjs';
|
|
8
|
-
import '../chunk-
|
|
8
|
+
import '../chunk-PZ3FWTMB.mjs';
|
|
9
9
|
export { withCursor } from '../chunk-44KW6PTD.mjs';
|
|
10
10
|
import '../chunk-AYKQVWMR.mjs';
|
|
11
|
+
import '../chunk-PR4VD5F2.mjs';
|
|
11
12
|
import '../chunk-4F2GSF2T.mjs';
|
|
12
13
|
import '../chunk-QG5Z4C65.mjs';
|
|
13
|
-
import '../chunk-
|
|
14
|
+
import '../chunk-5CWWM4L7.mjs';
|
|
14
15
|
import '../chunk-IWH3T7TD.mjs';
|
|
15
|
-
import '../chunk-PR4VD5F2.mjs';
|
|
16
16
|
import '../chunk-WM2VP7MI.mjs';
|
|
17
17
|
import '../chunk-3FR3WKI4.mjs';
|
|
18
18
|
export { TabsCursorProvider } from '../chunk-XMG3IVGZ.mjs';
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../chunk-UBVYEZI3.js');
|
|
4
|
+
var chunkW3APG27Q_js = require('../chunk-W3APG27Q.js');
|
|
4
5
|
var chunkQG7ZF6TO_js = require('../chunk-QG7ZF6TO.js');
|
|
5
6
|
var chunkOASPTOVZ_js = require('../chunk-OASPTOVZ.js');
|
|
6
|
-
var
|
|
7
|
+
var chunkJIRSHP3D_js = require('../chunk-JIRSHP3D.js');
|
|
7
8
|
var chunkKIENXCE4_js = require('../chunk-KIENXCE4.js');
|
|
8
|
-
var chunkW3APG27Q_js = require('../chunk-W3APG27Q.js');
|
|
9
9
|
var chunk7KYAICHB_js = require('../chunk-7KYAICHB.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
Object.defineProperty(exports, "useWindow", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunkW3APG27Q_js.useWindow; }
|
|
16
|
+
});
|
|
13
17
|
Object.defineProperty(exports, "clientOnly", {
|
|
14
18
|
enumerable: true,
|
|
15
19
|
get: function () { return chunkQG7ZF6TO_js.clientOnly; }
|
|
@@ -32,16 +36,12 @@ Object.defineProperty(exports, "useDocument", {
|
|
|
32
36
|
});
|
|
33
37
|
Object.defineProperty(exports, "useDragSelect", {
|
|
34
38
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkJIRSHP3D_js.useDragSelect; }
|
|
36
40
|
});
|
|
37
41
|
Object.defineProperty(exports, "useLocalStorage", {
|
|
38
42
|
enumerable: true,
|
|
39
43
|
get: function () { return chunkKIENXCE4_js.useLocalStorage; }
|
|
40
44
|
});
|
|
41
|
-
Object.defineProperty(exports, "useWindow", {
|
|
42
|
-
enumerable: true,
|
|
43
|
-
get: function () { return chunkW3APG27Q_js.useWindow; }
|
|
44
|
-
});
|
|
45
45
|
Object.defineProperty(exports, "cn", {
|
|
46
46
|
enumerable: true,
|
|
47
47
|
get: function () { return chunk7KYAICHB_js.cn; }
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../chunk-AYKQVWMR.mjs';
|
|
2
|
+
export { useWindow } from '../chunk-PR4VD5F2.mjs';
|
|
2
3
|
export { clientOnly, createClientOnlyComponent, isClient, isServer } from '../chunk-4F2GSF2T.mjs';
|
|
3
4
|
export { useDocument } from '../chunk-QG5Z4C65.mjs';
|
|
4
|
-
export { useDragSelect } from '../chunk-
|
|
5
|
+
export { useDragSelect } from '../chunk-5CWWM4L7.mjs';
|
|
5
6
|
export { useLocalStorage } from '../chunk-IWH3T7TD.mjs';
|
|
6
|
-
export { useWindow } from '../chunk-PR4VD5F2.mjs';
|
|
7
7
|
export { cn } from '../chunk-WM2VP7MI.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useIsMobile } from '../chunk-NXTGTCPA.mjs';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkJIRSHP3D_js = require('../chunk-JIRSHP3D.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "useDragSelect", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkJIRSHP3D_js.useDragSelect; }
|
|
10
10
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { useDragSelect } from '../chunk-
|
|
1
|
+
export { useDragSelect } from '../chunk-5CWWM4L7.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './ui/pagination.mjs';
|
|
2
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.mjs';
|
|
1
3
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.mjs';
|
|
2
4
|
export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.mjs';
|
|
3
5
|
export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.mjs';
|
|
@@ -18,7 +20,7 @@ export { Checkbox } from './ui/checkbox.mjs';
|
|
|
18
20
|
export { Switch } from './ui/switch.mjs';
|
|
19
21
|
export { Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps, TabsTrigger, TabsTriggerProps } from './ui/tabs.mjs';
|
|
20
22
|
export { Modal, ModalClose, ModalCloseProps, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalOverlay, ModalOverlayProps, ModalPortal, ModalPortalProps, ModalProps, ModalTitle, ModalTitleProps, ModalTrigger, ModalTriggerProps } from './ui/modal.mjs';
|
|
21
|
-
export { Button, ButtonProps } from './ui/button.mjs';
|
|
23
|
+
export { Button, ButtonProps, buttonVariants } from './ui/button.mjs';
|
|
22
24
|
export { InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/input.mjs';
|
|
23
25
|
export { InputNumbers, InputNumbersProps } from './ui/input-numbers.mjs';
|
|
24
26
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.mjs';
|
|
@@ -40,6 +42,7 @@ export { EulerDegInput, EulerDegInputProps } from './ui/form/EulerDegInput.mjs';
|
|
|
40
42
|
export { EulerRadInput, EulerRadInputProps } from './ui/form/EulerRadInput.mjs';
|
|
41
43
|
export { QuaternionInput, QuaternionInputProps } from './ui/form/QuaternionInput.mjs';
|
|
42
44
|
export { KVectorInput, KVectorInputProps } from './ui/form/KVectorInput.mjs';
|
|
45
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.mjs';
|
|
43
46
|
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.mjs';
|
|
44
47
|
export { ThemeScript } from './ui/theme/themeScript.mjs';
|
|
45
48
|
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.mjs';
|
|
@@ -58,13 +61,15 @@ export { withCursor } from './highlight-cursor/with-cursor.mjs';
|
|
|
58
61
|
export { toast } from 'sonner';
|
|
59
62
|
import 'react/jsx-runtime';
|
|
60
63
|
import 'react';
|
|
64
|
+
import 'class-variance-authority/types';
|
|
65
|
+
import 'class-variance-authority';
|
|
66
|
+
import './ui/separator.mjs';
|
|
67
|
+
import '@radix-ui/react-separator';
|
|
61
68
|
import 'vaul';
|
|
62
69
|
import '@radix-ui/react-dialog';
|
|
63
70
|
import '@radix-ui/react-popover';
|
|
64
71
|
import '@radix-ui/react-avatar';
|
|
65
72
|
import '@radix-ui/react-tooltip';
|
|
66
|
-
import 'class-variance-authority/types';
|
|
67
|
-
import 'class-variance-authority';
|
|
68
73
|
import '@radix-ui/react-dropdown-menu';
|
|
69
74
|
import '@radix-ui/react-toggle';
|
|
70
75
|
import '@radix-ui/react-toggle-group';
|
|
@@ -75,5 +80,6 @@ import '@radix-ui/react-tabs';
|
|
|
75
80
|
import '@radix-ui/react-collapsible';
|
|
76
81
|
import '@radix-ui/react-select';
|
|
77
82
|
import '@radix-ui/react-slider';
|
|
83
|
+
import 'react-resizable-panels';
|
|
78
84
|
import 'clsx';
|
|
79
85
|
import './highlight-cursor/types.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './ui/pagination.js';
|
|
2
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './ui/sidebar.js';
|
|
1
3
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.js';
|
|
2
4
|
export { LogItemData, PointEvent, PointEventType, Timeline } from './ui/timeline.js';
|
|
3
5
|
export { TreeDataItemV2, TreeViewV2 } from './ui/tree-view-v2.js';
|
|
@@ -18,7 +20,7 @@ export { Checkbox } from './ui/checkbox.js';
|
|
|
18
20
|
export { Switch } from './ui/switch.js';
|
|
19
21
|
export { Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps, TabsTrigger, TabsTriggerProps } from './ui/tabs.js';
|
|
20
22
|
export { Modal, ModalClose, ModalCloseProps, ModalContent, ModalContentProps, ModalDescription, ModalDescriptionProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalOverlay, ModalOverlayProps, ModalPortal, ModalPortalProps, ModalProps, ModalTitle, ModalTitleProps, ModalTrigger, ModalTriggerProps } from './ui/modal.js';
|
|
21
|
-
export { Button, ButtonProps } from './ui/button.js';
|
|
23
|
+
export { Button, ButtonProps, buttonVariants } from './ui/button.js';
|
|
22
24
|
export { InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/input.js';
|
|
23
25
|
export { InputNumbers, InputNumbersProps } from './ui/input-numbers.js';
|
|
24
26
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.js';
|
|
@@ -40,6 +42,7 @@ export { EulerDegInput, EulerDegInputProps } from './ui/form/EulerDegInput.js';
|
|
|
40
42
|
export { EulerRadInput, EulerRadInputProps } from './ui/form/EulerRadInput.js';
|
|
41
43
|
export { QuaternionInput, QuaternionInputProps } from './ui/form/QuaternionInput.js';
|
|
42
44
|
export { KVectorInput, KVectorInputProps } from './ui/form/KVectorInput.js';
|
|
45
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.js';
|
|
43
46
|
export { ThemeProvider, useTheme } from './ui/theme/ThemeProvider.js';
|
|
44
47
|
export { ThemeScript } from './ui/theme/themeScript.js';
|
|
45
48
|
export { Attribute, ThemeProviderProps, UseThemeProps } from './ui/theme/types.js';
|
|
@@ -58,13 +61,15 @@ export { withCursor } from './highlight-cursor/with-cursor.js';
|
|
|
58
61
|
export { toast } from 'sonner';
|
|
59
62
|
import 'react/jsx-runtime';
|
|
60
63
|
import 'react';
|
|
64
|
+
import 'class-variance-authority/types';
|
|
65
|
+
import 'class-variance-authority';
|
|
66
|
+
import './ui/separator.js';
|
|
67
|
+
import '@radix-ui/react-separator';
|
|
61
68
|
import 'vaul';
|
|
62
69
|
import '@radix-ui/react-dialog';
|
|
63
70
|
import '@radix-ui/react-popover';
|
|
64
71
|
import '@radix-ui/react-avatar';
|
|
65
72
|
import '@radix-ui/react-tooltip';
|
|
66
|
-
import 'class-variance-authority/types';
|
|
67
|
-
import 'class-variance-authority';
|
|
68
73
|
import '@radix-ui/react-dropdown-menu';
|
|
69
74
|
import '@radix-ui/react-toggle';
|
|
70
75
|
import '@radix-ui/react-toggle-group';
|
|
@@ -75,5 +80,6 @@ import '@radix-ui/react-tabs';
|
|
|
75
80
|
import '@radix-ui/react-collapsible';
|
|
76
81
|
import '@radix-ui/react-select';
|
|
77
82
|
import '@radix-ui/react-slider';
|
|
83
|
+
import 'react-resizable-panels';
|
|
78
84
|
import 'clsx';
|
|
79
85
|
import './highlight-cursor/types.js';
|