elcrm 0.8.5 → 0.8.7

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.
@@ -0,0 +1 @@
1
+ export default function (type: string, id: number | string): any;
@@ -10,6 +10,7 @@ import { default as Number } from './Number';
10
10
  import { default as Percent } from './Percent';
11
11
  import { default as CapitalizeFirstLetter } from './CapitalizeFirstLetter';
12
12
  import { default as DeclensionWord } from './DeclensionWord';
13
+ import { default as Select } from './Select';
13
14
 
14
15
  declare const _default: {
15
16
  Date: typeof Date;
@@ -25,5 +26,6 @@ declare const _default: {
25
26
  Percent: typeof Percent;
26
27
  CapitalizeFirstLetter: typeof CapitalizeFirstLetter;
27
28
  DeclensionWord: typeof DeclensionWord;
29
+ Select: typeof Select;
28
30
  };
29
31
  export default _default;
@@ -34,7 +34,7 @@ export declare function useSort(l: any): void;
34
34
  export declare function setSort(o: any): void;
35
35
  export declare function getSort(): any;
36
36
  export declare function setCompany(s: any): void;
37
- export declare function getCompany(i?: any): any;
37
+ export declare function getCompany(i?: any, id?: any): any;
38
38
  export declare function setSelect(o: any): void;
39
39
  export declare function addSelect(n: string, o: any): void;
40
40
  export declare function getSelect(a?: any, b?: any): any;