From 27cc1337ef276c2e2b38140f8f688dde9d6ca408 Mon Sep 17 00:00:00 2001 From: vaidankarswapnil Date: Thu, 22 Jul 2021 11:08:41 +0530 Subject: [PATCH] Converted HTMLs --- .../QueryTablesTabComponent.tsx | 135 +++++++++++------- 1 file changed, 80 insertions(+), 55 deletions(-) diff --git a/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx b/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx index 791db5b86..f088ab149 100644 --- a/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx +++ b/src/Explorer/Tabs/QueryTablesTab/QueryTablesTabComponent.tsx @@ -55,6 +55,7 @@ interface IQueryTablesTabComponentStates { addEntityButton: Button; editEntityButton: Button; deleteEntityButton: Button; + isHelperActive: boolean; } class QueryTablesTabComponent extends Component { @@ -75,6 +76,13 @@ class QueryTablesTabComponent extends Component -
-
-
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - -
-
-
-
- - Add new clause - - + {this.state.queryViewModel.isHelperActive() && ( +
+
+
+ + + + + + + + + + + + + + +
+ {this.actionLabel} + + + + {this.andLabel} + + {this.fieldLabel} + + {this.dataTypeLabel} + + {this.operatorLabel} + + {this.valueLabel} +
+
+
+
+ + Add new clause + + +
-
+ )}