@datum-cloud/datum-ui 0.3.0-alpha.9d90881 → 0.3.0-alpha.bdce331
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/autocomplete/index.mjs +4 -4
- package/dist/{autocomplete-e33EmvBu.mjs → autocomplete-B9bCkXtz.mjs} +3 -3
- package/dist/avatar-stack/index.mjs +2 -2
- package/dist/{avatar-stack-Ci0cnjxv.mjs → avatar-stack-Bh-tLz0X.mjs} +1 -1
- package/dist/{calendar-date-picker-BBAg78Lg.mjs → calendar-date-picker-mlbzp3xR.mjs} +2 -2
- package/dist/checkbox/index.mjs +1 -2
- package/dist/checkbox-LG1OKTpG.mjs +34 -0
- package/dist/collapsible/index.mjs +1 -1
- package/dist/command/index.mjs +2 -2
- package/dist/{command-DQlO6uTL.mjs → command-s0Yv3abE.mjs} +1 -1
- package/dist/components/features/data-table/adapters/nuqs-adapter.d.ts +13 -12
- package/dist/components/features/data-table/adapters/nuqs-adapter.d.ts.map +1 -1
- package/dist/components/features/data-table/components/active-filters.d.ts +5 -0
- package/dist/components/features/data-table/components/active-filters.d.ts.map +1 -0
- package/dist/components/features/data-table/components/bulk-actions.d.ts.map +1 -1
- package/dist/components/features/data-table/components/column-header.d.ts.map +1 -1
- package/dist/components/features/data-table/components/content.d.ts.map +1 -1
- package/dist/components/features/data-table/components/pagination.d.ts.map +1 -1
- package/dist/components/features/data-table/components/search.d.ts.map +1 -1
- package/dist/components/features/data-table/core/client-provider.d.ts +9 -2
- package/dist/components/features/data-table/core/client-provider.d.ts.map +1 -1
- package/dist/components/features/data-table/core/data-table-context.d.ts +22 -3
- package/dist/components/features/data-table/core/data-table-context.d.ts.map +1 -1
- package/dist/components/features/data-table/core/filter-engine.d.ts +16 -0
- package/dist/components/features/data-table/core/filter-engine.d.ts.map +1 -0
- package/dist/components/features/data-table/core/server-provider.d.ts +9 -2
- package/dist/components/features/data-table/core/server-provider.d.ts.map +1 -1
- package/dist/components/features/data-table/core/store.d.ts +3 -0
- package/dist/components/features/data-table/core/store.d.ts.map +1 -0
- package/dist/components/features/data-table/data-table.d.ts +1 -0
- package/dist/components/features/data-table/data-table.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/checkbox-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/date-picker-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/filters/select-filter.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/index.d.ts +1 -1
- package/dist/components/features/data-table/hooks/index.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-data-table-client.d.ts +17 -20
- package/dist/components/features/data-table/hooks/use-data-table-client.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-data-table-server.d.ts +27 -19
- package/dist/components/features/data-table/hooks/use-data-table-server.d.ts.map +1 -1
- package/dist/components/features/data-table/hooks/use-is-client.d.ts +8 -0
- package/dist/components/features/data-table/hooks/use-is-client.d.ts.map +1 -0
- package/dist/components/features/data-table/hooks/use-selectors.d.ts +50 -0
- package/dist/components/features/data-table/hooks/use-selectors.d.ts.map +1 -0
- package/dist/components/features/data-table/index.d.ts +3 -4
- package/dist/components/features/data-table/index.d.ts.map +1 -1
- package/dist/components/features/data-table/types.d.ts +68 -0
- package/dist/components/features/data-table/types.d.ts.map +1 -1
- package/dist/data-table/index.mjs +1039 -550
- package/dist/date-picker/index.mjs +5 -5
- package/dist/dialog/index.mjs +2 -2
- package/dist/{dialog-B2EZJW-q.mjs → dialog-bnMMf9GD.mjs} +2 -2
- package/dist/dropdown/index.mjs +1 -1
- package/dist/dropzone/index.mjs +1 -1
- package/dist/empty-content/index.mjs +1 -1
- package/dist/form/index.mjs +12 -12
- package/dist/grid/index.mjs +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/hover-card/index.mjs +1 -1
- package/dist/icons/index.mjs +1 -1
- package/dist/index.mjs +50 -52
- package/dist/input/index.mjs +2 -2
- package/dist/{input-D241oNEm.mjs → input-fzXBheCN.mjs} +1 -1
- package/dist/input-group/index.mjs +3 -3
- package/dist/{input-group-uobp64zr.mjs → input-group-CPaFSTEV.mjs} +2 -2
- package/dist/input-number/index.mjs +2 -2
- package/dist/{input-number-CEMgBk8-.mjs → input-number-D9ydFith.mjs} +1 -1
- package/dist/input-with-addons/index.mjs +1 -1
- package/dist/label/index.mjs +1 -2
- package/dist/{label-byipFGok.mjs → label-_ste_Re3.mjs} +12 -1
- package/dist/loader-overlay/index.mjs +1 -1
- package/dist/map/index.mjs +8 -8
- package/dist/{map-DupFPkJT.mjs → map-ClJD-qxm.mjs} +5 -5
- package/dist/more-actions/index.mjs +2 -2
- package/dist/{more-actions-D6OyqZQS.mjs → more-actions-DbC8dyed.mjs} +2 -2
- package/dist/page-title/index.mjs +1 -1
- package/dist/popover/index.mjs +1 -1
- package/dist/radio-group/index.mjs +1 -1
- package/dist/select/index.mjs +1 -1
- package/dist/{select-BznmyqBr.mjs → select-CwVIFWFO.mjs} +1 -1
- package/dist/sheet/index.mjs +2 -2
- package/dist/{sheet-Bmayi68h.mjs → sheet-mx5XjyEY.mjs} +2 -2
- package/dist/sidebar/index.mjs +6 -6
- package/dist/{sidebar-D2zE7rPy.mjs → sidebar-C4NqSr4r.mjs} +5 -5
- package/dist/skeleton/index.mjs +1 -1
- package/dist/spinner/index.mjs +1 -1
- package/dist/stepper/index.mjs +1 -1
- package/dist/switch/index.mjs +1 -1
- package/dist/table/index.mjs +1 -1
- package/dist/tabs/index.mjs +1 -1
- package/dist/tag-input/index.mjs +2 -2
- package/dist/{tag-input-BI8IRBDH.mjs → tag-input-BfHaKoMF.mjs} +1 -1
- package/dist/task-queue/index.mjs +4 -4
- package/dist/{task-queue-dropdown-D6k067_W.mjs → task-queue-dropdown-fo3TX58Q.mjs} +4 -4
- package/dist/textarea/index.mjs +2 -2
- package/dist/{textarea-BZ85VFsJ.mjs → textarea-X4OjkqLJ.mjs} +1 -1
- package/dist/theme/index.mjs +1 -1
- package/dist/{to-api-format-CXQ7knV4.mjs → to-api-format-zI26rEBI.mjs} +3 -3
- package/dist/toast/index.mjs +1 -1
- package/dist/tooltip/index.mjs +1 -1
- package/dist/typography/index.mjs +1 -1
- package/dist/{use-copy-to-clipboard-CC2hhyYI.mjs → use-copy-to-clipboard-C7xqNxBX.mjs} +1 -1
- package/dist/{use-stepper-CU75TdjZ.mjs → use-stepper-CB1injte.mjs} +14 -14
- package/dist/{use-toast-BLBGnOC3.mjs → use-toast-DN-fZBzJ.mjs} +1 -1
- package/dist/visually-hidden/index.mjs +1 -1
- package/package.json +3 -3
- package/dist/checkbox-DB5_3E_l.mjs +0 -22
- package/dist/checkbox-DMC1Mhaw.mjs +0 -17
- package/dist/components/features/data-table/hooks/use-data-table-context.d.ts +0 -2
- package/dist/components/features/data-table/hooks/use-data-table-context.d.ts.map +0 -1
- package/dist/components/features/data-table/hooks/use-inline-contents.d.ts +0 -7
- package/dist/components/features/data-table/hooks/use-inline-contents.d.ts.map +0 -1
- package/dist/label-ClzLBWRT.mjs +0 -16
- /package/dist/{close.icon-D2r5q3bj.mjs → close.icon-CMNMoXM_.mjs} +0 -0
- /package/dist/{col-Cg_2sTDA.mjs → col-RfO7d6AR.mjs} +0 -0
- /package/dist/{collapsible-Dw71o2um.mjs → collapsible-Bt9UYfv3.mjs} +0 -0
- /package/dist/{dialog-Bm4trnic.mjs → dialog-DXBaT9gA.mjs} +0 -0
- /package/dist/{dropdown-DLZXinlT.mjs → dropdown-Cs7Xr8w7.mjs} +0 -0
- /package/dist/{dropdown-menu-Xahj42Gr.mjs → dropdown-menu-DAFyO-qD.mjs} +0 -0
- /package/dist/{dropzone-CGyjGnER.mjs → dropzone-BT5fEDEF.mjs} +0 -0
- /package/dist/{empty-content-ByvwjHUs.mjs → empty-content-iDu3NUqG.mjs} +0 -0
- /package/dist/{hover-card-BNrHtWy6.mjs → hover-card-CUPfFUqE.mjs} +0 -0
- /package/dist/{input-C-ZmsHkk.mjs → input-DuyjEKEW.mjs} +0 -0
- /package/dist/{input-with-addons-DzuyGa6G.mjs → input-with-addons-CdgiUQce.mjs} +0 -0
- /package/dist/{loader-overlay-CbxcjyHV.mjs → loader-overlay-D83QeQNj.mjs} +0 -0
- /package/dist/{map-leaflet-imports-CgEyVRnp.mjs → map-leaflet-imports-CdzvEnzY.mjs} +0 -0
- /package/dist/{page-title-CrYQ091u.mjs → page-title-SGchAF6Y.mjs} +0 -0
- /package/dist/{popover-CYzXdp9q.mjs → popover-Ds9624qY.mjs} +0 -0
- /package/dist/{radio-group-WZCIDQCH.mjs → radio-group-B9Hm77LQ.mjs} +0 -0
- /package/dist/{sheet-b9V9soz8.mjs → sheet-Cemwh78x.mjs} +0 -0
- /package/dist/{skeleton-D3qW_KvG.mjs → skeleton-Cs6Q5GQc.mjs} +0 -0
- /package/dist/{spinner-CKTGKv5n.mjs → spinner-earfjpJs.mjs} +0 -0
- /package/dist/{stepper-B07hPGG7.mjs → stepper-BG9DIzN5.mjs} +0 -0
- /package/dist/{switch-CujyyOi6.mjs → switch-B2VVauH6.mjs} +0 -0
- /package/dist/{table-fZEvpdD-.mjs → table-Dc3HfbM4.mjs} +0 -0
- /package/dist/{tabs-B7cW59gB.mjs → tabs-Ccb4uqbe.mjs} +0 -0
- /package/dist/{textarea-BSkDKiej.mjs → textarea-QYRcDEpK.mjs} +0 -0
- /package/dist/{theme.provider-BG3cS9xe.mjs → theme.provider-Nun_O9-O.mjs} +0 -0
- /package/dist/{tooltip-CbCWKEzu.mjs → tooltip-DZFG1iMs.mjs} +0 -0
- /package/dist/{typography-DdrxIJMd.mjs → typography-T7WgvO77.mjs} +0 -0
- /package/dist/{use-debounce-Dc95PFRX.mjs → use-debounce-Ctljs3MB.mjs} +0 -0
- /package/dist/{visuallyhidden-CfBnXfvh.mjs → visuallyhidden-CgkVhApW.mjs} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
2
|
import { t as Badge } from "./badge-bFgeYceE.mjs";
|
|
3
3
|
import { t as Icon } from "./icon-wrapper-9ticVbRL.mjs";
|
|
4
|
-
import { t as Input } from "./input-
|
|
4
|
+
import { t as Input } from "./input-fzXBheCN.mjs";
|
|
5
5
|
import { X } from "lucide-react";
|
|
6
6
|
import React from "react";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../utils-Bfgoe-Gm.mjs";
|
|
2
|
-
import "../dialog-
|
|
3
|
-
import "../table-
|
|
4
|
-
import "../tooltip-
|
|
5
|
-
import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "../task-queue-dropdown-
|
|
2
|
+
import "../dialog-DXBaT9gA.mjs";
|
|
3
|
+
import "../table-Dc3HfbM4.mjs";
|
|
4
|
+
import "../tooltip-DZFG1iMs.mjs";
|
|
5
|
+
import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "../task-queue-dropdown-fo3TX58Q.mjs";
|
|
6
6
|
|
|
7
7
|
export { LocalTaskStorage, RedisTaskStorage, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, createOrgMetadata, createProjectMetadata, createUserMetadata, detectStorage, getContextLabel, matchesCurrentScope, useCurrentScope, useTaskQueue, useTasksWithLabels };
|
|
@@ -3,10 +3,10 @@ import { t as Badge } from "./badge-bFgeYceE.mjs";
|
|
|
3
3
|
import { t as SpinnerIcon } from "./spinner.icon-Bg8zgGh0.mjs";
|
|
4
4
|
import { t as Button } from "./button-C1wRfGtT.mjs";
|
|
5
5
|
import { t as Icon } from "./icon-wrapper-9ticVbRL.mjs";
|
|
6
|
-
import { t as Dialog } from "./dialog-
|
|
7
|
-
import { c as TableRow, i as TableCell, n as TableBody, o as TableHead, s as TableHeader, t as Table } from "./table-
|
|
8
|
-
import { a as TooltipTrigger, n as Tooltip, r as TooltipContent, t as Tooltip$1 } from "./tooltip-
|
|
9
|
-
import { h as DropdownMenuTrigger, r as DropdownMenuContent, t as DropdownMenu } from "./dropdown-
|
|
6
|
+
import { t as Dialog } from "./dialog-bnMMf9GD.mjs";
|
|
7
|
+
import { c as TableRow, i as TableCell, n as TableBody, o as TableHead, s as TableHeader, t as Table } from "./table-Dc3HfbM4.mjs";
|
|
8
|
+
import { a as TooltipTrigger, n as Tooltip, r as TooltipContent, t as Tooltip$1 } from "./tooltip-DZFG1iMs.mjs";
|
|
9
|
+
import { h as DropdownMenuTrigger, r as DropdownMenuContent, t as DropdownMenu } from "./dropdown-Cs7Xr8w7.mjs";
|
|
10
10
|
import { Ban, CheckCircle2, CircleAlert, CircleCheck, CornerDownRightIcon, FileIcon, ListTodo, X, XCircle } from "lucide-react";
|
|
11
11
|
import { createContext, use, useEffect, useMemo, useRef, useState, useSyncExternalStore } from "react";
|
|
12
12
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
package/dist/textarea/index.mjs
CHANGED
package/dist/theme/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as ClientOnly, n as useTheme, r as ThemeScript, t as ThemeProvider } from "../theme.provider-
|
|
1
|
+
import { i as ClientOnly, n as useTheme, r as ThemeScript, t as ThemeProvider } from "../theme.provider-Nun_O9-O.mjs";
|
|
2
2
|
|
|
3
3
|
export { ClientOnly, ThemeProvider, ThemeScript, useTheme };
|
|
@@ -3,9 +3,9 @@ import { t as Button } from "./button-C1wRfGtT.mjs";
|
|
|
3
3
|
import { t as Separator } from "./separator-T2ppyD-8.mjs";
|
|
4
4
|
import { t as Icon } from "./icon-wrapper-9ticVbRL.mjs";
|
|
5
5
|
import { t as Calendar$1 } from "./calendar-DlIHeWb0.mjs";
|
|
6
|
-
import { t as Input } from "./input-
|
|
7
|
-
import { i as PopoverTrigger, r as PopoverContent, t as Popover } from "./popover-
|
|
8
|
-
import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-
|
|
6
|
+
import { t as Input } from "./input-fzXBheCN.mjs";
|
|
7
|
+
import { i as PopoverTrigger, r as PopoverContent, t as Popover } from "./popover-Ds9624qY.mjs";
|
|
8
|
+
import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-CwVIFWFO.mjs";
|
|
9
9
|
import { Calendar, CalendarIcon, Globe, X } from "lucide-react";
|
|
10
10
|
import { useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
package/dist/toast/index.mjs
CHANGED
package/dist/tooltip/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
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-
|
|
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-T7WgvO77.mjs";
|
|
2
2
|
|
|
3
3
|
export { Blockquote, Code, Link, List, ListItem, Paragraph, Text, Title, paragraphVariants, textVariants, titleVariants };
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
2
|
import { t as Button } from "./button-C1wRfGtT.mjs";
|
|
3
3
|
import { t as Icon } from "./icon-wrapper-9ticVbRL.mjs";
|
|
4
|
-
import { t as Checkbox } from "./checkbox-
|
|
5
|
-
import { t as Dialog } from "./dialog-
|
|
6
|
-
import { t as Input } from "./input-
|
|
7
|
-
import { t as Label } from "./label-
|
|
8
|
-
import { n as RadioGroupItem, t as RadioGroup } from "./radio-group-
|
|
9
|
-
import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-
|
|
10
|
-
import { t as Switch } from "./switch-
|
|
11
|
-
import { t as Textarea } from "./textarea-
|
|
12
|
-
import { t as Tooltip } from "./tooltip-
|
|
13
|
-
import { t as Autocomplete } from "./autocomplete-
|
|
14
|
-
import { r as toast } from "./use-toast-
|
|
15
|
-
import { t as useCopyToClipboard } from "./use-copy-to-clipboard-
|
|
16
|
-
import { t as defineStepper } from "./stepper-
|
|
17
|
-
import { t as InputWithAddons } from "./input-with-addons-
|
|
4
|
+
import { t as Checkbox } from "./checkbox-LG1OKTpG.mjs";
|
|
5
|
+
import { t as Dialog } from "./dialog-bnMMf9GD.mjs";
|
|
6
|
+
import { t as Input } from "./input-fzXBheCN.mjs";
|
|
7
|
+
import { t as Label } from "./label-_ste_Re3.mjs";
|
|
8
|
+
import { n as RadioGroupItem, t as RadioGroup } from "./radio-group-B9Hm77LQ.mjs";
|
|
9
|
+
import { i as SelectItem, l as SelectTrigger, n as SelectContent, t as Select, u as SelectValue } from "./select-CwVIFWFO.mjs";
|
|
10
|
+
import { t as Switch } from "./switch-B2VVauH6.mjs";
|
|
11
|
+
import { t as Textarea } from "./textarea-X4OjkqLJ.mjs";
|
|
12
|
+
import { t as Tooltip } from "./tooltip-DZFG1iMs.mjs";
|
|
13
|
+
import { t as Autocomplete } from "./autocomplete-B9bCkXtz.mjs";
|
|
14
|
+
import { r as toast } from "./use-toast-DN-fZBzJ.mjs";
|
|
15
|
+
import { t as useCopyToClipboard } from "./use-copy-to-clipboard-C7xqNxBX.mjs";
|
|
16
|
+
import { t as defineStepper } from "./stepper-BG9DIzN5.mjs";
|
|
17
|
+
import { t as InputWithAddons } from "./input-with-addons-CdgiUQce.mjs";
|
|
18
18
|
import { Form } from "./form/index.mjs";
|
|
19
19
|
import { CheckIcon, CircleHelp, CopyIcon } from "lucide-react";
|
|
20
20
|
import * as React$1 from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
-
import { t as CloseIcon } from "./close.icon-
|
|
2
|
+
import { t as CloseIcon } from "./close.icon-CMNMoXM_.mjs";
|
|
3
3
|
import { createElement, useEffect } from "react";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { Toaster, toast } from "sonner";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datum-cloud/datum-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.0-alpha.
|
|
4
|
+
"version": "0.3.0-alpha.bdce331",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/datum-cloud/datum-ui"
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
"typescript": "^5.9",
|
|
463
463
|
"vitest": "^3",
|
|
464
464
|
"zod": "^4.3.6",
|
|
465
|
-
"@repo/
|
|
466
|
-
"@repo/
|
|
465
|
+
"@repo/config": "0.0.0",
|
|
466
|
+
"@repo/shadcn": "0.0.0"
|
|
467
467
|
},
|
|
468
468
|
"publishConfig": {
|
|
469
469
|
"access": "public"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./utils-Bfgoe-Gm.mjs";
|
|
2
|
-
import { CheckIcon } from "lucide-react";
|
|
3
|
-
import "react";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
6
|
-
|
|
7
|
-
//#region ../shadcn/ui/checkbox.tsx
|
|
8
|
-
function Checkbox({ className, ...props }) {
|
|
9
|
-
return /* @__PURE__ */ jsx(CheckboxPrimitive.Root, {
|
|
10
|
-
"data-slot": "checkbox",
|
|
11
|
-
className: cn("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50", className),
|
|
12
|
-
...props,
|
|
13
|
-
children: /* @__PURE__ */ jsx(CheckboxPrimitive.Indicator, {
|
|
14
|
-
"data-slot": "checkbox-indicator",
|
|
15
|
-
className: "flex items-center justify-center text-current transition-none",
|
|
16
|
-
children: /* @__PURE__ */ jsx(CheckIcon, { className: "size-3.5" })
|
|
17
|
-
})
|
|
18
|
-
});
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
//#endregion
|
|
22
|
-
export { Checkbox as t };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./cn-DWCc1QRE.mjs";
|
|
2
|
-
import { t as Checkbox$1 } from "./checkbox-DB5_3E_l.mjs";
|
|
3
|
-
import "react";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
|
|
6
|
-
//#region src/components/base/checkbox/checkbox.tsx
|
|
7
|
-
function Checkbox({ ref, className, ...props }) {
|
|
8
|
-
return /* @__PURE__ */ jsx(Checkbox$1, {
|
|
9
|
-
ref,
|
|
10
|
-
className: cn(className),
|
|
11
|
-
...props
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
Checkbox.displayName = "Checkbox";
|
|
15
|
-
|
|
16
|
-
//#endregion
|
|
17
|
-
export { Checkbox as t };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-data-table-context.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/data-table/hooks/use-data-table-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { InlineContentEntry } from '../types';
|
|
2
|
-
export declare function useInlineContents<TData>(): {
|
|
3
|
-
inlineContents: InlineContentEntry<TData>[];
|
|
4
|
-
registerInlineContent: (entry: InlineContentEntry<TData>) => void;
|
|
5
|
-
unregisterInlineContent: (id: string) => void;
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=use-inline-contents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"use-inline-contents.d.ts","sourceRoot":"","sources":["../../../../../src/components/features/data-table/hooks/use-inline-contents.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAGlD,wBAAgB,iBAAiB,CAAC,KAAK;;mCAGa,kBAAkB,CAAC,KAAK,CAAC;kCAY1B,MAAM;EAKxD"}
|
package/dist/label-ClzLBWRT.mjs
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { t as cn } from "./utils-Bfgoe-Gm.mjs";
|
|
2
|
-
import "react";
|
|
3
|
-
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5
|
-
|
|
6
|
-
//#region ../shadcn/ui/label.tsx
|
|
7
|
-
const Label = ({ className, ...props }) => {
|
|
8
|
-
return /* @__PURE__ */ jsx(LabelPrimitive.Root, {
|
|
9
|
-
"data-slot": "label",
|
|
10
|
-
className: cn("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", className),
|
|
11
|
-
...props
|
|
12
|
-
});
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
//#endregion
|
|
16
|
-
export { Label as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|