@vuer-ai/vuer-uikit 0.0.85 → 0.0.86
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-5NYSNVWK.cjs → chunk-2TVNVB3X.cjs} +2 -2
- package/dist/{chunk-YORYQUAM.mjs → chunk-3ANJMSOC.mjs} +2 -2
- package/dist/{chunk-SYXRPCBO.cjs → chunk-EEGQLTSQ.cjs} +42 -33
- package/dist/{chunk-JSKVEX62.mjs → chunk-M45ELKOT.mjs} +2 -2
- package/dist/{chunk-BWBBQCG2.mjs → chunk-PC5DHSC4.mjs} +42 -33
- package/dist/{chunk-ZK2QE2PF.cjs → chunk-YQIPNAUH.cjs} +4 -4
- package/dist/index.cjs +70 -75
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +13 -14
- package/dist/ui/UIKitBadge.cjs +5 -5
- package/dist/ui/UIKitBadge.mjs +1 -1
- package/dist/ui/index.cjs +70 -75
- package/dist/ui/index.d.cts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/index.mjs +13 -14
- package/dist/ui/inputs/index.cjs +15 -15
- package/dist/ui/inputs/index.mjs +3 -3
- package/dist/ui/inputs/number-inputs/index.cjs +10 -10
- package/dist/ui/inputs/number-inputs/index.mjs +2 -2
- package/dist/ui/sidebar.cjs +26 -26
- package/dist/ui/sidebar.mjs +2 -2
- package/dist/ui/tree-view/hooks.cjs +3 -3
- package/dist/ui/tree-view/hooks.mjs +1 -1
- package/dist/ui/tree-view/index.cjs +3 -3
- package/dist/ui/tree-view/index.mjs +1 -1
- package/dist/ui/waterfall/hooks/useTimelineState.d.cts +1 -1
- package/dist/ui/waterfall/hooks/useTimelineState.d.ts +1 -1
- package/dist/ui/waterfall/index.cjs +4 -4
- package/dist/ui/waterfall/index.mjs +3 -3
- package/dist/ui/waterfall/types.d.cts +1 -1
- package/dist/ui/waterfall/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-AHNVEAOM.cjs +0 -855
- package/dist/chunk-LBENVTO2.mjs +0 -853
- package/dist/ui/timeline.cjs +0 -26
- package/dist/ui/timeline.d.cts +0 -42
- package/dist/ui/timeline.d.ts +0 -42
- package/dist/ui/timeline.mjs +0 -17
- package/dist/{chunk-WHKKMUON.mjs → chunk-36OE2ZZU.mjs} +1 -1
- package/dist/{chunk-PQZPTBQR.cjs → chunk-6TIUKO7B.cjs} +1 -1
- /package/dist/{chunk-KFPS5CCR.cjs → chunk-OX2U5RAG.cjs} +0 -0
- /package/dist/{chunk-G3EIVAVR.mjs → chunk-XMUP5MIM.mjs} +0 -0
package/dist/ui/timeline.cjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkAHNVEAOM_cjs = require('../chunk-AHNVEAOM.cjs');
|
|
4
|
-
require('../chunk-D4W2G6CY.cjs');
|
|
5
|
-
require('../chunk-LCCNBVKZ.cjs');
|
|
6
|
-
require('../chunk-JMCH2AFN.cjs');
|
|
7
|
-
require('../chunk-VBBJSIY7.cjs');
|
|
8
|
-
require('../chunk-G4FJGNY5.cjs');
|
|
9
|
-
require('../chunk-YQCSEMRB.cjs');
|
|
10
|
-
require('../chunk-QN4N4I3Z.cjs');
|
|
11
|
-
require('../chunk-Q7E73DVJ.cjs');
|
|
12
|
-
require('../chunk-JR4TVE43.cjs');
|
|
13
|
-
require('../chunk-VXZURKMQ.cjs');
|
|
14
|
-
require('../chunk-Q4XH2Z5M.cjs');
|
|
15
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
16
|
-
require('../chunk-YZIR6LIY.cjs');
|
|
17
|
-
require('../chunk-RPTRTGC2.cjs');
|
|
18
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
19
|
-
require('../chunk-OHIB3TEN.cjs');
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Object.defineProperty(exports, "Timeline", {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return chunkAHNVEAOM_cjs.Timeline; }
|
|
26
|
-
});
|
package/dist/ui/timeline.d.cts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { TreeDataItem } from './tree-view-legacy.cjs';
|
|
4
|
-
|
|
5
|
-
type PointEventType = "SET" | "ADD" | "UPDATE" | "UPSERT" | "REMOVE" | "TIMEOUT";
|
|
6
|
-
type PointEvent = {
|
|
7
|
-
time: number;
|
|
8
|
-
type: PointEventType;
|
|
9
|
-
color?: string;
|
|
10
|
-
};
|
|
11
|
-
type LogItemData = TreeDataItem & {
|
|
12
|
-
type: "task" | "attempt" | "info" | "step";
|
|
13
|
-
icon?: "history" | "file-code" | "bot" | "check-circle" | "pause-circle";
|
|
14
|
-
color?: "blue" | "green" | "orange" | "gray-light" | "gray-medium" | "purple";
|
|
15
|
-
pointEvents?: PointEvent[];
|
|
16
|
-
bars?: Array<{
|
|
17
|
-
createTime?: number;
|
|
18
|
-
startTime: number;
|
|
19
|
-
duration: number;
|
|
20
|
-
color?: "blue" | "green" | "orange" | "gray-light" | "gray-medium" | "purple";
|
|
21
|
-
hasStripes?: boolean;
|
|
22
|
-
isHalted?: boolean;
|
|
23
|
-
}>;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Props for the timeline component that visualizes bars and point events.
|
|
27
|
-
*/
|
|
28
|
-
type TimelineProps = {
|
|
29
|
-
data: LogItemData[];
|
|
30
|
-
totalDuration: number;
|
|
31
|
-
getIcon: (item: LogItemData) => ReactNode;
|
|
32
|
-
getPointEventIcon: (event: PointEvent) => ReactNode;
|
|
33
|
-
pointEventTypeColorMap: {
|
|
34
|
-
[key in PointEventType]?: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Interactive timeline with pan/zoom, snapping cursor, and tree on the left.
|
|
39
|
-
*/
|
|
40
|
-
declare function Timeline({ data, totalDuration, getIcon, getPointEventIcon, pointEventTypeColorMap, }: TimelineProps): react_jsx_runtime.JSX.Element;
|
|
41
|
-
|
|
42
|
-
export { type LogItemData, type PointEvent, type PointEventType, Timeline };
|
package/dist/ui/timeline.d.ts
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
|
-
import { TreeDataItem } from './tree-view-legacy.js';
|
|
4
|
-
|
|
5
|
-
type PointEventType = "SET" | "ADD" | "UPDATE" | "UPSERT" | "REMOVE" | "TIMEOUT";
|
|
6
|
-
type PointEvent = {
|
|
7
|
-
time: number;
|
|
8
|
-
type: PointEventType;
|
|
9
|
-
color?: string;
|
|
10
|
-
};
|
|
11
|
-
type LogItemData = TreeDataItem & {
|
|
12
|
-
type: "task" | "attempt" | "info" | "step";
|
|
13
|
-
icon?: "history" | "file-code" | "bot" | "check-circle" | "pause-circle";
|
|
14
|
-
color?: "blue" | "green" | "orange" | "gray-light" | "gray-medium" | "purple";
|
|
15
|
-
pointEvents?: PointEvent[];
|
|
16
|
-
bars?: Array<{
|
|
17
|
-
createTime?: number;
|
|
18
|
-
startTime: number;
|
|
19
|
-
duration: number;
|
|
20
|
-
color?: "blue" | "green" | "orange" | "gray-light" | "gray-medium" | "purple";
|
|
21
|
-
hasStripes?: boolean;
|
|
22
|
-
isHalted?: boolean;
|
|
23
|
-
}>;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* Props for the timeline component that visualizes bars and point events.
|
|
27
|
-
*/
|
|
28
|
-
type TimelineProps = {
|
|
29
|
-
data: LogItemData[];
|
|
30
|
-
totalDuration: number;
|
|
31
|
-
getIcon: (item: LogItemData) => ReactNode;
|
|
32
|
-
getPointEventIcon: (event: PointEvent) => ReactNode;
|
|
33
|
-
pointEventTypeColorMap: {
|
|
34
|
-
[key in PointEventType]?: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Interactive timeline with pan/zoom, snapping cursor, and tree on the left.
|
|
39
|
-
*/
|
|
40
|
-
declare function Timeline({ data, totalDuration, getIcon, getPointEventIcon, pointEventTypeColorMap, }: TimelineProps): react_jsx_runtime.JSX.Element;
|
|
41
|
-
|
|
42
|
-
export { type LogItemData, type PointEvent, type PointEventType, Timeline };
|
package/dist/ui/timeline.mjs
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export { Timeline } from '../chunk-LBENVTO2.mjs';
|
|
2
|
-
import '../chunk-OEM5OJDP.mjs';
|
|
3
|
-
import '../chunk-PCSY5IJ2.mjs';
|
|
4
|
-
import '../chunk-BNDRHLLZ.mjs';
|
|
5
|
-
import '../chunk-BEJIZ56L.mjs';
|
|
6
|
-
import '../chunk-SAGQV2YZ.mjs';
|
|
7
|
-
import '../chunk-JXALL32A.mjs';
|
|
8
|
-
import '../chunk-F7ZHPSLA.mjs';
|
|
9
|
-
import '../chunk-3QT5VABC.mjs';
|
|
10
|
-
import '../chunk-XHJDRQD7.mjs';
|
|
11
|
-
import '../chunk-LQOPO4KU.mjs';
|
|
12
|
-
import '../chunk-U3LN5NB6.mjs';
|
|
13
|
-
import '../chunk-IZARTVYN.mjs';
|
|
14
|
-
import '../chunk-VA4LUFKD.mjs';
|
|
15
|
-
import '../chunk-4F2GSF2T.mjs';
|
|
16
|
-
import '../chunk-IDUVYPN7.mjs';
|
|
17
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Skeleton } from './chunk-DWWM2TV3.mjs';
|
|
2
1
|
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-PCSY5IJ2.mjs';
|
|
2
|
+
import { Skeleton } from './chunk-DWWM2TV3.mjs';
|
|
3
3
|
import { Separator } from './chunk-OWGKZAOO.mjs';
|
|
4
4
|
import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetDescription } from './chunk-W3RJNSWQ.mjs';
|
|
5
5
|
import { InputRoot } from './chunk-JXALL32A.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkYO6X755G_cjs = require('./chunk-YO6X755G.cjs');
|
|
4
3
|
var chunkLCCNBVKZ_cjs = require('./chunk-LCCNBVKZ.cjs');
|
|
4
|
+
var chunkYO6X755G_cjs = require('./chunk-YO6X755G.cjs');
|
|
5
5
|
var chunkHNTVTCNX_cjs = require('./chunk-HNTVTCNX.cjs');
|
|
6
6
|
var chunkXGGAJUY3_cjs = require('./chunk-XGGAJUY3.cjs');
|
|
7
7
|
var chunkYQCSEMRB_cjs = require('./chunk-YQCSEMRB.cjs');
|
|
File without changes
|
|
File without changes
|