clickgo 5.3.0 → 5.5.0

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.
Binary file
@@ -169,6 +169,12 @@ row 之间的间距,默认 0。
169
169
 
170
170
  cell 之间的间距,默认 0。
171
171
 
172
+ #### stripe
173
+
174
+ `boolean` | `string`
175
+
176
+ 是否显示条纹,默认 `false`。
177
+
172
178
  ### 样式
173
179
 
174
180
  使用 flex 布局,子元素按指定方向排列。支持自适应和固定宽度的子元素混合使用。
@@ -199,6 +205,12 @@ cell 之间的间距,默认 0。
199
205
 
200
206
  cell 之间的间距,默认 0。
201
207
 
208
+ #### stripe
209
+
210
+ `boolean` | `string`
211
+
212
+ 是否显示条纹,默认 `false`。
213
+
202
214
  ### 事件
203
215
 
204
216
  #### direction
@@ -599,6 +611,12 @@ cell 之间的间距,默认 0。
599
611
 
600
612
  按钮类型,默认 `default`。
601
613
 
614
+ #### pointer
615
+
616
+ `boolean` | `string`
617
+
618
+ 是否启用指针效果,默认 false。
619
+
602
620
  #### area
603
621
 
604
622
  `'all'` | `'mark'` | `'split'`
@@ -623,18 +641,27 @@ cell 之间的间距,默认 0。
623
641
 
624
642
  间距,默认 0。
625
643
 
644
+ ### 插槽
645
+
646
+ #### pop
647
+
648
+ 下拉菜单插槽。
649
+
626
650
  ### 样式
627
651
 
628
- 使用 flex 布局,内容居中显示。按钮具有圆角边框,支持多种类型(default/tool/primary/info/warning/danger)对应不同的配色方案。
652
+ 按钮采用 flex 布局,内容水平居中对齐。支持多种类型(default/tool/primary/info/warning/danger),每种类型有对应的颜色主题,包括背景色、边框色和文字色。
629
653
 
630
- 按钮支持朴素模式(无背景色)和选中状态。支持三种尺寸(m/l/xl)和水平尺寸模式。split 模式下可显示下拉箭头。
654
+ 支持朴素模式(plain),此时按钮无背景色,仅显示边框和文字。选中状态(checked)会改变按钮的外观以表示激活。
631
655
 
632
- 具有焦点轮廓、悬停高亮和激活按下等交互状态。禁用时呈现灰色并禁止点击。
656
+ 按钮有三种尺寸(m/l/xl),以及水平尺寸模式(sizeh)。area 属性控制点击区域,支持 all(全区域)、mark(标记)和 split(分割)模式。gutter 属性设置内部元素间距。
657
+
658
+ 交互方面,按钮支持键盘导航(Enter 和空格键),有焦点轮廓、悬停高亮和按下激活效果。禁用状态下按钮变灰并不可点击。pointer 模式下鼠标悬停时显示指针光标效果。
633
659
 
634
660
  ### 示例
635
661
 
636
662
  ```xml
637
663
  <button type="primary" @click="onClick">Primary Button</button>
664
+ <button type="danger" plain>Plain Danger</button>
638
665
  ```
639
666
 
640
667
  ## calendar
@@ -798,6 +825,12 @@ cell 之间的间距,默认 0。
798
825
 
799
826
  是否禁用控件,默认 false。
800
827
 
828
+ #### name
829
+
830
+ `string`
831
+
832
+ 控件名称,会在事件中进行返回,默认空字符串。
833
+
801
834
  #### modelValue
802
835
 
803
836
  `boolean` | `string`
@@ -1410,6 +1443,12 @@ cell 之间的间距,默认 0。
1410
1443
 
1411
1444
  是否朴素模式,默认 false。
1412
1445
 
1446
+ #### stripe
1447
+
1448
+ `boolean` | `string`
1449
+
1450
+ 是否显示条纹,默认 `false`。
1451
+
1413
1452
  #### collapse
1414
1453
 
1415
1454
  `boolean` | `string`
@@ -1446,6 +1485,14 @@ cell 之间的间距,默认 0。
1446
1485
 
1447
1486
  描述列表单元格组件,用于显示描述内容。
1448
1487
 
1488
+ ### 参数
1489
+
1490
+ #### stripe
1491
+
1492
+ `boolean` | `string`
1493
+
1494
+ 是否显示条纹,默认 `false`。
1495
+
1449
1496
  ### 样式
1450
1497
 
1451
1498
  作为 `desc-row` 的子组件,显示描述内容。使用表格单元格布局。
@@ -1480,6 +1527,14 @@ cell 之间的间距,默认 0。
1480
1527
 
1481
1528
  描述列表行组件。
1482
1529
 
1530
+ ### 参数
1531
+
1532
+ #### stripe
1533
+
1534
+ `boolean` | `string`
1535
+
1536
+ 是否显示条纹,默认 `false`。
1537
+
1483
1538
  ### 样式
1484
1539
 
1485
1540
  作为 `desc` 的子组件,包含 `desc-head` 和 `desc-cell`。使用表格行布局,控制子单元格的排列。
@@ -1829,6 +1884,12 @@ ECharts 配置选项。
1829
1884
 
1830
1885
  内容间距。
1831
1886
 
1887
+ #### stripe
1888
+
1889
+ `boolean` | `string`
1890
+
1891
+ 是否显示条纹,默认 `false`。
1892
+
1832
1893
  #### scrollLeft
1833
1894
 
1834
1895
  `number` | `string`
@@ -2634,6 +2695,12 @@ ECharts 配置选项。
2634
2695
 
2635
2696
  自定义色相值。
2636
2697
 
2698
+ #### stripe
2699
+
2700
+ `boolean` | `string`
2701
+
2702
+ 是否显示条纹,默认 `false`。
2703
+
2637
2704
  ### 样式
2638
2705
 
2639
2706
  使用 flex 布局,包含标题区域和内容区域。分组具有圆角边框和背景色。
@@ -6771,6 +6838,12 @@ TUMS 监控组件。
6771
6838
 
6772
6839
  尺寸配置。
6773
6840
 
6841
+ #### stripe
6842
+
6843
+ `boolean` | `string`
6844
+
6845
+ 是否显示条纹,默认 `false`。
6846
+
6774
6847
  ### 事件
6775
6848
 
6776
6849
  #### gesture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "5.3.0",
3
+ "version": "5.5.0",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "type": "module",
6
6
  "keywords": [