@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.
Files changed (161) hide show
  1. package/README.md +27 -0
  2. package/dist/Action/Switch.d.ts +6 -0
  3. package/dist/Action/index.d.ts +6 -0
  4. package/dist/Alert/Init.d.ts +9 -0
  5. package/dist/Alert/Line.d.ts +12 -0
  6. package/dist/Alert/index.d.ts +8 -0
  7. package/dist/Api/Api.d.ts +13 -0
  8. package/dist/Api/index.d.ts +12 -0
  9. package/dist/Badge/Badge.d.ts +3 -0
  10. package/dist/Badge/index.d.ts +7 -0
  11. package/dist/Bookmarks/Bookmarks.d.ts +4 -0
  12. package/dist/Bookmarks/index.d.ts +6 -0
  13. package/dist/Browser/Browser.d.ts +5 -0
  14. package/dist/Button/Button.d.ts +8 -0
  15. package/dist/Company/Company.d.ts +10 -0
  16. package/dist/Company/index.d.ts +6 -0
  17. package/dist/Component/C.d.ts +5 -0
  18. package/dist/Component/F.d.ts +6 -0
  19. package/dist/Component/G.d.ts +5 -0
  20. package/dist/Component/H.d.ts +8 -0
  21. package/dist/Component/L.d.ts +5 -0
  22. package/dist/Component/M.d.ts +5 -0
  23. package/dist/Component/O.d.ts +7 -0
  24. package/dist/Component/S.d.ts +5 -0
  25. package/dist/Component/U.d.ts +5 -0
  26. package/dist/Component/UL.d.ts +5 -0
  27. package/dist/Component/index.d.ts +40 -0
  28. package/dist/Crypto/Crypto.d.ts +3 -0
  29. package/dist/Crypto/index.d.ts +6 -0
  30. package/dist/DataBase/DataDase.d.ts +18 -0
  31. package/dist/DataBase/index.d.ts +21 -0
  32. package/dist/Event/Emitter.d.ts +3 -0
  33. package/dist/Event/Listener.d.ts +2 -0
  34. package/dist/Event/index.d.ts +11 -0
  35. package/dist/Files/Files.d.ts +7 -0
  36. package/dist/Files/index.d.ts +9 -0
  37. package/dist/Filter/Filter.d.ts +6 -0
  38. package/dist/Filter/index.d.ts +11 -0
  39. package/dist/Form/Button.d.ts +8 -0
  40. package/dist/Form/Captcha.d.ts +1 -0
  41. package/dist/Form/Check.d.ts +10 -0
  42. package/dist/Form/Code.d.ts +1 -0
  43. package/dist/Form/Color.d.ts +1 -0
  44. package/dist/Form/Date.d.ts +1 -0
  45. package/dist/Form/Generator.d.ts +1 -0
  46. package/dist/Form/Group.d.ts +20 -0
  47. package/dist/Form/Init.d.ts +1 -0
  48. package/dist/Form/Input.d.ts +20 -0
  49. package/dist/Form/MaskPhone.d.ts +2 -0
  50. package/dist/Form/Message.d.ts +14 -0
  51. package/dist/Form/Modal.d.ts +20 -0
  52. package/dist/Form/Money.d.ts +1 -0
  53. package/dist/Form/Month.d.ts +17 -0
  54. package/dist/Form/Notes.d.ts +1 -0
  55. package/dist/Form/Number.d.ts +19 -0
  56. package/dist/Form/Options.d.ts +20 -0
  57. package/dist/Form/Palette.d.ts +9 -0
  58. package/dist/Form/Password.d.ts +18 -0
  59. package/dist/Form/Phone.d.ts +18 -0
  60. package/dist/Form/Rating.d.ts +0 -0
  61. package/dist/Form/Search.d.ts +2 -0
  62. package/dist/Form/Select.d.ts +18 -0
  63. package/dist/Form/Set.d.ts +21 -0
  64. package/dist/Form/Switch.d.ts +6 -0
  65. package/dist/Form/Textarea.d.ts +20 -0
  66. package/dist/Form/Time.d.ts +20 -0
  67. package/dist/Form/Toogle.d.ts +8 -0
  68. package/dist/Form/Users.d.ts +1 -0
  69. package/dist/Form/index.d.ts +63 -0
  70. package/dist/Form/interfaface.d.ts +15 -0
  71. package/dist/Form/onEvent.d.ts +2 -0
  72. package/dist/Form/use.d.ts +9 -0
  73. package/dist/Format/Age.d.ts +1 -0
  74. package/dist/Format/CapitalizeFirstLetter.d.ts +1 -0
  75. package/dist/Format/Cases.d.ts +1 -0
  76. package/dist/Format/Date.d.ts +1 -0
  77. package/dist/Format/DateSort.d.ts +4 -0
  78. package/dist/Format/DeclensionWord.d.ts +5 -0
  79. package/dist/Format/Initials.d.ts +1 -0
  80. package/dist/Format/Money.d.ts +1 -0
  81. package/dist/Format/MoneyString.d.ts +2 -0
  82. package/dist/Format/Month.d.ts +5 -0
  83. package/dist/Format/Number.d.ts +6 -0
  84. package/dist/Format/ObjectByArray.d.ts +1 -0
  85. package/dist/Format/Percent.d.ts +7 -0
  86. package/dist/Format/Select.d.ts +1 -0
  87. package/dist/Format/Size.d.ts +1 -0
  88. package/dist/Format/TypeFiles.d.ts +1 -0
  89. package/dist/Format/Week.d.ts +1 -0
  90. package/dist/Format/index.d.ts +35 -0
  91. package/dist/Header/Header.d.ts +6 -0
  92. package/dist/HotKey/HotKey.d.ts +1 -0
  93. package/dist/HotKey/index.d.ts +4 -0
  94. package/dist/Icon/Hugeicons.d.ts +3 -0
  95. package/dist/Icon/Logo.d.ts +1 -0
  96. package/dist/Icon/Sprite.d.ts +3 -0
  97. package/dist/Icon/index.d.ts +9 -0
  98. package/dist/Init/Init.d.ts +7 -0
  99. package/dist/Input/index.d.ts +56 -0
  100. package/dist/List/Reducer.d.ts +1 -0
  101. package/dist/List/View.d.ts +9 -0
  102. package/dist/List/index.d.ts +11 -0
  103. package/dist/List/useValue.d.ts +2 -0
  104. package/dist/Loading/Inline.d.ts +1 -0
  105. package/dist/Loading/Spinner.d.ts +1 -0
  106. package/dist/Loading/index.d.ts +8 -0
  107. package/dist/Main/Main.d.ts +6 -0
  108. package/dist/Menu/Menu.d.ts +6 -0
  109. package/dist/Modal/Center.d.ts +1 -0
  110. package/dist/Modal/Form.d.ts +1 -0
  111. package/dist/Modal/List.d.ts +1 -0
  112. package/dist/Modal/Modal.d.ts +53 -0
  113. package/dist/Modal/Scroll.d.ts +1 -0
  114. package/dist/Modal/index.d.ts +19 -0
  115. package/dist/Notice/Init.d.ts +23 -0
  116. package/dist/Notice/index.d.ts +10 -0
  117. package/dist/Notifications/Notifications.d.ts +5 -0
  118. package/dist/Notifications/index.d.ts +8 -0
  119. package/dist/Pagination/Pagination.d.ts +8 -0
  120. package/dist/Pagination/index.d.ts +6 -0
  121. package/dist/Payment/Payment.d.ts +8 -0
  122. package/dist/Payment/index.d.ts +6 -0
  123. package/dist/Phone/Phone.d.ts +3 -0
  124. package/dist/Phone/index.d.ts +6 -0
  125. package/dist/Router/index.d.ts +23 -0
  126. package/dist/Scrolling/Scrolling.d.ts +13 -0
  127. package/dist/Scrolling/index.d.ts +3 -0
  128. package/dist/Search/Search.d.ts +9 -0
  129. package/dist/Search/index.d.ts +9 -0
  130. package/dist/Setting/Item/Accordion.d.ts +8 -0
  131. package/dist/Setting/Item/Button.d.ts +9 -0
  132. package/dist/Setting/Item/Component.d.ts +7 -0
  133. package/dist/Setting/Item/Info.d.ts +6 -0
  134. package/dist/Setting/Item/Node.d.ts +7 -0
  135. package/dist/Setting/Item/Select.d.ts +11 -0
  136. package/dist/Setting/Item/Switch.d.ts +7 -0
  137. package/dist/Setting/Item/index.d.ts +22 -0
  138. package/dist/Setting/Main.d.ts +7 -0
  139. package/dist/Setting/Section.d.ts +14 -0
  140. package/dist/Setting/Tabs.d.ts +26 -0
  141. package/dist/Setting/index.d.ts +24 -0
  142. package/dist/Sistym/Version.d.ts +4 -0
  143. package/dist/Sistym/index.d.ts +11 -0
  144. package/dist/Socket/Socket.d.ts +4 -0
  145. package/dist/Socket/index.d.ts +9 -0
  146. package/dist/Store/Store.d.ts +56 -0
  147. package/dist/Store/index.d.ts +34 -0
  148. package/dist/Switch/Switch.d.ts +8 -0
  149. package/dist/Switch/index.d.ts +3 -0
  150. package/dist/Tabs/Tabs.d.ts +26 -0
  151. package/dist/Triage/Triage.d.ts +7 -0
  152. package/dist/Triage/index.d.ts +10 -0
  153. package/dist/User/index.d.ts +7 -0
  154. package/dist/WebRTC/WebRTC.d.ts +2 -0
  155. package/dist/Widget/Widget.d.ts +8 -0
  156. package/dist/Widget/index.d.ts +0 -0
  157. package/dist/index.css +1 -0
  158. package/dist/index.d.ts +28 -0
  159. package/dist/index.es.js +6255 -0
  160. package/dist/index.umd.js +31 -0
  161. package/package.json +28 -0
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ <div><b>import {</b></div>
2
+ <div>&emsp;<a href="#Action">Action,</a></div>
3
+ <div>&emsp;<a href="#Action">Alert,</a></div>
4
+ <div>&emsp;<a href="#Action">Api,</a></div>
5
+ <div>&emsp;<a href="#Action">Badge,</a></div>
6
+ <div>&emsp;<a href="#Action">Browser,</a></div>
7
+ <div>&emsp;<a href="#Action">Button,</a></div>
8
+ <div>&emsp;<a href="#Action">Component,</a></div>
9
+ <div>&emsp;<a href="#Action">DataBase,</a></div>
10
+ <div>&emsp;<a href="#Event">Event,</a></div>
11
+ <div>&emsp;<a href="#Files">Files,</a></div>
12
+ <div>&emsp;<a href="#Action">Format,</a></div>
13
+ <div>&emsp;<a href="#HotKey">HotKey,</a></div>
14
+ <div>&emsp;<a href="#Action">Icon,</a></div>
15
+ <div>&emsp;<a href="#Action">Init,</a></div>
16
+ <div>&emsp;<a href="#Action">Modal,</a></div>
17
+ <div>&emsp;<a href="#Action">Notice,</a></div>
18
+ <div>&emsp;<a href="#Action">Router,</a></div>
19
+ <div>&emsp;<a href="#Action">Scrolling,</a></div>
20
+ <div>&emsp;<a href="#Action">Setting,</a></div>
21
+ <div>&emsp;<a href="#Action">Sistym,</a></div>
22
+ <div>&emsp;<a href="#Action">Socket,</a></div>
23
+ <div>&emsp;<a href="#Action">Store,</a></div>
24
+ <div>&emsp;<a href="#Action">Tabs,</a></div>
25
+ <div>&emsp;<a href="#Action">Triage,</a></div>
26
+ <div>&emsp;<a href="#Action">User</a></div>
27
+ <div><b>}</b></div>
@@ -0,0 +1,6 @@
1
+ interface Switch {
2
+ onClick: Function;
3
+ active: any;
4
+ }
5
+ declare const Switch: ({ active, onClick }: Switch) => import("react/jsx-runtime").JSX.Element;
6
+ export default Switch;
@@ -0,0 +1,6 @@
1
+ import { default as Switch } from './Switch';
2
+
3
+ declare const _default: {
4
+ Switch: ({ active, onClick }: Switch) => import("react/jsx-runtime").JSX.Element;
5
+ };
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ interface Alerts {
2
+ text: String;
3
+ title: String;
4
+ color?: String;
5
+ button?: String;
6
+ }
7
+ export declare function Init(): import("react/jsx-runtime").JSX.Element;
8
+ export declare function Send(data: Alerts, callback: Function): void;
9
+ export {};
@@ -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,8 @@
1
+ import { Send } from './Init';
2
+ import { Line } from './Line';
3
+
4
+ declare const _default: {
5
+ Send: typeof Send;
6
+ Line: typeof Line;
7
+ };
8
+ export default _default;
@@ -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,3 @@
1
+ export declare function useMenu(menu: any): {};
2
+ export declare function setUpdate(module: any, value: any): void;
3
+ export declare function Init(): void;
@@ -0,0 +1,7 @@
1
+ import { useMenu, setUpdate } from './Badge';
2
+
3
+ declare const _default: {
4
+ useMenu: typeof useMenu;
5
+ setUpdate: typeof setUpdate;
6
+ };
7
+ 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,6 @@
1
+ declare const _default: {
2
+ Icon: ({ id, type, name }: any) => import("react/jsx-runtime").JSX.Element;
3
+ Item: ({ data }: any) => import("react/jsx-runtime").JSX.Element;
4
+ Active: (a: any) => void;
5
+ };
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ interface Browser {
2
+ children?: any;
3
+ }
4
+ declare const Browser: ({ children, ...restProps }: Browser) => import("react/jsx-runtime").JSX.Element;
5
+ export default Browser;
@@ -0,0 +1,8 @@
1
+ interface Button {
2
+ onClick?: Function;
3
+ onSend?: Function;
4
+ onRef?: any;
5
+ label: String;
6
+ }
7
+ export default function ({ onClick, onSend, label, onRef }: Button): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -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,6 @@
1
+ import { Get } from './Company';
2
+
3
+ declare const _default: {
4
+ Get: typeof Get;
5
+ };
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ declare const C: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
5
+ export default C;
@@ -0,0 +1,6 @@
1
+ type Section = {
2
+ children?: any;
3
+ edit?: boolean;
4
+ };
5
+ declare const _default: ({ children, edit }: Section) => import("react/jsx-runtime").JSX.Element;
6
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ export default function ({ children }: Section): import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1,8 @@
1
+ type Header = {
2
+ title?: String;
3
+ left?: any;
4
+ right?: any;
5
+ children?: any;
6
+ };
7
+ declare const Header: ({ title, left, right, children }: Header) => import("react/jsx-runtime").JSX.Element;
8
+ export default Header;
@@ -0,0 +1,5 @@
1
+ type Menu = {
2
+ children?: any;
3
+ };
4
+ declare const Menu: ({ children, ...restProps }: Menu) => import("react/jsx-runtime").JSX.Element;
5
+ export default Menu;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ declare const C: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
5
+ export default C;
@@ -0,0 +1,7 @@
1
+ type Section = {
2
+ children?: any;
3
+ title?: string;
4
+ className?: string;
5
+ };
6
+ declare const O: ({ children, className, title }: Section) => import("react/jsx-runtime").JSX.Element;
7
+ export default O;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ declare const Section: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
5
+ export default Section;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ declare const U: ({ children }: Section) => import("react/jsx-runtime").JSX.Element;
5
+ export default U;
@@ -0,0 +1,5 @@
1
+ type Section = {
2
+ children?: any;
3
+ };
4
+ export declare function UL({ children }: Section): import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -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,3 @@
1
+ export declare const New: (e: any) => void;
2
+ export declare const enCode: (e: any) => any;
3
+ export declare const deCode: (e: any) => any;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ enCode: (e: any) => any;
3
+ deCode: (e: any) => any;
4
+ New: (e: any) => void;
5
+ };
6
+ 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,3 @@
1
+ export declare function useEmitter(name: string, value: any): any[];
2
+ export declare function subEmitter(name: string, callback: (p?: any) => any): any;
3
+ export declare function setEmitter(name: string, value: any): void;
@@ -0,0 +1,2 @@
1
+ export declare function useListener(name: string, listener: (p?: any) => any): void;
2
+ export declare function setListener(name: string, o: any): void;
@@ -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,9 @@
1
+ declare const _default: {
2
+ 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;
8
+ };
9
+ export default _default;
@@ -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,8 @@
1
+ interface Button {
2
+ onClick?: Function;
3
+ onSend?: Function;
4
+ name: String;
5
+ onRef?: any;
6
+ }
7
+ export default function ({ onClick, onSend, name, onRef }: Button): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -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,2 @@
1
+ declare const j: any;
2
+ export default j;
@@ -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,9 @@
1
+ interface Palette {
2
+ onValue: Function;
3
+ name?: string;
4
+ item?: string;
5
+ value?: string;
6
+ label?: string;
7
+ }
8
+ declare const Palette: ({ label, onValue, value, name, item }: Palette) => import("react/jsx-runtime").JSX.Element;
9
+ export default Palette;
@@ -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 {};