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.
- package/dist/ApprovalStatus-BtAVFn5p.js +8 -0
- package/dist/ApprovalStatus-BtAVFn5p.js.map +1 -0
- package/dist/{node_modules/react/cjs/react-jsx-runtime.development.js → DialogsContext-BKtkEAfL.js} +48 -4
- package/dist/DialogsContext-BKtkEAfL.js.map +1 -0
- package/dist/{hooks/DialogsHooks.js → DialogsHooks-BQVpqCq9.js} +4 -7
- package/dist/DialogsHooks-BQVpqCq9.js.map +1 -0
- package/dist/FileHooks-Cg9ver7z.js +3478 -0
- package/dist/FileHooks-Cg9ver7z.js.map +1 -0
- package/dist/{models/file/FileMeta.js → FileMeta-G1oT3mYK.js} +2 -2
- package/dist/FileMeta-G1oT3mYK.js.map +1 -0
- package/dist/{components/router/RouterListItemButton.js → RouterListItemButton-IUVgwnz3.js} +4 -4
- package/dist/RouterListItemButton-IUVgwnz3.js.map +1 -0
- package/dist/client.js +4 -4
- package/dist/compiler-runtime-BGHur82y.js +46 -0
- package/dist/compiler-runtime-BGHur82y.js.map +1 -0
- package/dist/components.js +1486 -15
- package/dist/components.js.map +1 -1
- package/dist/{env.js → env-gsqZ6zZD.js} +3 -3
- package/dist/env-gsqZ6zZD.js.map +1 -0
- package/dist/exports/client.d.ts +17 -4
- package/dist/exports/components.d.ts +44 -14
- package/dist/exports/hooks.d.ts +23 -4
- package/dist/exports/index.d.ts +17 -4
- package/dist/exports/models.d.ts +107 -25
- package/dist/exports/queries.d.ts +95 -4
- package/dist/exports/server.d.ts +14 -4
- package/dist/exports/utils.d.ts +11 -3
- package/dist/exports/vite.d.ts +5 -1
- package/dist/hooks.js +1000 -3
- package/dist/hooks.js.map +1 -1
- package/dist/index.js +1752 -4
- package/dist/index.js.map +1 -1
- package/dist/models.js +159 -10
- package/dist/models.js.map +1 -1
- package/dist/queries.js +935 -14
- package/dist/queries.js.map +1 -1
- package/dist/{lib/queryClient.js → queryClient-CNvC95mU.js} +2 -2
- package/dist/queryClient-CNvC95mU.js.map +1 -0
- package/dist/server.js +84 -1
- package/dist/server.js.map +1 -1
- package/dist/{lib/auth/session.js → session-vW7WZadj.js} +24 -9
- package/dist/session-vW7WZadj.js.map +1 -0
- package/dist/{lib/utils.js → utils-MD9YwOtu.js} +9 -9
- package/dist/utils-MD9YwOtu.js.map +1 -0
- package/dist/utils.js +2 -2
- package/dist/vite.js +61 -1
- package/dist/vite.js.map +1 -1
- package/package.json +1 -1
- package/dist/_virtual/___vite-browser-external.js +0 -7
- package/dist/_virtual/___vite-browser-external.js.map +0 -1
- package/dist/_virtual/__vite-browser-external.js +0 -5
- package/dist/_virtual/__vite-browser-external.js.map +0 -1
- package/dist/_virtual/_commonjsHelpers.js +0 -37
- package/dist/_virtual/_commonjsHelpers.js.map +0 -1
- package/dist/_virtual/compiler-runtime.js +0 -6
- package/dist/_virtual/compiler-runtime.js.map +0 -1
- package/dist/_virtual/compiler-runtime2.js +0 -5
- package/dist/_virtual/compiler-runtime2.js.map +0 -1
- package/dist/_virtual/index.js +0 -8
- package/dist/_virtual/index.js.map +0 -1
- package/dist/_virtual/index2.js +0 -5
- package/dist/_virtual/index2.js.map +0 -1
- package/dist/_virtual/index3.js +0 -5
- package/dist/_virtual/index3.js.map +0 -1
- package/dist/_virtual/index4.js +0 -5
- package/dist/_virtual/index4.js.map +0 -1
- package/dist/_virtual/index5.js +0 -5
- package/dist/_virtual/index5.js.map +0 -1
- package/dist/_virtual/index6.js +0 -5
- package/dist/_virtual/index6.js.map +0 -1
- package/dist/_virtual/jsx-runtime.js +0 -6
- package/dist/_virtual/jsx-runtime.js.map +0 -1
- package/dist/_virtual/jsx-runtime2.js +0 -5
- package/dist/_virtual/jsx-runtime2.js.map +0 -1
- package/dist/_virtual/re.js +0 -5
- package/dist/_virtual/re.js.map +0 -1
- package/dist/_virtual/react-compiler-runtime.development.js +0 -5
- package/dist/_virtual/react-compiler-runtime.development.js.map +0 -1
- package/dist/_virtual/react-compiler-runtime.production.js +0 -5
- package/dist/_virtual/react-compiler-runtime.production.js.map +0 -1
- package/dist/_virtual/react-jsx-runtime.development.js +0 -5
- package/dist/_virtual/react-jsx-runtime.development.js.map +0 -1
- package/dist/_virtual/react-jsx-runtime.production.js +0 -5
- package/dist/_virtual/react-jsx-runtime.production.js.map +0 -1
- package/dist/components/core/AppTitle.d.ts +0 -2
- package/dist/components/core/AppTitle.js +0 -23
- package/dist/components/core/AppTitle.js.map +0 -1
- package/dist/components/core/Fullscreen.d.ts +0 -3
- package/dist/components/core/Fullscreen.js +0 -104
- package/dist/components/core/Fullscreen.js.map +0 -1
- package/dist/components/core/Layout.d.ts +0 -8
- package/dist/components/core/Layout.js +0 -214
- package/dist/components/core/Layout.js.map +0 -1
- package/dist/components/core/ToolbarAccount.d.ts +0 -2
- package/dist/components/core/ToolbarAccount.js +0 -582
- package/dist/components/core/ToolbarAccount.js.map +0 -1
- package/dist/components/core/TypographyWithIcon.d.ts +0 -7
- package/dist/components/core/TypographyWithIcon.js +0 -117
- package/dist/components/core/TypographyWithIcon.js.map +0 -1
- package/dist/components/core/navigation/NavigationList.d.ts +0 -22
- package/dist/components/core/navigation/NavigationList.js +0 -166
- package/dist/components/core/navigation/NavigationList.js.map +0 -1
- package/dist/components/core/navigation/NavigationListItem.d.ts +0 -16
- package/dist/components/core/navigation/NavigationListItem.js +0 -467
- package/dist/components/core/navigation/NavigationListItem.js.map +0 -1
- package/dist/components/core/navigation/NavigationRail.d.ts +0 -12
- package/dist/components/core/navigation/NavigationRail.js +0 -141
- package/dist/components/core/navigation/NavigationRail.js.map +0 -1
- package/dist/components/data-grid/ChipInputCell.d.ts +0 -9
- package/dist/components/data-grid/ChipInputCell.js +0 -95
- package/dist/components/data-grid/ChipInputCell.js.map +0 -1
- package/dist/components/data-grid/EditableColumnHeader.d.ts +0 -2
- package/dist/components/data-grid/EditableColumnHeader.js +0 -30
- package/dist/components/data-grid/EditableColumnHeader.js.map +0 -1
- package/dist/components/file/Dropzone.d.ts +0 -8
- package/dist/components/file/Dropzone.js +0 -151
- package/dist/components/file/Dropzone.js.map +0 -1
- package/dist/components/file/FileViewer.d.ts +0 -20
- package/dist/components/file/FileViewer.js +0 -127
- package/dist/components/file/FileViewer.js.map +0 -1
- package/dist/components/file/fileViewer/FileViewerGrid.d.ts +0 -17
- package/dist/components/file/fileViewer/FileViewerGrid.js +0 -282
- package/dist/components/file/fileViewer/FileViewerGrid.js.map +0 -1
- package/dist/components/file/fileViewer/FileViewerList.d.ts +0 -12
- package/dist/components/file/fileViewer/FileViewerList.js +0 -191
- package/dist/components/file/fileViewer/FileViewerList.js.map +0 -1
- package/dist/components/file/fileViewer/ImageViewer.d.ts +0 -6
- package/dist/components/file/fileViewer/ImageViewer.js +0 -75
- package/dist/components/file/fileViewer/ImageViewer.js.map +0 -1
- package/dist/components/file/fileViewer/common/ActionsMenu.d.ts +0 -15
- package/dist/components/file/fileViewer/common/ActionsMenu.js +0 -159
- package/dist/components/file/fileViewer/common/ActionsMenu.js.map +0 -1
- package/dist/components/form/FormAutocomplete.d.ts +0 -7
- package/dist/components/form/FormAutocomplete.js +0 -80
- package/dist/components/form/FormAutocomplete.js.map +0 -1
- package/dist/components/form/FormCheckbox.d.ts +0 -7
- package/dist/components/form/FormCheckbox.js +0 -81
- package/dist/components/form/FormCheckbox.js.map +0 -1
- package/dist/components/form/FormDatePicker.d.ts +0 -8
- package/dist/components/form/FormDatePicker.js +0 -77
- package/dist/components/form/FormDatePicker.js.map +0 -1
- package/dist/components/form/FormDateRangePicker.d.ts +0 -8
- package/dist/components/form/FormDateRangePicker.js +0 -77
- package/dist/components/form/FormDateRangePicker.js.map +0 -1
- package/dist/components/form/FormDateTimePicker.d.ts +0 -8
- package/dist/components/form/FormDateTimePicker.js +0 -77
- package/dist/components/form/FormDateTimePicker.js.map +0 -1
- package/dist/components/form/FormDateTimeRangePicker.d.ts +0 -8
- package/dist/components/form/FormDateTimeRangePicker.js +0 -77
- package/dist/components/form/FormDateTimeRangePicker.js.map +0 -1
- package/dist/components/form/FormNumberField.d.ts +0 -9
- package/dist/components/form/FormNumberField.js +0 -73
- package/dist/components/form/FormNumberField.js.map +0 -1
- package/dist/components/form/FormRadioGroup.d.ts +0 -13
- package/dist/components/form/FormRadioGroup.js +0 -113
- package/dist/components/form/FormRadioGroup.js.map +0 -1
- package/dist/components/form/FormSlider.d.ts +0 -7
- package/dist/components/form/FormSlider.js +0 -94
- package/dist/components/form/FormSlider.js.map +0 -1
- package/dist/components/form/FormSubmitButton.d.ts +0 -4
- package/dist/components/form/FormSubmitButton.js +0 -50
- package/dist/components/form/FormSubmitButton.js.map +0 -1
- package/dist/components/form/FormSwitch.d.ts +0 -7
- package/dist/components/form/FormSwitch.js +0 -81
- package/dist/components/form/FormSwitch.js.map +0 -1
- package/dist/components/form/FormTextField.d.ts +0 -7
- package/dist/components/form/FormTextField.js +0 -52
- package/dist/components/form/FormTextField.js.map +0 -1
- package/dist/components/form/FormTimePicker.d.ts +0 -8
- package/dist/components/form/FormTimePicker.js +0 -77
- package/dist/components/form/FormTimePicker.js.map +0 -1
- package/dist/components/form/FormTimeRangePicker.d.ts +0 -8
- package/dist/components/form/FormTimeRangePicker.js +0 -77
- package/dist/components/form/FormTimeRangePicker.js.map +0 -1
- package/dist/components/router/RouterButton.d.ts +0 -6
- package/dist/components/router/RouterButton.js +0 -35
- package/dist/components/router/RouterButton.js.map +0 -1
- package/dist/components/router/RouterError.d.ts +0 -7
- package/dist/components/router/RouterError.js +0 -62
- package/dist/components/router/RouterError.js.map +0 -1
- package/dist/components/router/RouterGridActionsCellItem.d.ts +0 -6
- package/dist/components/router/RouterGridActionsCellItem.js +0 -35
- package/dist/components/router/RouterGridActionsCellItem.js.map +0 -1
- package/dist/components/router/RouterIconButton.d.ts +0 -6
- package/dist/components/router/RouterIconButton.js +0 -35
- package/dist/components/router/RouterIconButton.js.map +0 -1
- package/dist/components/router/RouterLink.d.ts +0 -6
- package/dist/components/router/RouterLink.js +0 -35
- package/dist/components/router/RouterLink.js.map +0 -1
- package/dist/components/router/RouterListItemButton.d.ts +0 -6
- package/dist/components/router/RouterListItemButton.js.map +0 -1
- package/dist/components/router/RouterNotFound.d.ts +0 -1
- package/dist/components/router/RouterNotFound.js +0 -53
- package/dist/components/router/RouterNotFound.js.map +0 -1
- package/dist/components/router/RouterTab.d.ts +0 -6
- package/dist/components/router/RouterTab.js +0 -35
- package/dist/components/router/RouterTab.js.map +0 -1
- package/dist/contexts/DialogsContext.d.ts +0 -6
- package/dist/contexts/DialogsContext.js +0 -6
- package/dist/contexts/DialogsContext.js.map +0 -1
- package/dist/contexts/FileContext.d.ts +0 -13
- package/dist/contexts/FileContext.js +0 -14
- package/dist/contexts/FileContext.js.map +0 -1
- package/dist/env.d.ts +0 -13
- package/dist/env.js.map +0 -1
- package/dist/hooks/DialogsHooks.d.ts +0 -42
- package/dist/hooks/DialogsHooks.js.map +0 -1
- package/dist/hooks/FormHooks.d.ts +0 -52
- package/dist/hooks/FormHooks.js +0 -55
- package/dist/hooks/FormHooks.js.map +0 -1
- package/dist/lib/auth/api.d.ts +0 -3
- package/dist/lib/auth/api.js +0 -97
- package/dist/lib/auth/api.js.map +0 -1
- package/dist/lib/auth/entra.d.ts +0 -2
- package/dist/lib/auth/entra.js +0 -13
- package/dist/lib/auth/entra.js.map +0 -1
- package/dist/lib/auth/graph.d.ts +0 -17
- package/dist/lib/auth/graph.js +0 -72
- package/dist/lib/auth/graph.js.map +0 -1
- package/dist/lib/auth/session.d.ts +0 -24
- package/dist/lib/auth/session.js.map +0 -1
- package/dist/lib/queryClient.d.ts +0 -2
- package/dist/lib/queryClient.js.map +0 -1
- package/dist/lib/utils.d.ts +0 -52
- package/dist/lib/utils.js.map +0 -1
- package/dist/lib/vite-plugin.d.ts +0 -2
- package/dist/lib/vite-plugin.js +0 -65
- package/dist/lib/vite-plugin.js.map +0 -1
- package/dist/middleware/auth.d.ts +0 -22
- package/dist/models/Navigation.d.ts +0 -18
- package/dist/models/User.d.ts +0 -16
- package/dist/models/User.js +0 -18
- package/dist/models/User.js.map +0 -1
- package/dist/models/approval/Approval.d.ts +0 -177
- package/dist/models/approval/Approval.js +0 -81
- package/dist/models/approval/Approval.js.map +0 -1
- package/dist/models/approval/ApprovalEmployee.d.ts +0 -7
- package/dist/models/approval/ApprovalEmployee.js +0 -10
- package/dist/models/approval/ApprovalEmployee.js.map +0 -1
- package/dist/models/approval/ApprovalFlow.d.ts +0 -49
- package/dist/models/approval/ApprovalFlow.js +0 -15
- package/dist/models/approval/ApprovalFlow.js.map +0 -1
- package/dist/models/approval/ApprovalFlowStep.d.ts +0 -29
- package/dist/models/approval/ApprovalFlowStep.js +0 -17
- package/dist/models/approval/ApprovalFlowStep.js.map +0 -1
- package/dist/models/approval/ApprovalRequestType.d.ts +0 -5
- package/dist/models/approval/ApprovalRequestType.js +0 -6
- package/dist/models/approval/ApprovalRequestType.js.map +0 -1
- package/dist/models/approval/ApprovalStatus.d.ts +0 -9
- package/dist/models/approval/ApprovalStatus.js +0 -6
- package/dist/models/approval/ApprovalStatus.js.map +0 -1
- package/dist/models/approval/ApprovalStepResult.d.ts +0 -11
- package/dist/models/approval/ApprovalStepResult.js +0 -6
- package/dist/models/approval/ApprovalStepResult.js.map +0 -1
- package/dist/models/approval/StepApprovalOrder.d.ts +0 -6
- package/dist/models/approval/StepApprovalOrder.js +0 -6
- package/dist/models/approval/StepApprovalOrder.js.map +0 -1
- package/dist/models/email/Email.d.ts +0 -13
- package/dist/models/email/Email.js +0 -14
- package/dist/models/email/Email.js.map +0 -1
- package/dist/models/email/EmailAttachment.d.ts +0 -6
- package/dist/models/email/EmailAttachment.js +0 -9
- package/dist/models/email/EmailAttachment.js.map +0 -1
- package/dist/models/file/FileActions.d.ts +0 -6
- package/dist/models/file/FileMeta.d.ts +0 -15
- package/dist/models/file/FileMeta.js.map +0 -1
- package/dist/models/peoplesoft/Department.d.ts +0 -58
- package/dist/models/peoplesoft/Department.js +0 -19
- package/dist/models/peoplesoft/Department.js.map +0 -1
- package/dist/models/peoplesoft/Employee.d.ts +0 -46
- package/dist/models/peoplesoft/Employee.js +0 -43
- package/dist/models/peoplesoft/Employee.js.map +0 -1
- package/dist/models/peoplesoft/EmployeeCategoryGroup.d.ts +0 -6
- package/dist/models/peoplesoft/EmployeeCategoryGroup.js +0 -6
- package/dist/models/peoplesoft/EmployeeCategoryGroup.js.map +0 -1
- package/dist/models/peoplesoft/EmployeeStatus.d.ts +0 -6
- package/dist/models/peoplesoft/EmployeeStatus.js +0 -6
- package/dist/models/peoplesoft/EmployeeStatus.js.map +0 -1
- package/dist/node_modules/@oslojs/binary/dist/bits.js +0 -7
- package/dist/node_modules/@oslojs/binary/dist/bits.js.map +0 -1
- package/dist/node_modules/@oslojs/binary/dist/uint.js +0 -80
- package/dist/node_modules/@oslojs/binary/dist/uint.js.map +0 -1
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js +0 -182
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha256.js.map +0 -1
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js +0 -83
- package/dist/node_modules/@oslojs/crypto/dist/sha2/sha512.js.map +0 -1
- package/dist/node_modules/@oslojs/encoding/dist/base32.js +0 -11
- package/dist/node_modules/@oslojs/encoding/dist/base32.js.map +0 -1
- package/dist/node_modules/@oslojs/encoding/dist/base64.js +0 -46
- package/dist/node_modules/@oslojs/encoding/dist/base64.js.map +0 -1
- package/dist/node_modules/@oslojs/jwt/dist/index.js +0 -28
- package/dist/node_modules/@oslojs/jwt/dist/index.js.map +0 -1
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js +0 -11
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base32.js.map +0 -1
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js +0 -126
- package/dist/node_modules/@oslojs/jwt/node_modules/@oslojs/encoding/dist/base64.js.map +0 -1
- package/dist/node_modules/arctic/dist/client.js +0 -12
- package/dist/node_modules/arctic/dist/client.js.map +0 -1
- package/dist/node_modules/arctic/dist/oauth2.js +0 -76
- package/dist/node_modules/arctic/dist/oauth2.js.map +0 -1
- package/dist/node_modules/arctic/dist/oidc.js +0 -14
- package/dist/node_modules/arctic/dist/oidc.js.map +0 -1
- package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js +0 -73
- package/dist/node_modules/arctic/dist/providers/microsoft-entra-id.js.map +0 -1
- package/dist/node_modules/arctic/dist/request.js +0 -149
- package/dist/node_modules/arctic/dist/request.js.map +0 -1
- package/dist/node_modules/arctic/dist/utils.js +0 -25
- package/dist/node_modules/arctic/dist/utils.js.map +0 -1
- package/dist/node_modules/base64-js/index.js +0 -103
- package/dist/node_modules/base64-js/index.js.map +0 -1
- package/dist/node_modules/buffer/index.js +0 -1598
- package/dist/node_modules/buffer/index.js.map +0 -1
- package/dist/node_modules/buffer-equal-constant-time/index.js +0 -39
- package/dist/node_modules/buffer-equal-constant-time/index.js.map +0 -1
- package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -140
- package/dist/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js.map +0 -1
- package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -28
- package/dist/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js.map +0 -1
- package/dist/node_modules/ieee754/index.js +0 -88
- package/dist/node_modules/ieee754/index.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/decode.js +0 -38
- package/dist/node_modules/jsonwebtoken/decode.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/index.js +0 -25
- package/dist/node_modules/jsonwebtoken/index.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +0 -23
- package/dist/node_modules/jsonwebtoken/lib/JsonWebTokenError.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js +0 -21
- package/dist/node_modules/jsonwebtoken/lib/NotBeforeError.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js +0 -21
- package/dist/node_modules/jsonwebtoken/lib/TokenExpiredError.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +0 -14
- package/dist/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/psSupported.js +0 -14
- package/dist/node_modules/jsonwebtoken/lib/psSupported.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +0 -14
- package/dist/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/timespan.js +0 -27
- package/dist/node_modules/jsonwebtoken/lib/timespan.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +0 -60
- package/dist/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js +0 -123
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/comparator.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js +0 -388
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/range.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js +0 -288
- package/dist/node_modules/jsonwebtoken/node_modules/semver/classes/semver.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js +0 -18
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/clean.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js +0 -60
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/cmp.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js +0 -53
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/coerce.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js +0 -19
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-build.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare-loose.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/compare.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js +0 -49
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/diff.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/eq.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gt.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/gte.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js +0 -29
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/inc.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lt.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/lte.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/major.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/minor.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/neq.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js +0 -27
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/parse.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/patch.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js +0 -18
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/prerelease.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rcompare.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/rsort.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js +0 -22
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/satisfies.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/sort.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js +0 -18
- package/dist/node_modules/jsonwebtoken/node_modules/semver/functions/valid.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js +0 -140
- package/dist/node_modules/jsonwebtoken/node_modules/semver/index.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js +0 -36
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/constants.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js +0 -14
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/debug.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js +0 -29
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/identifiers.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js +0 -42
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/lrucache.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js +0 -23
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/parse-options.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js +0 -96
- package/dist/node_modules/jsonwebtoken/node_modules/semver/internal/re.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/gtr.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js +0 -19
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/intersects.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/ltr.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js +0 -35
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/max-satisfying.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js +0 -35
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-satisfying.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js +0 -66
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/min-version.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js +0 -81
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/outside.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js +0 -56
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/simplify.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js +0 -170
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/subset.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js +0 -15
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/to-comparators.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js +0 -21
- package/dist/node_modules/jsonwebtoken/node_modules/semver/ranges/valid.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/sign.js +0 -242
- package/dist/node_modules/jsonwebtoken/sign.js.map +0 -1
- package/dist/node_modules/jsonwebtoken/verify.js +0 -229
- package/dist/node_modules/jsonwebtoken/verify.js.map +0 -1
- package/dist/node_modules/jwa/index.js +0 -233
- package/dist/node_modules/jwa/index.js.map +0 -1
- package/dist/node_modules/jws/index.js +0 -40
- package/dist/node_modules/jws/index.js.map +0 -1
- package/dist/node_modules/jws/lib/data-stream.js +0 -55
- package/dist/node_modules/jws/lib/data-stream.js.map +0 -1
- package/dist/node_modules/jws/lib/sign-stream.js +0 -85
- package/dist/node_modules/jws/lib/sign-stream.js.map +0 -1
- package/dist/node_modules/jws/lib/tostring.js +0 -20
- package/dist/node_modules/jws/lib/tostring.js.map +0 -1
- package/dist/node_modules/jws/lib/verify-stream.js +0 -125
- package/dist/node_modules/jws/lib/verify-stream.js.map +0 -1
- package/dist/node_modules/lodash.includes/index.js +0 -181
- package/dist/node_modules/lodash.includes/index.js.map +0 -1
- package/dist/node_modules/lodash.isboolean/index.js +0 -21
- package/dist/node_modules/lodash.isboolean/index.js.map +0 -1
- package/dist/node_modules/lodash.isinteger/index.js +0 -67
- package/dist/node_modules/lodash.isinteger/index.js.map +0 -1
- package/dist/node_modules/lodash.isnumber/index.js +0 -21
- package/dist/node_modules/lodash.isnumber/index.js.map +0 -1
- package/dist/node_modules/lodash.isplainobject/index.js +0 -48
- package/dist/node_modules/lodash.isplainobject/index.js.map +0 -1
- package/dist/node_modules/lodash.isstring/index.js +0 -22
- package/dist/node_modules/lodash.isstring/index.js.map +0 -1
- package/dist/node_modules/lodash.once/index.js +0 -84
- package/dist/node_modules/lodash.once/index.js.map +0 -1
- package/dist/node_modules/ms/index.js +0 -121
- package/dist/node_modules/ms/index.js.map +0 -1
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js +0 -22
- package/dist/node_modules/react/cjs/react-compiler-runtime.development.js.map +0 -1
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js +0 -16
- package/dist/node_modules/react/cjs/react-compiler-runtime.production.js.map +0 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +0 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js +0 -33
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.js.map +0 -1
- package/dist/node_modules/react/compiler-runtime.js +0 -18
- package/dist/node_modules/react/compiler-runtime.js.map +0 -1
- package/dist/node_modules/react/jsx-runtime.js +0 -18
- package/dist/node_modules/react/jsx-runtime.js.map +0 -1
- package/dist/node_modules/safe-buffer/index.js +0 -66
- package/dist/node_modules/safe-buffer/index.js.map +0 -1
- package/dist/providers/DialogsProvider.d.ts +0 -5
- package/dist/providers/DialogsProvider.js +0 -79
- package/dist/providers/DialogsProvider.js.map +0 -1
- package/dist/providers/LayoutProvider.d.ts +0 -11
- package/dist/providers/LayoutProvider.js +0 -94
- package/dist/providers/LayoutProvider.js.map +0 -1
- package/dist/queries/ApprovalHooks.d.ts +0 -338
- package/dist/queries/ApprovalHooks.js +0 -326
- package/dist/queries/ApprovalHooks.js.map +0 -1
- package/dist/queries/FileHooks.d.ts +0 -151
- package/dist/queries/FileHooks.js +0 -493
- package/dist/queries/FileHooks.js.map +0 -1
- package/dist/queries/PeopleSoftHooks.d.ts +0 -537
- package/dist/queries/PeopleSoftHooks.js +0 -628
- 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,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 +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;"}
|