-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Open
Labels
C: TransitionsS: maybeFunctionality that we are consideringFunctionality that we are consideringT: documentation
Milestone
Description
Environment
Vuetify Version: 3.0.0-beta.0
Vue Version: 3.2.31
Browsers: Firefox 98.0, Google Chrome
OS: Linux x86_64
Steps to reproduce
I took a look at public APIs from the docs:
- On CSS/Transitions page:
import { createSimpleTransition } from 'vuetify/lib/components/transitions/createTransition'
const myTransition = createSimpleTransition('my-transition')createSimpleTransition was renamed createCssTransition
- On Features/Internationalization page:
import { createVueI18nAdapter } from 'vuetify/locale/adapters/vue-i18n'No typescript declarations available.
Expected Behavior
- New exports should be:
import { createCssTransition, createJavascriptTransition } from 'vuetify/lib/components/transitions/createTransition.mjs'.-
createJavascriptTransitionshould be documented -
createVueI18nAdaptershould be available in typescript declaration files -
The package should publish (or re-export) declarations from
components/transitions/createTransition.d.tsandlocale/adapters/vue-i18n.d.ts. Havingutil/colors.d.tswould be nice too (even if it's no longer in the docs).
Actual Behavior
Export from the docs fail, missing typescript declarations.
Reproduction Link
https://next.vuetifyjs.com/en/styles/transitions/#create-your-own
UkonnRa, wtlgo and project0
Metadata
Metadata
Assignees
Labels
C: TransitionsS: maybeFunctionality that we are consideringFunctionality that we are consideringT: documentation