Skip to content

Commit

Permalink
🔖 Publish v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z-ZYS-s committed May 21, 2020
1 parent 842a60b commit 3015ba3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 205 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud-ui.vusion",
"description": "Vusion Cloud UI",
"version": "0.6.17",
"version": "0.9.0",
"author": "Forrest <[email protected]>",
"contributors": [
"haoxutong <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src/components/i-icon.vue/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@

.root::before {
font-size: 24px;
vertical-align: -5px;
vertical-align: -3px;
margin-right: 6px;
}

.root[size="large"]::before {
font-size: 32px;
vertical-align: -10px;
vertical-align: -8px;
}
2 changes: 0 additions & 2 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export * from './u-checkbox-card.vue';
export * from './u-checkbox.vue';
export * from './u-checkboxes.vue';
export * from './u-circular-progress.vue';
export * from './u-circular-specific-progress.vue';
export * from './u-collapse.vue';
export * from './u-combo-pagination.vue';
export * from './u-combo-slider.vue';
export * from './u-copy.vue';
export * from './u-countup.vue';
Expand Down
132 changes: 0 additions & 132 deletions vetur/attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -730,14 +730,6 @@
"type": "number",
"description": "百分比"
},
"u-circular-specific-progress/percent": {
"type": "number",
"description": "百分比"
},
"u-circular-specific-progress/rule": {
"type": "object",
"description": "自定义显示规则,当大于`rule.value`时,颜色由值的`rule.color`属性来决定"
},
"u-collapse/accordion": {
"type": "boolean",
"description": "是否每次只会展开一个面板"
Expand All @@ -762,50 +754,6 @@
"type": "boolean",
"description": "是否禁用。禁用时无法展开/折叠"
},
"u-combo-pagination/page": {
"type": "number",
"description": "当前页码"
},
"u-combo-pagination/page-size": {
"type": "number",
"description": "每页大小"
},
"u-combo-pagination/page-size-options": {
"type": "Array",
"description": "每页大小选项列表"
},
"u-combo-pagination/total": {
"type": "number",
"description": "总页数"
},
"u-combo-pagination/side": {
"type": "number",
"description": "当页数多时,两边恒定显示的数量"
},
"u-combo-pagination/around": {
"type": "number",
"description": "当页数多时,中间恒定显示的数量"
},
"u-combo-pagination/readonly": {
"type": "boolean",
"description": "是否只读"
},
"u-combo-pagination/disabled": {
"type": "boolean",
"description": "是否禁用"
},
"u-combo-pagination/show-total": {
"type": "boolean",
"description": "是否显示总条目数"
},
"u-combo-pagination/show-sizer": {
"type": "boolean",
"description": "是否显示切换每页大小选项"
},
"u-combo-pagination/show-jumper": {
"type": "boolean",
"description": "是否显示页面跳转输入框"
},
"u-combo-slider/value": {
"type": "number",
"description": "滑块的值"
Expand Down Expand Up @@ -1525,26 +1473,6 @@
"type": "string",
"description": "\b\b输入内容达到上限时的错误提示,且被 [FormItem](#/components/u-form) 包裹时生效"
},
"u-key-value/vertical": {
"type": "string",
"description": "label与value对齐方式`'top'`,`'middle'`,`'bottom'`"
},
"u-key-value/label": {
"type": "string",
"description": "label显示值"
},
"u-key-value/value": {
"type": "string",
"description": "value显示值"
},
"u-key-value/labelSize": {
"type": "number",
"description": "设置label宽度,不填label为自适应"
},
"u-key-value/labelAlignment": {
"type": "string",
"description": "label文字水平对齐方式`'left'`,`'center'`,注意此值仅在设置labelSize后生效"
},
"u-label/color": {
"type": "enum",
"options": [
Expand Down Expand Up @@ -2072,58 +2000,6 @@
"type": "string",
"description": "大小扩展,支持一个值:`'mini'`, `'small'`, `'normal'`, `'large'`, `'huge'`, `'full'`,或两个值的组合,前者表示高度,后者表示宽度,类似CSS的padding书写格式"
},
"u-old-suggest/value": {
"type": "any",
"description": "当前选择的值"
},
"u-old-suggest/field": {
"type": "string",
"description": "显示文本字段"
},
"u-old-suggest/data": {
"type": "Array<{ text, value }>",
"description": "Data书写方式中的数据列表"
},
"u-old-suggest/data-source": {
"type": "DataSource, Function",
"description": "多功能数据源"
},
"u-old-suggest/readonly": {
"type": "boolean",
"description": "是否只读"
},
"u-old-suggest/disabled": {
"type": "boolean",
"description": "是否禁用"
},
"u-old-suggest/match-method": {
"type": "string, Function",
"description": "匹配方式。可选值:`includes`表示包含即可,`startsWith`表示只匹配开头,`endsWith`表示只匹配结尾。也可以传一个方法"
},
"u-old-suggest/case-sensitive": {
"type": "boolean",
"description": "是否区分大小写,默认不区分大小写"
},
"u-old-suggest/strict": {
"type": "boolean",
"description": "是否为严格模式。当为严格模式时,`value`属性必须为一个选项的值,或者为空"
},
"u-old-suggest/size": {
"type": "string",
"description": "控制宽高属性,第一个值表示高度属性,第二值表示宽度,可选值: `mini`,`small`,`normal`,`medium`,`large`,`huge`,`full`,可以互相组合"
},
"u-old-suggest-item/value": {
"type": "any",
"description": "此项的值"
},
"u-old-suggest-item/disabled": {
"type": "boolean",
"description": "禁用此项"
},
"u-old-suggest-item/item": {
"type": "object",
"description": "相关对象。当选择此项时,抛出的事件会传递该对象,便于开发"
},
"u-pagination/page": {
"type": "number",
"description": "当前页码"
Expand Down Expand Up @@ -2552,14 +2428,6 @@
"type": "boolean",
"description": "是否禁用"
},
"u-status-icon/name": {
"type": "string",
"description": "对应图标的name,"
},
"u-status-icon/size": {
"type": "number, string",
"description": "图标对应的font-size值大小"
},
"u-steps/value": {
"type": "number",
"description": "当前步骤数"
Expand Down
68 changes: 0 additions & 68 deletions vetur/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,6 @@
"percent"
]
},
"u-circular-specific-progress": {
"attributes": [
"percent",
"rule"
]
},
"u-collapse": {
"attributes": [
"accordion",
Expand All @@ -446,22 +440,6 @@
"disabled"
]
},
"u-combo-pagination": {
"attributes": [
"page",
"page-size",
"page-size-options",
"total",
"side",
"around",
"readonly",
"disabled",
"show-total",
"show-sizer",
"show-jumper"
],
"description": "在 UPagination 的基础上,添加了显示总页数、切换每页大小、页面跳转等功能。"
},
"u-combo-slider": {
"attributes": [
"value",
Expand Down Expand Up @@ -776,16 +754,6 @@
"v-model"
]
},
"u-key-value": {
"attributes": [
"vertical",
"label",
"value",
"labelSize",
"labelAlignment"
],
"description": "最基本的键值对显示"
},
"u-label": {
"attributes": [
"color",
Expand Down Expand Up @@ -1019,33 +987,6 @@
"v-model"
]
},
"u-old-suggest": {
"attributes": [
"value",
"field",
"data",
"data-source",
"readonly",
"disabled",
"match-method",
"case-sensitive",
"strict",
"size"
],
"defaults": [
"v-model"
],
"subtags": [
"u-old-suggest-item"
]
},
"u-old-suggest-item": {
"attributes": [
"value",
"disabled",
"item"
]
},
"u-pagination": {
"attributes": [
"page",
Expand Down Expand Up @@ -1285,12 +1226,6 @@
"attributes": [],
"description": "与文字大小相同,一般在行内直接使用。"
},
"u-status-icon": {
"attributes": [
"name",
"size"
]
},
"u-steps": {
"attributes": [
"value",
Expand Down Expand Up @@ -1368,9 +1303,6 @@
"exact"
]
},
"u-summary-card": {
"attributes": []
},
"u-switch": {
"attributes": [
"value",
Expand Down

0 comments on commit 3015ba3

Please sign in to comment.