Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(DataGrid): implement types for DataGrid component (#5257)
* refactor(DataGrid): implement types for DataGrid component * refactor(DataGridContent): implement types for DataGridContent file * refactor(filterSummary): implement types * refactor(datagridContent): implement types * refactor(datagridHead): implement types * refactor(datagridBody): implement types * refactor(datagridEmptyBody): implement types * fix(datagridEmptyBody): empty state props * refactor(DatagridVirtualBody): implement types * refactor(datagridRefBody): implement types * refactor(DatagridSimpleBody): implement types * refactor(DatagridExpandedRow): implement types * refactor(DatagridHeaderRow): implement types * refactor(DatagridSlug): implement types * refactor(DatagridRow): implement types * refactor(DatagridSelectAll): implement types * refactor(DatagridSelectAllWithToggle): implement types * refactor(DatagridToolbar): implement types * refactor(DraggableEleemt): implement types * refactor(dataGrid): import carbon component props * refactor(DataGrid): reuse react-table types * refactor(DatagridHeaderRow): assign key value separately * refactor: change types according to react-table types * fix(datagrid): remove emptyState props * refactor: revert empty state props * refactor(datagrid): move index file to .ts * refactor: update type for state in all files * refactor: change row typw * chore: test issue * chore: revert test code * chore: remove condition * chore: remove condition * chore: revert condition * chore: state destructure * chore: test deployment issue 1 * chore: test deployment issue 1 * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * refactor: test deploy error * fix(DataGrid): resolve error in deployment * fix(DataGrid): resolve error on deployed version * chore(Datagrid): resolve PR comments * chore: dummy commit to rerun jobs * chore: remove unwanted line * refactor: change react-table types version * refactor: change react-table types version * chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version * chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version * chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version * chore(release): publish [skip ci] - @carbon/[email protected] - @carbon/[email protected] - @carbon/[email protected] * chore(Datagrid): resolve PR comments * fix(CreateTearsheet): add focus trap behavior (#5329) * test(ExpressiveCard): add @AVT test for default state (#5393) * test(Toolbar): add default state AVT test (#5395) * fix(Coachmark): ssr issues with `instanceOf(HTMLElement)` (#5391) * fix(Coachmark): ssr issues with htmlelement * chore: remove unnecessary export * Add .whitesource configuration file (#5323) Co-authored-by: ibm-mend-app[bot] <142626574+ibm-mend-app[bot]@users.noreply.github.com> Co-authored-by: Jeff Chew <[email protected]> * refactor(TagOverflowModal): add Typescript types to TagOverflowModal (#5311) * fix(Datagrid): add disable cell support (#5385) * test(ProductiveCard): add default state AVT test (#5394) * feat(FeatureFlags): add new mechanism for feature flagging using `@carbon/feature-flags` (#5204) * feat(FeatureFlags): add feature flag support using carbon package * chore: import feature flags and update lock * chore: remove console log * feat: use new feature flag system and add mdx docs * chore: add annotation component to example story * fix: remove utility hook from portal target hook * chore: rename feature-flags file * chore: remove console log * chore: add feature flag component to editable cell stories * fix: import feature flags file * fix: import feature flags in jest setup * fix: update tests * chore: remove old generated feature flags * chore: import feature flags * fix: add feature flags file as side effect * chore: add test file * chore(feature-flags): rename to match carbon naming patterns chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: dummy commit to rerun jobs chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version chore: remove unwanted line refactor: change react-table types version refactor: change react-table types version * chore: resolve merge conflict * refactor: resolve minor issues * test: resolve test issue --------- Co-authored-by: github-merge-queue <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Gallo <[email protected]> Co-authored-by: andrew <[email protected]> Co-authored-by: Ignacio Becerra <[email protected]> Co-authored-by: ibm-mend-app[bot] <142626574+ibm-mend-app[bot]@users.noreply.github.com> Co-authored-by: Jeff Chew <[email protected]> Co-authored-by: Anamika T S <[email protected]> Co-authored-by: Austin <[email protected]>
- Loading branch information