@darkfrost-1107/scaff-z-react 0.1.8 → 0.1.10
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/app/config/{sqlite.registry.esm → sqlite.registry.js} +16 -16
- package/dist/modules/actions/entities/{action.entity.esm → action.entity.js} +1 -1
- package/dist/modules/artifacts/entities/{artifact.entity.esm → artifact.entity.js} +3 -3
- package/dist/modules/integrations/entities/{integration.entity.esm → integration.entity.js} +2 -2
- package/dist/modules/inventory/entities/{category.entity.esm → category.entity.js} +1 -1
- package/dist/modules/inventory/entities/{inventory-item.entity.esm → inventory-item.entity.js} +1 -1
- package/dist/modules/inventory/entities/{product-item.entity.esm → product-item.entity.js} +1 -1
- package/dist/modules/inventory/entities/{zone.entity.esm → zone.entity.js} +1 -1
- package/dist/modules/memberships/entities/{membership.entity.esm → membership.entity.js} +1 -1
- package/dist/modules/organizations/entities/{organization.entity.esm → organization.entity.js} +1 -1
- package/dist/modules/projects/entities/{project.entity.esm → project.entity.js} +3 -3
- package/dist/modules/test/entities/{experiment.entity.esm → experiment.entity.js} +1 -1
- package/dist/modules/tickets/entities/{ticket.entity.esm → ticket.entity.js} +1 -1
- package/dist/modules/tools/entities/{tool.entity.esm → tool.entity.js} +3 -3
- package/dist/modules/users/entities/{user.entity.esm → user.entity.js} +2 -2
- package/dist/packages/capacitor/{app.config.esm → app.config.js} +1 -1
- package/dist/packages/crypto/index.js +2 -0
- package/dist/packages/env/{env.manager.esm → env.manager.js} +1 -1
- package/dist/packages/env/index.js +2 -0
- package/dist/packages/formatters/qr-code/{qr.renderer.esm → qr.renderer.js} +1 -1
- package/dist/packages/i18n/{index.esm → index.js} +1 -1
- package/dist/packages/i18n/{language-toggle.esm → language-toggle.js} +3 -3
- package/dist/packages/indexeddb/{builder.esm → builder.js} +1 -1
- package/dist/packages/indexeddb/index.js +5 -0
- package/dist/packages/indexeddb/{indexeddb.service.esm → indexeddb.service.js} +3 -3
- package/dist/packages/indexeddb/{nosql.repo.esm → nosql.repo.js} +2 -2
- package/dist/packages/indexeddb/{nosql.repo.service.esm → nosql.repo.service.js} +3 -3
- package/dist/packages/logger/index.js +3 -0
- package/dist/packages/logger/{logger.esm → logger.js} +1 -1
- package/dist/packages/maps/{maps.renderer.esm → maps.renderer.js} +1 -1
- package/dist/packages/maps/markers/{marker.factory.esm → marker.factory.js} +1 -1
- package/dist/packages/maps/markers/{marker.guard.esm → marker.guard.js} +2 -2
- package/dist/packages/nfc/{nfc.service.esm → nfc.service.js} +3 -3
- package/dist/packages/requests/axios/{base.service.esm → base.service.js} +1 -1
- package/dist/packages/scanner/{scanner.service.esm → scanner.service.js} +1 -1
- package/dist/packages/sheets/{index.esm → index.js} +2 -2
- package/dist/packages/sheets/{sheets.connector.esm → sheets.connector.js} +1 -1
- package/dist/packages/sheets/{sheets.service.esm → sheets.service.js} +3 -3
- package/dist/packages/sqlite/{repo.service.esm → repo.service.js} +3 -3
- package/dist/packages/sqlite/{sqlite.service.esm → sqlite.service.js} +3 -3
- package/dist/packages/sqlite/templates/{test.repo.service.esm → test.repo.service.js} +2 -2
- package/dist/packages/stores/{storage.service.esm → storage.service.js} +1 -1
- package/dist/packages/stores/{store.service.esm → store.service.js} +1 -1
- package/dist/packages/tailwind/index.cjs +1 -1
- package/dist/packages/tailwind/index.js +1 -0
- package/dist/packages/theme/{theme-provider.esm → theme-provider.js} +1 -1
- package/dist/packages/theme/{theme-toggle.esm → theme-toggle.js} +1 -1
- package/dist/packages/w3/tron/{index.esm → index.js} +3 -3
- package/dist/packages/w3/tron/{tron-assets.service.esm → tron-assets.service.js} +1 -1
- package/dist/packages/w3/tron/{tron-wallet.repo.esm → tron-wallet.repo.js} +3 -3
- package/dist/packages/w3/tron/{tron.service.esm → tron.service.js} +1 -1
- package/dist/scaff-z-react.css +2 -1
- package/dist/shared/constants/connectors/{main.connector.esm → main.connector.js} +2 -2
- package/dist/shared/constants/services/{main.service.esm → main.service.js} +2 -2
- package/dist/shared/custom/actions/{back-button.action.esm → back-button.action.js} +2 -2
- package/dist/shared/custom/audit/{audit-view.esm → audit-view.js} +3 -3
- package/dist/shared/custom/confirm/{use-confirm.esm → use-confirm.js} +2 -2
- package/dist/shared/custom/data-table/{data-table.component.esm → data-table.component.js} +2 -2
- package/dist/shared/custom/flow/{flow-canvas.esm → flow-canvas.js} +2 -2
- package/dist/shared/custom/flow/nodes/{base.node.esm → base.node.js} +1 -1
- package/dist/shared/custom/form/index.js +2 -0
- package/dist/shared/custom/form/inputs/{async-combobox.input.esm → async-combobox.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{async-multi-select.input.esm → async-multi-select.input.js} +6 -6
- package/dist/shared/custom/form/inputs/{async-select.input.esm → async-select.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{checkbox-inline.input.esm → checkbox-inline.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{checkbox.input.esm → checkbox.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{code.input.esm → code.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{color.input.esm → color.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{combobox.input.esm → combobox.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{date.input.esm → date.input.js} +6 -6
- package/dist/shared/custom/form/inputs/{email.input.esm → email.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{file.input.esm → file.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{image.input.esm → image.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{list-select.input.esm → list-select.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{secret.input.esm → secret.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{select.input.esm → select.input.js} +3 -3
- package/dist/shared/custom/form/inputs/{tags.input.esm → tags.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{text.input.esm → text.input.js} +4 -4
- package/dist/shared/custom/form/inputs/{textarea.input.esm → textarea.input.js} +3 -3
- package/dist/shared/custom/form/layout/{form-dialog-layout.esm → form-dialog-layout.js} +3 -3
- package/dist/shared/custom/form/layout/{form-tab-layout.esm → form-tab-layout.js} +3 -3
- package/dist/shared/custom/hover/{hover.esm → hover.js} +1 -1
- package/dist/shared/custom/layouts/{canvas-view.layout.esm → canvas-view.layout.js} +1 -1
- package/dist/shared/custom/layouts/{detail-tabs.layout.esm → detail-tabs.layout.js} +2 -2
- package/dist/shared/custom/layouts/{detail-view.layout.esm → detail-view.layout.js} +3 -3
- package/dist/shared/custom/layouts/{feedback.layout.esm → feedback.layout.js} +2 -2
- package/dist/shared/custom/layouts/{grid.layout.esm → grid.layout.js} +1 -1
- package/dist/shared/custom/layouts/{page-container.esm → page-container.js} +1 -1
- package/dist/shared/custom/ui/{icon-box.esm → icon-box.js} +1 -1
- package/dist/shared/custom/ui/{typography.esm → typography.js} +1 -1
- package/dist/shared/logic/action/{action-processor.esm → action-processor.js} +1 -1
- package/dist/shared/logic/guards/{builder-device.guard.esm → builder-device.guard.js} +2 -2
- package/dist/shared/logic/guards/{component.guard.esm → component.guard.js} +1 -1
- package/dist/shared/logic/guards/{context.guard.esm → context.guard.js} +1 -1
- package/dist/shared/logic/guards/{device-artifact.guard.esm → device-artifact.guard.js} +3 -3
- package/dist/shared/logic/guards/{device.guard.esm → device.guard.js} +2 -2
- package/dist/shared/logic/guards/{dynamic-device.guard.esm → dynamic-device.guard.js} +2 -2
- package/dist/shared/logic/service/{base.service.esm → base.service.js} +1 -1
- package/dist/shared/logic/verifiers/{device.verifier.registry.esm → device.verifier.registry.js} +2 -2
- package/dist/shared/logic/verifiers/{enum.verifier.esm → enum.verifier.js} +1 -1
- package/dist/shared/logic/verifiers/{value.verifier.esm → value.verifier.js} +1 -1
- package/dist/shared/ui/{badge.esm → badge.js} +1 -1
- package/dist/shared/ui/{breadcrumb.esm → breadcrumb.js} +1 -1
- package/dist/shared/ui/{button.esm → button.js} +1 -1
- package/dist/shared/ui/{calendar.esm → calendar.js} +2 -2
- package/dist/shared/ui/{card.esm → card.js} +1 -1
- package/dist/shared/ui/{checkbox.esm → checkbox.js} +1 -1
- package/dist/shared/ui/{combobox.esm → combobox.js} +3 -3
- package/dist/shared/ui/{command.esm → command.js} +3 -3
- package/dist/shared/ui/{dialog.esm → dialog.js} +2 -2
- package/dist/shared/ui/{field.esm → field.js} +3 -3
- package/dist/shared/ui/{icon-button.esm → icon-button.js} +2 -2
- package/dist/shared/ui/{index.esm → index.js} +23 -23
- package/dist/shared/ui/{input-group.esm → input-group.js} +4 -4
- package/dist/shared/ui/{input.esm → input.js} +1 -1
- package/dist/shared/ui/{label.esm → label.js} +1 -1
- package/dist/shared/ui/{popover.esm → popover.js} +1 -1
- package/dist/shared/ui/{scroll-area.esm → scroll-area.js} +1 -1
- package/dist/shared/ui/{select.esm → select.js} +1 -1
- package/dist/shared/ui/{separator.esm → separator.js} +1 -1
- package/dist/shared/ui/{sheet.esm → sheet.js} +2 -2
- package/dist/shared/ui/{sidebar.esm → sidebar.js} +8 -8
- package/dist/shared/ui/{skeleton.esm → skeleton.js} +1 -1
- package/dist/shared/ui/{table.esm → table.js} +1 -1
- package/dist/shared/ui/{tabs.esm → tabs.js} +1 -1
- package/dist/shared/ui/{textarea.esm → textarea.js} +1 -1
- package/dist/shared/ui/{tooltip.esm → tooltip.js} +1 -1
- package/package.json +3 -3
- package/dist/packages/crypto/index.esm +0 -2
- package/dist/packages/env/index.esm +0 -2
- package/dist/packages/indexeddb/index.esm +0 -5
- package/dist/packages/logger/index.esm +0 -3
- package/dist/packages/tailwind/index.esm +0 -1
- package/dist/shared/custom/form/index.esm +0 -2
- /package/dist/modules/users/entities/{user-role.enum.esm → user-role.enum.js} +0 -0
- /package/dist/packages/crypto/{crypto.service.esm → crypto.service.js} +0 -0
- /package/dist/packages/dnd/{dnd.provider.esm → dnd.provider.js} +0 -0
- /package/dist/packages/dnd/{draggeable.esm → draggeable.js} +0 -0
- /package/dist/packages/dnd/{droppable.esm → droppable.js} +0 -0
- /package/dist/packages/dnd/{droppeable.esm → droppeable.js} +0 -0
- /package/dist/packages/dnd/{sortable.esm → sortable.js} +0 -0
- /package/dist/packages/flow/{flow.renderer.esm → flow.renderer.js} +0 -0
- /package/dist/packages/flow/{flow.types.esm → flow.types.js} +0 -0
- /package/dist/packages/formatters/qr-code/{qr.encoder.service.esm → qr.encoder.service.js} +0 -0
- /package/dist/packages/formatters/text-code/{text-coder.service.esm → text-coder.service.js} +0 -0
- /package/dist/packages/indexeddb/{registry.esm → registry.js} +0 -0
- /package/dist/packages/indexeddb/{types.esm → types.js} +0 -0
- /package/dist/packages/logger/{registry.esm → registry.js} +0 -0
- /package/dist/packages/maps/{deckgl-overlay.esm → deckgl-overlay.js} +0 -0
- /package/dist/packages/maps/markers/{markers.meta.esm → markers.meta.js} +0 -0
- /package/dist/packages/maps/styles/{dark.style.esm → dark.style.js} +0 -0
- /package/dist/packages/requests/axios/{base.connector.esm → base.connector.js} +0 -0
- /package/dist/packages/requests/axios/{interceptor.builder.esm → interceptor.builder.js} +0 -0
- /package/dist/packages/router/{build.router.esm → build.router.js} +0 -0
- /package/dist/packages/router/{route.builder.esm → route.builder.js} +0 -0
- /package/dist/packages/scanner/{scanner.formats.esm → scanner.formats.js} +0 -0
- /package/dist/packages/sqlite/base/{base.entity.esm → base.entity.js} +0 -0
- /package/dist/packages/sqlite/templates/{test.entity.esm → test.entity.js} +0 -0
- /package/dist/packages/stores/{store.hook.esm → store.hook.js} +0 -0
- /package/dist/packages/theme/{theme-builder.esm → theme-builder.js} +0 -0
- /package/dist/packages/w3/tron/{tron-wallet.entity.esm → tron-wallet.entity.js} +0 -0
- /package/dist/packages/w3/tron/{tron.types.esm → tron.types.js} +0 -0
- /package/dist/shared/assets/{social-icons.esm → social-icons.js} +0 -0
- /package/dist/shared/contracts/{repository.contract.esm → repository.contract.js} +0 -0
- /package/dist/shared/custom/data-table/{data-table.provider.esm → data-table.provider.js} +0 -0
- /package/dist/shared/custom/form/{form.component.esm → form.component.js} +0 -0
- /package/dist/shared/hooks/{use-device.esm → use-device.js} +0 -0
- /package/dist/shared/hooks/{use-i18n.esm → use-i18n.js} +0 -0
- /package/dist/shared/hooks/{use-mobile.esm → use-mobile.js} +0 -0
- /package/dist/shared/lib/{utils.esm → utils.js} +0 -0
- /package/dist/shared/logic/components/{components.registry.esm → components.registry.js} +0 -0
- /package/dist/shared/logic/events/{startable.esm → startable.js} +0 -0
- /package/dist/shared/logic/events/{use-on-start.hook.esm → use-on-start.hook.js} +0 -0
- /package/dist/shared/logic/factory/{component.factory.esm → component.factory.js} +0 -0
- /package/dist/shared/logic/guards/{guard.esm → guard.js} +0 -0
- /package/dist/shared/logic/verifiers/{context.verifier.esm → context.verifier.js} +0 -0
- /package/dist/shared/ui/custom/{dynamic-icon.esm → dynamic-icon.js} +0 -0
- /package/dist/shared/ui/{sonner.esm → sonner.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { cn as e } from "../lib/utils.
|
|
2
|
-
import { Label as t } from "./label.
|
|
3
|
-
import { Separator as n } from "./separator.
|
|
1
|
+
import { cn as e } from "../lib/utils.js";
|
|
2
|
+
import { Label as t } from "./label.js";
|
|
3
|
+
import { Separator as n } from "./separator.js";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
import { useMemo as a } from "react";
|
|
6
6
|
import { cva as o } from "class-variance-authority";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { cn as e } from "../lib/utils.
|
|
2
|
-
import { Button as t } from "./button.
|
|
1
|
+
import { cn as e } from "../lib/utils.js";
|
|
2
|
+
import { Button as t } from "./button.js";
|
|
3
3
|
import { jsx as n } from "react/jsx-runtime";
|
|
4
4
|
import * as r from "react";
|
|
5
5
|
//#region src/shared/ui/icon-button.tsx
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { Button as e, buttonVariants as t } from "./button.
|
|
2
|
-
import { Select as n, SelectContent as r, SelectGroup as i, SelectItem as a, SelectLabel as o, SelectScrollDownButton as s, SelectScrollUpButton as c, SelectSeparator as l, SelectTrigger as u, SelectValue as d } from "./select.
|
|
3
|
-
import { Dialog as f, DialogClose as p, DialogContent as m, DialogDescription as h, DialogFooter as g, DialogHeader as _, DialogOverlay as v, DialogPortal as y, DialogTitle as b, DialogTrigger as x } from "./dialog.
|
|
4
|
-
import { Table as S, TableBody as C, TableCaption as w, TableCell as T, TableFooter as E, TableHead as D, TableHeader as O, TableRow as k } from "./table.
|
|
5
|
-
import { Label as A } from "./label.
|
|
6
|
-
import { Separator as j } from "./separator.
|
|
7
|
-
import { Field as M, FieldContent as N, FieldDescription as P, FieldError as F, FieldGroup as I, FieldLabel as L, FieldLegend as R, FieldSeparator as z, FieldSet as B, FieldTitle as V } from "./field.
|
|
8
|
-
import { Input as H } from "./input.
|
|
9
|
-
import { Tooltip as U, TooltipContent as W, TooltipProvider as G, TooltipTrigger as K } from "./tooltip.
|
|
10
|
-
import { Textarea as q } from "./textarea.
|
|
11
|
-
import { InputGroup as J, InputGroupAddon as Y, InputGroupButton as X, InputGroupInput as Z, InputGroupText as Q, InputGroupTextarea as $ } from "./input-group.
|
|
12
|
-
import { Checkbox as ee } from "./checkbox.
|
|
13
|
-
import { Combobox as te, ComboboxChip as ne, ComboboxChips as re, ComboboxChipsInput as ie, ComboboxCollection as ae, ComboboxContent as oe, ComboboxEmpty as se, ComboboxGroup as ce, ComboboxInput as le, ComboboxItem as ue, ComboboxLabel as de, ComboboxList as fe, ComboboxSeparator as pe, ComboboxTrigger as me, ComboboxValue as he, useComboboxAnchor as ge } from "./combobox.
|
|
14
|
-
import { Tabs as _e, TabsContent as ve, TabsList as ye, TabsTrigger as be, tabsListVariants as xe } from "./tabs.
|
|
15
|
-
import { Command as Se, CommandDialog as Ce, CommandEmpty as we, CommandGroup as Te, CommandInput as Ee, CommandItem as De, CommandList as Oe, CommandSeparator as ke, CommandShortcut as Ae } from "./command.
|
|
16
|
-
import { Popover as je, PopoverAnchor as Me, PopoverContent as Ne, PopoverTrigger as Pe } from "./popover.
|
|
17
|
-
import { Breadcrumb as Fe, BreadcrumbEllipsis as Ie, BreadcrumbItem as Le, BreadcrumbLink as Re, BreadcrumbList as ze, BreadcrumbPage as Be, BreadcrumbSeparator as Ve } from "./breadcrumb.
|
|
18
|
-
import { Card as He, CardAction as Ue, CardContent as We, CardDescription as Ge, CardFooter as Ke, CardHeader as qe, CardTitle as Je } from "./card.
|
|
19
|
-
import { IconButton as Ye } from "./icon-button.
|
|
20
|
-
import { Sheet as Xe, SheetClose as Ze, SheetContent as Qe, SheetDescription as $e, SheetFooter as et, SheetHeader as tt, SheetTitle as nt, SheetTrigger as rt } from "./sheet.
|
|
21
|
-
import { Skeleton as it } from "./skeleton.
|
|
22
|
-
import { Sidebar as at, SidebarContent as ot, SidebarFooter as st, SidebarGroup as ct, SidebarGroupAction as lt, SidebarGroupContent as ut, SidebarGroupLabel as dt, SidebarHeader as ft, SidebarInput as pt, SidebarInset as mt, SidebarMenu as ht, SidebarMenuAction as gt, SidebarMenuBadge as _t, SidebarMenuButton as vt, SidebarMenuItem as yt, SidebarMenuSkeleton as bt, SidebarMenuSub as xt, SidebarMenuSubButton as St, SidebarMenuSubItem as Ct, SidebarProvider as wt, SidebarRail as Tt, SidebarSeparator as Et, SidebarTrigger as Dt, useSidebar as Ot } from "./sidebar.
|
|
23
|
-
import { Toaster as kt } from "./sonner.
|
|
1
|
+
import { Button as e, buttonVariants as t } from "./button.js";
|
|
2
|
+
import { Select as n, SelectContent as r, SelectGroup as i, SelectItem as a, SelectLabel as o, SelectScrollDownButton as s, SelectScrollUpButton as c, SelectSeparator as l, SelectTrigger as u, SelectValue as d } from "./select.js";
|
|
3
|
+
import { Dialog as f, DialogClose as p, DialogContent as m, DialogDescription as h, DialogFooter as g, DialogHeader as _, DialogOverlay as v, DialogPortal as y, DialogTitle as b, DialogTrigger as x } from "./dialog.js";
|
|
4
|
+
import { Table as S, TableBody as C, TableCaption as w, TableCell as T, TableFooter as E, TableHead as D, TableHeader as O, TableRow as k } from "./table.js";
|
|
5
|
+
import { Label as A } from "./label.js";
|
|
6
|
+
import { Separator as j } from "./separator.js";
|
|
7
|
+
import { Field as M, FieldContent as N, FieldDescription as P, FieldError as F, FieldGroup as I, FieldLabel as L, FieldLegend as R, FieldSeparator as z, FieldSet as B, FieldTitle as V } from "./field.js";
|
|
8
|
+
import { Input as H } from "./input.js";
|
|
9
|
+
import { Tooltip as U, TooltipContent as W, TooltipProvider as G, TooltipTrigger as K } from "./tooltip.js";
|
|
10
|
+
import { Textarea as q } from "./textarea.js";
|
|
11
|
+
import { InputGroup as J, InputGroupAddon as Y, InputGroupButton as X, InputGroupInput as Z, InputGroupText as Q, InputGroupTextarea as $ } from "./input-group.js";
|
|
12
|
+
import { Checkbox as ee } from "./checkbox.js";
|
|
13
|
+
import { Combobox as te, ComboboxChip as ne, ComboboxChips as re, ComboboxChipsInput as ie, ComboboxCollection as ae, ComboboxContent as oe, ComboboxEmpty as se, ComboboxGroup as ce, ComboboxInput as le, ComboboxItem as ue, ComboboxLabel as de, ComboboxList as fe, ComboboxSeparator as pe, ComboboxTrigger as me, ComboboxValue as he, useComboboxAnchor as ge } from "./combobox.js";
|
|
14
|
+
import { Tabs as _e, TabsContent as ve, TabsList as ye, TabsTrigger as be, tabsListVariants as xe } from "./tabs.js";
|
|
15
|
+
import { Command as Se, CommandDialog as Ce, CommandEmpty as we, CommandGroup as Te, CommandInput as Ee, CommandItem as De, CommandList as Oe, CommandSeparator as ke, CommandShortcut as Ae } from "./command.js";
|
|
16
|
+
import { Popover as je, PopoverAnchor as Me, PopoverContent as Ne, PopoverTrigger as Pe } from "./popover.js";
|
|
17
|
+
import { Breadcrumb as Fe, BreadcrumbEllipsis as Ie, BreadcrumbItem as Le, BreadcrumbLink as Re, BreadcrumbList as ze, BreadcrumbPage as Be, BreadcrumbSeparator as Ve } from "./breadcrumb.js";
|
|
18
|
+
import { Card as He, CardAction as Ue, CardContent as We, CardDescription as Ge, CardFooter as Ke, CardHeader as qe, CardTitle as Je } from "./card.js";
|
|
19
|
+
import { IconButton as Ye } from "./icon-button.js";
|
|
20
|
+
import { Sheet as Xe, SheetClose as Ze, SheetContent as Qe, SheetDescription as $e, SheetFooter as et, SheetHeader as tt, SheetTitle as nt, SheetTrigger as rt } from "./sheet.js";
|
|
21
|
+
import { Skeleton as it } from "./skeleton.js";
|
|
22
|
+
import { Sidebar as at, SidebarContent as ot, SidebarFooter as st, SidebarGroup as ct, SidebarGroupAction as lt, SidebarGroupContent as ut, SidebarGroupLabel as dt, SidebarHeader as ft, SidebarInput as pt, SidebarInset as mt, SidebarMenu as ht, SidebarMenuAction as gt, SidebarMenuBadge as _t, SidebarMenuButton as vt, SidebarMenuItem as yt, SidebarMenuSkeleton as bt, SidebarMenuSub as xt, SidebarMenuSubButton as St, SidebarMenuSubItem as Ct, SidebarProvider as wt, SidebarRail as Tt, SidebarSeparator as Et, SidebarTrigger as Dt, useSidebar as Ot } from "./sidebar.js";
|
|
23
|
+
import { Toaster as kt } from "./sonner.js";
|
|
24
24
|
export { Fe as Breadcrumb, Ie as BreadcrumbEllipsis, Le as BreadcrumbItem, Re as BreadcrumbLink, ze as BreadcrumbList, Be as BreadcrumbPage, Ve as BreadcrumbSeparator, e as Button, He as Card, Ue as CardAction, We as CardContent, Ge as CardDescription, Ke as CardFooter, qe as CardHeader, Je as CardTitle, ee as Checkbox, te as Combobox, ne as ComboboxChip, re as ComboboxChips, ie as ComboboxChipsInput, ae as ComboboxCollection, oe as ComboboxContent, se as ComboboxEmpty, ce as ComboboxGroup, le as ComboboxInput, ue as ComboboxItem, de as ComboboxLabel, fe as ComboboxList, pe as ComboboxSeparator, me as ComboboxTrigger, he as ComboboxValue, Se as Command, Ce as CommandDialog, we as CommandEmpty, Te as CommandGroup, Ee as CommandInput, De as CommandItem, Oe as CommandList, ke as CommandSeparator, Ae as CommandShortcut, f as Dialog, p as DialogClose, m as DialogContent, h as DialogDescription, g as DialogFooter, _ as DialogHeader, v as DialogOverlay, y as DialogPortal, b as DialogTitle, x as DialogTrigger, M as Field, N as FieldContent, P as FieldDescription, F as FieldError, I as FieldGroup, L as FieldLabel, R as FieldLegend, z as FieldSeparator, B as FieldSet, V as FieldTitle, Ye as IconButton, H as Input, J as InputGroup, Y as InputGroupAddon, X as InputGroupButton, Z as InputGroupInput, Q as InputGroupText, $ as InputGroupTextarea, A as Label, je as Popover, Me as PopoverAnchor, Ne as PopoverContent, Pe as PopoverTrigger, n as Select, r as SelectContent, i as SelectGroup, a as SelectItem, o as SelectLabel, s as SelectScrollDownButton, c as SelectScrollUpButton, l as SelectSeparator, u as SelectTrigger, d as SelectValue, j as Separator, Xe as Sheet, Ze as SheetClose, Qe as SheetContent, $e as SheetDescription, et as SheetFooter, tt as SheetHeader, nt as SheetTitle, rt as SheetTrigger, at as Sidebar, ot as SidebarContent, st as SidebarFooter, ct as SidebarGroup, lt as SidebarGroupAction, ut as SidebarGroupContent, dt as SidebarGroupLabel, ft as SidebarHeader, pt as SidebarInput, mt as SidebarInset, ht as SidebarMenu, gt as SidebarMenuAction, _t as SidebarMenuBadge, vt as SidebarMenuButton, yt as SidebarMenuItem, bt as SidebarMenuSkeleton, xt as SidebarMenuSub, St as SidebarMenuSubButton, Ct as SidebarMenuSubItem, wt as SidebarProvider, Tt as SidebarRail, Et as SidebarSeparator, Dt as SidebarTrigger, it as Skeleton, S as Table, C as TableBody, w as TableCaption, T as TableCell, E as TableFooter, D as TableHead, O as TableHeader, k as TableRow, _e as Tabs, ve as TabsContent, ye as TabsList, be as TabsTrigger, q as Textarea, kt as Toaster, U as Tooltip, W as TooltipContent, G as TooltipProvider, K as TooltipTrigger, t as buttonVariants, xe as tabsListVariants, ge as useComboboxAnchor, Ot as useSidebar };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { cn as e } from "../lib/utils.
|
|
2
|
-
import { Button as t } from "./button.
|
|
3
|
-
import { Input as n } from "./input.
|
|
4
|
-
import { Textarea as r } from "./textarea.
|
|
1
|
+
import { cn as e } from "../lib/utils.js";
|
|
2
|
+
import { Button as t } from "./button.js";
|
|
3
|
+
import { Input as n } from "./input.js";
|
|
4
|
+
import { Textarea as r } from "./textarea.js";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
6
6
|
import "react";
|
|
7
7
|
import { cva as a } from "class-variance-authority";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { cn as e } from "../lib/utils.
|
|
2
|
-
import { Button as t } from "./button.
|
|
1
|
+
import { cn as e } from "../lib/utils.js";
|
|
2
|
+
import { Button as t } from "./button.js";
|
|
3
3
|
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import { Dialog as i } from "radix-ui";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { cn as e } from "../lib/utils.
|
|
3
|
-
import { Button as t } from "./button.
|
|
4
|
-
import { Separator as n } from "./separator.
|
|
5
|
-
import { Input as r } from "./input.
|
|
6
|
-
import { Tooltip as i, TooltipContent as a, TooltipProvider as o, TooltipTrigger as s } from "./tooltip.
|
|
7
|
-
import { useIsMobile as c } from "../hooks/use-mobile.
|
|
8
|
-
import { Sheet as l, SheetContent as u, SheetDescription as d, SheetHeader as f, SheetTitle as p } from "./sheet.
|
|
9
|
-
import { Skeleton as m } from "./skeleton.
|
|
2
|
+
import { cn as e } from "../lib/utils.js";
|
|
3
|
+
import { Button as t } from "./button.js";
|
|
4
|
+
import { Separator as n } from "./separator.js";
|
|
5
|
+
import { Input as r } from "./input.js";
|
|
6
|
+
import { Tooltip as i, TooltipContent as a, TooltipProvider as o, TooltipTrigger as s } from "./tooltip.js";
|
|
7
|
+
import { useIsMobile as c } from "../hooks/use-mobile.js";
|
|
8
|
+
import { Sheet as l, SheetContent as u, SheetDescription as d, SheetHeader as f, SheetTitle as p } from "./sheet.js";
|
|
9
|
+
import { Skeleton as m } from "./skeleton.js";
|
|
10
10
|
import { jsx as h, jsxs as g } from "react/jsx-runtime";
|
|
11
11
|
import * as _ from "react";
|
|
12
12
|
import { cva as v } from "class-variance-authority";
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darkfrost-1107/scaff-z-react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
5
5
|
"license": "CC-BY-NC-ND-4.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/shared/ui/index.cjs",
|
|
8
|
-
"module": "./dist/shared/ui/index.
|
|
8
|
+
"module": "./dist/shared/ui/index.js",
|
|
9
9
|
"types": "./dist/shared/ui/index.d.ts",
|
|
10
10
|
"exports": {
|
|
11
11
|
"./styles.css": "./dist/scaff-z-react.css",
|
|
12
12
|
"./*": {
|
|
13
|
-
"import": "./dist/*.
|
|
13
|
+
"import": "./dist/*.js",
|
|
14
14
|
"require": "./dist/*.cjs",
|
|
15
15
|
"types": "./dist/*.d.ts"
|
|
16
16
|
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { INDEXEDDB_REGISTRY as e } from "./registry.esm";
|
|
2
|
-
import { StoreBuilder as t } from "./builder.esm";
|
|
3
|
-
import { NoSqlRepository as n } from "./nosql.repo.esm";
|
|
4
|
-
import r, { INDEXEDDB_SERVICE as i } from "./indexeddb.service.esm";
|
|
5
|
-
export { e as INDEXEDDB_REGISTRY, i as INDEXEDDB_SERVICE, r as IndexedDbService, n as NoSqlRepository, t as StoreBuilder };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
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
|
/package/dist/packages/formatters/text-code/{text-coder.service.esm → text-coder.service.js}
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|