Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: ide tips #1682

Merged
merged 7 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 108 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
/**
* 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
* https://github.com/TDesignOteam/tdesign-api
* eslint-disable
* */
declare module 'vue' {
export interface GlobalComponents {
TActionSheet: typeof import('tdesign-mobile-vue')['ActionSheet'];

Check failure on line 8 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`

Check failure on line 8 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`
TAvatar: typeof import('tdesign-mobile-vue')['Avatar'];

Check failure on line 9 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`

Check failure on line 9 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`
TAvatarGroup: typeof import('tdesign-mobile-vue')['AvatarGroup'];

Check failure on line 10 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 10 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TBackTop: typeof import('tdesign-mobile-vue')['BackTop'];

Check failure on line 11 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 11 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TBadge: typeof import('tdesign-mobile-vue')['Badge'];

Check failure on line 12 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`

Check failure on line 12 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`
TBaseTable: typeof import('tdesign-mobile-vue')['BaseTable'];

Check failure on line 13 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 13 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TButton: typeof import('tdesign-mobile-vue')['Button'];

Check failure on line 14 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 14 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TCalendar: typeof import('tdesign-mobile-vue')['Calendar'];

Check failure on line 15 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`

Check failure on line 15 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue'` with `(typeof·import('tdesign-mobile-vue')`
TCascader: typeof import('tdesign-mobile-vue')['Cascader'];

Check failure on line 16 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 16 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TCell: typeof import('tdesign-mobile-vue')['Cell'];

Check failure on line 17 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`

Check failure on line 17 in global.d.ts

View workflow job for this annotation

GitHub Actions / call-test-build / test

Replace `typeof·import('tdesign-mobile-vue')` with `(typeof·import('tdesign-mobile-vue'))`
TCellGroup: typeof import('tdesign-mobile-vue')['CellGroup'];
TCheckTag: typeof import('tdesign-mobile-vue')['CheckTag'];
TCheckbox: typeof import('tdesign-mobile-vue')['Checkbox'];
TCheckboxGroup: typeof import('tdesign-mobile-vue')['CheckboxGroup'];
TCol: typeof import('tdesign-mobile-vue')['Col'];
TCollapse: typeof import('tdesign-mobile-vue')['Collapse'];
TCollapsePanel: typeof import('tdesign-mobile-vue')['CollapsePanel'];
TColorPicker: typeof import('tdesign-mobile-vue')['ColorPicker'];
TComment: typeof import('tdesign-mobile-vue')['Comment'];
liweijie0812 marked this conversation as resolved.
Show resolved Hide resolved
TCountDown: typeof import('tdesign-mobile-vue')['CountDown'];
TDateRangePicker: typeof import('tdesign-mobile-vue')['DateRangePicker'];
TDateTimePicker: typeof import('tdesign-mobile-vue')['DateTimePicker'];
TDialog: typeof import('tdesign-mobile-vue')['Dialog'];
TDivider: typeof import('tdesign-mobile-vue')['Divider'];
TDrawer: typeof import('tdesign-mobile-vue')['Drawer'];
TDropdownItem: typeof import('tdesign-mobile-vue')['DropdownItem'];
TDropdownMenu: typeof import('tdesign-mobile-vue')['DropdownMenu'];
TEmpty: typeof import('tdesign-mobile-vue')['Empty'];
TFab: typeof import('tdesign-mobile-vue')['Fab'];
TFooter: typeof import('tdesign-mobile-vue')['Footer'];
TForm: typeof import('tdesign-mobile-vue')['Form'];
TFormItem: typeof import('tdesign-mobile-vue')['FormItem'];
TGrid: typeof import('tdesign-mobile-vue')['Grid'];
TGridItem: typeof import('tdesign-mobile-vue')['GridItem'];
TGuide: typeof import('tdesign-mobile-vue')['Guide'];
TIconSVG: typeof import('tdesign-mobile-vue')['IconSVG'];
TIconfont: typeof import('tdesign-mobile-vue')['Iconfont'];
TImage: typeof import('tdesign-mobile-vue')['Image'];
TImageViewer: typeof import('tdesign-mobile-vue')['ImageViewer'];
TIndexes: typeof import('tdesign-mobile-vue')['Indexes'];
TIndexesAnchor: typeof import('tdesign-mobile-vue')['IndexesAnchor'];
TInput: typeof import('tdesign-mobile-vue')['Input'];
TInputAdornment: typeof import('tdesign-mobile-vue')['InputAdornment'];
TLink: typeof import('tdesign-mobile-vue')['Link'];
TList: typeof import('tdesign-mobile-vue')['List'];
TLoading: typeof import('tdesign-mobile-vue')['Loading'];
TMessage: typeof import('tdesign-mobile-vue')['Message'];
TNavbar: typeof import('tdesign-mobile-vue')['Navbar'];
TNoticeBar: typeof import('tdesign-mobile-vue')['NoticeBar'];
TOverlay: typeof import('tdesign-mobile-vue')['Overlay'];
TPagination: typeof import('tdesign-mobile-vue')['Pagination'];
TPicker: typeof import('tdesign-mobile-vue')['Picker'];
TPickerItem: typeof import('tdesign-mobile-vue')['PickerItem'];
TPopconfirm: typeof import('tdesign-mobile-vue')['Popconfirm'];
TPopover: typeof import('tdesign-mobile-vue')['Popover'];
TPopup: typeof import('tdesign-mobile-vue')['Popup'];
TProgress: typeof import('tdesign-mobile-vue')['Progress'];
TPullDownRefresh: typeof import('tdesign-mobile-vue')['PullDownRefresh'];
TRadio: typeof import('tdesign-mobile-vue')['Radio'];
TRadioGroup: typeof import('tdesign-mobile-vue')['RadioGroup'];
TRangeInput: typeof import('tdesign-mobile-vue')['RangeInput'];
TRangeInputPopup: typeof import('tdesign-mobile-vue')['RangeInputPopup'];
TRate: typeof import('tdesign-mobile-vue')['Rate'];
TResult: typeof import('tdesign-mobile-vue')['Result'];
TRow: typeof import('tdesign-mobile-vue')['Row'];
TSearch: typeof import('tdesign-mobile-vue')['Search'];
TSegmentedControl: typeof import('tdesign-mobile-vue')['SegmentedControl'];
TSelect: typeof import('tdesign-mobile-vue')['Select'];
TSideBar: typeof import('tdesign-mobile-vue')['SideBar'];
TSideBarItem: typeof import('tdesign-mobile-vue')['SideBarItem'];
TSkeleton: typeof import('tdesign-mobile-vue')['Skeleton'];
TSlider: typeof import('tdesign-mobile-vue')['Slider'];
TSpace: typeof import('tdesign-mobile-vue')['Space'];
TStatistic: typeof import('tdesign-mobile-vue')['Statistic'];
TStepItem: typeof import('tdesign-mobile-vue')['StepItem'];
TStepper: typeof import('tdesign-mobile-vue')['Stepper'];
TSteps: typeof import('tdesign-mobile-vue')['Steps'];
TSticky: typeof import('tdesign-mobile-vue')['Sticky'];
TStickyTool: typeof import('tdesign-mobile-vue')['StickyTool'];
TSwipeCell: typeof import('tdesign-mobile-vue')['SwipeCell'];
TSwiper: typeof import('tdesign-mobile-vue')['Swiper'];
TSwiperNav: typeof import('tdesign-mobile-vue')['SwiperNav'];
TSwitch: typeof import('tdesign-mobile-vue')['Switch'];
TTabBar: typeof import('tdesign-mobile-vue')['TabBar'];
TTabBarItem: typeof import('tdesign-mobile-vue')['TabBarItem'];
TTabPanel: typeof import('tdesign-mobile-vue')['TabPanel'];
TTabs: typeof import('tdesign-mobile-vue')['Tabs'];
TTag: typeof import('tdesign-mobile-vue')['Tag'];
TTextarea: typeof import('tdesign-mobile-vue')['Textarea'];
TTimeRangePicker: typeof import('tdesign-mobile-vue')['TimeRangePicker'];
TTimeline: typeof import('tdesign-mobile-vue')['Timeline'];
TTimelineItem: typeof import('tdesign-mobile-vue')['TimelineItem'];
TToast: typeof import('tdesign-mobile-vue')['Toast'];
TTooltip: typeof import('tdesign-mobile-vue')['Tooltip'];
TTreeSelect: typeof import('tdesign-mobile-vue')['TreeSelect'];
TUpload: typeof import('tdesign-mobile-vue')['Upload'];
TWatermark: typeof import('tdesign-mobile-vue')['Watermark'];
}
}

export {};
Loading
Loading