@fewangsit/wangsvue-presets 1.0.81-alpha.2 → 1.0.82

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 (394) hide show
  1. package/build.sh +32 -0
  2. package/dev.sh +22 -0
  3. package/dist +13 -0
  4. package/fixedasset/accordion/index.js +75 -70
  5. package/fixedasset/autocomplete/index.js +280 -247
  6. package/fixedasset/avatar/index.js +42 -44
  7. package/fixedasset/avatargroup/index.js +7 -9
  8. package/fixedasset/badge/index.js +54 -60
  9. package/fixedasset/badgedirective/index.js +50 -49
  10. package/fixedasset/badgegroup/index.js +30 -29
  11. package/fixedasset/breadcrumb/index.js +29 -31
  12. package/fixedasset/button/index.js +506 -423
  13. package/fixedasset/buttonbulkaction/index.js +35 -35
  14. package/fixedasset/buttondownload/index.js +12 -13
  15. package/fixedasset/buttonfilter/index.js +12 -13
  16. package/fixedasset/buttonradio/index.js +122 -109
  17. package/fixedasset/buttonsearch/index.js +53 -62
  18. package/fixedasset/calendar/index.js +684 -610
  19. package/fixedasset/card/index.js +32 -32
  20. package/fixedasset/carousel/index.js +134 -129
  21. package/fixedasset/cascadeselect/index.js +219 -191
  22. package/fixedasset/changelog/index.js +29 -31
  23. package/fixedasset/checkbox/index.js +127 -107
  24. package/fixedasset/chip/index.js +45 -40
  25. package/fixedasset/chips/index.js +112 -98
  26. package/fixedasset/colorpicker/index.js +134 -118
  27. package/fixedasset/confirmpopup/index.js +122 -104
  28. package/fixedasset/contextmenu/index.js +122 -113
  29. package/fixedasset/datatable/index.js +246 -253
  30. package/fixedasset/dataview/index.js +40 -36
  31. package/fixedasset/dataviewlayoutoptions/index.js +64 -58
  32. package/fixedasset/datepicker/index.js +39 -0
  33. package/fixedasset/daypicker/index.js +38 -0
  34. package/fixedasset/dialog/index.js +249 -220
  35. package/fixedasset/dialogconfirm/index.js +42 -45
  36. package/fixedasset/dialogform/index.js +67 -68
  37. package/fixedasset/divider/index.js +72 -64
  38. package/fixedasset/dock/index.js +97 -92
  39. package/fixedasset/dropdown/index.js +230 -207
  40. package/fixedasset/fieldset/index.js +99 -87
  41. package/fixedasset/fileupload/index.js +23 -31
  42. package/fixedasset/form/index.js +42 -44
  43. package/fixedasset/global.js +87 -14
  44. package/fixedasset/{style.css → icons.css} +849 -5887
  45. package/fixedasset/image/index.js +128 -136
  46. package/fixedasset/index.css +65 -0
  47. package/fixedasset/index.js +211 -201
  48. package/fixedasset/inlinemessage/index.js +26 -30
  49. package/fixedasset/inputbadge/index.js +41 -57
  50. package/fixedasset/inputcurrency/index.js +12 -22
  51. package/fixedasset/inputgroup/index.js +40 -37
  52. package/fixedasset/inputgroupaddon/index.js +34 -34
  53. package/fixedasset/inputmask/index.js +30 -29
  54. package/fixedasset/inputnumber/index.js +50 -58
  55. package/fixedasset/inputotp/index.js +70 -63
  56. package/fixedasset/inputphonenumber/index.js +19 -34
  57. package/fixedasset/inputswitch/index.js +114 -100
  58. package/fixedasset/inputtext/index.js +27 -28
  59. package/fixedasset/knob/index.js +47 -45
  60. package/fixedasset/listbox/index.js +156 -138
  61. package/fixedasset/megamenu/index.js +218 -202
  62. package/fixedasset/menu/index.js +119 -110
  63. package/fixedasset/menubar/index.js +186 -172
  64. package/fixedasset/message/index.js +87 -85
  65. package/fixedasset/multiselect/index.js +360 -328
  66. package/fixedasset/orderlist/index.js +275 -245
  67. package/fixedasset/organizationchart/index.js +143 -129
  68. package/fixedasset/overlaypanel/index.js +36 -34
  69. package/fixedasset/paginator/index.js +547 -474
  70. package/fixedasset/panel/index.js +95 -85
  71. package/fixedasset/panelmenu/index.js +136 -124
  72. package/fixedasset/password/index.js +98 -96
  73. package/fixedasset/picklist/index.js +684 -613
  74. package/fixedasset/progressbar/index.js +112 -102
  75. package/fixedasset/rating/index.js +86 -88
  76. package/fixedasset/ripple/index.js +6 -8
  77. package/fixedasset/scrollpanel/index.js +77 -62
  78. package/fixedasset/scrolltop/index.js +45 -42
  79. package/fixedasset/selectbutton/index.js +59 -60
  80. package/fixedasset/sidebar/index.js +165 -145
  81. package/fixedasset/skeleton/index.js +19 -22
  82. package/fixedasset/slider/index.js +135 -126
  83. package/fixedasset/splitbutton/index.js +957 -786
  84. package/fixedasset/steps/index.js +132 -119
  85. package/fixedasset/tabmenu/index.js +84 -75
  86. package/fixedasset/tabview/index.js +168 -148
  87. package/fixedasset/tag/index.js +37 -37
  88. package/fixedasset/tailwind.config.js +20 -0
  89. package/fixedasset/terminal/index.js +60 -55
  90. package/fixedasset/textarea/index.js +44 -51
  91. package/fixedasset/tieredmenu/index.js +121 -108
  92. package/fixedasset/timeline/index.js +70 -83
  93. package/fixedasset/toast/index.js +97 -95
  94. package/fixedasset/togglebutton/index.js +87 -77
  95. package/fixedasset/toolbar/index.js +30 -29
  96. package/fixedasset/tooltip/index.js +44 -42
  97. package/fixedasset/tree/index.js +298 -256
  98. package/fixedasset/treeselect/index.js +395 -338
  99. package/fixedasset/tristatecheckbox/index.js +128 -106
  100. package/fixedasset/validatormessage/index.js +7 -9
  101. package/fixedasset/workcalendar/index.js +27 -36
  102. package/index.ts +1 -0
  103. package/package.json +1 -1
  104. package/release.sh +7 -0
  105. package/tsconfig.json +14 -0
  106. package/vite.config.ts +17 -0
  107. package/wangsvue/accordion/index.js +75 -70
  108. package/wangsvue/autocomplete/index.js +280 -247
  109. package/wangsvue/avatar/index.js +42 -44
  110. package/wangsvue/avatargroup/index.js +7 -9
  111. package/wangsvue/badge/index.js +54 -60
  112. package/wangsvue/badgedirective/index.js +50 -49
  113. package/wangsvue/badgegroup/index.js +30 -29
  114. package/wangsvue/breadcrumb/index.js +29 -31
  115. package/wangsvue/button/index.js +506 -423
  116. package/wangsvue/buttonbulkaction/index.js +35 -35
  117. package/wangsvue/buttondownload/index.js +12 -13
  118. package/wangsvue/buttonfilter/index.js +12 -13
  119. package/wangsvue/buttonradio/index.js +122 -109
  120. package/wangsvue/buttonsearch/index.js +53 -62
  121. package/wangsvue/calendar/index.js +684 -610
  122. package/wangsvue/card/index.js +32 -32
  123. package/wangsvue/carousel/index.js +134 -129
  124. package/wangsvue/cascadeselect/index.js +219 -191
  125. package/wangsvue/changelog/index.js +29 -31
  126. package/wangsvue/checkbox/index.js +127 -107
  127. package/wangsvue/chip/index.js +45 -40
  128. package/wangsvue/chips/index.js +112 -98
  129. package/wangsvue/colorpicker/index.js +134 -118
  130. package/wangsvue/confirmpopup/index.js +122 -104
  131. package/wangsvue/contextmenu/index.js +122 -113
  132. package/wangsvue/datatable/index.js +246 -253
  133. package/wangsvue/dataview/index.js +40 -36
  134. package/wangsvue/dataviewlayoutoptions/index.js +64 -58
  135. package/wangsvue/datepicker/index.js +39 -0
  136. package/wangsvue/daypicker/index.js +38 -0
  137. package/wangsvue/dialog/index.js +249 -220
  138. package/wangsvue/dialogconfirm/index.js +42 -45
  139. package/wangsvue/dialogform/index.js +67 -68
  140. package/wangsvue/divider/index.js +72 -64
  141. package/wangsvue/dock/index.js +97 -92
  142. package/wangsvue/dropdown/index.js +230 -207
  143. package/wangsvue/fieldset/index.js +99 -87
  144. package/wangsvue/fileupload/index.js +23 -31
  145. package/wangsvue/form/index.js +42 -44
  146. package/wangsvue/global.js +87 -14
  147. package/wangsvue/{style.css → icons.css} +857 -5822
  148. package/wangsvue/image/index.js +128 -136
  149. package/wangsvue/index.css +65 -0
  150. package/wangsvue/index.js +211 -201
  151. package/wangsvue/inlinemessage/index.js +26 -30
  152. package/wangsvue/inputbadge/index.js +41 -57
  153. package/wangsvue/inputcurrency/index.js +12 -22
  154. package/wangsvue/inputgroup/index.js +40 -37
  155. package/wangsvue/inputgroupaddon/index.js +34 -34
  156. package/wangsvue/inputmask/index.js +30 -29
  157. package/wangsvue/inputnumber/index.js +50 -58
  158. package/wangsvue/inputotp/index.js +70 -63
  159. package/wangsvue/inputphonenumber/index.js +19 -34
  160. package/wangsvue/inputswitch/index.js +114 -100
  161. package/wangsvue/inputtext/index.js +27 -28
  162. package/wangsvue/knob/index.js +47 -45
  163. package/wangsvue/listbox/index.js +156 -138
  164. package/wangsvue/megamenu/index.js +218 -202
  165. package/wangsvue/menu/index.js +119 -110
  166. package/wangsvue/menubar/index.js +186 -172
  167. package/wangsvue/message/index.js +87 -85
  168. package/wangsvue/multiselect/index.js +360 -328
  169. package/wangsvue/orderlist/index.js +275 -245
  170. package/wangsvue/organizationchart/index.js +143 -129
  171. package/wangsvue/overlaypanel/index.js +36 -34
  172. package/wangsvue/paginator/index.js +547 -474
  173. package/wangsvue/panel/index.js +95 -85
  174. package/wangsvue/panelmenu/index.js +136 -124
  175. package/wangsvue/password/index.js +98 -96
  176. package/wangsvue/picklist/index.js +684 -613
  177. package/wangsvue/progressbar/index.js +112 -102
  178. package/wangsvue/rating/index.js +86 -88
  179. package/wangsvue/ripple/index.js +6 -8
  180. package/wangsvue/scrollpanel/index.js +77 -62
  181. package/wangsvue/scrolltop/index.js +45 -42
  182. package/wangsvue/selectbutton/index.js +59 -60
  183. package/wangsvue/sidebar/index.js +165 -145
  184. package/wangsvue/skeleton/index.js +19 -22
  185. package/wangsvue/slider/index.js +135 -126
  186. package/wangsvue/splitbutton/index.js +957 -786
  187. package/wangsvue/steps/index.js +132 -119
  188. package/wangsvue/tabmenu/index.js +84 -75
  189. package/wangsvue/tabview/index.js +168 -148
  190. package/wangsvue/tag/index.js +37 -37
  191. package/wangsvue/tailwind.config.js +20 -0
  192. package/wangsvue/terminal/index.js +60 -55
  193. package/wangsvue/textarea/index.js +44 -51
  194. package/wangsvue/tieredmenu/index.js +121 -108
  195. package/wangsvue/timeline/index.js +70 -83
  196. package/wangsvue/toast/index.js +97 -95
  197. package/wangsvue/togglebutton/index.js +87 -77
  198. package/wangsvue/toolbar/index.js +30 -29
  199. package/wangsvue/tooltip/index.js +44 -42
  200. package/wangsvue/tree/index.js +298 -256
  201. package/wangsvue/treeselect/index.js +395 -338
  202. package/wangsvue/tristatecheckbox/index.js +128 -106
  203. package/wangsvue/validatormessage/index.js +7 -9
  204. package/wangsvue/workcalendar/index.js +27 -36
  205. package/fixedasset/accordion/index.d.ts +0 -37
  206. package/fixedasset/autocomplete/index.d.ts +0 -188
  207. package/fixedasset/avatar/index.d.ts +0 -85
  208. package/fixedasset/avatargroup/index.d.ts +0 -8
  209. package/fixedasset/badge/index.d.ts +0 -47
  210. package/fixedasset/badgedirective/index.d.ts +0 -50
  211. package/fixedasset/badgegroup/index.d.ts +0 -45
  212. package/fixedasset/breadcrumb/index.d.ts +0 -25
  213. package/fixedasset/button/index.d.ts +0 -46
  214. package/fixedasset/buttonbulkaction/index.d.ts +0 -32
  215. package/fixedasset/buttondownload/index.d.ts +0 -12
  216. package/fixedasset/buttonfilter/index.d.ts +0 -12
  217. package/fixedasset/buttonradio/index.d.ts +0 -58
  218. package/fixedasset/buttonsearch/index.d.ts +0 -65
  219. package/fixedasset/calendar/index.d.ts +0 -267
  220. package/fixedasset/card/index.d.ts +0 -31
  221. package/fixedasset/carousel/index.d.ts +0 -57
  222. package/fixedasset/cascadeselect/index.d.ts +0 -82
  223. package/fixedasset/changelog/index.d.ts +0 -32
  224. package/fixedasset/checkbox/index.d.ts +0 -81
  225. package/fixedasset/chip/index.d.ts +0 -23
  226. package/fixedasset/chips/index.d.ts +0 -38
  227. package/fixedasset/colorpicker/index.d.ts +0 -51
  228. package/fixedasset/confirmpopup/index.d.ts +0 -39
  229. package/fixedasset/contextmenu/index.d.ts +0 -63
  230. package/fixedasset/datatable/index.d.ts +0 -286
  231. package/fixedasset/dataview/index.d.ts +0 -15
  232. package/fixedasset/dataviewlayoutoptions/index.d.ts +0 -13
  233. package/fixedasset/dialog/index.d.ts +0 -87
  234. package/fixedasset/dialogconfirm/index.d.ts +0 -42
  235. package/fixedasset/dialogform/index.d.ts +0 -71
  236. package/fixedasset/divider/index.d.ts +0 -192
  237. package/fixedasset/dock/index.d.ts +0 -51
  238. package/fixedasset/dropdown/index.d.ts +0 -136
  239. package/fixedasset/fieldset/index.d.ts +0 -94
  240. package/fixedasset/fileupload/index.d.ts +0 -29
  241. package/fixedasset/form/index.d.ts +0 -40
  242. package/fixedasset/global.d.ts +0 -8
  243. package/fixedasset/image/index.d.ts +0 -88
  244. package/fixedasset/index.d.ts +0 -190
  245. package/fixedasset/index.system.js +0 -76
  246. package/fixedasset/inlinemessage/index.d.ts +0 -20
  247. package/fixedasset/inputbadge/index.d.ts +0 -57
  248. package/fixedasset/inputcurrency/index.d.ts +0 -27
  249. package/fixedasset/inputgroup/index.d.ts +0 -9
  250. package/fixedasset/inputgroupaddon/index.d.ts +0 -17
  251. package/fixedasset/inputmask/index.d.ts +0 -11
  252. package/fixedasset/inputnumber/index.d.ts +0 -46
  253. package/fixedasset/inputotp/index.d.ts +0 -137
  254. package/fixedasset/inputphonenumber/index.d.ts +0 -37
  255. package/fixedasset/inputswitch/index.d.ts +0 -67
  256. package/fixedasset/inputtext/index.d.ts +0 -18
  257. package/fixedasset/knob/index.d.ts +0 -22
  258. package/fixedasset/listbox/index.d.ts +0 -79
  259. package/fixedasset/megamenu/index.d.ts +0 -105
  260. package/fixedasset/menu/index.d.ts +0 -49
  261. package/fixedasset/menubar/index.d.ts +0 -85
  262. package/fixedasset/message/index.d.ts +0 -41
  263. package/fixedasset/multiselect/index.d.ts +0 -243
  264. package/fixedasset/orderlist/index.d.ts +0 -99
  265. package/fixedasset/organizationchart/index.d.ts +0 -71
  266. package/fixedasset/overlaypanel/index.d.ts +0 -17
  267. package/fixedasset/paginator/index.d.ts +0 -210
  268. package/fixedasset/panel/index.d.ts +0 -43
  269. package/fixedasset/panelmenu/index.d.ts +0 -76
  270. package/fixedasset/password/index.d.ts +0 -45
  271. package/fixedasset/picklist/index.d.ts +0 -245
  272. package/fixedasset/progressbar/index.d.ts +0 -117
  273. package/fixedasset/rating/index.d.ts +0 -47
  274. package/fixedasset/ripple/index.d.ts +0 -8
  275. package/fixedasset/scrollpanel/index.d.ts +0 -19
  276. package/fixedasset/scrolltop/index.d.ts +0 -50
  277. package/fixedasset/selectbutton/index.d.ts +0 -35
  278. package/fixedasset/sidebar/index.d.ts +0 -66
  279. package/fixedasset/skeleton/index.d.ts +0 -16
  280. package/fixedasset/slider/index.d.ts +0 -55
  281. package/fixedasset/splitbutton/index.d.ts +0 -6690
  282. package/fixedasset/steps/index.d.ts +0 -108
  283. package/fixedasset/tabmenu/index.d.ts +0 -57
  284. package/fixedasset/tabview/index.d.ts +0 -67
  285. package/fixedasset/tag/index.d.ts +0 -32
  286. package/fixedasset/terminal/index.d.ts +0 -27
  287. package/fixedasset/textarea/index.d.ts +0 -12
  288. package/fixedasset/tieredmenu/index.d.ts +0 -56
  289. package/fixedasset/timeline/index.d.ts +0 -53
  290. package/fixedasset/toast/index.d.ts +0 -61
  291. package/fixedasset/togglebutton/index.d.ts +0 -42
  292. package/fixedasset/toolbar/index.d.ts +0 -19
  293. package/fixedasset/tooltip/index.d.ts +0 -22
  294. package/fixedasset/tree/index.d.ts +0 -117
  295. package/fixedasset/treeselect/index.d.ts +0 -158
  296. package/fixedasset/tristatecheckbox/index.d.ts +0 -49
  297. package/fixedasset/validatormessage/index.d.ts +0 -8
  298. package/fixedasset/workcalendar/index.d.ts +0 -27
  299. package/index.d.ts +0 -2
  300. package/index.js +0 -7
  301. package/wangsvue/accordion/index.d.ts +0 -37
  302. package/wangsvue/autocomplete/index.d.ts +0 -188
  303. package/wangsvue/avatar/index.d.ts +0 -85
  304. package/wangsvue/avatargroup/index.d.ts +0 -8
  305. package/wangsvue/badge/index.d.ts +0 -47
  306. package/wangsvue/badgedirective/index.d.ts +0 -50
  307. package/wangsvue/badgegroup/index.d.ts +0 -45
  308. package/wangsvue/breadcrumb/index.d.ts +0 -25
  309. package/wangsvue/button/index.d.ts +0 -46
  310. package/wangsvue/buttonbulkaction/index.d.ts +0 -32
  311. package/wangsvue/buttondownload/index.d.ts +0 -12
  312. package/wangsvue/buttonfilter/index.d.ts +0 -12
  313. package/wangsvue/buttonradio/index.d.ts +0 -58
  314. package/wangsvue/buttonsearch/index.d.ts +0 -65
  315. package/wangsvue/calendar/index.d.ts +0 -267
  316. package/wangsvue/card/index.d.ts +0 -31
  317. package/wangsvue/carousel/index.d.ts +0 -57
  318. package/wangsvue/cascadeselect/index.d.ts +0 -82
  319. package/wangsvue/changelog/index.d.ts +0 -32
  320. package/wangsvue/checkbox/index.d.ts +0 -81
  321. package/wangsvue/chip/index.d.ts +0 -23
  322. package/wangsvue/chips/index.d.ts +0 -38
  323. package/wangsvue/colorpicker/index.d.ts +0 -51
  324. package/wangsvue/confirmpopup/index.d.ts +0 -39
  325. package/wangsvue/contextmenu/index.d.ts +0 -63
  326. package/wangsvue/datatable/index.d.ts +0 -286
  327. package/wangsvue/dataview/index.d.ts +0 -15
  328. package/wangsvue/dataviewlayoutoptions/index.d.ts +0 -13
  329. package/wangsvue/dialog/index.d.ts +0 -87
  330. package/wangsvue/dialogconfirm/index.d.ts +0 -42
  331. package/wangsvue/dialogform/index.d.ts +0 -71
  332. package/wangsvue/divider/index.d.ts +0 -192
  333. package/wangsvue/dock/index.d.ts +0 -51
  334. package/wangsvue/dropdown/index.d.ts +0 -136
  335. package/wangsvue/fieldset/index.d.ts +0 -94
  336. package/wangsvue/fileupload/index.d.ts +0 -29
  337. package/wangsvue/form/index.d.ts +0 -40
  338. package/wangsvue/global.d.ts +0 -8
  339. package/wangsvue/image/index.d.ts +0 -88
  340. package/wangsvue/index.d.ts +0 -190
  341. package/wangsvue/index.system.js +0 -76
  342. package/wangsvue/inlinemessage/index.d.ts +0 -20
  343. package/wangsvue/inputbadge/index.d.ts +0 -57
  344. package/wangsvue/inputcurrency/index.d.ts +0 -27
  345. package/wangsvue/inputgroup/index.d.ts +0 -9
  346. package/wangsvue/inputgroupaddon/index.d.ts +0 -17
  347. package/wangsvue/inputmask/index.d.ts +0 -11
  348. package/wangsvue/inputnumber/index.d.ts +0 -46
  349. package/wangsvue/inputotp/index.d.ts +0 -137
  350. package/wangsvue/inputphonenumber/index.d.ts +0 -37
  351. package/wangsvue/inputswitch/index.d.ts +0 -67
  352. package/wangsvue/inputtext/index.d.ts +0 -18
  353. package/wangsvue/knob/index.d.ts +0 -22
  354. package/wangsvue/listbox/index.d.ts +0 -79
  355. package/wangsvue/megamenu/index.d.ts +0 -105
  356. package/wangsvue/menu/index.d.ts +0 -49
  357. package/wangsvue/menubar/index.d.ts +0 -85
  358. package/wangsvue/message/index.d.ts +0 -41
  359. package/wangsvue/multiselect/index.d.ts +0 -243
  360. package/wangsvue/orderlist/index.d.ts +0 -99
  361. package/wangsvue/organizationchart/index.d.ts +0 -71
  362. package/wangsvue/overlaypanel/index.d.ts +0 -17
  363. package/wangsvue/paginator/index.d.ts +0 -210
  364. package/wangsvue/panel/index.d.ts +0 -43
  365. package/wangsvue/panelmenu/index.d.ts +0 -76
  366. package/wangsvue/password/index.d.ts +0 -45
  367. package/wangsvue/picklist/index.d.ts +0 -245
  368. package/wangsvue/progressbar/index.d.ts +0 -117
  369. package/wangsvue/rating/index.d.ts +0 -47
  370. package/wangsvue/ripple/index.d.ts +0 -8
  371. package/wangsvue/scrollpanel/index.d.ts +0 -19
  372. package/wangsvue/scrolltop/index.d.ts +0 -50
  373. package/wangsvue/selectbutton/index.d.ts +0 -35
  374. package/wangsvue/sidebar/index.d.ts +0 -66
  375. package/wangsvue/skeleton/index.d.ts +0 -16
  376. package/wangsvue/slider/index.d.ts +0 -55
  377. package/wangsvue/splitbutton/index.d.ts +0 -6690
  378. package/wangsvue/steps/index.d.ts +0 -108
  379. package/wangsvue/tabmenu/index.d.ts +0 -57
  380. package/wangsvue/tabview/index.d.ts +0 -67
  381. package/wangsvue/tag/index.d.ts +0 -32
  382. package/wangsvue/terminal/index.d.ts +0 -27
  383. package/wangsvue/textarea/index.d.ts +0 -12
  384. package/wangsvue/tieredmenu/index.d.ts +0 -56
  385. package/wangsvue/timeline/index.d.ts +0 -53
  386. package/wangsvue/toast/index.d.ts +0 -61
  387. package/wangsvue/togglebutton/index.d.ts +0 -42
  388. package/wangsvue/toolbar/index.d.ts +0 -19
  389. package/wangsvue/tooltip/index.d.ts +0 -22
  390. package/wangsvue/tree/index.d.ts +0 -117
  391. package/wangsvue/treeselect/index.d.ts +0 -158
  392. package/wangsvue/tristatecheckbox/index.d.ts +0 -49
  393. package/wangsvue/validatormessage/index.d.ts +0 -8
  394. package/wangsvue/workcalendar/index.d.ts +0 -27
