UNPKG

cloud-ui.vusion

Version:
2,505 lines 48.1 kB
{ "e-ripple": { "attributes": [ "color" ], "description": "波纹,插入到需要添加波纹的元素或组件内部" }, "e-watermark": { "attributes": [ "image", "text", "opacity" ], "description": "在页面显示水印" }, "f-collapse-transition": { "attributes": [] }, "f-draggable": { "attributes": [ "value", "transfer", "immediate", "disabled", "constraint" ] }, "f-dragger": { "attributes": [ "axis", "grid", "range", "range-mode", "value", "transfer", "immediate", "disabled" ] }, "f-droppable": { "attributes": [ "disabled" ] }, "f-forbidden": { "attributes": [ "contextmenu", "select", "copy", "save-key", "devtools-key", "senderVM" ], "description": "禁用浏览器的一些默认功能和快捷键。" }, "f-render": { "attributes": [ "vnode" ] }, "f-scroll-view": { "attributes": [ "native" ] }, "f-slot": { "attributes": [ "vm", "name", "props", "catchError" ] }, "f-virtual-list": { "attributes": [ "list", "item-height", "virtual", "virtual-count", "throttle", "tag-name", "list-key" ], "description": "用于提升大数据量列表的性能。支持自动计算列表项高度。" }, "i-ico": { "attributes": [ "name", "icotype", "linkType", "hrefAndTo", "target" ], "description": "图标" }, "i-icon": { "attributes": [ "name" ], "description": "自定义图标" }, "m-complex": { "attributes": [ "value", "auto-select", "cancelable", "multiple", "readonly", "disabled" ], "description": "一个组件中,通过`multiple`属性切换单选还是多选的模式。", "subtags": [ "m-complex-item" ] }, "m-complex-item": { "attributes": [ "text", "value", "selected", "disabled", "item" ] }, "m-converter": { "attributes": [], "description": "该 Mixin 集成了数据转换方式。继承之后直接使用converter方法" }, "m-dynamic": { "attributes": [ "data", "dynamic", "get-default-item", "initial-add", "min-count", "max-count" ] }, "m-emitter": { "attributes": [], "description": "该 Mixin 集成了一些发送事件相关的方法。继承之后直接使用方法即可。" }, "m-field": { "attributes": [] }, "m-group-parent": { "attributes": [ "collapsible", "accordion", "expand-trigger" ], "description": "在父子组件的模式中,有时会遇到对子组件进行分组和折叠场景。MGroup 对这种模式进行了抽象,用于快速开发和代码借鉴。", "subtags": [ "m-group", "m-child" ] }, "m-group": { "attributes": [ "title", "collapsible", "expanded", "disabled" ] }, "m-child": { "attributes": [] }, "m-modal": { "attributes": [ "value" ], "description": "用于封装弹窗的 Mixin" }, "m-multiplex": { "attributes": [ "value", "readonly", "disabled" ], "description": "常见的多选模式。", "subtags": [ "m-multiplex-item" ] }, "m-multiplex-item": { "attributes": [ "text", "value", "selected", "disabled", "item" ] }, "m-parent": { "attributes": [], "subtags": [ "m-child" ] }, "m-popper": { "attributes": [ "opened", "trigger", "placement", "reference", "hover-delay", "hide-delay", "append-to", "boundaries-element", "escape-with-reference", "follow-cursor", "offset", "options", "disabled" ], "description": "弹出层基类,可以直接使用它的弹出效果,或者以继承的方式扩展出常用的弹出组件。如弹出框、工具提示等。" }, "m-publisher": { "attributes": [], "subtags": [ "m-subscriber" ] }, "m-subscriber": { "attributes": [] }, "m-root": { "attributes": [], "subtags": [ "m-node" ] }, "m-node": { "attributes": [] }, "m-singlex": { "attributes": [ "value", "auto-select", "cancelable", "router", "readonly", "disabled" ], "description": "常见的单项选择模式,用于快速派生出像`<u-navbar>`、`<u-tabs>`这样的组件。", "subtags": [ "m-singlex-item" ] }, "m-singlex-item": { "attributes": [ "text", "value", "disabled", "item" ] }, "u-absolute-layout": { "attributes": [], "description": "拖拽内部元素到任意位置" }, "u-actions": { "attributes": [ "max-count", "menu-title", "placement" ], "description": "当待操作项过多时,会自动收纳", "subtags": [ "u-action" ] }, "u-action": { "attributes": [ "hidden", "color", "linkType", "hrefAndTo", "target", "decoration", "disabled", "display" ], "description": "单个操作项" }, "u-alert": { "attributes": [ "title", "desc", "horizontal", "type", "showIcon", "closeable", "bordered" ], "description": "公告。" }, "u-anchor": { "attributes": [ "label" ], "description": "锚点" }, "u-article": { "attributes": [] }, "u-auto-complete": { "attributes": [ "value", "clearable", "placeholder", "minlength", "maxlength", "spellcheck", "autofocus", "readonly", "disabled", "size", "maxlengthMessage" ], "description": "输入框自动完成。与选择框的区别是,自动完成是一个带提示的文本框,用户可以自由输入,筛选和填充使用的是文本字段;而选择框是在限定的可选项中进行选择,筛选使用的是文本字段,选择后使用的是值字段。" }, "u-avatar": { "attributes": [ "type", "shape", "size" ], "description": "顶部导航栏或页面中局部使用的用户头像。" }, "u-badge": { "attributes": [ "dot", "value", "max", "corner" ], "description": "用于显示消息条数和提醒用户处理的角标。" }, "u-base": { "attributes": [], "description": "Cloud UI 在 Normalize.css 的基础上,对元素做了基础的排版。" }, "u-block": { "attributes": [] }, "u-button": { "attributes": [ "to", "replace", "append", "text", "color", "display", "icon", "icon-position", "linkType", "hrefAndTo", "target", "disabled", "loading", "dashed", "size", "shape" ], "description": "用于触发一个即时操作。" }, "u-calendar-view": { "attributes": [ "data-source", "data-schema", "start-key", "end-key", "value", "min-date", "max-date", "show-week-days", "show-weeks", "show-basic", "show-advance", "first-day-of-week", "multiple" ], "description": "用于展示大量结构化数据。支持日历结构展示。" }, "u-calendar": { "attributes": [ "date", "min-date", "max-date", "year-diff", "year-add", "readonly", "disabled" ] }, "u-capsules": { "attributes": [ "value", "auto-select", "cancelable", "multiple", "readonly", "disabled" ], "description": "多项中选择一项", "subtags": [ "u-capsule", "u-capsules-group" ] }, "u-capsule": { "attributes": [ "item", "value", "label", "flag", "disabled", "size" ], "description": "子选项" }, "u-capsules-group": { "attributes": [], "description": "子选项组" }, "u-card": { "attributes": [ "title", "width", "shadow", "border", "split" ], "description": "用于快速布局", "subtags": [ "u-card-group" ] }, "u-card-group": { "attributes": [ "title" ], "description": "卡片组" }, "u-carousel": { "attributes": [ "loop", "direction", "animation", "data-source", "data-schema", "value", "autoplay", "interval" ], "description": "动态播放内部内容", "subtags": [ "u-carousel-item" ] }, "u-carousel-item": { "attributes": [ "title", "value" ], "description": "幻灯片选项" }, "u-cascade-capsules": { "attributes": [ "data", "value", "label-size", "categories", "auto-select", "converter", "field", "cancelable", "readonly", "disabled" ] }, "u-cascade-select": { "attributes": [ "data", "value", "categories", "hide-empty", "converter", "field", "readonly", "disabled" ], "description": "一次选择多个相关联的项" }, "u-cascader": { "attributes": [ "data-source", "data-schema", "field", "value-field", "children-field", "parent-field", "value", "useArrayLikeValue", "filterable", "placeholder", "showFinalValue", "autofocus", "trigger", "clearable", "disabled", "opened", "width", "height", "join" ], "description": "一次选择多个相关联的项" }, "u-checkbox-card": { "attributes": [ "data", "value", "placeholder", "size", "column", "converter" ] }, "u-checkbox": { "attributes": [ "text", "value", "label", "autofocus", "readonly", "disabled" ], "description": "多选项" }, "u-checkboxes": { "attributes": [ "data-source", "data-schema", "text-field", "value-field", "value", "check-all", "check-all-text", "check-all-display", "min", "max", "converter", "readonly", "disabled" ], "description": "多项中选择多个时使用", "subtags": [ "u-checkbox" ] }, "u-circular-progress": { "attributes": [ "percent", "size" ], "description": "以圆形的形式描述当前进度" }, "u-collapse": { "attributes": [ "appear", "fill", "accordion", "expand-trigger", "disabled" ], "description": "可以折叠/展开的内容区域。", "subtags": [ "u-collapse-item" ] }, "u-collapse-item": { "attributes": [ "title", "expanded", "disabled" ], "description": "折叠面板项" }, "u-combo-slider": { "attributes": [ "tip", "value", "min", "max", "step", "precision", "range", "formatter", "multiple", "unit", "sync-on", "hide-buttons", "show-tooltip", "tooltip", "readonly", "disabled" ], "description": "滑动选择" }, "u-copy": { "attributes": [ "text", "success-text", "feedback", "placement", "hide-delay", "value", "disabled" ], "description": "复制文本到剪切板" }, "u-count-down": { "attributes": [ "timer", "reverse", "autostart" ], "description": "用于计时" }, "u-count-up": { "attributes": [ "start", "end", "duration", "isEasing", "isGroup", "separator", "decimals", "easingFn", "simplify", "unit", "prefix", "suffix", "endCallback", "autoStart" ] }, "u-crumb": { "attributes": [ "auto", "separator", "icon" ], "description": "导航指引", "subtags": [ "u-crumb-item" ] }, "u-crumb-item": { "attributes": [ "text", "replace", "append", "icon", "type", "linkType", "hrefAndTo", "target", "disabled" ], "description": "面包屑选项" }, "u-date-picker": { "attributes": [ "picker", "range", "value", "startDate", "endDate", "minDate", "maxDate", "time", "yearDiff", "yearAdd", "advanced-format", "show-formatter", "autofocus", "placeholder", "placeholderRight", "alignment", "converter", "preIcon", "suffixIcon", "append-to", "clearable", "readonly", "disabled", "opened", "width", "height" ], "description": "日期选择" }, "u-date-time-picker": { "attributes": [ "minUnit", "range", "value", "startDate", "endDate", "minDate", "maxDate", "yearDiff", "yearAdd", "show-date-formatter", "show-time-formatter", "advanced-format", "placeholder", "placeholderRight", "autofocus", "showRightNowButton", "rightNowTitle", "showFooterButton", "cancelTitle", "okTitle", "converter", "preIcon", "suffixIcon", "append-to", "clearable", "opened", "disabled", "readonly", "width", "height" ], "description": "日期时间选择器" }, "u-desc-list": { "attributes": [ "label-size" ], "subtags": [ "u-desc-list-group", "u-desc-list-item" ] }, "u-desc-list-group": { "attributes": [ "title", "label-size" ] }, "u-desc-list-item": { "attributes": [ "label", "label-size" ] }, "u-divider": { "attributes": [ "title", "dashed", "content-position", "direction" ], "description": "用于将内容分隔为多个区域" }, "u-drawer": { "attributes": [ "placement", "show-head", "show-foot", "maskClosable", "visible", "size" ], "description": "抽屉" }, "u-dropdown": { "attributes": [ "has-data-source", "data-source", "data-schema", "text-field", "value-field", "icon-field", "to-field", "parent-field", "trigger", "type", "placement", "append-to", "router", "value", "disabled", "opened" ], "description": "下拉菜单", "subtags": [ "u-dropdown-item", "u-dropdown-group" ] }, "u-dropdown-item": { "attributes": [ "text", "to", "icon", "linkType", "hrefAndTo", "target", "disabled" ], "description": "下拉菜单项" }, "u-dropdown-group": { "attributes": [ "title", "collapsible", "trigger", "expanded", "disabled" ], "description": "侧边栏分组" }, "u-dynamic-cards": { "attributes": [ "data", "dynamic", "get-default-item", "initial-add", "min-count", "max-count", "text-field", "index", "add-button-text", "mini-formatter" ] }, "u-footbar": { "attributes": [ "position" ], "description": "底部栏" }, "u-for": { "attributes": [ "data" ], "description": "用于对数组类型的数据结构循环展示" }, "u-form-table-view": { "attributes": [ "data", "dynamic", "get-default-item", "initial-add", "min-count", "max-count" ], "description": "本组件用于在表单中使用表单验证、动态数据等复杂功能", "subtags": [ "u-form-table-view-column" ] }, "u-form-table-view-column": { "attributes": [ "title", "field", "width", "ellipsis", "formatter", "hidden", "start-index", "label", "muted", "rules", "ignore-validation", "ignore-rules", "validating-options", "validating-value", "validating-process" ], "description": "表单列元素" }, "u-form-table": { "attributes": [ "line", "striped", "hover" ], "description": "在表单中使用的表格" }, "u-form": { "attributes": [ "model", "size", "rules", "layout", "repeat", "label-layout", "label-ellipsis", "collapsible", "accordion", "expand-trigger", "gap-width", "gap-height", "label-size" ], "description": "具有数据收集、校验和提交功能的表单,包含输入框、选择框、复选框、单选框等元素。", "subtags": [ "u-form-item", "u-form-group" ] }, "u-form-item": { "attributes": [ "name", "label", "muted", "placement", "ignore-rules", "validating-options", "validating-value", "validating-process", "span", "label-layout", "label-ellipsis", "required", "required-position", "message", "description", "layout", "rules", "ignore-validation", "field-size", "label-size" ], "description": "表单项" }, "u-form-group": { "attributes": [ "title", "repeat", "label-layout", "label-ellipsis", "collapsible", "expanded", "disabled" ], "description": "展开折叠前" }, "u-gallery": { "attributes": [ "data-source", "data-schema", "pattern", "num", "arrow" ], "description": "画廊" }, "u-grid-layout": { "attributes": [ "gap" ], "description": "内部元素按照一定的规则布局", "subtags": [ "u-grid-layout-row", "u-grid-layout-column" ] }, "u-grid-layout-row": { "attributes": [ "justify", "alignment", "repeat", "gap" ], "description": "内部元素行布局" }, "u-grid-layout-column": { "attributes": [ "media-huge", "media-large", "media-medium", "media-small", "media-mini", "mode", "direction", "justify", "alignment", "alignment", "justify", "span", "offset", "pull", "push", "wrap", "gap" ], "description": "内部元素行内列布局" }, "u-grid-view": { "attributes": [ "value", "field", "cancelable", "multiple", "clearable", "data-source", "data-schema", "text-field", "value-field", "pageable", "page-size", "page-number", "page-size-options", "show-total", "show-sizer", "show-jumper", "remote-paging", "remote-filtering", "match-method", "case-sensitive", "placeholder", "repeat", "show-head", "title", "show-foot", "initial-load", "designer-mode", "loading-text", "loading", "error-text", "error", "empty-text", "readonly", "disabled", "width", "height" ], "description": "用于列举大量数据的列表框,支持单选、多选、过滤(搜索)、分页等功能。" }, "u-html": { "attributes": [ "html", "security", "options" ], "description": "用于添加 html 文本" }, "u-icon-tooltip": { "attributes": [ "type", "size", "opened", "trigger", "placement", "hide-delay", "offset", "follow-cursor", "disabled" ], "description": "图标与`<u-tooltip>`的组合。" }, "u-if": { "attributes": [ "check" ], "description": "用于按照条件展示内容" }, "u-iframe": { "attributes": [ "src" ], "description": "用于嵌入其他网页的容器。" }, "u-image": { "attributes": [ "convertSrcFn", "src", "fit", "circle", "horizontalCenter", "verticalCenter", "preview", "loading-type", "placeholder-src" ], "description": "可以用来展示一张图片,支持设置图片地址。" }, "u-info-list": { "attributes": [ "repeat", "show-head", "label-size" ], "description": "详情列表", "subtags": [ "u-info-list-item", "u-info-list-group" ] }, "u-info-list-item": { "attributes": [ "label", "span", "ellipsis", "label-size" ], "description": "详情列表项" }, "u-info-list-group": { "attributes": [ "title", "repeat", "label-size" ], "description": "详情列表组" }, "u-input": { "attributes": [ "minlength", "spellcheck", "maxlengthMessage", "type", "value", "placeholder", "maxlength", "autofocus", "prefix", "suffix", "clearable", "password", "readonly", "disabled", "width", "height" ], "description": "基本的表单输入组件" }, "u-label": { "attributes": [ "text", "type", "color", "display", "removable", "size" ], "description": "用于展示状态、标签、分类等" }, "u-lightbox": { "attributes": [ "visible", "maskClose", "closeButton", "loop", "animation", "value", "zoomable", "zoomButton", "zoomWheel", "zoomMax", "zoomMin", "zoomRadio" ] }, "u-linear-layout": { "attributes": [ "display", "type", "mode", "direction", "justify", "alignment", "alignment", "justify", "layout", "wrap", "loadingIcon", "loadingIconRotate", "loadingText", "gap" ], "description": "内部元素按照一定的规则布局" }, "u-linear-progress": { "attributes": [ "range", "percent", "direction", "size" ], "description": "以线条的形式描述当前进度" }, "u-link": { "attributes": [ "to", "replace", "append", "decoration", "text", "color", "display", "linkType", "hrefAndTo", "target", "hoverType", "disabled" ], "description": "文字超链接" }, "u-list-components": { "attributes": [ "data-source", "data-schema", "colnum", "equalWidth" ], "description": "组件列表" }, "u-list-view": { "attributes": [ "data-source", "data-schema", "pageable", "page-size", "page-number", "page-size-options", "show-total", "show-sizer", "show-jumper", "filterable", "remote-paging", "remote-filtering", "match-method", "case-sensitive", "placeholder", "value", "text-field", "value-field", "cancelable", "multiple", "clearable", "show-head", "title", "show-foot", "initial-load", "designer-mode", "loading-text", "loading", "error-text", "error", "empty-text", "readonly", "disabled", "border", "width", "height" ], "description": "用于列举大量数据的列表框,支持单选、多选、过滤(搜索)、分页等功能。" }, "u-list": { "attributes": [ "type", "line", "striped", "hover" ], "description": "对列表样式做了简单的修饰。如果需要选择、分页等更多的功能,请使用 [UListView](#components/u-list-view)。", "subtags": [ "u-list-item" ] }, "u-list-item": { "attributes": [] }, "loading": { "attributes": [ "size" ] }, "u-menu": { "attributes": [ "router", "value", "collapsible", "accordion", "expand-trigger", "readonly", "disabled" ], "description": "菜单组件支持路由、触发关闭、多级菜单等功能。", "subtags": [ "u-menu-item", "u-menu-group", "u-menu-divider" ] }, "u-menu-item": { "attributes": [ "text", "value", "disabled", "item", "linkType", "hrefAndTo", "target", "replace", "exact" ] }, "u-menu-group": { "attributes": [ "title" ] }, "u-menu-divider": { "attributes": [] }, "u-modal": { "attributes": [ "title", "content", "description", "ok-button", "cancel-button", "static", "show-head", "show-foot", "icon", "mask-close", "visible", "size" ], "description": "弹窗" }, "u-multi-layout": { "attributes": [ "direction", "justify", "alignment", "alignment", "justify", "gap" ], "description": "一定的规则布局", "subtags": [ "u-multi-layout-item" ] }, "u-multi-layout-item": { "attributes": [ "fixed", "fixdirec", "display", "mode", "direction", "justify", "alignment", "alignment", "justify", "gap" ], "description": "一定的规则布局" }, "u-navbar-multi": { "attributes": [ "has-data-source", "data-source", "data-schema", "text-field", "value-field", "icon-field", "to-field", "parent-field", "router", "value", "field", "readonly", "disabled" ], "description": "通常用于页面顶部的导航菜单,放置 Logo、导航链接、用户信息等。", "subtags": [ "u-navbar-item-multi", "u-navbar-divider-multi", "u-navbar-dropdown-multi", "u-navbar-menu-multi", "u-navbar-menu-group-multi", "u-navbar-menu-item-multi", "u-navbar-menu-divider-multi", "u-navbar-select-multi", "u-navbar-select-group-multi", "u-navbar-select-item-multi", "u-navbar-select-divider-multi", "u-navbar-group-multi" ] }, "u-navbar-item-multi": { "attributes": [ "text", "item", "to", "replace", "exact", "value", "icon", "linkType", "hrefAndTo", "target", "disabled" ], "description": "导航栏的子项目" }, "u-navbar-divider-multi": { "attributes": [], "description": "导航栏的分割线" }, "u-navbar-dropdown-multi": { "attributes": [ "placement", "trigger", "disabled" ], "description": "导航栏下拉菜单" }, "u-navbar-menu-multi": { "attributes": [], "description": "导航菜单" }, "u-navbar-menu-group-multi": { "attributes": [], "description": "导航菜单分组" }, "u-navbar-menu-item-multi": { "attributes": [], "description": "导航菜单项" }, "u-navbar-menu-divider-multi": { "attributes": [], "description": "导航菜单分割线" }, "u-navbar-select-multi": { "attributes": [], "description": "导航选择" }, "u-navbar-select-group-multi": { "attributes": [], "description": "导航选择分组" }, "u-navbar-select-item-multi": { "attributes": [], "description": "导航选择项" }, "u-navbar-select-divider-multi": { "attributes": [], "description": "导航选择分割线" }, "u-navbar-group-multi": { "attributes": [ "title", "collapsible", "trigger", "expanded", "disabled" ], "description": "导航栏分组" }, "u-navbar": { "attributes": [ "router", "value", "field", "readonly", "disabled" ], "description": "通常用于页面顶部的导航菜单,放置 Logo、导航链接、用户信息等。", "subtags": [ "u-navbar-item", "u-navbar-divider", "u-navbar-dropdown", "u-navbar-menu", "u-navbar-menu-group", "u-navbar-menu-item", "u-navbar-menu-divider", "u-navbar-select", "u-navbar-select-group", "u-navbar-select-item", "u-navbar-select-divider" ] }, "u-navbar-item": { "attributes": [ "text", "value", "icon", "disabled", "item", "linkType", "hrefAndTo", "target", "to", "replace", "exact" ], "description": "导航栏的子项目" }, "u-navbar-divider": { "attributes": [], "description": "导航栏的分割线" }, "u-navbar-dropdown": { "attributes": [ "trigger", "placement", "disabled" ], "description": "导航栏下拉菜单" }, "u-navbar-menu": { "attributes": [], "description": "导航菜单" }, "u-navbar-menu-group": { "attributes": [], "description": "导航菜单分组" }, "u-navbar-menu-item": { "attributes": [], "description": "导航菜单项" }, "u-navbar-menu-divider": { "attributes": [], "description": "导航菜单分割线" }, "u-navbar-select": { "attributes": [], "description": "导航选择" }, "u-navbar-select-group": { "attributes": [], "description": "导航选择分组" }, "u-navbar-select-item": { "attributes": [], "description": "导航选择项" }, "u-navbar-select-divider": { "attributes": [], "description": "导航选择分割线" }, "u-new-time-picker": { "attributes": [ "value", "format", "autofocus", "readonly", "disabled" ], "description": "新版时间选择" }, "u-number-input": { "attributes": [ "formatter", "value", "min", "max", "precision", "decimal-length", "decimal-places", "thousandths", "percent-sign", "unit", "advanced-format", "placeholder", "autofocus", "hide-buttons", "clearable", "readonly", "disabled", "step", "width", "height" ], "description": "输入数字时使用" }, "u-pagination": { "attributes": [ "page", "total", "side", "around", "total-items", "page-size", "page-size-options", "show-total", "show-sizer", "show-jumper", "readonly", "disabled" ], "description": "展示多页列表时使用" }, "u-panel": { "attributes": [ "content", "title", "bordered", "shadow" ], "description": "用于快速布局", "subtags": [ "u-panel-group" ] }, "u-panel-group": { "attributes": [ "title" ], "description": "面板组" }, "u-pills": { "attributes": [ "data", "value", "field", "cancelable", "multiple", "readonly", "disabled" ], "subtags": [ "u-pill" ] }, "u-pill": { "attributes": [ "value", "disabled", "item" ] }, "u-popup-combination": { "attributes": [ "offset", "merge-borders", "title", "placement", "hide-delay", "follow-cursor", "display", "ellipsis", "trigger", "opened", "disabled" ], "description": "点击/鼠标移入元素,弹出气泡式的卡片浮层。" }, "u-popup": { "attributes": [ "title", "opened", "trigger", "placement", "hide-delay", "offset", "follow-cursor", "disabled", "merge-borders" ], "description": "点击/鼠标移入元素,弹出气泡式的卡片浮层。" }, "u-radios": { "attributes": [ "data-source", "data-schema", "text-field", "value-field", "value", "readonly", "disabled" ], "description": "多项中选择一个时使用", "subtags": [ "u-radio" ] }, "u-radio": { "attributes": [ "text", "label", "autofocus", "readonly", "disabled" ], "description": "单选项" }, "u-rate": { "attributes": [ "value", "max", "show-text", "texts", "show-tooltip", "tooltips", "allow-half", "clearable", "readonly" ], "description": "评分组件。" }, "u-region-select": { "attributes": [ "join", "converter", "data", "value", "field", "filterable", "placeholder", "showFinalValue", "autofocus", "trigger", "clearable", "disabled", "opened" ], "description": "该组件从 UCascader 继承,仅填充了中国的行政区数据,其他功能与 UCascader 相同。" }, "u-router-view": { "attributes": [ "disableKeepAlive" ], "description": "用于嵌入子页面的容器。" }, "u-select": { "attributes": [ "data-source", "data-schema", "value", "text-field", "value-field", "pageable", "remote-paging", "pagination", "page-size", "sorting", "description", "description-field", "icon-field", "selected-values-data", "filterable", "remote-filtering", "match-method", "show-render-footer", "hasAllCheckItem", "allCheckItemText", "converter", "placeholder", "autofocus", "prefix", "suffix", "append-to", "clearable", "tags-overflow", "cancelable", "multiple", "initial-load", "loading-text", "show-empty-text", "empty-text", "empty-disabled", "readonly", "disabled", "opened", "width", "popperWidth", "isItemDisplay", "height", "case-sensitive", "auto-complete" ], "description": "下拉选择器,支持单选、多选、搜索等功能", "subtags": [ "u-select-item", "u-select-group", "u-select-divider" ] }, "u-select-item": { "attributes": [ "text", "value", "description", "item", "disabled" ], "description": "选择项" }, "u-select-group": { "attributes": [ "title" ], "description": "选择分组" }, "u-select-divider": { "attributes": [], "description": "分隔线" }, "u-selectable-steps": { "attributes": [ "data-source", "data-schema", "title-field", "desc-field", "value", "direction", "readonly", "disabled", "size" ], "description": "当操作需要分步骤时使用", "subtags": [ "u-selectable-step" ] }, "u-selectable-step": { "attributes": [ "title", "desc", "status", "icon", "readonly", "disabled" ], "description": "步骤条项" }, "u-sidebar": { "attributes": [ "has-data-source", "data-source", "data-schema", "text-field", "value-field", "icon-field", "to-field", "parent-field", "router", "value", "collapsible", "accordion", "expand-trigger", "enable-collapse", "collapseMode", "expand-icon", "fold-icon", "readonly", "disabled" ], "description": "通常用于页面左侧的导航栏。", "subtags": [ "u-sidebar-item", "u-sidebar-group", "u-sidebar-divider" ] }, "u-sidebar-item": { "attributes": [ "text", "item", "to", "replace", "exact", "value", "icon", "linkType", "hrefAndTo", "target", "disabled" ], "description": "侧边栏项" }, "u-sidebar-group": { "attributes": [ "title", "collapsible", "expanded", "disabled" ], "description": "侧边栏分组" }, "u-sidebar-divider": { "attributes": [], "description": "侧边栏分隔线" }, "u-skeleton": { "attributes": [ "type", "paragraph" ], "description": "加载内容时的占位图形。" }, "u-slider": { "attributes": [ "value", "min", "max", "step", "precision", "range", "readonly", "disabled", "show-tooltip", "tooltip", "multiple" ] }, "u-spinner": { "attributes": [], "description": "与文字大小相同,一般在行内直接使用。" }, "u-split-layout": { "attributes": [], "subtags": [ "u-split-layout-item" ] }, "u-split-layout-item": { "attributes": [] }, "u-steps": { "attributes": [ "value", "readonly", "disabled" ], "subtags": [ "u-step" ] }, "u-step": { "attributes": [ "icon", "title", "disabled" ] }, "u-switch": { "attributes": [ "value", "with-text", "readonly", "disabled" ], "description": "开关" }, "u-table-view": { "attributes": [ "data-source", "data-schema", "extra-params", "pageable", "remote-paging", "pagination", "page-size", "show-sizer", "page-size-options", "page-number", "show-total", "show-jumper", "sorting", "remote-sorting", "default-order", "filtering", "remote-filtering", "value-field", "value", "values", "tree-display", "parent-field", "children-field", "has-children-field", "tree-check-type", "title", "show-head", "stick-head", "stick-head-offset", "hover", "selectable", "cancelable", "draggable", "acrossTableDrag", "can-dragable-handler", "can-dropin-handler", "accordion", "resizable", "resize-remaining", "configurable", "virtual", "item-height", "virtual-count", "initial-load", "designer-mode", "loading-text", "loading", "error-text", "error", "empty-text", "readonly", "disabled", "title-alignment", "boldHeader", "border", "line", "striped", "default-column-width" ], "description": "用于展示大量结构化数据。支持排序、过滤(筛选)、分页、自定义操作等复杂功能。", "subtags": [ "u-table-view-column", "u-table-view-column-config", "u-table-view-column-dynamic", "u-table-view-column-group", "u-table-view-expander" ] }, "u-table-view-column": { "attributes": [ "formatter", "filters", "field", "sortable", "default-order", "type", "auto-index", "start-index", "dblclickHandler", "title", "fixed", "ellipsis", "hidden", "expander-position", "width", "colSpan", "autoRowSpan" ], "description": "表格列" }, "u-table-view-column-config": { "attributes": [ "text-field", "data-source", "data-schema", "value-field", "value", "show-footer" ] }, "u-table-view-column-dynamic": { "attributes": [ "data-source", "data-schema", "value-field", "sortable", "default-order", "fixed", "ellipsis", "hidden", "width" ] }, "u-table-view-column-group": { "attributes": [ "title", "fixed" ] }, "u-table-view-expander": { "attributes": [ "expand-icon", "collapse-icon" ] }, "u-table": { "attributes": [] }, "u-tablets": { "attributes": [ "value", "auto-select", "cancelable", "multiple", "readonly", "disabled" ], "subtags": [ "u-tablet" ] }, "u-tablet": { "attributes": [ "value", "selected", "disabled", "item" ] }, "u-tabs": { "attributes": [ "show-scroll-buttons", "data-source", "data-schema", "title-field", "value-field", "url-field", "content-field", "value", "router", "closable-field", "closable", "readonly", "disabled", "appear", "size" ], "description": "选项卡切换组件,常用于平级区域大块内容的收纳和展现。", "subtags": [ "u-tab" ] }, "u-tab": { "attributes": [ "title", "href", "target", "to", "replace", "append", "exact", "value", "linkType", "hrefAndTo", "closable", "showTabItem", "disabled" ], "description": "标签页" }, "u-taskbox": { "attributes": [ "icon", "size", "interval" ], "description": "用于展示流程任务箱" }, "u-text": { "attributes": [ "text", "color", "display", "overflow", "size" ], "description": "用于展示文字或表达式" }, "u-textarea": { "attributes": [ "minlength", "spellcheck", "value", "placeholder", "maxlength", "show-word-limit", "limit-position", "autofocus", "clearable", "resize", "readonly", "disabled", "size", "autosize" ], "description": "多行输入组件" }, "u-time-picker": { "attributes": [ "minUnit", "range", "placeholder", "placeholderRight", "value", "startTime", "endTime", "min-time", "max-time", "show-formatter", "advanced-format", "autofocus", "showRightNowButton", "rightNowTitle", "showFooterButton", "cancelTitle", "okTitle", "preIcon", "suffixIcon", "append-to", "clearable", "readonly", "disabled", "visible", "width", "height" ], "description": "时间选择" }, "u-timeline": { "attributes": [ "data-source", "data-schema", "mode", "pending" ], "subtags": [ "u-timeline-item" ] }, "u-timeline-item": { "attributes": [ "label", "position", "color" ] }, "u-toast-single": { "attributes": [ "text", "color", "custom-icon", "duration", "position", "single", "closable" ], "description": "弹出消息" }, "u-toc": { "attributes": [ "value" ], "description": "用于展示文档的目录", "subtags": [ "u-toc-item" ] }, "u-toc-item": { "attributes": [ "label", "value", "item", "linkType", "hrefAndTo", "target", "disabled" ] }, "u-tooltip": { "attributes": [ "opened", "trigger", "placement", "hide-delay", "offset", "follow-cursor", "disabled", "size" ], "description": "工具提示" }, "u-transfer": { "attributes": [ "match-method", "pageable", "page-size", "source", "target", "text-field", "value-field", "filterable", "case-sensitive", "clearable", "show-head", "source-title", "target-title", "placeholder", "readonly", "disabled" ], "description": "双栏穿梭选择框,常用于将多个项目从一边移动到另一边。" }, "u-tree-select-new": { "attributes": [ "data-source", "data-schema", "text-field", "value-field", "parent-field", "children-field", "expanded-field", "value", "checkable", "placeholder", "check-controlled", "disabled-field", "clearable", "render-optimize", "append-to", "disabled", "width", "height" ], "description": "树选择" }, "u-tree-select": { "attributes": [ "data", "text-field", "value-field", "children-field" ], "description": "树形选择框" }, "u-tree-view-new": { "attributes": [ "data-source", "data-schema", "text-field", "value-field", "children-field", "parent-field", "value", "check-controlled", "checkable", "accordion", "expand-trigger", "readonly", "disabled" ], "description": "树形视图", "subtags": [ "u-tree-view-node-new" ] }, "u-tree-view-node-new": { "attributes": [ "text", "node", "value", "checked", "expanded", "disabled" ], "description": "树形视图节点" }, "u-tree-view": { "attributes": [ "data", "text-field", "value-field", "children-field", "value", "checkable", "cancelable", "accordion", "expand-trigger", "readonly", "disabled", "check-controlled" ], "description": "树形视图", "subtags": [ "u-tree-view-node" ] }, "u-tree-view-node": { "attributes": [ "value", "text", "expanded", "checked", "disabled", "node" ], "description": "树型视图节点" }, "u-uploader": { "attributes": [ "data-type", "pastable", "value", "url", "name", "accept", "with-credentials", "data", "limit", "max-size", "list-type", "url-field", "file-icon-switcher", "icon-map", "file-type", "file-icon", "download-icon-switcher", "download-icon", "file-size", "headers", "multiple", "multiple-once", "open-cropper", "fixedCropper", "cropperBoxWidth", "cropperBoxHeight", "cropperPreviewShape", "cropperTitle", "auto-upload", "show-file-list", "converter", "display", "description", "showErrorMessage", "dragDescription", "check-file", "access", "ttl", "ttlValue", "viaOriginURL", "lcapIsCompress", "draggable", "readonly", "disabled" ], "description": "通过点击或者拖拽上传文件。" }, "u-validator": { "attributes": [ "validating-value", "validating-process", "name", "label", "rules", "message", "muted", "ignore-validation", "ignore-rules", "validating-options", "manual", "append-to", "placement" ], "description": "实现了基础的嵌套验证功能和原子化验证功能,包含提示样式。常用于嵌套验证时使用,或用于派生一些较复杂的组件。" }, "l-dashboard": { "attributes": [], "description": "常见中后台系统中的顶部栏和左侧栏固定的仪表盘布局。" }, "l-document": { "attributes": [], "description": "常见文档网站中顶部栏和左侧栏固定的布局,如本文档页。" }, "l-left-middle-right": { "attributes": [] }, "l-page": { "attributes": [], "description": "只有顶部栏和底部栏的通用页面布局。", "subtags": [ "l-page-center", "l-page-section" ] }, "l-page-center": { "attributes": [ "size" ] }, "l-page-section": { "attributes": [] }, "l-root": { "attributes": [], "description": "默认布局的根节点。" }, "l-side-main": { "attributes": [] }, "l-wrapper": { "attributes": [] } }