@esportsplus/ui 0.19.2 → 0.19.3
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/build/components/accordion/index.d.ts +12 -3
- package/build/components/field/checkbox.d.ts +45 -9
- package/build/components/field/description.d.ts +12 -3
- package/build/components/field/index.d.ts +10274 -1667
- package/build/components/field/input.d.ts +81 -18
- package/build/components/field/select.d.ts +917 -113
- package/build/components/field/title.d.ts +809 -110
- package/build/components/form/action.d.ts +12 -3
- package/build/components/form/index.d.ts +869 -110
- package/build/components/frame/index.d.ts +12 -3
- package/build/components/highlight/index.d.ts +12 -3
- package/build/components/icon/index.d.ts +12 -3
- package/build/components/loader/index.d.ts +12 -3
- package/build/components/overlay/index.d.ts +12 -3
- package/build/components/scrollbar/index.d.ts +12 -3
- package/build/components/sidebar/index.d.ts +12 -3
- package/build/components/site/index.d.ts +12 -3
- package/build/components/template/index.d.ts +5 -5
- package/build/components/tooltip/index.d.ts +1708 -223
- package/build/components/tooltip/menu.d.ts +12 -3
- package/build/components/tooltip/onclick.d.ts +827 -110
- package/build/components/tooltip/onhover.d.ts +12 -3
- package/build/components/typewriter/index.d.ts +12 -3
- package/package.json +3 -3
- package/src/components/template/index.ts +6 -6
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { Attributes } from '@esportsplus/template';
|
|
2
2
|
import './scss/index.scss';
|
|
3
3
|
declare const _default: {
|
|
4
|
-
():
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
(): ReturnType<(this: {
|
|
5
|
+
attributes?: Attributes | undefined;
|
|
6
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
7
|
+
}, attributes: Readonly<Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
8
|
+
(content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
|
|
9
|
+
attributes?: Attributes | undefined;
|
|
10
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
11
|
+
}, attributes: Readonly<Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
12
|
+
(attributes: Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
|
|
13
|
+
attributes?: Attributes | undefined;
|
|
14
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
15
|
+
}, attributes: Readonly<Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
7
16
|
};
|
|
8
17
|
export default _default;
|
|
@@ -4,19 +4,55 @@ type A = Attributes & {
|
|
|
4
4
|
};
|
|
5
5
|
declare const _default: {
|
|
6
6
|
checkbox: {
|
|
7
|
-
():
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
(): ReturnType<(this: {
|
|
8
|
+
mask: (attributes: A, state: {
|
|
9
|
+
active: boolean;
|
|
10
|
+
}) => Renderable<unknown>;
|
|
11
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
12
|
+
(content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
13
|
+
mask: (attributes: A, state: {
|
|
14
|
+
active: boolean;
|
|
15
|
+
}) => Renderable<unknown>;
|
|
16
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
17
|
+
(attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
18
|
+
mask: (attributes: A, state: {
|
|
19
|
+
active: boolean;
|
|
20
|
+
}) => Renderable<unknown>;
|
|
21
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
10
22
|
};
|
|
11
23
|
radio: {
|
|
12
|
-
():
|
|
13
|
-
|
|
14
|
-
|
|
24
|
+
(): ReturnType<(this: {
|
|
25
|
+
mask: (attributes: A, state: {
|
|
26
|
+
active: boolean;
|
|
27
|
+
}) => Renderable<unknown>;
|
|
28
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
29
|
+
(content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
30
|
+
mask: (attributes: A, state: {
|
|
31
|
+
active: boolean;
|
|
32
|
+
}) => Renderable<unknown>;
|
|
33
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
34
|
+
(attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
35
|
+
mask: (attributes: A, state: {
|
|
36
|
+
active: boolean;
|
|
37
|
+
}) => Renderable<unknown>;
|
|
38
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
15
39
|
};
|
|
16
40
|
switch: {
|
|
17
|
-
():
|
|
18
|
-
|
|
19
|
-
|
|
41
|
+
(): ReturnType<(this: {
|
|
42
|
+
mask: (attributes: A, state: {
|
|
43
|
+
active: boolean;
|
|
44
|
+
}) => Renderable<unknown>;
|
|
45
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
46
|
+
(content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
47
|
+
mask: (attributes: A, state: {
|
|
48
|
+
active: boolean;
|
|
49
|
+
}) => Renderable<unknown>;
|
|
50
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
51
|
+
(attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): ReturnType<(this: {
|
|
52
|
+
mask: (attributes: A, state: {
|
|
53
|
+
active: boolean;
|
|
54
|
+
}) => Renderable<unknown>;
|
|
55
|
+
}, attributes: Readonly<Attributes>, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>) => Renderable<any>>;
|
|
20
56
|
};
|
|
21
57
|
};
|
|
22
58
|
export default _default;
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
():
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
(): ReturnType<(this: {
|
|
3
|
+
attributes?: import("@esportsplus/template").Attributes | undefined;
|
|
4
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
5
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
6
|
+
(content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
|
|
7
|
+
attributes?: import("@esportsplus/template").Attributes | undefined;
|
|
8
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
9
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
10
|
+
(attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<any>): ReturnType<(this: {
|
|
11
|
+
attributes?: import("@esportsplus/template").Attributes | undefined;
|
|
12
|
+
content?: import("@esportsplus/template").Renderable<any>;
|
|
13
|
+
}, attributes: Readonly<import("@esportsplus/template").Attributes>, content: import("@esportsplus/template").Renderable<any>) => import("@esportsplus/template").Renderable<any>>;
|
|
5
14
|
};
|
|
6
15
|
export default _default;
|