@multiplatform.one/backoffice 6.7.0 → 7.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 (967) hide show
  1. package/dist/cjs/chrome/BackofficeAwesomebar.cjs +1 -0
  2. package/dist/cjs/chrome/BackofficeAwesomebar.native.js +1 -0
  3. package/dist/cjs/chrome/BackofficeAwesomebar.native.js.map +1 -1
  4. package/dist/cjs/chrome/CommandPalette.cjs +95 -18
  5. package/dist/cjs/chrome/CommandPalette.native.js +114 -31
  6. package/dist/cjs/chrome/CommandPalette.native.js.map +1 -1
  7. package/dist/cjs/chrome/HelpMenu.cjs +40 -55
  8. package/dist/cjs/chrome/HelpMenu.native.js +50 -66
  9. package/dist/cjs/chrome/HelpMenu.native.js.map +1 -1
  10. package/dist/cjs/chrome/awesomebar-data.cjs +51 -8
  11. package/dist/cjs/chrome/awesomebar-data.native.js +58 -10
  12. package/dist/cjs/chrome/awesomebar-data.native.js.map +1 -1
  13. package/dist/cjs/chrome/command-palette-model.cjs +1 -2
  14. package/dist/cjs/chrome/command-palette-model.native.js +1 -2
  15. package/dist/cjs/chrome/command-palette-model.native.js.map +1 -1
  16. package/dist/cjs/chrome/notifications-data.cjs +2 -0
  17. package/dist/cjs/chrome/notifications-data.native.js +2 -0
  18. package/dist/cjs/chrome/notifications-data.native.js.map +1 -1
  19. package/dist/cjs/chrome/notifications-panel.cjs +14 -4
  20. package/dist/cjs/chrome/notifications-panel.native.js +16 -4
  21. package/dist/cjs/chrome/notifications-panel.native.js.map +1 -1
  22. package/dist/cjs/chrome/shortcuts.native.js.map +1 -1
  23. package/dist/cjs/config/BackofficeProvider.cjs +2 -0
  24. package/dist/cjs/config/BackofficeProvider.native.js +2 -0
  25. package/dist/cjs/config/BackofficeProvider.native.js.map +1 -1
  26. package/dist/cjs/form/DocFormScreen.cjs +123 -14
  27. package/dist/cjs/form/DocFormScreen.native.js +147 -14
  28. package/dist/cjs/form/DocFormScreen.native.js.map +1 -1
  29. package/dist/cjs/form/FormConnections.cjs +37 -5
  30. package/dist/cjs/form/FormConnections.native.js +36 -5
  31. package/dist/cjs/form/FormConnections.native.js.map +1 -1
  32. package/dist/cjs/form/FormDialogs.cjs +104 -0
  33. package/dist/cjs/form/FormDialogs.native.js +110 -0
  34. package/dist/cjs/form/FormDialogs.native.js.map +1 -1
  35. package/dist/cjs/form/FormErrorBoundary.cjs +26 -5
  36. package/dist/cjs/form/FormErrorBoundary.native.js +25 -5
  37. package/dist/cjs/form/FormErrorBoundary.native.js.map +1 -1
  38. package/dist/cjs/form/FormSidebarPanel.cjs +71 -22
  39. package/dist/cjs/form/FormSidebarPanel.native.js +70 -22
  40. package/dist/cjs/form/FormSidebarPanel.native.js.map +1 -1
  41. package/dist/cjs/form/FormTimeline.cjs +133 -22
  42. package/dist/cjs/form/FormTimeline.native.js +171 -24
  43. package/dist/cjs/form/FormTimeline.native.js.map +1 -1
  44. package/dist/cjs/form/FormToolbar.cjs +50 -4
  45. package/dist/cjs/form/FormToolbar.native.js +50 -4
  46. package/dist/cjs/form/FormToolbar.native.js.map +1 -1
  47. package/dist/cjs/form/formActions.native.js.map +1 -1
  48. package/dist/cjs/form/formLayout.cjs +3 -13
  49. package/dist/cjs/form/formLayout.native.js +7 -13
  50. package/dist/cjs/form/formLayout.native.js.map +1 -1
  51. package/dist/cjs/form/platformHooks.cjs +48 -0
  52. package/dist/cjs/form/platformHooks.native.js +52 -0
  53. package/dist/cjs/form/platformHooks.native.js.map +1 -1
  54. package/dist/cjs/form/timeline-entries.cjs +56 -13
  55. package/dist/cjs/form/timeline-entries.native.js +58 -16
  56. package/dist/cjs/form/timeline-entries.native.js.map +1 -1
  57. package/dist/cjs/i18n/en.cjs +31 -9
  58. package/dist/cjs/i18n/en.native.js +31 -9
  59. package/dist/cjs/i18n/en.native.js.map +1 -1
  60. package/dist/cjs/index.cjs +13 -1
  61. package/dist/cjs/index.native.js +13 -1
  62. package/dist/cjs/index.native.js.map +1 -1
  63. package/dist/cjs/list/AddTagsDialog.cjs +12 -7
  64. package/dist/cjs/list/AddTagsDialog.native.js +12 -7
  65. package/dist/cjs/list/AddTagsDialog.native.js.map +1 -1
  66. package/dist/cjs/list/AssignToDialog.cjs +7 -4
  67. package/dist/cjs/list/AssignToDialog.native.js +7 -4
  68. package/dist/cjs/list/AssignToDialog.native.js.map +1 -1
  69. package/dist/cjs/list/DoctypeListScreen.cjs +124 -153
  70. package/dist/cjs/list/DoctypeListScreen.native.js +152 -198
  71. package/dist/cjs/list/DoctypeListScreen.native.js.map +1 -1
  72. package/dist/cjs/list/ListFilterBar.cjs +60 -41
  73. package/dist/cjs/list/ListFilterBar.native.js +62 -41
  74. package/dist/cjs/list/ListFilterBar.native.js.map +1 -1
  75. package/dist/cjs/list/ListSidebar.cjs +15 -13
  76. package/dist/cjs/list/ListSidebar.native.js +17 -17
  77. package/dist/cjs/list/ListSidebar.native.js.map +1 -1
  78. package/dist/cjs/list/bulk-edit-dialog.cjs +12 -7
  79. package/dist/cjs/list/bulk-edit-dialog.native.js +12 -7
  80. package/dist/cjs/list/bulk-edit-dialog.native.js.map +1 -1
  81. package/dist/cjs/list/filter-fields.cjs +23 -1
  82. package/dist/cjs/list/filter-fields.native.js +28 -1
  83. package/dist/cjs/list/filter-fields.native.js.map +1 -1
  84. package/dist/cjs/list/filter-saved.cjs +4 -4
  85. package/dist/cjs/list/filter-saved.native.js +4 -7
  86. package/dist/cjs/list/filter-saved.native.js.map +1 -1
  87. package/dist/cjs/list/filter-sort.cjs +2 -1
  88. package/dist/cjs/list/filter-sort.native.js +2 -1
  89. package/dist/cjs/list/filter-sort.native.js.map +1 -1
  90. package/dist/cjs/list/filter-standard.cjs +1 -1
  91. package/dist/cjs/list/filter-standard.native.js +1 -1
  92. package/dist/cjs/list/listColumns.cjs +258 -109
  93. package/dist/cjs/list/listColumns.native.js +263 -118
  94. package/dist/cjs/list/listColumns.native.js.map +1 -1
  95. package/dist/cjs/list/listFields.cjs +6 -1
  96. package/dist/cjs/list/listFields.native.js +8 -1
  97. package/dist/cjs/list/listFields.native.js.map +1 -1
  98. package/dist/cjs/list/sidebar-section.cjs +57 -19
  99. package/dist/cjs/list/sidebar-section.native.js +60 -19
  100. package/dist/cjs/list/sidebar-section.native.js.map +1 -1
  101. package/dist/cjs/oneAdapter/index.cjs +5 -1
  102. package/dist/cjs/oneAdapter/index.native.js +8 -1
  103. package/dist/cjs/oneAdapter/index.native.js.map +1 -1
  104. package/dist/cjs/quickEntry/quickEntryPlan.cjs +2 -6
  105. package/dist/cjs/quickEntry/quickEntryPlan.native.js +4 -6
  106. package/dist/cjs/quickEntry/quickEntryPlan.native.js.map +1 -1
  107. package/dist/cjs/report/QueryReportScreen.cjs +103 -94
  108. package/dist/cjs/report/QueryReportScreen.native.js +125 -143
  109. package/dist/cjs/report/QueryReportScreen.native.js.map +1 -1
  110. package/dist/cjs/report/queryReportColumns.cjs +10 -1
  111. package/dist/cjs/report/queryReportColumns.native.js +16 -1
  112. package/dist/cjs/report/queryReportColumns.native.js.map +1 -1
  113. package/dist/cjs/report/queryReportFilterBar.cjs +274 -0
  114. package/dist/cjs/report/queryReportFilterBar.native.js +339 -0
  115. package/dist/cjs/report/queryReportFilterBar.native.js.map +1 -0
  116. package/dist/cjs/report/queryReportUrlState.cjs +55 -0
  117. package/dist/cjs/report/queryReportUrlState.native.js +108 -0
  118. package/dist/cjs/report/queryReportUrlState.native.js.map +1 -0
  119. package/dist/cjs/report/report-grid.cjs +155 -50
  120. package/dist/cjs/report/report-grid.native.js +174 -54
  121. package/dist/cjs/report/report-grid.native.js.map +1 -1
  122. package/dist/cjs/report/report-toolbar.cjs +1 -6
  123. package/dist/cjs/report/report-toolbar.native.js +6 -6
  124. package/dist/cjs/report/report-toolbar.native.js.map +1 -1
  125. package/dist/cjs/report/reportShapes.cjs +269 -11
  126. package/dist/cjs/report/reportShapes.native.js +333 -11
  127. package/dist/cjs/report/reportShapes.native.js.map +1 -1
  128. package/dist/cjs/report/reportViewModel.cjs +13 -5
  129. package/dist/cjs/report/reportViewModel.native.js +38 -5
  130. package/dist/cjs/report/reportViewModel.native.js.map +1 -1
  131. package/dist/cjs/report/useQueryReport.cjs +48 -17
  132. package/dist/cjs/report/useQueryReport.native.js +56 -37
  133. package/dist/cjs/report/useQueryReport.native.js.map +1 -1
  134. package/dist/cjs/shared/deskLinks.cjs +39 -0
  135. package/dist/cjs/shared/deskLinks.native.js +43 -0
  136. package/dist/cjs/shared/deskLinks.native.js.map +1 -0
  137. package/dist/cjs/shared/listNavContext.cjs +102 -0
  138. package/dist/cjs/shared/listNavContext.native.js +130 -0
  139. package/dist/cjs/shared/listNavContext.native.js.map +1 -0
  140. package/dist/cjs/shared/useDocinfo.cjs +42 -2
  141. package/dist/cjs/shared/useDocinfo.native.js +82 -2
  142. package/dist/cjs/shared/useDocinfo.native.js.map +1 -1
  143. package/dist/cjs/shared/useDoctypeMeta.native.js.map +1 -1
  144. package/dist/cjs/shared/useFrappeApp.cjs +10 -5
  145. package/dist/cjs/shared/useFrappeApp.native.js +10 -5
  146. package/dist/cjs/shared/useFrappeApp.native.js.map +1 -1
  147. package/dist/cjs/shell/BackofficeShell.cjs +83 -20
  148. package/dist/cjs/shell/BackofficeShell.native.js +89 -24
  149. package/dist/cjs/shell/BackofficeShell.native.js.map +1 -1
  150. package/dist/cjs/shell/WorkspaceSidebar.cjs +113 -4
  151. package/dist/cjs/shell/WorkspaceSidebar.native.js +120 -4
  152. package/dist/cjs/shell/WorkspaceSidebar.native.js.map +1 -1
  153. package/dist/cjs/shell/useWorkspaces.cjs +2 -0
  154. package/dist/cjs/shell/useWorkspaces.native.js +2 -0
  155. package/dist/cjs/shell/useWorkspaces.native.js.map +1 -1
  156. package/dist/cjs/shell/workspaceIcons.cjs +12 -2
  157. package/dist/cjs/shell/workspaceIcons.native.js +35 -2
  158. package/dist/cjs/shell/workspaceIcons.native.js.map +1 -1
  159. package/dist/cjs/views/CalendarView.cjs +1 -4
  160. package/dist/cjs/views/CalendarView.native.js +1 -6
  161. package/dist/cjs/views/CalendarView.native.js.map +1 -1
  162. package/dist/cjs/views/DoctypeViewScreen.cjs +7 -3
  163. package/dist/cjs/views/DoctypeViewScreen.native.js +7 -3
  164. package/dist/cjs/views/DoctypeViewScreen.native.js.map +1 -1
  165. package/dist/cjs/views/KanbanView.cjs +2 -0
  166. package/dist/cjs/views/KanbanView.native.js +2 -0
  167. package/dist/cjs/views/KanbanView.native.js.map +1 -1
  168. package/dist/cjs/views/ViewHeader.cjs +45 -74
  169. package/dist/cjs/views/ViewHeader.native.js +51 -78
  170. package/dist/cjs/views/ViewHeader.native.js.map +1 -1
  171. package/dist/cjs/views/ViewSwitcherMenu.cjs +95 -0
  172. package/dist/cjs/views/ViewSwitcherMenu.native.js +99 -0
  173. package/dist/cjs/views/ViewSwitcherMenu.native.js.map +1 -0
  174. package/dist/cjs/views/connection.cjs +5 -1
  175. package/dist/cjs/views/connection.native.js +5 -1
  176. package/dist/cjs/views/connection.native.js.map +1 -1
  177. package/dist/cjs/views/dashboard-data.cjs +1 -2
  178. package/dist/cjs/views/dashboard-data.native.js +1 -4
  179. package/dist/cjs/views/dashboard-data.native.js.map +1 -1
  180. package/dist/cjs/views/kanban-board-controls.cjs +4 -9
  181. package/dist/cjs/views/kanban-board-controls.native.js +9 -10
  182. package/dist/cjs/views/kanban-board-controls.native.js.map +1 -1
  183. package/dist/cjs/views/viewAvailability.cjs +59 -0
  184. package/dist/cjs/views/viewAvailability.native.js +63 -0
  185. package/dist/cjs/views/viewAvailability.native.js.map +1 -0
  186. package/dist/cjs/workspace/WorkspaceLinkCard.cjs +120 -25
  187. package/dist/cjs/workspace/WorkspaceLinkCard.native.js +126 -28
  188. package/dist/cjs/workspace/WorkspaceLinkCard.native.js.map +1 -1
  189. package/dist/cjs/workspace/WorkspaceLinkDirectory.cjs +27 -21
  190. package/dist/cjs/workspace/WorkspaceLinkDirectory.native.js +32 -23
  191. package/dist/cjs/workspace/WorkspaceLinkDirectory.native.js.map +1 -1
  192. package/dist/cjs/workspace/WorkspaceNumberCard.cjs +1 -1
  193. package/dist/cjs/workspace/WorkspaceNumberCard.native.js +1 -1
  194. package/dist/cjs/workspace/WorkspaceNumberCard.native.js.map +1 -1
  195. package/dist/cjs/workspace/WorkspaceQuickList.cjs +61 -29
  196. package/dist/cjs/workspace/WorkspaceQuickList.native.js +65 -32
  197. package/dist/cjs/workspace/WorkspaceQuickList.native.js.map +1 -1
  198. package/dist/cjs/workspace/WorkspaceRecents.cjs +8 -0
  199. package/dist/cjs/workspace/WorkspaceRecents.native.js +8 -0
  200. package/dist/cjs/workspace/WorkspaceRecents.native.js.map +1 -1
  201. package/dist/cjs/workspace/WorkspaceShortcut.cjs +10 -0
  202. package/dist/cjs/workspace/WorkspaceShortcut.native.js +10 -0
  203. package/dist/cjs/workspace/WorkspaceShortcut.native.js.map +1 -1
  204. package/dist/cjs/workspace/parseContent.cjs +22 -0
  205. package/dist/cjs/workspace/parseContent.native.js +24 -0
  206. package/dist/cjs/workspace/parseContent.native.js.map +1 -1
  207. package/dist/esm/chrome/BackofficeAwesomebar.mjs +1 -0
  208. package/dist/esm/chrome/BackofficeAwesomebar.mjs.map +1 -1
  209. package/dist/esm/chrome/BackofficeAwesomebar.native.js +1 -0
  210. package/dist/esm/chrome/BackofficeAwesomebar.native.js.map +1 -1
  211. package/dist/esm/chrome/CommandPalette.mjs +96 -19
  212. package/dist/esm/chrome/CommandPalette.mjs.map +1 -1
  213. package/dist/esm/chrome/CommandPalette.native.js +115 -32
  214. package/dist/esm/chrome/CommandPalette.native.js.map +1 -1
  215. package/dist/esm/chrome/HelpMenu.mjs +41 -56
  216. package/dist/esm/chrome/HelpMenu.mjs.map +1 -1
  217. package/dist/esm/chrome/HelpMenu.native.js +51 -67
  218. package/dist/esm/chrome/HelpMenu.native.js.map +1 -1
  219. package/dist/esm/chrome/awesomebar-data.mjs +51 -9
  220. package/dist/esm/chrome/awesomebar-data.mjs.map +1 -1
  221. package/dist/esm/chrome/awesomebar-data.native.js +58 -11
  222. package/dist/esm/chrome/awesomebar-data.native.js.map +1 -1
  223. package/dist/esm/chrome/command-palette-model.mjs +2 -3
  224. package/dist/esm/chrome/command-palette-model.mjs.map +1 -1
  225. package/dist/esm/chrome/command-palette-model.native.js +2 -3
  226. package/dist/esm/chrome/command-palette-model.native.js.map +1 -1
  227. package/dist/esm/chrome/notifications-data.mjs +2 -0
  228. package/dist/esm/chrome/notifications-data.mjs.map +1 -1
  229. package/dist/esm/chrome/notifications-data.native.js +2 -0
  230. package/dist/esm/chrome/notifications-data.native.js.map +1 -1
  231. package/dist/esm/chrome/notifications-panel.mjs +15 -5
  232. package/dist/esm/chrome/notifications-panel.mjs.map +1 -1
  233. package/dist/esm/chrome/notifications-panel.native.js +17 -5
  234. package/dist/esm/chrome/notifications-panel.native.js.map +1 -1
  235. package/dist/esm/chrome/shortcuts.mjs.map +1 -1
  236. package/dist/esm/chrome/shortcuts.native.js.map +1 -1
  237. package/dist/esm/config/BackofficeProvider.mjs +2 -0
  238. package/dist/esm/config/BackofficeProvider.mjs.map +1 -1
  239. package/dist/esm/config/BackofficeProvider.native.js +2 -0
  240. package/dist/esm/config/BackofficeProvider.native.js.map +1 -1
  241. package/dist/esm/form/DocFormScreen.mjs +126 -17
  242. package/dist/esm/form/DocFormScreen.mjs.map +1 -1
  243. package/dist/esm/form/DocFormScreen.native.js +150 -17
  244. package/dist/esm/form/DocFormScreen.native.js.map +1 -1
  245. package/dist/esm/form/FormConnections.mjs +38 -6
  246. package/dist/esm/form/FormConnections.mjs.map +1 -1
  247. package/dist/esm/form/FormConnections.native.js +37 -6
  248. package/dist/esm/form/FormConnections.native.js.map +1 -1
  249. package/dist/esm/form/FormDialogs.mjs +107 -4
  250. package/dist/esm/form/FormDialogs.mjs.map +1 -1
  251. package/dist/esm/form/FormDialogs.native.js +113 -4
  252. package/dist/esm/form/FormDialogs.native.js.map +1 -1
  253. package/dist/esm/form/FormErrorBoundary.mjs +28 -7
  254. package/dist/esm/form/FormErrorBoundary.mjs.map +1 -1
  255. package/dist/esm/form/FormErrorBoundary.native.js +27 -7
  256. package/dist/esm/form/FormErrorBoundary.native.js.map +1 -1
  257. package/dist/esm/form/FormSidebarPanel.mjs +71 -23
  258. package/dist/esm/form/FormSidebarPanel.mjs.map +1 -1
  259. package/dist/esm/form/FormSidebarPanel.native.js +70 -23
  260. package/dist/esm/form/FormSidebarPanel.native.js.map +1 -1
  261. package/dist/esm/form/FormTimeline.mjs +136 -25
  262. package/dist/esm/form/FormTimeline.mjs.map +1 -1
  263. package/dist/esm/form/FormTimeline.native.js +174 -27
  264. package/dist/esm/form/FormTimeline.native.js.map +1 -1
  265. package/dist/esm/form/FormToolbar.mjs +51 -5
  266. package/dist/esm/form/FormToolbar.mjs.map +1 -1
  267. package/dist/esm/form/FormToolbar.native.js +51 -5
  268. package/dist/esm/form/FormToolbar.native.js.map +1 -1
  269. package/dist/esm/form/formActions.mjs.map +1 -1
  270. package/dist/esm/form/formActions.native.js.map +1 -1
  271. package/dist/esm/form/formLayout.mjs +3 -13
  272. package/dist/esm/form/formLayout.mjs.map +1 -1
  273. package/dist/esm/form/formLayout.native.js +7 -13
  274. package/dist/esm/form/formLayout.native.js.map +1 -1
  275. package/dist/esm/form/platformHooks.mjs +47 -1
  276. package/dist/esm/form/platformHooks.mjs.map +1 -1
  277. package/dist/esm/form/platformHooks.native.js +51 -1
  278. package/dist/esm/form/platformHooks.native.js.map +1 -1
  279. package/dist/esm/form/timeline-entries.mjs +56 -13
  280. package/dist/esm/form/timeline-entries.mjs.map +1 -1
  281. package/dist/esm/form/timeline-entries.native.js +58 -16
  282. package/dist/esm/form/timeline-entries.native.js.map +1 -1
  283. package/dist/esm/i18n/en.mjs +31 -9
  284. package/dist/esm/i18n/en.mjs.map +1 -1
  285. package/dist/esm/i18n/en.native.js +31 -9
  286. package/dist/esm/i18n/en.native.js.map +1 -1
  287. package/dist/esm/index.mjs +6 -3
  288. package/dist/esm/index.mjs.map +1 -1
  289. package/dist/esm/index.native.js +6 -3
  290. package/dist/esm/index.native.js.map +1 -1
  291. package/dist/esm/list/AddTagsDialog.mjs +12 -7
  292. package/dist/esm/list/AddTagsDialog.mjs.map +1 -1
  293. package/dist/esm/list/AddTagsDialog.native.js +12 -7
  294. package/dist/esm/list/AddTagsDialog.native.js.map +1 -1
  295. package/dist/esm/list/AssignToDialog.mjs +7 -4
  296. package/dist/esm/list/AssignToDialog.mjs.map +1 -1
  297. package/dist/esm/list/AssignToDialog.native.js +7 -4
  298. package/dist/esm/list/AssignToDialog.native.js.map +1 -1
  299. package/dist/esm/list/DoctypeListScreen.mjs +127 -156
  300. package/dist/esm/list/DoctypeListScreen.mjs.map +1 -1
  301. package/dist/esm/list/DoctypeListScreen.native.js +155 -201
  302. package/dist/esm/list/DoctypeListScreen.native.js.map +1 -1
  303. package/dist/esm/list/ListFilterBar.mjs +60 -41
  304. package/dist/esm/list/ListFilterBar.mjs.map +1 -1
  305. package/dist/esm/list/ListFilterBar.native.js +62 -41
  306. package/dist/esm/list/ListFilterBar.native.js.map +1 -1
  307. package/dist/esm/list/ListSidebar.mjs +16 -14
  308. package/dist/esm/list/ListSidebar.mjs.map +1 -1
  309. package/dist/esm/list/ListSidebar.native.js +18 -18
  310. package/dist/esm/list/ListSidebar.native.js.map +1 -1
  311. package/dist/esm/list/bulk-edit-dialog.mjs +12 -7
  312. package/dist/esm/list/bulk-edit-dialog.mjs.map +1 -1
  313. package/dist/esm/list/bulk-edit-dialog.native.js +12 -7
  314. package/dist/esm/list/bulk-edit-dialog.native.js.map +1 -1
  315. package/dist/esm/list/filter-fields.mjs +23 -1
  316. package/dist/esm/list/filter-fields.mjs.map +1 -1
  317. package/dist/esm/list/filter-fields.native.js +28 -1
  318. package/dist/esm/list/filter-fields.native.js.map +1 -1
  319. package/dist/esm/list/filter-saved.mjs +4 -4
  320. package/dist/esm/list/filter-saved.mjs.map +1 -1
  321. package/dist/esm/list/filter-saved.native.js +4 -7
  322. package/dist/esm/list/filter-saved.native.js.map +1 -1
  323. package/dist/esm/list/filter-sort.mjs +2 -1
  324. package/dist/esm/list/filter-sort.mjs.map +1 -1
  325. package/dist/esm/list/filter-sort.native.js +2 -1
  326. package/dist/esm/list/filter-sort.native.js.map +1 -1
  327. package/dist/esm/list/filter-standard.mjs +1 -1
  328. package/dist/esm/list/filter-standard.mjs.map +1 -1
  329. package/dist/esm/list/filter-standard.native.js +1 -1
  330. package/dist/esm/list/filter-standard.native.js.map +1 -1
  331. package/dist/esm/list/listColumns.mjs +261 -112
  332. package/dist/esm/list/listColumns.mjs.map +1 -1
  333. package/dist/esm/list/listColumns.native.js +266 -121
  334. package/dist/esm/list/listColumns.native.js.map +1 -1
  335. package/dist/esm/list/listFields.mjs +6 -2
  336. package/dist/esm/list/listFields.mjs.map +1 -1
  337. package/dist/esm/list/listFields.native.js +8 -2
  338. package/dist/esm/list/listFields.native.js.map +1 -1
  339. package/dist/esm/list/sidebar-section.mjs +58 -21
  340. package/dist/esm/list/sidebar-section.mjs.map +1 -1
  341. package/dist/esm/list/sidebar-section.native.js +61 -21
  342. package/dist/esm/list/sidebar-section.native.js.map +1 -1
  343. package/dist/esm/oneAdapter/index.mjs +5 -1
  344. package/dist/esm/oneAdapter/index.mjs.map +1 -1
  345. package/dist/esm/oneAdapter/index.native.js +8 -1
  346. package/dist/esm/oneAdapter/index.native.js.map +1 -1
  347. package/dist/esm/quickEntry/quickEntryPlan.mjs +2 -6
  348. package/dist/esm/quickEntry/quickEntryPlan.mjs.map +1 -1
  349. package/dist/esm/quickEntry/quickEntryPlan.native.js +4 -6
  350. package/dist/esm/quickEntry/quickEntryPlan.native.js.map +1 -1
  351. package/dist/esm/report/QueryReportScreen.mjs +103 -94
  352. package/dist/esm/report/QueryReportScreen.mjs.map +1 -1
  353. package/dist/esm/report/QueryReportScreen.native.js +125 -143
  354. package/dist/esm/report/QueryReportScreen.native.js.map +1 -1
  355. package/dist/esm/report/queryReportColumns.mjs +9 -1
  356. package/dist/esm/report/queryReportColumns.mjs.map +1 -1
  357. package/dist/esm/report/queryReportColumns.native.js +15 -1
  358. package/dist/esm/report/queryReportColumns.native.js.map +1 -1
  359. package/dist/esm/report/queryReportFilterBar.mjs +246 -0
  360. package/dist/esm/report/queryReportFilterBar.mjs.map +1 -0
  361. package/dist/esm/report/queryReportFilterBar.native.js +308 -0
  362. package/dist/esm/report/queryReportFilterBar.native.js.map +1 -0
  363. package/dist/esm/report/queryReportUrlState.mjs +29 -0
  364. package/dist/esm/report/queryReportUrlState.mjs.map +1 -0
  365. package/dist/esm/report/queryReportUrlState.native.js +79 -0
  366. package/dist/esm/report/queryReportUrlState.native.js.map +1 -0
  367. package/dist/esm/report/report-grid.mjs +158 -53
  368. package/dist/esm/report/report-grid.mjs.map +1 -1
  369. package/dist/esm/report/report-grid.native.js +177 -57
  370. package/dist/esm/report/report-grid.native.js.map +1 -1
  371. package/dist/esm/report/report-toolbar.mjs +2 -7
  372. package/dist/esm/report/report-toolbar.mjs.map +1 -1
  373. package/dist/esm/report/report-toolbar.native.js +7 -7
  374. package/dist/esm/report/report-toolbar.native.js.map +1 -1
  375. package/dist/esm/report/reportShapes.mjs +266 -12
  376. package/dist/esm/report/reportShapes.mjs.map +1 -1
  377. package/dist/esm/report/reportShapes.native.js +330 -12
  378. package/dist/esm/report/reportShapes.native.js.map +1 -1
  379. package/dist/esm/report/reportViewModel.mjs +13 -5
  380. package/dist/esm/report/reportViewModel.mjs.map +1 -1
  381. package/dist/esm/report/reportViewModel.native.js +38 -5
  382. package/dist/esm/report/reportViewModel.native.js.map +1 -1
  383. package/dist/esm/report/useQueryReport.mjs +46 -20
  384. package/dist/esm/report/useQueryReport.mjs.map +1 -1
  385. package/dist/esm/report/useQueryReport.native.js +54 -40
  386. package/dist/esm/report/useQueryReport.native.js.map +1 -1
  387. package/dist/esm/shared/deskLinks.mjs +13 -0
  388. package/dist/esm/shared/deskLinks.mjs.map +1 -0
  389. package/dist/esm/shared/deskLinks.native.js +14 -0
  390. package/dist/esm/shared/deskLinks.native.js.map +1 -0
  391. package/dist/esm/shared/listNavContext.mjs +74 -0
  392. package/dist/esm/shared/listNavContext.mjs.map +1 -0
  393. package/dist/esm/shared/listNavContext.native.js +99 -0
  394. package/dist/esm/shared/listNavContext.native.js.map +1 -0
  395. package/dist/esm/shared/useDocinfo.mjs +40 -3
  396. package/dist/esm/shared/useDocinfo.mjs.map +1 -1
  397. package/dist/esm/shared/useDocinfo.native.js +80 -3
  398. package/dist/esm/shared/useDocinfo.native.js.map +1 -1
  399. package/dist/esm/shared/useDoctypeMeta.mjs.map +1 -1
  400. package/dist/esm/shared/useDoctypeMeta.native.js.map +1 -1
  401. package/dist/esm/shared/useFrappeApp.mjs +10 -5
  402. package/dist/esm/shared/useFrappeApp.mjs.map +1 -1
  403. package/dist/esm/shared/useFrappeApp.native.js +10 -5
  404. package/dist/esm/shared/useFrappeApp.native.js.map +1 -1
  405. package/dist/esm/shell/BackofficeShell.mjs +75 -23
  406. package/dist/esm/shell/BackofficeShell.mjs.map +1 -1
  407. package/dist/esm/shell/BackofficeShell.native.js +81 -27
  408. package/dist/esm/shell/BackofficeShell.native.js.map +1 -1
  409. package/dist/esm/shell/WorkspaceSidebar.mjs +115 -6
  410. package/dist/esm/shell/WorkspaceSidebar.mjs.map +1 -1
  411. package/dist/esm/shell/WorkspaceSidebar.native.js +122 -6
  412. package/dist/esm/shell/WorkspaceSidebar.native.js.map +1 -1
  413. package/dist/esm/shell/useWorkspaces.mjs +2 -0
  414. package/dist/esm/shell/useWorkspaces.mjs.map +1 -1
  415. package/dist/esm/shell/useWorkspaces.native.js +2 -0
  416. package/dist/esm/shell/useWorkspaces.native.js.map +1 -1
  417. package/dist/esm/shell/workspaceIcons.mjs +13 -3
  418. package/dist/esm/shell/workspaceIcons.mjs.map +1 -1
  419. package/dist/esm/shell/workspaceIcons.native.js +36 -3
  420. package/dist/esm/shell/workspaceIcons.native.js.map +1 -1
  421. package/dist/esm/views/CalendarView.mjs +2 -5
  422. package/dist/esm/views/CalendarView.mjs.map +1 -1
  423. package/dist/esm/views/CalendarView.native.js +2 -7
  424. package/dist/esm/views/CalendarView.native.js.map +1 -1
  425. package/dist/esm/views/DoctypeViewScreen.mjs +7 -3
  426. package/dist/esm/views/DoctypeViewScreen.mjs.map +1 -1
  427. package/dist/esm/views/DoctypeViewScreen.native.js +7 -3
  428. package/dist/esm/views/DoctypeViewScreen.native.js.map +1 -1
  429. package/dist/esm/views/KanbanView.mjs +2 -0
  430. package/dist/esm/views/KanbanView.mjs.map +1 -1
  431. package/dist/esm/views/KanbanView.native.js +2 -0
  432. package/dist/esm/views/KanbanView.native.js.map +1 -1
  433. package/dist/esm/views/ViewHeader.mjs +49 -78
  434. package/dist/esm/views/ViewHeader.mjs.map +1 -1
  435. package/dist/esm/views/ViewHeader.native.js +55 -82
  436. package/dist/esm/views/ViewHeader.native.js.map +1 -1
  437. package/dist/esm/views/ViewSwitcherMenu.mjs +69 -0
  438. package/dist/esm/views/ViewSwitcherMenu.mjs.map +1 -0
  439. package/dist/esm/views/ViewSwitcherMenu.native.js +70 -0
  440. package/dist/esm/views/ViewSwitcherMenu.native.js.map +1 -0
  441. package/dist/esm/views/connection.mjs +5 -1
  442. package/dist/esm/views/connection.mjs.map +1 -1
  443. package/dist/esm/views/connection.native.js +5 -1
  444. package/dist/esm/views/connection.native.js.map +1 -1
  445. package/dist/esm/views/dashboard-data.mjs +2 -3
  446. package/dist/esm/views/dashboard-data.mjs.map +1 -1
  447. package/dist/esm/views/dashboard-data.native.js +2 -5
  448. package/dist/esm/views/dashboard-data.native.js.map +1 -1
  449. package/dist/esm/views/kanban-board-controls.mjs +4 -9
  450. package/dist/esm/views/kanban-board-controls.mjs.map +1 -1
  451. package/dist/esm/views/kanban-board-controls.native.js +9 -10
  452. package/dist/esm/views/kanban-board-controls.native.js.map +1 -1
  453. package/dist/esm/views/viewAvailability.mjs +33 -0
  454. package/dist/esm/views/viewAvailability.mjs.map +1 -0
  455. package/dist/esm/views/viewAvailability.native.js +34 -0
  456. package/dist/esm/views/viewAvailability.native.js.map +1 -0
  457. package/dist/esm/workspace/WorkspaceLinkCard.mjs +121 -26
  458. package/dist/esm/workspace/WorkspaceLinkCard.mjs.map +1 -1
  459. package/dist/esm/workspace/WorkspaceLinkCard.native.js +127 -29
  460. package/dist/esm/workspace/WorkspaceLinkCard.native.js.map +1 -1
  461. package/dist/esm/workspace/WorkspaceLinkDirectory.mjs +27 -21
  462. package/dist/esm/workspace/WorkspaceLinkDirectory.mjs.map +1 -1
  463. package/dist/esm/workspace/WorkspaceLinkDirectory.native.js +32 -23
  464. package/dist/esm/workspace/WorkspaceLinkDirectory.native.js.map +1 -1
  465. package/dist/esm/workspace/WorkspaceNumberCard.mjs +1 -1
  466. package/dist/esm/workspace/WorkspaceNumberCard.mjs.map +1 -1
  467. package/dist/esm/workspace/WorkspaceNumberCard.native.js +1 -1
  468. package/dist/esm/workspace/WorkspaceNumberCard.native.js.map +1 -1
  469. package/dist/esm/workspace/WorkspaceQuickList.mjs +62 -30
  470. package/dist/esm/workspace/WorkspaceQuickList.mjs.map +1 -1
  471. package/dist/esm/workspace/WorkspaceQuickList.native.js +66 -33
  472. package/dist/esm/workspace/WorkspaceQuickList.native.js.map +1 -1
  473. package/dist/esm/workspace/WorkspaceRecents.mjs +9 -1
  474. package/dist/esm/workspace/WorkspaceRecents.mjs.map +1 -1
  475. package/dist/esm/workspace/WorkspaceRecents.native.js +9 -1
  476. package/dist/esm/workspace/WorkspaceRecents.native.js.map +1 -1
  477. package/dist/esm/workspace/WorkspaceShortcut.mjs +11 -1
  478. package/dist/esm/workspace/WorkspaceShortcut.mjs.map +1 -1
  479. package/dist/esm/workspace/WorkspaceShortcut.native.js +11 -1
  480. package/dist/esm/workspace/WorkspaceShortcut.native.js.map +1 -1
  481. package/dist/esm/workspace/parseContent.mjs +21 -1
  482. package/dist/esm/workspace/parseContent.mjs.map +1 -1
  483. package/dist/esm/workspace/parseContent.native.js +23 -1
  484. package/dist/esm/workspace/parseContent.native.js.map +1 -1
  485. package/dist/jsx/chrome/BackofficeAwesomebar.mjs +1 -0
  486. package/dist/jsx/chrome/BackofficeAwesomebar.mjs.map +1 -1
  487. package/dist/jsx/chrome/BackofficeAwesomebar.native.js +1 -0
  488. package/dist/jsx/chrome/BackofficeAwesomebar.native.js.map +1 -1
  489. package/dist/jsx/chrome/CommandPalette.mjs +96 -19
  490. package/dist/jsx/chrome/CommandPalette.mjs.map +1 -1
  491. package/dist/jsx/chrome/CommandPalette.native.js +114 -31
  492. package/dist/jsx/chrome/CommandPalette.native.js.map +1 -1
  493. package/dist/jsx/chrome/HelpMenu.mjs +41 -56
  494. package/dist/jsx/chrome/HelpMenu.mjs.map +1 -1
  495. package/dist/jsx/chrome/HelpMenu.native.js +50 -66
  496. package/dist/jsx/chrome/HelpMenu.native.js.map +1 -1
  497. package/dist/jsx/chrome/awesomebar-data.mjs +51 -9
  498. package/dist/jsx/chrome/awesomebar-data.mjs.map +1 -1
  499. package/dist/jsx/chrome/awesomebar-data.native.js +58 -10
  500. package/dist/jsx/chrome/awesomebar-data.native.js.map +1 -1
  501. package/dist/jsx/chrome/command-palette-model.mjs +2 -3
  502. package/dist/jsx/chrome/command-palette-model.mjs.map +1 -1
  503. package/dist/jsx/chrome/command-palette-model.native.js +1 -2
  504. package/dist/jsx/chrome/command-palette-model.native.js.map +1 -1
  505. package/dist/jsx/chrome/notifications-data.mjs +2 -0
  506. package/dist/jsx/chrome/notifications-data.mjs.map +1 -1
  507. package/dist/jsx/chrome/notifications-data.native.js +2 -0
  508. package/dist/jsx/chrome/notifications-data.native.js.map +1 -1
  509. package/dist/jsx/chrome/notifications-panel.mjs +15 -5
  510. package/dist/jsx/chrome/notifications-panel.mjs.map +1 -1
  511. package/dist/jsx/chrome/notifications-panel.native.js +16 -4
  512. package/dist/jsx/chrome/notifications-panel.native.js.map +1 -1
  513. package/dist/jsx/chrome/shortcuts.mjs.map +1 -1
  514. package/dist/jsx/chrome/shortcuts.native.js.map +1 -1
  515. package/dist/jsx/config/BackofficeProvider.mjs +2 -0
  516. package/dist/jsx/config/BackofficeProvider.mjs.map +1 -1
  517. package/dist/jsx/config/BackofficeProvider.native.js +2 -0
  518. package/dist/jsx/config/BackofficeProvider.native.js.map +1 -1
  519. package/dist/jsx/form/DocFormScreen.mjs +126 -17
  520. package/dist/jsx/form/DocFormScreen.mjs.map +1 -1
  521. package/dist/jsx/form/DocFormScreen.native.js +147 -14
  522. package/dist/jsx/form/DocFormScreen.native.js.map +1 -1
  523. package/dist/jsx/form/FormConnections.mjs +38 -6
  524. package/dist/jsx/form/FormConnections.mjs.map +1 -1
  525. package/dist/jsx/form/FormConnections.native.js +36 -5
  526. package/dist/jsx/form/FormConnections.native.js.map +1 -1
  527. package/dist/jsx/form/FormDialogs.mjs +107 -4
  528. package/dist/jsx/form/FormDialogs.mjs.map +1 -1
  529. package/dist/jsx/form/FormDialogs.native.js +110 -0
  530. package/dist/jsx/form/FormDialogs.native.js.map +1 -1
  531. package/dist/jsx/form/FormErrorBoundary.mjs +28 -7
  532. package/dist/jsx/form/FormErrorBoundary.mjs.map +1 -1
  533. package/dist/jsx/form/FormErrorBoundary.native.js +25 -5
  534. package/dist/jsx/form/FormErrorBoundary.native.js.map +1 -1
  535. package/dist/jsx/form/FormSidebarPanel.mjs +71 -23
  536. package/dist/jsx/form/FormSidebarPanel.mjs.map +1 -1
  537. package/dist/jsx/form/FormSidebarPanel.native.js +70 -22
  538. package/dist/jsx/form/FormSidebarPanel.native.js.map +1 -1
  539. package/dist/jsx/form/FormTimeline.mjs +136 -25
  540. package/dist/jsx/form/FormTimeline.mjs.map +1 -1
  541. package/dist/jsx/form/FormTimeline.native.js +171 -24
  542. package/dist/jsx/form/FormTimeline.native.js.map +1 -1
  543. package/dist/jsx/form/FormToolbar.mjs +51 -5
  544. package/dist/jsx/form/FormToolbar.mjs.map +1 -1
  545. package/dist/jsx/form/FormToolbar.native.js +50 -4
  546. package/dist/jsx/form/FormToolbar.native.js.map +1 -1
  547. package/dist/jsx/form/formActions.mjs.map +1 -1
  548. package/dist/jsx/form/formActions.native.js.map +1 -1
  549. package/dist/jsx/form/formLayout.mjs +3 -13
  550. package/dist/jsx/form/formLayout.mjs.map +1 -1
  551. package/dist/jsx/form/formLayout.native.js +7 -13
  552. package/dist/jsx/form/formLayout.native.js.map +1 -1
  553. package/dist/jsx/form/platformHooks.mjs +47 -1
  554. package/dist/jsx/form/platformHooks.mjs.map +1 -1
  555. package/dist/jsx/form/platformHooks.native.js +52 -0
  556. package/dist/jsx/form/platformHooks.native.js.map +1 -1
  557. package/dist/jsx/form/timeline-entries.mjs +56 -13
  558. package/dist/jsx/form/timeline-entries.mjs.map +1 -1
  559. package/dist/jsx/form/timeline-entries.native.js +58 -16
  560. package/dist/jsx/form/timeline-entries.native.js.map +1 -1
  561. package/dist/jsx/i18n/en.mjs +31 -9
  562. package/dist/jsx/i18n/en.mjs.map +1 -1
  563. package/dist/jsx/i18n/en.native.js +31 -9
  564. package/dist/jsx/i18n/en.native.js.map +1 -1
  565. package/dist/jsx/index.js +6 -3
  566. package/dist/jsx/index.js.map +1 -1
  567. package/dist/jsx/index.mjs +6 -3
  568. package/dist/jsx/index.mjs.map +1 -1
  569. package/dist/jsx/index.native.js +13 -1
  570. package/dist/jsx/index.native.js.map +1 -1
  571. package/dist/jsx/list/AddTagsDialog.mjs +12 -7
  572. package/dist/jsx/list/AddTagsDialog.mjs.map +1 -1
  573. package/dist/jsx/list/AddTagsDialog.native.js +12 -7
  574. package/dist/jsx/list/AddTagsDialog.native.js.map +1 -1
  575. package/dist/jsx/list/AssignToDialog.mjs +7 -4
  576. package/dist/jsx/list/AssignToDialog.mjs.map +1 -1
  577. package/dist/jsx/list/AssignToDialog.native.js +7 -4
  578. package/dist/jsx/list/AssignToDialog.native.js.map +1 -1
  579. package/dist/jsx/list/DoctypeListScreen.mjs +127 -156
  580. package/dist/jsx/list/DoctypeListScreen.mjs.map +1 -1
  581. package/dist/jsx/list/DoctypeListScreen.native.js +152 -198
  582. package/dist/jsx/list/DoctypeListScreen.native.js.map +1 -1
  583. package/dist/jsx/list/ListFilterBar.mjs +60 -41
  584. package/dist/jsx/list/ListFilterBar.mjs.map +1 -1
  585. package/dist/jsx/list/ListFilterBar.native.js +62 -41
  586. package/dist/jsx/list/ListFilterBar.native.js.map +1 -1
  587. package/dist/jsx/list/ListSidebar.mjs +16 -14
  588. package/dist/jsx/list/ListSidebar.mjs.map +1 -1
  589. package/dist/jsx/list/ListSidebar.native.js +17 -17
  590. package/dist/jsx/list/ListSidebar.native.js.map +1 -1
  591. package/dist/jsx/list/bulk-edit-dialog.mjs +12 -7
  592. package/dist/jsx/list/bulk-edit-dialog.mjs.map +1 -1
  593. package/dist/jsx/list/bulk-edit-dialog.native.js +12 -7
  594. package/dist/jsx/list/bulk-edit-dialog.native.js.map +1 -1
  595. package/dist/jsx/list/filter-fields.mjs +23 -1
  596. package/dist/jsx/list/filter-fields.mjs.map +1 -1
  597. package/dist/jsx/list/filter-fields.native.js +28 -1
  598. package/dist/jsx/list/filter-fields.native.js.map +1 -1
  599. package/dist/jsx/list/filter-saved.mjs +4 -4
  600. package/dist/jsx/list/filter-saved.mjs.map +1 -1
  601. package/dist/jsx/list/filter-saved.native.js +4 -7
  602. package/dist/jsx/list/filter-saved.native.js.map +1 -1
  603. package/dist/jsx/list/filter-sort.mjs +2 -1
  604. package/dist/jsx/list/filter-sort.mjs.map +1 -1
  605. package/dist/jsx/list/filter-sort.native.js +2 -1
  606. package/dist/jsx/list/filter-sort.native.js.map +1 -1
  607. package/dist/jsx/list/filter-standard.mjs +1 -1
  608. package/dist/jsx/list/filter-standard.mjs.map +1 -1
  609. package/dist/jsx/list/filter-standard.native.js +1 -1
  610. package/dist/jsx/list/filter-standard.native.js.map +1 -1
  611. package/dist/jsx/list/listColumns.mjs +261 -112
  612. package/dist/jsx/list/listColumns.mjs.map +1 -1
  613. package/dist/jsx/list/listColumns.native.js +263 -118
  614. package/dist/jsx/list/listColumns.native.js.map +1 -1
  615. package/dist/jsx/list/listFields.mjs +6 -2
  616. package/dist/jsx/list/listFields.mjs.map +1 -1
  617. package/dist/jsx/list/listFields.native.js +8 -1
  618. package/dist/jsx/list/listFields.native.js.map +1 -1
  619. package/dist/jsx/list/sidebar-section.mjs +58 -21
  620. package/dist/jsx/list/sidebar-section.mjs.map +1 -1
  621. package/dist/jsx/list/sidebar-section.native.js +60 -19
  622. package/dist/jsx/list/sidebar-section.native.js.map +1 -1
  623. package/dist/jsx/oneAdapter/index.mjs +5 -1
  624. package/dist/jsx/oneAdapter/index.mjs.map +1 -1
  625. package/dist/jsx/oneAdapter/index.native.js +8 -1
  626. package/dist/jsx/oneAdapter/index.native.js.map +1 -1
  627. package/dist/jsx/quickEntry/quickEntryPlan.mjs +2 -6
  628. package/dist/jsx/quickEntry/quickEntryPlan.mjs.map +1 -1
  629. package/dist/jsx/quickEntry/quickEntryPlan.native.js +4 -6
  630. package/dist/jsx/quickEntry/quickEntryPlan.native.js.map +1 -1
  631. package/dist/jsx/report/QueryReportScreen.mjs +103 -94
  632. package/dist/jsx/report/QueryReportScreen.mjs.map +1 -1
  633. package/dist/jsx/report/QueryReportScreen.native.js +125 -143
  634. package/dist/jsx/report/QueryReportScreen.native.js.map +1 -1
  635. package/dist/jsx/report/queryReportColumns.mjs +9 -1
  636. package/dist/jsx/report/queryReportColumns.mjs.map +1 -1
  637. package/dist/jsx/report/queryReportColumns.native.js +16 -1
  638. package/dist/jsx/report/queryReportColumns.native.js.map +1 -1
  639. package/dist/jsx/report/queryReportFilterBar.mjs +246 -0
  640. package/dist/jsx/report/queryReportFilterBar.mjs.map +1 -0
  641. package/dist/jsx/report/queryReportFilterBar.native.js +339 -0
  642. package/dist/jsx/report/queryReportFilterBar.native.js.map +1 -0
  643. package/dist/jsx/report/queryReportUrlState.mjs +29 -0
  644. package/dist/jsx/report/queryReportUrlState.mjs.map +1 -0
  645. package/dist/jsx/report/queryReportUrlState.native.js +108 -0
  646. package/dist/jsx/report/queryReportUrlState.native.js.map +1 -0
  647. package/dist/jsx/report/report-grid.mjs +158 -53
  648. package/dist/jsx/report/report-grid.mjs.map +1 -1
  649. package/dist/jsx/report/report-grid.native.js +174 -54
  650. package/dist/jsx/report/report-grid.native.js.map +1 -1
  651. package/dist/jsx/report/report-toolbar.mjs +2 -7
  652. package/dist/jsx/report/report-toolbar.mjs.map +1 -1
  653. package/dist/jsx/report/report-toolbar.native.js +6 -6
  654. package/dist/jsx/report/report-toolbar.native.js.map +1 -1
  655. package/dist/jsx/report/reportShapes.mjs +266 -12
  656. package/dist/jsx/report/reportShapes.mjs.map +1 -1
  657. package/dist/jsx/report/reportShapes.native.js +333 -11
  658. package/dist/jsx/report/reportShapes.native.js.map +1 -1
  659. package/dist/jsx/report/reportViewModel.mjs +13 -5
  660. package/dist/jsx/report/reportViewModel.mjs.map +1 -1
  661. package/dist/jsx/report/reportViewModel.native.js +38 -5
  662. package/dist/jsx/report/reportViewModel.native.js.map +1 -1
  663. package/dist/jsx/report/useQueryReport.mjs +46 -20
  664. package/dist/jsx/report/useQueryReport.mjs.map +1 -1
  665. package/dist/jsx/report/useQueryReport.native.js +56 -37
  666. package/dist/jsx/report/useQueryReport.native.js.map +1 -1
  667. package/dist/jsx/shared/deskLinks.mjs +13 -0
  668. package/dist/jsx/shared/deskLinks.mjs.map +1 -0
  669. package/dist/jsx/shared/deskLinks.native.js +43 -0
  670. package/dist/jsx/shared/deskLinks.native.js.map +1 -0
  671. package/dist/jsx/shared/listNavContext.mjs +74 -0
  672. package/dist/jsx/shared/listNavContext.mjs.map +1 -0
  673. package/dist/jsx/shared/listNavContext.native.js +130 -0
  674. package/dist/jsx/shared/listNavContext.native.js.map +1 -0
  675. package/dist/jsx/shared/useDocinfo.mjs +40 -3
  676. package/dist/jsx/shared/useDocinfo.mjs.map +1 -1
  677. package/dist/jsx/shared/useDocinfo.native.js +82 -2
  678. package/dist/jsx/shared/useDocinfo.native.js.map +1 -1
  679. package/dist/jsx/shared/useDoctypeMeta.mjs.map +1 -1
  680. package/dist/jsx/shared/useDoctypeMeta.native.js.map +1 -1
  681. package/dist/jsx/shared/useFrappeApp.mjs +10 -5
  682. package/dist/jsx/shared/useFrappeApp.mjs.map +1 -1
  683. package/dist/jsx/shared/useFrappeApp.native.js +10 -5
  684. package/dist/jsx/shared/useFrappeApp.native.js.map +1 -1
  685. package/dist/jsx/shell/BackofficeShell.mjs +75 -23
  686. package/dist/jsx/shell/BackofficeShell.mjs.map +1 -1
  687. package/dist/jsx/shell/BackofficeShell.native.js +89 -24
  688. package/dist/jsx/shell/BackofficeShell.native.js.map +1 -1
  689. package/dist/jsx/shell/WorkspaceSidebar.mjs +115 -6
  690. package/dist/jsx/shell/WorkspaceSidebar.mjs.map +1 -1
  691. package/dist/jsx/shell/WorkspaceSidebar.native.js +120 -4
  692. package/dist/jsx/shell/WorkspaceSidebar.native.js.map +1 -1
  693. package/dist/jsx/shell/useWorkspaces.mjs +2 -0
  694. package/dist/jsx/shell/useWorkspaces.mjs.map +1 -1
  695. package/dist/jsx/shell/useWorkspaces.native.js +2 -0
  696. package/dist/jsx/shell/useWorkspaces.native.js.map +1 -1
  697. package/dist/jsx/shell/workspaceIcons.mjs +13 -3
  698. package/dist/jsx/shell/workspaceIcons.mjs.map +1 -1
  699. package/dist/jsx/shell/workspaceIcons.native.js +35 -2
  700. package/dist/jsx/shell/workspaceIcons.native.js.map +1 -1
  701. package/dist/jsx/views/CalendarView.mjs +2 -5
  702. package/dist/jsx/views/CalendarView.mjs.map +1 -1
  703. package/dist/jsx/views/CalendarView.native.js +1 -6
  704. package/dist/jsx/views/CalendarView.native.js.map +1 -1
  705. package/dist/jsx/views/DoctypeViewScreen.mjs +7 -3
  706. package/dist/jsx/views/DoctypeViewScreen.mjs.map +1 -1
  707. package/dist/jsx/views/DoctypeViewScreen.native.js +7 -3
  708. package/dist/jsx/views/DoctypeViewScreen.native.js.map +1 -1
  709. package/dist/jsx/views/KanbanView.mjs +2 -0
  710. package/dist/jsx/views/KanbanView.mjs.map +1 -1
  711. package/dist/jsx/views/KanbanView.native.js +2 -0
  712. package/dist/jsx/views/KanbanView.native.js.map +1 -1
  713. package/dist/jsx/views/ViewHeader.mjs +49 -78
  714. package/dist/jsx/views/ViewHeader.mjs.map +1 -1
  715. package/dist/jsx/views/ViewHeader.native.js +51 -78
  716. package/dist/jsx/views/ViewHeader.native.js.map +1 -1
  717. package/dist/jsx/views/ViewSwitcherMenu.mjs +69 -0
  718. package/dist/jsx/views/ViewSwitcherMenu.mjs.map +1 -0
  719. package/dist/jsx/views/ViewSwitcherMenu.native.js +99 -0
  720. package/dist/jsx/views/ViewSwitcherMenu.native.js.map +1 -0
  721. package/dist/jsx/views/connection.mjs +5 -1
  722. package/dist/jsx/views/connection.mjs.map +1 -1
  723. package/dist/jsx/views/connection.native.js +5 -1
  724. package/dist/jsx/views/connection.native.js.map +1 -1
  725. package/dist/jsx/views/dashboard-data.mjs +2 -3
  726. package/dist/jsx/views/dashboard-data.mjs.map +1 -1
  727. package/dist/jsx/views/dashboard-data.native.js +1 -4
  728. package/dist/jsx/views/dashboard-data.native.js.map +1 -1
  729. package/dist/jsx/views/kanban-board-controls.mjs +4 -9
  730. package/dist/jsx/views/kanban-board-controls.mjs.map +1 -1
  731. package/dist/jsx/views/kanban-board-controls.native.js +9 -10
  732. package/dist/jsx/views/kanban-board-controls.native.js.map +1 -1
  733. package/dist/jsx/views/viewAvailability.mjs +33 -0
  734. package/dist/jsx/views/viewAvailability.mjs.map +1 -0
  735. package/dist/jsx/views/viewAvailability.native.js +63 -0
  736. package/dist/jsx/views/viewAvailability.native.js.map +1 -0
  737. package/dist/jsx/workspace/WorkspaceLinkCard.mjs +121 -26
  738. package/dist/jsx/workspace/WorkspaceLinkCard.mjs.map +1 -1
  739. package/dist/jsx/workspace/WorkspaceLinkCard.native.js +126 -28
  740. package/dist/jsx/workspace/WorkspaceLinkCard.native.js.map +1 -1
  741. package/dist/jsx/workspace/WorkspaceLinkDirectory.mjs +27 -21
  742. package/dist/jsx/workspace/WorkspaceLinkDirectory.mjs.map +1 -1
  743. package/dist/jsx/workspace/WorkspaceLinkDirectory.native.js +32 -23
  744. package/dist/jsx/workspace/WorkspaceLinkDirectory.native.js.map +1 -1
  745. package/dist/jsx/workspace/WorkspaceNumberCard.mjs +1 -1
  746. package/dist/jsx/workspace/WorkspaceNumberCard.mjs.map +1 -1
  747. package/dist/jsx/workspace/WorkspaceNumberCard.native.js +1 -1
  748. package/dist/jsx/workspace/WorkspaceNumberCard.native.js.map +1 -1
  749. package/dist/jsx/workspace/WorkspaceQuickList.mjs +62 -30
  750. package/dist/jsx/workspace/WorkspaceQuickList.mjs.map +1 -1
  751. package/dist/jsx/workspace/WorkspaceQuickList.native.js +65 -32
  752. package/dist/jsx/workspace/WorkspaceQuickList.native.js.map +1 -1
  753. package/dist/jsx/workspace/WorkspaceRecents.mjs +9 -1
  754. package/dist/jsx/workspace/WorkspaceRecents.mjs.map +1 -1
  755. package/dist/jsx/workspace/WorkspaceRecents.native.js +8 -0
  756. package/dist/jsx/workspace/WorkspaceRecents.native.js.map +1 -1
  757. package/dist/jsx/workspace/WorkspaceShortcut.mjs +11 -1
  758. package/dist/jsx/workspace/WorkspaceShortcut.mjs.map +1 -1
  759. package/dist/jsx/workspace/WorkspaceShortcut.native.js +10 -0
  760. package/dist/jsx/workspace/WorkspaceShortcut.native.js.map +1 -1
  761. package/dist/jsx/workspace/parseContent.mjs +21 -1
  762. package/dist/jsx/workspace/parseContent.mjs.map +1 -1
  763. package/dist/jsx/workspace/parseContent.native.js +24 -0
  764. package/dist/jsx/workspace/parseContent.native.js.map +1 -1
  765. package/package.json +14 -14
  766. package/src/chrome/BackofficeAwesomebar.tsx +1 -0
  767. package/src/chrome/CommandPalette.spec.tsx +66 -12
  768. package/src/chrome/CommandPalette.tsx +139 -37
  769. package/src/chrome/HelpMenu.tsx +48 -67
  770. package/src/chrome/awesomebar-data.spec.ts +46 -0
  771. package/src/chrome/awesomebar-data.tsx +62 -12
  772. package/src/chrome/command-palette-model.ts +2 -2
  773. package/src/chrome/notifications-data.tsx +2 -0
  774. package/src/chrome/notifications-panel.tsx +21 -5
  775. package/src/chrome/shortcuts.ts +2 -0
  776. package/src/config/BackofficeProvider.tsx +15 -0
  777. package/src/form/DocFormScreen.tsx +169 -15
  778. package/src/form/FormConnections.tsx +34 -5
  779. package/src/form/FormDialogs.tsx +117 -3
  780. package/src/form/FormErrorBoundary.spec.tsx +1 -0
  781. package/src/form/FormErrorBoundary.tsx +32 -9
  782. package/src/form/FormSidebarPanel.spec.tsx +57 -0
  783. package/src/form/FormSidebarPanel.tsx +69 -14
  784. package/src/form/FormTimeline.optimistic.spec.tsx +187 -0
  785. package/src/form/FormTimeline.tsx +246 -28
  786. package/src/form/FormToolbar.tsx +73 -2
  787. package/src/form/formActions.ts +4 -0
  788. package/src/form/formLayout.ts +3 -14
  789. package/src/form/platformHooks.ts +57 -0
  790. package/src/form/timeline-entries.spec.ts +180 -0
  791. package/src/form/timeline-entries.tsx +84 -15
  792. package/src/i18n/en.ts +32 -9
  793. package/src/index.ts +14 -1
  794. package/src/list/AddTagsDialog.tsx +10 -5
  795. package/src/list/AssignToDialog.tsx +5 -2
  796. package/src/list/DoctypeListScreen.tsx +208 -209
  797. package/src/list/ListFilterBar.tsx +61 -26
  798. package/src/list/ListSidebar.tsx +24 -24
  799. package/src/list/bulk-edit-dialog.tsx +10 -5
  800. package/src/list/filter-fields.spec.ts +29 -0
  801. package/src/list/filter-fields.tsx +22 -2
  802. package/src/list/filter-saved.tsx +16 -16
  803. package/src/list/filter-sort.tsx +5 -2
  804. package/src/list/filter-standard.tsx +1 -1
  805. package/src/list/listColumns.tsx +307 -114
  806. package/src/list/listFields.spec.ts +16 -2
  807. package/src/list/listFields.ts +11 -0
  808. package/src/list/listUrlState.spec.ts +10 -0
  809. package/src/list/sidebar-section.spec.tsx +28 -0
  810. package/src/list/sidebar-section.tsx +57 -14
  811. package/src/oneAdapter/index.tsx +13 -1
  812. package/src/quickEntry/quickEntryPlan.ts +2 -6
  813. package/src/report/DoctypeReportView.tsx +3 -3
  814. package/src/report/QueryReportScreen.spec.tsx +74 -0
  815. package/src/report/QueryReportScreen.tsx +159 -121
  816. package/src/report/queryReportColumns.tsx +17 -0
  817. package/src/report/queryReportFilterBar.spec.tsx +139 -0
  818. package/src/report/queryReportFilterBar.tsx +315 -0
  819. package/src/report/queryReportUrlState.spec.ts +61 -0
  820. package/src/report/queryReportUrlState.ts +68 -0
  821. package/src/report/report-grid.spec.tsx +175 -0
  822. package/src/report/report-grid.tsx +211 -48
  823. package/src/report/report-toolbar.spec.tsx +90 -0
  824. package/src/report/report-toolbar.tsx +13 -10
  825. package/src/report/reportShapes.spec.ts +291 -1
  826. package/src/report/reportShapes.ts +398 -18
  827. package/src/report/reportViewModel.spec.ts +55 -0
  828. package/src/report/reportViewModel.ts +27 -8
  829. package/src/report/useQueryReport.ts +99 -37
  830. package/src/shared/deskLinks.spec.ts +38 -0
  831. package/src/shared/deskLinks.ts +31 -0
  832. package/src/shared/listNavContext.spec.ts +83 -0
  833. package/src/shared/listNavContext.ts +115 -0
  834. package/src/shared/useDocinfo.ts +79 -2
  835. package/src/shared/useDoctypeMeta.ts +4 -0
  836. package/src/shared/useFrappeApp.ts +12 -3
  837. package/src/shell/BackofficeShell.spec.tsx +43 -0
  838. package/src/shell/BackofficeShell.tsx +93 -24
  839. package/src/shell/WorkspaceSidebar.spec.tsx +82 -0
  840. package/src/shell/WorkspaceSidebar.tsx +130 -3
  841. package/src/shell/useWorkspaces.ts +2 -0
  842. package/src/shell/workspaceIcons.ts +17 -2
  843. package/src/views/CalendarView.tsx +2 -5
  844. package/src/views/DoctypeViewScreen.tsx +3 -1
  845. package/src/views/KanbanView.tsx +7 -1
  846. package/src/views/ViewHeader.tsx +63 -99
  847. package/src/views/ViewSwitcherMenu.spec.tsx +44 -0
  848. package/src/views/ViewSwitcherMenu.tsx +92 -0
  849. package/src/views/connection.ts +8 -2
  850. package/src/views/dashboard-data.tsx +2 -3
  851. package/src/views/kanban-board-controls.tsx +9 -11
  852. package/src/views/viewAvailability.spec.ts +199 -0
  853. package/src/views/viewAvailability.ts +85 -0
  854. package/src/workspace/WorkspaceLinkCard.tsx +118 -22
  855. package/src/workspace/WorkspaceLinkDirectory.tsx +32 -27
  856. package/src/workspace/WorkspaceNumberCard.tsx +1 -1
  857. package/src/workspace/WorkspaceQuickList.tsx +54 -37
  858. package/src/workspace/WorkspaceRecents.tsx +5 -1
  859. package/src/workspace/WorkspaceShortcut.tsx +7 -1
  860. package/src/workspace/parseContent.spec.ts +89 -0
  861. package/src/workspace/parseContent.ts +32 -0
  862. package/types/chrome/BackofficeAwesomebar.d.ts.map +1 -1
  863. package/types/chrome/CommandPalette.d.ts.map +1 -1
  864. package/types/chrome/HelpMenu.d.ts.map +1 -1
  865. package/types/chrome/awesomebar-data.d.ts +9 -2
  866. package/types/chrome/awesomebar-data.d.ts.map +1 -1
  867. package/types/chrome/command-palette-model.d.ts.map +1 -1
  868. package/types/chrome/notifications-data.d.ts.map +1 -1
  869. package/types/chrome/notifications-panel.d.ts.map +1 -1
  870. package/types/chrome/shortcuts.d.ts.map +1 -1
  871. package/types/config/BackofficeProvider.d.ts +13 -0
  872. package/types/config/BackofficeProvider.d.ts.map +1 -1
  873. package/types/form/DocFormScreen.d.ts.map +1 -1
  874. package/types/form/FormConnections.d.ts.map +1 -1
  875. package/types/form/FormDialogs.d.ts +14 -0
  876. package/types/form/FormDialogs.d.ts.map +1 -1
  877. package/types/form/FormErrorBoundary.d.ts +0 -5
  878. package/types/form/FormErrorBoundary.d.ts.map +1 -1
  879. package/types/form/FormSidebarPanel.d.ts +22 -0
  880. package/types/form/FormSidebarPanel.d.ts.map +1 -1
  881. package/types/form/FormTimeline.d.ts.map +1 -1
  882. package/types/form/FormToolbar.d.ts +19 -2
  883. package/types/form/FormToolbar.d.ts.map +1 -1
  884. package/types/form/formActions.d.ts +4 -0
  885. package/types/form/formActions.d.ts.map +1 -1
  886. package/types/form/formLayout.d.ts.map +1 -1
  887. package/types/form/platformHooks.d.ts +11 -0
  888. package/types/form/platformHooks.d.ts.map +1 -1
  889. package/types/form/timeline-entries.d.ts +19 -3
  890. package/types/form/timeline-entries.d.ts.map +1 -1
  891. package/types/i18n/en.d.ts +30 -9
  892. package/types/i18n/en.d.ts.map +1 -1
  893. package/types/index.d.ts +8 -3
  894. package/types/index.d.ts.map +1 -1
  895. package/types/list/AddTagsDialog.d.ts.map +1 -1
  896. package/types/list/AssignToDialog.d.ts.map +1 -1
  897. package/types/list/DoctypeListScreen.d.ts +1 -1
  898. package/types/list/DoctypeListScreen.d.ts.map +1 -1
  899. package/types/list/ListFilterBar.d.ts +12 -1
  900. package/types/list/ListFilterBar.d.ts.map +1 -1
  901. package/types/list/bulk-edit-dialog.d.ts.map +1 -1
  902. package/types/list/filter-fields.d.ts +4 -1
  903. package/types/list/filter-fields.d.ts.map +1 -1
  904. package/types/list/filter-saved.d.ts +1 -1
  905. package/types/list/filter-saved.d.ts.map +1 -1
  906. package/types/list/filter-sort.d.ts.map +1 -1
  907. package/types/list/listColumns.d.ts +8 -1
  908. package/types/list/listColumns.d.ts.map +1 -1
  909. package/types/list/listFields.d.ts +2 -0
  910. package/types/list/listFields.d.ts.map +1 -1
  911. package/types/list/sidebar-section.d.ts +4 -1
  912. package/types/list/sidebar-section.d.ts.map +1 -1
  913. package/types/oneAdapter/index.d.ts.map +1 -1
  914. package/types/quickEntry/quickEntryPlan.d.ts.map +1 -1
  915. package/types/report/QueryReportScreen.d.ts +1 -1
  916. package/types/report/QueryReportScreen.d.ts.map +1 -1
  917. package/types/report/queryReportColumns.d.ts +2 -0
  918. package/types/report/queryReportColumns.d.ts.map +1 -1
  919. package/types/report/queryReportFilterBar.d.ts +22 -0
  920. package/types/report/queryReportFilterBar.d.ts.map +1 -0
  921. package/types/report/queryReportUrlState.d.ts +29 -0
  922. package/types/report/queryReportUrlState.d.ts.map +1 -0
  923. package/types/report/report-grid.d.ts.map +1 -1
  924. package/types/report/report-toolbar.d.ts.map +1 -1
  925. package/types/report/reportShapes.d.ts +49 -2
  926. package/types/report/reportShapes.d.ts.map +1 -1
  927. package/types/report/reportViewModel.d.ts +7 -3
  928. package/types/report/reportViewModel.d.ts.map +1 -1
  929. package/types/report/useQueryReport.d.ts +10 -5
  930. package/types/report/useQueryReport.d.ts.map +1 -1
  931. package/types/shared/deskLinks.d.ts +16 -0
  932. package/types/shared/deskLinks.d.ts.map +1 -0
  933. package/types/shared/listNavContext.d.ts +33 -0
  934. package/types/shared/listNavContext.d.ts.map +1 -0
  935. package/types/shared/useDocinfo.d.ts +14 -0
  936. package/types/shared/useDocinfo.d.ts.map +1 -1
  937. package/types/shared/useDoctypeMeta.d.ts +4 -0
  938. package/types/shared/useDoctypeMeta.d.ts.map +1 -1
  939. package/types/shared/useFrappeApp.d.ts.map +1 -1
  940. package/types/shell/BackofficeShell.d.ts.map +1 -1
  941. package/types/shell/WorkspaceSidebar.d.ts.map +1 -1
  942. package/types/shell/useWorkspaces.d.ts.map +1 -1
  943. package/types/shell/workspaceIcons.d.ts +1 -1
  944. package/types/shell/workspaceIcons.d.ts.map +1 -1
  945. package/types/views/CalendarView.d.ts.map +1 -1
  946. package/types/views/DoctypeViewScreen.d.ts.map +1 -1
  947. package/types/views/KanbanView.d.ts.map +1 -1
  948. package/types/views/ViewHeader.d.ts +6 -6
  949. package/types/views/ViewHeader.d.ts.map +1 -1
  950. package/types/views/ViewSwitcherMenu.d.ts +14 -0
  951. package/types/views/ViewSwitcherMenu.d.ts.map +1 -0
  952. package/types/views/connection.d.ts +4 -0
  953. package/types/views/connection.d.ts.map +1 -1
  954. package/types/views/dashboard-data.d.ts.map +1 -1
  955. package/types/views/kanban-board-controls.d.ts +3 -2
  956. package/types/views/kanban-board-controls.d.ts.map +1 -1
  957. package/types/views/viewAvailability.d.ts +27 -0
  958. package/types/views/viewAvailability.d.ts.map +1 -0
  959. package/types/workspace/WorkspaceLinkCard.d.ts +7 -1
  960. package/types/workspace/WorkspaceLinkCard.d.ts.map +1 -1
  961. package/types/workspace/WorkspaceLinkDirectory.d.ts +1 -6
  962. package/types/workspace/WorkspaceLinkDirectory.d.ts.map +1 -1
  963. package/types/workspace/WorkspaceQuickList.d.ts.map +1 -1
  964. package/types/workspace/WorkspaceRecents.d.ts.map +1 -1
  965. package/types/workspace/WorkspaceShortcut.d.ts.map +1 -1
  966. package/types/workspace/parseContent.d.ts +18 -0
  967. package/types/workspace/parseContent.d.ts.map +1 -1
