framework7-react
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -18,2 +18,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -20,0 +21,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -14,2 +14,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -16,0 +17,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -13,2 +13,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -15,0 +16,0 @@ colorTheme?: string; |
@@ -29,2 +29,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Actions: () => Actions.Actions}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -31,0 +32,0 @@ colorTheme?: string; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -16,2 +16,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -18,0 +19,0 @@ colorTheme?: string; |
@@ -28,2 +28,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -30,0 +31,0 @@ declare const AreaChart: React.FunctionComponent<AreaChartProps>; |
@@ -15,2 +15,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -17,0 +18,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -13,2 +13,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -15,0 +16,0 @@ colorTheme?: string; |
@@ -29,2 +29,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -31,0 +32,0 @@ colorTheme?: string; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -14,0 +15,0 @@ declare const BreadcrumbsCollapsed: React.FunctionComponent<BreadcrumbsCollapsedProps>; |
@@ -13,2 +13,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -15,0 +16,0 @@ declare const BreadcrumbsItem: React.FunctionComponent<BreadcrumbsItemProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -13,0 +14,0 @@ declare const BreadcrumbsSeparator: React.FunctionComponent<BreadcrumbsSeparatorProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -13,0 +14,0 @@ declare const Breadcrumbs: React.FunctionComponent<BreadcrumbsProps>; |
@@ -50,2 +50,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -52,0 +53,0 @@ colorTheme?: string; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -35,2 +35,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; open: () => void; close: () => void}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -37,0 +38,0 @@ colorTheme?: string; |
@@ -26,2 +26,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; inputEl: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -28,0 +29,0 @@ declare const Checkbox: React.FunctionComponent<CheckboxProps>; |
@@ -21,2 +21,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -23,0 +24,0 @@ colorTheme?: string; |
@@ -24,2 +24,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -26,0 +27,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -13,0 +14,0 @@ declare const FabBackdrop: React.FunctionComponent<FabBackdropProps>; |
@@ -17,2 +17,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -19,0 +20,0 @@ colorTheme?: string; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -19,2 +19,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -21,0 +22,0 @@ colorTheme?: string; |
@@ -26,2 +26,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -28,0 +29,0 @@ declare const Gauge: React.FunctionComponent<GaugeProps>; |
@@ -20,2 +20,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -22,0 +23,0 @@ colorTheme?: string; |
@@ -76,2 +76,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -78,0 +79,0 @@ declare const Input: React.FunctionComponent<InputProps>; |
@@ -67,3 +67,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
calendarParams, | ||
// Colorpciker | ||
// Colorpicker | ||
colorPickerParams, | ||
@@ -70,0 +70,0 @@ // Text editor |
@@ -83,2 +83,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7SmartSelect: () => SmartSelect.SmartSelect}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -85,0 +86,0 @@ declare const Link: React.FunctionComponent<LinkProps>; |
@@ -67,2 +67,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -69,0 +70,0 @@ declare const ListButton: React.FunctionComponent<ListButtonProps>; |
@@ -16,2 +16,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -18,0 +19,0 @@ colorTheme?: string; |
@@ -27,2 +27,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -29,0 +30,0 @@ declare const ListIndex: React.FunctionComponent<ListIndexProps>; |
@@ -81,2 +81,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -83,0 +84,0 @@ declare const ListInput: React.FunctionComponent<ListInputProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -118,2 +118,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7SmartSelect: () => SmartSelect.SmartSelect}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -120,0 +121,0 @@ declare const ListItem: React.FunctionComponent<ListItemProps>; |
@@ -66,2 +66,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7VirtualList: () => VirtualList.VirtualList}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -68,0 +69,0 @@ declare const List: React.FunctionComponent<ListProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -20,2 +20,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7LoginScreen: () => LoginScreen.LoginScreen}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -22,0 +23,0 @@ colorTheme?: string; |
@@ -63,2 +63,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -65,0 +66,0 @@ declare const MenuDropdownItem: React.FunctionComponent<MenuDropdownItemProps>; |
@@ -16,2 +16,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -18,0 +19,0 @@ colorTheme?: string; |
@@ -76,2 +76,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -78,0 +79,0 @@ declare const MenuItem: React.FunctionComponent<MenuItemProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -42,2 +42,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -44,0 +45,0 @@ declare const Message: React.FunctionComponent<MessageProps>; |
@@ -22,2 +22,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -24,0 +25,0 @@ declare const MessagebarAttachment: React.FunctionComponent<MessagebarAttachmentProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -23,2 +23,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -25,0 +26,0 @@ declare const MessagebarSheetImage: React.FunctionComponent<MessagebarSheetImageProps>; |
@@ -18,2 +18,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -20,0 +21,0 @@ declare const MessagebarSheetItem: React.FunctionComponent<MessagebarSheetItemProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -46,2 +46,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Messagebar: () => Messagebar.Messagebar}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -48,0 +49,0 @@ declare const Messagebar: React.FunctionComponent<MessagebarProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -29,2 +29,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Messages: () => Messages.Messages}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -31,0 +32,0 @@ colorTheme?: string; |
@@ -25,2 +25,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -27,0 +28,0 @@ declare const NavLeft: React.FunctionComponent<NavLeftProps>; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -14,2 +14,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -16,0 +17,0 @@ colorTheme?: string; |
@@ -42,2 +42,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -44,0 +45,0 @@ declare const Navbar: React.FunctionComponent<NavbarProps>; |
@@ -42,2 +42,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -44,0 +45,0 @@ declare const PageContent: React.FunctionComponent<PageContentProps>; |
@@ -60,2 +60,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -62,0 +63,0 @@ declare const Page: React.FunctionComponent<PageProps>; |
@@ -49,2 +49,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Panel: () => Panel.Panel}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -51,0 +52,0 @@ declare const Panel: React.FunctionComponent<PanelProps>; |
@@ -45,2 +45,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7PhotoBrowser: () => PhotoBrowser.PhotoBrowser; open: () => void; close: () => void;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -47,0 +48,0 @@ declare const PhotoBrowser: React.FunctionComponent<PhotoBrowserProps>; |
@@ -16,2 +16,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -18,0 +19,0 @@ declare const PieChart: React.FunctionComponent<PieChartProps>; |
@@ -34,2 +34,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Popover: () => Popover.Popover}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -36,0 +37,0 @@ declare const Popover: React.FunctionComponent<PopoverProps>; |
@@ -39,2 +39,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Popup: () => Popup.Popup}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -41,0 +42,0 @@ declare const Popup: React.FunctionComponent<PopupProps>; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
@@ -13,2 +13,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; set: (progress: number, duration: number) => void}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -15,0 +16,0 @@ colorTheme?: string; |
@@ -25,2 +25,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -27,0 +28,0 @@ declare const Radio: React.FunctionComponent<RadioProps>; |
@@ -42,2 +42,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Range: () => Range.Range}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -44,0 +45,0 @@ declare const Range: React.FunctionComponent<RangeProps>; |
@@ -19,2 +19,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -21,0 +22,0 @@ colorTheme?: string; |
@@ -59,2 +59,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Searchbar: () => Searchbar.Searchbar;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -61,0 +62,0 @@ declare const Searchbar: React.FunctionComponent<SearchbarProps>; |
@@ -24,2 +24,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -26,0 +27,0 @@ colorTheme?: string; |
@@ -42,2 +42,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Sheet: () => Sheet.Sheet;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -44,0 +45,0 @@ declare const Sheet: React.FunctionComponent<SheetProps>; |
@@ -64,2 +64,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Stepper: () => Stepper.Stepper;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -66,0 +67,0 @@ declare const Stepper: React.FunctionComponent<StepperProps>; |
@@ -14,2 +14,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -16,0 +17,0 @@ colorTheme?: string; |
@@ -14,2 +14,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -16,0 +17,0 @@ colorTheme?: string; |
@@ -26,2 +26,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -28,0 +29,0 @@ declare const SwipeoutButton: React.FunctionComponent<SwipeoutButtonProps>; |
@@ -21,2 +21,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -23,0 +24,0 @@ declare const Tab: React.FunctionComponent<TabProps>; |
@@ -24,2 +24,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -26,0 +27,0 @@ declare const Tabs: React.FunctionComponent<TabsProps>; |
@@ -41,2 +41,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7TextEditor: () => TextEditor.TextEditor;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -43,0 +44,0 @@ declare const TextEditor: React.FunctionComponent<TextEditorProps>; |
@@ -31,2 +31,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7Toggle: () => Toggle.Toggle;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -33,0 +34,0 @@ declare const Toggle: React.FunctionComponent<ToggleProps>; |
@@ -37,2 +37,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; hide: () => void; show: () => void;}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -39,0 +40,0 @@ declare const Toolbar: React.FunctionComponent<ToolbarProps>; |
@@ -77,2 +77,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -79,0 +80,0 @@ declare const TreeviewItem: React.FunctionComponent<TreeviewItemProps>; |
@@ -11,2 +11,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -13,0 +14,0 @@ colorTheme?: string; |
@@ -88,2 +88,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null; f7View: () => View.View}>; | ||
children?: React.ReactNode; | ||
} | ||
@@ -90,0 +91,0 @@ declare const View: React.FunctionComponent<ViewProps>; |
@@ -12,2 +12,3 @@ | ||
ref?: React.MutableRefObject<{el: HTMLElement | null}>; | ||
children?: React.ReactNode; | ||
color?: string; | ||
@@ -14,0 +15,0 @@ colorTheme?: string; |
/** | ||
* Framework7 React 7.0.4 | ||
* Framework7 React 7.0.5 | ||
* Build full featured iOS & Android apps using Framework7 & React | ||
@@ -10,3 +10,3 @@ * https://framework7.io/react/ | ||
* | ||
* Released on: May 25, 2022 | ||
* Released on: May 31, 2022 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Framework7React from './shared/plugin.js'; |
{ | ||
"name": "framework7-react", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Build full featured iOS & Android apps using Framework7 & React", | ||
@@ -5,0 +5,0 @@ "type": "module", |
425891
12511