oxy-uni-ui 2.1.0 → 2.1.1

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.
Files changed (94) hide show
  1. package/attributes.json +1 -1
  2. package/components/common/abstracts/variable.scss +132 -98
  3. package/components/common/util.ts +25 -0
  4. package/components/composables/useDynamicVirtualScroll.ts +80 -0
  5. package/components/oxy-action-sheet/index.scss +6 -6
  6. package/components/oxy-backtop/index.scss +1 -1
  7. package/components/oxy-badge/index.scss +2 -2
  8. package/components/oxy-button/index.scss +3 -6
  9. package/components/oxy-calendar/index.scss +2 -2
  10. package/components/oxy-calendar/oxy-calendar.vue +3 -3
  11. package/components/oxy-calendar-view/monthPanel/month-panel.vue +72 -37
  12. package/components/oxy-calendar-view/monthPanel/types.ts +43 -1
  13. package/components/oxy-calendar-view/types.ts +1 -1
  14. package/components/oxy-calendar-view/utils.ts +12 -1
  15. package/components/oxy-calendar-view/yearPanel/types.ts +36 -2
  16. package/components/oxy-calendar-view/yearPanel/year-panel.vue +64 -45
  17. package/components/oxy-card/index.scss +4 -4
  18. package/components/oxy-cell/index.scss +1 -1
  19. package/components/oxy-cell-group/index.scss +2 -2
  20. package/components/oxy-checkbox/index.scss +73 -218
  21. package/components/oxy-collapse/index.scss +1 -1
  22. package/components/oxy-collapse-item/index.scss +2 -2
  23. package/components/oxy-corner/index.scss +3 -3
  24. package/components/oxy-count-to/oxy-count-to.vue +3 -3
  25. package/components/oxy-count-to/types.ts +1 -1
  26. package/components/oxy-date-strip-item/index.scss +4 -4
  27. package/components/oxy-datetime-picker/types.ts +1 -1
  28. package/components/oxy-datetime-picker-view/types.ts +2 -2
  29. package/components/oxy-fab/index.scss +1 -5
  30. package/components/oxy-file-list/index.scss +2 -2
  31. package/components/oxy-footer/index.scss +2 -2
  32. package/components/oxy-footer/oxy-footer.vue +2 -3
  33. package/components/oxy-form-item/index.scss +0 -5
  34. package/components/oxy-grid/oxy-grid.vue +1 -1
  35. package/components/oxy-grid-item/index.scss +1 -1
  36. package/components/oxy-guidance/index.scss +2 -2
  37. package/components/oxy-img/index.scss +2 -2
  38. package/components/oxy-img-cropper/index.scss +0 -2
  39. package/components/oxy-img-lazy/index.scss +0 -1
  40. package/components/oxy-index-anchor/index.scss +3 -3
  41. package/components/oxy-input/index.scss +2 -2
  42. package/components/oxy-input-number/index.scss +21 -3
  43. package/components/oxy-input-number/oxy-input-number.vue +9 -1
  44. package/components/oxy-keyboard/index.scss +1 -1
  45. package/components/oxy-link/index.scss +11 -10
  46. package/components/oxy-loading/index.scss +1 -1
  47. package/components/oxy-loadmore/index.scss +1 -1
  48. package/components/oxy-message-box/index.scss +7 -7
  49. package/components/oxy-navbar/index.scss +1 -1
  50. package/components/oxy-navbar/oxy-navbar.vue +2 -3
  51. package/components/oxy-password-input/index.scss +4 -4
  52. package/components/oxy-picker/types.ts +1 -1
  53. package/components/oxy-picker-view/oxy-picker-view.vue +8 -5
  54. package/components/oxy-picker-view/types.ts +2 -2
  55. package/components/oxy-progress/index.scss +2 -2
  56. package/components/oxy-radio/index.scss +8 -4
  57. package/components/oxy-radio-group/index.scss +0 -1
  58. package/components/oxy-rich-text/index.scss +2 -6
  59. package/components/oxy-rich-text/mp-html/mp-html.d.ts +2 -0
  60. package/components/oxy-rich-text/mp-html/mp-html.vue +2 -1
  61. package/components/oxy-rich-text/mp-html/node/node.vue +23 -0
  62. package/components/oxy-rich-text/mp-html/parser.js +6 -6
  63. package/components/oxy-rich-text/oxy-rich-text.vue +23 -0
  64. package/components/oxy-search/index.scss +1 -1
  65. package/components/oxy-segmented/index.scss +4 -8
  66. package/components/oxy-select/index.scss +6 -6
  67. package/components/oxy-sidebar-item/index.scss +20 -11
  68. package/components/oxy-slider/index.scss +4 -5
  69. package/components/oxy-sort-button/index.scss +3 -5
  70. package/components/oxy-splitter-panel/index.scss +8 -8
  71. package/components/oxy-step/index.scss +9 -9
  72. package/components/oxy-swiper-nav/index.scss +2 -2
  73. package/components/oxy-switch/index.scss +3 -3
  74. package/components/oxy-tab/index.scss +8 -2
  75. package/components/oxy-tabbar/index.scss +3 -3
  76. package/components/oxy-tabbar/oxy-tabbar.vue +3 -3
  77. package/components/oxy-table/index.scss +0 -1
  78. package/components/oxy-table-col/index.scss +1 -2
  79. package/components/oxy-tabs/index.scss +3 -3
  80. package/components/oxy-tag/index.scss +4 -4
  81. package/components/oxy-text/index.scss +1 -1
  82. package/components/oxy-textarea/index.scss +2 -6
  83. package/components/oxy-toast/index.scss +1 -1
  84. package/components/oxy-tree/index.scss +31 -11
  85. package/components/oxy-tree/oxy-tree.vue +113 -2
  86. package/components/oxy-tree/types.ts +1 -0
  87. package/components/oxy-upload/index.scss +3 -3
  88. package/components/oxy-video-preview/index.scss +3 -3
  89. package/components/oxy-virtual-scroll/index.scss +1 -1
  90. package/components/oxy-voice-player/index.scss +36 -36
  91. package/components/oxy-watermark/index.scss +1 -1
  92. package/package.json +1 -1
  93. package/tags.json +1 -1
  94. package/web-types.json +1 -1
@@ -4,7 +4,7 @@
4
4
  /* voice-player component variables */
