@donotdev/crud 0.0.30 → 0.1.0

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 (94) hide show
  1. package/LICENSE.md +3 -3
  2. package/dist/CrudService.d.ts +4 -4
  3. package/dist/CrudStore.d.ts +1 -1
  4. package/dist/FieldRegistry.d.ts +1 -1
  5. package/dist/FieldRegistry.d.ts.map +1 -1
  6. package/dist/adapters/FunctionsAdapter.d.ts +3 -3
  7. package/dist/adapters/FunctionsAdapter.d.ts.map +1 -1
  8. package/dist/adapters/index.d.ts +1 -1
  9. package/dist/builtinFieldTypes.d.ts +1 -1
  10. package/dist/components/CrudCard.d.ts.map +1 -1
  11. package/dist/components/CrudCard.js +1 -1
  12. package/dist/components/DisplayFieldRenderer.d.ts +1 -1
  13. package/dist/components/DisplayThumbnail.d.ts +1 -1
  14. package/dist/components/FormLayout.d.ts +1 -1
  15. package/dist/components/fields/display/AvatarFieldDisplay.d.ts +1 -1
  16. package/dist/components/fields/display/BadgeFieldDisplay.d.ts +1 -1
  17. package/dist/components/fields/display/ButtonFieldDisplay.d.ts +2 -2
  18. package/dist/components/fields/display/CheckboxFieldDisplay.d.ts +1 -1
  19. package/dist/components/fields/display/DateFieldDisplay.d.ts +1 -1
  20. package/dist/components/fields/display/DropdownDisplay.d.ts +1 -1
  21. package/dist/components/fields/display/FileFieldDisplay.d.ts +1 -1
  22. package/dist/components/fields/display/GeoPointFieldDisplay.d.ts +1 -1
  23. package/dist/components/fields/display/HiddenFieldDisplay.d.ts +2 -2
  24. package/dist/components/fields/display/ImageFieldDisplay.d.ts +1 -1
  25. package/dist/components/fields/display/LinkFieldDisplay.d.ts +1 -1
  26. package/dist/components/fields/display/MapFieldDisplay.d.ts +1 -1
  27. package/dist/components/fields/display/MultiDropdownDisplay.d.ts +1 -1
  28. package/dist/components/fields/display/MultiInputTextFieldDisplay.d.ts +1 -1
  29. package/dist/components/fields/display/NumberFieldDisplay.d.ts +1 -1
  30. package/dist/components/fields/display/PasswordFieldDisplay.d.ts +1 -1
  31. package/dist/components/fields/display/PhoneNumberDisplay.d.ts +1 -1
  32. package/dist/components/fields/display/RadioFieldDisplay.d.ts +1 -1
  33. package/dist/components/fields/display/RangeFieldDisplay.d.ts +1 -1
  34. package/dist/components/fields/display/ReferenceFieldDisplay.d.ts +1 -1
  35. package/dist/components/fields/display/RichTextDisplay.d.ts +1 -1
  36. package/dist/components/fields/display/TextAreaDisplay.d.ts +1 -1
  37. package/dist/components/fields/display/TextFieldDisplay.d.ts +1 -1
  38. package/dist/components/fields/display/TimestampFieldDisplay.d.ts +1 -1
  39. package/dist/components/fields/display/index.d.ts +1 -1
  40. package/dist/components/form/fields/AvatarFieldComponent.d.ts +2 -2
  41. package/dist/components/form/fields/BadgeFieldComponent.d.ts +2 -2
  42. package/dist/components/form/fields/CheckboxFieldComponent.d.ts +1 -1
  43. package/dist/components/form/fields/ComboboxComponent.d.ts +1 -1
  44. package/dist/components/form/fields/CurrencyFieldComponent.d.ts +1 -1
  45. package/dist/components/form/fields/DateFieldComponent.d.ts +1 -1
  46. package/dist/components/form/fields/DropdownComponent.d.ts +1 -1
  47. package/dist/components/form/fields/GdprConsentFieldComponent.d.ts +1 -1
  48. package/dist/components/form/fields/GeoPointFieldComponent.d.ts +1 -1
  49. package/dist/components/form/fields/HiddenFieldComponent.d.ts +1 -1
  50. package/dist/components/form/fields/MultiDropdownComponent.d.ts +1 -1
  51. package/dist/components/form/fields/NumberFieldComponent.d.ts +1 -1
  52. package/dist/components/form/fields/PasswordFieldComponent.d.ts +1 -1
  53. package/dist/components/form/fields/PhoneNumberComponent.d.ts +1 -1
  54. package/dist/components/form/fields/RangeFieldComponent.d.ts +1 -1
  55. package/dist/components/form/fields/RatingFieldComponent.d.ts +1 -1
  56. package/dist/components/form/fields/RichTextComponent.d.ts +1 -1
  57. package/dist/components/form/fields/SwitchFieldComponent.d.ts +1 -1
  58. package/dist/components/form/fields/TextAreaComponent.d.ts +1 -1
  59. package/dist/components/form/fields/TextFieldComponent.d.ts +2 -2
  60. package/dist/components/form/fields/index.d.ts +1 -1
  61. package/dist/components/form/fields/internal/TiptapEditor.d.ts +1 -1
  62. package/dist/components/form/fields/types.d.ts +1 -1
  63. package/dist/components/form/index.d.ts +1 -1
  64. package/dist/components/index.d.ts +1 -1
  65. package/dist/fieldTypeRegistry.d.ts.map +1 -1
  66. package/dist/fieldTypeRegistry.types.d.ts.map +1 -1
  67. package/dist/forms/hooks/index.d.ts +1 -1
  68. package/dist/forms/hooks/useEntityField.d.ts +1 -1
  69. package/dist/forms/hooks/useEntityForm.d.ts.map +1 -1
  70. package/dist/forms/index.d.ts +1 -1
  71. package/dist/forms/types.d.ts +7 -7
  72. package/dist/forms/utils/getFieldsForOperation.d.ts +2 -2
  73. package/dist/forms/utils/index.d.ts +1 -1
  74. package/dist/forms/utils/isFieldEditable.d.ts +1 -1
  75. package/dist/forms/utils/translateFieldLabel.d.ts +3 -3
  76. package/dist/forms/utils/validateEntity.d.ts +1 -1
  77. package/dist/index.d.ts +1 -1
  78. package/dist/stores/index.d.ts +1 -1
  79. package/dist/tsconfig.tsbuildinfo +1 -1
  80. package/dist/types.d.ts +4 -4
  81. package/dist/utils/clientListProcessing.d.ts +1 -1
  82. package/dist/utils/collections.d.ts +6 -6
  83. package/dist/utils/imageProcessing.d.ts +1 -1
  84. package/dist/utils/imageUtils.d.ts +1 -1
  85. package/dist/utils/imageUtils.js +1 -1
  86. package/dist/utils/matchesFilter.d.ts.map +1 -1
  87. package/dist/utils/sanitizeHtml.d.ts +0 -5
  88. package/dist/utils/sanitizeHtml.d.ts.map +1 -1
  89. package/dist/utils/sanitizeHtml.js +1 -1
  90. package/dist/utils/uploadValidation.d.ts +1 -1
  91. package/dist/workflows/WorkflowPersistence.d.ts +1 -1
  92. package/dist/workflows/defineWorkflow.d.ts +1 -1
  93. package/dist/workflows/index.d.ts +1 -1
  94. package/package.json +3 -3
