Skip to content

Commit 37ab016

Browse files
authored
feat(DateTimePicker): add IsButton parameter (#6999)
* feat: 增加日期选择按钮 * refactor: 增加逻辑 * refactor: 移除 DateTimePickerButton 组件 * refactor: 重构脚本支持 Button 模式切换 * feat: 增加按钮元素 * doc: 增加多语言 * doc: 更新示例 * doc: 文档格式化 * test: 更新单元测试 * chore: bump version 9.11.5-beta05
1 parent 7239ed0 commit 37ab016

File tree

17 files changed

+325
-195
lines changed

17 files changed

+325
-195
lines changed

localization/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "AutoScroll"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "wählen",
3738
"DatePlaceHolder": "Datum auswählen",
3839
"TimePlaceHolder": "Uhrzeit auswählen",
3940
"DateTimePlaceHolderText": "Bitte auswählen ...",

localization/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "AutoScroll"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "Seleccione",
3738
"DatePlaceHolder": "Seleccione fecha",
3839
"TimePlaceHolder": "Seleccione hora",
3940
"DateTimePlaceHolderText": "Por favor seleccione ...",

localization/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"AutoScrollText": "Scorrimento automatico"
4646
},
4747
"BootstrapBlazor.Components.DateTimePicker": {
48+
"PickerButtonText": "Seleziona",
4849
"DatePlaceHolder": "Seleziona la data",
4950
"TimePlaceHolder": "Seleziona l'ora",
5051
"DateTimePlaceHolderText": "Per favore seleziona ...",

localization/pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "Rolagem automática"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "Selecione",
3738
"DatePlaceHolder": "Selecione a data",
3839
"TimePlaceHolder": "Selecione o horário",
3940
"DateTimePlaceHolderText": "Por favor, selecione ...",

localization/ru-RU.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"BootstrapBlazor.Components.AutoComplete": {
33
"NoDataTip": "Нет данных",
44
"PlaceHolder": "Пожалуйста, введите"
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "Автопрокрутка"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "Выберите",
3738
"DatePlaceHolder": "Выберите дату",
3839
"TimePlaceHolder": "Выберите время",
3940
"DateTimePlaceHolderText": "Пожалуйста, выберите ...",

localization/th-TH.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "เลื่อนอัตโนมัติ"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "เลือก",
3738
"DatePlaceHolder": "เลือกวันที่",
3839
"TimePlaceHolder": "เลือกเวลา",
3940
"DateTimePlaceHolderText": "กรุณาเลือก ...",

localization/uk-UA.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "Автопрокрутка"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "Виберіть",
3738
"DatePlaceHolder": "Виберіть дату",
3839
"TimePlaceHolder": "Виберіть час",
3940
"DateTimePlaceHolderText": "Будь ласка, виберіть ...",

localization/zh-TW.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"AutoScrollText": "自動滾屏"
3535
},
3636
"BootstrapBlazor.Components.DateTimePicker": {
37+
"PickerButtonText": "選擇",
3738
"DatePlaceHolder": "選擇日期",
3839
"TimePlaceHolder": "選擇時間",
3940
"DateTimePlaceHolderText": "請選擇日期時間",

0 commit comments

Comments
 (0)