@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
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Components of VEF Framework
2
2
 
3
- VEF framework designed by Venus is built on top of React, and it provides a set of components that are essential for building a modern web application. These components are designed to be highly customizable and reusable, allowing developers to build complex and dynamic user interfaces with ease.
3
+ VEF framework made by Venus is built on top of React, and it provides a set of components that are essential for building a modern web application. These components are designed to be highly customizable and reusable, allowing developers to build complex and dynamic user interfaces with ease.
4
4
 
5
5
  ## Installation
6
6
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,10 @@
1
1
  export { default as VefAccessDenied, type VefAccessDeniedProps } from "./vef-access-denied";
2
2
  export { default as VefActionButtons, type VefActionButtonsProps } from "./vef-action-buttons";
3
+ export { default as VefApp, type VefAppProps } from "./vef-app";
4
+ export { createVefApp } from "./vef-app/helper";
5
+ export { default as VefAutoSizer, type VefAutoSizerProps } from "./vef-auto-sizer";
6
+ export { default as VefAvatar, type VefAvatarProps } from "./vef-avatar";
7
+ export { default as VefAvatarGroup, type VefAvatarGroupProps } from "./vef-avatar-group";
3
8
  export { default as VefBadge, type VefBadgeProps } from "./vef-badge";
4
9
  export { default as VefBool, type VefBoolInstance, type VefBoolProps } from "./vef-bool";
5
10
  export { default as VefButton, type VefButtonProps } from "./vef-button";
@@ -11,9 +16,11 @@ export { default as VefColorPicker, type VefColorPickerProps } from "./vef-color
11
16
  export { default as VefCompact, type VefCompactProps } from "./vef-compact";
12
17
  export { default as VefConfigProvider, type VefConfigProviderProps } from "./vef-config-provider";
13
18
  export { default as VefContainer, type VefContainerProps } from "./vef-container";
14
- export { default as VefCrudPage, type VefCrudPageProps } from "./vef-crud-page";
19
+ export { default as VefCrudPage, type BatchActionButtonContext as CrudBatchActionButtonContext, type CrudContext, type CrudItem, type CrudSchema, type VefCrudPageProps } from "./vef-crud-page";
15
20
  export { default as VefDrawer, VefDrawerActionButtonWrapper, type VefDrawerActionButtonWrapperProps, type VefDrawerProps } from "./vef-drawer";
16
21
  export { default as VefDropdown, type VefDropdownProps } from "./vef-dropdown";
22
+ export { default as VefDynamicIcon, type DynamicIconName, type VefDynamicIconProps } from "./vef-dynamic-icon";
23
+ export { dynamicIconNames } from "./vef-dynamic-icon/props";
17
24
  export { default as VefEmpty, type VefEmptyProps } from "./vef-empty";
18
25
  export { default as VefEmptyPlaceholder, type VefEmptyPlaceholderProps } from "./vef-empty-placeholder";
19
26
  export { default as VefError, type VefErrorProps } from "./vef-error";
@@ -23,13 +30,17 @@ export { default as VefFloatButton, type VefFloatButtonProps } from "./vef-float
23
30
  export { default as VefFloatButtonGroup, type VefFloatButtonGroupProps } from "./vef-float-button-group";
24
31
  export { default as VefForm, type FormActionButtonConfig, type FormColumn, type FormContext, type FormGroup, type FormItem, type FormLabelAlign, type FormLabelPosition, type FormLayoutMode, type FormRow, type FormScene, type FormSchema, type FormTabsUse, type FormValidationRule, type VefFormInstance, type VefFormProps } from "./vef-form";
25
32
  export * as validationRules from "./vef-form/validation-rules";
33
+ export { default as VefGenericSelect, type VefGenericSelectContentProps, type VefGenericSelectProps } from "./vef-generic-select";
26
34
  export { default as VefGrid, type VefGridProps } from "./vef-grid";
27
35
  export { default as VefGridItem, type VefGridItemProps } from "./vef-grid-item";
28
36
  export { default as VefIcon, type VefIconProps } from "./vef-icon";
37
+ export { default as VefIconSelect, type VefIconSelectProps } from "./vef-icon-select";
29
38
  export { default as VefInput, type VefInputInstance, type VefInputProps } from "./vef-input";
30
39
  export { default as VefInputNumber, type VefInputNumberInstance, type VefInputNumberProps } from "./vef-input-number";
40
+ export { default as VefLayout, type VefLayoutProps } from "./vef-layout";
31
41
  export { default as VefLoadingPlaceholder, type VefLoadingPlaceholderProps } from "./vef-loading-placeholder";
32
42
  export { default as VefLogin, type VefLoginProps } from "./vef-login";
43
+ export { default as VefMenu, type VefMenuProps } from "./vef-menu";
33
44
  export { default as VefModal, VefModalActionButtonWrapper, type VefModalActionButtonWrapperProps, type VefModalProps } from "./vef-modal";
34
45
  export * from "./vef-modal/context";
35
46
  export { default as VefNotFound, type VefNotFoundProps } from "./vef-not-found";
@@ -53,7 +64,7 @@ export { default as VefSpin, type VefSpinProps } from "./vef-spin";
53
64
  export { default as VefSplitter, type VefSplitterProps } from "./vef-splitter";
54
65
  export { default as VefSplitterPanel, type VefSplitterPanelProps } from "./vef-splitter-panel";
55
66
  export { default as VefStatus, type VefStatusProps } from "./vef-status";
56
- export { default as VefTable, type BatchActionButtonContext, type OperationButtonContext, type TableColumn, type TableColumnFixed, type TableContext, type TableRowContext, type TableSchema, type VefTableInstance, type VefTableProps } from "./vef-table";
67
+ export { default as VefTable, type BatchActionButtonContext as Crud, type OperationButtonContext, type TableColumn, type TableColumnFixed, type TableContext, type TableRowContext, type TableSchema, type VefTableInstance, type VefTableProps } from "./vef-table";
57
68
  export { default as VefTabs, type VefTabsProps } from "./vef-tabs";
58
69
  export { default as VefTag, type VefTagProps } from "./vef-tag";
59
70
  export { default as VefTemporalPicker, type DisabledTimeProviders, type DisabledTimeType, type TemporalPickerMode, type VefTemporalPickerInstance, type VefTemporalPickerProps } from "./vef-temporal-picker";
@@ -63,3 +74,5 @@ export { default as VefTextarea, type VefTextareaInstance, type VefTextareaProps
63
74
  export { default as VefTitle, type VefTitleProps } from "./vef-title";
64
75
  export { default as VefTooltip, type VefTooltipProps } from "./vef-tooltip";
65
76
  export { default as VefTreeSelect, type VefTreeSelectProps } from "./vef-tree-select";
77
+ export { default as VefVirtualGrid, type VefVirtualGridProps, type VirtualGridItem } from "./vef-virtual-grid";
78
+ export { default as VefVirtualList, type VefVirtualListProps, type VirtualListItem } from "./vef-virtual-list";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- export{default as VefAccessDenied}from"./vef-access-denied/index.js";export{default as VefActionButtons}from"./vef-action-buttons/index.js";export{default as VefBadge}from"./vef-badge/index.js";export{default as VefBool}from"./vef-bool/index.js";export{default as VefButton}from"./vef-button/index.js";export{default as VefCard}from"./vef-card/index.js";export{default as VefCardMeta}from"./vef-card-meta/index.js";export{default as VefCheckbox}from"./vef-checkbox/index.js";export{default as VefCol}from"./vef-col/index.js";export{default as VefColorPicker}from"./vef-color-picker/index.js";export{default as VefCompact}from"./vef-compact/index.js";export{default as VefConfigProvider}from"./vef-config-provider/index.js";export{default as VefContainer}from"./vef-container/index.js";export{default as VefCrudPage}from"./vef-crud-page/index.js";export{default as VefDrawer}from"./vef-drawer/index.js";export{default as VefDropdown}from"./vef-dropdown/index.js";export{default as VefEmpty}from"./vef-empty/index.js";export{default as VefEmptyPlaceholder}from"./vef-empty-placeholder/index.js";export{default as VefError}from"./vef-error/index.js";export{default as VefFilter}from"./vef-filter/index.js";export{default as VefFlex}from"./vef-flex/index.js";export{default as VefFloatButton}from"./vef-float-button/index.js";export{default as VefFloatButtonGroup}from"./vef-float-button-group/index.js";export{default as VefForm}from"./vef-form/index.js";import*as e from"./vef-form/validation-rules.js";export{e as validationRules};export{default as VefGrid}from"./vef-grid/index.js";export{default as VefGridItem}from"./vef-grid-item/index.js";export{default as VefIcon}from"./vef-icon/index.js";export{default as VefInput}from"./vef-input/index.js";export{default as VefInputNumber}from"./vef-input-number/index.js";export{default as VefLoadingPlaceholder}from"./vef-loading-placeholder/index.js";export{default as VefLogin}from"./vef-login/index.js";export{default as VefModal}from"./vef-modal/index.js";export{ModalContextProvider,useModalContext,useModalContextSelector}from"./vef-modal/context.js";export{default as VefNotFound}from"./vef-not-found/index.js";export{default as VefPage}from"./vef-page/index.js";export{default as VefPagination}from"./vef-pagination/index.js";export{default as VefParagraph}from"./vef-paragraph/index.js";export{default as VefPassword}from"./vef-password/index.js";export{default as VefPopconfirm}from"./vef-popconfirm/index.js";export{default as VefRadio}from"./vef-radio/index.js";export{default as VefRate}from"./vef-rate/index.js";export{default as VefResponsiveContainer}from"./vef-responsive-container/index.js";export{default as VefResponsiveItem}from"./vef-responsive-item/index.js";export{default as VefRibbon}from"./vef-ribbon/index.js";export{default as VefRow}from"./vef-row/index.js";export{default as VefScrollArea}from"./vef-scroll-area/index.js";export{default as VefSelect}from"./vef-select/index.js";export{default as VefSlider}from"./vef-slider/index.js";export{default as VefSortableList}from"./vef-sortable-list/index.js";export{default as VefSpace}from"./vef-space/index.js";export{default as VefSpin}from"./vef-spin/index.js";export{default as VefSplitter}from"./vef-splitter/index.js";export{default as VefSplitterPanel}from"./vef-splitter-panel/index.js";export{default as VefStatus}from"./vef-status/index.js";export{default as VefTable}from"./vef-table/index.js";export{VefTabs}from"./vef-tabs/index.js";export{default as VefTag}from"./vef-tag/index.js";export{default as VefTemporalPicker}from"./vef-temporal-picker/index.js";export{default as VefTemporalRangePicker}from"./vef-temporal-range-picker/index.js";export{default as VefText}from"./vef-text/index.js";export{default as VefTextarea}from"./vef-textarea/index.js";export{default as VefTitle}from"./vef-title/index.js";export{default as VefTooltip}from"./vef-tooltip/index.js";export{default as VefTreeSelect}from"./vef-tree-select/index.js";export{default as VefDrawerActionButtonWrapper}from"./vef-drawer/components/action-button-wrapper.js";export{default as VefModalActionButtonWrapper}from"./vef-modal/components/action-button-wrapper.js";
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ export{default as VefAccessDenied}from"./vef-access-denied/index.js";export{default as VefActionButtons}from"./vef-action-buttons/index.js";export{default as VefApp}from"./vef-app/index.js";export{createVefApp}from"./vef-app/helper.js";export{default as VefAutoSizer}from"./vef-auto-sizer/index.js";export{default as VefAvatar}from"./vef-avatar/index.js";export{default as VefAvatarGroup}from"./vef-avatar-group/index.js";export{default as VefBadge}from"./vef-badge/index.js";export{default as VefBool}from"./vef-bool/index.js";export{default as VefButton}from"./vef-button/index.js";export{default as VefCard}from"./vef-card/index.js";export{default as VefCardMeta}from"./vef-card-meta/index.js";export{default as VefCheckbox}from"./vef-checkbox/index.js";export{default as VefCol}from"./vef-col/index.js";export{default as VefColorPicker}from"./vef-color-picker/index.js";export{default as VefCompact}from"./vef-compact/index.js";export{default as VefConfigProvider}from"./vef-config-provider/index.js";export{default as VefContainer}from"./vef-container/index.js";export{default as VefCrudPage}from"./vef-crud-page/index.js";export{default as VefDrawer}from"./vef-drawer/index.js";export{default as VefDropdown}from"./vef-dropdown/index.js";export{default as VefDynamicIcon}from"./vef-dynamic-icon/index.js";export{dynamicIconNames}from"./vef-dynamic-icon/props.js";export{default as VefEmpty}from"./vef-empty/index.js";export{default as VefEmptyPlaceholder}from"./vef-empty-placeholder/index.js";export{default as VefError}from"./vef-error/index.js";export{default as VefFilter}from"./vef-filter/index.js";export{default as VefFlex}from"./vef-flex/index.js";export{default as VefFloatButton}from"./vef-float-button/index.js";export{default as VefFloatButtonGroup}from"./vef-float-button-group/index.js";export{default as VefForm}from"./vef-form/index.js";import*as e from"./vef-form/validation-rules.js";export{e as validationRules};export{default as VefGenericSelect}from"./vef-generic-select/index.js";export{default as VefGrid}from"./vef-grid/index.js";export{default as VefGridItem}from"./vef-grid-item/index.js";export{default as VefIcon}from"./vef-icon/index.js";export{default as VefIconSelect}from"./vef-icon-select/index.js";export{default as VefInput}from"./vef-input/index.js";export{default as VefInputNumber}from"./vef-input-number/index.js";export{default as VefLayout}from"./vef-layout/index.js";export{default as VefLoadingPlaceholder}from"./vef-loading-placeholder/index.js";export{default as VefLogin}from"./vef-login/index.js";export{default as VefMenu}from"./vef-menu/index.js";export{default as VefModal}from"./vef-modal/index.js";export{ModalContextProvider,useModalContext,useModalContextSelector}from"./vef-modal/context.js";export{default as VefNotFound}from"./vef-not-found/index.js";export{default as VefPage}from"./vef-page/index.js";export{default as VefPagination}from"./vef-pagination/index.js";export{default as VefParagraph}from"./vef-paragraph/index.js";export{default as VefPassword}from"./vef-password/index.js";export{default as VefPopconfirm}from"./vef-popconfirm/index.js";export{default as VefRadio}from"./vef-radio/index.js";export{default as VefRate}from"./vef-rate/index.js";export{default as VefResponsiveContainer}from"./vef-responsive-container/index.js";export{default as VefResponsiveItem}from"./vef-responsive-item/index.js";export{default as VefRibbon}from"./vef-ribbon/index.js";export{default as VefRow}from"./vef-row/index.js";export{default as VefScrollArea}from"./vef-scroll-area/index.js";export{default as VefSelect}from"./vef-select/index.js";export{default as VefSlider}from"./vef-slider/index.js";export{default as VefSortableList}from"./vef-sortable-list/index.js";export{default as VefSpace}from"./vef-space/index.js";export{default as VefSpin}from"./vef-spin/index.js";export{default as VefSplitter}from"./vef-splitter/index.js";export{default as VefSplitterPanel}from"./vef-splitter-panel/index.js";export{default as VefStatus}from"./vef-status/index.js";export{default as VefTable}from"./vef-table/index.js";export{VefTabs}from"./vef-tabs/index.js";export{default as VefTag}from"./vef-tag/index.js";export{default as VefTemporalPicker}from"./vef-temporal-picker/index.js";export{default as VefTemporalRangePicker}from"./vef-temporal-range-picker/index.js";export{default as VefText}from"./vef-text/index.js";export{default as VefTextarea}from"./vef-textarea/index.js";export{default as VefTitle}from"./vef-title/index.js";export{default as VefTooltip}from"./vef-tooltip/index.js";export{default as VefTreeSelect}from"./vef-tree-select/index.js";export{default as VefVirtualGrid}from"./vef-virtual-grid/index.js";export{default as VefVirtualList}from"./vef-virtual-list/index.js";export{default as VefDrawerActionButtonWrapper}from"./vef-drawer/components/action-button-wrapper.js";export{default as VefModalActionButtonWrapper}from"./vef-modal/components/action-button-wrapper.js";
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
  export{convertBasicSizeToUiSize}from"./utils.js";
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
  function e(e){return"medium"===e?"middle":e}export{e as convertBasicSizeToUiSize};
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
- import type { SVGProps } from "react";
1
+ import { type SVGProps } from "react";
2
2
  declare function SvgAccessDeniedIcon(props: SVGProps<SVGSVGElement>): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const Memo: import("react").MemoExoticComponent<typeof SvgAccessDeniedIcon>;
4
4
  export default Memo;
@@ -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 e}from"@emotion/react/jsx-runtime";import{memo as d}from"react";const s=d((function(d){return o("svg",{viewBox:"0 0 1024 1024",xmlns:"http://www.w3.org/2000/svg",...d,children:[o("defs",{children:[o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__a",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__b",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.472,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__c",spreadMethod:"pad",x1:0,x2:1,y1:-.031,y2:-.031,children:[e("stop",{offset:0,stopColor:"#fff5de"}),e("stop",{offset:1,stopColor:"#fbd2ac"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__d",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__e",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__f",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__g",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.476,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__h",spreadMethod:"pad",x1:.111,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__i",spreadMethod:"pad",x1:.119,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__j",spreadMethod:"pad",x1:1.541,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__k",spreadMethod:"pad",x1:1,x2:0,y1:-.118,y2:-.118,children:[e("stop",{offset:0,stopColor:"#f5dda7"}),e("stop",{offset:1,stopColor:"#fa9a41"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__l",spreadMethod:"pad",x1:.224,x2:.5,y1:-.089,y2:.774,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__m",spreadMethod:"pad",x1:.454,x2:.5,y1:-.115,y2:.786,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__n",spreadMethod:"pad",x1:.477,x2:.5,y1:-.115,y2:.786,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__o",spreadMethod:"pad",x1:.439,x2:.5,y1:-.115,y2:.786,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__p",spreadMethod:"pad",x1:0,x2:1.132,y1:.776,y2:.776,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__q",spreadMethod:"pad",x1:.14,x2:.875,y1:.075,y2:1.075,children:[e("stop",{offset:0,stopColor:"#ffb859"}),e("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__r",spreadMethod:"pad",x1:.021,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__s",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[e("stop",{offset:0,stopColor:"#f97b61"}),e("stop",{offset:1,stopColor:"#ffb859"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__t",spreadMethod:"pad",x1:1,x2:.006,y1:-.03,y2:-.03,children:[e("stop",{offset:0,stopColor:"#f97b61"}),e("stop",{offset:1,stopColor:"#ffb859"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__u",spreadMethod:"pad",x1:0,x2:.994,y1:-.03,y2:-.03,children:[e("stop",{offset:0,stopColor:"#ffb859"}),e("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__v",spreadMethod:"pad",x1:0,x2:.994,y1:-.03,y2:-.03,children:[e("stop",{offset:0,stopColor:"#ffb859"}),e("stop",{offset:1,stopColor:"#f97b61"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__w",spreadMethod:"pad",x1:.863,x2:0,y1:-.028,y2:-.028,children:[e("stop",{offset:0,stopColor:"#1d181c"}),e("stop",{offset:.3,stopColor:"#2c2422"}),e("stop",{offset:.5,stopColor:"#42352c"}),e("stop",{offset:.7,stopColor:"#57352c"}),e("stop",{offset:1,stopColor:"#923629"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__x",spreadMethod:"pad",x1:.099,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__y",spreadMethod:"pad",x1:.101,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__z",spreadMethod:"pad",x1:-.136,x2:.5,y1:.5,y2:.434,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__A",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[e("stop",{offset:.032,stopColor:"#afdef9"}),e("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__B",spreadMethod:"pad",x1:.059,x2:.6,y1:.609,y2:.371,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__C",spreadMethod:"pad",x1:.445,x2:.583,y1:-.065,y2:0,children:[e("stop",{offset:.032,stopColor:"#afdef9"}),e("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__D",spreadMethod:"pad",x1:.284,x2:.5,y1:.87,y2:.305,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__E",spreadMethod:"pad",x1:.431,x2:.603,y1:-.065,y2:0,children:[e("stop",{offset:.032,stopColor:"#afdef9"}),e("stop",{offset:1,stopColor:"#7cc9f9"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__F",spreadMethod:"pad",x1:.802,x2:.402,y1:.781,y2:.012,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__G",spreadMethod:"pad",x1:.17,x2:.731,y1:.776,y2:.273,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__H",spreadMethod:"pad",x1:0,x2:.85,y1:.669,y2:.361,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__I",spreadMethod:"pad",x1:0,x2:.85,y1:.644,y2:.382,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]}),o("linearGradient",{gradientUnits:"objectBoundingBox",id:"access-denied-icon_svg__J",spreadMethod:"pad",x1:0,x2:.85,y1:.639,y2:.385,children:[e("stop",{offset:0,stopColor:"#98d6fa"}),e("stop",{offset:1,stopColor:"#47b0f1"})]})]}),e("path",{d:"M0 0h1024v1024H0Z",fill:"none"}),e("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}),e("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(#access-denied-icon_svg__a)",fillOpacity:.1}),e("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(#access-denied-icon_svg__b)",fillOpacity:.1}),e("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(#access-denied-icon_svg__c)"}),e("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(#access-denied-icon_svg__d)"}),e("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(#access-denied-icon_svg__e)"}),e("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(#access-denied-icon_svg__f)"}),e("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(#access-denied-icon_svg__g)"}),e("path",{d:"M344.6 778.1v-81.9h27.3v-42.3h-27.3v-203h-44.8v203h-62.6l-3.7-.2-3.2-.7-2.8-1.2-2.5-1.5-2.3-2.2-1.7-2.3-1.2-2.4-.8-2.5-.2-2.6 1.1-10.1 27-177.3h-44.4l-30 192.5-.6 8.6.2 5.8.7 5.2 1.2 4.5 1.5 4 1.9 3.5 3.3 4.6 3.5 4 3.6 3.4 3.7 2.8 4 2.3 4.2 1.8 4.3 1.2 4.7.8 5 .3h86.1v81.9z",fill:"url(#access-denied-icon_svg__h)"}),e("path",{d:"M667.9 711.5h42.9l1.4 3.8 1.7 3.1 2 2.5 2.3 2.1 2.5 1.6 2.9 1.1 3.2.8 3.7.2h70.6l5.2-.3 4.2-.7 3.4-1.1 2.7-1.5 2.1-1.7 1.7-2.1 1.2-2.4.7-2.9.3-3.3v-72l-.3-4.2-.8-3.5-1.3-3-1.6-2.4-2.2-2-2.6-1.6-3.2-1.3-3.9-.8-4.7-.2h-91.4V577h89l5.6-.3 4.4-.8 3.6-1.1 2.9-1.5 2.2-1.8 1.8-2.1 1.2-2.4.8-2.9.3-3.4v-57.8l-.3-4.4-.7-3.7-1.1-3.1-1.4-2.6-1.8-2.2-2.2-1.8-2.6-1.4-3.1-1.1-3.7-.7-4.4-.3h-69.3l-3.7.3-3.3.8-2.8 1.3-2.5 1.8-2.3 2.4-1.9 3-1.7 3.7-1.3 4.5h-43.4l-.4-8.7.3-5.1.8-4.9 1.3-4.8 1.9-4.7 2.5-4.6 3.1-4.6 3.7-4.5 4.4-4.5 3.8-3.2 4.2-2.8 4.4-2.4 4.7-2 5.1-1.5 5.4-1.2 5.9-.7 6.4-.3h81.2l7.6.3 7 .8 6.3 1.3 5.7 1.7 5.2 2.2 4.8 2.5 4.3 3 4 3.4 3.5 3.8 3 4 2.6 4.3 2.1 4.6 1.7 4.9 1.2 5.3.8 5.6.2 6.1v74.1l-.2 4.8-.7 4.9-1.3 5.1-1.8 5.2-2.4 5.4-3.1 5.6 3.3 6 2.5 5.4 1.8 5 1.2 4.6.7 4.2.3 3.8v89.1l-.3 5.7-.7 5.4-1.2 5.1-1.6 4.7-2.1 4.4-2.5 4.1-2.9 3.9-3.5 3.7-4.5 4.1-4.6 3.4-4.5 2.8-4.6 2.3-4.6 1.7-4.6 1.2-4.6.7-4.8.3h-86.9l-7.1-.3-6.6-.7-6-1.2-5.5-1.7-5.1-2.1-4.8-2.4-4.3-2.9-4-3.3-3.7-3.8-3.3-4.2-3.1-4.7-2-3.7-1.8-4.3-1.5-4.7-1.2-5.3-1-5.9z",fill:"url(#access-denied-icon_svg__i)"}),e("path",{d:"M614.8 562H503.2l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.3 1.3 1.8 1 2.3.7 2.9.2h111.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7zM614.8 613h-81.6l-2.9.2-2.3.7-1.7 1-1.4 1.3-1 1.8-.7 2.2-.2 2.8.2 2.8.7 2.2 1 1.8 1.4 1.3 1.7 1 2.3.7 2.9.2h81.6l2.9-.2 2.3-.7 1.7-1 1.4-1.3 1-1.8.7-2.2.2-2.8-.2-2.8-.7-2.2-1-1.8-1.4-1.3-1.7-1-2.3-.7z",fill:"#fff"}),e("path",{d:"m383 602.5.2 8 .7 7.8 1 7.6 1.4 7.4 1.8 7.3 2.8 9.1 3.4 8.7 3.9 8.4 4.4 8.1 4.9 7.9 5.4 7.4 5.8 7.1 6.3 6.7 6.7 6.3 7.1 5.8 7.4 5.4 7.9 4.9 8.1 4.4 8.4 3.9 8.7 3.4 9.1 2.8 7.3 1.8 7.4 1.4 7.6 1 7.8.7 8 .2 8-.2 7.8-.7 7.6-1 7.4-1.4 7.3-1.8 9.1-2.8 8.7-3.4 8.4-3.9 8.1-4.4 7.9-4.9 7.4-5.4 7.1-5.8 6.7-6.3 6.3-6.7 5.8-7.1 5.4-7.4 4.9-7.9 4.4-8.1 3.9-8.4 3.4-8.7 2.8-9.1 1.8-7.3 1.4-7.4 1-7.6.7-7.8.2-8-.2-8-.7-7.8-1-7.6-1.4-7.4-1.8-7.3-2.8-9.1-3.4-8.7-3.9-8.4-4.4-8.1-4.9-7.9-5.4-7.4-5.8-7.1-6.3-6.7-6.7-6.3-7.1-5.8-7.4-5.4-7.9-4.9-8.1-4.4-8.4-3.9-8.7-3.4-9.1-2.8-7.3-1.8-7.4-1.4-7.6-1-7.8-.7-8-.2-8 .2-7.8.7-7.6 1-7.4 1.4-7.3 1.8-9.1 2.8-8.7 3.4-8.4 3.9-8.1 4.4-7.9 4.9-7.4 5.4-7.1 5.8-6.7 6.3-6.3 6.7-5.8 7.1-5.4 7.4-4.9 7.9-4.4 8.1-3.9 8.4-3.4 8.7-2.8 9.1-1.8 7.3-1.4 7.4-1 7.6-.7 7.8z",fill:"url(#access-denied-icon_svg__j)"}),e("path",{d:"m422.6 552.8.9 1.9 1.3 1.6 1.8 1.5 4.6 2.1 2.9.7 6.4.5 3.6-.1 7.4-1.2 4-1 7.4-2.9 3.3-1.7 5.8-3.9 4.3-4.2 1.5-2.2 1.1-2.1.7-2.3.1-2.1-.3-2-.9-1.9-1.3-1.7-1.8-1.5-4.6-2.1-6-1.1h-6.9l-7.4 1.2-4 1.1-3.9 1.3-6.8 3.2-3.1 1.9-4.9 4-2.1 2.3-2.6 4.3-.7 2.2-.1 2.1z",fill:"#b6dcf2"}),e("path",{d:"m523 607.5.3 4.3.8 4.1 1.4 3.9 1.8 3.6 2.3 3.3 2.6 3.1 3.1 2.6 3.3 2.3 3.6 1.8 3.9 1.4 4.1.8 4.3.3 4.3-.3 4.1-.8 3.9-1.4 3.6-1.8 3.3-2.3 3.1-2.6 2.6-3.1 2.3-3.3 1.8-3.6 1.4-3.9.8-4.1.3-4.3-.3-4.3-.8-4.1-1.4-3.9-1.8-3.6-2.3-3.3-2.6-3.1-3.1-2.6-3.3-2.3-3.6-1.8-3.9-1.4-4.1-.8-4.3-.3-4.3.3-4.1.8-3.9 1.4-3.6 1.8-3.3 2.3-3.1 2.6-2.6 3.1-2.3 3.3-1.8 3.6-1.4 3.9-.8 4.1z",fill:"#47b0f1"}),e("path",{d:"m610.1 528.8-1.3 2.2-.2 1.4.1 2.3.8 2.5 1.3 2.4 1.9 2.4 2.4 2 2.3 1.4 2.5.9 2.2.3 2.6-.7 1.1-.7 1.3-2.2.3-1.5-.2-2.2-.8-2.5-1.3-2.4-1.9-2.4-2.3-2-2.4-1.4-2.5-.9-2.2-.3-1.4.2zM405 637.5l.3 3.2.8 2.9 1.3 2.7 1.7 2.5 2.1 2.1 2.5 1.7 2.7 1.3 2.9.8 3.2.3 3.2-.3 2.9-.8 2.7-1.3 2.5-1.7 2.1-2.1 1.7-2.5 1.3-2.7.8-2.9.3-3.2-.3-3.2-.8-2.9-1.3-2.7-1.7-2.5-2.1-2.1-2.5-1.7-2.7-1.3-2.9-.8-3.2-.3-3.2.3-2.9.8-2.7 1.3-2.5 1.7-2.1 2.1-1.7 2.5-1.3 2.7-.8 2.9zM520 679l.7 3.8 1.9 3.3 2.8 2.4 1.8.8 3.8.7 3.8-.7 3.3-1.9 2.4-2.8 1.3-3.6v-4l-.5-1.8-1.9-3.3-2.8-2.4-1.8-.8-3.8-.7-3.8.7-3.3 1.9-2.4 2.8-.8 1.8z",fill:"#b6dcf2"}),e("path",{d:"m428.1 793.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.1 1.6.5 1.7 2.2 3.2 2.2 2.4 4.4 3.7 8.5 3.9 5.2 1.9 14.6 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(#access-denied-icon_svg__k)",fillOpacity:.4}),e("path",{d:"m846.9 766.6-1.1-3.6-1.6-3.2-2.1-2.8-2.7-2.5-3.2-2.1-11.6-4.9-2.9-2.3-.5-.9.1-.8.6-1 1.7-1 5.7-.5 2.4.3 2.4.8 2.6 1.5 1.6 1.3 3.6 4.5 3.3 6.2 1.7 4.5.4 2.2z",fill:"url(#access-denied-icon_svg__l)"}),e("path",{d:"m847.3 767.8-2.8-9.8-2.9-8.3-2.8-7.1-2.7-5.9-2.8-4.8-4-6.1-1-2-.6-2.2-.3-4.1 1.1-3.4.9-1.2 1.3-.8 3-.1 1.6.4 3.2 2 2.7 3.5 1.9 3.6 2.1 5.5 1.9 6.4 1.9 8.9 1.1 9.2.1 7-.4 3.6-.8 3.2-.7 1.5z",fill:"url(#access-denied-icon_svg__m)"}),e("path",{d:"m848.4 763.7 1-4.7.5-5.4-.1-6.3-.7-7.2-1.5-8.3-5-15.6-.7-3.6-.1-3 .3-1.9.6-1.5 1-1.3 1.2-.9 1.9-.7 2.5-.3 2 .5 2.1 1.2 1.2 1.2 2.3 4 .9 2.5 1.2 7.8.1 10.1-.4 7-.9 5.4-3.3 12.9-2.6 8.1-2.1.4z",fill:"url(#access-denied-icon_svg__n)"}),e("path",{d:"m851 766.9-.1-8.5.4-7.5.8-6.8 1.2-5.9 1.5-5.3 1.8-4.7 2.1-4.2 2.4-3.6 3.8-4.4 1.8-1.1 1.9-.7 2.1-.2 1.3.2 2.3 1.5.7 1.2.5 1.7.3 2.6-1.7 6.3-1.7 4.1-2.8 5.5-5.4 8-3.9 5-3.6 5.9-2.3 5.6-1.2 4.4-.7.6z",fill:"url(#access-denied-icon_svg__o)"}),e("path",{d:"m803 769.9 12.3-2.8 2.2-.9 3.7-2.8 2.5-1.3 3.1-1.2 3.3-.8 3.5-.1 2.3.3 2.1.9 2.1 1.3 1.1-1 1.7-.8 1.8-.5 2.1.1 2.5 1.1 1.2 1.1.8-2.2 1.4-1.9 4-3.2 4.4-1.8 2-.4h3.5l2.7.2 2.8.5 3 1.3 1.9 1.2 1.7 1.6 1.7 2.2 1.1 2.5 1 3.2.5 4.2z",fill:"url(#access-denied-icon_svg__p)"}),e("path",{d:"m610 489.6-.3 1.9-.7 2-1.3 1.9-2 2.1-3 2.2-4 2.3-5.1 2.3-11.3 3.7-14.2 3.1-16.2 2.2-17.5 1.1-9.4.2-9.4-.2-17.5-1.1-16.2-2.2-14.2-3.1-11.3-3.7-5.1-2.3-4-2.3-3-2.2-2-2.1-1.3-1.9-.7-2-.3-1.9.3-2 .7-1.9 1.3-2 2-2 3-2.3 4-2.3 5.1-2.3 5.2-1.9 13.2-3.5 14.9-2.6 16.9-1.7 18.4-.5 9.4.1 17.5 1.1 16.2 2.2 14.2 3.1 11.3 3.7 5.1 2.3 4 2.3 3 2.3 2 2 1.3 2 .7 1.9z",fill:"#b6dcf2",fillOpacity:.2,fillRule:"evenodd"}),e("path",{d:"m525.7 290 2.8.4 5.2 1.9 4.5 3.1 2 2 2.9 4.4-.1-.7 1.4 1.2 1 3.4.1 3 1.6.2 1.6 1.9.9 3.5-.1 1.9-.6 1.8-1.1 1.5-2.4 1.2-1.8.3-1.1 2.2-3.8 5.5-2.2 2.7-2.5 2.2v9.6l-19 .3.1-11.3-2.1-2-1.8-2.5-1.9-3.3-1.5-3.4h.4l-2.2-.1-1.6-.4-2.2-1.7-1.1-2.4-.2-2.1.3-2 .7-1.7 1-1.3 1.7-.6.9.2.6-4.6 1-3 1.4-2.8 1.9-2.6 2.1-2 2.3-1.6 2.6-1.3 2.7-.8 2.7-.3zm17.8 14 .5 2.3Zm-.4-2.2.4 2.2z",fill:"#ebb0b0"}),e("path",{d:"m545.7 310.6 2.3-3.1 1-2.2 1.2-3.5.7-3.9.2-4-.4-4-.6-2.6-2.1-4.6-1.6-2-1.8-1.6-3.6-2.3-1.9-.7-5.1-.5-4.7.8-4.6-3-1.9-.8-2.6-.6-3.2.1-4.3 1-4 1.5-1.7.9-2.9 2.6-2.1 2.5-2 3-1.7 3.5-1.4 3.9-.9 4.3-.2 3 .7 4.7 1.3 3.2 5.5 9.2 1.5-1.3 1.3-1.7 4-7.7 2.8-2.9 3.1-2.5 3.3-2.2 3.6-1.8 5.1-.6 3.8-.1 2.4.3 2.1.7 1.9 1.1 1.7 1.4 1.7 2.2 1.7 3.1z",fill:"#131322"}),e("path",{d:"m515.5 335.5 6.5 4.2 3.4.9 1.3-.2 1.5-.7 5.4-4.2 9.1 1.3 5.3 1.3 5.9 2 5.9 2.4 6.3 3 6.1 3.6 6 4.2-.3 20.4-.5 8.6-1.4 13.6-3 16.3-5.4 22.4-9.1 16.2-8.7 13.6-2.7 3-4.3 1.9-4 1.4-3.7.9-7.8.7-10-.5-6.8-.8-3-1.6-4.8-3.6-9.9-8.4-2.6-2.4-1.7-2.7-8.2-17.6-3.8-10.3-2.6-10.4-1.3-29.6-.7-29.5 2.5-3.3 2.6-2.7 2.7-2.3 5.9-3.6 7.7-2.9z",fill:"url(#access-denied-icon_svg__q)"}),e("path",{d:"M512 346.1h23.1l1.6.3 1.2.9.9 1.2.3 1.6v37.8l-.3 1.6-.9 1.3-1.2.8-1.6.3H512l-1.6-.3-1.2-.8-.9-1.3-.3-1.6v-37.8l.3-1.6.9-1.2 1.2-.9z",fill:"url(#access-denied-icon_svg__r)"}),e("path",{d:"m498.4 386.8 1.8-4.6 1.9-3.9 2.1-3.4 2.3-2.8 2.3-1 .4.2.1.4-.9 1.4 4.3-.7 2.1.4 2.6 1.5 2.3 3.1 1.7 5.6-2 4.3-1.5 2.4-4 4.4-4.3 2.7-4.1 1.1-2.2-.4-1.7-.9-1.4-1.3-1-2-.6-2.7z",fill:"#efba9e"}),e("path",{d:"m468.7 355.3 2.7-2.9 2.6-2.1 2.3-1.3 2.2-.7 2.2-.2 2.1.3 2.2.8 2.3 1.5 2.4 2.1 1 1.4 1 2.2.9 3.2.9 5.1.6 6.8.2 7.1-.4 16.5-1.3 17.6-2.9 24.5-2.2 2.3-4 2.9-1.9.8-2.8.6h-2.6l-2.6-.6-2.4-1.1-2.2-1.4-2-1.9-1.8-2.1-2.4-5-2.2-10.6-1.5-9.8-.7-9.1-.1-8.3.5-7.8 1-7.1 1.5-6.6 2-6.1 2.5-5.7z",fill:"url(#access-denied-icon_svg__s)"}),e("path",{d:"m470.7 426.7 1.4-5 1.8-5 2.4-4.8 2.9-4.8 3.6-4.8 4.1-4.8 4.9-4.8 5.6-4.7 1.8-.5 3.5-.1 3.3 1.1 1.4 1.1 1.1 1.4 1 1.8.7 2.4-.1 4.5-1.6 8-1.3 4.8-4 10.5-2.7 5.2-3 4.9-3.4 4.3-2.6 2.6-2.7 2.1-2.9 1.7-4.1.6h-3.2l-2.5-.5-2-.9-1.6-1.3-1.2-1.7-.8-2.2-.5-2.9.1-3.6z",fill:"url(#access-denied-icon_svg__t)"}),e("path",{d:"m550.1 386.8-1.7-4.6-2-3.9-2.1-3.4-2.2-2.8-2.3-1-.5.2v.4l.9 1.4-4.4-.7-2 .4-2.6 1.5-2.3 3.1-1.7 5.6 1.9 4.3 1.5 2.4 4.1 4.4 4.3 2.7 4 1.1 2.3-.4 1.7-.9 1.3-1.3 1-2 .7-2.7z",fill:"#efba9e"}),e("path",{d:"m579.9 355.3-2.8-2.9-2.5-2.1-2.4-1.3-2.2-.7-2.1-.2-2.2.3-2.2.8-2.2 1.5-2.4 2.1-1.1 1.4-1 2.2-.9 3.2-.8 5.1-.6 6.8-.2 7.1.4 16.5 1.2 17.6 3 24.5 2.1 2.3 4.1 2.9 1.9.8 2.8.6h2.6l2.5-.6 2.4-1.1 2.2-1.4 2.1-1.9 1.7-2.1 2.5-5 2.2-10.6 1.4-9.8.8-9.1.1-8.3-.5-7.8-1-7.1-1.5-6.6-2-6.1-2.5-5.7z",fill:"url(#access-denied-icon_svg__u)"}),e("path",{d:"m577.8 426.7-1.3-5-1.9-5-2.3-4.8-3-4.8-3.5-4.8-4.2-4.8-4.8-4.8-5.6-4.7-1.9-.5-3.5-.1-3.2 1.1-1.4 1.1-1.2 1.4-.9 1.8-.7 2.4v4.5l1.6 8 1.4 4.8 4 10.5 2.6 5.2 3.1 4.9 3.4 4.3 2.6 2.6 2.7 2.1 2.8 1.7 4.1.6h3.2l2.6-.5 2-.9 1.5-1.3 1.2-1.7.9-2.2.4-2.9v-3.6z",fill:"url(#access-denied-icon_svg__v)"}),e("path",{d:"m579.2 440.7 4.6-1.3 3.3-.6 3.4-.1 3.8.5 2.4.7 2.4 1.1 2.3 1.7 1.9 2 1.7 2.8 1.6 3.6.8 3.5.2 2.8-.3 2.4-1.6 4.3-1.3 1.6-2.2 2.1-2.3 1.5-2.4 1.2-3.6 1.2-13.7 2.5-6 19-48.4-8.9-48.5 8.9-6-19-15.4-3-4.2-1.8-2.3-1.6-2.2-2.1-2.2-3.6-.7-2.3-.3-2.4.3-2.8.8-3.4 1.5-3.7 1.7-2.8 2-2 2.3-1.7 2.3-1.1 2.4-.7 3.8-.5 3.4.2 3.3.5 57.9 15.6z",fill:"url(#access-denied-icon_svg__w)"}),e("path",{d:"m472.7 479-5.9.4-13.7-.2-2.6.1-4 1-.7.6-.9 1.6-.8 3.8.2 5 .4 2.1 1.5 3 .8.8 1.6.6 1.6-.1 19.7-4.3 7-1.9zm106.1 0 5.9.4 13.8-.2 2.6.1 4 1 .8.7.8 1.5.8 3.8-.1 5-.5 2.2-1.5 3-.7.8-1.7.6-1.6-.1-19.8-4.3-7.1-1.9z",fill:"#333"}),e("path",{d:"m610.8 308.8 7.2-.9.8 5.5.7 1.8 2.3 2.9 3 2 3.7.8 2-.1 5.6-.8 1.8-.7 2.9-2.2 2-3.1.6-1.7.2-4-1.1-3.7-2.3-2.9-3-2-3.7-.8-5.6.5-.9-7.1 7-.6 3.1.4 2.9 1 2.8 1.4 2.4 1.9 2 2.3 1.7 2.6 1.2 2.9.7 3.3.1 3.3-.5 3.1-.9 2.9-1.5 2.8-1.9 2.3-2.3 2.1-2.6 1.7-2.9 1.1-3.3.7-6.5.6-2.7-.3-2.6-.7-2.5-1.1-4.3-3.2-1.8-2.1-1.5-2.3-1.1-2.5-7.6.9-.8-7.2zm-10.8 1.3.9 7.1-7.2.9-.9-7.1z",fill:"url(#access-denied-icon_svg__x)"}),e("path",{d:"m578.8 271.1 3.7-3.7 3.6 3.2 1.8.7 2 .3 2-.3 1.8-.8 1.7-1.3 3.2-3.6.8-1.9.3-1.9-.3-2-.7-1.8-1.3-1.7-1.8-1.4-1.8-.7-2-.3-1.9.3-1.9.8-3.6 3.2-3.7-3.7 3.8-3.4 1.9-1.2 2.2-.7 4.3-.4 4.3 1.1 2 1.1 1.9 1.5 1.5 1.9 1.1 2 .8 2.1.4 4.4-1.2 4.3-1.2 1.9-3.4 3.8-3.3 2.4-3.7 1.2-3.9.1-1.9-.4-3.6-1.6-3.9 3.9-3.7-3.7zm-5.6 5.6 3.7 3.7-3.7 3.7-3.7-3.7z",fill:"url(#access-denied-icon_svg__y)"}),e("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(#access-denied-icon_svg__z)"}),e("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(#access-denied-icon_svg__A)"}),e("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(#access-denied-icon_svg__B)"}),e("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(#access-denied-icon_svg__C)"}),e("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(#access-denied-icon_svg__D)"}),e("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(#access-denied-icon_svg__E)"}),e("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(#access-denied-icon_svg__F)"}),e("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(#access-denied-icon_svg__G)"}),e("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(#access-denied-icon_svg__H)"}),e("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(#access-denied-icon_svg__I)"}),e("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(#access-denied-icon_svg__J)"})]})}));export{s 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 i}from"@emotion/react/jsx-runtime";import{ArrowLeftOutlined as o}from"@ant-design/icons";import{css as r}from"@emotion/react";import{styles as n,themeVariables as t}from"@vef-framework/shared";import c from"../vef-button/index.js";import s from"./access-denied-icon.js";const a=r`
3
3
  height: 100%;
4
4
  ${n.flexCenter}
@@ -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,Fragment as n}from"@emotion/react/jsx-runtime";import{useAuthorizedItems as i,useComputedActionButtons as e}from"@vef-framework/hooks";import{memo as t}from"react";import r from"../vef-button/index.js";import c from"../vef-flex/index.js";const m=t((function({buttons:t,context:m,useFlexContainer:a=!0,size:l="medium"}){const f=i(t),s=m??{},d=e(f,s);if(0===d.length)return null;const u=d.map((n=>{const{key:i,label:e,icon:t,color:c,disabled:m,requireConfirmation:a,confirmationMode:f,confirmationTitle:d,confirmationContent:u,onClick:p}=n,C=()=>p?.(s);return o(r,a?{requireConfirmation:!0,color:c,confirmationContent:u,confirmationMode:f,confirmationTitle:d,disabled:m,icon:t,size:l,onConfirmationOk:C,children:e}:{color:c,disabled:m,icon:t,size:l,onClick:C,children:e},i)}));return a?o(c,{align:"center",gap:"medium",children:u}):o(n,{children:u})}));m.displayName="VefActionButtons";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 */
@@ -0,0 +1,10 @@
1
+ import type { VefAppProps } from "./props";
2
+ /**
3
+ * Create a VefApp instance.
4
+ *
5
+ * @returns The VefApp instance.
6
+ */
7
+ export declare function createVefApp(): {
8
+ render: (props: VefAppProps) => void;
9
+ unmount: () => void;
10
+ };
@@ -0,0 +1,3 @@
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{createRoot as r}from"react-dom/client";import t from"./index.js";function n(){const n=r(document.getElementById("root"),{identifierPrefix:"vef-"});return{render:r=>{n.render(e(t,{...r}))},unmount:()=>n.unmount()}}export{n as createVefApp};
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 */
@@ -0,0 +1,5 @@
1
+ import { type FC } from "react";
2
+ import type { VefAppProps } from "./props";
3
+ declare const VefApp: FC<VefAppProps>;
4
+ export type { VefAppProps };
5
+ export default VefApp;
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as r}from"@emotion/react/jsx-runtime";import{VefRouterProvider as o}from"@vef-framework/core";import{StrictMode as e}from"react";import t from"../vef-config-provider/index.js";const i=({router:i,...m})=>r(e,{children:r(t,{...m,children:r(o,{router:i})})});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 */
@@ -0,0 +1,7 @@
1
+ import type { VefRouterProviderProps } from "@vef-framework/core";
2
+ import type { VefConfigProviderProps } from "../vef-config-provider";
3
+ /**
4
+ * The props of the VefApp component.
5
+ */
6
+ export interface VefAppProps extends VefConfigProviderProps, VefRouterProviderProps {
7
+ }
@@ -0,0 +1,5 @@
1
+ import AutoSizer from "react-virtualized-auto-sizer";
2
+ import type { VefAutoSizerProps } from "./props";
3
+ declare const VefAutoSizer: typeof AutoSizer;
4
+ export type { VefAutoSizerProps };
5
+ export default VefAutoSizer;
@@ -0,0 +1,3 @@
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import t from"react-virtualized-auto-sizer";const r=t;export{r 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 */
@@ -0,0 +1,5 @@
1
+ import type { Props } from "react-virtualized-auto-sizer";
2
+ /**
3
+ * The props of the VefAutoSizer component.
4
+ */
5
+ export type VefAutoSizerProps = Props;
@@ -0,0 +1,5 @@
1
+ import type { FC } from "react";
2
+ import type { VefAvatarProps } from "./props";
3
+ declare const VefAvatar: FC<VefAvatarProps>;
4
+ export type { VefAvatarProps };
5
+ export default VefAvatar;
@@ -0,0 +1,3 @@
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{Avatar as m}from"antd";const o=({size:o="medium",...i})=>e(m,{crossOrigin:"anonymous",draggable:!1,size:"medium"===o?"default":o,...i});export{o 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 */
@@ -0,0 +1,11 @@
1
+ import type { BasicSize, LiteralUnion } from "@vef-framework/shared";
2
+ import type { AvatarProps } from "antd";
3
+ /**
4
+ * The props of the VefAvatar component.
5
+ */
6
+ export interface VefAvatarProps extends Pick<AvatarProps, "className" | "style" | "icon" | "alt" | "src" | "shape"> {
7
+ /**
8
+ * The size of the avatar.
9
+ */
10
+ size?: LiteralUnion<BasicSize, number>;
11
+ }
@@ -0,0 +1,5 @@
1
+ import { type FC } from "react";
2
+ import type { VefAvatarGroupProps } from "./props";
3
+ declare const VefAvatarGroup: FC<VefAvatarGroupProps>;
4
+ export type { VefAvatarGroupProps };
5
+ export default VefAvatarGroup;
@@ -0,0 +1,3 @@
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{Avatar as m}from"antd";import{useMemo as o}from"react";const{Group:r}=m,e=({max:m,size:e="medium",...i})=>{const a=o((()=>({count:m})),[m]);return t(r,{max:a,size:"medium"===e?"default":e,...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 */
@@ -0,0 +1,15 @@
1
+ import type { BasicSize, LiteralUnion } from "@vef-framework/shared";
2
+ import type { GroupProps } from "antd/es/avatar";
3
+ /**
4
+ * The props of the VefAvatarGroup component.
5
+ */
6
+ export interface VefAvatarGroupProps extends Pick<GroupProps, "className" | "style" | "shape"> {
7
+ /**
8
+ * The maximum number of avatars to display.
9
+ */
10
+ max?: number;
11
+ /**
12
+ * The size of the avatar group.
13
+ */
14
+ size?: LiteralUnion<BasicSize, number>;
15
+ }
@@ -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 t}from"@vef-framework/hooks";import{Badge as e}from"antd";import{useMemo as r}from"react";const f=({variant:f="default",count:m,overflowCount:i,showZero:s,size:u,offset:a,color:d})=>{const n=t(),c=r((()=>"dot"===f?{dot:!0,color:d?n.get(d):void 0,size:"medium"===u?"default":u,offset:a}:{count:m,overflowCount:i,showZero:s,size:"medium"===u?"default":u,offset:a,color:d?n.get(d):void 0}),[f,m,i,s,u,a,d,n]);return o(e,{...c})};export{f 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 c}from"react";function u(u,e){const t=r(null),l=r(null);return c(e,(()=>"switch"===u?{focus:()=>{t.current?.focus({preventScroll:!0})},blur:()=>{t.current?.blur()}}:{focus:()=>{l.current?.focus({preventScroll:!0})},blur:()=>{l.current?.blur()}})),{switchRef:t,checkboxRef:l}}export{u as useBoolInstance};
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{isFunction as t}from"@vef-framework/shared";import{Switch as a,Checkbox as i}from"antd";import{useMemo as o,memo as r,forwardRef as d}from"react";import{useBoolInstance as n}from"./hooks/use-bool-instance.js";const c=r(d((({defaultValue:r,value:d,disabled:c,size:s,label:f,indeterminate:l,variant:m="switch",loading:h,onChange:u},k)=>{const p=o((()=>{if(t(u))return"switch"===m?e=>u(e):({target:{checked:e}})=>u(e)}),[u,m]),{switchRef:b,checkboxRef:g}=n(m,k);return"switch"===m?e(a,{ref:b,defaultChecked:r,disabled:c,loading:h,size:"medium"===s?"default":s,onChange:p,...void 0===d?{}:{checked:d}}):e(i,{ref:g,defaultChecked:r,disabled:c,indeterminate:l,onChange:p,...void 0===d?{}:{checked:d},children:f})})));c.displayName="VefBool";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,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{useColorTokens as o}from"@vef-framework/hooks";import{Button as t,ConfigProvider as e}from"antd";import{forwardRef as i}from"react";import"../../internal/index.js";import{convertBasicSizeToUiSize as a}from"../../internal/utils.js";const n=["default","primary","error"],s=i((({color:i,iconPosition:s,size:l,type:d,variant:m="solid",autoInsertSpace:c,disabled:p,loading:f,...u},h)=>{const y=o(),g="left"===s?"start":"right"===s?"end":void 0;if(!i||n.includes(i))return r(t,{ref:h,autoInsertSpace:c,color:"error"===i?"danger":i,disabled:!f&&p,htmlType:d,iconPosition:g,loading:f,size:a(l),variant:m,...u});if(y.has(i))return r(e,{theme:{token:{colorPrimary:y.get(i)}},children:r(t,{ref:h,autoInsertSpace:c,color:"primary",disabled:!f&&p,htmlType:d,iconPosition:g,loading:f,size:a(l),variant:m,...u})});throw new Error(`Invalid button color: ${i}`)}));s.displayName="VefBaseButton";export{s 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 o}from"@emotion/react/jsx-runtime";import{useContextDisabled as n}from"@vef-framework/hooks";import{isNullish as i,invokeMaybeAsyncFn as t,defaultMessageTitle as r,showConfirmation as e,omit as a}from"@vef-framework/shared";import{forwardRef as m,useState as f,useMemo as c,memo as l}from"react";import s from"../vef-popconfirm/index.js";import C from"../vef-tooltip/index.js";import p from"./components/base-button.js";const d=l(m((({tip:m,onClick:l,disabled:d=!1,loading:u,...k},b)=>{const[q,v]=f(!1),y=c((()=>{if(k.requireConfirmation){const{onConfirmationOk:o}=k;return i(u)?async()=>{await t(o,{beforeInvoke:()=>{v(!0)},onFinally:()=>{v(!1)}})}:o}}),[k.requireConfirmation,k.onConfirmationOk]),g=c((()=>{if(!k.requireConfirmation)return l&&i(u)?async o=>{await t(l,{beforeInvoke:()=>{v(!0)},onFinally:()=>{v(!1)}},o)}:l;const{confirmationMode:o="simple",confirmationTitle:n=r,confirmationContent:a,onConfirmationCancel:m}=k;return"simple"===o?o=>{o.stopPropagation()}:o=>{o.stopPropagation(),e(n,a,y,{onCancel:m})}}),[u,l,y,k.requireConfirmation,k.confirmationMode,k.confirmationTitle,k.confirmationContent,k.onConfirmationCancel]),h=n()||d,j=o(p,{ref:b,disabled:h,loading:u??q,onClick:g,...a(k,["requireConfirmation","confirmationMode","confirmationTitle","confirmationContent","onConfirmationOk","onConfirmationCancel"])}),w=m?o(C,{content:m,children:j}):j;if(k.requireConfirmation&&"simple"===k.confirmationMode){const{confirmationTitle:n=r,confirmationContent:i,onConfirmationCancel:t}=k;return o(s,{ref:b,content:i,disabled:h,title:n,onCancel:t,onOk:y,children:w})}return w})));d.displayName="VefButton";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,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{isArray as o}from"@vef-framework/shared";import{Card as t}from"antd";const r=({size:r="medium",showHoverEffect:i=!1,actions:m,nested:a=!1,...s})=>e(t,{actions:o(m)?m:m?[m]:void 0,hoverable:i,size:"medium"===r?"default":r,type:a?"inner":void 0,...s});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,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{Card as o}from"antd";const{Meta:r}=o,e=({...o})=>t(r,{...o});export{e 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 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 useCheckboxInstance};
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
- 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 { VefCheckboxProps } 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}),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,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 r,isFunction as t}from"@vef-framework/shared";import{Checkbox as i}from"antd";import{useMemo as n,memo as a,forwardRef as d}from"react";import s from"../vef-loading-placeholder/index.js";import l from"../vef-tooltip/index.js";import{useCheckboxInstance as m}from"./hooks/use-checkbox-instance.js";import{useDataOptions as c}from"./hooks/use-data-options.js";const{Group:f}=i,p=e("div",{css:o`
3
3
  height: ${r.controlHeight}
4
4
  `,children:e(s,{})});const u=a(d((function({defaultValue:o,value:r,disabled:a,renderCheckboxes:d,onChange:s,...u},h){const{optionsMap:v,normalizedOptions:b,isLoading:g}=c({value:r,onChange:s,...u}),x=m(h,b),k=n((()=>{if(t(s))return e=>{s(e,e.map((e=>v.get(e))))}}),[s,v]),j=n((()=>{if(g)return;const o=b.map((o=>{const{value:r,label:t,disabled:n,description:a}=o;return a?e(l,{content:a,children:e(i,{disabled:n,value:r,children:t})},r):e(i,{disabled:n,value:r,children:t},r)}));return t(d)?d(o):o}),[g,b,d]);return g?p:e(f,{ref:x,defaultValue:o,disabled:a,onChange:k,...void 0===r?{}:{value:r},children:j})})));u.displayName="VefCheckbox";export{u 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 t}from"@emotion/react/jsx-runtime";import{Col 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,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{isFunction as r}from"@vef-framework/shared";import{ColorPicker as t}from"antd";import{useMemo as o}from"react";import"../internal/index.js";import{convertBasicSizeToUiSize as a}from"../internal/utils.js";const i=["single","gradient"],l=({clearable:l,disabled:n,format:m,size:s,showText:f,trigger:d,defaultValue:u,value:g,onChange:p})=>{const c=o((()=>{if(r(p))return e=>{p(e.toCssString(),e)}}),[p]);return e(t,{allowClear:l,arrow:!1,defaultValue:u,disabled:n,format:m,mode:i,showText:f,size:a(s),trigger:d,value:g,onChangeComplete:c})};export{l 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{Space as i}from"antd";import"../internal/index.js";import{convertBasicSizeToUiSize as o}from"../internal/utils.js";const{Compact:r}=i,e=({size:i,...e})=>t(r,{size:o(i),...e});export{e 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
- import type { BasicSize, DefaultColorType } from "@vef-framework/shared";
2
- import type { ConfigProviderProps } from "antd";
1
+ import { type BasicSize, type DefaultColorType, type LiteralUnion } from "@vef-framework/shared";
2
+ import { type ConfigProviderProps } from "antd";
3
3
  import "dayjs/locale/zh-cn";
4
4
  /**
5
5
  * The UI configuration
@@ -28,12 +28,10 @@ export interface UiConfig extends ConfigProviderProps {
28
28
  export interface AppConfig {
29
29
  /**
30
30
  * The primary color.
31
- * @default "blue"
32
31
  */
33
- primaryColor?: DefaultColorType;
32
+ primaryColor?: LiteralUnion<DefaultColorType, string>;
34
33
  /**
35
34
  * The font size.
36
- * @default "middle"
37
35
  */
38
36
  fontSize?: Exclude<BasicSize, "small">;
39
37
  }
@@ -1,3 +1,3 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{useDeepCompareMemo as o}from"@vef-framework/hooks";import{assign as e}from"@vef-framework/shared";import{theme as r}from"antd";import t from"antd/locale/zh_CN";import"dayjs/locale/zh-cn";import n from"dayjs";n.locale("zh-cn");const i={blue:"#3b82f6",purple:"#8b5cf6",cyan:"#06b6d4",green:"#22c55e",pink:"#ec4899",red:"#ef4444",orange:"#f97316",yellow:"#eab308",volcano:"#f43f5e",lime:"#84cc16",gold:"#fbbf24",geekblue:"#6366f1",magenta:"#eb2f96"},l={medium:{fontSize:14,controlHeight:32},large:{fontSize:16,controlHeight:36}},a={medium:{Button:{contentFontSizeSM:12}},large:{Button:{contentFontSizeSM:14}}};function f(n){return o((()=>function({primaryColor:o,fontSize:n}){if(o&&!(o in i))throw new Error(`Invalid primary color: ${o}`);if(n&&!(n in l))throw new Error(`Invalid font size: ${n}`);const f=l[n??"medium"],c=a[n??"medium"];return{messageFoldThreshold:1,messageDuration:3,notificationFoldThreshold:3,notificationDuration:5,locale:t,iconPrefixCls:"vef-icon",prefixCls:"vef",virtual:!0,componentSize:"middle",variant:"outlined",theme:{cssVar:{prefix:"vef"},hashed:!1,algorithm:r.defaultAlgorithm,token:{borderRadius:6,colorBgBase:"#ffffff",colorPrimary:o?i[o]:"#0064fa",colorInfo:"#0ea5e9",colorSuccess:"#22c55e",colorWarning:"#f97316",colorError:"#ef4444",colorLink:"#6366f1",colorTextBase:"#171717",colorBgLayout:"#f5f6fb",colorBgSpotlight:"rgba(23, 23, 23, 0.8)",zIndexPopupBase:10,wireframe:!0,...f,...i},components:e({Table:{},Tooltip:{paddingSM:16,paddingXS:12},Button:{},TreeSelect:{titleHeight:f.controlHeight},Spin:{contentHeight:"auto"}},c)}}}(n)),[n])}export{f as useUiConfig};
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{useDeepCompareMemo as o}from"@vef-framework/hooks";import{isValidColor as e,assign as r}from"@vef-framework/shared";import{theme as t}from"antd";import n from"antd/locale/zh_CN";import"dayjs/locale/zh-cn";import i from"dayjs";i.locale("zh-cn");const l={blue:"#3b82f6",purple:"#8b5cf6",cyan:"#06b6d4",green:"#22c55e",pink:"#ec4899",red:"#ef4444",orange:"#f97316",yellow:"#eab308",volcano:"#f43f5e",lime:"#84cc16",gold:"#fbbf24",geekblue:"#6366f1",magenta:"#eb2f96"},a={medium:{fontSize:14,controlHeight:32},large:{fontSize:16,controlHeight:36}},f={medium:{Button:{contentFontSizeSM:12}},large:{Button:{contentFontSizeSM:14}}};function c(i){return o((()=>function({primaryColor:o="#0064fa",fontSize:i="medium"}){if(!Reflect.has(l,o)&&!e(o))throw new Error(`Invalid primary color: ${o}`);if(!(i in a))throw new Error(`Invalid font size: ${i}`);const c=a[i],m=f[i];return{messageFoldThreshold:1,messageDuration:3,notificationFoldThreshold:3,notificationDuration:5,locale:n,iconPrefixCls:"vef-icon",prefixCls:"vef",virtual:!0,componentSize:"middle",variant:"outlined",theme:{cssVar:{prefix:"vef"},hashed:!1,algorithm:t.defaultAlgorithm,token:{borderRadius:6,colorBgBase:"#ffffff",colorPrimary:Reflect.has(l,o)?l[o]:o,colorInfo:"#0ea5e9",colorSuccess:"#22c55e",colorWarning:"#f97316",colorError:"#ef4444",colorLink:"#6366f1",colorTextBase:"#171717",colorBgLayout:"#f5f6fb",colorBgSpotlight:"rgba(23, 23, 23, 0.8)",zIndexPopupBase:10,wireframe:!0,...c,...l},components:r({Table:{},Tooltip:{paddingSM:16,paddingXS:12},Button:{},TreeSelect:{titleHeight:c.controlHeight},Spin:{contentHeight:"auto"}},m)}}}(i)),[i])}export{c as useUiConfig};
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,26 +1,9 @@
1
- /*! VefFramework version: 1.0.7, build time: 2024-12-10T13:48:48.540Z, made by Venus. */
2
- import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{CoffeeOutlined as i,CompassOutlined as n,SendOutlined as r}from"@ant-design/icons";import a from"@emotion/cache";import{css as f,CacheProvider as s,Global as m}from"@emotion/react";import{ApiQueryDevtools as c,AuthContextProvider as l,ApiContextProvider as d}from"@vef-framework/core";import{themeVariables as p}from"@vef-framework/shared";import{ConfigProvider as h,App as v}from"antd";import{AnimatePresence as u,motion as g}from"motion/react";import{useLayoutEffect as y,useState as x}from"react";import{ErrorBoundary as w}from"react-error-boundary";import b from"../vef-error/index.js";import j from"../vef-float-button/index.js";import k from"../vef-float-button-group/index.js";import C from"./fonts/din/bold.woff2.js";import $ from"./fonts/din/regular.woff2.js";import{useUiConfig as z}from"./hooks/use-ui-config.js";import{resetStyle as D}from"./reset-style.js";import{ConfigStoreProvider as A}from"./store.js";const F=({children:o,...t})=>{const i=z(t);y((()=>{const{messageFoldThreshold:o,messageDuration:t,notificationFoldThreshold:n,notificationDuration:r,...a}=i;h.config({holderRender:i=>e(h,{...a,children:e(v,{component:"div",message:{maxCount:o,duration:t},notification:{maxCount:n,duration:r,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:i})})})}),[i]);const{messageFoldThreshold:n,messageDuration:r,notificationDuration:a,...f}=i;return e(h,{...f,children:e(v,{component:"div",message:{maxCount:n,duration:r},notification:{maxCount:n,duration:a,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:o})})},P=f`
1
+ /*! VefFramework version: 1.0.9, build time: 2024-12-19T05:12:56.660Z, made by Venus. */
2
+ import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{CoffeeOutlined as i,CompassOutlined as n,SendOutlined as r}from"@ant-design/icons";import a from"@emotion/cache";import{css as s,CacheProvider as m,Global as c}from"@emotion/react";import{ApiQueryDevtools as f,AuthContextProvider as l,ApiContextProvider as d}from"@vef-framework/core";import{themeVariables as p}from"@vef-framework/shared";import{ConfigProvider as h,App as v}from"antd";import{AnimatePresence as u,motion as g}from"motion/react";import{useLayoutEffect as y,useState as x}from"react";import{ErrorBoundary as w}from"react-error-boundary";import b from"../vef-error/index.js";import k from"../vef-float-button/index.js";import j from"../vef-float-button-group/index.js";import{useUiConfig as z}from"./hooks/use-ui-config.js";import{resetStyle as C}from"./reset-style.js";import{useConfigStore as $,ConfigStoreProvider as D}from"./store.js";const S=({children:o})=>{const t=$((e=>e)),i=z(t);y((()=>{const{messageFoldThreshold:o,messageDuration:t,notificationFoldThreshold:n,notificationDuration:r,...a}=i;h.config({holderRender:i=>e(h,{...a,children:e(v,{component:"div",message:{maxCount:o,duration:t},notification:{maxCount:n,duration:r,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:i})})})}),[i]);const{messageFoldThreshold:n,messageDuration:r,notificationDuration:a,...s}=i;return e(h,{...s,children:e(v,{component:"div",message:{maxCount:n,duration:r},notification:{maxCount:n,duration:a,showProgress:!0,pauseOnHover:!0,placement:"topRight",stack:{threshold:3}},children:o})})},A=s`
3
3
  html, body, #root, .vef-app {
4
4
  height: 100%;
5
5
  }
6
6
 
7
- @font-face {
8
- font-family: "vef-din";
9
- src: url(${$}) format("woff2");
10
- font-style: normal;
11
- font-weight: normal;
12
- }
13
- @font-face {
14
- font-family: "vef-din";
15
- src: url(${C}) format("woff2");
16
- font-style: normal;
17
- font-weight: bold;
18
- }
19
-
20
- .vef-font-din {
21
- font-family: "vef-din", system-ui;
22
- }
23
-
24
7
  .vef-message {
25
8
  .vef-message-notice-wrapper {
26
9
  .vef-message-custom-content {
@@ -94,7 +77,16 @@ import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{
94
77
  .vef-picker-range {
95
78
  display: flex;
96
79
  }
97
- `;function S({error:o,resetErrorBoundary:t}){return e(b,{error:o,reset:t})}const R=f`
80
+
81
+ .vef-dropdown {
82
+ .vef-dropdown-menu {
83
+ .vef-dropdown-menu-item-icon {
84
+ font-size: ${p.fontSize};
85
+ min-width: ${p.fontSizeLg};
86
+ }
87
+ }
88
+ }
89
+ `;function F({error:o,resetErrorBoundary:t}){return e(b,{error:o,reset:t})}const P=s`
98
90
  position: fixed;
99
91
  bottom: 0;
100
92
  width: 100%;
@@ -103,9 +95,9 @@ import{jsx as e,jsxs as o,Fragment as t}from"@emotion/react/jsx-runtime";import{
103
95
  .tsqd-text-logo-container {
104
96
  display: none;
105
97
  }
106
- `;function T(){const[a,f]=x(!1);return o(t,{children:[o(k,{collapsable:!0,icon:e(i,{}),shape:"square",children:[e(j,{icon:e(n,{}),tip:"API调试控制台",onClick:()=>f((e=>!e))}),e(j,{icon:e(r,{}),tip:"路由调试控制台"})]}),e(u,{children:a&&e(g.div,{css:R,animate:{opacity:1,y:0,transition:{type:"spring",bounce:0,duration:.3}},exit:{opacity:0,y:"50%"},initial:{opacity:0,y:"50%"},children:e(c,{})})})]})}const q=a({key:"vef"}),H=({showDevAssistant:t,apiClient:i,dataDictionaryQueryApi:n,permissionChecker:r,children:a,...c})=>e(l,{permissionChecker:r,children:e(d,{client:i,dataDictionaryQueryApi:n,children:e(A,{children:o(s,{value:q,children:[e(m,{styles:[D,P,f`
98
+ `;function R(){const[a,s]=x(!1);return o(t,{children:[o(j,{collapsable:!0,icon:e(i,{}),shape:"square",children:[e(k,{icon:e(n,{}),tip:"API调试控制台",onClick:()=>s((e=>!e))}),e(k,{icon:e(r,{}),tip:"路由调试控制台"})]}),e(u,{children:a&&e(g.div,{css:P,animate:{opacity:1,y:0,transition:{type:"spring",bounce:0,duration:.3}},exit:{opacity:0,y:"50%"},initial:{opacity:0,y:"50%"},children:e(f,{})})})]})}const T=a({key:"vef"}),q=({showDevAssistant:t,apiClient:i,dataDictionaryQueryApi:n,permissionChecker:r,children:a,...f})=>e(l,{permissionChecker:r,children:e(d,{client:i,dataDictionaryQueryApi:n,children:e(D,{initialState:f,children:o(m,{value:T,children:[e(c,{styles:[C,A,s`
107
99
  :root {
108
- font-size: ${c.fontSize??"14px"};
100
+ font-size: ${"medium"===(f.fontSize??"medium")?"14px":"16px"};
109
101
  }
110
- `]}),e(F,{...c,children:o(w,{FallbackComponent:S,children:[a,t&&e(T,{})]})})]})})})});export{H as default};
102
+ `]}),e(S,{children:o(w,{FallbackComponent:F,children:[a,t&&e(R,{})]})})]})})})});export{q as default};
111
103
  /*! 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{css as e}from"@emotion/react";const t=e`
3
3
  input::-ms-clear,
4
4
  input::-ms-reveal {