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,9 +0,0 @@
1
- import { ChipProps } from '@mui/material';
2
- import { GridRenderCellParams, GridValidRowModel } from '@mui/x-data-grid-premium';
3
- interface ChipInputCellProps<T extends GridValidRowModel> {
4
- params: GridRenderCellParams<T>;
5
- slotProps?: ChipProps;
6
- getLabel?: (object: T) => string | number;
7
- }
8
- export declare const ChipInputCell: <T extends GridValidRowModel>({ params, slotProps, getLabel }: ChipInputCellProps<T>) => import("react/jsx-runtime").JSX.Element | null;
9
- export {};
@@ -1,95 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { Chip, Stack } from "@mui/material";
4
- const isArray = (value) => Array.isArray(value);
5
- const ChipInputCell = (t0) => {
6
- const $ = compilerRuntimeExports.c(20);
7
- const {
8
- params,
9
- slotProps,
10
- getLabel
11
- } = t0;
12
- if (!params.value) {
13
- return null;
14
- }
15
- let t1;
16
- if ($[0] !== getLabel) {
17
- t1 = (value) => {
18
- if (getLabel) {
19
- return getLabel(value);
20
- }
21
- return value;
22
- };
23
- $[0] = getLabel;
24
- $[1] = t1;
25
- } else {
26
- t1 = $[1];
27
- }
28
- const getLabelValue = t1;
29
- if (isArray(params.value)) {
30
- let t22;
31
- if ($[2] !== params.colDef.computedWidth) {
32
- t22 = {
33
- overflowX: "auto",
34
- height: "100%",
35
- width: params.colDef.computedWidth
36
- };
37
- $[2] = params.colDef.computedWidth;
38
- $[3] = t22;
39
- } else {
40
- t22 = $[3];
41
- }
42
- let t32;
43
- if ($[4] !== getLabelValue || $[5] !== params.value || $[6] !== slotProps) {
44
- let t42;
45
- if ($[8] !== getLabelValue || $[9] !== slotProps) {
46
- t42 = (value_0, index) => /* @__PURE__ */ jsxRuntimeExports.jsx(Chip, { label: getLabelValue(value_0), ...slotProps }, `${index + 1}-chip-input-cell`);
47
- $[8] = getLabelValue;
48
- $[9] = slotProps;
49
- $[10] = t42;
50
- } else {
51
- t42 = $[10];
52
- }
53
- t32 = params.value.map(t42);
54
- $[4] = getLabelValue;
55
- $[5] = params.value;
56
- $[6] = slotProps;
57
- $[7] = t32;
58
- } else {
59
- t32 = $[7];
60
- }
61
- let t4;
62
- if ($[11] !== t22 || $[12] !== t32) {
63
- t4 = /* @__PURE__ */ jsxRuntimeExports.jsx(Stack, { direction: "row", alignItems: "center", gap: 1, sx: t22, children: t32 });
64
- $[11] = t22;
65
- $[12] = t32;
66
- $[13] = t4;
67
- } else {
68
- t4 = $[13];
69
- }
70
- return t4;
71
- }
72
- let t2;
73
- if ($[14] !== getLabelValue || $[15] !== params.value) {
74
- t2 = getLabelValue(params.value);
75
- $[14] = getLabelValue;
76
- $[15] = params.value;
77
- $[16] = t2;
78
- } else {
79
- t2 = $[16];
80
- }
81
- let t3;
82
- if ($[17] !== slotProps || $[18] !== t2) {
83
- t3 = /* @__PURE__ */ jsxRuntimeExports.jsx(Chip, { label: t2, ...slotProps });
84
- $[17] = slotProps;
85
- $[18] = t2;
86
- $[19] = t3;
87
- } else {
88
- t3 = $[19];
89
- }
90
- return t3;
91
- };
92
- export {
93
- ChipInputCell
94
- };
95
- //# sourceMappingURL=ChipInputCell.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChipInputCell.js","sources":["../../../src/components/data-grid/ChipInputCell.tsx"],"sourcesContent":["import { Chip, Stack } from \"@mui/material\";\nimport type { ChipProps} from \"@mui/material\";\nimport type { GridRenderCellParams, GridValidRowModel } from \"@mui/x-data-grid-premium\";\n\nconst isArray = (value: any) => Array.isArray(value);\n\ninterface ChipInputCellProps<T extends GridValidRowModel> {\n params: GridRenderCellParams<T>;\n slotProps?: ChipProps;\n getLabel?: (object: T) => string | number;\n}\n\nexport const ChipInputCell = <T extends GridValidRowModel>({ params, slotProps, getLabel }: ChipInputCellProps<T>) => {\n if (!params.value) return null;\n\n const getLabelValue = (value: any) => {\n if (getLabel) return getLabel(value);\n return value;\n };\n\n if (isArray(params.value))\n return (\n <Stack direction=\"row\" alignItems=\"center\" gap={1} sx={{ overflowX: \"auto\", height: \"100%\", width: params.colDef.computedWidth }}>\n {params.value.map((value: any, index) =>\n <Chip key={`${index + 1}-chip-input-cell`} label={getLabelValue(value)} {...slotProps} />\n )}\n </Stack>\n );\n\n return <Chip label={getLabelValue(params.value)} {...slotProps} />;\n};"],"names":["isArray","value","Array","ChipInputCell","t0","$","_c","params","slotProps","getLabel","t1","getLabelValue","t2","colDef","computedWidth","overflowX","height","width","t3","t4","value_0","index","map","jsx"],"mappings":";;;AAIA,MAAMA,UAAUA,CAACC,UAAeC,MAAMF,QAAQC,KAAK;AAQ5C,MAAME,gBAAgBC,CAAAA,OAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,EAAA;AAA8B,QAAA;AAAA,IAAAC;AAAAA,IAAAC;AAAAA,IAAAC;AAAAA,EAAAA,IAAAL;AACvD,MAAI,CAACG,OAAMN,OAAM;AAAA,WAAS;AAAA,EAAI;AAAC,MAAAS;AAAA,MAAAL,SAAAI,UAAA;AAETC,SAAAT,CAAAA,UAAA;AAClB,UAAIQ,UAAQ;AAAA,eAASA,SAASR,KAAK;AAAA,MAAC;AAAC,aAC9BA;AAAAA,IAAK;AACfI,WAAAI;AAAAJ,WAAAK;AAAAA,EAAA,OAAA;AAAAA,SAAAL,EAAA,CAAA;AAAA,EAAA;AAHD,QAAAM,gBAAsBD;AAKtB,MAAIV,QAAQO,OAAMN,KAAM,GAAC;AAAA,QAAAW;AAAA,QAAAP,EAAA,CAAA,MAAAE,OAAAM,OAAAC,eAAA;AAEsCF,YAAA;AAAA,QAAAG,WAAa;AAAA,QAAMC,QAAU;AAAA,QAAMC,OAASV,OAAMM,OAAOC;AAAAA,MAAAA;AAAgBT,QAAA,CAAA,IAAAE,OAAAM,OAAAC;AAAAT,aAAAO;AAAAA,IAAA,OAAA;AAAAA,YAAAP,EAAA,CAAA;AAAA,IAAA;AAAA,QAAAa;AAAA,QAAAb,EAAA,CAAA,MAAAM,iBAAAN,EAAA,CAAA,MAAAE,OAAAN,SAAAI,EAAA,CAAA,MAAAG,WAAA;AAAA,UAAAW;AAAA,UAAAd,EAAA,CAAA,MAAAM,iBAAAN,SAAAG,WAAA;AAC1GW,cAAAA,CAAAC,SAAAC,gDACb,MAAA,EAAiD,OAAAV,cAAcV,OAAK,GAAC,GAAMO,aAAjE,GAAGa,QAAQ,CAAC,kBAA8D;AAAIhB,eAAAM;AAAAN,eAAAG;AAAAH,gBAAAc;AAAAA,MAAA,OAAA;AAAAA,cAAAd,EAAA,EAAA;AAAA,MAAA;AAD5Fa,YAAAX,OAAMN,MAAMqB,IAAKH,GAElB;AAACd,aAAAM;AAAAN,QAAA,CAAA,IAAAE,OAAAN;AAAAI,aAAAG;AAAAH,aAAAa;AAAAA,IAAA,OAAA;AAAAA,YAAAb,EAAA,CAAA;AAAA,IAAA;AAAA,QAAAc;AAAA,QAAAd,EAAA,EAAA,MAAAO,OAAAP,UAAAa,KAAA;AAHLC,WAAAI,kCAAAA,IAAC,OAAA,EAAgB,WAAA,OAAiB,YAAA,UAAc,QAAO,IAAAX,KAClDM,UAAAA,IAAAA,CAGL;AAAQb,cAAAO;AAAAP,cAAAa;AAAAb,cAAAc;AAAAA,IAAA,OAAA;AAAAA,WAAAd,EAAA,EAAA;AAAA,IAAA;AAAA,WAJRc;AAAAA,EAIQ;AACV,MAAAP;AAAA,MAAAP,UAAAM,iBAAAN,EAAA,EAAA,MAAAE,OAAAN,OAAA;AAEcW,SAAAD,cAAcJ,OAAMN,KAAM;AAACI,YAAAM;AAAAN,MAAA,EAAA,IAAAE,OAAAN;AAAAI,YAAAO;AAAAA,EAAA,OAAA;AAAAA,SAAAP,EAAA,EAAA;AAAA,EAAA;AAAA,MAAAa;AAAA,MAAAb,EAAA,EAAA,MAAAG,aAAAH,UAAAO,IAAA;AAAxCM,SAAAK,kCAAAA,IAAC,MAAA,EAAY,OAAAX,IAA2B,GAAMJ,WAAS;AAAIH,YAAAG;AAAAH,YAAAO;AAAAP,YAAAa;AAAAA,EAAA,OAAA;AAAAA,SAAAb,EAAA,EAAA;AAAA,EAAA;AAAA,SAA3Da;AAA2D;"}
@@ -1,2 +0,0 @@
1
- import { GridColumnHeaderParams, GridValidRowModel } from '@mui/x-data-grid-premium';
2
- export declare const EditableColumnHeader: <T extends GridValidRowModel>({ colDef }: GridColumnHeaderParams<T>) => import("react/jsx-runtime").JSX.Element;
@@ -1,30 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import Edit from "@mui/icons-material/Edit";
4
- import { TypographyWithIcon } from "../core/TypographyWithIcon.js";
5
- const EditableColumnHeader = (t0) => {
6
- const $ = compilerRuntimeExports.c(3);
7
- const {
8
- colDef
9
- } = t0;
10
- let t1;
11
- if ($[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
12
- t1 = /* @__PURE__ */ jsxRuntimeExports.jsx(Edit, { color: "disabled", fontSize: "small" });
13
- $[0] = t1;
14
- } else {
15
- t1 = $[0];
16
- }
17
- let t2;
18
- if ($[1] !== colDef.headerName) {
19
- t2 = /* @__PURE__ */ jsxRuntimeExports.jsx(TypographyWithIcon, { endIcon: t1, variant: "body2", className: "MuiDataGrid-columnHeaderTitle", children: colDef.headerName });
20
- $[1] = colDef.headerName;
21
- $[2] = t2;
22
- } else {
23
- t2 = $[2];
24
- }
25
- return t2;
26
- };
27
- export {
28
- EditableColumnHeader
29
- };
30
- //# sourceMappingURL=EditableColumnHeader.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditableColumnHeader.js","sources":["../../../src/components/data-grid/EditableColumnHeader.tsx"],"sourcesContent":["import Edit from \"@mui/icons-material/Edit\";\nimport { TypographyWithIcon } from \"../core/TypographyWithIcon\";\nimport type { GridColumnHeaderParams, GridValidRowModel } from \"@mui/x-data-grid-premium\";\n\nexport const EditableColumnHeader = <T extends GridValidRowModel>({ colDef }: GridColumnHeaderParams<T>) => {\n return <TypographyWithIcon endIcon={<Edit color=\"disabled\" fontSize=\"small\" />} variant=\"body2\" className=\"MuiDataGrid-columnHeaderTitle\">{colDef.headerName}</TypographyWithIcon>;\n};"],"names":["EditableColumnHeader","t0","$","_c","colDef","t1","Symbol","for","jsx","t2","headerName"],"mappings":";;;;AAIO,MAAMA,uBAAuBC,CAAAA,OAAA;AAAA,QAAAC,IAAAC,uBAAAA,EAAA,CAAA;AAA8B,QAAA;AAAA,IAAAC;AAAAA,EAAAA,IAAAH;AAAqC,MAAAI;AAAA,MAAAH,EAAA,CAAA,MAAAI,uBAAAC,IAAA,2BAAA,GAAA;AAC/DF,SAAAG,kCAAAA,IAAC,MAAA,EAAW,OAAA,YAAoB,UAAA,SAAO;AAAGN,WAAAG;AAAAA,EAAA,OAAA;AAAAA,SAAAH,EAAA,CAAA;AAAA,EAAA;AAAA,MAAAO;AAAA,MAAAP,EAAA,CAAA,MAAAE,OAAAM,YAAA;AAAvED,SAAAD,kCAAAA,IAAC,sBAA4B,SAAAH,IAAoD,SAAA,SAAkB,WAAA,iCAAiCD,UAAAA,OAAMM,WAAAA,CAAY;AAAqBR,MAAA,CAAA,IAAAE,OAAAM;AAAAR,WAAAO;AAAAA,EAAA,OAAA;AAAAA,SAAAP,EAAA,CAAA;AAAA,EAAA;AAAA,SAA3KO;AAA2K;"}
@@ -1,8 +0,0 @@
1
- import { SxProps, Theme } from '@mui/material';
2
- import { FC } from 'react';
3
- import { DropzoneOptions } from 'react-dropzone';
4
- interface DropzoneProps extends DropzoneOptions {
5
- sx?: SxProps<Theme>;
6
- }
7
- export declare const Dropzone: FC<DropzoneProps>;
8
- export {};
@@ -1,151 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import CloudUpload from "@mui/icons-material/CloudUpload";
4
- import { useTheme, Paper, Typography } from "@mui/material";
5
- import { useDropzone } from "react-dropzone";
6
- import { useTranslation } from "react-i18next";
7
- const baseStyle = {
8
- flex: 1,
9
- display: "flex",
10
- flexDirection: "column",
11
- alignItems: "center",
12
- padding: "20px",
13
- borderWidth: 2,
14
- borderRadius: 2,
15
- borderStyle: "dashed",
16
- outline: "none",
17
- transition: "border .24s ease-in-out",
18
- cursor: "pointer"
19
- };
20
- const Dropzone = (t0) => {
21
- const $ = compilerRuntimeExports.c(28);
22
- let props;
23
- let sx;
24
- if ($[0] !== t0) {
25
- ({
26
- sx,
27
- ...props
28
- } = t0);
29
- $[0] = t0;
30
- $[1] = props;
31
- $[2] = sx;
32
- } else {
33
- props = $[1];
34
- sx = $[2];
35
- }
36
- const {
37
- getRootProps,
38
- getInputProps,
39
- isFocused,
40
- isDragAccept,
41
- isDragReject
42
- } = useDropzone(props);
43
- const {
44
- t
45
- } = useTranslation();
46
- const theme = useTheme();
47
- let T0;
48
- let t1;
49
- let t2;
50
- if ($[3] !== getRootProps || $[4] !== isDragAccept || $[5] !== isDragReject || $[6] !== isFocused || $[7] !== theme) {
51
- const style = {
52
- ...baseStyle,
53
- ...isFocused ? {
54
- borderColor: theme.palette.primary.main
55
- } : {},
56
- ...isDragAccept ? {
57
- borderColor: theme.palette.success.main
58
- } : {},
59
- ...isDragReject ? {
60
- borderColor: theme.palette.error.main
61
- } : {}
62
- };
63
- T0 = Paper;
64
- t1 = "outlined";
65
- t2 = getRootProps({
66
- style
67
- });
68
- $[3] = getRootProps;
69
- $[4] = isDragAccept;
70
- $[5] = isDragReject;
71
- $[6] = isFocused;
72
- $[7] = theme;
73
- $[8] = T0;
74
- $[9] = t1;
75
- $[10] = t2;
76
- } else {
77
- T0 = $[8];
78
- t1 = $[9];
79
- t2 = $[10];
80
- }
81
- let t3;
82
- if ($[11] !== getInputProps) {
83
- t3 = getInputProps();
84
- $[11] = getInputProps;
85
- $[12] = t3;
86
- } else {
87
- t3 = $[12];
88
- }
89
- let t4;
90
- if ($[13] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
91
- t4 = {
92
- display: "none"
93
- };
94
- $[13] = t4;
95
- } else {
96
- t4 = $[13];
97
- }
98
- let t5;
99
- if ($[14] !== t3) {
100
- t5 = /* @__PURE__ */ jsxRuntimeExports.jsx("input", { ...t3, style: t4 });
101
- $[14] = t3;
102
- $[15] = t5;
103
- } else {
104
- t5 = $[15];
105
- }
106
- let t6;
107
- if ($[16] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel")) {
108
- t6 = /* @__PURE__ */ jsxRuntimeExports.jsx(CloudUpload, {});
109
- $[16] = t6;
110
- } else {
111
- t6 = $[16];
112
- }
113
- let t7;
114
- if ($[17] !== t) {
115
- t7 = t("Layout.File.DragSomeFilesHereOrClickToSelectThem");
116
- $[17] = t;
117
- $[18] = t7;
118
- } else {
119
- t7 = $[18];
120
- }
121
- let t8;
122
- if ($[19] !== t7) {
123
- t8 = /* @__PURE__ */ jsxRuntimeExports.jsx(Typography, { children: t7 });
124
- $[19] = t7;
125
- $[20] = t8;
126
- } else {
127
- t8 = $[20];
128
- }
129
- let t9;
130
- if ($[21] !== T0 || $[22] !== sx || $[23] !== t1 || $[24] !== t2 || $[25] !== t5 || $[26] !== t8) {
131
- t9 = /* @__PURE__ */ jsxRuntimeExports.jsxs(T0, { variant: t1, ...t2, sx, children: [
132
- t5,
133
- t6,
134
- t8
135
- ] });
136
- $[21] = T0;
137
- $[22] = sx;
138
- $[23] = t1;
139
- $[24] = t2;
140
- $[25] = t5;
141
- $[26] = t8;
142
- $[27] = t9;
143
- } else {
144
- t9 = $[27];
145
- }
146
- return t9;
147
- };
148
- export {
149
- Dropzone
150
- };
151
- //# sourceMappingURL=Dropzone.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dropzone.js","sources":["../../../src/components/file/Dropzone.tsx"],"sourcesContent":["import CloudUpload from \"@mui/icons-material/CloudUpload\";\nimport { Paper, Typography, useTheme } from \"@mui/material\";\nimport { useDropzone } from \"react-dropzone\";\nimport { useTranslation } from \"react-i18next\";\nimport type { SxProps, Theme} from \"@mui/material\";\nimport type { CSSProperties, FC } from \"react\";\nimport type { DropzoneOptions} from \"react-dropzone\";\n\nconst baseStyle: CSSProperties = {\n flex: 1,\n display: \"flex\",\n flexDirection: \"column\",\n alignItems: \"center\",\n padding: \"20px\",\n borderWidth: 2,\n borderRadius: 2,\n borderStyle: \"dashed\",\n outline: \"none\",\n transition: \"border .24s ease-in-out\",\n cursor: \"pointer\",\n};\n\ninterface DropzoneProps extends DropzoneOptions {\n sx?: SxProps<Theme>;\n}\n\nexport const Dropzone: FC<DropzoneProps> = ({ sx, ...props }) => {\n const { getRootProps, getInputProps, isFocused, isDragAccept, isDragReject, } = useDropzone(props);\n const { t } = useTranslation();\n const theme = useTheme();\n\n const style = {\n ...baseStyle,\n ...(isFocused ? { borderColor: theme.palette.primary.main } : {}),\n ...(isDragAccept ? { borderColor: theme.palette.success.main } : {}),\n ...(isDragReject ? { borderColor: theme.palette.error.main } : {})\n };\n\n return (\n <Paper variant=\"outlined\" {...getRootProps({ style })} sx={sx}>\n <input {...getInputProps()} style={{ display: \"none\" }} />\n <CloudUpload />\n <Typography>{t(\"Layout.File.DragSomeFilesHereOrClickToSelectThem\")}</Typography>\n </Paper>\n );\n};"],"names":["baseStyle","flex","display","flexDirection","alignItems","padding","borderWidth","borderRadius","borderStyle","outline","transition","cursor","Dropzone","t0","$","_c","props","sx","getRootProps","getInputProps","isFocused","isDragAccept","isDragReject","useDropzone","t","useTranslation","theme","useTheme","T0","t1","t2","style","borderColor","palette","primary","main","success","error","Paper","t3","t4","Symbol","for","t5","jsx","t6","t7","t8","t9"],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- import { FileViewerGridProps } from './fileViewer/FileViewerGrid';
2
- import { ComponentType, FC, ReactNode } from 'react';
3
- import { FileMeta } from '../../models/file/FileMeta';
4
- import { FileActions } from '../../models/file/FileActions';
5
- import { FileViewerListProps } from './fileViewer/FileViewerList';
6
- interface FileViewerComponent {
7
- Grid: ComponentType<FileViewerGridProps>;
8
- List: ComponentType<FileViewerListProps>;
9
- }
10
- interface FileViewerProps {
11
- subId: string;
12
- onDelete?: (params: {
13
- remainingFileMetas: Array<FileMeta>;
14
- deletedFileMeta: FileMeta;
15
- }) => void;
16
- actions?: FileActions;
17
- children: (component: FileViewerComponent) => ReactNode;
18
- }
19
- export declare const FileViewer: FC<FileViewerProps>;
20
- export {};
@@ -1,127 +0,0 @@
1
- import { j as jsxRuntimeExports } from "../../_virtual/jsx-runtime.js";
2
- import { c as compilerRuntimeExports } from "../../_virtual/compiler-runtime.js";
3
- import { useState } from "react";
4
- import { FileViewerGrid } from "./fileViewer/FileViewerGrid.js";
5
- import { FileViewerList } from "./fileViewer/FileViewerList.js";
6
- import { ImageViewer } from "./fileViewer/ImageViewer.js";
7
- import { FileContext } from "../../contexts/FileContext.js";
8
- import { useGetFileMetas } from "../../queries/FileHooks.js";
9
- const FileViewer = (t0) => {
10
- const $ = compilerRuntimeExports.c(25);
11
- const {
12
- subId,
13
- onDelete,
14
- actions,
15
- children
16
- } = t0;
17
- let t1;
18
- if ($[0] !== subId) {
19
- t1 = {
20
- subId
21
- };
22
- $[0] = subId;
23
- $[1] = t1;
24
- } else {
25
- t1 = $[1];
26
- }
27
- const t2 = !!subId;
28
- let t3;
29
- if ($[2] !== t2) {
30
- t3 = {
31
- enabled: t2
32
- };
33
- $[2] = t2;
34
- $[3] = t3;
35
- } else {
36
- t3 = $[3];
37
- }
38
- const {
39
- data: t4
40
- } = useGetFileMetas(t1, t3);
41
- let t5;
42
- if ($[4] !== t4) {
43
- t5 = t4 === void 0 ? [] : t4;
44
- $[4] = t4;
45
- $[5] = t5;
46
- } else {
47
- t5 = $[5];
48
- }
49
- const fileMetas = t5;
50
- const [imageId, setImageId] = useState("");
51
- let T0;
52
- let t6;
53
- let t7;
54
- let t8;
55
- if ($[6] !== actions || $[7] !== children || $[8] !== fileMetas || $[9] !== onDelete) {
56
- t8 = /* @__PURE__ */ Symbol.for("react.early_return_sentinel");
57
- bb0: {
58
- const components = {
59
- Grid: FileViewerGrid,
60
- List: FileViewerList
61
- };
62
- if (fileMetas.length === 0) {
63
- t8 = null;
64
- break bb0;
65
- }
66
- T0 = FileContext.Provider;
67
- if ($[14] !== actions || $[15] !== fileMetas || $[16] !== onDelete) {
68
- t6 = {
69
- fileMetas,
70
- onDelete,
71
- actions,
72
- setImageId
73
- };
74
- $[14] = actions;
75
- $[15] = fileMetas;
76
- $[16] = onDelete;
77
- $[17] = t6;
78
- } else {
79
- t6 = $[17];
80
- }
81
- t7 = children(components);
82
- }
83
- $[6] = actions;
84
- $[7] = children;
85
- $[8] = fileMetas;
86
- $[9] = onDelete;
87
- $[10] = T0;
88
- $[11] = t6;
89
- $[12] = t7;
90
- $[13] = t8;
91
- } else {
92
- T0 = $[10];
93
- t6 = $[11];
94
- t7 = $[12];
95
- t8 = $[13];
96
- }
97
- if (t8 !== /* @__PURE__ */ Symbol.for("react.early_return_sentinel")) {
98
- return t8;
99
- }
100
- let t9;
101
- if ($[18] !== imageId) {
102
- t9 = /* @__PURE__ */ jsxRuntimeExports.jsx(ImageViewer, { metaId: imageId });
103
- $[18] = imageId;
104
- $[19] = t9;
105
- } else {
106
- t9 = $[19];
107
- }
108
- let t10;
109
- if ($[20] !== T0 || $[21] !== t6 || $[22] !== t7 || $[23] !== t9) {
110
- t10 = /* @__PURE__ */ jsxRuntimeExports.jsxs(T0, { value: t6, children: [
111
- t7,
112
- t9
113
- ] });
114
- $[20] = T0;
115
- $[21] = t6;
116
- $[22] = t7;
117
- $[23] = t9;
118
- $[24] = t10;
119
- } else {
120
- t10 = $[24];
121
- }
122
- return t10;
123
- };
124
- export {
125
- FileViewer
126
- };
127
- //# sourceMappingURL=FileViewer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FileViewer.js","sources":["../../../src/components/file/FileViewer.tsx"],"sourcesContent":["import { useState } from \"react\";\nimport { FileViewerGrid } from \"./fileViewer/FileViewerGrid\";\nimport { FileViewerList } from \"./fileViewer/FileViewerList\";\nimport { ImageViewer } from \"./fileViewer/ImageViewer\";\nimport type { FileViewerGridProps } from \"./fileViewer/FileViewerGrid\";\nimport type { ComponentType, FC, ReactNode } from \"react\";\nimport type { FileMeta } from \"~/models/file/FileMeta\";\nimport type { FileActions } from \"~/models/file/FileActions\";\nimport type { FileViewerListProps } from \"./fileViewer/FileViewerList\";\nimport { FileContext } from \"~/contexts/FileContext\";\nimport { useGetFileMetas } from \"~/queries/FileHooks\";\n\ninterface FileViewerComponent {\n Grid: ComponentType<FileViewerGridProps>;\n List: ComponentType<FileViewerListProps>;\n}\n\ninterface FileViewerProps {\n subId: string;\n onDelete?: (params: { remainingFileMetas: Array<FileMeta>; deletedFileMeta: FileMeta }) => void;\n actions?: FileActions;\n children: (component: FileViewerComponent) => ReactNode;\n}\n\nexport const FileViewer: FC<FileViewerProps> = ({ subId, onDelete, actions, children }) => {\n const { data: fileMetas = [] } = useGetFileMetas({ subId }, { enabled: !!subId });\n const [imageId, setImageId] = useState<string>(\"\");\n\n const components: FileViewerComponent = { Grid: FileViewerGrid, List: FileViewerList };\n\n if (fileMetas.length === 0) return null;\n\n return (\n <FileContext.Provider value={{ fileMetas, onDelete, actions, setImageId }}>\n {children(components)}\n <ImageViewer metaId={imageId} />\n </FileContext.Provider>\n );\n};\n"],"names":["FileViewer","t0","$","_c","subId","onDelete","actions","children","t1","t2","t3","enabled","data","t4","useGetFileMetas","t5","undefined","fileMetas","imageId","setImageId","useState","T0","t6","t7","t8","Symbol","for","bb0","components","Grid","FileViewerGrid","List","FileViewerList","length","FileContext","Provider","t9","t10"],"mappings":"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"}
@@ -1,17 +0,0 @@
1
- import { default as React } from 'react';
2
- import { SxProps, Theme } from '@mui/material';
3
- import { FileMeta } from '../../../models/file/FileMeta';
4
- type FileViewerGridItemBar = "hidden" | "always" | "onMouseEnter";
5
- export interface FileViewerGridProps {
6
- size?: number;
7
- itemBar?: FileViewerGridItemBar;
8
- sx?: SxProps<Theme>;
9
- }
10
- export declare const FileViewerGrid: React.FC<FileViewerGridProps>;
11
- interface GridFileViewerItemProps {
12
- meta: FileMeta;
13
- size?: number;
14
- itemBar?: FileViewerGridItemBar;
15
- }
16
- export declare const GridFileViewerItem: React.FC<GridFileViewerItemProps>;
17
- export {};