@framework-m/desk 0.13.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 (138) 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/BooleanField.d.ts +1 -1
  34. package/dist/components/form/fields/BooleanField.d.ts.map +1 -1
  35. package/dist/components/form/fields/ErrorsField.d.ts +1 -1
  36. package/dist/components/form/fields/ErrorsField.d.ts.map +1 -1
  37. package/dist/components/form/fields/ListField.d.ts +1 -1
  38. package/dist/components/form/fields/ListField.d.ts.map +1 -1
  39. package/dist/components/form/fields/MultiSelectField.d.ts +1 -1
  40. package/dist/components/form/fields/MultiSelectField.d.ts.map +1 -1
  41. package/dist/components/form/fields/SelectField.d.ts +1 -1
  42. package/dist/components/form/fields/SelectField.d.ts.map +1 -1
  43. package/dist/components/form/fields/SubmitField.d.ts +1 -1
  44. package/dist/components/form/fields/SubmitField.d.ts.map +1 -1
  45. package/dist/components/form/fields/TextField.d.ts +1 -1
  46. package/dist/components/form/fields/TextField.d.ts.map +1 -1
  47. package/dist/components/layout/ColumnGrid.d.ts +1 -1
  48. package/dist/components/layout/ColumnGrid.d.ts.map +1 -1
  49. package/dist/components/layout/DefaultLandingPage.d.ts +1 -1
  50. package/dist/components/layout/DefaultLandingPage.d.ts.map +1 -1
  51. package/dist/components/layout/FrameworkMShell.d.ts +1 -1
  52. package/dist/components/layout/FrameworkMShell.d.ts.map +1 -1
  53. package/dist/components/layout/GuestPlaceholder.d.ts +1 -1
  54. package/dist/components/layout/GuestPlaceholder.d.ts.map +1 -1
  55. package/dist/components/layout/Navigation/ContextualDrawer.d.ts +1 -1
  56. package/dist/components/layout/Navigation/ContextualDrawer.d.ts.map +1 -1
  57. package/dist/components/layout/Navigation/NavigationShell.d.ts +1 -1
  58. package/dist/components/layout/Navigation/NavigationShell.d.ts.map +1 -1
  59. package/dist/components/layout/Navigation/PrimaryRail.d.ts +1 -1
  60. package/dist/components/layout/Navigation/PrimaryRail.d.ts.map +1 -1
  61. package/dist/components/layout/PageHeader.d.ts +1 -1
  62. package/dist/components/layout/PageHeader.d.ts.map +1 -1
  63. package/dist/components/layout/PermissionDenied.d.ts +1 -1
  64. package/dist/components/layout/PermissionDenied.d.ts.map +1 -1
  65. package/dist/components/layout/SectionField.d.ts +1 -1
  66. package/dist/components/layout/SectionField.d.ts.map +1 -1
  67. package/dist/components/layout/TabContainer.d.ts +1 -1
  68. package/dist/components/layout/TabContainer.d.ts.map +1 -1
  69. package/dist/components/list/AsOfDatePicker.d.ts +1 -1
  70. package/dist/components/list/AsOfDatePicker.d.ts.map +1 -1
  71. package/dist/components/list/ListBodyLayout.d.ts +7 -4
  72. package/dist/components/list/ListBodyLayout.d.ts.map +1 -1
  73. package/dist/components/menu/index.d.ts +1 -1
  74. package/dist/components/menu/index.d.ts.map +1 -1
  75. package/dist/components/sibling/SiblingPanel.d.ts +1 -1
  76. package/dist/components/sibling/SiblingPanel.d.ts.map +1 -1
  77. package/dist/components/table/AutoTable.d.ts +1 -1
  78. package/dist/components/table/AutoTable.d.ts.map +1 -1
  79. package/dist/components/table/BulkActionsBar.d.ts +1 -1
  80. package/dist/components/table/BulkActionsBar.d.ts.map +1 -1
  81. package/dist/components/table/EditableCell.d.ts +1 -1
  82. package/dist/components/table/EditableCell.d.ts.map +1 -1
  83. package/dist/components/workflow/StateBadge.d.ts +1 -1
  84. package/dist/components/workflow/StateBadge.d.ts.map +1 -1
  85. package/dist/components/workflow/WorkflowActions.d.ts +1 -1
  86. package/dist/components/workflow/WorkflowActions.d.ts.map +1 -1
  87. package/dist/config/i18n.d.ts.map +1 -1
  88. package/dist/constants.d.ts.map +1 -1
  89. package/dist/desk.css +2 -1
  90. package/dist/hooks/useListActions.d.ts +6 -6
  91. package/dist/hooks/useListActions.d.ts.map +1 -1
  92. package/dist/hooks/useUIMeta.d.ts +9 -0
  93. package/dist/hooks/useUIMeta.d.ts.map +1 -1
  94. package/dist/index.d.ts +1 -0
  95. package/dist/index.d.ts.map +1 -1
  96. package/dist/index.js +10128 -9808
  97. package/dist/index.js.map +1 -1
  98. package/dist/locales/en/desk.json +25 -30
  99. package/dist/locales/es/desk.json +25 -30
  100. package/dist/locales/fr/desk.json +25 -30
  101. package/dist/locales/hi/desk.json +25 -30
  102. package/dist/locales/mr/desk.json +25 -30
  103. package/dist/locales/ta/desk.json +25 -30
  104. package/dist/locales/ur/desk.json +25 -30
  105. package/dist/pages/FormView.d.ts +1 -1
  106. package/dist/pages/FormView.d.ts.map +1 -1
  107. package/dist/pages/ListView.d.ts +2 -2
  108. package/dist/pages/ListView.d.ts.map +1 -1
  109. package/dist/pages/LoginLogo.d.ts +1 -1
  110. package/dist/pages/LoginLogo.d.ts.map +1 -1
  111. package/dist/pages/LoginPage.d.ts +1 -1
  112. package/dist/pages/LoginPage.d.ts.map +1 -1
  113. package/dist/plugins/Slot.d.ts +1 -1
  114. package/dist/plugins/Slot.d.ts.map +1 -1
  115. package/dist/providers/SystemConfigProvider.d.ts +26 -0
  116. package/dist/providers/SystemConfigProvider.d.ts.map +1 -0
  117. package/dist/shell/ShellProvider.d.ts +1 -1
  118. package/dist/shell/ShellProvider.d.ts.map +1 -1
  119. package/dist/types.d.ts +1 -0
  120. package/dist/types.d.ts.map +1 -1
  121. package/dist/views/CalendarView.d.ts +1 -1
  122. package/dist/views/CalendarView.d.ts.map +1 -1
  123. package/dist/views/GanttView.d.ts +1 -1
  124. package/dist/views/GanttView.d.ts.map +1 -1
  125. package/dist/views/KanbanView.d.ts +1 -1
  126. package/dist/views/KanbanView.d.ts.map +1 -1
  127. package/dist/views/TreeView.d.ts +1 -1
  128. package/dist/views/TreeView.d.ts.map +1 -1
  129. package/dist/workspace/WorkspaceSection.d.ts +1 -1
  130. package/dist/workspace/WorkspaceSection.d.ts.map +1 -1
  131. package/locales/en/desk.json +25 -30
  132. package/locales/es/desk.json +25 -30
  133. package/locales/fr/desk.json +25 -30
  134. package/locales/hi/desk.json +25 -30
  135. package/locales/mr/desk.json +25 -30
  136. package/locales/ta/desk.json +25 -30
  137. package/locales/ur/desk.json +25 -30
  138. package/package.json +31 -30
