@fewangsit/wangsvue-presets 1.0.82 → 1.0.84-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
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,99 +1,87 @@
1
- export default {
2
- root: {
3
- class: [
4
- 'block',
5
-
6
- // Spacing
7
- 'px-5 md:px-6 py-5',
8
-
9
- // Shape
10
- 'rounded-md rounded-lg',
11
-
12
- // Color
13
- 'bg-surface-0',
14
- 'text-surface-700/80',
15
- 'ring-1 ring-inset ring-surface-300',
16
- ],
17
- },
18
- legend: ({ props }) => ({
19
- class: [
20
- // Font
21
- 'font-medium',
22
- 'leading-none',
23
-
24
- //Spacing
25
- { 'p-0': props.toggleable, 'px-3 py-1.5': !props.toggleable },
26
-
27
- // Shape
28
- 'rounded-md',
29
-
30
- // Color
31
- 'text-surface-700/80',
32
-
33
- 'bg-surface-0',
34
-
35
- // Transition
36
- 'transition-none',
37
-
38
- // States
39
- { '': props.toggleable },
40
- {
41
- 'focus:outline-none focus:outline-offset-0 focus:ring-2 focus:ring-primary-600 ring-inset':
42
- props.toggleable,
43
- },
44
- ],
45
- }),
46
- toggler: ({ props }) => ({
47
- class: [
48
- // Alignments
49
- 'flex items-center justify-center',
50
- 'relative',
51
-
52
- //Spacing
53
- { 'px-3 py-1.5': props.toggleable },
54
-
55
- // Shape
56
- { 'rounded-md': props.toggleable },
57
-
58
- // Color
59
- {
60
- 'text-surface-700 hover:text-surface-900 hover:text-surface-900':
61
- props.toggleable,
62
- },
63
-
64
- // States
65
- {
66
- 'hover:text-surface-900': props.toggleable,
67
- },
68
- {
69
- 'focus:outline-none focus:outline-offset-0 focus:ring-2 focus:ring-inset focus:ring-primary-600':
70
- props.toggleable,
71
- },
72
-
73
- // Misc
74
- {
75
- 'transition-none cursor-pointer overflow-hidden select-none':
76
- props.toggleable,
77
- },
78
- ],
79
- }),
80
- togglerIcon: {
81
- class: 'mr-2 inline-block',
82
- },
83
- legendTitle: {
84
- class: 'flex items-center justify-center leading-none',
85
- },
86
- content: {
87
- class: 'p-0',
88
- },
89
- transition: {
90
- enterFromClass: 'max-h-0',
91
- enterActiveClass:
92
- 'overflow-hidden transition-[max-height] duration-1000 ease-[cubic-bezier(0.42,0,0.58,1)]',
93
- enterToClass: 'max-h-[1000px]',
94
- leaveFromClass: 'max-h-[1000px]',
95
- leaveActiveClass:
96
- 'overflow-hidden transition-[max-height] duration-[450ms] ease-[cubic-bezier(0,1,0,1)]',
97
- leaveToClass: 'max-h-0',
98
- },
99
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ root: {
5
+ class: [
6
+ 'block',
7
+ // Spacing
8
+ 'px-5 md:px-6 py-5',
9
+ // Shape
10
+ 'rounded-md rounded-lg',
11
+ // Color
12
+ 'bg-surface-0',
13
+ 'text-surface-700/80',
14
+ 'ring-1 ring-inset ring-surface-300',
15
+ ],
16
+ },
17
+ legend: function (_a) {
18
+ var props = _a.props;
19
+ return ({
20
+ class: [
21
+ // Font
22
+ 'font-medium',
23
+ 'leading-none',
24
+ //Spacing
25
+ { 'p-0': props.toggleable, 'px-3 py-1.5': !props.toggleable },
26
+ // Shape
27
+ 'rounded-md',
28
+ // Color
29
+ 'text-surface-700/80',
30
+ 'bg-surface-0',
31
+ // Transition
32
+ 'transition-none',
33
+ // States
34
+ { '': props.toggleable },
35
+ {
36
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2 focus:ring-primary-600 ring-inset': props.toggleable,
37
+ },
38
+ ],
39
+ });
40
+ },
41
+ toggler: function (_a) {
42
+ var props = _a.props;
43
+ return ({
44
+ class: [
45
+ // Alignments
46
+ 'flex items-center justify-center',
47
+ 'relative',
48
+ //Spacing
49
+ { 'px-3 py-1.5': props.toggleable },
50
+ // Shape
51
+ { 'rounded-md': props.toggleable },
52
+ // Color
53
+ {
54
+ 'text-surface-700 hover:text-surface-900 hover:text-surface-900': props.toggleable,
55
+ },
56
+ // States
57
+ {
58
+ 'hover:text-surface-900': props.toggleable,
59
+ },
60
+ {
61
+ 'focus:outline-none focus:outline-offset-0 focus:ring-2 focus:ring-inset focus:ring-primary-600': props.toggleable,
62
+ },
63
+ // Misc
64
+ {
65
+ 'transition-none cursor-pointer overflow-hidden select-none': props.toggleable,
66
+ },
67
+ ],
68
+ });
69
+ },
70
+ togglerIcon: {
71
+ class: 'mr-2 inline-block',
72
+ },
73
+ legendTitle: {
74
+ class: 'flex items-center justify-center leading-none',
75
+ },
76
+ content: {
77
+ class: 'p-0',
78
+ },
79
+ transition: {
80
+ enterFromClass: 'max-h-0',
81
+ enterActiveClass: 'overflow-hidden transition-[max-height] duration-1000 ease-[cubic-bezier(0.42,0,0.58,1)]',
82
+ enterToClass: 'max-h-[1000px]',
83
+ leaveFromClass: 'max-h-[1000px]',
84
+ leaveActiveClass: 'overflow-hidden transition-[max-height] duration-[450ms] ease-[cubic-bezier(0,1,0,1)]',
85
+ leaveToClass: 'max-h-0',
86
+ },
87
+ };
@@ -0,0 +1,29 @@
1
+ declare namespace _default {
2
+ let root: {
3
+ 'data-wv-name': string;
4
+ 'data-wv-section': string;
5
+ };
6
+ let wrapper: {
7
+ class: string[];
8
+ 'data-wv-section': string;
9
+ };
10
+ function input({ state }: {
11
+ state: any;
12
+ }): {
13
+ class: {
14
+ '': boolean;
15
+ }[];
16
+ };
17
+ function buttonupload({ props }: {
18
+ props: any;
19
+ }): {
20
+ class: {
21
+ 'mb-[21px]': any;
22
+ }[];
23
+ };
24
+ namespace requirements {
25
+ let _class: string;
26
+ export { _class as class };
27
+ }
28
+ }
29
+ export default _default;
@@ -1,23 +1,31 @@
1
- export default {
2
- root: {
3
- 'data-wv-name': 'fileupload',
4
- 'data-wv-section': 'root',
5
- },
6
- wrapper: {
7
- 'class': ['w-full'],
8
- 'data-wv-section': 'wrapper',
9
- },
10
- input: ({ state }) => ({
11
- class: [
12
- {
13
- '': state.fileName != null,
14
- },
15
- ],
16
- }),
17
- buttonupload: ({ props }) => ({
18
- class: [{ 'mb-[21px]': props.fileExtensions || props.fileRequirements }],
19
- }),
20
- requirements: {
21
- class: 'flex justify-start',
22
- },
23
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ root: {
5
+ 'data-wv-name': 'fileupload',
6
+ 'data-wv-section': 'root',
7
+ },
8
+ wrapper: {
9
+ 'class': ['w-full'],
10
+ 'data-wv-section': 'wrapper',
11
+ },
12
+ input: function (_a) {
13
+ var state = _a.state;
14
+ return ({
15
+ class: [
16
+ {
17
+ '': state.fileName != null,
18
+ },
19
+ ],
20
+ });
21
+ },
22
+ buttonupload: function (_a) {
23
+ var props = _a.props;
24
+ return ({
25
+ class: [{ 'mb-[21px]': props.fileExtensions || props.fileRequirements }],
26
+ });
27
+ },
28
+ requirements: {
29
+ class: 'flex justify-start',
30
+ },
31
+ };
@@ -0,0 +1,40 @@
1
+ declare const _default: {
2
+ root: () => {
3
+ class: string[];
4
+ 'data-wv-section': string;
5
+ };
6
+ fields: {
7
+ class: string[];
8
+ };
9
+ 'fields-wrapper': {
10
+ class: string[];
11
+ 'data-wv-section': string;
12
+ };
13
+ footer: {
14
+ class: string[];
15
+ };
16
+ 'action-buttons': {
17
+ class: string[];
18
+ 'data-wv-section': string;
19
+ };
20
+ 'button-wrapper': {
21
+ class: string[];
22
+ 'data-wv-section': string;
23
+ };
24
+ 'cancel-button': {
25
+ 'data-wv-section': string;
26
+ };
27
+ 'clear-button': {
28
+ 'data-wv-section': string;
29
+ };
30
+ 'submit-button': {
31
+ 'data-wv-section': string;
32
+ };
33
+ staycheckbox: {
34
+ class: string[];
35
+ };
36
+ 'validator-message': {
37
+ class: string[];
38
+ };
39
+ };
40
+ export default _default;
@@ -1,42 +1,44 @@
1
- export default {
2
- // :class="['ts-form', { 'sticky-buttons': props.stickyButtons }]"
3
- 'root': () => ({
4
- 'class': [
5
- 'flex flex-col gap-3 text-general-900 text-[0.75rem] font-medium leading-[16.8px]',
6
- ],
7
- 'data-wv-section': 'root',
8
- }),
9
- 'fields': {
10
- class: ['grid gap-y-3 gap-x-6'],
11
- },
12
- 'fields-wrapper': {
13
- 'class': ['grid gap-y-3 gap-x-6'],
14
- 'data-wv-section': 'fields',
15
- },
16
- 'footer': {
17
- class: ['flex flex-col self-end gap-3'],
18
- },
19
- 'action-buttons': {
20
- 'class': ['relative flex flex-col items-end justify-end gap-1'],
21
- 'data-wv-section': 'action-buttons',
22
- },
23
- 'button-wrapper': {
24
- 'class': ['flex items-end justify-end gap-1'],
25
- 'data-wv-section': 'button-wrapper',
26
- },
27
- 'cancel-button': {
28
- 'data-wv-section': 'cancel-button',
29
- },
30
- 'clear-button': {
31
- 'data-wv-section': 'clear-button',
32
- },
33
- 'submit-button': {
34
- 'data-wv-section': 'submit-button',
35
- },
36
- 'staycheckbox': {
37
- class: ['cursor-pointer flex gap-2 w-max ml-auto items-center justify-end'],
38
- },
39
- 'validator-message': {
40
- class: ['static w-max transform-none'],
41
- },
42
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ // :class="['ts-form', { 'sticky-buttons': props.stickyButtons }]"
5
+ 'root': function () { return ({
6
+ 'class': [
7
+ 'flex flex-col gap-3 text-general-900 text-[0.75rem] font-medium leading-[16.8px]',
8
+ ],
9
+ 'data-wv-section': 'root',
10
+ }); },
11
+ 'fields': {
12
+ class: ['grid gap-y-3 gap-x-6'],
13
+ },
14
+ 'fields-wrapper': {
15
+ 'class': ['grid gap-y-3 gap-x-6'],
16
+ 'data-wv-section': 'fields',
17
+ },
18
+ 'footer': {
19
+ class: ['flex flex-col self-end gap-3'],
20
+ },
21
+ 'action-buttons': {
22
+ 'class': ['relative flex flex-col items-end justify-end gap-1'],
23
+ 'data-wv-section': 'action-buttons',
24
+ },
25
+ 'button-wrapper': {
26
+ 'class': ['flex items-end justify-end gap-1'],
27
+ 'data-wv-section': 'button-wrapper',
28
+ },
29
+ 'cancel-button': {
30
+ 'data-wv-section': 'cancel-button',
31
+ },
32
+ 'clear-button': {
33
+ 'data-wv-section': 'clear-button',
34
+ },
35
+ 'submit-button': {
36
+ 'data-wv-section': 'submit-button',
37
+ },
38
+ 'staycheckbox': {
39
+ class: ['cursor-pointer flex gap-2 w-max ml-auto items-center justify-end'],
40
+ },
41
+ 'validator-message': {
42
+ class: ['static w-max transform-none'],
43
+ },
44
+ };
@@ -0,0 +1,8 @@
1
+ export const ringClass: (string | {
2
+ 'ring-1 p-[1px]': boolean;
3
+ 'ring-[0.5px] p-[0.5px]': boolean;
4
+ })[];
5
+ declare namespace _default {
6
+ let css: string;
7
+ }
8
+ export default _default;
@@ -1,87 +1,14 @@
1
- export const ringClass = [
2
- {
3
- 'ring-1 p-[1px]': navigator.userAgent.includes('Firefox'),
4
- 'ring-[0.5px] p-[0.5px]': !navigator.userAgent.includes('Firefox'),
5
- },
6
- 'ring-inset',
7
- 'ring-general-400',
8
- ];
9
-
10
- export default {
11
- css: `
12
- *[data-pd-ripple="true"]{
13
- overflow: hidden;
14
- position: relative;
15
- }
16
- span[data-p-ink-active="true"]{
17
- animation: ripple 0.4s linear;
18
- }
19
- @keyframes ripple {
20
- 100% {
21
- opacity: 0;
22
- transform: scale(2.5);
23
- }
24
- }
25
-
26
- .progress-spinner-circle {
27
- stroke-dasharray: 89, 400;
28
- stroke-dashoffset: 0;
29
- animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
30
- stroke-linecap: round;
31
- }
32
-
33
- @keyframes p-progress-spinner-dash{
34
- 0% {
35
- stroke-dasharray: 1, 400;
36
- stroke-dashoffset: 0;
37
- }
38
-
39
- 50% {
40
- stroke-dasharray: 89, 400;
41
- stroke-dashoffset: -35px;
42
- }
43
- 100% {
44
- stroke-dasharray: 89, 400;
45
- stroke-dashoffset: -124px;
46
- }
47
- }
48
- @keyframes p-progress-spinner-color {
49
- 100%, 0% {
50
- stroke: #ff5757;
51
- }
52
- 40% {
53
- stroke: #696cff;
54
- }
55
- 66% {
56
- stroke: #1ea97c;
57
- }
58
- 80%, 90% {
59
- stroke: #cc8925;
60
- }
61
- }
62
-
63
- .progressbar-value-animate::after {
64
- will-change: left, right;
65
- animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
66
- }
67
- .progressbar-value-animate::before {
68
- will-change: left, right;
69
- animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
70
- }
71
-
72
- @keyframes p-progressbar-indeterminate-anim {
73
- 0% {
74
- left: -35%;
75
- right: 100%;
76
- }
77
- 60% {
78
- left: 100%;
79
- right: -90%;
80
- }
81
- 100% {
82
- left: 100%;
83
- right: -90%;
84
- }
85
- }
86
- `,
87
- };
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ringClass = void 0;
4
+ exports.ringClass = [
5
+ {
6
+ 'ring-1 p-[1px]': navigator.userAgent.includes('Firefox'),
7
+ 'ring-[0.5px] p-[0.5px]': !navigator.userAgent.includes('Firefox'),
8
+ },
9
+ 'ring-inset',
10
+ 'ring-general-400',
11
+ ];
12
+ exports.default = {
13
+ css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 400;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 400;\n stroke-dashoffset: 0;\n }\n\n 50% {\n stroke-dasharray: 89, 400;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 400;\n stroke-dashoffset: -124px;\n }\n }\n @keyframes p-progress-spinner-color {\n 100%, 0% {\n stroke: #ff5757;\n }\n 40% {\n stroke: #696cff;\n }\n 66% {\n stroke: #1ea97c;\n }\n 80%, 90% {\n stroke: #cc8925;\n }\n }\n\n .progressbar-value-animate::after {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n }\n .progressbar-value-animate::before {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n }\n\n @keyframes p-progressbar-indeterminate-anim {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n }\n",
14
+ };
@@ -0,0 +1,88 @@
1
+ declare namespace _default {
2
+ function root({ props }: {
3
+ props: any;
4
+ }): {
5
+ class: (string | {
6
+ 'rounded-full': any;
7
+ 'rounded-lg'?: undefined;
8
+ } | {
9
+ 'rounded-lg': boolean;
10
+ 'rounded-full'?: undefined;
11
+ })[];
12
+ };
13
+ function image({ props }: {
14
+ props: any;
15
+ }): {
16
+ class: (string | {
17
+ 'rounded-full': any;
18
+ 'rounded-lg'?: undefined;
19
+ } | {
20
+ 'rounded-lg': boolean;
21
+ 'rounded-full'?: undefined;
22
+ })[];
23
+ };
24
+ namespace button {
25
+ let _class: string[];
26
+ export { _class as class };
27
+ export let style: string;
28
+ }
29
+ namespace icon {
30
+ let _class_1: string;
31
+ export { _class_1 as class };
32
+ }
33
+ namespace mask {
34
+ let _class_2: string[];
35
+ export { _class_2 as class };
36
+ }
37
+ namespace toolbar {
38
+ let _class_3: string[];
39
+ export { _class_3 as class };
40
+ }
41
+ namespace rotaterightbutton {
42
+ let _class_4: string[];
43
+ export { _class_4 as class };
44
+ }
45
+ namespace rotaterighticon {
46
+ let _class_5: string;
47
+ export { _class_5 as class };
48
+ }
49
+ namespace rotateleftbutton {
50
+ let _class_6: string[];
51
+ export { _class_6 as class };
52
+ }
53
+ namespace rotatelefticon {
54
+ let _class_7: string;
55
+ export { _class_7 as class };
56
+ }
57
+ namespace zoomoutbutton {
58
+ let _class_8: string[];
59
+ export { _class_8 as class };
60
+ }
61
+ namespace zoomouticon {
62
+ let _class_9: string;
63
+ export { _class_9 as class };
64
+ }
65
+ namespace zoominbutton {
66
+ let _class_10: string[];
67
+ export { _class_10 as class };
68
+ }
69
+ namespace zoominicon {
70
+ let _class_11: string;
71
+ export { _class_11 as class };
72
+ }
73
+ namespace closebutton {
74
+ let _class_12: string[];
75
+ export { _class_12 as class };
76
+ }
77
+ namespace closeicon {
78
+ let _class_13: string;
79
+ export { _class_13 as class };
80
+ }
81
+ namespace transition {
82
+ let enterFromClass: string;
83
+ let enterActiveClass: string;
84
+ let leaveActiveClass: string;
85
+ let leaveToClass: string;
86
+ }
87
+ }
88
+ export default _default;