chore: initial commit
This commit is contained in:
95
frontend/packages/mobile/components.d.ts
vendored
Normal file
95
frontend/packages/mobile/components.d.ts
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Checkbox: typeof import('./src/components/business/crm-form-create/components/basic/checkbox.vue')['default']
|
||||
CrmActionButtons: typeof import('./src/components/business/crm-action-buttons/index.vue')['default']
|
||||
CrmAvatar: typeof import('./src/components/business/crm-avatar/index.vue')['default']
|
||||
CrmContactList: typeof import('./src/components/business/crm-contact-list/index.vue')['default']
|
||||
CrmDatasource: typeof import('./src/components/business/crm-datasource/index.vue')['default']
|
||||
CrmDescription: typeof import('./src/components/pure/crm-description/index.vue')['default']
|
||||
CrmFileIcon: typeof import('./src/components/pure/crm-file-icon/index.vue')['default']
|
||||
CrmFileListPop: typeof import('./src/components/business/crm-file-list-pop/index.vue')['default']
|
||||
CrmFormCreate: typeof import('./src/components/business/crm-form-create/index.vue')['default']
|
||||
CrmHeaderList: typeof import('./src/components/business/crm-header-list/index.vue')['default']
|
||||
CrmIconFont: typeof import('./src/components/pure/crm-icon-font/index.vue')['default']
|
||||
CrmList: typeof import('./src/components/pure/crm-list/index.vue')['default']
|
||||
CrmListCommonItem: typeof import('./src/components/pure/crm-list-common-item/index.vue')['default']
|
||||
CrmMessageItem: typeof import('./src/components/business/crm-message-item/index.vue')['default']
|
||||
CrmPageHeader: typeof import('./src/components/pure/crm-page-header/index.vue')['default']
|
||||
CrmPageWrapper: typeof import('./src/components/pure/crm-page-wrapper/index.vue')['default']
|
||||
CrmPasswordInput: typeof import('./src/components/pure/crm-password-input/index.vue')['default']
|
||||
CrmSelectList: typeof import('./src/components/business/crm-select-list/index.vue')['default']
|
||||
CrmTag: typeof import('./src/components/pure/crm-tag/index.vue')['default']
|
||||
CrmTextButton: typeof import('./src/components/pure/crm-text-button/index.vue')['default']
|
||||
CrmWorkflowCard: typeof import('./src/components/business/crm-workflow-card/index.vue')['default']
|
||||
DataSource: typeof import('./src/components/business/crm-form-create/components/advanced/dataSource.vue')['default']
|
||||
DatePicker: typeof import('./src/components/business/crm-form-create/components/basic/datePicker.vue')['default']
|
||||
Detail: typeof import('./src/components/business/crm-contact-list/detail.vue')['default']
|
||||
Divider: typeof import('./src/components/business/crm-form-create/components/basic/divider.vue')['default']
|
||||
File: typeof import('./src/components/business/crm-form-create/components/advanced/file.vue')['default']
|
||||
FollowDetail: typeof import('./src/components/business/crm-follow-list/followDetail.vue')['default']
|
||||
FollowPlan: typeof import('./src/components/business/crm-follow-list/followPlan.vue')['default']
|
||||
FollowRecord: typeof import('./src/components/business/crm-follow-list/followRecord.vue')['default']
|
||||
Industry: typeof import('./src/components/business/crm-form-create/components/advanced/industry.vue')['default']
|
||||
InputNumber: typeof import('./src/components/business/crm-form-create/components/basic/inputNumber.vue')['default']
|
||||
Link: typeof import('./src/components/business/crm-form-create/components/advanced/link.vue')['default']
|
||||
ListItem: typeof import('./src/components/business/crm-follow-list/components/listItem.vue')['default']
|
||||
Location: typeof import('./src/components/business/crm-form-create/components/advanced/location.vue')['default']
|
||||
MemberSelect: typeof import('./src/components/business/crm-form-create/components/basic/memberSelect.vue')['default']
|
||||
MultiplePick: typeof import('./src/components/business/crm-form-create/components/basic/multiplePick.vue')['default']
|
||||
Phone: typeof import('./src/components/business/crm-form-create/components/advanced/phone.vue')['default']
|
||||
Pick: typeof import('./src/components/business/crm-form-create/components/basic/pick.vue')['default']
|
||||
Radio: typeof import('./src/components/business/crm-form-create/components/basic/radio.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SerialNumber: typeof import('./src/components/business/crm-form-create/components/advanced/serialNumber.vue')['default']
|
||||
SingleText: typeof import('./src/components/business/crm-form-create/components/basic/singleText.vue')['default']
|
||||
Textarea: typeof import('./src/components/business/crm-form-create/components/basic/textarea.vue')['default']
|
||||
Upload: typeof import('./src/components/business/crm-form-create/components/advanced/upload.vue')['default']
|
||||
VanBadge: typeof import('vant/es')['Badge']
|
||||
VanButton: typeof import('vant/es')['Button']
|
||||
VanCascader: typeof import('vant/es')['Cascader']
|
||||
VanCell: typeof import('vant/es')['Cell']
|
||||
VanCellGroup: typeof import('vant/es')['CellGroup']
|
||||
VanCheckbox: typeof import('vant/es')['Checkbox']
|
||||
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
||||
VanCollapse: typeof import('vant/es')['Collapse']
|
||||
VanCollapseItem: typeof import('vant/es')['CollapseItem']
|
||||
VanCountDown: typeof import('vant/es')['CountDown']
|
||||
VanDatePicker: typeof import('vant/es')['DatePicker']
|
||||
VanDialog: typeof import('vant/es')['Dialog']
|
||||
VanDivider: typeof import('vant/es')['Divider']
|
||||
VanDropdownItem: typeof import('vant/es')['DropdownItem']
|
||||
VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
|
||||
VanEmpty: typeof import('vant/es')['Empty']
|
||||
VanField: typeof import('vant/es')['Field']
|
||||
VanForm: typeof import('vant/es')['Form']
|
||||
VanImage: typeof import('vant/es')['Image']
|
||||
VanList: typeof import('vant/es')['List']
|
||||
VanLoading: typeof import('vant/es')['Loading']
|
||||
VanNavBar: typeof import('vant/es')['NavBar']
|
||||
VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
||||
VanPicker: typeof import('vant/es')['Picker']
|
||||
VanPickerGroup: typeof import('vant/es')['PickerGroup']
|
||||
VanPopover: typeof import('vant/es')['Popover']
|
||||
VanPopup: typeof import('vant/es')['Popup']
|
||||
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
||||
VanRadio: typeof import('vant/es')['Radio']
|
||||
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
||||
VanSearch: typeof import('vant/es')['Search']
|
||||
VanTab: typeof import('vant/es')['Tab']
|
||||
VanTabbar: typeof import('vant/es')['Tabbar']
|
||||
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
||||
VanTabs: typeof import('vant/es')['Tabs']
|
||||
VanTag: typeof import('vant/es')['Tag']
|
||||
VanTimePicker: typeof import('vant/es')['TimePicker']
|
||||
VanUploader: typeof import('vant/es')['Uploader']
|
||||
WorkflowStage: typeof import('./src/components/business/crm-workflow-card/workflowStage.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user