@@ -1,33 +1,26 @@
1
1
  {
2
- "← Prev": "← Prev",
3
- "↑↓ Navigate": "↑↓ Navigate",
4
- "↵ Select": "↵ Select",
5
2
  "+ Add Root Node": "+ Add Root Node",
6
3
  "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
7
5
  "+ New": "+ New",
8
6
  "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
9
7
  "Actions": "Actions",
10
- "Active state": "Active state",
11
- "Add filter": "Add filter",
12
- "Add rule": "Add rule",
13
- "Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
14
- "Apply filters": "Apply filters",
8
+ "Apply Filters": "Apply Filters",
15
9
  "Assigned": "Assigned",
16
10
  "Available": "Available",
17
11
  "Cancel": "Cancel",
18
12
  "Cancelled - document is locked": "Cancelled - document is locked",
19
13
  "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
20
- "Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
14
+ "Choose value": "Choose value",
21
15
  "Clear": "Clear",
22
- "Clear draft": "Clear draft",
23
- "Clear filters": "Clear filters",
16
+ "Clear Filters": "Clear Filters",
24
17
  "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
25
19
  "Close": "Close",
26
20
  "Close ✕": "Close ✕",
27
21
  "Collapse": "Collapse",
28
22
  "Columns": "Columns",
29
23
  "Continue with {{provider}}": "Continue with {{provider}}",
30
- "Controls": "Controls",
31
24
  "Correct": "Correct",
32
25
  "Correct Document": "Correct Document",
33
26
  "Correction Strategy": "Correction Strategy",
@@ -47,22 +40,22 @@
47
40
  "Expand": "Expand",
48
41
  "Export CSV": "Export CSV",
49
42
  "Export JSON": "Export JSON",
43
+ "False": "False",
50
44
  "Field": "Field",
51
- "Filter builder": "Filter builder",
52
- "Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
53
- "Filters": "Filters",
54
- "first to load link options.": "first to load link options.",
45
+ "Filter": "Filter",
55
46
  "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
56
48
  "History": "History",
57
49
  "ID": "ID",
58
50
  "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
59
52
  "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
60
- "Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
61
53
  "Language": "Language",
62
54
  "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
63
57
  "Loading form...": "Loading form...",
64
58
  "Loading history...": "Loading history...",
65
- "Loading Kanban...": "Loading Kanban...",
66
59
  "Loading sibling form...": "Loading sibling form...",
67
60
  "Loading sibling metadata...": "Loading sibling metadata...",
68
61
  "Loading tree...": "Loading tree...",
@@ -74,22 +67,18 @@
74
67
  "M": "M",
75
68
  "Manage filters": "Manage filters",
76
69
  "Modified By": "Modified By",
77
- "more": "more",
78
70
  "New": "New",
79
71
  "New Value": "New Value",
80
72
  "Next": "Next",
81
73
  "Next →": "Next →",
82
74
  "No actions available": "No actions available",
83
75
  "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
84
77
  "No history yet": "No history yet",
85
78
  "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
86
- "No matching records found.": "No matching records found.",
87
79
  "No results found": "No results found",
88
- "No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
89
80
  "No tasks to display": "No tasks to display",
90
- "of": "of",
91
81
  "Old": "Old",
92
- "or": "or",
93
82
  "Output": "Output",
94
83
  "Owner": "Owner",
95
84
  "Page": "Page",
@@ -101,15 +90,12 @@
101
90
  "Reason": "Reason",
102
91
  "Rename node": "Rename node",
103
92
  "Reset": "Reset",
104
- "Results": "Results",
105
93
  "Retry": "Retry",
106
94
  "Right-side metadata overlay": "Right-side metadata overlay",
107
95
  "Search": "Search",
108
- "Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
109
96
  "Search:": "Search:",
110
97
  "Select": "Select",
111
98
  "Select Field": "Select Field",
112
- "selected": "selected",
113
99
  "Showing": "Showing",
114
100
  "Sibling Data": "Sibling Data",
115
101
  "Sibling tabs": "Sibling tabs",
@@ -118,14 +104,23 @@
118
104
  "Signing in...": "Signing in...",
119
105
  "Submitted - document is locked": "Submitted - document is locked",
120
106
  "Task": "Task",
121
- "The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
122
107
  "Today": "Today",
123
108
  "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
124
111
  "Update": "Update",
125
112
  "Update Field ▼": "Update Field ▼",
126
113
  "Updated": "Updated",
127
- "Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
114
+ "Value": "Value",
128
115
  "View as of date": "View as of date",
129
- "Visible columns": "Visible columns",
130
- "Welcome back": "Welcome back"
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"
131
126
  }
