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/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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "command-center-v3-common",
3
3
  "type": "module",
4
- "version": "0.0.113",
4
+ "version": "0.0.115",
5
5
  "main": "dist/command-center-v3-common.js",
6
6
  "module": "dist/command-center-v3-common.umd.cjs",
7
7
  "types": "dist/index.d.ts",