package/LICENSE.md CHANGED
@@ -8,7 +8,7 @@ Copyright © 2025 Ambroise Park Consulting. All rights reserved.
8
8
 
9
9
  ## 1. DEFINITIONS
10
10
 
11
- **1.1 "Framework"** means the DoNotDev commercial software packages (excluding @donotdev/cli and @donotdev/components, which are free), including all compiled JavaScript files, TypeScript definition files, and associated documentation.
11
+ **1.1 "Framework"** means the DoNotDev commercial software packages (excluding @donotdev/cli, @donotdev/components, @donotdev/expo, and @donotdev/templates, which are licensed under MIT), including all compiled JavaScript files, TypeScript definition files, and associated documentation.
12
12
 
13
13
  **1.2 "License Key"** means the unique alphanumeric key provided to you upon purchase, required to suppress watermarks and unlock full Framework functionality.
14
14
 
@@ -231,12 +231,12 @@ Ambroise Park Consulting has no obligation to provide support, updates, or maint
231
231
 
232
232
  Questions about licensing or compliance:
233
233
 
234
- **Email:** mooti.web.app@gmail.com
234
+ **Email:** contact@donotdev.com
235
235
  **Website:** donotdev.com
236
236
 
237
237
  ---
238
238
 
239
239
  **END OF LICENSE AGREEMENT**
240
240
 
241
- **DoNotDev Framework License v2.0**
241
+ **DoNotDev Framework License v1.0**
242
242
  Ambroise Park Consulting – 2025
@@ -4,7 +4,7 @@ export type { CacheOptions };
4
4
  /**
5
5
  * Complete CRUD orchestrator with TanStack Query caching
6
6
  *
7
- * @version 0.0.4
7
+ * @version 0.1.0
8
8
  * @since 0.0.1
9
9
  * @author AMBROISE PARK Consulting
10
10
  */
