-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert: 项目整体大幅度重构,发布新版本 0.5.0-bate.1 (2022-08-08) 🚀
- Loading branch information
Showing
85 changed files
with
300 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/// <reference types="vite/client" /> | ||
|
||
declare module '*.vue' { | ||
import type { DefineComponent } from 'vue' | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types | ||
const component: DefineComponent<{}, {}, any> | ||
export default component | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/fighting-utils/change-color.ts → ...ighting-components/_utils/change-color.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/fighting-utils/ripples.ts → ...ges/fighting-components/_utils/ripples.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/fighting-utils/watermark.ts → ...s/fighting-components/_utils/watermark.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FAlert from './src/alert.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FAlert, FAlert.name) | ||
|
||
export { FAlert } | ||
export default FAlert |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FAside from './src/aside.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FAside, FAside.name) | ||
|
||
export { FAside } | ||
export default FAside |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FAvatar from './src/avatar.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FAvatar, FAvatar.name) | ||
|
||
export { FAvatar } | ||
export default FAvatar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FBackTop from './src/back-top.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FBackTop, FBackTop.name) | ||
|
||
export { FBackTop } | ||
export default FBackTop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FBadge from './src/badge.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FBadge, FBadge.name) | ||
|
||
export { FBadge } | ||
export default FBadge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FBreadcrumbItem from './src/breadcrumb-item.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FBreadcrumbItem, FBreadcrumbItem.name) | ||
|
||
export { FBreadcrumbItem } | ||
export default FBreadcrumbItem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FBreadcrumb from './src/breadcrumb.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FBreadcrumb, FBreadcrumb.name) | ||
|
||
export { FBreadcrumb } | ||
export default FBreadcrumb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FButtonGroup from './src/button-group.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FButtonGroup, FButtonGroup.name) | ||
|
||
export { FButtonGroup } | ||
export default FButtonGroup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FButton from './src/button.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FButton, FButton.name) | ||
|
||
export { FButton } | ||
export default FButton |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FCard from './src/card.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FCard, FCard.name) | ||
|
||
export { FCard } | ||
export default FCard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FDialog from './src/dialog.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FDialog, FDialog.name) | ||
|
||
export { FDialog } | ||
export default FDialog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FDivider from './src/divider.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FDivider, FDivider.name) | ||
|
||
export { FDivider } | ||
export default FDivider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FDrawer from './src/drawer.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FDrawer, FDrawer.name) | ||
|
||
export { FDrawer } | ||
export default FDrawer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FFooter from './src/footer.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FFooter, FFooter.name) | ||
|
||
export { FFooter } | ||
export default FFooter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FHeader from './src/header.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FHeader, FHeader.name) | ||
|
||
export { FHeader } | ||
export default FHeader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FIcon from './src/icon.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FIcon, FIcon.name) | ||
|
||
export { FIcon } | ||
export default FIcon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import FImage from './src/image.vue' | ||
|
||
import { install } from '@fighting-design/fighting-utils' | ||
import { install } from '../_utils' | ||
|
||
install(FImage, FImage.name) | ||
|
||
export { FImage } | ||
export default FImage |
Oops, something went wrong.