wcz-test 6.24.0 → 6.24.2

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 (490) hide show
  1. package/dist/ApprovalStatus-BtAVFn5p.js +8 -0
  2. package/dist/ApprovalStatus-BtAVFn5p.js.map +1 -0
  3. package/dist/{node_modules/react/cjs/react-jsx-runtime.development.js → DialogsContext-BKtkEAfL.js} +48 -4
  4. package/dist/DialogsContext-BKtkEAfL.js.map +1 -0
  5. package/dist/{hooks/DialogsHooks.js → DialogsHooks-BQVpqCq9.js} +4 -7
  6. package/dist/DialogsHooks-BQVpqCq9.js.map +1 -0
  7. package/dist/FileHooks-Cg9ver7z.js +3478 -0
  8. package/dist/FileHooks-Cg9ver7z.js.map +1 -0
  9. package/dist/{models/file/FileMeta.js → FileMeta-G1oT3mYK.js} +2 -2
  10. package/dist/FileMeta-G1oT3mYK.js.map +1 -0
  11. package/dist/{components/router/RouterListItemButton.js → RouterListItemButton-IUVgwnz3.js} +4 -4
  12. package/dist/RouterListItemButton-IUVgwnz3.js.map +1 -0
  13. package/dist/client.js +4 -4
  14. package/dist/compiler-runtime-BGHur82y.js +46 -0
  15. package/dist/compiler-runtime-BGHur82y.js.map +1 -0
  16. package/dist/components.js +1486 -15
  17. package/dist/components.js.map +1 -1
  18. package/dist/{env.js → env-gsqZ6zZD.js} +3 -3
  19. package/dist/env-gsqZ6zZD.js.map +1 -0
  20. package/dist/exports/client.d.ts +17 -4
  21. package/dist/exports/components.d.ts +44 -14
  22. package/dist/exports/hooks.d.ts +23 -4
  23. package/dist/exports/index.d.ts +17 -4
  24. package/dist/exports/models.d.ts +107 -25
  25. package/dist/exports/queries.d.ts +95 -4
  26. package/dist/exports/server.d.ts +14 -4
  27. package/dist/exports/utils.d.ts +11 -3
  28. package/dist/exports/vite.d.ts +5 -1
  29. package/dist/hooks.js +1000 -3
  30. package/dist/hooks.js.map +1 -1
  31. package/dist/index.js +1752 -4
  32. package/dist/index.js.map +1 -1
  33. package/dist/models.js +159 -10
  34. package/dist/models.js.map +1 -1
  35. package/dist/queries.js +935 -14
  36. package/dist/queries.js.map +1 -1
  37. package/dist/{lib/queryClient.js → queryClient-CNvC95mU.js} +2 -2
  38. package/dist/queryClient-CNvC95mU.js.map +1 -0
  39. package/dist/server.js +84 -1
  40. package/dist/server.js.map +1 -1
  41. package/dist/{lib/auth/session.js → session-vW7WZadj.js} +24 -9
  42. package/dist/session-vW7WZadj.js.map +1 -0
  43. package/dist/{lib/utils.js → utils-MD9YwOtu.js} +9 -9
  44. package/dist/utils-MD9YwOtu.js.map +1 -0
  45. package/dist/utils.js +2 -2
  46. package/dist/vite.js +61 -1
  47. package/dist/vite.js.map +1 -1
  48. package/package.json +1 -1
  49. package/dist/_virtual/___vite-browser-external.js +0 -7
  50. package/dist/_virtual/___vite-browser-external.js.map +0 -1
  51. package/dist/_virtual/__vite-browser-external.js +0 -5
  52. package/dist/_virtual/__vite-browser-external.js.map +0 -1
  53. package/dist/_virtual/_commonjsHelpers.js +0 -37
  54. package/dist/_virtual/_commonjsHelpers.js.map +0 -1
  55. package/dist/_virtual/compiler-runtime.js +0 -6
  56. package/dist/_virtual/compiler-runtime.js.map +0 -1
  57. package/dist/_virtual/compiler-runtime2.js +0 -5
  58. package/dist/_virtual/compiler-runtime2.js.map +0 -1
  59. package/dist/_virtual/index.js +0 -8
  60. package/dist/_virtual/index.js.map +0 -1
  61. package/dist/_virtual/index2.js +0 -5
  62. package/dist/_virtual/index2.js.map +0 -1
  63. package/dist/_virtual/index3.js +0 -5
  64. package/dist/_virtual/index3.js.map +0 -1
  65. package/dist/_virtual/index4.js +0 -5
  66. package/dist/_virtual/index4.js.map +0 -1
  67. package/dist/_virtual/index5.js +0 -5
  68. package/dist/_virtual/index5.js.map +0 -1
  69. package/dist/_virtual/index6.js +0 -5
  70. package/dist/_virtual/index6.js.map +0 -1
  71. package/dist/_virtual/jsx-runtime.js +0 -6
  72. package/dist/_virtual/jsx-runtime.js.map +0 -1
  73. package/dist/_virtual/jsx-runtime2.js +0 -5
  74. package/dist/_virtual/jsx-runtime2.js.map +0 -1
  75. package/dist/_virtual/re.js +0 -5
  76. package/dist/_virtual/re.js.map +0 -1
  77. package/dist/_virtual/react-compiler-runtime.development.js +0 -5
  78. package/dist/_virtual/react-compiler-runtime.development.js.map +0 -1
  79. package/dist/_virtual/react-compiler-runtime.production.js +0 -5
  80. package/dist/_virtual/react-compiler-runtime.production.js.map +0 -1
  81. package/dist/_virtual/react-jsx-runtime.development.js +0 -5
  82. package/dist/_virtual/react-jsx-runtime.development.js.map +0 -1
  83. package/dist/_virtual/react-jsx-runtime.production.js +0 -5
  84. package/dist/_virtual/react-jsx-runtime.production.js.map +0 -1
  85. package/dist/components/core/AppTitle.d.ts +0 -2
  86. package/dist/components/core/AppTitle.js +0 -23
  87. package/dist/components/core/AppTitle.js.map +0 -1
  88. package/dist/components/core/Fullscreen.d.ts +0 -3
  89. package/dist/components/core/Fullscreen.js +0 -104
  90. package/dist/components/core/Fullscreen.js.map +0 -1
  91. package/dist/components/core/Layout.d.ts +0 -8
  92. package/dist/components/core/Layout.js +0 -214
  93. package/dist/components/core/Layout.js.map +0 -1
  94. package/dist/components/core/ToolbarAccount.d.ts +0 -2
  95. package/dist/components/core/ToolbarAccount.js +0 -582
  96. package/dist/components/core/ToolbarAccount.js.map +0 -1
  97. package/dist/components/core/TypographyWithIcon.d.ts +0 -7
  98. package/dist/components/core/TypographyWithIcon.js +0 -117
  99. package/dist/components/core/TypographyWithIcon.js.map +0 -1
  100. package/dist/components/core/navigation/NavigationList.d.ts +0 -22
  101. package/dist/components/core/navigation/NavigationList.js +0 -166
  102. package/dist/components/core/navigation/NavigationList.js.map +0 -1
  103. package/dist/components/core/navigation/NavigationListItem.d.ts +0 -16
  104. package/dist/components/core/navigation/NavigationListItem.js +0 -467
  105. package/dist/components/core/navigation/NavigationListItem.js.map +0 -1
  106. package/dist/components/core/navigation/NavigationRail.d.ts +0 -12
  107. package/dist/components/core/navigation/NavigationRail.js +0 -141
  108. package/dist/components/core/navigation/NavigationRail.js.map +0 -1
  109. package/dist/components/data-grid/ChipInputCell.d.ts +0 -9
  110. package/dist/components/data-grid/ChipInputCell.js +0 -95
  111. package/dist/components/data-grid/ChipInputCell.js.map +0 -1
  112. package/dist/components/data-grid/EditableColumnHeader.d.ts +0 -2
  113. package/dist/components/data-grid/EditableColumnHeader.js +0 -30
  114. package/dist/components/data-grid/EditableColumnHeader.js.map +0 -1
  115. package/dist/components/file/Dropzone.d.ts +0 -8
  116. package/dist/components/file/Dropzone.js +0 -151
  117. package/dist/components/file/Dropzone.js.map +0 -1
  118. package/dist/components/file/FileViewer.d.ts +0 -20
  119. package/dist/components/file/FileViewer.js +0 -127
  120. package/dist/components/file/FileViewer.js.map +0 -1
  121. package/dist/components/file/fileViewer/FileViewerGrid.d.ts +0 -17
  122. package/dist/components/file/fileViewer/FileViewerGrid.js +0 -282
  123. package/dist/components/file/fileViewer/FileViewerGrid.js.map +0 -1
  124. package/dist/components/file/fileViewer/FileViewerList.d.ts +0 -12
  125. package/dist/components/file/fileViewer/FileViewerList.js +0 -191
  126. package/dist/components/file/fileViewer/FileViewerList.js.map +0 -1
  127. package/dist/components/file/fileViewer/ImageViewer.d.ts +0 -6
  128. package/dist/components/file/fileViewer/ImageViewer.js +0 -75
  129. package/dist/components/file/fileViewer/ImageViewer.js.map +0 -1
  130. package/dist/components/file/fileViewer/common/ActionsMenu.d.ts +0 -15
  131. package/dist/components/file/fileViewer/common/ActionsMenu.js +0 -159
  132. package/dist/components/file/fileViewer/common/ActionsMenu.js.map +0 -1
  133. package/dist/components/form/FormAutocomplete.d.ts +0 -7
  134. package/dist/components/form/FormAutocomplete.js +0 -80
  135. package/dist/components/form/FormAutocomplete.js.map +0 -1
  136. package/dist/components/form/FormCheckbox.d.ts +0 -7
  137. package/dist/components/form/FormCheckbox.js +0 -81
  138. package/dist/components/form/FormCheckbox.js.map +0 -1
  139. package/dist/components/form/FormDatePicker.d.ts +0 -8
  140. package/dist/components/form/FormDatePicker.js +0 -77
  141. package/dist/components/form/FormDatePicker.js.map +0 -1
  142. package/dist/components/form/FormDateRangePicker.d.ts +0 -8
  143. package/dist/components/form/FormDateRangePicker.js +0 -77
  144. package/dist/components/form/FormDateRangePicker.js.map +0 -1
  145. package/dist/components/form/FormDateTimePicker.d.ts +0 -8
  146. package/dist/components/form/FormDateTimePicker.js +0 -77
  147. package/dist/components/form/FormDateTimePicker.js.map +0 -1
  148. package/dist/components/form/FormDateTimeRangePicker.d.ts +0 -8
  149. package/dist/components/form/FormDateTimeRangePicker.js +0 -77
  150. package/dist/components/form/FormDateTimeRangePicker.js.map +0 -1
  151. package/dist/components/form/FormNumberField.d.ts +0 -9
  152. package/dist/components/form/FormNumberField.js +0 -73
  153. package/dist/components/form/FormNumberField.js.map +0 -1
  154. package/dist/components/form/FormRadioGroup.d.ts +0 -13
  155. package/dist/components/form/FormRadioGroup.js +0 -113
  156. package/dist/components/form/FormRadioGroup.js.map +0 -1
  157. package/dist/components/form/FormSlider.d.ts +0 -7
  158. package/dist/components/form/FormSlider.js +0 -94
  159. package/dist/components/form/FormSlider.js.map +0 -1
  160. package/dist/components/form/FormSubmitButton.d.ts +0 -4
  161. package/dist/components/form/FormSubmitButton.js +0 -50
  162. package/dist/components/form/FormSubmitButton.js.map +0 -1
  163. package/dist/components/form/FormSwitch.d.ts +0 -7
  164. package/dist/components/form/FormSwitch.js +0 -81
  165. package/dist/components/form/FormSwitch.js.map +0 -1
  166. package/dist/components/form/FormTextField.d.ts +0 -7
  167. package/dist/components/form/FormTextField.js +0 -52
  168. package/dist/components/form/FormTextField.js.map +0 -1
  169. package/dist/components/form/FormTimePicker.d.ts +0 -8
  170. package/dist/components/form/FormTimePicker.js +0 -77
  171. package/dist/components/form/FormTimePicker.js.map +0 -1
  172. package/dist/components/form/FormTimeRangePicker.d.ts +0 -8
  173. package/dist/components/form/FormTimeRangePicker.js +0 -77
  174. package/dist/components/form/FormTimeRangePicker.js.map +0 -1
  175. package/dist/components/router/RouterButton.d.ts +0 -6
  176. package/dist/components/router/RouterButton.js +0 -35
  177. package/dist/components/router/RouterButton.js.map +0 -1
  178. package/dist/components/router/RouterError.d.ts +0 -7
  179. package/dist/components/router/RouterError.js +0 -62
  180. package/dist/components/router/RouterError.js.map +0 -1
  181. package/dist/components/router/RouterGridActionsCellItem.d.ts +0 -6
  182. package/dist/components/router/RouterGridActionsCellItem.js +0 -35
  183. package/dist/components/router/RouterGridActionsCellItem.js.map +0 -1
  184. package/dist/components/router/RouterIconButton.d.ts +0 -6
  185. package/dist/components/router/RouterIconButton.js +0 -35
  186. package/dist/components/router/RouterIconButton.js.map +0 -1
  187. package/dist/components/router/RouterLink.d.ts +0 -6
  188. package/dist/components/router/RouterLink.js +0 -35
  189. package/dist/components/router/RouterLink.js.map +0 -1
  190. package/dist/components/router/RouterListItemButton.d.ts +0 -6
  191. package/dist/components/router/RouterListItemButton.js.map +0 -1
  192. package/dist/components/router/RouterNotFound.d.ts +0 -1
  193. package/dist/components/router/RouterNotFound.js +0 -53
  194. package/dist/components/router/RouterNotFound.js.map +0 -1
  195. package/dist/components/router/RouterTab.d.ts +0 -6
  196. package/dist/components/router/RouterTab.js +0 -35
  197. package/dist/components/router/RouterTab.js.map +0 -1
  198. package/dist/contexts/DialogsContext.d.ts +0 -6
  199. package/dist/contexts/DialogsContext.js +0 -6
  200. package/dist/contexts/DialogsContext.js.map +0 -1
  201. package/dist/contexts/FileContext.d.ts +0 -13
  202. package/dist/contexts/FileContext.js +0 -14
  203. package/dist/contexts/FileContext.js.map +0 -1
  204. package/dist/env.d.ts +0 -13
  205. package/dist/env.js.map +0 -1
  206. package/dist/hooks/DialogsHooks.d.ts +0 -42
  207. package/dist/hooks/DialogsHooks.js.map +0 -1
  208. package/dist/hooks/FormHooks.d.ts +0 -52
  209. package/dist/hooks/FormHooks.js +0 -55
  210. package/dist/hooks/FormHooks.js.map +0 -1
  211. package/dist/lib/auth/api.d.ts +0 -3
  212. package/dist/lib/auth/api.js +0 -97
  213. package/dist/lib/auth/api.js.map +0 -1
  214. package/dist/lib/auth/entra.d.ts +0 -2
  215. package/dist/lib/auth/entra.js +0 -13
  216. package/dist/lib/auth/entra.js.map +0 -1
  217. package/dist/lib/auth/graph.d.ts +0 -17
  218. package/dist/lib/auth/graph.js +0 -72
  219. package/dist/lib/auth/graph.js.map +0 -1
  220. package/dist/lib/auth/session.d.ts +0 -24
  221. package/dist/lib/auth/session.js.map +0 -1
  222. package/dist/lib/queryClient.d.ts +0 -2
  223. package/dist/lib/queryClient.js.map +0 -1
  224. package/dist/lib/utils.d.ts +0 -52
  225. package/dist/lib/utils.js.map +0 -1
  226. package/dist/lib/vite-plugin.d.ts +0 -2
  227. package/dist/lib/vite-plugin.js +0 -65
  228. package/dist/lib/vite-plugin.js.map +0 -1
  229. package/dist/middleware/auth.d.ts +0 -22
  230. package/dist/models/Navigation.d.ts +0 -18
  231. package/dist/models/User.d.ts +0 -16
  232. package/dist/models/User.js +0 -18
  233. package/dist/models/User.js.map +0 -1
  234. package/dist/models/approval/Approval.d.ts +0 -177
  235. package/dist/models/approval/Approval.js +0 -81
  236. package/dist/models/approval/Approval.js.map +0 -1
  237. package/dist/models/approval/ApprovalEmployee.d.ts +0 -7
  238. package/dist/models/approval/ApprovalEmployee.js +0 -10
  239. package/dist/models/approval/ApprovalEmployee.js.map +0 -1
  240. package/dist/models/approval/ApprovalFlow.d.ts +0 -49
  241. package/dist/models/approval/ApprovalFlow.js +0 -15
  242. package/dist/models/approval/ApprovalFlow.js.map +0 -1
  243. package/dist/models/approval/ApprovalFlowStep.d.ts +0 -29
  244. package/dist/models/approval/ApprovalFlowStep.js +0 -17
  245. package/dist/models/approval/ApprovalFlowStep.js.map +0 -1
  246. package/dist/models/approval/ApprovalRequestType.d.ts +0 -5
  247. package/dist/models/approval/ApprovalRequestType.js +0 -6
  248. package/dist/models/approval/ApprovalRequestType.js.map +0 -1
  249. package/dist/models/approval/ApprovalStatus.d.ts +0 -9
  250. package/dist/models/approval/ApprovalStatus.js +0 -6
  251. package/dist/models/approval/ApprovalStatus.js.map +0 -1
  252. package/dist/models/approval/ApprovalStepResult.d.ts +0 -11
  253. package/dist/models/approval/ApprovalStepResult.js +0 -6
  254. package/dist/models/approval/ApprovalStepResult.js.map +0 -1
  255. package/dist/models/approval/StepApprovalOrder.d.ts +0 -6
  256. package/dist/models/approval/StepApprovalOrder.js +0 -6
  257. package/dist/models/approval/StepApprovalOrder.js.map +0 -1
  258. package/dist/models/email/Email.d.ts +0 -13
  259. package/dist/models/email/Email.js +0 -14
  260. package/dist/models/email/Email.js.map +0 -1
  261. package/dist/models/email/EmailAttachment.d.ts +0 -6
  262. package/dist/models/email/EmailAttachment.js +0 -9
  263. package/dist/models/email/EmailAttachment.js.map +0 -1
  264. package/dist/models/file/FileActions.d.ts +0 -6
  265. package/dist/models/file/FileMeta.d.ts +0 -15
  266. package/dist/models/file/FileMeta.js.map +0 -1
  267. package/dist/models/peoplesoft/Department.d.ts +0 -58
  268. package/dist/models/peoplesoft/Department.js +0 -19
  269. package/dist/models/peoplesoft/Department.js.map +0 -1
  270. package/dist/models/peoplesoft/Employee.d.ts +0 -46
  271. package/dist/models/peoplesoft/Employee.js +0 -43
  272. package/dist/models/peoplesoft/Employee.js.map +0 -1
  273. package/dist/models/peoplesoft/EmployeeCategoryGroup.d.ts +0 -6
  274. package/dist/models/peoplesoft/EmployeeCategoryGroup.js +0 -6
  275. package/dist/models/peoplesoft/EmployeeCategoryGroup.js.map +0 -1
  276. package/dist/models/peoplesoft/EmployeeStatus.d.ts +0 -6
  277. package/dist/models/peoplesoft/EmployeeStatus.js +0 -6
  278. package/dist/models/peoplesoft/EmployeeStatus.js.map +0 -1
  279. package/dist/node_modules/@oslojs/binary/dist/bits.js +0 -7
  280. package/dist/node_modules/@oslojs/binary/dist/bits.js.map +0 -1
  281. package/dist/node_modules/@oslojs/binary/dist/uint.js +0 -80
  282. package/dist/node_modules/@oslojs/binary/dist/uint.js.map +0 -1
  283. package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js +0 -182
  284. package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js.map +0 -1
  285. package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js +0 -83
  286. package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js.map +0 -1
  287. package/dist/node_modules/@oslojs/encoding/dist/base32.js +0 -11
  288. package/dist/node_modules/@oslojs/encoding/dist/base32.js.map +0 -1
  289. package/dist/node_modules/@oslojs/encoding/dist/base64.js +0 -46
  290. package/dist/node_modules/@oslojs/encoding/dist/base64.js.map +0 -1
  291. package/dist/node_modules/@oslojs/jwt/dist/index.js +0 -28
  292. package/dist/node_modules/@oslojs/jwt/dist/index.js.map +0 -1
  293. package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js +0 -11
  294. package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js.map +0 -1
  295. package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js +0 -126
  296. package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js.map +0 -1
  297. package/dist/node_modules/arctic/dist/client.js +0 -12
  298. package/dist/node_modules/arctic/dist/client.js.map +0 -1
  299. package/dist/node_modules/arctic/dist/oauth2.js +0 -76
  300. package/dist/node_modules/arctic/dist/oauth2.js.map +0 -1
  301. package/dist/node_modules/arctic/dist/oidc.js +0 -14
  302. package/dist/node_modules/arctic/dist/oidc.js.map +0 -1
  303. package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js +0 -73
  304. package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js.map +0 -1
  305. package/dist/node_modules/arctic/dist/request.js +0 -149
  306. package/dist/node_modules/arctic/dist/request.js.map +0 -1
  307. package/dist/node_modules/arctic/dist/utils.js +0 -25
  308. package/dist/node_modules/arctic/dist/utils.js.map +0 -1
  309. package/dist/node_modules/base64-js/index.js +0 -103
  310. package/dist/node_modules/base64-js/index.js.map +0 -1
  311. package/dist/node_modules/buffer/index.js +0 -1598
  312. package/dist/node_modules/buffer/index.js.map +0 -1
  313. package/dist/node_modules/buffer-equal-constant-time/index.js +0 -39
  314. package/dist/node_modules/buffer-equal-constant-time/index.js.map +0 -1
  315. package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -140
  316. package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js.map +0 -1
  317. package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -28
  318. package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js.map +0 -1
  319. package/dist/node_modules/ieee754/index.js +0 -88
  320. package/dist/node_modules/ieee754/index.js.map +0 -1
  321. package/dist/node_modules/jsonwebtoken/decode.js +0 -38
  322. package/dist/node_modules/jsonwebtoken/decode.js.map +0 -1
  323. package/dist/node_modules/jsonwebtoken/index.js +0 -25
  324. package/dist/node_modules/jsonwebtoken/index.js.map +0 -1
  325. package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +0 -23
  326. package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js.map +0 -1
  327. package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js +0 -21
  328. package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js.map +0 -1
  329. package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js +0 -21
  330. package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js.map +0 -1
  331. package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +0 -14
  332. package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js.map +0 -1
  333. package/dist/node_modules/jsonwebtoken/lib/psSupported.js +0 -14
  334. package/dist/node_modules/jsonwebtoken/lib/psSupported.js.map +0 -1
  335. package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +0 -14
  336. package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js.map +0 -1
  337. package/dist/node_modules/jsonwebtoken/lib/timespan.js +0 -27
  338. package/dist/node_modules/jsonwebtoken/lib/timespan.js.map +0 -1
  339. package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +0 -60
  340. package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js.map +0 -1
  341. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js +0 -123
  342. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js.map +0 -1
  343. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js +0 -388
  344. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js.map +0 -1
  345. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js +0 -288
  346. package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js.map +0 -1
  347. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js +0 -18
  348. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js.map +0 -1
  349. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js +0 -60
  350. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js.map +0 -1
  351. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js +0 -53
  352. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js.map +0 -1
  353. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js +0 -19
  354. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js.map +0 -1
  355. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js +0 -15
  356. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js.map +0 -1
  357. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js +0 -15
  358. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js.map +0 -1
  359. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js +0 -49
  360. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js.map +0 -1
  361. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js +0 -15
  362. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js.map +0 -1
  363. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js +0 -15
  364. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js.map +0 -1
  365. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js +0 -15
  366. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js.map +0 -1
  367. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js +0 -29
  368. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js.map +0 -1
  369. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js +0 -15
  370. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js.map +0 -1
  371. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js +0 -15
  372. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js.map +0 -1
  373. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js +0 -15
  374. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js.map +0 -1
  375. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js +0 -15
  376. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js.map +0 -1
  377. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js +0 -15
  378. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js.map +0 -1
  379. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js +0 -27
  380. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js.map +0 -1
  381. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js +0 -15
  382. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js.map +0 -1
  383. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js +0 -18
  384. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js.map +0 -1
  385. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js +0 -15
  386. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js.map +0 -1
  387. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js +0 -15
  388. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js.map +0 -1
  389. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js +0 -22
  390. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js.map +0 -1
  391. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js +0 -15
  392. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js.map +0 -1
  393. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js +0 -18
  394. package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js.map +0 -1
  395. package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js +0 -140
  396. package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js.map +0 -1
  397. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js +0 -36
  398. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js.map +0 -1
  399. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js +0 -14
  400. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js.map +0 -1
  401. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js +0 -29
  402. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js.map +0 -1
  403. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js +0 -42
  404. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js.map +0 -1
  405. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js +0 -23
  406. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js.map +0 -1
  407. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js +0 -96
  408. package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js.map +0 -1
  409. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js +0 -15
  410. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js.map +0 -1
  411. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js +0 -19
  412. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js.map +0 -1
  413. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js +0 -15
  414. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js.map +0 -1
  415. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js +0 -35
  416. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js.map +0 -1
  417. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js +0 -35
  418. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js.map +0 -1
  419. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js +0 -66
  420. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js.map +0 -1
  421. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js +0 -81
  422. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js.map +0 -1
  423. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js +0 -56
  424. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js.map +0 -1
  425. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js +0 -170
  426. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js.map +0 -1
  427. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js +0 -15
  428. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js.map +0 -1
  429. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js +0 -21
  430. package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js.map +0 -1
  431. package/dist/node_modules/jsonwebtoken/sign.js +0 -242
  432. package/dist/node_modules/jsonwebtoken/sign.js.map +0 -1
  433. package/dist/node_modules/jsonwebtoken/verify.js +0 -229
  434. package/dist/node_modules/jsonwebtoken/verify.js.map +0 -1
  435. package/dist/node_modules/jwa/index.js +0 -233
  436. package/dist/node_modules/jwa/index.js.map +0 -1
  437. package/dist/node_modules/jws/index.js +0 -40
  438. package/dist/node_modules/jws/index.js.map +0 -1
  439. package/dist/node_modules/jws/lib/data-stream.js +0 -55
  440. package/dist/node_modules/jws/lib/data-stream.js.map +0 -1
  441. package/dist/node_modules/jws/lib/sign-stream.js +0 -85
  442. package/dist/node_modules/jws/lib/sign-stream.js.map +0 -1
  443. package/dist/node_modules/jws/lib/tostring.js +0 -20
  444. package/dist/node_modules/jws/lib/tostring.js.map +0 -1
  445. package/dist/node_modules/jws/lib/verify-stream.js +0 -125
  446. package/dist/node_modules/jws/lib/verify-stream.js.map +0 -1
  447. package/dist/node_modules/lodash.includes/index.js +0 -181
  448. package/dist/node_modules/lodash.includes/index.js.map +0 -1
  449. package/dist/node_modules/lodash.isboolean/index.js +0 -21
  450. package/dist/node_modules/lodash.isboolean/index.js.map +0 -1
  451. package/dist/node_modules/lodash.isinteger/index.js +0 -67
  452. package/dist/node_modules/lodash.isinteger/index.js.map +0 -1
  453. package/dist/node_modules/lodash.isnumber/index.js +0 -21
  454. package/dist/node_modules/lodash.isnumber/index.js.map +0 -1
  455. package/dist/node_modules/lodash.isplainobject/index.js +0 -48
  456. package/dist/node_modules/lodash.isplainobject/index.js.map +0 -1
  457. package/dist/node_modules/lodash.isstring/index.js +0 -22
  458. package/dist/node_modules/lodash.isstring/index.js.map +0 -1
  459. package/dist/node_modules/lodash.once/index.js +0 -84
  460. package/dist/node_modules/lodash.once/index.js.map +0 -1
  461. package/dist/node_modules/ms/index.js +0 -121
  462. package/dist/node_modules/ms/index.js.map +0 -1
  463. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +0 -22
  464. package/dist/node_modules/react/cjs/react-compiler-runtime.development.js.map +0 -1
  465. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
  466. package/dist/node_modules/react/cjs/react-compiler-runtime.production.js.map +0 -1
  467. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
  468. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -33
  469. package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
  470. package/dist/node_modules/react/compiler-runtime.js +0 -18
  471. package/dist/node_modules/react/compiler-runtime.js.map +0 -1
  472. package/dist/node_modules/react/jsx-runtime.js +0 -18
  473. package/dist/node_modules/react/jsx-runtime.js.map +0 -1
  474. package/dist/node_modules/safe-buffer/index.js +0 -66
  475. package/dist/node_modules/safe-buffer/index.js.map +0 -1
  476. package/dist/providers/DialogsProvider.d.ts +0 -5
  477. package/dist/providers/DialogsProvider.js +0 -79
  478. package/dist/providers/DialogsProvider.js.map +0 -1
  479. package/dist/providers/LayoutProvider.d.ts +0 -11
  480. package/dist/providers/LayoutProvider.js +0 -94
  481. package/dist/providers/LayoutProvider.js.map +0 -1
  482. package/dist/queries/ApprovalHooks.d.ts +0 -338
  483. package/dist/queries/ApprovalHooks.js +0 -326
  484. package/dist/queries/ApprovalHooks.js.map +0 -1
  485. package/dist/queries/FileHooks.d.ts +0 -151
  486. package/dist/queries/FileHooks.js +0 -493
  487. package/dist/queries/FileHooks.js.map +0 -1
  488. package/dist/queries/PeopleSoftHooks.d.ts +0 -537
  489. package/dist/queries/PeopleSoftHooks.js +0 -628
  490. package/dist/queries/PeopleSoftHooks.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormTextField.js","sources":["../../../src/components/form/FormTextField.tsx"],"sourcesContent":["import { TextField } from \"@mui/material\";\nimport type { TextFieldProps } from \"@mui/material\";\nimport type { FC } from \"react\";\nimport type { FormOmittedProps } from \"~/lib/utils\";\nimport { useFieldContext } from \"~/hooks/FormHooks\";\nimport { getFieldStatus } from \"~/lib/utils\";\n\nexport interface FormTextFieldProps extends Omit<TextFieldProps, FormOmittedProps> {\n type?: \"color\" | \"email\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"url\"\n}\n\nexport const FormTextField: FC<FormTextFieldProps> = (props) => {\n const field = useFieldContext<string | number | null | undefined>();\n const { isTouched, hasError, helperText } = getFieldStatus(field);\n\n return (\n <TextField\n name={field.name}\n value={field.state.value ?? \"\"}\n onChange={event => field.handleChange(event.target.value)}\n onBlur={field.handleBlur}\n error={isTouched && hasError}\n helperText={isTouched && helperText}\n aria-label={field.name}\n {...props}\n />\n );\n};"],"names":["FormTextField","props","$","_c","field","useFieldContext","t0","getFieldStatus","isTouched","hasError","helperText","t1","state","value","t2","event","handleChange","target","t3","t4","t5","handleBlur","name","jsx"],"mappings":";;;;;AAWO,MAAMA,gBAAwCC,CAAAA,UAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,EAAA;AACjD,QAAAC,QAAcC,gBAAAA;AAAsD,MAAAC;AAAA,MAAAJ,SAAAE,OAAA;AACxBE,SAAAC,eAAeH,KAAK;AAACF,WAAAE;AAAAF,WAAAI;AAAAA,EAAA,OAAA;AAAAA,SAAAJ,EAAA,CAAA;AAAA,EAAA;AAAjE,QAAA;AAAA,IAAAM;AAAAA,IAAAC;AAAAA,IAAAC;AAAAA,EAAAA,IAA4CJ;AAK7B,QAAAK,KAAAP,MAAKQ,MAAMC,SAAX;AAAuB,MAAAC;AAAA,MAAAZ,SAAAE,OAAA;AACpBU,SAAAC,CAAAA,UAASX,MAAKY,aAAcD,MAAKE,OAAOJ,KAAM;AAACX,WAAAE;AAAAF,WAAAY;AAAAA,EAAA,OAAA;AAAAA,SAAAZ,EAAA,CAAA;AAAA,EAAA;AAElD,QAAAgB,KAAAV,aAAAC;AACK,QAAAU,KAAAX,aAAAE;AAAuB,MAAAU;AAAA,MAAAlB,EAAA,CAAA,MAAAE,MAAAiB,cAAAnB,EAAA,CAAA,MAAAE,MAAAkB,QAAApB,EAAA,CAAA,MAAAD,SAAAC,EAAA,CAAA,MAAAS,MAAAT,EAAA,CAAA,MAAAY,MAAAZ,EAAA,CAAA,MAAAgB,MAAAhB,UAAAiB,IAAA;AANvCC,SAAAG,kCAAAA,IAAC,aACS,MAAAnB,MAAKkB,MACJ,OAAAX,IACG,UAAAG,IACF,QAAAV,MAAKiB,YACN,OAAAH,IACK,YAAAC,IACA,cAAAf,MAAKkB,MAAK,GAClBrB,OAAK;AACXC,MAAA,CAAA,IAAAE,MAAAiB;AAAAnB,MAAA,CAAA,IAAAE,MAAAkB;AAAApB,WAAAD;AAAAC,WAAAS;AAAAT,WAAAY;AAAAZ,WAAAgB;AAAAhB,YAAAiB;AAAAjB,YAAAkB;AAAAA,EAAA,OAAA;AAAAA,SAAAlB,EAAA,EAAA;AAAA,EAAA;AAAA,SATFkB;AASE;"}
