@rancher/shell 1.2.0 → 1.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rancher/shell",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -2142,7 +2142,7 @@ declare var _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any
2142
2142
  initialValue: any;
2143
2143
  liveValue: any;
2144
2144
  doneEvent: boolean;
2145
- }, {}, any, import("vue").ComponentOptionsMixin>;
2145
+ }, {}, any, import("vue/types/v3-component-options").ComponentOptionsMixin>;
2146
2146
  export default _default;
2147
2147
  import Vue from "vue";
2148
2148
  }
@@ -3069,8 +3069,8 @@ export function loadConfig(dispatch: any): Promise<{
3069
3069
  secret: any;
3070
3070
  }>;
3071
3071
  export function updateConfig(dispatch: any, path: any, type: any, updateFn: any): Promise<void>;
3072
- export function getAllReceivers(dispatch: any): Promise<any[]>;
3073
- export function getAllRoutes(dispatch: any): Promise<any[]>;
3072
+ export function getAllReceivers(dispatch: any): Promise<any[] | [any, any, any, any, any, any, any, any, any, any]>;
3073
+ export function getAllRoutes(dispatch: any): Promise<any[] | [any, any, any, any, any, any, any, any, any, any]>;
3074
3074
  export function createDefaultRouteName(index: any): string;
3075
3075
  export function areRoutesSupportedFormat(secret: any): boolean;
3076
3076
  export function canCreate(rootGetters: any): any;
@@ -3226,7 +3226,7 @@ export function saferDump(obj: any): any;
3226
3226
  */
3227
3227
  export function dumpBlock(data: any, options?: {
3228
3228
  lineWidth: number;
3229
- dynamicProperties?: DumpBlockOptions;
3229
+ dynamicProperties: DumpBlockOptions;
3230
3230
  }): any;
3231
3231
  export const SIMPLE_TYPES: string[];
3232
3232
  export const NEVER_ADD: string[];
@@ -3577,7 +3577,7 @@ export function sanitizeComponent(Component: any): any;
3577
3577
  export function getMatchedComponents(route: any, matches?: boolean, prop?: string): any;
3578
3578
  export function getMatchedComponentsInstances(route: any, matches?: boolean): any;
3579
3579
  export function flatMapComponents(route: any, fn: any): any;
3580
- export function resolveRouteComponents(route: any, fn: any): Promise<any[]>;
3580
+ export function resolveRouteComponents(route: any, fn: any): Promise<[any, any, any, any, any, any, any, any, any, any]>;
3581
3581
  export function getRouteData(route: any): Promise<any>;
3582
3582
  export function setContext(app: any, context: any): Promise<void>;
3583
3583
  export function middlewareSeries(promises: any, appContext: any): any;