torch-glare 2.5.6 → 2.6.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 (362) hide show
  1. package/README.md +4 -3
  2. package/dist/bin/index.js +9 -24
  3. package/dist/bin/index.js.map +1 -1
  4. package/dist/src/commands/add.d.ts +2 -2
  5. package/dist/src/commands/add.d.ts.map +1 -1
  6. package/dist/src/commands/add.js +4 -70
  7. package/dist/src/commands/add.js.map +1 -1
  8. package/dist/src/commands/hook.d.ts +5 -4
  9. package/dist/src/commands/hook.d.ts.map +1 -1
  10. package/dist/src/commands/hook.js +7 -75
  11. package/dist/src/commands/hook.js.map +1 -1
  12. package/dist/src/commands/init.js +1 -1
  13. package/dist/src/commands/init.js.map +1 -1
  14. package/dist/src/commands/layout.d.ts +5 -4
  15. package/dist/src/commands/layout.d.ts.map +1 -1
  16. package/dist/src/commands/layout.js +7 -75
  17. package/dist/src/commands/layout.js.map +1 -1
  18. package/dist/src/commands/provider.d.ts +5 -4
  19. package/dist/src/commands/provider.d.ts.map +1 -1
  20. package/dist/src/commands/provider.js +7 -75
  21. package/dist/src/commands/provider.js.map +1 -1
  22. package/dist/src/commands/update.d.ts.map +1 -1
  23. package/dist/src/commands/update.js +78 -43
  24. package/dist/src/commands/update.js.map +1 -1
  25. package/dist/src/commands/utils.d.ts +5 -4
  26. package/dist/src/commands/utils.d.ts.map +1 -1
  27. package/dist/src/commands/utils.js +7 -80
  28. package/dist/src/commands/utils.js.map +1 -1
  29. package/dist/src/shared/addFromRegistry.d.ts +16 -0
  30. package/dist/src/shared/addFromRegistry.d.ts.map +1 -0
  31. package/dist/src/shared/addFromRegistry.js +88 -0
  32. package/dist/src/shared/addFromRegistry.js.map +1 -0
  33. package/dist/src/shared/getInstallCommand.d.ts.map +1 -1
  34. package/dist/src/shared/getInstallCommand.js +5 -0
  35. package/dist/src/shared/getInstallCommand.js.map +1 -1
  36. package/dist/src/shared/installDependencies.d.ts +0 -10
  37. package/dist/src/shared/installDependencies.d.ts.map +1 -1
  38. package/dist/src/shared/installDependencies.js +0 -17
  39. package/dist/src/shared/installDependencies.js.map +1 -1
  40. package/dist/src/shared/installFromPlan.d.ts +7 -5
  41. package/dist/src/shared/installFromPlan.d.ts.map +1 -1
  42. package/dist/src/shared/installFromPlan.js +103 -36
  43. package/dist/src/shared/installFromPlan.js.map +1 -1
  44. package/dist/src/shared/loadRegistry.d.ts +12 -3
  45. package/dist/src/shared/loadRegistry.d.ts.map +1 -1
  46. package/dist/src/shared/loadRegistry.js +19 -20
  47. package/dist/src/shared/loadRegistry.js.map +1 -1
  48. package/dist/src/shared/registryClient.d.ts +19 -0
  49. package/dist/src/shared/registryClient.d.ts.map +1 -0
  50. package/dist/src/shared/registryClient.js +128 -0
  51. package/dist/src/shared/registryClient.js.map +1 -0
  52. package/dist/src/shared/resolveEntry.d.ts +10 -7
  53. package/dist/src/shared/resolveEntry.d.ts.map +1 -1
  54. package/dist/src/shared/resolveEntry.js +18 -13
  55. package/dist/src/shared/resolveEntry.js.map +1 -1
  56. package/dist/src/shared/suggestOtherCommand.d.ts +7 -1
  57. package/dist/src/shared/suggestOtherCommand.d.ts.map +1 -1
  58. package/dist/src/shared/suggestOtherCommand.js +29 -23
  59. package/dist/src/shared/suggestOtherCommand.js.map +1 -1
  60. package/dist/src/types/main.d.ts +31 -2
  61. package/dist/src/types/main.d.ts.map +1 -1
  62. package/package.json +6 -11
  63. package/apps/lib/components/ActionButton.tsx +0 -93
  64. package/apps/lib/components/ActionsGroup.tsx +0 -27
  65. package/apps/lib/components/AlertDialog.tsx +0 -204
  66. package/apps/lib/components/Avatar.tsx +0 -46
  67. package/apps/lib/components/Badge.tsx +0 -250
  68. package/apps/lib/components/BadgeField.tsx +0 -403
  69. package/apps/lib/components/Breadcrumb.tsx +0 -280
  70. package/apps/lib/components/Button.tsx +0 -325
  71. package/apps/lib/components/ButtonGroup.tsx +0 -190
  72. package/apps/lib/components/Calendar.tsx +0 -115
  73. package/apps/lib/components/Card.tsx +0 -95
  74. package/apps/lib/components/Checkbox.tsx +0 -42
  75. package/apps/lib/components/ColorPicker.tsx +0 -441
  76. package/apps/lib/components/ConclusionHeader.tsx +0 -148
  77. package/apps/lib/components/ContextMenu.tsx +0 -571
  78. package/apps/lib/components/CountBadge.tsx +0 -52
  79. package/apps/lib/components/DataTable.tsx +0 -213
  80. package/apps/lib/components/DataViews/badge.ts +0 -49
  81. package/apps/lib/components/DataViews/cell.tsx +0 -324
  82. package/apps/lib/components/DataViews/context.ts +0 -144
  83. package/apps/lib/components/DataViews/data-views.tsx +0 -395
  84. package/apps/lib/components/DataViews/filters/children.tsx +0 -98
  85. package/apps/lib/components/DataViews/filters/custom.tsx +0 -34
  86. package/apps/lib/components/DataViews/filters/filters.tsx +0 -157
  87. package/apps/lib/components/DataViews/filters/index.ts +0 -4
  88. package/apps/lib/components/DataViews/filters/labelled.tsx +0 -20
  89. package/apps/lib/components/DataViews/filters/presets.tsx +0 -65
  90. package/apps/lib/components/DataViews/filters/sync.tsx +0 -35
  91. package/apps/lib/components/DataViews/filters/values.ts +0 -173
  92. package/apps/lib/components/DataViews/header.tsx +0 -220
  93. package/apps/lib/components/DataViews/hooks/index.ts +0 -5
  94. package/apps/lib/components/DataViews/hooks/useActiveRow.ts +0 -22
  95. package/apps/lib/components/DataViews/hooks/useControllable.ts +0 -52
  96. package/apps/lib/components/DataViews/index.ts +0 -88
  97. package/apps/lib/components/DataViews/panel/columns.tsx +0 -153
  98. package/apps/lib/components/DataViews/panel/controls.tsx +0 -106
  99. package/apps/lib/components/DataViews/panel/index.ts +0 -3
  100. package/apps/lib/components/DataViews/panel/panel.tsx +0 -164
  101. package/apps/lib/components/DataViews/panel/saved-views.tsx +0 -67
  102. package/apps/lib/components/DataViews/panel/section.tsx +0 -81
  103. package/apps/lib/components/DataViews/panel/sort.tsx +0 -42
  104. package/apps/lib/components/DataViews/panel/tab.tsx +0 -31
  105. package/apps/lib/components/DataViews/slots.ts +0 -72
  106. package/apps/lib/components/DataViews/states.tsx +0 -73
  107. package/apps/lib/components/DataViews/types.ts +0 -510
  108. package/apps/lib/components/DataViews/views/board-view.tsx +0 -381
  109. package/apps/lib/components/DataViews/views/card-rows.tsx +0 -36
  110. package/apps/lib/components/DataViews/views/inbox-view.tsx +0 -260
  111. package/apps/lib/components/DataViews/views/pane-views.tsx +0 -196
  112. package/apps/lib/components/DataViews/views/table-view.tsx +0 -493
  113. package/apps/lib/components/DataViews/views/tree-view.tsx +0 -367
  114. package/apps/lib/components/DatePicker.tsx +0 -232
  115. package/apps/lib/components/Dialog.tsx +0 -116
  116. package/apps/lib/components/Divider.tsx +0 -28
  117. package/apps/lib/components/Drawer.tsx +0 -451
  118. package/apps/lib/components/DropdownMenu.tsx +0 -554
  119. package/apps/lib/components/FieldHint.tsx +0 -69
  120. package/apps/lib/components/Form.tsx +0 -182
  121. package/apps/lib/components/FormBuilder/context.ts +0 -85
  122. package/apps/lib/components/FormBuilder/field-kind.ts +0 -28
  123. package/apps/lib/components/FormBuilder/fields/ChoiceFields.tsx +0 -60
  124. package/apps/lib/components/FormBuilder/fields/ColorField.tsx +0 -59
  125. package/apps/lib/components/FormBuilder/fields/CustomField.tsx +0 -11
  126. package/apps/lib/components/FormBuilder/fields/DateField.tsx +0 -32
  127. package/apps/lib/components/FormBuilder/fields/FieldArray.tsx +0 -74
  128. package/apps/lib/components/FormBuilder/fields/FieldShell.tsx +0 -168
  129. package/apps/lib/components/FormBuilder/fields/FileField.tsx +0 -39
  130. package/apps/lib/components/FormBuilder/fields/OptionListFields.tsx +0 -132
  131. package/apps/lib/components/FormBuilder/fields/OtpField.tsx +0 -31
  132. package/apps/lib/components/FormBuilder/fields/PhoneField.tsx +0 -109
  133. package/apps/lib/components/FormBuilder/fields/RichTextEditorField.tsx +0 -31
  134. package/apps/lib/components/FormBuilder/fields/SelectField.tsx +0 -114
  135. package/apps/lib/components/FormBuilder/fields/SignatureField.tsx +0 -157
  136. package/apps/lib/components/FormBuilder/fields/SliderField.tsx +0 -67
  137. package/apps/lib/components/FormBuilder/fields/SwitchBoxField.tsx +0 -41
  138. package/apps/lib/components/FormBuilder/fields/TableField.tsx +0 -336
  139. package/apps/lib/components/FormBuilder/fields/TextField.tsx +0 -213
  140. package/apps/lib/components/FormBuilder/fields/TreeSelectField.tsx +0 -43
  141. package/apps/lib/components/FormBuilder/fields/countries.ts +0 -303
  142. package/apps/lib/components/FormBuilder/fields/index.ts +0 -25
  143. package/apps/lib/components/FormBuilder/form-builder.tsx +0 -198
  144. package/apps/lib/components/FormBuilder/index.ts +0 -31
  145. package/apps/lib/components/FormBuilder/numberFormat.ts +0 -16
  146. package/apps/lib/components/FormBuilder/submit.tsx +0 -67
  147. package/apps/lib/components/FormBuilder/types.ts +0 -316
  148. package/apps/lib/components/FormRenderer/FormDrawer.tsx +0 -250
  149. package/apps/lib/components/FormRenderer/detail.tsx +0 -256
  150. package/apps/lib/components/FormRenderer/form-renderer.tsx +0 -358
  151. package/apps/lib/components/FormRenderer/header.tsx +0 -88
  152. package/apps/lib/components/FormRenderer/index.ts +0 -17
  153. package/apps/lib/components/FormRenderer/notch-action.tsx +0 -64
  154. package/apps/lib/components/FormRenderer/section.tsx +0 -39
  155. package/apps/lib/components/FormRenderer/stepper.tsx +0 -393
  156. package/apps/lib/components/FormRenderer/types.ts +0 -115
  157. package/apps/lib/components/FormSummary.tsx +0 -282
  158. package/apps/lib/components/HeaderBar.tsx +0 -117
  159. package/apps/lib/components/ImageAttachment.tsx +0 -209
  160. package/apps/lib/components/InnerLabelField.tsx +0 -154
  161. package/apps/lib/components/Input.tsx +0 -224
  162. package/apps/lib/components/InputField.tsx +0 -147
  163. package/apps/lib/components/InputOTP.tsx +0 -84
  164. package/apps/lib/components/Label.tsx +0 -129
  165. package/apps/lib/components/LabelField.tsx +0 -76
  166. package/apps/lib/components/LabeledCheckBox.tsx +0 -51
  167. package/apps/lib/components/LabeledRadio.tsx +0 -51
  168. package/apps/lib/components/LinkButton.tsx +0 -94
  169. package/apps/lib/components/LoginButton.tsx +0 -51
  170. package/apps/lib/components/PasswordLevel.tsx +0 -58
  171. package/apps/lib/components/Popover.tsx +0 -312
  172. package/apps/lib/components/ProfileMenu.tsx +0 -85
  173. package/apps/lib/components/Radio.tsx +0 -59
  174. package/apps/lib/components/RadioCard.tsx +0 -50
  175. package/apps/lib/components/ScrollArea.tsx +0 -54
  176. package/apps/lib/components/SearchField.tsx +0 -62
  177. package/apps/lib/components/SearchableSelect.tsx +0 -318
  178. package/apps/lib/components/SearchableTable.tsx +0 -344
  179. package/apps/lib/components/SearchableTree.tsx +0 -485
  180. package/apps/lib/components/SearchableTreeDialog.tsx +0 -502
  181. package/apps/lib/components/SectionBlock.tsx +0 -168
  182. package/apps/lib/components/Select.tsx +0 -347
  183. package/apps/lib/components/SimpleSelect.tsx +0 -225
  184. package/apps/lib/components/Skeleton.tsx +0 -12
  185. package/apps/lib/components/SlideDatePicker.tsx +0 -255
  186. package/apps/lib/components/SpinLoading.tsx +0 -174
  187. package/apps/lib/components/Stepper.tsx +0 -480
  188. package/apps/lib/components/Switch.tsx +0 -82
  189. package/apps/lib/components/TabFormItem.tsx +0 -153
  190. package/apps/lib/components/TabSwitch.tsx +0 -172
  191. package/apps/lib/components/Table.tsx +0 -597
  192. package/apps/lib/components/TextEditor/ChartBlockTool.ts +0 -676
  193. package/apps/lib/components/TextEditor/RichTextField.tsx +0 -46
  194. package/apps/lib/components/TextEditor/TableDnDWrapper.ts +0 -462
  195. package/apps/lib/components/TextEditor/TextEditor.tsx +0 -1164
  196. package/apps/lib/components/TextEditor/TextEditorToolbar.tsx +0 -429
  197. package/apps/lib/components/TextEditor/editor-tools/AlignmentTune.ts +0 -70
  198. package/apps/lib/components/TextEditor/editor-tools/ColorInlineTool.ts +0 -50
  199. package/apps/lib/components/TextEditor/editor-tools/StrikethroughInlineTool.ts +0 -48
  200. package/apps/lib/components/TextEditor/editor-tools/inlineFormat.ts +0 -98
  201. package/apps/lib/components/TextEditor/editorjs.d.ts +0 -60
  202. package/apps/lib/components/TextEditor/index.ts +0 -7
  203. package/apps/lib/components/TextEditor/markdownParser.ts +0 -346
  204. package/apps/lib/components/Textarea.tsx +0 -117
  205. package/apps/lib/components/Timeline.tsx +0 -263
  206. package/apps/lib/components/Toast.tsx +0 -87
  207. package/apps/lib/components/Toggle.tsx +0 -125
  208. package/apps/lib/components/ToggleButton.tsx +0 -140
  209. package/apps/lib/components/Tooltip.tsx +0 -116
  210. package/apps/lib/components/TransparentLabel.tsx +0 -71
  211. package/apps/lib/components/TreeDropDown.tsx +0 -115
  212. package/apps/lib/components/TreeFolder/TreeFolder.tsx +0 -380
  213. package/apps/lib/components/TreeFolder/TreeFolderBreadcrumb.tsx +0 -75
  214. package/apps/lib/components/TreeFolder/TreeFolderRow.tsx +0 -354
  215. package/apps/lib/components/TreeFolder/TreeFolderStyles.tsx +0 -60
  216. package/apps/lib/components/TreeFolder/icons.tsx +0 -60
  217. package/apps/lib/components/TreeFolder/index.ts +0 -24
  218. package/apps/lib/components/TreeFolder/treeFolderUtils.ts +0 -109
  219. package/apps/lib/components/TreeFolder/types.ts +0 -77
  220. package/apps/lib/components/TreeFolder/useTreeFolderDnD.ts +0 -118
  221. package/apps/lib/hooks/useActiveTreeItem.ts +0 -61
  222. package/apps/lib/hooks/useClickOutside.ts +0 -27
  223. package/apps/lib/hooks/useDragDrop.tsx +0 -365
  224. package/apps/lib/hooks/useHtmlDir.ts +0 -31
  225. package/apps/lib/hooks/useInfiniteScroll.ts +0 -108
  226. package/apps/lib/hooks/useIsMobile.ts +0 -21
  227. package/apps/lib/hooks/useResize.ts +0 -67
  228. package/apps/lib/hooks/useTagSelection.ts +0 -300
  229. package/apps/lib/layouts/CNLayout.tsx +0 -372
  230. package/apps/lib/layouts/DataViewCard.tsx +0 -62
  231. package/apps/lib/layouts/FieldSection.tsx +0 -91
  232. package/apps/lib/layouts/TreeSubLayout.tsx +0 -173
  233. package/apps/lib/providers/ThemeProvider.tsx +0 -84
  234. package/apps/lib/registry.json +0 -1217
  235. package/apps/lib/tsconfig.json +0 -9
  236. package/apps/lib/tsconfig.tsbuildinfo +0 -1
  237. package/apps/lib/utils/cn.ts +0 -6
  238. package/apps/lib/utils/color.ts +0 -175
  239. package/apps/lib/utils/dataViews/path.ts +0 -67
  240. package/apps/lib/utils/dataViews/query.ts +0 -73
  241. package/apps/lib/utils/dataViews/types.ts +0 -187
  242. package/apps/lib/utils/dateFormat.ts +0 -108
  243. package/apps/lib/utils/resize.ts +0 -31
  244. package/apps/lib/utils/scroller.ts +0 -26
  245. package/apps/lib/utils/types.ts +0 -16
  246. package/docs/BLOCKS.md +0 -129
  247. package/docs/CHANGELOG-1.1.16.md +0 -108
  248. package/docs/Cover.png +0 -0
  249. package/docs/README.md +0 -215
  250. package/docs/components/action-button.md +0 -638
  251. package/docs/components/actions-group.md +0 -708
  252. package/docs/components/alert-dialog.md +0 -920
  253. package/docs/components/avatar.md +0 -709
  254. package/docs/components/badge-field.md +0 -738
  255. package/docs/components/badge.md +0 -301
  256. package/docs/components/breadcrumb.md +0 -930
  257. package/docs/components/button-group.md +0 -650
  258. package/docs/components/button.md +0 -639
  259. package/docs/components/calendar.md +0 -555
  260. package/docs/components/card.md +0 -622
  261. package/docs/components/chart-block-tool.md +0 -129
  262. package/docs/components/checkbox.md +0 -699
  263. package/docs/components/cn-layout.md +0 -854
  264. package/docs/components/color-picker.md +0 -101
  265. package/docs/components/conclusion-header.md +0 -80
  266. package/docs/components/context-menu.md +0 -483
  267. package/docs/components/count-badge.md +0 -560
  268. package/docs/components/data-table.md +0 -854
  269. package/docs/components/data-views/backend-response.md +0 -324
  270. package/docs/components/data-views/examples/a11y-rtl.md +0 -250
  271. package/docs/components/data-views/examples/api-orders-route.md +0 -130
  272. package/docs/components/data-views/examples/fields.md +0 -362
  273. package/docs/components/data-views/examples/filters.md +0 -307
  274. package/docs/components/data-views/examples/inbox-routing.md +0 -218
  275. package/docs/components/data-views/examples/index.md +0 -29
  276. package/docs/components/data-views/examples/overview.md +0 -244
  277. package/docs/components/data-views/examples/panel.md +0 -212
  278. package/docs/components/data-views/examples/scale.md +0 -231
  279. package/docs/components/data-views/examples/server-side.md +0 -210
  280. package/docs/components/data-views/examples/state.md +0 -250
  281. package/docs/components/data-views/examples/tree-custom.md +0 -388
  282. package/docs/components/data-views/examples/view-registry.md +0 -313
  283. package/docs/components/data-views/examples/views.md +0 -534
  284. package/docs/components/data-views/guide.md +0 -405
  285. package/docs/components/data-views/index.md +0 -1521
  286. package/docs/components/data-views/migration.md +0 -81
  287. package/docs/components/date-picker.md +0 -857
  288. package/docs/components/dialog.md +0 -929
  289. package/docs/components/divider.md +0 -766
  290. package/docs/components/drawer.md +0 -654
  291. package/docs/components/dropdown-menu.md +0 -668
  292. package/docs/components/field-hint.md +0 -898
  293. package/docs/components/field-section.md +0 -781
  294. package/docs/components/form-builder.md +0 -284
  295. package/docs/components/form-renderer.md +0 -396
  296. package/docs/components/form-summary.md +0 -138
  297. package/docs/components/form.md +0 -785
  298. package/docs/components/header-bar.md +0 -188
  299. package/docs/components/image-attachment.md +0 -906
  300. package/docs/components/inner-label-field.md +0 -819
  301. package/docs/components/input-field.md +0 -623
  302. package/docs/components/input-otp.md +0 -756
  303. package/docs/components/input.md +0 -634
  304. package/docs/components/label-field.md +0 -770
  305. package/docs/components/label.md +0 -761
  306. package/docs/components/labeled-check-box.md +0 -642
  307. package/docs/components/labeled-radio.md +0 -796
  308. package/docs/components/link-button.md +0 -685
  309. package/docs/components/login-button.md +0 -872
  310. package/docs/components/password-level.md +0 -803
  311. package/docs/components/popover.md +0 -649
  312. package/docs/components/profile-menu.md +0 -656
  313. package/docs/components/radio-card.md +0 -801
  314. package/docs/components/radio.md +0 -735
  315. package/docs/components/scroll-area.md +0 -691
  316. package/docs/components/search-field.md +0 -702
  317. package/docs/components/searchable-select.md +0 -368
  318. package/docs/components/searchable-table.md +0 -438
  319. package/docs/components/searchable-tree-dialog.md +0 -190
  320. package/docs/components/searchable-tree.md +0 -200
  321. package/docs/components/section-block.md +0 -483
  322. package/docs/components/select.md +0 -709
  323. package/docs/components/simple-select.md +0 -741
  324. package/docs/components/skeleton.md +0 -706
  325. package/docs/components/slide-date-picker.md +0 -837
  326. package/docs/components/spin-loading.md +0 -696
  327. package/docs/components/stepper.md +0 -316
  328. package/docs/components/switch.md +0 -770
  329. package/docs/components/tab-form-item.md +0 -773
  330. package/docs/components/tab-switch.md +0 -170
  331. package/docs/components/table-dnd-wrapper.md +0 -107
  332. package/docs/components/table.md +0 -1088
  333. package/docs/components/text-editor.md +0 -735
  334. package/docs/components/textarea.md +0 -681
  335. package/docs/components/timeline.md +0 -254
  336. package/docs/components/toast.md +0 -773
  337. package/docs/components/toggle-button.md +0 -643
  338. package/docs/components/toggle.md +0 -882
  339. package/docs/components/tooltip.md +0 -513
  340. package/docs/components/transparent-label.md +0 -721
  341. package/docs/components/tree-drop-down.md +0 -740
  342. package/docs/components/tree-folder.md +0 -110
  343. package/docs/components/tree-sub-layout.md +0 -707
  344. package/docs/explanation/architecture.md +0 -54
  345. package/docs/explanation/design-system.md +0 -52
  346. package/docs/how-to/form-and-list-recipes.md +0 -386
  347. package/docs/how-to/forms-with-form-builder.md +0 -472
  348. package/docs/how-to/guides.md +0 -1027
  349. package/docs/migration/changelog.md +0 -60
  350. package/docs/migration/form-builder-2.5.2.md +0 -113
  351. package/docs/reference/cli.md +0 -112
  352. package/docs/reference/components.md +0 -572
  353. package/docs/reference/hooks.md +0 -1523
  354. package/docs/reference/providers.md +0 -866
  355. package/docs/reference/tailwind-plugins.md +0 -942
  356. package/docs/reference/theme.md +0 -85
  357. package/docs/reference/types.md +0 -1016
  358. package/docs/reference/utilities.md +0 -726
  359. package/docs/tutorials/building-first-form.md +0 -846
  360. package/docs/tutorials/component-composition.md +0 -882
  361. package/docs/tutorials/getting-started.md +0 -302
  362. package/docs/tutorials/theming-basics.md +0 -785