@@ -1,33 +1,26 @@
1
1
  {
2
- "← Prev": "← Prev",
3
- "↑↓ Navigate": "↑↓ Navigate",
4
- "↵ Select": "↵ Select",
5
2
  "+ Add Root Node": "+ Add Root Node",
6
3
  "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
7
5
  "+ New": "+ New",
8
6
  "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
9
7
  "Actions": "Actions",
10
- "Active state": "Active state",
11
- "Add filter": "Add filter",
12
- "Add rule": "Add rule",
13
- "Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
14
- "Apply filters": "Apply filters",
8
+ "Apply Filters": "Apply Filters",
15
9
  "Assigned": "Assigned",
16
10
  "Available": "Available",
17
11
  "Cancel": "Cancel",
18
12
  "Cancelled - document is locked": "Cancelled - document is locked",
19
13
  "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
20
- "Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
14
+ "Choose value": "Choose value",
21
15
  "Clear": "Clear",
22
- "Clear draft": "Clear draft",
23
- "Clear filters": "Clear filters",
16
+ "Clear Filters": "Clear Filters",
24
17
  "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
25
19
  "Close": "Close",
26
20
  "Close ✕": "Close ✕",
27
21
  "Collapse": "Collapse",
28
22
  "Columns": "Columns",
29
23
  "Continue with {{provider}}": "Continue with {{provider}}",
30
- "Controls": "Controls",
31
24
  "Correct": "Correct",
32
25
  "Correct Document": "Correct Document",
33
26
  "Correction Strategy": "Correction Strategy",
@@ -47,22 +40,22 @@
47
40
  "Expand": "Expand",
48
41
  "Export CSV": "Export CSV",
49
42
  "Export JSON": "Export JSON",
43
+ "False": "False",
50
44
  "Field": "Field",
51
- "Filter builder": "Filter builder",
52
- "Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
53
- "Filters": "Filters",
54
- "first to load link options.": "first to load link options.",
45
+ "Filter": "Filter",
55
46
  "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
56
48
  "History": "History",
57
49
  "ID": "ID",
58
50
  "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
59
52
  "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
60
- "Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
61
53
  "Language": "Language",
62
54
  "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
63
57
  "Loading form...": "Loading form...",
64
58
  "Loading history...": "Loading history...",
65
- "Loading Kanban...": "Loading Kanban...",
66
59
  "Loading sibling form...": "Loading sibling form...",
67
60
  "Loading sibling metadata...": "Loading sibling metadata...",
68
61
  "Loading tree...": "Loading tree...",
@@ -74,22 +67,18 @@
74
67
  "M": "M",
75
68
  "Manage filters": "Manage filters",
76
69
  "Modified By": "Modified By",
77
- "more": "more",
78
70
  "New": "New",
79
71
  "New Value": "New Value",
80
72
  "Next": "Next",
81
73
  "Next →": "Next →",
82
74
  "No actions available": "No actions available",
83
75
  "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
84
77
  "No history yet": "No history yet",
85
78
  "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
86
- "No matching records found.": "No matching records found.",
87
79
  "No results found": "No results found",
88
- "No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
89
80
  "No tasks to display": "No tasks to display",
90
- "of": "of",
91
81
  "Old": "Old",
92
- "or": "or",
93
82
  "Output": "Output",
94
83
  "Owner": "Owner",
95
84
  "Page": "Page",
@@ -101,15 +90,12 @@
101
90
  "Reason": "Reason",
102
91
  "Rename node": "Rename node",
103
92
  "Reset": "Reset",
104
- "Results": "Results",
105
93
  "Retry": "Retry",
106
94
  "Right-side metadata overlay": "Right-side metadata overlay",
107
95
  "Search": "Search",
108
- "Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
109
96
  "Search:": "Search:",
110
97
  "Select": "Select",
111
98
  "Select Field": "Select Field",
112
- "selected": "selected",
113
99
  "Showing": "Showing",
114
100
  "Sibling Data": "Sibling Data",
115
101
  "Sibling tabs": "Sibling tabs",
@@ -118,14 +104,23 @@
118
104
  "Signing in...": "Signing in...",
119
105
  "Submitted - document is locked": "Submitted - document is locked",
120
106
  "Task": "Task",
121
- "The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
122
107
  "Today": "Today",
123
108
  "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
124
111
  "Update": "Update",
125
112
  "Update Field ▼": "Update Field ▼",
126
113
  "Updated": "Updated",
127
- "Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
114
+ "Value": "Value",
128
115
  "View as of date": "View as of date",
129
- "Visible columns": "Visible columns",
130
- "Welcome back": "Welcome back"
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"
131
126
  }
