tachybase_todo/packages/core/client/src/schema-settings
Zeke Zhang 2468caeeb9
refactor(DataBlock): details block (#3776)
* refactor: remove useless code related 'TableField'

* refactor: add details block UI schema and hooks

* refactor: update details block schema and create new hook for details block without paging props

* refactor: add useDetailsBlockWithoutPagingDecoratorProps and useDetailsBlockWithPagingDecoratorProps

* test: add unit tests

* chore: fix build

* chore: fix import path for withDynamicSchemaProps

* fix: fix import typo in createDetailsBlockWithoutPagingUISchema test

* chore: fix unit test

* refactor: should not get collection on getting association in UISchema

* chore: fix unit test

* refactor: use x-use-component-props instead of useProps

* chore: fix Pagination

* chore: skip weird tests

* chore: remove weird test

* refactor: update details block initializers and associated schemas

* refactor: rename to useDetailsWithPaginationProps

* refactor: rename to useDetailsWithPaginationDecoratorProps

* refactor: rename to createDetailsWithPaginationUISchema

* chore: fix unit test

* refactor: rename to createDetailsUISchema

* refactor: rename to useDetailsDecoratorProps

* refactor: rename to useDetailsProps

* refactor: rename to 'blockSettings:details'

* chore: fix e2e
2024-03-28 08:48:58 +08:00
..
DataTemplates fix: collections undefined inuseCollectionState (#3741) 2024-03-17 22:16:11 +08:00
DateFormat fix: dateTime format configured in table is invalid (#3630) 2024-03-07 10:48:49 +08:00
demos refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
EnableChildCollections fix(variables): fix varaibles for table selector (#3725) 2024-03-15 22:56:35 +08:00
hooks feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
LinkageRules fix(variables): fix varaibles for table selector (#3725) 2024-03-15 22:56:35 +08:00
VariableInput fix(variables): fix varaibles for table selector (#3725) 2024-03-15 22:56:35 +08:00
GeneralSchemaDesigner.tsx feat(data-vi): support multiple data sources (#3743) 2024-03-25 14:54:13 +08:00
index.md refactor: new schema initializer and schema settings (#2802) 2023-12-04 14:56:46 +08:00
index.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
isPatternDisabled.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
SchemaSettings.tsx fix(Details): block template (#3807) 2024-03-25 16:25:41 +08:00
SchemaSettingsDataScope.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
SchemaSettingsDateFormat.tsx fix: dateTime format configured in table is invalid (#3630) 2024-03-07 10:48:49 +08:00
SchemaSettingsDefaultValue.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
SchemaSettingsNumberFormat.tsx feat: read pretty input number field support display format config (#3815) 2024-03-26 17:23:14 +08:00
SchemaSettingsPlugin.ts refactor(DataBlock): details block (#3776) 2024-03-28 08:48:58 +08:00
SchemaSettingsSortingRule.tsx fix(subTable): fix sorting rule setting (#3795) 2024-03-22 16:42:34 +08:00
styles.ts feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
types.ts feat(variable): lazy load association fields (#2382) 2023-10-07 15:49:09 +08:00