@zealicsolutions/web-ui 0.1.11 → 0.1.12
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/index.js +27 -33
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/atoms/RichTextViewer/components/EditorElement.d.ts +0 -1
- package/dist/cjs/src/atoms/RichTextViewer/components/Leaf.d.ts +0 -1
- package/dist/cjs/src/atoms/RichTextViewer/components/LinkElement.d.ts +0 -1
- package/dist/cjs/src/helpers/date.d.ts +1 -1
- package/dist/cjs/src/organisms/Header/Header.d.ts +1 -0
- package/dist/esm/index.js +27 -33
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/atoms/RichTextViewer/components/EditorElement.d.ts +0 -1
- package/dist/esm/src/atoms/RichTextViewer/components/Leaf.d.ts +0 -1
- package/dist/esm/src/atoms/RichTextViewer/components/LinkElement.d.ts +0 -1
- package/dist/esm/src/helpers/date.d.ts +1 -1
- package/dist/esm/src/organisms/Header/Header.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
@@ -1,3 +1,3 @@
|
|
1
1
|
export declare type AppDateFormats = "'Last Updated' MMMM dd, yyyy";
|
2
2
|
export declare const getDateFromString: <T = Date>(date: unknown, defaultDate?: T) => Date | T;
|
3
|
-
export declare const dateFormatter: <T>(value: string | Date | undefined, formatType: AppDateFormats, defaultValue?: T) =>
|
3
|
+
export declare const dateFormatter: <T>(value: string | Date | undefined, formatType: AppDateFormats, defaultValue?: T) => any;
|
@@ -3,6 +3,7 @@ import { HeaderAProps } from './HeaderA';
|
|
3
3
|
import { HeaderBProps } from './HeaderB';
|
4
4
|
import { HeaderCProps } from './HeaderC';
|
5
5
|
import { HeaderDProps } from './HeaderD';
|
6
|
+
export declare type HeaderTypes = 'header_a' | 'header_b' | 'header_c' | 'header_d';
|
6
7
|
export declare type HeaderProps<T> = (HeaderAProps<T> & {
|
7
8
|
type: 'header_a';
|
8
9
|
}) | (HeaderBProps<T> & {
|
package/dist/index.d.ts
CHANGED
@@ -635,6 +635,7 @@ declare type HeaderDProps = {
|
|
635
635
|
isMobile?: boolean;
|
636
636
|
};
|
637
637
|
|
638
|
+
declare type HeaderTypes = 'header_a' | 'header_b' | 'header_c' | 'header_d';
|
638
639
|
declare type HeaderProps<T> = (HeaderAProps<T> & {
|
639
640
|
type: 'header_a';
|
640
641
|
}) | (HeaderBProps<T> & {
|
@@ -663,4 +664,4 @@ interface Helpers {
|
|
663
664
|
}
|
664
665
|
declare const useStep: (maxStep: number) => [number, Helpers];
|
665
666
|
|
666
|
-
export { AcquisitionForm, AcquisitionFormProps, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BaseButtonProps, Body, BodyProps, BreakpointSizesTypes, Button, ButtonProps, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, ColumnItem, Columns, ColumnsProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, EmphasizedText, EmphasizedTextProps, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FontSizesTypes, Footer, FooterContentInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconNames, IconProps, Image, ImageProps, Input, InputField, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, LinkButton, LinkButtonProps, LoginForm, LoginFormProps, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, ProfileInformation, ProfileInformationProps, RichTextEditorProps, RichTextViewer, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Spacer, SpacerProps, Spinner, StyleWrapper, TabGroup, TabGroupProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, toast, toastStyles, useMediaQuery, useStep };
|
667
|
+
export { AcquisitionForm, AcquisitionFormProps, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BaseButtonProps, Body, BodyProps, BreakpointSizesTypes, Button, ButtonProps, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, ColumnItem, Columns, ColumnsProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, EmphasizedText, EmphasizedTextProps, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FontSizesTypes, Footer, FooterContentInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeaderTypes, HeroImage, HeroImageAlignment, HeroImageProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconNames, IconProps, Image, ImageProps, Input, InputField, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, LinkButton, LinkButtonProps, LoginForm, LoginFormProps, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, ProfileInformation, ProfileInformationProps, RichTextEditorProps, RichTextViewer, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Spacer, SpacerProps, Spinner, StyleWrapper, TabGroup, TabGroupProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, toast, toastStyles, useMediaQuery, useStep };
|