@zealicsolutions/web-ui 1.0.44 → 1.0.45-beta.0
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/containers/types/moleculeTypes.d.ts +16 -10
- package/dist/cjs/contexts/hooks/index.d.ts +6 -0
- package/dist/cjs/contexts/hooks/useButtonActionsContext.d.ts +1 -0
- package/dist/cjs/contexts/hooks/useFormStepContext.d.ts +1 -0
- package/dist/cjs/contexts/hooks/useMlrRichTextViewerContext.d.ts +1 -0
- package/dist/cjs/contexts/hooks/useOrganismContext.d.ts +1 -0
- package/dist/cjs/contexts/hooks/useStateContext.d.ts +1 -0
- package/dist/cjs/contexts/index.d.ts +3 -12
- package/dist/cjs/index.js +1588 -1588
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Calendar/CalendarMolecule.d.ts +54 -0
- package/dist/cjs/molecules/Calendar/CalendarMolecule.stories.d.ts +3 -0
- package/dist/cjs/molecules/Select/Select.d.ts +3 -2
- package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/cjs/molecules/Tabs/Tabs.stories.d.ts +5 -5
- package/dist/cjs/molecules/Visit/VisitMolecule.d.ts +41 -0
- package/dist/cjs/typescript.d.ts +0 -3
- 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/containers/types/moleculeTypes.d.ts +16 -10
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js.map +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js.map +1 -1
- package/dist/esm/contexts/hooks/index.d.ts +6 -0
- package/dist/esm/contexts/hooks/useButtonActionsContext.d.ts +1 -0
- package/dist/esm/contexts/hooks/useButtonActionsContext.js +2 -0
- package/dist/esm/contexts/hooks/useButtonActionsContext.js.map +1 -0
- package/dist/esm/contexts/hooks/useFormStepContext.d.ts +1 -0
- package/dist/esm/contexts/hooks/useFormStepContext.js +2 -0
- package/dist/esm/contexts/hooks/useFormStepContext.js.map +1 -0
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.d.ts +1 -0
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.js +2 -0
- package/dist/esm/contexts/hooks/useMlrRichTextViewerContext.js.map +1 -0
- package/dist/esm/contexts/hooks/useOrganismContext.d.ts +1 -0
- package/dist/esm/contexts/hooks/useOrganismContext.js +2 -0
- package/dist/esm/contexts/hooks/useOrganismContext.js.map +1 -0
- package/dist/esm/contexts/hooks/useStateContext.d.ts +1 -0
- package/dist/esm/contexts/hooks/useStateContext.js +2 -0
- package/dist/esm/contexts/hooks/useStateContext.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +3 -12
- 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 +54 -0
- package/dist/esm/molecules/Calendar/CalendarMolecule.js +2 -0
- package/dist/esm/molecules/Calendar/CalendarMolecule.js.map +1 -0
- package/dist/esm/molecules/Calendar/CalendarMolecule.stories.d.ts +3 -0
- 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 +3 -2
- 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/Visit/VisitMolecule.d.ts +41 -0
- package/dist/esm/molecules/Visit/VisitMolecule.js +2 -0
- package/dist/esm/molecules/Visit/VisitMolecule.js.map +1 -0
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js.map +1 -1
- package/dist/esm/node_modules/@fullcalendar/core/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/core/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/core/internal-common.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/core/internal-common.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/daygrid/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/daygrid/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/daygrid/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/daygrid/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/interaction/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/interaction/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/list/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/list/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/list/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/list/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/premium-common/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/premium-common/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/react/dist/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/react/dist/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource/internal-common.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource/internal-common.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource-daygrid/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource-daygrid/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timegrid/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timegrid/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timegrid/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timegrid/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timeline/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timeline/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timeline/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/resource-timeline/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/scrollgrid/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/scrollgrid/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/timegrid/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/timegrid/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/timegrid/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/timegrid/internal.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/timeline/index.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/timeline/index.js.map +1 -0
- package/dist/esm/node_modules/@fullcalendar/timeline/internal.js +2 -0
- package/dist/esm/node_modules/@fullcalendar/timeline/internal.js.map +1 -0
- package/dist/esm/node_modules/preact/compat/dist/compat.mjs.js +2 -0
- package/dist/esm/node_modules/preact/compat/dist/compat.mjs.js.map +1 -0
- package/dist/esm/node_modules/preact/dist/preact.mjs.js +2 -0
- package/dist/esm/node_modules/preact/dist/preact.mjs.js.map +1 -0
- package/dist/esm/node_modules/preact/hooks/dist/hooks.mjs.js +2 -0
- package/dist/esm/node_modules/preact/hooks/dist/hooks.mjs.js.map +1 -0
- package/dist/esm/node_modules/react-slick/lib/track.js +1 -1
- package/dist/esm/typescript.d.ts +0 -3
- package/dist/index.d.ts +139 -91
- package/package.json +11 -3
- package/dist/cjs/contexts/ApiContext/ApiContext.d.ts +0 -12
- package/dist/cjs/contexts/ApiContext/ApiProvider.d.ts +0 -6
- package/dist/cjs/contexts/ApiContext/queries/index.d.ts +0 -1
- package/dist/cjs/contexts/ApiContext/queries/queryKeys.d.ts +0 -3
- package/dist/cjs/contexts/ApiContext/queries/useDataModelFieldOptions.d.ts +0 -5
- package/dist/cjs/contexts/ApiContext/useApi.d.ts +0 -2
- package/dist/cjs/contexts/ButtonActionsContext/useButtonActionsContext.d.ts +0 -1
- package/dist/cjs/contexts/FormStepContext/useFormStepContext.d.ts +0 -1
- package/dist/cjs/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.d.ts +0 -1
- package/dist/cjs/contexts/OrganismContext/useOrganismContext.d.ts +0 -1
- package/dist/cjs/contexts/StateContext/useStateContext.d.ts +0 -1
- package/dist/esm/contexts/AccountButtonContext/useAccountButtonContext.js +0 -2
- package/dist/esm/contexts/AccountButtonContext/useAccountButtonContext.js.map +0 -1
- package/dist/esm/contexts/ApiContext/ApiContext.d.ts +0 -12
- package/dist/esm/contexts/ApiContext/ApiContext.js +0 -2
- package/dist/esm/contexts/ApiContext/ApiContext.js.map +0 -1
- package/dist/esm/contexts/ApiContext/ApiProvider.d.ts +0 -6
- package/dist/esm/contexts/ApiContext/ApiProvider.js +0 -2
- package/dist/esm/contexts/ApiContext/ApiProvider.js.map +0 -1
- package/dist/esm/contexts/ApiContext/queries/index.d.ts +0 -1
- package/dist/esm/contexts/ApiContext/queries/queryKeys.d.ts +0 -3
- package/dist/esm/contexts/ApiContext/queries/queryKeys.js +0 -2
- package/dist/esm/contexts/ApiContext/queries/queryKeys.js.map +0 -1
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.d.ts +0 -5
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +0 -2
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js.map +0 -1
- package/dist/esm/contexts/ApiContext/useApi.d.ts +0 -2
- package/dist/esm/contexts/ApiContext/useApi.js +0 -2
- package/dist/esm/contexts/ApiContext/useApi.js.map +0 -1
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.d.ts +0 -1
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.js +0 -2
- package/dist/esm/contexts/ButtonActionsContext/useButtonActionsContext.js.map +0 -1
- package/dist/esm/contexts/FormStepContext/useFormStepContext.d.ts +0 -1
- package/dist/esm/contexts/FormStepContext/useFormStepContext.js +0 -2
- package/dist/esm/contexts/FormStepContext/useFormStepContext.js.map +0 -1
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.d.ts +0 -1
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.js +0 -2
- package/dist/esm/contexts/MlrRichTextViewerContext/useMlrRichTextViewerContext.js.map +0 -1
- package/dist/esm/contexts/OrganismContext/useOrganismContext.d.ts +0 -1
- package/dist/esm/contexts/OrganismContext/useOrganismContext.js +0 -2
- package/dist/esm/contexts/OrganismContext/useOrganismContext.js.map +0 -1
- package/dist/esm/contexts/StateContext/useStateContext.d.ts +0 -1
- package/dist/esm/contexts/StateContext/useStateContext.js +0 -2
- package/dist/esm/contexts/StateContext/useStateContext.js.map +0 -1
- /package/dist/cjs/contexts/{AccountButtonContext → hooks}/useAccountButtonContext.d.ts +0 -0
- /package/dist/esm/contexts/{AccountButtonContext → hooks}/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,
|
4
|
+
import react__default, { PropsWithChildren, FC, Dispatch, SetStateAction, 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
|
9
|
+
import { StylesType, AnyObject as AnyObject$1, Callback, 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,6 +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';
|
22
24
|
import { PasswordRuleValidation as PasswordRuleValidation$2 } from 'molecules/PasswordSetup/PasswordSetup';
|
23
25
|
export * from 'helpers/constants';
|
24
26
|
import { ConsentCaptureProps } from 'molecules/Consent/ConsentCapture';
|
@@ -27,6 +29,7 @@ import { RegisterOptions, FieldValues, UseFormReturn, ValidationMode } from 'rea
|
|
27
29
|
import { DatePickerProps } from '@mui/x-date-pickers';
|
28
30
|
import * as containers_types_types from 'containers/types/types';
|
29
31
|
import { ContainerProps as ContainerProps$2, ContainerProperties as ContainerProperties$1, ContainerComponentProps as ContainerComponentProps$2 } from 'containers/types/types';
|
32
|
+
import { EventInput, ThemeSystem } from '@fullcalendar/react';
|
30
33
|
|
31
34
|
declare type TouchableOpacityProps = PropsWithChildren<{
|
32
35
|
activeOpacity?: number;
|
@@ -86,7 +89,7 @@ declare type SelectInternalConfigurationOptions = {
|
|
86
89
|
};
|
87
90
|
declare type SelectProps = Partial<{
|
88
91
|
ref: RefCallBack;
|
89
|
-
onBlur: Callback
|
92
|
+
onBlur: Callback;
|
90
93
|
value: string;
|
91
94
|
optionsPresentation: boolean;
|
92
95
|
onChange: (value: string) => void;
|
@@ -136,7 +139,6 @@ declare const availableIcons: {
|
|
136
139
|
declare type IconNames = keyof typeof availableIcons;
|
137
140
|
declare const Icon: ({ name, color, ...props }: IconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
138
141
|
|
139
|
-
declare type Callback = () => void;
|
140
142
|
declare type AnyObject = Record<string, unknown>;
|
141
143
|
|
142
144
|
declare type MaskConfig = {
|
@@ -157,13 +159,13 @@ declare type InputFieldInternalConfigProps = Partial<{
|
|
157
159
|
}>;
|
158
160
|
declare type InputIconProps = {
|
159
161
|
name: IconNames;
|
160
|
-
onClick?: Callback
|
162
|
+
onClick?: Callback;
|
161
163
|
};
|
162
164
|
declare type InputProps = Partial<{
|
163
165
|
value: string;
|
164
166
|
leftIcon: InputIconProps;
|
165
167
|
rightIcon: InputIconProps;
|
166
|
-
onBlur: Callback
|
168
|
+
onBlur: Callback;
|
167
169
|
type: InputFieldTypes;
|
168
170
|
placeholder: string;
|
169
171
|
disabled: boolean;
|
@@ -229,7 +231,7 @@ declare type RegularImageProps = {
|
|
229
231
|
alt: string;
|
230
232
|
width: number | string;
|
231
233
|
height: number | string;
|
232
|
-
onClick: Callback
|
234
|
+
onClick: Callback;
|
233
235
|
cornerRadius: SizesTypes$1 | number;
|
234
236
|
}> & ConfigurationItemInfo$1 & OverrideStyles;
|
235
237
|
declare const RegularImage: _emotion_styled.StyledComponent<{
|
@@ -241,7 +243,7 @@ declare const RegularImage: _emotion_styled.StyledComponent<{
|
|
241
243
|
alt: string;
|
242
244
|
width: number | string;
|
243
245
|
height: number | string;
|
244
|
-
onClick: Callback
|
246
|
+
onClick: Callback;
|
245
247
|
cornerRadius: SizesTypes$1 | number;
|
246
248
|
}> & ConfigurationItemInfo$1 & OverrideStyles, react.DetailedHTMLProps<react.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
|
247
249
|
declare const BackgroundImage: _emotion_styled.StyledComponent<{
|
@@ -253,7 +255,7 @@ declare const BackgroundImage: _emotion_styled.StyledComponent<{
|
|
253
255
|
alt: string;
|
254
256
|
width: number | string;
|
255
257
|
height: number | string;
|
256
|
-
onClick: Callback
|
258
|
+
onClick: Callback;
|
257
259
|
cornerRadius: SizesTypes$1 | number;
|
258
260
|
}> & ConfigurationItemInfo$1 & OverrideStyles & react.ClassAttributes<HTMLImageElement> & react.ImgHTMLAttributes<HTMLImageElement> & {
|
259
261
|
theme?: _emotion_react.Theme | undefined;
|
@@ -329,7 +331,7 @@ declare type AvatarProps = {
|
|
329
331
|
iconName?: IconNames;
|
330
332
|
imageUrl?: string;
|
331
333
|
};
|
332
|
-
onPress?: Callback
|
334
|
+
onPress?: Callback;
|
333
335
|
};
|
334
336
|
declare const Avatar: ({ size, withShadow, label, backgroundColor, onPress, content: { initials, iconName, imageUrl }, textConfig: { color, font }, }: AvatarProps) => _emotion_react_jsx_runtime.JSX.Element;
|
335
337
|
|
@@ -372,7 +374,7 @@ declare type RadioButtonsProps<T extends string> = Partial<{
|
|
372
374
|
name: string;
|
373
375
|
value: T;
|
374
376
|
options: SelectOption[];
|
375
|
-
onBlur: Callback
|
377
|
+
onBlur: Callback;
|
376
378
|
onChange: (value: T) => void;
|
377
379
|
isRow: boolean;
|
378
380
|
isError: boolean;
|
@@ -386,7 +388,7 @@ declare const RadioButtons: <T extends string>({ ref, name, value, options, onBl
|
|
386
388
|
name: string;
|
387
389
|
value: T;
|
388
390
|
options: SelectOption[];
|
389
|
-
onBlur: Callback
|
391
|
+
onBlur: Callback;
|
390
392
|
onChange: (value: T) => void;
|
391
393
|
isRow: boolean;
|
392
394
|
isError: boolean;
|
@@ -435,7 +437,7 @@ declare const CircularIndicatorStyledComponent: _emotion_styled.StyledComponent<
|
|
435
437
|
declare type IconButtonProps = {
|
436
438
|
name: IconNames$1;
|
437
439
|
size?: number;
|
438
|
-
onClick: Callback
|
440
|
+
onClick: Callback;
|
439
441
|
color?: ThemeColors$1 | string;
|
440
442
|
fill?: ThemeColors$1 | string;
|
441
443
|
pointerEvents?: 'auto' | 'none';
|
@@ -477,13 +479,6 @@ declare const toastStyles: _emotion_react.SerializedStyles;
|
|
477
479
|
|
478
480
|
declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
|
479
481
|
|
480
|
-
declare type MlrRichTextViewerContextType = {
|
481
|
-
isMLRReview: boolean;
|
482
|
-
showAnnotations: boolean;
|
483
|
-
annotationsList: AnnotationsList$1;
|
484
|
-
};
|
485
|
-
declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
|
486
|
-
|
487
482
|
declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
|
488
483
|
annotationsList: AnnotationsList$1;
|
489
484
|
isMLRReview: boolean;
|
@@ -491,7 +486,12 @@ declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
|
|
491
486
|
}>;
|
492
487
|
declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
493
488
|
|
494
|
-
declare
|
489
|
+
declare type MlrRichTextViewerContextType = {
|
490
|
+
isMLRReview: boolean;
|
491
|
+
showAnnotations: boolean;
|
492
|
+
annotationsList: AnnotationsList$1;
|
493
|
+
};
|
494
|
+
declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
|
495
495
|
|
496
496
|
declare type AnnotationsList = {
|
497
497
|
tags: {
|
@@ -509,6 +509,10 @@ declare type AnnotationsList = {
|
|
509
509
|
}[];
|
510
510
|
};
|
511
511
|
|
512
|
+
declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
|
513
|
+
|
514
|
+
declare const useButtonActionsContext: () => contexts_ButtonActionsContext_ButtonActionsContext.ButtonActionsContextType;
|
515
|
+
|
512
516
|
declare type ButtonActionsContextType = {
|
513
517
|
actionContent?: ContainerComponentProps$1;
|
514
518
|
setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
|
@@ -545,8 +549,6 @@ declare type ButtonActionsProviderProps = PropsWithChildren<Partial<{
|
|
545
549
|
}>>;
|
546
550
|
declare const ButtonActionsProvider: ({ children, popupProps }: ButtonActionsProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
547
551
|
|
548
|
-
declare const useButtonActionsContext: () => ButtonActionsContextType;
|
549
|
-
|
550
552
|
declare type StepItem = ContainerComponentProps$1 | Molecule$1;
|
551
553
|
declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
|
552
554
|
|
@@ -614,35 +616,26 @@ declare type OrganismContextType = {
|
|
614
616
|
};
|
615
617
|
declare const OrganismContext: react.Context<OrganismContextType>;
|
616
618
|
|
617
|
-
declare const useOrganismContext: () => OrganismContextType;
|
618
|
-
|
619
619
|
declare type AccountButtonContextType = Partial<{
|
620
620
|
userInitials: string;
|
621
|
-
logOutHandler: Callback
|
622
|
-
goToAccountInfo: Callback
|
621
|
+
logOutHandler: Callback;
|
622
|
+
goToAccountInfo: Callback;
|
623
623
|
username: string;
|
624
624
|
}>;
|
625
625
|
declare const AccountButtonContext: react.Context<Partial<{
|
626
626
|
userInitials: string;
|
627
|
-
logOutHandler: Callback
|
628
|
-
goToAccountInfo: Callback
|
627
|
+
logOutHandler: Callback;
|
628
|
+
goToAccountInfo: Callback;
|
629
629
|
username: string;
|
630
630
|
}>>;
|
631
631
|
|
632
632
|
declare type AccountButtonProviderProps = PropsWithChildren<Partial<{
|
633
|
-
userInitials: string;
|
634
|
-
logOutHandler: Callback$1;
|
635
|
-
goToAccountInfo: Callback$1;
|
636
|
-
username: string;
|
637
|
-
}>>;
|
638
|
-
declare const AccountButtonProvider: ({ children, goToAccountInfo, userInitials, logOutHandler, username, }: AccountButtonProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
639
|
-
|
640
|
-
declare const useAccountButtonContext: () => Partial<{
|
641
633
|
userInitials: string;
|
642
634
|
logOutHandler: Callback;
|
643
635
|
goToAccountInfo: Callback;
|
644
636
|
username: string;
|
645
|
-
}
|
637
|
+
}>>;
|
638
|
+
declare const AccountButtonProvider: ({ children, goToAccountInfo, userInitials, logOutHandler, username, }: AccountButtonProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
646
639
|
|
647
640
|
declare type StateContextType = {
|
648
641
|
stateConfig: StateConfigType$1;
|
@@ -658,46 +651,6 @@ declare type StateContextProviderProps = PropsWithChildren<{
|
|
658
651
|
}>;
|
659
652
|
declare const StateContextProvider: ({ initStateConfig, children, stateHandler, authenticated, }: StateContextProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
660
653
|
|
661
|
-
declare const useStateContext: () => StateContextType;
|
662
|
-
|
663
|
-
declare type FormStepContextType = {
|
664
|
-
steps: number;
|
665
|
-
currentStep: number;
|
666
|
-
goToNextStep: () => void;
|
667
|
-
goToPrevStep: () => void;
|
668
|
-
reset: () => void;
|
669
|
-
canGoToNextStep: boolean;
|
670
|
-
canGoToPrevStep: boolean;
|
671
|
-
setStep: Dispatch<SetStateAction<number>>;
|
672
|
-
setInitSteps: Dispatch<SetStateAction<number>>;
|
673
|
-
};
|
674
|
-
declare const FormStepContext: react.Context<FormStepContextType>;
|
675
|
-
|
676
|
-
declare type FormStepContextProviderProps = PropsWithChildren<{
|
677
|
-
initialStepsCount?: number;
|
678
|
-
}>;
|
679
|
-
declare const FormStepContextProvider: ({ initialStepsCount, children, }: FormStepContextProviderProps) => _emotion_react_jsx_runtime.JSX.Element;
|
680
|
-
|
681
|
-
declare const useFormStepContext: () => FormStepContextType;
|
682
|
-
|
683
|
-
interface Option {
|
684
|
-
id: string;
|
685
|
-
name: string;
|
686
|
-
}
|
687
|
-
interface ApiInterface {
|
688
|
-
pickList: {
|
689
|
-
get(dataModelFieldId?: string): Promise<ResponseDTO<Option[]>>;
|
690
|
-
};
|
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
|
-
|
701
654
|
declare type CustomValidationRule<T = string> = {
|
702
655
|
text: string;
|
703
656
|
validate: (value?: T) => boolean;
|
@@ -1353,13 +1306,14 @@ declare const DatePickerMolecule: react__default.FC<DatePickerMoleculeProps>;
|
|
1353
1306
|
|
1354
1307
|
interface SelectMoleculeOption {
|
1355
1308
|
id: string;
|
1356
|
-
|
1357
|
-
value?: string;
|
1309
|
+
value: string;
|
1358
1310
|
}
|
1359
1311
|
interface SelectMoleculeProps {
|
1360
1312
|
open?: boolean;
|
1361
1313
|
/** Label text (visible above or inside the select) */
|
1362
1314
|
text: string;
|
1315
|
+
/** Dropdown options. Each has { id, value } or you can supply string[] */
|
1316
|
+
options: SelectMoleculeOption[] | string[];
|
1363
1317
|
/** For a placeholder, you might use the first item or do a custom approach */
|
1364
1318
|
placeholderText?: string;
|
1365
1319
|
/** If true, the field is required in form validation */
|
@@ -1851,6 +1805,96 @@ interface AvatarMoleculeProps {
|
|
1851
1805
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1852
1806
|
}
|
1853
1807
|
|
1808
|
+
interface VisitMoleculeProps {
|
1809
|
+
/** Unique visit identifier (used as event.id) */
|
1810
|
+
id: string;
|
1811
|
+
/** Title shown on the card and used as event.title */
|
1812
|
+
title: string;
|
1813
|
+
/** Length of the visit, in minutes (used to compute event.end) */
|
1814
|
+
duration: number;
|
1815
|
+
/** Optional description rendered under the title */
|
1816
|
+
description?: string;
|
1817
|
+
/** If you want to associate this visit with a resource */
|
1818
|
+
resourceId?: string;
|
1819
|
+
/** Background color of the card */
|
1820
|
+
backgroundColor?: string;
|
1821
|
+
/** Text color for title/description */
|
1822
|
+
textColor?: string;
|
1823
|
+
/** Border color around the card */
|
1824
|
+
borderColor?: string;
|
1825
|
+
/** Border radius (e.g. '4px') */
|
1826
|
+
borderRadius?: string;
|
1827
|
+
marginLeft?: string;
|
1828
|
+
marginTop?: string;
|
1829
|
+
marginRight?: string;
|
1830
|
+
marginBottom?: string;
|
1831
|
+
paddingLeft?: string;
|
1832
|
+
paddingTop?: string;
|
1833
|
+
paddingRight?: string;
|
1834
|
+
paddingBottom?: string;
|
1835
|
+
/** Font size for the title (e.g. '14px') */
|
1836
|
+
fontSize?: string | number;
|
1837
|
+
/** Font weight for the title (e.g. 400, 600) */
|
1838
|
+
fontWeight?: string | number;
|
1839
|
+
/** If false, disables dragging completely */
|
1840
|
+
draggable?: boolean;
|
1841
|
+
/** If false, dropping won’t actually create an event */
|
1842
|
+
createOnDrop?: boolean;
|
1843
|
+
/** Extra props your designer tool may pass */
|
1844
|
+
configurationItemInfo?: ConfigurationItemInfo$1;
|
1845
|
+
}
|
1846
|
+
|
1847
|
+
interface CalendarMoleculeProps {
|
1848
|
+
/** initial events (will be copied into internal state) */
|
1849
|
+
events?: EventInput[];
|
1850
|
+
resources?: any[];
|
1851
|
+
initialView?: string;
|
1852
|
+
enableDayGrid?: boolean;
|
1853
|
+
enableTimeGrid?: boolean;
|
1854
|
+
enableList?: boolean;
|
1855
|
+
enableTimeline?: boolean;
|
1856
|
+
enableResourceTimeline?: boolean;
|
1857
|
+
slotDuration?: string;
|
1858
|
+
snapDuration?: string;
|
1859
|
+
businessHours?: any;
|
1860
|
+
width?: string | number;
|
1861
|
+
height?: string | number;
|
1862
|
+
backgroundColor?: string;
|
1863
|
+
themeSystem?: ThemeSystem;
|
1864
|
+
marginLeft?: string;
|
1865
|
+
marginTop?: string;
|
1866
|
+
marginRight?: string;
|
1867
|
+
marginBottom?: string;
|
1868
|
+
paddingLeft?: string;
|
1869
|
+
paddingTop?: string;
|
1870
|
+
paddingRight?: string;
|
1871
|
+
paddingBottom?: string;
|
1872
|
+
primaryColor?: string;
|
1873
|
+
secondaryColor?: string;
|
1874
|
+
toolbarBg?: string;
|
1875
|
+
toolbarTextColor?: string;
|
1876
|
+
buttonBg?: string;
|
1877
|
+
buttonTextColor?: string;
|
1878
|
+
buttonHoverBg?: string;
|
1879
|
+
dayHeaderColor?: string;
|
1880
|
+
dayHeaderFontWeight?: number | string;
|
1881
|
+
slotLabelColor?: string;
|
1882
|
+
slotLabelFontSize?: string | number;
|
1883
|
+
eventBg?: string;
|
1884
|
+
eventBorderColor?: string;
|
1885
|
+
eventTextColor?: string;
|
1886
|
+
eventHoverBg?: string;
|
1887
|
+
nowIndicatorColor?: string;
|
1888
|
+
resourceAreaBg?: string;
|
1889
|
+
resourceTextColor?: string;
|
1890
|
+
resourceBorderColor?: string;
|
1891
|
+
bodyBg?: string;
|
1892
|
+
resourceAreaWidth?: string | number;
|
1893
|
+
/** callback whenever a drop creates a new event */
|
1894
|
+
onEventAdd?: (e: EventInput) => void;
|
1895
|
+
configurationItemInfo?: ConfigurationItemInfo$1;
|
1896
|
+
}
|
1897
|
+
|
1854
1898
|
declare type ActionTypes = 'link' | 'popup' | 'drawer' | 'download' | 'submit' | 'reset' | 'destroy';
|
1855
1899
|
declare type DataModelFieldFormatCodeTypes = 'date' | 'email' | 'string' | 'integer' | 'boolean' | 'numeric' | 'zip_code' | 'phone_number';
|
1856
1900
|
declare type DataModelFieldFormatValueTypes = 'any' | 'text' | 'email' | 'integer' | 'numerical' | 'us_zip_code' | 'phone_number' | 'month_year_date' | 'day_month_year_date' | 'month_day_year_date' | 'year_month_day_date';
|
@@ -1958,7 +2002,7 @@ declare type ObjectStateProperties = {
|
|
1958
2002
|
pmiObjectId: string | null;
|
1959
2003
|
};
|
1960
2004
|
declare type MoleculeItemTypes = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'tabs_item';
|
1961
|
-
declare type MoleculeTypes = 'simple_text' | 'text' | 'header_tab_group' | 'consent' | 'signup_password_fields' | 'account_button' | 'stepper' | 'checklist' | 'accordion' | 'menu' | 'tabs' | 'divider' | 'link' | 'video' | 'image' | 'button' | 'alert' | 'badge' | 'chip' | 'basic_text_field' | 'rating' | 'switch' | 'slider' | 'select' | 'date_picker' | 'email_input_field' | 'phone_number_input_field' | 'numeric_input_field' | 'currency_input_field' | 'email_display_field' | 'phone_number_display_field' | 'numeric_display_field' | 'currency_display_field' | 'basic_text_display_field' | 'select_display_field' | 'rating_display_field' | 'switch_display_field' | 'slider_display_field' | 'date_display_field' | 'avatar' | '
|
2005
|
+
declare type MoleculeTypes = 'simple_text' | 'text' | 'header_tab_group' | 'consent' | 'signup_password_fields' | 'account_button' | 'stepper' | 'checklist' | 'accordion' | 'menu' | 'tabs' | 'divider' | 'link' | 'video' | 'image' | 'button' | 'alert' | 'badge' | 'chip' | 'basic_text_field' | 'rating' | 'switch' | 'slider' | 'select' | 'date_picker' | 'email_input_field' | 'phone_number_input_field' | 'numeric_input_field' | 'currency_input_field' | 'email_display_field' | 'phone_number_display_field' | 'numeric_display_field' | 'currency_display_field' | 'basic_text_display_field' | 'select_display_field' | 'rating_display_field' | 'switch_display_field' | 'slider_display_field' | 'date_display_field' | 'avatar' | 'visit' | 'calendar';
|
1962
2006
|
/**
|
1963
2007
|
* [ NEW MOLECULE: 3 ] Second Step is to add the new molecule name to this list, in snake case format
|
1964
2008
|
*
|
@@ -2301,21 +2345,25 @@ interface AvatarMoleculeType extends BaseMoleculeType {
|
|
2301
2345
|
dataCapture: DataCaptureProperties;
|
2302
2346
|
};
|
2303
2347
|
}
|
2304
|
-
interface
|
2305
|
-
type: '
|
2348
|
+
interface VisitMoleculeType extends BaseMoleculeType {
|
2349
|
+
type: 'visit';
|
2306
2350
|
config: {
|
2307
|
-
props:
|
2351
|
+
props: Omit<VisitMoleculeProps, 'configurationItemInfo'>;
|
2352
|
+
};
|
2353
|
+
properties: {
|
2354
|
+
dataCapture: DataCaptureProperties;
|
2308
2355
|
};
|
2309
|
-
properties: AnyObject$1;
|
2310
2356
|
}
|
2311
|
-
interface
|
2312
|
-
type: '
|
2357
|
+
interface CalendarMoleculeType extends BaseMoleculeType {
|
2358
|
+
type: 'calendar';
|
2313
2359
|
config: {
|
2314
|
-
props:
|
2360
|
+
props: Omit<CalendarMoleculeProps, 'configurationItemInfo'>;
|
2361
|
+
};
|
2362
|
+
properties: {
|
2363
|
+
dataCapture: DataCaptureProperties;
|
2315
2364
|
};
|
2316
|
-
properties: AnyObject$1;
|
2317
2365
|
}
|
2318
|
-
declare type Molecule = StrictUnion<SimpleTextMoleculeType | TextMoleculeType | ConsentFieldMoleculeType | PasswordSetupMoleculeType | StepperMoleculeType | ChecklistsMoleculeType | AccordionMoleculeType | MenuMoleculeType | TabsMoleculeType | DividerMoleculeType | LinkMoleculeType | VideoMoleculeType | ImageMoleculeType | ButtonMoleculeType | ChipMoleculeType | BadgeMoleculeType | AlertMoleculeType | BasicTextFieldMoleculeType | RatingMoleculeType | SwitchMoleculeType | SliderMoleculeType | SelectMoleculeType | DatePickerMoleculeType | EmailInputFieldMoleculeType | PhoneNumberInputFieldMoleculeType | NumericInputFieldMoleculeType | CurrencyInputFieldMoleculeType | AvatarMoleculeType |
|
2366
|
+
declare type Molecule = StrictUnion<SimpleTextMoleculeType | TextMoleculeType | ConsentFieldMoleculeType | PasswordSetupMoleculeType | StepperMoleculeType | ChecklistsMoleculeType | AccordionMoleculeType | MenuMoleculeType | TabsMoleculeType | DividerMoleculeType | LinkMoleculeType | VideoMoleculeType | ImageMoleculeType | ButtonMoleculeType | ChipMoleculeType | BadgeMoleculeType | AlertMoleculeType | BasicTextFieldMoleculeType | RatingMoleculeType | SwitchMoleculeType | SliderMoleculeType | SelectMoleculeType | DatePickerMoleculeType | EmailInputFieldMoleculeType | PhoneNumberInputFieldMoleculeType | NumericInputFieldMoleculeType | CurrencyInputFieldMoleculeType | AvatarMoleculeType | VisitMoleculeType | CalendarMoleculeType> & Partial<{
|
2319
2367
|
form: UseFormReturn<any>;
|
2320
2368
|
formData: AnyObject$1;
|
2321
2369
|
setFormData: Dispatch<SetStateAction<AnyObject$1>>;
|
@@ -2515,4 +2563,4 @@ declare type FormOrganismItemProps = {
|
|
2515
2563
|
};
|
2516
2564
|
declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
2517
2565
|
|
2518
|
-
export { AccordionMoleculeType, AccountButtonContext, AccountButtonContextType, AccountButtonProvider, AccountButtonProviderProps, ActionEventType, ActionProperties, ActionType, ActionTypes, AdditionalContainerProps, AlertMolecule, AlertMoleculeProps, AlertMoleculeType, AnnotationsList,
|
2566
|
+
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 };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zealicsolutions/web-ui",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.45-beta.0",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
|
@@ -61,7 +61,6 @@
|
|
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",
|
65
64
|
"@testing-library/jest-dom": "5.16.5",
|
66
65
|
"@testing-library/react": "13.4.0",
|
67
66
|
"@testing-library/react-hooks": "8.0.1",
|
@@ -97,12 +96,21 @@
|
|
97
96
|
"typescript": "4.8.2"
|
98
97
|
},
|
99
98
|
"peerDependencies": {
|
100
|
-
"@tanstack/react-query": "5.74.4",
|
101
99
|
"react": "18.2.0",
|
102
100
|
"react-dom": "18.2.0",
|
103
101
|
"react-pdf": "6.2.2"
|
104
102
|
},
|
105
103
|
"dependencies": {
|
104
|
+
"@fullcalendar/core": "^6.1.17",
|
105
|
+
"@fullcalendar/daygrid": "^6.1.17",
|
106
|
+
"@fullcalendar/interaction": "^6.1.17",
|
107
|
+
"@fullcalendar/list": "^6.1.17",
|
108
|
+
"@fullcalendar/react": "^6.1.17",
|
109
|
+
"@fullcalendar/resource": "^6.1.17",
|
110
|
+
"@fullcalendar/resource-timegrid": "^6.1.17",
|
111
|
+
"@fullcalendar/resource-timeline": "^6.1.17",
|
112
|
+
"@fullcalendar/timegrid": "^6.1.17",
|
113
|
+
"@fullcalendar/timeline": "^6.1.17",
|
106
114
|
"@emotion/react": "^11.13.3",
|
107
115
|
"@emotion/styled": "^11.13.0",
|
108
116
|
"@mui/material": "6.1.5",
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { ResponseDTO } from 'typescript';
|
3
|
-
export interface Option {
|
4
|
-
id: string;
|
5
|
-
name: string;
|
6
|
-
}
|
7
|
-
export interface ApiInterface {
|
8
|
-
pickList: {
|
9
|
-
get(dataModelFieldId?: string): Promise<ResponseDTO<Option[]>>;
|
10
|
-
};
|
11
|
-
}
|
12
|
-
export declare const ApiContext: import("react").Context<ApiInterface>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './useDataModelFieldOptions';
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useButtonActionsContext: () => import("./ButtonActionsContext").ButtonActionsContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useFormStepContext: () => import("./FormStepContext").FormStepContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useMlrRichTextViewerContext: () => import("./MlrRichTextViewerContext").MlrRichTextViewerContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useOrganismContext: () => import("./OrganismContext").OrganismContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useStateContext: () => import("./StateContext").StateContextType;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useAccountButtonContext.js","sources":["../../../../../src/contexts/AccountButtonContext/useAccountButtonContext.ts"],"sourcesContent":[null],"names":["useAccountButtonContext","useContext","AccountButtonContext"],"mappings":"oGAGO,IAAMA,EAA0B,WAAM,OAAAC,EAAWC,EAAX"}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import type { ResponseDTO } from 'typescript';
|
3
|
-
export interface Option {
|
4
|
-
id: string;
|
5
|
-
name: string;
|
6
|
-
}
|
7
|
-
export interface ApiInterface {
|
8
|
-
pickList: {
|
9
|
-
get(dataModelFieldId?: string): Promise<ResponseDTO<Option[]>>;
|
10
|
-
};
|
11
|
-
}
|
12
|
-
export declare const ApiContext: import("react").Context<ApiInterface>;
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{__awaiter as t,__generator as i}from"../../node_modules/tslib/tslib.es6.js";import{createContext as o}from"react";var r=o({pickList:{get:function(o){return t(void 0,void 0,void 0,(function(){return i(this,(function(t){return[2,{data:[]}]}))}))}}});export{r as ApiContext};
|
2
|
-
//# sourceMappingURL=ApiContext.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ApiContext.js","sources":["../../../../../src/contexts/ApiContext/ApiContext.ts"],"sourcesContent":[null],"names":["ApiContext","createContext","pickList","get","_dataModelFieldId","__awaiter","data"],"mappings":"yHAeA,IAQaA,EAAaC,EARO,CAC/BC,SAAU,CACRC,IAAK,SAAOC,GAA0B,OAAAC,OAAA,OAAA,OAAA,GAAA,sCAAqC,MAAA,CAAA,EAAC,CAC1EC,KAAM,OACN,GAAA"}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
import{__assign as e}from"../../node_modules/tslib/tslib.es6.js";import{jsx as r}from"../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js";import{ApiContext as o}from"./ApiContext.js";var t=function(t){var i=t.api,m=t.children;return r(o.Provider,e({value:i},{children:m}))};export{t as ApiProvider};
|
2
|
-
//# sourceMappingURL=ApiProvider.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ApiProvider.js","sources":["../../../../../src/contexts/ApiContext/ApiProvider.tsx"],"sourcesContent":[null],"names":["ApiProvider","_a","api","children","_jsx","ApiContext","Provider","__assign","value"],"mappings":"wNAIO,IAAMA,EAAc,SAACC,OAAEC,EAAGD,EAAAC,IAAEC,EAAQF,EAAAE,SAAmD,OAC5FC,EAACC,EAAWC,SAAQC,EAAA,CAACC,MAAON,GAAG,CAAAC,SAAGA,IAD0D"}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './useDataModelFieldOptions';
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"queryKeys.js","sources":["../../../../../../src/contexts/ApiContext/queries/queryKeys.ts"],"sourcesContent":[null],"names":["queryKeys","getOptions"],"mappings":"AAAa,IAAAA,EAAY,CACvBC,WAAY"}
|