@creatorsn/vfluent3 0.3.11 → 0.3.13
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/types/packages/navigation-panel/index.d.ts +1 -0
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +1 -0
- package/dist/types/packages/navigation-view/index.d.ts +1 -0
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +1 -0
- package/dist/vfluent3.js +5076 -5072
- package/dist/vfluent3.umd.cjs +11 -11
- package/package.json +1 -1
|
@@ -148,6 +148,7 @@ export declare const FvNavigationPanel: import("../../types/plugins/component-pl
|
|
|
148
148
|
expandClick(): void;
|
|
149
149
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
150
150
|
$slots: {
|
|
151
|
+
banner: (_: {}) => any;
|
|
151
152
|
backIcon: (_: {}) => any;
|
|
152
153
|
title: (_: {
|
|
153
154
|
show: boolean;
|
|
@@ -147,6 +147,7 @@ declare const _default: {
|
|
|
147
147
|
expandClick(): void;
|
|
148
148
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
149
149
|
$slots: {
|
|
150
|
+
banner: (_: {}) => any;
|
|
150
151
|
backIcon: (_: {}) => any;
|
|
151
152
|
title: (_: {
|
|
152
153
|
show: boolean;
|
|
@@ -79,6 +79,7 @@ export declare const FvNavigationView: import("../../types/plugins/component-plu
|
|
|
79
79
|
onChooseSearch(item: any): 0 | undefined;
|
|
80
80
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
81
81
|
$slots: {
|
|
82
|
+
banner: (_: {}) => any;
|
|
82
83
|
title: (_: {
|
|
83
84
|
show: boolean;
|
|
84
85
|
}) => any;
|
|
@@ -78,6 +78,7 @@ declare const _default: {
|
|
|
78
78
|
onChooseSearch(item: any): 0 | undefined;
|
|
79
79
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
80
80
|
$slots: {
|
|
81
|
+
banner: (_: {}) => any;
|
|
81
82
|
title: (_: {
|
|
82
83
|
show: boolean;
|
|
83
84
|
}) => any;
|