-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #410 from apache/fix-candlestick
Merge fix-candlestick branch into dev
- Loading branch information
Showing
6 changed files
with
53 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
|
||
{{ target: partial-select-disabled }} | ||
|
||
#${prefix} disabled(boolean) | ||
#${prefix} disabled(boolean) = ${defaultValue|default(false)} | ||
|
||
<ExampleUIControlBoolean default="false" /> | ||
<ExampleUIControlBoolean default="${defaultValue|default(false)}" /> | ||
|
||
{{ use: partial-version( | ||
version = "5.3.0" | ||
version = ${version|default('5.3.0')} | ||
) }} | ||
|
||
是否可以被选中。在开启`selectedMode`的时候有效,可以用于关闭部分数据。 | ||
是否可以被选中。在开启 `selectedMode` 的时候有效,可以用于关闭部分数据。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters