command-center-v3-common 0.0.105 → 0.0.106
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/command-center-v3-common.js +1024 -1019
- package/dist/command-center-v3-common.umd.cjs +14 -14
- package/dist/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1875,11 +1875,13 @@ menuTitle: string;
|
|
1875
1875
|
setRouterPath: typeof setRouterPath;
|
1876
1876
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1877
1877
|
onChange: (...args: any[]) => void;
|
1878
|
+
"menu-list": (...args: any[]) => void;
|
1878
1879
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<Props_8>, {
|
1879
1880
|
menuList: () => any[];
|
1880
1881
|
menuTitle: string;
|
1881
1882
|
}>>> & {
|
1882
1883
|
onOnChange?: (...args: any[]) => any;
|
1884
|
+
"onMenu-list"?: (...args: any[]) => any;
|
1883
1885
|
}, {
|
1884
1886
|
menuList: MenuListItem[];
|
1885
1887
|
menuTitle: string;
|