Commit graph

80 commits

Author SHA1 Message Date
Karan Rathod
7d4cd6da47
[docs]:app builder 1.5 updates (#8672)
* add getter function and table transformation docs

* add dropdown, number-input, password-input and text-input docs

* [docs] custom parameters for queries

* update docs for revamped components, runJS and runPy functions and sidebar

* change order of properties and other misc changes

* update query panel and other minor fixes

* added version 2.29.0

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-02-15 11:51:55 +05:30
Shubhendra Singh Chauhan
590948efde
[docs] revoved comments from schema and added tables and example (#7447)
* added table for schema and removed comments in form

* [docs]added form example using custom schema
2023-09-18 14:29:41 +05:30
Shubhendra Singh Chauhan
d6fd1c2850
update props of link column type (#7445) 2023-09-15 16:04:22 +05:30
Shubhendra Singh Chauhan
159678b27c
[docs] v2.17 (app-builder milestone 1.3) (#7390)
* PR 6797 & 6974

* pr #7142

* [docs]table ui revamp

* [doc]appbuilder ui revamp

* [docs]maps revamp

* [docs]table revamp

* docs v2.17
2023-09-13 18:31:21 +05:30
Karan Rathod
f9f80d0b23
[docs]:update component docs (#7305)
* updated form, number, password, text and textarea docs

* [doc]bounded box revamp

* grammatical fixes in bounded box

* [doc]button revamp

* [doc]buttongroup revamp

* updated components schema for forms

---------

Co-authored-by: Shubhendra Singh Chauhan <withshubh@gmail.com>
2023-09-06 21:29:23 +05:30
Shubhendra
fa1a5884cd [docs] issue #6848 2023-07-18 15:39:59 +05:30
Shubhendra
1795c810dc [docs]issue #4964 2023-07-18 12:58:35 +05:30
Shubhendra Singh Chauhan
829f29566f
[docs]Added v2.9.4 (#6977)
* [docs]listview grid mode & exposedvars

* [docs]Added v2.9.4
2023-07-11 12:56:56 +05:30
Shubhendra Singh Chauhan
f189475793
[docs] JSON schema for form (#6938) 2023-07-06 18:52:51 +05:30
Shubhendra Singh Chauhan
e9c7cdf57e
[docs] Appbuilder 1.1 (#6874)
* [docs] conditional action #6304

* [docs] plotly bar mode

* [docs] private app embed var

* [doc] table: selectedCell

* [doc]table nested data

* [doc]number-decimal

* [doc]buttontext

* [doc]boundedbox:default data

* [doc]multi-env updates

* [doc]version 2.9.0

* commented: PR5926

* commented: PR5296 minor change
2023-07-05 19:30:20 +05:30
Shubhendra Singh Chauhan
c9f6b90738
added docs for feature #6291 and #6301 (#6566) 2023-06-12 20:51:26 +05:30
Shubhendra Singh Chauhan
5e6217cd94
[doc] added docs for next version(v2.7) on base directory (#6609)
* doc: duplicate page #6287

* docs: updated canvas scroll #6235

* docs: release confirmation #6422

* docs: table download csa #6132

* doc: dropdown enhancement #6392

* doc: table add new row toggle #6374

* docs: table column show/hide fx #6325

* doc: table row selection revamp #6436
2023-06-02 11:41:09 +05:30
Shubhendra Singh Chauhan
bf48e0b565
[doc] multi-env, postgresl, table and map update (#6553)
* doc: postgres update

* doc: multi-env update

* updated map doc

* updated table column properties
2023-05-25 20:13:22 +05:30
Manish Kushare
55c1d5a31b
Added feature to add new rows in the table (#5954)
* initial commit

* design the UI to add new row

* added logic to add and discard single row

* added csa to discard newly added row

* added feature to add and discard multiple rows

* added a dot to the icon of add new row to determine if the new rows is still not saved or discarded

* discard rows added csa bug fixed

* fixing the horizontal spacing issue inside the cell

* changing the default height of the table widget to make sure filter and add new rows pop-up windows footer is visible upfront

* made suggested text and spacing changes

* fixed spacing for add another row button

* fixed es lint issue

* bug fixed added missing return statement

* changed the exposedVariable name to newRows for adding new rows

some text and style changes for button

* fixed tooltip issue for adding new rows button

* avoided deleting new row added immediately after clicking on save button

* handled edge case if data url is chnaged in between add new row operation

* simplified the code in AddNewRowComponent.jsx

* docs: updated table doc with ui options

* Fixed bug on adding different column types

* Update docs/docs/widgets/table.md

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-04-21 15:42:48 +05:30
Kiran Ashok
a438bf35ee
Adding scroll for container widget (#5877)
* adding scroll for container

* added container for scroll

* feat:: added container widget scroll

* updated container doc

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-04-11 16:05:19 +05:30
Shubhendra Singh Chauhan
c36d77ec21
[docs] version 2.3.0 (#5910)
* added dynamic column

* added docs-v2.3.0
2023-04-04 12:31:44 +05:30
Shubhendra Singh Chauhan
8fb97f005b
[docs] added Plotly chart examples (#5875) 2023-03-29 17:07:17 +05:30
Manish Kushare
a7f7492d81
Exposed display_values to the exposed variables as optionLabels for dropdown component (#5806)
* exposed display_values to the expsoed variables as optionlabels

* removed console

* added exposed vars of dropdown

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:15:26 +05:30
Manish Kushare
af7b4c95c5
Feature to support pagination in the listview widget (#5721)
* initial commit

* made the UI changes

* added property to enable or disable pagination

* code enhancement

* bug fixed: app is getting crashed for older versions

* code enhancement

* bug fixed : scrollbar thumb was pratially getting hidden under the pagination div

* shifted enablePagination check before is data array check

made changes so that scrollbar thumb visible only for list item container

* if pagination is disabled, blank space is visible at the bottom

* bug fixed

* bug fixed: Pagination was showing NaN and not showing any data when invalid rowPerPage value provided

* list view is not closing on clicking on hide modal icon

* bug fixed when rowsPerPage is provided with string value its not working as desired

* pagination:listview

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:14:31 +05:30
Manish Kushare
96bb6df1e9
Added Disable Field on Action Button in Table Widget (#5474)
* added functional changes to support enabling/disabling action button in the table component

* designed UI

* minor changes

* added disable property for the action button

* minor changes

* added feature to disable/enable action button in the table widget

* fixed lint issues

* bug fixed : not able to programatically disable or enable action button based on fx value

* made the suggested changes

* bug fixed

* initial commit

* made action button programatcially enabled/disabled

* code enhancement

* removed console in actions file

* fixed es lint issue

* made default value of codehinter to false

* deep cloned current state instead of shallow cloning

* code enhancement

* code enhancement

* action button doc update

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-27 14:08:49 +05:30
Manish Kushare
e7a62d9ee9
Added feature to programatically enable/disable, the make editable field in the tables column (#5767)
* made editable programtical using fx

* updated doc for programmatically enabling the editable option in column

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-24 20:07:57 +05:30
Kavin Venkatachalam
70ffc1e27b
Kanban Widget 2.0 (#5380)
* Kanban 2.0 init

* Implemented Kanban 2.0

* Moved add card button to the header

* Added debounce functionality

* Added CSA to Kanban

* Formatted Kanban

* Updated default data on Kanban

* Handled undefined data and exposed lastUpdatedCard

* Added lastCardAdded exposed variable in Kanban

* Fixed id bug on Kanban

* Fixed width issue on Kanban

* Fixed dark mode

* Commented onUpdate event for every action

* Rename containerId to columnId in lastCardMovement in Kanban

* Updated min width in kanban card

* Fixed bug on dropping items into cards when first container is empty

* kanban2 docs

* updated info in kanban doc

---------

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2023-03-24 15:22:25 +05:30
Shubhendra Singh Chauhan
02e218c24c
[doc] version 2.2.0 (#5755)
* doc version 2.2.0

* updated v2.0 v2.1 v2.2 docs for ses dynamo and s3
2023-03-16 12:58:33 +05:30
Shubhendra Singh Chauhan
818df3fc09
[docs] updated v2 images and descriptions (#5269) 2023-01-09 18:49:46 +05:30
Shubhendra
2ceca4aee2 v2 structure 2023-01-06 13:04:30 +05:30
Kavin Venkatachalam
12a770cbc4
[Feature]: Form Widget (#4595)
* Created form widget

* Fixed the same name issue in defaultChildren

* Dynamically added buttons to the form inspector

* Added data to exposed variable and handled button click

* Added Reset functionality, CSA to the form widget

* Added Form widget icon

* form component docs

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-12-08 14:41:02 +05:30
Shubhendra Singh Chauhan
cd6abd8bcc
[docs] updated all the widgets (#4835) 2022-11-23 14:44:25 +05:30
Shubhendra Singh Chauhan
7b4475b803
[docs] widget property updates (#4806) 2022-11-21 09:03:21 +05:30
Shubhendra Singh Chauhan
9bda74108b
[docs] Widget updates (#4793)
* widget updates

* minor update
2022-11-18 16:38:21 +05:30
Shubhendra Singh Chauhan
e90889c8ff
Updated button and button group (#4756) 2022-11-14 19:17:30 +05:30
Shubhendra Singh Chauhan
ebbdb39a20
[doc] updated widgets (#4759)
* minor doc update for next release

* updated calendar and chart
2022-11-14 19:16:51 +05:30
Shubhendra Singh Chauhan
6a303347d0
updated number input doc (#4738) 2022-11-11 13:18:45 +05:30
Shubhendra Singh Chauhan
57bf084f6f
updated tab doc (#4742) 2022-11-11 13:18:18 +05:30
Shubhendra Singh Chauhan
aeb2dd49b1
mariadb and improvement docs (#4432) 2022-10-14 15:13:22 +05:30
Shubhendra Singh Chauhan
ebe087f126
[docs] Icon widget and updates to s3 and bigquery (#4123)
* added icon widget doc and updates to s3 and bigquery

* Update docs/docs/widgets/icon.md
2022-09-28 22:51:44 +05:30
Shivang
d55e0ee2cb
[docs] Pagination documentation (#3846)
* created pagination doc, updated new page layout

* reverted to the comments

Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-28 22:39:11 +05:30
Kavin Venkatachalam
2ffda26f38
[Feature]: Link Widget (#3905)
* Created Link Widget

* Added empty line at the end in theme file

* Fixed overflow issue in Link widget

* Updated visibility in the link widget

* Added doc for link widget

* Updated link widget doc

* Set fxActive on by default for visibility

* Fixed variable typo in link widget

* Updated hidden property

* Updated visibility logic for link widget

* Moved visibility to styles section

* Moved register action to useEffect

* Removed registerActions on useEffect

* Removed dependencies in registerAction function as it is breaking inspector

* updated link doc

* Add clickRef of link component as dependency of registerAction

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-09-27 11:12:14 +05:30
Arpit
decc924ba2
[improvement] Modal widget (#4045)
* init

* fixes: config-handler clickEvents

* fixes: position attributes for open state modal config handler

* modal body scrollable

* adds loadingState

* adds onOpen and onClose events for modal

* adds visibility property

* open general and layout Options by default

* adds styling options for modal header and body

* adds style options for show button and conditional rendering of button styles

* refactor conditional rendering styles

* clean up

* fixes typos

* remove footer

* modal size

* handles dark theme

* update naming convention for modal: trigger button

* modal size:updates

* updates modal close icon

* adds comments for conditionally rendering style options

* only vertical scrolling inside modals

* clean up

* custom UI for widget config handle for modal

* backfil

* resolves: event should not fire on mount

* modal improvements doc

* hide modal on clicking outside for viewer mode

* Remove unnecessary modification of modal property schema

Co-authored-by: Shubhendra <withshubh@gmail.com>
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
2022-09-26 15:46:21 +05:30
Shivang
b44732e4c2
[docs] created missing svg image doc (#3985)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-09-09 20:26:26 +05:30
Shubhendra Singh Chauhan
9b17fd2f29
[docs] updated bg-color property in tabs (#3765)
* updated bg color in tabs

* update description
2022-08-08 15:35:32 +05:30
Kavin Venkatachalam
3932d72d64
[Feature]: Tree Select Widget (#3533)
* Added Tree Select widget

* Updated checkbox-tree package path

* Added checked-path array

* Added checkedpathArray

* Updated docs

* Updated theme file

* Added default values to exposed variables
2022-08-03 19:22:49 +05:30
Manish Kushare
d703c6eed7
[docs] Adding docs for vertical separator widget (#3460) 2022-07-05 07:42:53 +05:30
Manish Kushare
0f60a66b70
[docs] added docs for html widget (#3462)
* added docs for html widget

* refactoring heading to HTML

* fixed sidebar position

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-07-05 07:40:27 +05:30
Manish Kushare
0e6f983246
[docs] added docs for color picker widget (#3464)
* added docs for color picker widget

* removed component from title

Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-07-05 07:40:09 +05:30
Arpit
b48fd53ec2
[Feature] Kanban board widget (#3049)
* init kanban board widget

* kanban board

* reverts to beautifully

* kanban UI updates and dnd fixes

* bugfix: when dropped outside the col, should return back to it inital position

* updates min-width of the column

* container and widget styles

* style fixes: column container onDrag

* adds button for new group

* fixes new card overflow

* add btn for adding cards

* groups and cards updated

* add property definition

* improves draggable card position while drag is active

* handle delete group/col

* handle col/group title updates

* handles editing card title

* style fixes for input cursor

* cleanup

* card popover with codehinter fields

* minor card fixes

* updates exposed variable

* simplify boardData into cols and cards

* adds width and min-width style definations

* build board from queries

* handle draggable rbd-id

* removes add group card and delete group option

* fixes typos

* show empty state message

* fixes typos

* removes card extra border color

* fixes column typi and cards updates issue

* adds enableAddCard property defination

* adds accent color options

* default style accent color

* accent color fix

* revets popover with hinter

* fixes card drag and drop

* removes hook

* fixes: state synced with property defination updates(col and cards data)

* fixes: on re-arranging the card via dnd, update the card content

* handles if card columnId is updated

* adds card container layer

* clean up

* dark theme

* fixes card onDrop issue

* renamed the exposed variable data --> lists

* adds custom resolvers to the popover

* handle widget crash when non iterables are passed

* updates default card and col value

* fixes dnd issues for dynamic card values

* refactor: cleanup

* handles empty and undefined cardData

* fixes Height of widget is changing when popover thing is displayed.

* fixes: updating card data in widget inspector

* fixes: updating column data in widget inspector

* fixes adding cards for newly created groups/columns

* clean up

* Add kanban event onCardAdded and expose lastAddedCard

* Add onCardRemoved action and expsed lastRemovedCard variable

* Add events and variables for card movement and selection

* Add card edit feature for kanban widget

* Rename lastAddedRemoved to lastRemovedCard in kanban

* Rename lists to columns on kanban board

* Set max height of kanban column to respond to widget height

* Have "Add description" link if there is no description for Kanban cards

* kanban docs

* Change text from "add +" to "Add card" on kanban

* Validate card data before update

* Add tip about card id type on kanban documentation

* Add default min width and width for kanban

Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
Co-authored-by: Shubhendra <withshubh@gmail.com>
2022-06-14 11:06:36 +05:30
Kiran Ashok
bb6fc26f7e
[ Feature ]:: steps widget (#3200)
* tabs event

* completed event firing on selection tab

* steps widget basic structure & code

* active item logic

* logic for currentstep

* logic for steps theme

* event onSelect handled and exposed currentStepId

* fixing tooltip

* logic for colour updated

* updates

* bugfixes and color theme fix

* darkmode fixes

* some bugfixes

* cleanup

* reverting

* reverting unwanted change

* updating green theme

* pr changes : style changes

* pr change :: color style made dynamic :rocket

* style fix 🚀

* docs updated

* bugfix
2022-06-13 17:44:03 +05:30
Kavin Venkatachalam
7c30a830db
[Feature]: Custom Component Widget (#2960)
* Created custom component widget

* Updated the custom component key

* Added doc for custom component

* Update iframe.html

* Installed HTML parse in dependencies

* Updated script source

* Added scripts to CSP

* Added Skypack to CSP

* Fixed Run Query issue in Viewer
2022-05-10 15:09:09 +05:30
Kavin Venkatachalam
26203cfaf9
[Docs] Timeline widget reference (#2786)
* Doc for timeline widget

* Fixed a spelling mistake
2022-04-11 16:53:18 +05:30
shivangT
5e8ccb993e
[docs] created widget reference for slider widget (#2766)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-07 10:51:22 +05:30
shivangT
b1a7ac8cbf
[docs] created spinner documentation (#2758)
Co-authored-by: Shivang Tiwari <shivangtiwari@Shivangs-MacBook-Pro.local>
2022-04-05 18:07:56 +05:30