@fewangsit/wangsvue-presets 1.0.82 → 1.0.84-alpha.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 (394) hide show
  1. package/fixedasset/accordion/index.d.ts +37 -0
  2. package/fixedasset/accordion/index.js +70 -75
  3. package/fixedasset/autocomplete/index.d.ts +188 -0
  4. package/fixedasset/autocomplete/index.js +247 -280
  5. package/fixedasset/avatar/index.d.ts +85 -0
  6. package/fixedasset/avatar/index.js +44 -42
  7. package/fixedasset/avatargroup/index.d.ts +8 -0
  8. package/fixedasset/avatargroup/index.js +9 -7
  9. package/fixedasset/badge/index.d.ts +47 -0
  10. package/fixedasset/badge/index.js +60 -54
  11. package/fixedasset/badgedirective/index.d.ts +50 -0
  12. package/fixedasset/badgedirective/index.js +49 -50
  13. package/fixedasset/badgegroup/index.d.ts +45 -0
  14. package/fixedasset/badgegroup/index.js +29 -30
  15. package/fixedasset/breadcrumb/index.d.ts +25 -0
  16. package/fixedasset/breadcrumb/index.js +31 -29
  17. package/fixedasset/button/index.d.ts +46 -0
  18. package/fixedasset/button/index.js +423 -506
  19. package/fixedasset/buttonbulkaction/index.d.ts +32 -0
  20. package/fixedasset/buttonbulkaction/index.js +35 -35
  21. package/fixedasset/buttondownload/index.d.ts +12 -0
  22. package/fixedasset/buttondownload/index.js +13 -12
  23. package/fixedasset/buttonfilter/index.d.ts +12 -0
  24. package/fixedasset/buttonfilter/index.js +13 -12
  25. package/fixedasset/buttonradio/index.d.ts +58 -0
  26. package/fixedasset/buttonradio/index.js +109 -122
  27. package/fixedasset/buttonsearch/index.d.ts +65 -0
  28. package/fixedasset/buttonsearch/index.js +62 -53
  29. package/fixedasset/calendar/index.d.ts +267 -0
  30. package/fixedasset/calendar/index.js +610 -684
  31. package/fixedasset/card/index.d.ts +31 -0
  32. package/fixedasset/card/index.js +32 -32
  33. package/fixedasset/carousel/index.d.ts +57 -0
  34. package/fixedasset/carousel/index.js +129 -134
  35. package/fixedasset/cascadeselect/index.d.ts +82 -0
  36. package/fixedasset/cascadeselect/index.js +191 -219
  37. package/fixedasset/changelog/index.d.ts +32 -0
  38. package/fixedasset/changelog/index.js +31 -29
  39. package/fixedasset/checkbox/index.d.ts +81 -0
  40. package/fixedasset/checkbox/index.js +107 -127
  41. package/fixedasset/chip/index.d.ts +23 -0
  42. package/fixedasset/chip/index.js +40 -45
  43. package/fixedasset/chips/index.d.ts +38 -0
  44. package/fixedasset/chips/index.js +98 -112
  45. package/fixedasset/colorpicker/index.d.ts +51 -0
  46. package/fixedasset/colorpicker/index.js +118 -134
  47. package/fixedasset/confirmpopup/index.d.ts +39 -0
  48. package/fixedasset/confirmpopup/index.js +104 -122
  49. package/fixedasset/contextmenu/index.d.ts +63 -0
  50. package/fixedasset/contextmenu/index.js +113 -122
  51. package/fixedasset/datatable/index.d.ts +286 -0
  52. package/fixedasset/datatable/index.js +253 -246
  53. package/fixedasset/dataview/index.d.ts +15 -0
  54. package/fixedasset/dataview/index.js +36 -40
  55. package/fixedasset/dataviewlayoutoptions/index.d.ts +13 -0
  56. package/fixedasset/dataviewlayoutoptions/index.js +58 -64
  57. package/fixedasset/dialog/index.d.ts +87 -0
  58. package/fixedasset/dialog/index.js +220 -249
  59. package/fixedasset/dialogconfirm/index.d.ts +42 -0
  60. package/fixedasset/dialogconfirm/index.js +45 -42
  61. package/fixedasset/dialogform/index.d.ts +71 -0
  62. package/fixedasset/dialogform/index.js +68 -67
  63. package/fixedasset/divider/index.d.ts +192 -0
  64. package/fixedasset/divider/index.js +64 -72
  65. package/fixedasset/dock/index.d.ts +51 -0
  66. package/fixedasset/dock/index.js +92 -97
  67. package/fixedasset/dropdown/index.d.ts +136 -0
  68. package/fixedasset/dropdown/index.js +207 -230
  69. package/fixedasset/fieldset/index.d.ts +94 -0
  70. package/fixedasset/fieldset/index.js +87 -99
  71. package/fixedasset/fileupload/index.d.ts +29 -0
  72. package/fixedasset/fileupload/index.js +31 -23
  73. package/fixedasset/form/index.d.ts +40 -0
  74. package/fixedasset/form/index.js +44 -42
  75. package/fixedasset/global.d.ts +8 -0
  76. package/fixedasset/global.js +14 -87
  77. package/fixedasset/image/index.d.ts +88 -0
  78. package/fixedasset/image/index.js +136 -128
  79. package/fixedasset/index.d.ts +190 -0
  80. package/fixedasset/index.js +201 -211
  81. package/fixedasset/index.system.js +76 -0
  82. package/fixedasset/inlinemessage/index.d.ts +20 -0
  83. package/fixedasset/inlinemessage/index.js +30 -26
  84. package/fixedasset/inputbadge/index.d.ts +57 -0
  85. package/fixedasset/inputbadge/index.js +57 -41
  86. package/fixedasset/inputcurrency/index.d.ts +27 -0
  87. package/fixedasset/inputcurrency/index.js +22 -12
  88. package/fixedasset/inputgroup/index.d.ts +9 -0
  89. package/fixedasset/inputgroup/index.js +37 -40
  90. package/fixedasset/inputgroupaddon/index.d.ts +17 -0
  91. package/fixedasset/inputgroupaddon/index.js +34 -34
  92. package/fixedasset/inputmask/index.d.ts +11 -0
  93. package/fixedasset/inputmask/index.js +29 -30
  94. package/fixedasset/inputnumber/index.d.ts +46 -0
  95. package/fixedasset/inputnumber/index.js +58 -50
  96. package/fixedasset/inputotp/index.d.ts +137 -0
  97. package/fixedasset/inputotp/index.js +63 -70
  98. package/fixedasset/inputphonenumber/index.d.ts +37 -0
  99. package/fixedasset/inputphonenumber/index.js +34 -19
  100. package/fixedasset/inputswitch/index.d.ts +67 -0
  101. package/fixedasset/inputswitch/index.js +100 -114
  102. package/fixedasset/inputtext/index.d.ts +18 -0
  103. package/fixedasset/inputtext/index.js +28 -27
  104. package/fixedasset/knob/index.d.ts +22 -0
  105. package/fixedasset/knob/index.js +45 -47
  106. package/fixedasset/listbox/index.d.ts +79 -0
  107. package/fixedasset/listbox/index.js +138 -156
  108. package/fixedasset/megamenu/index.d.ts +105 -0
  109. package/fixedasset/megamenu/index.js +202 -218
  110. package/fixedasset/menu/index.d.ts +49 -0
  111. package/fixedasset/menu/index.js +110 -119
  112. package/fixedasset/menubar/index.d.ts +85 -0
  113. package/fixedasset/menubar/index.js +172 -186
  114. package/fixedasset/message/index.d.ts +41 -0
  115. package/fixedasset/message/index.js +85 -87
  116. package/fixedasset/multiselect/index.d.ts +243 -0
  117. package/fixedasset/multiselect/index.js +328 -360
  118. package/fixedasset/orderlist/index.d.ts +99 -0
  119. package/fixedasset/orderlist/index.js +245 -275
  120. package/fixedasset/organizationchart/index.d.ts +71 -0
  121. package/fixedasset/organizationchart/index.js +129 -143
  122. package/fixedasset/overlaypanel/index.d.ts +17 -0
  123. package/fixedasset/overlaypanel/index.js +34 -36
  124. package/fixedasset/paginator/index.d.ts +210 -0
  125. package/fixedasset/paginator/index.js +474 -547
  126. package/fixedasset/panel/index.d.ts +43 -0
  127. package/fixedasset/panel/index.js +85 -95
  128. package/fixedasset/panelmenu/index.d.ts +76 -0
  129. package/fixedasset/panelmenu/index.js +124 -136
  130. package/fixedasset/password/index.d.ts +45 -0
  131. package/fixedasset/password/index.js +96 -98
  132. package/fixedasset/picklist/index.d.ts +245 -0
  133. package/fixedasset/picklist/index.js +613 -684
  134. package/fixedasset/progressbar/index.d.ts +117 -0
  135. package/fixedasset/progressbar/index.js +102 -112
  136. package/fixedasset/rating/index.d.ts +47 -0
  137. package/fixedasset/rating/index.js +88 -86
  138. package/fixedasset/ripple/index.d.ts +8 -0
  139. package/fixedasset/ripple/index.js +8 -6
  140. package/fixedasset/scrollpanel/index.d.ts +19 -0
  141. package/fixedasset/scrollpanel/index.js +62 -77
  142. package/fixedasset/scrolltop/index.d.ts +50 -0
  143. package/fixedasset/scrolltop/index.js +42 -45
  144. package/fixedasset/selectbutton/index.d.ts +35 -0
  145. package/fixedasset/selectbutton/index.js +60 -59
  146. package/fixedasset/sidebar/index.d.ts +66 -0
  147. package/fixedasset/sidebar/index.js +145 -165
  148. package/fixedasset/skeleton/index.d.ts +16 -0
  149. package/fixedasset/skeleton/index.js +22 -19
  150. package/fixedasset/slider/index.d.ts +55 -0
  151. package/fixedasset/slider/index.js +126 -135
  152. package/fixedasset/splitbutton/index.d.ts +6690 -0
  153. package/fixedasset/splitbutton/index.js +786 -957
  154. package/fixedasset/steps/index.d.ts +108 -0
  155. package/fixedasset/steps/index.js +119 -132
  156. package/fixedasset/{icons.css → style.css} +5887 -849
  157. package/fixedasset/tabmenu/index.d.ts +57 -0
  158. package/fixedasset/tabmenu/index.js +75 -84
  159. package/fixedasset/tabview/index.d.ts +67 -0
  160. package/fixedasset/tabview/index.js +148 -168
  161. package/fixedasset/tag/index.d.ts +32 -0
  162. package/fixedasset/tag/index.js +37 -37
  163. package/fixedasset/terminal/index.d.ts +27 -0
  164. package/fixedasset/terminal/index.js +55 -60
  165. package/fixedasset/textarea/index.d.ts +12 -0
  166. package/fixedasset/textarea/index.js +51 -44
  167. package/fixedasset/tieredmenu/index.d.ts +56 -0
  168. package/fixedasset/tieredmenu/index.js +108 -121
  169. package/fixedasset/timeline/index.d.ts +53 -0
  170. package/fixedasset/timeline/index.js +83 -70
  171. package/fixedasset/toast/index.d.ts +61 -0
  172. package/fixedasset/toast/index.js +95 -97
  173. package/fixedasset/togglebutton/index.d.ts +42 -0
  174. package/fixedasset/togglebutton/index.js +77 -87
  175. package/fixedasset/toolbar/index.d.ts +19 -0
  176. package/fixedasset/toolbar/index.js +29 -30
  177. package/fixedasset/tooltip/index.d.ts +22 -0
  178. package/fixedasset/tooltip/index.js +42 -44
  179. package/fixedasset/tree/index.d.ts +117 -0
  180. package/fixedasset/tree/index.js +256 -298
  181. package/fixedasset/treeselect/index.d.ts +158 -0
  182. package/fixedasset/treeselect/index.js +338 -395
  183. package/fixedasset/tristatecheckbox/index.d.ts +49 -0
  184. package/fixedasset/tristatecheckbox/index.js +106 -128
  185. package/fixedasset/validatormessage/index.d.ts +8 -0
  186. package/fixedasset/validatormessage/index.js +9 -7
  187. package/fixedasset/workcalendar/index.d.ts +27 -0
  188. package/fixedasset/workcalendar/index.js +36 -27
  189. package/index.d.ts +2 -0
  190. package/index.js +7 -0
  191. package/package.json +1 -1
  192. package/wangsvue/accordion/index.d.ts +37 -0
  193. package/wangsvue/accordion/index.js +70 -75
  194. package/wangsvue/autocomplete/index.d.ts +188 -0
  195. package/wangsvue/autocomplete/index.js +247 -280
  196. package/wangsvue/avatar/index.d.ts +85 -0
  197. package/wangsvue/avatar/index.js +44 -42
  198. package/wangsvue/avatargroup/index.d.ts +8 -0
  199. package/wangsvue/avatargroup/index.js +9 -7
  200. package/wangsvue/badge/index.d.ts +47 -0
  201. package/wangsvue/badge/index.js +60 -54
  202. package/wangsvue/badgedirective/index.d.ts +50 -0
  203. package/wangsvue/badgedirective/index.js +49 -50
  204. package/wangsvue/badgegroup/index.d.ts +45 -0
  205. package/wangsvue/badgegroup/index.js +29 -30
  206. package/wangsvue/breadcrumb/index.d.ts +25 -0
  207. package/wangsvue/breadcrumb/index.js +31 -29
  208. package/wangsvue/button/index.d.ts +46 -0
  209. package/wangsvue/button/index.js +423 -506
  210. package/wangsvue/buttonbulkaction/index.d.ts +32 -0
  211. package/wangsvue/buttonbulkaction/index.js +35 -35
  212. package/wangsvue/buttondownload/index.d.ts +12 -0
  213. package/wangsvue/buttondownload/index.js +13 -12
  214. package/wangsvue/buttonfilter/index.d.ts +12 -0
  215. package/wangsvue/buttonfilter/index.js +13 -12
  216. package/wangsvue/buttonradio/index.d.ts +58 -0
  217. package/wangsvue/buttonradio/index.js +109 -122
  218. package/wangsvue/buttonsearch/index.d.ts +65 -0
  219. package/wangsvue/buttonsearch/index.js +62 -53
  220. package/wangsvue/calendar/index.d.ts +267 -0
  221. package/wangsvue/calendar/index.js +610 -684
  222. package/wangsvue/card/index.d.ts +31 -0
  223. package/wangsvue/card/index.js +32 -32
  224. package/wangsvue/carousel/index.d.ts +57 -0
  225. package/wangsvue/carousel/index.js +129 -134
  226. package/wangsvue/cascadeselect/index.d.ts +82 -0
  227. package/wangsvue/cascadeselect/index.js +191 -219
  228. package/wangsvue/changelog/index.d.ts +32 -0
  229. package/wangsvue/changelog/index.js +31 -29
  230. package/wangsvue/checkbox/index.d.ts +81 -0
  231. package/wangsvue/checkbox/index.js +107 -127
  232. package/wangsvue/chip/index.d.ts +23 -0
  233. package/wangsvue/chip/index.js +40 -45
  234. package/wangsvue/chips/index.d.ts +38 -0
  235. package/wangsvue/chips/index.js +98 -112
  236. package/wangsvue/colorpicker/index.d.ts +51 -0
  237. package/wangsvue/colorpicker/index.js +118 -134
  238. package/wangsvue/confirmpopup/index.d.ts +39 -0
  239. package/wangsvue/confirmpopup/index.js +104 -122
  240. package/wangsvue/contextmenu/index.d.ts +63 -0
  241. package/wangsvue/contextmenu/index.js +113 -122
  242. package/wangsvue/datatable/index.d.ts +286 -0
  243. package/wangsvue/datatable/index.js +253 -246
  244. package/wangsvue/dataview/index.d.ts +15 -0
  245. package/wangsvue/dataview/index.js +36 -40
  246. package/wangsvue/dataviewlayoutoptions/index.d.ts +13 -0
  247. package/wangsvue/dataviewlayoutoptions/index.js +58 -64
  248. package/wangsvue/dialog/index.d.ts +87 -0
  249. package/wangsvue/dialog/index.js +220 -249
  250. package/wangsvue/dialogconfirm/index.d.ts +42 -0
  251. package/wangsvue/dialogconfirm/index.js +45 -42
  252. package/wangsvue/dialogform/index.d.ts +71 -0
  253. package/wangsvue/dialogform/index.js +68 -67
  254. package/wangsvue/divider/index.d.ts +192 -0
  255. package/wangsvue/divider/index.js +64 -72
  256. package/wangsvue/dock/index.d.ts +51 -0
  257. package/wangsvue/dock/index.js +92 -97
  258. package/wangsvue/dropdown/index.d.ts +136 -0
  259. package/wangsvue/dropdown/index.js +207 -230
  260. package/wangsvue/fieldset/index.d.ts +94 -0
  261. package/wangsvue/fieldset/index.js +87 -99
  262. package/wangsvue/fileupload/index.d.ts +29 -0
  263. package/wangsvue/fileupload/index.js +31 -23
  264. package/wangsvue/form/index.d.ts +40 -0
  265. package/wangsvue/form/index.js +44 -42
  266. package/wangsvue/global.d.ts +8 -0
  267. package/wangsvue/global.js +14 -87
  268. package/wangsvue/image/index.d.ts +88 -0
  269. package/wangsvue/image/index.js +136 -128
  270. package/wangsvue/index.d.ts +190 -0
  271. package/wangsvue/index.js +201 -211
  272. package/wangsvue/index.system.js +76 -0
  273. package/wangsvue/inlinemessage/index.d.ts +20 -0
  274. package/wangsvue/inlinemessage/index.js +30 -26
  275. package/wangsvue/inputbadge/index.d.ts +57 -0
  276. package/wangsvue/inputbadge/index.js +57 -41
  277. package/wangsvue/inputcurrency/index.d.ts +27 -0
  278. package/wangsvue/inputcurrency/index.js +22 -12
  279. package/wangsvue/inputgroup/index.d.ts +9 -0
  280. package/wangsvue/inputgroup/index.js +37 -40
  281. package/wangsvue/inputgroupaddon/index.d.ts +17 -0
  282. package/wangsvue/inputgroupaddon/index.js +34 -34
  283. package/wangsvue/inputmask/index.d.ts +11 -0
  284. package/wangsvue/inputmask/index.js +29 -30
  285. package/wangsvue/inputnumber/index.d.ts +46 -0
  286. package/wangsvue/inputnumber/index.js +58 -50
  287. package/wangsvue/inputotp/index.d.ts +137 -0
  288. package/wangsvue/inputotp/index.js +63 -70
  289. package/wangsvue/inputphonenumber/index.d.ts +37 -0
  290. package/wangsvue/inputphonenumber/index.js +34 -19
  291. package/wangsvue/inputswitch/index.d.ts +67 -0
  292. package/wangsvue/inputswitch/index.js +100 -114
  293. package/wangsvue/inputtext/index.d.ts +18 -0
  294. package/wangsvue/inputtext/index.js +28 -27
  295. package/wangsvue/knob/index.d.ts +22 -0
  296. package/wangsvue/knob/index.js +45 -47
  297. package/wangsvue/listbox/index.d.ts +79 -0
  298. package/wangsvue/listbox/index.js +138 -156
  299. package/wangsvue/megamenu/index.d.ts +105 -0
  300. package/wangsvue/megamenu/index.js +202 -218
  301. package/wangsvue/menu/index.d.ts +49 -0
  302. package/wangsvue/menu/index.js +110 -119
  303. package/wangsvue/menubar/index.d.ts +85 -0
  304. package/wangsvue/menubar/index.js +172 -186
  305. package/wangsvue/message/index.d.ts +41 -0
  306. package/wangsvue/message/index.js +85 -87
  307. package/wangsvue/multiselect/index.d.ts +243 -0
  308. package/wangsvue/multiselect/index.js +328 -360
  309. package/wangsvue/orderlist/index.d.ts +99 -0
  310. package/wangsvue/orderlist/index.js +245 -275
  311. package/wangsvue/organizationchart/index.d.ts +71 -0
  312. package/wangsvue/organizationchart/index.js +129 -143
  313. package/wangsvue/overlaypanel/index.d.ts +17 -0
  314. package/wangsvue/overlaypanel/index.js +34 -36
  315. package/wangsvue/paginator/index.d.ts +210 -0
  316. package/wangsvue/paginator/index.js +474 -547
  317. package/wangsvue/panel/index.d.ts +43 -0
  318. package/wangsvue/panel/index.js +85 -95
  319. package/wangsvue/panelmenu/index.d.ts +76 -0
  320. package/wangsvue/panelmenu/index.js +124 -136
  321. package/wangsvue/password/index.d.ts +45 -0
  322. package/wangsvue/password/index.js +96 -98
  323. package/wangsvue/picklist/index.d.ts +245 -0
  324. package/wangsvue/picklist/index.js +613 -684
  325. package/wangsvue/progressbar/index.d.ts +117 -0
  326. package/wangsvue/progressbar/index.js +102 -112
  327. package/wangsvue/rating/index.d.ts +47 -0
  328. package/wangsvue/rating/index.js +88 -86
  329. package/wangsvue/ripple/index.d.ts +8 -0
  330. package/wangsvue/ripple/index.js +8 -6
  331. package/wangsvue/scrollpanel/index.d.ts +19 -0
  332. package/wangsvue/scrollpanel/index.js +62 -77
  333. package/wangsvue/scrolltop/index.d.ts +50 -0
  334. package/wangsvue/scrolltop/index.js +42 -45
  335. package/wangsvue/selectbutton/index.d.ts +35 -0
  336. package/wangsvue/selectbutton/index.js +60 -59
  337. package/wangsvue/sidebar/index.d.ts +66 -0
  338. package/wangsvue/sidebar/index.js +145 -165
  339. package/wangsvue/skeleton/index.d.ts +16 -0
  340. package/wangsvue/skeleton/index.js +22 -19
  341. package/wangsvue/slider/index.d.ts +55 -0
  342. package/wangsvue/slider/index.js +126 -135
  343. package/wangsvue/splitbutton/index.d.ts +6690 -0
  344. package/wangsvue/splitbutton/index.js +786 -957
  345. package/wangsvue/steps/index.d.ts +108 -0
  346. package/wangsvue/steps/index.js +119 -132
  347. package/wangsvue/{icons.css → style.css} +5830 -857
  348. package/wangsvue/tabmenu/index.d.ts +57 -0
  349. package/wangsvue/tabmenu/index.js +75 -84
  350. package/wangsvue/tabview/index.d.ts +67 -0
  351. package/wangsvue/tabview/index.js +148 -168
  352. package/wangsvue/tag/index.d.ts +32 -0
  353. package/wangsvue/tag/index.js +37 -37
  354. package/wangsvue/terminal/index.d.ts +27 -0
  355. package/wangsvue/terminal/index.js +55 -60
  356. package/wangsvue/textarea/index.d.ts +12 -0
  357. package/wangsvue/textarea/index.js +51 -44
  358. package/wangsvue/tieredmenu/index.d.ts +56 -0
  359. package/wangsvue/tieredmenu/index.js +108 -121
  360. package/wangsvue/timeline/index.d.ts +53 -0
  361. package/wangsvue/timeline/index.js +83 -70
  362. package/wangsvue/toast/index.d.ts +61 -0
  363. package/wangsvue/toast/index.js +95 -97
  364. package/wangsvue/togglebutton/index.d.ts +42 -0
  365. package/wangsvue/togglebutton/index.js +77 -87
  366. package/wangsvue/toolbar/index.d.ts +19 -0
  367. package/wangsvue/toolbar/index.js +29 -30
  368. package/wangsvue/tooltip/index.d.ts +22 -0
  369. package/wangsvue/tooltip/index.js +42 -44
  370. package/wangsvue/tree/index.d.ts +117 -0
  371. package/wangsvue/tree/index.js +256 -298
  372. package/wangsvue/treeselect/index.d.ts +158 -0
  373. package/wangsvue/treeselect/index.js +338 -395
  374. package/wangsvue/tristatecheckbox/index.d.ts +49 -0
  375. package/wangsvue/tristatecheckbox/index.js +106 -128
  376. package/wangsvue/validatormessage/index.d.ts +8 -0
  377. package/wangsvue/validatormessage/index.js +9 -7
  378. package/wangsvue/workcalendar/index.d.ts +27 -0
  379. package/wangsvue/workcalendar/index.js +36 -27
  380. package/build.sh +0 -32
  381. package/dev.sh +0 -22
  382. package/dist +0 -13
  383. package/fixedasset/datepicker/index.js +0 -39
  384. package/fixedasset/daypicker/index.js +0 -38
  385. package/fixedasset/index.css +0 -65
  386. package/fixedasset/tailwind.config.js +0 -20
  387. package/index.ts +0 -1
  388. package/release.sh +0 -7
  389. package/tsconfig.json +0 -14
  390. package/vite.config.ts +0 -17
  391. package/wangsvue/datepicker/index.js +0 -39
  392. package/wangsvue/daypicker/index.js +0 -38
  393. package/wangsvue/index.css +0 -65
  394. package/wangsvue/tailwind.config.js +0 -20
@@ -1,684 +1,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
- };
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
+ };