elcrm 0.5.7 → 0.5.8
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/Alert/index.d.ts +1 -1
- package/dist/Component/index.d.ts +4 -4
- package/dist/Event/index.d.ts +1 -1
- package/dist/Form/index.d.ts +22 -22
- package/dist/Format/index.d.ts +11 -11
- package/dist/Icon/index.d.ts +1 -1
- package/dist/Input/index.d.ts +21 -21
- package/dist/List/index.d.ts +2 -2
- package/dist/Loading/index.d.ts +1 -1
- package/dist/Modal/Modal.d.ts +1 -1
- package/dist/Modal/index.d.ts +4 -4
- package/dist/Setting/Item/index.d.ts +6 -6
- package/dist/Setting/index.d.ts +1 -1
- package/dist/Store/Store.d.ts +2 -0
- package/dist/Store/index.d.ts +2 -1
- package/dist/index.es.js +1709 -1681
- package/dist/index.umd.js +15 -12
- package/package.json +2 -1
package/dist/Alert/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { default as Group } from './G';
|
|
2
|
-
import { default as Section } from './S';
|
|
3
|
-
import { default as List } from './L';
|
|
4
|
-
import { default as Header } from './H';
|
|
5
1
|
import { Line as A } from '../Alert/Line';
|
|
2
|
+
import { default as Header } from './H';
|
|
3
|
+
import { default as List } from './L';
|
|
4
|
+
import { default as Section } from './S';
|
|
5
|
+
import { default as Group } from './G';
|
|
6
6
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
Header: ({ title, left, right, children }: Header) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Event/index.d.ts
CHANGED
package/dist/Form/index.d.ts
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { useData, setValue, runReload } from './use';
|
|
2
|
-
import { default as Check } from './Check';
|
|
3
|
-
import { default as Users } from './Users';
|
|
4
|
-
import { default as Time } from './Time';
|
|
5
|
-
import { default as Textarea } from './Textarea';
|
|
6
|
-
import { default as Set } from './Set';
|
|
7
|
-
import { default as Select } from './Select';
|
|
8
|
-
import { default as Phone } from './Phone';
|
|
9
|
-
import { default as Password } from './Password';
|
|
10
|
-
import { default as Number } from './Number';
|
|
11
|
-
import { default as Notes } from './Notes';
|
|
12
|
-
import { default as Month } from './Month';
|
|
13
|
-
import { default as Money } from './Money';
|
|
14
|
-
import { default as Modal } from './Modal';
|
|
15
|
-
import { default as Date } from './Date';
|
|
16
|
-
import { default as Color } from './Color';
|
|
17
|
-
import { default as Code } from './Code';
|
|
18
|
-
import { default as Captcha } from './Captcha';
|
|
19
|
-
import { default as Generator } from './Generator';
|
|
20
|
-
import { default as Message } from './Message';
|
|
21
|
-
import { default as Button } from './Button';
|
|
22
|
-
import { default as Input } from './Input';
|
|
23
1
|
import { default as Switch } from './Switch';
|
|
2
|
+
import { default as Input } from './Input';
|
|
3
|
+
import { default as Button } from './Button';
|
|
4
|
+
import { default as Message } from './Message';
|
|
5
|
+
import { default as Generator } from './Generator';
|
|
6
|
+
import { default as Captcha } from './Captcha';
|
|
7
|
+
import { default as Code } from './Code';
|
|
8
|
+
import { default as Color } from './Color';
|
|
9
|
+
import { default as Date } from './Date';
|
|
10
|
+
import { default as Modal } from './Modal';
|
|
11
|
+
import { default as Money } from './Money';
|
|
12
|
+
import { default as Month } from './Month';
|
|
13
|
+
import { default as Notes } from './Notes';
|
|
14
|
+
import { default as Number } from './Number';
|
|
15
|
+
import { default as Password } from './Password';
|
|
16
|
+
import { default as Phone } from './Phone';
|
|
17
|
+
import { default as Select } from './Select';
|
|
18
|
+
import { default as Set } from './Set';
|
|
19
|
+
import { default as Textarea } from './Textarea';
|
|
20
|
+
import { default as Time } from './Time';
|
|
21
|
+
import { default as Users } from './Users';
|
|
22
|
+
import { default as Check } from './Check';
|
|
23
|
+
import { useData, setValue, runReload } from './use';
|
|
24
24
|
|
|
25
25
|
declare const _default: {
|
|
26
26
|
Color: typeof Color;
|
package/dist/Format/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { default as DeclensionWord } from './DeclensionWord';
|
|
2
|
-
import { default as CapitalizeFirstLetter } from './CapitalizeFirstLetter';
|
|
3
|
-
import { default as Percent } from './Percent';
|
|
4
|
-
import { default as Number } from './Number';
|
|
5
|
-
import { default as Money } from './Money';
|
|
6
|
-
import { default as Month } from './Month';
|
|
7
|
-
import { default as Initials } from './Initials';
|
|
8
|
-
import { default as Cases } from './Cases';
|
|
9
|
-
import { default as TypeFiles } from './TypeFiles';
|
|
10
|
-
import { default as Size } from './Size';
|
|
11
|
-
import { default as DateSort } from './DateSort';
|
|
12
1
|
import { default as Date } from './Date';
|
|
2
|
+
import { default as DateSort } from './DateSort';
|
|
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
13
|
|
|
14
14
|
declare const _default: {
|
|
15
15
|
Date: typeof Date;
|
package/dist/Icon/index.d.ts
CHANGED
package/dist/Input/index.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { default as Check } from '../Form/Check';
|
|
2
|
-
import { default as Users } from '../Form/Users';
|
|
3
|
-
import { default as Time } from '../Form/Time';
|
|
4
|
-
import { default as Textarea } from '../Form/Textarea';
|
|
5
|
-
import { default as Set } from '../Form/Set';
|
|
6
|
-
import { default as Select } from '../Form/Select';
|
|
7
|
-
import { default as Phone } from '../Form/Phone';
|
|
8
|
-
import { default as Password } from '../Form/Password';
|
|
9
|
-
import { default as Number } from '../Form/Number';
|
|
10
|
-
import { default as Notes } from '../Form/Notes';
|
|
11
|
-
import { default as Month } from '../Form/Month';
|
|
12
|
-
import { default as Money } from '../Form/Money';
|
|
13
|
-
import { default as Modal } from '../Form/Modal';
|
|
14
|
-
import { default as Date } from '../Form/Date';
|
|
15
|
-
import { default as Color } from '../Form/Color';
|
|
16
|
-
import { default as Code } from '../Form/Code';
|
|
17
|
-
import { default as Captcha } from '../Form/Captcha';
|
|
18
|
-
import { default as Generator } from '../Form/Generator';
|
|
19
|
-
import { default as Message } from '../Form/Message';
|
|
20
|
-
import { default as Button } from '../Form/Button';
|
|
21
|
-
import { default as Input } from '../Form/Input';
|
|
22
1
|
import { default as Switch } from '../Form/Switch';
|
|
2
|
+
import { default as Input } from '../Form/Input';
|
|
3
|
+
import { default as Button } from '../Form/Button';
|
|
4
|
+
import { default as Message } from '../Form/Message';
|
|
5
|
+
import { default as Generator } from '../Form/Generator';
|
|
6
|
+
import { default as Captcha } from '../Form/Captcha';
|
|
7
|
+
import { default as Code } from '../Form/Code';
|
|
8
|
+
import { default as Color } from '../Form/Color';
|
|
9
|
+
import { default as Date } from '../Form/Date';
|
|
10
|
+
import { default as Modal } from '../Form/Modal';
|
|
11
|
+
import { default as Money } from '../Form/Money';
|
|
12
|
+
import { default as Month } from '../Form/Month';
|
|
13
|
+
import { default as Notes } from '../Form/Notes';
|
|
14
|
+
import { default as Number } from '../Form/Number';
|
|
15
|
+
import { default as Password } from '../Form/Password';
|
|
16
|
+
import { default as Phone } from '../Form/Phone';
|
|
17
|
+
import { default as Select } from '../Form/Select';
|
|
18
|
+
import { default as Set } from '../Form/Set';
|
|
19
|
+
import { default as Textarea } from '../Form/Textarea';
|
|
20
|
+
import { default as Time } from '../Form/Time';
|
|
21
|
+
import { default as Users } from '../Form/Users';
|
|
22
|
+
import { default as Check } from '../Form/Check';
|
|
23
23
|
|
|
24
24
|
declare const _default: {
|
|
25
25
|
Color: typeof Color;
|
package/dist/List/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useValue, setValue } from './useValue';
|
|
2
|
-
import { default as Reducer } from './Reducer';
|
|
3
1
|
import { View } from './View';
|
|
2
|
+
import { default as Reducer } from './Reducer';
|
|
3
|
+
import { useValue, setValue } from './useValue';
|
|
4
4
|
|
|
5
5
|
declare const _default: {
|
|
6
6
|
View: typeof View;
|
package/dist/Loading/index.d.ts
CHANGED
package/dist/Modal/Modal.d.ts
CHANGED
package/dist/Modal/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Main, Add, Icon, Open, Shake } from './Modal';
|
|
2
|
-
import { default as Center } from './Center';
|
|
3
|
-
import { default as Form } from './Form';
|
|
4
|
-
import { default as Scroll } from './Scroll';
|
|
5
1
|
import { default as List } from './List';
|
|
2
|
+
import { default as Scroll } from './Scroll';
|
|
3
|
+
import { default as Form } from './Form';
|
|
4
|
+
import { default as Center } from './Center';
|
|
5
|
+
import { Main, Add, Icon, Open, Shake } from './Modal';
|
|
6
6
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
List: typeof List;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { default as Node } from './Node';
|
|
2
|
-
import { default as Component } from './Component';
|
|
3
|
-
import { default as Info } from './Info';
|
|
4
|
-
import { default as Select } from './Select';
|
|
5
|
-
import { default as Switch } from './Switch';
|
|
6
|
-
import { default as Accordion } from './Accordion';
|
|
7
1
|
import { default as React } from 'react';
|
|
2
|
+
import { default as Accordion } from './Accordion';
|
|
3
|
+
import { default as Switch } from './Switch';
|
|
4
|
+
import { default as Select } from './Select';
|
|
5
|
+
import { default as Info } from './Info';
|
|
6
|
+
import { default as Component } from './Component';
|
|
7
|
+
import { default as Node } from './Node';
|
|
8
8
|
|
|
9
9
|
declare const _default: {
|
|
10
10
|
Accordion: ({ label, children }: Accordion) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Setting/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { default as Tabs } from './Tabs';
|
|
2
1
|
import { default as Section } from './Section';
|
|
2
|
+
import { default as Tabs } from './Tabs';
|
|
3
3
|
|
|
4
4
|
declare const _default: {
|
|
5
5
|
Section: ({ title, button, description, children, }: Section) => import("react/jsx-runtime").JSX.Element;
|
package/dist/Store/Store.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
|
|
3
|
+
export declare function setDefaultModules(t: string): void;
|
|
4
|
+
export declare function getDefaultModules(): string;
|
|
3
5
|
export declare function Init(render: React.ReactNode): React.ReactNode;
|
|
4
6
|
export declare function Logaut(): void;
|
|
5
7
|
export declare function Start(o: any): void;
|
package/dist/Store/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { setSSID, getSSID, setAUTH, getAUTH, getPORT, setPORT, Logaut, Start, setMenu, getMenu, useSort, setSort, getSort, setCompany, getCompany, setSelect, getSelect, setApi, getApi, setPayment, getPayment, setUser, getUser } from './Store';
|
|
1
|
+
import { setSSID, getSSID, setAUTH, getAUTH, getPORT, setPORT, Logaut, Start, setMenu, getMenu, useSort, setSort, getSort, setCompany, getCompany, setSelect, getSelect, setApi, getApi, setPayment, getPayment, setUser, getUser, getDefaultModules } from './Store';
|
|
2
2
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
setSSID: typeof setSSID;
|
|
@@ -24,5 +24,6 @@ declare const _default: {
|
|
|
24
24
|
getPayment: typeof getPayment;
|
|
25
25
|
setUser: typeof setUser;
|
|
26
26
|
getUser: typeof getUser;
|
|
27
|
+
getDefaultModules: typeof getDefaultModules;
|
|
27
28
|
};
|
|
28
29
|
export default _default;
|