wcz-test 6.9.1 → 6.9.3

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 (93) hide show
  1. package/dist/client.d.ts +725 -0
  2. package/dist/components.d.ts +134 -0
  3. package/dist/hooks.d.ts +192 -0
  4. package/dist/index.d.ts +74 -0
  5. package/dist/models.d.ts +476 -0
  6. package/dist/queries.d.ts +1956 -0
  7. package/dist/server.d.ts +41 -0
  8. package/dist/utils.d.ts +11 -0
  9. package/dist/vite.d.ts +5 -0
  10. package/package.json +4 -3
  11. package/dist/components/core/AppTitle.d.ts +0 -2
  12. package/dist/components/core/Fullscreen.d.ts +0 -3
  13. package/dist/components/core/Layout.d.ts +0 -8
  14. package/dist/components/core/ToolbarAccount.d.ts +0 -2
  15. package/dist/components/core/TypographyWithIcon.d.ts +0 -7
  16. package/dist/components/core/navigation/NavigationList.d.ts +0 -22
  17. package/dist/components/core/navigation/NavigationListItem.d.ts +0 -16
  18. package/dist/components/core/navigation/NavigationRail.d.ts +0 -12
  19. package/dist/components/data-grid/ChipInputCell.d.ts +0 -9
  20. package/dist/components/data-grid/EditableColumnHeader.d.ts +0 -2
  21. package/dist/components/file/Dropzone.d.ts +0 -8
  22. package/dist/components/file/FileViewer.d.ts +0 -20
  23. package/dist/components/file/fileViewer/FileViewerGrid.d.ts +0 -17
  24. package/dist/components/file/fileViewer/FileViewerList.d.ts +0 -12
  25. package/dist/components/file/fileViewer/ImageViewer.d.ts +0 -6
  26. package/dist/components/file/fileViewer/common/ActionsMenu.d.ts +0 -15
  27. package/dist/components/form/FormAutocomplete.d.ts +0 -7
  28. package/dist/components/form/FormCheckbox.d.ts +0 -7
  29. package/dist/components/form/FormDatePicker.d.ts +0 -8
  30. package/dist/components/form/FormDateRangePicker.d.ts +0 -8
  31. package/dist/components/form/FormDateTimePicker.d.ts +0 -8
  32. package/dist/components/form/FormDateTimeRangePicker.d.ts +0 -8
  33. package/dist/components/form/FormNumberField.d.ts +0 -9
  34. package/dist/components/form/FormRadioGroup.d.ts +0 -13
  35. package/dist/components/form/FormSlider.d.ts +0 -7
  36. package/dist/components/form/FormSubmitButton.d.ts +0 -4
  37. package/dist/components/form/FormSwitch.d.ts +0 -7
  38. package/dist/components/form/FormTextField.d.ts +0 -7
  39. package/dist/components/form/FormTimePicker.d.ts +0 -8
  40. package/dist/components/form/FormTimeRangePicker.d.ts +0 -8
  41. package/dist/components/router/RouterButton.d.ts +0 -6
  42. package/dist/components/router/RouterError.d.ts +0 -7
  43. package/dist/components/router/RouterGridActionsCellItem.d.ts +0 -6
  44. package/dist/components/router/RouterIconButton.d.ts +0 -6
  45. package/dist/components/router/RouterLink.d.ts +0 -6
  46. package/dist/components/router/RouterListItemButton.d.ts +0 -6
  47. package/dist/components/router/RouterNotFound.d.ts +0 -1
  48. package/dist/components/router/RouterTab.d.ts +0 -6
  49. package/dist/contexts/DialogsContext.d.ts +0 -6
  50. package/dist/contexts/FileContext.d.ts +0 -13
  51. package/dist/env.d.ts +0 -10
  52. package/dist/exports/client.d.ts +0 -5
  53. package/dist/exports/components.d.ts +0 -14
  54. package/dist/exports/hooks.d.ts +0 -4
  55. package/dist/exports/index.d.ts +0 -3
  56. package/dist/exports/models.d.ts +0 -25
  57. package/dist/exports/queries.d.ts +0 -4
  58. package/dist/exports/server.d.ts +0 -3
  59. package/dist/exports/utils.d.ts +0 -3
  60. package/dist/exports/vite.d.ts +0 -1
  61. package/dist/hooks/DialogsHooks.d.ts +0 -42
  62. package/dist/hooks/FormHooks.d.ts +0 -52
  63. package/dist/hooks/ThemeHook.d.ts +0 -4
  64. package/dist/lib/auth/auth-client.d.ts +0 -688
  65. package/dist/lib/auth/auth.d.ts +0 -24
  66. package/dist/lib/db/index.d.ts +0 -4
  67. package/dist/lib/db/schemas/auth.d.ts +0 -606
  68. package/dist/lib/utils.d.ts +0 -50
  69. package/dist/lib/vite-plugin.d.ts +0 -2
  70. package/dist/models/Navigation.d.ts +0 -18
  71. package/dist/models/User.d.ts +0 -8
  72. package/dist/models/approval/Approval.d.ts +0 -177
  73. package/dist/models/approval/ApprovalEmployee.d.ts +0 -7
  74. package/dist/models/approval/ApprovalFlow.d.ts +0 -49
  75. package/dist/models/approval/ApprovalFlowStep.d.ts +0 -29
  76. package/dist/models/approval/ApprovalRequestType.d.ts +0 -5
  77. package/dist/models/approval/ApprovalStatus.d.ts +0 -9
  78. package/dist/models/approval/ApprovalStepResult.d.ts +0 -11
  79. package/dist/models/approval/StepApprovalOrder.d.ts +0 -6
  80. package/dist/models/email/Email.d.ts +0 -13
  81. package/dist/models/email/EmailAttachment.d.ts +0 -6
  82. package/dist/models/file/FileActions.d.ts +0 -6
  83. package/dist/models/file/FileMeta.d.ts +0 -15
  84. package/dist/models/peoplesoft/Department.d.ts +0 -58
  85. package/dist/models/peoplesoft/Employee.d.ts +0 -46
  86. package/dist/models/peoplesoft/EmployeeCategoryGroup.d.ts +0 -6
  87. package/dist/models/peoplesoft/EmployeeStatus.d.ts +0 -6
  88. package/dist/providers/DialogsProvider.d.ts +0 -6
  89. package/dist/providers/LayoutProvider.d.ts +0 -11
  90. package/dist/queries/Approval.d.ts +0 -585
  91. package/dist/queries/ApprovalHooks.d.ts +0 -315
  92. package/dist/queries/FileHooks.d.ts +0 -151
  93. package/dist/queries/PeopleSoftHooks.d.ts +0 -537
