@uzum-tech/ui 1.9.0 → 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 (249) hide show
  1. package/dist/index.js +5789 -1014
  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/chat/index.d.ts +1 -1
  7. package/es/chat/src/Chat.d.ts +233 -11
  8. package/es/chat/src/Chat.js +73 -22
  9. package/es/chat/src/ChatParts/ChatAttachment.js +14 -12
  10. package/es/chat/src/ChatParts/MainArea.d.ts +1 -0
  11. package/es/chat/src/ChatParts/MainArea.js +95 -57
  12. package/es/chat/src/ChatParts/Sidebar.d.ts +920 -0
  13. package/es/chat/src/ChatParts/Sidebar.js +63 -12
  14. package/es/chat/src/interface.d.ts +24 -3
  15. package/es/chat/src/styles/index.cssr.js +13 -2
  16. package/es/components.d.ts +2 -0
  17. package/es/components.js +2 -0
  18. package/es/config-provider/src/internal-interface.d.ts +4 -0
  19. package/es/crop/index.d.ts +3 -0
  20. package/es/crop/index.js +1 -0
  21. package/es/crop/src/Crop.d.ts +222 -0
  22. package/es/crop/src/Crop.js +157 -0
  23. package/es/crop/src/interface.d.ts +6 -0
  24. package/es/crop/src/interface.js +7 -0
  25. package/es/crop/src/styles/index.cssr.d.ts +2 -0
  26. package/es/crop/src/styles/index.cssr.js +333 -0
  27. package/es/crop/styles/_common.d.ts +4 -0
  28. package/es/crop/styles/_common.js +3 -0
  29. package/es/crop/styles/dark.d.ts +3 -0
  30. package/es/crop/styles/dark.js +9 -0
  31. package/es/crop/styles/index.d.ts +3 -0
  32. package/es/crop/styles/index.js +2 -0
  33. package/es/crop/styles/light.d.ts +14 -0
  34. package/es/crop/styles/light.js +14 -0
  35. package/es/date-picker/src/DatePicker.d.ts +1308 -43
  36. package/es/date-picker/src/DatePicker.js +54 -29
  37. package/es/date-picker/src/interface.d.ts +1 -0
  38. package/es/date-picker/src/panel/date.d.ts +141 -0
  39. package/es/date-picker/src/panel/daterange.d.ts +141 -0
  40. package/es/date-picker/src/panel/datetime.d.ts +141 -0
  41. package/es/date-picker/src/panel/datetimerange.d.ts +141 -0
  42. package/es/date-picker/src/panel/panelMonth.d.ts +283 -1
  43. package/es/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  44. package/es/date-picker/src/panel/panelYear.d.ts +283 -1
  45. package/es/date-picker/src/panel/panelYearContent.d.ts +141 -0
  46. package/es/date-picker/src/panel/use-calendar.d.ts +141 -0
  47. package/es/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  48. package/es/date-picker/src/panel/use-panel-common.d.ts +141 -0
  49. package/es/date-picker/styles/dark.js +3 -1
  50. package/es/date-picker/styles/light.d.ts +123 -0
  51. package/es/date-picker/styles/light.js +3 -1
  52. package/es/descriptions/src/Descriptions.d.ts +30 -0
  53. package/es/descriptions/src/Descriptions.js +18 -10
  54. package/es/dynamic-tags/src/DynamicTags.d.ts +30 -0
  55. package/es/dynamic-tags/styles/light.d.ts +3 -0
  56. package/es/infinite-scroll/src/InfiniteScroll.js +3 -6
  57. package/es/input/src/Input.d.ts +1 -1
  58. package/es/input-number/src/InputNumber.d.ts +1 -1
  59. package/es/legacy-transfer/src/Transfer.d.ts +1 -1
  60. package/es/locales/common/arDZ.js +2 -0
  61. package/es/locales/common/deDE.js +2 -0
  62. package/es/locales/common/enGB.js +2 -0
  63. package/es/locales/common/enUS.d.ts +2 -0
  64. package/es/locales/common/enUS.js +2 -0
  65. package/es/locales/common/eo.js +2 -0
  66. package/es/locales/common/esAR.js +2 -0
  67. package/es/locales/common/faIR.js +2 -0
  68. package/es/locales/common/frFR.js +2 -0
  69. package/es/locales/common/idID.js +2 -0
  70. package/es/locales/common/itIT.js +2 -0
  71. package/es/locales/common/jaJP.js +2 -0
  72. package/es/locales/common/koKR.js +2 -0
  73. package/es/locales/common/nbNO.js +2 -0
  74. package/es/locales/common/nlNL.js +2 -0
  75. package/es/locales/common/plPL.js +2 -0
  76. package/es/locales/common/ptBR.js +2 -0
  77. package/es/locales/common/ruRU.js +2 -0
  78. package/es/locales/common/skSK.js +2 -0
  79. package/es/locales/common/svSE.js +2 -0
  80. package/es/locales/common/thTH.js +2 -0
  81. package/es/locales/common/trTR.js +2 -0
  82. package/es/locales/common/ukUA.js +2 -0
  83. package/es/locales/common/viVN.js +2 -0
  84. package/es/locales/common/zhCN.js +2 -0
  85. package/es/locales/common/zhTW.js +2 -0
  86. package/es/modal-fullscreen/index.d.ts +2 -0
  87. package/es/modal-fullscreen/index.js +1 -0
  88. package/es/modal-fullscreen/src/ModalFull.d.ts +953 -0
  89. package/es/modal-fullscreen/src/ModalFull.js +250 -0
  90. package/es/modal-fullscreen/src/interface.d.ts +0 -0
  91. package/es/modal-fullscreen/src/interface.js +1 -0
  92. package/es/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  93. package/es/modal-fullscreen/src/styles/index.cssr.js +85 -0
  94. package/es/modal-fullscreen/styles/_common.d.ts +12 -0
  95. package/es/modal-fullscreen/styles/_common.js +11 -0
  96. package/es/modal-fullscreen/styles/dark.d.ts +3 -0
  97. package/es/modal-fullscreen/styles/dark.js +14 -0
  98. package/es/modal-fullscreen/styles/index.d.ts +3 -0
  99. package/es/modal-fullscreen/styles/index.js +2 -0
  100. package/es/modal-fullscreen/styles/light.d.ts +100 -0
  101. package/es/modal-fullscreen/styles/light.js +19 -0
  102. package/es/rate/src/Rate.d.ts +1 -1
  103. package/es/select/src/Select.d.ts +1 -1
  104. package/es/slider/src/Slider.d.ts +1 -1
  105. package/es/switch/src/Switch.d.ts +1 -1
  106. package/es/tag/index.d.ts +2 -0
  107. package/es/tag/index.js +1 -0
  108. package/es/tag/src/Tag.d.ts +40 -0
  109. package/es/tag/src/Tag.js +3 -0
  110. package/es/tag/src/TagGroup.d.ts +644 -0
  111. package/es/tag/src/TagGroup.js +109 -0
  112. package/es/tag/src/styles/index.cssr.d.ts +1 -0
  113. package/es/tag/src/styles/index.cssr.js +8 -1
  114. package/es/tag/styles/light.d.ts +3 -0
  115. package/es/tag/styles/light.js +5 -0
  116. package/es/themes/dark.js +5 -1
  117. package/es/themes/light.js +5 -1
  118. package/es/time-picker/src/TimePicker.d.ts +1 -1
  119. package/es/transfer/src/Transfer.d.ts +1 -1
  120. package/es/tree-select/src/TreeSelect.d.ts +1 -1
  121. package/es/version.d.ts +1 -1
  122. package/es/version.js +1 -1
  123. package/es/virtual-list/index.d.ts +1 -1
  124. package/es/virtual-list/index.js +1 -1
  125. package/lib/_internal/scrollbar/src/Scrollbar.js +19 -38
  126. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  127. package/lib/cascader/src/Cascader.d.ts +1 -1
  128. package/lib/chat/index.d.ts +1 -1
  129. package/lib/chat/src/Chat.d.ts +233 -11
  130. package/lib/chat/src/Chat.js +73 -22
  131. package/lib/chat/src/ChatParts/ChatAttachment.js +14 -12
  132. package/lib/chat/src/ChatParts/MainArea.d.ts +1 -0
  133. package/lib/chat/src/ChatParts/MainArea.js +94 -56
  134. package/lib/chat/src/ChatParts/Sidebar.d.ts +920 -0
  135. package/lib/chat/src/ChatParts/Sidebar.js +62 -11
  136. package/lib/chat/src/interface.d.ts +24 -3
  137. package/lib/chat/src/styles/index.cssr.js +13 -2
  138. package/lib/components.d.ts +2 -0
  139. package/lib/components.js +2 -0
  140. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  141. package/lib/crop/index.d.ts +3 -0
  142. package/lib/crop/index.js +9 -0
  143. package/lib/crop/src/Crop.d.ts +222 -0
  144. package/lib/crop/src/Crop.js +163 -0
  145. package/lib/crop/src/interface.d.ts +6 -0
  146. package/lib/crop/src/interface.js +10 -0
  147. package/lib/crop/src/styles/index.cssr.d.ts +2 -0
  148. package/lib/crop/src/styles/index.cssr.js +338 -0
  149. package/lib/crop/styles/_common.d.ts +4 -0
  150. package/lib/crop/styles/_common.js +5 -0
  151. package/lib/crop/styles/dark.d.ts +3 -0
  152. package/lib/crop/styles/dark.js +11 -0
  153. package/lib/crop/styles/index.d.ts +3 -0
  154. package/lib/crop/styles/index.js +10 -0
  155. package/lib/crop/styles/light.d.ts +14 -0
  156. package/lib/crop/styles/light.js +21 -0
  157. package/lib/date-picker/src/DatePicker.d.ts +1308 -43
  158. package/lib/date-picker/src/DatePicker.js +53 -28
  159. package/lib/date-picker/src/interface.d.ts +1 -0
  160. package/lib/date-picker/src/panel/date.d.ts +141 -0
  161. package/lib/date-picker/src/panel/daterange.d.ts +141 -0
  162. package/lib/date-picker/src/panel/datetime.d.ts +141 -0
  163. package/lib/date-picker/src/panel/datetimerange.d.ts +141 -0
  164. package/lib/date-picker/src/panel/panelMonth.d.ts +283 -1
  165. package/lib/date-picker/src/panel/panelMonthContent.d.ts +141 -0
  166. package/lib/date-picker/src/panel/panelYear.d.ts +283 -1
  167. package/lib/date-picker/src/panel/panelYearContent.d.ts +141 -0
  168. package/lib/date-picker/src/panel/use-calendar.d.ts +141 -0
  169. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +141 -0
  170. package/lib/date-picker/src/panel/use-panel-common.d.ts +141 -0
  171. package/lib/date-picker/styles/dark.js +3 -1
  172. package/lib/date-picker/styles/light.d.ts +123 -0
  173. package/lib/date-picker/styles/light.js +3 -1
  174. package/lib/descriptions/src/Descriptions.d.ts +30 -0
  175. package/lib/descriptions/src/Descriptions.js +18 -10
  176. package/lib/dynamic-tags/src/DynamicTags.d.ts +30 -0
  177. package/lib/dynamic-tags/styles/light.d.ts +3 -0
  178. package/lib/infinite-scroll/src/InfiniteScroll.js +3 -6
  179. package/lib/input/src/Input.d.ts +1 -1
  180. package/lib/input-number/src/InputNumber.d.ts +1 -1
  181. package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
  182. package/lib/locales/common/arDZ.js +2 -0
  183. package/lib/locales/common/deDE.js +2 -0
  184. package/lib/locales/common/enGB.js +2 -0
  185. package/lib/locales/common/enUS.d.ts +2 -0
  186. package/lib/locales/common/enUS.js +2 -0
  187. package/lib/locales/common/eo.js +2 -0
  188. package/lib/locales/common/esAR.js +2 -0
  189. package/lib/locales/common/faIR.js +2 -0
  190. package/lib/locales/common/frFR.js +2 -0
  191. package/lib/locales/common/idID.js +2 -0
  192. package/lib/locales/common/itIT.js +2 -0
  193. package/lib/locales/common/jaJP.js +2 -0
  194. package/lib/locales/common/koKR.js +2 -0
  195. package/lib/locales/common/nbNO.js +2 -0
  196. package/lib/locales/common/nlNL.js +2 -0
  197. package/lib/locales/common/plPL.js +2 -0
  198. package/lib/locales/common/ptBR.js +2 -0
  199. package/lib/locales/common/ruRU.js +2 -0
  200. package/lib/locales/common/skSK.js +2 -0
  201. package/lib/locales/common/svSE.js +2 -0
  202. package/lib/locales/common/thTH.js +2 -0
  203. package/lib/locales/common/trTR.js +2 -0
  204. package/lib/locales/common/ukUA.js +2 -0
  205. package/lib/locales/common/viVN.js +2 -0
  206. package/lib/locales/common/zhCN.js +2 -0
  207. package/lib/locales/common/zhTW.js +2 -0
  208. package/lib/modal-fullscreen/index.d.ts +2 -0
  209. package/lib/modal-fullscreen/index.js +9 -0
  210. package/lib/modal-fullscreen/src/ModalFull.d.ts +953 -0
  211. package/lib/modal-fullscreen/src/ModalFull.js +256 -0
  212. package/lib/modal-fullscreen/src/interface.d.ts +0 -0
  213. package/lib/modal-fullscreen/src/interface.js +1 -0
  214. package/lib/modal-fullscreen/src/styles/index.cssr.d.ts +2 -0
  215. package/lib/modal-fullscreen/src/styles/index.cssr.js +90 -0
  216. package/lib/modal-fullscreen/styles/_common.d.ts +12 -0
  217. package/lib/modal-fullscreen/styles/_common.js +13 -0
  218. package/lib/modal-fullscreen/styles/dark.d.ts +3 -0
  219. package/lib/modal-fullscreen/styles/dark.js +16 -0
  220. package/lib/modal-fullscreen/styles/index.d.ts +3 -0
  221. package/lib/modal-fullscreen/styles/index.js +10 -0
  222. package/lib/modal-fullscreen/styles/light.d.ts +100 -0
  223. package/lib/modal-fullscreen/styles/light.js +26 -0
  224. package/lib/rate/src/Rate.d.ts +1 -1
  225. package/lib/select/src/Select.d.ts +1 -1
  226. package/lib/slider/src/Slider.d.ts +1 -1
  227. package/lib/switch/src/Switch.d.ts +1 -1
  228. package/lib/tag/index.d.ts +2 -0
  229. package/lib/tag/index.js +3 -1
  230. package/lib/tag/src/Tag.d.ts +40 -0
  231. package/lib/tag/src/Tag.js +3 -0
  232. package/lib/tag/src/TagGroup.d.ts +644 -0
  233. package/lib/tag/src/TagGroup.js +112 -0
  234. package/lib/tag/src/styles/index.cssr.d.ts +1 -0
  235. package/lib/tag/src/styles/index.cssr.js +9 -1
  236. package/lib/tag/styles/light.d.ts +3 -0
  237. package/lib/tag/styles/light.js +5 -0
  238. package/lib/themes/dark.js +5 -1
  239. package/lib/themes/light.js +5 -1
  240. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  241. package/lib/transfer/src/Transfer.d.ts +1 -1
  242. package/lib/tree-select/src/TreeSelect.d.ts +1 -1
  243. package/lib/version.d.ts +1 -1
  244. package/lib/version.js +1 -1
  245. package/lib/virtual-list/index.d.ts +1 -1
  246. package/lib/virtual-list/index.js +2 -2
  247. package/package.json +4 -3
  248. package/volar.d.ts +4 -0
  249. package/web-types.json +472 -4
