@univerjs/design 0.25.1 → 1.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +757 -603
- package/lib/cjs/locale/ar-SA.js +9 -2
- package/lib/cjs/locale/ca-ES.js +9 -2
- package/lib/cjs/locale/de-DE.js +9 -2
- package/lib/cjs/locale/en-US.js +9 -2
- package/lib/cjs/locale/es-ES.js +9 -2
- package/lib/cjs/locale/fa-IR.js +9 -2
- package/lib/cjs/locale/fr-FR.js +9 -2
- package/lib/cjs/locale/id-ID.js +9 -2
- package/lib/cjs/locale/it-IT.js +9 -2
- package/lib/cjs/locale/ja-JP.js +9 -2
- package/lib/cjs/locale/ko-KR.js +9 -2
- package/lib/cjs/locale/pl-PL.js +9 -2
- package/lib/cjs/locale/pt-BR.js +9 -2
- package/lib/cjs/locale/ru-RU.js +9 -2
- package/lib/cjs/locale/sk-SK.js +9 -2
- package/lib/cjs/locale/vi-VN.js +9 -2
- package/lib/cjs/locale/zh-CN.js +9 -2
- package/lib/cjs/locale/zh-HK.js +9 -2
- package/lib/cjs/locale/zh-TW.js +9 -2
- package/lib/es/index.js +764 -618
- package/lib/es/locale/ar-SA.js +9 -2
- package/lib/es/locale/ca-ES.js +9 -2
- package/lib/es/locale/de-DE.js +9 -2
- package/lib/es/locale/en-US.js +9 -2
- package/lib/es/locale/es-ES.js +9 -2
- package/lib/es/locale/fa-IR.js +9 -2
- package/lib/es/locale/fr-FR.js +9 -2
- package/lib/es/locale/id-ID.js +9 -2
- package/lib/es/locale/it-IT.js +9 -2
- package/lib/es/locale/ja-JP.js +9 -2
- package/lib/es/locale/ko-KR.js +9 -2
- package/lib/es/locale/pl-PL.js +9 -2
- package/lib/es/locale/pt-BR.js +9 -2
- package/lib/es/locale/ru-RU.js +9 -2
- package/lib/es/locale/sk-SK.js +9 -2
- package/lib/es/locale/vi-VN.js +9 -2
- package/lib/es/locale/zh-CN.js +9 -2
- package/lib/es/locale/zh-HK.js +9 -2
- package/lib/es/locale/zh-TW.js +9 -2
- package/lib/index.css +95 -8
- package/lib/index.js +764 -618
- package/lib/locale/ar-SA.js +9 -2
- package/lib/locale/ca-ES.js +9 -2
- package/lib/locale/de-DE.js +9 -2
- package/lib/locale/en-US.js +9 -2
- package/lib/locale/es-ES.js +9 -2
- package/lib/locale/fa-IR.js +9 -2
- package/lib/locale/fr-FR.js +9 -2
- package/lib/locale/id-ID.js +9 -2
- package/lib/locale/it-IT.js +9 -2
- package/lib/locale/ja-JP.js +9 -2
- package/lib/locale/ko-KR.js +9 -2
- package/lib/locale/pl-PL.js +9 -2
- package/lib/locale/pt-BR.js +9 -2
- package/lib/locale/ru-RU.js +9 -2
- package/lib/locale/sk-SK.js +9 -2
- package/lib/locale/vi-VN.js +9 -2
- package/lib/locale/zh-CN.js +9 -2
- package/lib/locale/zh-HK.js +9 -2
- package/lib/locale/zh-TW.js +9 -2
- package/lib/types/components/accordion/Accordion.d.ts +1 -1
- package/lib/types/components/accordion/Accordion.stories.d.ts +1 -1
- package/lib/types/components/avatar/Avatar.d.ts +1 -1
- package/lib/types/components/avatar/Avatar.stories.d.ts +3 -3
- package/lib/types/components/badge/Badge.d.ts +1 -1
- package/lib/types/components/badge/Badge.stories.d.ts +1 -1
- package/lib/types/components/button/Button.stories.d.ts +3 -3
- package/lib/types/components/button/ButtonGroup.d.ts +1 -1
- package/lib/types/components/button/ButtonGroup.stories.d.ts +1 -1
- package/lib/types/components/calendar/Calendar.d.ts +1 -1
- package/lib/types/components/calendar/Calendar.stories.d.ts +1 -1
- package/lib/types/components/cascader-list/CascaderList.d.ts +1 -1
- package/lib/types/components/cascader-list/CascaderList.stories.d.ts +1 -1
- package/lib/types/components/checkbox/Checkbox.d.ts +1 -1
- package/lib/types/components/checkbox/Checkbox.stories.d.ts +3 -3
- package/lib/types/components/checkbox-group/CheckboxGroup.d.ts +1 -1
- package/lib/types/components/checkbox-group/CheckboxGroup.stories.d.ts +2 -2
- package/lib/types/components/color-picker/AlphaSlider.d.ts +1 -1
- package/lib/types/components/color-picker/ColorInput.d.ts +1 -1
- package/lib/types/components/color-picker/ColorPicker.d.ts +1 -1
- package/lib/types/components/color-picker/ColorPicker.stories.d.ts +2 -2
- package/lib/types/components/color-picker/ColorPresets.d.ts +1 -1
- package/lib/types/components/color-picker/ColorSpectrum.d.ts +1 -1
- package/lib/types/components/color-picker/HueSlider.d.ts +1 -1
- package/lib/types/components/config-provider/ConfigProvider.d.ts +1 -1
- package/lib/types/components/config-provider/ConfigProvider.stories.d.ts +1 -1
- package/lib/types/components/confirm/Confirm.d.ts +1 -1
- package/lib/types/components/confirm/Confirm.stories.d.ts +1 -1
- package/lib/types/components/date-picker/DatePicker.d.ts +1 -1
- package/lib/types/components/date-picker/DatePicker.stories.d.ts +1 -1
- package/lib/types/components/date-range-picker/DateRangePicker.d.ts +1 -1
- package/lib/types/components/date-range-picker/DateRangePicker.stories.d.ts +1 -1
- package/lib/types/components/dialog/Dialog.d.ts +1 -1
- package/lib/types/components/dialog/Dialog.stories.d.ts +2 -2
- package/lib/types/components/dialog/DialogPrimitive.d.ts +2 -2
- package/lib/types/components/draggable-list/DraggableList.d.ts +1 -1
- package/lib/types/components/draggable-list/DraggableList.stories.d.ts +1 -1
- package/lib/types/components/dropdown/Dropdown.d.ts +1 -1
- package/lib/types/components/dropdown/Dropdown.stories.d.ts +1 -1
- package/lib/types/components/dropdown/PopoverPrimitive.d.ts +4 -4
- package/lib/types/components/dropdown-menu/DropdownMenu.d.ts +8 -2
- package/lib/types/components/dropdown-menu/DropdownMenuPrimitive.d.ts +15 -15
- package/lib/types/components/form-layout/FormLayout.d.ts +2 -2
- package/lib/types/components/form-layout/FormLayout.stories.d.ts +1 -1
- package/lib/types/components/gallery/Gallery.stories.d.ts +1 -1
- package/lib/types/components/gradient-color-picker/GradientColorPicker.d.ts +3 -1
- package/lib/types/components/gradient-color-picker/GradientColorPicker.stories.d.ts +1 -1
- package/lib/types/components/hover-card/HoverCard.d.ts +1 -1
- package/lib/types/components/hover-card/HoverCard.stories.d.ts +1 -1
- package/lib/types/components/input/Input.stories.d.ts +5 -5
- package/lib/types/components/input-number/InputNumber.stories.d.ts +4 -4
- package/lib/types/components/kbd/Kbd.d.ts +1 -1
- package/lib/types/components/kbd/Kbd.stories.d.ts +1 -1
- package/lib/types/components/message/Message.d.ts +1 -1
- package/lib/types/components/message/Message.stories.d.ts +4 -4
- package/lib/types/components/pager/Pager.d.ts +1 -1
- package/lib/types/components/pager/Pager.stories.d.ts +1 -1
- package/lib/types/components/panel/Panel.d.ts +3 -3
- package/lib/types/components/panel/Panel.stories.d.ts +1 -1
- package/lib/types/components/popup/Popup.stories.d.ts +1 -1
- package/lib/types/components/radio/Radio.d.ts +1 -1
- package/lib/types/components/radio/Radio.stories.d.ts +2 -2
- package/lib/types/components/radio-group/RadioGroup.d.ts +1 -1
- package/lib/types/components/radio-group/RadioGroup.stories.d.ts +2 -2
- package/lib/types/components/segmented/Segmented.d.ts +1 -1
- package/lib/types/components/segmented/Segmented.stories.d.ts +1 -1
- package/lib/types/components/select/MultipleSelect.d.ts +1 -1
- package/lib/types/components/select/Select.d.ts +1 -1
- package/lib/types/components/select/Select.stories.d.ts +5 -5
- package/lib/types/components/select-list/SelectList.d.ts +1 -1
- package/lib/types/components/select-list/SelectList.stories.d.ts +1 -1
- package/lib/types/components/separator/Separator.d.ts +1 -1
- package/lib/types/components/switch/Switch.d.ts +1 -1
- package/lib/types/components/time-input/TimeInput.d.ts +1 -1
- package/lib/types/components/toaster/Toaster.d.ts +1 -1
- package/lib/types/components/tooltip/Tooltip.d.ts +1 -1
- package/lib/types/components/tooltip/Tooltip.stories.d.ts +1 -1
- package/lib/types/components/tree/Tree.d.ts +1 -1
- package/lib/types/components/tree/Tree.stories.d.ts +1 -1
- package/lib/types/components/virtual-list/VirtualList.d.ts +2 -1
- package/lib/types/helper/class-utilities.d.ts +1 -0
- package/lib/types/index.d.ts +71 -35
- package/lib/types/locale/en-US.d.ts +7 -0
- package/lib/umd/index.js +15 -81
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +11 -11
package/lib/locale/ar-SA.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"أكتوبر",
|
|
30
30
|
"نوفمبر",
|
|
31
31
|
"ديسمبر"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "الشهر السابق",
|
|
35
|
+
nextMonth: "الشهر التالي",
|
|
36
|
+
selectYear: "اختر السنة",
|
|
37
|
+
selectMonth: "اختر الشهر"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "لا شيء" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "إزاحة",
|
|
46
52
|
angle: "زاوية",
|
|
47
53
|
flip: "قلب",
|
|
48
|
-
delete: "حذف"
|
|
54
|
+
delete: "حذف",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"octubre",
|
|
30
30
|
"novembre",
|
|
31
31
|
"desembre"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Mes anterior",
|
|
35
|
+
nextMonth: "Mes següent",
|
|
36
|
+
selectYear: "Selecciona l'any",
|
|
37
|
+
selectMonth: "Selecciona el mes"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Cap" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Desplaçament",
|
|
46
52
|
angle: "Angle",
|
|
47
53
|
flip: "Girar",
|
|
48
|
-
delete: "Eliminar"
|
|
54
|
+
delete: "Eliminar",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/de-DE.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Okt",
|
|
30
30
|
"Nov",
|
|
31
31
|
"Dez"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Vorheriger Monat",
|
|
35
|
+
nextMonth: "Nächster Monat",
|
|
36
|
+
selectYear: "Jahr auswählen",
|
|
37
|
+
selectMonth: "Monat auswählen"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Keine" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Versatz",
|
|
46
52
|
angle: "Winkel",
|
|
47
53
|
flip: "Umkehren",
|
|
48
|
-
delete: "Löschen"
|
|
54
|
+
delete: "Löschen",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/en-US.js
CHANGED
|
@@ -44,7 +44,13 @@ const locale = { design: {
|
|
|
44
44
|
"Oct",
|
|
45
45
|
"Nov",
|
|
46
46
|
"Dec"
|
|
47
|
-
]
|
|
47
|
+
],
|
|
48
|
+
ariaLabels: {
|
|
49
|
+
previousMonth: "Previous month",
|
|
50
|
+
nextMonth: "Next month",
|
|
51
|
+
selectYear: "Select year",
|
|
52
|
+
selectMonth: "Select month"
|
|
53
|
+
}
|
|
48
54
|
},
|
|
49
55
|
Select: { empty: "None" },
|
|
50
56
|
ColorPicker: {
|
|
@@ -60,7 +66,8 @@ const locale = { design: {
|
|
|
60
66
|
offset: "Offset",
|
|
61
67
|
angle: "Angle",
|
|
62
68
|
flip: "Flip",
|
|
63
|
-
delete: "Delete"
|
|
69
|
+
delete: "Delete",
|
|
70
|
+
transparency: "Transparency"
|
|
64
71
|
}
|
|
65
72
|
} };
|
|
66
73
|
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Octubre",
|
|
30
30
|
"Novembre",
|
|
31
31
|
"Desembre"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Mes anterior",
|
|
35
|
+
nextMonth: "Mes siguiente",
|
|
36
|
+
selectYear: "Seleccionar año",
|
|
37
|
+
selectMonth: "Seleccionar mes"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Cap" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Desplaçament",
|
|
46
52
|
angle: "Angle",
|
|
47
53
|
flip: "Girar",
|
|
48
|
-
delete: "Eliminar"
|
|
54
|
+
delete: "Eliminar",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"دی",
|
|
30
30
|
"بهمن",
|
|
31
31
|
"اسفند"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "ماه قبل",
|
|
35
|
+
nextMonth: "ماه بعد",
|
|
36
|
+
selectYear: "انتخاب سال",
|
|
37
|
+
selectMonth: "انتخاب ماه"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "هیچکدام" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "افست",
|
|
46
52
|
angle: "زاویه",
|
|
47
53
|
flip: "برگردان",
|
|
48
|
-
delete: "حذف"
|
|
54
|
+
delete: "حذف",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Octobre",
|
|
30
30
|
"Novembre",
|
|
31
31
|
"Décembre"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Mois précédent",
|
|
35
|
+
nextMonth: "Mois suivant",
|
|
36
|
+
selectYear: "Sélectionner l'année",
|
|
37
|
+
selectMonth: "Sélectionner le mois"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Aucun" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Décalage",
|
|
46
52
|
angle: "Angle",
|
|
47
53
|
flip: "Retourner",
|
|
48
|
-
delete: "Supprimer"
|
|
54
|
+
delete: "Supprimer",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Okt",
|
|
30
30
|
"Nov",
|
|
31
31
|
"Des"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Bulan sebelumnya",
|
|
35
|
+
nextMonth: "Bulan berikutnya",
|
|
36
|
+
selectYear: "Pilih tahun",
|
|
37
|
+
selectMonth: "Pilih bulan"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Tidak ada" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Offset",
|
|
46
52
|
angle: "Sudut",
|
|
47
53
|
flip: "Balik",
|
|
48
|
-
delete: "Hapus"
|
|
54
|
+
delete: "Hapus",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/it-IT.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Ott",
|
|
30
30
|
"Nov",
|
|
31
31
|
"Dic"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Mese precedente",
|
|
35
|
+
nextMonth: "Mese successivo",
|
|
36
|
+
selectYear: "Seleziona anno",
|
|
37
|
+
selectMonth: "Seleziona mese"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Nessuno" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Offset",
|
|
46
52
|
angle: "Angolo",
|
|
47
53
|
flip: "Capovolgi",
|
|
48
|
-
delete: "Elimina"
|
|
54
|
+
delete: "Elimina",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"10月",
|
|
30
30
|
"11月",
|
|
31
31
|
"12月"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "前の月",
|
|
35
|
+
nextMonth: "次の月",
|
|
36
|
+
selectYear: "年を選択",
|
|
37
|
+
selectMonth: "月を選択"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "該当なし" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "オフセット",
|
|
46
52
|
angle: "角度",
|
|
47
53
|
flip: "反転",
|
|
48
|
-
delete: "削除"
|
|
54
|
+
delete: "削除",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"10월",
|
|
30
30
|
"11월",
|
|
31
31
|
"12월"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "이전 달",
|
|
35
|
+
nextMonth: "다음 달",
|
|
36
|
+
selectYear: "연도 선택",
|
|
37
|
+
selectMonth: "월 선택"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "없음" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "오프셋",
|
|
46
52
|
angle: "각도",
|
|
47
53
|
flip: "뒤집기",
|
|
48
|
-
delete: "삭제"
|
|
54
|
+
delete: "삭제",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/pl-PL.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"paź",
|
|
30
30
|
"lis",
|
|
31
31
|
"gru"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Poprzedni miesiąc",
|
|
35
|
+
nextMonth: "Następny miesiąc",
|
|
36
|
+
selectYear: "Wybierz rok",
|
|
37
|
+
selectMonth: "Wybierz miesiąc"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Brak" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Przesunięcie",
|
|
46
52
|
angle: "Kąt",
|
|
47
53
|
flip: "Obrót",
|
|
48
|
-
delete: "Usuń"
|
|
54
|
+
delete: "Usuń",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Out",
|
|
30
30
|
"Nov",
|
|
31
31
|
"Dez"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Mês anterior",
|
|
35
|
+
nextMonth: "Próximo mês",
|
|
36
|
+
selectYear: "Selecionar ano",
|
|
37
|
+
selectMonth: "Selecionar mês"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Nenhum" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Deslocamento",
|
|
46
52
|
angle: "Ângulo",
|
|
47
53
|
flip: "Inverter",
|
|
48
|
-
delete: "Excluir"
|
|
54
|
+
delete: "Excluir",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -30,7 +30,13 @@ const locale = { design: {
|
|
|
30
30
|
"Октябрь",
|
|
31
31
|
"Ноябрь",
|
|
32
32
|
"Декабрь"
|
|
33
|
-
]
|
|
33
|
+
],
|
|
34
|
+
ariaLabels: {
|
|
35
|
+
previousMonth: "Предыдущий месяц",
|
|
36
|
+
nextMonth: "Следующий месяц",
|
|
37
|
+
selectYear: "Выбрать год",
|
|
38
|
+
selectMonth: "Выбрать месяц"
|
|
39
|
+
}
|
|
34
40
|
},
|
|
35
41
|
ColorPicker: {
|
|
36
42
|
more: "Больше цветов",
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "смещение",
|
|
46
52
|
angle: "угол",
|
|
47
53
|
flip: "перевернуть",
|
|
48
|
-
delete: "удалить"
|
|
54
|
+
delete: "удалить",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Okt",
|
|
30
30
|
"Nov",
|
|
31
31
|
"Dec"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Predchádzajúci mesiac",
|
|
35
|
+
nextMonth: "Nasledujúci mesiac",
|
|
36
|
+
selectYear: "Vybrať rok",
|
|
37
|
+
selectMonth: "Vybrať mesiac"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Žiadne" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Posun",
|
|
46
52
|
angle: "Uhol",
|
|
47
53
|
flip: "Prevrátiť",
|
|
48
|
-
delete: "Odstrániť"
|
|
54
|
+
delete: "Odstrániť",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"Tháng 10",
|
|
30
30
|
"Tháng 11",
|
|
31
31
|
"Tháng 12"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "Tháng trước",
|
|
35
|
+
nextMonth: "Tháng sau",
|
|
36
|
+
selectYear: "Chọn năm",
|
|
37
|
+
selectMonth: "Chọn tháng"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "Không có" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "Độ lệch",
|
|
46
52
|
angle: "Góc",
|
|
47
53
|
flip: "Lật",
|
|
48
|
-
delete: "Xóa"
|
|
54
|
+
delete: "Xóa",
|
|
55
|
+
transparency: "Transparency"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"十月",
|
|
30
30
|
"十一月",
|
|
31
31
|
"十二月"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "上个月",
|
|
35
|
+
nextMonth: "下个月",
|
|
36
|
+
selectYear: "选择年份",
|
|
37
|
+
selectMonth: "选择月份"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "无" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "偏移",
|
|
46
52
|
angle: "角度",
|
|
47
53
|
flip: "翻转",
|
|
48
|
-
delete: "删除"
|
|
54
|
+
delete: "删除",
|
|
55
|
+
transparency: "透明度"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"十月",
|
|
30
30
|
"十一月",
|
|
31
31
|
"十二月"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "上一個月",
|
|
35
|
+
nextMonth: "下一個月",
|
|
36
|
+
selectYear: "選擇年份",
|
|
37
|
+
selectMonth: "選擇月份"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "無" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "偏移",
|
|
46
52
|
angle: "角度",
|
|
47
53
|
flip: "翻轉",
|
|
48
|
-
delete: "刪除"
|
|
54
|
+
delete: "刪除",
|
|
55
|
+
transparency: "透明度"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -29,7 +29,13 @@ const locale = { design: {
|
|
|
29
29
|
"十月",
|
|
30
30
|
"十一月",
|
|
31
31
|
"十二月"
|
|
32
|
-
]
|
|
32
|
+
],
|
|
33
|
+
ariaLabels: {
|
|
34
|
+
previousMonth: "上一個月",
|
|
35
|
+
nextMonth: "下一個月",
|
|
36
|
+
selectYear: "選擇年份",
|
|
37
|
+
selectMonth: "選擇月份"
|
|
38
|
+
}
|
|
33
39
|
},
|
|
34
40
|
Select: { empty: "無" },
|
|
35
41
|
ColorPicker: {
|
|
@@ -45,7 +51,8 @@ const locale = { design: {
|
|
|
45
51
|
offset: "偏移",
|
|
46
52
|
angle: "角度",
|
|
47
53
|
flip: "翻轉",
|
|
48
|
-
delete: "刪除"
|
|
54
|
+
delete: "刪除",
|
|
55
|
+
transparency: "透明度"
|
|
49
56
|
}
|
|
50
57
|
} };
|
|
51
58
|
|
|
@@ -22,5 +22,5 @@ export interface IAccordionProps {
|
|
|
22
22
|
className?: string;
|
|
23
23
|
items: IAccordionItem[];
|
|
24
24
|
}
|
|
25
|
-
export declare function Accordion(props: IAccordionProps): import("react
|
|
25
|
+
export declare function Accordion(props: IAccordionProps): import("react").JSX.Element;
|
|
26
26
|
export {};
|
|
@@ -49,5 +49,5 @@ export interface IAvatarProps extends Omit<VariantProps<typeof avatarVariants>,
|
|
|
49
49
|
/**
|
|
50
50
|
* Avatar Component
|
|
51
51
|
*/
|
|
52
|
-
export declare function Avatar(props: IAvatarProps): import("react
|
|
52
|
+
export declare function Avatar(props: IAvatarProps): import("react").JSX.Element;
|
|
53
53
|
export {};
|
|
@@ -18,11 +18,11 @@ import { Avatar } from './Avatar';
|
|
|
18
18
|
declare const meta: Meta<typeof Avatar>;
|
|
19
19
|
export default meta;
|
|
20
20
|
export declare const AvatarShape: {
|
|
21
|
-
render(): import("react
|
|
21
|
+
render(): import("react").JSX.Element;
|
|
22
22
|
};
|
|
23
23
|
export declare const AvatarSize: {
|
|
24
|
-
render(): import("react
|
|
24
|
+
render(): import("react").JSX.Element;
|
|
25
25
|
};
|
|
26
26
|
export declare const AvatarSrc: {
|
|
27
|
-
render(): import("react
|
|
27
|
+
render(): import("react").JSX.Element;
|
|
28
28
|
};
|
|
@@ -18,11 +18,11 @@ import { Button } from './Button';
|
|
|
18
18
|
declare const meta: Meta<typeof Button>;
|
|
19
19
|
export default meta;
|
|
20
20
|
export declare const ButtonType: {
|
|
21
|
-
render(): import("react
|
|
21
|
+
render(): import("react").JSX.Element;
|
|
22
22
|
};
|
|
23
23
|
export declare const ButtonSize: {
|
|
24
|
-
render(): import("react
|
|
24
|
+
render(): import("react").JSX.Element;
|
|
25
25
|
};
|
|
26
26
|
export declare const ButtonDisabled: {
|
|
27
|
-
render(): import("react
|
|
27
|
+
render(): import("react").JSX.Element;
|
|
28
28
|
};
|
|
@@ -20,4 +20,4 @@ export interface IButtonGroupProps {
|
|
|
20
20
|
orientation?: 'horizontal' | 'vertical';
|
|
21
21
|
children: ReactElement<IButtonProps>[];
|
|
22
22
|
}
|
|
23
|
-
export declare const ButtonGroup: ({ className, orientation, children, }: IButtonGroupProps) => import("react
|
|
23
|
+
export declare const ButtonGroup: ({ className, orientation, children, }: IButtonGroupProps) => import("react").JSX.Element;
|
|
@@ -21,5 +21,5 @@ interface ICalendarProps {
|
|
|
21
21
|
value?: Date;
|
|
22
22
|
onValueChange?: (date: Date) => void;
|
|
23
23
|
}
|
|
24
|
-
export declare function Calendar(props: ICalendarProps): import("react
|
|
24
|
+
export declare function Calendar(props: ICalendarProps): import("react").JSX.Element;
|
|
25
25
|
export {};
|
|
@@ -42,4 +42,4 @@ export interface ICascaderListProps {
|
|
|
42
42
|
*/
|
|
43
43
|
wrapperClassName?: string;
|
|
44
44
|
}
|
|
45
|
-
export declare function CascaderList(props: ICascaderListProps): import("react
|
|
45
|
+
export declare function CascaderList(props: ICascaderListProps): import("react").JSX.Element;
|
|
@@ -18,11 +18,11 @@ import { Checkbox } from './Checkbox';
|
|
|
18
18
|
declare const meta: Meta<typeof Checkbox>;
|
|
19
19
|
export default meta;
|
|
20
20
|
export declare const CheckboxBasic: {
|
|
21
|
-
render(): import("react
|
|
21
|
+
render(): import("react").JSX.Element;
|
|
22
22
|
};
|
|
23
23
|
export declare const CheckboxDisabled: {
|
|
24
|
-
render(): import("react
|
|
24
|
+
render(): import("react").JSX.Element;
|
|
25
25
|
};
|
|
26
26
|
export declare const CheckboxIndeterminate: {
|
|
27
|
-
render(): import("react
|
|
27
|
+
render(): import("react").JSX.Element;
|
|
28
28
|
};
|
|
@@ -46,4 +46,4 @@ export interface ICheckboxGroupProps {
|
|
|
46
46
|
/**
|
|
47
47
|
* CheckboxGroup Component
|
|
48
48
|
*/
|
|
49
|
-
export declare function CheckboxGroup(props: ICheckboxGroupProps): import("react
|
|
49
|
+
export declare function CheckboxGroup(props: ICheckboxGroupProps): import("react").JSX.Element;
|
|
@@ -18,8 +18,8 @@ import { CheckboxGroup } from './CheckboxGroup';
|
|
|
18
18
|
declare const meta: Meta<typeof CheckboxGroup>;
|
|
19
19
|
export default meta;
|
|
20
20
|
export declare const Playground: {
|
|
21
|
-
render(): import("react
|
|
21
|
+
render(): import("react").JSX.Element;
|
|
22
22
|
};
|
|
23
23
|
export declare const CheckboxGroupVertical: {
|
|
24
|
-
render(): import("react
|
|
24
|
+
render(): import("react").JSX.Element;
|
|
25
25
|
};
|
|
@@ -19,5 +19,5 @@ interface IAlphaSliderProps {
|
|
|
19
19
|
onChange: (alpha: number) => void;
|
|
20
20
|
onChanged?: (alpha: number) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare function AlphaSlider({ hsv, alpha, onChange, onChanged }: IAlphaSliderProps): import("react
|
|
22
|
+
export declare function AlphaSlider({ hsv, alpha, onChange, onChanged }: IAlphaSliderProps): import("react").JSX.Element;
|
|
23
23
|
export {};
|
|
@@ -19,5 +19,5 @@ interface IColorInputProps {
|
|
|
19
19
|
format: 'hex' | 'rgba';
|
|
20
20
|
onChange: (h: number, s: number, v: number, a?: number) => void;
|
|
21
21
|
}
|
|
22
|
-
export declare function ColorInput({ hsv, alpha, format, onChange }: IColorInputProps): import("react
|
|
22
|
+
export declare function ColorInput({ hsv, alpha, format, onChange }: IColorInputProps): import("react").JSX.Element;
|
|
23
23
|
export {};
|