MultiSelectedItemsMaxHeight 参数设置组件最大行高MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量@@bind-SelectedItems="SelectedItems" 参数设置选中项集合,多选模式下不要使用 ValueMultiSelectedItemsMaxHeight 参数设置组件最大行高MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量@@bind-SelectedItems="SelectedItems" 参数设置选中项集合,多选模式下不要使用 ValueItemTemplate, you can customize the content displayed in the drop-down item. In this example, the Tooltip component is used to add a tooltip function when the mouse is hovered.",
"DropdownItemTemplateTitle": "Item Template",
@@ -2766,13 +2766,13 @@
"LabelsNormalDescription": "When two-way binding is not used",
"LabelsNormalDescription2": "When using two-way binding",
"LabelsNormalGroupBox1Tips1": "No settings in the first text box, no label",
- "LabelsNormalGroupBox1Tips2": "The second text box setting ShowLabel='true' DisplayText=`` displays a placeholder label without content",
+ "LabelsNormalGroupBox1Tips2": "The second text box setting ShowLabel='true' DisplayText=` displays a placeholder label without content",
"LabelsNormalGroupBox1Tips3": "The third text box setting ShowLabel='true' DisplayText='Name' shows the set content label",
"LabelsNormalGroupBox1Tips4": "The fourth text box setting ShowLabel='true' DisplayText='@null' displays a placeholder label without content",
"LabelsNormalGroupBox1Title": "No two-way binding",
"LabelsNormalGroupBox2Tips1": "The first text box is set to @bind-Value='Dummy.Name', no label is displayed",
"LabelsNormalGroupBox2Tips2": "The second text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@Localizer[nameof(Foo.Address)]' Display the contents of the setting",
- "LabelsNormalGroupBox2Tips3": "The third text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText=`` Show no content placeholder label",
+ "LabelsNormalGroupBox2Tips3": "The third text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText=` Show no content placeholder label",
"LabelsNormalGroupBox2Tips4": "The fourth text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@null' Display the label content under the resource file mechanismLabel code>",
"LabelsNormalGroupBox2Title": "Two-way binding",
"LabelsNormalIntro": "Suitable for data entry",
@@ -3948,7 +3948,12 @@
"TemplateTitle": "Value Template",
"Title": "Table Select",
"ValidateFormIntro": "Intercept data when the value is empty",
- "ValidateFormTitle": "ValidateForm"
+ "ValidateFormTitle": "ValidateForm",
+ "IsMultipleSelectTitle": "Multiple Select",
+ "IsMultipleSelectIntro": "Enable multi-selection using the parameter IsMultipleSelect=\"true\".",
+ "IsMultipleDesc1": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
+ "IsMultipleDesc2": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
+ "IsMultipleDesc3": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode."
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} is required."
@@ -5670,7 +5675,7 @@
"BootstrapBlazor.Server.Components.Samples.UploadCards": {
"ButtonUploadIntro": "Use DefaultFileList to set up uploaded content",
"ButtonUploadTitle": "Basic usage",
- "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the `ActionButtonTemplate` parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the `BeforeActionButtonTemplate` parameter (insert it before the default button).",
+ "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the ActionButtonTemplate` parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the BeforeActionButtonTemplate` parameter (insert it before the default button).",
"UploadActionButtonTemplateTitle": "Custom action button",
"UploadBase64Intro": "By setting the PrevUrl parameter value of the UploadFile instance, use the image content string in the data:image/xxx;base64,XXXXX format as the preview file path",
"UploadBase64Title": "Base64 format",
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index cc472b215bf..a4b934bbcf0 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -3948,7 +3948,12 @@
"TemplateTitle": "显示模板",
"Title": "TableSelect 表格选择器",
"ValidateFormIntro": "下拉框未选择时,点击提交按钮时拦截。",
- "ValidateFormTitle": "客户端验证"
+ "ValidateFormTitle": "客户端验证",
+ "IsMultipleSelectTitle": "多选",
+ "IsMultipleSelectIntro": "通过 IsMultipleSelect=\"true\" 参数开启多选",
+ "IsMultipleDesc1": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
+ "IsMultipleDesc2": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
+ "IsMultipleDesc3": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value"
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} 是必填项"
From 1aa6ec8d6e7c43257a66d5a96956121c363cae18 Mon Sep 17 00:00:00 2001
From: Argo Zhang ShowLabel='true' DisplayText=` displays a placeholder label without content",
+ "LabelsNormalGroupBox1Tips2": "The second text box setting ShowLabel='true' DisplayText='' displays a placeholder label without content",
"LabelsNormalGroupBox1Tips3": "The third text box setting ShowLabel='true' DisplayText='Name' shows the set content label",
"LabelsNormalGroupBox1Tips4": "The fourth text box setting ShowLabel='true' DisplayText='@null' displays a placeholder label without content",
"LabelsNormalGroupBox1Title": "No two-way binding",
"LabelsNormalGroupBox2Tips1": "The first text box is set to @bind-Value='Dummy.Name', no label is displayed",
"LabelsNormalGroupBox2Tips2": "The second text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@Localizer[nameof(Foo.Address)]' Display the contents of the setting",
- "LabelsNormalGroupBox2Tips3": "The third text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText=` Show no content placeholder label",
+ "LabelsNormalGroupBox2Tips3": "The third text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText='' Show no content placeholder label",
"LabelsNormalGroupBox2Tips4": "The fourth text box setting @bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@null' Display the label content under the resource file mechanismLabel code>",
"LabelsNormalGroupBox2Title": "Two-way binding",
"LabelsNormalIntro": "Suitable for data entry",
From 9f578209046acd2897015da9df6e7029df0d006b Mon Sep 17 00:00:00 2001
From: Argo Zhang ItemsTemplate. In this example, we use the DropdownItem component and DropdownDivider component to customize the dropdown list component.",
"DropdownItemsTemplateTitle": "Items Template",
"DropdownItemTemplateIntro": "By setting ItemTemplate, you can customize the content displayed in the drop-down item. In this example, the Tooltip component is used to add a tooltip function when the mouse is hovered.",
"DropdownItemTemplateTitle": "Item Template",
From e612164d1f90390ce707fd245e51466a21eaf099 Mon Sep 17 00:00:00 2001
From: Argo Zhang DefaultFileList to set up uploaded content",
"ButtonUploadTitle": "Basic usage",
- "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the ActionButtonTemplate` parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the BeforeActionButtonTemplate` parameter (insert it before the default button).",
+ "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the ActionButtonTemplate parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the BeforeActionButtonTemplate parameter (insert it before the default button).",
"UploadActionButtonTemplateTitle": "Custom action button",
"UploadBase64Intro": "By setting the PrevUrl parameter value of the UploadFile instance, use the image content string in the data:image/xxx;base64,XXXXX format as the preview file path",
"UploadBase64Title": "Base64 format",
From ed049e71a92c81b693ae32cf21f9266f2baba73d Mon Sep 17 00:00:00 2001
From: Argo Zhang IsDisabled property value to true, the component suppresses select",
"IsDisabledTitle": "Disabled",
+ "IsMultipleDesc1": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
+ "IsMultipleDesc2": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
+ "IsMultipleDesc3": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode.",
+ "IsMultipleSelectIntro": "Enable multi-selection using the parameter IsMultipleSelect=\"true\".",
+ "IsMultipleSelectTitle": "Multiple Select",
"NormalDesc": "You can use IsClearable to control whether to display the clear button. The default value is false",
"NormalIntro": "Suitable for candidates with a relatively large amount of information, presenting information using Table",
"NormalTitle": "Basic usage",
@@ -3948,12 +3953,7 @@
"TemplateTitle": "Value Template",
"Title": "Table Select",
"ValidateFormIntro": "Intercept data when the value is empty",
- "ValidateFormTitle": "ValidateForm",
- "IsMultipleSelectTitle": "Multiple Select",
- "IsMultipleSelectIntro": "Enable multi-selection using the parameter IsMultipleSelect=\"true\".",
- "IsMultipleDesc1": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
- "IsMultipleDesc2": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
- "IsMultipleDesc3": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode."
+ "ValidateFormTitle": "ValidateForm"
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} is required."
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index a4b934bbcf0..4462775960c 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -3937,6 +3937,11 @@
"Intro": "下拉框为表格用于展示复杂类型的选择需求",
"IsDisabledIntro": "设置 IsDisabled 属性值为 true 时,组件禁止选择",
"IsDisabledTitle": "禁用",
+ "IsMultipleDesc1": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
+ "IsMultipleDesc2": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
+ "IsMultipleDesc3": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value",
+ "IsMultipleSelectIntro": "通过 IsMultipleSelect=\"true\" 参数开启多选",
+ "IsMultipleSelectTitle": "多选",
"NormalDesc": "可通过 IsClearable 控制是否显示清除小按钮,默认值 false",
"NormalIntro": "适用于候选项信息量比较大,用 Table 呈现信息量",
"NormalTitle": "基本功能",
@@ -3948,12 +3953,7 @@
"TemplateTitle": "显示模板",
"Title": "TableSelect 表格选择器",
"ValidateFormIntro": "下拉框未选择时,点击提交按钮时拦截。",
- "ValidateFormTitle": "客户端验证",
- "IsMultipleSelectTitle": "多选",
- "IsMultipleSelectIntro": "通过 IsMultipleSelect=\"true\" 参数开启多选",
- "IsMultipleDesc1": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
- "IsMultipleDesc2": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
- "IsMultipleDesc3": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value"
+ "ValidateFormTitle": "客户端验证"
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} 是必填项"
From 0fdff6674199e3618f91a154488959fd6c61246d Mon Sep 17 00:00:00 2001
From: Argo Zhang true, the component suppresses select",
"IsDisabledTitle": "Disabled",
- "IsMultipleDesc1": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
- "IsMultipleDesc2": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
- "IsMultipleDesc3": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode.",
+ "IsMultipleDesc1": "Set the maximum width of the selected item using the MultiSelectedItemMaxWidth parameter.",
+ "IsMultipleDesc2": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
+ "IsMultipleDesc3": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
+ "IsMultipleDesc4": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode.",
"IsMultipleSelectIntro": "Enable multi-selection using the parameter IsMultipleSelect=\"true\".",
"IsMultipleSelectTitle": "Multiple Select",
"NormalDesc": "You can use IsClearable to control whether to display the clear button. The default value is false",
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index 4462775960c..e34f1fe98c9 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -3937,9 +3937,10 @@
"Intro": "下拉框为表格用于展示复杂类型的选择需求",
"IsDisabledIntro": "设置 IsDisabled 属性值为 true 时,组件禁止选择",
"IsDisabledTitle": "禁用",
- "IsMultipleDesc1": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
- "IsMultipleDesc2": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
- "IsMultipleDesc3": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value",
+ "IsMultipleDesc1": "通过 MultiSelectedItemMaxWidth 参数设置选中项最大宽度",
+ "IsMultipleDesc2": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
+ "IsMultipleDesc3": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
+ "IsMultipleDesc4": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value",
"IsMultipleSelectIntro": "通过 IsMultipleSelect=\"true\" 参数开启多选",
"IsMultipleSelectTitle": "多选",
"NormalDesc": "可通过 IsClearable 控制是否显示清除小按钮,默认值 false",
From 1e5e13ca766249c9f06df9f78907643a90453d60 Mon Sep 17 00:00:00 2001
From: Argo Zhang MultiSelectedItemMaxWidth parameter.",
"IsMultipleDesc2": "Set the maximum row height of the component using the MultiSelectedItemsMaxHeight parameter.",
- "IsMultipleDesc3": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed.",
- "IsMultipleDesc4": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode.",
+ "IsMultipleDesc3": "The MultiSelectedItemsMaxDisplayCount parameter sets the total number of selected items to be displayed. To customize the color, please set the variable --bb-select-table-item-count-bg-color in your CSS.",
+ "IsMultipleDesc4": "The MultiSelectedItemsMaxDisplayCountColor parameter sets the color of total number of selected items to be displayed.",
+ "IsMultipleDesc5": "Set the selected item set using the @bind-SelectedItems=\"SelectedItems\" parameter. Do not use Value in multi-select mode.",
"IsMultipleSelectIntro": "Enable multi-selection using the parameter IsMultipleSelect=\"true\".",
"IsMultipleSelectTitle": "Multiple Select",
"NormalDesc": "You can use IsClearable to control whether to display the clear button. The default value is false",
diff --git a/src/BootstrapBlazor.Server/Locales/zh-CN.json b/src/BootstrapBlazor.Server/Locales/zh-CN.json
index e34f1fe98c9..cb132bade5e 100644
--- a/src/BootstrapBlazor.Server/Locales/zh-CN.json
+++ b/src/BootstrapBlazor.Server/Locales/zh-CN.json
@@ -3940,7 +3940,8 @@
"IsMultipleDesc1": "通过 MultiSelectedItemMaxWidth 参数设置选中项最大宽度",
"IsMultipleDesc2": "通过 MultiSelectedItemsMaxHeight 参数设置组件最大行高",
"IsMultipleDesc3": "通过 MultiSelectedItemsMaxDisplayCount 参数设置选中项显示总数量",
- "IsMultipleDesc4": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value",
+ "IsMultipleDesc4": "通过 MultiSelectedItemsMaxDisplayCountColor 参数设置选中项显示总数量标签颜色,如需自定义颜色请设置 css 变量 --bb-select-table-item-count-bg-color",
+ "IsMultipleDesc5": "通过 @bind-SelectedItems=\"SelectedItems\" 参数设置选中项集合,多选模式下不要使用 Value",
"IsMultipleSelectIntro": "通过 IsMultipleSelect=\"true\" 参数开启多选",
"IsMultipleSelectTitle": "多选",
"NormalDesc": "可通过 IsClearable 控制是否显示清除小按钮,默认值 false",
From a534cadf9f3684516e4af2dc6cdcb8ecf7a40315 Mon Sep 17 00:00:00 2001
From: Argo Zhang