New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

framework7-vue

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-vue - npm Package Compare versions

Comparing version 7.0.5 to 7.0.6

6

components/actions.d.ts

@@ -26,3 +26,3 @@

target: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -47,3 +47,3 @@ },

backdropEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -68,3 +68,3 @@ },

containerEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -71,0 +71,0 @@ },

@@ -13,3 +13,3 @@

tabLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -146,3 +146,3 @@

preloaderSize: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -159,3 +159,3 @@

href: {
type: PropType<StringConstructor | BooleanConstructor>;
type: StringConstructor | BooleanConstructor;
default: string;

@@ -193,3 +193,3 @@ },

iconSize: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -226,95 +226,95 @@

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -321,0 +321,0 @@

@@ -9,11 +9,11 @@

title: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
content: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
footer: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -20,0 +20,0 @@

@@ -17,3 +17,3 @@

name: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -30,3 +30,3 @@

value: {
type: PropType<NumberConstructor | StringConstructor | BooleanConstructor>;
type: NumberConstructor | StringConstructor | BooleanConstructor;
default: undefined;

@@ -33,0 +33,0 @@ },

@@ -13,3 +13,3 @@

text: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -70,3 +70,3 @@

iconSize: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -73,0 +73,0 @@

@@ -26,3 +26,3 @@

width: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: string;

@@ -32,19 +32,19 @@ },

xsmall: {
type: PropType<NumberConstructor | any>;
type: NumberConstructor | any;
},
small: {
type: PropType<NumberConstructor | any>;
type: NumberConstructor | any;
},
medium: {
type: PropType<NumberConstructor | any>;
type: NumberConstructor | any;
},
large: {
type: PropType<NumberConstructor | any>;
type: NumberConstructor | any;
},
xlarge: {
type: PropType<NumberConstructor | any>;
type: NumberConstructor | any;
},

@@ -51,0 +51,0 @@

@@ -13,3 +13,3 @@

href: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -16,0 +16,0 @@

@@ -9,3 +9,3 @@

valueText: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -23,3 +23,3 @@

value: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -29,3 +29,3 @@ },

size: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -50,3 +50,3 @@ },

borderWidth: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -61,3 +61,3 @@ },

valueFontSize: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -67,3 +67,3 @@ },

valueFontWeight: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -78,3 +78,3 @@ },

labelFontSize: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -84,3 +84,3 @@ },

labelFontWeight: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -87,0 +87,0 @@ }

@@ -41,3 +41,3 @@

size: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -44,0 +44,0 @@

@@ -25,27 +25,27 @@

inputId: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
size: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
accept: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
autocomplete: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
autocorrect: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
autocapitalize: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
spellcheck: {
type: PropType<StringConstructor>;
type: StringConstructor;
},

@@ -70,19 +70,19 @@

max: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
min: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
step: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
maxlength: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
minlength: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -103,3 +103,3 @@

inputStyle: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},

@@ -112,3 +112,3 @@

validate: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -125,3 +125,3 @@

tabindex: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -178,3 +178,3 @@

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor | any | ObjectConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor | any | ObjectConstructor;
default: undefined;

@@ -189,3 +189,3 @@ },

dropdown: {
type: PropType<StringConstructor | BooleanConstructor>;
type: StringConstructor | BooleanConstructor;
default: string;

@@ -192,0 +192,0 @@ },

@@ -17,3 +17,3 @@

tabLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -34,7 +34,7 @@

badge: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
badgeColor: {
type: PropType<StringConstructor>;
type: StringConstructor;
},

@@ -63,3 +63,3 @@

href: {
type: PropType<StringConstructor | BooleanConstructor>;
type: StringConstructor | BooleanConstructor;
default: string;

@@ -97,3 +97,3 @@ },

iconSize: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -130,95 +130,95 @@

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -225,0 +225,0 @@

@@ -9,11 +9,11 @@

title: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
text: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
tabLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -26,7 +26,7 @@

link: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
href: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -75,95 +75,95 @@

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -170,0 +170,0 @@

@@ -9,3 +9,3 @@

listEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},

@@ -19,3 +19,3 @@

indexes: {
type: PropType<StringConstructor | ArrayConstructor>;
type: StringConstructor | ArrayConstructor;
default: string;

@@ -22,0 +22,0 @@ },

@@ -37,27 +37,27 @@

inputId: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
size: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
accept: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
autocomplete: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
autocorrect: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
autocapitalize: {
type: PropType<StringConstructor>;
type: StringConstructor;
},
spellcheck: {
type: PropType<StringConstructor>;
type: StringConstructor;
},

@@ -74,19 +74,19 @@

max: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
min: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
step: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
maxlength: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
minlength: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -99,3 +99,3 @@

inputStyle: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},

@@ -108,3 +108,3 @@

validate: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -121,3 +121,3 @@

tabindex: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -162,3 +162,3 @@

label: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -192,3 +192,3 @@

dropdown: {
type: PropType<StringConstructor | BooleanConstructor>;
type: StringConstructor | BooleanConstructor;
default: string;

@@ -213,3 +213,3 @@ },

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor | any | ObjectConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor | any | ObjectConstructor;
default: undefined;

@@ -216,0 +216,0 @@ },

@@ -9,7 +9,7 @@

title: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
text: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -22,11 +22,11 @@

subtitle: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
header: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
footer: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -43,3 +43,3 @@

link: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -52,3 +52,3 @@

tabLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -65,7 +65,7 @@

after: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},
badge: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -176,3 +176,3 @@

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor;
default: undefined;

@@ -210,95 +210,95 @@ },

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -305,0 +305,0 @@

@@ -18,3 +18,3 @@

containerEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -21,0 +21,0 @@ },

@@ -117,95 +117,95 @@

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
}

@@ -212,0 +212,0 @@ },

@@ -129,95 +129,95 @@

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -254,3 +254,3 @@

iconSize: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
}

@@ -257,0 +257,0 @@ },

@@ -29,3 +29,3 @@

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor;
},

@@ -42,3 +42,3 @@

textareaId: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -45,0 +45,0 @@

@@ -9,3 +9,3 @@

backLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -12,0 +12,0 @@

@@ -9,3 +9,3 @@

backLink: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -12,0 +12,0 @@

@@ -71,2 +71,7 @@

closeByBackdropClick: {
type: BooleanConstructor;
default: undefined;
},
visibleBreakpoint: {

@@ -73,0 +78,0 @@ type: NumberConstructor;

@@ -43,2 +43,6 @@ import { renderSlot as _renderSlot, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, normalizeClass as _normalizeClass } from "vue";

},
closeByBackdropClick: {
type: Boolean,
default: undefined
},
visibleBreakpoint: {

@@ -162,2 +166,3 @@ type: Number,

containerEl: props.containerEl,
closeByBackdropClick: props.containerEl,
visibleBreakpoint: props.visibleBreakpoint,

@@ -164,0 +169,0 @@ collapsedBreakpoint: props.collapsedBreakpoint,

@@ -17,3 +17,3 @@

view: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},

@@ -20,0 +20,0 @@

@@ -18,3 +18,3 @@

targetEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -29,3 +29,3 @@ },

backdropEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -50,3 +50,3 @@ },

containerEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -53,0 +53,0 @@ },

@@ -31,3 +31,3 @@

backdropEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -47,3 +47,3 @@ },

swipeToClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
default: boolean;

@@ -53,3 +53,3 @@ },

swipeHandler: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -59,3 +59,3 @@ },

containerEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -62,0 +62,0 @@ },

@@ -9,3 +9,3 @@

size: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -12,0 +12,0 @@

@@ -13,3 +13,3 @@

name: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
},

@@ -26,3 +26,3 @@

value: {
type: PropType<NumberConstructor | StringConstructor | BooleanConstructor>;
type: NumberConstructor | StringConstructor | BooleanConstructor;
default: undefined;

@@ -29,0 +29,0 @@ },

@@ -38,3 +38,3 @@

value: {
type: PropType<NumberConstructor | ArrayConstructor | StringConstructor>;
type: NumberConstructor | ArrayConstructor | StringConstructor;
default: number;

@@ -44,3 +44,3 @@ },

min: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -50,3 +50,3 @@ },

max: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -56,3 +56,3 @@ },

step: {
type: PropType<NumberConstructor | StringConstructor>;
type: NumberConstructor | StringConstructor;
default: number;

@@ -59,0 +59,0 @@ },

@@ -17,3 +17,3 @@

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor;
},

@@ -30,7 +30,7 @@

searchContainer: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},
backdropEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
},

@@ -94,3 +94,3 @@

foundEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: string;

@@ -100,3 +100,3 @@ },

notFoundEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: string;

@@ -111,3 +111,3 @@ },

hideOnEnableEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: string;

@@ -117,3 +117,3 @@ },

hideOnSearchEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: string;

@@ -120,0 +120,0 @@ },

@@ -39,3 +39,3 @@

backdropEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -70,3 +70,3 @@ },

swipeHandler: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -76,3 +76,3 @@ },

containerEl: {
type: PropType<StringConstructor | ObjectConstructor>;
type: StringConstructor | ObjectConstructor;
default: undefined;

@@ -79,0 +79,0 @@ },

@@ -25,3 +25,3 @@

value: {
type: PropType<StringConstructor | NumberConstructor | ArrayConstructor>;
type: StringConstructor | NumberConstructor | ArrayConstructor;
},

@@ -28,0 +28,0 @@

@@ -38,3 +38,3 @@

link: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
default: undefined;

@@ -72,95 +72,95 @@ },

searchbarEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarClear: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
searchbarToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
panelToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popupClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
actionsClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
popoverClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
loginScreenClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sheetClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableEnable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableDisable: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
sortableToggle: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardPreventOpen: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
cardClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},
menuClose: {
type: PropType<BooleanConstructor | StringConstructor>;
type: BooleanConstructor | StringConstructor;
},

@@ -197,3 +197,3 @@

iconSize: {
type: PropType<StringConstructor | NumberConstructor>;
type: StringConstructor | NumberConstructor;
},

@@ -200,0 +200,0 @@

@@ -21,3 +21,3 @@

linksView: {
type: PropType<ObjectConstructor | StringConstructor>;
type: ObjectConstructor | StringConstructor;
},

@@ -94,7 +94,7 @@

routesBeforeEnter: {
type: PropType<FunctionConstructor | ArrayConstructor>;
type: FunctionConstructor | ArrayConstructor;
},
routesBeforeLeave: {
type: PropType<FunctionConstructor | ArrayConstructor>;
type: FunctionConstructor | ArrayConstructor;
},

@@ -101,0 +101,0 @@

/**
* Framework7 Vue 7.0.5
* Framework7 Vue 7.0.6
* Build full featured iOS & Android apps using Framework7 & Vue

@@ -10,3 +10,3 @@ * https://framework7.io/vue/

*
* Released on: May 31, 2022
* Released on: July 14, 2022
*/

@@ -13,0 +13,0 @@ import Framework7Vue from './shared/plugin.js';

