* fix(nc-gui): allow manual feed value for date & dateTime field
* fix(nc-gui): add support to manually enter datetime field value
* fix(nc-gui): allow user to type date time field manually
* fix(nc-gui): on type in date time field should open date picker and fill value
* feat(nc-gui): allow user to manually enter date field value
* fix(nc-gui): allow user to manually enter year field value
* feat(nc-gui): allow user to manually feed time field value
* fix(nc-gui): pw test fail issue
* fix(nc-gui): pw test fail issue of time field
* chore(nc-gui): lint
* fix(nc-gui): on type in selected grid cell clear prev value and feed new value
* fix(nc-gui): on press enter date field should focus
* fix(nc-gui): small changes
* fix(nc-gui): year field cell value should be left aligned
* fix(nc-gui): cell padding issue
* fix(nc-gui): Use of escape any number of times should not make selected cell go away in grid view.
* fix(nc-gui): hide clear default value icon in edit column modal
* fix(nc-gui): on enter key press in date time related field it should select next cell field
* fix(nc-gui): date time related field keydown listener issue
* fix(nc-gui): disable manually enter value for date time related field in mobile device
* fix(nc-gui): revert use of escape any number of times should not make selected cell go away
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* feat: one-to-one relation - wip
* feat: one-to-one relation
* feat: one-to-one relation - link, unlink, list, excluded list, single query
* fix: pass proper fk value
* feat: add non-single-query support
* feat: filter, sort and delete
* fix: ui - keep only one as linked record in ui - similar to bt
* fix: initial column name correction
* fix: field modal related fixes
* fix: nested insert related bugs
* fix: nested insert corrections
* fix: formula support
* fix: delete cell data
* fix: invalid offset issue
* fix: form submit issue
* fix: return first element - oo relation
* fix: Lookup column rendering
* fix: add link api correction
* fix: sort and group by menu correction
* chore: lint
* refactor: spacing between radio buttons
* fix: undo/redo support with delete key
* fix: formula related issues
* fix: duplicate related issues
* fix: ui label and icon color
* chore: lint
* chore: reset page if offset is beyond offset(temporary solution)
* refactor: suggested review changes
* refactor: suggested review changes
* chore: lint
* fix: missing await
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add comments
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>