@uzum-tech/ui 1.9.1 → 1.10.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.
Files changed (143) hide show
  1. package/dist/index.js +5204 -750
  2. package/dist/index.prod.js +12 -3
  3. package/es/_internal/scrollbar/src/Scrollbar.js +19 -38
  4. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  5. package/es/cascader/src/Cascader.d.ts +1 -1
  6. package/es/components.d.ts +2 -0
  7. package/es/components.js +2 -0
  8. package/es/config-provider/src/internal-interface.d.ts +4 -0
  9. package/es/crop/index.d.ts +3 -0
  10. package/es/crop/index.js +1 -0
  11. package/es/crop/src/Crop.d.ts +222 -0
  12. package/es/crop/src/Crop.js +157 -0
  13. package/es/crop/src/interface.d.ts +6 -0
  14. package/es/crop/src/interface.js +7 -0
  15. package/es/crop/src/styles/index.cssr.d.ts +2 -0
  16. package/es/crop/src/styles/index.cssr.js +333 -0
  17. package/es/crop/styles/_common.d.ts +4 -0
  18. package/es/crop/styles/_common.js +3 -0
  19. package/es/crop/styles/dark.d.ts +3 -0
  20. package/es/crop/styles/dark.js +9 -0
  21. package/es/crop/styles/index.d.ts +3 -0
  22. package/es/crop/styles/index.js +2 -0
  23. package/es/crop/styles/light.d.ts +14 -0
  24. package/es/crop/styles/light.js +14 -0
  25. package/es/date-picker/src/panel/panelMonth.d.ts +1 -1
  26. package/es/date-picker/src/panel/panelYear.d.ts +1 -1
  27. package/es/dynamic-tags/src/DynamicTags.d.ts +30 -0
  28. package/es/dynamic-tags/styles/light.d.ts +3 -0
  29. package/es/infinite-scroll/src/InfiniteScroll.js +3 -6
  30. package/es/input/src/Input.d.ts +1 -1
  31. package/es/input-number/src/InputNumber.d.ts +1 -1
  32. package/es/legacy-transfer/src/Transfer.d.ts +1 -1
  33. package/es/modal-fullscreen/index.d.ts +2 -0
  34. package/es/modal-fullscreen/index.js +1 -0
  35. package/es/modal-fullscreen/src/ModalFull.d.ts +953 -0
  36. package/es/modal-fullscreen/src/ModalFull.js +250 -0
  37. package/es/modal-fullscreen/src/interface.d.ts +0 -0
  38. package/es/modal-fullscreen/src/interface.js +1 -0
  39. package/es/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  40. package/es/modal-fullscreen/src/styles/index.cssr.js +85 -0
  41. package/es/modal-fullscreen/styles/_common.d.ts +12 -0
  42. package/es/modal-fullscreen/styles/_common.js +11 -0
  43. package/es/modal-fullscreen/styles/dark.d.ts +3 -0
  44. package/es/modal-fullscreen/styles/dark.js +14 -0
  45. package/es/modal-fullscreen/styles/index.d.ts +3 -0
  46. package/es/modal-fullscreen/styles/index.js +2 -0
  47. package/es/modal-fullscreen/styles/light.d.ts +100 -0
  48. package/es/modal-fullscreen/styles/light.js +19 -0
  49. package/es/rate/src/Rate.d.ts +1 -1
  50. package/es/select/src/Select.d.ts +1 -1
  51. package/es/slider/src/Slider.d.ts +1 -1
  52. package/es/switch/src/Switch.d.ts +1 -1
  53. package/es/tag/index.d.ts +2 -0
  54. package/es/tag/index.js +1 -0
  55. package/es/tag/src/Tag.d.ts +40 -0
  56. package/es/tag/src/Tag.js +3 -0
  57. package/es/tag/src/TagGroup.d.ts +644 -0
  58. package/es/tag/src/TagGroup.js +109 -0
  59. package/es/tag/src/styles/index.cssr.d.ts +1 -0
  60. package/es/tag/src/styles/index.cssr.js +8 -1
  61. package/es/tag/styles/light.d.ts +3 -0
  62. package/es/tag/styles/light.js +5 -0
  63. package/es/themes/dark.js +5 -1
  64. package/es/themes/light.js +5 -1
  65. package/es/time-picker/src/TimePicker.d.ts +1 -1
  66. package/es/transfer/src/Transfer.d.ts +1 -1
  67. package/es/tree-select/src/TreeSelect.d.ts +1 -1
  68. package/es/version.d.ts +1 -1
  69. package/es/version.js +1 -1
  70. package/es/virtual-list/index.d.ts +1 -1
  71. package/es/virtual-list/index.js +1 -1
  72. package/lib/_internal/scrollbar/src/Scrollbar.js +19 -38
  73. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  74. package/lib/cascader/src/Cascader.d.ts +1 -1
  75. package/lib/components.d.ts +2 -0
  76. package/lib/components.js +2 -0
  77. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  78. package/lib/crop/index.d.ts +3 -0
  79. package/lib/crop/index.js +9 -0
  80. package/lib/crop/src/Crop.d.ts +222 -0
  81. package/lib/crop/src/Crop.js +163 -0
  82. package/lib/crop/src/interface.d.ts +6 -0
  83. package/lib/crop/src/interface.js +10 -0
  84. package/lib/crop/src/styles/index.cssr.d.ts +2 -0
  85. package/lib/crop/src/styles/index.cssr.js +338 -0
  86. package/lib/crop/styles/_common.d.ts +4 -0
  87. package/lib/crop/styles/_common.js +5 -0
  88. package/lib/crop/styles/dark.d.ts +3 -0
  89. package/lib/crop/styles/dark.js +11 -0
  90. package/lib/crop/styles/index.d.ts +3 -0
  91. package/lib/crop/styles/index.js +10 -0
  92. package/lib/crop/styles/light.d.ts +14 -0
  93. package/lib/crop/styles/light.js +21 -0
  94. package/lib/date-picker/src/panel/panelMonth.d.ts +1 -1
  95. package/lib/date-picker/src/panel/panelYear.d.ts +1 -1
  96. package/lib/dynamic-tags/src/DynamicTags.d.ts +30 -0
  97. package/lib/dynamic-tags/styles/light.d.ts +3 -0
  98. package/lib/infinite-scroll/src/InfiniteScroll.js +3 -6
  99. package/lib/input/src/Input.d.ts +1 -1
  100. package/lib/input-number/src/InputNumber.d.ts +1 -1
  101. package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
  102. package/lib/modal-fullscreen/index.d.ts +2 -0
  103. package/lib/modal-fullscreen/index.js +9 -0
  104. package/lib/modal-fullscreen/src/ModalFull.d.ts +953 -0
  105. package/lib/modal-fullscreen/src/ModalFull.js +256 -0
  106. package/lib/modal-fullscreen/src/interface.d.ts +0 -0
  107. package/lib/modal-fullscreen/src/interface.js +1 -0
  108. package/lib/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  109. package/lib/modal-fullscreen/src/styles/index.cssr.js +90 -0
  110. package/lib/modal-fullscreen/styles/_common.d.ts +12 -0
  111. package/lib/modal-fullscreen/styles/_common.js +13 -0
  112. package/lib/modal-fullscreen/styles/dark.d.ts +3 -0
  113. package/lib/modal-fullscreen/styles/dark.js +16 -0
  114. package/lib/modal-fullscreen/styles/index.d.ts +3 -0
  115. package/lib/modal-fullscreen/styles/index.js +10 -0
  116. package/lib/modal-fullscreen/styles/light.d.ts +100 -0
  117. package/lib/modal-fullscreen/styles/light.js +26 -0
  118. package/lib/rate/src/Rate.d.ts +1 -1
  119. package/lib/select/src/Select.d.ts +1 -1
  120. package/lib/slider/src/Slider.d.ts +1 -1
  121. package/lib/switch/src/Switch.d.ts +1 -1
  122. package/lib/tag/index.d.ts +2 -0
  123. package/lib/tag/index.js +3 -1
  124. package/lib/tag/src/Tag.d.ts +40 -0
  125. package/lib/tag/src/Tag.js +3 -0
  126. package/lib/tag/src/TagGroup.d.ts +644 -0
  127. package/lib/tag/src/TagGroup.js +112 -0
  128. package/lib/tag/src/styles/index.cssr.d.ts +1 -0
  129. package/lib/tag/src/styles/index.cssr.js +9 -1
  130. package/lib/tag/styles/light.d.ts +3 -0
  131. package/lib/tag/styles/light.js +5 -0
  132. package/lib/themes/dark.js +5 -1
  133. package/lib/themes/light.js +5 -1
  134. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  135. package/lib/transfer/src/Transfer.d.ts +1 -1
  136. package/lib/tree-select/src/TreeSelect.d.ts +1 -1
  137. package/lib/version.d.ts +1 -1
  138. package/lib/version.js +1 -1
  139. package/lib/virtual-list/index.d.ts +1 -1
  140. package/lib/virtual-list/index.js +2 -2
  141. package/package.json +2 -1
  142. package/volar.d.ts +4 -0
  143. package/web-types.json +378 -1
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "@uzum-tech/ui",
5
- "version": "1.9.1",
5
+ "version": "1.10.0",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {
@@ -10497,6 +10497,114 @@
10497
10497
  ]
