diff --git a/en/en/MAlert.zh-CN.json b/en/en/MAlert.zh-CN.json new file mode 100644 index 0000000000..fd65e14905 --- /dev/null +++ b/en/en/MAlert.zh-CN.json @@ -0,0 +1,200 @@ +{ + "Title": "Alert", + "Components": [ + "Alerts" + ], + "Props": [ + { + "Name": "Border", + "Type": "Borders", + "Default": "", + "Description": "在Alert组件内设置边框,可用的值有AlertBorder.Top| AlertBorder.Right | AlertBorder.Bottom | AlertBorder.Left" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CloseLabel", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "ColoredBorder", + "Type": "Boolean", + "Default": "false", + "Description": "将自定义的 color 应用于提示框的边框" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Dismissible", + "Type": "Boolean", + "Default": "false", + "Description": "添加一个可以关闭警报的图标。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Icon", + "Type": "StringBoolean", + "Default": "null", + "Description": "指定特定的图标。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Prominent", + "Type": "Boolean", + "Default": "false", + "Description": "显示较大的垂直居中图标,以引起更多注意。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Text", + "Type": "Boolean", + "Default": "false", + "Description": "将定义的 color 应用于文本和同样的低透明度背景。" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "AlertTypes", + "Default": "", + "Description": "指定一个 AlertType.Success, AlertType.Info, AlertType.Warning 或 AlertType.Error 提示。使用上下文颜色并具有预定义的图标。" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MAlertDismissButton.zh-CN.json b/en/en/MAlertDismissButton.zh-CN.json new file mode 100644 index 0000000000..37b8ad8007 --- /dev/null +++ b/en/en/MAlertDismissButton.zh-CN.json @@ -0,0 +1,300 @@ +{ + "Title": "AlertDismissButton", + "Components": [ + "Alerts" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Block", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Button", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Depressed", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Fab", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Icon", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Plain", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "StopPropagation", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Text", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LoaderContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MAlertIcon.zh-CN.json b/en/en/MAlertIcon.zh-CN.json new file mode 100644 index 0000000000..1150f03a50 --- /dev/null +++ b/en/en/MAlertIcon.zh-CN.json @@ -0,0 +1,122 @@ +{ + "Title": "AlertIcon", + "Components": [ + "Alerts" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "null", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MApp.zh-CN.json b/en/en/MApp.zh-CN.json new file mode 100644 index 0000000000..5e5ba278f7 --- /dev/null +++ b/en/en/MApp.zh-CN.json @@ -0,0 +1,51 @@ +{ + "Title": "App", + "Components": [ + "Application" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "LeftToRight", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MAppBar.zh-CN.json b/en/en/MAppBar.zh-CN.json new file mode 100644 index 0000000000..00fe8af481 --- /dev/null +++ b/en/en/MAppBar.zh-CN.json @@ -0,0 +1,299 @@ +{ + "Title": "AppBar", + "Components": [ + "App bars" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "App", + "Type": "Boolean", + "Default": "false", + "Description": "指定该组件作为应用程序布局的一部分。用于动态调整内容的大小。使用此属性的组件只有位于 v-main 组件的 外部才能正常运行。您可以在 应用程序页面 获取更多有关布局的信息。注意: 使用此属性会自动应用position: fixed 到布局元素上。您可以使用 absolute 属性 来覆盖这个功能。" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "ClippedLeft", + "Type": "Boolean", + "Default": "false", + "Description": "指定位于左侧的应用程序的 v-navigation-drawer 在应用程序栏下方。" + }, + { + "Name": "ClippedRight", + "Type": "Boolean", + "Default": "false", + "Description": "指定位于右侧的应用程序的 v-navigation-drawer 在应用程序栏下方。" + }, + { + "Name": "Collapse", + "Type": "Boolean", + "Default": "false", + "Description": "将工具栏置于折叠状态,以减小其最大宽度。" + }, + { + "Name": "CollapseOnScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "ElevateOnScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Extended", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ExtensionHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "FadeImgOnScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "删除工具栏的框阴影。" + }, + { + "Name": "Floating", + "Type": "Boolean", + "Default": "false", + "Description": "将 display: inline-flex 应用于组件。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideOnScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "InvertedScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Left", + "Type": "StringNumber", + "Default": "", + "Description": "将 left: 应用于组件。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MarginTop", + "Type": "StringNumber", + "Default": "", + "Description": "将 margin-top: 应用于组件。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Prominent", + "Type": "Boolean", + "Default": "false", + "Description": "将工具栏内容的高度增加到 128px。" + }, + { + "Name": "Right", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "ScrollOffScreen", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ScrollTarget", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ScrollThreshold", + "Type": "Double", + "Default": "0", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Short", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShrinkOnScroll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Src", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ExtensionContent", + "Description": "" + }, + { + "Name": "ImgContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MAppBarNavIcon.zh-CN.json b/en/en/MAppBarNavIcon.zh-CN.json new file mode 100644 index 0000000000..b9b8edcbeb --- /dev/null +++ b/en/en/MAppBarNavIcon.zh-CN.json @@ -0,0 +1,28 @@ +{ + "Title": "AppBarNavIcon", + "Components": [ + "App bars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MAppBarTitle.zh-CN.json b/en/en/MAppBarTitle.zh-CN.json new file mode 100644 index 0000000000..b02b48e903 --- /dev/null +++ b/en/en/MAppBarTitle.zh-CN.json @@ -0,0 +1,51 @@ +{ + "Title": "AppBarTitle", + "Components": [ + "App bars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "For", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Required", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MAutocomplete.zh-CN.json b/en/en/MAutocomplete.zh-CN.json new file mode 100644 index 0000000000..b8cf7b309e --- /dev/null +++ b/en/en/MAutocomplete.zh-CN.json @@ -0,0 +1,522 @@ +{ + "Title": "Autocomplete", + "Components": [ + "Autocompletes" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Chips", + "Type": "Boolean", + "Default": "false", + "Description": "改变一个已选择项为小纸片(chips)的显示方式" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DeletableChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用输入" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "应用替代填充输入样式" + }, + { + "Name": "Filter", + "Type": "Func`3", + "Default": "", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "HideNoData", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideSelected", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "提示文本" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Interval", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IReadOnlyList`1", + "Default": "", + "Description": "" + }, + { + "Name": "ItemText", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "ItemValue", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "显示线性进度条。可以是指定将哪种颜色应用于进度条的字符串(任何 material 色彩——主要(primary), 次要(secondary), 成功(success), 信息(info),警告(warning),错误(error)),或者使用组件的布尔值 color(由色彩属性设置——如果它被组件支持的话)还可以是原色。" + }, + { + "Name": "MenuProps", + "Type": "Action`1", + "Default": "", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "多选,接受数组作为值" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "强制提示总是可见的" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SmallChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "改变输入框的样式" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "输入的值" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendItemContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "NoDataContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "PrependItemContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "SelectionContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "OnSearchInputUpdate", + "Description": "" + }, + { + "Name": "OnSelectedItemUpdate", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MAvatar.zh-CN.json b/en/en/MAvatar.zh-CN.json new file mode 100644 index 0000000000..c5bbe56cba --- /dev/null +++ b/en/en/MAvatar.zh-CN.json @@ -0,0 +1,105 @@ +{ + "Title": "Avatar", + "Components": [ + "Avatars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "指定头像在组件左侧。它被诸如 MChip 和 MButton 等组件绑在一起。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "指定头像在组件的右侧。它被诸如 MChip 和 MButton 等组件绑在一起。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "undefined", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MBadge.zh-CN.json b/en/en/MBadge.zh-CN.json new file mode 100644 index 0000000000..da89919088 --- /dev/null +++ b/en/en/MBadge.zh-CN.json @@ -0,0 +1,145 @@ +{ + "Title": "Badge", + "Components": [ + "Badges" + ], + "Props": [ + { + "Name": "Avatar", + "Type": "Boolean", + "Default": "false", + "Description": "去掉了 badge 插槽中使用 m-avatar 的徽章边距。" + }, + { + "Name": "Bordered", + "Type": "Boolean", + "Default": "false", + "Description": "当使用 dot 属性时,默认情况下会在徽章上应用一个 2px 和它的周围应用一个 1.5px 的边框。" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "primary", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Content", + "Type": "StringNumber", + "Default": "undefined", + "Description": "任何你想要的内容都可以作为文字注入到徽章中。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dot", + "Type": "Boolean", + "Default": "false", + "Description": "缩小徽章的尺寸并隐藏其内容。" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "undefined", + "Description": "指定徽章中使用的具体图标。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "InLine", + "Type": "Boolean", + "Default": "false", + "Description": "移动徽章,使其与包装元素保持一致。支持使用 left prop。" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向左边对齐。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "为组件设置浅色主题。" + }, + { + "Name": "OffsetX", + "Type": "StringNumber", + "Default": "undefined", + "Description": "将徽章在 x 轴上偏移。" + }, + { + "Name": "OffsetY", + "Type": "StringNumber", + "Default": "undefined", + "Description": "将徽章在 y 轴上偏移。" + }, + { + "Name": "OverLap", + "Type": "Boolean", + "Default": "false", + "Description": "与组件顶部的开槽内容重叠。" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向右边对齐。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "undefined", + "Description": "设置组件转换。可以是一个 built in transitions 或者是自己自定义的。" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "true", + "Description": "控制组件可见还是隐藏。" + } + ], + "Contents": [ + { + "Name": "BadgeContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MBanner.zh-CN.json b/en/en/MBanner.zh-CN.json new file mode 100644 index 0000000000..8d24d7f6c0 --- /dev/null +++ b/en/en/MBanner.zh-CN.json @@ -0,0 +1,110 @@ +{ + "Title": "Banner", + "Components": [ + "Banners" + ], + "Props": [ + { + "Name": "App", + "Type": "Boolean", + "Default": "false", + "Description": "当在 m-main 中使用时,将参考和依据 m-toolbar 和 m-system-bar的高度来计算距离顶部位置。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "undefined", + "Description": "指定特定的图标。" + }, + { + "Name": "IconColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "强制横幅变为一行。" + }, + { + "Name": "Sticky", + "Type": "Boolean", + "Default": "false", + "Description": "组件应用 position: sticky(常绿浏览器)。你能够在 MDN documentation for sticky position 浏览更多信息。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "true", + "Description": "控制组件可见还是隐藏。" + } + ], + "Contents": [ + { + "Name": "ActionsContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "IconContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnIconClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MBorder.zh-CN.json b/en/en/MBorder.zh-CN.json new file mode 100644 index 0000000000..47336c0b0b --- /dev/null +++ b/en/en/MBorder.zh-CN.json @@ -0,0 +1,75 @@ +{ + "Title": "Border", + "Components": [ + "Borders" + ], + "Props": [ + { + "Name": "Border", + "Type": "Borders", + "Default": "", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Offset", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "WrapperStyle", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MBreadcrumbs.zh-CN.json b/en/en/MBreadcrumbs.zh-CN.json new file mode 100644 index 0000000000..31e21e2839 --- /dev/null +++ b/en/en/MBreadcrumbs.zh-CN.json @@ -0,0 +1,77 @@ +{ + "Title": "Breadcrumbs", + "Components": [ + "Breadcrumbs" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Divider", + "Type": "String", + "Default": "null", + "Description": "指定项之间的分隔字符。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IReadOnlyList`1", + "Default": "", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Linkage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "DividerContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MBreadcrumbsDivider.zh-CN.json b/en/en/MBreadcrumbsDivider.zh-CN.json new file mode 100644 index 0000000000..643c3ae1b3 --- /dev/null +++ b/en/en/MBreadcrumbsDivider.zh-CN.json @@ -0,0 +1,39 @@ +{ + "Title": "BreadcrumbsDivider", + "Components": [ + "Breadcrumbs" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Divider", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "DividerContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MBreadcrumbsItem.zh-CN.json b/en/en/MBreadcrumbsItem.zh-CN.json new file mode 100644 index 0000000000..d87f9e3bf0 --- /dev/null +++ b/en/en/MBreadcrumbsItem.zh-CN.json @@ -0,0 +1,87 @@ +{ + "Title": "BreadcrumbsItem", + "Components": [ + "Breadcrumbs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "移除组件的单击或 target 功能。" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "指定组件为锚点并应用 href 属性。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Linkage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Text", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MButton.zh-CN.json b/en/en/MButton.zh-CN.json new file mode 100644 index 0000000000..0d0ffcaef3 --- /dev/null +++ b/en/en/MButton.zh-CN.json @@ -0,0 +1,301 @@ +{ + "Title": "Button", + "Components": [ + "Buttons", + "Button Groups" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Block", + "Type": "Boolean", + "Default": "false", + "Description": "将按钮扩大到可用空间的 100%。" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Button", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Depressed", + "Type": "Boolean", + "Default": "false", + "Description": "移除按钮的阴影效果。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "移除组件的单击或 target 功能。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Fab", + "Type": "Boolean", + "Default": "false", + "Description": "将按钮指定为浮动动作按钮。按钮会变圆。" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Icon", + "Type": "Boolean", + "Default": "false", + "Description": "将按钮指定为图标。按钮将变成圆形,并应用text属性。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的巨大。" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向左对齐。 这应该与 absolute 或 fixed 属性一起使用。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "添加一个加载图标动画。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Plain", + "Type": "Boolean", + "Default": "false", + "Description": "移除悬停在按钮上时应用的默认背景变化。" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向右对齐。这应该与 absolute 或 fixed 属性一起使用。" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的小。" + }, + { + "Name": "StopPropagation", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Text", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明。当使用color属性时,颜色将应用于按钮文本而不是背景。" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向顶部对齐。" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "设置按钮的type属性。" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的无比巨大。" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的更小。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LoaderContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MButtonGroup.zh-CN.json b/en/en/MButtonGroup.zh-CN.json new file mode 100644 index 0000000000..47a8e3e2cd --- /dev/null +++ b/en/en/MButtonGroup.zh-CN.json @@ -0,0 +1,138 @@ +{ + "Title": "ButtonGroup", + "Components": [ + "Button groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "更改组件的背景颜色。" + }, + { + "Name": "Borderless", + "Type": "Boolean", + "Default": "false", + "Description": "移除按钮组的边框。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Group", + "Type": "Boolean", + "Default": "false", + "Description": "通常用于 v-toolbar 和 v-app-bar。删除背景颜色、边框并增加按钮的间距" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "在卡片的左上角和右下角应用较大的边框半径。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的指定 model 值。" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "", + "Description": "组件的指定 model 值。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCalendar.zh-CN.json b/en/en/MCalendar.zh-CN.json new file mode 100644 index 0000000000..520d29bd3e --- /dev/null +++ b/en/en/MCalendar.zh-CN.json @@ -0,0 +1,378 @@ +{ + "Title": "Calendar", + "Components": [ + "Calendars" + ], + "Props": [ + { + "Name": "Categories", + "Type": "OneOf`2", + "Default": "", + "Description": "指定要在类别视图中显示的类别. 这也控制类别的排序. 如果日历使用事件,则除非“category-hide-dynamic”为true,否则在此值中未指定的事件中指定的任何类别都将在视图中动态呈现。" + }, + { + "Name": "CategoryDays", + "Type": "StringNumber", + "Default": "1", + "Description": "在类别视图中显示的天数" + }, + { + "Name": "CategoryForInvalid", + "Type": "String", + "Default": "", + "Description": "用于放置具有无效类别的事件的类别. 类别必须是字符串. 默认情况下, 在没有指定类别之前事件不会被显示." + }, + { + "Name": "CategoryHideDynamic", + "Type": "Boolean", + "Default": "false", + "Description": "设置事件中指定的类别如果没有在类别中定义时是否隐藏." + }, + { + "Name": "CategoryShowAll", + "Type": "Boolean", + "Default": "false", + "Description": "设置类别视图是否显示所有定义的类别, 包含没有事件的类别." + }, + { + "Name": "CategoryText", + "Type": "OneOf`2", + "Default": "", + "Description": "如果 category 是一个对象列表,你可以用它来决定打印出什么属性作为日历组件上的类别文本。你可以提供一个函数来执行一些逻辑,或者直接定义属性名称。它类似于 MSelect 的 ItemText。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "DayFormat", + "Type": "Func`3", + "Default": "", + "Description": "将某日中出现的月字符串的日期格式化为指定区域设置" + }, + { + "Name": "End", + "Type": "StringNumberDate", + "Default": "", + "Description": "日历的结束日期(包括),格式为 YYYY-MM-DD。根据日历的 type`,这可能会被忽略。" + }, + { + "Name": "EventCategory", + "Type": "OneOf`2", + "Default": "category", + "Description": "设置事件的类别属性, 可以指定一个接受事件并返回类别的函数来代替该属性." + }, + { + "Name": "EventColor", + "Type": "OneOf`2", + "Default": "primary", + "Description": "所有事件的背景色或接受传递给日历的事件对象以返回颜色的函数。" + }, + { + "Name": "EventEnd", + "Type": "String", + "Default": "end", + "Description": "设置 event 的结束时间戳的属性。" + }, + { + "Name": "EventHeight", + "Type": "Int32", + "Default": "20", + "Description": "事件的高度(以像素为单位)在 month 视图和 day 视图的顶部。" + }, + { + "Name": "EventMarginBottom", + "Type": "Int32", + "Default": "1", + "Description": "事件底部边距" + }, + { + "Name": "EventMore", + "Type": "Boolean", + "Default": "true", + "Description": "在给定日期内事件太多的日历上是否显示更多 ‘button’。它将显示类似于 ‘5 more’ 的内容,当单击时会生成一个 click:more 事件。" + }, + { + "Name": "EventMoreText", + "Type": "String", + "Default": "", + "Description": "在给定隐藏事件数量的情况下,在更多 ‘button’ 中显示的文本。" + }, + { + "Name": "EventName", + "Type": "OneOf`2", + "Default": "name", + "Description": "设置 event 的显示名称的属性,或接受作为第一个参数传递给日历的事件对象的函数,并设置一个标志,指示该名称是用于一个定时事件 (true) 或是一个超过一天的事件。" + }, + { + "Name": "EventOverlapMode", + "Type": "OneOf`2", + "Default": "stack", + "Description": "stack, column 或自定义渲染函数之一" + }, + { + "Name": "EventOverlapThreshold", + "Type": "StringNumber", + "Default": "60", + "Description": "以分钟为单位的值,用于确定两个定时事件应在彼此相邻的列中放置还是应视为稍微重叠的事件." + }, + { + "Name": "EventRipple", + "Type": "OneOf`2", + "Default": "", + "Description": "应用 MRipple 指令。" + }, + { + "Name": "Events", + "Type": "List`1", + "Default": "", + "Description": "事件对象数组,具有开始时间戳(可选)和名称及结束时间戳的属性。 如果未提供结束时间戳,则将使用开始值。 如果没有给出名称,则必须为 event 插槽提供一个实现。" + }, + { + "Name": "EventStart", + "Type": "String", + "Default": "start", + "Description": "设置 event 的启动时间的属性" + }, + { + "Name": "EventTextColor", + "Type": "OneOf`2", + "Default": "white", + "Description": "所有事件的文本颜色,或接受传递给日历的事件对象以返回颜色的函数。" + }, + { + "Name": "EventTimed", + "Type": "OneOf`2", + "Default": "timed", + "Description": "如果使用日期或毫秒作为事件开始或结束的时间戳, 此prop可以是事件属性的字符串并且当事件是定时事件时返回真值, 或者也可以是一个接受事件的函数并且在事件是定时事件时返回一个真值." + }, + { + "Name": "FirstInterval", + "Type": "StringNumber", + "Default": "0", + "Description": "在 day 视图中显示的第一个间隔。如果 intervalMinutes 设置为 60,而这个设置为 9,则视图中的第一次是上午9点。" + }, + { + "Name": "FirstTime", + "Type": "StringNumberDate", + "Default": "", + "Description": "在day视图中显示的第一个(开始)时间。如果指定,则覆盖指定的任何“firstInterval”值。这可以是从午夜开始的分钟数,格式为“HH:mm”的字符串,或具有数字属性hour和minute的对象。" + }, + { + "Name": "HideHeader", + "Type": "Boolean", + "Default": "false", + "Description": "day 视图顶部的头部是否应该可见。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalCount", + "Type": "StringNumber", + "Default": "24", + "Description": "在 day 视图中显示的间隔数。" + }, + { + "Name": "IntervalFormat", + "Type": "Func`3", + "Default": "", + "Description": "将出现在 day 和 week 视图的间隔栏中的一天中的时间字符串格式化为指定的区域设置" + }, + { + "Name": "IntervalHeight", + "Type": "StringNumber", + "Default": "48", + "Description": "day 视图中间隔的高度(以像素为单位)。" + }, + { + "Name": "IntervalMinutes", + "Type": "StringNumber", + "Default": "60", + "Description": "间隔在 day 视图中的分钟数。普通间隔为 60 分钟,因此间隔为 1 小时。" + }, + { + "Name": "IntervalStyle", + "Type": "Func`2", + "Default": "", + "Description": "返回要应用于间隔的 CSS 样式。" + }, + { + "Name": "IntervalWidth", + "Type": "StringNumber", + "Default": "60", + "Description": "day 视图中左侧的间隔宽度。" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "", + "Description": "日历的区域设置。" + }, + { + "Name": "LocaleFirstDayOfYear", + "Type": "StringNumber", + "Default": "0", + "Description": "设置决定一年中第一周的日期,从 0 开始,星期日。对于 ISO 8601,应该是 4。" + }, + { + "Name": "MaxDays", + "Type": "Int32", + "Default": "7", + "Description": "如果未设置 end 天,则在自定义日历中显示最大天数" + }, + { + "Name": "MinWeeks", + "Type": "Int32", + "Default": "1", + "Description": "在 month 或 week 视图中显示的最小周数。" + }, + { + "Name": "MonthFormat", + "Type": "Func`3", + "Default": "", + "Description": "将日期中出现的月份字符串格式化为指定的区域设置" + }, + { + "Name": "Now", + "Type": "StringNumberDate", + "Default": "", + "Description": "覆盖现在考虑的日期和时间。格式为 YYYY-MM-DD hh:mm:ss。日历是根据现在的情况设计的。" + }, + { + "Name": "ShortIntervals", + "Type": "Boolean", + "Default": "true", + "Description": "如果为 true,则 day 视图中的间隔将为上午 9:00,而不是上午 09:00" + }, + { + "Name": "ShortMonths", + "Type": "Boolean", + "Default": "true", + "Description": "是否应使用一个月的简短版本 (Jan vs January)。" + }, + { + "Name": "ShortWeekdays", + "Type": "Boolean", + "Default": "true", + "Description": "是否应使用工作日的简短版本 (Mon vs Monday)。" + }, + { + "Name": "ShowIntervalLabel", + "Type": "Func`2", + "Default": "", + "Description": "检查给定的日期和时间是否应显示在 day 视图的间隔栏中。" + }, + { + "Name": "ShowMonthOnFirst", + "Type": "Boolean", + "Default": "true", + "Description": "是否应在该月的第一天显示该月的名称。" + }, + { + "Name": "ShowWeek", + "Type": "Boolean", + "Default": "false", + "Description": "使用“月”视图时是否应该显示周数。" + }, + { + "Name": "Start", + "Type": "StringNumberDate", + "Default": "当前日期", + "Description": "日历上的开始日期(包括),格式为 YYYY-MM-DD。 根据日历的 type,可以将其忽略。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Type", + "Type": "String", + "Default": "month", + "Description": "一个“month”、“week”、“day”、“4day”、“custom-weekly”、“custom-daily”和“category”的之一的字符串。自定义类型查看传递给组件的“start”和“end”日期,而不是“value”。" + }, + { + "Name": "Value", + "Type": "StringNumberDate", + "Default": "", + "Description": "YYYY-MM-DD 格式的日期,用于确定日历的时间跨度。" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`3", + "Default": "", + "Description": "将标题中显示的星期几字符串格式设置为指定的区域设置" + }, + { + "Name": "WeekDays", + "Type": "OneOf`2", + "Default": "[0,1,2,3,4,5,6]", + "Description": "指定一周中要显示的日期。如果只显示周一到周五,可以使用 [1, 2, 3, 4, 5] 的值。要显示周一开始的一周,可以使用值 [1, 2, 3, 4, 5, 6, 0]。" + } + ], + "Contents": [ + { + "Name": "CategoryContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "DayBodyContent", + "Description": "" + }, + { + "Name": "DayContent", + "Description": "" + }, + { + "Name": "DayHeaderContent", + "Description": "" + }, + { + "Name": "DayLabelContent", + "Description": "" + }, + { + "Name": "DayLabelHeaderContent", + "Description": "" + }, + { + "Name": "DayMonthContent", + "Description": "" + }, + { + "Name": "EventContent", + "Description": "" + }, + { + "Name": "IntervalContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "NowChanged", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCalendarCategory.zh-CN.json b/en/en/MCalendarCategory.zh-CN.json new file mode 100644 index 0000000000..8a0b5472f3 --- /dev/null +++ b/en/en/MCalendarCategory.zh-CN.json @@ -0,0 +1,231 @@ +{ + "Components": [ + "CalendarCategory" + ], + "Props": [ + { + "Name": "Categories", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "CategoryDays", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "CategoryForInvalid", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CategoryHideDynamic", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "CategoryShowAll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "CategoryText", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "End", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "FirstInterval", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "FirstTime", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "HideHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalCount", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalMinutes", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalStyle", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MaxDays", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Now", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "ShortIntervals", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShortWeekdays", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowIntervalLabel", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Start", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "WeekDays", + "Type": "OneOf`2", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "CategoryContent", + "Description": "" + }, + { + "Name": "DayBodyContent", + "Description": "" + }, + { + "Name": "DayHeaderContent", + "Description": "" + }, + { + "Name": "DayLabelHeaderContent", + "Description": "" + }, + { + "Name": "IntervalContent", + "Description": "" + }, + { + "Name": "IntervalHeaderContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "NowChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCalendarDaily.zh-CN.json b/en/en/MCalendarDaily.zh-CN.json new file mode 100644 index 0000000000..18961af995 --- /dev/null +++ b/en/en/MCalendarDaily.zh-CN.json @@ -0,0 +1,196 @@ +{ + "Title": "CalendarDaily", + "Components": [ + "Calendars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "End", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "FirstInterval", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "FirstTime", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "HideHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalCount", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalMinutes", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalStyle", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "IntervalWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MaxDays", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Now", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "ShortIntervals", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShortWeekdays", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowIntervalLabel", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Start", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "WeekDays", + "Type": "OneOf`2", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "CategoryContent", + "Description": "" + }, + { + "Name": "DayBodyContent", + "Description": "" + }, + { + "Name": "DayHeaderContent", + "Description": "" + }, + { + "Name": "DayLabelHeaderContent", + "Description": "" + }, + { + "Name": "IntervalContent", + "Description": "" + }, + { + "Name": "IntervalHeaderContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "NowChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCalendarMonthly.zh-CN.json b/en/en/MCalendarMonthly.zh-CN.json new file mode 100644 index 0000000000..25e52de2a7 --- /dev/null +++ b/en/en/MCalendarMonthly.zh-CN.json @@ -0,0 +1,150 @@ +{ + "Title": "CalendarMonthly", + "Components": [ + "Calendars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "End", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "HideHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "LocaleFirstDayOfYear", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "MinWeeks", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "MonthFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "Now", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "ShortMonths", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShortWeekdays", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowMonthOnFirst", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowWeek", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Start", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "WeekDays", + "Type": "OneOf`2", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "DayContent", + "Description": "" + }, + { + "Name": "DayLabelContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "NowChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCalendarWeekly.zh-CN.json b/en/en/MCalendarWeekly.zh-CN.json new file mode 100644 index 0000000000..02c62e5dc6 --- /dev/null +++ b/en/en/MCalendarWeekly.zh-CN.json @@ -0,0 +1,150 @@ +{ + "Title": "CalendarWeekly", + "Components": [ + "Calendars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "End", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "HideHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "LocaleFirstDayOfYear", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "MinWeeks", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "MonthFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "Now", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "ShortMonths", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShortWeekdays", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowMonthOnFirst", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowWeek", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Start", + "Type": "StringNumberDate", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`3", + "Default": "null", + "Description": "" + }, + { + "Name": "WeekDays", + "Type": "OneOf`2", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "DayContent", + "Description": "" + }, + { + "Name": "DayLabelContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "NowChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCard.zh-CN.json b/en/en/MCard.zh-CN.json new file mode 100644 index 0000000000..0173090808 --- /dev/null +++ b/en/en/MCard.zh-CN.json @@ -0,0 +1,204 @@ +{ + "Title": "Card", + "Components": [ + "Cards" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "配置在链接激活时应用的 CSS 类。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "移除组件的单击或 target 功能。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "移除卡片的海拔。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Hover", + "Type": "Boolean", + "Default": "false", + "Description": "悬停时将应用 4dp 的海拔(默认值为 2dp)。" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "指定组件为锚点并应用 href 属性。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Img", + "Type": "String", + "Default": "null", + "Description": "指定卡片的背景图。对于更高级的实现,建议您使用 MImage 组件。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "为组件设置浅色主题。" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "指定组件为链接。当使用 href 或 **to ** 属性时,这是自动的设置的。" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "4", + "Description": "指定加载器的高度" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "显示线性进度条。可以是指定将哪种颜色应用于进度条的字符串(任何 material 色彩——主要(primary), 次要(secondary), 成功(success), 信息(info),警告(warning),错误(error)),或者使用组件的布尔值 color(由色彩属性设置——如果它被组件支持的话)还可以是原色。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Raised", + "Type": "Boolean", + "Default": "false", + "Description": "指定较高的默认海拔(8dp)。" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "在卡片的左上角和右下角应用较大的边框半径。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "div", + "Description": "指定在根元素上使用的自定义标签。" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "指定 target 属性。只在使用 href 属性时应用。" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ProgressContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCardActions.zh-CN.json b/en/en/MCardActions.zh-CN.json new file mode 100644 index 0000000000..1b34ed034e --- /dev/null +++ b/en/en/MCardActions.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "CardActions", + "Components": [ + "Cards" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MCardSubtitle.zh-CN.json b/en/en/MCardSubtitle.zh-CN.json new file mode 100644 index 0000000000..9e9db00c02 --- /dev/null +++ b/en/en/MCardSubtitle.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "CardSubtitle", + "Components": [ + "Cards" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MCardText.zh-CN.json b/en/en/MCardText.zh-CN.json new file mode 100644 index 0000000000..968ff2ed0a --- /dev/null +++ b/en/en/MCardText.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "CardText", + "Components": [ + "Cards" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MCardTitle.zh-CN.json b/en/en/MCardTitle.zh-CN.json new file mode 100644 index 0000000000..8a204b54d7 --- /dev/null +++ b/en/en/MCardTitle.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "CardTitle", + "Components": [ + "Cards" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MCascader.zh-CN.json b/en/en/MCascader.zh-CN.json new file mode 100644 index 0000000000..f212444c54 --- /dev/null +++ b/en/en/MCascader.zh-CN.json @@ -0,0 +1,524 @@ +{ + "Title": "Cascader", + "Components": [ + "Cascaders" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Chips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DeletableChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "HideNoData", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideSelected", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IReadOnlyList`1", + "Default": "", + "Description": "" + }, + { + "Name": "ItemText", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "ItemValue", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoadChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MenuProps", + "Type": "Action`1", + "Default": "", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowAllLevels", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SmallChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendItemContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "NoDataContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "PrependItemContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "SelectionContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "OnSelectedItemUpdate", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCascaderMenu.zh-CN.json b/en/en/MCascaderMenu.zh-CN.json new file mode 100644 index 0000000000..592d5efe04 --- /dev/null +++ b/en/en/MCascaderMenu.zh-CN.json @@ -0,0 +1,286 @@ +{ + "Title": "CascaderMenu", + "Components": [ + "Cascaders" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "AllowOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Attach", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Auto", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "CloseOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "CloseOnContentClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ContentClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ContentStyle", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisableKeys", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "NudgeBottom", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeLeft", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeRight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeTop", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "OffsetOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetX", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetY", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "OpenOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnFocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Origin", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PositionX", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "PositionY", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ZIndex", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnOutsideClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCascaderSelectList.zh-CN.json b/en/en/MCascaderSelectList.zh-CN.json new file mode 100644 index 0000000000..e4b98f0054 --- /dev/null +++ b/en/en/MCascaderSelectList.zh-CN.json @@ -0,0 +1,92 @@ +{ + "Title": "CascaderSelectList", + "Components": [ + "Cascaders" + ], + "Props": [ + { + "Name": "Children", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Highlighted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "null", + "Description": "" + }, + { + "Name": "Key", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnItemClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCascaderSelectOption.zh-CN.json b/en/en/MCascaderSelectOption.zh-CN.json new file mode 100644 index 0000000000..4982047be5 --- /dev/null +++ b/en/en/MCascaderSelectOption.zh-CN.json @@ -0,0 +1,80 @@ +{ + "Components": [ + "CascaderSelectOption" + ], + "Props": [ + { + "Name": "Children", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Highlighted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "null", + "Description": "" + }, + { + "Name": "Key", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnItemClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCheckbox.zh-CN.json b/en/en/MCheckbox.zh-CN.json new file mode 100644 index 0000000000..3bf6f823b0 --- /dev/null +++ b/en/en/MCheckbox.zh-CN.json @@ -0,0 +1,264 @@ +{ + "Title": "Checkbox", + "Components": [ + "Checkboxes" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用输入" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Indeterminate", + "Type": "Boolean", + "Default": "false", + "Description": "为复选框设置不确定状态" + }, + { + "Name": "IndeterminateIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "OffIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OnIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MChip.zh-CN.json b/en/en/MChip.zh-CN.json new file mode 100644 index 0000000000..37e4afcba0 --- /dev/null +++ b/en/en/MChip.zh-CN.json @@ -0,0 +1,204 @@ +{ + "Title": "Chip", + "Components": [ + "Chips" + ], + "Props": [ + { + "Name": "Active", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Close", + "Type": "Boolean", + "Default": "false", + "Description": "添加删除按钮" + }, + { + "Name": "CloseIcon", + "Type": "String", + "Default": "null", + "Description": "更改用于 close 纸片的默认图标" + }, + { + "Name": "CloseLabel", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用纸片,使其不可选择" + }, + { + "Name": "Draggable", + "Type": "Boolean", + "Default": "false", + "Description": "是否可以被鼠标拖拽。" + }, + { + "Name": "Filter", + "Type": "Boolean", + "Default": "false", + "Description": "选中时显示选择图标。" + }, + { + "Name": "FilterIcon", + "Type": "String", + "Default": "mdi-check", + "Description": "更改用于 filter 纸片的默认图标。" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Label", + "Type": "Boolean", + "Default": "false", + "Description": "移除圆形边缘" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的巨大。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Pill", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的小。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "TextColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的无比巨大。" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的更小。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnCloseClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MChipGroup.zh-CN.json b/en/en/MChipGroup.zh-CN.json new file mode 100644 index 0000000000..feeba2c461 --- /dev/null +++ b/en/en/MChipGroup.zh-CN.json @@ -0,0 +1,116 @@ +{ + "Title": "ChipGroup", + "Components": [ + "Chip groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CenterActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Column", + "Type": "Boolean", + "Default": "false", + "Description": "删除水平分页并根据需要包装项目" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "强制始终选择一个值(如果可用)。" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "允许多个选择。value 属性必须是 array。" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowArrows", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NextContent", + "Description": "" + }, + { + "Name": "PrevContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MCol.zh-CN.json b/en/en/MCol.zh-CN.json new file mode 100644 index 0000000000..1c9ec1beba --- /dev/null +++ b/en/en/MCol.zh-CN.json @@ -0,0 +1,141 @@ +{ + "Title": "Col", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "Align", + "Type": "StringEnum`1", + "Default": "null", + "Description": "应用 align-items css 属性。可用的选项是start, center, end, auto, baseline 和 stretch。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Cols", + "Type": "StringNumber", + "Default": "", + "Description": "设置组件扩展的默认列数。可用的选项是 1 -> 12 和 auto 。" + }, + { + "Name": "Flex", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Lg", + "Type": "StringNumber", + "Default": "", + "Description": "在更大和更大的断点上更改列数,可用的选项是 1 -> 12 和 auto 。" + }, + { + "Name": "Md", + "Type": "StringNumber", + "Default": "", + "Description": "更改中等和较大断点上的列数,可用的选项是 1 -> 12 和 auto 。" + }, + { + "Name": "Offset", + "Type": "StringNumber", + "Default": "", + "Description": "设置列的默认偏移量。" + }, + { + "Name": "OffsetLg", + "Type": "StringNumber", + "Default": "", + "Description": "在更大和更大的断点上更改组件的偏移量。" + }, + { + "Name": "OffsetMd", + "Type": "StringNumber", + "Default": "", + "Description": "在中等和更高的断点上更改组件的偏移量。" + }, + { + "Name": "OffsetSm", + "Type": "StringNumber", + "Default": "", + "Description": "在较小和较大的断点处更改组件的偏移量。" + }, + { + "Name": "OffsetXl", + "Type": "StringNumber", + "Default": "", + "Description": "在更大和更大的断点处更改组件的偏移量。" + }, + { + "Name": "Order", + "Type": "StringNumber", + "Default": "", + "Description": "设置列的默认 order" + }, + { + "Name": "OrderLg", + "Type": "StringNumber", + "Default": "", + "Description": "在更大和更大的断点上更改组件的偏移量。" + }, + { + "Name": "OrderMd", + "Type": "StringNumber", + "Default": "", + "Description": "在中等和更高的断点上更改组件的偏移量。" + }, + { + "Name": "OrderSm", + "Type": "StringNumber", + "Default": "", + "Description": "在较小和较大的断点处更改组件的偏移量。" + }, + { + "Name": "OrderXl", + "Type": "StringNumber", + "Default": "", + "Description": "在更大和更大的断点处更改组件的偏移量。" + }, + { + "Name": "Sm", + "Type": "StringNumber", + "Default": "", + "Description": "在较小和较大的断点上更改列数,可用的选项是 1 -> 12 和 auto 。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "div", + "Description": "指定在根元素上使用的自定义标签。" + }, + { + "Name": "Xl", + "Type": "StringNumber", + "Default": "", + "Description": "在较小和较大的断点上更改列数,可用的选项是 1 -> 12 和 auto 。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MColorPicker.zh-CN.json b/en/en/MColorPicker.zh-CN.json new file mode 100644 index 0000000000..0097e66e85 --- /dev/null +++ b/en/en/MColorPicker.zh-CN.json @@ -0,0 +1,111 @@ +{ + "Title": "ColorPicker", + "Components": [ + "Color pickers" + ], + "Props": [ + { + "Name": "CanvasHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DotSize", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideCanvas", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideInputs", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideModeSwitch", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideSliders", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Mode", + "Type": "ColorTypes", + "Default": "", + "Description": "" + }, + { + "Name": "ShowSwatches", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Object", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnColorUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MColorPickerCanvas.zh-CN.json b/en/en/MColorPickerCanvas.zh-CN.json new file mode 100644 index 0000000000..af050961c9 --- /dev/null +++ b/en/en/MColorPickerCanvas.zh-CN.json @@ -0,0 +1,63 @@ +{ + "Title": "ColorPickerCanvas", + "Components": [ + "Color pickers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "ColorPickerColor", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DotSize", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnColorUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MColorPickerEdit.zh-CN.json b/en/en/MColorPickerEdit.zh-CN.json new file mode 100644 index 0000000000..bbc8aa4d54 --- /dev/null +++ b/en/en/MColorPickerEdit.zh-CN.json @@ -0,0 +1,69 @@ +{ + "Title": "ColorPickerEdit", + "Components": [ + "Color pickers" + ], + "Props": [ + { + "Name": "Attrs", + "Type": "Dictionary`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "ColorPickerColor", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideAlpha", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Mode", + "Type": "ColorTypes", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnColorUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MColorPickerPreview.zh-CN.json b/en/en/MColorPickerPreview.zh-CN.json new file mode 100644 index 0000000000..86df3eaf84 --- /dev/null +++ b/en/en/MColorPickerPreview.zh-CN.json @@ -0,0 +1,51 @@ +{ + "Title": "ColorPickerPreview", + "Components": [ + "Color pickers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "ColorPickerColor", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideAlpha", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnColorUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MContainer.zh-CN.json b/en/en/MContainer.zh-CN.json new file mode 100644 index 0000000000..8b84d72f6d --- /dev/null +++ b/en/en/MContainer.zh-CN.json @@ -0,0 +1,45 @@ +{ + "Title": "Container", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Fluid", + "Type": "Boolean", + "Default": "false", + "Description": "删除视图最大宽度大小的断点" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "设置组件上的 DOM id" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "div", + "Description": "指定在根元素上使用的自定义标签。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MCounter.zh-CN.json b/en/en/MCounter.zh-CN.json new file mode 100644 index 0000000000..dd399ad163 --- /dev/null +++ b/en/en/MCounter.zh-CN.json @@ -0,0 +1,51 @@ +{ + "Components": [ + "Counter" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MDataFooter.zh-CN.json b/en/en/MDataFooter.zh-CN.json new file mode 100644 index 0000000000..f41afe525e --- /dev/null +++ b/en/en/MDataFooter.zh-CN.json @@ -0,0 +1,126 @@ +{ + "Title": "DataFooter", + "Components": [ + "Data iterators" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "DisableItemsPerPage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisablePagination", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FirstIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemsPerPageAllText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemsPerPageOptions", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemsPerPageText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "LastIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Options", + "Type": "DataOptions", + "Default": "null", + "Description": "" + }, + { + "Name": "PageText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Pagination", + "Type": "DataPagination", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowCurrentPage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowFirstLastPage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "PageTextContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnOptionsUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDataIterator.zh-CN.json b/en/en/MDataIterator.zh-CN.json new file mode 100644 index 0000000000..ba4887ab3e --- /dev/null +++ b/en/en/MDataIterator.zh-CN.json @@ -0,0 +1,276 @@ +{ + "Title": "DataIterator", + "Components": [ + "Data iterators" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "CustomFilter", + "Type": "Func`4", + "Default": "null", + "Description": "" + }, + { + "Name": "CustomGroup", + "Type": "Func`5", + "Default": "null", + "Description": "" + }, + { + "Name": "CustomSort", + "Type": "Func`6", + "Default": "null", + "Description": "" + }, + { + "Name": "DisableFiltering", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisablePagination", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisableSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Expanded", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "FooterProps", + "Type": "Dictionary`2", + "Default": "null", + "Description": "" + }, + { + "Name": "GroupBy", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "GroupDesc", + "Type": "IList`1", + "Default": "null", + "Description": "" + }, + { + "Name": "HideDefaultFooter", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemsPerPage", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ItemValues", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "LoadingText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MultiSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MustSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NoDataText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "NoResultsText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Page", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Search", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectableKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ServerItemsLength", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "SingleExpand", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleSelect", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SortBy", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "SortDesc", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "FooterContent", + "Description": "" + }, + { + "Name": "HeaderContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + }, + { + "Name": "LoadingContent", + "Description": "" + }, + { + "Name": "NoDataContent", + "Description": "" + }, + { + "Name": "NoResultsContent", + "Description": "" + }, + { + "Name": "PageTextContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnOptionsUpdate", + "Description": "" + }, + { + "Name": "OnPageCount", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDataTable.zh-CN.json b/en/en/MDataTable.zh-CN.json new file mode 100644 index 0000000000..88b0b6e679 --- /dev/null +++ b/en/en/MDataTable.zh-CN.json @@ -0,0 +1,432 @@ +{ + "Title": "DataTable", + "Components": [ + "Data tables" + ], + "Props": [ + { + "Name": "Caption", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CheckboxColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "CustomFilter", + "Type": "Func`4", + "Default": "null", + "Description": "" + }, + { + "Name": "CustomGroup", + "Type": "Func`5", + "Default": "null", + "Description": "" + }, + { + "Name": "CustomItemFilter", + "Type": "Func`4", + "Default": "null", + "Description": "" + }, + { + "Name": "CustomSort", + "Type": "Func`6", + "Default": "null", + "Description": "" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "DisableFiltering", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisablePagination", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "DisableSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Expanded", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ExpandIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "FixedHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FixedRight", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FooterProps", + "Type": "Dictionary`2", + "Default": "null", + "Description": "" + }, + { + "Name": "GroupBy", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "GroupDesc", + "Type": "IList`1", + "Default": "null", + "Description": "" + }, + { + "Name": "HeaderProps", + "Type": "Dictionary`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Headers", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "HeadersLength", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDefaultFooter", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideDefaultHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemsPerPage", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ItemValues", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "LoadingText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MultiSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MustSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NoDataText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "NoResultsText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Page", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Search", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectableKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ServerItemsLength", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ShowExpand", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowGroupBy", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowSelect", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleExpand", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleSelect", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SortBy", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "SortDesc", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "Stripe", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "BodyAppendContent", + "Description": "" + }, + { + "Name": "BodyPrependContent", + "Description": "" + }, + { + "Name": "CaptionContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ExpandedItemContent", + "Description": "" + }, + { + "Name": "FootContent", + "Description": "" + }, + { + "Name": "FooterContent", + "Description": "" + }, + { + "Name": "GroupContent", + "Description": "" + }, + { + "Name": "GroupHeaderContent", + "Description": "" + }, + { + "Name": "HeaderColContent", + "Description": "" + }, + { + "Name": "HeaderContent", + "Description": "" + }, + { + "Name": "ItemColContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + }, + { + "Name": "ItemDataTableExpandContent", + "Description": "" + }, + { + "Name": "ItemDataTableSelectContent", + "Description": "" + }, + { + "Name": "LoadingContent", + "Description": "" + }, + { + "Name": "NoDataContent", + "Description": "" + }, + { + "Name": "NoResultsContent", + "Description": "" + }, + { + "Name": "PageTextContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "TopContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnOptionsUpdate", + "Description": "" + }, + { + "Name": "OnPageCount", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDataTableHeader.zh-CN.json b/en/en/MDataTableHeader.zh-CN.json new file mode 100644 index 0000000000..5971711509 --- /dev/null +++ b/en/en/MDataTableHeader.zh-CN.json @@ -0,0 +1,104 @@ +{ + "Title": "DataTableHeader", + "Components": [ + "Data tables" + ], + "Props": [ + { + "Name": "CheckboxColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "DisableSort", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "EveryItem", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Headers", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Options", + "Type": "DataOptions", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowGroupBy", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleSelect", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SomeItems", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SortIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "DataTableSelectContent", + "Description": "" + }, + { + "Name": "HeaderColContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnGroup", + "Description": "" + }, + { + "Name": "OnSort", + "Description": "" + }, + { + "Name": "OnToggleSelectAll", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDataTableRow.zh-CN.json b/en/en/MDataTableRow.zh-CN.json new file mode 100644 index 0000000000..020bc827ed --- /dev/null +++ b/en/en/MDataTableRow.zh-CN.json @@ -0,0 +1,79 @@ +{ + "Title": "DataTableRow", + "Components": [ + "Data tables" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Headers", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Index", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "IsExpanded", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "IsSelected", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Stripe", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ItemColContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MDataTableRowGroup.zh-CN.json b/en/en/MDataTableRowGroup.zh-CN.json new file mode 100644 index 0000000000..d3434cc73b --- /dev/null +++ b/en/en/MDataTableRowGroup.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "DataTableRowGroup", + "Components": [ + "Data tables" + ], + "Props": [ + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ColumnHeaderContent", + "Description": "" + }, + { + "Name": "RowContentContent", + "Description": "" + }, + { + "Name": "RowHeaderContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MDatePicker.zh-CN.json b/en/en/MDatePicker.zh-CN.json new file mode 100644 index 0000000000..8e98eab201 --- /dev/null +++ b/en/en/MDatePicker.zh-CN.json @@ -0,0 +1,272 @@ +{ + "Title": "DatePicker", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "ActivePicker", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "AllowedDates", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DayFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用与选择器的交互" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "FirstDayOfWeek", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "移除提升" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "强制 100% 宽度" + }, + { + "Name": "HeaderColor", + "Type": "String", + "Default": "null", + "Description": "定义标题颜色。如果未指定,将使用由 color 属性或默认选择器颜色定义的颜色。" + }, + { + "Name": "HeaderDateFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Landscape", + "Type": "Boolean", + "Default": "false", + "Description": "水平方向选择器" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "MonthFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "设置下个 月/年 按钮的图标" + }, + { + "Name": "NoTitle", + "Type": "Boolean", + "Default": "false", + "Description": "隐藏选择器标题" + }, + { + "Name": "PickerDate", + "Type": "DateOnly", + "Default": "", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "设置上一个 月/年 按钮的图标" + }, + { + "Name": "Range", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reactive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "使选择器变为只读状态(不允许选择新日期)" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowAdjacentMonths", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowCurrent", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "ShowWeek", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "TitleDateFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "DatePickerType", + "Default": "null", + "Description": "确定选择器的类型 - 日期选择器的 date ,月选择器的 month" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "YearFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "YearIcon", + "Type": "String", + "Default": "null", + "Description": "设置年份选择按钮中的图标" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnActivePickerUpdate", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnPickerDateUpdate", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerDateTable.zh-CN.json b/en/en/MDatePickerDateTable.zh-CN.json new file mode 100644 index 0000000000..e1c84aec9a --- /dev/null +++ b/en/en/MDatePickerDateTable.zh-CN.json @@ -0,0 +1,145 @@ +{ + "Title": "DatePickerDateTable", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "AllowedDates", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Current", + "Type": "DateOnly", + "Default": "", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FirstDayOfWeek", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Range", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowAdjacentMonths", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowWeek", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + }, + { + "Name": "WeekdayFormat", + "Type": "Func`2", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnDaySelected", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerHeader.zh-CN.json b/en/en/MDatePickerHeader.zh-CN.json new file mode 100644 index 0000000000..3be4a40768 --- /dev/null +++ b/en/en/MDatePickerHeader.zh-CN.json @@ -0,0 +1,120 @@ +{ + "Title": "DatePickerHeader", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "ActivePicker", + "Type": "DatePickerType", + "Default": "", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "DateOnly", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnToggle", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerMonthTable.zh-CN.json b/en/en/MDatePickerMonthTable.zh-CN.json new file mode 100644 index 0000000000..23ccc455d0 --- /dev/null +++ b/en/en/MDatePickerMonthTable.zh-CN.json @@ -0,0 +1,117 @@ +{ + "Title": "DatePickerMonthTable", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "AllowedDates", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Current", + "Type": "DateOnly", + "Default": "", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Range", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerTable.zh-CN.json b/en/en/MDatePickerTable.zh-CN.json new file mode 100644 index 0000000000..0595f56ffe --- /dev/null +++ b/en/en/MDatePickerTable.zh-CN.json @@ -0,0 +1,117 @@ +{ + "Title": "DatePickerTable", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "AllowedDates", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Current", + "Type": "DateOnly", + "Default": "", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Range", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerTitle.zh-CN.json b/en/en/MDatePickerTitle.zh-CN.json new file mode 100644 index 0000000000..2731e89fea --- /dev/null +++ b/en/en/MDatePickerTitle.zh-CN.json @@ -0,0 +1,75 @@ +{ + "Title": "DatePickerTitle", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Date", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SelectingYear", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "DateOnly", + "Default": "", + "Description": "" + }, + { + "Name": "Year", + "Type": "String", + "Default": "0", + "Description": "" + }, + { + "Name": "YearIcon", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnSelectingYearUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDatePickerYears.zh-CN.json b/en/en/MDatePickerYears.zh-CN.json new file mode 100644 index 0000000000..f8d4912428 --- /dev/null +++ b/en/en/MDatePickerYears.zh-CN.json @@ -0,0 +1,69 @@ +{ + "Title": "DatePickerYears", + "Components": [ + "Date pickers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Locale", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Int32", + "Default": "0", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDialog.zh-CN.json b/en/en/MDialog.zh-CN.json new file mode 100644 index 0000000000..f4abf049a0 --- /dev/null +++ b/en/en/MDialog.zh-CN.json @@ -0,0 +1,136 @@ +{ + "Title": "Dialog", + "Components": [ + "Dialogs" + ], + "Props": [ + { + "Name": "Attach", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Fullscreen", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideOverlay", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "OpenDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "OpenOnFocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Persistent", + "Type": "Boolean", + "Default": "false", + "Description": "点击元素外部或按下esc键不会使其失效。" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "当设置为 true 时,期望有一个 v-card 和一个 v-card-text 组件,并有指定的高度。更多信息,请查看 可滚动示例。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnOutsideClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MDivider.zh-CN.json b/en/en/MDivider.zh-CN.json new file mode 100644 index 0000000000..5a873a35de --- /dev/null +++ b/en/en/MDivider.zh-CN.json @@ -0,0 +1,52 @@ +{ + "Title": "Divider", + "Components": [ + "Dividers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inset", + "Type": "Boolean", + "Default": "false", + "Description": "添加缩进 (72px)" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "垂直显示分隔线" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MECharts.zh-CN.json b/en/en/MECharts.zh-CN.json new file mode 100644 index 0000000000..a530a8b34d --- /dev/null +++ b/en/en/MECharts.zh-CN.json @@ -0,0 +1,46 @@ +{ + "Title": "ECharts", + "Components": [ + "ECharts" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Option", + "Type": "Object", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MExpansionPanel.zh-CN.json b/en/en/MExpansionPanel.zh-CN.json new file mode 100644 index 0000000000..1095b092df --- /dev/null +++ b/en/en/MExpansionPanel.zh-CN.json @@ -0,0 +1,63 @@ +{ + "Title": "ExpansionPanel", + "Components": [ + "Expansion panels" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用扩展面板内容" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MExpansionPanelContent.zh-CN.json b/en/en/MExpansionPanelContent.zh-CN.json new file mode 100644 index 0000000000..68f6949442 --- /dev/null +++ b/en/en/MExpansionPanelContent.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "ExpansionPanelContent", + "Components": [ + "Expansion panels" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MExpansionPanelHeader.zh-CN.json b/en/en/MExpansionPanelHeader.zh-CN.json new file mode 100644 index 0000000000..a56a331f85 --- /dev/null +++ b/en/en/MExpansionPanelHeader.zh-CN.json @@ -0,0 +1,72 @@ +{ + "Title": "ExpansionPanelHeader", + "Components": [ + "Expansion panels" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "DisableIconRotate", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ExpandIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "HideActions", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ActionsContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MExpansionPanels.zh-CN.json b/en/en/MExpansionPanels.zh-CN.json new file mode 100644 index 0000000000..6042ce4486 --- /dev/null +++ b/en/en/MExpansionPanels.zh-CN.json @@ -0,0 +1,132 @@ +{ + "Title": "ExpansionPanels", + "Components": [ + "Expansion panels" + ], + "Props": [ + { + "Name": "Accordion", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用整个扩展面板" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Focusable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inset", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Popout", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MFileInput.zh-CN.json b/en/en/MFileInput.zh-CN.json new file mode 100644 index 0000000000..cbabf6ff14 --- /dev/null +++ b/en/en/MFileInput.zh-CN.json @@ -0,0 +1,456 @@ +{ + "Title": "FileInput", + "Components": [ + "File inputs" + ], + "Props": [ + { + "Name": "Accept", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Chips", + "Type": "Boolean", + "Default": "false", + "Description": "改变一个已选择项为小纸片(chips)的显示方式" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "false", + "Description": "为输入长度创建一个计数器,如果未指定数字,则默认为25,不会应用任何验证。" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "HideInput", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "将 multiple 属性添加到输入中,允许选择多个文件。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowSize", + "Type": "Boolean", + "Default": "false", + "Description": "设置所选文件的显示大小。当使用 true 默认值为 1000 显示(kB,MB,GB) 时,1024 将显示(KiB,MiB,GiB)。" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SmallChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "TruncateLength", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "SelectionContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MFooter.zh-CN.json b/en/en/MFooter.zh-CN.json new file mode 100644 index 0000000000..b9e6ff3efe --- /dev/null +++ b/en/en/MFooter.zh-CN.json @@ -0,0 +1,135 @@ +{ + "Title": "Footer", + "Components": [ + "Footers" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "App", + "Type": "Boolean", + "Default": "false", + "Description": "指定该组件作为应用程序布局的一部分。用于动态调整内容的大小。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inset", + "Type": "Boolean", + "Default": "false", + "Description": "定位工具栏偏离应用程序的m-navigation-drawer的位置。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "将亮色主题变量应用到组件。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Padless", + "Type": "Boolean", + "Default": "false", + "Description": "删除页脚中的所有边距。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "false", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MForm.zh-CN.json b/en/en/MForm.zh-CN.json new file mode 100644 index 0000000000..72eae8d30a --- /dev/null +++ b/en/en/MForm.zh-CN.json @@ -0,0 +1,72 @@ +{ + "Title": "Form", + "Components": [ + "Forms" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "EnableDataAnnotationsValidation", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Model", + "Type": "Object", + "Default": "", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnSubmit", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MHintMessage.zh-CN.json b/en/en/MHintMessage.zh-CN.json new file mode 100644 index 0000000000..248bba5d72 --- /dev/null +++ b/en/en/MHintMessage.zh-CN.json @@ -0,0 +1,44 @@ +{ + "Components": [ + "HintMessage" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MHover.zh-CN.json b/en/en/MHover.zh-CN.json new file mode 100644 index 0000000000..6224ff05ca --- /dev/null +++ b/en/en/MHover.zh-CN.json @@ -0,0 +1,62 @@ +{ + "Title": "Hover", + "Components": [ + "Hover" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseDelay", + "Type": "StringNumber", + "Default": "0", + "Description": "关闭组件前等待的毫秒数。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "关闭悬停功能" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OpenDelay", + "Type": "StringNumber", + "Default": "0", + "Description": "在打开组件之前等待的毫秒数。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "控制组件是可见的还是隐藏的。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MIcon.zh-CN.json b/en/en/MIcon.zh-CN.json new file mode 100644 index 0000000000..2f6ee17337 --- /dev/null +++ b/en/en/MIcon.zh-CN.json @@ -0,0 +1,122 @@ +{ + "Title": "Icon", + "Components": [ + "Icons" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用输入" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的巨大。" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "当按钮放置在另一个元素或文本的左边时,对按钮内的图标应用适当的间距。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "当按钮放置在另一个元素或文本的右边时,对按钮内的图标应用适当的间距。" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的小。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "", + "Description": "指定要使用的自定义标签" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的无比巨大。" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的更小。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MImage.zh-CN.json b/en/en/MImage.zh-CN.json new file mode 100644 index 0000000000..865033b98d --- /dev/null +++ b/en/en/MImage.zh-CN.json @@ -0,0 +1,127 @@ +{ + "Title": "Image", + "Components": [ + "Images" + ], + "Props": [ + { + "Name": "AspectRatio", + "Type": "StringNumber", + "Default": "", + "Description": "计算为width/height,因此对于 1920x1080px 的图片,其值为 1.7778。 如果省略,将自动计算" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Contain", + "Type": "Boolean", + "Default": "false", + "Description": "防止图像不合适时被裁剪" + }, + { + "Name": "ContentClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Gradient", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "LazySrc", + "Type": "String", + "Default": "", + "Description": "在等待主映像加载时显示的内容,通常是一个小型的base64编码的缩略图。有一个轻微的模糊滤镜应用。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Position", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Src", + "Type": "String", + "Default": "null", + "Description": "图像的 URL。这个属性是强制性的" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "PlaceholderContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MInput.zh-CN.json b/en/en/MInput.zh-CN.json new file mode 100644 index 0000000000..08b4f4bd75 --- /dev/null +++ b/en/en/MInput.zh-CN.json @@ -0,0 +1,224 @@ +{ + "Title": "Input", + "Components": [ + "Text fields" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "null", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MItem.zh-CN.json b/en/en/MItem.zh-CN.json new file mode 100644 index 0000000000..9fc76c4a16 --- /dev/null +++ b/en/en/MItem.zh-CN.json @@ -0,0 +1,57 @@ +{ + "Title": "Item", + "Components": [ + "Item groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MItemGroup.zh-CN.json b/en/en/MItemGroup.zh-CN.json new file mode 100644 index 0000000000..ebd937e128 --- /dev/null +++ b/en/en/MItemGroup.zh-CN.json @@ -0,0 +1,90 @@ +{ + "Title": "ItemGroup", + "Components": [ + "Item groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "强制始终选择一个值(如果可用)。" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "允许多个选择。value 属性必须是 array。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MLabel.zh-CN.json b/en/en/MLabel.zh-CN.json new file mode 100644 index 0000000000..9061885148 --- /dev/null +++ b/en/en/MLabel.zh-CN.json @@ -0,0 +1,105 @@ +{ + "Title": "Label", + "Components": [ + "Text fields" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Focused", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "For", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Required", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MList.zh-CN.json b/en/en/MList.zh-CN.json new file mode 100644 index 0000000000..02480332d8 --- /dev/null +++ b/en/en/MList.zh-CN.json @@ -0,0 +1,165 @@ +{ + "Title": "List", + "Components": [ + "Lists" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用所有子级的 v-list-item 组件" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Expand", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "删除活动的 v-list-item 上突出显示的背景" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Linkage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Nav", + "Type": "Boolean", + "Default": "false", + "Description": "另一种样式可以减小 v-list-item 的宽度并圆角化。 通常与 v-navigation-drawer 一起使用" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "为 v-list-item 提供一个可选的活动样式。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Subheader", + "Type": "Boolean", + "Default": "false", + "Description": "会移除上边距(top padding),当前面只有一个列表组标题的时候使用" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ThreeLine", + "Type": "Boolean", + "Default": "false", + "Description": "增加三行的列表项高度。 该属性使用 line-clamp ,并非所有浏览器都支持。" + }, + { + "Name": "TwoLine", + "Type": "Boolean", + "Default": "false", + "Description": "增加两行的列表项高度。 该属性使用 line-clamp ,并非所有浏览器都支持。" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListGroup.zh-CN.json b/en/en/MListGroup.zh-CN.json new file mode 100644 index 0000000000..49e3d54cdd --- /dev/null +++ b/en/en/MListGroup.zh-CN.json @@ -0,0 +1,103 @@ +{ + "Title": "ListGroup", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "在组件上附加一个图标,使用与 v-icon 相同的语法" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用所有子级的 v-list-item 组件" + }, + { + "Name": "Group", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "NoAction", + "Type": "Boolean", + "Default": "false", + "Description": "从组项目中删除分配给操作图标的左边距" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "在组件前添加一个图标,使用与 v-icon 相同的语法" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "SubGroup", + "Type": "Boolean", + "Default": "false", + "Description": "将组件指定为嵌套列表组" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MListGroupItem.zh-CN.json b/en/en/MListGroupItem.zh-CN.json new file mode 100644 index 0000000000..60980a6feb --- /dev/null +++ b/en/en/MListGroupItem.zh-CN.json @@ -0,0 +1,155 @@ +{ + "Components": [ + "ListGroupItem" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Highlighted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inactive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Linkage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Selectable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ThreeLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "TwoLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MListGroupItemIcon.zh-CN.json b/en/en/MListGroupItemIcon.zh-CN.json new file mode 100644 index 0000000000..b1f6f22b5f --- /dev/null +++ b/en/en/MListGroupItemIcon.zh-CN.json @@ -0,0 +1,38 @@ +{ + "Components": [ + "ListGroupItemIcon" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItem.zh-CN.json b/en/en/MListItem.zh-CN.json new file mode 100644 index 0000000000..f5790c865d --- /dev/null +++ b/en/en/MListItem.zh-CN.json @@ -0,0 +1,157 @@ +{ + "Title": "ListItem", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用组件" + }, + { + "Name": "Highlighted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "指定组件为锚点并应用 href 属性。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inactive", + "Type": "Boolean", + "Default": "false", + "Description": "如果设置了该属性,即使有to/href或者@click,列表块也不会响应链接。" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "指定组件为链接。当使用 href 或 **to ** 属性时,这是自动的设置的。" + }, + { + "Name": "Linkage", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Selectable", + "Type": "Boolean", + "Default": "false", + "Description": "允许在 v-list-item 中选择文本。 该属性使用 user-select" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ThreeLine", + "Type": "Boolean", + "Default": "false", + "Description": "增加三行的列表项高度。 该属性使用 line-clamp ,并非所有浏览器都支持。" + }, + { + "Name": "TwoLine", + "Type": "Boolean", + "Default": "false", + "Description": "增加两行的列表项高度。 该属性使用 line-clamp ,并非所有浏览器都支持。" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MListItemAction.zh-CN.json b/en/en/MListItemAction.zh-CN.json new file mode 100644 index 0000000000..c1f07fe8d1 --- /dev/null +++ b/en/en/MListItemAction.zh-CN.json @@ -0,0 +1,34 @@ +{ + "Title": "ListItemAction", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemActionText.zh-CN.json b/en/en/MListItemActionText.zh-CN.json new file mode 100644 index 0000000000..46219140da --- /dev/null +++ b/en/en/MListItemActionText.zh-CN.json @@ -0,0 +1,34 @@ +{ + "Title": "ListItemActionText", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemAvatar.zh-CN.json b/en/en/MListItemAvatar.zh-CN.json new file mode 100644 index 0000000000..639d3a3e7a --- /dev/null +++ b/en/en/MListItemAvatar.zh-CN.json @@ -0,0 +1,112 @@ +{ + "Title": "ListItemAvatar", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Horizontal", + "Type": "Boolean", + "Default": "false", + "Description": "使用另一种水平样式。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "指定头像在组件左侧。它被诸如 v-chip 和 v-btn 等组件绑在一起。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "指定头像在组件的右侧。它被诸如 v-chip 和 v-btn 等组件绑在一起。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemContent.zh-CN.json b/en/en/MListItemContent.zh-CN.json new file mode 100644 index 0000000000..007dee4657 --- /dev/null +++ b/en/en/MListItemContent.zh-CN.json @@ -0,0 +1,34 @@ +{ + "Title": "ListItemContent", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemGroup.zh-CN.json b/en/en/MListItemGroup.zh-CN.json new file mode 100644 index 0000000000..bbcb976748 --- /dev/null +++ b/en/en/MListItemGroup.zh-CN.json @@ -0,0 +1,97 @@ +{ + "Title": "ListItemGroup", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "允许多个选择。value 属性必须是 array。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MListItemIcon.zh-CN.json b/en/en/MListItemIcon.zh-CN.json new file mode 100644 index 0000000000..0be8a881dd --- /dev/null +++ b/en/en/MListItemIcon.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "ListItemIcon", + "Components": [ + "Lists" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemSubtitle.zh-CN.json b/en/en/MListItemSubtitle.zh-CN.json new file mode 100644 index 0000000000..cffebd3561 --- /dev/null +++ b/en/en/MListItemSubtitle.zh-CN.json @@ -0,0 +1,34 @@ +{ + "Title": "ListItemSubtitle", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MListItemTitle.zh-CN.json b/en/en/MListItemTitle.zh-CN.json new file mode 100644 index 0000000000..87b11c398b --- /dev/null +++ b/en/en/MListItemTitle.zh-CN.json @@ -0,0 +1,34 @@ +{ + "Title": "ListItemTitle", + "Components": [ + "Lists", + "List item groups" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MMain.zh-CN.json b/en/en/MMain.zh-CN.json new file mode 100644 index 0000000000..6d3632e3e9 --- /dev/null +++ b/en/en/MMain.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "Main", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MMenu.zh-CN.json b/en/en/MMenu.zh-CN.json new file mode 100644 index 0000000000..37ebac30ae --- /dev/null +++ b/en/en/MMenu.zh-CN.json @@ -0,0 +1,286 @@ +{ + "Title": "Menu", + "Components": [ + "Menus" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "AllowOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Attach", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Auto", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "CloseOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "指定菜应该在外部激活器被点击时关闭。" + }, + { + "Name": "CloseOnContentClick", + "Type": "Boolean", + "Default": "false", + "Description": "指定点击内容时菜单是否应该关闭。" + }, + { + "Name": "ContentClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ContentStyle", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用菜单" + }, + { + "Name": "DisableKeys", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向左边对齐。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "NudgeBottom", + "Type": "StringNumber", + "Default": "", + "Description": "向底部微调内容" + }, + { + "Name": "NudgeLeft", + "Type": "StringNumber", + "Default": "", + "Description": "向左侧微调内容" + }, + { + "Name": "NudgeRight", + "Type": "StringNumber", + "Default": "", + "Description": "向右侧微调内容" + }, + { + "Name": "NudgeTop", + "Type": "StringNumber", + "Default": "", + "Description": "向顶部微调内容" + }, + { + "Name": "NudgeWidth", + "Type": "StringNumber", + "Default": "", + "Description": "微调内容宽度" + }, + { + "Name": "OffsetOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetX", + "Type": "Boolean", + "Default": "false", + "Description": "在x轴上偏移菜单,与左/右方向一起工作" + }, + { + "Name": "OffsetY", + "Type": "Boolean", + "Default": "false", + "Description": "在y轴上偏移菜单,与上/下方向一起工作" + }, + { + "Name": "OpenDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "OpenOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnFocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "指定是否在激活器悬停时打开菜单" + }, + { + "Name": "Origin", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PositionX", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "PositionY", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向右边对齐。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向顶部对齐。" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ZIndex", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnOutsideClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MMessages.zh-CN.json b/en/en/MMessages.zh-CN.json new file mode 100644 index 0000000000..76e7f022f6 --- /dev/null +++ b/en/en/MMessages.zh-CN.json @@ -0,0 +1,57 @@ +{ + "Title": "Messages", + "Components": [ + "Messages" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MNavigationDrawer.zh-CN.json b/en/en/MNavigationDrawer.zh-CN.json new file mode 100644 index 0000000000..55d0739e25 --- /dev/null +++ b/en/en/MNavigationDrawer.zh-CN.json @@ -0,0 +1,198 @@ +{ + "Title": "NavigationDrawer", + "Components": [ + "Navigation drawers" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "App", + "Type": "Boolean", + "Default": "false", + "Description": "指定该组件作为应用程序布局的一部分。用于动态调整内容的大小。使用此属性的组件只有位于 v-main 组件的 外部才能正常运行。您可以在 应用程序页面 获取更多有关布局的信息。注意: 使用此属性会自动应用position: fixed 到布局元素上。您可以使用 absolute 属性 来覆盖这个功能。" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "在移动设备上从屏幕底部展开" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clipped", + "Type": "Boolean", + "Default": "false", + "Description": "在应用程序工具栏下面有一个被夹住的抽屉。注意:要求在MAppBar上夹左或夹右支柱按预期工作" + }, + { + "Name": "Color", + "Type": "String", + "Default": "", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DisableResizeWatcher", + "Type": "Boolean", + "Default": "false", + "Description": "调整大小时将自动打开/关闭抽屉,具体取决于移动设备还是桌面设备。" + }, + { + "Name": "DisableRouteWatcher", + "Type": "Boolean", + "Default": "false", + "Description": "路线更改时禁用导航抽屉的打开。" + }, + { + "Name": "ExpandOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "将抽屉折叠成 mini-variant,直到用鼠标悬停" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Floating", + "Type": "Boolean", + "Default": "false", + "Description": "浮动抽屉没有可见的容器(没有右边框)" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "将亮色主题变量应用到组件。" + }, + { + "Name": "MiniVariant", + "Type": "Boolean", + "Default": "false", + "Description": "压缩导航抽屉宽度。" + }, + { + "Name": "MiniVariantWidth", + "Type": "StringNumber", + "Default": "56", + "Description": "指定mini属性开期时指定的宽度" + }, + { + "Name": "Permanent", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将抽屉放置在右侧" + }, + { + "Name": "Src", + "Type": "OneOf`2", + "Default": "", + "Description": "指定一个 MImage 作为组件的背景。" + }, + { + "Name": "Stateless", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Temporary", + "Type": "Boolean", + "Default": "false", + "Description": "临时抽屉位于其应用之上,并使用稀松布(叠加)来使背景变暗" + }, + { + "Name": "Top", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "Touchless", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "控制组件是可见的还是隐藏的。" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "256", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ImgContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "MiniVariantChanged", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MOverlay.zh-CN.json b/en/en/MOverlay.zh-CN.json new file mode 100644 index 0000000000..8afe4148fc --- /dev/null +++ b/en/en/MOverlay.zh-CN.json @@ -0,0 +1,80 @@ +{ + "Title": "Overlay", + "Components": [ + "Overlay" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Opacity", + "Type": "StringNumber", + "Default": "", + "Description": "设置遮罩层的透明度" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ZIndex", + "Type": "Int32", + "Default": "", + "Description": "用于组件的 z-index" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MPagination.zh-CN.json b/en/en/MPagination.zh-CN.json new file mode 100644 index 0000000000..2d5d44d484 --- /dev/null +++ b/en/en/MPagination.zh-CN.json @@ -0,0 +1,105 @@ +{ + "Title": "Pagination", + "Components": [ + "Pagination" + ], + "Props": [ + { + "Name": "Circle", + "Type": "Boolean", + "Default": "false", + "Description": "将分页元素的形状改变圆形" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用组件" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Length", + "Type": "Int32", + "Default": "0", + "Description": "分页组件的长度" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "指定用于下一个图标的图标" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "指定用于上一个图标的图标" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "TotalVisible", + "Type": "StringNumber", + "Default": "", + "Description": "指定最大可见分页数" + }, + { + "Name": "Value", + "Type": "Int32", + "Default": "0", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnNext", + "Description": "" + }, + { + "Name": "OnPrevious", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MPicker.zh-CN.json b/en/en/MPicker.zh-CN.json new file mode 100644 index 0000000000..c9d6a91410 --- /dev/null +++ b/en/en/MPicker.zh-CN.json @@ -0,0 +1,106 @@ +{ + "Components": [ + "Picker" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HeaderColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Landscape", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NoTitle", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ActionsContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "TitleContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MPopover.zh-CN.json b/en/en/MPopover.zh-CN.json new file mode 100644 index 0000000000..69899c4bc6 --- /dev/null +++ b/en/en/MPopover.zh-CN.json @@ -0,0 +1,97 @@ +{ + "Components": [ + "Popover" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "String", + "Default": "null", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "ClientX", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "ClientY", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "OffsetX", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetY", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PreventDefault", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Visible", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MProgressCircular.zh-CN.json b/en/en/MProgressCircular.zh-CN.json new file mode 100644 index 0000000000..bdef631d1f --- /dev/null +++ b/en/en/MProgressCircular.zh-CN.json @@ -0,0 +1,69 @@ +{ + "Title": "ProgressCircular", + "Components": [ + "Progress circulars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Indeterminate", + "Type": "Boolean", + "Default": "false", + "Description": "恒定动画,加载进度未知时使用。" + }, + { + "Name": "Rotate", + "Type": "StringNumber", + "Default": "0", + "Description": "以度为单位旋转圆的起点" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "32", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "0", + "Description": "当前进度的百分比值" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "4", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MProgressLinear.zh-CN.json b/en/en/MProgressLinear.zh-CN.json new file mode 100644 index 0000000000..5c85375467 --- /dev/null +++ b/en/en/MProgressLinear.zh-CN.json @@ -0,0 +1,152 @@ +{ + "Title": "ProgressLinear", + "Components": [ + "Progress linears" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Active", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundOpacity", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BufferValue", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Indeterminate", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Query", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Stream", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Striped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "Double", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnChange", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MRadio.zh-CN.json b/en/en/MRadio.zh-CN.json new file mode 100644 index 0000000000..fed0e1a98a --- /dev/null +++ b/en/en/MRadio.zh-CN.json @@ -0,0 +1,116 @@ +{ + "Title": "Radio", + "Components": [ + "Radio" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IsDisabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IsReadonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffIcon", + "Type": "String", + "Default": "null", + "Description": "不活动时使用的图标" + }, + { + "Name": "OnIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "应用 v-ripple 指令。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "LabelContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MRadioGroup.zh-CN.json b/en/en/MRadioGroup.zh-CN.json new file mode 100644 index 0000000000..aad73d023e --- /dev/null +++ b/en/en/MRadioGroup.zh-CN.json @@ -0,0 +1,242 @@ +{ + "Title": "RadioGroup", + "Components": [ + "Radio groups" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "在组件上附加一个图标,使用与 v-icon 相同的语法" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Column", + "Type": "Boolean", + "Default": "false", + "Description": "单选框列显示" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "false", + "Description": "隐藏提示和验证错误。当设置为 auto 时,只有在有信息(提示、错误信息、计数器值等)要显示时,才会显示信息。" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Row", + "Type": "Boolean", + "Default": "false", + "Description": "单选框行显示" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MRangeSlider.zh-CN.json b/en/en/MRangeSlider.zh-CN.json new file mode 100644 index 0000000000..5e223dd04d --- /dev/null +++ b/en/en/MRangeSlider.zh-CN.json @@ -0,0 +1,328 @@ +{ + "Title": "RangeSlider", + "Components": [ + "Range sliders" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "InverseLabel", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Min", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Step", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbLabel", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbSize", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "TickLabels", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Ticks", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "TickSize", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "TrackColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "TrackFillColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "IList`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "ThumbLabelContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MRating.zh-CN.json b/en/en/MRating.zh-CN.json new file mode 100644 index 0000000000..aeb7cf0371 --- /dev/null +++ b/en/en/MRating.zh-CN.json @@ -0,0 +1,162 @@ +{ + "Title": "Rating", + "Components": [ + "Ratings" + ], + "Props": [ + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "使用空图标的颜色" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "EmptyIcon", + "Type": "String", + "Default": "null", + "Description": "空时显示的图标" + }, + { + "Name": "FullIcon", + "Type": "String", + "Default": "null", + "Description": "满时显示的图标" + }, + { + "Name": "HalfIcon", + "Type": "String", + "Default": "null", + "Description": "半时显示的图标(需要 half-increments 属性)" + }, + { + "Name": "HalfIncrements", + "Type": "Boolean", + "Default": "false", + "Description": "允许选择半增量" + }, + { + "Name": "Hover", + "Type": "Boolean", + "Default": "false", + "Description": "将鼠标悬停在图标上时提供视觉反馈" + }, + { + "Name": "IconLabel", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的巨大。" + }, + { + "Name": "Length", + "Type": "StringNumber", + "Default": "", + "Description": "要显示的评分数量" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Size", + "Type": "StringNumber", + "Default": "null", + "Description": "设置组件的高度和宽度." + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的小。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "XLarge", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的无比巨大。" + }, + { + "Name": "XSmall", + "Type": "Boolean", + "Default": "false", + "Description": "使组件尺寸变的更小。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MResponsive.zh-CN.json b/en/en/MResponsive.zh-CN.json new file mode 100644 index 0000000000..8b561c7a6c --- /dev/null +++ b/en/en/MResponsive.zh-CN.json @@ -0,0 +1,81 @@ +{ + "Title": "Responsive", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "AspectRatio", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "ContentClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MRow.zh-CN.json b/en/en/MRow.zh-CN.json new file mode 100644 index 0000000000..9e21950040 --- /dev/null +++ b/en/en/MRow.zh-CN.json @@ -0,0 +1,170 @@ +{ + "Title": "Row", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "Align", + "Type": "StringEnum`1", + "Default": "null", + "Description": "应用 align-items css 属性。可用的选项是 start, center, end, baseline 和 stretch。" + }, + { + "Name": "AlignContent", + "Type": "StringEnum`1", + "Default": "null", + "Description": "应用 align-content 属性。可用的选项是: start, center, end, space-between, space-around 和 stretch。" + }, + { + "Name": "AlignContentLg", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 align-content 属性。" + }, + { + "Name": "AlignContentMd", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在中等和较大的断点上更改 align-content 属性。" + }, + { + "Name": "AlignContentSm", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在较小和较大的断点处更改 align-content 属性。" + }, + { + "Name": "AlignContentXl", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 align-content 属性。" + }, + { + "Name": "AlignLg", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在中等和更高的断点上更改 align-items 属性。" + }, + { + "Name": "AlignMd", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在较小和较大的断点处更改 align-items 属性。" + }, + { + "Name": "AlignSm", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 align-items 属性。" + }, + { + "Name": "AlignXl", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 align-items 属性。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "DefaultBreakpoint", + "Type": "BreakpointType", + "Default": "", + "Description": "" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Gutter", + "Type": "OneOf`6", + "Default": "", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Justify", + "Type": "StringEnum`1", + "Default": "null", + "Description": "应用 justify-content css 属性。可用选项是 start, center, end, space-between 和 space-around。" + }, + { + "Name": "JustifyLg", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 justify-content 属性。" + }, + { + "Name": "JustifyMd", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在中等和更高的断点上更改 justify-content 属性。" + }, + { + "Name": "JustifySm", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在较小和较大的断点上更改 justify-content 属性。" + }, + { + "Name": "JustifyXl", + "Type": "StringEnum`1", + "Default": "null", + "Description": "在更大和更大的断点上更改 justify-content 属性。" + }, + { + "Name": "NoGutters", + "Type": "Boolean", + "Default": "false", + "Description": "移除 v-col 之间的距离。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "div", + "Description": "指定在根元素上使用的自定义标签。" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Wrap", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnBreakpoint", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSelect.zh-CN.json b/en/en/MSelect.zh-CN.json new file mode 100644 index 0000000000..33b06aa582 --- /dev/null +++ b/en/en/MSelect.zh-CN.json @@ -0,0 +1,506 @@ +{ + "Title": "Select", + "Components": [ + "Selects" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Chips", + "Type": "Boolean", + "Default": "false", + "Description": "改变一个已选择项为小纸片(chips)的显示方式" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DeletableChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用输入" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "应用替代填充输入样式" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "HideNoData", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HideSelected", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "提示文本" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IReadOnlyList`1", + "Default": "", + "Description": "" + }, + { + "Name": "ItemText", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "ItemValue", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "显示线性进度条。可以是指定将哪种颜色应用于进度条的字符串(任何 material 色彩——主要(primary), 次要(secondary), 成功(success), 信息(info),警告(warning),错误(error)),或者使用组件的布尔值 color(由色彩属性设置——如果它被组件支持的话)还可以是原色。" + }, + { + "Name": "MenuProps", + "Type": "Action`1", + "Default": "", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "多选,接受数组作为值" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "强制提示总是可见的" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SmallChips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "改变输入框的样式" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendItemContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "ItemContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "NoDataContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "PrependItemContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "SelectionContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "OnSelectedItemUpdate", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSelectList.zh-CN.json b/en/en/MSelectList.zh-CN.json new file mode 100644 index 0000000000..5b211311f3 --- /dev/null +++ b/en/en/MSelectList.zh-CN.json @@ -0,0 +1,81 @@ +{ + "Title": "SelectList", + "Components": [ + "Selects" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Highlighted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "null", + "Description": "" + }, + { + "Name": "Key", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TItemValue", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSelectOption.zh-CN.json b/en/en/MSelectOption.zh-CN.json new file mode 100644 index 0000000000..d16a47c251 --- /dev/null +++ b/en/en/MSelectOption.zh-CN.json @@ -0,0 +1,48 @@ +{ + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "", + "Description": "" + }, + { + "Name": "Key", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSheet.zh-CN.json b/en/en/MSheet.zh-CN.json new file mode 100644 index 0000000000..c875bc66c5 --- /dev/null +++ b/en/en/MSheet.zh-CN.json @@ -0,0 +1,123 @@ +{ + "Title": "Sheet", + "Components": [ + "Sheets" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "在卡片的左上角和右下角应用较大的边框半径。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSimpleCheckbox.zh-CN.json b/en/en/MSimpleCheckbox.zh-CN.json new file mode 100644 index 0000000000..aa2e65a677 --- /dev/null +++ b/en/en/MSimpleCheckbox.zh-CN.json @@ -0,0 +1,93 @@ +{ + "Title": "SimpleCheckbox", + "Components": [ + "Checkboxes" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Indeterminate", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IndeterminateIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OnIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSimpleTable.zh-CN.json b/en/en/MSimpleTable.zh-CN.json new file mode 100644 index 0000000000..48e7b37f67 --- /dev/null +++ b/en/en/MSimpleTable.zh-CN.json @@ -0,0 +1,87 @@ +{ + "Title": "SimpleTable", + "Components": [ + "Simple tables" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "FixedHeader", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FixedRight", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "BottomContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "TopContent", + "Description": "" + }, + { + "Name": "WrapperContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSkeletonLoader.zh-CN.json b/en/en/MSkeletonLoader.zh-CN.json new file mode 100644 index 0000000000..e3f67f9ef6 --- /dev/null +++ b/en/en/MSkeletonLoader.zh-CN.json @@ -0,0 +1,123 @@ +{ + "Title": "SkeletonLoader", + "Components": [ + "Skeleton loaders" + ], + "Props": [ + { + "Name": "Boilerplate", + "Type": "Boolean", + "Default": "false", + "Description": "从骨架中移除加载动画" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "为组件设置浅色主题。" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "应用一个加载动画,加载光标在悬停时加载。false 的值只有在 default 槽中有内容时才会工作。" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "设置组件转换。可以是一个 built in transitions 或者是自己自定义的。" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Types", + "Type": "Dictionary`2", + "Default": "", + "Description": "将与预定义选项结合使用的自定义类型对象。" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSlideGroup.zh-CN.json b/en/en/MSlideGroup.zh-CN.json new file mode 100644 index 0000000000..470fb80b48 --- /dev/null +++ b/en/en/MSlideGroup.zh-CN.json @@ -0,0 +1,110 @@ +{ + "Title": "SlideGroup", + "Components": [ + "Slide groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CenterActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowArrows", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NextContent", + "Description": "" + }, + { + "Name": "PrevContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSlideItem.zh-CN.json b/en/en/MSlideItem.zh-CN.json new file mode 100644 index 0000000000..41b43ba70a --- /dev/null +++ b/en/en/MSlideItem.zh-CN.json @@ -0,0 +1,57 @@ +{ + "Title": "SlideItem", + "Components": [ + "Slide groups" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSlider.zh-CN.json b/en/en/MSlider.zh-CN.json new file mode 100644 index 0000000000..5cc8eb9797 --- /dev/null +++ b/en/en/MSlider.zh-CN.json @@ -0,0 +1,328 @@ +{ + "Title": "Slider", + "Components": [ + "Sliders" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "InverseLabel", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Max", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Min", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Step", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbLabel", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "ThumbSize", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "TickLabels", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Ticks", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "TickSize", + "Type": "Double", + "Default": "", + "Description": "" + }, + { + "Name": "TrackColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "TrackFillColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + }, + { + "Name": "ThumbLabelContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSnackbar.zh-CN.json b/en/en/MSnackbar.zh-CN.json new file mode 100644 index 0000000000..f1ca18e473 --- /dev/null +++ b/en/en/MSnackbar.zh-CN.json @@ -0,0 +1,172 @@ +{ + "Title": "Snackbar", + "Components": [ + "Snackbars" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Action", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Centered", + "Type": "Boolean", + "Default": "false", + "Description": "将snackbar在屏幕居中显示(x或y轴)" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向左边对齐。" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MultiLine", + "Type": "Boolean", + "Default": "false", + "Description": "使消息条具有更大的最低高度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向右边对齐。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "在卡片的左上角和右下角应用较大的边框半径。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Text", + "Type": "Boolean", + "Default": "false", + "Description": "将定义的 color 应用于文本和同样的低透明度背景。" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Timeout", + "Type": "Int32", + "Default": "0", + "Description": "等待snackbar 自动隐藏的时间 (毫秒) 。使用 “-1” 保持无限期打开 (版本 < 2 的 0 )。 建议这个数字在 4000 和 10000 之间。此属性的更改将重置超时。" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向顶部对齐。" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "将消息条内容堆叠在操作(按钮)之上。" + } + ], + "Contents": [ + { + "Name": "ActionContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClosed", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSpacer.zh-CN.json b/en/en/MSpacer.zh-CN.json new file mode 100644 index 0000000000..2147387029 --- /dev/null +++ b/en/en/MSpacer.zh-CN.json @@ -0,0 +1,28 @@ +{ + "Title": "Spacer", + "Components": [ + "Grid system" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MStepper.zh-CN.json b/en/en/MStepper.zh-CN.json new file mode 100644 index 0000000000..cbb07d62c6 --- /dev/null +++ b/en/en/MStepper.zh-CN.json @@ -0,0 +1,158 @@ +{ + "Title": "Stepper", + "Components": [ + "Steppers" + ], + "Props": [ + { + "Name": "AltLabels", + "Type": "Boolean", + "Default": "false", + "Description": "将标签置于步骤的下方" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "NonLinear", + "Type": "Boolean", + "Default": "false", + "Description": "允许用户跳过任意一步" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "在卡片的左上角和右下角应用较大的边框半径。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Value", + "Type": "Int32", + "Default": "", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "垂直显示步骤线" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MStepperContent.zh-CN.json b/en/en/MStepperContent.zh-CN.json new file mode 100644 index 0000000000..18325e10f5 --- /dev/null +++ b/en/en/MStepperContent.zh-CN.json @@ -0,0 +1,39 @@ +{ + "Title": "StepperContent", + "Components": [ + "Steppers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Step", + "Type": "Int32", + "Default": "", + "Description": "设置步骤关联的内容" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MStepperHeader.zh-CN.json b/en/en/MStepperHeader.zh-CN.json new file mode 100644 index 0000000000..1c69e2f4a0 --- /dev/null +++ b/en/en/MStepperHeader.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "StepperHeader", + "Components": [ + "Steppers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MStepperItems.zh-CN.json b/en/en/MStepperItems.zh-CN.json new file mode 100644 index 0000000000..a1bc505ecd --- /dev/null +++ b/en/en/MStepperItems.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "StepperItems", + "Components": [ + "Steppers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MStepperStep.zh-CN.json b/en/en/MStepperStep.zh-CN.json new file mode 100644 index 0000000000..1dd10a4a15 --- /dev/null +++ b/en/en/MStepperStep.zh-CN.json @@ -0,0 +1,86 @@ +{ + "Title": "StepperStep", + "Components": [ + "Steppers" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Complete", + "Type": "Boolean", + "Default": "false", + "Description": "标记为已完成" + }, + { + "Name": "CompleteIcon", + "Type": "String", + "Default": "null", + "Description": "步骤标记为已完成时显示的图标" + }, + { + "Name": "Editable", + "Type": "Boolean", + "Default": "false", + "Description": "标记为可编辑" + }, + { + "Name": "EditIcon", + "Type": "String", + "Default": "null", + "Description": "步骤可编辑时显示的图标" + }, + { + "Name": "ErrorIcon", + "Type": "String", + "Default": "null", + "Description": "步骤错误时显示的图标" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Rules", + "Type": "List`1", + "Default": "", + "Description": "" + }, + { + "Name": "Step", + "Type": "Int32", + "Default": "", + "Description": "步骤圈内显示的内容" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSubheader.zh-CN.json b/en/en/MSubheader.zh-CN.json new file mode 100644 index 0000000000..469af66c12 --- /dev/null +++ b/en/en/MSubheader.zh-CN.json @@ -0,0 +1,51 @@ +{ + "Title": "Subheader", + "Components": [ + "Subheaders" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inset", + "Type": "Boolean", + "Default": "false", + "Description": "添加缩进(72px)" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MSwitch.zh-CN.json b/en/en/MSwitch.zh-CN.json new file mode 100644 index 0000000000..43b6f72fbb --- /dev/null +++ b/en/en/MSwitch.zh-CN.json @@ -0,0 +1,258 @@ +{ + "Title": "Switch", + "Components": [ + "Switches" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "在组件上附加一个图标,使用与 v-icon 相同的语法" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "显示没有海拔的组件。 拇指的默认海拔为 4dp,flat 重置它" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "false", + "Description": "隐藏提示和验证错误。当设置为 auto 时,只有在有信息(提示、错误信息、计数器值等)要显示时,才会显示信息。" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Inset", + "Type": "Boolean", + "Default": "false", + "Description": "扩展 v-switch 轨迹以包含缩略图" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "LeftText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "显示循环进度条。 可以是指定将哪种颜色应用于进度栏的字符串(任何 material color 或主题颜色――primary, secondary, success, info, warning, error),也可以是使用组件颜色的布尔值 (由颜色属性设置 - 如果是由组件支持) 或主色" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "RightText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "TrackColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MSystemBar.zh-CN.json b/en/en/MSystemBar.zh-CN.json new file mode 100644 index 0000000000..f106ce9bd8 --- /dev/null +++ b/en/en/MSystemBar.zh-CN.json @@ -0,0 +1,92 @@ +{ + "Title": "SystemBar", + "Components": [ + "System bars" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "App", + "Type": "Boolean", + "Default": "false", + "Description": "指定该组件作为应用程序布局的一部分。用于动态调整内容的大小。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Fixed", + "Type": "Boolean", + "Default": "false", + "Description": "给组件应用 position: fixed" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "为组件设置浅色主题。" + }, + { + "Name": "LightsOut", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Window", + "Type": "Boolean", + "Default": "false", + "Description": "将系统栏高度增加到 32px(24px 默认值)。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTab.zh-CN.json b/en/en/MTab.zh-CN.json new file mode 100644 index 0000000000..f15e60304e --- /dev/null +++ b/en/en/MTab.zh-CN.json @@ -0,0 +1,92 @@ +{ + "Title": "Tab", + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Href", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Link", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ripple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Target", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTabItem.zh-CN.json b/en/en/MTabItem.zh-CN.json new file mode 100644 index 0000000000..b814754a25 --- /dev/null +++ b/en/en/MTabItem.zh-CN.json @@ -0,0 +1,69 @@ +{ + "Title": "TabItem", + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ReverseTransition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTable.zh-CN.json b/en/en/MTable.zh-CN.json new file mode 100644 index 0000000000..cc30fd2637 --- /dev/null +++ b/en/en/MTable.zh-CN.json @@ -0,0 +1,158 @@ +{ + "Components": [ + "Table" + ], + "Props": [ + { + "Name": "Align", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "FixedHeader", + "Type": "Boolean", + "Default": "false", + "Description": "将表头固定在表格顶部。**注意:**在 IE11 中无法使用。" + }, + { + "Name": "FixedRight", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Headers", + "Type": "List`1", + "Default": "", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDefaultFooter", + "Type": "Boolean", + "Default": "false", + "Description": "隐藏默认页脚" + }, + { + "Name": "HideDefaultHeader", + "Type": "Boolean", + "Default": "false", + "Description": "隐藏默认表头。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "IEnumerable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "如果为 true 且未提供任何项目,则将显示加载文本" + }, + { + "Name": "Page", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "PageSize", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Stripe", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "TableLayout", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "Bottom", + "Description": "" + }, + { + "Name": "BottomContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NoResult", + "Description": "" + }, + { + "Name": "NoResultContent", + "Description": "" + }, + { + "Name": "Top", + "Description": "" + }, + { + "Name": "TopContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTableCol.zh-CN.json b/en/en/MTableCol.zh-CN.json new file mode 100644 index 0000000000..850abf49ad --- /dev/null +++ b/en/en/MTableCol.zh-CN.json @@ -0,0 +1,62 @@ +{ + "Components": [ + "TableCol" + ], + "Props": [ + { + "Name": "Align", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Divider", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Ellipsis", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowTitle", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTableFooter.zh-CN.json b/en/en/MTableFooter.zh-CN.json new file mode 100644 index 0000000000..b82fa26f68 --- /dev/null +++ b/en/en/MTableFooter.zh-CN.json @@ -0,0 +1,76 @@ +{ + "Components": [ + "TableFooter" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "NextDisabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PageSize", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "PageStart", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "PageStop", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "PrevDisabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "TotalCount", + "Type": "Int32", + "Default": "0", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnNextClick", + "Description": "" + }, + { + "Name": "OnPageSizeChange", + "Description": "" + }, + { + "Name": "OnPrevClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTableFooterButton.zh-CN.json b/en/en/MTableFooterButton.zh-CN.json new file mode 100644 index 0000000000..7070d6d666 --- /dev/null +++ b/en/en/MTableFooterButton.zh-CN.json @@ -0,0 +1,157 @@ +{ + "Components": [ + "TableFooterButton" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Block", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "IconName", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "StopPropagation", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LoaderContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "Click", + "Description": "" + }, + { + "Name": "HandlePageChange", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTableHeader.zh-CN.json b/en/en/MTableHeader.zh-CN.json new file mode 100644 index 0000000000..f6f81866b3 --- /dev/null +++ b/en/en/MTableHeader.zh-CN.json @@ -0,0 +1,39 @@ +{ + "Components": [ + "TableHeader" + ], + "Props": [ + { + "Name": "Align", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Headers", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTableLoading.zh-CN.json b/en/en/MTableLoading.zh-CN.json new file mode 100644 index 0000000000..130bae0925 --- /dev/null +++ b/en/en/MTableLoading.zh-CN.json @@ -0,0 +1,27 @@ +{ + "Components": [ + "TableLoading" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTabs.zh-CN.json b/en/en/MTabs.zh-CN.json new file mode 100644 index 0000000000..e5eec04985 --- /dev/null +++ b/en/en/MTabs.zh-CN.json @@ -0,0 +1,176 @@ +{ + "Title": "Tabs", + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "active-class 在子组件(children )被激活时应用。" + }, + { + "Name": "AlignWithTitle", + "Type": "Boolean", + "Default": "false", + "Description": "让v-tabs与工具栏标题对齐" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "更改组件的背景颜色。" + }, + { + "Name": "CenterActive", + "Type": "Boolean", + "Default": "false", + "Description": "强制所选标签以居中" + }, + { + "Name": "Centered", + "Type": "Boolean", + "Default": "false", + "Description": "将选项卡居中" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "FixedTabs", + "Type": "Boolean", + "Default": "false", + "Description": "v-tabs-item min-width 160px, max-width 360px" + }, + { + "Name": "Grow", + "Type": "Boolean", + "Default": "false", + "Description": "强制 v-tab 占用所有可用空间" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideSlider", + "Type": "Boolean", + "Default": "false", + "Description": "隐藏生成的 v-tabs-slider" + }, + { + "Name": "IconsAndText", + "Type": "Boolean", + "Default": "false", + "Description": "将堆叠图标和文字垂直" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MobileBreakpoint", + "Type": "StringNumber", + "Default": "", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "左分页图标" + }, + { + "Name": "Optional", + "Type": "Boolean", + "Default": "null", + "Description": "不需要活动项目。 在将 v-tab 用作 router-link 时有用" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "右分页图标" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将选项向右侧对齐" + }, + { + "Name": "ShowArrows", + "Type": "StringBoolean", + "Default": "false", + "Description": "如果选项卡项目超出其容器,则显示分页箭头。 对于移动设备,仅在使用此属性时才会显示箭头。" + }, + { + "Name": "SliderColor", + "Type": "String", + "Default": "null", + "Description": "更改自动生成的 v-tabs-slider 的背景颜色" + }, + { + "Name": "SliderSize", + "Type": "StringNumber", + "Default": "", + "Description": "更改滑块的大小,水平 height,垂直 width。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "垂直堆叠选项卡。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTabsBar.zh-CN.json b/en/en/MTabsBar.zh-CN.json new file mode 100644 index 0000000000..f434bd720e --- /dev/null +++ b/en/en/MTabsBar.zh-CN.json @@ -0,0 +1,134 @@ +{ + "Title": "TabsBar", + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CenterActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ShowArrows", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NextContent", + "Description": "" + }, + { + "Name": "PrevContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTabsItems.zh-CN.json b/en/en/MTabsItems.zh-CN.json new file mode 100644 index 0000000000..8f23f42b7e --- /dev/null +++ b/en/en/MTabsItems.zh-CN.json @@ -0,0 +1,140 @@ +{ + "Title": "TabsItems", + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Continuous", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowArrows", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowArrowsOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NextContent", + "Description": "" + }, + { + "Name": "PrevContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTabsSlider.zh-CN.json b/en/en/MTabsSlider.zh-CN.json new file mode 100644 index 0000000000..46b558c8bb --- /dev/null +++ b/en/en/MTabsSlider.zh-CN.json @@ -0,0 +1,27 @@ +{ + "Components": [ + "Tabs" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTextField.zh-CN.json b/en/en/MTextField.zh-CN.json new file mode 100644 index 0000000000..20815c75ed --- /dev/null +++ b/en/en/MTextField.zh-CN.json @@ -0,0 +1,410 @@ +{ + "Title": "TextField", + "Components": [ + "Text fields" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "在组件上附加一个图标,使用与 v-icon 相同的语法" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "添加清除已输入内容功能,默认图标是Material Design Icons mdi-clear" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "应用替代填充输入样式" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "当使用solo或者solo-inverted属性时,移除添加到元素的标高(阴影)" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "指定输入类型为全宽度" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "false", + "Description": "隐藏提示和验证错误。当设置为 auto 时,只有在有信息(提示、错误信息、计数器值等)要显示时,才会显示信息。" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "设置输入标签" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "false", + "Description": "显示线性进度条。可以是指定将哪种颜色应用于进度条的字符串(任何 material 色彩——主要(primary), 次要(secondary), 成功(success), 信息(info),警告(warning),错误(error)),或者使用组件的布尔值 color(由色彩属性设置——如果它被组件支持的话)还可以是原色。" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "false", + "Description": "显示前缀" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "反转输入方向" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "如果 outlined 则为圆形,如果 filled 则增加 border-radius。必须与 outlined 或 filled 一起使用" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "减少元素的不透明度,知道获得焦点" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "设置输入类型" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "TValue", + "Default": "", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTextarea.zh-CN.json b/en/en/MTextarea.zh-CN.json new file mode 100644 index 0000000000..d4c4b8d30f --- /dev/null +++ b/en/en/MTextarea.zh-CN.json @@ -0,0 +1,434 @@ +{ + "Title": "Textarea", + "Components": [ + "Textareas" + ], + "Props": [ + { + "Name": "AppendIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "AppendOuterIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Autofocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "AutoGrow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "BackgroundColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Clearable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ClearIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Counter", + "Type": "StringNumberBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "CounterValue", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Error", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ErrorCount", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "ErrorMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Filled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "HideDetails", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Hint", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Label", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoaderHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Loading", + "Type": "StringBoolean", + "Default": "null", + "Description": "" + }, + { + "Name": "Messages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "NoResize", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "PersistentHint", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PersistentPlaceholder", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Placeholder", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Prefix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrependInnerIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "RowHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Rows", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Rules", + "Type": "IEnumerable`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SingleLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Solo", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SoloInverted", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Success", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SuccessMessages", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Suffix", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Type", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValidateOnBlur", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ValueExpression", + "Type": "Expression`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "AppendOuterContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "CounterContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "MessageContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "PrependInnerContent", + "Description": "" + }, + { + "Name": "ProgressContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "OnAppendClick", + "Description": "" + }, + { + "Name": "OnAppendOuterClick", + "Description": "" + }, + { + "Name": "OnBlur", + "Description": "" + }, + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnClearClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnFocus", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnKeyDown", + "Description": "" + }, + { + "Name": "OnMouseDown", + "Description": "" + }, + { + "Name": "OnMouseUp", + "Description": "" + }, + { + "Name": "OnPrependClick", + "Description": "" + }, + { + "Name": "OnPrependInnerClick", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTimePicker.zh-CN.json b/en/en/MTimePicker.zh-CN.json new file mode 100644 index 0000000000..667de6a441 --- /dev/null +++ b/en/en/MTimePicker.zh-CN.json @@ -0,0 +1,178 @@ +{ + "Title": "TimePicker", + "Components": [ + "Timelines" + ], + "Props": [ + { + "Name": "AllowedHours", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "AllowedMinutes", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "AllowedSeconds", + "Type": "OneOf`2", + "Default": "", + "Description": "" + }, + { + "Name": "AmPmInTitle", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Format", + "Type": "TimeFormat", + "Default": "", + "Description": "" + }, + { + "Name": "FullWidth", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "HeaderColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Landscape", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Min", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "NoTitle", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "UseSeconds", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Value", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnPeriodUpdate", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTimePickerClock.zh-CN.json b/en/en/MTimePickerClock.zh-CN.json new file mode 100644 index 0000000000..e2f5736c2c --- /dev/null +++ b/en/en/MTimePickerClock.zh-CN.json @@ -0,0 +1,121 @@ +{ + "Title": "TimePickerClock", + "Components": [ + "Timelines" + ], + "Props": [ + { + "Name": "AllowedValues", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Double", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Format", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Min", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rotate", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Scrollable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Step", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "Nullable`1", + "Default": "", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnChange", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTimePickerTitle.zh-CN.json b/en/en/MTimePickerTitle.zh-CN.json new file mode 100644 index 0000000000..9563072389 --- /dev/null +++ b/en/en/MTimePickerTitle.zh-CN.json @@ -0,0 +1,97 @@ +{ + "Title": "TimePickerTitle", + "Components": [ + "Timelines" + ], + "Props": [ + { + "Name": "AmPm", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "AmPmReadonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Hour", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Minute", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Period", + "Type": "TimePeriod", + "Default": "", + "Description": "" + }, + { + "Name": "Readonly", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Second", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Selecting", + "Type": "SelectingTimes", + "Default": "", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "UseSeconds", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [], + "Events": [ + { + "Name": "OnPeriodUpdate", + "Description": "" + }, + { + "Name": "OnSelectingUpdate", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTimeline.zh-CN.json b/en/en/MTimeline.zh-CN.json new file mode 100644 index 0000000000..85e878d3ba --- /dev/null +++ b/en/en/MTimeline.zh-CN.json @@ -0,0 +1,63 @@ +{ + "Title": "Timeline", + "Components": [ + "Timelines" + ], + "Props": [ + { + "Name": "AlignTop", + "Type": "Boolean", + "Default": "false", + "Description": "将时间线项目的插入符号和圆点对齐到顶部" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "反转时间轴项目" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTimelineItem.zh-CN.json b/en/en/MTimelineItem.zh-CN.json new file mode 100644 index 0000000000..1be7f583c6 --- /dev/null +++ b/en/en/MTimelineItem.zh-CN.json @@ -0,0 +1,107 @@ +{ + "Title": "TimelineItem", + "Components": [ + "Timelines" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "FillDot", + "Type": "Boolean", + "Default": "false", + "Description": "从点容器中删除填充" + }, + { + "Name": "HideDot", + "Type": "Boolean", + "Default": "false", + "Description": "隐藏时间线内点的显示" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "为点容器指定图标" + }, + { + "Name": "IconColor", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。 你可以在 colors page 中找到内置类的列表。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Large", + "Type": "Boolean", + "Default": "false", + "Description": "大尺寸的点" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "显式地将项目设置为左方向" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "显式地将项目设置为右方向" + }, + { + "Name": "Small", + "Type": "Boolean", + "Default": "false", + "Description": "小尺寸的点" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "IconContent", + "Description": "" + }, + { + "Name": "OppositeContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MToolbar.zh-CN.json b/en/en/MToolbar.zh-CN.json new file mode 100644 index 0000000000..1fe1fa0170 --- /dev/null +++ b/en/en/MToolbar.zh-CN.json @@ -0,0 +1,197 @@ +{ + "Title": "Toolbar", + "Components": [ + "Toolbars" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Collapse", + "Type": "Boolean", + "Default": "false", + "Description": "将工具栏置于折叠状态,以减小其最大宽度。" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "Elevation", + "Type": "StringNumber", + "Default": "null", + "Description": "组件的海拔可接受 0 到 24 之间的值。" + }, + { + "Name": "Extended", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ExtensionHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Flat", + "Type": "Boolean", + "Default": "false", + "Description": "删除工具栏的框阴影。" + }, + { + "Name": "Floating", + "Type": "Boolean", + "Default": "false", + "Description": "将 display: inline-flex 应用于组件。" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "Outlined", + "Type": "Boolean", + "Default": "false", + "Description": "使背景透明并使用薄边框。" + }, + { + "Name": "Prominent", + "Type": "Boolean", + "Default": "false", + "Description": "将工具栏内容的高度增加到 128px。" + }, + { + "Name": "Rounded", + "Type": "StringBoolean", + "Default": "null", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Short", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Src", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Tile", + "Type": "Boolean", + "Default": "false", + "Description": "删除组件的border-radius样式" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "ExtensionContent", + "Description": "" + }, + { + "Name": "ImgContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MToolbarItems.zh-CN.json b/en/en/MToolbarItems.zh-CN.json new file mode 100644 index 0000000000..ac7785bc0d --- /dev/null +++ b/en/en/MToolbarItems.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "ToolbarItems", + "Components": [ + "Toolbars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MToolbarTitle.zh-CN.json b/en/en/MToolbarTitle.zh-CN.json new file mode 100644 index 0000000000..4bff627849 --- /dev/null +++ b/en/en/MToolbarTitle.zh-CN.json @@ -0,0 +1,33 @@ +{ + "Title": "ToolbarTitle", + "Components": [ + "Toolbars" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MTooltip.zh-CN.json b/en/en/MTooltip.zh-CN.json new file mode 100644 index 0000000000..e3e7f758ee --- /dev/null +++ b/en/en/MTooltip.zh-CN.json @@ -0,0 +1,222 @@ +{ + "Title": "Tooltip", + "Components": [ + "Tooltips" + ], + "Props": [ + { + "Name": "Absolute", + "Type": "Boolean", + "Default": "false", + "Description": "应用 position: absolute 样式到组件." + }, + { + "Name": "AllowOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Attach", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Bottom", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向底部对齐。" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "CloseDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "禁用提示" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Left", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向左边对齐。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "0", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "0", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "NudgeBottom", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeLeft", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeRight", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeTop", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "NudgeWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "OffsetOverflow", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetX", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffsetY", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenDelay", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "OpenOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnFocus", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "PositionX", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "PositionY", + "Type": "Nullable`1", + "Default": "", + "Description": "" + }, + { + "Name": "Right", + "Type": "Boolean", + "Default": "false", + "Description": "将组件向右边对齐。" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Tag", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Top", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ZIndex", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTree.zh-CN.json b/en/en/MTree.zh-CN.json new file mode 100644 index 0000000000..af9697d249 --- /dev/null +++ b/en/en/MTree.zh-CN.json @@ -0,0 +1,291 @@ +{ + "Components": [ + "Tree" + ], + "Props": [ + { + "Name": "Activatable", + "Type": "Boolean", + "Default": "false", + "Description": "允许用户通过单击节点将其标记为活动节点" + }, + { + "Name": "BlockNode", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Checkable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ChildNodes", + "Type": "List`1", + "Default": "", + "Description": "" + }, + { + "Name": "ChildrenExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DataSource", + "Type": "IList`1", + "Default": "", + "Description": "" + }, + { + "Name": "DefaultCheckedExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Draggable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Expanded", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IconExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Independent", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "IsLeafExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "KeyExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SearchExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "SearchValue", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectedData", + "Type": "T", + "Default": "", + "Description": "" + }, + { + "Name": "SelectedDatas", + "Type": "T[]", + "Default": "", + "Description": "" + }, + { + "Name": "SelectedKey", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectedKeys", + "Type": "String[]", + "Default": "", + "Description": "" + }, + { + "Name": "SelectedNode", + "Type": "BTreeItem`1", + "Default": "", + "Description": "" + }, + { + "Name": "SelectedNodes", + "Type": "BTreeItem`1[]", + "Default": "", + "Description": "" + }, + { + "Name": "ShowExpand", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowIcon", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowLine", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "TitleExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + } + ], + "Contents": [ + { + "Name": "IndentTemplate", + "Description": "" + }, + { + "Name": "Nodes", + "Description": "" + }, + { + "Name": "NodesContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + }, + { + "Name": "SwitcherIconTemplate", + "Description": "" + }, + { + "Name": "TitleIconTemplate", + "Description": "" + }, + { + "Name": "TitleTemplate", + "Description": "" + } + ], + "Events": [ + { + "Name": "HandleCheckboxClick", + "Description": "" + }, + { + "Name": "HandleItemClick", + "Description": "" + }, + { + "Name": "OnCheckBoxChanged", + "Description": "" + }, + { + "Name": "OnCheckboxClick", + "Description": "" + }, + { + "Name": "OnClick", + "Description": "" + }, + { + "Name": "OnContextMenu", + "Description": "" + }, + { + "Name": "OnDblClick", + "Description": "" + }, + { + "Name": "OnExpandChanged", + "Description": "" + }, + { + "Name": "OnItemClick", + "Description": "" + }, + { + "Name": "OnNodeLoadDelayAsync", + "Description": "" + }, + { + "Name": "OnSearchValueChanged", + "Description": "" + }, + { + "Name": "SelectedDataChanged", + "Description": "" + }, + { + "Name": "SelectedKeyChanged", + "Description": "" + }, + { + "Name": "SelectedKeysChanged", + "Description": "" + }, + { + "Name": "SelectedNodeChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTreeItem.zh-CN.json b/en/en/MTreeItem.zh-CN.json new file mode 100644 index 0000000000..15c0f05813 --- /dev/null +++ b/en/en/MTreeItem.zh-CN.json @@ -0,0 +1,149 @@ +{ + "Components": [ + "TreeItem" + ], + "Props": [ + { + "Name": "Checkable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Checked", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "DataItem", + "Type": "T", + "Default": "", + "Description": "" + }, + { + "Name": "DefaultCheckedExpression", + "Type": "Func`2", + "Default": "", + "Description": "" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Draggable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Expanded", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Icon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Indeterminate", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Key", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Loading", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Selected", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Title", + "Type": "String", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "Nodes", + "Description": "" + }, + { + "Name": "NodesContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "HandleCheckboxClick", + "Description": "" + }, + { + "Name": "OnCheckboxClick", + "Description": "" + }, + { + "Name": "OnItemClick", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTreeview.zh-CN.json b/en/en/MTreeview.zh-CN.json new file mode 100644 index 0000000000..ba9e235435 --- /dev/null +++ b/en/en/MTreeview.zh-CN.json @@ -0,0 +1,252 @@ +{ + "Title": "Treeview", + "Components": [ + "Treeview" + ], + "Props": [ + { + "Name": "Activatable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Active", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Dense", + "Type": "Boolean", + "Default": "false", + "Description": "减少组件的高度。" + }, + { + "Name": "ExpandIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Hoverable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IndeterminateIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemText", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "LoadChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "LoadingIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MultipleActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OffIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OnIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Open", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "OpenAll", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "OpenOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ParentIsDisabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Search", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Selectable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SelectedColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectionType", + "Type": "SelectionType", + "Default": "", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ActiveChanged", + "Description": "" + }, + { + "Name": "OnActiveUpdate", + "Description": "" + }, + { + "Name": "OnInput", + "Description": "" + }, + { + "Name": "OnOpenUpdate", + "Description": "" + }, + { + "Name": "OpenChanged", + "Description": "" + }, + { + "Name": "ValueChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MTreeviewNode.zh-CN.json b/en/en/MTreeviewNode.zh-CN.json new file mode 100644 index 0000000000..fac4b80f03 --- /dev/null +++ b/en/en/MTreeviewNode.zh-CN.json @@ -0,0 +1,173 @@ +{ + "Title": "TreeviewNode", + "Components": [ + "Treeview" + ], + "Props": [ + { + "Name": "Activatable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "ExpandIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IndeterminateIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Item", + "Type": "TItem", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemDisabled", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemKey", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "ItemText", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "Level", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "LoadChildren", + "Type": "Func`2", + "Default": "null", + "Description": "" + }, + { + "Name": "LoadingIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OffIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OnIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "OpenOnClick", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ParentIsDisabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Rounded", + "Type": "Boolean", + "Default": "false", + "Description": "对指定的组件应用 border-radius 样式。" + }, + { + "Name": "Selectable", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "SelectedColor", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "SelectionType", + "Type": "SelectionType", + "Default": "", + "Description": "" + }, + { + "Name": "Shaped", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "AppendContent", + "Description": "" + }, + { + "Name": "LabelContent", + "Description": "" + }, + { + "Name": "PrependContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MUpload.zh-CN.json b/en/en/MUpload.zh-CN.json new file mode 100644 index 0000000000..4c0553fcc5 --- /dev/null +++ b/en/en/MUpload.zh-CN.json @@ -0,0 +1,100 @@ +{ + "Title": "Upload", + "Components": [ + "Uploads" + ], + "Props": [ + { + "Name": "Accept", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Card", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "CardSize", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Chips", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Counter", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Files", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowSize", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowUploadList", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + } + ], + "Contents": [ + { + "Name": "ActivatorContent", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "FilesChanged", + "Description": "" + }, + { + "Name": "OnUpload", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MVirtualScroll.zh-CN.json b/en/en/MVirtualScroll.zh-CN.json new file mode 100644 index 0000000000..d99c2eb10e --- /dev/null +++ b/en/en/MVirtualScroll.zh-CN.json @@ -0,0 +1,87 @@ +{ + "Title": "VirtualScroll", + "Components": [ + "Virtual scroller" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Height", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的高度。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Items", + "Type": "ICollection`1", + "Default": "[]", + "Description": "要显示的项目数组" + }, + { + "Name": "ItemSize", + "Type": "Single", + "Default": "50", + "Description": "每个项的像素高度" + }, + { + "Name": "MaxHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大高度。" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "MinHeight", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小高度。" + }, + { + "Name": "MinWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + }, + { + "Name": "OverscanCount", + "Type": "Int32", + "Default": "3", + "Description": "在可见区域之前和之后呈现的额外项数" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "ItemContent", + "Description": "" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/MWindow.zh-CN.json b/en/en/MWindow.zh-CN.json new file mode 100644 index 0000000000..1b33c5ea88 --- /dev/null +++ b/en/en/MWindow.zh-CN.json @@ -0,0 +1,140 @@ +{ + "Title": "Window", + "Components": [ + "Windows" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Continuous", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Mandatory", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Max", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Multiple", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "NextIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "PrevIcon", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Reverse", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowArrows", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowArrowsOnHover", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + }, + { + "Name": "Values", + "Type": "List`1", + "Default": "null", + "Description": "" + }, + { + "Name": "Vertical", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + }, + { + "Name": "NextContent", + "Description": "" + }, + { + "Name": "PrevContent", + "Description": "" + } + ], + "Events": [ + { + "Name": "ValueChanged", + "Description": "" + }, + { + "Name": "ValuesChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/MWindowItem.zh-CN.json b/en/en/MWindowItem.zh-CN.json new file mode 100644 index 0000000000..85a0bb3cc7 --- /dev/null +++ b/en/en/MWindowItem.zh-CN.json @@ -0,0 +1,69 @@ +{ + "Title": "WindowItem", + "Components": [ + "Windows" + ], + "Props": [ + { + "Name": "ActiveClass", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Disabled", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "IsActive", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ReverseTransition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Transition", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Value", + "Type": "StringNumber", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/Message.zh-CN.json b/en/en/Message.zh-CN.json new file mode 100644 index 0000000000..65d42ba32c --- /dev/null +++ b/en/en/Message.zh-CN.json @@ -0,0 +1,37 @@ +{ + "Components": [ + "essage" + ], + "Props": [ + { + "Name": "Timeout", + "Type": "Int32", + "Default": "0", + "Description": "" + }, + { + "Name": "Type", + "Type": "AlertTypes", + "Default": "", + "Description": "" + }, + { + "Name": "Visible", + "Type": "Boolean", + "Default": "false", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "VisibleChanged", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/Messages.zh-CN.json b/en/en/Messages.zh-CN.json new file mode 100644 index 0000000000..60d5f8080b --- /dev/null +++ b/en/en/Messages.zh-CN.json @@ -0,0 +1,56 @@ +{ + "Components": [ + "essages" + ], + "Props": [ + { + "Name": "Class", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的class" + }, + { + "Name": "Color", + "Type": "String", + "Default": "null", + "Description": "将指定的颜色应用于控件 - 它可以是 material color 的名称(例如 success 或者 purple)或 css 颜色 (#033 或 rgba(255, 0, 0, 0.5))。" + }, + { + "Name": "Dark", + "Type": "Boolean", + "Default": "false", + "Description": "将暗色主题变量应用到组件。" + }, + { + "Name": "Id", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Light", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Style", + "Type": "String", + "Default": "null", + "Description": "应用到组件最外层元素的style" + }, + { + "Name": "Value", + "Type": "List`1", + "Default": "null", + "Description": "" + } + ], + "Contents": [ + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [] +} \ No newline at end of file diff --git a/en/en/Modal.zh-CN.json b/en/en/Modal.zh-CN.json new file mode 100644 index 0000000000..ace5ad4a70 --- /dev/null +++ b/en/en/Modal.zh-CN.json @@ -0,0 +1,81 @@ +{ + "Components": [ + "odal" + ], + "Props": [ + { + "Name": "BodyStyle", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "CancelText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "MaxWidth", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最大宽度。" + }, + { + "Name": "OkText", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "ScrollToTopOnHide", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "ShowActions", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Title", + "Type": "String", + "Default": "null", + "Description": "" + }, + { + "Name": "Visible", + "Type": "Boolean", + "Default": "false", + "Description": "" + }, + { + "Name": "Width", + "Type": "StringNumber", + "Default": "null", + "Description": "设定组件的最小宽度。" + } + ], + "Contents": [ + { + "Name": "Actions", + "Description": "" + }, + { + "Name": "ChildContent", + "Description": "默认插槽" + } + ], + "Events": [ + { + "Name": "OnCancel", + "Description": "" + }, + { + "Name": "OnOk", + "Description": "" + } + ] +} \ No newline at end of file diff --git a/en/en/border-radius.zh-CN.json b/en/en/border-radius.zh-CN.json new file mode 100644 index 0000000000..fca7e24ac7 --- /dev/null +++ b/en/en/border-radius.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 1, + "Title": "边框半径", + "Html": "\r\n

\r\n #\r\n 边框半径\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/breakpoints.zh-CN.json b/en/en/breakpoints.zh-CN.json new file mode 100644 index 0000000000..338cefd695 --- /dev/null +++ b/en/en/breakpoints.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 2, + "Title": "响应式显示", + "Html": "\r\n

\r\n #\r\n 响应式显示\r\n

\n

使用 MASA Blazor,您可以根据窗口大小控制应用程序的各个方面。 此功能与网格系统 (Grid System) 和其它辅助类 (如 显示辅助) 一起生效。

\n\n \n \n
\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Material Design 断点\n
设备代码类型像素范围
\n \n \n Extra small (超小号)xs小型号到大型号的手机< 600px
\n \n \n Small (小号)sm小型号到中型号的平板600px > < 960px
\n \n \n Medium (中号)md大型号平板到手提电脑960px > < 1264px*
\n \n \n Large (大号)lg桌面端1264px > < 1904px*
\n \n \n Extra large (超大号)xl4K 和超宽屏幕> 1904px*
桌面端上浏览器滚动条的宽度为 * -16px
\n \n \n 规格
\n
\n
\n
\n \n\n" +} \ No newline at end of file diff --git a/en/en/browser-support.zh-CN.json b/en/en/browser-support.zh-CN.json new file mode 100644 index 0000000000..d265523fa4 --- /dev/null +++ b/en/en/browser-support.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 1, + "Title": "浏览器支持", + "Html": "\r\n

\r\n #\r\n 浏览器支持\r\n

\n

MASA Blazor 是一个渐进式的框架,试图将 Web 开发推向新的高度。 为了最好地完成这项任务,必须在支持 Internet Explorer 的旧版本方面做出一些牺牲。 这不是兼容浏览器的详尽列表,而是主要的目标浏览器。

\n\r\n
 
\r\n

\r\n #\r\n 浏览器\r\n

\n
\n\t
\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t \n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t \n\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
浏览器名称支持状态
Chromium (Chrome, Edge Insider)支持
Edge支持
Firefox支持
Safari 10+支持
IE11/Safari 9不支持
IE9 / IE10不支持
\n\t\t
\n\t
\n
\n" +} \ No newline at end of file diff --git a/en/en/code-conduct.zh-CN.json b/en/en/code-conduct.zh-CN.json new file mode 100644 index 0000000000..79089b84c1 --- /dev/null +++ b/en/en/code-conduct.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 3, + "Title": "行为准则", + "Html": "\r\n

\r\n #\r\n 行为准则\r\n

\n

如有关于我们的 行为准则的问题或疑虑,请联系我们support@vuetifyjs.com

\n\r\n
 
\r\n

\r\n #\r\n 我们的承诺\r\n

\n

为了营造一个开放和受欢迎的环境,我们作为贡献者和维护者,承诺让参与我们项目和社区的每个人提供无骚扰的体验,无论年龄、体型、残疾、种族、性别认同和表达、经验水平、国籍、个人外貌,种族、宗教或性身份和取向。

\n\n

不可接受的参与者行为包括:

\n\n
\n\r\n
\r\n

\r\n #\r\n 我们的责任\r\n

\n

项目维护人员负责澄清可接受行为的标准,并对任何不可接受行为采取适当和公正的纠正措施。

\n
\n

项目维护者有权利和责任删除、编辑或拒绝与本行为准则不一致的评论、提交、代码、wiki编辑、问题和其他贡献,或者暂时或永久禁止任何贡献者从事他们认为不适当、威胁、冒犯或有害的其他行为。

\n
\n\r\n
\r\n

\r\n #\r\n 范围\r\n

\n

当个人代表项目或其社区时,本行为准则适用于项目空间和公共空间。 代表一个项目或社区的例子包括使用官方项目电子邮件地址、通过官方社交媒体帐户发帖、或在在线或线下活动中担任指定代表。 项目维护人员可以进一步定义和澄清项目的代表。

\n
\n\r\n
\r\n

\r\n #\r\n 具体措施\r\n

\n

如有虐待、骚扰或其他不可接受的行为,可联系项目团队john@vuetifyjs.com。 项目组将审查和调查所有投诉,并以其认为适当的方式回应。 项目组有义务对事件报告人保密。 具体执行政策的进一步详情可另行公布。

\n
\n

项目维护者如果不真诚地遵守或执行行为准则,可能会面临项目领导层其他成员确定的暂时或永久性影响。

\n
\n\r\n
\r\n

\r\n #\r\n 归属\r\n

\n

This Code of Conduct is adapted from the Contributor Covenant, version 1.4, available at https://contributor-covenant.org/version/1/4

\n" +} \ No newline at end of file diff --git a/en/en/colors.zh-CN.json b/en/en/colors.zh-CN.json new file mode 100644 index 0000000000..97c2d82137 --- /dev/null +++ b/en/en/colors.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 2, + "Title": "颜色", + "Html": "\r\n

\r\n #\r\n 颜色\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/components.zh-CN.json b/en/en/components.zh-CN.json new file mode 100644 index 0000000000..66bed2da57 --- /dev/null +++ b/en/en/components.zh-CN.json @@ -0,0 +1,760 @@ +[ + { + "Desc": "

使用边框半径辅助样式对元素快速应用 border-radius 样式

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7273982+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "basic", + "Title": "使用", + "Description": "

下面将展示使用示例。注意:中缀符 sm , lg 和 xl 与边框半径 size 相关,不受断点的影响。

\n", + "Code": "
\r\n \r\n\r\n
\r\n\r\n \r\n\r\n
\r\n\r\n @Radius()\r\n
\r\n\r\n@code {\r\n private double _model = 3;\r\n private List _rounded = new() { \"0\", \"sm\", \"md\", \"lg\", \"xl\", \"pill\", \"circle\" };\r\n\r\n private string Radius()\r\n {\r\n var rounded = \"rounded\";\r\n var value = _rounded[(int)_model];\r\n if (value != \"md\")\r\n {\r\n rounded += $\"-{value}\";\r\n }\r\n\r\n return rounded;\r\n }\r\n}", + "Type": "Demos.StylesAndAnimations.BorderRadius.usage.Basic", + "Style": "", + "Debug": false, + "Group": 4 + }, + { + "Order": 4, + "Name": "horn", + "Title": "通过角设置半径", + "Description": "

边框半径可以通过使用 tl, tr, br, bl 内置类在每个角上配置; 例如. .rounded-br-xl.rounded-tr

\n", + "Code": "\r\n @foreach (var value in new string[4] { \"tl\", \"tr\", \"br\", \"bl\"})\r\n {\r\n \r\n
@($\".rounded-{value}-xl\")
\r\n
\r\n }\r\n
", + "Type": "Demos.StylesAndAnimations.BorderRadius.misc.Horn", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 1, + "Name": "remove", + "Title": "移除边框半径", + "Description": "

使用 .rounded-0 辅助类来移除元素所有的半径或按边角选择的半径; 例如 .rounded-l-0.rounded-tr-0.

\n", + "Code": "\r\n \r\n
.rounded-0
\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.BorderRadius.misc.Remove", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "round", + "Title": "药丸和圆形", + "Description": "

您可以使用 .rounded-pill 类创建药丸,并使用 .rounded-circle 类来创建圆形。

\n", + "Code": "\r\n \r\n
.rounded-pill
\r\n
\r\n\r\n \r\n
\r\n
.rounded-circle
\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.BorderRadius.misc.Round", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 2, + "Name": "set", + "Title": "设置所有角的半径", + "Description": "

通过 rounded 辅助类允许您修改元素的边框半径. 使用 .rounded-sm, .rounded, .rounded-lg, 和 .rounded-xl 添加不同大小的边框半径。

\n", + "Code": "\r\n @foreach (var value in new string[4] { \"-sm\", \"\", \"-lg\", \"-xl\"})\r\n {\r\n \r\n
@($\".rounded{value}\")
\r\n
\r\n }\r\n
", + "Type": "Demos.StylesAndAnimations.BorderRadius.misc.Set", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 3, + "Name": "side", + "Title": "通过边设置半径", + "Description": "

边框半径可以通过使用 t, r, b, l 内置类在每条边上配置; 例如. .rounded-b-xl.rounded-t

\n", + "Code": "\r\n @foreach (var value in new string[4] { \"t\", \"r\", \"b\", \"l\"})\r\n {\r\n \r\n
@($\".rounded-{value}-xl\")
\r\n
\r\n }\r\n
", + "Type": "Demos.StylesAndAnimations.BorderRadius.misc.Side", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "边框半径", + "Title": "Border radius", + "Type": "边框半径" + }, + { + "Desc": "

通过 sassjavascript,你可以使用 Material Design 规范中的所有颜色。 这些值可以在样式表、组件文件和实际组件中通过颜色类系统使用。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.729399+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "class", + "Title": "类", + "Description": "

规范中的每种颜色都会被转换为 backgroundtext 变体,以便通过一个类在你的应用中设置样式,例如 <div class="red"><span class="red--text">

\n", + "Code": "
\r\n Lorem ipsum\r\n
", + "Type": "Demos.StylesAndAnimations.Color.misc.Class", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 2, + "Name": "material", + "Title": "Material 色彩表", + "Description": "

以下是按原色分组的 Material Design 调色板列表。

\n", + "Code": "\r\n \r\n @foreach (var item in _materialInfos)\r\n {\r\n \r\n \r\n \r\n @item.Title\r\n \r\n \r\n @if (!string.IsNullOrWhiteSpace(item.Name))\r\n {\r\n \r\n \r\n \r\n \r\n @item.Name\r\n \r\n \r\n @item.Color\r\n \r\n \r\n \r\n \r\n }\r\n @foreach (var info in item.Chridren)\r\n {\r\n \r\n \r\n \r\n \r\n @if (!string.IsNullOrWhiteSpace(item.Name))\r\n {\r\n @item.Name\r\n }\r\n @info.Name\r\n \r\n \r\n @info.Color\r\n \r\n \r\n \r\n \r\n }\r\n \r\n }\r\n \r\n\r\n\r\n@code\r\n{\r\n private class MaterialInfo\r\n { \r\n public string Name { get; set; }\r\n\r\n public string Title { get; set; }\r\n\r\n public string Color { get; set; }\r\n\r\n public List Chridren { get; set; }\r\n }\r\n\r\n private class MaterialChridren\r\n {\r\n public string Name { get; set; }\r\n\r\n public string Color { get; set; }\r\n\r\n public bool IsDark { get; set; }\r\n }\r\n\r\n private List _materialInfos = new()\r\n {\r\n new() \r\n {\r\n Name = \"red\",\r\n Title = \"red\",\r\n Color = \"#F44336\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FFEBEE\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#FFCDD2\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#EF9A9A\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#E57373\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#EF5350\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#E53935\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#D32F2F\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#C62828\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#B71C1C\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FF8A80\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FF5252\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#FF1744\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#D50000\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"pink\",\r\n Title = \"pink\",\r\n Color = \"#E91E63\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FCE4EC\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#F8BBD0\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#F48FB1\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#F06292\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#EC407A\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#D81B60\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#C2185B\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#AD1457\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#880E4F\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FF80AB\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FF4081\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#F50057\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#C51162\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"purple\",\r\n Title = \"purple\",\r\n Color = \"#9C27B0\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#F3E5F5\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#E1BEE7\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#CE93D8\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#BA68C8\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#AB47BC\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#8E24AA\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#7B1FA2\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#6A1B9A\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#4A148C\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#EA80FC\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#E040FB\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#D500F9\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#AA00FF\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"deep-purple\",\r\n Title = \"deep-purple\",\r\n Color = \"#673AB7\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#EDE7F6\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#D1C4E9\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#B39DDB\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#9575CD\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#7E57C2\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#5E35B1\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#512DA8\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#4527A0\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#311B92\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#B388FF\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#7C4DFF\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#651FFF\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#6200EA\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"indigo\",\r\n Title = \"indigo\",\r\n Color = \"#3F51B5\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E8EAF6\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#C5CAE9\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#9FA8DA\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#7986CB\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#5C6BC0\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#3949AB\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#303F9F\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#283593\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#1A237E\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#8C9EFF\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#536DFE\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#3D5AFE\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#304FFE\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"blue\",\r\n Title = \"blue\",\r\n Color = \"#2196F3\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E3F2FD\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#BBDEFB\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#90CAF9\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#64B5F6\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#42A5F5\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#1E88E5\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#1976D2\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#1565C0\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#0D47A1\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#82B1FF\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#448AFF\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#2979FF\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#2962FF\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"light-blue\",\r\n Title = \"light-blue\",\r\n Color = \"#03A9F4\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E1F5FE\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#B3E5FC\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#81D4FA\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#81D4FA\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#81D4FA\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#039BE5\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#039BE5\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#0277BD\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#01579B\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#80D8FF\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#40C4FF\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#00B0FF\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#0091EA\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"cyan\",\r\n Title = \"cyan\",\r\n Color = \"#00BCD4\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E0F7FA\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#B2EBF2\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#80DEEA\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#4DD0E1\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#26C6DA\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#00ACC1\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#0097A7\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#00838F\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#006064\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#84FFFF\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#18FFFF\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#00E5FF\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#00B8D4\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"teal\",\r\n Title = \"teal\",\r\n Color = \"#009688\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E0F2F1\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#B2DFDB\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#80CBC4\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#4DB6AC\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#26A69A\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#00897B\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#00796B\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#00695C\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#004D40\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#A7FFEB\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#64FFDA\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#1DE9B6\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#00BFA5\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"green\",\r\n Title = \"green\",\r\n Color = \"#4CAF50\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#E8F5E9\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#C8E6C9\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#A5D6A7\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#81C784\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#66BB6A\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#43A047\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#388E3C\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#2E7D32\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#1B5E20\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#B9F6CA\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#69F0AE\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#00E676\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#00C853\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"light-green\",\r\n Title = \"light-green\",\r\n Color = \"#8BC34A\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#F1F8E9\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#DCEDC8\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#C5E1A5\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#AED581\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#9CCC65\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#7CB342\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#689F38\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#558B2F\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#33691E\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#CCFF90\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#B2FF59\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#76FF03\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#64DD17\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"lime\",\r\n Title = \"lime\",\r\n Color = \"#CDDC39\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#F9FBE7\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#F0F4C3\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#E6EE9C\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#DCE775\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#D4E157\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#C0CA33\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#AFB42B\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#9E9D24\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#827717\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#F4FF81\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#EEFF41\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#C6FF00\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#AEEA00\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"yellow\",\r\n Title = \"yellow\",\r\n Color = \"#FFEB3B\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FFFDE7\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#FFF9C4\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#FFF59D\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#FFF176\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#FFEE58\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#FDD835\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#FBC02D\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#F9A825\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#F57F17\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FFFF8D\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FFFF00\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#FFEA00\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#FFD600\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"amber\",\r\n Title = \"amber\",\r\n Color = \"#FFC107\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FFF8E1\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#FFECB3\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#FFE082\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#FFD54F\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#FFCA28\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#FFB300\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#FFA000\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#FF8F00\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#FF6F00\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FFE57F\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FFD740\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#FFC400\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#FFAB00\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"orange\",\r\n Title = \"orange\",\r\n Color = \"#FF9800\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FFF3E0\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#FFE0B2\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#FFCC80\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#FFB74D\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#FFA726\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#FB8C00\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#F57C00\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#EF6C00\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#E65100\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FFD180\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FFAB40\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#FF9100\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#FF6D00\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"deep-orange\",\r\n Title = \"deep-orange\",\r\n Color = \"#FF5722\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FBE9E7\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#FFCCBC\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#FFAB91\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#FF8A65\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#FF7043\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#F4511E\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#E64A19\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#D84315\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#BF360C\", IsDark = true},\r\n new() { Name = \"accent-1\", Color = \"#FF9E80\", IsDark = false},\r\n new() { Name = \"accent-2\", Color = \"#FF6E40\", IsDark = false},\r\n new() { Name = \"accent-3\", Color = \"#FF3D00\", IsDark = false},\r\n new() { Name = \"accent-4\", Color = \"#DD2C00\", IsDark = false}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"brown\",\r\n Title = \"brown\",\r\n Color = \"#795548\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#EFEBE9\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#D7CCC8\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#BCAAA4\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#A1887F\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#8D6E63\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#6D4C41\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#5D4037\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#4E342E\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#3E2723\", IsDark = true}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"blue-grey\",\r\n Title = \"blue-grey\",\r\n Color = \"#607D8B\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#ECEFF1\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#CFD8DC\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#B0BEC5\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#90A4AE\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#78909C\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#546E7A\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#455A64\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#37474F\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#263238\", IsDark = true}\r\n }\r\n },\r\n new() \r\n {\r\n Name = \"grey\",\r\n Title = \"grey\",\r\n Color = \"#9E9E9E\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"lighten-5\", Color = \"#FAFAFA\", IsDark = false},\r\n new() { Name = \"lighten-4\", Color = \"#F5F5F5\", IsDark = false},\r\n new() { Name = \"lighten-3\", Color = \"#EEEEEE\", IsDark = false},\r\n new() { Name = \"lighten-2\", Color = \"#E0E0E0\", IsDark = false},\r\n new() { Name = \"lighten-1\", Color = \"#BDBDBD\", IsDark = false},\r\n new() { Name = \"darken-1\", Color = \"#757575\", IsDark = true},\r\n new() { Name = \"darken-2\", Color = \"#616161\", IsDark = true},\r\n new() { Name = \"darken-3\", Color = \"#424242\", IsDark = true},\r\n new() { Name = \"darken-4\", Color = \"#212121\", IsDark = true}\r\n }\r\n },\r\n new()\r\n {\r\n Title = \"shades\",\r\n Chridren = new()\r\n {\r\n new() { Name = \"black\", Color = \"#000000\", IsDark = true},\r\n new() { Name = \"white\", Color = \"#FFFFFF\"},\r\n new() { Name = \"transparent\"}\r\n }\r\n }\r\n };\r\n}", + "Type": "Demos.StylesAndAnimations.Color.misc.Material", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 1, + "Name": "text", + "Title": "文本颜色", + "Description": "

文本颜色也支持 darkenlighten 变体,使用 text--{lighten|darken}-{n} 即可。

\n", + "Code": "
\r\n Lorem ipsum dolor sit amet, inciderint definitionem est ea, explicari prodesset eam id. Mazim doctus vix an. Amet causae probatus nec ex.\r\n
", + "Type": "Demos.StylesAndAnimations.Color.misc.Text", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "颜色", + "Title": "Colors", + "Type": "颜色" + }, + { + "Desc": "

显示辅助器允许你控制内容的显示。 可以根据当前视图或实际元素显示类型有条件地显示内容。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7333982+08:00", + "DemoList": [ + { + "Order": 1, + "Name": "printdisplay", + "Title": "打印显示", + "Description": "

你还可以在打印时更改显示属性。

\n
    \n
  • .d-print-none
  • \n
  • .d-print-inline
  • \n
  • .d-print-inline-block
  • \n
  • .d-print-block
  • \n
  • .d-print-table
  • \n
  • .d-print-table-row
  • \n
  • .d-print-table-cell
  • \n
  • .d-print-flex
  • \n
  • .d-print-inline-flex
  • \n
\n

打印功能类也可以与无打印显示功能组合。

\n", + "Code": "
\r\n
\r\n Screen Only (Hide on print only)\r\n
\r\n
\r\n Print Only (Hide on screen only)\r\n
\r\n
\r\n Hide up to large on screen, but always show on print\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.DisplayHelpers.misc.PrintDisplay", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "show", + "Title": "显示", + "Description": "\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Material Design 断点\n
设备代码类型像素范围
\n \n Extra small (超小号)\n xs小型号到大型号的手机< 600px
\n \n Small (小号)\n sm小型号到中型号的平板600px > < 960px
\n \n Medium (中号)\n md大型号平板到手提电脑960px > < 1264px*
\n \n Large (大号)\n lg桌面端1264px > < 1904px*
\n \n Extra large (超大号)\n xl4K 和超宽屏幕> 1904px*
\n 桌面端上浏览器滚动条的宽度为 * -16px \n
\n \n 规格\n
\n
\n
\n\n

当为显示辅助类设置一个特定断点时,它将应用于所有屏幕从指定值开始的宽度。 例如, d-lg-flex 将适用于 lgxl 的屏幕尺寸。

\n", + "Code": "
\r\n
\r\n d-inline\r\n
\r\n
\r\n d-inline\r\n
\r\n
\r\n
\r\n
\r\n
\r\n d-block\r\n
\r\n
\r\n d-block\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.DisplayHelpers.misc.Show", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "visibility", + "Title": "可见性", + "Description": "

根据当前 viewport 的宽度上限有条件的显示元素。 断点实用类始终自下而上应用。 这意味着如果你有 .d-none, 它将应用于所有断点。 然而, .d-md-none 将仅应用于 md 及以上。

\n

您还可以使用横向显示辅助类基于当前 viewport 宽度上限来显示元素。 这些类可以使用以下格式 hidden-{breakpoint}-{condition} 使用。

\n

基于以下 条件 应用类:

\n

1.only - 只在 xsxl 断点隐藏元素

\n

2.and down - 在指定的断点和以下隐藏元素, 从 sm 到 lg 断点

\n

3.and down - 在指定的断点和以上隐藏元素, 从 sm 到 lg 断点

\n

此外, 可以使用 only 条件确定目标 媒体类型 。 目前支持 hidden-screen-onlyhidden-print-only

\n\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
屏幕大小
全部隐藏.d-none
仅在 xs 大小时隐藏.d-none .d-sm-flex
仅在 sm 大小时隐藏.d-sm-none .d-md-flex
仅在 md 大小时隐藏.d-md-none .d-lg-flex
仅在 lg 大小时隐藏.d-lg-none .d-xl-flex
仅在 xl 大小时隐藏.d-xl-none
全部可见.d-flex
仅在 xs 大小时可见.d-flex .d-sm-none
仅在 sm 大小时可见.d-none .d-sm-flex .d-md-none
仅在 md 大小时可见.d-none .d-md-flex .d-lg-none
仅在 lg 大小时可见.d-none .d-lg-flex .d-xl-none
仅在 xl 大小时可见.d-none .d-xl-flex
\n
\n
\n\n", + "Code": "
\r\n
\r\n hide on screens wider than lg\r\n
\r\n
\r\n hide on screens smaller than lg\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.DisplayHelpers.misc.Visibility", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "显示辅助", + "Title": "Display helpers", + "Type": "显示辅助" + }, + { + "Desc": "

该工具可以让你控制两平面之间沿 z 轴方向的相对深度,或者说距离。 总共有25个高度。 您可以通过使用 elevation-{n}类设置元素的海拔, 其中 n 是0-24之间与所需海拔对应的整数。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7373984+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "basic", + "Title": "使用", + "Description": "

Elevation 助手类允许您为任何元素分配一个自定义 z-deep。

\n", + "Code": "\r\n \r\n @for (var i = 0; i < 25; i++)\r\n {\r\n var num = i;\r\n \r\n \r\n \r\n @num\r\n \r\n \r\n \r\n }\r\n \r\n", + "Type": "Demos.StylesAndAnimations.Elevation.usage.Basic", + "Style": "", + "Debug": false, + "Group": 4 + }, + { + "Order": 0, + "Name": "attributes", + "Title": "属性", + "Description": "

动态海拔

\n

众多组件使用 Elevation 混合,获得 Elevation prop。 对于不支持的组件, 您可以动态地更改类。

\n", + "Code": "
\r\n \r\n \r\n \r\n Prop based elevation\r\n \r\n \r\n\r\n
\r\n\r\n \r\n \r\n
\r\n Class based elevation\r\n
\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.Elevation.misc.Attributes", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "海拔", + "Title": "Elevation", + "Type": "海拔" + }, + { + "Desc": "

使用响应的 flexbox 实用程序通过对齐、排列等方式控制 flex 容器的布局, 采用 Flex 布局的元素,称为 Flex 容器(flex container),简称”容器”。它的所有子元素自动成为容器成员,称为 Flex 项目(flex item),简称”项目”。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7393986+08:00", + "DemoList": [ + { + "Order": 3, + "Name": "align", + "Title": "Flex 纵轴对齐", + "Description": "

可以通过 flex 的 align 类改变 align-items 设置. 默认情况下, 这将修改 y轴 上的 flex 项目, 但是当使用 flex-direction: column 时将被反转从而修改 x轴. 从 start , end, center, baseline, 或 stretch(浏览器默认) 选择一个值.

\n\n
\n \n \n
\n

\n 当在 IE11 使用 flex 纵轴对齐时,你需要显示设置一个\n height,因为\n min-height 的不足会导致不符合预期的结果。\n

\n
\n
\n
\n\n

align-items 同样也有一些弹性变量.

\n
    \n
  • .align-start
  • \n
  • .align-end
  • \n
  • .align-center
  • \n
  • .align-baseline
  • \n
  • .align-stretch
  • \n
  • .align-sm-start
  • \n
  • .align-sm-end
  • \n
  • .align-sm-center
  • \n
  • .align-sm-baseline
  • \n
  • .align-sm-stretch
  • \n
  • .align-md-start
  • \n
  • .align-md-end
  • \n
  • .align-md-center
  • \n
  • .align-md-baseline
  • \n
  • .align-md-stretch
  • \n
  • .align-lg-start
  • \n
  • .align-lg-end
  • \n
  • .align-lg-center
  • \n
  • .align-lg-baseline
  • \n
  • .align-lg-stretch
  • \n
  • .align-xl-start
  • \n
  • .align-xl-end
  • \n
  • .align-xl-center
  • \n
  • .align-xl-baseline
  • \n
  • .align-xl-stretch
  • \n
\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n align-start\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n align-end\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n align-center\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n align-baseline\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n align-stretch\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Align", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 8, + "Name": "aligncontent", + "Title": "Flex 内容对齐", + "Description": "

可以通过 flex 的 align-content 类改变 align-content 设置. 默认情况下, 这将修改 x轴 上的 flex 项目, 但是当使用 flex-direction: column 时将被反转从而修改 y轴. 从 start (浏览器默认) , end, center, between, around, 或 stretch 选择一个值.

\n

align-content 同样也有一些弹性变量.

\n
    \n
  • align-content-start
  • \n
  • align-content-end
  • \n
  • align-content-center
  • \n
  • align-content-space-between
  • \n
  • align-content-space-around
  • \n
  • align-content-stretch
  • \n
  • align-sm-content-start
  • \n
  • align-sm-content-end
  • \n
  • align-sm-content-center
  • \n
  • align-sm-content-space-between
  • \n
  • align-sm-content-space-around
  • \n
  • align-sm-content-stretch
  • \n
  • align-md-content-start
  • \n
  • align-md-content-end
  • \n
  • align-md-content-center
  • \n
  • align-md-content-space-between
  • \n
  • align-md-content-space-around
  • \n
  • align-md-content-stretch
  • \n
  • align-lg-content-start
  • \n
  • align-lg-content-end
  • \n
  • align-lg-content-center
  • \n
  • align-lg-content-space-between
  • \n
  • align-lg-content-space-around
  • \n
  • align-lg-content-stretch
  • \n
  • align-xl-content-start
  • \n
  • align-xl-content-end
  • \n
  • align-xl-content-center
  • \n
  • align-xl-content-space-between
  • \n
  • align-xl-content-spacearound
  • \n
  • align-xl-content-stretch
  • \n
\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n", + "Type": "Demos.StylesAndAnimations.Flex.misc.AlignContent", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 4, + "Name": "alignself", + "Title": "Flex 自身对齐", + "Description": "

可以通过 flex 的 align-self 类改变 align-self 设置. 默认情况下, 这将修改 x轴 上的 flex 项目, 但是当使用 flex-direction: column 时将被反转从而修改 y轴. 从 start , end, center, baseline, auto, 或 stretch(浏览器默认) 选择一个值.

\n

align-self-items 同样也有一些弹性变量.

\n
    \n
  • .align-self-start
  • \n
  • .align-self-end
  • \n
  • .align-self-center
  • \n
  • .align-self-baseline
  • \n
  • .align-self-auto
  • \n
  • .align-self-stretch
  • \n
  • .align-self-sm-start
  • \n
  • .align-self-sm-end
  • \n
  • .align-self-sm-center
  • \n
  • .align-self-sm-baseline
  • \n
  • .align-self-sm-auto
  • \n
  • .align-self-sm-stretch
  • \n
  • .align-self-md-start
  • \n
  • .align-self-md-end
  • \n
  • .align-self-md-center
  • \n
  • .align-self-md-baseline
  • \n
  • .align-self-md-auto
  • \n
  • .align-self-md-stretch
  • \n
  • .align-self-lg-start
  • \n
  • .align-self-lg-end
  • \n
  • .align-self-lg-center
  • \n
  • .align-self-lg-baseline
  • \n
  • .align-self-lg-auto
  • \n
  • .align-self-lg-stretch
  • \n
  • .align-self-xl-start
  • \n
  • .align-self-xl-end
  • \n
  • .align-self-xl-center
  • \n
  • .align-self-xl-baseline
  • \n
  • .align-self-xl-auto
  • \n
  • .align-self-xl-stretch
  • \n
\n", + "Code": "
\r\n @foreach (var j in _justify)\r\n {\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var n = i;\r\n \r\n @(n == 2 ? \"Aligned flex item\": \"Flex item\")\r\n \r\n }\r\n \r\n }\r\n
\r\n\r\n@code\r\n{\r\n private List _justify = new() { \"start\", \"end\", \"center\", \"baseline\", \"auto\", \"stretch\" };\r\n}", + "Type": "Demos.StylesAndAnimations.Flex.misc.AlignSelf", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 1, + "Name": "direction", + "Title": "Flex (主轴) 方向", + "Description": "

默认情况下, d-flex 应用于 flex-direction: row 并且一般可以省略。 但是,在某些情况下,您可能需要显式地定义它。

\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var num = i;\r\n \r\n @($\"Flex item {num}\")\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var num = i;\r\n \r\n @($\"Flex item {num}\")\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Direction", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 1, + "Name": "directionex", + "Title": "Flex (主轴) 方向扩展", + "Description": "

flex-columnflex-column-reverse 可以用于改变 flexbox 容器的方向. 请注意, IE11 和 Safari 可能存在列方向的问题.

\n

flex-direction 也有响应式变化。

\n
    \n
  • .flex-row
  • \n
  • .flex-row-reverse
  • \n
  • .flex-column
  • \n
  • .flex-column-reverse
  • \n
  • .flex-sm-row
  • \n
  • .flex-sm-row-reverse
  • \n
  • .flex-sm-column
  • \n
  • .flex-sm-column-reverse
  • \n
  • .flex-md-row
  • \n
  • .flex-md-row-reverse
  • \n
  • .flex-md-column
  • \n
  • .flex-md-column-reverse
  • \n
  • .flex-lg-row
  • \n
  • .flex-lg-row-reverse
  • \n
  • .flex-lg-column
  • \n
  • .flex-lg-column-reverse
  • \n
  • .flex-xl-row
  • \n
  • .flex-xl-row-reverse
  • \n
  • .flex-xl-column
  • \n
  • .flex-xl-column-reverse
  • \n
\n", + "Code": "
\r\n
\r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var num = i;\r\n \r\n @($\"Flex item {num}\")\r\n \r\n }\r\n
\r\n
\r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var num = i;\r\n \r\n @($\"Flex item {num}\")\r\n \r\n }\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.DirectionEx", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "enabling", + "Title": "启用 flexbox", + "Description": "

使用 display 工具类, 你可以将任何元素转换为 flexbox 容器并将该元素的子元素转成 flex 元素. 使用附加的 flex 属性工具类,您可以进一步定制它们的交互。

\n

您还可以基于各种断点应用自定义的 flex 工具类。

\n
    \n
  • .d-flex
  • \n
  • .d-inline-flex
  • \n
  • .d-sm-flex
  • \n
  • .d-sm-inline-flex
  • \n
  • .d-md-flex
  • \n
  • .d-md-inline-flex
  • \n
  • .d-lg-flex
  • \n
  • .d-lg-inline-flex
  • \n
  • .d-xl-flex
  • \n
  • .d-xl-inline-flex
  • \n
\n", + "Code": "\r\n
I'm a flexbox container!
\r\n
\r\n\r\n
\r\n\r\n\r\n
I'm an inline flexbox container!
\r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Enabling", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 9, + "Name": "growshrink", + "Title": "Flex 增长系数和收缩系数", + "Description": "

MASA Blazor 有用于手动应用增长和收缩系数的辅助类. 通过添加 flex-{condition}-{value} 格式的辅助类来使用。 condition 可以是 growshrink 两者之一, value可以是 01 两者之一。 grow 将允许元素增长以填充可用的空间, 然而 shrink 将允许项目收缩到它的内容所需要的空间. 但是,只有当项目必须收缩以适合其容器时才会发生这种情况,例如容器大小调整或受到 flex-grow-1 的影响。 值0将阻止该条件的发生,而1则允许出现这种情况。 以下类可用:

\n
    \n
  • flex-grow-0
  • \n
  • flex-grow-1
  • \n
  • flex-shrink-0
  • \n
  • flex-shrink-1
  • \n
\n

这些辅助类同样可以基于断点以 flex-{breakpoint}-{condition}-{state} 的格式创建更多的弹性变量. 以下组合可用:

\n
    \n
  • flex-sm-grow-0
  • \n
  • flex-md-grow-0
  • \n
  • flex-lg-grow-0
  • \n
  • flex-xl-grow-0
  • \n
  • flex-sm-grow-1
  • \n
  • flex-md-grow-1
  • \n
  • flex-lg-grow-1
  • \n
  • flex-xl-grow-1
  • \n
  • flex-sm-shrink-0
  • \n
  • flex-md-shrink-0
  • \n
  • flex-lg-shrink-0
  • \n
  • flex-xl-shrink-0
  • \n
  • flex-sm-shrink-1
  • \n
  • flex-md-shrink-1
  • \n
  • flex-lg-shrink-1
  • \n
  • flex-xl-shrink-1
  • \n
\n", + "Code": "\r\n \r\n \r\n \r\n I'm 2 column wide\r\n \r\n \r\n \r\n \r\n I'm 1 column wide and I grow to take all the space\r\n \r\n \r\n \r\n \r\n I'm 5 column wide and I shrink if there's not enough space\r\n \r\n \r\n \r\n", + "Type": "Demos.StylesAndAnimations.Flex.misc.GrowShrink", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 2, + "Name": "justify", + "Title": "Flex 横轴对齐", + "Description": "

可以通过 flex 的 justify 类改变 justify-content 设置. 默认情况下, 这将修改 x轴 上的 flex 项目, 但是当使用 flex-direction: column 时将被反转从而修改 y轴. 从 start (浏览器默认), end, center, space-between, 或 space-acound 选择一个值.

\n

justify-content 同样也有一些弹性变量.

\n
    \n
  • .justify-start
  • \n
  • .justify-end
  • \n
  • .justify-center
  • \n
  • .justify-space-between
  • \n
  • .justify-space-around
  • \n
  • .justify-sm-start
  • \n
  • .justify-sm-end
  • \n
  • .justify-sm-center
  • \n
  • .justify-sm-space-between
  • \n
  • .justify-sm-space-around
  • \n
  • .justify-md-start
  • \n
  • .justify-md-end
  • \n
  • .justify-md-center
  • \n
  • .justify-md-space-between
  • \n
  • .justify-md-space-around
  • \n
  • .justify-lg-start
  • \n
  • .justify-lg-end
  • \n
  • .justify-lg-center
  • \n
  • .justify-lg-space-between
  • \n
  • .justify-lg-space-around
  • \n
  • .justify-xl-start
  • \n
  • .justify-xl-end
  • \n
  • .justify-xl-center
  • \n
  • .justify-xl-space-between
  • \n
  • .justify-xl-space-around
  • \n
\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n justify-start\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n justify-end\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n justify-center\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n justify-space-between\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n justify-space-around\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Justify", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 5, + "Name": "margins", + "Title": "自动边距", + "Description": "

在 flexbox 容器中使用 flex-rowflex-column 这样的边距辅助类, 你可以分别控制 flex 项目在 x轴y轴 上的位置.

\n\n
\n \n \n
\n

\n IE11不能正确支持具有非默认“justify content”值的 flexbox\n 容器的 flex 元素的自动边距。 更多详细信息请\n 参阅此 StackOverflow 答案\n 。\n

\n
\n
\n
\n\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var n = i;\r\n \r\n Flex item\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var n = i;\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Margins", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 5, + "Name": "marginsex", + "Title": "自动边距 使用 align-items", + "Description": "

混合 flex-direction: columnalign-items, 你可以利用 .mt-auto.mb-auto 辅助类来调整 flex 项目的位置.

\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var n = i;\r\n \r\n Flex item\r\n \r\n }\r\n \r\n\r\n \r\n @for (var i = 1; i <= 3; i++)\r\n {\r\n var n = i;\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.MarginsEx", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 7, + "Name": "order", + "Title": "Flex 排序", + "Description": "

您可以使用 order 工具类改变 flex 项目的视觉排序.

\n

order 同样也有一些弹性变量.

\n
    \n
  • .order-first
  • \n
  • .order-0
  • \n
  • .order-1
  • \n
  • .order-2
  • \n
  • .order-3
  • \n
  • .order-4
  • \n
  • .order-5
  • \n
  • .order-6
  • \n
  • .order-7
  • \n
  • .order-8
  • \n
  • .order-9
  • \n
  • .order-10
  • \n
  • .order-11
  • \n
  • .order-12
  • \n
  • .order-last
  • \n
  • .order-sm-first
  • \n
  • .order-sm-0
  • \n
  • .order-sm-1
  • \n
  • .order-sm-2
  • \n
  • .order-sm-3
  • \n
  • .order-sm-4
  • \n
  • .order-sm-5
  • \n
  • .order-sm-6
  • \n
  • .order-sm-7
  • \n
  • .order-sm-8
  • \n
  • .order-sm-9
  • \n
  • .order-sm-10
  • \n
  • .order-sm-11
  • \n
  • .order-sm-12
  • \n
  • .order-sm-last
  • \n
  • .order-md-first
  • \n
  • .order-md-0
  • \n
  • .order-md-1
  • \n
  • .order-md-2
  • \n
  • .order-md-3
  • \n
  • .order-md-4
  • \n
  • .order-md-5
  • \n
  • .order-md-6
  • \n
  • .order-md-7
  • \n
  • .order-md-8
  • \n
  • .order-md-9
  • \n
  • .order-md-10
  • \n
  • .order-md-11
  • \n
  • .order-md-12
  • \n
  • .order-md-last
  • \n
  • .order-lg-first
  • \n
  • .order-lg-0
  • \n
  • .order-lg-1
  • \n
  • .order-lg-2
  • \n
  • .order-lg-3
  • \n
  • .order-lg-4
  • \n
  • .order-lg-5
  • \n
  • .order-lg-6
  • \n
  • .order-lg-7
  • \n
  • .order-lg-8
  • \n
  • .order-lg-9
  • \n
  • .order-lg-10
  • \n
  • .order-lg-11
  • \n
  • .order-lg-12
  • \n
  • .order-lg-last
  • \n
  • .order-lg-first
  • \n
  • .order-xl-0
  • \n
  • .order-xl-1
  • \n
  • .order-xl-2
  • \n
  • .order-xl-3
  • \n
  • .order-xl-4
  • \n
  • .order-xl-5
  • \n
  • .order-xl-6
  • \n
  • .order-xl-7
  • \n
  • .order-xl-8
  • \n
  • .order-xl-9
  • \n
  • .order-xl-10
  • \n
  • .order-xl-11
  • \n
  • .order-xl-12
  • \n
  • .order-xl-last
  • \n
\n", + "Code": "
\r\n \r\n \r\n First flex item\r\n \r\n \r\n Second flex item\r\n \r\n \r\n Third flex item\r\n \r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Order", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 6, + "Name": "wrap", + "Title": "Flex 堆叠", + "Description": "

默认情况下 .d-flex 不提供任何包装(其行为类似于 flex-wrap:nowrap)。 这可以通过使用 flex-{condition} 格式的 flex-wrap 辅助类进行修改, condition 的值可以为 nowrap, wrapwrap-reverse.

\n
    \n
  • .flex-nowrap
  • \n
  • .flex-wrap
  • \n
  • .flex-wrap-reverse
  • \n
\n

这些辅助类同样可以基于断点以 flex-{breakpoint}-{condition} 的格式创建更多的弹性变量. 以下组合可用:

\n
    \n
  • .flex-sm-nowrap
  • \n
  • .flex-sm-wrap
  • \n
  • .flex-sm-wrap-reverse
  • \n
  • .flex-md-nowrap
  • \n
  • .flex-md-wrap
  • \n
  • .flex-md-wrap-reverse
  • \n
  • .flex-lg-nowrap
  • \n
  • .flex-lg-wrap
  • \n
  • .flex-lg-wrap-reverse
  • \n
  • .flex-xl-nowrap
  • \n
  • .flex-xl-wrap
  • \n
  • .flex-xl-wrap-reverse
  • \n
\n", + "Code": "
\r\n \r\n @for (var i = 1; i <= 5; i++)\r\n {\r\n \r\n Flex item\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n var n = i;\r\n \r\n @($\"Flex item {n}\")\r\n \r\n }\r\n \r\n
\r\n\r\n
\r\n\r\n
\r\n \r\n @for (var i = 1; i <= 20; i++)\r\n {\r\n var n = i;\r\n \r\n @($\"Flex item {n}\")\r\n \r\n }\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Flex.misc.Wrap", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "弹性布局", + "Title": "Flex", + "Type": "弹性布局" + }, + { + "Desc": "

使用响应式 float 工具在任何断点上应用自定义浮动。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7493969+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "class", + "Title": "类", + "Description": "

概述

\n

浮动辅助类基于当前视口尺寸(及以上)使用 CSS 浮动属性 应用浮动功能.

\n\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Material Design 断点\n
设备代码类型像素范围
\n \n Extra small (超小号)\n xs小型号到大型号的手机< 600px
\n \n Small (小号)\n sm小型号到中型号的平板600px > < 960px
\n \n Medium (中号)\n md大型号平板到手提电脑960px > < 1264px*
\n \n Large (大号)\n lg桌面端1264px > < 1904px*
\n \n Extra large (超大号)\n xl4K 和超宽屏幕> 1904px*
\n 桌面端上浏览器滚动条的宽度为 * -16px \n
\n \n 规格\n
\n
\n
\n\n

轻松切换一个带有类的 float:

\n", + "Code": "
\r\n
\r\n Float left on all viewport sizes\r\n
\r\n
\r\n
\r\n Float right on all viewport sizes\r\n
\r\n
\r\n
\r\n Don't float on all viewport sizes\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.Float.misc.Class", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "responsive", + "Title": "响应式", + "Description": "

Floats 也可以在每个断点(视图)的基础上适用。

\n

以下是所有可用的支持类列表:

\n
    \n
  • .float-left
  • \n
  • .float-right
  • \n
  • .float-start
  • \n
  • .float-end
  • \n
  • .float-none
  • \n
  • .float-sm-left
  • \n
  • .float-sm-right
  • \n
  • .float-sm-start
  • \n
  • .float-sm-end
  • \n
  • .float-sm-none
  • \n
  • .float-md-left
  • \n
  • .float-md-right
  • \n
  • .float-md-start
  • \n
  • .float-md-end
  • \n
  • .float-md-none
  • \n
  • .float-lg-left
  • \n
  • .float-lg-right
  • \n
  • .float-lg-start
  • \n
  • .float-lg-end
  • \n
  • .float-lg-none
  • \n
  • .float-xl-left
  • \n
  • .float-xl-right
  • \n
  • .float-xl-start
  • \n
  • .float-xl-end
  • \n
  • .float-xl-none
  • \n
\n", + "Code": "
\r\n
\r\n Float left on viewports sized SM (small) or wider\r\n
\r\n
\r\n
\r\n Float left on viewports sized MD (medium) or wider\r\n
\r\n
\r\n
\r\n Float left on viewports sized LG (large) or wider\r\n
\r\n
\r\n
\r\n Float left on viewports sized XL (extra-large) or wider\r\n
\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.Float.misc.Responsive", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "浮动", + "Title": "Float", + "Type": "浮动" + }, + { + "Desc": "

配置内容超出容器边界时如何溢出。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7513968+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "property", + "Title": "溢出属性", + "Description": "

如何运行

\n

指定元素 overflow, overflow-xoverflow-y 属性。 可以使用以下格式应用这些类:{overflow}-{value}。 其中溢出是指类型:overflow, overflow-xoverflow-y可以是以下之一:auto, hiddenvisible

\n

这是属性列表:

\n
    \n
  • overflow-auto
  • \n
  • overflow-hidden
  • \n
  • overflow-visible
  • \n
  • overflow-x-auto
  • \n
  • overflow-x-hidden
  • \n
  • overflow-x-visible
  • \n
  • overflow-y-auto
  • \n
  • overflow-y-hidden
  • \n
  • overflow-y-visible
  • \n
\n

overflow-auto 用于在元素内容溢出边界时向元素添加滚动条。 而 overflow-hidden 则用于剪辑任何溢出边界的内容。 overflow-visible将防止内容被剪裁,即使它溢出了边界。

\n", + "Code": "\r\n \r\n \r\n \r\n

Overflow Auto

\r\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis\r\n facilis dicta esse molestias vero hic laudantium provident nisi eos\r\n quasi iusto alias sequi, aut aliquid voluptatibus commodi! Minima, eum\r\n voluptates?\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n

Overflow Auto

\r\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis\r\n facilis dicta esse molestias vero hic laudantium provident nisi eos\r\n quasi iusto alias sequi, aut aliquid voluptatibus commodi! Minima, eum\r\n voluptates?\r\n
\r\n
\r\n
\r\n \r\n \r\n \r\n

Overflow Auto

\r\n Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis\r\n facilis dicta esse molestias vero hic laudantium provident nisi eos\r\n quasi iusto alias sequi, aut aliquid voluptatibus commodi! Minima, eum\r\n voluptates?\r\n
\r\n
\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.Overflow.misc.Property", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "xproperty", + "Title": "横坐标溢出属性", + "Description": "

如果需要,overflow-x 可用于指定元素的水平溢出。

\n", + "Code": "
\r\n

Overflow Auto

\r\n

\r\n QrLmmW69vMQDtCOg48jidqvvWD2FzDt7I7bBoDc98SRP5OwvOScVYbRzFdfp540eF5v1pjogYkyI8NXqu4wY8chgsXIV0LU7XQKWJ98wLaBSHWiBhvkEU1T3sd6KEFo53CLjVjIz8UvZajb8sbsu62xTsF9cRtFdwEvusq6zJHvedymDCUkY6qXHsuL6fOmHo4KKMurZuJZrK3plRPUaI8XVciz8dVq5CEUXjMrTcB76H1w90CnkRER3nYjs3suTa3223xs8aL97m0peQfjlvKbF8HcmQG5mHEitCn1QZnbMZUK3zE9AIjwcVXP7R9V4fw2A93cZD7wj333X6aaiHZdkkTPtst0u05KSob5c0ZuKQi4D3V395NfFKKr8cR27jmpB7dqK2GiWXeOQUFcjmFVwlHWSlH8ZdUoVJpXf1xL6CRUxwZP4EhBbqQZaJm26ijWII6LRxJ5eVU9Y7KKvQsUeX5BawtgeMWRmjeCwQadTLTQG8gLpi2DvGpMtPWCdqHgEglVSB1ZlDrjEEsXYrNx1IOY0053K3pWNaR1ezyz8kahRfNs3byaHcIQu9tWTrcMpBWhZ45DzLjVV1N8Zt96uLnNWK5DvbKW8GgMuwY7fHkZFz85MN4d2gL0j85HmXGx9oPTFRkPWsmMOHUvm5IhB7QqGSAwT1uL7HgBrNX9a1BAWrp9zV1IWAd1q65sKOOCxTZrXJDpxBxYE4rJAGU6pcri9mUf4g49ZiIAwfu9njtZyYimmImCa6TFhk2jQcSmFDHacExxqC2BfYATHFrKSy94dbw6uWT52nM7MSM9JDu4cs9cbfnaf6amt4hTUotCTONg604b8JKPI1sfd4CG36fBNcnErhpllfRlXkY1xFwmwZT7IJV8okPGNQdTKpdPJOBGw3LHMKojPJl1nPiQB5C9bdePFMNLejSXY5DDvO70ehOCJpBtKZY2quoFJJjGfXe8T4DuGYGmM6JYd5DNinWZuUWXGvfIlJRHgf8BQNQvtmEzqGXIeQZitiq9F\r\n

\r\n

Overflow Hidden

\r\n

\r\n QrLmmW69vMQDtCOg48jidqvvWD2FzDt7I7bBoDc98SRP5OwvOScVYbRzFdfp540eF5v1pjogYkyI8NXqu4wY8chgsXIV0LU7XQKWJ98wLaBSHWiBhvkEU1T3sd6KEFo53CLjVjIz8UvZajb8sbsu62xTsF9cRtFdwEvusq6zJHvedymDCUkY6qXHsuL6fOmHo4KKMurZuJZrK3plRPUaI8XVciz8dVq5CEUXjMrTcB76H1w90CnkRER3nYjs3suTa3223xs8aL97m0peQfjlvKbF8HcmQG5mHEitCn1QZnbMZUK3zE9AIjwcVXP7R9V4fw2A93cZD7wj333X6aaiHZdkkTPtst0u05KSob5c0ZuKQi4D3V395NfFKKr8cR27jmpB7dqK2GiWXeOQUFcjmFVwlHWSlH8ZdUoVJpXf1xL6CRUxwZP4EhBbqQZaJm26ijWII6LRxJ5eVU9Y7KKvQsUeX5BawtgeMWRmjeCwQadTLTQG8gLpi2DvGpMtPWCdqHgEglVSB1ZlDrjEEsXYrNx1IOY0053K3pWNaR1ezyz8kahRfNs3byaHcIQu9tWTrcMpBWhZ45DzLjVV1N8Zt96uLnNWK5DvbKW8GgMuwY7fHkZFz85MN4d2gL0j85HmXGx9oPTFRkPWsmMOHUvm5IhB7QqGSAwT1uL7HgBrNX9a1BAWrp9zV1IWAd1q65sKOOCxTZrXJDpxBxYE4rJAGU6pcri9mUf4g49ZiIAwfu9njtZyYimmImCa6TFhk2jQcSmFDHacExxqC2BfYATHFrKSy94dbw6uWT52nM7MSM9JDu4cs9cbfnaf6amt4hTUotCTONg604b8JKPI1sfd4CG36fBNcnErhpllfRlXkY1xFwmwZT7IJV8okPGNQdTKpdPJOBGw3LHMKojPJl1nPiQB5C9bdePFMNLejSXY5DDvO70ehOCJpBtKZY2quoFJJjGfXe8T4DuGYGmM6JYd5DNinWZuUWXGvfIlJRHgf8BQNQvtmEzqGXIeQZitiq9F\r\n

\r\n

Overflow visible

\r\n

\r\n QrLmmW69vMQDtCOg48jidqvvWD2FzDt7I7bBoDc98SRP5OwvOScVYbRzFdfp540eF5v1pjogYkyI8NXqu4wY8chgsXIV0LU7XQKWJ98wLaBSHWiBhvkEU1T3sd6KEFo53CLjVjIz8UvZajb8sbsu62xTsF9cRtFdwEvusq6zJHvedymDCUkY6qXHsuL6fOmHo4KKMurZuJZrK3plRPUaI8XVciz8dVq5CEUXjMrTcB76H1w90CnkRER3nYjs3suTa3223xs8aL97m0peQfjlvKbF8HcmQG5mHEitCn1QZnbMZUK3zE9AIjwcVXP7R9V4fw2A93cZD7wj333X6aaiHZdkkTPtst0u05KSob5c0ZuKQi4D3V395NfFKKr8cR27jmpB7dqK2GiWXeOQUFcjmFVwlHWSlH8ZdUoVJpXf1xL6CRUxwZP4EhBbqQZaJm26ijWII6LRxJ5eVU9Y7KKvQsUeX5BawtgeMWRmjeCwQadTLTQG8gLpi2DvGpMtPWCdqHgEglVSB1ZlDrjEEsXYrNx1IOY0053K3pWNaR1ezyz8kahRfNs3byaHcIQu9tWTrcMpBWhZ45DzLjVV1N8Zt96uLnNWK5DvbKW8GgMuwY7fHkZFz85MN4d2gL0j85HmXGx9oPTFRkPWsmMOHUvm5IhB7QqGSAwT1uL7HgBrNX9a1BAWrp9zV1IWAd1q65sKOOCxTZrXJDpxBxYE4rJAGU6pcri9mUf4g49ZiIAwfu9njtZyYimmImCa6TFhk2jQcSmFDHacExxqC2BfYATHFrKSy94dbw6uWT52nM7MSM9JDu4cs9cbfnaf6amt4hTUotCTONg604b8JKPI1sfd4CG36fBNcnErhpllfRlXkY1xFwmwZT7IJV8okPGNQdTKpdPJOBGw3LHMKojPJl1nPiQB5C9bdePFMNLejSXY5DDvO70ehOCJpBtKZY2quoFJJjGfXe8T4DuGYGmM6JYd5DNinWZuUWXGvfIlJRHgf8BQNQvtmEzqGXIeQZitiq9F\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.Overflow.misc.XProperty", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "溢出", + "Title": "Overflow", + "Type": "溢出" + }, + { + "Desc": "

不通过创建新类的方式来更新您的布局. 间距辅助类在修改元素的 padding 和 margin 时非常有用

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7563968+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "start", + "Title": "使用", + "Description": "

如何运行

\n

辅助类应用到元素的 marginpadding 范围是从 0 到 16. 每个尺寸增量都与 Material Design 边距规范一致. 这些类可以通过 {property}{direction}-{size} 格式使用。

\n

property 应用间距类型:

\n
    \n
  • m - 应用 margin
  • \n
  • p - 应用 padding
  • \n
\n

direction 指定了该属性所应用的侧边:

\n
    \n
  • t - 应用 margin-toppadding-top 的间距
  • \n
  • b - 应用 margin-bottompadding-bottom 的间距
  • \n
  • l - 应用 margin-leftpadding-left 的间距
  • \n
  • r - 应用 margin-rightpadding-right 的间距
  • \n
  • s - 应用 margin-left/padding-left (LTR模式) 和 margin-right/padding-right(RTL模式) 的间距
  • \n
  • e - 应用 margin-right/padding-right (LTR模式) 和 margin-left/padding-left(RTL模式) 的间距
  • \n
  • x - 应用 *-left*-right 的间距
  • \n
  • y - 应用 *-top*-bottom 的间距
  • \n
  • a - 在所有方向应用该间距
  • \n
\n

size 以4px增量控制间距属性:

\n
    \n
  • 0 - 通过设置为 0 来消除所有 marginpadding.
  • \n
  • 1 - 设置 marginpadding 为 4px
  • \n
  • 2 - 设置 marginpadding 为 8px
  • \n
  • 3 - 设置 marginpadding 为 12px
  • \n
  • 4 - 设置 marginpadding 为 16px
  • \n
  • 5 - 设置 marginpadding 为 20px
  • \n
  • 6 - 设置 marginpadding 为 24px
  • \n
  • 7 - 设置 marginpadding 为 28px
  • \n
  • 8 - 设置 marginpadding 为 32px
  • \n
  • 9 - 设置 marginpadding 为 36px
  • \n
  • 10 - 设置 marginpadding 为 40px
  • \n
  • 11 - 设置 marginpadding 为 44px
  • \n
  • 12 - 设置 marginpadding 为 48px
  • \n
  • 13 - 设置 marginpadding 为 52px
  • \n
  • 14 - 设置 marginpadding 为 56px
  • \n
  • 15 - 设置 marginpadding 为 60px
  • \n
  • 16 - 设置 marginpadding 为 64px
  • \n
  • n1 - 设置 margin 为 -4px
  • \n
  • n2 - 设置 margin 为 -8px
  • \n
  • n3 - 设置 margin 为 -12px
  • \n
  • n4 - 设置 margin 为 -16px
  • \n
  • n5 - 设置 margin 为 -20px
  • \n
  • n6 - 设置 margin 为 -24px
  • \n
  • n7 - 设置 margin 为 -28px
  • \n
  • n8 - 设置 margin 为 -32px
  • \n
  • n9 - 设置 margin 为 -36px
  • \n
  • n10 - 设置 margin 为 -40px
  • \n
  • n11 - 设置 margin 为 -44px
  • \n
  • n12 - 设置 margin 为 -48px
  • \n
  • n13 - 设置 margin 为 -52px
  • \n
  • n14 - 设置 margin 为 -56px
  • \n
  • n15 - 设置 margin 为 -60px
  • \n
  • n16 - 设置 margin 为 -64px
  • \n
  • auto - 设置间距为 auto
  • \n
\n

使用 playground 来了解不同的辅助类能做些什么. 要了解他们如何工作,请参阅下面的部分。

\n", + "Code": "\r\n \r\n \r\n r\" ItemText=\"r => r\" Class=\"pr-2\" Label=\"@(\"Padding\")\">\r\n \r\n p\r\n \r\n \r\n
-
\r\n
\r\n
\r\n\r\n r\" ItemText=\"r => r.ToString()\" Label=\"@(\"Size\")\">\r\n \r\n
\r\n\r\n \r\n r\" ItemText=\"r => r\" Class=\"pr-2\" Label=\"@(\"Margin\")\">\r\n \r\n m\r\n \r\n \r\n
-
\r\n
\r\n
\r\n\r\n r\" ItemText=\"r => r.ToString()\" Label=\"@(\"Size\")\">\r\n \r\n
\r\n\r\n \r\n \r\n
\r\n
@_playgroundText
\r\n
\r\n
\r\n
\r\n
\r\n
\r\n\r\n@code\r\n{\r\n private List _paddingDirection = new() {\"t\", \"b\", \"l\", \"r\", \"s\", \"e\", \"x\", \"y\", \"a\" };\r\n private List _paddingSize = new() { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 };\r\n private string _paddingDirectionVal { get; set; } = \"a\";\r\n private int _paddingSizeionVal { get; set; } = 6;\r\n private List _marginDirection => _paddingDirection;\r\n private List _marginSize => _paddingSize;\r\n private string _marginDirectionVal { get; set; } = \"a\";\r\n private int _marginSizeVal { get; set; } = 2;\r\n private string _playgroundText = \"Use the controls above to try out the different spacing helpers.\";\r\n\r\n private string ComputedPadding()\r\n {\r\n return $\"p{_paddingDirectionVal}-{_paddingSizeionVal}\";\r\n }\r\n\r\n private string ComputedMargin()\r\n {\r\n return $\"m{_marginDirectionVal}-{_marginSizeVal}\";\r\n }\r\n}", + "Type": "Demos.StylesAndAnimations.Spacing.usage.Start", + "Style": "", + "Debug": false, + "Group": 4 + }, + { + "Order": 0, + "Name": "breakpoints", + "Title": "断点", + "Description": "

MASA Blazor 使用 Flexbox 通过12点网格系统建构. 间距用来创建应用程序内容的特定布局. 它包含5个媒体断点查询来确定特定屏幕的大小或方向: xs, sm, md, lgxl. 下面的 视图断点 表中定义了默认解析。

\n\n
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n Material Design 断点\n
设备代码类型像素范围
\n \n Extra small (超小号)\n xs小型号到大型号的手机< 600px
\n \n Small (小号)\n sm小型号到中型号的平板600px > < 960px
\n \n Medium (中号)\n md大型号平板到手提电脑960px > < 1264px*
\n \n Large (大号)\n lg桌面端1264px > < 1904px*
\n \n Extra large (超大号)\n xl4K 和超宽屏幕> 1904px*
\n 桌面端上浏览器滚动条的宽度为 * -16px \n
\n \n 规格\n
\n
\n
\n\n

助手类在给定的断点应用 marginpadding。 这些类可以通过 {property}{direction}-{breakpoint}-{size} 格式使用。 这不适用于 xs ,因为它是推断出来的; 例如: ma-xs-2 等于 ma-2.

\n", + "Code": "\r\n \r\n Adjust screen size to see spacing changes\r\n \r\n", + "Type": "Demos.StylesAndAnimations.Spacing.misc.Breakpoints", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "Horizontal", + "Title": "水平布局", + "Description": "

使用边距助手类,你可以轻松地水平居中内容。

\n", + "Code": "\r\n \r\n Centered\r\n \r\n", + "Type": "Demos.StylesAndAnimations.Spacing.misc.Horizontal", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 0, + "Name": "margin", + "Title": "负边距", + "Description": "

同样也可以使用从 116 间隔的负边距.

\n", + "Code": "
\r\n \r\n \r\n \r\n This card has negative top margin applied\r\n \r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Spacing.misc.Margin", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cols": 1, + "Subtitle": "间距", + "Title": "Spacing", + "Type": "间距" + }, + { + "Desc": "

控制文本大小、对齐、换行、溢出、变形等等。

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7643976+08:00", + "DemoList": [ + { + "Order": 5, + "Name": "decoration", + "Title": "装饰线", + "Description": "

使用 .text-decoration-none 移除文本装饰线或使用 .text-decoration-overline, .text-decoration-underline, 和 .text-decoration-line-through 添加一个 上划线, 下划线或删除线。

\n", + "Code": "
\r\n Non-underlined link\r\n\r\n
\r\n Line-through text\r\n
\r\n\r\n
\r\n Overline text\r\n
\r\n\r\n
\r\n Underline text\r\n
\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.Decoration", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 2, + "Name": "fontEmphasis", + "Title": "字体强调", + "Description": "

Material 设计, 默认情况下, 支持 100, 300, 400, 500, 700, 900 字体宽度和斜体文本.

\n", + "Code": "
\r\n

\r\n Black text.\r\n

\r\n

\r\n Bold text.\r\n

\r\n

\r\n Medium weight text.\r\n

\r\n

\r\n Normal weight text.\r\n

\r\n

\r\n Light weight text.\r\n

\r\n

\r\n Thin weight text.\r\n

\r\n

\r\n Italic text.\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.FontEmphasis", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 6, + "Name": "opacity", + "Title": "不透明度", + "Description": "

不透明度辅助类可以让您轻松调整文本的重点。 text--primary 与默认文本具有相同的不透明度。 text--secondary 用于提示和辅助文本。 使用 text--disabled 去除强调文本。

\n", + "Code": "
\r\n

\r\n High-emphasis has an opacity of 87% in light theme and 100% in dark.\r\n

\r\n

\r\n Medium-emphasis text and hint text have opacities of 60% in light theme and 70% in dark.\r\n

\r\n

\r\n Disabled text has an opacity of 38% in light theme and 50% in dark.\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.Opacity", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 4, + "Name": "responsiveDisplays", + "Title": "响应式显示", + "Description": "

还有可用于支持响应式显示的 alignment 类。

\n", + "Code": "
\r\n

\r\n Left aligned text on all viewport sizes.\r\n

\r\n

\r\n Center aligned text on all viewport sizes.\r\n

\r\n

\r\n Right aligned text on all viewport sizes.\r\n

\r\n\r\n

\r\n Left aligned text on viewports sized SM (small) or wider.\r\n

\r\n

\r\n Left aligned text on viewports sized MD (medium) or wider.\r\n

\r\n

\r\n Left aligned text on viewports sized LG (large) or wider.\r\n

\r\n

\r\n Left aligned text on viewports sized XL (extra-large) or wider.\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.ResponsiveDisplays", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 10, + "Name": "RTLAlignment", + "Title": "RTL 对齐", + "Description": "

当使用 RTL 时, 无论 rtl 指定如何,您可能都希望保持对齐 。 这可以通过以下格式的文本对齐辅助类实现: text-<breakpoint>-<direction>, breakpoint 可以是 sm, md, lg, 或 xl , direction 可以是 leftright。 你也可以通过使用 startend 对齐rtl.

\n", + "Code": "
\r\n

\r\n Agnostic RTL Alignment\r\n

\r\n\r\n

\r\n Left aligned text on viewports sized SM (small) or wider for rtl or ltr.\r\n

\r\n

\r\n Left aligned text on viewports sized MD (medium) or wider for rtl or ltr.\r\n

\r\n

\r\n Right aligned text on viewports sized LG (large) or wider for rtl or ltr.\r\n

\r\n

\r\n Left aligned text on viewports sized XL (extra-large) or wider for rtl or ltr.\r\n

\r\n\r\n

\r\n Responsive RTL Alignment\r\n

\r\n\r\n

\r\n Left aligned text on ltr and right aligned on rtl.\r\n

\r\n

\r\n Right aligned text on ltr and left aligned on rtl.\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.RTLAlignment", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 3, + "Name": "textAlignment", + "Title": "文本对齐", + "Description": "

Alignment 助手类允许你轻松的创建 re-align 文本。

\n", + "Code": "

\r\n Morbi mattis ullamcorper velit. Donec orci lectus, aliquam ut, faucibus non, euismod id, nulla. Fusce convallis metus id felis luctus adipiscing. Aenean massa. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus.\r\n\r\n Nulla consequat massa quis enim. Praesent venenatis metus at tortor pulvinar varius. Donec venenatis vulputate lorem. Phasellus accumsan cursus velit. Pellentesque ut neque.\r\n

", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.TextAlignment", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 7, + "Name": "transform", + "Title": "变形", + "Description": "

文本 capitalization 类可以转换文字的大小写。也可以断开文本或删除 text-transform . 在第一个示例中, 自定义类 text-transform: uppercase 将被覆盖,并允许保留文本大小写。 在第二个示例中,我们将一个较长的单词拆分以填充可用空间。

\n", + "Code": "
\r\n

\r\n Lowercased text.\r\n

\r\n

\r\n Uppercased text.\r\n

\r\n

\r\n CapiTaliZed text.\r\n

\r\n
\r\n\r\n
\r\n\r\n
\r\n

\r\n Random TEXT cApitaLization\r\n

\r\n \r\n SUBDERMATOGLYPHIC\r\n

\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.Transform", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 9, + "Name": "truncated", + "Title": "文本截取", + "Description": "

可以使用 .text-truncate 实用程序类使用文本省略号截断较长的内容。

\n
\n
\n \n \n
\n

Requires display: inline-block or display: block.

\n
\n
\n
\n
\n", + "Code": "
\r\n \r\n
\r\n
\r\n Suspendisse faucibus, nunc et pellentesque egestas, lacus ante convallis tellus.\r\n
\r\n
\r\n\r\n \r\n \r\n Suspendisse faucibus, nunc et pellentesque egestas, lacus ante convallis tellus.\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.Truncated", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 0, + "Name": "typography", + "Title": "排版", + "Description": "

使用排版辅助类控制文本的大小和样式.

\n", + "Code": "\r\n \r\n @foreach (var item in _classes)\r\n {\r\n var c = item[0];\r\n var text = item[1];\r\n var size = item[2];\r\n var weight = item[3];\r\n var spacing = item[4];\r\n var margin = item[5];\r\n\r\n \r\n \r\n\r\n
\r\n @text\r\n
\r\n\r\n \r\n \r\n
\r\n
\r\n
\r\n Font\r\n
\r\n\r\n
\r\n Roboto\r\n
\r\n
\r\n\r\n
\r\n
\r\n Weight\r\n
\r\n\r\n
\r\n @weight\r\n
\r\n
\r\n\r\n
\r\n
\r\n Size\r\n
\r\n\r\n
\r\n @size\r\n
\r\n
\r\n\r\n
\r\n
\r\n Letter spacing\r\n
\r\n\r\n
\r\n @spacing\r\n
\r\n
\r\n
\r\n
\r\n\r\n
\r\n\r\n
\r\n
\r\n }\r\n
\r\n
\r\n\r\n@code {\r\n\r\n bool GloabIsDark = false;\r\n\r\n string[][] _classes = new string[][]\r\n {\r\n new string[] {\"h1\", \"Heading 1\", \"6rem\", \"300\", \"-.015625em\", \"-1\"},\r\n new string[] {\"h2\", \"Heading 2\", \"3.75rem\", \"300\", \"-.0083333333em\", \"0\"},\r\n new string[] {\"h3\", \"Heading 3\", \"3rem\", \"400\", \"normal\", \"1\"},\r\n new string[] {\"h4\", \"Heading 4\", \"2.125rem\", \"400\", \".0073529412em\", \"2\"},\r\n new string[] {\"h5\", \"Heading 5\", \"1.5rem\", \"400\", \"normal\", \"2\"},\r\n new string[] {\"h6\", \"Heading 6\", \"1.25rem\", \"500\", \".0125em\", \"3\"},\r\n new string[] {\"subtitle-1\", \"Subtitle 1\", \"1rem\", \"400\", \".009375em\", \"4\"},\r\n new string[] {\"subtitle-2\", \"Subtitle 2\", \"0.875rem\", \"500\", \".0071428571em\", \"4\"},\r\n new string[] {\"body-1\", \"Body 1\", \"1rem\", \"400\", \".03125em\", \"4\"},\r\n new string[] {\"body-2\", \"Body 2\", \"0.875rem\", \"400\", \".0178571429em\", \"4\"},\r\n new string[] {\"button\", \"Button\", \"0.875rem\", \"500\", \".0892857143em\", \"4\"},\r\n new string[] {\"caption\", \"Caption\", \"0.75rem\", \"400\", \".0333333333em\", \"4\"},\r\n new string[] {\"overline\", \"Overline\", \"0.75rem\", \"500\", \".1666666667em\", \"4\"},\r\n };\r\n}", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.Typography", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 1, + "Name": "typographyIllustrate", + "Title": "排版说明", + "Description": "

这些类可以应用于从 xsxl的所有断点。 当使用基础类 .text-{value} 时, 它被推断为 .text-xs-${value}.

\n
    \n
  • .text-{value} 用于 xs
  • \n
  • .text-{breakpoint}-{value} 用于 sm, md, lgxl
  • \n
\n

value 属性的值是以下之一:

\n
    \n
  • h1
  • \n
  • h2
  • \n
  • h3
  • \n
  • h4
  • \n
  • h5
  • \n
  • h6
  • \n
  • subtitle-1
  • \n
  • subtitle-2
  • \n
  • body-1
  • \n
  • body-2
  • \n
  • button
  • \n
  • caption
  • \n
  • overline
  • \n
\n
\n
\n
\n \n \n
\n

提示

\n

在v2.3.0之前的所有版本中,这些类都是以下内容之一:


\n
    \n
  • .display-4
  • \n
  • .display-3
  • \n
  • .display-2
  • \n
  • .display-1
  • \n
  • .headline
  • \n
  • .title
  • \n
  • .subtitle-1
  • \n
  • .subtitle-2
  • \n
  • .body-1
  • \n
  • .body-2
  • \n
  • .caption
  • \n
  • .overline
  • \n
\n
\n
\n
\n
\n

下面的示例演示如何在不同的断点显示不同的大小:

\n", + "Code": "
\r\n \r\n @foreach (var item in _sizes)\r\n {\r\n var icon = item[0];\r\n var bp = item[1];\r\n var size = item[2];\r\n\r\n \r\n \r\n
\r\n\r\n \r\n @icon\r\n \r\n\r\n
@bp
\r\n
\r\n
\r\n
\r\n }\r\n
\r\n\r\n
\r\n @TypeClass()\r\n
\r\n\r\n \r\n
\r\n Example Heading\r\n
\r\n
\r\n\r\n
\r\n\r\n@code {\r\n\r\n StringNumber _model = \"caption\";\r\n string[][] _sizes = new string[][]\r\n {\r\n new string[]\r\n {\r\n \"mdi-devices\", \"all\", \"caption\"\r\n },\r\n new string[]\r\n {\r\n \"mdi-cellphone\", \"sm\", \"body-2\"\r\n },\r\n new string[]\r\n {\r\n \"mdi-laptop\", \"md\", \"body-1\"\r\n },\r\n new string[]\r\n {\r\n \"mdi-monitor\", \"lg\", \"h6\"\r\n },\r\n new string[]\r\n {\r\n \"mdi-television\", \"xl\", \"h4\"\r\n },\r\n };\r\n\r\n string[] Current()\r\n {\r\n return _sizes.First(size => size[2] == _model);\r\n }\r\n\r\n string TypeClass()\r\n {\r\n List type = new List { \"text\", _model.ToString() };\r\n string breakpoint = Current()[1];\r\n if (breakpoint != \"all\")\r\n {\r\n type.Insert(1, breakpoint);\r\n }\r\n\r\n return $\".{string.Join(\"-\", type)}\";\r\n }\r\n}", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.TypographyIllustrate", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 8, + "Name": "wrappingAndOverflow", + "Title": "文本换行和溢出", + "Description": "

您可以使用 .text-no-wrap 工具类来防止文本换行。

\n", + "Code": "
\r\n This text should overflow the parent.\r\n
", + "Type": "Demos.StylesAndAnimations.TextAndTypography.demo.WrappingAndOverflow", + "Style": "", + "Debug": false, + "Group": 0 + } + ], + "Children": [], + "Category": "Components", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Cols": 1, + "Subtitle": "文本和排版", + "Title": "Text and typography", + "Type": "文本和排版" + }, + { + "Desc": "

平滑的动画让界面体验更好。 使用 Blazor 的过渡系统和可复用的功能组件, 你可以轻松的控制应用程序的运动. 大多数组件可以通过 stansition prop改变它们的过渡动画.

\n", + "Order": 0, + "OtherDocs": {}, + "LastWriteTime": "2021-12-03T17:38:37.7793971+08:00", + "DemoList": [ + { + "Order": 0, + "Name": "index", + "Title": "使用", + "Description": "

MASA Blazor 提供了 10 多个 css 动画模版,可快速应用于众多官方组件或自定义的组件上。

\n", + "Code": "\r\n\r\n \r\n\r\n \r\n \r\n Slide X Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
\r\n \r\n \r\n\r\n \r\n \r\n Scroll Y Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.usage.Index", + "Style": "", + "Debug": false, + "Group": 4 + }, + { + "Order": 0, + "Name": "customOrigin", + "Title": "自定义原点", + "Description": "

用一个简单的 prop 以编程的方式控制变换原点。

\n", + "Code": "
\r\n \r\n\r\n \r\n \r\n Scale Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.props.CustomOrigin", + "Style": "", + "Debug": false, + "Group": 0 + }, + { + "Order": 0, + "Name": "expandX", + "Title": "Expand x", + "Description": "

扩展过渡用于扩展面板和列表组。 同样还有一个水平版本 Transition 可用.

\n", + "Code": "\r\n\r\n \r\n\r\n _expand=!_expand\">\r\n Expand Transition\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n \r\n\r\n _expand2=!_expand2\">\r\n Expand X Transition\r\n \r\n\r\n \r\n \r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n@code {\r\n bool _expand = false;\r\n bool _expand2 = false;\r\n}", + "Type": "Demos.StylesAndAnimations.Transitions.misc.ExpandX", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 1, + "Name": "fab", + "Title": "Fab", + "Description": "

fab 过渡的示例.

\n", + "Code": "
\r\n \r\n\r\n \r\n \r\n Fab Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.Fab", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 2, + "Name": "fade", + "Title": "Fade", + "Description": "

Fade 过渡的示例.

\n", + "Code": "
\r\n \r\n\r\n \r\n \r\n Fade Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.Fade", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 3, + "Name": "scale", + "Title": "Scale", + "Description": "

许多 MASA Blazor 组件都包含一个 transition 属性允许你指定想要的效果。

\n", + "Code": "
\r\n \r\n\r\n \r\n \r\n Scale Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.Scale", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 4, + "Name": "scrollX", + "Title": "Scroll X", + "Description": "

X 轴滚动过渡沿着水平轴继续。

\n", + "Code": "\r\n\r\n \r\n\r\n \r\n \r\n Scroll X Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n \r\n\r\n \r\n \r\n Scroll X Reverse Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.ScrollX", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 5, + "Name": "scrollY", + "Title": "Scroll Y", + "Description": "

Y 轴滚动过渡沿着垂直轴继续。

\n", + "Code": "\r\n\r\n \r\n\r\n \r\n \r\n Scroll Y Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n \r\n\r\n \r\n \r\n Scroll Y Reverse Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.ScrollY", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 6, + "Name": "slideX", + "Title": "Slide x", + "Description": "

X 轴滑动过渡可沿水平方向移动。

\n", + "Code": "\r\n\r\n \r\n\r\n \r\n \r\n Slide X Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n \r\n\r\n \r\n \r\n Slide X Reverse Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.SlideX", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 7, + "Name": "slideY", + "Title": "Slide y", + "Description": "

动画使用应用程序的 $primary-transition。

\n", + "Code": "\r\n\r\n \r\n\r\n \r\n \r\n Slide Y Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
\r\n\r\n \r\n\r\n \r\n \r\n Slide Y Reverse Transition\r\n \r\n \r\n\r\n \r\n \r\n @for (var i = 0; i < 5; i++)\r\n {\r\n \r\n \r\n @(\"Item\"+i)\r\n \r\n \r\n }\r\n \r\n \r\n\r\n \r\n\r\n
", + "Type": "Demos.StylesAndAnimations.Transitions.misc.SlideY", + "Style": "", + "Debug": false, + "Group": 3 + }, + { + "Order": 8, + "Name": "TodoList", + "Title": "TodoList", + "Description": "

使用多个自定义转场,可以轻松实现简单的待办事项清单!

\n", + "Code": "\r\n\r\n \r\n \r\n \r\n \r\n add_circle\r\n \r\n \r\n \r\n \r\n\r\n

\r\n Tasks: \r\n \r\n \r\n @_tasks.Count\r\n \r\n \r\n

\r\n\r\n \r\n\r\n \r\n\r\n \r\n Remaining: @RemainingTasks\r\n \r\n\r\n \r\n\r\n \r\n Completed: @CompletedTasks\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n @if (_tasks.Count > 0)\r\n {\r\n \r\n @* \r\n @for (var i = 0; i < _tasks.Count; i++)\r\n {\r\n var task = _tasks[i];\r\n if (i != 0)\r\n {\r\n \r\n }\r\n\r\n \r\n\r\n \r\n \r\n \r\n
\r\n @task.text\r\n
\r\n
\r\n
\r\n
\r\n\r\n \r\n\r\n \r\n \r\n mdi-check\r\n \r\n \r\n\r\n
\r\n }\r\n
*@\r\n
\r\n }\r\n\r\n\r\n
\r\n\r\n\r\n@code {\r\n string _newTask = \"\";\r\n\r\n List<(bool done, string text)> _tasks = new List<(bool, string)>\r\n {\r\n (false,\"Foobar\"),\r\n (false,\"Fizzbuzz\"),\r\n };\r\n\r\n int CompletedTasks => _tasks.Count(t => t.done);\r\n\r\n int Progress => CompletedTasks / _tasks.Count * 100;\r\n\r\n int RemainingTasks => _tasks.Count - CompletedTasks;\r\n\r\n void Create(KeyboardEventArgs eventArgs)\r\n {\r\n if (eventArgs.Key == \"Enter\")\r\n {\r\n _tasks.Add((false, _newTask));\r\n _newTask = \"\";\r\n }\r\n }\r\n}", + "Type": "Demos.StylesAndAnimations.Transitions.misc.TodoList", + "Style": "", + "Debug": false, + "Group": 3 + } + ], + "Children": [], + "Category": "Components", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Cols": 1, + "Subtitle": "过渡动画", + "Title": "Transitions", + "Type": "过渡动画" + } +] \ No newline at end of file diff --git a/en/en/content.zh-CN.json b/en/en/content.zh-CN.json new file mode 100644 index 0000000000..3d4a9b83e1 --- /dev/null +++ b/en/en/content.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 3, + "Title": "内容", + "Html": "\r\n

\r\n #\r\n 内容\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/contentDefaultDescription.zh-CN.json b/en/en/contentDefaultDescription.zh-CN.json new file mode 100644 index 0000000000..2584efaf8b --- /dev/null +++ b/en/en/contentDefaultDescription.zh-CN.json @@ -0,0 +1,6 @@ +[ + [ + "ChildContent", + "默认插槽" + ] +] \ No newline at end of file diff --git a/en/en/contributing.zh-CN.json b/en/en/contributing.zh-CN.json new file mode 100644 index 0000000000..c315367a65 --- /dev/null +++ b/en/en/contributing.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 6, + "Title": "贡献", + "Html": "\r\n

\r\n #\r\n 贡献\r\n

\n

MASA Blazor 是由一个可以提交问题、创建请求并提供反馈的出色社区促成的。 我们的工作是让您能够创建令人惊叹的应用程序。 很多时候,你会遇到一些可以改进的东西。 也许你发现了一个 bug,或者你有一个关于额外功能的想法。 太棒了! 克隆 MASA Blazor 仓库即可开始在开发环境中工作。

\n\r\n
 
\r\n

\r\n #\r\n 报告问题\r\n

\n

此仓库的问题列表仅适用于错误报告和功能请求。 不符合规定的问题将立即关闭。 在报告问题之前:

\n
    \n
  • 搜索相似的 issues, 它可能已经被解答了。
  • \n
  • 尝试使用 最新 的版本在可克隆的仓库中以生产预期行为进行复现。
  • \n
  • 请确保复现的是 最小化 和简洁的(代码逻辑)。
  • \n
\n

这些步骤确保我们掌握一切必要的信息,以便迅速细分和解决你的问题。 复制完成后,使用 MASA Blazor Issue Creator 提交一个新问题。

\n

在撰写问题时,请提供尽可能详细的信息。 请注意,“复制步骤”应该是另一个开发人员在单击您的复制链接后应该采取的一系列操作,而不是回忆您是如何发现错误的。

\n" +} \ No newline at end of file diff --git a/en/en/demos.zh-CN.json b/en/en/demos.zh-CN.json new file mode 100644 index 0000000000..df1ced359f --- /dev/null +++ b/en/en/demos.zh-CN.json @@ -0,0 +1,1030 @@ +[ + { + "Order": 0, + "Title": "预置组件", + "FullTitle": "预置组件", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Presets", + "SubTitle": "预置组件", + "FullTitle": "Presets (预置组件)", + "Type": "menuItem", + "Url": "components/presets", + "Children": [] + } + ] + }, + { + "Order": 1, + "Title": "提示框", + "FullTitle": "提示框", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Alerts", + "SubTitle": "提示框", + "FullTitle": "Alerts (提示框)", + "Type": "menuItem", + "Url": "components/alerts", + "Children": [] + } + ] + }, + { + "Order": 2, + "Title": "应用程序", + "FullTitle": "应用程序", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Application", + "SubTitle": "应用程序", + "FullTitle": "Application (应用程序)", + "Type": "menuItem", + "Url": "components/application", + "Children": [] + } + ] + }, + { + "Order": 3, + "Title": "头像", + "FullTitle": "头像", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Avatars", + "SubTitle": "头像", + "FullTitle": "Avatars (头像)", + "Type": "menuItem", + "Url": "components/avatars", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Avatars.svg", + "Children": [] + } + ] + }, + { + "Order": 4, + "Title": "长宽比", + "FullTitle": "长宽比", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Aspect ratios", + "SubTitle": "长宽比", + "FullTitle": "Aspect ratios (长宽比)", + "Type": "menuItem", + "Url": "components/aspect-ratios", + "Children": [] + } + ] + }, + { + "Order": 5, + "Title": "徽章", + "FullTitle": "徽章", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Badges", + "SubTitle": "徽章", + "FullTitle": "Badges (徽章)", + "Type": "menuItem", + "Url": "components/badges", + "Children": [] + } + ] + }, + { + "Order": 6, + "Title": "横幅", + "FullTitle": "横幅", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Banners", + "SubTitle": "横幅", + "FullTitle": "Banners (横幅)", + "Type": "menuItem", + "Url": "components/banners", + "Children": [] + } + ] + }, + { + "Order": 7, + "Title": "栏", + "FullTitle": "栏", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Bars", + "SubTitle": "栏", + "FullTitle": "Bars (栏)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "App bars", + "SubTitle": "应用栏", + "FullTitle": "App bars (应用栏)", + "Type": "menuItem", + "Url": "components/app-bars", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/AppBars.svg" + }, + { + "Order": 0, + "Title": "System bars", + "SubTitle": "系统栏", + "FullTitle": "System bars (系统栏)", + "Type": "menuItem", + "Url": "components/system-bars" + }, + { + "Order": 0, + "Title": "Toolbars", + "SubTitle": "工具栏", + "FullTitle": "Toolbars (工具栏)", + "Type": "menuItem", + "Url": "components/toolbars" + } + ] + } + ] + }, + { + "Order": 8, + "Title": "边框", + "FullTitle": "边框", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Borders", + "SubTitle": "边框", + "FullTitle": "Borders (边框)", + "Type": "menuItem", + "Url": "components/borders", + "Children": [] + } + ] + }, + { + "Order": 9, + "Title": "面包屑导航", + "FullTitle": "面包屑导航", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Breadcrumbs", + "SubTitle": "面包屑导航", + "FullTitle": "Breadcrumbs (面包屑导航)", + "Type": "menuItem", + "Url": "components/breadcrumbs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + }, + { + "Order": 10, + "Title": "按钮", + "FullTitle": "按钮", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Buttons", + "SubTitle": "按钮", + "FullTitle": "Buttons (按钮)", + "Type": "menuItem", + "Url": "components/buttons", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/fNUKzY1sk/Buttons.svg", + "Children": [] + } + ] + }, + { + "Order": 11, + "Title": "卡片", + "FullTitle": "卡片", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Cards", + "SubTitle": "卡片", + "FullTitle": "Cards (卡片)", + "Type": "menuItem", + "Url": "components/cards", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Cards.svg", + "Children": [] + } + ] + }, + { + "Order": 12, + "Title": "纸片", + "FullTitle": "纸片", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Chips", + "SubTitle": "纸片", + "FullTitle": "Chips (纸片)", + "Type": "menuItem", + "Url": "components/chips", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Chips.svg", + "Children": [] + } + ] + }, + { + "Order": 13, + "Title": "对话框", + "FullTitle": "对话框", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Dialogs", + "SubTitle": "对话框", + "FullTitle": "Dialogs (对话框)", + "Type": "menuItem", + "Url": "components/dialogs", + "Children": [] + } + ] + }, + { + "Order": 14, + "Title": "分隔线", + "FullTitle": "分隔线", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Dividers", + "SubTitle": "分隔线", + "FullTitle": "Dividers (分隔线)", + "Type": "menuItem", + "Url": "components/dividers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Dividers.svg", + "Children": [] + } + ] + }, + { + "Order": 15, + "Title": "图表", + "FullTitle": "图表", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "ECharts", + "SubTitle": "图表", + "FullTitle": "ECharts (图表)", + "Type": "menuItem", + "Url": "components/echarts", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ECharts.svg", + "Children": [] + } + ] + }, + { + "Order": 16, + "Title": "扩展面板", + "FullTitle": "扩展面板", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Expansion panels", + "SubTitle": "扩展面板", + "FullTitle": "Expansion panels (扩展面板)", + "Type": "menuItem", + "Url": "components/expansion-panels", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + }, + { + "Order": 17, + "Title": "页脚", + "FullTitle": "页脚", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Footers", + "SubTitle": "页脚", + "FullTitle": "Footers (页脚)", + "Type": "menuItem", + "Url": "components/footers", + "Children": [] + } + ] + }, + { + "Order": 18, + "Title": "表单和控制", + "FullTitle": "表单和控制", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Form inputs & controls", + "SubTitle": "表单和控制", + "FullTitle": "Form inputs & controls (表单和控制)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Autocompletes", + "SubTitle": "自动补全", + "FullTitle": "Autocompletes (自动补全)", + "Type": "menuItem", + "Url": "components/autocompletes", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Autocomplete.svg" + }, + { + "Order": 0, + "Title": "Cascaders", + "SubTitle": "级联菜单", + "FullTitle": "Cascaders (级联菜单)", + "Type": "menuItem", + "Url": "components/cascaders" + }, + { + "Order": 0, + "Title": "Checkboxes", + "SubTitle": "复选框", + "FullTitle": "Checkboxes (复选框)", + "Type": "menuItem", + "Url": "components/checkboxes" + }, + { + "Order": 0, + "Title": "File inputs", + "SubTitle": "文件上传", + "FullTitle": "File inputs (文件上传)", + "Type": "menuItem", + "Url": "components/file-inputs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/FileInput.svg" + }, + { + "Order": 0, + "Title": "Forms", + "SubTitle": "表单", + "FullTitle": "Forms (表单)", + "Type": "menuItem", + "Url": "components/forms", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Form.svg" + }, + { + "Order": 0, + "Title": "Radio", + "SubTitle": "单选按钮", + "FullTitle": "Radio (单选按钮)", + "Type": "menuItem", + "Url": "components/radio", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Radio.svg" + }, + { + "Order": 0, + "Title": "Range sliders", + "SubTitle": "范围滑块", + "FullTitle": "Range sliders (范围滑块)", + "Type": "menuItem", + "Url": "components/range-sliders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/RangeSliders.svg" + }, + { + "Order": 0, + "Title": "Selects", + "SubTitle": "下拉框", + "FullTitle": "Selects (下拉框)", + "Type": "menuItem", + "Url": "components/selects" + }, + { + "Order": 0, + "Title": "Sliders", + "SubTitle": "滑块", + "FullTitle": "Sliders (滑块)", + "Type": "menuItem", + "Url": "components/sliders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Sliders.svg" + }, + { + "Order": 0, + "Title": "Switches", + "SubTitle": "开关", + "FullTitle": "Switches (开关)", + "Type": "menuItem", + "Url": "components/switches", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Switch.svg" + }, + { + "Order": 0, + "Title": "Textareas", + "SubTitle": "多行文本框", + "FullTitle": "Textareas (多行文本框)", + "Type": "menuItem", + "Url": "components/textareas", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Textareas.svg" + }, + { + "Order": 0, + "Title": "Text fields", + "SubTitle": "文本框", + "FullTitle": "Text fields (文本框)", + "Type": "menuItem", + "Url": "components/text-fields", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/TextField.svg" + } + ] + } + ] + }, + { + "Order": 19, + "Title": "网格", + "FullTitle": "网格", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Grid system", + "SubTitle": "网格", + "FullTitle": "Grid system (网格)", + "Type": "menuItem", + "Url": "components/grid-system", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Grid.svg", + "Children": [] + } + ] + }, + { + "Order": 20, + "Title": "组", + "FullTitle": "组", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Groups", + "SubTitle": "组", + "FullTitle": "Groups (组)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Button groups", + "SubTitle": "按钮组", + "FullTitle": "Button groups (按钮组)", + "Type": "menuItem", + "Url": "components/button-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ButtonGroup.svg" + }, + { + "Order": 0, + "Title": "Chip groups", + "SubTitle": "纸片组", + "FullTitle": "Chip groups (纸片组)", + "Type": "menuItem", + "Url": "components/chip-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Chip.svg" + }, + { + "Order": 0, + "Title": "Item groups", + "SubTitle": "项目组", + "FullTitle": "Item groups (项目组)", + "Type": "menuItem", + "Url": "components/item-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ItemGroup.svg" + }, + { + "Order": 0, + "Title": "List item groups", + "SubTitle": "列表项目组", + "FullTitle": "List item groups (列表项目组)", + "Type": "menuItem", + "Url": "components/list-item-groups" + }, + { + "Order": 0, + "Title": "Slide groups", + "SubTitle": "幻灯片组", + "FullTitle": "Slide groups (幻灯片组)", + "Type": "menuItem", + "Url": "components/slide-groups" + }, + { + "Order": 0, + "Title": "Windows", + "SubTitle": "窗口", + "FullTitle": "Windows (窗口)", + "Type": "menuItem", + "Url": "components/windows" + } + ] + } + ] + }, + { + "Order": 21, + "Title": "悬停", + "FullTitle": "悬停", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Hover", + "SubTitle": "悬停", + "FullTitle": "Hover (悬停)", + "Type": "menuItem", + "Url": "components/hover", + "Children": [] + } + ] + }, + { + "Order": 22, + "Title": "图标", + "FullTitle": "图标", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Icons", + "SubTitle": "图标", + "FullTitle": "Icons (图标)", + "Type": "menuItem", + "Url": "components/icons", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + }, + { + "Order": 23, + "Title": "图像", + "FullTitle": "图像", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Images", + "SubTitle": "图像", + "FullTitle": "Images (图像)", + "Type": "menuItem", + "Url": "components/images", + "Children": [] + } + ] + }, + { + "Order": 24, + "Title": "列表", + "FullTitle": "列表", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Lists", + "SubTitle": "列表", + "FullTitle": "Lists (列表)", + "Type": "menuItem", + "Url": "components/lists", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/List.svg", + "Children": [] + } + ] + }, + { + "Order": 25, + "Title": "菜单", + "FullTitle": "菜单", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Menus", + "SubTitle": "菜单", + "FullTitle": "Menus (菜单)", + "Type": "menuItem", + "Url": "components/menus", + "Children": [] + } + ] + }, + { + "Order": 26, + "Title": "导航抽屉", + "FullTitle": "导航抽屉", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Navigation drawers", + "SubTitle": "导航抽屉", + "FullTitle": "Navigation drawers (导航抽屉)", + "Type": "menuItem", + "Url": "components/navigation-drawers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/NavigationDrawer.svg", + "Children": [] + } + ] + }, + { + "Order": 27, + "Title": "遮罩层", + "FullTitle": "遮罩层", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Overlays", + "SubTitle": "遮罩层", + "FullTitle": "Overlays (遮罩层)", + "Type": "menuItem", + "Url": "components/overlays", + "Children": [] + } + ] + }, + { + "Order": 29, + "Title": "选择器", + "FullTitle": "选择器", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Pickers", + "SubTitle": "选择器", + "FullTitle": "Pickers (选择器)", + "Type": "menuItem", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Pickers.svg", + "Children": [ + { + "Order": 0, + "Title": "Color pickers", + "SubTitle": "颜色选择器", + "FullTitle": "Color pickers (颜色选择器)", + "Type": "menuItem", + "Url": "components/color-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ColorPicker.svg" + }, + { + "Order": 0, + "Title": "Date pickers", + "SubTitle": "日期选择器", + "FullTitle": "Date pickers (日期选择器)", + "Type": "menuItem", + "Url": "components/date-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/DatePickers.svg" + }, + { + "Order": 0, + "Title": "Date pickers month", + "SubTitle": "月份选择器", + "FullTitle": "Date pickers month (月份选择器)", + "Type": "menuItem", + "Url": "components/date-pickers-month", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/DatePickersMonth.svg" + }, + { + "Order": 0, + "Title": "Time pickers", + "SubTitle": "时间选择器", + "FullTitle": "Time pickers (时间选择器)", + "Type": "menuItem", + "Url": "components/time-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/TimePickers.svg" + } + ] + } + ] + }, + { + "Order": 31, + "Title": "评级", + "FullTitle": "评级", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Ratings", + "SubTitle": "评级", + "FullTitle": "Ratings (评级)", + "Type": "menuItem", + "Url": "components/ratings", + "Children": [] + } + ] + }, + { + "Order": 32, + "Title": "进度条", + "FullTitle": "进度条", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Progress", + "SubTitle": "进度条", + "FullTitle": "Progress (进度条)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Progress circular", + "SubTitle": "进度环", + "FullTitle": "Progress circular (进度环)", + "Type": "menuItem", + "Url": "components/progress-circular" + }, + { + "Order": 0, + "Title": "Progress linear", + "SubTitle": "进度条", + "FullTitle": "Progress linear (进度条)", + "Type": "menuItem", + "Url": "components/progress-linear" + } + ] + } + ] + }, + { + "Order": 33, + "Title": "分页", + "FullTitle": "分页", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Pagination", + "SubTitle": "分页", + "FullTitle": "Pagination (分页)", + "Type": "menuItem", + "Url": "components/pagination", + "Children": [] + } + ] + }, + { + "Order": 34, + "Title": "工作表", + "FullTitle": "工作表", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Sheets", + "SubTitle": "工作表", + "FullTitle": "Sheets (工作表)", + "Type": "menuItem", + "Url": "components/sheets", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Sheet.svg", + "Children": [] + } + ] + }, + { + "Order": 36, + "Title": "步骤条", + "FullTitle": "步骤条", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Steppers", + "SubTitle": "步骤条", + "FullTitle": "Steppers (步骤条)", + "Type": "menuItem", + "Url": "components/steppers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Stepper.svg", + "Children": [] + } + ] + }, + { + "Order": 37, + "Title": "骨架装载器", + "FullTitle": "骨架装载器", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Skeleton loaders", + "SubTitle": "骨架装载器", + "FullTitle": "Skeleton loaders (骨架装载器)", + "Type": "menuItem", + "Url": "components/skeleton-loaders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/SkeletonLoader.svg", + "Children": [] + } + ] + }, + { + "Order": 38, + "Title": "副标题", + "FullTitle": "副标题", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Subheaders", + "SubTitle": "副标题", + "FullTitle": "Subheaders (副标题)", + "Type": "menuItem", + "Url": "components/subheaders", + "Children": [] + } + ] + }, + { + "Order": 39, + "Title": "消息条", + "FullTitle": "消息条", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Snackbars", + "SubTitle": "消息条", + "FullTitle": "Snackbars (消息条)", + "Type": "menuItem", + "Url": "components/snackbars", + "Children": [] + } + ] + }, + { + "Order": 40, + "Title": "选项卡", + "FullTitle": "选项卡", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Tabs", + "SubTitle": "选项卡", + "FullTitle": "Tabs (选项卡)", + "Type": "menuItem", + "Url": "components/tabs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Tabs.svg", + "Children": [] + } + ] + }, + { + "Order": 41, + "Title": "表格", + "FullTitle": "表格", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Tables", + "SubTitle": "表格", + "FullTitle": "Tables (表格)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Data iterators", + "SubTitle": "数据迭代器", + "FullTitle": "Data iterators (数据迭代器)", + "Type": "menuItem", + "Url": "components/data-iterators", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/DataIterators.svg" + }, + { + "Order": 0, + "Title": "Data tables", + "SubTitle": "数据表格", + "FullTitle": "Data tables (数据表格)", + "Type": "menuItem", + "Url": "components/data-tables", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/DataTable.svg" + }, + { + "Order": 0, + "Title": "Simple tables", + "SubTitle": "简单表格", + "FullTitle": "Simple tables (简单表格)", + "Type": "menuItem", + "Url": "components/simple-tables", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/SimpleTables.svg" + } + ] + } + ] + }, + { + "Order": 42, + "Title": "时间轴", + "FullTitle": "时间轴", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Timelines", + "SubTitle": "时间轴", + "FullTitle": "Timelines (时间轴)", + "Type": "menuItem", + "Url": "components/timelines", + "Children": [] + } + ] + }, + { + "Order": 45, + "Title": "树形视图", + "FullTitle": "树形视图", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Treeview", + "SubTitle": "树形视图", + "FullTitle": "Treeview (树形视图)", + "Type": "menuItem", + "Url": "components/treeview", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Treeview.svg", + "Children": [] + } + ] + }, + { + "Order": 46, + "Title": "工具提示", + "FullTitle": "工具提示", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Tooltips", + "SubTitle": "工具提示", + "FullTitle": "Tooltips (工具提示)", + "Type": "menuItem", + "Url": "components/tooltips", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Tooltip.svg", + "Children": [] + } + ] + }, + { + "Order": 47, + "Title": "上传文件", + "FullTitle": "上传文件", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Uploads", + "SubTitle": "上传文件", + "FullTitle": "Uploads (上传文件)", + "Type": "menuItem", + "Url": "components/uploads", + "Children": [] + } + ] + }, + { + "Order": 48, + "Title": "虚拟滚动条", + "FullTitle": "虚拟滚动条", + "Type": "itemGroup", + "Children": [ + { + "Order": 0, + "Title": "Virtual scroller", + "SubTitle": "虚拟滚动条", + "FullTitle": "Virtual scroller (虚拟滚动条)", + "Type": "menuItem", + "Url": "components/virtual-scroller", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + } +] \ No newline at end of file diff --git a/en/en/display-helpers.zh-CN.json b/en/en/display-helpers.zh-CN.json new file mode 100644 index 0000000000..63b93a3c23 --- /dev/null +++ b/en/en/display-helpers.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 4, + "Title": "显示辅助", + "Html": "\r\n

\r\n #\r\n 显示辅助\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/docs.zh-CN.json b/en/en/docs.zh-CN.json new file mode 100644 index 0000000000..a0872acb0a --- /dev/null +++ b/en/en/docs.zh-CN.json @@ -0,0 +1,4882 @@ +[ + { + "Order": 8, + "Title": "关于", + "FullTitle": "关于", + "Type": "menuItem", + "Url": "about", + "Icon": "M9.52702 17.976H10.1781V13.2736H9.52702C9.16745 13.2736 8.87598 12.9822 8.87598 12.6226V11.0675C8.87598 10.708 9.16745 10.4165 9.52702 10.4165H13.1729C13.5324 10.4165 13.8239 10.708 13.8239 11.0675V17.976H14.4749C14.8345 17.976 15.126 18.2675 15.126 18.6271V20.1821C15.126 20.5417 14.8345 20.8332 14.4749 20.8332H9.52702C9.16745 20.8332 8.87598 20.5417 8.87598 20.1821V18.6271C8.87598 18.2675 9.16745 17.976 9.52702 17.976ZM12.001 4.1665C10.7065 4.1665 9.65723 5.21582 9.65723 6.51025C9.65723 7.80469 10.7065 8.854 12.001 8.854C13.2954 8.854 14.3447 7.80469 14.3447 6.51025C14.3447 5.21582 13.2954 4.1665 12.001 4.1665Z", + "Children": [ + { + "Order": 0, + "Title": "认识开发团队", + "FullTitle": "认识开发团队", + "Type": "menuItem", + "Url": "about/meet-the-team", + "Contents": [ + { + "Id": "section-2752060", + "Title": "公司", + "Level": 0 + }, + { + "Id": "section-273179784", + "Title": "核心团队", + "Level": 0 + } + ] + }, + { + "Order": 1, + "Title": "赞助商和支持者", + "FullTitle": "赞助商和支持者", + "Type": "menuItem", + "Url": "about/sponsors-backers", + "Contents": [ + { + "Id": "section-566833907", + "Title": "一次性捐助", + "Level": 0 + }, + { + "Id": "section-1634511342", + "Title": "定期捐助", + "Level": 0 + }, + { + "Id": "section-1774691940", + "Title": "当前项目赞助商", + "Level": 0 + }, + { + "Id": "section-551317378", + "Title": "粗略的", + "Level": 0 + } + ] + }, + { + "Order": 2, + "Title": "安全披露", + "FullTitle": "安全披露", + "Type": "menuItem", + "Url": "about/security-disclosure", + "Contents": [ + { + "Id": "section-1311803195", + "Title": "报告错误", + "Level": 0 + }, + { + "Id": "section-1617616350", + "Title": "披露政策", + "Level": 0 + }, + { + "Id": "section-353316886", + "Title": "对本政策的建议", + "Level": 0 + } + ] + }, + { + "Order": 3, + "Title": "行为准则", + "FullTitle": "行为准则", + "Type": "menuItem", + "Url": "about/code-conduct", + "Contents": [ + { + "Id": "section-481594336", + "Title": "我们的承诺", + "Level": 0 + }, + { + "Id": "section-483008717", + "Title": "我们的责任", + "Level": 0 + }, + { + "Id": "section-4415869", + "Title": "范围", + "Level": 0 + }, + { + "Id": "section-2138638003", + "Title": "具体措施", + "Level": 0 + }, + { + "Id": "section-3220308", + "Title": "归属", + "Level": 0 + } + ] + } + ] + }, + { + "Order": 5, + "Title": "API", + "FullTitle": "API", + "Type": "menuItem", + "Url": "api", + "Icon": "M19.3575 6.02013C17.7718 6.11012 14.6201 6.43767 12.6745 7.62866C12.5402 7.71084 12.4641 7.85696 12.4641 8.00974V18.5386C12.4641 18.8728 12.8296 19.084 13.1378 18.9289C15.1395 17.9214 18.0345 17.6465 19.466 17.5713C19.9547 17.5455 20.3346 17.1537 20.3346 16.6841V6.90845C20.3349 6.396 19.8905 5.99003 19.3575 6.02013ZM11.3281 7.62866C9.38277 6.43767 6.23109 6.11041 4.64542 6.02013C4.11242 5.99003 3.66797 6.396 3.66797 6.90845V16.6844C3.66797 17.1543 4.04789 17.5461 4.53662 17.5715C5.96865 17.6468 8.86511 17.922 10.8669 18.9301C11.1742 19.0849 11.5385 18.8739 11.5385 18.5406V8.00454C11.5385 7.85147 11.4627 7.71113 11.3281 7.62866Z", + "Children": [ + { + "Order": 0, + "Title": "Alert", + "FullTitle": "Alert", + "Type": "menuItem", + "Url": "api/malert", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "AlertDismissButton", + "FullTitle": "AlertDismissButton", + "Type": "menuItem", + "Url": "api/malertdismissbutton", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "AlertIcon", + "FullTitle": "AlertIcon", + "Type": "menuItem", + "Url": "api/malerticon", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "App", + "FullTitle": "App", + "Type": "menuItem", + "Url": "api/mapp", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "AppBar", + "FullTitle": "AppBar", + "Type": "menuItem", + "Url": "api/mappbar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "AppBarNavIcon", + "FullTitle": "AppBarNavIcon", + "Type": "menuItem", + "Url": "api/mappbarnavicon", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "AppBarTitle", + "FullTitle": "AppBarTitle", + "Type": "menuItem", + "Url": "api/mappbartitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Autocomplete", + "FullTitle": "Autocomplete", + "Type": "menuItem", + "Url": "api/mautocomplete", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Avatar", + "FullTitle": "Avatar", + "Type": "menuItem", + "Url": "api/mavatar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Badge", + "FullTitle": "Badge", + "Type": "menuItem", + "Url": "api/mbadge", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Banner", + "FullTitle": "Banner", + "Type": "menuItem", + "Url": "api/mbanner", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Border", + "FullTitle": "Border", + "Type": "menuItem", + "Url": "api/mborder", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Breadcrumbs", + "FullTitle": "Breadcrumbs", + "Type": "menuItem", + "Url": "api/mbreadcrumbs", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "BreadcrumbsDivider", + "FullTitle": "BreadcrumbsDivider", + "Type": "menuItem", + "Url": "api/mbreadcrumbsdivider", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "BreadcrumbsItem", + "FullTitle": "BreadcrumbsItem", + "Type": "menuItem", + "Url": "api/mbreadcrumbsitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Button", + "FullTitle": "Button", + "Type": "menuItem", + "Url": "api/mbutton", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ButtonGroup", + "FullTitle": "ButtonGroup", + "Type": "menuItem", + "Url": "api/mbuttongroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Calendar", + "FullTitle": "Calendar", + "Type": "menuItem", + "Url": "api/mcalendar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CalendarCategory", + "FullTitle": "CalendarCategory", + "Type": "menuItem", + "Url": "api/mcalendarcategory", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CalendarDaily", + "FullTitle": "CalendarDaily", + "Type": "menuItem", + "Url": "api/mcalendardaily", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CalendarMonthly", + "FullTitle": "CalendarMonthly", + "Type": "menuItem", + "Url": "api/mcalendarmonthly", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CalendarWeekly", + "FullTitle": "CalendarWeekly", + "Type": "menuItem", + "Url": "api/mcalendarweekly", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Card", + "FullTitle": "Card", + "Type": "menuItem", + "Url": "api/mcard", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CardActions", + "FullTitle": "CardActions", + "Type": "menuItem", + "Url": "api/mcardactions", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CardSubtitle", + "FullTitle": "CardSubtitle", + "Type": "menuItem", + "Url": "api/mcardsubtitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CardText", + "FullTitle": "CardText", + "Type": "menuItem", + "Url": "api/mcardtext", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CardTitle", + "FullTitle": "CardTitle", + "Type": "menuItem", + "Url": "api/mcardtitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Cascader", + "FullTitle": "Cascader", + "Type": "menuItem", + "Url": "api/mcascader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CascaderMenu", + "FullTitle": "CascaderMenu", + "Type": "menuItem", + "Url": "api/mcascadermenu", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CascaderSelectList", + "FullTitle": "CascaderSelectList", + "Type": "menuItem", + "Url": "api/mcascaderselectlist", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "CascaderSelectOption", + "FullTitle": "CascaderSelectOption", + "Type": "menuItem", + "Url": "api/mcascaderselectoption", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Checkbox", + "FullTitle": "Checkbox", + "Type": "menuItem", + "Url": "api/mcheckbox", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Chip", + "FullTitle": "Chip", + "Type": "menuItem", + "Url": "api/mchip", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ChipGroup", + "FullTitle": "ChipGroup", + "Type": "menuItem", + "Url": "api/mchipgroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Col", + "FullTitle": "Col", + "Type": "menuItem", + "Url": "api/mcol", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ColorPicker", + "FullTitle": "ColorPicker", + "Type": "menuItem", + "Url": "api/mcolorpicker", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ColorPickerCanvas", + "FullTitle": "ColorPickerCanvas", + "Type": "menuItem", + "Url": "api/mcolorpickercanvas", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ColorPickerEdit", + "FullTitle": "ColorPickerEdit", + "Type": "menuItem", + "Url": "api/mcolorpickeredit", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ColorPickerPreview", + "FullTitle": "ColorPickerPreview", + "Type": "menuItem", + "Url": "api/mcolorpickerpreview", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Container", + "FullTitle": "Container", + "Type": "menuItem", + "Url": "api/mcontainer", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Counter", + "FullTitle": "Counter", + "Type": "menuItem", + "Url": "api/mcounter", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataFooter", + "FullTitle": "DataFooter", + "Type": "menuItem", + "Url": "api/mdatafooter", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataIterator", + "FullTitle": "DataIterator", + "Type": "menuItem", + "Url": "api/mdataiterator", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataTable", + "FullTitle": "DataTable", + "Type": "menuItem", + "Url": "api/mdatatable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataTableHeader", + "FullTitle": "DataTableHeader", + "Type": "menuItem", + "Url": "api/mdatatableheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataTableRow", + "FullTitle": "DataTableRow", + "Type": "menuItem", + "Url": "api/mdatatablerow", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DataTableRowGroup", + "FullTitle": "DataTableRowGroup", + "Type": "menuItem", + "Url": "api/mdatatablerowgroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePicker", + "FullTitle": "DatePicker", + "Type": "menuItem", + "Url": "api/mdatepicker", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerDateTable", + "FullTitle": "DatePickerDateTable", + "Type": "menuItem", + "Url": "api/mdatepickerdatetable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerHeader", + "FullTitle": "DatePickerHeader", + "Type": "menuItem", + "Url": "api/mdatepickerheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerMonthTable", + "FullTitle": "DatePickerMonthTable", + "Type": "menuItem", + "Url": "api/mdatepickermonthtable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerTable", + "FullTitle": "DatePickerTable", + "Type": "menuItem", + "Url": "api/mdatepickertable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerTitle", + "FullTitle": "DatePickerTitle", + "Type": "menuItem", + "Url": "api/mdatepickertitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "DatePickerYears", + "FullTitle": "DatePickerYears", + "Type": "menuItem", + "Url": "api/mdatepickeryears", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Dialog", + "FullTitle": "Dialog", + "Type": "menuItem", + "Url": "api/mdialog", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Divider", + "FullTitle": "Divider", + "Type": "menuItem", + "Url": "api/mdivider", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ECharts", + "FullTitle": "ECharts", + "Type": "menuItem", + "Url": "api/mecharts", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "enu", + "FullTitle": "enu", + "Type": "menuItem", + "Url": "api/menu", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "essage", + "FullTitle": "essage", + "Type": "menuItem", + "Url": "api/message", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "essages", + "FullTitle": "essages", + "Type": "menuItem", + "Url": "api/messages", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ExpansionPanel", + "FullTitle": "ExpansionPanel", + "Type": "menuItem", + "Url": "api/mexpansionpanel", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ExpansionPanelContent", + "FullTitle": "ExpansionPanelContent", + "Type": "menuItem", + "Url": "api/mexpansionpanelcontent", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ExpansionPanelHeader", + "FullTitle": "ExpansionPanelHeader", + "Type": "menuItem", + "Url": "api/mexpansionpanelheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ExpansionPanels", + "FullTitle": "ExpansionPanels", + "Type": "menuItem", + "Url": "api/mexpansionpanels", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "FileInput", + "FullTitle": "FileInput", + "Type": "menuItem", + "Url": "api/mfileinput", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Footer", + "FullTitle": "Footer", + "Type": "menuItem", + "Url": "api/mfooter", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Form", + "FullTitle": "Form", + "Type": "menuItem", + "Url": "api/mform", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "HintMessage", + "FullTitle": "HintMessage", + "Type": "menuItem", + "Url": "api/mhintmessage", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Hover", + "FullTitle": "Hover", + "Type": "menuItem", + "Url": "api/mhover", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Icon", + "FullTitle": "Icon", + "Type": "menuItem", + "Url": "api/micon", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Image", + "FullTitle": "Image", + "Type": "menuItem", + "Url": "api/mimage", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Input", + "FullTitle": "Input", + "Type": "menuItem", + "Url": "api/minput", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Item", + "FullTitle": "Item", + "Type": "menuItem", + "Url": "api/mitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ItemGroup", + "FullTitle": "ItemGroup", + "Type": "menuItem", + "Url": "api/mitemgroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Label", + "FullTitle": "Label", + "Type": "menuItem", + "Url": "api/mlabel", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "List", + "FullTitle": "List", + "Type": "menuItem", + "Url": "api/mlist", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListGroup", + "FullTitle": "ListGroup", + "Type": "menuItem", + "Url": "api/mlistgroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListGroupItem", + "FullTitle": "ListGroupItem", + "Type": "menuItem", + "Url": "api/mlistgroupitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListGroupItemIcon", + "FullTitle": "ListGroupItemIcon", + "Type": "menuItem", + "Url": "api/mlistgroupitemicon", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItem", + "FullTitle": "ListItem", + "Type": "menuItem", + "Url": "api/mlistitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemAction", + "FullTitle": "ListItemAction", + "Type": "menuItem", + "Url": "api/mlistitemaction", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemActionText", + "FullTitle": "ListItemActionText", + "Type": "menuItem", + "Url": "api/mlistitemactiontext", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemAvatar", + "FullTitle": "ListItemAvatar", + "Type": "menuItem", + "Url": "api/mlistitemavatar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemContent", + "FullTitle": "ListItemContent", + "Type": "menuItem", + "Url": "api/mlistitemcontent", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemGroup", + "FullTitle": "ListItemGroup", + "Type": "menuItem", + "Url": "api/mlistitemgroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemIcon", + "FullTitle": "ListItemIcon", + "Type": "menuItem", + "Url": "api/mlistitemicon", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemSubtitle", + "FullTitle": "ListItemSubtitle", + "Type": "menuItem", + "Url": "api/mlistitemsubtitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ListItemTitle", + "FullTitle": "ListItemTitle", + "Type": "menuItem", + "Url": "api/mlistitemtitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Main", + "FullTitle": "Main", + "Type": "menuItem", + "Url": "api/mmain", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Menu", + "FullTitle": "Menu", + "Type": "menuItem", + "Url": "api/mmenu", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Messages", + "FullTitle": "Messages", + "Type": "menuItem", + "Url": "api/mmessages", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "MSelectOption", + "FullTitle": "MSelectOption", + "Type": "menuItem", + "Url": "api/mselectoption", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "MTabsSlider", + "FullTitle": "MTabsSlider", + "Type": "menuItem", + "Url": "api/mtabsslider", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "NavigationDrawer", + "FullTitle": "NavigationDrawer", + "Type": "menuItem", + "Url": "api/mnavigationdrawer", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "odal", + "FullTitle": "odal", + "Type": "menuItem", + "Url": "api/modal", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Overlay", + "FullTitle": "Overlay", + "Type": "menuItem", + "Url": "api/moverlay", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Pagination", + "FullTitle": "Pagination", + "Type": "menuItem", + "Url": "api/mpagination", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Picker", + "FullTitle": "Picker", + "Type": "menuItem", + "Url": "api/mpicker", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Popover", + "FullTitle": "Popover", + "Type": "menuItem", + "Url": "api/mpopover", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ProgressCircular", + "FullTitle": "ProgressCircular", + "Type": "menuItem", + "Url": "api/mprogresscircular", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ProgressLinear", + "FullTitle": "ProgressLinear", + "Type": "menuItem", + "Url": "api/mprogresslinear", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Radio", + "FullTitle": "Radio", + "Type": "menuItem", + "Url": "api/mradio", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "RadioGroup", + "FullTitle": "RadioGroup", + "Type": "menuItem", + "Url": "api/mradiogroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "RangeSlider", + "FullTitle": "RangeSlider", + "Type": "menuItem", + "Url": "api/mrangeslider", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Rating", + "FullTitle": "Rating", + "Type": "menuItem", + "Url": "api/mrating", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Responsive", + "FullTitle": "Responsive", + "Type": "menuItem", + "Url": "api/mresponsive", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Row", + "FullTitle": "Row", + "Type": "menuItem", + "Url": "api/mrow", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Select", + "FullTitle": "Select", + "Type": "menuItem", + "Url": "api/mselect", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SelectList", + "FullTitle": "SelectList", + "Type": "menuItem", + "Url": "api/mselectlist", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Sheet", + "FullTitle": "Sheet", + "Type": "menuItem", + "Url": "api/msheet", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SimpleCheckbox", + "FullTitle": "SimpleCheckbox", + "Type": "menuItem", + "Url": "api/msimplecheckbox", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SimpleTable", + "FullTitle": "SimpleTable", + "Type": "menuItem", + "Url": "api/msimpletable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SkeletonLoader", + "FullTitle": "SkeletonLoader", + "Type": "menuItem", + "Url": "api/mskeletonloader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SlideGroup", + "FullTitle": "SlideGroup", + "Type": "menuItem", + "Url": "api/mslidegroup", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SlideItem", + "FullTitle": "SlideItem", + "Type": "menuItem", + "Url": "api/mslideitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Slider", + "FullTitle": "Slider", + "Type": "menuItem", + "Url": "api/mslider", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Snackbar", + "FullTitle": "Snackbar", + "Type": "menuItem", + "Url": "api/msnackbar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Spacer", + "FullTitle": "Spacer", + "Type": "menuItem", + "Url": "api/mspacer", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Stepper", + "FullTitle": "Stepper", + "Type": "menuItem", + "Url": "api/mstepper", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "StepperContent", + "FullTitle": "StepperContent", + "Type": "menuItem", + "Url": "api/msteppercontent", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "StepperHeader", + "FullTitle": "StepperHeader", + "Type": "menuItem", + "Url": "api/mstepperheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "StepperItems", + "FullTitle": "StepperItems", + "Type": "menuItem", + "Url": "api/mstepperitems", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "StepperStep", + "FullTitle": "StepperStep", + "Type": "menuItem", + "Url": "api/mstepperstep", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Subheader", + "FullTitle": "Subheader", + "Type": "menuItem", + "Url": "api/msubheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Switch", + "FullTitle": "Switch", + "Type": "menuItem", + "Url": "api/mswitch", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "SystemBar", + "FullTitle": "SystemBar", + "Type": "menuItem", + "Url": "api/msystembar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Tab", + "FullTitle": "Tab", + "Type": "menuItem", + "Url": "api/mtab", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TabItem", + "FullTitle": "TabItem", + "Type": "menuItem", + "Url": "api/mtabitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Table", + "FullTitle": "Table", + "Type": "menuItem", + "Url": "api/mtable", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TableCol", + "FullTitle": "TableCol", + "Type": "menuItem", + "Url": "api/mtablecol", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TableFooter", + "FullTitle": "TableFooter", + "Type": "menuItem", + "Url": "api/mtablefooter", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TableFooterButton", + "FullTitle": "TableFooterButton", + "Type": "menuItem", + "Url": "api/mtablefooterbutton", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TableHeader", + "FullTitle": "TableHeader", + "Type": "menuItem", + "Url": "api/mtableheader", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TableLoading", + "FullTitle": "TableLoading", + "Type": "menuItem", + "Url": "api/mtableloading", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Tabs", + "FullTitle": "Tabs", + "Type": "menuItem", + "Url": "api/mtabs", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TabsBar", + "FullTitle": "TabsBar", + "Type": "menuItem", + "Url": "api/mtabsbar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TabsItems", + "FullTitle": "TabsItems", + "Type": "menuItem", + "Url": "api/mtabsitems", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Textarea", + "FullTitle": "Textarea", + "Type": "menuItem", + "Url": "api/mtextarea", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TextField", + "FullTitle": "TextField", + "Type": "menuItem", + "Url": "api/mtextfield", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Timeline", + "FullTitle": "Timeline", + "Type": "menuItem", + "Url": "api/mtimeline", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TimelineItem", + "FullTitle": "TimelineItem", + "Type": "menuItem", + "Url": "api/mtimelineitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TimePicker", + "FullTitle": "TimePicker", + "Type": "menuItem", + "Url": "api/mtimepicker", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TimePickerClock", + "FullTitle": "TimePickerClock", + "Type": "menuItem", + "Url": "api/mtimepickerclock", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TimePickerTitle", + "FullTitle": "TimePickerTitle", + "Type": "menuItem", + "Url": "api/mtimepickertitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Toolbar", + "FullTitle": "Toolbar", + "Type": "menuItem", + "Url": "api/mtoolbar", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ToolbarItems", + "FullTitle": "ToolbarItems", + "Type": "menuItem", + "Url": "api/mtoolbaritems", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "ToolbarTitle", + "FullTitle": "ToolbarTitle", + "Type": "menuItem", + "Url": "api/mtoolbartitle", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Tooltip", + "FullTitle": "Tooltip", + "Type": "menuItem", + "Url": "api/mtooltip", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Tree", + "FullTitle": "Tree", + "Type": "menuItem", + "Url": "api/mtree", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TreeItem", + "FullTitle": "TreeItem", + "Type": "menuItem", + "Url": "api/mtreeitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Treeview", + "FullTitle": "Treeview", + "Type": "menuItem", + "Url": "api/mtreeview", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "TreeviewNode", + "FullTitle": "TreeviewNode", + "Type": "menuItem", + "Url": "api/mtreeviewnode", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Upload", + "FullTitle": "Upload", + "Type": "menuItem", + "Url": "api/mupload", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "VirtualScroll", + "FullTitle": "VirtualScroll", + "Type": "menuItem", + "Url": "api/mvirtualscroll", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "Window", + "FullTitle": "Window", + "Type": "menuItem", + "Url": "api/mwindow", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + }, + { + "Order": 0, + "Title": "WindowItem", + "FullTitle": "WindowItem", + "Type": "menuItem", + "Url": "api/mwindowitem", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + }, + { + "Id": "section-3374707", + "Title": "插槽", + "Level": 0 + }, + { + "Id": "section-2654231", + "Title": "事件", + "Level": 0 + } + ] + } + ] + }, + { + "Order": 2, + "Title": "特性", + "FullTitle": "特性", + "Type": "menuItem", + "Url": "features", + "Icon": "M17.8171 9.62581L14.8822 6.68473C14.6882 6.49026 14.4249 6.38078 14.1502 6.38035C13.8755 6.37992 13.6119 6.48859 13.4173 6.68245L13.415 6.68473L10.9596 9.14307V17.9686L17.8171 11.0968C18.0118 10.9016 18.1211 10.6371 18.1211 10.3613C18.1211 10.0856 18.0118 9.82108 17.8171 9.62581ZM19.293 14.5832H15.8128L9.74479 20.6545C9.67773 20.7218 9.59831 20.771 9.52734 20.8332H19.293C19.5692 20.8332 19.8342 20.7234 20.0295 20.5281C20.2249 20.3327 20.3346 20.0678 20.3346 19.7915V15.6248C20.3346 15.3486 20.2249 15.0836 20.0295 14.8883C19.8342 14.6929 19.5692 14.5832 19.293 14.5832ZM9.91797 5.20817C9.91797 4.9319 9.80822 4.66695 9.61287 4.4716C9.41752 4.27625 9.15257 4.1665 8.8763 4.1665H4.70964C4.43337 4.1665 4.16842 4.27625 3.97307 4.4716C3.77772 4.66695 3.66797 4.9319 3.66797 5.20817V17.7082C3.66797 18.537 3.99721 19.3318 4.58326 19.9179C5.16931 20.5039 5.96417 20.8332 6.79297 20.8332C7.62177 20.8332 8.41663 20.5039 9.00268 19.9179C9.58873 19.3318 9.91797 18.537 9.91797 17.7082V5.20817ZM6.79297 18.4894C6.63845 18.4894 6.48741 18.4436 6.35893 18.3578C6.23045 18.2719 6.13032 18.1499 6.07119 18.0071C6.01206 17.8644 5.99659 17.7073 6.02673 17.5558C6.05687 17.4042 6.13128 17.265 6.24054 17.1557C6.3498 17.0465 6.48901 16.9721 6.64055 16.9419C6.7921 16.9118 6.94919 16.9273 7.09194 16.9864C7.2347 17.0455 7.35671 17.1457 7.44255 17.2741C7.5284 17.4026 7.57422 17.5537 7.57422 17.7082C7.57422 17.9154 7.49191 18.1141 7.3454 18.2606C7.19888 18.4071 7.00017 18.4894 6.79297 18.4894ZM7.83464 12.4998H5.7513V10.4165H7.83464V12.4998ZM7.83464 8.33317H5.7513V6.24984H7.83464V8.33317Z", + "Children": [ + { + "Order": 2, + "Title": "响应式显示", + "FullTitle": "响应式显示", + "Type": "menuItem", + "Url": "features/breakpoints", + "Contents": [] + }, + { + "Order": 3, + "Title": "全局配置", + "FullTitle": "全局配置", + "Type": "menuItem", + "Url": "features/gloabl-config", + "Contents": [ + { + "Id": "section-3122241", + "Title": "属性", + "Level": 0 + } + ] + }, + { + "Order": 4, + "Title": "图标字体", + "FullTitle": "图标字体", + "Type": "menuItem", + "Url": "features/icon-fonts", + "Contents": [ + { + "Id": "section-2695973", + "Title": "使用", + "Level": 0 + } + ] + }, + { + "Order": 5, + "Title": "国际化多语言 (i18n)", + "FullTitle": "国际化多语言 (i18n)", + "Type": "menuItem", + "Url": "features/internationalization", + "Contents": [ + { + "Id": "section-1681655181", + "Title": "语言支持", + "Level": 0 + } + ] + }, + { + "Order": 6, + "Title": "布局", + "FullTitle": "布局", + "Type": "menuItem", + "Url": "features/layouts", + "Contents": [ + { + "Id": "section-2695973", + "Title": "使用", + "Level": 0 + }, + { + "Id": "section-1811653351", + "Title": "组合布局组件", + "Level": 0 + }, + { + "Id": "section-749907594", + "Title": "动态布局", + "Level": 0 + } + ] + } + ] + }, + { + "Order": 1, + "Title": "快速入门", + "FullTitle": "快速入门", + "Type": "menuItem", + "Url": "getting-started", + "Icon": "M11.993 4.1665C7.39297 4.1665 3.66797 7.89984 3.66797 12.4998C3.66797 17.0998 7.39297 20.8332 11.993 20.8332C16.6013 20.8332 20.3346 17.0998 20.3346 12.4998C20.3346 7.89984 16.6013 4.1665 11.993 4.1665ZM12.0013 19.1665C8.31797 19.1665 5.33464 16.1832 5.33464 12.4998C5.33464 8.8165 8.31797 5.83317 12.0013 5.83317C15.6846 5.83317 18.668 8.8165 18.668 12.4998C18.668 16.1832 15.6846 19.1665 12.0013 19.1665ZM12.418 8.33317H11.168V13.3332L15.543 15.9582L16.168 14.9332L12.418 12.7082V8.33317Z", + "Children": [ + { + "Order": 0, + "Title": "安装", + "FullTitle": "安装", + "Type": "menuItem", + "Url": "getting-started/installation", + "Contents": [ + { + "Id": "section-1739819480", + "Title": "安装 Masa.Template 模板", + "Level": 0 + }, + { + "Id": "section-430380796", + "Title": "创建项目", + "Level": 0 + }, + { + "Id": "section-1572239414", + "Title": "启动项目", + "Level": 0 + }, + { + "Id": "section-324942799", + "Title": "创建一个 Blazor Server 项目", + "Level": 0 + }, + { + "Id": "section-1125899332", + "Title": "安装 NuGet 包", + "Level": 0 + }, + { + "Id": "section-141901483", + "Title": "引入资源文件", + "Level": 0 + }, + { + "Id": "section-165353384", + "Title": "注入相关服务", + "Level": 0 + }, + { + "Id": "section-14069023", + "Title": "全局引用", + "Level": 0 + }, + { + "Id": "section-2695973", + "Title": "使用", + "Level": 0 + } + ] + }, + { + "Order": 1, + "Title": "浏览器支持", + "FullTitle": "浏览器支持", + "Type": "menuItem", + "Url": "getting-started/browser-support", + "Contents": [ + { + "Id": "section-484859015", + "Title": "浏览器", + "Level": 0 + } + ] + }, + { + "Order": 5, + "Title": "发行说明", + "FullTitle": "发行说明", + "Type": "menuItem", + "Url": "getting-started/release-notes", + "Contents": [] + }, + { + "Order": 6, + "Title": "贡献", + "FullTitle": "贡献", + "Type": "menuItem", + "Url": "getting-started/contributing", + "Contents": [ + { + "Id": "section-1311834339", + "Title": "报告问题", + "Level": 0 + } + ] + } + ] + }, + { + "Order": 0, + "Title": "介绍", + "FullTitle": "介绍", + "Type": "menuItem", + "Url": "introduction", + "Icon": "M6.25098 20.3332V5.229C6.25098 4.36605 6.95052 3.6665 7.81348 3.6665H17.1885C18.0514 3.6665 18.751 4.36605 18.751 5.229V20.3332L12.501 16.6873L6.25098 20.3332Z", + "Children": [ + { + "Order": 0, + "Title": "为什么选择 MASA Blazor?", + "FullTitle": "为什么选择 MASA Blazor?", + "Type": "menuItem", + "Url": "introduction/why", + "Contents": [ + { + "Id": "section-1946702414", + "Title": "Blazor 是什么?", + "Level": 0 + }, + { + "Id": "section-1967431728", + "Title": "MASA Blazor 是什么?", + "Level": 0 + }, + { + "Id": "section-1421632437", + "Title": "为什么选择 MASA Blazor?", + "Level": 0 + }, + { + "Id": "section-350316207", + "Title": "优势:", + "Level": 0 + } + ] + } + ] + }, + { + "Order": 3, + "Title": "样式和动画", + "FullTitle": "样式和动画", + "Type": "menuItem", + "Url": "styles-and-animations", + "Icon": "M19.481 9.873L14.9298 9.21038L12.8959 5.09383C12.7131 4.72598 12.3564 4.54004 11.9998 4.54004C11.6453 4.54004 11.2912 4.72349 11.1077 5.09383L9.07321 9.21007L4.52164 9.87207C3.70542 9.99023 3.37831 10.9943 3.97003 11.5695L7.26259 14.7722L6.48337 19.2958C6.37268 19.9419 6.88853 20.4603 7.46626 20.4603C7.61955 20.4603 7.7772 20.4239 7.92863 20.3437L12.0004 18.2081L16.0719 20.3443C16.223 20.4236 16.3803 20.4596 16.533 20.4596C17.1114 20.4596 17.6281 19.9432 17.5175 19.2967L16.7392 14.7728L20.0323 11.5707C20.6244 10.9955 20.2973 9.99116 19.481 9.873ZM15.6956 13.7038L15.1322 14.2517L15.2653 15.0253L15.8723 18.5529L12.6966 16.8866L12.0007 16.5216L12.0017 6.6588L13.5884 9.87051L13.936 10.5742L14.7137 10.6874L18.2656 11.2045L15.6956 13.7038Z", + "Children": [ + { + "Order": 0, + "Title": "Border radius", + "SubTitle": "边框半径", + "FullTitle": "Border radius (边框半径)", + "Type": "menuItem", + "Url": "stylesandanimations/border-radius", + "Children": [] + }, + { + "Order": 0, + "Title": "Colors", + "SubTitle": "颜色", + "FullTitle": "Colors (颜色)", + "Type": "menuItem", + "Url": "stylesandanimations/colors", + "Children": [] + }, + { + "Order": 0, + "Title": "Display helpers", + "SubTitle": "显示辅助", + "FullTitle": "Display helpers (显示辅助)", + "Type": "menuItem", + "Url": "stylesandanimations/display-helpers", + "Children": [] + }, + { + "Order": 0, + "Title": "Elevation", + "SubTitle": "海拔", + "FullTitle": "Elevation (海拔)", + "Type": "menuItem", + "Url": "stylesandanimations/elevation", + "Children": [] + }, + { + "Order": 0, + "Title": "Flex", + "SubTitle": "弹性布局", + "FullTitle": "Flex (弹性布局)", + "Type": "menuItem", + "Url": "stylesandanimations/flex", + "Children": [] + }, + { + "Order": 0, + "Title": "Float", + "SubTitle": "浮动", + "FullTitle": "Float (浮动)", + "Type": "menuItem", + "Url": "stylesandanimations/float", + "Children": [] + }, + { + "Order": 0, + "Title": "Overflow", + "SubTitle": "溢出", + "FullTitle": "Overflow (溢出)", + "Type": "menuItem", + "Url": "stylesandanimations/overflow", + "Children": [] + }, + { + "Order": 0, + "Title": "Spacing", + "SubTitle": "间距", + "FullTitle": "Spacing (间距)", + "Type": "menuItem", + "Url": "stylesandanimations/spacing", + "Children": [] + }, + { + "Order": 0, + "Title": "Text and typography", + "SubTitle": "文本和排版", + "FullTitle": "Text and typography (文本和排版)", + "Type": "menuItem", + "Url": "stylesandanimations/text-and-typography", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Transitions", + "SubTitle": "过渡动画", + "FullTitle": "Transitions (过渡动画)", + "Type": "menuItem", + "Url": "stylesandanimations/transitions", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + }, + { + "Order": 4, + "Title": "UI 组件", + "FullTitle": "UI 组件", + "Type": "menuItem", + "Icon": "M4.07202 8.98504L11.6546 12.4248C11.8759 12.5253 12.1263 12.5253 12.3476 12.4248L19.9302 8.98504C20.4689 8.74057 20.4689 7.92646 19.9302 7.682L12.3479 4.24194C12.2392 4.19223 12.121 4.1665 12.0014 4.1665C11.8818 4.1665 11.7637 4.19223 11.6549 4.24194L4.07202 7.68167C3.53329 7.92613 3.53329 8.74057 4.07202 8.98504ZM19.9305 11.8587L18.0396 11.0016L12.7779 13.3867C12.5319 13.4983 12.2705 13.555 12.0013 13.555C11.7321 13.555 11.471 13.4983 11.2246 13.3867L5.96326 11.0016L4.07202 11.8587C3.53329 12.1028 3.53329 12.9166 4.07202 13.1608L11.6546 16.5979C11.8759 16.6981 12.1263 16.6981 12.3476 16.5979L19.9305 13.1608C20.4692 12.9166 20.4692 12.1028 19.9305 11.8587ZM19.9305 16.0188L18.0467 15.165L12.7779 17.5533C12.5319 17.6649 12.2705 17.7216 12.0013 17.7216C11.7321 17.7216 11.471 17.6649 11.2246 17.5533L5.9561 15.165L4.07202 16.0188C3.53329 16.2629 3.53329 17.0767 4.07202 17.3209L11.6546 20.758C11.8759 20.8582 12.1263 20.8582 12.3476 20.758L19.9305 17.3209C20.4692 17.0767 20.4692 16.2629 19.9305 16.0188Z", + "Children": [ + { + "Order": 0, + "Title": "Alerts", + "SubTitle": "提示框", + "FullTitle": "Alerts (提示框)", + "Type": "menuItem", + "Url": "components/alerts", + "Children": [] + }, + { + "Order": 0, + "Title": "Application", + "SubTitle": "应用程序", + "FullTitle": "Application (应用程序)", + "Type": "menuItem", + "Url": "components/application", + "Children": [] + }, + { + "Order": 0, + "Title": "Aspect ratios", + "SubTitle": "长宽比", + "FullTitle": "Aspect ratios (长宽比)", + "Type": "menuItem", + "Url": "components/aspect-ratios", + "Children": [] + }, + { + "Order": 0, + "Title": "Avatars", + "SubTitle": "头像", + "FullTitle": "Avatars (头像)", + "Type": "menuItem", + "Url": "components/avatars", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Avatars.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Badges", + "SubTitle": "徽章", + "FullTitle": "Badges (徽章)", + "Type": "menuItem", + "Url": "components/badges", + "Children": [] + }, + { + "Order": 0, + "Title": "Banners", + "SubTitle": "横幅", + "FullTitle": "Banners (横幅)", + "Type": "menuItem", + "Url": "components/banners", + "Children": [] + }, + { + "Order": 0, + "Title": "Bars", + "SubTitle": "栏", + "FullTitle": "Bars (栏)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "App bars", + "SubTitle": "应用栏", + "FullTitle": "App bars (应用栏)", + "Type": "menuItem", + "Url": "components/app-bars", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/AppBars.svg" + }, + { + "Order": 0, + "Title": "System bars", + "SubTitle": "系统栏", + "FullTitle": "System bars (系统栏)", + "Type": "menuItem", + "Url": "components/system-bars" + }, + { + "Order": 0, + "Title": "Toolbars", + "SubTitle": "工具栏", + "FullTitle": "Toolbars (工具栏)", + "Type": "menuItem", + "Url": "components/toolbars" + } + ] + }, + { + "Order": 0, + "Title": "Borders", + "SubTitle": "边框", + "FullTitle": "Borders (边框)", + "Type": "menuItem", + "Url": "components/borders", + "Children": [] + }, + { + "Order": 0, + "Title": "Breadcrumbs", + "SubTitle": "面包屑导航", + "FullTitle": "Breadcrumbs (面包屑导航)", + "Type": "menuItem", + "Url": "components/breadcrumbs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Buttons", + "SubTitle": "按钮", + "FullTitle": "Buttons (按钮)", + "Type": "menuItem", + "Url": "components/buttons", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/fNUKzY1sk/Buttons.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Cards", + "SubTitle": "卡片", + "FullTitle": "Cards (卡片)", + "Type": "menuItem", + "Url": "components/cards", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Cards.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Chips", + "SubTitle": "纸片", + "FullTitle": "Chips (纸片)", + "Type": "menuItem", + "Url": "components/chips", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Chips.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Dialogs", + "SubTitle": "对话框", + "FullTitle": "Dialogs (对话框)", + "Type": "menuItem", + "Url": "components/dialogs", + "Children": [] + }, + { + "Order": 0, + "Title": "Dividers", + "SubTitle": "分隔线", + "FullTitle": "Dividers (分隔线)", + "Type": "menuItem", + "Url": "components/dividers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Dividers.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "ECharts", + "SubTitle": "图表", + "FullTitle": "ECharts (图表)", + "Type": "menuItem", + "Url": "components/echarts", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ECharts.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Expansion panels", + "SubTitle": "扩展面板", + "FullTitle": "Expansion panels (扩展面板)", + "Type": "menuItem", + "Url": "components/expansion-panels", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Footers", + "SubTitle": "页脚", + "FullTitle": "Footers (页脚)", + "Type": "menuItem", + "Url": "components/footers", + "Children": [] + }, + { + "Order": 0, + "Title": "Form inputs & controls", + "SubTitle": "表单和控制", + "FullTitle": "Form inputs & controls (表单和控制)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Autocompletes", + "SubTitle": "自动补全", + "FullTitle": "Autocompletes (自动补全)", + "Type": "menuItem", + "Url": "components/autocompletes", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Autocomplete.svg" + }, + { + "Order": 0, + "Title": "Cascaders", + "SubTitle": "级联菜单", + "FullTitle": "Cascaders (级联菜单)", + "Type": "menuItem", + "Url": "components/cascaders" + }, + { + "Order": 0, + "Title": "Checkboxes", + "SubTitle": "复选框", + "FullTitle": "Checkboxes (复选框)", + "Type": "menuItem", + "Url": "components/checkboxes" + }, + { + "Order": 0, + "Title": "File inputs", + "SubTitle": "文件上传", + "FullTitle": "File inputs (文件上传)", + "Type": "menuItem", + "Url": "components/file-inputs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/FileInput.svg" + }, + { + "Order": 0, + "Title": "Forms", + "SubTitle": "表单", + "FullTitle": "Forms (表单)", + "Type": "menuItem", + "Url": "components/forms", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Form.svg" + }, + { + "Order": 0, + "Title": "Radio", + "SubTitle": "单选按钮", + "FullTitle": "Radio (单选按钮)", + "Type": "menuItem", + "Url": "components/radio", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Radio.svg" + }, + { + "Order": 0, + "Title": "Range sliders", + "SubTitle": "范围滑块", + "FullTitle": "Range sliders (范围滑块)", + "Type": "menuItem", + "Url": "components/range-sliders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/RangeSliders.svg" + }, + { + "Order": 0, + "Title": "Selects", + "SubTitle": "下拉框", + "FullTitle": "Selects (下拉框)", + "Type": "menuItem", + "Url": "components/selects" + }, + { + "Order": 0, + "Title": "Sliders", + "SubTitle": "滑块", + "FullTitle": "Sliders (滑块)", + "Type": "menuItem", + "Url": "components/sliders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Sliders.svg" + }, + { + "Order": 0, + "Title": "Switches", + "SubTitle": "开关", + "FullTitle": "Switches (开关)", + "Type": "menuItem", + "Url": "components/switches", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Switch.svg" + }, + { + "Order": 0, + "Title": "Textareas", + "SubTitle": "多行文本框", + "FullTitle": "Textareas (多行文本框)", + "Type": "menuItem", + "Url": "components/textareas", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Textareas.svg" + }, + { + "Order": 0, + "Title": "Text fields", + "SubTitle": "文本框", + "FullTitle": "Text fields (文本框)", + "Type": "menuItem", + "Url": "components/text-fields", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/TextField.svg" + } + ] + }, + { + "Order": 0, + "Title": "Grid system", + "SubTitle": "网格", + "FullTitle": "Grid system (网格)", + "Type": "menuItem", + "Url": "components/grid-system", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Grid.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Groups", + "SubTitle": "组", + "FullTitle": "Groups (组)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Button groups", + "SubTitle": "按钮组", + "FullTitle": "Button groups (按钮组)", + "Type": "menuItem", + "Url": "components/button-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ButtonGroup.svg" + }, + { + "Order": 0, + "Title": "Chip groups", + "SubTitle": "纸片组", + "FullTitle": "Chip groups (纸片组)", + "Type": "menuItem", + "Url": "components/chip-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Chip.svg" + }, + { + "Order": 0, + "Title": "Item groups", + "SubTitle": "项目组", + "FullTitle": "Item groups (项目组)", + "Type": "menuItem", + "Url": "components/item-groups", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ItemGroup.svg" + }, + { + "Order": 0, + "Title": "List item groups", + "SubTitle": "列表项目组", + "FullTitle": "List item groups (列表项目组)", + "Type": "menuItem", + "Url": "components/list-item-groups" + }, + { + "Order": 0, + "Title": "Slide groups", + "SubTitle": "幻灯片组", + "FullTitle": "Slide groups (幻灯片组)", + "Type": "menuItem", + "Url": "components/slide-groups" + }, + { + "Order": 0, + "Title": "Windows", + "SubTitle": "窗口", + "FullTitle": "Windows (窗口)", + "Type": "menuItem", + "Url": "components/windows" + } + ] + }, + { + "Order": 0, + "Title": "Hover", + "SubTitle": "悬停", + "FullTitle": "Hover (悬停)", + "Type": "menuItem", + "Url": "components/hover", + "Children": [] + }, + { + "Order": 0, + "Title": "Icons", + "SubTitle": "图标", + "FullTitle": "Icons (图标)", + "Type": "menuItem", + "Url": "components/icons", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Images", + "SubTitle": "图像", + "FullTitle": "Images (图像)", + "Type": "menuItem", + "Url": "components/images", + "Children": [] + }, + { + "Order": 0, + "Title": "Lists", + "SubTitle": "列表", + "FullTitle": "Lists (列表)", + "Type": "menuItem", + "Url": "components/lists", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/List.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Menus", + "SubTitle": "菜单", + "FullTitle": "Menus (菜单)", + "Type": "menuItem", + "Url": "components/menus", + "Children": [] + }, + { + "Order": 0, + "Title": "Navigation drawers", + "SubTitle": "导航抽屉", + "FullTitle": "Navigation drawers (导航抽屉)", + "Type": "menuItem", + "Url": "components/navigation-drawers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/NavigationDrawer.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Overlays", + "SubTitle": "遮罩层", + "FullTitle": "Overlays (遮罩层)", + "Type": "menuItem", + "Url": "components/overlays", + "Children": [] + }, + { + "Order": 0, + "Title": "Pagination", + "SubTitle": "分页", + "FullTitle": "Pagination (分页)", + "Type": "menuItem", + "Url": "components/pagination", + "Children": [] + }, + { + "Order": 0, + "Title": "Pickers", + "SubTitle": "选择器", + "FullTitle": "Pickers (选择器)", + "Type": "menuItem", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Pickers.svg", + "Children": [ + { + "Order": 0, + "Title": "Color pickers", + "SubTitle": "颜色选择器", + "FullTitle": "Color pickers (颜色选择器)", + "Type": "menuItem", + "Url": "components/color-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/ColorPicker.svg" + }, + { + "Order": 0, + "Title": "Date pickers", + "SubTitle": "日期选择器", + "FullTitle": "Date pickers (日期选择器)", + "Type": "menuItem", + "Url": "components/date-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/DatePickers.svg" + }, + { + "Order": 0, + "Title": "Date pickers month", + "SubTitle": "月份选择器", + "FullTitle": "Date pickers month (月份选择器)", + "Type": "menuItem", + "Url": "components/date-pickers-month", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/DatePickersMonth.svg" + }, + { + "Order": 0, + "Title": "Time pickers", + "SubTitle": "时间选择器", + "FullTitle": "Time pickers (时间选择器)", + "Type": "menuItem", + "Url": "components/time-pickers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/TimePickers.svg" + } + ] + }, + { + "Order": 0, + "Title": "Presets", + "SubTitle": "预置组件", + "FullTitle": "Presets (预置组件)", + "Type": "menuItem", + "Url": "components/presets", + "Children": [] + }, + { + "Order": 0, + "Title": "Progress", + "SubTitle": "进度条", + "FullTitle": "Progress (进度条)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Progress circular", + "SubTitle": "进度环", + "FullTitle": "Progress circular (进度环)", + "Type": "menuItem", + "Url": "components/progress-circular" + }, + { + "Order": 0, + "Title": "Progress linear", + "SubTitle": "进度条", + "FullTitle": "Progress linear (进度条)", + "Type": "menuItem", + "Url": "components/progress-linear" + } + ] + }, + { + "Order": 0, + "Title": "Ratings", + "SubTitle": "评级", + "FullTitle": "Ratings (评级)", + "Type": "menuItem", + "Url": "components/ratings", + "Children": [] + }, + { + "Order": 0, + "Title": "Sheets", + "SubTitle": "工作表", + "FullTitle": "Sheets (工作表)", + "Type": "menuItem", + "Url": "components/sheets", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Sheet.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Skeleton loaders", + "SubTitle": "骨架装载器", + "FullTitle": "Skeleton loaders (骨架装载器)", + "Type": "menuItem", + "Url": "components/skeleton-loaders", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/SkeletonLoader.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Snackbars", + "SubTitle": "消息条", + "FullTitle": "Snackbars (消息条)", + "Type": "menuItem", + "Url": "components/snackbars", + "Children": [] + }, + { + "Order": 0, + "Title": "Steppers", + "SubTitle": "步骤条", + "FullTitle": "Steppers (步骤条)", + "Type": "menuItem", + "Url": "components/steppers", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Stepper.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Subheaders", + "SubTitle": "副标题", + "FullTitle": "Subheaders (副标题)", + "Type": "menuItem", + "Url": "components/subheaders", + "Children": [] + }, + { + "Order": 0, + "Title": "Tables", + "SubTitle": "表格", + "FullTitle": "Tables (表格)", + "Type": "menuItem", + "Children": [ + { + "Order": 0, + "Title": "Data iterators", + "SubTitle": "数据迭代器", + "FullTitle": "Data iterators (数据迭代器)", + "Type": "menuItem", + "Url": "components/data-iterators", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/DataIterators.svg" + }, + { + "Order": 0, + "Title": "Data tables", + "SubTitle": "数据表格", + "FullTitle": "Data tables (数据表格)", + "Type": "menuItem", + "Url": "components/data-tables", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/DataTable.svg" + }, + { + "Order": 0, + "Title": "Simple tables", + "SubTitle": "简单表格", + "FullTitle": "Simple tables (简单表格)", + "Type": "menuItem", + "Url": "components/simple-tables", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/SimpleTables.svg" + } + ] + }, + { + "Order": 0, + "Title": "Tabs", + "SubTitle": "选项卡", + "FullTitle": "Tabs (选项卡)", + "Type": "menuItem", + "Url": "components/tabs", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Tabs.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Timelines", + "SubTitle": "时间轴", + "FullTitle": "Timelines (时间轴)", + "Type": "menuItem", + "Url": "components/timelines", + "Children": [] + }, + { + "Order": 0, + "Title": "Tooltips", + "SubTitle": "工具提示", + "FullTitle": "Tooltips (工具提示)", + "Type": "menuItem", + "Url": "components/tooltips", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/5rWLU27so/Tooltip.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Treeview", + "SubTitle": "树形视图", + "FullTitle": "Treeview (树形视图)", + "Type": "menuItem", + "Url": "components/treeview", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Treeview.svg", + "Children": [] + }, + { + "Order": 0, + "Title": "Uploads", + "SubTitle": "上传文件", + "FullTitle": "Uploads (上传文件)", + "Type": "menuItem", + "Url": "components/uploads", + "Children": [] + }, + { + "Order": 0, + "Title": "Virtual scroller", + "SubTitle": "虚拟滚动条", + "FullTitle": "Virtual scroller (虚拟滚动条)", + "Type": "menuItem", + "Url": "components/virtual-scroller", + "Cover": "https://gw.alipayobjects.com/zos/alicdn/rrwbSt3FQ/Icon.svg", + "Children": [] + } + ] + } +] \ No newline at end of file diff --git a/en/en/elevation.zh-CN.json b/en/en/elevation.zh-CN.json new file mode 100644 index 0000000000..792f41d417 --- /dev/null +++ b/en/en/elevation.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 5, + "Title": "海拔", + "Html": "\r\n

\r\n #\r\n 海拔\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/flex.zh-CN.json b/en/en/flex.zh-CN.json new file mode 100644 index 0000000000..91fbe2bd4b --- /dev/null +++ b/en/en/flex.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 6, + "Title": "弹性布局", + "Html": "\r\n

\r\n #\r\n 弹性布局\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/float.zh-CN.json b/en/en/float.zh-CN.json new file mode 100644 index 0000000000..a60dd0782c --- /dev/null +++ b/en/en/float.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 7, + "Title": "浮动", + "Html": "\r\n

\r\n #\r\n 浮动\r\n

\n

正在完善...

\n" +} \ No newline at end of file diff --git a/en/en/gloabl-config.zh-CN.json b/en/en/gloabl-config.zh-CN.json new file mode 100644 index 0000000000..637c079b96 --- /dev/null +++ b/en/en/gloabl-config.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 3, + "Title": "全局配置", + "Html": "\r\n

\r\n #\r\n 全局配置\r\n

\n

GlobalConfig 是一个包含修改全局引导配置的对象。

\n\r\n
 
\r\n

\r\n #\r\n 属性\r\n

\n
\n

RTL

\n

MASA Blazor 支持 RTL (从右至左) 语言,可以通过使用 RTL 属性激活。

\n

Dark

\n

MASA Blazor 支持 浅色 light 和 深色 dark 主题。 默认情况下,您的应用程序将使用 light 主题。 通过配置 Dark 属性,你可以很容易的改变主题。

\n
\n

将来还会增加更多全局配置属性,增加框架的可塑性。

\n" +} \ No newline at end of file diff --git a/en/en/icon-fonts.zh-CN.json b/en/en/icon-fonts.zh-CN.json new file mode 100644 index 0000000000..651c2f3d5c --- /dev/null +++ b/en/en/icon-fonts.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 4, + "Title": "图标字体", + "Html": "\r\n

\r\n #\r\n 图标字体\r\n

\n

MASA Blazor 支持引导 Material Design 图标, Material 图标, Font Awesome 4 和 Font Awesome 5 默认情况下,应用程序将默认使用 Material Design 图标

\n\r\n
 
\r\n

\r\n #\r\n 使用\r\n

\n

您可以利用 MIconMAlertMBadge等组件展示图标。如下:

\n
<MIcon>mdi-alarm</MIcon>\n\n<MAlert Color="#2A3B4D" Icon="@("mdi-firework")">\n    Hello World!\n</MAlert>\n\n<MBadge Color="error" Icon="mdi-lock"></MBadge>\n
\n

如果您想要更改字体库或自定义图标,该功能暂时未支持。请耐心等待,我们会不断完善。

\n" +} \ No newline at end of file diff --git a/en/en/installation.zh-CN.json b/en/en/installation.zh-CN.json new file mode 100644 index 0000000000..57ffeabdca --- /dev/null +++ b/en/en/installation.zh-CN.json @@ -0,0 +1,5 @@ +{ + "Order": 0, + "Title": "安装", + "Html": "\r\n

\r\n #\r\n 安装\r\n

\n

让我们从 MASA Blazor 开始吧,这是 .NET Core Blazor 框架的 UI 组件库,用于构建功能丰富、快速的应用程序。

\n
\n

MASA 系列所有产品均基于.Net 6.0 开发,请确保已安装 .NET 6.0

\n
\n