5
5
  $-voice-player-bg: var(--oxy-voice-player-bg, resultColor(135deg, $-color-theme, 'dark' 'light', #4d80f0 #764ba2, 0% 100%)) !default;
6
6
  $-voice-player-bg-dark: var(--oxy-voice-player-bg-dark, linear-gradient(135deg, #1a1a2e 0%, #16213e 100%)) !default;
7
- $-voice-player-radius: var(--oxy-voice-player-radius, 24rpx) !default;
7
+ $-voice-player-radius: var(--oxy-voice-player-radius, $-radius-xl) !default;
8
8
  $-voice-player-shadow: var(--oxy-voice-player-shadow, 0 20rpx 60rpx rgba(0, 0, 0, 0.15)) !default;
9
9
  $-voice-player-playing-shadow: var(--oxy-voice-player-playing-shadow, 0 20rpx 60rpx rgba(102, 126, 234, 0.3)) !default;
10
10
 
@@ -76,7 +76,7 @@ $-voice-player-extra-btn-icon-shadow: var(--oxy-voice-player-extra-btn-icon-shad
76
76
  $-voice-player-extra-btn-favorite-color: var(--oxy-voice-player-extra-btn-favorite-color, #ff4757) !default;
77
77
 
78
78
  $-voice-player-volume-panel-bg: var(--oxy-voice-player-volume-panel-bg, rgba(255, 255, 255, 0.15)) !default;
79
- $-voice-player-volume-panel-radius: var(--oxy-voice-player-volume-panel-radius, 16rpx) !default;
79
+ $-voice-player-volume-panel-radius: var(--oxy-voice-player-volume-panel-radius, $-radius-lg) !default;
80
80
  $-voice-player-volume-panel-shadow: var(--oxy-voice-player-volume-panel-shadow, 0 4rpx 16rpx rgba(0, 0, 0, 0.1)) !default;
81
81
  $-voice-player-volume-track-height: var(--oxy-voice-player-volume-track-height, 3rpx) !default;
82
82
  $-voice-player-volume-track-radius: var(--oxy-voice-player-volume-track-radius, 2rpx) !default;
@@ -207,7 +207,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
207
207
  display: flex;
208
208
  justify-content: center;
209
209
  margin-bottom: 40rpx;
210
- transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
210
+ transition: all 0.4s $-transition-timing-function-base;
211
211
  opacity: 1;
212
212
  transform: translateX(0);
213
213
  max-height: 500rpx;
@@ -237,11 +237,11 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
237
237
  @include e(cover-disc) {
238
238
  width: 100%;
239
239
  height: 100%;
240
- border-radius: 50%;
240
+ border-radius: $-radius-circle;
241
241
  position: relative;
242
242
  overflow: hidden;
243
243
  box-shadow: $-voice-player-cover-shadow;
244
- transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
244
+ transition: all 0.4s $-transition-timing-function-base;
245
245
  transform-origin: center center;
246
246
 
247
247
  @include when(rotating) {
@@ -257,7 +257,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
257
257
  @include e(cover-image) {
258
258
  width: 100%;
259
259
  height: 100%;
260
- border-radius: 50%;
260
+ border-radius: $-radius-circle;
261
261
  display: block;
262
262
  object-fit: cover;
263
263
  }
@@ -269,7 +269,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
269
269
  transform: translate(-50%, -50%);
270
270
  width: $-voice-player-cover-center-size;
271
271
  height: $-voice-player-cover-center-size;
272
- border-radius: 50%;
272
+ border-radius: $-radius-circle;
273
273
  background: $-voice-player-cover-center-bg;
274
274
  box-shadow: $-voice-player-cover-center-shadow;
275
275
  z-index: 2;
@@ -282,7 +282,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
282
282
  transform: translate(-50%, -50%);
283
283
  width: $-voice-player-cover-center-dot-size;
284
284
  height: $-voice-player-cover-center-dot-size;
285
- border-radius: 50%;
285
+ border-radius: $-radius-circle;
286
286
  background: $-voice-player-cover-center-dot-bg;
287
287
  box-shadow: $-voice-player-cover-center-dot-shadow;
288
288
  }
@@ -291,7 +291,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
291
291
  @include e(info) {
292
292
  text-align: center;
293
293
  margin-bottom: 40rpx;
294
- transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
294
+ transition: all 0.4s $-transition-timing-function-base;
295
295
  opacity: 1;
296
296
  transform: translateX(0);
297
297
  max-height: 200rpx;
@@ -311,7 +311,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
311
311
  @include e(song-title) {
312
312
  display: block;
313
313
  font-size: $-voice-player-title-fs;
314
- font-weight: 600;
314
+ font-weight: $-fw-semibold;
315
315
  color: $-voice-player-title-color;
316
316
  margin-bottom: 20rpx;
317
317
  text-shadow: $-voice-player-title-shadow;
@@ -335,7 +335,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
335
335
  @include e(lyrics) {
336
336
  height: $-voice-player-lyric-height;
337
337
  margin-bottom: 32rpx;
338
- transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
338
+ transition: all 0.4s $-transition-timing-function-base;
339
339
  background: transparent;
340
340
  overflow: hidden;
341
341
 
@@ -361,7 +361,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
361
361
  @include when(active) {
362
362
  .oxy-voice-player__lyric-text {
363
363
  font-size: $-voice-player-lyric-active-fs;
364
- font-weight: 600;
364
+ font-weight: $-fw-semibold;
365
365
  color: $-voice-player-lyric-active-color;
366
366
  text-shadow: $-voice-player-lyric-active-shadow;
367
367
  }
@@ -405,14 +405,14 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
405
405
  @include e(current-time) {
406
406
  font-size: $-voice-player-time-fs;
407
407
  color: $-voice-player-time-color;
408
- font-weight: 500;
408
+ font-weight: $-fw-medium;
409
409
  text-shadow: $-voice-player-time-shadow;
410
410
  }
411
411
 
412
412
  @include e(total-time) {
413
413
  font-size: $-voice-player-time-fs;
414
414
  color: $-voice-player-time-color;
415
- font-weight: 500;
415
+ font-weight: $-fw-medium;
416
416
  text-shadow: $-voice-player-time-shadow;
417
417
  }
418
418
 
@@ -466,9 +466,9 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
466
466
  width: $-voice-player-progress-dot-size;
467
467
  height: $-voice-player-progress-dot-size;
468
468
  background: $-voice-player-progress-dot-bg;
469
- border-radius: 50%;
469
+ border-radius: $-radius-circle;
470
470
  box-shadow: $-voice-player-progress-dot-shadow;
471
- transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
471
+ transition: all $-transition-duration-base $-transition-timing-function-base;
472
472
  opacity: 0;
473
473
 
474
474
  @include when(dragging) {
@@ -510,13 +510,13 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
510
510
  @include e(control-btn) {
511
511
  width: $-voice-player-control-btn-size;
512
512
  height: $-voice-player-control-btn-size;
513
- border-radius: 50%;
513
+ border-radius: $-radius-circle;
514
514
  border: none;
515
515
  background: $-voice-player-control-btn-bg;
516
516
  display: flex;
517
517
  align-items: center;
518
518
  justify-content: center;
519
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
519
+ transition: all $-transition-duration-slow $-transition-timing-function-base;
520
520
  box-shadow: $-voice-player-control-btn-shadow;
521
521
 
522
522
  &:active {
@@ -549,13 +549,13 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
549
549
  @include e(extra-btn) {
550
550
  width: $-voice-player-extra-btn-size;
551
551
  height: $-voice-player-extra-btn-size;
552
- border-radius: 50%;
552
+ border-radius: $-radius-circle;
553
553
  border: none;
554
554
  background: $-voice-player-extra-btn-bg;
555
555
  display: flex;
556
556
  align-items: center;
557
557
  justify-content: center;
558
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
558
+ transition: all $-transition-duration-slow $-transition-timing-function-base;
559
559
  box-shadow: $-voice-player-extra-btn-shadow;
560
560
 
561
561
  &:active {
@@ -624,10 +624,10 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
624
624
  width: $-voice-player-volume-dot-size;
625
625
  height: $-voice-player-volume-dot-size;
626
626
  background: $-voice-player-volume-dot-bg;
627
- border-radius: 50%;
627
+ border-radius: $-radius-circle;
628
628
  box-shadow: $-voice-player-volume-dot-shadow;
629
629
  opacity: 0;
630
- transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
630
+ transition: all $-transition-duration-base $-transition-timing-function-base;
631
631
  }
632
632
 
633
633
  @include e(volume-slider) {
@@ -643,7 +643,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
643
643
  @include e(volume-text) {
644
644
  font-size: $-voice-player-volume-text-fs;
645
645
  color: $-voice-player-volume-text-color;
646
- font-weight: 500;
646
+ font-weight: $-fw-medium;
647
647
  min-width: 70rpx;
648
648
  text-align: right;
649
649
  text-shadow: $-voice-player-volume-text-shadow;
@@ -658,7 +658,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
658
658
  box-shadow: $-voice-player-mini-shadow;
659
659
  min-width: 0;
660
660
  overflow: hidden;
661
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
661
+ transition: all $-transition-duration-slow $-transition-timing-function-base;
662
662
  }
663
663
 
664
664
  @include e(mini-cover) {
@@ -673,11 +673,11 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
673
673
  @include e(mini-cover-disc) {
674
674
  width: $-voice-player-mini-cover-size;
675
675
  height: $-voice-player-mini-cover-size;
676
- border-radius: 50%;
676
+ border-radius: $-radius-circle;
677
677
  position: relative;
678
678
  overflow: hidden;
679
679
  box-shadow: $-voice-player-mini-cover-shadow;
680
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
680
+ transition: all $-transition-duration-slow $-transition-timing-function-base;
681
681
 
682
682
  @include when(rotating) {
683
683
  animation: rotateDisc 20s linear infinite;
@@ -691,7 +691,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
691
691
  @include e(mini-cover-image) {
692
692
  width: $-voice-player-mini-cover-size;
693
693
  height: $-voice-player-mini-cover-size;
694
- border-radius: 50%;
694
+ border-radius: $-radius-circle;
695
695
  display: block;
696
696
  object-fit: cover;
697
697
  }
@@ -703,7 +703,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
703
703
  transform: translate(-50%, -50%);
704
704
  width: $-voice-player-mini-cover-center-size;
705
705
  height: $-voice-player-mini-cover-center-size;
706
- border-radius: 50%;
706
+ border-radius: $-radius-circle;
707
707
  background: $-voice-player-mini-cover-center-bg;
708
708
  box-shadow: $-voice-player-mini-cover-center-shadow;
709
709
  z-index: 2;
@@ -716,7 +716,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
716
716
  transform: translate(-50%, -50%);
717
717
  width: $-voice-player-mini-cover-center-dot-size;
718
718
  height: $-voice-player-mini-cover-center-dot-size;
719
- border-radius: 50%;
719
+ border-radius: $-radius-circle;
720
720
  background: $-voice-player-cover-center-dot-bg;
721
721
  box-shadow: $-voice-player-mini-cover-center-dot-shadow;
722
722
  }
@@ -732,7 +732,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
732
732
  @include e(mini-title) {
733
733
  display: block;
734
734
  font-size: $-voice-player-mini-title-fs;
735
- font-weight: 600;
735
+ font-weight: $-fw-semibold;
736
736
  color: $-voice-player-mini-title-color;
737
737
  margin-bottom: 8rpx;
738
738
  overflow: hidden;
@@ -759,13 +759,13 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
759
759
  @include e(mini-control-btn) {
760
760
  width: $-voice-player-mini-control-btn-size;
761
761
  height: $-voice-player-mini-control-btn-size;
762
- border-radius: 50%;
762
+ border-radius: $-radius-circle;
763
763
  border: none;
764
764
  background: $-voice-player-control-btn-bg;
765
765
  display: flex;
766
766
  align-items: center;
767
767
  justify-content: center;
768
- transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
768
+ transition: all $-transition-duration-slow $-transition-timing-function-base;
769
769
  box-shadow: $-voice-player-control-btn-shadow;
770
770
 
771
771
  &:active {
@@ -816,7 +816,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
816
816
  width: $-voice-player-mini-progress-dot-size;
817
817
  height: $-voice-player-mini-progress-dot-size;
818
818
  background: $-voice-player-mini-progress-dot-bg;
819
- border-radius: 50%;
819
+ border-radius: $-radius-circle;
820
820
  box-shadow: $-voice-player-mini-progress-dot-shadow;
821
821
  opacity: 0;
822
822
  transition: opacity 0.2s ease;
@@ -839,13 +839,13 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
839
839
  @include e(simple-current-time) {
840
840
  font-size: $-voice-player-simple-time-fs;
841
841
  color: $-voice-player-simple-time-color;
842
- font-weight: 500;
842
+ font-weight: $-fw-medium;
843
843
  }
844
844
 
845
845
  @include e(simple-total-time) {
846
846
  font-size: $-voice-player-simple-time-fs;
847
847
  color: $-voice-player-simple-time-color;
848
- font-weight: 500;
848
+ font-weight: $-fw-medium;
849
849
  }
850
850
 
851
851
  @include e(simple-progress-section) {
@@ -888,7 +888,7 @@ $-voice-player-simple-progress-dot-shadow: var(--oxy-voice-player-simple-progres
888
888
  width: $-voice-player-simple-progress-dot-size;
889
889
  height: $-voice-player-simple-progress-dot-size;
890
890
  background: $-voice-player-simple-progress-dot-bg;
891
- border-radius: 50%;
891
+ border-radius: $-radius-circle;
892
892
  box-shadow: $-voice-player-simple-progress-dot-shadow;
893
893
  opacity: 0;
894
894
  transition: opacity 0.2s ease;
@@ -4,7 +4,7 @@
4
4
  @include b(watermark) {
5
5
  position: absolute;
6
6
  z-index: 1100;
7
- opacity: 0.5;
7
+ opacity: $-opacity-muted;
8
8
  left: 0;
9
9
  right: 0;
10
10
  top: 0;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "oxy-uni-ui",
3
3
  "name": "oxy-uni-ui",
4
4
  "displayName": "oxy-uni-ui 基于vue3+Typescript的高颜值组件库",
5
- "version": "2.1.0",
5
+ "version": "2.1.1",
6
6
  "license": "MIT",
7
7
  "description": "一个基于Vue3+TS开发的uni-app组件库,提供70+高质量组件,支持暗黑模式、国际化和自定义主题。",
8
8
  "keywords": [
package/tags.json CHANGED
@@ -1 +1 @@
1
- {"oxy-action-sheet":{"attributes":["v-model","actions","panels","title","cancel-text","close-on-click-action","close-on-click-modal","duration","z-index","max-width","lazy-render","safe-area-inset-bottom","select","open","opened","close","closed","click-modal","cancel"],"description":"从底部弹出的动作菜单面板。\n\n[Docs](https://oxy-ui.cn/component/action-sheet.html#actionsheet)"},"oxy-backtop":{"attributes":["scroll-top","top","duration","z-index","icon-style","shape","bottom","right"],"description":"用于返回页面顶部的操作按钮。\n\n[Docs](https://oxy-ui.cn/component/backtop.html#backtop)"},"oxy-badge":{"attributes":["value","max","dot","inverted","type","color","offset","absolute"],"description":"出现在按钮、图标旁的数字或状态标记。\n\n[Docs](https://oxy-ui.cn/component/badge.html#badge)"},"oxy-button":{"attributes":["type","size","plain","disabled","loading","loading-text","loading-type","loading-size","icon","icon-size","icon-prefix","block","round","square","color","text-color","open-type","hover-class","hover-stop-propagation","hover-start-time","hover-stay-time","lang","session-from","send-message-title","send-message-path","send-message-img","app-parameter","show-message-card"],"description":"按钮用于触发一个操作,如提交表单或打开链接。\n\n[Docs](https://oxy-ui.cn/component/button.html#button)"},"oxy-calendar-view":{"attributes":["v-model","type","min-date","max-date","first-day-of-week","formatter","max-range","range-prompt","allow-same-day","show-panel-title","default-time","panel-height","time-filter","hide-second","immediate-change","change"],"description":"提供日历单选、多选、范围选择、周维度、月维度等功能。可以根据实际业务场景基于该组件进行封装高度定制化组件。\n\n[Docs](https://oxy-ui.cn/component/calendar-view.html#calendarview)"},"oxy-calendar":{"attributes":["v-model","type","min-date","max-date","first-day-of-week","formatter","max-range","range-prompt","allow-same-day","default-time","time-filter","hide-second","show-confirm","show-type-switch","shortcuts","title","label","placeholder","disabled","readonly","display-format","inner-display-format","size","label-width","error","required","marker-side","center","ellipsis","align-right","before-confirm","suse-default-slots","suse-label-slots","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","prop","rules","immediate-change","with-cell","clearable","root-portal","confirm","change","cancel","open","clear"],"description":"提供日历单选、多选、范围选择、周维度、月维度等功能。\n\n[Docs](https://oxy-ui.cn/component/calendar.html#calendar)"},"oxy-card":{"attributes":["title","type"],"description":"用于展示商品的图片、价格等信息。\n\n[Docs](https://oxy-ui.cn/component/card.html#card)"},"oxy-cell-group":{"attributes":["title","value","border","use-slot"],"description":"单元格为列表中的单个展示项。\n\n[Docs](https://oxy-ui.cn/component/cell.html#cellgroup)"},"oxy-cell":{"attributes":["title","value","icon","icon-size","label","is-link","to","clickable","replace","size","title-width","title-percent","center","required","marker-side","vertical","ellipsis","use-title-slot","prop","rules","border","click"],"description":"单元格为列表中的单个展示项。\n\n[Docs](https://oxy-ui.cn/component/cell.html#cell)"},"oxy-checkbox":{"attributes":["v-model","shape","checked-color","disabled","max-width","true-value","false-value","size","change"],"description":"复选框用于在一组备选项中进行多选。\n\n[Docs](https://oxy-ui.cn/component/checkbox.html#checkbox)"},"oxy-checkbox-group":{"attributes":["v-model","shape","cell","checked-color","disabled","min","max","inline","size","change"],"description":"复选框用于在一组备选项中进行多选。\n\n[Docs](https://oxy-ui.cn/component/checkbox.html#checkboxgroup)"},"oxy-circle":{"attributes":["v-model","custom-class","custom-style","size","color","layer-color","fill","speed","text","stroke-width","stroke-linecap","clockwise"],"description":"圆环形的进度条组件,支持进度渐变动画。\n\n[Docs](https://oxy-ui.cn/component/circle.html#circle)"},"oxy-col-picker":{"attributes":["v-model","columns","value-key","label-key","tip-key","title","label","placeholder","disabled","readonly","error","required","size","align-right","use-default-slot","column-change","auto-complete","show-confirm","display-format","before-open","before-confirm","popup-props","popup-max-width","title-class","value-class","label-class","arrow-class","arrow-direction","is-link","border","input-align","label-width","label-align","label-style","title-style","selected-item-style","selected-item-class","selected-line-style","selected-line-class","list-item-style","list-item-class","list-item-label-style","list-item-label-class","list-item-tip-style","list-item-tip-class","checked-icon-name","checked-icon-color","checked-icon-size","loading-icon-name","loading-icon-color","loading-icon-size","loading-text","loading-text-style","loading-text-class","confirm-button-text","confirm-button-type","confirm-button-size","confirm-button-round","confirm-button-style","confirm-button-class","confirm-button-loading","confirm-button-disabled","confirm","close"],"description":"使用多列选择器来做级联,交互效果较好,多列选择器支持无限级选择。\n\n[Docs](https://oxy-ui.cn/component/col-picker.html#colpicker)"},"oxy-collapse-item":{"attributes":["name","title","disabled","before-expend"],"description":"将一组内容放置在多个折叠面板中,点击面板的标题可以展开或收缩其内容。\n\n[Docs](https://oxy-ui.cn/component/collapse.html#collapseitem)"},"oxy-collapse":{"attributes":["value","accordion","viewmore","use-more-slot","line-num","change"],"description":"将一组内容放置在多个折叠面板中,点击面板的标题可以展开或收缩其内容。\n\n[Docs](https://oxy-ui.cn/component/collapse.html#collapse)"},"oxy-config-provider":{"attributes":["theme","theme-vars"],"description":"用于全局配置 `Oxy` 组件,提供深色模式、主题定制等能力。\n\n[Docs](https://oxy-ui.cn/component/config-provider.html#configprovider)"},"oxy-corner":{"attributes":["type","mode","round","position","text","color","bg-color"],"description":"连带容器的角标。\n\n[Docs](https://oxy-ui.cn/component/corner.html#corner)"},"oxy-count-down":{"attributes":["time","millisecond","auto-start","format","finish","change"],"description":"用于实时展示倒计时数值,支持毫秒精度。\n\n[Docs](https://oxy-ui.cn/component/count-down.html#countdown)"},"oxy-count-to":{"attributes":["font-size","color","type","start-val","end-val","duration","autoplay","decimals","decimal","separator","prefix","suffix","use-easing","finish","mounted"],"description":"数字滚动组件。\n\n[Docs](https://oxy-ui.cn/component/count-to.html#countto)"},"oxy-curtain":{"attributes":["value","model-value","src","width","to","close-position","close-on-click-modal","hide-when-close","z-index","root-portal","show-menu-by-longpress","close-on-click","click","close","click-modal","beforeenter","enter","afterenter","beforeleave","leave","afterleave","load","error"],"description":"一般用于公告类的图片弹窗。\n\n[Docs](https://oxy-ui.cn/component/curtain.html#curtain)"},"oxy-date-strip":{"attributes":["v-model","switch-mode","shape","min-date","max-date","height","grid-width","active-bg-color","active-color","bg-color","radius","first-day-of-week","format","disable-date","change"],"description":"用于展示周日历或一组日历信息。\n\n[Docs](https://oxy-ui.cn/component/date-strip.html#datestrip)"},"oxy-datetime-picker-view":{"attributes":["v-model","type","loading","loading-color","columns-height","item-height","formatter","filter","min-date","max-date","min-hour","max-hour","min-minute","max-minute","immediate-change","use-second","change","pickstart","pickend"],"description":"为 Picker 组件的封装,在其内部构建好日期时间选项。\n\n[Docs](https://oxy-ui.cn/component/datetime-picker-view.html#datetimepickerview)"},"oxy-datetime-picker":{"attributes":["v-model","default-value","type","loading","loading-color","columns-height","item-height","title","cancel-button-text","confirm-button-text","label","placeholder","disabled","readonly","display-format","formatter","filter","display-format-tab-label","min-date","max-date","min-hour","max-hour","min-minute","max-minute","required","marker-side","size","label-width","error","align-right","suse-label-slots","suse-default-slots","before-confirm","close-on-click-modal","z-index","safe-area-inset-bottom","ellipsis","prop","rules","immediate-change","use-second","clearable","root-portal","before-open","confirm","cancel","toggle","clear"],"description":"为 DatetimePickerView 组件的封装,在其内部构建好日期时间选项。\n\n[Docs](https://oxy-ui.cn/component/datetime-picker.html#datetimepicker)"},"oxy-divider":{"attributes":["color","hairline","dashed","content-position","vertical"],"description":"用于将内容分隔为多个区域。\n\n[Docs](https://oxy-ui.cn/component/divider.html#divider)"},"oxy-drop-menu":{"attributes":["direction","modal","close-on-click-modal","duration"],"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropmenu)"},"oxy-drop-menu-item":{"attributes":["v-model","disabled","options","icon-name","title","icon","icon-size","before-toggle","value-key","label-key","tip-key","popup-height","root-portal"],"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropmenuitem)"},"oxy-dropdown-item":{"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropdownitem)"},"oxy-echarts":{"attributes":["custom-class","custom-style","option","option-key","theme","init-options","update-options","group","manual-update","autoresize web","loading","loading-options","canvas-type","disable-scroll","support-hover","init-delay"],"description":"基于 ECharts 的封装,用于在项目中使用 ECharts 图表。\n\n[Docs](https://oxy-ui.cn/component/echarts.html#echarts)"},"oxy-fab":{"attributes":["v-model:active","type","position","draggable","direction","disabled","inactive-icon","active-icon","z-index","gap","custom-style","expandable","click"],"description":"悬浮动作按钮组件,按下可显示一组动作按钮。\n\n[Docs](https://oxy-ui.cn/component/fab.html#fab)"},"oxy-file-list":{"attributes":["data","type","enable-preview","enable-download","enable-delete","before-preview","on-preview-fail","before-download","on-download-success","on-download-fail","delete","click"],"description":"用于展示文件信息。\n\n[Docs](https://oxy-ui.cn/component/file-list.html#filelist)"},"oxy-floating-panel":{"attributes":["v-model:height","anchors","duration","content-draggable","safe-area-inset-bottom","show-scrollbar"],"description":"浮动在页面底部的面板,用户可以通过上下拖动秒板来浏览内容,从而在不离开当前视图的情况下访问更多信息,常用于地图导航。\n\n[Docs](https://oxy-ui.cn/component/floating-panel.html#floatingpanel)"},"oxy-footer":{"attributes":["height","background-color"],"description":"固定在页面底部的容器组件,常用于放置操作按钮、版权信息等内容。\n\n[Docs](https://oxy-ui.cn/component/footer.html#footer)"},"oxy-form":{"attributes":["model","rules","reset-on-change","error-type","validate","reset"],"description":"用于数据录入、校验,支持输入框、单选框、复选框、文件上传等类型,常见的 form 表单为`单元格`形式的展示,即左侧为表单的标题描述,右侧为表单的输入。\n\n[Docs](https://oxy-ui.cn/component/form.html#form)"},"oxy-gap":{"attributes":["height","bg-color","safe-area-bottom"],"description":"一般用于页面布局时代替margin或者padding;或者充当(底部)占位元素。\n\n[Docs](https://oxy-ui.cn/component/gap.html#gap)"},"oxy-grid":{"attributes":["column","border","gutter","square","clickable","bg-color","hover-class"],"description":"宫格可以在水平方向上把页面分隔成等宽度的区块,用于展示内容或进行页面导航。\n\n[Docs](https://oxy-ui.cn/component/grid.html#grid)"},"oxy-grid-item":{"attributes":["text","icon","is-dot","type","value","max","url","link-type","suse-slots","suse-icon-slots","suse-text-slots","icon-size","badge-props"],"description":"宫格可以在水平方向上把页面分隔成等宽度的区块,用于展示内容或进行页面导航。\n\n[Docs](https://oxy-ui.cn/component/grid.html#griditem)"},"oxy-guidance":{"attributes":["step"],"description":"用于引导用户完成一系列操作的步骤提示组件,常用于新用户首次使用应用时的操作指引。\n\n[Docs](https://oxy-ui.cn/component/guidance.html#guidance)"},"oxy-icon":{"attributes":["name","color","size","class-prefix","custom-style","click"],"description":"基于字体的图标集。\n\n[Docs](https://oxy-ui.cn/component/icon.html#icon)"},"oxy-img-cropper":{"attributes":["v-model","img-src","img-width","img-height","disabled-rotate","export-scale","max-scale","cancel-button-text","confirm-button-text","quality","file-type","aspect-ratio","confirm","cancel","imgloaderror","imgloaded"],"description":"图片剪裁组件,用于图片裁剪,支持拖拽、缩放、旋转等操作。\n\n[Docs](https://oxy-ui.cn/component/img-cropper.html#imgcropper)"},"oxy-img-lazy":{"attributes":["src","width","height","mode","border-radius","min-time-out","show-distance","effect","duration","load-src","error-src","load","error","show","error"],"description":"图片懒加载组件。\n\n[Docs](https://oxy-ui.cn/component/img-lazy.html#imglazy)"},"oxy-img":{"attributes":["src","width","height","mode","round","radius","enable-preview","show-menu-by-longpress","preview-src","click","load","error"],"description":"增强版的 img 标签,提供多种图片填充模式,支持图片懒加载、加载完成、加载失败。\n\n[Docs](https://oxy-ui.cn/component/img.html#img)"},"oxy-index-anchor":{"attributes":["index"],"description":"用于列表的索引分类显示和快速定位。\n\n[Docs](https://oxy-ui.cn/component/index-bar.html#indexanchor)"},"oxy-index-bar":{"attributes":["sticky"],"description":"用于列表的索引分类显示和快速定位。\n\n[Docs](https://oxy-ui.cn/component/index-bar.html#indexbar)"},"oxy-input-number":{"attributes":["v-model","min","max","step","step-strictly","precision","disabled","without-input","input-width","allow-null","placeholder","disable-input","disable-plus","disable-minus","adjust-position","before-change","long-press","immediate-change","update-on-init","input-type","change","focus","blur"],"description":"由增加按钮、减少按钮和输入框组成,用于在一定范围内输入、调整数字。\n\n[Docs](https://oxy-ui.cn/component/input-number.html#inputnumber)"},"oxy-input":{"attributes":["type","v-model","placeholder","clearable","maxlength","show-password","disabled","readonly","prefix-icon","suffix-icon","show-word-limit","confirm-type","confirm-hold","always-embed","placeholder-style","placeholder-class","focus","cursor-spacing","cursor","selection-start","selection-end","adjust-position","label","size","error","center","label-width","required","marker-side","no-border","prop","rules","clear-trigger","focus-when-clear","ignore-composition-event","inputmode","input","focus","blur","clear","confirm","keyboardheightchange","clickprefixicon","clicksuffixicon"],"description":"用户可以在文本框里输入内容。\n\n[Docs](https://oxy-ui.cn/component/input.html#input)"},"oxy-keyboard":{"attributes":["v-model:visible","v-model","title","mode","z-index","maxlength","show-delete-key","random-key-order","close-text","delete-text","close-button-loading","modal","hide-on-click-outside","lock-scroll","safe-area-inset-bottom","extra-key","root-portal","v-model:car-lang","auto-switch-lang","input","delete","close"],"description":"虚拟数字键盘,用于输入数字、密码、身份证或车牌号等场景。\n\n[Docs](https://oxy-ui.cn/component/keyboard.html#keyboard)"},"oxy-row":{"attributes":["gutter"],"description":"用于快速进行布局。\n\n[Docs](https://oxy-ui.cn/component/layout.html#row)"},"oxy-col":{"attributes":["span","offset"],"description":"用于快速进行布局。\n\n[Docs](https://oxy-ui.cn/component/layout.html#col)"},"oxy-link":{"attributes":["url","href","open-type","content","type","size","disabled","underline","color","prefix-icon","suffix-icon","navigator-props","click"],"description":"超链接组件。\n\n[Docs](https://oxy-ui.cn/component/link.html#link)"},"oxy-list":{"attributes":["data","id-key","height","item-height","show-back-to-top","back-to-top-threshold","virtual","scroll-x","scroll-y","upper-threshold","lower-threshold","scroll-left","scroll-with-animation","enable-back-to-top","show-scrollbar","refresher-enabled","refresher-threshold","refresher-default-style","refresher-background","triggered","enable-flex","scroll-anchoring","empty-text","loadmore-state","loading-text","finished-text","error-text","loading-props","scroll","scroll-to-upper","scroll-to-lower","reload","refresh","restore","abort"],"description":"展示列表数据。支持触底加载、下拉刷新、虚拟列表。\n\n[Docs](https://oxy-ui.cn/component/list.html#list)"},"oxy-loading":{"attributes":["type","color","size"],"description":"加载动画,用于表示加载中的过渡状态。\n\n[Docs](https://oxy-ui.cn/component/loading.html#loading)"},"oxy-loadmore":{"attributes":["state","loading-text","finished-text","error-text","loading-props","reload"],"description":"用于在列表底部展示加载状态。\n\n[Docs](https://oxy-ui.cn/component/loadmore.html#loadmore)"},"oxy-long-press-menu":{"attributes":["mode","menus","content","visible-arrow","menu-click","longpress"],"description":"类似于微信消息的长按弹出菜单组件。\n\n[Docs](https://oxy-ui.cn/component/long-press-menu.html#longpressmenu)"},"oxy-message-box":{"attributes":["selector","width","root-portal"],"description":"弹出对话框,常用于消息提示、消息确认等,支持函数调用。\n\n[Docs](https://oxy-ui.cn/component/message-box.html#messagebox)"},"oxy-navbar":{"attributes":["title","left-text","right-text","left-arrow","bordered","fixed","placeholder","z-index","safe-area-inset-top","left-disabled","right-disabled","avoid-menu-button-mode","click-left","click-right"],"description":"为页面提供导航功能,常用于页面顶部。\n\n[Docs](https://oxy-ui.cn/component/navbar.html#navbar)"},"oxy-navbar-capsule":{"attributes":["back","back-home"],"description":"为页面提供导航功能,常用于页面顶部。\n\n[Docs](https://oxy-ui.cn/component/navbar.html#navbarcapsule)"},"oxy-notice-bar":{"attributes":["text","type","prefix","scrollable","delay","speed","closable","wrapable","color","background-color","direction","close","next","click"],"description":"通知栏组件,用于在页面顶部展示通知提醒。\n\n[Docs](https://oxy-ui.cn/component/notice-bar.html#noticebar)"},"oxy-notify":{"attributes":["type","message","duration","z-index","position","color","background","max-width","safe-height","selector","root-portal"],"description":"通知类组件,用于在页面顶部展示通知信息。\n\n[Docs](https://oxy-ui.cn/component/notify.html#notify)"},"oxy-overlay":{"attributes":["show","duration","lock-scroll","z-index","custom-style"],"description":"创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作。\n\n[Docs](https://oxy-ui.cn/component/overlay.html#overlay)"},"oxy-pagination":{"attributes":["v-model","prev-text","next-text","total-page","page-size","total","show-icon","show-message","hide-if-one-page","change"],"description":"当数据量过多时,使用分页分解数据。\n\n[Docs](https://oxy-ui.cn/component/pagination.html#pagination)"},"oxy-password-input":{"attributes":["v-model","info","error-info","length","gutter","mask","focused"],"description":"带网格的输入框组件,可以用于输入密码、短信验证码等场景,通常与[数字键盘]\n\n[Docs](https://oxy-ui.cn/component/password-input.html#passwordinput)"},"oxy-picker-view":{"attributes":["v-model","columns","loading","loading-color","columns-height","item-height","value-key","label-key","column-change","immediate-change","change","pickstart","pickend"],"description":"选择器视图,用于从一组数据中选择单个或多个值。\n\n[Docs](https://oxy-ui.cn/component/picker-view.html#pickerview)"},"oxy-picker":{"attributes":["v-model","columns","loading","loading-color","columns-height","value-key","label-key","title","cancel-button-text","confirm-button-text","label","placeholder","disabled","readonly","display-format","column-change","size","label-width","error","required","marker-side","align-right","use-label-slot","use-default-slot","before-confirm","close-on-click-modal","z-index","safe-area-inset-bottom","ellipsis","prop","rules","immediate-change","clearable","root-portal","before-open","searchable","search-placeholder","search-key","filter-method","confirm","cancel","open","clear","search"],"description":"Picker 组件为 popup 和 pickerView 的组合。\n\n[Docs](https://oxy-ui.cn/component/picker.html#picker)"},"oxy-popover":{"attributes":["open","close","change","menuclick"],"description":"常用于展示提示信息。\n\n[Docs](https://oxy-ui.cn/component/popover.html#popover)"},"oxy-popup":{"attributes":["v-model","position","closable","close-on-click-modal","duration","z-index","max-width","custom-style","modal","modal-style","hide-when-close","lazy-render","safe-area-inset-bottom","transition","lock-scroll","root-portal","close","click-modal","before-enter","enter","after-enter","before-leave","leave","after-leave"],"description":"弹出层组件,用于展示弹窗、信息提示等内容。\n\n[Docs](https://oxy-ui.cn/component/popup.html#popup)"},"oxy-progress":{"attributes":["percentage","hide-text","color","status","duration"],"description":"用于展示操作的当前进度。\n\n[Docs](https://oxy-ui.cn/component/progress.html#progress)"},"oxy-qrcode":{"attributes":["text","logo","width","height","logo-size","padding","foreground","background","ecc","mode","pd-color","pd-radius"],"description":"用于生成二维码图片,支持自定义样式、Logo、颜色等功能。\n\n[Docs](https://oxy-ui.cn/component/qrcode.html#qrcode)"},"oxy-radio-group":{"attributes":["v-model","shape","size","checked-color","disabled","max-width","inline","cell","icon-placement","change"],"description":"单选框,用于在一组备选项中进行单选。\n\n[Docs](https://oxy-ui.cn/component/radio.html#radiogroup)"},"oxy-radio":{"attributes":["value","shape","checked-color","disabled"],"description":"单选框,用于在一组备选项中进行单选。\n\n[Docs](https://oxy-ui.cn/component/radio.html#radio)"},"oxy-rate":{"attributes":["v-model","num","readonly","size","space","color","active-color","icon","active-icon","disabled","disabled-color","allow-half","clearable","change"],"description":"用于快速的评价操作,或对评价进行展示。\n\n[Docs](https://oxy-ui.cn/component/rate.html#rate)"},"oxy-resize":{"attributes":["custom-style","custom-class","custom-container-class","resize"],"description":"当组件包裹的文档流尺寸发生变化时,触发 `resize` 事件。一般用于监听 dom 内容更新时导致的 dom 尺寸位置的变化,重新获取 dom 尺寸和位置,进行内容展示的计算操作。\n\n[Docs](https://oxy-ui.cn/component/resize.html#resize)"},"oxy-rich-text":{"attributes":["save","clear","remove","load","ready","imgtap","linktap","play","error","pause","fullscreenchange"],"description":"用于在小程序、H5 等场景下渲染 Markdown/富文本内容,内置代码高亮、表格滚动处理,以及针对 AI 场景的流式渲染优化。\n\n[Docs](https://oxy-ui.cn/component/rich-text.html#richtext)"},"oxy-root-portal":{"description":"是否从页面中脱离出来,用于解决各种 fixed 失效问题,主要用于制作弹窗、弹出层等。\n\n[Docs](https://oxy-ui.cn/component/root-portal.html#root-portal)"},"oxy-search":{"attributes":["placeholder","placeholder-left","cancel-txt","light","hide-cancel","disabled","maxlength","v-model","use-suffix-slot","focus","focus-when-clear","placeholder-style","placeholder-class","focus","blur","search","clear","cancel","change"],"description":"搜索框组件,支持输入框聚焦、失焦、输入、搜索、取消、清空事件。\n\n[Docs](https://oxy-ui.cn/component/search.html#search)"},"oxy-segmented":{"attributes":["v-model:value","disabled","size","options","vibrate-short","change","click"],"description":"分段器用于展示多个选项并允许用户选择其中单个选项。\n\n[Docs](https://oxy-ui.cn/component/segmented.html#segmented)"},"oxy-select-picker":{"attributes":["v-model","columns","type","value-key","label-key","title","label","placeholder","disabled","loading","loading-color","readonly","display-format","confirm-button-text","size","label-width","error","required","marker-side","align-right","before-confirm","select-size","min","max","checked-color","use-default-slot","use-label-slot","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","filterable","filter-placeholder","ellipsis","scroll-into-view","show-confirm","prop","rules","clearable","root-portal","before-open","confirm","change","cancel","close","open","clear"],"description":"用于从一组选项中进行单选或多选。\n\n[Docs](https://oxy-ui.cn/component/select-picker.html#selectpicker)"},"oxy-select":{"attributes":["v-model","data","value-key","label-key","label","label-width","placeholder","disabled","readonly","multiple","filterable","clear","collapse-tags","collapse-tags-num","empty-tips","no-border","input","change"],"description":"用于从一组选项中进行单选或多选。\n\n[Docs](https://oxy-ui.cn/component/select.html#select)"},"oxy-sidebar-item":{"attributes":["label","value","icon","badge","is-dot","max","disabled","badge-props"],"description":"垂直展示的导航栏,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/sidebar.html#sidebaritem)"},"oxy-sidebar":{"attributes":["v-model","before-change","change"],"description":"垂直展示的导航栏,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/sidebar.html#sidebar)"},"oxy-signature":{"attributes":["pen-color","line-width","height","width","clear-text","confirm-text","file-type","quality","export-scale","disabled","background-color","disable-scroll","enable-history","step","pressure","min-width","max-width","min-speed","start","end","signing","confirm","clear"],"description":"用于签名场景,基于 Canvas 实现的签名组件。提供了基础签名、历史记录、笔锋效果等功能。\n\n[Docs](https://oxy-ui.cn/component/signature.html#signature)"},"oxy-skeleton":{"attributes":["theme","row-col","loading","animation"],"description":"用于等待加载内容所展示的占位图形组合,有动态效果加载效果,减少用户等待焦虑。\n\n[Docs](https://oxy-ui.cn/component/skeleton.html#skeleton)"},"oxy-slider":{"attributes":["v-model","hide-min-max","hide-label","disabled","max","min","step","active-color","inactive-color","dragstart","dragmove","dragend"],"description":"支持单向滑块和双向滑块。\n\n[Docs](https://oxy-ui.cn/component/slider.html#slider)"},"oxy-sort-button":{"attributes":["v-model","title","allow-reset","desc-first","line","change"],"description":"用于展示排序按钮,支持升序、降序、重置三种状态。\n\n[Docs](https://oxy-ui.cn/component/sort-button.html#sortbutton)"},"oxy-splitter":{"attributes":["layout","lazy","custom-class","custom-style"],"description":"通过拖拽分割条调整相邻面板尺寸,支持横向/纵向布局、懒更新和折叠能力。\n\n[Docs](https://oxy-ui.cn/component/splitter.html#splitter)"},"oxy-splitter-panel":{"attributes":["size","min","max","resizable","collapsible","custom-class","custom-style"],"description":"通过拖拽分割条调整相邻面板尺寸,支持横向/纵向布局、懒更新和折叠能力。\n\n[Docs](https://oxy-ui.cn/component/splitter.html#splitterpanel)"},"oxy-status-tip":{"attributes":["image","image-size","tip","image-mode"],"description":"一般用于兜底占位展示。\n\n[Docs](https://oxy-ui.cn/component/status-tip.html#statustip)"},"oxy-steps":{"attributes":["active","vertical","dot","space","align-center"],"description":"用于引导用户按照流程完成任务或向用户展示当前状态。\n\n[Docs](https://oxy-ui.cn/component/steps.html#steps)"},"oxy-step":{"attributes":["title","description","icon","status"],"description":"用于引导用户按照流程完成任务或向用户展示当前状态。\n\n[Docs](https://oxy-ui.cn/component/steps.html#step)"},"oxy-sticky":{"attributes":["z-index","offset-top"],"description":"粘性布局组件,用于在页面滚动时将元素固定在指定位置。\n\n[Docs](https://oxy-ui.cn/component/sticky.html#sticky)"},"oxy-stream-render":{"attributes":["stream-request"],"description":"基于 RenderJS 和 uni.request 方式,适配H5、小程序、 APP 的流式请求组件,仅负责触发请求与派发流式数据事件。h5和app端使用RenderJS,小程序端使用uni.request。\n\n[Docs](https://oxy-ui.cn/component/stream-render.html#streamrender)"},"oxy-swipe-action":{"attributes":["v-model","disabled","before-close","click"],"description":"常用于单元格左右滑删除等手势操作。\n\n[Docs](https://oxy-ui.cn/component/swipe-action.html#swipeaction)"},"oxy-swiper":{"attributes":["autoplay","v-model:current","direction","display-multiple-items","duration","easing-function","height","interval","list","loop","next-margin","indicator-position","previous-margin","snap-to-edge","indicator","image-mode","autoplay-video","stop-previous-video","stop-autoplay-when-video-play","custom-style","value-key","text-key","adjust-height","adjust-vertical-height","muted","video-loop","click","change"],"description":"用于创建轮播,它支持水平和垂直方向的滑动,可以自定义样式和指示器位置,支持视频和图片资源的轮播,支持设置轮播标题和自定义标题样式。\n\n[Docs](https://oxy-ui.cn/component/swiper.html#swiper)"},"oxy-switch":{"attributes":["v-model","disabled","active-value","inactive-value","active-color","inactive-color","size","before-change","change"],"description":"用来打开或关闭选项。\n\n[Docs](https://oxy-ui.cn/component/switch.html#switch)"},"oxy-tabbar-item":{"attributes":["title","name","icon","value","is-dot","max","badge-props"],"description":"底部导航栏,用于在不同页面之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabbar.html#tabbaritem)"},"oxy-tabbar":{"attributes":["v-model","fixed","safe-area-inset-bottom","bordered","shape","active-color","inactive-color","placeholder","z-index","change"],"description":"底部导航栏,用于在不同页面之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabbar.html#tabbar)"},"oxy-table-column":{"attributes":["prop","label","width","sortable","fixed","align"],"description":"用于展示多条结构类似的数据, 可对数据进行排序等操作。\n\n[Docs](https://oxy-ui.cn/component/table.html#tablecolumn)"},"oxy-table":{"attributes":["data","border","stripe","height","row-height","show-header","ellipsis","index","fixed-header","sort-method","row-click"],"description":"用于展示多条结构类似的数据, 可对数据进行排序等操作。\n\n[Docs](https://oxy-ui.cn/component/table.html#table)"},"oxy-tabs":{"attributes":["v-model","slidable-num","map-num","map-title","pills","pills-color","fullscreen","sticky","offset-top","swipeable","auto-line-width","line-width","line-height","color","inactive-color","animated","duration","slidable","badge-props","change","click","disabled"],"description":"标签页组件,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabs.html#tabs)"},"oxy-tab":{"attributes":["name","title","disabled","lazy"],"description":"标签页组件,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabs.html#tab)"},"oxy-tag":{"attributes":["type","plain","mark","round","icon","color","bg-color","closable","use-icon-slot","dynamic","click","close","confirm"],"description":"用于标记状态或者概括主要内容。\n\n[Docs](https://oxy-ui.cn/component/tag.html#tag)"},"oxy-text":{"attributes":["type","text","size","mode","bold","format","color","lines","toggle-expand","tooltip","line-height","decoration","prefix","suffix","call","click"],"description":"文本组件,用于展示文本信息。\n\n[Docs](https://oxy-ui.cn/component/text.html#text)"},"oxy-textarea":{"attributes":["v-model","placeholder","placeholder-style","placeholder-class","disabled","maxlength","auto-focus","focus","auto-height","fixed","cursor-spacing","cursor","confirm-type","confirm-hold","show-confirm-bar","selection-start","selection-end","adjust-position","disable-default-padding","hold-keyboard","show-password","clearable","readonly","prefix-icon","show-word-limit","label","label-width","size","error","center","no-border","required","marker-side","prop","rules","clear-trigger","focus-when-clear","ignore-composition-event","inputmode","input","focus","blur","clear","linechange","confirm","keyboardheightchange","clickprefixicon","clicksuffixicon"],"description":"用于输入多行文本信息。\n\n[Docs](https://oxy-ui.cn/component/textarea.html#textarea)"},"oxy-toast":{"attributes":["selector","msg","direction","icon-name","icon-size","loading-type","loading-color","loading-size","icon-color","position","z-index","cover","icon-class","class-prefix","opened","closed"],"description":"轻提示组件,用于消息通知、加载提示、操作结果提示等场景,支持函数式调用。\n\n[Docs](https://oxy-ui.cn/component/toast.html#toast)"},"oxy-tooltip":{"attributes":["show","content","placement","disabled","visible-arrow","offset","show-close","open","close","change"],"description":"常用于展示提示信息。\n\n[Docs](https://oxy-ui.cn/component/tooltip.html#tooltip)"},"oxy-transition":{"attributes":["show","name","duration","custom-style","custom-class","lazy-render","destroy","enter-class","enter-active-class","enter-to-class","leave-class","leave-active-class","leave-to-class","disable-touch-move","before-enter","enter","after-enter","before-leave","leave","after-leave","click"],"description":"用于在元素进入或离开时应用过渡效果。\n\n[Docs](https://oxy-ui.cn/component/transition.html#transition)"},"oxy-tree":{"attributes":["v-model","data","show-checkbox","label-key","node-key","children-key","default-expanded-keys","expand-all","check-strictly","empty-text","height","show-back-to-top","back-to-top-threshold","item-height","indent","selection-leaf-only","filter-method","show-filter","filter-placeholder","node-click","node-check","node-expand","node-collapse"],"description":"用清晰的层级结构展示信息,可展开或折叠。\n\n[Docs](https://oxy-ui.cn/component/tree.html#tree)"},"oxy-upload":{"attributes":["v-model:file","action","header","multiple","disabled","reupload","limit","show-limit-num","max-size","source-type","size-type","name","form-data","header","on-preview-fail","before-upload","before-choose","before-remove","before-preview","build-form-data","loading-type","loading-color","loading-size","status-key","image-mode","accept","compressed","max-duration","camera","success-status","auto-upload","upload-method","extension","evoke-icon","list-type","list-position","success","fail","progress","chooseerror","change","remove","oversize"],"description":"图片、视频和文件上传组件\n\n[Docs](https://oxy-ui.cn/component/upload.html#upload)"},"oxy-use-toast":{"description":"用于便捷地调用 Toast 轻提示组件。\n\n[Docs](https://oxy-ui.cn/component/use-toast.html#usetoast)"},"oxy-verification-code":{"attributes":["security-code","is-case-check","code-type","code-length","width","height","line-length","background-color","line-colors","colors","refresh"],"description":"常用于登录验证,可自动生成,或通过接口获取。\n\n[Docs](https://oxy-ui.cn/component/verification-code.html#verificationcode)"},"oxy-virtual-scroll":{"attributes":["data","id-key","height","show-back-to-top","back-to-top-threshold","item-height","scroll-x","scroll-y","upper-threshold","lower-threshold","scroll-left","scroll-with-animation","enable-back-to-top","show-scrollbar","refresher-enabled","refresher-threshold","refresher-default-style","refresher-background","triggered","enable-flex","scroll-anchoring","empty-text","virtual","scroll","scroll-to-upper","scroll-to-lower"],"description":"当列表数据量过多时,使用虚拟滚动懒渲染数据。\n\n[Docs](https://oxy-ui.cn/component/virtual-scroll.html#virtualscroll)"},"oxy-voice-player":{"attributes":["src","title","artist","album","cover","loop","volume","playlist","play-mode","theme","show-cover","show-info","show-progress","show-prev-next","extra-controls","show-lyrics","lyrics","show-translation","view-mode","enable-rotation","can-seek","default-cover","custom-style","custom-class","play","pause","stop","ended","canplay","timeupdate","prev","next","song-change","play-mode-change","mode-change","volume-change","favorite-change","seek","cover-error","error"],"description":"一个功能完整的音频播放器组件,支持播放列表、歌词显示、四种显示模式。\n\n[Docs](https://oxy-ui.cn/component/voice-player.html#voiceplayer)"},"oxy-waterfall":{"attributes":["data","id-key","height","column-count","column-gap","left-gap","right-gap","refresher-enabled","triggered","enable-flex","empty-text","loadmore-state","loading-text","finished-text","error-text","scroll","scroll-to-lower","refresh","reload"],"description":"主要用于瀑布流式布局显示,视觉表现为参差不齐的多栏布局,随着页面滚动条向下滚动,这种布局还会不断加载数据块并附加至当前尾部。\n\n[Docs](https://oxy-ui.cn/component/waterfall.html#waterfall)"},"oxy-watermark":{"attributes":["content","image","image-height","image-width","gutter-x","gutter-y","width","height","full-screen","color","size","font-style","font-weight","font-family","rotate","z-index","opacity"],"description":"在页面或组件上添加指定的图片或文字,可用于版权保护、品牌宣传等场景。\n\n[Docs](https://oxy-ui.cn/component/watermark.html#watermark)"}}
1
+ {"oxy-action-sheet":{"attributes":["v-model","actions","panels","title","cancel-text","close-on-click-action","close-on-click-modal","duration","z-index","max-width","lazy-render","safe-area-inset-bottom","select","open","opened","close","closed","click-modal","cancel"],"description":"从底部弹出的动作菜单面板。\n\n[Docs](https://oxy-ui.cn/component/action-sheet.html#actionsheet)"},"oxy-backtop":{"attributes":["scroll-top","top","duration","z-index","icon-style","shape","bottom","right"],"description":"用于返回页面顶部的操作按钮。\n\n[Docs](https://oxy-ui.cn/component/backtop.html#backtop)"},"oxy-badge":{"attributes":["model-value","show-zero","max","is-dot","hidden","type","bg-color","top","right"],"description":"出现在按钮、图标旁的数字或状态标记。\n\n[Docs](https://oxy-ui.cn/component/badge.html#badge)"},"oxy-button":{"attributes":["type","size","plain","round","disabled","hairline","loading","loading-color","icon","class-prefix","block","open-type","hover-stop-propagation","lang","session-from","send-message-title","send-message-path","send-message-img","app-parameter","show-message-card","button-id","scope"],"description":"按钮用于触发一个操作,如提交表单或打开链接。\n\n[Docs](https://oxy-ui.cn/component/button.html#button)"},"oxy-calendar-view":{"attributes":["v-model","type","min-date","max-date","first-day-of-week","formatter","max-range","range-prompt","allow-same-day","show-panel-title","default-time","panel-height","time-filter","hide-second","immediate-change","change"],"description":"提供日历单选、多选、范围选择、周维度、月维度等功能。可以根据实际业务场景基于该组件进行封装高度定制化组件。\n\n[Docs](https://oxy-ui.cn/component/calendar-view.html#calendarview)"},"oxy-calendar":{"attributes":["v-model","type","min-date","max-date","first-day-of-week","formatter","max-range","range-prompt","allow-same-day","default-time","time-filter","hide-second","show-confirm","show-type-switch","shortcuts","title","label","placeholder","disabled","readonly","display-format","inner-display-format","size","label-width","error","required","marker-side","center","ellipsis","align-right","before-confirm","suse-default-slots","suse-label-slots","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","prop","rules","immediate-change","with-cell","clearable","root-portal","confirm","change","cancel","open","clear"],"description":"提供日历单选、多选、范围选择、周维度、月维度等功能。\n\n[Docs](https://oxy-ui.cn/component/calendar.html#calendar)"},"oxy-card":{"attributes":["title","type"],"description":"用于展示商品的图片、价格等信息。\n\n[Docs](https://oxy-ui.cn/component/card.html#card)"},"oxy-cell-group":{"attributes":["title","value","border","use-slot"],"description":"单元格为列表中的单个展示项。\n\n[Docs](https://oxy-ui.cn/component/cell.html#cellgroup)"},"oxy-cell":{"attributes":["title","value","icon","icon-size","label","is-link","to","clickable","replace","size","title-width","title-percent","center","required","marker-side","vertical","ellipsis","use-title-slot","prop","rules","border","click"],"description":"单元格为列表中的单个展示项。\n\n[Docs](https://oxy-ui.cn/component/cell.html#cell)"},"oxy-checkbox":{"attributes":["v-model","shape","checked-color","disabled","max-width","true-value","false-value","size","change"],"description":"复选框用于在一组备选项中进行多选。\n\n[Docs](https://oxy-ui.cn/component/checkbox.html#checkbox)"},"oxy-checkbox-group":{"attributes":["v-model","shape","cell","checked-color","disabled","min","max","inline","size","change"],"description":"复选框用于在一组备选项中进行多选。\n\n[Docs](https://oxy-ui.cn/component/checkbox.html#checkboxgroup)"},"oxy-circle":{"attributes":["v-model","custom-class","custom-style","size","color","layer-color","fill","speed","text","stroke-width","stroke-linecap","clockwise"],"description":"圆环形的进度条组件,支持进度渐变动画。\n\n[Docs](https://oxy-ui.cn/component/circle.html#circle)"},"oxy-col-picker":{"attributes":["v-model","columns","label","label-width","placeholder","disabled","readonly","required","marker-side","size","error","align-right","ellipsis","value-key","label-key","tip-key","title","close-on-click-modal","safe-area-inset-bottom","z-index","popup-max-width","root-portal","loading-color","auto-complete","column-change","display-format","before-open","before-confirm","show-confirm","confirm-text","prop","rules","line-width","line-height","confirm","close"],"description":"使用多列选择器来做级联,交互效果较好,多列选择器支持无限级选择。\n\n[Docs](https://oxy-ui.cn/component/col-picker.html#colpicker)"},"oxy-collapse-item":{"attributes":["name","title","disabled","before-expend","custom-class","custom-body-style","custom-body-class"],"description":"将一组内容放置在多个折叠面板中,点击面板的标题可以展开或收缩其内容。\n\n[Docs](https://oxy-ui.cn/component/collapse.html#collapseitem)"},"oxy-collapse":{"attributes":["v-model","accordion","viewmore","use-more-slot","line-num","custom-more-slot-class","change"],"description":"将一组内容放置在多个折叠面板中,点击面板的标题可以展开或收缩其内容。\n\n[Docs](https://oxy-ui.cn/component/collapse.html#collapse)"},"oxy-config-provider":{"attributes":["theme","theme-vars"],"description":"用于全局配置 `Oxy` 组件,提供深色模式、主题定制等能力。\n\n[Docs](https://oxy-ui.cn/component/config-provider.html#configprovider)"},"oxy-corner":{"attributes":["type","mode","round","position","text","color","bg-color"],"description":"连带容器的角标。\n\n[Docs](https://oxy-ui.cn/component/corner.html#corner)"},"oxy-count-down":{"attributes":["time","millisecond","auto-start","format","finish","change"],"description":"用于实时展示倒计时数值,支持毫秒精度。\n\n[Docs](https://oxy-ui.cn/component/count-down.html#countdown)"},"oxy-count-to":{"attributes":["font-size","color","type","start-val","end-val","duration","autoplay","decimals","decimal","separator","prefix","suffix","use-easing","finish","mounted"],"description":"数字滚动组件。\n\n[Docs](https://oxy-ui.cn/component/count-to.html#countto)"},"oxy-curtain":{"attributes":["value","model-value","src","width","to","close-position","close-on-click-modal","hide-when-close","z-index","root-portal","show-menu-by-longpress","close-on-click","click","close","click-modal","beforeenter","enter","afterenter","beforeleave","leave","afterleave","load","error"],"description":"一般用于公告类的图片弹窗。\n\n[Docs](https://oxy-ui.cn/component/curtain.html#curtain)"},"oxy-date-strip":{"attributes":["v-model","switch-mode","shape","min-date","max-date","height","grid-width","active-bg-color","active-color","bg-color","radius","first-day-of-week","format","disable-date","change"],"description":"用于展示周日历或一组日历信息。\n\n[Docs](https://oxy-ui.cn/component/date-strip.html#datestrip)"},"oxy-datetime-picker-view":{"attributes":["v-model","type","loading","loading-color","columns-height","item-height","value-key","label-key","formatter","filter","column-formatter","min-date","max-date","min-hour","max-hour","min-minute","max-minute","use-second","min-second","max-second","immediate-change","change","pickstart","pickend"],"description":"为 Picker 组件的封装,在其内部构建好日期时间选项。\n\n[Docs](https://oxy-ui.cn/component/datetime-picker-view.html#datetimepickerview)"},"oxy-datetime-picker":{"attributes":["v-model","default-value","type","loading","loading-color","columns-height","title","cancel-button-text","confirm-button-text","label","placeholder","disabled","readonly","display-format","formatter","filter","display-format-tab-label","min-date","max-date","min-hour","max-hour","min-minute","max-minute","min-second","max-second","value-key","label-key","required","marker-side","size","label-width","error","align-right","before-confirm","before-open","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","ellipsis","prop","rules","immediate-change","use-second","clearable","root-portal","open","change","confirm","cancel","toggle","clear"],"description":"为 DatetimePickerView 组件的封装,在其内部构建好日期时间选项。\n\n[Docs](https://oxy-ui.cn/component/datetime-picker.html#datetimepicker)"},"oxy-divider":{"attributes":["color","hairline","dashed","content-position","vertical"],"description":"用于将内容分隔为多个区域。\n\n[Docs](https://oxy-ui.cn/component/divider.html#divider)"},"oxy-drop-menu":{"attributes":["direction","modal","close-on-click-modal","duration","z-index"],"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropmenu)"},"oxy-drop-menu-item":{"attributes":["v-model","disabled","options","icon-name","title","icon","icon-size","before-toggle","value-key","label-key","tip-key","custom-title","custom-icon","custom-popup-class","custom-popup-style","popup-height","popup-max-width","root-portal"],"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropmenuitem)"},"oxy-dropdown-item":{"description":"向下或向上弹出的菜单列表。\n\n[Docs](https://oxy-ui.cn/component/drop-menu.html#dropdownitem)"},"oxy-echarts":{"attributes":["custom-class","custom-style","option","option-key","theme","init-options","update-options","group","manual-update","autoresize web","loading","loading-options","canvas-type","disable-scroll","support-hover","init-delay"],"description":"基于 ECharts 的封装,用于在项目中使用 ECharts 图表。\n\n[Docs](https://oxy-ui.cn/component/echarts.html#echarts)"},"oxy-fab":{"attributes":["v-model:active","type","position","draggable","direction","disabled","inactive-icon","active-icon","z-index","gap","custom-style","expandable","click"],"description":"悬浮动作按钮组件,按下可显示一组动作按钮。\n\n[Docs](https://oxy-ui.cn/component/fab.html#fab)"},"oxy-file-list":{"attributes":["data","type","enable-preview","enable-download","enable-delete","before-preview","on-preview-fail","before-download","on-download-success","on-download-fail","delete","click"],"description":"用于展示文件信息。\n\n[Docs](https://oxy-ui.cn/component/file-list.html#filelist)"},"oxy-floating-panel":{"attributes":["v-model:height","anchors","duration","content-draggable","safe-area-inset-bottom","show-scrollbar"],"description":"浮动在页面底部的面板,用户可以通过上下拖动秒板来浏览内容,从而在不离开当前视图的情况下访问更多信息,常用于地图导航。\n\n[Docs](https://oxy-ui.cn/component/floating-panel.html#floatingpanel)"},"oxy-footer":{"attributes":["height","background-color"],"description":"固定在页面底部的容器组件,常用于放置操作按钮、版权信息等内容。\n\n[Docs](https://oxy-ui.cn/component/footer.html#footer)"},"oxy-form":{"attributes":["model","rules","reset-on-change","error-type"],"description":"用于数据录入、校验,支持输入框、单选框、复选框、文件上传等类型,常见的 form 表单为`单元格`形式的展示,即左侧为表单的标题描述,右侧为表单的输入。\n\n[Docs](https://oxy-ui.cn/component/form.html#form)"},"oxy-gap":{"attributes":["height","bg-color","safe-area-bottom"],"description":"一般用于页面布局时代替margin或者padding;或者充当(底部)占位元素。\n\n[Docs](https://oxy-ui.cn/component/gap.html#gap)"},"oxy-grid":{"attributes":["column","border","gutter","square","clickable","bg-color","hover-class"],"description":"宫格可以在水平方向上把页面分隔成等宽度的区块,用于展示内容或进行页面导航。\n\n[Docs](https://oxy-ui.cn/component/grid.html#grid)"},"oxy-grid-item":{"attributes":["text","icon","is-dot","type","value","max","url","link-type","suse-slots","suse-icon-slots","suse-text-slots","icon-size","badge-props"],"description":"宫格可以在水平方向上把页面分隔成等宽度的区块,用于展示内容或进行页面导航。\n\n[Docs](https://oxy-ui.cn/component/grid.html#griditem)"},"oxy-guidance":{"attributes":["step"],"description":"用于引导用户完成一系列操作的步骤提示组件,常用于新用户首次使用应用时的操作指引。\n\n[Docs](https://oxy-ui.cn/component/guidance.html#guidance)"},"oxy-icon":{"attributes":["name","color","size","class-prefix","custom-style","click"],"description":"基于字体的图标集。\n\n[Docs](https://oxy-ui.cn/component/icon.html#icon)"},"oxy-img-cropper":{"attributes":["v-model","img-src","img-width","img-height","disabled-rotate","export-scale","max-scale","cancel-button-text","confirm-button-text","quality","file-type","aspect-ratio","confirm","cancel","imgloaderror","imgloaded"],"description":"图片剪裁组件,用于图片裁剪,支持拖拽、缩放、旋转等操作。\n\n[Docs](https://oxy-ui.cn/component/img-cropper.html#imgcropper)"},"oxy-img-lazy":{"attributes":["src","width","height","mode","border-radius","min-time-out","show-distance","effect","duration","load-src","error-src","load","error","show","error"],"description":"图片懒加载组件。\n\n[Docs](https://oxy-ui.cn/component/img-lazy.html#imglazy)"},"oxy-img":{"attributes":["src","width","height","mode","round","radius","enable-preview","show-menu-by-longpress","preview-src","click","load","error"],"description":"增强版的 img 标签,提供多种图片填充模式,支持图片懒加载、加载完成、加载失败。\n\n[Docs](https://oxy-ui.cn/component/img.html#img)"},"oxy-index-anchor":{"attributes":["index"],"description":"用于列表的索引分类显示和快速定位。\n\n[Docs](https://oxy-ui.cn/component/index-bar.html#indexanchor)"},"oxy-index-bar":{"attributes":["sticky"],"description":"用于列表的索引分类显示和快速定位。\n\n[Docs](https://oxy-ui.cn/component/index-bar.html#indexbar)"},"oxy-input-number":{"attributes":["v-model","min","max","step","step-strictly","precision","disabled","without-input","input-width","allow-null","placeholder","disable-input","disable-plus","disable-minus","adjust-position","before-change","long-press","immediate-change","update-on-init","input-type","change","focus","blur"],"description":"由增加按钮、减少按钮和输入框组成,用于在一定范围内输入、调整数字。\n\n[Docs](https://oxy-ui.cn/component/input-number.html#inputnumber)"},"oxy-input":{"attributes":["type","v-model","placeholder","clearable","maxlength","show-password","disabled","readonly","prefix-icon","suffix-icon","show-word-limit","confirm-type","confirm-hold","hold-keyboard","always-embed","placeholder-style","placeholder-class","focus","cursor-spacing","cursor","selection-start","selection-end","adjust-position","label","size","error","center","label-width","required","marker-side","no-border","prop","rules","clear-trigger","focus-when-clear","ignore-composition-event","inputmode","align-right","input","focus","blur","clear","confirm","keyboardheightchange","clickprefixicon","clicksuffixicon","click"],"description":"用户可以在文本框里输入内容。\n\n[Docs](https://oxy-ui.cn/component/input.html#input)"},"oxy-keyboard":{"attributes":["v-model:visible","v-model","title","mode","z-index","popup-max-width","maxlength","show-delete-key","random-key-order","close-text","delete-text","close-button-loading","modal","hide-on-click-outside","lock-scroll","safe-area-inset-bottom","extra-key","root-portal","v-model:car","auto-switch-lang","input","delete","close"],"description":"虚拟数字键盘,用于输入数字、密码、身份证或车牌号等场景。\n\n[Docs](https://oxy-ui.cn/component/keyboard.html#keyboard)"},"oxy-row":{"attributes":["gutter"],"description":"用于快速进行布局。\n\n[Docs](https://oxy-ui.cn/component/layout.html#row)"},"oxy-col":{"attributes":["span","offset"],"description":"用于快速进行布局。\n\n[Docs](https://oxy-ui.cn/component/layout.html#col)"},"oxy-link":{"attributes":["url","href","open-type","content","type","size","disabled","underline","color","prefix-icon","suffix-icon","navigator-props","click"],"description":"超链接组件。\n\n[Docs](https://oxy-ui.cn/component/link.html#link)"},"oxy-list":{"attributes":["data","id-key","height","item-height","show-back-to-top","back-to-top-threshold","virtual","scroll-x","scroll-y","upper-threshold","lower-threshold","scroll-left","scroll-with-animation","enable-back-to-top","show-scrollbar","refresher-enabled","refresher-threshold","refresher-default-style","refresher-background","triggered","enable-flex","scroll-anchoring","empty-text","loadmore-state","loading-text","finished-text","error-text","loading-props","scroll","scroll-to-upper","scroll-to-lower","reload","refresh","restore","abort"],"description":"展示列表数据。支持触底加载、下拉刷新、虚拟列表。\n\n[Docs](https://oxy-ui.cn/component/list.html#list)"},"oxy-loading":{"attributes":["type","color","size"],"description":"加载动画,用于表示加载中的过渡状态。\n\n[Docs](https://oxy-ui.cn/component/loading.html#loading)"},"oxy-loadmore":{"attributes":["state","loading-text","finished-text","error-text","loading-props","reload"],"description":"用于在列表底部展示加载状态。\n\n[Docs](https://oxy-ui.cn/component/loadmore.html#loadmore)"},"oxy-long-press-menu":{"attributes":["mode","menus","content","visible-arrow","menu-click","longpress"],"description":"类似于微信消息的长按弹出菜单组件。\n\n[Docs](https://oxy-ui.cn/component/long-press-menu.html#longpressmenu)"},"oxy-message-box":{"attributes":["selector","width","root-portal"],"description":"弹出对话框,常用于消息提示、消息确认等,支持函数调用。\n\n[Docs](https://oxy-ui.cn/component/message-box.html#messagebox)"},"oxy-navbar":{"attributes":["title","left-text","right-text","left-arrow","bordered","fixed","placeholder","z-index","safe-area-inset-top","left-disabled","right-disabled","avoid-menu-button-mode","click-left","click-right"],"description":"为页面提供导航功能,常用于页面顶部。\n\n[Docs](https://oxy-ui.cn/component/navbar.html#navbar)"},"oxy-navbar-capsule":{"attributes":["back","back-home"],"description":"为页面提供导航功能,常用于页面顶部。\n\n[Docs](https://oxy-ui.cn/component/navbar.html#navbarcapsule)"},"oxy-notice-bar":{"attributes":["text","type","prefix","scrollable","delay","speed","closable","wrapable","color","background-color","direction","close","next","click"],"description":"通知栏组件,用于在页面顶部展示通知提醒。\n\n[Docs](https://oxy-ui.cn/component/notice-bar.html#noticebar)"},"oxy-notify":{"attributes":["type","message","duration","z-index","position","color","background","max-width","safe-height","selector","root-portal"],"description":"通知类组件,用于在页面顶部展示通知信息。\n\n[Docs](https://oxy-ui.cn/component/notify.html#notify)"},"oxy-overlay":{"attributes":["show","duration","lock-scroll","z-index","custom-style"],"description":"创建一个遮罩层,用于强调特定的页面元素,并阻止用户进行其他操作。\n\n[Docs](https://oxy-ui.cn/component/overlay.html#overlay)"},"oxy-pagination":{"attributes":["v-model","prev-text","next-text","total-page","page-size","total","show-icon","show-message","hide-if-one-page","change"],"description":"当数据量过多时,使用分页分解数据。\n\n[Docs](https://oxy-ui.cn/component/pagination.html#pagination)"},"oxy-password-input":{"attributes":["v-model","info","error-info","length","gutter","mask","focused"],"description":"带网格的输入框组件,可以用于输入密码、短信验证码等场景,通常与[数字键盘]\n\n[Docs](https://oxy-ui.cn/component/password-input.html#passwordinput)"},"oxy-picker-view":{"attributes":["v-model","columns","loading","loading-color","columns-height","item-height","value-key","label-key","column-change","immediate-change","change","pickstart","pickend"],"description":"选择器视图,用于从一组数据中选择单个或多个值。\n\n[Docs](https://oxy-ui.cn/component/picker-view.html#pickerview)"},"oxy-picker":{"attributes":["v-model","columns","loading","loading-color","columns-height","value-key","label-key","title","cancel-button-text","confirm-button-text","label","placeholder","disabled","readonly","display-format","column-change","size","label-width","error","required","marker-side","align-right","use-label-slot","use-default-slot","before-confirm","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","ellipsis","prop","rules","immediate-change","clearable","root-portal","before-open","searchable","search-placeholder","search-key","filter-method","confirm","cancel","open","clear","search"],"description":"Picker 组件为 popup 和 pickerView 的组合。\n\n[Docs](https://oxy-ui.cn/component/picker.html#picker)"},"oxy-popover":{"attributes":["open","close","change","menuclick"],"description":"常用于展示提示信息。\n\n[Docs](https://oxy-ui.cn/component/popover.html#popover)"},"oxy-popup":{"attributes":["v-model","position","closable","close-on-click-modal","duration","z-index","max-width","custom-style","modal","modal-style","hide-when-close","lazy-render","safe-area-inset-bottom","transition","lock-scroll","root-portal","close","click-modal","before-enter","enter","after-enter","before-leave","leave","after-leave"],"description":"弹出层组件,用于展示弹窗、信息提示等内容。\n\n[Docs](https://oxy-ui.cn/component/popup.html#popup)"},"oxy-progress":{"attributes":["percentage","hide-text","color","status","duration"],"description":"用于展示操作的当前进度。\n\n[Docs](https://oxy-ui.cn/component/progress.html#progress)"},"oxy-qrcode":{"attributes":["text","logo","width","height","logo-size","padding","foreground","background","ecc","mode","pd-color","pd-radius"],"description":"用于生成二维码图片,支持自定义样式、Logo、颜色等功能。\n\n[Docs](https://oxy-ui.cn/component/qrcode.html#qrcode)"},"oxy-radio-group":{"attributes":["v-model","shape","size","checked-color","disabled","max-width","inline","cell","icon-placement","change"],"description":"单选框,用于在一组备选项中进行单选。\n\n[Docs](https://oxy-ui.cn/component/radio.html#radiogroup)"},"oxy-radio":{"attributes":["value","shape","checked-color","disabled"],"description":"单选框,用于在一组备选项中进行单选。\n\n[Docs](https://oxy-ui.cn/component/radio.html#radio)"},"oxy-rate":{"attributes":["v-model","num","readonly","size","space","color","active-color","icon","active-icon","disabled","disabled-color","allow-half","clearable","change"],"description":"用于快速的评价操作,或对评价进行展示。\n\n[Docs](https://oxy-ui.cn/component/rate.html#rate)"},"oxy-resize":{"attributes":["custom-style","custom-class","custom-container-class","resize"],"description":"当组件包裹的文档流尺寸发生变化时,触发 `resize` 事件。一般用于监听 dom 内容更新时导致的 dom 尺寸位置的变化,重新获取 dom 尺寸和位置,进行内容展示的计算操作。\n\n[Docs](https://oxy-ui.cn/component/resize.html#resize)"},"oxy-rich-text":{"attributes":["save","clear","remove"],"description":"用于渲染 Markdown/富文本内容,支持编辑模式与流式内容更新。\n\n[Docs](https://oxy-ui.cn/component/rich-text.html#richtext)"},"oxy-root-portal":{"description":"是否从页面中脱离出来,用于解决各种 fixed 失效问题,主要用于制作弹窗、弹出层等。\n\n[Docs](https://oxy-ui.cn/component/root-portal.html#root-portal)"},"oxy-search":{"attributes":["placeholder","placeholder-left","cancel-txt","light","hide-cancel","disabled","maxlength","v-model","use-suffix-slot","focus","focus-when-clear","placeholder-style","placeholder-class","focus","blur","search","clear","cancel","change"],"description":"搜索框组件,支持输入框聚焦、失焦、输入、搜索、取消、清空事件。\n\n[Docs](https://oxy-ui.cn/component/search.html#search)"},"oxy-segmented":{"attributes":["v-model:value","disabled","size","options","vibrate-short","change","click"],"description":"分段器用于展示多个选项并允许用户选择其中单个选项。\n\n[Docs](https://oxy-ui.cn/component/segmented.html#segmented)"},"oxy-select-picker":{"attributes":["v-model","columns","type","value-key","label-key","title","label","placeholder","disabled","loading","loading-color","readonly","display-format","confirm-button-text","size","label-width","error","required","marker-side","align-right","before-confirm","select-size","min","max","checked-color","use-default-slot","use-label-slot","close-on-click-modal","z-index","popup-max-width","safe-area-inset-bottom","filterable","filter-placeholder","ellipsis","scroll-into-view","show-confirm","prop","rules","clearable","root-portal","before-open","confirm","change","cancel","close","open","clear"],"description":"用于从一组选项中进行单选或多选。\n\n[Docs](https://oxy-ui.cn/component/select-picker.html#selectpicker)"},"oxy-select":{"attributes":["v-model","columns","value-key","label-key","label","label-width","placeholder","disabled","readonly","multiple","align-right","filterable","clear","collapse-tags","collapse-tags-num","empty-tips","loading","loading-text","format","def-item","no-border","inputChange","input","change"],"description":"用于从一组选项中进行单选或多选。\n\n[Docs](https://oxy-ui.cn/component/select.html#select)"},"oxy-sidebar-item":{"attributes":["label","value","icon","badge","is-dot","max","disabled","badge-props"],"description":"垂直展示的导航栏,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/sidebar.html#sidebaritem)"},"oxy-sidebar":{"attributes":["v-model","before-change","change"],"description":"垂直展示的导航栏,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/sidebar.html#sidebar)"},"oxy-signature":{"attributes":["pen-color","line-width","height","width","clear-text","confirm-text","file-type","quality","export-scale","disabled","background-color","disable-scroll","enable-history","step","pressure","min-width","max-width","min-speed","start","end","signing","confirm","clear"],"description":"用于签名场景,基于 Canvas 实现的签名组件。提供了基础签名、历史记录、笔锋效果等功能。\n\n[Docs](https://oxy-ui.cn/component/signature.html#signature)"},"oxy-skeleton":{"attributes":["theme","row-col","loading","animation"],"description":"用于等待加载内容所展示的占位图形组合,有动态效果加载效果,减少用户等待焦虑。\n\n[Docs](https://oxy-ui.cn/component/skeleton.html#skeleton)"},"oxy-slider":{"attributes":["v-model","hide-min-max","hide-label","disabled","max","min","step","active-color","inactive-color","custom-min-class","custom-max-class","dragstart","dragmove","dragend"],"description":"支持单向滑块和双向滑块。\n\n[Docs](https://oxy-ui.cn/component/slider.html#slider)"},"oxy-sort-button":{"attributes":["v-model","title","allow-reset","desc-first","line","change"],"description":"用于展示排序按钮,支持升序、降序、重置三种状态。\n\n[Docs](https://oxy-ui.cn/component/sort-button.html#sortbutton)"},"oxy-splitter":{"attributes":["layout","lazy","custom-class","custom-style"],"description":"通过拖拽分割条调整相邻面板尺寸,支持横向/纵向布局、懒更新和折叠能力。\n\n[Docs](https://oxy-ui.cn/component/splitter.html#splitter)"},"oxy-splitter-panel":{"attributes":["size","min","max","resizable","collapsible","custom-class","custom-style"],"description":"通过拖拽分割条调整相邻面板尺寸,支持横向/纵向布局、懒更新和折叠能力。\n\n[Docs](https://oxy-ui.cn/component/splitter.html#splitterpanel)"},"oxy-status-tip":{"attributes":["image","image-size","tip","image-mode"],"description":"一般用于兜底占位展示。\n\n[Docs](https://oxy-ui.cn/component/status-tip.html#statustip)"},"oxy-steps":{"attributes":["active","vertical","dot","space","align-center"],"description":"用于引导用户按照流程完成任务或向用户展示当前状态。\n\n[Docs](https://oxy-ui.cn/component/steps.html#steps)"},"oxy-step":{"attributes":["title","description","icon","status"],"description":"用于引导用户按照流程完成任务或向用户展示当前状态。\n\n[Docs](https://oxy-ui.cn/component/steps.html#step)"},"oxy-sticky":{"attributes":["z-index","offset-top"],"description":"粘性布局组件,用于在页面滚动时将元素固定在指定位置。\n\n[Docs](https://oxy-ui.cn/component/sticky.html#sticky)"},"oxy-stream-render":{"attributes":["stream-request"],"description":"基于 RenderJS 和 uni.request 方式,适配H5、小程序、 APP 的流式请求组件,仅负责触发请求与派发流式数据事件。h5和app端使用RenderJS,小程序端使用uni.request。\n\n[Docs](https://oxy-ui.cn/component/stream-render.html#streamrender)"},"oxy-swipe-action":{"attributes":["v-model","disabled","before-close","click"],"description":"常用于单元格左右滑删除等手势操作。\n\n[Docs](https://oxy-ui.cn/component/swipe-action.html#swipeaction)"},"oxy-swiper":{"attributes":["autoplay","v-model:current","direction","display-multiple-items","duration","easing-function","height","interval","list","loop","previous-margin","next-margin","snap-to-edge","indicator","indicator-position","image-mode","value-key","text-key","autoplay-video","stop-previous-video","stop-autoplay-when-video-play","muted","video-loop","adjust-height","adjust-vertical-height","custom-indicator-class","custom-image-class","custom-prev-image-class","custom-next-image-class","custom-item-class","custom-prev-class","custom-next-class","custom-text-class","custom-text-style","custom-class","custom-style","click","change","animationfinish","update:current"],"description":"用于创建轮播,它支持水平和垂直方向的滑动,可以自定义样式和指示器位置,支持视频和图片资源的轮播,支持设置轮播标题和自定义标题样式。\n\n[Docs](https://oxy-ui.cn/component/swiper.html#swiper)"},"oxy-switch":{"attributes":["v-model","disabled","active-value","inactive-value","active-color","inactive-color","size","before-change","change"],"description":"用来打开或关闭选项。\n\n[Docs](https://oxy-ui.cn/component/switch.html#switch)"},"oxy-tabbar-item":{"attributes":["title","name","icon","value","is-dot","max","badge-props"],"description":"底部导航栏,用于在不同页面之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabbar.html#tabbaritem)"},"oxy-tabbar":{"attributes":["v-model","fixed","safe-area-inset-bottom","bordered","shape","active-color","inactive-color","placeholder","z-index","change"],"description":"底部导航栏,用于在不同页面之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabbar.html#tabbar)"},"oxy-table-column":{"attributes":["prop","label","width","sortable","fixed","align"],"description":"用于展示多条结构类似的数据, 可对数据进行排序等操作。\n\n[Docs](https://oxy-ui.cn/component/table.html#tablecolumn)"},"oxy-table":{"attributes":["data","border","stripe","height","row-height","show-header","ellipsis","index","fixed-header","sort-method","row-click"],"description":"用于展示多条结构类似的数据, 可对数据进行排序等操作。\n\n[Docs](https://oxy-ui.cn/component/table.html#table)"},"oxy-tabs":{"attributes":["v-model","slidable-num","map-num","map-title","pills","pills-color","fullscreen","sticky","offset-top","swipeable","auto-line-width","line-width","line-height","color","inactive-color","animated","duration","slidable","change","click","disabled"],"description":"标签页组件,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabs.html#tabs)"},"oxy-tab":{"attributes":["name","title","disabled","lazy","badge-props"],"description":"标签页组件,用于在不同的内容区域之间进行切换。\n\n[Docs](https://oxy-ui.cn/component/tabs.html#tab)"},"oxy-tag":{"attributes":["type","plain","mark","round","icon","color","bg-color","closable","use-icon-slot","dynamic","click","close","confirm"],"description":"用于标记状态或者概括主要内容。\n\n[Docs](https://oxy-ui.cn/component/tag.html#tag)"},"oxy-text":{"attributes":["type","text","size","mode","bold","format","color","lines","toggle-expand","tooltip","line-height","decoration","prefix","suffix","call","click"],"description":"文本组件,用于展示文本信息。\n\n[Docs](https://oxy-ui.cn/component/text.html#text)"},"oxy-textarea":{"attributes":["v-model","placeholder","placeholder-style","placeholder-class","disabled","maxlength","auto-focus","focus","auto-height","fixed","cursor-spacing","cursor","confirm-type","confirm-hold","show-confirm-bar","selection-start","selection-end","adjust-position","disable-default-padding","hold-keyboard","show-password","clearable","readonly","prefix-icon","show-word-limit","label","label-width","size","error","center","no-border","required","marker-side","prop","rules","clear-trigger","focus-when-clear","ignore-composition-event","inputmode","input","focus","blur","clear","linechange","confirm","keyboardheightchange","clickprefixicon"],"description":"用于输入多行文本信息。\n\n[Docs](https://oxy-ui.cn/component/textarea.html#textarea)"},"oxy-toast":{"attributes":["selector","msg","direction","icon-name","icon-size","loading-type","loading-color","loading-size","icon-color","position","z-index","cover","icon-class","class-prefix","opened","closed"],"description":"轻提示组件,用于消息通知、加载提示、操作结果提示等场景,支持函数式调用。\n\n[Docs](https://oxy-ui.cn/component/toast.html#toast)"},"oxy-tooltip":{"attributes":["show","content","placement","disabled","visible-arrow","offset","show-close","open","close","change"],"description":"常用于展示提示信息。\n\n[Docs](https://oxy-ui.cn/component/tooltip.html#tooltip)"},"oxy-transition":{"attributes":["show","name","duration","custom-style","custom-class","lazy-render","destroy","enter-class","enter-active-class","enter-to-class","leave-class","leave-active-class","leave-to-class","disable-touch-move","before-enter","enter","after-enter","before-leave","leave","after-leave","click"],"description":"用于在元素进入或离开时应用过渡效果。\n\n[Docs](https://oxy-ui.cn/component/transition.html#transition)"},"oxy-tree":{"attributes":["v-model","data","show-checkbox","label-key","node-key","children-key","default-expanded-keys","expand-all","check-strictly","empty-text","height","show-back-to-top","back-to-top-threshold","item-height","indent","selection-leaf-only","filter-method","show-filter","filter-placeholder","node-click","node-check","node-expand","node-collapse"],"description":"用清晰的层级结构展示信息,可展开或折叠。\n\n[Docs](https://oxy-ui.cn/component/tree.html#tree)"},"oxy-upload":{"attributes":["v-model:file","action","header","multiple","disabled","reupload","limit","show-limit-num","max-size","source-type","size-type","name","form-data","header","on-preview-fail","before-upload","before-choose","before-remove","before-preview","build-form-data","loading-type","loading-color","loading-size","status-key","image-mode","accept","compressed","max-duration","camera","success-status","auto-upload","upload-method","extension","evoke-icon","list-type","list-position","success","fail","progress","chooseerror","change","remove","oversize"],"description":"图片、视频和文件上传组件\n\n[Docs](https://oxy-ui.cn/component/upload.html#upload)"},"oxy-use-toast":{"description":"用于便捷地调用 Toast 轻提示组件。\n\n[Docs](https://oxy-ui.cn/component/use-toast.html#usetoast)"},"oxy-verification-code":{"attributes":["security-code","is-case-check","code-type","code-length","width","height","line-length","background-color","line-colors","colors","refresh"],"description":"常用于登录验证,可自动生成,或通过接口获取。\n\n[Docs](https://oxy-ui.cn/component/verification-code.html#verificationcode)"},"oxy-virtual-scroll":{"attributes":["data","id-key","height","show-back-to-top","back-to-top-threshold","item-height","scroll-x","scroll-y","upper-threshold","lower-threshold","scroll-left","scroll-with-animation","enable-back-to-top","show-scrollbar","refresher-enabled","refresher-threshold","refresher-default-style","refresher-background","triggered","enable-flex","scroll-anchoring","empty-text","virtual","scroll","scroll-to-upper","scroll-to-lower"],"description":"当列表数据量过多时,使用虚拟滚动懒渲染数据。\n\n[Docs](https://oxy-ui.cn/component/virtual-scroll.html#virtualscroll)"},"oxy-voice-player":{"attributes":["src","title","artist","album","cover","loop","volume","playlist","play-mode","theme","show-cover","show-info","show-progress","show-prev-next","extra-controls","show-lyrics","lyrics","show-translation","view-mode","enable-rotation","can-seek","default-cover","custom-style","custom-class","play","pause","stop","ended","canplay","timeupdate","prev","next","song-change","play-mode-change","mode-change","volume-change","favorite-change","seek","cover-error","error"],"description":"一个功能完整的音频播放器组件,支持播放列表、歌词显示、四种显示模式。\n\n[Docs](https://oxy-ui.cn/component/voice-player.html#voiceplayer)"},"oxy-waterfall":{"attributes":["data","id-key","height","column-count","column-gap","left-gap","right-gap","refresher-enabled","triggered","enable-flex","empty-text","loadmore-state","loading-text","finished-text","error-text","scroll","scroll-to-lower","refresh","reload"],"description":"主要用于瀑布流式布局显示,视觉表现为参差不齐的多栏布局,随着页面滚动条向下滚动,这种布局还会不断加载数据块并附加至当前尾部。\n\n[Docs](https://oxy-ui.cn/component/waterfall.html#waterfall)"},"oxy-watermark":{"attributes":["content","image","image-height","image-width","gutter-x","gutter-y","width","height","full-screen","color","size","font-style","font-weight","font-family","rotate","z-index","opacity"],"description":"在页面或组件上添加指定的图片或文字,可用于版权保护、品牌宣传等场景。\n\n[Docs](https://oxy-ui.cn/component/watermark.html#watermark)"}}