10498
10498
  }
10499
10499
  },
10500
+ {
10501
+ "name": "UModalFullscreen",
10502
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10503
+ "source": {
10504
+ "symbol": "UModalFullscreen"
10505
+ },
10506
+ "slots": [],
10507
+ "attributes": [],
10508
+ "props": [
10509
+ {
10510
+ "name": "to",
10511
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10512
+ "type": "string | object"
10513
+ },
10514
+ {
10515
+ "name": "show",
10516
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10517
+ "type": "boolean"
10518
+ },
10519
+ {
10520
+ "name": "z-index",
10521
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10522
+ "type": "number"
10523
+ },
10524
+ {
10525
+ "name": "title",
10526
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10527
+ "type": "string"
10528
+ },
10529
+ {
10530
+ "name": "subtitle",
10531
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10532
+ "type": "string"
10533
+ },
10534
+ {
10535
+ "name": "background-image",
10536
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10537
+ "type": "string"
10538
+ },
10539
+ {
10540
+ "name": "fixed",
10541
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10542
+ "type": "boolean"
10543
+ },
10544
+ {
10545
+ "name": "display-directive",
10546
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10547
+ "type": "string"
10548
+ },
10549
+ {
10550
+ "name": "transform-origin",
10551
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10552
+ "type": "string"
10553
+ },
10554
+ {
10555
+ "name": "auto-focus",
10556
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10557
+ "type": "boolean"
10558
+ },
10559
+ {
10560
+ "name": "trap-focus",
10561
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10562
+ "type": "boolean"
10563
+ },
10564
+ {
10565
+ "name": "close-on-esc",
10566
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10567
+ "type": "boolean"
10568
+ },
10569
+ {
10570
+ "name": "block-scroll",
10571
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen",
10572
+ "type": "boolean"
10573
+ }
10574
+ ],
10575
+ "js": {
10576
+ "events": [
10577
+ {
10578
+ "name": "esc",
10579
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10580
+ },
10581
+ {
10582
+ "name": "close",
10583
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10584
+ },
10585
+ {
10586
+ "name": "after-enter",
10587
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10588
+ },
10589
+ {
10590
+ "name": "before-leave",
10591
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10592
+ },
10593
+ {
10594
+ "name": "after-leave",
10595
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10596
+ },
10597
+ {
10598
+ "name": "update-show",
10599
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10600
+ },
10601
+ {
10602
+ "name": "update-show",
10603
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal-fullscreen"
10604
+ }
10605
+ ]
10606
+ }
10607
+ },
10500
10608
  {
10501
10609
  "name": "UNotificationProvider",
10502
10610
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/notification",
@@ -14314,6 +14422,13 @@
14314
14422
  "description": "Whether the tag has border.",
14315
14423
  "default": "true"
14316
14424
  },
