@canlooks/can-ui 0.0.43 → 0.0.45

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.
@@ -30,19 +30,20 @@ export default function Index() {
30
30
 
31
31
  ## SegmentedProps
32
32
 
33
- | 属性 | 类型 | 默认值 | 说明 |
34
- |--------------|------------------------------------------------------------------------|--------------|----------------------|
35
- | options | [SegmentedOptionProps](#SegmentedOptionProps)[] | - | |
36
- | orientation | 'horizontal' \| 'vertical' | 'horizontal' | |
37
- | size | 'small' \| 'medium' \| 'large' | 'medium' | |
38
- | labelKey | string | 'label' | `option`中用做`label`的键 |
39
- | primaryKey | string | 'value' | `option`中用做主键的键 |
40
- | fullWidth | boolean | false | 是否占满整行 |
41
- | defaultValue | | - | |
42
- | value | | - | |
43
- | onChange | (value) => void | - | |
44
- | readOnly | boolean | false | |
45
- | disabled | boolean | false | |
33
+ | 属性 | 类型 | 默认值 | 说明 |
34
+ |----------------|------------------------------------------------------------------------|--------------------|----------------------|
35
+ | options | [SegmentedOptionProps](#SegmentedOptionProps)[] | - | |
36
+ | orientation | 'horizontal' \| 'vertical' | 'horizontal' | |
37
+ | size | 'small' \| 'medium' \| 'large' | 'medium' | |
38
+ | labelKey | string | 'label' | `option`中用做`label`的键 |
39
+ | primaryKey | string | 'value' | `option`中用做主键的键 |
40
+ | fullWidth | boolean | false | 是否占满整行 |
41
+ | indicatorColor | string | background.content | 指示器的颜色 |
42
+ | defaultValue | | - | |
43
+ | value | | - | |
44
+ | onChange | (value) => void | - | |
45
+ | readOnly | boolean | false | |
46
+ | disabled | boolean | false | |
46
47
 
47
48
  ## SegmentedOptionProps
48
49
 
@@ -5,7 +5,7 @@
5
5
  <link rel="shortcut icon" href="/logo.png">
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
7
  <title>Canlooks UI</title>
8
- <script type="module" crossorigin src="/assets/index-DXo4Z-bc.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-Dqm5gD_7.js"></script>
9
9
  </head>
10
10
  <body>
11
11
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",