@datum-cloud/datum-ui 0.4.0 → 0.6.0-alpha.a49f238
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/README.md +78 -39
- package/dist/adapter-context-BFqfq4Io.mjs +25 -0
- package/dist/alert/index.mjs +2 -3
- package/dist/{alert-BC2Mccfo.mjs → alert-BDj6od5I.mjs} +2 -4
- package/dist/app-navigation/index.mjs +4 -12
- package/dist/{app-navigation-DsCKgfPe.mjs → app-navigation-84ro28PU.mjs} +5 -8
- package/dist/autocomplete/index.mjs +2 -7
- package/dist/{autocomplete-DRB_kSVx.mjs → autocomplete-V5-qslzS.mjs} +5 -7
- package/dist/avatar/index.mjs +2 -4
- package/dist/{avatar-DyLq0xkt.mjs → avatar-BtKVcvO4.mjs} +2 -4
- package/dist/avatar-stack/index.mjs +2 -6
- package/dist/{avatar-stack-BT0dBswq.mjs → avatar-stack-oVr8tsU7.mjs} +4 -6
- package/dist/badge/index.mjs +2 -3
- package/dist/{badge-BgFj4Nsc.mjs → badge-DJR33ftJ.mjs} +2 -4
- package/dist/breadcrumb/index.mjs +2 -4
- package/dist/{breadcrumb-CJNaYyk1.mjs → breadcrumb-B-9G347O.mjs} +2 -4
- package/dist/button/index.mjs +3 -4
- package/dist/{button-0N61fmAR.mjs → button-BllvE9Lm.mjs} +3 -5
- package/dist/{button-D6AORsOz.mjs → button-D3RrsMfQ.mjs} +2 -4
- package/dist/{link-button-Cby0p4LW.mjs → button-fO8nazJE.mjs} +3 -5
- package/dist/button-group/index.mjs +2 -5
- package/dist/{button-group-BDk8btAy.mjs → button-group-CYPka2zz.mjs} +3 -5
- package/dist/calendar/index.mjs +2 -5
- package/dist/{calendar-BtfraIvX.mjs → calendar-DEkCw7I1.mjs} +4 -6
- package/dist/{calendar-date-picker-B9mxJM7f.mjs → calendar-date-picker-DWK94_DC.mjs} +6 -8
- package/dist/card/index.mjs +2 -4
- package/dist/{card-BiHXFt4s.mjs → card-DKG1Cwlj.mjs} +3 -6
- package/dist/chart/index.mjs +2 -4
- package/dist/{chart-CL0i-xIt.mjs → chart-CUa21ynK.mjs} +2 -4
- package/dist/checkbox/index.mjs +2 -4
- package/dist/{checkbox-CQrjygFt.mjs → checkbox-I5BvrMPe.mjs} +3 -6
- package/dist/{close.icon-D2r5q3bj.mjs → close.icon-HCfS4Y-N.mjs} +2 -4
- package/dist/{cn-DWCc1QRE.mjs → cn-D2KYQ917.mjs} +1 -3
- package/dist/code-editor/index.mjs +2 -0
- package/dist/{col-C9PDhvm5.mjs → col-CiSpQPUT.mjs} +2 -7
- package/dist/collapsible/index.mjs +2 -3
- package/dist/{collapsible-Dw71o2um.mjs → collapsible-CUphkSBt.mjs} +1 -3
- package/dist/command/index.mjs +2 -5
- package/dist/{command-DVroicgn.mjs → command-DqHWukGK.mjs} +3 -5
- package/dist/components/features/code-editor/code-editor-tabs.d.ts +63 -0
- package/dist/components/features/code-editor/code-editor-tabs.d.ts.map +1 -0
- package/dist/components/features/code-editor/code-editor.d.ts +58 -0
- package/dist/components/features/code-editor/code-editor.d.ts.map +1 -0
- package/dist/components/features/code-editor/index.d.ts +6 -0
- package/dist/components/features/code-editor/index.d.ts.map +1 -0
- package/dist/components/features/code-editor/lib/editor.d.ts +7 -0
- package/dist/components/features/code-editor/lib/editor.d.ts.map +1 -0
- package/dist/components/features/code-editor/types.d.ts +98 -0
- package/dist/components/features/code-editor/types.d.ts.map +1 -0
- package/dist/components/features/form/adapter-context.d.ts +17 -0
- package/dist/components/features/form/adapter-context.d.ts.map +1 -0
- package/dist/components/features/form/adapter-types.d.ts +120 -0
- package/dist/components/features/form/adapter-types.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/conform-adapter.d.ts +9 -0
- package/dist/components/features/form/adapters/conform/conform-adapter.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/conform-provider.d.ts +22 -0
- package/dist/components/features/form/adapters/conform/conform-provider.d.ts.map +1 -0
- package/dist/components/features/form/adapters/conform/index.d.ts +3 -0
- package/dist/components/features/form/adapters/conform/index.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/index.d.ts +3 -0
- package/dist/components/features/form/adapters/rhf/index.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/rhf-adapter.d.ts +10 -0
- package/dist/components/features/form/adapters/rhf/rhf-adapter.d.ts.map +1 -0
- package/dist/components/features/form/adapters/rhf/rhf-provider.d.ts +22 -0
- package/dist/components/features/form/adapters/rhf/rhf-provider.d.ts.map +1 -0
- package/dist/components/features/form/components/form-autocomplete.d.ts.map +1 -1
- package/dist/components/features/form/components/form-checkbox.d.ts.map +1 -1
- package/dist/components/features/form/components/form-copy-box.d.ts.map +1 -1
- package/dist/components/features/form/components/form-custom.d.ts.map +1 -1
- package/dist/components/features/form/components/form-field-array.d.ts +5 -17
- package/dist/components/features/form/components/form-field-array.d.ts.map +1 -1
- package/dist/components/features/form/components/form-field.d.ts +7 -21
- package/dist/components/features/form/components/form-field.d.ts.map +1 -1
- package/dist/components/features/form/components/form-input-group.d.ts +4 -4
- package/dist/components/features/form/components/form-input-group.d.ts.map +1 -1
- package/dist/components/features/form/components/form-input.d.ts.map +1 -1
- package/dist/components/features/form/components/form-radio-group.d.ts.map +1 -1
- package/dist/components/features/form/components/form-root.d.ts +5 -25
- package/dist/components/features/form/components/form-root.d.ts.map +1 -1
- package/dist/components/features/form/components/form-select.d.ts.map +1 -1
- package/dist/components/features/form/components/form-switch.d.ts.map +1 -1
- package/dist/components/features/form/components/form-textarea.d.ts.map +1 -1
- package/dist/components/features/form/components/index.d.ts +0 -1
- package/dist/components/features/form/components/index.d.ts.map +1 -1
- package/dist/components/features/form/components/stepper/form-stepper.d.ts.map +1 -1
- package/dist/components/features/form/context/form-context.d.ts +2 -2
- package/dist/components/features/form/context/form-context.d.ts.map +1 -1
- package/dist/components/features/form/hooks/index.d.ts +1 -1
- package/dist/components/features/form/hooks/index.d.ts.map +1 -1
- package/dist/components/features/form/hooks/use-field.d.ts +12 -18
- package/dist/components/features/form/hooks/use-field.d.ts.map +1 -1
- package/dist/components/features/form/hooks/use-form-state.d.ts +36 -0
- package/dist/components/features/form/hooks/use-form-state.d.ts.map +1 -0
- package/dist/components/features/form/hooks/use-watch.d.ts +9 -20
- package/dist/components/features/form/hooks/use-watch.d.ts.map +1 -1
- package/dist/components/features/form/index.d.ts +63 -44
- package/dist/components/features/form/index.d.ts.map +1 -1
- package/dist/components/features/form/stepper/index.d.ts +17 -0
- package/dist/components/features/form/stepper/index.d.ts.map +1 -0
- package/dist/components/features/form/types/index.d.ts +68 -32
- package/dist/components/features/form/types/index.d.ts.map +1 -1
- package/dist/components/features/form/utils/get-field-constraints.d.ts +11 -0
- package/dist/components/features/form/utils/get-field-constraints.d.ts.map +1 -0
- package/dist/components/features/form/utils/get-schema-defaults.d.ts +24 -0
- package/dist/components/features/form/utils/get-schema-defaults.d.ts.map +1 -0
- package/dist/components/features/index.d.ts +1 -0
- package/dist/components/features/index.d.ts.map +1 -1
- package/dist/components/toast.d.ts +2 -0
- package/dist/components/toast.d.ts.map +1 -0
- package/dist/data-table/index.mjs +21 -51
- package/dist/date-picker/index.mjs +3 -10
- package/dist/dialog/index.mjs +2 -5
- package/dist/{dialog-B0B3Kbfk.mjs → dialog-Bm2H9lrx.mjs} +4 -6
- package/dist/{dialog-DdrHeboM.mjs → dialog-DASRaFxD.mjs} +2 -4
- package/dist/dropdown/index.mjs +2 -3
- package/dist/{dropdown-Cdx7rOKv.mjs → dropdown-DZiAt-jS.mjs} +3 -5
- package/dist/{dropdown-menu-CdShrDz_.mjs → dropdown-menu-lALvDnab.mjs} +5 -7
- package/dist/dropzone/index.mjs +2 -5
- package/dist/{dropzone-B6kSN3DY.mjs → dropzone-ogtpQ4fy.mjs} +5 -8
- package/dist/empty-content/index.mjs +2 -3
- package/dist/{empty-content-B1lwLr40.mjs → empty-content-C63GPJ5d.mjs} +3 -9
- package/dist/form/adapters/conform/index.mjs +320 -0
- package/dist/form/adapters/rhf/index.mjs +275 -0
- package/dist/form/index.mjs +3 -146
- package/dist/form/stepper/index.mjs +542 -0
- package/dist/form-C6AOB2f4.mjs +1397 -0
- package/dist/form-context-Ccxm-wqL.mjs +17 -0
- package/dist/get-field-constraints-D4xnXJEg.mjs +48 -0
- package/dist/grid/index.mjs +2 -3
- package/dist/hooks/index.mjs +3 -4
- package/dist/{use-debounce-MnfjH51L.mjs → hooks-DNjmSsJT.mjs} +1 -3
- package/dist/hover-card/index.mjs +2 -4
- package/dist/{hover-card-CEIauuie.mjs → hover-card-DDWWD5Hx.mjs} +2 -4
- package/dist/{icon-wrapper-BBK4z4tj.mjs → icon-wrapper-DuLp3RM1.mjs} +1 -3
- package/dist/icons/index.mjs +4 -5
- package/dist/index.mjs +66 -71
- package/dist/input/index.mjs +2 -5
- package/dist/{input-DEMoi_8F.mjs → input-DOmNpcQJ.mjs} +2 -4
- package/dist/{input-CYFN0Ap2.mjs → input-FKGqZypx.mjs} +3 -5
- package/dist/input-group/index.mjs +2 -7
- package/dist/{input-group-DJgYpOlq.mjs → input-group-DDtz-RT7.mjs} +5 -7
- package/dist/input-number/index.mjs +2 -6
- package/dist/{input-number-Cuy9CCg_.mjs → input-number-BTQdHqVZ.mjs} +4 -6
- package/dist/input-with-addons/index.mjs +28 -3
- package/dist/label/index.mjs +2 -4
- package/dist/{label-mOg07fuQ.mjs → label-cnAhY-ej.mjs} +3 -6
- package/dist/loader-overlay/index.mjs +2 -3
- package/dist/{loader-overlay-8IWX_1Ga.mjs → loader-overlay-BTFdkp7W.mjs} +3 -5
- package/dist/map/index.mjs +2 -14
- package/dist/{map-CaI1EshG.mjs → map-BqpteT_8.mjs} +10 -14
- package/dist/{map-leaflet-imports-J7w1V7mh.mjs → map-leaflet-imports-CT4SpoDi.mjs} +1 -2
- package/dist/more-actions/index.mjs +2 -5
- package/dist/{more-actions-BO5ikUxY.mjs → more-actions-CucrYUnA.mjs} +5 -7
- package/dist/nprogress/index.mjs +1 -3
- package/dist/page-title/index.mjs +2 -3
- package/dist/{page-title-DWteBy1E.mjs → page-title-CmsIi_A3.mjs} +2 -4
- package/dist/popover/index.mjs +2 -4
- package/dist/{popover-ugw5MpuT.mjs → popover-FJAcbYoH.mjs} +2 -4
- package/dist/radio-group/index.mjs +2 -4
- package/dist/{radio-group-_gMymwnb.mjs → radio-group-CiITR0LO.mjs} +3 -6
- package/dist/select/index.mjs +2 -4
- package/dist/{select-BZOKWjlH.mjs → select-CiLR_DiQ.mjs} +3 -6
- package/dist/separator/index.mjs +2 -4
- package/dist/{separator-BzyALya2.mjs → separator-DXVTncCK.mjs} +2 -4
- package/dist/sheet/index.mjs +3 -5
- package/dist/{sheet-BX6lae56.mjs → sheet-BzXksqYY.mjs} +4 -6
- package/dist/{sheet-DAcFjaGw.mjs → sheet-Di3b-oPu.mjs} +2 -4
- package/dist/sidebar/index.mjs +2 -10
- package/dist/{sidebar-B3EV33mG.mjs → sidebar-BnhnjvfO.mjs} +10 -14
- package/dist/skeleton/index.mjs +2 -5
- package/dist/{skeleton-2vQ0vFQk.mjs → skeleton-BKl4mfJt.mjs} +2 -4
- package/dist/{skeleton-BgOwIgE0.mjs → skeleton-D1MUhAVo.mjs} +3 -5
- package/dist/spinner/index.mjs +2 -4
- package/dist/{spinner-osyXAlhr.mjs → spinner-OyOf9-Yu.mjs} +2 -4
- package/dist/{spinner.icon-C0MbtgqX.mjs → spinner.icon-C-vjSM6o.mjs} +2 -4
- package/dist/stepper/index.mjs +2 -5
- package/dist/{stepper-BMsn7I78.mjs → stepper-C92Ib8Iy.mjs} +3 -5
- package/dist/switch/index.mjs +2 -4
- package/dist/{switch-C60FpEal.mjs → switch-DQJQhPIQ.mjs} +3 -6
- package/dist/table/index.mjs +2 -4
- package/dist/{table-Cl3UzIhI.mjs → table-Cdsh-39-.mjs} +2 -4
- package/dist/tabs/index.mjs +50 -3
- package/dist/tag-input/index.mjs +2 -5
- package/dist/{tag-input-DR2gukhL.mjs → tag-input-B91C2wdr.mjs} +5 -7
- package/dist/task-queue/index.mjs +2 -7
- package/dist/{task-queue-dropdown-C9KHKbGh.mjs → task-queue-dropdown-OOFuJcHb.mjs} +10 -30
- package/dist/textarea/index.mjs +2 -5
- package/dist/{textarea-CVo38n3S.mjs → textarea-94vq_G_S.mjs} +2 -4
- package/dist/{textarea-CZF5n57i.mjs → textarea-BwD-MmTV.mjs} +3 -5
- package/dist/theme/index.mjs +2 -3
- package/dist/{theme.provider-TUHlMsjM.mjs → themes-DG1md8FI.mjs} +1 -6
- package/dist/{to-api-format-naIpF-NI.mjs → to-api-format-P0gmlqe8.mjs} +9 -18
- package/dist/toast/index.mjs +3 -3
- package/dist/{use-toast-By9HuFwP.mjs → toast-BWnN5fax.mjs} +5 -42
- package/dist/toast-DpxlFNNx.mjs +37 -0
- package/dist/tooltip/index.mjs +2 -4
- package/dist/{tooltip-CuX2jQA9.mjs → tooltip-Cruvl5F6.mjs} +3 -6
- package/dist/types-BZNk3q65.mjs +357 -0
- package/dist/typography/index.mjs +2 -3
- package/dist/{typography-Iap9fU5P.mjs → typography-ClB8k55E.mjs} +2 -4
- package/dist/{use-copy-to-clipboard-n29wJwvW.mjs → use-copy-to-clipboard-C2IEmhDn.mjs} +2 -4
- package/dist/utils/index.mjs +2 -3
- package/dist/{utils-DJboNGQM.mjs → utils-C8KwMfT_.mjs} +1 -3
- package/dist/visually-hidden/index.mjs +2 -3
- package/dist/{visuallyhidden-BJsQCmg-.mjs → visuallyhidden-BLUsJpYH.mjs} +1 -3
- package/package.json +49 -3
- package/dist/input-with-addons-B8rzNhpq.mjs +0 -30
- package/dist/tabs-DJU7JA3h.mjs +0 -52
- package/dist/use-stepper-DigoyHhX.mjs +0 -2017
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
|
+
import { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs/index.mjs";
|
|
3
|
+
import { n as useTheme } from "./themes-DG1md8FI.mjs";
|
|
4
|
+
import { t as toast } from "./toast-BWnN5fax.mjs";
|
|
5
|
+
import { useEffect, useRef, useState } from "react";
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import Editor from "@monaco-editor/react";
|
|
8
|
+
import yaml from "js-yaml";
|
|
9
|
+
import { z } from "zod";
|
|
10
|
+
//#region src/components/features/code-editor/code-editor.tsx
|
|
11
|
+
/**
|
|
12
|
+
* CodeEditor - Monaco-based code editor component
|
|
13
|
+
*
|
|
14
|
+
* A Monaco Editor wrapper with single language support, theme integration,
|
|
15
|
+
* and form compatibility. Provides a VS Code-like editing experience with
|
|
16
|
+
* automatic formatting, responsive layout, and error state handling.
|
|
17
|
+
*
|
|
18
|
+
* Features:
|
|
19
|
+
* - Monaco Editor with VS Code experience
|
|
20
|
+
* - Theme-aware (automatic light/dark mode)
|
|
21
|
+
* - Form-compatible (hidden input for React Hook Form)
|
|
22
|
+
* - Responsive layout with automatic resizing
|
|
23
|
+
* - Read-only mode support
|
|
24
|
+
* - Custom error state styling
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```tsx
|
|
28
|
+
* import { CodeEditor } from '@datum-cloud/datum-ui/code-editor'
|
|
29
|
+
*
|
|
30
|
+
* // Basic usage
|
|
31
|
+
* <CodeEditor
|
|
32
|
+
* value={code}
|
|
33
|
+
* onChange={(newValue) => setCode(newValue)}
|
|
34
|
+
* language="yaml"
|
|
35
|
+
* minHeight="400px"
|
|
36
|
+
* />
|
|
37
|
+
*
|
|
38
|
+
* // With error state
|
|
39
|
+
* <CodeEditor
|
|
40
|
+
* value={invalidJson}
|
|
41
|
+
* onChange={handleChange}
|
|
42
|
+
* language="json"
|
|
43
|
+
* error="Invalid JSON format"
|
|
44
|
+
* />
|
|
45
|
+
*
|
|
46
|
+
* // Read-only mode
|
|
47
|
+
* <CodeEditor
|
|
48
|
+
* value={config}
|
|
49
|
+
* language="yaml"
|
|
50
|
+
* readOnly={true}
|
|
51
|
+
* />
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* @param props - Component props
|
|
55
|
+
* @param props.value - Editor content
|
|
56
|
+
* @param props.onChange - Content change callback
|
|
57
|
+
* @param props.language - Syntax highlighting language
|
|
58
|
+
* @param props.id - Input element ID for form integration
|
|
59
|
+
* @param props.name - Input element name for form submission (default: 'code-editor')
|
|
60
|
+
* @param props.error - Error message to display below the editor
|
|
61
|
+
* @param props.className - Additional CSS classes
|
|
62
|
+
* @param props.readOnly - Read-only mode (default: false)
|
|
63
|
+
* @param props.minHeight - Minimum editor height (default: '200px')
|
|
64
|
+
* @returns Rendered Monaco editor with form integration
|
|
65
|
+
*/
|
|
66
|
+
function CodeEditor({ value, onChange, language, id, name = "code-editor", error, className, readOnly = false, minHeight = "200px" }) {
|
|
67
|
+
const { theme } = useTheme();
|
|
68
|
+
const editorRef = useRef(null);
|
|
69
|
+
const [mounted, setMounted] = useState(false);
|
|
70
|
+
const monacoTheme = theme === "dark" ? "vs-dark" : "light";
|
|
71
|
+
useEffect(() => {
|
|
72
|
+
if (editorRef.current && !mounted) {
|
|
73
|
+
setTimeout(() => {
|
|
74
|
+
editorRef.current?.getAction("editor.action.formatDocument")?.run();
|
|
75
|
+
}, 300);
|
|
76
|
+
setMounted(true);
|
|
77
|
+
}
|
|
78
|
+
}, [mounted]);
|
|
79
|
+
const handleEditorChange = (newValue) => {
|
|
80
|
+
onChange?.(newValue || "");
|
|
81
|
+
};
|
|
82
|
+
const handleEditorDidMount = (editor) => {
|
|
83
|
+
editorRef.current = editor;
|
|
84
|
+
};
|
|
85
|
+
return /* @__PURE__ */ jsxs("div", {
|
|
86
|
+
className: cn("relative", className),
|
|
87
|
+
children: [
|
|
88
|
+
/* @__PURE__ */ jsx(Editor, {
|
|
89
|
+
height: minHeight,
|
|
90
|
+
language,
|
|
91
|
+
value,
|
|
92
|
+
theme: monacoTheme,
|
|
93
|
+
onChange: handleEditorChange,
|
|
94
|
+
onMount: handleEditorDidMount,
|
|
95
|
+
options: {
|
|
96
|
+
readOnly,
|
|
97
|
+
minimap: { enabled: false },
|
|
98
|
+
fontSize: 14,
|
|
99
|
+
tabSize: 2,
|
|
100
|
+
wordWrap: "on",
|
|
101
|
+
lineNumbers: "on",
|
|
102
|
+
folding: true,
|
|
103
|
+
automaticLayout: true
|
|
104
|
+
},
|
|
105
|
+
className: cn(error && "border border-destructive rounded-md")
|
|
106
|
+
}),
|
|
107
|
+
/* @__PURE__ */ jsx("input", {
|
|
108
|
+
type: "hidden",
|
|
109
|
+
id,
|
|
110
|
+
name,
|
|
111
|
+
value
|
|
112
|
+
}),
|
|
113
|
+
error && /* @__PURE__ */ jsx("p", {
|
|
114
|
+
className: "text-sm text-destructive mt-1",
|
|
115
|
+
children: error
|
|
116
|
+
})
|
|
117
|
+
]
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
//#endregion
|
|
121
|
+
//#region src/components/features/code-editor/lib/editor.ts
|
|
122
|
+
function isValidJson(jsonStr) {
|
|
123
|
+
try {
|
|
124
|
+
JSON.parse(jsonStr);
|
|
125
|
+
return true;
|
|
126
|
+
} catch {
|
|
127
|
+
return false;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
function isValidYaml(yamlStr) {
|
|
131
|
+
try {
|
|
132
|
+
yaml.load(yamlStr, { schema: yaml.FAILSAFE_SCHEMA });
|
|
133
|
+
return true;
|
|
134
|
+
} catch {
|
|
135
|
+
return false;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
function formatJson(jsonStr) {
|
|
139
|
+
try {
|
|
140
|
+
const parsed = JSON.parse(jsonStr);
|
|
141
|
+
return JSON.stringify(parsed, null, 2);
|
|
142
|
+
} catch (error) {
|
|
143
|
+
throw new Error(`Invalid JSON format: ${error instanceof Error ? error.message : String(error)}`);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
function formatYaml(yamlStr) {
|
|
147
|
+
try {
|
|
148
|
+
const parsed = yaml.load(yamlStr, { schema: yaml.FAILSAFE_SCHEMA });
|
|
149
|
+
return yaml.dump(parsed, {
|
|
150
|
+
indent: 2,
|
|
151
|
+
lineWidth: -1,
|
|
152
|
+
noRefs: true
|
|
153
|
+
});
|
|
154
|
+
} catch (error) {
|
|
155
|
+
throw new Error(`Invalid YAML format: ${error instanceof Error ? error.message : String(error)}`);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
function jsonToYaml(jsonStr) {
|
|
159
|
+
try {
|
|
160
|
+
const parsed = JSON.parse(jsonStr);
|
|
161
|
+
return yaml.dump(parsed, {
|
|
162
|
+
indent: 2,
|
|
163
|
+
lineWidth: -1,
|
|
164
|
+
noRefs: true
|
|
165
|
+
});
|
|
166
|
+
} catch (error) {
|
|
167
|
+
throw new Error(`Invalid JSON format: ${error instanceof Error ? error.message : String(error)}`);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
function yamlToJson(yamlStr) {
|
|
171
|
+
try {
|
|
172
|
+
const parsed = yaml.load(yamlStr, { schema: yaml.FAILSAFE_SCHEMA });
|
|
173
|
+
return JSON.stringify(parsed, null, 2);
|
|
174
|
+
} catch (error) {
|
|
175
|
+
throw new Error(`Invalid YAML format: ${error instanceof Error ? error.message : String(error)}`);
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
//#endregion
|
|
179
|
+
//#region src/components/features/code-editor/code-editor-tabs.tsx
|
|
180
|
+
/**
|
|
181
|
+
* CodeEditorTabs - Dual-format code editor with JSON ↔ YAML conversion
|
|
182
|
+
*
|
|
183
|
+
* A tabbed interface that provides JSON and YAML editing with automatic
|
|
184
|
+
* bidirectional conversion and validation. Prevents tab switching when
|
|
185
|
+
* content has syntax errors and shows error toasts for conversion failures.
|
|
186
|
+
*
|
|
187
|
+
* Features:
|
|
188
|
+
* - Dual-format editing (JSON ↔ YAML)
|
|
189
|
+
* - Automatic bidirectional conversion
|
|
190
|
+
* - Real-time validation before conversion
|
|
191
|
+
* - Error toasts for conversion failures
|
|
192
|
+
* - Maintains sync between both formats
|
|
193
|
+
* - Hidden format field for form submission
|
|
194
|
+
*
|
|
195
|
+
* @example
|
|
196
|
+
* ```tsx
|
|
197
|
+
* import { CodeEditorTabs } from '@datum-cloud/datum-ui/code-editor'
|
|
198
|
+
*
|
|
199
|
+
* // Basic usage
|
|
200
|
+
* <CodeEditorTabs
|
|
201
|
+
* value={config}
|
|
202
|
+
* format="yaml"
|
|
203
|
+
* onChange={(value, format) => {
|
|
204
|
+
* setConfig(value)
|
|
205
|
+
* setFormat(format)
|
|
206
|
+
* }}
|
|
207
|
+
* name="configuration"
|
|
208
|
+
* minHeight="500px"
|
|
209
|
+
* />
|
|
210
|
+
*
|
|
211
|
+
* // With React Hook Form
|
|
212
|
+
* const { watch, setValue } = useForm()
|
|
213
|
+
*
|
|
214
|
+
* <CodeEditorTabs
|
|
215
|
+
* value={watch('config')}
|
|
216
|
+
* onChange={(value) => setValue('config', value)}
|
|
217
|
+
* name="config"
|
|
218
|
+
* />
|
|
219
|
+
*
|
|
220
|
+
* // With format change handler
|
|
221
|
+
* <CodeEditorTabs
|
|
222
|
+
* value={data}
|
|
223
|
+
* format={currentFormat}
|
|
224
|
+
* onChange={(value, format) => console.log({ value, format })}
|
|
225
|
+
* onFormatChange={(format) => setCurrentFormat(format)}
|
|
226
|
+
* />
|
|
227
|
+
* ```
|
|
228
|
+
*
|
|
229
|
+
* @param props - Component props
|
|
230
|
+
* @param props.value - Editor content
|
|
231
|
+
* @param props.onChange - Content and format change callback
|
|
232
|
+
* @param props.format - Active format ('json' or 'yaml', default: 'yaml')
|
|
233
|
+
* @param props.onFormatChange - Format change callback
|
|
234
|
+
* @param props.error - Error message to display below the editor
|
|
235
|
+
* @param props.id - Input element ID for form integration
|
|
236
|
+
* @param props.name - Input element name for form submission (default: 'code-editor')
|
|
237
|
+
* @param props.minHeight - Minimum editor height (default: '300px')
|
|
238
|
+
* @returns Rendered tabbed editor with JSON/YAML conversion
|
|
239
|
+
*/
|
|
240
|
+
function CodeEditorTabs({ value, onChange, format = "yaml", onFormatChange, error, id, name = "code-editor", minHeight = "300px" }) {
|
|
241
|
+
const [jsonContent, setJsonContent] = useState("");
|
|
242
|
+
const [yamlContent, setYamlContent] = useState("");
|
|
243
|
+
const [activeTab, setActiveTab] = useState(format);
|
|
244
|
+
useEffect(() => {
|
|
245
|
+
if (format === "json") {
|
|
246
|
+
setJsonContent(value);
|
|
247
|
+
try {
|
|
248
|
+
setYamlContent(jsonToYaml(value));
|
|
249
|
+
} catch {}
|
|
250
|
+
} else {
|
|
251
|
+
setYamlContent(value);
|
|
252
|
+
try {
|
|
253
|
+
setJsonContent(yamlToJson(value));
|
|
254
|
+
} catch {}
|
|
255
|
+
}
|
|
256
|
+
}, [value, format]);
|
|
257
|
+
const handleJsonChange = (newValue) => {
|
|
258
|
+
setJsonContent(newValue);
|
|
259
|
+
try {
|
|
260
|
+
setYamlContent(jsonToYaml(newValue));
|
|
261
|
+
if (activeTab === "json") onChange?.(newValue, "json");
|
|
262
|
+
} catch (error) {
|
|
263
|
+
console.error("Failed to convert JSON to YAML:", error);
|
|
264
|
+
}
|
|
265
|
+
};
|
|
266
|
+
const handleYamlChange = (newValue) => {
|
|
267
|
+
setYamlContent(newValue);
|
|
268
|
+
try {
|
|
269
|
+
setJsonContent(yamlToJson(newValue));
|
|
270
|
+
if (activeTab === "yaml") onChange?.(newValue, "yaml");
|
|
271
|
+
} catch (error) {
|
|
272
|
+
console.error("Failed to convert YAML to JSON:", error);
|
|
273
|
+
}
|
|
274
|
+
};
|
|
275
|
+
const handleTabChange = (newTab) => {
|
|
276
|
+
const newFormat = newTab;
|
|
277
|
+
const currentContent = activeTab === "json" ? jsonContent : yamlContent;
|
|
278
|
+
try {
|
|
279
|
+
if (activeTab === "json") jsonToYaml(currentContent);
|
|
280
|
+
else yamlToJson(currentContent);
|
|
281
|
+
setActiveTab(newFormat);
|
|
282
|
+
onFormatChange?.(newFormat);
|
|
283
|
+
onChange?.(newFormat === "json" ? jsonContent : yamlContent, newFormat);
|
|
284
|
+
} catch {
|
|
285
|
+
const errorMsg = activeTab === "json" ? "Invalid JSON format. Please fix errors before switching tabs." : "Invalid YAML format. Please fix errors before switching tabs.";
|
|
286
|
+
toast.error(errorMsg, { id: `${activeTab}-to-${newFormat}-error` });
|
|
287
|
+
}
|
|
288
|
+
};
|
|
289
|
+
return /* @__PURE__ */ jsxs(Tabs, {
|
|
290
|
+
value: activeTab,
|
|
291
|
+
onValueChange: handleTabChange,
|
|
292
|
+
children: [
|
|
293
|
+
/* @__PURE__ */ jsxs(TabsList, { children: [/* @__PURE__ */ jsx(TabsTrigger, {
|
|
294
|
+
value: "yaml",
|
|
295
|
+
children: "YAML"
|
|
296
|
+
}), /* @__PURE__ */ jsx(TabsTrigger, {
|
|
297
|
+
value: "json",
|
|
298
|
+
children: "JSON"
|
|
299
|
+
})] }),
|
|
300
|
+
/* @__PURE__ */ jsx(TabsContent, {
|
|
301
|
+
value: "yaml",
|
|
302
|
+
children: /* @__PURE__ */ jsx(CodeEditor, {
|
|
303
|
+
value: yamlContent,
|
|
304
|
+
onChange: handleYamlChange,
|
|
305
|
+
language: "yaml",
|
|
306
|
+
minHeight,
|
|
307
|
+
error
|
|
308
|
+
})
|
|
309
|
+
}),
|
|
310
|
+
/* @__PURE__ */ jsx(TabsContent, {
|
|
311
|
+
value: "json",
|
|
312
|
+
children: /* @__PURE__ */ jsx(CodeEditor, {
|
|
313
|
+
value: jsonContent,
|
|
314
|
+
onChange: handleJsonChange,
|
|
315
|
+
language: "json",
|
|
316
|
+
minHeight,
|
|
317
|
+
error
|
|
318
|
+
})
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsx("input", {
|
|
321
|
+
type: "hidden",
|
|
322
|
+
id,
|
|
323
|
+
name,
|
|
324
|
+
value: activeTab === "json" ? jsonContent : yamlContent
|
|
325
|
+
}),
|
|
326
|
+
/* @__PURE__ */ jsx("input", {
|
|
327
|
+
type: "hidden",
|
|
328
|
+
name: `${name}-format`,
|
|
329
|
+
value: activeTab
|
|
330
|
+
})
|
|
331
|
+
]
|
|
332
|
+
});
|
|
333
|
+
}
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region src/components/features/code-editor/types.ts
|
|
336
|
+
const jsonSchema = z.object({ jsonContent: z.string().min(1, "JSON content is required").refine(isValidJson, { message: "Invalid JSON format" }) });
|
|
337
|
+
const yamlSchema = z.object({ yamlContent: z.string().min(1, "YAML content is required").refine(isValidYaml, { message: "Invalid YAML format" }) });
|
|
338
|
+
function createCodeEditorSchema(name = "code-editor") {
|
|
339
|
+
return z.object({
|
|
340
|
+
[name]: z.string().min(1, `${name} content is required`),
|
|
341
|
+
format: z.enum(["json", "yaml"])
|
|
342
|
+
}).superRefine((data, ctx) => {
|
|
343
|
+
const content = data[name];
|
|
344
|
+
if (data.format === "json" && !isValidJson(content)) ctx.addIssue({
|
|
345
|
+
code: z.ZodIssueCode.custom,
|
|
346
|
+
message: "Invalid JSON format",
|
|
347
|
+
path: [name]
|
|
348
|
+
});
|
|
349
|
+
else if (data.format === "yaml" && !isValidYaml(content)) ctx.addIssue({
|
|
350
|
+
code: z.ZodIssueCode.custom,
|
|
351
|
+
message: "Invalid YAML format",
|
|
352
|
+
path: [name]
|
|
353
|
+
});
|
|
354
|
+
});
|
|
355
|
+
}
|
|
356
|
+
//#endregion
|
|
357
|
+
export { formatJson as a, isValidYaml as c, CodeEditor as d, CodeEditorTabs as i, jsonToYaml as l, jsonSchema as n, formatYaml as o, yamlSchema as r, isValidJson as s, createCodeEditorSchema as t, yamlToJson as u };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { a as ListItem, c as Title, d as titleVariants, i as List, l as paragraphVariants, n as Code, o as Paragraph, r as Link, s as Text, t as Blockquote, u as textVariants } from "../typography-
|
|
2
|
-
|
|
3
|
-
export { Blockquote, Code, Link, List, ListItem, Paragraph, Text, Title, paragraphVariants, textVariants, titleVariants };
|
|
1
|
+
import { a as ListItem, c as Title, d as titleVariants, i as List, l as paragraphVariants, n as Code, o as Paragraph, r as Link, s as Text, t as Blockquote, u as textVariants } from "../typography-ClB8k55E.mjs";
|
|
2
|
+
export { Blockquote, Code, Link, List, ListItem, Paragraph, Text, Title, paragraphVariants, textVariants, titleVariants };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { t as cn } from "./cn-
|
|
1
|
+
import { t as cn } from "./cn-D2KYQ917.mjs";
|
|
2
2
|
import { cva } from "class-variance-authority";
|
|
3
3
|
import { CopyIcon } from "lucide-react";
|
|
4
4
|
import * as React$1 from "react";
|
|
5
5
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
|
|
7
6
|
//#region src/components/base/typography/typography.tsx
|
|
8
7
|
const titleVariants = cva("font-semibold leading-tight tracking-tight", {
|
|
9
8
|
variants: {
|
|
@@ -195,6 +194,5 @@ function Code({ className, as = "code", children, ...props }) {
|
|
|
195
194
|
children
|
|
196
195
|
});
|
|
197
196
|
}
|
|
198
|
-
|
|
199
197
|
//#endregion
|
|
200
|
-
export { ListItem as a, Title as c, titleVariants as d, List as i, paragraphVariants as l, Code as n, Paragraph as o, Link as r, Text as s, Blockquote as t, textVariants as u };
|
|
198
|
+
export { ListItem as a, Title as c, titleVariants as d, List as i, paragraphVariants as l, Code as n, Paragraph as o, Link as r, Text as s, Blockquote as t, textVariants as u };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { t as toast } from "./toast-BWnN5fax.mjs";
|
|
2
2
|
import { useCallback, useEffect, useRef, useState } from "react";
|
|
3
|
-
|
|
4
3
|
//#region src/hooks/use-copy-to-clipboard.ts
|
|
5
4
|
function useCopyToClipboard() {
|
|
6
5
|
const [isCopied, setIsCopied] = useState(false);
|
|
@@ -26,6 +25,5 @@ function useCopyToClipboard() {
|
|
|
26
25
|
}
|
|
27
26
|
}, [])];
|
|
28
27
|
}
|
|
29
|
-
|
|
30
28
|
//#endregion
|
|
31
|
-
export { useCopyToClipboard as t };
|
|
29
|
+
export { useCopyToClipboard as t };
|
package/dist/utils/index.mjs
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { t as cn } from "../cn-
|
|
2
|
-
|
|
3
|
-
export { cn };
|
|
1
|
+
import { t as cn } from "../cn-D2KYQ917.mjs";
|
|
2
|
+
export { cn };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { clsx } from "clsx";
|
|
2
2
|
import { twMerge } from "tailwind-merge";
|
|
3
|
-
|
|
4
3
|
//#region ../shadcn/lib/utils.ts
|
|
5
4
|
/**
|
|
6
5
|
* shadcn/ui Utilities
|
|
@@ -15,6 +14,5 @@ import { twMerge } from "tailwind-merge";
|
|
|
15
14
|
function cn(...inputs) {
|
|
16
15
|
return twMerge(clsx(inputs));
|
|
17
16
|
}
|
|
18
|
-
|
|
19
17
|
//#endregion
|
|
20
|
-
export { cn as t };
|
|
18
|
+
export { cn as t };
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import { t as VisuallyHidden } from "../visuallyhidden-
|
|
2
|
-
|
|
3
|
-
export { VisuallyHidden };
|
|
1
|
+
import { t as VisuallyHidden } from "../visuallyhidden-BLUsJpYH.mjs";
|
|
2
|
+
export { VisuallyHidden };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.6.0-alpha.a49f238",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -84,6 +84,11 @@
|
|
|
84
84
|
"types": "./dist/components/base/chart/index.d.ts",
|
|
85
85
|
"default": "./dist/chart/index.mjs"
|
|
86
86
|
},
|
|
87
|
+
"./code-editor": {
|
|
88
|
+
"source": "./src/components/features/code-editor/index.ts",
|
|
89
|
+
"types": "./dist/components/features/code-editor/index.d.ts",
|
|
90
|
+
"default": "./dist/code-editor/index.mjs"
|
|
91
|
+
},
|
|
87
92
|
"./checkbox": {
|
|
88
93
|
"source": "./src/components/base/checkbox/index.ts",
|
|
89
94
|
"types": "./dist/components/base/checkbox/index.d.ts",
|
|
@@ -229,6 +234,21 @@
|
|
|
229
234
|
"types": "./dist/components/features/form/index.d.ts",
|
|
230
235
|
"default": "./dist/form/index.mjs"
|
|
231
236
|
},
|
|
237
|
+
"./form/adapters/conform": {
|
|
238
|
+
"source": "./src/components/features/form/adapters/conform/index.ts",
|
|
239
|
+
"types": "./dist/components/features/form/adapters/conform/index.d.ts",
|
|
240
|
+
"default": "./dist/form/adapters/conform/index.mjs"
|
|
241
|
+
},
|
|
242
|
+
"./form/adapters/rhf": {
|
|
243
|
+
"source": "./src/components/features/form/adapters/rhf/index.ts",
|
|
244
|
+
"types": "./dist/components/features/form/adapters/rhf/index.d.ts",
|
|
245
|
+
"default": "./dist/form/adapters/rhf/index.mjs"
|
|
246
|
+
},
|
|
247
|
+
"./form/stepper": {
|
|
248
|
+
"source": "./src/components/features/form/stepper/index.ts",
|
|
249
|
+
"types": "./dist/components/features/form/stepper/index.d.ts",
|
|
250
|
+
"default": "./dist/form/stepper/index.mjs"
|
|
251
|
+
},
|
|
232
252
|
"./grid": {
|
|
233
253
|
"types": "./dist/components/features/grid/index.d.ts",
|
|
234
254
|
"style": "./dist/grid/style.css",
|
|
@@ -316,16 +336,20 @@
|
|
|
316
336
|
"peerDependencies": {
|
|
317
337
|
"@conform-to/react": ">=1",
|
|
318
338
|
"@conform-to/zod": ">=1",
|
|
339
|
+
"@hookform/resolvers": ">=5",
|
|
340
|
+
"@monaco-editor/react": "^4.7.0",
|
|
319
341
|
"@stepperize/react": ">=4",
|
|
320
342
|
"@tanstack/react-table": ">=8",
|
|
321
343
|
"@tanstack/react-virtual": ">=3",
|
|
322
344
|
"date-fns": ">=4",
|
|
323
345
|
"date-fns-tz": ">=3",
|
|
346
|
+
"js-yaml": "^4.1.0",
|
|
324
347
|
"leaflet": ">=1.9",
|
|
325
348
|
"leaflet-draw": ">=1",
|
|
326
349
|
"leaflet.fullscreen": ">=5",
|
|
327
350
|
"leaflet.markercluster": ">=1.5",
|
|
328
351
|
"lucide-react": ">=0.400",
|
|
352
|
+
"monaco-editor": ">=0.44.0",
|
|
329
353
|
"motion": ">=11",
|
|
330
354
|
"nprogress": ">=0.2",
|
|
331
355
|
"nuqs": ">=2",
|
|
@@ -333,12 +357,13 @@
|
|
|
333
357
|
"react-day-picker": ">=9",
|
|
334
358
|
"react-dom": ">=19",
|
|
335
359
|
"react-dropzone": ">=14",
|
|
360
|
+
"react-hook-form": ">=7.55",
|
|
336
361
|
"react-leaflet": ">=5",
|
|
337
362
|
"react-leaflet-markercluster": ">=5.0.0-rc.0",
|
|
338
363
|
"react-number-format": ">=5",
|
|
339
364
|
"recharts": ">=2",
|
|
340
365
|
"sonner": ">=2",
|
|
341
|
-
"zod": ">=
|
|
366
|
+
"zod": ">=4"
|
|
342
367
|
},
|
|
343
368
|
"peerDependenciesMeta": {
|
|
344
369
|
"@conform-to/react": {
|
|
@@ -347,6 +372,12 @@
|
|
|
347
372
|
"@conform-to/zod": {
|
|
348
373
|
"optional": true
|
|
349
374
|
},
|
|
375
|
+
"@hookform/resolvers": {
|
|
376
|
+
"optional": true
|
|
377
|
+
},
|
|
378
|
+
"@monaco-editor/react": {
|
|
379
|
+
"optional": true
|
|
380
|
+
},
|
|
350
381
|
"@stepperize/react": {
|
|
351
382
|
"optional": true
|
|
352
383
|
},
|
|
@@ -362,6 +393,9 @@
|
|
|
362
393
|
"date-fns-tz": {
|
|
363
394
|
"optional": true
|
|
364
395
|
},
|
|
396
|
+
"js-yaml": {
|
|
397
|
+
"optional": true
|
|
398
|
+
},
|
|
365
399
|
"leaflet": {
|
|
366
400
|
"optional": true
|
|
367
401
|
},
|
|
@@ -375,6 +409,9 @@
|
|
|
375
409
|
"optional": true
|
|
376
410
|
},
|
|
377
411
|
"lucide-react": {},
|
|
412
|
+
"monaco-editor": {
|
|
413
|
+
"optional": true
|
|
414
|
+
},
|
|
378
415
|
"motion": {
|
|
379
416
|
"optional": true
|
|
380
417
|
},
|
|
@@ -390,6 +427,9 @@
|
|
|
390
427
|
"react-dropzone": {
|
|
391
428
|
"optional": true
|
|
392
429
|
},
|
|
430
|
+
"react-hook-form": {
|
|
431
|
+
"optional": true
|
|
432
|
+
},
|
|
393
433
|
"react-leaflet": {
|
|
394
434
|
"optional": true
|
|
395
435
|
},
|
|
@@ -435,12 +475,15 @@
|
|
|
435
475
|
"devDependencies": {
|
|
436
476
|
"@conform-to/react": "^1.17.1",
|
|
437
477
|
"@conform-to/zod": "^1.17.1",
|
|
478
|
+
"@hookform/resolvers": "^5.2.2",
|
|
479
|
+
"@monaco-editor/react": "^4.7.0",
|
|
438
480
|
"@stepperize/react": "^6.1.0",
|
|
439
481
|
"@tanstack/react-table": "^8.21.3",
|
|
440
482
|
"@tanstack/react-virtual": "^3.13.19",
|
|
441
483
|
"@testing-library/jest-dom": "^6",
|
|
442
484
|
"@testing-library/react": "^16",
|
|
443
485
|
"@testing-library/user-event": "^14",
|
|
486
|
+
"@types/js-yaml": "^4.0.9",
|
|
444
487
|
"@types/leaflet": "^1.9.21",
|
|
445
488
|
"@types/leaflet-draw": "^1.0.13",
|
|
446
489
|
"@types/leaflet.fullscreen": "^5.2.0",
|
|
@@ -451,12 +494,14 @@
|
|
|
451
494
|
"date-fns": "^4.1.0",
|
|
452
495
|
"date-fns-tz": "^3.2.0",
|
|
453
496
|
"eslint": "^9.39.3",
|
|
497
|
+
"js-yaml": "^4.1.1",
|
|
454
498
|
"jsdom": "^26",
|
|
455
499
|
"leaflet": "^1.9.4",
|
|
456
500
|
"leaflet-draw": "^1.0.4",
|
|
457
501
|
"leaflet.fullscreen": "^5.3.0",
|
|
458
502
|
"leaflet.markercluster": "^1.5.3",
|
|
459
503
|
"lucide-react": "^0.556",
|
|
504
|
+
"monaco-editor": "^0.55.1",
|
|
460
505
|
"motion": "^12.34.4",
|
|
461
506
|
"nprogress": "^0.2.0",
|
|
462
507
|
"nuqs": "^2.8.9",
|
|
@@ -464,12 +509,13 @@
|
|
|
464
509
|
"react-day-picker": "^9.14.0",
|
|
465
510
|
"react-dom": "^19",
|
|
466
511
|
"react-dropzone": "^15.0.0",
|
|
512
|
+
"react-hook-form": "^7.71.2",
|
|
467
513
|
"react-leaflet": "^5.0.0",
|
|
468
514
|
"react-leaflet-markercluster": "5.0.0-rc.0",
|
|
469
515
|
"react-number-format": "^5.4.4",
|
|
470
516
|
"sonner": "^2.0.7",
|
|
471
517
|
"tailwindcss": "^4.2.1",
|
|
472
|
-
"tsdown": "^0.
|
|
518
|
+
"tsdown": "^0.21.5",
|
|
473
519
|
"typescript": "^5.9",
|
|
474
520
|
"vitest": "^3",
|
|
475
521
|
"zod": "^4.3.6",
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
-
import "react";
|
|
3
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
|
-
|
|
5
|
-
//#region src/components/features/input-with-addons/input-with-addons.tsx
|
|
6
|
-
function InputWithAddons({ ref, leading, trailing, containerClassName, className, ...props }) {
|
|
7
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
8
|
-
className: cn("border-input-border bg-input-background/50 text-input-foreground placeholder:text-input-placeholder", "focus-within:border-input-focus-border focus-within:shadow-(--input-focus-shadow)", "group flex h-10 w-full items-stretch overflow-hidden rounded-lg border transition-all", "focus-within:ring-0 focus-within:ring-offset-0 focus-within:outline-hidden", containerClassName),
|
|
9
|
-
children: [
|
|
10
|
-
leading ? /* @__PURE__ */ jsx("div", {
|
|
11
|
-
className: "text-muted-foreground flex items-center bg-transparent pl-3",
|
|
12
|
-
children: leading
|
|
13
|
-
}) : null,
|
|
14
|
-
/* @__PURE__ */ jsx("input", {
|
|
15
|
-
className: cn("flex-1 bg-transparent px-3 text-base md:text-sm", "placeholder:text-input-placeholder text-input-foreground", "focus-visible:ring-0 focus-visible:ring-offset-0 focus-visible:outline-hidden", "focus-visible:border-transparent focus-visible:shadow-none", "read-only:cursor-not-allowed read-only:opacity-50 disabled:cursor-not-allowed disabled:opacity-50", "file:text-foreground file:border-0 file:bg-transparent file:text-sm file:font-medium", leading && "pl-2", trailing && "pr-2", className),
|
|
16
|
-
"data-slot": "input-with-addons",
|
|
17
|
-
ref,
|
|
18
|
-
...props
|
|
19
|
-
}),
|
|
20
|
-
trailing ? /* @__PURE__ */ jsx("div", {
|
|
21
|
-
className: "text-muted-foreground flex items-center bg-transparent pr-3",
|
|
22
|
-
children: trailing
|
|
23
|
-
}) : null
|
|
24
|
-
]
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
InputWithAddons.displayName = "InputWithAddons";
|
|
28
|
-
|
|
29
|
-
//#endregion
|
|
30
|
-
export { InputWithAddons as t };
|
package/dist/tabs-DJU7JA3h.mjs
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
-
import "react";
|
|
3
|
-
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5
|
-
|
|
6
|
-
//#region src/components/base/tabs/tabs.tsx
|
|
7
|
-
/**
|
|
8
|
-
* Datum Tabs Component
|
|
9
|
-
* Extends shadcn Tabs with:
|
|
10
|
-
* - TabsLinkTrigger for router-agnostic link integration
|
|
11
|
-
* - Dark mode customizations
|
|
12
|
-
*/
|
|
13
|
-
function Tabs({ className, ...props }) {
|
|
14
|
-
return /* @__PURE__ */ jsx(TabsPrimitive.Root, {
|
|
15
|
-
className: cn("flex flex-col gap-2", className),
|
|
16
|
-
...props
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
function TabsList({ className, ...props }) {
|
|
20
|
-
return /* @__PURE__ */ jsx(TabsPrimitive.List, {
|
|
21
|
-
className: cn("bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-1", className),
|
|
22
|
-
...props
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
function TabsTrigger({ className, ...props }) {
|
|
26
|
-
return /* @__PURE__ */ jsx(TabsPrimitive.Trigger, {
|
|
27
|
-
className: cn("data-[state=active]:bg-background dark:data-[state=active]:text-foreground data-[state=active]:text-foreground dark:hover:text-foreground focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring inline-flex flex-1 items-center justify-center gap-1.5 rounded-md px-2 py-1 text-sm font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:shadow-sm [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", className),
|
|
28
|
-
...props
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
function TabsContent({ className, ...props }) {
|
|
32
|
-
return /* @__PURE__ */ jsx(TabsPrimitive.Content, {
|
|
33
|
-
className: cn("flex-1 outline-none", className),
|
|
34
|
-
...props
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
function TabsLinkTrigger({ value, href, linkComponent: LinkComp = "a", children, className, ...props }) {
|
|
38
|
-
const linkProps = LinkComp === "a" ? { href } : { to: href };
|
|
39
|
-
return /* @__PURE__ */ jsx(TabsTrigger, {
|
|
40
|
-
value,
|
|
41
|
-
asChild: true,
|
|
42
|
-
className,
|
|
43
|
-
...props,
|
|
44
|
-
children: /* @__PURE__ */ jsx(LinkComp, {
|
|
45
|
-
...linkProps,
|
|
46
|
-
children
|
|
47
|
-
})
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
//#endregion
|
|
52
|
-
export { TabsTrigger as a, TabsList as i, TabsContent as n, TabsLinkTrigger as r, Tabs as t };
|