yc-vep-ui 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/entry.d.ts CHANGED
@@ -1,11 +1,10 @@
1
- export * from 'element-plus'
2
- export { YcButton, YcCard, YcDialog, YcForm, YcFormItem, YcInput, YcSelect, YcTable, YcTableColumn, YcTag, YcMessage, YcMessageBox, YcNotification } from './vep-ui.es.js'
3
- export type { IProp } from './components/type'
4
- export type { IColumn, ITableProps, ITableInstance, IRender, IRenderProps, IExtra, IColumnRenderProps } from './components/Table/type'
5
- export type { IField, IFilterProps, IFieldSlot, IFilterRenderProps } from './components/Filter/type'
6
- export type { IFormProps, IFormInstance } from './components/Form/type'
7
- export type { IDescriptionsProps, IDescriptionsField } from './components/Descriptions/type'
8
- export type { ITreeProps } from './components/Tree/type'
9
- export type { IInfiniteScrollProps } from './components/InfiniteScroll/type'
10
- export type { IEditorProps } from './components/Editor/type'
11
- export type { ICardProps } from './components/Card/type'
1
+ import { App } from 'vue';
2
+ import { ElButton, ElCard, ElCol, ElConfigProvider, ElDatePicker, ElDescriptions, ElDescriptionsItem, ElDialog, ElDropdown, ElDropdownItem, ElDropdownMenu, ElForm, ElFormItem, ElIcon, ElInput, ElInputNumber, ElInputTag, ElLink, ElMenu, ElMenuItem, ElOption, ElOptionGroup, ElPagination, ElPopconfirm, ElPopover, ElRadio, ElRadioButton, ElRadioGroup, ElRow, ElScrollbar, ElSelect, ElSubMenu, ElSwitch, ElTable, ElTableColumn, ElTag, ElText, ElTimeSelect, ElTreeV2, ElUpload, ElMessageBox, ElMessage, ElNotification } from 'element-plus';
3
+ export * from 'element-plus';
4
+ export type * from './components/type';
5
+ export { ElButton as YcButton, ElCard as YcCard, ElCol as YcCol, ElConfigProvider as YcConfigProvider, ElDatePicker as YcDatePicker, ElDescriptions as YcDescriptions, ElDescriptionsItem as YcDescriptionsItem, ElDialog as YcDialog, ElDropdown as YcDropdown, ElDropdownItem as YcDropdownItem, ElDropdownMenu as YcDropdownMenu, ElForm as YcForm, ElFormItem as YcFormItem, ElIcon as YcIcon, ElInput as YcInput, ElInputNumber as YcInputNumber, ElInputTag as YcInputTag, ElLink as YcLink, ElMenu as YcMenu, ElMenuItem as YcMenuItem, ElOption as YcOption, ElOptionGroup as YcOptionGroup, ElPagination as YcPagination, ElPopconfirm as YcPopconfirm, ElPopover as YcPopover, ElRadio as YcRadio, ElRadioButton as YcRadioButton, ElRadioGroup as YcRadioGroup, ElRow as YcRow, ElScrollbar as YcScrollbar, ElSelect as YcSelect, ElSubMenu as YcSubMenu, ElSwitch as YcSwitch, ElTable as YcTable, ElTableColumn as YcTableColumn, ElTag as YcTag, ElText as YcText, ElTimeSelect as YcTimeSelect, ElTreeV2 as YcTreeV2, ElUpload as YcUpload, ElMessageBox as YcMessageBox, ElMessage as YcMessage, ElNotification as YcNotification, };
6
+ export * from './components';
7
+ declare const _default: {
8
+ install(app: App): Promise<void>;
9
+ };
10
+ export default _default;