@@ -1,33 +1,26 @@
1
1
  {
2
- "← Prev": "← Prev",
3
- "↑↓ Navigate": "↑↓ Navigate",
4
- "↵ Select": "↵ Select",
5
2
  "+ Add Root Node": "+ Add Root Node",
6
3
  "+ Add Row": "+ Add Row",
4
+ "+ Add a Filter": "+ Add a Filter",
7
5
  "+ New": "+ New",
8
6
  "A modern, modular business platform. Built for teams that move fast.": "A modern, modular business platform. Built for teams that move fast.",
9
7
  "Actions": "Actions",
10
- "Active state": "Active state",
11
- "Add filter": "Add filter",
12
- "Add rule": "Add rule",
13
- "Add targeted rules without overwhelming the workspace.": "Add targeted rules without overwhelming the workspace.",
14
- "Apply filters": "Apply filters",
8
+ "Apply Filters": "Apply Filters",
15
9
  "Assigned": "Assigned",
16
10
  "Available": "Available",
17
11
  "Cancel": "Cancel",
18
12
  "Cancelled - document is locked": "Cancelled - document is locked",
19
13
  "Choose a correction strategy and provide a reason.": "Choose a correction strategy and provide a reason.",
20
- "Choose which columns stay visible and adjust widths where needed.": "Choose which columns stay visible and adjust widths where needed.",
14
+ "Choose value": "Choose value",
21
15
  "Clear": "Clear",
22
- "Clear draft": "Clear draft",
23
- "Clear filters": "Clear filters",
16
+ "Clear Filters": "Clear Filters",
24
17
  "Clear Selected": "Clear Selected",
18
+ "Clear filters": "Clear filters",
25
19
  "Close": "Close",
26
20
  "Close ✕": "Close ✕",
27
21
  "Collapse": "Collapse",
28
22
  "Columns": "Columns",
29
23
  "Continue with {{provider}}": "Continue with {{provider}}",
30
- "Controls": "Controls",
31
24
  "Correct": "Correct",
32
25
  "Correct Document": "Correct Document",
33
26
  "Correction Strategy": "Correction Strategy",
@@ -47,22 +40,22 @@
47
40
  "Expand": "Expand",
48
41
  "Export CSV": "Export CSV",
49
42
  "Export JSON": "Export JSON",
43
+ "False": "False",
50
44
  "Field": "Field",
51
- "Filter builder": "Filter builder",
52
- "Filter changes are ready. Select Apply filters to refresh the table.": "Filter changes are ready. Select Apply filters to refresh the table.",
53
- "Filters": "Filters",
54
- "first to load link options.": "first to load link options.",
45
+ "Filter": "Filter",
55
46
  "Forgot password?": "Forgot password?",
47
+ "Hello, {{name}}!": "Hello, {{name}}!",
56
48
  "History": "History",
57
49
  "ID": "ID",
58
50
  "Invalid credentials": "Invalid credentials",
51
+ "Kanban": "Kanban",
59
52
  "Keep core actions anchored while you work through the form.": "Keep core actions anchored while you work through the form.",
60
- "Keep filters and columns close to the data they change.": "Keep filters and columns close to the data they change.",
61
53
  "Language": "Language",
62
54
  "Last Modified": "Last Modified",
55
+ "List": "List",
56
+ "Loading Kanban...": "Loading Kanban...",
63
57
  "Loading form...": "Loading form...",
64
58
  "Loading history...": "Loading history...",
65
- "Loading Kanban...": "Loading Kanban...",
66
59
  "Loading sibling form...": "Loading sibling form...",
67
60
  "Loading sibling metadata...": "Loading sibling metadata...",
68
61
  "Loading tree...": "Loading tree...",
@@ -74,22 +67,18 @@
74
67
  "M": "M",
75
68
  "Manage filters": "Manage filters",
76
69
  "Modified By": "Modified By",
77
- "more": "more",
78
70
  "New": "New",
79
71
  "New Value": "New Value",
80
72
  "Next": "Next",
81
73
  "Next →": "Next →",
82
74
  "No actions available": "No actions available",
83
75
  "No editable properties found in schema.": "No editable properties found in schema.",
76
+ "No filters added.": "No filters added.",
84
77
  "No history yet": "No history yet",
85
78
  "No items yet. Click \"+ Add Root Node\" to get started.": "No items yet. Click \"+ Add Root Node\" to get started.",
86
- "No matching records found.": "No matching records found.",
87
79
  "No results found": "No results found",
88
- "No rules yet. Add one to narrow the list.": "No rules yet. Add one to narrow the list.",
89
80
  "No tasks to display": "No tasks to display",
90
- "of": "of",
91
81
  "Old": "Old",
92
- "or": "or",
93
82
  "Output": "Output",
94
83
  "Owner": "Owner",
95
84
  "Page": "Page",
@@ -101,15 +90,12 @@
101
90
  "Reason": "Reason",
102
91
  "Rename node": "Rename node",
103
92
  "Reset": "Reset",
104
- "Results": "Results",
105
93
  "Retry": "Retry",
106
94
  "Right-side metadata overlay": "Right-side metadata overlay",
107
95
  "Search": "Search",
108
- "Search, sort, and filter records from one workspace.": "Search, sort, and filter records from one workspace.",
109
96
  "Search:": "Search:",
110
97
  "Select": "Select",
111
98
  "Select Field": "Select Field",
112
- "selected": "selected",
113
99
  "Showing": "Showing",
114
100
  "Sibling Data": "Sibling Data",
115
101
  "Sibling tabs": "Sibling tabs",
@@ -118,14 +104,23 @@
118
104
  "Signing in...": "Signing in...",
119
105
  "Submitted - document is locked": "Submitted - document is locked",
120
106
  "Task": "Task",
121
- "The query has changed. Select Search to refresh the table.": "The query has changed. Select Search to refresh the table.",
122
107
  "Today": "Today",
123
108
  "Total:": "Total:",
109
+ "Tree": "Tree",
110
+ "True": "True",
124
111
  "Update": "Update",
125
112
  "Update Field ▼": "Update Field ▼",
126
113
  "Updated": "Updated",
127
- "Use Search or press Enter to update results with the current sort order.": "Use Search or press Enter to update results with the current sort order.",
114
+ "Value": "Value",
128
115
  "View as of date": "View as of date",
129
- "Visible columns": "Visible columns",
130
- "Welcome back": "Welcome back"
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"
131
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;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,2CA4BrF;AA0MD,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;AAI1B,MAAM,WAAW,cAAc;IAC7B,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;CACjC;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,cAAc,2CAwBjD"}
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;AAuOD,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;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,2CAOpD;AA8LD,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;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,2CAO9C;AAqMD,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;AAWvD,MAAM,WAAW,eAAgB,SAAQ,SAAS;IAChD,MAAM,EAAE,YAAY,CAAC;CACtB;AAcD;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAOhD;AA4OD,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;AAsQD;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,2CAOtD;AAsKD,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"}