You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| locale | The calendar's locale | object |[default](https://github.com/vueComponent/ant-design-vue/blob/next/components/date-picker/locale/example.json)||
34
+
| locale | The calendar's locale | object |[default](https://github.com/vueComponent/ant-design-vue/blob/main/components/date-picker/locale/example.json)||
35
35
| mode | The display mode of the calendar |`month`\|`year`|`month`||
36
36
| monthCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will be appended to the cell | v-slot:monthCellRender="{current: dayjs}" | - ||
37
37
| monthFullCellRender | Customize the display of the month cell by setting a scoped slot, the returned content will override the cell | v-slot:monthFullCellRender="{current: dayjs}" | - ||
Copy file name to clipboardExpand all lines: components/carousel/index.en-US.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,4 @@ A carousel component. Scales with its container.
34
34
| next() | Change current slide to next slide ||
35
35
| prev() | Change current slide to previous slide ||
36
36
37
-
For more info on the props, refer to the [carousel props](https://github.com/vueComponent/ant-design-vue/blob/next/components/carousel/index.tsx)
37
+
For more info on the props, refer to the [carousel props](https://github.com/vueComponent/ant-design-vue/blob/main/components/carousel/index.tsx)
| format | Color format | 'HEXA' \|'RGBA' \|'HSVA' \|'HSLA' \|'CMYK' | 'HEXA' |
10
10
| getPopupContainer | to set the container of the floating layer, while the default is to create a div element in body | Function(triggerNode) | () => document.body |
Copy file name to clipboardExpand all lines: components/date-picker/index.en-US.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ There are five kinds of picker:
26
26
27
27
The default locale is en-US, if you need to use other languages, recommend to use internationalized components provided by us at the entrance. Look at: [ConfigProvider](/components/config-provider/).
28
28
29
-
If there are special needs (only modifying single component language), Please use the property: local. Example: [default](https://github.com/vueComponent/ant-design-vue/blob/next/components/date-picker/locale/example.json).
29
+
If there are special needs (only modifying single component language), Please use the property: local. Example: [default](https://github.com/vueComponent/ant-design-vue/blob/main/components/date-picker/locale/example.json).
30
30
31
31
```html
32
32
<template>
@@ -86,7 +86,7 @@ The following APIs are shared by DatePicker, RangePicker.
86
86
| dropdownClassName | To customize the className of the popup calendar | string | - ||
87
87
| getPopupContainer | To set the container of the floating layer, while the default is to create a `div` element in `body`| function(trigger) | - ||
88
88
| inputReadOnly | Set the `readonly` attribute of the input tag (avoids virtual keyboard on touch devices) | boolean | false ||
`name` prop support nest data structure. Customize validate message template with `validateMessages` or `message`. Ref [here](https://github.com/vueComponent/ant-design-vue/blob/next/components/form/utils/messages.ts) about message template.
15
+
`name` prop support nest data structure. Customize validate message template with `validateMessages` or `message`. Ref [here](https://github.com/vueComponent/ant-design-vue/blob/main/components/form/utils/messages.ts) about message template.
Copy file name to clipboardExpand all lines: site/src/vueDocs/customize-theme.en-US.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Ant Design allows you to customize some basic design aspects in order to meet th
10
10
11
11
We are using [Less](http://lesscss.org/) as the development language for styling. A set of less variables are defined for each design aspect that can be customized to your needs.
12
12
13
-
There are some major variables below, all less variables could be found in [Default Variables](https://github.com/vueComponent/ant-design-vue/blob/next/components/style/themes/default.less).
13
+
There are some major variables below, all less variables could be found in [Default Variables](https://github.com/vueComponent/ant-design-vue/blob/main/components/style/themes/default.less).
14
14
15
15
```less
16
16
@primary-color: #1890ff; // primary color for all components
0 commit comments