14425
+ {
14426
+ "name": "value",
14427
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14428
+ "type": "string | number | boolean",
14429
+ "description": "Value of the tag, used with `u-tag-group`.",
14430
+ "default": "undefined"
14431
+ },
14317
14432
  {
14318
14433
  "name": "checked",
14319
14434
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
@@ -14400,6 +14515,77 @@
14400
14515
  ]
14401
14516
  }
14402
14517
  },
14518
+ {
14519
+ "name": "UTagGroup",
14520
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14521
+ "source": {
14522
+ "symbol": "UTagGroup"
14523
+ },
14524
+ "slots": [
14525
+ {
14526
+ "name": "default",
14527
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14528
+ "description": "Tags in the group."
14529
+ }
14530
+ ],
14531
+ "attributes": [],
14532
+ "props": [
14533
+ {
14534
+ "name": "value",
14535
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14536
+ "type": "string | number | boolean | null",
14537
+ "description": "Selected value in controlled mode.",
14538
+ "default": "undefined"
14539
+ },
14540
+ {
14541
+ "name": "default-value",
14542
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14543
+ "type": "string | number | boolean | null",
14544
+ "description": "Default selected value.",
14545
+ "default": "null"
14546
+ },
14547
+ {
14548
+ "name": "size",
14549
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14550
+ "type": "'small' | 'medium' | 'large'",
14551
+ "description": "Size of tags in the group. Also affects default gap if gap prop is not set.",
14552
+ "default": "'medium'"
14553
+ },
14554
+ {
14555
+ "name": "gap",
14556
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14557
+ "type": "string | number",
14558
+ "description": "Gap between tags. When it's a number, it will be converted to px. If not set, uses theme value based on size (small: 4px, medium: 8px, large: 12px).",
14559
+ "default": "undefined"
14560
+ },
14561
+ {
14562
+ "name": "disabled",
14563
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14564
+ "type": "boolean",
14565
+ "description": "Whether tags in the group are disabled.",
14566
+ "default": "false"
14567
+ }
14568
+ ],
14569
+ "js": {
14570
+ "events": [
14571
+ {
14572
+ "name": "update-value",
14573
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag"
14574
+ },
14575
+ {
14576
+ "name": "update-value",
14577
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag"
14578
+ },
14579
+ {
14580
+ "name": "update:value",
14581
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
14582
+ "type": "(value: string | number | boolean) => void",
14583
+ "description": "Value change callback.",
14584
+ "default": "undefined"
14585
+ }
14586
+ ]
14587
+ }
14588
+ },
14403
14589
  {
14404
14590
  "name": "UThing",
14405
14591
  "description": "When you want to describe a thing, use thing. If you find it doesn't fit you demand, write one by yourself.\n\nI wish there is a way to build all kinds of frequently used layout inside a component. It takes me some time to figure out that the component already exist, the brower itself.",
@@ -17222,6 +17408,98 @@
17222
17408
  "events": []
17223
17409
  }