@@ -0,0 +1,338 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const cssr_1 = require("../../../_utils/cssr");
7
+ // vars:
8
+ // --u-wrapper-border-radius
9
+ // --u-wrapper-bg-color
10
+ // --u-wrapper-width
11
+ // --u-wrapper-height
12
+ // --u-cropper-theme-color
13
+ // --u-wrapper-margin
14
+ exports.default = (0, cssr_1.c)([(0, cssr_1.c)([(0, cssr_1.c)('.cropper-container', {
15
+ direction: 'ltr',
16
+ fontSize: '0',
17
+ lineHeight: '0',
18
+ position: 'relative',
19
+ msTouchAction: 'none',
20
+ touchAction: 'none',
21
+ WebkitTouchCallout: 'none',
22
+ WebkitUserSelect: 'none',
23
+ MozUserSelect: 'none',
24
+ msUserSelect: 'none',
25
+ userSelect: 'none'
26
+ }, [(0, cssr_1.c)('img', {
27
+ backfaceVisibility: 'hidden',
28
+ display: 'block',
29
+ height: '100%',
30
+ imageOrientation: '0deg',
31
+ maxHeight: 'none !important',
32
+ maxWidth: 'none !important',
33
+ minHeight: '0 !important',
34
+ minWidth: '0 !important',
35
+ width: '100%'
36
+ })]), (0, cssr_1.c)('.cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal', {
37
+ bottom: '0',
38
+ left: '0',
39
+ position: 'absolute',
40
+ right: '0',
41
+ top: '0'
42
+ }), (0, cssr_1.c)('.cropper-wrap-box, .cropper-canvas', {
43
+ overflow: 'hidden'
44
+ }), (0, cssr_1.c)('.cropper-drag-box', {
45
+ backgroundColor: '#fff',
46
+ opacity: '0'
47
+ }), (0, cssr_1.c)('.cropper-modal', {
48
+ backgroundColor: '#000',
49
+ opacity: '0.5'
50
+ }), (0, cssr_1.c)('.cropper-view-box', {
51
+ display: 'block',
52
+ height: '100%',
53
+ outline: '1px solid #39f',
54
+ outlineColor: 'rgba(51, 153, 255, 0.75)',
55
+ overflow: 'hidden',
56
+ width: '100%'
57
+ }), (0, cssr_1.c)('.cropper-dashed', {
58
+ border: '0 dashed #eee',
59
+ display: 'block',
60
+ opacity: '0.5',
61
+ position: 'absolute'
62
+ }, [(0, cssr_1.c)('&.dashed-h', {
63
+ borderBottomWidth: '1px',
64
+ borderTopWidth: '1px',
65
+ height: 'calc(100% / 3)',
66
+ left: '0',
67
+ top: 'calc(100% / 3)',
68
+ width: '100%'
69
+ }), (0, cssr_1.c)('&.dashed-v', {
70
+ borderLeftWidth: '1px',
71
+ borderRightWidth: '1px',
72
+ height: '100%',
73
+ left: 'calc(100% / 3)',
74
+ top: '0',
75
+ width: 'calc(100% / 3)'
76
+ })]), (0, cssr_1.c)('.cropper-center', {
77
+ display: 'block',
78
+ height: '0',
79
+ left: '50%',
80
+ opacity: '0.75',
81
+ position: 'absolute',
82
+ top: '50%',
83
+ width: '0'
84
+ }, [(0, cssr_1.c)('&::before, &::after', {
85
+ backgroundColor: '#eee',
86
+ content: '" "',
87
+ display: 'block',
88
+ position: 'absolute'
89
+ }), (0, cssr_1.c)('&::before', {
90
+ height: '1px',
91
+ left: '-3px',
92
+ top: '0',
93
+ width: '7px'
94
+ }), (0, cssr_1.c)('&::after', {
95
+ height: '7px',
96
+ left: '0',
97
+ top: '-3px',
98
+ width: '1px'
99
+ })]), (0, cssr_1.c)('.cropper-face, .cropper-line, .cropper-point', {
100
+ display: 'block',
101
+ height: '100%',
102
+ opacity: '0.1',
103
+ position: 'absolute',
104
+ width: '100%'
105
+ }), (0, cssr_1.c)('.cropper-face', {
106
+ backgroundColor: '#fff',
107
+ left: '0',
108
+ top: '0'
109
+ }), (0, cssr_1.c)('.cropper-line', {
110
+ backgroundColor: '#39f'
111
+ }, [(0, cssr_1.c)('&.line-e', {
112
+ cursor: 'ew-resize',
113
+ right: '-3px',
114
+ top: '0',
115
+ width: '5px'
116
+ }), (0, cssr_1.c)('&.line-n', {
117
+ cursor: 'ns-resize',
118
+ height: '5px',
119
+ left: '0',
120
+ top: '-3px'
121
+ }), (0, cssr_1.c)('&.line-w', {
122
+ cursor: 'ew-resize',
123
+ left: '-3px',
124
+ top: '0',
125
+ width: '5px'
126
+ }), (0, cssr_1.c)('&.line-s', {
127
+ bottom: '-3px',
128
+ cursor: 'ns-resize',
129
+ height: '5px',
130
+ left: '0'
131
+ })]), (0, cssr_1.c)('.cropper-point', {
132
+ backgroundColor: '#39f',
133
+ height: '5px',
134
+ opacity: '0.75',
135
+ width: '5px'
136
+ }, [(0, cssr_1.c)('&.point-e', {
137
+ cursor: 'ew-resize',
138
+ marginTop: '-3px',
139
+ right: '-3px',
140
+ top: '50%'
141
+ }), (0, cssr_1.c)('&.point-n', {
142
+ cursor: 'ns-resize',
143
+ left: '50%',
144
+ marginLeft: '-3px',
145
+ top: '-3px'
146
+ }), (0, cssr_1.c)('&.point-w', {
147
+ cursor: 'ew-resize',
148
+ left: '-3px',
149
+ marginTop: '-3px',
150
+ top: '50%'
151
+ }), (0, cssr_1.c)('&.point-s', {
152
+ bottom: '-3px',
153
+ cursor: 's-resize',
154
+ left: '50%',
155
+ marginLeft: '-3px'
156
+ }), (0, cssr_1.c)('&.point-ne', {
157
+ cursor: 'nesw-resize',
158
+ right: '-3px',
159
+ top: '-3px'
160
+ }), (0, cssr_1.c)('&.point-nw', {
161
+ cursor: 'nwse-resize',
162
+ left: '-3px',
163
+ top: '-3px'
164
+ }), (0, cssr_1.c)('&.point-sw', {
165
+ bottom: '-3px',
166
+ cursor: 'nesw-resize',
167
+ left: '-3px'
168
+ }), (0, cssr_1.c)('&.point-se', {
169
+ bottom: '-3px',
170
+ cursor: 'nwse-resize',
171
+ height: '20px',
172
+ opacity: '1',
173
+ right: '-3px',
174
+ width: '20px'
175
+ }, [(0, cssr_1.c)('&::before', {
176
+ backgroundColor: '#39f',
177
+ bottom: '-50%',
178
+ content: '" "',
179
+ display: 'block',
180
+ height: '200%',
181
+ opacity: '0',
182
+ position: 'absolute',
183
+ right: '-50%',
184
+ width: '200%'
185
+ })])]), (0, cssr_1.c)('@media (min-width: 768px)', [(0, cssr_1.c)('.cropper-point.point-se', {
186
+ height: '15px',
187
+ width: '15px'
188
+ })]), (0, cssr_1.c)('@media (min-width: 992px)', [(0, cssr_1.c)('.cropper-point.point-se', {
189
+ height: '10px',
190
+ width: '10px'
191
+ })]), (0, cssr_1.c)('@media (min-width: 1200px)', [(0, cssr_1.c)('.cropper-point.point-se', {
192
+ height: '5px',
193
+ opacity: '0.75',
194
+ width: '5px'
195
+ })]), (0, cssr_1.c)('.cropper-invisible', {
196
+ opacity: '0'
197
+ }), (0, cssr_1.c)('.cropper-bg', {
198
+ backgroundImage: 'url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")'
199
+ }), (0, cssr_1.c)('.cropper-hide', {
200
+ display: 'block',
201
+ height: '0',
202
+ position: 'absolute',
203
+ width: '0'
204
+ }), (0, cssr_1.c)('.cropper-hidden', {
205
+ display: 'none !important'
206
+ }), (0, cssr_1.c)('.cropper-move', {
207
+ cursor: 'move'
208
+ }), (0, cssr_1.c)('.cropper-crop', {
209
+ cursor: 'crosshair'
210
+ }), (0, cssr_1.c)('.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point', {
211
+ cursor: 'not-allowed'
212
+ })]), (0, cssr_1.cB)('crop-wrapper', `
213
+ overflow: hidden;
214
+ background-color: var(--u-wrapper-bg-color);
215
+ border-radius: var(--u-wrapper-border-radius);
216
+ width: var(--u-wrapper-width);
217
+ height: var(--u-wrapper-height);
218
+ margin: var(--u-wrapper-margin);
219
+ `, [(0, cssr_1.cM)('circle', '', [(0, cssr_1.c)(`.cropper-view-box,
220
+ .cropper-face`, `
221
+ border-radius: 50%;
222
+ `)]), (0, cssr_1.c)('.cropper-view-box', `
223
+ outline: 0;
224
+ box-shadow: 0 0 0 1px var(--u-cropper-theme-color);
225
+ `), (0, cssr_1.c)(`.cropper-line,
226
+ .cropper-point`, `
227
+ background-color: var(--u-cropper-theme-color);
228
+ `), (0, cssr_1.c)(`
229
+ .point-e,
230
+ .point-n,
231
+ .point-w,
232
+ .point-s
233
+ `, `
234
+ display: none;
235
+ `), (0, cssr_1.c)('.point-se', `
236
+ width: 4px !important;
237
+ height: 4px !important;
238
+ right: -4px !important;
239
+ bottom: -4px !important;
240
+ opacity: 1;
241
+ `, [(0, cssr_1.c)('&::before', `
242
+ content: "" !important;
243
+ display: block !important;
244
+ position: absolute !important;
245
+ top: 0 !important;
246
+ left: -16px !important;
247
+ width: 16px !important;
248
+ height: 4px !important;
249
+ background-color: var(--u-cropper-theme-color) !important;
250
+ opacity: 1 !important;
251
+ `), (0, cssr_1.c)('&::after', `
252
+ content: "" !important;
253
+ display: block !important;
254
+ position: absolute !important;
255
+ top: -16px !important;
256
+ left: 0px !important;
257
+ width: 4px !important;
258
+ height: 16px !important;
259
+ background-color: var(--u-cropper-theme-color) !important;
260
+ `)]), (0, cssr_1.c)('.point-sw', `
261
+ width: 4px !important;
262
+ height: 4px !important;
263
+ left: -4px !important;
264
+ bottom: -4px !important;
265
+ opacity: 1;
266
+ `, [(0, cssr_1.c)('&::before', `
267
+ content: "" !important;
268
+ display: block !important;
269
+ position: absolute !important;
270
+ top: 0 !important;
271
+ right: -16px !important;
272
+ width: 16px !important;
273
+ height: 4px !important;
274
+ background-color: var(--u-cropper-theme-color) !important;
275
+ opacity: 1 !important;
276
+ `), (0, cssr_1.c)('&::after', `
277
+ content: "" !important;
278
+ display: block !important;
279
+ position: absolute !important;
280
+ top: -16px !important;
281
+ left: 0px !important;
282
+ width: 4px !important;
283
+ height: 16px !important;
284
+ background-color: var(--u-cropper-theme-color) !important;
285
+ `)]), (0, cssr_1.c)('.point-nw', `
286
+ width: 4px !important;
287
+ height: 4px !important;
288
+ left: -4px !important;
289
+ top: -4px !important;
290
+ opacity: 1;
291
+ `, [(0, cssr_1.c)('&::before', `
292
+ content: "" !important;
293
+ display: block !important;
294
+ position: absolute !important;
295
+ top: 0 !important;
296
+ right: -16px !important;
297
+ width: 16px !important;
298
+ height: 4px !important;
299
+ background-color: var(--u-cropper-theme-color) !important;
300
+ opacity: 1 !important;
301
+ `), (0, cssr_1.c)('&::after', `
302
+ content: "" !important;
303
+ display: block !important;
304
+ position: absolute !important;
305
+ bottom: -16px !important;
306
+ left: 0px !important;
307
+ width: 4px !important;
308
+ height: 16px !important;
309
+ background-color: var(--u-cropper-theme-color) !important;
310
+ `)]), (0, cssr_1.c)('.point-ne', `
311
+ width: 4px !important;
312
+ height: 4px !important;
313
+ right: -4px !important;
314
+ top: -4px !important;
315
+ opacity: 1;
316
+ `, [(0, cssr_1.c)('&::before', `
317
+ content: "" !important;
318
+ display: block !important;
319
+ position: absolute !important;
320
+ top: 0 !important;
321
+ left: -16px !important;
322
+ width: 16px !important;
323
+ height: 4px !important;
324
+ background-color: var(--u-cropper-theme-color) !important;
325
+ opacity: 1 !important;
326
+ `), (0, cssr_1.c)('&::after', `
327
+ content: "" !important;
328
+ display: block !important;
329
+ position: absolute !important;
330
+ bottom: -16px !important;
331
+ left: 0px !important;
332
+ width: 4px !important;
333
+ height: 16px !important;
334
+ background-color: var(--u-cropper-theme-color) !important;
335
+ `)])]), (0, cssr_1.cB)('crop-img', `
336
+ display: block;
337
+ max-width: 100%;
338
+ `)]);
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ wrapperMargin: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ wrapperMargin: '0 0 20px'
5
+ };
@@ -0,0 +1,3 @@
1
+ import { type CropTheme } from './light';
2
+ declare const cropDark: CropTheme;
3
+ export default cropDark;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const common_1 = require("../../_styles/common");
4
+ const light_1 = require("./light");
5
+ const cropDark = {
6
+ name: 'Crop',
7
+ common: common_1.commonDark,
8
+ peers: {},
9
+ self: light_1.self
10
+ };
11
+ exports.default = cropDark;
@@ -0,0 +1,3 @@
1
+ export { default as cropDark } from './dark';
2
+ export { default as cropLight } from './light';
3
+ export type { CropTheme, CropThemeVars } from './light';
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.cropLight = exports.cropDark = void 0;
7
+ var dark_1 = require("./dark");
8
+ Object.defineProperty(exports, "cropDark", { enumerable: true, get: function () { return __importDefault(dark_1).default; } });
9
+ var light_1 = require("./light");
10
+ Object.defineProperty(exports, "cropLight", { enumerable: true, get: function () { return __importDefault(light_1).default; } });
@@ -0,0 +1,14 @@
1
+ import { ThemeCommonVars } from '../../config-provider';
2
+ export declare const self: (vars: ThemeCommonVars) => {
3
+ wrapperBg: string;
4
+ wrapperBorderRadius: string;
5
+ wrapperMargin: string;
6
+ };
7
+ export type CropThemeVars = ReturnType<typeof self>;
8
+ declare const cropLight: import("../../_mixins").Theme<"Crop", {
9
+ wrapperBg: string;
10
+ wrapperBorderRadius: string;
11
+ wrapperMargin: string;
12
+ }, {}>;
13
+ export default cropLight;
14
+ export type CropTheme = typeof cropLight;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.self = void 0;
7
+ const _mixins_1 = require("../../_mixins");
8
+ const common_1 = require("../../_styles/common");
9
+ const _common_1 = __importDefault(require("./_common"));
10
+ const self = (vars) => {
11
+ const { elementsSenary, borderRadiusLarge } = vars;
12
+ return Object.assign(Object.assign({}, _common_1.default), { wrapperBg: elementsSenary, wrapperBorderRadius: borderRadiusLarge });
13
+ };
14
+ exports.self = self;
15
+ const cropLight = (0, _mixins_1.createTheme)({
16
+ name: 'Crop',
17
+ common: common_1.commonLight,
18
+ peers: {},
19
+ self: exports.self
20
+ });
21
+ exports.default = cropLight;