@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
package/README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<div><b>import {</b></div>
|
|
2
|
+
<div> <a href="#Action">Action,</a></div>
|
|
3
|
+
<div> <a href="#Action">Alert,</a></div>
|
|
4
|
+
<div> <a href="#Action">Api,</a></div>
|
|
5
|
+
<div> <a href="#Action">Badge,</a></div>
|
|
6
|
+
<div> <a href="#Action">Browser,</a></div>
|
|
7
|
+
<div> <a href="#Action">Button,</a></div>
|
|
8
|
+
<div> <a href="#Action">Component,</a></div>
|
|
9
|
+
<div> <a href="#Action">DataBase,</a></div>
|
|
10
|
+
<div> <a href="#Event">Event,</a></div>
|
|
11
|
+
<div> <a href="#Files">Files,</a></div>
|
|
12
|
+
<div> <a href="#Action">Format,</a></div>
|
|
13
|
+
<div> <a href="#HotKey">HotKey,</a></div>
|
|
14
|
+
<div> <a href="#Action">Icon,</a></div>
|
|
15
|
+
<div> <a href="#Action">Init,</a></div>
|
|
16
|
+
<div> <a href="#Action">Modal,</a></div>
|
|
17
|
+
<div> <a href="#Action">Notice,</a></div>
|
|
18
|
+
<div> <a href="#Action">Router,</a></div>
|
|
19
|
+
<div> <a href="#Action">Scrolling,</a></div>
|
|
20
|
+
<div> <a href="#Action">Setting,</a></div>
|
|
21
|
+
<div> <a href="#Action">Sistym,</a></div>
|
|
22
|
+
<div> <a href="#Action">Socket,</a></div>
|
|
23
|
+
<div> <a href="#Action">Store,</a></div>
|
|
24
|
+
<div> <a href="#Action">Tabs,</a></div>
|
|
25
|
+
<div> <a href="#Action">Triage,</a></div>
|
|
26
|
+
<div> <a href="#Action">User</a></div>
|
|
27
|
+
<div><b>}</b></div>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface Alert {
|
|
2
|
+
type: "success" | "error" | "remark" | "default" | "none";
|
|
3
|
+
text: string;
|
|
4
|
+
button?: Button;
|
|
5
|
+
}
|
|
6
|
+
type Button = {
|
|
7
|
+
onClick?: Function;
|
|
8
|
+
onSend?: Function;
|
|
9
|
+
label: string;
|
|
10
|
+
};
|
|
11
|
+
export declare function Line({ text, type, button }: Alert): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare function url(): {
|
|
2
|
+
documents: string;
|
|
3
|
+
files: string;
|
|
4
|
+
};
|
|
5
|
+
export declare function audio(link: string): string;
|
|
6
|
+
export declare function fetch(link: string, data?: {}, ssid?: string): Promise<unknown>;
|
|
7
|
+
export declare function modules(link: string, data?: {}, ssid?: string): Promise<unknown>;
|
|
8
|
+
export declare function use(link: string, body: {} | undefined, ssid: string): any[];
|
|
9
|
+
export declare function db(type: string, query: string, data?: {}): Promise<any>;
|
|
10
|
+
export declare function remoute(url: string, link: string, data?: {}): Promise<any>;
|
|
11
|
+
export declare function telegram(type: string, data?: {}): Promise<any>;
|
|
12
|
+
export declare function yandex(type: string, data?: {}): Promise<any>;
|
|
13
|
+
export declare function backup(type: string, data?: {}): Promise<any>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { audio, url, fetch, remoute, telegram, modules, use } from './Api';
|
|
2
|
+
|
|
3
|
+
declare const _default: {
|
|
4
|
+
audio: typeof audio;
|
|
5
|
+
fetch: typeof fetch;
|
|
6
|
+
modules: typeof modules;
|
|
7
|
+
remoute: typeof remoute;
|
|
8
|
+
url: typeof url;
|
|
9
|
+
telegram: typeof telegram;
|
|
10
|
+
use: typeof use;
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const Init: () => "" | import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const Icon: ({ id, type, name }: any) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const Item: ({ data }: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Active: (a: any) => void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { setSetting, getSetting } from '../Store/Store';
|
|
2
|
+
|
|
3
|
+
declare const _default: {
|
|
4
|
+
setSetting: typeof setSetting;
|
|
5
|
+
getSetting: typeof getSetting;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare function loadCompany(j: any): void;
|
|
9
|
+
export declare function Get(): any;
|
|
10
|
+
export declare function getId(): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
|
|
7
|
+
declare const _default: {
|
|
8
|
+
Header: ({ title, left, right, children }: Header) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
Section: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
Group: typeof Group;
|
|
11
|
+
Form: ({ children, edit }: {
|
|
12
|
+
children?: any;
|
|
13
|
+
edit?: boolean | undefined;
|
|
14
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
List: ({ children, ...restProps }: List) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
A: typeof A;
|
|
17
|
+
U: ({ children }: {
|
|
18
|
+
children?: any;
|
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
G: typeof Group;
|
|
21
|
+
C: ({ children }: {
|
|
22
|
+
children?: any;
|
|
23
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
L: ({ children, ...restProps }: List) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
O: ({ children, className, title }: {
|
|
26
|
+
children?: any;
|
|
27
|
+
title?: string | undefined;
|
|
28
|
+
className?: string | undefined;
|
|
29
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
S: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
H: ({ title, left, right, children }: Header) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
M: ({ children }: {
|
|
33
|
+
children?: any;
|
|
34
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
F: ({ children, edit }: {
|
|
36
|
+
children?: any;
|
|
37
|
+
edit?: boolean | undefined;
|
|
38
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
};
|
|
40
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const set: (key: any, value: any, store?: any) => any;
|
|
2
|
+
export declare const get: (key: any, store?: any) => any;
|
|
3
|
+
export declare const del: (key: any, store?: any) => any;
|
|
4
|
+
export declare const clear: (store?: any) => any;
|
|
5
|
+
export declare const key: (store?: any) => any;
|
|
6
|
+
export declare const split: (a: any, b: any, search?: any, filter?: any) => {
|
|
7
|
+
list: any;
|
|
8
|
+
search: any;
|
|
9
|
+
filter: any;
|
|
10
|
+
};
|
|
11
|
+
export declare const upd: (base: any, value: any, page?: any, store?: any) => any;
|
|
12
|
+
export declare const add: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
13
|
+
export declare const updAll: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
14
|
+
export declare const delAll: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
15
|
+
export declare const delList: (_load: any, _page?: any, _back?: any) => Promise<void>;
|
|
16
|
+
export declare const addList: (_load: any, _page: any, _back?: any) => Promise<void>;
|
|
17
|
+
export declare const id: (_key: any, _base: any, _back?: any) => Promise<any>;
|
|
18
|
+
export declare const load: (_key: any) => any;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
id: (_key: any, _base: any, _back?: any) => Promise<any>;
|
|
3
|
+
get: (key: any, store?: any) => any;
|
|
4
|
+
set: (key: any, value: any, store?: any) => any;
|
|
5
|
+
add: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
6
|
+
del: (key: any, store?: any) => any;
|
|
7
|
+
upd: (base: any, value: any, page?: any, store?: any) => any;
|
|
8
|
+
key: (store?: any) => any;
|
|
9
|
+
load: (_key: any) => any;
|
|
10
|
+
split: (a: any, b: any, search?: any, filter?: any) => {
|
|
11
|
+
list: any;
|
|
12
|
+
search: any;
|
|
13
|
+
filter: any;
|
|
14
|
+
};
|
|
15
|
+
clear: (store?: any) => any;
|
|
16
|
+
updAll: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
17
|
+
delAll: (_load: any, _page: any, _base: any, _back?: any) => Promise<void>;
|
|
18
|
+
delList: (_load: any, _page?: any, _back?: any) => Promise<void>;
|
|
19
|
+
addList: (_load: any, _page: any, _back?: any) => Promise<void>;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { setListener, useListener } from './Listener';
|
|
2
|
+
import { setEmitter, useEmitter, subEmitter } from './Emitter';
|
|
3
|
+
|
|
4
|
+
declare const _default: {
|
|
5
|
+
setListener: typeof setListener;
|
|
6
|
+
useListener: typeof useListener;
|
|
7
|
+
setEmitter: typeof setEmitter;
|
|
8
|
+
useEmitter: typeof useEmitter;
|
|
9
|
+
subEmitter: typeof subEmitter;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const Init: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const Widget: ({ id, name, listen, dir, }: {
|
|
3
|
+
id: number;
|
|
4
|
+
name?: string | undefined;
|
|
5
|
+
listen?: string | undefined;
|
|
6
|
+
dir: string;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare function Button(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function useValue(get: any): void;
|
|
3
|
+
export declare function Set(set: any): void;
|
|
4
|
+
export declare function Reset(set?: any): void;
|
|
5
|
+
export declare function Run(data: any, take: any, base: any, active: any): any;
|
|
6
|
+
export declare function Count(set: any): void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Button, useValue, Set, Run, Count, Reset } from './Filter';
|
|
2
|
+
|
|
3
|
+
declare const _default: {
|
|
4
|
+
Button: typeof Button;
|
|
5
|
+
useValue: typeof useValue;
|
|
6
|
+
Set: typeof Set;
|
|
7
|
+
Run: typeof Run;
|
|
8
|
+
Count: typeof Count;
|
|
9
|
+
Reset: typeof Reset;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ({ value, onValue, placeholder, name }: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface Check {
|
|
2
|
+
onValue: (a: any) => void;
|
|
3
|
+
value?: any;
|
|
4
|
+
className?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
reload?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export default function ({ onValue, label, value, className, name, reload, }: Check): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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 (): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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,14 @@
|
|
|
1
|
+
interface Message {
|
|
2
|
+
value?: any;
|
|
3
|
+
onValue?: any;
|
|
4
|
+
onActive?: any;
|
|
5
|
+
data?: any;
|
|
6
|
+
name?: any;
|
|
7
|
+
view?: any;
|
|
8
|
+
edit?: any;
|
|
9
|
+
active?: any;
|
|
10
|
+
placeholder?: any;
|
|
11
|
+
listen?: any;
|
|
12
|
+
}
|
|
13
|
+
export default function ({ value, onValue, onActive, data, name, view, edit, active, placeholder, }: Message): any;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Input {
|
|
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
|
+
show?: boolean;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
after?: string;
|
|
13
|
+
view?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
module: string;
|
|
16
|
+
modal?: string;
|
|
17
|
+
options?: any;
|
|
18
|
+
}
|
|
19
|
+
export default function ({ value, onValue, name, placeholder, title, error, hide, edit, show, active, after, view, modal, module, options, 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,17 @@
|
|
|
1
|
+
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
|
+
}
|
|
16
|
+
export default function ({ value, onValue, name, view, error, edit, active, title, placeholder, after, }: Input): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type Data = {
|
|
2
|
+
value?: string;
|
|
3
|
+
onValue?: Function;
|
|
4
|
+
name?: string;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
max?: number;
|
|
8
|
+
error?: string;
|
|
9
|
+
hide?: boolean;
|
|
10
|
+
edit?: Boolean;
|
|
11
|
+
active?: Boolean;
|
|
12
|
+
after?: string;
|
|
13
|
+
show?: Boolean;
|
|
14
|
+
view?: string;
|
|
15
|
+
className?: string;
|
|
16
|
+
item?: string;
|
|
17
|
+
};
|
|
18
|
+
export default function Number({ onValue, active, max, edit, title, error, show, hide, value, placeholder, className, name, after, view, }: Data): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
interface Input {
|
|
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
|
+
show?: boolean;
|
|
11
|
+
active?: boolean;
|
|
12
|
+
after?: string;
|
|
13
|
+
view?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
module: string;
|
|
16
|
+
modal?: string;
|
|
17
|
+
options?: any;
|
|
18
|
+
}
|
|
19
|
+
export default function ({ value, onValue, name, placeholder, title, error, hide, edit, show, active, after, view, modal, module, options, className, }: Input): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -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?: string;
|
|
9
|
+
edit?: Boolean;
|
|
10
|
+
active?: Boolean;
|
|
11
|
+
after?: string;
|
|
12
|
+
show?: Boolean;
|
|
13
|
+
view?: string;
|
|
14
|
+
className?: string;
|
|
15
|
+
reload?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export default function ({ value, onValue, name, placeholder, className, title, error, edit, active, reload, after, }: Data): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|