react-luminus-components 1.3.33 → 1.3.34

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 (165) hide show
  1. package/README.md +349 -349
  2. package/dist/.vite/manifest.json +64 -64
  3. package/dist/{FromToDatePickerDropdownToggle-BcOIaLyQ.cjs → FromToDatePickerDropdownToggle-DhzBIJXw.cjs} +1 -1
  4. package/dist/{FromToDatePickerDropdownToggle-CGnDN_zs.js → FromToDatePickerDropdownToggle-Dk7MFcJp.js} +59 -59
  5. package/dist/{PrimaryButton-B6qFyVVD.js → PrimaryButton-Bbl06m-g.js} +1 -1
  6. package/dist/{PrimaryButton-Dow_5lBe.cjs → PrimaryButton-D33g-RWP.cjs} +1 -1
  7. package/dist/{SimpleTooltip-CpLiAgNs.cjs → SimpleTooltip-Bz22xxXa.cjs} +1 -1
  8. package/dist/{SimpleTooltip-B0I1MS-L.js → SimpleTooltip-C32Faxrc.js} +1 -1
  9. package/dist/components/BnfTableValueFormats/UserAvatarValueFormat/UserAvatarValueFormat.d.ts +2 -1
  10. package/dist/components/Buttons/FloatingSubmit/FloatingFormSubmit.d.ts +1 -0
  11. package/dist/components/Dropdown/Dropdown.d.ts +1 -0
  12. package/dist/components/Dropdown/comps/DropdownDivider/DropdownDivider.d.ts +2 -1
  13. package/dist/components/Dropdown/comps/DropdownToggle/DropdownToggle.d.ts +1 -0
  14. package/dist/components/Dropdown/comps/SimpleToggle/SimpleToggle.d.ts +2 -1
  15. package/dist/components/Dropdown/comps/UserAvatarToggle/UserAvatarToggle.d.ts +2 -1
  16. package/dist/components/Form/CheckInput/CheckInput.d.ts +2 -1
  17. package/dist/components/Form/DropdownPicker/DropdownPicker.d.ts +2 -1
  18. package/dist/components/Form/NumericStepperInput/NumericStepperInput.d.ts +2 -1
  19. package/dist/components/Form/SelectInput/SelectInput.d.ts +2 -1
  20. package/dist/components/Form/TextAreaInput/TextAreaInput.d.ts +2 -1
  21. package/dist/components/Form/TextInput/TextInput.d.ts +2 -1
  22. package/dist/components/HookForm/CheckInput/HookFormCheckInput.d.ts +2 -1
  23. package/dist/components/HookForm/CustomSelectInput/CustomSelectInput.d.ts +2 -1
  24. package/dist/components/HookForm/DropdownPicker/HookFormDropdownPicker.d.ts +3 -2
  25. package/dist/components/HookForm/FileInput/HookFormFileInput.d.ts +2 -1
  26. package/dist/components/HookForm/FloatingSubmit/HookFormFloatingSubmit.d.ts +1 -0
  27. package/dist/components/HookForm/NumericStepperInput/HookFormNumericStepperInput.d.ts +2 -1
  28. package/dist/components/HookForm/RadioInput/HookFormRadioInput.d.ts +2 -1
  29. package/dist/components/HookForm/SelectInput/HookFormSelectInput.d.ts +2 -1
  30. package/dist/components/HookForm/TextAreaInput/HookFormTextAreaInput.d.ts +2 -1
  31. package/dist/components/HookForm/TextInput/HookFormTextInput.d.ts +2 -1
  32. package/dist/components/InputContainers/FloatingLabelInput/FloatingLabelInput.d.ts +2 -2
  33. package/dist/components/InputContainers/InputAnchorContainer/InputAnchorContainer.d.ts +2 -1
  34. package/dist/components/InputContainers/NoInputContainer/NoInputContainer.d.ts +2 -2
  35. package/dist/components/InputContainers/RowLabelInput/RowLabelInput.d.ts +2 -2
  36. package/dist/components/Layout/MessageBoard/MessageBoard.d.ts +2 -1
  37. package/dist/components/Layout/MessageBoard/components/MessageList/MessageList.d.ts +2 -1
  38. package/dist/components/Layout/MessageBoard/components/MessageList/comps/MessageItem/MessageItem.d.ts +2 -1
  39. package/dist/components/NewTabs/Tab/Tab.d.ts +1 -0
  40. package/dist/components/NewTabs/Tabs/Tabs.d.ts +2 -1
  41. package/dist/components/Tabs/Tabs.d.ts +1 -0
  42. package/dist/components/Tabs/comps/Tab/Tab.d.ts +1 -0
  43. package/dist/components/Tooltip/HtmlTooltip/HtmlTooltip.d.ts +1 -0
  44. package/dist/components/Tooltip/SimpleTooltip/SimpleTooltip.d.ts +1 -0
  45. package/dist/components/common/Alert/Alert.d.ts +1 -0
  46. package/dist/components/common/ApiFileDownloadButton/ApiFileDownloadButton.d.ts +2 -1
  47. package/dist/components/common/AppSearch/AppSearch.d.ts +2 -1
  48. package/dist/components/common/AppSearch/comps/AutocompleteWindow/AutocompleteWindow.d.ts +2 -1
  49. package/dist/components/common/AppSearch/comps/TypeSelector/TypeSelector.d.ts +3 -2
  50. package/dist/components/common/AppSearch/hooks/useSearchItems.d.ts +2 -1
  51. package/dist/components/common/AuthTemplate/AuthTemplate.d.ts +2 -1
  52. package/dist/components/common/ErrorBoundary/ErrorBoundary.d.ts +2 -1
  53. package/dist/components/common/FromToDatePicker/FromToDatePicker.d.ts +3 -2
  54. package/dist/components/common/FromToDatePicker/components/FromToDatePickerDropdownToggle/FromToDatePickerDropdownToggle.d.ts +2 -1
  55. package/dist/components/common/FromToDatePicker/hooks/useFromToDatePicker.d.ts +2 -1
  56. package/dist/components/common/FromToDatePicker/utils/utilsFromToDatePicker.d.ts +1 -0
  57. package/dist/components/common/HomeDashboard/HomeDashboard.d.ts +3 -2
  58. package/dist/components/common/HomeDashboard/comps/FreeSpaceWidget/FreeSpaceWidget.d.ts +2 -1
  59. package/dist/components/common/HomeDashboard/comps/WidgetPicker/WidgetPicker.d.ts +2 -1
  60. package/dist/components/common/HomeDashboard/hooks/useUserDashboard.d.ts +2 -1
  61. package/dist/components/common/ImgApi/ImgApi.d.ts +2 -1
  62. package/dist/components/common/ImgApi/hooks/useGetImgData.d.ts +2 -1
  63. package/dist/components/common/ImgDirect/ImgDirect.d.ts +2 -1
  64. package/dist/components/common/Loading/LoadingBlock.d.ts +1 -0
  65. package/dist/components/common/MonthPicker/MonthPicker.d.ts +1 -0
  66. package/dist/components/common/PhotoLibrary/PhotoLibrary.d.ts +2 -1
  67. package/dist/components/common/PhotoLightbox/PhotoLightbox.d.ts +2 -1
  68. package/dist/components/common/SimplePicker/SimplePicker.d.ts +2 -1
  69. package/dist/components/common/Timeline/Timeline.d.ts +2 -1
  70. package/dist/components/common/Widget/WidgetCard.d.ts +1 -0
  71. package/dist/components/common/Widget/WidgetWrapper.d.ts +1 -0
  72. package/dist/contexts/auth/AuthContext.d.ts +3 -2
  73. package/dist/contexts/auth/AuthProvider.d.ts +2 -1
  74. package/dist/contexts/confirm/ConfirmContext.d.ts +1 -1
  75. package/dist/contexts/delegation/DelegationContext.d.ts +3 -2
  76. package/dist/contexts/loading/LoadingContext.d.ts +1 -1
  77. package/dist/contexts/luminus-components/LuminusComponentsContext.d.ts +3 -2
  78. package/dist/contexts/luminus-components/LuminusComponentsProvider.d.ts +3 -2
  79. package/dist/contexts/prompt/PromptContext.d.ts +3 -2
  80. package/dist/contexts/prompt/PromptProvider.d.ts +1 -0
  81. package/dist/contexts/user/UserContext.d.ts +4 -3
  82. package/dist/contexts.cjs.js +1 -1
  83. package/dist/contexts.d.ts +1 -240
  84. package/dist/contexts.es.js +9 -9
  85. package/dist/{dateUtils-Bc53BdYm.js → dateUtils-B9-rf1Eh.js} +1 -1
  86. package/dist/{dateUtils-Y_XPaYyg.cjs → dateUtils-Bs39Qj7k.cjs} +1 -1
  87. package/dist/hooks/useAxios/useAxios.d.ts +2 -1
  88. package/dist/hooks/useClickOutside/useClickOutside.d.ts +1 -0
  89. package/dist/hooks/useGetApiData/useGetApiData.d.ts +3 -2
  90. package/dist/hooks/useLocalStorageState/useLocalStorageState.d.ts +1 -1
  91. package/dist/hooks/usePrompt/usePrompt.d.ts +2 -1
  92. package/dist/hooks/useZodSchemaTypes/useZodSchemaTypes.d.ts +2 -1
  93. package/dist/hooks.cjs.js +1 -1
  94. package/dist/hooks.d.ts +1 -160
  95. package/dist/hooks.es.js +6 -6
  96. package/dist/layout/FullScreenContainer/FullScreenContainer.d.ts +2 -1
  97. package/dist/layout/MainContainer/MainContainer.d.ts +2 -1
  98. package/dist/layout/PageTitle/PageTitle.d.ts +1 -0
  99. package/dist/layout/SideContentBar/SideContentBar.d.ts +1 -0
  100. package/dist/layout/SideMenu/MenuItem/MenuItem.d.ts +2 -1
  101. package/dist/layout/SideMenu/SideMenu.d.ts +2 -1
  102. package/dist/layout.cjs.js +1 -1
  103. package/dist/layout.d.ts +1 -54
  104. package/dist/layout.es.js +3 -3
  105. package/dist/main.cjs.js +1 -1
  106. package/dist/main.d.ts +1 -1
  107. package/dist/main.es.js +1467 -1467
  108. package/dist/models/luminus-context-types/ILocalizationContext.d.ts +1 -0
  109. package/dist/models/prop-types/ContainerProps.d.ts +1 -0
  110. package/dist/models/prop-types/DashboardWidgetCommonProps.d.ts +1 -0
  111. package/dist/models/prop-types/FormInputProps/FormCheckInputProps.d.ts +2 -1
  112. package/dist/models/prop-types/FormInputProps/FormFileInputProps.d.ts +2 -1
  113. package/dist/models/prop-types/FormInputProps/FormNumericStepperInputProps.d.ts +2 -1
  114. package/dist/models/prop-types/FormInputProps/FormRadioInputProps.d.ts +2 -1
  115. package/dist/models/prop-types/FormInputProps/FormSelectInputProps.d.ts +2 -1
  116. package/dist/models/prop-types/FormInputProps/FormTextAreaInputProps.d.ts +2 -1
  117. package/dist/models/prop-types/FormInputProps/FormTextInputProps.d.ts +2 -1
  118. package/dist/models/prop-types/HookFormInputProps/HookFormCheckInputProps.d.ts +3 -2
  119. package/dist/models/prop-types/HookFormInputProps/HookFormDropdownPickerProps.d.ts +3 -2
  120. package/dist/models/prop-types/HookFormInputProps/HookFormFileInputProps.d.ts +3 -2
  121. package/dist/models/prop-types/HookFormInputProps/HookFormInputBaseProps.d.ts +2 -1
  122. package/dist/models/prop-types/HookFormInputProps/HookFormInputProps.d.ts +2 -1
  123. package/dist/models/prop-types/HookFormInputProps/HookFormNumericStepperInputProps.d.ts +3 -2
  124. package/dist/models/prop-types/HookFormInputProps/HookFormRadioInputProps.d.ts +3 -2
  125. package/dist/models/prop-types/HookFormInputProps/HookFormSelectInputProps.d.ts +3 -2
  126. package/dist/models/prop-types/HookFormInputProps/HookFormTextAreaInputProps.d.ts +3 -2
  127. package/dist/models/prop-types/HookFormInputProps/HookFormTextInputProps.d.ts +3 -2
  128. package/dist/models/prop-types/ImgProps.d.ts +1 -0
  129. package/dist/models/prop-types/InputProps/CheckInputProps.d.ts +2 -1
  130. package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +5 -4
  131. package/dist/models/prop-types/InputProps/FileInputProps.d.ts +2 -1
  132. package/dist/models/prop-types/InputProps/InputBaseProps.d.ts +2 -1
  133. package/dist/models/prop-types/InputProps/NumericInputProps.d.ts +2 -1
  134. package/dist/models/prop-types/InputProps/RadioInputProps.d.ts +3 -2
  135. package/dist/models/prop-types/InputProps/SelectInputProps.d.ts +3 -2
  136. package/dist/models/prop-types/InputProps/TextAreaInputProps.d.ts +2 -1
  137. package/dist/models/prop-types/InputProps/TextInputProps.d.ts +2 -1
  138. package/dist/models/texts/ComponentsContextTexts.d.ts +12 -11
  139. package/dist/models/texts/ErrorBoundaryTexts.d.ts +1 -0
  140. package/dist/models/types/ApiErrorResult.d.ts +2 -1
  141. package/dist/models/types/DashboardConfig.d.ts +2 -1
  142. package/dist/models/types/DashboardWidget.d.ts +2 -1
  143. package/dist/models/types/DropdownPickerOption.d.ts +2 -1
  144. package/dist/models/types/HookFormInputProps.d.ts +2 -1
  145. package/dist/models/types/MenuItemTypeExtended.d.ts +2 -1
  146. package/dist/models/types/SearchResultGroupModel.d.ts +3 -2
  147. package/dist/models/types/SearchResultModel.d.ts +2 -1
  148. package/dist/models/types/TimelineStep.d.ts +2 -1
  149. package/dist/models/types/UserLoginState.d.ts +3 -2
  150. package/dist/models/types/UserModel.d.ts +2 -1
  151. package/dist/{searchUtils-kismAHZM.js → searchUtils-BCxOKHVq.js} +1 -1
  152. package/dist/{searchUtils-qxu0IgEU.cjs → searchUtils-CxNriHg_.cjs} +1 -1
  153. package/dist/style.css +1 -1
  154. package/dist/{useFormControlType-BAFqxupC.js → useFormControlType-oJGqgThz.js} +3 -3
  155. package/dist/{useLocalStorageState-BxKcArKF.cjs → useLocalStorageState-3ebV2Hf5.cjs} +1 -1
  156. package/dist/{useLocalStorageState-HYmARj_B.js → useLocalStorageState-Cs1tOpr1.js} +1 -1
  157. package/dist/{usePermissions-yx-0zHae.cjs → usePermissions-BZPN1OT2.cjs} +1 -1
  158. package/dist/{usePermissions-Dl5tlwwt.js → usePermissions-CfJgVLTi.js} +3 -3
  159. package/dist/utils/apiErrorFields/apiErrorFieldsUtils.d.ts +2 -1
  160. package/dist/utils/hookForm/hookFormUtils.d.ts +2 -1
  161. package/dist/utils.cjs.js +1 -1
  162. package/dist/utils.d.ts +1 -151
  163. package/dist/utils.es.js +6 -6
  164. package/dist/variables.scss +171 -171
  165. package/package.json +106 -106
