superset/superset-frontend/spec/javascripts/sqllab
Corbin Robb b179863e25
refactor: Convert TableElement to TypeScript (#14978)
* Convert TableElement to typescript

* Change type names to better match naming conventions in other files

* Fix import order and update tests on TableElement

* Remove defaultProps

* Destructure the props

* Use Rest and Spread syntax to condense props destructuring

* Fix TypeScript errors and add comment to explain antd props and types weirdness

* Remove comment, add consistency with other files, and use method chaining to make more concise

Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
2021-06-15 13:29:45 -07:00
..
actions fix: allow option to generate new query (#13488) 2021-03-18 14:42:31 -04:00
reducers fix: data column in SQL lab left panel open by default (#13624) 2021-03-18 13:28:24 -07:00
utils test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
App_spec.jsx refactor: Upgrade Redux (#11967) 2020-12-09 11:58:42 -08:00
ColumnElement_spec.tsx refactor: Replace react-bootstrap tooltips with Antd tooltips (#11737) 2020-11-24 13:04:55 -08:00
ExploreResultsButton_spec.jsx Fix tests errors and warnings - iteration 6 (#12212) (#12227) 2021-01-25 23:34:05 -08:00
fixtures.ts fix: Additional ResultSet tests (#14741) 2021-05-24 17:42:09 -04:00
HighlightedSql_spec.jsx refactor: Use Modals from Antd instead of react-bootstrap (#11330) 2020-10-26 11:20:10 -07:00
QueryAutoRefresh_spec.jsx refactor: Upgrade Redux (#11967) 2020-12-09 11:58:42 -08:00
QuerySearch_spec.jsx feat: Better return messages in SQL Editor (#14381) 2021-05-18 11:02:06 -07:00
QueryStateLabel_spec.jsx chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
QueryTable_spec.jsx feat: Better return messages in SQL Editor (#14381) 2021-05-18 11:02:06 -07:00
ResultSet_spec.jsx fix: Additional ResultSet tests (#14741) 2021-05-24 17:42:09 -04:00
SaveDatasetModal_spec.tsx chore: Moves Radio to the components folder (#14133) 2021-04-20 08:48:10 -07:00
SaveQuery_spec.jsx refactor: Bootstrap to AntD - Form - iteration 3 (#14502) 2021-05-08 12:34:52 -07:00
ShareSqlLabQuery_spec.jsx refactor: Bootstrap to AntD - ListGroup (#13996) 2021-04-13 15:26:02 -07:00
SouthPane_spec.jsx refactor: SouthPane into functional component (#13676) 2021-03-24 23:00:12 -04:00
SqlEditor_spec.jsx refactor: SouthPane into functional component (#13676) 2021-03-24 23:00:12 -04:00
SqlEditorLeftBar_spec.jsx catch collapse onchange (#13927) 2021-04-03 00:00:34 -07:00
TabbedSqlEditors_spec.jsx chore: Moves Tabs to the components folder (#14136) 2021-04-27 00:15:21 -07:00
TableElement_spec.jsx refactor: Convert TableElement to TypeScript (#14978) 2021-06-15 13:29:45 -07:00
TabStatusIcon_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
TemplateParamsEditor_spec.tsx fix: always pass a string as a value to ace editor (#13563) 2021-03-12 17:09:02 -08:00