mdui 2.0.0 → 2.0.1
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/LICENSE +21 -21
- package/custom-elements.json +1579 -1579
- package/html-data.zh-cn.json +242 -242
- package/mdui.esm.js +7 -7
- package/mdui.global.js +2 -2
- package/package.json +3 -3
- package/web-types.zh-cn.json +387 -387
package/html-data.zh-cn.json
CHANGED
|
@@ -971,6 +971,202 @@
|
|
|
971
971
|
}
|
|
972
972
|
]
|
|
973
973
|
},
|
|
974
|
+
{
|
|
975
|
+
"name": "mdui-card",
|
|
976
|
+
"description": "卡片组件\n\n```html\n<mdui-card>card content</mdui-card>\n```",
|
|
977
|
+
"attributes": [
|
|
978
|
+
{
|
|
979
|
+
"name": "variant",
|
|
980
|
+
"description": "卡片形状。可选值为:\n\n* `elevated`:具有阴影,与背景的分离度比 `filled` 更高,但小于 `outlined`\n* `filled`:与背景的分离度最小\n* `outlined`:具有边框,与背景的分离度最大",
|
|
981
|
+
"values": [
|
|
982
|
+
{
|
|
983
|
+
"name": "elevated",
|
|
984
|
+
"description": "具有阴影,与背景的分离度比 `filled` 更高,但小于 `outlined`"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "filled",
|
|
988
|
+
"description": "与背景的分离度最小"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "outlined",
|
|
992
|
+
"description": "具有边框,与背景的分离度最大"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"references": [
|
|
996
|
+
{
|
|
997
|
+
"name": "开发文档",
|
|
998
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-variant"
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"name": "clickable",
|
|
1004
|
+
"description": "是否可点击。为 `true` 时,会添加鼠标悬浮效果、及点击涟漪效果",
|
|
1005
|
+
"references": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "开发文档",
|
|
1008
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-clickable"
|
|
1009
|
+
}
|
|
1010
|
+
]
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"name": "disabled",
|
|
1014
|
+
"description": "是否禁用",
|
|
1015
|
+
"references": [
|
|
1016
|
+
{
|
|
1017
|
+
"name": "开发文档",
|
|
1018
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-disabled"
|
|
1019
|
+
}
|
|
1020
|
+
]
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"name": "href",
|
|
1024
|
+
"description": "链接指向的页面的 URL。\n\n若指定了该属性,则组件内部会渲染为 `<a>` 元素,并可以使用链接相关的属性",
|
|
1025
|
+
"references": [
|
|
1026
|
+
{
|
|
1027
|
+
"name": "开发文档",
|
|
1028
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-href"
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"name": "download",
|
|
1034
|
+
"description": "被下载的超链接目标。\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1035
|
+
"references": [
|
|
1036
|
+
{
|
|
1037
|
+
"name": "开发文档",
|
|
1038
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-download"
|
|
1039
|
+
}
|
|
1040
|
+
]
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"name": "target",
|
|
1044
|
+
"description": "在何处打开链接。可选值为:\n\n* `_blank`:在新窗口中打开链接\n* `_parent`:在父框架中打开链接\n* `_self`:默认。在相同的框架中打开链接\n* `_top`:在整个窗口中打开链接\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1045
|
+
"values": [
|
|
1046
|
+
{
|
|
1047
|
+
"name": "_blank",
|
|
1048
|
+
"description": "在新窗口中打开链接"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "_parent",
|
|
1052
|
+
"description": "在父框架中打开链接"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "_self",
|
|
1056
|
+
"description": "默认。在相同的框架中打开链接"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "_top",
|
|
1060
|
+
"description": "在整个窗口中打开链接"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"references": [
|
|
1064
|
+
{
|
|
1065
|
+
"name": "开发文档",
|
|
1066
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-target"
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "rel",
|
|
1072
|
+
"description": "当前文档与被链接文档之间的关系。可选值为:\n\n* `alternate`:当前文档的替代描述\n* `author`:当前文档或文章的作者\n* `bookmark`:到最近祖先章节的永久链接\n* `external`:引用的文档与当前的文档不属于同一个站点\n* `help`:链接到上下文相关的帮助\n* `license`:表示当前文档的主要内容由被引用文件描述的版权许可所涵盖\n* `me`:表示当前文档代表拥有链接内容的人\n* `next`:表示当前文档是一个系列的一部分,被引用的文档是该系列中的下一个文档\n* `nofollow`:表示当前文档的原作者或出版商不认可被引用的文件\n* `noreferrer`:不会包含 `Referer` 标头。和 `noopener` 效果类似\n* `opener`:如果超链接会创建一个非辅助浏览上下文的顶级浏览上下文(即以 `_blank` 作为 `target` 属性值),则创建一个辅助浏览上下文\n* `prev`:表示当前文档是系列的一部分,被引用的文档是该系列中的上一个文档\n* `search`:给出一个资源的链接,可以用来搜索当前文件及其相关页面\n* `tag`:给出一个适用于当前文档的标签(由给定地址识别)\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1073
|
+
"values": [
|
|
1074
|
+
{
|
|
1075
|
+
"name": "alternate",
|
|
1076
|
+
"description": "当前文档的替代描述"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "author",
|
|
1080
|
+
"description": "当前文档或文章的作者"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"name": "bookmark",
|
|
1084
|
+
"description": "到最近祖先章节的永久链接"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"name": "external",
|
|
1088
|
+
"description": "引用的文档与当前的文档不属于同一个站点"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"name": "help",
|
|
1092
|
+
"description": "链接到上下文相关的帮助"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "license",
|
|
1096
|
+
"description": "表示当前文档的主要内容由被引用文件描述的版权许可所涵盖"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"name": "me",
|
|
1100
|
+
"description": "表示当前文档代表拥有链接内容的人"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "next",
|
|
1104
|
+
"description": "表示当前文档是一个系列的一部分,被引用的文档是该系列中的下一个文档"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "nofollow",
|
|
1108
|
+
"description": "表示当前文档的原作者或出版商不认可被引用的文件"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "noreferrer",
|
|
1112
|
+
"description": "不会包含 `Referer` 标头。和 `noopener` 效果类似"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "opener",
|
|
1116
|
+
"description": "如果超链接会创建一个非辅助浏览上下文的顶级浏览上下文(即以 `_blank` 作为 `target` 属性值),则创建一个辅助浏览上下文"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"name": "prev",
|
|
1120
|
+
"description": "表示当前文档是系列的一部分,被引用的文档是该系列中的上一个文档"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"name": "search",
|
|
1124
|
+
"description": "给出一个资源的链接,可以用来搜索当前文件及其相关页面"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"name": "tag",
|
|
1128
|
+
"description": "给出一个适用于当前文档的标签(由给定地址识别)"
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"references": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "开发文档",
|
|
1134
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-rel"
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "autofocus",
|
|
1140
|
+
"description": "是否在页面加载完成后自动获得焦点",
|
|
1141
|
+
"references": [
|
|
1142
|
+
{
|
|
1143
|
+
"name": "开发文档",
|
|
1144
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-autofocus"
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "tabindex",
|
|
1150
|
+
"description": "通过 Tab 键在元素之间切换焦点时,tabIndex 属性指定了元素获取焦点的顺序",
|
|
1151
|
+
"references": [
|
|
1152
|
+
{
|
|
1153
|
+
"name": "开发文档",
|
|
1154
|
+
"url": "https://www.mdui.org/docs/2/components/card#attributes-tabindex"
|
|
1155
|
+
}
|
|
1156
|
+
]
|
|
1157
|
+
}
|
|
1158
|
+
],
|
|
1159
|
+
"references": [
|
|
1160
|
+
{
|
|
1161
|
+
"name": "开发文档",
|
|
1162
|
+
"url": "https://www.mdui.org/docs/2/components/card"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "Github",
|
|
1166
|
+
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/card/index.ts"
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
974
1170
|
{
|
|
975
1171
|
"name": "mdui-checkbox",
|
|
976
1172
|
"description": "复选框组件\n\n```html\n<mdui-checkbox>Checkbox</mdui-checkbox>\n```",
|
|
@@ -1534,186 +1730,26 @@
|
|
|
1534
1730
|
]
|
|
1535
1731
|
},
|
|
1536
1732
|
{
|
|
1537
|
-
"name": "mdui-
|
|
1538
|
-
"description": "
|
|
1733
|
+
"name": "mdui-circular-progress",
|
|
1734
|
+
"description": "圆形进度指示器组件\n\n```html\n<mdui-circular-progress></mdui-circular-progress>\n```",
|
|
1539
1735
|
"attributes": [
|
|
1540
1736
|
{
|
|
1541
|
-
"name": "
|
|
1542
|
-
"description": "
|
|
1543
|
-
"values": [
|
|
1544
|
-
{
|
|
1545
|
-
"name": "elevated",
|
|
1546
|
-
"description": "具有阴影,与背景的分离度比 `filled` 更高,但小于 `outlined`"
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "filled",
|
|
1550
|
-
"description": "与背景的分离度最小"
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"name": "outlined",
|
|
1554
|
-
"description": "具有边框,与背景的分离度最大"
|
|
1555
|
-
}
|
|
1556
|
-
],
|
|
1557
|
-
"references": [
|
|
1558
|
-
{
|
|
1559
|
-
"name": "开发文档",
|
|
1560
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-variant"
|
|
1561
|
-
}
|
|
1562
|
-
]
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"name": "clickable",
|
|
1566
|
-
"description": "是否可点击。为 `true` 时,会添加鼠标悬浮效果、及点击涟漪效果",
|
|
1567
|
-
"references": [
|
|
1568
|
-
{
|
|
1569
|
-
"name": "开发文档",
|
|
1570
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-clickable"
|
|
1571
|
-
}
|
|
1572
|
-
]
|
|
1573
|
-
},
|
|
1574
|
-
{
|
|
1575
|
-
"name": "disabled",
|
|
1576
|
-
"description": "是否禁用",
|
|
1577
|
-
"references": [
|
|
1578
|
-
{
|
|
1579
|
-
"name": "开发文档",
|
|
1580
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-disabled"
|
|
1581
|
-
}
|
|
1582
|
-
]
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"name": "href",
|
|
1586
|
-
"description": "链接指向的页面的 URL。\n\n若指定了该属性,则组件内部会渲染为 `<a>` 元素,并可以使用链接相关的属性",
|
|
1587
|
-
"references": [
|
|
1588
|
-
{
|
|
1589
|
-
"name": "开发文档",
|
|
1590
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-href"
|
|
1591
|
-
}
|
|
1592
|
-
]
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"name": "download",
|
|
1596
|
-
"description": "被下载的超链接目标。\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1597
|
-
"references": [
|
|
1598
|
-
{
|
|
1599
|
-
"name": "开发文档",
|
|
1600
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-download"
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"name": "target",
|
|
1606
|
-
"description": "在何处打开链接。可选值为:\n\n* `_blank`:在新窗口中打开链接\n* `_parent`:在父框架中打开链接\n* `_self`:默认。在相同的框架中打开链接\n* `_top`:在整个窗口中打开链接\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1607
|
-
"values": [
|
|
1608
|
-
{
|
|
1609
|
-
"name": "_blank",
|
|
1610
|
-
"description": "在新窗口中打开链接"
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"name": "_parent",
|
|
1614
|
-
"description": "在父框架中打开链接"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "_self",
|
|
1618
|
-
"description": "默认。在相同的框架中打开链接"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"name": "_top",
|
|
1622
|
-
"description": "在整个窗口中打开链接"
|
|
1623
|
-
}
|
|
1624
|
-
],
|
|
1625
|
-
"references": [
|
|
1626
|
-
{
|
|
1627
|
-
"name": "开发文档",
|
|
1628
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-target"
|
|
1629
|
-
}
|
|
1630
|
-
]
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"name": "rel",
|
|
1634
|
-
"description": "当前文档与被链接文档之间的关系。可选值为:\n\n* `alternate`:当前文档的替代描述\n* `author`:当前文档或文章的作者\n* `bookmark`:到最近祖先章节的永久链接\n* `external`:引用的文档与当前的文档不属于同一个站点\n* `help`:链接到上下文相关的帮助\n* `license`:表示当前文档的主要内容由被引用文件描述的版权许可所涵盖\n* `me`:表示当前文档代表拥有链接内容的人\n* `next`:表示当前文档是一个系列的一部分,被引用的文档是该系列中的下一个文档\n* `nofollow`:表示当前文档的原作者或出版商不认可被引用的文件\n* `noreferrer`:不会包含 `Referer` 标头。和 `noopener` 效果类似\n* `opener`:如果超链接会创建一个非辅助浏览上下文的顶级浏览上下文(即以 `_blank` 作为 `target` 属性值),则创建一个辅助浏览上下文\n* `prev`:表示当前文档是系列的一部分,被引用的文档是该系列中的上一个文档\n* `search`:给出一个资源的链接,可以用来搜索当前文件及其相关页面\n* `tag`:给出一个适用于当前文档的标签(由给定地址识别)\n\n**Note**:仅在指定了 `href` 属性时可用",
|
|
1635
|
-
"values": [
|
|
1636
|
-
{
|
|
1637
|
-
"name": "alternate",
|
|
1638
|
-
"description": "当前文档的替代描述"
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
"name": "author",
|
|
1642
|
-
"description": "当前文档或文章的作者"
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "bookmark",
|
|
1646
|
-
"description": "到最近祖先章节的永久链接"
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"name": "external",
|
|
1650
|
-
"description": "引用的文档与当前的文档不属于同一个站点"
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "help",
|
|
1654
|
-
"description": "链接到上下文相关的帮助"
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
"name": "license",
|
|
1658
|
-
"description": "表示当前文档的主要内容由被引用文件描述的版权许可所涵盖"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "me",
|
|
1662
|
-
"description": "表示当前文档代表拥有链接内容的人"
|
|
1663
|
-
},
|
|
1664
|
-
{
|
|
1665
|
-
"name": "next",
|
|
1666
|
-
"description": "表示当前文档是一个系列的一部分,被引用的文档是该系列中的下一个文档"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"name": "nofollow",
|
|
1670
|
-
"description": "表示当前文档的原作者或出版商不认可被引用的文件"
|
|
1671
|
-
},
|
|
1672
|
-
{
|
|
1673
|
-
"name": "noreferrer",
|
|
1674
|
-
"description": "不会包含 `Referer` 标头。和 `noopener` 效果类似"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "opener",
|
|
1678
|
-
"description": "如果超链接会创建一个非辅助浏览上下文的顶级浏览上下文(即以 `_blank` 作为 `target` 属性值),则创建一个辅助浏览上下文"
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "prev",
|
|
1682
|
-
"description": "表示当前文档是系列的一部分,被引用的文档是该系列中的上一个文档"
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"name": "search",
|
|
1686
|
-
"description": "给出一个资源的链接,可以用来搜索当前文件及其相关页面"
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"name": "tag",
|
|
1690
|
-
"description": "给出一个适用于当前文档的标签(由给定地址识别)"
|
|
1691
|
-
}
|
|
1692
|
-
],
|
|
1693
|
-
"references": [
|
|
1694
|
-
{
|
|
1695
|
-
"name": "开发文档",
|
|
1696
|
-
"url": "https://www.mdui.org/docs/2/components/card#attributes-rel"
|
|
1697
|
-
}
|
|
1698
|
-
]
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
"name": "autofocus",
|
|
1702
|
-
"description": "是否在页面加载完成后自动获得焦点",
|
|
1737
|
+
"name": "max",
|
|
1738
|
+
"description": "进度指示器的最大值,默认为 1",
|
|
1703
1739
|
"references": [
|
|
1704
1740
|
{
|
|
1705
1741
|
"name": "开发文档",
|
|
1706
|
-
"url": "https://www.mdui.org/docs/2/components/
|
|
1742
|
+
"url": "https://www.mdui.org/docs/2/components/circular-progress#attributes-max"
|
|
1707
1743
|
}
|
|
1708
1744
|
]
|
|
1709
1745
|
},
|
|
1710
1746
|
{
|
|
1711
|
-
"name": "
|
|
1712
|
-
"description": "
|
|
1747
|
+
"name": "value",
|
|
1748
|
+
"description": "进度指示器的当前值。若未指定该值,则为不确定状态",
|
|
1713
1749
|
"references": [
|
|
1714
1750
|
{
|
|
1715
1751
|
"name": "开发文档",
|
|
1716
|
-
"url": "https://www.mdui.org/docs/2/components/
|
|
1752
|
+
"url": "https://www.mdui.org/docs/2/components/circular-progress#attributes-value"
|
|
1717
1753
|
}
|
|
1718
1754
|
]
|
|
1719
1755
|
}
|
|
@@ -1721,11 +1757,11 @@
|
|
|
1721
1757
|
"references": [
|
|
1722
1758
|
{
|
|
1723
1759
|
"name": "开发文档",
|
|
1724
|
-
"url": "https://www.mdui.org/docs/2/components/
|
|
1760
|
+
"url": "https://www.mdui.org/docs/2/components/circular-progress"
|
|
1725
1761
|
},
|
|
1726
1762
|
{
|
|
1727
1763
|
"name": "Github",
|
|
1728
|
-
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/
|
|
1764
|
+
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/circular-progress/index.ts"
|
|
1729
1765
|
}
|
|
1730
1766
|
]
|
|
1731
1767
|
},
|
|
@@ -1831,42 +1867,6 @@
|
|
|
1831
1867
|
}
|
|
1832
1868
|
]
|
|
1833
1869
|
},
|
|
1834
|
-
{
|
|
1835
|
-
"name": "mdui-circular-progress",
|
|
1836
|
-
"description": "圆形进度指示器组件\n\n```html\n<mdui-circular-progress></mdui-circular-progress>\n```",
|
|
1837
|
-
"attributes": [
|
|
1838
|
-
{
|
|
1839
|
-
"name": "max",
|
|
1840
|
-
"description": "进度指示器的最大值,默认为 1",
|
|
1841
|
-
"references": [
|
|
1842
|
-
{
|
|
1843
|
-
"name": "开发文档",
|
|
1844
|
-
"url": "https://www.mdui.org/docs/2/components/circular-progress#attributes-max"
|
|
1845
|
-
}
|
|
1846
|
-
]
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"name": "value",
|
|
1850
|
-
"description": "进度指示器的当前值。若未指定该值,则为不确定状态",
|
|
1851
|
-
"references": [
|
|
1852
|
-
{
|
|
1853
|
-
"name": "开发文档",
|
|
1854
|
-
"url": "https://www.mdui.org/docs/2/components/circular-progress#attributes-value"
|
|
1855
|
-
}
|
|
1856
|
-
]
|
|
1857
|
-
}
|
|
1858
|
-
],
|
|
1859
|
-
"references": [
|
|
1860
|
-
{
|
|
1861
|
-
"name": "开发文档",
|
|
1862
|
-
"url": "https://www.mdui.org/docs/2/components/circular-progress"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"name": "Github",
|
|
1866
|
-
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/circular-progress/index.ts"
|
|
1867
|
-
}
|
|
1868
|
-
]
|
|
1869
|
-
},
|
|
1870
1870
|
{
|
|
1871
1871
|
"name": "mdui-dialog",
|
|
1872
1872
|
"description": "对话框组件\n\n```html\n<mdui-dialog>content</mdui-dialog>\n```",
|
|
@@ -2181,42 +2181,6 @@
|
|
|
2181
2181
|
}
|
|
2182
2182
|
]
|
|
2183
2183
|
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "mdui-icon",
|
|
2186
|
-
"description": "图标组件\n\n```html\n<mdui-icon name=\"search\"></mdui-icon>\n```",
|
|
2187
|
-
"attributes": [
|
|
2188
|
-
{
|
|
2189
|
-
"name": "name",
|
|
2190
|
-
"description": "Material Icons 图标名",
|
|
2191
|
-
"references": [
|
|
2192
|
-
{
|
|
2193
|
-
"name": "开发文档",
|
|
2194
|
-
"url": "https://www.mdui.org/docs/2/components/icon#attributes-name"
|
|
2195
|
-
}
|
|
2196
|
-
]
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"name": "src",
|
|
2200
|
-
"description": "svg 图标的路径",
|
|
2201
|
-
"references": [
|
|
2202
|
-
{
|
|
2203
|
-
"name": "开发文档",
|
|
2204
|
-
"url": "https://www.mdui.org/docs/2/components/icon#attributes-src"
|
|
2205
|
-
}
|
|
2206
|
-
]
|
|
2207
|
-
}
|
|
2208
|
-
],
|
|
2209
|
-
"references": [
|
|
2210
|
-
{
|
|
2211
|
-
"name": "开发文档",
|
|
2212
|
-
"url": "https://www.mdui.org/docs/2/components/icon"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "Github",
|
|
2216
|
-
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/icon/index.ts"
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
2184
|
{
|
|
2221
2185
|
"name": "mdui-fab",
|
|
2222
2186
|
"description": "浮动操作按钮组件\n\n```html\n<mdui-fab icon=\"edit\"></mdui-fab>\n```",
|
|
@@ -2607,6 +2571,42 @@
|
|
|
2607
2571
|
}
|
|
2608
2572
|
]
|
|
2609
2573
|
},
|
|
2574
|
+
{
|
|
2575
|
+
"name": "mdui-icon",
|
|
2576
|
+
"description": "图标组件\n\n```html\n<mdui-icon name=\"search\"></mdui-icon>\n```",
|
|
2577
|
+
"attributes": [
|
|
2578
|
+
{
|
|
2579
|
+
"name": "name",
|
|
2580
|
+
"description": "Material Icons 图标名",
|
|
2581
|
+
"references": [
|
|
2582
|
+
{
|
|
2583
|
+
"name": "开发文档",
|
|
2584
|
+
"url": "https://www.mdui.org/docs/2/components/icon#attributes-name"
|
|
2585
|
+
}
|
|
2586
|
+
]
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "src",
|
|
2590
|
+
"description": "svg 图标的路径",
|
|
2591
|
+
"references": [
|
|
2592
|
+
{
|
|
2593
|
+
"name": "开发文档",
|
|
2594
|
+
"url": "https://www.mdui.org/docs/2/components/icon#attributes-src"
|
|
2595
|
+
}
|
|
2596
|
+
]
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
"references": [
|
|
2600
|
+
{
|
|
2601
|
+
"name": "开发文档",
|
|
2602
|
+
"url": "https://www.mdui.org/docs/2/components/icon"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "Github",
|
|
2606
|
+
"url": "https://github.com/zdhxiong/mdui/packages/mdui/src/components/icon/index.ts"
|
|
2607
|
+
}
|
|
2608
|
+
]
|
|
2609
|
+
},
|
|
2610
2610
|
{
|
|
2611
2611
|
"name": "mdui-layout-item",
|
|
2612
2612
|
"description": "布局项组件\n\n```html\n<mdui-layout>\n <mdui-layout-item></mdui-layout-item>\n <mdui-layout-item></mdui-layout-item>\n <mdui-layout-main></mdui-layout-main>\n</mdui-layout>\n```",
|