@darkfrost-1107/scaff-z-react 0.1.8 → 0.1.9
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/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,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.9",
|
|
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
|