command-center-v3-common 0.0.113 → 0.0.115
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/command-center-v3-common.js +2297 -2285
- package/dist/command-center-v3-common.umd.cjs +14 -14
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1924,12 +1924,14 @@ setRouterPath: typeof setRouterPath;
|
|
1924
1924
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1925
1925
|
onChange: (...args: any[]) => void;
|
1926
1926
|
"menu-list": (...args: any[]) => void;
|
1927
|
+
"change-jump": (...args: any[]) => void;
|
1927
1928
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_8>, {
|
1928
1929
|
menuList: () => any[];
|
1929
1930
|
menuTitle: string;
|
1930
1931
|
}>>> & {
|
1931
1932
|
onOnChange?: (...args: any[]) => any;
|
1932
1933
|
"onMenu-list"?: (...args: any[]) => any;
|
1934
|
+
"onChange-jump"?: (...args: any[]) => any;
|
1933
1935
|
}, {
|
1934
1936
|
menuList: MenuListItem[];
|
1935
1937
|
menuTitle: string;
|