Merge branch 'dev' into dev-feat-multi-select

This commit is contained in:
奔跑的面条
2022-08-05 08:42:47 +08:00
46 changed files with 1313 additions and 310 deletions
+10 -1
View File
@@ -53,6 +53,9 @@ import {
ArrowForward as ArrowForwardIcon,
Planet as PawIcon,
Search as SearchIcon,
ChevronUpOutline as ChevronUpOutlineIcon,
ChevronDownOutline as ChevronDownOutlineIcon,
Pulse as PulseIcon
} from '@vicons/ionicons5'
import {
@@ -196,7 +199,13 @@ const ionicons5 = {
// 搜索(放大镜)
SearchIcon,
// 过滤器
FilterIcon
FilterIcon,
// 向上
ChevronUpOutlineIcon,
// 向下
ChevronDownOutlineIcon,
// 脉搏
PulseIcon
}
const carbon = {
+4
View File
@@ -37,6 +37,7 @@ import {
NTooltip,
NAvatar,
NTabs,
NTab,
NTabPane,
NCard,
NRow,
@@ -68,6 +69,7 @@ import {
NSteps,
NStep,
NInputGroup,
NInputGroupLabel,
NResult,
NDescriptions,
NDescriptionsItem,
@@ -136,6 +138,7 @@ const naive = create({
NTooltip,
NAvatar,
NTabs,
NTab,
NTabPane,
NCard,
NRow,
@@ -167,6 +170,7 @@ const naive = create({
NSteps,
NStep,
NInputGroup,
NInputGroupLabel,
NResult,
NDescriptions,
NDescriptionsItem,