import Framework7, { Framework7Plugin } from 'framework7/types';
import { Store } from 'framework7/types';
import f7AccordionContent from './components/accordion-content';
import f7AccordionItem from './components/accordion-item';
import f7AccordionToggle from './components/accordion-toggle';
import f7Accordion from './components/accordion';
import f7ActionsButton from './components/actions-button';
import f7ActionsGroup from './components/actions-group';
import f7ActionsLabel from './components/actions-label';
import f7Actions from './components/actions';
import f7App from './components/app';
import f7Appbar from './components/appbar';
import f7AreaChart from './components/area-chart';
import f7Badge from './components/badge';
import f7BlockFooter from './components/block-footer';
import f7BlockHeader from './components/block-header';
import f7BlockTitle from './components/block-title';
import f7Block from './components/block';
import f7BreadcrumbsCollapsed from './components/breadcrumbs-collapsed';
import f7BreadcrumbsItem from './components/breadcrumbs-item';
import f7BreadcrumbsSeparator from './components/breadcrumbs-separator';
import f7Breadcrumbs from './components/breadcrumbs';
import f7Button from './components/button';
import f7CardContent from './components/card-content';
import f7CardFooter from './components/card-footer';
import f7CardHeader from './components/card-header';
import f7Card from './components/card';
import f7Checkbox from './components/checkbox';
import f7Chip from './components/chip';
import f7Col from './components/col';
import f7FabBackdrop from './components/fab-backdrop';
import f7FabButton from './components/fab-button';
import f7FabButtons from './components/fab-buttons';
import f7Fab from './components/fab';
import f7Gauge from './components/gauge';
import f7Icon from './components/icon';
import f7Input from './components/input';
import f7Link from './components/link';
import f7ListButton from './components/list-button';
import f7ListGroup from './components/list-group';
import f7ListIndex from './components/list-index';
import f7ListInput from './components/list-input';
import f7ListItemCell from './components/list-item-cell';
import f7ListItemRow from './components/list-item-row';
import f7ListItem from './components/list-item';
import f7List from './components/list';
import f7LoginScreenTitle from './components/login-screen-title';
import f7LoginScreen from './components/login-screen';
import f7MenuDropdownItem from './components/menu-dropdown-item';
import f7MenuDropdown from './components/menu-dropdown';
import f7MenuItem from './components/menu-item';
import f7Menu from './components/menu';
import f7Message from './components/message';
import f7MessagebarAttachment from './components/messagebar-attachment';
import f7MessagebarAttachments from './components/messagebar-attachments';
import f7MessagebarSheetImage from './components/messagebar-sheet-image';
import f7MessagebarSheetItem from './components/messagebar-sheet-item';
import f7MessagebarSheet from './components/messagebar-sheet';
import f7Messagebar from './components/messagebar';
import f7MessagesTitle from './components/messages-title';
import f7Messages from './components/messages';
import f7NavLeft from './components/nav-left';
import f7NavRight from './components/nav-right';
import f7NavTitleLarge from './components/nav-title-large';
import f7NavTitle from './components/nav-title';
import f7Navbar from './components/navbar';
import f7PageContent from './components/page-content';
import f7Page from './components/page';
import f7Panel from './components/panel';
import f7PhotoBrowser from './components/photo-browser';
import f7PieChart from './components/pie-chart';
import f7Popover from './components/popover';
import f7Popup from './components/popup';
import f7Preloader from './components/preloader';
import f7Progressbar from './components/progressbar';
import f7Radio from './components/radio';
import f7Range from './components/range';
import f7RoutableModals from './components/routable-modals';
import f7Row from './components/row';
import f7Searchbar from './components/searchbar';
import f7Segmented from './components/segmented';
import f7Sheet from './components/sheet';
import f7SkeletonAvatar from './components/skeleton-avatar';
import f7SkeletonBlock from './components/skeleton-block';
import f7SkeletonImage from './components/skeleton-image';
import f7SkeletonText from './components/skeleton-text';
import f7Stepper from './components/stepper';
import f7Subnavbar from './components/subnavbar';
import f7SwipeoutActions from './components/swipeout-actions';
import f7SwipeoutButton from './components/swipeout-button';
import f7SwiperSlide from './components/swiper-slide';
import f7Swiper from './components/swiper';
import f7Tab from './components/tab';
import f7Tabs from './components/tabs';
import f7TextEditor from './components/text-editor';
import f7Toggle from './components/toggle';
import f7Toolbar from './components/toolbar';
import f7TreeviewItem from './components/treeview-item';
import f7Treeview from './components/treeview';
import f7UseIcon from './components/use-icon';
import f7View from './components/view';
import f7Views from './components/views';
import f7AccordionContent from './components/accordion-content.js';
import f7AccordionItem from './components/accordion-item.js';
import f7AccordionToggle from './components/accordion-toggle.js';
import f7Accordion from './components/accordion.js';
import f7ActionsButton from './components/actions-button.js';
import f7ActionsGroup from './components/actions-group.js';
import f7ActionsLabel from './components/actions-label.js';
import f7Actions from './components/actions.js';
import f7App from './components/app.js';
import f7Appbar from './components/appbar.js';
import f7AreaChart from './components/area-chart.js';
import f7Badge from './components/badge.js';
import f7BlockFooter from './components/block-footer.js';
import f7BlockHeader from './components/block-header.js';
import f7BlockTitle from './components/block-title.js';
import f7Block from './components/block.js';
import f7BreadcrumbsCollapsed from './components/breadcrumbs-collapsed.js';
import f7BreadcrumbsItem from './components/breadcrumbs-item.js';
import f7BreadcrumbsSeparator from './components/breadcrumbs-separator.js';
import f7Breadcrumbs from './components/breadcrumbs.js';
import f7Button from './components/button.js';
import f7CardContent from './components/card-content.js';
import f7CardFooter from './components/card-footer.js';
import f7CardHeader from './components/card-header.js';
import f7Card from './components/card.js';
import f7Checkbox from './components/checkbox.js';
import f7Chip from './components/chip.js';
import f7Col from './components/col.js';
import f7FabBackdrop from './components/fab-backdrop.js';
import f7FabButton from './components/fab-button.js';
import f7FabButtons from './components/fab-buttons.js';
import f7Fab from './components/fab.js';
import f7Gauge from './components/gauge.js';
import f7Icon from './components/icon.js';
import f7Input from './components/input.js';
import f7Link from './components/link.js';
import f7ListButton from './components/list-button.js';
import f7ListGroup from './components/list-group.js';
import f7ListIndex from './components/list-index.js';
import f7ListInput from './components/list-input.js';
import f7ListItemCell from './components/list-item-cell.js';
import f7ListItemRow from './components/list-item-row.js';
import f7ListItem from './components/list-item.js';
import f7List from './components/list.js';
import f7LoginScreenTitle from './components/login-screen-title.js';
import f7LoginScreen from './components/login-screen.js';
import f7MenuDropdownItem from './components/menu-dropdown-item.js';
import f7MenuDropdown from './components/menu-dropdown.js';
import f7MenuItem from './components/menu-item.js';
import f7Menu from './components/menu.js';
import f7Message from './components/message.js';
import f7MessagebarAttachment from './components/messagebar-attachment.js';
import f7MessagebarAttachments from './components/messagebar-attachments.js';
import f7MessagebarSheetImage from './components/messagebar-sheet-image.js';
import f7MessagebarSheetItem from './components/messagebar-sheet-item.js';
import f7MessagebarSheet from './components/messagebar-sheet.js';
import f7Messagebar from './components/messagebar.js';
import f7MessagesTitle from './components/messages-title.js';
import f7Messages from './components/messages.js';
import f7NavLeft from './components/nav-left.js';
import f7NavRight from './components/nav-right.js';
import f7NavTitleLarge from './components/nav-title-large.js';
import f7NavTitle from './components/nav-title.js';
import f7Navbar from './components/navbar.js';
import f7PageContent from './components/page-content.js';
import f7Page from './components/page.js';
import f7Panel from './components/panel.js';
import f7PhotoBrowser from './components/photo-browser.js';
import f7PieChart from './components/pie-chart.js';
import f7Popover from './components/popover.js';
import f7Popup from './components/popup.js';
import f7Preloader from './components/preloader.js';
import f7Progressbar from './components/progressbar.js';
import f7Radio from './components/radio.js';
import f7Range from './components/range.js';
import f7RoutableModals from './components/routable-modals.js';
import f7Row from './components/row.js';
import f7Searchbar from './components/searchbar.js';
import f7Segmented from './components/segmented.js';
import f7Sheet from './components/sheet.js';
import f7SkeletonAvatar from './components/skeleton-avatar.js';
import f7SkeletonBlock from './components/skeleton-block.js';
import f7SkeletonImage from './components/skeleton-image.js';
import f7SkeletonText from './components/skeleton-text.js';
import f7Stepper from './components/stepper.js';
import f7Subnavbar from './components/subnavbar.js';
import f7SwipeoutActions from './components/swipeout-actions.js';
import f7SwipeoutButton from './components/swipeout-button.js';
import f7SwiperSlide from './components/swiper-slide.js';
import f7Swiper from './components/swiper.js';
import f7Tab from './components/tab.js';
import f7Tabs from './components/tabs.js';
import f7TextEditor from './components/text-editor.js';
import f7Toggle from './components/toggle.js';
import f7Toolbar from './components/toolbar.js';
import f7TreeviewItem from './components/treeview-item.js';
import f7Treeview from './components/treeview.js';
import f7UseIcon from './components/use-icon.js';
import f7View from './components/view.js';
import f7Views from './components/views.js';

@@ -105,0 +105,0 @@ export interface Framework7Theme {

/**
* Framework7 Vue 7.0.5
* Framework7 Vue 7.0.6
* Build full featured iOS & Android apps using Framework7 & Vue

@@ -10,3 +10,3 @@ * https://framework7.io/vue/

*
* Released on: May 31, 2022
* Released on: July 14, 2022
*/

@@ -13,0 +13,0 @@ import Framework7Vue from './shared/plugin.js';

{
"name": "framework7-vue",
"version": "7.0.5",
"version": "7.0.6",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",

@@ -8,3 +8,6 @@ "type": "module",

".": "./framework7-vue.js",
"./bundle": "./framework7-vue-bundle.js",
"./bundle": {
"default": "./framework7-vue-bundle.js",
"types": "./framework7-vue.d.ts"
},
"./components/*": "./components/*",

@@ -11,0 +14,0 @@ "./shared/*": "./shared/*"

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc