@framework-m/desk 0.12.0 → 0.14.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 (141) hide show
  1. package/dist/auth.d.ts +18 -0
  2. package/dist/auth.d.ts.map +1 -1
  3. package/dist/components/CommandPalette.d.ts +1 -1
  4. package/dist/components/CommandPalette.d.ts.map +1 -1
  5. package/dist/components/audit/AuditTimeline.d.ts +1 -1
  6. package/dist/components/audit/AuditTimeline.d.ts.map +1 -1
  7. package/dist/components/audit/DiffViewer.d.ts +1 -1
  8. package/dist/components/audit/DiffViewer.d.ts.map +1 -1
  9. package/dist/components/breadcrumb/index.d.ts +1 -1
  10. package/dist/components/breadcrumb/index.d.ts.map +1 -1
  11. package/dist/components/correction/CorrectButton.d.ts +1 -1
  12. package/dist/components/correction/CorrectButton.d.ts.map +1 -1
  13. package/dist/components/correction/CorrectionWizard.d.ts +1 -1
  14. package/dist/components/correction/CorrectionWizard.d.ts.map +1 -1
  15. package/dist/components/feedback/AlertBanner.d.ts +1 -1
  16. package/dist/components/feedback/AlertBanner.d.ts.map +1 -1
  17. package/dist/components/feedback/ConfirmDialog.d.ts +1 -1
  18. package/dist/components/feedback/ConfirmDialog.d.ts.map +1 -1
  19. package/dist/components/feedback/QuickEditModal.d.ts +2 -1
  20. package/dist/components/feedback/QuickEditModal.d.ts.map +1 -1
  21. package/dist/components/feedback/SubmittedBanner.d.ts +1 -1
  22. package/dist/components/feedback/SubmittedBanner.d.ts.map +1 -1
  23. package/dist/components/form/AutoForm.d.ts +1 -1
  24. package/dist/components/form/AutoForm.d.ts.map +1 -1
  25. package/dist/components/form/FormBodyLayout.d.ts +1 -1
  26. package/dist/components/form/FormBodyLayout.d.ts.map +1 -1
  27. package/dist/components/form/FormToolbar.d.ts +1 -1
  28. package/dist/components/form/FormToolbar.d.ts.map +1 -1
  29. package/dist/components/form/LinkWidget.d.ts +1 -1
  30. package/dist/components/form/LinkWidget.d.ts.map +1 -1
  31. package/dist/components/form/QuickEntryForm.d.ts +1 -1
  32. package/dist/components/form/QuickEntryForm.d.ts.map +1 -1
  33. package/dist/components/form/fields/AutoField.d.ts.map +1 -1
  34. package/dist/components/form/fields/BooleanField.d.ts +1 -1
  35. package/dist/components/form/fields/BooleanField.d.ts.map +1 -1
  36. package/dist/components/form/fields/ErrorsField.d.ts +1 -1
  37. package/dist/components/form/fields/ErrorsField.d.ts.map +1 -1
  38. package/dist/components/form/fields/ListField.d.ts +1 -1
  39. package/dist/components/form/fields/ListField.d.ts.map +1 -1
  40. package/dist/components/form/fields/MultiSelectField.d.ts +1 -1
  41. package/dist/components/form/fields/MultiSelectField.d.ts.map +1 -1
  42. package/dist/components/form/fields/SelectField.d.ts +1 -1
  43. package/dist/components/form/fields/SelectField.d.ts.map +1 -1
  44. package/dist/components/form/fields/SubmitField.d.ts +1 -1
  45. package/dist/components/form/fields/SubmitField.d.ts.map +1 -1
  46. package/dist/components/form/fields/TextField.d.ts +1 -1
  47. package/dist/components/form/fields/TextField.d.ts.map +1 -1
  48. package/dist/components/layout/ColumnGrid.d.ts +1 -1
  49. package/dist/components/layout/ColumnGrid.d.ts.map +1 -1
  50. package/dist/components/layout/DefaultLandingPage.d.ts +16 -0
  51. package/dist/components/layout/DefaultLandingPage.d.ts.map +1 -0
  52. package/dist/components/layout/FrameworkMShell.d.ts +1 -1
  53. package/dist/components/layout/FrameworkMShell.d.ts.map +1 -1
  54. package/dist/components/layout/GuestPlaceholder.d.ts +1 -1
  55. package/dist/components/layout/GuestPlaceholder.d.ts.map +1 -1
  56. package/dist/components/layout/Navigation/ContextualDrawer.d.ts +1 -1
  57. package/dist/components/layout/Navigation/ContextualDrawer.d.ts.map +1 -1
  58. package/dist/components/layout/Navigation/NavigationShell.d.ts +3 -1
  59. package/dist/components/layout/Navigation/NavigationShell.d.ts.map +1 -1
  60. package/dist/components/layout/Navigation/PrimaryRail.d.ts +1 -1
  61. package/dist/components/layout/Navigation/PrimaryRail.d.ts.map +1 -1
  62. package/dist/components/layout/PageHeader.d.ts +1 -1
  63. package/dist/components/layout/PageHeader.d.ts.map +1 -1
  64. package/dist/components/layout/PermissionDenied.d.ts +1 -1
  65. package/dist/components/layout/PermissionDenied.d.ts.map +1 -1
  66. package/dist/components/layout/SectionField.d.ts +1 -1
  67. package/dist/components/layout/SectionField.d.ts.map +1 -1
  68. package/dist/components/layout/SystemInfo.d.ts.map +1 -1
  69. package/dist/components/layout/TabContainer.d.ts +1 -1
  70. package/dist/components/layout/TabContainer.d.ts.map +1 -1
  71. package/dist/components/list/AsOfDatePicker.d.ts +1 -1
  72. package/dist/components/list/AsOfDatePicker.d.ts.map +1 -1
  73. package/dist/components/list/ListBodyLayout.d.ts +7 -4
  74. package/dist/components/list/ListBodyLayout.d.ts.map +1 -1
  75. package/dist/components/menu/index.d.ts +1 -1
  76. package/dist/components/menu/index.d.ts.map +1 -1
  77. package/dist/components/sibling/SiblingPanel.d.ts +1 -1
  78. package/dist/components/sibling/SiblingPanel.d.ts.map +1 -1
  79. package/dist/components/table/AutoTable.d.ts +1 -1
  80. package/dist/components/table/AutoTable.d.ts.map +1 -1
  81. package/dist/components/table/BulkActionsBar.d.ts +1 -1
  82. package/dist/components/table/BulkActionsBar.d.ts.map +1 -1
  83. package/dist/components/table/EditableCell.d.ts +1 -1
  84. package/dist/components/table/EditableCell.d.ts.map +1 -1
  85. package/dist/components/workflow/StateBadge.d.ts +1 -1
  86. package/dist/components/workflow/StateBadge.d.ts.map +1 -1
  87. package/dist/components/workflow/WorkflowActions.d.ts +1 -1
  88. package/dist/components/workflow/WorkflowActions.d.ts.map +1 -1
  89. package/dist/config/i18n.d.ts.map +1 -1
  90. package/dist/constants.d.ts +5 -0
  91. package/dist/constants.d.ts.map +1 -1
  92. package/dist/desk.css +2 -1
  93. package/dist/hooks/useListActions.d.ts +6 -6
  94. package/dist/hooks/useListActions.d.ts.map +1 -1
  95. package/dist/hooks/useUIMeta.d.ts +9 -0
  96. package/dist/hooks/useUIMeta.d.ts.map +1 -1
  97. package/dist/index.d.ts +1 -0
  98. package/dist/index.d.ts.map +1 -1
  99. package/dist/index.js +10131 -9587
  100. package/dist/index.js.map +1 -1
  101. package/dist/locales/en/desk.json +126 -0
  102. package/dist/locales/es/desk.json +126 -0
  103. package/dist/locales/fr/desk.json +126 -0
  104. package/dist/locales/hi/desk.json +126 -0
  105. package/dist/locales/mr/desk.json +126 -0
  106. package/dist/locales/ta/desk.json +126 -0
  107. package/dist/locales/ur/desk.json +126 -0
  108. package/dist/pages/FormView.d.ts +1 -1
  109. package/dist/pages/FormView.d.ts.map +1 -1
  110. package/dist/pages/ListView.d.ts +2 -2
  111. package/dist/pages/ListView.d.ts.map +1 -1
  112. package/dist/pages/LoginLogo.d.ts +1 -1
  113. package/dist/pages/LoginLogo.d.ts.map +1 -1
  114. package/dist/pages/LoginPage.d.ts +1 -1
  115. package/dist/pages/LoginPage.d.ts.map +1 -1
  116. package/dist/plugins/Slot.d.ts +1 -1
  117. package/dist/plugins/Slot.d.ts.map +1 -1
  118. package/dist/providers/SystemConfigProvider.d.ts +26 -0
  119. package/dist/providers/SystemConfigProvider.d.ts.map +1 -0
  120. package/dist/shell/ShellProvider.d.ts +1 -1
  121. package/dist/shell/ShellProvider.d.ts.map +1 -1
  122. package/dist/types.d.ts +1 -0
  123. package/dist/types.d.ts.map +1 -1
  124. package/dist/views/CalendarView.d.ts +1 -1
  125. package/dist/views/CalendarView.d.ts.map +1 -1
  126. package/dist/views/GanttView.d.ts +1 -1
  127. package/dist/views/GanttView.d.ts.map +1 -1
  128. package/dist/views/KanbanView.d.ts +1 -1
  129. package/dist/views/KanbanView.d.ts.map +1 -1
  130. package/dist/views/TreeView.d.ts +1 -1
  131. package/dist/views/TreeView.d.ts.map +1 -1
  132. package/dist/workspace/WorkspaceSection.d.ts +1 -1
  133. package/dist/workspace/WorkspaceSection.d.ts.map +1 -1
  134. package/locales/en/desk.json +126 -0
  135. package/locales/es/desk.json +126 -0
  136. package/locales/fr/desk.json +126 -0
  137. package/locales/hi/desk.json +126 -0
  138. package/locales/mr/desk.json +126 -0
  139. package/locales/ta/desk.json +126 -0
  140. package/locales/ur/desk.json +126 -0
  141. package/package.json +35 -29
