@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.
Files changed (177) hide show
  1. package/dist/app/config/{sqlite.registry.esm → sqlite.registry.js} +16 -16
  2. package/dist/modules/actions/entities/{action.entity.esm → action.entity.js} +1 -1
  3. package/dist/modules/artifacts/entities/{artifact.entity.esm → artifact.entity.js} +3 -3
  4. package/dist/modules/integrations/entities/{integration.entity.esm → integration.entity.js} +2 -2
  5. package/dist/modules/inventory/entities/{category.entity.esm → category.entity.js} +1 -1
  6. package/dist/modules/inventory/entities/{inventory-item.entity.esm → inventory-item.entity.js} +1 -1
  7. package/dist/modules/inventory/entities/{product-item.entity.esm → product-item.entity.js} +1 -1
  8. package/dist/modules/inventory/entities/{zone.entity.esm → zone.entity.js} +1 -1
  9. package/dist/modules/memberships/entities/{membership.entity.esm → membership.entity.js} +1 -1
  10. package/dist/modules/organizations/entities/{organization.entity.esm → organization.entity.js} +1 -1
  11. package/dist/modules/projects/entities/{project.entity.esm → project.entity.js} +3 -3
  12. package/dist/modules/test/entities/{experiment.entity.esm → experiment.entity.js} +1 -1
  13. package/dist/modules/tickets/entities/{ticket.entity.esm → ticket.entity.js} +1 -1
  14. package/dist/modules/tools/entities/{tool.entity.esm → tool.entity.js} +3 -3
  15. package/dist/modules/users/entities/{user.entity.esm → user.entity.js} +2 -2
  16. package/dist/packages/capacitor/{app.config.esm → app.config.js} +1 -1
  17. package/dist/packages/crypto/index.js +2 -0
  18. package/dist/packages/env/{env.manager.esm → env.manager.js} +1 -1
  19. package/dist/packages/env/index.js +2 -0
  20. package/dist/packages/formatters/qr-code/{qr.renderer.esm → qr.renderer.js} +1 -1
  21. package/dist/packages/i18n/{index.esm → index.js} +1 -1
  22. package/dist/packages/i18n/{language-toggle.esm → language-toggle.js} +3 -3
  23. package/dist/packages/indexeddb/{builder.esm → builder.js} +1 -1
  24. package/dist/packages/indexeddb/index.js +5 -0
  25. package/dist/packages/indexeddb/{indexeddb.service.esm → indexeddb.service.js} +3 -3
  26. package/dist/packages/indexeddb/{nosql.repo.esm → nosql.repo.js} +2 -2
  27. package/dist/packages/indexeddb/{nosql.repo.service.esm → nosql.repo.service.js} +3 -3
  28. package/dist/packages/logger/index.js +3 -0
  29. package/dist/packages/logger/{logger.esm → logger.js} +1 -1
  30. package/dist/packages/maps/{maps.renderer.esm → maps.renderer.js} +1 -1
  31. package/dist/packages/maps/markers/{marker.factory.esm → marker.factory.js} +1 -1
  32. package/dist/packages/maps/markers/{marker.guard.esm → marker.guard.js} +2 -2
  33. package/dist/packages/nfc/{nfc.service.esm → nfc.service.js} +3 -3
  34. package/dist/packages/requests/axios/{base.service.esm → base.service.js} +1 -1
  35. package/dist/packages/scanner/{scanner.service.esm → scanner.service.js} +1 -1
  36. package/dist/packages/sheets/{index.esm → index.js} +2 -2
  37. package/dist/packages/sheets/{sheets.connector.esm → sheets.connector.js} +1 -1
  38. package/dist/packages/sheets/{sheets.service.esm → sheets.service.js} +3 -3
  39. package/dist/packages/sqlite/{repo.service.esm → repo.service.js} +3 -3
  40. package/dist/packages/sqlite/{sqlite.service.esm → sqlite.service.js} +3 -3
  41. package/dist/packages/sqlite/templates/{test.repo.service.esm → test.repo.service.js} +2 -2
  42. package/dist/packages/stores/{storage.service.esm → storage.service.js} +1 -1
  43. package/dist/packages/stores/{store.service.esm → store.service.js} +1 -1
  44. package/dist/packages/tailwind/index.cjs +1 -1
  45. package/dist/packages/tailwind/index.js +1 -0
  46. package/dist/packages/theme/{theme-provider.esm → theme-provider.js} +1 -1
  47. package/dist/packages/theme/{theme-toggle.esm → theme-toggle.js} +1 -1
  48. package/dist/packages/w3/tron/{index.esm → index.js} +3 -3
  49. package/dist/packages/w3/tron/{tron-assets.service.esm → tron-assets.service.js} +1 -1
  50. package/dist/packages/w3/tron/{tron-wallet.repo.esm → tron-wallet.repo.js} +3 -3
  51. package/dist/packages/w3/tron/{tron.service.esm → tron.service.js} +1 -1
  52. package/dist/shared/constants/connectors/{main.connector.esm → main.connector.js} +2 -2
  53. package/dist/shared/constants/services/{main.service.esm → main.service.js} +2 -2
  54. package/dist/shared/custom/actions/{back-button.action.esm → back-button.action.js} +2 -2
  55. package/dist/shared/custom/audit/{audit-view.esm → audit-view.js} +3 -3
  56. package/dist/shared/custom/confirm/{use-confirm.esm → use-confirm.js} +2 -2
  57. package/dist/shared/custom/data-table/{data-table.component.esm → data-table.component.js} +2 -2
  58. package/dist/shared/custom/flow/{flow-canvas.esm → flow-canvas.js} +2 -2
  59. package/dist/shared/custom/flow/nodes/{base.node.esm → base.node.js} +1 -1
  60. package/dist/shared/custom/form/index.js +2 -0
  61. package/dist/shared/custom/form/inputs/{async-combobox.input.esm → async-combobox.input.js} +3 -3
  62. package/dist/shared/custom/form/inputs/{async-multi-select.input.esm → async-multi-select.input.js} +6 -6
  63. package/dist/shared/custom/form/inputs/{async-select.input.esm → async-select.input.js} +3 -3
  64. package/dist/shared/custom/form/inputs/{checkbox-inline.input.esm → checkbox-inline.input.js} +4 -4
  65. package/dist/shared/custom/form/inputs/{checkbox.input.esm → checkbox.input.js} +3 -3
  66. package/dist/shared/custom/form/inputs/{code.input.esm → code.input.js} +3 -3
  67. package/dist/shared/custom/form/inputs/{color.input.esm → color.input.js} +4 -4
  68. package/dist/shared/custom/form/inputs/{combobox.input.esm → combobox.input.js} +3 -3
  69. package/dist/shared/custom/form/inputs/{date.input.esm → date.input.js} +6 -6
  70. package/dist/shared/custom/form/inputs/{email.input.esm → email.input.js} +4 -4
  71. package/dist/shared/custom/form/inputs/{file.input.esm → file.input.js} +4 -4
  72. package/dist/shared/custom/form/inputs/{image.input.esm → image.input.js} +4 -4
  73. package/dist/shared/custom/form/inputs/{list-select.input.esm → list-select.input.js} +3 -3
  74. package/dist/shared/custom/form/inputs/{secret.input.esm → secret.input.js} +4 -4
  75. package/dist/shared/custom/form/inputs/{select.input.esm → select.input.js} +3 -3
  76. package/dist/shared/custom/form/inputs/{tags.input.esm → tags.input.js} +4 -4
  77. package/dist/shared/custom/form/inputs/{text.input.esm → text.input.js} +4 -4
  78. package/dist/shared/custom/form/inputs/{textarea.input.esm → textarea.input.js} +3 -3
  79. package/dist/shared/custom/form/layout/{form-dialog-layout.esm → form-dialog-layout.js} +3 -3
  80. package/dist/shared/custom/form/layout/{form-tab-layout.esm → form-tab-layout.js} +3 -3
  81. package/dist/shared/custom/hover/{hover.esm → hover.js} +1 -1
  82. package/dist/shared/custom/layouts/{canvas-view.layout.esm → canvas-view.layout.js} +1 -1
  83. package/dist/shared/custom/layouts/{detail-tabs.layout.esm → detail-tabs.layout.js} +2 -2
  84. package/dist/shared/custom/layouts/{detail-view.layout.esm → detail-view.layout.js} +3 -3
  85. package/dist/shared/custom/layouts/{feedback.layout.esm → feedback.layout.js} +2 -2
  86. package/dist/shared/custom/layouts/{grid.layout.esm → grid.layout.js} +1 -1
  87. package/dist/shared/custom/layouts/{page-container.esm → page-container.js} +1 -1
  88. package/dist/shared/custom/ui/{icon-box.esm → icon-box.js} +1 -1
  89. package/dist/shared/custom/ui/{typography.esm → typography.js} +1 -1
  90. package/dist/shared/logic/action/{action-processor.esm → action-processor.js} +1 -1
  91. package/dist/shared/logic/guards/{builder-device.guard.esm → builder-device.guard.js} +2 -2
  92. package/dist/shared/logic/guards/{component.guard.esm → component.guard.js} +1 -1
  93. package/dist/shared/logic/guards/{context.guard.esm → context.guard.js} +1 -1
  94. package/dist/shared/logic/guards/{device-artifact.guard.esm → device-artifact.guard.js} +3 -3
  95. package/dist/shared/logic/guards/{device.guard.esm → device.guard.js} +2 -2
  96. package/dist/shared/logic/guards/{dynamic-device.guard.esm → dynamic-device.guard.js} +2 -2
  97. package/dist/shared/logic/service/{base.service.esm → base.service.js} +1 -1
  98. package/dist/shared/logic/verifiers/{device.verifier.registry.esm → device.verifier.registry.js} +2 -2
  99. package/dist/shared/logic/verifiers/{enum.verifier.esm → enum.verifier.js} +1 -1
  100. package/dist/shared/logic/verifiers/{value.verifier.esm → value.verifier.js} +1 -1
  101. package/dist/shared/ui/{badge.esm → badge.js} +1 -1
  102. package/dist/shared/ui/{breadcrumb.esm → breadcrumb.js} +1 -1
  103. package/dist/shared/ui/{button.esm → button.js} +1 -1
  104. package/dist/shared/ui/{calendar.esm → calendar.js} +2 -2
  105. package/dist/shared/ui/{card.esm → card.js} +1 -1
  106. package/dist/shared/ui/{checkbox.esm → checkbox.js} +1 -1
  107. package/dist/shared/ui/{combobox.esm → combobox.js} +3 -3
  108. package/dist/shared/ui/{command.esm → command.js} +3 -3
  109. package/dist/shared/ui/{dialog.esm → dialog.js} +2 -2
  110. package/dist/shared/ui/{field.esm → field.js} +3 -3
  111. package/dist/shared/ui/{icon-button.esm → icon-button.js} +2 -2
  112. package/dist/shared/ui/{index.esm → index.js} +23 -23
  113. package/dist/shared/ui/{input-group.esm → input-group.js} +4 -4
  114. package/dist/shared/ui/{input.esm → input.js} +1 -1
  115. package/dist/shared/ui/{label.esm → label.js} +1 -1
  116. package/dist/shared/ui/{popover.esm → popover.js} +1 -1
  117. package/dist/shared/ui/{scroll-area.esm → scroll-area.js} +1 -1
  118. package/dist/shared/ui/{select.esm → select.js} +1 -1
  119. package/dist/shared/ui/{separator.esm → separator.js} +1 -1
  120. package/dist/shared/ui/{sheet.esm → sheet.js} +2 -2
  121. package/dist/shared/ui/{sidebar.esm → sidebar.js} +8 -8
  122. package/dist/shared/ui/{skeleton.esm → skeleton.js} +1 -1
  123. package/dist/shared/ui/{table.esm → table.js} +1 -1
  124. package/dist/shared/ui/{tabs.esm → tabs.js} +1 -1
  125. package/dist/shared/ui/{textarea.esm → textarea.js} +1 -1
  126. package/dist/shared/ui/{tooltip.esm → tooltip.js} +1 -1
  127. package/package.json +3 -3
  128. package/dist/packages/crypto/index.esm +0 -2
  129. package/dist/packages/env/index.esm +0 -2
  130. package/dist/packages/indexeddb/index.esm +0 -5
  131. package/dist/packages/logger/index.esm +0 -3
  132. package/dist/packages/tailwind/index.esm +0 -1
  133. package/dist/shared/custom/form/index.esm +0 -2
  134. /package/dist/modules/users/entities/{user-role.enum.esm → user-role.enum.js} +0 -0
  135. /package/dist/packages/crypto/{crypto.service.esm → crypto.service.js} +0 -0
  136. /package/dist/packages/dnd/{dnd.provider.esm → dnd.provider.js} +0 -0
  137. /package/dist/packages/dnd/{draggeable.esm → draggeable.js} +0 -0
  138. /package/dist/packages/dnd/{droppable.esm → droppable.js} +0 -0
  139. /package/dist/packages/dnd/{droppeable.esm → droppeable.js} +0 -0
  140. /package/dist/packages/dnd/{sortable.esm → sortable.js} +0 -0
  141. /package/dist/packages/flow/{flow.renderer.esm → flow.renderer.js} +0 -0
  142. /package/dist/packages/flow/{flow.types.esm → flow.types.js} +0 -0
  143. /package/dist/packages/formatters/qr-code/{qr.encoder.service.esm → qr.encoder.service.js} +0 -0
  144. /package/dist/packages/formatters/text-code/{text-coder.service.esm → text-coder.service.js} +0 -0
  145. /package/dist/packages/indexeddb/{registry.esm → registry.js} +0 -0
  146. /package/dist/packages/indexeddb/{types.esm → types.js} +0 -0
  147. /package/dist/packages/logger/{registry.esm → registry.js} +0 -0
  148. /package/dist/packages/maps/{deckgl-overlay.esm → deckgl-overlay.js} +0 -0
  149. /package/dist/packages/maps/markers/{markers.meta.esm → markers.meta.js} +0 -0
  150. /package/dist/packages/maps/styles/{dark.style.esm → dark.style.js} +0 -0
  151. /package/dist/packages/requests/axios/{base.connector.esm → base.connector.js} +0 -0
  152. /package/dist/packages/requests/axios/{interceptor.builder.esm → interceptor.builder.js} +0 -0
  153. /package/dist/packages/router/{build.router.esm → build.router.js} +0 -0
  154. /package/dist/packages/router/{route.builder.esm → route.builder.js} +0 -0
  155. /package/dist/packages/scanner/{scanner.formats.esm → scanner.formats.js} +0 -0
  156. /package/dist/packages/sqlite/base/{base.entity.esm → base.entity.js} +0 -0
  157. /package/dist/packages/sqlite/templates/{test.entity.esm → test.entity.js} +0 -0
  158. /package/dist/packages/stores/{store.hook.esm → store.hook.js} +0 -0
  159. /package/dist/packages/theme/{theme-builder.esm → theme-builder.js} +0 -0
  160. /package/dist/packages/w3/tron/{tron-wallet.entity.esm → tron-wallet.entity.js} +0 -0
  161. /package/dist/packages/w3/tron/{tron.types.esm → tron.types.js} +0 -0
  162. /package/dist/shared/assets/{social-icons.esm → social-icons.js} +0 -0
  163. /package/dist/shared/contracts/{repository.contract.esm → repository.contract.js} +0 -0
  164. /package/dist/shared/custom/data-table/{data-table.provider.esm → data-table.provider.js} +0 -0
  165. /package/dist/shared/custom/form/{form.component.esm → form.component.js} +0 -0
  166. /package/dist/shared/hooks/{use-device.esm → use-device.js} +0 -0
  167. /package/dist/shared/hooks/{use-i18n.esm → use-i18n.js} +0 -0
  168. /package/dist/shared/hooks/{use-mobile.esm → use-mobile.js} +0 -0
  169. /package/dist/shared/lib/{utils.esm → utils.js} +0 -0
  170. /package/dist/shared/logic/components/{components.registry.esm → components.registry.js} +0 -0
  171. /package/dist/shared/logic/events/{startable.esm → startable.js} +0 -0
  172. /package/dist/shared/logic/events/{use-on-start.hook.esm → use-on-start.hook.js} +0 -0
  173. /package/dist/shared/logic/factory/{component.factory.esm → component.factory.js} +0 -0
  174. /package/dist/shared/logic/guards/{guard.esm → guard.js} +0 -0
  175. /package/dist/shared/logic/verifiers/{context.verifier.esm → context.verifier.js} +0 -0
  176. /package/dist/shared/ui/custom/{dynamic-icon.esm → dynamic-icon.js} +0 -0
  177. /package/dist/shared/ui/{sonner.esm → sonner.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
3
  import "react";
4
4
  import { ScrollArea as r } from "radix-ui";
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
3
  import "react";
4
4
  import { Select as r } from "radix-ui";
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  import "react";
4
4
  import { Separator as n } from "radix-ui";
@@ -1,5 +1,5 @@
1
- import { cn as e } from "../lib/utils.esm";
2
- import { Button as t } from "./button.esm";
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.esm";
3
- import { Button as t } from "./button.esm";
4
- import { Separator as n } from "./separator.esm";
5
- import { Input as r } from "./input.esm";
6
- import { Tooltip as i, TooltipContent as a, TooltipProvider as o, TooltipTrigger as s } from "./tooltip.esm";
7
- import { useIsMobile as c } from "../hooks/use-mobile.esm";
8
- import { Sheet as l, SheetContent as u, SheetDescription as d, SheetHeader as f, SheetTitle as p } from "./sheet.esm";
9
- import { Skeleton as m } from "./skeleton.esm";
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";
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  //#region src/shared/ui/skeleton.tsx
4
4
  function n({ className: n, ...r }) {
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  import "react";
4
4
  //#region src/shared/ui/table.tsx
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  import "react";
4
4
  import { cva as n } from "class-variance-authority";
@@ -1,4 +1,4 @@
1
- import { cn as e } from "../lib/utils.esm";
1
+ import { cn as e } from "../lib/utils.js";
2
2
  import { jsx as t } from "react/jsx-runtime";
3
3
  import "react";
4
4
  //#region src/shared/ui/textarea.tsx
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { cn as e } from "../lib/utils.esm";
2
+ import { cn as e } from "../lib/utils.js";
3
3
  import { jsx as t, jsxs as n } from "react/jsx-runtime";
4
4
  import "react";
5
5
  import { Tooltip as r } from "radix-ui";
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.8",
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.esm",
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/*.esm",
13
+ "import": "./dist/*.js",
14
14
  "require": "./dist/*.cjs",
15
15
  "types": "./dist/*.d.ts"
16
16
  }
@@ -1,2 +0,0 @@
1
- import { CryptoService as e } from "./crypto.service.esm";
2
- export { e as CryptoService };
@@ -1,2 +0,0 @@
1
- import { ENV_MANAGER as e } from "./env.manager.esm";
2
- export { e as ENV_MANAGER };
@@ -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,3 +0,0 @@
1
- import { TRACE_REGISTRY as e } from "./registry.esm";
2
- import { GLOBAL_LOGGER as t, Logger as n } from "./logger.esm";
3
- export { t as GLOBAL_LOGGER, n as Logger, e as TRACE_REGISTRY };
@@ -1 +0,0 @@
1
- /* empty css */
@@ -1,2 +0,0 @@
1
- import { FormComponent as e } from "./form.component.esm";
2
- export { e as FormComponent };
File without changes
File without changes
File without changes
File without changes
File without changes