@@ -34,7 +34,7 @@ declare class CrudService implements CrudServiceInterface {
34
34
  * getCrudService().setSecurity(security);
35
35
  * ```
36
36
  *
37
- * @version 0.0.1
37
+ * @version 0.1.0
38
38
  * @since 0.0.1
39
39
  */
40
40
  setSecurity(security: SecurityContext): void;
@@ -46,7 +46,7 @@ declare class CrudService implements CrudServiceInterface {
46
46
  * onAuthStateChanged((user) => getCrudService().setCurrentUser(user?.id ?? null));
47
47
  * ```
48
48
  *
49
- * @version 0.0.1
49
+ * @version 0.1.0
50
50
  * @since 0.0.1
51
51
  */
52
52
  setCurrentUser(userId: string | null): void;
@@ -169,7 +169,7 @@ declare class CrudService implements CrudServiceInterface {
169
169
  /**
170
170
  * Get or create CrudService singleton instance
171
171
  *
172
- * @version 0.0.1
172
+ * @version 0.1.0
173
173
  * @since 0.0.1
174
174
  * @author AMBROISE PARK Consulting
175
175
  */
@@ -2,7 +2,7 @@ import type { CrudState, CrudActions } from './types';
2
2
  /**
3
3
  * CRUD store hook for accessing CRUD state and actions
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview Field Type Registry
3
3
  * @description UI component registry for field types. Schemas handled by @donotdev/core.
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -1 +1 @@
1
- {"version":3,"file":"FieldRegistry.d.ts","sourceRoot":"","sources":["../src/FieldRegistry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FieldRegistry.d.ts","sourceRoot":"","sources":["../src/FieldRegistry.ts"],"names":[],"mappings":"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"}
@@ -9,7 +9,7 @@
9
9
  * - Audit logs and metadata
10
10
  * - Rate limiting
11
11
  *
12
- * @version 0.0.1
12
+ * @version 0.1.0
13
13
  * @since 0.0.1
14
14
  * @author AMBROISE PARK Consulting
15
15
  */
@@ -17,7 +17,7 @@ import type { dndevSchema, ICrudAdapter, ListSchemaType, PaginatedQueryResult }
17
17
  /**
18
18
  * Query options for Functions queries
19
19
  *
20
- * @version 0.0.1
20
+ * @version 0.1.0
21
21
  * @since 0.0.1
22
22
  * @author AMBROISE PARK Consulting
23
23
  */
@@ -43,7 +43,7 @@ export interface FunctionsQueryOptions {
43
43
  *
44
44
  * All backends go through ICallableProvider. If none configured, falls back to FirebaseCallableProvider.
45
45
  *
46
- * @version 0.0.1
46
+ * @version 0.1.0
47
47
  * @since 0.0.1
48
48
  * @author AMBROISE PARK Consulting
49
49
  */
@@ -1 +1 @@
1
- {"version":3,"file":"FunctionsAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/FunctionsAdapter.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,WAAW,EAEX,YAAY,EACZ,cAAc,EACd,oBAAoB,EACrB,MAAM,gBAAgB,CAAC;AAQxB;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IACnE,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yFAAyF;IACzF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;;;GAUG;AACH,qBAAa,gBAAiB,YAAW,YAAY;IACnD,QAAQ,CAAC,cAAc,QAAQ;IAE/B;;;OAGG;IACH,OAAO,CAAC,WAAW;IAInB;;OAEG;YACW,aAAa;IASrB,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,GAC3B,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IAgBd,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,CAAC,EACP,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GACrB,OAAO,CAAC,IAAI,CAAC;IAaV,MAAM,CAAC,CAAC,EACZ,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,GACf,OAAO,CAAC,IAAI,CAAC;IAmBV,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAkBzD,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,IAAI,EAAE,CAAC,EACP,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GACrB,OAAO,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC;IAwBnD,KAAK,CAAC,CAAC,EACX,cAAc,EAAE,MAAM,EACtB,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,EAC5B,UAAU,GAAE,cAAsC,GACjD,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC;IAqEnC,SAAS,CAAC,CAAC,KAAK,MAAM,IAAI;IAS1B,qBAAqB,CAAC,CAAC,KAAK,MAAM,IAAI;CAQvC"}
1
+ {"version":3,"file":"FunctionsAdapter.d.ts","sourceRoot":"","sources":["../../src/adapters/FunctionsAdapter.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EACV,WAAW,EAEX,YAAY,EACZ,cAAc,EACd,oBAAoB,EACrB,MAAM,gBAAgB,CAAC;AAIxB;;;;;;GAMG;AACH,MAAM,WAAW,qBAAqB;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IACnE,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yFAAyF;IACzF,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;;;;;GAUG;AACH,qBAAa,gBAAiB,YAAW,YAAY;IACnD,QAAQ,CAAC,cAAc,QAAQ;IAE/B;;;OAGG;IACH,OAAO,CAAC,WAAW;IAInB;;OAEG;YACW,aAAa;IASrB,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,GAC3B,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC;IAgBd,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,CAAC,EACP,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GACrB,OAAO,CAAC,IAAI,CAAC;IAaV,MAAM,CAAC,CAAC,EACZ,cAAc,EAAE,MAAM,EACtB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,GACf,OAAO,CAAC,IAAI,CAAC;IAmBV,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAkBzD,GAAG,CAAC,CAAC,EACT,cAAc,EAAE,MAAM,EACtB,IAAI,EAAE,CAAC,EACP,MAAM,EAAE,WAAW,CAAC,CAAC,CAAC,GACrB,OAAO,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC;IAwBnD,KAAK,CAAC,CAAC,EACX,cAAc,EAAE,MAAM,EACtB,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,EAC5B,UAAU,GAAE,cAAsC,GACjD,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC,CAAC;IAqEnC,SAAS,CAAC,CAAC,KAAK,MAAM,IAAI;IAS1B,qBAAqB,CAAC,CAAC,KAAK,MAAM,IAAI;CAQvC"}
@@ -2,7 +2,7 @@
2
2
  * @fileoverview CRUD adapters
3
3
  * @description Backend adapters for CRUD operations
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * For custom field types, use `registerFieldType()` from `@donotdev/crud`.
13
13
  *
14
- * @version 0.0.3
14
+ * @version 0.1.0
15
15
  * @since 0.0.1
16
16
  * @author AMBROISE PARK Consulting
17
17
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CrudCard.d.ts","sourceRoot":"","sources":["../../src/components/CrudCard.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,aAAa,EAA2B,MAAM,gBAAgB,CAAC;AA4C7E;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,MAAM,EACN,OAAO,EACP,WAAW,EAAE,eAAe,EAC5B,cAAc,EAAE,kBAAkB,EAClC,aAAa,EAAE,iBAAiB,EAChC,YAAY,EAAE,gBAAgB,EAC9B,UAAkB,EAClB,aAAa,EACb,SAAS,GACV,EAAE,aAAa,2CAqMf;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"CrudCard.d.ts","sourceRoot":"","sources":["../../src/components/CrudCard.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,aAAa,EAA2B,MAAM,gBAAgB,CAAC;AA4C7E;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,EACvB,IAAI,EACJ,MAAM,EACN,OAAO,EACP,WAAW,EAAE,eAAe,EAC5B,cAAc,EAAE,kBAAkB,EAClC,aAAa,EAAE,iBAAiB,EAChC,YAAY,EAAE,gBAAgB,EAC9B,UAAkB,EAClB,aAAa,EACb,SAAS,GACV,EAAE,aAAa,2CA4Lf;AAED,eAAe,QAAQ,CAAC"}
@@ -1 +1 @@
1
- import{jsx as i,jsxs as A}from"react/jsx-runtime";import{Trash2 as E}from"lucide-react";import{useMemo as F}from"react";import{Card as G,Stack as L,Text as B,ActionButton as H}from"@donotdev/components";import{useTranslation as R,getListCardFieldNames as J}from"@donotdev/core";import{formatValue as v}from"./DisplayFieldRenderer";import{DisplayThumbnail as y}from"./DisplayThumbnail";import{translateFieldLabel as K}from"../forms/utils/translateFieldLabel";import{useCrud as O}from"../useCrud";function u(t){return t==="image"||t==="images"}function Q(t){return F(()=>{const e=t.listCardFields;if(e&&!Array.isArray(e)){const o=e;return{titleFields:o.title??[],subtitleFields:o.subtitle??[],contentFields:o.content??[],footerFields:o.footer??[]}}const p=J(t),g=p.filter(o=>!u(t.fields[o]?.type)),x=p.filter(o=>u(t.fields[o]?.type)),C=g.length>0?[g[0]]:[],S=[...g.slice(1,4),...x];return{titleFields:C,subtitleFields:[],contentFields:S,footerFields:[]}},[t])}function U({item:t,entity:e,onClick:p,titleFields:g,subtitleFields:x,contentFields:C,footerFields:S,showDelete:o=!1,renderActions:D,className:M}){const{t:n}=R([e.namespace,"crud"]),{t:m}=R("crud"),b=Q(e),T=g??b.titleFields,I=x??b.subtitleFields,j=C??b.contentFields,h=S??b.footerFields,V=F(()=>{if(!T?.length)return t.id??"";const c=T.filter(l=>typeof l=="string").filter(l=>!u(e.fields[l]?.type)).map(l=>{const s=e.fields[l],a=t[l],f=s?v(a,s,n,{compact:!0,asString:!0}):a;return typeof f=="string"?f:String(f??"")}).filter(Boolean),r=!Array.isArray(e.listCardFields)&&e.listCardFields?.titleSeparator!=null?e.listCardFields.titleSeparator:" ";return c.join(r)||String(t.id??"")},[t,e.fields,T,e.listCardFields,n]),P=F(()=>I?.length&&I.filter(r=>typeof r=="string").filter(r=>!u(e.fields[r]?.type)).map(r=>{const l=e.fields[r],s=t[r],a=l?v(s,l,n,{compact:!0,asString:!0}):s;return typeof a=="string"?a:String(a??"")}).filter(Boolean).join(" ")||void 0,[t,e.fields,I,n]),_=F(()=>{if(!j?.length)return null;const c=j.map(r=>{const l=e.fields[r];if(!l)return null;if(u(l.type)){const s=t[r];return s==null?null:i(y,{pictures:s,alt:String(V),aspectRatio:"16/9"},r)}return A("div",{children:[i(B,{level:"small",variant:"muted",children:K(r,l,n)}),i(B,{children:v(t[r],l,n,{compact:!0})})]},r)}).filter(Boolean);return c.length>0?i(L,{direction:"column",gap:"tight",children:c}):null},[t,e.fields,j,V,n]),z=F(()=>{if(!h?.length)return;if(h.some(r=>u(e.fields[r]?.type))){const r=h.map(l=>{const s=e.fields[l];if(!s)return null;if(u(s.type)){const f=t[l];return f==null?null:i(y,{pictures:f,alt:"",aspectRatio:"1"},l)}const a=v(t[l],s,n,{compact:!0});return i("span",{children:a},l)});return i(L,{direction:"row",gap:"tight",align:"center",children:r.filter(Boolean)})}const c=h.map(r=>{const l=e.fields[r];return l?v(t[r],l,n,{compact:!0}):t[r]});return i(B,{level:"small",children:c.join(" \xB7 ")})},[t,e.fields,h,n]),q=O(e).delete,w=i(G,{title:String(V??""),subtitle:P,content:_??void 0,footer:z,clickable:!0,elevated:!0,onClick:p?()=>p(t.id):void 0,className:M}),k=D||o?A("div",{style:{position:"absolute",top:"var(--gap-sm)",right:"var(--gap-sm)",zIndex:10,display:"flex",alignItems:"flex-start",gap:"var(--gap-xs)"},onClick:d=>d.stopPropagation(),onMouseDown:d=>d.stopPropagation(),children:[D,o&&i(H,{action:async()=>{await q(t.id)},confirmText:m("delete.confirm",{defaultValue:"Are you sure you want to delete this item?"}),confirmTitle:m("delete.title",{defaultValue:"Delete Item"}),loadingText:m("delete.loading",{defaultValue:"Deleting..."}),variant:"destructive",icon:E,"aria-label":m("delete",{defaultValue:"Delete"}),children:m("delete",{defaultValue:"Delete"})})]}):null;return k?A("div",{style:{position:"relative",height:"100%"},children:[w,k]}):w}var lt=U;export{U as CrudCard,lt as default};
1
+ import{jsx as i,jsxs as D}from"react/jsx-runtime";import{Trash2 as E}from"lucide-react";import{useMemo as h}from"react";import{Card as q,Stack as w,Text as A,ActionButton as G}from"@donotdev/components";import{useTranslation as k,getListCardFieldNames as H}from"@donotdev/core";import{formatValue as v}from"./DisplayFieldRenderer";import{DisplayThumbnail as L}from"./DisplayThumbnail";import{translateFieldLabel as J}from"../forms/utils/translateFieldLabel";import{useCrud as K}from"../useCrud";function u(e){return e==="image"||e==="images"}function O(e){return h(()=>{const t=e.listCardFields;if(t&&!Array.isArray(t)){const o=t;return{titleFields:o.title??[],subtitleFields:o.subtitle??[],contentFields:o.content??[],footerFields:o.footer??[]}}const p=H(e),g=p.filter(o=>!u(e.fields[o]?.type)),x=p.filter(o=>u(e.fields[o]?.type)),C=g.length>0?[g[0]]:[],S=[...g.slice(1,4),...x];return{titleFields:C,subtitleFields:[],contentFields:S,footerFields:[]}},[e])}function Q({item:e,entity:t,onClick:p,titleFields:g,subtitleFields:x,contentFields:C,footerFields:S,showDelete:o=!1,renderActions:B,className:R}){const{t:n}=k([t.namespace,"crud"]),{t:m}=k("crud"),b=O(t),I=g??b.titleFields,T=x??b.subtitleFields,j=C??b.contentFields,F=S??b.footerFields,V=h(()=>{if(!I?.length)return e.id??"";const c=I.filter(l=>typeof l=="string").filter(l=>!u(t.fields[l]?.type)).map(l=>{const s=t.fields[l],a=e[l],f=s?v(a,s,n,{compact:!0,asString:!0}):a;return typeof f=="string"?f:String(f??"")}).filter(Boolean),r=!Array.isArray(t.listCardFields)&&t.listCardFields?.titleSeparator!=null?t.listCardFields.titleSeparator:" ";return c.join(r)||String(e.id??"")},[e,t.fields,I,t.listCardFields,n]),M=h(()=>T?.length&&T.filter(r=>typeof r=="string").filter(r=>!u(t.fields[r]?.type)).map(r=>{const l=t.fields[r],s=e[r],a=l?v(s,l,n,{compact:!0,asString:!0}):s;return typeof a=="string"?a:String(a??"")}).filter(Boolean).join(" ")||void 0,[e,t.fields,T,n]),P=h(()=>{if(!j?.length)return null;const c=j.map(r=>{const l=t.fields[r];if(!l)return null;if(u(l.type)){const s=e[r];return s==null?null:i(L,{pictures:s,alt:String(V),aspectRatio:"16/9"},r)}return D("div",{children:[i(A,{level:"small",variant:"muted",children:J(r,l,n)}),i(A,{children:v(e[r],l,n,{compact:!0})})]},r)}).filter(Boolean);return c.length>0?i(w,{direction:"column",gap:"tight",children:c}):null},[e,t.fields,j,V,n]),_=h(()=>{if(!F?.length)return;if(F.some(r=>u(t.fields[r]?.type))){const r=F.map(l=>{const s=t.fields[l];if(!s)return null;if(u(s.type)){const f=e[l];return f==null?null:i(L,{pictures:f,alt:"",aspectRatio:"1"},l)}const a=v(e[l],s,n,{compact:!0});return i("span",{children:a},l)});return i(w,{direction:"row",gap:"tight",align:"center",children:r.filter(Boolean)})}const c=F.map(r=>{const l=t.fields[r];return l?v(e[r],l,n,{compact:!0}):e[r]});return i(A,{level:"small",children:c.join(" \xB7 ")})},[e,t.fields,F,n]),y=K(t).delete,z=B||o?D("div",{style:{position:"absolute",top:"var(--gap-sm)",insetInlineEnd:"var(--gap-sm)",zIndex:10,display:"flex",alignItems:"flex-start",gap:"var(--gap-xs)"},onClick:d=>d.stopPropagation(),onMouseDown:d=>d.stopPropagation(),children:[B,o&&i(G,{action:async()=>{await y(e.id)},confirmText:m("delete.confirm",{defaultValue:"Are you sure you want to delete this item?"}),confirmTitle:m("delete.title",{defaultValue:"Delete Item"}),loadingText:m("delete.loading",{defaultValue:"Deleting..."}),variant:"destructive",icon:E,"aria-label":m("delete",{defaultValue:"Delete"}),children:m("delete",{defaultValue:"Delete"})})]}):null;return i(q,{title:String(V??""),subtitle:M,content:P??void 0,footer:_,clickable:!0,elevated:!0,onClick:p?()=>p(e.id):void 0,className:R,children:z})}var re=Q;export{Q as CrudCard,re as default};
@@ -31,7 +31,7 @@ export declare function formatValue(value: any, config: EntityField, t: (key: st
31
31
  * - editable: 'admin' and viewer is not admin
32
32
  * - editable: 'create-only' and viewing existing record
33
33
  *
34
- * @version 0.0.1
34
+ * @version 0.1.0
35
35
  * @since 0.0.1
36
36
  * @author AMBROISE PARK Consulting
37
37
  */
@@ -3,7 +3,7 @@
3
3
  * @description Renders the thumbnail of the first picture (pictures[0]) for list cards and list views.
4
4
  * Normalizes string (backend-optimized thumbUrl), single Picture, or Picture[].
5
5
  *
6
- * @version 0.0.1
6
+ * @version 0.1.0
7
7
  * @since 0.0.1
8
8
  * @author AMBROISE PARK Consulting
9
9
  */
@@ -35,7 +35,7 @@ export interface FormDnDevLayoutProps<T extends FieldValues> {
35
35
  * - ARIA compliance
36
36
  * - Multiple variants
37
37
  *
38
- * @version 0.0.1
38
+ * @version 0.1.0
39
39
  * @since 0.0.1
40
40
  * @author AMBROISE PARK Consulting
41
41
  * - Action buttons
@@ -14,7 +14,7 @@ export interface AvatarFieldDisplayProps {
14
14
  /**
15
15
  * AvatarFieldDisplay - Displays image values as avatars
16
16
  *
17
- * @version 0.0.1
17
+ * @version 0.1.0
18
18
  * @since 0.0.1
19
19
  * @author AMBROISE PARK Consulting
20
20
  */
@@ -12,7 +12,7 @@ export interface BadgeFieldDisplayProps {
12
12
  /**
13
13
  * BadgeFieldDisplay - Displays boolean/select values as badges
14
14
  *
15
- * @version 0.0.1
15
+ * @version 0.1.0
16
16
  * @since 0.0.1
17
17
  * @author AMBROISE PARK Consulting
18
18
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview ButtonFieldDisplay component
3
3
  * @description Button fields are not displayed in read-only mode
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -20,7 +20,7 @@ export interface ButtonFieldDisplayProps {
20
20
  /**
21
21
  * ButtonFieldDisplay - Button fields are not displayed in read-only mode
22
22
  *
23
- * @version 0.0.1
23
+ * @version 0.1.0
24
24
  * @since 0.0.1
25
25
  * @author AMBROISE PARK Consulting
26
26
  */
@@ -12,7 +12,7 @@ export interface CheckboxFieldDisplayProps {
12
12
  /**
13
13
  * CheckboxFieldDisplay - Displays checkbox/boolean values as badges
14
14
  *
15
- * @version 0.0.1
15
+ * @version 0.1.0
16
16
  * @since 0.0.1
17
17
  * @author AMBROISE PARK Consulting
18
18
  */
@@ -15,7 +15,7 @@ export interface DateFieldDisplayProps {
15
15
  /**
16
16
  * DateFieldDisplay - Displays date values in read-only mode
17
17
  *
18
- * @version 0.0.1
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  */
@@ -12,7 +12,7 @@ export interface DropdownDisplayProps {
12
12
  /**
13
13
  * DropdownDisplay - Displays select values as badges
14
14
  *
15
- * @version 0.0.1
15
+ * @version 0.1.0
16
16
  * @since 0.0.1
17
17
  * @author AMBROISE PARK Consulting
18
18
  */
@@ -12,7 +12,7 @@ export interface FileFieldDisplayProps {
12
12
  /**
13
13
  * FileFieldDisplay - Displays file values in read-only mode
14
14
  *
15
- * @version 0.0.1
15
+ * @version 0.1.0
16
16
  * @since 0.0.1
17
17
  * @author AMBROISE PARK Consulting
18
18
  */
@@ -16,7 +16,7 @@ export interface GeoPointFieldDisplayProps {
16
16
  /**
17
17
  * GeoPointFieldDisplay - Displays geopoint values in read-only mode
18
18
  *
19
- * @version 0.0.1
19
+ * @version 0.1.0
20
20
  * @since 0.0.1
21
21
  * @author AMBROISE PARK Consulting
22
22
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview HiddenFieldDisplay component
3
3
  * @description Hidden fields are not displayed
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -21,7 +21,7 @@ export interface HiddenFieldDisplayProps {
21
21
  /**
22
22
  * HiddenFieldDisplay - Hidden fields are not displayed
23
23
  *
24
- * @version 0.0.1
24
+ * @version 0.1.0
25
25
  * @since 0.0.1
26
26
  * @author AMBROISE PARK Consulting
27
27
  */
@@ -15,7 +15,7 @@ export interface ImageFieldDisplayProps {
15
15
  /**
16
16
  * ImageFieldDisplay - Displays image values as avatars
17
17
  *
18
- * @version 0.0.1
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  */
@@ -13,7 +13,7 @@ export interface LinkFieldDisplayProps {
13
13
  /**
14
14
  * LinkFieldDisplay - Displays URL/email/tel values as clickable links
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -16,7 +16,7 @@ export interface MapFieldDisplayProps {
16
16
  /**
17
17
  * MapFieldDisplay - Displays map values in read-only mode
18
18
  *
19
- * @version 0.0.1
19
+ * @version 0.1.0
20
20
  * @since 0.0.1
21
21
  * @author AMBROISE PARK Consulting
22
22
  */
@@ -13,7 +13,7 @@ export interface MultiDropdownDisplayProps {
13
13
  /**
14
14
  * MultiDropdownDisplay - Displays multiselect values as multiple badges
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -13,7 +13,7 @@ export interface MultiInputTextFieldDisplayProps {
13
13
  /**
14
14
  * MultiInputTextFieldDisplay - Displays array values as multiple badges
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -15,7 +15,7 @@ export interface NumberFieldDisplayProps {
15
15
  /**
16
16
  * NumberFieldDisplay - Displays number values in read-only mode
17
17
  *
18
- * @version 0.0.1
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  */
@@ -15,7 +15,7 @@ export interface PasswordFieldDisplayProps {
15
15
  /**
16
16
  * PasswordFieldDisplay - Displays password values with show/hide toggle and copy functionality
17
17
  *
18
- * @version 0.0.1
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  */
@@ -13,7 +13,7 @@ export interface PhoneNumberDisplayProps {
13
13
  /**
14
14
  * PhoneNumberDisplay - Displays phone number values as clickable links
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -13,7 +13,7 @@ export interface RadioFieldDisplayProps {
13
13
  /**
14
14
  * RadioFieldDisplay - Displays radio values as badges
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -13,7 +13,7 @@ export interface RangeFieldDisplayProps {
13
13
  /**
14
14
  * RangeFieldDisplay - Displays range values in read-only mode
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -13,7 +13,7 @@ export interface ReferenceFieldDisplayProps {
13
13
  /**
14
14
  * ReferenceFieldDisplay - Displays reference values as badges
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -16,7 +16,7 @@ export interface RichTextDisplayProps {
16
16
  * Renders HTML with styling that matches Tiptap editor output.
17
17
  * Safe to use with HTML from Tiptap (sanitized by Tiptap).
18
18
  *
19
- * @version 0.0.1
19
+ * @version 0.1.0
20
20
  * @since 0.0.1
21
21
  * @author AMBROISE PARK Consulting
22
22
  */
@@ -13,7 +13,7 @@ export interface TextAreaDisplayProps {
13
13
  /**
14
14
  * TextAreaDisplay - Displays textarea values in read-only mode
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -33,7 +33,7 @@ export interface TextFieldDisplayProps {
33
33
  * - Loading states
34
34
  * - Responsive design
35
35
  *
36
- * @version 0.0.1
36
+ * @version 0.1.0
37
37
  * @since 0.0.1
38
38
  * @author AMBROISE PARK Consulting
39
39
  */
@@ -13,7 +13,7 @@ export interface TimestampFieldDisplayProps {
13
13
  /**
14
14
  * TimestampFieldDisplay - Displays timestamp values in read-only mode
15
15
  *
16
- * @version 0.0.1
16
+ * @version 0.1.0
17
17
  * @since 0.0.1
18
18
  * @author AMBROISE PARK Consulting
19
19
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview Display field components
3
3
  * @description Read-only display components for CRUD operations
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview AvatarFieldComponent
3
3
  * @description Input field for avatar URLs with preview
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -26,7 +26,7 @@ export interface AvatarFieldComponentProps extends Omit<ComponentProps<typeof In
26
26
  /**
27
27
  * AvatarFieldComponent - Input field for avatar URLs with preview
28
28
  *
29
- * @version 0.0.1
29
+ * @version 0.1.0
30
30
  * @since 0.0.1
31
31
  * @author AMBROISE PARK Consulting
32
32
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview BadgeFieldComponent
3
3
  * @description Input field for badge text with preview
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -28,7 +28,7 @@ export interface BadgeFieldComponentProps extends Omit<ComponentProps<typeof Inp
28
28
  /**
29
29
  * BadgeFieldComponent - Input field for badge text with preview
30
30
  *
31
- * @version 0.0.1
31
+ * @version 0.1.0
32
32
  * @since 0.0.1
33
33
  * @author AMBROISE PARK Consulting
34
34
  */
@@ -12,7 +12,7 @@ export interface CheckboxFieldComponentProps {
12
12
  /**
13
13
  * CheckboxFieldComponent renders a labeled checkbox.
14
14
  *
15
- * @version 0.0.1
15
+ * @version 0.1.0
16
16
  * @since 0.0.1
17
17
  * @author AMBROISE PARK Consulting
18
18
  * @param props - CheckboxFieldComponentProps
@@ -38,7 +38,7 @@ export interface ComboboxComponentProps {
38
38
  * ComboboxComponent renders a searchable combobox with autocomplete.
39
39
  * Input + Dropdown pattern: user types in input, dropdown appears below.
40
40
  *
41
- * @version 0.0.1
41
+ * @version 0.1.0
42
42
  * @since 0.0.1
43
43
  * @author AMBROISE PARK Consulting
44
44
  * @param props - ComboboxComponentProps
@@ -24,7 +24,7 @@ export interface CurrencyFieldComponentProps {
24
24
  /**
25
25
  * Currency field with locale-aware formatting
26
26
  *
27
- * @version 0.0.1
27
+ * @version 0.1.0
28
28
  * @since 0.0.1
29
29
  * @author AMBROISE PARK Consulting
30
30
  */
@@ -21,7 +21,7 @@ export interface DateFieldComponentProps {
21
21
  /**
22
22
  * DateFieldComponent renders a date (or related) input field
23
23
  *
24
- * @version 0.0.1
24
+ * @version 0.1.0
25
25
  * @since 0.0.1
26
26
  * @author AMBROISE PARK Consulting
27
27
  */
@@ -23,7 +23,7 @@ export interface DropdownComponentProps {
23
23
  /**
24
24
  * DropdownComponent renders a styled select input.
25
25
  *
26
- * @version 0.0.1
26
+ * @version 0.1.0
27
27
  * @since 0.0.1
28
28
  * @author AMBROISE PARK Consulting
29
29
  * @param props - DropdownComponentProps
@@ -15,7 +15,7 @@ export interface GdprConsentFieldComponentProps {
15
15
  * GDPR Consent Field Component - Renders a consent checkbox with automatic label generation.
16
16
  * Opens privacy policy and terms in Sheet with iframe when links are clicked.
17
17
  *
18
- * @version 0.0.2
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  * @param props - GdprConsentFieldComponentProps
@@ -22,7 +22,7 @@ export interface GeoPointFieldComponentProps {
22
22
  /**
23
23
  * GeoPointFieldComponent renders latitude and longitude input fields
24
24
  *
25
- * @version 0.0.1
25
+ * @version 0.1.0
26
26
  * @since 0.0.1
27
27
  * @author AMBROISE PARK Consulting
28
28
  */
@@ -2,7 +2,7 @@
2
2
  * @fileoverview HiddenFieldComponent
3
3
  * @description Hidden field component for form inputs
4
4
  *
5
- * @version 0.0.1
5
+ * @version 0.1.0
6
6
  * @since 0.0.1
7
7
  * @author AMBROISE PARK Consulting
8
8
  */
@@ -25,7 +25,7 @@ export interface MultiDropdownComponentProps {
25
25
  /**
26
26
  * MultiDropdownComponent renders a multi-select dropdown field using Radix UI's Select.
27
27
  *
28
- * @version 0.0.1
28
+ * @version 0.1.0
29
29
  * @since 0.0.1
30
30
  * @author AMBROISE PARK Consulting
31
31
  * @param props - MultiDropdownComponentProps
@@ -28,7 +28,7 @@ export interface NumberFieldComponentProps {
28
28
  /**
29
29
  * NumberFieldComponent renders a styled number input with validation.
30
30
  *
31
- * @version 0.0.1
31
+ * @version 0.1.0
32
32
  * @since 0.0.1
33
33
  * @author AMBROISE PARK Consulting
34
34
  * @param props - NumberFieldComponentProps
@@ -15,7 +15,7 @@ export interface PasswordFieldComponentProps extends Omit<ComponentProps<typeof
15
15
  /**
16
16
  * PasswordFieldComponent renders a styled password input.
17
17
  *
18
- * @version 0.0.1
18
+ * @version 0.1.0
19
19
  * @since 0.0.1
20
20
  * @author AMBROISE PARK Consulting
21
21
  * @param props - PasswordFieldComponentProps