@@ -1,52 +0,0 @@
1
- export declare const fieldContext: import('react').Context<import('@tanstack/form-core').AnyFieldApi>, useFieldContext: <TData>() => import('@tanstack/form-core').FieldApi<any, string, TData, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>, formContext: import('react').Context<import('@tanstack/form-core').AnyFormApi>, useFormContext: () => import('@tanstack/react-form').ReactFormExtendedApi<Record<string, never>, any, any, any, any, any, any, any, any, any, any, any>;
2
- export declare const useLayoutForm: <TFormData, TOnMount extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnChange extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnChangeAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnBlur extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnBlurAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnSubmit extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnSubmitAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnDynamic extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnDynamicAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnServer extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TSubmitMeta>(props: import('@tanstack/form-core').FormOptions<TFormData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnDynamic, TOnDynamicAsync, TOnServer, TSubmitMeta>) => import('@tanstack/react-form').AppFieldExtendedReactFormApi<TFormData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnDynamic, TOnDynamicAsync, TOnServer, TSubmitMeta, {
3
- readonly TextField: import('react').FC<import('../components/form/FormTextField').FormTextFieldProps>;
4
- readonly NumberField: import('react').FC<import('../components/form/FormNumberField').FormNumberFieldProps>;
5
- readonly Autocomplete: import('react').FC<import('../components/form/FormAutocomplete').FormAutocompleteProps>;
6
- readonly Checkbox: import('react').FC<import('../components/form/FormCheckbox').FormCheckboxProps>;
7
- readonly Switch: import('react').FC<import('../components/form/FormSwitch').FormSwitchProps>;
8
- readonly RadioGroup: import('react').FC<import('../components/form/FormRadioGroup').FormRadioGroupProps>;
9
- readonly Slider: import('react').FC<import('../components/form/FormSlider').FormSliderProps>;
10
- readonly DatePicker: import('react').FC<import('../components/form/FormDatePicker').FormDatePickerProps>;
11
- readonly DateRangePicker: import('react').FC<import('../components/form/FormDateRangePicker').FormDateRangePickerProps>;
12
- readonly TimePicker: import('react').FC<import('../components/form/FormTimePicker').FormTimePickerProps>;
13
- readonly TimeRangePicker: import('react').FC<import('../components/form/FormTimeRangePicker').FormTimeRangePickerProps>;
14
- readonly DateTimePicker: import('react').FC<import('../components/form/FormDateTimePicker').FormDateTimePickerProps>;
15
- readonly DateTimeRangePicker: import('react').FC<import('../components/form/FormDateTimeRangePicker').FormDateTimeRangePickerProps>;
16
- }, {
17
- readonly SubmitButton: import('react').FC<import('../components/form/FormSubmitButton').FormSubmitButtonProps>;
18
- }>, withLayoutForm: <TFormData, TOnMount extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnChange extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnChangeAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnBlur extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnBlurAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnSubmit extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnSubmitAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnDynamic extends import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined, TOnDynamicAsync extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TOnServer extends import('@tanstack/form-core').FormAsyncValidateOrFn<TFormData> | undefined, TSubmitMeta, TRenderProps extends object = {}>({ render, props, }: import('@tanstack/react-form').WithFormProps<TFormData, TOnMount, TOnChange, TOnChangeAsync, TOnBlur, TOnBlurAsync, TOnSubmit, TOnSubmitAsync, TOnDynamic, TOnDynamicAsync, TOnServer, TSubmitMeta, {
19
- readonly TextField: import('react').FC<import('../components/form/FormTextField').FormTextFieldProps>;
20
- readonly NumberField: import('react').FC<import('../components/form/FormNumberField').FormNumberFieldProps>;
21
- readonly Autocomplete: import('react').FC<import('../components/form/FormAutocomplete').FormAutocompleteProps>;
22
- readonly Checkbox: import('react').FC<import('../components/form/FormCheckbox').FormCheckboxProps>;
23
- readonly Switch: import('react').FC<import('../components/form/FormSwitch').FormSwitchProps>;
24
- readonly RadioGroup: import('react').FC<import('../components/form/FormRadioGroup').FormRadioGroupProps>;
25
- readonly Slider: import('react').FC<import('../components/form/FormSlider').FormSliderProps>;
26
- readonly DatePicker: import('react').FC<import('../components/form/FormDatePicker').FormDatePickerProps>;
27
- readonly DateRangePicker: import('react').FC<import('../components/form/FormDateRangePicker').FormDateRangePickerProps>;
28
- readonly TimePicker: import('react').FC<import('../components/form/FormTimePicker').FormTimePickerProps>;
29
- readonly TimeRangePicker: import('react').FC<import('../components/form/FormTimeRangePicker').FormTimeRangePickerProps>;
30
- readonly DateTimePicker: import('react').FC<import('../components/form/FormDateTimePicker').FormDateTimePickerProps>;
31
- readonly DateTimeRangePicker: import('react').FC<import('../components/form/FormDateTimeRangePicker').FormDateTimeRangePickerProps>;
32
- }, {
33
- readonly SubmitButton: import('react').FC<import('../components/form/FormSubmitButton').FormSubmitButtonProps>;
34
- }, TRenderProps>) => (props: import('react').PropsWithChildren<NoInfer<[unknown] extends [TRenderProps] ? any : TRenderProps> & {
35
- form: import('@tanstack/react-form').AppFieldExtendedReactFormApi<[unknown] extends [TFormData] ? any : TFormData, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnMount] ? [TOnMount] extends [TOnMount & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnMount : TOnMount, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnChange] ? [TOnChange] extends [TOnChange & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnChange : TOnChange, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnChangeAsync] ? [TOnChangeAsync] extends [TOnChangeAsync & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnChangeAsync : TOnChangeAsync, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnBlur] ? [TOnBlur] extends [TOnBlur & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnBlur : TOnBlur, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnBlurAsync] ? [TOnBlurAsync] extends [TOnBlurAsync & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnBlurAsync : TOnBlurAsync, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnSubmit] ? [TOnSubmit] extends [TOnSubmit & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnSubmit : TOnSubmit, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnSubmitAsync] ? [TOnSubmitAsync] extends [TOnSubmitAsync & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnSubmitAsync : TOnSubmitAsync, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnDynamic] ? [TOnDynamic] extends [TOnDynamic & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnDynamic : TOnDynamic, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnDynamicAsync] ? [TOnDynamicAsync] extends [TOnDynamicAsync & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnDynamicAsync : TOnDynamicAsync, [import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined] extends [TOnServer] ? [TOnServer] extends [TOnServer & (import('@tanstack/form-core').FormValidateOrFn<TFormData> | undefined)] ? any : TOnServer : TOnServer, [unknown] extends [TSubmitMeta] ? any : TSubmitMeta, {
36
- readonly TextField: import('react').FC<import('../components/form/FormTextField').FormTextFieldProps>;
37
- readonly NumberField: import('react').FC<import('../components/form/FormNumberField').FormNumberFieldProps>;
38
- readonly Autocomplete: import('react').FC<import('../components/form/FormAutocomplete').FormAutocompleteProps>;
39
- readonly Checkbox: import('react').FC<import('../components/form/FormCheckbox').FormCheckboxProps>;
40
- readonly Switch: import('react').FC<import('../components/form/FormSwitch').FormSwitchProps>;
41
- readonly RadioGroup: import('react').FC<import('../components/form/FormRadioGroup').FormRadioGroupProps>;
42
- readonly Slider: import('react').FC<import('../components/form/FormSlider').FormSliderProps>;
43
- readonly DatePicker: import('react').FC<import('../components/form/FormDatePicker').FormDatePickerProps>;
44
- readonly DateRangePicker: import('react').FC<import('../components/form/FormDateRangePicker').FormDateRangePickerProps>;
45
- readonly TimePicker: import('react').FC<import('../components/form/FormTimePicker').FormTimePickerProps>;
46
- readonly TimeRangePicker: import('react').FC<import('../components/form/FormTimeRangePicker').FormTimeRangePickerProps>;
47
- readonly DateTimePicker: import('react').FC<import('../components/form/FormDateTimePicker').FormDateTimePickerProps>;
48
- readonly DateTimeRangePicker: import('react').FC<import('../components/form/FormDateTimeRangePicker').FormDateTimeRangePickerProps>;
49
- }, {
50
- readonly SubmitButton: import('react').FC<import('../components/form/FormSubmitButton').FormSubmitButtonProps>;
51
- }>;
52
- }>) => import('react').ReactNode;
@@ -1,4 +0,0 @@
1
- import { CssVarsThemeOptions } from '@mui/material';
2
- export declare const WISTRON_PRIMARY_COLOR = "#00506E";
3
- export declare const WISTRON_SECONDARY_COLOR = "#64DC00";
4
- export declare const useGetTheme: (theme?: Pick<CssVarsThemeOptions, "colorSchemes" | "components">) => import('@mui/material').Theme;