elcrm 0.9.23 → 0.9.24
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/dist/Format/ColorBackground.d.ts +8 -0
- package/dist/Format/index.d.ts +2 -52
- package/dist/index.es.js +477 -469
- package/dist/index.umd.js +8 -8
- package/package.json +1 -1
package/dist/Format/index.d.ts
CHANGED
|
@@ -1,52 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { default as Size } from './Size';
|
|
4
|
-
import { default as TypeFiles } from './TypeFiles';
|
|
5
|
-
import { default as Cases } from './Cases';
|
|
6
|
-
import { default as Initials } from './Initials';
|
|
7
|
-
import { default as Month } from './Month';
|
|
8
|
-
import { default as Money } from './Money';
|
|
9
|
-
import { default as Number } from './Number';
|
|
10
|
-
import { default as Percent } from './Percent';
|
|
11
|
-
import { default as CapitalizeFirstLetter } from './CapitalizeFirstLetter';
|
|
12
|
-
import { default as DeclensionWord } from './DeclensionWord';
|
|
13
|
-
import { default as Select } from './Select';
|
|
14
|
-
import { default as SelectParams } from './SelectParams';
|
|
15
|
-
import { default as Week } from './Week';
|
|
16
|
-
import { default as ObjectByArray } from './ObjectByArray';
|
|
17
|
-
import { default as Age } from './Age';
|
|
18
|
-
import { default as isNumeric } from './isNumeric';
|
|
19
|
-
import { default as Translit } from './Translit';
|
|
20
|
-
import { default as ArraySort } from './ArraySort';
|
|
21
|
-
import { default as ArrayGroup } from './ArrayGroup';
|
|
22
|
-
import { default as ArraySortDate } from './ArraySortDate';
|
|
23
|
-
import { default as ArraySumma } from './ArraySumma';
|
|
24
|
-
import { default as ArraySortFunction } from './ArraySortFunction';
|
|
25
|
-
declare const _default: {
|
|
26
|
-
Age: typeof Age;
|
|
27
|
-
ArraySort: typeof ArraySort;
|
|
28
|
-
ArrayGroup: typeof ArrayGroup;
|
|
29
|
-
ArraySortDate: typeof ArraySortDate;
|
|
30
|
-
ArraySortFunction: typeof ArraySortFunction;
|
|
31
|
-
ArraySumma: typeof ArraySumma;
|
|
32
|
-
Translit: typeof Translit;
|
|
33
|
-
Date: typeof Date;
|
|
34
|
-
MoneyString: (num: any) => string | false;
|
|
35
|
-
DateSort: typeof DateSort;
|
|
36
|
-
Size: typeof Size;
|
|
37
|
-
TypeFiles: typeof TypeFiles;
|
|
38
|
-
Cases: typeof Cases;
|
|
39
|
-
Initials: typeof Initials;
|
|
40
|
-
Month: typeof Month;
|
|
41
|
-
Money: typeof Money;
|
|
42
|
-
Number: typeof Number;
|
|
43
|
-
Percent: typeof Percent;
|
|
44
|
-
CapitalizeFirstLetter: typeof CapitalizeFirstLetter;
|
|
45
|
-
DeclensionWord: typeof DeclensionWord;
|
|
46
|
-
Select: typeof Select;
|
|
47
|
-
SelectParams: typeof SelectParams;
|
|
48
|
-
ObjectByArray: typeof ObjectByArray;
|
|
49
|
-
isNumeric: typeof isNumeric;
|
|
50
|
-
Week: typeof Week;
|
|
51
|
-
};
|
|
52
|
-
export default _default;
|
|
1
|
+
declare const u: any;
|
|
2
|
+
export default u;
|