@@ -14,7 +14,6 @@ import {
14
14
  Paragraph,
15
15
  ScrollView,
16
16
  Spinner,
17
- ViewSwitcher,
18
17
  XStack,
19
18
  YStack,
20
19
  isWeb,
@@ -25,7 +24,12 @@ import { useLayoutSizeClass } from "@multiplatform.one/theme";
25
24
  // house expression of the one page primary (LC-05 ONE-EMPHASIS; quick entry
26
25
  // "Create" precedent). The components Button above stays for neutral chrome.
27
26
  import { Button as ActionButton } from "@multiplatform.one/forms";
28
- import { ArrowsClockwiseIcon, PlusIcon, SidebarSimpleIcon } from "@phosphor-icons/react";
27
+ import {
28
+ ArrowSquareOutIcon,
29
+ ArrowsClockwiseIcon,
30
+ PlusIcon,
31
+ SidebarSimpleIcon,
32
+ } from "@phosphor-icons/react";
29
33
  import {
30
34
  FrappeTable,
31
35
  docFieldsToFilterFields,
@@ -33,7 +37,6 @@ import {
33
37
  useFrappeConfig,
34
38
  } from "@multiplatform.one/frappe-ui";
35
39
  import type { DocTypeField } from "@multiplatform.one/frappe";
36
- import { DataTablePagination } from "@multiplatform.one/table";
37
40
  import type {
38
41
  BulkAction,
39
42
  DataTableColumn,
@@ -53,14 +56,19 @@ import {
53
56
  type BackofficeAction,
54
57
  } from "../config/BackofficeProvider";
55
58
  import { BACKOFFICE_I18N_NAMESPACE } from "../i18n";
56
- import { BACKOFFICE_VIEWS, type BackofficeView } from "../navigation/paths";
59
+ import type { BackofficeView } from "../navigation/paths";
57
60
  import { QuickEntryDialog } from "../quickEntry/QuickEntryDialog";
61
+ import { openInNewTab } from "../form/platformHooks";
62
+ import { deskViewUrl } from "../shared/deskLinks";
63
+ import { setListNavContext } from "../shared/listNavContext";
58
64
  import { useRecentVisit } from "../shared/useRecentVisit";
59
65
  // Permlevel role matrix (desk perm.js parity) — shared with the form surface
60
66
  // via the UI-free fieldPermissions module; drives list column pruning.
61
67
  import { buildPermLevelMatrix } from "../form/fieldPermissions";
62
68
  import type { FrappeFilters } from "../shared/types";
63
69
  import { type DoctypeMeta, useDoctypeMeta } from "../shared/useDoctypeMeta";
70
+ import { deriveAvailableViews } from "../views/viewAvailability";
71
+ import { ViewSwitcherMenu } from "../views/ViewSwitcherMenu";
64
72
  import { useFrappeApp } from "../shared/useFrappeApp";
65
73
  import { useUserRoles } from "../shared/useUserRoles";
66
74
  import { AddTagsDialog } from "./AddTagsDialog";
@@ -75,6 +83,7 @@ import {
75
83
  sameFilterTuple,
76
84
  tableStateToFrappeFilters,
77
85
  } from "./filterConversion";
86
+ import { toggleFacetFilter } from "./sidebar-stats";
78
87
  import { ListFilterBar } from "./ListFilterBar";
79
88
  import { ListSidebar } from "./ListSidebar";
80
89
  import { type ListDoc, type ListRow, buildListColumns } from "./listColumns";
@@ -186,6 +195,10 @@ export function DoctypeListScreen({
186
195
  const config = useFrappeConfig();
187
196
  const app = useFrappeApp();
188
197
  const fixtureMode = Boolean(config?.fixtures);
198
+ // Desk counterpart of this list — every backoffice surface links back to
199
+ // its native desk twin (fixture mode has no desk to hop to).
200
+ const deskHref =
201
+ config?.baseURL && !fixtureMode ? deskViewUrl(config.baseURL, doctype) : undefined;
189
202
  const sessionUser = useSessionUser();
190
203
  // Compact list chrome below 640 (theme `compact` size class — matchMedia
191
204
  // on web, window dimensions on native; BackofficeShell drawer precedent):
@@ -215,16 +228,17 @@ export function DoctypeListScreen({
215
228
  // state for this screen. Every filter surface — quick standard filters,
216
229
  // the tuple editor, saved filters, the chips row, the facet sidebar, the
217
230
  // compact tools sheet, and the `?f=` deep link — reads and writes THIS
218
- // state via handleBaseFiltersChange; changing it bumps `filtersGen`,
219
- // remounting the table with the tuples injected as initialState.filters.
220
- // The table's own filter chrome is suppressed (enableFiltering={false}
221
- // below), so no second live filter state exists.
231
+ // state via handleBaseFiltersChange; changes reach the mounted table
232
+ // through its controlledState adoption channel (keep-rows-and-reconcile:
233
+ // the table NEVER remounts on a filter/sort/refresh change current rows
234
+ // stay rendered, the new query reconciles in place; no blanking, no
235
+ // scroll reset). The table's own filter chrome is suppressed
236
+ // (enableFiltering={false} below), so no second live filter state exists.
222
237
  const [baseFilters, setBaseFilters] = useState<FrappeFilters>(() => {
223
238
  const fromParam = parseFiltersParam(filtersParam);
224
239
  if (fromParam.length > 0) return fromParam;
225
240
  return initialFilters ? [...initialFilters] : fromParam;
226
241
  });
227
- const [filtersGen, setFiltersGen] = useState(0);
228
242
  // Read-only mirror of the table's effective query (injected base tuples +
229
243
  // the table-owned search box), synced from onStateChange — feeds the live
230
244
  // count and facet stats. Not a second filter authority: with the table's
@@ -232,7 +246,6 @@ export function DoctypeListScreen({
232
246
  const [effectiveFilters, setEffectiveFilters] = useState<FrappeFilters | null>(null);
233
247
  // null = ride the doctype's meta default; `?sort=` deep links seed it.
234
248
  const [sort, setSort] = useState<ListSortState | null>(() => parseSortParam(sortParam) ?? null);
235
- const [sortGen, setSortGen] = useState(0);
236
249
  const [refreshGen, setRefreshGen] = useState(0);
237
250
  const [sidebarVisible, setSidebarVisible] = useState(true);
238
251
  const [quickEntryOpen, setQuickEntryOpen] = useState(false);
@@ -309,7 +322,6 @@ export function DoctypeListScreen({
309
322
  if (doctypeChanged || !sameFilters(next, baseFiltersRef.current)) {
310
323
  setBaseFilters(next);
311
324
  setEffectiveFilters(withFixed(next));
312
- setFiltersGen((generation) => generation + 1);
313
325
  }
314
326
  }
315
327
  if (doctypeChanged) {
@@ -321,7 +333,6 @@ export function DoctypeListScreen({
321
333
  const parsed = parseSortParam(sortParam) ?? null;
322
334
  if (!sameSort(parsed, sortRef.current)) {
323
335
  setSort(parsed);
324
- setSortGen((generation) => generation + 1);
325
336
  }
326
337
  }
327
338
  }, [doctype, filtersParam, sortParam, withFixed]);
@@ -341,6 +352,8 @@ export function DoctypeListScreen({
341
352
  ? {
342
353
  baseURL: config.baseURL,
343
354
  socketPort: config.socketPort,
355
+ siteName: config.siteName,
356
+ socketBaseURL: config.socketBaseURL,
344
357
  auth: config.auth
345
358
  ? {
346
359
  useToken: config.auth.useToken,
@@ -403,9 +416,28 @@ export function DoctypeListScreen({
403
416
  onToggleLike: handleToggleLike,
404
417
  likeOverrides,
405
418
  permMatrix,
419
+ getDocHref: (name) => paths.form(doctype, name),
420
+ onFilterClick: (fieldname, value) => {
421
+ const next = toggleFacetFilter(baseFiltersRef.current, [fieldname, "=", value]);
422
+ setBaseFilters(next);
423
+ setEffectiveFilters(withFixed(next));
424
+ writeUrlState(next, sortRef.current);
425
+ },
406
426
  });
407
427
  return columnOverrides ? columnOverrides(built) : built;
408
- }, [meta, t, sessionUser, handleToggleLike, likeOverrides, permMatrix, columnOverrides]);
428
+ }, [
429
+ meta,
430
+ t,
431
+ sessionUser,
432
+ handleToggleLike,
433
+ likeOverrides,
434
+ permMatrix,
435
+ columnOverrides,
436
+ paths,
437
+ doctype,
438
+ withFixed,
439
+ writeUrlState,
440
+ ]);
409
441
 
410
442
  const fields = useMemo(() => listFieldsToFetch(meta, permMatrix), [meta, permMatrix]);
411
443
 
@@ -436,7 +468,6 @@ export function DoctypeListScreen({
436
468
  (next: FrappeFilters) => {
437
469
  setBaseFilters(next);
438
470
  setEffectiveFilters(withFixed(next));
439
- setFiltersGen((generation) => generation + 1);
440
471
  writeUrlState(next, sortRef.current);
441
472
  },
442
473
  [withFixed, writeUrlState],
@@ -445,7 +476,6 @@ export function DoctypeListScreen({
445
476
  const handleSortChange = useCallback(
446
477
  (field: string, order: "asc" | "desc") => {
447
478
  setSort({ field, order });
448
- setSortGen((generation) => generation + 1);
449
479
  writeUrlState(baseFiltersRef.current, { field, order });
450
480
  },
451
481
  [writeUrlState],
@@ -458,12 +488,21 @@ export function DoctypeListScreen({
458
488
  const handleStateChange = useCallback(
459
489
  (state: DataTableState) => {
460
490
  if (state.pagination?.pageSize) pageSizeRef.current = state.pagination.pageSize;
491
+ // Mirror the resolved page's display order into the shared prev/next
492
+ // pager context (read by DocFormScreen). The store dedupes identical
493
+ // writes and ignores the fetch-in-flight empty passes.
494
+ setListNavContext(
495
+ doctype,
496
+ (state.data ?? [])
497
+ .map((row) => (row as { name?: unknown }).name)
498
+ .filter((value): value is string => typeof value === "string" && value.length > 0),
499
+ );
461
500
  const nextFilters = tableStateToFrappeFilters(state);
462
501
  setEffectiveFilters((previous) =>
463
502
  previous && sameFilters(previous, nextFilters) ? previous : nextFilters,
464
503
  );
465
504
  // Header-sort clicks stay internal to the table; mirror them into the
466
- // sort selector without bumping sortGen (no remount needed). Compared
505
+ // sort selector without any table remount. Compared
467
506
  // against the EFFECTIVE sort so the seeded initial sorting is a no-op;
468
507
  // a real header sort also mirrors into the URL (write-once — the
469
508
  // effective ref updates on the next render).
@@ -478,7 +517,7 @@ export function DoctypeListScreen({
478
517
  }
479
518
  }
480
519
  },
481
- [writeUrlState],
520
+ [writeUrlState, doctype],
482
521
  );
483
522
 
484
523
  const handleRefresh = useCallback(() => {
@@ -759,20 +798,37 @@ export function DoctypeListScreen({
759
798
  // Selection + the bulk bar ride the bulkActions capability as one unit.
760
799
  const bulkActionsEnabled = capabilities.bulkActions.enabled;
761
800
 
762
- // View switcher options: capability allowlist ∩ the `views` prop.
763
- const views = useMemo(() => {
801
+ // View switcher options: meta-derived availability (viewAvailability.ts
802
+ // documents each view's desk precondition) capability allowlist ∩ the
803
+ // `views` prop. "list" is the current view, so it always survives.
804
+ const availableViews = useMemo(() => {
764
805
  if (!capabilities.views.enabled) return [];
765
- return BACKOFFICE_VIEWS.filter(
766
- (view) =>
767
- capabilities.views.allow.includes(view) &&
768
- (!viewsAllowlist || viewsAllowlist.includes(view)),
769
- ).map((view) => ({
770
- type: view,
771
- label: t(`views.${view}`, view.charAt(0).toUpperCase() + view.slice(1)),
772
- }));
773
- }, [t, capabilities.views.enabled, capabilities.views.allow, viewsAllowlist]);
806
+ const allow = viewsAllowlist
807
+ ? capabilities.views.allow.filter((view) => viewsAllowlist.includes(view))
808
+ : capabilities.views.allow;
809
+ return deriveAvailableViews(meta, { current: "list", allow });
810
+ }, [meta, capabilities.views.enabled, capabilities.views.allow, viewsAllowlist]);
774
811
 
775
- const tableKey = `${doctype}|${refreshGen}|${sortGen}|${filtersGen}`;
812
+ // Remount ONLY on a doctype swap (different columns/meta). Filter, sort,
813
+ // and refresh changes reconcile IN PLACE through the table's
814
+ // controlledState / refreshToken channels — remounting on those was the
815
+ // named blank-the-list defect (rows torn down, skeleton flash, scroll
816
+ // reset on every filter toggle).
817
+ const tableKey = doctype;
818
+
819
+ // Controlled sorting as the table should adopt it (state ?? meta default).
820
+ const controlledSorting = useMemo(
821
+ () => [{ id: sortField, desc: sortOrder === "desc" }],
822
+ [sortField, sortOrder],
823
+ );
824
+ const controlledTableState = useMemo(
825
+ () => ({
826
+ filters: initialTableFilters,
827
+ sorting: controlledSorting,
828
+ columnVisibility: { modified: false },
829
+ }),
830
+ [initialTableFilters, controlledSorting],
831
+ );
776
832
 
777
833
  if (metaError && !meta) {
778
834
  return (
@@ -801,176 +857,115 @@ export function DoctypeListScreen({
801
857
 
802
858
  // i18next plural forms — never the lazy "(s)" suffix (the count picks the
803
859
  // form; other locales pluralize correctly through the same key).
804
- const countText = count.isLoading
805
- ? undefined
806
- : t("list.resultCount", {
807
- count: count.value ?? 0,
808
- defaultValue_one: "{{count}} result",
809
- defaultValue_other: "{{count}} results",
810
- });
811
- const handleViewChange = (view: string) => {
812
- if (view !== "list") navigator.navigate(paths.view(doctype, view as BackofficeView));
860
+ const countText =
861
+ count.value === undefined && count.isLoading
862
+ ? undefined
863
+ : t("list.resultCount", {
864
+ count: count.value ?? 0,
865
+ defaultValue_one: "{{count}} result",
866
+ defaultValue_other: "{{count}} results",
867
+ });
868
+ const handleViewChange = (view: BackofficeView) => {
869
+ if (view !== "list") navigator.navigate(paths.view(doctype, view));
813
870
  };
814
- // Nothing to switch to (capability/allowlist narrowed to list or off).
815
- const showViewSwitcher = views.length > 1;
816
871
 
817
- return (
818
- <YStack flex={1} gap={compactChrome ? "$2" : "$3"} padding={compactChrome ? "$3" : "$4"}>
819
- {compactChrome ? (
820
- // Compact chrome (< 640): one title row (title + live count inline,
821
- // icon refresh, compact New), then one row with the view switcher
822
- // (horizontally scrollable — all views stay reachable) and the
823
- // single Filter affordance (filters/sort collapse into its sheet).
824
- <PageHeader
825
- heading={
826
- <XStack gap="$2" alignItems="baseline" flexWrap="wrap">
827
- <H1 size="$7" margin={0} flexShrink={1} minWidth={0}>
828
- {doctype}
829
- </H1>
830
- {countText ? (
831
- <Paragraph size="$2" color="$color10" margin={0}>
832
- {countText}
833
- </Paragraph>
834
- ) : null}
835
- </XStack>
836
- }
837
- actions={
838
- <XStack gap="$2" alignItems="center">
839
- {/* House Button: icon slot (LC-53) + the sub-44 circular size
840
- resolves the press floor through the house channel (LC-54). */}
841
- <ActionButton
842
- size="$3"
843
- circular
844
- chromeless
845
- icon={ArrowsClockwiseIcon}
846
- onPress={handleRefresh}
847
- aria-label={t("list.refresh", "Refresh")}
848
- />
849
- {showNew && (
850
- <ActionButton
851
- size="$3"
852
- accent
853
- icon={PlusIcon}
854
- onPress={() => setQuickEntryOpen(true)}
855
- aria-label={t("list.new", {
856
- defaultValue: "New {{doctype}}",
857
- doctype,
858
- })}
859
- >
860
- {t("list.newShort", "New")}
861
- </ActionButton>
862
- )}
863
- </XStack>
872
+ // One dense toolbar: title + count on the left, every list control on
873
+ // the right. Views are a dropdown (desk ListViewSelect) so they cannot
874
+ // dominate the row; Save Filter is contextual (ListFilterBar hides it
875
+ // until there is something to save); refresh sits with New, not as an
876
+ // orphan next to a seven-segment switcher.
877
+ const listToolbar = (
878
+ <XStack gap="$1.5" alignItems="center" flexWrap="wrap">
879
+ {!compactChrome && (
880
+ <ActionButton
881
+ size="$3"
882
+ circular
883
+ chromeless
884
+ icon={SidebarSimpleIcon}
885
+ display="none"
886
+ $sm={{ display: "flex" }}
887
+ onPress={() => setSidebarVisible((visible) => !visible)}
888
+ aria-expanded={sidebarVisible}
889
+ aria-label={
890
+ sidebarVisible
891
+ ? t("list.hideSidebar", "Hide sidebar")
892
+ : t("list.showSidebar", "Show sidebar")
864
893
  }
894
+ />
895
+ )}
896
+ <ListFilterBar
897
+ compact={compactChrome}
898
+ showChips={false}
899
+ doctype={doctype}
900
+ meta={meta}
901
+ filters={baseFilters}
902
+ onFiltersChange={handleBaseFiltersChange}
903
+ sortField={sortField}
904
+ sortOrder={sortOrder}
905
+ onSortChange={handleSortChange}
906
+ likedByUser={sessionUser}
907
+ />
908
+ <ViewSwitcherMenu views={availableViews} current="list" onViewChange={handleViewChange} />
909
+ {deskHref && (
910
+ <ActionButton
911
+ size="$3"
912
+ circular
913
+ chromeless
914
+ icon={ArrowSquareOutIcon}
915
+ onPress={() => openInNewTab(deskHref)}
916
+ aria-label={t("list.openInDesk", "Open in Desk")}
917
+ />
918
+ )}
919
+ <ActionButton
920
+ size="$3"
921
+ circular
922
+ chromeless
923
+ icon={ArrowsClockwiseIcon}
924
+ onPress={handleRefresh}
925
+ aria-label={t("list.refresh", "Refresh")}
926
+ />
927
+ {showNew && (
928
+ <ActionButton
929
+ size={compactChrome ? "$3" : "$2"}
930
+ accent
931
+ {...(compactChrome ? { icon: PlusIcon } : {})}
932
+ onPress={() => setQuickEntryOpen(true)}
933
+ aria-label={t("list.new", {
934
+ defaultValue: "New {{doctype}}",
935
+ doctype,
936
+ })}
865
937
  >
866
- <XStack gap="$2" alignItems="center">
867
- <ScrollView
868
- horizontal
869
- flexGrow={1}
870
- flexShrink={1}
871
- minWidth={0}
872
- showsHorizontalScrollIndicator={false}
873
- >
874
- {showViewSwitcher ? (
875
- <ViewSwitcher views={views} currentView="list" onViewChange={handleViewChange} />
876
- ) : null}
877
- </ScrollView>
878
- <ListFilterBar
879
- compact
880
- doctype={doctype}
881
- meta={meta}
882
- filters={baseFilters}
883
- onFiltersChange={handleBaseFiltersChange}
884
- sortField={sortField}
885
- sortOrder={sortOrder}
886
- onSortChange={handleSortChange}
887
- />
888
- </XStack>
889
- {/* Shared chips readout (MOD-04 honest state): the table's own
890
- chips row is suppressed with the rest of its filter chrome, so
891
- compact renders the list-chrome chips here (wide gets them
892
- inside ListFilterBar). Renders nothing while no filters apply. */}
893
- <FilterChips
894
- meta={meta}
895
- filters={baseFilters}
896
- onFiltersChange={handleBaseFiltersChange}
897
- />
898
- </PageHeader>
899
- ) : (
900
- <>
901
- <PageHeader
902
- title={doctype}
903
- // D-11 page-title dial: moderate (32px) — list titles are
904
- // wayfinding, not display copy (matches WorkspaceScreen).
905
- titleScale="moderate"
906
- subtitle={countText}
907
- actions={
908
- <XStack gap="$2" alignItems="center" flexWrap="wrap">
909
- {/* Icon-only refresh (desk parity): a text "Refresh" at the
910
- switcher's left read as one of its segments — an action
911
- mixed into a view picker (LC-26). House Button: icon slot
912
- (LC-53), circular sub-44 press floor via the house
913
- channel (LC-54). */}
914
- <ActionButton
915
- size="$3"
916
- circular
917
- chromeless
918
- icon={ArrowsClockwiseIcon}
919
- onPress={handleRefresh}
920
- aria-label={t("list.refresh", "Refresh")}
921
- />
922
- {showViewSwitcher ? (
923
- <ViewSwitcher views={views} currentView="list" onViewChange={handleViewChange} />
924
- ) : null}
925
- {showNew && (
926
- <ActionButton size="$2" accent onPress={() => setQuickEntryOpen(true)}>
927
- {t("list.new", { defaultValue: "New {{doctype}}", doctype })}
928
- </ActionButton>
929
- )}
930
- </XStack>
931
- }
932
- />
938
+ {compactChrome
939
+ ? t("list.newShort", "New")
940
+ : t("list.new", { defaultValue: "New {{doctype}}", doctype })}
941
+ </ActionButton>
942
+ )}
943
+ </XStack>
944
+ );
933
945
 
934
- {/* flex-start: the toggle rides the filter bar's FIRST control row
935
- (both 44px) centering floated it between rows when the bar
936
- wraps (Axiom 16 row line). */}
937
- <XStack gap="$2" alignItems="flex-start">
938
- {!fixtureMode && (
939
- // Icon-only sidebar toggle: the bare "Hide sidebar" text read
940
- // as a floating label, not a control, and its 28px box missed
941
- // the press floor. House Button icon slot (LC-53) + circular
942
- // sub-44 floor via the house channel (LC-54); aria-expanded
943
- // carries the region state.
944
- <ActionButton
945
- size="$3"
946
- circular
947
- chromeless
948
- icon={SidebarSimpleIcon}
949
- display="none"
950
- $sm={{ display: "flex" }}
951
- onPress={() => setSidebarVisible((visible) => !visible)}
952
- aria-expanded={sidebarVisible}
953
- aria-label={
954
- sidebarVisible
955
- ? t("list.hideSidebar", "Hide sidebar")
956
- : t("list.showSidebar", "Show sidebar")
957
- }
958
- />
959
- )}
960
- <YStack flex={1}>
961
- <ListFilterBar
962
- doctype={doctype}
963
- meta={meta}
964
- filters={baseFilters}
965
- onFiltersChange={handleBaseFiltersChange}
966
- sortField={sortField}
967
- sortOrder={sortOrder}
968
- onSortChange={handleSortChange}
969
- />
970
- </YStack>
946
+ return (
947
+ <YStack flex={1} gap="$2" padding={compactChrome ? "$2" : "$3"}>
948
+ <PageHeader
949
+ gap="$2"
950
+ heading={
951
+ <XStack gap="$2" alignItems="baseline" flexWrap="wrap">
952
+ <H1 size={compactChrome ? "$6" : "$7"} margin={0} flexShrink={1} minWidth={0}>
953
+ {doctype}
954
+ </H1>
955
+ {countText ? (
956
+ <Paragraph size="$2" color="$color10" margin={0}>
957
+ {countText}
958
+ </Paragraph>
959
+ ) : null}
971
960
  </XStack>
972
- </>
973
- )}
961
+ }
962
+ actions={listToolbar}
963
+ >
964
+ {/* Shared chips readout (MOD-04 honest state): the table's own
965
+ chips row is suppressed, so the list chrome owns them. Renders
966
+ nothing while no filters apply. */}
967
+ <FilterChips meta={meta} filters={baseFilters} onFiltersChange={handleBaseFiltersChange} />
968
+ </PageHeader>
974
969
 
975
970
  {(() => {
976
971
  const listBody = (
@@ -980,7 +975,7 @@ export function DoctypeListScreen({
980
975
  facet clicks toggle tuples through the same baseFilters
981
976
  channel (handleBaseFiltersChange) — counts are informative,
982
977
  the chips row is the shared readout. */}
983
- {sidebarVisible && !fixtureMode && (
978
+ {sidebarVisible && (
984
979
  <YStack display="none" $sm={{ display: "flex" }}>
985
980
  <ListSidebar
986
981
  doctype={doctype}
@@ -1021,37 +1016,41 @@ export function DoctypeListScreen({
1021
1016
  columns={columns}
1022
1017
  fields={fields}
1023
1018
  serverSide={!fixtureMode}
1024
- {...(fixtureMode && withFixed(baseFilters).length > 0
1025
- ? { filters: withFixed(baseFilters) }
1026
- : {})}
1019
+ {...(fixtureMode ? { filters: withFixed(baseFilters) } : {})}
1027
1020
  filterableFields={filterableFields}
1028
1021
  initialState={{
1029
1022
  sorting: [{ id: sortField, desc: sortOrder === "desc" }],
1030
1023
  filters: initialTableFilters,
1031
- pagination: { pageIndex: 0, pageSize: pageSizeRef.current },
1024
+ pagination: {
1025
+ pageIndex: 0,
1026
+ pageSize: fixtureMode ? 500 : pageSizeRef.current,
1027
+ },
1028
+ columnVisibility: { modified: false },
1032
1029
  }}
1033
- enablePagination
1034
- renderPagination={(paginationProps) => (
1035
- <DataTablePagination
1036
- {...paginationProps}
1037
- pageSizeOptions={[...PAGE_SIZES]}
1038
- compact
1039
- />
1040
- )}
1030
+ // Keep-rows-and-reconcile (no remount): filter/sort changes
1031
+ // adopt in place; refresh re-runs the current query in
1032
+ // place. Rows stay rendered while the server reconciles.
1033
+ controlledState={controlledTableState}
1034
+ refreshToken={refreshGen}
1035
+ enablePagination={!fixtureMode}
1036
+ paginationMode="infinite"
1037
+ compact
1041
1038
  // ONE FILTER SYSTEM (MOD-04 / LC-16): the list chrome is
1042
1039
  // the single filtering authority; tuples reach the table
1043
- // only through initialState.filters (remount via tableKey).
1040
+ // through controlledState (in-place adoption — no remount).
1044
1041
  // enableFiltering={false} suppresses every in-table filter
1045
1042
  // entry point (toolbar Filter button, column funnels, chips
1046
1043
  // row, card Add Filter) and detaches the search clear-X
1047
- // from the injected filters — the table contributes search
1048
- // + header sort only, mirrored back via onStateChange.
1044
+ // from the injected filters — the table contributes header
1045
+ // sort only, mirrored back via onStateChange.
1049
1046
  enableFiltering={false}
1047
+ enableGlobalSearch={false}
1050
1048
  enableSorting
1051
1049
  enableRowSelection={bulkActionsEnabled}
1052
1050
  {...(bulkActionsEnabled ? { bulkActions } : {})}
1053
1051
  onRowClick={handleRowClick}
1054
1052
  onStateChange={handleStateChange}
1053
+ layout="list"
1055
1054
  />
1056
1055
  )}
1057
1056
  </YStack>