@@ -1,75 +0,0 @@
1
- "use client";
2
-
3
- import { ChevronRight } from "lucide-react";
4
- import { cn } from "../../utils/cn";
5
- import type { TreeFolderBreadcrumb as BreadcrumbItems } from "./types";
6
-
7
- type Props = {
8
- items: BreadcrumbItems;
9
- onSelect?: (id: string) => void;
10
- className?: string;
11
- maxItems?: number;
12
- };
13
-
14
- export function TreeFolderBreadcrumb({ items, onSelect, className, maxItems = 4 }: Props) {
15
- if (items.length === 0) {
16
- return (
17
- <div
18
- className={cn(
19
- "px-3 py-1.5 text-xs text-content-presentation-global-tertiary truncate",
20
- className,
21
- )}
22
- >
23
- No selection
24
- </div>
25
- );
26
- }
27
-
28
- const display =
29
- items.length > maxItems
30
- ? [items[0], { id: "__ellipsis", name: "…" }, ...items.slice(-(maxItems - 2))]
31
- : items;
32
-
33
- return (
34
- <nav
35
- aria-label="Tree path"
36
- className={cn(
37
- "px-3 py-1.5 flex items-center gap-1 text-xs text-content-presentation-global-secondary min-w-0",
38
- className,
39
- )}
40
- >
41
- <ol className="flex items-center gap-1 min-w-0 flex-1">
42
- {display.map((item, idx) => {
43
- const isLast = idx === display.length - 1;
44
- const isEllipsis = item.id === "__ellipsis";
45
- return (
46
- <li key={`${item.id}-${idx}`} className="flex items-center gap-1 min-w-0">
47
- {idx > 0 && (
48
- <ChevronRight className="w-3 h-3 shrink-0 text-content-presentation-global-tertiary" />
49
- )}
50
- {isEllipsis ? (
51
- <span className="text-content-presentation-global-tertiary">…</span>
52
- ) : isLast ? (
53
- <span
54
- className="truncate text-content-presentation-global-primary font-medium"
55
- title={item.name}
56
- >
57
- {item.name}
58
- </span>
59
- ) : (
60
- <button
61
- type="button"
62
- onClick={() => onSelect?.(item.id)}
63
- className="truncate hover:text-content-presentation-global-primary"
64
- title={item.name}
65
- >
66
- {item.name}
67
- </button>
68
- )}
69
- </li>
70
- );
71
- })}
72
- </ol>
73
- </nav>
74
- );
75
- }
@@ -1,354 +0,0 @@
1
- "use client";
2
-
3
- import { ChevronRight, ChevronDown, GripVertical } from "lucide-react";
4
- import { useDragItem } from "../../hooks/useDragDrop";
5
- import { cn } from "../../utils/cn";
6
- import { resolveIcon } from "./icons";
7
- import type { TreeFolderIconResolver, TreeFolderNode, TreeFolderVisibleRow } from "./types";
8
-
9
- export type TreeFolderRowProps = {
10
- row: TreeFolderVisibleRow;
11
- rowHeight: number;
12
- indent: number;
13
- iconFor?: TreeFolderIconResolver;
14
-
15
- isSelected: boolean;
16
- isAncestor: boolean;
17
- isDescendantOfSelected: boolean;
18
- /** True when the previous visible row is part of the same selected-subtree band. */
19
- isPrevInBand: boolean;
20
- /** True when the next visible row is part of the same selected-subtree band. */
21
- isNextInBand: boolean;
22
-
23
- isDragging: boolean;
24
- isDropTargetInside: boolean;
25
- isDropBefore: boolean;
26
- isDropAfter: boolean;
27
-
28
- dndEnabled: boolean;
29
- onSelect: (id: string | null) => void;
30
- onToggle: (id: string) => void;
31
- };
32
-
33
- export function TreeFolderRow({
34
- row,
35
- rowHeight,
36
- indent,
37
- iconFor,
38
- isSelected,
39
- isAncestor,
40
- isDescendantOfSelected,
41
- isPrevInBand,
42
- isNextInBand,
43
- isDragging,
44
- isDropTargetInside,
45
- isDropBefore,
46
- isDropAfter,
47
- dndEnabled,
48
- onSelect,
49
- onToggle,
50
- }: TreeFolderRowProps) {
51
- const { node, level, isOpen, isInternal, ancestorHasMoreSiblings } = row;
52
-
53
- const {
54
- ref: dragRef,
55
- handleProps: dragProps,
56
- style: dragStyle,
57
- } = useDragItem(node.id, !dndEnabled || Boolean(node.disabled), { follow: false });
58
- const data = node;
59
- const hasChildren = isInternal;
60
-
61
- const willReceiveDrop = isDropTargetInside && dndEnabled;
62
- const inSubtreeOfSelected = isDescendantOfSelected;
63
- const inAncestorChain = isAncestor;
64
- // Selected row gets the strong fill; direct children get a softer overlay so
65
- // they read as "members of the selected group" without competing with the
66
- // selection itself. Rows stand alone — no neighbor-aware joining anymore.
67
- const showSelected = isSelected && !willReceiveDrop;
68
- const showChildOfSelected = inSubtreeOfSelected && !isSelected && !willReceiveDrop;
69
- // A row is "in the selection group" if it's the selected node itself or a
70
- // descendant tinted by it. Neighbor-aware rounding then merges adjacent rows
71
- // into one continuous pill instead of stacked individual chips.
72
- const inGroup = showSelected || showChildOfSelected;
73
- const isGroupStart = inGroup && !isPrevInBand;
74
- const isGroupEnd = inGroup && !isNextInBand;
75
-
76
- const icon = resolveIcon(iconFor, data, {
77
- isOpen,
78
- isInternal,
79
- isSelected,
80
- });
81
-
82
- const outerClassName = cn(
83
- "relative w-full min-w-max",
84
- isDragging && "opacity-40",
85
- data.disabled && "opacity-50 pointer-events-none",
86
- );
87
-
88
- const bandClassName = cn(
89
- "pointer-events-none absolute inset-y-0 inset-x-[2px] z-0 rounded-md transition-colors duration-100",
90
- inGroup && !isGroupStart && "rounded-t-none",
91
- inGroup && !isGroupEnd && "rounded-b-none",
92
- !willReceiveDrop &&
93
- !inGroup &&
94
- "group-hover/row:bg-background-presentation-form-field-hover group-active/row:bg-background-presentation-action-hover/20",
95
- showSelected && "bg-background-presentation-state-information-primary",
96
- // Token isn't exposed as channels, so Tailwind's /alpha modifier doesn't
97
- // work on it — paint the descendant tint with the same hex at 30% alpha.
98
- showChildOfSelected && "bg-[#005ECC]/30",
99
- inAncestorChain && !inGroup && "bg-background-presentation-state-information-secondary",
100
- willReceiveDrop && "bg-background-presentation-state-information-primary",
101
- );
102
-
103
- const rowClassName = cn(
104
- "relative z-10 flex items-center gap-1 py-1 pr-2 cursor-pointer text-sm min-w-max",
105
- showSelected && "text-white",
106
- willReceiveDrop && "text-white",
107
- );
108
-
109
- // Grip occupies a fixed slot at the outer-left edge. `contentStart` is where
110
- // the indent-padding origin (depth 0) begins, leaving breathing room between
111
- // the grip column and the first connector / chevron.
112
- const gripSlotWidth = 16;
113
- const gripGutterPad = 6;
114
- const contentStart = gripSlotWidth + gripGutterPad; // 22px
115
-
116
- const rowStyle = {
117
- paddingInlineStart: contentStart + level * indent,
118
- height: rowHeight,
119
- };
120
-
121
- const handleRowClick = () => {
122
- if (data.disabled) return;
123
- onSelect(node.id);
124
- };
125
-
126
- // Insert lines for "between" drops (above/below sibling). Inset to the row's
127
- // indent so they line up with the new sibling's level.
128
- const insertLineInset = contentStart + level * indent;
129
-
130
- return (
131
- <div
132
- ref={dragRef}
133
- data-row-id={node.id}
134
- className={cn("select-none group/row", outerClassName)}
135
- // The row is the drag surface, not just the grip: that is how this tree has always behaved,
136
- // and the 8px threshold is what keeps a click on it still a click.
137
- style={{ ...dragStyle, height: rowHeight }}
138
- {...dragProps}
139
- >
140
- <span aria-hidden className={bandClassName} />
141
-
142
- {/* Drag handle sits in a fixed slot at the outer-left of the row so it
143
- never collides with the connector verticals — those start to the
144
- right of this 16px reserved column. Hidden until row hover. */}
145
- {dndEnabled && (
146
- <span
147
- className="absolute start-1.5 top-0 z-[6] flex h-full w-4 items-center justify-center opacity-0 group-hover/row:opacity-100 transition-opacity duration-150 cursor-grab active:cursor-grabbing"
148
- aria-hidden
149
- >
150
- <GripVertical
151
- className={cn(
152
- "w-3.5 h-3.5",
153
- showSelected ? "text-white/80" : "text-content-presentation-global-tertiary",
154
- )}
155
- />
156
- </span>
157
- )}
158
-
159
- {level > 0 && (
160
- <div className="pointer-events-none absolute inset-0 z-[5]">
161
- <TreeConnectors
162
- level={level}
163
- indent={indent}
164
- rowHeight={rowHeight}
165
- contentStart={contentStart}
166
- ancestorHasMoreSiblings={ancestorHasMoreSiblings}
167
- />
168
- </div>
169
- )}
170
-
171
- {isDropBefore && (
172
- <span
173
- aria-hidden
174
- className="pointer-events-none absolute -top-px left-0 right-0 z-20 h-0.5 bg-background-presentation-state-information-primary"
175
- style={{ marginInlineStart: insertLineInset }}
176
- />
177
- )}
178
- {isDropAfter && (
179
- <span
180
- aria-hidden
181
- className="pointer-events-none absolute -bottom-px left-0 right-0 z-20 h-0.5 bg-background-presentation-state-information-primary"
182
- style={{ marginInlineStart: insertLineInset }}
183
- />
184
- )}
185
-
186
- <div
187
- role="treeitem"
188
- aria-expanded={isInternal ? isOpen : undefined}
189
- aria-selected={isSelected}
190
- aria-disabled={data.disabled || undefined}
191
- aria-level={level + 1}
192
- onClick={handleRowClick}
193
- className={rowClassName}
194
- style={rowStyle}
195
- >
196
- {hasChildren ? (
197
- <button
198
- type="button"
199
- onClick={(e) => {
200
- e.stopPropagation();
201
- onToggle(node.id);
202
- }}
203
- className={cn(
204
- "shrink-0 w-4 h-4 flex items-center justify-center rounded",
205
- showSelected
206
- ? "text-white/80 hover:text-white"
207
- : "text-content-presentation-global-tertiary hover:text-content-presentation-global-primary",
208
- )}
209
- aria-label={isOpen ? "Collapse" : "Expand"}
210
- >
211
- {isOpen ? (
212
- <ChevronDown className="w-3.5 h-3.5" />
213
- ) : (
214
- <ChevronRight className="w-3.5 h-3.5" />
215
- )}
216
- </button>
217
- ) : (
218
- <span className="shrink-0 w-4 h-4" />
219
- )}
220
-
221
- <span
222
- className={cn(
223
- "shrink-0 w-4 h-4 flex items-center justify-center",
224
- showSelected ? "text-white/90" : "text-content-presentation-global-tertiary",
225
- )}
226
- aria-hidden
227
- >
228
- {icon}
229
- </span>
230
-
231
- <span className="whitespace-nowrap pr-2" title={data.name}>
232
- {data.name}
233
- </span>
234
-
235
- {/* `meta` has always been part of `TreeFolderNode` but was never painted. It sits after
236
- the name, before the collapsed-child count, and only appears when a node supplies it. */}
237
- {data.meta != null && <span className="shrink-0 pr-2">{data.meta}</span>}
238
-
239
- {hasChildren && !isOpen && (
240
- <span
241
- className={cn(
242
- "shrink-0 text-xs tabular-nums",
243
- showSelected ? "text-white/80" : "text-content-presentation-global-tertiary",
244
- )}
245
- >
246
- ({countDescendants(node)})
247
- </span>
248
- )}
249
- </div>
250
- </div>
251
- );
252
- }
253
-
254
- /**
255
- * Connector lines (T/L bends) aligned to where each ancestor's chevron sits in
256
- * the row layout, so verticals drop directly from the parent's twisty rather
257
- * than floating in the indent column. Geometry:
258
- *
259
- * row paddingLeft = 4 + level * indent
260
- * row content order = [grip?(16)] [chevron(16)] [icon(16)] [text]
261
- *
262
- * So the chevron of a row at depth D is centered at:
263
- * chevronX(D) = 4 + D * indent + (dndEnabled ? 16 : 0) + 8
264
- *
265
- * A child at depth D+1 hangs its vertical at chevronX(D) and runs a horizontal
266
- * stub from there out to (paddingLeft - 2) — landing just before the child's
267
- * own grip/chevron. Last child renders an "L" (vertical stops at midline);
268
- * other siblings render a "T" (vertical runs full height). Ancestor gutters
269
- * keep their verticals only when that ancestor still has siblings below.
270
- */
271
- function TreeConnectors({
272
- level,
273
- indent,
274
- rowHeight,
275
- contentStart,
276
- ancestorHasMoreSiblings,
277
- }: {
278
- level: number;
279
- indent: number;
280
- rowHeight: number;
281
- contentStart: number;
282
- ancestorHasMoreSiblings: boolean[];
283
- }) {
284
- // Grip handle sits in a fixed outer-left slot, so the chevron column for a
285
- // row at depth D is: contentStart + D*indent + chevron-half(8).
286
- const chevronX = (depth: number) => contentStart + depth * indent + 8;
287
- // Connector color is theme-aware: black/20 on default+light, white/20 on dark.
288
- // The dark swap relies on a `data-theme="dark"` ancestor (set by TreeFolder).
289
- const lineClass = "bg-black-alpha-20 [[data-theme=dark]_&]:bg-white-alpha-20";
290
- const segments: React.ReactNode[] = [];
291
-
292
- // Ancestor verticals: full-height line at each ancestor's chevron column,
293
- // skipped when the ancestor at that depth has no more siblings below.
294
- // ancestorHasMoreSiblings[d] === "ancestor at depth d still has siblings
295
- // below this row," so it controls whether to draw the vertical in that
296
- // ancestor's chevron gutter (chevronX(d)).
297
- for (let d = 0; d < level - 1; d++) {
298
- if (!ancestorHasMoreSiblings[d]) continue;
299
- segments.push(
300
- <span
301
- key={`v-${d}`}
302
- aria-hidden
303
- className={cn("pointer-events-none absolute top-0 bottom-0 w-px", lineClass)}
304
- style={{ insetInlineStart: chevronX(d) }}
305
- />,
306
- );
307
- }
308
-
309
- // Parent's gutter (depth = level - 1). T or L vertical, plus horizontal stub
310
- // landing just before this row's own grip/chevron starts.
311
- const parentDepth = level - 1;
312
- const parentX = chevronX(parentDepth);
313
- const midY = rowHeight / 2;
314
- const ownContentX = contentStart + level * indent + 2; // extend 4px further toward the row content
315
-
316
- segments.push(
317
- <span
318
- key="v-own"
319
- aria-hidden
320
- className={cn("pointer-events-none absolute w-px", lineClass)}
321
- style={{
322
- insetInlineStart: parentX,
323
- top: 0,
324
- height: "100%",
325
- }}
326
- />,
327
- );
328
- segments.push(
329
- <span
330
- key="h-own"
331
- aria-hidden
332
- className={cn("pointer-events-none absolute h-px", lineClass)}
333
- style={{
334
- insetInlineStart: parentX,
335
- top: midY,
336
- width: Math.max(4, ownContentX - parentX),
337
- }}
338
- />,
339
- );
340
-
341
- return <>{segments}</>;
342
- }
343
-
344
- function countDescendants(node: { children?: TreeFolderNode[] | null }): number {
345
- if (!node.children) return 0;
346
- let n = 0;
347
- const stack: TreeFolderNode[] = [...node.children];
348
- while (stack.length) {
349
- n++;
350
- const top = stack.pop();
351
- if (top?.children) for (const c of top.children) stack.push(c);
352
- }
353
- return n;
354
- }
@@ -1,60 +0,0 @@
1
- "use client";
2
-
3
- /**
4
- * Component-scoped CSS for TreeFolder. Rendered once by TreeFolder itself so
5
- * the styles ship with the component (no globals.css required by consumers).
6
- *
7
- * Why a <style> tag instead of a CSS import:
8
- * - Some consumers may not run a CSS pipeline that picks up imports from
9
- * node_modules.
10
- * - The styles target pseudo-elements (::-webkit-scrollbar-*) that Tailwind
11
- * can't express without a plugin, and CSS-in-JS libraries would add a dep.
12
- * - Inlining keeps the public package zero-config.
13
- *
14
- * The rules are scoped to `.tf-scroll`, which only TreeFolder applies — no
15
- * risk of leaking to other elements on the page.
16
- */
17
- const CSS = `
18
- .tf-scroll {
19
- scrollbar-width: thin;
20
- scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
21
- }
22
- .tf-scroll::-webkit-scrollbar {
23
- width: 10px;
24
- height: 10px;
25
- }
26
- .tf-scroll::-webkit-scrollbar-track {
27
- background: transparent;
28
- }
29
- .tf-scroll::-webkit-scrollbar-thumb {
30
- background: rgba(255, 255, 255, 0.18);
31
- border: 2px solid transparent;
32
- background-clip: content-box;
33
- border-radius: 999px;
34
- }
35
- .tf-scroll::-webkit-scrollbar-thumb:hover {
36
- background: rgba(255, 255, 255, 0.3);
37
- background-clip: content-box;
38
- }
39
- .tf-scroll::-webkit-scrollbar-corner {
40
- background: transparent;
41
- }
42
- [data-theme="light"] .tf-scroll::-webkit-scrollbar-thumb {
43
- background: rgba(0, 0, 0, 0.22);
44
- background-clip: content-box;
45
- }
46
- [data-theme="light"] .tf-scroll::-webkit-scrollbar-thumb:hover {
47
- background: rgba(0, 0, 0, 0.35);
48
- background-clip: content-box;
49
- }
50
- `;
51
-
52
- /**
53
- * Renders a single <style> tag containing TreeFolder's scoped CSS.
54
- * Mounting multiple TreeFolder instances is fine — browsers deduplicate
55
- * identical inline stylesheets; we additionally key on a known id so React
56
- * keeps just one DOM node when it can.
57
- */
58
- export function TreeFolderStyles() {
59
- return <style id="torch-treefolder-styles" dangerouslySetInnerHTML={{ __html: CSS }} />;
60
- }
@@ -1,60 +0,0 @@
1
- "use client";
2
-
3
- import {
4
- Folder,
5
- FolderOpen,
6
- File,
7
- Frame,
8
- Group,
9
- Component,
10
- Box,
11
- Type,
12
- Image as ImageIcon,
13
- Spline,
14
- Link as LinkIcon,
15
- Square,
16
- LayoutGrid,
17
- } from "lucide-react";
18
- import type { ReactNode } from "react";
19
- import type { TreeFolderIconResolver, TreeFolderNode } from "./types";
20
-
21
- export const defaultIconRegistry: Record<string, (state: { isOpen: boolean }) => ReactNode> = {
22
- folder: ({ isOpen }) =>
23
- isOpen ? <FolderOpen className="w-3.5 h-3.5" /> : <Folder className="w-3.5 h-3.5" />,
24
- file: () => <File className="w-3.5 h-3.5" />,
25
- frame: () => <Frame className="w-3.5 h-3.5" />,
26
- group: () => <Group className="w-3.5 h-3.5" />,
27
- component: () => <Component className="w-3.5 h-3.5" />,
28
- instance: () => <Box className="w-3.5 h-3.5" />,
29
- text: () => <Type className="w-3.5 h-3.5" />,
30
- image: () => <ImageIcon className="w-3.5 h-3.5" />,
31
- vector: () => <Spline className="w-3.5 h-3.5" />,
32
- link: () => <LinkIcon className="w-3.5 h-3.5" />,
33
- section: () => <LayoutGrid className="w-3.5 h-3.5" />,
34
- container: () => <Square className="w-3.5 h-3.5" />,
35
- };
36
-
37
- export function defaultIconFor(
38
- node: TreeFolderNode,
39
- state: { isOpen: boolean; isInternal: boolean; isSelected: boolean },
40
- ): ReactNode {
41
- if (node.icon !== undefined) return node.icon;
42
- const type = node.type ?? (state.isInternal ? "folder" : "file");
43
- const resolver = defaultIconRegistry[type];
44
- if (resolver) return resolver({ isOpen: state.isOpen });
45
- return state.isInternal
46
- ? defaultIconRegistry.folder({ isOpen: state.isOpen })
47
- : defaultIconRegistry.file({ isOpen: state.isOpen });
48
- }
49
-
50
- export function resolveIcon(
51
- iconFor: TreeFolderIconResolver | undefined,
52
- node: TreeFolderNode,
53
- state: { isOpen: boolean; isInternal: boolean; isSelected: boolean },
54
- ): ReactNode {
55
- if (iconFor) {
56
- const custom = iconFor(node, state);
57
- if (custom !== undefined && custom !== null) return custom;
58
- }
59
- return defaultIconFor(node, state);
60
- }
@@ -1,24 +0,0 @@
1
- export { TreeFolder } from "./TreeFolder";
2
- export type { TreeFolderHandle, TreeFolderProps } from "./TreeFolder";
3
- export { TreeFolderRow } from "./TreeFolderRow";
4
- export type { TreeFolderRowProps } from "./TreeFolderRow";
5
- export { TreeFolderBreadcrumb } from "./TreeFolderBreadcrumb";
6
- export { defaultIconRegistry, defaultIconFor } from "./icons";
7
- export {
8
- applyMove,
9
- findPath,
10
- findNode,
11
- isAncestor,
12
- descendantIds,
13
- toBreadcrumb,
14
- } from "./treeFolderUtils";
15
- export type {
16
- TreeFolderNode,
17
- TreeFolderNodeType,
18
- TreeFolderMoveArgs,
19
- TreeFolderIconResolver,
20
- TreeFolderVisibleRow,
21
- TreeFolderDropPosition,
22
- TreeFolderDropTarget,
23
- TreeFolderBreadcrumb as TreeFolderBreadcrumbItems,
24
- } from "./types";
@@ -1,109 +0,0 @@
1
- import type { TreeFolderBreadcrumb, TreeFolderMoveArgs, TreeFolderNode } from "./types";
2
-
3
- export function findPath(roots: TreeFolderNode[], id: string): TreeFolderNode[] | null {
4
- for (const root of roots) {
5
- const trail = walkPath(root, id, []);
6
- if (trail) return trail;
7
- }
8
- return null;
9
- }
10
-
11
- function walkPath(
12
- node: TreeFolderNode,
13
- id: string,
14
- trail: TreeFolderNode[],
15
- ): TreeFolderNode[] | null {
16
- const next = [...trail, node];
17
- if (node.id === id) return next;
18
- if (node.children) {
19
- for (const c of node.children) {
20
- const found = walkPath(c, id, next);
21
- if (found) return found;
22
- }
23
- }
24
- return null;
25
- }
26
-
27
- export function toBreadcrumb(path: TreeFolderNode[]): TreeFolderBreadcrumb {
28
- return path.map((n) => ({ id: n.id, name: n.name }));
29
- }
30
-
31
- export function findNode(roots: TreeFolderNode[], id: string): TreeFolderNode | null {
32
- for (const root of roots) {
33
- if (root.id === id) return root;
34
- if (root.children) {
35
- const inChild = findNode(root.children, id);
36
- if (inChild) return inChild;
37
- }
38
- }
39
- return null;
40
- }
41
-
42
- export function isAncestor(parent: TreeFolderNode, id: string): boolean {
43
- if (parent.id === id) return true;
44
- if (!parent.children) return false;
45
- for (const c of parent.children) {
46
- if (isAncestor(c, id)) return true;
47
- }
48
- return false;
49
- }
50
-
51
- export function descendantIds(node: TreeFolderNode, includeSelf = false): Set<string> {
52
- const out = new Set<string>();
53
- if (includeSelf) out.add(node.id);
54
- const walk = (n: TreeFolderNode) => {
55
- if (!n.children) return;
56
- for (const c of n.children) {
57
- out.add(c.id);
58
- walk(c);
59
- }
60
- };
61
- walk(node);
62
- return out;
63
- }
64
-
65
- export function applyMove(roots: TreeFolderNode[], args: TreeFolderMoveArgs): TreeFolderNode[] {
66
- const dragSet = new Set(args.dragIds);
67
-
68
- if (args.parentId) {
69
- for (const id of args.dragIds) {
70
- const node = findNode(roots, id);
71
- if (node && isAncestor(node, args.parentId)) return roots;
72
- }
73
- }
74
-
75
- const extracted: TreeFolderNode[] = [];
76
-
77
- const extract = (records: TreeFolderNode[]): TreeFolderNode[] =>
78
- records
79
- .map((n) => {
80
- const next: TreeFolderNode = n.children ? { ...n, children: extract(n.children) } : n;
81
- if (dragSet.has(n.id)) {
82
- extracted.push(next);
83
- return null;
84
- }
85
- return next;
86
- })
87
- .filter((n): n is TreeFolderNode => n !== null);
88
-
89
- const pruned = extract(roots);
90
-
91
- if (args.parentId == null) {
92
- const at = Math.max(0, Math.min(args.index, pruned.length));
93
- return [...pruned.slice(0, at), ...extracted, ...pruned.slice(at)];
94
- }
95
-
96
- const insert = (records: TreeFolderNode[]): TreeFolderNode[] =>
97
- records.map((n) => {
98
- if (n.id === args.parentId) {
99
- const kids = n.children ? [...n.children] : [];
100
- const at = Math.max(0, Math.min(args.index, kids.length));
101
- kids.splice(at, 0, ...extracted);
102
- return { ...n, children: kids };
103
- }
104
- if (n.children) return { ...n, children: insert(n.children) };
105
- return n;
106
- });
107
-
108
- return insert(pruned);
109
- }