@@ -1,613 +1,684 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = {
4
- root: {
5
- class: [
6
- // Flexbox
7
- 'flex lg:flex-row flex-col',
8
- ],
9
- },
10
- sourcecontrols: {
11
- class: [
12
- // Flexbox & Alignment
13
- 'flex lg:flex-col justify-center gap-2',
14
- // Spacing
15
- 'p-3',
16
- ],
17
- },
18
- sourcemoveupbutton: {
19
- root: function (_a) {
20
- var context = _a.context;
21
- return ({
22
- class: [
23
- // Flexbox & Alignment
24
- 'relative inline-flex items-center justify-center',
25
- // Shape
26
- 'rounded-md',
27
- // Color
28
- 'text-white',
29
- 'bg-primary-500',
30
- 'border border-primary-500',
31
- // Spacing & Size
32
- 'text-sm',
33
- 'w-8',
34
- 'm-0',
35
- 'px-2.5 py-1.5 min-w-[2rem]',
36
- 'shadow-sm',
37
- // Transitions
38
- 'transition duration-200 ease-in-out',
39
- // State
40
- 'hover:bg-primary-600 hover:border-primary-600',
41
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
42
- 'focus:ring-primary-500',
43
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
44
- // Interactivity
45
- 'cursor-pointer user-select-none',
46
- ],
47
- });
48
- },
49
- label: {
50
- class: [
51
- // Flexbox
52
- 'flex-initial',
53
- // Size
54
- 'w-0',
55
- ],
56
- },
57
- },
58
- sourcemovetopbutton: {
59
- root: function (_a) {
60
- var context = _a.context;
61
- return ({
62
- class: [
63
- // Flexbox & Alignment
64
- 'relative inline-flex items-center justify-center',
65
- // Shape
66
- 'rounded-md',
67
- // Color
68
- 'text-white',
69
- 'bg-primary-500',
70
- 'border border-primary-500',
71
- // Spacing & Size
72
- 'text-sm',
73
- 'w-8',
74
- 'm-0',
75
- 'px-2.5 py-1.5 min-w-[2rem]',
76
- 'shadow-sm',
77
- // Transitions
78
- 'transition duration-200 ease-in-out',
79
- // State
80
- 'hover:bg-primary-600 hover:border-primary-600',
81
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
82
- 'focus:ring-primary-500',
83
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
84
- // Interactivity
85
- 'cursor-pointer user-select-none',
86
- ],
87
- });
88
- },
89
- label: {
90
- class: [
91
- // Flexbox
92
- 'flex-initial',
93
- // Size
94
- 'w-0',
95
- ],
96
- },
97
- },
98
- sourcemovedownbutton: {
99
- root: function (_a) {
100
- var context = _a.context;
101
- return ({
102
- class: [
103
- // Flexbox & Alignment
104
- 'relative inline-flex items-center justify-center',
105
- // Shape
106
- 'rounded-md',
107
- // Color
108
- 'text-white',
109
- 'bg-primary-500',
110
- 'border border-primary-500',
111
- // Spacing & Size
112
- 'text-sm',
113
- 'w-8',
114
- 'm-0',
115
- 'px-2.5 py-1.5 min-w-[2rem]',
116
- 'shadow-sm',
117
- // Transitions
118
- 'transition duration-200 ease-in-out',
119
- // State
120
- 'hover:bg-primary-600 hover:border-primary-600',
121
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
122
- 'focus:ring-primary-500',
123
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
124
- // Interactivity
125
- 'cursor-pointer user-select-none',
126
- ],
127
- });
128
- },
129
- label: {
130
- class: [
131
- // Flexbox
132
- 'flex-initial',
133
- // Size
134
- 'w-0',
135
- ],
136
- },
137
- },
138
- sourcemovebottombutton: {
139
- root: function (_a) {
140
- var context = _a.context;
141
- return ({
142
- class: [
143
- // Flexbox & Alignment
144
- 'relative inline-flex items-center justify-center',
145
- // Shape
146
- 'rounded-md',
147
- // Color
148
- 'text-white',
149
- 'bg-primary-500',
150
- 'border border-primary-500',
151
- // Spacing & Size
152
- 'text-sm',
153
- 'w-8',
154
- 'm-0',
155
- 'px-2.5 py-1.5 min-w-[2rem]',
156
- 'shadow-sm',
157
- // Transitions
158
- 'transition duration-200 ease-in-out',
159
- // State
160
- 'hover:bg-primary-600 hover:border-primary-600',
161
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
162
- 'focus:ring-primary-500',
163
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
164
- // Interactivity
165
- 'cursor-pointer user-select-none',
166
- ],
167
- });
168
- },
169
- label: {
170
- class: [
171
- // Flexbox
172
- 'flex-initial',
173
- // Size
174
- 'w-0',
175
- ],
176
- },
177
- },
178
- sourcewrapper: {
179
- class: 'grow shrink basis-2/4',
180
- },
181
- sourceheader: {
182
- class: [
183
- 'font-semibold',
184
- // Shape
185
- 'border-b rounded-t-md',
186
- // Spacing
187
- 'py-3.5 px-3',
188
- // Color
189
- 'text-surface-800/80',
190
- 'bg-surface-0',
191
- 'border-surface-200 border-b',
192
- ],
193
- },
194
- sourcelist: {
195
- class: [
196
- // Spacing
197
- 'list-none m-0 p-0',
198
- // Size
199
- 'min-h-[12rem] max-h-[24rem]',
200
- // Shape
201
- 'rounded-b-md border-0',
202
- // Color
203
- 'text-surface-600/80',
204
- 'bg-surface-0',
205
- 'border border-surface-200',
206
- // Spacing
207
- 'py-3 px-0',
208
- // Focus & Outline
209
- 'outline-none',
210
- // Misc
211
- 'overflow-auto',
212
- ],
213
- },
214
- item: function (_a) {
215
- var context = _a.context;
216
- return ({
217
- class: [
218
- // Position
219
- 'relative',
220
- // Spacing
221
- 'py-3.5 px-3 m-0',
222
- // Shape
223
- 'border-b last:border-b-0',
224
- // Transition
225
- 'transition duration-200',
226
- // Color
227
- 'text-surface-700/80',
228
- 'border-surface-200',
229
- {
230
- 'bg-surface-100': context.active && !context.focused,
231
- },
232
- {
233
- 'bg-surface-200': context.active && context.focused,
234
- },
235
- {
236
- 'bg-surface-50/70': !context.active && context.focused,
237
- },
238
- // State
239
- 'hover:bg-surface-100',
240
- // Misc
241
- 'cursor-pointer overflow-hidden',
242
- ],
243
- });
244
- },
245
- buttons: {
246
- class: 'flex lg:flex-col justify-center gap-2 p-3',
247
- },
248
- movetotargetbutton: {
249
- root: function (_a) {
250
- var context = _a.context;
251
- return ({
252
- class: [
253
- // Flexbox & Alignment
254
- 'relative inline-flex items-center justify-center',
255
- // Shape
256
- 'rounded-md',
257
- // Color
258
- 'text-white',
259
- 'bg-primary-500',
260
- 'border border-primary-500',
261
- // Spacing & Size
262
- 'text-sm',
263
- 'w-8',
264
- 'm-0',
265
- 'px-2.5 py-1.5 min-w-[2rem]',
266
- 'shadow-sm',
267
- // Transitions
268
- 'transition duration-200 ease-in-out',
269
- // State
270
- 'hover:bg-primary-600 hover:border-primary-600',
271
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
272
- 'focus:ring-primary-500',
273
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
274
- // Interactivity
275
- 'cursor-pointer user-select-none',
276
- ],
277
- });
278
- },
279
- label: {
280
- class: [
281
- // Flexbox
282
- 'flex-initial',
283
- // Size
284
- 'w-0',
285
- ],
286
- },
287
- },
288
- movealltotargetbutton: {
289
- root: function (_a) {
290
- var context = _a.context;
291
- return ({
292
- class: [
293
- // Flexbox & Alignment
294
- 'relative inline-flex items-center justify-center',
295
- // Shape
296
- 'rounded-md',
297
- // Color
298
- 'text-white',
299
- 'bg-primary-500',
300
- 'border border-primary-500',
301
- // Spacing & Size
302
- 'text-sm',
303
- 'w-8',
304
- 'm-0',
305
- 'px-2.5 py-1.5 min-w-[2rem]',
306
- 'shadow-sm',
307
- // Transitions
308
- 'transition duration-200 ease-in-out',
309
- // State
310
- 'hover:bg-primary-600 hover:border-primary-600',
311
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
312
- 'focus:ring-primary-500',
313
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
314
- // Interactivity
315
- 'cursor-pointer user-select-none',
316
- ],
317
- });
318
- },
319
- label: {
320
- class: [
321
- // Flexbox
322
- 'flex-initial',
323
- // Size
324
- 'w-0',
325
- ],
326
- },
327
- },
328
- movetosourcebutton: {
329
- root: function (_a) {
330
- var context = _a.context;
331
- return ({
332
- class: [
333
- // Flexbox & Alignment
334
- 'relative inline-flex items-center justify-center',
335
- // Shape
336
- 'rounded-md',
337
- // Color
338
- 'text-white',
339
- 'bg-primary-500',
340
- 'border border-primary-500',
341
- // Spacing & Size
342
- 'text-sm',
343
- 'w-8',
344
- 'm-0',
345
- 'px-2.5 py-1.5 min-w-[2rem]',
346
- 'shadow-sm',
347
- // Transitions
348
- 'transition duration-200 ease-in-out',
349
- // State
350
- 'hover:bg-primary-600 hover:border-primary-600',
351
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
352
- 'focus:ring-primary-500',
353
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
354
- // Interactivity
355
- 'cursor-pointer user-select-none',
356
- ],
357
- });
358
- },
359
- label: {
360
- class: [
361
- // Flexbox
362
- 'flex-initial',
363
- // Size
364
- 'w-0',
365
- ],
366
- },
367
- },
368
- movealltosourcebutton: {
369
- root: function (_a) {
370
- var context = _a.context;
371
- return ({
372
- class: [
373
- // Flexbox & Alignment
374
- 'relative inline-flex items-center justify-center',
375
- // Shape
376
- 'rounded-md',
377
- // Color
378
- 'text-white',
379
- 'bg-primary-500',
380
- 'border border-primary-500',
381
- // Spacing & Size
382
- 'text-sm',
383
- 'w-8',
384
- 'm-0',
385
- 'px-2.5 py-1.5 min-w-[2rem]',
386
- 'shadow-sm',
387
- // Transitions
388
- 'transition duration-200 ease-in-out',
389
- // State
390
- 'hover:bg-primary-600 hover:border-primary-600',
391
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
392
- 'focus:ring-primary-500',
393
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
394
- // Interactivity
395
- 'cursor-pointer user-select-none',
396
- ],
397
- });
398
- },
399
- label: {
400
- class: [
401
- // Flexbox
402
- 'flex-initial',
403
- // Size
404
- 'w-0',
405
- ],
406
- },
407
- },
408
- targetcontrols: {
409
- class: 'flex lg:flex-col justify-center gap-2 p-3',
410
- },
411
- targetmoveupbutton: {
412
- root: function (_a) {
413
- var context = _a.context;
414
- return ({
415
- class: [
416
- // Flexbox & Alignment
417
- 'relative inline-flex items-center justify-center',
418
- // Shape
419
- 'rounded-md',
420
- // Color
421
- 'text-white',
422
- 'bg-primary-500',
423
- 'border border-primary-500',
424
- // Spacing & Size
425
- 'text-sm',
426
- 'w-8',
427
- 'm-0',
428
- 'px-2.5 py-1.5 min-w-[2rem]',
429
- 'shadow-sm',
430
- // Transitions
431
- 'transition duration-200 ease-in-out',
432
- // State
433
- 'hover:bg-primary-600 hover:border-primary-600',
434
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
435
- 'focus:ring-primary-500',
436
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
437
- // Interactivity
438
- 'cursor-pointer user-select-none',
439
- ],
440
- });
441
- },
442
- label: {
443
- class: [
444
- // Flexbox
445
- 'flex-initial',
446
- // Size
447
- 'w-0',
448
- ],
449
- },
450
- },
451
- targetmovetopbutton: {
452
- root: function (_a) {
453
- var context = _a.context;
454
- return ({
455
- class: [
456
- // Flexbox & Alignment
457
- 'relative inline-flex items-center justify-center',
458
- // Shape
459
- 'rounded-md',
460
- // Color
461
- 'text-white',
462
- 'bg-primary-500',
463
- 'border border-primary-500',
464
- // Spacing & Size
465
- 'text-sm',
466
- 'w-8',
467
- 'm-0',
468
- 'px-2.5 py-1.5 min-w-[2rem]',
469
- 'shadow-sm',
470
- // Transitions
471
- 'transition duration-200 ease-in-out',
472
- // State
473
- 'hover:bg-primary-600 hover:border-primary-600',
474
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
475
- 'focus:ring-primary-500',
476
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
477
- // Interactivity
478
- 'cursor-pointer user-select-none',
479
- ],
480
- });
481
- },
482
- label: {
483
- class: [
484
- // Flexbox
485
- 'flex-initial',
486
- // Size
487
- 'w-0',
488
- ],
489
- },
490
- },
491
- targetmovedownbutton: {
492
- root: function (_a) {
493
- var context = _a.context;
494
- return ({
495
- class: [
496
- // Flexbox & Alignment
497
- 'relative inline-flex items-center justify-center',
498
- // Shape
499
- 'rounded-md',
500
- // Color
501
- 'text-white',
502
- 'bg-primary-500',
503
- 'border border-primary-500',
504
- // Spacing & Size
505
- 'text-sm',
506
- 'w-8',
507
- 'm-0',
508
- 'px-2.5 py-1.5 min-w-[2rem]',
509
- 'shadow-sm',
510
- // Transitions
511
- 'transition duration-200 ease-in-out',
512
- // State
513
- 'hover:bg-primary-600 hover:border-primary-600',
514
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
515
- 'focus:ring-primary-500',
516
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
517
- // Interactivity
518
- 'cursor-pointer user-select-none',
519
- ],
520
- });
521
- },
522
- label: {
523
- class: [
524
- // Flexbox
525
- 'flex-initial',
526
- // Size
527
- 'w-0',
528
- ],
529
- },
530
- },
531
- targetmovebottombutton: {
532
- root: function (_a) {
533
- var context = _a.context;
534
- return ({
535
- class: [
536
- // Flexbox & Alignment
537
- 'relative inline-flex items-center justify-center',
538
- // Shape
539
- 'rounded-md',
540
- // Color
541
- 'text-white',
542
- 'bg-primary-500',
543
- 'border border-primary-500',
544
- // Spacing & Size
545
- 'text-sm',
546
- 'w-8',
547
- 'm-0',
548
- 'px-2.5 py-1.5 min-w-[2rem]',
549
- 'shadow-sm',
550
- // Transitions
551
- 'transition duration-200 ease-in-out',
552
- // State
553
- 'hover:bg-primary-600 hover:border-primary-600',
554
- 'focus:outline-none focus:outline-offset-0 focus:ring-2',
555
- 'focus:ring-primary-500',
556
- { 'cursor-default pointer-events-none opacity-60': context.disabled },
557
- // Interactivity
558
- 'cursor-pointer user-select-none',
559
- ],
560
- });
561
- },
562
- label: {
563
- class: [
564
- // Flexbox
565
- 'flex-initial',
566
- // Size
567
- 'w-0',
568
- ],
569
- },
570
- },
571
- targetwrapper: {
572
- class: 'grow shrink basis-2/4',
573
- },
574
- targetheader: {
575
- class: [
576
- 'font-semibold',
577
- // Shape
578
- 'border-b rounded-t-md',
579
- // Spacing
580
- 'py-3.5 px-3',
581
- // Color
582
- 'text-surface-800/80',
583
- 'bg-surface-0',
584
- 'border-surface-200 border-b',
585
- ],
586
- },
587
- targetlist: {
588
- class: [
589
- // Spacing
590
- 'list-none m-0 p-0',
591
- // Size
592
- 'min-h-[12rem] max-h-[24rem]',
593
- // Shape
594
- 'rounded-b-md border-0',
595
- // Color
596
- 'text-surface-600/80',
597
- 'bg-surface-0',
598
- 'border border-surface-200',
599
- // Spacing
600
- 'py-3 px-0',
601
- // Focus & Outline
602
- 'outline-none',
603
- // Misc
604
- 'overflow-auto',
605
- ],
606
- },
607
- transition: {
608
- enterFromClass: '!transition-none',
609
- enterActiveClass: '!transition-none',
610
- leaveActiveClass: '!transition-none',
611
- leaveToClass: '!transition-none',
612
- },
613
- };
1
+ export default {
2
+ root: {
3
+ class: [
4
+ // Flexbox
5
+ 'flex lg:flex-row flex-col',
6
+ ],
7
+ },
8
+ sourcecontrols: {
9
+ class: [
10
+ // Flexbox & Alignment
11
+ 'flex lg:flex-col justify-center gap-2',
12
+
13
+ // Spacing
14
+ 'p-3',
15
+ ],
16
+ },
17
+ sourcemoveupbutton: {
18
+ root: ({ context }) => ({
19
+ class: [
20
+ // Flexbox & Alignment
21
+ 'relative inline-flex items-center justify-center',
22
+
23
+ // Shape
24
+ 'rounded-md',
25
+
26
+ // Color
27
+ 'text-white',
28
+ 'bg-primary-500',
29
+ 'border border-primary-500',
30
+
31
+ // Spacing & Size
32
+ 'text-sm',
33
+ 'w-8',
34
+ 'm-0',
35
+ 'px-2.5 py-1.5 min-w-[2rem]',
36
+ 'shadow-sm',
37
+
38
+ // Transitions
39
+ 'transition duration-200 ease-in-out',
40
+
41
+ // State
42
+ 'hover:bg-primary-600 hover:border-primary-600',
43
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
44
+ 'focus:ring-primary-500',
45
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
46
+
47
+ // Interactivity
48
+ 'cursor-pointer user-select-none',
49
+ ],
50
+ }),
51
+ label: {
52
+ class: [
53
+ // Flexbox
54
+ 'flex-initial',
55
+
56
+ // Size
57
+ 'w-0',
58
+ ],
59
+ },
60
+ },
61
+ sourcemovetopbutton: {
62
+ root: ({ context }) => ({
63
+ class: [
64
+ // Flexbox & Alignment
65
+ 'relative inline-flex items-center justify-center',
66
+
67
+ // Shape
68
+ 'rounded-md',
69
+
70
+ // Color
71
+ 'text-white',
72
+ 'bg-primary-500',
73
+ 'border border-primary-500',
74
+
75
+ // Spacing & Size
76
+ 'text-sm',
77
+ 'w-8',
78
+ 'm-0',
79
+ 'px-2.5 py-1.5 min-w-[2rem]',
80
+ 'shadow-sm',
81
+
82
+ // Transitions
83
+ 'transition duration-200 ease-in-out',
84
+
85
+ // State
86
+ 'hover:bg-primary-600 hover:border-primary-600',
87
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
88
+ 'focus:ring-primary-500',
89
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
90
+
91
+ // Interactivity
92
+ 'cursor-pointer user-select-none',
93
+ ],
94
+ }),
95
+ label: {
96
+ class: [
97
+ // Flexbox
98
+ 'flex-initial',
99
+
100
+ // Size
101
+ 'w-0',
102
+ ],
103
+ },
104
+ },
105
+ sourcemovedownbutton: {
106
+ root: ({ context }) => ({
107
+ class: [
108
+ // Flexbox & Alignment
109
+ 'relative inline-flex items-center justify-center',
110
+
111
+ // Shape
112
+ 'rounded-md',
113
+
114
+ // Color
115
+ 'text-white',
116
+ 'bg-primary-500',
117
+ 'border border-primary-500',
118
+
119
+ // Spacing & Size
120
+ 'text-sm',
121
+ 'w-8',
122
+ 'm-0',
123
+ 'px-2.5 py-1.5 min-w-[2rem]',
124
+ 'shadow-sm',
125
+
126
+ // Transitions
127
+ 'transition duration-200 ease-in-out',
128
+
129
+ // State
130
+ 'hover:bg-primary-600 hover:border-primary-600',
131
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
132
+ 'focus:ring-primary-500',
133
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
134
+
135
+ // Interactivity
136
+ 'cursor-pointer user-select-none',
137
+ ],
138
+ }),
139
+ label: {
140
+ class: [
141
+ // Flexbox
142
+ 'flex-initial',
143
+
144
+ // Size
145
+ 'w-0',
146
+ ],
147
+ },
148
+ },
149
+ sourcemovebottombutton: {
150
+ root: ({ context }) => ({
151
+ class: [
152
+ // Flexbox & Alignment
153
+ 'relative inline-flex items-center justify-center',
154
+
155
+ // Shape
156
+ 'rounded-md',
157
+
158
+ // Color
159
+ 'text-white',
160
+ 'bg-primary-500',
161
+ 'border border-primary-500',
162
+
163
+ // Spacing & Size
164
+ 'text-sm',
165
+ 'w-8',
166
+ 'm-0',
167
+ 'px-2.5 py-1.5 min-w-[2rem]',
168
+ 'shadow-sm',
169
+
170
+ // Transitions
171
+ 'transition duration-200 ease-in-out',
172
+
173
+ // State
174
+ 'hover:bg-primary-600 hover:border-primary-600',
175
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
176
+ 'focus:ring-primary-500',
177
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
178
+
179
+ // Interactivity
180
+ 'cursor-pointer user-select-none',
181
+ ],
182
+ }),
183
+ label: {
184
+ class: [
185
+ // Flexbox
186
+ 'flex-initial',
187
+
188
+ // Size
189
+ 'w-0',
190
+ ],
191
+ },
192
+ },
193
+ sourcewrapper: {
194
+ class: 'grow shrink basis-2/4',
195
+ },
196
+ sourceheader: {
197
+ class: [
198
+ 'font-semibold',
199
+
200
+ // Shape
201
+ 'border-b rounded-t-md',
202
+
203
+ // Spacing
204
+ 'py-3.5 px-3',
205
+
206
+ // Color
207
+ 'text-surface-800/80',
208
+ 'bg-surface-0',
209
+ 'border-surface-200 border-b',
210
+ ],
211
+ },
212
+ sourcelist: {
213
+ class: [
214
+ // Spacing
215
+ 'list-none m-0 p-0',
216
+
217
+ // Size
218
+ 'min-h-[12rem] max-h-[24rem]',
219
+
220
+ // Shape
221
+ 'rounded-b-md border-0',
222
+
223
+ // Color
224
+ 'text-surface-600/80',
225
+ 'bg-surface-0',
226
+ 'border border-surface-200',
227
+
228
+ // Spacing
229
+ 'py-3 px-0',
230
+
231
+ // Focus & Outline
232
+ 'outline-none',
233
+
234
+ // Misc
235
+ 'overflow-auto',
236
+ ],
237
+ },
238
+ item: ({ context }) => ({
239
+ class: [
240
+ // Position
241
+ 'relative',
242
+
243
+ // Spacing
244
+ 'py-3.5 px-3 m-0',
245
+
246
+ // Shape
247
+ 'border-b last:border-b-0',
248
+
249
+ // Transition
250
+ 'transition duration-200',
251
+
252
+ // Color
253
+ 'text-surface-700/80',
254
+ 'border-surface-200',
255
+ {
256
+ 'bg-surface-100':
257
+ context.active && !context.focused,
258
+ },
259
+ {
260
+ 'bg-surface-200':
261
+ context.active && context.focused,
262
+ },
263
+ {
264
+ 'bg-surface-50/70':
265
+ !context.active && context.focused,
266
+ },
267
+
268
+ // State
269
+ 'hover:bg-surface-100',
270
+
271
+ // Misc
272
+ 'cursor-pointer overflow-hidden',
273
+ ],
274
+ }),
275
+ buttons: {
276
+ class: 'flex lg:flex-col justify-center gap-2 p-3',
277
+ },
278
+ movetotargetbutton: {
279
+ root: ({ context }) => ({
280
+ class: [
281
+ // Flexbox & Alignment
282
+ 'relative inline-flex items-center justify-center',
283
+
284
+ // Shape
285
+ 'rounded-md',
286
+
287
+ // Color
288
+ 'text-white',
289
+ 'bg-primary-500',
290
+ 'border border-primary-500',
291
+
292
+ // Spacing & Size
293
+ 'text-sm',
294
+ 'w-8',
295
+ 'm-0',
296
+ 'px-2.5 py-1.5 min-w-[2rem]',
297
+ 'shadow-sm',
298
+
299
+ // Transitions
300
+ 'transition duration-200 ease-in-out',
301
+
302
+ // State
303
+ 'hover:bg-primary-600 hover:border-primary-600',
304
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
305
+ 'focus:ring-primary-500',
306
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
307
+
308
+ // Interactivity
309
+ 'cursor-pointer user-select-none',
310
+ ],
311
+ }),
312
+ label: {
313
+ class: [
314
+ // Flexbox
315
+ 'flex-initial',
316
+
317
+ // Size
318
+ 'w-0',
319
+ ],
320
+ },
321
+ },
322
+ movealltotargetbutton: {
323
+ root: ({ context }) => ({
324
+ class: [
325
+ // Flexbox & Alignment
326
+ 'relative inline-flex items-center justify-center',
327
+
328
+ // Shape
329
+ 'rounded-md',
330
+
331
+ // Color
332
+ 'text-white',
333
+ 'bg-primary-500',
334
+ 'border border-primary-500',
335
+
336
+ // Spacing & Size
337
+ 'text-sm',
338
+ 'w-8',
339
+ 'm-0',
340
+ 'px-2.5 py-1.5 min-w-[2rem]',
341
+ 'shadow-sm',
342
+
343
+ // Transitions
344
+ 'transition duration-200 ease-in-out',
345
+
346
+ // State
347
+ 'hover:bg-primary-600 hover:border-primary-600',
348
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
349
+ 'focus:ring-primary-500',
350
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
351
+
352
+ // Interactivity
353
+ 'cursor-pointer user-select-none',
354
+ ],
355
+ }),
356
+ label: {
357
+ class: [
358
+ // Flexbox
359
+ 'flex-initial',
360
+
361
+ // Size
362
+ 'w-0',
363
+ ],
364
+ },
365
+ },
366
+ movetosourcebutton: {
367
+ root: ({ context }) => ({
368
+ class: [
369
+ // Flexbox & Alignment
370
+ 'relative inline-flex items-center justify-center',
371
+
372
+ // Shape
373
+ 'rounded-md',
374
+
375
+ // Color
376
+ 'text-white',
377
+ 'bg-primary-500',
378
+ 'border border-primary-500',
379
+
380
+ // Spacing & Size
381
+ 'text-sm',
382
+ 'w-8',
383
+ 'm-0',
384
+ 'px-2.5 py-1.5 min-w-[2rem]',
385
+ 'shadow-sm',
386
+
387
+ // Transitions
388
+ 'transition duration-200 ease-in-out',
389
+
390
+ // State
391
+ 'hover:bg-primary-600 hover:border-primary-600',
392
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
393
+ 'focus:ring-primary-500',
394
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
395
+
396
+ // Interactivity
397
+ 'cursor-pointer user-select-none',
398
+ ],
399
+ }),
400
+ label: {
401
+ class: [
402
+ // Flexbox
403
+ 'flex-initial',
404
+
405
+ // Size
406
+ 'w-0',
407
+ ],
408
+ },
409
+ },
410
+ movealltosourcebutton: {
411
+ root: ({ context }) => ({
412
+ class: [
413
+ // Flexbox & Alignment
414
+ 'relative inline-flex items-center justify-center',
415
+
416
+ // Shape
417
+ 'rounded-md',
418
+
419
+ // Color
420
+ 'text-white',
421
+ 'bg-primary-500',
422
+ 'border border-primary-500',
423
+
424
+ // Spacing & Size
425
+ 'text-sm',
426
+ 'w-8',
427
+ 'm-0',
428
+ 'px-2.5 py-1.5 min-w-[2rem]',
429
+ 'shadow-sm',
430
+
431
+ // Transitions
432
+ 'transition duration-200 ease-in-out',
433
+
434
+ // State
435
+ 'hover:bg-primary-600 hover:border-primary-600',
436
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
437
+ 'focus:ring-primary-500',
438
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
439
+
440
+ // Interactivity
441
+ 'cursor-pointer user-select-none',
442
+ ],
443
+ }),
444
+ label: {
445
+ class: [
446
+ // Flexbox
447
+ 'flex-initial',
448
+
449
+ // Size
450
+ 'w-0',
451
+ ],
452
+ },
453
+ },
454
+ targetcontrols: {
455
+ class: 'flex lg:flex-col justify-center gap-2 p-3',
456
+ },
457
+ targetmoveupbutton: {
458
+ root: ({ context }) => ({
459
+ class: [
460
+ // Flexbox & Alignment
461
+ 'relative inline-flex items-center justify-center',
462
+
463
+ // Shape
464
+ 'rounded-md',
465
+
466
+ // Color
467
+ 'text-white',
468
+ 'bg-primary-500',
469
+ 'border border-primary-500',
470
+
471
+ // Spacing & Size
472
+ 'text-sm',
473
+ 'w-8',
474
+ 'm-0',
475
+ 'px-2.5 py-1.5 min-w-[2rem]',
476
+ 'shadow-sm',
477
+
478
+ // Transitions
479
+ 'transition duration-200 ease-in-out',
480
+
481
+ // State
482
+ 'hover:bg-primary-600 hover:border-primary-600',
483
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
484
+ 'focus:ring-primary-500',
485
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
486
+
487
+ // Interactivity
488
+ 'cursor-pointer user-select-none',
489
+ ],
490
+ }),
491
+ label: {
492
+ class: [
493
+ // Flexbox
494
+ 'flex-initial',
495
+
496
+ // Size
497
+ 'w-0',
498
+ ],
499
+ },
500
+ },
501
+ targetmovetopbutton: {
502
+ root: ({ context }) => ({
503
+ class: [
504
+ // Flexbox & Alignment
505
+ 'relative inline-flex items-center justify-center',
506
+
507
+ // Shape
508
+ 'rounded-md',
509
+
510
+ // Color
511
+ 'text-white',
512
+ 'bg-primary-500',
513
+ 'border border-primary-500',
514
+
515
+ // Spacing & Size
516
+ 'text-sm',
517
+ 'w-8',
518
+ 'm-0',
519
+ 'px-2.5 py-1.5 min-w-[2rem]',
520
+ 'shadow-sm',
521
+
522
+ // Transitions
523
+ 'transition duration-200 ease-in-out',
524
+
525
+ // State
526
+ 'hover:bg-primary-600 hover:border-primary-600',
527
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
528
+ 'focus:ring-primary-500',
529
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
530
+
531
+ // Interactivity
532
+ 'cursor-pointer user-select-none',
533
+ ],
534
+ }),
535
+ label: {
536
+ class: [
537
+ // Flexbox
538
+ 'flex-initial',
539
+
540
+ // Size
541
+ 'w-0',
542
+ ],
543
+ },
544
+ },
545
+ targetmovedownbutton: {
546
+ root: ({ context }) => ({
547
+ class: [
548
+ // Flexbox & Alignment
549
+ 'relative inline-flex items-center justify-center',
550
+
551
+ // Shape
552
+ 'rounded-md',
553
+
554
+ // Color
555
+ 'text-white',
556
+ 'bg-primary-500',
557
+ 'border border-primary-500',
558
+
559
+ // Spacing & Size
560
+ 'text-sm',
561
+ 'w-8',
562
+ 'm-0',
563
+ 'px-2.5 py-1.5 min-w-[2rem]',
564
+ 'shadow-sm',
565
+
566
+ // Transitions
567
+ 'transition duration-200 ease-in-out',
568
+
569
+ // State
570
+ 'hover:bg-primary-600 hover:border-primary-600',
571
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
572
+ 'focus:ring-primary-500',
573
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
574
+
575
+ // Interactivity
576
+ 'cursor-pointer user-select-none',
577
+ ],
578
+ }),
579
+ label: {
580
+ class: [
581
+ // Flexbox
582
+ 'flex-initial',
583
+
584
+ // Size
585
+ 'w-0',
586
+ ],
587
+ },
588
+ },
589
+ targetmovebottombutton: {
590
+ root: ({ context }) => ({
591
+ class: [
592
+ // Flexbox & Alignment
593
+ 'relative inline-flex items-center justify-center',
594
+
595
+ // Shape
596
+ 'rounded-md',
597
+
598
+ // Color
599
+ 'text-white',
600
+ 'bg-primary-500',
601
+ 'border border-primary-500',
602
+
603
+ // Spacing & Size
604
+ 'text-sm',
605
+ 'w-8',
606
+ 'm-0',
607
+ 'px-2.5 py-1.5 min-w-[2rem]',
608
+ 'shadow-sm',
609
+
610
+ // Transitions
611
+ 'transition duration-200 ease-in-out',
612
+
613
+ // State
614
+ 'hover:bg-primary-600 hover:border-primary-600',
615
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2',
616
+ 'focus:ring-primary-500',
617
+ { 'cursor-default pointer-events-none opacity-60': context.disabled },
618
+
619
+ // Interactivity
620
+ 'cursor-pointer user-select-none',
621
+ ],
622
+ }),
623
+ label: {
624
+ class: [
625
+ // Flexbox
626
+ 'flex-initial',
627
+
628
+ // Size
629
+ 'w-0',
630
+ ],
631
+ },
632
+ },
633
+ targetwrapper: {
634
+ class: 'grow shrink basis-2/4',
635
+ },
636
+ targetheader: {
637
+ class: [
638
+ 'font-semibold',
639
+
640
+ // Shape
641
+ 'border-b rounded-t-md',
642
+
643
+ // Spacing
644
+ 'py-3.5 px-3',
645
+
646
+ // Color
647
+ 'text-surface-800/80',
648
+ 'bg-surface-0',
649
+ 'border-surface-200 border-b',
650
+ ],
651
+ },
652
+ targetlist: {
653
+ class: [
654
+ // Spacing
655
+ 'list-none m-0 p-0',
656
+
657
+ // Size
658
+ 'min-h-[12rem] max-h-[24rem]',
659
+
660
+ // Shape
661
+ 'rounded-b-md border-0',
662
+
663
+ // Color
664
+ 'text-surface-600/80',
665
+ 'bg-surface-0',
666
+ 'border border-surface-200',
667
+
668
+ // Spacing
669
+ 'py-3 px-0',
670
+
671
+ // Focus & Outline
672
+ 'outline-none',
673
+
674
+ // Misc
675
+ 'overflow-auto',
676
+ ],
677
+ },
678
+ transition: {
679
+ enterFromClass: '!transition-none',
680
+ enterActiveClass: '!transition-none',
681
+ leaveActiveClass: '!transition-none',
682
+ leaveToClass: '!transition-none',
683
+ },
684
+ };