stellar-ui-plus 1.20.14 → 1.20.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/ste-category/ATTRIBUTES.md +11 -0
- package/components/ste-date-user/ATTRIBUTES.md +8 -0
- package/components/ste-dropdown-menu/ATTRIBUTES.md +1 -0
- package/components/ste-filter-tool/ATTRIBUTES.md +15 -0
- package/components/ste-function-list/ATTRIBUTES.md +10 -0
- package/components/ste-goods-info/ATTRIBUTES.md +37 -0
- package/components/ste-goods-list/ATTRIBUTES.md +10 -0
- package/components/ste-main-info/ATTRIBUTES.md +17 -0
- package/components/ste-navbar/ATTRIBUTES.md +25 -0
- package/components/ste-number-keyboard/ATTRIBUTES.md +2 -0
- package/components/ste-search/ATTRIBUTES.md +1 -0
- package/components/ste-search-box/ATTRIBUTES.md +18 -0
- package/components/ste-user-info/ATTRIBUTES.md +18 -0
- package/components/ste-user-info/README.md +68 -0
- package/components/ste-user-info/config.json +5 -0
- package/components/ste-user-info/props.ts +9 -0
- package/components/ste-user-info/ste-user-info.easycom.json +65 -0
- package/components/ste-user-info/ste-user-info.vue +101 -0
- package/index.ts +20 -0
- package/package.json +3 -2
- package/types/components.d.ts +20 -0
- package/types/refComponents.d.ts +20 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `value` | 当前值,支持v-model:value双向绑定 | `string / number` | `` | - | - |
|
|
5
|
+
| `data` | 菜单数据列表 | `CagegoryItem[]` | `[]` | - | - |
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
#### Events
|
|
9
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
10
|
+
| ----- | ----- | ------- | -------- |
|
|
11
|
+
| `change` | 分类变化时触发 | `item`:变化后的分类数据 | - |
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `type` | 组件类型 | `String` | `date` | `date`:日期<br/>`user`:人员 | - |
|
|
5
|
+
| `avatar` | 头像 | `String` | `` | - | - |
|
|
6
|
+
| `nickname` | 昵称 | `String` | `` | - | - |
|
|
7
|
+
|
|
8
|
+
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
| `zIndex` | 弹窗层级z-index | `number` | - | - | - |
|
|
13
13
|
| `type` | 下拉选项的形状 | `string` | `block` | `round`:圆形<br/>`block`:块状 | - |
|
|
14
14
|
| `max` | 可选数量 | `number` | `1` | - | - |
|
|
15
|
+
| `showPopup` | 是否显示菜单弹窗 | `boolean` | `false` | - | `1.21.0` |
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
#### Events
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `value` | 当前值,支持v-model:value双向绑定 | `object[]` | `` | - | - |
|
|
5
|
+
| `activeColor` | 激活状态颜色 | `string` | `#0275FF` | - | - |
|
|
6
|
+
| `inactiveColor` | 非激活状态颜色 | `string` | `#555A61` | - | - |
|
|
7
|
+
| `data` | 菜单数据列表 | `FilterItem[]` | `[]` | - | - |
|
|
8
|
+
| `showCategory` | 是否显示分类 | `boolean` | `true` | - | - |
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
#### Events
|
|
12
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
13
|
+
| ----- | ----- | ------- | -------- |
|
|
14
|
+
| `reset` | 点击重置时触发 | - | - |
|
|
15
|
+
| `confirm` | 菜单变化时触发 | `items`:变化后的菜单项列表 | - |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `title` | 尺寸 | `string` | `日期选择` | - | - |
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
#### Events
|
|
8
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
9
|
+
| ----- | ----- | ------- | -------- |
|
|
10
|
+
| `select` | 选择日期时触发 | `days`:选中的日期列表<br/>`day`:当前选中的日期 | - |
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `data` | 商品数据 | `{ image: string; title: string; tag?: string; barCode: string; code: string; price: string / number; originalPrice?: string / number }` | `{}` | - | - |
|
|
5
|
+
| `imageSize` | 图片大小 | `string / number` | `160` | - | - |
|
|
6
|
+
| `hidePrice` | 隐藏价格 | `boolean` | `false` | - | - |
|
|
7
|
+
| `priceSize` | 价格文本大小 | `string / number` | `28` | - | - |
|
|
8
|
+
| `priceColor` | 价格文本颜色 | `string` | `#ea4335` | - | - |
|
|
9
|
+
| `tagBg` | 标签背景色 | `string` | `主题色` | - | - |
|
|
10
|
+
| `titleStyle` | 标题样式 | `Object` | `{}` | - | - |
|
|
11
|
+
| `checkbox` | 选择框位置 | `string` | `none` | `none`:不显示选择框<br/>`left`:选择框在左侧<br/>`right`:选择框在右侧 | - |
|
|
12
|
+
| `checkboxDisabled` | 是否禁用选择框 | `boolean` | `false` | - | - |
|
|
13
|
+
| `checked` | 是否选中 | `boolean` | `false` | - | - |
|
|
14
|
+
| `watermark` | 水印URL | `string` | `` | - | - |
|
|
15
|
+
| `watermarkStyle` | 水印样式 | `Object` | `{}` | - | - |
|
|
16
|
+
| `number` | 数量 | `number` | `1` | - | - |
|
|
17
|
+
| `stepper` | 是否显示步进器 | `boolean` | `false` | - | - |
|
|
18
|
+
| `readonlyStepper` | 步进器只读 | `boolean` | `false` | - | - |
|
|
19
|
+
| `disabledStepper` | 禁用步进器 | `boolean` | `false` | - | - |
|
|
20
|
+
| `disableInput` | 禁用步进器输入框 | `boolean` | `false` | - | - |
|
|
21
|
+
| `disablePlus` | 禁用步进器加号 | `boolean` | `false` | - | - |
|
|
22
|
+
| `disableMinus` | 禁用步进器减号 | `boolean` | `false` | - | - |
|
|
23
|
+
| `precision` | 数值精度 | `number` | `0` | - | - |
|
|
24
|
+
| `step` | 步进器步长 | `number` | `1` | - | - |
|
|
25
|
+
| `min` | 步进器最小值 | `number` | `1` | - | - |
|
|
26
|
+
| `max` | 步进器最大值 | `number` | `9999` | - | - |
|
|
27
|
+
| `suggestData` | 建议数据集,不传则不展示建议模块 | `{title?: string;number?: number;applyForText?: string;applyForNumber?: number;items: { label: string; value: number }[];}` | - | - | - |
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
#### Events
|
|
31
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
32
|
+
| ----- | ----- | ------- | -------- |
|
|
33
|
+
| `change` | 数值/选择改变时触发 | `data`:正在发生改变的数据:{ number?: number; checked?: boolean; applyForNumber?: number }<br/>`goods`:当前商品信息 | - |
|
|
34
|
+
| `click` | 点击确定按钮时触发 | `type`:点击位置:'image' / 'title' / 'code' / 'price' / 'originalPrice' / 'stepper' | - |
|
|
35
|
+
| `plus` | 点击加号前置钩子函数 | `value`:改变后的绑定值<br/>`suspend`:等待<br/>`next`:继续<br/>`stop`:停止 | - |
|
|
36
|
+
| `minus` | 点击减号前置钩子函数 | `value`:改变后的绑定值<br/>`suspend`:等待<br/>`next`:继续<br/>`stop`:停止 | - |
|
|
37
|
+
| `click-suggest` | 点击建议模块触发 | `type`:点击的区域:'method' / 'back' / 'item' / 'right'<br/>`item`:type为item时,点击的item对象 | - |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `title` | 标题 | `string` | - | - | - |
|
|
5
|
+
| `hideTitleIcon` | 隐藏标题ICON | `boolean` | `false` | - | - |
|
|
6
|
+
| `titleIcon` | 标题icon | `string` | - | - | - |
|
|
7
|
+
| `titleStyle` | 标题样式 | `Object` | `{}` | - | - |
|
|
8
|
+
| `data` | 数据列表 | `{label:string,value:string}[]` | `[]` | - | - |
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `mainColor` | 主颜色 | `string` | `` | - | - |
|
|
5
|
+
| `showAvatar` | 是否显示头像,若未配置头像url也不显示头像 | `boolean` | `true` | - | - |
|
|
6
|
+
| `avatarUrl` | 头像url | `string` | `` | - | - |
|
|
7
|
+
| `infoUser` | 用户数据 | `InfoUser` | `{}` | - | - |
|
|
8
|
+
| `infoData` | 中间数据 | `InfoItem[]` | `[]` | - | - |
|
|
9
|
+
| `infoCode` | 最后部分数据 | `InfoItem` | `{}` | - | - |
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
#### Events
|
|
13
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
14
|
+
| ----- | ----- | ------- | -------- |
|
|
15
|
+
| `data-click` | 中间数据点击时触发 | `item`:点击的项 | - |
|
|
16
|
+
| `avatar-click` | 头像点击时触发 | - | - |
|
|
17
|
+
| `user-click` | 用户数据点击时触发 | - | - |
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `autoBack` | 是否显示返回按钮 | `Boolean` | `true` | - | - |
|
|
5
|
+
| `backColor` | 返回按钮颜色 | `String` | `#000` | - | - |
|
|
6
|
+
| `backCode` | 返回按钮icon的code | `String` | `` | - | - |
|
|
7
|
+
| `backCode` | 返回按钮icon的code | `String` | `` | - | - |
|
|
8
|
+
| `backBackgroundColor` | 返回按钮的背景颜色 | `String` | `transparent` | - | - |
|
|
9
|
+
| `backBorderColor` | 返回按钮的边框颜色 | `String` | `transparent` | - | - |
|
|
10
|
+
| `backOpacity` | 返回按钮透明度 | `Number` | `1` | - | - |
|
|
11
|
+
| `stopNavigateBack` | 是否阻止点击返回按钮后,返回到上一页 | `Boolean` | `false` | - | - |
|
|
12
|
+
| `title` | 标题文本 | `String` | `` | - | - |
|
|
13
|
+
| `titleColor` | 标题颜色 | `String` | `#181818` | - | - |
|
|
14
|
+
| `titleAlignment` | 标题对齐方式 | `Number` | `1` | `1`:居左<br/>`2`:居中 | - |
|
|
15
|
+
| `fixed` | 是否固定到顶部 | `Boolean` | `false` | - | - |
|
|
16
|
+
| `safeAreaInsetTop` | 是否开启顶部安全区适配 | `Boolean` | `true` | - | - |
|
|
17
|
+
| `zIndex` | 导航栏 z-index | `Number` | `10` | - | - |
|
|
18
|
+
| `backgroundColor` | 导航栏背景色 | `String` | `transparent` | - | - |
|
|
19
|
+
| `colorType` | 标题对齐方式 | `Number/String` | `left` | `1`:黑色<br/>`2`:白色 | - |
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
#### Events
|
|
23
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
24
|
+
| ----- | ----- | ------- | -------- |
|
|
25
|
+
| `backClick` | 返回按钮点击 | - | - |
|
|
@@ -12,6 +12,8 @@
|
|
|
12
12
|
| `customKeys` | 自定义按键,建议数量不大于2 | `string[]` | `[]` | - | - |
|
|
13
13
|
| `showClear` | 是否显示清空按钮 | `boolean` | `true` | - | - |
|
|
14
14
|
| `textColor` | 按键文字颜色 | `string` | `#000000` | - | - |
|
|
15
|
+
| `keyBg` | 按键背景颜色 | `string` | `#fff` | - | - |
|
|
16
|
+
| `background` | 背景颜色 | `string` | `#f9f9f9` | - | - |
|
|
15
17
|
| `textSize` | 按键文字大小 | `number / string` | `48` | - | - |
|
|
16
18
|
| `confirmBg` | 确定按钮背景颜色 | `string` | `#0090FF` | - | - |
|
|
17
19
|
| `confirmColor` | 确定按钮文字颜色 | `string` | `#ffffff` | - | - |
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
| `btnText` | 搜索按钮文字 | `string` | `搜索` | - | - |
|
|
14
14
|
| `hiddenInput` | 是否隐藏输入框 | `boolean` | `false` | - | - |
|
|
15
15
|
| `clearable` | 是否可清空 | `boolean` | `true` | - | - |
|
|
16
|
+
| `allowSpace` | 是否允许输入空格 | `boolean` | `true` | - | `1.20.0` |
|
|
16
17
|
| `borderColor` | 边框颜色 | `string` | `#dddddd` | - | - |
|
|
17
18
|
| `background` | 背景 | `string` | `#ffffff` | - | - |
|
|
18
19
|
| `prefixIconColor` | 前置图标颜色 | `string` | `#bbbbbb` | - | - |
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `value` | 当前值(支持v-model双向绑定) | `string / number` | `` | - | - |
|
|
5
|
+
| `type` | 头部操作类型 | `string` | `text` | `text`:文本输入<br/>`date`:日期选择<br/>`dateRange`:日期范围选择 | - |
|
|
6
|
+
| `headerValue` | 头部显示的值 | `string / number / string[] / number[]` | `` | - | - |
|
|
7
|
+
| `placeholder` | 占位提示符 | `string` | `请输入` | - | - |
|
|
8
|
+
| `height` | 高度 | `number / string` | - | - | - |
|
|
9
|
+
| `textColor` | 文字颜色 | `string` | `` | - | - |
|
|
10
|
+
| `placeholderColor` | 占位符字体颜色 | `string` | `` | - | - |
|
|
11
|
+
| `clearable` | 是否可清空 | `boolean` | `true` | - | - |
|
|
12
|
+
| `confirmType` | 确认按钮类型 | `string` | `done` | - | - |
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
#### Events
|
|
16
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
17
|
+
| ----- | ----- | ------- | -------- |
|
|
18
|
+
| `search` | 确定搜索时触发 | `value`:输入框的值 | - |
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#### Props
|
|
2
|
+
| 属性名 | 说明 | 类型 | 默认值 | 可选值 | 支持版本 |
|
|
3
|
+
| ----- | ----- | --- | ------- | ------ | -------- |
|
|
4
|
+
| `avatar` | 头像 | `String` | `` | - | - |
|
|
5
|
+
| `nickname` | 昵称 | `String` | `` | - | - |
|
|
6
|
+
| `showUserInfo` | 是否展示用户相关 | `Boolean` | `true` | - | - |
|
|
7
|
+
| `list` | 数据列表(最多三个) | `Array` | `[]` | - | - |
|
|
8
|
+
| `codeSrc` | 功能码图片 | `String` | `` | - | - |
|
|
9
|
+
| `codeTitle` | 功能码标题 | `String` | `` | - | - |
|
|
10
|
+
| `showCode` | 是否展示功能码相关 | `Boolean` | `true` | - | - |
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
#### Events
|
|
14
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
15
|
+
| ----- | ----- | ------- | -------- |
|
|
16
|
+
| `userClick` | 用户区域点击 | - | - |
|
|
17
|
+
| `dataClick` | 数据点击 | - | - |
|
|
18
|
+
| `codeClick` | 功能码区域点击 | - | - |
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# DateUser 人员信息以及日期
|
|
2
|
+
|
|
3
|
+
提供日期和用户信息展示。
|
|
4
|
+
|
|
5
|
+
---$
|
|
6
|
+
|
|
7
|
+
### 域名配置
|
|
8
|
+
|
|
9
|
+
如需使用日期时间类型,需在小程序后台配置域名`https://zboa.whzb.com`合法,才可使用
|
|
10
|
+
|
|
11
|
+
## 代码演示
|
|
12
|
+
|
|
13
|
+
### 日期类型
|
|
14
|
+
|
|
15
|
+
- 通过 `type`设置组件类型,默认为`date`,取服务器上当天时间
|
|
16
|
+
|
|
17
|
+
```html
|
|
18
|
+
<template>
|
|
19
|
+
<ste-date-user></ste-date-user>
|
|
20
|
+
</template>
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### 返回按钮配置
|
|
24
|
+
|
|
25
|
+
- 通过 `type`设置组件类型,值为`user`
|
|
26
|
+
- 通过 `avatar` 属性来设置头像,默认``
|
|
27
|
+
- 通过 `desc` 插槽来设置用户描述,默认``
|
|
28
|
+
|
|
29
|
+
```html
|
|
30
|
+
<template>
|
|
31
|
+
<ste-date-user type="user" avatar="https://image.whzb.com/chain/StellarUI/图片.jpg" nickname="张三">
|
|
32
|
+
<template v-slot:desc>
|
|
33
|
+
<view class="desc">
|
|
34
|
+
<view class="title">店长</view>
|
|
35
|
+
<ste-icon code="" color="#0275FF" size="15"></ste-icon>
|
|
36
|
+
</view>
|
|
37
|
+
</template>
|
|
38
|
+
</ste-date-user>
|
|
39
|
+
</template>
|
|
40
|
+
|
|
41
|
+
<style>
|
|
42
|
+
.desc {
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
.title {
|
|
46
|
+
font-size: 24rpx;
|
|
47
|
+
color: #0275ff;
|
|
48
|
+
margin: 4rpx;
|
|
49
|
+
margin-right: 14rpx;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
</style>
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
---$
|
|
56
|
+
|
|
57
|
+
### API
|
|
58
|
+
|
|
59
|
+
<!-- props -->
|
|
60
|
+
|
|
61
|
+
#### Slots
|
|
62
|
+
|
|
63
|
+
| 插槽名 | 说明 | 插槽参数 | 支持版本 |
|
|
64
|
+
| ------ | -------- | -------- | -------- |
|
|
65
|
+
| `desc` | 用户描述 | - | - |
|
|
66
|
+
|
|
67
|
+
---$
|
|
68
|
+
{{qinpengfei}}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
avatar: { type: String, default: '' },
|
|
3
|
+
nickname: { type: String, default: '' },
|
|
4
|
+
showUserInfo: { type: Boolean, default: true },
|
|
5
|
+
list: { type: Array, default: () => [] },
|
|
6
|
+
codeSrc: { type: String, default: '' },
|
|
7
|
+
codeTitle: { type: String, default: '' },
|
|
8
|
+
showCode: { type: Boolean, default: true },
|
|
9
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ste-user-info",
|
|
3
|
+
"description": "提供用户信息展示。",
|
|
4
|
+
"example": "<ste-user-info></ste-user-info>",
|
|
5
|
+
"tutorial": "https://stellar-ui.intecloud.com.cn/plus/#/?active=user-info",
|
|
6
|
+
"attributes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "avatar",
|
|
9
|
+
"description": "头像",
|
|
10
|
+
"type": "String",
|
|
11
|
+
"default": ""
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "nickname",
|
|
15
|
+
"description": "昵称",
|
|
16
|
+
"type": "String",
|
|
17
|
+
"default": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "showUserInfo",
|
|
21
|
+
"description": "是否展示用户相关",
|
|
22
|
+
"type": "Boolean",
|
|
23
|
+
"default": true
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "list",
|
|
27
|
+
"description": "数据列表(最多三个)",
|
|
28
|
+
"type": "Array",
|
|
29
|
+
"default": []
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "codeSrc",
|
|
33
|
+
"description": "功能码图片",
|
|
34
|
+
"type": "String",
|
|
35
|
+
"default": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "codeTitle",
|
|
39
|
+
"description": "功能码标题",
|
|
40
|
+
"type": "String",
|
|
41
|
+
"default": ""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "showCode",
|
|
45
|
+
"description": "是否展示功能码相关",
|
|
46
|
+
"type": "Boolean",
|
|
47
|
+
"default": true
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "[event]userClick",
|
|
51
|
+
"description": "用户区域点击",
|
|
52
|
+
"type": "() => void"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "[event]dataClick",
|
|
56
|
+
"description": "数据点击",
|
|
57
|
+
"type": "(index : string | number) => void"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "[event]codeClick",
|
|
61
|
+
"description": "功能码区域点击",
|
|
62
|
+
"type": "() => void"
|
|
63
|
+
}
|
|
64
|
+
]
|
|
65
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { ref, defineComponent, onMounted } from 'vue';
|
|
3
|
+
|
|
4
|
+
import propsData from './props';
|
|
5
|
+
defineComponent({
|
|
6
|
+
name: 'ste-user-info',
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
const props = defineProps(propsData);
|
|
10
|
+
</script>
|
|
11
|
+
|
|
12
|
+
<template>
|
|
13
|
+
<view class="ste-user-info-root">
|
|
14
|
+
<view class="box">
|
|
15
|
+
<view class="user-box">
|
|
16
|
+
<view class="left">
|
|
17
|
+
<ste-image :width="80" :height="80" :src="avatar"></ste-image>
|
|
18
|
+
</view>
|
|
19
|
+
<view class="right">
|
|
20
|
+
<view class="name">{{ nickname }}</view>
|
|
21
|
+
<view class="desc">
|
|
22
|
+
<slot name="desc"></slot>
|
|
23
|
+
</view>
|
|
24
|
+
</view>
|
|
25
|
+
</view>
|
|
26
|
+
<view class="data-box">
|
|
27
|
+
<view class="item" v-for="(item, index) in list" :key="index">
|
|
28
|
+
<view class="value">{{ item.value }}</view>
|
|
29
|
+
<view class="title">{{ item.title }}</view>
|
|
30
|
+
</view>
|
|
31
|
+
</view>
|
|
32
|
+
<view class="line"></view>
|
|
33
|
+
<view class="code-box"></view>
|
|
34
|
+
</view>
|
|
35
|
+
</view>
|
|
36
|
+
</template>
|
|
37
|
+
|
|
38
|
+
<style lang="scss" scoped>
|
|
39
|
+
.ste-user-info-root {
|
|
40
|
+
.box {
|
|
41
|
+
width: 702rpx;
|
|
42
|
+
height: 148rpx;
|
|
43
|
+
background: #ffffff;
|
|
44
|
+
border-radius: 12rpx;
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: center;
|
|
47
|
+
|
|
48
|
+
.user-box {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex-direction: row;
|
|
51
|
+
|
|
52
|
+
.left {
|
|
53
|
+
width: 80rpx;
|
|
54
|
+
height: 80rpx;
|
|
55
|
+
background: #dddddd;
|
|
56
|
+
border-radius: 40rpx;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
margin-right: 12rpx;
|
|
59
|
+
}
|
|
60
|
+
.right {
|
|
61
|
+
.name {
|
|
62
|
+
color: #000;
|
|
63
|
+
font-size: var(--font-size-24, 24rpx);
|
|
64
|
+
font-weight: Bold;
|
|
65
|
+
width: 140rpx; /* 设置固定宽度,也可以是百分比或者其他单位 */
|
|
66
|
+
white-space: nowrap; /* 禁止换行 */
|
|
67
|
+
overflow: hidden; /* 隐藏溢出内容 */
|
|
68
|
+
text-overflow: ellipsis; /* 溢出时显示省略号 */
|
|
69
|
+
}
|
|
70
|
+
.desc {
|
|
71
|
+
margin-top: 14rpx;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.data-box {
|
|
77
|
+
display: flex;
|
|
78
|
+
justify-content: space-evenly;
|
|
79
|
+
flex: 1;
|
|
80
|
+
.item {
|
|
81
|
+
.title {
|
|
82
|
+
height: 40rpx;
|
|
83
|
+
font-size: 28rpx;
|
|
84
|
+
color: #000000;
|
|
85
|
+
text-align: center;
|
|
86
|
+
margin-top: 12rpx;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.value {
|
|
90
|
+
height: 44rpx;
|
|
91
|
+
line-height: 44rpx;
|
|
92
|
+
font-weight: bold;
|
|
93
|
+
font-size: 36rpx;
|
|
94
|
+
color: #000000;
|
|
95
|
+
text-align: center;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
</style>
|
package/index.ts
CHANGED
|
@@ -12,6 +12,8 @@ import steButton from "./components/ste-button/ste-button.vue"
|
|
|
12
12
|
export const SteButton = steButton
|
|
13
13
|
import steCalendar from "./components/ste-calendar/ste-calendar.vue"
|
|
14
14
|
export const SteCalendar = steCalendar
|
|
15
|
+
import steCategory from "./components/ste-category/ste-category.vue"
|
|
16
|
+
export const SteCategory = steCategory
|
|
15
17
|
import steCheckbox from "./components/ste-checkbox/ste-checkbox.vue"
|
|
16
18
|
export const SteCheckbox = steCheckbox
|
|
17
19
|
import steCheckboxGroup from "./components/ste-checkbox-group/ste-checkbox-group.vue"
|
|
@@ -22,14 +24,24 @@ import steColumnChart from "./components/ste-column-chart/ste-column-chart.vue"
|
|
|
22
24
|
export const SteColumnChart = steColumnChart
|
|
23
25
|
import steDatePicker from "./components/ste-date-picker/ste-date-picker.vue"
|
|
24
26
|
export const SteDatePicker = steDatePicker
|
|
27
|
+
import steDateUser from "./components/ste-date-user/ste-date-user.vue"
|
|
28
|
+
export const SteDateUser = steDateUser
|
|
25
29
|
import steDrag from "./components/ste-drag/ste-drag.vue"
|
|
26
30
|
export const SteDrag = steDrag
|
|
27
31
|
import steDropdownMenu from "./components/ste-dropdown-menu/ste-dropdown-menu.vue"
|
|
28
32
|
export const SteDropdownMenu = steDropdownMenu
|
|
29
33
|
import steDropdownMenuItem from "./components/ste-dropdown-menu-item/ste-dropdown-menu-item.vue"
|
|
30
34
|
export const SteDropdownMenuItem = steDropdownMenuItem
|
|
35
|
+
import steFilterTool from "./components/ste-filter-tool/ste-filter-tool.vue"
|
|
36
|
+
export const SteFilterTool = steFilterTool
|
|
37
|
+
import steFunctionList from "./components/ste-function-list/ste-function-list.vue"
|
|
38
|
+
export const SteFunctionList = steFunctionList
|
|
31
39
|
import steFunnelChart from "./components/ste-funnel-chart/ste-funnel-chart.vue"
|
|
32
40
|
export const SteFunnelChart = steFunnelChart
|
|
41
|
+
import steGoodsInfo from "./components/ste-goods-info/ste-goods-info.vue"
|
|
42
|
+
export const SteGoodsInfo = steGoodsInfo
|
|
43
|
+
import steGoodsList from "./components/ste-goods-list/ste-goods-list.vue"
|
|
44
|
+
export const SteGoodsList = steGoodsList
|
|
33
45
|
import steIcon from "./components/ste-icon/ste-icon.vue"
|
|
34
46
|
export const SteIcon = steIcon
|
|
35
47
|
import steImage from "./components/ste-image/ste-image.vue"
|
|
@@ -44,10 +56,14 @@ import steLineChart from "./components/ste-line-chart/ste-line-chart.vue"
|
|
|
44
56
|
export const SteLineChart = steLineChart
|
|
45
57
|
import steLoading from "./components/ste-loading/ste-loading.vue"
|
|
46
58
|
export const SteLoading = steLoading
|
|
59
|
+
import steMainInfo from "./components/ste-main-info/ste-main-info.vue"
|
|
60
|
+
export const SteMainInfo = steMainInfo
|
|
47
61
|
import steMediaPreview from "./components/ste-media-preview/ste-media-preview.vue"
|
|
48
62
|
export const SteMediaPreview = steMediaPreview
|
|
49
63
|
import steMessageBox from "./components/ste-message-box/ste-message-box.vue"
|
|
50
64
|
export const SteMessageBox = steMessageBox
|
|
65
|
+
import steNavbar from "./components/ste-navbar/ste-navbar.vue"
|
|
66
|
+
export const SteNavbar = steNavbar
|
|
51
67
|
import steNoticeBar from "./components/ste-notice-bar/ste-notice-bar.vue"
|
|
52
68
|
export const SteNoticeBar = steNoticeBar
|
|
53
69
|
import steNumberKeyboard from "./components/ste-number-keyboard/ste-number-keyboard.vue"
|
|
@@ -82,6 +98,8 @@ import steScrollToItem from "./components/ste-scroll-to-item/ste-scroll-to-item.
|
|
|
82
98
|
export const SteScrollToItem = steScrollToItem
|
|
83
99
|
import steSearch from "./components/ste-search/ste-search.vue"
|
|
84
100
|
export const SteSearch = steSearch
|
|
101
|
+
import steSearchBox from "./components/ste-search-box/ste-search-box.vue"
|
|
102
|
+
export const SteSearchBox = steSearchBox
|
|
85
103
|
import steSelect from "./components/ste-select/ste-select.vue"
|
|
86
104
|
export const SteSelect = steSelect
|
|
87
105
|
import steSignature from "./components/ste-signature/ste-signature.vue"
|
|
@@ -128,6 +146,8 @@ import steTree from "./components/ste-tree/ste-tree.vue"
|
|
|
128
146
|
export const SteTree = steTree
|
|
129
147
|
import steUpload from "./components/ste-upload/ste-upload.vue"
|
|
130
148
|
export const SteUpload = steUpload
|
|
149
|
+
import steUserInfo from "./components/ste-user-info/ste-user-info.vue"
|
|
150
|
+
export const SteUserInfo = steUserInfo
|
|
131
151
|
import steVideo from "./components/ste-video/ste-video.vue"
|
|
132
152
|
export const SteVideo = steVideo
|
|
133
153
|
import steWatermark from "./components/ste-watermark/ste-watermark.vue"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stellar-ui-plus",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
14
|
-
"publish-vscode-plugin": "cd ../../../plugins/ste-helper & pnpm run publish"
|
|
14
|
+
"publish-vscode-plugin": "cd ../../../plugins/ste-helper & pnpm run publish",
|
|
15
|
+
"prepublishOnly": "pnpm run publish-vscode-plugin"
|
|
15
16
|
}
|
|
16
17
|
}
|
package/types/components.d.ts
CHANGED
|
@@ -5,15 +5,21 @@ import steBarChart from "../components/ste-bar-chart/ste-bar-chart.vue"
|
|
|
5
5
|
import steBarcode from "../components/ste-barcode/ste-barcode.vue"
|
|
6
6
|
import steButton from "../components/ste-button/ste-button.vue"
|
|
7
7
|
import steCalendar from "../components/ste-calendar/ste-calendar.vue"
|
|
8
|
+
import steCategory from "../components/ste-category/ste-category.vue"
|
|
8
9
|
import steCheckbox from "../components/ste-checkbox/ste-checkbox.vue"
|
|
9
10
|
import steCheckboxGroup from "../components/ste-checkbox-group/ste-checkbox-group.vue"
|
|
10
11
|
import steCodeInput from "../components/ste-code-input/ste-code-input.vue"
|
|
11
12
|
import steColumnChart from "../components/ste-column-chart/ste-column-chart.vue"
|
|
12
13
|
import steDatePicker from "../components/ste-date-picker/ste-date-picker.vue"
|
|
14
|
+
import steDateUser from "../components/ste-date-user/ste-date-user.vue"
|
|
13
15
|
import steDrag from "../components/ste-drag/ste-drag.vue"
|
|
14
16
|
import steDropdownMenu from "../components/ste-dropdown-menu/ste-dropdown-menu.vue"
|
|
15
17
|
import steDropdownMenuItem from "../components/ste-dropdown-menu-item/ste-dropdown-menu-item.vue"
|
|
18
|
+
import steFilterTool from "../components/ste-filter-tool/ste-filter-tool.vue"
|
|
19
|
+
import steFunctionList from "../components/ste-function-list/ste-function-list.vue"
|
|
16
20
|
import steFunnelChart from "../components/ste-funnel-chart/ste-funnel-chart.vue"
|
|
21
|
+
import steGoodsInfo from "../components/ste-goods-info/ste-goods-info.vue"
|
|
22
|
+
import steGoodsList from "../components/ste-goods-list/ste-goods-list.vue"
|
|
17
23
|
import steIcon from "../components/ste-icon/ste-icon.vue"
|
|
18
24
|
import steImage from "../components/ste-image/ste-image.vue"
|
|
19
25
|
import steIndexItem from "../components/ste-index-item/ste-index-item.vue"
|
|
@@ -21,8 +27,10 @@ import steIndexList from "../components/ste-index-list/ste-index-list.vue"
|
|
|
21
27
|
import steInput from "../components/ste-input/ste-input.vue"
|
|
22
28
|
import steLineChart from "../components/ste-line-chart/ste-line-chart.vue"
|
|
23
29
|
import steLoading from "../components/ste-loading/ste-loading.vue"
|
|
30
|
+
import steMainInfo from "../components/ste-main-info/ste-main-info.vue"
|
|
24
31
|
import steMediaPreview from "../components/ste-media-preview/ste-media-preview.vue"
|
|
25
32
|
import steMessageBox from "../components/ste-message-box/ste-message-box.vue"
|
|
33
|
+
import steNavbar from "../components/ste-navbar/ste-navbar.vue"
|
|
26
34
|
import steNoticeBar from "../components/ste-notice-bar/ste-notice-bar.vue"
|
|
27
35
|
import steNumberKeyboard from "../components/ste-number-keyboard/ste-number-keyboard.vue"
|
|
28
36
|
import stePicker from "../components/ste-picker/ste-picker.vue"
|
|
@@ -40,6 +48,7 @@ import steRingChart from "../components/ste-ring-chart/ste-ring-chart.vue"
|
|
|
40
48
|
import steScrollTo from "../components/ste-scroll-to/ste-scroll-to.vue"
|
|
41
49
|
import steScrollToItem from "../components/ste-scroll-to-item/ste-scroll-to-item.vue"
|
|
42
50
|
import steSearch from "../components/ste-search/ste-search.vue"
|
|
51
|
+
import steSearchBox from "../components/ste-search-box/ste-search-box.vue"
|
|
43
52
|
import steSelect from "../components/ste-select/ste-select.vue"
|
|
44
53
|
import steSignature from "../components/ste-signature/ste-signature.vue"
|
|
45
54
|
import steSlider from "../components/ste-slider/ste-slider.vue"
|
|
@@ -63,6 +72,7 @@ import steTouchSwipeItem from "../components/ste-touch-swipe-item/ste-touch-swip
|
|
|
63
72
|
import steTour from "../components/ste-tour/ste-tour.vue"
|
|
64
73
|
import steTree from "../components/ste-tree/ste-tree.vue"
|
|
65
74
|
import steUpload from "../components/ste-upload/ste-upload.vue"
|
|
75
|
+
import steUserInfo from "../components/ste-user-info/ste-user-info.vue"
|
|
66
76
|
import steVideo from "../components/ste-video/ste-video.vue"
|
|
67
77
|
import steWatermark from "../components/ste-watermark/ste-watermark.vue"
|
|
68
78
|
import '@vue/runtime-core'
|
|
@@ -76,15 +86,21 @@ declare module '@vue/runtime-core' {
|
|
|
76
86
|
SteBarcode: typeof steBarcode;
|
|
77
87
|
SteButton: typeof steButton;
|
|
78
88
|
SteCalendar: typeof steCalendar;
|
|
89
|
+
SteCategory: typeof steCategory;
|
|
79
90
|
SteCheckbox: typeof steCheckbox;
|
|
80
91
|
SteCheckboxGroup: typeof steCheckboxGroup;
|
|
81
92
|
SteCodeInput: typeof steCodeInput;
|
|
82
93
|
SteColumnChart: typeof steColumnChart;
|
|
83
94
|
SteDatePicker: typeof steDatePicker;
|
|
95
|
+
SteDateUser: typeof steDateUser;
|
|
84
96
|
SteDrag: typeof steDrag;
|
|
85
97
|
SteDropdownMenu: typeof steDropdownMenu;
|
|
86
98
|
SteDropdownMenuItem: typeof steDropdownMenuItem;
|
|
99
|
+
SteFilterTool: typeof steFilterTool;
|
|
100
|
+
SteFunctionList: typeof steFunctionList;
|
|
87
101
|
SteFunnelChart: typeof steFunnelChart;
|
|
102
|
+
SteGoodsInfo: typeof steGoodsInfo;
|
|
103
|
+
SteGoodsList: typeof steGoodsList;
|
|
88
104
|
SteIcon: typeof steIcon;
|
|
89
105
|
SteImage: typeof steImage;
|
|
90
106
|
SteIndexItem: typeof steIndexItem;
|
|
@@ -92,8 +108,10 @@ declare module '@vue/runtime-core' {
|
|
|
92
108
|
SteInput: typeof steInput;
|
|
93
109
|
SteLineChart: typeof steLineChart;
|
|
94
110
|
SteLoading: typeof steLoading;
|
|
111
|
+
SteMainInfo: typeof steMainInfo;
|
|
95
112
|
SteMediaPreview: typeof steMediaPreview;
|
|
96
113
|
SteMessageBox: typeof steMessageBox;
|
|
114
|
+
SteNavbar: typeof steNavbar;
|
|
97
115
|
SteNoticeBar: typeof steNoticeBar;
|
|
98
116
|
SteNumberKeyboard: typeof steNumberKeyboard;
|
|
99
117
|
StePicker: typeof stePicker;
|
|
@@ -111,6 +129,7 @@ declare module '@vue/runtime-core' {
|
|
|
111
129
|
SteScrollTo: typeof steScrollTo;
|
|
112
130
|
SteScrollToItem: typeof steScrollToItem;
|
|
113
131
|
SteSearch: typeof steSearch;
|
|
132
|
+
SteSearchBox: typeof steSearchBox;
|
|
114
133
|
SteSelect: typeof steSelect;
|
|
115
134
|
SteSignature: typeof steSignature;
|
|
116
135
|
SteSlider: typeof steSlider;
|
|
@@ -134,6 +153,7 @@ declare module '@vue/runtime-core' {
|
|
|
134
153
|
SteTour: typeof steTour;
|
|
135
154
|
SteTree: typeof steTree;
|
|
136
155
|
SteUpload: typeof steUpload;
|
|
156
|
+
SteUserInfo: typeof steUserInfo;
|
|
137
157
|
SteVideo: typeof steVideo;
|
|
138
158
|
SteWatermark: typeof steWatermark;
|
|
139
159
|
}
|
package/types/refComponents.d.ts
CHANGED
|
@@ -5,15 +5,21 @@ import steBarChart from "../components/ste-bar-chart/ste-bar-chart.vue"
|
|
|
5
5
|
import steBarcode from "../components/ste-barcode/ste-barcode.vue"
|
|
6
6
|
import steButton from "../components/ste-button/ste-button.vue"
|
|
7
7
|
import steCalendar from "../components/ste-calendar/ste-calendar.vue"
|
|
8
|
+
import steCategory from "../components/ste-category/ste-category.vue"
|
|
8
9
|
import steCheckbox from "../components/ste-checkbox/ste-checkbox.vue"
|
|
9
10
|
import steCheckboxGroup from "../components/ste-checkbox-group/ste-checkbox-group.vue"
|
|
10
11
|
import steCodeInput from "../components/ste-code-input/ste-code-input.vue"
|
|
11
12
|
import steColumnChart from "../components/ste-column-chart/ste-column-chart.vue"
|
|
12
13
|
import steDatePicker from "../components/ste-date-picker/ste-date-picker.vue"
|
|
14
|
+
import steDateUser from "../components/ste-date-user/ste-date-user.vue"
|
|
13
15
|
import steDrag from "../components/ste-drag/ste-drag.vue"
|
|
14
16
|
import steDropdownMenu from "../components/ste-dropdown-menu/ste-dropdown-menu.vue"
|
|
15
17
|
import steDropdownMenuItem from "../components/ste-dropdown-menu-item/ste-dropdown-menu-item.vue"
|
|
18
|
+
import steFilterTool from "../components/ste-filter-tool/ste-filter-tool.vue"
|
|
19
|
+
import steFunctionList from "../components/ste-function-list/ste-function-list.vue"
|
|
16
20
|
import steFunnelChart from "../components/ste-funnel-chart/ste-funnel-chart.vue"
|
|
21
|
+
import steGoodsInfo from "../components/ste-goods-info/ste-goods-info.vue"
|
|
22
|
+
import steGoodsList from "../components/ste-goods-list/ste-goods-list.vue"
|
|
17
23
|
import steIcon from "../components/ste-icon/ste-icon.vue"
|
|
18
24
|
import steImage from "../components/ste-image/ste-image.vue"
|
|
19
25
|
import steIndexItem from "../components/ste-index-item/ste-index-item.vue"
|
|
@@ -21,8 +27,10 @@ import steIndexList from "../components/ste-index-list/ste-index-list.vue"
|
|
|
21
27
|
import steInput from "../components/ste-input/ste-input.vue"
|
|
22
28
|
import steLineChart from "../components/ste-line-chart/ste-line-chart.vue"
|
|
23
29
|
import steLoading from "../components/ste-loading/ste-loading.vue"
|
|
30
|
+
import steMainInfo from "../components/ste-main-info/ste-main-info.vue"
|
|
24
31
|
import steMediaPreview from "../components/ste-media-preview/ste-media-preview.vue"
|
|
25
32
|
import steMessageBox from "../components/ste-message-box/ste-message-box.vue"
|
|
33
|
+
import steNavbar from "../components/ste-navbar/ste-navbar.vue"
|
|
26
34
|
import steNoticeBar from "../components/ste-notice-bar/ste-notice-bar.vue"
|
|
27
35
|
import steNumberKeyboard from "../components/ste-number-keyboard/ste-number-keyboard.vue"
|
|
28
36
|
import stePicker from "../components/ste-picker/ste-picker.vue"
|
|
@@ -40,6 +48,7 @@ import steRingChart from "../components/ste-ring-chart/ste-ring-chart.vue"
|
|
|
40
48
|
import steScrollTo from "../components/ste-scroll-to/ste-scroll-to.vue"
|
|
41
49
|
import steScrollToItem from "../components/ste-scroll-to-item/ste-scroll-to-item.vue"
|
|
42
50
|
import steSearch from "../components/ste-search/ste-search.vue"
|
|
51
|
+
import steSearchBox from "../components/ste-search-box/ste-search-box.vue"
|
|
43
52
|
import steSelect from "../components/ste-select/ste-select.vue"
|
|
44
53
|
import steSignature from "../components/ste-signature/ste-signature.vue"
|
|
45
54
|
import steSlider from "../components/ste-slider/ste-slider.vue"
|
|
@@ -63,6 +72,7 @@ import steTouchSwipeItem from "../components/ste-touch-swipe-item/ste-touch-swip
|
|
|
63
72
|
import steTour from "../components/ste-tour/ste-tour.vue"
|
|
64
73
|
import steTree from "../components/ste-tree/ste-tree.vue"
|
|
65
74
|
import steUpload from "../components/ste-upload/ste-upload.vue"
|
|
75
|
+
import steUserInfo from "../components/ste-user-info/ste-user-info.vue"
|
|
66
76
|
import steVideo from "../components/ste-video/ste-video.vue"
|
|
67
77
|
import steWatermark from "../components/ste-watermark/ste-watermark.vue"
|
|
68
78
|
export type RefAnimate = InstanceType<typeof steAnimate>
|
|
@@ -72,15 +82,21 @@ export type RefBarChart = InstanceType<typeof steBarChart>
|
|
|
72
82
|
export type RefBarcode = InstanceType<typeof steBarcode>
|
|
73
83
|
export type RefButton = InstanceType<typeof steButton>
|
|
74
84
|
export type RefCalendar = InstanceType<typeof steCalendar>
|
|
85
|
+
export type RefCategory = InstanceType<typeof steCategory>
|
|
75
86
|
export type RefCheckbox = InstanceType<typeof steCheckbox>
|
|
76
87
|
export type RefCheckboxGroup = InstanceType<typeof steCheckboxGroup>
|
|
77
88
|
export type RefCodeInput = InstanceType<typeof steCodeInput>
|
|
78
89
|
export type RefColumnChart = InstanceType<typeof steColumnChart>
|
|
79
90
|
export type RefDatePicker = InstanceType<typeof steDatePicker>
|
|
91
|
+
export type RefDateUser = InstanceType<typeof steDateUser>
|
|
80
92
|
export type RefDrag = InstanceType<typeof steDrag>
|
|
81
93
|
export type RefDropdownMenu = InstanceType<typeof steDropdownMenu>
|
|
82
94
|
export type RefDropdownMenuItem = InstanceType<typeof steDropdownMenuItem>
|
|
95
|
+
export type RefFilterTool = InstanceType<typeof steFilterTool>
|
|
96
|
+
export type RefFunctionList = InstanceType<typeof steFunctionList>
|
|
83
97
|
export type RefFunnelChart = InstanceType<typeof steFunnelChart>
|
|
98
|
+
export type RefGoodsInfo = InstanceType<typeof steGoodsInfo>
|
|
99
|
+
export type RefGoodsList = InstanceType<typeof steGoodsList>
|
|
84
100
|
export type RefIcon = InstanceType<typeof steIcon>
|
|
85
101
|
export type RefImage = InstanceType<typeof steImage>
|
|
86
102
|
export type RefIndexItem = InstanceType<typeof steIndexItem>
|
|
@@ -88,8 +104,10 @@ export type RefIndexList = InstanceType<typeof steIndexList>
|
|
|
88
104
|
export type RefInput = InstanceType<typeof steInput>
|
|
89
105
|
export type RefLineChart = InstanceType<typeof steLineChart>
|
|
90
106
|
export type RefLoading = InstanceType<typeof steLoading>
|
|
107
|
+
export type RefMainInfo = InstanceType<typeof steMainInfo>
|
|
91
108
|
export type RefMediaPreview = InstanceType<typeof steMediaPreview>
|
|
92
109
|
export type RefMessageBox = InstanceType<typeof steMessageBox>
|
|
110
|
+
export type RefNavbar = InstanceType<typeof steNavbar>
|
|
93
111
|
export type RefNoticeBar = InstanceType<typeof steNoticeBar>
|
|
94
112
|
export type RefNumberKeyboard = InstanceType<typeof steNumberKeyboard>
|
|
95
113
|
export type RefPicker = InstanceType<typeof stePicker>
|
|
@@ -107,6 +125,7 @@ export type RefRingChart = InstanceType<typeof steRingChart>
|
|
|
107
125
|
export type RefScrollTo = InstanceType<typeof steScrollTo>
|
|
108
126
|
export type RefScrollToItem = InstanceType<typeof steScrollToItem>
|
|
109
127
|
export type RefSearch = InstanceType<typeof steSearch>
|
|
128
|
+
export type RefSearchBox = InstanceType<typeof steSearchBox>
|
|
110
129
|
export type RefSelect = InstanceType<typeof steSelect>
|
|
111
130
|
export type RefSignature = InstanceType<typeof steSignature>
|
|
112
131
|
export type RefSlider = InstanceType<typeof steSlider>
|
|
@@ -130,5 +149,6 @@ export type RefTouchSwipeItem = InstanceType<typeof steTouchSwipeItem>
|
|
|
130
149
|
export type RefTour = InstanceType<typeof steTour>
|
|
131
150
|
export type RefTree = InstanceType<typeof steTree>
|
|
132
151
|
export type RefUpload = InstanceType<typeof steUpload>
|
|
152
|
+
export type RefUserInfo = InstanceType<typeof steUserInfo>
|
|
133
153
|
export type RefVideo = InstanceType<typeof steVideo>
|
|
134
154
|
export type RefWatermark = InstanceType<typeof steWatermark>
|