@@ -0,0 +1,126 @@
1
+ {
2
+ "+ Add Root Node": "+ Add Root Node",
3
+ "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
5
+ "+ New": "+ New",
6
+ "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
7
+ "Actions": "Actions",
8
+ "Apply Filters": "Apply Filters",
9
+ "Assigned": "Assigned",
10
+ "Available": "Available",
11
+ "Cancel": "Cancel",
12
+ "Cancelled - document is locked": "Cancelled - document is locked",
13
+ "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
14
+ "Choose value": "Choose value",
15
+ "Clear": "Clear",
16
+ "Clear Filters": "Clear Filters",
17
+ "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
19
+ "Close": "Close",
20
+ "Close ✕": "Close ✕",
21
+ "Collapse": "Collapse",
22
+ "Columns": "Columns",
23
+ "Continue with {{provider}}": "Continue with {{provider}}",
24
+ "Correct": "Correct",
25
+ "Correct Document": "Correct Document",
26
+ "Correction Strategy": "Correction Strategy",
27
+ "Creation": "Creation",
28
+ "Delete": "Delete",
29
+ "Delete Row": "Delete Row",
30
+ "Deleted At": "Deleted At",
31
+ "Document actions": "Document actions",
32
+ "Done": "Done",
33
+ "Download PDF": "Download PDF",
34
+ "Drop here": "Drop here",
35
+ "Drop here to make root-level": "Drop here to make root-level",
36
+ "Email": "Email",
37
+ "Error loading": "Error loading",
38
+ "Error:": "Error:",
39
+ "Esc Close": "Esc Close",
40
+ "Expand": "Expand",
41
+ "Export CSV": "Export CSV",
42
+ "Export JSON": "Export JSON",
43
+ "False": "False",
44
+ "Field": "Field",
45
+ "Filter": "Filter",
46
+ "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
48
+ "History": "History",
49
+ "ID": "ID",
50
+ "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
52
+ "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
53
+ "Language": "Language",
54
+ "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
57
+ "Loading form...": "Loading form...",
58
+ "Loading history...": "Loading history...",
59
+ "Loading sibling form...": "Loading sibling form...",
60
+ "Loading sibling metadata...": "Loading sibling metadata...",
61
+ "Loading tree...": "Loading tree...",
62
+ "Loading workflow...": "Loading workflow...",
63
+ "Loading...": "Loading...",
64
+ "Login": "Login",
65
+ "Login failed. Please try again.": "Login failed. Please try again.",
66
+ "Logout": "Logout",
67
+ "M": "M",
68
+ "Manage filters": "Manage filters",
69
+ "Modified By": "Modified By",
70
+ "New": "New",
71
+ "New Value": "New Value",
72
+ "Next": "Next",
73
+ "Next →": "Next →",
74
+ "No actions available": "No actions available",
75
+ "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
77
+ "No history yet": "No history yet",
78
+ "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
79
+ "No results found": "No results found",
80
+ "No tasks to display": "No tasks to display",
81
+ "Old": "Old",
82
+ "Output": "Output",
83
+ "Owner": "Owner",
84
+ "Page": "Page",
85
+ "Password": "Password",
86
+ "Please correct the following errors:": "Please correct the following errors:",
87
+ "Previous": "Previous",
88
+ "Print Preview": "Print Preview",
89
+ "Quick Edit": "Quick Edit",
90
+ "Reason": "Reason",
91
+ "Rename node": "Rename node",
92
+ "Reset": "Reset",
93
+ "Retry": "Retry",
94
+ "Right-side metadata overlay": "Right-side metadata overlay",
95
+ "Search": "Search",
96
+ "Search:": "Search:",
97
+ "Select": "Select",
98
+ "Select Field": "Select Field",
99
+ "Showing": "Showing",
100
+ "Sibling Data": "Sibling Data",
101
+ "Sibling tabs": "Sibling tabs",
102
+ "Sign In": "Sign In",
103
+ "Sign in to your account": "Sign in to your account",
104
+ "Signing in...": "Signing in...",
105
+ "Submitted - document is locked": "Submitted - document is locked",
106
+ "Task": "Task",
107
+ "Today": "Today",
108
+ "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
111
+ "Update": "Update",
112
+ "Update Field ▼": "Update Field ▼",
113
+ "Updated": "Updated",
114
+ "Value": "Value",
115
+ "View as of date": "View as of date",
116
+ "Welcome": "Welcome",
117
+ "Welcome back": "Welcome back",
118
+ "first to load link options.": "first to load link options.",
119
+ "more": "more",
120
+ "of": "of",
121
+ "or": "or",
122
+ "selected": "selected",
123
+ "← Prev": "← Prev",
124
+ "↑↓ Navigate": "↑↓ Navigate",
125
+ "↵ Select": "↵ Select"
126
+ }
@@ -0,0 +1,126 @@
1
+ {
2
+ "+ Add Root Node": "+ Add Root Node",
3
+ "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
5
+ "+ New": "+ New",
6
+ "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
7
+ "Actions": "Actions",
8
+ "Apply Filters": "Apply Filters",
9
+ "Assigned": "Assigned",
10
+ "Available": "Available",
11
+ "Cancel": "Cancel",
12
+ "Cancelled - document is locked": "Cancelled - document is locked",
13
+ "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
14
+ "Choose value": "Choose value",
15
+ "Clear": "Clear",
16
+ "Clear Filters": "Clear Filters",
17
+ "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
19
+ "Close": "Close",
20
+ "Close ✕": "Close ✕",
21
+ "Collapse": "Collapse",
22
+ "Columns": "Columns",
23
+ "Continue with {{provider}}": "Continue with {{provider}}",
24
+ "Correct": "Correct",
25
+ "Correct Document": "Correct Document",
26
+ "Correction Strategy": "Correction Strategy",
27
+ "Creation": "Creation",
28
+ "Delete": "Delete",
29
+ "Delete Row": "Delete Row",
30
+ "Deleted At": "Deleted At",
31
+ "Document actions": "Document actions",
32
+ "Done": "Done",
33
+ "Download PDF": "Download PDF",
34
+ "Drop here": "Drop here",
35
+ "Drop here to make root-level": "Drop here to make root-level",
36
+ "Email": "Email",
37
+ "Error loading": "Error loading",
38
+ "Error:": "Error:",
39
+ "Esc Close": "Esc Close",
40
+ "Expand": "Expand",
41
+ "Export CSV": "Export CSV",
42
+ "Export JSON": "Export JSON",
43
+ "False": "False",
44
+ "Field": "Field",
45
+ "Filter": "Filter",
46
+ "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
48
+ "History": "History",
49
+ "ID": "ID",
50
+ "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
52
+ "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
53
+ "Language": "Language",
54
+ "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
57
+ "Loading form...": "Loading form...",
58
+ "Loading history...": "Loading history...",
59
+ "Loading sibling form...": "Loading sibling form...",
60
+ "Loading sibling metadata...": "Loading sibling metadata...",
61
+ "Loading tree...": "Loading tree...",
62
+ "Loading workflow...": "Loading workflow...",
63
+ "Loading...": "Loading...",
64
+ "Login": "Login",
65
+ "Login failed. Please try again.": "Login failed. Please try again.",
66
+ "Logout": "Logout",
67
+ "M": "M",
68
+ "Manage filters": "Manage filters",
69
+ "Modified By": "Modified By",
70
+ "New": "New",
71
+ "New Value": "New Value",
72
+ "Next": "Next",
73
+ "Next →": "Next →",
74
+ "No actions available": "No actions available",
75
+ "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
77
+ "No history yet": "No history yet",
78
+ "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
79
+ "No results found": "No results found",
80
+ "No tasks to display": "No tasks to display",
81
+ "Old": "Old",
82
+ "Output": "Output",
83
+ "Owner": "Owner",
84
+ "Page": "Page",
85
+ "Password": "Password",
86
+ "Please correct the following errors:": "Please correct the following errors:",
87
+ "Previous": "Previous",
88
+ "Print Preview": "Print Preview",
89
+ "Quick Edit": "Quick Edit",
90
+ "Reason": "Reason",
91
+ "Rename node": "Rename node",
92
+ "Reset": "Reset",
93
+ "Retry": "Retry",
94
+ "Right-side metadata overlay": "Right-side metadata overlay",
95
+ "Search": "Search",
96
+ "Search:": "Search:",
97
+ "Select": "Select",
98
+ "Select Field": "Select Field",
99
+ "Showing": "Showing",
100
+ "Sibling Data": "Sibling Data",
101
+ "Sibling tabs": "Sibling tabs",
102
+ "Sign In": "Sign In",
103
+ "Sign in to your account": "Sign in to your account",
104
+ "Signing in...": "Signing in...",
105
+ "Submitted - document is locked": "Submitted - document is locked",
106
+ "Task": "Task",
107
+ "Today": "Today",
108
+ "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
111
+ "Update": "Update",
112
+ "Update Field ▼": "Update Field ▼",
113
+ "Updated": "Updated",
114
+ "Value": "Value",
115
+ "View as of date": "View as of date",
116
+ "Welcome": "Welcome",
117
+ "Welcome back": "Welcome back",
118
+ "first to load link options.": "first to load link options.",
119
+ "more": "more",
120
+ "of": "of",
121
+ "or": "or",
122
+ "selected": "selected",
123
+ "← Prev": "← Prev",
124
+ "↑↓ Navigate": "↑↓ Navigate",
125
+ "↵ Select": "↵ Select"
126
+ }
@@ -15,6 +15,6 @@ export interface StandardFormViewProps {
15
15
  docError?: Error | null;
16
16
  record?: any;
17
17
  }
