@zealicsolutions/web-ui 1.0.44-beta-8 → 1.0.44-beta-10
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/cjs/contexts/ApiContext/ApiContext.d.ts +10 -0
- package/dist/cjs/contexts/ApiContext/ApiProvider.d.ts +6 -0
- package/dist/cjs/contexts/ApiContext/queries/index.d.ts +1 -0
- package/dist/cjs/contexts/ApiContext/queries/queryKeys.d.ts +3 -0
- package/dist/cjs/contexts/ApiContext/queries/useOptions.d.ts +5 -0
- package/dist/cjs/contexts/ApiContext/useApi.d.ts +2 -0
- package/dist/cjs/contexts/ButtonActionsContext/useButtonActionsContext.d.ts +1 -0
- package/dist/cjs/contexts/FormStepContext/useFormStepContext.d.ts +1 -0
- package/dist/cjs/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.d.ts +1 -0
- package/dist/cjs/contexts/OrganismContext/useOrganismContext.d.ts +1 -0
- package/dist/cjs/contexts/StateContext/useStateContext.d.ts +1 -0
- package/dist/cjs/contexts/index.d.ts +12 -3
- package/dist/cjs/index.js +1590 -1590
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Calendar/CalendarMolecule.d.ts +19 -0
- package/dist/cjs/molecules/Select/Select.d.ts +2 -1
- package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/cjs/molecules/Tabs/Tabs.stories.d.ts +5 -5
- package/dist/esm/components/Avatar/Avatar.js +1 -1
- package/dist/esm/components/Avatar/Avatar.js.map +1 -1
- package/dist/esm/components/Buttons/IconButton.js +1 -1
- package/dist/esm/components/Buttons/IconButton.js.map +1 -1
- package/dist/esm/components/Circle/Circle.js +1 -1
- package/dist/esm/components/Circle/Circle.js.map +1 -1
- package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
- package/dist/esm/components/RichTextViewer/RichTextViewer.js.map +1 -1
- package/dist/esm/components/RichTextViewer/components/Leaf.js +1 -1
- package/dist/esm/components/RichTextViewer/components/Leaf.js.map +1 -1
- package/dist/esm/components/Toast/ToastContent.js +1 -1
- package/dist/esm/components/Toast/ToastContent.js.map +1 -1
- package/dist/esm/containers/Container.js +1 -1
- package/dist/esm/containers/Container.js.map +1 -1
- package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
- package/dist/esm/containers/ContainerStoriesComponent.js.map +1 -1
- package/dist/esm/containers/FormContainer.js +1 -1
- package/dist/esm/containers/FormContainer.js.map +1 -1
- package/dist/esm/containers/FormStepContainer.js +1 -1
- package/dist/esm/containers/FormStepContainer.js.map +1 -1
- package/dist/esm/containers/OrganismItem.js +1 -1
- package/dist/esm/containers/OrganismItem.js.map +1 -1
- package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
- package/dist/esm/containers/hooks/useStateListenerValue.js.map +1 -1
- package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
- package/dist/esm/containers/hooks/useStateModifierHandler.js.map +1 -1
- package/dist/esm/contexts/AccountButtonContext/useAccountButtonContext.js +2 -0
- package/dist/esm/contexts/AccountButtonContext/useAccountButtonContext.js.map +1 -0
- package/dist/esm/contexts/ApiContext/ApiContext.d.ts +10 -0
- package/dist/esm/contexts/ApiContext/ApiContext.js +2 -0
- package/dist/esm/contexts/ApiContext/ApiContext.js.map +1 -0
- package/dist/esm/contexts/ApiContext/ApiProvider.d.ts +6 -0
- package/dist/esm/contexts/ApiContext/ApiProvider.js +2 -0
- package/dist/esm/contexts/ApiContext/ApiProvider.js.map +1 -0
- package/dist/esm/contexts/ApiContext/queries/index.d.ts +1 -0
- package/dist/esm/contexts/ApiContext/queries/queryKeys.d.ts +3 -0
- package/dist/esm/contexts/ApiContext/queries/queryKeys.js +2 -0
- package/dist/esm/contexts/ApiContext/queries/queryKeys.js.map +1 -0
- package/dist/esm/contexts/ApiContext/queries/useOptions.d.ts +5 -0
- package/dist/esm/contexts/ApiContext/queries/useOptions.js +2 -0
- package/dist/esm/contexts/ApiContext/queries/useOptions.js.map +1 -0
- package/dist/esm/contexts/ApiContext/useApi.d.ts +2 -0
- package/dist/esm/contexts/ApiContext/useApi.js +2 -0
- package/dist/esm/contexts/ApiContext/useApi.js.map +1 -0
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js.map +1 -1
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.d.ts +1 -0
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.js +2 -0
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.js.map +1 -0
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js.map +1 -1
- package/dist/esm/contexts/FormStepContext/useFormStepContext.d.ts +1 -0
- package/dist/esm/contexts/FormStepContext/useFormStepContext.js +2 -0
- package/dist/esm/contexts/FormStepContext/useFormStepContext.js.map +1 -0
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.d.ts +1 -0
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.js +2 -0
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.js.map +1 -0
- package/dist/esm/contexts/OrganismContext/useOrganismContext.d.ts +1 -0
- package/dist/esm/contexts/OrganismContext/useOrganismContext.js +2 -0
- package/dist/esm/contexts/OrganismContext/useOrganismContext.js.map +1 -0
- package/dist/esm/contexts/StateContext/useStateContext.d.ts +1 -0
- package/dist/esm/contexts/StateContext/useStateContext.js +2 -0
- package/dist/esm/contexts/StateContext/useStateContext.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +12 -3
- package/dist/esm/helpers/utils.js +1 -1
- package/dist/esm/helpers/utils.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js.map +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js.map +1 -1
- package/dist/esm/molecules/BaseMolecule.js +1 -1
- package/dist/esm/molecules/BaseMolecule.js.map +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js.map +1 -1
- package/dist/esm/molecules/Calendar/CalendarMolecule.d.ts +19 -0
- package/dist/esm/molecules/Calendar/CalendarMolecule.js +1 -1
- package/dist/esm/molecules/Calendar/CalendarMolecule.js.map +1 -1
- package/dist/esm/molecules/Checklist/Checklist.js +1 -1
- package/dist/esm/molecules/Checklist/Checklist.js.map +1 -1
- package/dist/esm/molecules/Consent/ConsentCapture.js +1 -1
- package/dist/esm/molecules/Consent/ConsentCapture.js.map +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js.map +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js.map +1 -1
- package/dist/esm/molecules/CustomValidation/CustomValidation.js +1 -1
- package/dist/esm/molecules/CustomValidation/CustomValidation.js.map +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/molecules/Drawer/styles.js +1 -1
- package/dist/esm/molecules/Drawer/styles.js.map +1 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js.map +1 -1
- package/dist/esm/molecules/Menu/Menu.js +1 -1
- package/dist/esm/molecules/Menu/Menu.js.map +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js.map +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js.map +1 -1
- package/dist/esm/molecules/PdfDocument/PdfDocument.js +1 -1
- package/dist/esm/molecules/PdfDocument/PdfDocument.js.map +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js.map +1 -1
- package/dist/esm/molecules/Select/Select.d.ts +2 -1
- package/dist/esm/molecules/Select/Select.js +1 -1
- package/dist/esm/molecules/Select/Select.js.map +1 -1
- package/dist/esm/molecules/Slider/Slider.js +1 -1
- package/dist/esm/molecules/Slider/Slider.js.map +1 -1
- package/dist/esm/molecules/Stepper/Stepper.js +1 -1
- package/dist/esm/molecules/Stepper/Stepper.js.map +1 -1
- package/dist/esm/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/esm/molecules/Switch/Switch.js +1 -1
- package/dist/esm/molecules/Switch/Switch.js.map +1 -1
- package/dist/esm/molecules/Tabs/Tabs.js +1 -1
- package/dist/esm/molecules/Tabs/Tabs.js.map +1 -1
- package/dist/esm/molecules/Tabs/Tabs.stories.d.ts +5 -5
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js.map +1 -1
- package/dist/esm/node_modules/react-slick/lib/track.js +1 -1
- package/dist/index.d.ts +99 -32
- package/package.json +5 -1
- package/dist/cjs/contexts/hooks/index.d.ts +0 -6
- package/dist/cjs/contexts/hooks/useButtonActionsContext.d.ts +0 -1
- package/dist/cjs/contexts/hooks/useFormStepContext.d.ts +0 -1
- package/dist/cjs/contexts/hooks/useMlrRichTextViewerContext.d.ts +0 -1
- package/dist/cjs/contexts/hooks/useOrganismContext.d.ts +0 -1
- package/dist/cjs/contexts/hooks/useStateContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/index.d.ts +0 -6
- package/dist/esm/contexts/hooks/useButtonActionsContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/useButtonActionsContext.js +0 -2
- package/dist/esm/contexts/hooks/useButtonActionsContext.js.map +0 -1
- package/dist/esm/contexts/hooks/useFormStepContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/useFormStepContext.js +0 -2
- package/dist/esm/contexts/hooks/useFormStepContext.js.map +0 -1
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.js +0 -2
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.js.map +0 -1
- package/dist/esm/contexts/hooks/useOrganismContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/useOrganismContext.js +0 -2
- package/dist/esm/contexts/hooks/useOrganismContext.js.map +0 -1
- package/dist/esm/contexts/hooks/useStateContext.d.ts +0 -1
- package/dist/esm/contexts/hooks/useStateContext.js +0 -2
- package/dist/esm/contexts/hooks/useStateContext.js.map +0 -1
- /package/dist/cjs/contexts/{hooks → AccountButtonContext}/useAccountButtonContext.d.ts +0 -0
- /package/dist/esm/contexts/{hooks → AccountButtonContext}/useAccountButtonContext.d.ts +0 -0
package/dist/index.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
/// <reference types="react" />
|
2
2
|
import * as _emotion_styled from '@emotion/styled';
|
3
3
|
import * as react from 'react';
|
4
|
-
import react__default, { PropsWithChildren, FC, Dispatch, SetStateAction, CSSProperties, KeyboardEvent, InputHTMLAttributes, MouseEvent } from 'react';
|
4
|
+
import react__default, { PropsWithChildren, FC, Dispatch, SetStateAction, ReactNode, CSSProperties, KeyboardEvent, InputHTMLAttributes, MouseEvent } from 'react';
|
5
5
|
import * as _emotion_react from '@emotion/react';
|
6
6
|
import { CSSObject, Theme, Interpolation } from '@emotion/react';
|
7
7
|
import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
8
8
|
import { ThemeColors as ThemeColors$1, SizesTypes as SizesTypes$1, FontSizesTypes as FontSizesTypes$2 } from 'theme';
|
9
|
-
import { StylesType, AnyObject as AnyObject$1, Callback, OverrideStyles, StyledTransientProps, Nullable, StrictUnion } from 'typescript';
|
9
|
+
import { StylesType, AnyObject as AnyObject$1, Callback as Callback$1, OverrideStyles, StyledTransientProps, Nullable, StrictUnion } from 'typescript';
|
10
10
|
import { RefCallBack } from 'react-hook-form/dist/types';
|
11
11
|
import { DataModelFieldFormatCodeTypes as DataModelFieldFormatCodeTypes$1, FormStateType as FormStateType$1, ConfigurationItemInfo as ConfigurationItemInfo$1, ContainerComponentProps as ContainerComponentProps$1, Molecule as Molecule$1, ContainerType as ContainerType$1, MoleculeTypes as MoleculeTypes$1, MoleculeItemTypes as MoleculeItemTypes$2, StateConfigType as StateConfigType$1, MetadataType as MetadataType$1, PasswordSetupMoleculeType as PasswordSetupMoleculeType$1, ContainerProps as ContainerProps$1, LinkProperties as LinkProperties$1, TextProperties as TextProperties$1, ObjectStateProperties as ObjectStateProperties$1, StateProperties as StateProperties$1 } from 'containers';
|
12
12
|
import { InputFieldTypes } from 'fieldsConfiguration/types';
|
@@ -19,9 +19,8 @@ import { DrawerProps as DrawerProps$1, ModalProps, SxProps, TypographyProps, But
|
|
19
19
|
import { IconNames as IconNames$1, TouchableOpacityProps as TouchableOpacityProps$1 } from 'components';
|
20
20
|
import { OrganismDTO } from 'organisms/types';
|
21
21
|
import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewerContext/types';
|
22
|
-
import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
|
23
|
-
import * as contexts_ButtonActionsContext_ButtonActionsContext from 'contexts/ButtonActionsContext/ButtonActionsContext';
|
24
22
|
import { PasswordRuleValidation as PasswordRuleValidation$2 } from 'molecules/PasswordSetup/PasswordSetup';
|
23
|
+
import { AxiosResponse } from 'axios';
|
25
24
|
export * from 'helpers/constants';
|
26
25
|
import { ConsentCaptureProps } from 'molecules/Consent/ConsentCapture';
|
27
26
|
import { IconRendererProps as IconRendererProps$1 } from 'molecules/Icon';
|
@@ -89,7 +88,7 @@ declare type SelectInternalConfigurationOptions = {
|
|
89
88
|
};
|
90
89
|
declare type SelectProps = Partial<{
|
91
90
|
ref: RefCallBack;
|
92
|
-
onBlur: Callback;
|
91
|
+
onBlur: Callback$1;
|
93
92
|
value: string;
|
94
93
|
optionsPresentation: boolean;
|
95
94
|
onChange: (value: string) => void;
|
@@ -139,6 +138,7 @@ declare const availableIcons: {
|
|
139
138
|
declare type IconNames = keyof typeof availableIcons;
|
140
139
|
declare const Icon: ({ name, color, ...props }: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
141
140
|
|
141
|
+
declare type Callback = () => void;
|
142
142
|
declare type AnyObject = Record<string, unknown>;
|
143
143
|
|
144
144
|
declare type MaskConfig = {
|
@@ -159,13 +159,13 @@ declare type InputFieldInternalConfigProps = Partial<{
|
|
159
159
|
}>;
|
160
160
|
declare type InputIconProps = {
|
161
161
|
name: IconNames;
|
162
|
-
onClick?: Callback;
|
162
|
+
onClick?: Callback$1;
|
163
163
|
};
|
164
164
|
declare type InputProps = Partial<{
|
165
165
|
value: string;
|
166
166
|
leftIcon: InputIconProps;
|
167
167
|
rightIcon: InputIconProps;
|
168
|
-
onBlur: Callback;
|
168
|
+
onBlur: Callback$1;
|
169
169
|
type: InputFieldTypes;
|
170
170
|
placeholder: string;
|
171
171
|
disabled: boolean;
|
@@ -231,7 +231,7 @@ declare type RegularImageProps = {
|
|
231
231
|
alt: string;
|
232
232
|
width: number | string;
|
233
233
|
height: number | string;
|
234
|
-
onClick: Callback;
|
234
|
+
onClick: Callback$1;
|
235
235
|
cornerRadius: SizesTypes$1 | number;
|
236
236
|
}> & ConfigurationItemInfo$1 & OverrideStyles;
|
237
237
|
declare const RegularImage: _emotion_styled.StyledComponent<{
|
@@ -243,7 +243,7 @@ declare const RegularImage: _emotion_styled.StyledComponent<{
|
|
243
243
|
alt: string;
|
244
244
|
width: number | string;
|
245
245
|
height: number | string;
|
246
|
-
onClick: Callback;
|
246
|
+
onClick: Callback$1;
|
247
247
|
cornerRadius: SizesTypes$1 | number;
|
248
248
|
}> & ConfigurationItemInfo$1 & OverrideStyles, react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
249
249
|
declare const BackgroundImage: _emotion_styled.StyledComponent<{
|
@@ -255,7 +255,7 @@ declare const BackgroundImage: _emotion_styled.StyledComponent<{
|
|
255
255
|
alt: string;
|
256
256
|
width: number | string;
|
257
257
|
height: number | string;
|
258
|
-
onClick: Callback;
|
258
|
+
onClick: Callback$1;
|
259
259
|
cornerRadius: SizesTypes$1 | number;
|
260
260
|
}> & ConfigurationItemInfo$1 & OverrideStyles & react.ClassAttributes<HTMLImageElement> & react.ImgHTMLAttributes<HTMLImageElement> & {
|
261
261
|
theme?: _emotion_react.Theme | undefined;
|
@@ -331,7 +331,7 @@ declare type AvatarProps = {
|
|
331
331
|
iconName?: IconNames;
|
332
332
|
imageUrl?: string;
|
333
333
|
};
|
334
|
-
onPress?: Callback;
|
334
|
+
onPress?: Callback$1;
|
335
335
|
};
|
336
336
|
declare const Avatar: ({ size, withShadow, label, backgroundColor, onPress, content: { initials, iconName, imageUrl }, textConfig: { color, font }, }: AvatarProps) => _emotion_react_jsx_runtime.JSX.Element;
|
337
337
|
|
@@ -374,7 +374,7 @@ declare type RadioButtonsProps<T extends string> = Partial<{
|
|
374
374
|
name: string;
|
375
375
|
value: T;
|
376
376
|
options: SelectOption[];
|
377
|
-
onBlur: Callback;
|
377
|
+
onBlur: Callback$1;
|
378
378
|
onChange: (value: T) => void;
|
379
379
|
isRow: boolean;
|
380
380
|
isError: boolean;
|
@@ -388,7 +388,7 @@ declare const RadioButtons: <T extends string>({ ref, name, value, options, onBl
|
|
388
388
|
name: string;
|
389
389
|
value: T;
|
390
390
|
options: SelectOption[];
|
391
|
-
onBlur: Callback;
|
391
|
+
onBlur: Callback$1;
|
392
392
|
onChange: (value: T) => void;
|
393
393
|
isRow: boolean;
|
394
394
|
isError: boolean;
|
@@ -437,7 +437,7 @@ declare const CircularIndicatorStyledComponent: _emotion_styled.StyledComponent<
|
|
437
437
|
declare type IconButtonProps = {
|
438
438
|
name: IconNames$1;
|
439
439
|
size?: number;
|
440
|
-
onClick: Callback;
|
440
|
+
onClick: Callback$1;
|
441
441
|
color?: ThemeColors$1 | string;
|
442
442
|
fill?: ThemeColors$1 | string;
|
443
443
|
pointerEvents?: 'auto' | 'none';
|
@@ -479,6 +479,13 @@ declare const toastStyles: _emotion_react.SerializedStyles;
|
|
479
479
|
|
480
480
|
declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
|
481
481
|
|
482
|
+
declare type MlrRichTextViewerContextType = {
|
483
|
+
isMLRReview: boolean;
|
484
|
+
showAnnotations: boolean;
|
485
|
+
annotationsList: AnnotationsList$1;
|
486
|
+
};
|
487
|
+
declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
|
488
|
+
|
482
489
|
declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
|
483
490
|
annotationsList: AnnotationsList$1;
|
484
491
|
isMLRReview: boolean;
|
@@ -486,12 +493,7 @@ declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
|
|
486
493
|
}>;
|
487
494
|
declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
488
495
|
|
489
|
-
declare
|
490
|
-
isMLRReview: boolean;
|
491
|
-
showAnnotations: boolean;
|
492
|
-
annotationsList: AnnotationsList$1;
|
493
|
-
};
|
494
|
-
declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
|
496
|
+
declare const useMlrRichTextViewerContext: () => MlrRichTextViewerContextType;
|
495
497
|
|
496
498
|
declare type AnnotationsList = {
|
497
499
|
tags: {
|
@@ -509,10 +511,6 @@ declare type AnnotationsList = {
|
|
509
511
|
}[];
|
510
512
|
};
|
511
513
|
|
512
|
-
declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
|
513
|
-
|
514
|
-
declare const useButtonActionsContext: () => contexts_ButtonActionsContext_ButtonActionsContext.ButtonActionsContextType;
|
515
|
-
|
516
514
|
declare type ButtonActionsContextType = {
|
517
515
|
actionContent?: ContainerComponentProps$1;
|
518
516
|
setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
|
@@ -549,6 +547,8 @@ declare type ButtonActionsProviderProps = PropsWithChildren<Partial<{
|
|
549
547
|
}>>;
|
550
548
|
declare const ButtonActionsProvider: ({ children, popupProps }: ButtonActionsProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
551
549
|
|
550
|
+
declare const useButtonActionsContext: () => ButtonActionsContextType;
|
551
|
+
|
552
552
|
declare type StepItem = ContainerComponentProps$1 | Molecule$1;
|
553
553
|
declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
|
554
554
|
|
@@ -616,27 +616,36 @@ declare type OrganismContextType = {
|
|
616
616
|
};
|
617
617
|
declare const OrganismContext: react.Context<OrganismContextType>;
|
618
618
|
|
619
|
+
declare const useOrganismContext: () => OrganismContextType;
|
620
|
+
|
619
621
|
declare type AccountButtonContextType = Partial<{
|
620
622
|
userInitials: string;
|
621
|
-
logOutHandler: Callback;
|
622
|
-
goToAccountInfo: Callback;
|
623
|
+
logOutHandler: Callback$1;
|
624
|
+
goToAccountInfo: Callback$1;
|
623
625
|
username: string;
|
624
626
|
}>;
|
625
627
|
declare const AccountButtonContext: react.Context<Partial<{
|
626
628
|
userInitials: string;
|
627
|
-
logOutHandler: Callback;
|
628
|
-
goToAccountInfo: Callback;
|
629
|
+
logOutHandler: Callback$1;
|
630
|
+
goToAccountInfo: Callback$1;
|
629
631
|
username: string;
|
630
632
|
}>>;
|
631
633
|
|
632
634
|
declare type AccountButtonProviderProps = PropsWithChildren<Partial<{
|
633
635
|
userInitials: string;
|
634
|
-
logOutHandler: Callback;
|
635
|
-
goToAccountInfo: Callback;
|
636
|
+
logOutHandler: Callback$1;
|
637
|
+
goToAccountInfo: Callback$1;
|
636
638
|
username: string;
|
637
639
|
}>>;
|
638
640
|
declare const AccountButtonProvider: ({ children, goToAccountInfo, userInitials, logOutHandler, username, }: AccountButtonProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
639
641
|
|
642
|
+
declare const useAccountButtonContext: () => Partial<{
|
643
|
+
userInitials: string;
|
644
|
+
logOutHandler: Callback;
|
645
|
+
goToAccountInfo: Callback;
|
646
|
+
username: string;
|
647
|
+
}>;
|
648
|
+
|
640
649
|
declare type StateContextType = {
|
641
650
|
stateConfig: StateConfigType$1;
|
642
651
|
stateHandler?: (updatedStateConfig: StateConfigType$1) => void;
|
@@ -651,6 +660,44 @@ declare type StateContextProviderProps = PropsWithChildren<{
|
|
651
660
|
}>;
|
652
661
|
declare const StateContextProvider: ({ initStateConfig, children, stateHandler, authenticated, }: StateContextProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
653
662
|
|
663
|
+
declare const useStateContext: () => StateContextType;
|
664
|
+
|
665
|
+
declare type FormStepContextType = {
|
666
|
+
steps: number;
|
667
|
+
currentStep: number;
|
668
|
+
goToNextStep: () => void;
|
669
|
+
goToPrevStep: () => void;
|
670
|
+
reset: () => void;
|
671
|
+
canGoToNextStep: boolean;
|
672
|
+
canGoToPrevStep: boolean;
|
673
|
+
setStep: Dispatch<SetStateAction<number>>;
|
674
|
+
setInitSteps: Dispatch<SetStateAction<number>>;
|
675
|
+
};
|
676
|
+
declare const FormStepContext: react.Context<FormStepContextType>;
|
677
|
+
|
678
|
+
declare type FormStepContextProviderProps = PropsWithChildren<{
|
679
|
+
initialStepsCount?: number;
|
680
|
+
}>;
|
681
|
+
declare const FormStepContextProvider: ({ initialStepsCount, children, }: FormStepContextProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
682
|
+
|
683
|
+
declare const useFormStepContext: () => FormStepContextType;
|
684
|
+
|
685
|
+
interface Option {
|
686
|
+
id: string;
|
687
|
+
name: string;
|
688
|
+
}
|
689
|
+
interface ApiInterface {
|
690
|
+
getOptions(dataModelFieldId: string): Promise<AxiosResponse<Option[]>>;
|
691
|
+
}
|
692
|
+
declare const ApiContext: react.Context<ApiInterface>;
|
693
|
+
|
694
|
+
declare const ApiProvider: ({ api, children }: {
|
695
|
+
api: ApiInterface;
|
696
|
+
children: ReactNode;
|
697
|
+
}) => _emotion_react_jsx_runtime.JSX.Element;
|
698
|
+
|
699
|
+
declare const useApi: () => ApiInterface;
|
700
|
+
|
654
701
|
declare type CustomValidationRule<T = string> = {
|
655
702
|
text: string;
|
656
703
|
validate: (value?: T) => boolean;
|
@@ -1306,7 +1353,8 @@ declare const DatePickerMolecule: react__default.FC<DatePickerMoleculeProps>;
|
|
1306
1353
|
|
1307
1354
|
interface SelectMoleculeOption {
|
1308
1355
|
id: string;
|
1309
|
-
|
1356
|
+
label: string;
|
1357
|
+
value?: string;
|
1310
1358
|
}
|
1311
1359
|
interface SelectMoleculeProps {
|
1312
1360
|
open?: boolean;
|
@@ -1832,6 +1880,25 @@ interface CalendarMoleculeProps {
|
|
1832
1880
|
paddingBottom?: string;
|
1833
1881
|
primaryColor?: string;
|
1834
1882
|
secondaryColor?: string;
|
1883
|
+
toolbarBg?: string;
|
1884
|
+
toolbarTextColor?: string;
|
1885
|
+
buttonBg?: string;
|
1886
|
+
buttonTextColor?: string;
|
1887
|
+
buttonHoverBg?: string;
|
1888
|
+
dayHeaderColor?: string;
|
1889
|
+
dayHeaderFontWeight?: number | string;
|
1890
|
+
slotLabelColor?: string;
|
1891
|
+
slotLabelFontSize?: string | number;
|
1892
|
+
eventBg?: string;
|
1893
|
+
eventBorderColor?: string;
|
1894
|
+
eventTextColor?: string;
|
1895
|
+
eventHoverBg?: string;
|
1896
|
+
nowIndicatorColor?: string;
|
1897
|
+
resourceAreaBg?: string;
|
1898
|
+
resourceTextColor?: string;
|
1899
|
+
resourceBorderColor?: string;
|
1900
|
+
bodyBg?: string;
|
1901
|
+
resourceAreaWidth?: string | number;
|
1835
1902
|
/** callback whenever a drop creates a new event */
|
1836
1903
|
onEventAdd?: (e: EventInput) => void;
|
1837
1904
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
@@ -2540,4 +2607,4 @@ declare type FormOrganismItemProps = {
|
|
2540
2607
|
};
|
2541
2608
|
declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
2542
2609
|
|
2543
|
-
export { AccordionMoleculeType, AccountButtonContext, AccountButtonContextType, AccountButtonProvider, AccountButtonProviderProps, ActionEventType, ActionProperties, ActionType, ActionTypes, AdditionalContainerProps, AlertMolecule, AlertMoleculeProps, AlertMoleculeType, AnnotationsList, Avatar, AvatarMoleculeType, AvatarProps, BackgroundImage, BadgeMolecule, BadgeMoleculeProps, BadgeMoleculeType, BaseMolecule, BaseMoleculeType, BaseStateValue, BaseTextButton, BasicTextField, BasicTextFieldMoleculeType, BasicTextFieldProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, Checkbox, CheckboxProps, Checklist, ChecklistItem, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, Consent, ConsentCaptureMethod, ConsentFieldMoleculeType, ConsentProps, ConsentStatus, ConsentType, Container, ContainerAlignItemsType, ContainerComponentProps, ContainerConfig, ContainerPositionType, ContainerProperties, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, CountValidationTypes, CriteriaType, CurrencyInputFieldMoleculeType, CustomStep, CustomValidation, CustomValidationProps, CustomValidationRule, DataCaptureProperties, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DatePickerMolecule, DatePickerMoleculeProps, DatePickerMoleculeType, DefaultSelectionType, Divider, DividerMoleculeType, DividerProps, DownloadFile, Drawer, EmailInputFieldMoleculeType, ErrorText, FontSizesTypes, FontWeight, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, HorizontalButtons, HorizontalButtonsProps, HorizontalPadding, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconRenderer, IconRendererProps, IconWrapper, Image, ImageMoleculeType, ImageProperties, ImageProps, Input, InputFieldInternalConfigProps, InputIconProps, InputProps, Link, LinkMoleculeType, LinkProperties, LinkProps, LinkTypes, LinkVariant, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MaxRuleValidation, MenuMoleculeType, MetadataStateConfig, MetadataType, MinRuleValidation, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeItemTypes, MoleculeTypes, NumericInputFieldMoleculeType, ObjectStateProperties, Organism, OrganismContext, OrganismContextProvider, OrganismContextProviderProps, OrganismContextType, OrganismItem, Padding, PaddingProps, PaddingVariants, PasswordFields, PasswordRuleValidation, PasswordSetup, PasswordSetupMoleculeType, PasswordSetupProps, PdfDocument, PdfDocumentProps, PhoneNumberInputFieldMoleculeType, PopupPropsType, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RatingMolecule, RatingMoleculeProps, RatingMoleculeType, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, SegmentationType, Select, SelectInternalConfigurationOptions, SelectMolecule, SelectMoleculeOption, SelectMoleculeProps, SelectMoleculeType, SelectOption, SelectProps, SeoTags, SetPasswordRuleValidation, SimpleTextMoleculeType, SizesTypes, SliderMolecule, SliderMoleculeProps, SliderMoleculeType, SliderProps, Spacer, SpacerProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, StateProperties, Stepper, StepperMoleculeType, StepperOrientation, StepperProps, StyleWrapper, SwitchMolecule, SwitchMoleculeProps, SwitchMoleculeType, TabsMoleculeType, TextAlign, TextButton, TextButtonProps, TextElementProps, TextMolecule, TextMoleculeType, TextProperties, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoMoleculeType, VideoProperties, VideoProps, VisitMoleculeType, WrappedContainerType, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, defaultTheme, defaultValue, passwordValidationMapper, toast, toastStyles, useButtonActionsContext, useMediaQuery, useMlrRichTextViewerContext };
|
2610
|
+
export { AccordionMoleculeType, AccountButtonContext, AccountButtonContextType, AccountButtonProvider, AccountButtonProviderProps, ActionEventType, ActionProperties, ActionType, ActionTypes, AdditionalContainerProps, AlertMolecule, AlertMoleculeProps, AlertMoleculeType, AnnotationsList, ApiContext, ApiInterface, ApiProvider, Avatar, AvatarMoleculeType, AvatarProps, BackgroundImage, BadgeMolecule, BadgeMoleculeProps, BadgeMoleculeType, BaseMolecule, BaseMoleculeType, BaseStateValue, BaseTextButton, BasicTextField, BasicTextFieldMoleculeType, BasicTextFieldProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, Checkbox, CheckboxProps, Checklist, ChecklistItem, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, Consent, ConsentCaptureMethod, ConsentFieldMoleculeType, ConsentProps, ConsentStatus, ConsentType, Container, ContainerAlignItemsType, ContainerComponentProps, ContainerConfig, ContainerPositionType, ContainerProperties, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, CountValidationTypes, CriteriaType, CurrencyInputFieldMoleculeType, CustomStep, CustomValidation, CustomValidationProps, CustomValidationRule, DataCaptureProperties, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DatePickerMolecule, DatePickerMoleculeProps, DatePickerMoleculeType, DefaultSelectionType, Divider, DividerMoleculeType, DividerProps, DownloadFile, Drawer, EmailInputFieldMoleculeType, ErrorText, FontSizesTypes, FontWeight, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, FormStepContext, FormStepContextProvider, FormStepContextProviderProps, FormStepContextType, HorizontalButtons, HorizontalButtonsProps, HorizontalPadding, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconRenderer, IconRendererProps, IconWrapper, Image, ImageMoleculeType, ImageProperties, ImageProps, Input, InputFieldInternalConfigProps, InputIconProps, InputProps, Link, LinkMoleculeType, LinkProperties, LinkProps, LinkTypes, LinkVariant, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MaxRuleValidation, MenuMoleculeType, MetadataStateConfig, MetadataType, MinRuleValidation, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeItemTypes, MoleculeTypes, NumericInputFieldMoleculeType, ObjectStateProperties, Option, Organism, OrganismContext, OrganismContextProvider, OrganismContextProviderProps, OrganismContextType, OrganismItem, Padding, PaddingProps, PaddingVariants, PasswordFields, PasswordRuleValidation, PasswordSetup, PasswordSetupMoleculeType, PasswordSetupProps, PdfDocument, PdfDocumentProps, PhoneNumberInputFieldMoleculeType, PopupPropsType, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RatingMolecule, RatingMoleculeProps, RatingMoleculeType, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, SegmentationType, Select, SelectInternalConfigurationOptions, SelectMolecule, SelectMoleculeOption, SelectMoleculeProps, SelectMoleculeType, SelectOption, SelectProps, SeoTags, SetPasswordRuleValidation, SimpleTextMoleculeType, SizesTypes, SliderMolecule, SliderMoleculeProps, SliderMoleculeType, SliderProps, Spacer, SpacerProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, StateProperties, Stepper, StepperMoleculeType, StepperOrientation, StepperProps, StyleWrapper, SwitchMolecule, SwitchMoleculeProps, SwitchMoleculeType, TabsMoleculeType, TextAlign, TextButton, TextButtonProps, TextElementProps, TextMolecule, TextMoleculeType, TextProperties, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoMoleculeType, VideoProperties, VideoProps, VisitMoleculeType, WrappedContainerType, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, defaultTheme, defaultValue, passwordValidationMapper, toast, toastStyles, useAccountButtonContext, useApi, useButtonActionsContext, useFormStepContext, useMediaQuery, useMlrRichTextViewerContext, useOrganismContext, useStateContext };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zealicsolutions/web-ui",
|
3
|
-
"version": "1.0.44-beta-
|
3
|
+
"version": "1.0.44-beta-10",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
|
@@ -61,6 +61,7 @@
|
|
61
61
|
"@storybook/testing-library": "0.1.0",
|
62
62
|
"@swc/core": "1.2.248",
|
63
63
|
"@swc/jest": "0.2.22",
|
64
|
+
"@tanstack/react-query": "^5.74.4",
|
64
65
|
"@testing-library/jest-dom": "5.16.5",
|
65
66
|
"@testing-library/react": "13.4.0",
|
66
67
|
"@testing-library/react-hooks": "8.0.1",
|
@@ -74,6 +75,7 @@
|
|
74
75
|
"@types/text-mask-addons": "3.8.1",
|
75
76
|
"@typescript-eslint/eslint-plugin": "5.36.2",
|
76
77
|
"@typescript-eslint/parser": "5.36.2",
|
78
|
+
"axios": "1.8.4",
|
77
79
|
"babel-loader": "8.2.5",
|
78
80
|
"eslint": "8.23.0",
|
79
81
|
"eslint-config-airbnb": "19.0.4",
|
@@ -96,6 +98,8 @@
|
|
96
98
|
"typescript": "4.8.2"
|
97
99
|
},
|
98
100
|
"peerDependencies": {
|
101
|
+
"@tanstack/react-query": "^5.74.4",
|
102
|
+
"axios": "1.8.4",
|
99
103
|
"react": "18.2.0",
|
100
104
|
"react-dom": "18.2.0",
|
101
105
|
"react-pdf": "6.2.2"
|
@@ -1,6 +0,0 @@
|
|
1
|
-
export { useFormStepContext } from './useFormStepContext';
|
2
|
-
export { useButtonActionsContext } from './useButtonActionsContext';
|
3
|
-
export { useMlrRichTextViewerContext } from './useMlrRichTextViewerContext';
|
4
|
-
export { useOrganismContext } from './useOrganismContext';
|
5
|
-
export { useStateContext } from './useStateContext';
|
6
|
-
export { useAccountButtonContext } from './useAccountButtonContext';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useButtonActionsContext: () => import("contexts/ButtonActionsContext/ButtonActionsContext").ButtonActionsContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useFormStepContext: () => import("contexts/FormStepContext/FormStepContext").FormStepContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useMlrRichTextViewerContext: () => import("contexts/MlrRichTextViewerContext/MlrRichTextViewerContext").MlrRichTextViewerContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useOrganismContext: () => import("contexts/OrganismContext/OrganismContext").OrganismContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useStateContext: () => import("contexts/StateContext/StateContext").StateContextType;
|
@@ -1,6 +0,0 @@
|
|
1
|
-
export { useFormStepContext } from './useFormStepContext';
|
2
|
-
export { useButtonActionsContext } from './useButtonActionsContext';
|
3
|
-
export { useMlrRichTextViewerContext } from './useMlrRichTextViewerContext';
|
4
|
-
export { useOrganismContext } from './useOrganismContext';
|
5
|
-
export { useStateContext } from './useStateContext';
|
6
|
-
export { useAccountButtonContext } from './useAccountButtonContext';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useButtonActionsContext: () => import("contexts/ButtonActionsContext/ButtonActionsContext").ButtonActionsContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useButtonActionsContext.js","sources":["../../../../../src/contexts/hooks/useButtonActionsContext.ts"],"sourcesContent":[null],"names":["useButtonActionsContext","useContext","ButtonActionsContext"],"mappings":"0HAGO,IAAMA,EAA0B,WAAM,OAAAC,EAAWC,EAAX"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useFormStepContext: () => import("contexts/FormStepContext/FormStepContext").FormStepContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useFormStepContext.js","sources":["../../../../../src/contexts/hooks/useFormStepContext.ts"],"sourcesContent":[null],"names":["useFormStepContext","useContext","FormStepContext"],"mappings":"2GAGO,IAAMA,EAAqB,WAAM,OAAAC,EAAWC,EAAX"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useMlrRichTextViewerContext: () => import("contexts/MlrRichTextViewerContext/MlrRichTextViewerContext").MlrRichTextViewerContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useMlrRichTextViewerContext.js","sources":["../../../../../src/contexts/hooks/useMlrRichTextViewerContext.ts"],"sourcesContent":[null],"names":["useMlrRichTextViewerContext","useContext","MlrRichTextViewerContext"],"mappings":"sIAGO,IAAMA,EAA8B,WAAM,OAAAC,EAAWC,EAAX"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useOrganismContext: () => import("contexts/OrganismContext/OrganismContext").OrganismContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useOrganismContext.js","sources":["../../../../../src/contexts/hooks/useOrganismContext.ts"],"sourcesContent":[null],"names":["useOrganismContext","useContext","OrganismContext"],"mappings":"2GAGO,IAAMA,EAAqB,WAAM,OAAAC,EAAWC,EAAX"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useStateContext: () => import("contexts/StateContext/StateContext").StateContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useStateContext.js","sources":["../../../../../src/contexts/hooks/useStateContext.ts"],"sourcesContent":[null],"names":["useStateContext","useContext","StateContext"],"mappings":"kGAGO,IAAMA,EAAkB,WAAM,OAAAC,EAAWC,EAAX"}
|
File without changes
|
File without changes
|