Move IndexList into Clockface directory

pull/10616/head
Alex P 2018-11-14 15:49:19 -08:00
parent 0558f351d4
commit 25b3e4f29e
20 changed files with 19 additions and 19 deletions

View File

@ -2,11 +2,11 @@
import React, {Component} from 'react'
// Components
import Body from 'src/shared/components/index_views/IndexListBody'
import Header from 'src/shared/components/index_views/IndexListHeader'
import HeaderCell from 'src/shared/components/index_views/IndexListHeaderCell'
import Row from 'src/shared/components/index_views/IndexListRow'
import Cell from 'src/shared/components/index_views/IndexListRowCell'
import Body from 'src/clockface/components/index_views/IndexListBody'
import Header from 'src/clockface/components/index_views/IndexListHeader'
import HeaderCell from 'src/clockface/components/index_views/IndexListHeaderCell'
import Row from 'src/clockface/components/index_views/IndexListRow'
import Cell from 'src/clockface/components/index_views/IndexListRowCell'
// Decorators
import {ErrorHandling} from 'src/shared/decorators/errors'

View File

@ -17,9 +17,9 @@ import {Alignment} from 'src/clockface'
import {
IndexListColumn,
IndexListRow,
} from 'src/shared/components/index_views/IndexListTypes'
} from 'src/clockface/components/index_views/IndexListTypes'
import IndexList from 'src/shared/components/index_views/IndexList'
import IndexList from 'src/clockface/components/index_views/IndexList'
```
#### Define Your Columns

View File

@ -1,7 +1,7 @@
import React from 'react'
import {mount} from 'enzyme'
import IndexList from 'src/shared/components/index_views/IndexList'
import IndexList from 'src/clockface/components/index_views/IndexList'
describe('IndexList', () => {
let wrapper

View File

@ -17,6 +17,7 @@ import ProgressBar from './components/wizard/ProgressBar'
import ComponentSpacer from './components/component_spacer/ComponentSpacer'
import EmptyState from './components/empty_state/EmptyState'
import Spinner from './components/spinners/Spinner'
import IndexList from './components/index_views/IndexList'
// Import Types
import {
@ -44,6 +45,7 @@ export {
MultiSelectDropdown,
EmptyState,
Form,
IndexList,
Input,
InputType,
OverlayTechnology,

View File

@ -7,7 +7,6 @@ import _ from 'lodash'
import {Alignment} from 'src/clockface'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {
Button,
ComponentColor,
@ -15,6 +14,7 @@ import {
ComponentSize,
ComponentSpacer,
EmptyState,
IndexList,
} from 'src/clockface'
import DefaultToggle from 'src/dashboards/components/DashboardDefaultToggle'

View File

@ -2,10 +2,9 @@
import React, {PureComponent} from 'react'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import UpdateBucketOverlay from 'src/organizations/components/UpdateBucketOverlay'
import BucketRow, {PrettyBucket} from 'src/organizations/components/BucketRow'
import {OverlayTechnology} from 'src/clockface'
import {OverlayTechnology, IndexList} from 'src/clockface'
// Types
import {OverlayState} from 'src/types/v2'

View File

@ -2,7 +2,7 @@
import React, {PureComponent} from 'react'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {IndexList} from 'src/clockface'
// Types
import {Bucket, OverlayState} from 'src/types/v2'

View File

@ -3,7 +3,7 @@ import React, {PureComponent} from 'react'
import {Link} from 'react-router'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {IndexList} from 'src/clockface'
// Types
import {Dashboard} from 'src/types/v2'

View File

@ -2,7 +2,7 @@
import React, {PureComponent} from 'react'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {IndexList} from 'src/clockface'
// Types
import {Member} from 'src/types/v2'

View File

@ -4,9 +4,8 @@ import {Link} from 'react-router'
import _ from 'lodash'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import DeleteOrgButton from 'src/organizations/components/DeleteOrgButton'
import {Alignment, ComponentSize, EmptyState} from 'src/clockface'
import {Alignment, ComponentSize, EmptyState, IndexList} from 'src/clockface'
// Decorators
import {ErrorHandling} from 'src/shared/decorators/errors'

View File

@ -3,7 +3,7 @@ import React, {PureComponent} from 'react'
import {Link} from 'react-router'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {IndexList} from 'src/clockface'
// Types
import {Task} from 'src/types/v2'

View File

@ -7,8 +7,8 @@ import {
ComponentColor,
ComponentSize,
SlideToggle,
IndexList,
} from 'src/clockface'
import IndexList from 'src/shared/components/index_views/IndexList'
import {Task, TaskStatus} from 'src/types/v2/tasks'

View File

@ -2,7 +2,7 @@
import React, {PureComponent} from 'react'
// Components
import IndexList from 'src/shared/components/index_views/IndexList'
import {IndexList} from 'src/clockface'
import TaskRow from 'src/tasks/components/TaskRow'
// Types