PromucFlow_constructor/app/client/src/widgets
2022-04-27 12:30:43 +01:00
..
AudioRecorderWidget Merge branch 'release' into feat/4182-form-detect-changes 2022-03-25 17:29:04 +08:00
AudioWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
BaseInputWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
ButtonGroupWidget fix: onclick handler update in ButtonGroup Widget (#12442) 2022-04-01 11:28:51 +05:30
ButtonWidget feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
CameraWidget Merge branch 'release' into feat/4182-form-detect-changes 2022-03-07 23:27:57 +08:00
ChartWidget fix: update custom chart data and type only (#12574) 2022-04-15 16:28:13 +05:30
CheckboxGroupWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
CheckboxWidget Merge branch 'release' into feat/4182-form-detect-changes 2022-03-25 17:29:04 +08:00
CircularProgressWidget chore: [ImgBot] Optimize images (#12266) 2022-04-08 22:52:58 +05:30
ContainerWidget feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
CurrencyInputWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
DatePickerWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
DatePickerWidget2 feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
DividerWidget fix: changed cap default to fix ux issue on js toggle (#10424) 2022-01-25 13:54:36 +00:00
DocumentViewerWidget chore: replace deprecated String.prototype.substr() (#11928) 2022-04-13 12:30:38 +05:30
DropdownWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
FilepickerWidget chore: remove defaultSelectedFiles (#10586) 2022-01-27 09:40:51 +00:00
FilePickerWidgetV2 fix: added dataFormat into file data (#12807) 2022-04-21 16:09:24 +05:30
FormButtonWidget Remove all references to WidgetIcons, as the icons now come from the individual widget folders (#12334) 2022-03-31 10:07:37 +00:00
FormWidget feat: Internal property to detect changes in a form 2022-03-02 03:02:10 +08:00
IconButtonWidget fix: updated cursor style in actionWrapper (#12850) 2022-04-18 11:39:11 +05:30
IconWidget
IframeWidget fix: iframe srcDoc was not able to postMessage that can be received by onMessageReceived event. Match iframe by object not origin (#11809) 2022-03-28 13:12:12 +05:30
ImageWidget feat: Refactor code for SAML integration (#12700) 2022-04-12 16:20:01 +05:30
InputWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
InputWidgetV2 feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
JSONFormWidget feat: JSONFrom add isValid form level property to represent overall form validity (#13083) 2022-04-22 17:20:51 +05:30
ListWidget fix: replace rfdc with klona (#12568) 2022-04-14 14:19:13 +00:00
MapChartWidget
MapWidget feat: added searched address into map center data (#12962) 2022-04-22 11:44:42 +05:30
MenuButtonWidget fix: Button Group, MenuButton, Tabs undo Redo fixed. 2022-03-17 15:49:17 +05:30
ModalWidget chore: Should not persist DSL for mainContainer layout changes (#12351) 2022-04-14 10:06:20 +05:30
MultiSelectTreeWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
MultiSelectWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
MultiSelectWidgetV2 feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
PhoneInputWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
ProgressBarWidget feat: Progress bar widget enhancements (#12053) 2022-04-02 00:02:19 +08:00
ProgressWidget fix: Progress widget with circular type is showing wrong value (#12667) 2022-04-07 15:39:35 +05:30
RadioGroupWidget fix: onOptionChange event not triggering in JSON Form radio group field (#13073) 2022-04-20 14:47:34 +05:30
RateWidget Merge pull request #10935 from appsmithorg/fix/10766-rating-inactive-color 2022-02-18 17:54:44 +05:30
RichTextEditorWidget fix: handle editor value update (#12726) 2022-04-25 12:32:55 +05:30
SelectWidget fix: add new line 2022-04-27 12:30:43 +01:00
SingleSelectTreeWidget fix: handle dropdown flickers (#12979) 2022-04-22 15:56:48 +05:30
StatboxWidget
SwitchGroupWidget feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
SwitchWidget Merge branch 'release' into feat/4182-form-detect-changes 2022-03-25 17:29:04 +08:00
TableWidget fix: updated cursor style in actionWrapper (#12850) 2022-04-18 11:39:11 +05:30
TabsMigrator
TabsWidget fix: handle duplicate tab name in tab widget (#12411) 2022-04-07 16:19:12 +00:00
TextWidget fix: add overflow property in text-widget (#12160) 2022-03-31 10:18:51 +05:30
VideoWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
BaseComponent.tsx
BaseWidget.tsx feat: Controls for labels in widgets to align the widgets in forms and other places (#10600) 2022-04-14 16:47:25 +08:00
CanvasWidget.tsx feat: Hide shadows of hiddens objects during page loading in deploy view (#12184) 2022-03-30 21:22:01 +08:00
constants.ts feat: Dynamic Height widget config (#13143) 2022-04-22 15:14:22 +05:30
MetaHOC.tsx fix: JSONForm select/multiselect filterText value synchronous update with onFilterUpdate action (#12578) 2022-04-08 11:39:23 +05:30
SkeletonWidget.tsx
WidgetUtils.test.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
WidgetUtils.ts fix: select dropdown 2022-04-04 06:12:33 +01:00