tachybase_todo/packages/plugins/import/src/client
被雨水过滤的空气-Rairn 53d0c2dd23
feat: support file collection (#1636)
* feat: support to add File collection

* feat: support to upload files

* refactor: rename 'ReadPretty.Attachment' to 'ReadPretty.File'

* feat: support to associate the File collection

* refactor: add Preview and replace Upload.Selector

* fix(Preview): fix some problems in ReadPretty mode

* feat: use 'preview' as a default title field

* feat: support only local storage now

* fix: should not show 'Add new' button

* chore: add default value for file storage

* fix: fix preview field of file collection cannot be displayed normally

* fix: only Table and Details can display File collection

* chore: translate

* refactor: migration to plugin from core

* refactor: change 'preview' to 'url'

* fix: only 'belongsTo' and 'belongsToMany' can linked file collection

* fix: fix storage and add a field called storage in file collection

* feat: add 'deletable' to configure the visibility of the delete button

* fix: fix can't upload attachment problem

* fix: remove more option

* fix: can't use preview to filter

* fix: remove Import action option

* refactor: remove useless code

* chore: optimize condition

* chore: remove comment

* test: windows compatible

* refactor: optimize upload

* fix: upload action

* fix: createAction

* fix: uploads

* fix: file collection cannot be inherited by other collections

* fix: url should be editable

* fix: url is filterable

* fix: use input interface for url field

* fix: fix error

* fix: remove subform

* Revert "chore: translate"

This reverts commit 53cd346dab8cbee0c52a9da3cf83a99dff2def34.

* refactor: move translation to plugin

* fix: title is editable

* fix: collection?.template === 'file'

* fix: fix order of URL

* fix(collection-manager): allow collectionCategories:list

* chore: add translation

* fix(upload): should enable to use drawer

* refactor: move code to plugin

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-04-06 12:43:40 +08:00
..
locale Translation pt-BR (Brazilian Portuguese) (#1591) 2023-03-23 22:53:33 +08:00
constants.ts Some features (#979) 2022-10-31 23:22:33 +08:00
context.ts Some features (#979) 2022-10-31 23:22:33 +08:00
ImportActionInitializer.tsx feat: acl optimization (#1136) 2023-01-09 07:35:48 +08:00
ImportDesigner.tsx Some features (#979) 2022-10-31 23:22:33 +08:00
ImportInitializerProvider.tsx feat: support file collection (#1636) 2023-04-06 12:43:40 +08:00
ImportModal.tsx Some features (#979) 2022-10-31 23:22:33 +08:00
ImportPluginProvider.tsx Some features (#979) 2022-10-31 23:22:33 +08:00
index.ts feat: load multiple languages dynamically (#1355) 2023-01-13 10:55:04 +08:00
useFields.ts feat: support for importing attachments (#1466) 2023-02-19 17:35:23 +08:00
useImportAction.ts feat: support for importing attachments (#1466) 2023-02-19 17:35:23 +08:00
useShared.ts fix( importable-field): incorrect display when moving sort handle (#1613) 2023-03-29 00:12:39 +08:00