@vuer-ai/vuer-uikit 0.0.3 → 0.0.4
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-KVDEBKWR.mjs → chunk-25GQKTNF.mjs} +0 -1
- package/dist/{chunk-JOBQTBEM.mjs → chunk-5GPQ7U5B.mjs} +3 -2
- package/dist/{chunk-KAPV3EZO.mjs → chunk-66JQXJEV.mjs} +2 -1
- package/dist/{chunk-WI2J7NIV.mjs → chunk-6ILSFDR5.mjs} +1 -1
- package/dist/{chunk-FYEZTS4S.mjs → chunk-6L4KPPOD.mjs} +1 -1
- package/dist/chunk-7A7VNE3J.mjs +31 -0
- package/dist/{chunk-SUU4Z6E5.mjs → chunk-7SXCVFSA.mjs} +1 -1
- package/dist/{chunk-3HXPIWL3.js → chunk-7V4ELMOH.js} +3 -2
- package/dist/{chunk-5JP4AZ4C.js → chunk-7WUQTWQX.js} +2 -1
- package/dist/{chunk-LBFO3QAA.js → chunk-A2Z57NAA.js} +1 -1
- package/dist/{chunk-5U4NWZMT.mjs → chunk-ATEHWT2R.mjs} +3 -3
- package/dist/{chunk-JIXJTLEO.js → chunk-B5EMQBVL.js} +1 -1
- package/dist/{chunk-CFXL2XYO.mjs → chunk-COFRS37Z.mjs} +7 -9
- package/dist/chunk-ECWCQWV5.js +148 -0
- package/dist/{chunk-ZYBSCTBR.js → chunk-ENZI5WM7.js} +0 -1
- package/dist/chunk-FVT46HEE.js +21 -0
- package/dist/chunk-FYS6YECN.js +33 -0
- package/dist/{chunk-DQGTWUID.js → chunk-G7XNQVPB.js} +4 -3
- package/dist/{chunk-7IYL2AR4.js → chunk-GSXXTAQ3.js} +7 -9
- package/dist/{chunk-263CMARJ.mjs → chunk-IPKCIMU4.mjs} +4 -3
- package/dist/{chunk-QNTUEKYQ.mjs → chunk-J7PTSP4Q.mjs} +1 -1
- package/dist/{chunk-RPXWKB6F.js → chunk-KQHNQQUZ.js} +3 -3
- package/dist/{chunk-SDN2OTHS.js → chunk-LD7Y34QT.js} +1 -0
- package/dist/chunk-LVSI4HYF.mjs +409 -0
- package/dist/{chunk-ZKYQYCKN.mjs → chunk-M3KBBKQR.mjs} +4 -4
- package/dist/chunk-NN7R5DNL.mjs +119 -0
- package/dist/{chunk-I6VKLSAJ.js → chunk-OTDY2E2A.js} +3 -3
- package/dist/{chunk-GA2JCN3F.mjs → chunk-QOUX33X5.mjs} +5 -5
- package/dist/{chunk-SZU2TX5H.js → chunk-QZASHJNJ.js} +1 -1
- package/dist/chunk-R6XNT4PN.js +431 -0
- package/dist/{chunk-JZ7V43ZL.js → chunk-RACVRWME.js} +7 -7
- package/dist/{chunk-CN6ISLZA.js → chunk-SI56IQWH.js} +2 -2
- package/dist/{chunk-SKWTWHB7.mjs → chunk-X2QENXCS.mjs} +1 -0
- package/dist/{chunk-J4RFFBDJ.mjs → chunk-XPNUQSKQ.mjs} +2 -2
- package/dist/highlight-cursor/cursor-provider.js +2 -2
- package/dist/highlight-cursor/cursor-provider.mjs +1 -1
- package/dist/highlight-cursor/enhanced-components.js +11 -11
- package/dist/highlight-cursor/enhanced-components.mjs +6 -6
- package/dist/highlight-cursor/index.js +17 -17
- package/dist/highlight-cursor/index.mjs +7 -7
- package/dist/highlight-cursor/tabs-cursor-context.js +3 -3
- package/dist/highlight-cursor/tabs-cursor-context.mjs +1 -1
- package/dist/index.css +34 -14
- package/dist/index.d.mts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +144 -101
- package/dist/index.mjs +19 -16
- package/dist/styles/theme.css +6 -0
- package/dist/styles/toast.css +28 -14
- package/dist/styles/variables.css +4 -0
- package/dist/ui/card.js +8 -8
- package/dist/ui/card.mjs +1 -1
- package/dist/ui/dropdown.js +16 -16
- package/dist/ui/dropdown.mjs +1 -1
- package/dist/ui/index.d.mts +5 -2
- package/dist/ui/index.d.ts +5 -2
- package/dist/ui/index.js +131 -88
- package/dist/ui/index.mjs +16 -13
- package/dist/ui/input-numbers.js +3 -3
- package/dist/ui/input-numbers.mjs +2 -2
- package/dist/ui/input.js +3 -3
- package/dist/ui/input.mjs +1 -1
- package/dist/ui/layout.d.mts +12 -0
- package/dist/ui/layout.d.ts +12 -0
- package/dist/ui/layout.js +12 -0
- package/dist/ui/layout.mjs +3 -0
- package/dist/ui/modal.js +11 -11
- package/dist/ui/modal.mjs +1 -1
- package/dist/ui/popover.js +5 -5
- package/dist/ui/popover.mjs +1 -1
- package/dist/ui/select.js +11 -11
- package/dist/ui/select.mjs +1 -1
- package/dist/ui/sheet.d.mts +16 -0
- package/dist/ui/sheet.d.ts +16 -0
- package/dist/ui/sheet.js +39 -0
- package/dist/ui/sheet.mjs +2 -0
- package/dist/ui/tabs.js +6 -6
- package/dist/ui/tabs.mjs +2 -2
- package/dist/ui/textarea.js +2 -2
- package/dist/ui/textarea.mjs +1 -1
- package/dist/ui/toast.js +3 -3
- package/dist/ui/toast.mjs +1 -1
- package/dist/ui/tooltip.js +5 -5
- package/dist/ui/tooltip.mjs +1 -1
- package/dist/ui/tree-view.d.mts +27 -0
- package/dist/ui/tree-view.d.ts +27 -0
- package/dist/ui/tree-view.js +11 -0
- package/dist/ui/tree-view.mjs +2 -0
- package/package.json +2 -1
- package/dist/chunk-NA7TVYOP.js +0 -21
- /package/dist/{chunk-WK3M4X72.js → chunk-HUQZOPYD.js} +0 -0
- /package/dist/{chunk-ZCYBA6YN.mjs → chunk-S2F2GRDB.mjs} +0 -0
package/dist/ui/popover.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkLD7Y34QT_js = require('../chunk-LD7Y34QT.js');
|
|
4
4
|
require('../chunk-UWO6RBCE.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "Popover", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkLD7Y34QT_js.Popover; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkLD7Y34QT_js.PopoverAnchor; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "PopoverContent", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkLD7Y34QT_js.PopoverContent; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkLD7Y34QT_js.PopoverTrigger; }
|
|
23
23
|
});
|
package/dist/ui/popover.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from '../chunk-
|
|
1
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from '../chunk-X2QENXCS.mjs';
|
|
2
2
|
import '../chunk-HW6SLBO3.mjs';
|
package/dist/ui/select.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7WUQTWQX_js = require('../chunk-7WUQTWQX.js');
|
|
4
4
|
require('../chunk-ST4P6AN6.js');
|
|
5
5
|
require('../chunk-UWO6RBCE.js');
|
|
6
6
|
|
|
@@ -8,41 +8,41 @@ require('../chunk-UWO6RBCE.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Select", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk7WUQTWQX_js.Select; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "SelectContent", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk7WUQTWQX_js.SelectContent; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "SelectGroup", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk7WUQTWQX_js.SelectGroup; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "SelectItem", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk7WUQTWQX_js.SelectItem; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "SelectLabel", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk7WUQTWQX_js.SelectLabel; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk7WUQTWQX_js.SelectScrollDownButton; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk7WUQTWQX_js.SelectScrollUpButton; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk7WUQTWQX_js.SelectSeparator; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "SelectTrigger", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk7WUQTWQX_js.SelectTrigger; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "SelectValue", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunk7WUQTWQX_js.SelectValue; }
|
|
48
48
|
});
|
package/dist/ui/select.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../chunk-
|
|
1
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from '../chunk-66JQXJEV.mjs';
|
|
2
2
|
import '../chunk-QS7WS6DD.mjs';
|
|
3
3
|
import '../chunk-HW6SLBO3.mjs';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
4
|
+
|
|
5
|
+
declare function Sheet({ ...props }: ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function SheetTrigger({ ...props }: ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function SheetClose({ ...props }: ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function SheetContent({ className, children, side, ...props }: ComponentProps<typeof DialogPrimitive.Content> & {
|
|
9
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
10
|
+
}): react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare function SheetHeader({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function SheetFooter({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function SheetTitle({ className, ...props }: ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare function SheetDescription({ className, ...props }: ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { ComponentProps } from 'react';
|
|
3
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
4
|
+
|
|
5
|
+
declare function Sheet({ ...props }: ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function SheetTrigger({ ...props }: ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function SheetClose({ ...props }: ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function SheetContent({ className, children, side, ...props }: ComponentProps<typeof DialogPrimitive.Content> & {
|
|
9
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
10
|
+
}): react_jsx_runtime.JSX.Element;
|
|
11
|
+
declare function SheetHeader({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function SheetFooter({ className, ...props }: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function SheetTitle({ className, ...props }: ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare function SheetDescription({ className, ...props }: ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
package/dist/ui/sheet.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkECWCQWV5_js = require('../chunk-ECWCQWV5.js');
|
|
4
|
+
require('../chunk-UWO6RBCE.js');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "Sheet", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkECWCQWV5_js.Sheet; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "SheetClose", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkECWCQWV5_js.SheetClose; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "SheetContent", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkECWCQWV5_js.SheetContent; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "SheetDescription", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkECWCQWV5_js.SheetDescription; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "SheetFooter", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkECWCQWV5_js.SheetFooter; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "SheetHeader", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkECWCQWV5_js.SheetHeader; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "SheetTitle", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkECWCQWV5_js.SheetTitle; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "SheetTrigger", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkECWCQWV5_js.SheetTrigger; }
|
|
39
|
+
});
|
package/dist/ui/tabs.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRACVRWME_js = require('../chunk-RACVRWME.js');
|
|
4
|
+
require('../chunk-B5EMQBVL.js');
|
|
4
5
|
require('../chunk-ST4P6AN6.js');
|
|
5
6
|
require('../chunk-UWO6RBCE.js');
|
|
6
|
-
require('../chunk-JIXJTLEO.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "Tabs", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkRACVRWME_js.Tabs; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "TabsContent", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkRACVRWME_js.TabsContent; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "TabsList", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkRACVRWME_js.TabsList; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "TabsTrigger", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkRACVRWME_js.TabsTrigger; }
|
|
25
25
|
});
|
package/dist/ui/tabs.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-
|
|
1
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-QOUX33X5.mjs';
|
|
2
|
+
import '../chunk-6L4KPPOD.mjs';
|
|
2
3
|
import '../chunk-QS7WS6DD.mjs';
|
|
3
4
|
import '../chunk-HW6SLBO3.mjs';
|
|
4
|
-
import '../chunk-FYEZTS4S.mjs';
|
package/dist/ui/textarea.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk7V4ELMOH_js = require('../chunk-7V4ELMOH.js');
|
|
4
4
|
require('../chunk-ST4P6AN6.js');
|
|
5
5
|
require('../chunk-UWO6RBCE.js');
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@ require('../chunk-UWO6RBCE.js');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Textarea", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk7V4ELMOH_js.Textarea; }
|
|
12
12
|
});
|
package/dist/ui/textarea.mjs
CHANGED
package/dist/ui/toast.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkQZASHJNJ_js = require('../chunk-QZASHJNJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Toaster", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkQZASHJNJ_js.Toaster; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "toast", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkQZASHJNJ_js.toast; }
|
|
14
14
|
});
|
package/dist/ui/toast.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Toaster, toast } from '../chunk-
|
|
1
|
+
export { Toaster, toast } from '../chunk-J7PTSP4Q.mjs';
|
package/dist/ui/tooltip.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKQHNQQUZ_js = require('../chunk-KQHNQQUZ.js');
|
|
4
4
|
require('../chunk-UWO6RBCE.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "Tooltip", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkKQHNQQUZ_js.Tooltip; }
|
|
11
11
|
});
|
|
12
12
|
Object.defineProperty(exports, "TooltipContent", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipContent; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "TooltipProvider", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipProvider; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "TooltipTrigger", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkKQHNQQUZ_js.TooltipTrigger; }
|
|
23
23
|
});
|
package/dist/ui/tooltip.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../chunk-
|
|
1
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../chunk-ATEHWT2R.mjs';
|
|
2
2
|
import '../chunk-HW6SLBO3.mjs';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
3
|
+
|
|
4
|
+
interface TreeDataItem {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
icon?: any;
|
|
8
|
+
selectedIcon?: any;
|
|
9
|
+
openIcon?: any;
|
|
10
|
+
children?: TreeDataItem[];
|
|
11
|
+
actions?: ReactNode;
|
|
12
|
+
onClick?: () => void;
|
|
13
|
+
draggable?: boolean;
|
|
14
|
+
droppable?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare const TreeView: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
|
|
18
|
+
data: TreeDataItem[] | TreeDataItem;
|
|
19
|
+
initialSelectedItemId?: string;
|
|
20
|
+
onSelectChange?: (item: TreeDataItem | undefined) => void;
|
|
21
|
+
expandAll?: boolean;
|
|
22
|
+
defaultNodeIcon?: any;
|
|
23
|
+
defaultLeafIcon?: any;
|
|
24
|
+
onDocumentDrag?: (sourceItem: TreeDataItem, targetItem: TreeDataItem) => void;
|
|
25
|
+
} & react.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
|
|
27
|
+
export { type TreeDataItem, TreeView };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { HTMLAttributes, ReactNode } from 'react';
|
|
3
|
+
|
|
4
|
+
interface TreeDataItem {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
icon?: any;
|
|
8
|
+
selectedIcon?: any;
|
|
9
|
+
openIcon?: any;
|
|
10
|
+
children?: TreeDataItem[];
|
|
11
|
+
actions?: ReactNode;
|
|
12
|
+
onClick?: () => void;
|
|
13
|
+
draggable?: boolean;
|
|
14
|
+
droppable?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
}
|
|
17
|
+
declare const TreeView: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
|
|
18
|
+
data: TreeDataItem[] | TreeDataItem;
|
|
19
|
+
initialSelectedItemId?: string;
|
|
20
|
+
onSelectChange?: (item: TreeDataItem | undefined) => void;
|
|
21
|
+
expandAll?: boolean;
|
|
22
|
+
defaultNodeIcon?: any;
|
|
23
|
+
defaultLeafIcon?: any;
|
|
24
|
+
onDocumentDrag?: (sourceItem: TreeDataItem, targetItem: TreeDataItem) => void;
|
|
25
|
+
} & react.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
|
|
27
|
+
export { type TreeDataItem, TreeView };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuer-ai/vuer-uikit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "React UI Kit components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"tailwindcss": "^4.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
+
"@radix-ui/react-accordion": "^1.2.11",
|
|
48
49
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
49
50
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
50
51
|
"@radix-ui/react-collapsible": "^1.1.11",
|
package/dist/chunk-NA7TVYOP.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunk5JP4AZ4C_js = require('./chunk-5JP4AZ4C.js');
|
|
4
|
-
var chunkJZ7V43ZL_js = require('./chunk-JZ7V43ZL.js');
|
|
5
|
-
var chunk3HXPIWL3_js = require('./chunk-3HXPIWL3.js');
|
|
6
|
-
var chunk5BIQ3IN7_js = require('./chunk-5BIQ3IN7.js');
|
|
7
|
-
var chunkZYBSCTBR_js = require('./chunk-ZYBSCTBR.js');
|
|
8
|
-
var chunkZJXBC33M_js = require('./chunk-ZJXBC33M.js');
|
|
9
|
-
|
|
10
|
-
// src/highlight-cursor/enhanced-components.tsx
|
|
11
|
-
var CursorButton = chunkZJXBC33M_js.withCursor(chunk5BIQ3IN7_js.Button);
|
|
12
|
-
var CursorTabs = chunkZJXBC33M_js.withCursor(chunkJZ7V43ZL_js.Tabs);
|
|
13
|
-
var CursorInputRoot = chunkZJXBC33M_js.withCursor(chunkZYBSCTBR_js.InputRoot);
|
|
14
|
-
var CursorSelectTrigger = chunkZJXBC33M_js.withCursor(chunk5JP4AZ4C_js.SelectTrigger);
|
|
15
|
-
var CursorTextarea = chunkZJXBC33M_js.withCursor(chunk3HXPIWL3_js.Textarea);
|
|
16
|
-
|
|
17
|
-
exports.CursorButton = CursorButton;
|
|
18
|
-
exports.CursorInputRoot = CursorInputRoot;
|
|
19
|
-
exports.CursorSelectTrigger = CursorSelectTrigger;
|
|
20
|
-
exports.CursorTabs = CursorTabs;
|
|
21
|
-
exports.CursorTextarea = CursorTextarea;
|
|
File without changes
|
|
File without changes
|