mediacube-ui-v2 0.0.83 → 0.0.84

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.
@@ -3,6 +3,11 @@ declare function isEqual(value1: any, value2: any): boolean;
3
3
  declare function cloneDeep(value: any): any;
4
4
  declare function uniqWith<T>(array: T[], comparator: (a: T, b: T) => boolean): T[];
5
5
  declare function deepMerge(target: any, source: any): any;
6
+ declare function pickDeep(object: {
7
+ [key: string]: any;
8
+ } | object[], keys: string[]): {
9
+ [key: string]: any;
10
+ };
6
11
  declare function hasProperty(object: object, prop: string): boolean;
7
12
  declare function isNumber(payload: any): boolean;
8
13
  declare function upperFirst(str: string): string;
@@ -15,5 +20,6 @@ export declare function useHelper(): {
15
20
  hasProperty: typeof hasProperty;
16
21
  isNumber: typeof isNumber;
17
22
  upperFirst: typeof upperFirst;
23
+ pickDeep: typeof pickDeep;
18
24
  };
19
25
  export {};
@@ -3,6 +3,8 @@ export declare function useTooltip(): {
3
3
  mounted(el: HTMLElement, binding: {
4
4
  value: ITooltip;
5
5
  }): void;
6
- updated(): void;
6
+ updated(el: HTMLElement, binding: {
7
+ value: ITooltip;
8
+ }): void;
7
9
  beforeUnmount(): void;
8
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui-v2",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "license": "MIT",
5
5
  "description": "Design system for Mediacube services",
6
6
  "keywords": [