@vef-framework/components 1.0.18 → 1.0.20

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 (1188) hide show
  1. package/esm/index.mjs +3 -0
  2. package/esm/internal/index.mjs +3 -0
  3. package/esm/internal/utils.mjs +3 -0
  4. package/esm/vef-access-denied/access-denied-icon.mjs +3 -0
  5. package/esm/vef-access-denied/index.mjs +29 -0
  6. package/esm/vef-access-denied/props.mjs +2 -0
  7. package/esm/vef-action-buttons/index.mjs +3 -0
  8. package/esm/vef-action-buttons/props.mjs +2 -0
  9. package/esm/vef-app/helper.mjs +3 -0
  10. package/esm/vef-app/index.mjs +3 -0
  11. package/esm/vef-app/props.mjs +2 -0
  12. package/esm/vef-auto-sizer/index.mjs +3 -0
  13. package/esm/vef-auto-sizer/props.mjs +2 -0
  14. package/esm/vef-avatar/index.mjs +3 -0
  15. package/esm/vef-avatar/props.mjs +2 -0
  16. package/esm/vef-avatar-group/index.mjs +3 -0
  17. package/esm/vef-avatar-group/props.mjs +2 -0
  18. package/esm/vef-badge/index.mjs +3 -0
  19. package/esm/vef-badge/props.mjs +2 -0
  20. package/esm/vef-bool/hooks/use-bool-instance.mjs +3 -0
  21. package/esm/vef-bool/index.mjs +3 -0
  22. package/esm/vef-bool/props.mjs +2 -0
  23. package/esm/vef-button/components/base-button.mjs +3 -0
  24. package/esm/vef-button/index.mjs +3 -0
  25. package/esm/vef-button/props.mjs +2 -0
  26. package/esm/vef-card/index.mjs +3 -0
  27. package/esm/vef-card/props.mjs +2 -0
  28. package/esm/vef-card-meta/index.mjs +3 -0
  29. package/esm/vef-card-meta/props.mjs +2 -0
  30. package/esm/vef-checkbox/hooks/use-checkbox-instance.mjs +3 -0
  31. package/esm/vef-checkbox/hooks/use-data-options.mjs +3 -0
  32. package/esm/vef-checkbox/index.mjs +5 -0
  33. package/esm/vef-checkbox/props.mjs +2 -0
  34. package/esm/vef-col/index.mjs +3 -0
  35. package/esm/vef-col/props.mjs +2 -0
  36. package/esm/vef-color-picker/index.mjs +3 -0
  37. package/esm/vef-color-picker/props.mjs +2 -0
  38. package/esm/vef-compact/index.mjs +3 -0
  39. package/esm/vef-compact/props.mjs +2 -0
  40. package/esm/vef-config-provider/hooks/use-ui-config.mjs +3 -0
  41. package/esm/vef-config-provider/index.mjs +103 -0
  42. package/esm/vef-config-provider/props.mjs +2 -0
  43. package/esm/vef-config-provider/reset-style.mjs +257 -0
  44. package/esm/vef-config-provider/store.mjs +3 -0
  45. package/esm/vef-container/index.mjs +3 -0
  46. package/esm/vef-container/props.mjs +2 -0
  47. package/esm/vef-crud-page/components/crud-actions.mjs +3 -0
  48. package/esm/vef-crud-page/components/crud-filter.mjs +3 -0
  49. package/esm/vef-crud-page/components/crud-footer.mjs +9 -0
  50. package/esm/vef-crud-page/components/crud-form-modal.mjs +3 -0
  51. package/esm/vef-crud-page/components/crud-header.mjs +3 -0
  52. package/esm/vef-crud-page/components/crud-table.mjs +3 -0
  53. package/esm/vef-crud-page/hooks/use-action-buttons.mjs +3 -0
  54. package/esm/vef-crud-page/hooks/use-crud-context.mjs +3 -0
  55. package/esm/vef-crud-page/hooks/use-crud-schema.mjs +3 -0
  56. package/esm/vef-crud-page/hooks/use-operation-buttons.mjs +3 -0
  57. package/esm/vef-crud-page/index.mjs +3 -0
  58. package/esm/vef-crud-page/props.mjs +2 -0
  59. package/esm/vef-crud-page/store.mjs +3 -0
  60. package/esm/vef-crud-page/types.mjs +2 -0
  61. package/esm/vef-divider/index.mjs +3 -0
  62. package/esm/vef-divider/props.mjs +2 -0
  63. package/esm/vef-drawer/components/action-button-wrapper.mjs +3 -0
  64. package/esm/vef-drawer/components/button-props.mjs +2 -0
  65. package/esm/vef-drawer/components/cancel-action-button.mjs +3 -0
  66. package/esm/vef-drawer/components/ok-action-button.mjs +3 -0
  67. package/esm/vef-drawer/context.mjs +3 -0
  68. package/esm/vef-drawer/index.mjs +10 -0
  69. package/esm/vef-drawer/props.mjs +2 -0
  70. package/esm/vef-dropdown/index.mjs +3 -0
  71. package/esm/vef-dropdown/props.mjs +2 -0
  72. package/esm/vef-dynamic-icon/index.mjs +3 -0
  73. package/esm/vef-dynamic-icon/props.mjs +3 -0
  74. package/esm/vef-empty/index.mjs +3 -0
  75. package/esm/vef-empty/props.mjs +2 -0
  76. package/esm/vef-empty-placeholder/index.mjs +7 -0
  77. package/esm/vef-empty-placeholder/props.mjs +2 -0
  78. package/esm/vef-error/error-icon.mjs +3 -0
  79. package/esm/vef-error/index.mjs +30 -0
  80. package/esm/vef-error/props.mjs +2 -0
  81. package/esm/vef-filter/components/action-buttons.mjs +21 -0
  82. package/esm/vef-filter/components/advanced-filter.mjs +11 -0
  83. package/esm/vef-filter/components/basic-filter.mjs +21 -0
  84. package/esm/vef-filter/components/fields/index.mjs +3 -0
  85. package/esm/vef-filter/components/fields/input-number.mjs +3 -0
  86. package/esm/vef-filter/components/fields/input.mjs +3 -0
  87. package/esm/vef-filter/components/fields/props.mjs +2 -0
  88. package/esm/vef-filter/components/filter-field.mjs +3 -0
  89. package/esm/vef-filter/components/filter-item.mjs +3 -0
  90. package/esm/vef-filter/event.mjs +3 -0
  91. package/esm/vef-filter/helper.mjs +3 -0
  92. package/esm/vef-filter/hooks/use-action-handlers.mjs +3 -0
  93. package/esm/vef-filter/hooks/use-computed-values.mjs +3 -0
  94. package/esm/vef-filter/hooks/use-filter-context.mjs +3 -0
  95. package/esm/vef-filter/hooks/use-filter-initialization.mjs +3 -0
  96. package/esm/vef-filter/hooks/use-filter-instance.mjs +3 -0
  97. package/esm/vef-filter/hooks/use-filter-items.mjs +3 -0
  98. package/esm/vef-filter/hooks/use-filter-values-change.mjs +3 -0
  99. package/esm/vef-filter/hooks/use-label-config.mjs +3 -0
  100. package/esm/vef-filter/index.mjs +10 -0
  101. package/esm/vef-filter/props.mjs +2 -0
  102. package/esm/vef-filter/store.mjs +3 -0
  103. package/esm/vef-filter/types.mjs +2 -0
  104. package/esm/vef-flex/index.mjs +3 -0
  105. package/esm/vef-flex/props.mjs +2 -0
  106. package/esm/vef-float-button/index.mjs +3 -0
  107. package/esm/vef-float-button/props.mjs +2 -0
  108. package/esm/vef-float-button-group/index.mjs +3 -0
  109. package/esm/vef-float-button-group/props.mjs +2 -0
  110. package/esm/vef-form/components/fields/index.mjs +3 -0
  111. package/esm/vef-form/components/fields/input-number.mjs +3 -0
  112. package/esm/vef-form/components/fields/input.mjs +3 -0
  113. package/esm/vef-form/components/fields/props.mjs +2 -0
  114. package/esm/vef-form/components/form-actions.mjs +5 -0
  115. package/esm/vef-form/components/form-content.mjs +6 -0
  116. package/esm/vef-form/components/form-field.mjs +3 -0
  117. package/esm/vef-form/components/form-group.mjs +13 -0
  118. package/esm/vef-form/components/form-hidden-item.mjs +3 -0
  119. package/esm/vef-form/components/form-item.mjs +3 -0
  120. package/esm/vef-form/components/form-row.mjs +3 -0
  121. package/esm/vef-form/event.mjs +3 -0
  122. package/esm/vef-form/helper.mjs +3 -0
  123. package/esm/vef-form/hooks/use-action-handlers.mjs +3 -0
  124. package/esm/vef-form/hooks/use-columns-layout.mjs +3 -0
  125. package/esm/vef-form/hooks/use-computed-values.mjs +3 -0
  126. package/esm/vef-form/hooks/use-form-context.mjs +3 -0
  127. package/esm/vef-form/hooks/use-form-initialization.mjs +3 -0
  128. package/esm/vef-form/hooks/use-form-instance.mjs +3 -0
  129. package/esm/vef-form/hooks/use-form-values-change.mjs +3 -0
  130. package/esm/vef-form/hooks/use-label-width.mjs +3 -0
  131. package/esm/vef-form/index.mjs +5 -0
  132. package/esm/vef-form/props.mjs +2 -0
  133. package/esm/vef-form/store.mjs +3 -0
  134. package/esm/vef-form/types.mjs +2 -0
  135. package/esm/vef-form/validation-rules.mjs +3 -0
  136. package/esm/vef-form-drawer/index.mjs +3 -0
  137. package/esm/vef-form-drawer/props.mjs +2 -0
  138. package/esm/vef-form-modal/index.mjs +3 -0
  139. package/esm/vef-form-modal/props.mjs +2 -0
  140. package/esm/vef-generic-select/index.mjs +3 -0
  141. package/esm/vef-generic-select/props.mjs +2 -0
  142. package/esm/vef-grid/index.mjs +14 -0
  143. package/esm/vef-grid/props.mjs +3 -0
  144. package/esm/vef-grid-item/index.mjs +3 -0
  145. package/esm/vef-grid-item/props.mjs +2 -0
  146. package/esm/vef-icon/index.mjs +3 -0
  147. package/esm/vef-icon/props.mjs +2 -0
  148. package/esm/vef-icon-select/index.mjs +42 -0
  149. package/esm/vef-icon-select/props.mjs +2 -0
  150. package/esm/vef-input/hooks/use-input-instance.mjs +3 -0
  151. package/esm/vef-input/index.mjs +3 -0
  152. package/esm/vef-input/props.mjs +2 -0
  153. package/esm/vef-input-number/hooks/use-input-number-instance.mjs +3 -0
  154. package/esm/vef-input-number/index.mjs +3 -0
  155. package/esm/vef-input-number/props.mjs +2 -0
  156. package/esm/vef-layout/components/content.mjs +3 -0
  157. package/esm/vef-layout/components/font-size.mjs +6 -0
  158. package/esm/vef-layout/components/fullscreen.mjs +6 -0
  159. package/esm/vef-layout/components/header-action-icons.mjs +17 -0
  160. package/esm/vef-layout/components/header-content.mjs +8 -0
  161. package/esm/vef-layout/components/header.mjs +14 -0
  162. package/esm/vef-layout/components/sider.mjs +51 -0
  163. package/esm/vef-layout/components/title.mjs +38 -0
  164. package/esm/vef-layout/components/user-avatar.mjs +20 -0
  165. package/esm/vef-layout/index.mjs +7 -0
  166. package/esm/vef-layout/logo.svg.mjs +3 -0
  167. package/esm/vef-layout/props.mjs +2 -0
  168. package/esm/vef-layout/store.mjs +3 -0
  169. package/esm/vef-loading-placeholder/index.mjs +7 -0
  170. package/esm/vef-loading-placeholder/props.mjs +2 -0
  171. package/esm/vef-login/index.mjs +56 -0
  172. package/esm/vef-login/login-icon.mjs +3 -0
  173. package/esm/vef-login/props.mjs +2 -0
  174. package/esm/vef-menu/index.mjs +3 -0
  175. package/esm/vef-menu/props.mjs +2 -0
  176. package/esm/vef-modal/components/action-button-wrapper.mjs +3 -0
  177. package/esm/vef-modal/components/button-props.mjs +2 -0
  178. package/esm/vef-modal/components/cancel-action-button.mjs +3 -0
  179. package/esm/vef-modal/components/ok-action-button.mjs +3 -0
  180. package/esm/vef-modal/context.mjs +3 -0
  181. package/esm/vef-modal/index.mjs +6 -0
  182. package/esm/vef-modal/props.mjs +2 -0
  183. package/esm/vef-not-found/index.mjs +30 -0
  184. package/esm/vef-not-found/not-found-icon.mjs +3 -0
  185. package/esm/vef-not-found/props.mjs +2 -0
  186. package/esm/vef-page/index.mjs +59 -0
  187. package/esm/vef-page/props.mjs +2 -0
  188. package/esm/vef-pagination/index.mjs +3 -0
  189. package/esm/vef-pagination/props.mjs +3 -0
  190. package/esm/vef-paragraph/index.mjs +3 -0
  191. package/esm/vef-paragraph/props.mjs +2 -0
  192. package/esm/vef-password/hooks/use-password-instance.mjs +3 -0
  193. package/esm/vef-password/index.mjs +3 -0
  194. package/esm/vef-password/props.mjs +2 -0
  195. package/esm/vef-popconfirm/index.mjs +3 -0
  196. package/esm/vef-popconfirm/props.mjs +2 -0
  197. package/esm/vef-popover/index.mjs +3 -0
  198. package/esm/vef-popover/props.mjs +2 -0
  199. package/esm/vef-radio/hooks/use-data-options.mjs +3 -0
  200. package/esm/vef-radio/hooks/use-radio-instance.mjs +3 -0
  201. package/esm/vef-radio/index.mjs +5 -0
  202. package/esm/vef-radio/props.mjs +2 -0
  203. package/esm/vef-rate/hooks/use-rate-instance.mjs +3 -0
  204. package/esm/vef-rate/index.mjs +3 -0
  205. package/esm/vef-rate/props.mjs +2 -0
  206. package/esm/vef-responsive-container/index.mjs +7 -0
  207. package/esm/vef-responsive-container/props.mjs +2 -0
  208. package/esm/vef-responsive-item/index.mjs +5 -0
  209. package/esm/vef-responsive-item/props.mjs +2 -0
  210. package/esm/vef-ribbon/index.mjs +3 -0
  211. package/esm/vef-ribbon/props.mjs +2 -0
  212. package/esm/vef-row/index.mjs +3 -0
  213. package/esm/vef-row/props.mjs +2 -0
  214. package/esm/vef-scroll-area/components/scrollbar.mjs +34 -0
  215. package/esm/vef-scroll-area/index.mjs +13 -0
  216. package/esm/vef-scroll-area/props.mjs +2 -0
  217. package/esm/vef-select/components/option.mjs +11 -0
  218. package/esm/vef-select/hooks/use-data-options.mjs +3 -0
  219. package/esm/vef-select/hooks/use-field-names.mjs +3 -0
  220. package/esm/vef-select/hooks/use-render-label.mjs +10 -0
  221. package/esm/vef-select/hooks/use-render-option.mjs +3 -0
  222. package/esm/vef-select/hooks/use-select-instance.mjs +3 -0
  223. package/esm/vef-select/index.mjs +3 -0
  224. package/esm/vef-select/props.mjs +2 -0
  225. package/esm/vef-slider/hooks/use-slider-instance.mjs +3 -0
  226. package/esm/vef-slider/index.mjs +3 -0
  227. package/esm/vef-slider/props.mjs +2 -0
  228. package/esm/vef-sortable-list/components/overlay-item.mjs +7 -0
  229. package/esm/vef-sortable-list/components/sortable-item.mjs +7 -0
  230. package/esm/vef-sortable-list/hooks/use-merged-items.mjs +3 -0
  231. package/esm/vef-sortable-list/index.mjs +3 -0
  232. package/esm/vef-sortable-list/props.mjs +2 -0
  233. package/esm/vef-space/index.mjs +3 -0
  234. package/esm/vef-space/props.mjs +2 -0
  235. package/esm/vef-spin/index.mjs +3 -0
  236. package/esm/vef-spin/props.mjs +2 -0
  237. package/esm/vef-splitter/index.mjs +3 -0
  238. package/esm/vef-splitter/props.mjs +2 -0
  239. package/esm/vef-splitter-panel/index.mjs +3 -0
  240. package/esm/vef-splitter-panel/props.mjs +2 -0
  241. package/esm/vef-status/index.mjs +3 -0
  242. package/esm/vef-status/props.mjs +2 -0
  243. package/esm/vef-table/components/columns/bool.mjs +3 -0
  244. package/esm/vef-table/components/columns/code.mjs +3 -0
  245. package/esm/vef-table/components/columns/data-dictionary.mjs +3 -0
  246. package/esm/vef-table/components/columns/enum.mjs +3 -0
  247. package/esm/vef-table/components/columns/file.mjs +3 -0
  248. package/esm/vef-table/components/columns/icon.mjs +3 -0
  249. package/esm/vef-table/components/columns/id.mjs +3 -0
  250. package/esm/vef-table/components/columns/image.mjs +3 -0
  251. package/esm/vef-table/components/columns/index.mjs +3 -0
  252. package/esm/vef-table/components/columns/markdown.mjs +3 -0
  253. package/esm/vef-table/components/columns/number.mjs +3 -0
  254. package/esm/vef-table/components/columns/props.mjs +2 -0
  255. package/esm/vef-table/components/columns/render.mjs +3 -0
  256. package/esm/vef-table/components/columns/rich-text.mjs +3 -0
  257. package/esm/vef-table/components/columns/text.mjs +3 -0
  258. package/esm/vef-table/components/columns-settings.mjs +54 -0
  259. package/esm/vef-table/components/operation-buttons.mjs +12 -0
  260. package/esm/vef-table/components/settings-icon.mjs +5 -0
  261. package/esm/vef-table/components/table-footer.mjs +19 -0
  262. package/esm/vef-table/helper.mjs +3 -0
  263. package/esm/vef-table/hooks/use-computed-batch-buttons.mjs +3 -0
  264. package/esm/vef-table/hooks/use-computed-columns.mjs +3 -0
  265. package/esm/vef-table/hooks/use-computed-values.mjs +3 -0
  266. package/esm/vef-table/hooks/use-data.mjs +3 -0
  267. package/esm/vef-table/hooks/use-default-column-configs.mjs +3 -0
  268. package/esm/vef-table/hooks/use-display-value.mjs +3 -0
  269. package/esm/vef-table/hooks/use-helper-columns.mjs +3 -0
  270. package/esm/vef-table/hooks/use-operation-column-width.mjs +3 -0
  271. package/esm/vef-table/hooks/use-pagination-props.mjs +3 -0
  272. package/esm/vef-table/hooks/use-row-props.mjs +3 -0
  273. package/esm/vef-table/hooks/use-row-selection-config.mjs +3 -0
  274. package/esm/vef-table/hooks/use-selected-rows.mjs +3 -0
  275. package/esm/vef-table/hooks/use-table-columns.mjs +3 -0
  276. package/esm/vef-table/hooks/use-table-context.mjs +3 -0
  277. package/esm/vef-table/hooks/use-table-instance.mjs +3 -0
  278. package/esm/vef-table/hooks/use-table-summary.mjs +3 -0
  279. package/esm/vef-table/hooks/use-table-width.mjs +3 -0
  280. package/esm/vef-table/index.mjs +56 -0
  281. package/esm/vef-table/props.mjs +2 -0
  282. package/esm/vef-table/store.mjs +3 -0
  283. package/esm/vef-table/types.mjs +2 -0
  284. package/esm/vef-tabs/index.mjs +3 -0
  285. package/esm/vef-tabs/props.mjs +2 -0
  286. package/esm/vef-tag/index.mjs +3 -0
  287. package/esm/vef-tag/props.mjs +2 -0
  288. package/esm/vef-temporal-picker/helper.mjs +3 -0
  289. package/esm/vef-temporal-picker/hooks/use-dayjs-value.mjs +3 -0
  290. package/esm/vef-temporal-picker/hooks/use-temporal-limit.mjs +3 -0
  291. package/esm/vef-temporal-picker/hooks/use-temporal-picker-instance.mjs +3 -0
  292. package/esm/vef-temporal-picker/index.mjs +3 -0
  293. package/esm/vef-temporal-picker/props.mjs +2 -0
  294. package/esm/vef-temporal-range-picker/helper.mjs +3 -0
  295. package/esm/vef-temporal-range-picker/hooks/use-dayjs-values.mjs +3 -0
  296. package/esm/vef-temporal-range-picker/hooks/use-temporal-limit.mjs +3 -0
  297. package/esm/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.mjs +3 -0
  298. package/esm/vef-temporal-range-picker/index.mjs +3 -0
  299. package/esm/vef-temporal-range-picker/props.mjs +3 -0
  300. package/esm/vef-text/index.mjs +3 -0
  301. package/esm/vef-text/props.mjs +2 -0
  302. package/esm/vef-textarea/hooks/use-textarea-instance.mjs +3 -0
  303. package/esm/vef-textarea/index.mjs +3 -0
  304. package/esm/vef-textarea/props.mjs +2 -0
  305. package/esm/vef-title/index.mjs +15 -0
  306. package/esm/vef-title/props.mjs +2 -0
  307. package/esm/vef-tooltip/index.mjs +3 -0
  308. package/esm/vef-tooltip/props.mjs +2 -0
  309. package/esm/vef-tree-select/hooks/use-change-handler.mjs +3 -0
  310. package/esm/vef-tree-select/hooks/use-data-options.mjs +3 -0
  311. package/esm/vef-tree-select/hooks/use-tree-select-instance.mjs +3 -0
  312. package/esm/vef-tree-select/index.mjs +3 -0
  313. package/esm/vef-tree-select/props.mjs +2 -0
  314. package/esm/vef-virtual-grid/index.mjs +14 -0
  315. package/esm/vef-virtual-grid/props.mjs +2 -0
  316. package/esm/vef-virtual-list/index.mjs +20 -0
  317. package/esm/vef-virtual-list/props.mjs +2 -0
  318. package/lib/index.cjs +3 -0
  319. package/lib/internal/index.cjs +3 -0
  320. package/lib/internal/utils.cjs +3 -0
  321. package/lib/vef-access-denied/access-denied-icon.cjs +3 -0
  322. package/lib/vef-access-denied/index.cjs +29 -0
  323. package/lib/vef-access-denied/props.cjs +3 -0
  324. package/lib/vef-action-buttons/index.cjs +3 -0
  325. package/lib/vef-action-buttons/props.cjs +3 -0
  326. package/lib/vef-app/helper.cjs +3 -0
  327. package/lib/vef-app/index.cjs +3 -0
  328. package/lib/vef-app/props.cjs +3 -0
  329. package/lib/vef-auto-sizer/index.cjs +3 -0
  330. package/lib/vef-auto-sizer/props.cjs +3 -0
  331. package/lib/vef-avatar/index.cjs +3 -0
  332. package/lib/vef-avatar/props.cjs +3 -0
  333. package/lib/vef-avatar-group/index.cjs +3 -0
  334. package/lib/vef-avatar-group/props.cjs +3 -0
  335. package/lib/vef-badge/index.cjs +3 -0
  336. package/lib/vef-badge/props.cjs +3 -0
  337. package/lib/vef-bool/hooks/use-bool-instance.cjs +3 -0
  338. package/lib/vef-bool/index.cjs +3 -0
  339. package/lib/vef-bool/props.cjs +3 -0
  340. package/lib/vef-button/components/base-button.cjs +3 -0
  341. package/lib/vef-button/index.cjs +3 -0
  342. package/lib/vef-button/props.cjs +3 -0
  343. package/lib/vef-card/index.cjs +3 -0
  344. package/lib/vef-card/props.cjs +3 -0
  345. package/lib/vef-card-meta/index.cjs +3 -0
  346. package/lib/vef-card-meta/props.cjs +3 -0
  347. package/lib/vef-checkbox/hooks/use-checkbox-instance.cjs +3 -0
  348. package/lib/vef-checkbox/hooks/use-data-options.cjs +3 -0
  349. package/lib/vef-checkbox/index.cjs +5 -0
  350. package/lib/vef-checkbox/props.cjs +3 -0
  351. package/lib/vef-col/index.cjs +3 -0
  352. package/lib/vef-col/props.cjs +3 -0
  353. package/lib/vef-color-picker/index.cjs +3 -0
  354. package/lib/vef-color-picker/props.cjs +3 -0
  355. package/lib/vef-compact/index.cjs +3 -0
  356. package/lib/vef-compact/props.cjs +3 -0
  357. package/lib/vef-config-provider/hooks/use-ui-config.cjs +3 -0
  358. package/lib/vef-config-provider/index.cjs +103 -0
  359. package/lib/vef-config-provider/props.cjs +3 -0
  360. package/lib/vef-config-provider/reset-style.cjs +257 -0
  361. package/lib/vef-config-provider/store.cjs +3 -0
  362. package/lib/vef-container/index.cjs +3 -0
  363. package/lib/vef-container/props.cjs +3 -0
  364. package/lib/vef-crud-page/components/crud-actions.cjs +3 -0
  365. package/lib/vef-crud-page/components/crud-filter.cjs +3 -0
  366. package/lib/vef-crud-page/components/crud-footer.cjs +9 -0
  367. package/lib/vef-crud-page/components/crud-form-modal.cjs +3 -0
  368. package/lib/vef-crud-page/components/crud-header.cjs +3 -0
  369. package/lib/vef-crud-page/components/crud-table.cjs +3 -0
  370. package/lib/vef-crud-page/hooks/use-action-buttons.cjs +3 -0
  371. package/lib/vef-crud-page/hooks/use-crud-context.cjs +3 -0
  372. package/lib/vef-crud-page/hooks/use-crud-schema.cjs +3 -0
  373. package/lib/vef-crud-page/hooks/use-operation-buttons.cjs +3 -0
  374. package/lib/vef-crud-page/index.cjs +3 -0
  375. package/lib/vef-crud-page/props.cjs +3 -0
  376. package/lib/vef-crud-page/store.cjs +3 -0
  377. package/lib/vef-crud-page/types.cjs +3 -0
  378. package/lib/vef-divider/index.cjs +3 -0
  379. package/lib/vef-divider/props.cjs +3 -0
  380. package/lib/vef-drawer/components/action-button-wrapper.cjs +3 -0
  381. package/lib/vef-drawer/components/button-props.cjs +3 -0
  382. package/lib/vef-drawer/components/cancel-action-button.cjs +3 -0
  383. package/lib/vef-drawer/components/ok-action-button.cjs +3 -0
  384. package/lib/vef-drawer/context.cjs +3 -0
  385. package/lib/vef-drawer/index.cjs +10 -0
  386. package/lib/vef-drawer/props.cjs +3 -0
  387. package/lib/vef-dropdown/index.cjs +3 -0
  388. package/lib/vef-dropdown/props.cjs +3 -0
  389. package/lib/vef-dynamic-icon/index.cjs +3 -0
  390. package/lib/vef-dynamic-icon/props.cjs +3 -0
  391. package/lib/vef-empty/index.cjs +3 -0
  392. package/lib/vef-empty/props.cjs +3 -0
  393. package/lib/vef-empty-placeholder/index.cjs +7 -0
  394. package/lib/vef-empty-placeholder/props.cjs +3 -0
  395. package/lib/vef-error/error-icon.cjs +3 -0
  396. package/lib/vef-error/index.cjs +30 -0
  397. package/lib/vef-error/props.cjs +3 -0
  398. package/lib/vef-filter/components/action-buttons.cjs +21 -0
  399. package/lib/vef-filter/components/advanced-filter.cjs +11 -0
  400. package/lib/vef-filter/components/basic-filter.cjs +21 -0
  401. package/lib/vef-filter/components/fields/index.cjs +3 -0
  402. package/lib/vef-filter/components/fields/input-number.cjs +3 -0
  403. package/lib/vef-filter/components/fields/input.cjs +3 -0
  404. package/lib/vef-filter/components/fields/props.cjs +3 -0
  405. package/lib/vef-filter/components/filter-field.cjs +3 -0
  406. package/lib/vef-filter/components/filter-item.cjs +3 -0
  407. package/lib/vef-filter/event.cjs +3 -0
  408. package/lib/vef-filter/helper.cjs +3 -0
  409. package/lib/vef-filter/hooks/use-action-handlers.cjs +3 -0
  410. package/lib/vef-filter/hooks/use-computed-values.cjs +3 -0
  411. package/lib/vef-filter/hooks/use-filter-context.cjs +3 -0
  412. package/lib/vef-filter/hooks/use-filter-initialization.cjs +3 -0
  413. package/lib/vef-filter/hooks/use-filter-instance.cjs +3 -0
  414. package/lib/vef-filter/hooks/use-filter-items.cjs +3 -0
  415. package/lib/vef-filter/hooks/use-filter-values-change.cjs +3 -0
  416. package/lib/vef-filter/hooks/use-label-config.cjs +3 -0
  417. package/lib/vef-filter/index.cjs +10 -0
  418. package/lib/vef-filter/props.cjs +3 -0
  419. package/lib/vef-filter/store.cjs +3 -0
  420. package/lib/vef-filter/types.cjs +3 -0
  421. package/lib/vef-flex/index.cjs +3 -0
  422. package/lib/vef-flex/props.cjs +3 -0
  423. package/lib/vef-float-button/index.cjs +3 -0
  424. package/lib/vef-float-button/props.cjs +3 -0
  425. package/lib/vef-float-button-group/index.cjs +3 -0
  426. package/lib/vef-float-button-group/props.cjs +3 -0
  427. package/lib/vef-form/components/fields/index.cjs +3 -0
  428. package/lib/vef-form/components/fields/input-number.cjs +3 -0
  429. package/lib/vef-form/components/fields/input.cjs +3 -0
  430. package/lib/vef-form/components/fields/props.cjs +3 -0
  431. package/lib/vef-form/components/form-actions.cjs +5 -0
  432. package/lib/vef-form/components/form-content.cjs +6 -0
  433. package/lib/vef-form/components/form-field.cjs +3 -0
  434. package/lib/vef-form/components/form-group.cjs +13 -0
  435. package/lib/vef-form/components/form-hidden-item.cjs +3 -0
  436. package/lib/vef-form/components/form-item.cjs +3 -0
  437. package/lib/vef-form/components/form-row.cjs +3 -0
  438. package/lib/vef-form/event.cjs +3 -0
  439. package/lib/vef-form/helper.cjs +3 -0
  440. package/lib/vef-form/hooks/use-action-handlers.cjs +3 -0
  441. package/lib/vef-form/hooks/use-columns-layout.cjs +3 -0
  442. package/lib/vef-form/hooks/use-computed-values.cjs +3 -0
  443. package/lib/vef-form/hooks/use-form-context.cjs +3 -0
  444. package/lib/vef-form/hooks/use-form-initialization.cjs +3 -0
  445. package/lib/vef-form/hooks/use-form-instance.cjs +3 -0
  446. package/lib/vef-form/hooks/use-form-values-change.cjs +3 -0
  447. package/lib/vef-form/hooks/use-label-width.cjs +3 -0
  448. package/lib/vef-form/index.cjs +5 -0
  449. package/lib/vef-form/props.cjs +3 -0
  450. package/lib/vef-form/store.cjs +3 -0
  451. package/lib/vef-form/types.cjs +3 -0
  452. package/lib/vef-form/validation-rules.cjs +3 -0
  453. package/lib/vef-form-drawer/index.cjs +3 -0
  454. package/lib/vef-form-drawer/props.cjs +3 -0
  455. package/lib/vef-form-modal/index.cjs +3 -0
  456. package/lib/vef-form-modal/props.cjs +3 -0
  457. package/lib/vef-generic-select/index.cjs +3 -0
  458. package/lib/vef-generic-select/props.cjs +3 -0
  459. package/lib/vef-grid/index.cjs +14 -0
  460. package/lib/vef-grid/props.cjs +3 -0
  461. package/lib/vef-grid-item/index.cjs +3 -0
  462. package/lib/vef-grid-item/props.cjs +3 -0
  463. package/lib/vef-icon/index.cjs +3 -0
  464. package/lib/vef-icon/props.cjs +3 -0
  465. package/lib/vef-icon-select/index.cjs +42 -0
  466. package/lib/vef-icon-select/props.cjs +3 -0
  467. package/lib/vef-input/hooks/use-input-instance.cjs +3 -0
  468. package/lib/vef-input/index.cjs +3 -0
  469. package/lib/vef-input/props.cjs +3 -0
  470. package/lib/vef-input-number/hooks/use-input-number-instance.cjs +3 -0
  471. package/lib/vef-input-number/index.cjs +3 -0
  472. package/lib/vef-input-number/props.cjs +3 -0
  473. package/lib/vef-layout/components/content.cjs +3 -0
  474. package/lib/vef-layout/components/font-size.cjs +6 -0
  475. package/lib/vef-layout/components/fullscreen.cjs +6 -0
  476. package/lib/vef-layout/components/header-action-icons.cjs +17 -0
  477. package/lib/vef-layout/components/header-content.cjs +8 -0
  478. package/lib/vef-layout/components/header.cjs +14 -0
  479. package/lib/vef-layout/components/sider.cjs +51 -0
  480. package/lib/vef-layout/components/title.cjs +38 -0
  481. package/lib/vef-layout/components/user-avatar.cjs +20 -0
  482. package/lib/vef-layout/index.cjs +7 -0
  483. package/lib/vef-layout/logo.svg.cjs +3 -0
  484. package/lib/vef-layout/props.cjs +3 -0
  485. package/lib/vef-layout/store.cjs +3 -0
  486. package/lib/vef-loading-placeholder/index.cjs +7 -0
  487. package/lib/vef-loading-placeholder/props.cjs +3 -0
  488. package/lib/vef-login/index.cjs +56 -0
  489. package/lib/vef-login/login-icon.cjs +3 -0
  490. package/lib/vef-login/props.cjs +3 -0
  491. package/lib/vef-menu/index.cjs +3 -0
  492. package/lib/vef-menu/props.cjs +3 -0
  493. package/lib/vef-modal/components/action-button-wrapper.cjs +3 -0
  494. package/lib/vef-modal/components/button-props.cjs +3 -0
  495. package/lib/vef-modal/components/cancel-action-button.cjs +3 -0
  496. package/lib/vef-modal/components/ok-action-button.cjs +3 -0
  497. package/lib/vef-modal/context.cjs +3 -0
  498. package/lib/vef-modal/index.cjs +6 -0
  499. package/lib/vef-modal/props.cjs +3 -0
  500. package/lib/vef-not-found/index.cjs +30 -0
  501. package/lib/vef-not-found/not-found-icon.cjs +3 -0
  502. package/lib/vef-not-found/props.cjs +3 -0
  503. package/lib/vef-page/index.cjs +59 -0
  504. package/lib/vef-page/props.cjs +3 -0
  505. package/lib/vef-pagination/index.cjs +3 -0
  506. package/lib/vef-pagination/props.cjs +3 -0
  507. package/lib/vef-paragraph/index.cjs +3 -0
  508. package/lib/vef-paragraph/props.cjs +3 -0
  509. package/lib/vef-password/hooks/use-password-instance.cjs +3 -0
  510. package/lib/vef-password/index.cjs +3 -0
  511. package/lib/vef-password/props.cjs +3 -0
  512. package/lib/vef-popconfirm/index.cjs +3 -0
  513. package/lib/vef-popconfirm/props.cjs +3 -0
  514. package/lib/vef-popover/index.cjs +3 -0
  515. package/lib/vef-popover/props.cjs +3 -0
  516. package/lib/vef-radio/hooks/use-data-options.cjs +3 -0
  517. package/lib/vef-radio/hooks/use-radio-instance.cjs +3 -0
  518. package/lib/vef-radio/index.cjs +5 -0
  519. package/lib/vef-radio/props.cjs +3 -0
  520. package/lib/vef-rate/hooks/use-rate-instance.cjs +3 -0
  521. package/lib/vef-rate/index.cjs +3 -0
  522. package/lib/vef-rate/props.cjs +3 -0
  523. package/lib/vef-responsive-container/index.cjs +7 -0
  524. package/lib/vef-responsive-container/props.cjs +3 -0
  525. package/lib/vef-responsive-item/index.cjs +5 -0
  526. package/lib/vef-responsive-item/props.cjs +3 -0
  527. package/lib/vef-ribbon/index.cjs +3 -0
  528. package/lib/vef-ribbon/props.cjs +3 -0
  529. package/lib/vef-row/index.cjs +3 -0
  530. package/lib/vef-row/props.cjs +3 -0
  531. package/lib/vef-scroll-area/components/scrollbar.cjs +34 -0
  532. package/lib/vef-scroll-area/index.cjs +13 -0
  533. package/lib/vef-scroll-area/props.cjs +3 -0
  534. package/lib/vef-select/components/option.cjs +11 -0
  535. package/lib/vef-select/hooks/use-data-options.cjs +3 -0
  536. package/lib/vef-select/hooks/use-field-names.cjs +3 -0
  537. package/lib/vef-select/hooks/use-render-label.cjs +10 -0
  538. package/lib/vef-select/hooks/use-render-option.cjs +3 -0
  539. package/lib/vef-select/hooks/use-select-instance.cjs +3 -0
  540. package/lib/vef-select/index.cjs +3 -0
  541. package/lib/vef-select/props.cjs +3 -0
  542. package/lib/vef-slider/hooks/use-slider-instance.cjs +3 -0
  543. package/lib/vef-slider/index.cjs +3 -0
  544. package/lib/vef-slider/props.cjs +3 -0
  545. package/lib/vef-sortable-list/components/overlay-item.cjs +7 -0
  546. package/lib/vef-sortable-list/components/sortable-item.cjs +7 -0
  547. package/lib/vef-sortable-list/hooks/use-merged-items.cjs +3 -0
  548. package/lib/vef-sortable-list/index.cjs +3 -0
  549. package/lib/vef-sortable-list/props.cjs +3 -0
  550. package/lib/vef-space/index.cjs +3 -0
  551. package/lib/vef-space/props.cjs +3 -0
  552. package/lib/vef-spin/index.cjs +3 -0
  553. package/lib/vef-spin/props.cjs +3 -0
  554. package/lib/vef-splitter/index.cjs +3 -0
  555. package/lib/vef-splitter/props.cjs +3 -0
  556. package/lib/vef-splitter-panel/index.cjs +3 -0
  557. package/lib/vef-splitter-panel/props.cjs +3 -0
  558. package/lib/vef-status/index.cjs +3 -0
  559. package/lib/vef-status/props.cjs +3 -0
  560. package/lib/vef-table/components/columns/bool.cjs +3 -0
  561. package/lib/vef-table/components/columns/code.cjs +3 -0
  562. package/lib/vef-table/components/columns/data-dictionary.cjs +3 -0
  563. package/lib/vef-table/components/columns/enum.cjs +3 -0
  564. package/lib/vef-table/components/columns/file.cjs +3 -0
  565. package/lib/vef-table/components/columns/icon.cjs +3 -0
  566. package/lib/vef-table/components/columns/id.cjs +3 -0
  567. package/lib/vef-table/components/columns/image.cjs +3 -0
  568. package/lib/vef-table/components/columns/index.cjs +3 -0
  569. package/lib/vef-table/components/columns/markdown.cjs +3 -0
  570. package/lib/vef-table/components/columns/number.cjs +3 -0
  571. package/lib/vef-table/components/columns/props.cjs +3 -0
  572. package/lib/vef-table/components/columns/render.cjs +3 -0
  573. package/lib/vef-table/components/columns/rich-text.cjs +3 -0
  574. package/lib/vef-table/components/columns/text.cjs +3 -0
  575. package/lib/vef-table/components/columns-settings.cjs +54 -0
  576. package/lib/vef-table/components/operation-buttons.cjs +12 -0
  577. package/lib/vef-table/components/settings-icon.cjs +5 -0
  578. package/lib/vef-table/components/table-footer.cjs +19 -0
  579. package/lib/vef-table/helper.cjs +3 -0
  580. package/lib/vef-table/hooks/use-computed-batch-buttons.cjs +3 -0
  581. package/lib/vef-table/hooks/use-computed-columns.cjs +3 -0
  582. package/lib/vef-table/hooks/use-computed-values.cjs +3 -0
  583. package/lib/vef-table/hooks/use-data.cjs +3 -0
  584. package/lib/vef-table/hooks/use-default-column-configs.cjs +3 -0
  585. package/lib/vef-table/hooks/use-display-value.cjs +3 -0
  586. package/lib/vef-table/hooks/use-helper-columns.cjs +3 -0
  587. package/lib/vef-table/hooks/use-operation-column-width.cjs +3 -0
  588. package/lib/vef-table/hooks/use-pagination-props.cjs +3 -0
  589. package/lib/vef-table/hooks/use-row-props.cjs +3 -0
  590. package/lib/vef-table/hooks/use-row-selection-config.cjs +3 -0
  591. package/lib/vef-table/hooks/use-selected-rows.cjs +3 -0
  592. package/lib/vef-table/hooks/use-table-columns.cjs +3 -0
  593. package/lib/vef-table/hooks/use-table-context.cjs +3 -0
  594. package/lib/vef-table/hooks/use-table-instance.cjs +3 -0
  595. package/lib/vef-table/hooks/use-table-summary.cjs +3 -0
  596. package/lib/vef-table/hooks/use-table-width.cjs +3 -0
  597. package/lib/vef-table/index.cjs +56 -0
  598. package/lib/vef-table/props.cjs +3 -0
  599. package/lib/vef-table/store.cjs +3 -0
  600. package/lib/vef-table/types.cjs +3 -0
  601. package/lib/vef-tabs/index.cjs +3 -0
  602. package/lib/vef-tabs/props.cjs +3 -0
  603. package/lib/vef-tag/index.cjs +3 -0
  604. package/lib/vef-tag/props.cjs +3 -0
  605. package/lib/vef-temporal-picker/helper.cjs +3 -0
  606. package/lib/vef-temporal-picker/hooks/use-dayjs-value.cjs +3 -0
  607. package/lib/vef-temporal-picker/hooks/use-temporal-limit.cjs +3 -0
  608. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.cjs +3 -0
  609. package/lib/vef-temporal-picker/index.cjs +3 -0
  610. package/lib/vef-temporal-picker/props.cjs +3 -0
  611. package/lib/vef-temporal-range-picker/helper.cjs +3 -0
  612. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.cjs +3 -0
  613. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.cjs +3 -0
  614. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.cjs +3 -0
  615. package/lib/vef-temporal-range-picker/index.cjs +3 -0
  616. package/lib/vef-temporal-range-picker/props.cjs +3 -0
  617. package/lib/vef-text/index.cjs +3 -0
  618. package/lib/vef-text/props.cjs +3 -0
  619. package/lib/vef-textarea/hooks/use-textarea-instance.cjs +3 -0
  620. package/lib/vef-textarea/index.cjs +3 -0
  621. package/lib/vef-textarea/props.cjs +3 -0
  622. package/lib/vef-title/index.cjs +15 -0
  623. package/lib/vef-title/props.cjs +3 -0
  624. package/lib/vef-tooltip/index.cjs +3 -0
  625. package/lib/vef-tooltip/props.cjs +3 -0
  626. package/lib/vef-tree-select/hooks/use-change-handler.cjs +3 -0
  627. package/lib/vef-tree-select/hooks/use-data-options.cjs +3 -0
  628. package/lib/vef-tree-select/hooks/use-tree-select-instance.cjs +3 -0
  629. package/lib/vef-tree-select/index.cjs +3 -0
  630. package/lib/vef-tree-select/props.cjs +3 -0
  631. package/lib/vef-virtual-grid/index.cjs +14 -0
  632. package/lib/vef-virtual-grid/props.cjs +3 -0
  633. package/lib/vef-virtual-list/index.cjs +20 -0
  634. package/lib/vef-virtual-list/props.cjs +3 -0
  635. package/package.json +6 -6
  636. package/es/index.js +0 -3
  637. package/es/internal/index.js +0 -3
  638. package/es/internal/utils.js +0 -3
  639. package/es/vef-access-denied/access-denied-icon.js +0 -3
  640. package/es/vef-access-denied/index.js +0 -29
  641. package/es/vef-action-buttons/index.js +0 -3
  642. package/es/vef-app/helper.js +0 -3
  643. package/es/vef-app/index.js +0 -3
  644. package/es/vef-auto-sizer/index.js +0 -3
  645. package/es/vef-avatar/index.js +0 -3
  646. package/es/vef-avatar-group/index.js +0 -3
  647. package/es/vef-badge/index.js +0 -3
  648. package/es/vef-bool/hooks/use-bool-instance.js +0 -3
  649. package/es/vef-bool/index.js +0 -3
  650. package/es/vef-button/components/base-button.js +0 -3
  651. package/es/vef-button/index.js +0 -3
  652. package/es/vef-card/index.js +0 -3
  653. package/es/vef-card-meta/index.js +0 -3
  654. package/es/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
  655. package/es/vef-checkbox/hooks/use-data-options.js +0 -3
  656. package/es/vef-checkbox/index.js +0 -5
  657. package/es/vef-col/index.js +0 -3
  658. package/es/vef-color-picker/index.js +0 -3
  659. package/es/vef-compact/index.js +0 -3
  660. package/es/vef-config-provider/hooks/use-ui-config.js +0 -3
  661. package/es/vef-config-provider/index.js +0 -103
  662. package/es/vef-config-provider/reset-style.js +0 -257
  663. package/es/vef-config-provider/store.js +0 -3
  664. package/es/vef-container/index.js +0 -3
  665. package/es/vef-crud-page/components/crud-actions.js +0 -3
  666. package/es/vef-crud-page/components/crud-filter.js +0 -3
  667. package/es/vef-crud-page/components/crud-footer.js +0 -9
  668. package/es/vef-crud-page/components/crud-form-modal.js +0 -3
  669. package/es/vef-crud-page/components/crud-header.js +0 -3
  670. package/es/vef-crud-page/components/crud-table.js +0 -3
  671. package/es/vef-crud-page/hooks/use-action-buttons.js +0 -3
  672. package/es/vef-crud-page/hooks/use-crud-context.js +0 -3
  673. package/es/vef-crud-page/hooks/use-crud-schema.js +0 -3
  674. package/es/vef-crud-page/hooks/use-operation-buttons.js +0 -3
  675. package/es/vef-crud-page/index.js +0 -3
  676. package/es/vef-crud-page/store.js +0 -3
  677. package/es/vef-divider/index.js +0 -3
  678. package/es/vef-drawer/components/action-button-wrapper.js +0 -3
  679. package/es/vef-drawer/components/button-props.js +0 -2
  680. package/es/vef-drawer/components/cancel-action-button.js +0 -3
  681. package/es/vef-drawer/components/ok-action-button.js +0 -3
  682. package/es/vef-drawer/context.js +0 -3
  683. package/es/vef-drawer/index.js +0 -10
  684. package/es/vef-dropdown/index.js +0 -3
  685. package/es/vef-dynamic-icon/index.js +0 -3
  686. package/es/vef-dynamic-icon/props.js +0 -3
  687. package/es/vef-empty/index.js +0 -3
  688. package/es/vef-empty-placeholder/index.js +0 -7
  689. package/es/vef-error/error-icon.js +0 -3
  690. package/es/vef-error/index.js +0 -30
  691. package/es/vef-filter/components/action-buttons.js +0 -21
  692. package/es/vef-filter/components/advanced-filter.js +0 -11
  693. package/es/vef-filter/components/basic-filter.js +0 -21
  694. package/es/vef-filter/components/fields/index.js +0 -3
  695. package/es/vef-filter/components/fields/input-number.js +0 -3
  696. package/es/vef-filter/components/fields/input.js +0 -3
  697. package/es/vef-filter/components/filter-field.js +0 -3
  698. package/es/vef-filter/components/filter-item.js +0 -3
  699. package/es/vef-filter/event.js +0 -3
  700. package/es/vef-filter/helper.js +0 -3
  701. package/es/vef-filter/hooks/use-action-handlers.js +0 -3
  702. package/es/vef-filter/hooks/use-computed-values.js +0 -3
  703. package/es/vef-filter/hooks/use-filter-context.js +0 -3
  704. package/es/vef-filter/hooks/use-filter-initialization.js +0 -3
  705. package/es/vef-filter/hooks/use-filter-instance.js +0 -3
  706. package/es/vef-filter/hooks/use-filter-items.js +0 -3
  707. package/es/vef-filter/hooks/use-filter-values-change.js +0 -3
  708. package/es/vef-filter/hooks/use-label-config.js +0 -3
  709. package/es/vef-filter/index.js +0 -10
  710. package/es/vef-filter/store.js +0 -3
  711. package/es/vef-flex/index.js +0 -3
  712. package/es/vef-float-button/index.js +0 -3
  713. package/es/vef-float-button-group/index.js +0 -3
  714. package/es/vef-form/components/fields/index.js +0 -3
  715. package/es/vef-form/components/fields/input-number.js +0 -3
  716. package/es/vef-form/components/fields/input.js +0 -3
  717. package/es/vef-form/components/form-actions.js +0 -5
  718. package/es/vef-form/components/form-content.js +0 -6
  719. package/es/vef-form/components/form-field.js +0 -3
  720. package/es/vef-form/components/form-group.js +0 -13
  721. package/es/vef-form/components/form-hidden-item.js +0 -3
  722. package/es/vef-form/components/form-item.js +0 -3
  723. package/es/vef-form/components/form-row.js +0 -3
  724. package/es/vef-form/event.js +0 -3
  725. package/es/vef-form/helper.js +0 -3
  726. package/es/vef-form/hooks/use-action-handlers.js +0 -3
  727. package/es/vef-form/hooks/use-columns-layout.js +0 -3
  728. package/es/vef-form/hooks/use-computed-values.js +0 -3
  729. package/es/vef-form/hooks/use-form-context.js +0 -3
  730. package/es/vef-form/hooks/use-form-initialization.js +0 -3
  731. package/es/vef-form/hooks/use-form-instance.js +0 -3
  732. package/es/vef-form/hooks/use-form-values-change.js +0 -3
  733. package/es/vef-form/hooks/use-label-width.js +0 -3
  734. package/es/vef-form/index.js +0 -5
  735. package/es/vef-form/store.js +0 -3
  736. package/es/vef-form/validation-rules.js +0 -3
  737. package/es/vef-form-drawer/index.js +0 -3
  738. package/es/vef-form-modal/index.js +0 -3
  739. package/es/vef-generic-select/index.js +0 -3
  740. package/es/vef-grid/index.js +0 -14
  741. package/es/vef-grid/props.js +0 -3
  742. package/es/vef-grid-item/index.js +0 -3
  743. package/es/vef-icon/index.js +0 -3
  744. package/es/vef-icon-select/index.js +0 -42
  745. package/es/vef-input/hooks/use-input-instance.js +0 -3
  746. package/es/vef-input/index.js +0 -3
  747. package/es/vef-input-number/hooks/use-input-number-instance.js +0 -3
  748. package/es/vef-input-number/index.js +0 -3
  749. package/es/vef-layout/components/content.js +0 -3
  750. package/es/vef-layout/components/font-size.js +0 -6
  751. package/es/vef-layout/components/fullscreen.js +0 -6
  752. package/es/vef-layout/components/header-action-icons.js +0 -17
  753. package/es/vef-layout/components/header-content.js +0 -8
  754. package/es/vef-layout/components/header.js +0 -14
  755. package/es/vef-layout/components/sider.js +0 -51
  756. package/es/vef-layout/components/title.js +0 -38
  757. package/es/vef-layout/components/user-avatar.js +0 -20
  758. package/es/vef-layout/index.js +0 -7
  759. package/es/vef-layout/logo.svg.js +0 -3
  760. package/es/vef-layout/store.js +0 -3
  761. package/es/vef-loading-placeholder/index.js +0 -7
  762. package/es/vef-login/index.js +0 -56
  763. package/es/vef-login/login-icon.js +0 -3
  764. package/es/vef-menu/index.js +0 -3
  765. package/es/vef-modal/components/action-button-wrapper.js +0 -3
  766. package/es/vef-modal/components/button-props.js +0 -2
  767. package/es/vef-modal/components/cancel-action-button.js +0 -3
  768. package/es/vef-modal/components/ok-action-button.js +0 -3
  769. package/es/vef-modal/context.js +0 -3
  770. package/es/vef-modal/index.js +0 -6
  771. package/es/vef-not-found/index.js +0 -30
  772. package/es/vef-not-found/not-found-icon.js +0 -3
  773. package/es/vef-page/index.js +0 -59
  774. package/es/vef-pagination/index.js +0 -3
  775. package/es/vef-pagination/props.js +0 -3
  776. package/es/vef-paragraph/index.js +0 -3
  777. package/es/vef-password/hooks/use-password-instance.js +0 -3
  778. package/es/vef-password/index.js +0 -3
  779. package/es/vef-popconfirm/index.js +0 -3
  780. package/es/vef-popover/index.js +0 -3
  781. package/es/vef-radio/hooks/use-data-options.js +0 -3
  782. package/es/vef-radio/hooks/use-radio-instance.js +0 -3
  783. package/es/vef-radio/index.js +0 -5
  784. package/es/vef-rate/hooks/use-rate-instance.js +0 -3
  785. package/es/vef-rate/index.js +0 -3
  786. package/es/vef-responsive-container/index.js +0 -7
  787. package/es/vef-responsive-item/index.js +0 -5
  788. package/es/vef-ribbon/index.js +0 -3
  789. package/es/vef-row/index.js +0 -3
  790. package/es/vef-scroll-area/components/scrollbar.js +0 -34
  791. package/es/vef-scroll-area/index.js +0 -13
  792. package/es/vef-select/components/option.js +0 -11
  793. package/es/vef-select/hooks/use-data-options.js +0 -3
  794. package/es/vef-select/hooks/use-field-names.js +0 -3
  795. package/es/vef-select/hooks/use-render-label.js +0 -10
  796. package/es/vef-select/hooks/use-render-option.js +0 -3
  797. package/es/vef-select/hooks/use-select-instance.js +0 -3
  798. package/es/vef-select/index.js +0 -3
  799. package/es/vef-slider/hooks/use-slider-instance.js +0 -3
  800. package/es/vef-slider/index.js +0 -3
  801. package/es/vef-sortable-list/components/overlay-item.js +0 -7
  802. package/es/vef-sortable-list/components/sortable-item.js +0 -7
  803. package/es/vef-sortable-list/hooks/use-merged-items.js +0 -3
  804. package/es/vef-sortable-list/index.js +0 -3
  805. package/es/vef-space/index.js +0 -3
  806. package/es/vef-spin/index.js +0 -3
  807. package/es/vef-splitter/index.js +0 -3
  808. package/es/vef-splitter-panel/index.js +0 -3
  809. package/es/vef-status/index.js +0 -3
  810. package/es/vef-table/components/columns/bool.js +0 -3
  811. package/es/vef-table/components/columns/code.js +0 -3
  812. package/es/vef-table/components/columns/data-dictionary.js +0 -3
  813. package/es/vef-table/components/columns/enum.js +0 -3
  814. package/es/vef-table/components/columns/file.js +0 -3
  815. package/es/vef-table/components/columns/icon.js +0 -3
  816. package/es/vef-table/components/columns/id.js +0 -3
  817. package/es/vef-table/components/columns/image.js +0 -3
  818. package/es/vef-table/components/columns/index.js +0 -3
  819. package/es/vef-table/components/columns/markdown.js +0 -3
  820. package/es/vef-table/components/columns/number.js +0 -3
  821. package/es/vef-table/components/columns/render.js +0 -3
  822. package/es/vef-table/components/columns/rich-text.js +0 -3
  823. package/es/vef-table/components/columns/text.js +0 -3
  824. package/es/vef-table/components/columns-settings.js +0 -54
  825. package/es/vef-table/components/operation-buttons.js +0 -12
  826. package/es/vef-table/components/settings-icon.js +0 -5
  827. package/es/vef-table/components/table-footer.js +0 -19
  828. package/es/vef-table/helper.js +0 -3
  829. package/es/vef-table/hooks/use-computed-batch-buttons.js +0 -3
  830. package/es/vef-table/hooks/use-computed-columns.js +0 -3
  831. package/es/vef-table/hooks/use-computed-values.js +0 -3
  832. package/es/vef-table/hooks/use-data.js +0 -3
  833. package/es/vef-table/hooks/use-default-column-configs.js +0 -3
  834. package/es/vef-table/hooks/use-display-value.js +0 -3
  835. package/es/vef-table/hooks/use-helper-columns.js +0 -3
  836. package/es/vef-table/hooks/use-operation-column-width.js +0 -3
  837. package/es/vef-table/hooks/use-pagination-props.js +0 -3
  838. package/es/vef-table/hooks/use-row-props.js +0 -3
  839. package/es/vef-table/hooks/use-row-selection-config.js +0 -3
  840. package/es/vef-table/hooks/use-selected-rows.js +0 -3
  841. package/es/vef-table/hooks/use-table-columns.js +0 -3
  842. package/es/vef-table/hooks/use-table-context.js +0 -3
  843. package/es/vef-table/hooks/use-table-instance.js +0 -3
  844. package/es/vef-table/hooks/use-table-summary.js +0 -3
  845. package/es/vef-table/hooks/use-table-width.js +0 -3
  846. package/es/vef-table/index.js +0 -56
  847. package/es/vef-table/store.js +0 -3
  848. package/es/vef-tabs/index.js +0 -3
  849. package/es/vef-tag/index.js +0 -3
  850. package/es/vef-temporal-picker/helper.js +0 -3
  851. package/es/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
  852. package/es/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
  853. package/es/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
  854. package/es/vef-temporal-picker/index.js +0 -3
  855. package/es/vef-temporal-range-picker/helper.js +0 -3
  856. package/es/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
  857. package/es/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
  858. package/es/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
  859. package/es/vef-temporal-range-picker/index.js +0 -3
  860. package/es/vef-temporal-range-picker/props.js +0 -3
  861. package/es/vef-text/index.js +0 -3
  862. package/es/vef-textarea/hooks/use-textarea-instance.js +0 -3
  863. package/es/vef-textarea/index.js +0 -3
  864. package/es/vef-title/index.js +0 -15
  865. package/es/vef-tooltip/index.js +0 -3
  866. package/es/vef-tree-select/hooks/use-change-handler.js +0 -3
  867. package/es/vef-tree-select/hooks/use-data-options.js +0 -3
  868. package/es/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
  869. package/es/vef-tree-select/index.js +0 -3
  870. package/es/vef-virtual-grid/index.js +0 -14
  871. package/es/vef-virtual-list/index.js +0 -20
  872. package/lib/index.js +0 -3
  873. package/lib/internal/index.js +0 -3
  874. package/lib/internal/utils.js +0 -3
  875. package/lib/vef-access-denied/access-denied-icon.js +0 -3
  876. package/lib/vef-access-denied/index.js +0 -29
  877. package/lib/vef-access-denied/props.js +0 -3
  878. package/lib/vef-action-buttons/index.js +0 -3
  879. package/lib/vef-action-buttons/props.js +0 -3
  880. package/lib/vef-app/helper.js +0 -3
  881. package/lib/vef-app/index.js +0 -3
  882. package/lib/vef-app/props.js +0 -3
  883. package/lib/vef-auto-sizer/index.js +0 -3
  884. package/lib/vef-auto-sizer/props.js +0 -3
  885. package/lib/vef-avatar/index.js +0 -3
  886. package/lib/vef-avatar/props.js +0 -3
  887. package/lib/vef-avatar-group/index.js +0 -3
  888. package/lib/vef-avatar-group/props.js +0 -3
  889. package/lib/vef-badge/index.js +0 -3
  890. package/lib/vef-badge/props.js +0 -3
  891. package/lib/vef-bool/hooks/use-bool-instance.js +0 -3
  892. package/lib/vef-bool/index.js +0 -3
  893. package/lib/vef-bool/props.js +0 -3
  894. package/lib/vef-button/components/base-button.js +0 -3
  895. package/lib/vef-button/index.js +0 -3
  896. package/lib/vef-button/props.js +0 -3
  897. package/lib/vef-card/index.js +0 -3
  898. package/lib/vef-card/props.js +0 -3
  899. package/lib/vef-card-meta/index.js +0 -3
  900. package/lib/vef-card-meta/props.js +0 -3
  901. package/lib/vef-checkbox/hooks/use-checkbox-instance.js +0 -3
  902. package/lib/vef-checkbox/hooks/use-data-options.js +0 -3
  903. package/lib/vef-checkbox/index.js +0 -5
  904. package/lib/vef-checkbox/props.js +0 -3
  905. package/lib/vef-col/index.js +0 -3
  906. package/lib/vef-col/props.js +0 -3
  907. package/lib/vef-color-picker/index.js +0 -3
  908. package/lib/vef-color-picker/props.js +0 -3
  909. package/lib/vef-compact/index.js +0 -3
  910. package/lib/vef-compact/props.js +0 -3
  911. package/lib/vef-config-provider/hooks/use-ui-config.js +0 -3
  912. package/lib/vef-config-provider/index.js +0 -103
  913. package/lib/vef-config-provider/props.js +0 -3
  914. package/lib/vef-config-provider/reset-style.js +0 -257
  915. package/lib/vef-config-provider/store.js +0 -3
  916. package/lib/vef-container/index.js +0 -3
  917. package/lib/vef-container/props.js +0 -3
  918. package/lib/vef-crud-page/components/crud-actions.js +0 -3
  919. package/lib/vef-crud-page/components/crud-filter.js +0 -3
  920. package/lib/vef-crud-page/components/crud-footer.js +0 -9
  921. package/lib/vef-crud-page/components/crud-form-modal.js +0 -3
  922. package/lib/vef-crud-page/components/crud-header.js +0 -3
  923. package/lib/vef-crud-page/components/crud-table.js +0 -3
  924. package/lib/vef-crud-page/hooks/use-action-buttons.js +0 -3
  925. package/lib/vef-crud-page/hooks/use-crud-context.js +0 -3
  926. package/lib/vef-crud-page/hooks/use-crud-schema.js +0 -3
  927. package/lib/vef-crud-page/hooks/use-operation-buttons.js +0 -3
  928. package/lib/vef-crud-page/index.js +0 -3
  929. package/lib/vef-crud-page/props.js +0 -3
  930. package/lib/vef-crud-page/store.js +0 -3
  931. package/lib/vef-crud-page/types.js +0 -3
  932. package/lib/vef-divider/index.js +0 -3
  933. package/lib/vef-divider/props.js +0 -3
  934. package/lib/vef-drawer/components/action-button-wrapper.js +0 -3
  935. package/lib/vef-drawer/components/button-props.js +0 -3
  936. package/lib/vef-drawer/components/cancel-action-button.js +0 -3
  937. package/lib/vef-drawer/components/ok-action-button.js +0 -3
  938. package/lib/vef-drawer/context.js +0 -3
  939. package/lib/vef-drawer/index.js +0 -10
  940. package/lib/vef-drawer/props.js +0 -3
  941. package/lib/vef-dropdown/index.js +0 -3
  942. package/lib/vef-dropdown/props.js +0 -3
  943. package/lib/vef-dynamic-icon/index.js +0 -3
  944. package/lib/vef-dynamic-icon/props.js +0 -3
  945. package/lib/vef-empty/index.js +0 -3
  946. package/lib/vef-empty/props.js +0 -3
  947. package/lib/vef-empty-placeholder/index.js +0 -7
  948. package/lib/vef-empty-placeholder/props.js +0 -3
  949. package/lib/vef-error/error-icon.js +0 -3
  950. package/lib/vef-error/index.js +0 -30
  951. package/lib/vef-error/props.js +0 -3
  952. package/lib/vef-filter/components/action-buttons.js +0 -21
  953. package/lib/vef-filter/components/advanced-filter.js +0 -11
  954. package/lib/vef-filter/components/basic-filter.js +0 -21
  955. package/lib/vef-filter/components/fields/index.js +0 -3
  956. package/lib/vef-filter/components/fields/input-number.js +0 -3
  957. package/lib/vef-filter/components/fields/input.js +0 -3
  958. package/lib/vef-filter/components/fields/props.js +0 -3
  959. package/lib/vef-filter/components/filter-field.js +0 -3
  960. package/lib/vef-filter/components/filter-item.js +0 -3
  961. package/lib/vef-filter/event.js +0 -3
  962. package/lib/vef-filter/helper.js +0 -3
  963. package/lib/vef-filter/hooks/use-action-handlers.js +0 -3
  964. package/lib/vef-filter/hooks/use-computed-values.js +0 -3
  965. package/lib/vef-filter/hooks/use-filter-context.js +0 -3
  966. package/lib/vef-filter/hooks/use-filter-initialization.js +0 -3
  967. package/lib/vef-filter/hooks/use-filter-instance.js +0 -3
  968. package/lib/vef-filter/hooks/use-filter-items.js +0 -3
  969. package/lib/vef-filter/hooks/use-filter-values-change.js +0 -3
  970. package/lib/vef-filter/hooks/use-label-config.js +0 -3
  971. package/lib/vef-filter/index.js +0 -10
  972. package/lib/vef-filter/props.js +0 -3
  973. package/lib/vef-filter/store.js +0 -3
  974. package/lib/vef-filter/types.js +0 -3
  975. package/lib/vef-flex/index.js +0 -3
  976. package/lib/vef-flex/props.js +0 -3
  977. package/lib/vef-float-button/index.js +0 -3
  978. package/lib/vef-float-button/props.js +0 -3
  979. package/lib/vef-float-button-group/index.js +0 -3
  980. package/lib/vef-float-button-group/props.js +0 -3
  981. package/lib/vef-form/components/fields/index.js +0 -3
  982. package/lib/vef-form/components/fields/input-number.js +0 -3
  983. package/lib/vef-form/components/fields/input.js +0 -3
  984. package/lib/vef-form/components/fields/props.js +0 -3
  985. package/lib/vef-form/components/form-actions.js +0 -5
  986. package/lib/vef-form/components/form-content.js +0 -6
  987. package/lib/vef-form/components/form-field.js +0 -3
  988. package/lib/vef-form/components/form-group.js +0 -13
  989. package/lib/vef-form/components/form-hidden-item.js +0 -3
  990. package/lib/vef-form/components/form-item.js +0 -3
  991. package/lib/vef-form/components/form-row.js +0 -3
  992. package/lib/vef-form/event.js +0 -3
  993. package/lib/vef-form/helper.js +0 -3
  994. package/lib/vef-form/hooks/use-action-handlers.js +0 -3
  995. package/lib/vef-form/hooks/use-columns-layout.js +0 -3
  996. package/lib/vef-form/hooks/use-computed-values.js +0 -3
  997. package/lib/vef-form/hooks/use-form-context.js +0 -3
  998. package/lib/vef-form/hooks/use-form-initialization.js +0 -3
  999. package/lib/vef-form/hooks/use-form-instance.js +0 -3
  1000. package/lib/vef-form/hooks/use-form-values-change.js +0 -3
  1001. package/lib/vef-form/hooks/use-label-width.js +0 -3
  1002. package/lib/vef-form/index.js +0 -5
  1003. package/lib/vef-form/props.js +0 -3
  1004. package/lib/vef-form/store.js +0 -3
  1005. package/lib/vef-form/types.js +0 -3
  1006. package/lib/vef-form/validation-rules.js +0 -3
  1007. package/lib/vef-form-drawer/index.js +0 -3
  1008. package/lib/vef-form-drawer/props.js +0 -3
  1009. package/lib/vef-form-modal/index.js +0 -3
  1010. package/lib/vef-form-modal/props.js +0 -3
  1011. package/lib/vef-generic-select/index.js +0 -3
  1012. package/lib/vef-generic-select/props.js +0 -3
  1013. package/lib/vef-grid/index.js +0 -14
  1014. package/lib/vef-grid/props.js +0 -3
  1015. package/lib/vef-grid-item/index.js +0 -3
  1016. package/lib/vef-grid-item/props.js +0 -3
  1017. package/lib/vef-icon/index.js +0 -3
  1018. package/lib/vef-icon/props.js +0 -3
  1019. package/lib/vef-icon-select/index.js +0 -42
  1020. package/lib/vef-icon-select/props.js +0 -3
  1021. package/lib/vef-input/hooks/use-input-instance.js +0 -3
  1022. package/lib/vef-input/index.js +0 -3
  1023. package/lib/vef-input/props.js +0 -3
  1024. package/lib/vef-input-number/hooks/use-input-number-instance.js +0 -3
  1025. package/lib/vef-input-number/index.js +0 -3
  1026. package/lib/vef-input-number/props.js +0 -3
  1027. package/lib/vef-layout/components/content.js +0 -3
  1028. package/lib/vef-layout/components/font-size.js +0 -6
  1029. package/lib/vef-layout/components/fullscreen.js +0 -6
  1030. package/lib/vef-layout/components/header-action-icons.js +0 -17
  1031. package/lib/vef-layout/components/header-content.js +0 -8
  1032. package/lib/vef-layout/components/header.js +0 -14
  1033. package/lib/vef-layout/components/sider.js +0 -51
  1034. package/lib/vef-layout/components/title.js +0 -38
  1035. package/lib/vef-layout/components/user-avatar.js +0 -20
  1036. package/lib/vef-layout/index.js +0 -7
  1037. package/lib/vef-layout/logo.svg.js +0 -3
  1038. package/lib/vef-layout/props.js +0 -3
  1039. package/lib/vef-layout/store.js +0 -3
  1040. package/lib/vef-loading-placeholder/index.js +0 -7
  1041. package/lib/vef-loading-placeholder/props.js +0 -3
  1042. package/lib/vef-login/index.js +0 -56
  1043. package/lib/vef-login/login-icon.js +0 -3
  1044. package/lib/vef-login/props.js +0 -3
  1045. package/lib/vef-menu/index.js +0 -3
  1046. package/lib/vef-menu/props.js +0 -3
  1047. package/lib/vef-modal/components/action-button-wrapper.js +0 -3
  1048. package/lib/vef-modal/components/button-props.js +0 -3
  1049. package/lib/vef-modal/components/cancel-action-button.js +0 -3
  1050. package/lib/vef-modal/components/ok-action-button.js +0 -3
  1051. package/lib/vef-modal/context.js +0 -3
  1052. package/lib/vef-modal/index.js +0 -6
  1053. package/lib/vef-modal/props.js +0 -3
  1054. package/lib/vef-not-found/index.js +0 -30
  1055. package/lib/vef-not-found/not-found-icon.js +0 -3
  1056. package/lib/vef-not-found/props.js +0 -3
  1057. package/lib/vef-page/index.js +0 -59
  1058. package/lib/vef-page/props.js +0 -3
  1059. package/lib/vef-pagination/index.js +0 -3
  1060. package/lib/vef-pagination/props.js +0 -3
  1061. package/lib/vef-paragraph/index.js +0 -3
  1062. package/lib/vef-paragraph/props.js +0 -3
  1063. package/lib/vef-password/hooks/use-password-instance.js +0 -3
  1064. package/lib/vef-password/index.js +0 -3
  1065. package/lib/vef-password/props.js +0 -3
  1066. package/lib/vef-popconfirm/index.js +0 -3
  1067. package/lib/vef-popconfirm/props.js +0 -3
  1068. package/lib/vef-popover/index.js +0 -3
  1069. package/lib/vef-popover/props.js +0 -3
  1070. package/lib/vef-radio/hooks/use-data-options.js +0 -3
  1071. package/lib/vef-radio/hooks/use-radio-instance.js +0 -3
  1072. package/lib/vef-radio/index.js +0 -5
  1073. package/lib/vef-radio/props.js +0 -3
  1074. package/lib/vef-rate/hooks/use-rate-instance.js +0 -3
  1075. package/lib/vef-rate/index.js +0 -3
  1076. package/lib/vef-rate/props.js +0 -3
  1077. package/lib/vef-responsive-container/index.js +0 -7
  1078. package/lib/vef-responsive-container/props.js +0 -3
  1079. package/lib/vef-responsive-item/index.js +0 -5
  1080. package/lib/vef-responsive-item/props.js +0 -3
  1081. package/lib/vef-ribbon/index.js +0 -3
  1082. package/lib/vef-ribbon/props.js +0 -3
  1083. package/lib/vef-row/index.js +0 -3
  1084. package/lib/vef-row/props.js +0 -3
  1085. package/lib/vef-scroll-area/components/scrollbar.js +0 -34
  1086. package/lib/vef-scroll-area/index.js +0 -13
  1087. package/lib/vef-scroll-area/props.js +0 -3
  1088. package/lib/vef-select/components/option.js +0 -11
  1089. package/lib/vef-select/hooks/use-data-options.js +0 -3
  1090. package/lib/vef-select/hooks/use-field-names.js +0 -3
  1091. package/lib/vef-select/hooks/use-render-label.js +0 -10
  1092. package/lib/vef-select/hooks/use-render-option.js +0 -3
  1093. package/lib/vef-select/hooks/use-select-instance.js +0 -3
  1094. package/lib/vef-select/index.js +0 -3
  1095. package/lib/vef-select/props.js +0 -3
  1096. package/lib/vef-slider/hooks/use-slider-instance.js +0 -3
  1097. package/lib/vef-slider/index.js +0 -3
  1098. package/lib/vef-slider/props.js +0 -3
  1099. package/lib/vef-sortable-list/components/overlay-item.js +0 -7
  1100. package/lib/vef-sortable-list/components/sortable-item.js +0 -7
  1101. package/lib/vef-sortable-list/hooks/use-merged-items.js +0 -3
  1102. package/lib/vef-sortable-list/index.js +0 -3
  1103. package/lib/vef-sortable-list/props.js +0 -3
  1104. package/lib/vef-space/index.js +0 -3
  1105. package/lib/vef-space/props.js +0 -3
  1106. package/lib/vef-spin/index.js +0 -3
  1107. package/lib/vef-spin/props.js +0 -3
  1108. package/lib/vef-splitter/index.js +0 -3
  1109. package/lib/vef-splitter/props.js +0 -3
  1110. package/lib/vef-splitter-panel/index.js +0 -3
  1111. package/lib/vef-splitter-panel/props.js +0 -3
  1112. package/lib/vef-status/index.js +0 -3
  1113. package/lib/vef-status/props.js +0 -3
  1114. package/lib/vef-table/components/columns/bool.js +0 -3
  1115. package/lib/vef-table/components/columns/code.js +0 -3
  1116. package/lib/vef-table/components/columns/data-dictionary.js +0 -3
  1117. package/lib/vef-table/components/columns/enum.js +0 -3
  1118. package/lib/vef-table/components/columns/file.js +0 -3
  1119. package/lib/vef-table/components/columns/icon.js +0 -3
  1120. package/lib/vef-table/components/columns/id.js +0 -3
  1121. package/lib/vef-table/components/columns/image.js +0 -3
  1122. package/lib/vef-table/components/columns/index.js +0 -3
  1123. package/lib/vef-table/components/columns/markdown.js +0 -3
  1124. package/lib/vef-table/components/columns/number.js +0 -3
  1125. package/lib/vef-table/components/columns/props.js +0 -3
  1126. package/lib/vef-table/components/columns/render.js +0 -3
  1127. package/lib/vef-table/components/columns/rich-text.js +0 -3
  1128. package/lib/vef-table/components/columns/text.js +0 -3
  1129. package/lib/vef-table/components/columns-settings.js +0 -54
  1130. package/lib/vef-table/components/operation-buttons.js +0 -12
  1131. package/lib/vef-table/components/settings-icon.js +0 -5
  1132. package/lib/vef-table/components/table-footer.js +0 -19
  1133. package/lib/vef-table/helper.js +0 -3
  1134. package/lib/vef-table/hooks/use-computed-batch-buttons.js +0 -3
  1135. package/lib/vef-table/hooks/use-computed-columns.js +0 -3
  1136. package/lib/vef-table/hooks/use-computed-values.js +0 -3
  1137. package/lib/vef-table/hooks/use-data.js +0 -3
  1138. package/lib/vef-table/hooks/use-default-column-configs.js +0 -3
  1139. package/lib/vef-table/hooks/use-display-value.js +0 -3
  1140. package/lib/vef-table/hooks/use-helper-columns.js +0 -3
  1141. package/lib/vef-table/hooks/use-operation-column-width.js +0 -3
  1142. package/lib/vef-table/hooks/use-pagination-props.js +0 -3
  1143. package/lib/vef-table/hooks/use-row-props.js +0 -3
  1144. package/lib/vef-table/hooks/use-row-selection-config.js +0 -3
  1145. package/lib/vef-table/hooks/use-selected-rows.js +0 -3
  1146. package/lib/vef-table/hooks/use-table-columns.js +0 -3
  1147. package/lib/vef-table/hooks/use-table-context.js +0 -3
  1148. package/lib/vef-table/hooks/use-table-instance.js +0 -3
  1149. package/lib/vef-table/hooks/use-table-summary.js +0 -3
  1150. package/lib/vef-table/hooks/use-table-width.js +0 -3
  1151. package/lib/vef-table/index.js +0 -56
  1152. package/lib/vef-table/props.js +0 -3
  1153. package/lib/vef-table/store.js +0 -3
  1154. package/lib/vef-table/types.js +0 -3
  1155. package/lib/vef-tabs/index.js +0 -3
  1156. package/lib/vef-tabs/props.js +0 -3
  1157. package/lib/vef-tag/index.js +0 -3
  1158. package/lib/vef-tag/props.js +0 -3
  1159. package/lib/vef-temporal-picker/helper.js +0 -3
  1160. package/lib/vef-temporal-picker/hooks/use-dayjs-value.js +0 -3
  1161. package/lib/vef-temporal-picker/hooks/use-temporal-limit.js +0 -3
  1162. package/lib/vef-temporal-picker/hooks/use-temporal-picker-instance.js +0 -3
  1163. package/lib/vef-temporal-picker/index.js +0 -3
  1164. package/lib/vef-temporal-picker/props.js +0 -3
  1165. package/lib/vef-temporal-range-picker/helper.js +0 -3
  1166. package/lib/vef-temporal-range-picker/hooks/use-dayjs-values.js +0 -3
  1167. package/lib/vef-temporal-range-picker/hooks/use-temporal-limit.js +0 -3
  1168. package/lib/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +0 -3
  1169. package/lib/vef-temporal-range-picker/index.js +0 -3
  1170. package/lib/vef-temporal-range-picker/props.js +0 -3
  1171. package/lib/vef-text/index.js +0 -3
  1172. package/lib/vef-text/props.js +0 -3
  1173. package/lib/vef-textarea/hooks/use-textarea-instance.js +0 -3
  1174. package/lib/vef-textarea/index.js +0 -3
  1175. package/lib/vef-textarea/props.js +0 -3
  1176. package/lib/vef-title/index.js +0 -15
  1177. package/lib/vef-title/props.js +0 -3
  1178. package/lib/vef-tooltip/index.js +0 -3
  1179. package/lib/vef-tooltip/props.js +0 -3
  1180. package/lib/vef-tree-select/hooks/use-change-handler.js +0 -3
  1181. package/lib/vef-tree-select/hooks/use-data-options.js +0 -3
  1182. package/lib/vef-tree-select/hooks/use-tree-select-instance.js +0 -3
  1183. package/lib/vef-tree-select/index.js +0 -3
  1184. package/lib/vef-tree-select/props.js +0 -3
  1185. package/lib/vef-virtual-grid/index.js +0 -14
  1186. package/lib/vef-virtual-grid/props.js +0 -3
  1187. package/lib/vef-virtual-list/index.js +0 -20
  1188. package/lib/vef-virtual-list/props.js +0 -3
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsxs as o,jsx as r}from"@emotion/react/jsx-runtime";import{memo as t}from"react";const e=t((function(t){return o("svg",{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...t,children:[o("defs",{children:[o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__a",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__b",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__c",spreadMethod:"pad",x1:0,x2:1,y1:-.031,y2:-.031,children:[r("stop",{offset:0,stopColor:"#fff5de"}),r("stop",{offset:1,stopColor:"#fbd2ac"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__d",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__e",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__f",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__g",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__h",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.434,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__i",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[r("stop",{offset:.032,stopColor:"#afdef9"}),r("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__j",spreadMethod:"pad",x1:.059,x2:.6,y1:.609,y2:.371,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__k",spreadMethod:"pad",x1:.445,x2:.583,y1:-.065,y2:0,children:[r("stop",{offset:.032,stopColor:"#afdef9"}),r("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__l",spreadMethod:"pad",x1:.284,x2:.5,y1:.87,y2:.305,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__m",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[r("stop",{offset:.032,stopColor:"#afdef9"}),r("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__n",spreadMethod:"pad",x1:.802,x2:.402,y1:.781,y2:.012,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__o",spreadMethod:"pad",x1:.17,x2:.731,y1:.776,y2:.273,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__p",spreadMethod:"pad",x1:0,x2:.85,y1:.669,y2:.361,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__q",spreadMethod:"pad",x1:0,x2:.85,y1:.644,y2:.382,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__r",spreadMethod:"pad",x1:0,x2:.85,y1:.639,y2:.385,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__s",spreadMethod:"pad",x1:.492,x2:.5,y1:.87,y2:.305,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__t",spreadMethod:"pad",x1:-.541,x2:.5,y1:.571,y2:.463,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__u",spreadMethod:"pad",x1:.224,x2:.5,y1:-.089,y2:.774,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__v",spreadMethod:"pad",x1:.454,x2:.5,y1:-.115,y2:.786,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__w",spreadMethod:"pad",x1:.477,x2:.5,y1:-.115,y2:.786,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__x",spreadMethod:"pad",x1:.439,x2:.5,y1:-.115,y2:.786,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__y",spreadMethod:"pad",x1:0,x2:1.132,y1:.776,y2:.776,children:[r("stop",{offset:0,stopColor:"#98d6fa"}),r("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__z",spreadMethod:"pad",x1:0,x2:1,y1:-.118,y2:-.118,children:[r("stop",{offset:0,stopColor:"#f5dda7"}),r("stop",{offset:1,stopColor:"#fa9a41"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__A",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[r("stop",{offset:0,stopColor:"#1d181c"}),r("stop",{offset:.3,stopColor:"#2c2422"}),r("stop",{offset:.5,stopColor:"#42352c"}),r("stop",{offset:.7,stopColor:"#57352c"}),r("stop",{offset:1,stopColor:"#923629"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__B",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[r("stop",{offset:0,stopColor:"#1d181c"}),r("stop",{offset:.3,stopColor:"#2c2422"}),r("stop",{offset:.5,stopColor:"#42352c"}),r("stop",{offset:.7,stopColor:"#57352c"}),r("stop",{offset:1,stopColor:"#923629"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__C",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[r("stop",{offset:0,stopColor:"#ffb859"}),r("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"error-icon_svg__D",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[r("stop",{offset:0,stopColor:"#ffb859"}),r("stop",{offset:1,stopColor:"#f97b61"})]})]}),r("path",{d:"M0 0h1024v1024H0Z",fill:"none"}),r("path",{d:"M76.8 581.8 72 559.4l-4.2-23.8-3.6-28.8-1.9-26.5-.2-22.1.3-11.2.8-11.2 1.2-11.2 1.7-11.2 2.1-10.9 2.7-10.6 2.5-7.9 2.8-7.7 3.1-7.4 3.5-7.1 3.9-7 4.3-6.6 4.7-6.3 5.2-6 5.6-5.6 6.1-5.2 6.6-4.8 7.2-4.4 5.9-3 6.4-2.8 6.7-2.5 7.3-2.2 7.7-1.9 17.7-3.4 16.8-2.8 15.8-2.2 16-1.8 29.3-2.5 21.2-1.1 56.2-2.4 22.6-1.8 10.4-1.2 10.3-1.6 9.9-2.2 9.4-2.5 6.9-2.3 6.8-2.7 6.6-3 6.5-3.5 6.1-3.8 6.2-4.3 6-4.9 22.9-21.2 14.4-11.9 12.4-8.6 6.1-3.6 5.6-2.8 5.2-2.2 5.3-1.8 5.2-1.3 10-1.4 10.5-.2 8.1.5 28.8 2.6 7.3.3 7.4-.4 7.5-.9 7.4-1.4 7.5-1.8 7.5-2.2 14.5-5.4 17.6-8.2 9.8-5.2 17.9-10.6 28.7-18.8 12.7-6.2 8.9-3.6 13.3-4.4 15.5-4 17.2-2.7 8.8-.8 9.2-.3 9.5.3 14.3 1.6 14.6 3.3 7.2 2.2 7.1 2.8 7.3 3.4 7.2 3.9 6.9 4.4 6.9 5 6.9 5.8 6.8 6.5 5.1 5.4 10 12.5 9.8 14.9 8.6 16.1 4.2 9.1 4.1 9.9 7.4 21.1 6.4 23.3 3 13 2.8 14 1.5 23.4 2.4 47.1.8 38.6-.5 29.5-.7 14.5-1.2 13.9-3 23.3-1.7 9.5-4.2 17.5-2.7 8.6-3 8-3.2 7.5-3.6 6.9-3.2 5.5-3.5 5-3.6 4.7-3.9 4.3-9.5 9-4.4 4.8-3.4 4.6-2.7 4.3-2.3 4.8-1.6 4.5-1 4.3-.4 4.1.1 4.3.5 4 1 4 1.5 3.8 4 7.2 5.4 6.7 4.2 4 4.6 3.7 5 3.4 5.2 3 5.4 2.6 5.4 2.2 5.6 1.8 5.4 1.4 8.4 1.5 2.5.9 2 1.2 1.5 1.5 1.2 1.7.9 2.5.4 2.8-.2 3.4-.8 4.1-3.1 7.9-2.4 4.6-3.2 5.1-4.5 6.3-5.5 6.8-6.5 7.2-7 6.9-7.8 7-8.7 7.2-9 6.8-9.8 6.6-10.5 6.5-8 4.5-17 8.3-14.3 6-7.4 2.6-9.9 3.1-15.6 4.3-20.1 5-21.6 4.8-25.3 5.1-26.5 4.9-29.4 4.8-30.4 4.4-32.6 4.1-22 2.4-46 4-47 2.8-24 .8-24 .4-23.9-.1-24-.5-23.9-1.1-23.6-1.6-23.3-2.2-17.5-2-17.1-2.4-16.7-2.8-16.4-3.1-16.4-3.6-15.9-4-15.3-4.4L213 802l-8.6-4-8.2-4.4-7.8-4.7-7.4-5.2-7.2-5.5-6.8-5.8-6.5-6.1-6.1-6.4-7.8-8.9-7.2-9.2-6.6-9.5-6.2-9.8-5.8-9.9-5.2-10-4.9-10.2-8.5-19.9-5.4-14.9-4.6-14-4-13.7-6-23.8z",fill:"#47b0f1",fillOpacity:.05}),r("path",{d:"m158 329 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H109l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H106l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H155l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z",fill:"url(#error-icon_svg__a)",fillOpacity:.1}),r("path",{d:"m858 159 3.1 1.6 1.2 1.1 1.5 3 .2 1.8-.3 3-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3h-79l-2-.3-1.8-.7-1.5-1.2-1.2-1.5-.7-1.8-.3-2 .3-3 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3H809l1.9-.3 1.6-.6 1.4-1.1 1.1-1.3.7-1.6.3-2.1-.3-1.9-.6-1.6-1.1-1.4-1.3-1.1-1.6-.7-1.9-.3H806l-1.7-.7-2.6-2-1.5-3-.2-2.8.3-2 .7-1.8 1.2-1.5 1.5-1.2 1.8-.7 2-.3h79l2 .3 1.8.7 1.5 1.2 1.2 1.5.7 1.8.3 3-.3 2-.7 1.8-1.2 1.5-1.5 1.2-1.8.7-2 .3H855l-1.9.3-1.6.6-1.4 1.1-1.1 1.3-.7 1.6-.3 1.9.3 2.1.6 1.6 1.1 1.4 1.3 1.1 1.6.7 1.9.3z",fill:"url(#error-icon_svg__b)",fillOpacity:.1}),r("path",{d:"m514.5 712 32.9.2 31.8.7 30.9 1.1 30.8 1.5 29.5 1.8 28.2 2.2 28.2 2.7 26.5 3 24.8 3.2 24.8 3.7 22.7 3.9 20.7 4 13.5.3 12.9.8 12.4 1.1 12.4 1.6 11.6 1.9 10.9 2.2 10.8 2.6 9.8 2.9 8.8 3.1 8.8 3.6 7.5 3.7 6.5 3.8 4.7 3.2 3.9 3.3 3.3 3.2 2.7 3.3 2.3 3.6 1.6 3.6 1 3.6.3 3.6-.3 3.5-.9 3.5-1.5 3.5-2.2 3.5-2.5 3.2-3.1 3.1-3.8 3.2-4.4 3.2-6.1 3.7-7.2 3.7-8.2 3.5-8.5 3.1-9.3 2.8-10.2 2.7-10.3 2.3-11.1 2-11.8 1.6-27.4 7.1-15.7 3.5.5 6.3-.3 4.4-.8 4.3-1.3 4.3-1.8 4.3-2.5 4.3-5.9 7.8-8.1 8-4.9 3.9-6.2 4.5-7 4.4-7.8 4.3-8.8 4.3-8.6 3.8-19.5 7.3-21.7 6.5-23.3 5.6-12.7 2.4-16.8 2.8-17.6 2.4-18.6 1.9-18.6 1.4-19.3.8-19.9.3-31-.7-14.8-.8-29.1-2.7-14-1.8-26.4-4.4-13.1-2.7-24-6-22.1-7.1-10.2-3.8-9.4-4-8.6-4.1-8.7-4.7-7.6-4.7-6.8-4.7-5.8-4.7-4.6-4.3-4-4.2-3.3-4.3-2.7-4.2-2.2-4.2-28-2.4-26.4-2.6-24.9-2.9-24.9-3.3-23-3.6-21.2-3.7-21.2-4.2-19-4.4-17-4.4-12.9-3.8-11.4-3.7-10-3.8-8.9-3.6-7.4-3.5-6.3-3.5-5.3-3.3-8.3-6.3-3.1-3.2-2.4-3.1-1.8-2.9-1.2-2.9-.7-2.9-.3-2.9.2-2.8.8-2.9 1.1-2.8 1.8-2.9 2.3-3 3-3.1 3.6-3.1 9.5-6.5 6.1-3.3 15.7-7.1 9.7-3.7 11-3.7 12.4-3.7 16.4-4.4 18.4-4.3 20.5-4.2 20.5-3.7 22.3-3.6 24.1-3.3 24.1-3 25.6-2.6 27.2-2.5 55.4-3.7 29.6-1.3 59.9-1.6z",fill:"url(#error-icon_svg__c)"}),r("path",{d:"m686.6 226.6-1.6-3.7-2-3.2-2.4-2.9-2.8-2.6-3-2.2-3.4-1.9-7.1-2.6-3.8-.8-3.8-.4-7.5.3 5.9-2.9 3.3-1.1 3.5-.8 6.9-.7 3.5.2 3.3.5 3.1 1 3 1.4 2.6 1.9 2.3 2.4 2.3-2.3 2.7-1.9 2.9-1.4 3.1-.9 3.3-.6 3.5-.2 7 .7 3.4.8 6.4 2.4 2.8 1.6-7.4-.3-7.6 1.2-7.2 2.7-3.3 1.9-3.1 2.2-2.8 2.5-2.4 2.9-2 3.2z",fill:"url(#error-icon_svg__d)"}),r("path",{d:"m770 214.1-1.1-2.6-3-4.2-2-1.8-2.9-2-3.1-1.6-3.4-1.1-3.5-.6-3.5-.2-3.4.2 3-1.5 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.6-1.7 3.9-2.2 4.5-1.1 2.4-.1 3.6.2 3.6.8 3.4 1.2 3 1.6-3.5-.3-3.4.3-3.6.6-3.4 1.2-3.1 1.5-2.9 2-2.5 2.4-2 2.8z",fill:"url(#error-icon_svg__e)"}),r("path",{d:"m735.2 179.6-1.1-2.6-3-4.2-2-1.8-2.8-2-3.2-1.5-3.4-1.2-3.5-.6-3.4-.2-3.5.3 3-1.6 3.4-1.3 3.6-.7 3.6-.3 2.4.1 4.5 1.1 3.8 2.3 1.6 1.7 1.7-1.6 3.8-2.3 4.5-1.1 2.4-.1 3.6.3 3.6.7 3.4 1.2 3 1.6-3.5-.2-3.4.2-3.6.7-3.3 1.1-3.2 1.5-2.9 2-2.5 2.4-2 2.9z",fill:"url(#error-icon_svg__f)"}),r("path",{d:"m840.7 220.1-1.1-2.4-1.4-1.9-3.7-3.1-4.5-1.8-2.5-.5h-4.8l2.9-1.4 3.2-.9 2.3-.3 4.3.3 2 .7 1.8 1.1 1.5 1.5 1.6-1.5 1.7-1 4.2-1 4.4.3 3.3.9 2.8 1.4h-4.8l-2.4.4-4.5 1.9-3.8 3-1.4 2z",fill:"url(#error-icon_svg__g)"}),r("path",{d:"m54.2 676.4-7.9-3.2-6.7-2.2-5.6-1.4-4.8-.5h-4l-3.3.5-2.9 1-2.4 1.4-2 1.8-1.7 2.3-1.4 2.8-1 3.5-.7 4.3-.1 5.1.4 6.2 1.3 4.8 1.4 3.8 1.7 3 1.8 2.4 2 1.7 2.1 1.3 6 7.6 4.7 6.8 3.6 5.9 2.6 5.2 1.8 4.6 1.1 4 1.2 7.7 1.2 4.3 2.8 5.2 1.8 2.4 2.2 2.1 2.5 1.9 3 1.5 3.1 1.1 3.6.7 4.2.3 4.2-.3 4.8-.9 10.1-2.7 4.1-.5 3.7.1 3.5.7 3.2 1.3 3.1 1.8 3 2.5 2.8 3.2 2.7 4.1 2.6 5 2.4 6.2 2.2 7.5 4.4 5.2 4.7 4.8 5.2 4.4 5.6 4 6.1 3.5 6.6 3.1 7.1 2.8 7.7 2.2 8.4 1.8 9 1.4 9.8.8 10.6.2 11.5-.3 12.5-1.1 9.1-1.2 7.3-1.6 5.8-1.7 4.5-2 3.5-2.1 2.5-2.1 1.9-2.3 1.2-2.4.7-2.6.1-2.9-.5-3.1-1.2-3.6-2-4-3.1-4.7-4.4-5.4-5.9-6.1-7.6-7-9.8-8-12.1-9.1-12.6-4.8-10-3.4-16.3-4.2-2-1.1-1.9-1.5-1.6-2.1-1.5-2.6-1.2-3.4-1-4.3-.6-5.3-.4-9.8-.7-2.9-1.3-2.9-1.7-2.6-2.3-2.5-2.9-2.5-3.7-2.3-4.6-2.1-11-4.1-4.4-2.2-3.4-2.3-2.5-2.4-1.9-2.5-1.2-2.6-.7-2.8-.1-3 .5-3.3-3.1-4.1-3.1-3.2-3-2.4-3-1.7-3-1.1-3.1-.5h-3.2l-3.3.6-3.6 1.3-3.8 1.9-8.8 6.1L81 679l-4 1.7-3.8 1-3.5.5-3.3-.1-3.2-.6-3-1.2-3.1-1.6z",fill:"url(#error-icon_svg__h)"}),r("path",{d:"m52.6 691.5 48.3 32.2-2.1-9.9-2.2-8.4-2.2-7.1-3.3-8.6 4.4 9.7 3.4 8.8 2.8 9.1.9 4.3.3 3.4 40.2 26.9.5-20.5-.4-6.9-.7-5.2-.8-3.8 1.6 4.6.7 3.5 1.7 13.9.4 9.1-.5 7 37.1 24.7-.4-.4.8-8.1.1-7-.7-6.4 1.2 3.6.8 6.4.4 7.3-.1 6.1 30.6 20.3-3.9 3.9-31.5-22.3-6 2.7-8.1 2-4.5.5h-7.3l6.6-.8 5.5-1.2 4.4-1.5 3.6-1.7 2.8-1.9 2.5 1.5-88.8-62.8.6.6-6.8.8-6.4.2-6-.2-5.7-.6-5.4-1.1-5.2-1.4 1.2-.3 8.8 1.5 4.6.5 5.7.3 8.2-.7 4.6-.9zM94 768.4l4-.2 4.5-.8 5-1.5 5.7-2.3 6.5-3.4 7.2-4.4 8.2-5.7 2.3 2.2-5.5 4-5.4 3.4-5.2 2.7-5.4 2.4-5 1.7-4.7 1.2-4.7.7-4.1.2z",fill:"url(#error-icon_svg__i)"}),r("path",{d:"m89.6 607.3-7.5-4.8-6.3-3.5-5.4-2.4-4.6-1.5-3.9-.8-3.2-.1-2.8.3-2.4.8-2.1 1.2-1.9 1.7-1.5 2.3-1.4 2.8-1 3.6-.7 4.5-.3 5.5.2 6.9 5.3 21.2 1.9 9.3 1.2 8.1.3 5.3v5.1l-.8 7.7.2 7 1.5 7.6 3 8.1 2.1 4 2.7 4 3 3.7 3.7 3.7 4.3 3.5 7.2 4.5 4.4 2 10.9 4.3 4.8 2.4 3.8 2.4 2.8 2.4 2.1 2.5 1.5 2.4.9 2.4.4 2.6-.2 2.7-.7 2.9-1.3 3.2-2.1 3.5-.5 3.4v3.3l.6 3.1 1.2 3.1 1.7 3 2.3 3 3.2 3 4 3 5 3.1 6.1 3 7.5 3 9 3 10.7 2.9 12.6 2.8 14.8 2.7 12.2 1.7 10.1 1.1 8.1.4 11.6-.3 7.7-1.2 3.6-1.2 2.7-1.4 2.1-1.5 1.6-1.6 1.2-1.9.8-2.1.5-2.3v-2.6l-.5-3.4-1-3.9-1.6-4.2-3.1-6.4-3.9-7-9-14.4-5.5-5.9-4-5-2.3-3.4-3.2-5.9-1.5-4.5-.9-4.2-.5-4.3.1-7.6 1.6-10.9.1-3.8-.3-3.8-1.5-4.8-1.4-2.4-1.8-2.2-2.3-2.1-3.2-2.1-3.4-1.8-4.3-1.6-9-2.7-3.2-1.5-2.9-2-2.6-2.5-2.4-3-2.2-3.5-1.9-4.3-1.6-5.1-1.3-5.9-1-7-.4-8.1-.8-3-1.3-2.6-1.6-2.1-2.1-1.8-2.6-1.5-3.3-1.1-3.9-.7-4.9-.3-5.9.4-7.1 1-8.5 1.9-3.6.4h-3.5l-3.6-.6-3.7-1.1-3.7-1.6-3.9-2.3-4-3-4.2-3.7z",fill:"url(#error-icon_svg__j)"}),r("path",{d:"m74.9 624.7 35.5 45.1 1.7-4.9 1.2-4.7.6-4.7.2-4.7-.4-4.7-1-5.1 2.8 9 .6 3.6.1 3.8-.5 4.5-.7 2.9-2.9 7.2 30 38.2 2.8-4.5 2.2-4.7 1.8-5.2 1.3-5.8.8-6.4.3-7.1.7 5.7-.1 4.2-.4 5.2-1 5.3-1.4 5.6-1.4 3.6-3.6 6.6 26.7 33.9 2.2-4.1 2.5-6.3.8-3.7.3-4.1.5 6.2-.3 3.4-1.5 6.1-2.6 5L212 799h-6.2l-38-50.6-8.7 3.2-8.9 1.6-4.3.2-3.9-.3-3.1-.7-4.9-1.7 4.2.8 4.2.3 4.4-.2 4.4-.7 4.7-1.1 4.8-1.8 5-2.3-28.8-38.5.5.9-7.3 2.3-7.1 1.7-7.1 1.1-6.5.6-6.3.1-5.4-.5-3.4-.6-5.3-1.9 3.3 1 3.8.6 4.5.2 5.2-.2 6-.7 6.9-1.4 8.1-2.1 9.2-3-.5.2-32.1-42.9.2.5-5.4.1-5-.5-4.6-.9-4.3-1.5-4-1.9-3.7-2.4-3.6-2.9-3.3-3.4.5-.1 1.3.8 6.5 4.5 3.5 1.8 3.9 1.6 8.3 2 8.2.3z",fill:"url(#error-icon_svg__k)"}),r("path",{d:"m199.2 608.8 3.6-4.5 3.2-3.2 2.9-2.1 2.7-1.3 2.6-.6h2.4l2.4.6 2.5 1.3 2.5 2.1 2.7 3 2.9 4.2 3 5.7 1.1 5.3 2 15.9 1.7 4.8 1.4 2.1 1.8 2 2.5 2.1 2.8 1.7 3.7 1.8 8.9 3.4 3.2 1.8 2.5 1.9 1.9 2.1 1.4 2.2.9 2.5.4 2.6v3l-.7 3.3-1.3 3.8-2 4.4-3 5-1.4 3.8-.6 3.2v2.8l.6 2.4 1.1 2.2 1.6 1.9 2.2 1.7 3.1 1.6 6.7 2.2 2 1.3 1.5 1.5 1 1.8.6 2.2.1 2.6-.5 3.3-1.3 4.1-2.2 5-3.4 6.1-4.8 7.4-2.2 5.7-1.2 4.6-.4 3.7.2 3.1.8 2.4 1.1 2 4.1 3.7 4.4 5.1 3.2 5.8 1.2 3.3 1 3.7.6 4.3.1 4.3-.4 4.8-1 5.6-1.5 5.4-2.4 6.1-3.3 7-2.1 3.5-4.6 5.5-2.4 2.1-3.5 2.3-3.7 1.6-3.7 1-3.9.5h-4l-4-.5-3.9-.9-7.7-2.8-5.5-2.8-5-3.3-4.5-3.7-3.6-3.6-2.1-2.7-2.6-4.6-1-3.3-.7-3.4-.2-3.5.3-5.4 3.2-21.1.2-4.6-.2-2.9-.6-2.5-1-2.3-3.1-3.4-2.3-1.7-13-7.5-7.4-5.2-4.9-5.3-1.9-3-1.4-3.4-1-3.9-.3-2.9.7-7 1-4.2 7.6-10.4 3.4-5.1 1.7-4.5.3-5.3-1.2-6.4-1.5-3.9-4.9-9.9-6.5-11.3-.4-1.6v-1.7l.7-2 3.2-5.4 5.8-8.9 3.3-3.8 3.5-5 3.8-6.4 4.1-8.1z",fill:"url(#error-icon_svg__l)"}),r("path",{d:"m216.1 638.5 11.4 56.9 5.5-8.5 4.4-7.5 3.4-6.6 3.8-8.3-3.8 9.9-3.8 8.6-4.5 8.4-2.4 3.7-2.2 2.7 9.5 47.4 14.8-14.2 4.6-5.1 3.2-4.1 2.1-3.3-2.1 4.3-2 3-8.6 11-6.2 6.8-5.2 4.6 8.7 43.6v-.5l6.2-5.2 5.1-4.8 4.1-5-1.8 3.3-3.9 5.1-4.9 5.5-4.3 4.2 7.2 36h-5.5l-6.5-38.1-6.2-2.3-7.1-4.3-3.5-2.8-5.2-5.1 5.3 4 4.6 3 4.2 2.1 3.8 1.3 3.4.7.6 2.9L224 684.5l-.1.9-5.3-4.3-4.7-4.3-4.1-4.4-3.6-4.5-3.1-4.6-2.6-4.7 1 .6 5.2 7.4 2.9 3.6 3.9 4.2 6.2 5.3 3.9 2.6zM191 722.1l2.9 2.7 3.8 2.6 4.6 2.5 5.7 2.4 6.9 2.2 8.3 2 9.8 1.8v3.1l-6.7-1-6.2-1.5-5.6-1.7-5.5-2.2-4.8-2.3-4.1-2.4-3.8-2.8-3-2.8z",fill:"url(#error-icon_svg__m)"}),r("path",{d:"m938.4 787.5.5-6.1v-5.3l-.5-4.6-.9-4-1.3-3.3-1.7-3-2-2.5-2.3-2.1-2.8-1.8-3.3-1.4-3.7-1.1-4.4-.7 5-.2 4.5.2 4.2.7 3.9 1 3.5 1.4 3.5 1.8 3.1 2.2 2.8 2.5 2.5 2.8 2.2 3.3 1.7 3.3 1.4 3.7 1.1 4 .7 4.4.3 4.8z",fill:"url(#error-icon_svg__n)"}),r("path",{d:"m950.1 787.6 1.1-6.4.5-6-.1-5.4-.6-5.1-1.2-4.6-1.6-4.4-2-4-2.6-3.8-3-3.5-3.7-3.3-4.2-3.1 5.2 1.7 9.3 4.2 4.2 2.5 4 3 3.6 3.4 4.8 6.1 2.1 3.7 3.6 8.4 2.8 10.4 1.1 6.2-14.1.4z",fill:"url(#error-icon_svg__o)"}),r("path",{d:"m977.1 788-.4-6.3.3-5.4.8-4.7 1.2-4.1 1.6-3.6 2.1-3.1 2.4-2.6 2.9-2.3 3.4-1.9 4-1.5 4.6-1.1h-9.8l-3.3.3-6.7 1.4-3.2 1.3-3.2 1.8-3.3 2.3-3 2.8-3 3.6-3.2 4.6-2.7 4.9-2.7 6.1-2.8 7.5 15.2-.3z",fill:"url(#error-icon_svg__p)"}),r("path",{d:"m927.4 802 15.3-.5 5.8-1.3 2.5-1.1 2.1-1.5 1.6-1.9 1-1.6 1.1-4.5.2-3-.3-3.9-.8-3.7-1.3-3.5-1.8-3.3-2.1-3.1-2.6-2.7-3-2.4-3.2-2.1-3.5-1.7-3.8-1.2-3.9-.7-4.2-.3-4.2.3-3.9.7-3.8 1.2-3.5 1.7-3.2 2.1-3 2.4-2.6 2.7-2.1 3.1-1.8 3.3-1.3 3.5-.8 3.7-.3 3.9.2 3 1.3 4.4 1 1.7 1.9 1.9 2.2 1.5 2.8 1.1 6.2 1.3z",fill:"url(#error-icon_svg__q)"}),r("path",{d:"m960.6 802 10.5-.4 4.2-1.4 2.3-2.1.7-1.4.7-4.1-.3-3.2-.9-3-1.4-2.7-1.9-2.5-2.2-2-2.7-1.8-2.9-1.3-3.2-.8-3.5-.3-3.5.3-3.2.8-2.9 1.3-2.7 1.8-2.2 2-1.9 2.5-1.4 2.7-.9 3-.3 3.2.2 2.3.6 1.8.8 1.4 2.5 2.1 4.6 1.4z",fill:"url(#error-icon_svg__r)"}),r("path",{d:"m411 379 22.3.2 1.3.5 2 2 .7 2.8v359.8l-.7 2.8-2 2-1.3.5-1.5.2-22.3-.2-1.2-.5-2-2-.8-2.8V384.5l.2-1.5 1.4-2.4 2.4-1.4z",fill:"url(#error-icon_svg__s)"}),r("path",{d:"m241.8 408.5 349 28.7 45.2 76.4-51 69.7-349-28.7.7-69.7Z",fill:"url(#error-icon_svg__t)"}),r("path",{d:"m353.9 527.8 1.2-16.2-35.1-2.5.8-10.9 28.6 2 1.2-16.2-28.7-2 .7-9.9 33.9 2.4 1.2-16.2-57-4-4.9 69.4zm29.5 2.1 1.6-21.4.8-3.1 1.2-2.4 1.4-1.8 1.8-1.4 2-1 2.5-.5h3l2.2.9 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5 1-2.2 1.4-2.1 2-1.8 2.5-1.7 3.2.7-10.2-18.5-1.3-3.5 50.5zm42.6 3 1.7-21.4.8-3.1 1.1-2.4 1.5-1.9 1.7-1.3 2.1-1 2.5-.5 3-.1 2.2 1 1.9.1 1.4-20-2.6-.6-3.2.1-2.8.5-2.5.9-2.3 1.5-2 1.9-1.9 2.6-1.6 3.1.7-10.1-18.5-1.3-3.6 50.5zm49.4 4.2 5.5-.1 4.7-.5 4-1 3.6-1.3 3-1.8 2.6-2.1 2.2-2.5 1.9-3 1.5-3.4 1.2-4.1.7-4.6-.2-4.6-.7-4-1.1-3.6-1.5-3.1-1.9-2.8-2.3-2.5-2.7-2.2-3.3-1.9-3.8-1.6-4.5-1.3-5.2-.9-5.3.1-4.7.6-4 1.1-3.5 1.4-3 1.8-2.6 2.2-2.2 2.6-1.9 3-1.5 3.5-1.1 4.1-.8 4.8.1 4.6.6 4 1 3.5 1.4 3.1 1.8 2.7 2.3 2.4 2.7 2.1 3.3 1.8 3.8 1.5 4.6 1.2zm1.3-12.8-2.6-.6-1.8-.9-1.4-1.3-1.1-1.8-.8-2.4-.5-3.2.1-4.1.6-3.6.9-2.8 1.2-2.1 1.4-1.6 1.6-1.1 1.9-.7 2.3-.3 1.9.5 1.6.8 1.3 1.3 1 1.6.9 2.3.6 3 .1 4-.5 4.3-.9 3.2-1.2 2.3-1.4 1.6-1.5 1-1.9.5zm56.1 16 1.7-21.3.8-3.1 1.1-2.4 1.5-1.9 1.7-1.4 2.1-.9 2.5-.5 3-.1 2.2.9 1.9.2 1.4-20-2.7-.6h-3.1l-2.8.5-2.5 1-2.3 1.5-2 1.9-1.9 2.5-1.6 3.2.7-10.2-18.5-1.3-3.6 50.6z",fill:"#fff"}),r("path",{d:"m452.8 751.4-1.3-4.9-1.9-4.4-2.4-4-2.8-3.6-3.4-3.3-4-2.9-4.6-2.7-15.9-6.4-4.2-2.2-2.6-1.9-1.3-1.5-.5-1.3V711l.5-1.1 1.3-1.2 2.4-1.3 8-.8h3.3l3.4.6 3.7 1.2 4.9 2.9 2.6 2.3 4.9 5.8 2.7 4.2 4.7 9.8 2.5 6.5.7 3.9v3.8z",fill:"url(#error-icon_svg__u)"}),r("path",{d:"m453.6 753.5-4.3-14.9-4.3-13-4.2-11.2-4.2-9.7-4.1-8.3-4.1-7-5.8-8.5-2.6-5.5-1.3-5.6.1-5.3 1.4-4.3 1.1-1.9 1.4-1.4 1.7-1 4.3-.2 2.4.3 4.4 1.9 3.9 3.5 3.7 5.1 2.1 3.9 3.8 9 2.1 6.3 2.7 9.9 2.8 13.2 1.5 11.6.6 9.3-.4 10-.6 4.8-1.1 4.5-.8 1.8z",fill:"url(#error-icon_svg__v)"}),r("path",{d:"m455.5 746.3 1.3-5.8.9-6.3.4-7.1-.1-7.8-.7-8.7-1.3-9.6-1.9-10.7-7.1-20.6-1.7-6.5-.9-4.4-.5-7.2.3-2.6.7-2.2 1-1.8 1.3-1.7 1.6-1.2 2.1-1 2.7-.7 3.5-.4 1.8.4 3.9 1.6 3.5 3.1 3.3 5.1 1.3 3.5 2.2 8.9.7 5.6.6 13.8-.3 8.2-.6 9.8-2.3 13.5-2.9 11.5-6.7 21.3-1.7.6h-2z",fill:"url(#error-icon_svg__w)"}),r("path",{d:"m460 751.8-.1-12.2.3-11.2.9-10.2 1.4-9.2 1.7-8.4 2.2-7.6 2.5-6.8 2.8-6.2 3.2-5.6 3.5-5 5.4-6.2 2.3-1.7 2.6-1.2 2.9-.8 3.8-.2 1.8.5 1.7.7 1.4 1.3 1.3 1.7.9 2 .6 2.7.3 3.7-2 7.6-1.6 4.8-2.6 6.2-3.2 6.5-4.6 7.8-7.9 11.1-5.3 6.6-4.8 7.6-2.1 4-3.1 7.4-1.6 5.7-.5 2.8-.7.9-1.3.7z",fill:"url(#error-icon_svg__x)"}),r("path",{d:"m376 757.1 11.6-2.3 7.4-1.9 4.4-1.5 2.3-1.1 4.7-3.7 3-1.8 3.9-1.8 4.3-1.6 4.7-1.2 3.3-.4 6.4.2 3.1.8 3 1.4 2.9 2 1.3-1.4 2-1.2 2.2-.9 2.6-.5h2.6l2.6.6 1.7.7 3 2.7.9-2.6 1.4-2.4 1.7-2.3 4.4-3.9 2.5-1.6 4-1.9 3.7-1.3 4.7-.7h4.3l7.3.6 4.2 1 5.4 2.6 2.7 2 2.4 2.3 2.2 2.9 2 3.6 1.1 2.9 1.6 7.2.5 4.5z",fill:"url(#error-icon_svg__y)"}),r("path",{d:"m792.1 813.4-6.7 2.3-4 1.8-3.6 2.6-1 2.1.2 1 .5 1.1 1.4 1.4 10.2 6.3 2.4 2 1.4 1.7 1 1.9.4 1.9-.1 1.7-.6 1.7-2.3 3.6-2.3 2.5-4.8 3.9-3.6 1.9-5.5 2.4-5.6 1.9-15.7 4.4-18.4 3.8-22.2 3.1-12 1-12.9.7-13 .2-13.5-.3-14.3-.9-21.4-2.4-22.3-4.1-11.8-2.9-10-2.9-8.2-2.9-8.1-3.4-6.6-3.3-5.2-3.2-3.7-2.8-5.5-5.3-1.9-2.5-2.9-5.5-1.1-5.1v-3.5l.5-3.4 1.1-3.3 1.6-3.1 1.9-3.1 4.9-5.6 5.8-4.7 7.3-4.3 5.9-2.8 9.3-3.9 12.2-4.4 18-5.4 21.2-5.1 23.6-4.2 12.3-1.7 12.9-1.2 13.5-.9 13.5-.4 13.9.1 14.4.7 12.9 1 20.4 2.5 17.2 3.2 6.3 1.7 10.9 3.7 3.6 1.7 3.4 2.1 2.1 1.8 3 4.4 2.1 5.3.4 2.7-.1 2.5-.8 2.5-.9 1.7-3.3 3.5-2.6 1.9-3.6 2.1-5 2.2z",fill:"url(#error-icon_svg__z)",fillOpacity:.4}),r("path",{d:"m674.6 633.3 3.7-2.1 3.5-2.6 3.1-3 2.5-3.2 2.4-4.3 1.8-6.3 2.9-6.5 4.6-7.1 2.9-3.3 3.5-2.9 2.5-1.6 2.8-1.3 3-.9 3.1-.5 3.4.1 3.8.5 4.5 1.4 3.8 1.8 3.2 2.1 2.8 2.6 2.3 2.9 1.8 3.2 1.4 3.4.8 3.5.3 3.7-.2 3.8-.7 3.7-1.2 3.8-1.7 3.6-2.2 3.5-2.8 3.4-12.9 13.6-3.7 3.6-5.5 4.2-3.8 1.5h-1.4l-3.1-.9-1.7-.1-1.9.4-2.6 1-2.5 1.6-4.9 3.7-1.9-.8-3.4-3.6-3.8-5.4-7-11.8-3.8-4.8z",fill:"#ebb0b0"}),r("path",{d:"m757.6 589.9 3.1 3 2.1 2.8 1.4 2.5.9 2.8.3 2.6-.1 2.5-1.6 4.7-1.4 2.3-2.4 3-2.9 2.7-3.1 2.2-3.1 1.8-5.8 2.5-3.5.5-9.2-1.2-1.7 1-1.8 1.6-5.4 5.6-4.2-1.4 1.7-3.1-.1-1.3-.5-.8-1.2-.6-1.4-.2-1.7.2-1.7.6-1.5 1.1-1.5 2.1-1 5.9.1 1-5.7.7-3.1-.5-1-.8-10.7-10.6-2.9-4.3-.6-2.6.9-3 1.8-8.2 2.5-7 2.1-3.8 3-4.4 2.5-2.8 2.9-2.4 3.4-2.1 3.6-1.7 7.6-2.4 7.8-1.2 7.2-.1 5.6 1 6.9 2.3 8.6 4.1z",fill:"#131322"}),r("path",{d:"m798 795.8-5.4 8.1-.7 1.7-.1 1.8.2 1.5 2 3.8 3.2 3.5 1.9 1.4 1.9 1 1.8.5 19.9 1.1h10l7.2-.6 3.5-.7 2.9-.8 3.2-1.6.9-.9.8-1.5.1-2.8-.6-1.5-1.3-1.8-2-1.8-2.8-1.9-3-1.5-7.9-2.4-10.3-1.8-18.1-2.6-3.1-.4z",fill:"#333"}),r("path",{d:"m685.7 753 8.6-12.2 5.4-7 6.2-7.5 6.8-7.4 7.4-7.2 5.3-4.6 5.4-4.2 5.7-3.8 5.9-3.4 6-2.8 6.1-2.2 4.8-1.2 4.7-.7 4.9-.3 4.9.3 3 .5 2.8 1 2.7 1.4 2.7 1.9 3.2 3 3 3.6 3 4.4 5.2 9.6 5.6 14.3 5.4 18.4 4 18.4 3.7 23.1 1.6 13.9-20.7 3.4-35.5-68.4-62.3 78.6-45.4-17.5z",fill:"url(#error-icon_svg__A)"}),r("path",{d:"m579.6 751.7-2.1 8-1.7 8.7-1.2 9-.6 9 .1 11.9.6 5.7 1 5.6 1.3 5.2 1.7 4.8 1.7 3.4 4 6 2.4 2.5 2.7 2.2 3.1 1.8 3.3 1.5 3.8 1.1 11.1 1.6 13.8.5 41.3-.3 61.9.1 14.1-.2 11.8-.7 7.7-1 6.4-1.3 5.4-1.6 3.9-1.7 3.3-2 2.8-2.2 2.2-2.6 1.5-2.3 1.1-2.5 1.4-6.3.2-3.8-.4-3.2-.7-2.9-1.3-2.6-1.6-2.3-4.4-4-5.8-3.2-9.1-3-5.2-1.1-7.9-1.1-8.3-.7-16-.4-19.4.1-26.4-1.2-59.8-1z",fill:"url(#error-icon_svg__B)"}),r("path",{d:"m702.5 661.1-12-11.1-3-2.5-4-4.1-2.1-3.2-1.1-2.6-.5-2.5.2-3.8.8-2.3-6.4.2-10.7 1.4-6.8 1.5-9.7 3.1-10.6 4.7-5.4 3-5.6 3.7-5.3 4-5.4 4.7-5.4 5.5-7.5 9.1-7.2 11.1-5.7 11.8-2.4 6.5-3.1 9.9-2.6 10-2.1 10.1-2.9 18.4-2.1 23.6 3.8 3.1 3.9 2.3 4.6 2.1 11.7 3.8 13.1 2.6 15.8 1.6 10 .4h10l11.5-.5 13.2-.9 21.3-40.1 14.8-27.1 2-4.1 1.5-4.4 1-4.6.5-5v-5.4l-.6-5.7-1.2-6.3-2-6.7-2.7-7.4z",fill:"url(#error-icon_svg__C)"}),r("path",{d:"m844.2 714.6-37.8 13.7 1.4 3.8 37.7-13.8Z",fillRule:"evenodd"}),r("path",{d:"m799.9 732 8.3-4.1 3.6-2.6 2.5-.6h1.2l.6.4-.2 1.8-1.6 1.8 5.1-1.1 7.7-3.5 1.9-.2 1.3.2.9.7.6 1.2.1 1.9-1.2 3.2-1.2 1.6-3.1 2.6-4.6 1.8-6.1.5-3.9-.4-5.9 1z",fill:"#efba9e"}),r("path",{d:"m804.5 728.6-85 32.1-22.5-89-2.3-4.6-2.5-3.9-2.8-3.2-3-2.7-3.2-2.1-3.6-1.7-3.9-1.1-4.2-.7-4.7-.1-5.2.5-3.9 2.1-3.2 2.5-2.8 2.7-2.3 3.2-1.8 3.3-1.4 3.7-.9 3.8-.4 4 .1 4.1 1.8 9.2 4.1 13.9 6 16.7 7.5 17.7 4.1 8.6 7.3 13.1 5.9 8.6 12.6 13.8 6 4.7 3.1 1.8 3.4 1.4 3.6.8 3.7.3 4.3-.3 4.9-1 7.3-2.9 14.5-6.8 25.5-12.8 40.9-21.4z",fill:"url(#error-icon_svg__D)"})]})}));export{e as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,30 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as r,jsxs as e,Fragment as o}from"@emotion/react/jsx-runtime";import{RedoOutlined as i}from"@ant-design/icons";import{css as t}from"@emotion/react";import{styles as n,themeVariables as c}from"@vef-framework/shared";import s from"../vef-button/index.js";import a from"./error-icon.js";const l=t`
3
- height: 100%;
4
- ${n.flexCenter}
5
- `,m=t`
6
- width: 40%;
7
- position: relative;
8
- top: -60px;
9
- display: flex;
10
- flex-direction: column;
11
- align-items: center;
12
- justify-content: center;
13
- row-gap: ${c.margin};
14
-
15
- > svg {
16
- width: 70%;
17
- }
18
-
19
- > span {
20
- font-size: ${c.fontSizeLg};
21
- font-weight: 500;
22
- color: ${c.colorTextTertiary};
23
-
24
- > span {
25
- padding-left: ${c.paddingSm};
26
- color: ${c.colorErrorText};
27
- }
28
- }
29
- `,d=({error:t,reset:n,componentStack:c})=>r("div",{css:l,children:e("div",{css:m,children:[r(a,{}),e("span",{children:["发生错误:",r("span",{children:t.message}),c&&e(o,{children:["组件堆栈:",r("span",{children:c})]})]}),r(s,{color:"primary",icon:r(i,{}),size:"large",onClick:n,children:"重试一下"})]})});export{d as default};
30
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,21 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as t,jsxs as e}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{useThemeTokens as o}from"@vef-framework/hooks";import{themeVariables as n,omit as r}from"@vef-framework/shared";import{SearchIcon as a,ChevronDownIcon as l}from"lucide-react";import{motion as c}from"motion/react";import s from"../../vef-button/index.js";import m from"../../vef-flex/index.js";import p from"../../vef-icon/index.js";import{useFilterContextSelector as d}from"../hooks/use-filter-context.js";import{useFilterStore as f}from"../store.js";const h={text:"搜索",icon:t(p,{children:t(a,{})})},x={text:"重置"},u=i`
3
- &.vef-btn {
4
- --vef-button-padding-inline: 0;
5
-
6
- gap: 0;
7
- }
8
-
9
- .vef-collapse-button-text {
10
- position: relative;
11
- width: calc(${n.fontSize} * 2 + 4px);
12
- height: calc(${n.controlHeight} - 4px);
13
- text-align: center;
14
- line-height: calc(${n.controlHeight} - 4px);
15
-
16
- > span {
17
- position: absolute;
18
- }
19
- }
20
- `;function g(){const[i,n,a]=f((t=>[t.isLoading,t.isAdvancedFilterVisible,t.setIsAdvancedFilterVisible])),[g,v=h,b=x,k,y,j]=d((t=>[t.externalLoading,t.confirmationButton,t.resetButton,t.showCollapseButton,t.handleReset,t.extraActionButtons])),{controlHeight:w}=o(),B=(w-4)/2;return e(m,{align:"center",gap:"medium",children:[k&&e(s,{color:"primary",css:u,variant:"link",onClick:()=>a(!n),children:[e("span",{className:"vef-collapse-button-text",children:[t(c.span,{initial:!1,animate:{opacity:n?1:0,y:n?0:-B},children:"收起"}),t(c.span,{initial:!1,animate:{opacity:n?0:1,y:n?B:0},children:"展开"})]}),t(c.span,{initial:!1,animate:{rotate:n?-180:0,transition:{bounce:0}},children:t(p,{size:"large",children:t(l,{})})})]}),b&&t(s,{color:"default",variant:"filled",onClick:y,...r(b,["text"]),children:b.text}),v&&t(s,{color:"primary",icon:v.icon,loading:g||i,type:"submit",...r(v,["text"]),children:v.text}),j]})}export{g as default};
21
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,11 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{themeVariables as i}from"@vef-framework/shared";import{motion as r}from"motion/react";import t from"../../vef-responsive-container/index.js";import a from"../../vef-responsive-item/index.js";import{useFilterContextSelector as n}from"../hooks/use-filter-context.js";import{useLabelConfig as l}from"../hooks/use-label-config.js";import s from"./filter-item.js";const m=e`
3
- overflow: hidden;
4
- `,d=e`
5
- margin-top: ${i.margin};
6
- background-color: ${i.colorFillAlt};
7
- padding: ${i.padding};
8
- border-radius: ${i.borderRadiusLg};
9
- border: ${i.lineWidth} ${i.lineType} ${i.colorBorderSecondary};
10
- `,p={opacity:1,height:"auto",transition:{ease:"easeInOut",duration:.2}},c={opacity:0,height:0};function f({items:e}){const[i,f,h]=n((o=>[o.labelPosition,o.labelAlign,o.labelWidth])),{labelWidthToUse:u,labelCol:b}=l(i,h),g="top"===i?200:200+(u??80);return o(r.div,{animate:p,css:m,exit:c,initial:c,children:o(t,{baseItemWidth:g,css:d,gap:"large",children:e.map((e=>{const{name:r,span:t}=e;return o(a,{span:t??1,children:o(s,{item:e,labelAlign:f,labelCol:b,layout:"top"===i?"vertical":"horizontal"})},r)}))})})}export{f as default};
11
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,21 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsxs as e,Fragment as i,jsx as t}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as m}from"@vef-framework/shared";import{Form as s}from"antd";import n from"clsx";import f from"./action-buttons.js";import a from"./filter-item.js";const c=r`
3
- &.vef-filter-basic-items-with-prefix {
4
- display: grid;
5
- grid-template-columns: max-content 1fr;
6
- align-items: center;
7
- gap: ${m.margin};
8
- }
9
-
10
- .vef-filter-basic-items-prefix {
11
- }
12
-
13
- &.vef-filter-basic-items-content, .vef-filter-basic-items-content {
14
- display: flex;
15
- flex-wrap: wrap;
16
- align-items: center;
17
- justify-content: flex-end;
18
- gap: ${m.margin};
19
- }
20
- `;function o({items:r,prefix:m}){const o=n({"vef-filter-basic-items-with-prefix":!!m,"vef-filter-basic-items-content":!m}),l=e(i,{children:[r.map((e=>{const{name:i}=e;return t(a,{item:e},i)})),t(s.Item,{children:t(f,{})})]});return e("div",{className:o,css:c,children:[m&&t("div",{className:"vef-filter-basic-items-prefix",children:m}),m?t("div",{className:"vef-filter-basic-items-content",children:l}):l]})}export{o as default};
21
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import p from"./input.js";import r from"./input-number.js";const t={Input:p,InputNumber:r};export{t as fieldMap};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as r,isString as o,isFunction as t}from"@vef-framework/shared";import{useMemo as a}from"react";import n from"../../../vef-input-number/index.js";import{useComputedValues as s}from"../../hooks/use-computed-values.js";import{useFilterStore as u}from"../../store.js";function l({label:l,disabled:i,value:m,onChange:f,componentProps:p}){if("InputNumber"!==p.type)throw new r(-9,'Oops! Something went wrong. The type of the filter field is not "InputNumber", but rendered.');const{onChange:d,onEnterKeyPress:c,placeholder:h,prefix:x,suffix:V,max:w,min:v}=p,[y,b]=u((e=>[e.form,e.setValues])),[g,k,j,C,P]=s([{key:"placeholder",rawValue:h,defaultValue:l?o(l)?`请输入${l}`:"请输入":void 0},{key:"max",rawValue:w},{key:"min",rawValue:v},{key:"prefix",rawValue:x},{key:"suffix",rawValue:V}]),E=a((()=>{const e={onChange:e=>{if(f?.(e),t(d)){const r=y.getFieldsValue();d(e,{values:r,setValues:b})}}};return t(c)&&(e.onPressEnter=e=>{const r=y.getFieldsValue();c(e,{values:r,setValues:b})}),e}),[y,f,c,d,b]);return e(n,{disabled:i,max:k,min:j,placeholder:g,prefix:C,suffix:P,value:m,...E})}export{l as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as o,isString as t,isFunction as r}from"@vef-framework/shared";import{useMemo as s}from"react";import n from"../../../vef-input/index.js";import{useComputedValues as a}from"../../hooks/use-computed-values.js";import{useFilterStore as l}from"../../store.js";function u({label:u,disabled:i,value:m,onChange:p,componentProps:d}){if("Input"!==d.type)throw new o(-9,'Oops! Something went wrong. The type of the filter field is not "Input", but rendered.');const{onChange:f,onEnterKeyPress:c,placeholder:h}=d,[v,g]=l((e=>[e.form,e.setValues])),[V]=a([{key:"placeholder",rawValue:h,defaultValue:u?t(u)?`请输入${u}`:"请输入":void 0}]),w=s((()=>{const e={onChange:e=>{if(p?.(e),r(f)){const o=v.getFieldsValue();f(e,{values:o,setValues:g})}}};return r(c)&&(e.onPressEnter=e=>{const o=v.getFieldsValue();c(e,{values:o,setValues:g})}),e}),[v,p,c,f,g]);return e(n,{clearable:!0,disabled:i,placeholder:V,value:m,...w})}export{u as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as r}from"@vef-framework/shared";import{useMemo as t}from"react";import{fieldMap as o}from"./fields/index.js";function n(n){const{name:f,componentProps:{type:i}}=n,m=t((()=>{const e=o[i];if(!e)throw new r(-9,`Unknown filter field type: "${i}", please check the type of "${f}" field.`);return e}),[f,i]);return e(m,{...n})}export{n as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{useContextDisabled as r}from"@vef-framework/hooks";import{isEqual as a,omit as t}from"@vef-framework/shared";import{Form as l}from"antd";import{useMemo as o,memo as i}from"react";import{useComputedValues as u}from"../hooks/use-computed-values.js";import m from"./filter-field.js";const{Item:d}=l;const s=i((function({item:{name:a,show:t,disabled:l,label:i,tip:s,required:f,width:n,advanced:p=!1,span:w,virtual:c,...h},...k}){const V=r(),[b,v,y,j,q,x]=u([{key:"show",rawValue:t,defaultValue:!0},{key:"disabled",rawValue:l,defaultValue:!1},{key:"label",rawValue:i},{key:"tip",rawValue:s},{key:"required",rawValue:f,defaultValue:!1},{key:"width",rawValue:n,defaultValue:i?220:180}]),I=o((()=>{if(q)return[{required:!0}]}),[q]),P=o((()=>{if(!p)return{width:x}}),[p,x]);return b?e(d,{css:P,help:!1,label:y,name:a,preserve:!1,rules:I,tooltip:j,...k,children:e(m,{componentProps:h,disabled:V||v,label:y,name:a})}):null}),((e,r)=>a(t(e,["item"]),t(r,["item"]))));export{s as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{createEventEmitter as e}from"@vef-framework/shared";var t,a=e=>{throw TypeError(e)},o=(e,t,o)=>(((e,t,o)=>{t.has(e)||a("Cannot "+o)})(e,t,"read from private field"),o?o.call(e):t.get(e));const s=Symbol("change"),r=Symbol("submitResult");class i{constructor(){var o,s,r;o=this,s=t,r=e(),s.has(o)?a("Cannot add the same private member more than once"):s instanceof WeakSet?s.add(o):s.set(o,r)}clear(){o(this,t).all.clear()}onChange(e){o(this,t).on(s,e)}offChange(e){o(this,t).off(s,e)}emitChange(e){o(this,t).emit(s,e)}onSubmitResult(e){o(this,t).on(r,e)}offSubmitResult(e){o(this,t).off(r,e)}emitSubmitResult(e){o(this,t).emit(r,e)}}t=new WeakMap;export{i as FilterEventBus};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isFunction as r,isExpression as e,compileDynamicFn as n}from"@vef-framework/shared";function t(t,f,o){if(r(t))return t(f);if(e(t)){return n(t,"values",`return ${t.expression}`)(f)}return t??o}export{t as computeValue};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isFunction as e,omit as t,showWarningMessage as r}from"@vef-framework/shared";import{useCallback as i,useMemo as n}from"react";import{useFilterStore as o}from"../store.js";function a({onBeforeConfirm:a,onConfirm:s,onReset:l}){const[m,f,u,d,h,c,C]=o((e=>[e.form,e.eventBus,e.getValues,e.initialValues,e.invokeValueChangeHandlers,e.virtualFieldNames,e.setIsLoading]));return{handleReset:i((()=>{const e=u();m.resetFields(),h(),f.emitChange(d),l?.(e)}),[f,m,u,d,h,l]),handleConfirm:n((()=>{if(e(s))return async r=>{C(!0);let i=r;try{e(a)&&(i=await a(i));const r=t(i,c);await s(r),f.emitSubmitResult(!0)}catch(e){throw f.emitSubmitResult(!1),e}finally{C(!1)}}}),[a,s,f,C,c]),handleConfirmFailed:i((({errorFields:e})=>{f.emitSubmitResult(!1),e.length>0&&r(e.flatMap((e=>e.errors)).join(", "))}),[f])}}export{a as useActionHandlers};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useUpdate as e,useDeepCompareMemo as r,useDeepCompareLayoutEffect as o}from"@vef-framework/hooks";import{isFunctionOrExpression as t,isEqual as a}from"@vef-framework/shared";import{computeValue as f}from"../helper.js";import{useFilterStore as n}from"../store.js";function u(u,s=!1){const[l,m]=n((e=>[e.eventBus,e.getValues])),c=e(),i=m(),k=r((()=>u.reduce(((e,r)=>{const{key:o,rawValue:t,defaultValue:a}=r,n=f(t,i,a);return e[o]=n,e}),{})),[i,u]);return o((()=>{const e=u.filter((({rawValue:e})=>t(e)));if(e.length>0){const r=r=>{for(const o of e){const{key:e,rawValue:t,defaultValue:n}=o,u=k[e],s=f(t,r,n);if(!a(s,u)){c();break}}};return l.onChange(r),()=>{l.offChange(r)}}}),[k,l,c,u]),s?u.reduce(((e,{key:r})=>(e[r]=k[r],e)),{}):u.map((({key:e})=>k[e]))}export{u as useComputedValues};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{createSelectableContext as e,noop as o}from"@vef-framework/shared";const{useContextSelector:t,useContext:r,ContextProvider:l}=e({labelPosition:"top",labelAlign:"right",externalLoading:!1,showCollapseButton:!1,handleReset:o}),n=t,a=r;export{l as FilterContextProvider,a as useFilterContext,n as useFilterContextSelector};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isNullish as e,isFunction as r}from"@vef-framework/shared";import{useMemo as a}from"react";function t(t,n){return a((()=>{const a={...n},o={},u=[];for(const n of t){const{name:t,onChange:l,defaultValue:f,virtual:i}=n;!e(f)&&e(a[t])&&(a[t]=f),r(l)&&(o[t]=l),!0===i&&u.push(t)}return{mergedInitialValues:a,valueChangeHandlers:o,virtualFieldNames:u}}),[])}export{t as useFilterInitialization};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useImperativeHandle as e}from"react";import{useFilterStore as t}from"../store.js";function s(s,o){const[r,u,m,i]=t((e=>[e.form,e.eventBus,e.getValues,e.setValues]));e(s,(()=>({confirm:()=>new Promise(((e,t)=>{const s=o=>{u.offSubmitResult(s),o?e():t(o)};u.onSubmitResult(s),r.submit()})),reset:o,getValues:m,setValues:i})))}export{s as useFilterInstance};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useMemo as t}from"react";function n(n){return t((()=>{const t=[],o=[];for(const r of n){const{advanced:n=!1}=r;n?o.push(r):t.push(r)}return{basicItems:t,advancedItems:o}}),[])}export{n as useFilterItems};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isFunction as e}from"@vef-framework/shared";import{useMemo as r,useEffect as n,useLayoutEffect as o}from"react";import{useFilterStore as t}from"../store.js";function a(a){const[f,m]=t((e=>[e.eventBus,e.invokeValueChangeHandlers])),s=r((()=>(e,r)=>{f.emitChange(r)}),[f]);return n((()=>{if(e(a)){const e=e=>{a(e)};return f.onChange(e),()=>{f.offChange(e)}}}),[f,a]),o((()=>{m()}),[]),{handleValuesChange:s}}export{a as useFilterValuesChange};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{showWarningMessage as e}from"@vef-framework/shared";import{useMemo as t}from"react";function r(r,o){const i=t((()=>{if("top"!==r&&o)return(o<60||o>120)&&e("The labelWidth of VefFilter component must be between 60 and 120, otherwise it will be 60 or 120."),Math.min(Math.max(o,60),120)}),[r,o]);return{labelCol:t((()=>{if(i)return{flex:`0 0 ${i}px`}}),[i]),labelWidthToUse:i}}export{r as useLabelConfig};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,10 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e,jsxs as i}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{useContextDisabled as t,DisabledContextProvider as n,useSingleton as r,useUnmount as a}from"@vef-framework/hooks";import{isEqual as s,omit as l}from"@vef-framework/shared";import{Form as m}from"antd";import{AnimatePresence as f}from"motion/react";import{useMemo as c,forwardRef as d,memo as u}from"react";import"../internal/index.js";import h from"./components/advanced-filter.js";import p from"./components/basic-filter.js";import{FilterEventBus as g}from"./event.js";import{useActionHandlers as v}from"./hooks/use-action-handlers.js";import{FilterContextProvider as j}from"./hooks/use-filter-context.js";import{useFilterInitialization as b}from"./hooks/use-filter-initialization.js";import{useFilterInstance as C}from"./hooks/use-filter-instance.js";import{useFilterItems as V}from"./hooks/use-filter-items.js";import{useFilterValuesChange as B}from"./hooks/use-filter-values-change.js";import{useFilterStore as k,FilterStoreProvider as x}from"./store.js";import{convertBasicSizeToUiSize as F}from"../internal/utils.js";const{useForm:w}=m,A=o`
3
- display: block;
4
- flex-wrap: unset;
5
-
6
- .vef-form-item {
7
- margin-inline-end: 0;
8
- }
9
- `;const y=d((function({schema:o,labelPosition:r="top",labelAlign:a="right",labelWidth:s,disabled:l=!1,loading:d=!1,size:u,variant:g,prefix:b,confirmationButton:x,resetButton:w,extraActionButtons:y,onBeforeConfirm:N,onConfirm:R,onReset:z,onChange:I},H){const[L,P,W,q]=k((e=>[e.form,e.initialValues,e.isLoading,e.isAdvancedFilterVisible])),{handleReset:D,handleConfirm:E,handleConfirmFailed:G}=v({onBeforeConfirm:N,onConfirm:R,onReset:z}),{basicItems:J,advancedItems:K}=V(o),M=c((()=>({labelPosition:r,labelAlign:a,labelWidth:s,confirmationButton:x,externalLoading:d,showCollapseButton:K.length>0,handleReset:D,resetButton:w,extraActionButtons:y})),[K.length,x,y,D,a,r,s,d,w]),{handleValuesChange:O}=B(I);C(H,D);const Q=t()||l||d||W;return e(m,{colon:!1,css:A,disabled:Q,form:L,initialValues:P,layout:"inline",size:F(u),variant:g,onFinish:E,onFinishFailed:G,onValuesChange:O,children:e(n,{value:Q,children:i(j,{value:M,children:[e(p,{items:J,prefix:b}),e(f,{children:q&&K.length>0&&e(h,{items:K})})]})})})}));y.displayName="VefFilterBase";const N=u(d((function({initialValues:i,...o},t){const{schema:n}=o,[s]=w(),l=r((()=>new g));a((()=>{l.clear()}));const{mergedInitialValues:m,valueChangeHandlers:f,virtualFieldNames:c}=b(n,i);return e(x,{eventBus:l,form:s,initialValues:m,valueChangeHandlers:f,virtualFieldNames:c,children:e(y,{ref:t,...o})})})),((e,i)=>s(l(e,["initialValues","schema"]),l(i,["initialValues","schema"]))));N.displayName="VefFilter";export{N as default};
10
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useSingleton as e}from"@vef-framework/hooks";import{isEqual as t}from"@vef-framework/shared";import{createContext as r,createElement as i,useContext as n}from"react";import{createStore as s}from"zustand";import{useStoreWithEqualityFn as o}from"zustand/traditional";const l=r(null);function a({children:r,...n}){const o=e((()=>{return e=n,s(((r,i)=>({isAdvancedFilterVisible:!1,setIsAdvancedFilterVisible:e=>{r({isAdvancedFilterVisible:e})},isLoading:!1,setIsLoading:e=>{r({isLoading:e})},invokeValueChangeHandlers:(e,t)=>{const{valueChangeHandlers:r,initialValues:n,setValues:s}=i(),o=e??n,l=t?new Set(t):null;for(const[e,t]of Object.entries(r))l&&!l.has(e)||t(o[e]??null,{values:o,setValues:s})},getValues:()=>{const{form:e,initialValues:t}=i();return e.isFieldsTouched(!0)?t:e.getFieldsValue()},setValues:e=>{const{form:r,eventBus:n,invokeValueChangeHandlers:s}=i(),o=r.getFieldsValue(),l=Object.keys(e).filter((r=>!t(e[r],o[r])));r.setFieldsValue(e);const a=r.getFieldsValue();n.emitChange(a),s(a,l)},...e})));var e}));return i(l.Provider,{value:o},r)}function u(){const e=n(l);if(!e)throw new Error("FilterStore can be used only inside FilterStoreProvider");return e}function d(e){return o(u(),e,t)}export{a as FilterStoreProvider,d as useFilterStore,u as useFilterStoreApi};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as r}from"@emotion/react/jsx-runtime";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as t}from"@vef-framework/shared";import{Flex as m}from"antd";import{useMemo as e}from"react";const a=({gap:a,...f})=>{const i=o(),p=e((()=>t(a)?[i(a[0]),i(a[1])].join(" "):a?i(a):a),[a,i]);return r(m,{gap:p,...f})};export{a as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{useColorTokens as t}from"@vef-framework/hooks";import{FloatButton as r}from"antd";import{useMemo as e}from"react";const n=({appearance:n,tip:a,badge:i,...c})=>{const m=t(),f=e((()=>{if(!i)return;const{variant:o,count:t,overflowCount:r,showZero:e,color:n}=i;return"dot"===o?{dot:!0,color:n?m.get(n):void 0}:{count:t,overflowCount:r,showZero:e,color:n?m.get(n):void 0}}),[i,m]);return o(r,{badge:f,tooltip:a,type:n,...c})};export{n as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as r}from"@emotion/react/jsx-runtime";import{FloatButton as o}from"antd";const{Group:t}=o,e=({collapsable:o=!1,trigger:e="click",...i})=>r(t,{trigger:o?e:void 0,...i});export{e as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import p from"./input.js";import r from"./input-number.js";const t={Input:p,InputNumber:r};export{t as fieldMap};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as o,isString as s,isFunction as r}from"@vef-framework/shared";import{useMemo as n}from"react";import t from"../../../vef-input-number/index.js";import{useComputedValues as a}from"../../hooks/use-computed-values.js";import{useFormStore as u}from"../../store.js";function l({label:l,disabled:i,value:m,onChange:f,componentProps:p}){if("InputNumber"!==p.type)throw new o(-9,'Oops! Something went wrong. The type of the form field is not "InputNumber", but rendered.');const{onChange:c,onEnterKeyPress:d,onFocus:V,onBlur:h,placeholder:x,prefix:v,suffix:w,max:g,min:y}=p,[b,k,F]=u((e=>[e.form,e.scene,e.setValues])),[j,C,P,B,E]=a([{key:"placeholder",rawValue:x,defaultValue:l?s(l)?`请输入${l}`:"请输入":void 0},{key:"max",rawValue:g},{key:"min",rawValue:y},{key:"prefix",rawValue:v},{key:"suffix",rawValue:w}]),I=n((()=>{const e={};return r(V)&&(e.onFocus=e=>{const o=b.getFieldsValue();V(e,{scene:k,values:o,setValues:F})}),r(h)&&(e.onBlur=e=>{const o=b.getFieldsValue();h(e,{scene:k,values:o,setValues:F})}),e.onChange=e=>{if(f?.(e),r(c)){const o=b.getFieldsValue();c(e,{scene:k,values:o,setValues:F})}},r(d)&&(e.onPressEnter=e=>{const o=b.getFieldsValue();d(e,{scene:k,values:o,setValues:F})}),e}),[b,h,f,d,V,c,k,F]);return e(t,{disabled:i,max:C,min:P,placeholder:j,prefix:B,suffix:E,value:m,...I})}export{l as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as s,isString as o,isFunction as a}from"@vef-framework/shared";import{useMemo as t}from"react";import r from"../../../vef-input/index.js";import{useComputedValues as l}from"../../hooks/use-computed-values.js";import{useFormStore as n}from"../../store.js";function u({label:u,disabled:i,value:f,onChange:c,componentProps:m}){if("Input"!==m.type)throw new s(-9,'Oops! Something went wrong. The type of the form field is not "Input", but rendered.');const{onChange:p,onEnterKeyPress:d,onFocus:V,onBlur:h,onClear:g,maxLength:x,clearable:v=!0,placeholder:w,prefix:y,suffix:F}=m,[b,k,C]=n((e=>[e.form,e.scene,e.setValues])),[j,L,P,B]=l([{key:"placeholder",rawValue:w,defaultValue:u?o(u)?`请输入${u}`:"请输入":void 0},{key:"maxLength",rawValue:x},{key:"prefix",rawValue:y},{key:"suffix",rawValue:F}]),E=t((()=>{const e={};return a(V)&&(e.onFocus=e=>{const s=b.getFieldsValue();V(e,{scene:k,values:s,setValues:C})}),a(h)&&(e.onBlur=e=>{const s=b.getFieldsValue();h(e,{scene:k,values:s,setValues:C})}),e.onChange=e=>{if(c?.(e),a(p)){const s=b.getFieldsValue();p(e,{scene:k,values:s,setValues:C})}},a(d)&&(e.onPressEnter=e=>{const s=b.getFieldsValue();d(e,{scene:k,values:s,setValues:C})}),v&&a(g)&&(e.onClear=()=>{const e=b.getFieldsValue();g({scene:k,values:e,setValues:C})}),e}),[v,b,h,c,g,d,V,p,k,C]);return e(r,{clearable:v,disabled:i,maxLength:L,placeholder:j,prefix:P,suffix:B,value:f,...E})}export{u as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,5 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as t,jsxs as o}from"@emotion/react/jsx-runtime";import{CheckOutlined as e}from"@ant-design/icons";import{css as r}from"@emotion/react";import{themeVariables as i,omit as n}from"@vef-framework/shared";import{Form as m}from"antd";import{memo as s}from"react";import d from"../../vef-button/index.js";import a from"../../vef-flex/index.js";import{useFormStore as f}from"../store.js";const{Item:c}=m,l={text:"提交",icon:t(e,{})},p={text:"重置"},u=r`
3
- padding: ${i.padding} 0;
4
- `;const x=s((function({submissionButton:e=l,resetButton:r=p,handleReset:i}){const[m,s]=f((t=>[t.isLoading,t.showActionButtons]));return s&&(e||r)?t(c,{children:o(a,{css:u,gap:"medium",justify:"flex-end",children:[r&&t(d,{color:"default",variant:"filled",onClick:i,...n(r,["text"]),children:r.text}),e&&t(d,{color:"primary",loading:m,type:"submit",...n(e,["text"]),children:e.text})]})}):null}));x.displayName="VefFormActions";export{x as default};
5
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,6 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e,jsxs as t,Fragment as r}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{debounce as i,styles as l,isEqual as s,omit as a}from"@vef-framework/shared";import{useMemo as n,useRef as m,useState as c,useCallback as d,useEffect as f,memo as u}from"react";import h from"../../vef-empty-placeholder/index.js";import p from"../../vef-flex/index.js";import y from"../../vef-scroll-area/index.js";import{VefTabs as k}from"../../vef-tabs/index.js";import{useComputedValues as w}from"../hooks/use-computed-values.js";import{useFormStore as b}from"../store.js";import g from"./form-group.js";const $=o`
3
- flex: auto;
4
- min-height: 0;
5
- `;const v=u((function({schema:o,showTabs:s,height:a}){const u=w([...o.map((({key:e,title:t})=>({key:`title-${e}`,rawValue:t}))),...o.map((({key:e,show:t})=>({key:`show-${e}`,rawValue:t,defaultValue:!0}))),...o.map((({key:e,disabled:t})=>({key:`disabled-${e}`,rawValue:t,defaultValue:!1})))],!0),v=n((()=>o.filter((({key:e})=>u[`show-${e}`]))),[u,o]),j=m({}),[x,V]=c(v[0]?.key??0),B=d((e=>{j.current[e]?.scrollIntoView({behavior:"smooth",block:"start",inline:"start"}),V(e)}),[]),C=n((()=>{if("navigation"!==s)return;return i({delay:60},(e=>{const{top:t}=e.target.getBoundingClientRect();for(const[e,r]of Object.entries(j.current))if(r){const{top:o}=r.getBoundingClientRect();o-t<=60&&V(e)}}))}),[s]),[S]=b((e=>[e.setShowActionButtons]));if(f((()=>{S(v.length>0)}),[S,v.length]),0===v.length)return e(h,{description:"空表单"});if("switch"===s){const t=o.map((({key:t,rows:r})=>({key:`${t}`,label:u[`title-${t}`],destroyInactiveTabPane:!1,children:e(g,{disabled:u[`disabled-${t}`],rows:r})})));return e(k,{items:t})}if("navigation"===s)return t(p,{vertical:!0,css:"full"===a?l.fullHeight:void 0,children:[e(k,{activeKey:`${x}`,items:o.map((({key:e})=>({key:`${e}`,label:u[`title-${e}`]}))),onChange:B}),e(y,{css:$,onScroll:C,children:o.map((({key:t,rows:r})=>e(g,{ref:e=>{j.current[t]=e},disabled:u[`disabled-${t}`],rows:r,title:u[`title-${t}`]},t)))})]});const I=o.map((({key:t,rows:r})=>e(g,{disabled:u[`disabled-${t}`],rows:r,title:u[`title-${t}`]},t)));return"full"===a?e(y,{onScroll:C,children:I}):e(r,{children:I})}),((e,t)=>s(a(e,["schema"]),a(t,["schema"]))));export{v as default};
6
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{VefError as r}from"@vef-framework/shared";import{useMemo as o}from"react";import{fieldMap as t}from"./fields/index.js";function n(n){const{name:f,componentProps:{type:i}}=n,m=o((()=>{if("Hidden"===i)return()=>null;const e=t[i];if(!e)throw new r(-9,`Unknown form field type: "${i}", please check the type of "${f}" field.`);return e}),[f,i]);return e(m,{...n})}export{n as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,13 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsxs as e,jsx as o}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as t,isEqual as a,omit as m}from"@vef-framework/shared";import{useMemo as i,memo as s,forwardRef as d}from"react";import l from"../../vef-empty-placeholder/index.js";import n from"../../vef-title/index.js";import{useComputedValues as f}from"../hooks/use-computed-values.js";import p from"./form-row.js";const c=r`
3
- margin-bottom: ${t.margin};
4
-
5
- &:last-child {
6
- margin-bottom: 0;
7
- }
8
-
9
- .vef-form-group-content {
10
- padding: 0 2px;
11
- }
12
- `;const u=s(d((function({title:r,disabled:t,rows:a},m){const s=f([...a.map((({key:e,show:o})=>({key:`show-${e}`,rawValue:o,defaultValue:!0}))),...a.map((({key:e,disabled:o})=>({key:`disabled-${e}`,rawValue:o,defaultValue:t})))],!0),d=i((()=>a.filter((({key:e})=>s[`show-${e}`]))),[s,a]);return e("div",{ref:m,css:c,children:[r&&o(n,{showBottomLine:!0,showLeftBar:!0,level:4,children:r}),o("div",{className:"vef-form-group-content",children:0===d.length?o(l,{description:"空表单组"}):d.map((({key:e,autoExpand:r,columns:t})=>o(p,{autoExpand:r,columns:t,disabled:s[`disabled-${e}`],rowKey:e},e)))})]})})),((e,o)=>a(m(e,["rows"]),m(o,["rows"]))));u.displayName="VefFormGroup";export{u as default};
13
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{Form as t}from"antd";import{memo as o}from"react";import{useComputedValues as n}from"../hooks/use-computed-values.js";const{Item:r}=t;const m=o((function({item:t}){const{name:o,show:m}=t,[a]=n([{key:"show",rawValue:m,defaultValue:!0}]);return a?e(r,{hidden:!0,name:o,children:e("input",{type:"hidden"})}):null}),(()=>!1));export{m as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{useContextDisabled as r}from"@vef-framework/hooks";import{isArray as a}from"@vef-framework/shared";import{Form as o}from"antd";import{memo as l}from"react";import{useComputedValues as t}from"../hooks/use-computed-values.js";import m from"./form-field.js";const{Item:s}=o;const i=l((function({item:o,disabled:l}){const{name:i,show:u,disabled:d,label:f,tip:n,rules:p,virtual:b,...c}=o,k=r(),[w,V,h,v,y]=t([{key:"show",rawValue:u,defaultValue:!0},{key:"disabled",rawValue:d,defaultValue:l},{key:"label",rawValue:f},{key:"tip",rawValue:n},{key:"rules",rawValue:p}]);if(!w)return null;const j=a(y)?y.flatMap((e=>e(o))):void 0;return e(s,{label:h,name:i,preserve:!1,rules:j,tooltip:v,children:e(m,{componentProps:c,disabled:k||V,label:h,name:i})})}),((e,r)=>e.disabled===r.disabled));export{i as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsxs as e,Fragment as o,jsx as t}from"@emotion/react/jsx-runtime";import{isEqual as s,omit as r}from"@vef-framework/shared";import{useMemo as m,memo as i}from"react";import n from"../../vef-grid/index.js";import a from"../../vef-grid-item/index.js";import{useColumnsLayout as l}from"../hooks/use-columns-layout.js";import{useComputedValues as d}from"../hooks/use-computed-values.js";import{useFormContext as u}from"../hooks/use-form-context.js";import f from"./form-hidden-item.js";import p from"./form-item.js";const c=i((function({rowKey:s,columns:r,disabled:i,autoExpand:c}){const{layoutMode:h,autoExpand:k,labelPosition:y,labelWidth:x}=u(),b="top"===y?240:240+(x??80),[g,j]=m((()=>{const e=[],o=[];for(const t of r){const{items:s,...r}=t,m=[];for(const o of s){const{type:t}=o;"Hidden"===t?e.push(o):m.push(o)}m.length>0&&o.push({...r,items:m})}return[e,o]}),[r]),w=d([...j.map((({key:e,show:o})=>({key:`show-${e}`,rawValue:o,defaultValue:!0}))),...j.map((({key:e,disabled:o})=>({key:`disabled-${e}`,rawValue:o,defaultValue:i})))],!0),v=m((()=>r.filter((({key:e})=>w[`show-${e}`]))),[w,r]),V=l(s,v,h,c??k);return e(o,{children:[g.map((e=>{const{name:o}=e;return t(f,{item:e},o)})),v.length>0&&t(n,{baseWidth:b,gap:[0,"large"],children:v.map((e=>{const o={};if("responsive"===h){const t=V;o.xs=t.xs[e.key],o.sm=t.sm[e.key],o.md=t.md[e.key],o.lg=t.lg[e.key],o.xl=t.xl[e.key],o.xxl=t.xxl[e.key]}else{const t=V;o.span=t[e.key]}return t(a,{...o,children:e.items.map((o=>t(p,{disabled:i||w[`disabled-${e.key}`],item:o},o.name)))},e.key)}))})]})}),((e,o)=>s(r(e,["columns"]),r(o,["columns"]))));export{c as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{createEventEmitter as e}from"@vef-framework/shared";var t,a=e=>{throw TypeError(e)},o=(e,t,o)=>(((e,t,o)=>{t.has(e)||a("Cannot "+o)})(e,t,"read from private field"),o?o.call(e):t.get(e));const s=Symbol("change"),r=Symbol("submitResult");class i{constructor(){var o,s,r;o=this,s=t,r=e(),s.has(o)?a("Cannot add the same private member more than once"):s instanceof WeakSet?s.add(o):s.set(o,r)}clear(){o(this,t).all.clear()}onChange(e){o(this,t).on(s,e)}offChange(e){o(this,t).off(s,e)}emitChange(e){o(this,t).emit(s,e)}onSubmitResult(e){o(this,t).on(r,e)}offSubmitResult(e){o(this,t).off(r,e)}emitSubmitResult(e){o(this,t).emit(r,e)}}t=new WeakMap;export{i as FormEventBus};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isFunction as r,isExpression as e,compileDynamicFn as n}from"@vef-framework/shared";function t(t,f,o,u){if(r(t))return t(f,o);if(e(t)){return n(t,"values","scene",`return ${t.expression}`)(f,o)}return t??u}export{t as computeValue};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useApiContext as e}from"@vef-framework/core";import{isFunction as t,VefError as i,showLoadingMessage as o,omit as n,showSuccessMessage as r}from"@vef-framework/shared";import{useCallback as s,useMemo as a}from"react";import{useFormStore as m}from"../store.js";function u({submitApi:u,submitTip:l="提交中...",onBeforeSubmit:c,onSubmit:p,onSubmitSuccess:b,onSubmitFailure:f,onReset:d}){const[S,w,h,v,F,R,g,y]=m((e=>[e.form,e.scene,e.eventBus,e.setIsLoading,e.virtualFieldNames,e.getValues,e.initialValues,e.invokeValueChangeHandlers])),{useApiMutation:A,stubMutationApi:V}=e(),{mutate:k}=A(u??V);if(!t(p)&&!u)throw new i(-1,"'onSubmit' or 'submitApi' prop is required for VefForm component");return{handleReset:s((()=>{const e=R();S.resetFields(),y(),h.emitChange(g),d?.(e,w)}),[S,R,d,w,y,g,h]),handleSubmit:a((()=>t(p)?(u&&console.warn("'submitApi' prop is ignored when 'onSubmit' prop is provided in VefForm component"),async e=>{v(!0);let i=e,r=null;try{const s=t(l)?l(e,w):l;r=o(s),t(c)&&(i=await c(i,w));const a=n(i,F);await p(a,w),h.emitSubmitResult(!0)}catch(e){throw h.emitSubmitResult(!1),e}finally{v(!1),r?.()}}):async e=>{v(!0);let i=e,s=null;try{const a=t(l)?l(e,w):l;s=o(a),t(c)&&(i=await c(e,w));const m=n(i,F),u=await k(m);(b??(({message:e})=>{r(e)}))(u,i,w),h.emitSubmitResult(!0)}catch(e){h.emitSubmitResult(!1),f?.(e,i,w)}finally{v(!1),s?.()}}),[p,u,v,l,w,c,F,h,k,b,f]),handleSubmitFailed:s((({values:e,errorFields:t})=>{h.emitSubmitResult(!1),f?.(new i(-1,t.flatMap((e=>e.errors)).join(", ")),e,w)}),[h,f,w])}}export{u as useActionHandlers};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{unique as e,VefError as n}from"@vef-framework/shared";import{useMemo as s}from"react";const o=24,t=[{breakpoint:"xs",base:o,spans:1},{breakpoint:"sm",base:12,spans:2},{breakpoint:"md",base:8,spans:3},{breakpoint:"lg",base:6,spans:4},{breakpoint:"xl",base:6,spans:4},{breakpoint:"xxl",base:4,spans:6}],a=e(t.map((e=>e.spans)));function r(e,r,p,l){return s((()=>0===r.length?{}:"responsive"===p?function(e,s,o){const r=s.reduce(((e,n)=>e+(n.span??1)),0);if(!a.includes(r))throw new n(-3,`The total spans of the columns of the row [${e}] must be one of the following: ${a.join(", ")}.`);const p=24/r,l={};for(const{breakpoint:e,base:n,spans:a}of t)if(p>=n)l[e]=s.reduce(((e,n)=>(e[n.key]=(n.span??1)*p,e)),{});else{const t={};let r=a,p=null;for(const e of s){const s=e.span??1;r>=s?(t[e.key]=s*n,r-=s,p=e.key):(p&&(o&&(t[p]+=r*n),r=a,p=null),s>a?t[e.key]=24:(t[e.key]=s*n,r-=s,p=e.key)),0===r&&(r=a,p=null)}r>0&&(o&&(t[p]+=r*n),p=null),l[e]=t}return l}(e,r,l):function(e,s){const t=s.reduce(((e,n)=>e+(n.span??1)),0);if(t>o||o%t!=0)throw new n(-3,`The total spans of the columns of the row [${e}] must be less than or equal to 24 and a divisor of 24.`);const a=o/t;return s.reduce(((e,n)=>(e[n.key]=(n.span??1)*a,e)),{})}(e,r)),[])}export{r as useColumnsLayout};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useUpdate as e,useDeepCompareMemo as r,useDeepCompareLayoutEffect as o}from"@vef-framework/hooks";import{isFunctionOrExpression as t,isEqual as a}from"@vef-framework/shared";import{computeValue as f}from"../helper.js";import{useFormStore as n}from"../store.js";function u(u,s=!1){const[l,m,c]=n((e=>[e.scene,e.eventBus,e.getValues])),i=e(),k=c(),p=r((()=>u.reduce(((e,r)=>{const{key:o,rawValue:t,defaultValue:a}=r,n=f(t,k,l,a);return e[o]=n,e}),{})),[k,l,u]);return o((()=>{const e=u.filter((({rawValue:e})=>t(e)));if(e.length>0){const r=r=>{for(const o of e){const{key:e,rawValue:t,defaultValue:n}=o,u=p[e],s=f(t,r,l,n);if(!a(s,u)){i();break}}};return m.onChange(r),()=>{m.offChange(r)}}}),[p,m,i,l,u]),s?u.reduce(((e,{key:r})=>(e[r]=p[r],e)),{}):u.map((({key:e})=>p[e]))}export{u as useComputedValues};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{createSelectableContext as o}from"@vef-framework/shared";const{useContextSelector:e,useContext:t,ContextProvider:r}=o({autoExpand:!0,labelPosition:"top",layoutMode:"responsive"});export{r as FormContextProvider,t as useFormContext,e as useFormContextSelector};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isNullish as o,isFunction as e}from"@vef-framework/shared";import{useMemo as n}from"react";function r(r,t){return n((()=>{const n={...t},s={},a=[];for(const t of r){const{rows:r}=t;for(const t of r){const{columns:r}=t;for(const t of r){const{items:r}=t;for(const t of r){const{name:r,defaultValue:f,virtual:c}=t;!o(f)&&o(n[r])&&(n[r]=f),"Hidden"!==t.type&&e(t.onChange)&&(s[r]=t.onChange),!0===c&&a.push(r)}}}}return{mergedInitialValues:n,valueChangeHandlers:s,virtualFieldNames:a}}),[])}export{r as useFormInitialization};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useImperativeHandle as t}from"react";import{useFormStore as e}from"../store.js";function s(s,o){const[u,m,r,i]=e((t=>[t.form,t.eventBus,t.getValues,t.setValues]));t(s,(()=>({submit:()=>new Promise(((t,e)=>{const s=o=>{m.offSubmitResult(s),o?t():e(o)};m.onSubmitResult(s),u.submit()})),reset:o,getValues:r,setValues:i})))}export{s as useFormInstance};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isFunction as e}from"@vef-framework/shared";import{useMemo as n,useEffect as r,useLayoutEffect as o}from"react";import{useFormStore as t}from"../store.js";function a(a){const[f,s,m]=t((e=>[e.scene,e.eventBus,e.invokeValueChangeHandlers])),h=n((()=>(e,n)=>{s.emitChange(n)}),[s]);return r((()=>{if(e(a)){const e=e=>{a(e,f)};return s.onChange(e),()=>{s.offChange(e)}}}),[s,a,f]),o((()=>{m()}),[]),{handleValuesChange:h}}export{a as useFormValuesChange};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{showWarningMessage as e}from"@vef-framework/shared";import{useMemo as r}from"react";function t(t,o){return r((()=>{if("top"!==t&&o)return(o<60||o>120)&&e("The labelWidth of VefForm component must be between 60 and 120, otherwise it will be 60 or 120."),Math.min(Math.max(o,60),120)}),[t,o])}export{t as useLabelWidth};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,5 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsxs as e,jsx as o}from"@emotion/react/jsx-runtime";import{css as i}from"@emotion/react";import{useContextDisabled as t,useSingleton as s,useUnmount as n}from"@vef-framework/hooks";import{isNumber as a,isEqual as r,omit as l}from"@vef-framework/shared";import{Form as m}from"antd";import{useMemo as u,forwardRef as h,memo as f}from"react";import"../internal/index.js";import c from"./components/form-actions.js";import d from"./components/form-content.js";import{FormEventBus as p}from"./event.js";import{useActionHandlers as b}from"./hooks/use-action-handlers.js";import{useFormContextSelector as v,FormContextProvider as g}from"./hooks/use-form-context.js";import{useFormInitialization as j}from"./hooks/use-form-initialization.js";import{useFormInstance as F}from"./hooks/use-form-instance.js";import{useFormValuesChange as S}from"./hooks/use-form-values-change.js";import{useLabelWidth as V}from"./hooks/use-label-width.js";import{useFormStore as k,FormStoreProvider as x}from"./store.js";import{convertBasicSizeToUiSize as B}from"../internal/utils.js";const{useForm:w}=m,C={scrollMode:"if-needed",behavior:"smooth"};const y=h((function({schema:s,labelAlign:n="right",variant:r,showTabs:l=!1,height:h="auto",size:f,disabled:p=!1,onChange:g,submissionButton:j,resetButton:V,submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N},R){const[W,E]=v((e=>[e.labelPosition,e.labelWidth])),[M,P,$]=k((e=>[e.form,e.initialValues,e.isLoading])),{handleValuesChange:H}=S(g),{handleReset:I,handleSubmit:L,handleSubmitFailed:q}=b({submitApi:x,submitTip:w,onBeforeSubmit:y,onSubmit:T,onSubmitSuccess:z,onSubmitFailure:A,onReset:N});F(R,I);const D=u((()=>{if(E)return{flex:`0 0 ${E}px`}}),[E]),G=u((()=>{let e=h;return"full"===h?e="100%":a(h)&&(e=`${h}px`),i`
3
- height: ${e};
4
- `}),[h]),J=t();return e(m,{labelWrap:!0,colon:!1,css:G,disabled:J||p||$,form:M,initialValues:P,labelAlign:n,labelCol:D,layout:"top"===W?"vertical":"horizontal",scrollToFirstError:C,size:B(f),variant:r,onFinish:L,onFinishFailed:q,onValuesChange:H,children:[o(d,{height:h,schema:s,showTabs:!0===l?"switch":l}),o(c,{handleReset:I,resetButton:V,submissionButton:j})]})}));y.displayName="VefFormBase";const T=f(h((function({initialValues:e,scene:i,layoutMode:t="responsive",autoExpand:a=!1,labelPosition:r="top",labelWidth:l,...m},h){const{schema:f}=m,[c]=w(),d=s((()=>new p));n((()=>{d.clear()}));const b=V(r,l),v=u((()=>({labelPosition:r,labelWidth:b,autoExpand:a,layoutMode:t})),[t,a,r,b]),{mergedInitialValues:F,valueChangeHandlers:S,virtualFieldNames:k}=j(f,e);return o(x,{eventBus:d,form:c,initialValues:F,scene:i,valueChangeHandlers:S,virtualFieldNames:k,children:o(g,{value:v,children:o(y,{ref:h,...m})})})})),((e,o)=>r(l(e,["initialValues","schema"]),l(o,["initialValues","schema"]))));T.displayName="VefForm";export{T as default};
5
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{useSingleton as e,useUpdateEffect as t}from"@vef-framework/hooks";import{isEqual as n,VefError as o}from"@vef-framework/shared";import{createContext as s,createElement as r,useContext as i}from"react";import{createStore as a}from"zustand";import{useStoreWithEqualityFn as l}from"zustand/traditional";const u=s(null);function c({children:o,...s}){const i=e((()=>{return e=s,a(((t,o)=>({...e,invokeValueChangeHandlers(e,t){const{scene:n,valueChangeHandlers:s,initialValues:r,setValues:i}=o(),a=e??r,l=t?new Set(t):null;for(const[e,t]of Object.entries(s))l&&!l.has(e)||t(a[e]??null,{values:a,scene:n,setValues:i})},getValues(){const{form:e,initialValues:t}=o();return e.isFieldsTouched(!0)?t:e.getFieldsValue()},setValues(e){const{form:t,eventBus:s,invokeValueChangeHandlers:r}=o(),i=t.getFieldsValue(),a=Object.keys(e).filter((t=>!n(e[t],i[t])));t.setFieldsValue(e);const l=t.getFieldsValue();s.emitChange(l),r(l,a)},isLoading:!1,setIsLoading(e){t({isLoading:e})},showActionButtons:!0,setShowActionButtons(e){t({showActionButtons:e})}})));var e})),{scene:l}=s;return t((()=>{i.setState({scene:l})}),[l]),r(u.Provider,{value:i},o)}function d(){const e=i(u);if(!e)throw new o(-2,"FormStore can be used only inside FormStoreProvider");return e}function f(e){return l(d(),e,n)}export{c as FormStoreProvider,f as useFormStore,d as useFormStoreApi};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{isEqual as e,VefError as r,validator as o,getNowDateString as i}from"@vef-framework/shared";function n(e){return()=>[{required:!0,message:e}]}function t(o,i){return({label:n})=>[{validator:(t,s)=>e(s,o)?Promise.resolve():Promise.reject(new r(-2,i??`${n?`${n}的值`:"值"}必须是${o}`))}]}function s(o,i){return({label:n})=>[{validator:(t,s)=>e(s,o)?Promise.reject(new r(-2,i??`${n?`${n}的值`:"值"}不能是${o}`)):Promise.resolve()}]}function l(e,r){return()=>[{type:"enum",enum:e,message:r}]}function a(e,r){return()=>[{min:e,message:r}]}function m(e,r){return()=>[{max:e,message:r}]}function u(e,r,o){return()=>[{min:e,max:r,message:o}]}function c(e){return({label:i})=>[{validator:(n,t)=>o.isAlpha(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是字母`))}]}function P(e){return({label:i})=>[{validator:(n,t)=>o.isAlphanumeric(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是字母或数字`))}]}function v(e){return({label:i})=>[{validator:(n,t)=>o.isAscii(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是ASCII字符`))}]}function f(e){return({label:i})=>[{validator:(n,t)=>o.isNumeric(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是数字`))}]}function $(e){return({label:i})=>[{validator:(n,t)=>o.isEmail(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的邮箱`))}]}function d(e){return({label:i})=>[{validator:(n,t)=>o.isHexColor(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是十六进制颜色`))}]}function w(e){return({label:i})=>[{validator:(n,t)=>o.isIdentityCard(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的身份证`))}]}function b(e){return({label:i})=>[{validator:(n,t)=>o.isIp(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的IP地址`))}]}function j(e){return({label:i})=>[{validator:(n,t)=>o.isPort(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的端口`))}]}function p(e){return({label:i})=>[{validator:(n,t)=>o.isJson(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的JSON`))}]}function I(e){return({label:i})=>[{validator:(n,t)=>o.isUrl(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的URL`))}]}function g(e){return({label:i})=>[{validator:(n,t)=>o.isUri(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的URI`))}]}function A(e){return({label:i})=>[{validator:(n,t)=>o.isPostalCode(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是合法的邮政编码`))}]}function C(e,n){return({label:t})=>[{validator:(s,l)=>o.isBefore(l,e??i())?Promise.resolve():Promise.reject(new r(-2,n??`${t??"值"}必须在${e}之前`))}]}function h(e,n){return({label:t})=>[{validator:(s,l)=>o.isAfter(l,e??i())?Promise.resolve():Promise.reject(new r(-2,n??`${t??"值"}必须在${e}之后`))}]}function x(e){return({label:i})=>[{validator:(n,t)=>o.isChineseName(t)?Promise.resolve():Promise.reject(new r(-2,e??`${i??"值"}必须是中文名称`))}]}export{c as isAlpha,P as isAlphanumeric,v as isAscii,x as isChineseName,h as isDateAfter,C as isDateBefore,$ as isEmail,t as isEqualsTo,d as isHexColor,w as isIdentityCard,l as isIn,b as isIp,p as isJson,m as isMeetsMaxSize,a as isMeetsMinSize,u as isMeetsRangeSize,s as isNotEqualsTo,f as isNumeric,j as isPort,A as isPostalCode,n as isRequired,g as isUri,I as isUrl};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as i,useCallback as l,memo as a}from"react";import c from"../vef-button/index.js";import m from"../vef-drawer/index.js";import f from"../vef-form/index.js";import d from"../vef-drawer/components/action-button-wrapper.js";const u=a((function({title:a,open:u,closable:p,closeOnMaskClick:C,closeOnEscPress:x,destroyOnClose:O=!0,cancelOnClose:k,placement:b,expansionSize:v="medium",loading:h,extra:w,cancelButtonText:B,actions:j,onClose:A,onCancel:y,onAfterClose:T,onAfterOpen:g,submissionButtonText:z,disabled:E=!1,...M}){const P=i(null),S=l((async()=>{await(P.current?.submit())}),[]),D=t()||E,F=l((()=>{P.current?.reset()}),[]),N=l((([t,r])=>{const i=e(d,{children:e(c,{color:"default",disabled:D,variant:"filled",onClick:F,children:"重置"})},"resetActionButton");return s(j)?j([t,i,r]):o(n,{children:[t,i,r]})}),[j,D,F]);return e(r,{value:D,children:e(m,{actions:N,cancelOnClose:k,closable:p,closeOnEscPress:x,closeOnMaskClick:C,destroyOnClose:O,expansionSize:v,extra:w,loading:h,okButtonText:z,open:u,placement:b,title:a,onAfterClose:T,onAfterOpen:g,onCancel:y,onClose:A,onOk:S,children:e(f,{ref:P,resetButton:!1,submissionButton:!1,...M})})})}));u.displayName="VefFormDrawer";export{u as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e,jsxs as o,Fragment as n}from"@emotion/react/jsx-runtime";import{useContextDisabled as t,DisabledContextProvider as r}from"@vef-framework/hooks";import{isFunction as s}from"@vef-framework/shared";import{useRef as l,useCallback as i,memo as c}from"react";import a from"../vef-button/index.js";import m from"../vef-form/index.js";import d from"../vef-modal/index.js";import f from"../vef-modal/components/action-button-wrapper.js";const u=c((function({submissionButtonText:c="提交",actions:u,title:p,open:C,closable:O,closeOnMaskClick:k,closeOnEscPress:b,destroyOnClose:h=!0,cancelOnClose:x,width:v="medium",loading:B,cancelButtonText:w,onClose:j,onCancel:A,onAfterOpen:y,onAfterClose:T,disabled:M=!1,...g}){const E=l(null),P=i((async()=>{await(E.current?.submit())}),[]),F=t()||M,N=i((()=>{E.current?.reset()}),[]),V=i((([t,r])=>{const l=e(f,{children:e(a,{color:"default",variant:"filled",onClick:N,children:"重置"})},"resetActionButton");return s(u)?u([t,l,r]):o(n,{children:[t,l,r]})}),[u,N]);return e(r,{value:F,children:e(d,{actions:V,cancelButtonText:w,cancelOnClose:x,closable:O,closeOnEscPress:b,closeOnMaskClick:k,destroyOnClose:h,loading:B,okButtonText:c,open:C,title:p,width:v,onAfterClose:T,onAfterOpen:y,onCancel:A,onClose:j,onOk:P,children:e(m,{ref:E,disabled:F,resetButton:!1,submissionButton:!1,...g})})})}));u.displayName="VefFormModal";export{u as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{SearchOutlined as o}from"@ant-design/icons";import{isFunction as r,styles as n}from"@vef-framework/shared";import{Select as i}from"antd";import{LeafIcon as a}from"lucide-react";import{useState as t,useDeferredValue as l,useCallback as d,useMemo as c,cloneElement as s}from"react";import"../internal/index.js";import m from"../vef-icon/index.js";import{convertBasicSizeToUiSize as p}from"../internal/utils.js";const f={"--vef-select-option-padding":0};function u({value:u,size:h,renderLabel:v,placeholder:b,disabled:w,clearable:C,loading:g,variant:x,children:j,onClear:S}){const[k,y]=t(!1),[z,F]=t(!1),[V,W]=t(),B=l(V),D=d((()=>{F(!1)}),[]),I=d((()=>{F(!0)}),[]),L=d((()=>{y(!1)}),[]),M=c((()=>{if(r(v))return({value:e})=>v?.(e)}),[v]),R=z&&k?e(o,{}):e(m,{children:e(a,{})}),q=s(j,{keyword:B,onConfirm:L});return e(i,{showSearch:!0,allowClear:C,css:n.fullWidth,disabled:w,dropdownStyle:f,labelRender:M,loading:g,notFoundContent:q,open:k,placeholder:b,popupMatchSelectWidth:!1,searchValue:V,size:p(h),suffixIcon:R,value:u,variant:x,onBlur:D,onClear:S,onDropdownVisibleChange:y,onFocus:I,onSearch:W})}export{u as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,14 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as r}from"@emotion/react/jsx-runtime";import{css as n}from"@emotion/react";import{useGapSizeNormalizer as t,useSize as i}from"@vef-framework/hooks";import{breakpoints as e,isArray as o}from"@vef-framework/shared";import m from"clsx";import{useMemo as a,useRef as f,useEffect as c}from"react";import{useContainerQuery as d}from"react-container-query";const p=24,s=n`
3
- display: grid;
4
- grid: auto-flow / repeat(${p}, minmax(0, 1fr));
5
-
6
- > * {
7
- grid-column: span ${p};
8
- }
9
-
10
- ${Array.from({length:p}).map(((r,n)=>`\n > .vef-grid-item-${n+1} {\n grid-column: span ${n+1};\n }\n `))}
11
-
12
- ${e.map((r=>`\n &.vef-container-${r} {\n ${Array.from({length:p}).map(((n,t)=>`\n > .vef-grid-item-${r}-${t+1} {\n grid-column: span ${t+1};\n }\n `))}\n }\n `))}
13
- `,l=({baseWidth:n=240,gap:e,children:l})=>{const h=a((()=>({"vef-container-xs":{minWidth:0},"vef-container-sm":{minWidth:2*n},"vef-container-md":{minWidth:3*n},"vef-container-lg":{minWidth:4*n},"vef-container-xl":{minWidth:5*n},"vef-container-xxl":{minWidth:6*n}})),[n]),$=f(null),[g,u]=d(h,{width:2*n}),v=t(),[x,w]=a((()=>{if(o(e))return[v(e[0]),v(e[1])];if(e){const r=v(e);return[r,r]}return[0,0]}),[e,v]);c((()=>{u($.current)}),[$,u]);const W=i($),y=a((()=>(W?.width??2*n)>p*w?{gap:`${x}px ${w}px`}:{gap:`${x}px ${Math.floor((W?.width??2*n)/p)}px`}),[W?.width,n,w,x]);return r("div",{ref:$,className:m(g),css:s,style:y,children:l})};export{l as default};
14
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- const x=["xs","sm","md","lg","xl","xxl"];export{x as BREAKPOINTS};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import r from"clsx";import{useMemo as i}from"react";const t=({span:t,xs:m,sm:s,md:d,lg:o,xl:p,xxl:f,children:l})=>{const u=i((()=>{const e=[];return t&&e.push(`vef-grid-item-${t}`),m&&e.push(`vef-grid-item-xs-${m}`),s&&e.push(`vef-grid-item-sm-${s}`),d&&e.push(`vef-grid-item-md-${d}`),o&&e.push(`vef-grid-item-lg-${o}`),p&&e.push(`vef-grid-item-xl-${p}`),f&&e.push(`vef-grid-item-xxl-${f}`),e}),[t,m,s,d,o,p,f]);return e("div",{className:r(u),children:l})};export{t as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
@@ -1,3 +0,0 @@
1
- /*! VefFramework version: 1.0.18, build time: 2024-12-19T13:17:25.344Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import r from"@ant-design/icons";import{themeVariables as o,omit as t}from"@vef-framework/shared";import{forwardRef as i,useMemo as n,Suspense as f,cloneElement as m,memo as l}from"react";const s=l(i((({size:i,children:l,...s},c)=>{const a=n((()=>{const e="small"===i?o.fontSizeSm:"medium"===i?o.fontSize:"large"===i?o.fontSizeLg:"huge"===i?o.fontSizeXl:void 0;if(e)return{fontSize:e}}),[i]);return e(r,{ref:c,style:a,component:e=>{if(l.type===f){const{children:r}=l.props;return m(l,{children:m(r,t(e,["fill"]))})}return m(l,t(e,["fill"]))},...s})})));s.displayName="VefIcon";export{s as default};
3
- /*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */