184 Commits

Author SHA1 Message Date
francesco
6dfe7c69ee Enabled export function for collection views 2021-03-02 17:56:03 +01:00
francesco
9cd06a187c Fix for side entity dialog schema resolving 2021-02-28 11:55:44 +01:00
francesco
a0e9a61cba TableCell.tsx internal refactor 2021-02-28 11:30:31 +01:00
francesco
a376340196 Internal modules cleanup 2021-02-27 17:20:20 +01:00
francesco
957ea011f2 Treating autovalues as read only fields 2021-02-25 13:16:11 +01:00
francesco
4ff7624a7a Typescript 4.2 adaptations 2021-02-24 15:50:53 +01:00
francesco
d73aae37b9 Added assigned size to custom previews.
Added `clearMissingValues` to map property config.
2021-02-23 22:39:08 +01:00
francesco
3f574eb0c9 Fix for table select fields with number as data types 2021-02-23 13:19:29 +01:00
francesco
1db7ff0521 Minor fix for enum selects of type "number" 2021-02-22 20:14:10 +01:00
francesco
9ba73ae916 Enhanced disabled fields in table mode 2021-02-22 17:51:23 +01:00
francesco
19d26668e1 Changed behavior of custom fields in table mode.
Version update 0.26.1
2021-02-20 23:36:31 +01:00
francesco
0e1a5dd8db Fix for empty strings being detected as false in default values and save hooks 2021-02-18 17:23:26 +01:00
francesco
096a826595 Renamed CMSFieldProps to FieldProps 2021-02-18 16:38:52 +01:00
francesco
ebac1676c3 Dynamic fields in forms, changed disabled behaviour 2021-02-18 16:04:45 +01:00
francesco
8d21149146 Dynamic fields in forms 2021-02-18 15:13:04 +01:00
francesco
065f8c8743 Fixing generic types for generated columns 2021-02-18 15:11:39 +01:00
francesco
23e2e63067 Simplified model generics 2021-02-15 01:01:47 +01:00
francesco
3edc0c0847 Version update 0.25.2
Small bugfix
2021-02-14 22:09:16 +01:00
francesco
78553b9928 Version update 0.25.1 2021-02-14 20:02:43 +01:00
francesco
eca52b6d9c Allow overriding schemas for specific entities and using a SchemaResolver 2021-02-14 19:42:27 +01:00
francesco
4986c3dade Simplified and completed internal generic types 2021-02-11 22:02:33 +01:00
francesco
311704c653 Entity form fix when errors in new untouched entity.
Fixed library exports.
Version 0.25.0
2021-02-10 20:09:11 +01:00
francesco
f2df253be3 Enabled overriding of entity schemas side panel 2021-02-10 00:43:27 +01:00
francesco
0d6b7569a0 Reorder of internal exports 2021-02-09 19:52:52 +01:00
francesco
7e029da798 Fix for ArrayContainer hash of non objects 2021-02-09 18:23:16 +01:00
francesco
883fa75580 Simplified side navigation.
Created system for handling arrays of references
2021-02-09 00:36:27 +01:00
francesco
dd0d9422c7 Renamed EntityCollectionView to EntityCollection 2021-01-28 22:33:35 +01:00
francesco
ea2fadb61c Refactor of collection table internal API 2021-01-28 22:19:18 +01:00
francesco
8494764173 Added initialSort 2021-01-28 21:08:02 +01:00
francesco
7e4af6693a Fix for non editable tables buttons bug 2021-01-26 23:15:28 +01:00
francesco
b7cc6ccf59 Merge branch 'firebase-ui'
# Conflicts:
#	CHANGELOG.md
#	README.md
#	example/src/SampleApp.tsx
#	src/CMSApp.tsx
#	src/CMSAppProps.tsx
#	src/collection/popup_field/PopupFormField.tsx
#	src/contexts/AuthContext.tsx
#	src/form/fields/ArrayDefaultField.tsx
#	src/form/fields/StorageUploadField.tsx
#	src/form/form_factory.tsx
#	src/models/form_props.tsx
2021-01-25 16:15:39 +01:00
francesco
0e5f014a3d Added context to CMSFieldProps to allow to retrieve the entity values 2021-01-25 16:13:36 +01:00
francesco
90077eb0b7 Updated implementation of FirebaseUI 2021-01-24 17:19:24 +01:00
francesco
6de9c60e1a Code cleanup and package refactor.
Exporting hooks now.
Version 0.23.0
2021-01-23 23:46:02 +01:00
francesco
11bd7ade68 Code cleanup and package refactor.
Exporting hooks now.
Version 0.23.0
2021-01-23 23:17:55 +01:00
fgatti675
8a4f51a954 Merge pull request #41 from faizaand/feature/firebase-ui
Email and password authentication via Firebase UI
2021-01-23 17:50:13 +01:00
francesco
143f95f2c5 Allowing copy of entities and selection 2021-01-23 14:40:14 +01:00
francesco
39059bff00 Disabled save button if not modified 2021-01-23 14:40:14 +01:00
francesco
9b4ff61c20 Added extra actions on collections toolbar 2021-01-23 14:40:14 +01:00
Faizaan Datoo
63e5453299 Include package and styles 2021-01-21 02:13:39 -05:00
Faizaan Datoo
d45581acf6 Add Firebase UI email and password auth 2021-01-21 01:59:21 -05:00
francesco
ff2c8dcc91 - onFirebaseInit callback on the CMSApp called after Firebase initialisation.
Useful for using the local emulator.
- Fixed initial values bug when creating new entities and validation.
- Added `showError` prop to CMSFieldProps
2021-01-02 13:11:09 +01:00
francesco
b9d46313cd Enhanced map previews 2020-12-30 20:27:48 +01:00
francesco
2b826610c5 Fixed click behaviour on not editable tables 2020-12-30 18:32:56 +01:00
francesco
33ca291ef7 Styles and keys refactor for enhanced performance.
Version 0.21.1
2020-12-29 15:49:25 +01:00
francesco
26a6126ff0 Enhanced table reference fields and refactor of cell selection and styles.
Performance optimizations by memoization and fixing styles.
2020-12-28 20:04:42 +01:00
francesco
10592e760c Editable collection table 2020-12-25 01:59:42 +01:00
francesco
a6e1d44ec7 Fix for autoupdated values forcing unsaved changes prompt dialog in forms. 2020-12-24 01:32:42 +01:00
francesco
1897f1abb9 Updated example to make automatic update on development with latest react scripts 2020-12-24 00:40:51 +01:00
francesco
83b1efdf87 Yup update and dependencies 2020-12-18 12:56:37 +01:00