17224
17410
  },
17411
+ {
17412
+ "name": "UVirtualList",
17413
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17414
+ "source": {
17415
+ "symbol": "UVirtualList"
17416
+ },
17417
+ "slots": [],
17418
+ "attributes": [],
17419
+ "props": [
17420
+ {
17421
+ "name": "scrollbar-props",
17422
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17423
+ "type": "object"
17424
+ },
17425
+ {
17426
+ "name": "items",
17427
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17428
+ "type": "Array"
17429
+ },
17430
+ {
17431
+ "name": "item-size",
17432
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17433
+ "type": "number"
17434
+ },
17435
+ {
17436
+ "name": "item-resizable",
17437
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17438
+ "type": "boolean"
17439
+ },
17440
+ {
17441
+ "name": "items-style",
17442
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17443
+ "type": "string | object"
17444
+ },
17445
+ {
17446
+ "name": "visible-items-tag",
17447
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17448
+ "type": "string | object"
17449
+ },
17450
+ {
17451
+ "name": "visible-items-props",
17452
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17453
+ "type": "object"
17454
+ },
17455
+ {
17456
+ "name": "ignore-item-resize",
17457
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17458
+ "type": "boolean"
17459
+ },
17460
+ {
17461
+ "name": "default-scroll-key",
17462
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17463
+ "type": "number | string"
17464
+ },
17465
+ {
17466
+ "name": "default-scroll-index",
17467
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17468
+ "type": "number"
17469
+ },
17470
+ {
17471
+ "name": "key-field",
17472
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17473
+ "type": "string"
17474
+ },
17475
+ {
17476
+ "name": "padding-top",
17477
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17478
+ "type": "number | string"
17479
+ },
17480
+ {
17481
+ "name": "padding-bottom",
17482
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
17483
+ "type": "number | string"
17484
+ }
17485
+ ],
17486
+ "js": {
17487
+ "events": [
17488
+ {
17489
+ "name": "scroll",
17490
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17491
+ },
17492
+ {
17493
+ "name": "wheel",
17494
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17495
+ },
17496
+ {
17497
+ "name": "resize",
17498
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list"
17499
+ }
17500
+ ]
17501
+ }
17502
+ },
17225
17503
  {
17226
17504
  "name": "UWatermark",
17227
17505
  "description": "Watermark.",
@@ -17731,6 +18009,105 @@
17731
18009
  "js": {
17732
18010
  "events": []
17733
18011
  }
18012
+ },
18013
+ {
18014
+ "name": "UCrop",
18015
+ "description": "",
18016
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18017
+ "source": {
18018
+ "symbol": "UCrop"
18019
+ },
18020
+ "slots": [],
18021
+ "attributes": [],
18022
+ "props": [
18023
+ {
18024
+ "name": "src",
18025
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18026
+ "type": "string",
18027
+ "description": "Path to image",
18028
+ "default": "undefined"
18029
+ },
18030
+ {
18031
+ "name": "wrapper-width",
18032
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18033
+ "type": "number | string",
18034
+ "description": "Wrapper width",
18035
+ "default": "auto"
18036
+ },
18037
+ {
18038
+ "name": "wrapper-height",
18039
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18040
+ "type": "number | string",
18041
+ "description": "Wrapper height",
18042
+ "default": "auto"
18043
+ },
18044
+ {
18045
+ "name": "view-mode",
18046
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18047
+ "type": "number",
18048
+ "description": "Define the view mode of the cropper.",
18049
+ "default": "0"
18050
+ },
18051
+ {
18052
+ "name": "drag-mode",
18053
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18054
+ "type": "string",
18055
+ "description": "Define the dragging mode of the cropper.",
18056
+ "default": "none"
18057
+ },
18058
+ {
18059
+ "name": "aspect-ratio",
18060
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18061
+ "type": "number",
18062
+ "description": "Define the fixed aspect ratio of the crop box. By default, the crop box has a free ratio.",
18063
+ "default": "NaN"
18064
+ },
18065
+ {
18066
+ "name": "background",
18067
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18068
+ "type": "boolean",
18069
+ "description": "Show the grid background of the container.",
18070
+ "default": "true"
18071
+ },
18072
+ {
18073
+ "name": "circle-shape",
18074
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18075
+ "type": "boolean",
18076
+ "description": "Crop the image into a circle.",
18077
+ "default": "false"
18078
+ },
18079
+ {
18080
+ "name": "zoomable",
18081
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18082
+ "type": "boolean",
18083
+ "description": "Enable to zoom the image.",
18084
+ "default": "false"
18085
+ },
18086
+ {
18087
+ "name": "cropper-theme-color",
18088
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18089
+ "type": "string",
18090
+ "description": "Color theme.",
18091
+ "default": "#fff"
18092
+ },
18093
+ {
18094
+ "name": "cancel-button-text",
18095
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18096
+ "type": "string",
18097
+ "description": "Cancel button text.",
18098
+ "default": "Cancel"
18099
+ },
18100
+ {
18101
+ "name": "confirm-button-text",
18102
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/crop",
18103
+ "type": "string",
18104
+ "description": "Confirm button text.",
18105
+ "default": "Save"
18106
+ }
18107
+ ],
18108
+ "js": {
18109
+ "events": []
18110
+ }
17734
18111
  }
17735
18112
  ]
17736
18113
  }