@@ -1,4 +1,5 @@
1
1
  import { DropdownToggleProps } from 'react-bootstrap';
2
+
2
3
  type Props = DropdownToggleProps & {
3
4
  as: (('button' | (React.ComponentClass<any, any> & 'button') | (React.FunctionComponent<any> & 'button')) & React.ElementType<any, keyof React.JSX.IntrinsicElements>) | (React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement>> & any) | undefined;
4
5
  } & any;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  declare const SimpleDropdownToggle: React.ForwardRefExoticComponent<React.ButtonHTMLAttributes<HTMLButtonElement> & {
3
4
  onClick: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
4
5
  color?: "primary" | "success" | "danger" | "warning";
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type Props = {
3
4
  userName: string;
4
5
  onClick: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
@@ -1,3 +1,4 @@
1
- import { FormCheckInputProps } from '@models/index';
1
+ import { FormCheckInputProps } from '../../../models/index';
2
+
2
3
  declare const CheckInput: ({ InputContainer, label, value, onChange, hidden, disabled, className, type, withoutLabel, }: FormCheckInputProps) => import("react").JSX.Element;
3
4
  export default CheckInput;
@@ -1,3 +1,4 @@
1
- import { DropdownPickerProps } from '@models/index';
1
+ import { DropdownPickerProps } from '../../../models/index';
2
+
2
3
  declare const DropdownPicker: ({ InputContainer, items, defaultSelection, selectedItemNavigateTo, onSearchQueryChange, texts, isLoading, isNumber, onSelect, label, withoutLabel, size, dropdownItemsNameWidth, additionalColumns, hidden, disabled, displayIdAsName, CustomOnChangeComponent, className, }: DropdownPickerProps) => import("react").JSX.Element;
3
4
  export default DropdownPicker;
@@ -1,3 +1,4 @@
1
- import { FormNumericStepperInputProps } from '@models/index';
1
+ import { FormNumericStepperInputProps } from '../../../models/index';
2
+
2
3
  declare const NumericStepperInput: ({ InputContainer, value, onChange, debounceMs, label, withoutLabel, placeholder, size, hidden, disabled, showClearIcon, clearValue, className, step, stepperStep, }: FormNumericStepperInputProps) => import("react").JSX.Element;
3
4
  export default NumericStepperInput;
@@ -1,3 +1,4 @@
1
- import { FormSelectInputProps } from '@models/index';
1
+ import { FormSelectInputProps } from '../../../models/index';
2
+
2
3
  declare const SelectInput: ({ InputContainer, value, options, onChange, label, withoutLabel, isNumber, size, hidden, disabled, showClearIcon, clearValue, noSortOptions, className, noEmptyOption, }: FormSelectInputProps) => import("react").JSX.Element;
3
4
  export default SelectInput;
@@ -1,3 +1,4 @@
1
- import { FormTextAreaInputProps } from '@models/index';
1
+ import { FormTextAreaInputProps } from '../../../models/index';
2
+
2
3
  declare const HookFormTextAreaInput: ({ InputContainer, value, onChange, label, size, showClearIcon, clearValue, hidden, disabled, rows, withoutLabel, debounceMs, className, }: FormTextAreaInputProps) => import("react").JSX.Element;
3
4
  export default HookFormTextAreaInput;
@@ -1,3 +1,4 @@
1
- import { FormTextInputProps } from '@models/index';
1
+ import { FormTextInputProps } from '../../../models/index';
2
+
2
3
  declare const TextInput: ({ InputContainer, type, value, onChange, debounceMs, label, withoutLabel, placeholder, size, hidden, disabled, showClearIcon, clearValue, list, className, step, noSelectOnFocus, }: FormTextInputProps) => import("react").JSX.Element;
3
4
  export default TextInput;
@@ -1,3 +1,4 @@
1
- import HookFormCheckInputProps from '@models/prop-types/HookFormInputProps/HookFormCheckInputProps';
1
+ import { default as HookFormCheckInputProps } from '../../../models/prop-types/HookFormInputProps/HookFormCheckInputProps';
2
+
2
3
  declare const HookFormCheckInput: ({ InputContainer, formField, label, resetsFields, type, required, hidden, disabled, withoutLabel, className, }: HookFormCheckInputProps) => import("react").JSX.Element;
3
4
  export default HookFormCheckInput;
@@ -1,3 +1,4 @@
1
- import { HookFormSelectInputProps } from '@models/index';
1
+ import { HookFormSelectInputProps } from '../../../models/index';
2
+
2
3
  declare const CustomSelectInput: ({ InputContainer, options, formField, label, size, resetsFields, isNumber, required, hidden, disabled, withoutLabel, noSortOptions, suffixIdToName, className, }: HookFormSelectInputProps) => import("react").JSX.Element;
3
4
  export default CustomSelectInput;
@@ -1,4 +1,5 @@
1
- import React from 'react';
2
- import HookFormDropdownPickerProps from '@models/prop-types/HookFormInputProps/HookFormDropdownPickerProps';
1
+ import { default as React } from 'react';
2
+ import { default as HookFormDropdownPickerProps } from '../../../models/prop-types/HookFormInputProps/HookFormDropdownPickerProps';
3
+
3
4
  declare const HookFormDropdownPicker: ({ InputContainer, formField, label, size, defaultSelection, resetsFields, isNumber, required, hidden, disabled, items, onSearchQueryChange, selectedItemNavigateTo, texts, dropdownItemsNameWidth, isLoading, withoutLabel, additionalColumns, CustomOnChangeComponent, displayIdAsName, onSelect, className, }: HookFormDropdownPickerProps) => React.JSX.Element;
4
5
  export default HookFormDropdownPicker;
@@ -1,3 +1,4 @@
1
- import { HookFormFileInputProps } from '@models/index';
1
+ import { HookFormFileInputProps } from '../../../models/index';
2
+
2
3
  declare const HookFormFileInput: ({ InputContainer, label, formField, hidden, required, placeholder, disabled, showClearIcon, resetsFields, multiple, accept, withoutLabel, className, }: HookFormFileInputProps) => import("react").JSX.Element;
3
4
  export default HookFormFileInput;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  type Props = {
3
4
  children: ReactNode;
4
5
  onStorno?: () => void;
@@ -1,3 +1,4 @@
1
- import { HookFormNumericStepperInputProps } from '@models/index';
1
+ import { HookFormNumericStepperInputProps } from '../../../models/index';
2
+
2
3
  declare const HookFormNumericStepperInput: ({ InputContainer, formField, label, placeholder, size, resetsFields, showClearIcon, clearValue, required, hidden, disabled, withoutLabel, step, stepperStep, className, }: HookFormNumericStepperInputProps) => import("react").JSX.Element;
3
4
  export default HookFormNumericStepperInput;
@@ -1,3 +1,4 @@
1
- import HookFormRadioInputProps from '@models/prop-types/HookFormInputProps/HookFormRadioInputProps';
1
+ import { default as HookFormRadioInputProps } from '../../../models/prop-types/HookFormInputProps/HookFormRadioInputProps';
2
+
2
3
  declare const HookFormRadioInput: ({ InputContainer, label, formField, options, resetsFields, required, disabled, hidden, className, }: HookFormRadioInputProps) => import("react").JSX.Element;
3
4
  export default HookFormRadioInput;
@@ -1,3 +1,4 @@
1
- import HookFormSelectInputProps from '@models/prop-types/HookFormInputProps/HookFormSelectInputProps';
1
+ import { default as HookFormSelectInputProps } from '../../../models/prop-types/HookFormInputProps/HookFormSelectInputProps';
2
+
2
3
  declare const HookFormSelectInput: ({ InputContainer, formField, label, resetsFields, options, isNumber, size, showClearIcon, clearValue, noSortOptions, required, hidden, disabled, withoutLabel, className, }: HookFormSelectInputProps) => import("react").JSX.Element;
3
4
  export default HookFormSelectInput;
@@ -1,3 +1,4 @@
1
- import HookFormTextAreaInputProps from '@models/prop-types/HookFormInputProps/HookFormTextAreaInputProps';
1
+ import { default as HookFormTextAreaInputProps } from '../../../models/prop-types/HookFormInputProps/HookFormTextAreaInputProps';
2
+
2
3
  declare const HookFormTextAreaInput: ({ InputContainer, formField, label, resetsFields, size, showClearIcon, clearValue, required, hidden, disabled, rows, withoutLabel, customFormControlProps, className, }: HookFormTextAreaInputProps) => import("react").JSX.Element;
3
4
  export default HookFormTextAreaInput;
@@ -1,3 +1,4 @@
1
- import HookFormTextInputProps from '@models/prop-types/HookFormInputProps/HookFormTextInputProps';
1
+ import { default as HookFormTextInputProps } from '../../../models/prop-types/HookFormInputProps/HookFormTextInputProps';
2
+
2
3
  declare const HookFormTextInput: ({ InputContainer, type, formField, label, placeholder, size, resetsFields, showClearIcon, clearValue, required, hidden, disabled, withoutLabel, list, step, CustomOnChangeComponent, noSelectOnFocus, className, }: HookFormTextInputProps) => import("react").JSX.Element;
3
4
  export default HookFormTextInput;
@@ -1,4 +1,4 @@
1
- declare const FloatingLabelInput: import("react").ForwardRefExoticComponent<(Omit<{
1
+ declare const FloatingLabelInput: import('react').ForwardRefExoticComponent<(Omit<{
2
2
  hidden?: boolean;
3
3
  children: React.ReactNode;
4
4
  isInvalid?: boolean;
@@ -29,5 +29,5 @@ declare const FloatingLabelInput: import("react").ForwardRefExoticComponent<(Omi
29
29
  withoutLabel: true;
30
30
  } & {
31
31
  withoutLabel: true;
32
- }, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
32
+ }, "ref">) & import('react').RefAttributes<HTMLDivElement>>;
33
33
  export default FloatingLabelInput;
@@ -1,4 +1,5 @@
1
- import { FormSelectOption } from '@models/index';
1
+ import { FormSelectOption } from '../../../models/index';
2
+
2
3
  type InputAnchorContainerProps = {
3
4
  currentSelection: FormSelectOption | null;
4
5
  selectedItemNavigateTo?: (item: FormSelectOption) => string;
@@ -1,4 +1,4 @@
1
- declare const NoInputContainer: import("react").ForwardRefExoticComponent<(Omit<{
1
+ declare const NoInputContainer: import('react').ForwardRefExoticComponent<(Omit<{
2
2
  hidden?: boolean;
3
3
  children: React.ReactNode;
4
4
  isInvalid?: boolean;
@@ -29,5 +29,5 @@ declare const NoInputContainer: import("react").ForwardRefExoticComponent<(Omit<
29
29
  withoutLabel: true;
30
30
  } & {
31
31
  withoutLabel: true;
32
- }, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
32
+ }, "ref">) & import('react').RefAttributes<HTMLDivElement>>;
33
33
  export default NoInputContainer;
@@ -1,4 +1,4 @@
1
- declare const RowLabelInput: import("react").ForwardRefExoticComponent<(Omit<{
1
+ declare const RowLabelInput: import('react').ForwardRefExoticComponent<(Omit<{
2
2
  hidden?: boolean;
3
3
  children: React.ReactNode;
4
4
  isInvalid?: boolean;
@@ -29,5 +29,5 @@ declare const RowLabelInput: import("react").ForwardRefExoticComponent<(Omit<{
29
29
  withoutLabel: true;
30
30
  } & {
31
31
  withoutLabel: true;
32
- }, "ref">) & import("react").RefAttributes<HTMLDivElement>>;
32
+ }, "ref">) & import('react').RefAttributes<HTMLDivElement>>;
33
33
  export default RowLabelInput;
@@ -1,5 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
- import BaseMessageBoardModel from '../../../models/types/BaseMessageBoardModel';
2
+ import { default as BaseMessageBoardModel } from '../../../models/types/BaseMessageBoardModel';
3
+
3
4
  type Props<MessageType extends BaseMessageBoardModel> = {
4
5
  renderAsNotifPanel?: boolean;
5
6
  notifIcon?: ReactNode;
@@ -1,4 +1,5 @@
1
- import { BaseMessageBoardModel } from '@models/index';
1
+ import { BaseMessageBoardModel } from '../../../../../models/index';
2
+
2
3
  type Props<MessageType extends BaseMessageBoardModel> = {
3
4
  messages: MessageType[];
4
5
  isLoading: boolean;
@@ -1,4 +1,5 @@
1
- import { BaseMessageBoardModel } from '@models/index';
1
+ import { BaseMessageBoardModel } from '../../../../../../../models/index';
2
+
2
3
  type Props<MessageType extends BaseMessageBoardModel> = {
3
4
  message: MessageType;
4
5
  onDeleteMessage: (id: number) => void;
@@ -1,4 +1,5 @@
1
1
  import { ReactElement } from 'react';
2
+
2
3
  export type TabProps<T = string | number> = {
3
4
  eventKey: T;
4
5
  className?: string;
@@ -1,4 +1,5 @@
1
- import Tab, { TabProps } from '../Tab/Tab';
1
+ import { default as Tab, TabProps } from '../Tab/Tab';
2
+
2
3
  type ChildrenType<T> = React.ReactElement<TabProps<T>, typeof Tab<T>>;
3
4
  type Props<T> = {
4
5
  activeTab: T;
@@ -1,4 +1,5 @@
1
1
  import { TabsProps } from 'react-bootstrap';
2
+
2
3
  type Props = TabsProps & {
3
4
  children: React.ReactNode;
4
5
  noContent?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { TabProps } from 'react-bootstrap';
2
+
2
3
  type Props = TabProps & {
3
4
  children?: React.ReactNode;
4
5
  };
@@ -1,5 +1,6 @@
1
1
  import { ReactElement, ReactNode } from 'react';
2
2
  import { OverlayTriggerType } from 'react-bootstrap/esm/OverlayTrigger';
3
+
3
4
  type TooltipProps = {
4
5
  heading: string | ReactNode;
5
6
  content: ReactElement;
@@ -1,4 +1,5 @@
1
1
  import { ReactElement } from 'react';
2
+
2
3
  type Props = {
3
4
  text: string;
4
5
  placement: 'top' | 'bottom' | 'left' | 'right';
@@ -1,4 +1,5 @@
1
1
  import { AlertProps } from 'react-bootstrap';
2
+
2
3
  type Props = {
3
4
  size?: 'sm' | 'md' | 'lg';
4
5
  typographyVariant?: 'h6' | 'subtitle' | 'body' | 'body2' | 'caption';
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type Props = {
3
4
  fileLoader: () => Promise<Blob | null>;
4
5
  fileName: string;
@@ -1,4 +1,5 @@
1
- import SearchType from '@models/types/SearchType';
1
+ import { default as SearchType } from '../../../models/types/SearchType';
2
+
2
3
  type Props = {
3
4
  searchTypes: SearchType[];
4
5
  navigateFunction: (url: string) => void;
@@ -1,4 +1,5 @@
1
- import { SearchResultGroupModel, SearchType } from '@models/index';
1
+ import { SearchResultGroupModel, SearchType } from '../../../../../models/index';
2
+
2
3
  type Props = {
3
4
  query: string;
4
5
  show: boolean;
@@ -1,5 +1,6 @@
1
- import React, { Dispatch, SetStateAction } from 'react';
2
- import SearchType from '@models/types/SearchType';
1
+ import { default as React, Dispatch, SetStateAction } from 'react';
2
+ import { default as SearchType } from '../../../../../models/types/SearchType';
3
+
3
4
  type Props = {
4
5
  searchTypes: SearchType[];
5
6
  selectedType: SearchType | null;
@@ -1,4 +1,5 @@
1
- import { SearchResultGroupModel, SearchType } from '@models/index';
1
+ import { SearchResultGroupModel, SearchType } from '../../../../models/index';
2
+
2
3
  declare const useSearchItems: (type: SearchType | null, query: string) => {
3
4
  isLoading: boolean;
4
5
  searchItems: SearchResultGroupModel[];
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type Props = {
3
4
  appAccessPermissions?: string[];
4
5
  children: React.ReactNode;
@@ -1,4 +1,5 @@
1
- import React, { ReactNode } from 'react';
1
+ import { default as React, ReactNode } from 'react';
2
+
2
3
  type ErrorBoundaryProps = {
3
4
  children: ReactNode;
4
5
  fallback: ReactNode;
@@ -1,6 +1,7 @@
1
- import { InputBaseProps } from '@models/index';
2
- import FromTo from '@models/types/FromTo';
1
+ import { InputBaseProps } from '../../../models/index';
2
+ import { default as FromTo } from '../../../models/types/FromTo';
3
3
  import { Dispatch, SetStateAction } from 'react';
4
+
4
5
  type FromToDatePickerProps = {
5
6
  fromtoState: [FromTo, Dispatch<SetStateAction<FromTo>>];
6
7
  className?: string;
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
+
2
3
  type FromToDatePickerDropdownToggleProps = {
3
4
  onClick: (e: React.MouseEvent<HTMLElement, MouseEvent>) => void;
4
5
  text?: string;
@@ -1,6 +1,7 @@
1
- import FromTo from '@models/types/FromTo';
1
+ import { default as FromTo } from '../../../../models/types/FromTo';
2
2
  import { Dispatch, SetStateAction } from 'react';
3
3
  import { TimeRangeSymbol } from '../constants/TimeRanges';
4
+
4
5
  declare const useFromToDatePicker: (selectedRange: TimeRangeSymbol, setSelectedRange: Dispatch<SetStateAction<TimeRangeSymbol>>, setFromTo: Dispatch<SetStateAction<FromTo>>) => {
5
6
  setFromToProp: <T extends keyof FromTo>(propertyName: T, value: FromTo[T]) => void;
6
7
  handleArrowClick: (offset: -1 | 1) => void;
@@ -1,4 +1,5 @@
1
1
  import { TimeRangeSymbol } from '../constants/TimeRanges';
2
+
2
3
  export declare const getMonthFromTo: (fromDate: Date) => {
3
4
  from: string;
4
5
  to: string;
@@ -1,5 +1,6 @@
1
- import DashboardWidget from '@models/types/DashboardWidget';
2
- import { DashboardConfig } from '@models/index';
1
+ import { default as DashboardWidget } from '../../../models/types/DashboardWidget';
2
+ import { DashboardConfig } from '../../../models/index';
3
+
3
4
  type Props = {
4
5
  availableWidgets: DashboardWidget[];
5
6
  editMode?: boolean;
@@ -1,4 +1,5 @@
1
- import { DashboardWidget, HomeDashboardTexts } from '@models/index';
1
+ import { DashboardWidget, HomeDashboardTexts } from '../../../../../models/index';
2
+
2
3
  type Props = {
3
4
  availableWidgets: DashboardWidget[];
4
5
  onAdd: (widgetId: number) => void;
@@ -1,4 +1,5 @@
1
- import { DashboardWidget, HomeDashboardTexts } from '@models/index';
1
+ import { DashboardWidget, HomeDashboardTexts } from '../../../../../models/index';
2
+
2
3
  type Props = {
3
4
  show: boolean;
4
5
  widgets: DashboardWidget[];
@@ -1,4 +1,5 @@
1
- import DashboardConfig from '@models/types/DashboardConfig';
1
+ import { default as DashboardConfig } from '../../../../models/types/DashboardConfig';
2
+
2
3
  declare const useUserDashboard: (defaultDashboardConfig?: DashboardConfig) => {
3
4
  dashboardConfig: DashboardConfig;
4
5
  onChangeDashboardConfig: (config: DashboardConfig) => void;
@@ -1,3 +1,4 @@
1
- import { ImgProps } from '@models/index';
1
+ import { ImgProps } from '../../../models/index';
2
+
2
3
  declare const ImgApi: ({ src, alt, baseUrl, customToken, placeholder, ...otherProps }: ImgProps) => import("react").JSX.Element | null;
3
4
  export default ImgApi;
@@ -1,7 +1,8 @@
1
1
  import { GenericAbortSignal } from 'axios';
2
+
2
3
  declare const useGetImgData: (uri: string, baseUrl?: string, customToken?: string, silent?: boolean) => {
3
4
  data: Blob | null;
4
- setData: import("react").Dispatch<import("react").SetStateAction<Blob | null>>;
5
+ setData: import('react').Dispatch<import('react').SetStateAction<Blob | null>>;
5
6
  reloadData: (signal?: GenericAbortSignal) => Promise<void>;
6
7
  isLoading: boolean;
7
8
  };
@@ -1,3 +1,4 @@
1
- import { ImgProps } from '@models/index';
1
+ import { ImgProps } from '../../../models/index';
2
+
2
3
  declare const ImgDirect: ({ src, alt, baseUrl, customToken, placeholder, ...otherProps }: ImgProps) => import("react").JSX.Element;
3
4
  export default ImgDirect;
@@ -1,4 +1,5 @@
1
1
  import { HTMLProps } from 'react';
2
+
2
3
  type LoadingBlockProps = HTMLProps<HTMLDivElement>;
3
4
  declare const LoadingBlock: ({ className, ...props }: LoadingBlockProps) => import("react").JSX.Element;
4
5
  export default LoadingBlock;
@@ -1,4 +1,5 @@
1
1
  import { Locale } from 'date-fns';
2
+
2
3
  type Props = {
3
4
  month: Date;
4
5
  onChangeMonth: (month: Date) => void;
@@ -1,4 +1,5 @@
1
- import { ImgProps, PhotoAction, PhotoLibraryItemModel } from '@models/index';
1
+ import { ImgProps, PhotoAction, PhotoLibraryItemModel } from '../../../models/index';
2
+
2
3
  type Props = {
3
4
  photos: PhotoLibraryItemModel[];
4
5
  uploadPhotosText?: string;
@@ -1,4 +1,5 @@
1
- import { ImgProps, PhotoAction, PhotoLibraryItemModel } from '@models/index';
1
+ import { ImgProps, PhotoAction, PhotoLibraryItemModel } from '../../../models/index';
2
+
2
3
  type Props = {
3
4
  show: boolean;
4
5
  onClose: () => void;
@@ -1,5 +1,6 @@
1
1
  import { RefObject } from 'react';
2
- import { DropdownPickerOption, DropdownPickerTexts, FormSelectOption } from '@models/index';
2
+ import { DropdownPickerOption, DropdownPickerTexts, FormSelectOption } from '../../../models/index';
3
+
3
4
  type Props = {
4
5
  show: boolean;
5
6
  onCancel: () => void;
@@ -1,4 +1,5 @@
1
- import TimelineStep from '@models/types/TimelineStep';
1
+ import { default as TimelineStep } from '../../../models/types/TimelineStep';
2
+
2
3
  type Props = {
3
4
  steps: TimelineStep[];
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  type WidgetCardProps = {
3
4
  children: ReactNode;
4
5
  title: ReactNode;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  type WidgetWrapperProps = {
3
4
  title: ReactNode;
4
5
  children: ReactNode;
@@ -1,8 +1,9 @@
1
- import { PublicClientApplication } from '@azure/msal-browser';
1
+ import { PublicClientApplication } from '../../../node_modules/@azure/msal-browser';
2
+
2
3
  interface IAuthContext {
3
4
  useMsal: boolean;
4
5
  msalInstance: PublicClientApplication | null;
5
6
  msalScopes: string[];
6
7
  }
7
- declare const AuthContext: import("react").Context<IAuthContext>;
8
+ declare const AuthContext: import('react').Context<IAuthContext>;
8
9
  export default AuthContext;
@@ -1,4 +1,5 @@
1
- import { PublicClientApplication } from '@azure/msal-browser';
1
+ import { PublicClientApplication } from '../../../node_modules/@azure/msal-browser';
2
+
2
3
  type BaseProps = {
3
4
  children: React.ReactNode;
4
5
  };
@@ -4,5 +4,5 @@ interface IConfirmContext {
4
4
  showConfirm: (text: string) => void;
5
5
  hideConfirm: () => void;
6
6
  }
7
- declare const ConfirmContext: import("react").Context<IConfirmContext>;
7
+ declare const ConfirmContext: import('react').Context<IConfirmContext>;
8
8
  export default ConfirmContext;
@@ -1,6 +1,7 @@
1
- import { NameIdIntModel } from '@models/index';
1
+ import { NameIdIntModel } from '../../models/index';
2
2
  import { GenericAbortSignal } from 'axios';
3
3
  import { Dispatch, SetStateAction } from 'react';
4
+
4
5
  interface EmployeeSmallModel {
5
6
  id: number;
6
7
  name: string | null;
@@ -20,5 +21,5 @@ export interface IDelegationContext {
20
21
  setAvailableDelegations: React.Dispatch<React.SetStateAction<UserDelegationModel[] | null>>;
21
22
  refreshAvailableDelegations: (signal?: GenericAbortSignal, loadCallCount?: number) => Promise<void>;
22
23
  }
23
- declare const DelegationContext: import("react").Context<IDelegationContext>;
24
+ declare const DelegationContext: import('react').Context<IDelegationContext>;
24
25
  export default DelegationContext;
@@ -3,5 +3,5 @@ interface ILoadingContext {
3
3
  startLoading: (key: string) => void;
4
4
  stopLoading: (key: string) => void;
5
5
  }
6
- declare const LoadingContext: import("react").Context<ILoadingContext>;
6
+ declare const LoadingContext: import('react').Context<ILoadingContext>;
7
7
  export default LoadingContext;
@@ -1,8 +1,9 @@
1
- import { CommonLuminusIcons, ILocalizationContext } from '@models/index';
2
- import ComponentsContextTexts from '@models/texts/ComponentsContextTexts';
1
+ import { CommonLuminusIcons, ILocalizationContext } from '../../models/index';
2
+ import { default as ComponentsContextTexts } from '../../models/texts/ComponentsContextTexts';
3
3
  import { CreateAxiosDefaults } from 'axios';
4
4
  import { Context, ReactNode } from 'react';
5
5
  import { IconBaseProps } from 'react-icons';
6
+
6
7
  export type IconComponentType = (props: {
7
8
  icon: CommonLuminusIcons;
8
9
  className?: string;
@@ -1,8 +1,9 @@
1
- import { ILocalizationContext } from '@models/index';
2
- import ComponentsContextTexts from '@models/texts/ComponentsContextTexts';
1
+ import { ILocalizationContext } from '../../models/index';
2
+ import { default as ComponentsContextTexts } from '../../models/texts/ComponentsContextTexts';
3
3
  import { CreateAxiosDefaults } from 'axios';
4
4
  import { Context } from 'react';
5
5
  import { IconComponentType } from './LuminusComponentsContext';
6
+
6
7
  type Props = {
7
8
  cookieDomain: string;
8
9
  axiosOptions: CreateAxiosDefaults;
@@ -1,4 +1,5 @@
1
- import PromptOptions from '@models/types/PromptOptions';
1
+ import { default as PromptOptions } from '../../models/types/PromptOptions';
2
+
2
3
  interface IPromptContext {
3
4
  isShown: boolean;
4
5
  text: string;
@@ -8,5 +9,5 @@ interface IPromptContext {
8
9
  options: PromptOptions;
9
10
  setOptions: React.Dispatch<React.SetStateAction<PromptOptions>>;
10
11
  }
11
- declare const PromptContext: import("react").Context<IPromptContext>;
12
+ declare const PromptContext: import('react').Context<IPromptContext>;
12
13
  export default PromptContext;
@@ -1,4 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
+
2
3
  type Props = {
3
4
  children: ReactNode;
4
5
  };