379 changed files with 8758 additions and 6804 deletions
@ -1,4 +1,4 @@ |
|||||||
import authority from './src/Authority.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import authority from './src/Authority.vue' |
||||||
|
|
||||||
export const Authority = withInstall(authority) |
export const Authority = withInstall(authority) |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
import cardList from './src/CardList.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import cardList from './src/CardList.vue' |
||||||
|
|
||||||
export const CardList = withInstall(cardList) |
export const CardList = withInstall(cardList) |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
|
import { withInstall } from '@/utils' |
||||||
import countButton from './src/CountButton.vue' |
import countButton from './src/CountButton.vue' |
||||||
import countdownInput from './src/CountdownInput.vue' |
import countdownInput from './src/CountdownInput.vue' |
||||||
import { withInstall } from '@/utils' |
|
||||||
|
|
||||||
export const CountdownInput = withInstall(countdownInput) |
export const CountdownInput = withInstall(countdownInput) |
||||||
export const CountButton = withInstall(countButton) |
export const CountButton = withInstall(countButton) |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
import countTo from './src/CountTo.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import countTo from './src/CountTo.vue' |
||||||
|
|
||||||
export const CountTo = withInstall(countTo) |
export const CountTo = withInstall(countTo) |
||||||
|
@ -1,5 +1,5 @@ |
|||||||
import dropdown from './src/Dropdown.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import dropdown from './src/Dropdown.vue' |
||||||
|
|
||||||
export * from './src/typing' |
export * from './src/typing' |
||||||
export const Dropdown = withInstall(dropdown) |
export const Dropdown = withInstall(dropdown) |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
import ellipsisText from './src/EllipsisText.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import ellipsisText from './src/EllipsisText.vue' |
||||||
|
|
||||||
export const EllipsisText = withInstall(ellipsisText) |
export const EllipsisText = withInstall(ellipsisText) |
||||||
|
@ -1,18 +1,18 @@ |
|||||||
import BasicForm from './src/BasicForm.vue' |
import BasicForm from './src/BasicForm.vue' |
||||||
|
|
||||||
export * from './src/types/form' |
export { default as ApiCascader } from './src/components/ApiCascader.vue' |
||||||
export * from './src/types/formItem' |
export { default as ApiRadioGroup } from './src/components/ApiRadioGroup.vue' |
||||||
|
|
||||||
export { useComponentRegister } from './src/hooks/useComponentRegister' |
|
||||||
export { useForm } from './src/hooks/useForm' |
|
||||||
|
|
||||||
export { default as ApiSelect } from './src/components/ApiSelect.vue' |
export { default as ApiSelect } from './src/components/ApiSelect.vue' |
||||||
export { default as RadioButtonGroup } from './src/components/RadioButtonGroup.vue' |
|
||||||
export { default as ApiTreeSelect } from './src/components/ApiTreeSelect.vue' |
|
||||||
export { default as ApiTree } from './src/components/ApiTree.vue' |
|
||||||
export { default as ApiRadioGroup } from './src/components/ApiRadioGroup.vue' |
|
||||||
export { default as ApiCascader } from './src/components/ApiCascader.vue' |
|
||||||
export { default as ApiTransfer } from './src/components/ApiTransfer.vue' |
export { default as ApiTransfer } from './src/components/ApiTransfer.vue' |
||||||
|
|
||||||
|
export { default as ApiTree } from './src/components/ApiTree.vue' |
||||||
|
export { default as ApiTreeSelect } from './src/components/ApiTreeSelect.vue' |
||||||
export { default as ImageUpload } from './src/components/ImageUpload.vue' |
export { default as ImageUpload } from './src/components/ImageUpload.vue' |
||||||
|
export { default as RadioButtonGroup } from './src/components/RadioButtonGroup.vue' |
||||||
|
export { useComponentRegister } from './src/hooks/useComponentRegister' |
||||||
|
export { useForm } from './src/hooks/useForm' |
||||||
|
export * from './src/types/form' |
||||||
|
export * from './src/types/formItem' |
||||||
|
|
||||||
export { BasicForm } |
export { BasicForm } |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
import iFrame from './src/IFrame.vue' |
|
||||||
import { withInstall } from '@/utils' |
import { withInstall } from '@/utils' |
||||||
|
import iFrame from './src/IFrame.vue' |
||||||
|
|
||||||
export const IFrame = withInstall(iFrame) |
export const IFrame = withInstall(iFrame) |
||||||
|
@ -1,4 +1,4 @@ |
|||||||
import SvgIcon from './src/SvgIcon.vue' |
|
||||||
import IconPicker from './src/IconPicker.vue' |
import IconPicker from './src/IconPicker.vue' |
||||||
|
import SvgIcon from './src/SvgIcon.vue' |
||||||
|
|
||||||
export { IconPicker, SvgIcon } |
export { IconPicker, SvgIcon } |
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue