New:Socket for Asana Is Now Available.Learn more
Get Started

@complex-suite/component

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@complex-suite/component

a complex component

latest
Source
npmnpm
Version
5.0.20
Version published
Weekly downloads
25
-32.43%
Maintainers
1
Weekly downloads
 
Created
Source

@complex-suite/component

一个复杂的组件库。

安装

npm install @complex-suite/component

使用

<template>
  <NumberArea :data="12345.67" unit="元" />
</template>

<script lang="ts" setup>
import { NumberArea } from '@complex-suite/component'
</script>

API

NumberArea

属性类型默认值说明
datanumber-数字
colorstring-颜色
timenumber-动画时间
decimalnumber0小数位数
commastring,分隔符
format(n: number) => string-格式化函数
unitstring-单位
unitOptionobject-单位样式

AutoIndex

属性类型默认值说明
indexnumber-索引
paginationobject-分页对象

FileView

属性类型默认值说明
acceptstring-文件类型
multipleboolean | objectfalse是否多选
disabledbooleanfalse是否禁用
sizenumber0文件大小限制(MB)

HighText

属性类型默认值说明
datastring | number-文本
targetstring-高亮目标
defaultOptionobject-默认样式
highOptionobject-高亮样式
limitNumnumber-高亮数量限制
limitCasebooleanfalse是否区分大小写

ShowValue

属性类型默认值说明
valueany-
isExist(value: any) => booleanisExist判断是否存在
unExistTextstring''不存在时的文本
format(value: any) => any-格式化函数

Keywords

complex

FAQs

Package last updated on 06 Aug 2026

Related posts