This is an automated email from the ASF dual-hosted git repository.

jli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 570cc3e5f8b feat(sqllab): treeview table selection ui (#37298)
     add 9764a844027 fix(charts): Table chart shows an error on row limit 
(#37218)

No new revisions were added by this update.

Summary of changes:
 .../packages/superset-ui-core/src/utils/index.ts   |  1 +
 .../Input/Input.test.tsx => utils/withLabel.ts}    | 38 +++++++++++++---------
 .../superset-ui-core/src/validator/index.ts        |  1 +
 .../src/validator/legacyValidateInteger.ts         |  2 +-
 .../src/validator/legacyValidateNumber.ts          |  2 +-
 .../stringifyAndTrim.ts => validator/types.ts}     | 11 ++++---
 .../src/validator/validateInteger.ts               |  2 +-
 .../src/validator/validateMapboxStylesUrl.ts       |  2 +-
 .../src/validator/validateMaxValue.ts              |  5 ++-
 .../src/validator/validateNonEmpty.ts              |  2 +-
 .../src/validator/validateNumber.ts                |  2 +-
 .../src/validator/validateServerPagination.ts      |  2 +-
 .../validator/validateTimeComparisonRangeValues.ts | 12 +++----
 .../test/validator/validateMaxValue.test.ts        |  4 +--
 .../src/controlPanel.tsx                           |  5 +--
 .../src/Histogram/controlPanel.tsx                 |  8 +++--
 .../plugin-chart-table/src/controlPanel.tsx        |  8 ++---
 .../src/explore/controlUtils/getControlState.ts    |  3 +-
 18 files changed, 64 insertions(+), 46 deletions(-)
 copy 
superset-frontend/packages/superset-ui-core/src/{components/Input/Input.test.tsx
 => utils/withLabel.ts} (54%)
 copy 
superset-frontend/packages/superset-ui-core/src/{color/stringifyAndTrim.ts => 
validator/types.ts} (77%)

Reply via email to