|
222 | 222 | "type": "registry:component" |
223 | 223 | } |
224 | 224 | ] |
| 225 | + }, |
| 226 | + { |
| 227 | + "name": "file-uploader", |
| 228 | + "type": "registry:component", |
| 229 | + "title": "File Uploader", |
| 230 | + "description": "A file uploader component with drag-and-drop support for managing multiple files using MobX.", |
| 231 | + "registryDependencies": ["file-picker"], |
| 232 | + "dependencies": [ |
| 233 | + "mobx", |
| 234 | + "mobx-react", |
| 235 | + "mobx-react-helper", |
| 236 | + "mobx-restful" |
| 237 | + ], |
| 238 | + "files": [ |
| 239 | + { |
| 240 | + "path": "registry/new-york/blocks/file-uploader/file-uploader.tsx", |
| 241 | + "type": "registry:component" |
| 242 | + } |
| 243 | + ] |
| 244 | + }, |
| 245 | + { |
| 246 | + "name": "rest-form", |
| 247 | + "type": "registry:component", |
| 248 | + "title": "REST Form", |
| 249 | + "description": "A comprehensive form component for CRUD operations with MobX RESTful integration, supporting various field types and validation.", |
| 250 | + "registryDependencies": [ |
| 251 | + "button", |
| 252 | + "label", |
| 253 | + "badge-input", |
| 254 | + "file-preview", |
| 255 | + "file-uploader", |
| 256 | + "form-field" |
| 257 | + ], |
| 258 | + "dependencies": [ |
| 259 | + "mobx", |
| 260 | + "mobx-i18n", |
| 261 | + "mobx-react", |
| 262 | + "mobx-react-helper", |
| 263 | + "mobx-restful", |
| 264 | + "web-utility" |
| 265 | + ], |
| 266 | + "files": [ |
| 267 | + { |
| 268 | + "path": "registry/new-york/blocks/rest-form/rest-form.tsx", |
| 269 | + "type": "registry:component" |
| 270 | + } |
| 271 | + ] |
| 272 | + }, |
| 273 | + { |
| 274 | + "name": "rest-form-modal", |
| 275 | + "type": "registry:component", |
| 276 | + "title": "REST Form Modal", |
| 277 | + "description": "A modal wrapper for REST Form component, displaying forms in a dialog for editing data.", |
| 278 | + "registryDependencies": ["dialog", "rest-form"], |
| 279 | + "dependencies": ["mobx-react", "mobx-restful", "web-utility"], |
| 280 | + "files": [ |
| 281 | + { |
| 282 | + "path": "registry/new-york/blocks/rest-form-modal/rest-form-modal.tsx", |
| 283 | + "type": "registry:component" |
| 284 | + } |
| 285 | + ] |
| 286 | + }, |
| 287 | + { |
| 288 | + "name": "searchable-input", |
| 289 | + "type": "registry:component", |
| 290 | + "title": "Searchable Input", |
| 291 | + "description": "A searchable input component with autocomplete, supporting multiple selections and inline creation of new items.", |
| 292 | + "registryDependencies": [ |
| 293 | + "button", |
| 294 | + "input", |
| 295 | + "badge-bar", |
| 296 | + "badge-input", |
| 297 | + "rest-form-modal", |
| 298 | + "scroll-list" |
| 299 | + ], |
| 300 | + "dependencies": [ |
| 301 | + "lodash.debounce", |
| 302 | + "mobx", |
| 303 | + "mobx-react", |
| 304 | + "mobx-react-helper", |
| 305 | + "mobx-restful", |
| 306 | + "web-utility" |
| 307 | + ], |
| 308 | + "files": [ |
| 309 | + { |
| 310 | + "path": "registry/new-york/blocks/searchable-input/searchable-input.tsx", |
| 311 | + "type": "registry:component" |
| 312 | + } |
| 313 | + ] |
225 | 314 | } |
226 | 315 | ] |
227 | 316 | } |
0 commit comments