Skip to content

Commit e716eb6

Browse files
committed
1 parent e61d4ab commit e716eb6

File tree

4 files changed

+44
-6
lines changed

4 files changed

+44
-6
lines changed

en/option/component/calendar.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ calendar: [{
271271
defaultColor = "#000"
272272
) }}
273273

274+
{{ use: partial-silent(
275+
prefix = "##",
276+
version = "5.6.0"
277+
) }}
278+
274279
## monthLabel(Object)
275280

276281
Month label in calendar coordinates.
@@ -392,6 +397,11 @@ formatter: function (param) {
392397
defaultColor = "#000"
393398
) }}
394399

400+
{{ use: partial-silent(
401+
prefix = "##",
402+
version = "5.6.0"
403+
) }}
404+
395405
## yearLabel(Object)
396406

397407
Year label in calendar coordinates.
@@ -460,8 +470,11 @@ formatter: function (param) {
460470
) }}
461471

462472
{{ use: partial-silent(
463-
prefix = "#",
464-
defaultFontWeight = "bolder",
465-
defaultFontSize = "20"
473+
prefix = "##",
474+
version = "5.6.0"
475+
) }}
476+
477+
{{ use: partial-silent(
478+
prefix = "#"
466479
) }}
467480

en/option/partial/silent.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55

66
<ExampleUIControlBoolean />
77

8+
{{ if: ${version} }}
9+
{{ use: partial-version(
10+
version = ${version}
11+
) }}
12+
{{ /if }}
13+
814
Whether to ignore mouse events. Default value is false, for triggering and responding to mouse events.
915

zh/option/component/calendar.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ calendar: [{
321321
defaultColor = "#000"
322322
) }}
323323

324+
{{ use: partial-silent(
325+
prefix = "##",
326+
version = "5.6.0"
327+
) }}
328+
324329
## monthLabel(Object)
325330

326331
设置日历坐标中 月份轴的样式
@@ -438,6 +443,11 @@ formatter: function (param) {
438443
defaultColor = "#000"
439444
) }}
440445

446+
{{ use: partial-silent(
447+
prefix = "##",
448+
version = "5.6.0"
449+
) }}
450+
441451
## yearLabel(Object)
442452

443453
设置日历坐标中 年的样式
@@ -499,8 +509,11 @@ formatter: function (param) {
499509
) }}
500510

501511
{{ use: partial-silent(
502-
prefix = "#",
503-
defaultFontWeight = "bolder",
504-
defaultFontSize = "20"
512+
prefix = "##",
513+
version = "5.6.0"
514+
) }}
515+
516+
{{ use: partial-silent(
517+
prefix = "#"
505518
) }}
506519

zh/option/partial/silent.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55

66
<ExampleUIControlBoolean />
77

8+
{{ if: ${version} }}
9+
{{ use: partial-version(
10+
version = ${version}
11+
) }}
12+
{{ /if }}
13+
814
图形是否不响应和触发鼠标事件,默认为 false,即响应和触发鼠标事件。
915

0 commit comments

Comments
 (0)