18
- export declare function FormView({ doctype: propDoctype, id: propId }: Readonly<FormViewProps>): import("react/jsx-runtime").JSX.Element;
18
+ export declare function FormView({ doctype: propDoctype, id: propId }: Readonly<FormViewProps>): import("react").JSX.Element;
19
19
  export default FormView;
20
20
  //# sourceMappingURL=FormView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormView.d.ts","sourceRoot":"","sources":["../../src/pages/FormView.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,EAAU,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAA2D,KAAK,GAAG,EAAE,MAAM,UAAU,CAAC;AAW7F,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,GAAG,CAAC;IACV,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,GAAG,CAAC;CACd;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,2CA4BrF;AAuMD,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"FormView.d.ts","sourceRoot":"","sources":["../../src/pages/FormView.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACzD,OAAO,EAA2D,KAAK,GAAG,EAAE,MAAM,UAAU,CAAC;AAY7F,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,GAAG,CAAC;IACV,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,GAAG,CAAC;CACd;AAED,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,+BA4BrF;AAgOD,eAAe,QAAQ,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export interface ListViewProps {
2
2
  doctype?: string;
3
- view?: "list" | "kanban" | "tree";
3
+ view?: "list" | "kanban" | "tree" | "gantt";
4
4
  }
5
- export declare function ListView({ doctype: propDoctype, view: propView }: Readonly<ListViewProps>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ListView({ doctype: propDoctype, view: propView }: Readonly<ListViewProps>): import("react").JSX.Element;
6
6
  export default ListView;
7
7
  //# sourceMappingURL=ListView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../src/pages/ListView.tsx"],"names":[],"mappings":"AAeA,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CACnC;AAkGD,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,2CA6VzF;AAED,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"ListView.d.ts","sourceRoot":"","sources":["../../src/pages/ListView.tsx"],"names":[],"mappings":"AAgBA,MAAM,WAAW,aAAa;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;CAC7C;AAkGD,wBAAgB,QAAQ,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,QAAQ,CAAC,aAAa,CAAC,+BA6YzF;AAED,eAAe,QAAQ,CAAC"}
@@ -2,5 +2,5 @@ import { default as React } from 'react';
2
2
  export interface LoginLogoProps {
3
3
  logo?: string | React.ReactNode;
4
4
  }
5
- export declare function LoginLogo({ logo }: LoginLogoProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function LoginLogo({ logo }: LoginLogoProps): React.JSX.Element;
6
6
  //# sourceMappingURL=LoginLogo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoginLogo.d.ts","sourceRoot":"","sources":["../../src/pages/LoginLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACjC;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,cAAc,2CAuBjD"}
1
+ {"version":3,"file":"LoginLogo.d.ts","sourceRoot":"","sources":["../../src/pages/LoginLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACjC;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,cAAc,qBAwBjD"}
@@ -12,6 +12,6 @@ export interface LoginPageProps {
12
12
  *
13
13
  * Refactored using Tamagui for premium aesthetics and cross-platform readiness.
14
14
  */
15
- export declare function LoginPage({ ...props }: Readonly<LoginPageProps>): import("react/jsx-runtime").JSX.Element;
15
+ export declare function LoginPage({ ...props }: Readonly<LoginPageProps>): React.JSX.Element;
16
16
  export default LoginPage;
17
17
  //# sourceMappingURL=LoginPage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoginPage.d.ts","sourceRoot":"","sources":["../../src/pages/LoginPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAWnD,MAAM,WAAW,cAAc;IAC7B,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,+BAA+B;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,2CAQ/D;AAqOD,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"LoginPage.d.ts","sourceRoot":"","sources":["../../src/pages/LoginPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAcnD,MAAM,WAAW,cAAc;IAC7B,uBAAuB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,+BAA+B;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,SAAS,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,CAAC,cAAc,CAAC,qBAQ/D;AA6QD,eAAe,SAAS,CAAC"}
@@ -22,6 +22,6 @@ export interface SlotComponentProps extends SlotProps {
22
22
  * </div>
23
23
  * ```
24
24
  */
25
- export declare function Slot({ name, doctype, data, id, children }: SlotComponentProps): import("react/jsx-runtime").JSX.Element;
25
+ export declare function Slot({ name, doctype, data, id, children }: SlotComponentProps): import("react").JSX.Element;
26
26
  export default Slot;
27
27
  //# sourceMappingURL=Slot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../src/plugins/Slot.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAoB,SAAS,EAAE,MAAM,SAAS,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,gBAAgB;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAe7E;AAED,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Slot.d.ts","sourceRoot":"","sources":["../../src/plugins/Slot.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAoB,SAAS,EAAE,MAAM,SAAS,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,SAAS;IACnD,gBAAgB;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,kBAAkB,+BAe7E;AAED,eAAe,IAAI,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { ReactNode } from 'react';
2
+ export interface LocaleInfo {
3
+ code: string;
4
+ label: string;
5
+ }
6
+ export interface SystemConfig {
7
+ app_name?: string;
8
+ timezone?: string;
9
+ date_format?: string;
10
+ time_format?: string;
11
+ language?: string;
12
+ enable_signup?: boolean;
13
+ maintenance_mode?: boolean;
14
+ supported_locales?: LocaleInfo[];
15
+ }
16
+ export interface SystemConfigContextValue {
17
+ config: SystemConfig | undefined;
18
+ supportedLocales: LocaleInfo[];
19
+ isLoading: boolean;
20
+ error: Error | null;
21
+ }
22
+ export declare function SystemConfigProvider({ children }: {
23
+ children: ReactNode;
24
+ }): import("react").JSX.Element;
25
+ export declare function useSystemConfig(): SystemConfigContextValue;
26
+ //# sourceMappingURL=SystemConfigProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SystemConfigProvider.d.ts","sourceRoot":"","sources":["../../src/providers/SystemConfigProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,SAAS,EAAE,MAAM,OAAO,CAAC;AAK7D,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,UAAU,EAAE,CAAC;CAClC;AAED,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAC;IACjC,gBAAgB,EAAE,UAAU,EAAE,CAAC;IAC/B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;CACrB;AAwBD,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,+BAwBzE;AAED,wBAAgB,eAAe,IAAI,wBAAwB,CAW1D"}
@@ -11,5 +11,5 @@ export declare function ShellProvider({ children, isMobile, isGuest, rightSideba
11
11
  setFocusMode: (value: boolean) => void;
12
12
  realtimeAdapter?: RealtimeAdapter;
13
13
  initialPlugins?: FrameworkMPlugin[];
14
- }>): import("react/jsx-runtime").JSX.Element;
14
+ }>): import("react").JSX.Element;
15
15
  //# sourceMappingURL=ShellProvider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ShellProvider.d.ts","sourceRoot":"","sources":["../../src/shell/ShellProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAqB,eAAe,EAAE,MAAM,SAAS,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAKhE,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,QAAgB,EAChB,OAAe,EACf,gBAAwB,EACxB,mBAA8B,EAC9B,SAAS,EACT,YAAY,EACZ,eAAe,EACf,cAAmB,GACpB,EAAE,QAAQ,CAAC;IACV,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC,2CA2CD"}
1
+ {"version":3,"file":"ShellProvider.d.ts","sourceRoot":"","sources":["../../src/shell/ShellProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAW,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhD,OAAO,KAAK,EAAqB,eAAe,EAAE,MAAM,SAAS,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAKhE,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,QAAgB,EAChB,OAAe,EACf,gBAAwB,EACxB,mBAA8B,EAC9B,SAAS,EACT,YAAY,EACZ,eAAe,EACf,cAAmB,GACpB,EAAE,QAAQ,CAAC;IACV,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC,+BA2CD"}
package/dist/types.d.ts CHANGED
@@ -31,6 +31,7 @@ export interface UserIdentity {
31
31
  name?: string;
32
32
  avatar?: string;
33
33
  roles: string[];
34
+ locale?: string;
34
35
  }
35
36
  /**
36
37
  * Error response from Framework M API
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,WAAW,YAAY,CAAC,CAAC;IAC7B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,KAAK,GACL,UAAU,GACV,YAAY,GACZ,UAAU,GACV,IAAI,GACJ,KAAK,CAAC;AAEV;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,WAAW,YAAY,CAAC,CAAC;IAC7B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,KAAK,GACL,UAAU,GACV,YAAY,GACZ,UAAU,GACV,IAAI,GACJ,KAAK,CAAC;AAEV;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC"}
@@ -9,6 +9,6 @@ export interface CalendarViewProps extends ViewProps {
9
9
  /**
10
10
  * CalendarView Component
11
11
  */
12
- export declare function CalendarView(props: CalendarViewProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function CalendarView(props: CalendarViewProps): import("react").JSX.Element;
13
13
  export default CalendarView;
14
14
  //# sourceMappingURL=CalendarView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarView.d.ts","sourceRoot":"","sources":["../../src/views/CalendarView.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAIzD;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,6BAA6B;IAC7B,MAAM,EAAE,cAAc,CAAC;CACxB;AA0BD;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAOpD;AA6LD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"CalendarView.d.ts","sourceRoot":"","sources":["../../src/views/CalendarView.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAKzD;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD,6BAA6B;IAC7B,MAAM,EAAE,cAAc,CAAC;CACxB;AA0BD;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,+BAOpD;AA8LD,eAAe,YAAY,CAAC"}
@@ -9,6 +9,6 @@ export interface GanttViewProps extends ViewProps {
9
9
  /**
10
10
  * GanttView Component
11
11
  */
12
- export declare function GanttView(props: GanttViewProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function GanttView(props: GanttViewProps): import("react").JSX.Element;
13
13
  export default GanttView;
14
14
  //# sourceMappingURL=GanttView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GanttView.d.ts","sourceRoot":"","sources":["../../src/views/GanttView.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAItD;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,0BAA0B;IAC1B,MAAM,EAAE,WAAW,CAAC;CACrB;AAuCD;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CAO9C;AAoMD,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"GanttView.d.ts","sourceRoot":"","sources":["../../src/views/GanttView.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtD;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,SAAS;IAC/C,0BAA0B;IAC1B,MAAM,EAAE,WAAW,CAAC;CACrB;AAuCD;;GAEG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,+BAO9C;AAqMD,eAAe,SAAS,CAAC"}
@@ -11,6 +11,6 @@ export interface KanbanViewProps extends ViewProps {
11
11
  * - Auto-discover columns from live data if none configured
12
12
  * - Group by any Select/Link field via `config.groupField`
13
13
  */
14
- export declare function KanbanView(props: KanbanViewProps): import("react/jsx-runtime").JSX.Element;
14
+ export declare function KanbanView(props: KanbanViewProps): import("react").JSX.Element;
15
15
  export default KanbanView;
16
16
  //# sourceMappingURL=KanbanView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"KanbanView.d.ts","sourceRoot":"","sources":["../../src/views/KanbanView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAUvD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,MAAM,EAAE,YAAY,CAAC;CACtB;AAcD;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAOhD;AA2OD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"KanbanView.d.ts","sourceRoot":"","sources":["../../src/views/KanbanView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAWvD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,MAAM,EAAE,YAAY,CAAC;CACtB;AAcD;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,+BAOhD;AA4OD,eAAe,UAAU,CAAC"}
@@ -10,6 +10,6 @@ export interface TreeViewProps extends ViewProps {
10
10
  * - Inline Rename (double-click)
11
11
  * - Drag-and-drop reparenting (PATCH /api/tree/:doctype/:id)
12
12
  */
13
- export declare function TreeView(props: Readonly<TreeViewProps>): import("react/jsx-runtime").JSX.Element;
13
+ export declare function TreeView(props: Readonly<TreeViewProps>): import("react").JSX.Element;
14
14
  export default TreeView;
15
15
  //# sourceMappingURL=TreeView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TreeView.d.ts","sourceRoot":"","sources":["../../src/views/TreeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrD,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,MAAM,EAAE,UAAU,CAAC;CACpB;AAmQD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAOtD;AAmKD,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"TreeView.d.ts","sourceRoot":"","sources":["../../src/views/TreeView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrD,MAAM,WAAW,aAAc,SAAQ,SAAS;IAC9C,MAAM,EAAE,UAAU,CAAC;CACpB;AAsQD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,+BAOtD;AAsKD,eAAe,QAAQ,CAAC"}
@@ -3,6 +3,6 @@ export interface WorkspaceSectionProps {
3
3
  workspace: DeskWorkspace;
4
4
  collapsed?: boolean;
5
5
  }
6
- export declare function WorkspaceSection({ workspace, collapsed }: WorkspaceSectionProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function WorkspaceSection({ workspace, collapsed }: WorkspaceSectionProps): import("react").JSX.Element;
7
7
  export default WorkspaceSection;
8
8
  //# sourceMappingURL=WorkspaceSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceSection.d.ts","sourceRoot":"","sources":["../../src/workspace/WorkspaceSection.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAiB,MAAM,SAAS,CAAC;AAE5D,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,SAAiB,EAAE,EAAE,qBAAqB,2CA0FvF;AAED,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"WorkspaceSection.d.ts","sourceRoot":"","sources":["../../src/workspace/WorkspaceSection.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAiB,MAAM,SAAS,CAAC;AAE5D,MAAM,WAAW,qBAAqB;IACpC,SAAS,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,SAAS,EAAE,SAAiB,EAAE,EAAE,qBAAqB,+BA0FvF;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,126 @@
1
+ {
2
+ "+ Add Root Node": "+ Add Root Node",
3
+ "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
5
+ "+ New": "+ New",
6
+ "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
7
+ "Actions": "Actions",
8
+ "Apply Filters": "Apply Filters",
9
+ "Assigned": "Assigned",
10
+ "Available": "Available",
11
+ "Cancel": "Cancel",
12
+ "Cancelled - document is locked": "Cancelled - document is locked",
13
+ "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
14
+ "Choose value": "Choose value",
15
+ "Clear": "Clear",
16
+ "Clear Filters": "Clear Filters",
17
+ "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
19
+ "Close": "Close",
20
+ "Close ✕": "Close ✕",
21
+ "Collapse": "Collapse",
22
+ "Columns": "Columns",
23
+ "Continue with {{provider}}": "Continue with {{provider}}",
24
+ "Correct": "Correct",
25
+ "Correct Document": "Correct Document",
26
+ "Correction Strategy": "Correction Strategy",
27
+ "Creation": "Creation",
28
+ "Delete": "Delete",
29
+ "Delete Row": "Delete Row",
30
+ "Deleted At": "Deleted At",
31
+ "Document actions": "Document actions",
32
+ "Done": "Done",
33
+ "Download PDF": "Download PDF",
34
+ "Drop here": "Drop here",
35
+ "Drop here to make root-level": "Drop here to make root-level",
36
+ "Email": "Email",
37
+ "Error loading": "Error loading",
38
+ "Error:": "Error:",
39
+ "Esc Close": "Esc Close",
40
+ "Expand": "Expand",
41
+ "Export CSV": "Export CSV",
42
+ "Export JSON": "Export JSON",
43
+ "False": "False",
44
+ "Field": "Field",
45
+ "Filter": "Filter",
46
+ "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
48
+ "History": "History",
49
+ "ID": "ID",
50
+ "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
52
+ "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
53
+ "Language": "Language",
54
+ "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
57
+ "Loading form...": "Loading form...",
58
+ "Loading history...": "Loading history...",
59
+ "Loading sibling form...": "Loading sibling form...",
60
+ "Loading sibling metadata...": "Loading sibling metadata...",
61
+ "Loading tree...": "Loading tree...",
62
+ "Loading workflow...": "Loading workflow...",
63
+ "Loading...": "Loading...",
64
+ "Login": "Login",
65
+ "Login failed. Please try again.": "Login failed. Please try again.",
66
+ "Logout": "Logout",
67
+ "M": "M",
68
+ "Manage filters": "Manage filters",
69
+ "Modified By": "Modified By",
70
+ "New": "New",
71
+ "New Value": "New Value",
72
+ "Next": "Next",
73
+ "Next →": "Next →",
74
+ "No actions available": "No actions available",
75
+ "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
77
+ "No history yet": "No history yet",
78
+ "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
79
+ "No results found": "No results found",
80
+ "No tasks to display": "No tasks to display",
81
+ "Old": "Old",
82
+ "Output": "Output",
83
+ "Owner": "Owner",
84
+ "Page": "Page",
85
+ "Password": "Password",
86
+ "Please correct the following errors:": "Please correct the following errors:",
87
+ "Previous": "Previous",
88
+ "Print Preview": "Print Preview",
89
+ "Quick Edit": "Quick Edit",
90
+ "Reason": "Reason",
91
+ "Rename node": "Rename node",
92
+ "Reset": "Reset",
93
+ "Retry": "Retry",
94
+ "Right-side metadata overlay": "Right-side metadata overlay",
95
+ "Search": "Search",
96
+ "Search:": "Search:",
97
+ "Select": "Select",
98
+ "Select Field": "Select Field",
99
+ "Showing": "Showing",
100
+ "Sibling Data": "Sibling Data",
101
+ "Sibling tabs": "Sibling tabs",
102
+ "Sign In": "Sign In",
103
+ "Sign in to your account": "Sign in to your account",
104
+ "Signing in...": "Signing in...",
105
+ "Submitted - document is locked": "Submitted - document is locked",
106
+ "Task": "Task",
107
+ "Today": "Today",
108
+ "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
111
+ "Update": "Update",
112
+ "Update Field ▼": "Update Field ▼",
113
+ "Updated": "Updated",
114
+ "Value": "Value",
115
+ "View as of date": "View as of date",
116
+ "Welcome": "Welcome",
117
+ "Welcome back": "Welcome back",
118
+ "first to load link options.": "first to load link options.",
119
+ "more": "more",
120
+ "of": "of",
121
+ "or": "or",
122
+ "selected": "selected",
123
+ "← Prev": "← Prev",
124
+ "↑↓ Navigate": "↑↓ Navigate",
125
+ "↵ Select": "↵ Select"
126
+ }