Commit graph

4821 commits

Author SHA1 Message Date
Devanshu Rastogi
3ebc1933cc
Enhance: Added 'Set Value' functionality and support for HTML with hyperlinks in Rich Text Editor component (#11406)
* Added HTML support for Placeholder and Default Value property. Added CSA for loading state.

* Exposed isDisabled, isVisible and isLoading variables. Also exposed setValue, setDisable, setVisibility and setLoading functions.

* Fixed issue where loading state functionality was not visible in the properties section on the initial render of rich text editor.
2024-12-04 14:40:57 +05:30
Kartik Gupta
5e9e9381e9
download event for table in server side pagination (#10330) 2024-12-04 13:59:29 +05:30
Devanshu Rastogi
af1dda8ec9
Feature: Added Radio button V2 component (#11408)
* Initial setup for Radio Button V2

* Made changes in Radio Button component and its properties.

* Added a loader.

* Added disabled states in Radio Button V2.

* Fixes

* CSA fixes

* fixes

* Fixed switch case label for Radio Button V2 and updated config files.

* Added Radio Button component in Inspector and refactored the component and config file.

* Refactored code for updating exposed variables and fixed default value for non dynamic options.

* Fixed sonarlint issue - Unexpected duplicate font-size.

* Made minor styling changes.

* Removed currentStateStore logic.

* Implemented single source of truth for changing value and resolved review comments.

* Changed font weight of options to 400.

---------

Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
2024-12-04 13:59:08 +05:30
Devanshu Rastogi
fef97269ae
Added loading state in pie chart. (#11404) 2024-12-04 13:58:41 +05:30
Nithin David Thomas
aa4cd1fc2e
chore: Exposes CSAs for Container widget (#11229)
* chore: Exposes CSAs for Container widget

* Introduces hook to expose variables

* Updates hook to expose variable after setting the state

* Update frontend/src/AppBuilder/_hooks/useExposeVariables.js

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Removes unwanted imports

* Exposing CSA to control component actions

* Moves CSA's to additional actions section

* Fixes wrong handle param

---------

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2024-12-04 13:56:38 +05:30
Nakul Nagargade
966c208333
Fix container and kanban can't be moved by dragging on the body of the component (#11355) 2024-12-04 13:54:43 +05:30
Nithin David Thomas
a609b3cd7a
chore: Set modal as the selected widget when clicked (#11363) 2024-12-04 13:54:08 +05:30
Devanshu Rastogi
f5cab90b5c
Fix: Content overflow issue in rich text editor (#11405)
* Fixed the content overflow issue in rich text editor.

* Fixed issue where content overflowed when height is resized below a certain height.
2024-12-04 13:53:28 +05:30
Devanshu Rastogi
05b25cfe82
Fixed value of value CSA when no default value is set and clear() action is used. (#11409) 2024-12-04 13:52:33 +05:30
Nakul Nagargade
c3b14dac27
feat: Introduce table styles property to set the casing of table column names (#11424)
* feat: Introduce table styles property to set the casing of table column names

* Update table default data keys

* Fix
2024-12-04 13:51:11 +05:30
Nakul Nagargade
022e554812
[feat] : Add support for clicking anywhere on the edge should select the component (#11425) 2024-12-04 13:49:06 +05:30
johnsoncherian
cd2350db46 chore: version bump 2024-11-25 12:04:17 +05:30
Midhun G S
94b8f466db
Merge branch 'lts-3.0' into release/lts-3.0.3 2024-11-21 20:14:55 +05:30
gsmithun4
1f73c11289 bump version 2024-11-21 20:14:08 +05:30
Rudhra Deep Biswas
3f681c1bde
Integration and Workspace Constants Page UI Fixes (#11377)
* ui fixes ws constants and integration page

* ws const css
2024-11-21 19:06:33 +05:30
Rohan Lahori
be7d461816
CE Subpath pending issues (#11352)
* subpath fix

* subpath fix

* minor fix

* minor fix

* ee-cherrypicked
2024-11-21 12:26:22 +05:30
Nakul Nagargade
076ef68a26 Bump version 2024-11-21 11:23:25 +05:30
Nakul Nagargade
994e1a8c2f Add support for CSA setValue in codeeditor widget 2024-11-21 10:56:20 +05:30
Rohan Lahori
d29d0c730e
Local data source discontinued changes (#11344)
* basic setup changes

* minor changes

* minor ui fix

* remove parameter check and minor refactoring

* bugfix

* variable changes

* css changes

* removed consoles

* removed consoles

* pr review changes

* documentation link changes

* minor css changes
2024-11-20 14:58:58 +05:30
gsmithun4
caaae7ae74 bump version 2024-11-20 14:56:57 +05:30
Nakul Nagargade
1cebfe039a fix 2024-11-19 17:50:31 +05:30
Nakul Nagargade
8a3f89a19c Add request, response,responseHeaders outside of metadata 2024-11-19 16:55:47 +05:30
Nakul Nagargade
6a2b76c5b2 Fix request, response, responseHeaders from resolved query not being part of dependency graph 2024-11-19 12:10:33 +05:30
Kartik Gupta
022e475b6d use string manipulation instead of regex 2024-11-18 18:44:14 +05:30
Johnson Cherian
c1df4f0da9
Merge pull request #11351 from ToolJet/fix-submit-btn-form
Fix submit button event not triggered when dynamic schema is selected
2024-11-18 18:35:16 +05:30
Johnson Cherian
3168e19b24
Merge pull request #11345 from ToolJet/fix/calendar-view
Fixed default calendar view not updating view on reload
2024-11-18 18:35:02 +05:30
Johnson Cherian
a41c885e08
Merge pull request #11338 from ToolJet/fix/table-cell-value-timeout
Fixed onCellValueChanged event being triggered before save changes bu…
2024-11-18 18:34:22 +05:30
Johnson Cherian
d02174e9cf
Merge pull request #11332 from ToolJet/fix/component-saving-on-page-clone
Fix: remove events and exposed variables from component definition to avoid backend Component entity error
2024-11-18 18:33:15 +05:30
Vijaykant Yadav
56d0ae908a add changes for table 2024-11-18 18:13:59 +05:30
Shaurya Sharma
2444528793 Merge conflict resolved 2024-11-18 17:12:37 +05:30
Shaurya Sharma
6d3b076546 Fixed unable to move calendar on changing view mode 2024-11-18 13:38:48 +05:30
Nakul Nagargade
6bdb808239 Fix submit button event not triggered when dynamic schema is selected 2024-11-18 13:16:47 +05:30
Rudhra Deep Biswas
813ea9e31c
Workspace constant Page UI changes (#11339) 2024-11-18 12:09:29 +05:30
Rudhra Deep Biswas
fc8e737602
Fixed copywriting for new Env modal (#11350)
Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2024-11-18 11:56:16 +05:30
Rohan Lahori
3913716ce0
Disable signup changes (#11311)
* minor fixes

* removed signup disabled guard from workspace level login

* minor change in the flag

* console removed

* minor fix

* fixed ws level sigup

* fixed ws level sigup
2024-11-18 11:55:49 +05:30
Shaurya Sharma
98eccc5390 Fixed default calendar view not updating view on reload 2024-11-15 20:32:51 +05:30
Shaurya Sharma
f57186419e Fixed onCellValueChanged event being triggered before save changes button appears 2024-11-15 12:26:05 +05:30
johnsoncherian
b4d2cacff9 bump version for release 2024-11-15 11:12:42 +05:30
Vijaykant Yadav
eee6cc8b55 Fix: remove events and exposed variables from component definition to avoid backend Component entity error 2024-11-14 17:29:54 +05:30
Johnson Cherian
d898ed6811
Merge pull request #11314 from ToolJet/fix/editor-loading-state
Fix: white screen visibility on editor load state
2024-11-14 17:25:46 +05:30
Johnson Cherian
7b875ad10e
Merge pull request #11324 from ToolJet/fix/mobile-view
Fix: sidebar navigation visibility on mobile vew
2024-11-14 17:16:00 +05:30
Johnson Cherian
2389ad59ce
Merge pull request #11325 from ToolJet/fix/const
Fix constants in released app
2024-11-14 15:33:21 +05:30
Kartik Gupta
e33248a8c5 process constants which are returned in array 2024-11-14 14:34:59 +05:30
Vijaykant Yadav
56f8d2cfd1 fix: sidebar navigation visibility on mobile vew 2024-11-14 13:26:28 +05:30
gsmithun4
11a0c301ff Merge branch 'lts-3.0.1/platform' into fixes/release-v3.0/appbuilder 2024-11-14 13:01:28 +05:30
johnsoncherian
c7f3d5b9cc Merge branch 'lts-3.0' into fixes/release-v3.0/appbuilder 2024-11-14 12:25:23 +05:30
Nakul Nagargade
c4d05c9f6c FIx form dropdowns show the first 3 options only 2024-11-14 11:33:29 +05:30
Nakul Nagargade
fe3d2f0331 Fix validate action not triggered when used with different components in custom validation 2024-11-14 11:29:37 +05:30
Nakul Nagargade
f505ab15c1 Merge branch 'fixes/release-v3.0/appbuilder' into fixes-ee-nakul 2024-11-14 10:36:47 +05:30
Johnson Cherian
db702de6cd
Merge pull request #11280 from ToolJet/page-and-viewer-fixes
Fix: viewer, sidebar and pages bugs
2024-11-14 10:28:57 +05:30