@esportsplus/ui 0.19.2 → 0.19.4

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.
@@ -1,8 +1,17 @@
1
1
  import { Attributes } from '@esportsplus/template';
2
2
  import './scss/index.scss';
3
3
  declare const _default: {
4
- (): import("@esportsplus/template").Renderable<unknown>;
5
- (content: import("@esportsplus/template").Renderable<unknown>): import("@esportsplus/template").Renderable<unknown>;
6
- (attributes: Attributes, content: import("@esportsplus/template").Renderable<unknown>): import("@esportsplus/template").Renderable<unknown>;
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
- (): Renderable<unknown>;
8
- (content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
9
- (attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
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
- (): Renderable<unknown>;
13
- (content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
14
- (attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
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
- (): Renderable<unknown>;
18
- (content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
19
- (attributes: Attributes, content: (mask: ((attributes: A) => Renderable<unknown>)) => Renderable<unknown>): Renderable<unknown>;
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
- (): import("@esportsplus/template").Renderable<unknown>;
3
- (content: import("@esportsplus/template").Renderable<unknown>): import("@esportsplus/template").Renderable<unknown>;
4
- (attributes: import("@esportsplus/template").Attributes, content: import("@esportsplus/template").Renderable<unknown>): import("@esportsplus/template").Renderable<unknown>;
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;