@vef-framework/components 1.0.7 → 1.0.9

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 (349) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +15 -2
  3. package/dist/index.js +2 -2
  4. package/dist/internal/index.js +1 -1
  5. package/dist/internal/utils.js +1 -1
  6. package/dist/vef-access-denied/access-denied-icon.d.ts +1 -1
  7. package/dist/vef-access-denied/access-denied-icon.js +1 -1
  8. package/dist/vef-access-denied/index.js +1 -1
  9. package/dist/vef-action-buttons/index.js +1 -1
  10. package/dist/vef-app/helper.d.ts +10 -0
  11. package/dist/vef-app/helper.js +3 -0
  12. package/dist/vef-app/index.d.ts +5 -0
  13. package/dist/vef-app/index.js +3 -0
  14. package/dist/vef-app/props.d.ts +7 -0
  15. package/dist/vef-auto-sizer/index.d.ts +5 -0
  16. package/dist/vef-auto-sizer/index.js +3 -0
  17. package/dist/vef-auto-sizer/props.d.ts +5 -0
  18. package/dist/vef-avatar/index.d.ts +5 -0
  19. package/dist/vef-avatar/index.js +3 -0
  20. package/dist/vef-avatar/props.d.ts +11 -0
  21. package/dist/vef-avatar-group/index.d.ts +5 -0
  22. package/dist/vef-avatar-group/index.js +3 -0
  23. package/dist/vef-avatar-group/props.d.ts +15 -0
  24. package/dist/vef-badge/index.js +1 -1
  25. package/dist/vef-bool/hooks/use-bool-instance.js +1 -1
  26. package/dist/vef-bool/index.js +1 -1
  27. package/dist/vef-button/components/base-button.js +1 -1
  28. package/dist/vef-button/index.js +1 -1
  29. package/dist/vef-card/index.js +1 -1
  30. package/dist/vef-card-meta/index.js +1 -1
  31. package/dist/vef-checkbox/hooks/use-checkbox-instance.js +1 -1
  32. package/dist/vef-checkbox/hooks/use-data-options.d.ts +1 -1
  33. package/dist/vef-checkbox/hooks/use-data-options.js +1 -1
  34. package/dist/vef-checkbox/index.js +1 -1
  35. package/dist/vef-col/index.js +1 -1
  36. package/dist/vef-color-picker/index.js +1 -1
  37. package/dist/vef-compact/index.js +1 -1
  38. package/dist/vef-config-provider/hooks/use-ui-config.d.ts +3 -5
  39. package/dist/vef-config-provider/hooks/use-ui-config.js +2 -2
  40. package/dist/vef-config-provider/index.js +15 -23
  41. package/dist/vef-config-provider/reset-style.js +1 -1
  42. package/dist/vef-config-provider/store.d.ts +14 -9
  43. package/dist/vef-config-provider/store.js +2 -2
  44. package/dist/vef-container/index.js +1 -1
  45. package/dist/vef-crud-page/components/crud-actions.js +1 -1
  46. package/dist/vef-crud-page/components/crud-filter.js +1 -1
  47. package/dist/vef-crud-page/components/crud-footer.js +4 -4
  48. package/dist/vef-crud-page/components/crud-form-modal.js +1 -1
  49. package/dist/vef-crud-page/components/crud-header.js +1 -1
  50. package/dist/vef-crud-page/components/crud-table.d.ts +2 -2
  51. package/dist/vef-crud-page/components/crud-table.js +2 -2
  52. package/dist/vef-crud-page/hooks/use-action-buttons.js +2 -2
  53. package/dist/vef-crud-page/hooks/use-crud-context.js +1 -1
  54. package/dist/vef-crud-page/hooks/use-crud-schema.d.ts +2 -2
  55. package/dist/vef-crud-page/hooks/use-crud-schema.js +1 -1
  56. package/dist/vef-crud-page/hooks/use-operation-buttons.js +2 -2
  57. package/dist/vef-crud-page/index.d.ts +3 -3
  58. package/dist/vef-crud-page/index.js +1 -1
  59. package/dist/vef-crud-page/props.d.ts +1 -1
  60. package/dist/vef-crud-page/store.js +1 -1
  61. package/dist/vef-divider/index.js +2 -2
  62. package/dist/vef-divider/props.d.ts +3 -3
  63. package/dist/vef-drawer/components/action-button-wrapper.d.ts +1 -2
  64. package/dist/vef-drawer/components/action-button-wrapper.js +1 -1
  65. package/dist/vef-drawer/components/button-props.js +1 -1
  66. package/dist/vef-drawer/components/cancel-action-button.js +1 -1
  67. package/dist/vef-drawer/components/ok-action-button.js +2 -2
  68. package/dist/vef-drawer/context.js +1 -1
  69. package/dist/vef-drawer/index.js +1 -1
  70. package/dist/vef-dropdown/index.d.ts +4 -1
  71. package/dist/vef-dropdown/index.js +2 -2
  72. package/dist/vef-dropdown/props.d.ts +28 -35
  73. package/dist/vef-dynamic-icon/index.d.ts +5 -0
  74. package/dist/vef-dynamic-icon/index.js +3 -0
  75. package/dist/vef-dynamic-icon/props.d.ts +20 -0
  76. package/dist/vef-dynamic-icon/props.js +3 -0
  77. package/dist/vef-empty/index.d.ts +1 -1
  78. package/dist/vef-empty/index.js +2 -2
  79. package/dist/vef-empty/props.d.ts +16 -1
  80. package/dist/vef-empty-placeholder/index.js +5 -5
  81. package/dist/vef-error/error-icon.d.ts +1 -1
  82. package/dist/vef-error/error-icon.js +1 -1
  83. package/dist/vef-error/index.js +1 -1
  84. package/dist/vef-filter/components/action-buttons.js +7 -7
  85. package/dist/vef-filter/components/advanced-filter.js +4 -4
  86. package/dist/vef-filter/components/basic-filter.js +1 -1
  87. package/dist/vef-filter/components/fields/index.js +1 -1
  88. package/dist/vef-filter/components/fields/input-number.js +1 -1
  89. package/dist/vef-filter/components/fields/input.js +1 -1
  90. package/dist/vef-filter/components/filter-field.js +1 -1
  91. package/dist/vef-filter/components/filter-item.d.ts +1 -1
  92. package/dist/vef-filter/components/filter-item.js +1 -1
  93. package/dist/vef-filter/event.js +1 -1
  94. package/dist/vef-filter/helper.js +1 -1
  95. package/dist/vef-filter/hooks/use-action-handlers.js +1 -1
  96. package/dist/vef-filter/hooks/use-computed-values.js +1 -1
  97. package/dist/vef-filter/hooks/use-filter-context.js +1 -1
  98. package/dist/vef-filter/hooks/use-filter-initialization.d.ts +1 -1
  99. package/dist/vef-filter/hooks/use-filter-initialization.js +1 -1
  100. package/dist/vef-filter/hooks/use-filter-instance.js +1 -1
  101. package/dist/vef-filter/hooks/use-filter-items.js +1 -1
  102. package/dist/vef-filter/hooks/use-filter-values-change.d.ts +1 -1
  103. package/dist/vef-filter/hooks/use-filter-values-change.js +1 -1
  104. package/dist/vef-filter/hooks/use-label-config.js +1 -1
  105. package/dist/vef-filter/index.d.ts +3 -4
  106. package/dist/vef-filter/index.js +1 -1
  107. package/dist/vef-filter/props.d.ts +2 -3
  108. package/dist/vef-filter/store.d.ts +1 -1
  109. package/dist/vef-filter/store.js +1 -1
  110. package/dist/vef-flex/index.js +1 -1
  111. package/dist/vef-float-button/index.js +1 -1
  112. package/dist/vef-float-button-group/index.js +1 -1
  113. package/dist/vef-form/components/fields/index.js +1 -1
  114. package/dist/vef-form/components/fields/input-number.js +1 -1
  115. package/dist/vef-form/components/fields/input.js +1 -1
  116. package/dist/vef-form/components/form-actions.js +1 -1
  117. package/dist/vef-form/components/form-content.d.ts +6 -1
  118. package/dist/vef-form/components/form-content.js +4 -4
  119. package/dist/vef-form/components/form-field.js +1 -1
  120. package/dist/vef-form/components/form-group.d.ts +3 -3
  121. package/dist/vef-form/components/form-group.js +1 -1
  122. package/dist/vef-form/components/form-hidden-item.js +1 -1
  123. package/dist/vef-form/components/form-item.d.ts +1 -1
  124. package/dist/vef-form/components/form-item.js +1 -1
  125. package/dist/vef-form/components/form-row.d.ts +2 -2
  126. package/dist/vef-form/components/form-row.js +1 -1
  127. package/dist/vef-form/event.js +1 -1
  128. package/dist/vef-form/helper.js +1 -1
  129. package/dist/vef-form/hooks/use-action-handlers.js +1 -1
  130. package/dist/vef-form/hooks/use-columns-layout.d.ts +2 -2
  131. package/dist/vef-form/hooks/use-columns-layout.js +1 -1
  132. package/dist/vef-form/hooks/use-computed-values.js +1 -1
  133. package/dist/vef-form/hooks/use-form-context.js +1 -1
  134. package/dist/vef-form/hooks/use-form-initialization.d.ts +1 -1
  135. package/dist/vef-form/hooks/use-form-initialization.js +1 -1
  136. package/dist/vef-form/hooks/use-form-instance.js +1 -1
  137. package/dist/vef-form/hooks/use-form-values-change.d.ts +1 -1
  138. package/dist/vef-form/hooks/use-form-values-change.js +1 -1
  139. package/dist/vef-form/hooks/use-label-width.js +1 -1
  140. package/dist/vef-form/index.d.ts +3 -4
  141. package/dist/vef-form/index.js +4 -4
  142. package/dist/vef-form/props.d.ts +3 -4
  143. package/dist/vef-form/store.js +1 -1
  144. package/dist/vef-form/types.d.ts +10 -10
  145. package/dist/vef-form/validation-rules.d.ts +1 -1
  146. package/dist/vef-form/validation-rules.js +1 -1
  147. package/dist/vef-form-drawer/index.d.ts +2 -2
  148. package/dist/vef-form-drawer/index.js +1 -1
  149. package/dist/vef-form-modal/index.d.ts +2 -2
  150. package/dist/vef-form-modal/index.js +1 -1
  151. package/dist/vef-generic-select/index.d.ts +4 -0
  152. package/dist/vef-generic-select/index.js +3 -0
  153. package/dist/vef-generic-select/props.d.ts +60 -0
  154. package/dist/vef-grid/index.js +1 -1
  155. package/dist/vef-grid/props.js +1 -1
  156. package/dist/vef-grid-item/index.js +1 -1
  157. package/dist/vef-icon/index.js +2 -2
  158. package/dist/vef-icon/props.d.ts +6 -2
  159. package/dist/vef-icon-select/index.d.ts +5 -0
  160. package/dist/vef-icon-select/index.js +42 -0
  161. package/dist/vef-icon-select/props.d.ts +43 -0
  162. package/dist/vef-input/hooks/use-input-instance.js +2 -2
  163. package/dist/vef-input/index.js +1 -1
  164. package/dist/vef-input/props.d.ts +8 -0
  165. package/dist/vef-input-number/hooks/use-input-number-instance.js +1 -1
  166. package/dist/vef-input-number/index.js +1 -1
  167. package/dist/vef-layout/components/content.d.ts +3 -0
  168. package/dist/vef-layout/components/content.js +3 -0
  169. package/dist/vef-layout/components/font-size.d.ts +3 -0
  170. package/dist/vef-layout/components/font-size.js +6 -0
  171. package/dist/vef-layout/components/fullscreen.d.ts +3 -0
  172. package/dist/vef-layout/components/fullscreen.js +6 -0
  173. package/dist/vef-layout/components/header-action-icons.d.ts +3 -0
  174. package/dist/vef-layout/components/header-action-icons.js +17 -0
  175. package/dist/vef-layout/components/header-content.d.ts +3 -0
  176. package/dist/vef-layout/components/header-content.js +8 -0
  177. package/dist/vef-layout/components/header.d.ts +2 -0
  178. package/dist/vef-layout/components/header.js +14 -0
  179. package/dist/vef-layout/components/sider.d.ts +13 -0
  180. package/dist/vef-layout/components/sider.js +51 -0
  181. package/dist/vef-layout/components/title.d.ts +16 -0
  182. package/dist/vef-layout/components/title.js +38 -0
  183. package/dist/vef-layout/components/user-avatar.d.ts +3 -0
  184. package/dist/vef-layout/components/user-avatar.js +20 -0
  185. package/dist/vef-layout/index.d.ts +4 -0
  186. package/dist/vef-layout/index.js +7 -0
  187. package/dist/vef-layout/logo.svg.js +3 -0
  188. package/dist/vef-layout/props.d.ts +19 -0
  189. package/dist/vef-layout/store.d.ts +16 -0
  190. package/dist/vef-layout/store.js +3 -0
  191. package/dist/vef-loading-placeholder/index.js +1 -1
  192. package/dist/vef-login/index.js +11 -8
  193. package/dist/vef-login/login-icon.d.ts +1 -1
  194. package/dist/vef-login/login-icon.js +1 -1
  195. package/dist/vef-menu/index.d.ts +5 -0
  196. package/dist/vef-menu/index.js +3 -0
  197. package/dist/vef-menu/props.d.ts +74 -0
  198. package/dist/vef-modal/components/action-button-wrapper.d.ts +1 -2
  199. package/dist/vef-modal/components/action-button-wrapper.js +1 -1
  200. package/dist/vef-modal/components/button-props.js +1 -1
  201. package/dist/vef-modal/components/cancel-action-button.js +1 -1
  202. package/dist/vef-modal/components/ok-action-button.js +2 -2
  203. package/dist/vef-modal/context.js +1 -1
  204. package/dist/vef-modal/index.js +3 -3
  205. package/dist/vef-not-found/index.js +1 -1
  206. package/dist/vef-not-found/not-found-icon.d.ts +1 -1
  207. package/dist/vef-not-found/not-found-icon.js +1 -1
  208. package/dist/vef-page/index.js +3 -3
  209. package/dist/vef-pagination/index.js +1 -1
  210. package/dist/vef-pagination/props.js +1 -1
  211. package/dist/vef-paragraph/index.js +1 -1
  212. package/dist/vef-password/hooks/use-password-instance.js +1 -1
  213. package/dist/vef-password/index.js +1 -1
  214. package/dist/vef-popconfirm/index.d.ts +1 -2
  215. package/dist/vef-popconfirm/index.js +2 -2
  216. package/dist/vef-popconfirm/props.d.ts +12 -4
  217. package/dist/vef-popover/index.d.ts +1 -2
  218. package/dist/vef-popover/index.js +2 -2
  219. package/dist/vef-popover/props.d.ts +14 -1
  220. package/dist/vef-radio/hooks/use-data-options.d.ts +1 -1
  221. package/dist/vef-radio/hooks/use-data-options.js +1 -1
  222. package/dist/vef-radio/hooks/use-radio-instance.js +1 -1
  223. package/dist/vef-radio/index.js +1 -1
  224. package/dist/vef-rate/hooks/use-rate-instance.js +1 -1
  225. package/dist/vef-rate/index.js +1 -1
  226. package/dist/vef-responsive-container/index.d.ts +1 -1
  227. package/dist/vef-responsive-container/index.js +1 -1
  228. package/dist/vef-responsive-item/index.d.ts +1 -1
  229. package/dist/vef-responsive-item/index.js +1 -1
  230. package/dist/vef-ribbon/index.js +1 -1
  231. package/dist/vef-row/index.js +1 -1
  232. package/dist/vef-scroll-area/components/scrollbar.js +1 -1
  233. package/dist/vef-scroll-area/index.js +7 -4
  234. package/dist/vef-scroll-area/props.d.ts +26 -2
  235. package/dist/vef-select/components/option.js +1 -1
  236. package/dist/vef-select/hooks/use-data-options.d.ts +2 -2
  237. package/dist/vef-select/hooks/use-data-options.js +1 -1
  238. package/dist/vef-select/hooks/use-field-names.js +1 -1
  239. package/dist/vef-select/hooks/{use-label-render.d.ts → use-render-label.d.ts} +3 -3
  240. package/dist/vef-select/hooks/{use-label-render.js → use-render-label.js} +2 -2
  241. package/dist/vef-select/hooks/use-render-option.d.ts +11 -0
  242. package/dist/vef-select/hooks/{use-option-render.js → use-render-option.js} +2 -2
  243. package/dist/vef-select/hooks/use-select-instance.js +1 -1
  244. package/dist/vef-select/index.js +2 -2
  245. package/dist/vef-select/props.d.ts +4 -3
  246. package/dist/vef-slider/hooks/use-slider-instance.js +1 -1
  247. package/dist/vef-slider/index.js +1 -1
  248. package/dist/vef-sortable-list/components/overlay-item.js +1 -1
  249. package/dist/vef-sortable-list/components/sortable-item.js +1 -1
  250. package/dist/vef-sortable-list/hooks/use-merged-items.d.ts +1 -1
  251. package/dist/vef-sortable-list/hooks/use-merged-items.js +1 -1
  252. package/dist/vef-sortable-list/index.d.ts +2 -2
  253. package/dist/vef-sortable-list/index.js +2 -2
  254. package/dist/vef-sortable-list/props.d.ts +3 -3
  255. package/dist/vef-space/index.js +1 -1
  256. package/dist/vef-spin/index.js +1 -1
  257. package/dist/vef-splitter/index.js +2 -2
  258. package/dist/vef-splitter/props.d.ts +3 -3
  259. package/dist/vef-splitter-panel/index.js +1 -1
  260. package/dist/vef-status/index.js +1 -1
  261. package/dist/vef-table/components/columns/bool.js +2 -2
  262. package/dist/vef-table/components/columns/code.js +1 -1
  263. package/dist/vef-table/components/columns/data-dictionary.js +2 -2
  264. package/dist/vef-table/components/columns/enum.js +2 -2
  265. package/dist/vef-table/components/columns/file.js +1 -1
  266. package/dist/vef-table/components/columns/icon.js +1 -1
  267. package/dist/vef-table/components/columns/id.js +1 -1
  268. package/dist/vef-table/components/columns/image.js +1 -1
  269. package/dist/vef-table/components/columns/index.js +1 -1
  270. package/dist/vef-table/components/columns/markdown.js +1 -1
  271. package/dist/vef-table/components/columns/number.js +1 -1
  272. package/dist/vef-table/components/columns/render.js +1 -1
  273. package/dist/vef-table/components/columns/rich-text.js +1 -1
  274. package/dist/vef-table/components/columns/text.js +1 -1
  275. package/dist/vef-table/components/columns-settings.js +2 -2
  276. package/dist/vef-table/components/operation-buttons.js +2 -2
  277. package/dist/vef-table/components/settings-icon.js +4 -4
  278. package/dist/vef-table/components/table-footer.js +1 -1
  279. package/dist/vef-table/helper.js +1 -1
  280. package/dist/vef-table/hooks/use-computed-batch-buttons.js +1 -1
  281. package/dist/vef-table/hooks/use-computed-columns.js +1 -1
  282. package/dist/vef-table/hooks/use-computed-values.js +1 -1
  283. package/dist/vef-table/hooks/use-data.d.ts +1 -1
  284. package/dist/vef-table/hooks/use-data.js +2 -2
  285. package/dist/vef-table/hooks/use-default-column-configs.js +1 -1
  286. package/dist/vef-table/hooks/use-display-value.js +1 -1
  287. package/dist/vef-table/hooks/use-helper-columns.d.ts +1 -1
  288. package/dist/vef-table/hooks/use-helper-columns.js +1 -1
  289. package/dist/vef-table/hooks/use-operation-column-width.d.ts +1 -1
  290. package/dist/vef-table/hooks/use-operation-column-width.js +1 -1
  291. package/dist/vef-table/hooks/use-pagination-props.js +1 -1
  292. package/dist/vef-table/hooks/use-row-props.js +2 -2
  293. package/dist/vef-table/hooks/use-row-selection-config.d.ts +3 -3
  294. package/dist/vef-table/hooks/use-row-selection-config.js +2 -2
  295. package/dist/vef-table/hooks/use-selected-rows.d.ts +10 -0
  296. package/dist/vef-table/hooks/use-selected-rows.js +3 -0
  297. package/dist/vef-table/hooks/use-table-columns.d.ts +1 -1
  298. package/dist/vef-table/hooks/use-table-columns.js +1 -1
  299. package/dist/vef-table/hooks/use-table-context.d.ts +1 -1
  300. package/dist/vef-table/hooks/use-table-context.js +1 -1
  301. package/dist/vef-table/hooks/use-table-instance.js +1 -1
  302. package/dist/vef-table/hooks/use-table-summary.d.ts +1 -1
  303. package/dist/vef-table/hooks/use-table-summary.js +1 -1
  304. package/dist/vef-table/hooks/use-table-width.js +1 -1
  305. package/dist/vef-table/index.d.ts +2 -2
  306. package/dist/vef-table/index.js +3 -3
  307. package/dist/vef-table/props.d.ts +15 -193
  308. package/dist/vef-table/store.d.ts +2 -2
  309. package/dist/vef-table/store.js +2 -2
  310. package/dist/vef-tabs/index.js +1 -1
  311. package/dist/vef-tag/index.js +1 -1
  312. package/dist/vef-temporal-picker/helper.js +1 -1
  313. package/dist/vef-temporal-picker/hooks/use-dayjs-value.d.ts +1 -1
  314. package/dist/vef-temporal-picker/hooks/use-dayjs-value.js +1 -1
  315. package/dist/vef-temporal-picker/hooks/use-temporal-limit.js +1 -1
  316. package/dist/vef-temporal-picker/hooks/use-temporal-picker-instance.js +1 -1
  317. package/dist/vef-temporal-picker/index.js +1 -1
  318. package/dist/vef-temporal-range-picker/helper.js +1 -1
  319. package/dist/vef-temporal-range-picker/hooks/use-dayjs-values.d.ts +1 -1
  320. package/dist/vef-temporal-range-picker/hooks/use-dayjs-values.js +1 -1
  321. package/dist/vef-temporal-range-picker/hooks/use-temporal-limit.js +1 -1
  322. package/dist/vef-temporal-range-picker/hooks/use-temporal-range-picker-instance.js +1 -1
  323. package/dist/vef-temporal-range-picker/index.js +1 -1
  324. package/dist/vef-temporal-range-picker/props.js +1 -1
  325. package/dist/vef-text/index.js +1 -1
  326. package/dist/vef-textarea/hooks/use-textarea-instance.js +1 -1
  327. package/dist/vef-textarea/index.js +1 -1
  328. package/dist/vef-title/index.js +2 -2
  329. package/dist/vef-tooltip/index.d.ts +1 -2
  330. package/dist/vef-tooltip/index.js +2 -2
  331. package/dist/vef-tooltip/props.d.ts +14 -1
  332. package/dist/vef-tree-select/hooks/use-change-handler.d.ts +1 -1
  333. package/dist/vef-tree-select/hooks/use-change-handler.js +1 -1
  334. package/dist/vef-tree-select/hooks/use-data-options.d.ts +1 -1
  335. package/dist/vef-tree-select/hooks/use-data-options.js +1 -1
  336. package/dist/vef-tree-select/hooks/use-tree-select-instance.js +1 -1
  337. package/dist/vef-tree-select/index.js +1 -1
  338. package/dist/vef-virtual-grid/index.d.ts +6 -0
  339. package/dist/vef-virtual-grid/index.js +14 -0
  340. package/dist/vef-virtual-grid/props.d.ts +83 -0
  341. package/dist/vef-virtual-list/index.d.ts +6 -0
  342. package/dist/vef-virtual-list/index.js +20 -0
  343. package/dist/vef-virtual-list/props.d.ts +111 -0
  344. package/package.json +19 -20
  345. package/dist/vef-config-provider/fonts/din/bold.woff2.js +0 -3
  346. package/dist/vef-config-provider/fonts/din/regular.woff2.js +0 -3
  347. package/dist/vef-select/hooks/use-option-render.d.ts +0 -11
  348. package/dist/vef-table/hooks/use-merged-value.d.ts +0 -10
  349. package/dist/vef-table/hooks/use-merged-value.js +0 -3
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsxs as o,jsx as t}from"@emotion/react/jsx-runtime";import{memo as n}from"react";const d=n((function(n){return o("svg",{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...n,children:[o("defs",{children:[o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__a",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__b",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__c",spreadMethod:"pad",x1:0,x2:1,y1:-.031,y2:-.031,children:[t("stop",{offset:0,stopColor:"#fff5de"}),t("stop",{offset:1,stopColor:"#fbd2ac"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__d",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__e",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__f",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__g",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__h",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.434,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__i",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[t("stop",{offset:.032,stopColor:"#afdef9"}),t("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__j",spreadMethod:"pad",x1:.059,x2:.6,y1:.609,y2:.371,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__k",spreadMethod:"pad",x1:.445,x2:.583,y1:-.065,y2:0,children:[t("stop",{offset:.032,stopColor:"#afdef9"}),t("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__l",spreadMethod:"pad",x1:.284,x2:.5,y1:.87,y2:.305,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__m",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[t("stop",{offset:.032,stopColor:"#afdef9"}),t("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__n",spreadMethod:"pad",x1:.111,x2:.5,y1:.87,y2:.305,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__o",spreadMethod:"pad",x1:.111,x2:.5,y1:.87,y2:.305,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__p",spreadMethod:"pad",x1:.123,x2:.5,y1:.87,y2:.305,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__q",spreadMethod:"pad",x1:.5,x2:.504,y1:-.192,y2:.87,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__r",spreadMethod:"pad",x1:0,x2:1.356,y1:.5,y2:.565,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__s",spreadMethod:"pad",x1:0,x2:.75,y1:.5,y2:.529,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__t",spreadMethod:"pad",x1:-.184,x2:1.099,y1:.498,y2:.509,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__u",spreadMethod:"pad",x1:.38,x2:.705,y1:.5,y2:.796,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__v",spreadMethod:"pad",x1:0,x2:1.356,y1:.5,y2:.796,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__w",spreadMethod:"pad",x1:-.449,x2:1.606,y1:.5,y2:.5,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__x",spreadMethod:"pad",x1:0,x2:1.356,y1:.5,y2:.796,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__y",spreadMethod:"pad",x1:.802,x2:.402,y1:.781,y2:.012,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__z",spreadMethod:"pad",x1:.17,x2:.731,y1:.776,y2:.273,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__A",spreadMethod:"pad",x1:0,x2:.85,y1:.669,y2:.361,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__B",spreadMethod:"pad",x1:0,x2:.85,y1:.644,y2:.382,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__C",spreadMethod:"pad",x1:0,x2:.85,y1:.639,y2:.385,children:[t("stop",{offset:0,stopColor:"#98d6fa"}),t("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__D",spreadMethod:"pad",x1:1,x2:0,y1:-.118,y2:-.118,children:[t("stop",{offset:0,stopColor:"#f5dda7"}),t("stop",{offset:1,stopColor:"#fa9a41"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__E",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[t("stop",{offset:0,stopColor:"#923629"}),t("stop",{offset:.3,stopColor:"#57352c"}),t("stop",{offset:.5,stopColor:"#42352c"}),t("stop",{offset:.7,stopColor:"#2c2422"}),t("stop",{offset:1,stopColor:"#1d181c"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__F",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[t("stop",{offset:0,stopColor:"#923629"}),t("stop",{offset:.3,stopColor:"#57352c"}),t("stop",{offset:.5,stopColor:"#42352c"}),t("stop",{offset:.7,stopColor:"#2c2422"}),t("stop",{offset:1,stopColor:"#1d181c"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__G",spreadMethod:"pad",x1:.317,x2:.774,y1:.907,y2:.5,children:[t("stop",{offset:0,stopColor:"#ffb859"}),t("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__H",spreadMethod:"pad",x1:.339,x2:.817,y1:.23,y2:.592,children:[t("stop",{offset:0,stopColor:"#ffb859"}),t("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"not-found-icon_svg__I",spreadMethod:"pad",x1:.44,x2:.579,y1:.572,y2:.445,children:[t("stop",{offset:0,stopColor:"#ffb859"}),t("stop",{offset:1,stopColor:"#f97b61"})]})]}),t("path",{d:"M0 0h1024v1024H0Z",fill:"none"}),t("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}),t("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(#not-found-icon_svg__a)",fillOpacity:.1}),t("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(#not-found-icon_svg__b)",fillOpacity:.1}),t("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(#not-found-icon_svg__c)"}),t("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(#not-found-icon_svg__d)"}),t("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(#not-found-icon_svg__e)"}),t("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(#not-found-icon_svg__f)"}),t("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(#not-found-icon_svg__g)"}),t("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(#not-found-icon_svg__h)"}),t("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(#not-found-icon_svg__i)"}),t("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(#not-found-icon_svg__j)"}),t("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(#not-found-icon_svg__k)"}),t("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(#not-found-icon_svg__l)"}),t("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(#not-found-icon_svg__m)"}),t("path",{d:"m744.8 605.1-15.9-59.2 19.7-5.3-8.2-30.6-19.7 5.3-39.3-146.8-32.4 8.7L688.3 524l-48 12.7-2.5.1-4.3-.9-2.6-1.5-1.9-1.7-1.4-2-.9-2.3-1.2-7.5-14.8-133.4-32.1 8.6 15.6 145 1.2 6.3 2.8 7.7 1.8 3.1 3.9 4.7 3.7 3.1 3.7 2.4 3.6 1.8 3.7 1.2 3.8.8 3.8.2 3.9-.3 4.1-.9 62.3-16.7 15.9 59.3z",fill:"url(#not-found-icon_svg__n)"}),t("path",{d:"m329.5 604.3 9.3-52.5 17.4 3.1 4.8-27-17.4-3.1 22.9-129.9-28.7-5.1-22.9 129.9-40.1-7-3.1-.9-2.4-1.2-1.9-1.6-1.5-2.1-.9-2.1-.4-2.1.2-2.1 1.8-6.3 37.3-110.5-28.4-5-40.9 119.9-1.4 5.4-.6 4.6v4l.6 3.6.9 3.1 2.1 4.2 2.4 3.6 2.6 3 2.9 2.4 3.3 2 3.5 1.5 4 1 55.2 9.7-9.2 52.4z",fill:"url(#not-found-icon_svg__o)"}),t("path",{d:"m479.2 571.9 3.3.6 3.9.1 4.7-.6 3.8-.8 3.4-1.2 3.1-1.5 3.1-2.2 2.8-2.7 2.7-3.2 2.3-4 2.1-4.6 1.7-5.6 31.5-117.3.9-4.4.4-4.3v-4.3l-.6-4.1-1-4.2-1.6-4.1-1.7-3.1-2-2.8-2.6-2.6-3-2.3-3.6-2.1-4.2-1.8-4.9-1.6-47.2-12.7-4.1-.8-3.9-.2-3.9.3-3.9.9-3.8 1.4-3.9 2-3.6 2.6-3.1 2.9-2.8 3.4-2.4 4-2 4.4-1.7 5.2-31.3 116.8-1.1 5.1-.4 4.7.1 4.4.8 4.1 1.2 3.8 1.8 3.6 2.6 3.7 2.9 3.2 3.3 2.8 3.8 2.4 4.2 2 4.7 1.6zm-2.6-26.1-35.3-9.4-2.9-1-2.2-1.3-1.8-1.5-1.2-1.7-.8-2-.4-2.3.1-2.8.6-3.3 30.4-113.3.7-1.9 1-1.7 1.4-1.4 1.7-1.1 3.6-1 4.8.5 38.8 10.4 2.8 1.1 2.1 1.3 1.5 1.6 1 1.8.5 2.3v2.8l-.6 3.3-31 114.9-1.2 2.6-1.3 1.7-1.3 1.2-1.8.8-2.3.4-3-.2z",fill:"url(#not-found-icon_svg__p)"}),t("path",{d:"m872.4 186.5-148.3 96M872.5 226l95.5 56.5",fill:"none",stroke:"#47b0f1"}),t("path",{d:"M873 282h-48v518h48Z",fill:"url(#not-found-icon_svg__q)"}),t("path",{d:"M899 753H799v47h100Z",fill:"url(#not-found-icon_svg__r)"}),t("path",{d:"M911 770H787v30h124Z",fill:"url(#not-found-icon_svg__s)"}),t("path",{d:"M968 282H680v26h288Z",fill:"url(#not-found-icon_svg__t)"}),t("path",{d:"m873 184-48 98h48Z",fill:"url(#not-found-icon_svg__u)"}),t("path",{d:"M922.5 306v246",fill:"none",stroke:"#47b0f1"}),t("path",{d:"m913 561 .3 2.4.9 2.1 1.4 1.9 1.9 1.4 2.1.9 2.4.3 2.4-.3 2.1-.9 1.9-1.4 1.4-1.9.9-2.1.3-2.4-.3-2.4-.9-2.1-1.4-1.9-1.9-1.4-2.1-.9-2.4-.3-2.4.3-2.1.9-1.9 1.4-1.4 1.9-.9 2.1z",fill:"url(#not-found-icon_svg__v)"}),t("path",{d:"m667 277 3.3.3 3 .8 2.8 1.4 2.5 1.7 2.2 2.2 1.7 2.5 1.4 2.8.8 3 .3 3.3-.3 3.3-.8 3-1.4 2.8-1.7 2.5-2.2 2.2-2.5 1.7-2.8 1.4-3 .8-3.3.3-3.3-.3-3-.8-2.8-1.4-2.5-1.7-2.2-2.2-1.7-2.5-1.4-2.8-.8-3-.3-3.3.3-3.3.8-3 1.4-2.8 1.7-2.5 2.2-2.2 2.5-1.7 2.8-1.4 3-.8zm0 10-2.1.3-1.9.8-1.7 1.2-1.2 1.7-.8 1.9-.3 2.1.3 2.1.8 1.9 1.2 1.7 1.7 1.2 1.9.8 2.1.3 2.1-.3 1.9-.8 1.7-1.2 1.2-1.7.8-1.9.3-2.1-.3-2.1-.8-1.9-1.2-1.7-1.7-1.2-1.9-.8z",fill:"url(#not-found-icon_svg__w)"}),t("path",{d:"m666.4 306 .2 79",fill:"none",stroke:"#47b0f1"}),t("path",{d:"m658 385 .3 2.4.9 2.1 1.4 1.9 1.9 1.4 2.1.9 2.4.3 2.4-.3 2.1-.9 1.9-1.4 1.4-1.9.9-2.1.3-2.4-.3-2.4-.9-2.1-1.4-1.9-1.9-1.4-2.1-.9-2.4-.3-2.4.3-2.1.9-1.9 1.4-1.4 1.9-.9 2.1z",fill:"url(#not-found-icon_svg__x)"}),t("path",{d:"m909.4 796.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(#not-found-icon_svg__y)"}),t("path",{d:"m921.1 796.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(#not-found-icon_svg__z)"}),t("path",{d:"m948.1 797-.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(#not-found-icon_svg__A)"}),t("path",{d:"m898.4 811 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(#not-found-icon_svg__B)"}),t("path",{d:"m931.6 811 7.3-.1 3.2-.3 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(#not-found-icon_svg__C)"}),t("path",{d:"m543.1 868.5 6.2 2.2 3.7 1.7 3.4 2.4.9 1.9-.7 1.9-1.2 1.3-9.6 6-2.2 1.8-1.3 1.6-1 1.8-.3 1.7.6 3.3 2.2 3.2 2.2 2.4 4.4 3.7 8.5 3.9 5.3 1.9 14.5 4 17.2 3.6 20.7 2.8 11.1 1 12.1.6 12.1.2 12.6-.3 13.3-.8 20-2.3 20.8-3.8 9.8-2.4 8.5-2.4 13.4-4.8 6.3-2.9 5.2-2.8 4.2-2.7 3.3-2.6 3.3-3.1 2.5-2.9 1.8-2.8 1.2-2.8.8-2.9.3-2.9v-2.8l-.5-2.7-1.3-3.5-1.7-3.4-2.3-3.3-2.7-3-6.2-5.3-4.7-2.8-7.6-3.8-8.8-3.6-11.3-4.1-12.2-3.8-14.4-3.8-9.9-2.2-22.1-3.9-11.4-1.6-12-1.2-12.6-.8-12.6-.4-13 .2-13.4.6-12 1-19.1 2.3-15.9 3-5.9 1.5-10.2 3.5-3.4 1.6-3.1 1.9-2 1.7-2.7 4.1-2 5-.4 2.4.1 2.4.7 2.3 1.2 2.1 2.1 2.3 3 2.3 3.4 1.9 4.6 2z",fill:"url(#not-found-icon_svg__D)",fillOpacity:.4}),t("path",{d:"m686.3 716.6.5-2.7 1.1-3 3.4-5.8 4.1-5 7.7-6.5 5.3-5.9 2.4-3.7 2-4.3.9-2.9.5-3.1.1-3.2-1-4.8-2.7-5.1-2.4-3-2.5-2.4-2.6-1.9-2.7-1.4-2.9-1-2.9-.5-3-.2-2.9.3-5.8 1.7-5.3 3.2-4.6 4.6-2 2.7-5.6 11.5-5.1 12.4-1 4.1v3.5l.5 1.2 1.9 2.3.8 1.9.4 2.2v3.6l-.6 4.2-1.1 4.2-1.3 4.2-4.5 11.5v.5l.6.3 2-.3 4.7-1.3 9.3-3.6 16.3-7z",fill:"#ebb0b0"}),t("path",{d:"m704.1 644.6-2.9-2.3-2.7-1.6-2.3-.9-2.5-.5h-2.3l-2.1.4-4 1.9-4.1 3.8-2 2.8-2.8 5.8-1.5 5.3-.1 3.1 2 7.7-1.9 3.3-4.2 5.3 1.6 3.4 2.6-1.8h1l.8.4.9 2.1.1 1.5-.3 1.5-.8 1.4-1.2 1.2-1.8.9-3.7.9-.7.1v-.3l-.2 5.2.8 2.7 11 8.8 4.1 2.1 2.3.2 9.4-3.5 5.7-2.9 3.1-2.2 3.5-3.1 2.1-2.4 1.7-2.8 1.5-3.1 1.9-6.6.7-8.7-.2-4.8-.8-4.4-1.1-3.4-2.8-5.7-2.6-4.4-2.7-3.7z",fill:"#131322"}),t("path",{d:"M752.3 846.6v2.6l.5 2 .9 1.5 1.2 1.3 1.7.9 2.2.7 2.9.2 3.8-.2 4.9-.8 3.2-1.2 4.3-2.5 1.6-1.6.9-1.6.5-1.4V845l-.4-1.5-1-1.3-1.3-1.1-1.9-1-2.7-.8-7.7-1.2 1.2.6 3-3 1.2-1.8.3-1-.3-.6-.8-.3h-2l-2.6.6-2.6 1.2-2.6 1.9-2.7 2.7-2.8 3.6zM670.4 919.8l1.8-2.3 1.8-1.5 1.8-.9 2-.3 2.2.2 2.5.9 2.8 1.7 3.4 2.8 3.9 4 2.2 3.2 1.4 2.8.9 2.5.4 2.5-.2 2.1-.5 1.7-1 1.4-1.4 1-1.8.6-2 .1-2.4-.4-2.9-1-6.6-3.1-1.4-1 1.4.3.8 4.8v2.4l-.4 1.1-.7.4-1-.3-1.9-1.3-1.6-1.9-1.5-2.4-1.1-2.8-.8-3.3-.5-4v-4.6z",fill:"#efba9e"}),t("path",{d:"m655.8 805.3-29.6-62-1.5-2.3-2.1-2.3-2.5-2.1-6-3.6-6.1-2.4-4.7-.9-4 .6-3.1 1.1-6 3.5-5.3 4.4-14.9 15.5-5.1 6.3-5.7 7.8-7 10.5-9.4 14.4 2.3 5.7 6.9 8.2 1.6.9 1.3-.1 2.3-.9 37.5-23.7 6.4 24.5 5 16.5 3.7 9.2 1.4 1.6 1.5.6 1.6.1 3.2-1.3 2.9-2.1 33.4-29.7",fill:"url(#not-found-icon_svg__E)"}),t("path",{d:"m511.1 873.9 2 7.8-.2 2.9-1 1.4-1.7 1.6-4.5 2.5-1.6.5h-2.8l-15.7-4.4-7.6-2.7-7.9-3.8-2.1-1.4-1.6-1.6-.8-1.4-.2-1.7.4-1.4 1.1-1.4 1.5-1.1 2-.8 5.3-1.1 6.7.3 23.1 4.1 2.5.5z",fill:"#333"}),t("path",{d:"m623.9 837.6-7.8-8.1-6.9-8-18.9-23.8-6.4-7.7-9.4-9.8-5.2-4.8-10.2-8.2-3.8-2.3-2.7-1.3-3.2-1-6.3-1.3-2.5.1-5.2 1.3-4.9 2-2 1.3-2.4 2.1-4.9 5.8-4.6 6.8-5.2 9.7-7.6 25.3-2.7 10.8-2.3 12.4-1.9 15.7-1.7 20.8.1 2 .7 1.9 1 1.8 3 2.9 1.8 1 2.2.5 2.1-.1 2-.6 3.7-2.6 1.7-1.8 2.1-3.1 6.2-11 16.4-24.5 4.8-9.2 1.2-3.7 15.1 26.4 16.4 26.3 4 5.3 7.3 7.4 6.5 5 3.7 2.4 4 2.1 4.2 1.7 4.6 1.4 4.6.9 5 .3 5.2-.4 3.9-.6 4-1.2 4.2-1.6 10-5.1 7.5-4.8 2.6-2.4 2.2-2.5 2.1-3 4-7.4.1-1.3-.5-2.5-2.3-6.3-3.4-6.9-3.2-5.8-2-3-3.1-2.7-4.2-2.9-5.8-3.1-7.4-3.4z",fill:"url(#not-found-icon_svg__F)"}),t("path",{d:"m672 727.3 1.9-2.4 2.2-2.1 2.5-1.7 2.8-1.4 2.9-.9 3.2-.5 3.1-.2 6.2 1 2.8 1.1 2.6 1.4 2.2 1.9 3 3.3 2.7 3.8 4.8 8.1 5.2 8.7 5 9.3 2.2 4.8 8.9 22.7 3.9 8.7 8.4 17 9.1 17.2 1.9 4.3 1.4 4.3.9 6v3.1l-.6 2.9-.9 2.2-1.3 1.5-1.7 1.1-2 .7-2.3.1-5.1-.8-2.9-1.1-2.4-1.4-4.2-3.8-16.8-18.4-7.4-8.9-7.1-9.2-6.5-9.2-5.9-9.4-4.1-7.2-3.7-7.5-3.4-7.7-3-7.9-2.6-8.1-2.3-8.5-1.9-9-1.5-9.5",fill:"url(#not-found-icon_svg__G)"}),t("path",{d:"m647.4 724.3 4.7-4.1 4.5-3.2 4.5-2.5 4.5-1.8 4.4-1.2 4.4-.5 4.5.1 4.6.6 4.7 1.4 4.9 2 5.1 2.8 2.3 1.8 2.2 2.3 2.1 2.9 2 3.7 2.1 5 1.9 5.9 1.6 6.9 1.1 7.1 1.3 15.8-.1 16.9-.6 8.8-2.3 17.5-1.7 8.7-2.1 8.6-2.4 8.1-2.8 7.8-3.2 7.5-3.6 6.9-3.9 6.1-3.3 4.4-3.4 3.8-3.7 3.3-3.7 2.8-5.5 3.3-5.3 2.6-5 1.9-4.8 1.2-5.1.9-4.8.3-4.6-.1-4.4-.5-4.4-1-8-2.9-3.8-1.9-4.7-3.1-4.3-3.3-3.8-3.7-3.4-4-2.8-4.1-2.3-4-1.8-4.4-1.1-4-.5-3.8-.1-9.8.5-9.7 1-9.5 1.6-9.3 2.1-9.2 2.6-9 3.2-9 3.7-8.8 4.3-8.7 4.9-8.6 5.6-8.6 6.1-8.5 6.8-8.5z",fill:"url(#not-found-icon_svg__H)"}),t("path",{d:"m639 759.8 2.6-6.3 2.5-4.9 2.5-3.6 2.4-2.7 2.4-1.9 2.4-1.3 2.4-.6 2.5-.1 2.6.5 2.9 1.2 3.1 1.9 3.5 2.8 3.9 4 4.4 5.3 1.4 4.6 1.5 7.1 1.3 10.5 1.2 14.7 1 19.8.5 26.2v33.8l-.8 42.6-2.2 4.9-2.1 3.6-2 2.4-2 1.4-1.8.9-1.9.2-2-.4-2.2-1-2.4-1.8-2.8-2.9-3.1-4.3-5.2-16-4.5-15.6-3.9-15.2-3.1-14.8-2.5-14.5-1.9-14.1-1.3-13.9-.7-13.5-.1-13.3.5-13z",fill:"url(#not-found-icon_svg__I)"})]})}));export{d as default};
3
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 +1,5 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsxs as e,Fragment as o,jsx as r}from"@emotion/react/jsx-runtime";import{css as t}from"@emotion/react";import{themeVariables as a}from"@vef-framework/shared";import n from"clsx";import i from"../vef-scroll-area/index.js";import l from"../vef-title/index.js";const d=t`
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsxs as e,Fragment as o,jsx as t}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as a}from"@vef-framework/shared";import i from"clsx";import{AnimatePresence as n,motion as l}from"motion/react";import d from"../vef-scroll-area/index.js";import c from"../vef-title/index.js";const f=r`
3
3
  height: 100%;
4
4
  display: flex;
5
5
  flex-direction: column;
@@ -55,5 +55,5 @@ import{jsxs as e,Fragment as o,jsx as r}from"@emotion/react/jsx-runtime";import{
55
55
  backdrop-filter: blur(8px);
56
56
  height: calc(${a.controlHeight} * 2);
57
57
  }
58
- `,c=({title:t,actions:a,header:c,footer:f,scrollable:p=!1,children:g})=>{const s=c||e(o,{children:[r(l,{noPaddingBottom:!0,showLeftBar:!0,level:5,children:t}),r("div",{children:a})]});return e("div",{css:d,children:[r("div",{className:n("vef-page-header",{"vef-page-header-default":!toolbar}),children:s}),p?e(i,{className:"vef-page-body",children:[r("div",{className:n("vef-page-content",{"vef-page-content-footer-padding":!!f}),children:g}),f&&r("div",{className:"vef-page-footer",children:f})]}):r("div",{className:"vef-page-body vef-page-content",children:g})]})};export{c as default};
58
+ `,p=({title:r,actions:a,header:p,footer:g,scrollable:s=!1,children:m})=>{const h=p||e(o,{children:[t(c,{noPaddingBottom:!0,showLeftBar:!0,level:5,children:r}),t("div",{children:a})]});return e("div",{css:f,children:[t("div",{className:i("vef-page-header",{"vef-page-header-default":!toolbar}),children:h}),s?e(d,{className:"vef-page-body",scrollDirection:"both",children:[t("div",{className:i("vef-page-content",{"vef-page-content-footer-padding":!!g}),children:m}),t(n,{children:g&&t(l.div,{className:"vef-page-footer",animate:{opacity:1,y:0},exit:{opacity:0,y:60},initial:{opacity:0,y:60},transition:{duration:.2,ease:"easeInOut"},children:g})})]}):t("div",{className:"vef-page-body vef-page-content",children:m})]})};export{p as default};
59
59
  /*! 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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsxs as e,Fragment as t,jsx as a}from"@emotion/react/jsx-runtime";import{Pagination as o}from"antd";import{memo as i}from"react";import r from"../vef-text/index.js";import{defaultPageSizeOptions as n}from"./props.js";function m(o){return e(t,{children:["共"," ",a(r,{bold:!0,children:o})," ","条"]})}const l={listHeight:300},p=i((({defaultPageNumber:e,defaultPageSize:t,pageNumber:i,pageSize:r,total:p,size:u,pageSizeOptions:s=n,allowChangePageSize:g=!0,showTotal:d=!0,compact:f,allowQuickJump:c,onChange:h,...z})=>a(o,{current:i,defaultCurrent:e,defaultPageSize:t,pageSize:r,pageSizeOptions:s,showQuickJumper:c,showSizeChanger:g?l:g,showTotal:d?m:void 0,simple:f,size:"medium"===u?"default":u,total:p,onChange:h,...z})));p.displayName="VefPagination";export{p as default};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  const o=[5,10,15,20,30,40,50,100];export{o as defaultPageSizeOptions};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import{useColorTokens as o}from"@vef-framework/hooks";import{isFunction as r}from"@vef-framework/shared";import{Typography as t}from"antd";import{useMemo as a}from"react";const{Paragraph:n}=t,p=({variant:t,color:p,bold:d,ellipsis:i,ellipsisRows:s=2,expandable:l,defaultExpanded:f,expanded:m,copyable:c,copiedText:x,onCopy:u,onExpand:y,...b})=>{const h=a((()=>{if(i)return{rows:s,expandable:l?"collapsible":void 0,defaultExpanded:f,expanded:m,onExpand:r(y)?(e,{expanded:o})=>{y(o)}:void 0}}),[l,f,i,s,m,y]),v=o(),g=a((()=>{const e={};return"strikethrough"===t?e.delete=!0:t&&(e[t]=!0),"secondary"===p?e.type="secondary":p&&(e.css={color:v.get(p)}),d&&(e.strong=!0),e}),[d,p,v,t]),k=a((()=>{if(c)return{format:"text/plain",text:x,onCopy:u}}),[c,x,u]);return e(n,{copyable:k,ellipsis:h,...g,...b})};export{p as default};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as t}from"react";function u(u){const c=r(null);return t(u,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus({preventScroll:!0})}))),c}export{u as usePasswordInstance};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as e}from"@vef-framework/shared";import{Input as r}from"antd";import{forwardRef as t,useMemo as a}from"react";import"../internal/index.js";import{usePasswordInstance as n}from"./hooks/use-password-instance.js";import{convertBasicSizeToUiSize as s}from"../internal/utils.js";const{Password:u}=r;function l(o){return""===o?null:o}const i=t((({defaultValue:r,value:t,size:i,clearable:m,showCount:f,onChange:d,onEnterKeyPress:v,onBlur:c,onFocus:p,...g},h)=>{const w=a((()=>({onChange:e(d)?o=>d(l(o.target.value)):void 0,onPressEnter:e(v)?o=>v(l(o.target.value)):void 0,onBlur:e(c)?o=>c(l(o.target.value)):void 0,onFocus:e(p)?o=>p(l(o.target.value)):void 0})),[d,v,c,p]),C=n(h);return o(u,{ref:C,allowClear:m,defaultValue:r,showCount:f,size:s(i),value:t,...g,...w})}));export{i as default};
3
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 +1,4 @@
1
- import { type MaybeUndefined } from "@vef-framework/shared";
2
1
  import type { VefPopconfirmProps } from "./props";
3
- declare const VefPopconfirm: import("react").ForwardRefExoticComponent<VefPopconfirmProps & import("react").RefAttributes<MaybeUndefined<HTMLElement>>>;
2
+ declare const VefPopconfirm: import("react").ForwardRefExoticComponent<VefPopconfirmProps & import("react").RefAttributes<HTMLElement>>;
4
3
  export type { VefPopconfirmProps as VefPopConfirmProps };
5
4
  export default VefPopconfirm;
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{CheckOutlined as t}from"@ant-design/icons";import{infoIcon as n,defaultMessageTitle as e}from"@vef-framework/shared";import{Popconfirm as r}from"antd";import{forwardRef as a,useRef as c,useImperativeHandle as i}from"react";const l={autoInsertSpace:!1,icon:o(t,{})},m={autoInsertSpace:!1,variant:"text",color:"default"};function p(o){o.stopPropagation()}const s=a((({title:t=e,content:a,allowCancel:s=!0,onOk:f,onCancel:u,...d},C)=>{const k=c(null);return i(C,(()=>k.current?.nativeElement)),o(r,{ref:k,cancelButtonProps:m,description:a,icon:n,okButtonProps:l,showCancel:s,title:t,onCancel:u,onConfirm:f,onPopupClick:p,...d})}));export{s as default};
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{infoIcon as o,defaultMessageTitle as n}from"@vef-framework/shared";import{Popconfirm as t}from"antd";import{CheckIcon as r}from"lucide-react";import{forwardRef as a,useRef as c,useImperativeHandle as i}from"react";import p from"../vef-icon/index.js";const l={autoInsertSpace:!1,icon:e(p,{children:e(r,{})})},m={autoInsertSpace:!1,variant:"text",color:"default"};function f(e){e.stopPropagation()}const u=a((({title:r=n,content:a,cancelable:p=!0,defaultOpened:u,opened:s,onOpenedChange:d,onOk:C,onCancel:h,...O},k)=>{const v=c(null);return i(k,(()=>v.current.nativeElement)),e(t,{ref:v,cancelButtonProps:m,defaultOpen:u,description:a,icon:o,okButtonProps:l,open:s,showCancel:p,title:r,onCancel:h,onConfirm:C,onOpenChange:d,onPopupClick:f,...O})}));export{u as default};
3
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 */
@@ -4,7 +4,7 @@ import type { ReactNode } from "react";
4
4
  /**
5
5
  * The props of the VefPopconfirm component.
6
6
  */
7
- export interface VefPopconfirmProps extends Pick<PopconfirmProps, "open" | "defaultOpen" | "disabled" | "okText" | "cancelText" | "children"> {
7
+ export interface VefPopconfirmProps extends Pick<PopconfirmProps, "disabled" | "okText" | "cancelText" | "children"> {
8
8
  /**
9
9
  * The title of the popconfirm.
10
10
  */
@@ -17,7 +17,15 @@ export interface VefPopconfirmProps extends Pick<PopconfirmProps, "open" | "defa
17
17
  * Whether to allow cancel.
18
18
  * @default true
19
19
  */
20
- allowCancel?: boolean;
20
+ cancelable?: boolean;
21
+ /**
22
+ * The default opened state of the popconfirm.
23
+ */
24
+ defaultOpened?: boolean;
25
+ /**
26
+ * Whether the popconfirm is opened.
27
+ */
28
+ opened?: boolean;
21
29
  /**
22
30
  * The handler when the user clicks the OK button.
23
31
  */
@@ -27,7 +35,7 @@ export interface VefPopconfirmProps extends Pick<PopconfirmProps, "open" | "defa
27
35
  */
28
36
  onCancel?: Handler;
29
37
  /**
30
- * The handler when the popconfirm is opened or closed.
38
+ * The callback function when the popconfirm is opened or closed.
31
39
  */
32
- onOpenChange?: Consumer<boolean>;
40
+ onOpenedChange?: Consumer<boolean>;
33
41
  }
@@ -1,5 +1,4 @@
1
- import type { MaybeUndefined } from "@vef-framework/shared";
2
1
  import type { VefPopoverProps } from "./props";
3
- declare const VefPopover: import("react").ForwardRefExoticComponent<VefPopoverProps & import("react").RefAttributes<MaybeUndefined<HTMLElement>>>;
2
+ declare const VefPopover: import("react").ForwardRefExoticComponent<VefPopoverProps & import("react").RefAttributes<HTMLElement>>;
4
3
  export type { VefPopoverProps };
5
4
  export default VefPopover;
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsx as t}from"@emotion/react/jsx-runtime";import{Popover as r}from"antd";import{forwardRef as e,useRef as o,useImperativeHandle as n}from"react";const i=e((({title:e,content:i,trigger:c="click",arrow:m=!1,...a},l)=>{const f=o(null);return n(l,(()=>f.current?.nativeElement)),t(r,{ref:f,arrow:m,content:i,title:e,trigger:c,...a})}));export{i as default};
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as t}from"@emotion/react/jsx-runtime";import{Popover as r}from"antd";import{forwardRef as e,useRef as o,useImperativeHandle as n}from"react";const i=e((({title:e,content:i,trigger:c="click",arrow:m=!1,...a},l)=>{const f=o(null);return n(l,(()=>f.current.nativeElement)),t(r,{ref:f,arrow:m,content:i,title:e,trigger:c,...a})}));export{i as default};
3
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 +1,4 @@
1
+ import type { Consumer } from "@vef-framework/shared";
1
2
  import type { PopoverProps } from "antd";
2
3
  import type { ReactNode } from "react";
3
4
  /**
@@ -7,7 +8,7 @@ export type PopoverTrigger = "hover" | "click" | "focus";
7
8
  /**
8
9
  * The props of the VefPopover component.
9
10
  */
10
- export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "open" | "defaultOpen" | "onOpenChange" | "children"> {
11
+ export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "children"> {
11
12
  /**
12
13
  * The title of the popover.
13
14
  */
@@ -26,4 +27,16 @@ export interface VefPopoverProps extends Pick<PopoverProps, "placement" | "open"
26
27
  * @default false
27
28
  */
28
29
  arrow?: boolean;
30
+ /**
31
+ * The default opened state of the popover.
32
+ */
33
+ defaultOpened?: boolean;
34
+ /**
35
+ * Whether the popover is opened.
36
+ */
37
+ opened?: boolean;
38
+ /**
39
+ * The callback function when the popover is opened.
40
+ */
41
+ onOpenedChange?: Consumer<boolean>;
29
42
  }
@@ -1,4 +1,4 @@
1
- import type { DataOption, EmptyObject, Except, NormalizedDataOption, ObjectType, PureDataOption } from "@vef-framework/shared";
1
+ import { type DataOption, type EmptyObject, type Except, type NormalizedDataOption, type ObjectType, type PureDataOption } from "@vef-framework/shared";
2
2
  import type { VefRadioProps } from "../props";
3
3
  /**
4
4
  * The hook to use data options.
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useComputedOptions as e}from"@vef-framework/hooks";import{isFunction as o,isNullish as r}from"@vef-framework/shared";import{useMemo as a,useLayoutEffect as i}from"react";function t({value:t,onChange:n,...p}){const{normalizedOptions:s,defaultOption:f,isLoading:l}=e({...p,isGrouped:!1,filterable:!1,selectedOptionValues:t?[t]:[]}),m=a((()=>s.reduce(((e,o)=>(e.set(o.value,o),e)),new Map)),[s]);return i((()=>{f&&o(n)&&r(t)&&n(f.value,f)}),[f,n,t]),{optionsMap:m,normalizedOptions:s,isLoading:l}}export{t as useDataOptions};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useRadioInstance};
3
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,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{themeVariables as t,isFunction as i}from"@vef-framework/shared";import{Radio as r}from"antd";import{useMemo as n,memo as a,forwardRef as l}from"react";import"../internal/index.js";import d from"../vef-loading-placeholder/index.js";import s from"../vef-tooltip/index.js";import{useDataOptions as m}from"./hooks/use-data-options.js";import{useRadioInstance as u}from"./hooks/use-radio-instance.js";import{convertBasicSizeToUiSize as p}from"../internal/utils.js";const{Group:c}=r,f=e("div",{css:o`
3
3
  height: ${t.controlHeight}
4
4
  `,children:e(d,{})});const h=a(l((function({defaultValue:o,value:t,disabled:a,block:l,variant:d,buttonVariant:h,buttonSize:v,onChange:b,...g},j){const{optionsMap:k,normalizedOptions:x,isLoading:V}=m({value:t,onChange:b,...g}),y=u(j,x),z=n((()=>{if(i(b))return({target:{value:e}})=>{b(e,k.get(e))}}),[b,k]);if(V)return f;const C=x.map((o=>{const{value:t,label:i,disabled:n,description:a}=o;return a?e(s,{content:a,children:e(r,{disabled:n,value:t,children:i})},t):e(r,{disabled:n,value:t,children:i},t)}));return e(c,{ref:y,block:l,buttonStyle:h,defaultValue:o,disabled:a,optionType:d,size:p(v),onChange:z,...void 0===t?{}:{value:t},children:C})})));h.displayName="VefRadio";export{h as default};
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useRateInstance};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as r}from"@emotion/react/jsx-runtime";import{isFunction as t}from"@vef-framework/shared";import{Rate as o}from"antd";import{forwardRef as e,useMemo as a}from"react";import{useRateInstance as m}from"./hooks/use-rate-instance.js";const c=e((({character:e,...c},f)=>{const i=a((()=>t(e)?({index:r})=>e(r):e),[e]),n=m(f);return r(o,{ref:n,character:i,...c})}));export{c as default};
3
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,4 +1,4 @@
1
1
  import type { VefResponsiveContainerProps } from "./props";
2
- declare const VefResponsiveContainer: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<VefResponsiveContainerProps & import("react").RefAttributes<HTMLDivElement>>>;
2
+ declare const VefResponsiveContainer: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<VefResponsiveContainerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
3
3
  export type { VefResponsiveContainerProps };
4
4
  export default VefResponsiveContainer;
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{useGapSizeNormalizer as o}from"@vef-framework/hooks";import{isArray as t}from"@vef-framework/shared";import{motion as n}from"motion/react";import{forwardRef as i,Children as a,isValidElement as s,useMemo as m,memo as p}from"react";import f from"../vef-responsive-item/index.js";const v=r`
3
3
  display: grid;
4
4
  grid-template-columns: repeat(var(--vef-responsive-container-auto-mode), minmax(var(--vef-responsive-container-base-width), 1fr));
@@ -1,4 +1,4 @@
1
1
  import type { VefResponsiveItemProps } from "./props";
2
- declare const VefResponsiveItem: import("react").ForwardRefExoticComponent<VefResponsiveItemProps & import("react").RefAttributes<HTMLDivElement>>;
2
+ declare const VefResponsiveItem: import("react").ForwardRefExoticComponent<Omit<VefResponsiveItemProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
3
3
  export type { VefResponsiveItemProps };
4
4
  export default VefResponsiveItem;
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{motion as t}from"motion/react";import{forwardRef as o,useMemo as i}from"react";const n=r`
3
3
  grid-column: span var(--vef-responsive-item-span);
4
4
  `,s=o((({style:r,span:o=1,children:s,...m},a)=>{const p=i((()=>({...r,"--vef-responsive-item-span":2*o})),[o,r]);return e(t.div,{ref:a,css:n,style:p,...m,children:s})}));export{s as default};
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as o}from"@emotion/react/jsx-runtime";import{useColorTokens as r}from"@vef-framework/hooks";import{Badge as t}from"antd";import{useMemo as e}from"react";const{Ribbon:n}=t,i=({color:t,position:i="right",children:a})=>{const m=r(),c=e((()=>{if(!t)return{placement:"right"===i?"end":"start",text:a};if(m.has(t))return{color:t?m.get(t):void 0,placement:"right"===i?"end":"start",text:a};throw new Error(`Invalid color value "${t}" of VefRibbon component. Color must be a valid color token.`)}),[a,t,m,i]);return o(n,{...c})};export{i as default};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as t}from"@emotion/react/jsx-runtime";import{Row as o}from"antd";const r=r=>t(o,{...r});export{r as default};
3
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,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as r}from"@emotion/react/jsx-runtime";import{css as o}from"@emotion/react";import{ScrollAreaScrollbar as a,ScrollAreaThumb as e}from"@radix-ui/react-scroll-area";import{themeVariables as i}from"@vef-framework/shared";import{forwardRef as l}from"react";const t=o`
3
3
  --vef-scroll-area-scrollbar-padding: 2px;
4
4
 
@@ -1,10 +1,13 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{Root as t,Viewport as i,Corner as l}from"@radix-ui/react-scroll-area";import{forwardRef as a}from"react";import c from"./components/scrollbar.js";const s=e`
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsxs as r,jsx as o}from"@emotion/react/jsx-runtime";import{css as e}from"@emotion/react";import{Root as t,Viewport as l,Corner as i}from"@radix-ui/react-scroll-area";import{isNumber as a}from"@vef-framework/shared";import{forwardRef as s,useMemo as c}from"react";import h from"./components/scrollbar.js";const n=e`
3
3
  position: relative;
4
4
  overflow: hidden;
5
- `,n=e`
5
+ height: var(--vef-scroll-area-height, 100%);
6
+ width: var(--vef-scroll-area-width, auto);
7
+ `,m=e`
6
8
  height: 100%;
7
9
  width: 100%;
8
10
  border-radius: inherit;
9
- `;const m=a((({scrollbarSize:e="medium",autoHideScrollbar:a=!0,onScroll:m,children:d,...p},f)=>{const h={"--vef-scroll-area-scrollbar-size":"small"===(u=e)?"10px":"medium"===u?"12px":"14px"};var u;return r(t,{ref:f,css:s,type:a?"hover":"auto",...p,children:[o(i,{css:n,onScroll:m,children:d}),o(c,{orientation:"vertical",style:h}),o(c,{orientation:"horizontal",style:h}),o(l,{})]})}));m.displayName="VefScrollArea";export{m as default};
11
+ -webkit-overflow-scrolling: touch;
12
+ `,d=s((({style:e,height:s,width:d,scrollDirection:f="y",scrollbarSize:p="medium",autoHideScrollbar:v=!0,viewportClassName:w,viewportStyle:u,viewportRef:b,onScroll:x,children:y,...g},S)=>{const z=c((()=>({...e,"--vef-scroll-area-height":(a(s)?`${s}px`:s)??"100%","--vef-scroll-area-width":(a(d)?`${d}px`:d)??"auto"})),[s,e,d]),j=c((()=>({"--vef-scroll-area-scrollbar-size":"small"===p?"10px":"medium"===p?"12px":"14px"})),[p]),k=c((()=>({...u,overflowX:""+("x"===f||"both"===f?"scroll":"hidden"),overflowY:""+("y"===f||"both"===f?"scroll":"hidden")})),[f,u]);return r(t,{ref:S,css:n,style:z,type:v?"hover":"auto",...g,children:[o(l,{ref:b,className:w,css:m,style:k,onScroll:x,children:y}),("y"===f||"both"===f)&&o(h,{orientation:"vertical",style:j}),("x"===f||"both"===f)&&o(h,{orientation:"horizontal",style:j}),o(i,{})]})}));export{d as default};
10
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,10 +1,22 @@
1
1
  import type { Root, ScrollAreaViewportProps } from "@radix-ui/react-scroll-area";
2
- import type { BasicSize } from "@vef-framework/shared";
3
- import type { ComponentPropsWithoutRef } from "react";
2
+ import type { BasicSize, LengthValue } from "@vef-framework/shared";
3
+ import type { ComponentPropsWithoutRef, CSSProperties, Ref } from "react";
4
4
  /**
5
5
  * The props of the VefScrollArea component.
6
6
  */
7
7
  export interface VefScrollAreaProps extends Pick<ComponentPropsWithoutRef<typeof Root>, "className" | "style" | "children"> {
8
+ /**
9
+ * The height of the scroll area.
10
+ */
11
+ height?: LengthValue;
12
+ /**
13
+ * The width of the scroll area.
14
+ */
15
+ width?: LengthValue;
16
+ /**
17
+ * The enabled scroll direction of the scroll area.
18
+ */
19
+ scrollDirection?: "x" | "y" | "both";
8
20
  /**
9
21
  * The size of the scrollbar.
10
22
  *
@@ -17,6 +29,18 @@ export interface VefScrollAreaProps extends Pick<ComponentPropsWithoutRef<typeof
17
29
  * @default true
18
30
  */
19
31
  autoHideScrollbar?: boolean;
32
+ /**
33
+ * The class name of the viewport.
34
+ */
35
+ viewportClassName?: string;
36
+ /**
37
+ * The style of the viewport.
38
+ */
39
+ viewportStyle?: CSSProperties;
40
+ /**
41
+ * The ref of the viewport.
42
+ */
43
+ viewportRef?: Ref<HTMLDivElement>;
20
44
  /**
21
45
  * The callback function when the scroll area is scrolled.
22
46
  */
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsxs as e,jsx as i}from"@emotion/react/jsx-runtime";import{css as r}from"@emotion/react";import{themeVariables as o}from"@vef-framework/shared";import{memo as l}from"react";import t from"../../vef-text/index.js";const s=r`
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -1,9 +1,9 @@
1
- import type { DataOption, EmptyObject, Except, ObjectType, PureDataOption } from "@vef-framework/shared";
1
+ import { type DataOption, type EmptyObject, type Except, type ObjectType, type PureDataOption } from "@vef-framework/shared";
2
2
  import type { VefSelectProps } from "../props";
3
3
  /**
4
4
  * The hook to use data options.
5
5
  */
6
- export declare function useDataOptions<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>({ value, grouped, multiple, onChange, ...rest }: Except<VefSelectProps<T, P, R, KK, VK, FP>, "size" | "clearable" | "disabled" | "placeholder" | "variant" | "maxCount" | "onClear" | "onBlur" | "onFocus" | "onSelect" | "onDeselect" | "optionRender">): {
6
+ export declare function useDataOptions<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject>({ value, grouped, multiple, onChange, ...rest }: Except<VefSelectProps<T, P, R, KK, VK, FP>, "size" | "clearable" | "disabled" | "placeholder" | "variant" | "maxCount" | "onClear" | "onBlur" | "onFocus" | "onSelect" | "onDeselect" | "renderOption">): {
7
7
  onFilterKeywordChange: import("radashi").DebounceFunction<[keyword: string]> | undefined;
8
8
  normalizedOptions: ({
9
9
  [x: string]: any;
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useComputedOptions as o}from"@vef-framework/hooks";import{isArray as e,isFunction as a,isNullish as i}from"@vef-framework/shared";import{useLayoutEffect as n}from"react";function r({value:r,grouped:t=!1,multiple:l=!1,onChange:s,...p}){const{onFilterKeywordChange:d,normalizedOptions:f,defaultOption:m,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}=o({...p,isGrouped:t,selectedOptionValues:e(r)?r:r?[r]:[]});return n((()=>{m&&a(s)&&i(r)&&s(l?[m.value]:m.value,l?[m]:m)}),[m,l,s,r]),{onFilterKeywordChange:d,normalizedOptions:f,isLoading:u,fallbackOptions:c,isFallbackOptionsLoading:g}}export{r as useDataOptions};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useMemo as l}from"react";function e(e){return l((()=>e?{label:"label",value:"value",options:"children",groupLabel:"label"}:{label:"label",value:"value"}),[e])}export{e as useFieldNames};
3
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,11 +1,11 @@
1
1
  import type { DataOption, PureDataOption } from "@vef-framework/shared";
2
2
  import type { SelectProps } from "antd";
3
- type LabelRender = NonNullable<SelectProps["labelRender"]>;
3
+ type RenderLabel = NonNullable<SelectProps["labelRender"]>;
4
4
  /**
5
- * The hook to get the label render.
5
+ * The hook to get the label renderer.
6
6
  *
7
7
  * @param isFallbackOptionsLoading - The flag to indicate if the fallback options are loading.
8
8
  * @param fallbackOptions - The fallback options.
9
9
  */
10
- export declare function useLabelRender<T extends DataOption<T> = PureDataOption>(isFallbackOptionsLoading: boolean, fallbackOptions?: T[]): LabelRender;
10
+ export declare function useRenderLabel<T extends DataOption<T> = PureDataOption>(isFallbackOptionsLoading: boolean, fallbackOptions?: T[]): RenderLabel;
11
11
  export {};
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as i}from"@emotion/react/jsx-runtime";import{LoadingOutlined as r}from"@ant-design/icons";import{css as e}from"@emotion/react";import{useCallback as n}from"react";import t from"../../vef-spin/index.js";const o=e`
3
3
  display: inline-flex;
4
4
  align-items: center;
@@ -6,5 +6,5 @@ import{jsx as i}from"@emotion/react/jsx-runtime";import{LoadingOutlined as r}fro
6
6
  .vef-spin {
7
7
  color: inherit;
8
8
  }
9
- `;function m(e,m){return n((({label:n,value:s})=>{if(n)return n;if(e)return i("span",{css:o,children:i(t,{indicator:i(r,{}),size:"small"})});const l=m?.find((i=>i.value===s));return l?.label??s}),[e,m])}export{m as useLabelRender};
9
+ `;function m(e,m){return n((({label:n,value:s})=>{if(n)return n;if(e)return i("span",{css:o,children:i(t,{indicator:i(r,{}),size:"small"})});const l=m?.find((i=>i.value===s));return l?.label??s}),[e,m])}export{m as useRenderLabel};
10
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 */
@@ -0,0 +1,11 @@
1
+ import type { SelectProps } from "antd";
2
+ import { type DataOption, type MaybeArray, type NormalizedDataOption, type PureDataOption } from "@vef-framework/shared";
3
+ import type { VefSelectProps } from "../props";
4
+ type RenderOption<T extends DataOption<T>> = NonNullable<SelectProps<MaybeArray<string>, NormalizedDataOption<T>>["optionRender"]>;
5
+ /**
6
+ * The hook to get the option renderer.
7
+ *
8
+ * @param renderOption - The option renderer.
9
+ */
10
+ export declare function useRenderOption<T extends DataOption<T> = PureDataOption>(renderOption: VefSelectProps<T>["renderOption"]): RenderOption<T>;
11
+ export {};
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{useMemo as e}from"react";import t from"../components/option.js";function i(i){return e((()=>r(i)?({data:o},{index:r})=>i({...o,index:r}):({data:{label:r,description:e}})=>o(t,{description:e,label:r??"Missing Label"})),[i])}export{i as useOptionRender};
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as o}from"@emotion/react/jsx-runtime";import{isFunction as r}from"@vef-framework/shared";import{useMemo as e}from"react";import t from"../components/option.js";function i(i){return e((()=>r(i)?({data:o},{index:r})=>i({...o,index:r}):({data:{label:r,description:e}})=>o(t,{description:e,label:r??"Missing Label"})),[i])}export{i as useRenderOption};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as t}from"react";function n(n,o){const u=r(null);return t(n,(()=>({blur:()=>{u.current?.blur()},focus:()=>{u.current?.focus({preventScroll:!0})},getDataOptions:()=>o}))),u}export{n as useSelectInstance};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsx as e}from"@emotion/react/jsx-runtime";import{useOptionFilter as o}from"@vef-framework/hooks";import{styles as r}from"@vef-framework/shared";import{Select as t}from"antd";import{memo as i,forwardRef as n}from"react";import"../internal/index.js";import l from"../vef-loading-placeholder/index.js";import{useDataOptions as a}from"./hooks/use-data-options.js";import{useFieldNames as s}from"./hooks/use-field-names.js";import{useLabelRender as m}from"./hooks/use-label-render.js";import{useOptionRender as d}from"./hooks/use-option-render.js";import{useSelectInstance as p}from"./hooks/use-select-instance.js";import{convertBasicSizeToUiSize as f}from"../internal/utils.js";const u=e("div",{css:{height:140},children:e(l,{})});const c=i(n((function({defaultValue:i,value:n,size:l,clearable:c,disabled:h,placeholder:v,variant:g,onClear:C,onBlur:k,onFocus:b,onChange:j,onSelect:F,onDeselect:x,multiple:w=!1,grouped:O=!1,maxCount:R,optionRender:S,filterable:z=!0,filterFromRemote:V=!1,...y},B){const{onFilterKeywordChange:D,normalizedOptions:L,isLoading:N,fallbackOptions:A,isFallbackOptionsLoading:H}=a({value:n,grouped:O,multiple:w,onChange:j,filterable:z,filterFromRemote:V,...y}),K=d(S),T=o(z,V),W=s(O),q=m(H,A),E=p(B,L);return e(t,{ref:E,defaultActiveFirstOption:!0,allowClear:c,css:r.fullWidth,defaultValue:i,disabled:h,fieldNames:W,filterOption:T,labelRender:q,listHeight:280,loading:N,maxCount:w?R:void 0,maxTagCount:w?"responsive":void 0,mode:w?"multiple":void 0,notFoundContent:N?u:void 0,optionRender:K,options:L,placeholder:v,showSearch:z,size:f(l),value:n,variant:g,onBlur:k,onChange:j,onClear:C,onDeselect:x,onFocus:b,onSearch:D,onSelect:F})})));c.displayName="VefSelect";export{c as default};
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as e}from"@emotion/react/jsx-runtime";import{useOptionFilter as o}from"@vef-framework/hooks";import{styles as r}from"@vef-framework/shared";import{Select as t}from"antd";import{memo as i,forwardRef as n}from"react";import"../internal/index.js";import l from"../vef-loading-placeholder/index.js";import{useDataOptions as a}from"./hooks/use-data-options.js";import{useFieldNames as s}from"./hooks/use-field-names.js";import{useRenderLabel as m}from"./hooks/use-render-label.js";import{useRenderOption as d}from"./hooks/use-render-option.js";import{useSelectInstance as p}from"./hooks/use-select-instance.js";import{convertBasicSizeToUiSize as f}from"../internal/utils.js";const u=e("div",{css:{height:140},children:e(l,{})});const c=i(n((function({defaultValue:i,value:n,size:l,clearable:c,disabled:h,placeholder:v,variant:g,onClear:C,onBlur:k,onFocus:b,onChange:j,onSelect:F,onDeselect:x,multiple:O=!1,grouped:w=!1,maxCount:S,renderOption:R,filterable:z=!0,filterFromRemote:V=!1,...y},B){const{onFilterKeywordChange:D,normalizedOptions:L,isLoading:N,fallbackOptions:A,isFallbackOptionsLoading:H}=a({value:n,grouped:w,multiple:O,onChange:j,filterable:z,filterFromRemote:V,...y}),K=d(R),T=o(z,V),W=s(w),q=m(H,A),E=p(B,L);return e(t,{ref:E,defaultActiveFirstOption:!0,allowClear:c,css:r.fullWidth,defaultValue:i,disabled:h,fieldNames:W,filterOption:T,labelRender:q,listHeight:280,loading:N,maxCount:O?S:void 0,maxTagCount:O?"responsive":void 0,mode:O?"multiple":void 0,notFoundContent:N?u:void 0,optionRender:K,options:L,placeholder:v,showSearch:z,size:f(l),value:n,variant:g,onBlur:k,onChange:j,onClear:C,onDeselect:x,onFocus:b,onSearch:D,onSelect:F})})));c.displayName="VefSelect";export{c as default};
3
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 */
@@ -68,9 +68,9 @@ interface VefBaseSelectProps<T extends DataOption<T> = PureDataOption, P extends
68
68
  */
69
69
  grouped?: boolean;
70
70
  /**
71
- * The option render function.
71
+ * The render function of the option.
72
72
  */
73
- optionRender?: Mapper<NormalizedDataOption<T> & {
73
+ renderOption?: Mapper<NormalizedDataOption<T> & {
74
74
  index: number;
75
75
  }, ReactNode>;
76
76
  }
@@ -103,7 +103,8 @@ interface VefDefaultSingleSelectProps<T extends DataOption<T> = PureDataOption,
103
103
  * The clearable props of the single select.
104
104
  */
105
105
  interface VefClearableSingleSelectProps<T extends DataOption<T> = PureDataOption, P extends ObjectType = EmptyObject, R = T[], KK extends string = "keyword", VK extends string = "ids", FP extends ObjectType = EmptyObject> extends VefBaseSelectProps<T, P, R, KK, VK, FP> {
106
- /***
106
+ /**
107
+ *
107
108
  * The default value of the select.
108
109
  */
109
110
  defaultValue?: IdValue;
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{useRef as r,useImperativeHandle as u}from"react";function t(t){const c=r(null);return u(t,(()=>({blur:()=>c.current?.blur(),focus:()=>c.current?.focus()}))),c}export{t as useSliderInstance};
3
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 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as t}from"@emotion/react/jsx-runtime";import{Slider as r}from"antd";import{forwardRef as o,useMemo as e}from"react";import{useSliderInstance as n}from"./hooks/use-slider-instance.js";const m=o((({step:o,tipFormatter:m,onChange:a,...i},s)=>{const p=e((()=>{if(m)return{formatter:t=>m(t)}}),[m]),f=n(s);return t(r,{ref:f,step:"mark"===o?null:o,tooltip:p,onChange:a,...i})}));export{m as default};
3
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,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e,jsxs as n,Fragment as o}from"@emotion/react/jsx-runtime";import{HolderOutlined as t}from"@ant-design/icons";import{css as r}from"@emotion/react";const s=e(t,{}),a=r`
3
3
  cursor: move;
4
4
  user-select: none;
@@ -1,4 +1,4 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{jsx as e,jsxs as t}from"@emotion/react/jsx-runtime";import{HolderOutlined as i}from"@ant-design/icons";import{useSortable as r}from"@dnd-kit/sortable";import{CSS as n}from"@dnd-kit/utilities";import{css as s}from"@emotion/react";const o=e(i,{}),a=s`
3
3
  cursor: move;
4
4
  user-select: none;
@@ -1,4 +1,4 @@
1
- import type { Consumer, Mapper, ObjectType } from "@vef-framework/shared";
1
+ import { type Consumer, type Mapper, type ObjectType } from "@vef-framework/shared";
2
2
  /**
3
3
  * Merge the items and the onChange function.
4
4
  *
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
2
  import{isNullish as r}from"@vef-framework/shared";import{useState as e,useCallback as o}from"react";function t(t,f,m){if(r(t)&&r(f))throw new Error("At least one of `defaultItems` and `items` must be provided for VefSortableList component.");const[n,a]=e(t??[]);return[f??n,o((r=>{f?m?.(r(f)):a(r)}),[f,m])]}export{t as useMergedItems};
3
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 */