Skip to content

Commit

Permalink
chore(VNumberInput): move to labs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 19, 2024
1 parent ec9099b commit 4523b78
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/vuetify/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export * from './VNoSsr'
export * from './VOtpInput'
// export * from './VOverflowBtn'
export * from './VOverlay'
export * from './VNumberInput'
export * from './VPagination'
export * from './VParallax'
export * from './VProgressCircular'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import './VNumberInput.sass'

// Components
import { VBtn } from '../VBtn'
import { VDefaultsProvider } from '../VDefaultsProvider'
import { VDivider } from '../VDivider'
import { VBtn } from '../../components/VBtn'
import { VDefaultsProvider } from '../../components/VDefaultsProvider'
import { VDivider } from '../../components/VDivider'
import { filterFieldProps, makeVFieldProps, VField } from '@/components/VField/VField'
import { makeVInputProps, VInput } from '@/components/VInput/VInput'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
@use '../VDivider/variables' as *;

$number-input-inset-divider-size: 55% !default;
1 change: 1 addition & 0 deletions packages/vuetify/src/labs/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from './VCalendar'
export * from './VConfirmEdit'
export * from './VEmptyState'
export * from './VFab'
export * from './VNumberInput'
export * from './VPicker'
export * from './VSparkline'
export * from './VSpeedDial'
Expand Down

0 comments on commit 4523b78

Please sign in to comment.