Socket
Socket
Sign inDemoInstall

@ionic/vue

Package Overview
Dependencies
Maintainers
1
Versions
2402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/vue - npm Package Compare versions

Comparing version 8.2.8-dev.11725452518.16aa47d3 to 8.2.8-dev.11725548204.17968d54

29

dist/types/components/IonTabBar.d.ts

@@ -11,2 +11,6 @@ import type { VNode } from "vue";

};
_hasRouterOutlet: {
type: BooleanConstructor;
default: boolean;
};
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {

@@ -22,3 +26,23 @@ [key: string]: any;

setupTabState(ionRouter: any): void;
/**
* This method is called upon setup and when the
* history changes. It checks the current route
* and updates the active tab accordingly.
*
* History changes only occur when the router
* outlet is present. Due to this, the
* `ionTabsDidChange` and `ionTabsWillChange`
* events are only emitted when the router
* outlet is present. A different approach must
* be taken for tabs without a router outlet.
*
* @param ionRouter
*/
checkActiveTab(ionRouter: any): void;
handleIonTabButtonClick(event: CustomEvent<{
href: string;
selected: boolean;
tab: string;
}>): void;
tabSwitch(activeTab: string, ionRouter?: any): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{

@@ -33,5 +57,10 @@ _tabsWillChange: {

};
_hasRouterOutlet: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
_tabsWillChange: Function;
_tabsDidChange: Function;
_hasRouterOutlet: boolean;
}>;

@@ -14,2 +14,6 @@ export declare const IonTabButton: import("vue").DefineComponent<{

target: StringConstructor;
_onClick: {
type: FunctionConstructor;
required: false;
};
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {

@@ -30,2 +34,6 @@ [key: string]: any;

target: StringConstructor;
_onClick: {
type: FunctionConstructor;
required: false;
};
}>>, {

@@ -32,0 +40,0 @@ disabled: boolean;

11

dist/types/components/IonTabs.d.ts

@@ -1,4 +0,13 @@

export declare const IonTabs: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ionTabsWillChange" | "ionTabsDidChange")[], "ionTabsWillChange" | "ionTabsDidChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
export declare const IonTabs: import("vue").DefineComponent<{}, {
props: Readonly<import("@vue/shared").LooseRequired<{
onIonTabsWillChange?: (...args: any[]) => any;
onIonTabsDidChange?: (...args: any[]) => any;
}>>;
slots: Readonly<{
[name: string]: import("vue").Slot;
}>;
emit: (event: "ionTabsWillChange" | "ionTabsDidChange", ...args: any[]) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("ionTabsWillChange" | "ionTabsDidChange")[], "ionTabsWillChange" | "ionTabsDidChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
onIonTabsWillChange?: (...args: any[]) => any;
onIonTabsDidChange?: (...args: any[]) => any;
}, {}>;

@@ -85,2 +85,3 @@ import type { JSX } from '@ionic/core/components';

export declare const IonSplitPane: import("vue").DefineComponent<JSX.IonSplitPane & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.IonSplitPane & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
export declare const IonTab: import("vue").DefineComponent<JSX.IonTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.IonTab & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;
export declare const IonText: import("vue").DefineComponent<JSX.IonText & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.IonText & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>;

@@ -87,0 +88,0 @@ export declare const IonTextarea: import("vue").DefineComponent<JSX.IonTextarea & import("./vue-component-lib/utils").InputProps<string>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.IonTextarea & import("./vue-component-lib/utils").InputProps<string>>, {}>;

4

package.json
{
"name": "@ionic/vue",
"version": "8.2.8-dev.11725452518.16aa47d3",
"version": "8.2.8-dev.11725548204.17968d54",
"description": "Vue specific wrapper for @ionic/core",

@@ -69,3 +69,3 @@ "scripts": {

"dependencies": {
"@ionic/core": "8.2.8-dev.11725452518.16aa47d3",
"@ionic/core": "8.2.8-dev.11725548204.17968d54",
"ionicons": "^7.0.0"

@@ -72,0 +72,0 @@ },

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

Sorry, the diff of this file is not supported yet

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