@@ -1,8 +0,0 @@
1
- import { TextFieldProps } from '@mui/material';
2
- import { TimePickerProps } from '@mui/x-date-pickers-pro';
3
- import { FC } from 'react';
4
- import { FormOmittedProps } from '../../lib/utils';
5
- export interface FormTimePickerProps extends Omit<TimePickerProps, FormOmittedProps> {
6
- textFieldProps?: TextFieldProps;
7
- }
8
- export declare const FormTimePicker: FC<FormTimePickerProps>;
@@ -1,77 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { TimePicker } from "@mui/x-date-pickers-pro";
4
- import { useFieldContext } from "../../hooks/FormHooks.js";
5
- import { getFieldStatus } from "../../lib/utils.js";
6
- const FormTimePicker = (props) => {
7
- const $ = compilerRuntimeExports.c(18);
8
- const field = useFieldContext();
9
- let t0;
10
- if ($[0] !== field) {
11
- t0 = getFieldStatus(field);
12
- $[0] = field;
13
- $[1] = t0;
14
- } else {
15
- t0 = $[1];
16
- }
17
- const {
18
- isTouched,
19
- hasError,
20
- helperText
21
- } = t0;
22
- let t1;
23
- if ($[2] !== field) {
24
- t1 = (value) => field.handleChange(value);
25
- $[2] = field;
26
- $[3] = t1;
27
- } else {
28
- t1 = $[3];
29
- }
30
- const t2 = isTouched && hasError;
31
- const t3 = isTouched && helperText;
32
- let t4;
33
- if ($[4] !== field.handleBlur || $[5] !== props.textFieldProps || $[6] !== t2 || $[7] !== t3) {
34
- t4 = {
35
- onBlur: field.handleBlur,
36
- error: t2,
37
- helperText: t3,
38
- ...props.textFieldProps
39
- };
40
- $[4] = field.handleBlur;
41
- $[5] = props.textFieldProps;
42
- $[6] = t2;
43
- $[7] = t3;
44
- $[8] = t4;
45
- } else {
46
- t4 = $[8];
47
- }
48
- let t5;
49
- if ($[9] !== props.slotProps || $[10] !== t4) {
50
- t5 = {
51
- textField: t4,
52
- ...props.slotProps
53
- };
54
- $[9] = props.slotProps;
55
- $[10] = t4;
56
- $[11] = t5;
57
- } else {
58
- t5 = $[11];
59
- }
60
- let t6;
61
- if ($[12] !== field.name || $[13] !== field.state.value || $[14] !== props || $[15] !== t1 || $[16] !== t5) {
62
- t6 = /* @__PURE__ */ jsxRuntimeExports.jsx(TimePicker, { name: field.name, value: field.state.value, onChange: t1, slotProps: t5, "aria-label": field.name, ...props });
63
- $[12] = field.name;
64
- $[13] = field.state.value;
65
- $[14] = props;
66
- $[15] = t1;
67
- $[16] = t5;
68
- $[17] = t6;
69
- } else {
70
- t6 = $[17];
71
- }
72
- return t6;
73
- };
74
- export {
75
- FormTimePicker
76
- };
77
- //# sourceMappingURL=FormTimePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormTimePicker.js","sources":["../../../src/components/form/FormTimePicker.tsx"],"sourcesContent":["import { TimePicker } from \"@mui/x-date-pickers-pro\";\nimport type { TextFieldProps } from \"@mui/material\";\nimport type { TimePickerProps } from \"@mui/x-date-pickers-pro\";\nimport type { Dayjs } from \"dayjs\";\nimport type { FC } from \"react\";\nimport type { FormOmittedProps } from \"~/lib/utils\";\nimport { useFieldContext } from \"~/hooks/FormHooks\";\nimport { getFieldStatus } from \"~/lib/utils\";\n\nexport interface FormTimePickerProps extends Omit<TimePickerProps, FormOmittedProps> {\n textFieldProps?: TextFieldProps;\n}\n\nexport const FormTimePicker: FC<FormTimePickerProps> = (props) => {\n const field = useFieldContext<Dayjs | null | undefined>();\n const { isTouched, hasError, helperText } = getFieldStatus(field);\n\n return (\n <TimePicker\n name={field.name}\n value={field.state.value}\n onChange={(value) => field.handleChange(value)}\n slotProps={{\n textField: {\n onBlur: field.handleBlur,\n error: isTouched && hasError,\n helperText: isTouched && helperText,\n ...props.textFieldProps\n },\n ...props.slotProps\n }}\n aria-label={field.name}\n {...props}\n />\n );\n};\n"],"names":["FormTimePicker","props","$","_c","field","useFieldContext","t0","getFieldStatus","isTouched","hasError","helperText","t1","value","handleChange","t2","t3","t4","handleBlur","textFieldProps","onBlur","error","t5","slotProps","textField","t6","name","state"],"mappings":";;;;;AAaO,MAAMA,iBAA0CC,CAAAA,UAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,EAAA;AACnD,QAAAC,QAAcC,gBAAAA;AAA4C,MAAAC;AAAA,MAAAJ,SAAAE,OAAA;AACdE,SAAAC,eAAeH,KAAK;AAACF,WAAAE;AAAAF,WAAAI;AAAAA,EAAA,OAAA;AAAAA,SAAAJ,EAAA,CAAA;AAAA,EAAA;AAAjE,QAAA;AAAA,IAAAM;AAAAA,IAAAC;AAAAA,IAAAC;AAAAA,EAAAA,IAA4CJ;AAAsB,MAAAK;AAAA,MAAAT,SAAAE,OAAA;AAMhDO,SAAAC,CAAAA,UAAWR,MAAKS,aAAcD,KAAK;AAACV,WAAAE;AAAAF,WAAAS;AAAAA,EAAA,OAAA;AAAAA,SAAAT,EAAA,CAAA;AAAA,EAAA;AAI/B,QAAAY,KAAAN,aAAAC;AACK,QAAAM,KAAAP,aAAAE;AAAuB,MAAAM;AAAA,MAAAd,EAAA,CAAA,MAAAE,MAAAa,cAAAf,EAAA,CAAA,MAAAD,MAAAiB,kBAAAhB,EAAA,CAAA,MAAAY,MAAAZ,SAAAa,IAAA;AAH5BC,SAAA;AAAA,MAAAG,QACCf,MAAKa;AAAAA,MAAWG,OACjBN;AAAAA,MAAqBJ,YAChBK;AAAAA,MAAuB,GAChCd,MAAKiB;AAAAA,IAAAA;AACXhB,MAAA,CAAA,IAAAE,MAAAa;AAAAf,MAAA,CAAA,IAAAD,MAAAiB;AAAAhB,WAAAY;AAAAZ,WAAAa;AAAAb,WAAAc;AAAAA,EAAA,OAAA;AAAAA,SAAAd,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAmB;AAAA,MAAAnB,SAAAD,MAAAqB,aAAApB,UAAAc,IAAA;AANMK,SAAA;AAAA,MAAAE,WACIP;AAAAA,MAKV,GACEf,MAAKqB;AAAAA,IAAAA;AACXpB,MAAA,CAAA,IAAAD,MAAAqB;AAAApB,YAAAc;AAAAd,YAAAmB;AAAAA,EAAA,OAAA;AAAAA,SAAAnB,EAAA,EAAA;AAAA,EAAA;AAAA,MAAAsB;AAAA,MAAAtB,EAAA,EAAA,MAAAE,MAAAqB,QAAAvB,EAAA,EAAA,MAAAE,MAAAsB,MAAAd,SAAAV,EAAA,EAAA,MAAAD,SAAAC,UAAAS,MAAAT,EAAA,EAAA,MAAAmB,IAAA;AAZLG,+CAAC,YAAA,EACS,MAAApB,MAAKqB,MACJ,OAAArB,MAAKsB,MAAMd,OACR,UAAAD,IACC,WAAAU,IASC,cAAAjB,MAAKqB,MAAK,GAClBxB,OAAK;AACXC,MAAA,EAAA,IAAAE,MAAAqB;AAAAvB,MAAA,EAAA,IAAAE,MAAAsB,MAAAd;AAAAV,YAAAD;AAAAC,YAAAS;AAAAT,YAAAmB;AAAAnB,YAAAsB;AAAAA,EAAA,OAAA;AAAAA,SAAAtB,EAAA,EAAA;AAAA,EAAA;AAAA,SAfFsB;AAeE;"}
@@ -1,8 +0,0 @@
1
- import { TextFieldProps } from '@mui/material';
2
- import { TimeRangePickerProps } from '@mui/x-date-pickers-pro';
3
- import { FC } from 'react';
4
- import { FormOmittedProps } from '../../lib/utils';
5
- export interface FormTimeRangePickerProps extends Omit<TimeRangePickerProps, FormOmittedProps> {
6
- textFieldProps?: TextFieldProps;
7
- }
8
- export declare const FormTimeRangePicker: FC<FormTimeRangePickerProps>;
@@ -1,77 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { TimeRangePicker } from "@mui/x-date-pickers-pro";
4
- import { useFieldContext } from "../../hooks/FormHooks.js";
5
- import { getFieldStatus } from "../../lib/utils.js";
6
- const FormTimeRangePicker = (props) => {
7
- const $ = compilerRuntimeExports.c(18);
8
- const field = useFieldContext();
9
- let t0;
10
- if ($[0] !== field) {
11
- t0 = getFieldStatus(field);
12
- $[0] = field;
13
- $[1] = t0;
14
- } else {
15
- t0 = $[1];
16
- }
17
- const {
18
- isTouched,
19
- hasError,
20
- helperText
21
- } = t0;
22
- let t1;
23
- if ($[2] !== field) {
24
- t1 = (value) => field.handleChange(value);
25
- $[2] = field;
26
- $[3] = t1;
27
- } else {
28
- t1 = $[3];
29
- }
30
- const t2 = isTouched && hasError;
31
- const t3 = isTouched && helperText;
32
- let t4;
33
- if ($[4] !== field.handleBlur || $[5] !== props.textFieldProps || $[6] !== t2 || $[7] !== t3) {
34
- t4 = {
35
- onBlur: field.handleBlur,
36
- error: t2,
37
- helperText: t3,
38
- ...props.textFieldProps
39
- };
40
- $[4] = field.handleBlur;
41
- $[5] = props.textFieldProps;
42
- $[6] = t2;
43
- $[7] = t3;
44
- $[8] = t4;
45
- } else {
46
- t4 = $[8];
47
- }
48
- let t5;
49
- if ($[9] !== props.slotProps || $[10] !== t4) {
50
- t5 = {
51
- textField: t4,
52
- ...props.slotProps
53
- };
54
- $[9] = props.slotProps;
55
- $[10] = t4;
56
- $[11] = t5;
57
- } else {
58
- t5 = $[11];
59
- }
60
- let t6;
61
- if ($[12] !== field.name || $[13] !== field.state.value || $[14] !== props || $[15] !== t1 || $[16] !== t5) {
62
- t6 = /* @__PURE__ */ jsxRuntimeExports.jsx(TimeRangePicker, { name: field.name, value: field.state.value, onChange: t1, slotProps: t5, "aria-label": field.name, ...props });
63
- $[12] = field.name;
64
- $[13] = field.state.value;
65
- $[14] = props;
66
- $[15] = t1;
67
- $[16] = t5;
68
- $[17] = t6;
69
- } else {
70
- t6 = $[17];
71
- }
72
- return t6;
73
- };
74
- export {
75
- FormTimeRangePicker
76
- };
77
- //# sourceMappingURL=FormTimeRangePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormTimeRangePicker.js","sources":["../../../src/components/form/FormTimeRangePicker.tsx"],"sourcesContent":["import { TimeRangePicker } from \"@mui/x-date-pickers-pro\";\nimport type { TextFieldProps } from \"@mui/material\";\nimport type { TimeRangePickerProps } from \"@mui/x-date-pickers-pro\";\nimport type { Dayjs } from \"dayjs\";\nimport type { FC } from \"react\";\nimport type { FormOmittedProps } from \"~/lib/utils\";\nimport { useFieldContext } from \"~/hooks/FormHooks\";\nimport { getFieldStatus } from \"~/lib/utils\";\n\nexport interface FormTimeRangePickerProps extends Omit<TimeRangePickerProps, FormOmittedProps> {\n textFieldProps?: TextFieldProps;\n}\n\nexport const FormTimeRangePicker: FC<FormTimeRangePickerProps> = (props) => {\n const field = useFieldContext<[Dayjs | null, Dayjs | null] | undefined>();\n const { isTouched, hasError, helperText } = getFieldStatus(field);\n\n return (\n <TimeRangePicker\n name={field.name}\n value={field.state.value}\n onChange={(value) => field.handleChange(value)}\n slotProps={{\n textField: {\n onBlur: field.handleBlur,\n error: isTouched && hasError,\n helperText: isTouched && helperText,\n ...props.textFieldProps\n },\n ...props.slotProps\n }}\n aria-label={field.name}\n {...props}\n />\n );\n};\n"],"names":["FormTimeRangePicker","props","$","_c","field","useFieldContext","t0","getFieldStatus","isTouched","hasError","helperText","t1","value","handleChange","t2","t3","t4","handleBlur","textFieldProps","onBlur","error","t5","slotProps","textField","t6","name","state"],"mappings":";;;;;AAaO,MAAMA,sBAAoDC,CAAAA,UAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,EAAA;AAC7D,QAAAC,QAAcC,gBAAAA;AAA4D,MAAAC;AAAA,MAAAJ,SAAAE,OAAA;AAC9BE,SAAAC,eAAeH,KAAK;AAACF,WAAAE;AAAAF,WAAAI;AAAAA,EAAA,OAAA;AAAAA,SAAAJ,EAAA,CAAA;AAAA,EAAA;AAAjE,QAAA;AAAA,IAAAM;AAAAA,IAAAC;AAAAA,IAAAC;AAAAA,EAAAA,IAA4CJ;AAAsB,MAAAK;AAAA,MAAAT,SAAAE,OAAA;AAMhDO,SAAAC,CAAAA,UAAWR,MAAKS,aAAcD,KAAK;AAACV,WAAAE;AAAAF,WAAAS;AAAAA,EAAA,OAAA;AAAAA,SAAAT,EAAA,CAAA;AAAA,EAAA;AAI/B,QAAAY,KAAAN,aAAAC;AACK,QAAAM,KAAAP,aAAAE;AAAuB,MAAAM;AAAA,MAAAd,EAAA,CAAA,MAAAE,MAAAa,cAAAf,EAAA,CAAA,MAAAD,MAAAiB,kBAAAhB,EAAA,CAAA,MAAAY,MAAAZ,SAAAa,IAAA;AAH5BC,SAAA;AAAA,MAAAG,QACCf,MAAKa;AAAAA,MAAWG,OACjBN;AAAAA,MAAqBJ,YAChBK;AAAAA,MAAuB,GAChCd,MAAKiB;AAAAA,IAAAA;AACXhB,MAAA,CAAA,IAAAE,MAAAa;AAAAf,MAAA,CAAA,IAAAD,MAAAiB;AAAAhB,WAAAY;AAAAZ,WAAAa;AAAAb,WAAAc;AAAAA,EAAA,OAAA;AAAAA,SAAAd,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAmB;AAAA,MAAAnB,SAAAD,MAAAqB,aAAApB,UAAAc,IAAA;AANMK,SAAA;AAAA,MAAAE,WACIP;AAAAA,MAKV,GACEf,MAAKqB;AAAAA,IAAAA;AACXpB,MAAA,CAAA,IAAAD,MAAAqB;AAAApB,YAAAc;AAAAd,YAAAmB;AAAAA,EAAA,OAAA;AAAAA,SAAAnB,EAAA,EAAA;AAAA,EAAA;AAAA,MAAAsB;AAAA,MAAAtB,EAAA,EAAA,MAAAE,MAAAqB,QAAAvB,EAAA,EAAA,MAAAE,MAAAsB,MAAAd,SAAAV,EAAA,EAAA,MAAAD,SAAAC,UAAAS,MAAAT,EAAA,EAAA,MAAAmB,IAAA;AAZLG,+CAAC,iBAAA,EACS,MAAApB,MAAKqB,MACJ,OAAArB,MAAKsB,MAAMd,OACR,UAAAD,IACC,WAAAU,IASC,cAAAjB,MAAKqB,MAAK,GAClBxB,OAAK;AACXC,MAAA,EAAA,IAAAE,MAAAqB;AAAAvB,MAAA,EAAA,IAAAE,MAAAsB,MAAAd;AAAAV,YAAAD;AAAAC,YAAAS;AAAAT,YAAAmB;AAAAnB,YAAAsB;AAAAA,EAAA,OAAA;AAAAA,SAAAtB,EAAA,EAAA;AAAA,EAAA;AAAA,SAfFsB;AAeE;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ButtonProps } from '@mui/material';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<Omit<ButtonProps<"a">, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
5
- export declare const RouterButton: LinkComponent<typeof Component>;
6
- export {};
@@ -1,35 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Button } from "@mui/material";
4
- import { createLink } from "@tanstack/react-router";
5
- import React from "react";
6
- const Component = React.forwardRef(function ButtonComponent(props, reference) {
7
- const $ = compilerRuntimeExports.c(3);
8
- let t0;
9
- if ($[0] !== props || $[1] !== reference) {
10
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(Button, { ref: reference, component: "a", ...props });
11
- $[0] = props;
12
- $[1] = reference;
13
- $[2] = t0;
14
- } else {
15
- t0 = $[2];
16
- }
17
- return t0;
18
- });
19
- const CreatedComponent = createLink(Component);
20
- const RouterButton = (props) => {
21
- const $ = compilerRuntimeExports.c(2);
22
- let t0;
23
- if ($[0] !== props) {
24
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(CreatedComponent, { ...props });
25
- $[0] = props;
26
- $[1] = t0;
27
- } else {
28
- t0 = $[1];
29
- }
30
- return t0;
31
- };
32
- export {
33
- RouterButton
34
- };
35
- //# sourceMappingURL=RouterButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterButton.js","sources":["../../../src/components/router/RouterButton.tsx"],"sourcesContent":["import { Button } from \"@mui/material\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { ButtonProps } from \"@mui/material\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLAnchorElement, ButtonProps<\"a\">>(function ButtonComponent(props, reference) {\n return <Button ref={reference} component=\"a\" {...props} />;\n});\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterButton: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};"],"names":["Component","React","forwardRef","ButtonComponent","props","reference","$","_c","t0","CreatedComponent","createLink","RouterButton","jsx"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WAAgD,SAAAC,gBAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AAC7DG,+CAAC,QAAA,EAAYH,KAAAA,WAAqB,WAAA,KAAG,GAAKD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAAnDE;AAAmD,CAC7D;AAED,MAAMC,mBAAmBC,WAAWV,SAAS;AAEtC,MAAMW,eAAgDP,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AAClDI,SAAAI,kCAAAA,IAAC,kBAAA,EAAgB,GAAKR,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1,7 +0,0 @@
1
- import { FC } from 'react';
2
- import { ErrorComponentProps } from '@tanstack/react-router';
3
- interface RouterErrorProps {
4
- error: ErrorComponentProps["error"];
5
- }
6
- export declare const RouterError: FC<RouterErrorProps>;
7
- export {};
@@ -1,62 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Typography, Divider, Box } from "@mui/material";
4
- const RouterError = (t0) => {
5
- const $ = compilerRuntimeExports.c(9);
6
- const {
7
- error
8
- } = t0;
9
- let t1;
10
- if ($[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
11
- t1 = {
12
- lineHeight: 1
13
- };
14
- $[0] = t1;
15
- } else {
16
- t1 = $[0];
17
- }
18
- const t2 = error.name || "500";
19
- let t3;
20
- if ($[1] !== t2) {
21
- t3 = /* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h3", component: "span", fontWeight: 500, sx: t1, children: t2 });
22
- $[1] = t2;
23
- $[2] = t3;
24
- } else {
25
- t3 = $[2];
26
- }
27
- let t4;
28
- if ($[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
29
- t4 = /* @__PURE__ */ jsxRuntimeExports.jsx(Divider, { orientation: "vertical", flexItem: true, sx: {
30
- mx: 3
31
- } });
32
- $[3] = t4;
33
- } else {
34
- t4 = $[3];
35
- }
36
- let t5;
37
- if ($[4] !== error.message) {
38
- t5 = /* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h5", component: "span", children: error.message });
39
- $[4] = error.message;
40
- $[5] = t5;
41
- } else {
42
- t5 = $[5];
43
- }
44
- let t6;
45
- if ($[6] !== t3 || $[7] !== t5) {
46
- t6 = /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { height: "100vh", display: "flex", flexDirection: "column", alignItems: "center", justifyContent: "center", textAlign: "center", px: 2, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Box, { display: "flex", alignItems: "center", mb: 4, children: [
47
- t3,
48
- t4,
49
- t5
50
- ] }) });
51
- $[6] = t3;
52
- $[7] = t5;
53
- $[8] = t6;
54
- } else {
55
- t6 = $[8];
56
- }
57
- return t6;
58
- };
59
- export {
60
- RouterError
61
- };
62
- //# sourceMappingURL=RouterError.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterError.js","sources":["../../../src/components/router/RouterError.tsx"],"sourcesContent":["import { Box, Divider, Typography } from \"@mui/material\";\nimport type { FC } from \"react\";\nimport type { ErrorComponentProps } from \"@tanstack/react-router\";\n\ninterface RouterErrorProps {\n error: ErrorComponentProps[\"error\"];\n}\n\nexport const RouterError: FC<RouterErrorProps> = ({ error }) => {\n\n return (\n <Box height=\"100vh\" display=\"flex\" flexDirection=\"column\" alignItems=\"center\" justifyContent=\"center\" textAlign=\"center\" px={2} >\n <Box display=\"flex\" alignItems=\"center\" mb={4}>\n <Typography variant=\"h3\" component=\"span\" fontWeight={500} sx={{ lineHeight: 1 }}>{error.name || \"500\"}</Typography>\n <Divider orientation=\"vertical\" flexItem sx={{ mx: 3 }} />\n <Typography variant=\"h5\" component=\"span\">{error.message}</Typography>\n </Box>\n </Box>\n );\n};\n"],"names":["RouterError","t0","$","_c","error","t1","Symbol","for","lineHeight","t2","name","t3","jsx","t4","mx","t5","message","t6","jsxs"],"mappings":";;;AAQO,MAAMA,cAAoCC,CAAAA,OAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAC,QAAA;AAAA,IAAAC;AAAAA,EAAAA,IAAAH;AAAS,MAAAI;AAAA,MAAAH,EAAA,CAAA,MAAAI,uBAAAC,IAAA,2BAAA,GAAA;AAKYF,SAAA;AAAA,MAAAG,YAAc;AAAA,IAAA;AAAGN,WAAAG;AAAAA,EAAA,OAAA;AAAAA,SAAAH,EAAA,CAAA;AAAA,EAAA;AAAG,QAAAO,KAAAL,MAAKM,QAAL;AAAmB,MAAAC;AAAA,MAAAT,SAAAO,IAAA;AAAtGE,SAAAC,kCAAAA,IAAC,YAAA,EAAmB,SAAA,MAAe,WAAA,QAAmB,YAAA,KAAS,IAAAP,IAAoBI,UAAAA,GAAAA,CAAoB;AAAaP,WAAAO;AAAAP,WAAAS;AAAAA,EAAA,OAAA;AAAAA,SAAAT,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAW;AAAA,MAAAX,EAAA,CAAA,MAAAI,uBAAAC,IAAA,2BAAA,GAAA;AACpHM,+CAAC,SAAA,EAAoB,aAAA,YAAW,UAAA,MAAa,IAAA;AAAA,MAAAC,IAAM;AAAA,IAAA,GAAG;AAAIZ,WAAAW;AAAAA,EAAA,OAAA;AAAAA,SAAAX,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAa;AAAA,MAAAb,EAAA,CAAA,MAAAE,MAAAY,SAAA;AAC1DD,+CAAC,YAAA,EAAmB,SAAA,MAAe,WAAA,QAAQX,gBAAKY,QAAAA,CAAS;AAAad,MAAA,CAAA,IAAAE,MAAAY;AAAAd,WAAAa;AAAAA,EAAA,OAAA;AAAAA,SAAAb,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAe;AAAA,MAAAf,EAAA,CAAA,MAAAS,MAAAT,SAAAa,IAAA;AAJ1EE,SAAAL,kCAAAA,IAAC,OAAW,QAAA,SAAgB,SAAA,QAAqB,eAAA,UAAoB,YAAA,UAAwB,gBAAA,UAAmB,WAAA,UAAa,IAAA,GAC3H,UAAAM,kCAAAA,KAAC,KAAA,EAAY,SAAA,QAAkB,YAAA,UAAa,IAAA,GAC1CP,UAAAA;AAAAA,MAAAA;AAAAA,MACAE;AAAAA,MACAE;AAAAA,IAAAA,EAAAA,CACF,EAAA,CACF;AAAMb,WAAAS;AAAAT,WAAAa;AAAAb,WAAAe;AAAAA,EAAA,OAAA;AAAAA,SAAAf,EAAA,CAAA;AAAA,EAAA;AAAA,SANNe;AAMM;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { GridActionsCellItemProps } from '@mui/x-data-grid-premium';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<GridActionsCellItemProps & React.RefAttributes<HTMLButtonElement>>;
5
- export declare const RouterGridActionsCellItem: LinkComponent<typeof Component>;
6
- export {};
@@ -1,35 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { GridActionsCellItem } from "@mui/x-data-grid-premium";
4
- import { createLink } from "@tanstack/react-router";
5
- import React from "react";
6
- const Component = React.forwardRef(function GridActionsCellItemComponent(props, reference) {
7
- const $ = compilerRuntimeExports.c(3);
8
- let t0;
9
- if ($[0] !== props || $[1] !== reference) {
10
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(GridActionsCellItem, { ref: reference, component: "a", ...props });
11
- $[0] = props;
12
- $[1] = reference;
13
- $[2] = t0;
14
- } else {
15
- t0 = $[2];
16
- }
17
- return t0;
18
- });
19
- const CreatedComponent = createLink(Component);
20
- const RouterGridActionsCellItem = (props) => {
21
- const $ = compilerRuntimeExports.c(2);
22
- let t0;
23
- if ($[0] !== props) {
24
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(CreatedComponent, { ...props });
25
- $[0] = props;
26
- $[1] = t0;
27
- } else {
28
- t0 = $[1];
29
- }
30
- return t0;
31
- };
32
- export {
33
- RouterGridActionsCellItem
34
- };
35
- //# sourceMappingURL=RouterGridActionsCellItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterGridActionsCellItem.js","sources":["../../../src/components/router/RouterGridActionsCellItem.tsx"],"sourcesContent":["import { GridActionsCellItem } from \"@mui/x-data-grid-premium\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { GridActionsCellItemProps } from \"@mui/x-data-grid-premium\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLButtonElement, GridActionsCellItemProps>(\n function GridActionsCellItemComponent(props, reference) {\n return <GridActionsCellItem ref={reference} component=\"a\" {...props} />;\n }\n) as React.ForwardRefExoticComponent<GridActionsCellItemProps & React.RefAttributes<HTMLButtonElement>>;\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterGridActionsCellItem: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};"],"names":["Component","React","forwardRef","GridActionsCellItemComponent","props","reference","$","_c","t0","CreatedComponent","createLink","RouterGridActionsCellItem","jsx"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WACpB,SAAAC,6BAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AACWG,+CAAC,qBAAA,EAAyBH,KAAAA,WAAqB,WAAA,KAAG,GAAKD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAAhEE;AAAgE,CAE/E;AAEA,MAAMC,mBAAmBC,WAAWV,SAAS;AAEtC,MAAMW,4BAA6DP,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AAC/DI,SAAAI,kCAAAA,IAAC,kBAAA,EAAgB,GAAKR,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { IconButtonProps } from '@mui/material';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<Omit<IconButtonProps<"a">, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
5
- export declare const RouterIconButton: LinkComponent<typeof Component>;
6
- export {};
@@ -1,35 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { IconButton } from "@mui/material";
4
- import { createLink } from "@tanstack/react-router";
5
- import React from "react";
6
- const Component = React.forwardRef(function IconButtonComponent(props, reference) {
7
- const $ = compilerRuntimeExports.c(3);
8
- let t0;
9
- if ($[0] !== props || $[1] !== reference) {
10
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(IconButton, { ref: reference, component: "a", ...props });
11
- $[0] = props;
12
- $[1] = reference;
13
- $[2] = t0;
14
- } else {
15
- t0 = $[2];
16
- }
17
- return t0;
18
- });
19
- const CreatedComponent = createLink(Component);
20
- const RouterIconButton = (props) => {
21
- const $ = compilerRuntimeExports.c(2);
22
- let t0;
23
- if ($[0] !== props) {
24
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(CreatedComponent, { ...props });
25
- $[0] = props;
26
- $[1] = t0;
27
- } else {
28
- t0 = $[1];
29
- }
30
- return t0;
31
- };
32
- export {
33
- RouterIconButton
34
- };
35
- //# sourceMappingURL=RouterIconButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterIconButton.js","sources":["../../../src/components/router/RouterIconButton.tsx"],"sourcesContent":["import { IconButton } from \"@mui/material\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { IconButtonProps } from \"@mui/material\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLAnchorElement, IconButtonProps<\"a\">>(function IconButtonComponent(props, reference) {\n return <IconButton ref={reference} component=\"a\" {...props} />;\n});\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterIconButton: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};"],"names":["Component","React","forwardRef","IconButtonComponent","props","reference","$","_c","t0","CreatedComponent","createLink","RouterIconButton","jsx"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WAAoD,SAAAC,oBAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AACjEG,+CAAC,YAAA,EAAgBH,KAAAA,WAAqB,WAAA,KAAG,GAAKD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAAvDE;AAAuD,CACjE;AAED,MAAMC,mBAAmBC,WAAWV,SAAS;AAEtC,MAAMW,mBAAoDP,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AACtDI,SAAAI,kCAAAA,IAAC,kBAAA,EAAgB,GAAKR,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { LinkProps } from '@mui/material';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
5
- export declare const RouterLink: LinkComponent<typeof Component>;
6
- export {};
@@ -1,35 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Link } from "@mui/material";
4
- import { createLink } from "@tanstack/react-router";
5
- import React from "react";
6
- const Component = React.forwardRef(function LinkComponent(props, reference) {
7
- const $ = compilerRuntimeExports.c(3);
8
- let t0;
9
- if ($[0] !== props || $[1] !== reference) {
10
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(Link, { ref: reference, ...props });
11
- $[0] = props;
12
- $[1] = reference;
13
- $[2] = t0;
14
- } else {
15
- t0 = $[2];
16
- }
17
- return t0;
18
- });
19
- const CreatedComponent = createLink(Component);
20
- const RouterLink = (props) => {
21
- const $ = compilerRuntimeExports.c(2);
22
- let t0;
23
- if ($[0] !== props) {
24
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(CreatedComponent, { ...props });
25
- $[0] = props;
26
- $[1] = t0;
27
- } else {
28
- t0 = $[1];
29
- }
30
- return t0;
31
- };
32
- export {
33
- RouterLink
34
- };
35
- //# sourceMappingURL=RouterLink.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterLink.js","sources":["../../../src/components/router/RouterLink.tsx"],"sourcesContent":["import { Link } from \"@mui/material\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { LinkProps } from \"@mui/material\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLAnchorElement, LinkProps>(function LinkComponent(props, reference) {\n return <Link ref={reference} {...props} />;\n});\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterLink: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};"],"names":["Component","React","forwardRef","LinkComponent","props","reference","$","_c","t0","jsx","CreatedComponent","createLink","RouterLink"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WAAyC,SAAAC,cAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AACtDG,SAAAC,kCAAAA,IAAC,MAAA,EAAUJ,KAAAA,WAAS,GAAMD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAAnCE;AAAmC,CAC7C;AAED,MAAME,mBAAmBC,WAAWX,SAAS;AAEtC,MAAMY,aAA8CR,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AAChDI,SAAAC,kCAAAA,IAAC,kBAAA,EAAgB,GAAKL,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ListItemButtonProps } from '@mui/material';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<Omit<ListItemButtonProps<"a">, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
5
- export declare const RouterListItemButton: LinkComponent<typeof Component>;
6
- export {};
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterListItemButton.js","sources":["../../../src/components/router/RouterListItemButton.tsx"],"sourcesContent":["import { ListItemButton } from \"@mui/material\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { ListItemButtonProps } from \"@mui/material\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLAnchorElement, ListItemButtonProps<\"a\">>(function ButtonComponent(props, reference) {\n return <ListItemButton ref={reference} component=\"a\" {...props} />;\n});\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterListItemButton: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};\n"],"names":["Component","React","forwardRef","ButtonComponent","props","reference","$","_c","t0","CreatedComponent","createLink","RouterListItemButton","jsx"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WAAwD,SAAAC,gBAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AACrEG,+CAAC,gBAAA,EAAoBH,KAAAA,WAAqB,WAAA,KAAG,GAAKD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA3DE;AAA2D,CACrE;AAED,MAAMC,mBAAmBC,WAAWV,SAAS;AAEtC,MAAMW,uBAAwDP,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AAC1DI,SAAAI,kCAAAA,IAAC,kBAAA,EAAgB,GAAKR,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1 +0,0 @@
1
- export declare function RouterNotFound(): import("react/jsx-runtime").JSX.Element;
@@ -1,53 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Typography, Divider, Box } from "@mui/material";
4
- import { useTranslation } from "react-i18next";
5
- function RouterNotFound() {
6
- const $ = compilerRuntimeExports.c(6);
7
- const {
8
- t
9
- } = useTranslation();
10
- let t0;
11
- if ($[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
12
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h3", component: "span", fontWeight: 500, sx: {
13
- lineHeight: 1
14
- }, children: "404" });
15
- $[0] = t0;
16
- } else {
17
- t0 = $[0];
18
- }
19
- let t1;
20
- if ($[1] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
21
- t1 = /* @__PURE__ */ jsxRuntimeExports.jsx(Divider, { orientation: "vertical", flexItem: true, sx: {
22
- mx: 3
23
- } });
24
- $[1] = t1;
25
- } else {
26
- t1 = $[1];
27
- }
28
- let t2;
29
- if ($[2] !== t) {
30
- t2 = t("Layout.ThisPageCouldNotBeFound");
31
- $[2] = t;
32
- $[3] = t2;
33
- } else {
34
- t2 = $[3];
35
- }
36
- let t3;
37
- if ($[4] !== t2) {
38
- t3 = /* @__PURE__ */ jsxRuntimeExports.jsx(Box, { height: "100vh", display: "flex", flexDirection: "column", alignItems: "center", justifyContent: "center", textAlign: "center", px: 2, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Box, { display: "flex", alignItems: "center", mb: 4, children: [
39
- t0,
40
- t1,
41
- /* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { variant: "h5", component: "span", children: t2 })
42
- ] }) });
43
- $[4] = t2;
44
- $[5] = t3;
45
- } else {
46
- t3 = $[5];
47
- }
48
- return t3;
49
- }
50
- export {
51
- RouterNotFound
52
- };
53
- //# sourceMappingURL=RouterNotFound.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterNotFound.js","sources":["../../../src/components/router/RouterNotFound.tsx"],"sourcesContent":["import { Box, Divider, Typography } from \"@mui/material\";\nimport { useTranslation } from \"react-i18next\";\n\nexport function RouterNotFound() {\n const { t } = useTranslation();\n\n return (\n <Box height=\"100vh\" display=\"flex\" flexDirection=\"column\" alignItems=\"center\" justifyContent=\"center\" textAlign=\"center\" px={2} >\n <Box display=\"flex\" alignItems=\"center\" mb={4}>\n <Typography variant=\"h3\" component=\"span\" fontWeight={500} sx={{ lineHeight: 1 }}>404</Typography>\n <Divider orientation=\"vertical\" flexItem sx={{ mx: 3 }} />\n <Typography variant=\"h5\" component=\"span\">{t(\"Layout.ThisPageCouldNotBeFound\")}</Typography>\n </Box>\n </Box>\n );\n}\n"],"names":["RouterNotFound","$","_c","t","useTranslation","t0","Symbol","for","lineHeight","t1","mx","t2","t3","jsx","jsxs"],"mappings":";;;;AAGO,SAAAA,iBAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AACL,QAAA;AAAA,IAAAC;AAAAA,EAAAA,IAAcC,eAAAA;AAAiB,MAAAC;AAAA,MAAAJ,EAAA,CAAA,MAAAK,uBAAAC,IAAA,2BAAA,GAAA;AAKzBF,+CAAC,cAAmB,SAAA,MAAe,WAAA,QAAmB,iBAAS,IAAA;AAAA,MAAAG,YAAc;AAAA,IAAA,GAAK,UAAA,OAAG;AAAaP,WAAAI;AAAAA,EAAA,OAAA;AAAAA,SAAAJ,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAQ;AAAA,MAAAR,EAAA,CAAA,MAAAK,uBAAAC,IAAA,2BAAA,GAAA;AAClGE,+CAAC,SAAA,EAAoB,aAAA,YAAW,UAAA,MAAa,IAAA;AAAA,MAAAC,IAAM;AAAA,IAAA,GAAG;AAAIT,WAAAQ;AAAAA,EAAA,OAAA;AAAAA,SAAAR,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAU;AAAA,MAAAV,SAAAE,GAAA;AACfQ,SAAAR,EAAE,gCAAgC;AAACF,WAAAE;AAAAF,WAAAU;AAAAA,EAAA,OAAA;AAAAA,SAAAV,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAW;AAAA,MAAAX,SAAAU,IAAA;AAJlFC,SAAAC,kCAAAA,IAAC,OAAW,QAAA,SAAgB,SAAA,QAAqB,eAAA,UAAoB,YAAA,UAAwB,gBAAA,UAAmB,WAAA,UAAa,OAC3H,UAAAC,kCAAAA,KAAC,KAAA,EAAY,SAAA,QAAkB,YAAA,UAAa,IAAA,GAC1CT,UAAAA;AAAAA,MAAAA;AAAAA,MACAI;AAAAA,4CACC,YAAA,EAAmB,SAAA,MAAe,WAAA,QAAQE,UAAAA,GAAAA,CAAoC;AAAA,IAAA,EAAA,CACjF,EAAA,CACF;AAAMV,WAAAU;AAAAV,WAAAW;AAAAA,EAAA,OAAA;AAAAA,SAAAX,EAAA,CAAA;AAAA,EAAA;AAAA,SANNW;AAMM;"}
@@ -1,6 +0,0 @@
1
- import { default as React } from 'react';
2
- import { TabProps } from '@mui/material';
3
- import { LinkComponent } from '@tanstack/react-router';
4
- declare const Component: React.ForwardRefExoticComponent<Omit<TabProps<"a">, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
5
- export declare const RouterTab: LinkComponent<typeof Component>;
6
- export {};
@@ -1,35 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Tab } from "@mui/material";
4
- import { createLink } from "@tanstack/react-router";
5
- import React from "react";
6
- const Component = React.forwardRef(function TabComponent(props, reference) {
7
- const $ = compilerRuntimeExports.c(3);
8
- let t0;
9
- if ($[0] !== props || $[1] !== reference) {
10
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(Tab, { ref: reference, component: "a", ...props });
11
- $[0] = props;
12
- $[1] = reference;
13
- $[2] = t0;
14
- } else {
15
- t0 = $[2];
16
- }
17
- return t0;
18
- });
19
- const CreatedComponent = createLink(Component);
20
- const RouterTab = (props) => {
21
- const $ = compilerRuntimeExports.c(2);
22
- let t0;
23
- if ($[0] !== props) {
24
- t0 = /* @__PURE__ */ jsxRuntimeExports.jsx(CreatedComponent, { ...props });
25
- $[0] = props;
26
- $[1] = t0;
27
- } else {
28
- t0 = $[1];
29
- }
30
- return t0;
31
- };
32
- export {
33
- RouterTab
34
- };
35
- //# sourceMappingURL=RouterTab.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RouterTab.js","sources":["../../../src/components/router/RouterTab.tsx"],"sourcesContent":["import { Tab } from \"@mui/material\";\nimport { createLink } from \"@tanstack/react-router\";\nimport React from \"react\";\nimport type { TabProps } from \"@mui/material\";\nimport type { LinkComponent } from \"@tanstack/react-router\";\n\nconst Component = React.forwardRef<HTMLAnchorElement, TabProps<\"a\">>(function TabComponent(props, reference) {\n return <Tab ref={reference} component=\"a\" {...props} />;\n});\n\nconst CreatedComponent = createLink(Component);\n\nexport const RouterTab: LinkComponent<typeof Component> = (props) => {\n return <CreatedComponent {...props} />;\n};"],"names":["Component","React","forwardRef","TabComponent","props","reference","$","_c","t0","CreatedComponent","createLink","RouterTab","jsx"],"mappings":";;;;;AAMA,MAAMA,YAAYC,MAAMC,WAA6C,SAAAC,aAAAC,OAAAC,WAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,EAAA,CAAA,MAAAF,SAAAE,SAAAD,WAAA;AAC1DG,+CAAC,KAAA,EAASH,KAAAA,WAAqB,WAAA,KAAG,GAAKD,OAAK;AAAIE,WAAAF;AAAAE,WAAAD;AAAAC,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAAhDE;AAAgD,CAC1D;AAED,MAAMC,mBAAmBC,WAAWV,SAAS;AAEtC,MAAMW,YAA6CP,CAAAA,UAAA;AAAA,QAAAE,IAAAC,uBAAAA,EAAA,CAAA;AAAA,MAAAC;AAAA,MAAAF,SAAAF,OAAA;AAC/CI,SAAAI,kCAAAA,IAAC,kBAAA,EAAgB,GAAKR,MAAAA,CAAK;AAAIE,WAAAF;AAAAE,WAAAE;AAAAA,EAAA,OAAA;AAAAA,SAAAF,EAAA,CAAA;AAAA,EAAA;AAAA,SAA/BE;AAA+B;"}
@@ -1,6 +0,0 @@
1
- import { CloseDialog, OpenDialog } from '../hooks/DialogsHooks';
2
- export interface DialogsContextValue {
3
- open: OpenDialog;
4
- close: CloseDialog;
5
- }
6
- export declare const DialogsContext: import('react').Context<DialogsContextValue>;
@@ -1,6 +0,0 @@
1
- import { createContext } from "react";
2
- const DialogsContext = createContext({});
3
- export {
4
- DialogsContext
5
- };
6
- //# sourceMappingURL=DialogsContext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DialogsContext.js","sources":["../../src/contexts/DialogsContext.ts"],"sourcesContent":["import { createContext } from \"react\";\nimport type { CloseDialog, OpenDialog } from \"../hooks/DialogsHooks\";\n\nexport interface DialogsContextValue {\n open: OpenDialog;\n close: CloseDialog;\n}\n\nexport const DialogsContext = createContext<DialogsContextValue>({} as DialogsContextValue);"],"names":["DialogsContext","createContext"],"mappings":";AAQO,MAAMA,iBAAiBC,cAAmC,CAAA,CAAyB;"}