@elcrm/telegram 0.0.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/README.md +27 -0
- package/dist/Action/Switch.d.ts +6 -0
- package/dist/Action/index.d.ts +6 -0
- package/dist/Alert/Init.d.ts +9 -0
- package/dist/Alert/Line.d.ts +12 -0
- package/dist/Alert/index.d.ts +8 -0
- package/dist/Api/Api.d.ts +13 -0
- package/dist/Api/index.d.ts +12 -0
- package/dist/Badge/Badge.d.ts +3 -0
- package/dist/Badge/index.d.ts +7 -0
- package/dist/Bookmarks/Bookmarks.d.ts +4 -0
- package/dist/Bookmarks/index.d.ts +6 -0
- package/dist/Browser/Browser.d.ts +5 -0
- package/dist/Button/Button.d.ts +8 -0
- package/dist/Company/Company.d.ts +10 -0
- package/dist/Company/index.d.ts +6 -0
- package/dist/Component/C.d.ts +5 -0
- package/dist/Component/F.d.ts +6 -0
- package/dist/Component/G.d.ts +5 -0
- package/dist/Component/H.d.ts +8 -0
- package/dist/Component/L.d.ts +5 -0
- package/dist/Component/M.d.ts +5 -0
- package/dist/Component/O.d.ts +7 -0
- package/dist/Component/S.d.ts +5 -0
- package/dist/Component/U.d.ts +5 -0
- package/dist/Component/UL.d.ts +5 -0
- package/dist/Component/index.d.ts +40 -0
- package/dist/Crypto/Crypto.d.ts +3 -0
- package/dist/Crypto/index.d.ts +6 -0
- package/dist/DataBase/DataDase.d.ts +18 -0
- package/dist/DataBase/index.d.ts +21 -0
- package/dist/Event/Emitter.d.ts +3 -0
- package/dist/Event/Listener.d.ts +2 -0
- package/dist/Event/index.d.ts +11 -0
- package/dist/Files/Files.d.ts +7 -0
- package/dist/Files/index.d.ts +9 -0
- package/dist/Filter/Filter.d.ts +6 -0
- package/dist/Filter/index.d.ts +11 -0
- package/dist/Form/Button.d.ts +8 -0
- package/dist/Form/Captcha.d.ts +1 -0
- package/dist/Form/Check.d.ts +10 -0
- package/dist/Form/Code.d.ts +1 -0
- package/dist/Form/Color.d.ts +1 -0
- package/dist/Form/Date.d.ts +1 -0
- package/dist/Form/Generator.d.ts +1 -0
- package/dist/Form/Group.d.ts +20 -0
- package/dist/Form/Init.d.ts +1 -0
- package/dist/Form/Input.d.ts +20 -0
- package/dist/Form/MaskPhone.d.ts +2 -0
- package/dist/Form/Message.d.ts +14 -0
- package/dist/Form/Modal.d.ts +20 -0
- package/dist/Form/Money.d.ts +1 -0
- package/dist/Form/Month.d.ts +17 -0
- package/dist/Form/Notes.d.ts +1 -0
- package/dist/Form/Number.d.ts +19 -0
- package/dist/Form/Options.d.ts +20 -0
- package/dist/Form/Palette.d.ts +9 -0
- package/dist/Form/Password.d.ts +18 -0
- package/dist/Form/Phone.d.ts +18 -0
- package/dist/Form/Rating.d.ts +0 -0
- package/dist/Form/Search.d.ts +2 -0
- package/dist/Form/Select.d.ts +18 -0
- package/dist/Form/Set.d.ts +21 -0
- package/dist/Form/Switch.d.ts +6 -0
- package/dist/Form/Textarea.d.ts +20 -0
- package/dist/Form/Time.d.ts +20 -0
- package/dist/Form/Toogle.d.ts +8 -0
- package/dist/Form/Users.d.ts +1 -0
- package/dist/Form/index.d.ts +63 -0
- package/dist/Form/interfaface.d.ts +15 -0
- package/dist/Form/onEvent.d.ts +2 -0
- package/dist/Form/use.d.ts +9 -0
- package/dist/Format/Age.d.ts +1 -0
- package/dist/Format/CapitalizeFirstLetter.d.ts +1 -0
- package/dist/Format/Cases.d.ts +1 -0
- package/dist/Format/Date.d.ts +1 -0
- package/dist/Format/DateSort.d.ts +4 -0
- package/dist/Format/DeclensionWord.d.ts +5 -0
- package/dist/Format/Initials.d.ts +1 -0
- package/dist/Format/Money.d.ts +1 -0
- package/dist/Format/MoneyString.d.ts +2 -0
- package/dist/Format/Month.d.ts +5 -0
- package/dist/Format/Number.d.ts +6 -0
- package/dist/Format/ObjectByArray.d.ts +1 -0
- package/dist/Format/Percent.d.ts +7 -0
- package/dist/Format/Select.d.ts +1 -0
- package/dist/Format/Size.d.ts +1 -0
- package/dist/Format/TypeFiles.d.ts +1 -0
- package/dist/Format/Week.d.ts +1 -0
- package/dist/Format/index.d.ts +35 -0
- package/dist/Header/Header.d.ts +6 -0
- package/dist/HotKey/HotKey.d.ts +1 -0
- package/dist/HotKey/index.d.ts +4 -0
- package/dist/Icon/Hugeicons.d.ts +3 -0
- package/dist/Icon/Logo.d.ts +1 -0
- package/dist/Icon/Sprite.d.ts +3 -0
- package/dist/Icon/index.d.ts +9 -0
- package/dist/Init/Init.d.ts +7 -0
- package/dist/Input/index.d.ts +56 -0
- package/dist/List/Reducer.d.ts +1 -0
- package/dist/List/View.d.ts +9 -0
- package/dist/List/index.d.ts +11 -0
- package/dist/List/useValue.d.ts +2 -0
- package/dist/Loading/Inline.d.ts +1 -0
- package/dist/Loading/Spinner.d.ts +1 -0
- package/dist/Loading/index.d.ts +8 -0
- package/dist/Main/Main.d.ts +6 -0
- package/dist/Menu/Menu.d.ts +6 -0
- package/dist/Modal/Center.d.ts +1 -0
- package/dist/Modal/Form.d.ts +1 -0
- package/dist/Modal/List.d.ts +1 -0
- package/dist/Modal/Modal.d.ts +53 -0
- package/dist/Modal/Scroll.d.ts +1 -0
- package/dist/Modal/index.d.ts +19 -0
- package/dist/Notice/Init.d.ts +23 -0
- package/dist/Notice/index.d.ts +10 -0
- package/dist/Notifications/Notifications.d.ts +5 -0
- package/dist/Notifications/index.d.ts +8 -0
- package/dist/Pagination/Pagination.d.ts +8 -0
- package/dist/Pagination/index.d.ts +6 -0
- package/dist/Payment/Payment.d.ts +8 -0
- package/dist/Payment/index.d.ts +6 -0
- package/dist/Phone/Phone.d.ts +3 -0
- package/dist/Phone/index.d.ts +6 -0
- package/dist/Router/index.d.ts +23 -0
- package/dist/Scrolling/Scrolling.d.ts +13 -0
- package/dist/Scrolling/index.d.ts +3 -0
- package/dist/Search/Search.d.ts +9 -0
- package/dist/Search/index.d.ts +9 -0
- package/dist/Setting/Item/Accordion.d.ts +8 -0
- package/dist/Setting/Item/Button.d.ts +9 -0
- package/dist/Setting/Item/Component.d.ts +7 -0
- package/dist/Setting/Item/Info.d.ts +6 -0
- package/dist/Setting/Item/Node.d.ts +7 -0
- package/dist/Setting/Item/Select.d.ts +11 -0
- package/dist/Setting/Item/Switch.d.ts +7 -0
- package/dist/Setting/Item/index.d.ts +22 -0
- package/dist/Setting/Main.d.ts +7 -0
- package/dist/Setting/Section.d.ts +14 -0
- package/dist/Setting/Tabs.d.ts +26 -0
- package/dist/Setting/index.d.ts +24 -0
- package/dist/Sistym/Version.d.ts +4 -0
- package/dist/Sistym/index.d.ts +11 -0
- package/dist/Socket/Socket.d.ts +4 -0
- package/dist/Socket/index.d.ts +9 -0
- package/dist/Store/Store.d.ts +56 -0
- package/dist/Store/index.d.ts +34 -0
- package/dist/Switch/Switch.d.ts +8 -0
- package/dist/Switch/index.d.ts +3 -0
- package/dist/Tabs/Tabs.d.ts +26 -0
- package/dist/Triage/Triage.d.ts +7 -0
- package/dist/Triage/index.d.ts +10 -0
- package/dist/User/index.d.ts +7 -0
- package/dist/WebRTC/WebRTC.d.ts +2 -0
- package/dist/Widget/Widget.d.ts +8 -0
- package/dist/Widget/index.d.ts +0 -0
- package/dist/index.css +1 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.es.js +6255 -0
- package/dist/index.umd.js +31 -0
- package/package.json +28 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface Input {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
onSave?: Function;
|
|
5
|
+
name?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
hide?: boolean;
|
|
10
|
+
edit?: boolean;
|
|
11
|
+
show?: boolean;
|
|
12
|
+
active?: boolean;
|
|
13
|
+
after?: string;
|
|
14
|
+
view?: string;
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
export default function ({ value, onValue, onSave, name, placeholder, title, error, hide, edit, active, after, show, view, className, }: Input): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface Data {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
name?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
error?: string;
|
|
8
|
+
hide?: boolean;
|
|
9
|
+
edit?: Boolean;
|
|
10
|
+
active?: Boolean;
|
|
11
|
+
after?: string;
|
|
12
|
+
show?: Boolean;
|
|
13
|
+
view?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
options?: any;
|
|
16
|
+
}
|
|
17
|
+
export default function ({ title, error, edit, active, hide, value, onValue, options, placeholder, name, after, view, }: Data): "" | import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type Data = {
|
|
2
|
+
set: string;
|
|
3
|
+
value?: string;
|
|
4
|
+
onValue?: Function;
|
|
5
|
+
name?: string;
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
hide?: boolean;
|
|
10
|
+
edit?: boolean;
|
|
11
|
+
show?: boolean;
|
|
12
|
+
active?: boolean;
|
|
13
|
+
after?: string;
|
|
14
|
+
view?: string;
|
|
15
|
+
module?: string;
|
|
16
|
+
options: Array<any>;
|
|
17
|
+
className?: string;
|
|
18
|
+
item?: string;
|
|
19
|
+
};
|
|
20
|
+
export default function ({ set, value, onValue, name, placeholder, title, error, hide, edit, show, active, after, view, module, item, className, }: Data): import("react/jsx-runtime").JSX.Element | undefined;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Input {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
onBlur?: Function;
|
|
5
|
+
onSave?: Function;
|
|
6
|
+
name?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
error?: string;
|
|
11
|
+
hide?: boolean;
|
|
12
|
+
edit?: boolean;
|
|
13
|
+
active?: Boolean;
|
|
14
|
+
after?: string;
|
|
15
|
+
show?: Boolean;
|
|
16
|
+
view?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
export default function ({ value, onValue, name, placeholder, title, error, hide, edit, active, after, show, view, onBlur, onSave, className, }: Input): "" | import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Input {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
onBlur?: Function;
|
|
5
|
+
onSave?: Function;
|
|
6
|
+
name?: string;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
error?: string;
|
|
11
|
+
hide?: boolean;
|
|
12
|
+
edit?: boolean;
|
|
13
|
+
active?: Boolean;
|
|
14
|
+
after?: string;
|
|
15
|
+
show?: Boolean;
|
|
16
|
+
view?: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
export default function ({ value, onValue, name, placeholder, title, error, hide, edit, active, after, show, view, onBlur, onSave, className, }: Input): "" | import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { default as Palette } from './Palette';
|
|
24
|
+
import { default as Toogle } from './Toogle';
|
|
25
|
+
import { default as Group } from './Group';
|
|
26
|
+
import { default as Options } from './Options';
|
|
27
|
+
import { useData, setValue, runReload } from './use';
|
|
28
|
+
|
|
29
|
+
declare const _default: {
|
|
30
|
+
Color: typeof Color;
|
|
31
|
+
Date: typeof Date;
|
|
32
|
+
Code: typeof Code;
|
|
33
|
+
Check: typeof Check;
|
|
34
|
+
Switch: ({ onClick, active }: Switch) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
Input: typeof Input;
|
|
36
|
+
Button: typeof Button;
|
|
37
|
+
Message: typeof Message;
|
|
38
|
+
Generator: typeof Generator;
|
|
39
|
+
Captcha: typeof Captcha;
|
|
40
|
+
Modal: typeof Modal;
|
|
41
|
+
Money: typeof Money;
|
|
42
|
+
Month: typeof Month;
|
|
43
|
+
Notes: typeof Notes;
|
|
44
|
+
Number: typeof Number;
|
|
45
|
+
Password: typeof Password;
|
|
46
|
+
Phone: typeof Phone;
|
|
47
|
+
Search: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
Select: typeof Select;
|
|
49
|
+
Set: typeof Set;
|
|
50
|
+
Textarea: typeof Textarea;
|
|
51
|
+
Time: typeof Time;
|
|
52
|
+
Users: typeof Users;
|
|
53
|
+
String: typeof Input;
|
|
54
|
+
Form: typeof Set;
|
|
55
|
+
runReload: typeof runReload;
|
|
56
|
+
useData: typeof useData;
|
|
57
|
+
setValue: typeof setValue;
|
|
58
|
+
Palette: ({ label, onValue, value, name, item }: Palette) => import("react/jsx-runtime").JSX.Element;
|
|
59
|
+
Toogle: ({ onValue, value, name, item }: Toogle) => import("react/jsx-runtime").JSX.Element;
|
|
60
|
+
Group: typeof Group;
|
|
61
|
+
Options: typeof Options;
|
|
62
|
+
};
|
|
63
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface Input {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
name?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
error?: string;
|
|
8
|
+
hide?: string;
|
|
9
|
+
edit?: Boolean;
|
|
10
|
+
active?: Boolean;
|
|
11
|
+
after?: string;
|
|
12
|
+
show?: Boolean;
|
|
13
|
+
view?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (d: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (s: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (l: any, f: any, m: any, s: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (x: any, y?: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (s: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (n: any): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (a: [any], k: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (type: string, id: number | string, unknown?: string): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (a: any): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (a: string): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (day: number): any;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
import { default as Select } from './Select';
|
|
14
|
+
import { default as ObjectByArray } from './ObjectByArray';
|
|
15
|
+
import { default as Age } from './Age';
|
|
16
|
+
|
|
17
|
+
declare const _default: {
|
|
18
|
+
Age: typeof Age;
|
|
19
|
+
Date: typeof Date;
|
|
20
|
+
MoneyString: (num: any) => string | false;
|
|
21
|
+
DateSort: typeof DateSort;
|
|
22
|
+
Size: typeof Size;
|
|
23
|
+
TypeFiles: typeof TypeFiles;
|
|
24
|
+
Cases: typeof Cases;
|
|
25
|
+
Initials: typeof Initials;
|
|
26
|
+
Month: typeof Month;
|
|
27
|
+
Money: typeof Money;
|
|
28
|
+
Number: typeof Number;
|
|
29
|
+
Percent: typeof Percent;
|
|
30
|
+
CapitalizeFirstLetter: typeof CapitalizeFirstLetter;
|
|
31
|
+
DeclensionWord: typeof DeclensionWord;
|
|
32
|
+
Select: typeof Select;
|
|
33
|
+
ObjectByArray: typeof ObjectByArray;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useKey: (func: any, keys: any) => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Logo(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,56 @@
|
|
|
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
|
+
import { default as Toogle } from '../Form/Toogle';
|
|
24
|
+
import { default as Group } from '../Form/Group';
|
|
25
|
+
import { default as Options } from '../Form/Options';
|
|
26
|
+
|
|
27
|
+
declare const _default: {
|
|
28
|
+
Color: typeof Color;
|
|
29
|
+
Date: typeof Date;
|
|
30
|
+
Code: typeof Code;
|
|
31
|
+
Check: typeof Check;
|
|
32
|
+
Switch: ({ onClick, active }: Switch) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
Input: typeof Input;
|
|
34
|
+
Button: typeof Button;
|
|
35
|
+
Message: typeof Message;
|
|
36
|
+
Generator: typeof Generator;
|
|
37
|
+
Captcha: typeof Captcha;
|
|
38
|
+
Modal: typeof Modal;
|
|
39
|
+
Money: typeof Money;
|
|
40
|
+
Month: typeof Month;
|
|
41
|
+
Notes: typeof Notes;
|
|
42
|
+
Number: typeof Number;
|
|
43
|
+
Password: typeof Password;
|
|
44
|
+
Phone: typeof Phone;
|
|
45
|
+
Search: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
Select: typeof Select;
|
|
47
|
+
Set: typeof Set;
|
|
48
|
+
Textarea: typeof Textarea;
|
|
49
|
+
Time: typeof Time;
|
|
50
|
+
Users: typeof Users;
|
|
51
|
+
String: typeof Input;
|
|
52
|
+
Toogle: ({ onValue, value, name, item }: Toogle) => import("react/jsx-runtime").JSX.Element;
|
|
53
|
+
Group: typeof Group;
|
|
54
|
+
Options: typeof Options;
|
|
55
|
+
};
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (state: any, action: any): any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { View } from './View';
|
|
2
|
+
import { default as Reducer } from './Reducer';
|
|
3
|
+
import { useValue, setValue } from './useValue';
|
|
4
|
+
|
|
5
|
+
declare const _default: {
|
|
6
|
+
View: typeof View;
|
|
7
|
+
Reducer: typeof Reducer;
|
|
8
|
+
useValue: typeof useValue;
|
|
9
|
+
setValue: typeof setValue;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ({ children }: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ({ children, className }: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function List({ children }: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { default as Button } from '../Button/Button';
|
|
3
|
+
|
|
4
|
+
type ButtonCallBack = {
|
|
5
|
+
setOpen: Function;
|
|
6
|
+
disabled: Function;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Введите текст уведомления
|
|
10
|
+
* @param {string} title - Заголовок
|
|
11
|
+
*/
|
|
12
|
+
type Main = {
|
|
13
|
+
children: React.JSX.Element;
|
|
14
|
+
title?: string;
|
|
15
|
+
button?: Button;
|
|
16
|
+
tabs?: any[];
|
|
17
|
+
size?: "a" | "s" | "m" | "l" | "x" | "f";
|
|
18
|
+
menu?: React.JSX.Element;
|
|
19
|
+
};
|
|
20
|
+
type Button = {
|
|
21
|
+
onClick?: Function;
|
|
22
|
+
onSend?: (callBack: ButtonCallBack) => void;
|
|
23
|
+
label: string;
|
|
24
|
+
};
|
|
25
|
+
export declare function Init({ config }: any): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
/**
|
|
27
|
+
* Функция bar использует различный функционал модуля MyModule: <br/>
|
|
28
|
+
* [Переменная модуля]{@link module:MyModule~variable} <br/>
|
|
29
|
+
* [Функция модуля]{@link module:MyModule~foo} <br/>
|
|
30
|
+
* [Метод экземпляра]{@link module:MyModule~MyClass#foo} <br/>
|
|
31
|
+
* [Статический метод]{@link module:MyModule~MyClass.foo} <br/>
|
|
32
|
+
*/
|
|
33
|
+
export declare function Main({ title, children, button, tabs, size, menu, }: Main): import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
export declare function Add(e: React.JSX.Element): void;
|
|
35
|
+
export declare function ModalKey({ children }: {
|
|
36
|
+
children: React.JSX.Element;
|
|
37
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
export declare function Shake(e: any): void;
|
|
39
|
+
type Params = {
|
|
40
|
+
type: string;
|
|
41
|
+
name: string;
|
|
42
|
+
params: any;
|
|
43
|
+
};
|
|
44
|
+
export declare function Icon({ type, name, params }: Params): import("react/jsx-runtime").JSX.Element;
|
|
45
|
+
/**
|
|
46
|
+
* Введите текст уведомления
|
|
47
|
+
* @param {string} type - name modules.
|
|
48
|
+
* @param {string} name - name modal.
|
|
49
|
+
* @param {any} params - params.
|
|
50
|
+
*/
|
|
51
|
+
export declare function Open(type: string, name: string, params: any): void;
|
|
52
|
+
export declare function Close(name?: any): void;
|
|
53
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Scroll({ children }: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,19 @@
|
|
|
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, Close } from './Modal';
|
|
6
|
+
|
|
7
|
+
declare const _default: {
|
|
8
|
+
List: typeof List;
|
|
9
|
+
Scroll: typeof Scroll;
|
|
10
|
+
Main: typeof Main;
|
|
11
|
+
Add: typeof Add;
|
|
12
|
+
Icon: typeof Icon;
|
|
13
|
+
Open: typeof Open;
|
|
14
|
+
Shake: typeof Shake;
|
|
15
|
+
Form: typeof Form;
|
|
16
|
+
Center: typeof Center;
|
|
17
|
+
Close: typeof Close;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface Notice {
|
|
2
|
+
type: string;
|
|
3
|
+
text: string;
|
|
4
|
+
}
|
|
5
|
+
export declare function Init(): any;
|
|
6
|
+
export declare function Send(e: Notice): void;
|
|
7
|
+
/**
|
|
8
|
+
* Введите текст уведомления
|
|
9
|
+
* @param {string} text
|
|
10
|
+
*/
|
|
11
|
+
export declare function Error(text: string): void;
|
|
12
|
+
/**
|
|
13
|
+
* Введите текст уведомления
|
|
14
|
+
* @param {string} text
|
|
15
|
+
*/
|
|
16
|
+
export declare function Success(text: string): void;
|
|
17
|
+
/**
|
|
18
|
+
* Введите текст уведомления
|
|
19
|
+
* @param {string} text
|
|
20
|
+
*/
|
|
21
|
+
export declare function Remark(text: string): void;
|
|
22
|
+
export declare function Copy(text: string): void;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function Add(o: any): void;
|
|
2
|
+
export declare function Send(o: any): void;
|
|
3
|
+
export declare function bellListener(o: any): void;
|
|
4
|
+
export declare function useListener(listener: any): void;
|
|
5
|
+
export declare function Bell(): import("react/jsx-runtime").JSX.Element;
|