@ballistix.digital/react-components 0.4.124 → 0.4.126
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/index.d.ts +14 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -2
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -987,7 +987,7 @@ type TFileInputGroupFormProps = {
|
|
|
987
987
|
}) => ReactNode;
|
|
988
988
|
onChange: any;
|
|
989
989
|
onBlur: any;
|
|
990
|
-
styles?:
|
|
990
|
+
styles?: TFileInputGroupFormStyles;
|
|
991
991
|
};
|
|
992
992
|
declare const FileInputGroupForm: FC<TFileInputGroupFormProps>;
|
|
993
993
|
|
|
@@ -1004,7 +1004,7 @@ declare const base$2: {
|
|
|
1004
1004
|
description: string;
|
|
1005
1005
|
error: string;
|
|
1006
1006
|
};
|
|
1007
|
-
type
|
|
1007
|
+
type TFileInputGroupFormStyles = DeepPartialType$1<typeof base$2>;
|
|
1008
1008
|
|
|
1009
1009
|
type TOpeningsHourInputGroupFormProps = {
|
|
1010
1010
|
form: FormikContextType<any>;
|
|
@@ -1043,6 +1043,17 @@ declare const base$1: {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
type TOpeningsHourInputGroupFormStyles = DeepPartialType$1<typeof base$1>;
|
|
1045
1045
|
|
|
1046
|
+
type TAddressInputGroupFormValue = {
|
|
1047
|
+
country: string;
|
|
1048
|
+
city: string;
|
|
1049
|
+
street: string;
|
|
1050
|
+
houseNumber: string;
|
|
1051
|
+
zipCode: string;
|
|
1052
|
+
busNumber: string;
|
|
1053
|
+
lat: number;
|
|
1054
|
+
lng: number;
|
|
1055
|
+
info?: string;
|
|
1056
|
+
} | null;
|
|
1046
1057
|
type TAddressInputGroupFormProps = {
|
|
1047
1058
|
name: string;
|
|
1048
1059
|
label?: string | ReactNode;
|
|
@@ -1085,4 +1096,4 @@ declare const base: {
|
|
|
1085
1096
|
};
|
|
1086
1097
|
type TAddressInputGroupFormStyles = DeepPartialType$1<typeof base>;
|
|
1087
1098
|
|
|
1088
|
-
export { AddressInputGroupForm, AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm
|
|
1099
|
+
export { AddressInputGroupForm, AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, FileInputGroupForm, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, OpeningsHourInputGroupForm, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, type TAddressInputGroupFormProps, type TAddressInputGroupFormStyles, type TAddressInputGroupFormValue, type TButtonElementProps, type TCheckboxInputGroupFormProps, type TCheckboxInputGroupFormStyles, type TDateMenuFormProps, type TDateMenuFormStyles, type TFileInputGroupFormProps, type TFileInputGroupFormStyles, type TInputGroupFormProps, type TInputGroupStyles, type TModalOverlayProps, type TOpeningsHourInputGroupFormProps, type TOpeningsHourInputGroupFormStyles, type TSelectMenuFormProps, type TSelectMenuFormStyles, type TTableListProps as TTableList2Props, type TTableListProps$1 as TTableListProps, type TTableListStyles$1 as TTableListStyles, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation };
|
package/dist/index.esm.js
CHANGED
|
@@ -80300,5 +80300,5 @@ var styles = {
|
|
|
80300
80300
|
disabled: disabled,
|
|
80301
80301
|
};
|
|
80302
80302
|
|
|
80303
|
-
export { AddressInputGroupForm, AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm
|
|
80303
|
+
export { AddressInputGroupForm, AvatarElement, BadgeElement, BreadcrumbsNavigation, ButtonElement, ButtonGroupElement, CheckboxInputGroupForm, ContainerLayout, DateMenuForm, DividerLayout, DropdownElement, FileInputGroupForm, IconElement, InputGroupForm, ListContainerLayout, MediaObjectLayout, ModalOverlay, NotificationOverlay, OpeningsHourInputGroupForm, PagePaginationNavigation, LayoutPanel as PanelLayout, PanelPaginationNavigation, SelectMenuForm, SlideOverOverlay, TabNavigation, TableColumnOptionsCustom, TableExcelExportCustom as TableExportCustom, TableList, TableList2, VerticalNavigation, createColumnHelper, fromSelectMenuOptionToStringValue };
|
|
80304
80304
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.js
CHANGED
|
@@ -80308,12 +80308,12 @@ exports.BadgeElement = BadgeElement;
|
|
|
80308
80308
|
exports.BreadcrumbsNavigation = BreadcrumbsNavigation;
|
|
80309
80309
|
exports.ButtonElement = ButtonElement;
|
|
80310
80310
|
exports.ButtonGroupElement = ButtonGroupElement;
|
|
80311
|
-
exports.
|
|
80311
|
+
exports.CheckboxInputGroupForm = CheckboxInputGroupForm;
|
|
80312
80312
|
exports.ContainerLayout = ContainerLayout;
|
|
80313
80313
|
exports.DateMenuForm = DateMenuForm;
|
|
80314
80314
|
exports.DividerLayout = DividerLayout;
|
|
80315
80315
|
exports.DropdownElement = DropdownElement;
|
|
80316
|
-
exports.
|
|
80316
|
+
exports.FileInputGroupForm = FileInputGroupForm;
|
|
80317
80317
|
exports.IconElement = IconElement;
|
|
80318
80318
|
exports.InputGroupForm = InputGroupForm;
|
|
80319
80319
|
exports.ListContainerLayout = ListContainerLayout;
|